diff --git a/HP2100/hp2100_cpu.c b/HP2100/hp2100_cpu.c index 52e5a3c0..95844e52 100644 --- a/HP2100/hp2100_cpu.c +++ b/HP2100/hp2100_cpu.c @@ -1,7 +1,7 @@ /* hp2100_cpu.c: HP 21xx/1000 Central Processing Unit simulator Copyright (c) 1993-2016, Robert M. Supnik - Copyright (c) 2017-2019, J. David Bryan + Copyright (c) 2017-2020, J. David Bryan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -28,6 +28,10 @@ I/O subsystem Power Fail Recovery System + 26-Aug-20 JDB Fixed tracing for I/O error simulation stops + Corrected line ends for trace to stdout + "set_model" now clears the X and Y registers for 21xx CPUs + 04-Jul-20 JDB Postlude trace now calls "sim_error_text" unconditionally 08-Dec-19 JDB Added "hp_reset_poll" call to "cpu_reset" 03-Jul-19 JDB Substituted BP_EXEC for explicit 'E' switch in sim_brk_test 08-Apr-19 JDB Suppress stop messages for step and breakpoints in DO files @@ -2140,6 +2144,9 @@ while (status == SCPE_OK) { /* execute until simulat fprint_val (sim_deb, sim_eval [0], cpu_dev.dradix, /* then print the numeric */ cpu_dev.dwidth, PV_RZRO); /* value again */ + if (sim_deb == stdout) /* if debug output is to the (raw) console */ + fputc ('\r', sim_deb); /* then insert a carriage return */ + fputc ('\n', sim_deb); /* end the trace with a newline */ } @@ -2190,12 +2197,20 @@ pcq_r->qptr = pcq_p; /* update the PC queue p sim_brk_dflt = meu_breakpoint_type (FALSE); /* base the default breakpoint type on the current MEM state */ if (TRACING (cpu_dev, cpu_dev.dctrl) /* if instruction tracing is enabled */ - && status <= SCPE_LAST) /* and the status is valid */ + && status <= SCPE_LAST) { /* and the status is valid */ hp_trace (&cpu_dev, cpu_dev.dctrl, /* then output the simulation stop reason */ - DMS_FORMAT "simulation stop: %s\n", + DMS_FORMAT "simulation stop: %s", meu_indicator, meu_page, MR, TR, - status >= SCPE_BASE ? sim_error_text (status) - : sim_stop_messages [status]); + sim_error_text (status)); + + if (cpu_ioerr_uptr) /* if this is an I/O error stop */ + sim_vm_fprint_stopped (sim_deb, status); /* then add additional information */ + + if (sim_deb == stdout) /* if debug output is to the (raw) console */ + fputc ('\r', sim_deb); /* then insert a carriage return */ + + fputc ('\n', sim_deb); /* tie off the line */ + } if (sim_switches & SIM_SW_HIDE /* if executing in a non-echoing command file */ && (status == SCPE_STEP || status == STOP_BRKPNT)) /* and a step or breakpoint stop occurs */ @@ -3795,6 +3810,10 @@ return SCPE_OK; For logical tests that depend on this, it is faster (by one x86 machine instruction) to test the "cpu_configuration" variable for the presence of one of the three 1000 model flags. + + 3. The index registers (X and Y) are cleared when the model is set to a 21xx + CPU, which does not have index registers. This is required for the + "mem_trace_registers" routine to omit the registers from the trace. */ static t_stat set_model (UNIT *uptr, int32 new_model, char *cptr, void *desc) @@ -3836,6 +3855,8 @@ if (result == SCPE_OK) { /* if the change succeed else { /* otherwise this is a 2100 or 211x */ is_1000 = FALSE; /* so set the model index */ mem_end = mem_size - IBL_SIZE; /* and reserve memory for the loader */ + + XR = YR = 0; /* clear the (non-existent) index registers */ } } diff --git a/HP2100/hp2100_defs.h b/HP2100/hp2100_defs.h index fba4a72b..d7e36daa 100644 --- a/HP2100/hp2100_defs.h +++ b/HP2100/hp2100_defs.h @@ -1,7 +1,7 @@ /* hp2100_defs.h: HP 2100 simulator architectural declarations Copyright (c) 1993-2016, Robert M. Supnik - Copyright (c) 2017-2019, J. David Bryan + Copyright (c) 2017-2020, J. David Bryan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -24,6 +24,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the authors. + 17-Aug-20 JDB Corrected "cputc" definition 08-Dec-19 JDB Added "hp_reset_poll" routine declaration 28-Mar-19 JDB Added extensions 18-Mar-19 JDB Added include for SCP extensions @@ -308,7 +309,7 @@ #define cputc(ch) \ do { \ - putc (ch); \ + putchar (ch); \ if (sim_log) \ fputc (ch, sim_log); \ } \ diff --git a/HP2100/hp2100_ipl.c b/HP2100/hp2100_ipl.c index 88a7c620..12ce532d 100644 --- a/HP2100/hp2100_ipl.c +++ b/HP2100/hp2100_ipl.c @@ -26,6 +26,9 @@ IPLI, IPLO 12875A Processor Interconnect + 14-Aug-20 JDB Improved "wait_event" fallback logic + 26-Jul-20 JDB Added CMD tracing for TSB SP/IOP commands and status + 27-Jun-20 JDB Added SET INTERLOCK and instruction interlocking 14-Feb-20 JDB Added sys/stat.h include for FreeBSD 09-Dec-19 JDB Removed unneeded push/pop pragmas for Windows 19-Nov-19 JDB Imposed input polling order to fix Access printing hang @@ -80,15 +83,53 @@ - 12566B[-001/2/3] Microcircuit Interface Kits Operating and Service Manual (12566-90015, April 1976) - The 12875A Processor Interconnect Kit consists four 12566A Microcircuit - Interface cards. Two are used in each processor. One card in each system is - used to initiate transmissions to the other, and the second card is used to - receive transmissions from the other. Each pair of cards forms a - bidirectional link, as the sixteen data lines are cross-connected, so that - data sent and status returned are supported. In each processor, data is sent - on the lower priority card and received on the higher priority card. Two - sets of cards are used to support simultaneous transmission in both - directions. + The HP 12875A Processor Interconnect kit is used to communicate between the + System Processor and the I/O Processor of a two-CPU HP 2000 Time-Shared BASIC + system. The kit consists of four identical 12566A Microcircuit Interfaces + and two interconnecting cables. One pair of interfaces is installed in + adjacent I/O slots in each CPU, and the cables are used to connect the + higher-priority (lower select code) interface in each computer to the + lower-priority interface in the other computer. This interconnection + provides a full-duplex 16-bit parallel communication channel between the + processors. Each interface is actually a bi-directional, half-duplex line + that is used in the primary direction for commands and in the reverse + direction for status. + + Two instances of the HP2100 simulator are run to simulate the SP and IOP. + Each simulator contains an Inbound Data interface assigned to the + lower-numbered select code, and an Outbound Data interface assigned to the + higher-numbered select code. The IPLI and IPLO devices, respectively, + simulate these interfaces, while the IPL device represents the combination. + A shared memory area simulates the interconnecting cables. + + An essential aspect of TSB startup is that the IOP is running before the SP + attempts to communicate with it. If the IOP is not running or is otherwise + non-responsive, the SP startup routine halts with an error message. In + hardware, this is accomplished by having the system operator start the IOP + processor before the SP processor. In simulation, however, starting the IOP + instance before the SP instance does not guarantee that it will run + uninterrupted. In response to system load, the host operating system may + block or preempt the IOP instance, resulting in a TSB startup failure. + + The IPL device provides two synchronization event mechanisms to ensure that + system startup order is preserved, regardless of host system load. The first + provides simple WAIT and SIGNAL commands that may be placed in command files + to cause one simulator instance to suspend until signaled by the other + instance. This cam ensure, for example, that one instance has loaded its + communication program before the other instance begins to communicate. + + For finer-grained control, the second mechanism provides an instruction + interlock. This allows each instance to execute a given number of machine + instructions before performing a rendezvous with the other instance. With + this mechanism, process preemption by the host does not allow one instance to + get ahead of the other instance. + + Both mechanisms are implemented by host-platform events (semaphores) and may + be used concurrently, if desired. If events are unsupported, a fallback + mechanism is employed that uses timed pauses instead of handshakes. Without + host system synchronization support, the simulated system's OS might work, + but if a fallback was not available, then the simulator command files running + on such systems would refuse to run. Implementation notes: @@ -116,18 +157,18 @@ /* Windows process synchronization */ -#if defined (_WIN32) +#if defined (_WIN32) && ! defined (USE_FALLBACK) #include typedef HANDLE EVENT; /* the event type */ -#define NO_EVENT NULL /* the initial (undefined) event value */ +#define UNDEFINED_EVENT NULL /* the initial (undefined) event value */ /* UNIX process synchronization */ -#elif defined (HAVE_SEMAPHORE) +#elif defined (HAVE_SEMAPHORE) && ! defined (USE_FALLBACK) #include #include @@ -136,9 +177,8 @@ typedef HANDLE EVENT; /* the event type */ typedef sem_t *EVENT; /* the event type */ -#define NO_EVENT SEM_FAILED /* the initial (undefined) event value */ - -static t_bool event_fallback = FALSE; /* TRUE if semaphores are defined but not supported */ +#define UNDEFINED_EVENT SEM_FAILED /* the initial (undefined) event value */ +#define INFINITE 2000000 /* an "infinite" timeout period (in msec, about 33 minutes) */ /* Process synchronization stub */ @@ -147,16 +187,18 @@ static t_bool event_fallback = FALSE; /* TRUE if semaphores are define typedef uint32 EVENT; /* the event type */ -#define NO_EVENT 0 /* the initial (undefined) event value */ +#define UNDEFINED_EVENT 0 /* the initial (undefined) event value */ +#define INFINITE 2000000 /* an "infinite" timeout period (in msec, about 33 minutes) */ #endif -/* Program limits */ +/* Program constants */ #define CARD_COUNT 2 /* count of cards supported */ +#define DATA_MASK 0177u /* characters use only 7 bits for data */ /* ATTACH mode switches */ @@ -187,8 +229,8 @@ typedef enum { iplo /* outbound card index */ } CARD_INDEX; -#define ipli_unit ipl_unit [ipli] /* inbound card unit */ -#define iplo_unit ipl_unit [iplo] /* outbound card unit */ +#define poll_unit ipl_unit [ipli] /* inbound card unit (poll unit) */ +#define sync_unit ipl_unit [iplo] /* outbound card unit (synchronization unit) */ /* Device information block references */ @@ -197,7 +239,443 @@ typedef enum { #define iplo_dib ipl_dib [iplo] /* outbound card DIB */ -/* IPL state */ +/* Command accessors. + + Commands are issued from the SP to the IOP to inform the latter of changes in + the operating system state and to request terminal services. In some cases, + the IOP responds with status to indicate whether or not the command was + successful. In a few cases, the IOP responds with a block of data that is + transferred via DMA. The IOP can send a few commands of its own to the SP + that reflect availability of terminal data. + + Commands are sent on the outbound side of the output channel, and status is + received on the inbound side. Commands are received on the inbound side of + the input channel, and status is returned on the outbound side. + + System Processor commands are encoded in 16-bit words, with an opcode + designating the command in bits 15-13 and additional information in the + remaining bits, as follows: + + 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | opcode | - - - - - | unsigned integer | form 1 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | opcode | port number | ASCII character | form 2 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | opcode | port number | unsigned integer | form 3 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | opcode | device number | unsigned integer | form 4 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + + Opcode 7 (and, additionally for 2000 Access, opcode 6) uses an additional + five bits as a subopcode to determine the command, as follows: + + 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | 1 1 x | - - - - - - - - | subopcode | form 5 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | 1 1 x | port number | - - - | subopcode | form 6 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | 1 1 x | device number | - - | subopcode | form 7 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | 1 1 x | word count | - - | subopcode | form 8 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + + Finally, opcode 7 subopcode 0 uses three extra bits to extend command + decoding to a third level, as follows: + + 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | 1 1 1 | - - - | extension | - - | 0 0 0 0 0 | form 9 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + + The commands differ from TSB version to version and are not proper subsets: + + Op Sub Ext 2000 Access Command 2000F Command 2000B/C Command + -- --- --- ------------------------- ----------------------------- ----------------------------- + 0 - POC Process output character OCR Process output character OCR Process output character + 1 - STE Start ENTER timing STE Start ENTER timing STE Start ENTER timing + 2 - STP Subtype information GTC Fetch next character GTC Fetch next character + 3 - PHS Phones timing parameter PHO Phones timing PHO Phones timing + 4 - PCF Perform control function SPE Baud rate info SPE Baud rate info + 5 - POS Process output string SBP Save buffer pointer SBP Save buffer pointer + 6 00 SBL Send buffer length RBP Restore buffer pointer RBP Restore buffer pointer + 6 01 WTP What terminal type -- -- + 7 00 0 INI Initialize IOP INI Initialize IOP INI Initialize IOP + 7 00 1 KSN Cold dump request -- -- + 7 00 2 SNP Send number of ports -- -- + 7 00 3 SDT Send device table -- -- + 7 00 4 SSD System shut down -- -- + 7 00 5 SDC Send date code -- -- + 7 00 6 --- (unused) -- -- + 7 00 7 --- (unused) -- -- + + 7 01 UIR User is running UIR User is running UIR User is running + 7 02 UNR User not running UNR User not running UNR User not running + 7 03 IWT Input wait IWT Input wait IWT Input wait + 7 04 HUU Hang user up HUU Hang user up HUU Hang user up + 7 05 ULO User logged on ULO User logged on ULO User logged on + 7 06 ECO Echo-on ECO Echo-on ECO Echo-on + 7 07 ECF Echo-off ECF Echo-off ECF Echo-off + 7 10 TPO Tape mode TPO Tape mode on TPO Tape mode on + 7 11 STR Start timed retries ILI Illegal input ILI Illegal input + 7 12 NUC New user called NUC New user called NUC New user called + 7 13 KTO Kill terminal output KTO Kill terminal output KTO Kill terminal output + 7 14 ALI Allow input ALI Allow input ALI Allow input + 7 15 OWT Output wait OWT Output wait OWT Output wait + 7 16 IBA Is buffer available IBF Is buffer full IBF Is buffer full + 7 17 ADV Allocate device PSC Line printer select code PSC Line printer select code + 7 20 RDV Release device LPR Line printer request LPR Line printer request + 7 21 ALB Allocate buffer LPD Line printer disconnect LPD Line printer disconnect + 7 22 XRB Transfer input buffer LPS Line printer status LPS Line printer status + 7 23 BKS Backspace terminal buffer BKS Backspace terminal buffer BKS Backspace terminal buffer + 7 24 KDO Kill device output CHS Character size CHS Character size + 7 25 FNC Fetch next character STP Subtype info STP Subtype info + 7 26 RJE RJE command GRP Get receive parameter WSP What baud rate + 7 27 ABT User is being aborted ABT User is being aborted WCS What character size + 7 30 PIS Process input string WTP What terminal type WTP What terminal type + 7 31 --- (unused) KSN Send core image TKO Dump to line printer + 7 32 SCI Send core image --- (unused) ABT User is being aborted + 7 33 RLB Release buffer --- (unused) --- (unused) + 7 34 SSD System shutdown --- (unused) --- (unused) + 7 35 SBP Save buffer pointer --- (unused) --- (unused) + 7 36 RBP Restore buffer pointer --- (unused) --- (unused) + 7 37 TCM Transmit console message --- (unused) --- (unused) + +When the IOP returns a status word, it is encoded as follows: + + Response Meaning + -------- ------------------------ + -3 No data available on RJE + -2 End of file + -1 Buffer not ready + 0 Operation successful + 1 Device not ready + 2 Device error + 3 Attention needed + 4 Read/write failure + + + + I/O Processor commands are encoded in 16-bit words, with an opcode + designating the command in bits 15-13 and additional information in the + remaining bits, as follows: + + 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | opcode | port number | unsigned integer | form 1 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + + Only 2000 Access uses opcode 7 as a subopcode indicator, with these forms: + + 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | 1 1 1 | - - - - - - - - - | subopcode | form 2 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | 1 1 1 | port number | - - - - | subopcode | form 3 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | 1 1 1 | device number | - - - | subopcode | form 4 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + | 1 1 1 | word count | - - - | subopcode | form 5 + +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ + + The commands differ from TSB version to version and are not proper subsets: + + Op Sub 2000 Access Command 2000F Command 2000B/C Command + -- --- -------------------------------- ------------------- ------------------- + 0 - HVL Have a line HVL Have line HVL Have line + 1 - HVP Have a line - parity error ABR User aborted ABR User aborted + 2 - HLL Have a line - lost character BFL Buffer full BFL Buffer full + 3 - --- (unused) BFE Buffer empty BFE Buffer empty + 4 - --- (unused) ETO ENTER timed out ETO ENTER timed out + 5 - --- (unused) UHU User hung up UHU User hung up + 6 - --- (unused) --- (unused) --- (unused) + 7 00 ABR User abort request --- (unused) --- (unused) + 7 01 BFL Buffer full --- (unused) --- (unused) + 7 02 BFE Buffer empty --- (unused) --- (unused) + 7 03 ETO ENTER timed out --- (unused) --- (unused) + 7 04 UHU User hung up --- (unused) --- (unused) + 7 05 SCM Send console message --- (unused) --- (unused) + 7 06 ADR Allocate device for RJE --- (unused) --- (unused) + 7 07 RDR Release device from RJE --- (unused) --- (unused) + 7 10 WUU Wake user up --- (unused) --- (unused) + 7 11 WRU Wake RJE up --- (unused) --- (unused) + 7 12 --- (unused) --- (unused) --- (unused) + 7 13 --- (unused) --- (unused) --- (unused) + 7 14 --- (unused) --- (unused) --- (unused) + 7 15 --- (unused) --- (unused) --- (unused) + 7 16 --- (unused) --- (unused) --- (unused) + 7 17 --- (unused) --- (unused) --- (unused) +*/ + +#define CM_OPCODE_MASK 0160000u /* operation code mask */ +#define CM_EXTOP_MASK 0001600u /* extended opcode mask */ +#define CM_SUBOP_MASK 0000037u /* subopcode mask */ + +#define CM_OPCODE_SHIFT 13 +#define CM_EXTOP_SHIFT 7 +#define CM_SUBOP_SHIFT 0 + +#define CM_OPCODE(c) (((c) & CM_OPCODE_MASK) >> CM_OPCODE_SHIFT) +#define CM_EXTOP(c) (((c) & CM_EXTOP_MASK) >> CM_EXTOP_SHIFT) +#define CM_SUBOP(c) (((c) & CM_SUBOP_MASK) >> CM_SUBOP_SHIFT) + + +/* Command decoding. + + Some SP commands receive status or data back from the IOP in response, though + most do not. Additionally, some commands supply parameters or data to the + IOP. To decode and trace those commands successfully, the state of the + command exchange must be tracked. After sending the command opcode, there + are 12 different exchanges that follow, as enumerated below: + + 1. None + 2. Character received + 3. Binary data received + 4. DMA packed characters received + 5. DMA binary data received + 6. Status received + 7. Status received + DMA packed characters sent + 8. Status received + Binary data received + DMA packed characters received + 9. Binary data received + DMA packed characters received + 10. Binary data sent + DMA binary data received + 11. Binary data sent + Status received + 12. Binary data sent + Status received + DMA packed characters sent + + States are defined that encode each of possible exchanges. For trace message + clarity, separate states are provided for received decimal and octal binary + data. The trace routines set the next state from the entry state, as + follows: + + Entry State Next State Response + ------------- ------------ -------- + None None 1 + Character None 2 + Decimal None 3 + Octal None 3 + DMA_Chars DMA_Chars 4 + DMA_Octal DMA_Octal 5 + Status None 6 + Status_DMAC DMA_Chars 7 + Stat_Dec_DMAC Decimal_DMAC 8 + Decimal_DMAC DMA_Chars 9 + Octal_DMAB DMA_Octal 10 + Dec_Status Status 11 + Dec_Stat_DMAC Status_DMAC 12 + + All of the IOP-to-SP commands are opcode-only, except for the "Allocate + device for RJE" command, which returns a status word. +*/ + +typedef enum { /* response states */ + None, /* None */ + Character, /* Character in */ + Decimal, /* Decimal data in */ + Octal, /* Octal data in */ + Status, /* DMA packed characters in */ + DMA_Chars, /* DMA binary data in */ + DMA_Octal, /* Status in */ + Status_DMAC, /* Status in + DMA packed characters out */ + Stat_Dec_DMAC, /* Status in + Binary data in + DMA packed characters in */ + Decimal_DMAC, /* Decimal data in + DMA packed characters in */ + Octal_DMAB, /* Octal data out + DMA binary data in */ + Dec_Status, /* Decimal data out + Status in */ + Dec_Stat_DMAC /* Decimal data out + Status in + DMA packed characters out */ + } RESPONSE; + + +/* Command descriptor table. + + Command decoding is driven by a table whose entries describe the command + format. As mentioned above, command words contain an opcode field, an + optional port or device number field, and an optional subopcode field. Table + entries describe how to separate and label the fields, as well as what + responses are expected. + + A mask field describes how to isolate the first operand (port or device + number). By implication, if there is a second operand, it fills the + remaining bits of the word. The presence of the operands are indicated by + the presence of operand labels -- an empty string indicates that the + corresponding operand is not present. An entry with a NULL command name is + not assigned. + + The table is organized into several sections. The first and largest section + contains entries for the 2000 Access SP commands. Entries 0-6 correspond + directly to opcodes 0-6. Entry 7 corresponds to opcode 7 and is unused. + Entries 10-47 (octal) correspond to opcode 7, subopcodes 0-37 (octal). + + The second section contains entries for the 2000 Access opcode 7 subopcode 0 + extensions. Entries 50-57 (octal) correspond to extension codes 0-7. + + Section three corresponds to the 2000 Access IOP commands. Entries 60-62 + (octal) correspond to opcodes 0-2. Entries 63-67 are unused, and entries + 70-101 (octal) correspond to opcode 7 subopcodes 0-11 (octal). + + The SP commands unique to 2000F appear in section four. They do not + correspond directly to any opcode/subopcode pattern but instead are + referenced by the 2000F remapping table. Consequently, the order is + irrelevant. + + As the unique 2000F IOP commands are fully implemented in 2000 Access but + with different code points, a section five is not needed. Remapping the + 2000F IOP codes to their counterparts in the Access code space is sufficient. + + + Implementation notes: + + 1. Access defines two SP opcodes as subopcode groups. Opcode 7 introduces a + subopcode group in both Access and F, while opcode 6 is a subopcode group + only in Access. However, the group has only two members, and one of them + (opcode 6 subopcode 0, "Send buffer length") isn't actually used by the + SP. So Entry 6 in the table corresponds to opcode 6 subopcode 1. +*/ + +#define SUBOP_OPCODE 007 /* opcode for subopcode commands */ +#define SUBOP_OFFSET 010 /* table index offset of subopcode commands */ +#define EXTOP_OFFSET 040 /* table index offset of extended opcode commands */ +#define IOP_OFFSET 060 /* table index offset of IOP commands */ + +typedef struct { /* command descriptor */ + RESPONSE response; /* response format */ + uint32 mask; /* operand mask */ + char *high_label; /* first operand label */ + char *low_label; /* second operand label */ + char *name; /* command name */ + } DESCRIPTOR; + +static DESCRIPTOR cmd [] = { +/* Response Mask High Label Low Label Command Name Index + [sub]opcode */ +/* ------------- ------ ---------- ------------- --------------------------- ------------------- */ + +/* 2000 Access SP primary entries */ + + { None, 017400, " port ", " character ", "Process output character" }, /* 000 + 00 */ + { None, 017400, " port ", " seconds ", "Start ENTER timing" }, /* 000 + 01 */ + { None, 017400, " port ", " type code ", "Subtype information" }, /* 000 + 02 */ + { None, 000000, "", " seconds ", "Phones timing" }, /* 000 + 03 */ + { Status, 017600, " device ", " control ", "Perform control function" }, /* 000 + 04 */ + { Status_DMAC, 017400, " port ", " count ", "Process output string" }, /* 000 + 05 */ + { Decimal, 017400, " port ", "", "What terminal type" }, /* 000 + 06 */ + { None, 000000, "", "", NULL }, /* 000 + 07 */ + +/* 2000 Access SP secondary entries */ + + { None, 017400, " count ", "", "Initialize IOP" }, /* 010 + 00 */ + { None, 017400, " port ", "", "User is running" }, /* 010 + 01 */ + { None, 017400, " port ", "", "User not running" }, /* 010 + 02 */ + { None, 017400, " port ", "", "Input wait" }, /* 010 + 03 */ + { None, 017400, " port ", "", "Hang user up" }, /* 010 + 04 */ + { None, 017400, " port ", "", "User logged on" }, /* 010 + 05 */ + { None, 017400, " port ", "", "Echo on" }, /* 010 + 06 */ + { None, 017400, " port ", "", "Echo off" }, /* 010 + 07 */ + { None, 017400, " port ", "", "Tape mode on" }, /* 010 + 10 */ + { None, 017600, " device ", "", "Start timed retries" }, /* 010 + 11 */ + { None, 017400, " port ", "", "New user called" }, /* 010 + 12 */ + { None, 017400, " port ", "", "Kill terminal output" }, /* 010 + 13 */ + { None, 017400, " port ", "", "Allow input" }, /* 010 + 14 */ + { None, 017400, " port ", "", "Output wait" }, /* 010 + 15 */ + { Status, 017400, " port ", "", "Is buffer available" }, /* 010 + 16 */ + { Dec_Status, 017600, " device ", "", "Allocate device" }, /* 010 + 17 */ + { Status, 017600, " device ", "", "Release device" }, /* 010 + 20 */ + { Dec_Stat_DMAC, 017600, " device ", "", "Allocate buffer" }, /* 010 + 21 */ + { Stat_Dec_DMAC, 017600, " device ", "", "Transfer input buffer" }, /* 010 + 22 */ + { None, 017400, " port ", "", "Backspace terminal buffer" }, /* 010 + 23 */ + { None, 017600, " device ", "", "Kill device output" }, /* 010 + 24 */ + { Character, 017400, " port ", "", "Fetch next character" }, /* 010 + 25 */ + { Status_DMAC, 017600, " count ", "", "RJE command" }, /* 010 + 26 */ + { None, 017400, " port ", "", "User is being aborted" }, /* 010 + 27 */ + { Dec_Stat_DMAC, 017400, " port ", "", "Process input string" }, /* 010 + 30 */ + { None, 000000, "", "", NULL }, /* 010 + 31 */ + { Octal_DMAB, 017600, " count ", "", "Send core image" }, /* 010 + 32 */ + { None, 017400, " port ", "", "Release buffer" }, /* 010 + 33 */ + { None, 000000, "", "", "System shutdown" }, /* 010 + 34 */ + { None, 017400, " port ", "", "Save buffer pointer" }, /* 010 + 35 */ + { None, 017400, " port ", "", "Restore buffer pointer" }, /* 010 + 36 */ + { DMA_Chars, 017400, " port ", "", "Transmit console message" }, /* 010 + 37 */ + +/* 2000 Access SP extension entries */ + + { Decimal, 000000, "", "", "Initialize IOP" }, /* 010 + 40 */ + { None, 000000, "", "", "Cold dump request" }, /* 010 + 41 */ + { Decimal, 000000, "", "", "Send number of ports" }, /* 010 + 42 */ + { DMA_Octal, 000000, "", "", "Send device table" }, /* 010 + 43 */ + { None, 000000, "", "", "System shut down" }, /* 010 + 44 */ + { Decimal, 000000, "", "", "Send date code" }, /* 010 + 45 */ + { None, 000000, "", "", NULL }, /* 010 + 46 */ + { None, 000000, "", "", NULL }, /* 010 + 47 */ + +/* 2000 Access IOP primary entries */ + + { None, 017400, " port ", " seconds ", "Have a line" }, /* 060 + 00 */ + { None, 017400, " port ", " seconds ", "Have a line (parity)" }, /* 060 + 01 */ + { None, 017400, " port ", " seconds ", "Have a line (lost)" }, /* 060 + 02 */ + { None, 000000, "", "", NULL }, /* 060 + 03 */ + { None, 000000, "", "", NULL }, /* 060 + 04 */ + { None, 000000, "", "", NULL }, /* 060 + 05 */ + { None, 000000, "", "", NULL }, /* 060 + 06 */ + { None, 000000, "", "", NULL }, /* 060 + 07 */ + +/* 2000 Access IOP secondary entries */ + + { None, 017400, " port ", "", "User abort request" }, /* 070 + 00 */ + { None, 017400, " port ", "", "Buffer full" }, /* 070 + 01 */ + { None, 017400, " port ", "", "Buffer empty" }, /* 070 + 02 */ + { None, 017400, " port ", "", "ENTER timed out" }, /* 070 + 03 */ + { None, 017400, " port ", "", "User hung up" }, /* 070 + 04 */ + { None, 017600, " count ", "", "Send console message" }, /* 070 + 05 */ + { Status, 017600, " device ", "", "Allocate device for RJE" }, /* 070 + 06 */ + { None, 017600, " device ", "", "Release device from RJE" }, /* 070 + 07 */ + { None, 017600, " device ", "", "Wake user up" }, /* 070 + 10 */ + { None, 000000, "", "", "Wake RJE up" }, /* 070 + 11 */ + { None, 000000, "", "", NULL }, /* 070 + 12 */ + { None, 000000, "", "", NULL }, /* 070 + 13 */ + { None, 000000, "", "", NULL }, /* 070 + 14 */ + { None, 000000, "", "", NULL }, /* 070 + 15 */ + { None, 000000, "", "", NULL }, /* 070 + 16 */ + { None, 000000, "", "", NULL }, /* 070 + 17 */ + +/* 2000F SP remapping entries */ + + { None, 017400, " port ", " rate code ", "Baud rate" }, /* 110 + 00 */ + { Status, 017400, " port ", "", "Illegal input" }, /* 110 + 01 */ + { Status, 017400, " port ", "", "Is buffer full" }, /* 110 + 02 */ + { None, 017600, " device ", "", "Line printer select code" }, /* 110 + 03 */ + { Octal, 017400, " port ", "", "Line printer request" }, /* 110 + 04 */ + { None, 000000, "", "", "Line printer disconnect" }, /* 110 + 05 */ + { Octal, 000000, "", "", "Line printer status" }, /* 110 + 06 */ + { None, 017400, " port ", "", "Character size" }, /* 110 + 07 */ + { None, 017400, " port ", "", "Subtype info" }, /* 110 + 10 */ + { Octal, 017400, " port ", "", "Get receive parameter" }, /* 110 + 11 */ + { Octal, 017400, " port ", "", "What terminal type" } /* 110 + 12 */ + }; + +static const uint32 remap_2000F [] = { /* remap from 2000 Access to 2000F opcodes */ + 0000, 0001, 0035, 0003, 0110, 0045, 0046, 0007, /* SP remapping entries 000-007 */ + 0010, 0011, 0012, 0013, 0014, 0015, 0016, 0017, /* SP remapping entries 010-017 */ + 0020, 0111, 0022, 0023, 0024, 0025, 0112, 0113, /* SP remapping entries 020-027 */ + 0114, 0115, 0116, 0033, 0117, 0120, 0121, 0037, /* SP remapping entries 030-037 */ + 0122, 0042, 0007, 0007, 0007, 0007, 0007, 0007, /* SP remapping entries 040-047 */ + 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, /* SP remapping entries 050-057 */ + + 0060, 0070, 0071, 0072, 0073, 0074, 0066, 0067 /* IOP remapping entries 060-067 */ + }; + + +#define STATUS_BIAS 3 /* bias for using status as an index */ + +static char *status_names [] = { /* names for the status returns */ + "No data available on RJE or LT", /* -3 */ + "End of file", /* -2 */ + "Buffer not ready", /* -1 */ + "Operation successful", /* 0 */ + "Device not ready", /* 1 */ + "Device error", /* 2 */ + "Attention needed", /* 3 */ + "Read/write failure" /* 4 */ + }; + + + /* IPL card state */ typedef struct { HP_WORD output_word; /* output word register */ @@ -346,66 +824,152 @@ typedef union { /* the state may be accessed in REVERSE_STATE reverse; } IO_STATE, *IO_STATE_PTR; -typedef IO_STATE IO_ARRAY [CARD_COUNT]; /* an array of I/O states for the two cards */ - -static IO_ARRAY dev_bus; /* the local device I/O bus states */ - typedef struct { INPUT_STATE_PTR input; /* the input accessor */ OUTPUT_STATE_PTR output; /* the output accessor */ } STATE_PTRS; -static STATE_PTRS io_ptrs [CARD_COUNT] = { /* the card accessors pointing at the local state */ - { &dev_bus [ipli].forward.input, /* card [0].input */ - &dev_bus [ipli].forward.output }, /* card [0].output */ - { &dev_bus [iplo].forward.input, /* card [1].input */ - &dev_bus [iplo].forward.output } /* card [1].output */ - }; +/* IPL synchronizer states. + + One mechanism that synchronizes two simulator instances is implemented by an + interlocked gate that is in one of three basic states: Locked, Unlocking, or + Unlocked. When operating in the synchronous mode, each instance schedules + the IPLO unit to rendezvous with the other instance after a preset number of + machine instructions have been executed. The first instance that arrives at + the gate locks it and then waits in a loop for the other unit to arrive. + When the other instance arrives, it begins unlocking the gate but waits for + an acknowledgement from the first instance before leaving the gate unlocked. + Then both instances reschedule their respective IPLO units, and the process + repeats. + + To allow efficient implementation, the wait loop starts out compute-bound but + then shifts to event waits after a short time. The shift is noted by a state + change from Locked to Locked_Wait (or Unlocking to Unlocking_Wait). This is + required because the event waits must be signaled but the compute waits must + not. + + The allowed state transitions are: + + Transition Cause + --------------------------- ----------------------------------------- + Unlocked -> Locked First instance arrives at the rendezvous + Locked -> Locked_Wait Second instance is slow to arrive + Locked -> Unlocking Second instance arrives at the rendezvous + Locked -> Unlocked Abort before second instance arrives + Locked_Wait -> Unlocking Second instance arrives at the rendezvous + Locked_Wait -> Unlocked Abort before second instance arrives + Unlocking -> Unlocking_Wait First instance is slow to confirm + Unlocking -> Unlocked First instance confirms resumption + + + Implementation notes: + + 1. The Wait states must be +1 numerically from the corresponding non-wait + states. +*/ + +typedef enum { /* the CPU execution interlock state */ + Unlocked, /* the gate is unlocked */ + Unlocking, /* the gate is unlocking */ + Unlocking_Wait, /* the gate is unlocking and waiting */ + Locked, /* the gate is locked */ + Locked_Wait /* the gate is locked and waiting */ + } GATE_STATE; + +static const char *gate_state_names [] = { /* gate state names corresponding to GATE_STATE */ + "Unlocked", + "Unlocking", + "Unlocking and waiting", + "Locked", + "Locked and waiting" }; + + +/* IPL shared memory region */ + +typedef enum { /* the version of Time-Shared BASIC currently running */ + HP_2000BC, /* HP 2000B, C, or C' (C-prime) */ + HP_2000F, /* HP 2000F */ + HP_2000_Access /* HP 2000 Access */ + } OS_VERSION; + +typedef struct { /* the shared memory region */ + GATE_STATE gate; /* the state of the CPU interlock gate */ + uint32 count; /* the count of instructions to execute before rendezvous */ + OS_VERSION tsb_version; /* the version of TSB that is running */ + IO_STATE dev_bus [CARD_COUNT]; /* the IPL I/O device state */ + } SHARED_REGION; /* IPL interface state */ -static t_bool cpu_is_iop = FALSE; /* TRUE if this is the IOP instance, FALSE if SP instance */ -static int32 edt_delay = 1; /* EDT delay (msec) */ -static int32 poll_wait = 50; /* maximum poll wait time */ +static t_bool cpu_is_iop = FALSE; /* TRUE if this is the IOP instance, FALSE if SP instance */ +static int32 poll_wait = 50; /* maximum poll wait time (in event ticks) */ +static int32 edt_delay = 0; /* EDT delay (in milliseconds) */ +static int32 fallback_wait = 2; /* sleep time if semaphores are not supported (in seconds) */ -static char event_name [PATH_MAX]; /* the event name */ -static uint32 event_error = 0; /* the host OS error code from a failed process sync call */ -static t_bool wait_aborted = FALSE; /* TRUE if the user aborted a SET IPL WAIT command */ -static EVENT event_id = NO_EVENT; /* the synchronization event */ -static SHMEM *memory_region = NULL; /* a pointer to the shared memory region descriptor */ +static char event_name [PATH_MAX]; /* the event name; last character specifies which event */ +static uint32 event_error = 0; /* the host OS error code from a failed process sync call */ +static t_bool wait_aborted = FALSE; /* TRUE if the user aborted a SET IPL WAIT command */ +static EVENT sync_id = UNDEFINED_EVENT; /* the synchronization wait event */ +static EVENT lock_id = UNDEFINED_EVENT; /* the lock wait event */ +static EVENT unlock_id = UNDEFINED_EVENT; /* the unlock wait event */ + +static SHMEM *shared_id; /* a pointer to the shared memory identifier */ +static SHARED_REGION local_region; /* the local I/O device state */ +static SHARED_REGION *shared_ptr; /* a pointer to the shared I/O device state */ + +static uint32 sync_avg = 0; /* average interlock wait time */ +static uint32 sync_max = 0; /* maximum interlock wait time */ +static uint32 sync_cnt = 0; /* count of interlock calls */ +static float sync_mean = 0.0; /* running average interlock wait time */ + +static STATE_PTRS io_ptrs [CARD_COUNT] = { /* the card accessors pointing at the local state */ + { &local_region.dev_bus [ipli].forward.input, /* card [0].input */ + &local_region.dev_bus [ipli].forward.output }, /* card [0].output */ + + { &local_region.dev_bus [iplo].forward.input, /* card [1].input */ + &local_region.dev_bus [iplo].forward.output } /* card [1].output */ + }; -/* IPL local SCP support routines */ +/* IPL I/O interface routines */ static INTERFACE ipl_interface; -/* IPL local SCP support routines */ +/* IPL interface local SCP support routines */ -static t_stat ipl_set_diag (UNIT *uptr, int32 value, char *cptr, void *desc); -static t_stat ipl_set_sync (UNIT *uptr, int32 value, char *cptr, void *desc); +static t_stat ipl_set_diag (UNIT *uptr, int32 value, char *cptr, void *desc); +static t_stat ipl_set_sync (UNIT *uptr, int32 value, char *cptr, void *desc); +static t_stat ipl_show_sync (FILE *st, UNIT *uptr, int32 value, void *desc); + + +/* IPL device local SCP support routines */ static t_stat ipl_reset (DEVICE *dptr); -static t_stat ipl_boot (int32 unitno, DEVICE *dptr); - static t_stat ipl_attach (UNIT *uptr, char *cptr); static t_stat ipl_detach (UNIT *uptr); +static t_stat ipl_boot (int32 unitno, DEVICE *dptr); -/* IPL local utility routines */ +/* IPL device local utility routines */ -static t_stat card_service (UNIT *uptr); -static void activate_unit (UNIT *uptr, int32 wait_time); -static void abort_handler (int signal); +static t_stat card_service (UNIT *uptr); +static t_stat sync_service (UNIT *uptr); + +static t_stat wait_at_gate (EVENT event_id, GATE_STATE initial, GATE_STATE final); +static void release_wait (EVENT event_id, GATE_STATE initial, GATE_STATE final); +static void activate_unit (UNIT *uptr, int32 wait_time); +static void wru_handler (int signal); +static RESPONSE trace_command (CARD_INDEX card, HP_WORD command, RESPONSE response); +static RESPONSE trace_status (CARD_INDEX card, HP_WORD status, RESPONSE response); -/* Process synchronization routines */ +/* Host-specific process synchronization routines */ static uint32 create_event (const char *name, EVENT *event); static uint32 destroy_event (const char *name, EVENT *event); -static t_bool event_is_undefined (EVENT event); static uint32 wait_event (EVENT event, uint32 wait_in_ms, t_bool *signaled); static uint32 signal_event (EVENT event); @@ -432,12 +996,22 @@ static DIB ipl_dib [CARD_COUNT] = { /* Unit lists */ static UNIT ipl_unit [CARD_COUNT] = { - { UDATA (&card_service, UNIT_ATTABLE, 0) }, /* the IPLI unit handles service */ - { UDATA (NULL, UNIT_ATTABLE, 0) } /* for both cards */ + { UDATA (&card_service, UNIT_ATTABLE, 0) }, /* the IPLI unit handles I/O for both cards */ + { UDATA (&sync_service, UNIT_ATTABLE, 0) } /* the IPLO unit handles CPU interlocking */ }; -/* Register lists */ +/* Register lists. + + Five registers are hidden from the user. The EDTDELAY value sets the number + of milliseconds to suspend the simulator after an IOP-to-SP data transfer + completes; see the notes for the "ipl_interface" routine for details. The + EVTERR value is set to the host system error code if an event operation + fails. AVG and MAX hold the interlock synchronizer's average and maximum + loop iteration counts while waiting for the other instance to respond. CNT + is the total number of interlock calls made. These last three values are + reset to zero when a RESET -P IPL command is issued. +*/ static REG ipli_reg [] = { /* Macro Name Location Width Offset Flags */ @@ -448,8 +1022,12 @@ static REG ipli_reg [] = { { FLDATA (FLG, ipl [ipli].flag, 0) }, { FLDATA (FBF, ipl [ipli].flag_buffer, 0) }, { DRDATA (TIME, poll_wait, 24), PV_LEFT }, + { DRDATA (WAIT, fallback_wait, 24), PV_LEFT }, { DRDATA (EDTDELAY, edt_delay, 32), PV_LEFT | REG_HIDDEN }, { DRDATA (EVTERR, event_error, 32), PV_LEFT | REG_HRO }, + { DRDATA (AVG, sync_avg, 32), PV_LEFT | REG_HRO }, + { DRDATA (MAX, sync_max, 32), PV_LEFT | REG_HRO }, + { DRDATA (CNT, sync_cnt, 32), PV_LEFT | REG_HRO }, DIB_REGS (ipli_dib), @@ -464,7 +1042,6 @@ static REG iplo_reg [] = { { FLDATA (CTL, ipl [iplo].control, 0) }, { FLDATA (FLG, ipl [iplo].flag, 0) }, { FLDATA (FBF, ipl [iplo].flag_buffer, 0) }, - { DRDATA (TIME, poll_wait, 24), PV_LEFT }, DIB_REGS (iplo_dib), @@ -474,19 +1051,26 @@ static REG iplo_reg [] = { /* Modifier lists */ +typedef enum { /* Synchronization SET command values */ + Interlock, /* SET IPL INTERLOCK */ + Signal, /* SET IPL SIGNAL */ + Wait /* SET IPL WAIT */ + } SYNC_MODE; + static MTAB ipl_mod [] = { -/* Mask Value Match Value Print String Match String Validation Display Descriptor */ -/* ---------- ----------- ----------------- ------------ -------------- ------- ---------- */ - { UNIT_DIAG, UNIT_DIAG, "diagnostic mode", "DIAGNOSTIC", &ipl_set_diag, NULL, NULL }, - { UNIT_DIAG, 0, "link mode", "LINK", &ipl_set_diag, NULL, NULL }, +/* Mask Value Match Value Print String Match String Validation Display Descriptor */ +/* ---------- ----------- ----------------- ------------- -------------- ------- ---------- */ + { UNIT_DIAG, UNIT_DIAG, "diagnostic mode", "DIAGNOSTIC", &ipl_set_diag, NULL, NULL }, + { UNIT_DIAG, 0, "link mode", "LINK", &ipl_set_diag, NULL, NULL }, -/* Entry Flags Value Print String Match String Validation Display Descriptor */ -/* -------------------- ----- ------------ ------------ -------------- ------------- ----------------- */ - { MTAB_XDV, 0u, NULL, "WAIT", &ipl_set_sync, NULL, NULL }, - { MTAB_XDV, 1u, NULL, "SIGNAL", &ipl_set_sync, NULL, NULL }, +/* Entry Flags Value Print String Match String Validation Display Descriptor */ +/* -------------------- ---------- ------------ ------------ -------------- --------------- ----------------- */ + { MTAB_XDV | MTAB_NMO, Interlock, "INTERLOCK", "INTERLOCK", &ipl_set_sync, &ipl_show_sync, NULL }, + { MTAB_XDV, Signal, NULL, "SIGNAL", &ipl_set_sync, NULL, NULL }, + { MTAB_XDV, Wait, NULL, "WAIT", &ipl_set_sync, NULL, NULL }, - { MTAB_XDV, 2u, "SC", "SC", &hp_set_dib, &hp_show_dib, (void *) &ipl_dib }, - { MTAB_XDV | MTAB_NMO, ~2u, "DEVNO", "DEVNO", &hp_set_dib, &hp_show_dib, (void *) &ipl_dib }, + { MTAB_XDV, 2u, "SC", "SC", &hp_set_dib, &hp_show_dib, (void *) &ipl_dib }, + { MTAB_XDV | MTAB_NMO, ~2u, "DEVNO", "DEVNO", &hp_set_dib, &hp_show_dib, (void *) &ipl_dib }, { 0 } }; @@ -503,7 +1087,10 @@ static DEBTAB ipli_deb [] = { }; static DEBTAB iplo_deb [] = { + { "CMD", TRACE_CMD }, /* trace interface or controller commands */ { "CSRW", TRACE_CSRW }, /* trace interface control, status, read, and write actions */ + { "STATE", TRACE_STATE }, /* trace state changes */ + { "PSERV", TRACE_PSERV }, /* trace periodic unit service scheduling calls and entries */ { "XFER", TRACE_XFER }, /* trace data transmissions */ { "IOBUS", TRACE_IOBUS }, /* trace I/O bus signals and data words received and returned */ { NULL, 0 } @@ -514,7 +1101,7 @@ static DEBTAB iplo_deb [] = { DEVICE ipli_dev = { "IPL", /* device name (logical name "IPLI") */ - &ipli_unit, /* unit array */ + &poll_unit, /* unit array */ ipli_reg, /* register array */ ipl_mod, /* modifier array */ 1, /* number of units */ @@ -539,7 +1126,7 @@ DEVICE ipli_dev = { DEVICE iplo_dev = { "IPLO", /* device name */ - &iplo_unit, /* unit array */ + &sync_unit, /* unit array */ iplo_reg, /* register array */ ipl_mod, /* modifier array */ 1, /* number of units */ @@ -562,13 +1149,17 @@ DEVICE iplo_dev = { NULL /* logical device name */ }; -static DEVICE *dptrs [CARD_COUNT] = { +static DEVICE *dptrs [CARD_COUNT] = { /* device pointer array */ &ipli_dev, &iplo_dev }; +/* IPL I/O interface routines */ + + + /* Microcircuit interface. In the link mode, the IPLI and IPLO devices are linked via a shared memory @@ -581,14 +1172,26 @@ static DEVICE *dptrs [CARD_COUNT] = { Implementation notes: - 1. 2000 Access has a race condition that manifests itself by an apparently + 1. When tracing commands and status words, commands from this simulator + instance are sent on the outbound side of the output (higher select code) + card, and status is returned on the inbound side of the same card. + Commands from the other instance are received on the inbound side of the + input (lower select code) card, and status is returned on the outbound + side of the same card. + + 2. Command tracing is meaningless unless an HP 2000 Time-Shared BASIC + operating system is running. Testing for the shared memory allocation + that simulates the interconnecting cables indicates whether command + tracing is meaningful. + + 3. 2000 Access has a race condition that manifests itself by an apparently normal boot and operational system console but no PLEASE LOG IN response to terminals connected to the multiplexer. The frequency of occurrence is higher on multiprocessor host systems, where the SP and IOP instances may execute concurrently. - The cause is this code in the SP disc loader source (2883.asm, 7900.asm, - 790X.asm, 79X3.asm, and 79XX.asm): + The cause is this code in the SP disc loader (source files S2883, S7900, + S79X0, S79X3, and S79XX): LDA SDVTR REQUEST JSB IOPMA,I DEVICE TABLE @@ -599,37 +1202,59 @@ static DEVICE *dptrs [CARD_COUNT] = { STC CH2,C SET CORRECT CLC CH2 FLAG DIRECTION - The STC/CLC normally would cause a second "request device table" command - to be recognized by the IOP, except that the IOP DMA setup routine - "DMAXF" (in D61.asm) has specified an end-of-block CLC that holds off the - IPL interrupt, and the completion interrupt routine "DMCMP" ends with a - STC,C that clears the IPL flag. + DMA completion causes the SFS instruction to skip the JMP. The STC/CLC + pair at the end normally would cause a Processor Interconnect interrupt + and a second Request Device Table command to be recognized by the IOP, + except that the IOP DMA setup routine DMAXF (in source file SD61) + specifies an end-of-block CLC that holds off the interconnect interrupt, + and the DMA interrupt completion routine DMCMP ends with a STC,C that + clears the interconnect flag. - In hardware, the two CPUs are essentially interlocked by the DMA - transfer, and DMA completion interrupts occur almost simultaneously. + The SP program executes four instructions between DMA completion and the + CLC. The IOP program executes 34 instructions between the DMA completion + interrupt and the STC,C that resets the Processor Interconnect. In + hardware, the two CPUs are essentially interlocked by the DMA transfer, + and DMA completion occurs almost simultaneously in each machine. Therefore, the STC/CLC in the SP is guaranteed to occur before the STC,C - in the IOP. Under simulation, and especially on multiprocessor hosts, - that guarantee does not hold. If the STC/CLC occurs after the STC,C, - then the IOP starts a second device table DMA transfer, which the SP is - not expecting. The IOP never processes the subsequent "start - timesharing" command, and the multiplexer is non-responsive. + in the IOP, and the Processor Interconnect interrupt never occurs. Under + simulation, and especially on multi-core hosts, that guarantee does not + hold. If host load preemption causes the STC/CLC to occur after the + STC,C, then the IOP starts a second device table DMA transfer, which the + SP is not expecting. Consequently, the IOP never processes the + subsequent Start Timesharing command, and the multiplexer does not + respond to user logon requests. - We employ a workaround that decreases the incidence of the problem: DMA - output completion interrupts are delayed to allow the other SIMH instance - a chance to process its own DMA completion. We do this by processing the - EDT (End Data Transfer) I/O backplane signal and "sleep"ing for a short - time if the transfer was an output transfer to the input channel, i.e., - a data response to the SP. This improves the race condition by delaying + This situation can be avoided by using the SET IPL INTERLOCK command to + synchronize execution of the SP and IOP instances. The interlock value + is critical; it cannot be more than 16 instructions to allow for the + worst-case preemption scenario. That occurs when the SP instance does + not receive the last DMA input word during a poll that occurs at the last + instruction of the SP's interlock quantum, and then the IOP outputs the + last DMA word with the first instruction of its quantum. The IOP will + then execute a full quantum (16 instructions) and rendezvous with the SP. + If the SP blocks immediately after rendezvous, the IOP can then execute a + second full quantum (another 16 instructions) before the SP is able to + pick up the last word and execute its CLC. To avoid this, two interlock + times must be less than the critical instruction path length of 34 + instructions. + + Synchronization must remain active at least until the IOP has completed + its initialization. If synchronization events are not supported on the + host platform, the simulator employs a workaround that decreases the + incidence of the problem: the DMA output completion interrupt is delayed + to allow the other SIMH instance a chance to process its own DMA input + completion interrupt first. This improves the race condition by delaying the IOP until the SP has a chance to receive the last word, recognize its own DMA input completion, drop out of the SFS loop, and execute the - STC/CLC. The delay, "edt_delay", is initialized to one millisecond but - is exposed via a hidden IPLI register, "EDTDELAY", that allows the user - to lengthen the delay if necessary. + STC/CLC. The delay is initially set to one millisecond but is exposed + via a hidden IPLI register, EDTDELAY, that allows the user to lengthen + the delay if necessary. - The condition is only improved, and not solved, because "sleep"ing the - IOP doesn't guarantee that the SP will actually execute. It's possible + Using this fallback mechanism instead of CPU synchronization only + improves the condition. It does not solve it because delaying the IOP + does not guarantee that the SP will actually execute. It is possible that a higher-priority host process will preempt the SP, and that at the - sleep expiration, the SP still has not executed the STC/CLC. Still, in + delay expiration, the SP still has not executed the STC/CLC. Still, in testing, the incidence dropped dramatically, so the problem is much less intrusive. */ @@ -638,6 +1263,7 @@ static SIGNALS_VALUE ipl_interface (const DIB *dibptr, INBOUND_SET inbound_signa { const char * const iotype [] = { "Status", "Command" }; const CARD_INDEX card = (CARD_INDEX) dibptr->card_index; /* set the card selector */ +static RESPONSE response [CARD_COUNT] = { None, None }; /* expected TSB command responses */ INBOUND_SIGNAL signal; INBOUND_SET working_set = inbound_signals; @@ -683,16 +1309,28 @@ while (working_set) { /* while signals remain tpprintf (dptrs [card], TRACE_CSRW, "%s input word is %06o\n", iotype [card ^ 1], ipl [card].input_word); + + if (TRACINGP (dptrs [card], TRACE_CMD) && shared_ptr != NULL) + if (card == iplo) + response [card] = trace_status (card, outbound.value, response [card]); + else + response [card] = trace_command (card, outbound.value, response [card]); break; case ioIOO: /* I/O data output */ ipl [card].output_word = inbound_value; /* clear supplied status */ - io_ptrs [card].output->data_out = ipl [card].output_word; + io_ptrs [card].output->data_out = ipl [card].output_word; /* place the word on the data bus */ tpprintf (dptrs [card], TRACE_CSRW, "%s output word is %06o\n", iotype [card], ipl [card].output_word); + + if (TRACINGP (dptrs [card], TRACE_CMD) && shared_ptr != NULL) + if (card == iplo) + response [card] = trace_command (card, inbound_value, response [card]); + else + response [card] = trace_status (card, inbound_value, response [card]); break; @@ -722,20 +1360,22 @@ while (working_set) { /* while signals remain tpprintf (dptrs [card], TRACE_XFER, "Word %06o sent to link\n", ipl [card].output_word); - sim_cancel (&ipli_unit); /* reschedule the poll immediately */ - activate_unit (&ipli_unit, 1); /* as we're expecting a response */ + sim_cancel (&poll_unit); /* reschedule the poll immediately */ + activate_unit (&poll_unit, 1); /* as we're expecting a response */ break; case ioEDT: /* end data transfer */ + response [card] = None; /* clear data response */ + if (cpu_is_iop /* if this is the IOP instance */ && inbound_signals & ioIOO /* and the card is doing output */ - && card == ipli) { /* on the input card */ + && card == ipli /* on the input card */ + && edt_delay > 0) { /* and a delay is specified */ + sim_os_ms_sleep (edt_delay); /* then delay DMA completion */ - tprintf (ipli_dev, TRACE_CMD, "Delaying DMA completion interrupt for %d msec\n", + tprintf (ipli_dev, TRACE_CMD, "Delayed DMA completion interrupt for %d msec\n", edt_delay); - - sim_os_ms_sleep (edt_delay); /* then delay DMA completion */ } break; @@ -785,447 +1425,9 @@ return outbound; /* return the outbound s } -/* Processor Interconnect service routine. - This routine is scheduled when the IPL is attached and is entered to check - the Device Flag signals of the two interface cards. The order in which the - cards are checked is significant, as a prior command sent via the output card - must be acknowledged before a command from the input card is recognized. +/* IPL interface local SCP support routines */ - When a card's Device Flag signal is asserted, the routine saves the input - data present on the Data In bus and then sets the Flag Buffer flip-flop. It - then asserts the ENF signal to set the Flag flip-flop and then denies the - Device Command Out signal. If the output card is responding, the next poll - time is lengthened to ensure that the card status is read before checking the - input card for a command. Otherwise, the current poll time is reused. - - If a flag signal was not seen, the current poll time is doubled, with an - upper limit set by the "poll_wait" value. The poll is then rescheduled if - the cards are attached. Otherwise, the service call was for a diagnostic - test, where periodic polling is not done. - - - Implementation notes: - - 1. The "uptr" parameter always points at the input card unit; the output - card unit has no separate service routine, as it is serviced here - concurrently with the input unit. - - 2. For rapid response during block data transfers, the poll wait wants to be - as short as possible. However, for reduced overhead, the poll wait wants - to be as long as possible. We solve this conflict by using an adaptable - poll wait. It starts at a delay of one event tick and doubles each time - a poll does not encounter an input condition until it reaches a preset - maximum limit. This gives good response to continuous transfers but - reduces the overhead between transfers. - - 3. 2000 Access has a race condition that causes a program's printer or paper - tape punch output to stop for no apparent reason. The race occurs more - often when a large amount of output is generated quickly. - - The cause is this code in subroutine #IPAL in the SP main program source - (TSB.asm) that is used to send output data to a non-shareable device - controlled by the IOP: - - LDA ERTMP SEND - IOR ALB REQUEST - JSB SDVRP,I CODE - LDB #IPAL RETRIEVE - INB BUFFER - LDA B,I LENGTH - JSB SDVRP,I SEND TO IOP - SFS CH2 WAIT FOR - JMP *-1 ACKNOWLEDGEMENT - CLF 0 - LIA CH2 RETRIEVE RESPONSE - - If this "allocate buffer" ("ALB") request is refused by the IOP because - all output buffers are in use, the resulting "no buffer available" - response will cause the SP to issue a "release buffers" command to the - IOP and then suspend the user's program until the IOP sends a "wake up - user" command to indicate buffer availability. When the line printer - completes its operation on the current output buffer, the IOP frees it - and then sends the command to the SP to resume the user's output. - - The problem occurs when the line printer completes just as the allocate - buffer request is made. That request sends two words: the ALB request - code and the buffer length. The IOP denies the request but then - immediately follows it with the "wake up user" command to indicate that a - buffer is now available. If the command arrives between the time the SP - sends the buffer length word and the time it picks up the response, the - user program will hang. This occurs because the response causes the SP - to set a flag indicating that the user has been suspended for buffer - availability. If the "wake up user" command arrives before that flag is - set, the command is ignored. So the SP is waiting for the IOP to issue - the wake up, but the IOP has already issued it. This leaves the - suspension in force until the user aborts the program by pressing the - BREAK key. - - Nominally, there are only about nine instructions executed between the - STC CH2 (within the SDVRP subroutine) that causes an IOP to accept the - buffer length word and the SFS CH2 (above) that detects that the IOP's - acknowledgement has arrived. However, the SP's interrupt system is on - during the above SFS CH2 / JMP *-1 loop, and the processor interconnect - has the highest I/O interrupt priority. So if, say, a time-base - generator interrupt occurs during the SFS loop, several dozen - instructions may be executed before control returns to the loop. If, - during that time, the IOP command arrives, the resulting higher-priority - interrupt is handled before the loop return, and the command is ignored - because the "user is suspended" flag has not been set. - - The card service routine is constructed to ensure that the IOP status - response is picked up before an IOP command if they both are seen during - the same poll. However, there's no general way to ensure that the - response is read by the SP program before a pending IOP command is - recognized. That's because the SP does not read the response of some - commands it sends, so simply holding off input card commands until the - output card data register is read will not work. - - The best we can do is reduce the frequency of the race condition by - delaying IOP command recognition after a status response arrives. We do - this by rescheduling the poll using a delay of ten times the normal - maximum poll delay. The next STC directed to either card clears the - delay and reschedules the poll for immediate entry, providing rapid - response when block data is being transferred in either direction across - the processor interconnect. - - 4. The CARD_INDEX enumeration is (ipli, iplo), so to loop in the reverse - order, we must cast the terminating condition to an "int" comparison, as - the integer type used to represent enumerations is implementation- - dependent. In particular, it may be an unsigned type. -*/ - -static t_stat card_service (UNIT *uptr) -{ -static uint32 delta = 0; /* accumulated time between receptions */ -CARD_INDEX card; -t_stat status = SCPE_OK; - -tprintf (ipli_dev, TRACE_PSERV, "Poll delay %d service entered\n", - uptr->wait); - -delta = delta + uptr->wait; /* update the accumulated time */ - -for (card = iplo; (int) card >= (int) ipli; card--) /* process IPLO then IPLI in descending order */ - if (io_ptrs [card].input->device_flag_in == TRUE) { /* if the Device Flag is asserted */ - io_ptrs [card].input->device_flag_in = FALSE; /* then clear it */ - - ipl [card].input_word = io_ptrs [card].input->data_in; /* read the data input lines */ - - tpprintf (dptrs [card], TRACE_XFER, "Word %06o delta %u received from link\n", - ipl [card].input_word, delta); - - ipl [card].flag_buffer = SET; /* set the flag buffer */ - io_assert (dptrs [card], ioa_ENF); /* and flag flip-flops */ - - io_ptrs [card].output->device_command_out = FALSE; /* reset Device Command */ - - delta = 0; /* clear the accumulated time */ - - if (card == iplo) { /* if the output card received a status reply */ - uptr->wait = poll_wait * 10; /* then schedule a longer wait to allow for status pickup */ - break; /* before checking for an inbound command */ - } - } - -if (delta > 0) { /* if both Device Flags were denied */ - uptr->wait = uptr-> wait * 2; /* then double the wait time for the next check */ - - if (uptr->wait > poll_wait) /* if the new time is greater than the maximum time */ - uptr->wait = poll_wait; /* then limit it to the maximum */ - - if (io_ptrs [ipli].input->cable_connected == FALSE /* if the interconnecting cable is not present */ - && cpu_io_stop (uptr)) /* and the I/O error stop is enabled */ - status = STOP_NOCONN; /* then report the disconnection */ - } - -if (uptr->flags & UNIT_ATT) /* if the link is active */ - activate_unit (uptr, uptr->wait); /* then continue to poll for input */ - -return status; /* return the event service status */ -} - - -/* Reset the IPL. - - This routine is called for a RESET, RESET IPLI, or RESET IPLO command. It is - the simulation equivalent of the POPIO signal, which is asserted by the front - panel PRESET switch. - - For a power-on reset, the logical name "IPLI" is assigned to the first - processor interconnect card, so that it may referenced either as that name or - as "IPL" for use when a SET command affects both interfaces. -*/ - -static t_stat ipl_reset (DEVICE *dptr) -{ -UNIT *uptr = dptr->units; -DIB *dibptr = (DIB *) dptr->ctxt; /* DIB pointer */ -CARD_INDEX card = (CARD_INDEX) dibptr->card_index; /* card number */ - -hp_enbdis_pair (dptr, dptrs [card ^ 1]); /* ensure that the pair state is consistent */ - -if (sim_switches & SWMASK ('P')) { /* initialization reset? */ - ipl [card].input_word = 0; - ipl [card].output_word = 0; - - if (ipli_dev.lname == NULL) /* logical name unassigned? */ - ipli_dev.lname = strdup ("IPLI"); /* allocate and initialize the name */ - } - -io_assert (dptr, ioa_POPIO); /* PRESET the device */ - -if (uptr->flags & UNIT_ATT) /* if the link is active for this card */ - activate_unit (&ipli_unit, poll_wait); /* then continue to poll for input at the idle rate */ -else /* otherwise the link is inactive */ - sim_cancel (&ipli_unit); /* so stop input polling */ - -return SCPE_OK; -} - - -/* Attach one end of the interconnecting cables. - - This routine connects the IPL device pair to a shared memory region. This - simulates connecting one end of the processor interconnect kit cables to the - card pair in this CPU. The command is: - - ATTACH [ -S | -I ] IPL - - ...where is a user-selected decimal number between 1 and 65535 that - uniquely identifies the instance pair to interconnect. The -S or -I switch - indicates whether this instance is acting as the System Processor or the I/O - Processor. The command will be rejected if either device is in diagnostic - mode, or if the is omitted, malformed, or out of range. - - For backward compatibility with prior IPL implementations that used network - interconnections, the following commands are also accepted: - - ATTACH [ -L ] [ IPLI | IPLO] - ATTACH -C [ IPLI | IPLO] - - For these commands, -L or no switch indicates the SP instance, and -C - indicates the IOP instance. and used to indicate the - network port numbers to use, but now it serves only to supply the code - number from the lesser of the two values. - - Local memory is allocated to hold the code number string, which serves as the - "attached file name" for the SCP SHOW command. If memory allocation fails, - the command is rejected. - - This routine creates a shared memory region and an event (semaphore) that are - used to coordinate a data exchange with the other simulator instance. If -S - or -I is specified, then creation occurs after the ATTACH command is given - for either the IPLI or IPLO device, and both devices are marked as attached. - If -L or -C is specified, then both devices must be attached before creation - occurs using the lower port number. - - Two object names that identify the shared memory region and synchronization - event are derived from the (or lower ) number: - - /HP 2100-MEM- - /HP 2100-EVT- - - Each simulator instance must use the same (or pair) when - attaching for the interconnection to occur. This permits multiple instance - pairs to operate simultaneously and independently, if desired. - - Once shared memory is allocated, pointers to the region for the SP and IOP - instances are set so that the output card pointer of one instance and the - input card pointer of the other instance reference the same memory structure. - This accomplishes the interconnection, as a write to one instance's card will - be seen by a read from the other instance's card. - - If the shared memory allocation succeeds but the process synchronization - event creation fails, the routine returns "Command not completed" status to - indicate that interconnection without synchronization is permitted. - - - Implementation notes: - - 1. The implementation supports process synchronization only on the local - system. - - 2. The object names begin with slashes to conform to POSIX requirements to - guarantee that multiple instances to refer to the same shared memory - region. Omitting the slash results in implementation-defined behavior on - POSIX systems. -*/ - -static t_stat ipl_attach (UNIT *uptr, char *cptr) -{ -t_stat status; -int32 id_number; -char object_name [PATH_MAX]; -char *tptr, *zptr; -IO_STATE_PTR isp; -UNIT *optr; - -if ((ipli_unit.flags | iplo_unit.flags) & UNIT_DIAG) /* if either unit is in diagnostic mode */ - return SCPE_NOFNC; /* then the command is not allowed */ - -else if (uptr->flags & UNIT_ATT) /* otherwise if the unit is currently attached */ - ipl_detach (uptr); /* then detach it first */ - -id_number = (int32) strtotv (cptr, &zptr, 10); /* parse the command for the ID number */ - -if (cptr == zptr || *zptr != '\0' || id_number == 0) /* if the parse failed or extra characters or out of range */ - return SCPE_ARG; /* then reject the attach with an invalid argument error */ - -else { /* otherwise a single number was specified */ - tptr = (char *) malloc (strlen (cptr) + 1); /* so allocate a string buffer to hold the ID */ - - if (tptr == NULL) /* if the allocation failed */ - return SCPE_MEM; /* then reject the attach with an out-of-memory error */ - - else { /* otherwise */ - strcpy (tptr, cptr); /* copy the ID number to the buffer */ - uptr->filename = tptr; /* and assign it as the attached object name */ - - uptr->flags |= UNIT_ATT; /* set the unit attached flag */ - uptr->ID = id_number; /* and save the ID number */ - - activate_unit (&ipli_unit, poll_wait); /* activate the poll unit using the initial wait */ - } - - if ((sim_switches & (SP | IOP)) == 0) /* if this is not a single-device attach */ - if (ipli_unit.ID == 0 || iplo_unit.ID == 0) /* then if both devices have not been attached yet */ - return SCPE_OK; /* then we've done all we can do */ - - else if (ipli_unit.ID < iplo_unit.ID) /* otherwise */ - id_number = ipli_unit.ID; /* determine */ - else /* the lower */ - id_number = iplo_unit.ID; /* ID number */ - - else { /* otherwise this is a single-device attach */ - if (uptr == &ipli_unit) /* so if we are attaching the input unit */ - optr = &iplo_unit; /* then point at the output unit */ - else /* otherwise we are attaching the output unit */ - optr = &ipli_unit; /* so point at the input unit */ - - optr->filename = tptr; /* assign the ID as the attached object name */ - - optr->flags |= UNIT_ATT; /* set the unit attached flag */ - optr->ID = id_number; /* and save the ID number */ - } - - sprintf (object_name, "/%s-MEM-%d", /* generate the shared memory area name */ - sim_name, id_number); - - status = sim_shmem_open (object_name, sizeof dev_bus, /* allocate the shared memory area */ - &memory_region, (void **) &isp); - - if (status != SCPE_OK) { /* if the allocation failed */ - ipl_detach (uptr); /* then detach this unit */ - return status; /* and report the error */ - } - - else { /* otherwise */ - cpu_is_iop = ((sim_switches & (CONNECT | IOP)) != 0); /* -C or -I imply that this is the I/O Processor */ - - if (cpu_is_iop) { /* if this is the IOP instance */ - io_ptrs [ipli].input = &isp [iplo].reverse.input; /* then cross-connect */ - io_ptrs [ipli].output = &isp [iplo].reverse.output; /* the input and output */ - io_ptrs [iplo].input = &isp [ipli].reverse.input; /* interface cards to the */ - io_ptrs [iplo].output = &isp [ipli].reverse.output; /* SP interface cards */ - } - - else { /* otherwise this is the SP instance */ - io_ptrs [ipli].input = &isp [ipli].forward.input; /* so connect */ - io_ptrs [ipli].output = &isp [ipli].forward.output; /* the interface cards */ - io_ptrs [iplo].input = &isp [iplo].forward.input; /* to the I/O cables */ - io_ptrs [iplo].output = &isp [iplo].forward.output; /* directly */ - } - - io_ptrs [ipli].output->cable_connected = TRUE; /* indicate that the cables */ - io_ptrs [iplo].output->cable_connected = TRUE; /* have been connected */ - } - - sprintf (event_name, "/%s-EVT-%d", /* generate the process synchronization event name */ - sim_name, id_number); - - event_error = create_event (event_name, &event_id); /* create the event */ - - if (event_error == 0) /* if event creation succeeded */ - return SCPE_OK; /* then report a successful attach */ - else /* otherwise */ - return SCPE_INCOMP; /* report that the command did not complete */ - } -} - - -/* Detach the interconnecting cables. - - This routine disconnects the IPL device pair from the shared memory region. - This simulates disconnecting the processor interconnect kit cables from the - card pair in this CPU. The command is: - - DETACH IPL - - For backward compatibility with prior IPL implementations that used network - interconnections, the following commands are also accepted: - - DETACH IPLI - DETACH IPLO - - In either case, the shared memory region and process synchronization event - are destroyed, and the card state pointers are reset to point at the local - memory structure. If a single ATTACH was done, a single DETACH will detach - both devices and free the allocated "file name" memory. The input poll is - also stopped. - - If the event destruction failed, the routine returns "Command not completed" - status to indicate that the error code register should be checked. -*/ - -static t_stat ipl_detach (UNIT *uptr) -{ -UNIT *optr; - -if ((uptr->flags & UNIT_ATT) == 0) /* if the unit is not attached */ - if (sim_switches & SIM_SW_REST) /* then if this is a restoration call */ - return SCPE_OK; /* then return success */ - else /* otherwise this is a manual request */ - return SCPE_UNATT; /* so complain that the unit is not attached */ - -if (ipli_unit.filename == iplo_unit.filename) { /* if both units are attached to the same object */ - if (uptr == &ipli_unit) /* then if we are detaching the input unit */ - optr = &iplo_unit; /* then point at the output unit */ - else /* otherwise we are detaching the output unit */ - optr = &ipli_unit; /* so point at the input unit */ - - optr->filename = NULL; /* clear the other unit's attached object name */ - - optr->flags &= ~UNIT_ATT; /* clear the other unit's attached flag */ - optr->ID = 0; /* and the ID number */ - } - -free (uptr->filename); /* free the memory holding the ID number */ -uptr->filename = NULL; /* and clear the attached object name */ - -uptr->flags &= ~UNIT_ATT; /* clear the unit attached flag */ -uptr->ID = 0; /* and the ID number */ - -sim_cancel (&ipli_unit); /* cancel the poll */ - -io_ptrs [ipli].output->cable_connected = FALSE; /* disconnect the cables */ -io_ptrs [iplo].output->cable_connected = FALSE; /* from both cards */ - -io_ptrs [ipli].input = &dev_bus [ipli].forward.input; /* restore local control */ -io_ptrs [ipli].output = &dev_bus [ipli].forward.output; /* over the I/O state */ -io_ptrs [iplo].input = &dev_bus [iplo].forward.input; /* for both cards */ -io_ptrs [iplo].output = &dev_bus [iplo].forward.output; - -sim_shmem_close (memory_region); /* deallocate the shared memory region */ -memory_region = NULL; /* and clear the region pointer */ - -event_error = destroy_event (event_name, &event_id); /* destroy the event */ - -if (event_error == 0) /* if the destruction succeeded */ - return SCPE_OK; /* then report success */ -else /* otherwise */ - return SCPE_INCOMP; /* report that the command did not complete */ -} /* Set the diagnostic or link mode. @@ -1261,6 +1463,8 @@ else /* otherwise */ static t_stat ipl_set_diag (UNIT *uptr, int32 value, char *cptr, void *desc) { +const IO_STATE_PTR isp = local_region.dev_bus; /* pointer to the local bus state */ + if (value) { /* if this is an entry into diagnostic mode */ ipl_detach (uptr); /* then detach it first */ uptr->flags |= UNIT_DIAG; /* before setting the flag */ @@ -1269,40 +1473,40 @@ if (value) { /* if this is an entry i else /* otherwise this is an entry into link mode */ uptr->flags &= ~UNIT_DIAG; /* so clear the flag */ -if (ipli_unit.flags & iplo_unit.flags & UNIT_DIAG) { /* if both devices are now in diagnostic mode */ - io_ptrs [ipli].input = &dev_bus [iplo].reverse.input; /* then connect the cable */ - io_ptrs [ipli].output = &dev_bus [ipli].forward.output; /* so that the outputs of one card */ - io_ptrs [iplo].input = &dev_bus [ipli].reverse.input; /* are connected to the inputs of the other card */ - io_ptrs [iplo].output = &dev_bus [iplo].forward.output; /* and vice versa */ +if (poll_unit.flags & sync_unit.flags & UNIT_DIAG) { /* if both devices are now in diagnostic mode */ + io_ptrs [ipli].input = &isp [iplo].reverse.input; /* then connect the cable */ + io_ptrs [ipli].output = &isp [ipli].forward.output; /* so that the outputs of one card */ + io_ptrs [iplo].input = &isp [ipli].reverse.input; /* are connected to the inputs of the other card */ + io_ptrs [iplo].output = &isp [iplo].forward.output; /* and vice versa */ io_ptrs [ipli].output->cable_connected = TRUE; /* indicate that the cable */ io_ptrs [iplo].output->cable_connected = TRUE; /* has been connected between the cards */ } -else { /* otherwise */ - if (ipli_unit.flags & UNIT_DIAG) { /* if the input card is in diagnostic mode */ - io_ptrs [ipli].input = &dev_bus [ipli].reverse.input; /* then loop the card outputs */ - io_ptrs [ipli].output = &dev_bus [ipli].forward.output; /* back to the inputs and vice versa */ - io_ptrs [ipli].output->cable_connected = TRUE; /* and indicate that the card is connected */ +else { /* otherwise */ + if (poll_unit.flags & UNIT_DIAG) { /* if the input card is in diagnostic mode */ + io_ptrs [ipli].input = &isp [ipli].reverse.input; /* then loop the card outputs */ + io_ptrs [ipli].output = &isp [ipli].forward.output; /* back to the inputs and vice versa */ + io_ptrs [ipli].output->cable_connected = TRUE; /* and indicate that the card is connected */ } - else { /* otherwise the card is in link mode */ - io_ptrs [ipli].input = &dev_bus [ipli].forward.input; /* so point at the card state */ - io_ptrs [ipli].output = &dev_bus [ipli].forward.output; /* in the normal direction */ - io_ptrs [ipli].output->cable_connected = FALSE; /* and indicate that the card is not connected */ + else { /* otherwise the card is in link mode */ + io_ptrs [ipli].input = &isp [ipli].forward.input; /* so point at the card state */ + io_ptrs [ipli].output = &isp [ipli].forward.output; /* in the normal direction */ + io_ptrs [ipli].output->cable_connected = FALSE; /* and indicate that the card is not connected */ } - if (iplo_unit.flags & UNIT_DIAG) { /* otherwise */ - io_ptrs [iplo].input = &dev_bus [iplo].reverse.input; /* if the output card is in diagnostic mode */ - io_ptrs [iplo].output = &dev_bus [iplo].forward.output; /* then loop the card outputs */ - io_ptrs [iplo].output->cable_connected = TRUE; /* back to the inputs and vice versa */ - } /* and indicate that the card is connected */ + if (sync_unit.flags & UNIT_DIAG) { /* otherwise */ + io_ptrs [iplo].input = &isp [iplo].reverse.input; /* if the output card is in diagnostic mode */ + io_ptrs [iplo].output = &isp [iplo].forward.output; /* then loop the card outputs */ + io_ptrs [iplo].output->cable_connected = TRUE; /* back to the inputs and vice versa */ + } /* and indicate that the card is connected */ else { - io_ptrs [iplo].input = &dev_bus [iplo].forward.input; /* otherwise the card is in link mode */ - io_ptrs [iplo].output = &dev_bus [iplo].forward.output; /* so point at the card state */ - io_ptrs [iplo].output->cable_connected = FALSE; /* in the normal direction */ - } /* and indicate that the card is not connected */ + io_ptrs [iplo].input = &isp [iplo].forward.input; /* otherwise the card is in link mode */ + io_ptrs [iplo].output = &isp [iplo].forward.output; /* so point at the card state */ + io_ptrs [iplo].output->cable_connected = FALSE; /* in the normal direction */ + } /* and indicate that the card is not connected */ } return SCPE_OK; @@ -1311,107 +1515,624 @@ return SCPE_OK; /* Synchronize the simulator instance. - This validation routine is entered with the "value" parameter set to zero to - wait on the synchronization event or non-zero to signal the synchronization - event. The unit, character, and descriptor pointers are not used. + This validation routine is entered with the "uptr" parameter pointing + at the input unit and the "value" parameter set to the selected + synchronization command. The character and descriptor pointers are not used. This routine is called for the following commands: - SET IPLI WAIT - SET IPLI SIGNAL + SET IPL INTERLOCK= + SET IPL SIGNAL + SET IPL WAIT - If the event object has not been created yet by attaching the IPL device, the - routine returns "Command not allowed" status. For either command, the - routine returns "Command not completed" if the signal or wait function - returned an error to indicate that the error code register should be checked. + Setting a non-zero interlock value establishes instruction synchronization + between the simulator instances and starts the synchronizer. The count gives + the number of instructions that are executed before a rendezvous is + attempted. If the count is set to 0, the synchronizer is stopped, and the + instances execute freely. - To permit the user to abort the wait command, a CTRL+C handler is installed, - and waits of one second each are performed in a loop. The handler will set - the "wait_aborted" variable TRUE if it is called, and the loop then will - terminate and return with success status. + The WAIT command causes the simulator to wait until the event signal is + received from the other instance. The SIGNAL command sends the event signal + to the other instance. + + For all three commands, if the shared memory area used to communicate between + the instances has not been created yet by attaching the IPL device, the + routine returns "Unit not attached" status. If the unit is attached but + event creation failed, "Command not allowed" status is returned. If the + signal or wait function returned an execution error, the routine returns + "Command not completed" to indicate that the error code register should be + checked. + + To permit the user to abort the WAIT command, waits of 100 milliseconds each + are performed in a loop. At each pass through the loop, the keyboard is + polled for a CTRL+E, and the wait is abandoned if one if seen. If the user + aborts the wait, "Command not completed" status is returned. + + If the unit is attached but the synchronization events are not defined, the + WAIT command falls back to a timed wait, and the SIGNAL command falls back to + doing nothing. This allows at least a chance that these commands will + suffice on systems that does not support synchronization. If the INTERLOCK + command is called, it will return a "Command not allowed" error, as there is + no practicable fallback mechanism for instruction synchronization. Implementation notes: 1. The "wait_event" routine returns TRUE if the event is signaled and FALSE if it times out while waiting. + + 2. UNIX systems do not pass CTRL+E through the keyboard interface but + instead signal SIGINT. To catch these, a SIGINT handler is installed + that sets the "wait_aborted" variable TRUE if it is called. The variable + is checked in the loop, and the wait is abandoned if it is set. + + 3. The console must be changed to non-blocking mode in order to obtain the + CTRL+E keystroke without requiring a newline terminator. Bracketing + calls to "sim_ttrun" and "sim_ttcmd" are used to do this, even though + they also drop the simulator priority, which is unnecessary. */ static t_stat ipl_set_sync (UNIT *uptr, int32 value, char *cptr, void *desc) { -const uint32 wait_time = 1000; /* the wait time in milliseconds */ -t_bool signaled; +typedef void (*SIG_HANDLER) (int); /* signal handler function type */ +const uint32 wait_time = 100; /* the wait time in milliseconds */ +const uint32 count_base = 10; /* the radix for the interlock count */ +const t_value count_max = UINT_MAX; /* the maximum interlock count value */ +SIG_HANDLER prior_handler; +t_bool signaled; +t_value count; +t_stat status = SCPE_OK; -if (event_is_undefined (event_id)) /* if the event has not been defined yet */ - return SCPE_NOFNC; /* then the command is not allowed */ +if (shared_ptr == NULL) /* if shared memory has not been allocated */ + status = SCPE_UNATT; /* then report that the unit must be attached first */ -if (value) { /* if this is a SIGNAL command */ - event_error = signal_event (event_id); /* then signal the event */ +else switch ((SYNC_MODE) value) { /* otherwise dispatch on the selected command */ - if (event_error == 0) /* if signaling succeeded */ - return SCPE_OK; /* then report command success */ - else /* otherwise */ - return SCPE_INCOMP; /* report that the command did not complete */ + case Interlock: /* SET IPL INTERLOCK */ + if (lock_id == UNDEFINED_EVENT /* if the lock event */ + || unlock_id == UNDEFINED_EVENT) /* or unlock event has not been defined yet */ + status = SCPE_NOFNC; /* then the command is not allowed */ + + else if (cptr == NULL || *cptr == '\0') /* otherwise if the expected value is missing */ + status = SCPE_MISVAL; /* then report the error */ + + else { /* otherwise an interlock count is present */ + count = get_uint (cptr, count_base, /* so parse the supplied value */ + count_max, &status); + + if (status == SCPE_OK) { /* if it is valid */ + shared_ptr->count = (uint32) count; /* then set the new control value */ + + if (count == 0) { /* if asynchronous mode is specified */ + release_wait (lock_id, Locked, Unlocked); /* then release the lock and unlock events */ + release_wait (unlock_id, Unlocking, Unlocked); /* in case the other instance is waiting */ + + shared_ptr->gate = Unlocked; /* reset to the initial state */ + sim_cancel (&sync_unit); /* and stop the synchronizer */ + + sync_unit.wait = 0; /* indicate asynchronous mode */ + + tprintf (iplo_dev, TRACE_PSERV, "Synchronizer stopped\n"); + } + + else { /* otherwise synchronous mode is specified */ + if (sync_unit.wait == 0) /* report if changing modes */ + tprintf (iplo_dev, TRACE_PSERV, "Synchronizer started\n"); + + sync_unit.wait = (int32) count; /* record the interlock time */ + sim_activate_abs (&sync_unit, sync_unit.wait); /* and start the synchronizer */ + } + } + } + break; + + + case Signal: /* SET IPL SIGNAL */ + if (sync_id == UNDEFINED_EVENT) /* if the event has not been defined yet */ + if (uptr->flags & UNIT_ATT) { /* but the unit is currently attached */ + status = SCPE_OK; /* then fall back to an emulated SIGNAL */ + + tprintf (iplo_dev, TRACE_STATE, "Event signal emulated\n"); + } + + else /* otherwise */ + status = SCPE_NOFNC; /* the command is not allowed */ + + else { /* otherwise */ + event_error = signal_event (sync_id); /* signal the event */ + + if (event_error == 0) /* if signaling succeeded */ + status = SCPE_OK; /* then report command success */ + else /* otherwise */ + status = SCPE_INCOMP; /* report that the command did not complete */ + } + break; + + + case Wait: + if (sync_id == UNDEFINED_EVENT) /* if the event has not been defined yet */ + if (uptr->flags & UNIT_ATT) { /* but the unit is currently attached */ + sim_os_sleep (fallback_wait); /* then fall back to an emulated WAIT */ + status = SCPE_OK; /* and then return success */ + + tprintf (iplo_dev, TRACE_STATE, "Event wait emulated\n"); + } + + else /* otherwise */ + status = SCPE_NOFNC; /* the command is not allowed */ + + else { /* otherwise */ + wait_aborted = FALSE; /* clear the abort flag */ + + prior_handler = signal (SIGINT, wru_handler); /* install our WRU handler in place of the current one */ + + if (prior_handler == SIG_ERR) /* if installation failed */ + status = SCPE_SIGERR; /* then report an error */ + + else { /* otherwise */ + status = sim_ttrun (); /* switch the console to non-blocking mode */ + + if (status != SCPE_OK) /* if the switch failed */ + return status; /* then report the error and quit */ + + do { /* otherwise */ + event_error = wait_event (sync_id, wait_time, /* wait for the event */ + &signaled); /* to be signaled */ + + if (signaled == FALSE) { /* if the wait timed out instead */ + status = sim_os_poll_kbd (); /* then check for a CTRL+E keypress */ + + if (status >= SCPE_KFLAG) /* if a regular key was pressed */ + status = SCPE_OK; /* then ignore it */ + } + } + while (! (signaled /* continue to wait until the event is signaled */ + || wait_aborted /* or the wait is aborted by the user */ + || status != SCPE_OK /* or an SCP error occurs */ + || event_error != 0)); /* or an event error occurs */ + + if (wait_aborted || status == SCPE_STOP /* if the wait was aborted by the user */ + || status == SCPE_OK && event_error != 0) /* or an event error occurred */ + status = SCPE_INCOMP; /* then report that the command did not complete */ + + sim_ttcmd (); /* restore the console to blocking mode */ + } + + if (status != SCPE_SIGERR) /* if the signal handler was set up properly */ + signal (SIGINT, prior_handler); /* then restore the prior handler */ + } + break; + + default: /* any other command value */ + status = SCPE_IERR; /* results in an internal error */ + break; } -else { /* otherwise it's a WAIT command */ - wait_aborted = FALSE; /* clear the abort flag */ - signal (SIGINT, abort_handler); /* and set up the CTRL+C handler */ +return status; /* return the operation status */ +} - do - event_error = wait_event (event_id, wait_time, /* wait for the event */ - &signaled); /* to be signaled */ - while (! (event_error || wait_aborted || signaled)); /* unless an error or user abort occurs */ - signal (SIGINT, SIG_DFL); /* restore the default CTRL+C handler */ +/* Show the interlock count. + + This display routine is called to show the number of instructions executed + before a rendezvous occurs. The output stream is passed in the "st" + parameter, and the other parameters are ignored. If the count is zero, then + the instance is executing asynchronously. Otherwise, the count is printed. + + + Implementation notes: + + 1. The return status from display routines is ignored, so we must print any + error message text here before returning. As a consequence, a command + file with an invalid SHOW command will continue to execute. +*/ + +static t_stat ipl_show_sync (FILE *st, UNIT *uptr, int32 value, void *desc) +{ +if (shared_ptr == NULL) /* if shared memory has not been allocated */ + fprintf (st, "%s\n", sim_error_text (SCPE_UNATT)); /* then report that the unit must be attached first */ + +else if (sync_unit.wait == 0) /* otherwise if the interlock unit is not active */ + fputs ("Asynchronous execution\n", st); /* then we are operating asynchronously */ + +else /* otherwise report the count */ + fprintf (st, "Synchronous execution, interlock = %u\n", shared_ptr->count); + +return SCPE_OK; +} + + + +/* IPL device local SCP support routines */ + + + +/* Reset the IPL. + + This routine is called for a RESET, RESET IPLI, or RESET IPLO command. It is + the simulation equivalent of the POPIO signal, which is asserted by the front + panel PRESET switch. + + For a power-on reset, the logical name "IPLI" is assigned to the first + processor interconnect card, so that it may referenced either as that name or + as "IPL" for use when a SET command affects both interfaces. The interlock + statistics are also reset. + + + Implementation notes: + + 1. The IPLI logical name cannot point to a static string. Instead, it must + be dynamically allocated because the user might DEASSIGN it, and that + command will attempt to free the memory area. +*/ + +static t_stat ipl_reset (DEVICE *dptr) +{ +UNIT *uptr = dptr->units; +DIB *dibptr = (DIB *) dptr->ctxt; /* DIB pointer */ +CARD_INDEX card = (CARD_INDEX) dibptr->card_index; /* card number */ + +hp_enbdis_pair (dptr, dptrs [card ^ 1]); /* ensure that the pair state is consistent */ + +if (sim_switches & SWMASK ('P')) { /* initialization reset? */ + ipl [card].input_word = 0; /* clear the */ + ipl [card].output_word = 0; /* data registers */ + + if (card == ipli) { /* if this is the input card */ + sync_avg = 0; /* then clear */ + sync_max = 0; /* the interlock */ + sync_cnt = 0; /* statistics */ + sync_mean = 0.0; + + if (dptr->lname == NULL) /* if the logical name has not been assigned yet */ + dptr->lname = strdup ("IPLI"); /* then allocate and initialize it */ + } + } + +io_assert (dptr, ioa_POPIO); /* PRESET the device */ + +if (uptr->flags & UNIT_ATT) /* if the link is active for this card */ + if (card == ipli) /* then if this is the input card */ + activate_unit (uptr, poll_wait); /* then continue to poll for input at the idle rate */ + + else { /* otherwise */ + sync_unit.wait = shared_ptr->count; /* reestablish the interlock count */ + + if (shared_ptr->count == 0) /* if the mode is asynchronous */ + sim_cancel (uptr); /* then cancel the synchronizer */ + else /* otherwise */ + sim_activate_abs (uptr, shared_ptr->count); /* schedule the synchronizer */ + } + +else /* otherwise the link is inactive */ + sim_cancel (&poll_unit); /* so stop input polling */ + +return SCPE_OK; +} + + +/* Attach one end of the interconnecting cables. + + This routine connects the IPL device pair to a shared memory region. This + simulates connecting one end of the processor interconnect kit cables to the + card pair in this CPU. The command is: + + ATTACH [ -S | -I ] [ -E ] IPL + + ...where is a user-selected decimal number between 1 and 65535 that + uniquely identifies the instance pair to interconnect. The -S or -I switch + indicates whether this instance is acting as the System Processor or the I/O + Processor. The -E switch indicates that the command should succeed even if + the synchronization events cannot be created (e.g., are unsupported on the + host system). The command will be rejected if either device is in diagnostic + mode, or if the is omitted, malformed, or out of range. + + For backward compatibility with prior IPL implementations that used network + interconnections, the following commands are also accepted: + + ATTACH [ -L ] [ -E ] [ IPLI | IPLO] + ATTACH -C [ -E ] [ IPLI | IPLO] + + For these commands, -L or no switch indicates the SP instance, and -C + indicates the IOP instance. and used to indicate the + network port numbers to use, but now it serves only to supply the code + number from the lesser of the two values. + + Local memory is allocated to hold the code number string, which serves as the + "attached file name" for the SCP SHOW command. If memory allocation fails, + the command is rejected. + + This routine creates a shared memory region and three numbered events (or + semaphores) that are used to coordinate a data exchange with the other + simulator instance. If -S or -I is specified, then creation occurs after the + ATTACH command is given for either the IPLI or IPLO device, and both devices + are marked as attached. If -L or -C is specified, then both devices must be + attached before creation occurs using the lower port number. + + Object names that identify the shared memory region and synchronization + events are derived from the (or lower ) number and + number: + + /HP 2100-MEM- + /HP 2100-EVT-- + + Event number 1 is used for the SIGNAL and WAIT commands. Event numbers 2 and + 3 are used by the instruction interlock service routine. + + Each simulator instance must use the same (or pair) when + attaching for the interconnection to occur. This permits multiple instance + pairs to operate simultaneously and independently, if desired. + + Once shared memory is allocated, pointers to the region for the SP and IOP + instances are set so that the output card pointer of one instance and the + input card pointer of the other instance reference the same memory structure. + This accomplishes the interconnection, as a write to one instance's card will + be seen by a read from the other instance's card. + + If the shared memory allocation succeeds but the process synchronization + event creations fail, "Command not completed" is printed on the console to + indicate that interconnection without synchronization is permitted. If the + -E switch is specified, command file execution will continue; otherwise, the + error will cause command files to abort. + + + Implementation notes: + + 1. The implementation supports process synchronization only on the local + system. + + 2. The object names begin with slashes to conform to POSIX requirements to + guarantee that multiple instances to refer to the same shared memory + region. Omitting the slash results in implementation-defined behavior on + POSIX systems. + + 3. The shared memory region is automatically initialized to zero when it is + originally allocated. + + 4. Zeroing the "tsb_version" field of the shared memory area on creation is + equivalent to setting it to the "HP_2000BC" enumeration value. +*/ + +static t_stat ipl_attach (UNIT *uptr, char *cptr) +{ +t_stat status; +int32 id_number; +size_t last_index; +char object_name [PATH_MAX]; +char *tptr, *zptr; +IO_STATE_PTR isp; +UNIT *optr; + +if ((poll_unit.flags | sync_unit.flags) & UNIT_DIAG) /* if either unit is in diagnostic mode */ + return SCPE_NOFNC; /* then the command is not allowed */ + +else if (uptr->flags & UNIT_ATT) /* otherwise if the unit is currently attached */ + ipl_detach (uptr); /* then detach it first */ + +id_number = (int32) strtotv (cptr, &zptr, 10); /* parse the command for the ID number */ + +if (cptr == zptr || *zptr != '\0' || id_number == 0) /* if the parse failed or extra characters or out of range */ + return SCPE_ARG; /* then reject the attach with an invalid argument error */ + +else { /* otherwise a single number was specified */ + tptr = (char *) malloc (strlen (cptr) + 1); /* so allocate a string buffer to hold the ID */ + + if (tptr == NULL) /* if the allocation failed */ + return SCPE_MEM; /* then reject the attach with an out-of-memory error */ + + else { /* otherwise */ + strcpy (tptr, cptr); /* copy the ID number to the buffer */ + uptr->filename = tptr; /* and assign it as the attached object name */ + + uptr->flags |= UNIT_ATT; /* set the unit attached flag */ + uptr->ID = id_number; /* and save the ID number */ + + activate_unit (&poll_unit, poll_wait); /* activate the poll unit using the initial wait */ + } + + if ((sim_switches & (SP | IOP)) == 0) /* if this is not a single-device attach */ + if (poll_unit.ID == 0 || sync_unit.ID == 0) /* then if both devices have not been attached yet */ + return SCPE_OK; /* then we've done all we can do */ + + else if (poll_unit.ID < sync_unit.ID) /* otherwise */ + id_number = poll_unit.ID; /* determine */ + else /* the lower */ + id_number = sync_unit.ID; /* ID number */ + + else { /* otherwise this is a single-device attach */ + if (uptr == &poll_unit) /* so if we are attaching the input unit */ + optr = &sync_unit; /* then point at the output unit */ + else /* otherwise we are attaching the output unit */ + optr = &poll_unit; /* so point at the input unit */ + + optr->filename = tptr; /* assign the ID as the attached object name */ + + optr->flags |= UNIT_ATT; /* set the unit attached flag */ + optr->ID = id_number; /* and save the ID number */ + } + + sprintf (object_name, "/%s-MEM-%d", /* generate the shared memory area name */ + sim_name, id_number); + + status = sim_shmem_open (object_name, sizeof (SHARED_REGION), /* allocate the shared memory area */ + &shared_id, (void **) &shared_ptr); + + if (status != SCPE_OK) { /* if the allocation failed */ + ipl_detach (uptr); /* then detach this unit */ + return status; /* and report the error */ + } + + else { /* otherwise */ + isp = shared_ptr->dev_bus; /* point at the shared I/O device state */ + + cpu_is_iop = ((sim_switches & (CONNECT | IOP)) != 0); /* -C or -I imply that this is the I/O Processor */ + + if (cpu_is_iop) { /* if this is the IOP instance */ + io_ptrs [ipli].input = &isp [iplo].reverse.input; /* then cross-connect */ + io_ptrs [ipli].output = &isp [iplo].reverse.output; /* the input and output */ + io_ptrs [iplo].input = &isp [ipli].reverse.input; /* interface cards to the */ + io_ptrs [iplo].output = &isp [ipli].reverse.output; /* SP interface cards */ + + if (cpu_configuration & CPU_IOP) /* if IOP firmware is installed */ + shared_ptr->tsb_version = HP_2000_Access; /* then Access is being run */ + } + + else { /* otherwise this is the SP instance */ + io_ptrs [ipli].input = &isp [ipli].forward.input; /* so connect */ + io_ptrs [ipli].output = &isp [ipli].forward.output; /* the interface cards */ + io_ptrs [iplo].input = &isp [iplo].forward.input; /* to the I/O cables */ + io_ptrs [iplo].output = &isp [iplo].forward.output; /* directly */ + + if ((cpu_configuration & CPU_FP) /* if floating-point firmware is installed in the SP */ + && shared_ptr->tsb_version != HP_2000_Access) /* and Access is not being run */ + shared_ptr->tsb_version = HP_2000F; /* then 2000F is being run */ + } + + io_ptrs [ipli].output->cable_connected = TRUE; /* indicate that the cables to the other set */ + io_ptrs [iplo].output->cable_connected = TRUE; /* have been connected */ + + sync_unit.wait = shared_ptr->count; /* save the unit activation time */ + + if (shared_ptr->count > 0) /* if the count has been set by the other */ + sim_activate_abs (&sync_unit, shared_ptr->count); /* simulator then start the synchronizer */ + } + + sprintf (event_name, "/%s-EVT-%d-1", /* generate the process synchronization event name */ + sim_name, id_number); + + last_index = strlen (event_name) - 1; /* get the index of the event digit */ + + event_error = create_event (event_name, &sync_id); /* create the first event */ + + if (event_error == 0) { /* if creation succeeded */ + event_name [last_index]++; /* then increment the event digit */ + event_error = create_event (event_name, &lock_id); /* and create the second event */ + } + + if (event_error == 0) { /* if creation succeeded */ + event_name [last_index]++; /* then increment the event digit */ + event_error = create_event (event_name, &unlock_id); /* and create the third event */ + } + + if (event_error == 0) /* if event creation succeeded */ + return SCPE_OK; /* then report a successful attach */ + + else if (sim_switches & SWMASK ('E')) { /* otherwise if fallback is enabled */ + cputs (sim_error_text (SCPE_INCOMP)); /* then report that */ + cputc ('\n'); /* the command did not complete */ + return SCPE_OK; /* but return success */ + } - if (event_error == 0) /* if the wait function succeeded */ - return SCPE_OK; /* then report command success */ else /* otherwise */ return SCPE_INCOMP; /* report that the command did not complete */ } } -/* Handler for the CTRL+C signal. +/* Detach the interconnecting cables. - This handler is installed while waiting for a synchronization event. It is - called if the user presses CTRL+C to abort the wait command. -*/ + This routine disconnects the IPL device pair from the shared memory region. + This simulates disconnecting the processor interconnect kit cables from the + card pair in this CPU. The command is: -static void abort_handler (int signal) -{ -wait_aborted = TRUE; /* the user has aborted the event wait */ -return; -} + DETACH IPL + For backward compatibility with prior IPL implementations that used network + interconnections, the following commands are also accepted: -/* Activate a unit. + DETACH IPLI + DETACH IPLO - The specified unit is added to the event queue with the delay specified by - the unit wait field. + In either case, the shared memory region and process synchronization events + are destroyed, and the card state pointers are reset to point at the local + memory structure. If a single ATTACH was done, a single DETACH will detach + both devices and free the allocated "file name" memory. The input poll and + synchronizer are also stopped. + + If the event destruction failed, the routine returns "Command not completed" + status to indicate that the error code register should be checked. Implementation notes: - 1. This routine may be called with wait = 0, which will expire immediately - and enter the service routine with the next sim_process_event call. - Activation is required in this case to allow the service routine to - return an error code to stop the simulation. If the service routine was - called directly, any returned error would be lost. + 1. Deallocation of the shared memory region and destruction of the + synchronization events occur only when the second of the two simulator + instances detaches, i.e., when there are no more attached processes + remaining. + + 2. The attached "file name" of both units point to the same memory + allocation, so only one deallocation is required. */ -static void activate_unit (UNIT *uptr, int32 wait_time) +static t_stat ipl_detach (UNIT *uptr) { -const CARD_INDEX card = (CARD_INDEX) (uptr == &iplo_unit); /* set card selector */ +IO_STATE_PTR isp = local_region.dev_bus; /* a pointer to the local bus state */ +size_t last_index; +UNIT *optr; -tpprintf (dptrs [card], TRACE_PSERV, "Poll delay %u service scheduled\n", - wait_time); +if ((uptr->flags & UNIT_ATT) == 0) /* if the unit is not attached */ + if (sim_switches & SIM_SW_REST) /* then if this is a restoration call */ + return SCPE_OK; /* then return success */ + else /* otherwise this is a manual request */ + return SCPE_UNATT; /* so complain that the unit is not attached */ -uptr->wait = wait_time; /* save the specified wait */ -sim_activate (uptr, uptr->wait); /* and activate the unit */ +if (poll_unit.filename == sync_unit.filename) { /* if both units are attached to the same object */ + if (uptr == &poll_unit) /* then if we are detaching the input unit */ + optr = &sync_unit; /* then point at the output unit */ + else /* otherwise we are detaching the output unit */ + optr = &poll_unit; /* so point at the input unit */ -return; + optr->filename = NULL; /* clear the other unit's attached object name */ + + optr->flags &= ~UNIT_ATT; /* clear the other unit's attached flag */ + optr->ID = 0; /* and the ID number */ + } + +free (uptr->filename); /* free the memory holding the ID number */ +uptr->filename = NULL; /* and clear the attached object name */ + +uptr->flags &= ~UNIT_ATT; /* clear the unit attached flag */ +uptr->ID = 0; /* and the ID number */ + +sim_cancel (&poll_unit); /* cancel the poll */ +sim_cancel (&sync_unit); /* and the synchronizer */ + +sync_unit.wait = 0; /* enter asynchronous mode */ + +io_ptrs [ipli].output->cable_connected = FALSE; /* disconnect the cables */ +io_ptrs [iplo].output->cable_connected = FALSE; /* from both cards */ + +io_ptrs [ipli].input = &isp [ipli].forward.input; /* restore local control */ +io_ptrs [ipli].output = &isp [ipli].forward.output; /* over the I/O state */ +io_ptrs [iplo].input = &isp [iplo].forward.input; /* for both cards */ +io_ptrs [iplo].output = &isp [iplo].forward.output; + +if (shared_ptr != NULL) { /* if shared memory has been allocated */ + ipl_set_sync (uptr, Interlock, "0", NULL); /* then disable interlocking and release any waits */ + + sim_shmem_close (shared_id); /* deallocate the shared memory region */ + shared_ptr = NULL; /* and clear the region pointer */ + } + +last_index = strlen (event_name) - 1; /* get the index of the event digit */ + +event_name [last_index] = '1'; +event_error = destroy_event (event_name, &sync_id); /* destroy the first event */ + +if (event_error == 0) { /* if destruction succeeded */ + event_name [last_index]++; /* then increment the event digit */ + event_error = destroy_event (event_name, &lock_id); /* and destroy the second event */ + } + +if (event_error == 0) { /* if destruction succeeded */ + event_name [last_index]++; /* then increment the event digit */ + event_error = destroy_event (event_name, &unlock_id); /* and destroy the second event */ + } + +if (event_error == 0) /* if the destruction succeeded */ + return SCPE_OK; /* then report success */ +else /* otherwise */ + return SCPE_INCOMP; /* report that the command did not complete */ } @@ -1673,11 +2394,778 @@ else { /* other -/* Process synchronization functions */ +/* IPL device local utility routines */ -#if defined (_WIN32) +/* Processor Interconnect service routine. + + This routine is scheduled when the IPL is attached or an ioSTC signal is + received and is entered to check the Device Flag signals of the two interface + cards. The order in which the cards are checked is significant, as a prior + command sent via the output card must be acknowledged before a command from + the input card is recognized. + + When a card's Device Flag signal is asserted, the routine saves the input + data present on the Data In bus and then sets the Flag Buffer flip-flop. It + then asserts the ENF signal to set the Flag flip-flop and then denies the + Device Command Out signal. If the output card is responding, the next poll + time is lengthened to ensure that the card status is read before checking the + input card for a command. Otherwise, the current poll time is reused. + + If a flag signal was not seen, the current poll time is doubled, with upper + limits set by the interlock count and "poll_wait" setting. The poll is then + rescheduled if the cards are attached. Otherwise, the service call was for a + diagnostic test, where periodic polling is not done. + + + Implementation notes: + + 1. The "uptr" parameter always points at the input card unit; the output + card unit has no separate service routine, as it is serviced here + concurrently with the input unit. + + 2. For rapid response during block data transfers, the poll wait wants to be + as short as possible. However, for reduced overhead, the poll wait wants + to be as long as possible. We solve this conflict by using an adaptable + poll wait. It starts at a delay of one event tick and doubles each time + a poll does not encounter an input condition until it reaches a preset + maximum limit. This gives good response to continuous transfers but + reduces the overhead between transfers. + + 3. If the IPL is operating synchronously, the poll wait is limited to + one-half of the interlock time. This ensures that a pending event will + be seen and processing begun within one execution quantum of its + occurrence. That is, if an instance transmits a word, the other instance + will receive and begin processing that word no later than 1.5 quanta + after transmission. + + 4. The CARD_INDEX enumeration is (ipli, iplo), so to loop in the reverse + order, we must cast the terminating condition to an "int" comparison, as + the integer type used to represent enumerations is implementation- + dependent. In particular, it may be an unsigned type. + + 5. The routine may be entered when the unit is not attached to manipulate + the local card stateinstead of the remote card on the other end of the + interonnecting cable. In this case, the shared memory region will not + exist, so the associated pointer must be validated befure use. + + 6. The other instance may have changed the interlock count without our + knowledge. Therefore, we check the interlock condition on entry and + schedule the synchronization unit if interlocking has been enabled. If + interlocking is disabled, we clear the synchronization unit's wait time + to indicate asynchronous operation (the unit will be inactivated after + its next entry). + + 7. 2000 Access has a race condition that causes a user program's printer or + paper tape punch output to stop for no apparent reason. The race occurs + more often when a large amount of output is generated quickly. + + The cause is this code in subroutine #IPAL in the SP main program source + (STSB) that is used to send output data to a non-shareable device + controlled by the IOP: + + LDA ERTMP SEND + IOR ALB REQUEST + JSB SDVRP,I CODE + LDB #IPAL RETRIEVE + INB BUFFER + LDA B,I LENGTH + JSB SDVRP,I SEND TO IOP + SFS CH2 WAIT FOR + JMP *-1 ACKNOWLEDGEMENT + CLF 0 INHIBIT INTERRUPTS + LIA CH2 RETRIEVE RESPONSE + + If the Allocate Buffer ("ALB") request is refused by the IOP because all + output buffers are in use, the resulting "no buffer available" response + will cause the SP to issue a Release Buffers command to the IOP and then + suspend the user's program. When the line printer completes its + operation on the current output buffer, the IOP releases it and then + indicates buffer availability by sending a Wake Up User command to the SP + to retry the allocation request. + + The problem occurs when the line printer finishes a line just as the + Allocate Buffer request is made. That request sends two words: the ALB + request code and the buffer length. After receiving the second word, the + IOP finds all buffers are in use and denies the request. If the line + printer completion then arrives, the IOP immediately sends a Wake Up User + command to indicate that a buffer is now available. If the command + arrives between the time the SP sends the buffer length word and the time + it retrieves the response, the user program will hang. This occurs + because the "no buffer available" response subsequently causes the SP to + set a flag to indicate that the user has been suspended for buffer + availability. If the Wake Up User command arrives before that flag is + set, the command is ignored. So the SP is waiting for the IOP to issue + the command, but the IOP has already issued it. This leaves the + suspension in force until the user aborts the program by pressing the + BREAK key. + + Nominally, there are only about nine instructions executed between the + STC CH2 (within the SDVRP subroutine) that causes an IOP to accept the + buffer length word and the SFS CH2 (above) that detects that the IOP's + acknowledgement has arrived. Once detected, the CLF 0 instruction turns + the interrupt system off so that commands received from the IOP are + deferred until after the user suspension flag is set. + + However, the SP's interrupt system is on during the above SFS CH2/JMP *-1 + loop, and the Processor Interconnect has the highest I/O interrupt + priority. So if, say, a time-base generator interrupt occurs during the + SFS loop, several dozen instructions may be executed before control + returns to the loop. If, during that time, the IOP command arrives, the + resulting higher-priority interrupt is handled before the loop return, + and the command is ignored because the "user is suspended" flag has not + been set. + + We work around this problem by arranging the card service routine to + ensure that the IOP status response is picked up before an IOP command if + they both are seen during the same input poll. However, there is no + general way to ensure that the response is processed by the SP program + before a pending IOP command is recognized. That is because the SP does + not read the responses of some commands it sends, so simply holding off + input card commands until the output card data register is read will not + work. + + The best we can do to reduce the frequency of the race condition is to + delay IOP command recognition after a status response arrives. We do + this by rescheduling the poll using a delay of ten times the normal + maximum poll delay to give any intervening interrupt handlers time to + complete. The next STC directed to either card clears the delay and + reschedules the poll for immediate entry, providing rapid response when + block data is being transferred in either direction across the Processor + Interconnect. +*/ + +static t_stat card_service (UNIT *uptr) +{ +static uint32 delta = 0; /* accumulated time between receptions */ +CARD_INDEX card; +t_stat status = SCPE_OK; + +tprintf (ipli_dev, TRACE_PSERV, "Poll delay %d service entered\n", + uptr->wait); + +if (shared_ptr != NULL) /* if the shared memory region exists */ + if (shared_ptr->count == 0) /* then if interlocking is disabled */ + sync_unit.wait = 0; /* then ensure that we are in asynchronous mode */ + + else if (sync_unit.wait == 0) /* otherwise if we should be interlocked but are not */ + activate_unit (&sync_unit, 1); /* then activate the synchronizer immediately */ + +delta = delta + uptr->wait; /* update the accumulated time */ + +for (card = iplo; (int) card >= (int) ipli; card--) /* process IPLO then IPLI in descending order */ + if (io_ptrs [card].input->device_flag_in == TRUE) { /* if the Device Flag is asserted */ + io_ptrs [card].input->device_flag_in = FALSE; /* then clear it */ + + ipl [card].input_word = io_ptrs [card].input->data_in; /* read the data input lines */ + + tpprintf (dptrs [card], TRACE_XFER, "Word %06o delta %u received from link\n", + ipl [card].input_word, delta); + + ipl [card].flag_buffer = SET; /* set the flag buffer */ + io_assert (dptrs [card], ioa_ENF); /* and flag flip-flops */ + + io_ptrs [card].output->device_command_out = FALSE; /* reset Device Command */ + + delta = 0; /* clear the accumulated time */ + + if (card == iplo) { /* if the output card received a status reply */ + uptr->wait = poll_wait * 10; /* then schedule a longer wait to allow for status pickup */ + break; /* before checking for an inbound command */ + } + } + +if (delta > 0) { /* if both Device Flags were denied */ + uptr->wait = uptr-> wait * 2; /* then double the wait time for the next check */ + + if (sync_unit.wait > 0 /* if operating synchronously and the poll wait */ + && uptr->wait >= (int32) shared_ptr->count / 2) /* is longer than half an execution quantum */ + uptr->wait = (int32) shared_ptr->count / 2; /* then shorten it to guarantee a response */ + + if (uptr->wait > poll_wait) /* if the new time is greater than the maximum time */ + uptr->wait = poll_wait; /* then limit it to the maximum */ + + if (io_ptrs [ipli].input->cable_connected == FALSE /* if the interconnecting cable is not present */ + && cpu_io_stop (uptr)) /* and the I/O error stop is enabled */ + status = STOP_NOCONN; /* then report the disconnection */ + } + +if (uptr->flags & UNIT_ATT) /* if the link is active */ + activate_unit (uptr, uptr->wait); /* then continue to poll for input */ + +return status; /* return the event service status */ +} + + +/* Simulator interlock service routine. + + This routine is scheduled when instruction interlocking between two simulator + instance is desired. The service time is the count of instructions to be + executed between rendezvous attempts. When interlocking is disabled, + servicing is canceled. + + On entry, the unit is reactivated if interlocking is still enabled. Then the + gate in the shared memory area is locked with an atomic operation. If the + gate was unlocked at the time, this instance waits until the other instance + unlocks the gate. Then the unlocking is acknowledged, releasing the other + instance to continue execution. The service routine then returns to allow + another set of instructions to be executed before the next interlock check. + + If the gate was locked at the time of the check, the other instance is + released from its lock loop. Then the routine waits until the other instance + has confirmed that it has dropped out of its wait loop. This prevents the + situation of this instance unlocking and then reentering and locking the gate + while the other instance has been preempted in its wait loop, which leads to + deadlock, as both instances are waiting at the locked gate. + + + Implementation notes: + + 1. Interlocking may be canceled by the other instance while our service + routine is scheduled. So we may be entered with the interlock count + equal to zero. If this occurs, the routine exits without rescheduling. +*/ + +static t_stat sync_service (UNIT *uptr) +{ +t_stat status; +volatile GATE_STATE *gate_ptr = &shared_ptr->gate; /* must be volatile to ensure an updated value */ + +tprintf (iplo_dev, TRACE_PSERV, "Synchronizer delay %d service entered with gate %s\n", + uptr->wait, gate_state_names [*gate_ptr]); + +if (shared_ptr->count == 0) { /* if synchronization was canceled */ + sync_unit.wait = 0; /* then enter asynchronous mode */ + + tprintf (iplo_dev, TRACE_PSERV, "Synchronizer stopped\n"); + + return SCPE_OK; /* return immediately */ + } + +else /* otherwise */ + activate_unit (uptr, shared_ptr->count); /* reactivate for the next cycle */ + +if (sim_shmem_atomic_cas ((int32 *) &shared_ptr->gate, /* if the gate is unlocked */ + Unlocked, Locked)) { /* then lock it and continue */ + + tprintf (iplo_dev, TRACE_PSERV, "Synchronizer locked\n"); + + status = wait_at_gate (lock_id, Locked, Unlocking); /* wait until the gate is unlocked */ + release_wait (unlock_id, Unlocking, Unlocked); /* and then acknowledge the unlock */ + } + +else { /* otherwise the gate was locked on entry */ + tprintf (iplo_dev, TRACE_PSERV, "Synchronizer unlocking\n"); + + release_wait (lock_id, Locked, Unlocking); /* unlock the other instance */ + status = wait_at_gate (unlock_id, Unlocking, Unlocked); /* and wait until the unlock is acknowledged */ + } + +return status; /* return the service status */ +} + + +/* Wait until a release event occurs. + + This routine is called to suspend execution of the current instance until the + other instance signals that it is to continue. If, when the routine is + called, the gate is still in the state specified by the "initial" parameter, + execution enters a compute-bound loop to wait for the state to change. This + permits a speedy exit as soon as the gate value changes. However, if the + change does not occur within a specified number of iterations, the loop is + changed to a timed event wait. This permits the instance to yield processor + time, which is especially important if the other iteration is competing for + the same processor. + + If the wait times out, the keyboard is polled for a CTRL+E. If one is seen, + the user has aborted the wait, and the simulator is stopped. If any other + key is pressed, or no key is pressed, the loop continues until a signal is + received from the other instance. + + If the loop terminates due to the gate status changing, the loop statistics + are updated, and the routine returns SCPE_OK. If the loop was aborted, then + the gate state is checked. If the abort occurred after the loop transitioned + to event waiting but before the other instance had a chance to signal, then + no cleanup action is required, and the gate is reset to the "Unlocked" state. + However, if the other instance has signaled (or is about to) by changing the + gate to the "final" parameter state value, then an event wait is performed to + absorb the signal. This wait will always occur, so a wait timeout is not + used. + + An abort may occur for four reasons. First, the user may abort with CTRL+E. + Second, an event error may occur. Third, the other instance may terminate + synchronous operation by executing a SET IPL INTERLOCK=0 command. Fourth, + the other instance may disconnect its cables (by detaching the device). + After cleaning up as necessary, the reason for the abort is returned. + + + Implementation notes: + + 1. The gate state must include an indication of whether the wait has + transitioned from a compute-bound loop to a timed-wait loop, so that the + other instance knows whether to signal the event as well as changing the + gate state. This is done by incrementing the initial gate state value. + The state values are arranged so that the event-wait states are single + increments of the possible initial values (e.g., the "Locked_Wait" state + value is one more than the "Locked" state value). + + 2. The gate must be declared "volatile" to ensure that it is reloaded for + each iteration of the wait loop. We cannot declare the variable itself + volatile, as the atomic compare-and-swap routine takes a non-volatile + variable as a parameter. + + 3. Detaching the cable also unlocks the gate, so no special test for a + disconnected cable is required. + + 4. It would be nice to call "sim_poll_kbd" to poll for a user abort so that + a CTRL+E produces the "scp>" prompt, rather than aborting execution in + addition to the wait. However, that routine supplies REPLY strings, and + so a wait with a pending REPLY will lose characters. So we have to use + "sim_os_poll_kbd" which does not affect REPLYs but also causes an + immediate simulator stop. +*/ + +static t_stat wait_at_gate (EVENT event_id, GATE_STATE initial, GATE_STATE final) +{ +const uint32 wait_limit = 2000; /* the count at which to shift to event waiting */ +const uint32 wait_time = 100; /* the event wait time in milliseconds */ +t_bool signaled = FALSE; +uint32 iterations = 0; +t_stat status = SCPE_OK; +volatile GATE_STATE *gate_ptr = &shared_ptr->gate; /* must be volatile to ensure an updated value */ + +while (*gate_ptr == initial) { /* while waiting for the gate to leave the initial state */ + iterations = iterations + 1; /* increment the iteration counter */ + + if (iterations == wait_limit /* if the wait limit has been reached */ + && sim_shmem_atomic_cas ((int32 *) &shared_ptr->gate, /* and changing from the initial */ + initial, initial + 1)) /* to the waiting state succeeds */ + do { /* then wait in a loop */ + event_error = wait_event (event_id, wait_time, /* for the event */ + &signaled); /* to be signaled */ + + if (event_error) /* if the wait failed */ + status = SCPE_IERR; /* then indicate an internal error */ + + else if (signaled == FALSE) { /* otherwise if the wait timed out */ + iterations = iterations + 1; /* then increment the iteration counter */ + status = sim_os_poll_kbd (); /* and check the keyboard for a user stop */ + + if (status >= SCPE_KFLAG) /* if a key was pressed */ + status = SCPE_OK; /* then ignore it */ + else if (stop_cpu) /* otherwise if a signal was received */ + status = SCPE_STOP; /* then stop the wait */ + } + } + while (! signaled && status == SCPE_OK); /* loop if not signaled and no error */ + } + +tprintf (iplo_dev, TRACE_STATE, "Synchronizer %s with gate %s\n", + (iterations <= wait_limit ? "resumed" + : (signaled ? "signaled" : "aborted")), + gate_state_names [*gate_ptr]); + +if (status == SCPE_OK) { /* if the gate is transitioning */ + if (iterations > sync_max) /* then reset the maximum iteration count */ + sync_max = iterations; /* if this pass was larger */ + + sync_cnt = sync_cnt + 1; /* increment the pass counter */ + + sync_mean = sync_mean /* calculate the running */ + + ((float) iterations - sync_avg) / sync_cnt; /* average wait time */ + + sync_avg = (uint32) sync_mean; /* round it and save for inspection */ + } + +else if (sim_shmem_atomic_cas ((int32 *) &shared_ptr->gate, /* otherwise the wait was aborted */ + initial + 1, Unlocked) == FALSE /* and if not yet waiting for the event */ + && *gate_ptr == final) /* but the gate was transitioning */ + event_error = wait_event (event_id, INFINITE, /* then wait for the signal */ + &signaled); /* that must occur */ + +tprintf (iplo_dev, TRACE_STATE, "Synchronizer transitioning after %u iterations with gate %s\n", + iterations, gate_state_names [*gate_ptr]); + +return status; +} + + +/* Release the gate. + + This routine is called to release the other instance after it has arrived at + the rendezvous point. If the other instance is in its compute-bound loop, as + indicated by the gate equalling the "initial" parameter state value, then the + gate is simply set to the "final" parameter state value. However, if it is + in its event-wait loop, indicated by the gate equalling the state after the + initial state, then in addition the event specified by the "event_id" + parameter is signaled. When the routine returns, the rendezvous is complete, + and both instances continue to execute machine instructions. + + + Implementation notes: + + 1. While the gate state transitions are implemented by atomic operations, + there is a potential race point between the change from the "initial with + wait" state to the "final" state and the signaling of the event. If the + wait loop in the other instance aborts at that point, the gate state will + indicate that a signal is coming, but it has not actually occurred yet. + + To address this, the "wait_at_gate" routine always waits for the signal + in this case, so that the signal is absorbed, regardless of whether it + occurs before or after the wait call. +*/ + +static void release_wait (EVENT event_id, GATE_STATE initial, GATE_STATE final) +{ +volatile GATE_STATE *gate_ptr = &shared_ptr->gate; /* must be volatile to ensure an updated value */ + +if (sim_shmem_atomic_cas ((int32 *) &shared_ptr->gate, /* if the other process */ + initial, final) == FALSE) /* is waiting */ + if (sim_shmem_atomic_cas ((int32 *) &shared_ptr->gate, /* for the release event */ + initial + 1, final)) { /* to occur before proceeding */ + event_error = signal_event (event_id); /* then signal the event */ + + tprintf (iplo_dev, TRACE_STATE, "Synchronizer signaling the release event with gate %s\n", + gate_state_names [*gate_ptr]); + } + + else { /* otherwise the gate state is unexpected */ + *gate_ptr = final; /* so transition immediately to the final state */ + + tprintf (iplo_dev, TRACE_STATE, "Synchronizer gate should be %s or %s but is %s\n", + gate_state_names [initial], gate_state_names [initial + 1], + gate_state_names [*gate_ptr]); + } + +tprintf (iplo_dev, TRACE_STATE, "Synchronizer releasing with gate %s\n", + gate_state_names [*gate_ptr]); + +return; +} + + +/* Activate a unit. + + The specified unit is added to the event queue with the delay specified by + the unit wait field. + + + Implementation notes: + + 1. This routine may be called with wait = 0, which will expire immediately + and enter the service routine with the next sim_process_event call. + Activation is required in this case to allow the service routine to + return an error code to stop the simulation. If the service routine was + called directly, any returned error would be lost. +*/ + +static void activate_unit (UNIT *uptr, int32 wait_time) +{ +static const char *unit_name [CARD_COUNT] = { "Poll", "Synchronizer" }; +const CARD_INDEX card = (CARD_INDEX) (uptr == &sync_unit); /* set card selector */ + +tpprintf (dptrs [card], TRACE_PSERV, "%s delay %u service scheduled\n", + unit_name [card], wait_time); + +uptr->wait = wait_time; /* save the specified wait */ +sim_activate (uptr, uptr->wait); /* and activate the unit */ + +return; +} + + +/* Handler for the CTRL+E signal. + + This handler is installed while executing a SET IPL WAIT command. It is + called if the user presses CTRL+E on a UNIX host to abort the wait command. + + + Implementation notes: + + 1. On Windows hosts, SIGINT is bound to CTRL+C and cannot be remapped as it + can under UNIX. So CTRL+E is delivered through the keyboard poll as a + normal character. Moreover, in raw mode, CTRL+C is also delivered + through the keyboard poll, and this handler is never called. +*/ + +static void wru_handler (int signal) +{ +wait_aborted = TRUE; /* the user has aborted the event wait */ +return; +} + + +/* Trace a TSB command. + + This routine is called to decode and trace a command issued by the SP or IOP + instance running HP 2000 Time-Shared BASIC. It also traces command + parameters sent on the same channel. + + On entry, the "card" parameter indicates which I/O card is handling the + command, "command" contains the command or parameter word, and "response" + contains the current response state. If the response state is "None", then + "command" represents a command word. Otherwise, it represents a command + parameter word sent after the command. + + For the command case, the "card" and "cpu_is_iop" values determine whether an + SP command or an IOP command is being issued. On the SP instance, SP + commands are sent on the output card, and IOP commands are received on the + input card. On the IOP instance, the commands are reversed. + + The entry in the command descriptor table is determined initially by decoding + the primary opcode. If the command uses subopcodes (opcode = 7), the index + is adjusted by decoding the subopcode and adding it and the table offset. If + the command comes from the IOP, the index is adjusted to the IOP section of + the descriptor table. + + If the TSB version is not Access, the index is remapped to point at the + corresponding 2000F descriptor entry. Otherwise, if the Access opcode has an + opcode extension field, then adjust the index by decoding the extension and + adding it and the extension section offset. + + With the table index finalized, if the command name is undefined, the command + is unused, and nothing is printed. Otherwise, the mask value is examined to + determine the size and alignment of the first and second operand fields. If + the second operand is not defined, the operand value is cleared in case the + command contains extraneous bits. + + Finally, the decoded command and operands are printed. The "Process output + character" command (opcode 0) is the only one whose second operand is a + character rather than a numeric value, so a separate print statement is used + for this case. For the other cases, inclusion or omission of the first and + second operand labels and values is accomplished by changing the precision of + the corresponding format specifications. After printing, the next expected + response is returned to permit any following command parameter or returned + status values to be printed properly. + + Command parameters and DMA transfers are handled as directed by the + "response" value. DMA transfers continue until ended when the EDT signal + arrives at the interface. Entering the routine with an unexpected response + produces an appropriate diagnostic before returning "None" to reset for the + next expected command. + + + Implementation notes: + + 1. DMA character transfers must be masked to 7 bits. Some transfers, such + as that following a "Process output string" command to print the program + name, include characters with the high bit set. These are stripped off + for ease of trace interpretation. +*/ + +static RESPONSE trace_command (CARD_INDEX card, HP_WORD command, RESPONSE response) +{ +uint32 index, operand_1, operand_2; + +switch (response) { /* dispatch on the current response state */ + + case None: /* no prior response; command expected */ + index = CM_OPCODE (command); /* decode the primary opcode */ + + if (index == SUBOP_OPCODE) /* if this command contains a subopcode */ + index = CM_SUBOP (command) + SUBOP_OFFSET; /* then decode it and offset to the proper section */ + + if (cpu_is_iop ^ (card == ipli)) /* if an IOP command is expected */ + index = index + IOP_OFFSET; /* then offset to the IOP section */ + + if (shared_ptr->tsb_version == HP_2000F) /* if running 2000F TSB */ + index = remap_2000F [index]; /* then remap to the equivalent 2000F command */ + + else if (index == SUBOP_OFFSET) /* otherwise if this is an extended command */ + index = index + CM_EXTOP (command) + EXTOP_OFFSET; /* then offset to the extension section */ + + if (cmd [index].name != NULL) { /* if the entry is assigned */ + if (cmd [index].mask == 0176000) { /* then if it has a 6-bit first operand */ + operand_1 = (command & cmd [index].mask) >> 7; /* then mask and shift it into place */ + operand_2 = command & 0177; /* and mask the second operand to 7 bits */ + } + + else { /* otherwise */ + operand_1 = (command & cmd [index].mask) >> 8; /* mask and shift the first operand into place */ + operand_2 = command & 0377; /* and mask the second operand to 8 bits */ + } + + if (cmd [index].low_label [0] == '\0') /* if there is no second operand */ + operand_2 = 0; /* then clear the value of extraneous bits */ + + if (index == 0) /* if this is the POC command */ + hp_trace (dptrs [card], TRACE_CMD, "%s command%s%u%s%s\n", /* then format a character operand */ + cmd [index].name, + cmd [index].high_label, + operand_1, + cmd [index].low_label, + fmt_char (operand_2)); + else /* otherwise format a numeric operand */ + hp_trace (dptrs [card], TRACE_CMD, "%s command%s%.*u%s%.*u\n", + cmd [index].name, /* print the command name */ + cmd [index].high_label, /* print the first operand label */ + (cmd [index].high_label [0] != '\0'), /* and the operand value */ + operand_1, /* if the label is not empty */ + cmd [index].low_label, /* print the second operand label */ + (cmd [index].low_label [0] != '\0'), /* and the operand value */ + operand_2); /* if the label is not empty */ + } + + return cmd [index].response; + + + case DMA_Octal: + hp_trace (dptrs [card], TRACE_CMD, "DMA transfer %06o sent\n", command); + return DMA_Octal; + + + case DMA_Chars: + hp_trace (dptrs [card], TRACE_CMD, "DMA transfer %06o (%s, %s) sent\n", + command, + fmt_char (UPPER_BYTE (command) & DATA_MASK), + fmt_char (LOWER_BYTE (command) & DATA_MASK)); + return DMA_Chars; + + + case Dec_Status: + case Dec_Stat_DMAC: + hp_trace (dptrs [card], TRACE_CMD, "Sent data is %d\n", SEXT16 (command)); + + if (response == Dec_Status) /* after printing a decimal value */ + return Status; /* the next word will be status */ + else /* or status followed by */ + return Status_DMAC; /* a DMA character transfer */ + + + case Octal_DMAB: + hp_trace (dptrs [card], TRACE_CMD, "Sent data is %06o\n", command); + return DMA_Octal; + + + case Character: + case Decimal: + case Octal: + case Status: + case Status_DMAC: + case Stat_Dec_DMAC: + case Decimal_DMAC: + hp_trace (dptrs [card], TRACE_CMD, "Unexpected data %06o sent\n", command); + break; + } /* all cases are handled */ + +return None; /* return None here to catch the "others" case */ +} + + +/* Trace a TSB status return. + + This routine is called to decode and trace status or data words returned by + the SP or IOP instance running HP 2000 Time-Shared BASIC. + + On entry, the "card" parameter indicates which I/O card is returning the + data, "status" contains the status or data word, and "response" contains the + current response state. If the response state is "None", then "status" + represents an unexpected return. Otherwise, it represents a status or data + word sent in response to a command. + + Status, data words, and DMA transfers are handled as directed by the + "response" value. DMA transfers continue until ended when the EDT signal + arrives at the interface. Entering the routine with an unexpected response + produces an appropriate diagnostic before returning "None" to reset for the + next expected command. + + + Implementation notes: + + 1. The Access commands Echo On and Echo Off return the updated receive + parameter with the echo bit added or removed from the IOP to the SP. + This is contrary to the "Internal Maintenance Specifications" section of + the "HP 2000 Computer System Sources and Listings Documentation" + (22687-90020), which makes no mention of return values for these + commands. The SP ignores the values, but tracing will print "Unexpected + value returned" for these commands. + + 2. DMA character transfers must be masked to 7 bits. Some transfers, such + as that following a "Process output string" command to print the program + name, include characters with the high bit set. These are stripped off + for ease of trace interpretation. +*/ + +static RESPONSE trace_status (CARD_INDEX card, HP_WORD status, RESPONSE response) +{ +int32 value; + +switch (response) { /* dispatch on the current response state */ + + case Character: + hp_trace (dptrs [card], TRACE_CMD, "Returned character is %s\n", + fmt_char ((uint8) status)); + break; + + + case Decimal: + case Decimal_DMAC: + hp_trace (dptrs [card], TRACE_CMD, "Returned data is %d\n", SEXT16 (status)); + + if (response == Decimal_DMAC) /* after printing a decimal value */ + return DMA_Chars; /* a DMA character transfer follows */ + break; + + + case Octal: + hp_trace (dptrs [card], TRACE_CMD, "Returned data is %06o\n", status); + break; + + + case DMA_Octal: + hp_trace (dptrs [card], TRACE_CMD, "DMA transfer %06o returned\n", status); + return DMA_Octal; + + + case DMA_Chars: + hp_trace (dptrs [card], TRACE_CMD, "DMA transfer %06o (%s, %s) returned\n", + status, + fmt_char (UPPER_BYTE (status) & DATA_MASK), + fmt_char (LOWER_BYTE (status) & DATA_MASK)); + return DMA_Chars; + + + case Status: + case Status_DMAC: + case Stat_Dec_DMAC: + value = SEXT16 (status); + + if (value >= -3 && value <= 4) + hp_trace (dptrs [card], TRACE_CMD, "Returned status is %s\n", + status_names [value + STATUS_BIAS]); + else + hp_trace (dptrs [card], TRACE_CMD, "Returned status is %d\n", value); + + if (response == Status_DMAC && value == 0) + return DMA_Chars; + + else if (response == Stat_Dec_DMAC && value == 0) + return Decimal_DMAC; + break; + + + case None: + hp_trace (dptrs [card], TRACE_CMD, "Unexpected data %06o returned\n", status); + break; + + + case Octal_DMAB: + case Dec_Status: + case Dec_Stat_DMAC: + break; /* these responses only occur on output */ + } /* all cases are handled */ + +return None; /* return None here to catch the "others" case */ +} + + + +/* Process synchronization routines */ + + + +#if defined (_WIN32) && ! defined (USE_FALLBACK) /* Windows process synchronization */ @@ -1694,15 +3182,22 @@ else { /* other static uint32 create_event (const char *name, EVENT *event) { -*event = CreateEvent (NULL, FALSE, FALSE, name); /* create an auto-reset, initially not-signaled event */ +uint32 error = 0; -tprintf (ipli_dev, TRACE_CMD, "Created event %p with identifier \"%s\"\n", - (void *) *event, name); +*event = CreateEvent (NULL, FALSE, FALSE, name); /* create an auto-reset, initially not-signaled event */ + +if (*event == NULL) { /* if event creation failed */ + error = (uint32) GetLastError (); /* then get the error code */ + + tprintf (iplo_dev, TRACE_STATE, "Creation with identifier \"%s\" failed with error %u\n", + name, error); + } -if (*event == NULL) /* if event creation failed */ - return (uint32) GetLastError (); /* then return the error code */ else /* otherwise the creation succeeded */ - return 0; /* so return success */ + tprintf (iplo_dev, TRACE_STATE, "Created event %p with identifier \"%s\"\n", + (void *) *event, name); + +return error; /* return the operation status */ } @@ -1717,32 +3212,27 @@ else /* otherwise the creatio static uint32 destroy_event (const char *name, EVENT *event) { -BOOL status; +BOOL status; +uint32 error = 0; -if (*event == NULL) /* if the event does not exist */ - return 0; /* then indicate that it has already been destroyed */ +if (*event != NULL) { /* if the event exists */ + status = CloseHandle (*event); /* then close it */ -else { /* otherwise the event exists */ - status = CloseHandle (*event); /* so close it */ - *event = NULL; /* and clear the event handle */ + if (status == FALSE) { /* if the close failed */ + error = (uint32) GetLastError (); /* then get the error code */ - if (status == FALSE) /* if the close failed */ - return (uint32) GetLastError (); /* then return the error code */ - else /* otherwise the close succeeded */ - return 0; /* so return success */ + tprintf (iplo_dev, TRACE_STATE, "Destruction of event %p failed with error %u\n", + (void *) *event, error); + } + + else /* otherwise the destruction succeeded */ + tprintf (iplo_dev, TRACE_STATE, "Destroyed event %p\n", + (void *) *event); + + *event = NULL; /* reset the event handle */ } -} - -/* Test if the synchronization event exists. - - This routine returns TRUE if the supplied event handle does not exist and - FALSE if the handle refers to a defined event. -*/ - -static t_bool event_is_undefined (EVENT event) -{ -return (event == NULL); /* return TRUE if the event does not exist */ +return error; /* return the operation status */ } @@ -1767,19 +3257,26 @@ return (event == NULL); /* return TRUE if the ev static uint32 wait_event (EVENT event, uint32 wait_in_ms, t_bool *signaled) { const DWORD wait_time = (DWORD) wait_in_ms; /* interval wait time in milliseconds */ -DWORD status; +DWORD status; +uint32 error = 0; status = WaitForSingleObject (event, wait_time); /* wait for the event, but not forever */ -tprintf (ipli_dev, TRACE_CMD, "Wait status is %lu\n", status); +if (status == WAIT_FAILED) { /* if the wait failed */ + error = (uint32) GetLastError (); /* then get the error code */ -if (status == WAIT_FAILED) /* if the wait failed */ - return (uint32) GetLastError (); /* then return the error code */ + tprintf (iplo_dev, TRACE_STATE, "Wait for event %p failed with error %u\n", + (void *) event, error); + } else { /* otherwise the wait completed */ *signaled = (status != WAIT_TIMEOUT); /* so set the flag TRUE if the wait did not time out */ - return 0; /* and return success */ + + tprintf (iplo_dev, TRACE_STATE, "Event %p wait %s\n", + (void *) event, (*signaled ? "signaled" : "timed out")); } + +return error; /* return the operation status */ } @@ -1793,18 +3290,27 @@ else { /* otherwise the wait co static uint32 signal_event (EVENT event) { BOOL status; +uint32 error = 0; status = SetEvent (event); /* signal the event */ -if (status == FALSE) /* if the call failed */ - return (uint32) GetLastError (); /* then return the error code */ +if (status == FALSE) { /* if the call failed */ + error = (uint32) GetLastError (); /* then get the error code */ + + tprintf (iplo_dev, TRACE_STATE, "Signal of event %p failed with error %u\n", + (void *) event, error); + } + else /* otherwise the signal succeeded */ - return 0; /* so return success */ + tprintf (iplo_dev, TRACE_STATE, "Event %p signaled\n", + (void *) event); + +return error; /* return the operation status */ } -#elif defined (HAVE_SEMAPHORE) +#elif defined (HAVE_SEMAPHORE) && ! defined (USE_FALLBACK) /* UNIX process synchronization */ @@ -1817,10 +3323,11 @@ else /* otherwise the signal Systems that define the semaphore functions but implement them as stubs will return ENOSYS. We handle this case by enabling fallback to the unimplemented - behavior, i.e., emulating a process wait by a two-second sleep. All other - error returns are reported back to the caller. + behavior, i.e., emulating a process wait by a timed pause and delaying EDT + to avoid a race condition. Error returns are reported back to the caller in + either case. - Regarding the choice of event name, the Single Unix Standard says: + Regarding the choice of event name, the Single UNIX Standard says: If [the] name begins with the character, then processes calling sem_open() with the same value of name shall refer to the same semaphore @@ -1831,27 +3338,35 @@ else /* otherwise the signal character. The event is created as initially not-signaled. + + + Implementation notes: + + 1. We enable the EDT delay after an IOP-to-SP data transfer completes to + help ameliorate the race condition that would otherwise occur. See the + notes in the "ipl_interface" routine for details. */ static uint32 create_event (const char *name, EVENT *event) { *event = sem_open (name, O_CREAT, S_IRWXU, 0); /* create an initially not-signaled event */ -if (*event == SEM_FAILED) /* if event creation failed */ +if (*event == SEM_FAILED) { /* if event creation failed */ if (errno == ENOSYS) { /* then if the function is not implemented */ - tprintf (ipli_dev, TRACE_CMD, "sem_open is unsupported on this system; using fallback\n"); + edt_delay = 1; /* then enable the EDT delay workaround */ - event_fallback = TRUE; /* then fall back to event emulation */ - return 0; /* and claim that the open succeeded */ + tprintf (iplo_dev, TRACE_STATE, "sem_open is unsupported on this system; using fallback\n"); } - else { /* otherwise it is an unexpected error */ - tprintf (ipli_dev, TRACE_CMD, "sem_open error is %u\n", errno); - return (uint32) errno; /* so return the error code */ - } + else /* otherwise it is an unexpected error */ + tprintf (iplo_dev, TRACE_STATE, "Creation with identifier \"%s\" failed with error %u\n", + name, errno); + + return (uint32) errno; /* return the error code to indicate failure */ + } else { /* otherwise the creation succeeded */ - tprintf (ipli_dev, TRACE_CMD, "Created event %p with identifier \"%s\"\n", + tprintf (iplo_dev, TRACE_STATE, "Created event %p with identifier \"%s\"\n", (void *) *event, name); return 0; /* so return success */ } @@ -1876,36 +3391,24 @@ static uint32 destroy_event (const char *name, EVENT *event) { int status; -if (*event == SEM_FAILED) /* if the event does not exist */ - return 0; /* then indicate that it has already been deleted */ - -else { /* otherwise the event exists */ - status = sem_unlink (name); /* so delete it */ - *event = SEM_FAILED; /* and clear the event handle */ +if (*event != SEM_FAILED) { /* if the event exists */ + status = sem_unlink (name); /* then delete it */ if (status != 0 && errno != ENOENT) { /* if the deletion failed */ - tprintf (ipli_dev, TRACE_CMD, "sem_unlink error is %u\n", errno); + tprintf (iplo_dev, TRACE_STATE, "Destruction of event %p failed with error %u\n", + (void *) *event, errno); + return (uint32) errno; /* then return the error code */ } else /* otherwise the deletion succeeded */ - return 0; /* so return success */ + tprintf (iplo_dev, TRACE_STATE, "Destroyed event %p\n", + (void *) *event); + + *event = SEM_FAILED; /* reset the event handle */ } -} - -/* Test if the synchronization event exists. - - This routine returns TRUE if the supplied event object does not exist and - FALSE if the object refers to a defined event. -*/ - -static t_bool event_is_undefined (EVENT event) -{ -if (event_fallback) /* if events are being emulated */ - return FALSE; /* then claim that the event is defined */ -else /* otherwise */ - return (event == SEM_FAILED); /* return TRUE if the event does not exist */ +return 0; /* return success */ } @@ -1929,40 +3432,49 @@ else /* otherwise */ static uint32 wait_event (EVENT event, uint32 wait_in_ms, t_bool *signaled) { -const int wait_time = (int) wait_in_ms / 1000; /* interval wait time in seconds */ +const time_t wait_s = (time_t) (wait_in_ms / 1000); /* interval wait time in seconds */ +const long wait_ns = (long) (wait_in_ms % 1000) * 1000000; /* interval wait time in nanoseconds */ struct timespec until_time; int status; -if (event_fallback) { /* if events are being emulated */ - sim_os_sleep (2); /* then wait for two seconds */ +if (clock_gettime (CLOCK_REALTIME, &until_time)) { /* get the current time; if it failed */ + tprintf (iplo_dev, TRACE_STATE, "Wait for event %p failed with clock error %u\n", + (void *) event, errno); - *signaled = TRUE; /* indicate a signaled completion */ - return 0; /* and return success */ - } - -else if (clock_gettime (CLOCK_REALTIME, &until_time)) { /* get the current time; if it failed */ - tprintf (ipli_dev, TRACE_CMD, "clock_gettime error is %u\n", errno); return (uint32) errno; /* then return the error number */ } -else /* otherwise */ - until_time.tv_sec = until_time.tv_sec + wait_time; /* set the (absolute) timeout expiration */ +else { /* otherwise */ + until_time.tv_sec = until_time.tv_sec + wait_s; /* set the (absolute) */ + until_time.tv_nsec = until_time.tv_nsec + wait_ns; /* timeout expiration */ + + if (until_time.tv_nsec >= 1000000000) { /* if the nanosecond count overflowed */ + until_time.tv_nsec -= 1000000000; /* then rescale it */ + until_time.tv_sec += 1; /* to fit */ + } + } status = sem_timedwait (event, &until_time); /* wait for the event, but not forever */ *signaled = (status == 0); /* set the flag TRUE if the wait did not time out */ if (status) /* if the wait terminated */ - if (errno == ETIMEDOUT || errno == EINTR) /* then if it timed out or was manually aborted */ - return 0; /* then return success */ + if (errno == ETIMEDOUT || errno == EINTR) /* then note if it timed out or was manually aborted */ + tprintf (iplo_dev, TRACE_STATE, "Event %p wait timed out\n", + (void *) event); else { /* otherwise it's an unexpected error */ - tprintf (ipli_dev, TRACE_CMD, "sem_timedwait error is %u\n", errno); + tprintf (iplo_dev, TRACE_STATE, "Wait for event %p failed with error %u\n", + (void *) event, errno); + return (uint32) errno; /* so return the error code */ } else /* otherwise the event is signaled */ - return 0; /* so return success */ + tprintf (iplo_dev, TRACE_STATE, "Event %p wait signaled\n", + (void *) event); + +return 0; /* return success */ } @@ -1977,18 +3489,20 @@ static uint32 signal_event (EVENT event) { int status; -if (event_fallback) /* if events are being emulated */ - return 0; /* then claim that the event was signaled */ -else /* otherwise */ - status = sem_post (event); /* signal the event */ +status = sem_post (event); /* signal the event */ if (status) { /* if the call failed */ - tprintf (ipli_dev, TRACE_CMD, "sem_post error is %u\n", errno); + tprintf (iplo_dev, TRACE_STATE, "Signal of event %p failed with error %u\n", + (void *) event, errno); + return (uint32) errno; /* then return the error code */ } else /* otherwise the event was signaled */ - return 0; /* so return success */ + tprintf (iplo_dev, TRACE_STATE, "Event %p signaled\n", + (void *) event); + +return 0; /* return success */ } @@ -1997,52 +3511,44 @@ else /* otherwise the event w /* Process synchronization stubs. - The stubs return success, rather than failure, because we want the callers to - continue as though synchronization is occurring, even though the host system - does not support the operations necessary to implement this. Without host - system synchronization support, the simulated system's OS might work, but if - the routines returned failure, then the simulator command files running on - such systems would refuse to run. + The stubs generally return failure to inform the caller that host support + for the expected behavior is not available. It is up to the caller to supply + a fallback mechanism, if desired. An exception is the "destroy_event" + function. This returns success to indicate that the events no longer exist + (and indeed never existed). Implementation notes: - 1. We provide an event wait by sleeping for a few seconds to give the other - simulator instance a chance to catch up. This has a reasonable chance of - working, provided the other instance isn't preempted during the sleep. + 1. We enable the EDT delay after an IOP-to-SP data transfer completes to + help ameliorate the race condition that would otherwise occur. See the + notes in the "ipl_interface" routine for details. */ static uint32 create_event (const char *name, EVENT *event) { -tprintf (ipli_dev, TRACE_CMD, "Synchronization is unsupported on this system; using fallback\n"); -return 0; +tprintf (iplo_dev, TRACE_STATE, "Synchronization is unsupported on this system; using fallback\n"); + +edt_delay = 1; /* enable the EDT delay workaround */ +return 1; /* and return failure */ } static uint32 destroy_event (const char *name, EVENT *event) { -return 0; -} - - -static t_bool event_is_undefined (EVENT event) -{ -return FALSE; +return 0; /* return success */ } static uint32 wait_event (EVENT event, uint32 wait_in_ms, t_bool *signaled) { -sim_os_sleep (2); /* wait for two seconds */ - -*signaled = TRUE; /* then indicate a signaled completion */ -return 0; /* and return success */ +return 1; /* return failure */ } static uint32 signal_event (EVENT event) { -return 0; +return 1; /* return failure */ } diff --git a/HP2100/hp2100_lpt.c b/HP2100/hp2100_lpt.c index d5b7d365..612da892 100644 --- a/HP2100/hp2100_lpt.c +++ b/HP2100/hp2100_lpt.c @@ -1,7 +1,7 @@ /* hp2100_lpt.c: HP 2100 12845B Line Printer Interface simulator Copyright (c) 1993-2016, Robert M. Supnik - Copyright (c) 2017-2019, J. David Bryan + Copyright (c) 2017-2020, J. David Bryan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -26,6 +26,7 @@ LPT HP 12845B Line Printer Interface + 16-Mar-20 JDB Corrected introductory comments. 09-Dec-19 JDB Removed redundant SIM_SW_REST check in "lp_attach" 01-Oct-19 JDB DETACH -F now flushes the print buffer if not empty 26-Jun-18 JDB Revised I/O model @@ -221,6 +222,7 @@ The format commands recognized by the printers are: 0 0 0 0 0 0 0 -- slew 0 lines (suppress spacing) after printing * + 0 0 0 0 0 0 1 -- slew 1 line after printing ... 0 0 0 1 1 1 1 -- slew 15 lines after printing @@ -228,7 +230,7 @@ ... 0 1 1 1 1 1 1 -- slew 63 lines after printing ** - * slew 1 line on the 2607A, which cannot suppress printing. + * slew 1 line on the 2607A, which cannot suppress spacing after printing ** available only on the 2610A and 2614A and: diff --git a/HP2100/hp2100_mem.c b/HP2100/hp2100_mem.c index c51be18a..8af24ea1 100644 --- a/HP2100/hp2100_mem.c +++ b/HP2100/hp2100_mem.c @@ -1,7 +1,7 @@ /* hp2100_mem.c: HP 21xx/1000 Main Memory/Memory Expansion Module/Memory Protect simulator Copyright (c) 1993-2016, Robert M. Supnik - Copyright (c) 2017-2019, J. David Bryan + Copyright (c) 2017-2020, J. David Bryan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -29,6 +29,7 @@ MEM 12731A Memory Expansion Module MP 12581A/12892B Memory Protect + 26-Aug-20 JDB Consolidated "mem_trace_registers" E/O/I output 27-Mar-19 JDB "dm_violation" now correctly freezes the violation register 02-Aug-18 JDB Added MEM device 30-Jul-18 JDB Renamed "iop_sp" to "SPR" (stack pointer register) @@ -321,25 +322,29 @@ static const uint32 tbg = 0001674u; /* (RTE) TBG address */ /* Main memory tracing constants */ -static const char * const register_values [] = { /* register values, indexed by EOI concatenation */ - "e o i", /* E = 0, O = 0, interrupt_system = off */ - "e o I", /* E = 0, O = 0, interrupt_system = on */ - "e O i", /* E = 0, O = 1, interrupt_system = off */ - "e O I", /* E = 0, O = 1, interrupt_system = on */ - "E o i", /* E = 1, O = 0, interrupt_system = off */ - "E o I", /* E = 1, O = 0, interrupt_system = on */ - "E O i", /* E = 1, O = 1, interrupt_system = off */ - "E O I" /* E = 1, O = 1, interrupt_system = on */ - }; - static const char mp_value [] = { /* memory protection value, indexed by mp_control */ '-', /* MP is off */ 'P' /* MP is on */ }; -static const char * const register_formats [] = { /* CPU register formats, indexed by is_1000 */ - REGA_FORMAT " A %06o, B %06o, ", /* is_1000 = FALSE format */ - REGA_FORMAT " A %06o, B %06o, X %06o, Y %06o, " /* is_1000 = TRUE format */ +static const char e_value [] = { /* extend register value */ + 'e', /* E is 0 */ + 'E' /* E is 1 */ + }; + +static const char o_value [] = { /* overflow register value */ + 'o', /* O is 0 */ + 'O' /* O is 1 */ + }; + +static const char i_value [] = { /* interrupt system value */ + 'i', /* interrupt system is off */ + 'I' /* interrupt system is on */ + }; + +static const char * const register_formats [] = { /* CPU register formats, indexed by is_1000 */ + REGA_FORMAT " A %06o, B %06o, %.0u%.0u%c %c %c\n", /* is_1000 = FALSE format */ + REGA_FORMAT " A %06o, B %06o, X %06o, Y %06o, %c %c %c\n" /* is_1000 = TRUE format */ }; static const char * const mp_mem_formats [] = { /* MP/MEM register formats, indexed by is_1000 */ @@ -1252,6 +1257,9 @@ else /* otherwise */ 1. The "is_1000" flag is used to include or omit, based on the CPU model, the X and Y registers from the working register trace and the MEVR and MESR from the memory protection trace. + + 2. The "%.0u" print specifications in the trace call absorb the zero X and Y + register values without printing them when the CPU is not a 1000. */ void mem_trace_registers (FLIP_FLOP interrupt_system) @@ -1260,10 +1268,9 @@ hp_trace (&cpu_dev, TRACE_REG, /* output the working registers */ register_formats [is_1000], /* using a format appropriate for the CPU model */ mp_value [mp_control], meu_status & MEST_FENCE_MASK, - SR, AR, BR, XR, YR); - -fputs (register_values [E << 2 | O << 1 | interrupt_system], sim_deb); /* output E, O, and interrupt system */ -fputc ('\n', sim_deb); + SR, AR, BR, XR, YR, + e_value [E], o_value [O], + i_value [interrupt_system]); if (mp_mem_changed) { /* if the MP/MEM registers have been altered */ hp_trace (&cpu_dev, TRACE_REG, /* then output the register values */ diff --git a/HP2100/hp2100_mux.c b/HP2100/hp2100_mux.c index ec2e3f64..1391a138 100644 --- a/HP2100/hp2100_mux.c +++ b/HP2100/hp2100_mux.c @@ -26,6 +26,7 @@ MUX,MUXL,MUXC 12920A Asynchronous Multiplexer Interface + 21-Oct-20 JDB ATTACH/DETACH MUXL command is now rejected 03-Jan-20 JDB Revised modem control operation, added "muxc_reset" 23-Oct-19 JDB Fixed "muxl_ibuf" value for send interrupts Fixed "lower_input_format" starting bit number @@ -1985,7 +1986,7 @@ static t_stat muxl_attach (UNIT *uptr, char *cptr) { t_stat status; -status = tmxr_attach_unit (&mux_desc, &mux_poll, uptr, cptr); /* try to attach to the serial port */ +status = tmxr_attach_unit (&mux_desc, NULL, uptr, cptr); /* try to attach to the serial port */ if (status == SCPE_OK) { /* if the attach succeeded */ muxu_unit [0].wait = POLL_FIRST; /* then set up the poll */ @@ -2003,7 +2004,7 @@ static t_stat muxl_detach (UNIT *uptr) t_stat status; int32 line; -status = tmxr_detach_unit (&mux_desc, &mux_poll, uptr); /* try to detach the serial port */ +status = tmxr_detach_unit (&mux_desc, NULL, uptr); /* try to detach the serial port */ if (status == SCPE_OK) { /* if the detach succeeded */ line = uptr - muxl_unit; /* then determine the line number */ diff --git a/HP2100/hp2100_sys.c b/HP2100/hp2100_sys.c index f6733a22..65b8d261 100644 --- a/HP2100/hp2100_sys.c +++ b/HP2100/hp2100_sys.c @@ -1,7 +1,7 @@ /* hp2100_sys.c: HP 2100 system common interface Copyright (c) 1993-2016, Robert M. Supnik - Copyright (c) 2017-2019, J. David Bryan + Copyright (c) 2017-2020, J. David Bryan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -24,6 +24,8 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the authors. + 26-Aug-20 JDB Modified "hp_trace" to output CR LFs to stdout + 25-Aug-20 JDB Now sets SCP hooks in "one_time_init" routine 08-Dec-19 JDB Added "hp_reset_poll" and "poll_name" routines 04-Mar-19 JDB Added "sim_vm_release" character string declaration 04-Oct-18 JDB Reordered the device list alphabetically @@ -117,9 +119,9 @@ -/* Global release string */ +/* Release string */ -char *sim_vm_release = "29"; /* HP 2100 simulator release number */ +static char *hp_release = "30"; /* HP 2100 simulator release number */ /* Command-line switch parsing from scp.c */ @@ -3395,6 +3397,11 @@ return; name among the devices enabled for tracing to ensure that all trace lines will align for easier reading. + Because the prefix is output only once, embedded newlines should not be + present in the format string. If multiple output lines are desired, then + this routine should be called multiple times, so that each line receives an + identifying trace prefix. + Implementation notes: @@ -3403,6 +3410,23 @@ return; the latter, we must allocate "sufficiently large" arrays for the flag name and format, rather than arrays of the exact size required by the call parameters. + + 2. If the trace output is being written to stdout, a terminating LF must + be translated to CR LF. This is because the console is in "raw" mode + while the CPU is executing instructions. Output to a file does not need + this processing, as text mode handles the host line-end convention. + + 3. Handling embedded newlines properly would require multiple calls to + "vfprintf", each preceded by the prefix, and each having a format string + consisting of the next segment that ends with an embedded newline. + However, multiple calls are not allowed. The C standard says: + + "As the functions vfprintf [etc.] invoke the va_arg macro, the value of + arg after the return is indeterminate." + + So there is no way to have the second (e.g.) call start with those + (variable) parameters not consumed by the prior call. Consequently, the + terminating LF check need only be done at the end of the format string. */ #define FLAG_SIZE 32 /* sufficiently large to accommodate all flag names */ @@ -3434,15 +3458,25 @@ if (sim_deb != NULL && dptr != NULL) { /* if the output stream (int) device_size, sim_dname (dptr), /* while padding the device and flag names */ (int) flag_size, flag_name); /* as needed for proper alignment */ - va_start (argptr, flag); /* set up the argument list */ + va_start (argptr, flag); /* set up the argument list */ - format = va_arg (argptr, char *); /* get the format string parameter */ - strcat (header_fmt, format); /* append the supplied format */ + format = va_arg (argptr, char *); /* get the format string parameter */ + strcat (header_fmt, format); /* append the supplied format */ - vfprintf (sim_deb, header_fmt, argptr); /* format and print to the debug stream */ + if (sim_deb == stdout) { /* if debug output is to the (raw) console */ + fptr = header_fmt + strlen (header_fmt) - 1; /* then find the end of the string */ - va_end (argptr); /* clean up the argument list */ - break; /* and exit with the job complete */ + if (*fptr == '\n') { /* if the format ends with a LF */ + *fptr++ = '\r'; /* then replace it */ + *fptr++ = '\n'; /* with a CR LF sequence */ + *fptr = '\0'; /* and terminate with a NUL */ + } + } + + vfprintf (sim_deb, header_fmt, argptr); /* format and print to the debug stream */ + + va_end (argptr); /* clean up the argument list */ + break; /* and exit with the job complete */ } else /* otherwise */ @@ -3453,14 +3487,22 @@ return; } -/* Make a pair of devices consistent */ +/* Make a pair of devices consistent. + + Most of the disc and tape devices use two interface cards, designated the + command channel and the data channel. These are simulated with two DEVICE + structures. When a SET ENABLE or DISABLE command is directed to one of + the cards, the other chard wants to be set to the same state. Calling this + routine with the target card as the first parameter and the other card as the + second parameter will do it. +*/ void hp_enbdis_pair (DEVICE *ccptr, DEVICE *dcptr) { -if (ccptr->flags & DEV_DIS) - dcptr->flags |= DEV_DIS; -else - dcptr->flags &= ~DEV_DIS; +if (ccptr->flags & DEV_DIS) /* if the target device is disabled */ + dcptr->flags |= DEV_DIS; /* then disable the other device */ +else /* otherwise */ + dcptr->flags &= ~DEV_DIS; /* enable the other device */ return; } @@ -3547,12 +3589,13 @@ run_handler = find_cmd ("RUN")->action; /* and the RUN/GO comm break_handler = find_cmd ("BREAK")->action; /* and the BREAK/NOBREAK command handler */ load_handler = find_cmd ("LOAD")->action; /* and the LOAD command handler */ +sim_vm_release = hp_release; /* set up the release string */ sim_vm_cmd = aux_cmds; /* set up the auxiliary command table */ -sim_vm_fprint_stopped = fprint_stopped; /* set up the simulation-stop printer */ -sim_vm_fprint_addr = fprint_addr; /* set up the address printer */ -sim_vm_parse_addr = parse_addr; /* set up the address parser */ -sim_vm_post = cpu_post_cmd; /* set up the command post-processor */ -sim_vm_unit_name = poll_name; /* set up the custom unit name handler */ +sim_vm_fprint_stopped = fprint_stopped; /* set up the simulation-stop printer */ +sim_vm_fprint_addr = fprint_addr; /* set up the address printer */ +sim_vm_parse_addr = parse_addr; /* set up the address parser */ +sim_vm_post = cpu_post_cmd; /* set up the command post-processor */ +sim_vm_unit_name = poll_name; /* set up the custom unit name handler */ sim_brk_types = BP_SUPPORTED; /* register the supported breakpoint types */ sim_brk_dflt = BP_ENONE; /* the default breakpoint type is "execution" */ diff --git a/HP2100/hp2100_tty.c b/HP2100/hp2100_tty.c index b9952c7b..83b6770f 100644 --- a/HP2100/hp2100_tty.c +++ b/HP2100/hp2100_tty.c @@ -1,7 +1,7 @@ /* hp2100_tty.c: HP 12531C Buffered Teleprinter Interface simulator Copyright (c) 1993-2016, Robert M. Supnik - Copyright (c) 2017-2019, J. David Bryan + Copyright (c) 2017-2020, J. David Bryan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -26,6 +26,7 @@ TTY 12531C Buffered Teleprinter Interface + 25-Aug-20 JDB Reset routine now sets up VM unit pointer hooks 03-May-19 JDB Output stall now doubles rescheduling wait 26-Apr-19 JDB Added "vm_console_[in/out]put_unit" declarations 22-Sep-18 JDB RESET -P now resets to original FASTTIME timing @@ -276,9 +277,6 @@ static UNIT tty_unit [] = { #define print_unit tty_unit [printer] /* teleprinter printer unit */ #define punch_unit tty_unit [punch] /* teleprinter punch unit */ -UNIT *vm_console_input_unit = &key_unit; /* console input unit pointer */ -UNIT *vm_console_output_unit = &print_unit; /* console output unit pointer */ - /* Device information block */ @@ -576,7 +574,7 @@ return outbound; /* return the outbound s /* TTY local SCP support routines */ -/* Set the keyboad input and print output filters. +/* Set the keyboard input and print output filters. This validation routine is called to configure the character input filter for the keyboard unit and the output filter for the print unit. The "value" @@ -664,7 +662,7 @@ return SCPE_OK; /* mode changes always s rejected; the unit must be detached first. Otherwise, the device is disabled by setting the DEV_DIS flag. - In either case, the device is reset, which will restart or cancel the keyboad + In either case, the device is reset, which will restart or cancel the keyboard poll, as appropriate. */ @@ -728,6 +726,9 @@ if (sim_switches & SWMASK ('P')) { /* if this is a power-on tty.shift_in_data = MARK; /* and preset the input shift register */ fast_data_time = TTY_FAST_TIME; /* restore the initial fast data time */ + + vm_console_input_unit = &key_unit; /* set up the console input */ + vm_console_output_unit = &print_unit; /* and console output unit pointers */ } if (tty_dev.flags & DEV_DIS) /* if the device is disabled */ @@ -843,7 +844,7 @@ if (tty.mode & CN_INPUT) { /* if the card is set fo io_assert (&tty_dev, ioa_ENF); /* and the flag */ if (tty.mode & (CN_PRINT | CN_PUNCH)) /* if the printer or punch is enabled */ - status = output ((int32) input); /* then scho the received character */ + status = output ((int32) input); /* then echo the received character */ else /* otherwise */ status = SCPE_OK; /* silently indicate success */ } diff --git a/doc/hp2100_guide.pdf b/doc/hp2100_guide.pdf index ce2081ed..df156e87 100644 --- a/doc/hp2100_guide.pdf +++ b/doc/hp2100_guide.pdf @@ -64,66 +64,6 @@ endobj << /A << /S /URI -/URI (http://www.bitsavers.org/bits/HP/tapes/rte-6vm/rte6200/) ->> -/Type /Annot -/Subtype /Link -/Rect [50 597 59 609] -/C [0 0 1] -/Border [0 0 0] -/InvisibleRect /N -/H /N ->> -endobj -95 0 obj -<< -/A << -/S /URI -/URI (http://www.hpmuseum.net/display_item.php?sw=565) ->> -/Type /Annot -/Subtype /Link -/Rect [50 597 59 609] -/C [0 0 1] -/Border [0 0 0] -/InvisibleRect /N -/H /N ->> -endobj -96 0 obj -<< -/A << -/S /URI -/URI (http://simh.trailing-edge.com/hp/index.html#Kits) ->> -/Type /Annot -/Subtype /Link -/Rect [50 565 52 577] -/C [0 0 1] -/Border [0 0 0] -/InvisibleRect /N -/H /N ->> -endobj -97 0 obj -<< -/A << -/S /URI -/URI (http://www.hpmuseum.net/display_item.php?sw=585) ->> -/Type /Annot -/Subtype /Link -/Rect [50 562 58 574] -/C [0 0 1] -/Border [0 0 0] -/InvisibleRect /N -/H /N ->> -endobj -98 0 obj -<< -/A << -/S /URI /URI (http://simh.trailing-edge.com/hp/docs/running_hp_2000_tsb.pdf) >> /Type /Annot @@ -135,7 +75,7 @@ endobj /H /N >> endobj -99 0 obj +95 0 obj << /A << /S /URI @@ -150,12 +90,60 @@ endobj /H /N >> endobj -100 0 obj +96 0 obj << /Dest [1 0 R /FitH 720] /Type /Annot /Subtype /Link -/Rect [42 686 563 700] +/Rect [42 674 563 688] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +98 0 obj +<< +/Dest [1 0 R /FitH 608] +/Type /Annot +/Subtype /Link +/Rect [60 660 563 674] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +99 0 obj +<< +/Dest [4 0 R /FitH 133] +/Type /Annot +/Subtype /Link +/Rect [60 647 563 661] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +100 0 obj +<< +/Dest [6 0 R /FitH 720] +/Type /Annot +/Subtype /Link +/Rect [50 623 563 637] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +101 0 obj +<< +/Dest [8 0 R /FitH 370] +/Type /Annot +/Subtype /Link +/Rect [60 610 563 624] /C [0 0 1] /Border [0 0 0] /H /N @@ -164,10 +152,10 @@ endobj endobj 102 0 obj << -/Dest [1 0 R /FitH 608] +/Dest [10 0 R /FitH 478] /Type /Annot /Subtype /Link -/Rect [60 671 563 685] +/Rect [60 596 563 610] /C [0 0 1] /Border [0 0 0] /H /N @@ -176,10 +164,10 @@ endobj endobj 103 0 obj << -/Dest [4 0 R /FitH 133] +/Dest [10 0 R /FitH 415] /Type /Annot /Subtype /Link -/Rect [60 658 563 672] +/Rect [71 582 563 596] /C [0 0 1] /Border [0 0 0] /H /N @@ -188,10 +176,10 @@ endobj endobj 104 0 obj << -/Dest [6 0 R /FitH 720] +/Dest [10 0 R /FitH 198] /Type /Annot /Subtype /Link -/Rect [50 635 563 649] +/Rect [71 569 563 583] /C [0 0 1] /Border [0 0 0] /H /N @@ -200,10 +188,10 @@ endobj endobj 105 0 obj << -/Dest [8 0 R /FitH 370] +/Dest [14 0 R /FitH 570] /Type /Annot /Subtype /Link -/Rect [60 621 563 635] +/Rect [71 554 563 568] /C [0 0 1] /Border [0 0 0] /H /N @@ -212,10 +200,10 @@ endobj endobj 106 0 obj << -/Dest [10 0 R /FitH 478] +/Dest [14 0 R /FitH 263] /Type /Annot /Subtype /Link -/Rect [60 608 563 622] +/Rect [71 541 563 555] /C [0 0 1] /Border [0 0 0] /H /N @@ -224,10 +212,10 @@ endobj endobj 107 0 obj << -/Dest [10 0 R /FitH 415] +/Dest [17 0 R /FitH 673] /Type /Annot /Subtype /Link -/Rect [71 593 563 607] +/Rect [71 527 563 541] /C [0 0 1] /Border [0 0 0] /H /N @@ -236,10 +224,10 @@ endobj endobj 108 0 obj << -/Dest [10 0 R /FitH 198] +/Dest [17 0 R /FitH 565] /Type /Annot /Subtype /Link -/Rect [71 580 563 594] +/Rect [71 513 563 527] /C [0 0 1] /Border [0 0 0] /H /N @@ -248,10 +236,10 @@ endobj endobj 109 0 obj << -/Dest [14 0 R /FitH 570] +/Dest [17 0 R /FitH 412] /Type /Annot /Subtype /Link -/Rect [71 566 563 580] +/Rect [71 500 563 514] /C [0 0 1] /Border [0 0 0] /H /N @@ -260,10 +248,10 @@ endobj endobj 110 0 obj << -/Dest [14 0 R /FitH 263] +/Dest [21 0 R /FitH 143] /Type /Annot /Subtype /Link -/Rect [71 552 563 566] +/Rect [71 485 563 499] /C [0 0 1] /Border [0 0 0] /H /N @@ -272,10 +260,10 @@ endobj endobj 111 0 obj << -/Dest [17 0 R /FitH 673] +/Dest [23 0 R /FitH 697] /Type /Annot /Subtype /Link -/Rect [71 539 563 553] +/Rect [71 472 563 486] /C [0 0 1] /Border [0 0 0] /H /N @@ -284,10 +272,10 @@ endobj endobj 112 0 obj << -/Dest [17 0 R /FitH 565] +/Dest [23 0 R /FitH 421] /Type /Annot /Subtype /Link -/Rect [71 524 563 538] +/Rect [71 458 563 472] /C [0 0 1] /Border [0 0 0] /H /N @@ -296,10 +284,10 @@ endobj endobj 113 0 obj << -/Dest [17 0 R /FitH 412] +/Dest [26 0 R /FitH 324] /Type /Annot /Subtype /Link -/Rect [71 511 563 525] +/Rect [71 444 563 458] /C [0 0 1] /Border [0 0 0] /H /N @@ -308,10 +296,10 @@ endobj endobj 114 0 obj << -/Dest [21 0 R /FitH 143] +/Dest [26 0 R /FitH 228] /Type /Annot /Subtype /Link -/Rect [71 497 563 511] +/Rect [60 431 563 445] /C [0 0 1] /Border [0 0 0] /H /N @@ -320,10 +308,10 @@ endobj endobj 115 0 obj << -/Dest [23 0 R /FitH 697] +/Dest [29 0 R /FitH 720] /Type /Annot /Subtype /Link -/Rect [71 483 563 497] +/Rect [60 416 563 430] /C [0 0 1] /Border [0 0 0] /H /N @@ -332,10 +320,10 @@ endobj endobj 116 0 obj << -/Dest [23 0 R /FitH 421] +/Dest [29 0 R /FitH 518] /Type /Annot /Subtype /Link -/Rect [71 470 563 484] +/Rect [60 403 563 417] /C [0 0 1] /Border [0 0 0] /H /N @@ -344,10 +332,10 @@ endobj endobj 117 0 obj << -/Dest [26 0 R /FitH 324] +/Dest [29 0 R /FitH 363] /Type /Annot /Subtype /Link -/Rect [71 455 563 469] +/Rect [60 389 563 403] /C [0 0 1] /Border [0 0 0] /H /N @@ -356,10 +344,10 @@ endobj endobj 118 0 obj << -/Dest [26 0 R /FitH 228] +/Dest [33 0 R /FitH 720] /Type /Annot /Subtype /Link -/Rect [60 442 563 456] +/Rect [50 366 563 380] /C [0 0 1] /Border [0 0 0] /H /N @@ -368,10 +356,10 @@ endobj endobj 119 0 obj << -/Dest [29 0 R /FitH 720] +/Dest [33 0 R /FitH 569] /Type /Annot /Subtype /Link -/Rect [60 428 563 442] +/Rect [60 353 563 367] /C [0 0 1] /Border [0 0 0] /H /N @@ -380,10 +368,10 @@ endobj endobj 120 0 obj << -/Dest [29 0 R /FitH 518] +/Dest [36 0 R /FitH 524] /Type /Annot /Subtype /Link -/Rect [60 414 563 428] +/Rect [71 338 563 352] /C [0 0 1] /Border [0 0 0] /H /N @@ -392,10 +380,10 @@ endobj endobj 121 0 obj << -/Dest [29 0 R /FitH 363] +/Dest [38 0 R /FitH 181] /Type /Annot /Subtype /Link -/Rect [60 401 563 415] +/Rect [71 325 563 339] /C [0 0 1] /Border [0 0 0] /H /N @@ -404,22 +392,10 @@ endobj endobj 122 0 obj << -/Dest [33 0 R /FitH 720] +/Dest [40 0 R /FitH 360] /Type /Annot /Subtype /Link -/Rect [50 377 563 391] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -123 0 obj -<< -/Dest [33 0 R /FitH 569] -/Type /Annot -/Subtype /Link -/Rect [60 364 563 378] +/Rect [71 311 563 325] /C [0 0 1] /Border [0 0 0] /H /N @@ -428,10 +404,10 @@ endobj endobj 124 0 obj << -/Dest [36 0 R /FitH 524] +/Dest [123 0 R /FitH 720] /Type /Annot /Subtype /Link -/Rect [71 350 563 364] +/Rect [71 297 563 311] /C [0 0 1] /Border [0 0 0] /H /N @@ -440,10 +416,10 @@ endobj endobj 125 0 obj << -/Dest [38 0 R /FitH 181] +/Dest [42 0 R /FitH 592] /Type /Annot /Subtype /Link -/Rect [71 336 563 350] +/Rect [71 284 563 298] /C [0 0 1] /Border [0 0 0] /H /N @@ -452,10 +428,22 @@ endobj endobj 126 0 obj << -/Dest [40 0 R /FitH 360] +/Dest [42 0 R /FitH 244] /Type /Annot /Subtype /Link -/Rect [71 323 563 337] +/Rect [91 256 563 270] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +127 0 obj +<< +/Dest [44 0 R /FitH 481] +/Type /Annot +/Subtype /Link +/Rect [60 242 563 256] /C [0 0 1] /Border [0 0 0] /H /N @@ -464,10 +452,10 @@ endobj endobj 128 0 obj << -/Dest [127 0 R /FitH 720] +/Dest [46 0 R /FitH 355] /Type /Annot /Subtype /Link -/Rect [71 308 563 322] +/Rect [60 228 563 242] /C [0 0 1] /Border [0 0 0] /H /N @@ -476,10 +464,10 @@ endobj endobj 129 0 obj << -/Dest [42 0 R /FitH 592] +/Dest [48 0 R /FitH 720] /Type /Annot /Subtype /Link -/Rect [71 295 563 309] +/Rect [50 206 563 220] /C [0 0 1] /Border [0 0 0] /H /N @@ -488,10 +476,10 @@ endobj endobj 130 0 obj << -/Dest [42 0 R /FitH 244] +/Dest [48 0 R /FitH 400] /Type /Annot /Subtype /Link -/Rect [91 267 563 281] +/Rect [60 191 563 205] /C [0 0 1] /Border [0 0 0] /H /N @@ -500,10 +488,10 @@ endobj endobj 131 0 obj << -/Dest [44 0 R /FitH 481] +/Dest [51 0 R /FitH 145] /Type /Annot /Subtype /Link -/Rect [60 254 563 268] +/Rect [60 178 563 192] /C [0 0 1] /Border [0 0 0] /H /N @@ -512,10 +500,10 @@ endobj endobj 132 0 obj << -/Dest [46 0 R /FitH 355] +/Dest [53 0 R /FitH 571] /Type /Annot /Subtype /Link -/Rect [60 239 563 253] +/Rect [60 164 563 178] /C [0 0 1] /Border [0 0 0] /H /N @@ -524,10 +512,10 @@ endobj endobj 133 0 obj << -/Dest [48 0 R /FitH 720] +/Dest [55 0 R /FitH 355] /Type /Annot /Subtype /Link -/Rect [50 217 563 231] +/Rect [60 150 563 164] /C [0 0 1] /Border [0 0 0] /H /N @@ -536,10 +524,10 @@ endobj endobj 134 0 obj << -/Dest [48 0 R /FitH 400] +/Dest [57 0 R /FitH 661] /Type /Annot /Subtype /Link -/Rect [60 203 563 217] +/Rect [60 137 563 151] /C [0 0 1] /Border [0 0 0] /H /N @@ -548,10 +536,10 @@ endobj endobj 135 0 obj << -/Dest [51 0 R /FitH 145] +/Dest [59 0 R /FitH 282] /Type /Annot /Subtype /Link -/Rect [60 189 563 203] +/Rect [60 122 563 136] /C [0 0 1] /Border [0 0 0] /H /N @@ -560,10 +548,10 @@ endobj endobj 136 0 obj << -/Dest [53 0 R /FitH 571] +/Dest [61 0 R /FitH 140] /Type /Annot /Subtype /Link -/Rect [60 176 563 190] +/Rect [60 109 563 123] /C [0 0 1] /Border [0 0 0] /H /N @@ -572,22 +560,10 @@ endobj endobj 137 0 obj << -/Dest [55 0 R /FitH 355] +/Dest [63 0 R /FitH 449] /Type /Annot /Subtype /Link -/Rect [60 161 563 175] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -138 0 obj -<< -/Dest [57 0 R /FitH 661] -/Type /Annot -/Subtype /Link -/Rect [60 148 563 162] +/Rect [60 95 563 109] /C [0 0 1] /Border [0 0 0] /H /N @@ -596,22 +572,10 @@ endobj endobj 139 0 obj << -/Dest [59 0 R /FitH 282] +/Dest [138 0 R /FitH 322] /Type /Annot /Subtype /Link -/Rect [60 134 563 148] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -140 0 obj -<< -/Dest [61 0 R /FitH 127] -/Type /Annot -/Subtype /Link -/Rect [60 120 563 134] +/Rect [71 81 563 95] /C [0 0 1] /Border [0 0 0] /H /N @@ -620,10 +584,10 @@ endobj endobj 141 0 obj << -/Dest [63 0 R /FitH 449] +/Dest [140 0 R /FitH 720] /Type /Annot /Subtype /Link -/Rect [60 107 563 121] +/Rect [71 68 563 82] /C [0 0 1] /Border [0 0 0] /H /N @@ -632,10 +596,10 @@ endobj endobj 143 0 obj << -/Dest [142 0 R /FitH 322] +/Dest [142 0 R /FitH 720] /Type /Annot /Subtype /Link -/Rect [71 92 563 106] +/Rect [71 706 563 720] /C [0 0 1] /Border [0 0 0] /H /N @@ -644,57 +608,21 @@ endobj endobj 145 0 obj << -/Dest [144 0 R /FitH 720] -/Type /Annot -/Subtype /Link -/Rect [71 79 563 93] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -147 0 obj -<< -/Dest [146 0 R /FitH 720] -/Type /Annot -/Subtype /Link -/Rect [71 65 563 79] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -148 0 obj -<< /Dest [65 0 R /FitH 720] /Type /Annot /Subtype /Link -/Rect [60 706 563 720] +/Rect [60 692 563 706] /C [0 0 1] /Border [0 0 0] /H /N /InvisibleRect /N >> endobj -150 0 obj +146 0 obj << /Dest [65 0 R /FitH 252] /Type /Annot /Subtype /Link -/Rect [71 692 563 706] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -152 0 obj -<< -/Dest [151 0 R /FitH 433] -/Type /Annot -/Subtype /Link /Rect [71 678 563 692] /C [0 0 1] /Border [0 0 0] @@ -702,9 +630,9 @@ endobj /InvisibleRect /N >> endobj -154 0 obj +148 0 obj << -/Dest [153 0 R /FitH 259] +/Dest [147 0 R /FitH 433] /Type /Annot /Subtype /Link /Rect [71 665 563 679] @@ -714,9 +642,9 @@ endobj /InvisibleRect /N >> endobj -156 0 obj +150 0 obj << -/Dest [155 0 R /FitH 720] +/Dest [149 0 R /FitH 259] /Type /Annot /Subtype /Link /Rect [71 650 563 664] @@ -726,21 +654,21 @@ endobj /InvisibleRect /N >> endobj -157 0 obj +152 0 obj << -/Dest [67 0 R /FitH 720] +/Dest [151 0 R /FitH 720] /Type /Annot /Subtype /Link -/Rect [60 637 563 651] +/Rect [71 637 563 651] /C [0 0 1] /Border [0 0 0] /H /N /InvisibleRect /N >> endobj -158 0 obj +153 0 obj << -/Dest [69 0 R /FitH 191] +/Dest [67 0 R /FitH 720] /Type /Annot /Subtype /Link /Rect [60 623 563 637] @@ -750,21 +678,21 @@ endobj /InvisibleRect /N >> endobj -160 0 obj +154 0 obj << -/Dest [159 0 R /FitH 495] +/Dest [69 0 R /FitH 129] /Type /Annot /Subtype /Link -/Rect [71 609 563 623] +/Rect [60 609 563 623] /C [0 0 1] /Border [0 0 0] /H /N /InvisibleRect /N >> endobj -162 0 obj +156 0 obj << -/Dest [161 0 R /FitH 464] +/Dest [155 0 R /FitH 426] /Type /Annot /Subtype /Link /Rect [71 596 563 610] @@ -774,12 +702,72 @@ endobj /InvisibleRect /N >> endobj -163 0 obj +158 0 obj +<< +/Dest [157 0 R /FitH 464] +/Type /Annot +/Subtype /Link +/Rect [71 581 563 595] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +159 0 obj << /Dest [71 0 R /FitH 409] /Type /Annot /Subtype /Link -/Rect [60 581 563 595] +/Rect [60 568 563 582] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +160 0 obj +<< +/Dest [73 0 R /FitH 720] +/Type /Annot +/Subtype /Link +/Rect [50 545 563 559] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +161 0 obj +<< +/Dest [73 0 R /FitH 506] +/Type /Annot +/Subtype /Link +/Rect [91 518 563 532] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +162 0 obj +<< +/Dest [76 0 R /FitH 208] +/Type /Annot +/Subtype /Link +/Rect [60 503 563 517] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +163 0 obj +<< +/Dest [78 0 R /FitH 223] +/Type /Annot +/Subtype /Link +/Rect [91 476 563 490] /C [0 0 1] /Border [0 0 0] /H /N @@ -788,22 +776,10 @@ endobj endobj 164 0 obj << -/Dest [73 0 R /FitH 720] +/Dest [80 0 R /FitH 248] /Type /Annot /Subtype /Link -/Rect [50 559 563 573] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -165 0 obj -<< -/Dest [73 0 R /FitH 506] -/Type /Annot -/Subtype /Link -/Rect [91 531 563 545] +/Rect [60 462 563 476] /C [0 0 1] /Border [0 0 0] /H /N @@ -812,55 +788,7 @@ endobj endobj 166 0 obj << -/Dest [76 0 R /FitH 208] -/Type /Annot -/Subtype /Link -/Rect [60 518 563 532] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -167 0 obj -<< -/Dest [78 0 R /FitH 223] -/Type /Annot -/Subtype /Link -/Rect [91 490 563 504] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -168 0 obj -<< -/Dest [80 0 R /FitH 248] -/Type /Annot -/Subtype /Link -/Rect [60 476 563 490] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -170 0 obj -<< -/Dest [169 0 R /FitH 442] -/Type /Annot -/Subtype /Link -/Rect [71 462 563 476] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -172 0 obj -<< -/Dest [171 0 R /FitH 720] +/Dest [165 0 R /FitH 442] /Type /Annot /Subtype /Link /Rect [71 449 563 463] @@ -870,9 +798,9 @@ endobj /InvisibleRect /N >> endobj -173 0 obj +168 0 obj << -/Dest [171 0 R /FitH 215] +/Dest [167 0 R /FitH 720] /Type /Annot /Subtype /Link /Rect [71 434 563 448] @@ -882,9 +810,9 @@ endobj /InvisibleRect /N >> endobj -175 0 obj +169 0 obj << -/Dest [174 0 R /FitH 532] +/Dest [167 0 R /FitH 203] /Type /Annot /Subtype /Link /Rect [71 421 563 435] @@ -894,33 +822,33 @@ endobj /InvisibleRect /N >> endobj -176 0 obj +171 0 obj +<< +/Dest [170 0 R /FitH 532] +/Type /Annot +/Subtype /Link +/Rect [71 407 563 421] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +172 0 obj << /Dest [82 0 R /FitH 373] /Type /Annot /Subtype /Link -/Rect [60 407 563 421] +/Rect [60 393 563 407] /C [0 0 1] /Border [0 0 0] /H /N /InvisibleRect /N >> endobj -178 0 obj +174 0 obj << -/Dest [177 0 R /FitH 546] -/Type /Annot -/Subtype /Link -/Rect [71 393 563 407] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -179 0 obj -<< -/Dest [177 0 R /FitH 334] +/Dest [173 0 R /FitH 546] /Type /Annot /Subtype /Link /Rect [71 380 563 394] @@ -930,9 +858,9 @@ endobj /InvisibleRect /N >> endobj -181 0 obj +175 0 obj << -/Dest [180 0 R /FitH 448] +/Dest [173 0 R /FitH 334] /Type /Annot /Subtype /Link /Rect [71 365 563 379] @@ -942,9 +870,9 @@ endobj /InvisibleRect /N >> endobj -183 0 obj +177 0 obj << -/Dest [182 0 R /FitH 435] +/Dest [176 0 R /FitH 448] /Type /Annot /Subtype /Link /Rect [71 352 563 366] @@ -954,57 +882,57 @@ endobj /InvisibleRect /N >> endobj -184 0 obj +179 0 obj +<< +/Dest [178 0 R /FitH 435] +/Type /Annot +/Subtype /Link +/Rect [71 338 563 352] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +180 0 obj << /Dest [84 0 R /FitH 720] /Type /Annot /Subtype /Link -/Rect [50 329 563 343] +/Rect [50 315 563 329] /C [0 0 1] /Border [0 0 0] /H /N /InvisibleRect /N >> endobj -185 0 obj +181 0 obj << /Dest [84 0 R /FitH 590] /Type /Annot /Subtype /Link -/Rect [60 315 563 329] +/Rect [60 302 563 316] /C [0 0 1] /Border [0 0 0] /H /N /InvisibleRect /N >> endobj -186 0 obj +182 0 obj << /Dest [87 0 R /FitH 166] /Type /Annot /Subtype /Link -/Rect [91 287 563 301] +/Rect [91 274 563 288] /C [0 0 1] /Border [0 0 0] /H /N /InvisibleRect /N >> endobj -188 0 obj +184 0 obj << -/Dest [187 0 R /FitH 349] -/Type /Annot -/Subtype /Link -/Rect [71 274 563 288] -/C [0 0 1] -/Border [0 0 0] -/H /N -/InvisibleRect /N ->> -endobj -190 0 obj -<< -/Dest [189 0 R /FitH 477] +/Dest [183 0 R /FitH 349] /Type /Annot /Subtype /Link /Rect [71 260 563 274] @@ -1014,9 +942,9 @@ endobj /InvisibleRect /N >> endobj -192 0 obj +186 0 obj << -/Dest [191 0 R /FitH 720] +/Dest [185 0 R /FitH 477] /Type /Annot /Subtype /Link /Rect [71 246 563 260] @@ -1026,9 +954,9 @@ endobj /InvisibleRect /N >> endobj -194 0 obj +188 0 obj << -/Dest [193 0 R /FitH 720] +/Dest [187 0 R /FitH 720] /Type /Annot /Subtype /Link /Rect [71 233 563 247] @@ -1038,7 +966,19 @@ endobj /InvisibleRect /N >> endobj -195 0 obj +190 0 obj +<< +/Dest [189 0 R /FitH 720] +/Type /Annot +/Subtype /Link +/Rect [71 218 563 232] +/C [0 0 1] +/Border [0 0 0] +/H /N +/InvisibleRect /N +>> +endobj +191 0 obj << /Dest [36 0 R /FitH 524] /Type /Annot @@ -1050,7 +990,7 @@ endobj /InvisibleRect /N >> endobj -196 0 obj +192 0 obj << /Dest [36 0 R /FitH 524] /Type /Annot @@ -1062,7 +1002,7 @@ endobj /InvisibleRect /N >> endobj -197 0 obj +193 0 obj << /Dest [36 0 R /FitH 524] /Type /Annot @@ -1074,9 +1014,9 @@ endobj /InvisibleRect /N >> endobj -199 0 obj +195 0 obj << -/Dest [127 0 R /FitH 720] +/Dest [123 0 R /FitH 720] /Type /Annot /Subtype /Link /Rect [395 616 430 628] @@ -1086,7 +1026,7 @@ endobj /InvisibleRect /N >> endobj -200 0 obj +196 0 obj << /Dest [38 0 R /FitH 181] /Type /Annot @@ -1098,9 +1038,9 @@ endobj /InvisibleRect /N >> endobj -201 0 obj +197 0 obj << -/Dest [127 0 R /FitH 720] +/Dest [123 0 R /FitH 720] /Type /Annot /Subtype /Link /Rect [526 547 561 559] @@ -1110,7 +1050,7 @@ endobj /InvisibleRect /N >> endobj -202 0 obj +198 0 obj << /Dest [10 0 R /FitH 198] /Type /Annot @@ -1122,7 +1062,7 @@ endobj /InvisibleRect /N >> endobj -203 0 obj +199 0 obj << /Dest [10 0 R /FitH 198] /Type /Annot @@ -1134,9 +1074,9 @@ endobj /InvisibleRect /N >> endobj -204 0 obj +200 0 obj << -/Dest [153 0 R /FitH 259] +/Dest [149 0 R /FitH 259] /Type /Annot /Subtype /Link /Rect [401 107 491 119] @@ -1146,715 +1086,744 @@ endobj /InvisibleRect /N >> endobj -205 0 obj +201 0 obj << /Producer (\376\377\000A\000c\000r\000o\000b\000a\000t\000 \000D\000i\000s\000t\000i\000l\000l\000e\000r\000 \0003\000.\0000\0002) /Creator (Microsoft Word 8.0) -/ModDate (D:20200107164955) +/ModDate (D:20201103192403) /Author (J. David Bryan) /Title (HP 2100 Simulator User's Guide) -/CreationDate (D:20200107164955) +/CreationDate (D:20201103192403) >> endobj -207 0 obj +203 0 obj << -/Length 2727 +/Length 2744 /Filter /FlateDecode >> stream -HWKo$ l&ʴvEHv98@Ɉ9Yd7Gc1X^_=}'{znx2~'Xg^{go^cd%:3lWZ=ʼĆbE &K'OO>[ތ5n[>̦{6ݳ])kdtt8|;<ҝgNq!N|]Hrz .)SLG`O4#I7aI^>ΛCgx#^tPt$tu3hAߧu/z@d }3֯t(8년P0&Wk1(㮎PtNfG 1A= "z3 8 Ñwßҏc}|ȀDyehA"UϠw ,)aև#!"8P"!۰c s]NMi}ޙ ٹ7~%~~?笨_U^XY3{pnMphКjHm(Mמ}[>F~=W}> -Ӓ1M19韮6#ׯ}9[c*g!J|)1caf(k@C1Tymй,}+z wjFMɹa }6R9wL9w Ҭ=7sOՁ+m_R._y.'{^o1u1s}нKY"|-eCW6ur }6K0h V.O#}A8i\DA7p͋%Ć+o/, ,Sz7l_R͵=;=h=W$EՃܒs׺u'F);4 æ- \.H+ ],IOc䍀 *, sBdfffӁ1K&x'v`Ԍv}2>P5TK}(^):ɣ)ؖTӖZUWVia1J `hw0j!uFURX@M4:\SPQizKga0[=oj8vTq^יJMR h/cCWʄ-2 ,rQЮJЅ_CT(mQ0kLs_*f}::q: t ʹ+]5{[[-<=z߶w}u@%mo_k=D,6 -TVҥrsWBx%|ލs I"h>ݷt]CBwHAׄy'*&}Ad$. |UsȒҿA,oL`.rqBJAy(%L^cΕN>MGX?rq/{$i oLATAUra5yReCE³2Kh̦ۈ,?3׬D|AQh\낵K1uTyJq2T+^mx,G},xw{` |}ӯֺ]Дrccލ[2 IMQ?kJ)T]Ɯ F\: HjqkI.構l/YK9s:磅pcaSGȖUyLx~+kQ*!,{V0{*R]D7ċ?#L&ܤe߅w֟&VqXyYje^C: -oR *[8R)J"a mUt>e/S`սV s|QMA(sktI){%o9 a,YpD0BDMM= U/G#ϑy~Y8>ܭ]Ϧ\:hȹMMX?Sn2y=RT5N.iw!uKX: ?`68 -˼($\RLҚ`!ñxg/.e # WHO+!ګq:붚v(lfYz $}­>T۝V;b}V5EZ<^j'x22B/ְ\k\ʬ5 }'3Sp d<24 Ie*Dq ,)\aև#!"8%Q"!۰c s]Ngi}ޙ ٹ7~e~~?笨_U^XY3{pnMphКNmWNXMf+D+=%cDyscr<]mG\BTB5 +K#9bGP*/"  + +=zڂseYHWz tjF[vJٕʹcȹKs7wTϹ]ަ}.E:Q|R9{wvRG v^"OF5kܒ5\TYQJ_xqT|U)py"լ(tra^l`ҕZXGm-EUnAQ")DI#{*6 MFN^d/vL\UUS3URT: CP-mL{LL' m,֪ +2N P Q2lcVjW!uDRX6@ޅ*pHG@]D9ilcNMKof]bl7KOyR*5yHnZܢ]u+d4Úx;G+@qL@W}^SEժ1%+Qs Uol0.30 +ض`gomѷ4"vZKLR{ +$681\+xRYIa5^ Cz77D7& ᬟxt^vuqq!u]"WH{B+4tt.Un UGؗY;pkRK]zu#C s]P+?UO59Ve[+Ru~,MnlL8Zv4dE୬:%VMuMG㉤g|m,zKj;-&N&dúb~ #/f^bbmlu7"2VR;T m4/a%6%'jK&$KļAx3t&/1wJ Ęsf-rQ|l?O\ F>A&g$S%U*8pPn6Xͭe| BsP ig6" {5k!#:xP:׺`pL4G^R1Wn/KǑA- B_kn/4ؘw =)CASxϚR +U=1µ sZ~ ",8#{KXhc>Q3ec*coe/J5D%"*f#z"`XSλ o6v>21A}]%c6Q&-.W7d? +"ˆV} /zL7֎~iSD_ZEWk6ȪQD:HPחKY)hcJ:>(& Mչ5gI_L\>|o*sبDk>Qs71u c7QbC=Hrv Cˆsdbߤ{.MkvW.Uw娂7rnASӰtϔ4L^T;UͥS?=5urH֭ 2/ +A &Xdt,$<:IhKB.`,db$s<Т#Z +m0UXeUSP|ga線jScmMlfeTp0'9RUs∬tNi oc`3Cuck$Blהw?@WJx ++F=ՠe&ۡ[g/c0NxliIM"Yz6CcG endstream endobj -208 0 obj +204 0 obj << /ProcSet [/PDF /Text ] /Font << -/F3 209 0 R -/F5 210 0 R -/F7 211 0 R +/F3 205 0 R +/F5 206 0 R +/F7 207 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R +>> +>> +endobj +210 0 obj +<< +/Length 2588 +/Filter /FlateDecode +>> +stream +HKoI:<I9U] M_ IIod`l$yw_n\]eh 5)oa_?Eߕ7\N+YOV5mqRs +/ÖxeBkC|jôN n~ xtHS"nM*ͣR $uN$Aȵ)VZ5īЬ G{ׄk ?3XW^yooeCӪJdy$L5 1!Ɖ^Y[-r !#g9QPa!(8j4ĥD܇cՀNW<ݎ?5ʾ&b#Ayͳ2^^P#AU*PY۔ 咡Y+lYhaiHIݨ Etim,c3 $ZQ\DKv(GNk]-=6ۯ?%$>b.Pd`:,,c*Ťαf':y<Ƨ26t{A *yѭ=t藗% +hުnIFD42$oԕA79r +./|>DrtsQꘛdE{S*L]%i,й2wN QR>q_r(4Ѭؖ`,B21'*xe){N^Oex.' +V/\S\eIExRNzwbtqD|*EhSe,X|YƼgb9RR!\%s5%=݊oț̘*"P4$P\B#Io' +EPFDI'U;IoU(¼= /@8V㉲,.M XXC3LqQXm_ԲqDsi01eDn:*u嬅*HD)* ?kFH^q +vIi3ܝ[ 7kIc|H0:9# +(&׏sN b4mWg\UR+yR JjuDQ0E;݀j.RLiuDư "p İXa ޹諪9j^fNHb"8(yR/k9"Lņ{hzF/g/5r8l'c1$F㮅X6el@|$ITguklg!Pe&VpDЪ$vJG(;V\:תE9,g@h@QDbHԈmK\b~=NѲݪenI$jxC(j'#^WLb0B_[v;|!5&lQwC@}G9ָCUm$DͥVE+nElu#Ƽ^厮roy}21PY| m*x o=λSXKzH<0)6|b1M_8F=GSAv I\s ۲ĆFX܏f|6*"`ӢxBӎUrLvbs 7⩡GPd  yOTQQ]Oo7{j8Jݗ1f2DHoOF +ĜD6g8/jSL* +f6YYœ9e9p&3GI|1]> L餎b։ZYm͛5/Ζf̑%Sdy,鑨8,W,||STNtB\b4 3%x`QfXq2űDuq#W*eQe=Xk83qZ9n-kog~^E=]YCkfC6bÌwD㣛Q]/}ԜD.|ޓ\wH+LnNn: Kw.1[l&`tTјXl +cD90Ȩ-7t1jbJ Hlr/KAVXh0ȷl9Ljvnx@1 +3q9#v ղǑ5.;fAڊa!BK & ie U$Nqi=!/VCWħ +endstream +endobj +211 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F8 212 0 R +/F10 213 0 R +>> +/ExtGState << +/GS1 208 0 R >> >> endobj 214 0 obj << -/Length 2651 +/Length 1986 /Filter /FlateDecode >> stream -HMot-%+-9)9 k}z*?@/a~9o,ˎͮL,[$2?>w_nBa8h 7:┿+?T5?i"}x15hc!F7k0k9w7eH5PCTFQtLc&.%pi}cInî: ]N3݇TCU3 .~|chSTk f;ZI`v1R YlGDcℊ#ogd Ǎ ֭|-&K|c;rÍ)+3$yZƋًj?XA!kjehy -[ga;Zu42m7|]:.$c3 $YQ\D$ $'k]-=4/ʟ CZ)2u0Lag=f':y<'nbzyA *yö=m\V9Pj 44=ϑ --)9߭hHFWT@Ѱ@q *G1߱2CQ+9?Tc;F>&tҴtVX%=T\nQ;](ɀ50?7q!A-;Gd &|6TDZŎo`j,UdɃ>(eSZy=N֏ORٌwֆ"iL &3)gd[EÚi3Ʊ>WȵYZ -alKJju쨨lmn.RLiudƱ , hr0w_>#?+R{U6GỶ?P$CZbmxIH%RmKEs kǜ.1"Ap [!CۦM\d5E~6"dJDjhZ'N%z'@9(o6WNkU" t`J!%KƙP\Khnղe$-ei3k&c3vVVǏ#䅦^>/.w1E` 5օgW88 :;msim"lJu_[pq=߸׫ɵS-GN6#0 ߡA}c -d(Ah $0+6~zaf( cxRAv E܈se=)&t|jWDfsbxBӞ٦R bs]˕SC̥7Xի5^x|vM۾֦ov]dnTޡ6mQmuepwJm,A1D}]N5BKZK\QغKbN6ZYTC2d)4P2"ZO!$huY1[-'t\Q*̋SIy4l]d|AcZ 47RFd}.`]6jV4S!!U:? yt}Ae?:vu#sU 0?n[RPHwZK-GJȜTsmt}^ST2ybf6Ya9Ǝ*X²@?c3=S錫LyKDU1oD5v!M2j1W!@0b5\ tn.?c3iWG#.DlIGbvJX 7Hlr /KIVm8aWȷ\PJyub0.փ'̂Ԍm$H_S88w&}:H[1nDh3Ԟ!m츠X)qK y ռIjn^xXCz؁HE1wRtձVH*vVhBc׸j*8 +Hn6rZLRx))E7E/@@v1_E],;cc$B@E#x=uߛl}XeKSe)M)ߏ_/<~ NVؖC딮B[8yQpuJf}8סpmj҄.FʆVu85)uU%?r*/L"om^?ml]:sq9Y % PpYKPH^ M ) OUf( "5S^FC<"&H|]= oM8х;~0t yDʦ:Ҭ>{~%‰gJбy{ +IQH k|С{!gALPy4ÚLovNJ+"` 3S'JScB7+7^u1e뗌gH07B b;*JI*\Q$PɁ,sEߤ "XgSk8Wx;ʧ8 zqbC^d3 XL&8΀:LAښᘼ[[͵tJh^}DJ`'Zi(Q5,XN nݓ@6C9R5vbflv_َٺW-xP®OzVH +"!{m? +n`. )и4X@88Wzˇ +`˶Uq'RjhZX$ Ee h$6&ݑ+BFi}XٵiwbhwfGZ}p 6܌_MBN#)~cQ0lþLs>ǒJw Hژ} + /82Nww{֮Y2,C's]] c֮ꍷ1~7ln⌣=^m;c˥,hP[*rPM1:ԧ+ +g> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj 218 0 obj << -/Length 1971 +/Length 4292 /Filter /FlateDecode >> stream -Hn6jg`ҐE$5}r -%9뇵Qr{˶`Dǿx}u֙Ύ__e3*[*Mi{~ ->}?x DUY5YP;l mj.()cwp'3P;joitl8Khrp5"GäҥzrpM zG`M ?&QA'#$/55_<)*+t]vyzD5jRVyZ'"^,o3b҃RD0.!x3ycd/n=> 8% -.( Mc*F Ԝ^>'֥ 6cItżCmCNA+<05z%{7y:Ij셪@ϳG>E&Z]8m = um`(Á7i\|MY0b cW/aUDa 8"}wlԳpS^ }O)"*Ԩ{>I7XF8re)>gJбyrjb!hBlc"t# h=$2 W{bd0 J͙znEC7+n/T]_~ɗqtS#T*&ch]dR=M%A8H=X*', " -oy6usH 1tʺ$]^\ X:曖8΀:VL}+DhxLuu[[]I9K]@FWiP5w"XN 69Q/vf v_ًٺ,wPB1%JV>J"0"ɜ]:?3)в4X:8<7o˶z/Ya2T-y7ؗ\Fd5E=»~W 7ÖǞ bwf{>xnƧfl`k!| 1e(eRQaG1?S;7Oz"g̾HeلV^׻t8CԥnOf̱ nsrމu:[GfOv/o>!3Wc/~Gwvz)TMNFіrskE5hJR4vz:,"[I%6қ%NkLlE uǧqӗc *+3k2dw6LcR3g#f/ tϱXv@ 3H}h\B̺g4uon-,O[&:ԔfYg."~P{5\}rtsLygF>rNw>MasK5c}{;[4) 0D=*V,'!mNui'hoB +HWɎ7Pl 2kr"$An|5on3E>;2K a bWfeŋۛ>k;a^b^YP?η)*Kցw,m`N@ߥL6Arʼ.N/"j\Ն]оd6i +[WjWڦ6UZ@K {=jpX/џiFsmu`TyޙtqWRᒏH&*ps#nqRMab8Jm\~U.ѽPRy,)>9aKr 1=h7"j HYW܌@a0;Unx9dDXbUb闸a(dNemA)pA5Q!īUD JvJ#l* vL a[zh3u:RnFq>RF2LMg9),֟=.;"ڹ1u~P!J +kUdr>㳋P ΰuȔB\mDhlcÄ|k9Ӥdpȍ4).=ggbh̨8/7>[ɢ.`\#zf%3}sDQ1:ʻiq48G!7DD6?0ǠPJ֪3L),7A dcкŎmN9t,o˯K䫟85eL ځMzj2Ciȓ$Bb;RL{0sjTCפY8t:Ul҅7xD$X:" {K43*-.07 ʞ.otܦ'4ᎌDTBZVr-\ɣ* +z- +Uau/1 8X KKǞIɑ9壸RNsB|߫oq/PA,dHN,2ICW#Mϵ>ݺg9nE*9={%?M7D"wN FIIz{`\é96.N i,~X_Q?hUv'aUy [b]MbOʲȉ kY~>E묔M0DiY/ fuƤBF@/ + &!G5#ܻU32 ,9>or+J +25PL7,tߴHC8ư23۠-m4ڌ h+lSKոVv;tqPViw"23 -,HxE +On6ZOU#8el_0{Ʀ_ٶhg%/ ՁFz]a%p(3J)In-xB#i=B!X$1z9pUcصsEmt9NP(eUhIؾgj+ڏN Vc%ȕ)Clu$&rD;aϛ&\fK+bAWք+S X?6)p@$Χ02^–h|uU,mj4݀4`; !GWH^O/TYS'L+ OR0%'7 +6gP@UcKU,L`ݩDG 2%Yh\^j^+l=D>uDIY6BXy!.c9Tau1M@k\,STbY\nՃ?$Q!Ke؜X|W=d2dF Ae[lbA"uaP t! b ^AzڈY.TiBu:,\ˀtuDV,Ab*FB~P=Q^Y_ֵT]0$̤X 4lEu[Ď +<b*IB)7 zX&F!k!mC-&!ni(!<ƢX+ʏW"ߐ)QsT񥃥 MvN'2LߣrG%(|i7r1_M^U:VcuZf׬̷< +~+MM\=*4K}J,ilk'!%խ>,t.GvDF DTg ;ڍf=F EW+KʷwL4onpޓ`y³I¹ND*"Ըv@c Gb^E?U-\KE xI<ݕcJT/pl)$d8vZSK~PL]KBA} OW(Ne29U#cL*n.P$IZ5izARH56*gitU%?B^`c8?TH֤/,klscQqE%ZKG9Q%d+۝<9! +%aqBV88UXQw> P\%=EP scqiv{ׯۛFNKTH:B*/i + p+jWTTN +ͤHJ҄$:s[aړ܂^˴iujۡҼ]S_T@*T@*T*D:T@*TP +A$JuTJuT9BJ3RE23MbݚȾ 1~o*.}k/~w~==3=:Gkn;l':e!xgtŎd1yi\\ LaFx!5X `o_,5FtZX:͍QPh359O;u{245 Ja`^8^j_ 0 endstream endobj 219 0 obj << /ProcSet [/PDF /Text ] /Font << -/F11 220 0 R -/F12 221 0 R +/F13 220 0 R +/F15 221 0 R +/F17 222 0 R +/F19 223 0 R +/F21 224 0 R +/F23 225 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -222 0 obj +226 0 obj << -/Length 4279 +/Length 4724 /Filter /FlateDecode >> stream -HWKo  ED0p3mldktr -v,sؿ~TuUuPkga{W_ᓶy8FUv2nc,\_s|zW<=X~y5ͬ|:6xPRJ3)?xLK?>~BÜW[Ľ*{{o'%}ܭ_{m&WlƘrU[ۭ6c_WsOkxϊg8ߊd+:.E[Vjm 7*&e -v •MkW C{8rD3mvz%TyUrk5`-X !jiʻڠ}U7\_YM!B8Ql6do6_~{_m>p`+W֢rȿ vs(0eޙhAMz[>"']A4aS4HT8~>.{uⱼURN^kNNwu2%I@虞CY*.bzbG %2=d3x -423r6(x@5d3|愥LX%Au1/6ku1*?O6zXJ.dx7a#l.`j/LAS_W"siojN6v>a35hv~%QF2 Jng%*֟.;,ڹ)u{.p!!aI-`պɹtIc1Hb]Gs1TW`Ԋ{'dT$Jdf)]ۤg5EȪ"Z`S3)9FL]M̊}z%B_qy+3={W"j˯qI< _&&7DE`i1'ÑzP r( YoyY@TsCF5JCL+WCXPE -tz͉7 b=<&=P7Q1:d!]/0Ka5Yb--{&Ӊr(%!˨.TeKMl¡jU׹G"^7_.>􄊥1iBACB56+m0UoAAZcq Bʉ["P0/J=. -rܱ::NB| ݫ oq/PAIK@U=6dV#Orx.+{=zRw0`e TarB#XnYV ;; |̪VEm -VNM3k;p25U[fqD -YJۮZ; cg -f0*餬9a=g#YTJ/Izp/JJz,MOwnfRA,jsW`૚Z+,:Hҩ1ݒtӁ~"e1t1uYȷA[r!hڌ-h+lSKObJs9ec]hBK0` o.TFnazJv`4*Mؿz,LyXzqb:A^WX΁# [9\_3+)IR[&t=B (Hf=NFF7-*M% .1AőqB9[_v1<.r ؿvg Sg3#6yҿairqieT]ZNLc}'c8s"x [>ɪmjP EnA^rRXH⑕ -IN5>UwzT$ -sr0mSL -56>ƖBugkX&؝롃 Yp_j~~-v=H>uĉT-[&<agG -u-e°:ʘ&W5\ΖkTb ҙ]3nţD#o_ro,Х2lkv;F%Jh -p ID¦*0q/c=ohD*=C*DqEmJU< t,iXɡu&y1N;J%Xm*j0.cHMo`fe0*иݨ'.pSJ qe,"!zfCy9&09.TPm)2Ƣ)S&)9RKgXq^u\.J?P,t7m:Tg.z-ڹ4=3k$[T)/&DFنyZ)2[=fEkXo|jX[+ -~-*ywf)ۧ$TS/A3>j4R_Z˲RF%$*b7Yreb9un47Xu*|.ֻ"QM7"8\,ur΅ylo8 aG,k@"vvM.!>钇{LIQ mTgW;ı߇bbACp^fA|: /]a4Px`H7vt҈ %߭#@rY/I5ZbzNF9V]} -66%7 L mRb_?#y(3B#ȋ\nPݰAZiX?'E[]yB -XPz\D*9XȮ٧؞!J+]"ø?@3a~Q>1ȣ0 ۬Vَ=|z|>w;{ҋ-NYy5'f>u1)Ujx;֚CeG Bu˩ -k%v^"˜LZRMBu5$kѥlCzגJ -%W[)b) nmB} h59?Om'w}f_ -g$?/yԱuYA nA. e$cʎ+w².L*OW?,oX:*.[7\W݆;0)ߊIˏK*S_&9?ÆWƾ \f_3_d]f_3Yf33fDHKkf,Ǽp6]`Fݿb~Z^`Ƣ's͌0N9NQ"3 ܿfF1/1#B"3pG3QM?A1j,\mW#u:QxwHqNl5\g42^SE uz^q0Wdmc(8n~`KwSTi3{oi~vz,9ԺZ';[$j[:zm;sz;CҊwZV&/©t0Rt;T(\*& -@H,*lhuS@QTLt t+H3 ۞^mTKRM^X*X*X,:X*T` -NI` -`@X,Kʾ~G6C!tkcCGx3Pw[C=}g'y9:w߱_7By=_oϲSwOyK>v:xOp +)BLq;:Y%xwSYi=3\_M-=7ן(rq[2ˇǰ%^eY~7w5#E<_% ".iR9z ߂oȷdrTzdq)˝zyyJVg8W 6x&G.Y*C]a|QBi)e|P)c(EtE 3 \)uTXiS6Y|RX5i|t~Tg%kphYʆLjk\z)C,?9؂v:? &fyC +R@8Y 矩"f~2}pHNaB/p-@ ֣vap, +ޠ' tmdg9K6j֞xqhn0mm%F[[[2V{Gz8`D3[+ ҥPhdV>Dv =alFfgHKH QrVܽ~ ̗rtJ}IFX+E/ay"<ՋCt0*мu&ex`Cel%YHn:cKY¼,gjev5[Xf#ð[`CߣO&Y97{LkR묯1q 9z `! !O&hisU;={eB#֗+ځe7=lZ콉` KhM}pݪ*^4)Ԅ1V{wF9)ShqQUMKmr''p8J)lX~G]05@\_sZ]džkxcVRUGn<`677ӺseA)5@3YЙ]`[w5F*kenaϤ~ub+(b >y0VP=NV'Lg"+қ!X?} +Lp蕠 iFM $+؎WoR0AOv$◞0EM:2e4;x99̒-`!QVڐ; (JJydNΊ%br z[e'_:M 2@5Wz2T FǸi{(2T{xx59RYr!MSB{Г3> Ҏ&fV-mAgǎO34}I@FS ⻫ VltXoر-]f^Z/~雇od#@Y2<r$!7F +5D5\TryI{-e:SDaG'N+AF(C b$`bz̦4FmC4{<[lLȊs0NJ<,#8F y36"hFE-`[ "*wJN{9/vގ3×ZJsJ L0Dj-UU.U vjG3p^ؖnS-wL:ʳA&3CƄT% [-̉CCM/U/"j{CJS &$; ,gYUݹN1[#H%Z]vVds“er2UA wd:D4_@)WP2-" ~myױϜt@e:ɬ}ݶ(Kma]Jk5Wc?*˻LcuM/gz{w@pJpNi3zٔȷ!N*(4*|ii{(kws /wow< NΜlD~#kv{Pঐ _7BqujYOኮ$kVTVG٢[*eEʟx,h/vMI*j'˯͊e4wSڷT4cs_\CbXׅK$*Օwm>D*mux #̯akXo=,_D&3g.>rdGFN%#)0x%Ŭţ6 FD<(\TVyਭ9B :¸3+v\ۄ,qI6T |x4G8ɂ/kܟQh-\Ƽ,z 4K=n\Qi莇2Tf`mL6.0eqQvEpXe@l`uَڄ WqV`3W<44WԈ돬q #ck\4KԛhbGQGj$5 Z7'adM ƺ|XFBV:_(Bli}.d].i*+gӨ9&Ոܫ킆QXAaܔyεK䜩`v#ko1)Pi8x\>l ӀABaZ^ㇶ_-I zi!ibz > GߐWW8 h.[|lȂÙ<]gxcQ/5۶?K!3sfxA #t#.x᛫`Պ$pnVɅvo{y9̨7bx6\kX6:SZ*W +)~ӈH 0#& ae){%bUJ"H2gɼK"E: +qPE.2‘*p\)Y6 )pC1"Ёз'y9RpmVPsyk+bc·i!<~4I}F6r/x)^TVCY%\'s4@+ʆ᜶۫#Q,[d^S +xrA*^}P~ʉ>N4D\| &YuM$yIM@dg^繱[01ٳT +8`''xWNTfLH{ucnd6B$]`7P^O,JH`ѵDSL Z›c~D?# 4)+^QRL(rĈU\[fs4rAɣ~CFi~E{|aف"ՋTT\J҉+ʾ&qs^F&p X_R>& +Hԭ#VIF@MQfv}mܓ%7y&%`uX3K` 2n0}t%-ײ/L"_mN7s>L +t.W"jd(@*LYm>f&S4/]+u|dYh-XHH{{Z'o1uWUo vN1@kS}/O J&!An;xCY^j2]Q2Swl"*µ>n1$r,]_ +gj6@3ƨu5ZsoIֈR2w endstream endobj -223 0 obj +227 0 obj << /ProcSet [/PDF /Text ] /Font << -/F13 224 0 R -/F15 225 0 R -/F17 226 0 R -/F19 227 0 R -/F21 228 0 R -/F23 229 0 R +/F24 228 0 R +/F25 229 0 R +/F26 230 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -230 0 obj +232 0 obj << -/Length 4811 +/Length 3871 /Filter /FlateDecode >> stream -HWMo#  iC?fT5rnfNFl$/?3񪺇tOuի^}r}OiˏWOi%o>7/?__r57?gC/ڥq㸙1睿~w -a8N!]Lx?Yo%v| ),7~OCi>GS{-זA^nXv;KwˇpWx!=)(ioOevICΔ0S|%F>-&./[塗A.9s]V:_ytVg8W\lL|]T`G0(RD^IqBI"g-$πpAdQb@;+2 1ҢPcmKcդV-\ fm(v2Cq-׳Mdb ڽzT~L<7 < -R@8Y T3m>}8Lΰ !8xB=@ ֭vap, -ޠ; tldg9K6j֞xqhn0mm%F[[.-diA׎ts0fVK9РɬPK[ ӧlFfgHKH QrVܽ<GKr:ls~F#, X\ȇ<H ׃Ct08*мu&ex`Ael%YH.:cKY¼,{gj6ev5[Xf#ð[y`CMrnlKJ>"w41=炅4_M(wP%;ݟ{eB#֗Wȵnz0Q{КlUU$!iR cwrPSdk { ୚P5(]buԜ_qUC~i'vVػ z[KVV;YؠlL " @.ck0f3VD0# ea- ȯk%5[b5CEb -4xaX2hVb7A f~\'Ta˩ `,QW+jADv |"(CU{2hǵ#>3騔H̦`0lDGOh͛~h@QR $sq$gX09PEa-6"3@NSEp͕\rE*"Ic4|=qNAvKvh -V)F}.mY,9= JC)9WILqB@HiX34Y3bG Ѽ[$ # 'yUashtXoȱb-]3f]|>7!ΙJW1Y*<r!' -5D5\TrwEk-e:h].ZF&k=PX8I,;=+4QP27Eb; S&p;ӥ)s&(Q#Dfߌd"ZQQ?l|kADL_iԔ!v~e),<՚47V掉L@#9U&Q0һ~*U.U >\_Ϳ6W!8>qY֌i?~z~i4mWa?l|y7{wG pd䖞S-AM:cD&K[$4&z5iv-KC#k?V -sa 5M9b04 ypf9P8ˊ@p؏[Qw'z:ukO:r V:Mv}۽r[ pOb|ϚPlXPу4.yƎ_P d2{#3V咑^ԔBZG{I1k-8-O'3$Wz=*3o"g@yAGwuΕ#u0?8\80H!8%yO%4vU.tb%rbŖ;GnemhSu} -t -}XdU} $R5V$)Sq67kfA;&&g/( 7RKmmpI`I/l(-O jWxh9&_39s^踘GeѝqzN`e ;GcACX@4?̜CKY48+l&n}9Ks,V -OA2Ik0!Mj[\ZFkw{VO_63zO[:?kIoYK#7W/ksEiHN+b7ZCzkh"tVk$E&Mj #dH VQa.c,|nẑѣe -[(68f"I/m,kVms߉]`E][p`qpeEWg; -j2Xk\Z=x_d3kd{^Q#F?Ɖw&tƋr@S.QoCQsG$bΫjbs51x= u]n3WjUZsW -VO@0ˈ@CkD{G-B"}帥k6'gżǜ7f; &Br9Y@jͯ/հViɎDd r`Vi 6N)JkZcSѠώ=Ҧܫ^%iVڅWђO!Ec )|+N].$^>n#C}foWDkFt&e T pIwp-WA -h 0jVI' j1]PS7rXyDA&ґ*=9_:NL#U';󂅬MolGbX},j²+ \$Soڨkm{YKxgV ^'L)z4h,KvJUEwIG?yL hy. ]ȷWS>M -Tt/{pT]q'}ז-S^7@f/ rI.k媏 ;lSfLJr֝ +HWKsJ9SY޲ǒFOؕTbG8hČJmJAGwz{g;ڽr{3 ~Lt|ؽ~51/ݯۯ^vq{p:ǝ7y=֔vJPֽx{χꯄ̇0y)”m%N͒dP6z2ə(aqgHhQ^~{d^ Zww{3šBt=~/5X3/ܚVE2h)@9Jtƛ2SE#jXu{`f7D -,&%;XfW'Wx,,yۇKi*iT$" ](5TjV +՞P0r-T\ڙ_(pHNn?BHsþH|]`^D%&[ =Կ05zOCQxӸ_RDd7A joq.HXߪɵט#5e$B sQa[X傣nU $ r2RY9݁`qycq'o>QVDyA9 +/_#+2NM"&@@ d0Z0'9'FAY.&f;?sh{4t=8[\ +-&y|yɭD>;dW2MA4T_}S:Z+@gB@&,baV݀^O?ڤ0"-8${;F2}. c}%0!:e3 aH94q&Z߇Un^%I7JƘ/9Ùǜ0}HxSJSG8 +3o#+3ߢF*%&r#l Wݩ1|~UJ/YOneʻ ݇oq/=qa;6V݀^XNg[|vE*  @D\Qkh838k'FCZ|g)neRmg> :;V{ɴdU"r%sVtı0\4zj)Vcz@Rn( J}-vKH ;pg V}@Lq,χ + x"(^ cp[[kD2Nd2:9ċcp6dSA[~>-ӗU#.WnGH1op3W+MF*h0@ыR~Qjji&. G]&ka E04]fO߀5Yu_)UgϽe.R)\[8.~V?S;&B*ƚQʌ2?9Q˺kU1y10@|!~FM/350pYh!&Cԗ(݌*%BuȘR +%~M 쬁ѼY +ThUgjPvR +#ʫG eIiOa}V\se{ WqiX7nE/bʦ nL.gb2{w/(21K 8~%p@MilFWr +Z} +H +>$C$z$J1У{'kq3tĿ 5@Cϯދ$›` fUqW1> V8J29zN}ܕ˰GۯǀIr<%:y ̞Yv[:O[S]orļeKa0GZlnL Bzt }n A}[6ˆ0<$EЬk~n);RM~z +T Sc;ղtq PU˫ʩgV;)hiU}WloVA݀^IV3 P1,vw +9=.SǺ1N<\D/w_P8zo1\Vz wךͺUd=k~E?秴p bS[~>,-F&ौ#sɖY@aDiKy]r]T܇UE7`A&T*\1 +.EdJxY f}&7VE7`et|bѻS"hjS\~>'$,Vkz&R(m\0x-'ImP~([Lp4 EPL` +`:[?A4/d)hSL itΰ` _{4!zgζoG-ZVtYCX<tF"(sPZ2$?mIguwwy+rݟoĮqƤ$ >vBDZ@N|B"(ALM#BARf]#Pd͔|j˫XG,"K+@_-q0t_w EkQdoMEs](#ZwM1)"Oh>)sqALe6"uƒ<b+1\=U}Tk~;UuHΜy.FwJȲ$@,$ ǽk"LCD! +װ *6_6$[t[{^bJ'}!]Lﳲ|"FQG\\#wO"Pg+yڼc'T endstream endobj -231 0 obj +233 0 obj << /ProcSet [/PDF /Text ] /Font << -/F24 232 0 R -/F25 233 0 R -/F26 234 0 R +/F27 234 0 R +/F28 235 0 R +/F29 236 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -236 0 obj -<< -/Length 4189 -/Filter /FlateDecode ->> -stream -HWMoIk)t:3ƷLNAvlÏHYlL -RW~z ~YE s_8'6o!n__죷<<ΛἑIkJ'N(x{ׇ//̇0y)”m%N͒dR֞F2oə\,&ar3$l|{l^LrZtp{3šNB #~ϥ57enMia"C](IAAy/j /O8GԴ{E"9R$$$8i2ļ;Bef˗7l>8:ϧOĠ1me+1TY`j$Q4s-TiV9{u0_(pHNNn?BHsqo H]n0D%%&[l2{ 0%znbo~ - >rs61I֐ 9׍u?FHK^L4$8ԑ~Ϊ}:|k>Im422<5*Cᓳ1>ǟ\msL3&k /y:X8BɓJSa!1խ)*qD2Y}-W PA{ fpMj7 8Ѣ&wͩq -!~7R?.lT޸6ڎ-Englq/vp/]/1WBpPs}UzQ:In_(+5r}t'm(~}ڣ\ZwẄl_}ѓw!(NJaoV݀:B͗P)Z6:cl^\ =b]r,fĚ?w0٧ks& ]G/q$ dZٸS v =ǛUn: Xq$3i ,r uLaJב>: "Ȋk|H%D.~D|*Uu*b D߶>k ԗjabBQp[;KH;;'P?o?i.s%*~ެB/t0;r]ŏElX8>@I L=4=@JT5?_OI)c*^AF|H*Gdެt53oH#u r8N%xUv A+^a#lmpxU[~X4=`|avmͭ"9t6k]=ػLirǫJ9ZNr' )=rff0re7d*g÷+3/Eؙ13JRK^h7/Lf 6ǎfb0b}吱VnG*Q־%Bؔt:x`Fזc64sTP^/ߏBj!C_^*΀ʣ o(#+USຫ x - orW~Iz}&];(Uڄ.f*0*`T>Ψ;~; j'q93u(R%ao#Yև||-%vv -ʫJJ'}[hdU XdO3@|! -+/{` Bć T0nYW47ԡd<#>Rl# ݻe~#NY`w@]44U4t=0MK,X+NI5X^Ȉܿede1g~WS_ĖiYGvjט +0lk*N{4{IEwU2oVJ4Td`u!"&X&eLvunKzǠD3*8$(`Q>'Jy - II* Х(BcX'S*VP( /tɽI;CFT*1XG~jrW1>G@hÜM5pd׌Ir]c$I{x$ǯn_j(&8"eyU|t *G[oVa -# ȦBxY|֡`㓍=cfz&ϖe*|Qo$w{ǽ*Ηh;wESˢa*etxmd {x~2@Maſ߮ss*b~A)=u;mgبGa uIF3@L[SȟMz)Ͳzѳ^ʵmAFx&-OQכUhnh:Ҁӂ6hޚL`KHsm:6V<kT-bGGRfKI5 *8?i[F @PRpoV݀:LxRiYpOIRdOTO|e32ݽWYfx - ^ ^6/ >1!6!P -U d͐f1UU*h%gqmI/Ŷe`h*؃sTVД/e:,WBPeOa3QTG2hG-|׈h(!Wen?ۏ^k=p,Sqa^?uDL;AdD=$ <MHڙm"16ior-}* F7` FAy)tCSֆQ5Ŭi`G zweՔH~D鄉_/Zx]+3|_4A%).L06bW1VG)8C&ZV}nWkӕ0W8c$kMv P56DJ4N!*HoDPPj?$z7P ݀ u%])` `y#T/}8o{n䍙 ؆ -z*أ0QGPl7v Bg -Il&xLUĵf_Iz8Bڡ*U'1Ѕ*P$@_b(2 OșM/TG CѭEA{( 2f _@d[e?QǺ)7X)v̈́)vjсI,M$mWxЮ|.S5% Z>%-i -3 9A'wA'Q>~2/Dl5#iW/yH˅'.,Uz.PkA ztFqL<@ WND&[)m]8F~G,?QoZ~T `g -I1̤AۚgS[(۷O/ wM*ݴVZd#rH|ݛlBkψN[L &'Ҳ6 GȎ$`cxgKdD6)%~dҡ0+rdd2Y78x)IVxH<3n;hEIzM&D ?U %wEa_0;v>dA;ܧ$R4*O/vʲ-x;mOzeJnAVL5êawW -JxzqfQj6  ;5-˰өAvj)~F]½o˱pیƕgpNF;#6 -:EmqЀi$DDEVC_v< !6oxmpFMpQ7#$ -endstream -endobj 237 0 obj << +/Length 1619 +/Filter /FlateDecode +>> +stream +HWM7 ] O6VDQȵ=mJ)Qȡ 9O.-һ/㞟~i+}?? i6_ 3]-99L ,8g$ bi{w8VxDJSycc~\-" |8`v.$-@Zm٨I'AGX<;bVgz>:y 7KjlBT1'0s;0-: Yݻ/vv)Z.#0զuk|XbE"n>G;TI{ϱ|Oأ9c6'`DU:\M4zEk ?6 @)&"xd6I=zc#((E{]1  ۣ>b}2g7=&o] Kca2QLf۩g(SC,i$7\K i*7ܒTnsmoBo='tó`|o61 +*Ρ~"&/ؔ<&Vq&iP(:[V8qR T3^@'98uq*35lo&u,TcOo' IP v6fs Q_= +8} U!JWC^`,X#pu8~wjjl~- ̥%ˮ9 ѱhW߄IwCaO43ZnfRlv]-v 6w-YV-/54su;l)+"<'&ySj&L e֞ٺ̜ӎY +RMֺ! 8~+Gh2N1Jh1[bQI^h$_\Ͼ=l?6sfi]y&㼂T K¹3F Sw=sD-ޤz?SE"'iO›gYPx8Ƚc*)Zmrx;3k$9'j(Q=⣉>V(ȃJxʌ{Cܦ0zR24FP2 +An eݏ9J|NMBՊ L;/w[`Q"p҅:UtdU^dm \8>&^^V3ؙEBx?8]b$bPpcJH-:I+xM_A6W55"XUlVn8$j+*VL\W.Ay>$eF*rr-\.vpTcjrj1;aα޿r +endstream +endobj +238 0 obj +<< /ProcSet [/PDF /Text ] /Font << -/F27 238 0 R -/F28 239 0 R -/F29 240 0 R +/F21 224 0 R +/F30 239 0 R +/F31 240 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj 241 0 obj << -/Length 1740 +/Length 3829 /Filter /FlateDecode >> stream -HWKo#7 E`7k(1sJhS`mS.@/C~ %J3cQ5D?~p?`-j5*c'_~s~o?tߝS8;7qOIk?I4~:C1I7<53:MFA4{~#t)/v<<+ʓFm 9lW)&i+^}u@'wkRP T34ibs}dk -/Ez3Dc8 #-m,`+S /,!9H3h\^*uafrb:ݦөD>+t1.}D_O)yOާ3Uxi[W9)[&2WwH&9-%3Yf>TؼnD:pXڭزnFy:s9vq$A xu+@4-hrAP&3kްl-L]*Fd3et&g݋ 5FYA*{rӆ`Zjm x.yAnB@KSBFVgEHqXzob~%`PFM%,2 -h>M v= -BCALПiD{tոq z/||vNa [b]\F=ٚ!}KU3^oo:B$PO[jU(`sj׈hE!n >wBҫ7~*<^ދL]tY/3M< z{85rbk{C}K}G3 k%;u{*:tΓt[&(dkȗt"*J =}@` IǦ}_ѤdSk8* 򿍼;華0ib*ܪ6٧c󬂟9v㥼T9z4m̡o?uZ -`XpUo.]|o/.k ;]WE{PasWJ#{rכuImlPk!uIo8 FQT 􊁠|Y%o)먅iZqʡ=D6zY n C*Zjƨh[_ SՔoUo\Md(ki -@ zFse6:&I #vnNk+¡o\wrYVdL;J{[oԼyaw*M( +HWMA#ool@tNAvl*Ȣ$Z1 AnY(իW?>YNv<;G ZANO>8ۯ~ϲ_O ÓFaa[ !=߄4oB0o?H߄Oq0~TQX4W11}/r}<;\N ?0 jq'Wpr韴'ۣI'3S/ؐh>&SNhإݵA?/ x(kab0ऱA VDX…hn +1-w=4釧v w’_g=)lG {x1397Nt9XwoèhTŸFk:vi/OWI!@ZAV~Qvx{;Cj0S-+/H9]A@5>?ѪN 8M/>#!I!C !K0M-J1sRL30Az ."O i%ѫ OVM^!ǐB}݉0NX`tĂmq/q\^>q^L$D{W!6\^]9Q1|Gt}4)" +?"Fv ]_%X@+NUD-Q]w׺ 73E{JŭW3A>}< +6sµˇUPpVjkqi%YcQ?pVo/)oAҸ0R<[ɝZ+hpXhP5Ӏ=H /-2Rr-#y߬;*gZ&TVg\jRE˾mUiK"'WeNjnVy͌9fo3 FšaY{ f"y$FkE5Cp ϥgh?4Ԥ != WKedžXܓΝnd>4­6ʚ86,kتĒƱEbiІr}C9fDTe>=PRP@iE(YW@ cWeQȱx o2d.})~~WO;l:j' {s夦aUUȼSoEi]C10 bm6`0f +{G²UlO{jBa`6mp ƅzBMLc~l)\_Y_eo_9~oI27).kSLFAx~.TO\,ʎ8K.qa*rT:{+vnU`i˺{J TH (=W̢þ2W"TGhA h-QS@V4DҸ"$n%aڋP 9I4ABz2A32  +c CEZ AF8f!O͙k]",kyLCȕ]UШ|1aPjf2{K&Hr4!"̢DXT\ር}s@B_Rj'*'p x'"g]|~N[60rA;ij +Ϝo7*T5B5e? +?[5# /"}-efF!<$ī(d+(S2}P᷉;.1%-iG2h1N-lXغ vmi S=&,k6U3ۈSGlK,4zkЁg q:0mXPނ_+;ǢYFn)eL`@~"Oo}]BW{\Վš֯$ u.'3c/^sGxq!DOMUts^Wܚn^˚#^7r68/p*Y\DDSPx˴%w1Lg'7La8c# T5 +%ސ(3ٰS7!5{JY\HiY*j!N@ d,WuR5mpA' m} bRKpR%R3pBknNwԨ^5# ҦV ¡QרDA!7?Ǫ$[CtEw\EhsW U50%*t3%i(Ƌ#EQ7>`\+=ԓgJf)b}X%iMtiǥqn𞆅[Lp^~-hAr:iXU/Ð:eXE07v\Zj* \a⊁!VgЄI5xb.pտ[b-bK艞ZE# E\Ó عp+VM.h:dTV=4 +"Pij e@5yZCg  +c|ö`D6I:_4rf˳49cW0#sxb@N6iSΒE4.W!2 +Źy^.i*s0ڲt^X%G*zt hn%6,tW|Hӆ܀H l &vfvȺx))ܧOZzd`Moor'l‚* xr+S3d  IЃOX endstream endobj 242 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F30 243 0 R -/F31 244 0 R +/F21 224 0 R +/F32 243 0 R +/F33 244 0 R +/F34 245 0 R +/F35 246 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -245 0 obj +247 0 obj << -/Length 3917 +/Length 2869 /Filter /FlateDecode >> stream -HWMЖ6=06wVk涓S, ?",v7)XjȪW^:ٽ؏~BtԫSχw~\$_^>;\^} 7+z kG !$ÛMtԟ? oB*O+"aJ&zuq]?+ú S/O%L8ex/R%8߮V$Et%U tpO>|N:\?Cx=t> ;t6TavmC2{w>cL'Au`kU_\kSwr:q6}r! P/ -QSxl}Z5m騵=D`]Ȟ#.$;vz(5w1utץUV%D' -7[<ө>!>*['L!!QqUkӫr*ﷴoo{ahY|?TCD'3aJ(Xq"?HcZn[vPlRl(ۥa[D@l$W#wo=I [@ftYx2mhJhbTBu7 5dOsl,!-%LJgN?YEigġ ]&l`LU' PCN5q,*j,s \M5p1CJrٓ% -Q*RN@cԢ4xytr@Q( N0}d^>2­6ʚ86slMCaIWآjCŸKlzzd3A3ˊP2/H -cWeQȱx o2j_2]?ݾx;.'Ԯnh0NhN5'  -& ؅B0gυEM˪yيʺh#C`>V.moaIy {GY{nK5]!01z6B}BCLcg~j)B_ك_.eG/pfpi`=hOrCuܕ:+1zXz_Gt5)KrXj7v2w`91;|ؠN1 y(;&F/&œQ³IեE0,2bw/TTiu /| -2}-c-50b/I,Ԍ*2PRP c(SšR1U]C[P؀])ǼnL{Y{ʫnR,DZ'SUwBV'iGPG N(ߖM#eKX:[՞-c1y꿧nSu85`02kt껜hqDcBo=<"5a NAʔ[_[|TlYsnR` N-h}JoYn}c5) L?g(T0q`yۜ˾F\Eb&v*W0V&uO+f퐪i9[YS-$ h,*1A*u>-7yc@ \*+-_;D>\j.,&UsҀ.mj=J A{ )m@$X -sJ;HQyEUmf˘:L0kWMC”R<]tp,L@F1_$)zjQ @ c\ܝP3s:DlK t?*J{\o㲄,l:xé"x 9iӲ7U7 ,PttKIw{*rHԢHq() )pfXſ򿉂etd%Z/ą566-`Hu0'"p$&#Mv^ML7~G舋J -\>=~c^Lؓn$ChT TB= FwYH]/Uk ]9x쩰1mcYe!h}8R^%.WX΅*uKYSҞYBZA=׾{iͅvY@DUC$0}3:y]؊%.Lt6V.:YX_=h^6WNp"e]IzhԕaDʣ RiWB yZ`A>d1z>D6+5Iv:[;{ms4%?̺qnb/I3&ˈҡ3|fL=yLDo-L}_ 2t+HM{027и96vWmPZEHT Ry^\nTB~V佢_CX=5rf?/p:nYخ Q7f:#4&LfS,HMH㵯_3T= zM0˦N[UW aG9iO@e.`v} -endstream -endobj -246 0 obj -<< -/ProcSet [/PDF /Text ] -/Font << -/F21 228 0 R -/F32 247 0 R -/F33 248 0 R -/F34 249 0 R -/F35 250 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -251 0 obj -<< -/Length 2860 -/Filter /FlateDecode ->> -stream -HWMo hE#{:$lv,vm'@=enQN8*ȣY^x}?OC¿ -zc;{3v/W*}ot9?4<|o }3p013S7ثpICOJҠ?&֚$C*<K~Y͓p_,D_yi/5 d!]g>9x'0bxXuuvU͍hG iuђh |;P[(l Q{e;d:[貎"p1. -ALUxh죴^htx\3Ln߈٫78?Po1iͯAQb~UW15\8.38`u6C=-OB8QMO|rhZ )Phvk]Tz'IZUѸUx`>3D%}Cz_%*.n f`)@v tU.|@2229H5dCaupK#Vobmq^a8L;{=܋k 1 +HWMo hIeFtH*] xO[&EH_C~XdYnjzƣU|UՏۛ? F7_novPК9|QagooGohrouM׷:ч0SiW88ZۧjXz:*m ~`_k +4N~+k,g<ڇǰpmgin_J@{w <.l}s`16`KH(gOap ^c~FTޚ;ц@iupp>>!vg(/@PDiD)ߊ4H|d3 +dp#*z0 {D4Y);m~-~0ɂ%][!\&?x.dMtCނHJ˙#3\/A0{GGBT.G>4M*i"Ǡh-r'LZ8Xx`V3D%}ucAz_+.6´ XJQlz +8_;q TQFCW$h]f_iF#^B8V8wL{;"y[ }K 1 -I3r,+aߒhaԔ]c%5s@Cd2*!\ 52 HQ<-[' -Y}n!aboS!gANވQVZr&VdK8|[h ߉UWI6jCt 1+Y b*Rb&nJ7tPSGWI@U"h]WM]q-2PpPmJuo{`])R8hnAKDmyM,G:aVu/X#Mʲ=-gWZY͌k&K4/b٠rQK]rB[Ǧ<)VI<b'o1AI|q2*,CԬyr#ZHTuBtSb{T%\&;^QհFh+qRTYB%rBIA٭.w.K@Hx!\ZҊlVu>!U\D-P!ωZ-(Aݟ!S#= t0KHji -n߈WM âićd@<=_}$4jNWwyFkjY-WMИUr=$y[؈6RiNkRш3<E̬JY6f~fV< C6(_ΝN+k#x{"z0ߤ ɩД?ɒOkUl^9pfڬIe&xF5<&(ٲBfzdb%ΗC[5 )h^BoEMq Zef< -ɀE|"~a)~S/)"O%~v ɸB3CHdٞT :Јw[W=F I}L ]>|%zE8b!$4n[h7fgӾhՈ+!\< HQzZLz0 g +g^>My53;z#D5S([kMPX-&]l%lۡU+ւmMؐ9x5~LqVA/\7x:( ӱV#Ɂ+$ 4.sS˄$-9?Y&J.[ ި.M|roK9\+%ٞ{QR*̂Oh TN[/pa 9a^vP2HyE|2PZ fS~+sOZRxPj؉M)BCS?Z )K%2yԱ}ϑZ-(KÐlА8z;á@a&B".\%NSp ^M2Nf؎]Axh_`ӧlIRʥt/D%楶VcW4\e̵V30GSNˠrFD |Q`TV!iI]$i,ġBe"|::,&LjT=m TKhJ}js*eNR%>SV8+KcjkJ]ZeP&~TSucҶYі.0JV,g@F.Hrl7  +,,Ȑ|gZ4/G-Uf“`#)8MQ;E4}=esrPq㇋l +>]. l?4($M7ۑACaJ{y^8Z5PRx5_yhuRyXa;/mơeg 6&/*-#8M߰+gSy⒄ECiMWѯw*/FNJ2tcp۲g3)W,)0@"@IRiz 1I@w薸&|4V1'V]Rd +svRi?VQg1g^N='J$u3yж>3C(7/R&d qZZzJ W s%@ԍ1[yt(IA+X2ڽdMO@U끮Rڌpmz**x²5v<$V Y t\)5+U3 > +ȌD]Sv`F71chB[QR E"4b3w/'+,= VwjSݸTa=E7zj!V4" .;{d 4m~?$SJ.t9@+izTO9ǺVzԆiI?蕇Hw;v"m9&H Ay3(͘ÊyuP?P K#mӥ](x }J\Šw%rWw~A;,]K=J qƱZ~ۤ2d>l +E^O{˚Kt4Z)5o~IG/(P_J6N f_緥ͧTlRَ3%Ww\|9s&wtafdhcdhmL3ޱzM.9o7K:wQxiWz`A;ƕ!ǿ+5 2%ELFM/AkVql;= 3jUhv9QV%v U[-|0b.rEzԼ }yfwjcD2m˕ET6,kOUn.OԨJj9sb#?" V(#;7f|@&Iɢ]/F>L|wLh1^(-јm9>=M13PK= endstream endobj -252 0 obj +248 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F36 253 0 R -/F37 254 0 R -/F38 255 0 R -/F39 256 0 R +/F21 224 0 R +/F36 249 0 R +/F37 250 0 R +/F38 251 0 R +/F39 252 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -257 0 obj +253 0 obj << -/Length 4520 +/Length 4417 /Filter /FlateDecode >> stream -HWKoX%~M Cˁ)E9匿gT"ۯz|W?<__}ڦ-L?xc:k_>3?>z1͓5k88hW .MˋX`r 8S_U"eJ+)hQ|/G@UBF#P5QSEnMòoWQ_5wI6)5y@D4f&8?ݿC<ˆ,OhC㷈Oz[ W~ΙY=k[zq6P00UTT9W^WqnH$:hVi@j\$&OC+ˆqg;$r6!{N)g.sAŠw'|#8= ue:`h*2ܣ´2 Ҧ1#0uaCT2]%4U~@q0a6v*hF N4dzjw,mU4:9փ3╙eE!:_V8-ED<хETdr{ -mF5-#u$L Mv5 &#Rb{W5>[rmf|t^ڭI6a(=-hΠ!´e0R4x'00f]N.yc\16!="zbf~CRNUgY B1ylԃr;QiK|_)b(F_C}DO/ R+Ai*yKNayb"Cj n;4,60 ,W -SCEΝzI8Fd+s&1Adudy6-hcV;>b,VE& [Nؤg]X]7n #_usE/P7r(ƣ<"g#9Ʋe Fѷ׌vwLP"_o{f6ޤSKU3tL3#* -ѐ pMi[JaJ,SBR-Vis`*ӢbXS 6!n+UgkKR!K1nQ7)u $`(SSEj jBk ŗucX2>B& Ȭ8=|5+UbrF]F- lP9[C%1k3P85YLl*K\QG2f|OR;x}@ٓ"q ж#_Y;]IIOOLRJ |82sII9n6|nN0O^X3u䎔/yT*C\GKL1rZ⚄]_%{~xa x]d"]'!tjog?Ymʹ,Rx`:8   _y];PͧWLNuRߣn&'UbKCSC8ō,냺D흧3%.) gm4BcĒ( ei2bhNQf4E583~43ń<1bC]cغmç2a3B0S̸N@.ϰ1nԆusCuh5yKvUt<.y:^coofn+,л\Wolmrmbwu^t}憯v+UPZ_R6]?CFvd3G+jx~yqWR4m&b{VS| -@-ZTd,}PuЁQFJ+}> GX!%$OI23^1oh(L.gdwD -~)$w쇊LjȃL]/h5_ĆP?E[}yKsT daה/X_?t=]"pqbӁ&~~A"}FYWsf9s|ˆWqL0~.FC¥r6ˀ*HMXd S%9 -3"bQDNxll#SGiMuZ[mG1s|}T&C3PeBi -~Q (mG:T&D~n{5#!:c\, }hpk&AV(t3[˳.Mn0Lys!>GvB"hL݉}xsA;\e*Kzy*Ֆe{7HpZ3 8Ӿ_"\8k0[x{Kvp#rl@Wu 4zlBSz!rFdPs#l y(sn@~yCQn=5Am7.!@:-;;@#(~Up˺m؆gdJZ0 obI e5pϹ8Di @k-I I>m:%J$}U;6e誸'Iv^ kJTֻLIqCSx>Q 7b0?2^ +HWKoXͥ1;9(tuWuWRApꫯ~:޼Οnoig䗃[&X?noLs?_7/ۛɚb\poiĴh~1μ' 6 G'اse@yokbIJFhb.4B\GXӊYt).92F't>\j_37_9yqqS0 osDӥ`m,ΎbnGor\͑|Y^eLV _Q0#"AF"gə';Ycr>Y0Ӿt6:N5,)da3[_LPĬ̀iYmZ:q| pa&rCd+dّpvb`AB cf +  i9Ќz,n un3+ ,՜&!nlY !vZdᎉdbZP`P׹Q^LfZ[:;qEUT +2Z2"9EZZ$utbCJxT^DGQ(#_){ _UpBxKL M_*5Dck]mex)su>=~NzFN#acjt݁jr Nr-PZcSk8MF4uܰrFiMV-֪ng709'+Aִq# a΅\:̔OLx[5.[:񀆶2/]k6ɞ'صK6p(=k!9de ljܠ0r!]:r䭹b< mzD7I9UTVjh(TsMb|Et N@-GON1|Q D/ ba$,ت%Z?QTrUQY?j.a~ +fXWD@Se"05)r'rjC}/,*uZcv"?|}VҲU*NJ -Zۑc! te}gorIqp)5lWt`Jl$ڶ'7$[Y5njcEȯ澑C1E<[([Hkqp.&3M'⥁HFIS!0I I Ԕֹ2)i-e +Ow2-*1_4A Z3r+I/D8&ݔ +or@Q抖լA U +T;l36aiyGc*h‡1?e﹨Y{yH'bw}$ A0n1kcnLĐͰ;?tnw6,pEl]tqD ӛ[2A m; t ft0%ްD%ݕYʹx;Q]\&r0SWEifpkOuB,\|F Ár! ytPk5B/9)g7E7A7?<qmSg(-߱!}n*q;F)V#V8Sw Ea qz]˦DN}c&9Wx5ݴ7 TE?< +Gx @?xo?_<\5fZ˂aJ+8c$}L˝?cA'# M4$tS3k\ 6r䮂 '?@ߣ$9Z#r؛=]79 +)'nrie 9yFPaiRe<\~' #<=顣J,azXu=IVl8;8?dˎթcӕb[WvJȆm(݆^N߀dwzK;Whb o9ƍSDEDY h?\g?Ҽ𯴴/cX"%X X”,ٜtmllrnl7ۿۿo/v+;\vڰ?X {ZGH$`cem"S< =88_ϽIׇT̍+ !J:H́}oxᣃAG8e**N;0y(-=Zȕ&ZϪ7Q$:)L]z †U qVlN\ވnA̷!_8C@ތtۨe7m>@// *T? +p8%@O!!(⯡v&=݋Xe\qٺ9W5N кAe[3z.󚒳T"gcS.{ҵMqI|a&oIf_0HdW;d0m0vk qV endstream endobj -258 0 obj +254 0 obj << /ProcSet [/PDF /Text ] /Font << -/F40 259 0 R -/F41 260 0 R -/F42 261 0 R -/F43 262 0 R -/F45 263 0 R -/F46 264 0 R +/F40 255 0 R +/F41 256 0 R +/F42 257 0 R +/F43 258 0 R +/F45 259 0 R +/F46 260 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -266 0 obj +262 0 obj << -/Length 4776 +/Length 4771 /Filter /FlateDecode >> stream -HWM$ 0cmZ(4ā{vr2E9GHJ]*IO?5wxl`ӿք7[}wwoެuLJ,-j~|ށ:KǓ_Ûk=vho5D^?}{/vL;w@=lT"Irk9޲,*μ8oO/O,OgǓ5VTY` 8"5[c/.aA C\1?pAn+N'5 1^2S ~N^ET5/XSIĪ/ ?^;9 ~Dv=, 3I7d7fޗya$o.c%U9RP!ĖJ TsR "H\U`E铄LP-ZJuUu$*GdH-l⮥VSKr-\(Y}*f]ehєJ?>wD^H&W-!Yn`T.cт>6 _3oP~xL1IMxEtNDQoy8Mז5.׫ڷwSZa88Rk'oz&_BMSOri@|oau.nkkU^_#QUzll} -ѽUdb75ֶ -ƕ~_,jĕm Nо֮w6iJy ~WSxgQ[Y4^ mr5vm8y܉HPf4ĤKhT!2qKwJ=TREc`ԬVuiIm4?rvlapp&%7=vfzV~nͺ]NiQb.Pz}'等9=/xc/\r\A&'>Lkv=[{ZuFr9~{(χŕS^"],>kڏD?5DA}\@S+ŭu x[?vMk_)&`Vݜ>l~r7;{e.ofἚ::#0&C9"ѡ/Ja N94Il@/OJ+t&!!Me^6}k'ÖEDꇅ c{,@uo5ˑ|#_XZ9*[ fqs 9W!\>~XBgp5w`9? eW= 襳ozuHXWOKklOHU|
TN◑@ McbE;g"'e-;'ӄn<O"~Ʃ~*BW/D :v|'ҭJ<:!o2.oW[!i`jHH.\e}:SFT|+aYi+N9 >426Y5ECQ(eE(O\ūw1@.RYO1DD@U+HEm.;V!d5xFjgTB̉'A_I)I/X9-ha#hk:}'W7T(Y4=:&fF%!5l!4_'+ҵ&DA(K`fLzҒ}}_pܶDj8Pz FH7iʹFCN&űnfT v)r:rlJ -x\Jak- -j_,,]ZHĴP޹qoޯjo{lngFn{Q-Zb+klo2KuKlkw&duu[tc p - Μ]oF&03Ď)[$!nb\y)G$ds"/¹32t],#$Am[,pJm KWf4W ɰenŒ00yDT5:s~ܼW9'X*aJkMscMWm6` "+pehHh>GYѿq化ЉxxaȫcbN [ЇhԮS>_$LXW7طt)\ F |@\٭6g`/T s%p+vXePɵ=u:Zx*5F`xὫ|I8V'{Ru<,rƳe/RYMoA-PvoX˨$9☃:TD-KC܂n|)8-PW b }"`cle.'U&$|a3 F+sj_8YB֭RG]n>KVCINs->?|sN,x]of y IY[o آ׮_R` <e4z%7౒outsս)Qي?pv[onP#K>uw{\pcL2Qfvj/lRoI>6e} Pv:ĦQS<^ڶlRa61tBd6ېfRvq~8:xķ_VYl{˗$Ѣ')1!p̓e{7?Fm cmWSnQ2 -/tŨw.6ȗlֵ6sivk)q`Dd/`\E ^]p,<1SzĪ[ --58r] x:r2iyFNi`=h5~I4"y@M6:c[B0YvZ=Q= *gEK7 -\ҁrpzP,~~SX4,)5FiE 2J<? Nj(FQS_<oZyFsNšANX3,la) `/{>*lFBI",!2x 4D=ΜL#z||/<(M1dbzq( #始8thkWyL !:6>(GsVCadB lP/|RNp˶9+WGA䰰+lsKw++a^^zom.jj.u{I?_7Q~[@'4K7|=l$-׍~q,fd=TMg2G㝫a6[qs Og5C3XJ o6 b_|way5uN%!K~ dRژy,wf !w"n1N~xp9N]4MA Y+˼T[IfSNh7;D?E1O1.iWb1OWb~ pObwՈcu! +HWM/al@ "sp]7mN-$/!?bUX ;&Y|ի^~[Xٜo o˟<9?޿Zߏ'X[8,nK[)˫u>>!'WB{揅ߴk*P^v.7zr٨D8rXeYUyq(^>X^? Z'k9||)@qD k^\‚@c~߇RPk4bj9{UxUk8@[T^db/fꝜqK_?bc:aQ𖙥^3Fu0ЋT:|13!@q wȏL +{B \sWcb,舍;\0.%3&1RC!zɢ rTJ]*赁xդgqJ,x92[]kiMIQN> EQ +DA4S`ȓ.0 X{IsT՜ù +~s(A,FQa*'oحR^)y5`% G +:8Ra ۥi8zUbP<Q}mVNMf+K>6cc0y_sj~kNRWb0E<%I};!7vbu@0'}u' yI'))ZmQT kєJ?>wD^H&W-!Yn`T.cт6 _3oP~xL1ImEO5ЩHpmYr}}3#v ƍСgU!tvD܉=voCuW$y֢t8U@1pf/HXF,KzQ9D풠CsEoI"ͥs4`v9'eZ_Q%װ\Z+撡xPf}?v]7YQLuDQK6uϽdX.ۦ(-o56h*޺Wn܋/ ٯ'&LǬ7τ %L&00Q~Di)UQr| XEb`Wù+a.GPfgN=3RA UmYirX:fhpVjɭȠO|T7+F2|wؕZ;׀߭֐]brs2thl88Bf_~|cqMY,[. l euZX ^ yk"yN  ?Dɉ!}-ӫ2}9?r\gs=?)/fi8 ko KBn .K <}ڏ]@l +IUE}zv7}n'8d|~Oyx-.s˛ٶC8&a?̸5_|tR>SM˶ԭŨJ~j?/ɮzGjsu®a= %({aab#b|2 P[r$H(9cJ=9}}\v;Bxz~O.5|bP&D7{?iXOeUwz4k#z1|8r Mո Z|ҵ ɠv:nؼnڇ^;M%CHo=c>eбTeVCjf% vwdKTgJ1=[+%(G*󜌒0`kf2xl,/QSjʛx )_@ҬFc`EyKJ3WYZh!^;5y6[S9R"?+8`u=Ӽe$yAz DyfsI4'Ͽ2{AǓHlwq_l;*8UD3b Ƣ7ƭt뾨Nț/h~VȩG#R=nYߟfU'8j&jXFqSNiV {ePJYEQ'Jx&Wjq` PĥK=W8mm)';EUDE +CbweUwYnM*>r5 + *Y!ē܉ ԯֈтYV0AYt +45DEL*tmk?Dq3#͒CٕTU Z`i@j"UZtΥ_0l3&=iI>/ZR8n["s5(=kKsfZd' X^7x3݆W9@W%{d ~G0I̵R/hY]JȮL +e$bt(ܸ7 +oWy͝L +s#*䲅WKbeMjux )fhjMND,u>Ѳn ٜ^+SX^}fwh#FbaGp%]plxf9yya[ ʙOZ,EPIڶnYxAhѫ%&#ר 3JsrQ9)ь JrfJ8hmTiJcUWr,٠1[^{9}*B8Z|yaXd݈mD(+<: yXLՆ[ Uv*狄 .e:(k5U=fߢr,׍ +qa.| L*nAVoSƈ,یN̗KrF $J Fs$WpeC6 [,h\klqLB*dIHr|G6a_͗/pG~x Ї j,fY~B~_|qa J-6`2\F^5$9`:|ysdcd9tزctZ^9bh b 1!+ˍ)[Q +'vWaP_QQqc%0{T^2uC\nP@$CQuw{\pAI4qo`L(}a׌$b} +έ^>Uo3޲!Ihb$~K33WލQ*XeTqod@ 4E6H#]1Mˁ$%mhKuJ&qk6Gu/taoNgK퉵;1gP%|L` %/NU(R̫'щa NՖe%PW +!U*B\X4{K?%']n+2a>O!se &qh +'n\^A޻Gfr>ֆYۚfۓjDB+<қ:OZv",(pMKyb'CUI"b[V1( I80t:o1D }y8hu[8fX #x]sdMb!.AƢ &-h΋ug-NDfts2e$ 7}d:w^. D?ƉpB'w.~"ѡ]126Ĕ puρZN;.a.*Cjؠ^%n;vVaqWh#&V5>W. kE6\V}\~po Ǘ[@'4K7|=l$-׍~q,fdˊ=TMg2G㝫a6[qs Og5C3XJ o6 b_|ay5uV%!L~ dR'uήy,wf !w"1%AJHD\Qt:`JhR j(9BEd;"9OTNiaWn]S2Q 0VO gwYB"~mfׅ| [H[ґH PA?=|\Ũ[t[⛽oD3@܍㟟'7q1V d/jQm}?&O:ݰQ<Ƹ}_d(?Ms\3=ɲB_fvqW# +wL0v endstream endobj -267 0 obj +263 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F47 268 0 R -/F48 269 0 R -/F49 270 0 R -/F51 271 0 R +/F21 224 0 R +/F47 264 0 R +/F48 265 0 R +/F49 266 0 R +/F51 267 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -274 0 obj +270 0 obj << -/Length 4256 +/Length 4261 /Filter /FlateDecode >> stream -HWK$ 0gv鲨WUa1Mk涓S/b?DJՏi|iΘ/Lv9`O̟OƯ^p|3O?=>m,)Ǵƴɿ~̜63شHMd~Blh!u7Dl<~ HG2Id'Mb,u7sYaV -ǯnVB+ׯRFϧ.TֺieY!]Vq$y mA>B<8id̶ҾZx)Pw -OM|c $(Yj%gvQމQ❠hiG춹7 V5nݷ% NFȱ7Ob"PSLz 7u0[L<>,L")t4tG7M ȶ0@;!gxI?6Pg%n=@un@ɂ9+nư89$^6R}'}_}kzsL)$Ƹ8 -~xZgUe"NkX8kӆC0bLy%[C9pLǂީfI\ -^FxPfv9=;b5/)J3 & _IeiUU]tSK;w/h{A)gl2\Vٕ\&=ע*DOlvGd|ǔ?I%AFnUEsW$=?^S䪨g,LcApn/+K248+C!,JU& o"F-;ΥmXObf`*9:ywi/|$񐾌x)e7޳y.:xk"~?dBW*!snZGoC-[:|{ߐ \Ґ:6C l3 >WT)~yAk)ۼ^Vl qcRjJvQ'xm* -PQhXe. -v'A$"2PH?ոl8WPА+afF.hb^CZ!W@Q?*T4]a]!b?2W:QL7@阩sQA "7 0?"Á>J,|aII^fm r!U/'LѬiN?[-x$VNu+ qrVڤvKv ^ו%j^zr;zYy 8jo}kL^{i$&m zc<#mbғ7 W}QQZUeܩ %X&"BV;wY1}㻵b~߻n>i\݁w.C8lIl V Ÿ9ws'Z"b!Q-+JK4sC׍l+L#4l;7`tm\GS䰊0O~270wghp۹9*&M #<ގ̪9 :v;߹=;0HVCzmWʨHKn|$Ot|s22r~.0`o2v ,Q&,{93ZWE;mю8۵-ғ\E@oj ^xdϨP(5x'h H=C^puhÃ,t1g#kˍyjPCGF"&0KBU &;@>fuP& 1sfPRb -0j&sMX GU(\Ek:⭠,|mVkd BA*Xͬ-,cKĵE2FG['tV~)[};}Yzz)DBK0vk\02hIg/۩Ĺ`;.s8 _JQ>+Ṱ'5)r,+%c[V6I9ВNof@5Zw;PGBYjRo%. M=voh-ݗO,pN"@<_; -G>(W!}6)8<[ٮ&Ii)J0Z&5KK~( R#1}&U)\ -:b$wMU(v}IJd-fPfőa:8ht,uyF9-rtA?Wn1 |3l/G ] I/"DVAV)fKˇ>+1r7A_)к=Ig瘛ITPL3=-/Kۈxɟ\s9ZUz\p)LΫM 5܃!J>+ZqJvݨ`ikKpLo?gCa,}~A(#=?vZ0+4i<-l6%6Dڕ|k,Z H (bFnfG`s CD8µS-ŹG9Զ\%9"G-X;lMaH8άvz3N $C0+;x{.b4<ċ3u83f|i4yjk#{Um4ZNHgUcd/tl]pl$!{mJ56W{2 D>$gi2kI.C *627U*蝨Fn( EK~;G$9=QVPP'}֍41ߤyh9} 8;N`<8>|ٙN>m,)Ǵƴɿ~̜63شHMd~Blh!u7Dl<~Wy$4b o:Hea~y;u %O:+[9kK2_&63mm-m}Q PY:ݺ ~p'G(!TfOi};i{*" IB{9_uTDi9f}UPx_E-v`K䢴2_&2R(n+QVLgC#Ȥg,6 Ne|W6]N`3]o1&IM>ʞ@GmydһoӀ +`oiJA > 8HjhO?+q1MtoWD-4`z@O\Yv3 !񒵑"e;KBX֛XfJ_{kuykcE{?XU*4EN;(1浉:eiCI!2¦꼒_᭣" È@8cM|WwTTS.C2Bѣuw֨(ͤ5v3|~%[Uw=8 -T?`-Q dsm`eWrPtw,DPȲO aw4KyL\P4w/]ě-| RgX@#NՑ]ecZʯZ/ÊS9OL2(I5{n&R֓\7iBƯBA7qFg-ˈǞQv='?+R\U,9R|v ^9f̹iYr>} g sC&@4u4[Վt7uuc[uoAwM;reLq+I=VKP]daf]Y<w4+//ȶy-f+곘m!Zw̶3H6LT@Y[?c' joEz< EUKT!- 'j`]+WhѺ\|d*X-A &q<^}*o +x˼!k< +NZ+6ZVEk1T ڽDҪy۠dϺ=cb ^A&d=l1a?Z(rUk" +g?O˼Jt|aII^f r!U/'LѬiNC?[-x$VNu+ qrV$vKv ^ו%j^zr;zYy 8oo}oL^{i0KD *m zsd?8#mbғ7 W}ÙZUeܩ %XF"BV;wY1}㻵b~߻n>i\݁w.C8lIl V Ÿ9wsXn*{j<(q/ ]7ߞp3͎\HҐހҵr9#ӏKrȓ*\0W+T<܈{äޝe l\C؛W{;2x3xB keQ\)"-Żz?Yб;5Hu2qQ;ۻ +%,{9+3ZWE8mю.۵t벝-ȓ\;o猻^sZϨP2x'H=OPvmh`s)tg#ɥkˍy`PFF&0KBUf +&;@>fuKPQ +1sfPR7jsMX Uܕ\fh:⭠,|mVkd A(Xͬ-,KĵE2FG['ڧtޑ})[|;}Yuz)MDBK0vkg\02hIg/۩Ĺ`;.s8kԟKQ>+ᑰ'5)r,++%c[V6I9ВNof@5Zw;PGbU p-u1l}Fk龴~*`1s*x֧/\Q8*AIxzv51tNJKU"J7!ww]r^Gyg3RMAPx9#S_nB8Xx#%k5 +5+N[đŕuFc^Hc_0Ήh.㿩ݸaxH vӏSz,") ˒Hq43|ñ͖#w)˓zvD4SDิ=h'50.XUk.:8y!{P#XAɋ`yF B+Q®,:_`\q{m Bml(OPqDK] OE Va;jh:4{ l6tW$)KT|tK-K.Unfo`s DµS-FŹ'l<Բ%"G^OjzSBaH`v3N $L/ em +;ķG6<ĵ3u*:b{"ly{mw-oF xjlȔ7 PtJl5_;o:> AbIKY:MZ@)JKySP +z'Q$JFvCrעq,ңŎp1INϔTigu#x7Iy^_wc B+LJw?;vTfQOӺ>J,cfKnNd_Y=.ci8)|0< \MӉ0z|7낻 ٿ<̿]Lӯu|C-pO^ 7+܃hpE i d (Z - v4i'06aNAMmdƸ:aոf'aI-(tak&ɾ4lRlw(-o*#N2ies*2vSutZ~L|WPW\eQ)䈸DaND;8. + :v8}ca&pp&{S6QoAh<^ ̭Tc 4;GO 'FDu ' v 0j endstream endobj -275 0 obj +271 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F52 276 0 R -/F53 277 0 R -/F54 278 0 R -/F55 279 0 R -/F56 280 0 R +/F21 224 0 R +/F52 272 0 R +/F53 273 0 R +/F54 274 0 R +/F55 275 0 R +/F56 276 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -281 0 obj +277 0 obj << -/Length 5497 +/Length 5469 /Filter /FlateDecode >> stream -HWKo Y3#tX|#ktrZ KrɪbU=#0fꫯ|{󛿦l6\WsS\azxw)oo/ۛO5eJ!>SS4B]g|>/@-˦_W_/ˉ?(o^ }v@h=2p].W/'GG;>w6-[9%*bnSi/ ЮO. PnCL]#Jk|| }]`yd+} v o M=QVk-䉛.G!G~֔QsR\ Xq p H껚 yVBikņ8xQqBhɀ ٍTNѠl V79C{~tT{(E$N7ݠUAgc?fHj80h%3?T^Y!5G WDr"YMT/ɺjBkXJ ]˩`z.t93Liҥ=:-%XXw}]ge -}cqK;r<F)%7>&E `IS9?hWu\Նӄ+.ŮM@lkd1PH"OwwV)/UQ^_npkERP:tT=i>)-q8 C\xAKn"2-ܣguʹC!Pc$'D~Ϭc㤥WJ6εzTfuJ 3+[Br/iE 2t* ͤߟ˴ۥ uf^o5℔{9$)#R%ǁ?{%ī!P՟5M5¡-%$.Od4(:NKVVo?hCK-f#=? {ckҬ 5q!щqH/|5%XΟ/Y;s= -8оL?4eK`m?窂)wG4+H 㩡Tx<56E+P'xM1W4.c]­t+r QY - lHY;=wI-"CR޴Yթ1Ĉ!-||P' VûIy n;s#4$Z|Bs&0f"Tl^u&^)ⵘKں4n.w_@^h#$ -O3ܒC#<=-k88ZFTQ%w -ۗyӬqTd^ݯ*\8/^fS -<~imȃ-jJ[3z;&8tWހ>^^lCj Ҧ_7:/QS2~k';I2\E<wtF)TFIQ؎b-(lC^6QZo֣Vrtjoi_-`ڲvr`*.*yk0'zܬ-c@G hG@-ؑ4[!/{@4;5l@ }վ8׻uJs"3FNmwn\9(6]ûF⴦ [+e?0!FBx8SzzxfY!PYTV6\3V ‡tCMY群'&1ʨUA,ι̣lغm["DS e=W趹ݞ)ޢE*aK˅i}vAeWVa(ł@qQ{ Z7 +%*G$lD>ֶ8tBR&@c v*7-SL*iRG2mSyp^5;ُMumX%kS+PfcĽ^.m@6{rwQAR%׶街C%E p7#\UmۈnVHaa}͵nG9PLaqSE Qj&vʨ֓Fl5^sW6zyYdQl\2-(SGA˄Wl[t$az2Iyfe;Hȟ -Ɋ蛊|z]q돔ٶT< -1gƪ<,_7]𷣓>~G{wLÃ83øQx%/0!}~w3|pqf8s!~&`ciXZ&x4?i[o8#~Z+Z+7}Aopypbs"WbqڹzW\ݵ0 .عaq7_ rFeA u94O~,lIb,xPJpo`?4 9hY 6O8F;)bɰGN[#Q,xzEɇK&O^JvrU.KnR*۩BB;%wBB&4w)!HɨTH"3I D SLb:Z_[Gt"xoa^#*\Ҩ`ln+F|ĞqL8lq>^F*@.\}#iD`Nw+G:B_#9 6dzybOQGqW]A\F73LlLJ M8J/OU4+]f4Y&/dyM@BS7 hM9hja*Q4sMM~mztTyMEy~~ 7[cۧ 8K/ylD]/vre(kB ̱F*SL[F4w6GM(}16#?qvaۅc:Ue+,t(<}Kox%_bpͥLȪTnd#i{ڟIsBc(kI0 Q/D L H*$ܷ&޸ou-y3o"tep^A;|AO0*xi,E\a\Y8Y kFs!JPy*;jU5 ʹoU SboP}PyvXm,S -888U`uQ4J=~y+OH̴RRZ*!?ZNU뤒8USM]( -hɯ{³laS緌enſ -0M4w<óbDd?yvqq]Vʚ#Pyp6$Fa')d!yUmoJ{LRxhE*}a[!c/Wc +uR9NiR$Twr[O Sb=y%3D?osY,)ܚ>}.H @ob@­be]Px?i59(Uϕ k76. f@O21;bjdI_!(R"O3%[ڸ¥m噳Ң -ӔZjg|{ =SzY5|0W ^NarRh)yE^YO$Jn aa NT7n볘,r\j$iӅ9ҝ꣸Oo>c<ᘲ ~ P(KL};j ʂI |[aCDo$/yMN+vl |r.P; 3f s&وvї ߷K]fp1xx;zHO0BkȌwf5(U -iecdq°S̗q@STFl(%v| ,f79_Z+aÇ5M@ۭ% l 5gS;TU}O59WDun6eS);}Mh;(N6J(]HɱSMMև*#KOi[mPJX8niF}:;ovCs)mYSjo+w +HWKo$ hIz#` f@0?HTLv1tYoo~״ۛmCpn!_?޸??o8߲98}{siüL)?޼ >Ms!}~8M߲lJLk}u: Eq浐hO΍KkS/G_rurrt~pk|W/lӲ%XR..8z9va0rK<R8_?UgW_盟[#.;Gk%+_#^Lxk۴*H X+6%wċ+@0H]np2_eiڃːڻD)'qntn :cN Ƹ[2C5iRsb"Zy Ȫ^uՄְS9,])erg\KMsGtf[J|=H +<p2ewZr<F)%7>&E `IS9?hWu\Նӄ+.ŮM@l iu@e(4{wgB:pR~PVD +*e> Ũ3HGព=QxBܢ 2%(7iD8k+"Ch={_whi+ L뿫9?j$ݛoubJɆP2;PmY{I+jGSAH^h&\.eu8c7+ Hx('syOL&Xo%1H)?*95+$^} to-m, qy&kMD wB _COϴ~4@3^ mP6',-K.ҎRohwDžD'!pӖ`8g_Q9P@܀e .^zk?W 63?^eLuziv::)I\c1\؎gzCReʷ),RENϞ{ǩwR7ZC¡l[@=q0ePOpGe˵,<||p;Sǚ`F -lOb +I9hTNA3{W*M\qV:a{Z%m]L@*7;L[ 0I H3_4RqO'  n!I +qM5PuPwU-+[:~䨒;-qi +iVt8^^WYW4SPF.T)h{]o_6{~kx5E=#ozcu:ޛo~s/m/b6!w5 Ui{˯v+M[%UhO W!=&-|),2vJ5?=QiX *-ݐ.h#r֓Yv%E{%iWMVؼ|mݢݖ~+RZr:~"3QžĨzvMa I4F$4 gQi iQZL;v#*AHrxU^Bm0%( |P[v]_؎]ܹ3S[Ee1e&QeLŸ#0sdaŞPE5Z+S[{ۡ$&)z"Ow8TB~xi޹Ԡ{4zks_0q:PSXBXhbh +s#jc`$8OY ; +ӴAEթfw)CaD6:yP~jh-ىj}ucf~no3GT.[$JwcɒX}$Z?Ays-פ]UqxRu9V&I+ذ 0kcm0rxRCaYkyqŲvF(uK݊ưuJ#$cT "RR;JS HJò_esbOTچT-A 9"m|LuO^B[x2]8)5MdmM(Rfe7At!:KzhrWtHupWe*6Rp7ePG+Aϳl ,kLE6P=Ջį.0]]EHqi򦁺=ʈ:G:x3Q 9(0 +;)&Th@{KUի!g%gb!?鐆B#^cX*5t-\΂Pqe6ČWJ͔5?aWR4pRܧ'hOӨ՝MԐnHXhn~`Rv{#ӚR/8XL|oEtUA;Nmʞ f@eRXp/3[a;'L +* +vp 5e(rTi:2aAnnO]\H2p5\uw{+xb+mFw|A.6,aۥ]YQ ^%FF\񊾟G/h74P̛bܳX۞u IŚpi/`ۡ~ܴXlDTwO3'o؛&3I1_ȴN{tfw?Pf?69aV?E0OJϿCTϯJ|y9cZndFK7 N@̠XI =()z e(nLnVHaa}͵nG9$ jDaqSE Qj&vʨE#z+,ǏO q(6U.zT $[X_w=ڃOP& yal _!8Ys}rl@}SO1-Ab`tfC2ۖ3W!XǘNW/>I~G{wAFۙa\L`e"Qx%/0A>?n`>839!~0֑4,w <i[o8#~Z+Z+7edpD^nS,NXX;0Uf;7,vبU,(A_R>ou2s9[xX(%0mv,uN|X^#ݝz~ +d# (ha<%'Z/*%_j9 +* w%t) &!LAE;UAh Mdd4FJ5r=p0EC}D!v5e@mb03.<_Çmn 8,vvKc  6mm{}N1y6%M8J/B4ԇhWhRMZIAS7hM>hja*Q4sMM~mztro[m>-n\IeOn_ qi_؈@?V_Uik)uwUާ8mܭ0l"P6/#M /UC?k9(U';y5ր_\1x!;eIyN}.z" TҬuèl QDu~z>"ǥcL>VY.@T':;}OaE⩾ +ǔͤOaGUfP7-ؽ@2dJBT9 <A?Xq\+gv^hsڙON32c&?J>jl}P@}e&3o"RV)&W̨3*נT)ܦU +N3w)-I&c8Y*no> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -288 0 obj +284 0 obj << -/Length 4300 +/Length 4290 /Filter /FlateDecode >> stream -HWn[?Pxӯأ,U 0@6b~?MJ30_GwuթsN_:i":7e!,\rZ?[z;9?zuݒ6<~Y|ח擋q?Mpy?0wC߮ϼDpiqẙ!HKj]1/ /I=! -=_ý<ļ.2ʳr/;n)ߜ x/4rJ9sd[Gì]^7|/j7fS1(ny; -\{G9=nǿfib (Z\|6ihODkXtr.> lnG C\C£%:9ϳ0Tj]蠒u +WBH~ڭJZnݻ|i\m ib!$9^")7I - -K.j"CФ -ض8ebE7'Wo7ә&&+ScIeɅqoRX -|Ҹ4RSU8Tח:L⧊\ +%teKHV9(K75y>].s8m:{rͦN>J:1AEE%;߶D+V@w* 7D%k֋xYiYb$)Źa",oQtFPQ}ܙrI37ε.To^]t&^hQy ۷\dkTl=bhyP,ucE)R%QL$aX(_wor7Nt+|mk-^ sQ&[vPj[w Mcsu(jz1,Ӑ{3[Y|q]>Ʈ۱8|K0-#BBhҸSIv05.4̄>RsIm<C ?-^Ln[' ߾=K_2R -a'iPV;dBd<E:4&As++B}/֝OL23FipHcY#5ub כ L4SO7 d;"f^NH(0iBv?lHv7O/%AY㼹&&_m|Mtu͡EIU/2, -1eͅR? P䭽ې̉@4,na9"2c!cͨu4R׈YByWR/\8XnܱUlOef0iaR$QP\h'M_p}AY(ĈnR#7a ,; 0h'UMG3f#)(*2Hc^NOt*w/>ቭPY$Ѻ?*gھPLaNz#Iwk`&+ˊZсaIAyn[˅FG.*^Q}{P+%ʅ1#"I252sx= 2Jޥ~MX׵e -Ɇ]SvF>,jO9JVi$8"dfLzȇ&ˊdӱEyc.x5\ -6tNMA뼥>7#8-ϗN9Xp]3o)k[zܲ_ZዎɦQӵՐE;.,"яskTmy蠔G6/L;v V+V2 fEB=K\U.VD)4VUh",?ĊLiB'0ܾ~Zo1eI6eޙ^jF *%^SI@"S. f#5W3گִd u 0nY^*2%M^z#c_ȳ`iLc;ـ0<|҈&i -SCɁ8R4CS ^J䩡LSL5 -Б -+H5^y립0PVU2;as~9&eBZ~$MS!:Vu1{VY˟0o?c͂ݮsnqÂu*C4[`; -Ng JC6hF |0orux 2Lgᓥ -)\jz>%V͆uF+!`% ę?:##"N(h:Q 29z5P;gL RL% TI#ZSVMxnЦz{##xk}Po/#DOǪ{`6a6 ,rE9X: + a}3L^ w۟mكtۺ4@⫪pރZ~o?{)?࠙K=nmbAG/XH-׊GDdyH8̏ -^HJġNdzCSDwƚhiP 8:\/2|wL#(}d$7F qg*x9WIhRǙZܫ9P]B`ɚ2k[,uؽ, C1+ !;J )|a$&U O -k+FkJǠi *aKP\% %ai+0#0\HD,TZZ0zֺ61oA$Cm_2D0إqVTDaAsM o8+8C,2bgAi `j"'3U`zWux#&{THH4i8~)Rjĥ6ży) Nk"R748oxA"FgMF m9ӆ"A.b{8bG>duUT"Ī3̸̈́z5chDgܱ"DV@r.ҝyYYoyNP}f"UdWl w}no!ϭ D̬[ۨPf9\?$Y< |s܎2%${C(8&BSK+P+p-IRۍCeJb_O}o -`+[z2{\``W=u];lvR3ڻE G{R8 Lopj F$_`FpVx.e~:3QLk4o.ZʋN,v2HUnUEx虵49/̯gZ+ @mi]2#=8i$JRZ٠H.C$ 'M3B 3JfBvղx7|ZN4!dr~;㨧pL Ȥf n&蝍^wDG $? l'@o@Nw-GF} 7^/GxNـS -.ʄu/IZ͜H#L3XfebĢ>e}$> Mn.24zb'%(`uL\dϙJnl/ Gc EeN-pk 0;(e(oyݽp"!%{8N;ʗHYXj =h-ݝ&jA (ݼLYoWp_7 7n9$85k3948y)!5exX(ZXk_7'/J,epl0'fE+`V[?7m[/5X7gK{οʌX~U#`e @~x@ ־uPa-K'Sp[F1~9,R$5`$2Ni4hk|b#YqECWv*V\݇ *O?U0]c ~LhmhF. to-l ]tk|nXC]R٥DzOuǯo -0Hw +HWɎ?Lt7]έ P4)0`q|2`|}WfY=Ӥ,Ȉg4pvnW.sCZvq²gZ-\|=q B̬E_^ lBDZneWXrޥKcR0/>[^fB +2&ґr4>2>*wTFL̶hprv ?iⳂ0髍^ ;˒ 9Ei9H5PƥȌ(2Ǥa?US--S?l^b?jdMDHO@ub0)G97Fkܓrٖ?T GIP'&HȰ`g떂hE— +NWxz/k"7-7KQy@ :"L堰-؈*JS-ҫ΄ -lǰ} $,eRj5S -OZjn cRZoz[D2%2MؚAH{/M 77Z\wӯt6yu; eZuG,ȷn[-JǂT('>')am$_5PT<-Lƭ2cxhjdhD9ń]}Vw%xG:4m%~&]*IhPVdC8d<E^;4&,BTJVV,Yy_X[o51(f-jC$]6V'jH{~Mܢ@uq_xY0]%qKgzEbTšDz/2yc]l($ (UHޢ+܏N V 、6q2*S?Jt)oJt +׌U9KOz#4$݆\]dNaqs@9 AkFۡ߈pbFX\NN$/zBǏu $΍g^fF #nmo&G&xrWz'y$HyK;BfL5rƇA ifDRp9US +ؾO +j9lA'1zualS=94W\UOƞ7r eWFjvrՉEpu{HSfUJ6Ghw~i$1tf}»Xג%8=zþ7U.!>SC ++$qָ WLyv/:(6aז*֣ YVF-JYi$*'))T3cUW\x5\$ +Ƕ'ڴNģrW1qV)Qy˖x궎[\9@_No[QktEZg LVC8MDjaթA)jL;zUoV%^2 fE<=K\].V3VTh,>ĄLiB'0ܾ"}Zo1eI6eJ r5'GM)MF?'H h75&;]^T=3ޖ a향ʼn"Se' +=J9ۍ<&4V W[64J#)L ٖp$hKьKLԯ{)2M1*@Gr( m +ԈzU7Fm=eoww澡rL˄ZnM(\أc]g?-Ba>Fm7kže (Wi:a'k,p~C-=]гI\Fkա6F7>\dL7:cxd,Z_Űq!۝9Xɏ~'6xf@ ^$cwT5SzF85UjtR2֬Uswx;=ir.+&p_:m?^D,>]t51"@5{H7y_BcKk +~W 00zfR^@"Vڌ{mۂJCiX9~w|K#͖=IK$ +=oP<ǭ V-7/Vtہu;d@!bAqxJD֟S D +{zt*"$M;~lN8^quFַ:CQ@nlV^/GxιقS*e:8%aZ* Gg0M +`,:0!.ՠq>kJF42tq:,.t^ǿEA٩.}F}n"}8 I/=Pz\v"! -! C+OA.^' 'rqWZfXϋ|9]؝ջ.Pv݉}o#:0˄av'Q gEI#@|6 Q2ckP{]{693C'iRLR x}u-E UCql7$i%3xӶR]c[f7l~CQ˯v~=#7Z*edμ#~f.Œ|PFj&wlWRPf2 t > /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -296 0 obj +292 0 obj << -/Length 3054 +/Length 3031 /Filter /FlateDecode >> stream -HWKo ʴn׫_@ 5srZ$,搿b"F#/iuHǏ?_>~]=]uOr2/=xc6tIcw{e~7yf ef}\ 3bb0uSmuב+) -}O9rBkV U'}1C$iM4Ȼĕx5Xdߧy51efZ E)7R:ZMrx@Z3iň9Z0srZhl>Tn׆, -[fr%dd3-3t_0`.RlH:o,Sg~Z ٛ" -<<۲-bQi2|h̀^Y<ކh.7BZ}sQ!7"׼C^GZRF'v(1Bi6njz$)FrF >r@E,Oe6 -eN&v1~wcpJ~[>I+iR+!PNF&tOxm@HEE_~֤J/(.Ea3ܦ"ix_ Z6.eb4KAw?RKŇq}HۺC#mܵ@i*s۹̖le -\!ӄO\RL:\w75k#b _Ej-!Oh_=R -6[)O;ausBw'z7*U1.W#E52}]E->}1Juki|M뷚U17ZJ=B׺pM 0Zkk)3hހrGFgq=+}t+vΉ\DV 5@$Kvhu*r/wWeXĠTcU i=Owp76)ɔvE$ZDmӲ b{( - #ި{ -v"M08E3'ә%ؤ0- ftV#{ȃGpd`+~B 2ܷUC -tG]l ={cUZxk8ø}ƌ/~4)n1aߡpݦ;N)&IoSIةx5*.ņ/3satx9Z(VͤS[YYmZGen셞g+=+pbqOż_$e BXK|B` -sd?TcIK/vuD9P󙬰qǮPSBٳ$s6yC\"M qtT[IKi2ac7RJY.0n qHV`?g):W}w*qd"uk[^-uj a]Ւ 1STSB:-rq -csoo0MR. -'jG#Td-zaɁYuLܹƱMB8+(>ΫUWT1lۀ#X2O!t^ -B9c¿lqlYX{Z7qT]l$,`ӊ -e+xE+(D{|劁>qIaMZP1H3<1+U ,R$e`6W/C9FȺ|땯z@+ ͆nx=C+=-bX³^,rF -ȼ"Bwc -mK1dz!ƼZ12ŞzOTDp;6x[zH&B%VažOֻ9RS8Ktz~"\ۨ?+<5S!)04d|Sw-GDeqwF˗מh5 Z;o3~Q eKInp7ZYo}C+(rYt2qqhd-uUnI&[\_ƃX4h!6ХtK!j;ݰD֡:_C\!)E#$E\INjn^IΠo҄O8kR._4EnpE+FG€IOA``ڻǏyvr3EE +HWK /a6ӻV$`X +kɈ9X$x[$Y?~e;˯w/'Kޘ)l'Mn;Τ?~{{0exntdN:vt o8:M6.q9~߸5P'`ؗU^ /TlJZO+exD.k cX2b.T$[2bVCņ4iudl "6YnAsT]b _1| {n3 <?O&h^Nt?OiuyXiIvv0Nmfή/ߗU \=/$=4v}q:Xfzje(B SZ?~cNX'X́%X2 Xe Y"uC\WռǠ +Tg}M3wѬ0w\ iqqVGцnD*KFZR&v (Binj$MFǢF +~Ǣ@E*O_6 eN&v1~octJ-$•4] ('hBZt#@ 75nhy5G. hiWB9jŞťR J A#̆5[|:H:!, Q'9aHNx cY-͒pP,+FϓElFa\_Ҷбc?vY1(yZ + qnh$ML..ŖKkIzr6R_l 0Հ _4b+yj.ڣ`% n}Ĵ&[PFWTgA*,&stbA!+eEx^픟 >0Ӳ;@7C2$C  |7ȭzu"B㹨bk.Ł/3satx9Z(VS[YY%!6*.\7VOB3 +G؞[81xe}'b/ultsD;L_{/B)~!Le `: +j@/x살9KRBLj~= (=+δ=o=1#nJqڦ;j/%2joױm c%0%-?ٝ1bאc4LZ4Kgіuerau:zd(6 j8 s )8n$DII0`*V}w& *dt,GCK= +aCXr&;dP>q~N 7u<˜[뗥 lLIZ;"#~KC2 R=90\Νm\ۤ-!b缋^UZB'.5{ۆc5XcKSt^ +N9 fAz%Ծw9}S51&̆Gf28Ph u+rA%*v,\{$^6i4" ״ ǯ2'kMU.Vظ\|/Oj1RWFW|z]XNhNTvðgr_ ׯc +:{Lˑ) Ɗ!ʘsc]:f Cy}|*bk'6"iE;JS٪t9eOc;PQp HI>YO!4ROUtmLH@GP;,$Pv3+[UMg&J<AYb.:GUA#:`l?{8>˳~sCp6Djƾ!D1-Q7BmhfEW> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -303 0 obj +299 0 obj << -/Length 5573 +/Length 5443 /Filter /FlateDecode >> stream -HWn?(p 7Exzms*  "Y(G#@`\ZdUOO _qr?b4aaTaxH6UM秇 ΏV7RPď&dhM(sJfb]YdvwF]kVM&I?(rQU7#acWiCd]tKJ&ѥj-"KoNWfoR7Y E)@z5pM4"'5-eGk|zinTER╱c^q8Q͝N̽4pSt*ݝ[fRJ$ lzPjM19#jrֹm_m47E557Mʖg9;jw+e -7~hrHUҫ^BznZnyMSMtƤ=ZƁ$GfQ;iUe+jSN?,ݨcg0Rj_5J9ڡ|)oh]L$~"c6J.FoNo")zV}4*8 X%011rWftMx.hĎ"@:$NDhh֙w^qT%|&/<̡nKF -FM4*}yaR3FfW/,֓F/kݤW=%짼z*zJ4Ӹ^OdM;LB/5M?ُETrڋ8t$V68w8" #p)'҉9;\kibO(F-%Q̉jMFU^Uph4S M=X@Wxhui5Xۂ(Cx*b ׂ !kFi뢕>lyPwj - *.2c* -#maT+qF1bg7.~^jְ4a~i -9֬ 䡩mX>C@u}(P DBh'EfXܫOk;9u :DX&6T%*'htX%v ~q  h9,){ 3USBݳ0slzƖѻSϚX=r4HlDԐ-"wnT-$61 ,ȅ4eW8F;P -l%|,6M01 ""Y:@#0OHFȚ+ɻؙkNf/!!Ais5%!U(;i%Ra186L`^vz/G ;^5dH lZ35GPjbӄJ t:Z[D О:8K hʄ/Irbs?CVpA +HaׄϽ5A TMDy -XzKHI^3Y`0!9YCHfM AϒpoyƖ+=k"'@d\O\].]nׯ~=(}xwvo:osU鷐轻D?#% ? 4a')YgnyBέ k03 av?` Ѣ$d b3v c/G,mvX"+@`{КY?b&U0K1K"Y@#P&D"(^0~RG +)zױG :T6cJA$Х'Gp6U,G G)D1Y")x\ 3URBݳ0ZsTlzƖ~քb äAb'`LtXa:l`* rRTЌKbڼc!F; -lp -%ZX,6M0rО!\E1yBN.Yk.-( V6ރ2ٿm~{FuKEJc_F; -l@ %b,6M 0ĵОA\12!侜!{ÜILmwϝmx7 m82X;R^D1nS#&@fX0Pga!-,8-Mwg  IĎXZbQ}6X۽a?^h]y ^Ă)YяYPw etޗ?ӑ"qpb/U^w3SF|6 -c=l? 7;bӄ:%9Hr>9W'Mh(^1ekWC3/2P+7hiU[B94V͋@6#_;]j~j!}ҾQbAqY#*#zCxkK_tB_6R_BIg/qyIȕ4{Q35TP$G ,(t"x~R7W'HvIpݡ^ -7ܽ䋣ݞ?GRTGGadP-G\Zs"|RNYF) j\!&t љҀӃ"; '~%c2Wd55 6&M+|=ŔvRG&n[/-|)NK^3jcC#`GxjGsVn#ԐP[L qNPIO`x4X#:EoZNE(ʆPY[ۯiP2&gRbG}NIZylj0;s(*k'&O\9}KsdBO|'6%^ _[+ |d\u_gac5h E -@IP-3~zܘzScI;fʣYԴ}` -+e:hA2&ŲA90)pexŋOQPM'h z1Aqsh ީP7> 'N.3u.!ҼҨ o8\EAސ'Gs` @ (˟: -D矩k]z%p7ae-/k_c~P&!P-Fiw&y0CavdUW3L,ÚƑ BA 󟥌%-I,p+{ݰسCűKZzIZ##kYǡ*?Rh uDʂ}Oxky\UrK4jC0z ->.ayGucmF~gk +HWKܸ0A{-^;ا H\6*1V=YUOO2Nw4DU07)HA$Џj0N@swf9nMsvBJ6~WUHI}̙?lQBн!oZ*}0 Ӵ|O>g6ٙPzo[.ET(7tBɣIz+Uh(u4y^L+2q`r3UovZيڔO خY'%Tz ~~}'bi{~w}CL%o~"}6Л\w]/x1#0j,Wќũ!̀Q؏sW9xׇ*pAM4{@|w 'j֙7g]qTҰڗ%|&A/*y[":,h!T ++ %2cɜ +paSf%lB \[(֒F+kͤW=+%m짼zzJtS^OdM;N˂鲸ċG[KSEϼ}hKXh(C7Hbe׈3 aG}}#T:3;gqe^5 S"RbSbqo$RЫ9۬V*kL3s?CC'MKu$GXE5S@K +.2KNIV`o]AK+dtFJ0TCRެ:ï2`Xĸլal9LNG3}y1F@&$@2NJQܫN k;9u A\h Pc+ +Xz2c % 4S3bt2E&;4`-DжcGỎ0ܛga!-,ě~5!±{0i.ȧ5RCWR۪qw r7Aޝh; r=ΫiggvG֌y {Ů +st:fR[DО88Kh =?Y2v5;y7;sm%#$R(}#'KD*;F'S ̖WJV5(lC YR#jL ,vUaj@cj(EԀF@&ĝ|H{ÜIBxذ V}{MZYn ZO%JD@WBkI|i?x& f"$'Kc`1C8{hɜx۔m,\=W`9/Xi:ҳ&鎘{0iJO!WtE0ѕN醼o[p~v`~ >~W|6ځ~Vg{DК9@рLŮ +s89L t +=sCqprngMX\ueŇaoCDgG$U_K P1s,2-r^h%d G,%$KX0WY,N,QjX3KgYL9gEPʽja"W@3.ʹ]>4V}mvHȠKM>/즫X;@RbDn1~S#&@URBͳ0ZsTۖlzJdz~քb äAb'`j\{otXam`QDTЌ>h5o/%lZ< 4+@=)fJ#X,vU0rО!\E1yBN.YK.-( w^6^߃2ݾmCW +/ ~*[,Aˇ#}98+@=1fK#b,vU 0ĥОA\1ur_NPʽja릀 ~[ƶm+Mu3~džjh(%Kݶ6<m dN_*%< 4WAm̦gl4=ݓ&&sO& ;ړcQhТlﳣS6C}6hUdqZq^ + 179(EJNln2׷m68guh%拟6wĮ +s?<]}&I.#0Oȹm5Kl03tFpouaWt`/lK~ \,4`/lYr#. ,vU\a.@c.(E\ \F@&d0ر?)Γ 3nC]8ÆE(`5sBgym[M5mj7ONHNpbI~KGz(yt^#Q1UzH_MNT/a*8(uR[ÖIc=raAZ宲ʲkS\E|I#_]b~j;U|@oR}g\\dqߥkjY,.sDΜu2 +zh!qȪhsOיp,c-0/>6CT;p{rH 1;կ@#U9VU*Vzf5?P=F2l2?硫3`iSf&[ϳ0*S9Uzeȩ}R^HRJشb[tI4C#"GdUBb1֦slz dN Z1@K])Qv#+⌽%Zc0$l<*c45-~dIQ IkZ9ndѝ&jqdfف@RKaB喈.cX"6eù;i&!Jc#M8}w G`5[2Vv r5w)Y?>;:IF5A-H߀4`[Rjaz.:'tyX{CXNOv A+ƺPͲ :DZ 1ĤÉly nRmeHBv"+#tmpK}\{ils$c]kya\0jl@@5kdv(nrO'#/ 8.kM]dƐ;#$e25 fⲾt1DJgXǑ۫.Aa(hb1v+NV ZhIlerKxBSu wk`Y!?#@`xb*TSv&$HP¨F=-j%Dl6J@Q ߈縓&+O7hKԳr. N39k95MU hZ^(4E.T2W=x2 )πf-*%^U M$S@ݙC(}K>8~JRs\F6%k &iNM%9"M`7$H֓sVpǸ}7M8Ɠbm߇oN%mn!hQX0ÖV$2@f$$QMf$YV(+ \=iS[p#(rl4H-] lQS&\lp|;9e](Wa {Vi y`.X3 lJzk[TTo@R{ho1-,&bY4%L։yd*\t#εKk@ +D(7hBޛۯ$2%$PL#}[Sfʯx%X\PÊ}Cnډ}14D҈PYj;L+r Vdžv\Djdv17&Rq~~8_#rG7U$1x!2`KMU]`5Ꮀg 6 s,,RY!t>ڼ֠jxV:B="⪺ %αR߅@Eu|9m&w2%F-X0.'lb*⛁QkԸe,-)A$zWIߊ$:97ްN +!L|`äݸ;aԋ0Y12-S*Z8^;Of/{a`- 0 tv_Yf 0~~dCKˠzEF`u,pf_n äfpk.I,ޑ719}nu!i ?a/5(48i}zz#"CwWR269T:#UD*gÓ3v +KCkr'҆{)gŽ+l]>]}߼6-5,PduC.h0{HhƧ *g3_kwo hKm_Zg[Ff ]`* +U-5FYcšW^hWqY>vY;hDm G\"_X Vr;O3slMިu=Co12|ZS,aK;>wo ͷW-$ endstream endobj -304 0 obj +300 0 obj << /ProcSet [/PDF /Text ] /Font << -/F73 305 0 R -/F74 306 0 R -/F75 307 0 R -/F77 308 0 R -/F78 309 0 R -/F79 310 0 R +/F73 301 0 R +/F74 302 0 R +/F75 303 0 R +/F77 304 0 R +/F78 305 0 R +/F79 306 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -312 0 obj +308 0 obj << -/Length 4573 +/Length 4574 /Filter /FlateDecode >> stream -HWIoiDMZz9rJir2 rIU5=ahKu{ty|0;;}9eg7f;awIsxKno͓GknYFyw%<1ixn_; O&\ @~8^ÿ%>ZlɏuΦ5qC`Wqk:-2ŽX{H7dؤZH^fxmxw >=7NwᖡQfS xarI-͹A~9N՞d+b%c;={-~zNjW=u0wR"?x9Ʊ)JFDAKr/EI/l & x~Y.p F"<(,º{Jɤq(ƪi%TINmqs,*h}+ qUdk<8 (z˘HHOԇi*_Z0|MmebZaJc2k' 1JGv" T˲](]oHI*_}a=jC -θ0g%5T:Պʿamm{ 1$4Bljcs`"\w|aEcU:nB"@ mXi -Sàf瀺ȤhB@SK&jFyxjWf4b#b ^bX }uIЃEflXlTΒ՘yT;[X19nEf\a]T3\zIY!?N^G8^b䕔(4 [9g/_ 1V5ČW9֌'ۧR v:"+,6!٤8HW2Qf2 k75\Ss&Qk`V^P gA:md@otÐ.aũcxlvA[֦ iaIJ2ēN 6<Dzu,AB5޹rƆ9O6q[W?#5uUhqEq"l O[%Cc`*_jxlnF ,npnvQRu7NA(xJ||;;} 녡vڙW3bw -GQ|`-g( -_B7¿|~n˔m=l -zR .pv]M# ~LH2hTlɩ%GSb!tF87G?$aEfǾp鸂͹;H!\GO ,pKnJ@ lSg 钧*& 50{بԍ G)p" CaG#e3q%a*Q$""#2y*A;ܴ a -f#!8o-W%1ȞdR wqOXvHcG"̦?j31&rJzڍ G`ltFF;cTn/취EJ<޴i갉3 K4dSMϜہ S3-lћE=]_YwhZWAԣ+)Rf*f>.W5XD JŨ bu n{lqT"sx➅Md ad"X!Q^;WbCp̗$J5EA-Xm(2,,&9BݹJdkؙ}">btQ;Zۢs4ҭeO\PƒWxePR ZAPTva9hgL4O^-eF .xG"*,C#P{+QwٝݝބϘE͉8agH\&ëvDPFa ?fDqoij>taǴ͊iŧUjuZFkSA:J] %^T s|WkZ;s:ۉaA~m3VM4$fS'N&T=&bLQI2dJ!b`wa -^(]9 -vymciy5^ -?xGBĝ2Di -;[ɧy{LL.b4鶅Yllmꋁwp![>R"KTwT!_\)YKzT8x=\@%QbEX~|bɶ=}S$NaF!!b=EK <ܼj[@ F Z"zΦy{`9eѡ[t2RzJ:hJ'TJ2UM0,&S AO椤Wb븚 >4%\ϻh9Ci?aCu|nFב]-ླྀ۰Byds܁z`%!7h!n6}a.EEk46#Ǧ# F -Zoy.)> x/R1kD('<5(ͫ_>=xQoX9eQ_߿lቿp wC{c q|Auo\DzQEOGR@LG:ShWG&J"gUur[KHd$.8Rh,pI^޼* V) ->f -Ӥ%w"$ *4G(Vs-u]|Z {ݝ33N?;Ƥ{%Ov˿Ϸ7gcpͣ5i,_;4UEů:,Wk ˆ8ͽL^9$ԞkbeJ'$2qHHE3)ė9|3}e@Fra*Oa 4ipwbs +'ף+[V صex\byi>Oq +pI#rXi䜉l8eAFRPc\Ir%MymS/fJ'! 9n0N2V0z=Ijke!㨱9eM;vy0yI 1y*Bk!^6NkN۴nwZ_LaB3s@]dRRHn!|%K5Q{<<5Xl f3Nl1]/1Ά>ǺQA DbcT>%:v7br6݊͸RgB?~xp2+)Qdi=0s +^b#j$rOO9(NuDıWXm^sIǴB ;U Gj% či"ԳIa8թxW<(BYJNJ[0a:FfXj %]Ж鸠F|C": 7E+u;nOwn\aj]EC\V@̈w ;]Z|Qj3.hG+>ɇoИĻ0;E)通\}Q3'{(]ԨT]gdv2?N_nozav&ՌX‘ál%xs6Y8—Ѝ/2e[fԃi'q +]WH㑃L;0Z|,)϶ErjIyg;hy"Z0xO) rXQ8ű/\:aglsNQȼ9|*1WKR[۔B䩊 Fki7-0l^{#3*u.Q1\wp2FuХIh m>e4jq07Dk/W][8PUZ +  #9NF 0?2)V;u"[3m66AtD. ~w% t;-=:)1wVk}Z_2FS!͙5dld0i0`|k )1=Idv PͻDžC:Jzdʚ*ӏg.ВɬdDʂ93hȑ,Sy;)G +]Z遢V:A[>VvnԙZ d}i>d +S+ߧEӘHgp=TxwTWk!WQ`nR [uʓI8K'C\b ^A8[ QuFj$;i:NoAU;rV)lT@݊yCC%q+דfO\eXJ| H?ÀL4|9yn\I,t!MBvrZ.5 +Pb=B`O4 ǚZ̀fk'dmX<˚ KeǍhwx^V- pQ]erOiY0ԑ'iԢ& +9cA&f-MyL&@䁶"[[!^TCg7'6q5-90,D适П}Wok'Vu A2,sjrd +}W7턔GPxrX{WC ?(WNK犥dzt%aJca٬Yxe ;^GP,@{g6 ED \htcKI,n%a0  8 r!ƇL2y\SԂ9)R+k2?s`,k}ݝI61逝g!#FU!t;5-:g,[T=Hs(Q6XU ZARTvᐶ9hmL<5a-e|jVPǢWIy=L~λzN_nogtZĂk|`sf3$qI"a{`Dŷ45Ŏ~:NŰcfŴS~L*:@5 R/ĈHUv59m‹ +&rpv3܂ީ'n d*ax1?~|SRШb$F5I10r|/\f ˇz.<6j ؼ}Dq]!cNTyS4q\\d[){ +T0_[pJD0lLk QU$$Hoҫ$j A!RDݎ.X`C,ȷ]UB1 5l"&x}0 ͝O*p~Yo1m,J9NZVjѢ4%R4< #ISn'Ri/lXd axAM7?N9l!E$\])xgj># ?^#uSd\2|w i8̲q̰`;PM\d? Z{u)Xzpemrà|ytm~$ud=H&_\#9Z %R@uS[3ԻE퀲AmI,q Jn儹oG!6~}''B-/ 9JlMtPbh1TN ޝv.}';ү7*z:ېb2J) +0V!qvdP jd^q^٪ ]@ !qrFDcGO wͪB#B(c0MXr#B F%5pcj5HddE7Y4+z*-]f $qJEe`h6)eNĪ]lj AxoY>QD @Ml ""#DӲb-륕M&ە $&x'g;j  AEr I-q` Hȶ&N\2tH26,]f7lvcIt m&l|Mp39!U(ZOKA_rzu׆x8n٪HxEuG@IajAu/| +LpZ cuf\ot]|63|?*46 q[4{Ѳ4iAJ yOϸYO ;er)(5h6Ψ)yW4C1gM}/-&hR%Hz4^ċKҔB$9%JbaWG6+lD'+D[Y(̓{5v v?b6;r+&o2'$h8W0bLSPBtSs7* O&R endstream endobj +309 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F21 224 0 R +/F80 310 0 R +/F81 311 0 R +/F82 312 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 313 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F21 228 0 R -/F80 314 0 R -/F81 315 0 R -/F82 316 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -317 0 obj -<< -/Length 4978 +/Length 4778 /Filter /FlateDecode >> stream -HWM$ /0'3eI })H9GHJ$ cU>;.%L<8cܶv)~9/_?y۶e__ ߰gN@gO&c`J[Ŗis Mqh9uʀޚ>Nt#%+qr\NK`i j\yGJSHMDq9Q9p:[[rjt e&$%&k!D()zcupNI!]QsUB\vP?E=-6-Kr|42ȯ\X'8Le)fŶʡGc'Z/~Fe*Yۣo8䭄ٛex8m-AoWdkpx %8 -wW"1uKLw O.R\qMy(Y-K -# mǢS$!VN= -.9t#pZ 1M6y=ӯXZbq -qȇ!btU{ʭ_'q4baI9yKdY,AWf!1X3[⭭iܰ*P2bP()dJaT2N2YUN9"a^ť4|B## e "[UHޠ6ޖg@ Y^rUl#(@w7|$t H?#)4RЀ2@|0G*I%}wZPӰi,S8'Ł0^r\9b1I0j̪CN Y+CY.N-Ԍ,;4wOR⾊ h#[0=!Y#dZf|Gw)Du?vyxxVCt~`-+_.y=Ym^7E/]t -2 -0r~P,b]H[17 -S-v -6O <2Ht-[n[9[S ~> 5R VA m5QNy1bNߨ$i]50mMɷԂVH[*y1IdB(@G]J/czK28f,!`]sS ɬbmCFvc!]ٴ2WJ(^9q"B7Z M;>*:]RL&HM`9umPr  3WO:$YWfwd:K`yF!5m8M5_B5maI'sNDX*Ӿd$!oeTM< -DAD54; 2;I@Ϥ\«a $Ga*e ṡ&gk\yޮ|K*V8> nJd?5DP_N4HN2$uĕJG~\x}\ob3f(38މLHIg84k3D&Ѹ -G)no8kOݷjNjD4.<F K9)Y6𡌤^IYI\L e2'y#f5=CX7څłM >b{NM`HI꺱[O3ZХ'i-;zRd/UTa@'k$QS :as5$y]cwpНSӫ녆j L=|j[pnCrt3.l^pĥdN#va[\}~ 89Y?Rm?GZ:ޘ.d 5eLdihEAgfkOeu[mR̤5N\ISH1,4?od7T+ -_>Su`  (wl-(O[̀q= $>s3(O󉶕B;%YP%D4@.۲[8M=̀O1>#lԊdo)&=iK,_9%ť)eH YUc1,$0>5iȬJ ,VITষyt΂LI[j'ܑY@6 50pk9W)hBec559H`r|zIxOKL!{ ॴ`twϭ5$_t.,t&bC˼TzՀlʪ7hn &}Ύ p"dt k+u-"bmFHFn?J3+ܒW :%;PE|=C!l[f)}" -LOܫ%0NC:ftO5hYSL39m zcgipcS7zU$nzoOX;)Iϴ /z~ NLM|vTcD33S=B̀֠=`Pg*@1ȓKx&<_ Fb a: /pJ[zϯͣ7&k0eA-4]*lXVkW@6xδ*Z{SsO-W -Аn%u 82<-K%f(@^PAI8JLbɬo//wNԣq< -=?$w8o ~ HrڰZ-Bz~A/֍ -A8P>t$u_~E=׳K Qw@$ ZCrKda7n}"$0nah,;e=~5d_cU6m+-lziV OVB[.Ʊi'Jl5;Z•7ȏ^ pJu2Cc^!r1xFbSK{'V`oö|/~Wܖ||bc^Jn''ǼB=LmbmihҵJ -@l1X,iBcarɞWpvM]_o7q^"7[WVAik,k}IwMi}Pj<߹UjRƹ׀Pn57OKrHAJ1&FR-g@P'~mM. P " LB[,gѻRP -l&*UؖX3YTr5 ʠpիs+\L_4H¡g{hE +HWM ŴF&lv@FĀO 27mNb.!?bUYBM^Oo~p7&/?8cf6v}}kïIn|lywYsbf;|[XtٶmҾ>[⿐??pf:;=v? E G|R ~kNO;YY ̔㒎e[DXWJO'Rr Crj &"KJ,ڜS ӥo ~KBbbC}v| %%&rp,N)I8?b:%])W9ĵx?EG"*,X 6炿t[r|4\^'8LXe)6/.C m ǥȟ^sԃlp~G[Zޤu3[ %΋7vp ۚ4*Jdx8[à  } Y]-A>k `b-118wJkb6ܙ%ib+0!jt-jR<՜"ar +$ +4Pِsd=pj 1]6yPcq +qȇKAZ#by eƇ텚 +@Oj’rė2ɔYԝ +AWf"1X3T'hk*7 +L( dA20*R',*oI'_۶cQ40&RH; sZ@ٲpPJ$AU HNV<+1Ӫ[chʛ.3B%5 ! C@<=h:kw~שŨ|> ;i~ڜ%*,3%G})IW}V5r _ e r86JS5"-HSCkH~)u|l >lg1=&q c×.7%.\^ A͡#躅qm.Qcg +ߨ'V@wC^Xfk+gW;U7I'-Qv{Ik ʴv=+M2PW&Dh Ӽp= *)|C)skWOR퓺[8*AqJ]D.[w0S27U2i/(Bxq'e\E> +TeJRuߧNq^ER#U~[՚MxT'kxV<Ǯ23;?[ RQ*[ !5Jr2~S߄ ,oE2z"TI {Y?o⥅_- +3%?W[bXJƆz?8>VyD.0"CeX{öhw j*?}Hj2*>L&[yT.ubzoyiS .P_*J Omk^o3Lu$c: :ee[X7$ _V"N|2"z]hcr;/+Vg6G3;M7_#;yqdA6m@Rlue%TYL1s(O-W]t/#նm/r7ZO^ TJE!~HR\kQmF +kͩtܽ:@RC.=<MzP l?$AG xK.;8ӎS6ewÒw,49 @G*Uj:($R!Ul1u.j B]sʝ>*:;5[!vMXV RمW,'g:M%袲"Tj,FTtRuT5U?jhh PK.-ޟ +Z݀ 詺Ы0J)!`تZGe2Q +D䜥^vQti%/u~\8~̩?%us9ͪs`Yey9M!z k󥱧ti;@ߜѸ+`%Y!M[;fYs޽1ӖwxT]R\ +>IJSٶĖ.K@A ԎhbG: Cx+.Le? \v@rOKR)7qpQq1tDz0{3HVR&b=˺y_g/(CJ2 Gǣe[ u&;#Ǧc~lG'-w=ń +`IDG$+QEqW{:/ԯXwYv<&ȉlWLS$}ԘV3Ƞ; ƪ;6@2g³UHSi]\W׾GMBJ3QJ#PtEmr>+P2\)guDkHʄc4E轃eM\?I#=Y?bfp:oז| J޶m||z<i1BfˍyA:rIˬ!|H$.%k$|P˼|)/o*}a1?:D +ek,ye![8/a5_ZrV+uVD[9͒ \_nfԀ\''җ$n8#%$ eY) \\@(TȥgI"G@#Cݩhf}sRVVπyW[wً_-:1)`*jkgQE +7rs&O) ZpOs#QhMU=02`c|i6HВp@#֢=ƩdLH)Z=iT-d2h©Ju ݈?W9 돏?Bg endstream endobj -318 0 obj +314 0 obj << /ProcSet [/PDF /Text ] /Font << -/F83 319 0 R -/F84 320 0 R -/F85 321 0 R -/F86 322 0 R +/F83 315 0 R +/F84 316 0 R +/F85 317 0 R +/F86 318 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R +>> +>> +endobj +320 0 obj +<< +/Length 551 +/Filter /FlateDecode +>> +stream +HUɮ@ G?Fvg!+ēKn HhK\;}p8mO0}}p;е_/|^~;ށwװ{m^pg},{o\7yǰ߁Ҝ!5_}p aѦXx}LB,ӧ(΂-ziY +c:w]:y!y#!I2ZTkm%pHJr9KV*=JTX,˺X0\0xJ.(1(4KƔԺdQěٳc6)TZVF PTչ\; [[]M&Ut7Nגa܈vkD1ʥW +BZGݔ yAm3 2eN2y-r ð0^#~'捱W䅵8 a>\\(FުQL۳*_hʋJK\l,]3{ƝꢅUO+񚒌?wEj +endstream +endobj +321 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F87 322 0 R +/F88 323 0 R +>> +/ExtGState << +/GS1 208 0 R >> >> endobj 324 0 obj << -/Length 548 -/Filter /FlateDecode ->> -stream -HUɮ@ G?Fvg!+1x myHhK\;}p8~mO0}}p;е|;ށwװ{m^pg}U;߸#o'aㇿ9CkZyll@@ÌM4 -XOQ1(Z-#4Ҳt a;uB>FBA eֵ#j` 3 余 BTQ*Jog1g\ֵtXvɲJ f+q|ԧ"̑c&ǬΙXA5]USJlDE%[3ͰP= -dNerOzCtFνgCk*?hw3V)hÑx7eofPohL+FÄuYyLgtK\6C0,=ŵHʼnyc,ya-HW7J*#h'l~WxMy1wN~QfϸS]P)@p{%^S `Y h -endstream -endobj -325 0 obj -<< -/ProcSet [/PDF /Text ] -/Font << -/F87 326 0 R -/F88 327 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -328 0 obj -<< /Length 2744 /Filter /FlateDecode >> @@ -1871,410 +1840,397 @@ r B*AJIqu O endstream endobj -329 0 obj +325 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F89 330 0 R -/F90 331 0 R -/F91 332 0 R -/F92 333 0 R -/F93 334 0 R -/F94 335 0 R +/F21 224 0 R +/F89 326 0 R +/F90 327 0 R +/F91 328 0 R +/F92 329 0 R +/F93 330 0 R +/F94 331 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -337 0 obj +333 0 obj << -/Length 4084 +/Length 4089 /Filter /FlateDecode >> stream -HWM/au!_l\7mNAl$@.!?$,g8]hy$|^wZAz|XT/0JMv>y~9Wx|8QJWd{a2J×#_eT|AEiGꋿ?1X5?)}aV)w?LJ<8@;#r M;1紉J Wfq US#Lx^|GÐp=tnZ{&?"&f?ER,vYQ)HȅfUxmL0$8CynPe)r4W_ -C;;|IEy*oXD#bYC7' c?8BCTɳF3eoDWDi8|IC\sDQ~ac'd~a7)mKz>\t 6'&6FP~~I۷4ndX!]QŽKuH-$ [fRH\ֻ1OpdےQw7,+=gi|]`Y01L A.-ENe& 6fU>)_ʒNԿb7hk]m GbGP -C":bEd{~ģTAҐBJۈbB*YsYRDR NGKB$b7ڗ[բZ}W}i:._d3ąp_C(#}l:QQ;T-3eV4GW),L^JD:Mw@6MX8u @៾Il)ZTW0^.3{Ibkγ]-}ͼ[K^6x]/r;MӜA,?@P\.I'ө#.w&5mac )wwEZ?aX)y4mMtnUԌ&)c֚L8e$KҶ5:C{Oyin2[hC#c6k۱Y  7KkD<=u]G9n/?.@~ԯ8s]$FƸ@b<(-Ư&ܥ8m BF|7Ģ$h⫇mhРNd&ܕ$$\HBKBYk,M5$D[G5'Ӫ(.p]`'8m]\g]zbQ 1*-T^:H:iR2VݤT|h-zQ‚u`M(t{5vN9^~[/$Llk?Kl^=&iQ-? wu[%D(B4[~-V]"72~ud<~PEbҤ￉/|M`?4m* %ue–6O,kXQ9I/ YW鮸 "gu.`}YA*3Sh( `#\1#oicz#FY<W3ʷjDŭoG6u{LYF5j̇t^%S)̤pVTR)h" 3w+Npwa;ZeLV(k~2}d.%ixn2w@:~N*ֆ5ؓD /cLJcTOa2-CD&HzvWMRzJ'([^BT6ZEX:*͉F*qP -Qh?E2x}o4ppyO6(Ψ@Z%֖`LEY`>Pr++ -4Tfkn Բtw0 mw|3sX2Y*5.uRY7v|Ɗ|nDkY{jMs5\<P5 -X؟Q8?i+',2-[ 75'u}@J؈vJFSsp>>uDvf¨vh/7}5@4Z:yڛux9s[5ЌI-Pu E"7V+ [ש/Nj+ܠ0֥M -2>xqt^N, -/_3J'js cQ$sl2++1CNρ>3"~JRg}ƝHc*`) C&?ȹ#0y - :,DiE6_vbڅmȳ3Z -QZ<`4i-+So}%R@ET.. 6J&6 reHXB͘\U7@+}ԗɰAzWeamOh1fsΛSg=bbEwaV 5r{\n!&;2OSvc0I 6mo:؛J|;6QMA)u[y |_)wj;v,Ŭep6dTچ"+_ 1&ͼ82ȸ$},ӕk һ yܶa z) - )J6]Kp>eE P ߼OxͰruBen`F9נTPUyFӶ+?gPyo_|1,[ǒ1ҁĴm0RѨks~meG+\My4(YБl1:b\`h3@ uym -f;vMV|3I4h ;+9T;H|IN N8&@*} 9_ b.qB_}"כ֙XM;M9u>JХc49W4:B4iOפQ{Ceb2D64$q -Zv4g:t*s&c4h2'Mz3SLK!xx2G}&D籵y4z4|(І@Q ̷1vsåb4[,0/{`ɑvuTYnpط훯]+A[>,KݕgpiP}M}4FKJ+{z - GX ̛D_h¹T/V,OL|Nh$~H4k4SHpծK6Oңr~&AR#ȤaTG'kO71mqK|>xZt`6GF6D~nI7<ndP!mq%se^ Y"s[U|9?{3۴VCX⁕Jmk?L)k*H6W:8b&Uns5dwXi84mMekyj x{RlL A^I[Uw6ʐMl̪4 .}R%өڏhSEqkW+oo1SQQERE^7:"?wGE֐LNۈb¯ +YHrXR@T*ZSթ/R k]Rkw첋o|9B:~U@A0)EکX |JuK>`q.R!*n65Ui( w7`XtM85a&鲲y^'3hP^mzLW ]3Uw*e̻e.4u"u2:0yB^7>rw_LD垒FdKkW%6yvLZs)*N ɜmmS^x(⻛ nz"(VWo(~HOS%Ad-q3^7I4ob$3-ƃrbj.id POɉ3 +~Y6T_ N$fUU).HH4u17ޮ!f8,=)?VmDaksW=i:̲ FnHL*dtQGB|Iʗ[)wR 풢nsX +ڄB۫Vs2%l~a &[ w~zz9ԧFD@W+ۺ4,aBqUvҢhI+"I#W [*!M•v#.,[^WFja9)LhFU㩖]qEJw%YIW>+e-+&pϪtilb8=b_?қ+Fx6mLoPOh}.5Ɩ -]E5ͷ#º*Ѣj͸"~u_߽ +,oLA7U%@+L!Q\Zp@]-ޥ4mMPekE_{SMzK3Y,>kը⽻v)X?<'_,k]Ԏ%'P>SEĒⶐLPm1Iɝ`""ؤ~*PU}Ҝh˯/J*qy^~kJ_vc1 ^(A7Ql3}[+HMJ/NύDOp.=mm &T; SreEJ- T,qVZѴQnro8U- XWf=^եEJƎXύH|ueVA<7VI \NPoDaJSS8Us:UvgxlU](7+ھ`^^9SS6ߔDS3|X-3)[PhV]XDķ4} XSDmG}9^/U]kBSIdS;W]ƺ: czɛW ]u96j1>N͞?z3~" +.&ey; +lǂU?_˃M~ie =6Sr,Q=yZ}MNlQhʌL]J3 ␻b<4ktW]:DBYUJ͕EzV:A#:FcVK\Iz8k3e 55_:*䌍^Eѻ" LVla!JaQ\ƶ)4Ei9e?cQ\3H+!MB*_Bn|k;n e}F:C=Oޅys3 @7N!L^-0_)ǫc-̃Lݴ9}bZ#]HAx}G +{>*PY*B[eL |_᧳jr;jHR&_2xe\&d : dmX/u|J3o&#MD2n10J_G?#teK[.}?e6 DNQ lhHVE]z^?$gCQQD>~U져}>XBJ8!G˲!7+0&H74"UwUQTw d&dn}#$mC4ys>eG \U5w!ՇO+-飰%a% h1ZY10ǽ2ƳBt9m% +&|wƓ3<ŲϙJUf$^@ΏrĦJ F̓-bK 0S8̯>MLCTY,h΍V%'*+M-aNnFG ,AySR5iU"P=IcCJ-NRˮ3yͩVMUe.dlq\yi#Rs&Ŵ@<'ԓY3%{u4YC/%(y7΂buTv 7˧.Xr$s/nM@7*J[nrط흯,> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R +>> +>> +endobj +340 0 obj +<< +/Length 4697 +/Filter /FlateDecode +>> +stream +HWM/a>agi3V"Ybٛ&'6` ~THvOke#@lw,VzwO7oNyLg?7g< Jqx4`7^oãno>.J2pz8GڤGmǎ _UwgL\2]ۖ9⸔xPwyA8n-Gw]Kp 7GX>v)<éVWKCz£ܥ5?H6 މ<䬕=wx~'1Yv{_\Q9JLqCGRzc֦`$W&'}ҋi-jU[$NiWdT.ó· Qi m2Ԑ ub0zx\>>\ZZ(ΗK~:k +4Cꌔ=c%HlZZ4P%fioMg|kPJ`5_Nԉ3L|h%sE^x8 +c+'a5chĸ?5634t7hJ8M_ܩW)gkX񖚷wS7 +DivBʻ[*0ěwT=IfڅCknQl#b{u&[smrq ޖY/|됲ύ$:]l݇H8rQ kC|#\xy2VVUDFF+i*]`8NXUe"aڼbKϲ"k":ٻʉ/:Ky +nɄ\Tqq&.EJFasPg8lu/q,CfY2#*cӥ; 4T2, 8Ȝb?lursXQVb[eu0=4:_J褌Xˡ-|[ C.c?AiR=&ֵ4a9]Zq"}wYɴv|K:a{r<3S_1[^Q>֍ł&/J20" KR_F\+vm*o`߰}8 i)TEB65,RdN# 3v\5^xB2!EkW2Ei4A@*9L5ݿ1כ\8Qegc&;Zs܁$0)aI+BM7q'-o쐶~yWwW _k\(PE`q̚wwhw0Ъh?>00b{ڛ4%>rpsdutW EdSۏH@0J 1DnN5>N pDYa,qޜt[mJ*+ } t_ԶeO >bðxO +֤dzeKl5T2UsOp-(gTEƀ6VQVlXFBƔfe0P,n>xO, &N2j@ 4_V:zB{~}{W+́X'Czf?mBjg8#O$1q6/exf;rLe,Zϐp?#.3r5 8V{1-^Jl#S׹R,?cPąLBOjRƂʍJ jqyW:8|#,H.cIBvmUV^B0]!ñV:m*bڨ;6٬\ e69f}jkLou8 G`T>L\۩kEPwRJj;F冤=NU{ov-`O-2#IyYw>VU,9hI(lT/d5f$ծAlZJְR"kr͈6z"!kB[ꡬ&e +ڵE/=ңHs?.[ U+AcF9T;P(\]|.;~4@Q*/@ r4z⁖㭺w hYJo9Dεg%xPÐf g8X a+ 9FicĨNVWkجV1R9˶ZQZb*_怦exśi|{}c%7v8i7oMOx ^O'@USJC̩`:5dd}-i@OW6S.elx7I,ǚTvhCQ9Y35{+ ٙ]wbp֦`[vxU qhnL͟>rTdNNFĄa=Z$a Xg>b1#qz]Nlm(jj21@Cl֣8y& x Ox%ιn VP;,5^9w渥nǼ+"v5_EdV'Xw㝶,Ӑ/V&֢ϡM0A,$9qc˅43T}J:^So_c慻_)&'jPFU4"@o$ ;3 dŽ{o9 ܶ*$MYӌa{pmJ BD^u7VN7{qyfD\\T#d3ɂs=y4 es{G$:\N`N1(8Ѩô,vyJOӚ{ySD gTLI˜!(ωtj%2HsY%wݩ@h)9CT)#cGk/഻J\2N4c\?7Lݷ^-@ͨM㓗;ĨBzh$JxE0d;B婽o3#PF&U}W3{aSwkk^P Rؽ;W΂`4s)NŔ݊* +^-9nAt w H d``y dw}^U7)€UcDvkzwf_kg)oHR쀽&^䇅`FsA[&xYnÙjhC, !H[-G =7pJ.#(hY\1zV4,QT<)u&af:ѴBBd64 +]-5tWI&m4iWW>m]nl4;'e'r;0I +CHtqL%a-%^t4e# av4Tf&:2&B>z5(rې/ɜ4SAv~ +Ѳ:|b:i:/ַ@eD*iw C *GBn:qRZRq:ۿ/낞(o;Eq*?@-Rː{  N:]Z8mFY'MTD ]XQ!W32Ck |:0?oxjpfS͉m,8W+ӵ̣[c&Hg!Mgqſ-5@is߾Ei/:Q[I2b$'Gz_]BL@ĎZTHrש:Ѕ#fbyHk`֭!KJ$B!ɧTĦ'ZwsM9ȝrcUT+)AdZ6Ӗ |*Ѣ>:Nݑ 8\-5Sv(>Zp<14e NNAX(dPZ)?hf 0쐞աrQ@=!wS$rZUdp) x0KJܷ@*`۶6f$3"wyf{JP;GxBDf$֯8wPU3Ѕ^J0t]fB.Nm9U<"7{TS>f ʪ³up3޼37-u*Dp5aJt') ]v"URoS"W:nA4δ0 sV5d~(qqB$l +H +D!fSJQJp Մ'mYw.DpmxB<2Pxlۍ*M|Vp2 mPZ/yj)3\D{ifD?f& 镺F۵#G'_{VeJHsIcb=O(Db2NH.z5?3w +endstream +endobj +341 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F8 212 0 R +/F98 342 0 R +/F99 343 0 R +>> +/ExtGState << +/GS1 208 0 R >> >> endobj 344 0 obj << -/Length 4803 +/Length 4904 /Filter /FlateDecode >> stream -HWMo ƂqMNز $ofN" 9OTuUu7ɑEBkif{>oo>=9?_*5`ި’Gno6LV{7x?Zp^2dž~jFM8}6Hi?Xcbwb&zKN~j7_\PC(TV[|Nl 8g wF.I+bgS߮2J~9F{gL5"REC_m؝ΥгX,ȪD'ʘ$,Tz1B>eo:RPKp'zp{3jVq -(:?no>k22x'LF*À1 (z -.dڥq&tvglFUi$GLx+Xg `\~ĉ@P@p\Բu딊Q xKqxI#nGk*+Jّ -(-K}ӒH@r a2^8$6>}<ջX1 5s>n# !x31T;oB,.UQxȒ1sg[>^^"'%{3hI0%!-cΪ*#Y[ʆNoBpxᕪ֮J3>΂=Fzv'He Ze;cKۦf?s:L>)|Ig'SE넞I&߹-+2h`CF5I^<[p?Q8ϕ+&LZ,W\߰ӳ1/3o@w~Xx2NEW 2*||`WpzĻ@fΛt(Z tGeJDp!mvWgNHCv@;]`V:ePގPU;gN C.>"b`Ms]b]K#ƝUw)O. X[(@[6GKs-/QJ1/86;.ak 9jjkEծ S +V?S >4UyU"\_LyA)tݶjf/§ ]P)LШ [LcMӯ(;#dlhNp3Uf%`:7̓%8Tx|oN[̕#m^hk?k0JT¡ڟKg]0 K|Аlߡ̹B~xdaA=h6L|N`bfxo!f7;4di>b^ 1՝l| -3f짉9+rz5X,K5y5p+ds$tu3?~Q=%4 F; -=),?X^~m-ֈFSTL1?@!H>[.Н4 xrd24 w/l̀44bqS3Tj2fPq9S)j~P^*a_7lx9$ivv^|+L*J=kD7kBɗmTuj)QzoQxq2\qZ]Z~)5#O2TH!VW7yuS>x ɛ$d׾Ye]+d8b'M6BETLc&D^Vqғ &ӌO Ww \1o:#D0*[QfTӂjX(ʻ@D%lmf_rCR5|v-`-2/IyYyZpdgrآ%* HO#sQ-1m(jM3d T]>(eh2vLv < .ULE88T(XN}TS{8՘Zoθ,-Ѝ/v\ UfRzEeYkF\ YJjRx)oP][J,=DJ9GRKyǜ1}n u_Ǹ`"h.[ZGE'e[s =a2 ysGS$^:\MNO1@Qp>qZv]KLݙt94\8YtipFPŞQ.i0"XJV",kx|#JѠFUxSI8/5E㰌mzد 'b#ײkz䶑} ȍf0#Ov0M>T+"@ܒجW#@{>'_uS@R. -l)d -8k@\)`W;9pN'%TG5#]b7DYhyT*)"LØ] Aƿ!al - t*& -~qIՓ6KtS L+ᲄi70 BQz.LG:v3tJK,t42m0D;${6YD -g6,,a1 !rzGGkkrP !_A)xƂr]hY.XOzGy8ˉD@eD*iw *GBn:Yib\bqiᏕ(o;?MT~|\jE.C?l4awiDuWRg4{ -}9]& t]HrR}>~ҧ He< 7Al씷A[b1ǧ:ęBsD@"O—b[kv$N˝Y"Fz-qx4Ѡ}eH#Lqh,@ –g34 D$DC4k7?騲Y˙n0 5 -EG!!TPTA$ eM%+f)1/Klr(K7ѱfOusft䡝*oDI4_ZIQ -!!RcB6[JA0'ba3/BUV}@Gz)1Gul ]š 5{8:Qxj&wߚy܀*_rA{l܌obpu(頊@-5\MR!it4]/@`ooHF$~յ}Հ^J3m*U9Y5d(㒅,ԿC1͜Ho1SC*m5T":dA'."pn8fGwti{`݌*M|V_^8 G(<9ih.Z5яvCzrF۵#{7_{VeH;%s%ܹLRq,@L J$&Se!*g}@{g +HWK 0v1T'si5b`/!?DQ%˛M0($}H~n$Oeu'E paQtAan?<>ߜ./We)99X0*GcijVjRr}0a_`gX/Z_R.1~.We RJK.?_r]Xn OR-qV4)/CJf\ Q43JȞ2]8qfGQAO:!uK_iϪ_ |k#Ϥ\&5~lB"۷o{:Zyߦ:}9uq:U.brn9?6[#1&E3(,T] +E ,[YXg-55w殴16`USȻ\D"A+$}4wҭń>?%J* +}єj$U?Kv*8` +qZlH>DwՇ!$_G:c!VV% }zF%4)H8nYYLf^ƚfO5Hp@R-1*li8E8%!QĚOj+46T%zCI}ZfI)bS Xןtd,_em'푘Ц#{+1YڴU?A*2HO}nkk΂$+-Z(Z7XTktdn^U:6s(%oyk#VLY +a2ơ{VHȊTtnX1o9|WQQ]j'L>жKFԩYVB#1PH\s8\=1ڦ֬= 9{sPWRn&{U\lڷF0orC4- RaU({sXG[l*EZ|hTHoy'U&f|x,3^wQtx?hM +as+}fqVJתebU^YP5NXl/tnw.}aI}!{eS/V 5WۯiGs=+;iUd#iF-)9F~{rA>Pl*Yܬ]mňɭ&!=ېrK H86”52A +Kv*!7? +Nb"xw}=zc[\T;g`n<嬜B)=;XG,~|Qa'%%4WOm"٩T*7Z]!"&mu9-k 7I*čfI^ׯ ARSS,NqEŦWA7[ tq_u+w^^MJEy/kJ\!^ЙrϤRtt/Tc1pvJBQZ7T8W`r GSK_v1 ]g}ֳZ$)r.FGAkt/luA4+aѫ? Q+sqx5~vM! +ORQn+iGҢ5;b^okת=MUB55םE/1wCML_Nz˷]<)ÆJһ=Ǭ`){L'b >Zʘʹ#.XC[m*1 Tf +F/f;`;*1~n gMG.<[)T|~y ,b8Y!N<?2/ ū2 P֫_uP:wXUuTϘ!uL| 82kl߀ƹ aoaAg6жh@6qf l>sX98pùV3f@5ccG R x*N=(\OY3_OLOόDYOd%/nށ<9~!E`)F؋$64$)I"녡 +F< oJBz۔^t!eWK +\z3rMQpJW%UH=5ѮTI2"iA= 񘌡@$⸟ IYI9 kI)9y")`S'I989Qm}J&#膷. Q.÷7Uq76<{VFL Jܰ%6|E:cme2kv0qфy<>a3@l, 6sf Yb3@lfe3-L)6:Y1ssM\-%\ETn܅A)۴盵s[ab 1 y|BL 1Y$& @<@bDL19"f8JL.[(L܄#Tb'Ed,.FwYJGjWVyM*Sfȵ[)dh$w[u.ng^\4!d2O!y$$ d@BHH!Y"$@,G e %^nަ+a: +5yׯ.[떘;6eb߬Yqфy<>a"@L,2 &rD Yb"@Ld1e"-Lfe'^^^E'HNsRԫZZeU=!?C y|Bd Y$2 @D<@"Dd9"r8Jd.[(N8Bdz񦪽!_*x1/=aXuX]"8#|dG @> @# Y#|d ld +Sˎa3{{0%'3-jo]Ң y|BCh Y! @4<Ґ@DCh 9a8JC.[(\0}s?<0X/m \3V‹0$xwGp.Q-eѧqicC&g<GwX418L8r +T82G* 8R#L8YYإ 38Zpݵx/Nh͙S8Vӛm0hbQP"Pd@ T@P@ E*P,(jA1Ae3 s4 ɠC^|0!R~.FWzpFU p38y|#\@p#L8r +T82H#E`GV-(&sbT hToٰNCc}K\zcE. ep%.pI%\@%L\RpeU vX .U5e֭]ͺ)WnXUQ<5jQE N`@ H@ \@B LR@`%U ɍ*/`TOxƏt%΢]Oq]?Ps(3(29@ s2\@8@ s2\@8!pX&9ՂbRc'̐ѡv$nOc1#18X:~9$yRm{R,gpD&HD*HB"Hd +D&,ZPL~IWs-N{拹5(uӡ\ѦB6P<> J. PR +J&(@IJ*( "0 %T:>FR>ڿT*]?6jíOt#8 +ǡ߅[Ex5k'!4"5!~Tӄ?m3Ҏ˞vIO{5i7|d;} M_bj1~Cu9z*ۚ$ɋXӨ(E5b ӿ}2MHuQsлB> L@Q@6@GevmSH@:*p:*w0L`UOzl}}M}*d̈DT4N[&cT~##f"-&RumE-bQI"nAS#2z&0њ'6hv=.U_kfYzȣZՅn&[x~_BltYf +^pjk_zUrd@7p5xR_N-[\LC +ݥYGRB).m[^1P_Ԅ(G[ߦvˬ:7,AgquW JѧjɱZ+jQՏqlW*4ɏ/^}Fx燈.{%, 3H_v. B#Q,K\N-ͬVU_m$0TvW +# endstream endobj 345 0 obj << /ProcSet [/PDF /Text ] /Font << -/F8 216 0 R -/F98 346 0 R -/F99 347 0 R +/F100 346 0 R +/F101 347 0 R +/F102 348 0 R +/F104 349 0 R +/F105 350 0 R +/F107 351 0 R +/F109 352 0 R +/F111 353 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -348 0 obj +354 0 obj << -/Length 4937 +/Length 3530 /Filter /FlateDecode >> stream -HWK 0X{VV&rM4S5b`/!?DQ%M0($}H~oNVbv9EtA/`яUOnx|8>]n %{A8`EJ ԸmJr}BJϰTxc.Wz~9_U[< CZ_w,t6>xLV&nw#ݢIyI*:LYeq4VJO\9ώ3>R~yL I[&yxA:{hVDvoؤ=e gSO(yFW=O& -o*)k1#5 -#^.h[4&B]uѹ51c]S3Xc+'u X>/"RldX(d]{A%P~-&YWJS軈65GuI.Qmޞ7e n.ycJ4z}2 6tE'REt U+33"(NAwbf1%ڪU2+a? U5JɶTAL/S?:)E&|W]ijE~6MJ2OfmlmT~ di?'WDj8_+g= -rzo%&cQbT'HEFֲimmmYPteEMjnЖf1gdE9ٷ<3kGq*Cu0쀽 cM$dE}&7Fsi]m(w.+L>жKFԩYVB#1I\s0x\T=1ڦe֬= 9{sPQJ796c1٧ACmR{]髇佱;Y^秗*cڼ>rcL׊j9U}w y=1)iRSjX&] 9L2\ ln#_Prh4N tiHz3ؙ -jWqN婳ZOt/DK"Կ'KeoFRh͎V+Yt -M*5~9W n^ XيhV?fa0{u -Yt{χ "5 E} 葢\2`GwץcZW!v'h&'qfm80`]/~6, |[&qfH6 lg66Y8S s ;ke>cT36V8p0jg8Gp7j $VGEuׯ)+/Et`͈L &:3@Z4XYpVvU<y;ROAK?* + W3,5n -Xx,NHFܜldDMƏvs8G8|2y# |d><@>GXJe*q#lv/qݝ3S>d}@y3кE[Z4a0Oh yY/m \3R‹0$xwGp.3BDF% 0d T@0 C* 0,jA1f@ \oD~4noq~ܥb<82G* 8R#H#T82XfqdՂbRc'hv^Fњ{NuGkX_;ތn{ ʢyG1Pd@ T@P@ E. (RA -E&Pd@̢ȪπhѠ6 ~&ϋ%zlH}8]vOUY418L8r -T82G* 8R#L8YYJ'.Gŭx9͆uJegC\mZq',pgp.K&.pIK*.%.d -K&.,ZPL;NXUSnYfݪլ[Bq5*nUŻFUOUY4 0Lr! -T2@* R@ LYYب+FdWahLW,u:ϡ82r(C* 2\ sC* 2\ sC* r -U`CZ-(&5v| jG0^9SWJ=OjqOE Nb@"H@"\@HB"L$R@b%U ɏ=)0Cj܉|__Rw?Um](}ܦbJRTN0)0>-ԍdX_7 =\+䣛d`  -.#tT&`62 RpwV$^tXާBJ7fIydxD4RqCL$D.=(^,j:)|Y%hjR&id˦+KƛT_bgE|֍H*6^9 sUy#zmjKI J-"c1HlZRM9 J?81QW׼uWjCpU-6BLqOakw%.T9K܆a1v&+ X9d]ڛIp{.%gҶc9 EMrumj̪zHrt6nX)AKQYwƠ}¸h̭6.ސ(>Djzr ?-#ϫD7ONAvrÏ*VN`n6bW>\_{lp7*IV;f޼J ~Wۏ߮Zn3NsX뫯R&l9sR:Cc7|͠,N_xmt.CeVXISz4+Wnv0ҤEXO(T^ϸf=e=;q- |C9NPExTt>Z`!A01<sdm>%߸è8Ū8Tz*ǧO3PqH%߄#י3]*<9&9k\\@""/8աQp0R,}apd# jlC +3_ X^<-IV $&3Rݕ77G) g eӬEv,Y =R58$kV1]&z)0or%Bּ8ED*V^E.Ps~;2Vʭ𧌸TVaW"z&GX;J$~']2e)@QP&a5ĺ}:aoKyZg<g]YuǃܮBaTl(\tN؀>6xmpj0qZ8ń3-r"-^x*b|48ze\eQ" +LQh{o^Qa7m +W8JG ({(f\DoހqL~c0}- (vz:52mV[Ei?Xю7qDwFE-h&BK֮ퟞ0y}?ʉw]?;"|1Y ,ŽܞY/`q-$rT [E\M#8 /Bu,g%T7"peҹG;g]poiEe$kx+4Ӵ iQY*e[$0;OH3 6ILgst>!1|B=y@DZa,4R:0Tsω-Iq/qƻe+G>eRj~4|e'BYgg-?no;G C(wҸ7]>DƏy O3H=:r]i[kPO/oAܱbzeI2? +I,:~Ϥv3bryT٧xi/mj#AÅ0C!ҲtxUH[rO8|sҰklenYKvTI JJZ4:(.lzkiP$au;;IGwIm+Pȴ?B t3 Jxdy`=ajY,iݭV^|sUJomN}o'֜&c/ +9?Io--GA{w 3]eT}fv\1WrSil`(FEФӱOŕpI:AH +%ȶ3 dzf*Hqa1m$u[M q2SǺ|O3|E{ݫx߷\?mw0x"<1n7aҖOIgtnNyjxhJ==2glgZ ++nn#9U6|n*5'Icn\c 2K,[ 7sa)ߖmS##S˫jaۆ$*ڹjqQ!"ۅT}A'Syn&F;@a,VT1TL y( +7]M7xbп6fT ߘsfZþN4+e t{$Ǒcqr&y㍣mFEe`\Ą3 6f$ٌ)ݸ5P;Wlc +B-?a ^V;tq !]cGL)Fn9lىFM3awKʠg]M&xgS& @aGFc4x19"8sbewVLQ=l=g`@RC}C/vhT \񀣢A|b&RR S$FvWeQbh/xa a?#j!,9t% I/C~NfQ vmr? aPxpHA򻓽*N8qIXc[.h +D0䣱=f y{0aU}\*r}WUs1RytfBmݣ^Y`:鞱ux_Ÿ uYf8S_d<#$24ލ w"+LVm- 4)<ǮݼQ endstream endobj -349 0 obj +355 0 obj << /ProcSet [/PDF /Text ] /Font << -/F100 350 0 R -/F101 351 0 R -/F102 352 0 R -/F104 353 0 R -/F105 354 0 R -/F107 355 0 R -/F109 356 0 R -/F111 357 0 R +/F21 224 0 R +/F112 356 0 R +/F113 357 0 R +/F114 358 0 R +/F115 359 0 R +/F116 360 0 R +/F117 361 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -358 0 obj +363 0 obj << -/Length 3606 +/Length 4168 /Filter /FlateDecode >> stream -HWn?"-KWeb i&d <\߹DdD.Ջ${ ,UVfFFŇg) ïW˸AA 1yc_~~~wxu^Q n?^_}޾?ػ!ϤŋPǿV2 <˯M$)>݉L[iR¯'C"LM2 𜿡c? -:-H_ GmvIi 9:M?K7褱^hqs&Q.!l=jˋ@Kv9kE@[\@rnկ+7qRy؟,>dǭUBͪBW~!Ci5.¨ytfqvPU)Y1s+|y0]yoUs+Ik"r(U+~$M̄U#<֌Ah Yժ)UO\GazHQ炙 @_Fт>91v1Ӵ `9s|ןO;`ATZJE ]VF"⚠Y407 r9\a뉪X>%@};(0gwS9 ɘ@?yiQ:]pʫAg:2^w|;>Bu224>Ѩ D 1(DAw"+a]}'Xw77߈Z$ ".zXzr_،,xJE mx!|#[ܴEfn+1I0oOu(5N]O6][I(VM\9ǝQD mͰvmta=Bm'棇v!e'(2;fT?dҶD*ϐbJ_ ̨؄u7'(74??8?u]Dͦvg|;D)V .ibHdgP ĂCX֣C -W՘gmoC!-8o#ŒWuϮhro L+᪓o}mW,jR$)贪zӬq_ɒmnmɪrHY,tةT[BIdSJ̛F4Cy7{֦g FekT4w yOڰI hL=V*/_~g3 ~V?}ࡻpɐKc]$$O̔dPg &rN ,:`|MuJp}sdj~q_-ېJÊvnŰ*p`|f~Hv>>Ԡ I2dSQEɗlJCQj1F יr7Y︭Kn갽+Ծ4+e) Ib:G1;&y+~ӎailX|'I2cB6.AN7Z)#HM2AbdS2#ZPQ& W. @rيO37J_N6 icZxK4NO+; Zx[6Fy*/W(̖qq5bn͠ -| -ID&A-kTDio"7>lIh>Mi -KkA?2VyUaZN/Uzg?e岕U(ZC0Hni ] cwDuA /6e84<}xrVmC$ܓ/)eZ_=bN'Kwb.ؚNZRBkuOMUx4[B`  7Ӯ!oKzSb3 -j\AǑR! q7SJTh%x:YeW N?V {E\goYtY. <`Yg@ 7WE<=#)h$Ak#PYA>$cLCq}koL{E#Ho}{[~88%篂POb.t -zq !]cGM)Fn9ى'M2awKJg P&xZgUW=P M &&8rshyoE_ 4G#@Q^ADtS*;sKK 1 TloT mg!<Ш=_5׃U)+>GH(RsO)(}ƘAwQ̤@IQ?r֩kroEkXv.8?cܯ~'('&3l&pVїZa"r81bx:|'Vn4Z4Ѫ Rw0f޽F>Y~.pɌVݹi~r8+3R9+WF͠5+[zq %Y\>OфLyW>A)w'| \:>bwD$cӐ`5`6Vhthaii":,=BµJ^C e 'HהsUTS*=kʁEi2R^ +/peцm +y(&pV| .KxNQ(揯_CfVHnyڀy[]0徏.^=x຿cUi;ZxDΧkߤ1;zLWxL_G:\c +)XO +Q'PX3fX̵!';9n흤|S6<]=p-=]/.)cW&?V:I{VbWX\ADUTrdx PV̇>P +Ư?fwnd7˸K{We72ѓ7rqO:om_a,="kf..#*%Tb"i]TAr4~pz%<]0!e7`/-YW }ww~z52oq}ĩow澭hc.wx{$ȫL{A~$fĊjm;<K6`7@x$7 ٓGc3m5f.mt︽s7jrhI&'o49=~K odIzbJH) `Q.Xb@!fG6˦h}tVeBJ#Uֺ%VuC0Bd^yf +o +=-.R)vYg`!hv0` 9p{MR^zzisB%Ab/VڐMc_Cx h qt>6X +3ZcLJǧ߆rJ859Dqť "ҍaxPbJ Âi29 2XD-Y$\\ţCQ1j"bgdKCSg8.OpY}10e/=hYRɼ6e&-KljPLEw(&40ppvbIę yؒ·5[" f9LyӰ![@Br6ܼI9ЉjHє uB* ?s ȗhptJڇcSi-\(f^[λ&3q^n?pRl]D2S[el˅}Bi R& _Ӻ?hA"l"NG s os$E!!* +nlg Yғ13_L]cf)i+VU70*5ɔQƕ^԰̑8]ƙB; Np@`m}7)El:toP]ve?Q$%]1iH(#n6hT>L2Ln#dhsIK|}N0ULH48=_\_ 2Lj2d؏&v5s3 09)Q#O90e|{E9@jt +ARWWnƤݠgj%q0dC0ߘo}H G !3H-XJS JG=J;?H *}sIW+>vط7YXpKqq=Ǹ)\]zK$ .KK˴|NrTyCnc +RERӁzPelb-%ZNOS.#kFUkUo5TAO $1EƵ,zl "u+)NtdU9HDS}c~4`Չb)*ԆMS%ƽ3=FUWCMVP]f h?VcpkVpجNm0FѝTZZWcGV`]f v{<. +}0"/??)*kSٶ̈́d%ur3Y'ɛZ^K(iY;is<"ctL)KxB,NSw<]8FeHt7c_-c|Ւ/ݪF +8'QTciԍqb3-Œ"MlްAGlV颁sNPAvWs.2/GBV nyofF(?i^6QDsΓb`UcuSZȅiie׈B9uoB'U=̎8N:aSw,Mإ#,WHI 8|߷~nHVmf.Ks8z\T ZH<4v7񆜳WVWI!MW\k endstream endobj -359 0 obj +364 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F112 360 0 R -/F113 361 0 R -/F114 362 0 R -/F115 363 0 R -/F116 364 0 R -/F117 365 0 R +/F118 365 0 R +/F119 366 0 R +/F120 367 0 R +/F121 368 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -367 0 obj +369 0 obj << -/Length 4173 +/Length 2465 /Filter /FlateDecode >> stream -HWKo$ i$yFk8ﮑk\vr -b#rqaU"!$QW_U}z{N^YTRwv̼{퍊{.}Xzۛf09xVڞ -MYY~U~Mn4O :\QSb5^aK3l$ǿ% 0 j'5(t6 ne;8T1iPO뎨5D`2Vdx̀`!ii"8-MZPAZeU9ǓH5A)_QGh&R`A C0l0K٦'-'zx)b2Njnw҃o# 0v@sଝv'38,%/$m2:駆ɘP.(XtM٘)SaЦxW\ a\[>53,9{J~v\P=DM%7|ݿv78>xEvK:2XSeS?AX|̷*M|G?{Ԡ=5f/A*=]#a|c)@ -QGP83fX̵!G;.[{'+A乀d_wTK@׋SY8_g\}ugJE5ՉlqTB%'} -@z_'n -jyi(oda'r!oBE2tR]R|XPm O $`I@ϟwESu.zim(ϡS- >"aM) t a&or?G *f]aF_)P&ȏ]@wUmqBБ4Lm= i_r -(yI"u؉OvB?Pt־ nas>szͻy=!g> 7[Ls*niU"pO=QF*6s/P\Z`tĴƮ#ɞBeڿ=Gcjd.mtﴽS7lrpI&'o49=~KU odII{bLH)@Q]rߦB,ъYM4seZ+ֺ%Vu0Bea_-z1e7Ǭ;-*6)rZg예+LCF4Tqۛ` -SzO،4.-iݪ]ejHȩ_/`!ƨ<<> ^xx|e:bY ,cLJǧFƯr<ϜZ;4*z1ثG' --" ,]#BDJbcAJӼR&Nﺪ# 7Vϝ eTԸNN OwA%S2L~슿H9#Ufy2)ݒ{D9c2Si S Dth;]O?&Ibה̡lrqq(AR0s]S>\Y{8zӰw{*܄52BV0[29?' '}_:h=ʇt#70^ǢA#*嘭aX ~s &"or"RT*zQ9d[/Ox\]Ŝ{˲'+YSFYb\5K*l]fRϹAۢ 6 XBO _b IQ*)!j'rK~gra]WU6tݰ|㞏x*Aj0X8i?OSV9*(SHTBF ژc9KAF=M4L @JXWI%GJ6-B|tJα)4\,G3/8~3ieبdȰ*vVwCj`:(sS4>fGs`Rɸ}w:@6Ů*,"Ĥݠ?j% qP¨޽Wߘo}nH G !ccf,4NyeEuw_R$\ UQ&T},o40G3kqa9%\]:D -(,$9pIM*ЫI?Ha;W -%%3zu?,s尧l7jq{l-/T}6wCW*r!|<|Y]U2bZyz, -ߧPB_ޑ?c(p(H>ؒDl] KWPTeYtdUMK3o^JNSMQo:Vqh{?6T}1d2KFXWfτCCt9J 8 5-AFBʔ;Z]w%i}^ f( 8?~+]Oe6L6uX{=ɂ=%o6KGxk_@AOO25g5F5nN\ -GEӼ:/ !xwkm$z#LNپZ*%_\MpN4VTsiԍqbs3+-ْ"?MlޱtAc6=t)'TAzWХ%HWԁ*/__z[2 'Ʃz`nᠬ]oYV{xޘָz??>ծF/뫴q:.WpwP&6Q;Ҹ- E/D +`p4@=~f*0.i + +F>N1#YEp~ՀI V.f#f%ahuNGa >.L{mMC92ಞށ},+y^Lx^;$7~ӓc[tR_U*laÏ{@Vjټ2ܠ@3X8 +~S>mordH.ad< gPyBsR9m:qS&` 1ۀ%7o2bN 1ݏRV))@❞V(sQk牺r]E1 g DNJopp`=zky Vkwy[SyбJ!?br%1(+U%w(2,*ƾWAPUيx;)~3W|SK"QHU\"n%L'@1@:סlb14X [)Gy=7XutU=[?:Oscfx[?iWF-nEO%paF@E tI>orx)s$M7 |zXwZfJ8,*ŗRq(ҔB,ɑJ/,MHGWRޗyALqIЉ/!y!5Ca}H>J8?&6KaCA;C 57rZ?@1Vo*vVNUO)C3ZՋ3&'ehl"I<ّE4혯Zm-&-IsPxKnh8 \D +BZ֮6 㪱e z;]SP4d\NiϪ%魤 )cZvKVλK0'H䮵|'ԝ Y*d\7adJ{Nq]wy;m* ŭh"kvA~R1JŽKŇeXP^͜ęN݂9z9⬐|Y+B +^ZZtOE%m|54,[a@JoyS[W"*%Pm!qyK+sbvL%˫9D_M(BubZP^6DRgqA/\Rԃ}GKwv`C6'#pl;tgwSu~A&\ ~nV9'.6[/aw?iWA炰L`RBkPL-Mp⎇9'~]t/aG2ZϱTX\t*ȹM\kHck&gY,5Bw%biՒS#KNq"ѠQag"aIu"> ţXk*ݡUJH{:b]VN}HmNCc ٔjW![C*_ַE i}X欽YzScvo}dm| q0]1eR )GY6OvUIwK؍wp}@lnSGzaͪI)iprϖÆ6 Ӥ-sW12p>aLlX_Ȧiޤ=fυ継8 k`ATL"q9rɀ|D>=6ɛ(b d 5lb +rVR4'mE!562<%/[PjSqETg3oƫ3y!1nL(컖s2XSaqot{IR| .ӰKCfU0??5⧹? zO5͵<`,d'XqjϤN(Z.[7bѲT3O4wǚcKC7j+T/ 7光$DP4jc؇&*5=J5U7'ҹILJӓyA endstream endobj -368 0 obj +370 0 obj << /ProcSet [/PDF /Text ] /Font << -/F118 369 0 R -/F119 370 0 R -/F120 371 0 R -/F121 372 0 R +/F122 371 0 R +/F123 372 0 R +/F124 373 0 R +/F125 374 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -373 0 obj +376 0 obj << -/Length 2885 +/Length 4496 /Filter /FlateDecode >> stream -HWn# ?PKdʌܪZzWɰ6wFfDnUX BUƋx}z:?VjQn%_|R -3 `X=Lƹ -~Z_zg7`Y9/¡_䳔ⵚ!q2~ [aZool7{\#qB|G|a66,!4^V -c.ޥ⵸4J8AT7 -mI 4|$t$ +u[qI˴ .2 _:&/?tr;@!eA[[BdM'HNx$X(#ĸ&VZY/[yVxH8? D 6 v\<#T5Ҙw )6r5I&-lWfU{ڡӉqH{Eޕ0F0N؄y柌9?;4թ Vȡu9˱kmA\o!~7\n -܊9-qx-a@>)X !o{oϽs؈<>h syeţusj@K zp_j3=ĞOzG&x%FN1B}xS,? -ooSv9{j9AۭB(9^Uݑ|^) s=13I3 0lUJ,/^j]kMT EX8jb

NI'7?~B(j.)ff Oll&cKJf9 -NHEp6ju={δF -%>ArEqQe& pTƹ9Tܻ9^;7/>}O/vB-bᚊ8mg9x?ЁKZwVV -FAf1&5aIo6u{h%bVEY:RJ D&d4G=>W},d:pGJCS4yI_~7Wi&'R{Q cVTA,uksvP˜% R mi^n}Q -V;Z:PP]%4NÄ&V Yd! сlTq ydfG Z"SMv)_2xlC\wOr]tm'Քk-%60A,{0bW ֕bU~juLQHU~ ]oPUyuQN4mN=&} -(s[vDEإTw$yR&w]{t4gj!g ]&0)3t|Nv5VxV(0tªG? Z - ! -XGaJ]o}TFt*;jrX%8}E_޳9]@eFO \J/< ǭ9h~XaR_9.ёY̧2ͣ_1F'0N0k /S,tǟ{(* ()0SЇ.ʈ,]/|`I$@Wؔ#& V% i{Ϡ*(n5Mje{AW_]U6~~ޮ*Rw(';oB{B)ӽk\ps oJ_wՒ.z[*d%*W:nJjP=낚VwP{[b!f{-CrCiBUr;b&lIVѧI Msۡ~Lt됄t8•/i9K#ʱ8O+ rڈRɭl)wmRD軶} S ݧ%ˇ-ލMoTg/~A a&$kq&Sp1t]| kT5KAU -\c_+$bj6Kt-4Zt%QPCbID{5ʒKb٢ޒ4o@F-oC'0 ^h3Њ%ee"50-nMڇE%BbߌTTMZDt#*tuSbyl8D? f\sٍ}8JeBsJusu2 -endstream -endobj -374 0 obj -<< -/ProcSet [/PDF /Text ] -/Font << -/F122 375 0 R -/F123 376 0 R -/F124 377 0 R -/F125 378 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -380 0 obj -<< -/Length 4487 -/Filter /FlateDecode ->> -stream -HWˎ[0 }/lIefgfeDFd,W!51b:ԩMr +HWˎ[0 }/lIefgfeDFd,W!G1b:ԩMr ;Vm;-f=NgWo>yw4~js.^oqӏw?Jc;+S+ֳ!~z8jDj|Mëj|U#ek8$6oz=!m83_eۗUݙ*翔v c\E*p4Ť Ъc [[kTVnSvqe58jY/6e~&}ov)yV5( iօa7r]f!OMb˵t*yK brwې[Xc=BCߘZ.ܭIOL fFsuA\*Kvf!qL'6C%Cyfi9J,NI7hCt0ZS6 ROҒwӾBιUE miWX#XS_b:fZe7bz5[ -|D #[,ٿ?RX觡UX1 Qf|,`-E2%<]"D#d|5p.*x$ Ev 44)*b6K q`/;֝FXe s (Z^9 Ef1A!D*"$LO ,д R|D:*gbf.'Ӵ6`ǥ7TjTgaԦZ_j4 ^z-UBrK;U#t:aT/j56_8c~x2@4W6g]ݍd)MB!_an& pcNg -5|͎7ppuHG1 w\㶜_jE0YEo )O@vdΒ ȡC"յ -ЇAG}DyZ9z[21txG#BJ]e4a0KN|)>XMǀ>/{~?YJ='d[+b ZT y! *EQD\@b4N' -ݱv:DНbA!ܚeLHK^˥ bA:"5St)4$ c$20˛$M۩`N_=~'B6M؅:K"TH^ t3h2 lo8D:1/ғVsS BTQ:p /"D>:L)G…%Z  èXe \phxj%$yXPgSyf,V[˼FOۻc+su. 0;ށV<4xGSd/j$&mӒ6"uנd&烌D]j Y5jٳ[6<֤:M^qc x~DEٌTz6\^iL跩>w?4АVsJ782%ͨhi0??>v*/} E#)LDpH>:b10 iAӶ]OW - udZEIqmRXa^=[Q -8 -0@a.~̷)s ۅ(Y/[UAauiT7q#肋#F[3^NdiMo_gUC= Ѡ66חu}`pmzP´QVz=-̓ih٠%[aU׶  Xu≪e($Y<$4Hs U$Թlf,p=_ajVlƚ ml|28,p]=V2VD kzcy>Sf1AˠKRLm*2cmE`mָAu=Rsۅ]6g؍UVnJ,=VJDp Y 3S1zW׈Ku=>rlid^$_jd:b6i':أ2"tDm-0mb>>A; k/ L0$aа2w7G 9#m'M, gpk%4P3 -vE^Nu5,sŻ`fOmTJWMrXib U|1af?uF>l}*YQcHIٱ'G b.豠Nʲy̢zaRX2$%=vHXYzzJ@N,q4Q4B꾩ĕ}#DU#H ipL)>V6ux^ju -$qf$N#H<ۇK*X5L)ey"^AX07jTTEm -9dNsc~֝s68%xq6+@Cc*~=[ jT"Ĩ>(s0jo$ #;XbEA?2S+%Fq eW;wЧ~/5+!:p\Aͮ/w+H;SP0ţ8 ;<5Gg:fWٻ0>H6(MdHjP~b!S&=?^n]0;B7h4Y0NICb/7QE ,L#D&@{eYVMvjļژ2j[| Do> - O/iM|r>^ﻺ˪s}IwOk TlW A ܫ* Ju7t(!!|)yʹ֥Cya\t8R)/ɴY@ŐL}]E!:1"sk%Vu" :rе4"Z*f&|REE+JnhSb`]T0S~`v-)iQ~W~ɭkӺ<DĬ :t}DŽq%tCx,xo*x埿>~;Ԃ +|D #[,ٿ?RX觡UX1 Qf|,`-E2%<]"D#d|5p.*x$ Ev 44)*b6K q`/;֝FXe s (Z^9 Ef1A!D*"$LO ,д R|D:*gbf.'Ӵ6`ǥ7TjTgaԦZ_j4 ^z-UBrK;U#t:aT/j56_8c~x2@4W6g]ݍd)MB!_an& pcʨD4Θq>fG:O;W.q[Nگ ڇr> 4 cT %S@Ȝ%C[[OEy>/'#Ekrµl9s +(idbLub9F6Bmi`,JS|}x_pd{N +))\s6QBXyssXI;5O!DiC qJ䶔 +n&X&m.hÛH'E +qnJuA]9ꢯ +>Bt yj4s  aS OJC*ԙŞa72ћ:9&\ā{v~, ζw4 +5s]FΪb_$}#ʧH? 4=`[N%meAPSIؼjԠSdzg!|s+I-U@%0 ǔ71?%&oҹЙoSh-<ޣ;npv5'eJQcbaB?|~|tU^T>=2KFh7UtF==+}t<ݗb`A2҂y%;( .ڤ2|E)jB(hWI;{0 %l[dWGf7oU=ـíL|/|1xr$ck} ~OoV u<7DP\_E(iSzZ3ЬAc!°m.IU+2PHd8Iz'h|C!I8so4X2zxF9 l|/QijLlD*%z3SJ|ByAG o;Hܑax,w0fQFpj Ֆ õ]\ |1ZrgُuvHh7)Rэ$h="3$Φ, %'Zwi9IeEjH?½Gm]Ճ9ɩco=Kik}f_pTVtYqkFxnG-pWUA"Kjl`Flw; jHNscɟKNT,Ѝ4V*WM]GE˔] ڙUbcF += - +.pz]ps/V׍{B̐@ś%Y,ƾ{uؓA4Uj2(sV,XDWd"nRxkЪ~M] HTrEpo]s׏-{?(FHnBOjטꞐ=|2ЍMdwɠu8Z;Z#r왏ivt6hNeΠ5!#y4x3[}EZCfvhU7hPNg^U_<䚜JF7N<_2T=<-Wo%:ZC^kX, =J#DAyoX) *􈨘9{U[IQȆA<,=!iS*JE JDcI]ĵ Kͺrw*{ɝ3 9l?S43.9n% n1Nf0x>1u r6@_3+O3sEA5/yN ѺE%޵޹URkھ!CddWdlu( hmܘ{ + +^ zY!XLϭ)0`D +O;13#pu(:uQ!7k&KE2EN Lp#6k|]O2/i:/!Bׁ=C(z'D~D10j0]{nf!%ߕq=)m:`I(< _.&F@V+ruܟg (3+ͪh+RF.jBOL+/`n'DH?pM`7ɍ3"1gUf'ږj>ȾI^6s + ?}L?͟f\mٴ/ܤFP ׉zuaKf(W N,Z(h59vNdx8ovUlTmhv#ksaXfʔWQuL54ds1$ؓ1]qLuXP'}eOCdgń؍=0.y㩆탈ua79a{e+kWm?#lڢVΓix *An765n[rRY3b@Yx},]xl zCR|m,vtܙ360E9dR6+ERRX]L'm2whv;Ҏ[QM1T.4*HKk`JDdP^a&A(~(# έ%$vڮdm0@0XIz|-/"x*-4صZW,aqd%/6ctkGV)HՉ?&2ʖ~`cYz@xC7ojɀa< N5=)ʆWA+V \.᱅$ ،Iu~vIн)Ŗl}8oSVs+ XMQ^!'̉|n\kġ.c_.Sd34rcP*ՐM'*B2 F.0%vy@[1d(3RbǙ`Yvs }R(#z-a |7S=S<*:=Ss|caz thӉDg,2e֕ 3L,t)!PF7)yH@&w&%ԑt)VR{Ȅh,<˔ѪY/66淳y8Bo+ћ?BoiKBSޮܾMm["zYuN|mfA'H#E"wR] D宵 JwH_zq^3uih-~_^6:,ts2mV:6P1/yuW+;f(NâH`ZI9tp"zE;¤Eà\-@p*t-Y:3{ɤ&ߟT=hQъ+D.*`)?0ִ(+Viҵi]"fbV rGYbXۇUGćiyRBc8h{N<T7hs`]ϟQֆ endstream endobj +377 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F126 378 0 R +/F127 379 0 R +/F128 380 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 381 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F126 382 0 R -/F127 383 0 R -/F128 384 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -385 0 obj -<< -/Length 3856 +/Length 3851 /Filter /FlateDecode >> stream -HWrc ݫJ@X*rd^L'WN**oE~? Kc/bۥ~qpp;nۛtL/xcpooLY|Wپ{fd!loOւz7B}V Zbaݱ [602زʽp_wOߜQ9]B&Y(fV|̗q<9}`r7N6Dj1NׯO{#Xx4(`lU` -|3^TL^vRf$-F:0/s75>LsL(| -w=_n䂥 gcp{; 7% #z2}a yy-Hݯ$zdp}8N6T >,US4Ա>jh0TNVʎ)nMD+w,ץ^1bv"A'"jk 9gY<FyfsJo6UFk)k]&5&*4x|i%pÎ3<]m,LlcHKo+xUIcSMtMI-,k:rrte!֬q9 +po<,/GEXdƅ^\ ZUqFHzdC xӏl7,>%.s\9f'p@ʵS -TtG1u/MIKY1g5c흏8y;iʇW@V_xmЯ ~6pL#R[4R<ح4Y$k|1( ޡ9Z ͛,쵦h RVtzr*u;|ӭRgiE]iaU7(+FZΞC tԅMN s@ !>}a{P*$:sO ?4b }ZIEq_y"s=^Gaj+8a5 -! &ӎ؞{6ޱcϰ_[5o(c6-j -972BZ͎([! |bWbVRo) hFdޝ炸Ε"( dUO1gK*hyіG!G|Buyed As,h1W, A\&:Iruc\n8C A+B8>}@] -.*FJeY4j&k[I}vZoP /=4f*0dWSʭD%@z)Lyht!#8`}.G -t$&s -B3`r?K:Ȗ%Iùj锹5hm+{SՅɭ@kM;^U-v\GuQԊGڳ{9!kYWTB"5ۄP^F.SbWߎ=E_En 6,9ng -y<eE?5&u4/td3hs+v)Ujr 9$`31G*^M[UtgV1 8SnϧG'F|no/&k.`Yr~$hΖʚdvHJ9z2hҍ]O7U̵ْEXLE%I]ys~mHlDLe[blҁg1AsGە@[ɹ%'{xOfv$K2ٓf5Mח#FIITF4RJ7=VF!q\Xad5U7P}K'?w !4>-'+b&h -29O.4ߢ5OÊ~4josD+T쥣jEcXI&/Y*=[T#eei]kE(K8PvNVRroyEr( -,&:$Fna%IcbzjڵgAU N㵟%ZZa*AyG| -,AHQG4hl#}JubHB{ğ!M7NgQ5GNN -aq-M`s~z:i,۴Qu-ݶQcs@) _H'zu -Cm?ʀRmGR{)"MG5fE3)K矵-^YᱣCłKjR4cq}lձt8XbU@ea3~0A]mp 9](NQ.)ڋ9㜖t˅ի]³z{ ՘3Kҩkr}qh~JkWbs.dp8MSv#"(y1/#iEDze]Ck('\]O \T/ihXf^F= 'zU kpdev~w-bL5y - -<|SI!,ftSEV7q#p\gR,I*U;aRBZݕt{Nb,) g-م̊=0WŊbӚ{67r]v~wANinJ6^n; @7!0@ K9d;b s>-V,ޯpD!&* -=4=iN̍*&c 200쌡|Y6 T5p(^DDU x<]iq8S@x'Gzl5&DjT[֪=0rj]Wj(ĀuR.WI -$ G'Pa/T kXymf˓yl KC;Avu{CAEq^B_CV2sw~X6N.j 03)lAk{=[߀"(?) _ ط, Sycv,ml!bgKn ,)-qd*ΪH@qtM)9СU8 -u3.A>^_}uZ%L~Lɝv?__X|y}ɚSإy/>=͟!Oll5׬|oѺR:-0_ou6oөluCj8_Ck+s`^rS|ۓʼn|=P/+%Zpde-[m``P7(Ο9arB&Y(fV|e}ud q֧"J?Vv)Zew:kA<}X4DgsZ:=FRX]䛁 n<:#"*gl0d։0}h!a3Qd6)G1 rnś|T תϘ)h[ߑvZnJ.Ł>G,~;e, ˆo~߿Y=N3_=$n-ɬDcX&Bj+\mFȘzB}K4*g'+F& j:R/̕8НҊM[g†.DSF#r<39buFϪF>_sŤD`KǗ6g >x?C#9nLlcHKf+{3DcEF`7\Dgkqrte!֬q9 +po^<,/GEq2r/x.-[ 8YP${=뱡I_ _FPyӏl71%.s\9<{,wT~t 47@6_xi_#>ٔcO%u5F^j5v 8kPYdoP;f\_;4G6vyβO^k^POy X%kPU@1OJћ.50¦nPW1= 1X2+ nA06|'„{P*$w ?4Oz-r6U"^uwiXڊ]9̹FKryjyɿôg |oX~s_®Gl-ekɰ19lOBh V7qk.wBaTFh[MS`Vnõ*pdϣE D_ís=NVgAb1 =(dl2It8B 82M;eoʿ0 wBrkjibg[*N+|Oq3N;uZaS{v/<8x _:JQFyn0e/ V++=,r[]Aeqk=KFP`="ZPV +R90:1p^k!=ϐk'D³#'r'h\밺q@vUBӹ%؜NZ=|6mT +5#V1j pnȃ }x7Xp? X!v$%߮G |=,2ܴ]cv[4SptyY P +Zf .!k ,Jr&Z,lҌr~:(@!ov،(LGIPW\=B)t +ŋSKb8erefkF,^d=­kc5f̚tjZ|ir|Rofڕ\+5F)݃`q2pn9t^gLgF.uq<籬DYдZg1ʉ%|.44wD +,3ML_*愍5ZG +g;dfW_V)IΤE+X*nSTNU;aRBZݕt{Š1QVY5 g-م̊=07ŊbӚ{67*0A;-Z)t=mzNRh/݄a '!4HiӆqB{sƱ?NK1رޯ}w7D* +X=T-i4NLYaB~eIxB 230޳X65pH;^GW x~xyy!b玡Not1Zz.b[uɖd`RoyՒx Q&x8yKl  {pX!;l[' ]96bW_=ZhAv*;--9kMft1m0|=6#eŀ0^.tbhs48--eNQI h 켞_#;)-<e Ą\K0O׸NTg +%SUj:6E難c6 +٬&tZ$ +D +qwa 5v^|B9莭(/nLܥD%"5BlgjI)h!r͌TJj:H#os? endstream endobj -386 0 obj +382 0 obj << /ProcSet [/PDF /Text ] /Font << -/F129 387 0 R -/F130 388 0 R -/F131 389 0 R -/F132 390 0 R -/F133 391 0 R +/F129 383 0 R +/F130 384 0 R +/F131 385 0 R +/F132 386 0 R +/F133 387 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -392 0 obj +388 0 obj << -/Length 2936 +/Length 2939 /Filter /FlateDecode >> stream -HWKs Jafcu,W$9F7+Tv+es QM5|oOWv*/V-;LfJ/?MW·< xnV[5)4R&Tp{d7JUg\-c/?sN yMq'Kmҧ*͟nu̻it|W|k٨ؖMk -l':.*6`Ԓ 6q y'_OrQANXkZ8,T,AbD^vnD!fh{zp1eHvz>\p@GWSSBXv -ݭM%OզMt{gܯRѳc`,:񚛄]K `d'q}w}/MΥ;Ư꧕4Zve5o0ldӮy&=7T.w5+Nhe} G'-L"ލ6{+>b<ģN5]@RIfH|:1No #MS2.9`hZ2~`  kט,&oFΐ˗B)퐭!g z %4Q]U;[ibB101!G8v:BtRhm3p(3qv^W45Sj?.7]z8+kV$E:)|V @z9( /'疿!:Rߞdِ 2jE|Kߘ5?*WHUmȔt`xI6ZAVC]U;[BɶcjSBsm

뉨=alqZ}+iI~iGǧ𔨬N¬R`5C$NPNV >>Vu2H%\P*O!ӊVZk0 k&[O0U]Ҷ_JSV?u69̚1s2ch%]MBp;.X- Rc"N~3#N;Ǵ*V;wXV(U kXZ4Vc{ݻ:?o -gΖ̨ >z82?Ď2G14k< \Wx%7³m S|8Ag=|:{6Ohn54/-3vSr@qO ^<ɝb8;c.ޞR>~/xz^3|޾a~}ղ>^#gtI:^6vH% <Zo]M*j Gl jMiS }E/ހ{M!w>e~sY|',YS1̀!oA Terux@pIvh<4n-na0!v .àԖy~)>l&,O&eyzV9UpaŁ2fkyYa"#m)ib)J\:Љ1y F b&! \FD1'ߕftwЁP!:%*jM HÀ(>{D&fI.yz0vX˲)yFVkVx:K3rqc*] t,ʅGK̀h~BĮr".HY4 4ۗwNa&WMq .sqFiG˅T@h"0WlA){n4hБsfVqV+-AIZVն"OxFw|WlE Z@X4`(5lԠ3^` -9*$c"B`2x2]xd`To;śT( }P:Ȟ~B&ka!y&z@$bh/ -M![KDsdSm<^yZh}ox5ljנ uXWo[|[R5BjKm `Qe1(֝\Y|ru}z4(T('!Jp[.OUpG&G1f):,eJZ1SM4r$4 -*Y -L -kA r&*HG\5:v(%WlSkVe$* ةAYԾ5<"şT AV BLH(?v*>Q2 bKQ\"IySLx9hvz#K/ozB]SEZmSVBJY5jjU+K݊J -3.EBzGLj͹Es'qյ秙7܇mOz5ﳕQ@OxQXqB+6+Y,Z (LamxXN:|cSFqFO%U -,GBu7I."52 cCθ{=Ά;^U郓(k4($xr|h[31xed$Ǎ#¼XDm+MO^\TK۱Jj+SNFǂN|՛ Hj@N du0}@҄0JF*;PzU1Bh5,TaP1a$jt 6 -). #֧D& zH(sSI}8t[͡ZXiEvX"3/K燵 -][/W.O +HWKs J )~P)U77fn%Ul@?](pt/ZL= jڜ}}%?M'_8 Io֟E: !n~$?:|IHҿ957aB)Sf`i'U4\aùS\;^ &HGb [~U TNSآU:8eң +wevND["~:1?McFm.Scm6$Fz=wpIq +FExhہ I&JRL p= a1oxOS=D8<$#,69H9"х-m'`u?ͳM*`u{G/Bѣ}`=@ { ̮݄_1`n'hss}5N Ƅ;?Ǚe0*\6e1lhXA] Ux6.vU3NHpy}ZN[5! +# / 7Wt-|20vutrAG-NZړ+*^ϤOJH@^E@ +mϲ%s^fq 2fٴF<.lD YX?k-c^ʴm0g,r6DRYv<2Coæ(4\6I2aqRN/H,X5~>.3 +~V,IpeRl@XΉD]W,\m+1kgA6Q nk̈rF@H tS쳨߉ +sRwf B-NVzΒP{m(ZPÜj{Q +TYL5J2f4=CҮ $δBT͞ql1Zy*.\>SYM 3+mseI =U%X넙kc+[% 0}f^ {0 s&.е"@WOa[ ݯ[GyEُ\RaWzPRaA'`C(cRތSdG`229, x>.{h%diֻ~m={uir*3ʜ; JGw߆__讳~om]/svj> A'nL S:x&7uιW&QwgW{vuld 3\OoJh;)r>CCfXt'vѺoLsS ~|ohz/\m̯{`CB,ϧw)gYp*`G=,XHed2qdkx%-̉Һ#v>.C~rOjp8:6nSl2uWr#ڦ؆wƚiL=uHȫr;E~ٱԟ+f͜{}pRD ׵-ѥ$p.O!'`zAIX!+JQeYjGT]%Pb(~Opa_YΖǢ"5g> +$%*ÔvWñ%]A#h˄$?BdPuI3G{h 8D3SHRdH\yS 9(j>S4gPH qP*IG]#3`䊱+8D*I\GJCWJdõб}3!+5Ƹri@#SMi%;}WҊ%(%ufTi -Fk6Ȳ[ؚ +S`OwӢV.EwI}R]!% z6c,dboQ!"CWYb滩N٧' `4I(|E:h1D.|"A|5kx*7 JT, oZ?{J(=yBzێ +ܼ9Pi\7P +*W1FQNI=Ⱦ,T,)Y%>e#ma.%M&Xu@ꊀ@y:; "GZw4('1e:7my"r)ٙb0rnޙ$QU=KKW13^^r?uN@\ѫP_fF]UQ;&;NTDr0daXW j.bT]f~9#VD{ywvAn47xr:ѫX2#!R#/R˚%rafudal;N  կ::Ϸ;t5DL:^Ry#Rв׈P $IAAYQNNz=wgGQV 5q` #񡮇#mMjF:Q2zWŖ%c ζf3aKcI\gSNfL|Qj$U@%; fFS39n& :FM 9 VNq+IeCE"EsWa"! RӦ-$`rq!]霢4~> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -400 0 obj +396 0 obj << -/Length 2179 +/Length 2151 /Filter /FlateDecode >> stream -HWM7 /E,$-^kT -R$%ͬ-gDo_n=:3fr`ҽ?~}|8>>4ü\߅7cl3Gv4`i3c ! ~8Mnƹv\]gߞoƆKf ?]~2޲&|Aa^xQP.wZ|͙]w3x;nFD+0`hL(.cDJ:"aGŐv9OtT a#pnȔI߇x8qq~=ai>ߜ/[L-iVilr/o -:/8ʟجÜJ9q\v7 bfxNCE&VA Jƃ@툛Fg!l ZϪ,c)/R!շ4(ӳhҗ *Ϲ!ĹOLNc40U/'&EQ`f?} :|+_ 2Jn$2"7,90&Ŕl?K搮uG8uH>? fTO1=;8 4H7"KR!f[&F) (l吶܎ T҄O0:ȖZ/;_l=$Г*O*[E&;xb+]diz*0q2 PD՛jYlrQC 3+\TI9}$|ޙLHv. -D2iջOTJ~^͗%Y:Q@ #)QLnG,~/ P oq@n*7Y,; sk&2i7szpԜYO[Au -MG2hWf)N /I V5z ?)TGh/r$X<%%[ߋE<=c\P⭷fVȁI_b( -=tfгa$v0ĺ{}sO4j*@֡bA6/@֟_Wy:u,nLŇs5jT4;\Kx~["wg%'ejr.;݄746䲭/*̲6;mSLTEɝWO)]5aD]vyxZ3JڢsUuIe1flGȊ +HWˎ[7 0h;oEI5 &@])Ǔ3}HyxᷗLJpa`¿3Ѯ_&cx_x{LJN#e` Kn^LJϔ {р ǧh& 6}.?XE3!=_ +-~deM@aʁr/zTg(|-]w3x;nFAU`1`2S [CtO|Ҏ31\4/c#Vmo6b}{F9Ayݫ.ghNJc{xW`PoQ(b +sV*qX*BI0Y[*"ձ`G2qCʚ3òeU@=Dtp[aHic.7 R=ti?ZʌĞtVv->,q>83t +ZXB09FudzJXXW.{Xb[:S.f9$,hlU)JJ~Iv7 bRxnY< Iqg!آJKG {=g?$7'<FeK`zVeHyM_AFHUy xd4J cQ~bRfKa}galQAPՠ+tr DV䆝%sbNu_JT%sHW͐'NWN w˲J4#Ծ}8+ldNqPܶZ RiPeMȚgrg-!{3Jxd#H *r3wef,e1[+t[3DO3NO¢##SLGDy龫n |ʈ!L-xude>S9(Aۜq-&%o*BHgiKgϊE+ziN5UT#I؃Еkg<:1lb­'^i>ox]fxΙV3O$u~ۢ(!eˊwIɉJM*u*ݎZ򜪊J,ӆc4(cWCf=R7ۊ`LMl#$B {Bޛ|7qB#yOE<lS$i4ui@ȹ>j;ZN BrjjH8I^a( a@/iJ֎i6"9mi]էfhU~^F?oYuɒ~4Eog'! r'%ȁ&F%ͺ﫴dLr@HRevix鳞KEy[ @4'k.xe:0" q =K :!SX0cѮ$X<%o"1T|(X 3+/1zr}=xb QPP\ƾ,STQ^CyjA6/@֟^W|:u{35A_f.n"J>E6JyJ/%M%l>pyŪ +/ǒ~+%u0O+X.=9%H(|ܜ3 J)we87i]} rfntp؊'JCJ)4nŕ z,> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -406 0 obj +402 0 obj << /Length 2908 /Filter /FlateDecode @@ -2294,881 +2250,855 @@ D F4hLk3ji_4/a`P-䤹JԁFbH\j!@ylD m=+9Ƴd ƳYRֵt:MpYeì^b#wxג Ì?a[iz- Zh#80\0k)TBkh39a t/h U1L<Znf$ݒ\B2)2wsZW w+ݘntVjöXؘMf#]zeMܯTzՑT~}t|4-xVF:`^L݄E-zu&[M5[, 5Itaxr^p nztVtᲈ|7,e!k⑲㐮V$+~lDջJ2qd**T=B endstream endobj +403 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F142 404 0 R +/F143 405 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 407 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F142 408 0 R -/F143 409 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -411 0 obj -<< -/Length 4886 +/Length 4836 /Filter /FlateDecode >> stream -HWKoG ˒vtُ8 r{O=_H֣#F5*ȯ=| `L /ޘ.?vn<<$Ono7g;kp.Bt{? Ng:{h;cM~bh.`yl7 x0+:H)-`{6lxyC3{=suc cFO=C0%DOiM}' UׅVZz&iX -!#NIο3fȝG.ac{BSJ C\fO?t1!?ggxg5IMIgl ϟ}ǃ.C1o1# alb8Կӛ]" WyriQZ}&kcsW1f;كC]Ye3sؕ 7_QY25m{ ⱎmzm>Z{O"L_1V'ZV!lv/:`UAr}AeA)* YNiP:* %FQIk= -ǢCN]x.d}i__1BOz3#( `'lWvz W3ج3C'f(P03$;V -3Tf1\31Xr'%WDUֽO^䎧ulNO!Ἓ䤓: ȾA5uhL2o@gh$ 8{IUqp 4DPT)t&(z+&F4"Lw~uo2q;# *@]Ρ3`j\ods:Ⱦ95qui92opNgh8{9UQdqD,|+IՒ H[LBIƣʄi45chsB] - 9!NoPF @a2?SQ29eBN^hU*EԵfCִf̗L)g뵬mBm_/ǻ-& ;e 1Ę!@\9Kˣ\^~N."D.ɥ3ȼA.՟ɕK %VRDU~=B~գeƳcac87 ^"*yNЫU?7d֜!$9%YopV @e?sU9gYN^jU*EԵfYHBK~`a<2~yq,*86 3ߧfU`Mj!]l|i|qHN:%ȮSP%_ϔ %TDNF -PӾZJuPšF1OW,s!g;ܵfԨLLm/1Sq,G|8֌yD>! P4dMRє.͙FrFvndߠ:473r4intӪTX ~?Ֆ  ٞ "5 {\ v7%NA>v!)]]U]oj4U[SG1pK,ޱrGo鴢'Ttk oϵm%\h󫓕I-$WpO -2&#wTϞ[j\;? ATm0T[J7@vCmɜH[T^ ʙ44%#DZ l0po|R o/HWy>G[q[~jXn3Cz>JFH}h\hRvxy.{>Cu$!cl> `>p] o[ӓew3%SJ={I`MN"xM5(GzF'gw|u xƍrGm\/؍2/ BȟC@B`)w -xL]y- LGT:-S.M2L#$&nk`B#6RTw  [& p#T1<,-+ ݹpD-"鮴-?&?~ؒt GŸ4ُChNKJj +^ݮ&u!}3F'<˜7Y6|iavhgUa&Θ56DI2f#l/G9CO$Wkkbk^"b9N[& 崎nu@4٥^&;r1*]&goHmhU a, wʮ,Bnku_$eaFr/c8GKFE0e Cmej뙞TM 7m׵:ID‘(aUL(7˻K_qet6dz@Ʈ\6Mƪ,7~<m]_uͦ ʂxU` -V6珿m>ޡ M4g`ᄒS\T:Dt#mdɏ),nU[ZTq”C͘##zgNyh%V c/z:7:)-a&ѥɂ^n㹙Щۨ/=C>kie$զ7!hEqق/{KD\7wn]ù`=q@ɳ'RNmdmO *`HҩTW{֥߽"U0qD@fFcB?0 t=iغήrycb1J1jRdKـ90i1ߓfU:5{?T|] -$#|]2שؿ\;c,;ks\ fN.4 ū*b9xtdc%lAKQoHal t`uVΫ֎thxFp75Bp꿣.r4k~0?&l{w6 E$Q]$1u?V[6+8 G`s-ұMأ nRLxq_dbˡ^8j( xpiHMhjJw+aLZgUIT7f~|JJt~?ݥc +HWKo ˒2cֳA/ bd,sY$@i,#z|{6=<~{3uS0xc0عl?/ç9Nޜ]áhG͇h,|;d5oˆT"Z9 yFDl1$?n=m"/"fL/HkENzhS^ܼS{KPKRx:O+})8SR\(jX77v6=#Nihj#f] Ya)X<}zvbGwuy:]y-8[$:k AҒ@++Ƿ-A[ڭ?qO-e1`E} 35N.!ch(}?GaW^d   xu>3+#<REMu +'An(WETV }FRo7Ȝ1"08X_m(oM3E!RxYF֟^&,o&f_u~sL~a~VE3u ut0;4!l:"6t!nٿsN*ܒԷR b3Yfe]f "Dm#˾2o(܂Jw,L6bsS$->%)se5gOb<~mVp+Ce+MPtܚ) a ΃O<@I/uѳJ 9%JD$Z\UjZ_T gʚYK|\e:@Up28}2q7RA䌓}p;~t"#%m\Sxبhowk2%]ʑ3J$Mj +XX1+˞?E YBhT?ЇzPq]mگ5ɮǻ6p2t];z +>aƋIy"o=!40dz +hDhLOazv抧!q_ԔD _n݇nr61<]zuc6=8${]68]p. SCF 8߆׶Eo4+´c{lf߉{6^$TxQR/``Qo$M?hz,:tԅB0u#s$52Dh*kl{qXWJwl7f91#j/fٓaaAGx jM ؅? ؙ?ZO3ҝ*"yfÑat,7ߊp551 00 vRvlיH?1:3tbFI 53CҾjJ0C5aFZ{>5N wR9(\Ip LM[%`{IxxOP(YQBλI@N: Ȯ$P _'$  T&ANF-ӾZJ@3!A4K @,_0 ?Bgb׌bbD#b{7Y&ǹ90 yG: nzIN:ȮsS_Ϝ#T\N9-pӾsZJUIpJ*·d>^-`,dZV5?2 h*&A<>%Q.r`O[X$x∻~'2'O zN:uȮSQu_!uTNNF-PӾ:ZJUP'9rSɽ#A1L}xNҠ j?pA+=Guiy^/w+)vyBv'dx:O4 7x3Or4h'<ѪT*)ո'~\(zJ(ĎEX{<k $nVWUTs:%mY6W|%34+l6aeR8SF;̄ȝ.=G&̺?~_ *C,+3T[J3B dN-*/W4e?6eKT Ggqwl0po|R +ټDthց>naZͼE9ɑ-SѸ3*^n<=xOGȘO3Xyׂi_"(· +V6S!<!"o/yM$4TB;nZr}GWč|2yv˓[]/l+wƵu!r $k@DuRz' c:Ot_Kk'D2a 12-u[Z&zT©0d8b|>xB?cr +X82~L~8~LlI#zMO=jG̡#WnW@DoHg pO *z|z40;bgUL1k.mlS;b_N ]~?i:Zeya$帀n9 +P99Z)sbfvX{56q(wgsa«͗;LV&zYZl_ib +Z?Rغ/~}?#eL7r/c#GFE0e CmexLO٦t˛ZWER!r&8hjXU5ʇe/S+}%O/82j X2v FRjcW>vS3 ݫx+޺ԏfLzeA߃d*X+_r>ޡZ3'0w_^W\TM"L̶[M2ӌ4KP5~pJ)Rc͘Z_v  h (_urtK^[axHϴ :wsSc v@ "Zi;)iJH4DQUv)0c q{Qz:]까J͐8g芵U?%/8KĎN]mVcy61*Ed:r_߲R!F=B~zfez^BoSسw&18`)2ic[lvϴ̘u^Ƅ?`bVz/K!eߑ()Q:u`g8OL嘩>q58/ eRՠ3՚s#h`OJ1@Kb`l `uV)֓thgqEp# h4Nw\z6k+]0I&j{w^ o`I 0&~VVߵۈl Zo_`>@[_uMbʼnt/rpr- y5*4F$.͐ b!*62 ZRen%sBNpex~Y>DBR+?-/? endstream endobj -412 0 obj +408 0 obj << /ProcSet [/PDF /Text ] /Font << -/F144 413 0 R -/F145 414 0 R -/F146 415 0 R -/F147 416 0 R -/F148 417 0 R -/F149 418 0 R -/F150 419 0 R -/F151 420 0 R +/F144 409 0 R +/F145 410 0 R +/F146 411 0 R +/F147 412 0 R +/F148 413 0 R +/F149 414 0 R +/F150 415 0 R +/F151 416 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -422 0 obj +418 0 obj << -/Length 3315 +/Length 3303 /Filter /FlateDecode >> stream -HWA5zLǶlw7pPTqYލp]W%[vP2n˒%}޼v/˸<Ŏ6Xjv^$bҍ9&WG'ڻ8Adu;;3ۃKM7lHo>;T,sowK% -?_O1]5+铝 -\y*Bf )6Fls)vqSh:7rdKÎX#{~ܓ}Zn W -{=ecw_12 ? -=iFYOpl-Q\:_-@R}|$Ѐ<_\ܼ@>'aO" v0D#bާjqߏ!8Z[DGE3NUqnK:¤xeʿzt;11Rw,r">e;jW{י9ܚ@ ^/>PM{fMP× ٺNz:yƹtff! -žca~9Wӝt7h^F!؉ka[_Apaiոwȑb qUYBus5Uz*éRv& -+_TM D@j ̐M0T -hH.NSc),s*6Q+ - ILUeWbԻy@b<PSTSx2RSR -!|+oJ',wgܑG:3 (!E?P|לIצ?ŵ0?6 ` -/9U'.S:cEw% {'ZO5a0ÌJmJB* w-luՋ Wkv꾑hիFȸ -+1:2n\j TZTiQfQ`H$wN+_D\(* z`V$cG*{Jvy}w -%dd1m(I1ݜH# r h}h@=n9=pzթaH( Q=*Z[^sG >|/;^XKV 36_;SBZ;T73N$4W,;_Vԍ54DZN(.cW7kҠh|wٹR#Ez-~v04b.펢=@Q%YU4~ե/j,4j$賌e>dFmy1KDk-;(FA:> Ol -7܄T%?o;"8Ibt&V)9橹;S<i{ F<̈_3ێgd#SڰɈss0HLWn-Ѯ(4u*R3;-Cp#\ҿn 5S~3kӤPx;{Α :v@힦 - pjF3f~kI.Ӻ zɪjˮ*eŁfeI7h*m4[9q#(Բ2ƞLle+vjtׯЕ{m`RSiuSrTE'MP7U4Iu&+{JZ"aZHZ2i -H,zՓQxF6$BëmbMWXNʠ9ִ;.G܄]$`lv_P8еq:I@лlS2_}]*<^eoj8Y|[UFhk]6ܤsߤ+CO-qoμ){S-洘S4Oj'^0{Vث UY+ȌK -nZ+X/\;w=?ܮf@5/3g6u`I~̠:1\ӟ?zH|OFͱwt*H`_T#͸nW,7<}^JvNA_kV)\KΡa6S K,ML&9H 8?/m'}dro@;C> МR!CA.S X|[o0'o.[Ԉ6( 1$]JՌEH p% -Z UBS Vs$nӏ,:d鈦 $L<6pA͋'lpņnsFv'u.!]_abL#s-|W_TWXuwR/_WӋ6MzvL+T -͸ b=wQߪ7˵kx)ӣ[̔ Cete&)SO"ofRʼhƃ<%*d_]wF2uЛU@DY_XRSNIq[Ǝ3>YGNLdY/~V>ЌqdN/>VK~.\N RjG$N-O5O?_Ue-CH #r+~;>݈ 5)=1= ӖiJNbC_^֝|RVQ~^_']K Do4k Ɗ΍2tiX f^'a=92(V}RhTRz C#qAw.fe|"݃bٓL *|2i$PK6qD$~hאĤE|.}ī Q@sy#E rdHeC"@d@ -, +HWK5OZ%"m.0݅X.SL)U UR)/;7<09 քiixޟ?ߏa8?p8;!& Eu&^"k e'XEyNgYp,xSChHF3SnG_$ޟ\. ++@N#Vgc>I(v7TĐNYeY}ݚJZw矟ωvqŔjN6qöY0fM"Dg7lj[s25tt)\\tѥ+++`unʺH7TWRL@Գ[@!P?ЯUMnl{C†ު$t \P4qO>BU;=|7{IRx嗷)ZNREcGW|'O+$f 00:(m|ڕ&̔UnI҇qF',{}ZjCcA/i$F!VYbɂ3<>L6ӈ1& 1 ᗭ=+{$9ӑnӚ1bt!#aW|_-+o&oR(~6߅cƦX*olAB`zDk./&\(·N2'xzo`۳36C7_ztoVxƹ5|>3WovoK[_쓍- ZQ+p:Ӕ3u1ӑݑ{IF<ɸ%Df~.Vr*pꡦ] +שe"[ŅM&jуՁ!?R9aOmiq󔓫Ԃ?Ȅdd.LKoBi.<. eTS# P`ҏ]GڍAZG y=˴ѢR*IГ}~|eK5^u:Q0^F#ƨ(ߩN˜.iPBlŔxIRDw7R˂q Lr!v@ǽ k1 `ԭq( S=*^[SG  >7v:—-8XX KfnixRN!UR-js UVm3$j ٨_6ԅ44D:NC]r$n椣F7IF$]:۵s;ʱ;jI]u3ĿHK7@TŽЪ1[\ jYBId +9aTTᎭTVXfۘS/ǎ {?3i,rpS;]:ngk Z<܌Hj#ǎGd#Ic>sS`DL.n9]~ДS,vZ8j<"K*;.z&NfQcwDm#QpF3L=E3 +'M`ga]#v뮵KN"x8P<խ ڡ4q@'P^I[Smb+}/[a8=R;teW +A>ػ~.(EGˢ8"hA7Th; NUp*7/٤@;=ԐWѕ~T .O-!\'0*_J|U|sN/0h\Li&/-TXئIl7mjlhmT.l)¬tVc$.ݑ*L(ZYLg`q'IF܇]:~+#6W2Ym$gNKf>x,F\9B\CZf\3 + (\Z&NsD4HPh\lEsrMd +~]ƍoo &rLJد1d[ꋯhBShB=}ؐJ|DZvPG#ZN$o?/eI^հ~ܶV/Z.g7Nw2 2vĤ endstream endobj +419 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F11 216 0 R +/F152 420 0 R +/F153 421 0 R +/F154 422 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 423 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F11 220 0 R -/F152 424 0 R -/F153 425 0 R -/F154 426 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -427 0 obj -<< -/Length 4513 +/Length 4447 /Filter /FlateDecode >> stream -HWK 7An{[[oA)si6 ?,j˜vX,ȏxN pF? =}8f!H =©|<|zL2)qn?:F/?z!E\A;HKvGv11/"˜vga s0QU:J:$#`R#2j"v -]{Uk_0Q8Ks#]CCJdHGydzvq> f#.'sk6ɭۍN{B(tw>Ѿ*9dT)EZ@V:~YjXӊ6e#\9*gv#>]hﻂJ:;ZZ軮h52`R€f2eyQ szɼžܜ-QFLgVL7]JN2\.#7`ܒ} d,39ma,幔+"Y2AU1{ -o~b(ǯ~OtOq^ M;]nГ zˠ' dA=eЋ zN~KyNeP,c^k҈(w@nw)9N焧5(Jl#?Q{f-bN5EՐO^taF`xߕ hw](Ɉn&Sæ{ЬZ Um$W A2S^"!n!6~ 'd!I T00ɾMiO8\ʰ5$y5=`&p{w z}V`'lAvZˠ7`в]OMi Z1ϩ V{ ;VXCV:hv ٿ!u(DO0n뚐 F}Od~@v3춦hރG8j/k|S0?лe]F;ӫ(6 ]"fkoڕ Zҳ(Y/l~E[B]q4q hĺr*>!*dqnoAj˝#spR " k4N>E'I9R4ظbѶ^vRw><~tWv`}qK|x&0rz=8AmM|sA\8gd}&n}F>6H}FvD3N>jiNsϝf*\%k"gb# \ӄo&;$BvA*1z-\.2 jVg sZ2ҝ!S*~;۠' 0l'M^ߖwqf/?QLWhMc=*%AZ#1q8y'C S|A)3NITj`ř|V=Tu@V e< -jbÐS&B\"5HFzO\z4zʼn&o!c !\TثZ'%` I:>E I\_ըZq6pmZPKKiH_ڶ04ZU\(k)\ ]*ku+%$Vr8Voj +&tz{ -<ܗ1ҋT#4S6PzbMqHT$T4bqVvOH.c -ChZ&_ -S16/U2R)_|5b-+90*ԪK|З+Ir$#awKr/vչ)ͪCjXUezo f1#};l& J"Iww4M%%4AKUT-KUj"]H:˒qURHR ;ྼ.'^}YoiH#NTTTQ.(+ܞx|{WibjS -.ޝH)-TIRȇ^QAYApؓ/uЙ/S_H;d쫒fmhR9=*ѕUUwunMQs-8u9+>}♑ژKͪW蚌qܲ -ejڻ[j47jda06yV=WVK; 0L:IQ&W++xpԍTz1اnd!Ne~t+|9=͒ބm -_>YGuxI,떖j/nY+a,GIpaCL2mZ/I|}Zɝįffu7n(f/FȢH)kyv{x -%tIqE<2P-󽢚κ3(6AN<tFˋN#ԁV¿kt%jK(>-x:Eȥ zbQY-jz`K")QrTs ukΨ7bhZz8T+lcu/Kǂ aIK^AdO ˜wdb=lF HVʻAZ -M=HkBqWbk.ĈmX+A(\lt? _;|LMLD$9_wft'fZ;z<~H߾3vG?@|<|zL20qn?;5gf4ţ/:v^`9n/oo%7vRЯT݋ A2 zg`6EJ> %#r&Z"JQVdًČq -?%@*߸%ćy!%FN)ozvg\) /iYB 7sh4GygUKGz!^F -ZB+|E-:@t3@ץiCbh۔⏤<3gA!#O`} Q#[#'%g`o VI:TP( &Ϧ0'Y -T3g1~PPetZQ`*‘-:fr"g95x -HS)KҍPLEia$aq7xjeL=߈;BW1y1 -IgA^NAi zpF\[UÄ0e7FQZL&# q9 přlr8rF.èL9K1˜1p9[\HsSL"[E%%8IIRDHT=KmY_TTLвx&М2IiT|W84x̨Ә2|-kOMqy&0ϖf-`lɨv}30\oO#(v lHc?S~!q:M6$x5|:+ؐwaa`j';40' x =DH8<5%HnV ,pc<ws|Ya' +˘MlStl~Tn&&?6)yݙc6s 0FUqW0L̳zF0xi,脢f]\`jv +]{İk_Ɛ(Qԥ9cM(eY8dyH@h>Hl:y!]"hZHE 齅/|UHmӃc٦0R;Eh0l ƕ4W4`Uь;џjr-R]A_s e{NnCY7XN~_jTDrȱ +% +j B;Ey BV >G5=j*h+[\"mX[ }hΎִV}5"F{3-.YUn$9sXBux K=w.&{'p3=+g'HR[M0w*:pEXoVp J0z.X' SXsIC dɼ= ܭa(W`v?#ҾA|uNf$2Ѿzq=7@/MG zџ@Oaz)Μ52,HIw2_kO*#ONU@}i OR"zZY#VMQ5(y`7s=dGhxߕ2QuߓbHræ{ЬZTmIT_d +H;cABbZd<]$7P)N@D6 h*H)lq*ŹaKkHP|Sk l{[v}Mh|@N"h.2h dA+N@%ZAa Z1ΜyC+H=Z+! nuj: FDhgו2,F춺hރxU_^覔`ew2vwRIlT+%j^ߴ+TgA:B[MѴ.J`Rϗ$Z@F9PE}( ..OAa_ RK6dhS#.eFnat10fG?o Ux%<uTT̤,QiڏT SxM|{+{;`_њƄsTRm5GKJD۩ӮWie h:7qjOG5ʱp ,{i2PSCEZYZU`˜"j ׫A5!4غ4zA%цzi#BCCSذWl!d#ONJ)Ԙu=A2_V lmk[-% "~ k[R^KX(mf,@5eBZ$ rSW3k%1i%xVsQ R:Rt2lB)ɦD~A)pz"Mp5S8X4 ( L+e砝( џIi GAu5T_~5l P10*CPc 7`:R^|5S.hʇdiKeBöaM9u͵5URZ66".Xr}y8)e;t^Pgaaҷf@bYDNfCI44~׶,_rXvUxUi@i2_Ņ.Pcq9@ /zKpXZ]g3"r]Za܈\yEE0=%j2<"O^ + Q+z( SKtfN.6 gs,,ZiJi&\".C 㯩][Z^=QexX9h)>ׂSӹ>!SQP`:ϴlF\nֿBd4ihP%,STdV3էQ+$ " +]LPm;UEblMHWpWS!&\zϘ}fSa72-Nt{IC붌E@OkQ^%x{EzC4VW/v(IW+r%v+jKb&VZߵU9םt٦fNo8,: Kvꄂa.ΐ"thTMZw`fn罺6j榴dMeЕ5X2Zn,1Sh?BP*%B#,Ȋuaeԩ ~ኆS6jU=184¡%XQcOfP7XP_{veDzw6\"|9LfY1R|Sh;m:I/ܔE29^!$a-Qd=rdtcΧ@x$N$l3;5qp7G΃5ܠ#꡸ws|Yas['nה!%vӣt\e&d|^ 0Wֽfi!o jI\6SŠ3< eH nb|Hh+Z{i e5rWѿfO9&W, rpprKX MO;Ɇa{¸?M:= +&׏KHN@쩀}%| sp^UYU2QV Hc8ꊼ9cDoSK37~tKL> +r_@yIO(}PQ ޒ˒6]WdY5ݬX 9kZ1.v@1#dL QzWl=<o'[88Rb,LCwȆgY3& ylHHel櫙V#ɜEc̘sLSv1v#$da,OUATܔ Cv[(o/{PT1 y* &ҎӄBv8) :b*- %; +!) GB0%WYvF{1uQ/9mp+p/l 9[s-*͒%5'*ˌiT|0E&f­\ќ$1 VD*ޓroKnqCl*!hIb&EfϿT76򞲃r m퉉#:'8gu"R+#R%pRHtvl=Thn+E 2tyk'מ9zȓu1(B%Y9ՔɲVפUmm42~B5£'3mS5T\AVzïh YVw. 5Q d.u35XvE5:r9\Qҗ%cdՃ%Yr2 o"&[97J#N]߄f Y{+JWUԆv;[5\hIgjJGj g endstream endobj -428 0 obj +424 0 obj << /ProcSet [/PDF /Text ] /Font << -/F149 418 0 R -/F155 429 0 R -/F156 430 0 R -/F157 431 0 R -/F158 432 0 R +/F149 414 0 R +/F155 425 0 R +/F156 426 0 R +/F157 427 0 R +/F158 428 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -433 0 obj +429 0 obj << -/Length 4962 +/Length 4536 /Filter /FlateDecode >> stream -HWKo$ jUIkov &FCzuLڈ Kr$ǏooӻooN)JMne2?7*~ 67/7ݧooOZ-ndv?޼I_m{UowkGmr`C3|4|R3~NxӌXCӥ6Ɲ^sPEQſ*:]=n.h`.sӔ$=|<*'B t*\ӅeH& ^f5eO-AǸ$RKG`p|лnoՂWlvݛQ4OkHT0AA!ř2Og],oZ,>>][;ju,˗#⏌W\& ᏈK?E!WO'/᧘5fLvp]4!,7 -V^Z8̾frg!&7Pp5YUJ{eU6p8 Jپ`i / c +,\mlf`}dޔD ̲`i4CխnoiȪe" m?9,%.J%喢X%0 -3Ĥ*lktdGVQ^"(Uuhh>a -d L@&/tYiZDbA!`-+bF> -ޑH_fޒ)E5*P2G:dOىv$[ *5JG+ʌ\ ֪7"OWR73[}6QVLEֶVDJ"̫1z&OJdIu+o&°ГaŐ T ۭ(cʭuuK T(rB7k镱yHSR~"]^M:n w~9!`T:p'/q)gĮ:pI!I$>axP[IOo0{OV_QQR2eg^ߜ@a_-h4Mө؃ 6.G4_oZ$ެثHXg`hw5kmߝ&HopML>~xg-nHqxͫ.TS(]3Qk?_YgfZQx‰Y5*FR$K)M8V&;KaNA;y^t/7|24s~! 9(_l'ZfQcKaB{#q:wI ڜA4Ǹ XbˤG{k' 4,}Pؤ/9(oi}|qx`Sk[;-M~n5*R_P͍0S4 [a+H -\!OPfRʱxi3CII<[eRUx?ĽbCYB2+;/Xo_;%'/<<%9Ж `tc3@ E>oA"2jD!ǁvrDZkᓑ( -3>0%A᳜~mbl[d9۰^SvFg\ޥQ$aJHSu >tKW@SQ|}%Ee +Z嬈y{-a~`cgʨKǐna͇ -cCmdނ5 !^4Ճ:7'_@gMĶeLm7D[)в#66F1~filovȍ$iqύQ72oAvNg.CN0f"F5eZΦyͫQigt]4F%Ǩ$T`TcTTrQ9ʓѝL*un+;A!8k"ڴJ_c=F"9B8_k}-a`CgKnXc1͇Jm#H[o &DX9(Đu TC/ -NK,&BnCfU&&{Wij1Ł!‡0%8I*ƾI'ύf79ߥ=ڮ'vO=< JFbV+$}tpy=B6qn&X eh<˲DZPXڠIߡgI+ۏ?,SǍԾpUlN87.Rq gѤJ\rY͌Xw 6Y[ &D1|yG<?S'3D^l?p& -J*]@wtab-)yROt'6q|1H}0jemrq) V37a( CmeI͢b־1 ̨ڥ=Ky+t~Oywo8'<2VI"3 y5TH󶓻2EL -m1o:tVgaʱEaBgtDj,iF4$`? -]K$'eH5-ʪ5*b1 R\ Y?񫢿tAGwLJ -QMrɵB^g<{`7CzgϫlBG5khT9^WD]Z],Ls jd[\fMfi,1"2^*+y -N /Di/)jTn7)衦 Q mI֮)=VsIwbq&wYA޸v_ e垦?ݙ)~X Љ5ef(^8S)t% 9gtjajsO-;EUb VfMM2ݿj[|YԉTQ`IB #W+buu~M(x&70r.a. K*Ww/iVG[Qc[ X%p\ N-2yBφH7elk7kM(g:Zsw-w%ՒdWT^ݎ \JeE3+U)1*T OQ >&swّۆ$9,fYW_\Emz*DYF),K)?nHeA?Zb|֠U eO0툊lH?겄%z;oE } Rgƭ#B)T'GUM`=qo#oxίo Fm,.e;셽/k^˚'2 /jVwWcY/J~<iԋ qiBSUCYSIcOe`e9/UMFt?u֬ @[G{gЖΝ,$La݃t5.BUq$:~:ۭkS r º~wW!,`'biKܒK4z?mNDI|W7`s/1j[.~/;C}?Rq*{*(1m)UX}zgu׮{'C#+X__/G hl],ؙ -i:z^¨زP'!=/B"MPkfebݳ7>Ok?rbuA~I,Ihs(ȏ-"YԜUa[q3-*t` -ٺEc P̩ qjFzk.~o_qxȓ6vUU-ldKFL׵{g?}%BpL[#;ب} ƖؑPOBs)%O.715!1Au5158m}*+[72G!#s>oKwHfy:I]Kʱ,;is̒ٓetR1 -z1Sk؂^Wy/I m<,?)N4Qv048n} ~ǒluZ:{jhORJ3vi3[HHM8cwSh MSC3 klh1pk@]3y#}ǿgi?ȋh.\-](?C,w,32V`*82RD~UH,Eb,+b*+&bsғ7y`WpVXy8Bq۟!cq.mgc(_4nugD,҈fF8ЈVF4H;M]dzt79cq8;:̏ӋtsoQ)}Nff΁< 8fv94jY(0| ~{rC\Z6~4p [^4w6n6Tv Η]6o7fFS|k[AXzxK^U?HMBa'?5bY|xi""fu+sS(GOEnߢ oe_2B,&cF7y q(KJʕ̝읒nhKF0@1Iaa1|h߂(qA Q1~^([$m {9LIPx-gE[*٣aeV[  L=A56=[2.$iSB"L--8 IQ.@K + Tͬ9a~8^0^)CTn[7 j# 5NS=GcYE?f06r> r .!(נ#6F1~f il ovȍ$i\ŎQ72oANg^^aODPk^hF%ϠrrގQ$\X`Ru׭#\^q +YƁh*({8=/Erpm+NsRcx n2o4~sO6>!M[!LL2lfP<(8Xh}XU z1i\Q!>6o@n 7|'I$_NXύf79ߥ=ZCVO==dT$ߣ r3`V3$}t+f {zKB6v&y&y>BY%҂MMԱ2}\H go\}S,% ^T%H(}0aa2J-sȧЙwă>5]:q7?vȓ=gDN+! U o1Iɍzs%(Qm9=Eɱ-^Mʚsq7L)`P |\ρ,j-P>ļ20zh^q_[pxw[_ `=qNpX%eb\iȃ藫Kxxİܖ /bZWh y?hY׆)ǀ„&耉Џ;XR jҐerT|)-Mr=#dh*֨<'#C{3H!G\ ,OUK' fT8+p0F{6]ʆ& +yfG\.h[6;_< .|YS嚕ʑ +'zץ9ńc3!G3,%APZ0adz VƳmU_|DAh!%D /u[IA 5`hIEERtW!߉?xefye\7Ms1C/| :'C홣Lܦ7H-sΡha%_7ڨT1}[xs^I*fJ~lyU m2?s^|J$`]r5#f\W"J#ra~ + ZlsV3 .up /}w]a&ltbC5YYOh} "[E +,I)$S90sB' Uwͺ^>R9^-T_]:ugmIP{/4%#{S흫p|6KOV/ +ycSY<+M7ݰ]-$am:w_PMqH),6*Rc"u +DW4,(lҌH^$ej^j}Y O8m( UBzia;M5?eU@a}go@ "RUڪ n-o`?hN}ql_o]Bt>VӚ3+)<bzKE㮵h3lAlm7MBkLZ3t Pc) pqޫ.طcO%WLTV@+_RSǪ1W! jbY*Ru8:F*MMTj](}\w{l&͌IP[_C߀NN3tbrUPt/iԳ> +Orn)-#CܙǟR$G O;pRWG_nPMѱۗ?᯹?פƕN§|*på-UW~فrVHKK[8Bzh= -{)AǕή!`#M9/ƈ=OPd o:X:ag\|AIF?a`| DLܖsڪ,&X|>Cn}[NCOci0v1K5P\ šc7Nu]{͋e왏<2ء=J,Í3 'Ƀρ$3\(hQDmf#8=m}jfLZSSv0}tjod3dFǡL-eSM7[5ڏsS,> 3;G&.s"aF}kEأIN uRxqY=gPOBpyJTX 7҇4ߐE> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -440 0 obj +436 0 obj << -/Length 2840 +/Length 2806 /Filter /FlateDecode >> stream -HWMo$ hJW= c-Kk䚹dF C*v̬$AXLMVz7/ڻNww*_R:; fRy_K_~s}v_O# xd8ՠ/ۣꨔ)GeL|0qŨtCz%q{m5->nا!-uܬ ,m*-/鉦ҍ&M*v_OAS F:&nu;. -0,x}&"?uv7V֒xΛ/˒v(ƝhVbepE09,ē% ^<^46QɛzhAZ<+` A[Qqd3 .)ǎFS} -F|w!Q7n^6>G$3yMgIŏLҟo"1ݴϚ7nYeSCKuPɘ.—Ak 3^R}W?ϼ)| N$(zjx$I]J~3`KIA1L_99Xxؚ \([YM "8jwc{|vԷhBL֔z Y{O N!+|AhOӄ7ͶO;§ &݈T)B*ܑ2܀ǧ3[QG!-^o-[Haɦi٭_|mx,SZYϗO93iA-[ݛ$*N'>Y*7MioH4YS*H$}FPfqbCVXj[_,ܞSF:4SIϏC+*)]iQ=jIu=+ńQ]1k l7/;{V̅F^W"x~h:x, l:Rup%D!oo) pk%A-fQ(_>NF4PNAOYŵA!-Oono+4|'6`\PCb[Wb{@le[tժZ$(VVDݕ"?T?I:<.#[T&Ա>DY[ SUf̅扇q)".▥[ŠAd*5Y4g_+UXW40 -Hc!E`dľvPHgh,qE-w@a_ag(WR/F(HϢ@C5#j4AEj`[m9}* if=An|h24L ٴ4GMA»uqg\Xjybz9 J#%| 4(A-hl[f/FR ̢̓ %aQOhxQwcfrU•`gdW5Y Z) `m+/V+7;V5LfuV[YSUkԠdK;k3cqCрeɷRuF&vb;ȍ!t GIf+ Z7.kE޳dz|RwJgDʟ* -xE̽9SD3ɷԁ'WrDB}ZO -s8 L"!6]k͈`HRL뢖,Q4Vm?n+0kem(NDoĶL1FG6F$eJT(aU;4ʞZ+=ndChN"dI/(+b'-@6d{Mw-UabqV3<()bW#8͋U,oL*M34m#ک]:Lcj-"s[XKPim*DkǟQ}*9E?[Zj%y͆ -YE; -88X+]fs#eY`w7 :S&(rIEܔer.B*sK+K?bd9cXB.. 8xVU*n\_dEYU1o9 -fu.)v\ ,a> :χBCh +HWMo$ hJW= c-K䚹d C*vfv%A`xdU^x}݋xΣ?T^ׯݯN?s}op'ꉎ)5#5*t>:)ea8)իQ'ǿ-~F;Cz i9fm`1n?Uia|Oo4n4мnRʹ?{ ӿ+yOnc&[tuVpe1sMCl tޔP|)_W|4DK-. W,d!/Ig񢩱@%MC WYmڊ[&˸ݞa0pI=v0cU07:OePL)1ҖX4:.M2.ѻ.gV?@8s0fUX NBE q\o%C`w†\r:ʼǚ/_ryVjb(sA'<_V%Z屲f4aW]LA^->j!;~ܣ8{gd,jO[ho ӎ-հDSɅI$U.te-/F?L/J?#Mej~5"UJ& +w 7`VUlm[}RXiv246C_i;<ʴUvVs f~~[L=7czAo nNXЛTd/$[r) CO$A#K(8!+,-! mLn)$ס?ݕô(Ӟc$Ꞁb¨nУb~L/C˺g\hDyQ|*Wd2[ͮ#UWBdÞ"[[٫n$, +˧8xɈ +k~xVqmbdcӻ +t_ ű WPCĕv3{Y]j*U-DR񧶖gI63*HO ?*(K2׬I)*T3oBCzaxbˁeVo1hrp(7IU<U8)a/B)&RaH2"Yge8Rm*keC ~}(v,+8m~[|Mԋ +Ҫfj(/}d ʹGpX˜= 4U^v}*?mXnd'sZ.>p"2DF- cݠ|^Rƻdz)6bD YiSkSUցfq_nތ 3SPp3-aYFέ-໤r}?wh:T:C;ǶeDȚ&yZdJ |Rf7lf4b 6NV=4nzGdg ͧR lb-YOB2L3b+ v6.&ESP@jꍋqJP޾ ucL/;])yDž#%͚}^z#\1pUyY +5Wz$, vp:m a#LPtQ0 MG"jJ(6>vkn͎U SY݆FVr}"1wigmf"|6 ;VjN^ofQ4D(ileÔAu- +{,@O*N)HQQU(ؗW:Lu5 oC9qϏ r9(\>ڮAJ3@l( qav1 + %E1^I2ĨtV=?nV0lex[`$ +ߦ:rb[##"2:*ԯ*5?a4cʁZ^ʙndChH"Ւ^QW4NZelZً,'%LyEgyX)QRĮ`'pCkX*Tf>@itÃ&S%t * Հ[Q䘵cdsSɹ -3.;tRmjftzaM l,L]UqK&~EU]""Ƽ(lMԹq% JZB6H{<;G8 endstream endobj -441 0 obj +437 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F164 442 0 R -/F165 443 0 R -/F166 444 0 R -/F167 445 0 R -/F168 446 0 R +/F21 224 0 R +/F164 438 0 R +/F165 439 0 R +/F166 440 0 R +/F167 441 0 R +/F168 442 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -448 0 obj +444 0 obj << -/Length 4365 +/Length 4109 /Filter /FlateDecode >> stream -HWMo$ .=Z}:H1s -,䐿Q"%$^r/WUisE71`./#ӿ6=m0+[do} p# |fv//̡ -Ci?] Ei8yZE8t/@~z|Xd'dL/Νzo?M7 Ct Zw';$*x 2iڢnKpd7t^h`%vvK _Y!;/EՇ!?E=ښB蒲6Lt"c{.ֺ|TS@fQ-) x INMͰHn[+ҕxZ|i=zټH^3R -Js -FMar#FQFa?! =!!;jXyeOكy)xJ)[' W8fHT}c 5.pHٓKƹ'QUiOyԼ[s -?oKm5ga@Gnd&FwW5eruc! 7֪i -:_KWOvZS2 `"V6\< >cs7Dʪ((PN:UcDƪ"*DGeO.{[V`\"MYu@h ,@8ͺnДU@3=fht#B9bt巭&2it'.Lq`(ݵ݌ [s&RzuF|gjb>C=wh"f*{k|Y)L˧t7EsDVOF⣵7lF3({bY˩> Ֆ:f`@f;nEҍZ#g(ug\ VW-[6ZQ0jA+ JA^-UA+¸$ɱO~N865 g{JN ZKn-q4]~ciW>Xfs2D%Hb:ڤ*I *}N -I~"/QR E:*Z:k5SI/ѯ+K`FE+YR;AssFaJv!ʪ}> `7ykQx#h0aIc' T~IQ߬nךJ}VJRuҡ*FhT=xБPuztܐ%?NMĠ`S# zulVPxGy>S] -Zǧ'_7ԡ^_ִywԶ[fMS"##; Ąj*,"qq 1;Ab%ýwlۃkkAlb awM-LjE #rZ|i)8 芅c΍\{2$E̞NsFT=MseO۞ 6q>)܍EC]E9gXDMeTъ^F.S .XVYnh>0὆u(!xW*P4AC,n\᭕i祭wɬU>b`" -X+h0S0sRt B*^:m$ÐP![p)cY`M-7lnk!9mv0lk.B(Mr(#jҷGZ'j[bM.L-jwxp)ϛn4i]V}ײ窌잖]}unO874r2V"V9FЌOy^cvPbջou ww dž=lkD*N*^^14IPPro"^"K@zFW!'kΛ֢Ha -Ta8{'L,6@}r|UUtsP6ZYBҺdC@iBBa P腥٪j^~ذܘ7n5 $yZ>~|XQήŹ:T|}hvuUdV -/$|] ,!ƺ3s?qC+[4ЌA>|ċpaJtC>Ho Я(wBTـh>DtҋhC=pieMõe\(C@`Q^pQNz͛K>hMٳy"{Y53|K%4 PiN>6|:cR -I-^h:}y`!2 <%Z([O˔$mnBMS\C6KX146Qravt5kz Y1N&^-3בc٠)ōT1ݔ$S(3//*ve) H-$v]:wYg:pFjaڦPH -C+A~h #UF&҉nz~(e8=g M]e2mLپKm7S ޶5`*lp*XAZ t|D6UWkU=]7ع SfFsت4 | jΙ$VxMh eKqYv_`夵~zY\;nѲ.&S=́cLy=HQV/4뀑 p2V&:puuF9C.Df=^`jB!dfj^VѰ"2 AFde<Ҥ_ M\9q,چw;:]'̙YƘir]={3[I VxM=Xbn ycMZb \PBvTiɋvM {ח|, <$fj3IK} Q5P"awNf$R(JQ+Yb(yhT2ag[mf3|xYE5Or3x4{efC;oSWou.8 ? -םE -ܘldsy1I0î -m썃BF{7tQO38lަ]-怤_sF3~ ʺ^ - &:4; Q 17jSEwj|4mg-3jTPSO>Wk -.S]p/ükl[ 3Q_+qD -=iVڪt; -7N/irM1>np<R\ȿ&TG)<Η9aT9kJf;% 6p ө9ֶp4x:|,lΑЫf.r41h2AF7%"Ef^c-c0oՏ +HWK /a +.֫pc)E9dU5-%bf{^,ȏozLJuZI`r2ˤ*}p_ӏ_M{` [{|x~zQʾ\@_jHsk4J M)Z0dl]73zd |=f N?3dBg)r=%rVJ3ytHqVO6-̈́!Pjr'LJELjd +O??>| oi4} WmDX&k}uP>:yKZ +3qvKt,Cv^7% CfХ\7L{N"cs/6"lc@ T@4qA& +##@=s*l&SoF+*(BThs b&e{G&<ʣͫ@tx%-1AR3lU[٘"TiE>ZlK8 +TM:OuK>Ed42ƨ UXqKq'HF@ %#/DHOl^W/#ayh\JDBIͲub^ >S-7U5RE%9 bLBPJP,F!W@=@1jڒyJ Vi\1*HM|XAHTaDFtD$_e Y`|wx'GZKM ;5%'z/ IJXd^+`ݻQ3LN-c8$ D7h@FH4:xĢğ VJתdP -*ls^ `4MPƵMSI +]ظ1_$i9Mǚ[qЭ +~NJte5w2 ZEil`nCΡÐgFҤS yڰIA u? 5ZYBaJXZuMF}Ofʺ@RjceVn+yk]&+VF(W΃aemfT.hL9|OUN+L +:0Ԥ{^U5-:my#O*<}zp)qf,Qb*&, +A<>wSqQz,+gl;K*K%=w)Гc +:evF.S^X0E%McѪ336+l&U95) +_ɕF 9EMA'm^핼YS){sAHcǔ') Vͭ/7e#UXys#qWtwS6WY$٬`i+f I z5+ƌaD9WP%F OF}a8R2} @;ҟt_S]zk_w<REqSUTʛЏ<$.5 +8 3HS9ca$d1W鸜 D17NUnF5`;աCrZdB$KɃu1t(5I|U\T댙sb4 o#fRDɀtϱq'|[5˴L6 O~~|04 Ӭ˰RӪ5.T]EOކup߇UǺF3`f$^02fz8(a,.iUň)o3LaF[UKK' S H).k{D0\J[RZ-. ?q' DӖ\if.J{.ߠ$o,[t^Zr6 ՃQ+ssG$q:Ҋ:8~:{5MDane1L)>2 `xIwLM[SSŌ9{@u܁TڐR^1P<'HR)zԲbyUkALd XyMR"ګ9wc FCX`k`蟰 jǵH>?:PZajmHWQ"G&҉vaay?h:&3}Lt%1oBDncEg't֦A/>+dRU;4pW.G#xPU:S_EH:3) JP9W=c& {}[yІ*F448,23r>%Cyn_QpXpmkkΨ,XXgkx={MBjopjph F!jQ&`h68>nn GH8bմcKCUoT!Ď-NLJ]Тp4eNL{J1%n_)2DL8T>z-8LJ}C8-S=AgC= 3Czް/ +<*qzeU^;@g2,Ldג $ߣҘ* 7}湰\ԁfe(55];ju7Ւ6 DzI&AДT7.GQ(MayL)Zԙ&7m\ H$y7 +BJ^$ Ժ,<{mhgi|6~EZ +6S,Y&<Ѷ'UM%+rG\b6gԚB5yIK"MY֮"1mi-P0Q[1[ݹDJ<qPY0m*wIT`$i(9ˠcpJ#ց-Tto,7o7,W\bk$/ɪ]z};?N+[A`(jA+9vZf{&eɉN2I~[(F\H!l?+HGql d0_5Akr7=}QRwoض/.@5\>Q>L{TWJMadP X {RZxBqs78^_>\~aTyleqnX h=51:ZvcR\p+Jwyuꦩ=n0Z:X*eV_4* ơmٸwT}[U͸oҁ{2brv»,iK> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -454 0 obj +450 0 obj << -/Length 4383 +/Length 4010 /Filter /FlateDecode >> stream -HWM/a,GLK,ݝĎ-(Q@!{r -#rQaMtĂgfd>{U'szݢpO0+;uiӏл?ӏGOϟΧw=Z)gNGb,~@ ={y4.GF񑉏󮸪,4GKcO{E]~ &_Dtx<\\s觭f&=x'T tW߻23T.(1U}I%73(9[7Η:$E/y" ;?iNZM=}]$ț5I|)̓xG|`0ɰ^L|:]I>{(dxh`*$103A,7@Pa_Utؐ|8?;#U:UßHIG-5S1ʹ#ۻS nQ]{w?JZ-x*:&F]Zl0`Pʺ+`vz"G"y~p=z#8Wpf-61ZkKidXorL~ߍw!k $J沗UZ<3dw)P$bZÝP-/žIsrBVU,T$Y6y͠{L̋kGi碄{xW]%]\2ow)q:c4gget"6pM{5:윚tc6x 2eJi6gC`2C-Х'(]Mڌdm~W2#*Ȍ@~э<f> -3ADp lKֺ`g m?b l41 Z/J\skl51LXs : N@#in8Kemz& -1|M@:IòVL ͪҙ\T2u!q&pn2Vc$ՂJNaHtu[PձSS7 (*:/&HJ`&7ߖӐ14Y\C}? kӤ!N r)6m9!P&s5ʗbuC׸VƵLR |9 -FOC(X0@Q}dIצ \ -,ڢ{(YC L:f nZr"yV9&hU-OZ:zH5+ܠ5n e^4˱-t5ONf hXKP(MdsٕjX DAWK`NZ X -pzme -L_k@gbT4/#S͔40X>]OPᖠ|K|THi5@iﰍNQª>t_sSrTKZ~x@BuJ~ H& {o`\K)CGxl>ױngn\ iKð({ߨv/p]EDz }~힝ԡtq._+-ឃ8d4% )ns&4 M 㘌[. amo59؁o>) y#Ϙ"{B{}#p}NEd g(,G'k:B?p3owv+|vvȑ;/ESb+<ڗ~uH&s oHsyE ^(^QVO|s46X!-YgҪY1*4RItv)sW7L9Ā- ~YЄ@(m؃Kb 6u\O˩7T.*ϟ"bO푷Ľ /< Y0mZ|2sug(Hcn ^Eҍ|~1\0 -k3A#j!ӌ0C2Z2q6w -FǃasV58!{+ǣAR\Z0]-$ E]FtX_d5d&1(l)ޓ)uy7ҡ+`KhKW6|⍯ntZN(L%``nsB®EvX#<>uNfB k=i~*5r7ҡ+HKHKWdm J78pF/z(c Y$q,zhj"gH>Do#V;f)G1g#͒oAZDB'B'A-sU"o^L~G:  | @CWl[0~{]?Nk{Bn Cw:phl`cUP~7|ZlW| .*1J \60Y@i)شtZaQlaK_a]?Arg~=hBf4,o@4ДmhZ -Mqz40(6%MrnpP7R}":qt#2@arIeV.8B!Gů)^(/ԡ[i q,u,>ƿgowO^6X- ƒ9 ؤ9L#GLBLuusxРHMg&'I*&&ci`~1S`0{)FUnpO e3r,W;p06wӅ'Ԝ+/Q< i6E|%Q +.8ܣ#F7w,{l.OD_Wl3;n E.yvD"*rԊ9O$&QSڐf}qP3GM$ zj"#@ J(iv~"\)sx)`Z>%5/sDw E0>emt9pฬ6O>҇PV~*0᏶Β~ r/s/UCL))NȿAWzMȹ*pVA  ,$*tSF VnRk5xw?I1h5.bزif,`!rg6*5qil[{lFO~A:FTԖ[4\,eGńJچHG4.~TuA)]m)ki]U͆S5R.XSNMԸJfqԹ>`N\u*]*)շdbC)I #?E*nr۝pvm7 gf'` ? 0M + z@#'FiHTsŠvKrƤ+ : K'[Pkr/g*bqm{kb =:91h %=b +X9k3&`-y\Y^XW[Y ᏕOnWϞGZ7L|fkKNeNt<OSmh0 (s$jhnIf=f%|vO,s‚D2My|C 2ݔ$\ĥCJؚ$KN`L!\Dw +A2ؒ)rЂPUe@`4Oz2ćX|+%J618k:k"wQ{59G^cJA8(snN(-5+M؟%EڀA˦0Z|XaMW`Y)U/A`6Y30$:ۚQ^eUElǪ/@'$- 2 ؘTvCM! +c0aα[%5U7J;صP)VAiqh\3nWgJ{N` +j)GA'5PiPTj˖KzF[N]!MMu$ ]E'B ]GDk(T19l}`\fF uzP폓 DfVWͳNֵц׽)(rMW jTef>L$1f^KX7Mw%pi]NIW1ח"qF0˾t +4'V`*O f)_Ĩ3bسYЬfc،$,[bU,zB\EMet7AfwW U=#^&F卐1Rq ,W2Ү0L֖cyUjn<.Va?UCm +UsfֆTvVq4:6NhOi15$Kbʝ0>4 GfZcY[U=tcAx u-fsWeዿfhcH [&Ew[lJ<eaG|`%ۻ 9rUS&{X(I71\AʱT2eq~}aA095gɅ,\_>xvMAOi#tey/`gĜ dAQ}H X5\`/_CxW[v[ҕElv͂"2ͻ9}Cn(a\^+-IR +Z,EN +P P_!T]3S! ; O]}2ύ YP%ڗ~y1O +-o85}T\S3ކ[㍴Dmk}{1-S%iYyUH0ln[_N.V[V P8#qE9qJDco[@Ģa* "WE2ōt38\KixG'2Dv|݇8~ب; Ȗ;ԟAi<5l}Ǽ1Xa|6nȊ!{f9;"Xa,ʍ +|]^1aEfQΈ =%k5=U\RzI2=AG<3>SӀ2 AIy j7ac0M }{:7cd]:bA1s=Խ2Tr6I%Zi„YIwg3q,_Du!1`C ~Fﻀ=4 "V v+#pM,u9ƕN +t1Ggؽ%LvR`ИG7V<nj3ϯ{V#6K C0bMX`!B൷=xQ ^|[쾫<ȸmOE+uQͺ8g&W +;ɣf67\`JۍiliAmI7V\o /}zn*^|]:d"#<>uN%s=i~(f7Ҧ }%Һ X}i݂4 H빩x1~֓AzS4P׉ߓV*u +^ l} x^_ 븧8o{g-a!2 +%th/ 3 %5d #] +GzM;=ML L |v@>B{|0sSf3Te3xF @SDz ?{ML L hv@h>4{|sSfw@Lfٽ +Jmj'j){6hϧ!(oղVC4U2Ɍ0p݌E.[?1K2Y(:~ddi%.VZJtsEq +nA-.3Y 8" *x5wj +-Um@ <5xw/3I>!?S/?BU]wYW ;X&z8x#uEѺJ0*͜fGkg% ΁ u ` V޻PI8bqk^J63f kG!^^$CsYcz h={faPٕ )Q;|N;Xu]'G"}kF,e !м(Dzi oXOD԰I?~%IgUzmѓi.U*Yǽ6<eH9,p|Q§z>Y.ZWQ't$-eC{QodwêU Ln+%-*T,Y̘o{= 6qəj*c:&"pս E0 Ulϡjn0T5+ݥ#(P P0֤.뿯'UO^D tMr%}>dBd5V.}ibΒ!Y<й~9 +Zu#H;)uc0^\B DQX/zyE!*|ph${~Ղtݲ=_`5`'܆'"ސۡ˗* endstream endobj -455 0 obj +451 0 obj << /ProcSet [/PDF /Text ] /Font << -/F173 456 0 R -/F174 457 0 R -/F175 458 0 R -/F176 459 0 R -/F177 460 0 R +/F173 452 0 R +/F174 453 0 R +/F175 454 0 R +/F176 455 0 R +/F177 456 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -462 0 obj +458 0 obj << -/Length 3742 +/Length 3674 /Filter /FlateDecode >> stream -HWMI@jqpX)E9匿{n`8bwW^}wy~waP'}JnmXV,u5\5$CG^ ?>fr&[ -s4M;ƛdFg!0i&''t+5~! z -f?0ѹן+/-q23.8y7ɲܨ <6dMڝhya'ǯ^ryh-vE_E^_4!٬lAS=.uG }$diWAI%iH5|(ZRi.٣:PY2RP} -$c!fUUX>s0KϘˏbzcZc:-%Cɣͻ@-uӨZ"d+z}Bɸ&ӱ˸/ۄgBrz%l-;gWtZn-}ZRkн I?A0%[yfKZ֪-ٲ訦&;j9O$ kxC-pL6r -bWBƖN͊(ZyOE9Yq6',S}})cBz]KɠxAJXC1M>a\!("KF,& ΆwR V :JoՒם5)&F@I&h[dtꙨޖ\ޞݢ2MHt 6m@yFQ{ն+,+{A9nt̻sݑl[~O.n۳W ^akO$ǀlAߞ ?DQŁ1lZU1T-X7(Wtjӫ}1hLdKmmL u 'Z Цj4W;;{x]׏h15C)PkBFqaTxcFjd<^AIH @3V8gp%=kYpL0G>YY!&', hLN ^XRW ~.. -[!B.E+[ X`e|ҐV1(!AH=ĄYEOmE3upYN,VK~bxFfY]ڤՌ=ZSK6:F[WASդdDY1ku;D2vb:r]˻ҕpilon<{SD]U7sכZ&UhrdY Qw=Mn崶*8\1XHHfA-gu1M,МcYc !o0UR57UwE"-0LdLI7T7\-RIQZ֝'d [ZUvtbuΆע*ZO M{ըzd/Hp -Kg|J" &cR7`sCSB-CM#"$H,ͯprvK')<&$. w/B 1)R1U&(D -KR.x -l黫뽠6ABOcJe,+iJ[Y7C;;<[hRx@+lN _>/ſɤ5w\S%mx[ &l0u_4mdoZEv|a|ft9kɛv>\RfH9>at/GsX4O㌖w7~TnN eݷNv!0czj*ͪҖʛXSg#3]dBwiZw+yBˏֆscDڐNW+dxE7 Ү`ʖ"0z M)w,Й2bUhQo |se#t$FF>j2^Emą*vySN6LܶU;[[orD`)~z0$|z]۱]VBfgQE2+A Wu~yOϔV Аbƺ93/?ʙ!&wh1\ 뫌|{Z];:,b!K[ |6~IWx ߔMЦ?wbGmuRzXhrXdhTzXf)wv'X5 -n:BT"f47> mouʂ:bJ|~|ցR*bђVJ= -_hG{+l@tlt(N|0_:UO -5rObbax=E%Ir4IЖc+{Ѫ:L%%'/ղ0 H!d8RO }yPJUi6hNjJ¬qſ~6YjL&N%Y~2\𤶫6Bt=79Cz`}k/E[筗] vFϙ 3_7d8;2n@[?dc bwd1Thh+dO,[Do1;t |&vh sFʒ]%ۏݘ7tQEꐵ(uAD\xsQD]"1-k~\C#4C{^?_0BqUM9m?Mc ST8G8> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -468 0 obj -<< -/Length 5153 -/Filter /FlateDecode ->> -stream -HWK 0dz6<~9pP/>Xf:m___99?kCXfWXͧR,9]IY<)%=h` IyŅyF󐲙 bf}&uI}o/DלXa:Ďd_On;ddp 䧓Q -]xH.}Ӌ18^>ùLjmCvSg!?yf?g}fUp -=;w8ه|z^ AHUv5/oٸgl\S&5mmDƅpɁ`DQۇ<~QK6jsv]vqՄ?;yӎNXM;E|6>!.!aFj< BF!@A^"+J}_/b'ܵH_!_HW[LԄY5'.D9tr<%q2w.Ϳd_lJ{< d)6GuP쁕_q^ Sĕa\)Gw;a]WZ+V_u^< |7rYp6M88-@8#_Q8j^/l`ރ2FE[W0S0 o:\?1vy9q TB -u -ȾiʌhFZf4K*LI9P"jIc@%S>p6!vkዎ|FA*1U1ݟ&9s 6p:uxdtx٩+:B7 SSiKKO|:.'H%~tZ5FQRGfQ:#5m>Vtobr+.bV㧒~Q3:YaNjWW騀訙i'4ˉ$>OOof/ 5U.ZS;뤎PzEx8L%1q"4W.ij:!ޥ},,g^k-Tᅖ+n꿰\&GW tH֦ȈyՁ'#k.Ae:1AG`o!X{: IEhEwZJ@\s%qIxBU\UCkW;&{SiG[WZbE@D'ی՞UZֺ$Y#n$i4Jj*tpchrP*67Zf[t<ȵ k 2e6YVPadDB|y|6 !;B -"g~p-:ї V gf#g|S1^t*ɺs%JQ]Gbŋ]N9]2bPUa1]q=cJ=U"C/I]$e!3*4ROs|%} Q .1\9RR+bGtTePSBPgyMe|W피_SN)Zk/te>j@0)yI w|3q5m.*n+,שEx8!I-4_AǕmh; * -lYdx"T Xʇ)v0?E BJWRSUeisK^RpO;mynk[t'pV,9=9Ⱦd^h"1 -[H<6ud'uD,zm[m9ѮOmӌZ'"*)/- زOuj: J"ϣR -w#ekk#RG)d8d11u SqMn;E1dv%UD P";dsNMFƺH醲X.OԮdΌZ竩q vGM+u,Uܗ]Dv- 6f67F.^n*iӶHem'N6|{{VwHzԺ&kv3B:4EƐ/ڻb6Kq\7Zq.6_doi0mPq Y"]U$;5ra\Q_|텻笭pz nՕIY9}:~jLNP`w]IPf$ fDj8͕J^p7em6ڃ><~nC FY7=.g;;L3 O&|&jfYaL'xx lָAkSȿgΞ]¹:h z3ن1vqN -aK{NWO`t^R.%,UL%a:v9R1]wzOCLm`ֺma|T"+ 5/zөDag=A>;.N8Xܛ+bp~)cbM:+i˞l soM& P&ˍjQ&Mkꄶ)N:ŰIFk+]YTM1֪Ff^Q83ߐy#6Ȩ` -ܬvLF`mm6m -uJ۪G oE8cM*np 떹/LRm$#^?lǨk{U ʿuixZТ=4M}f PɆ\ȇY[};BxتK^p Ӈ:vW`sWzF"lGYZJi7SSPbϢGIvJAi3P?RWP}G/:QV,h \˿|4h?Q窎&REn%/ -^eq0*R4ŵJ)V9 !Kభ- =@׿*zd`6 - ]5?ԐG \j:+ZlK A DŽȔZFJJX5Go=DpWX.WuuH#YLP0JOPθ\ Mަ?Ϗ -~~[8`u^ՌTQ-T9zF@A'UrN` :csfat}y@}XfXX*]LUxS% -zۘ1U,7oX@IM7z=Ÿa`\$,+(x3SBb} =^EŁ6hV;: H1$C"x=[ m"zPUo=}>7ªRRhknrįciU Z|_d2#k9IMR`^BISA4mTBR΁LL`%rNR\&]N i=4j 4ۏ38m%H^=]!SnႌcO=(.=+;;X[JF{ l?)'p* ;D@s@B=Mn2&gqT}qd<0X㤦Hk*,8K}1gI=Z9pP~|ai$ D/Bm -;^B >~a!j#_ -`3sR5x&L1<ţ -G `S*w{&qP8j>bgÍnRR%[2LgGPZ CƹAGZw!=c?a -tN$4ӀpHɿO7Ar@ @tHj'@sFt .-q[=(STPL@"+F8hߛ ℰqG<;,:Bz<|H@GUxᢞt'ڼ0iΙt, L@ߥi 4 @ Lb< u`, ڧH`tdA ͜Zp;Pיh7qPiψL , jlj zz qǺMXOu.`SN`]s /B硾l&:BL8{Ţ~Of_ 7I~/#<c ~_ۄ3BwZ@D}^&'w bB=0j'P/9_P P --;+sp" *2_l(Mt;j|M5/!K{{{NW4?. ]¿ KuP(iglxOFT:lt/qӃiMߺA$7u5fI' wE{es7ИIPgwNԡ7KG ?G ?~\,x(eZ e`naGsj-|\_S(f?{])JA"ŭY>-6YxCZ8B'f#K>Z<I+ ŭhFsScnX7Vy:a'Mz^V(9Jse/ - ]tfv^+җDG -endstream -endobj -469 0 obj -<< -/ProcSet [/PDF /Text ] -/Font << -/F182 470 0 R -/F183 471 0 R -/F184 472 0 R -/F185 473 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -474 0 obj -<< -/Length 4317 -/Filter /FlateDecode ->> -stream -HWKo IffiGwX䜂dlSU,>cLOY/~_Ug=>= nj?NOۛ;_6*mLxotˍeJJ:BX T[ h-ՠig 'ŶBO"õ=oQLa0u:;EQ]䑏iS=r@uqa0;8q 4 fwQʽ{` ~JI8t313`h" daL=x'68'qԆovǗί?Ɉ bQ;IVo#&4Z!=o[]yx'ۦk %ļW$‰7K yx\=m, 编tH -ס&V3ѠzAz" ܿ !Z }K);{1'WRٺ6.ߵYxy9Bz`_N(ݶjgSݶZΐunbnL@\;䞺Ksv6t&ꆦyFp{q\[{&LZS -Ymc]dcxYEeu/VT}y-%wC_^ Uש̔gݤ - ->Gn!X@H%!_@^r:=ҖaMQFFNO05LF-|j|گ-)k{9@ jLڶɴA!ӰAaSAAgP- }$ KRΡ6(ԓRyPW$Rb_5 -b:%.Y(πRD?+-0¦>Âϰ 1[& )I0'0{?@Tmkf-~u۶JBcgIB9#rN}Z甙slrJ]Néh˩~NusX v~jǟ;!A,.v .Y/[J5 b{ -@IX̮.{_Kј e:'`YDr|<04M> OӺM|kpAex6yC*R"ƸN  -t׬ޙZq ߫̚.C2rZI/.d8<} e^VTOwISjL PtA;Nꘓ]v1H%;MI_œċ - !Fw(Y\&Akq~9Yj(5]B-ֲ3ŗ](P`< KxyN'GgSAuxΙ->Ι1\@#lxμ\-h$e8XY|R-^'c4ׁ^|5҉q| -֑{KEk||9rlZ(Ҙf qT.H$ )o߇a3CYЂ -h ~BF@t*Ԍ^6p/F+J)/`BTkE^0g)D\E#)$Pjh -V5/bA0[ڍFů*Ҹ -픤*r@ZղF Fv c/ZCڵޒ]yIÙ!8S3 ?~Z]Ij]5Z$<>%'3F]78ɞI_읂@31+s s. ?eB0[q4hTGˆ}r*2L~;u M\qB/)X4N -:s0/בak](X\ -VD9ޜL/2jӌV=C6! a -Ѥ:5z\}˯4FT5{=C>wW& T)RB; _;'9@m >ZR+ߥV\j&P&>A_% -m-d|$ghx幣GEnY\mn2foY5])'RHqh.&N4;`HC3,u -v:1,&aC> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -483 0 obj -<< -/Length 6007 -/Filter /FlateDecode ->> -stream -HWɎ 7PڌnT:̄H|u> < e|;ARKCTU {]LJ}A?Ujqn/y|PoE>Ϗ/O/?/Zm-n(c^6>*kO*||r "[?I~}C~JOz GLf1Um X)yZ[ةPlL%hoN-s~uXrZ)]\CN^Ŭj_qj ϗ'}&Qza mtDOAQQ -*xGQ^9e+%T[S]R+^h^% D1{BE.RO[2$͌;~ԍ9r1| 椌0}8KΧH9E+o٭: O7q>ĺ!Ss |8LJ_&X/RjY;~_y-WV5(tܨFi_0 Ia?gׄ,$Wؤ]3/+l{Rsڡnq!5^hLR B?%pFW AJ,Qe -]`` -QV5 `|g -T:TtLyM(Ca Mu[vQ./{z eXvs?~˲;;=FPk6 w24蚾`2m;[ĭj"ô@xhP …JOnm}9.M'Μ g]#¥ xe#7=iH/z~`J{*;IŚQ^tZ/)4HcIĭ=^F1es*҂iJȨ81s(F'-!$гd 6~ T`u;ʲ;00= lf&I&' G06;<5~Ҽ[ @B#u4d铢:~A`je~ -G#mŐh ;M[ Moa?ƲX>~Ny8yq`^A0MMi מ'PJ ƣbb6FMfpSC>}녮G7Hشp.3 -V5hSEv $${12s 눯8pRUƀ1-f7ihEhN庖l@GӺs)88褝 -Xbߥ֧REo,P8Mv\̩`$`x3#eriNg4|_34@J_}z'k}T?v-rPfAKFܞ8l`*4I6-1@eu,e,Г U fYb N_ bnwg)R7 -+gtLЮʋ<:PA>BsĺO -ڥ3noဳvJ@\ZͪdXe'VS #nݗ5*YYr5_>gYF*~ F:gc[Z[7c㗶m[VGS34+RorBH ; rSSZ݃i@qr{%+7ʺ [LoT\B}] NOB: -U\brJLk0-Wyk\x@u"8vl7 vs%}ylDz[RuMQ潬5{|O뚆;ڇ4?&wg(Y{iڛ4;ӖuER> c܎"(ڦVMuƣ_'B/$=kyM@//?(T_z=3$4PtD'3PC -~|NfQ0LďuCF+~ۘMiU:Yp nu΄kTrb#κ\\tx۩tJdmB@lIzqId%N]{7MṳwcGGNr/!kS9jZofVT7m>%3H%ǧtS>^ȫ -a#+ʡ;:䶑jxơ:F;]V嗸?:YhM_7:zUXv$׶3QxM( S%u&!uD)4L|КPkޭ!Op+REFk1/9 6Ģ C~vq,gP!#-m-la2`pU=Cy Cy{Lx; ȩ 5Qw_0 K\'r^Y6-4?U.7%lnBCQ}V5<;94NsD}<ݗ""i+FX˝)vn 9pXxrb{pliCO4,>-6'BJr1f1Xb"A4_؀WHHJjY'b1^5=6螝-TUd`dk7OIBIH}Hm *RzGA)5GZÈ ^3@dQCO$!~6\pM>ʺ:{%ND7iB<̜YoeMLj옶7R8[rTܧKU;Xrb-#܎d8N# 3"\٫EniYS ^ˀ;XuVOژŶDŽF,';*/0+Jמ-b]_B`sL#Y+HY3z'ZrY}.mh\2BUZv [P4TF\F#Ag)Ýn.^}UR=+Y%;zL}LDTEBH X\h)eM2$J'zb x_EY}d)fTtT 8kgTw$ iEfzhwNeq4n$N!Ѯ{xE`?^ - :M+< 0k紆~eG#BJJ -bں&UsJYmRVG_l'1YɻYD'[*jņ/XY,)XbWxF~mvߍ$~XU> 5̃ٹ(mS~lڏxGm18_.R Ѿ]A{?;/j}Ġw鼆Z/ Q߫ewPoVn9`- Nʻ&b2j A -z(ȼše3{(ܾlw80 -28ṛ0j[qɼ¨cQw`g2vϰ3Pv v&N >dAawBO3PvZ v& -w.rɼXa -9dA=\!'ؙ{(ws`g2T=zC7 ်:Q񔙛nmѤ:?:\;\u v Vu t 8":l۠"-ǚ/רr3zKH5\w?M~8WE~-.qٜO'c!K)NxݐQtûi:[_m`Vl &S0})XX} -TF$S0 &S &TS &3qH-`c@M(`@M`c@M(gP[H3O@a0 P.O@1 P)Gc'5cI{º&cP=ЃAbqܡqCjY,qCJYqC*IBD 8XK @.8XR @.8XY @.T8A=$2fqā]5fqā](9fqā]<&q1z8H` 28P`)28P$=ESd_}p N 7pӫ2U ~5JÏg l|lkt2S;Ò:[@Byt+z6-^&J;kAXp[\*,Va,lKgWUaqͰO~)> G-#wAupYǶHͷ } 1w=.crA ^W`W8.s?Ǚx7z3YĜn ȇpǷ|&եHjH*$t%5?"PJZ&C21iGDpvq> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -490 0 obj -<< -/Length 4844 -/Filter /FlateDecode ->> -stream -HWM SN$cfPi]-z{{ -rI%%RfF뙅c3(!{;Ǔ=~z~4'}8c?4tdo?㢿˞~ ~|~:tB{孮g,8xpwdez6 'Ïd.WkF,Ƌ{- K8>g.p9>8&v._xG2ekޒ}dv.W3ovFʰ2{&AכtoX6SC>/α$AA/rc|E;!EK;Mms]3 R8BsSy~`;.9'!q0Q`es8 \Dgc̗ nONRHT" n/B;Z("͇"#Y]d4ԈBUP\b$[<`~6bm䯢{rV3+q/8υ]%HuFZϋF;0yV]&J&?50sTdec+o!ncxqo_&J$?j鿧Ps4)^x?O?uo2 ˶v c'w:لa,qew@`ݧ@b7](%(ļ5Q8bC!>bJ6QytQ -P`P8;yż"L0Y{(&;>,'`~żG0Y{(;;yaG,̏?bCxvhZv.1Nݰ= -+"Ytʟ{ 4ͷl1cP3ᶁJR?:U;Uu v Vu t 6PcPEǠRv`EZ!U5onm735|>fCWxJ= ?_+0+_G>7e1D~nC&6ԖZ皖CJ ¼YߧVagw_ }?SEd?SEj?Swm/ -4 agi.{KDvZ4ggi.@;KYVrx(N,ûTd@Ԋ4)4@S!~b8< N]N,4Sr[Oi^؟y,O?ʼHe=m'^Y(v]܎m'^9|\= "t|'^Z~G8xAKAJ=GqTq߉tqQ5~'^:_p'b=3ʵ[0" efN%l J'uV uXCgR v6ui.y6&5q+;XڥdôX[wlZ'ȘL+˴^2t:uSȶ'#NVF>ᮟr{'{!"l $g)̀GK_x~ Vkh.(tF1*yBZ3-u-GŁ8ߍfr -)B9M™ g%`CjҊ)Dd Ft <•cA͓1w>Ѕn7Lމ+t卭_IM*UpĿZJJqwdD|ޚF~x|(򑘬c -.9pD"S2cN`VdEN +HWMI@jqpX)E9?gc,vի4z|9 *V̓G3_;Ǿ~=|OztW~wNQ !6h7\>wχwWx>\6ǓuHM)U]^Gj_m|liX:l 5i=S9RjX{ GlHleg)18V'13d$EʀDqDZ`}4GC5MRTLSj2U*/J|s0K/.ÏrzW3oC2~ӫ( $ҶzaMjɛ()K'"Ǯ&l3÷(\hL2RZ${~JWҭlAeVlAڴF'5wX NTw k[RKf rÙYf $mwd~ҹi{Dsf2WlQ^cw־/2Wl@۟M.`~)(_~Y f Ӵ(ژ +5վg#mWC=ޤtge:L6wʶiҸEaa .K{N3HlN)TD4,;ܣ:N0[hYO3'q"%C!xW(BFxG2ga j'xXd_ 0|Wl7 OYc+blkXcJ*Lm*`ܻ3U;wcp8n P!!&oR (Ԟ_ۄhƘnȩ[BO<*0my|x{Ϻ++Ք:QH6H֩ՒKX DE\?oOmGUXhG??.KjBhڛMKp#tYX-`MtfC Bx}YqpL]\CdMq喱Jkh^=+aDU+9Ixinq9.+G 5Po*]L>BOǡ@^N ~wGd˧7ƵzH7#-hSI%ʤ77_Yz}"+/R + _at acz2qV, +fzTpmm n&Z B(ugc(/I4{#y"ɭ!zmi 7ӼSV]ߜĘN_dB\tU6Mi|n]ptRH0q3xdS,sB +g~-iTW( ٱ'NQm{O0#4 urkK ٣fʐ𢪛TO +r],^o¨5\Cr9ۢB( %x=#D̥Pc*y, ӻo٘&K0eĒ4ƊZ!U-a|/}i5M)Y`]`ɲb·n0o² bQPNh&=Uʲ" +EKakI +:|_{[X[AOe|҈V (!RHZGg$CmZef }`8"M$#/ 4BL\'ѲZqtЪ +.X>z]_ΟB˻Vyd"J ,fƬfBX */{u wIpon<{SMUoѮ7uJˣZQ"dA"{\Cnɪ䴱o SO ,hPKrX7]ǒsL | @%mA|C&rqm`%M^!+4Dn=a +ڸrivZ Px=%,tL.ۛ|4"=BEiH\X/3aPqkcW0k6/[J#dQmE%:iJ[Jd>wdf)FmnT] Vrj2ZϨAH5F/AO!v>TSiasnb'4\P Pt57~(5(~߯_9":6AΥ0|i4'y4rLw"isB)? ͒;k"Avv8֟ia80>a3y5pq>\2SfL9xc'/'[ ɵ½Vrs%x8Yл=8O̪ؐZꛐM;044]dgizJٻ|b!iJbGsù1y{nMQW3d pD7 `-ʖ$0z MTbٙy1+HG^tN' i#T̒lFFnTWV2l.k#/Tm>o´LPePWlA58j[@%m hvh$ឌ4༃-^vSZR)pAa;꺨7Z$UMޯ]aR1Tz^/E37ZS̵-bU\>=-~o<%Lb"t/m" +YG_i2U|6C%UP8:P*eo`b@f9wO*hqa]JWڋL"Ѭl68) }wB*bѲW5 -ˑ@C Xm01iVd %yYyYX~".. vrmdAW L]z$Hr*pouoE֍i_PD}aCAl&%+ p;#I^ݭi`7<\%hah_aqF3ē 883m(%DH eeSx}(cX%(Rլ8E8V W±v =THrt|.轱(Õՙ~P'+1seُ®0PPZOi?_w&fj)( -X;(3Ԫ<,A OLilKX0e;G:ݡ*yK md0䁹B܄ 6YRrHJSj^VLd)nm;om>gwlK9aIs mq57x JV -]-K>mUDZ6wrzۘe޽wvLAI伌im{2ٱT.Ѐ!BIԥ,an'|㑼|V67b\'|B?uAvRjYN`Xk]0MX/RթЖ&.z^Wn-=wi黑/7n%z0t#Xi+[w'cɁpt2(]s~]U4PI{]T!jX%ȟ3?#~,:V-غ$(x$~"IO?TeX]hsP@UcZ_؃aiq#|qc'|MRfJm^03cd -4/M? }{_oؒdzifYSEXRvEY҂\Z~a?+׶b3Ee:{t1Oy;~{[J>n~1qFEɝB7㓂|LNInNI"x,!hut]q(+ -,b]]q,qgVa(,Y0lTnmǠRr[0٨[jf$j2z-tTY+W3CSK4:J][^N[JR0M4: L.fyp-WLn$qJhk|}@d#1Dgy dIq< "@*PN￾nf@8L ѲOtck $2GTLB1-&fi} : C!E=H95ÇHۇgauz|MsqׂRN$^OSCV\D{AuR*McOƇa7f!>lIKQt0^ 3D2fD'XZ`A7fV #>n~XP7*k͍֛uFaw7b{ /n -$Cqzi(wGphl -f薐V\mA#IR~SLV6nB;8##~ݥ; J// ƾ  h By ZoqO˰ MQD<*`ؠi<iD^!W#r6^y@Yd䳃1!FC|u^qtu1 }|G f}d -b*& V%7$aayAl߁`wP` qyX=Fvt(*4&:1:#:M0bi'$V!MSUu7|fX&&0:(9j!b-v f;m薸h7p0AZ j誁7,[>_p9#"dPRks2rM3Z œ̿K -7y\䳃_KCvqvA~Q}ab3~V( P2`DPr.|D=U\ ZJkoSOm58ܛV\aϘB@Qq~#[]m` kZv_(iU6~ހ) k!JEdV?VD&<Ч :o"A sɬ%) IlWiz0'Lrti7A0#dnќZNFvq'8+=pMs! 2QGbWhǵҶ9p=XsU4ySkZpB jBq.]I+d+Ϊ]vZC=1҆5q #Oe^;*ɰ)ћr6`RWF/:; ӗ +0:|4ߎcʍ3QwG' + HDSM8t( j8ܻ~phweTW!O}.\` \̄XEvT_}S%1^" +Az|'73H@FLXCz#=ZkSWs$`cKW2w(hK~ endstream endobj -491 0 obj +459 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F196 492 0 R -/F197 493 0 R -/F198 494 0 R -/F199 495 0 R +/F178 460 0 R +/F179 461 0 R +/F180 462 0 R +/F181 463 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -496 0 obj +464 0 obj << -/Length 4306 +/Length 4727 /Filter /FlateDecode >> stream -HWM77Ǔ]vV@69o"Plxg-3.!׋&!AW0™wc9qw9L*ik\>.[@}ok:3i{e2LclQ$PVU<͒0.xbV%ʹTu|YE`8]qF@DF&,ă<ùfwLڴΣZ*Nم>ۄ)![MKWrJt#3Ӱ]3聓x2 icL 0¥9pcI|? 8y ፓ -]K MAa3HO\|y.K;R_J"ˤ;h,y2 Ȉ9Sj=IMK -dGX2!^S札dh9rhBE,"ĵtO\*Q61[G)k*үYFȂ|SS4Pv!;cE%βviľ5Oڐ~K0%|f[.ʒ2`XejĨէVmscPlqe*UIXKG(sqjl -BҞtjBqr/- -YҖNxһ!J{|!IzO*A&bTAL~9Bv%nR,*)vDRM=@c|6"&D%P~!.=tƷtڥbψ"qf淺9*mWt,'KE+abկD4M -^ﵬ -ڷ6f2SK}PTeůƁί/Cn[I&AL(]'}֫\Kk/xN.IvIs q1)s"6z"r_Ý()sؤ-oGhnN",)x@e81dz"[gtYk |cPJUaNΔAvZȈ0F\d|:aca-M˼FAVTA b(VsX{&~S@Q5ORU"W= ]W?!vt* n!>ȝCشY(حP߄Ŗv<jt[]#xx$^cRIU!m -|ª(vh&5Qe6pAڰ@8W^57c'*% g_svD\*ي,56Ѫ"k{s' .͋bd뼗Bv{;/[0'UeѹҚoSuۤ5=@DJsɭaN[X L(a;V˧d[VEX"A\tFw6{=?;m9BU{ U#!i{6\qb`YQ/Y t$l*ɍ)3yڑkӥis|3glFl0!O8|[LlxenȒzR\Q -:J{6p coMW?´ /a`aϺ$fƴpsGu@Ҕ>g8}ғD̴ةCRJ6Gud)Qz*;} R <~+Ҋf[ۯ Š,A -܁-s7U5}C? -f3 -ن0mM^jRIo6U6/(n\%{iJCߒlAfBq>$Xv\Ek?[K)j3}zÉ}=B㉣ a:}x?hj`ht^!5l9.MMڰb38qIk*m`߷N 'ō{"9y8qeŊs>cLǕmkB]Ny8);|?ܑTڊmVKi{fwUw)d_4Ey&H4 -b~n!SA+YɌ9PreQ%r&2s;Ȇ9ͤh]\FesKԍcaw`ݹ=ܻ&20kg sh>gb,W \j0 [8m:>O?*?߿i-YtB昃2`]^u?u9bя|K=/9(~ J0 j$tJ31oQgv|9)t=nl +Ƹ:OJw lcwRpbnb_}ρGY\)JkG^ۅh57ꖋRW2 eേR3ppdn(Y{k;<\ %L{ޱ 1q:<.Șqξ<;qc7/Q9Q@h)Impp/M)8 o@pd t!Jt-4D%SҡJirBYhyc]a7ynx* /~#e4ʀ=y+A?KPΆ)ST -.D7i_FFAO|\F-Y?ǾrƯ쵔~Յ"j 2gU!l - @2r`Xu*@Hy,MӮ`:lnE9@kLjC^{g&\ܔ`+h 2W4'2MF5v*UJKFb4%F;@zsJ RsT)j f 绂u9Cy -'d2ܱ/c#2 -yLհ=o ~B/{S`s!n?&wt^Y75w=}ᨥS\ҼMԬ8`˄f6;bMgF$?Y!A +7/YMvwT(atTﻻOqKb%fMbR\ى'k+@ ᳞(5 *[/dox!-8z y -,\*f0}9 5" KxJb2tEB]B\j x J2U%. \R-%"gpu 1EĠ!w l(`5usbj͖霚0˳"rE(Ǚ[)Z}Iɿ6&O>Mh{^:[`Ыau҄+ +qbUoN uaK%((N$`yM~Tu~"+|Z*T45.OzjAUAd 43O4ZJoK{>uAZF=oAP6!L>M 2_!5hP9}|H@,gK 4W!# hxk nx7rRat#ЙH*11ߌ9,  3JMڌ4Yq# gxg gxp6rP-(S~TU3\>Sb-T[4 1pbNh3Qrɷ MQHf v("j&1|$jm+yUK-wS&Fpㄇ7N^9}0 7 &ppkrJa l,q'=`似C*9eIQli"3樇"6G+}ov2+lb~F=5jJWU$PFF=i{χwuUG2ql ]g==nN:6z:)p4h;xۦnQT<FQ 4"İQ@Q>tUug}$Km@' L>eO#4OE1cgCU-qMߋ HO?S&PBb)},S^.Bq_rMr si,J:J~I_4Hj֡ȚO'nXg>TYُ793ܦU xZN6a"9%4&  SJ+6(?P^MЫMseIӐs@G' +ɀ' +9m-|~zu/ʯUej:=匁 ~5-a+cqOPCU;d򃤭ZHȒ[Ye`$/Tƺ.Shy\A9A!o(X-Wʑj..&;J zAğ %>@_ rn$^Vyǡ4{ߎ%%Xp6$ zc屈!3;5/-gӟ֬*4~ԴEj/SZ) -Ď +,kEV|-4^ r-3]KwV^2Ƭn\;][Ju6擹@%0WߔKsa݄j҂z_J*!3F@*6:ݲ\5)a!T{$f 9 a9`V 湞tg2İ9$7s >5si5]ߙk +>W ^=o'͓_hsP] v N؛M-j2bg86=:ޖUL-lq/2=ED<@|/sZj7H-Ui9b3pq^%EBl8rWȺ*cl_ +\͟j3FA_n:5֦aT-smx]Qh;)eZq "Ȃ`鋁zZ&>Eַ=ww3Ώ8zZ]Ǥꘈ!R + +r- +|ŗ&$tQt3+H~ǠnhgE^~%~8 +7ϻ%fɉeRﻻOqKb%fMyJr)fg'T$,,QƼ~`Y"R$_/gD7Xa4{tFh6ctsBEtO2ćŋp,_>@7lr6">- x,NN-B{ЍKuP캷5ڮ.31k45/y6c#~#_͝Iɑ7'GbI~)9kʀn-w3(*O$V¦[ݔe~$ 7 ϽYJiY͒RP%eIU B\E\e句ր^BX(xr{*S32D@ j};Қ/.FiDž23p=GGUkw~{5V)݀9[ԼB*jڈ9Mav_:F|cM'ypҌ=Pٮ2L)BjNliR!sTQM)qu8raH-Y114LxTڒKis<(=<͝SmN]o +KMⴠE!ƨH/ucO +,?RG5 Ag({1 >xD$}My!FjK]RWr7 Gj3]iՃqSO}GeE}P\|(C2|DH.JUJ7*Y/*d@Or|z:Jn( (ñc zˬc?׋[cqQipU)Sg^tH>Lp4Fql4le#hlt{b5y^:[-;1"9Tl <~M֠9cxwj**k򑔴bҿr[x;C0oٔQ6*:1j>,!lok7[0%6pjK0k`YXfWhki*>X-U X!}"(QbwQ &fF761(69߆h@iq`p R@_A%6kumLZ1ewqv va +숵K4ޙCÐ0wGzωN+NYy g۾)y`o:aOA;'%~ {5a_5ث d߁@`]{Z1X{afϘ|aLw czzzf83S y8`#Hx뜝:Xg 5~u=^ lױ&`K汮݁jBzrj$}ǤLpI?~ʤX.0"]PϻJ|\pAsYf0p j3w%0sz zEwszڇ+J7X͖[۬^Ax&laXix\W&prP^W%\Nk ܵî2Q&| Hb HȓPj9|4~Mx? I(h䠂ďAF3Kr5; ȹk\s=Frlވ 95! # ,(^:+8SS*A\+'2 6YMlQsST;RmQh6pw,F̲'/PbcGWbB]p#+> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -502 0 obj +470 0 obj +<< +/Length 3937 +/Filter /FlateDecode +>> +stream +HWK/avWRf^fHdɶ0rޤH\~X*n2 ;b^_?<}sO7v&O;7s{c헟#ǿţ}6}{st`waF;wv:? 8Gh]&^HGv㑍Gf|+R͐^zA&Y亃ID>El aGd5W>:mMV{T{ +5)Ʉ$+aAl`&fڤ,)Fy$ :Z$.|.pT>}`O `-PQiL'85?rI̬!v6Si; eX.VG04c{Z +{ ^G/I/+խƨ,zmTфfݣYa ս(`2mB*4z++t9 `xqt |悷Th3-vbG v zNN O0giTLNc'.JwrNo[RqK-֏R-<* ǟN=6Z"j +cb2ɐ'oz8h5,? H7I&&@Ik^Jtּ>@/\IŇ!n}9G&_uyczgs:Wwֹ u]''Sҧ`BǍi:<ϩ}=)2C ^Qj"uM\&x=L>ֺ7p \꽪r栲[]/ɽΠɿҹ"-mᅬ!=LJ{ztCv'`X2긴JtI=90=9 C`R褊J+oYZ + X:b.ʊvwz*2`7웵. CH]@YҚ>*cAy*h:R*D> >hÊc/IPlROsIyJmW(G,/h-$Xtޝ\N=&{OŔ@p 1u* d`bA +؜33r,a'd}>hÁ,YaJAJ7)t*(5sT$g+zQT_.Wxe!,H+5)0<'fɟkKrZtJ$?+Y@QYQ\"6V3Wʦ.cJn~żM0KVA7a,Ia6q7p*zQ^I;^X=|icMEH Iz,cśtAXºz):TeV~tُB$RԐ )Y^$HmFꎑM_TqwMW}#ֺ [C T* 2GӃjLrM-,v5g-q >!W,TJ7N*I QR; u՞W|v$l˫b֩.H-BI +]M vV$)F&q\5yt0j+ WI1 cAJx\s_iIHJAnMdP7y֜ iid'+s>nu2mHA%5K?eBʰ_zhe +,eٲʭZj s*++!;e6u +D\$")2yd +ә6Ihtl<~\'"3PPe]ʍjp3R~fE ?,/HRCi^2ºnM PkuƢi +[YQRqi=&M+r]kCZgnrOODZHW&Fzؕu&RŘ]iSoi4ӆO;Pʵ8I%|~[=7iH jh55%ə`a0s4,E -khq;E869&GaG!ʐUidAz R/ I]ndD"גՙ>oݪtжf>+Hnc/'ў@p'ѬdЇm@FRsԉb#t;k ֐e\i1E,Ly-bPJ i~z܇ ܼьzr%Z~WM"r9~|wD +endstream +endobj +471 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F186 472 0 R +/F187 473 0 R +/F188 474 0 R +/F189 475 0 R +/F190 476 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj +479 0 obj +<< +/Length 5685 +/Filter /FlateDecode +>> +stream +HWˎ\0#YF ,v#Hfv؈lE~?|T`^ŪSg_yݙ'p,sN<>_㢿~oLJw/G5'[%SOCcތuߌs3!>xqߝM$M}~k~HOv9~7[}͕Uv 6s +(mVw2p27h7Fg؋xlb,9FŔ.nG!;RLRVmE8-sv bGذ&Uz6vd}Ax!;h;Q(DWNJ <PA\슗.VhF);pE`qqOszC:T`.VIqGpӏ1UO݂lNh>ʍI[VCJA91.d~9=~ ,aGݿw'Xw])aLJ_&.Rfق$^bNʤޟDaF5JX҄aM +3&f$ǐVvͼ\Yau uWVk5&Ag + ?Ò{[QrS" , |¾ @0z _;2JW=~ٹAg b{6ݑsa雭J/ +>H5!D*,YC1p0c)e"e,<63=*X|}FKH +9w_$Fi?f^b/j7˗`Մc=ڔI$%嘙UrK]`nG^=Q-w urfUVb̩ +5(ʝkǢzsd.F2pG/VZ(L_-#/ic z +mۯ O>;y95U=Sv:2"*y>o?5sQu}d?8" u(#[;R\b leDMvث{}J2""ꜙs;ơ/~<5\|h¦ ~,~5}mDѿg: t`f^]\MS+zTWdD^.Y)UA9Zԑ&.#QxjIK>iY$kV~U}?E:ˀ̥"['dPWh-V3V@ꐔ߄hғYlhaM5 +pY|;/g[ell؂ :ѳ*,^9uvo%ؕd .} ^"Tcqubb#BF 5v +͕NШ6W^CX;UN/$klF9]q yMLI#A[qmp&9iITu%k*խ޽FS wꙜG`)L]2(/»'dqř Gѧ0b|4p0*,e\t0@X"m@ʍ0z4GꙌ5u?Vx-MSiԗvC~ +$ nhCP𣓯Hmm#]teV1͈J%:n_AM[-lHd*ڠݕmPR%G!=4ɸ@4J=픲 ԩսuw׌MEA} Ѵd$o\? +X)*9愹5G$KCL1&nSF#tr(n vPsuNi` M[D)iLӍ@<<`0hP-`ǜ$IC7xgI1ͯM&;lc?gO!.r4 8jJׂDl9; +FmԵu%u?ٳfsF'Sg5^DY +BsT V@Vm#xM7v|Ѝҡn`"F75Y(w,GљgB:ih ' < @4IZ2CW1vž1T+[ѢFmr:m6Vv!j2l mĈdt$ ݨ'OFe PdXNq$:4eJ48_<_ EA hT=hm9WֆJةDۆ6(Ѡ)2` v1WцK~[g>7GsȘoUl⍪9Y:"Mm w9xq@W葔5g ۃl;6TʹϪ)diXPl#DզVُኪ4CfK&ߔeVG{!@ Զ$hkBY*O试IA)=ҨSXnW";Jtq*#Z8YtCU9#XNj_#ׄ^^lKXZLVI&;gB--(ΗMt~|Z,}_Xzc*JR\m~aj:$Wae}~FJO;J}0H_h$2e͇U_ejJEλ"DeE8ob-*uj @iIJHlAFqOt(kH$Q|Ck(68D- '̳ۓ1StT 2sM"?HTw$ iEfzwN>k%CWk'hW=^;./0Ѡ~“ C@U]?=+;9l;q*E*)P3kR8TASj:b{&?B%$ME:'Hd@a'i!ؙ[(|.zɼgi"ؙ[( ;gv&Yg9C3P/Ns`g2oXTrntB8p*.+42s=aan TÀGÀK{Àn@Ćתgx@$_ÀaHKj5w}v?ӪaCbzi;ǹ**q@$|:sɛ X7Y? ewd98V4yݰ6]ا_r0*}J!Ⱦ +U,,Ⱦ +*\} i!X}!Xx}*!Xػ}8z$C1u *Cu *TCv *#qH50@U(@U#LqΓ- \*!. +̚AB qB/t@& 8X6t@&8X=t@&T8A-$$FqāM'FqāM(+FqāM.qчZ8Hd`щ8Pk`щ8Pr`щ8Py 9p:4qR:4qI8Z:ȠW?]߾gpƂSHŇ'/,tSݔZZsS~ߕ?\>j(OfZ;L[l m]ŇF{Sxҿ@{E\ +[̄$w= sb׫ɪgxO~=_S|vEKL[F׼wAZNϢ?@jag/!S|6Ζz<#?#q83If՛KTx!px|(B{IM1Cx ]dA"kjq>$P# zL+α$ 2 R{mc5IS&t,^gU2zDhݫJQcYIcV 0plHKd`k A\倬qR22`XV8}z&GSPвo12Ɠ~{,Oh*,y[I4P\bV{x +endstream +endobj +480 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F21 224 0 R +/F191 481 0 R +/F192 482 0 R +/F193 483 0 R +/F195 484 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj +486 0 obj +<< +/Length 4627 +/Filter /FlateDecode +>> +stream +HWM o%6 cGUR萹I9bW\s@$ݜ힒T+ <>﯏~pOsgL陸zN_Lg\돏翞/Xwi{nGX/gYap2D6X3Bo;ӻw8 4E[Ox',M:\VOCp}6tpΜy~my;;Lڹgbz0@LO&.^2>t@ \9Ննzj[y9#Ԗ=[xbϚ 91_ //'&q-4ja̬!h8!V+V"j/>;s;<`\x>|x=< +u+S8̠_~2pZC괯/Xp{BB~i>dIR$ $`[Ha|G @Og_+d%|}&Û `dP\xId +YJSUv<WʭSe'y)G0?96痛EMP0`&l*oQ{|Eټ:Vwtm-sÖx,7%&1?4Ju$9]lo0*!LLC7rQ#02ƋrƲWA՟+8\.w[I!g!y$fu-/9B* +!;Up3s<ݢl~(j$ݝCk^SQmqڰj|xTf -h\i|yV K}&mby[1_Y+\JgR^daqeM%HuFr$ +/w`ح2NXNa&O( ;$B<$]>_mS= C5ߘMl,aHW{ҕI~{&C}`&: Sciۏ bM?ƓM'ˆ~a\dhi^* X).ΒnbB(bB~mv 8 + @w@`g6opv;y Ea'` 3PLv:|ؙ(NN;y a3Pv: vfNؙ(a~ټyq;=>-ٹLju*Ȋc[8ieLAI Tj0(0(maPaPdaP^z| .+ +Zy31r@_ .0؏K~K;vD. %:e==yT:WM.[ f} x;Zh>UG F~ @F~ @Fr+$,n-MXj$m,eY^U8 SQ0d~?Q+~bL<nFx @Jfu!. +Ln9?[c{:4}O*T T+`H:cwd8xAg8Jbۉ4qpr;䷝8xA8qDt8xAkQEwM,q(U߇CpQ}'^G8xA|ђAW橕۷`D@^͜?RKVAlO<4`gb v6vi:ʋ紉U^Sp{ظ,Rmjab˭K;a7ظB#&c2jC%t uʦ/OFѭ 9|dM?.`Ot%'CDs Yi2q`ɧ3&#Ox~ V4 +/afDv%c*&,LK{&Aq#7ݩdA1(e +(OSaP{#fh߭pi2h4^=s|]膼qDq|Og^^ٚ)~J$TQGDwG/[S¶/^"o<&^ 'JA$:-;Xq+:iEV-CyVAs9v%;<}:&:͊ ԡ$1+T0 +]ťvN3SRY< + SPJEem< [ȺoETQuTj$.]^F +?;ELf&$P +9PSa(*1Kmj%/(Į%sOUΉ_a",f nW6y`-- XnQ6pZϽdLy2&I]|\[kVj\@IGTu +wJo|#ԽB"竄#}{wiǮ^9;bfN%׃.^o/%,ClSQmHJU,>P`JImW-EÀaig ܟ޴BX2[ʯu^W4Tߕ84Xc.!VÄY4p!M6yk6$=?sW_&sIn)REf8eo,̢oט[}Ķ՝_Nإ#!.*_ywu|[fj4HUP:jU+{0ba8P0no_ՅecԎa]X)uҲn_JX_h]a^u@K${ ^-'a&v?E,30mE #ʀitriۆ_q&mf|utKӋo_ċ"%BuCZ oV#ܮ]F :UTW.Qb\xSF3˦MV-K]ltK?1a9PwU& [zWlܤ*x5-̌s +/4͵d`Mzp]J(:YzaLd/3AXß3$ļĎyz'qЦcN'v(6%7wb =Y&rusaS X/s؅ sӑ׹V ˡ8cxBfۏr.eX8 ּZ?mz[˾6B;n␖*h{{/ϝN֝_]@oyW]Z#i"ٴݩ-% +_۶JmkuiMB]#1^ц7z.X+l78e_M>RbD|?ROiX9cr9ꮸ:k&1v F:*H(}h-D5L96!IA_0LM&/13s>QP6 s =ͅ1tōR=O$ R09ݼi]&qrɶ{IŔW "yR ,/Pbȏp6g #Gٺ.Bc!KRHWS5`u]5 `p8Nn)A#%hJ6 ]RAwM3ja6(-P%6uG b\Kcҿ'., k@YF 0r1;|)m8]J$|ɏ bΈf&Jǫ$7I.cPaHi@ZHU`B̀P>(cčj#첩@TVi03Ue&unĨ9=e:maQaU6-L&Y25xfMEo(ѤC/-%T{Cf@}W T]ni[a˿͙֙8 Ei-3LGKG='O fx'3XLUOu4uƌ7|3-@8\1)ZQִzn.Z'["qp`s5ugce=LJ]ōGԽ +endstream +endobj +487 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F21 224 0 R +/F196 488 0 R +/F197 489 0 R +/F198 490 0 R +/F199 491 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj +492 0 obj +<< +/Length 4046 +/Filter /FlateDecode +>> +stream +HWM 05ZQT}4;5s[d؋sؿI$%R^*}Q/w?|y<:7w.}};7}zÇ?w'?pq5n|_㣟w4 7Nq&p?B5 .VWP1n=-U~yM[H{#jqM}{(>2~WO! 'FjOuiAz7.Tޅ|)+9;=6"c@_WcB<-a#LpAa +/on #'4)(k[k 5`)#͝3(tVǫ)lŇNw|+$g`9Wpi6Ϙwm/ Ce;Dz;{״xW,t,J0W +r1g5 v3b(\| !֊)`L @6 f-4:32kEtTхL4BpÚA*6O$Y#mxk=*8uj^pCRf󒶼MsԹ[+ + X} +9{ldIJqPvhR$9#>=(?&Z!wqK@oZmܥ-e I=[QIa ]쐨Ie=2U]cL+kus}VS +S,I0,KmxmKuPP/=bSJihkA{0K"^;YiEZ^ZDٮ<"y!!7%^fmgm[tw{/~5|~Mx: MӮ>_BI5zX(ыWxZDĽoUJVGh,j9x+$>{dת;/"Q,3)rcP +N?'`^وi&`ֵA;<-46: +%IJ.܁ }b*)v)]Ql绥h%Yl) [bǩjy1mQ:t+7!pV5H`a1U5dY!t +0.ޟ ޏ̳.QW*kPBjKِtlĎmO'eZ8Rc[3#Vn険;7 qrҼ(Fv +{-Gk7*~#DoN,,vU#VӉ(dPgc6Gnu':CUZ{/@UKRfOͼ|Z{}MLM۫+4.\Xj#wpciYy[ԽZ?ם.KYn Dh!$jٔr.=IOY'I $2HS<1SSiNs{ƣ8GVkNm!Moz92ԭEI&RѐL!/iŀCWwƯ86nQ]H}@~81<͑S u+@ڔ>[},ة@ZDEu'Ut@Q:Q 5V +Re[/d.5{-s7W5C? +f *نtt/l)+Cܻf+]*E;mV^kk|TzZI^3 .'Ϛ),6yߧq:﷯}[cxNCH÷e4.EQO#=TZ7űz~Ie{Y62=l=~/sςz1S 0p'/e +?/8(dQ4{suBløJ;SB4Lm5 Z7Lej/M21MU BCgn_T%?W>h[q))iێZu ǷQ, b=R<^7VBi4X<*^R'AWIU1Dp=$X$ƖL*QOnP)זe(h1 (CQ'c-x>ܐn?֫%vHݮho]sH"DM[RQA:ɛPo/[^OV491@^ot =q8jB9N) <uĴ` *&k H\Gp6H/{!Xm_N/p_;E/ZK~){+$L@yM uxAe@?P2r[PTE+om7s"kC>\i+bj7"ڳ㽼Xne3)\b^T;tT Kmϸہ9Z1{G):apʾP⠰&$X[,g9Nr{ 9셮݂J_DqiRB8$<;b~WJJّ!gOr - _rؠi3 QF˴u:\35L5m)#w=iF1f7"Z8]w.*O:OdnEs *F!؂P[s˵ʊ8 *NNsHnJ3ZJ&\LA9bXd{@j&N[2e扌# ZF Cn#eo.8iqn; ;-! o`j]e5 [Ac(RGج*%Cϼt{2z'U~ 0mpb5! +{5^ Irdhyl1bhQ ~6Mr _Mn _ gk +endstream +endobj +493 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F168 442 0 R +/F200 494 0 R +/F201 495 0 R +/F202 496 0 R +/F203 497 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj +498 0 obj +<< +/Length 3695 +/Filter /FlateDecode +>> +stream +HWI?j'V34Il#@M/࿟gɡ`уTW|GNw:Zyfe;ϟO7OW߾?}wA=]T0sp^`,|Gm\Zv;{8ǝN<+ʤWzTj:ͺY +6z*4*oL"j|˳ۙ"4a06BɚfG+)jIO8ȏ|'?P]Od"5ֱ +K$ pKA W:X]=Jev8pjK0L >}ߣQ&Hebno@̐93ǩh|mŽV;\lwb~ NHWǔZ! GǼr>0($]Yiv5A3{1=~〜>3٨fOil[VS;Iٔs™KcZh0NXK%lymc.dLP6Z-xZ] nٝJrqmM.Z[* D^)@?R .{X5e_.Zm٩g(CcIZ(|ګ1ΦMg8jrΥV(6 AŢVRxA ;CA䛓cJoHVur}C#ƈ`vC + lɂcLSl3$L{[s7d @/F9ÀܩN 2j j:tIp ]#BEl-r = ՞ %ZK؄u.yf,~qK/ӪNTrtR)__ct5މ>=vCr؜|]H0Yeze_Z GoBG6td,ZRn/4^c@pH +U1dbi;yQ(cSB<|,Hq|0!FƋ#F0c1+Yy_VL,˨.LjFS )O} h4h!Ri[KQi$tArmBZ&z5XZG)" ?0)9=/H!95-re\Ÿ2ouM7Ne9쫋zb@{PDf] @zwL{BB?wt +:J ):N"ځG&kuE%f} +OdJXpl-Twz򙸗aW?ÛgdG=Kt=f`r6}9\DOĒaS|W_ Ntst/A: U=AgpHnQ xq詿Bȼ?s,B2|m'w +#,~i +j.T}BۿrP7l0;X&GyaOG&*/eȓmPa?uڢn_|REj?5jM]bb\ȳK7A->sˁAz+N:$NEg湠nZhfWmyV)YlѨh|)Tf:/7ֽ9(1?PCCqFqS)#D(?r'ޟa9uy=m=\Ͽ}SgM2'l-Y)_|@c4dFx`b+S_>ؠ~A>IxW@epf 00G G52Fyc|g5\}M9لΔ3>O0ܜyw 44<40CkOcRjNz>L4sJxbѥ^owrfr') U117OF~&?6=N*jʖe*.,)zZr$b1lpJ A.Io;11$HX"Dwį=/qG ]jT\ܫFCUڌ)P.x-ZD%b{U%*b1ߐ]c7pAs[h㺝 0a;3q%w@vNgIFLciM;hve<;\,@j]c - +ㄥ[41aL1>a0]0f7x (P8qբ! )Ηamcuy&pҚWafmy Cc]h#^FIl"[7k8ه㼠g\#<^Fy#hr2W1q =W9sg3U9Oz +:qICg |#?A[v*<Ϙ`iJwR&B?=̘GiyyVYyWE-[dz +Hmv#1it +Dlk5V+n+VU̗7JZ(ٲ4׊Ƚq; B;A10<dD##F✐y T#|֣蒏'jN84aqm0l57PANj@MjU +:5 1r-ul XH[sK [m6\Q'o" 1Vb 2f0^8U5=07+~JLIݒBݚ)F20ڍ |F*n,Bk܊x]E@)^h0B5^ڠϿ#'j.P3ZT\}aX&Y/܆a Ez)Dy@P1GmJ"IoA`[]T,L 81eaLJs&Ly^ӎeVJh[|!BKr&yD aE9!;r{LC9,6g~Q%ƣ?W+ɬ[Wm$,~%UCC9d7Dފ@pQS?DA[,tYn%.Wլ`.2W, BuO z&Ig;I<, nD,秡yRw,1魀1TŴte=7B}pYDIO:!2o?;CɭJԥX9/֙G҄å,|x-?'hOT{$ puUqKPrmXeeIN(pV̭=F(Rb KzΏ_.?#tq,^;&MGa*ڟ:{S^L~be 0]jubSg o$$X + ^MkQ!Io(Uʛ d I:QuNEK_?O h +endstream +endobj +499 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F204 500 0 R +/F205 501 0 R +/F206 502 0 R +/F207 503 0 R +/F208 504 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj +505 0 obj << /Length 3924 /Filter /FlateDecode >> stream -HWY~_`uX"1Zȱ N월  /ʃ~k. NQWU_=>߽QO[%惝'3uH3lw?y`!N^pG2nOJٓ6>)mRޚӃ6*XP 4+ TyHDZ>f5|0_ZmWhY5'Ew7*|[/"k$zhK uGS[|e9p~KUqd{A:{DczJڤ|p+! 9Z\EsiRe2Rhde1bh˽r1:<,qR]$&Pq< -QPJ٢I-|m}}`WtJW]ΕGzVYae -<49QwoxO#;ԟx60IIڂYKVΦom+#. m)־@pA$*\2\5Zv ڰ bo# -ߌ7a#&j+S*mI.ki]U1ôa%ERCWRӲ-uƗ('3*)\68t #d#oN7%W=jM7mhCfo!+Z`!X->//i 5JSSm+7CRV'f !yE}HHT:yWy\nGxϞ[[j['Gag3 όtCSL?Q)lsJ"˦mVzZ -,lؕT"C%f`~3g`rFnY - -5fB^Aqݍ4ȔSMrtac4vsTy|"E(SsKQ'(.sv*6t,i?] #)7yY#hJOaڟ N".#qD?TŢiftS6(Jz38xdE`xmޓRN*J6ta`Px5 ./Rō~n7n+o)ZVZ2+P/Q}Լ3e$$~6LC -i4FB}WvhrUhMR=9u{.H2⏦>ԭKU3lIaYkL* 0Pz!M$tM+\rZ]ɘ-!.0nrkޗga^M)#|Sp=Nxt9~#q$q&~V,Fe^$V0>+Wm&g 󺅣W5:rn3T5j&R#XԛDWܑnjA#hZm@'.YGaFCmfV=ߎM0E -V_hO$4WZ˱O'F" >TQ/b7?`4͐jG|UDFǷ?3HFfR6oW3w'a ƺ[&ĭ Fm _S SX%4#<ͷ3x'4TrpDMT'6_ -h$蒴oV 73Ȁ?buMw,Sz2jJk~/ɰF%%\rPd~C00m9BfKp $\o3a!uXI #Nq7b73AN7kcc@o0jQ}HMNo/LwkOF=ޢrd:dkbTHmd-fzȞPM#S7S/0?)j٣cD%-}0`?O".Ö_26@1 -cZGd֋D{mGȌSXM! JʹBԄ8/fp*Bt5vI ѓgjKЈbz{ 5,K;QZV6mVGpm\@ +tVds+nޞ -#1Eyg|L]}is #%SQ ݢ6lp0⪆\f6[i]&=\g BƟNx2GasU/HIm*е$8;9\m; )G0<#Mπ{I=0qeTeq`ᾌ[oVaKFČtxQ =D&B xKo;oջ`,'FavA;n vALk{hA0e5=` o(.ױ\[c ~ag 0EF{]|\-u7)a xL7R{ZWiߩm^^yi =}r~bn\T*p54'PTz8Ӟ1I<Ơh op]Ƕ5quJv&fx<썶aao[|h@Þs"~E2{,Y4k>)a"qhbv6+!IpL=;ls$hy?Wn0 ?i4I{)(1߯MPݤEr83lin6DZ. Zޚ¤ ѡmM_ՏQzJ QP۳NS|`=2=hxckV.}_hYީCW3G5NFfe|P]HrxzdHW9)m'BiDϡkRWf,ѐ {=~,Υar7!~PY Xt1g4OֽoK::ØIW$R =mr=^xo_04TdޘiTz(iVؒ,+S (R2 i Kz,?7:Z&mZ| yԺt۽;VⰽfpF|Ph~#@I)SgGUHv <Td i'<ŋE&LuELK_o`#g +HWK /]O1#O6'H֣kyHٞf=XǏ_=` '[`H[:NOq +AEt=i叐" 1M爹2dT_>w-fF+yD7v; pVPk;`&mpw|0UыZwmNAʋ5mϸ2䙊̘"rlE}J0_ '؏~VzBb +Go ^ +oZ9 );,T&Niuѥ>M͜)pL@%@ kN3y+i HnaB{P|/9 +v4k,>2"xfqxL՞~;e;쉼6)j65YLGiVW/}I+5 NW +SF>p'䢯۹ S:iڼѥ''9u*J,;L5pWc7,h nN4|X*0,%q+Q@;A•^c% + )<#/[fe}dySQdѬfOL\s()e&m7J"c:'&-*;rRͪXjUm[nǛSnH{2&f4@sj6'H(1R ӡVbmjPLqRuZN%f¤Y7͎ iZf]F3d9FrI87"W~r%-v.l[qoN7s!QлNBgޏ mq͎lq40Z5#fZqLԾ.t` +,Dobي>V X׋U9" Cdž)*YzXu +Fe +f uP'(h+`M.G_72|bhl6r A)ԉzWWڶUiJ x&?-TLl 97gL?o]z 8" +o"#EFN1>kzUsC*AֿfT=+,@R}M2@x"݈Z +!(y2rdEӨE~_R8o ԦbW͑= ʎ=Uܝ2q_H؜R/\%;ohD~,{]}9'"0+=[mfr+N̸3:7Wzu"Fb@8n{|S 9\\4X:P[mڻe554۪LLB;`7"8tz|;m@~7HBӌۊ[|ΘȒRvNjf)RT#}]sUyYDijӺ:mO, hpw<=m qg%JMg^ҕt&7:_;EPsȱw~O{S,JAֈMЪrKa-655YtSmp@SZ֒1&"H&QUIcdr۴mENŒ:e'ND* j:_Ej%8$H?ނى%%qo5?U'n+׍x0a^Vm,2+VkjBR"P eyNjAHٕ${O/Eh)oӔbyġF.RRi@ָs*c %a ZVK.XJT=3c̕%sZ|.*K XG.F{Y\NBB;guR!gMrY5l,yLĂ WwL}^l^2k%Ηh|22} [=sMB؟p@F!ۑp̧O':q,A}w-fACZVcC{΂:gDJH) w) NYk[/=pjx˳+Zsþ3Q aʽ5\z "Wp7?8Q a*Jk'Nq}OVp c@>!:C2 Ew^/iUO 8AGN2=!GA>@!=JV,:?"[&^J~j=Dt8lm,ݬBpJ mM"(pyArGrN?B]ċ:|:vF&q;qhjGWض$23XosSdmwjb>İ`5ܮ]J2uq7o3t= ԓ*剮()UC2,|ϮIi0:fuDeq[{Qy%jWqR']> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -509 0 obj +513 0 obj << -/Length 3946 +/Length 3887 /Filter /FlateDecode >> stream -HWK/ZC aIv >eoڜXH\~^ [rXWU_{{QAO]kTV̓G3OS()nwޟ}w1~jvCFxgܛEzzVڜ/jA?w hZȯj+(~\sbWa:;iaI;QYR,?NԊhǠ.tM]i(y1qX-!RÿYA\5@pѣoq2"^!Е\wC7mˏk3@$M޴Pwtг1fSٖVD4ұMI%(ɴn&FHȱ _q)/VFD3f|~z -:BfHAZ`XIVrzZ}4sf;*1G~*qJ[86jy쁢A b.GAOQ.İT61]=vÂv@F=jle%EFT[3€v3b^sA2 ) ,|yRg_&2`9]]սfOtXPpplė)it?DJ uL JXvґR5bm>yJ]-LR=RYkcYMRccmΎ9XD"ep9t[)Vr]q!T^[9᱔d*3<MpLwSױ,Y{MM Dk[fTR]]I5{L$BflLTĪffNJWP*&w[r+Bd*i+rqz R7Z/աW[pDT"Pvf?k%fy]D;0n:%{׃e7l\ne,ӢKYG;涵ro/5$^]1% & )y%,eIwC˟JS.l`SϽ]ՔF1Ei0ńs o!%Vt ^eݘ3SEU`&yRvwÒVYiNLcVI{tkBKV&֓Sl{;/T^CWT7ҥc2>5ђ%E;Gķt2705y{]q!^4A5J&漟sMe}G mS6˺ep?5qr j\YQ6`Q汱OW_XH)uarKmC|zDŇl?j-x#yo]##<3YpI_<&9h[0j2yE"lNSPnԣjXruVգt\21@ީVoTNƻnzv;9wB톔2 4CNyCG I,wk,蜾!0S{z"g!O /ә% -=K/򜥙w/#n)-uiՙVtMK+{,rfM+&ebIʚ TĜtVvԳ~_鰠kLV-uÝ#ʑJd|HQ ŪY?>+RUMxǵYe{dci+gUX\X"`[nF.6e xYhG='HvxO_'+BRNE`QW;˷Ȓ"w,Q]":w9wsERQ3{{Umoم*lm rcuJnJZ^Wͺ uuxP*uSʨ,Y[:ɢܗr4gڗuW$ ^9[n¨ʞ)EuTza RҘ~@NJ?^GcKI vDgJK_ؕpwV+˜Zū:|S#yYPݵ[m@-Hm -p1G*%tR]IoŸ%w1s#%UeM^^dS# -)IrKlEK -qBv"S ՚)u *JXV%œMQOFuFB@tⴭȠ6zFHQsV__s`awe3C8. %p5̤zjktpgk&ecq&LDexNv',zTٖj-pON4F?YA6jpA]AzrSE!{7p6n]S>ѭ&oUcp"aa -¯m(`G!uB WF@E䖻$mi=-bjݤsS1ia8M93MmY}HU¶z by-,5I'jZx_ްyn7/K[l_寮ɷ/=>khM +io0MxILVxF3ddP}ٱ⛍ưM rWٮ0P -K$!>'.g; ;2qYvOc jm|Xu>.Ԛo; oY;*YޠQgn6_9׮fѥ1>Gf1F00`y)F^.q8(]G- 8jWSʓ610>(9|s3f(}%[f/H,6X\uŽf  V'du:AXNy̧xᒥ㇢p:G9y+$e#h́6ˍ‚J|u(ʼ騥!-X!a0+5[)j(v7׹PB\W.\KqZ 찲 K'lenG}*To=ynXI"oQd;2)#٭ܥ:t#H?..C` !`ʼicI Aڗ.[|RSȂ(NC\^:n3;[LvuQO_7hm>ptzܛP,8 /7l$8i|cx *]c' -1Kc`pKXIѢbHjDbX9c-3Z~uSg{An*gx\LnF(t6NpбqGQ 4vOսM22ZD/ZwO&*p -Xlr +HWMo$ eWԩAkcݤxl*E{G6t}^`/ߝs:W1SX~rxԱo_zN/{vqf 4O.y^oƹ7Mo9o5g&{ԏs}tєW^gK&P{ms)&)YbfOM=: 5c0ڹl,VX_/'ܱ: mns·`WTv8a18'^g ʻBe58Ś6a3mx=> />Ɣ#p UDdprL"36]WIFOpğ%hAOx7lF3޸58x´¢RUK_dW4aԙ=r@t *أ3R8"@õ`JZd]{f9d^ 7YA81''x6rRQB#MӡnV;y8&|4M&g9h/&L xvt\lNxW"gl.l.FG`,`]qXMԈ24?=&}Ep5r= v7f^ի=;Νk ! оv^ךQ1/(NT tG6rE.JDjjP$(W!$${LgYDrHDoQv=fԬۅUWtAlwTvH"\߄kBTA@Ւ8IjmcWI-J!8~ao΀rrtm CSJru OAPe kBOnď}eռ"6[S xh5bjq7NJT][`Zj34JX˜ae/=ze-ߏY*f_aYtgJTYI-$ unUE !QCFw4cNfMEG>jѕ{rMZ +-kׄDtP. Ev>36\gdל4*!U2cِ(-pgND,z>Bs B ˲BYoWr4,{.@w'XRh߶j.VsشGz[\U*J(&i ,2eqFxzOɆX} iA ҙE9-1NT\M;%q5ݒv;Pۿ~Ο4l{>q31g=9/+l۔%u h97XL,o^r}\џhyܲ[٬:Ȍ9O9CLKœ?_~+YSʾ=|HG$s · HM]X:<~A@#î#\'IV$jo61qҲr@1 ߊ8O.GaD1_B-su+Ja ((RUYl +/[; +n5s^}ƏQW.V7=Y&V! ;k\ [r-O?6F /xN k +ڹQm ʫ*N{OEU7d=8PDK٨'of?)U^:4T%'1$! b۞L*k])o{[w=cD+-wTWx,veb/ Y8ZOa!~Ap vqS +8 m:&lpeW6O'(R$"  wI:?ee(ƜS0kT`!`;`;8UB;SaؙP;y#0Z% MKW)kuj<ȚW:*jH 뿈84S٘R%WjUz5R+ؓi>)fb /7*o)ljx>jTq#s,rX7›X?_>RalIN)ܣ4ҶEC.5UUe}5>/VIAvDpGk2 L'}K7݈M=&1Ø s-1dK) @h Al5Wʫ+8kSēz }@ x&C,tE{,s%$:A,'l||Ф׎&uI=d4lw) koo]K$Tx9]ޏNPCI# ܬTJD~c8ゑנrܸVR' i瘃t'\SxeIW@EhB3+5 Rh[OX &&5_OTZ85#cԪ1s[}M׼^ +f sk-{@ u֫yiWk񀨣z%y z_J'v(9[9]50X _B=bdjO]r+lo~w5-7nEAz;A60 .FhmucJ:f=y dv #V׍ɩX)P'rVoBY [1^O=?nko#K> eK׋q?Ju3Lyswl܏ɞcm[WfbR4͏)+,=<;[W9дnк~߷ ؏m endstream endobj -510 0 obj +514 0 obj << /ProcSet [/PDF /Text ] /Font << -/F209 511 0 R -/F210 512 0 R -/F211 513 0 R -/F212 514 0 R -/F213 515 0 R +/F214 515 0 R +/F215 516 0 R +/F216 517 0 R +/F217 518 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -517 0 obj +520 0 obj << -/Length 3885 +/Length 3861 /Filter /FlateDecode >> stream -HWMo$ eWԩAkcݤxl*E{G6+E>>>r矜 {x<3-L5o?tzݳ5K8yvɇxz|3νoof̜mm#mٺ\?]4e]| 4ՆM8bN6$0|KṠz WG|C=;m=E; ;t> -r|plWJ'W <ɶpbpE iOBe=8Śe3mKppKA_ -DdcJ R*"28L"36]wIFOğ%hAOx7lF3޸5:x}´¢RU'K޶ {fԟP}sܹ@lP#jԆF0;Ƈ9+Q""6WJƻ!'#Tyc?JEH"z8B;Eh .0.ߨJr$6`f棲C !\H{b I$ ;vTFQ {~r;orD(FRӖ[qv7 ' -jhRkX|r#%~hn2ޚoKVFf24`9'F'kVm-Imm#C?cqI︎|ƂhI-v̦^T D^(5^CaKu)XfgS(RFQdw#Ѣ2W7QS#]KhQXbQE_ŧzHߒnXi2ƔbDFVF2!zwٌ1Tkթےn6'7?`&v͵,# :E[AlKrS-~(G8W=|G;ֈLX/!np8V^}j% ӳxy{rc9B͚ [m@sى,/h*UF >!mLUBx,OA_g.D+"o#@uGZzvE|ܒF\#:],쯩 Kg݃P{"0/רW9*7AWRt'%~x -ieZW}eScsݮ:AtKȀQ=I.RG,xnӯ,YM3oL%yج@Kc\D-j: 7rĢv(% K!;Ўd1'&쇢#$"gqDJC?&l5kB"\:("晎vWۍ .׫kNyd*lȶmx'B_X +ض - G#ы:-g7OG)w A[~9b)Em */87qE&Z9תUTЯdd#ť*M ?%bqD%53(fR8#Qqqח)@nnS%1׍my -7A7me-gDP\a]ܔ;+GϋW2M[v2Wv3[")gǒ0/)ʹ=WzHGp sG HM]X:}A@5#î#\D"j61qҲr@1Lߊ8O.GaD1_B+sYu+Ja (ݼfJ}`*+6Bn.YuC<8{!LsK0}]/k=^쉗nNjuy[_uǨQ+G,u\MwvkvÝ5v-9˖x6Fo/xVN k +ڹQdjASy_ʼnq(l^'2Vh)͌> - BƟ$>$D46Qlۗizwu+qOw]}͞hE?1J/ӟڮL%3!k[#RkJ]7j=fea.)ife]\]b& E^֜kjt-d4s-pUg%)i>?y罛Zfm9f),z"~ ď40.nJsMЂ Ljfd^ʃDz#5I'jD17Z!jhH'388Jh~)#̂'u'/~Fkp)C?r*e-;.M'Y3JGT cAv/"湇6t6T 镚4OpzЀ[vPLZaU~}Bn \k]g=Zm50TU$+Z$˧SO=Fj{2MT'%L u |x#P!!Q[c9#->ƺ8/M5 cKrL1! --8}-BuA*#-f!my J -j#rpȇ>\CMAfpg:m]7\zFl5_k [JLoB{$ xM0>h bR^%_w^WK%gZra>@Q<!QfˢA9Aڒy @XH>Of&v4ɜK 'aLܮO[ P_"ޘƣG~tNIfUD֠*%VL'Ƶڕ:HHLu`>܆{zҧy'Kf:zzJ +~>ӷ?_p7kړ_fנs+DŽ~\:Y9Y)weSР1>탁)2H rhuSw:'?M> &})P |?tI /ZkRcAjPQ.մ"=^.ի??|xx:}cd_?^ٳ) zr#lj[*KjWir0@RH{K:>! 3LAMz%p]eVWhvZQFnc'c1_!BpJT"* ^qɔ\ +U~F{ђ_tY +&*:3 ̯t:'=Q` JR}V%Ma򀦛z* +:j!K>HfՀpDۊ!)A%2zVK̗{@}ڒsfLKF7fh溁[)|@5AŹ$f \˔l>ܬ0br==Ghԋ4lUՄ=E7ᥞvLm'xoJBz+wtD-" s6Dl}L[6ڥHЇ8,Q51s ;_1 N+`lzD+^{, +g2$ z01Çx׭:p2%11YD +O<=>*[K$z66uO?ǁ8Kb=/PyqMO}g{/!Po5z*l<,NAu/g~b$Ң-e1bwyY]Vx+*274wJeBS72e(~^ù #XxCMM?-/Ӿ׼-fǰ'.`>@^&8]0|@  %rk@Ng O|nLdhlR^j,KuYKya{S"&!vIkWjߒGJ:;aM+pR\N˩kuv&%DSp0)):t/ +uALi;fbbN 9*]<>A;?%9h oL4]hp1JC6 9QHB>2%;\ `K \^膲;'K[Aֽޯe⟳)%s8q[c2x DKb:h1Ń,=sZX $.@]W}\e^^W6R_@KL:sbe Z޵O +BT9 Z$G ר-,:ofF-lNNuG~IQPdԮ1_*TTAM`vRY!J,ڍoîirX[hӑ# 5%-jQ PbچJȜPjZDېn찌Chl'ٯA =8aZk=|{v,刂T&iX^$[[3aWRf^!;W͍+6F\@-'u/[zfz?WG\myI%MSߗ9Q?A$:`I͗ #yRP`G$ΏL֒ύCl%']` M35:1N5'JtN*LB! **-cM,rT\K×s-lq n{Ȱ3l邸ٷ%8 +H0F}~ 5$B>3>Eҏuۻ^#bhy_8!Q^fkiY> qpfGhU9WT+eX2eH+h +854kHvs[VZ$qBeQ"066C)0Z?w$2x}HǴPBȎw纀דɫ?9\[ g@r<9s -W s,sh(nKB[ڕm%68QT)솁\#Zͨq10 E4wCAF?]ڦ؞ [ZL|!gjExapU|-:PD]눹 &91a޸!M$Ke$h[4$##d񈐌7ı.d-8k-{;e쳁Kا UF}?59k"uM^bwl+)(z*ء!ͥxI% ႔I <+~kMjJlKn|6|09Oi% umu]ky}+S콙*)Nd#UEJ¦dkݪ;DژL%-61Fݏ0S9ڶ*bgCRzM s.I\|fY7i)ǩV+i` +~ +Y@VEj)7 X"@2\?$I{ny ?u_L5$9|f>p2w Nk-=J\>0h5l :ry,d7 O=*3SU )6x3 Sa{;$F`q?aPF4/|xNbf0ƌ?ОoN +yJCqC[IY~|nMegEGw9F۲Kybmw3BqXEsFE4loPZMb+Xn9a%K >t- R@F?bf;7wZ.}}+TK endstream endobj -518 0 obj +521 0 obj << /ProcSet [/PDF /Text ] /Font << -/F214 519 0 R -/F215 520 0 R -/F216 521 0 R -/F217 522 0 R +/F218 522 0 R +/F219 523 0 R +/F220 524 0 R +/F221 525 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -524 0 obj +526 0 obj << -/Length 3918 +/Length 4762 /Filter /FlateDecode >> stream -HWn$?4glDdF.U]|5oO%؀/\"2#2[,/^ӟA'}za7RQjɬ3?>Oէ?a.fV{.ߕc ?.mn,JC9Y),]iۧp^ƔdntAH+ޢZ j@C;0*m0v—GiEyM{6sAjPie1~Rp{T}!S (%l]0l?j=RnN'7ͦ=~uZUC&о^&gOx SPӽp8Rjx2+Ff4vZ:Oc$CW4"5E,Vўe$=W)E~I?w'(8òd~9A|TUuSl[>謭#f!o_)E2 @# V dN ^"oNg|`+djKM[lɴ-KIn<< WKBa6ژ]#JźLYo 2_ys~w>7\uO/ <;[z5aOy&ĩ-`l8A. ZW`D-" s6A"PGj*!*CKv qdmb e0Ym`M`MxAd -p/Ea4LZb!Sfں">F}uCgNf HO|;OêDgk#;?ÿʲ j^=:kAK4S`^.o6njewAu0ihpKN6ň+aTwXY) ^!gYaMdÄn.e$ -(_õ r[xCM >4'+*Bdh;+۫\ |w!._eQw@ h,V\pG?!xs{e"G eʈRcy_8\j`q.`b4hJ #oGJ:͞ߦsWW%.WB1:ڒKdC wJ.U:p闋pG &vM4;ĜAst=(kp Aq~cM]m0MS<<&iȆ#G<Qb!|㭢YnFγ XiN(}4)dY-9B273{kcJwÒzdLࠊ!+FA#IK` o1@vhѐ]y /*Q hNV,h_ΦU7[+ǔZXW;| 9 {īc0U@j㏩*TUWgц(Ӄ7rj7>}1R2Էpξ6?عp}Թ! o`Ĩ ()xH2'@%6i;,;ICX {)ӕä{p%ZXLRwU-Ivon΄]}IyEl\57>X;i4N%}٪HF׃v7:*qJ-McRߗ9I?A$:`I͗"yRP`'$HL%Gw*<(O"zjub-c.5JO^z Bo.5˶ٙ=Nfk-W_l @c<,6FvKaV`{ j3.Czt LyLzYP9>|&ڡOQ^|M@~[ń7otʇ:8WFfnngXam׈㰖Vaׇ:>c6ܬh*g*RjU KV i,c];f юVnʪlG0E71j\F<| (8|H"77yL+Z8<كdL^ݾ(AI䲈`r{'πfx;r8|@a["W szQsh$n@BڕA%7QTL$욁\\cwjΑ\fDG= (͝>`{(7ypewQK2"L>kwlƁ"'4GMf(DGe{j$y^E!8EI22I^ apX2Y% *>Hd(Ҹm a: -v$22`GU9ݢk$pk)w;\P2L00⬔ kRSb[r5ƶу7;& vv!;@/gӹN.ץeON=#r1f6 -~i-(lVِas]ݦSo4urPyka6M1zˍWMsfVI&OBj#w$4 W[;)- !\ֽr…g<ljM4؞y}V6d_ kyc[W]WOuΒ97:0Nq>A3&T$*ϖ>rD'jhdGc M[N% jdVk.3Vʔ4B TR®\rIJIl86Ю"m+6FՏ ƻqҳ#&4#gh۪!oIiDyH$>?Ax1W\uO6;ϟ2x3w9L<85\R%4;FM] h"S.b`w8$i 351B~VHC"tw3%``!+[3vp U"\ݠĥ#+D3,MXޑhnh==nd VK 6x3nlyɐo7psxB~34u$x7d:thg;gIAAd<%=b+ɏխ}'lYgkYw+}ӥ}xr.W5}QA̩J=;I%#d*"iB~17\i5-NJ?x'|`K3P'IEx/K(.ZCUC__ K}'F -%~pk_{煔l kzߗS+ޫj 6 ?ePYo +HWM 0mOe}W56vbf윂"rɒT%֔'N`((=ݛι=r>.h϶xFfYpeg|ncCy"qng~'|r5"o/}#Uselzĵ'pyqwyOOp;ƅ|ZhK ޞ(QpαKkWv ,{ ki[ c8D"RYDa}(Ot^b b  Wa^Xoîz1/עaE;Q5+Q`VEMTŹ~\aa[|ƫe^o/ګ$w$KCYlJ;ZhR^Ox9ܥ7kpa˗[|`l 2w IvPnhB32n0M&yoP:T"~ ԊTj${H Nr3P`;_sbEz6~O2IB F82Q YaO:7=xq|ލxr@<-PO īބx2o ^ē]GOgw sZft+=x| w%5 πn*~im)h'uw=@6%fރ^֒j _s>qo6ݛW6ʯq:UoB:7 ɮC^'Գ|_9H[zE3`@zz%k lCf: {%b|oAЋ:>҅%ks"+! Fݾ^ְN ^'ubޙl։31خCw?CrjӆѬ{h1Yi⛱bDvI"@kt_ 3p3+XB&¶SX+#v@<-P@O ܫ}2o_]O4`w sZJ 7jC4e*!{aܹt8M +w uP ]oھ_*p52#“T39mP(T!UTo +7 UȮSE'N_9OHRôxJ'< C F4 +c~3DGB,icS#ġb%q1!\ k,B1lGB+0{QgSS)ϣn8nSi=4Z-hFrxAːL/*lb3=5 FN +Eȸ՛B hBQ4FpG+R`{d[1_t*}YH>ęy+f4 k}i'l|# wdM#4uީ;vy 8yIjj}X +N3՚\.Os[;W[a*ּmXڹ֪3OWZk;8V)0cOmh4>m4NG:$Sh:,y__T}CUws6'ЊWxz쪢m\oI}MG5D~qh]#O.v9G`C]=SA&n>JDxlS00fs u㋜!3bY-1xIeMӐΥίB@ЊEϺ!"U==, T`Q8Vϐ(p(ChTabcAI2y +2zSRSy4f0ހ@:OR(G0g9N^N㫣0RJ5$X7%Vs^?/>{[WeA:> <δ#UMy[Ohb|^}qn+];ʬݥc&yPTz<"ƾjգ2@1 +!P 񤕋^6WM К8%}MӦ.U6zLҕ"ׁ֘/\N.33 U[Oy:47BhbJ62(gjG볶 K" +thů+Zteq]_֩[ Jo~Y ATE9ƕ ̤*eTҋjqůVq)yҤDn%9ӬA[pDieͬ΀{TPUEzk\[fUՒFDgB1QURC`XBw ק:?/?% lRUVYOdPA) Af>7"Ѩ0!nQ2 o]7hwxkwab\?Od2u +[%)b` u@wcDZnOg`yQ׽v@` {nԧߋ4¤;AbV֯vZgOż&,A>ٜ }܆5F[P?[ja}8K Oģ*\,rD(f?>FiPm=:o/?.c a=JGC}i +!h|v=l361 ؈ x. +s6ƃMߡ٪-ӿ>U~'Hl9b6㧎ٍP^׬엒gt^؈ܙGQoko |Mӕ-U pFRK>QӍD}B3o4FЬIOwٰB'O]7I864ʼn w:YpUi +0^w~*QV-5g +]FzpVe28s~RItK#nCl1aR_׊67UT#-8.4-`"z +|͟ǧC16B38̲Z+P@jX>Ki<9tca_ӽ*ھWf% ruf;BuBϠsA>%; pP& #$ #Bx[(ڀPfj+MZ}[`w$wĠȍ0f @B nj4/#h!W'-Am؅1XXV 3z)ڌ)N|,Eofl# +Qomisc33nqEuԭeQnlռA"hT X ;,tkUx RK oUv$TM;;3, I]q{$'u> = $x_6p.yu`|z/h`tOӣ +2L.0_6Q̶&K-%7|A:Fne..679̓XP +;LcjueT÷ʌ'$n1/Ph ޿w WLwh endstream endobj -525 0 obj +527 0 obj << /ProcSet [/PDF /Text ] /Font << -/F218 526 0 R -/F219 527 0 R -/F220 528 0 R -/F221 529 0 R +/F149 414 0 R +/F222 528 0 R +/F223 529 0 R +/F224 530 0 R +/F225 531 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -530 0 obj +532 0 obj << -/Length 4786 +/Length 4076 /Filter /FlateDecode >> stream -HWM /afdmf,ON KJ$ ,S sY$%f5,VW~rpKo7ug헟ǿߝ1~<`i`xbOOcၝ\86{%9K+j/#l'ndWv6;w*"7ɛ}/{ww.WI ?Rex\;ya -vau\$LUkwa gl*Pv`RʮJr׾L@9e;˦ -k}VMY=n!L/O7zY 7v89CJ7<4Ek~;[39ܰARȮr8nh߶>OUn8;2#j}Ӌْl[M&{?682v SZ WBNSdkخ5\pA5 Zd*sߡHj2nPj#|%e*eo'n `ûvx5?^c İb@x]O4zD8kJ+)8nn@3aN~XY323LoI^&խ8-ߛ,]j~g :^^|e̗ f  c|gY]ߐdW E&9mp(4#To"7 ȮN'ⱻ=_9@HJBͼ/7s 5'V `#$.`T3-cy}ӓ7݈' d@M'5AY 0W d/x'y՟P:5>|?"nͼw_땬Y|V[, >]`ί<yA/J&H 3'XD$B|Cxv{a'O 6н31جCgb]%!*1T&|71"I YYb kYYWc<1 -Eyx.RL :LQX6#m]O?u= þ)ǔ|R%TCVVBLנ8q|;7jx>q1gf< -WDZiMmiI+F>+#v@<-P@O ܫ}2o_]O4`w sZJ 7jC4e*!{aܹt8M - uP ]oھ_*p52#“T 9mP(T!UTo -7 UȮSE'N_9OHRôxJ'< C J4 -C~3DGB,icS#ġb%q1!\ D UX6#rmY]OuN=P訳)T”QR)4i-4H#d< eHW6/Bnz`# ~"d`MD!W4 uƨDvy u8٣pKi=2a`{vm玭^PЀ/:t,$< Dž꾴w6@h;2nN&ޑyw:Twӊ$5 Kl,fwjMfumZk֧a9󭝫A0zocZkΎ6,\k̙'sK5՝Jvau\@jO}4XT6[#O)Vhί/tء̪9yO -Q|`ӓFzwhE+BFoyGk"8p -_x r2!7=׀ bs rEqp"޼iNy֗K'o0C!®A `7 %u<\lG9k :|U1G֬?餲&kiHRR˨#8krn0+⺂-[OO aY -զŊăGI~E0BMN L&Mޱ8g \v\jd6R4 WBUf!Vmc&GeXCk_wU:_t&ncJFQ~%dl** -3M|?|܍޽]5gnbci~s}S\Ì-=锘p*jAf5Ǎ=+k]_a Q*,+*Ty™XʟW闶>S{ѵsMKM%Ҙ%zOf<]SKkjnx9K)B8Β`ݔZyx]]GG] =hU@hc^6b8,G*9uͺ 'UөM6N -yvĞ۟$B8ӎg̦5 Jm=1B +\= Pf/6ۅ4U+ڈ , -$4uQˆcc7 $ZsQ}ڴޥFI?opq -uip:wl*m^k/Q!ƫNOtp|2`ߪQLABզH.@"ʲr0Lg.0M\#NWV}:nB.OlE3* 6MFR=0kQJ~.N^L?O-ưg[m{94v;uib#=5GMAsB˩g/Lz'5WYђ9`_t~>bq)m۳CG FJhs`JN Vc~JNf(F%,-|_H6 --2sfT >dׂ"I9ȣzwY,0ZJ/>d04R4k*v.Bd`|,tO?ң -:L񳣙46nMGk| ~g2j67onBô:4rZ0YG%ٱ|{̨!U}_}|٘ӻi ;Ujr.Yv/?)x[ݷG/z{xIFZO>V3naLd͉:C^׺5}s:+Y +kL6%x6ZN+O{zVrá@dhqUh5Řu'_C|;,bx<,[I!#__$,} +<"R:#W®C5 Hѡ2iK3P܋e .>?RtTa9csj LY8E4W|{y:ī{pF3 +C^< m1J%OKxpV+Rk.^cUp[RJCwnx9ҟ/~Wo:nX{ S#lgH%뻰mA*S#j@ '@6(՜7'x~eFTfۤ7Hz>XN]d߶x[Ҝh\&ⲎYlEKhUOl^'Nv͆%4dM),u%%OfW#SǗ6,Am&.yDz3yt#9 F +IۗǒȾ*>bR"`3%F(8<')AtdVm!/- r50kL^Pkpmz(/6kT*R7A&XeկФFuC^谫1s^| +Z| G1!635|/! +ϰ.?V='kR)MJ9#HZ +~. +Z4ӪX s +Lo|lӰpRW +<8[?$e[Ϩq~.G H}G:,T%6,m5+YRܾgmM^_} +9Pt6']ø0֭,}8Kiܷ݆(alFk%KȆh~"/#jMaD +99K5^+.TuF45@~FiH2ȶn @ UB˔!DzY +(>͔ yYrV:ф^Ba0U8Sj'8 + in}5V2Eh]Or&xԪSQE7'> pt^)񁚜^1L0vDLcfhьJ_6 ઉ7FkĖ ;EoSK'ſP VW"Ij?1Q_!rzaOЫ|E?1619-C$*h&e2=N*1Q3ߌ.JXi z{0ee: tHq/yKX4^ b UO:qBx +"Hgt ^DsHez%S~]EEz`PfiЇQbW?lIݮԑPL74fMN<#V]=, +N薎^_aN=־ BwcRTX!A#$fGMiF4iP1njqm$3AS!ĖMD?`*龃٤MN1ƲƟ6'AچKR=q;$zQ6!맒a@z%hֺJMAEHԡemĭ\˨QOڇǻj3 +BX'< n$dMTJ852y尭vڳՈ*3q+,|<-jTWa1dAh^5~?%c*P(ٴLY,uRI,o=&~At 1l?菡w 305s2ipם]ᚸ'~O>ѫesw<:Oe?[APOwl-Iq%bYy;YE/NnFbӽ& 0NcDIYoc6@1[ +)mNp˵nƥftuǗ\zX7KHuBn%4P ɮV2Mk<8S3 Jk}z7 MitXղ{f471# _JA_TmsEK2"; UvǘD]ͩ;Ic 3us0E<@)8Vz)ʼum7dxk2<]X01.eǙ%Hs[vo+ӡɊ8eaNIn,.HoRh"!7@(Ђ+.O8*Ǥ68S%AeK +ԢV[&)# ~Z xPlǙ"ԩE3'$t CM坪(΂i9dMz ѳ@Q9F#P{2+9Nl'Nbۦq#1-\`b.Q\-nYLH]Kg-wOZu8˙.Aב3gH@wOpl^VX6GU)PCwZLU{Cqdہ6*F +p9=;==vZ)?@@/&c ǖN|ޜ2z m$"A /ra"PJy+΢)56ANg0-l!C/Ƴ%-X/ꓱ#aqS8oy`d9+MIE>9&\.o[.MvDV[)T\BWp.5ȱnk8縷82_g]3=^zzӔn[3VH{C˅Ҷ@C\mkg.e:AX\*IDla#,D+~e;0/t'Q1Jxgpaà&܇)l t0wJ@E?9j55HqԨjh'K4G*%1><=h 2Xv\}io8ju4:S[K]6^4VMjہ5Iduߓu_5KJ .+ endstream endobj -531 0 obj +533 0 obj << /ProcSet [/PDF /Text ] /Font << -/F149 418 0 R -/F222 532 0 R -/F223 533 0 R -/F224 534 0 R -/F225 535 0 R +/F21 224 0 R +/F226 534 0 R +/F227 535 0 R +/F228 536 0 R +/F229 537 0 R +/F230 538 0 R +/F231 539 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -536 0 obj +540 0 obj << -/Length 3949 +/Length 4428 /Filter /FlateDecode >> stream -HWMo h˱2ce^,Stl؋sؿXEVqg$իWoo>|2&Lzz6oaR|Jn:uzF_⦟/NK9<=>dꦰ^ۛχ=+;+⧏6q=ٸ㟉>C~^apb\6壚͡9QctHiMz^~|mJ;&޵x6lk -L7O[K=+tf2W4U׸*bNٺ⓯!f>db1,/=VRmH''} K'=k&/hkm)uɕPMeL%lV{nDwBxUm YBJi^QC@5cNҺĠȬc [o?OE4?t]Ra0_tAźxEpTp4R%M)39F53I( IUq3hNB0 W5l@z{+W*z-"ְH>YR`%9&wJ E_ӆ֬)RީZbvW*3ґTKbN7a!t=;n -B -+MooiQSŸV&)j>~;#4u=R.wH"be8)\93a/i[f%2؍b0(HS{{(D\97fIʢoo{]R'zpB`NYycM(9c_noX1d"\©?=NB3'1*ktmb=X1V+f b\1Ro.@ î֕TKæl^e).O]Ϙ8 &08q T`4%_ 9a{z13S 58ڻ+BMJ5Y9 aZz*0mRS_\Vn\Pq]^7k9 ~vW.u%p< AW3nO -18w/ u 860zV/_ Vt !'-[&:s@5`)Ȉ"2{!w.=|Y`wvC%cJ'}Q<Ώz0B -괶AzUHQ=ʵ -[+G)L#worcq}=M;W B0~jkꚉjaIM:)iv4^Ν?_ bh]Q ķ~uO(M"Ƅ%8~߂vAV0ުyxc F5mڋKnХ+-IKmۂI3 ;d]F[ mQT}P@,`mWo8#q3!DvXJ,Ǹ׬DN{aw|ꡃs :^ PT<:[ Yst9?9;VA/D2.(RmE w? +HWKoC~, )A!rdXF ӏbww^_}Շۛ?k&=|9.0_`Z6m1Ͼz?駗ooNJr'VU.{Vxoo^w]'|\bIƧ'Smk%e\pٗeؒ#-`'yg-ޭVOs6N)=Qd= W_h:RKD%hgx +1mٵLYԱę OCj%xͦp Mzqnz֋_no( Hs5J˱+PkZv^a +|QlG;$T­ +lpbhZb쾉IW;ݥ^T+WDjl*5kIS4ƘcNW3c|/n+yĖqNVfԒqԲj6ah[*r3QP +-2(YNrG4=G%iB&UPɅL''Jq?4}1ű[vXB*809uxC {lD};bL $,%Q:hKJf,.;cM|>C +p܏% YҝEa0"TbMZa&41[͐w;9J9LyԭW /E3 vuC;Y FFlVV qnBPPTZy,J,mxA :i28i/b3P,?LhJSԤ^3۹K30D%Q5ybuȮBl`ӀO$HFG2b>+:pzz`ù8[p($0VĺJ =$AQׄ6LD=fZnnqԢM\kN7&P4QOơ- wB8 "W5QFqZj)7ho=9 =&e D1œC7JYR={U[YT%l䎒ImHcHei +%#!I=dʛsq +kP`)q DN  gg ܡ9 ݃]~GDl#W9mrФ;][9$- u[\o>ۃK.Dn\" QC7jytNBi\/Yc +9dEßaX׌>## lw5[S}odaZ'6 0¦< +v5&u 5]L{ؾ +qE]+X֤T7pT, +Nlp)e9Z Tf,RJO/?K~fF7 y<(F2p&ْCDmqGmE59 40$wc7I5?,l:S8~lx~ dkd)+H0f,l$@xU\r{9.jZd]l|sx+~np}h`D9t@όJȪ&ݩ3s[Ou3=lr!n`A4Kެ3 +VXN"{jիmCVc">jKG`x`E0-IQ(r|j-[m( O&N^td"e3L<ꔌtsW +-]SH""p +bRQX6C7J+0ϬT  1 I݉J +aʘ zrGi Kq59yue;Kְ;Ec4ѯ1:gnƎ \'%'Q8: !6+.8 Cmؚnv +ȡsتE ~8XWĻQ'7ƔbB]ܯ,{j,q!hh{q6}W ,Fg<+D4QE u5u,bxG?B}U$8r7Ν y检P7g33f)ĥ5~ Q` X* 뙯]:qDYO$h(4!UYL}tIrO_$N.cl."z&El'd +,*F1& +a2+Vw%9Q!جYt? <٥in-B[ i"mc?%Mm34W +;  =EX5 V1xU} ώ@3Q0C1)-G6@\j> YtТyp 7ƺؘ>@%ƅ5竘##cLneҮz7W.fY(^΀b˦`[Xg#K9>}XפP۝_ 2 ؚ͟08 +F43L\*8PFҒEUF~FWbߖE5l )C >yr 2\Z֭ +[ntg΋#e>v1ff*J|Ԛ+;GAQOQ2[ܒcyt ib70՛vM417F'o>-p 9;Bv޶\zhk> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -544 0 obj +547 0 obj << -/Length 4243 +/Length 1988 /Filter /FlateDecode >> stream -HWˎ\0p%EBd0ۂfLVmĀ7">XU$Lwb#w7_8uۛo8p]9縘_ƬiuS־vǟnouYGO!ݷl^`V<ަk7|_LJV8<KB^YҗXXM n >sr.ZnofָlUnnyۛdPl'XOl'[֮d2~ʻ鄃[-V׋>OnV>x'wm;-0`9k>,n )٭> ͹ Æ -2N&C+$P!Rf_Z9|S_MuK5zYSFڿgR}вs|M\{9_n(${e R7a;$3vߡ: :9\'G5W\F'n,)B}2Kʚ).i0Co818RژNG+vTk!(pXIsm^#GN-a@bӝ"e.(vU{=n.uQ^)?Fݛԃh؊;$at.{um#*,6gmWtU_ޤ "&"تǭ`XҾ^vvrN_;|z'5:|h߱E -r N]DHu)Y )K/g$ԻYw+/sy;NIt}]K`xz"GpRV80h~I4o9Brr«lBA,?PFw% tdPQl 93k_q 1c8ے,jIF{4VF~bpn7Ƴ:Xr7pd;:]a{yIiT48ݵ>v~Pt@%coSj6(;yNcG{:A#ЈxћWS5rw. -<69h<,I0+Z Y'su4;:5Nt:c@Zmc^ؑc=2Ԙ\]©VF%}6Vu*Vm̯KTQ5 RNvJj!]$ēH'j'a{E -&g3}˹MFqB=8̱j2S1vyI7;pfS-XMZ!ٮϝgz!TGHCBrN``:E),|'?MH<#\  u9>*ǽb5j%ymX5 Z5kf扆lQ$RYuV/p~In֜#Jʡ oZO 84ق p^r5"4o-{^O!GP!2&yqז ѩK# XpOp讍ZMq~i=-g Ga \*MȦ6>evȅT:`Y3!A0Ôd&`*q5ځZ;PjhSU,a[pd#gڻƏ,*8(7Ѯ }7o݀T8!U vKfԊ+U&-)hx졅~6(vU#.o?ݵ_P7\L3Q7Si5\U8ClvԤEryWYS|\ɞJ$ǎ~(׸[ 0a=UN/ZgQdRf"K(yO3OK˸pov"$*n&ʄp6<1e;򨀚įH -_R"ñҙʏX~U&?QmWyHҘ٥!܈;Yl&1n M;m"N&!azr uW@ޝ -Q};P**wW@q$vY -8*8=+]Qmh.@8J>irʲ:jɍȓKicdfJDz\aHX!hzE`4/Oh҈;XoJB$~xZ: RE;2SD T@jc8 pXPatZ$h#6^ێI =.~ޑ^YI v&X?޽|EUHMSS'CBiexJT/u`vEzz p^E -i1à m4+w5MJ4*(ll8Rb*DLT Ii8 ÷yZЄy $Z -ω6{ N74 +HWK70clwJ bC8dnlNQ@ 9㲫r{Gά˟- O7àVn`RvNs73|NOgY#2o> +F%ZtɃ{O?ΣUA`uX#y23\vq|]2f-HӻKQHv AFuDFj-OvaV9܎KFMT*I_6 Jŵ-N1"9b,F%l*`䍩q`Vٛx5 +͘ZM1gIzQ .ljS.@r!z(== Xi6,2"Kr.}DZM9Sx,e#qH& ;QQƇ0 FɁ. D LTq~8Z4Jklc;}ACv9q)&cj`1_ͤ?) T9>Ư_Qm7*o}F;ixKrka)_€VXiFd}$`=}{N_15M?յC$'HvAa󄻲S8{Cڊg`ErpԬZpiZ4Cj#e}Q +g=P/Ti똧T:H=9o_ g*pn8s_cW#6_z8.nĭi==`51&h{9͘@xL;$0-TZϣųdC 8=U)e⚖-IK"pӴ$7Jo/I[tH-\M 5MB Ie +?g$6C*Q{ bZmFv2VlM[ޘ$n/U\pQD.pH&b;I|pV9׮᪞-9]E%#I$2dmIXdɏ̇<]jy?L2#C/(OjLm}e /!N£T6ٶ$Fi׷kyP)mZAV5_>F[^c=x`Y1 +a@8'c(g'P. ׷h,=qM:2+_{ ^rI7-H-z+G%ҰTB,XtsO& $M,) iT]/?jOuΡ0G}}C]& +Y'#x :LUX0 f)V'+ ̻U6&x;k"Z؄uGиDqSECBhѵ%fz v`7i@+58A3w ˹Rp+q+&]`G\&Z]ڏ;Vpg8y<ـ_B>VI5mRHO9tWWZ;58NJ`HK)i*Olښ.C>E ,:_@]1t%922=tӗd^ endstream endobj -545 0 obj +548 0 obj << /ProcSet [/PDF /Text ] /Font << -/F232 546 0 R -/F233 547 0 R -/F234 548 0 R -/F235 549 0 R +/F236 549 0 R +/F237 550 0 R +/F238 551 0 R +/F239 552 0 R +/F240 553 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -551 0 obj +555 0 obj << -/Length 2024 -/Filter /FlateDecode ->> -stream -HWKG[ٌq{fV" Ć)polNA 9S]]mcko?Uo͋n7bV~ܨnt.t_ťMdw;H,, ttJkmOGQ;~w\ݣ6`5|:H'`?oY\v =,ӽ7L1; } ߏ﷛궛0hNv7u_?o7ћJѩ ;UO![ugwwhmX2jLN.SUDgT\Kxb^ c1Z- gS&(Jޘ z -~U[QhJo!KC=# 9N v%.CӃH!u3KESJp,$߾GBpΙj_ǣg.J >iby2!J>Dhİc HT4>tâiPo(@5DG+cDILs*IlYsn b_ܒLO#馑ZfЉj\cq4_-<+&"T\a&i XԳaJ>$P8_uMpL;(i\Y3"琶avC0.-"B̯&Q!.%aE͏&?2tg!xFy$PsgZm+[(L}Uq}۩ɶ$ Di[yP)mZAV%_mkU1س -aTE9Pܟ4rY Bghq*w韠#CKU-p+h HBS Q4`L -g9*A.I,) O|?cuOu-Ρ0.G]}C]& Y& 0Lq - ,%de'SOX-MXWq蝢1n*sHh=ZtmEיނ2 < hes}B\`ngJ܊gO:G\&Z¤}Ov -xaLkـ?!|,[R m@)$5`3ٍ+`vjp1!{\_50,u@9EwCff\v:\)ey“I\+k -l$7<}/ <`>vu9n{(^Tka/F2d&bD9G) -!3Op}w ] Kf3b_<.c>$AXbM5_@C1tKr`d> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -559 0 obj -<< -/Length 4827 +/Length 4823 /Filter /FlateDecode >> stream @@ -3180,260 +3110,255 @@ H G-Dkj,Mx"%mXd ,^a@XbfɪWdYY%z" #cv9זO$LnYHF>ؘk3%*,f{Ŋz+/Q^TӍۼs5nzCzHG ssGqpcܟ4uoytimh˶":eչ1 BI{m^q5zsu^ahZ[w\O'txO/G.u"X_|bz re9glI.x[Д將Ƀ_Ȣe"+Y(EW(2X)"Yve֧ɐ[rmxD 0iFNmPҞ2otYO9Ӓȹ(m0*ѩr9jQXFrEJ54h <379,PH%FSvl /[:1~$'X>.Z:]8U|aAu ZKr.~rL&|Kkq%E=,^a@1bB9ĺ͓UHSe-s~ դe-`aSIZF MDhGv13Pbʐk!h|5ca^0-2dLt1saLt1{fLt1^hf\f} s-Yr aca(iY&j%9$A>~9Pd˕&ȵzyښt!_4*,:. -"ʥ6 JnB"j~3w>K|Å wsݞ9l3>||;!Zra>@FWf_}z' r\?HJX]=FvQ|OMKl;\`}1Dۼ3u(ceaO3G} #w%e*)i~GE,ʠ٦ w(cAe2h)cgPS -3gam „n0#^z]$+ #LEB"Ԁ?$wtj&lclhnnefHBцN&<807Ae?K;! 87`y 5 - @b6YxD I:l ]rx?*7.P@FAzOWw!6eޚM2'Ó{xxSޒVwanj(ITp{xi:wuƸ4{xyi  dAzF1^bKE]](APe-LiF(WҋkIjdOJ"oCu,GXnfgNOy(ZaǗOcVWߔ+RN,-+Gb$KӃ$U.9^g4H%Xtǩfiqki; lʢn5b=mvimkR>g$W<#^5KgOk{Tb,qWyspcfYS\UZ\9N\Wj"n CմMwLrP?T4zGF}BXZlUU(PY#((#*쵧mo;[x' -q(O*0 -ʳw(ue|< *նF(8Io5t~IYnek|.-onu_גՉHtm -o'؁ߔ~%j*1*ǵr.s6R}if: +"ʥ6 JnB"j~3w>K|Å wsݞ9l3>||;!Zr8b>@ c:&l|-lD'rdY鑑d!i4|OMKl;\`}1Dۼ3u(ceaO3G} #w%e*)i~GE,ʠ٦ w(cAe2h)cgPS +3gam „n0#^z]$+ #LEB"Ԁ?$stj_Mx/falњ;P8no%f ͝Mxq`n;!~nYwBq$ݛo*+j:߁|=mfhAu;4 xFAJ8S+- =e?pM7{U  Z~RkTQF6Y8Fc:qn8DZfB~Z9\W-6SȖ/%Ad%uje<  dO~-iW(jf2^Pc 3ZZFҒ+Kc+P +T08% m !e<Иi`h TDR':< %] rNsJna%(?\l y'&RTK%F?QeTLOɜ[:<@}Wg=,CnCYz1Uʋe]WċA% z@O-Xj:J2{ɦi(QK9SD<QnZ([ D}E"Фj$2 Jl9[ǿIrxu|~b[ٵV"qV:t췇/K1/q+a-i`9SwYP踞1FrR3luum4/} TEY S* +lZoSP1"ۺ~}dtnq'±SJSoZ}\@ )Q|}T#1iYorXAgj*3US XpDCw̪ e\+k[b'O[Ql|`_'y.ɕ<8O׿p5Ӛ/ց$7mܕq^rܘ {9lW%XΕkZ +uV+2>1M$$6A2dwDU=VV} *k5Ewng VlTkEE W&RmyČCQLv)k[WSbԞ^VsD]Xo*%ݕP1lobCЅM^p[M("*[nջzub73]Bl!ثb˹dαڠrkHןgC endstream endobj +556 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F149 414 0 R +/F241 557 0 R +/F242 558 0 R +/F243 559 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 560 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F149 418 0 R -/F241 561 0 R -/F242 562 0 R -/F243 563 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -564 0 obj -<< -/Length 3909 +/Length 3868 /Filter /FlateDecode >> stream -HWKo@iVZ2&A`~`S1`/!?&5yaȢz~W/w|2 zpaP_~Jn:uqwPyӫ?<ݬ\2Iٜ>~QϧEr8`-1N໏WrLZ1,rQpXPB=7;Yq3?|?Og@˕.Wav˲`Az*OC9YF:̓os>0Rbl0̋RU.+ϚO0Y˯_OQE&۽l2U>}<C{C#.CŬbHϴS=rOdDFFm#V]ۆNf0^-tQKOpvMkEq8~TZ:RCK`xkׄ6!d,O2ZfPYSm\Tvmn$)K₟͠hGcF a{)϶//.rW+x!((C{t J_ޕ&g9ŽK/E0$Wh2z6ٸ -QrǾyP<o:Rْ8,.R'ϩ3 oeIŎo5 $l Ϫa}75.ZE(c:5x/ζ{NJX^J^WA]Zj|-٤舰 aPTDUXhfڑA0 }>kg۩M6 &#V ,fSˆ\TF:G?[ TUljpI{pwò)#٪O1 sdR/o[Sv@‚|I 3DF1  K؅Ҟm$swHi"]i$GDOډpX#[ioELcPu↸!kIqeIdVY@+]Krnwb>hiNLr",: mQxĵ'tJqr3}e0U#l75I@@j5xw}Č_t]K[JU*SDÂXncYJԌ}uG4}ĜŢ/U2UIք8, j?K2y^ -wH&$=c+>x#ز_lvx!Cx%^iک|/a H)V"/a{^r^L ;U)-s(ͮ Cﱧ0]J @  :Tph񓰂ek-[{DQF桀+%AͲ3;PkVu^Z^t"A]{ bz=/mt4/lĿ -D5x5UqZ> 1W ";93m[1$G2'%2P蕤6LX0 iNWu/"DX2cEw3nIa?V~h0lMP;T|J+ wgVBHʋ~N[`ߎV8ml"j;|>tœ+ SpC@`l+{ 2ycZ%l4j9:#5rxz6@- ڥ^RSɗ(rU%yUyfLq-[qn9YI}=Cyeȯ]njW>$m(hyc8 -W;`>J`w w{Kܿ -_s;C`FInk1@Ӯe4P=Lk$yïermQ_&ں!Ourە.,`MR!Iv!抔଴گ[8xF%hKe4,1Q%( f H;>b_ě*IQZ'D#9 -?qmeȻs)XͤtxbvzEP7A\ xz^x'$OfI-5%5l*EtW(L^5Sm?FlӁiv…dfx6*xffS^)/rPybd&=" -pץ窡1P9! 2e=y=h%n -#{ضPv-G^6bISj|<SA*5mlJk߾>]__y{sxO>kK%6jIJ)r|YvmcxOJkfrI.xc7?ο]X!as gU Ol~Oo`V-Jʆ+"`4o5 +n^:xbz!s?F|g4$7xJw!_hZU9@zܲ,XᵗF8iU`Syh|x3$k1Ep`^dĻC>faҳ^tw>E&ٽd2J?∡x>1[FL;D&lTy&JcdDb\FFmŠ#"X]]6&0^tQ)Kpv&11t~$ +"ԥe KVL!Ym\"Jvn&ɑ-K₟zͨhGcFshbhag Ƴ&gS +$ /*ff)r#.=ySPv$fB*+ (GG~95W0E.4 +bC4 l 7eT>Ŏn5 $l < 7`2lP Gتg}9kGJ= lbFcuO5u%AE@?a8TPGW,( .̌GVV`ʚTNbD;H޳ٕgJ9P9aO uAR&$JMNϫ1bA3}y + #o4I 1[aXQzT "{ddőKu""C6P5: eoٓv#G0}QD״nذ2G AJ #H?E@x$vR(g6XSQUvh C.BA&ŷw*M~0,tW(Ȣ<7ƾ{(#d}ϖje^⫆5ǏbRQ5+KmCK{vӡ ;48޳PaFj"W* +qs" +D³EXt[Mu "mW᱾y Ku]Y~ |&@\{xJ>WѺT^P{)S#(J i9OaPFn4H@40 ;z5gM4 y˕uZ OaL.F.ĊO1 is9͕2urUlJpI/H'eS/3E9Ch5En0.%xGD}^؏i AiśM:Nsוlh0 @8g(]Kgڒ"YÊZ$CͰ善 {#EkEo2eD$p$8JZ09+Jr` u0*i-Igg#b]`uXЊ{}в/x`upr] jӇA|[zt6X2y&i&qZVXH\q~{HmS>Φv{J +ҿsCbFMtk5@Ӯe,P?Mk2wzyE4֑mȋmX,(]1R߷Qъ!tcEJpVz~-K<k%2h~An3$/M|a (}"HNE=_N-Dٕx)wI7 `+bj 2/;&e2˼UԔ԰U隩oPXknP~5xkd ť qjfx6xnjCŧߟ(/rP{bd&;"pץ`sR +e{̅{hРJ|*qbZ&ZwhC +صyc4%{N#.q +q{_0e8x^fWPo endstream endobj -565 0 obj +561 0 obj << /ProcSet [/PDF /Text ] /Font << -/F244 566 0 R -/F245 567 0 R -/F246 568 0 R -/F247 569 0 R -/F248 570 0 R -/F249 571 0 R +/F244 562 0 R +/F245 563 0 R +/F246 564 0 R +/F247 565 0 R +/F248 566 0 R +/F249 567 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -572 0 obj +568 0 obj << -/Length 4169 +/Length 4157 /Filter /FlateDecode >> stream -HWMo$ I`Fƴ"ݍ]kWrnVNA_6*Egzd-bc1~^z0=r} );<{J/~??:8h5۝sq?]_Q -Ei@\ nj:5 z⒰<,B^N'0aB#>CGkKp o5y7(Ʒizs '@߅|!>#(&ߒzkz{x)zK]I Uxsl25M8ѧ8^0ECS.u1R9 n$ pM|*.fI/aa{pęuJVس \iI[T+ -/Ʒh X%%'ĩ!okk} BH9qx5=hC +bո9:phh͎3D2:QFYne+MI8%HNdM&EU1i "щ2(kMotE9Efch :׈2+әvqo8ҕ5.sgeT%'bx`mLX(]#|=$|T^^qH9RvI3d6$Nfm(]g;?`z2.%RyB<t|'$,@VV&^+.dꂑWUq0> :띦ҨFY(Hu⚜ -leMW.z9 |OG` <%̛oU镵.Z -t Lj6 *bUQ+C'nPNo7!xCKs3 -s'; w.@:lKV M2b;]FwX$oj:j͍3Df)")GЃM#̇ ԘHր5.gÎj r*;}E ^_?!UV?][_IQ*堩KRzk qUQŬƾO r̍(u˫V/)+{!s+N?3P*fߒqb'X楑I@e1j9Rl婓Byi?wnv>43 v֋ νKϿ :`U#צL52кDhj}tWCVUhXYqQk0TAxsuJZ\Y)ZcUBJFTjR$s_ -wvI|iAyZm -+2^^>{LG?5'80ap0)(o  ޛni 7[sZŢ 2OJQ1eLۈ#הWTEXAߩpKIV-X GaaJ,\ -]TJu#:Aݣi;z։ J۰)K6"6Cc*yP:NDq!&ɚ'4"O.ٵ3 c ۨs$&qZ[@ v,zVnw0F]0 Q3$ɻȿm~N,E4 Ϭ2c۳BɫM @SZZ6r9so=}T):±QkGcO29+k]:bnIi&RdC} /;4cHRuk K[zڤߒkl]f\1c֖.V֠Xu7Ara)W[,֥BTzpGizs;AvDon _iC8 -t[.g-_L׶%0 wgA7b#ِ[B2űՏ5[c PZdJcT{ud&hbR!*61߶㡡B+mt] mQYf§`~۰&m=n0aQEް0geǎWN1G?0%Ѵn!F)gZm@r"5/U޲ ."Ovn?%-|\!+QxQZYq]ɢ9d=qpR@Ye$]8TV}!k&)ΥdyղQgg|{+t#EgRq&YQPF-F JY3. 6q=v|;Ⱦe3T 0_ymO\os:%Nur8]cMԱ|RI5o Ȅ\Kdjm .K5hF>&#[2@p հs$Y}ЗE.ndM{̪ã86b+<赻}jw&(SZp /xD3 Wov>hx펪\@OD PGaU?:zNHYj :ݨ,KEB8 0$ ZG_;*3hQ ۊkPɔ]1\ĢJEՌ\qw?P<,{ެw ]_?d}#־-'a<)=m#zq>~H]J G!i^})|b2/Fr"H&Iz?\8>LSp2tfć6wKܢ-:ˍ7JfH\jSLAV\2 -4]z6^%Yх2K(.erog"PҨ("7mp'Ex~A;3XhݐMTꓢS(lYERI98h5ۃsq||Q +Ei@sퟃ³3Ng >ᣦ$,Kp"Sigc=_ₑldghpvq8-lglln {w£| ^#(&zj{)FK]I9Us25Oq<`o\g=hk]brf8I@]*.(ijc]\MbO[:o[c;DzԊ'L,ܒ!R2<) +SD\|5]hCL+qrt;HM›gJmet"Ld^."H +$&*XuDŋrt2.Lj1P4&{DY˕L ^;\JnFM32GDLU|1HV06@L&,*NbU8h H72s'`6TL+/0}2.-R܌yԞ@"'$,@Vv&n;.dW8p0> :냦ҨFY(Hu򚂛leYp][.z9!x|NG`r Jw-kY]dnE j5] jv jbUS-$inPN7!CK3 +}s$; 0 C,uٗdTvhSH +4taifĠȟA~4T22`"Y +φ$>_.tt(~- x. B~8j.UASBuu-AJY}N$r΍hȫV);{!s+N\P^mwK=yS}W⺪JNGgj]Ul\;ܘV3~՟x*TOCsl8챓Mu$Ur˜J5AA)E{Ph^O¢[rm1zÕi;EQڒǧDh)fՈ)FZ7HM*pȪJ #k1?njM%DqmF9t;KӏG~p%hћ$34# X&NɼZ!VwsZusWS4XR*w&E'Zď!#v!o??*w¨+ܚq[Ln0 O u8=raj-1EK'uJT؈J^bK%19 ėfա"C=ߞR1o_КW Rp|xJ8XLa7D sۦKXJ┧<zvm#6Fe65bVwi(!dE& 6lY!*B%X^C.*Row]CG=D%}0uyg4%=:G|xeu%}>Zwv^9z6u{k_aZMr,Ug` T#DU*_qC/jpCf!߳(a, +7_-++y)?=G}U~Ba_7c1s'e\H_ |˲޴ *ejNmA;+F%˞9["Sc*yP:BwF"\Z5'N:釀߮=0ƀ* G[(laERh A΢7`Ac$+%걅,;UbtTϬc%345A +Qɽe Z^l:gD&8f O+m7)qӁF *(ꆅY+vTHXݶa x/K]Ê&@9?%$)I{( +(4w;;;\6&0 @BدD!5Wz7v $G,0|W7,I %HuP>ԭ(BUJev=3M13" +AA`XV"|rox4X-X|m'ˌSU&G.~sҎ歌AL+3Dޚ@جpBR O,`E8lC5l[BfT +吋r2YUz576QugGF߬>zg;v-oTWe*X!i Vw{X~cD^IEôr}4q`F&I3˄JHrWV^+(ٰ&+dS>M7~,<7 n8${(ƙ%=d:],bPA|o~٧Z-hum+b냊 K_~jC3[E=Q84u%d0^ {Nư=e1R k2O3c5VrMly8kytV>880~ +$ bI5yf*+٢5Ow7‡a9)',oٶ #bM7kQ몳YJr}q`<"Zl+@WAb,'8 3Mų^i'y!Rk2L .I9 d:TDUiTDK&ӛH8铢'Lk'ҐF t^FU+: +KT902mUv.oC6Z +>wsu:~޿~+l[g endstream endobj -573 0 obj +569 0 obj << /ProcSet [/PDF /Text ] /Font << -/F250 574 0 R -/F251 575 0 R -/F252 576 0 R -/F253 577 0 R -/F254 578 0 R +/F250 570 0 R +/F251 571 0 R +/F252 572 0 R +/F253 573 0 R +/F254 574 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -579 0 obj +575 0 obj << -/Length 4118 +/Length 4084 /Filter /FlateDecode >> stream -HWn$?+Ә!V{氐ᵩm' w22zfvƂ~TeeFFD77t^L/1S8=N3~Oӭt|͓5lOqѿ}9lƸ_fgoo}g˳tWkSx҅;ɦ+nr3/ n[w)(殾6 vHF ўCB|;<7O~{y> x+Q>:/}>J`SI_i!u犉5CKʿ<9w:.XN+R+ס I1}NLru -6EkA9e"h[^G{Yulz~#!bU+vbQNyAcO(ii@ ZaB =9j^At o?G议Rik1Ħ@f K3h9n@RY@ ScxåW7.WNсwYȀ?;˅.z2HmѳCmZ㐓3HHtvGx<1YN85wL9{ Ʉp## -C'Ⱥ9:TтcCc=ɵ0 ]sSU13Ykf/QSlkBր_ -vφd>G6&v(:@}C:Ti](UHmu21pOƢ%?0?߁eU6+J5M#V:`Ys/()h)@M1o~FpwLiy@_u._lȑ ,% -*h ׅCzw=R!;e'ѥbs͞o%rݖֶ](Lf*a Z[9}QTf3ݔb1 -CVGˠӉIw<?seh q8cLf>c.O2\QL_!_ J%Iuq}"~DT 賵b[w!(d$[@Fi@ܚ y[6(%/"@7NZ(EM4y xZ΄i("yl3P,g8V8䦵_Q3Z='~1/JM>}k`J`l% 泙s5z>1 J*GFo P - p% n' 4OHrfic\8PTqα)9G#rAm(6i+^ZQ:s4я.o`AXç,}\}Ϟ|G;+!|g}tM}už1K5I/Sn+yS - '״ߘ.e_Oۨ&\(¡6gGl2¾qc2# W Fíj_Ӭ@pȲZX&7V9Nгd*E*( y#ϩH|Qm/kr}fxP[1vIZd4S3u9ej2<^TLPVo+[/ -+C7D\N4h(YeC\\]'ؔKf'z*hV =}19"P[Fm:ݾS=6WL:@ֲyK%he{G{cv!CF&M$aC]Plu sV%*K}Ç~SmoX9 -9S m#d2e3N[6{5vT,@}O(2IȊ|Џ~c &։%i 2rC1Qd4aM4[?yL (Du hgNEIgP )Zg7|_&yCnztbK\ vV| k@[V&x5sb1rX("L͕ 2UbbK;$+·RP%E+&OiAJ(k՜rOn߿yy|7OiYLXKQ ṡZ}D 溝pVR(TiV?ҫ]aN<&=l+na~ eZ - -~Yne9 CLpnp+SmX˾4{wA7Xصsnz권6u` 9ְk?`KXQiwHz=O\$JGf9?pJ"= CCXMZ04$_=3qЧ_V}g{M|Rc,Tuj> ->j7s}Zy۝}z1cꦡ6␻Ǐ} uIQ' dtT@C<;hUrDԻVѕ d"1GsC󝁩nX^P

x!y|Rkeu e'{,3R"ί]?Я +HWn$?+Ә!V{氰W _۶O$@/AzeedVpeƂ~TeeFFDnOwi9N܇cML[j_i +Wv!֞ՊL|arPnngiІcnIeHJd?#í|?s9P28{/Huzջๆ4`Z;'4` 7b!*Rc¾Qm㷶ʧX ~(ZLk!UfuSq +r⊺{ku/l HBLEuГo+ӃMxy|x bb=Mg뇄T?qřvxyo ύ|;Q>:/}>J`SI_i!u犉5CKʿ<9w:.XN+R+Є$>'Uj 9]GL:TIA9e"h[^G{筙ulz~#!bU+vbQNyAcO(ii@ ZaB =9k^At"o?G议Rik>Ħ@f ;m9n@Rr% bbj/^CJ +):΀?Ǜ=}}PEYF)-zvMkrrZֶ]3&˗ `ѱ4Քb a=g4X?prB0rbDp ~Y6`8Q*ZPs,_uy];A"Am1aP&IɻAߎ1~!`_lls$o""q 0;~Nb׹IF5ŔtMӌءU{ C31CNv;[[i 2GBn%LW"k =/ )SX#DT'ixt`(ZQ _,^AOP_d2T4r_m l5jr>LqmBOf|gyi) +gǔU2ņ} Ps[ p\}]weYn'~Ƽa0-D`rfRSQekR\vCUP;Dd&16J .׭I@Aԫ>^*v}:ZAq*x{m, ) ȬqA:F3p^9([PDxp:M_g̦hlWz׃bݓV:MO:]v*G)zN l +wQ );.p3kԄ/|0(eBITg6K Zo{2'F(Q%>ZNHL{p+C3H8_*4tyxʶb}oxv(THF&RJQ֪inݍ?Vߒl4Og۲A(x9t +D)js^Ӫv&NCė̃m`g8ñ$74/: ^527h<)] /?v~UoŸz#?طFt_`>9W3snOξ`RHxdW@`~"@d$k%%M@rsg5Y`wwGAG]-TD2Vj"H7мprM[J~'~Fmpv< QdQg 5ZUn{k;`xjCGÊұ.mڼ77@۹v,meg[F?15S4OPMqjokZM e EЪ*2Sti 'D_ &BCU>ŵߵX9 + TL{b9BP#j4 >`k!rqT# +ie-TV޾7K}DLW9fG2rtH*.-L?tV 1g5\rgC! ^<Fh<0o1 62KV,/CY|ocsoWPM0=Ȉz;Fn$!+A?BCRn&țg8^<>VKpOg05W6Ty-𸍇'sℾ/TJįK]@>Dr|H"o?=+Ws2K=ϻ}C\yZN`b_"jhύe>z#^o7lׄ׶BqI݆A xHrCAĵjs]תΫOپ2LGl+~)E:^i^,&|RC,Uuj~Ffz\uPnjlF Ttkh+ *]b(kʕ0גLyVQ5NXz,wjIX>8tz(?];^@ak=m:¢NfT5k>UҜj nwX%cs yIq0Z"XIr{ᲞVCO{e7I)= +HK7%FC}y+-bdl|i ub19|ҦM1KupvbMc_=]cRмb#aCأbזohX˥$2# Qr%͹ ueC@66if޻ Jŗʐ̋ I$ Y(4sH:ߺ"k &9`}`gg endstream endobj -580 0 obj +576 0 obj << /ProcSet [/PDF /Text ] /Font << -/F255 581 0 R -/F256 582 0 R -/F257 583 0 R -/F258 584 0 R +/F255 577 0 R +/F256 578 0 R +/F257 579 0 R +/F258 580 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -586 0 obj +582 0 obj << -/Length 3809 +/Length 3811 /Filter /FlateDecode >> stream -HWM$G4r~W5{#qda K\̬̈̈YWWVfNj/~=w.a*5eg,ߩq_~:=xw6~jq0O^/oK5)t||Qƿ(m㟉tz?dূٸ9/JyWYp粤IM8%=Ӂ3/ wupMȚl|zWtT3}2[:Eً#~IR{8/ vCAW!;j3}xǤwb^SycoX} Ad 0Y=& YzE|RG -ZU93rBd ]i`ҧ1tZ5"SNd>ӗm>N[՘p'bvf\c!-Ri>2ꓖ} ?' s+Ɏ9dHjA!i;JI4dSyz,Sy v@4VkBR 9SC~Nfۿ}oEO>TI|w߯,iYOeXWݎn qDz_"tZ&@_থ;9^g~bbD=bsO zS -օhkJL)v -&x}F7f$dZl0#mF7gVvH+z 9#o"lC'բ%Ι$\NT(mVC_)yTntm1To -GyPҎC&DQ?RO:Hn{Pz϶ 75I*!z*MFp n=NJ? i(t&1ڿ"zϦTM:[F2ݦ)n=7σj>g/&{(2:(6):5[o)sܶ=lm}YА-`uy{=qf -5t$.ߪ#(L7jEHBׅz胵+^[HXx5edHUVX{kdKPT'E\9xLAt' =+RqPliݡt{ ",LT\AHzlDM:zUs74u@W(Kd+SX6m6\1W3‚f1v@RBF$cU4),70C-dN}J,SV+?da-k&&ᚕMIT4re,(Pđ25JfQU+(zp1jK&iR}nPLxCւ -n׫ IjL y P&fg$>K\tVeiJ*! 9HW) 7X8>X: 9.}M(ƫY!DW܊.\Ut9J͢Ku]sZHɴNn[f2 |ϴ ť֨oܳI;oNGLW=Z},3 W`Bs/+L2ex `j;=p -V@7߀pp7D1!4`s7Ԓ۞ZA].V%8jS6̖6=f%vj!C$8**rT4CFGuSkqpZ=Qb(t*`̳}1)J MY ۲wFM>>c.`kq'#/Y)@;9MmTە7EjDVA}]-& #T;yxMz7zVQF׳)"j%sR3+%ŨYM`ԑjt={xTDT^@aa [ᥜ;^pr}|4Z9M:St[|j Rd4D -StI'%߉'ctlڱ3Z"/U_`S9~|?~j;i6 WLi۾nӿF gK73Ɍ݆j%)+"^ `(T̈́]3"mVqRBn%ǰRt[q!i߀Bԕ_w? ڷ7v +HWM$G4r~W5{#qda K\̬̈̈YWWfeNj/~=w.a*5eg,ߩ񣧿Wtzlva^ėjRJ鴑||Qƿ(m㟉tz?dূٸ9/Jy)-,ɳ+ +eIqvKzPw¾ VyFupMȚllS~?=lg6Vpƫ`Q> [q`?tqj>߇|L:qG*;>7VYOڇAcj +ߣOhag\OȑE*'[N?3?+}Xjp[C!iY#"NZw" vH_ںWcn?c6+ iI"ՀO3TWd 9iHȞh[Lva&06gDR +INETJ4M!cKn9`& uhJJٮhg)us.Ͷ ?vw&|9_YҲfCٻ7l +RڿbE T+MN#vথ;9^g~bbDoŀ _j& H4U!uSޙLo2r'H<*Qda9FڌoϬV+Y#r2nG޳ %nT̿:gZp9R[g}u`0qLWSkML^}$;,혊(1dB#Ա_5vCPWT}5A}&iW%DRRɨNsa=¹z϶pƱoèf*4JwImo ]gSDEf-# nS~Sen=7σj>g/&{(2:(6):5[o)sl{l`2ϳ! [WPzSN#k{}9H\UGQ nԊ\5$ 8І+^[HXx5Ѳn2|t$*e +Gmpx=RO^5j % XxYч".s< y:ǓurLNKd8]Xz~6P_={I&c $=^u6FNW"&r9tڟ,hh^Q xJ3xɪyI+5SLm6\1m3Ff1{@SBFPc7),70lC-zNJ%)K|sf3`&j >q8\3GqjSDQuT^RQpra .q9X[nC4枖O-kxS>-]O` Y~Ia)}v3`HZBzA"TiA#)DyIj쌑01gAx@*%!+$3kc÷Ǘc +]5 +h:dW4A쳔93~N&\U~2Yne.*@f`nV@EnHZF'T7tan3}rR~0gwހޏe|Ѳfl_YYX "An{}q@aڕ/+/ `S%W섛35D&QD yK$6>6Y4wܫ7[88J@:Mʟagl޳-a'ㄅGº X$Xy{bg7$fm4LߖT%B)޷9:/(L 7j +$ڰvk &TH8|&]:ZIFS>UA4sW:/3&]&qsEIjy::ёW?aDT2<3Oe"@[+k{i<4(4DD ޥgKΰbB) +WR}#fTD*pS;X3Vb!pҚ){P5P-PrqT\OT[J&M86kWuqs쯊/)'-,D +ߊ 0HF+%H]sƊk"UYQK/mhCHԥMYY +5͑A?f M4R/QWD.ӛ\j~Qe)n?n Ɣ6ʊ@'0J$R2rx;2rƆs1\vvBż'K%Po5M}Bֱ^Z%-nmAȧ Z܎.o]lFSkR @i0d^z)te͐rYp ʨv]J2jt;J w8iaEJCh܃caL1-R|5_g\&m̚ד/RM@^1B_SZBFIw~όO|gݪI +bqndw n/ޠ矏^C RY/MK3;*t~NbxU5ԍ #Dܟ/uiܨ\N4n&pw:߰t(+wgCsm{^"h͏MKDkmYBش@r1])%sXIp~)+TwF1R*}Ӊ Wk)Ps:󏲜[.EZόr]ӝjr~^3DqKPD.j-߬MN1 H!H3$"Y?IvTtEEy~sdM$əJ g9 aqW.Ce G7BN-d(G%N!uSkqpZ3Qa(t*`̳}1)J MY ۱Wp{Cl`Ͽ t{e4hG8e3V(-QKkWB ZTDfHNm{Re,D. n'ƙ=,Ԗ^[Cpd.z +cQKM<ۋ7AA_ԑr#j_lB$"$LWG@anי:Dj4K9w3-qZ\0њ'tw^zuKO v;!A[wI wIk:oLŁp-#YjYЇ!Q?>Wlg?S߶4yYCkF rQcw$˜[:0P9%&ñia}xLٕJLŒP\t-Б`C23|ɴSƈ}/7T̈́]3"mVqQAn%ǰRt[q!i߀ԕ_w? 5 endstream endobj -587 0 obj +583 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F259 588 0 R -/F260 589 0 R -/F261 590 0 R -/F262 591 0 R -/F263 592 0 R +/F21 224 0 R +/F259 584 0 R +/F260 585 0 R +/F261 586 0 R +/F262 587 0 R +/F263 588 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -594 0 obj +590 0 obj << -/Length 2890 +/Length 2893 /Filter /FlateDecode >> stream -HWM Y'zӮGUN{qHVU$6hFU]E>>frp:fnT\ٿov{?ܛqji]wqywR?I5^AezKoiEOpi{&:ߕu0G@ݥVcum5#kW^ fW8+f0áY8? -k {Bu6ߎE.F~|uܔIw$uWCȏg8|WPD(izCF<֜luS0;-OE񜂄-CVaˮ J;ˋbY4NEd)Y5dBS{Hav.T7L [%Ji)߫ -S* KV2P'D0?;PBwK_Ǫ,e7R+tB̸dʜyߗ@Up*-{Hm -2\5'͞i?[v -'[S prdS'I:u.cx[YN.F6k]04XR_!.ijFD18~HApf<'Jw2ѷ<εA wBfYgzբv)k>γcgT2 -@:-bpEOPk>oϱ$%5g=Co SɟI+}5a~ ʥ,ホ%XrMUX2c -Z6fv8/|df=)Cma3a>z'!Qg/9\N%K[ṛżMoQ)<ޥ焿Kr8Od MgЁ -jͤqp/a0kn&wpJ&38-϶nOiü{nn@NM3 'My9/2_vӶ0i76_ܮ.Dx:1݁ƥ+C;|vwFO7ap.$8u_|j߸ՃŲM;^;p㠧k) -3q=;X3{8gK58(^/vP9pxMzX1d/<_^>t뎿?\ȭ$O mbN'/!K{BdHL!I1VB Q9HQ1<' PPjBuO~ц[L82ôoZʦ|u:)=wE:I+|Jk  ʶX0/gr"oTNH2jE3Fas0P)lE7!c{Ӡe3^aUy -[hjNY2BpDSJCY&175m5FӉ/('I~\/0|(OP/~D=M^ϚJ*28Ƃqsa8s pD[/w$ w?ci30/c3d&'+o0PbHIe$0hƨ>GgC>֘XwAXjJŌSg!n7/ޚu;~na_Rwv?}wmQqһ˿£/ͻvsgAivI)?'eTk׬fK;m헵*?¹.KLLWv<+Ma<@|wXvաSԌnh_{5]hZfsf<;Dmzp-!atZZǧc:8ͷou1:(0ߏn@<\Pw5:JÈ7ao:~E U;Akfq٨5rĈgޚ-E^0"T}^T%<1gsfxl?Y@ڸHĈd.wDZM,p} +,f"G5z=es2SF 3%;ST6R*1G6AeX*:U!Fߠ!ީ8ZчU[=f%Q=\uY3g'ܨQIK,?eƁ)30x<ׇHUc-{;d%;QekN=lJwSUn%^N6&XjѐZ.VA1^Ѹ20٦bIܴ^5S4,@E7yAM> ǚ\_g`IFX w_D" |fQ[\ia>K-[]K\P2$Eɨ{I43p2?t+lsTg)E})9YkE2!2}v^I0zP0lA!s\!Fq9Skay)ifjXTni "ZX-ncOǮMFa +3_=g6y+b՟WHF-5L#*.4"m2`qSM^Ջ@C9I֠Ǻ>+\&DE9^qBd +o\:3eh? jƨ;q6"_2V`~M]Rq*6O-TTcE3dOjDVfN,\JɌ˘8(OIqdR'Q&S +ՌBb00 #ZLj &eʤ(fۀ8Rв<¦/q*!٪Rmkkg\ቴB޳ZТTZTSu:2Q`%;}vZӛtn +P(JyQVt,{E\M+ >z ̎o4v;~n>5F?4o(_u/-c9nrxd0&v8t㯤sIijْsE#dܢEףՃ0z o+|sFV ||M( +O (gg$P=PО NF FyNC`:~4_'/Ы2zbd#`օ C5 ?O6+ 뒦f$0 39QNMT[$Kp228ӫNX[vkM}H /k 7.JZ=%XrM]J%j D>@ߏm:>f;f@9CaxS0ҰIlVD=i$mi򋳗H.ñqÖӨdk1oM<8'\&TŦ0$&|&Q$79Ë3#1́]Hy 0vu +ַٸuw{QG%xho fM3Qhf48ypOK?c 5ˆg?hE]^Lj>dj,:رmLH+ɂ4ɡ $ۭ8`BhV|jcTҮ)r̴V5;ϖm? +%lEOh\' ]%1 PDC=pHQ(^"71\ ` +|7dSj/E?53°O&3&T7~.}ڗmmȃRk{ dd~ %2O2Vx,tW$eG6g,ۥ<mBiܟtzǜ/lI1o`vw᥌icJ_.q\ZFw춛ܾ3z s!Iǩs{U ԰/0oل =^QyTM~0mг5(MCx^sޏrbCפɊ{^$30xO^w-~ bn0ۀ0'/$K{BdI)2C$7ccXArDbŃyNf( %pH'ei5&X:"E>ZB-:>`B-~?!@J Zhь.bnXφ|1XwAXjJŌSg! j endstream endobj -595 0 obj +591 0 obj << /ProcSet [/PDF /Text ] /Font << -/F264 596 0 R -/F265 597 0 R -/F266 598 0 R -/F267 599 0 R +/F264 592 0 R +/F265 593 0 R +/F266 594 0 R +/F267 595 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -600 0 obj +596 0 obj << -/Length 2104 +/Length 2025 /Filter /FlateDecode >> stream -HWˮG[?  %YE%SU]=&+眪=m77?jw; b?z0R -wNIc>ު?v{}/M؟ i`.ȸQ -)vK~= -j kx4>^+;W(Î"p<=履 m7.H`t'E ݧ s{6ZSgnPp4{Fg1# -0R'gyJA*eqxh,v]!r1XFi>T6*Dި :U9PzԵ7lwL=onc$ \9X9TepR>SE! ۖq(0E~q^\! 5qש(ʯO|'A?^Azv.EȤS!_Lp#&e.9{CɩK -\I*r(n &.S׶(&FgmBh(<Ԣ, /miIŒ/׺|҄{YnNY 0 \KPS蒯|m 3V Uү$73emHU3?2JC{Mr1j/l3SʽC ڬV3F]q9/^Ҵ,j&>2z)+POZlueqѥ#\<rޏpZ -_Nctg[D -˙B -3.BHPp\J6 {VH Wk}C,WVzV= E\Uoh3f-GWmx '?1 / dbwsU)Uȗ /yp629NgeX(>v)^.jSI +HWɎEPv9Umd`H\́'cɭjc@-/"^67ߛ0tН>ln:rCgeFާ7.~lkNsGyLz||5?vJk t{ rñ7nkF63q .[\}..㶧5~=x tXc3NA|BXIY#m-[;DqZ9܎KR6r>wWme_b ?BkѝkG _xR55P$lMӧj{~I8c?P',@4G4aN5Mʒ(0Pl%&rR:x8 %{ +1O3uw>*6t#ݎ޲%z-`U练Qbb҂r_!Űc$:T%w1$ %.Cns3h$C91~~}saa;L۠z]i${-Ht~A Z+aSmOm߯i {Pi +JxŵY(-%\ ב $SCBFUNSPM,sF_L`8)㐷ơ*8lqhH%j+ж(g LS 8*Kk'- R$2Wҹ!o\[I)xҖ:f8$4Y٥"K$@9Wn <[X:`hRFFխ[3Q)\Q + 'GAhAp+(gE(=E [c>+{i{18I͸2;u^p>5R!-rױ(oHM}y'AǁfJQElJq22,e~8sާM.1pEPf|qPϪiM\ަEmQX'AgB(Ԣ, /=is1Qv[eO~3q8cjQ䁴Z&ٶc+Ȯ +R5~&I1[,hچ$[Q1g8SFik'I,&3 ʘ(e2۬Ok}l#.ĥf"3;zm؍ *R3mccCb)#C 7]dρQqr?-ۋ8m{j{+-[4/@1q(E~( !UrJSVȣ ݛ)\ͥqYIfhTÍU) Dk242͹;1sz]_S-Ԟ*YN6Oe]Ҵz~BIeW 8PMΘLJ'nԖgSj7B8Njsx5> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -608 0 obj +604 0 obj << -/Length 5157 +/Length 5156 /Filter /FlateDecode >> stream @@ -3447,1514 +3372,1497 @@ H GYw>(M-S4A;7g<ά.,Dcu/+t+_&UpGo%U2@JUTܠJ*u4?]J*80fo{n[]V =d1tSv!t+쁏 Yb:c0 V=5Xɝyy"j0QT&$UCu'"Q:lԹ; /b1qvLcm;v)N#9Ӂ-g׮9hLħ8bnB;815А*"7`D&â :2`ic=옰mbSԚt)8|ç=0:8lf3o $$Im|=?Mz?9/BR TJdwsbj0&TDn0 T?]gL1uT?ê`LSchsp5;9N Յ=}XYwVR+>̅JJݪ͓X.,Z dmGyؑ`p5h;:gU' cNX xQUAi7~!nYs$J9.2s`0Yg͇I{xhp!1@*zN(QUsL<[&B @G:_rlWh^q1U}LT,sWɅ%%;yZerv`cLph{ j<(bsjgse+Y. DcP,oZaj@+ThEn@ hU?]VZuhU?ŪVSk50jM [ݯ޵jZ/f En-Fg7Ė-ރeG%GNRU4IkpYuJD֝DŪ Q gl6? owVQd  u& P8CK-z>ڝj)տ9pܽMr77G_9T.kj*<[?[AĿYQtNK Tv]ƉwJ mɁS3p$:c~#giA v(MJM|) p&&*0IHH0CMf@41]=BUEP^ٹs;nXWN3 -2؆5Y펵FIC)]6xB{r2 Zә>'8TZ֟u& }0W;#8<&$l5Ȉl}At4܋+n ԬQdVRv!Eo؊?#Ҽ -|A'X5'i-1oE jv`/i]#2ȱxmJ],ZNv=Up\ 2F\ -~$B |l %Bo=+ ma3Qoa]NVichd^A,)ug,GorI$l-lMJ2VUaa>5oH+ -'u ;8[ISG]ijʗ4?W "t"S֙Tu&!27f3 ^p,nfW;0 =#K[z,jiR9ZŃMVo\A+Ьӆ[ŜH-AHf;)qь0*EYH+<4T*zTDz|d*yC)]wa9CٜǖO3I0 :Exr4e 6/0/A7^i5ٱOm܅J4}FsNŸh2qC"W˥<ɚS yXK˵_ ;@1]/fWf3 (<i'$ ;_PS߾M;l\>ĸ񮷯=ԀH odhrҖ,j \z?s{8jK Ԏ4iBTt%y ۘ*#̕A#g@ԠɩW:%`7ҺNHmy=}K^=L.q±ԍZPj}`BS]iy -p⪐KPEKIYKyYa:;n^(ITv? vWWb!(r/~iy90S4]6v |^'uT>z逎-!5_)#`y!B ~҈ -(dGXVuX3 MG43mU2{8 sae˘ -ڨi] (iL> rJEB݉wt wI`_pO 'lgZb~J=m]JmyFU|s.4!j`5#j%IҝQFb2kJ/9dTM7>D -2s.u4Zyʫ RuOy(@}09FECjLNFA,ھ #|6cQ;QI,\ Ed -:"'퐺>|]YCydj`GP硬yQP[Pn6 -ٔ g5ཿ 29b\:&Jzր;fP9P7 sƾIj[ENr8(o}nτwq+$3qN/B +\r#!)Kv_–EUHL5H;:CU'bNO txQpSAOlu^s ⴕKSj(7v*faưpN}[S?(rBEnA:L®cA&VZ06;LM0n;L2Mje|zZl}]"7iͣçdCJgDfn&){?^70`d/@t/dʎvgGSXv|q\ɔvB)KEFK=[WIr7;9R4I^A$ *@2FzRX};c*s,iRS_}K}{ y`opijGϏpyE˅S(\8Tx?!7V~:## y9g9ѣJyp.u %ph +UV@{vHq æ?m?9ȶ t!#y"?CGĞQe[@7)I49˥!`&$&*PʤV,$*Qz3g KQEPP`y6&T7v|.Foy4SP)mTXj1 +X1C`OO..uε4Ay/NxB1u_ k;4Z+>2Csk3A]0^c"K"fHCddDFAdcYhx}=1TRFQZF~GL݅XVa {Z)a }‰YsD]6u\h %-Kw~r%^r1kEfѐ}HJRT_Xaя}Ͷdk5)m7b}k"hо0,WnywV"%#nKrhV@.YDbr-#EbIZ:§NiEDn$pDV0sdە^(1HᮃPv:AA[$:*ijqpk6ǰ fn%ۍArggb˙ZRtNz|m!N̮U\ͷOf{ΠIȬ6맍ҋ98[Fq:itQlUv.72ydBgTSQT:Q@h8 e@gK>[T^*[>,q$WQѕ^^7j!t̎0q;v`??:'f0,0UOzF%-B,9^e(ܑG^_.uYg/%v2mdpdU署}P0~9wI v@CM12G,k~pT pC7Վw}LZdx ÓaFk1۞k0hQc\GGB}U:/Cq|EA Ё-ԹH + 7?׌Kc̐)6qSvU%׉ktɱ%ߧf 1$XܖvɭӥB[h^,u-Ml.> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 609 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F149 418 0 R -/F273 610 0 R -/F274 611 0 R -/F275 612 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -613 0 obj -<< -/Length 4634 +/Length 5141 /Filter /FlateDecode >> stream -HWKoF ŒaA69Ys) QUPsY8~㫯z}Lܟ]O|Jٹ7swcw/ _]~>\ C'=nRSxTx/&sUzd֜Y„.'̽;LGNw7~o’.?^|`tnw7Nw4x?tj__tͦw(, ~?\xu?2[=yW5Q~3k &Wq0mz -|Gu5X l#1n23^cd:PGsW@s fMmϻmL\N7Ro I>X[;ϳYËKRIztXG&WiP3((c1^%Xjs)(Ѳ NZ3>R4F]OABeCPx!b{D.[?b)RfCW/#H9|LFÙwOD6CB#Co0(%@0\ۼJ0E5֬t#YG?9X-fXlԬlhFE;9J\ -F&L&A`E2H8:>Xq+x.c4 HI'^wdfIYbbX)؃O"rGCsn OڃP< 7۟% =n%d  JUDpjD;Ê@3y8&B GRš 'Ejo|_ǂu{ϸF3SuW/.e*KT pE}Zp*wW? K#n(ZsbW~ID) -$a%@)ey^҂Tmx,E!fZ*[E ^@R4}@è -;AC8d (`&RuswdOLfcM+JPR[~VSMPdKN_PDv`vKiHʋh@–|c.ӈK߸veE tIzh@BRvGs} I^L<o`1fP@1Ȁ%'ZvKaSNF*t#ImRB1ف%Dn<MSSh?}|s=T=I*[E,$7RFlXeoWU<uV%)xlkSRhhzRKY՗ȁ/l m* 4Z EE?8GTE1Z8;WZHF6ݦf'70MOQ1'0>/4V9a|@g9%"xK-Bg%6oKˎ)&[9xZ\=- - Pfi)fU3PrqWF)],1+ \l1%J$9G3͝.vw>NjAmO!9RZb|4)޹?ibnqU%%cr6 -zV@0{hXFseX9_~U%bڊϳFe -yK:`] knd"P7 >9m!J ڜNU\!,_tm}F8 F^w  W9yɰ5T֚O+m*:.I,K -г"|%+֠h]ϡ!lMx2j=dbdyRxc:KSo Q^~zu8)E@BT``hA ,&wiwNVTYoܣHHu)uX< -l5}fu#̼/o^QHK Z'pBj -!Tmk,_:ufjv yŁ9(]nr!o[J̭/SR9.U<[4[Ơ\xM8 -ҤJیR80ns2 F~NYW_-~$s͈- $۬}SfHaGs?ukmXo<d;>e#S(4tܔR-b+hWR7̯yJXS씪uƬf-'FZK47(^*cĤ{Z9pg3}^CN`K {$0.~ Ep04C@dLOz, !dnttJ["cWָ*Jj8(*%lZ'$Tney1hVUo,+c!7aж{ٯJ|߄WUbCo%*\*I $vYVf}*IKiKeyۼn8$pɞ[NUhkwgRPn2YG HJxryr2-귰FG\.۶!BޔJe*YVk,'³A)17ᵜeĀDeaNJC)SQmt7J-$|Z76U1dkbLHġ|fsgO?oO _|kaU?N=}5sڗMD\`νo+|bp>|lf>B`(6Ӎ>]btXEvsvs.>>lx -QH8/5wf,]vhz8+iv,޲+e\UxhJ*ّ܆6QŲ _X(Z\Ճ\hm4Dʬ2N8Ex0LixueVfZmJJ~2y\í{yr/x^J wxx󐘞 $`ɿմ_q@/.%9?ҕNi<ũCp0fjF#!CV*1 bw&I@XFAULR{TP( DI 5}r}n1-feHczC8Xu+T:|0:-?Un p9ظѶ6*sꎼ;^|| -Z8fo ,AT\eL -HELv^ecQZ4LrXTzWZBUW]E&\M~D@BS襝CBb誑{HU'G:"u7]1#_6\8iJ qu5Ta>B$./J3@ҀH=mW&MHLSj'X[wD,G ?rQ/i]A=Ua2ucOv˓"C@Rv( {ށŷ -\w4O/L_O$TR+y)D64C=#gN2I%|8 ;R`>Ԓ7NEk.nh&ePQV(5&Z8[~=kxT7;j;ARc"dʐQ>6H|2YzKz2zMXVV&L0]P~ڇqeϡMfLqaPJVoZ Gs=V*LMe+Nαw譣RO^>}R |, jgG>xUQiqqW#vvXvFg[k;EY+荼BEgDW;C]nsrR v$XPJOj,ߑ|ZV>kQ|cQBIt%n"U%WVw)^ޮUp>UH.t̏4@ Io@jC Dt81,l]K(v#ce<]K?: ]pgqb꫆}t -Sa_|U )c|a霭[cZd4K-GRs3+w e[cxD):۵D;SVUa݌ޘW ŴIså(ğ??C81 &%z>mZ˾\n.7 +Qa_s&^b(s>^k} x5c !G9p};-DXO;|*(̼iA.6om"#(D'txl7 ioϳYÍ|(1ގva8}q@!m`ټG*9G{zzb +-e3 ӦNe-8xu{Bc3B"]wˬ$o5C x!csd.- c)Rf­woR<+ ldzCJPYĜK~̈́oULhZB T۞#ҍLjYci-+ (.dž1⡲J5up@:& ZNq5lSӓiVK0Pьc2aÊg`gx.F\"V^J[ŋXܛES$LNfMYK7;04<" 8ڒOP}Z~:HR c&Tv>\NM[xIF>.N:EwHBy#`&b^?Ɂ1@1\y 6{G[픀E6;Z2~_i.^~D@]BΈXxҟl`0@YSJ ؙ1<>̋0~</71 &a~Q~`(0If >2Ş^6MWNA TBmڢkSEMn\cXGoBG;yy5i7A9鞨$\drv p??W§MM5*!j 5+uFDio$8>!+ SvUݬvbWZv$Z|nǛnb {(el`:y."Nd5fY2oga/l'`m#VE\s/knJEf!PY-5\ǭNȴ{,r}>*)]n:qMB-e[?/X΍3czn3x3]E/W@k2|ry|-s}D=hrl/)m a8Y8%r.o}m]v餓V@nIϨ_:G|%iv#+h&q I!Jf%+qOsYT<32(W(dJ!`+4ӻneQHlG&^/e=9k#Q~lZ %)"V } pI\67g֮ާ7?޺@p ((ϻbFXl#|{Dd01gۀ؇Tݘi)k$?r"2ZPK{V݂並cXEM.k@oSMi0wS=%.U򟠼~^_(֏5KuJt]Fk {.1u #rld(ɀIi-mUp"hɕ-Qf+fBf<5Xuewu^( Q3:~̲Dg_e^qy/"F7!>0nu%XnRYu[24]V/rrN2T}mKE2.mٖi%)%Xke,C&)wxd[LbŧIX X4֛Ckuj:0\|69E7ٓvS}_מM4{FFwXA(cMM6s33&N ڵ $DX)b.4Yj{XlkH-MYB}j!x0Ͽ~<a-oL&,*iU/؎4c>c1>!ΧŰyƣ7qlSGmRSSal*X1{[-~ogN\>bV㰷QV0}$qFFVre=bV%)YVI{c! m BsSr*ăV[gYC+Uc[abq"<uSּe:t3eԁn8:);7Q.?EJ"6ם}opedodX`L/S\ʷ\r[6_.;+qx#%a_Գ[c>?DJ7-CWuoB`'zc-]#=RU TO>|]ې +e鵚DkTr]{ĔbEJ,&.1Lm0< #'fKΒ*ԕ[ ?c~>? b9 ֋Vpf D' gr[o;c$#7ѓfUNrXtMr۳MҦzNTY7Y\:l1唙颔v*r-:RQͩ|;bg|݄A|bP6r0hׅQڑǬ+ͶH3ݸ`:8RqrCשlFPFNbȊs;z;г= ;#0+Bd1~>?2&Lu(*`?eaB,&-8ҔX)Al 1V6GMUmx"?\pQ|>C.,l-LV9$.3ڃo.xq%:&k'>dD \7I`AEXP._ OA 5 endstream endobj -614 0 obj +610 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F65 289 0 R +/F276 611 0 R +/F277 612 0 R +/F278 613 0 R +/F279 614 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj +617 0 obj +<< +/Length 5020 +/Filter /FlateDecode +>> +stream +HWˎ\ 7Pmw&d޹ +#,уIIFuCs|Mmӿizpwsz5ɗ~wݛ bT.x)|ڦK><5Uشr~e6)qi .ꝇk4!}XeM|֤o.%Z9Tú}cyv~̺o/ӝt +튮Wƍ)4 Im9L|ES|=ɇqٞ]p`~!߄)ffd\FE9Ki&ߞ,Qz rAXe7xGk FΆ)0|Oy֕uHZEZ!ߥ~|{&9uI,-w/U\! 7 t\k]s_N. X'xߔ{v^Q+xYsm#GdX^p}TP_ͯJMk +K{H²:ȫh( |@/aKh|'Aue;-tM*(}D!NdfJ IJ$3X5R (jrղwǘ([#y,ؐ /2b[?tK[Z!@r9O֠BrѫN@ s)zƐ6=It'@+'dvXYIBGͱsI0T$4@0  Z[ժ/~ਮ vR4MIY|ɫm[+Ң<v10 :XgaG:EhdBNv|Aqb%mLZR&ͩsK]5%7Ѭepf?ҋuOZ+|3"NXA1#q@#\ D6V4]\u`Δrۈ8Ua&c.Kt0Uo4z;Zn DEZnq0k? T8ݙdw =~[%BDRQ|j1Mp26Ƿ,ٌ |%c_y˰ A^<'w8=hx (O'"J'>:&1/l[dc mKz9GX؎aY%1؂<Ր"2d3 pNO7Z{#3u@rH:Έ{$u5e,ͬo)x)3axx۔ȄJO,$wIܵ_tP)/9`wUv2|t3Nm3Kas;&yʋUK,eY=/A1?d25I= +d |f..f ?| }͔=Bstw3;ٕ!ShMb'68v܍[%wmj3=5Eb4dڋ R5'`n +SO^AO;Ho1%\[(5;X8.ZsD:t3Ҩ:;W/4kYkM-߸yjoD/?>˅U}wUK_Mf|ܔ + #*-@8y8 ׏ Â9tЧņ3\f<خov6jpZ䩗s=d,ۼi!&:ys}\=UY!8Uidڋ4Hu˺ci!- +Rhh}m&$2ssڅ|ܻ#+SR[h ֭i0L- +LD H1I h2@y6n7&nWg+^5*]*6 _lI;bPi[WbOV֏6\n64mޤ xA5t! qu5%hX#&y(b4хT{6Dr4w4`ٹGḧaq0$3hIzѨKΎ )Ob. :3:CR6ᇇ{L%vZL\Db$Z`Gs"=;*]8fH F2jOe lM4b@J΋Yͭ!L +zs Fc@CC,e$,W:(+ᓎF?j !`bXZ~-:0C˰ð!۫;N0,3'GA_5dDwJxS]2F9y6έX!O.AȒH5A[L)]{H?DMy +s9&0B6%0ݥ,]gѕ2JJW,Y7<\b w9P,s[AvIKS} +_oe鏖D8UGbҴ[m>S+ZZpBt͂vlx9\~mI1! xL3 4ap;ˀBEV=y({N>24婮IY6gn#Gļg--C$:pJ l$hG>yM3%a)M4 I$3|ޯrXӗ%p&=^M¡z> +/];c$d;3mYiRL'eM/ p<Fl)roN7ґd,)39??Dcg5^B-W;+ǪIS6Чo=* ߚ3^CB6F-87Msfȃ0r"/F;N6. q#qAp(`00QnOh"Noz逤ѵX1']3eGf?/te14Od٠BKjʾ )3.GS +%JoXQZ.s0ZiS.CO'ֵgt vF1(L'5ݞq#ٲ +[ya~.?9p%h_IӜ18窒a#e8H1e_/ +iq=2ѭh RWFҭH*qEy2Dk`-_^/?rsЈf/+͉h@{1HbNjڤ"22 ]l[fTw3ȒP>0LE?q #ʚ[(8je^+s&iPFn^p3]]3ZPW \\M3\{20Xy5֧0j}h[:G(U1nu!*VNJE6m.o߁x:|bEuԀ ][4&c=a(qX|MDNVil k;sڜ2zM$˻h 1]d@sh᫚u(<3}훰O|!QSX@GiN{CR'ܫۜSlBtb?*cFuPٙEc]f$5֒vij]8XPO'" ̂q +v88-`M,1G{%>޾B^𼙗·K|e ;вYdb!MԨ5 \bAuϾz.`ǧ쯳cb4˰<"A"n@04;0l>UZeOLN|1Kň. +ipxxD=A\GTUU1#,f/2xe.V. #j830p2kAN Pj[k70nRV_QfehA Qwn +endstream +endobj +618 0 obj << /ProcSet [/PDF /Text ] /Font << -/F276 615 0 R -/F277 616 0 R -/F278 617 0 R -/F279 618 0 R /F280 619 0 R +/F281 620 0 R +/F282 621 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -622 0 obj -<< -/Length 4396 -/Filter /FlateDecode ->> -stream -HWM0A;]LϢeHQok涓S`1YEVQbz ,fV?W>},vw븆3epI?A~zN/?ߝaYqqڗo>=_ WcWcR,='di䜿߁u~$80'Z%`1pPG GRx@ǐ<|Nɟk>wh~'^bδ t'>]i4h-ր(َS>C's؎3px]*nyVp4Naˆ:(}ك]` 09ܾ»q7,HW0=xDO'l#:k| mqڲU""4c|B# )㤡c|D*[ɺfko; ihwRUd\&fyJQ, ZV<U}$eD}rR`NjQֈ9HZh2rVz8 ꞁhq':N*G4-=ATq9F_5['Pk^EzX9;rq@G=\g5oɽ[ IQްG9L|bYv' OnS.iO.-Z̉ Q;6e~t-Gpr$YΌWl'}7+Y) 1\JӚ՞mg;ZɅekh\tr֢D({ꔝ&ӽFjMgo+$^շdHT)'D::늱lr1'Z~S!I,ɥ܀jr09t.$B^@ȧCZm.4VOH(׸fz!4=fRac>֙a?.]} {wt!wY -[MLo:[S2 u~{"LWkEx6қ#o.c;O pN/zd-ZST Md./ψhn_R1%dl|j"i74j1^:w -E*h*)qE7?7ށ>:aT -E-m>6,%I6vE pVV\κv@Q1ei q{  ^vO04ϼӹAՐT?{m~V1g|9*.{lyek:EYTgSf]g/j> v?(c]g1z}iS79kLUH7xׅF:9PINԵӞk=fոU#àeH iOi5i K -kyK+3q?F}Q$,@ӭJή4Wɢ㩫TPA\R)*}4ѰB~uy*RNK;ogQ7&FADrҨY(|ƶ)Q|Nd*JkBVQ܊&& 6VkmY#B[f~(fi^}b- oHW> $#[3>V]۸semhH0f~ߐ*`Ʀ82+p+mW+V\ԎQҼKm qb/X??k65亸;M"֖u{ۊhvhpO`g+*|'f?Q)2uWRxⳭ#'K.'SwQΦ#e4M'fDgmԺ!x̄+vFŕ$[d@),k|G*ڞd!78S:M8*&J1jeÞ]Ǘh:g3kdÀEgSN0|.CfW,}fHet?SYzŁ B?pӸqdKj#%cfM2D7"5!'5|fRW)u#τ/>c-Q0 jJ8 %d|;T5 T -x״\EDQz.0+ia,"=~\l9x4SmAHߨd&ye&17eˏ˼NBQiޑ'`^Et+I6:nlhdz]E<*Ͳ >Jz[HxC3e\va7@B{T^ƪZv#3;հ\ -E)38\IzjY&;2Ťr#]@HPZ<P0J:GONcMqkOTOmnx .[?Y3pO67*aI;]=҈~IjAdd]]aDk -@nUwr概3DH *u-{9*ԕY"J$a7$Α$.zm@Y,K-vMNq m"OmO>ZnNH\[IUEuFUl uFpAnB:>\/6E86ȁQGzhJܴD*bR8 UXd%B[dʙG8YqeJUK/8VԈ*JnÙ3g+ "Io=T%} {R%>Jt-Rc,滲?UbNs,0o0!O6%* $9'8-̴ RR+vATv%=u{3%͋( -4d`s ;彰 o)o'n`y<θht5@Ұ d#&Eoh`E/pv}EV7(9I7*W..gwn Mw#1a묯G"vn9hn;A ;m9 XnK܌OZ|vAvPb Ѥ9zz !ᮎwOfyewz<o8yLڬ%IOګe7 Mx:"z)`; mt߯DR"{gq[Al]=8,-B^uVXc];ԩ90W, -5i+ezhr «6z‰YQܼPqNC=@#2o5̒ -XqpG }"uJToI{Kk>pv&/=-`rX9PMx>J$)T θSl-[I:0Ѝւ7/Ao15Ջ;^Y.I[(9MaqPn6Svi ԟfo-Pc mX#Pۅ -G MXUW9C>_W2ih҈dU+;F2V)O~3 w -&.!R[<4QR&f@QhZ @oO~\F燤G"`Η*"*G -V&OC5zp7ZẔE]dAJ@[ A\R\M\N%BYAktuq/Qq(Pv=!zҒƹrv Z7e<ȷ -aSsCԖJxHToAyLls#uعIJs6Zg{AlP$o{N#7Hf -1eF]DTԊp+gFh)1in -Y%] [h[aWMGaO/d$n#)PxOtة~K=.=l4`Iz0upCɮj#; څڥ(SdG1Jo+m|GY>ɪpǷٔchӏM[I -$]_S9vFpg?Z#taJu۴ƫU֤lRLbKs4:9S)$~sKߙ:hW襇ѣf5%>a)0t 6j\p{ӄ$Q& j ^c)|EI~#˟^6M+t&:P*o%E/<[ӀW*OeUo;cZ0i ey{\I,gݷW~>zDM?T -endstream -endobj 623 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F281 624 0 R -/F282 625 0 R -/F283 626 0 R -/F284 627 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -628 0 obj -<< -/Length 5557 +/Length 4386 /Filter /FlateDecode >> stream -HWK70tYz kۓ gOdWR$UROUgL2SOGOf}|[eEϥr@τ@D"$L9\&F$-vZt#S6Rd~Qpփؤ*N@hxp)y? ҕL0',=^tF0X>m)xlK30Ct' O4۬r:)nfj:l:]fݍR1 r\ʏ!v:RyW1O-#s#'l -)̢\؊XLpghϯ6 OpӇ9iQ稔].X6;_\*ɷBn8(`_XQ7_Y[4gY֭8yg0AX -|Jbn6Wu4^[o[Q:_ԤP<KzAV"xd}F7Xi(KwB5I³.S]E^!HK_.ݭ-Fw<5qcxMǢVl@zΑB]bQAX&J!y(C[O[<ЏWT!ά:Pnk!NFھv&4Mx~>.Wcp EbάƇvUC}gP}c< ٪yT&}Ny~;Uk-l\R )@YJҾlꉦRZsIj2dEjX~eݕ˕Ί`HmKC8@E%S,\SqFّ^TOiV,KldÄ́"dd}-D=$PN<PVسrx{gy]_㙲&R ߄"Сo~NX&q4=fш$R/u(J4EB&)NxVPjG<b]ӈ=-;v\ ^'E3?yo=PMAYßYe=Lj;8]1~TZ6U@ѼB4vM(Qy5Pio@1'(мb6üQ0nGQ;(u,=N=,=~&r;yloa ż^N|;yuӆ@`g1-!;Y{(fw ;]v -[B`g1.$vQIv!nh3G+XNspbjm֤:?:T;Tu v Vu t (,:l`EZ$U5?]ȷ K!dC\3`79m6>1(sVoZMJl3@/͓C;=هy&#*i?C/!mi,n%9ۥ<#"~3o о .P6@&mX[QmwBQlo -岽tmg+VXb[QAq*M w7nZfhqlY[T@K @(-w3otb@J+z.x.>oieΑ!P^փ p6 ]ƶl8`C8Xw n"!o8A|#%}'Vշ =Xl8`CW{ :9y@8=FQN.Łq)U*SqD -IcY<M”a,4i*j\bfl˧jIㆡTL3 8r;B_vlA/`?~d:^ K%v ˫4t.9,~ >Ffl\P-1A )n!j@wnD5FEtCH}:N(SpC/ƖbtjlY"8Q?nq[J 2<=YL/bH_GO2 -o?wwbӜx4YDM-vl#{w|vxy}ྭ -,1:P$FgG\$]S,C`"ґhMRlj B볊v!pu%Em4o~BJ +iL"7WD׷K!s)0nP|-m@/ޝP8cf.qx85@EcXEv6&RCJuM)g -S皩41:ua >7HVLjaoQ9+P\ixr~bFۆ1_~ # Ĝ(u~W4#3nv `yPCT!բF?Ju{k"W=^}Կ|b95δ =[↡}_)сa8='ͨTVTq hxicy<* 30xhsh4ؖ#(n | 6LY>ɹT\(}:j]fAOMc!8g,->݃KKwC>نqHHDj`t]+VzrLO+ݑϋ; -Qie8u()"["HґB{)Gq?)h6|P5Aw4"ݪ^ĉP yQ&YG>WޛZobZ}5 تLw@@]E~uk,p&0 H Fex5X<$OS*gE̠D苼 ]1i!3j &i8.vv"LфVd -qIM$+,\L,"6Btb A֦:Kpqp'dT'cO[ I'Ϯsv$L="f`N؉j&c0Jj#U*O.Cdq@v1у/ - 7⺙'6N'.4+@|ϥx% a+] HT(߷ܰ%CIa8ңL4wnU*Y+0'u<55,#4ۏ$[sGm.&чA"l=Vl!2`=8N jvojE/zbVbu -rX#`5S{Hm\_)t(Oj _dJ~m0fIF6,jRЙ#s[0$NyRZsC.'ipf.k?nrzv*7?x: +HW˒d7WDC3iZo2c1G; +8ͰTfJ)Mx&Jɓ'?w_ެ/.%TJ-n=u1?kHW}ˏEB\^ӡwdܢ'm}RڦoIskNgmV,GzY#[iU-TlK6|o ;]N*gSӷ acs)z.PmcDB*(-|Wqݶ=Z(6Md96==]ǃ* D;(ԸjTD̚MUժiwٖyv1-X! Kb&(|+gEW\MWL<0 n sD mr[CN-8Y4i07qq9sOo!BI s{pc/q~LWY zd x' W(dHiWc~>G(& 6 0CT&(BwfS&"RZ:#C͖CA(ihC85'ZrQ[TXHwn:һ\p6P{v ,צSD5$O8,rЧb&?e@bG|\M-1Ol,O6\4~mu$@TᲁdFh^3f0Bu1n?u8˂-6-G`Bfd(̝Rdb!Tj56;XIc+y"3۫6L_ {EUW_+S5cjNqVۯ;{E5]!FFb43c͂/ο^ 8/-Ib,xKܰeUش㭎--yeԬǡ*?p =Y?:u ψm2 +5g^"䱡>ơ e^zzƦUb!G s$5eV#K:M +7Zs>B4?O0m0 &价Q92suv RxB [|i'Qj> >కbBT%3L#f8X4VQںN + \ #N&䬉_B,%Sd4`D߃?V$XPg.M-//k9]yl' +$Ծ3VȌwi[Wk!çDm(NG|\mJAm۝]y_ɹ9r03 };R'eV,$/,} 6~8h5=?)^ uCSIoT!̑Qa\ɞ6U(n`޲ G&iR|ed|R#yk,xB/CP+(9_GcD%]nX;2Irh9[fj +(|U!OUWYYmu;C { +,^a3AYmg2߱Z VCsOÚ~G{Ƒ{8Ӷ#QR ' l\&';X$J9C$b^7+vd 8w*w\st>4rR<Q-?Y?~eQ +zGFtAXޣ c ^aAQnl̩{ _K\+1@iMʬDzƶ'7:W&8cOX 5B-=Wfz (-f5.^ r̫rB ws%h7L0=z ؘTži&ncy~/sT֟ES0~3KY@)ƥ~T>%~iEiT/&ؿ찗%@҆JW~ǿ ؆odx95+M +וΌ>NYXC(鐢I|ANAB' +fb:{h_WV*Ǯ0h GQ-Ct?N_(A  1>x tNPc.QcaZ;Әe:|y:r%ȢJV̦^e +-v+0ʄ̲&2VJj.h>RY&K47%CAx,ml_= 0<a8Br n3UBD @sK"r$q lRCw_Hi$@YhpΊt 6/ed]&N3y, `%W'Gx09gr8S;Pz(Tn۩cirS*##ћ>Ǘ9TDamF9bgҍ]uY҆GtC e=*E_D0#]I޳<ǟ2D+"n[ra>*D}uI e| yP\odC +E7,`{~NixjRqPnuFxI y˂VV#V;ねk8f]llie1F+RrP05U?`Wۀ4CVX3 eB`݀DDҦޱ"4$e;0/5> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 629 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F21 228 0 R -/F285 630 0 R -/F286 631 0 R -/F287 632 0 R -/F288 633 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -634 0 obj -<< -/Length 3759 +/Length 5592 /Filter /FlateDecode >> stream -HWKo0&n@ c7X$]d_C~QUݔh8d_}xx۠/6m~P/]Xy:u~>TzҏïߏߎqVH5P]m2s3m*H$b۩#Wi~692_G&!2TH(%,2EЮ6VLxTgʋYd'Aֳl'iixoO 68Oda>a < EYaO߅}TWXhKl"E%J`5.. TaQ⿏g0,S}񮋳ąp]1ـɔXr)8MqrP[[(ڿ X\9tPWPI$0-sxcy&^Jى-]R0)D -l7 g>H꩔OJ ƶ46ƚ WK]fIo!.1wd7w==֒;KWe-zsDi᫗[s!8iq_˜E6Z˴5OTgưn:qxA"‹GXsL&D)T'_l/;]ewhBWFäy+P(ZS +K{}ukw+ -9CFK%Q}g*že7Z4xAVm4'Ƃ2;s廧Zx(YEz(ͦ1.ȬYf33ֹ0Oѐz$5R`m;u8{{y6kyPJ -z^ᡰGDAE ݨ{# -P=֖F^:D^='6 A@ |܈yD(AXNyL3knQEJk&0R -[5~Y=Rj;V- +K=e{.QBS{$TF#Q;5wbDZ$ŧ΁ٱAyH ,8 Zzǧ>]Y~mr=ѧ}3~Lzp)FcOREWq3L UWFaUa6U117`GB2R.ԍNQQ{8O*JA{6a"'I4v,3scY:c&z+Q9Upa7J5s\,Ӕɭq Ԡ/C8t -ʩi5hC8HC޲ˬDQ(zgrLg+?J]T+ͻvk=Ce\xpˠ  _~>o뺁n59K$inO<A)rd[9Qf8e(`,,MA|)j6sAEPK皆DzLD# B3BOuH 4@L rlvfRWϨ754mI@f(vT fiZ-b*kaK*[ĺ=u'{ܒɡFu2e/%}mX4v;tF -x3Nj&KpČНT|0 'Y7s""=r/'s!orb {u]`? 8F4*=IJd TiMjħT(# =qӶ-`#%Sb7N/.[E,p7=2 'VkPw"IgMsBF3|Ze3ܦUj n>;N.Ѱۛ .ɘC011}qڱ3{0mZSYNI5K_9-EQsi<0YIoPIj"9i8gT?2U Z2lvۨ;);-d=wl0E*/5G}&MH@Ckb1kpK|܌Jw߈Ɠm||ҿHTTê"<k\úQ&^d=y{+o8yQ:%rP~º[]%CC52Hhl(-Pre?f/u+~C&Te8Яs;&a{i\(3CwrECNFipgùY3 ވS:zoP<%y7o-#\)^LWC~ ¨(Hyq}>IiBeVb-p:8-#IE1=`ZKM|0}~E(p$rWD)}y J{&e 7 pj@|,J"^;܃%N.y͠'_ne@[Pc|+rOCڈ}ŒT/;>H/$F)ңI)F2l=m%x.aV3Uࡧ Ĭ>}v%Ӯ>@<^5b_\P&R%)YkaLB|9e3Wx``| +HWK77]鲞 ra6)Xk a")QUFOׇ~ A._ +Uu?; O}Xߝ>\wg[wv.TY ?ts֦էt;`g-u?96^mY!\ ] K6/p cKQeG-a'1ajUs65L(\TG(PwoHMJlw:5\kAMu! 1*+[Ղ>DȪ/ߕ}4_;7z R :qaТ +C P r7)X/U#jI$ 99G0|Ke5L~.+Yי]/'cl1+ma%N|JٳI#ʘmBfwٱn&1Q>;JԾ +E1ʻ%e;K)ږ W^5&_AC>]|6eۉrp.}^%<^`|AhkTrZ2GVʡNl?eq){=$zb\HxWSrϥSf#)[rLf3.C4{.NL+OG<8[˽ZjN)<&zrl=3-ʤTH!,R/ +*-mj W2JiYJRJ[~K+T +MTVr:Ygλ#YY5,qz)ޔgI(3 6GRګ<gS 4̨.m:f% !8/㙶W{ ClF$/iȹTy(U))lF,)( d2?)')!ɒRa/M #9Z=m_iF_k^ 9G PE6ۿFSNo+Tʣ:DQ̤>*/Q?-R)hʄ˨)z{*4]( ]wdk_:v/=1CHL_M(,SI|CM;WTW\p1*6^r8ˉ)}g7.1e@9M W.^\8]k׫9o^Icmj5sY,3QjzF]4>/CQ +aLvmA.ۅOˢzy,/w{j>sW#gt <=!dk99*kR?y[Sr_w3cUS +ΦS,_AU/P} +խk0i 0|ך-0Xmw!ʬ5i0n$_a6B$_a-5[(k0p EM&BQ| E| ܸ6& n B$_[(j/P4` -MNPԅ8B$_qE]-M5*):Nu6#obűT\K\jT2T8gW8R +p +pn +pRc>s;wEG=v'JhhS:-~CV`{߇܆D1 ~5  ~+ 1a|[aP&[ 0XSy]eΪ +(VP7\W@ت5܁n%d* @ WaPզ0H +:Ѝ05܁nAuv5  t+ a|u FV2,tɽ컱3$moTx2J B868@V8RƁ8Tnr5dj:'Wat,E +XNpfFYLl0iI5{Y$ ;xp9.-լ'~ЬMBVmNLVmq8\&%zqV!F\:6:"i5yrVD ~`$Đq i/w>v;(r.\E'@ r"A1,26Č@0U xwFVI*"E憣~NX7 9hQat/oe&&O(U"0-GtB'Y fƈ3(aR ӓAXWQ`I&;/?;v1{lSH RV^ˈ;s{W{tmgvgɛK6AIaNX$(!)`I Kc} +%K 03JmJ~3.em1zED0 3CEa#SxͷG%4WH@vy0Jaހ[xbs6!> hzX8nzHJ\3V잪Y.?/CDGvH . 5-Tka__jXMʢ&S$S{f +KS\fXW.a`{ġ9<,uiqƋ2h^hm|}!?KKbx%Ag)oެfN\lĩ+IIJ[X}H[xK) +eLi l.8gc&|o̒quw&-> +L;61.Ѱ3jVAy@G@ uطzmûdcũq_wg`zv̶^6u) mᒥ?bUёv ڕ }N\*'7Ɓ8y?HF|r⫑d򏐲uݒ8V?R85\pfܱa\X!Y)+!6ԇ*Nvプ.=$o$[ZDZ#$FA{٭A%؜*8[.LȓIt1J{˟VA YtH!qʼr[>-'dwQy+*+zOġA hUmĹtvA^H8D(!{'y̅Er3&{DWF2$= u@Q+v||k9_jU9jTQY\#;}skyz` ;Bx͠)𲀞v [0TTJ^-I>cҠ#j:`ޤ㝪K|z̡W &Qk~`=䨑c+o _{.=_cD#ϢħGmyxuЊ.Qzru{]trXXd.?2r=bAIËUw~0cd|)ҨJGD~s5 3o.8(d/";7ԲszlUDLcJ S ,djӞ4-I{˗ނ5'HjRoMX E^[@1B#~npA8"8ʊ2SG 'f,SG!vaZzqgy01 +v!ƶX~H)!^tsa_"$W`$]_c?UupFN| U& :E# R}V3j-tԘBm4 endstream endobj +630 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F21 224 0 R +/F287 631 0 R +/F288 632 0 R +/F289 633 0 R +/F290 634 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 635 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F21 228 0 R -/F289 636 0 R -/F290 637 0 R -/F291 638 0 R -/F292 639 0 R -/F293 640 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -642 0 obj -<< -/Length 3907 +/Length 4075 /Filter /FlateDecode >> stream -HWr#0 HxfhC!eCRkɵzX -F/UY/{x{!la8 o损7oޘۯ飿n~Ou͓5s،}i;;^3wLɺn#bϷ-;ۿ|͟W%ҏoʊO#}Q{9MAySmV̏Tvf(LLձB~,:9C毼x*(6%GPH+)==YO .g!1n f]6tAGnj';8?*;:q|^t"|SOι"Rʆ)ex>Jck˼}G8XRR-᳌+^=wVw!C~vտJY/[[g.qc}$E%Uc/=v@x,u=>DՈ - |,Ս:%5ie@+8.!~m9֕ںTO 3{d| q[3yl9^Ϳ77J2ژ!dDqۛ_V*q S ץxGa.O2u_i#>w78g\=d8%$!  p+}L -be /U<}H+k+T@ܹ3k9T$\qzRJC+ROVo@fZGqջSC(3Ĥ)zoW6ĸ^+^Jr}CXJ}~UVg,.^] \ Ӕ? x¶2g&5E)>H#(禝YHƶQ[هXZϡ=Ts 7M+;\1ii8bFP D 1=؎F~;@;dwχ \+Q\P^8#0^ POO{,{9^gW@fuKPC61pHt?A.1NU)@ÉE\Q *금Z1COe4B~.J -s P|\ 5S zMhHN楘;f8. p\~':QY+K-Fϗ]ʐ{@x7+U-29w*wzq; =%!ՂTAn3xFSZ}ޕFo_E+괺%2Sz9?L<ԥUu (LV:7+# n?Ц,^sG8~vEWjԌ ʤLĤr~xd0u*ԖJk%0s9J_0L{}E3֍@;uPxA9Nϋ'Ί̢oX3/LYHz& -K(oyG6%\$MU=RC'/`QV¹A`U [˾hLf>q][k5EE{rCڛ1\N؛|ORwq;q"fn蠟V-[} $E6\rlLS47dQ1TbB,*Zx<$v@cUND){ag0q#+Hdq0V]aDkea"5fWe iOK$ì̷ut^vvK3yOCfL6629+Rx7C>fAz=N2ZZx0q=ȸN6%K&݆n;dlƯ߾/7>ƨ;tDW}h%PCH J҅"[0Is(]y8yXUPԗNCY\q8܊E3 ߃Q0Zk&wu*ywۣ̾8R^nh`^'崊0y8G"Fm5gq jhƸtWxv {E+F%^+2č{(;'X@wݪ1Rc?ʫe7bʶME`z6Hȡi1giXrQE&G{L;Y@S<7s&iϝ˯ -hˤLZa濿_X=x7# J S†č'=8jwIsVeJ;G aCYlzyi5rb ZZ*9CVceA,6eFx6gV) SbMeiX~7TwMuMLj)%Y0[5ْGl7i/SS.= @j}݃ן?E ħH/R̷tg3`~,? -+שY9VS܎: Uw1aVj w4u"rqiز)C%im@_8y0ОaR /՝}jBj[\mfݫ*lKcYGVJ]mVl˖bG` E98e];/%DӮ(;tVN5t٢U`={YY2f -٩ʞDHы6\P6 \@d@gQ +HWn\? x2Cjy@%F2w ؀oE~?gw_ș{N:uOn{xf`ҿ7f +[OޘݿH/=o7>8YüLѮoo~=]wWcӏ_źɦ-~d#6Ge>>z'ޤWSAgP#9_ <ߖM盓|1'fuGM^>L{skAavT0DLS'4:m_ID*N3jy2Bf~2# !RMO℔)15=zLtb୨=D Ioqd}}(݃UY}O 8(d.#dt9_L:nUANb< +|[!c_RL. `zUθTqQ#紛SN %c-jWD# Yԝx>yqYŧ'yr;>"X +ޛ6Jl> +mqN0`cU7B7B N)M7?,DPN O\ n8dL<Qxm Z1&!14\ʟѠV4?9a<|p-VY_r^l['uQgO76:P9Ҫ@N:-(Ђ݆t@p+ `6FF4WQBt7yv{Xof!qb@p2@:I6Ή^>:^2&^\w0ŞA;.ERk53?խ hpm;g"dڵ{u%c"5(1%Sg%!!xQV,j{o bd}9&4;\ՐBd8uD/ȓi'2'oDe!}vr%s$8M,,eMOoB\փX:2x.$0 |wUKy;xA 4Ps" :]j w}I|Fd_3K%;gP\# +mma ͜-P|;]Fq(Þ\vQjV_[ i{ZDHWַqPJlWA(Fk 垓qx[*`/jz,E77s^.hg k3jNb_-kɢdQ7$S<+\(XX15f3krN̼1Y9EEXWչ|;pV/+iwϏvZoh3 +mp֍8`:.m؁Ƞ΢nUK(B  ^Ѩ/Cq+JTRu>j~^@}M}g^q_kCP5&uʌNUT8 Uׅ\PzHCdJ]vͯ}mh)t+b"vFfы3wԧҘOOAsp׳jY$лї E"X&OsxBh B椻` _.joLYЪqx+.^^g%G4J+i@/5YGZO "+s(;?VQ9];i >d9ӇvkEn)wQ jQܻD[^B#foV|L>ՄPE>%b8MБ^u _00u67u<^}n(A!ȶ}%N])XR.,>J^mh.*T 6fK [P[}[&8,5JN )[K/?/̒b^c$?,WEM=RDH1 Դ2u~Iild ,Z=FaDX%֕3ОιSDZKxf ƒw{'k&_/v'%X7gυ:#xA,fHW]{ a}E7}YL`5Һ{ncx*Z +@q͎YK^UCm\/Е;n4+G~OiSo/Xy/RMr;v9\B._u鷩eFQq{;yZ\$w}EITkDK!x]@7灲EDOCL6vZĬq(2s{hr@UGm+:,r.#圫A h %kٲ%K -d2嫫sG@iѭi}{z~YBg0YK[⸸CJ7rP~q(8H4X!vWΒ{1h6o:T:&N7UcD;Ѡ +V5dXupxұYwl h +j1y $hbzPQ:IzerwA= ~ ڄ mFA2-l#SJ Xp7UΔg#r6C3؞&0*7qU必%_PAgEEcӝ7ƼF[X{@TC"t>d3Fk E(c|;2-=gZ9 `ܙvSSA>{O\u`% u`tFY 4.MMABbx rWJ8bWq^viUoH-$7a`Ϩ8Y}FOLDOb̆u&tW)$vkl,/ endstream endobj +636 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F21 224 0 R +/F291 637 0 R +/F292 638 0 R +/F293 639 0 R +/F294 640 0 R +/F295 641 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 643 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F294 644 0 R -/F295 645 0 R -/F296 646 0 R -/F297 647 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -649 0 obj -<< -/Length 4464 +/Length 4101 /Filter /FlateDecode >> stream -HWK# 0;;hiv{#ξA. ۈ_6ԃ"9YId?~rW̃^~[ "K_=Oj^~iۯa_&_^~?}:vwRvb6s88Og!$4.* JlZrYhi5ɸۧj:# pOSk:NEsȿ228~,zyW4UUJmxkpГ'ENaχp3bƻՂt61"nanqur2f8ɺwlLqZN^b'̋[3Mޅmv*R\a!MpZyMf 16_ٟ'/ଊ#]ň[>&%M1eEpd288+\CȣL/A5gR^\ -_I.I<@֧, --p93( ɉ 5,פcuLN"L7gJnHn*QD| fRةh-U_k>Df=GM 62v׌Cs@FBRVj&:b8 Z`N1%'2J䕺vP:@${zrjFiCX8@3 Iv'vbQmobjWcZ6+h(>gOXUr5Ĺy'At@R)*2PG;5HB1Al38(x/3~B//A{1A;1ɫ!j]cXL !}b2K0gx+6u(E*.ݚ&}c.U/h4aMRAU0 SA %OPa3"@%:g0vfjGu<幑jL0iN X՞(]E~EE(U)pţs!LSey7ح[](Z঎\)&?mHlp Ԓ>5҄]Vo;D9JGHy=q!RD6MU X(_`ܣ6ϣe~fmN$QfDh/ Z -#ÞpڰI7~MPBIb=׏? -)a -'hYb -ch57{W#Q!*I<<|=h% 8i Rl|A+9~4ٓSHg`U-e>[hӹBu -~_2*L'+>IXe!muGbusk/5s&RWUmbO<¿y@ŜG:O{}z|J:ͺ6gPmA,;~ۇuKҹ;aj0=7dA1{ez|-xH<ǢgfeYcL9 {S -EJGj0( -w8.f00AEywA[C= i@ƈߕa17eUD8' k(IX77B<Qj¦Sji8Ʌ*RR4^eQB5-WV/o6jsvV7a%Pu9\P6qgd*[Odd$ffsӺ -U6!\ȋNo[VZ[NZ*Ծʇ1e$ qP*`Ta_0 픦=PӘs+F5r_~z-Vm2Ps$} P-.ekz;Zq"FJe,+.t!$!Íq\! c?M>go^Ξ~V: ֲ{GlIvrȞcX+/{rN$W2vNz-OpwjO+G7qX?[iW_A@ec5/xN11izq,tZټ/3Qb}!Ss#"8,@~.)D;c8ڈ 0!]]LiAO'kk_.؎t\<$EWƟ+_\9piD.lNw ҉2?>>' ))1Z) = ҡS:ouCxw_֖"tY5S!#@" BЉhAhEٌǸXZᰙ*\{Ug~%c^X݃)߰!)1 @Lx}!7s>#`zs[)mQqu&lveS%9!QFղ?# 3l{BeE +SRt2C2+z{[/SnH*-*@6-EX⦹WvT1,X/dPw+\Xg Lܝ'ѬLbl&&6 !BJOf1PmҋW̬hP,F@gm \Btʢجf:Ґd{ЅWa?NϨ?w///M BZ(2},3@oh YH)(d +4@4Ma@,+0<_)~K|+ElaN2.R*pnxBT$vn>[bPQz

M1\%3vrmMHі%X[n L71!\]_aIM* 9U4Α,xɍ|@a8C@Mq-}`Gg({Ҁ;|Vf X&,S!3(H@ċl ^; K5EЦ>tCE Ɋy$Is'Txu3c46J|W!$ "bes6lLJpefw(\,*X!jxD#m6(30cA9Rc79cVب엳qli| j0!+Zh5t$BXY-q\,K:lh%o#-z/ҢosZ@'4$` K d#tգ";WQܴIcFw=[vR+KЛ\[mA)YZu9viS$ bo|߲\aɣY[wٌLZ.-8m1jLW,-stU+z5 $PX=mj >׳Jl<ث󟅻byh,!\{2}BNtJ-MI[ȭ0>i0c?: hLDpE] +2j _t(jw hnE;=)af"$&i=3 _fC(lJ}tp#'6֡a&4X6ۓ\>au1\7nM3zIԸ6-n6Sȟ#}ܐYPclQ`p4 *\e3"S9Bʔɖ  6'GR%GmKJoKH[Evx?FȽŲIְCdSd@Kɮ%r5MPJhTk.w>Z]p;[DcfSxBLes AQPlvi0/$\vk_'"6"lun]v×ܦFRP(VF[oX8Y0ZXJ䳰U#VsFh&uiOp1@ٟ8@ҫECiz:FO=45q Za6VG B bZP42r֫eTRbA:rjO eZ[ʶbw;᳓_E4p1m)3Yey _ɴ IC%ۇg̽Dj3e=L-K"%h}\8 +L-y Ϳe:'Rfi><|q6a;1q*I\~̚[4RVأk{ ~x %M3'80*!tFuNjC*<gEhܦ/c9L̀Ǵz5DԽc+JOXlh,},S_CGӮrdF0H4϶9Ӆ+G8#9*%{캶r_]Ɨ8rA#dH3n?GEҔ4y=;̻!!9^33Awo:/.I90x= +K›U5)z۠eب7jzz[>;2&5l'w8}0̛aHmWH#-()ԭaZ%ط #M|䯐3,i%)"bWaV0N B[)?mFux˺Sm%Xu;XA;torenMsNOAjf*1kբUTzX6#Z4]84n`Xgg3EciD"giyzWJrK*kNEgPqՅBu)[&U%:8;-ąV`{E8$JjMrm9f_AyvO%;˘絢^8U5zZ,7|f"gZ~8?/?> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 650 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F298 651 0 R -/F299 652 0 R -/F300 653 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -655 0 obj -<< -/Length 3238 +/Length 4741 /Filter /FlateDecode >> stream -HWKy)!IZSr)e*_~t7ИR-ƣ_}{дYZF'#tޟ5iL9Kd`͏ץxhe6֣)́ܪ`&V8Ƴy`L?RxGh~Onu"0z(R׏?l7?vF b9ZVw;_Qc$%HN_˩Z%L#e0|XWZHMδ_akT|'\["K!bR!ˎSp)7|o -lj ټ)ﲙ24mbr7 mbCP%cTJ&&z!3(Ctx[-Gy]#Ɛt5ᄈzX4>@%E#EGh?tY(%kC>E&)RҪ^w6"Ec[;kBL"nWDoAqԞ1p2k6?f6cqFhBoyp+&ĥE[+8Q];kC:{ۼ6r8]19_]Ps[W r(VxCKIj)Ac[J -pZY%>px9Kt|f G[e\lqn[fx,I?kesM46ukb'S% YP E(y瓝>Vl204SH /did`53͌U4;rq,HޱK ̆:|yeXR8$}D@`4gjڥL--[: 0LP /+# pn/jOJ)Q{TI+cK+4RY -@iT(%cP$ɞHB&N x3pEP*rƧrhA@UL*2pZɁo Dmp"F$ -  9, LS/gBs_B6v& -voY `3 j;v W2B;2FSFH,rr[,!t3|A')d ᇠƓ ?"= }X -pTC --̜2bj3bVYJJu[ Ce:aT8M0T- ,G^dwO+(xc"E- U|ìB2||7n臭ײ>xjVvG0kw?qCigޔ+{HoKf*sA)_Z+PeGZ>](&[_ɗ?&׋B>o7yi T/VOՏY -j4٣+l0qb?rjOӄ&F]߱Oa&n^x@8 Ҧ-}*7/(uC!b ˞~ =| -kwsCTPsu?ixL\.BK[ -X>YZߦM=T}x}Y\!-W?b/R;P+דǬ7wۍ -;nix¸v۸b%ľs>ww?_m2v#FSE]u41eEhb;?d&6Ca]ǚm1,]~C LR,uI& -iS  eלP1Pvᑱk !bVW+nS[fHH;$Bp:?{]giY0"Us(R s$,6336C8rW@t*ibn) m4vXSx4Zx@e)<L +HWK# 0AP2`$ rɰ9dZ,f%ՓE~LJ?[eJʗ4>`,_T헴Շ_^~||||YB^ҡ?<>|Wm3WLkL! bZvЫ.Nfyw,_4ep_Oז[:Oes2m2|dUҺrȷdS)}Tz٩=?%eCޕMhn5pU_Rv`s!y6ejA9S2LJEeKȨӳs}8s48};11m~&9ЮR\a)MpDM 96_9g/#]͈[0CXœS_+%_$תJ@](CO*8<*pR$>K9$PJRrI#-[_T+jthGrɅ [vPהcYlNA"LwgJHi*QD|,yj~8mw j=j^Q׿ %`blP.Z cƛUQV@@ӌn#p k2XCccQdvuZi`sLqHZrKF*4tjC)bT"Td֖`bӥ!"6,ޘ {eFfʚ@/sMx?NҞ;@2aBY׋;H!Мexb`+01{~jn+qv 2P!Fp:o ״-]{v/ˊ U>z}x\9ވZ0jDb&͆nE_.o!mض?ZVtNYH^}ߞN,TiiUsT={,?h'b+ j*]WC&65̻It)R2) 6tk0nf8Q5tN +nŒ4OyZFb qݠ$[*i(=$0iu )McbV8sP #Vm]vxh8!T C/,xv. t^plŽQMqX jgc԰Bm-֏olI/M@dږkR/'"-ι"rNpzϰ*Zٕkf4L2"vEVXw9xZZ&d i}>>PhUE%)űKV&;9dg8bwE}T'ŝڅ٢$dcz6+(>gϫrzM>Vm1W;y:]=61 +!KFUWxa9 ҞL+*)x'r(U66qÌC@5Ct 9\xy&YՅ N`ۉUnP$e$<НK^Y)źL%Ɉq4X>jk2!Yb Fq,qR_ +ƌ\%FTs88f$y7~z|H.̗'u(_.~)5~=jƦ:l].Z5*AGmBnՈ`ўa'Z蓅ZoF2q@H`} |uB,*V95@ WIV ڨ (WG^ʚ,iH]sVHӫt牽ه{$y49l7]fuc)*b_(SxVή_ݧJ%fMx}Cp"sCuEY2@VrMԱbJb, hj0&טyBR.ez"JD)gM6{Y{ы\e񐙾#́UEXK_S%ZkjƜ <2ŶRFa_7*xoXϱ@< #!eo!agt)U9Q?EdtF^6/`@Ni_5~@RLӘQe:տOb?Ԥi$$4]0MNZX HaGz>z b:zC 8)agAW0Pv ԯۨud5:Yz+´)ߌ⍅[k;3m*]4_,?L v7n /郦bKeKE$@bLB* &LF\u0G!x@M`NMoGXQ'9eJ7+*5~LǞ5ې-. + IPjj]|pp i[I!/hR}0o5aqOLNF+eckaTqBW87NӤ+CBғs$SY +"JՀcWJI/⵴! ֘5tcj.z$}?2Y'*" 62r4D?PfNm59Q[驑c@5XZ~bb!y<$:QׯھQŠ=La?N Fˎ8A9qYe'h0s{`ulbdǴ( ̡hfXʊ-gMG \'6۶䦭GiŬJ\0#.onxi(WQJ5!s :\Y"Tϊ]RcWeJsRUP.[%'PFNmr\yA8i5Dlc^ LƈBlz g<٤ƊuW>/^Fsp^-oaa;DXlg<Dɯ7Ex(#G3]M2g> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 656 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F301 657 0 R -/F302 658 0 R -/F303 659 0 R -/F304 660 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -661 0 obj -<< -/Length 4471 +/Length 3179 /Filter /FlateDecode >> stream -HWKo i7Œv7I ᵝ |nrNAl$@.?U]/CFjVW_=>oV>r7s8)_RNvtzoǟᣗߝxyAɝ8x=C5(t\zY) W5^ 0Q=1_|0ڜB^<,e5odZ} `}~_W6l=U;cŗt$?^~vt5%j` - -|È{}z4{ WCI~$,bx ](o>zG~Q?A}%ɣNW=p_w0NF`#L-ѻS;6|lNxVSr0e܆]Nv0Bvi~/z Oˉy%yP9ƎW,阓 -F d'1*l=. a>pndQ)kJ4%g,1 ~,^4d&wjxN>O9jΠ1IiEUqx(md;4DyNm)NY݄wԝ!m$xKh͒"|KRb8-;҂=ڵl ȜMB=t,-W , 3;`MƧ+, 7բǾ%`,iĮ)P'"B [6 SJɭ daC CCp^b Ul>;1h3l-Ⱦ='JJmR2JUeX7H+myKH]іKK1.WA9,{8lr)uNn*d NzRm珙oaC9Jn1b&-7y1[(t4yxonR'wˇd.ˇpY>=ˇ HD(Ge~D>RaP>.LZ@4YH."QHuS~M5QVVpQ+./3q2Qq,eY(koɂpCM](%@DXDQP7)a=RfAz&נ -< -=f'#uD`d.kpY.=+ HD(JGe~D@RlvpCC~b -Qjz|4Ҏި4:fG16]ruʋo"f$#U[GF]UqNzhsXHDZʝ֖]7&y۶ AԚBfzCQk7dS8w\_ lx|tU dVU)U?\kB|o]X˸mn̊bIW&{)w 8Z|T2W]ӋreF<&r| -W8zB:U1{_]ɏN[,kS6,\s]u&|VM|y.\cO9<=Kdȧ҃9-%bYg`ًkWI|5_819+3Xj)3uw}R N)fq1qnQ7 Y()gR zy\^VeQ'uW],>&v+E6dlA[E3~JJݴJ.3 gAu(Hϕn+m+ѭPX/z_,,r[&I}, tPKLqXd#%wh5 NDRnٛX})ܭO`o%g|A" suZܦ/nsm(O= +q -n`ΣJ4\vRoQ)H -&^N >8kMpIɺ G4.\Ic7ȰQWc̿: 8_R?plպ Nhdn?}:&G! -{ ft΅Y{k^{ -k[cV}cu4%E&j 9$~p -=J3B9)uԊi̅b(抦J5՚@,^r+I[q[누BQX3w@(k%|JK܀A֑S %ɋ%7$!-^q G -mqBܯˊ٦9a_ӨVBM%2 )oUUC4jeʽ>6ƥ/,3FкZR襮$݌:[n1 (UGMY_ر39R*L`Ѩ]{~% ?*q -89L#/a3kcbЅ=L8֬wñ>龎(oRXW`ju +?eUiس4Q,g2L>ԡXWz֖${Fл+N1oK{zʇȥ> V@?Ĵ[o0&3󩸈 _1dEl[J}|gl0Kwr?ak4Cg]:!7ɉʭE!YB퟿%_3S6YT_ccLP9Mj񁜗69'9YKdgٸ/W(ٴp@g^܀+LG䁒еGE %nE/s#5t T 櫨}' ]UP3wA|#w? -;]qXl49ГMrhI[K|Zt3?fCiq}m,o6&5> BضOO EW17`վp}sSK=mlMt p:!rͳ C4a p -mC1>L؎}DlrV=!6иhK-m̛okTv%{7g3}bT,pрNt_Z1]W @}x~3$N=:eR[dQ|@ B:I;$LK ~<~=+!89ev俤Y2[Ddq(wK̝<ޭ!y?ĺ'EڇD[j"!iFz k &k.X&Nn5+;u;j.uWʘs6~R#Ň=Pя4U<CL@j"d/l)'ܤJ n6|SR,d9U!2H^|ҾGHL RHS~s -u;%ͲPy,C&xiG -dJ\3ja"PYH ) +HWK 0al9Sw((0`E.ڜKH_~d5ӳ^9>؆Vfۻ_v;ݜ)tV~ܹQqwvtm7omPF~̘nzeZoK{m-|wp4w:Y>5O&}C\O%VEm։+΂bx]O5f{ty~1IoE9v>Tɚ4aB(o8uiLbX_,`xuV?2 N{7?6 Iw<4EwY4fн߈Zi1'$3d%T?h=eBLfY Aсg|30o"A%5.=S;VZ%ןsX1Hc1[d1ػaǿ/bvm7ǠB}Pӏ͇8$Q%Oc\!Y^'eGlnk5w0NXS#hx㲜91$WzMH/b=b*u~NRaßJmǫq8m [H{! 6x* +͇]*nm6QkVl>X9)RHh>0ɨ^ >;^}i B F7\w`6&CR)ҥUk m#"Ð#Y9 0rɶs*3ZV?Kl"ǹ?fF4G5=Dc@=mAt|@ÆAaUL# Bfe/ nM@̉ޱNN$!&~'튁RA|5QOnTS{f˩ ЁK\$%%QX.kzoȩ]ĺJ +6+?@. K#Gs-ݟ[;-_?l!J8J1ZNECV0)z"2Sh*!W3Nyos&Z75788SLc)}RVTџO1qܙSiwFyӏ͇8$Q)(ɯQʵMcJG5sM +mxgQU~)=^a +-6ZaQ+A{fX=r3Qi'`s)_$C$q*qm-pSbX>|`)ke<\:_~c7S֚3n۷>ŐBu*M41eE7} +X"6ZH)@u8չCA )}[!D(fc PY}5Ѧ e9cx1'AP섣,S4`^*0)n0BDbzw` pɡ=]u0bWv"$H_nYZC8%3pyı0{U<@p)rq2UH-QB?-]1D}]'*@@S@3a>,. 5 endstream endobj +657 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F303 658 0 R +/F304 659 0 R +/F305 660 0 R +/F306 661 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 662 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F149 418 0 R -/F305 663 0 R -/F306 664 0 R -/F307 665 0 R -/F308 666 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -667 0 obj -<< -/Length 3845 +/Length 4451 /Filter /FlateDecode >> stream -HWM0gwjZ$dw0dI0r)'2b吿UEtի~GPS˧n'ߩ@ގ˟JϿI_]~o?*N?qVk]}8«ʘ0~TڇTx6] hF|4~@[\7شIeT1:IN`Њ`ӝM8d ΪWJi<-;~ -Eo⛻]Uä#?e\v61^xvP_uKASYKg~>*n'_m92vi=xcG ǝPX XliQ_2AeYQV{/GWQÇB!OS^{J|'0Ftd|P_C`1x5xyW'uurK'33'/m\w/7>:Q:QN)XUOA}„ H*OѶ=NchuûN˂~.̪ ǒ( -=I(f!To&,|z3R%[)6G8cdٹbDЏj* C{"4beO}!u:Y?1[=hO}:s`Y;>H#'HgM:͙Dj ͘]ǟg~7؁9;v6Roݧ9gUvv9|@!kS zo7vq<8&. c8fyx Jx~gT﯄{.MtH&F)Y"L@s}d :gL{u{ %Ӈ<mCޜƺ0ETpsHs};)tư=|y1.թLs -&ZVx'l!Nvgfĩy=jzbh;'Ip%`8{T,'$⑜E-_C~Q.Z8 (Cf>Ja|zQImZL_!gs'گP훉BA} Wm.0W[0ȭ (~v h%(5`'4,E\y^`mO-iq!MNȐ(|{wL(M4-%?eF{R9s;~>NKmҠ6i6ů U{7v6*rLı/Ke=ԽB^B!`cKoj-ufc1a1şE{ݢ95?c8oPZOX8ӊ8[A1VGPguF7h.xRĝF%E^M߿MS1C;r|eԍx5R%hK#_KJ+]d68bf8׫]=T"Z7UhK0>PAT=P1k,VPN9IEXUM=%ce,-;g֒>5e;HL˾?mVZӔHŇ/n,+$z$Ǒ,XjhYrf^N qe]k|@Z._[*2__SVIK%%gfe[ -U:N /o+r&!ճ$"NuGrwnPz;vL]u~i{L;҃SqO T<ǑX7g?jM) 豋BGк  S^ۀOѳЀtN?T52ɍ#>@`xQ$J5ltV ?G4qe1xFUi ??ۧ8ocRTCz DNDqujYzdj'ʊSXw -X%܋Owk5EC5*AB)4O?#tɇ ;߬O»{]nXKəi%(OeƣĤVAD6 -mo יw xf{qOܕ2ɚ{D41@^j^,.K&Lm7HcFT[}h#4⩂ -O"SlM; -h3At:m,"VJ-+;MN+˜*:tF :[V>|&u}xRLGI֒cvCTмK)XeTS``d`U+-;.ufػ50n7x9$\;,j> -nI6 fߛS 5`騍 +HWKo i7Œv7I 7rnڜH\~_d܇!4լz|x_O<'~J n:i0w*bF?]~>zOʎ])# Smlls ^.91!d'v8a1"0(yp\ra#aY~¹>^9`Kvr†.\S! +GY~f)IFI LSr̂ECkr][L?H JVXU1 9NICg|"~ўMxG݉K׺d,)·$%ƏëѲCl/-H?]ȖX묍$HGکݒ~0s ڄY `|ppS-J|[MLu"X `y<ܺQLIV<=4t%FPŶ㊆;f ߂싟#y,%#\%\hό%|m!rT6q-_RZf[_p|AǹL-]Px{)-l;AߔX-f4[|QLGʕ22ĹE1/&sK΃7M8]n,e.Gg!i(E,Gq5L=a݇ Ik& E$ + Nb*Tۯf>ʊҁV.Jqѥe&~\_f<*.,+eM-YPnk# +F1E8lwPG@ʬ;X}\O4Q\Tx`dD"1oJH +V"ڳbA tD[VG$Ÿ\f';4i-嫦7JN*Jê.ȱb0x,?X͗-zo{@C<"A[q1& R2]ꓷ2v~y>(NEq2.S'q2.Sɠ$Nٖq1NW0mGbU"U *Ni*G 紆+үJ ͪ'T`!KrzPcߒ Q[<"nSfc){[5L31̏dXoP:ַfݱ*\9%kom~TǛR6EF3e67'm5G(;іGI1.WՔp)b` ]ɏǹuGzPsߢqu T6+>s~Vd.KpY2=K HD(JFe~D2RVQƚV].Q/oGoMm}5̸6t7 n>Aɦqݕ7>:f_Z1c)+4p3R<ҫׄ|E121޺ԱtqܘW _c,N5MV\g7RB0TJ0kzӐY聧D\X +p 29 zf۵hҀHc y1CjB;MfMڲ%勊hNfIg2]+ +j E.?gӤ1!jj>I&6'R=[UR1fu]F_v4i"sȽ;)C'=L])ܖ9?Ct]zK +iʃ t1ʗcR̒I(|W+IrQ9{^TX:O%$ƉYg"Pxs)7*ˍss2IZ [N97˓W*r: fDtnSȆm^r!hklڞ#QOB1XƧ7A,;m%jEgK ŗ%]nBϕEv)Sr䡪wUJ-{/%QўW -Q̚Rw4#Hba?5[am܆9׆BQѨTy֍/SyTדf+؎\p50YՂ̔>89MpIɺ 4.\fIǰ0zw+u8YpZTJż^pB[%Ƙլj19 +mo{N0s.ڃf7|x!zz +^[cV}cu4%E&j "w~p +=J3B9)uԊi̅b(抦J5՚@,^r+I{QkP>*kub-·"Oi=v2:a +$UV|$yDf0+nV^<[5cYq"4'LkuJD!%J~z]L^Ƹef\޶)ɴ:xE/uM%$TfסE-G[A#@ )Uj4 `|c; J8Ǫj싿{{:NN j/Ca]ؗ!gQs/ٚi7lK)h!u)o p< VǰSVѸ=+3LF':So|*IRp0RޥB}RP+Ajak33{7۱%7)̼+."~ac"}ߎ -r3A{%[=런5.mHɐBJP V$½AE(Px/ -ͤFm$'L=4aѢOyX~R-TLv֜rQ]~GRL+ (0K~%- vպH

;l)Ox!6fՔPJVW-󊒹R'KrclCt}p:r/9R 6vX˱! v9p0:(ljiac;L~ch25Bw/F6L`?P*`C^F8rh`/뿮 ^x{Ӟ{~Je'q]aw6]沨-b,B>xyrz%ӏ3$LOQ٥ǫpP| OtZ"u9C緻9UXb1iEXUuR_+O8 ]?g 0If&4OuBɻEy?Jgc xK8:KY(.KA8I_ն)w"ϐ?o#G/PG*ǐb$MP\: /Im MxdF[ːO>/;R"} Cdo"m} cnΓFH'>Փwn RY6To>PmyJqzYN]q/%ߕqu Z endstream endobj +663 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F149 414 0 R +/F307 664 0 R +/F308 665 0 R +/F309 666 0 R +/F310 667 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 668 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F309 669 0 R -/F310 670 0 R -/F311 671 0 R -/F312 672 0 R -/F313 673 0 R -/F314 674 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -676 0 obj -<< -/Length 4131 +/Length 3747 /Filter /FlateDecode >> stream -HWM/a$YŒi,ݍx䚽is -#|qaUdU+H`Hw7bի^}x`ɞuNk<_L~92~)-o??<|wuaf8O.i>㓱dLHպɞӣ[o>q<1em|רu'鑝K<WM6nC+j,e&w.!%rSwiW/RM!"^pf|KF,C{p|DP~9_9a|nɄ%^$mwZx A= @l+^=;u`2;]B]o iȔ(O󒐌 '~IJIx0*t`--QU^,*L䴛M M92T~xɸrHP<] .]0EXɿN? ۽ܯ6rOXnI70ʱQ7g^ m0P},Xj͗k\JpAe[-.3yTIEc:c(˒jZJ}L| n[g/. t2(+|8R2isΜ"3hi99,޳`(7E:8/F7NwIׁt< \u OA@ jKu@_Xr`_Fg$Xܴ]a,C,)oMO=h?.ѣ%2ccFMj߲Ttos0c͵f~SˤǻUۊFê虒n6jl&jfƣS? ڑhoS$ ;uAW?C%`~M$b[@MVaGy<œ< ۾| :?yf YLI,vx&< )9Fݘ:vj̚), -W`]2jj-s?~6 YM.S7 Uc]RQJ/cBߧ0'"=E !5ЄSJ -0ӯK6}N+69!), DvkڢgMöR,U_|5DmҪԖѲN6;\z?4\yb24&nS6*!"dߢ]逽^)@4 n 1Vhv 5d??e)o+>Bҳ vقn<.7IRj 3E!nƒb͜b-̽}>"X(n57n6=k U9 6G~:TEO)([w/-rZs -S92ҋ\VP/(F`槆pqvijOb6!Y0ܵnWx.]bANןعt?{ro~_>n'7i2\2IJ!]ι.vhw8:riJ_Fw Jeɺx:.&×`?lYd[Kl5JҞkJ֕&ѠB|_}r$^Oק*Okaa '3]VJ/mއDIy\ނ.LO/샲}{̑>0[}uJ3V_ WEe\/8_t!@}zM?uMOϕ^JY3{swmxvֽ">T7?c=PVz1zv9gj ` T'@tTY^`oA}[ڬW}7T&6r-7T lu<\@B%zAw9R@3cϷGɷjMaјۡl,rYrU/(1+lsjH.{~t9d"7a|P)l ʹVs\U6ׁ')lvn *\L8}(>˪e#@!1cQYFK -B0-SWLGC?3R.|6LZV2Eڪ]bys>ְ´x9RX7|hS<Z -36sz,&JL ^vqwua0vq=R1b*@iZjI[ ~I-i?B :h 4җ ׇ6U2qDZ.YPʼnp^$("> BF>1#eDz+#RXTQ<&m~x!3/CWq>[t9%Cy>mbe'fȺ|$kDhM!|AZ2C|Iۗ+,-ƁuU5'HnLX cBӟpC5 U_U\W%6UtõTկ%Kz3>e-찉:NO[=MϱyGaK@90;scwN#OBۦY*kSX  -wڈEeή`lBUy|̚)WYo Ud0T.)J8mܲ{$[*Y2_?xq|S ^^_:]2I)չc9ϕBa*ugD-ȉB VؼOaM'Ru[1 -'ߖR#!~!ߞ3.UV)kO3"JN@j9s.|32 B-;3WGdgx0 Qy5)&l-XmJ>RHM`OϮM Q&NB[g*ҳH_,Eá'WKKyc!_ -X%:qri`PnZD}06?pah2 #YeyaRSl]"ZW}<7Fk&\R^n9qPE$ -(@vw?D";@[u$SN"ꗁ80Aebܐ>. \Uky -v1.8}c_UY.dPK%qQ80 -xx,^0HNDtް.ĕ>mޭ(r{ pyYHT #ב6+dъ0;^WmFjۿkY\ր}/tJYZE.)cQ e?_̤|鮉aDk/Q>;sGM+z BB;!C)p&G5 sYu -D( cҹ! -C0T &Wv}D!I ߫G#-aQDJ˵F1PlǵeL5$A|xpڦrLN8hLqKWSZOW+D}}m7`7*qʾvYᢶڥr~4ҡ @QwyϭV|fuz&ew'#T8jU1MjMUvĮKDk)Av$Dt~L2 |x9#e~[So60C'TdNstfB$>JY@5Ng(@0MFw>ytn`|j07~奩 q 3jFe"O"#ۜmU{ŀgginф/^ y݈&5K:|&+UYԷMj?ddSݾF\Ǒg|oϟ -0%, +HWM ͌!Y$;bvl ,r=xrZċ,搿UER@V?^*;on?[=܌*P 77*~5L7?d\`wݞ|ge̳Tx6] hF|4G[\7شQeT1OI8@wd©GNpRRJQvcXĈ-z܇d&p .䲣yūge4=NqχVeKM-=\. ǝfof`ln.QqyG9"> yS惼ؿy7Z+' Jc.)NJΙF':q?}tJtQN)XU?=ŧ>aBGNoԄ G$h[TM1Zt?ſpZ.o㲚J)jD^>: b2do<#_2daS +x:~@靝zQ8-F7 @@q+{Svqm̭Ⱥq4^n<< әcNz!""]74' +"-!tbs[&Ko *_[Ynn4?u@Е~wv+8w> R]h򜉟4Ⴖc-wƮap0wĥVxaǬ"oxa@ /CMp/E)d6yeH)`eyrkiwfB7Qc?ͼvJŸJBq݋YN$I#9xdclWfSsX0Z DQOO1-D=F!&A7cZ˾hvt%R`ZPM4Gb)_jj6 f!/XZY,l /a^!LȎH(5X vwjZb﫩cGj g4yMEcqHhlsmy*-ײl F*߷9ִ!7Bi,އe,{)IfQތ7C5'Ӑ_2$iUBˋ2Mjmf9 ?~h_MJ b(7kjQ6W& +Q͸H>',ۃSUb旑 +'68HO~W3~ BʎU'䇉|)^J3fV tῙ x }ĕD rkJl`mZ;\8v2ɩ *0sQ9Uw7XSKk\H3:nSS*&2$uG!Jic2d̘y!t गZҧ4gWiOoJkg:s鹯I#ȨrLC%3@Yv@U^;M%"Us5ɟ.ǞhфAl.SH)bj - бlқ'fk섕Q[JDvI]ѰaP򽎄`QQ+eUR5)tνSnI}crӎ!͇/+ ۖ7L}R DUg uXu&̼}Z_0B]hʔO;o2+P.Y ۊ0x(ęIꉘ%Nlyf5>x"3LU=Ayy1X [(V+ILMz3_Ӑ}@X;d&) Xd$ +~Tj]ѶW4QE6 Ek*W/SSU^/:_P +T-2RD@- sߘ~n5yځpGF): u~p-t~qU %Ճe"Mu 8M-Yr'ZjSxᾐ\ZYzrֆEEud &&1@Ny O0< GL5곬a{&B (թP_Hڌl$\{Oc|EyIo>Lrr֖U+ga/DwYVYTѫ6Q8^fE!9,kbEL'U$f:ԒЗrR'fe?M +UX /-e?iMr9\[:ɏ:u[_';j7) n !xrlFxm*q)5N4v(G3EV- +Ud 8tYž Y85e~˾աW0t3<K $(IrdB7< лx? 7_"`.&u:+V.)3EH X>.wz1 x>Cjc#TՕlgA߇iC`c Q>i!XGT/U.Hvׂf`},n?`$ B^8")J.ez5͎g$'#.dbY̧r#6fcՏ^ (r7hו/p~%i + endstream endobj +669 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F311 670 0 R +/F312 671 0 R +/F313 672 0 R +/F314 673 0 R +/F315 674 0 R +/F316 675 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 677 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F21 228 0 R -/F315 678 0 R -/F316 679 0 R -/F317 680 0 R -/F318 681 0 R -/F319 682 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -684 0 obj -<< -/Length 4167 +/Length 4095 /Filter /FlateDecode >> stream -HWMAd3i,~HBX:ANN_6*(ݒ'0v<#~zի5=ܾ?=-F;fan?T%,7 -njF M8ïSs ή~)c0 S4ZFL -kGs>B_8K a A^ӆB;X;zp)%%Vho޿R?=?eO J!;oP) -cb]ȶ,ezLamҲٓ.5kI1M%] Dboª6r%ُ5%͚T".nY-xҲYٓ5bP $U@OfHC*^My16!i6"iY%U}7!@}Ir)`;KI_֌ i'K[p":] >Q,13)456Gӝ1)P^)g-1-S?a~e(ȊV'.LDF#P#2ĝ_y@< -TuJ&)_[vkW%Kk+H W ]$pbH l -[$ˆLbfkxGxk"-5lS>onK9강>9,wO cX:IDRSE6K.M3vjA-(xxo!Wo/SJcU]E+I khW+?ƋUɷe^0M"1`&9 <Rj)l3> 94f086%ýlN0a`G09>TJ-{_e+"W/*{tV I da}~58bp-h_־X7՗C/"W,9ahgt8aVHtxZYϙ4B3UQo^BOYP2F]$ eJ E+8ŀh h/e앝pjl{4q jEl%k*G3$ϪQ -B:?NOnR-8 _;=wpC˸SC 8yMяJ/1ΘE KoiJ"T.Qq闖Op9ʰri& ӑ!GS [^*z0QlH%Ze?:Zގ0h)*L-*oř -#w}OJeJj2<ft&:6P6ّ;4Fw9Eu9tL7?NJ^@zAF7_NOBpXD C,Unٵ4Z. -#( %:a:O:{tރsŸ#DiGÒ@YB(ɰEQ5 ;89(` \_׆0UmM-hr(+.$ezYL8;dxu-L %1_1>Y| - x0C^+jr~P>HΤlb VJbےh8>\ҩ -T=G 4|2t߁&t#<49f\V]aήyM!ۊS#ůn0%.Y~T`N@0Wv%_ UPmve]oYVѰqf\doMtՕruGX+o[ƕkk Pڨ! -aw+*uWdM 7joW+eъivq݀?J髟\ o- ֍~;F>g03-;g1zqxhy|<-` -Y/,i!%E6Admm֎ĸƘn'cl>-oPn.G4-;n=8 &܄Sx.aJ%dp@\k)lSAek*B%h驟CtkwĉLv4On`|3ZXkMw,@q$q:Z-ahw]mf҅Su&IqW9Qn7-;n= gu4ŗ6.{夛\fɒ쎻J9LZQufD XDؓ:{[g=bCه%2UZdӪ2ܝNDž}$v@E-Gi͋y 5uoyp.4|ԾСP=Y﹘#m{HS9Fd~S -&-$K[vҥGJeh;-wkGŠ8Ft$4BК<:z P5OG=t@~1 '[C3CZj+Qyɼ)eIܢ -ْd0_<fU)m1;M.nnHXy`:twH%l/`Y|xC -BjJha}SinFT>?in.0b=jdS:15zkE79ժZ@;T9NjB&K2C}SM-j\QёgQ -]YzdT3Y^M} -}*甯z+[ SsnQ'sKSN&@? -)0Hhj3Ý~.o͞[MeDcy;.t$0C$3-@A&P!^]WKub[A;+|a* ?Þr>Pntf殐LB.̠;xsIjBzW1A%:CTxYHmOw[0vpGк-D"ڌqvŢSA}Ƞ$?Ǡ*E 59~xu-⇘ MʍW>y>X0܊PMp0C+ AHMަI~@{4d䨿7;{+B3ƝwH>jz0 -ՊU\_=?qÁ'\!r b zfĂ[錜_/#= 2w2lz8{~GE15p98Z`.X?}Aw p2ۚ>5z#C䏇 E6RK|lIP ?//œ όx |pCo6R~~36W薯Ӭ#Q֡_@O +HWˎd 7P3T͸%QdGmz7U1GHtn'4ZO<<<.'{zndOL~=:Is7W{_8OwW&kV)5d,E!.u=ǡ8lte(2\1yc|4js$i͒W-6@:۠yx@< pa°x9dK>=M{hu) +4ԍh!8|?$/Aҙć.Ku| ]?m:m^hO=,!7ewB]oaY#qa/Yˉ7OKM<'=ڃFW;=hkΐ:5rVzQa"44PEjp 'P!{IF\ \aaU>a ~4RK #K_??C4@fޙTӛWg ?h)p灡X՗.i*;!11uMPjRJyL| nZۆg. t3Se<$@ 2MH vcd F3paD^L WivsP<_ͳ[j['yC +UW BsNzIڇj>h*^K<\#8YYI~oOlR# hZ +ĖF$5|ItQ"i J.Iٯc>rZ28y}°b|QJٖg쌡c=g*>|s1$XW6bu@B*_}a @1Q3%>=$*s;K.ĵ1)m&~wnUAu'ECNtY7m/y a9 -H'ډ)sz=%Ovcӯqg:iԉ VY>DTWkSV\UMYLy^?mYoŪЛ̱Ȼ=z=A;5x0 @`TW,߂ +o[z_Q[HVM,Xj\@Xx8`E<ܽH͂> ˠ(x\ gSw8*fQ5òu37eAÕw \lгu+MS#[8ûy~t9d9"i B{͑P;d`%r0-^KL)ZK44gU,h6ASBF%4SRD0O`N^s$t)S9gOEP*OhߓJ+`?7Am0mN 8Nۆ}&„}3®y\gj `[J `1\CJ+fXx Wjx"|$MWH{BwYy+#dQ >n ?ޭP#,v̊ڀ(ZO8^6/Zk] }%96Eَkl`g,6pX5)IGҶ<EЕR^'\Hp7M!=])5傅i٨ ò? 2buǪxX*cVܻ.,uڝ~Nzad=nd%S&y]R}P}L*S^n9qPE$ +( vw?D";@[u$SWa"7wUuXTJ*B-QfD=09hozě"u;yU{CWFxyy.R4e>9F#mW9avǂ+5یնUܳ d^ 0*@50\4SƢވ[ 2~_!*kK)W$W˂} e%.=sD>>L_(n3K3)K_7>VSi"PkO#v=f9NK,?6*jANNGw\)h3RE?&la+O 3J N}\ؤAFOVjL>hqQ;yyΎW.vnxm~r endstream endobj -685 0 obj +678 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F21 224 0 R +/F317 679 0 R +/F318 680 0 R +/F319 681 0 R +/F320 682 0 R +/F321 683 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj +686 0 obj +<< +/Length 4282 +/Filter /FlateDecode +>> +stream +HWMo$ d𻻑V9"r"Ȫnr'0VE{LJଝê8_i2Eezc_>E>>Oы⬂YҦ>7m\gߴ5oZүss:-5|i4ls՞ph{6EXZ^R^9{KZ;NYϗZ  yS^ +'7?LJEC2!AFy?] +qLJ' 5[^қq'3GcZTNm6'S9!]`+1먜߲?ήQ H>zKܬDZ)Ubf'@)'0'gC6:!]yӏDɈ sD+Yt0D טe dNOuHnx/N c Gg3 8C$enC8Rqdx HM AXh`m+Q#m8eµ~—aV~S>"g̻sB}\)Ks i BACWoq0\+r6o>R?=H LCawߠK&t3>ĆmI.,. 4-,*DewjHV[֢CZ5rL=i6!CW +5τ;%sK1W,Ӫ;ꮥ*fN؂˚u'm;st\s?a v'jij9lfv3Ko^)Wާxi1=S?Bi~eo +0"~ҷ@e/4\ɤ!'RqzpЙJ ތ 鿥$Yu\VcxԷ;t婢du,̦B뢑/ܴQviZ~ѠȦ9Zt{:U& CHm(xOX :\2e)d0Cgnݨ`o :BjiQk9v̓젴tE:1 +gNdZ;%}mi(^ RYУeII^8ԙC- $RoYk:=W Üf"OA=]SU,*~-pXC Cr$&3לdsynq:4u\o;KI-l]UoԌ'rU%`BH`ZSI044ɳ,-Fkj iIՒdg$2yma,u]>O$`:R` 2mSv +i-P-i+)Bм#w$]MK1iSQ +xőg*[%-Q:^<ƎFekI)ed9Jp0ŀeauD06WP}zݺR:[WH.&Cގ +!.qj@_PDy3àק)7@?X: $I1ѱnl@PI6Nm- + RbF7 +AV<2jP"(%;ЄQ[@EI~~UnKOpƎ!Rvk_Hf}@ڌE\rEBznXx%{5V5ζl(=Oʃv:6CClS\F9BZw6[_KpiU1If kb]C(W"yr ?/&%DYlW,nG"W+c;]77c4fg{~~&Lui~‚?&6M|gsA}XT`ߡ]L'v슛W +貙S {<1a0 f#:7Hl׉)9$yǨpȧKV;LWAt}zOVz+)b \;.Ɓb.Bzʠ:6gcEzoRGi唇b@SvfײDb\xvg]f:,8kc,ƌ6rVJ@Gy:EnQԈhb407X0 -N_aS["5Wgk𱅋67p3;" +)Ԗ%yv89֍V[Z@6jdcS`)JruM.J-r~!34mM;ݰ[`FٚMqPBgzkC7Z3zZGGՆ\$} /4)1Ձ)*di1 n5fz^M3blp#ina/C B0ӋJ0_L~0<Rz%7en+ ˫ rR.SN:ǜJ-Wש"nw[܊2ϕ+D`Z1ˎ:-f~]S6߬L^^$m-{ǶoКlʷljil_JI"0ō䩟ikp9B +3\γ>Hgq9a4U.MߓJ;F? ՛ Ę Z?qÿ] tW6m9m|n1S^,G<-_ O_# +endstream +endobj +687 0 obj << /ProcSet [/PDF /Text ] /Font << -/F320 686 0 R -/F321 687 0 R /F322 688 0 R /F323 689 0 R +/F324 690 0 R +/F325 691 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -692 0 obj -<< -/Length 3765 -/Filter /FlateDecode ->> -stream -HėM ec2M1`DqAٛS sOUW?]=#Aռ]y_~x}|ޅ=0s:/tL~^jO?z])C\LJO8'O}2.>vl0J.YYX\9 -7X_VS -]._֮|^5m\l_tK\k>^jWv!Onop>y4.еGԎ .g@ 0E3Xn'w? 7*~C?#-tM6C<=04'm;pzCL"EDna1 [#>[T+wa8.}|j n:ncY܆zpxۈpw˵&<{6X+w8L+7VD39V<3~]ՆlUQt_wqyF!>hN;{.?N -V`=#p4ďO??Bcp9zkd7?/& M}2G -C&Ʌ)¼ Ȥ"0t !#Fe<^j `^[8a][[K Zo\'n_촵]Z_XXAڥ1+I,J3AT'>[ *gTqXE{Um&{Q\UD1qof0tݝSly%?- -wco̝+FHe{5}Wή.SL0!Lۀ5f_=d454cJERi+^ Ԫ .:Zm XkYbMolz|ˌoe!ӻLtCBK񻤒mdJ{Stc8M. s&d:b{EEGQW]@E(E(^mph3LC)rJ~rJȈ{#j.Xb7/_rԆ.;x${aWN4*T^[MZτC ܶԵFPME@{&-Bm@ȋ@;.t:k?p7/Pf][ͺ -^Op­3ҶvF>L-hco#\.,Bym}^bL=%;szwSTT 0 - V/ - З+xu܋:b+͡XTsxC`1BԐ;N>3S>yցY`G o{70~@3cI_wqh^ -z&&\T^aX`LNZ0 ܶFP&vHlA!L(cGkFߘͬ 9S_V;U:ФW. @3Ф@k4hѲGgh+.  ]Z ]V/ux@kCEnp@1hֳSO7 ׹G3M؛ÃW }L^) QK#{x4gqVwn3o.< Ɲ&@~TQ\ȃ^ر7[)m6-I/n.(|[hr,ʛ@c`jd {az~|ج]e<Fztn> <ӥ=ؼExjAu`#zQ';:RgSJ}6z݇Z -Sk&wLam~`C+C~3&+ÌPŶn<3*zUD t+^v麕z麕zJZe\-irt s=g\θ0 -S&ވ۽[ 9.ϴ%Ln6ˇ-:.tؕ $3-ν.Ab|Rqʕ9u+m؛[)miR[ɌWqw$IxIh8GvWUH0;!UL-p ;{}D3^_s pTi< - VH. - +`uz.b+͡XThn'H'wn[&\#;pQqZSNzt::j=OV/s:C-z >id1zk1mdIӕ`we/yVoǘtO_IaFblKQ0T ,7* -endstream -endobj 693 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F149 418 0 R -/F324 694 0 R -/F325 695 0 R -/F326 696 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -697 0 obj -<< -/Length 2775 +/Length 3770 /Filter /FlateDecode >> stream -HWn# ?P4MJRnE0l-u['`_ߙfE4"rŋ=<0ۛp+Wܐ~u퍃wl_ۛj{dzHoc9l5q ۹9atr.lw;-)cY3 cӺ2> q >n];Vo6? |s]g*\Yo*WTy_o!#zL=}R揄ەlH5OosͧFâ_*bx w -IhAnR}YhKC\fr0p܄  9* 5mx^9a`zt؀jHI ;V<: 2߂rgJi_ PBk wfuAcܠ9BzRy qh_+#Զ1{𸯵蝢v$Dip:Bms=Æ&JowpzK,z]aQD¾ɍS$\"|@5S=@kJوGTG=J|1^. cN~^R5HګV4QkNG_qtȹ4` znB+_!kFKyd F*2m# mZvՊQҞ+W然>R -.{!Rxb$0j-lկt]CWt: /ERmKc0絼`!r>EB ylx!E3 彜=QeЉ'clPvEcq=MZNKufqc(pq45wENz -gDc0=˗H1V?LT'/Ǔv7:QշVۻ}QZjmAصuVF}Zk/E"cPKnNRL,cX G@. !3ET9Dl܄HB'T X@M [q}t,\HYUwŘh7j+`Lbkr=aUDkar]ug#v*ԹS![S`$v+[tў yVv}h= 6`oql+I:FFCˡfNbuZv(bdtþL&z5^"a? ? (FVPlh 2M:.vbqr&>ܙQDŭ")i(b:"G#ơ˄H姙~qA:UHw2SHMN&q:Dt5!"X A':艁Xt2_jI+ CAgEokO=]L+Xĺ[59-F0D-yP'(-Q 1'_xb`._bdCLCU #n AdDz*%(M#37v2wo)]}VQN!Ij脯iAnle&7(/ k a$Ol5-jJX3qh,ITJ2hYL;Yj!SÆ(jPcb12p97w,5h=a^; 5KSfR68%?F*tlSPqOz~R\gnhQ䷤CU"Ʋo#E \xGbm{, ǜb*/4*4|VJbA]m{I{iͮFGͪM!z!tȉ?"l"cjv§/aR >sZ#͗7[5LԳXL$w%FzT7e3 -2#"Ii -R%4H$|ҚOLҮ#\@vVzϺƑBS=;TjFo\ XV 1l 93+21꩛ soIL!v !>1O ;{yv`s,l,a,H/+`C./kot>/s6lpy2/%5o/{ kv!OOnop[|h\kx{\πafHy܈oN<܅w$ܨKN|> ^I~?O7o!<>0:gfc8my @/֪;]1iKZnK7WnY^a=8TmDMqsqB=xpMM,땻vv++xe}CYuV?jCDY_^UQt_wqyF!>hy/!k ࣱ #,0Cz;-ɻ2l _4=jy㤐Kqn =8NC0Yy(8MaFl ~;_oBG+9y0Tij\8H/;XL* AWyȐ~2b^񠶐;l9 +Y-ފս:ea+x[N[ke%*9d]rh45hgAl[">5|}*+<6~ʕMtAp/(& Sz6O㇃4Z![sgRf^nMߕko)&`v{&m]|Cgjo2Ú[1 +@ +Yujzt]^u5z}YbMolziˌϧ]&^` n!P%]R62?%d>=Nyn ߼ebC[b텾jUkhUlE t[^v麭z麭zVZ=aJ[LEOT2E~B~4#Ya I#| KiRt&ne**bbpy QǻX)lco:.RڜG[6x68ecy4reQb0yg* %j+`kIVpuȵzց=T7IF~=nP"+ iNzV} q +pnu 0ܬp7*j=-mk[mP4mlu38(('%SQ.˱cm0^@ESbbp}QǽX)co:@/RE[8;#{N 33CgvD@w =41'D˧Gf4/Xt |h U:W. 3̤߷)uq?dl6ޑOZ{ H=ֳH=Ջm-!T"78 Op {>6u|Ӎy8#ha {3wx +iS#e !v=4⼇9˷sKydp^64TT?>:JFDb JiMo}LZ~qKp9`|GO@cTCSG$+oSz +@ج]e<FztDa7mWRE_؞ExjAu`#zQ';:RgSJ}6z}-L;|`C+C~3&+ÌPŶn|WKTsaa*VHXIXtJj=[tJZXa%\-irt s={\0 +S&ވ۽_ 9.%Ln6˛-.ٕ $=-ν.Ab|Rqʕ9u+m؛[)miR[d;$<$Y4#qdg" DHEFW]@D'-E*^m=T˙{8-Wْ GWo.Of`ΰfG9W'>boEoj7wd<* bbuslushbn[9F{0Ռ-0v3rbb8Dr%~Rt _l9ճ7m\rS!!ͳ MEcJ/FZ2lr<_)X/Shh[ߑެtzHTTa^qv1zz1ZPHbq:fF1qY׍E(u.)*딫`YW)rUz\NhyS-hr )qBj 3. ޘk|)oF}=xG=hn+. ]Z ]V/uCk,iLd~_[]ޗVoǘtO+ZaY۩ {tߣg$$$ 3.S9nN5?nxP/OװsykkԬ֫[Mufb!&TQh@6Wa3_GÝoCL^3Tn*VYcrCP}1DyNp&GV2?;gR=0honkKfsN0!@ 7 + +,!粎wŽJ_IHKh +&(.g} CS)7cfF|͞ۑG6CR:ToYUƅ"J߫_"zu2a=5oӊSfLo8"l~+ͨz,30W'|x}MǞsͭPYҔl; +iB)D'o`Rĉ&^JD`1C*eFz +zn w:fCk!F><=E endstream endobj +694 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F149 414 0 R +/F326 695 0 R +/F327 696 0 R +/F328 697 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 698 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F21 228 0 R -/F327 699 0 R -/F328 700 0 R -/F329 701 0 R -/F330 702 0 R -/F331 703 0 R -/F332 704 0 R -/F333 705 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -707 0 obj -<< -/Length 4719 +/Length 2773 /Filter /FlateDecode >> stream -HWKo$ `FGwzmKtF "Xdv\kIW=ꫯ_4ƞLJuZI/F.'L^?CY~'~zWן&{.v~}\'rUs }贑>9igv2y>%co, gZy/^ް"[< L|3[/ߧ : -t2p Qhjɢho6ě )R;?>(̋_=JO֞zr~,fe1պfgO6!r '$ȡ}`- 7L`> ')n -N-9Tm<5qw9d ވ}Al,ci^Ƅb-YgD+ =Gŧ3a>ѡq[D~\ba"0cPj3)CwZ> -pGwmB~CEo:ug-hwj -!#`>=IIrv`TG.(Q>͟_Wv~Yt#HZ@X!b" -}y~tXf|&Zh. -I7,CbD>5"s{yzbNwlw#:3{@bԴ!HdN- -$diNe%]`<#1) *Hџd'ڷ 5w}9#Ivg)VY.K,.]ިd{7k0s,ʹ¦݇ojkr/ -Wo;CBj w dtKG5e/Ѫ\ Ptu`ՓYka_ *YʑD k -rq7+U?FUmI9Le)IS[ѐofyi3"~/BŅ;d4? ~wPm׀\  -vFJգ PEJH1! ,#k;8BuM1[ kfuv20vTjdw:3w4'o 7*ϷnHkӲj|ҬmxF@dDL(Bwz*WGSUtM-8s Uq59{Mz%La԰ u?TŃ貪 -[ )P\F$ǢZ7wޤSoy7i~8Ùʴ3 Do2IrMu_^_u7tledVRQ~lt([>ADkw:#\fY]104.R -O7p!zi.[Fs4Q=׬ -fҮ0p%.v_f0?Ok1|LD ;{3;=Ça2d)\`y }?@ӱ^Z[m3Һ:S2\)7ekۉ BH\XUV;tز$þ0:v wΣu)`HQ-bg~[ϔCl|Ƥ梀]+emK{qE( C3h8aĽua <xx~ĵ|W[ο|?37E݆to\) ՗r-:"|Mosa -ijֆŸTj9uS,Jܝ_d+Ӊ޼Y \=&Ӻ}kBxŠ|Pz %~dt%@LSPd(JXV?Uz/jD7 D}|ČAHa1A2=AֳwDVݙ,p[T$o{JR+ڔ\RS:TZ𦜹Z#NV]q~RX<,՘,&CVsvF򋺿ʂӘz\7zE5~x )RNOʶ s8+z=ܔ.L`*lP]肐xlsL/H7w侚Yi*Y&S%ZD0՚m%K3ÔA-b, ~Gۣ &;S}YPJf98YO]h^t?ܽ$&8;3 J |c32 Uu}gi. Uي*cUȣpluoo K)#n>~HRN#"/}Yt!R#o&O$岱.Xrlf@68CG-Ɛ}  6F" |?l;zՒ.^{}luG007U0?^mNY4{r"6@R"(!ӫEFY0u lrM 2tXkZr#^'\ _{[h[&yKnwrQS*cP?ꋃ-Dqnܲ*g\Q!y'&ܼxmSY+q1އ*13,vS}Ho)!7C7m4jݔ&О5dnX4] -^K0N*II'pO\r g;&ȴ׹.3et+O]lvVͼd=rwJ6$Ń׃չSd#^aQ ӯ~~1`Έׅ;\$ 7 a,`ƥ! .b398n +䆚6<00]b:@ pl@yOn +]YR^OAz9%/ !5fy_1nKݜ`K!=᧲*lTPσ4Og +c.?<_cuKD>uw]X#Μ|P[rSY5s6Wl(}ʾ3_o +/j[JטFBxZ NQjmLip:Bms=Æ&JowpzK,z]aQD¾ɍS$\"|@5S=@kJوGTG=J|1^. cN~^R5HګV4QkNG_qtȹ4` znB+_!kFKyd F*2m# mZvՊQҞ+W然>R -.{!Rxb$0j-lկt]CWt: /ERmKO`kyIMB} DRǠܜYbHMCiV]@BfpeMr$ظ ]OA̩%Jx1N2Y⹐> +.b1LowEW.娭{1'Z &GTJksC,`&HW=/*( e!Mzl/ꯉ يWœ>5t9$CĆ0 ;P(3]nؗ)ԤXqFkRd;_[gXV%ި[ +-0a صaCIgN,Nc1;3UQX"4% [l\wYQh8bp4a<.aB#HC +Pq@f +֩$nTހ΢&qCka4h;S=1p _K-ia!,UMt K}Xu˵3E`%%$9B+S_̀LTy`am9(c,v(áUR_ix4ۼC]F72Ң14"p#Q*j)0X 5 :ȍ0Fd*ζ\MIQ[7O4`*S-i YL/A +!ОSiPcVe@΍+CL1ZO`Ei}8(R r**Q@shS* 7đ[~D @Vy}S-yxoYXL" IUvVXL.qCj߀/'TaR[,1m/ ϰ?4U*YEC55N9{CdLNT_xE[T3PҴDgNk[w>zKÔzkXy(T&yF4X5[HC)q?b",uL/`'j9P]U<iqGN[G5W U(J bpC +#5Lz­)d[xDL,fzw] bh:SdULL|#5zMD6ZH/ _9b6n'Rk"[x@] y/N>lukK.ٺ [~-fT,[O6 Z=>*clVŝy P떩0H錦1,z|Sl AӒu&7<Zn_R bƖƛ8-RoQ@qoJ:@uY6g|$j5U-ջ5?J"Pe7@"ԗYgiy]\7/l1cO +XG[bWC>ąm{S)BJV \lNC +C9*+rf]n3:QD=]k&5LHof6Oh[ +gRl/=Ȁ,ΓVLvrbt 5- +uQUstJdN[[?NFcs)}-D3qvyB6?[I5^ +B u4lY-Z['L_B;x{ mT endstream endobj +699 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F21 224 0 R +/F329 700 0 R +/F330 701 0 R +/F331 702 0 R +/F332 703 0 R +/F333 704 0 R +/F334 705 0 R +/F335 706 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 708 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F334 709 0 R -/F335 710 0 R -/F336 711 0 R -/F337 712 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -714 0 obj -<< -/Length 4588 +/Length 4717 /Filter /FlateDecode >> stream -HWK0Avm: =D7ONAl^QnRֆf4dXO_wvwzwNΤ7fσw?L--vy9ivN~lK>!}g7aNfv1vaoprҚW&93 nֈYG9f48`qz' xBg[i3g+W{73Nky`*s ޙ*<4h[Ez @~ݴ!N"vuE_].%6PzS%ThJbbO97z$B`NqdDБِ1AmPJBZTg f XST%Vk} bAsKewHg`Q -KfTd\ij4\V񢌦7 . R{<,IZ1[!+†^^W~=߃fsJRK\E -" -z+*Tv1B&ޟ Iߠ~_ֹ7TSB'=E -uX"|)n~/y-L<3c[Q JȊi(ElΘHFԬǩM@-qRlߚ[FY&(^)ey:Ŝ!Ys/NS<1oJp05ßۦ=M0M^w-gݜ4g;B*ݏ}mϦ8kp$0i3L1rҪyȯ1x&ڷ1Z!:?LU h඀@8 vsw@n7pf Ⱦ ™y0Ao!&w@x1] -b}Do KABL ao!&ٷAĉao!&w@p1}b}D<@Ld1R 9@̐b}Dvb; FN *9-("J,`kjί}m:3:ڶkTǀcom ]ǀDǀ6X9cͧnN)7wfWL-*s#7|>;Ns,45h)2 {рbֹFQ:H BB^Xck#q5 Nb+ a}[a^ {0@m@P7nxH zn VciX}Ծ{@nukHc L~:;0 -R0оέ0 _ {0$ҳ= ;.r\tktMuܔ@Qàzɩ!9]tq@vڊӕ8`A88=]tq@~pڮ= (u~JD*m=m#Jm++q.P7S|A/wI$@~>;&)iI5=V. -̽Kerۆ?pM>Bt[BvpdLNIHDUlZ%wHnrTPm=9H"\G95*+=Ek~,{\S_J_z>Q4C0~C%=T$ qpV^YcGZ_㫝^DnJwy9 L -k -l7K0a'^ ᐸS^-;r0F;3VwOð9'_PŇZx`xX%T,|McZN䃃RuKp|( Wb=]_?n,Ͷ|ֶ7oZE4-z@K p &AAN%Fu7-0Z,[׵pZj/; #x.pQ!F/lpGhwYO#ߍDbuGBzWn70UHo6YDw2TQ?4gQr!㢉RK&`XމT1 -'<@0s fʲ̮w5.A5LOo0r ÌC'>;BWނ!D`W(|cCZOzP @. -I C~D_(O\D;Tn4K:|%ִ%Տ,JÑ)j4RrAe*ƿ;me$IMD01X^!5ӊkLMuplZ{n_ؚ7%E cnسإy9yUݫ,}wꝗ ;͘P&(҅޳lk 7:h.Gw(sFKF?Q~۝b3O ~qаQA:vcl,=\w%u-*',׌@$3^Q1 rf2wDZBLelNzy~ a2sr35zD&yN'\hr*?yp"8J3 x8?$(')@"&bW=f5ȊJ;s3~_ҘT%T5k(q5 -(x0+t4i,0&4ݏ6j$4EЍBnE3"[q+ƃwOs6<vvo,qj#ܪ1v -sqk[[nM\oa;}sZ -ZW>{w%3RlF3&I4JMf'B C{)G~~nf_0yȹ SBy7D%%t6p>?GVS&;rn[=*{YYsOH~IZd١Jdh{b@ⱻ݁ u8;1Lȩу> -7գ +HWKo$ `FWb rnڜ؈\C~Xd&{l'ZRULJ'}zaRQj̧<>7֧^pܤlO>LNoJٗUi9V.W5iJ?C@IMލʔeſ|/iIL{yf4n3~3do)Zr~(fں5 +I8 EbِnS&w}}aVx̕=]駿=>|?Xe=e1ͺeO~fP>Aeȵb&c땓7Y^\\j},6 86w96Gdވ}%A+، c)FcB"r v31֬ ~HO|D|6u;,Qg:}ޏˠ[* R$fJl&e{;ݚEw^Fo>u~5T`{̿IJ-㶳@urS>l]z(1La "#!hG?p"Z\B IV͝ϗࠋRd5C0N첹 ~2.J[Qy(?'~co?OOliV0<;2|Hֵ#̩E3\6XEhjʣ? e!S%Vi"o'c$'>QuNo>uGzIpM >{$3"> RJW7*Yf L }汖.g< BCm@,`o蝾:~oprjk!4mzT hNMfr몘e9Q*V07dBHS d9ͭ}pJݩf,ipב^jLJ*MA|ed][ A4m5嶕Ҡ`Qs}Nr>/WoAB wdsK%E5%n4-α _1$J*q'3;E|0]YbUkI=74 +.ehRfRd6i[uZ[ĉ"SA=UAdz1Fښz4?h}ymU/dHAȯ&-vLpSn(@f*be[\SEJ^mRUu ICt^3IT*(mRg+U~!+n)ۦSJR : Ȓu}Y'M>t_\=P^@;C3jS҅U盛'<$u9LeAE;*#^PDz֋SDWk-L˂jԳLG1c9VP!!MFC/*s3#[ lCG[{C`QJ3,@oeB<Ь72Eƶ\!˺VD5ρ4:]ݺu.lv8I&ȔiؐofyigDa!:_8…iu o;dh4Ϥ?vPmR 6Dz/#"Tmр##2#huLqxet b<`]SM+ǶNbQ@Ro)~g*ct/4$t\6ztCpT}53Vއ\72j}LLS:Z}K7%*Z4?B{5b%,1jʘ>Fvc:1|HsP{c|+HvZQE{<8f mŻa$FdǔNRK.~m0LxiιrK|4M$ۊ XCd6S`D3 䆝oh#)\ &USx2f?MJLJ7, 8ͺ՛-IwA@o- 7̎gu#Vf+8@&S !TTZuIwsLGO5L^͖k&KZ%$臤nj͇?hEJ1u{;m#@j,ű0xjѵt+~rg#JUZT"YL2\[Iݗ#̇)tH~~āIaбs>a>,v_ FP`F$ c~YܫofvUC?|9P[YāT=fN~eٺy@b$.,(Vǝ\vjYvX9-ݑ;GRlèA[:|7T %xvb4о +~ :lU+5=L) [I87I_΄P"FhUlJ}dfP'ؼo,yGUa՗XRtF y(l9pd#]QCCΘtU3Rkĵ6݅fxΓ1h:(%^${85FTĪLB:V+ydEs`r?T8a?%8!ݴ.w-η˗f@jHnC1+NUJMEab(&g],$KSI♩ t-YR[&rtgXw~Zf'|3Ahp qaץw_[6mOnQ+z>`3(l@I親{V?͙< :!^$/.-儱7I/m +C:(8QER?P#(9?gݽX5ΜkLsVԲۙnIu"\1”rjV]FX?VRX<,%CV#v1*8u7oc[arJ?hٶuGbd@7Ți>LYJ 1rN2"ܳWsZ9#}:Ϣvݑ^dت@؄w9$S&Z׭ᣤK3)@#TuE%zYh{4YtS}PJf98YOh\?<|o$&8MPC/Wwt\Psθ 31}5h@e+mV!JÑ_` }ӄ44|%R4T;tDb2wzyB3g҅؏fjH9C &O$岱.Xrlf@68CG-Ɛ}Ml|EzY<'qC/UȄQp`bwӽnEѪ/Od^^m*|fT&@#g렺)4fNDH"Y[0E>dz( .ᔱpJ;z!Xu4/`֞0#/7 +6ߣ[s4:.b3vwN_ub*OLavK7i4=5~Z FtwGyI73sq#upʠ\)nLwʆvP UEvEbfܢ͍u})6 Q* c8Qܢj ]ClnMFɻFOoNH~8s"eJytFY'|%̍ͷQ KԖe hIl,->)^8, վdd:uu'Z-r6F' b=]k]c2T +ziUK}#C L?8e`pT(ʽ&A8tSڕbSah(Z[HNۏ+2@gK_d2F9uF7ekt9o1 >1ލ"V_z.y AgXNJJ%Ih]-bQ-?tdi~ +i]kgPhO.Ea*Z )@T_ΓȀ6u+pƴPݯeJ'4a-'cYʚY[,CT 0=SsҰ ?6 T v,"eBvD&Q?`66BTYn}5n3;p^LlbI\(`f~%x9w`z˖:'Ԝ ~hNBG +}Y⧛`l|x9poΦQƗ~Z endstream endobj +709 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F336 710 0 R +/F337 711 0 R +/F338 712 0 R +/F339 713 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 715 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F21 228 0 R -/F195 488 0 R -/F338 716 0 R -/F339 717 0 R -/F340 718 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -719 0 obj -<< -/Length 4825 +/Length 4472 /Filter /FlateDecode >> stream -H̗K whۉS+z -X@rovNAvl!E^-UcX=3RQ?>^OO8o??3}ߟ~њ.iOgc|<||?_8KMެph p dEn> 3 -f_˷rWܢէ3 1׿}3q lۆ} F1Ny{B/[;Y3;\1S㘆'SM|؇@/^SLs“cc租~lɉ ;nqYa~VmNe f>.tmcې6un}.d Mksޯ)V^c=9sF"ATjsU} RU>iyejiRlC}1P$A'J3Nw,u۲)LxP)JSU,~wyxB%!%+Ru;]>iǕhB-)Id>H䞜ꀳJk< p,Re3ڵir4.|R{"Hm닑J35ӟ) Flk"Zދ ^槻 \uS!Q ΔZhG|զ Vƽ0<~K{ -]ز !.le!2ԸyZ^^ƂEe`j!e g'ًamNQ@ZCHzCHNf/@k`R G`5Aǒ  -ұ#dk!Ύ_L_"Y-M'i$@tN^>A(sNEa&[O\onw&%:&!X/5 \z~Q(LsY:l 6H2f U-0|tU"J~=p\XjpI*kZ*5_.pwQ1ZcFz4FΛf/kN fbw~Lm/TX8Rx8(6ut*l=&(cn5PMAm -Z;L.{ݡUj^,`0} 6Ы2w U-8|U" -͎=A:p&_;I4節?Ɨˊ]-[M'nǛG}MVbD _0 6 9Vn8xkW x2#9@=,H~g Z2"Y!ogDR<u\kmGIM9dӸoq ,-C5|B )6pjݔAAiTgݔМ IrR{ o`EOq wlNn"3 qM//=/$#MRu }iF k[ BJlmwO= -җ2SpS) mH\/fR~T@1.Lni1#vjD.Ψ2`{q%N} $s8CK{P+6DM5_i' -_fԥbM ~a]C9XZ~`7hkw7{! ?jFW[W6e77L8U@:aI=ygLWN݊AQem%4)Z_9v .yߟH'y ޜ-+%<ﶔwbdciB k8Ֆ+cepj.3{lw[19KV|d%`2ϒih/L Dޠr~U j(zʶ,5xeεo/y|snʊL747἗Lĩ ]Ifj8Y -℮K^ ]Nf2cp "sU&'RIs cJқ{VƦ-S> آ LwwT,LT5>YAli-i(ߵLD# ~tq*{yUW\&b;q^y\I.^2kތj|(Mb89cg;5 -7i2sVV*-wF.Zƭ)^¥wG L/W̴.f{gnWW S<7NE)扏T+dp e*ߵ<}f %B1GEUvZyD|3zPΝM|v|!v{My< Qs]yggM Q!-bfbYv-m%x˩n, }.0WJG|%oFЧ/uzMĢR#- V1kvt泏[:H絝N}}P}m} t֑ P:JGAFY\U0kz#2J{;?(; +HWK0Am峻u0 ?f6e͓S1琿X/v7GjamhFC_=Uէݯ>ݝߝӰ3?|awӡaw;<?.La7}SR>>}Bw/ hm?% 뺣m\L]%Ӳ7y9-9M1yό!e(FV̨ +^eԔHjĎ-U3kyQ*is4qL1/vU6Hh .UA T,DÅ~A/.f &WN0/6&B[Kn%( "* +үS{{ͪ% <,bsѴī|PWI#4fyԬyԪwIh R!m̟jRH@Q 2ENy!^1:__{x# %]땗ZͪQ\6VȮNuUI5 BuvhXR(]M(@SbUL K+W:DK"+ ! KΜ:*J;hwA‚ǫr`f0p%#g)d*ťŘ?bů.4J"<t՝di >q#ICFtt]#OOTrF@|B2 H^zMSwwd`Ia&F< 7JC>/:d5E;{X\gKu;4mv޴AB<߅U\һb{2C`m,x[y e ggI#s'bQŅ<(WU/gt!:((?%ð;)nۈS#KpשLP$YJZҢJ)nX&4dVrЂ (yhvZX-J \̫BRxNFkƬ!ɩL_ǐ:B|?W7[@|w}" AL s=o\?m@:glb%1Yӥ nILo R$&7@LaoIL_SNlOLdnHLb%1Y"nHL%1Yb +7$fHAܒ," ޒ,rb{b$&7@ Jv +fhw ۪M&bP/\@ c76 >o׮ (lG5?ԻkțhH ,r5xwOy3;r2`9?kzاMcnSd/ciie.1tױIQ8zN-P:O:ޞ፺_fԺs3yE_|>e\rME6 BicJӀCy 03ϭe(ۛLjt ++9al$A-8IlTw5 oYb+ $ԫa| NMD-4  7`VTx[잛 +@P1TV%˷``۶TSmXƚ +*~:0 +K0Hέ0_ [0dֳY=;i|4{vMeڔ@q#Zũ⸡8]4q`uڊCӕ8@8<]4q`}pέ- DeLڮAZ86Fqە8@VBnWMnn-"_It6CRtzz]Lg<# 0?`GP8Zӗ}=-iɞȳ0/. CAa#"y'9 [E0Cxǂ)<9>`v ZI䬱:&%.5륑IiLQZTp? vhQ^ycyզ:D41J6$rT+ζR^.#poIњ%% F}½Kk`C.xS|0auv.'||/q'pVX]"<7ؙC:sagKXl(Zs[_pEϺS^5;Z0;@+,|NB;o0Gi/\7N#h4$SU.KES<5 +S`Csɔ?J ꉤ>d0sw6nF7r+BB!EȐҬBDѡXVZ%6ЉFd 4 K"\؝A(J{[nQHD -~=0 ;uGߩ|-v)G;oYa:`}i^GT˪6)hsxg-;eBJd+M.B<-?}' @[[5tN}R`X؎~>R1iĦX;|{& +HCku'rA\ B3+K]Ma?wĽ \t%,liچ܂=M'?1"Ʊ"SR0j02?t/蜨w0ZZuz^Ao4#o12ػ6i]Ão@4ρ%=/EdU#.5 7xWI/ɀ +Ti1_;a#)#B(OY[k${l]7!'"k/EKJl癢p+H#nt~oñ%%U]~xrYa,#]w;qK[\ض! +C|~A]8_WIr L'e\$ym0.s=Rܒ95ۊ~y7 Ks֞66;ѷ+t]ss\ +8TsuFP I4(Nnd)NxKBg.h2n7Uzz#zdg$cYWF1ן"e%͐L:Dٻ*(D9AFA'+tU,'Y.p,ʘ ynFO;E$Զif)55Rcl_ NLZ sCyNU3ezL:^rnjctמ7JtPSf^}r endstream endobj +716 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F21 224 0 R +/F195 484 0 R +/F340 717 0 R +/F341 718 0 R +/F342 719 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 720 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F149 418 0 R -/F341 721 0 R -/F342 722 0 R -/F343 723 0 R -/F344 724 0 R -/F345 725 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -727 0 obj -<< -/Length 4310 +/Length 4823 /Filter /FlateDecode >> stream -HWK/a,;Œ!~$KH9(*V9c}շOa#m~ oIK~Rӣ T?o}t#~/ɠjc]쫋j^yUo fC6ރyNQd7mhހ&_} : w0H$Tb -WGiڲ[-[kRrL;|ۏT|Cl~8Ɠ/-P@QbP-TK a&8]adG: ׯ;/cl˖E0QP!6gy-M#G=ns^Et99w Nt^ǑLHgWu,]4 -]?F$k -hm£'P_5M@8hBP0~iE$Y!19 |Rޏl2{Wa g5W+z S*N^mA&TG`_GUn_/ڂROj]@c#<-7yiB(=M}+4Z]`BW5ª֬e6Fa hJDnĚD Qvn<*a%gnŧF2pBRZfnl⻿e}݂֧Q+tM҆C$lWn}K)[76זa\phȿ5Fr䬂23V+]5&Euζ -0x6B lZ߼d&AW;A{ -dǏks,3`4t^g1"bNna~*"TEtb )Xz9ī ^Sx/S)uz~SͧRBȹ?~,e)[RH#YR{IF~Xr)/}$3:V{7iq6 -V !3FuhQ"$M!Ex{zɶu)u(D/J/u S?tRC3zinb ~IJ5@V*;sQNTΧw_;u[,+U{ŀ}ïH3.j&A -W50o cCt6&60a-m4P ^aXF8ĜWD͛|Hc 8:N&W] }ݿZ^K^!17ZL"0:0>H֗T'1mnP/B)S<4/XO=V ?0(iiۓJ:@%*v:};[^3iseG 3Wz[rER\{H"Pv~*[ t`/\zVqpHU -QY}8BŠ -55 !Z^dC;˝asZ|Ԙr@of9Оa[,SdǠըz^|~]a5wy-.g˅nA .V/yGvT#DuBkmDž}9Y4~m6aQG2y&nO 6#6EdX4xWf;?~wLؑ~^fxqXw^8$Qӥf2W՞waXe6Vi%`ɫbd@+NC1=P[9q *Cq]ΑN6i҉@TR;䕕D2SVMc1̕J`SȣA/H&q7d\ӱr}HCr kQ&(-]  W0(Z_}5 CVEܭ4nj;^ts`2?>P :i++jťs;|HrZ>*5n4eʴKHt j2bt:@pFVbo$)͑Eg8L{(B8ȁVvvu37\jJaH̃\3Imj -Fv ۴~Knw zO[5]Lp2AL1봖܋~UDr4J0]J/B$9:{Ц'.`,̩E<ܪa <6[rӽ5%ⰼײ޿7/M8g+K5&|ctmFJl3@?2&r!B] 0b8~5ws7&(%Sڟ±5(釢 ޒ聂@OXK4ӽFvS=0̇YkI{ 0 v'nߏ[lZ ,h>ihC5H`b2B$.Nc^f"&_}2=hڥDkW<7lH4#;4L:Kv@N+Ug=T꫅`AG Ȫ`pJ -2xtw'כ,s6#/NifXR3 n2h''Hiaa>3+yx5Ŭ -DXIv+c4ujP*ɉ04oC$[,JRe~4Ԭוhɒց$4sWƌ!_|]|)/?ǿ>i_O7Gkri6>?q1͌vx;xVS6xiNxv;;|1}|Hdl7pZK馓tNtNu:5{_Z$f 8Mvvl>NpYxy^Pp`y"0pE0=Mgo각 nʘ3V OU +e֏wpa%5ԯip|KF h T :o ǯ}:-PkW;9w=w8z3`T PcH +y.bfZ>Cjm > >(ӊ-=BB`ʣ!S>tY_@.(VJwo`Y_ۀs^vk"r݀n`Db8s)YU*]1M!fsQ/8oyG=:v,tr0|Zt@1h{(Ezl=+ҕ'"CG|EQ [])J9=ߕk _w@z%#때d~tNG J \{p]xtTXtyF,ny#|#0ua3Le-/%{U-e|*>/[Л2O܎7Ālj`؇92olę1sHp ׮90>eF2GszXA.õD neDRACw=y뺥ڎsȦq[߬㮍X[jB),4bSl +bպ) +bҪ +bϺ)É9Af50N ,66_؜D*g'@pa [^__zH%4_vIFx TuTs ޠUurN0y=x`ùST'XNdK. pU . p5. pU .GZRs Plt:8}y _)H + @u,`! +' 8L& ,$ L#HJ]kz~Z߷;qN \A4XIy%ꀩ5 9vIo:`9j' Css; H_A\J!ui\Bf(|e2v;{|G9"HUzuu=:uzA/Q^Ch ܃d!b?Kl+.ܒ iHdJd4r`hN$@5e]TGD xxvGK`oc` qܞ1wnWS +;xOCq)]Vg~;mJi1ΘyHR N 9 Nډ,Ck6RD ~6$S^2pp8DFZg Pṕd PppNdg9¿wgWĿt6?,4Aҹ}ݔ{TXzݔ)М@IrnBC p]&q2sLLC#S^w=o4{C(.a:_v,bvyuyȼ /{H#T~8Hod@F.88j'2Bz ͱG{˜س\m˭.5mt%E +JI#9͵%K/93jm ir[|綷~/IG8@XK&9dwUu1q'f +!3cOdYY>h9 +4E + 0(BBP`S"ܗfİ呠1.~ݡ&.\vēF_pW1Z@B `p60eR54?BDjCJ2WșGT!>JKAuV$ qqUYmU^guwIx҈6ӆ+. +mF m(BLڌ,e9QLSZL$M}`Lq]vAkAK~lca+ӌCX{ + }y*<W08U+^Іlb&%Seⵉ k`*Ba.cQF=%.vgjG5@ +4Z9^B=4\vsXy1%^uR{sfUܯ*h[٠3q?׽4K+k6!\MкjБac諒KA[_Oa#83 +'>_OA\`o-'D?kGyVdB@pGP.qYyD|3,zPěH7dkC|lyp/@fsI܄XԨů4cY6FZt`I ^rICe!_2 ?2oz[>{}oGLzH 3U̚YlSGo`_F3չk|J:DH(^R#`۬T{zlزKQ +P'> endstream endobj +721 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F149 414 0 R +/F343 722 0 R +/F344 723 0 R +/F345 724 0 R +/F346 725 0 R +/F347 726 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 728 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F333 705 0 R -/F346 729 0 R -/F347 730 0 R -/F348 731 0 R -/F349 732 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -734 0 obj -<< -/Length 4577 +/Length 4311 /Filter /FlateDecode >> stream -HWK /3+M^0"K+2E 1sO="U53=0C֨UëTLJ_NTν*ow}Ott8p4Cq=C?<>|ޟg[!V] ?šJߵM* - >ToKa*ϷQO_PϘt_om Sy^O!?F` 0_2{7+%[=ΣgES`UzH\zjdNCv/cC(̾ρtSftaA[jVkJܒW"9lL뎺8fօp_f`zw ['|I(J',' "Czꎦ~0JF OPG\1OOƷA$C$[ -|~9KIs# -""83%C])5gQ'HFRg h#[x?m9 F(uT3&_j_dF{5FFtX s9Gjx񧍑i3Oq]K^+HV sJ9=3oA6ױ(1tQ: M>sG]!s[}s HJ^6l˚}7f;X^l+΀|ndRUEGgFϹlr.Խ(OLҔhFo+/oZjrF̫I~hҞ䐹z},ݖX{-5˗븗HdjR`[#)9[mHb-f&-+SvR\ijHwϊ[mӊ<^yYH#$WEcOeM.*9U+ba>._["1Q6!۵!mB֬GB'R;egmPK%@ꁼH -]-(1ĵq^[Xb -"& -Zye"Yă):@+&R/U(q0Ffr\j]Qw\2dt/*vxܒW(TG&t$BXi G Wglx*I:l$J)jWcWܮP,4?8V7__ẏWRe y,âk:|P -2xѪKJ6TeAXX68D e\, " KOH}m"G[*x5eǮO2cՓ42J |@LlY/gBi~Rӥ&xJ6yoUZa7+CϹor(r }j儆S3*)j?#U ØfYu>>xNk;(0WS4ȐVǏQ!|_b^zPP8h -]B;tY$JS].\. J^9JwTSjd,55"=* M!hqNJAUWIAϒRHպ/H4WIKrʆҢ`T+ZZOO.E6HX? K})TVL1<'&lMX8:~d>%J8m$!)߱tUhHGJ+2֭O ` -.!Ɓ F BWampMb:)W( N&"ZC B{LYnD&2VmYrxPy}κP#x:jQE2':jŇ\FRu!1" R"f^W+%w^sw4],Q}itv;F2C.r\#,\^6YXWB+DA999:M6B{ #i ba[w9}S,jrxm듛HN"x.j|]9 4.)"àm jy.z -**3ȫZ.YdR}z?^l%m`( o.AՔbZM,60($8Erh$} w1fT =F mفyZ0O,Ӱ}Af0@V>gS<4~ h _ű@C0?|=>>sgg_L{B=>|m,yq-U? 7<~ -{Ro4ƛ`Xݫ-0оÚc{ڷ` S?c6@ 0oa؏`d ^z E} PXnho{(jfCQ| E}ܸf Bl߂1,PXnho=u>[(0Zyپs:[([0F%)^AudD}*c3UGmb  u֯ITT}.6 b5 4 (, lݠ -Ś'9.@O{ .(hfYe;H6))MY#U>m 6c>V;׏8~bߍYډ oZ7]{WeHsCZ<7cA(unڷ`ܰԮa}  [a@ڷ`Єu*PVoyPћ>nu*ۍ>qk,} (;4M>RPVGd T[a@ϼڷ` -:0оdPe Hr߷oM\N)-ӛ^T9``sw4q&N[qPwlhq&O6 kZrW {^$ӂJ|ߴ/$mǺ%h,|#_ -O~_zvuT!Bp,S4 -d7Ȫ.h>2&z[-G^ӲUetHjiyޖs/fo&s ;r?-4r`,\M,3|K0pM?0!JhLHC wrl{qj׊мif7hIpF^ ԻdיVd莲Q^ FO)g9 ؐv.4A^UHs܊/c&IFm9Lok ҁ ͛u(rt -cuerXd`xѶM+Ģj܁^`yCPS?ޙ<WTGr -'ݑp4ܕvceޫq_?3;b{FGg'6+ '8^ByndM[lۮʤ۱'0yr O^0s\v +HWK/a,;Œ!~$KH9(*V9c}շO|aO.+й!-<|zɕ/ӡ_뿟pGN>?9O >yJ#Q?Vp9/?=N+_Mc'O7wB *@X_95˾ŝWA]E.o8d=$Hv#߆ 1gGڐ~dKB5.&zU xTQF- !ق%F~!9_c7jb8('dK ;)Pv3'/%T 6Dr2xa NW0QN8o#[|LTȁYh E  o>&<%GQ1]N8z;4]>>q$Ua`W2B@򏑬E)_3ɚ&dyhA W@aS40JiCGL4U!(?p@eDH̟AkNv#nYE0C +^4ĔJ:zs-q[(@6 z+ay,Qx[˥?ԓc2iW>OM^P!JOS +VW%XUsMᄰ5k|q.=z>#CԵ"/ʪzXə|6 .%\4bVow_ :v +]e`846I*UzRVIHB<㪐JZ'@MoT/*8(VcYT=l#CHpۥ`ܒ0\k麒:; pk xak?l&[y30~aٕ֕)Fe/k|4hV"`lԖRkOTGC fJp`H4u6||m!8r fnr5+S8ܗS[߂Y9P$2?kE$v.b dթMw'F}{ƁyM;󛷟"(j&o^' jFX|͘9&el!RHoZX%(igvmeF,ՕItt FbDĜ4pTFrRrW߽8$?_>R:4ڛOѥ" +'?sӗ>?YN˲Rxyf S 'y92c6;%βk0Y44;pqClnSZi'y:պViݥÜ +SQ勓W*$WR}6KY<4Iw4hL5&Sns+C6 i<Pj1*("U-BŦ_lx/]* ^7|G<$= +9kbľH^U+>z)g/7#!1dVÔ O9=0WH7BXeI{VHj}l'\%iH'=3G.􁖒FɒCMr<7 +ǒNy'щgܻIW8,Bm1LlEˏ%am0V!-Z[(ȆsMu]CHIݭC!xP~ ?dH u^KTj-V)sr~v>%YbX +0;,~5@QVw1U{5Y j@mR4px}[ӈ¦[1Y k nJ 82q E ; $T=z7B54۵;*oY=6t_I^*|0EX۾o}$i~)tYC-I.(48v>W7N![pCThӴC\Jt"鲙Ul'{J~KF^k{Wdؒz&a!Et"lwoC[dl֩$u2aOuJ|EZ"V)bׁFw GW>iiszJFG }(z깶"ULFLLhߞ%PV,PAg2 +pL˜.;b@ۚהC@x.2DCAJֶPiBo@{9ҫ@R*UAul" :Y #y#IN@˭޽v?"\6۪xir_VnC?2#K2jbm_ctg?Kw^Ør7\M- t1.o`DӔq|HK ՄCT;V cՎws}C&.vczs5΁ s׶g ?ZSϋչ+.l~ ?$ݥ (9юJ@xĢB(tM"γ>!'&Ѱ9_ïm`p F}C 6Z&č?afbf!Lf XbGIr;7 #;9 G0$[cڬPf.7k?6* r"y5RhSéz("W*?x+'7TuȽPQ1~]w9RIܦB9M:q50YzgҚHr*êiutl3F5Rv uJ4yt05HI$zr9k:@u(^Ar-%+AÛCjf3eRV:Atj55Mmpk=Pw,V +D'meEpn/][\kGEmpQTv 锝.R^qYNp#NJ 49H iW'99ޮ6Qn憓+]MA4 ykuB2mZ~XmQ\֨!rondC{ۺN~^\ݙ:i=i-!yivBJ ] + ^g"|Mؓ('RkcMقZA ՊSHsb狶4V{hݨb xGYH(Hy$m䙱{3ݡy N/^y)({"V 4=m-^%ړ]J$%f;E_Юb #-L]\LOqQ\}&Mp)1z>gW4ҒIdžA>aiSr/4+,e>!073Z`M8,?pP*RNcpձ,Ƅ_2 ݭ6#l&™Y.1[*8=[cyZpl[JsGboIHtCAd',th@ل?Z=u`LWg >qo{`A ]c)M6y/:Uۘ"0D)#HW[V۵M^J4yך +T=>M"Ϊ׻@!P7Ƿ ]ʨ/7U1`=ǴM 8u\&K VES0C\|EtpjXS0ϒq0x;̈Q$z?plle=* ]⁑q@VBt"NI֩Oc(eb_'p]ka/[Q.Zr|TB?k(s1xJEP7l#pqwl nX-iEIܐ]}}9RP+pl;5 +- Ai|9RJ92^߃9F8,ANjQ, zU,5(ɸ ^WPݠ8F{i>5zm+*Z-||Q/7 K*c$:@k ~LJ2.֮vˠ6ǧ@7d3qDxĽ@"04L Y{uPfL5PMRB/&O nrLZb endstream endobj +729 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F335 706 0 R +/F348 730 0 R +/F349 731 0 R +/F350 732 0 R +/F351 733 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 735 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F21 228 0 R -/F340 718 0 R -/F350 736 0 R -/F351 737 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -738 0 obj -<< -/Length 4466 +/Length 4518 /Filter /FlateDecode >> stream -HԗM hNW]* b $). !?HDjC*zHzsїqT~>E_~7>z髲7Gi:¼?=>|*ec~UM_oZq]ojÛ@85zUY4_`3-#`pyjPҴ8-2e2Q[ $6R}Ҳ/Y}#دS-=,驞dY\~ CZJV\d&~?:ZG8S5Kq?.QA9ѹM>\~ς dVVWe7#0(S8,V*tЫU0׵y/#1GXwsW 0ްʘ1|eˑՙ3~tY5z&7VꋓIe"ssÈ -' IP~pf֙34!SXĘpYz3.{܁Γ/5ߝ>)a\-)IDp>1H^>Yq+QG/gYo/= -,^ChצtӤpJaFju03Y32`&1P`2;ޖ᪛Sƪji=ֳM!YNQcKB[Å˄E1ÏR<\)VQ)"ʪTdϻrƏB04JH &%G-~XJz6u -2ה)o%]Cc?>=>n"Y>Aw Unn:ɨA' $A8ILdmSrTcNAaS:6:O\&o;7c;G}eEb«A0ܥLgoʰ nʘ(3V̀OUuHvVhǒ2} RJӝqɨ 1#A8F̛dmNr+7;,R -xJy)[<(ɰ6e 6ED{-o6QُuJrj.PaMU{9ڝ<Y` @lW7e@Zfp'p:$;5oTQ \tQw9kNB)i^y8b;5LXߖ>k,NF i# " Je.%&o?n^QՌӅ)ft𞅾4߸fV_wɞA\ְLE2Y?'4@f,2}f}YQُa}Ca ;e7ﵞ-Wې'bug%{&aY1cſ.ណIaD`Ը_2Q6dcۄ(p{Ñ(]R@~7vijXn)rK)_rፖ=?]6U{%YNjxfFo_W8 iEzYS=i蘥fO{y!@4Y\ 1^ILM}؅J;hl؊ԧdL]; Hy_P JaӜR_b -[*1]1)v@t- B;~^}qI q8VtKtu-xgFP|W+vQk9`lbPr>7河Tc}tz5)pHQ2?یK4n6K5)\I)|;C>`vO)Y]hwp IHʺSp+ރ#,P4E=Ӹ+dk7xm2:y9ZV?N̜ny4.?7mipJ#7 }7\qmj"P @eZsA$NUkdz( qJofLrLH^·ׅ!'CvTj}?nY 5\riPg|g7pjAAi.#[2~2~>v?KI)MLFG_̧ SSÔMRi"C+ʴ:Z60ErovSIF 0i& < PJ֙S^hϴUfV{5nuFĘ)U -Hp;PkdԠԒޠV%AdԊL-;ZBfs -9:"/%Vs!{Qh ' 2릈%( &vH\HcݒQDsXci_ށt Xaj@mK2}{&U?5H27x'@dIlP+Ygpy"=N'Xr_{ x#z.?6<%P4Z +1-YZ6w\gӅ9;i#&Mi0UOO$R8G4ݶ|Fr1FXcDbE9FDk~)Fd{ IIU !BL(@YA=2 6x"4Heq"uK=OwՏǪYÈz>knk?6vytџ~ب8 1'A8Nbw:#|vZ?ChU?ރ?xPJxPc ,J@#@(`ջQ+-sKb.K*b%o)fJVʿ~x/&}ACFrLވ q 1!Y1!sLcBr>Ӭv'"L\9mȅr!\ @.dܐ-rrqY. ~x(Kw%3 N@X@x$s>'ePT|PJ×X]}Z_~ 'ǓԀ:qٜ\%LiezGD ƒ_[nmzg>ϴ-nhە^(g-vP-A }Dȸ[w\P$lZ}hr֚fI g]G'mAi;0/kؓf鑉6XO |֓}z2n]ֻzm?=% w;\IN3%̜,kdy"< rA8,wz_K@=r]ɼ-Χ̻a\.6 8o[L\UScM"1cEa_:W: iX^W1p45:3z-z\@,Y_ygzkӇ[E 2}/Cĩ3ҼB{ 5= ]pt "5&i6+ָV -Qo!zx(-M?8(|O .n/e0#`6.1{Iù1}Ńg!`?7QT#^X$6`bK wF*ueZ`R.M$sKר_>7?3ygZ)3 s q u~~C+uo6ق*a%Ų`,_0R1C -$-言EX̡&AyӉtvf7BxIZ2 !2Bc6/XɂQ6OXVkwZfϧȷBeC<[V"_hՒ6hJ"Ϥv=K67?da3L5U'!ؐ^N^ =pQi~}?)q'%^n7Ji:aa-&[ 2 sG]!s[}s HJ^6l˚}>,o͜wB W8*[ [730/Ȥy )/ +kfs\N{{4e,2ۢFj=.a'9d'^_o,z-^KuK$AALw)U- +Ŕ[~6${gb tJ)ԋ45g-Cꁃ6iE +< +u"QR& ۪0`UN/-u㊀A6]!k֍nԝ6s @\ON$.OҘkڸU-]YScC|qx -(UjL|U%h *2QJ-,S + J2c)I…IfH}m$G[*x5eǮO2cՓ 62J1|.@Llc6/gB +i~Rӥ&x$lC% +ાNnV҇2%V۟sQe-\c^cO΀+Te^twɄL[3Db<߃ )݂K }xOdx +Op%;*1.Ku#Kq/% + +ZM`6Tp.뀗D yb˅˥AR[k0G.ʲsJZfFUtu) c{!1Ω=^i~]#/ȷj5PYYʴZeqSs4 +#)sIPِZZ r}%¡RK_[I岂(1}a/Uʑ)Fgd҄ GB1؏ǿa$[g-d8$;N0 (PWiEYƺ5 $6C#8O#C*TIQ'j@eDDkh2WHq)kpЍDf۪0xQ9_J?#WH.T25F$[*BK"jН>?3 ;x%/;oHfE5|ˋ6F2 *8Xhe((ܿ䲓6G0'^zYً1b zZdaDd^Nq-NTW*z8e]c^Fha$!@8^8q+7`<.?СOpEQM⃽-W_q}r=IEU^+?CC5xe4EB$'N<+(#L_^7 + +Xtwl@p ;Xg,T&6_[g(h_̰"j BfIi {sNOZ0kVX60c". +< ʱQZ%bj:z5*]rCQJ 6aXa!ޘRtap)g[nMx0'/| ^NIC}=>̾Ν}M;0v˺,U\W4?ެ~v~]*ͻVHѾ ?~oau@ kzwah߂1Lx9[0¼Qc?n0{u --CQcپc[([0f{E- sZ[([0z E} ưCQcپcvPXnhopjf ύ;(|ohoz]u#@f>XVᷥWm7 6 + XjP'iPoP00Z0,kPf4 uHk>KT,*>ya c?wwg9(oO?wO8!٤Ч4dG{^ϋ~& 2xb8Z\?Fe}7feh'.ȿGk=߼vz_" iy0ֹfh߂sVPn-07lfh߂sCV@EnZ}T@EoyVl7ĭ-l<4iK@Mntv[0PMn=fh߂jr+ 7@ PFCM641 }߮5fs9|Ooz!PԂ pќn8;mAFVԞn8?[ۀ,i}DZnÁZ8m m7 MPܶv#-hUVBW#GAyO"rQsyyoƘ0͍ㆡWqVl@P؟9A.IԌv$|W/Ol*UD-g$H'I$(y̟_cho5GIyBѯYj%HpȎ|P܄&oY7r3dQ$+,ij?B%?f}fmv=U)(rK@̏est +D[Up4KQmi7a07EM\/'WhzX=R[s㖊rmbЈ hg^Ǡe;&ۇU@53B]B˂MB#/5y3Z0IQr/8SM\gVܦQ{Y@N7߭籙'ͦ퀬Xؾj$YO-N,CVrrT ~-v?O/m҄S]K]1cx =9Wd,rFSJf:3]X@enpx{hO,u Z#mah3$t.+BQ=(=yFnmğ#ıx^MÐ(K{q}-5YM$^ЩօݩL37&^ 5]hx~ 9hkuB8Q9<9oB-avIw|:2{|ėXWZ 7x&׾Qd8)HJ#\^IYF.GK( endstream endobj +736 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F21 224 0 R +/F342 719 0 R +/F352 737 0 R +/F353 738 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 739 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F149 418 0 R -/F352 740 0 R -/F353 741 0 R -/F354 742 0 R -/F355 743 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -745 0 obj -<< -/Length 3956 +/Length 4465 /Filter /FlateDecode >> stream -HWK AnOZ$f<5}s2F؋sOHCb=jb?]7o>Z:]n~ -*ջcoF%ُQ__xuz9>ݝ.nZ C?|>~Qď?2<*~\"מޅY^IQ h"sD]}2ݏ`k8Wo?~[Ǵ!8zVMfWZ-\y`Fg䫮|1eK0K9/_ 5薩2kj[zzjߗκ> C+UVPd||+gJ|TI %}{c( ˕{xȲ3%zT@kΦ06sӣOH e@}MCtu| )çb002iCs>;JnP Žgޖ(lj<]tp3* 0wz&7u?SVC%r0[O*0F20 ӆgat6tNS@+7t-loJU(etqs @7SM,bRU'y$Dz`=`L}v|_<_u Vb߷'^3a*Kri@FiH4dT( Q"i3 b0!dU/.; /"~Qy|hV { LY>T"Z>3b|FmC'mDaNb'68NaR9 2lo=pn=W}NW)SD'N"V?V-}h7VQI*e|ªOX ƪdJcU3!u `UrWxcuՀیɪu{zx>&ʹ٦Q,V}٦QѦ%ܦe?iQ'is6-Ə;\i=XSNnO E':8*ɬrQbEY`)+fE28sܕ..؁T?)A׾ۻ@}|ޭOnTQr(@dP*JE}BhQ*`(iPWz`J(߻O`Pc#)e0Y+'y,!#hŁ5F@FQcm\mbKX6|#g`kxx'@-g'NQI)e|Ʃlp*@SIq ũ6p*M;:N[0SnC 6V)nx~NS8EN%ST48>4؋S)% lTurk۳[{{xx"͵ᕍ7/o\r[/?Ep%d >ŋ;ޫ@{yDHGd]khReXFgs,KM1v*)$4tߨ't,lʼn:n9GO-1G -nqB~]nW02ڜ14:noa񿅷ÿUX)7fwitG 巶NA?{ĆׄS"(26%` ^TKO1 2}tBIcWG*ѴsSNK}B -KUHCx$@(r7 FPs5iA9V=XCJe* #rúW漙rtH_l=C8L]궬? |6uuad̻>N4[ǤYxgT -kբ?mtZPηDHvU_rVډbqc+bX3b -5fH̬n2f@x=jsF-q>w1X4@g wp3F(T}237AYл~𮫿aOTyRȡ)J\Axku,7NfTa$r]^Qw8Sj}6ywAd V[hԻ`7R6 t4<}_p0^jG!9$0z]?N2.d_|L~>Ş~7>zGkpJ ejOOqY6|vbF;K 4cXág3MX F802.O"\ίs:Cm@ %xȑdC<] op~cɚq@Ǖ9ik2ʁu@kjx=0<Ŵ$.t-cː2փ\ UpeޛV_97~O8Q#ɝ,ꤪ|e8jӈ +NW N@(81m :S2KO"x5}D$*}N4tQNIzNutN^mSsьsNEa&:v:O\f/;wc]>܀"0p SR禣ȁE7Pu@lV7e@Z +`tU"JX{2Nwpa%9*篩d8k ]030liouV?6o\M/퍻Ko6w F@<)[<[\(6u 6UT{M(ܺ@5)hݱfwڝ8ǣ E96^ݔQj)Vu8+4oTU \ts^ ; 8x$)Ӝ?rpt58!L෧K.9~QEHzHutK^mSsͫ=ܼ1c= BU3xYKukjw K| ePv85:7U'`fIיYf5GN +Y)IfoufoSn[*փ;0Iy?Wq LΌy _&KHV;]Aw5-5W]`O6zL[ʄUh9j$I oC<]>d#?-1N8zj' yϐ2/6%葆6kq߸:?1|<*T>6M\ ɧXO}He"#@7-iT0-9u/@W0;mdޙ¸̐W_Xu<^8V7䮀 s7Z!vf؜2_;RIGKfpOH0_##~b ħ3WE&n3z/фŭ.|r% _k4O5Mې$t{ +(՘=[1WaQ7?Js*,|^8W%?x>xo,~hS%i%h Co޹߉[rýc8e׽^K/_x֗4"q_qWoػn.؈hWsрJo/Ԛ "uوX,84kSY^J7jfvZDbB¼-o"J{*4k'xKEiY6[_%\O؄:ݗS< +-X4M+ V*( Jv(VnpgɬQ|p:f0x63=;,-: +O;0ܧp7) Nh"ʴ6Y60ErovSIF 0i& < Pj)_EUgZij^^ܪ3=̺t:"SMfh%1DJ5:7U'@jIlPY ~Z՞eSyY!5 EaKઠW@\}E,| b̺)b JɪUi[2~~ue֮{9M

ł.3ɜI(b'<#>=%VW`Veŗźko $5 2`\6'׾G SZF(@B뼸-(-g[}O3m 9.vJ&Y6A |q}C 2n],mb<5 [k#񾜵~R4C3taב eyPF@y4-$d'{zdb d`|?AzeID>3WFzL"3'%Ym\n'ݠޠ.?Y.X+-P\g> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj 746 0 obj << -/ProcSet [/PDF /Text ] -/Font << -/F332 704 0 R -/F356 747 0 R -/F357 748 0 R -/F358 749 0 R -/F359 750 0 R ->> -/ExtGState << -/GS1 212 0 R ->> ->> -endobj -752 0 obj -<< -/Length 3724 +/Length 3957 /Filter /FlateDecode >> stream -HWn#}${AJlg&Xk/_71OFl$@^~R]CZ#k,V$oU:OډM~]a/?I4vWjiK-Ywчgy!ѧF vC_I|م^m~/ /aTyX_ њ t`Ux6{1HUfUG!}|T`o1ӑ{E!v08‘^-Y S]Mn<9 -poEd%VV{~E eI]#ow1͐@z'DrOҊ,!i\<'Eal, (SPNǠx 4 .v -*4Tcz5ckBWρ9wX=cg콇*H])l N5hvFRYW-oV%4~_+w -4h4igqq5i#ɬJ{*R~19|mbt9g䲿ÚD -fx)"mMH>+ri_Xi|jn% -֧py5)MGW>i.$ɞɞk2D+/[c\X{yzkGq´3Ϛmܯsj?"M>kU+!K>ԛ矽CRBC|tIJ&*qr2KZD*)(&^@ȘJekA#iَez'Aas΀C5XS+ -+`"B, -*,V)ဂ<9/"YP2IDé4"-OH>k-LHzJ"`twk+_@%fЬCN20#d/^sʗ9iHaV(rw Xa1:qS[sɄ0Tl@ K[(£܌0E-ȪU"B507=Y /VZewiR4LA脃*6,[ͣc[V*BZ*׳UG;u^"hb,LH~_K,] bgx#nD¤[XH##-&K7\W&,xֳ k=XkT'rS l7ޛiṔC \-> zⰵ_RP1*U[s&Nur݁88Z95h5I|5/Qe dlXyIK\]Qy}Poj}HIKVpߧZXϴ31YI%2IB+-mPΤ-:MHG~zwEw Ԓ8zy-$:d-fQIq;VajG^9lA/3ƒeucl%[xM^,}l04 ?Dzm|62tJ$ bBYHHzm|25VqE2,p8licycCvaʖd - n$=36HaU bL*<N~JíHulTtDP AP#Xۃ|XZ7kjt]}ϔbDujȢkf>XR42>Sd1UM+dd鱁\Yfa FA8|O~.z&Fx<j"hOwם\~eA?3(Yg!4󑞰.i~}£|5qezyP4DҨC탑(nh^jp]̎ -rJE]^r3 +뤦X&fV"GqQe@FϗaZIΧ^˸a?ZӖ^-#)+p1fABaVRv`<9baU-d@Ǯ A1B JNttלȞ*Zz~3tWf#tW׵n.Z5J} cQ x(F=~ )iKS3vubޒ8@35$gʗ4 6u~0},?xޥ6<1:2-x,Z-SdqMk08ӴԻ>Tq{XJ1ߩ$futt,tOuc>O<5 I/ KIf._ɼBéµ>.e٭z,WZI9uAMLtר)p֥"xVQd=ڧvI;4vp6*<)ќf`bWB  CIaYc,6Ca^5P]URm×LB~j<1QŌŲɢTN"w$CSH6Uσ/!WDB 4'G1m1S',Tpܿ[Pe+K#ze1כ 4PN)UZ -lv%BԨً߃ڱ3#!cñu8 Ǟ|!KP"mqu(H?!m wܿT{ #gX ;=lv@7ðʴ~OuƼDA -Knvנ鼺iF$kA+1_ -t#Qm3Ur bq4[;YǬVF6F4f;+uB~X4I o޵zAI6$MRQDT}<cT&DRtE6Į?T*1 m)^[ǕJUGKʴ!;H~*IE:), ~#eIn:M*FwhftAkO<氭 %{/vHieqZnD9{%=73R4DiWMjh{4F,XqĬ;uqư7%j}Xw W_OkWӻП ~m@?;jL u +0\Flm +ӆG#bYƟ6_YjuR-S|U6*?&_uc)[a^yJALYPһxԾQJ0/0}4VI0ji;am˙*VDғKP79,T)o+Q(_Ã3.W!Δ$1bP3v;tsyO>!ݚ3N5ё7-|+F;x,ʤeh W(AgC5;y[ #}wfaRYad_qfFquduY XEƨa6[$qV]WC2LnޛiV^qPS̕uy%Jc<#p8!;;A)BmL5`ÊK=W8Y9v?ј e~=g"Aˊ};y~(c̄Y, ˥Ѫ_7JC2! @i IA H $+b}qعyaÎC +lȉp4oS'Su ?ɀt@iu +iØfkp쁣5v{xp +-N":qlCJ2VQ.cX Ve}ªOX 0V%U2R9 l`U\z;keLV1i6bMmmZ2mZ6@ @{6l@jb(6-.؃56Rd޽ ;@̊(Y( V >h)`V$YQ3H;}{y?лލJ2JQ.( Je}BO( 0J%R2R9 FAy{76?<>=~KQp`$ Fh$O+qi(yq`Q6ӆ>QT@4q[3-{(q?n &tuىSTqr(dq* >Tgf{q*Ź J=8uήL!+S7S?Mg'NQI)e|Ʃlp*@SIq ũk6p*:٭=v}p|=Vp9O;1m?ǣI˘D&%IaR4>c2؋I)% uBncX $dbJ q 9JPl6)Q8˺$AqPSQa!/)Y9/o&Zj +fnI !ls-kxe-0l'@x1>[8|s{Uށ`/h鈬+pwMl+lveiI#fNZ%"6uu5GnVq8y9[ޣ]4#G._k6g [~Xo-6o$r)gʍ];rES~bqKBm&=Mŷ؂4S iL(7ęCtBIczTi٧dk Y[#y,2+R Y6IuS@@j6LJW7!:Hyf`M!#zAR%%?!VRSEdmC!C#-) sM}9 ͉s,?ίCd'4u|+(c(Pjsjrpz8MWj&ȶ>V6 j(̡d&5j^0x4Ӂ‹] !tnm˵_J,&Yk 2/=^p|n5.m5Aۄa*|:LcNT(,dCUƒM"w* k>7fCiՓ5YX2Aϖֽ6͔CR՞`;aReiLô; +O,'Sfu:&b>c +V^V]G6m_N i؀ڮKJS)F=6"5:#. nޛQc#P"ux[MGMbct}v^<-dF_NӆjRq] Uo! njjoSi-5DT`rhR"/|.Zˍ`Yag5D\W ,5pԝ3.CfM]!c*)3.C؍2( Od_:jH*2tY\3ՅhGK:2a]|?Ւ\9VI2ns{ $@*ԭn j&7a3XtdmnS~D!L0&o߆a ļ]r[ AO/es=a¥ Nkxo $oE l>,)ŷycnםg^_T?^3VjCI޺65D)½1䶛{ٴ kк3.G0W.Eą9HȜe&AEweV0stzp%琉&~PI-M@, UJЩ "wLʨ +;k^lj1=e4hCBWs M>B;:Q& +nky#w؀W0~cʜBt'p8`oc fó&ݞ1t?8rl{,0nHUdvY0yї巿ny# lY!;> n}~5N88>O[ +Ͻx +YG߄;c-1}(؝4$s%xfK<7| ǀIxĈy eʧcgnɌa*ԬȨo*d`հ1 endstream endobj -753 0 obj +747 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << +/F334 705 0 R +/F358 748 0 R +/F359 749 0 R +/F360 750 0 R +/F361 751 0 R +>> +/ExtGState << +/GS1 208 0 R +>> +>> +endobj +754 0 obj +<< +/Length 3723 +/Filter /FlateDecode +>> +stream +HWɎ#7$ɵaԳoMK_~߹DdFdfU#fUVn^xOWyf~#3F7a_ݤ__=|{|{QNlrt~yَ'!_'!(e7n^JٰB'vê~~-a`-~=5s[<#!r륱VG7w[jϺ;.<'.߇\nzegoefòTnfC [lg6GIgGg!]tþ0b3lBlgpT#-[5!fv4k;'\[efVV; + 1Msy~8C;5 Pi%§<[ӧC]Hp)$<C0-G.j. +*ST<{j,a 7MU뱵0ýC7swX1/{UC.I6~܉h.i /V:\|ˍ~+ûy4hr0F7ͪДk' jq~3(9R]q + gYZ[~bG܎kt-p~%ot.&_YXh95`wXd/ja}B|"5z V;M_mD K뉯8m,SZ|=J.ԛ矝(>>r.D%r@ ~Ō[T+3~ߘWa,R.{8DUlm5 =Jl՘BY(C#J/H G tc g¤AkW8<}'Kg ^80(g?ԥLIr.+MMPiيZwDv pG3vJJ(rAdܜ"ujU;QŠ]}'N[5.%㨂QлyjL"5d)N.;'G6g?5jZf@Pv;*7:7G~S}%F-Y9Q kBJ><(2%J,My mT UgۖL8*gX×\OҮ=Z?@0)jF;B|Vx\ڐ_N۰FRSV%GePK*zɚ^#Ы"-&d l8ML,R2 V|qBY?Fk=̭w TLN[W)LWS-̯^{,B}J.L|‚8IzϔtDMLaU pL">%-t'IPΰkّcd mׅlրS[,՜,Vt0h8(ց"^i]IW[zթl/(;L~av =R,@}\REװ1rQ©pju!0y!qW(} 9?uF9iWe)Qh9|s6<1:2-8dSdqLk0ei\]*Iᰇޡ]1s[`{*UQy +daLza<~L(*N.q-G`fқ*G{%Sg࠿F͇3UΕ "+ECsHIJNfPxf/z.*QtCÐ}R05Ij i+Sg +DJB~j/&Xh>B8*RE$)QAsarx1uIxB7|7Gc.7AM+Rf@yc8Q#RH"sSk%†7ڡ|gR8T.CjfJ|3*B_ Ƕw*:L{;ATI>+(Ĵ+c Xr$dmg{sR5Ngz%XQ1"60Ǯ?T*f@ܾQȭ~E׎+*oiCv$) +\QP%uFYlgF˂6+ٖ({KI=I!mo){CJ+"w#AKQ>:%J~vU!?U/ 8r@fcXۛFh}Xwf WC@pX-QC8'f.hyE6_ 18r.e[NEcZv=RB rhm<񲦖c6Q8 ȮWݮ'O]w,)elln^q&1"rSrrk +uWQH}w.%L5@3!"r4kziˆ5ǧK#R+CුKxF.['W`7) 4+ 9|]wHqLr%slR6{J3' +RPKScV fpV-#Pس 2 +UaxRh%>t&XW +&(S9g+%*6gςz͂JtIQDpS.Y,JvC`M63 9A ay@0(bXG ͔(++Fu"A G P+nxh޾~O[(Ce1 +endstream +endobj +755 0 obj << /ProcSet [/PDF /Text ] /Font << -/F360 754 0 R -/F361 755 0 R /F362 756 0 R +/F363 757 0 R +/F364 758 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -758 0 obj -<< -/Length 4503 -/Filter /FlateDecode ->> -stream -HWM$ 0g^t{eITŇm' 1Rj0fE>>>~z{|ߏ˰0f ͧ_L3n觷>>|ٟ4vC||~7߄#owc w,'c j0~|Δ]3l?bμ6XWY+ -6o8s%F˵xW%>N;TLklZ|}*C/FM[OT+ƛ]3>nR9OUQ$Y)J1 gha]TA&0 \6JkH`GR6-|}XǜW& 8!*de;h  L~JaLHjCzHuVCqKT[}MpuLlbFcjN.Q -۫v]6x4R(FH xoڱdD2awa~k[9RҺr -LpM /LRUKVRNi4wmHFsƢix;)PsUr?. GT KJ00}Clg2)&ךarn uqCaUFh1^'5iBUcfvd;MJZL5 -)#Xl+jG -uͥV@7kcsYm*ՔyϺ 唘4X^Ws0N}M4w0&a&;zARɌͧ&38OÈ5'_+a zsF'amP<~Px9&B;Oc@'ה>ȴgw%]TZ(R+Fl9\ #(#YF*յ~x'>SLJ#?z.MfK7Ϩ9[;:0S/i2,ګ+^Xv0ؠ?o)aߒ>ӧTgf'[)T&ؕȉZB1̝bgOj󁷄$"͙]"UK6,B&+="hMzDz[Z"N lO4UۏR Jkw$`(։mI}$g+'\ B/ՊU$6 R;Is#ahWܲ:,ܡfA7.:jrgtQGr~dY Y@keH=e/۪Am -k5jp-;dbkj%yhVԸiu٩jk*w&I^Nk=*bOe2eCg}OKn[~"j'W>&;ͳ#L^QB@ _5fP*\# %Dk0aDcvO,Kfa^ n#lsh0 ѕybP^`] ;DwxknA)`os&v;F^\iM8NOy߾n]<ɫdtUiۚ{iz5=:_P tvR -,6J!JUVZ>N! -ݞns%smS})R7nRžx5!h_[pN8yN8 …FF`DA 愰z H;6´,a5pRp5?ngn@R& li}d,ʽrt1Uv~ΰP4~22$L*<p[8 s^IGu}g쀆68yU8i۰e!lqŽdj\emoWs_Hc7Xc5`M=@а&ϾkZ$f)HGw 5#vPkt1/M0]_mۦ)gBǚ*zGywKvVF\#~@RƦiyeDat3ͪ$V$.X'TI 8uIG0-Юenk e;V}Kl"wEz.=ÓM1Q}9Y&k/CϭhwEG ~Oy #nO9WdG'N #7bx {t9 vMcQieT}{Ȭ튨7t;b^a\!۱ r"Bs* -; u>Lh'_[edop(z$>i//l6tU|MIP<< <ْ (_:jÆyR-I7B%8>H5aq&uEQ,[e (NܩSS}[blXL[#߾moi퀈l1 [}г;cd+("bJSH^2j;e{婝Z ƞ<hDyy[)Pu_p-Ӧ V2a!M `@MڀKƖ[|n(!2[n~5P0猪/X3X! uiRx*GunPM:خ+]GvK| bTtiVGԠq]{ѵL!B?[|Q䯱HsOe QeLePTwZJœbJ8O٤S*>ŮSLT`|'ǧ$ sokR7s٬JuH+EҥܮH.ɨK5tɮΥhx,ѻ2YQ%rJ9r-9a~`~b_ ^g6ӟU2<>97m2x0+w_h\|IOu(Z40n4 lX8%g pLBP=uL @N&% /Z/uGQ--yRDcЈYu~\Gb ~%tHCbgcO'ў𖔊D`e0^( m$IGuW@†MVsk΅\¬͂A6PR@ *^زG>RIx.D88[0k2a.w vE;Z@\Ecr|p3Un8< J^1"{m@-0֫Hή<)z#t b~$?(OF[ۯI3A73[[c@4ۈWTJtHl1)=x秇pR1z!&0td&<*0#k8ZTQFnW(Hձ#W4UlAW=\wW:E W_j@Ų'MVk4P<-€7dG, O;\@uî pZ}ޗU e)ҩSIQE#zzMiIьK)0J q+=[pYVvKRi5Y61U)ʧɸ*uXEIFǤ`>LUdJe7 R|Z0*lDE 4(2*L_*$*'F9lvX/4Pb>2 vQ(⯜5k4[ߟ3O\MJزupCɳF RQ9HkU6fkH^ו6ՐRxJ!%-.UHȀ -OO)K}˩|y}x5J&t&jKy)~k5GJpїkʳ5Ƹx~b^{F+Ro*Wa-?fJ*o;ʇ_D}2²c*>|?! -endstream -endobj 759 0 obj << +/Length 4411 +/Filter /FlateDecode +>> +stream +HWM /avf,OX]$0,K+ 7mNA,$/?d]1 aV`>߽0eX ~>Cz?fo+pdCl9$`]eWlZ/q,C—mqAS%>NJ*Kn&6NpTI^}d^O7U 5 1<79 \:wC(ؒ OA|i~5@drRI(&&Ք&&HP)lvL(EF'~'nj&w8XpcXXu9cӌ%CE +\,b]71$F45McSKeTHi*GHBHlHƻM4pP/M.ǫ>e8D (Nw 2iAYr\CçO5 lZB9/L@pB(UPjs0 &RkiR8zz*-l⾦o&6x1#ձZ5'(bU +;.j}b!_ sY uW?AȺae$]W-&:]CU tޑVW($NU/$vu-Tկ-lac8A-5,"*bUn(։mRǐSNٌ_XQ?jfHЩ\)-L)Ll&-i5;@[7nWROٿV&rndYZ6ԝzꩾ5j߅xK[)b|[uInd{({jwӊ5 I'z˯fAXoΫ"Mhrtb;#2g3+j)N+>~J^X6NtEqQGN@=єRUuFQpUܗ}$b&CbU>W;+J9Hj<6#cGW:6*Ja$V5}:"8`] ;]N|i/bvvgnF\iM8pzu%o)]M[%kO3(NMCaʼng>y{L;NLciU9*j%傌s%umS~)R8pR~j$B^.y6`..8A8qkbՐ?)H0 (9A"om0m6KO 6\kMN%,'| H +D|"a.;[8-EɷQ?na5U{1mI:ˈ]Vx(p\Jٍ/C:~h7m89 U8 ;pB$Ixmcx5ʪ;`Ce;n$ll `Se4i $ɱo(Yͣ>mƚ{涟~Xk^NuQem\?WfރK.ҝ2?UQ\? )Xc7üώNct3ͪ,V,.X'TY. 8uYG0 жfnke{" +Dr b\zoK"dWK3\{wA,\NkDZ^{U=$@0֏F0hcyF<;(0 # s74",ץyS9lDfhVD +3؎a%.߾PC̔v(.%}Cۤ lL{9a3)kӵoH:̖Xy@]#7l'Uޒp#TT*qVg^/EjVfk ͝BDӷ5NL@Ʃh:vy6`t̴f%$喚D Si ] ƱT}-QvU9!ah TFUGoqǞ:eTuQNg q*#jj]}܂tD ٲ㬡C@z̰e +ێ5b +{X* ]mKrcwM$2R>̧=Z?4h=# [7M 9Q8o>!9ojY<4uYqi>aA_Rq2Hݬ>n0;ҕq8brV^l{.QDc4*@iK*^4pk%Bq +a r;6p2[2]qO vE;VP 71a\A瘦+" U eu^;&P g;s{;EJ ]jX8P\nfyo~OZY@5ؘ=%" [in#\( &)n(/|.oZ5Ǡ3H'Gё,rh +8ZUXP&.\THcC;NibfyуG쓹ޞדf"Oj`ŲgMVwP|\BHpޑ!<o¦p\?.%Te)ISPGtMLiIɍHEG0^J >VXc+Kv9\A'y&RIhw\9 +[Rq)gYp +]CJいI z3S:GƖ 7hP;UT,jU/I2ςh;sY`u[~)A>ˍL'[eRFurz7E= y¯UVCN^T ;uHUL#Uڸ\C"Mr汞yR(m8z1QT)eU9o_jߠW<׀fauuJ!a%|o[QR%U F9O/E^_-;9痄-wn'9Re(> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -764 0 obj +766 0 obj << /Length 4038 /Filter /FlateDecode >> stream -HWMܸ0A3Z/Q 9oC*RV;C`G#d}zNw/wN`e4KwNڷaǿw]n0Ө:?UQi'kszQֆߣhEMɆ'I^_?%/bllnO7` wVf5~] -|cFz)N <'^>h=.J_trVD9y`NFM3I\&|ĝո12*;ZOdK4`xgåx.ekk1<7٠ b")h!ag 1@ J[0Ow_fG16eL|EE,QNvr*:N?,#mE؇+R(&եly(B̛+E *~(hݟ4Y^C\9eGZ%UU,버[bYQ -*jÒ!ʠUs(?c?Ento٩%>c5P\Lz "|IbX+ߦCY#%gcb1!2VsX"sM G,a1ӈ69P#X15t"bx"5ŦOsK?@xo&*Ӛi'3ePL玷 3~p>QpF^)[go5SV,bߡ؇W7~HY9ƔϘXo+~12#Bͨ=sIG4EB/ϑq {l16m%N^0Q%:QdnŌP5*RqT1UP >U3Q H(V S ؿ1 -eސtee-Gږ7ŧFKN-s)2F*QN%ƒk;(ʦv'߸-&X馞ԁC+d m˿XUKۨG!bS*pK%pnV N Jff݉* vL?h+f%k\%" 4 5$"6fG)[#Gz7FŕT9Ml|̫CgAh,EU¹R&.nWp6Eb9"?b E\5wp)wH)K7mqʣҧY4 CZz XF4⇈W*4H#3{E_^d{?1k&\klz*=4W0{eI7h&m~UHFK߅纔~*}jXGڧ$5Z73Bv ˪]b>@MB>Sޢ>Ȉ0V(Q/)}_3M"-El䅆cm -)Fp+Ӧ)x+iזT+H%Xym.T0 -Ek"=G -0XdeP`1s޸Z]R=e/xc``C (w%VdB睌CZM-e:'w ^rROr  6|Q ɩжDnCC;cnaDN/hװj7QZ6I|ZA1OW8'RS -֯_5j6Ͳ&v+w?Ff+xM;<87+rΌT&5ҝ(yyal\C0ނM)&MP"/hJf*5D r^/gB1R[ ߪHxN# b cbG8Ec!ln/4zOA9q:5gwX:QNE0N/;Zc\^-r]:?]jm(HSTv;&ŌѺ11"bI7'יOe堓eKػ9UެŇޗù.8R6u"(/N/R?hu8w Rtz\C:D~,mESDk^}^b^6J#a?-ߊُ~9~iC ~ ^>i ޽'}9GX2tس4} Z@4m/pŨ6|6em=jxz 魎ώVlx2U?SBӨfcp{2пz4sؓ> g.x1ćnZq#X= +OqvD'ttSLLl:E_NAoM̌ixj_L{G'2y%y03<`25Z]l |O4Mt i{Ȱ oPT-Rpp'A/3k 2Ō&@"j"V('[D;9xil'tr +GR<jC͕"KE?Rdx!fV #n^m**uY-m1ZsoRaI̐p `eЪ9O" |T7:V7T(Hj.&{LjBTH1ΈoS,}OxBe`ӒֳAō~vg fASVF⹊mߦM#ÌŰi~tw:1b<Ꚋb' + 7z w':6u +e +%0C`iEq/c6QpT+<R2ӂRiw*1H< +1Yu )WMB QJ7MQq%r`Yn KQp )-ە8!<3@MbȏXdCo5W3Ea%lE1crʒn[hi>MÐ)!ո +&4^31Dڲ  +)j9 a dC I۲+@hU:ң"$w!Ź.p_0 +z"_#)Ih `Cjk1PSe诐ϔhh.2",|J)wDfjuL.jAK.y!Xa\ +9iJiJڵ%J%R VmhK,U.0rDѾ-&&Yl T)XD7dsTOE) ޘ2(]ɇU/YP@y'c9PrĄlSDKY]%ӅFA9 5_Tg1or*-#Ѭğ%Θ[S!j ڨ5ڍ/~') BtCU2䉀BM` +"7˚oح +˿ߝ^%5!aa}B8蔡ʚ k5} w%̸NiR -90Ɇ5s,-ؔk+b BV2k-Vi\X ߭|9IJVG+wIM4mn(= jvSEliFjL1?p_!Ϸ ?%Ռuzt.qݷ}YӲCnj'-RoCD1A/f֍1K9Μx2.- _&/]l5 !njz_&BtKmԉS8}HH5~ߗJ[sE4_c:XBcMA {XUlzZy_ yy(|+g?8 -%zNVp]7{#lU7 < bcҨ5dkDm8}Cv2sMPg-GQ%#}1e}xc Exs f"wLڅ1{5^DH +ǟ$/ѰMռU4ÉNnH5GmH0:>ML:H{\q0E''iU*m"LKz{aD1 AYxfw#ֳr#i ٽFMtR72#?@=XGSٞ8=r@Yft~2 +tܝvݐkˬuƖ<. +@ +릒3J6Tڽgt@^͔Z|Ӯ2{͑L-v|0ى=q>O ! #I|n"f<[R09ÛҗE.)ץWC($s<+ 6]͑uOzJz1.VtJX9ÍٽJw~vf-*fȁШvmJ\qDܦr*qT`kA"׈*`R6&]"ԍ˪=V$!Z0x4)#b@+^H1Bw'7xwIsΏ#kKJq\v:Çj( К0qUG{@gJQMvr0%7}=K6V( R4/bGKa'0ETcFp 4z6InT20D@D)\>! ?,WzP>aP,0 -4zs9?7-7)i+y"b#PrIUfPS)ڊ0ɭ͟~w_[ \8@8`ۍ1K CtU=ԤDb"Ksv n:h} JLisolC&k{B>b lDc~<=˓G=mߌY=YMGWFG(N%7'/9p٣B%CFc2HiZؒW}{˜hT K8њٌ8Rȝ$f`gTPq24 RaqXS7f{rG⚔YVr2gn}e~nخAt5ܬxuޢj~%4.bh,KzG!@mPê/a>0Ь)Ӥi'Lj@_Qu>UnQVAB:850#dng%(P9g≮r9aY:fY{/GH*MG ?Xnbg +'8$m[d _X<+ŀ>]Ù;B=gyӟx[xw +$d*OWYWNF_94S9AU|ee'*C|ρʈ3 Je'&1-Z6%N~bv4-$+P'I}@2}:}7i]6ƍ epf͒?B0UMf̫gɭ EYe1YL\x8_ +![Q+Ӹ_tq endstream endobj -765 0 obj +767 0 obj << /ProcSet [/PDF /Text ] /Font << -/F332 704 0 R -/F367 766 0 R -/F368 767 0 R -/F369 768 0 R -/F370 769 0 R -/F371 770 0 R +/F334 705 0 R +/F370 768 0 R +/F371 769 0 R +/F372 770 0 R +/F373 771 0 R +/F374 772 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -771 0 obj +773 0 obj << -/Length 4599 +/Length 4580 /Filter /FlateDecode >> stream -HWM$ 0gkTlHTe @_2ٜ؈\C~$RUw$63H>>>~t{8O7s?ΘO70y{cگ?C~Wo7~e/OC t21CZ9?FBܖ6ghpӧs巌'v,=乛aGv ~w@m*_nl/ MC.&v {#vGRz;mNmlA|%]}]ɟހ-JL "vDi -i$Wt;qO-Ki4NmmN#Y0iwIWPnZ<,eWi, \T.)*.c. 3{5phڴM4ޔ`UM̿!;X}Uw A&1 W)֡*ON ?X#C!Xr–GZpt|5fm-*W<5 N˨,Ɣ r \x -[0q(I+GVh.bueۉM<NasmwJVB|ewVZvy@y'.#zy*cqmgGۨG\ -/tl>Î&-Üڌm4qi=aPn0 wOKuԫjSaYeдdnG4z,U1 -ƒ7`';@0V&D]諭ƫx[{{!Tj}QGRL]ɖeEYe@Hb_uD/34SFOQXW! 7yDiacM8 IU"vi ^X?> !(vKN[$#/ h <s뻏\>+$p\ S-tDEr+ ?-!qLQ7Et`M%oUtϧ ew9΅3X\S YYU9x52-BZͰ>H+ B% .=4VJEZ3x|glBnT+^ᰭPWIZܨZk6nK 2>]n$roYnf$mKƋ'#I q:){'܋EE}.tErZ];AY{ptôV,k:W@9A>`Y#vB(AAlŽf$j@czG]cvqk[[T"V1ײd}+ -K $dhSB I`Ye[HM_!09DwIj{x;s_@Y.T1(JfrSZK#Č 4*hCuՒuԣˇ"FWם/ދ1[:$kxM%U'[P$D؇yLޏi5aV*kv9׹ j2 4}v__~_5I#kCx8DАRrg7+B6Ogh1[_Gl߱/؃To7/n(3m[kD؏}N:7_6)lD&cNhA"hhQJŔkVL.Uݠ01!uX[/JVAb9kұt&U˪==gl^mT+cpkC#8^r:|RW6U%&fD'3 J40ET -b{gzo18Bl_){rc}uңJwxR&B&,D0>%8l9A/Wn9 &,ak -wŶ+9YZ#})PÆ6az肆$ׁ3[䅕1v2Q? aYd<.s*ۤyCYdq`J MԞ96곊Yv\rnQ>Dq*?AȂ(`ˀ< mV5+NohZ/JP.&7vOnM\V+6K8ˑsg ^\MDaH,d7T](;bvI^95Ӫ$ۢA86F)$EsM8HMṕM}ϬA1<ԞPR>G1ѷc3XIУH'zej]Ҫf91D6PţB= $,zlq}!l JT9 "sw/zX[@fTVnQBYyM'+ã 1ii wxľiԟ`@ ruX؋/J*LB06ZRwzꕗid,?cY˳fܬY| -o5}3ɆXr}^Xa//uU;88V -)_Ι&Ô9\fȻP'ߏ7_Z&).$3<İeO)o03#OHOo`RhsOaI1,Hpٕ;OBd[|>I"d6yO LawT~)^:@Bxxz\ PCߺӁ) KZL!By7J -.}cvLU&27BsȠ`g&M<úpJmFA{~nGcPL68W2˟8"r[JNMWBRvБs(XNr,u<=qίv2TnR4T\]r{NSP%Ț 8U4BYz'J rS*X^F"ȎGud)!52;NJJyyrQuɺ[Dh):>v=646k4T//u083ziC$^nW3-;h4)ߌ8D鼹xF8#r,mY`؆^ IdxǸ-˦Ib V%O`pEȞ[9|n w L}Kr4F `j|Op6K5s)ͤ)S:#dИg34)p)ClY@V#p]P\3BzC|_7D6iI*J)ϙݿ($ 4?.j9;cҠID{l9VdC`\c/U7-lEH8Ml(w6:#by*)=%Mِ14_ Sw@-S +=ۙcW2PwpE %@ՆX^d:A0ߦ|Sd䰻Hh1s DKn౅i$=̺۝~K#msӿ*ZݪEydcS_5 ;}GCEr4עtf-ȺQ.[FΚF}њD(ݹi?ŀan\RK$V@}9?>?<@ +HWM$ 0gkTlHTe @\<ٜ؈\C~$RUwk$63H>>>~t{х`O?<L?8cz?txk}=oo>~ƻF_x!dzc͇yl J⏍?x}6r-m2жOe|W}$}f=$Іs |?{,}v&vg]M;{h"4m4+Z :Gͥ4Nm66I@N+}x(7- YA﫴MEC~zway].*K1фM +4mفa[ZoQ RDx*}F& i_ +sv CЅbP'A,Ǚȡ,9HaKcb Y# +Bo8AG@]PޚRq+'ÀeTcJhZOzc|^8m:"/\ŀnD0IRbTQy@{ +iu3 +@Ǯצ=aK'eK:G| 7\Eo`Ϲ]o1<,Iw{Wؤ"%[A%p4F{=?Y[g-a1!b#E]M;{b>wDLc^.  +>BqqܵG{/̙CZ_CQDp=v`pYpQqVW ͔S29AnsMQZXCBA,|]+EVwmOBiD4ʆ'eɽ~wxq0sï%C#,'%#Wh +$ԩnK+$Q܊f#ϭ{ fHg#S:j-3DixU1|G`]sg >k(&׺vCVVU.C!^M { V3O8R&&'JDb2y :꾹Kek$:?UR- ^$:;ۢ/JW8l+U֦<7֚. EW|NY,7LM˶%UFГyǑ契θEfJŢh{\KK: |"LF❠= +h8@aZc5G+͜ OI`0Ĭ` ;j! |g6S_aGBxY5M ~1_P JPIadz1@}ASS˘k +F2>O@[)f!$nr_- Iզݯ}U$ Z=V<͝H,L*Ϙob m]cr%o3QyJ܏U bFBB`:j:G{QC# ǫŘ-H5cO-S(ZY"|<@sGy0+tb +55n|RJr^s֯P{?ޯ!'/6C"rs1' R44(b5+&nPѺlZ% Ҝ5XA:V*eUឳ}`SoV1 souqGIj +EpcZVygrG]B"hnvFWffx37eB!l /L9򱾍|Q%ԁ;<^Z[)GU!Y" +M AtCNk6뜠+I5~b,IaCt0=tACD-LʘC; +Ṵ, s9mRʼV,g~0N%f&jSY,;.9(I׸Z̟ H +GCdAss0Ze@pHe6^74JӗwK(o'&\%ʹ/o_&a0JZ`.rʊЋ +dPDW$iU_Tqm MIOWYmzi#d"&ʦ^ɾg ᘁpgjOe()#籏,JRQ +~f$|g Q\m2.i3"{[QQ=6|]KZQH=-[ r|Y(D! ,A4zմ8r0سh}gkv!^#,ش[V}z4 1W6_v&5{(w[Laʹ|^Xex8Z_;8"(Z +)/ fӒ\&3Pg?v/-[3;ZN"G3OiaLO%7Sp]{FZH;&L u} SXbG}91=\vA'NrtZ; dA& :c%% sO~VW~FMu"w8g uӾ}.(2-є ^); +.)1 b_E o-Q(61ڋ+* -2o3̕"*ZEn5qy 2eL{~ngg"TV @Sl Dcoħ92Ki4l6OX&uIrc!sOt +4sEu8d/ECϒڛ" !Zw+dNSrQBf#R=dFq6dcHCLuu0SJDԺ5R/ cXAW"ԭ~dt_Јֶ(HRd͵y8¬JW)_uWL1ЌEV2>Ob٠̂K܇pm3_geHB5@3K/wCkNo~*Dʹu/Wu.|ڎ$QO -*1 Q jש ;˺qSf;GE:,!<ϻ]IiNBcFa=(u!+mom_ѳ2EK絆;h3^~ƥ c]wPy <=jmAQdE<˽e4qwT(ΊX bXz%K;6ҡ1V]!L6\ogȸ#xҾ@7@wp tpQ&* 3V! &J^Mv0*I4odE:Ah+ $kl!lmiPe<7)}s:īE^g=][x[pڐ[6_KY-zKC֦*$uىN؉ A˕i!Q46!=5C endstream endobj -772 0 obj +774 0 obj << /ProcSet [/PDF /Text ] /Font << -/F372 773 0 R -/F373 774 0 R -/F374 775 0 R -/F375 776 0 R -/F376 777 0 R +/F375 775 0 R +/F376 776 0 R +/F377 777 0 R +/F378 778 0 R +/F379 779 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -778 0 obj +780 0 obj << -/Length 4400 +/Length 4337 /Filter /FlateDecode >> stream -HWK70<5=nE6$^ox+JDUI)QǏn?byR*V?.Y^۟2}6/5}/pr#ZPU+a3JOJ[㞏OR -/ -z4^hk~/z -ʿ_.C?:}KpnAM v*LJϭMkJ:i+E)fg'N,vgH78m`#|! p^Pm5`2 @ˠZz Z.Bb:$6$!l#IHm2:m$ ImbЄIBo`B& ;$6$4!#IHm:&m$ ImbІ$!7 rNBJw$ Im@ȁ$tGxɒpg{=Ț|"c;śUX>(}-LG@@Ѷù@@@@@Ӷ.Q1Y}peZ(隹%o#d[ṕ3҄uCOk.E -O_Z4ct8l!` ķf| F@=lkrOD$}]H - -wPW) B;K%Gc{f {SWҾ]]H+A#| "f`_=l@5tWRĬm!4uYd96\˜ITV`S!33#HMe،Tf2lFi*H}3RSu!;Pk"!GG(5h4* f$8u&;0Cs$Wzl/ՅKeđ_Jdql4ɴMi,PŜô@[A(pquǣ9iwh4Wrg(WgJs d0;sCBC:Bk,:ʝqsNNgwcV( ;ɘ^jC\ -\SCiۭ_^Mi{.}>QǓ`;pv<[GTAHaLf!7_/^y%8Z&Vt}KJt&\*QPm(f|+*5Qr]؇A 88Bh ΄Nͱ/Z뛉`lA1"I`<ʳt6s -fci:ESI1k6zE-Vt 79-_۟`k' -@_Y1MEG*Ax"?kb$DS]H[Dpww^5jW25JvmSl%7Tq -џcec64*NpDݲ܊05g&"-׍zF'p]b WS-K1 1]] -aja*lA&3a*\R\k˒-= 0n'`%ckd>GBOers'|LJix"iܱx-YıW:XZm<:.4@^VrJVwbCfQaq^bl 4A*aݫX-XrpFq -%QUZTV{(*$>ܼ6X#DNiə'9LD \jiuh0|,ڣڽޏt|XynǓ:52JGzZ!k$z`(I^uEe [NR .AO_/yBl -#|zQw=q=i -jə3uMTifɘ`Z*Mv@T!PއcISO5~*`INk;UСc AԛfݘWlFʲW\ljGz`]m}O|Đ?>:kLo5?LL{v&PaJvǔum?sMoE '{a)mttW,)1JyQč3d `+bc[L _!GxGtXȝЩO!3 !;Δj.L54*}zZarЇxZY3MB(׉l݉QA_oבU<י0F:/02@n\R\o>é_)(YhB -:Ln38Kw;^̫~1cZ③-֬%>N>^!A8c -$U G=KӨv!9 GrހIHU.y"p&*yy ը.,AD儎p?}nH^3eMf%;?N]iH_ ?˺҈+mCGҜR'pNLmK/ѿ=m{ DPY:z`|w놓n+~\%qơ's4?66!!\_Y/7!z`ո``[ar+vPfrB[,m"Mf9?r +HWK673TMm;- 6@.%%RliښEEQ||ݏvU=>l&*5ulナkM?KO_y|z#ҤflSXf-~{~|R\57|vWlmn6je{?pCYjz*bsM>L}|߼5fPŻI~W7-z3)ܛw $Z-lN`F `lF ~èk9oɷ Xͼ`TÀ,4uV@LGX;6,6Ih l#ImV;Jw$ YiMB ;,6$ӑ$d~NB aIBo$t$dNmItG@&IBoH"z|cQ4DDxG˱ͪmwJ>}#P@GtGh[@\GPGDGq[@YGAGi[QݬyE)rt<==E|Ƭ@"'\DW$>Dvllz$ Vl}7:Z^k+7*qm{cvTj߬\<%oK2-4iB0&5PCC4CA"iy+7{3k+N=3h5,3FQ3EO=3h SPy_zWB"]z +ƒ{XfDkU@zWWAGp;,1WO=3bv>U@1+.S[nwa3/ǦB_T3)6uJ +j*lW4sf$ Q93|ߌT(MIoFj*q@ՙfKqdHa; LJ'!oGw^k`8L%W`gy=j-A-ZV^.C‰t^[/.ٽT)k&!:ۃN=꺾%FdeU;0gm5 _!JY \NJ־$j} +w?=u^-8CwrvU$/+0M_(Гj3twMP`FXOb) \J3:Z +5#"{Fڬ~1Ed#fH\<&2PJTPlM0–-<}XsxEtm(k Ɏe;,\7kY7NܪF<=ok)Ls7$s[9{wRB_qP F><_IH~, !Kkf:Is*2uv>䣎F$.Yc fgK +4S/hc)Q\>WсWFWp"y~}ѹLsT "|XLdAU`Ƞrʖ)Uf.~O>xj5/lm"Ͳ3ot&o'5A:o 2WiVFs`EH7ڥ T06Ý76v˶-@F[j\FXSzY Uť|j[t&O`)(\ysibS}(W}S&r,CM6;Wl=GI%K!puN{\hVMJ=W2iqW{43bl8CtsN-Uļ槢A;M[zė_ܐqjѮmg, !7SbxG +\'ٸ ͇uᛗ5/uܼ7 @*װIּ6{FhC]Cuq |ݶlFw}g@RlPqL:I7WǎFN$uռQHo{p5geVPs/Al2s:x%ٴ**L\% Leñb +wm眩kкRz27B@CBRʗˣH{l!1Bu/2Eyܖ+V~onkɧnV'0mڱs&vzf JŰ*nZ.џD4!-4&*r&Ҳ1mc3qTaHˁ̈Gv[٠fґDWLz49F ,о$rwʉ:p]v" j~$1@TB ?IgN3k5G\n0$틑Vp;mu3^P%&Ky,S-R}B .6Ba|:s3_$~v]i9`z\h 2G@z8kTijt]c6/K4Dy:aNMWwxBQ$}9[8Wn7鍩8yl6uF4{xwKXuIx%a>%qI% 901.C}YśJ(MCX'4GnEF2[rFYaS.1NcΥh._ي%! va;PԲҽ䞝҂7>c'egwZ@4cH|)Tf>.;9S2)U@ +㵜fevv/ґ:h$Nq5MTji(U-v +`VAg9wS/!vc|k^i,{JO-@eS;B5ZFjkk_!o|t[bު?s&u#;J(vaJvǔum?sMoE '{a)mtV,aa!G7@cX[ v4o11>?ɻ萱<;SB04[$"-) \jheiQoO+Kc浉2r|S19h5f)P~Hc|IJc8B~YhabKg8&ebtQ?>X{'N?tg~G}uxXȼq +jT\WK%!Q9#Op͠k,{_*oIn Ϸӫ#uGZf)D*WnYѝ10ΎLo -f9T<#@p'`ίuFhS}Lf!ARf ;3tHa%QM 'nOCp}\Û`Ltx}]^x7o^bJ_o1 endstream endobj -779 0 obj +781 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F377 780 0 R -/F378 781 0 R -/F379 782 0 R -/F380 783 0 R -/F381 784 0 R +/F21 224 0 R +/F380 782 0 R +/F381 783 0 R +/F382 784 0 R +/F383 785 0 R +/F384 786 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -785 0 obj +787 0 obj << -/Length 4236 +/Length 4241 /Filter /FlateDecode >> stream -Hoܸ xc׉&㢯[ܧwh\ g(RZWAͮC|g7;><|{3S8(Xz7؛mNOׇ_y{szz~Mg|aaҿ|?(eŸ?4<0@{|OoiQ q<41q gbg*fi8Ϋ34T]p{3*<0d@:p_7? fLf&'Տ+g|`a70&{V ЃKFzh#7a/hρrgڲ -oXE/ʫ4_Aۋg d6MNQT9F5:D+""8[Ǣ$ O(QKM@&jUxuT+V,CZ^Fl]^9*Zj=;5Ȧ"dn-3dn-3dCF $pt䞲6a?́ G#C/i p|6}L?<HUl L"=A0]%+^ձ|JG<6@NN hIԉ ')Y%$~Epmϴ*k527X527X5aMLB+Th5P[v ;JLWyԻO7UO7$O7==OH*7`&-׌3?R;Fo&yS)vKT|یWThN27Q270TUSc K-eA^eo XGaqGtchR[ɶp(]8$#$D,#*l Q@TS -Ъy ^qR8 Yv64) M $X #6kh߂5B#ܨiW'$<ѯ Ԓ2~!sŊ>dm]N i"4J $L%))UE8Z[ vuw _Du:v6:0srW`0YK!#}XCNV1bGWSW~rj S̍T9HџS{RAS -o~%,kFt:)i10"ZlkSRYJx%ί޾ҕ)ێuʣ|5{`Y['SlM ' =Vbd®FC`U|4YQ߽x95 "dn*3dn+3d߃Ʋʮ\L&3ǻxKod#hKE0 hVv}1j"+ٓ2q?}6@f?Ǒ.=~>xpC[I0;PX4 M8'za˦'bb9{':y&^:Z{=Boh^iKsp!Ɲ7n- aCG_#~u -5sUL]Cͳ Gz*EZ~/}=.>U':א;nrKX:)wHWڴ >X0h+h*"O֣q͕mXBq Cc -oI8~sޟ)ZTFB(TUb:r(]<˓ma~/ɧCGs\B@ -6rX^+Ŝ5s?sp$^Dst6 /qn -KstFf1gKMqaEANBcy-"3Ó˕CG5w|9KA[4g`tMHڙ$I;\?4Dmׅ_3WJ3iH'P̢12b[54n>7(窄tqu+$oRYvqG74Ӕ#˛d8vB',)Ӻ mѧ]`=pH/y-LUE`Utl)N~N9G3OWn0?hb \QKQAܒsHlĒ%z3s,IU}0'O+; L j@T`퐠ǝ™eŠ`ή'MnRS.4t{Y_xm&}ׯZNvӉ{gްw5D&$r' :\Uv)8e5$]m7?]btVFV\-Ypv_YhcMAj2!B£MY9ٱUOJ p,\aŽ۲'*[uu/͉xr꡿У$Ub_mx-n 1j{S`}pO1X: -iX6?wntݒ9>M ^@n^QE|H *=L74lڌ P.~- y.̴m5`OZ",'$XK08&V ,Hc'6Z˔P|xd.ZyߌMHh[AL5 -ۥUA/Ĵg}ZI A0_ M~V`jA+$B7EEaK8qyO/>ε3ieStS4+~S覻8ZA[MV6)ʯvJEdY;ހ/6`/'cg{UfPao 1˔3%JEȊQ -#`lIwo)dX}1Xҥf2Ih4Ƈ:柔wtq3r[ -B d %eݿ+C +HMozY3[`339E9O(Rj[{U,,>V';>t{3S8(Xz7؛m Nׇ^y{sz~:3jt0^0_no^2gxUx=>4(?8cy8w ~13 _}4Y'ʎxڥuǡ|GZ3Y(#k?twa8.pn܅+=Ճ1tyn{lx=Q,+mt1`}UU}w"{}8ۛ3|&̓Ǖ]w3y00|nxL&{V ЃKFzh#7a/hρrgڲ +oXE/ʫ4_Aۋg d6MNQT9F5:D+8T5p =,%E)I@P- +[Lx 1I3,o~N8 =sFڡ YT|ncğF([B + *J%+jB@J.<}ۋ'95"dn)3dn)3d߃F[ѭi5@-YD#0aG)hxG7Y%t0ZRY}>g ['kuO {(# +I-B'玗-=iw |H:BИܘ E 27#27H&IScJ-H){YT\&-e:VCL'3$PQڲr뭊U):g&5ש Z27Z27ZVS +mZY?NvuQ]vZ] +>Uj/р"`kZdVɔqxP45 hB/ u ~'E}X`Uﮪdg53gpiJsg7~~=;C6(D#e eb;ت} AW}ߣ;nՊCţ! /'֪n0[j`|pl@mwON iH6dKL6dL6-)Qzɼk7\]!(nbs`w55Qx'K5;\"_k&Mp_ӏ{`y[ƪ'uOf{#jhW|ɾ?k/+1~u|k.!_ 2GS4 Fo?#Gu?G=Iqaluɾ?= e=k}>3g%k4@d $f Df{Xa4S +-)/Z@M-I%q<§zWduSꞌާqxXv}skS;Fo&yS)vKT|یWT hN27Q270TUSc K-eA^e XGaqGtchR[ɶp(]8$#$D,#*l Q@TS +Ъy ^qR 8 Yv64) M $X #6kh߂5B#ܨiWG$2ѯ Ԓ2~!粎sŊ>dm]N i"4J $L%))UE8Z[ vuw _Du:v6:0srW`0YK!#}XCNV1bGWS7~rj S̍T9HџS{RAS +o~%,kFt:)i10"ZlkSREJx%ί޾ҕ)ێuʣ|5{`Y['SlM ' =Vbd®FC`U|4YQ߽x 95 "dn*3dn+3d߃Ʋʮ\L&3ǻxKod#hKE0 hVv}1j"+ٓ2)o8Umm3 .~s7#]La3V;Ty) Dl6'@['b44> CGV/8^l} 8|hUxj;Vգns\ xᲾ/5iN:w_0~}cG.j~.+wnkg$Gz*EZ~/}=.>U':;nrKX:)wHWڴ >X0h+h*"O֣q͕mXBq Cc +oI8~sޟ)ZTFB(TUb:xJ9.ж0?Sѡȣ9~a`!t @pl,bΚ9g9u{\z_WDe/ay`:8u79:#z%ȦlͰʼn {e=Xڋ@ROgqh$!AFdĒ"Pg7hx& Sk%ཁ/`rI2{f~QUSfxV3AO5즦QńJBQ_ϥ__`2 RV OхXmo0bjEW.mF:6[%JA 㐐!;[*<c{1<0;2{\HJ8@$JXD5i]KK#?,,J"Dծ7kqCvyQ ޫ\/ͳpg0v5ò![ps-sȂy^"1-+jHyV'0M^~a58x+3-n-+}wZQ&"bX1̳NJ#̸P[' g M3)&,EVv1$֤UAĤ'}ZIA0 MU~9_t+q꺁+$B6ɅۡK8qy.W})t2)t^?vB Ed]Tӊ]V4Lccv1EyU+p> sCrV 4û )U;L+X^'\,2)+cVP5)'@c +V1ь6䈁>zaL60 X$ia\akfIy oN:DR)l7>6G/JU^5 +ŽI9 3QCu6}/\Y-/yA+'OIq۽ 30+CL2@LImGЇ#C :(=ف`lIwo),dX}5XfL> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -792 0 obj +794 0 obj << -/Length 3563 +/Length 3559 /Filter /FlateDecode >> stream -HWK /abZʴ@Ķ$fnڜH_~EU5ݽba=X߽yoOOws? -?UwNN_T}6w}o V;}{JGe]Us5oE^qqې}_h {ΰWt |T@>X) ԅ5:f`DѪN0 -H+l7]AQI4!*T* ZI#SJ>T"Vv6VqZ3s:{!o;^Z- J~Ǥr "ωY/]BZ>*KNrf)dilsEâUPITM,h\jeaY[U`PM+P_+l7K=+=UU*uNJdVuyDgK) su.#(DhkMe&2׭[*_`;W_E@I8TX\eMS=dU^ޔ1|X^f+r)*r90A%bBwL+e}שuGFΛQ>ca.؊BȳWkj\D*\FIB5\e)eࠚCt/A$c[S̀{On)KƲWG>xaE`pG\Bm)/.ID}NU!Q(OɐT)5@ Vh%Q+ʕ/@y{:^BrYoL[IBxa@c}@ԇ ,ի,u&t&aoPkZ8{x ^ -MRC;trԊ[z6V+̎7\f&W7?օ-NO\uȎ'W{+E \D [D}? lH@f~̵@;@[j ְXfH%IJ -m̴4"WW\I WM.[+ZR]y}cx%WZOSn64cM., -Q o^кbNLfz1zo@~J#@8S;Gpgn!CW~"`L#g2GFh<]vkc2oB&Ke G/D$~,*ZBV,'jgȣ\Mk4%Sԃf`G3Z3YcG)k]Ιق/52x׊.qsB~s{Bu`¥~ -DZȁf(YZZI~>Kxa_wԸLiD?(9 އۂmoH(Tq cíNÐ3lҋ%~ w3CO@ou[`WnC&0bzyrVn[Y=IcGHsZb3qZs e7ɗ.Fcz-3?a@ΚIr9Qu;2!Qp[:-7E!l7gTyʃ,d`խ'ǣzyZɑ$?_W1l2@)eԳZV4@ĕ% q:7ڳ/$A ^' gO0mߖb-v\dq RBjg(4$6БQ`| C:MyGq ̺`6w6W[(0FT;HV %* dNp ! -9'g -ź"J[gȑڞ׏9&uɈ]C't5`N@w^NbV\=XUrp>кXMspjmWX#H_ mBo5/$t- ~ +HWK/ab(e~IzfnڜH_~!bW=woYngR'~Jn:٩7k~ >]~;]jr'?¥o>Rã2Qi *|&mtXlwѦgni{<6+`rZÙ3.**]UPy| b5f񍰈֧E:u&#\(U#?6t58ܪTմ Q V t-嘣MSAj*YmyYD6=,B+X`Q62q `|ѽ'Ċ;v&vd%pbᝨ;)MD6 Vd8 +fBtM2 T O7~1HUhJv5w;U5]Ε ehG%E“ӒZ7WeB%L%/'x-^AS9)XevD F +V\r,Gv KިEv3N4性ZYZ$6c2$gz^Y-Moe{B@DŽ1 ۰+(S&3 +XfCY_EAR^/iJ#OY++3ڊXwDڼ + E1FyKkaЭwoW<&ݐIP 5zN}BE,Uҩ J;w#ˉ͙ZTuB,PҲqE>cM$"fn?A]= @~!#JlO1eDDsdUUq;+2%|[.->o601Ϲ\n5cҮ5ݖ[7 +U~0lEw kT^}ZB "%DSQ%g)]:%zNQ)c1i VtRTraJĄl1VS*NFΛQ>ca.؊BȻWkj\D*\FIB5f\e)wSqp'o|9S` -aLc&85MׅO/WvOթdEʙ)r;3⥍! +V8i8 Ts%^1dk08q=EpX/4h.yȔK#RYP-EE%(u<oӉp#$J\=ʓp3z/U + L˷SOA=<^SbC@ǨҞeqA1vim'ZJuCҾ* Q<>03G +EŠ[@cn5vZ> i?Á.Xo zzm.79xPL׫czΚI5vֆ?Bsx™)[aOuF6ڄֻlI cr|gOڔ[FH) N{(nʄFo:OoU~MޜQ M*O +TU.\0IG~3Hv=Z6a XY-Gz,[yP2ӄ濈xzwN+Έ<":TT@>7I.(c`8eL@|BʽNp`^ɄsM)[Hy8s/W%Dܤ%~{0*z"x8lv)֮Aк\ (Z&r?k Q0ڄ=1=R^( [F Lʿ-> endstream endobj -793 0 obj +795 0 obj << /ProcSet [/PDF /Text ] /Font << -/F387 794 0 R -/F388 795 0 R -/F389 796 0 R -/F390 797 0 R -/F391 798 0 R -/F392 799 0 R +/F390 796 0 R +/F391 797 0 R +/F392 798 0 R +/F393 799 0 R +/F394 800 0 R +/F395 801 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -800 0 obj +802 0 obj << -/Length 5408 +/Length 5416 /Filter /FlateDecode >> stream -HWn\ ?$GWd50q$fM -2F*VjF Ժz:uˋgݽvy3'}q ~ٹeeI|>>'>zGkaK81>.||ii0 d\me+N+.?flrha{os>؄C>&}44%ԀJ?܅쌹cPlq03xH -M8ss KƃfFDab87!r&_xf\O@v |͆bO/NEߓ+tg;tх F-Ǽ +0Xܰ6ْF̈0C+ M &E-(TeUPt<[Α[䉑{ʉ%§vodS(vFT1K5ƍfC0XFȔ#KlGAPXUc: #K$ "K:? OB -vA 56M Z#[P/ olY #ƶT2m#('EKM4BI:nF4GeNP+4Sڂa5oQU]TY)+T%P hNCJjPBB/MFYHRg@rJT*>X=GRk0E3U;+J+"k8. :b^U^7%Sh9bdTU`\y+6SR Lyjsb!5%NJzDC^d(:(.EQ,@֝.7cV; n{+2=3+E⋅ĹPE,0 :B65`\rWWՑXW(&1[:<֢04Q(l+]h`pw*R8\:21^%HuaZC+;(&U0+s70ާ}dmr4Yr 9q0L0i#$jdz3rΙsRWN4XA5VS U*Ǫ{q:63* -.RVX3 K9F Vc ^S$JOɂU DJR`*i;CRkZ,ՔF%|r d)˴Uu03"134 Bey7|PGY$0Ҹz%dйF~gA btir 3<ǃoEHʪ8 -cGVO*]G,Ce+U+ N8 (FLT3'UhIT Z ΃@}P*`!$z$Sf &++h+8TL "ixeUj GP#C -JiPQ^wQY?hK?cчP9l\gŀ]g5r.iWɪhjs)ʯs,;8PdT 2& 3,N.3d4K>Ο-ѥH4C*=Mc(0 -`G5: ~ÙLxAJ).2<2>YgWg;#3,-"qtdt(4$4]z -Ch+p,>`tЂHJ0~d͂grds7ŖOusɘPщ j1;|ƒݿwKveֶwi_mfaf0 )ZC7U ujh٦K 2xz _uң&da㒟_2PFJ2Մ)!s?Oԅ"_caSi^gF WLLaDHLFwՕ֓o.=k\<^]b u7)]CyTO.kcաMhߟM'GX`fl!ʯ!DR]lF SAڊ-غT_8 <Mp7 -R&-u 6VmVi8嶻R80VZ7vU|4ҡUIX^tc/w1e2c:ac5N<5)1T;yDcH)BϹ9a}ȭj ˴uEmL -2(;eO -8Eh4z$9q"89$"N 6wp Z`*Nv6x7&`SSV.GgK/QOt#>XbVxԻ%[!k4A J7D0j2T4JW!eK#i,G&:s/+F%hwV'a= u#U~J hEJN -pntB,9s Ǐ vxʮSmuǴj!:j -),>,,l7nRLDƠamag,gGA*JΨٺ4tI/QH?r%>ҮC) 3mIA>,V#m77ؿX)W!/- +ڹ 8Gja -%R{EL~]1rD>n/{Y9'k0HھvebciSٔKMpIdjW!z{PޠwS+#XtGW\V4E3 -a Ud TA7U]'5/qGQ'yahoƗbױ'È"vTF7$Rf[iػy"ɧ*R;0;`u<6:ve\)iDBd5yɋqGM;Ebí.{~۱FJb 3AӖ3IsNUmRUG_> ݍ -wE! Bզ)@GO\ -sji6lu]v]-k]x=?BL7/;e#]>AR=G- t4'R2Ő~la]4, Էme6CE_/ߞ]Co׶hsKy/5)N q{̜ա*#H8cE`wG,_j@y.AIiz.' -7HmH~)ReX0~]Ot?nJ9_0' Z/3)&ȃLm6oI,εOm!¶P x{wiSS -;ps{ -FposaO^)ԦSF2XcCe,8j Ɉ{Kq ~xz]C^/D tiN{Y D$fQev#Dвltea0!moK݆֥njmZqZrYsXUF$ZA|ٴXiҭVWvvߔ5av+ ts rƋs#^QǶsTb9pbc?ENht㟇W ~93 j9a}t_'-a6 -Or] iӿSC.#ɫĘZJY`X=d/fp`z`tlac1èɿF`€\P4K0=BQh`E 䲇^#P=M 8@Q uCd/ZuEíG(j!=Me"9Kcw5 -yGK$퍧G8Vm]M0UD\DL&)ꐀDc9i<ǂ+B/d(тrb(MQ>ݼc,au*drjfaBC+v0(,JTr/KtrE ݏs) \ YǖT ?l>' -aU +HWnd ?-M_Eޗ' /vxLQŪ"y[=A Ժz:uǗˋgN;{bW~g[Xv/^^⣗^^z5n>qyqqfiFs޿LJϘƛgc!>SX?jӊˏf0lHv/08Md?G }/4 / ; m9#j uNϱ1I>mHg>;,-lL'}ko|fՁ_ =Ń qW<->e"(X&1飡. V2.`gb@C2`V l™cX246%|# 33|:>H~ /9|Sn6 S~u +].M`dl<0X9</0v.|#Bэ.0rYY40nf?0rb4El߮\Xf> +Bğ$%9 FPY_!.آ'ܿ +)0%!0,3DMOV,XarKll<7Ӣ5We]tnyM8l%M!q;ՠ [xӑ@L76,nvc[C*M&P` ^ni##2u'lmArpA*J4m!O%RPzo !k n&#,$aq3~C%*}jwmf5 ֢*WXXpswV1/Ϊy)4W ŜKPm*SoR)&<5Y91`䚒ZN^e%="!/](ZW N1x=ˢB\N"skyUm^wVr0.H]-kQ +wu6BϮo408rQ;ZFw}.le[ۿ| + $0B!]WGhn}䁍VBSdܪiW9ԛA>^6b9,S`98z&VFFKW9fvV9M+'Xij*cU=8M]J +w@g)+#x1IvxˌdjKUG)0!y)5-]PdfjD{X>9݅J2!Xe%] I)w|nߧ*?,S*<" )(i`'$D|5 d[L֎[ 5=d~S,FWVřWH;8~R8Jfy•čf.s]ᭂ^q:AD7eʠʦe?BKb^ǧbdpD:H6U !%)#B4#u@A0)^YA_qtze\I+`U9ZbTWvH[OJ*W݀bT%A ^Z̏>ʩEf3<+-xJ>/cuNLVuESC%MQ~e]f)Ib'3!0m`quu!cYҷ-&ptl.FRiGQ#R8>7 :] ;<0]0B|}1P\a`|yRp-t^xAXOoa˹Nzڤ,6l\Kʂ@IC?]>b-H'Q1+VEm*+ + ;,)< .(ҒRnYޥx3 +ɣJjp6>P\{r5ȘNȯ58ibzdyz=1rd# ;bb*WYR_v3#ՃrϤ5X'YC|{z'Gmxj{J(AAVOS)({&.<$UUX`N== +X1ovD)Z t/F"h]:> n`#@ &ԍT).q)9U+] e<3?J$te)NO Ckk@ӪIc'Cwз##waJ`= L4 L[#шs1hiXEd| [؁. &Q2j6){. V2sWu(e䦍39)HEuOFt7+^=?ĽTe3ae];gP(CEAdRj`ȖI˶ BΓh-ƴ-S?9(k0Hڿz ebeũSٔKMpIdjW!z{PޠyS #XtGW\V4~z(v+`@j)CuUt ?ޫGn00&>,4d2=mҿ_J"Ew$`vg-R~"ɧJcծyG걼Ua_D ;}#t kSƕ"L,QƝ6ϸ?}|XiPA軧?~|GX2>No>D<5@@~emm|AfqA\-ywRROﱄ6Pyaa!"b8}Dr(bM=nHk+gW}HOw{?pZ:`,MU1DS!yPrdpy,DU\&񁒪)vM>\c]uu~F4f«pb ̡&<& G1Kj&XQsz78mBcaX|mEq~oCۣqv0|\ +>“8NV&4>qC#ǖ]Đ\@3?wWt endstream endobj -801 0 obj +803 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F332 704 0 R -/F393 802 0 R -/F394 803 0 R -/F395 804 0 R -/F396 805 0 R +/F21 224 0 R +/F334 705 0 R +/F396 804 0 R +/F397 805 0 R +/F398 806 0 R +/F399 807 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -806 0 obj +808 0 obj << -/Length 4432 +/Length 4404 /Filter /FlateDecode >> stream -HWK70ݱ,R=5 83^rؾyl5DJT -U%JH~|}߽e:eXƃ|ypk߾টe_Gߝ~~60_.. 0NC3pl߄?</`3b0~;W7X~% gʮ2-16ٜ&`ZWoހa%|4AJ01Nѝx TL\kpViRz >zOǣy>(!R8j5+^P,D):v~8O6c;oEUidlS&jWdG2 –HBxႲB:14cfSrp}6I(&IPޗCe4Ӱnb]ߌeXUFiOn9V'3)B|xN*UKi{\EP!DICqXW8Utn)eNê)}s\ - -נ i7,uoSriβnXP+Ze9$+ëjE?"Ϲw"f^6ܰ76MƸ<&y=T5[<VNd;ejiq!j|Pi TP |bRx?! 34>?Emknyuę3ƤT -}{1·0;xO!÷ZÿfhyE3Lx q; 'kP[c' `7^a"a `2& NΌø@opf^=$MIm{H¼ݶY `$ =$-KBC,~7 }Y ,I=$MMBnC,ͲCw |r`/ =f&(yWs/Ǫwk5:(u#PX[@ՙ@;%T<(y#P-#P#PxUcͧk=-Bc9ćD!^QɟO1pnVG$9 {[ }R{h2BC).247^ HF]ˌJ:~@CJ5Y%s 8GKiO˻LUhk an!=<)f"߃^Ho!=<taHb =}N'{8w{[}{0{w|ur!j,߁!^\Zo!=evaH]b>(v>3e?Odw9gjN -^Q顐0DQ wapQ `|0JQ wapQuO7Ii[7C{0$JG`. NGidN/Qn -.n^W_ֽpl/֦6e.c1YG31ud+F"*ۓ\O xdX]LE| .I85S%*EWƓP}FљwcI>ĩF^WlZZ -*mn96@$$%d3T[A/9TjP-XE(9.Tc6)HV!/[1TEeEy0c>#uL-ltڸ2~t*:+Ce.5Ro*yyJ*9A_Ȯh4 -6H UQ=Õ:a6TP\M|JrL,"L3VA:\ BGțb~Z1E)#Q4h'!gRgYbʾf9 eYZUĕ]UG=jtJplMeek"q8M-Zeȑ͊hdP$Xw*}uiWĆsz~{ZJ$dznXڪxcGs 0Z(H}9:B \~6\؇^ A).їvRџ&\SBsZe-M+i'n[~4Y(,Kc]=(nOR `)AG[uռJf{h`|iywN -"釅x=jpJXN%XKիR -W -dJluR*TB Iۆbi怗)!x1BlR;\Do6^9 vD[:"]wѣcJ$ ;^a&T*J*Fyf Uee~Wn8?8Xx`-8c$@\e7ɦHl.@*7$1Өv/~Fȕ뮳:9;+rզǼ(8Yح ɰ {B>#~u*{PT3,B2I݁ sr XlEnQ i;Gٖ PcMh/z?g8]g T*\hOD`#cMҪlQɏc>:',/!ɑ w<ĶPMj?;Qw=KOmseDntK]Kpo3g<SiQl2ʷSHMQgQr%j΀:ݾ]jI3mj\I!sfՔ>xzɥ?nѸ'SǍvwAnWhx8GYNAM8Id4*{-xIo6> /| ؓ1wr<Ze $ :^g-郵5}dןM1|abKE:%F7P7Ar$ -n8H`e 5z̔咐"[oE?T5 |tds#KHKo4 -'#BxpV"wOY/_Ee xLgۛԊ*w`(E{lrt<0Wf0iq6 F]tָN}T3.r`Z8WQ,t#@Kz]"W=g\\Gxz mQ+6|Qb_oC쀘ɝsԔ(/."a2__]־GGO @5eLcjƞ -ε!OC)sMk +HWM 0kwYbpf&A.{H<9-F 9)U-QEQ#zsow˰g烛L\7_ٸx~@a`gp 3ϳ̳i1v~X;̸ߎ +WSv5iɎ6 j_TgE_>Ƙ /ǢB+mO8*9L\c4)OOG~=ӳoh&v);ш^Rv2ͺ7)#E.va 8x+ߠ6CHڞMj >A5ë #Aa[$B'xpAY!zs6,G ɹ!?XS6ӜcԜ0;SRC[-M[{ QyBJfe͋$:ބʙJIw*~ RC)ƱV>e8:P!%8 1֐`x|0h;< B()@&TD&;lwN\`I(HT=YA.tUrx<=}?,@}/%2$*3uT+MoƲkw;b'Mu|rV䯟;((3 z]՟B-qlMɎ4N:=2P۝*A:(X51b,Iv obm9|S7`XV\7Ltgr#_97L 6l&zuJa3ǖf '#!'^McjyPn]FozrPi T #{ibR g"!k|~hgh0Mܷ%qrt+])snF"av)oe8ZxlE3Lx q3 h@ٵ2P[c'ƁDi5 1@i0G|Ӏy`aa@of^0{@8a,4 ̻A= MfSw| BYiA0{@e7m|ӀǰaoͲSw|^zL= MF@^^o," o:=߬ڦpGɎ@cmUg:t +Ow +u +u +OtJTuJt +N7@DPZd˰Dfb╃!^)ϧ{z18DxNmGOO=4v]C.: ׹JI:3;JZ_ s15(+ՠPpk{4-1?-nhk+n'6c s^36!=3xkf3Dg]3{ ++`*{& +0HO3RN2ζ.O]ܙp*r#muD!^3n6C{fp5CJuWwYAQ>3~vr**i՜zEg6Omf| .*{(Ee,5^3JQfw~OBi[6!=3vFE63XkQZǿk66ЅwgƈzttR@w[OBMX±XlG-;>Lff +V1ud+i#W'95MI;}sl_~DB>.Iqj0jKTNOBrg6%YS,j:C*}Nr.TPnW4IB~: +x z[@ώW٤AW!1]Z)@ nz<U8Zo)@OWo%Jmb~k5VT&JNKx.H^(B`1fsF uA sB o9i1hVvVS +UTs2}#Jz(ΏhlDB).${+u +lO1,"L3VA:\.d%L7$"Eq('Q>@qX?b +!#`'yݝ+vIxLwox||,hP"d wxĆ;qXNLSUΎ/ D; B# >yt/yUJ12ӊ"9"D}7s2E6aW(Kt[f4S,gRgYE1_s@mYiRB\9չ\utأrUPؙ7՗/[mق(;MdڬIeΉ Ǻ3LPKC"e&6sKd.)?2 +ciƍFq[p-Å#elp :5R^b,яIix7Z-SliZI8X2YX~4Y(6Xg,uκ6X58mUdw פy$ +Ezr+mÂKO{h α$vi%YKիn)rRJL4w;[i*]B05v.0bq^nwS),F.lI˻%L{{VKZ)akNø?# ;eK> 3""c"I $ƏzK _Tdo X2[ "ӛ2W7aL1~0qmu:0TZ:v&eb?ղ 2"˳Zhp+@Q//M6_PUU1k,[VSdX=@B!:h=(h$@=92x[[G' i;Gٗ PcMh/z?g80\g 4*\hOD`i#cKҪ<lQɏc>:',/!ɑ w<ĶPMj?;p=HmseDntKݴKpo g<ÁeRT9g9qSY\3 Nqw,)dqUM#imUk7)dr33Qrn4)4p]7:5QքSP6OB4ՀAyR@M痀G뺱((W:R7%`%F6,[HjœZڼ[qʖ]8e4ܨU_\׸-]: +6xk޳6YδZohN,Bؓ(o,XemKX;Ṛ]q9BO ˞,]~ĺ`$ _LЧc­smo h:BTq(O^tA6°jǞ-?Ɠ Uy|k=z%DUdԪ}GL"4pI4ȻUL&v;n^/:\3b]'֞* +$5Bɷˆы`WX.]Q )(}$hwUp Vh>}) +6> /r81wr<Ze $ ^g=郵u}dןM濚 ˰6!HwBr ZZJ7g$XiK]cBp 3g$Ȗ[Dm6Ý(_C +vѨ{*`wC |DYlC= xf|q}1mU3MW(oS+fwcKIĂ]sAa>^%0.sFwKӅCZVroLq*x`Z87Q,t#@K?Oi5DGd[vя-fBڢ2Wxm+ľp B341#j;~)Q^\D)d`ϫ}>tQ[Z]~=+3\LPMn2a{xx~u7Lx|92 /?޿gj5h endstream endobj -807 0 obj +809 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F397 808 0 R -/F398 809 0 R -/F399 810 0 R -/F400 811 0 R -/F401 812 0 R +/F21 224 0 R +/F400 810 0 R +/F401 811 0 R +/F402 812 0 R +/F403 813 0 R +/F404 814 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -814 0 obj +816 0 obj << -/Length 4263 +/Length 4237 /Filter /FlateDecode >> stream -Hėͮ0,eFPO҈H @V;+ 1b gOUW5v5GvatgxdcOo9?a'ও3Ο_\~,ow5vJS?+wzTRJ85>+c|G! Hkx\x]ikoǒ>sɻ+oQz΅x?{X/-gxv>r:ū_oo(sxRB4߬IDYٜDxLJt+m}jQMFyOx|閠0 +Up~LQ7Ûww$Ig@ x֓{5S3=s3E*ֿ㹴 5Rj4-Jk5x<7)a^ E 嘆Y,nx~:']ass1?S~A;393\r ;ӳ4#գ1|][R;z7iϔ@vN@+?H˯kC\OjRi!QiY Ӎowx*/<[ 59j{ii}ztQaF+\|xvo7eܣ8?/3dAz{mP%1Ocu.Uė~"?qqOˮ n|򥩌‹ ۇXRqyS1ĻDC}ѷP_[ ~ί qc{J^1W$Y2i,:<bl8,(W\x߼$^ĆɅW-#{BzUocmШ-4`քvf/!uM=Z?܌`^v&=yPzNId0eG\HIs›y,Gz7h -5z-\1)Ucg[*%J?M:؝ -=@~4BLu~Hj;Rm3jʰY+GxQP4Z Fr7)#ܑށEȋH$7y[q"qc]y3j7L[R _aC!LS~AZ )^ 1Ų̔OL,3%S3%)e5r&1('gՋX]7{=g5 `sr4騴eO2:DydzA -VV!؁\1)Uf܂<# ",(~Nvۥ"R~!B45q+&oTL\Rg2I)3w *)gbB)j0>TYTlc6< jfH4״:ooT\\Rg.Ip)3wp))eZP[4ޮ9Mz z]BTHU.[ڥq>܎֮AD#Lx0G:)DT U$ -Hf -H$TٹB{7_i\KDi;$2wfMAhHؤx -rb|]!=`#pGU=FoJml8/>rٶ>9~ -@D -R<JrQ11%T)M9X7n.EzydޱTɯB;;hߗ9&-$h\ASg4I@SJg1_02wqBڶӯaVql*.jQj!,G2jӑRf--Y-5uigCJap훩e%6B-{1ȔI2!sNaT!\OgIP(3w()gfǒ܂#찳jG>R%T8Fٕ"qGU-3n~|KSo0!L HjS=ipg3T!\!UgRI*3w*)eqpޝxA~|GD^=GRsUM E56udx$8ƨU&uH](*HPwXLGJ$7hYW8JB/PP[Z Kr^)%Z -,[eO,eIJn -m*̱#uŮ -23QRy -@$ -R<JrP1 %P)M)<j z7|ơ5шtDQ[Foz6v/VR Ao1m9b:8Uf«`K;u;܅"?|)BzA:|}]w4T\TgPI*3w+)gHrf&`@QpZWz$>.zIh\`F}.uc.\[cxn  U&*P+JL(Bx&B4,Z -| i=ׯg,w,fn4#F0*a9DMP$PlGfB\S͍UMŶÞd:U("$WXW+Ċ /a -J²ӡKd;P؋ׯmIDJ<-7CYIFs>Th u5|EaՆz.-2t<%>|޸Kv\~f]ybsZ-l P!l< -Æ|6 a$lw[+Uq\ /Eڏ{/uj.$dr*GKs1be7xOn0;n0m0{a&1]8a9T :8N$.}=Re,*!uSӖ8p7FwҔ`0Kt|&EQ=8x@/1Vфa(5xVZj-ۢ5{4zJKsQ HV%;4UIPU [yD,}<ʙPQɂcB J |" Yj>2qg7) \mAK;@nNRNHe\qT˂WAC_8pE@&oɩ1pgBIѴHL K Oa#(riP91!#cW׽c(ԉpzTPH Rؔ~Wh1k&~+=U7v~4sMJե%;\b(J# ' c:V+x+X~GI:\t@:bj>RFa4=Yu2*VO _!nVh$ h DPE7E( gN0a]W*1RB`B;_/򭃂?);~RJ_~x5vJS?+wzc<P5/?)cGgL -\SY7iϘ@vI@+=HKk.&5S@ѧ&(x}҃s@CMgM6a0zwZN8<(usz~=0rvl>{^_=H3Gfq~Z_?.C/1#9i~эV%1U61tE~ .<20ƄFM)bi|!\K$]5>ے/W-?\/ Q $ɮbj,uIJʁ2@<%j(W^7)W5E{rU.*Svn$CQ 8ɠΒje;& XA!<(=Y\d2 D#ڈj$،xGz7h 5!v[ֹj:r,1Trr~6ed(G0S{.S`Ioi<;\̪Z@ +l6:#TN0H ,q( бqi*Yya&5tK_&._";+Z%c5W6eP!xĔCqV(gpL3#S$LLiY"ũ-Dzo$Iu,3NQ_iw%ۚ9m{MitXڊ|"qŷKgqY-st5Bvij:WM(j)HL,`( p'ri*Y[(wm5L?CF4:o i0ȧ'r-uq5NC.k ,( \r%l|]!>HUœꟙXӯ//h<,G䭥\ E#מm!7n +,( tr(lql?3cC Hi"xAHǰ D"} WOGN(9+/pgk)GϖFԪԈ&tӈBaϟ]2hMJq *\<ኲ@,OТ-EY]7s^ХA2_n+r0~eCb;kY-'OKFVJWR3jg5K)6UѢ {%1l['acOx2QZøYC;_uQB;T;<-I7ز򊕥޴m#?gnh쵇hvLRbꯇR/WTݩ/5uBHIT,QOI"u# 2݇xyo6#%qԬ[Mk׷r7OF  |wj>q2qGj+ԍnooUu pIPmahfFY> HG!#ԮBw 1 ۯ|/)`1EUS̠0L1L/;;,5rZ6ַB|^ cY1Lq0A%(WW $> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -820 0 obj +823 0 obj << -/Length 3732 +/Length 3701 /Filter /FlateDecode >> stream -HWn ?,{0#e$E" + HqQEVݚQVMTSnod:~R_~fLf~Qyӫg_Ā'jGG'rȳU.}|IGx9^%ퟕQxq-6SC1)mKW u(oOo±ǐ^4ԱH| 5Zǟ-Q eO1ߞRst~xPtΞt:;aѪjt*aK&i3c_gw6MQ|Λ| [ݵ*'V({ d(nd/-z -9au8H0R>Ħ;(̡r7޳xfr8ˆTB󢂙k1{:Vq1c{ &ӧj!aU( -;ʴL2bҠH1e8 _:v?CޓXj:-F@>xGUY꾵d<7ׁ[ޞ{5v@ܗ ϧ;]SU_YNk9@~ߦ̅.vʩ~G}sWfWE\!O8'eMBې L)3uP%'2]_}@_ǂaG5b'Qi&AqEነ2$D\K`Ҫ5@֟pQ:҃~50f?}۩2,y4Σ␖)tU؞ b.C-٘9ŒAʔl\$edji8(zz( T%<=pI3pU/2iX7ȫsPZM159'v5P0`uFF 1gnɾNF۴ͫ[oQs` B|O\G!k6=BSyUV7 XaATU>r f&fUD[N36@AYWNύX#x BK\Wu/!8Y4 R|h谕gVQ"ڿUGu՜RIΈlz$%?+2 /ZHJ1܊T%7]SlƫIQjvBORF9R?\:><w {N͐.I8eGjHA 3xm; CAZR;i꼛DT?-uu$Ƅ֐KM]mxU˦4[a|{'^҅?h$FI?d,ٚzzxV-;8٤TZ;lit*^ iQbi4F')]DwcV=/A j,pZ1켶*1㹭dͥ<h: j4go_hҿtp)o4> -}JśؒjXgN9UDخYh&2DRŞHW-]ڨ.fKSR5y C B0/[U*&`O@b cetƾg({);Y6p0(HbvG8}wUהPEaP1y]3tkոRPu"yu&*kZ}sL9|`^*쬮~ 1#?=`Fd8k[(Sأƴ ME*9"^^BQ+"q\8Cy-W97;sҝvDIe=V iI'wڵAO6NB+eoe~jYRL q8‡"WLOISɣxlIwYk&?ܝK|r+beS4zu!˞!JR_y[ID"=ga_q}sIn]2y/JIRkЪ()rs6VS2ci`ԣ*pueU.Xe|-p N>amG"Bʹ|&).f7!{B8*kk /{,?Wja^1dGuိ䢇pOsH?XV 2v Ɏ:Zoo^8rζGU-AiF_dǝA"S2?TY_Lto֓fB#AqbyKhpʄE 7]I^0-(^pirX&,9BؖVI7]ڡ6 ѕ\ -0wu) +HWn ?${0#e$dw'ea.rr +F9EVUnio!dW=~w7`O7˸<gpާ46>4BqŀpJ?i܀@y"e'|Y8cYױy^ǦX~&ܮ? J9\NtdcZ0[ⲐAJ5%U86m7-f9+,7yR@^S^}b)[e%iCohJӨ09JOE"tAr: L5Q|.=8"<|4H4e+gLn8c/厫J Ӝ3vB'Pd?}ǁ@e+ =!nUZ8.1WlnP}d0eJ._U>!&ęRN6?߉3>QЋpZ(TA]J|_얍Tҩ@<,FR8u[fTּG㋘LaJzWbh3ۜ\T |T:YF>">>h*h,F 0]ޝ}ˉӝW9 +C~#Wz;e-y_fx"}'VajIRӄN ;퇥 ܌w|(e:p(;08߬f8ц+vl:r3V\g2CR >@dMKS1Ki k,͕wdXˎv6ZCb(sM9 / =%[NW !_* %f9[, +.D9ҹ[Gvʽu1A҉2nUj굁L6xAqL uF%)Abk^X٬ѬKMշsbgN@޹*JVU[q,;yg5r |xjweYoM|sy hcC(a]+? ,EgQcZ֏fУ -RUb +QxEIR,"PkR +8U8 fۡuyuDfڕ[Bm۪+ 4V7Q7/.WDZ^gjԪ0вCAN5RXh ,$ŁuZo-Xu)MA)go k j C'SI5@c:%Xc|ZՎn+d?w\zĉo|Z掂Ы*(;@S94G!V!hrp^( *%qm@+4_S&4S֬ʓȏgjvUbrr~uC3PvLdja!|sbx_zԜq`3vF ,vN*ˑT7 +~}ah}'Y"TKۦʿJgR7NzdɄFȥG jME.WS K S7m-+ѻzEe^*f/նƆ64^=| X 5|vqHrʻwέeWmmf%{ZBSCѴ8/(td-9`F@82P>=%5iVí jKW'tF$iF]PGJg @$1V[A[O.mXWQGEz{=.qrnu%pnʥLƙ}VİH B]\ѺyqZpp1'g";UCӧ&Nyq\ +\b|.Da*VeXR[]_9Ze^dtƩrw1=+e%Tf \z 1S):h.cF !IBz;Qy!$gR-bڢ2U'>B^'z}$hڰ -XFqLUHy}*uya^Ϩ]D2\DV{צeCϵ=s*ajܝzmdZ\D +L4V +]W9aGP*peE +0ax:YީʉS'զ +ZӶevVWBqs1fWsrHD5Ϋ8{iv'>vS|94AiM'@N ּDZp.9q?IK*< Y"誶7\iRee;-nM~7nlL¬[A :9 RESr6udeӭxߎb@]=)=Z9 _)W$'HΎ@ p*ѐ7ʎ"&>]0+a_9̉vŔ ?{l3~ŎNq +(wxr_1N%QwNs;#x|5ûicdL8t{|w)Xe\fsLt #Lu3X"d{(J Vݰ.5K]֬خ](IZ]eOlЫH7Ky_u2PZn7[OPc[Gn_ZwN2 Re:Ðeϐu%^ռ$"0O>\A$.V-T rl3XdJfЃ* ߓzr VBDCʼn- <`Ң)-ܤO{v%{E;~PKDlsԇsHwPaZ&=0'ZmV|/ܹ ,um븨`W endstream endobj -821 0 obj +824 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F406 822 0 R -/F407 823 0 R -/F408 824 0 R +/F21 224 0 R /F409 825 0 R /F410 826 0 R /F411 827 0 R +/F412 828 0 R +/F413 829 0 R +/F414 830 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -829 0 obj +831 0 obj << -/Length 4473 +/Length 4363 /Filter /FlateDecode >> stream -HWˎ 7pA"Q -$010*  "T%8]%:<<Nk~pL~eC_~NNb/??q/&k×w_ 닅&/f 9>mk`}}䚶qYnyԧ9ܕi/A"زW;-[*UI"{SLup(IB(/쁱]G)Z./P8N%qY>0#>%)\_X\#N_^嗿?>ӿl6n9K/.E0pDCE+QuŐ}^'n^@۫{JBXs^njQw c9=HEʭ1Y|Ģ21+CPffJ2)'P@%T6*)e٨DLU\m?l|Ě?^(׀סּ(6c k--"n WAyX0_rlj'x`F9&ϢGm*-6R2P5&`k~O7UYtfU\\bRD:"rmVm[v -*ppgsAZa`fexmj\f+B\S8h T -JR-kdU07 >}*.V¾H0bUL Uݔ mK ЕO 3 ->isq~q,JTBk-vdqRۭx:Z'Jݥ8m]ɟwf(i6dY]Ƀ}s`N:AF5mL6(unZv,ىʬ! z>yΝ$)Y幨j0$L]D-sR -K)!Op9uIWPGD/:w,Ⱥ2fU23zVli 0^uMqf3 /q Dty~ Q': ‹@WbеˉIۇMG.fOw:-)(^+QXg(!$,Qf߾52P7v΀aE%J#TqOJ 5FztP 4mͶ֫7At3͵ЉͼMlg~6ёSݐ!snjWMRɫ _QVwg\ kgű8~V=)-+p{{֮j,,QP[i4ia4,Mj[ -7NcK{:C_R+xP$[il+B*j$5o[uLa%[~ب~qA6D[]~jUs{*gIoxN׷{Qpʹ Zr"S)tӢJ}3k(/<奛i՝c[S5>WB%rtS>*c\p}1MBI~vfZQ<@QwtILy{~S|&Hw=yYq6A5J ]DJ2e$^ ƒ o4YPj >no줡:J~RmRT@P*ZJy}R͜n6k\sκ'\ rrub?j[vIVE$ #o8.)BlZQz痷b)`C砲 Q݃*j haEׄ4H"ٹn -80$JB:?y.8ާ7 ']n&~IWa[Da1[] -#1kaĤ0:#x X  >d[^޺cS^zۖSm_XH4'1\{C"fc8jd 2đSqThoV8I -q͚Nbh|MMsѲSZcSnQ P$NG׼3Ů\$; ag:!8XQ0nunpZbG; -nƯKUq05jT :j5ٗTG] `R7HmS&loHh:ŖfxGOn"rInUh,_T*R2Gf[ve5 ~ ~y@ۥLW(R8+`! -N -4iC&zKB|ц1_P I _|{H]8{ -y^ LG0HhyѦ9)~` QP҇VN>_IhQ0f7*`Fق#ia/}/# exx>nL$h*'+3Vwr߂k=Yr˫kH$]%Sѝ}PIhh07*`ق#i/}/# E}x21Y!asGNo&z{dI` ] mKC ,[0v$-v#umܯKD}iZeGevH1lj_c^3镹lިN3> .]ToI84}zu Ü:U)zpԆcyg RĘ`?jtӱ^ bP*]Q1[d|6o;(\## wm+;> ĚLj#*,p릈zSj~p+)u~ɃgqWcz}Sa%(xr"gS"5NA):r8.:EoyË꛰y6m6kK R"\`[6Ͷ^8x_nά/ O\&aUlԳ8)swF_ ə[T|v^,o{Zc)s͈yk|:<-KQ͘raSɦClNgFM]Ä r`(dR.Yb[M6w'27'k-J31AZ.0p[XyJ¶23Fh5y½٦?Ap 1,Y^ HE5h~Df\$.>i)Qb\Ib|c /m(~[8u:>NĶ(d-G*Zbႝ?ugt4o?_YLLRnUӿ|AL -vr⪿nBUj< b'oZEӢ;ғl'M+Q9 jy4t{ +HԗM h"n]ѷ x u6S]$@."Yjs 3EQE><>{I^~~|X%TJMn>y2ߏ*~%9}Q~|5mc]\ +S͂,M^ +ߑҡ(v[fXq5d xU~DsTb>(s ]8X_~z!vt5C$9 ץ[8h:W|Nɟ/`O<=> + K'NgeY:Lwe4xnNhS6z! +,22|6+l@w۫sR|: Y 1rs Bx'j0fH~郄MHUJ,^3bl2JL\GJ3v{O;mG\}k+)er?Zn|5_rǟ\D|o $pG AK% NG; 3B!E9>nLF5eYlE/rXdL5~UF,b6\y?YW#jKk[o١"* +}?υЅ0WŚ1(#1~](hZ4\)Y0gkĖ&BIԂ//kdޅۓم >..񹕆f[$&X(6nʁl_ +|BU M6z]Y/ۘv +YQ!WU4;2UYV<=rG9MzSjfٖJs=_W ֶXFN*T䓺c^9*3d]sT%I*ދ2 +!L־4;ޅqB>c8yvd^8N?>taY DHOO7e$Y1o]C#,쒛1y ͌JJYٷoǼMuPwvQu2AIzgvILNNIhotlN&]^gmӨ5428n%O:wo5mz*M&fo|Tսaw #݅Rž~TH9alvG3ьYBYAeX$iBQ<삨iD7OyoD7Ǯ^YN= mEnTj=-7XkK|NMV;5^lA uniSޭ)>>:Y}m%_qޫ5NOzV[e=i(C.M. x]QgqMMjV5ʿ΂qw x\CXfYY}§:j5e%gYqd|  q1eƼmdX;^N>aPu4mV6QBFgo;38f7x^ +:Lw>si͟ vM--؉b>(v(n5%թpp.bXeNb]TBk Նw9"ov̝_u;_UڀK흒.n@v1(B/-/ݛn(RyNS&ci0<XKSW8l:vW֘@w2v`_;;YY@؉LZαHJSɢ])ӎB>s!e]T-BAAGǥhH~Y E U:lܛPz_&0$AVJ@)mPJq}RJ|d*9*h\B %ؤo1Gf&cu)c9]f0v$aV;`'mء;qŽ}vRJ3;>]27*  +4^m +/μ*gRQuo&&abD)ZeJ~@SJ R:Ji*Y'r7vxKhtY3rrih?~*]4W$0fP< XRZ[BE4B)av#l\]m{C'maEN.ӛ\,J# RKL*ڧA9wЄ'|H3}@lmzl<,N l^&߯J3mcV]F{i3ZaR0b/ {;(t6j2 CaܘR!5N!H?.0Z>d[a^uǸm6z(n2.?q[s*-K bސ;;yv|3Η2 /eDz 5)`gzuTrOYI i,Z4w?Z/7wʍ? +EЙx%o)9݁%BvpѤ&M еp+N3 T:NG"66n_ԨQ tj[mI úAOL7/1ܐA9*)uV˖dA8מڞ8lO W_:P*KuNj X_n2f}2Ìc@f c͌ѡGrTRhf18Xv@Ì)GQɘ=m1kLDY<Ⱦ&pFi0 : d~GI z8)G%II{z+asMbnKV N0&n@Q`7FLQI<5%`f#a55G!K`t8G*9@ A@ћC(樤Pq0H!}eً:X0qKN0F(n@0R7HQQI8nESmZ!Hq@rm6@&q 7 )AɛC"(娤PȢqA,`DyA;!7 -O Bߥ:!q^Hb P"'+3V wr߂kYr˫kaG$]%Sѝ!~ӡ+@ӆ1д~5=:-@ozd#5Ḩoڟˢ@:&t"?Bt#uשV%Dov\>;}KCW c`i +C ,k0vtZG +FjB_,VҴʆli_'c~yNfķWGgFtvtf:}mM̡ӋK ԙO'Gm8^y u@yZvI0SՏE aS(۶5r=~#۶5ѧXIXmzpD~;bQn{J+׾XRGKl8c;Ʈsez9P$]4RGϑQf.5dVN +EbaAtfFo"Eڍ1l J-0YO5kOˊ+XBJ:#-0WKJ֙y' E"m*-Exy+)yF =okFG.@؏} k9'8RZl\;|}dI3QIUMAL +vr㪽.BEj< bQIТ]QqASJj#f$Ajqk~Y +}zϏ:7 endstream endobj -830 0 obj +832 0 obj << /ProcSet [/PDF /Text ] /Font << -/F412 831 0 R -/F413 832 0 R -/F414 833 0 R -/F415 834 0 R +/F415 833 0 R +/F416 834 0 R +/F417 835 0 R +/F418 836 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -835 0 obj +837 0 obj << -/Length 3856 +/Length 3825 /Filter /FlateDecode >> stream -HWKo h;Ӯ*VY@N)؋sOU,՚ց0Ҩ$?~w_no~;~pssWM~'`no.a轛c7=>v?|>.x|iC>pn[ӜgD:Χ@3 Nin`Nd__V\V9]#uy>Gr$;c>/z9[!*eC'uٝ.3Cy0q+a"Z qئjJ86+QZ+LS7*6H ݿ%.'YBHEczsM_+RBC-=%mSw%]W3(ʯx{@@ -qE;~ȸZ'?lJC9_%P`pY߽~}G -䎭m&{즁qwH4|ҵl:H?(/Z"xMbt@Uh6s}dЀPn!13|cS3?P เL:Z~ lۅUHCu=Vj'Jx(l7j*_ӸO*'՛%aVδ[h mVLs UW 3|<AMFP.[_%g$aa_TLL}2򷌲?q^;|Y -*9nK%-8(hGGVr[]z7·j-5ю,0 yJWu4\svYZt-X#G 2 /K&;eL)^g1t5ww{3'֘,cnoL<;4~λ~JeX.7myWe8e_" V;osa|"¸=@llN+S~(MlA.qɏػ=fo< -C'$CNΎMRDzKc&?ϧY*}`XaJ"ébT M_EZERE-U뻢0}駦 |<#dĮ db"ɐ]!{ȏ'; BZ]!_{L{w kw5{ˑ1mpA:&{7i4WDGw;v+8T1Ah0 *Wㇻo#ЯsSK\ Q3"٧Esր|f)j]%\XTF+b]ǣ{ˑhyKŗF wWҷwPQk-;ZsmѩW_N:;Q|k-C^v]{f܋>ح )MˇR _0tADBZZ |*Ȯz;Jn?f ң0B l= -+%0,erK=aH6&=MC8N>Mdќ|^"C>@с.2 T,5Ѯe20)#z9@3ȑ0uD%0[eW1<^ĀzXoy TO}Ҷ?'|d5և$E;gک3ej7D̎R B?!3GX]5_zo9ܽHrq5}*/Z}󸚹AߛPx0M)!?"Dɭ6CDI2H.HpN36͖o~?^~=3 -p^+^[ lrT,f9 swn dɘj'Ƨ5T} M.;AGC)c?< $ ?ޥ *DfDpFOHtYtuOK}Pd.Qxh_c +HWMo PǽJzh$(y]Mo̐!M'ov/7˰ٺ6 AeȌ 1msvix8=Oǟ@7:&N3 9u&eyy|Zx[Wz,2Wٰd$͉N<<=c/亳X\ _ Gs;{l u0<|8iNv`M:I$`xv&OҦ5 j7ɺhuh\lozr(5~) @.*qOUvL~V;i!50Jtx^tMv>'IieS&乊h&*ye'%ALLGp4<4hve +I,ŔdfMn}ؤl*'8#HCV&mg:SɚnpTzV`@"`b <=tH~B3*f"!$_.RxEB ub5y!ZI#=S1T(J?Q&)STP9J4dbk޵+=Å:)ih'GkcϢ*r'`y"zk8W/# *oAyۂZѽF_'U!i4 ++GgѠ*8=u(5~6IP2`]{B0 +eV+[KQnN9Kg٩?T)M>Sj;7(EC`'Fk#Gea&2J-w-K!:LN 89^e]kĎ NR}ubQgߤއq>^WfuLH@6`k`kh?Iq)N˲WAM\ʉ vеwTSY&{# +`LV-̦rP"`' IEN =Dc/bb7nTu^gU^*xпVBR| < 8,]ZRidn7}g*5־P)n ʶrBVa= mViXmTټo-da K*uœO-µ!rYntCuз%sA(TP!2UUuy݄SEjI'aI9X4qJ2,Z!W* hCn&+՝ާ֋!`' +>x.sH7tI>vt2 07,!hh;iFP;:JeDX//vzi.M!2Ö. D[dpݒh"- TC dh*dV e:V,-``9BbtɄWbGџCtCx%XzIc緯ݿۛ9ܹeI}u{eg:vC?y3L q[tM7 !=_TFrJ.YzƸ m\F#nxA|f!搛 }c܇ ) D~ăV!4.GE}ѓˉDSĘ":4}zII^dOJRe}7yR0)MxF'l3Ȉ]HB!C~#f됷nyDς.ίw9PEջݽHp}Hb\ TzMN?݊(77`4tI]{ˑֹ)bHqq֜%p@1YJtW9Ah<ի pphr$ZvRi+U$5>>zeX~Tw[eGUt-:+I[SU:ou@+j8떱{Oq /ny ;xٽ^os +mErֈ1WC9=<`0HhRkZ\_*-_IqWY7CmǗP1:[.f1I ~'hReuiJ[J5d7%$i#qBeLIJ0Ւ<=bJdO>bn_ 9zI\u2 +VQ<5ir$mYSfb)' +#QOr'8\w$i0baܫA@ Aa\ /g%$$!UV хr IbV|Ӗw|{j.#J+CMY&[3DP:< D=~p +CIM[S?qɺ<7!^:<:HJqv}'yܠ!M"AoӇ<p?"%vCĉi2.HN3C6×Dn[~8D/}^U,HUN>9.CхҊ4f5W>№^e𝢣ҡRY K1CH\EBNcz"h3D8{'/Hu uOO}Pt.Qy4 endstream endobj -836 0 obj +838 0 obj << /ProcSet [/PDF /Text ] /Font << -/F416 837 0 R -/F417 838 0 R -/F418 839 0 R -/F419 840 0 R -/F420 841 0 R -/F421 842 0 R +/F419 839 0 R +/F420 840 0 R +/F421 841 0 R +/F422 842 0 R +/F423 843 0 R +/F424 844 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -843 0 obj +845 0 obj << -/Length 4259 +/Length 4261 /Filter /FlateDecode >> stream -HWMo$ d'v\f1ƷuNAv29GHT$0nJ?xɞ[5L/ޘ),'Ln9=zgp뗼/G;?ݓ5K8yv~ ^H/_gd]^5?g7C;-gxd&{o~zF8f.Ųӗg&-eS㋙\o-Y _P$ .;y嬌!x|/U|Ŵg|<9?.$"_b8pt+=3\2DQȺ/';٘RIv"#\NˁzuY`qoj`87C^. 0U>nff+̧[ jcBy,uz UyߦD 2半m%&@O#} ՃrWZf/':KĆP5Xdȟ_ -ʥA7:fK6i|Ğ5퐐΢zv.i? /P$iQ]uA,#4ۆz9'2'UB=2w]LVOO2\c{ǽkw"ل?4 -,A՛h\ۙ!TK"R[k5 =fWc$9\x=amR}@`=}2*\L=.qWע,Pq>Â|ؕm$c 9)fOUN-CY!lC˙,0H6ذkNr]W:ח Jv˗S0⪒td'j" 6KQd]" -\][cOwb *d~7[RY-e=-~?VnˆB )m"!\7DKqwCmj KkU /Zo;q!XZ2x<>NL<)gV1ɪT65Q&u'P::UU Oz$%&8=?$+lI8SrTu&UY, J2PFLQrVwU~;.5ؘ:fGM|ÅUgôDKL,sw/u*îʕƺٮѠnFt9|$u4 3/_hJ5-^I-8ߢkbm>@e`;%akI2cxxQbDVHt_/RLnNCYIXܱWI8:&A^ -=nW4}5 ^(6v0DX"VJf4ǍВ6:|s 0h5ڹ'GL56!D@VM,l+3M SF–st^ \)5=8q{Z6Ny#[.潄|c+S I0iyn(ldCEئQŽZ|MKIfS UW !s>~韧>)ydׯyg9e;ͮ.urzLsDśW3-M0"hvu;V5#=5#%799^~RZVmQ'nv0炒@(Y5KN1K+T>ThHT n̜.G)%,=!N< -qx~Dݤu `N3Z7!LxTN) Z~mix7ؖ_)]?M P{5˶W=Gj G5Ղ XXg4uòT=r0iuߦn׮d -xJlFƉݽ@bʉ̔}#MΠ&e@ɗH:&]gu &^!jv{2/Q+iAWo7ؑ[4픀oo3uv΄@'T hXQzP^]-d1 -XkXT7cL;]vukcx:殆-"z4jc'6itJGĵH i#3?NI*-{ -[|Yεp3l|]ï`^][Fً}ֶv@5'[&؊kJZ͊98gHڏSBupkܣ0SIS)#n&|z|tVxRNlY}O˯lE:}eĶBt)Gzv@_V軣[G^ur:h7o]qwP@(L kchxt#-_1^.#$H -/ BSȝߨTPUSuN53H]հ$AT )w -[`*lϡx!xn0ha_sA+o d d2-BnZ4*,-;?w)DO -n Przyrb8MPE!Yvz>i*iisw&fĵyeq^sa@@<ㅘ%jV[ C)AvV525Ɩ\mgָ~-ioAJ3H>۴ԏʛh[:"m;k[ǂʨfsyRBP/UZMѫdgCulСFjCCEҭ~U5Gkmn[#WJp 8.7VjB`v8C9+AozjMhfc]Y}TGQA;cݞ 4Օn?sU[Dprl4rG-Oq9;( ;HlrrVkmDQ8m|:Doi7ΤRDfVrU -)I?xU:9T8ֈq3v-]t*˂S{J7ն?m,Y;,16W@&$ᅌ=3-}~$%=mS:# whm +c}è38, ~;;]8YM2Υ?$UʋQ%kd\]Gˋx +HWMo YgƊn prn뜂CXUlLKqAQIǫW~|{SpdOϿ߭ӚN&o_&3kG;1~|yɚ%\躼۝?m"c +bw{7&[+D ߞRpd'Sj!`W; vGTi)HhtM j bH(?`0.l +Ȍ +RF\OVcyƷ%7^>107/oT+<m2]TDS6{>Y"61; R8tW* ەED_>Bb*Opv@F?tgaHJ<)'V줘j5"$LOtt^Ol4j* MȹAN@TÙ6Z͊<4a_LTr2S{ty54rW3ɈXs{̬>P.*+ =0-Ѣ35ˤƲ:Kj+rnf4}8E6_7xi3L5W ~0RE@aRt ud-ηZu۶PbD5KM<(1$X+t$Tt˯)SBU7^!C$ثpZ% /t%P}Kﲁ -uLcr;"]]%NKFwhI)*R7=k*F4@[hQеFBb9T%4AM953pҠqNk!5Sgs8n)od rżgV2u b;ʬ]> ?]o l~J6ĒhjTܛ7e7ٴdf*!?-=ϥ7do_s8Gx90O10P*:_v_ZڲY'4ǬM_y5Zhǻ:K+욑~ISܜnׅUrIۣ]l odFӚO?%o % J嗟r*и#B[a`'3;__e(׸ĩ%1']!NϏhNɍzFر[? KSK_ZMfyAih+WJctu +`#5ljA ,,W+4uCT=r0FݗuMڵJ%nms aʉ}#Mʠ&uɗP:&s\gWΔNɩBᴱ<􆠴Ž.j[#> אfCL;]va<~aPasWÁPTNG5xOmq*ru<}Fq< =mS2yF ^2 `E7_s- R.M̡wlsj.Ƃ[Fً}r; IDYw͑Vi׬ +g R_1 SvV5_]@a%7#qcATˈڟ #7@oT5_쨝U1=,S)C/v_K [}z_-~v@'hǑ^G5QtЭ/Gi^mr:wեPSTQsoF[b@o\F2I@!;xY^ BSTȝ?nO[i:@b,I5Ciʁ1l]mFs(sAE-n3b*Edf%GH74*\'*1S>n|[y zW]ɲ nMy$+{LU<)IxAcbm? GϏ$<ۃC/ )})5/2:+RuP| !Wur;Y%߮8ްЕr aQل[f;G4xwS+EKPb _^N"hCoLL 3FHh >*߄ A#쾹# w&w!h]]?$zT-=ְR=9{^ёED\RcbnJ6 -W!odo0auu2ZDk%Fd15۲@Hm$x,es ztX3r8쨪/qá&9\vF火džEw0Ə jda5잩 n\}^6[^3>׬,e@Pָq,~ttaߠ'Tj>&%hFmj_Wx1W0qF.ilͺԾ4Kbά9Y{a6.g2W[Aziv`_;Dr[!PC~#з !mǘqS+ˎbn951-87|,M>[#x c8qL)K+> M?>9>cI8>sZ PG+hOMXF|oKw١5(2_ -W/\]OXT*/@ze˷"H ywx endstream endobj -844 0 obj +846 0 obj << /ProcSet [/PDF /Text ] /Font << -/F422 845 0 R -/F423 846 0 R -/F424 847 0 R -/F425 848 0 R +/F425 847 0 R +/F426 848 0 R +/F427 849 0 R +/F428 850 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -849 0 obj +851 0 obj << -/Length 5195 +/Length 5211 /Filter /FlateDecode >> stream -HWKo7 h=❖<>DH֑vnVNƈ\C~*ݜtkcY$?V}U_gF7_nTƎW*}~n>C_@iok7;N)zǾ9y}W |tmk`:{xl`_C5UsFѻ`Y78? -_o>}8p~> }<%l<k Wx,9=i@nJGd#@wzz^6 -LL.X%?D8Q! / ]UO'XkW 3N|AzJEL1Z%!}]fO1c'YG#E$Z(ZFnǰxِ5P *F@k |Ǽ -YeNI|r4SQwj -*c ]Ch/".TL9p-K싉CPa~ˇ5_dQwBӜ$"|!ͪ/q1+ҡyi# 嬯%nr"sW-GV{?t -i&C-+a *AKiZK/'fRUoF tD_(&8vlI42K\HVݒTnW}fR]8B5;bIaI㽒DFz!@O9 0ZQ ەuS>lև CIx̢s3n jO7 \_u4s}}WV'On0< 4dżH '+*,qV)\V͐}V@i v&Vwj s}g` ?t0``00}Q#nzE} P@,P4`&^BQ yɾ7.",,%ŮV XjI UU5T\\5OUfzՀ9X3XIUcͻSԝ?|TӝiN Ƈ=}L3z;gFxTx?*z~҄]zp⽇5߱k~C'{a[G{[ ؾ: (7` -wW@PW :wBW@PG ؾ oMD_N$LA}u5,sW֖SZ[YYgu9 hm9u$JWS*ұPœ:u0N_"~")a K!@ 7U{qd9܈Tq őq#ZPAm8xA ^Y7U{qdi܈Tq8őq#ZPAm8xA K^Y#7U4js6w0+c^{<|}/,nIV'g܊ִZDG3/BC_B:_Cay1NU,.1DgweFmY`k[}@UE -Sm_nts¶ -5>"՜u{dDV =6D{xTwABl=|9J&>ied7&EvMC%{H~n'FuV/̥ܶ@( zW6gh |e{U LT>J2A<.dm"LX^&~$dTKK,"i6TJR$D<35Mpa.}Ѫ؇@L5™p`4_Ls~('6.bzț#M5nnf9:=I,SjD?qݧŐԝ d f3L%] zN/lfE/M ZscvDѕŦDQM nRH$4% ZJW(Cb'W:.gO÷?nuſG ϳZ9ތHp+(MU*襳h6Bsu-^6"'-Vʩty"|Äm/5.JF7X) 1k>ϟMgwy<{M0/SgR~.?C0tW+//"ZɁVY7EgZOp2N;2j1:CFy: {wcxFFUq`,< Wa,n\a83aÙa[PU?BQoCQWa:x -cPCP5E=yE^#=e{F\(۫0EeE^EyE^x!.]e{dZnQÝ6x]r*gؖol^1W1U@+ŠVŠjbP@bPK1Z,?6P *g v%R~g.jҕCSiۧa{SP]r}?< - <uyz1S+oc> fyW3s{o8=P -¸ KL -ʳIcSs;@^?o&O@r -3Ohi0|9@LC@>StTq&Ol"g꒼ -|#MC8rs SVd+Ԕ)qMrەYM9ؕ~ qW(Q&F>OfB kw*HxGH4r?uSh⮜2J*.lljSؖ>폟→Ų+1+@ѥ٭<<o/'6ALPc3Me++W~&2;Bo!!y}{o.d!(-Ѯ@TL&oG! -Ht^Beh#eY[g_MR*]Yt^5@N٭|vS?IV3BZ3W BXD@Xwm( 0A[>9"Kb5$2 & Hi)>RsQB Q:̛e5c(1v d`Ei:n/KZDAx7Ny/R1]dzEcw 8/Mg :$;|bA*+%-3;9~ISAZd(@^D}q$p찋ڍ +) 7 l I| 'TU?QRiQMu8[Zw;B= צ鵫RMGw=/u dlTx/O.%ؖ]Y4k )^ICiu̾qɚe$QiQSWjy +HWKo7 h=❖<>-+/9dnVNXx[EV{6FdXU}wo_ݜ~o_R;vflN__03,g|/~:*;oO_vVv~A͎SJoN\_}:U)[4WP 3xUFcqi'Xִz ub+5|m_N9)ܩm7Bt ){6:U=d;naNi;FPj Mf9z$xڶ0=LK35cْW2_h8hD9,4tW=,c\㣷î+֮_,8 hm ,(1Ljju3=CXd hhq"_:8>'8c m8ȭʤ+Z#p0_ؔ )iOf?N__AeyLtk E%<@6*Sic67tI}1Qr<,ϓ'ܿ9)#gϗ7Ta+,5LDEӍκRZ +{sT[%.xZ >ǼtAy_eHOd;ݏCAO'ίz{pDwaY, &n1($.sK%bQJx0S~ȢpF"R#sdmLď4q`x Nco=DI']vnK.("oaŻeq6.gy?=\2U1i:gEЃ*y`~H]2\ +A#y[s/QKP>"Nc鱟R& S.AvZѤЅ ' ]y\m4R)Eі+xY +du{-yIJ‰(4̘ 匋MJ 92\R=QVT׻;QΕǵo8 f-#GpVRph)!Xl,e^ˎ`e)µZD7YӚ2t0zn6QXd'Zdx!Zӻ,C+|#e3'g毿Exmje_#p'.+9kxJ]Kspى}eHp'=I"D䆾/q1+ҡyi# 嬯%nr"sWσ-GV{?t +i&C-+a U܃r\70^0N̤yd:{:.,&PLe#*q&˓hdz -:\・%Rݮ9=%!p^gjpGAwĤ *:{%l7t^:D0)"]#"a2nׇpߚa7ߋ,:>v` |ß>76ΛFw.o4i 1WdSeS#*kӪRj( ĮN5tl_ᇮl`t~F]F0jčvÀXh& ?^BQCd_1K(j!P4W`X{(k0bɾOPB,P4`:& + K( P4`7. M=O1GeŲUҪ\ OՀj5jմf\Հ+PՀkCՀfjL0k 2jyw*S/ +Wv3w|ap/sF0_b\ +GEOZN;vavwsoHd/1,{bokW@Pg%fl_A}NT@6` +"D_=NT7` +wbW@P? ؾ} X4H i3Ne:rr\kY"+˹.'-N䵶:<^^ijJE:xRb;#ްUKPOdP5%`)$hFp/,qЂ*Ľ8"nA 8Hw /`Y܋#Fq/,qЂ*ǽ8:nA 8Hw /`܋#kFTT-rlfc+uO2>e >J32[КQh;Gq1>\4?P\O||Wj9pJ0OƶX4J8SƝuGh+qXH'vW5^>8/5x׶8&ɰғEe9̨G7]^S|`Fg_N@vO`3#&mEL_k[.Rkv?g:VI?¡7'ء)|1&d5ΠMCLUJBe& S\sC:x +:8&e1ѭZ&Y6@c!~WFNY8!?lwz %|UMKqD!.Q@JȌl9Td!S1b EEYΰ I9VTɼ+õ:\'K|0zz˼/bH04WaxcэnNw^ƇZWxnO_ڙA0r +~hOj.H軜 g/rQB)Br]$|'M2#촂,BȮb$smèۖ( U5VT/&,{ljɒw\I&ֽMY ٤֏̔jiX%Q^^$ Rf\I5XVa]zyGrVVsw ._9E4ZPX83U+ܕ`R{rۏ$ÛܢBLysQ,gB8~ZYcJGr .t4,lc !g}+.$ieqh]lRCȵpȵ!;{z:L[G.kGe@*Mz[KH)XU-{@ hVά^-R0t?43RХ<@#1q3#46؉8UBh9>{=/ˌyڞOW=)B"*){D鮕$;ea:;7%h͍yۭ}h+'M<L&a.i:vWZܸE;!p9} +v~^+48LxfDją\DnRaE/Em𢌏=)>Hl)RN;ȳ|;&Dm{~Aq׈U2zpXV޸BN0ĘӮY˟M;^7^ӟ_jLK-=Ɣ/?_- ϐ8Ŏ!`>ׯV>ÿَ0gh%fcL .~Z).{ˮ#k(3(aęS0M Wax7`it=0^qzƒl {ƥ3k0YC7 x +G(-{(*%OY5 נZ:>Vw@Lu@hgC1WPpڋYl(\CAgAjՠ޵4 +~=8Ĩv\Gj*NU% W%@U:68.u$ڠԋV8hj}k4 Dյs8xaATm8ATnn|zOߟ@ޮ㲙@ Ի3 08Zฐflo7F'6ڙ ;:d2t 8K5i#Ӌ;)BS=&O̼[+SZ~*k&O@r +3%si0|9@LCN )e/U4tq\I@yɹML$>`)thG`μ!cjj0zaŜ2%In26! + La~N "Ivf"Wn +mBP=QܕSq@)S^e݅8q +۲ߧ3SPXrb%fh 1Ae& j|wFɿlbO7--s/tI>ڜB҉b + %E`跣?DRtNQf/w]2@¬3ï&t )p,G:B n @zV>KՇ3̅f9V;`[= +k{,05CЖO{δH)R2A `nh69y nʡ/\ePCN+f~tM;Jy]$%jQC,{N3Qa0F6ލSKms`o zY>~^]}.3K!Æ إjJqIm)Bi Ď#q_T +8Qz ?;v8ȰvMsC;w5CR=_ E8f֟~Zj ݴ\?9K5b'*v.&k+ǯM snWLu'dpבIEuB#%uVWILXZZJXZ=n@/~]Y0Iemq1%n endstream endobj -850 0 obj +852 0 obj << /ProcSet [/PDF /Text ] /Font << -/F21 228 0 R -/F195 488 0 R -/F426 851 0 R -/F427 852 0 R -/F428 853 0 R +/F21 224 0 R +/F195 484 0 R +/F429 853 0 R +/F430 854 0 R +/F431 855 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -854 0 obj +856 0 obj << -/Length 2897 +/Length 2871 /Filter /FlateDecode >> stream -HWK60A~, u䔹yrZl] 琿UKՎӭVg jVn`Rvё#^z>A}{sx0~{|_dZG~èI+?^=imspT"W+W2cZ]Wtڒ*=N7ƒ)2O7,(ZcəѩE([\#Ќd=sc9N0wdD,#ߒC uRT -&eI10[JPlϿ]EɅ3Et<%1Lsf,d! RņX7-(FT0'~o2~&QMd7*o[VwC%YY}?*c=o-4M;Z*d-R lE^۸MfP[i -lJxfUQvn6j60hUrmvjgOq`~W -],)XuyMERׅ(7''=GnIW m)wuVHqX)" p0'L:(bL&B1Wc]=觰xy y\ B!Uuij+=\" Xa)=|'j N靨$x Nh&G&kk/Z6B*y2u PTmdP)(SףiD?|0v숣˵fوYj=?iu#&꤫O06s>*yhҝJX>\)p+L|;3\.VulI.5v>^X#gQn/z/)/6V[om.H -`?6b^ #pI*e -xJEl0OAilei٘ZL.ӈBxZ,^/qmI%.}@%߫Fj!Kg*;Y%mY= \0URܲ$|![MƗWV\xZ:E<ո.whjI zm(gsaY7Z"m֕oXԲڈ8 H8DVF*/Nq4TפkzMnkv -LQQǻ- +}g'9!`.LGv~RNz+݉xJݜjY-F_֠[fqXz*dHdlϺJB)FscdWb #NE K [%|dJkqqihO7pr=0 on\R>(RɅUއR}).-oU i6i:x:(vL_woFU HP$(/x{SdIїwP|V/L㋇S4{\5pvSQfw nNai;k{|s9yD-,LLj\\l2+ut>w.UHh|jcke>Q҇ό$vWqC<5}4tc$ԌS$9 ?S3E[3=AFP>;ک?C䑹B.!ͤ)X( -BID6!O3md!xgs"t-WZpG-:eu;jXo ѮK oIj=5 BiV_jȞeFƀ9K1HlI2 λFzz? ?+h;ىlWueJ ʋx7\Dv&M|_շ"Θ_/Lq%3ǀs vq@pecГ8ޮ<=7/\^ApףZkaG@_1+ {nԘڇ@ Age PZMŋZjuެp_j㗩xBvÐ/`> ~= L?.} {n*^;`hiMuFhoOob7͜7HMe]6"4l,QGAϛ<]߇RBR}Tv*Ge2]7/]Tn݇Ց<kwts5_/AÛ~)91WН=Y.`>~v= vL?.}zn*^<ד= lO֐g3ֵÏjߐ>bi_M5.t7m)S8e$2 N b8xnaZбSIfw3Y]ӣ{h!Do{ ,,YwwxhRrҁK`5) +HWK/jF,mĐؒMS` rOn(w13,_=;ͬ0hr퍎/Їi_7' ;c?~o53;i6ë'-~ >/w<ͣUpx Ze%@:,-eFA 2'9"&PS+),4_Jj/= H+Gd\2jHyR\ˌYhuh%Ur-z +ƒ)2O/,(ZcəѩE([\#Ќd=scN0wdD,#ߒC uRT +&eI10[JPlɢ.LQ*+gv} Ӝz8e|OT!$֍Dr;y Dpq~8Y偒ac{³ddL{JDUۜ3H>TmfTQΑۛO2~'QMd7*o[VwC%YY}?*ciOiz̧- hvL"mܦWFDTwZ(-δe6%v7p+PAH]%fqO UUԾX$u]"|SqR@Jx.z҃J}䖴XJuN0n MˬFBLs Tu+-l>?<%Kbrq?(ū:"<%.ڽ-rIo>Q uђU#gʐfG]ϳփ~;Y%mY= 0URܲ$|![MƗWu yq'3\*ќՒ FP²oEs۬+nS˾Ftm@)0n`G!2wX7ҿU1xyp(ॡ*&]#8s䶺fg,U`hZu`̼2 oqR;VRˡ1t$l'-r*_[9'k'N*usfݶ@}YVf>ow%7bgJ+z*dY$uS&̭ɮ 6G`aRV)@ eNSx5qqihO7pr=0 ond"}P ]\[ԑߪ,htap !$nHQVѰ'b>&Qڒq?<<]m3<@YJA|LZGm|2xZ4rtEŌH0!}{dMV0Ѯ^lRRpe1cw x_h<%8:$<S򝶿R d%Cqo.YcR]e "i =x8NLva=F/b']6SN;@;ZaN<ܥTIWewԍZQGxUOM.@<9ÛH i(9B'uȱWh4{(>|CR߲)$ yGˁ||KO7 F9GaͧL{VwCM2<3>M}if&tʺ= +X=0!aM<-tGw]jxK +W#VKwlަW8Ri_ ٜPܴalEOw^rVX4LJ)(/BEĘG9[MUj +pb}X; 3Ǔu~TRwQIJ˲bV{Gld5-76=9o\ +hAodK +x\gpu0;= hďMF.|@ltg]ʭn~\|a³φr./8CTSQtW2z >g`g]>=ÆەŐ+z=3Qw-hzad*$<% +j6j|53P1HPcu+sSbpg֣F7+i7;7څm*"80C=2CaA!@`(F_ÞG{=iuZe]=(ӛXy36HMelDhظ4zF7nt}CT +JQe z}d~TvTxw{P9u^VG; CG^AÛ~)91WН=Y`>~v= vL?.}zn*^<ד= lO!fT k7^c qG}(-:ňx}4EjV?Q_ߴPLgpcp382Wź)iAǖ3N{'dqwM67Cި7$wXYnwwxhRr҆K  endstream endobj -855 0 obj +857 0 obj << /ProcSet [/PDF /Text ] /Font << -/F429 856 0 R -/F430 857 0 R -/F431 858 0 R -/F432 859 0 R -/F433 860 0 R +/F432 858 0 R +/F433 859 0 R +/F434 860 0 R +/F435 861 0 R +/F436 862 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -862 0 obj +864 0 obj << -/Length 1845 +/Length 1846 /Filter /FlateDecode >> stream -HM7 f7֪g撢ivoIOE@/H͇G5 ;yID="O>c_iйA١{xIf⣧?Gw秿 wW 00>>>k>_UY+{<SG`=,ZWi@ӝJcyj陿tz?cο?J YeP1GyKOMoOhkv!pza~*tgaиqFy] -I;F6׺V};[qԠ綻heu5l/xic^DcLm:id/Z9X Bp~H%yY_l:3Ϫ ѺWZlFQ__iZ0˷b1 Qa28uJkmRt,<)9ϹcFRY{8֛ G9m[48}Tӱ%plf˻)@GQɻ-gY@.#ddPo %䦂9W ":fOv -`ϵy ¥7ȟTnGwF &#Ie"pZALE28jԞȞhPSKl0qS6fasaj&*0#$J+`JޙM^<0QȄJz .]yFaZ6˴7!{?!{q=J|HV@C7syiF*("E+(JE^0(j5THM*$jl-ex]dkǜ@QY!BX/V19T^%-mUxMVq.1)Ns \Sr0E2VW@H%ygx;(4GZL%0 bz)TS]E,I^"ZPNҭEZd @ĐuCyECћ1̋nP SP+aﷅ faqXfC;D/Om"N ƹsK!?7 n1e|d~M>=u71^F*tXA\R藉*_B#DtS{m&tݏgfF뫧h3["Q/˗{zJhZSkIko囝*XL&8O+JޙR^P0QoQoaG|E!,VDŽ~cRC -ONR@& -H*R%L*/zRrc r n+LKNĩy9N,*~|4R>ӱgJ{͹WEpzL` $ ˮH#(~C\ȡ.- UD 28W!6~s c %t8$<379U#@+  $VH3«9C7qgtGg:l%j:$Wm٬^9pe7訐\9*e%9 p 2Qc -dX0juSDǬiX sry·pCl:'׭<Ł#qǚkR5?^\]z[!tV[~(F^4.ԫsK5%T 8Jҷ`=%V|qW80I3ODN~Q I=kv8`[GړӔfjj<5c Fu¦,wS0 ~*LI$d HzIqwaO)LS!.2P b |+Yu M!DћlF(" E(JE^0(j$ +M*-$jlf[ʼb:;ˊ=9<*b+BJ_ ׷j8Jb +K]W%Y9ǹK8}f0p_LɩX K"]EL +f1 RzDlA 2*[Ë$0 );!2!27cXC1L%UH%y _R$ӛ{ŭ0C*[ !<̣>f8:-S{(<4sҵkN*ӻdGKPe&AlYwEAiX+v@X G muI \E>c0~-#}~h=P"nLÉKs#w6=|S>2$8bHbDɻȋ)-[~C_[ xHJlx?2>ϬU>)v̩vLSk65x7 oxKo^0(f pAkUŝl m̼\4L{SunGbr +Qu1 \w  \AYj)hկg5%TzQcZ>{2GvsdE .P, (0^vq-\4A-,Jd-6 endstream endobj -863 0 obj +865 0 obj << /ProcSet [/PDF /Text ] /Font << -/F434 864 0 R -/F435 865 0 R -/F436 866 0 R +/F437 866 0 R +/F438 867 0 R +/F439 868 0 R >> /ExtGState << -/GS1 212 0 R +/GS1 208 0 R >> >> endobj -867 0 obj +869 0 obj << /Type /Halftone /HalftoneType 1 @@ -4964,7 +4872,7 @@ endobj /SpotFunction /Round >> endobj -212 0 obj +208 0 obj << /Type /ExtGState /SA false @@ -4972,7 +4880,7 @@ endobj /HT /Default >> endobj -868 0 obj +870 0 obj << /Type /FontDescriptor /Ascent 722 @@ -4980,61 +4888,59 @@ endobj /Descent -216 /Flags 4 /FontBBox [-46 -217 1000 735] -/FontName /PMGDFK+TT48Fo00 +/FontName /KDKIHC+TT883o00 /ItalicAngle 0 /StemV 0 /XHeight 530 -/CharSet (/Z/K/k/comma/J/colon/bracketleft/space/copyright/m/hyphen/L/semicolon/multiply/a/quotedblright/n/M/period/less/x/mu1/bracketright/quotedbl/o/N/slash/equal/d/p/O/zero/greater/A/P/q/underscore/one/divide\ -/r/Q/two/percent/s/R/H/three/b/B/t/S/emdash/four/c/C/u/U/quoteright/five/e/D/v/V/T/parenleft/six/g/f/E/w/W/parenright/onehalf/seven/F/h/y/X/asterisk/eight/i/quotesingle/G/Y/z/plus/j/I/l/nine/quotedblle\ +/CharSet (/Z/K/k/comma/J/colon/bracketleft/space/copyright/m/hyphen/L/semicolon/multiply/a/quotedblright/n/M/period/less/x/bracketright/quotedbl/o/N/slash/equal/d/p/O/zero/greater/A/P/q/underscore/one/divide/r/Q\ +/two/percent/s/R/H/three/b/B/t/S/emdash/four/c/C/u/U/quoteright/five/e/D/v/V/T/parenleft/six/g/f/E/w/W/parenright/onehalf/seven/F/h/y/X/asterisk/eight/i/quotesingle/G/Y/z/mu1/plus/j/I/l/nine/quotedblle\ ft) -/FontFile3 869 0 R +/FontFile3 871 0 R >> endobj -869 0 obj +871 0 obj << /Filter /FlateDecode /Length 8213 /Subtype /Type1C >> stream -HTyPSY_TL@G|X8"BfIC @06 0.m̔- .&L4,Q0wVվIn螗s_Pd! - w]i8(pOxz׊Nk O'8<ĊDXgW@ү$$8 4A"< Y F2HH!4"H ( Bȏ{JX+%يL>Hn%wGȏ(Tv^D-8܂ \Ţֻ˭,.[||+b9ar%+T.s˳k{mOwaqY-G.Yͦ!l5L;:r9;8˴q\q d8 `"b7To "0nfKlToCpUUW:W3TkDu'}iJ|*jY &MU9{j4ږ@&p L*%TO8LyzgKgGr$ g?uIY}ί΢l8 *X  \QDD55d{XTv-N7tzC  Z(4koRˡPهcBwcΘI̜6@ƿc76.nѶ-)~Z}ŐI}6ģq+ "]\wĠղS -< -7qPHPNG5 |9#{ -\ׄZ duUq"谪uh_ŗ6(D袤 (<ϮhvJcZ6(-̦0,x4ܚS`L w RNЖ/g:鿥βFx;tȴ -V.PC1"ts|'hSMsޕ{ o.:&PDʣd'H1 ZɡKVݫmUUOgr;c\" -;Uw J -*5 /i,*#ՇMm? iͼrŠ8vɹ)*^ȧZ5fy?5+@rypa."Q0H4 oA A$T-.mWgdBG.Vbɠ(FPPLHgN kN3K97f>-]LLo qD?iX 'SSvƆ4Ёm< p7Hp^6}zX|ڛ Fu&P<Lk8eՒVJҒ3H7 -+`)|j_Do" Hw}0FP^PIUjk5mŶFucFѓ# 徛 $h愔׉:qyoq]-}uqK7}>}Y+<,bH :O8)Nu_[VNR8wϵQm[́N&_"' &Q陁%$̔߮+ԦvȚO6(LmIMqhོҩEIdJPNM. >0. zxxH@=?ůuj] h).!#F5TOh@|Ǚ1*r{é븴{-LGvQW IΜJ>lߪ-nQwmn,5<eO֨zޥ*:{ry}v]L>p):mK'07^Y]ټoˋ*+ -'[ϛ3jS OFHEA]Pkqj'\(F7[\ T}\e}`IŃE؀ +iX?`0wSwYK^~ kkH\yR~Ktw*wx+"IٸjPO2WM~5K>2;Akj%EhYGY^L*I8FM&D"h_zj. EWOח.46V*GI`fU|ړ&!w=݈tQN:͉a[[eVe $~͈zJ^d'R8s<̨0IEG^LX>y^`]p` ydtmQKdsxͺ\ Y+KD"•|HpV46E,NLeS).4ZULG?}"{t=UD Z;|Hj5ZJAF;Cmf/ <>@RE~6Wt6jNVV)QRUy7@8g6.8Wd$Tj(?]'WG$i3עYbi[5{1SfWO=cζPwvr 3g*gmk/V[Ǭlp:Mc&Kː}7ؚt;K4l/mPB{p`E$Je\ɺUsOIO2hNaОp#0W˛.]tznNwPh'pu:V2eMFjz:-^얞h)Jiv7զj+՛n|oW=bg t<.Tht~QSRɕo(-Oqњ6wщ,p e~5%ǹ5Vm?8Kp˲2XnqW/oqwg.t9loPFG3ƦW,P:ۻMʽ>7 jP8CW, ƴ #9/jjZȶU!f_'\͚wBg1zbG88eeXg,EыH h YH3{(Ll:2mGoID-uDQ /jؔ+df4l4s p%]7|)N^`ȃlڗ{hĤոnn4d;j>rE(ܠC };|h7"8Y޺%%^y>yح[OjKl4b4\UP(u$i˷X!G[ kp1-dUvm)nG !5R&'ysxWqlziiяN̎XjB"!4{BIC)}L5V u3nKF5ު[-Y|T"*d:|ro7e?\A5<ج^%AF2vm$3G~,T撖.4Ě"E/ooӶ0 X/fxByX(Vď"yG٦ӝeMdfc=?͆^Կ=)-+SMF9 -4.98pFR)mf9=6Z 5+GANh#]2p/<}wÄ:0U -lo$cp Pp~. $;"OƓ=\ :y#|3.w]a&ل¤`3 8?m -⇦54#* fKk$/EvcJӡYw66 -,[FX {#h՛Tъ}{vqǶxC3G|(+G,1*ehs -^ųsVh 6$I&Rظ1vc^6%YPڝmbADTtKX}hR6 [ӭkڭW:۞$ 2~$Ѫ[&^쑒Σ˹+3/Kb0!%paY [}dVRڡYEt'Sbأ ^ijSRgROFwX?_قeypq+Ꞔ' eXYwLL4EqcH}?_֦iSMS1)$ xndؽ$w -9N#8t A&M^cK֊H#DvĤ-Uc ?bbB4$HZ -fEԮvuun&fm3{~ߙs9si ܥ4AD{ls G_'r47sKS4Sd*: .ۚrCcȟD)52~&і,&@\ǽۡpjc8og 89F.q2/'@_N^%sÙݛtk!v0B(d^wt}p42SULʽ6Yi(k4Z^7d6^!Y:hI+:eռ+nQz{m>"P;9!%s*} {yx*]%Z)l'|єW]6@eӝ>LGH"^"fZ(q (R̼z.9۴*3_Pzu=5M7Ͼ}ynDpg<)s@U>d5gC-x|D'3!JM3@6/Miju^u\@iL@Á?L XX19z4Q>a`vF@룉@,2`RɉS#~P``3)R\> JjIEPHπJ ,A6n~ev x}[:NK{[>Ή6 -"g@!E69lyח@yyפ4;Kje^¯P5[K062DpwG%f -D9(Ĩ ph̋hq Z\ ~c@:40K4Fߢlt_MYQB| nU}]eQyXv~ C xhݞʃ?Ɍtp(AI$p뷺23Ɋ۴kS!ZIX.p<[4pɗ੾n񪢽VyRUngAׄ+kN`ceroYX(_+M-3e[uIר;U*ʇ +4Wr-sowH:f +h%]GJK [^yb%R2:rI^vFiַ҃Wcr510OԴTpQ.~F3P҈'aAsjbR C{VG (@%\CpJ:5TYzTJV`N*v +r5yNqUt{}ழ v|YCNsLXFj_ڼcQ/3f}h(䳲)FLkT.dy; 8͍Xfa!Xc9\kX :E謙z3.Ø*l7ۅljbnӱ/6:Q}SC}i r6`0/F\p |(`OX#Fsm)dB Nqpȴ/d]xXyԋW,׉m/޳Ռm[ܿ}%g9z0df.4p D5LT" p aaQ"^ %٦gkh>Dk:Na[ , 0hOJ:Bkhf_ɏ +i9c1s|jBW2"oGuhIB @^&$HNݐ p\tsk;6NYXG2wj=h+ q^r?Pݲ6yp(iѢ q(B]`J1Lǀ$+\{I{eT=fT?$:o^,2v4!io/=:@RNVD<:ZXdyta ^%3*1")b3ds4#kO_QJj| ;{D +gdMƍ\m ?+DM,_WW';;܉+43p2.SA.''gǖCyv@f'S(J/FQg6c%[$x֤짅cH?_c +S{R{G ʦQT5#6o:qߦ^ƫ +H(MIˑdM#fUTX^ڟΏGS>2tJ m)Sʀtq%"ʣd1bsŢXIDP dХ[Ӷ*誀Mǔ'3r;cE>\̏;Uw JJ /ةWXTFx44y ++tLk<׹7zT+!jSjM;tkTSWi|\D` +h @2 H@Z\ڮδɄ,]B< AQ䍠 JERRΌ֜Pkg>̗sn}&[Nr~Ұ* IiN}'x'z!nl Jaq#\7aXMty, 4qb%%g~]3vo?KWS0ÉD&8aˡTדFdՌj4ڎmV{&,'KG}7*I) )3u➃#Zn}Fo>/Wy0YLmŐtIQqSxiw뾶pkmڕ#L\|E.O(Mc3?3KxI)]W]+Mm5lP6[řڒT{y)(S7DȔ@]|)`\`3:񶑀z.5?_FպиS\.FCFFQk|(? U}};&)T33c\7wmUDS1!{qi[2)F]:E^ǧ9|U,[ ݢ\Ufb1Xjx˞W{uyأ^c.9Ӎלaz+n`i715g_m ؚ<>ُ\EgV~"d!_-1ΰIqKYcQB{iXG] O.q%Z[k~adu#Od o j +CE¤%y(KlCJk{;$[rj/D}QKUJe%uB6*&*M|*9?S.u(N`oXܳy yUߖ/TVVQEOԷ7gզ OjOʋ&BZNPn,'V (~}{50QB8aΗ8T&lr?8TJWEsiE%>? q͡e0O2k|Oݟ=dpww߃8SK94rUq8*i0M$D +՞]|=':/S]hlUPe2Gµ'Mh]C"T{7^k4ujOMKöH{,%*D#<H8)%jNj!4ťhSqqNx8Q``) *| X6**@ۢug">pW%ԉ.D+ +O il8Y.ʎRx]i.E+Fc?2D *{B6wj $B@wH'Ї6>_ x|H́1.m*m՜( {.I҄CKgE1~Ҷjb:kO"{ƜmvgTp'|^:z YEu7L!_I6>o4v5vx(W")l]Ԙ$ʯ>Ɂ!$Ð{b2 BG]HQhRBkE fk<0 +GC4B}jIۿY P["l*栠 ']`ι63`rqF<y۷ſyrh&rYAq]ՕjbȵFIFt.- + Y +f=(RP:z『ǥ-TkSHGz#ѰB]迮!3oxh(#i%t9 S1h&cK;&!GiIpJvZ9a<֛HI0L$މN=Wb=-뛽 +tЍKt!hmĥϜTQUaEW}h,0_>y澾?VRAE}i4ML&n4ImѭZ8Ӱ2.H&NV0JUP0%-D" "xI+k ,cP9Q^\{&|~9Ly}. Ie0()P(uTkuZZ-=R=xnM9Y $nW75iޮ{h:#xy.S +sOR-ZI/bϤm*8 ߑ-"IRz# x0'hE62P@ +ɄbT||]?ЮyhbLd˯ Aug8[W#/mk_v `pU!LIfxDz(OȒCtԴy6E?NS#3ofбjY薚 +'Tk3Нy-̑HǨoj6m[3V7~Hzbll +JH,ǵmBN50cĎqpf(6rY*gP(̙:u dڎޒZ>~!W_l)VjKi,iUUA0" ~JnR흠׽.=T5/ЈI/ 3q;&0tip w}(@%PK#CA;J$(v +>fo7wE:q+৭u3 KJmy}ݱ[㷞LKhhޫѡP94(H$]oEB- ݷ:b' [ȞFCUvmcSf)ݎ`=. Y%B2mMk /H/6LO5u46,5* 7ձ8ՄpE'dC5iSjL1»fx~2kU3[DTȼ ub(n~ vkx YxK>ԋ9_)dz%>IgX%-]i5yD 3_";^^m`(f1y_>_5_XQtsE$.M;˚r]C]}?Jo+{~? 8{RZ*V99prh]0s|pRژszlI絪t?kNV%1 .V`FdVo+^2xzp u`*HV` 0\HJwD~'z ڹ `eKHջU!L#%G#s/Wf^H9`CK$}"² d7L2HC(!;!+#9/ϋ>&t#NŸG,~eϑ9\զ֥'Ϥ!,y%=EdjUũPyT,.ZVCOF)Bh~q!}*y +7ćd?2W? Ox\˰gj Ɛ<)HvsMӦ6JcrSI5\ *X{=#2H +rGv5ueq阗7lM/Y5B[;mǖvmIb# GVI[~$ĄhHPJ͊Bm]XMrއvg3s)Ki85DِNLin ᳗hX?$8{ۧHT6uA\5m庇Dǐ?fuqRVkdR6>Lqߣ-GoYL{!CSYǜ pf@Nqr\d,9Y_N~89W?ȽJ37-C'B.uaPs趟ie⧪ƕ{mrP֨itjolBPtEVtʒ yW26}D#wdsBiOKTA\ۧ#->xl:C-#L6 {"]zJҒa~Ѱq/,'j5' ަ#꿩|ȞP.9%oLd- +2U=}T|K9RN)Y'l*ʦ;}DD̴2Q4Q@,y者dKca![]fs%чiU6s%g ߡzj{.o}݈8L}7} yRP>}f_"Gvg݉12yɑ8T:vdF2ůcf``yK#JI$}o vBnyB\hf=>_oNEt5$0hoاi܎g? ;ng*C$o ࣟm#+,+wx, 0`)p*%/U.Raկ `{M(Τߕޕ|\;l>>z#~~/OJϦ~(t-(0@{A.jRL09JXM|6 +ÓILkw]:nCҫ:wZ +Lh +ѓzodP6^s4n pZiĭclDt@0U[w+╲mVűSnUu+FqKM&SL0l/*{*ˈtޠ * x{ĿKDDɌGBy9 endstream endobj -870 0 obj +872 0 obj << /Type /FontDescriptor /Ascent 718 @@ -5042,32 +4948,28 @@ endobj /Descent 0 /Flags 4 /FontBBox [0 -12 820 730] -/FontName /PMGDFM+TT48Do00 +/FontName /KDKIHE+TT881o00 /ItalicAngle 0 /StemV 0 -/CharSet (/i/t/S/G/a/u/U/J/l/d/m/hyphen/seven/n/o/quoteright/zero/H/e/P/one/space/r/two/s) -/FontFile3 871 0 R +/CharSet (/three/i/t/S/G/a/u/U/v/l/d/m/hyphen/o/N/quoteright/zero/H/e/P/one/space/r/two/s) +/FontFile3 873 0 R >> endobj -871 0 obj +873 0 obj << /Filter /FlateDecode -/Length 2655 +/Length 2686 /Subtype /Type1C >> stream -H&9.-rx?Z- gb's7b cc{1^?Q~ @Д9ɪ[ 82>g\5~LD TY|0G9c`&bV4|HXY}0/W`EJvo7xn JǧɧѵN6aNc8גح4@ }'y~V^Oh"¯XtĒNASo(&Xˇ\IEx=.x6F? -:fXVU~\T~k>6&ǟ)r.l,j^57YMU"wP°@ItO֖4ØD r"ٷ,&]a#fç -jեը:J3y5) + A'$DZ/0 -]r׉%*ηաZU5:"JRI9N%^{[<{gC{SP}7ڇկ -O}c/ַaxfXe t8*)2t@AJ5T́(ٿw$w%]AWeϢW -͔un :,LsXm/,}%D+ SNqg.%d9l Ռ<jXG8z{yM/kv?$lm+œ[3.{*ЫA;Է[`nce X9@wk櫥Y D:*T| 7VD -'и^30J$w.Oc no㍄e$7`|c6McM"b@H_ΫT](Uw2\Z#C J^BۛBq!ЌX˵N~dӃepf'NFT'`q7IiG׆V\h@Stt^tu199q}7׆߭ #2dҸxido^JNdoȪ*J Ɯ*txL!ÛgM9#+0j*bZ^$/:p:入G#bt1J{x#6#' Wsap{߼!P\QKssBQnȩ &Ϩ96V#!46W#!!#V3).22G]]t|8QQnՌ֊ʨŤrXYL@ALnYQXQr8A+ѳxhG\]bcjovouud{R|R GUdqo~ό֊Ù~}kX{(M6`.(qZYC*fujj\O>Uivv|wtuz~wo-i.gaZYD1)c78DE8h5'55Sq*qdF2X}|noG>}5W\aalww~hqd4d3eQY^LkkLIzFDLSSbrr~8|*0ijpxw,Tu3>m +HLUiTSI~[AxVE\F,,aIXd_ 4[9:.*$@X=h (MB;*Jыڧo3g~Թ|{`,iӮۗ{x_:jժZlӱf=ԣ򉝙>_;;j8673x ^E82 Ab.a" b5A-Alg B"; 46aY߰$MolSy@Go(r+HB[Eky7[G;L;">F:pPK_`]ynG?%BXɼUѱsOf<_]91˦I G7SڪvwoEA)]鵱T6/(9Ns)#Q-RԸ4$I!)c V%B^PB 4.ϜgK:@8vwRi>^.0պBEra>8\њ1>Vj?aI4g7c\J2ϡlĺؒ-1Ҁ`-HP[Q# ,d{p;8,@Ɏ7"6s.,JD e|UiVA8?J7m͙`G%4DcgKf.Mcդc ݆ds?4>|Q#f[8bf1S٫ +e=M~s5 +sҾ)PIhMXUl 5@;6J edzb_9Fcα.TKpP'۾ؘ8iF 顪Ɣv~:ZPpgLQЃ|J8qdWnʴ⚺l>ZUBE+9~24"""<^]grY}UGU{[]_i_ɷ20 Xa5 v-kCfYV[cxzKf`Nn01+bVY̢aM (` i<~ wn ^M?P`#æE.Lx-5},w.) +3~0AKBԐv\;-Lq55>Mp&@5N=tU h@. +I{r'Pa@/8ό1_T+n0qw`##rks*H^]&MUT*PΉb>^aiә T-)2Ո$[PkB}(I,$YذNhϠO~~6xl8@{ŋ*$}(3"\k'[GL ER#2,B;k k_Z[)î}b$5OX-^X F‚di.5Pt#/8,,nKy*{N5*O͠pL6hy'` ;zz0ì^FڢON˴mFkWECn A9 E_V]w=ZDeiXY7=vA[F¶f^J +60E^wi 猝ܩѿI57.)J2:5p;>@̙L @A~I.[H.Χo!G@36öP}옡i;NvA+/AF "k]{;KRӓs4\# -ڃ.:,!*{ʨdtHzh$6N"ṰVy5}@FQZx%D@ƇŅT[Sei鐶|LR{ڌO?L=- >,n&R46W#!!#V3).22G]]t|8QQnՌ֊ʨŤrXYL@ALnYQXQr8A+ѳxhG\]bcjovouud{R|R GUdqo~ό֊Ù~}kX{(M6`.(qZYC*fujj\O>Uivv|wtuz~wo-i.gaZYD1)c78DE8h5'55Sq*qdF2X}|noG>}5W\aalww~hqd4d3eQY^LkkLIzFDLSSbrr~8|*0ijpxw,TQ=7SJR1u3ʯP endstream endobj -872 0 obj +874 0 obj << /Type /FontDescriptor /Ascent 722 @@ -5075,43 +4977,41 @@ endobj /Descent -216 /Flags 4 /FontBBox [-3 -217 1000 735] -/FontName /PMGDFO+TT48Eo00 +/FontName /KDKIHG+TT882o00 /ItalicAngle 0 /StemV 0 /XHeight 530 /CharSet (/g/less/three/bracketright/i/G/S/t/emdash/a/equal/four/I/U/u/K/greater/five/comma/v/V/k/J/d/l/m/L/w/six/hyphen/W/seven/n/M/T/X/period/b/o/N/Y/A/B/eight/slash/c/C/O/p/x/nine/zero/H/e/D/P/bracketleft/col\ on/Z/one/space/E/Q/r/semicolon/f/two/endash/h/F/R/s) -/FontFile3 873 0 R +/FontFile3 875 0 R >> endobj -873 0 obj +875 0 obj << /Filter /FlateDecode /Length 6061 /Subtype /Type1C >> stream -HdU{Tg@&aֵŲj( "D7%!T FH FFZ=jݮźsn;Ϟs}{?u!8 ׮ S^Xsm-c"Dh~ԣ8 Y)+bLK b9$xDA(b 'N0gg%K50'9k׼>??II(p;v}Q?<<{l/p<Rz];ӻ1bai}]|&}4eO?wpGl: EK@/hٵYWvS:Ք~<h|HtM&s,C9B3PJẪ㊣iuΔ= g%%XdN[ju澎 _iy&JQh3Qe(sn+S|xMB *bRR:)I]۩o4PG4_i3_0 -f!Q[x(<)K(,b ׀pYg8mP8 v:3}`LD^#oD$Kf*:C>LG=LH$np]84!5x17@ [6*RrGauTIT%zb$Kjн.9:]tPϠ6(ǚ5s'(w50yLnS^CVvLf -<~$z}(04<}u-#(lM/5FWzվ̮5[SWoȤ]YTl=<}ڎFir /= &Tw}|hk7#7J܃4B*S홳}i6UjfvdCh5\j0w}rC@g#Q̫7 ~F ͧ1 sØ?DL -D!tZ -6|,M@VcFv1xxdrjXʟ3-7"8e0}`@. @t`]hJALvj!{زWJMgOKk$Ezkw"YK>|z6%h=.`#W"'=mN\mDAk1d޳\p;wcl BXg3Fq~Y]g WЏKm126jP[ri6"nKuXDb1ƹb\D">4 _ 2d " _F_ L9CT`& G!*QkSq1%mtQ|V2dYsxw6M̢pIpF kA3)lęÆn1o`^a‰mLʬ4h1PgY^y+5n*U]]Jɥ)lS mb}cOj@٣1tScJ.bb̆8ef,o([ LXIۨWC]lKX.y_<,S 1PLCH/2_k/`<TM\xZ^>"(E>,`J ( --H4 J^-aȫS-U:s69̻v2{{otiD3DnN V)M W!Ջeش(EԆ噒}8t:"> KvW/$hꏴi*jk<v[݆ciU@c{N9R/?Kўh\ޫҲ;6W%OCOA:,\" -_! -XѸ8]`J(] 7A% B0{ pT -\)8Z4/hA#_* .a0Lldh*Wc-8ځ^[E\Ϫ[9CʁCmB&`ʘY!U ;ޫhSBQ#%Mg՝n+o< P_<ݽUq^6xraOS_,jq93惤9 _qVTV݋g ivWE$='"ք'R&ߧLG¸0`j ?0fh \ HJzq8-á4(ROK?9NDa>{oo VГMO(|NjՐ#?0pG#OV1bF:4<⥌O)wNJV9?j4#' )ƃ?ƚBUHTЗZ^wןΌ%srg -(:=7h*_)~9TGgz?#}?l|BK8hRا\K5X-Lȅ&o䦖zymj/]6K|eVW54eu-]u}ҫ}Sc4Y 0P| #C13$C0Eihrk(RT`,vŀFteDpW>$"Pd+{a3Wl!-[ÿ)*`5 ]SVBgwUԸ̵eH`"c+BqO~eW|s0}9Rˠ mnRvlN-o[oH0Xԇ%wu'M^^z|sqt:l~ -Yx?)RKW[H6 R*b\ w3)\L+ <0OI }n\Ccr2uy)ppiWהt 3;$z$X,VмA·8F#b +:K|nx)`$i66EYԁk177]@8m*ޜHR2 F,44fJ~mk}_nP˪3>ˢߥTKKAQ"8S0S P,`CƢ>|J̠hOd͉پG C), !D %#FE"?  loGu3xL\9f][P9{=;z~ap rI#%bsWJā؂O\Vk 4i /DAI5-RYbI~fjE[vYȫq:9;d##'I%K2=uq~rVW8}B;({-څ,+ -e< -odNxZd=qz0\$?l('+Qc#?.zosw j*lzaWhy5 Je (),)& H^ܒ *2IhĦ̐H2rQP!ڄ'EA E?>&%8x<]n*N6sF~T.XyLѠlњAŏ&j,v -qGbsA¨zs(#_s h~|J,F̝VՊs֣LQBY]֮`1Mڿ4ɃY\$|>a0:`<;쏟O),C[/|BMtG(vQb2}Y:bd0 Ãp.Xk(Ρx4C|l/Ԭ.D# 7z |{֭~_F\:i +HdU{PSg +h KRQF-UKeꫀET^B璐tǑjQ0H Ĉ @}U+6v$@ν3~|Bp851kV\1wݺȰP<[aZ1EQ+RU3 i4p{kM_8Ǭ DM,%|SHy Ul`$~ ss8 8+9o\]]py^C}sSn nݷtvx#\|wL>RǴiSӏLwo.L/߯cFƌkYu/DgbglsNU;"hLSOD704R(4h0<8"[_@JN<> (`|`E_wiiodn5\lt} L64eœRQ(߷|U2i}Tnt։Lc}*悾Y[@|a|d XNlF-VG. Vg,U4&udw.^U)&e꨿9J?*dLc&VL"'n5V7#{/iٱGZ-TY4zfD +ߥk̘P},. tig]hKALvr!{CJMgdHՉԼI[B< upfAr(vc&H:fHOf< WW9}w=46$!\5J{Oڬ5SmF&f`ҒLj[fqR =,VX(.b/E?(98f+l=tB,B$5kb})s/ܢ8hvVA\3S#P1EqILzgeyϲouQk1loH,dE O][β&gt޸z'Sr eTfd:{Bw0;Z2j76*3JwdSedIpV)Ӷ_է:)bo31FI:URR Or7ݐ5LXݬm+7Ϝz/aYLd]sLϩF@A 6:<{ R%xyԏv  zo.@2TOnJ~*![]hw>,u1.6YH/ɢg&Dёc[36YWqtjmvz6ueVݦq9~q;뺚tm:CMo>r"D l+H8ğpJd)xD%_9l9QUS|Z[bAɷ'·`!`}O9V-8J'%2Ƴ8/WB1a$mn,3CRc[-_9@t5qmq\da?W("bˇD#('`B| #AWD0TE~թΜM&ndv޽{;] G"CJS•0jHbfY06-$).Jayd} b'R] #GʴZs9OVГrоK?CWcgxHg?a4.0;ND ++`M. fɟH@5^շ8WGJ1=g@q5˪%tPȗJE)K ӡm)' +vw5X v@Vΐr ;{E'gg?*#$x;3} GG/X2f2mtV|:*ڔ%|kcISنsu[+%O`,w|fwomUW><\w}Ĕ0d(K?Z0!kg !L iNWռf"0lHh'U>k)` e"5!퉔i8ӑ0n+L!,9:ClOaE+Wì7ҷ^ũx-}ǀfxKXs`< Ӓ$~Oџd~ޛ[|Sk! +_ھ{5$HӻU# ģx)S +'읓UΏZ*I"B@)/πxhU.Ҩ4巖]'3c3/ ڦ +W_d",e[%);=䲅oZp9)RybG V1S)r^hc-KW͒&a}#_U .oY@Kow]vjT lVC@0LF7

'B7Ml߹jh9Yn+z1!6?Y>#e0e>K9騾4Bq:?<;e4BOdӿ_L_2(H]%wu 7!!xɝ+*FGIzץW\]#2ߺB^O.|/U5Ϡl` OŖl/ip"YSB\*ɹے<d=.x_~@^SawTTŜJ*yk+o~Lx gzK7~8OK98M|xyr]x':$'>ޚ{FQVէ>N0cӛ^USRfa%lly_*i]"Pnxu58[GT.Tn$ՠ;VbF H)XcQћs`(df6x!c̷ISB ޏ.ĸrY:u#<k#'+oy/= cn #Dqgh3ܦ#'HR #}(ȶ~KC>[9d[Io#f = G62WxIA-U\"9N9+PH^ 9Aכ_ +90=_urhXcAmjzǦ!1Sv i\)1Cl2_jwg+Kdyj/%pQ]%Ry2N|;u8VyBٙy7>dv`n"urv-{EڽM!pb`|pr3>DV&Fk$84K9zijOe0Qъ?rj8[Isu>p܈w}вÔ]*.CW D£))޹jK.D"$5+%!BXZuA.g7s>{ӎD7V =D]5)8W-a @%lC>DH! x?ϓsO Aõԯʩ)}E2Wx]Lq4SCB6{7hF_>&>z6Иllg^ +%+C%145e3]q  9K/4!~|P*ш_=J>Iꤹ(#(MQ%um:kLMj8P~|[;&/7'҇" ȥKp%,M7͟o_tڿj}.#ϲw)RPzTH% 6 ЫO#R*3(ϕt +5-" ̙+/@{hK80Q.\ 7e(H>?}hz;NlJN8,ΓdwT1Zro޺}TM7{[W$[#Op^732) ْT +M!=5(h; ʩilKn43 j4e'?AGuAi2JS+EVM.AO~qsRMI4#qjYv-Ns~F9b2w;WqBso)gYWf>Yvgu6uԮQXmbДjx5ƒݔL˩BP˥"*bj<=17Zus,.\MaN THjACK/zAM*iS7i?0(`Y4rpLZ \:4ȩ?A\0`uŃ 'ʂbmvY"(OY$0h1ƸYw~@rb/Li02 +g%FT16XAH ă'o0;(譚J!?^E=Z|^szM}zRYJ+K"Ci1)W­k0|!r7)3$4܇|(T6`Qx(8~I%qI;N' OtʆMr &} e4([&j|xgF/=)8 0(]ty\\{(0*ޜ(J\8s'h';d✪(SԩPc{?} w6o/M nװ?30t̆g]h|lcֱXY> C % ;%V%>ʀs(" 5 f=HkfC o^ުu뽟#:@ endstream endobj -874 0 obj +876 0 obj << /Type /FontDescriptor /Ascent 700 @@ -5119,55 +5019,63 @@ endobj /Descent -209 /Flags 4 /FontBBox [-21 -210 870 700] -/FontName /PMGDGA+TT490o00 +/FontName /KDKIHI+TT884o00 /ItalicAngle 0 /StemV 0 /XHeight 450 /CharSet (/g/three/i/t/S/G/a/four/I/u/K/U/five/k/v/comma/V/d/l/m/w/hyphen/six/L/seven/n/y/T/period/X/M/b/o/eight/A/N/slash/B/z/c/x/C/p/nine/O/zero/H/e/q/P/D/one/space/r/E/f/two/h/s/F/R) -/FontFile3 875 0 R +/FontFile3 877 0 R >> endobj -875 0 obj +877 0 obj << /Filter /FlateDecode -/Length 8810 +/Length 8809 /Subtype /Type1C >> stream -H  9_A\'<)dFEs8\֩nS[֩l'u=OO4p:v쑸62۰*?)W+A٤DB/deٙITqFidW׵C-ȑ E2!~|v@6'AE\v=;I93oҋK J/$2qp[d*4uVO\?053u4.Rb8ߑ){ .ѭ;`樂Pw=J-B&嗑E 9⹳ٌ2EKi Z*dUv]+dtD!wOH꿗kQː|t(a<rk@*K'bsidZ 7'L$6FMT /6>5a`;h\&ցMЬ_:pМ4C;`:tB"32-:88u00{`y•<܄>8 -PmȂl2.&ȯiZ?VH;a4؏d80-IS) G"D -9,0]BCNBg.vZIgT \-}DST`)d -P*^B;p~Y8_u\yvQ4I]c=ͨNa =:O.4bR'z}OO;}:-p4\3e?vwRH7ݮp9H 3DCD{ qB R\P*Zf=37k&o}7Ox^'HOdcO]GTd'oAltWegj y\.'RD!.*.Ghȫ*P_(y(n3?w <ӑєJ;> 8&|%vѠruSS +M'k%vb'}L2G>r6b:Ӎέo_VO~'is;Fؼ#m£/N:t!kD?27InhlP -8on+>._Uե5jʂչtOw &뛞!^%A{&Z^ˍMki&-ۘXAwu<fs&;};:-e+sfS4=f"6Zp|  $U=>H}2=7-? R}sw*=ԮzG@/ߕ';z! & &w9KĂn*;zԂ= 40<9cϰ>5YYAC Hu[OL?|| bRh&zxx[}'38CFqFqCj=݈-nޤ>Z@+7j^wG rSOjo>6$B(JX-rUlI8T{LJxWxdU2>2dq ~0sr;Ut)w$#⾫uE0q#+UCF -PU~HYd)5}^%>R89܉hpu5p)^P:f㶨$ Dn2gA2g*A~p#die_.93|s>to6]EmϚL3snd17]'ֆvPޢs7ah߂(ڤڮ| <4~ -[Fn:޾ 敆ٯJdӘLn|ڜ/ p֧AAKf1E"F -~ .] -ͬAӚg_Xw{]H{cnU^mpcf{m@?/sSJCkFJ1zDp5-pw7\nVˢJ-TJte} uslmdD3(.yT~>H=#'zG_ kV4 ͣP6 oY4Z+lWCnX\.ĻPUgv)56pP){YM[؅;E,Z7/CoZ9iWW}k$b$mf:K:t֪Vp% -NSA2]dɊAO%fIr*E#p5u9!ыU#H y8KRxF٬˺(5)uEeuqmh+ߍ#,r#} -`Y5 ,9H"IR$I%l(D1)723r$x 5Xp|Ώ=u,$a{`D >y1f㻆LlVZ<)#VS|Gڇ}I} }ٽ'lY\R:@Tz.(Mĥ:bf>I\qFB&Q+}t/kosP|287*MMTR'4A$YBJ.LSq脈=9kCpDBtp6o$o8@_S!N0/I&Η|ɡjʛR,JhMvYAYes]c354YΝzj̹-|yb6v' -׮.vT*نTH]bsF:aG0~7GpWicbs+D?\sKءb(bJB9{'Cf1e ̞yycK2;^|qbӦTG&:pG{!ݸ`zݖ'v Aoa⿦24 ^n oJ L$%By`,gIַlNxSg>WfaOS]܍s;SCg5ݣ }iggH4zywg:pHVP,HD`2itzNۤ- <}_w 94_d/s0dm}^^0F5>s\Y.<)iFxwemI8сP|qtc~0׸ F6oW -xb ˭VΪ{5Ì8,G!GxcԑPTwkOkI.fO^U~-_w~~/­򤏲l8?M/pWtaL!d$y -8EJ7}¾w \(UoBktrNe{Mᬹ<^];7o(kX5p3qb |gf8O0*8kkL*1VI( kD_*`S+r9 ɣ';p.TP7픫D/ڱqq֘Kt,6UN$rT}FuFQ(gKJ>Rwܕ{e.eRY06gG `ߏA#;TL8GX_Y%n;"I}KM!o@p>ͽ=np.%K$_Q+Ubo;*ܕ%Nېc' -I .,k_slP9MY?u9/m, X 1腀GO.K될C*MֻpJ|O:"63ztLrLRB&1!'{)-UjjzXiPZ&ègM44N zz[3YL]*JIL[ud(:\+TŹWJB5 -N|s>?x+r3:Zۿn,(#ャ 4l7k_;wR nFv7|}q ]\z<|aGW# M-"U^Kgzm6V#KV$h4iN4w|L>)4t+⫰Z5fŪmS SxFS/U3Ipe7d1"i1_2R |@W+ډrd((1P 9b&0;w0<'99%ޗ; -rȃ[sRK˩Ɛ +0%rTJSTʩ -'yDk~OYaWh$M!@̗ ňFzqYY_qNAT~]1-2+JEB2B? GmTo:& :F&77v:jgL5"IjmDtF'v썋 [x`W7B{1@C t,K|{7qezhh__R -29ߔ vrD^&;3~?u]:g't4_#6+½AFP@ hHTWk"5y@ -Ν&gi8M'&C#a9dJ̶fgs9bOqy:ӥb1u\ 4N ?EQN[V$]ywMu:UU>Z9Mse#˸=,CY Chs XzZRh=.5O7ɮ1`g( _EZ0(Բ.}ߗ[/S,60լzoȘ:f5f f\cc0xnm+cC\O~" OV|uRJjL8]%54aNR4n7]~{|x5bo(iZAzm&Z;xF{z7_^6nYtPw-27e:wXIZ.`dlF7Su2=u7KO’xY/,(W%a_a}vqbؒ0&q]j?ʌDa!{,'41x\~1[뮴>$*)KZ_wb/eL ]R5 hz݌zN a_sS(1GepTi#bLD -QaSt˼-§qo7 -^y:kƨ>5ɋVRtp}p^OrChWg.-J~?MO n_ͣZ hP)Sl+5B42r^ˢoSt~۲ѡ -G Nk{-- 92ص3Zgq@N|CidZsamLsLaHU^i -&.šiӍ? D砑Aܫ]bGKJ?uRLpڠqTBUj(50S-E(Vupj"sx(+ZlDuÈ2:]nk8A A.W+OqW kt<ܧy Aal+p(-<Tt uu\}ym,k&`p}p$⑏-64;%Q7vJQǸ4ɀI_Ǟ`M 6TQ픴7OˆZN_mu||{yrhajYXwmbsw~{}{xr{e j*\BSZYSUsUflss~|'={u{}|shܫKbwv||~uyhb[biъ~2 +H7( +[S24`'P7%eeʊdBRV\]tU8\OzItf:_/Q_:O)l#Z]!xæE/i=юODrPzA~11\9WM/W1NAMԫdץ}"MFg4hNa}]}K{0p:RqG!syNUv]L MLCjYͷC'$vM[G)p7C\HE')yQpqd7D Ld 2ѲUk(d?)茵3EʾoŠ3sW@zj+LELRk|NH}')h$ +s*r*3I"^~xFv+,mE% +y t?!;R)s`齚J<ľ(֙H DQpiݩK!E7;pK-˓M"=0d .a#FA?LیQc.`[MDT&Q%,&Z-| ¡U~͈~H~237#M? R|Hq*peG.Pg`ߝ/7!& $'}%IbAaB~b.'pxzŹBch0cϲ1uY=4ކ!p+xT;ĤL6Q跞qvfH4fAq] +<<\m}^6>ZJG7k^1Yw&prKOho=1$BmE/PtcñZX qsKWDuv2C4I~0sU]u)w$]uE~#;UCD>3Clљ4g9}:>OMSU< 13'^A3H##ڶ-Bk !2A達99ڕKnRg|}6R +ClNo-L x_*V-r?W{TWduauuۭVq݇/䡞ZEBE+FQJ$@BxRhQѮZٲ-Z7qǞ?2go|;'f'dF>A8hG4*]YC˻6S2CeC+G‰'^ՄCԧx%J|kcOUǫE֙r^\#ciaCIϝ(oW7ZR%>c6n +J@&C|&mD/sxK췩 7KyOYbn=3g1CAfUaID9o*0ZFsSu^mm(o-\1w6Л-荢M)wooWCJuhξo`^iX +DFx8T׭۸x o}44kvZ.rmdX`1ޥ4y)}fuwG=Vզk 7iVD?7y4fDsG$\WSg@w}s%f,zz /0KڢJDWfЗP9W6AaO4NG3ts0~~`fE< +mCECzk?*_` |p +EE 0uݏPE.MEHwρ r/7`ظ!WVgT$RKp\ Z[KKKJTx07隴FkcKK4󦬶6OVTkM  9SfO(ۄA[9=dGI?"{fdK= pWA3fU%xu ₉1T3z 8;FSo06C{ԉv.0䖋uBM UQemXk "zE0t]Y zs2~O!Osi;vuF"FFnC׮kj5\rP[ΫήD=%ۋa$UYq@Dqd`LPb`&/R1W#9;qPSpx[]_=gT-g͊멍RRWT*-Q6?"7҇ r %Qh.$$ET"VBTr#C=,G\wMȟSǂmO'iƱHtȐɞ8qWc6kfŃl2b+:8wq[}ؗݗЗ݋|Fe%:PS AWM\#Ƌ ~is~.(g!dI9җH;7a 'stTM+uR--MSdA͑% 4H(;'Nؓ6wL$Dѱ oSM-۫ 5%l1T +d| ȗ +-dJQ< 156YC)۩Ɯ1mlMG.;^!kOK]akwpnK:Z^mHՋt%6kvTL w8a̞L~sDxp6&6;N5H< uoZx=xo&nG'"rjC+HD0ۖP'1B}Fq1&rg`\z"o/> +B{7E#_=mB~B栙p&.;p- \4_|4Y#!;Q}4A$YScp .B +ʢa :dv:BWpQx9I M.؝:s֙]7~ ӕ|`ʆRR;>][Soqz:p݂8d{ 1Z~FUiQ k*vl۟K?p6d)B(N]&ܘF&q}4[eA~s8t2E 6]x(Blgn|/SR-P.B%}[ړ.f,r*n|)+;2#j0Z.&;[$j7tS[oP`LpOȅ@&@n%"* R@bXݎ՝=={=gy} {7'!*"$}b?;o\q;?D(Cɧ)7!9mJud'}R܍`wm9Ay;m4x&kj*J +Uэ@)DrXR*+grd}v=턇>91{sl4]A:%(;3ɩ?t_3=ПЗv}pDG}w Wd ⯘.~L&F7Mn7|׀O#I/E<iIF7՛ sl Q3>9\qJ/(尙“(Fj}GY XZa +eɇ(GK7  bld|uثK7)~pJ-/lE W18I}dr19F EuG,ެadUb}GW)܊,O(KO9IyLVNB^S$t'|W)P-&a?2|! E\iw=pd\0u V؊[YT >ͯ)So"f*ؕL:57khVkZCSdT;QއNErQEV*vKG /MT4ΚmmcyF^ +L茲U?W! @@!yf +YmV2cEĈJ"VΪN9"#a +x98 +Bv6Q :p'fnwťǃWʧ10{]|5 Ҵ!RE~ݖic5hEFDJ}xLﳟHsNGI, +Uck6ZZ6U!i1E~`Gghیgt=oRuM1ÛWvC)(_,)P tE-쾂(G2H +<#f S \AsSbZ} gX81<57.uG} +` I`j +Sb@-WI%H!D+1EZ~G_\ֿGX8,|H$r9<|Pj: 7I D+n/ҭX$$#pt&<0 Kc⽠n\mRQ}scsPvL̤[-B FAgot m޸H YE `1|u('y;S 4t@2׸wgPf%g YRʫ .%@I +5L/u >=e$uv[;$1D0) /Cͧ7ᴓB[h5JVrcN5Wp]8n<+KTQs>#*LCcHri\]pQG-B]J3Mɮ b'!Gui2C=Xޥs[qLGA5b-ܫk ON5Mh,Rz}ўir΍tl24C֫l{1]?/uJfo;g#&  ``#{`:]J &/S!aX@Ġ+Stupn>1JUwtYSU5_Ns+tn6p+EM :SR~ߘvbHPU̬ xM-rg}1R0`#_ͪ0`V`V`V566xM>S5=k{wgSR +C$L\A?^ro tpsx?E [%9٣fC\U Ů|n+잂hścO|8X}NR#/ێԶ%̏?:G "X/y=u89l ʼn3f.&O߆2 9^=G}/b dWW ġ$̍ujPRC60i$E~`H~v巧~ˇ+]#I&2[i Eцk)g} ؟o#VEw %}Gl"sZ{/jo-%yFHv `4p3^!C0Sxyi),9]‚{_[+_g瀉'- cRHrWro@s gÍJ۾CbE }'R/\p {;w?xTG%1"64JTP6Eo)|j7k&q)ѯ7Z,p6j]hEih?* E7(7v|ZDR΄hO_E>-.̣go=)>j4AWC\[[نbľ*1[Dv +pSE<_D >Mo!˛q(8{~dr(5< +rzv!wikkrm*DwU +X֟/ǫ j1,6Mtj%vT.dc )h[a*Ť  G!T[^ 0eZnUqܬV 2WW;+FQW> endobj -877 0 obj +879 0 obj << /Filter /FlateDecode -/Length 3562 +/Length 3561 /Subtype /Type1C >> stream -H`tDdš 2?x2w9X:RZj?־| :c 'z{][4.ݔ%'|/v*.>;` |ͳPLZdL -[jڵYY]ĤKMdVw0P.ѹ.Qg`(mZ^wInNPplb]e{imZ{鶂j&Lq&JUiʾ?s+knw>}NG>7w޸1s$.T=OW{oA3'5KF&DCð bSД!!s,YN[shf!Eѱ^P ĨW_yB˹gMOq~lry u=a%ūP_C%؟b, QhSN^2q)}\{^^' ؑ]#weؖ7%9tx.ݠRUgn\|ز?=6]iwOGm/n@b`P{5Ø>O|3mV9:oZdhS1Fl6fpgxR|H$q$ nG;N5WQ+^/W4p4̮ W ^ `8faROo}NF[;eQ26Vxr(cmYD| i jBo`,^>ү16X/-\-/ʃ 4 E#"rʅxJ{Dx[ ~h|/eJ3:oо8`|`<҄\J,qoqH3|.pRT` -| ǁsA9,=A7`WwOFp|`#3 8C);#ϋy*pV{RG*uGζ0&1)Q%I -ybiii 5'f6.sSL:5=nouQ,WjqA -υ7`OQ0 0}wpS| H6)gsf]X"n$y -yUg2ϓa&oy4t=BTS(9zǝ4ڟP$(sٙ4u0z'xYDS# ( gHjShIrN?離Ȧ^hCzacFuU:Ԥ:mkgy/#>.!q 0*j -j!yV7RQThUFPK$DdUnBDWV[n*QKP -1ֳڱx}[[̾o)Xg |x+vy xԻ h ţf{2XIY?^@"h0 OT.j0ڸgK/wԷXP.(|Qm>*6(YCx0<N \,X]&~ʀ̢Gg08q¸SMiƋD4Ĉ-]mPەW9#+֪O6Y%_gb rkHiŔ_Haxx$$2{Rs&Mz椬J]rnD1;㤘te~Ogaro80B0 `lZZla“2j3x^&[BL00k\Bi}hkJw3!SwNOn孁+)Qb}'!*Ĕ`=8<>y1#HO1]P7F.#_te-ǔlJjXg.oo/.loݦk֡Ȣ3UtZS,,ˤ3iLeErl^Wt>]:, ar*9Q(;jtV!l_%jmhStuU)[65**'6%6%Qc{=-S8G*~@#&|i0+Ռ&jsa*Vfܱ6Kjܧ\3 Ծ`> Sss$k)K9x4, nRj<޷'U1m|khs@w &͛;S}OpÈN:ˏ_y~Px@*Y ֦_\E ӖSݕW9}]x9}ݙv^0u#vlEք7v 1Oo&s -%x\)6t$^宰u6pe+i%JGe+=9lfp%jtR}J+ѓm+#W:n7G3Tʸ]!hg!Bc'g_neHSYi>Jl+Ps3[{I==ka..dNv#E3K*;dXRAеkޞ9D94>:X4VSEN\\WSE_?&d,sA+OMkȅo_9t47vVߪg%N>&Ioasɨ^4[&޶#}{NR^)Dʶ)ˏE[tMIo,4r]lqcJS@R}DH߫Q E)Ɵ#"K X;!<|-@fr#>bH9ʰ +IW]ϺC D_=ck\ERӶöSNe W\}Lb:/e&ݡ+IaCSbW-Y6;#;=7sW1;I2h?ZW\αFUC+i4}5'Y$$bT6x.5qL[Ot>9KdN9SSbNߝGCOCYer@@ݟGtS#_kCIwo>o܀s9sPrtDȷ 㙓̎n~%V#DPa"!a؎bSД)!s,YN[w(Hΐܪ]bϫbԫ.?^H3a?T<h`phXmj<8Pqs;ùz$nK08n&: ߿{o-[XryIuDX~7(c+rlN(i78;/pY W{.=M{1d`Y'Zw]b@[Dy/ L1?l_6Z{bhهX!yh*>Wj5:!+ާ/29iI ژn<8#(K'#j$ KϦȚ_35 ۙ_J$"Ah炳Щ +\Qxj5`NF,-L v%W^uQA0 ~{{M4-wʹ_e\m PN軐z+иc{cґ%uO:|i)jm|64n0I`߇<(-"OqoaaoZ1Dƶn k_O%pߥ0iO.q%Ѹ7W8>q(.uqaPs2;;7`wOɝ'MiKOO7hxooM\I ۢނG7 }FB?y9|ct2J'0J1L5wc;<|$0P_rL{ZGuGδ>7&3) TQI yibiـi jNhZ{+{ {t;zi^MQP +8gCPo ?ֿA N6ߩvzͺB687ZIRS|Hd1MϓaܶKLx>9 ?`b=${b\xv&Msp ޖ1є_y1ȅEXw}Dki{zw&8ȦhCjac::wm=ל.!aǛ 0Zt5qqaNt;¼PX訶zn,_!JO5vԙڐM; N'H>pbJļHa$.H ǂ#aO݇/:c2ۖcJ6%5n[,3ַuqwYn5PUdR[A*j :)tfeҙt&["z9SbV+Z:ϮVQ\Űq[Lz֜(k:e6@f):䎺䪔ʭE(ȱCʖ)#p? I[4gjF_0 ++yRCX%5[?zZj_p09؀Ӝh[5 9;w͝ܩ'aDZx'/Xu(< kS@/ }i˩ʫ|>uA.gd¾XL;/;HBk6"k›B;'79l<@:rW:C_8R2||%#2ɃN6}85d:>֕ɶՕ+7ˣsI*eܮ3xjo +E!K1uI糯qz,4PVfsKn(f_-ѿV0 ^fΙĥc^ՐIQ TH2 +wVjսT,ELg +;F9oZMģ@g`1qlQgpo+! +<^K L#ma9Bɡg._i581uW4\^X+HάQwz k8pe&` r1haM7&|p?|>km>2H omzթDW55rwϸ:gm= ,طP=\>x!_ "[=>(=N9~j?tE endstream endobj -878 0 obj +880 0 obj << /Type /FontDescriptor /Ascent 722 @@ -5214,46 +5124,49 @@ endobj /Descent -205 /Flags 4 /FontBBox [-72 -205 876 735] -/FontName /PMGDGE+TT492o00 +/FontName /KDKIHM+TT886o00 /ItalicAngle 0 /StemV 0 /XHeight 530 /CharSet (/R/quotesingle/G/S/i/t/a/I/U/u/plus/five/k/v/V/underscore/d/l/m/w/L/n/M/y/period/T/b/o/A/B/z/N/c/p/quoteright/x/C/O/zero/H/e/D/one/space/r/f/E/semicolon/two/h/s/F/g) -/FontFile3 879 0 R +/FontFile3 881 0 R >> endobj -879 0 obj +881 0 obj << /Filter /FlateDecode /Length 5390 /Subtype /Type1C >> stream -HTTkTSW"@I$̍B T%B4aHQ -AQU^G)@4#EpU˪K8 s=Y{smYcfffvQRXiyl48}[kAݏ00 ?p 3 [,Fb b90>9|c`2K,Vf cKl|E# Gr˳eiZ̴=Yϵr6]mVۻv9vX8cLN;,㏯`aGAn_)䶸F zRm%UijǻK5Ń:CN%UŽ:IYT/ݝLش91KDՎ7׆膯ՂM!p2A^JETdd^>QJ4ZJ46{,r2g-W+h+^efV*cM -ju\>;jz}W1{R |9!8($#u<'_c{ғ`FS(Fz -s5 21)G lU.ml}vLu2i Ol!8MGU~KܕsB؂)0S Rr|VI$7E}y껺GFz!88}vKn[bV%۟!#99eNF v#  sl) -_Ss='7{t͗jNW4up31nhMF:?<o}[R_nWLR7Q:Y+UZzm\BChD9&-Ⱦh"HUxy*?{d0@ Œr|rC4'ͦTRb{o䒍U -*>)iGy7*oZ=|_E_5{M;-QL^Wm/$ -% P QCVjMOsHky/6gC!2cN;\䳆\;?c_p:LunCn}Nq2jʃP?.kЂI!RLe1iC'[%gzM8:ՌeD7N(菣XB_ 1fy eٳǸi"o4Ф|xJFVǗFS)Rz AOnPőb˥b?sQbvIdTp2k*sޞ5[jg=v e$"@xp$pcޭ{h/6U7elVu7K^MV NiC8pv9'}DR⋸hBD +r|XxA2! t36 -iaeD_NCھڭ#ynHB9 Kۢ_^5>o`cJ.M)x GP퍺 6˕B6b/J!I&w~d' D( hh[鲶W3l){fXxߊHN%~|ؙ@|TOutV" v7#-8n1ˆ9h/LoV, G}Y6 6!k^uh{=j3|!L}TWm1㸫5,줠UVQ,FP@_Ç,gOzb)"A\eA]zM7鶻c9syw3apоi X#G$'˂!>r}>D[A}@`# V_1 +pa,?Cb/t$<~;wD.w6zp?MEc(<㫈}O#ۺ"Jǥs'NGum=CMk3/^`Y}I'nѐ" G?`mV| |H,5eq})+_DpkvAcX C17ҧ NBSV -08x%Y}N\+N,V 7W"eJq(!;~YN^Z'oS~ʱRRcfDke4;LGa̔18sgRf!K!KO>${J`Tg˷ yR0l*w[;۴dUb'mkLr>gƠFU9\tq}]bua [vܑzjYuŎ"2+Hq\)u*\e7f5 -Tbi<^ ť88+O bQ -%e-|CUY8<; CM0 D)ᯄ@6um̈́~zlA<đ0NrV-)WέM%@g$Hñ/Trc!2x2=IN x{:G+]϶|   xSeݤ]18eO'P -0H`6P`w'm|{o ~fvRWN#][s_ @:TrzǗCx )ʢWִQ>oHEki}9p*2'TtP| P2@W$yl!9=܁A \e_Gu -\@@:*ށVޡF\L` +HTTkTSW!E0%\27 +PQ +(5F*Re*/TA  AK"8Ve%@Br6-̄0N~Z[< l ?L@XaXRf0ì1afÄHbs٘9a,[Mb[0Lñk%733[`ggb^/l赘bh,iIvXn1ewVaj1CpFk6sd<=8m]%ٝ{[;& kaOJX%ಸF(zb]%Yhu;>ŗNELuR-ϕUn.GJ{͛kWG:l !T˥ThV@^*L+-b4ZJde7~w̳0,OJv{vL[}$r}Ԛrz+}Vu9;3jzmG1θg\}B\;8H?-i"Z^2{+t'8xIARE&ZN0)G <) i ]xFKc[c˙ۿDA Z$ ve-eʶ˺nm_#~(|C7 8aGF + Q!>։6!3ьN>3&62x1 `, +7fv @cn816x;Ǹ'M7 F+>Q Tb?; N"/,R ~M_R)cFyoD/_ lhBX>b:&/Y,pdf 1#})^ T8;x؛NGP@\ 7!`ܷb 2c5Ą'CN.>Z/ GI!?c +|87yB1u 9ukFf/ ̐5dz2'#+ >CA_LqhGee /؆!R|~B,}(97 +AZdYg4Cȿ.&4bqWiOkX2IA( +X$%QYϞ:gTQ1*+ R"7D>ʂWqݛxgomws;>0g}LGH'N?C.}l|)cF !Hc@0 V +ᶇzX~&^H&x +w(+쟐B͊gZS3HHKib޲7Fuq+ՋGф2-*EʅQp&t~GlBX,f-0%pU`6.n'78 o }{hƀ/>~[Gtu//L4D?W아x Oۉ%]DonRҢlm\ⶡ~+.< 8pPx`SS])pw@6XdrFp+rbZɲA[x4^#MGژOW|c3IyJ&Eg(#JY16خ8.gZc/('Fqj *V5:w>Ȁ%~&=|r? $ʣ*4G7ƬaT+Ɩ~CT +TÊ/px=JƵV%j|w@(ޜ sw,Uw؊]+JT:EmF_Wfzp:/wsVt:I:#Y-"%26CUqym4c[~XBh@ T@',h1 AcǮ< _~զymc%a.P|q'xC ֬{iKX3 'ō2]TRWfWa5|̀Lhvٙ)>525cp]!)rC>C|$Iw$#oAڥf9aTjvi~K+0gqqWr-lW 4FKZJ9fqx=w"0lat1S +P_ s9y4$+l`; ccW0/:y#a,w[Rԭ[cZJX 6 Hc_JKWCe=Fe{,tWm1AZ< +l˺I= cprԟ`˿N`> E0m>.O.K9{T̢7줦$ÝF +wu(AW/7?"S&KEЭi|*lrL T.̏ttT/|C"r endstream endobj -880 0 obj +882 0 obj << /Type /FontDescriptor /Ascent 717 @@ -5261,52 +5174,49 @@ endobj /Descent -205 /Flags 4 /FontBBox [-47 -205 876 727] -/FontName /PMGDGG+TT494o00 +/FontName /KDKIHO+TT888o00 /ItalicAngle 0 /StemV 0 /XHeight 521 /CharSet (/g/three/i/t/S/G/a/four/u/K/U/I/five/k/v/comma/l/d/m/w/hyphen/six/L/seven/n/y/T/period/M/b/o/A/z/eight/slash/B/c/x/C/p/O/nine/zero/H/e/q/P/D/one/space/r/E/f/two/h/s/F/R) -/FontFile3 881 0 R +/FontFile3 883 0 R >> endobj -881 0 obj +883 0 obj << /Filter /FlateDecode -/Length 6016 +/Length 6015 /Subtype /Type1C >> stream -H{:80 ! U{(=TG[UFnhhiH ) -RsS(Ц&7|ww{P3lTSɏ.%*k-WP/JݟV$B g%vsPJfAJ)QUPUYí,n/ilXД7*K϶ښ*惚6 +B;pS+k%*UJa #n|o:3tOU[v4)r/SM1tlvb`[8ېÖd2b@0,[Xa{ <6ϣCA ~bo?~\W9:@gaϢ'[ѓ-ݱ\N L \nOHzzFjf< -|"H}ppnm AU]WO}]h>XOvjM2D2{[?zzJSS0)E=1+ Q5RMA;r-qV{kt%$G1D :(6/IQgɶEsӺӚUѨ:\\{JL`rMgTԆ!^R$Ħ~v;K1 t*j"K,7hL*XDZpYdň""(["B -=Lh[E"%"l7O*06/x%ԩj9[]ZZEN6P/esm$%aL&&Sd9bY^_HѕŤf.JdJ0o|Cm϶Y-܁|ofb>YH -9VwME Fߢ9Ƞjى`l՘u`)v2{B|WWVZۺq5H|)0ٗ-}nχ/s -/]kkX5FM / {rZ2۾kLmHEUKJ$ z#|[fh-dHhhxDZTo!/οE_J:}[ӞǗcx7!a ҄ۧ1YJ0C}$aYPSgp0~.x _GʟLA:21W-e?," `&|d Td(d*E_fhFK'Fzmف޴6AMY_趆Z%ٕNq "t}[ -O8Fc9Eh⮢JT*Ҭ tfIڹɧ kv*lAM!z}Ϟ޴:_ޯh-mXM:~ȪW!8<$%R!o{_N`0_f F]+*P\ fꞆr: \IpZao;sYZƾ$}#|P&%MTcfm4 o0^Y$4%uI2f r͗k^8QGUrOd߳rn=Ŷ"}1;ɘ佱* 2 D#F8Z65G}f0C@ܚZ QRXkmb]s7v^h]5&s~/C~>4NHï FoAG3Lq';Bds+yc᭳W/;-,7LŁ vlW- -fXCFԉ㲟tZ.fp5CQVTȾr5O{/bn#o;˰/fdC'Ym_508 (2 ܵA&fPL*Kq@]ݰMm* -ՍU՝H@c#EBHwxfVjJ&E)Z'L֘ygɅX_[7Fo^1P4hd)YҘ|,B2Q84G2υJqY -fD.m:'kQfm `g怞M퀻@3SZ'Z@!bC+\ajg}I+sm_}]ْKnJMsuMgY ]aFOT+-h /,vYA̹ZP&R1'D?0HZq5FG-HbG'G=_s^N*FMl^Fh 5n{9~"tvǠ9Tzroq<\wR& 5ۊmQ$l'R# &-JVa^cOQo5>{yaD oH*%rYeEEiW~xX4ur |J'28C,7ڈ78&dY+oPk"-_uniIH+bc7ixbCB ȼeFz` Soi\^B a x1%<l7?NǙ:ܕ*]yOٽ{=wO-3w&o}Q /q h]׽o(7WÜj.kTz0A+ - -TCeDWr  -MZYb%VX##S 7Q&V!]{ -v$ǭcc~͍ٖY.wd*Lf*39q.└kn0}dmgZsm[3MJm#cٙяQд\s()dz,_rUIx|50Us >q(kUPft?|M?v!poͧގ2a3@=@' -_X -Ϭ@I*o``eQu%˹Xq|iY!(a攟"oKL l9]Umfh>_CESQDվfJ}/1ܩ<or^pRG&M+k Yh0t{#Є`f핀 Qf[GO)Sat?l;0p %.frPX8½`.J?coDЏ*Z7<JS**ZS azEJD/FA*RgG"!نzO=f3yXC4 _JI ?ZA +Hhݾ{sq4p^Geb]3غp$ ) "17nlZ?kn}"b.Z0_|@ uT8aV{_<( n@ ?EHt̓^+O!"Iؙ|K4+AQ@c"򨋁Lp,1/!W(Mca9եzi.CwS`sYpG߽(faKWϪ־w"ɓ oC&xYf)w?XWܗzU/jb˭^,hPP +FBRIzF\N 8z `%B+- +0 gn[ O}Xap5BE +'apz3` lPhɄ0Pk(jMrrTqj2ye5fOCm6!,xJa-i7kNb15pz|y"8Lx9Ku2tgU^A^+jhd]/p 8>/*mhi ?k{oKXƟ(RI+S0!H1,iPbE~[uu UJT} +|x_E%+c~JDK j.NTHWp3T物;9}}mT~>(t9@y8Nd ;BP{p7%0W*|b$rzrɋP?8?z+tF5QQR &,"-,bD}A-BPE֖M&bdA@d +QivdzQ_<G?yI}U_n.-"KekڃK2L_^Ob0jr&u)z~BRSv,ίkZGJsbR3Xa2pU%7?ۀ!̶g, +U731P$򻈦oќ~dЏXTDH0j:0 +dXÉ= au>ū+Ev mݸz$>B˖>tėO?#u|Fv=9-m56$ˢ*¥a%A_R{݅d-tq n2wYh$l 4C4|Co-ST*7"CX%۾zKai1 0|jiBSȘ,%\`>qu,f3rc8Fp?d}#JqOgr& 2ڟfBENY0>mxhCq2"/ao4} % +#q{@TR%v'@(p^Xd11kM)0 W^D_++.i؊4@BLతyN餅b~'Un}G|B_Җ,\U/f̉IOɀqޫ`;X/kC}A|7F؛}{ u=(tE4"&$ U(?5xX1x<\T#eм4hoDs*[5X>| K]kz=-0G򰞸`Lcib0w^1YMwWgτC;\Ez$~pٻ"G޷WŰBnˀ&WA $FP6@oZoj&/t[CJ~bhzh>Ca'1 ӇLly"4TWqWQsLAV* +ZTai:$\S?sqQ;_ gOoZ{T/YWΖyq6]A?Vd)Oѷ=uدUEAgQ3zz#w(.UIc3uuOCx9rx$8-񰷝9, Hc_|f>(TT꒦v167TÌvj/, :$ev +\y3~9˵Z/Bգ*' Y9wuk՞Eb[ϾdLXY_JR#uAz#>j3 +!gnM[-nxrL)6ꈹs;O/.UiXq։X?Ug'$#ʁ7 ࣙ?t!9n<٫ΊWRdxV&^|;6nrJ3 O!#D qgV _ꚡoh*d_9ך1֑eRKIJ߇ws3 (&TL ӥ8.nئHW6 ƪΊGt 1տzK !^eN!(~do#pByIB,nI"6Jen׵(Cąd3ys@Ϧv} Sȩ -1bd.Bz0 T>餍ʕȯ>l%CVx|,.0'n;ƒ, ]\-(˜ۈP^y$-~#OᣖQ$ +1X爣Ş9x/'#&6/#LB~y Y?BcЉt=Rn9~8KA.;Ng)k鄚mE ߶A_ %s+01ݧ0z]7$颢+O<,:9BY>%[DDe!`@ mEWIigɃrzN_5j jf$b^1v63K}sm[}ҭL&6[ hZI^YJZi2L/9|d$>sϪ9qH(A\&_CBoG0G/J^,\ gV$ vB{70JI2䎨d\v8Sߐ_ɰqY{sOB7%&Y66}3a4͡Hq(yj_w3OwyC̫5xgUJ蛋jX+yB&8O{pؘT¼MW _Z[~&1oZil"&~Cv%! SAOew)ׇ +2ݘ+U)d |s?/IKx yx!1Odna[7Xjd'"Xg ,—CGEGfְU=O'8[*g'd.-+M_Ej eS7./Vv@ڟs ƭi5Z#z +_a|< e#W!.A!3mDL!+ϹA ZT2]O(>D^|7ї㏹Z}:*BIi21#x!D8cDשׂRƁ;pm w6onݿ +#esgh/mYT_k;Ow߾zۼV6t +']3dQ+Seǫ`/DFq1ן`U´G _SY9gV'5{]rvJ\>>Q(ídoSbW +5ݗ׻knaӅ&Ia=cf^,v"w~guqE>*rSFc=_ޯ>עH3S ٪"#V/j"h2<[[J{3&"gT5!<Da3>'WA!G^ 6Abb' 1 +DF/1/FzJ +RS.% C"-itGk1߾&бJX +;=^1FV6-^iE_퓎:[ehkt45v7~fZO|n9gP>!kӚ l' l dm a[ +7E\9/rwdzhm|߬ +f4shBa03JG…}l (3ĭ')0F6НD~39c,D^0nU7]s`Y~}yqj@)0"R"ZD #ZuY}lCo=As'MA]k!a$#5S endstream endobj -882 0 obj +884 0 obj << /Type /FontDescriptor /Ascent 0 @@ -5314,81 +5224,21 @@ endobj /Descent 0 /Flags 4 /FontBBox [0 0 410 470] -/FontName /PMGDGI+TT495o00 +/FontName /KDKIIA+TT889o00 /ItalicAngle 0 /StemV 0 /CharSet (/bullet) -/FontFile3 883 0 R ->> -endobj -883 0 obj -<< -/Filter /FlateDecode -/Length 161 -/Subtype /Type1C ->> -stream -Hbd`ad`dduwq 1470iyW0Cg̈́@j9308100322:vuyQ c'9ggt^NΗ9\.="~ãKW._zcǮi]883Qf0d8 -endstream -endobj -884 0 obj -<< -/Type /FontDescriptor -/Ascent 722 -/CapHeight 722 -/Descent -205 -/Flags 4 -/FontBBox [-84 -217 1072 735] -/FontName /PMGDGK+TT496o00 -/ItalicAngle 0 -/StemV 0 -/XHeight 530 -/CharSet (/g/less/endash/three/i/t/S/G/braceright/a/equal/four/u/I/K/U/five/greater/v/V/k/d/six/l/L/m/w/hyphen/W/seven/n/M/y/T/period/X/at/b/A/o/N/B/z/eight/c/C/nine/p/O/x/zero/H/e/D/P/q/parenleft/Z/one/bracelef\ -t/space/E/r/f/Q/semicolon/two/parenright/h/F/s/R) /FontFile3 885 0 R >> endobj 885 0 obj << /Filter /FlateDecode -/Length 7577 +/Length 161 /Subtype /Type1C >> stream -Ht7kTX Xẃ Y=p&5BۭhG"  `5̺lUE%irguBhZkj3Z-l{..S;{9ݩ2'sS˙swtrfqosqsĵ-ڭÛ>F g"> (<:Ӄ~Y8ōt? Mग़;2&[[)<>&H]S{%Ҹ,Y޽/5P\.RǗŹnzɾyL=2 -6zOZECiK tvuj_ϼ/+ -++r.ǁ9 bEVg5M -]iOSuYVw nˇ엞΋xQk[XAs^3!!3 _io)_|lIނ&^aQU&㽸,8byf,$0d -X(L(Sdh@Ăo1DyF]L ї@QP3 -X14X@$x?l$v4FP ;a[=_AǛf,JFyD) P,Vj? ܯ(7/b^@ -E4Ǝ{0)n`˒pd^S&^@;5{Z'YMjt 5R?>Fwܸo¤]@ UϙhRؾɇD71_HB-wEP؊ 1{D㭿eg`O=sp55Xbl(W-庒}ʮzHB|n3br(8$ELѴ$3 wYդ7wTZ ;>z.Rܝ+Y'"9-zQuZoy λGle`` /OoP~ 4 +2wr=n|Jxq$08[2&94$ x:tm_qY\ EdSMllն!aqPFAYb0pD\Dm ⌊2:ڛ&sTzU_}ߕ< ɁYz{gMV?C-"-.^]ʘ)mJiSUU}k5];Qa u:~-f#9$:4kTʺZy :0Gr4".`3b!+X&3!Oy#9fd̈́:C&rAAVѓUqy5fDD8أ7n6?h0^0~C0} -see\/8%uX:9݇<Zb,"yfu\ёTAjYVn-eAIadŇ1l?x價l({;+(Zc,:}VlK -3ԧ[V>̀ -xy`]2tـ8%h{ -p*dp8%aw`Vӫ8 ,v0y۫35gWYel۶3QyXSgoij~u,DŽEovx D'5_ \BiĨp5(1Il- jns5!o,iL{z_ήm7]HVWGu+u)?F+W1.B6r(#xpa>٨3> ->=(j/;wFA48(w7dT[%;04NyC|ߋ[UeMuJY\j٠`% -h= !I Y!gz!ِu8pp &^"S?VJpOXܿ"ufU-D]ei/:9OpF{A˂!iΛAt)`Wڐ{Yg3Ui e"S>.VAotއ|} DqGE:|V|b]3uj&0o\dX{2Br"'p #\^-R56{.!, nkX؃&*?jjeQ|Se;:9Tv G{ J?d1htOR80=Mz -?jQ4޻S{lV[@}t/ Z֒P{ #\|CaVY` -[=6 -z;YqDGJj*v5MLF5z&,ۮۢh4+~ zK].F5V#9́CϪ_ -|^>K.l!@3C\"u0A׍إ8c&ʼnh!ND; n|%}_^4Յ -["qoOu:o%iIqIE=!Ȑ;г>Qhdn,>K-Օ~5XB7 K7M&D']mԖ{E|WQ#7K@(Nɥm'Fs̉cwG'L)/r rћ`uљ"л#smv~ -UX & A#`R?؟M(Xv7^<`+9? T ޵kZŐglJ J ]fedxi;x[lh0mAa"`Qaa0?Lҭ캖u yY5x{(}ֆɮk3"V+x{0yCN$:eHb=8NsQByjte1/"oL)@Y - 25`W**ZOҍ-eg--r6ly,2G$Kڿp<ͺ}߾^v%ݮԝqvPkq!Ey)LFh4<@vzay7 F"A *"QV*+:kk~ 3;;{>{4ZJQHt]I6d nϧViIaˀ.T -P}}t`H/҅2~4@f楉ɤTD9bble$\<(ps?Wx|ta13v ݲ6࢛ G17[SpX==mGgٛ6֙'T_sbEFe{7G'Ttjz.j5=/5϶ۦd0 ~ Y=3]]#.r ,^<=8do%5e5[, F,?W8<`|7Xb@zqesE5VLZ+gF1ЀgjZ ssm*Ghtop Ϣ.? V#nC3E{jpj6m]3X }\r f".p29-l^St}l&g=NWn|3 %Ќ(qp-q>}xc*eNLE-1 rE5Tg'qQ9!qj_x)S ͸9i]u1ucOGE߬2^56za$9L1P. d1aDg*mKijh8$"^O$!ݯM!8m~ jczW~g,-{YP}}l ϰq泊D&$& pE_9 ,i|#c* 74o4 :;e'vK\8G7 ~(CXEO:kNx2` fz]{v6hᘽ6_3fWK -u=%Dk׌&P9I Ѩ'F{1p=/?#XT⿒!uzrryMOt N%ᬐH<Hh{^5$X~,Dk # b+&yb1N <0B+Y!?UZJ>R2&BPKwhhMx`nAp - ^|Z5xA˩_i64g0VW.a2좂C{DDz -iX֗eSkGcZH:=Jn)kz\Cw \} 9` >P+e|}yʌ#ap198!eB9]Yd$b(z!\ 76|LJ-PoP7so=SqKwЌsFJW JD,gn rC"Mo­M}í8aM8'ZG')}!iͶ-̻pƙ:բ&E=]NX4+`?tnb#g&5X8cr`ڄ-#$6*͋ 13[Z?r[4u8\mfFQswA2@bA7A8yD i򝺾wj3S1h@Du;n«,52cT^Ձsiv?(I8.q_YH zU5wQqN3?OPf+dXs `#*~wPg/0/P!b otl2}^{+fS9u%NTI}Q -~ǿz߼p(|1 E/|| p[4Np+p'wOz@? S$($F}b%n fBe\@"򭇶|jeec&boT[zNOm_}:|/ BO -vp>Rpr8?sGpp Ag+n3 ,0Cն;w;n^lh'ˏ* 0aL$OMH[ юM2pmruT NpT"(.Ľt"L$8~8Q`O&&kd*6 -l]1mQxכ趈o$&fSPZceue`~ -G;Z(-R]-[7$ L:Mt%D㿓{{9>Q21cڮGőEw;(%ЅheuUΊ?DH0% F 'M:6K-RgY ߓ{~| ~? h80 )YLG[uzxI` -;n{⑲+zɕŅ;ifċ|vız5 !d^FALE5RaUzUFS0z*?=L?~d<>ͷ5_&1\X:l1d‗bbxf4<\#MKGZ>B|;'~HQ%ÈʿC؎u%*>r_7;|FeZNcko`}Sa;KϠkg_!ؕ-ih&K\leһS˓ttF襠/eldl- bЅ"!+ ppO -*(͉0$cpXFK$tN_'5SqpW7TEvY+RO4sxv9(} -ߎg2'R3,& +Hbd`ad`ddvt 70iyW0Cg̈́@j9308100322:vuyQ c'9ggt^NΗ9\.="~ãKW._zcǮi]883Qf0dn9 endstream endobj 886 0 obj @@ -5396,42 +5246,126 @@ endobj /Type /FontDescriptor /Ascent 722 /CapHeight 722 -/Descent -203 +/Descent -205 /Flags 4 -/FontBBox [-3 -204 824 731] -/FontName /PMGDGM+TT497o00 +/FontBBox [-84 -217 1072 735] +/FontName /KDKIIC+TT88Ao00 /ItalicAngle 0 /StemV 0 -/CharSet (/F/three/i/t/S/G/a/four/u/I/K/U/five/comma/v/V/l/d/m/six/L/w/seven/n/y/X/period/M/T/b/o/N/A/B/eight/slash/c/p/O/C/nine/zero/e/D/P/one/space/r/E/f/two/s/R/g) +/XHeight 530 +/CharSet (/g/less/endash/three/i/t/S/G/braceright/a/equal/four/u/I/K/U/five/greater/v/V/k/d/six/l/L/m/w/hyphen/W/seven/n/M/y/T/period/X/at/b/A/o/N/B/z/eight/c/C/nine/p/O/x/zero/H/e/D/P/q/parenleft/Z/one/bracelef\ +t/space/E/r/f/Q/semicolon/two/parenright/h/F/s/R) /FontFile3 887 0 R >> endobj 887 0 obj << /Filter /FlateDecode +/Length 7575 +/Subtype /Type1C +>> +stream +HyvCkeʡ,9)%4\M-jBEXS%nsq4UeBy[gܟxwMN'#!ߚ9MgNYY[$[|jxl)U\ g[g;oe7dn?XCcc R0GH:8 + ϝÝ` g v8Ϊ3";T 8)U>h2Lƶl$3}H&:&'wgWgOr⁘\"-q٢r#10@P-x\k 5JZU$mdV)b{|R 4kX/<{`9$bZRՔ4ԥ݊~youUcgc{o>:Z<`d!zم"^XKZ$%8`Ƚ9-! #zs0蒁^EB׫}jS*|%B(Dՠm%W#YG#ҩ(`ҐA/nE.ڡ3A zՃXޤx\)+,V~Z~V>-/ e-OJYm%x,*<>7|1{/Lfi77ohi8 `q6?o44wB3{A.AHx6 )_ۜ4bbHS\X3hlӥWLN;[W OD hC7F_޲<_r(P{p@*\yd- eG~BBR9=gAxow5`g9P["2#F.s$:7ň#")aou(3w҃d?NL'{|h}h|U7{JK4lLfdE|o$#CQizʎ?lt!AK +ZŋbrkzP'0] UEEa(t.FN{֢snvBuj[. A/%O.tpn\Hb%w"P2^J `B7oEf kWE;[YU-6 w t%/vd +"00p{yѨHw Z@ yTeK:zJeriyL驒+YF8VV(dHi1 ,*~$ +_AwIjXnَ!"@Fhֻ'Fj'zh\L RzA;qos&/-y .^'rHvOnmg:_jg!d*c;-*K썏H^ߗz>J  pںinb&)XOTeoN=R9H99BUEw ]{h[sl]a6pJx)GצbZv+W۴۴L5sm_}RUtά8o^gO l:V(i-(tSP۱7`[r+|D3D4#yB<~#0YSɴ[ +1ƆXGS c0 za:}?tWiTSI;t8چA DA!B (Ȧ%6 +jmC0` 2:"et37M8S G1$'zU+yƓk|$%X$[DZ\/)ƻl1S6* +C͵ .hkv+&u172ZHGfsHuhfGuuJUiFu` + !hD\Lgf3C&Vj3Mf)C.Frc?7>#ӡL uL傂'5/kl͒-qG;o0,m0W+BO8 aǁ,a `> >3^2pJuEsy +&mYE>.@긢#Բ +Z4$c `ɀ[+L"cȻ~sPwVP6|'$Yu]%?(g*ϟqO5D>|0?, 05e-#qJ$T %Zqضmg%R4ސ+QE]Y$ M A +0%@Nj^MxʉQj&PcZ*j 87p5.CX;:]o"KCW2sAqL1 +Meر xE6~2ϹEcfG#Z"O*<- _>? +9t rґ28ėC-7R>kAY!;۳fҚN%4ɣ呕ˋE> } 3]|t#'6 +,'㤏:u\ŎgtP0L`f"~ӱdXEN@ +FR[=k zmhk X]BDyܑ/tGFGNjG[ +0Xu|kWsrLfq 呣-!z\kOacpl|X,Aܰװ):bMUZ`245a˄vt$rBџ38޹+ +LNA@_e_cga~a4)9W{lv∎Tk(="əRkbu\M7Xj;]/EhVdA:\3jFr Z3/LJUf0"p{_|o]s9C f4E2:aKqLBvt!I7J0 Ϸxi) SDl +H/ t$/;SKҒm㒞zXnOC>Α!w&Ng}:xݚY|8FM[6+j9"n +.2;nM8N.9ۨ- D4Gnh/APK+N4э:{n)O>R_@ri73#wEwG۠N +98H@LF8FH5)I'~? nP- X -uoؽxVNs~jAk]״MՋ!#`>+ v`$w:=ݓٷn`ۂiEBAa~=[+u-"*5j Q.o ٓ]2gE W`{?!+Htl4(B{pԦ!`b^D +;TR"$ZAeFkC)TvU֟h2[ZljYd +@7I?pyuڿ} IJ]=;* &7xRQ;:C2Shx$(E! +n DAUDTVꫭuv%fIglw29w|!iI6s;[w_l%u'moOQE`#6Ӏú]Щr0^^ eh~t?!KIUiM}>N`svض+~H8:yxQ+R …nzcQ7g.`Ae+lE7gf]Ecn'8 z{ϲ7m3 +N=.ԋ2ʸnӏNީ\jikz_jIm +M`@ +@ٳv{g(G\Xox^S{Pq4%KjʆkX.X~ppx n</ 6A7LjVΌbu#WԚӵG0ЁT +Ee]hQ-%G݆,Nѳg(8l njfl@$?H +@6}̄E]erZټZزMdc/zN>gJ) ] QZC}N"XU~ZblK3䊂Uk ϤOb#"rB/ ȿRgL,-IL"˿psZoYtFHUoh.ht(vN5p쎗 +r99QE;pn"Pбt e +lЄ1{mf>kSͮzR;JL/݉xUׯ'4+L&r8QmO$bV=,{^6Gl%Cb[%. J`Y!y*!҇kH:X<@0xG@WM:bbi%x|Ga4VԳhC:|?$kdzaMA "038ߗ0BgNXPmo38܂jSlh01/3#`*;6\dE9Ň̏e>gZ3/>*kǴ=ܑsuz^SZSRP]*,AJq02.s2|W}7DGTc\sH+qC0˄Y+s"9앧%gI QDQ/BSomhO8ӕ(["o:{ZZ%-! ->"(Y@E8&;[F[/qn5|U1|GqDO:ȏ,N. SB6mZbwn3uEMz*6eu7/L 2!iV~eFL:0w#".w#j[)'p(c [GHlUbf~h p@ Ge0Ăn&^o 5pR K;u}]7Gg; +c_<.-܉nnswvW=Yjd9U~ 5*Pq&\nU9ʳX/Kj*✌Og~JWȔ)*A"/@2aGT鿟ޝ;ơ&o_a^Bt]1 AhAp#e~]L GWͮr2K1I25y7 $? Q gc7 ^!?&h " + =VNr=BqHPI a*J[̄ʸTD%$[m瓛&˾<ǚM+=o'@g:uھAt^ro 1΅$|ȥp~4tȃV$ 4L;ܰgXm#Xa$mOw MwTݼ٬NUa4љØH:V Fɷ-ã>[e4,s@),DQ\{&#LE^Iqp쯟LM>ȀU4m.уșY5'jc*w7m-m?HL̦͡8DŽ9`-nJKvP>Z-@bW [F nF H4:u-yK{'=9<)'iLyDG-*7|i3.͛tE'vN9<'GK`K"SeJTG}Rw-o +vtz>5H 9a:k=l704 vAʿ\%C%/)+7R{[`++LT}fˤw'H $dKA_:Z:~Š 7&E|qCV4 +2 3%"`5UFQ&aI \1yT :fC`]c2O(eO.tIۭ}ǽzsIxhʝOjrw-/"KovQ p*W0$h rP H?Ed`O3RZ7 +endstream +endobj +888 0 obj +<< +/Type /FontDescriptor +/Ascent 722 +/CapHeight 722 +/Descent -203 +/Flags 4 +/FontBBox [-3 -204 824 731] +/FontName /KDKIIE+TT88Bo00 +/ItalicAngle 0 +/StemV 0 +/CharSet (/F/three/i/t/S/G/a/four/u/I/K/U/five/comma/v/V/l/d/m/six/L/w/seven/n/y/X/period/M/T/b/o/N/A/B/eight/slash/c/p/O/C/nine/zero/e/D/P/one/space/r/E/f/two/s/R/g) +/FontFile3 889 0 R +>> +endobj +889 0 obj +<< +/Filter /FlateDecode /Length 5363 /Subtype /Type1C >> stream -H:SO]yo3M@@ p- Y"4+{67>1驥ܻY7`G6j4E PxCQ.DaOS"*2HY|M= F F f Da&z[>s.>D&FrqXx G޹˹%eKk7o##G=}!HN/3dvW j̆woZoYUT Wz͊R%?: XOG z!U췥QŦE瑍Q;VHQ0سwEOl=e<*WZ+) '\}ͺUΖMd>F=paBU`S3Nr]rLeErb_uS& 0{i0>7i"55nêͱ@{]*3N֟l8ڮ O0 >U2 јɸں' ]:PFkQWt!Kq:^ HXh`;?@[aQ:cMY1dˢ"t`FDz\dÖgv6#\E3e!x'Ug%[]Bu4yiČ G,mͫ/ xJ됁 -MGugo$w ?,UPpNYm8XV'ggW L?̓OnZQ^?2Ep./l,~U+ϙ>'2:/7/GUFb;Ǹ޵UhAEImJfbn.ߙe4&)Պ݉OA׍:H]]iem9ҏ'iY2ٽ -M/Nݩi<ЂT'QL4BcXQ0EQ0y7o蘈R -x{!x}ԙ.hăX1"p/F`"s"[_ڋhx9r4C"S--]^V im}W4qWtա Q[҃ -4w2xjCOY4%< 5G8bS82/E) -3}gmjtȔށ^ .w3@E(e/ @tHBNЩ d`@8o_{N0 -Lт@"oYҶIeH2bUs2gInTד~S4ė&W:UL(}Gt!9#~$ "I?C +-!R&Wx8*:9"ɸʏ/qn|,Za/iPJE,M }~MnA,rI( DZ'Eoy t;{3Ϲj$%Ɇ \]k4kHZ5epY5r]:u%,H)+>02s2gNto6iN\goNqV}ː ya yj&Ϊʣ; M]M@|.=-ZtҌoH>eal Ϲg@ -4Ic =Gp4GT):L77*E7$[q]:1?=oqfE[ۭi;a6s}م;Ñ_NmH|Ecc8;ە)l?f`̀1vmN3OeKFh [ZJښդ&8\Ɔ/Od9%Hr™lery(Ebi]dw:1Bjwߒ!Y nZKKkde[r \nJt~#cE {sZb9~m)2*jJíuCAB_@ZT<vd A#b8!&.hBD& k]4ڪ R='侗s\bl9#|#Z]3%>y8Ah|X<VhJ**T-I@X`%:ٓ"9/P]r)ڞR#Zv#:08lϿs3tdFWR>`Q(sMCSh>dD:4")i` Xa/5^%59 "9.fRww A|H?X'd ݆;1acp{b.36n<6c*nEu;ƺj&H6awz 54S,hFw- \WQ0}Pzvޞ0al_,tm;ζ]zG\U\qswNDIپ+U&OQm['dNҝĎ ~η݁up6v$'4?ι碹<d˵ց(3Gע!obʍV4( |TE<#Z)p`GDHzxXdap]f .h`|r WD5_0C0sE#.|*i*Ղ{|eAie1I"l6oNR+ab_`:̣47&J'5hۈN1Je> 7Eg ;h%6/)),@' I"|]Y*zGuQܴѾDSSݮj?W/"{qF*n<}db>0a)?z8S d^I6%;~{AK+=VEQPߔN>KБ^U`5#7Vwp2UB$!싩"L[~7nHf]2-ExA' - Wˀ 7BL'5V#6[Gwu#fܰ ;a#ܛbN %6ni2`6 j MFAsdo O1L|\pri`bИOpZC3ƺbh@*JmPM ɽ()/IELH".rJRȫr 4 \UGk'Asl2ypyؽaJG +HqQ\y' Z<ՀVZm뽛6[w@o˂YݪF$rJvxz/υI1Y7Ǿ9/KK#VEn_&A4Seݙ_]G+8ckvvNJ9$9-.kH<[][ټq]Ԋӷ/H,+$[TJ6$L.g̪fշjZJgϞe1yy9/ 7y}&WDTSZai$Ʋλ \F|^Q'o; ~7m+!55Z--&.ט~Tk +2glY]V/N߭\nT>ЁD'Q5`GϹ)mRҶdT@`.o蒌 +N{[!}ԙG?hE(v>p7Fa"B{_:hx9rOE7[f+inySR<"0.z@f&wuuMk8E8Eu#Lg"Kq%d8A۪ƜJ3GQ蔨/ގ_{^wH(aq]pS9 E AY Pʂb~w 0I틌;K,nP?s+V4*8ܶ]t|*-.,0Y2(תc|GahNh(ҳp8YC7g(fy }R VB4i̸D2.n[wF~,Zޅ7>xH\)cR>N&JISa,99:MM58Z(8Q,00-W ܍ O,<;P%.UsVM[_b"k;kڐUeU ԭU$; %K- +Βܶ + -P3co;VNyNf/$eH,?~ՐT؝x<|&ǿ2v[3n36t4![038:tӎiL 0 ܳg i#525R+1fu+E77U5U*$RʆGEq+Ҝג96]ujPįR*IMQǷ[| +xiL{/mt kʾTqUdp%5]7 0Q> nn|/#f`07Y׽\+*cHcq[9)~dOXt1' 1K=g¶MiUEU6)Y ׿d^2{RZ$%UʀأK9Ԗ19B3]jD.|?@g#w.Yz(÷rأ*[^ +, +vNiSp=ׇ^bF0% ,a 쥦 _ޡf A$_%r,uZ +  +˨m\8,=M`I=fQ>sMj87jǃ.!/넌pG?&26` NzO}1?mЁfL%0M|ncA1X@ɱ3g[K-aK˱㑘wQ]uHj5WuvWwW[瞫ߖ$9lZ0G/a/\h8|pGh&™` >XE4w_4k?#Z5eg% n0xy |V +4,})pJ;ft)0Ⱦwïx.:%s~äЌU_هBZfM讅<'UV֐򪢺cWZ.&<0ȊhDH̞{_XM4kK=&,F㌜kb.D! )+K=kr*(0񢦁 y#5EŠS*RZQpmڣm%]PV]Bf48Jk.Kɹ5^֝Q2?8u֝nd*v沔Ie!%IEhZKh|*Y8j&Jo__5t&M僮vV{K?pΉH")wJ٤)zd s6I~;NnƕRdB9\4Ygrޜlu:euTZt4?M"W_U*'7V[_FVCg}h˓L!+x~' XJWXֹۖ*ȣKŦX42-߷ 㷇&^ijt)cUqPn?1 +۠H VGlRw\i( QR@{ [C_YgC]{ayHY| ipn*/0o8)kp>|h3,w6@yVȥF @"ÖܗJK5,`4!]9/6&,{ W,$#x%d$b\rD{ ymtk<~)6Igr+ K +R< 'UC +Oc)XKB`,9?'__o51]gKSYAZͰt.7v_D? #@@Y㙁w͘-$Ti<&+SʤxI_.,aK)!鰳7a3cQ(+QsT]aN*H!#fM9qQVզ׍k݃0ͧ(*Bꛒg :f@& +@D4>^ }15#^cF ɬKE/(6ĝ_!j0\BUqFsՌqܑbzh ܳ 7ܢ" N. A 0nQtvXW н_tP =!9%%<)IąY> -endobj -889 0 obj -<< -/Filter /FlateDecode -/Length 10376 -/Subtype /Type1C ->> -stream -Ht}PgB֗V)Vy"=Ί`K+ 2rVE0$d}IBʫV,TEڣrjsfsu!'g-s6L+7*B&b kha](p1XDm]2aw#HwAH HHdA0h !]Z -BJA -|XBnHlCqxP+QK G;8е(tnMNkqn膰%a#K̔goZVl:ZLQewe_ F_\lUx5蚇k/9o7ƨ_Xύ/^twewjN%'11^! <  a(\VI^U6td66_`g4_0]e+ leX_TD`#M(ɘE ]_x?=~uw^Fj8 -H$0YORZjג_g -6j]w4-}CU/F|jܧmw{G.L 0r ғ7)L) 5*; -Hg-& EF P`^i1,;&9n'Tl1q,β^G%zZϡctyhouxX>x'ok2Feu ilD5F4iI6DB]?xPcJ&I /jf)s̊4[uwG7\vcGotM&7FБ܎4A>Z/UlK^J*_òNTh#7c.ߓ?̓ RHjQ jtifqn&"\P0 e7Re1P&jVAJV Y}~nfvŎN2W=?&=mkE۲m{yUܟM??towC@2wr 7ȓ(O“!:\PT E`H3`@T i#)OA -3+͒[@TWh]ރ9@NDn݌ƽfUPEu --Az%y88ǧvM@D"5j'53&% $8ϹHֶģq\|ܼ9;y7]&ceNet* NIA[d7rĜ=:PN"t3쎋`qF7 ήh]0IT[!lZ!R!R8̈́y-8`:ZH1 avYx鲱VO6EȦ_$c'VTPiZMy0x<;͋e3p9 }- |+;g%^MgU9|SiexE!IƮ -eyo_g *1GOӣf -uU -]%].u&<%be"y{erހzJ+P**)YcV lVE+Z -GjڎW\;%4_FC 5J'+K: :wSەxէoյTT*Y hҗ<'3S;rN5wTV] Q_ ]}~@LacyL1v֠40tp,BN9L/k(`$,@ fxfr Iy /irzްmw[xc@9.~zR -$7NݾrlO[uu9{#Y{%؞مů27(3E -]o!hGysxߕs74.v~?B)ˊ7ۧ'qu|~4mPYŁkU jeu -]ǭMfCxЇhT]MɒG bsxDŽ K܊X! hzonm74mGE(/Hb="UBȗXr.|;PC=Bjb4e JR%_.8!pSYNJ%,Kr10L.@TU5J0AuV:l)񭑰]}0 y#e[0 oM_V`-xXmnL7IՏl7;*ⷒm ۾]|sRba]ɜ QA7*7Ƀ38Qpԇt$pD>QhGη FL7os"0;8}Raa~Gnoh觱kL%b'L -UpVMݞw -]*!s?Yo&+,k16+Uzm͌$:&&66 f2q-~aS\ -QUG@:(הNV1xCJwh rh"b -Xx`!&r1V8 -ހll=B-amnܤ35Nuw0_huas>zff -.Ϋnۮkq\A3' ZpuV+j} œ44]_L#j00* -%:S|J[pju**qm;Ń#B - -p\('5|>R0DY*5Kwaɠ-mz֭n]5ʫJ 䱰CWp"WpX'e)⋅%@DXvDu*ipX48νp+gyZqW4𧹜I%}?T| NJ -YD 3e3e'# rYGHS242IȢE1 DZo-4>*hf ̶m-MM슆8p$BfqQ<83\??dwʡspsdB,h@NLw@.c7dLzSs nԜ9FM؆ ݛ0A .ц`,:`xr;S!d!5GV('{j̒v>эmk 9(r,bB#_6Q8r"h{`Yi:| ۇ+'BvYp\hPV?ٹkO6V3=4k:eHodClF.dftٜc97Qk@UO -fJP{ts&9O\_oQE*sm1EW -10G#rvoS&B8^ -sP73J}N?;U/7*az/n_?bEsTf3+.b2%!~[ޭ:gM/Uԙp܎SkldBqD--ʨB?PG:A mŗBZE-..(GWga-3n& hdmt?9yq(8Gۖn eFHaYo>f6Kn8,vSRPd?EڐgY,N*б%1곈cTn̮U;bcȝ19yB$ho!!mjg/5\pQO¯p-b(I%V -PVTk-f_z-3$4(x͓a=k, 5zZK%} -cKCaux8Vo1NYE 7" Ld`W˲4" -/XY;mJԆkq>rk0$AY)X>oGl겺ՊغzH؅OnTҮkֺc9FtrY_Yz#Р$QTR>FJFglʽ}(? \3Ĝ* -o_x{ [O>{.&.N`WUT ]Vdh)XH87˵w]߄֠opq"UˎU\btu]~{6LtIelq5bC"ER -@\9 -7J\LQ3iF0;.>8l1~ W@;?zT!ܕSOT{يB} "\ \!-;-`O_~(E`_PJ 3wCoBW0e֧ASPCh3',IFP-xmDg;zߟpGbN#/W77U;,OkU[-{)6d$ڦNbbV{𷠛zMә dMsfݱqW0ǫHG%k r: LU<^nuJKCd,a1"zAe.ޞlelsMTV&vok4i/02<*MSRFVp:S7b7u Rה`_Ũ !a(ԀI"# A$"סF}.H PUUDha/7BB_``mlC0bm'rSob[ѧ#éYS7SO KLiS6%{D#/j$ކpݫD5F}?6,QY|k,kl:2ŷ_ A׈kNb7Zl)_i8$Z&^#?[&Gay%eÞum˫3q)dܦQv#{8q4}*j4 ߛs;6)cYۖR4UBѸ$Yا4C d`oB?7:ҦRU$u'>ȄcLp,WFv_:WYӔuFu:>joGј -Z5qM+wqGԃƯu7 f88Aa_$O5ohG=N/'X.Bp@2a+zaN%(`%JCG*?E~t3_(WEUr>UEzְgEϊw}oζմVܩգ_ܦ\ijcygJ0CD PIga̅V,lNjf[r1b94z CZh3r3F@j$sWh X~@^7Ji - -HzSMh.(ŗ)X1]` l葈{L9\8 c?7Yz/ijVC -fs;NѢ*޹r98>XQXe*_Nl<g15jL5fn!wM~%lVmv(C^sTX犇8MZkP 1C\!<ᴕ[@%[@kjCIpNJT| T.ӺB`GŅs v;߃XAMt:9 -LVcaTTT'D5;#"f:Lstࠁ~@T -{AT#a 8~Y@U AI@bʔxC{n%ow`sd0BՁRC2'׺a W62j8 -}"zб;1P[ZC^hFX-v]^%jYݖ9zG?X a+MƋ7ΔJuZuvOLWL(fyd"jubsd8djN6q\x4K%e`iqʴu b2Y&Id8Y -,PA,!}b0Ǡ'<6GNT9ͮ:M'BN(Ńy(0N7yI`8 GAg62IJz>zW"CJVٺvCc?[VKew?;CNECKЭTsJC9|#^`Zvol/;8^sbk;VGn4T@@޽16&~:2fF~u|B㪬^7HVD16]grNr0c u*O^!+` >lƞ[:Ӳ2jMBΘ=|QK~졓߻&b;5#gluؑIy|kmѥEvvlÀf{:mBsp,׫NQ5i_W$R锩Trd4-ԙHC>%lw_5ة/ۏi"M#mߎ\eYNb cЧ[;#b?@ -qv׵a N\t\&;%q{M|< +ذ-,.ǝeRJKNjVyBFֿTtA5 C'8!C{|pkNlAzp{}>PN A;)`sxw > /i0z`급w05= .\ln\~tu+Fd[D*{Ytpy _4ǟ7kmj1^bPG4mg:=;܎Pg#=|kt`A%dHY$(߃ccDMaoOڟ4 3Ss{ P+ gEFߏ"/r<=Δ,GܪD/8e%σnj ;\Ivvl0(09>VP] ),4Iϡ$".J^""-j- ~R帊U.}wiB_ ԙ]uR^Z}7'3MN*iZ&CK+ #wwvH%TdkzDe1C*١[4y;B^RR#|iJ8q,JP4aҤU9y5{_Q߳ M{aߚ8}A.jO -^{חPxO6kwA z`l԰gAyV\ -hW*Ю0d_͙= ̟5cydžm[fq V8ͽ@ܢvh؂œe};0GCN4b'T+'y,`%#)P1Oyxx&U SQn/myӶJrxMjyQGERPdU9{u='..#)Wx%"W8(Ha:†8a}eо2i?h0spH-.꒱Ƹ(GFHq|po1tvx5.b{|h -))Bb;ـgs@g `#XCZs\;9o\kvųoг2[Y5[PGz\s3AXA 08Af֜wVÁ5nnPL|1tF[8gA}KȔ/I }ۡeYrPuī.fLw_^k˶ HtW G%PJF3"+t*l\ŧ<o -K,\-.db#ei86GEF1jԍ{NZᡀ pnDg?o\N/an.ӮYu'yK1x:$)S uOqcݎ r'uCxwuaA^Eb3$$T,]Ω*^fío[Hs3dZ9SA5#7N3h]{Gah~X}o/% 1n`H0qN G_#](K s҅SGYa&| O\Cy*F5a7OO"㊜Re*睬fB*:! i4?ۧ;;>r^llHfH:??kVtW؀6[uqTXdCL4V]Dz/؛77F!W 'TetQG=+Sw|r]p@lH9Hj;XkB0Pa*|vl|'bF* -endstream -endobj -890 0 obj -<< -/Type /FontDescriptor -/Ascent 0 -/CapHeight 0 -/Descent 0 -/Flags 4 -/FontBBox [0 0 806 759] -/FontName /PMGDHA+TT49Ao00 -/ItalicAngle 0 -/StemV 0 -/CharSet (/circle6/ring2/checkbld) +/CharSet (/quotedblleft/K/colon/k/comma/J/bar/bracketleft/space/m/semicolon/L/hyphen/braceright/a/quotedblright/n/M/period/less/x/bracketright/quotedbl/o/N/slash/equal/asciitilde/d/p/O/numbersign/zero/greater/A/\ +P/q/one/r/Q/two/percent/endash/s/R/H/three/b/B/t/S/four/c/C/U/u/five/e/D/v/V/T/parenleft/six/g/f/E/w/W/parenright/seven/F/h/y/X/asterisk/eight/i/G/z/quotesingle/Y/I/l/braceleft/Z/nine) /FontFile3 891 0 R >> endobj 891 0 obj << /Filter /FlateDecode -/Length 464 +/Length 10437 /Subtype /Type1C >> stream -HIc2b11j߃RXXYA@Z㤓1ơ . m=_"RJ¥G̮39%U;Gbic'M1#:b1ҚF;h_l7=[B=)|~wOEnK۶u{%$L[TωDHx+N~_[|#y` lZ A¾CRA$a Af#s#A6ɑ aHT V$@$_O#L$itR6 _&~>klX>G>빹so+T} _6)TQ GU3ZH<1,J]M4ŕG^\Re8+{^X>·[WOzm_Z={MB<1/iIRAOR~B|HzfWH0jKם|KgG]t>6@ߓ(xI>Pv!=fs"x UE +(|u%<.Ս5? Oݹ Vlʓ.p iW`BN9,F:⎥iwtaﴼW^3sqccn`\)Alٔ."OdV;kzg,Mά5:~PY~P5Ϊ!MJ +JSvM#hL˝(|MV2o)Re4qIo`DQ\(N.;h1q~w@G ꭛4g73amۮ4V5ZȻZ3:+ڃ:է*9?Z.Z]~| kI+2Z=4+`.pwP&ӭ,,ReP6ah*D]"}vG&]F+ߝD.~ߏjPǸ㬖 f#l\ݪ9zEQЬ/!l{γ>@"Poy0-TA D0%0j%DhEmP Gj*Nl7_U <EMuڪ5xU{/PV8jHڤ6.!xPn%=@  UI! |/(8hHpyTkIP">˚D>)qcI%uV&gU9',wVn$kC&K% $F0OZ_aZj3AFkh`4\zQň"Ĉ⭌ 56 ]f"(q pj PZlVՔz dKT1Rg߁wbVy^kҷEuGc:caq ^Z|P>,+8RQ)iןn;ں=NѫI:F|%f2[Zj6 h(b6-18VźXଷ{mS-6Sz|PO޶Fm49[rdre"Z3Ja:9bj jL!'mfeۋ"jqX0r P(6-7\\$i 7r @IA#%53*jUu-?]}u̦ś"`Sx- ?z2׾=խZ@SBe*UeJl%_C`7ۧ'qu|~4}PCXkXm, U*u2],/[&>n.$岏!PuX*}_Ri4F{w[np0cQL?$]-mg $evHW/@~)߯ڠg+P>WdTgAQUT} 6G-챐ZHqε|Y[ӭ1Jη? Ěw;Wy5?skk[< S+݊H_=iLÓ;n0Ze ma[3}b@.$}>F>UhİZrb/,|"' O|ɮ\vx59Y?--[|!!~, + n 퉝I=r?) M꾍{Ƈ/L|mݐb犻r:Sp$< .8"[єIkg4r=L@`o"lE"x#^9eadʮb /|#SϾzhnJC,VMn|iG!s1 HY"FKER#T݀j2qgV'kbT"WŁ+ԊjaatXSZ`:"y#u{ nK{gJ7՚dvLoF[vь &8y0o2sufCCV5غk>X@g1 VbJx8? +7QdM0S[Ah8, 4Dcё'7*Ỹy@mq*LZS􅡵BvvM7+Mu1veN+t,ۮ=v۱֝n. ?Agd['[mOPwhqprxHø^'zoAZkz,˿{wYq*8^ ph5\3Qu] +u `RVPU5\YQa*Z.o۽)ND  9zWȮaS5cӵ*Xn\6eg`*gWD9;ֱu,S#cp9%CF]M˳}7q)y?+G." re$Z^*Gĉ=GۓC Lu~XE-ؑ Mm^Nsm?d3>٤M=Ϭpfz +}Ƀ¾4{:uȹ)MLm$(R#`ٜ};6㟒k@U4৿T!mɇl>CʓpD~X.*_!v/uYrsљ̑k9T}9gI,8 ^ +sP\XP,UTvwѤ∸Z/\4vQ" +wEFD&7$w/hXŢhE.P?:;tۢ9797LϽRW2mOhM=Γͅ?3LҖ#W%EF;dxc1+9c4Z1;A^ ?2 8fNxORR wP3.@Y`%.MDmf2NvAb B^=,FCI[PqE% +3VFmWbǽ{g`/ġ.Vb*]~<~ٙva>`/sxTܮ]=̥JO}Nm#?Az-q KԠ4T.*+ʇ2(2;S%u0'.x=ܛۮd0L1-owh)NExYB8(1W9V_fx+MއveerĮ#p޴aKZ`.dh7rQb.`;| + W.װH< @3Q=s](|n@]|Q=a>ZE;^.Vo'Z AO@y|_ЌHYk9R4 šPN$k?@B8N6kqޔ.ŹHu( Z(Eàh2̛2HG?ӡ;sy/'03?t ?g8 F_Trn?8p6IWm6٭Z3e&u + 5WgÕ5g݉I¿5cIVI MϯwgjiskyGz+>vC(XxFBy D47(x tαŠ"8"/ ;X7XqE8|(GY$acScVob OmSrjl2i;TZ;p6p3VDŠ jj쑢 ͳxbXZ3;=7ՊPB7ΧٹnhPl0 /f ?_%Q8JR0`ʅJ xL*qE8 Ny?IzG5uqAhE2E@0S:mm[Xh il.l!A|Ab*(ZdDFqF >#й}/ s:ߗ~Pr +\sun>gC].V6q5.%K*v@v:>Y`2pQU؇N̈́.8 ڻ^N ]p>t w?ґXY-r"[o+E gP; {̡!= v5BS+yB=!{:i!trW=[v5j6Ӳ["3RJ4hSeKO-vQl +N΍x?p := >6jP?N4pBCWdk8}]SA^6];!8p[pr(4-NhLcq7ΒMԶO:nPmLg8}}4@{gQBL()O 5@;h:mQo&:ߧI=ubЅZSճ(YixrFJIVnYɖ,JCX]qwp`RӮn6)3]S &yuZEQsIOEw j, -a4 c5,,$l^}t6/DVis٥ DkGNGUWrHUaZS2̠e&kdeS"rUB""ACB0g[9|'j0+8r:-a)$?7, 6|"umHe$::V%Uk0 P.Co@6x@#t}E|✩-5 LWndWŅxCnɇy=~pJV:Lp?@H{ۉ`]I gUe7#kY֎+{4k:ܦg-nɽD- 妨XkpkƉ/r-EسuFG%~]cV_YM诎AC:L}j!qx'W)@p!c>} ٩f|6Z-4 8[B,y։PG=f(>G(!?;ډ#;Z"k}N"K;3~:2NlHuzF>0\sPudM7qG|n̬, \7Etu3l0HrNd" ߠf> % bbfaOSͿff=Ţ`m\ߨsuR^Zm;3UN(I:CCS +0ܟHI]lI5q7CeW4y̞HB^BR!Ui?~4ʿp>¦%+%X,>Zo.nWݷLIرyTVWЕg@}{*LTedb{TFvE,?_O )hV'KNqN䭢 'eu YyĺE!:6G^+SUcs{AK~ Q[P5-Q/(k +gm-QڴL5}[p%늢IE|X&Zj[~_&PcEVLJG9$1 C?C7Wَ*W+ކ#(xJd|3ZhdID0C0aXߤ3V[l0֫]@{}"8Fӱ)V3ʟ~֏菵(,e5d"Qkr(VNeglgYf*(pBY AD[s6( +7@>k[4+R bb"`6l Ed\ȔIӡE;QϐUʬmuӠnzU{Yt]yeL8ʶ8&pJS9<-Hv%'lXNӕy\Lsˋ/-\.~s?@ s ⵵^;=[pԼ~%nrI P R3\r_3er  o%_  _M@ g&[yI +"Ic]L‘ܢgcBqwPq8e;L$?#q7K4=Ɍu[C6rŸ7<{? 0J&1.E<V.b9}i!Qrtuvať=on-ѰĮ{G!hvH>0sKvMþ7b pLρ l)/K s'3L450ktޟgWs_ܜ>%ˢBOF GRB-,k (%qJ +L5ٮX}Rm;"zx/OMP~yd;Ukd` DO}0kĵꂹ~uEHȗ`pR Y|n1KAȗ (H)VjvQ{%9> endobj 893 0 obj << /Filter /FlateDecode -/Length 153 +/Length 463 /Subtype /Type1C >> stream -Hbd`ad`dduwp 1t70i5WUnGn~_sB Ŝp V00322wuɰlnCW~;w~~3 o~ (< tBM +H> stream -Hbd`ad`dduwp 1t70i5Ee50#M@9:3081``fddfᇩ,u}@>a0%B +Hbd`ad`ddv 470i5WUnGn~_sB Ŝp V00322wuɰlnCW~;w~~3 o~ (< ҊB3 endstream endobj 896 0 obj @@ -5595,23 +5483,22 @@ endobj /CapHeight 0 /Descent 0 /Flags 4 -/FontBBox [0 0 804 717] -/FontName /PMGDHG+TT4A1o00 +/FontBBox [0 0 500 583] +/FontName /KDKIIM+TT892o00 /ItalicAngle 0 /StemV 0 -/CharSet (/ring2) +/CharSet (/multiply) /FontFile3 897 0 R >> endobj 897 0 obj << /Filter /FlateDecode -/Length 269 +/Length 154 /Subtype /Type1C >> stream -H>u`?ٛ4o;(UI`>_/sQ\иT˹<8kR(C0sQC i#;G G+=d3c|nR=]D! -Ssķp` h{h S`T0>31=дsXClYWYw +Hbd`ad`ddv 470i5Ee50#M@9:3081``fddfᇩ,u}@>a0;B endstream endobj 898 0 obj @@ -5621,21 +5508,23 @@ endobj /CapHeight 0 /Descent 0 /Flags 4 -/FontBBox [0 0 740 760] -/FontName /PMGDHI+TT4A2o00 +/FontBBox [0 0 804 717] +/FontName /KDKIIO+TT895o00 /ItalicAngle 0 /StemV 0 -/CharSet (/checkbld) +/CharSet (/ring2) /FontFile3 899 0 R >> endobj 899 0 obj << -/Length 224 +/Filter /FlateDecode +/Length 270 /Subtype /Type1C >> stream -PMGDHI+TT4A2o00* HH r checkbldTT4A2o00BrRZ!29@rAsc0TAYO`bluxxnnefhje`̴ƍD"CO$LBGCF@: +Hޝ:Zhrq +"}qv~R\+C0mshz#yG6C6E"_|eQSlx s̘ GqMѭ=-8OPJsxhQ`yf4c4sLYa Ygg_w endstream endobj 900 0 obj @@ -5645,26 +5534,49 @@ endobj /CapHeight 0 /Descent 0 /Flags 4 -/FontBBox [0 0 663 650] -/FontName /PMGHGC+TT4A3o00 +/FontBBox [0 0 740 760] +/FontName /KDKIJA+TT896o00 /ItalicAngle 0 /StemV 0 -/CharSet (/circle6) +/CharSet (/checkbld) /FontFile3 901 0 R >> endobj 901 0 obj << -/Filter /FlateDecode -/Length 198 +/Length 224 /Subtype /Type1C >> stream -H< -QSCt͚K,(RB\YYp-|_} D zv* FeQ.[&sƄPGt-uOe (l9OM@1.7~(^xT IpH]H勇G;qucG\;޲:]I O? I +KDKIJA+TT896o00* HH r checkbldTT896o00BrRZ!29@rAsc0TAYO`bluxxnnefhje`̴ƍD"CO$LBGCF@: endstream endobj -209 0 obj +902 0 obj +<< +/Type /FontDescriptor +/Ascent 0 +/CapHeight 0 +/Descent 0 +/Flags 4 +/FontBBox [0 0 663 650] +/FontName /KDKMHK+TT897o00 +/ItalicAngle 0 +/StemV 0 +/CharSet (/circle6) +/FontFile3 903 0 R +>> +endobj +903 0 obj +<< +/Filter /FlateDecode +/Length 200 +/Subtype /Type1C +>> +stream +Hbd`ad`ddv 470iaa5a[FxA{##@rfQrN N ̬̌I||2;nvwr@ܱf=-+|yo3ߖA~sf[6-w7P` R I +endstream +endobj +205 0 obj << /Type /Font /Subtype /Type1 @@ -5676,12 +5588,12 @@ endobj 337 554 554 723 518 723 735 506 277 723 494 663 663 337 350 337 277 229 663 614 1000 663 663 723 723 650 663 675 554 783 506 482 ] -/Encoding 902 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 904 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -210 0 obj +206 0 obj << /Type /Font /Subtype /Type1 @@ -5689,13 +5601,13 @@ endobj /FirstChar 1 /LastChar 25 /Widths [725 665 275 557 557 557 665 275 886 611 275 557 335 611 389 725 -557 557 275 778 611 557 335 557 611 ] -/Encoding 903 0 R -/BaseFont /PMGDFM+TT48Do00 -/FontDescriptor 870 0 R +557 557 275 778 611 557 335 725 545 ] +/Encoding 905 0 R +/BaseFont /KDKIHE+TT881o00 +/FontDescriptor 872 0 R >> endobj -211 0 obj +207 0 obj << /Type /Font /Subtype /Type1 @@ -5703,12 +5615,12 @@ endobj /FirstChar 1 /LastChar 12 /Widths [723 783 663 675 723 277 783 723 626 277 723 663 ] -/Encoding 904 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 906 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -216 0 obj +212 0 obj << /Type /Font /Subtype /Type1 @@ -5721,12 +5633,12 @@ endobj 277 0 663 614 0 663 663 723 723 0 663 0 554 783 506 482 554 1000 554 277 554 554 554 554 0 0 0 0 0 0 578 337 337 ] -/Encoding 905 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 907 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -217 0 obj +213 0 obj << /Type /Font /Subtype /Type1 @@ -5737,12 +5649,12 @@ endobj 720 560 500 510 280 500 670 780 500 560 470 390 280 440 550 500 500 720 330 610 500 500 720 500 330 720 720 500 500 720 890 250 720 660 670 720 500 720 720 500 590 490 720 450 ] -/Encoding 906 0 R -/BaseFont /PMGDGA+TT490o00 -/FontDescriptor 874 0 R +/Encoding 908 0 R +/BaseFont /KDKIHI+TT884o00 +/FontDescriptor 876 0 R >> endobj -220 0 obj +216 0 obj << /Type /Font /Subtype /Type1 @@ -5754,12 +5666,12 @@ endobj 0 554 554 0 518 723 0 0 277 723 494 663 0 337 0 337 277 0 663 0 1000 663 0 0 0 0 0 0 0 0 0 0 0 0 554 277 554 554 554 554 ] -/Encoding 907 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 909 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -221 0 obj +217 0 obj << /Type /Font /Subtype /Type1 @@ -5770,12 +5682,12 @@ endobj 720 560 500 510 280 500 670 780 500 560 470 390 280 440 550 500 500 720 330 610 0 500 720 500 330 0 720 0 500 0 890 250 720 660 670 0 500 720 0 500 590 490 720 0 500 ] -/Encoding 908 0 R -/BaseFont /PMGDGA+TT490o00 -/FontDescriptor 874 0 R +/Encoding 910 0 R +/BaseFont /KDKIHI+TT884o00 +/FontDescriptor 876 0 R >> endobj -224 0 obj +220 0 obj << /Type /Font /Subtype /Type1 @@ -5787,12 +5699,12 @@ endobj 337 554 554 0 518 723 0 0 277 0 494 663 663 337 0 337 277 229 663 614 1000 663 0 723 0 0 663 675 554 0 506 482 554 1000 554 277 554 554 554 ] -/Encoding 909 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 911 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -225 0 obj +221 0 obj << /Type /Font /Subtype /Type1 @@ -5800,12 +5712,12 @@ endobj /FirstChar 1 /LastChar 11 /Widths [557 278 278 609 331 391 609 609 609 557 278 ] -/Encoding 910 0 R -/BaseFont /PMGDGC+TT491o00 -/FontDescriptor 876 0 R +/Encoding 912 0 R +/BaseFont /KDKIHK+TT885o00 +/FontDescriptor 878 0 R >> endobj -226 0 obj +222 0 obj << /Type /Font /Subtype /Type1 @@ -5814,12 +5726,12 @@ endobj /LastChar 20 /Widths [663 277 819 723 277 723 506 554 337 193 783 554 217 554 193 554 217 832 554 277 ] -/Encoding 911 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 913 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -227 0 obj +223 0 obj << /Type /Font /Subtype /Type1 @@ -5828,12 +5740,12 @@ endobj /LastChar 22 /Widths [556 282 282 607 607 556 718 667 556 556 282 556 718 607 889 607 607 333 393 667 556 556 ] -/Encoding 912 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 914 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -228 0 obj +224 0 obj << /Type /Font /Subtype /Type1 @@ -5841,12 +5753,12 @@ endobj /FirstChar 1 /LastChar 1 /Widths [458 ] -/Encoding 913 0 R -/BaseFont /PMGDGI+TT495o00 -/FontDescriptor 882 0 R +/Encoding 915 0 R +/BaseFont /KDKIIA+TT889o00 +/FontDescriptor 884 0 R >> endobj -229 0 obj +225 0 obj << /Type /Font /Subtype /Type1 @@ -5854,12 +5766,12 @@ endobj /FirstChar 1 /LastChar 14 /Widths [554 554 554 554 554 554 277 807 663 614 614 723 554 554 ] -/Encoding 914 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 916 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -232 0 obj +228 0 obj << /Type /Font /Subtype /Type1 @@ -5871,12 +5783,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 229 663 614 1000 663 0 723 0 650 663 675 554 783 506 0 554 0 554 277 554 554 554 554 ] -/Encoding 915 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 917 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -233 0 obj +229 0 obj << /Type /Font /Subtype /Type1 @@ -5885,12 +5797,12 @@ endobj /LastChar 22 /Widths [277 0 506 554 0 0 0 0 0 554 0 0 217 0 0 277 506 554 ] -/Encoding 916 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 918 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -234 0 obj +230 0 obj << /Type /Font /Subtype /Type1 @@ -5899,12 +5811,12 @@ endobj /LastChar 26 /Widths [556 282 282 0 0 556 0 0 556 0 0 0 0 607 889 0 607 333 393 667 0 556 282 282 556 607 ] -/Encoding 917 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 919 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -238 0 obj +234 0 obj << /Type /Font /Subtype /Type1 @@ -5916,12 +5828,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 0 663 614 0 663 663 723 723 0 0 0 554 783 506 0 554 0 554 0 554 554 554 554 554 217 ] -/Encoding 918 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 920 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -239 0 obj +235 0 obj << /Type /Font /Subtype /Type1 @@ -5930,12 +5842,12 @@ endobj /LastChar 30 /Widths [614 0 0 0 0 663 614 614 614 277 386 554 554 337 614 554 277 723 614 554 554 ] -/Encoding 919 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 921 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -240 0 obj +236 0 obj << /Type /Font /Subtype /Type1 @@ -5944,12 +5856,12 @@ endobj /LastChar 18 /Widths [663 0 0 0 0 723 0 0 0 0 554 554 554 614 614 554 ] -/Encoding 920 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 922 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -243 0 obj +239 0 obj << /Type /Font /Subtype /Type1 @@ -5961,12 +5873,12 @@ endobj 337 554 554 723 0 723 0 0 277 723 494 663 663 337 0 337 277 0 663 614 0 663 0 723 0 0 0 0 0 0 506 482 0 1000 0 0 0 554 0 0 0 217 ] -/Encoding 921 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 923 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -244 0 obj +240 0 obj << /Type /Font /Subtype /Type1 @@ -5976,12 +5888,12 @@ endobj /Widths [663 0 0 0 277 0 506 554 337 0 0 0 217 0 0 554 217 0 0 277 0 554 663 506 554 554 277 723 554 554 554 554 554 277 506 ] -/Encoding 922 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 924 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -247 0 obj +243 0 obj << /Type /Font /Subtype /Type1 @@ -5993,12 +5905,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 0 0 0 277 0 663 614 0 663 0 723 0 0 663 0 554 783 506 0 554 0 554 0 554 554 554 ] -/Encoding 923 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 925 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -248 0 obj +244 0 obj << /Type /Font /Subtype /Type1 @@ -6007,12 +5919,12 @@ endobj /LastChar 19 /Widths [278 0 0 331 391 609 0 609 0 278 557 669 887 278 557 609 557 557 ] -/Encoding 924 0 R -/BaseFont /PMGDGC+TT491o00 -/FontDescriptor 876 0 R +/Encoding 926 0 R +/BaseFont /KDKIHK+TT885o00 +/FontDescriptor 878 0 R >> endobj -249 0 obj +245 0 obj << /Type /Font /Subtype /Type1 @@ -6021,12 +5933,12 @@ endobj /LastChar 36 /Widths [277 0 0 0 0 0 0 0 663 614 0 0 277 0 554 554 337 0 0 277 0 0 554 554 723 554 723 892 337 325 ] -/Encoding 925 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 927 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -250 0 obj +246 0 obj << /Type /Font /Subtype /Type1 @@ -6035,12 +5947,12 @@ endobj /LastChar 29 /Widths [723 783 663 675 723 277 783 0 626 277 0 663 554 554 0 0 0 0 723 723 277 855 687 723 783 663 614 663 614 ] -/Encoding 926 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 928 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -253 0 obj +249 0 obj << /Type /Font /Subtype /Type1 @@ -6052,12 +5964,12 @@ endobj 337 554 554 723 0 723 0 0 277 723 494 663 663 337 0 337 277 0 663 614 0 663 663 723 723 0 0 675 554 783 506 0 554 0 554 277 554 0 0 0 0 0 578 578 578 ] -/Encoding 927 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 929 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -254 0 obj +250 0 obj << /Type /Font /Subtype /Type1 @@ -6066,12 +5978,12 @@ endobj /LastChar 36 /Widths [217 554 0 554 0 0 0 277 0 0 0 0 554 0 0 0 554 554 554 554 554 277 506 554 ] -/Encoding 928 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 930 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -255 0 obj +251 0 obj << /Type /Font /Subtype /Type1 @@ -6081,12 +5993,12 @@ endobj /Widths [556 282 282 0 0 556 718 0 556 0 0 0 0 607 0 0 607 333 393 0 0 556 282 282 556 0 607 778 333 667 607 556 607 718 556 ] -/Encoding 929 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 931 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -256 0 obj +252 0 obj << /Type /Font /Subtype /Type1 @@ -6096,12 +6008,12 @@ endobj /Widths [277 0 663 614 0 723 0 0 663 614 0 614 277 386 554 554 337 614 0 277 723 614 554 0 0 554 0 892 0 0 723 783 337 663 614 ] -/Encoding 930 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 932 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -259 0 obj +255 0 obj << /Type /Font /Subtype /Type1 @@ -6113,12 +6025,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 0 663 614 1000 663 0 723 723 0 0 675 554 0 506 0 554 0 554 0 554 554 554 554 0 217 ] -/Encoding 931 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 933 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -260 0 obj +256 0 obj << /Type /Font /Subtype /Type1 @@ -6129,12 +6041,12 @@ endobj 0 614 277 386 554 554 337 614 0 277 723 614 554 554 723 554 0 892 0 0 723 783 337 663 0 614 723 578 614 614 337 578 723 783 554 614 277 ] -/Encoding 932 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 934 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -261 0 obj +257 0 obj << /Type /Font /Subtype /Type1 @@ -6144,12 +6056,12 @@ endobj /Widths [663 277 819 723 277 723 506 554 337 193 783 554 217 554 0 554 0 0 0 277 0 554 0 0 554 0 0 0 0 0 0 0 0 0 0 0 663 554 ] -/Encoding 933 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 935 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -262 0 obj +258 0 obj << /Type /Font /Subtype /Type1 @@ -6159,12 +6071,12 @@ endobj /Widths [282 282 0 0 556 0 0 556 0 0 0 718 607 889 607 607 333 393 667 0 556 282 282 556 0 607 0 333 0 0 0 607 0 556 333 ] -/Encoding 934 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 936 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -263 0 obj +259 0 obj << /Type /Font /Subtype /Type1 @@ -6173,12 +6085,12 @@ endobj /LastChar 24 /Widths [556 278 556 278 722 611 889 556 389 278 556 722 556 611 278 556 528 611 611 667 333 667 611 611 ] -/Encoding 935 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 937 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -264 0 obj +260 0 obj << /Type /Font /Subtype /Type1 @@ -6187,12 +6099,12 @@ endobj /LastChar 30 /Widths [723 783 0 675 723 277 0 723 626 0 723 663 0 0 0 0 0 0 0 723 0 855 687 723 0 0 614 663 0 554 ] -/Encoding 936 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 938 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -268 0 obj +264 0 obj << /Type /Font /Subtype /Type1 @@ -6204,12 +6116,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 350 337 277 229 663 614 0 663 0 723 0 0 663 0 554 783 506 482 0 0 0 277 0 554 554 554 0 217 0 0 0 193 ] -/Encoding 937 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 939 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -269 0 obj +265 0 obj << /Type /Font /Subtype /Type1 @@ -6220,12 +6132,12 @@ endobj 554 337 614 0 0 723 614 554 0 0 0 0 892 0 0 723 783 0 0 0 0 0 0 614 0 0 0 0 0 0 614 277 554 614 ] -/Encoding 938 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 940 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -270 0 obj +266 0 obj << /Type /Font /Subtype /Type1 @@ -6234,12 +6146,12 @@ endobj /LastChar 30 /Widths [783 0 0 0 0 0 723 0 277 0 0 0 0 0 0 0 0 0 723 0 0 687 723 0 0 0 0 0 554 ] -/Encoding 939 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 941 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -271 0 obj +267 0 obj << /Type /Font /Subtype /Type1 @@ -6248,12 +6160,12 @@ endobj /LastChar 18 /Widths [603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 ] -/Encoding 940 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 942 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -276 0 obj +272 0 obj << /Type /Font /Subtype /Type1 @@ -6265,12 +6177,12 @@ endobj 337 554 554 723 518 723 0 0 277 0 494 663 663 337 0 337 277 229 663 614 0 663 0 723 723 0 663 0 0 783 506 482 554 0 0 0 554 554 0 554 ] -/Encoding 941 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 943 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -277 0 obj +273 0 obj << /Type /Font /Subtype /Type1 @@ -6281,12 +6193,12 @@ endobj 0 614 277 386 554 554 337 614 0 277 723 614 554 554 723 0 723 0 0 0 0 783 337 663 0 614 723 0 614 614 337 0 723 783 0 614 277 0 614 277 723 ] -/Encoding 942 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 944 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -278 0 obj +274 0 obj << /Type /Font /Subtype /Type1 @@ -6296,12 +6208,12 @@ endobj /Widths [556 278 0 278 722 0 0 0 0 0 0 722 0 0 0 556 0 611 611 667 0 667 0 0 556 667 694 843 278 278 667 778 611 556 722 722 722 ] -/Encoding 943 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 945 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -279 0 obj +275 0 obj << /Type /Font /Subtype /Type1 @@ -6310,12 +6222,12 @@ endobj /LastChar 25 /Widths [603 603 603 603 603 603 603 0 0 0 0 0 0 603 603 603 0 0 603 603 603 603 603 603 603 ] -/Encoding 944 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 946 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -280 0 obj +276 0 obj << /Type /Font /Subtype /Type1 @@ -6324,12 +6236,12 @@ endobj /LastChar 30 /Widths [663 0 0 0 0 0 0 0 723 663 0 0 0 0 0 0 723 0 0 0 0 0 783 663 0 0 0 554 ] -/Encoding 945 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 947 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -283 0 obj +279 0 obj << /Type /Font /Subtype /Type1 @@ -6341,12 +6253,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 229 663 614 1000 663 0 723 723 0 663 675 554 0 506 482 554 1000 554 0 554 554 554 554 ] -/Encoding 946 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 948 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -284 0 obj +280 0 obj << /Type /Font /Subtype /Type1 @@ -6355,12 +6267,12 @@ endobj /LastChar 30 /Widths [723 0 663 0 723 277 0 0 626 0 723 0 0 0 0 0 0 0 723 723 0 855 687 0 783 663 614 0 0 554 ] -/Encoding 947 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 949 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -285 0 obj +281 0 obj << /Type /Font /Subtype /Type1 @@ -6370,12 +6282,12 @@ endobj /Widths [556 278 0 278 722 0 0 0 0 0 0 722 0 0 0 556 0 611 611 667 0 667 0 0 0 0 694 843 0 278 667 778 611 0 722 722 0 556 556 722 778 556 611 ] -/Encoding 948 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 950 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -286 0 obj +282 0 obj << /Type /Font /Subtype /Type1 @@ -6386,12 +6298,12 @@ endobj 0 614 277 386 554 554 337 614 0 0 0 0 554 554 723 554 723 892 0 0 723 0 0 663 0 614 723 578 614 0 0 578 723 783 554 0 0 554 0 0 0 723 783 ] -/Encoding 949 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 951 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -287 0 obj +283 0 obj << /Type /Font /Subtype /Type1 @@ -6401,12 +6313,12 @@ endobj /Widths [603 0 0 603 603 603 603 603 0 0 0 0 0 603 0 0 0 0 0 0 0 0 0 603 603 603 603 603 603 603 603 603 ] -/Encoding 950 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 952 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -290 0 obj +286 0 obj << /Type /Font /Subtype /Type1 @@ -6418,12 +6330,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 229 663 614 1000 663 0 723 0 0 663 0 554 0 506 482 554 0 554 277 554 554 0 554 0 0 0 0 578 0 578 ] -/Encoding 951 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 953 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -291 0 obj +287 0 obj << /Type /Font /Subtype /Type1 @@ -6434,12 +6346,12 @@ endobj 0 0 0 0 723 0 0 0 723 0 723 0 0 0 0 0 0 663 0 614 723 0 0 0 0 0 723 783 0 0 277 0 0 0 0 723 ] -/Encoding 952 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 954 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -292 0 obj +288 0 obj << /Type /Font /Subtype /Type1 @@ -6449,28 +6361,29 @@ endobj /Widths [277 0 506 554 337 0 0 0 0 554 0 554 217 0 554 277 506 554 0 0 554 0 0 0 0 0 554 554 0 0 506 0 663 554 578 ] -/Encoding 953 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 955 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -293 0 obj +289 0 obj << /Type /Font /Subtype /Type1 /Name /F65 /FirstChar 1 -/LastChar 60 -/Widths [723 783 663 0 723 277 783 0 626 277 723 663 0 0 0 614 -614 0 723 0 0 855 687 723 0 663 614 0 614 0 892 554 -614 337 277 795 554 0 0 0 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 952 ] -/Encoding 954 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/LastChar 70 +/Widths [723 783 0 0 723 277 783 0 626 277 723 663 0 0 0 614 +614 554 0 723 0 0 687 723 0 663 614 0 614 0 892 554 +614 337 277 795 554 578 0 277 578 0 0 0 0 0 0 723 +0 0 578 386 0 614 0 0 0 0 0 952 0 0 0 0 +0 0 0 0 0 614 ] +/Encoding 956 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -294 0 obj +290 0 obj << /Type /Font /Subtype /Type1 @@ -6480,12 +6393,12 @@ endobj /Widths [603 603 603 603 603 603 603 603 603 0 0 0 603 603 0 603 603 0 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 ] -/Encoding 955 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 957 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -295 0 obj +291 0 obj << /Type /Font /Subtype /Type1 @@ -6496,12 +6409,12 @@ endobj 0 611 0 0 333 0 0 611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556 537 722 333 611 ] -/Encoding 956 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 958 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -298 0 obj +294 0 obj << /Type /Font /Subtype /Type1 @@ -6513,12 +6426,12 @@ endobj 337 554 554 0 518 723 0 506 277 723 494 0 663 0 0 0 277 0 663 614 0 663 0 723 0 0 0 0 0 0 506 0 0 0 0 277 554 554 0 0 0 217 ] -/Encoding 957 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 959 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -299 0 obj +295 0 obj << /Type /Font /Subtype /Type1 @@ -6529,12 +6442,12 @@ endobj 0 611 611 667 333 667 611 611 0 0 694 0 278 0 0 778 0 0 0 0 0 0 0 0 0 0 0 0 537 722 333 611 556 556 278 ] -/Encoding 958 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 960 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -300 0 obj +296 0 obj << /Type /Font /Subtype /Type1 @@ -6545,12 +6458,12 @@ endobj 337 614 0 0 723 614 554 0 723 554 0 892 0 0 723 0 0 663 0 614 0 578 0 0 0 578 723 783 0 0 277 0 0 0 0 0 0 578 940 ] -/Encoding 959 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 961 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -301 0 obj +297 0 obj << /Type /Font /Subtype /Type1 @@ -6560,12 +6473,12 @@ endobj /Widths [277 0 0 626 277 723 663 0 0 0 614 0 554 0 723 0 0 687 723 0 663 614 0 0 0 0 0 614 337 0 0 554 578 566 277 578 614 ] -/Encoding 960 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 962 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -302 0 obj +298 0 obj << /Type /Font /Subtype /Type1 @@ -6575,12 +6488,12 @@ endobj /Widths [603 0 603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 603 0 0 0 0 0 0 603 603 603 603 603 0 0 0 603 603 603 603 603 603 ] -/Encoding 961 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 963 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -305 0 obj +301 0 obj << /Type /Font /Subtype /Type1 @@ -6593,12 +6506,12 @@ endobj 277 0 663 614 0 663 0 723 0 0 0 0 554 783 506 482 554 0 554 277 554 554 0 554 0 0 0 0 0 0 0 337 337 ] -/Encoding 962 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 964 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -306 0 obj +302 0 obj << /Type /Font /Subtype /Type1 @@ -6609,12 +6522,12 @@ endobj 337 614 554 277 723 614 554 554 723 554 723 892 0 0 723 0 0 0 0 614 723 578 0 0 0 578 0 783 0 0 277 0 0 0 0 0 0 0 940 663 ] -/Encoding 963 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 965 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -307 0 obj +303 0 obj << /Type /Font /Subtype /Type1 @@ -6623,12 +6536,12 @@ endobj /LastChar 29 /Widths [723 783 663 675 723 277 783 0 626 0 0 0 554 554 0 0 0 0 723 723 0 855 687 723 783 663 614 663 614 ] -/Encoding 964 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 966 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -308 0 obj +304 0 obj << /Type /Font /Subtype /Type1 @@ -6636,12 +6549,12 @@ endobj /FirstChar 1 /LastChar 1 /Widths [750 ] -/Encoding 965 0 R -/BaseFont /PMGDHA+TT49Ao00 -/FontDescriptor 890 0 R +/Encoding 967 0 R +/BaseFont /KDKIII+TT88Eo00 +/FontDescriptor 892 0 R >> endobj -309 0 obj +305 0 obj << /Type /Font /Subtype /Type1 @@ -6652,12 +6565,12 @@ endobj 0 611 611 667 0 667 0 0 0 0 694 0 0 0 0 778 611 0 0 722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 667 ] -/Encoding 966 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 968 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -310 0 obj +306 0 obj << /Type /Font /Subtype /Type1 @@ -6667,12 +6580,12 @@ endobj /Widths [282 282 607 0 556 0 0 556 0 0 0 718 0 889 607 0 333 393 0 0 556 282 282 556 0 607 0 0 0 0 0 607 0 556 0 556 718 282 607 778 504 607 ] -/Encoding 967 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 969 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -314 0 obj +310 0 obj << /Type /Font /Subtype /Type1 @@ -6685,12 +6598,12 @@ endobj 277 229 663 614 0 663 0 0 0 0 0 0 554 783 506 482 554 0 554 0 554 554 554 554 0 0 0 0 0 0 0 337 337 578 578 554 ] -/Encoding 968 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 970 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -315 0 obj +311 0 obj << /Type /Font /Subtype /Type1 @@ -6700,12 +6613,12 @@ endobj /Widths [277 0 506 554 337 0 0 0 217 554 0 554 217 832 554 277 506 554 0 0 554 554 0 0 0 0 0 0 0 0 0 554 0 0 0 482 ] -/Encoding 969 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 971 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -316 0 obj +312 0 obj << /Type /Font /Subtype /Type1 @@ -6715,12 +6628,12 @@ endobj /Widths [277 0 663 0 614 0 0 0 663 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 723 0 0 0 0 614 723 0 0 0 0 0 0 783 ] -/Encoding 970 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 972 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -319 0 obj +315 0 obj << /Type /Font /Subtype /Type1 @@ -6733,12 +6646,12 @@ endobj 0 229 663 614 1000 663 0 723 0 650 663 675 0 0 506 482 0 0 0 0 0 0 554 554 0 217 0 0 0 0 0 337 337 ] -/Encoding 971 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 973 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -320 0 obj +316 0 obj << /Type /Font /Subtype /Type1 @@ -6748,12 +6661,12 @@ endobj /Widths [282 282 607 607 556 0 667 556 0 0 0 718 607 889 607 607 333 393 667 556 556 282 282 556 0 607 0 0 0 0 556 607 0 556 0 0 0 0 607 778 0 607 556 556 718 718 556 ] -/Encoding 972 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 974 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -321 0 obj +317 0 obj << /Type /Font /Subtype /Type1 @@ -6763,12 +6676,12 @@ endobj /Widths [663 277 819 723 277 723 506 554 337 193 783 554 217 554 0 0 217 832 554 277 506 554 0 0 554 554 0 0 0 0 0 0 0 277 0 554 0 0 0 0 506 ] -/Encoding 973 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 975 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -322 0 obj +318 0 obj << /Type /Font /Subtype /Type1 @@ -6779,12 +6692,12 @@ endobj 337 614 0 0 723 614 554 0 723 554 723 0 0 0 723 0 0 0 0 614 723 578 614 614 0 578 723 783 0 0 277 0 0 0 0 723 783 578 940 0 783 ] -/Encoding 974 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 976 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -326 0 obj +322 0 obj << /Type /Font /Subtype /Type1 @@ -6795,12 +6708,12 @@ endobj 277 554 506 0 0 0 0 554 277 0 554 855 0 0 554 0 337 0 0 0 0 0 0 0 277 0 494 0 0 0 0 0 0 0 0 0 0 0 0 0 723 ] -/Encoding 975 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 977 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -327 0 obj +323 0 obj << /Type /Font /Subtype /Type1 @@ -6811,12 +6724,12 @@ endobj 0 0 0 0 0 0 0 0 723 0 723 0 0 0 0 0 0 0 0 614 0 0 0 0 0 0 723 783 0 0 0 0 0 0 0 723 783 ] -/Encoding 976 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 978 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -330 0 obj +326 0 obj << /Type /Font /Subtype /Type1 @@ -6828,12 +6741,12 @@ endobj 337 554 554 0 0 723 0 0 277 723 494 663 663 337 0 337 277 0 663 614 0 663 0 723 0 0 663 675 0 0 506 482 554 0 554 277 554 554 554 ] -/Encoding 977 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 979 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -331 0 obj +327 0 obj << /Type /Font /Subtype /Type1 @@ -6842,12 +6755,12 @@ endobj /LastChar 23 /Widths [278 0 609 331 391 609 0 609 557 278 0 669 887 278 557 0 557 557 557 669 722 534 ] -/Encoding 978 0 R -/BaseFont /PMGDGC+TT491o00 -/FontDescriptor 876 0 R +/Encoding 980 0 R +/BaseFont /KDKIHK+TT885o00 +/FontDescriptor 878 0 R >> endobj -332 0 obj +328 0 obj << /Type /Font /Subtype /Type1 @@ -6858,12 +6771,12 @@ endobj 0 333 393 0 0 556 282 282 556 0 0 0 0 0 0 0 607 0 556 0 556 0 0 0 0 0 607 0 0 0 0 0 718 ] -/Encoding 979 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 981 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -333 0 obj +329 0 obj << /Type /Font /Subtype /Type1 @@ -6874,12 +6787,12 @@ endobj 0 0 0 0 0 603 0 603 603 0 0 0 0 0 603 0 603 0 603 603 603 603 0 0 0 0 0 0 0 0 0 603 ] -/Encoding 980 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 982 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -334 0 obj +330 0 obj << /Type /Font /Subtype /Type1 @@ -6889,12 +6802,12 @@ endobj /Widths [723 0 0 0 0 0 0 277 0 0 554 337 614 0 0 0 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 614 0 0 0 0 783 ] -/Encoding 981 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 983 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -335 0 obj +331 0 obj << /Type /Font /Subtype /Type1 @@ -6905,12 +6818,12 @@ endobj 0 723 723 0 855 687 0 0 663 0 663 614 0 0 0 0 0 0 0 0 0 0 0 0 0 554 554 554 337 554 723 554 ] -/Encoding 982 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 984 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -339 0 obj +335 0 obj << /Type /Font /Subtype /Type1 @@ -6922,12 +6835,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 0 663 337 0 337 277 0 663 614 0 663 663 723 723 0 0 0 554 783 506 482 0 0 554 277 554 554 0 554 ] -/Encoding 983 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 985 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -340 0 obj +336 0 obj << /Type /Font /Subtype /Type1 @@ -6939,12 +6852,12 @@ endobj 0 0 0 0 0 0 0 663 0 614 0 0 614 0 0 0 0 783 0 0 277 554 0 0 0 723 0 0 0 0 0 663 ] -/Encoding 984 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 986 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -341 0 obj +337 0 obj << /Type /Font /Subtype /Type1 @@ -6955,12 +6868,12 @@ endobj 614 554 723 723 0 855 687 723 0 663 614 663 614 0 892 554 614 337 277 0 0 578 0 277 578 0 0 0 0 337 0 0 0 663 578 386 554 614 337 337 337 614 554 ] -/Encoding 985 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 987 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -346 0 obj +342 0 obj << /Type /Font /Subtype /Type1 @@ -6971,12 +6884,12 @@ endobj 0 0 0 0 723 0 0 0 723 0 723 0 0 0 0 0 0 663 0 614 723 0 0 0 0 0 723 783 0 0 277 0 0 0 0 723 783 578 0 663 ] -/Encoding 986 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 988 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -347 0 obj +343 0 obj << /Type /Font /Subtype /Type1 @@ -6985,12 +6898,12 @@ endobj /LastChar 34 /Widths [554 0 0 0 554 0 0 0 0 506 0 0 0 0 0 0 0 554 554 554 554 554 277 ] -/Encoding 987 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 989 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -350 0 obj +346 0 obj << /Type /Font /Subtype /Type1 @@ -7003,12 +6916,12 @@ endobj 277 0 663 614 1000 663 663 723 723 0 663 0 554 783 506 0 554 0 554 277 0 0 554 0 0 0 0 0 0 0 578 0 0 0 0 0 892 ] -/Encoding 988 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 990 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -351 0 obj +347 0 obj << /Type /Font /Subtype /Type1 @@ -7020,12 +6933,12 @@ endobj 723 0 0 0 0 0 0 663 0 614 723 0 0 0 0 0 0 783 0 0 277 0 0 0 0 723 0 0 0 0 0 663 ] -/Encoding 989 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 991 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -352 0 obj +348 0 obj << /Type /Font /Subtype /Type1 @@ -7035,12 +6948,12 @@ endobj /Widths [663 0 0 0 277 0 506 554 337 0 0 554 217 554 0 554 217 832 554 277 506 554 0 0 554 0 0 0 0 0 0 0 0 0 0 554 663 554 0 0 0 614 ] -/Encoding 990 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 992 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -353 0 obj +349 0 obj << /Type /Font /Subtype /Type1 @@ -7048,12 +6961,12 @@ endobj /FirstChar 1 /LastChar 1 /Widths [586 ] -/Encoding 991 0 R -/BaseFont /PMGDHC+TT49Co00 -/FontDescriptor 892 0 R +/Encoding 993 0 R +/BaseFont /KDKIIK+TT890o00 +/FontDescriptor 894 0 R >> endobj -354 0 obj +350 0 obj << /Type /Font /Subtype /Type1 @@ -7061,12 +6974,12 @@ endobj /FirstChar 2 /LastChar 3 /Widths [889 787 ] -/Encoding 992 0 R -/BaseFont /PMGDHA+TT49Ao00 -/FontDescriptor 890 0 R +/Encoding 994 0 R +/BaseFont /KDKIII+TT88Eo00 +/FontDescriptor 892 0 R >> endobj -355 0 obj +351 0 obj << /Type /Font /Subtype /Type1 @@ -7074,12 +6987,12 @@ endobj /FirstChar 1 /LastChar 1 /Widths [583 ] -/Encoding 991 0 R -/BaseFont /PMGDHE+TT49Eo00 -/FontDescriptor 894 0 R +/Encoding 993 0 R +/BaseFont /KDKIIM+TT892o00 +/FontDescriptor 896 0 R >> endobj -356 0 obj +352 0 obj << /Type /Font /Subtype /Type1 @@ -7087,12 +7000,12 @@ endobj /FirstChar 1 /LastChar 1 /Widths [891 ] -/Encoding 993 0 R -/BaseFont /PMGDHG+TT4A1o00 -/FontDescriptor 896 0 R +/Encoding 995 0 R +/BaseFont /KDKIIO+TT895o00 +/FontDescriptor 898 0 R >> endobj -357 0 obj +353 0 obj << /Type /Font /Subtype /Type1 @@ -7100,12 +7013,12 @@ endobj /FirstChar 1 /LastChar 1 /Widths [790 ] -/Encoding 994 0 R -/BaseFont /PMGDHI+TT4A2o00 -/FontDescriptor 898 0 R +/Encoding 996 0 R +/BaseFont /KDKIJA+TT896o00 +/FontDescriptor 900 0 R >> endobj -360 0 obj +356 0 obj << /Type /Font /Subtype /Type1 @@ -7117,12 +7030,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 0 0 0 277 0 663 0 1000 663 0 723 723 0 663 0 554 0 506 482 554 1000 554 277 554 554 554 554 0 0 0 0 0 0 578 ] -/Encoding 995 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 997 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -361 0 obj +357 0 obj << /Type /Font /Subtype /Type1 @@ -7133,12 +7046,12 @@ endobj 337 614 0 0 723 614 554 0 723 0 0 892 0 0 723 0 0 663 0 0 0 0 0 0 0 0 0 783 0 0 0 0 0 0 0 723 0 0 940 ] -/Encoding 996 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 998 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -362 0 obj +358 0 obj << /Type /Font /Subtype /Type1 @@ -7149,12 +7062,12 @@ endobj 0 0 723 723 0 855 687 0 0 663 0 663 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 952 ] -/Encoding 997 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 999 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -363 0 obj +359 0 obj << /Type /Font /Subtype /Type1 @@ -7164,12 +7077,12 @@ endobj /Widths [278 556 278 0 0 0 556 389 0 0 0 556 611 0 556 0 0 611 0 333 0 0 611 556 0 0 0 0 0 0 0 0 0 722 0 0 0 0 0 0 0 611 ] -/Encoding 998 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1000 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -364 0 obj +360 0 obj << /Type /Font /Subtype /Type1 @@ -7180,12 +7093,12 @@ endobj 0 603 603 0 603 603 603 603 603 603 603 603 603 603 603 603 603 0 603 603 603 603 0 0 603 0 0 0 603 0 603 0 603 603 603 ] -/Encoding 999 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1001 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -365 0 obj +361 0 obj << /Type /Font /Subtype /Type1 @@ -7194,12 +7107,12 @@ endobj /LastChar 25 /Widths [506 554 337 0 0 0 0 554 0 0 0 0 0 0 0 0 0 0 554 ] -/Encoding 1000 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 1002 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -369 0 obj +365 0 obj << /Type /Font /Subtype /Type1 @@ -7212,12 +7125,12 @@ endobj 0 229 663 614 0 663 0 723 723 0 663 0 554 0 506 0 554 0 554 277 554 554 554 554 0 0 0 0 0 0 0 0 0 0 0 0 0 783 ] -/Encoding 1001 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1003 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -370 0 obj +366 0 obj << /Type /Font /Subtype /Type1 @@ -7228,12 +7141,12 @@ endobj 337 614 0 0 723 614 554 554 723 554 723 892 0 0 0 0 0 663 0 614 723 0 614 0 0 0 723 783 0 0 0 0 0 0 0 723 783 ] -/Encoding 1002 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1004 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -371 0 obj +367 0 obj << /Type /Font /Subtype /Type1 @@ -7244,12 +7157,12 @@ endobj 0 603 603 0 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 0 0 603 603 0 0 603 0 603 0 0 0 603 ] -/Encoding 1003 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1005 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -372 0 obj +368 0 obj << /Type /Font /Subtype /Type1 @@ -7260,12 +7173,12 @@ endobj 614 554 723 723 0 855 687 0 783 663 0 0 0 0 892 554 614 337 277 0 554 0 566 277 0 614 0 0 0 337 0 0 0 0 578 386 554 0 0 337 0 0 0 0 554 614 ] -/Encoding 1004 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1006 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -375 0 obj +371 0 obj << /Type /Font /Subtype /Type1 @@ -7277,12 +7190,12 @@ endobj 0 554 554 723 0 723 0 506 277 0 494 0 663 0 0 0 277 0 663 614 0 663 0 0 0 0 0 0 0 0 506 0 0 0 554 0 0 554 ] -/Encoding 1005 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1007 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -376 0 obj +372 0 obj << /Type /Font /Subtype /Type1 @@ -7293,12 +7206,12 @@ endobj 0 0 0 0 723 0 0 0 0 0 723 0 0 0 723 0 0 663 0 614 723 0 0 0 0 0 0 783 0 0 277 0 0 0 0 723 783 0 940 ] -/Encoding 1006 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1008 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -377 0 obj +373 0 obj << /Type /Font /Subtype /Type1 @@ -7310,12 +7223,12 @@ endobj 603 603 603 603 603 603 0 603 603 603 603 603 603 603 603 0 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 ] -/Encoding 1007 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1009 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -378 0 obj +374 0 obj << /Type /Font /Subtype /Type1 @@ -7324,12 +7237,12 @@ endobj /LastChar 25 /Widths [556 278 556 278 0 611 889 0 0 278 0 0 556 611 278 556 0 611 0 0 333 667 0 611 556 ] -/Encoding 1008 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1010 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -382 0 obj +378 0 obj << /Type /Font /Subtype /Type1 @@ -7341,12 +7254,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 0 663 614 0 663 0 723 723 650 0 675 0 0 506 0 0 0 554 277 554 554 0 554 0 0 578 ] -/Encoding 1009 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1011 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -383 0 obj +379 0 obj << /Type /Font /Subtype /Type1 @@ -7357,12 +7270,12 @@ endobj 337 614 0 0 723 614 0 0 723 0 723 0 0 0 723 0 0 663 0 614 723 0 614 0 0 0 0 783 0 0 277 0 0 0 0 723 0 578 ] -/Encoding 1010 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1012 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -384 0 obj +380 0 obj << /Type /Font /Subtype /Type1 @@ -7373,12 +7286,12 @@ endobj 614 554 723 723 0 855 0 0 0 663 614 0 614 0 0 554 614 337 277 0 554 0 566 277 0 0 0 0 0 0 0 0 0 0 0 0 0 614 0 0 0 614 ] -/Encoding 1011 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1013 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -387 0 obj +383 0 obj << /Type /Font /Subtype /Type1 @@ -7390,12 +7303,12 @@ endobj 337 554 0 723 518 723 0 506 277 0 494 663 663 337 0 337 277 0 0 614 1000 663 0 723 723 0 0 0 554 0 506 0 554 1000 554 0 0 554 554 554 ] -/Encoding 1012 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1014 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -388 0 obj +384 0 obj << /Type /Font /Subtype /Type1 @@ -7406,12 +7319,12 @@ endobj 337 614 554 277 723 614 554 554 723 0 723 892 0 0 0 0 0 663 0 614 723 578 614 0 0 578 723 783 0 0 277 554 0 0 0 723 783 578 ] -/Encoding 1013 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1015 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -389 0 obj +385 0 obj << /Type /Font /Subtype /Type1 @@ -7422,12 +7335,12 @@ endobj 614 554 723 723 0 855 0 0 0 663 614 0 614 0 0 554 614 337 277 0 554 0 0 277 0 0 0 0 0 0 0 0 0 0 0 386 554 614 ] -/Encoding 1014 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1016 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -390 0 obj +386 0 obj << /Type /Font /Subtype /Type1 @@ -7439,12 +7352,12 @@ endobj 603 603 603 603 603 0 603 603 0 603 603 603 0 603 0 603 603 0 0 603 603 0 603 0 0 0 0 603 0 603 603 603 0 603 0 0 0 0 603 ] -/Encoding 1015 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1017 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -391 0 obj +387 0 obj << /Type /Font /Subtype /Type1 @@ -7454,12 +7367,12 @@ endobj /Widths [278 556 278 0 0 0 556 0 0 0 0 556 611 0 556 0 0 0 0 333 667 0 611 556 0 0 843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 611 ] -/Encoding 1016 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1018 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -394 0 obj +390 0 obj << /Type /Font /Subtype /Type1 @@ -7471,12 +7384,12 @@ endobj 554 0 723 518 723 0 0 277 723 494 0 0 0 0 0 0 229 663 0 1000 663 0 723 723 0 0 0 0 0 506 0 0 1000 ] -/Encoding 1017 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1019 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -395 0 obj +391 0 obj << /Type /Font /Subtype /Type1 @@ -7486,12 +7399,12 @@ endobj /Widths [278 556 278 0 0 0 0 389 278 556 0 0 0 0 556 0 611 0 0 0 0 0 0 556 0 0 0 0 0 0 0 611 556 0 0 0 0 0 0 0 0 0 0 0 0 0 611 ] -/Encoding 1018 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1020 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -396 0 obj +392 0 obj << /Type /Font /Subtype /Type1 @@ -7502,12 +7415,12 @@ endobj 337 614 0 277 723 614 0 0 723 554 723 0 0 0 723 0 0 663 0 614 723 0 614 614 0 0 0 783 0 0 277 0 0 0 0 0 783 ] -/Encoding 1019 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1021 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -397 0 obj +393 0 obj << /Type /Font /Subtype /Type1 @@ -7516,12 +7429,12 @@ endobj /LastChar 29 /Widths [723 783 663 0 723 277 783 723 626 0 723 663 0 0 0 0 0 0 0 723 0 0 687 0 0 663 0 663 614 ] -/Encoding 1020 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1022 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -398 0 obj +394 0 obj << /Type /Font /Subtype /Type1 @@ -7533,12 +7446,12 @@ endobj 603 603 603 603 603 603 603 603 0 603 603 0 0 0 603 0 603 0 0 603 603 0 0 0 603 0 0 603 603 603 0 0 0 603 603 0 0 0 603 603 603 603 ] -/Encoding 1021 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1023 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -402 0 obj +398 0 obj << /Type /Font /Subtype /Type1 @@ -7551,12 +7464,12 @@ endobj 0 663 614 1000 663 663 723 723 0 0 0 0 0 506 482 0 0 0 0 0 0 0 554 0 217 0 0 0 0 0 0 0 0 0 0 0 783 ] -/Encoding 1022 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1024 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -403 0 obj +399 0 obj << /Type /Font /Subtype /Type1 @@ -7568,12 +7481,12 @@ endobj 0 0 0 0 0 0 0 663 0 614 0 0 0 0 0 0 0 0 0 0 277 0 0 0 0 723 0 578 0 0 0 663 337 ] -/Encoding 1023 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1025 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -404 0 obj +400 0 obj << /Type /Font /Subtype /Type1 @@ -7583,12 +7496,12 @@ endobj /Widths [506 0 0 0 0 0 0 0 0 0 0 832 0 277 506 0 0 0 554 0 0 0 554 0 0 0 0 0 0 0 0 0 0 0 0 0 506 ] -/Encoding 1024 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 1026 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -408 0 obj +404 0 obj << /Type /Font /Subtype /Type1 @@ -7599,12 +7512,12 @@ endobj 277 554 506 663 277 832 0 554 0 554 554 855 277 783 0 554 337 0 0 723 0 0 0 0 0 0 494 0 663 337 0 337 277 0 663 0 0 663 ] -/Encoding 1025 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1027 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -409 0 obj +405 0 obj << /Type /Font /Subtype /Type1 @@ -7616,12 +7529,12 @@ endobj 603 603 603 603 0 603 603 603 0 603 603 0 0 0 603 0 603 0 0 603 603 0 0 0 603 0 0 603 603 603 0 0 0 603 603 0 0 0 603 603 603 603 603 ] -/Encoding 1026 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1028 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -413 0 obj +409 0 obj << /Type /Font /Subtype /Type1 @@ -7634,12 +7547,12 @@ endobj 277 0 663 614 0 663 0 723 723 650 0 675 0 0 506 482 554 0 554 277 554 554 554 554 0 0 0 0 0 0 0 0 0 0 0 0 0 783 ] -/Encoding 1027 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1029 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -414 0 obj +410 0 obj << /Type /Font /Subtype /Type1 @@ -7650,12 +7563,12 @@ endobj 0 0 0 603 603 603 0 0 0 603 0 603 603 603 603 0 0 0 0 603 0 0 0 603 0 603 603 603 0 603 603 0 603 0 0 0 0 0 0 0 0 0 0 0 0 0 603 ] -/Encoding 1028 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1030 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -415 0 obj +411 0 obj << /Type /Font /Subtype /Type1 @@ -7666,12 +7579,12 @@ endobj 554 277 723 614 554 554 723 0 723 892 0 0 0 0 337 0 0 0 723 0 614 0 0 0 0 783 554 0 0 0 0 0 0 0 0 0 0 0 0 663 0 506 ] -/Encoding 1029 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1031 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -416 0 obj +412 0 obj << /Type /Font /Subtype /Type1 @@ -7681,12 +7594,12 @@ endobj /Widths [278 556 278 0 0 0 556 389 278 0 0 556 0 0 0 0 0 0 0 333 0 0 0 556 0 0 0 0 0 0 0 0 0 0 722 0 556 0 0 0 0 0 0 0 0 0 611 ] -/Encoding 1030 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1032 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -417 0 obj +413 0 obj << /Type /Font /Subtype /Type1 @@ -7697,12 +7610,12 @@ endobj 0 0 0 0 0 855 687 723 783 663 0 663 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 554 0 0 0 554 0 0 0 0 0 337 0 337 0 0 0 0 0 337 ] -/Encoding 1031 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1033 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -418 0 obj +414 0 obj << /Type /Font /Subtype /Type1 @@ -7710,12 +7623,12 @@ endobj /FirstChar 3 /LastChar 3 /Widths [787 ] -/Encoding 1032 0 R -/BaseFont /PMGDHA+TT49Ao00 -/FontDescriptor 890 0 R +/Encoding 1034 0 R +/BaseFont /KDKIII+TT88Eo00 +/FontDescriptor 892 0 R >> endobj -419 0 obj +415 0 obj << /Type /Font /Subtype /Type1 @@ -7725,12 +7638,12 @@ endobj /Widths [663 0 0 0 277 0 506 0 337 0 0 0 217 554 0 554 217 832 554 277 506 554 0 0 554 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 506 0 0 723 663 ] -/Encoding 1033 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 1035 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -420 0 obj +416 0 obj << /Type /Font /Subtype /Type1 @@ -7741,12 +7654,12 @@ endobj 607 333 393 0 556 556 282 282 556 0 0 0 333 0 0 0 607 718 556 0 556 0 282 0 0 0 0 0 556 0 718 556 0 556 556 718 556 829 ] -/Encoding 1034 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1036 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -424 0 obj +420 0 obj << /Type /Font /Subtype /Type1 @@ -7757,12 +7670,12 @@ endobj 0 0 277 386 554 554 337 614 0 277 723 614 0 0 723 554 0 0 0 0 0 0 0 663 0 614 723 0 614 614 0 0 723 783 0 0 277 0 0 0 0 723 0 0 940 ] -/Encoding 1035 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1037 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -425 0 obj +421 0 obj << /Type /Font /Subtype /Type1 @@ -7773,12 +7686,12 @@ endobj 614 0 723 723 0 855 687 723 0 663 614 0 0 0 0 0 614 337 0 0 0 578 0 277 578 0 0 0 0 0 0 0 0 0 578 0 0 614 0 0 0 0 0 952 ] -/Encoding 1036 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1038 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -426 0 obj +422 0 obj << /Type /Font /Subtype /Type1 @@ -7790,12 +7703,12 @@ endobj 0 603 603 0 603 603 603 603 0 603 603 603 0 603 603 0 603 0 0 603 603 0 0 603 603 0 0 603 603 0 0 0 0 0 0 0 0 0 603 0 0 0 0 603 ] -/Encoding 1037 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1039 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -429 0 obj +425 0 obj << /Type /Font /Subtype /Type1 @@ -7807,12 +7720,12 @@ endobj 337 554 554 723 518 723 0 506 277 723 494 663 663 337 0 337 277 229 663 614 1000 663 663 723 0 650 663 0 554 0 506 0 554 0 554 277 554 554 554 554 0 0 0 0 578 ] -/Encoding 1038 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1040 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -430 0 obj +426 0 obj << /Type /Font /Subtype /Type1 @@ -7823,12 +7736,12 @@ endobj 614 554 554 723 0 723 892 0 0 0 0 0 0 0 0 723 0 614 0 0 0 0 783 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 506 ] -/Encoding 1039 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1041 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -431 0 obj +427 0 obj << /Type /Font /Subtype /Type1 @@ -7840,12 +7753,12 @@ endobj 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 723 554 0 0 0 0 0 0 0 0 0 0 952 0 0 0 554 ] -/Encoding 1040 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1042 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -432 0 obj +428 0 obj << /Type /Font /Subtype /Type1 @@ -7856,12 +7769,12 @@ endobj 0 333 393 0 556 0 0 0 0 0 0 0 0 0 0 0 0 718 556 0 556 0 0 0 0 0 0 0 556 0 0 0 0 0 556 718 556 829 ] -/Encoding 1041 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1043 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -435 0 obj +431 0 obj << /Type /Font /Subtype /Type1 @@ -7873,12 +7786,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 0 0 0 277 0 663 614 1000 663 663 723 0 0 663 0 0 0 506 0 554 0 554 0 554 554 554 ] -/Encoding 1042 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1044 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -436 0 obj +432 0 obj << /Type /Font /Subtype /Type1 @@ -7889,12 +7802,12 @@ endobj 337 614 0 277 723 614 554 554 723 554 723 892 0 0 0 0 0 663 0 614 723 0 614 614 0 0 723 783 554 0 277 0 0 0 0 723 0 0 0 0 0 0 0 506 ] -/Encoding 1043 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1045 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -437 0 obj +433 0 obj << /Type /Font /Subtype /Type1 @@ -7905,12 +7818,12 @@ endobj 0 0 723 723 0 855 687 723 0 663 614 0 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 554 663 0 0 0 0 337 0 337 0 0 0 0 0 337 ] -/Encoding 1044 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1046 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -438 0 obj +434 0 obj << /Type /Font /Subtype /Type1 @@ -7922,12 +7835,12 @@ endobj 603 603 603 603 0 603 603 603 0 603 603 603 0 603 603 603 0 603 0 603 603 0 603 603 0 0 0 0 0 603 603 603 0 0 0 0 0 0 603 0 0 0 0 603 ] -/Encoding 1045 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1047 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -439 0 obj +435 0 obj << /Type /Font /Subtype /Type1 @@ -7938,12 +7851,12 @@ endobj 607 0 393 0 556 556 282 282 556 0 607 0 0 667 0 0 607 718 0 0 556 0 0 0 0 0 0 556 0 0 0 0 0 556 0 0 0 829 ] -/Encoding 1046 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1048 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -442 0 obj +438 0 obj << /Type /Font /Subtype /Type1 @@ -7955,12 +7868,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 0 663 614 1000 663 0 723 0 650 0 0 554 783 506 0 554 0 554 0 554 554 554 ] -/Encoding 1047 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1049 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -443 0 obj +439 0 obj << /Type /Font /Subtype /Type1 @@ -7969,12 +7882,12 @@ endobj /LastChar 27 /Widths [278 278 609 331 391 609 0 609 557 278 0 669 887 278 557 0 557 557 0 0 722 534 557 774 278 774 ] -/Encoding 1048 0 R -/BaseFont /PMGDGC+TT491o00 -/FontDescriptor 876 0 R +/Encoding 1050 0 R +/BaseFont /KDKIHK+TT885o00 +/FontDescriptor 878 0 R >> endobj -444 0 obj +440 0 obj << /Type /Font /Subtype /Type1 @@ -7985,12 +7898,12 @@ endobj 607 333 393 0 0 0 282 282 556 0 607 778 0 0 0 0 607 0 556 333 556 0 0 0 778 0 0 556 556 0 0 0 0 556 0 718 0 0 282 ] -/Encoding 1049 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1051 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -445 0 obj +441 0 obj << /Type /Font /Subtype /Type1 @@ -8002,12 +7915,12 @@ endobj 0 0 603 0 0 603 0 603 603 0 603 0 603 0 0 0 603 0 0 0 603 603 0 0 0 0 603 0 0 0 0 0 0 0 0 603 0 0 0 603 ] -/Encoding 1050 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1052 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -446 0 obj +442 0 obj << /Type /Font /Subtype /Type1 @@ -8018,12 +7931,12 @@ endobj 337 614 0 0 723 614 0 0 723 0 723 0 0 0 723 0 0 663 0 614 723 0 614 0 0 0 0 783 0 0 277 554 0 0 0 723 783 ] -/Encoding 1051 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1053 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -450 0 obj +446 0 obj << /Type /Font /Subtype /Type1 @@ -8035,12 +7948,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 0 229 663 614 0 663 0 723 723 650 0 0 554 0 506 482 554 0 554 277 0 554 0 0 0 0 578 ] -/Encoding 1052 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1054 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -451 0 obj +447 0 obj << /Type /Font /Subtype /Type1 @@ -8051,12 +7964,12 @@ endobj 337 614 0 0 723 614 554 0 0 0 723 892 0 0 723 0 0 663 0 614 723 0 614 0 0 0 723 783 0 0 277 554 0 0 0 723 0 0 0 0 0 0 0 0 554 ] -/Encoding 1053 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1055 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -452 0 obj +448 0 obj << /Type /Font /Subtype /Type1 @@ -8068,12 +7981,12 @@ endobj 614 0 0 0 0 578 0 0 578 0 0 0 0 0 554 0 0 0 578 0 0 0 0 0 0 0 0 952 0 0 0 0 554 ] -/Encoding 1054 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1056 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -453 0 obj +449 0 obj << /Type /Font /Subtype /Type1 @@ -8081,12 +7994,12 @@ endobj /FirstChar 1 /LastChar 15 /Widths [663 277 819 723 277 723 506 554 337 0 783 554 217 554 193 ] -/Encoding 1055 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 1057 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -456 0 obj +452 0 obj << /Type /Font /Subtype /Type1 @@ -8099,12 +8012,12 @@ endobj 277 0 663 614 1000 0 0 0 723 0 663 0 0 783 506 0 554 0 0 0 554 0 554 554 0 0 0 0 0 0 0 337 337 ] -/Encoding 1056 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1058 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -457 0 obj +453 0 obj << /Type /Font /Subtype /Type1 @@ -8115,12 +8028,12 @@ endobj 337 614 0 277 723 614 554 554 723 554 723 892 0 0 0 0 0 663 0 0 723 0 614 614 0 0 723 783 554 0 277 0 0 0 0 723 0 0 940 663 0 663 0 506 ] -/Encoding 1057 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1059 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -458 0 obj +454 0 obj << /Type /Font /Subtype /Type1 @@ -8131,12 +8044,12 @@ endobj 0 0 723 723 0 855 0 723 0 663 614 663 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 723 0 663 0 0 0 0 0 0 0 0 0 952 ] -/Encoding 1058 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1060 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -459 0 obj +455 0 obj << /Type /Font /Subtype /Type1 @@ -8148,12 +8061,12 @@ endobj 0 603 603 603 603 603 603 603 0 603 603 603 0 603 603 603 0 603 603 603 603 0 0 603 0 0 0 0 603 0 603 603 603 0 603 0 0 0 603 0 0 0 0 603 603 603 ] -/Encoding 1059 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1061 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -460 0 obj +456 0 obj << /Type /Font /Subtype /Type1 @@ -8164,12 +8077,12 @@ endobj 0 333 393 0 0 556 282 0 556 0 0 0 0 0 0 0 607 0 0 0 556 0 0 0 0 0 0 556 556 0 0 0 0 0 0 718 556 0 0 778 ] -/Encoding 1060 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1062 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -464 0 obj +460 0 obj << /Type /Font /Subtype /Type1 @@ -8181,12 +8094,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 229 663 0 1000 663 0 723 0 0 0 0 0 0 506 0 554 0 0 277 554 0 0 554 ] -/Encoding 1061 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1063 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -465 0 obj +461 0 obj << /Type /Font /Subtype /Type1 @@ -8197,12 +8110,12 @@ endobj 337 614 0 277 723 614 0 0 0 554 0 0 0 0 0 0 0 663 0 0 723 0 614 614 0 0 723 783 0 0 277 0 0 0 0 723 0 0 940 663 ] -/Encoding 1062 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1064 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -466 0 obj +462 0 obj << /Type /Font /Subtype /Type1 @@ -8213,12 +8126,12 @@ endobj 0 0 723 723 0 855 687 723 0 663 614 0 0 0 0 0 614 0 0 0 0 578 0 0 578 0 0 0 0 0 0 0 0 663 578 0 0 0 0 0 0 0 0 952 ] -/Encoding 1063 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1065 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -467 0 obj +463 0 obj << /Type /Font /Subtype /Type1 @@ -8230,12 +8143,12 @@ endobj 0 603 603 0 603 603 603 603 0 603 0 603 0 603 603 0 603 603 603 603 603 603 0 0 603 0 0 0 603 0 0 0 603 0 0 0 0 0 603 0 0 0 0 603 ] -/Encoding 1064 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1066 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -470 0 obj +466 0 obj << /Type /Font /Subtype /Type1 @@ -8247,12 +8160,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 229 663 614 1000 663 0 723 0 0 663 0 554 783 506 482 554 0 554 277 554 0 554 554 0 0 0 578 ] -/Encoding 1065 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1067 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -471 0 obj +467 0 obj << /Type /Font /Subtype /Type1 @@ -8264,12 +8177,12 @@ endobj 723 892 0 0 0 0 0 0 0 614 723 0 614 614 0 0 0 783 554 0 277 0 0 0 0 0 783 0 940 663 0 0 0 506 0 554 ] -/Encoding 1066 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1068 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -472 0 obj +468 0 obj << /Type /Font /Subtype /Type1 @@ -8281,12 +8194,12 @@ endobj 614 0 0 0 0 578 0 0 578 0 554 554 0 0 0 0 554 663 578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000 ] -/Encoding 1067 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1069 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -473 0 obj +469 0 obj << /Type /Font /Subtype /Type1 @@ -8297,12 +8210,12 @@ endobj 607 333 393 0 0 0 282 0 556 0 0 0 0 0 0 0 607 0 556 333 556 0 0 0 0 0 0 556 556 0 0 556 0 0 0 718 0 829 282 ] -/Encoding 1068 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1070 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -476 0 obj +472 0 obj << /Type /Font /Subtype /Type1 @@ -8314,12 +8227,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 0 0 0 277 229 663 614 1000 663 0 723 0 0 0 0 554 0 506 0 554 0 554 0 554 554 554 0 0 217 ] -/Encoding 1069 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1071 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -477 0 obj +473 0 obj << /Type /Font /Subtype /Type1 @@ -8330,12 +8243,12 @@ endobj 337 614 0 277 723 614 554 554 723 554 723 892 0 0 0 0 0 663 0 614 723 0 614 614 0 0 723 783 554 0 277 0 0 0 0 723 0 578 0 0 0 663 0 506 ] -/Encoding 1070 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1072 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -478 0 obj +474 0 obj << /Type /Font /Subtype /Type1 @@ -8346,12 +8259,12 @@ endobj 614 0 723 723 0 855 0 723 0 663 614 663 614 0 0 554 0 337 277 0 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 614 ] -/Encoding 1071 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1073 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -479 0 obj +475 0 obj << /Type /Font /Subtype /Type1 @@ -8363,12 +8276,12 @@ endobj 0 603 603 603 603 603 603 603 603 0 603 603 603 0 603 603 603 0 603 603 603 603 0 0 603 0 603 0 0 603 603 603 603 0 0 0 0 0 0 603 0 0 0 0 603 0 603 ] -/Encoding 1072 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1074 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -480 0 obj +476 0 obj << /Type /Font /Subtype /Type1 @@ -8379,12 +8292,12 @@ endobj 0 333 393 0 0 0 282 0 556 0 607 778 333 0 0 0 607 718 556 333 0 718 0 0 778 0 0 556 556 0 0 0 0 556 556 0 556 0 282 ] -/Encoding 1073 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1075 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -485 0 obj +481 0 obj << /Type /Font /Subtype /Type1 @@ -8396,12 +8309,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 229 663 614 0 663 0 723 723 0 663 675 554 783 506 482 554 1000 554 277 554 0 0 554 0 217 0 0 0 0 578 ] -/Encoding 1074 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1076 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -486 0 obj +482 0 obj << /Type /Font /Subtype /Type1 @@ -8413,12 +8326,12 @@ endobj 723 0 0 0 0 0 0 663 0 614 723 0 614 0 0 0 723 783 0 0 277 554 0 0 0 0 783 0 940 0 0 0 0 0 554 554 ] -/Encoding 1075 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1077 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -487 0 obj +483 0 obj << /Type /Font /Subtype /Type1 @@ -8429,12 +8342,12 @@ endobj 0 0 0 723 0 855 687 723 0 663 614 0 614 0 0 0 614 0 0 0 0 578 0 0 578 0 0 0 0 0 0 0 0 0 578 0 0 0 0 0 0 0 0 952 ] -/Encoding 1076 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1078 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -488 0 obj +484 0 obj << /Type /Font /Subtype /Type1 @@ -8442,12 +8355,12 @@ endobj /FirstChar 1 /LastChar 1 /Widths [747 ] -/Encoding 965 0 R -/BaseFont /PMGHGC+TT4A3o00 -/FontDescriptor 900 0 R +/Encoding 967 0 R +/BaseFont /KDKMHK+TT897o00 +/FontDescriptor 902 0 R >> endobj -492 0 obj +488 0 obj << /Type /Font /Subtype /Type1 @@ -8459,12 +8372,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 0 0 0 277 0 663 614 1000 663 0 723 723 0 663 0 554 0 506 0 554 1000 0 277 554 554 554 554 0 0 0 0 0 0 578 ] -/Encoding 1077 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1079 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -493 0 obj +489 0 obj << /Type /Font /Subtype /Type1 @@ -8476,12 +8389,12 @@ endobj 723 892 0 0 0 0 0 0 0 614 723 0 614 614 0 0 723 783 554 0 277 0 0 0 0 723 0 0 0 663 0 663 0 506 554 554 ] -/Encoding 1078 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1080 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -494 0 obj +490 0 obj << /Type /Font /Subtype /Type1 @@ -8492,12 +8405,12 @@ endobj 0 0 723 0 0 855 0 723 0 663 614 663 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 663 ] -/Encoding 1079 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1081 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -495 0 obj +491 0 obj << /Type /Font /Subtype /Type1 @@ -8509,12 +8422,12 @@ endobj 0 603 603 603 603 603 603 603 0 0 0 603 0 603 603 603 0 603 0 603 603 0 0 603 0 0 0 603 603 603 603 603 603 0 0 0 0 0 603 0 0 0 0 603 603 603 ] -/Encoding 1080 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1082 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -498 0 obj +494 0 obj << /Type /Font /Subtype /Type1 @@ -8526,12 +8439,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 229 663 0 1000 663 0 723 723 0 0 0 554 783 506 482 554 0 0 277 554 554 554 ] -/Encoding 1081 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1083 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -499 0 obj +495 0 obj << /Type /Font /Subtype /Type1 @@ -8542,12 +8455,12 @@ endobj 607 333 393 0 0 0 282 0 556 0 0 778 333 0 0 0 607 718 556 333 0 0 0 0 778 0 0 556 556 0 0 0 0 556 556 0 556 0 282 ] -/Encoding 1082 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1084 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -500 0 obj +496 0 obj << /Type /Font /Subtype /Type1 @@ -8559,12 +8472,12 @@ endobj 0 0 603 0 0 603 0 603 603 0 603 0 603 0 0 0 603 0 0 0 603 603 0 0 0 0 603 0 0 0 0 0 0 0 0 0 0 0 0 603 ] -/Encoding 1083 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1085 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -501 0 obj +497 0 obj << /Type /Font /Subtype /Type1 @@ -8575,12 +8488,12 @@ endobj 0 0 723 723 0 855 687 723 0 663 614 0 614 0 0 0 614 0 0 0 0 578 0 0 578 0 0 0 0 0 0 0 0 0 578 ] -/Encoding 1084 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1086 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -504 0 obj +500 0 obj << /Type /Font /Subtype /Type1 @@ -8592,12 +8505,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 0 663 614 1000 663 0 0 0 0 0 0 554 0 506 0 554 0 554 0 554 0 554 554 ] -/Encoding 1085 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1087 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -505 0 obj +501 0 obj << /Type /Font /Subtype /Type1 @@ -8608,12 +8521,12 @@ endobj 337 614 0 277 723 614 554 554 723 554 723 892 0 0 0 0 0 0 0 0 723 0 614 614 0 0 723 783 554 0 277 0 0 0 0 723 0 0 940 663 0 663 0 506 ] -/Encoding 1086 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1088 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -506 0 obj +502 0 obj << /Type /Font /Subtype /Type1 @@ -8624,12 +8537,12 @@ endobj 0 0 723 0 0 855 0 723 0 663 614 663 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 663 0 0 0 0 0 0 0 0 0 952 ] -/Encoding 1087 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1089 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -507 0 obj +503 0 obj << /Type /Font /Subtype /Type1 @@ -8641,12 +8554,12 @@ endobj 0 603 603 0 603 603 603 603 0 603 0 0 0 603 603 0 0 0 0 603 0 603 0 0 603 0 603 0 603 603 603 603 603 0 0 0 0 0 603 0 0 0 0 603 603 603 603 ] -/Encoding 1088 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1090 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -508 0 obj +504 0 obj << /Type /Font /Subtype /Type1 @@ -8657,12 +8570,12 @@ endobj 607 333 393 0 0 0 282 282 0 607 607 0 0 0 0 556 607 718 556 0 556 0 0 0 0 0 607 556 0 0 0 556 0 0 0 0 556 0 282 ] -/Encoding 1089 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1091 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -511 0 obj +507 0 obj << /Type /Font /Subtype /Type1 @@ -8674,12 +8587,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 0 663 614 1000 663 0 723 0 0 0 0 554 783 506 0 554 0 554 277 554 554 554 554 ] -/Encoding 1090 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1092 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -512 0 obj +508 0 obj << /Type /Font /Subtype /Type1 @@ -8690,12 +8603,12 @@ endobj 337 614 0 277 723 614 554 554 723 554 723 892 0 0 0 0 0 0 0 0 723 0 614 614 0 0 723 783 554 0 277 0 0 0 0 723 0 0 0 0 0 0 0 506 ] -/Encoding 1091 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1093 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -513 0 obj +509 0 obj << /Type /Font /Subtype /Type1 @@ -8707,12 +8620,12 @@ endobj 614 337 0 0 0 578 0 277 578 0 0 0 554 0 0 0 554 0 578 0 0 614 0 0 0 0 0 952 0 0 0 0 0 0 554 ] -/Encoding 1092 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1094 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -514 0 obj +510 0 obj << /Type /Font /Subtype /Type1 @@ -8724,12 +8637,12 @@ endobj 0 603 603 0 0 603 603 603 0 0 0 603 0 603 603 0 0 0 0 603 0 0 603 0 0 0 0 0 0 0 0 0 603 0 0 0 0 0 603 0 0 0 0 603 ] -/Encoding 1093 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1095 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -515 0 obj +511 0 obj << /Type /Font /Subtype /Type1 @@ -8740,12 +8653,12 @@ endobj 0 333 393 0 0 0 282 0 556 0 0 778 0 0 0 0 607 718 556 333 556 0 0 0 778 0 0 556 556 0 0 556 0 556 0 0 0 0 282 0 607 ] -/Encoding 1094 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1096 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -519 0 obj +515 0 obj << /Type /Font /Subtype /Type1 @@ -8757,12 +8670,12 @@ endobj 337 0 0 723 518 0 0 0 277 723 494 0 663 337 0 337 277 229 663 614 1000 663 663 723 0 0 0 0 0 0 506 482 554 0 0 277 0 554 0 554 0 217 ] -/Encoding 1095 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1097 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -520 0 obj +516 0 obj << /Type /Font /Subtype /Type1 @@ -8774,12 +8687,12 @@ endobj 0 0 603 603 603 603 0 0 603 0 603 0 603 0 0 0 603 0 0 0 603 603 0 0 0 0 603 0 0 0 0 0 0 0 0 0 0 0 0 603 ] -/Encoding 1096 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1098 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -521 0 obj +517 0 obj << /Type /Font /Subtype /Type1 @@ -8790,12 +8703,12 @@ endobj 337 614 0 0 0 614 0 0 0 0 723 0 0 0 0 0 0 663 0 614 723 0 614 0 0 0 0 783 0 0 277 554 ] -/Encoding 1097 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1099 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -522 0 obj +518 0 obj << /Type /Font /Subtype /Type1 @@ -8806,12 +8719,12 @@ endobj 614 0 723 723 0 855 687 723 0 663 614 0 614 0 0 0 614 337 0 0 0 578 0 277 578 0 0 0 0 0 0 0 0 0 578 0 0 614 ] -/Encoding 1098 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1100 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -526 0 obj +522 0 obj << /Type /Font /Subtype /Type1 @@ -8823,12 +8736,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 0 663 337 350 337 277 0 663 0 1000 663 0 723 723 0 0 0 0 783 506 0 554 0 0 277 554 0 554 ] -/Encoding 1099 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1101 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -527 0 obj +523 0 obj << /Type /Font /Subtype /Type1 @@ -8839,12 +8752,12 @@ endobj 337 614 0 277 723 614 554 0 723 554 723 892 0 0 0 0 0 663 0 614 723 0 614 614 0 0 723 783 0 0 277 0 0 0 0 723 783 0 940 0 0 663 ] -/Encoding 1100 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1102 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -528 0 obj +524 0 obj << /Type /Font /Subtype /Type1 @@ -8855,12 +8768,12 @@ endobj 0 0 723 723 0 855 687 723 0 663 614 663 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 952 ] -/Encoding 1101 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1103 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -529 0 obj +525 0 obj << /Type /Font /Subtype /Type1 @@ -8872,12 +8785,12 @@ endobj 603 603 603 603 603 603 603 603 603 603 603 603 0 603 603 603 0 603 0 603 603 603 0 0 0 0 603 603 603 0 603 603 0 0 0 0 0 0 603 0 603 0 0 603 603 603 ] -/Encoding 1102 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1104 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -532 0 obj +528 0 obj << /Type /Font /Subtype /Type1 @@ -8890,12 +8803,12 @@ endobj 277 229 663 614 1000 663 663 723 723 0 663 0 554 783 506 482 554 1000 554 0 0 554 554 554 0 0 0 0 0 0 0 337 337 0 0 0 0 783 614 ] -/Encoding 1103 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1105 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -533 0 obj +529 0 obj << /Type /Font /Subtype /Type1 @@ -8906,12 +8819,12 @@ endobj 614 554 0 0 0 723 892 0 0 0 0 337 0 0 0 723 0 0 0 0 0 0 783 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 506 ] -/Encoding 1104 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1106 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -534 0 obj +530 0 obj << /Type /Font /Subtype /Type1 @@ -8922,12 +8835,12 @@ endobj 0 0 723 0 0 855 687 723 0 663 614 0 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 952 ] -/Encoding 1105 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1107 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -535 0 obj +531 0 obj << /Type /Font /Subtype /Type1 @@ -8938,12 +8851,12 @@ endobj 607 333 393 0 556 556 282 282 556 0 0 0 333 0 0 0 607 718 556 0 0 0 0 0 0 0 0 556 0 0 0 0 0 556 556 0 556 829 ] -/Encoding 1106 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1108 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -538 0 obj +534 0 obj << /Type /Font /Subtype /Type1 @@ -8951,16 +8864,16 @@ endobj /FirstChar 1 /LastChar 72 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 663 277 0 0 554 277 554 554 855 277 0 0 554 +277 554 506 663 277 0 0 554 277 554 554 855 277 783 0 554 337 0 554 0 518 723 0 0 277 723 494 0 663 337 0 337 277 0 663 0 1000 663 0 723 0 0 0 0 0 0 506 482 0 0 554 277 554 554 0 554 ] -/Encoding 1107 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1109 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -539 0 obj +535 0 obj << /Type /Font /Subtype /Type1 @@ -8971,12 +8884,12 @@ endobj 337 614 554 0 723 614 554 554 723 0 723 892 0 0 723 0 337 663 0 614 723 0 614 0 0 0 0 783 0 614 277 0 0 0 0 0 0 578 0 0 0 663 0 506 ] -/Encoding 1108 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1110 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -540 0 obj +536 0 obj << /Type /Font /Subtype /Type1 @@ -8988,12 +8901,12 @@ endobj 0 603 603 603 603 603 0 603 603 0 0 0 603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 603 0 0 0 603 0 0 0 603 0 603 603 ] -/Encoding 1109 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1111 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -541 0 obj +537 0 obj << /Type /Font /Subtype /Type1 @@ -9004,12 +8917,12 @@ endobj 0 0 0 277 0 0 0 0 0 0 0 0 0 554 554 554 0 277 0 0 0 0 0 0 506 0 0 0 663 723 783 723 554 ] -/Encoding 1110 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 1112 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -542 0 obj +538 0 obj << /Type /Font /Subtype /Type1 @@ -9019,12 +8932,12 @@ endobj /Widths [278 556 278 0 0 0 556 0 278 556 722 556 611 0 0 0 611 0 0 333 0 0 611 0 0 0 0 0 0 0 778 0 556 0 0 0 0 0 0 0 0 0 556 537 ] -/Encoding 1111 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1113 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -543 0 obj +539 0 obj << /Type /Font /Subtype /Type1 @@ -9036,12 +8949,12 @@ endobj 614 337 0 0 0 578 0 277 578 0 0 0 0 0 0 0 0 0 578 0 0 614 337 337 337 0 0 0 0 0 0 0 0 0 0 277 ] -/Encoding 1112 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1114 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -546 0 obj +542 0 obj << /Type /Font /Subtype /Type1 @@ -9054,12 +8967,12 @@ endobj 277 0 663 614 1000 663 0 723 723 0 663 0 554 0 506 482 554 0 0 277 554 554 0 554 0 217 0 0 0 0 0 0 0 0 0 0 0 783 ] -/Encoding 1113 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1115 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -547 0 obj +543 0 obj << /Type /Font /Subtype /Type1 @@ -9069,12 +8982,12 @@ endobj /Widths [556 278 0 278 0 0 0 0 0 278 0 0 556 611 0 0 0 611 0 0 333 0 0 611 0 0 0 0 0 0 0 778 0 556 0 0 0 0 0 722 0 0 0 556 ] -/Encoding 1114 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1116 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -548 0 obj +544 0 obj << /Type /Font /Subtype /Type1 @@ -9083,14 +8996,14 @@ endobj /LastChar 64 /Widths [277 807 663 0 614 723 0 0 663 0 0 614 277 0 0 554 337 614 0 0 723 614 554 0 723 0 723 892 0 0 723 0 -0 663 0 614 0 0 614 0 0 0 0 783 0 0 277 0 +0 663 0 614 0 0 614 0 0 0 0 783 0 0 277 554 0 0 723 0 0 0 0 0 0 663 ] -/Encoding 1115 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1117 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -549 0 obj +545 0 obj << /Type /Font /Subtype /Type1 @@ -9102,12 +9015,12 @@ endobj 614 0 277 0 554 578 0 277 578 0 0 0 0 0 0 723 0 0 578 0 0 0 0 0 0 0 0 952 0 0 0 0 0 0 0 0 337 ] -/Encoding 1116 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1118 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -553 0 obj +549 0 obj << /Type /Font /Subtype /Type1 @@ -9119,12 +9032,12 @@ endobj 554 0 0 518 723 0 0 277 723 494 0 663 337 0 337 277 0 663 0 1000 0 0 723 0 0 0 0 0 0 506 0 0 0 0 0 554 ] -/Encoding 1117 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1119 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -554 0 obj +550 0 obj << /Type /Font /Subtype /Type1 @@ -9134,12 +9047,12 @@ endobj /Widths [278 0 278 0 0 0 556 389 278 556 0 556 0 0 556 0 611 611 0 333 0 0 0 556 0 0 0 0 0 0 0 611 556 0 722 0 0 0 0 0 0 0 556 0 0 0 611 ] -/Encoding 1118 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1120 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -555 0 obj +551 0 obj << /Type /Font /Subtype /Type1 @@ -9150,12 +9063,12 @@ endobj 337 614 0 277 723 614 0 0 723 554 0 0 0 0 0 0 0 663 0 0 723 0 614 614 0 0 723 783 0 0 277 0 0 0 0 723 0 0 0 0 0 663 ] -/Encoding 1119 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1121 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -556 0 obj +552 0 obj << /Type /Font /Subtype /Type1 @@ -9164,12 +9077,12 @@ endobj /LastChar 29 /Widths [723 783 663 0 723 277 0 0 0 0 0 663 0 0 0 0 0 0 723 723 0 855 0 723 0 663 0 663 614 ] -/Encoding 1120 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1122 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -557 0 obj +553 0 obj << /Type /Font /Subtype /Type1 @@ -9181,12 +9094,12 @@ endobj 603 603 603 0 603 603 603 603 603 603 0 603 0 603 603 0 0 0 0 603 603 0 0 0 603 0 0 603 603 0 0 0 0 0 0 603 0 603 603 0 603 0 0 603 603 603 ] -/Encoding 1121 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1123 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -561 0 obj +557 0 obj << /Type /Font /Subtype /Type1 @@ -9199,12 +9112,12 @@ endobj 277 0 663 614 1000 663 0 723 723 0 663 0 0 783 506 0 554 0 554 0 554 554 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 783 0 277 277 ] -/Encoding 1122 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1124 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -562 0 obj +558 0 obj << /Type /Font /Subtype /Type1 @@ -9215,12 +9128,12 @@ endobj 614 554 0 0 0 723 892 0 0 0 0 0 0 0 0 723 0 0 0 0 0 0 0 554 0 0 554 0 0 0 0 0 0 0 0 0 0 0 506 ] -/Encoding 1123 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1125 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -563 0 obj +559 0 obj << /Type /Font /Subtype /Type1 @@ -9232,12 +9145,12 @@ endobj 0 0 0 0 0 0 0 0 0 0 0 554 0 0 0 723 554 663 0 0 0 0 337 0 337 0 0 952 0 0 337 0 554 ] -/Encoding 1124 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1126 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -566 0 obj +562 0 obj << /Type /Font /Subtype /Type1 @@ -9249,12 +9162,12 @@ endobj 337 554 554 0 518 0 0 0 277 723 494 663 663 337 0 337 277 0 663 614 1000 663 663 723 0 0 0 0 554 0 506 482 554 0 554 277 554 554 554 554 0 217 ] -/Encoding 1125 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1127 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -567 0 obj +563 0 obj << /Type /Font /Subtype /Type1 @@ -9265,12 +9178,12 @@ endobj 0 333 393 0 0 0 282 0 556 0 0 778 0 0 0 0 607 0 556 333 556 0 0 0 778 0 0 556 556 0 0 556 0 556 556 718 556 0 282 0 607 ] -/Encoding 1126 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1128 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -568 0 obj +564 0 obj << /Type /Font /Subtype /Type1 @@ -9282,12 +9195,12 @@ endobj 0 0 603 603 603 603 0 0 603 0 603 0 603 0 0 0 603 0 0 0 603 603 0 0 0 0 603 0 0 0 0 0 0 0 0 0 0 0 0 603 ] -/Encoding 1127 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1129 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -569 0 obj +565 0 obj << /Type /Font /Subtype /Type1 @@ -9298,12 +9211,12 @@ endobj 337 614 0 0 723 614 0 0 723 0 723 0 0 0 723 0 0 663 0 614 0 0 614 0 0 0 0 783 0 0 0 554 ] -/Encoding 1128 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1130 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -570 0 obj +566 0 obj << /Type /Font /Subtype /Type1 @@ -9314,12 +9227,12 @@ endobj 614 554 723 723 0 855 687 723 0 663 614 0 614 0 892 554 614 337 277 0 554 578 0 277 578 0 0 0 0 0 0 0 0 0 578 0 0 614 ] -/Encoding 1129 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1131 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -571 0 obj +567 0 obj << /Type /Font /Subtype /Type1 @@ -9330,12 +9243,12 @@ endobj 611 0 0 333 0 0 611 0 0 0 0 0 0 0 778 0 556 0 0 0 0 0 0 0 0 0 0 537 0 0 0 556 ] -/Encoding 1130 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1132 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -574 0 obj +570 0 obj << /Type /Font /Subtype /Type1 @@ -9347,12 +9260,12 @@ endobj 337 554 554 723 518 0 0 0 277 723 494 0 663 337 350 337 277 229 663 614 1000 0 663 723 723 0 0 0 0 0 506 482 554 0 554 277 554 554 554 0 0 217 ] -/Encoding 1131 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1133 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -575 0 obj +571 0 obj << /Type /Font /Subtype /Type1 @@ -9364,12 +9277,12 @@ endobj 723 892 0 0 0 0 0 663 0 614 723 0 614 0 0 0 0 783 0 0 277 554 0 0 0 723 783 0 0 663 0 0 0 0 554 554 ] -/Encoding 1132 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1134 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -576 0 obj +572 0 obj << /Type /Font /Subtype /Type1 @@ -9381,12 +9294,12 @@ endobj 614 0 277 0 554 578 0 277 578 0 0 0 554 0 554 0 554 663 578 0 0 0 0 0 0 0 0 952 0 0 0 0 554 0 0 0 337 ] -/Encoding 1133 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1135 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -577 0 obj +573 0 obj << /Type /Font /Subtype /Type1 @@ -9397,12 +9310,12 @@ endobj 0 611 0 0 333 0 0 611 0 0 0 0 0 0 0 778 0 556 0 0 0 0 0 722 0 0 0 0 0 0 0 0 556 ] -/Encoding 1134 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1136 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -578 0 obj +574 0 obj << /Type /Font /Subtype /Type1 @@ -9412,12 +9325,12 @@ endobj /Widths [277 723 0 554 337 0 0 0 217 0 0 0 217 832 554 277 506 554 0 0 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 663 614 ] -/Encoding 1135 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 1137 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -581 0 obj +577 0 obj << /Type /Font /Subtype /Type1 @@ -9429,12 +9342,12 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 0 663 337 0 337 277 0 663 614 0 663 663 723 723 0 0 0 554 0 506 0 0 0 554 0 554 554 554 554 ] -/Encoding 1136 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1138 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -582 0 obj +578 0 obj << /Type /Font /Subtype /Type1 @@ -9445,12 +9358,12 @@ endobj 0 0 0 0 723 0 0 0 723 0 723 0 0 0 723 0 0 663 0 614 723 0 0 0 0 0 0 783 0 0 277 0 0 0 0 0 0 0 940 0 0 663 ] -/Encoding 1137 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1139 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -583 0 obj +579 0 obj << /Type /Font /Subtype /Type1 @@ -9461,12 +9374,12 @@ endobj 614 554 0 0 0 0 0 0 0 0 0 0 0 0 892 554 614 337 277 0 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 614 ] -/Encoding 1138 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1140 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -584 0 obj +580 0 obj << /Type /Font /Subtype /Type1 @@ -9477,12 +9390,12 @@ endobj 611 0 0 333 0 0 611 556 0 0 0 0 0 0 0 0 556 0 0 0 0 0 722 0 0 0 0 0 0 0 0 556 0 0 667 611 ] -/Encoding 1139 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1141 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -588 0 obj +584 0 obj << /Type /Font /Subtype /Type1 @@ -9495,12 +9408,12 @@ endobj 0 0 0 614 0 663 663 723 723 0 0 0 554 0 506 482 554 0 554 277 554 554 554 554 0 0 0 0 0 0 0 337 337 0 0 0 0 0 614 ] -/Encoding 1140 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1142 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -589 0 obj +585 0 obj << /Type /Font /Subtype /Type1 @@ -9511,12 +9424,12 @@ endobj 337 614 0 277 723 614 554 554 0 554 0 892 0 0 723 0 337 663 0 614 0 578 614 0 337 578 0 783 0 614 0 0 0 0 0 723 0 578 940 663 ] -/Encoding 1141 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1143 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -590 0 obj +586 0 obj << /Type /Font /Subtype /Type1 @@ -9527,12 +9440,12 @@ endobj 0 0 0 614 0 892 554 0 337 0 0 554 0 0 0 0 0 554 554 554 0 554 0 554 0 0 386 0 0 0 0 0 0 0 0 0 0 0 0 554 0 554 ] -/Encoding 1142 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1144 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -591 0 obj +587 0 obj << /Type /Font /Subtype /Type1 @@ -9543,12 +9456,12 @@ endobj 506 554 0 0 554 0 0 0 0 554 0 0 0 0 0 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 277 ] -/Encoding 1143 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 1145 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -592 0 obj +588 0 obj << /Type /Font /Subtype /Type1 @@ -9560,12 +9473,12 @@ endobj 603 0 0 0 0 0 0 603 603 603 0 0 0 0 0 603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 603 ] -/Encoding 1144 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1146 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -596 0 obj +592 0 obj << /Type /Font /Subtype /Type1 @@ -9578,12 +9491,12 @@ endobj 0 0 663 614 0 663 663 723 723 0 0 0 0 0 506 0 554 0 554 277 554 0 554 554 0 0 0 0 0 0 0 337 337 ] -/Encoding 1145 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1147 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -597 0 obj +593 0 obj << /Type /Font /Subtype /Type1 @@ -9596,12 +9509,12 @@ endobj 0 0 0 603 603 0 0 0 0 0 603 603 603 603 603 603 603 0 0 603 603 603 0 0 603 603 0 603 0 0 0 603 603 ] -/Encoding 1146 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1148 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -598 0 obj +594 0 obj << /Type /Font /Subtype /Type1 @@ -9612,12 +9525,12 @@ endobj 337 614 0 0 723 614 554 0 0 0 0 892 0 0 0 0 0 663 0 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 723 0 0 0 663 ] -/Encoding 1147 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1149 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -599 0 obj +595 0 obj << /Type /Font /Subtype /Type1 @@ -9628,12 +9541,12 @@ endobj 0 723 0 0 0 0 0 0 663 614 0 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 663 0 0 0 0 0 0 0 0 0 952 ] -/Encoding 1148 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1150 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -602 0 obj +598 0 obj << /Type /Font /Subtype /Type1 @@ -9645,12 +9558,12 @@ endobj 0 0 0 518 0 0 0 277 723 494 0 663 0 0 0 277 0 663 0 1000 0 0 0 0 0 0 0 0 0 506 0 0 0 0 0 554 ] -/Encoding 1149 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1151 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -603 0 obj +599 0 obj << /Type /Font /Subtype /Type1 @@ -9661,12 +9574,12 @@ endobj 611 611 0 333 0 0 0 0 0 0 0 0 0 0 0 611 556 0 722 0 0 0 0 0 0 0 0 0 0 0 611 556 ] -/Encoding 1150 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1152 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -604 0 obj +600 0 obj << /Type /Font /Subtype /Type1 @@ -9677,12 +9590,12 @@ endobj 337 614 0 277 723 614 0 0 723 554 0 0 0 0 0 0 0 0 0 0 723 0 614 614 0 0 723 783 0 0 277 0 0 0 0 723 0 0 940 663 0 663 ] -/Encoding 1151 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1153 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -605 0 obj +601 0 obj << /Type /Font /Subtype /Type1 @@ -9693,12 +9606,12 @@ endobj 0 0 723 723 0 855 0 723 0 663 0 663 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 663 0 0 0 0 0 0 0 0 0 952 ] -/Encoding 1152 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1154 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -606 0 obj +602 0 obj << /Type /Font /Subtype /Type1 @@ -9711,12 +9624,12 @@ endobj 0 603 0 603 603 0 0 0 603 0 0 603 603 0 0 0 603 0 0 0 0 0 603 0 0 603 0 603 603 603 0 0 0 603 ] -/Encoding 1153 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1155 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -610 0 obj +606 0 obj << /Type /Font /Subtype /Type1 @@ -9728,12 +9641,12 @@ endobj 337 554 554 723 0 723 0 0 277 723 494 663 663 337 0 337 0 0 663 614 0 663 663 723 723 0 0 0 554 0 506 0 554 0 554 0 0 554 554 ] -/Encoding 1154 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1156 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -611 0 obj +607 0 obj << /Type /Font /Subtype /Type1 @@ -9744,12 +9657,12 @@ endobj 337 614 554 277 723 614 554 554 723 0 723 892 0 0 723 0 337 663 0 614 723 0 614 0 0 0 0 783 554 0 277 554 0 0 0 723 0 0 940 663 0 0 0 506 0 0 976 ] -/Encoding 1155 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1157 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -612 0 obj +608 0 obj << /Type /Font /Subtype /Type1 @@ -9760,29 +9673,29 @@ endobj 0 0 723 723 0 855 687 723 0 663 614 663 614 0 0 0 0 0 0 0 0 0 0 0 0 0 554 0 0 0 0 0 554 663 0 0 0 0 337 0 337 0 0 0 0 0 337 ] -/Encoding 1156 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1158 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -615 0 obj +611 0 obj << /Type /Font /Subtype /Type1 /Name /F276 /FirstChar 1 -/LastChar 75 +/LastChar 74 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 277 554 506 663 277 832 723 554 277 554 554 855 277 783 0 554 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 229 663 0 1000 663 0 723 0 0 0 0 554 0 506 482 -0 0 554 277 554 554 554 554 0 217 578 ] -/Encoding 1157 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +0 0 554 277 554 554 554 554 0 217 ] +/Encoding 1159 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -616 0 obj +612 0 obj << /Type /Font /Subtype /Type1 @@ -9793,12 +9706,12 @@ endobj 0 333 393 0 0 556 0 0 0 0 0 0 0 0 0 0 607 718 556 0 0 0 0 0 0 0 0 556 556 0 0 0 0 556 556 0 0 0 282 ] -/Encoding 1158 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1160 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -617 0 obj +613 0 obj << /Type /Font /Subtype /Type1 @@ -9807,29 +9720,29 @@ endobj /LastChar 61 /Widths [277 0 663 0 614 723 0 0 663 0 0 614 277 0 554 554 337 614 0 0 723 614 0 0 723 0 723 0 0 0 723 0 -0 663 0 614 723 0 614 0 0 0 723 783 0 0 277 0 -0 0 0 723 783 578 940 ] -/Encoding 1159 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +0 663 0 614 723 0 614 0 0 0 723 783 0 0 277 554 +0 0 0 723 0 578 940 ] +/Encoding 1161 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -618 0 obj +614 0 obj << /Type /Font /Subtype /Type1 /Name /F279 /FirstChar 1 /LastChar 84 -/Widths [603 603 0 603 603 603 603 603 0 603 0 0 0 0 0 0 -0 603 0 0 0 0 0 0 0 603 0 603 0 0 0 0 -0 0 603 603 0 603 0 0 0 0 0 0 603 0 0 0 +/Widths [603 603 0 603 603 603 603 603 603 603 0 0 603 0 0 0 +0 603 0 0 0 0 0 0 603 603 0 603 0 0 0 0 +0 0 603 603 603 603 0 0 0 0 0 0 603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 603 ] -/Encoding 1160 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1162 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj 619 0 obj @@ -9838,201 +9751,236 @@ endobj /Subtype /Type1 /Name /F280 /FirstChar 1 -/LastChar 70 -/Widths [723 0 0 0 0 277 783 0 626 277 723 663 0 0 0 614 -614 554 0 723 0 0 687 723 0 663 614 0 0 0 892 554 -614 337 277 795 554 578 0 0 578 0 0 0 0 0 0 0 -0 0 578 0 0 0 0 0 0 0 0 952 0 0 0 0 -0 0 0 0 0 614 ] -/Encoding 1161 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/LastChar 75 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 663 277 0 723 554 277 554 554 855 277 783 554 554 +337 554 554 723 518 723 0 0 277 723 494 0 663 337 0 337 +0 229 663 0 1000 663 0 0 723 0 0 0 554 783 506 482 +554 0 554 277 554 554 0 554 0 0 578 ] +/Encoding 1163 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -624 0 obj +620 0 obj << /Type /Font /Subtype /Type1 /Name /F281 +/FirstChar 7 +/LastChar 61 +/Widths [277 0 663 0 614 723 0 0 663 0 0 614 277 0 0 554 +337 614 0 0 723 614 554 0 723 0 723 892 0 0 723 0 +0 663 0 614 723 578 614 0 0 578 723 783 0 0 277 554 +0 0 723 723 783 578 940 ] +/Encoding 1164 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +621 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F282 /FirstChar 1 -/LastChar 70 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 663 277 0 723 554 277 554 554 855 277 783 554 554 -337 554 554 723 518 723 0 0 277 723 494 0 663 337 0 337 -277 229 663 0 1000 663 0 723 723 0 0 0 554 783 506 0 -554 0 554 277 554 554 ] -/Encoding 1162 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/LastChar 60 +/Widths [723 783 663 0 723 277 783 723 626 277 723 663 0 0 0 614 +614 554 723 723 0 0 687 723 0 663 614 0 0 0 892 554 +614 337 277 795 554 578 0 277 578 0 0 0 0 0 0 723 +0 0 578 0 0 614 0 0 0 614 0 952 ] +/Encoding 1165 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj 625 0 obj << /Type /Font /Subtype /Type1 -/Name /F282 -/FirstChar 7 -/LastChar 64 -/Widths [277 807 663 614 614 723 0 0 663 0 0 0 277 386 554 554 -337 614 0 277 723 614 0 0 723 554 723 0 0 0 723 0 -0 663 0 614 723 0 614 614 0 0 723 783 0 0 277 0 -0 0 0 723 783 0 940 663 0 663 ] -/Encoding 1163 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Name /F283 +/FirstChar 1 +/LastChar 74 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 663 277 832 0 554 277 554 554 855 277 783 554 554 +337 554 0 723 518 723 0 0 277 723 494 663 663 337 0 337 +277 0 663 0 1000 663 0 723 0 0 663 0 554 0 506 482 +0 0 554 0 0 0 0 0 0 217 ] +/Encoding 1166 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 626 0 obj << /Type /Font /Subtype /Type1 -/Name /F283 -/FirstChar 1 -/LastChar 60 -/Widths [723 783 663 0 723 277 783 0 626 277 723 663 0 0 0 614 -614 0 723 723 0 855 687 723 0 663 614 663 614 0 892 554 -614 337 277 795 554 578 0 277 578 0 0 0 0 0 0 723 -0 663 578 0 0 614 0 0 0 0 0 952 ] -/Encoding 1164 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Name /F284 +/FirstChar 7 +/LastChar 64 +/Widths [277 807 663 614 614 723 0 0 663 0 0 0 277 386 554 0 +337 614 0 277 723 614 0 0 723 554 723 0 0 0 0 0 +0 663 0 614 723 0 614 614 0 0 723 783 0 0 277 0 +0 0 723 723 0 0 940 663 0 663 ] +/Encoding 1167 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj 627 0 obj << /Type /Font /Subtype /Type1 -/Name /F284 -/FirstChar 2 -/LastChar 79 -/Widths [603 603 603 603 603 603 603 0 603 603 0 0 603 603 603 0 -603 603 0 603 603 603 603 0 603 603 603 603 603 603 603 0 -603 603 603 603 603 603 603 603 0 603 603 0 603 603 603 0 -0 0 603 603 603 0 0 0 0 0 0 603 603 603 603 603 -603 0 0 0 0 0 603 0 0 0 0 603 0 603 ] -/Encoding 1165 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Name /F285 +/FirstChar 1 +/LastChar 60 +/Widths [723 783 663 0 723 277 0 0 626 0 0 663 0 0 0 0 +0 0 723 723 0 855 687 723 0 663 0 663 614 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 663 0 0 0 0 0 0 0 0 0 952 ] +/Encoding 1168 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -630 0 obj +628 0 obj << /Type /Font /Subtype /Type1 -/Name /F285 -/FirstChar 1 -/LastChar 79 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 663 277 832 723 554 277 554 554 855 277 783 554 554 -337 554 554 723 518 723 0 0 277 723 494 663 663 337 350 337 -277 0 663 614 1000 663 0 723 723 0 663 675 554 0 506 482 -554 1000 554 277 554 554 554 554 0 217 0 0 0 0 578 ] -/Encoding 1166 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Name /F286 +/FirstChar 2 +/LastChar 85 +/Widths [603 603 603 603 603 603 603 0 603 603 0 0 603 603 603 0 +603 603 0 603 603 603 603 603 603 603 603 603 603 603 603 603 +603 603 603 603 603 603 603 603 0 603 603 603 603 603 603 0 +603 0 603 603 603 0 0 0 603 603 603 603 603 603 603 603 +603 0 0 0 0 0 603 0 0 603 603 603 0 603 0 0 +0 0 0 603 ] +/Encoding 1169 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj 631 0 obj << /Type /Font /Subtype /Type1 -/Name /F286 +/Name /F287 /FirstChar 1 -/LastChar 68 -/Widths [554 554 554 554 554 554 277 0 0 0 614 723 554 554 663 0 -0 614 277 0 554 554 337 614 0 0 0 614 554 0 723 0 -723 892 0 0 0 0 0 663 0 614 723 0 0 0 0 0 -723 783 554 0 277 0 0 0 0 0 0 0 0 0 0 0 -0 506 554 554 ] -/Encoding 1167 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/LastChar 79 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 663 277 832 723 554 277 554 554 855 277 783 554 0 +337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 +277 0 663 614 1000 663 0 723 723 0 663 675 554 0 506 482 +554 1000 554 277 554 554 554 554 0 0 0 0 0 0 578 ] +/Encoding 1170 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 632 0 obj << /Type /Font /Subtype /Type1 -/Name /F287 +/Name /F288 /FirstChar 1 -/LastChar 29 -/Widths [723 783 0 0 0 277 783 0 626 0 0 663 0 0 0 0 -0 0 723 0 0 855 0 723 0 0 614 0 614 ] -/Encoding 1168 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/LastChar 68 +/Widths [554 554 554 554 554 554 0 807 663 0 0 723 554 554 663 0 +0 614 277 0 554 554 337 614 0 0 0 614 554 0 0 0 +723 892 0 0 0 0 0 0 0 614 723 0 0 0 0 0 +723 783 554 0 277 0 0 0 0 0 0 0 940 0 0 0 +0 506 554 554 ] +/Encoding 1171 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj 633 0 obj << /Type /Font /Subtype /Type1 -/Name /F288 +/Name /F289 +/FirstChar 1 +/LastChar 60 +/Widths [723 783 0 0 0 277 783 0 626 0 0 663 0 0 0 0 +0 0 723 0 0 855 687 723 0 0 614 0 614 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 952 ] +/Encoding 1172 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R +>> +endobj +634 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F290 /FirstChar 1 /LastChar 55 /Widths [556 282 282 0 607 556 0 0 556 556 0 556 0 607 0 607 607 333 393 0 556 556 282 282 556 0 0 0 0 0 0 0 607 718 556 333 0 0 0 0 0 0 0 556 0 0 0 0 0 0 0 0 556 829 282 ] -/Encoding 1169 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R ->> -endobj -636 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F289 -/FirstChar 1 -/LastChar 72 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 0 277 832 0 554 277 554 554 855 277 783 554 554 -337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 -277 229 0 614 1000 663 0 723 0 0 0 675 554 0 506 482 -554 1000 554 0 554 0 554 554 ] -/Encoding 1170 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1173 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj 637 0 obj << /Type /Font /Subtype /Type1 -/Name /F290 -/FirstChar 2 -/LastChar 54 -/Widths [278 556 278 0 0 0 556 389 0 0 722 556 611 0 556 0 -611 611 0 333 0 0 611 0 0 694 0 0 0 667 0 0 -556 0 0 0 0 0 722 0 0 611 0 0 722 0 0 0 -0 0 0 0 796 ] -/Encoding 1171 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Name /F291 +/FirstChar 1 +/LastChar 72 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 0 277 832 0 554 277 554 554 855 277 783 554 554 +337 554 554 723 518 723 0 0 277 723 494 663 663 337 350 337 +277 229 663 614 1000 663 0 723 0 0 0 675 554 0 506 482 +0 1000 554 0 554 0 554 554 ] +/Encoding 1174 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 638 0 obj << /Type /Font /Subtype /Type1 -/Name /F291 -/FirstChar 12 -/LastChar 66 -/Widths [723 0 0 0 0 614 0 277 386 554 554 337 614 554 0 723 -614 554 554 0 0 0 892 0 0 723 0 337 0 0 614 0 -0 614 0 0 0 0 0 0 614 0 0 0 0 0 0 0 -0 0 0 0 0 0 506 ] -/Encoding 1172 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Name /F292 +/FirstChar 2 +/LastChar 54 +/Widths [278 556 278 0 0 0 556 389 0 0 722 556 611 0 556 0 +611 611 0 333 0 0 611 0 0 694 0 0 0 667 0 0 +556 0 0 0 0 0 722 0 0 611 0 0 722 0 0 0 +0 0 0 0 796 ] +/Encoding 1175 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj 639 0 obj << /Type /Font /Subtype /Type1 -/Name /F292 +/Name /F293 +/FirstChar 12 +/LastChar 66 +/Widths [723 0 0 0 0 614 0 277 386 554 554 337 614 554 0 723 +614 554 554 0 0 0 892 0 0 723 0 337 0 0 614 0 +0 614 0 0 0 0 0 0 614 0 0 0 0 0 0 0 +0 0 0 0 0 0 506 ] +/Encoding 1176 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +640 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F294 /FirstChar 1 /LastChar 77 /Widths [603 603 603 603 0 603 603 603 603 603 0 0 603 603 603 603 @@ -10040,49 +9988,49 @@ endobj 603 603 0 0 0 603 0 603 0 0 0 0 603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 603 0 0 0 603 0 0 0 603 0 603 603 ] -/Encoding 1173 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1177 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -640 0 obj +641 0 obj << /Type /Font /Subtype /Type1 -/Name /F293 +/Name /F295 /FirstChar 1 /LastChar 49 /Widths [663 0 819 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 277 0 0 0 0 0 0 0 0 0 554 554 554 0 277 0 0 0 0 0 0 506 0 0 0 663 723 783 723 554 ] -/Encoding 1174 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R ->> -endobj -644 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F294 -/FirstChar 1 -/LastChar 72 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 663 277 0 723 554 277 554 554 855 277 0 0 554 -337 554 554 723 518 723 0 0 277 723 494 0 663 337 0 337 -277 0 663 0 1000 663 0 723 0 0 0 0 554 0 506 0 -554 0 554 277 554 0 0 554 ] -/Encoding 1175 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1178 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj 645 0 obj << /Type /Font /Subtype /Type1 -/Name /F295 +/Name /F296 +/FirstChar 1 +/LastChar 72 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 663 277 0 723 554 277 554 554 855 277 783 0 554 +337 554 554 723 518 723 0 0 277 723 494 0 663 337 0 337 +277 0 663 0 1000 663 0 723 0 0 0 0 554 0 506 0 +554 0 554 277 0 0 0 554 ] +/Encoding 1179 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R +>> +endobj +646 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F297 /FirstChar 1 /LastChar 74 /Widths [603 603 603 603 603 603 603 603 0 0 0 0 0 0 0 0 @@ -10090,32 +10038,32 @@ endobj 603 603 0 603 603 603 0 0 603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 603 ] -/Encoding 1176 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R ->> -endobj -646 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F296 -/FirstChar 7 -/LastChar 64 -/Widths [277 807 663 0 614 723 0 0 663 0 0 0 277 0 0 554 -337 614 0 0 723 614 0 0 723 0 723 892 0 0 723 0 -337 0 0 614 723 0 614 0 0 0 0 783 0 0 277 0 -0 0 0 723 783 578 0 0 0 663 ] -/Encoding 1177 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1180 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj 647 0 obj << /Type /Font /Subtype /Type1 -/Name /F297 +/Name /F298 +/FirstChar 7 +/LastChar 64 +/Widths [277 807 663 0 614 723 0 0 663 0 0 0 277 0 0 554 +337 614 0 0 723 614 0 0 723 0 723 892 0 0 723 0 +337 0 0 614 723 0 614 0 0 0 0 783 0 0 277 0 +0 0 0 723 783 578 0 0 0 663 ] +/Encoding 1181 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +648 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F299 /FirstChar 1 /LastChar 68 /Widths [723 783 0 0 723 277 783 0 626 0 723 663 554 554 0 0 @@ -10123,16 +10071,16 @@ endobj 614 337 0 0 0 578 0 277 578 0 0 0 0 0 0 0 0 0 578 0 0 614 337 337 337 0 0 0 0 0 0 0 0 0 0 277 ] -/Encoding 1178 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1182 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -651 0 obj +652 0 obj << /Type /Font /Subtype /Type1 -/Name /F298 +/Name /F300 /FirstChar 1 /LastChar 86 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -10141,32 +10089,32 @@ endobj 277 0 663 614 1000 663 663 723 723 0 0 0 554 0 506 0 0 0 554 277 554 554 0 0 0 217 0 0 0 0 0 0 0 0 0 0 0 783 ] -/Encoding 1179 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -652 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F299 -/FirstChar 7 -/LastChar 67 -/Widths [277 807 663 0 614 723 554 0 663 0 0 614 277 0 0 554 -337 614 0 0 723 614 554 0 723 0 723 892 0 0 723 0 -0 663 0 614 723 0 614 0 0 0 723 783 0 0 277 0 -0 0 0 723 0 0 0 0 0 663 0 0 554 ] -/Encoding 1180 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1183 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 653 0 obj << /Type /Font /Subtype /Type1 -/Name /F300 +/Name /F301 +/FirstChar 7 +/LastChar 67 +/Widths [277 807 663 0 614 723 554 0 663 0 0 614 277 0 0 554 +337 614 0 0 723 614 554 0 723 0 723 892 0 0 723 0 +0 663 0 614 723 0 614 0 0 0 723 783 0 0 277 554 +0 0 0 723 0 0 0 0 0 663 0 0 554 ] +/Encoding 1184 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +654 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F302 /FirstChar 1 /LastChar 69 /Widths [723 783 663 0 723 277 783 723 626 277 723 663 0 0 0 614 @@ -10174,245 +10122,245 @@ endobj 614 337 277 0 554 578 0 277 578 0 0 0 0 0 554 0 0 0 578 386 554 0 0 0 0 0 0 952 0 0 0 0 554 0 0 0 337 ] -/Encoding 1181 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R ->> -endobj -657 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F301 -/FirstChar 1 -/LastChar 71 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 0 277 0 0 554 277 554 554 855 277 783 0 0 -0 0 554 0 518 723 0 0 277 723 494 0 663 337 0 337 -277 0 663 0 1000 663 0 723 0 0 0 0 554 0 506 0 -0 0 554 277 0 554 554 ] -/Encoding 1182 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1185 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj 658 0 obj << /Type /Font /Subtype /Type1 -/Name /F302 -/FirstChar 7 -/LastChar 66 -/Widths [277 0 663 614 614 723 0 0 663 0 0 614 277 386 554 554 -337 614 0 277 723 614 554 0 0 554 723 892 0 0 0 0 -0 663 0 0 723 0 614 614 0 0 723 783 554 0 277 0 -0 0 0 723 0 0 940 663 0 663 0 506 ] -/Encoding 1183 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Name /F303 +/FirstChar 1 +/LastChar 71 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 0 277 0 0 554 277 554 554 855 277 783 0 0 +0 0 554 0 518 723 0 0 277 723 494 0 663 337 0 337 +277 0 663 0 1000 663 0 723 0 0 0 0 554 0 506 0 +0 0 554 277 0 0 554 ] +/Encoding 1186 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 659 0 obj << /Type /Font /Subtype /Type1 -/Name /F303 -/FirstChar 1 -/LastChar 60 -/Widths [723 783 663 0 723 277 0 0 0 0 0 663 0 0 0 0 -0 0 723 0 0 0 0 723 0 663 0 663 614 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0 663 0 0 0 0 0 0 0 0 0 952 ] -/Encoding 1184 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Name /F304 +/FirstChar 7 +/LastChar 66 +/Widths [277 0 663 614 614 723 0 0 663 0 0 614 277 386 554 554 +337 614 0 277 723 614 554 0 0 554 723 892 0 0 0 0 +0 663 0 0 723 0 614 614 0 0 723 783 554 0 277 0 +0 0 0 723 0 0 940 663 0 663 0 506 ] +/Encoding 1187 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj 660 0 obj << /Type /Font /Subtype /Type1 -/Name /F304 +/Name /F305 +/FirstChar 1 +/LastChar 60 +/Widths [723 783 663 0 723 277 0 0 0 0 0 663 0 0 0 0 +0 0 723 0 0 0 0 723 0 663 0 663 614 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 663 0 0 0 0 0 0 0 0 0 952 ] +/Encoding 1188 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R +>> +endobj +661 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F306 /FirstChar 2 -/LastChar 85 +/LastChar 86 /Widths [603 603 603 603 603 603 603 0 603 603 0 0 603 603 603 0 603 603 0 603 603 603 603 0 603 603 0 0 603 603 603 603 603 603 603 0 0 603 603 603 0 603 0 603 0 603 603 0 0 0 603 603 603 0 603 0 603 603 0 603 603 603 603 603 603 0 0 0 0 0 603 0 603 0 0 603 603 603 0 0 -0 0 0 603 ] -/Encoding 1185 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R ->> -endobj -663 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F305 -/FirstChar 1 -/LastChar 72 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 663 277 0 0 554 277 554 554 855 277 783 0 554 -337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 -277 0 663 614 1000 663 0 723 0 0 0 675 554 0 506 0 -554 0 554 277 554 0 554 554 ] -/Encoding 1186 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +0 0 0 0 603 ] +/Encoding 1189 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj 664 0 obj << /Type /Font /Subtype /Type1 -/Name /F306 -/FirstChar 7 -/LastChar 66 -/Widths [277 0 0 0 614 723 0 0 663 0 614 614 277 386 554 554 -337 614 554 277 723 614 554 0 0 554 723 892 0 0 0 0 -0 0 0 0 723 0 614 614 0 0 723 783 554 0 277 0 -0 0 0 723 0 0 0 0 0 0 0 506 ] -/Encoding 1187 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Name /F307 +/FirstChar 1 +/LastChar 72 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 663 277 0 0 554 277 554 554 855 277 783 554 554 +337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 +277 0 663 614 1000 663 0 723 0 0 0 675 554 0 506 0 +554 0 554 277 554 0 554 554 ] +/Encoding 1190 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 665 0 obj << /Type /Font /Subtype /Type1 -/Name /F307 -/FirstChar 1 -/LastChar 63 -/Widths [723 783 663 0 723 277 783 723 626 277 723 663 554 554 554 0 -0 0 723 723 0 855 687 723 0 663 614 663 614 0 0 0 -614 0 0 0 0 578 0 0 578 0 0 554 0 0 0 0 -0 0 578 0 0 0 337 0 337 0 0 952 0 0 337 ] -/Encoding 1188 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Name /F308 +/FirstChar 7 +/LastChar 66 +/Widths [277 0 0 0 614 723 0 0 663 0 614 614 277 386 554 554 +337 614 554 277 723 614 554 0 0 554 723 892 0 0 0 0 +0 0 0 0 723 0 614 614 0 0 723 783 554 0 277 0 +0 0 0 723 0 0 0 0 0 0 0 506 ] +/Encoding 1191 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj 666 0 obj << /Type /Font /Subtype /Type1 -/Name /F308 +/Name /F309 +/FirstChar 1 +/LastChar 63 +/Widths [723 783 663 0 723 277 783 723 626 277 723 663 554 554 554 0 +0 0 723 723 0 855 687 723 0 663 614 663 614 0 0 0 +614 0 0 0 0 578 0 0 578 0 0 554 0 0 0 0 +0 0 578 0 0 0 337 0 337 0 0 952 0 0 337 ] +/Encoding 1192 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R +>> +endobj +667 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F310 /FirstChar 1 /LastChar 46 /Widths [556 278 556 278 0 0 0 0 389 0 0 0 0 0 278 0 0 611 0 0 333 0 0 611 0 0 694 0 0 0 667 0 0 556 0 0 0 0 0 0 0 0 0 0 0 722 ] -/Encoding 1189 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R ->> -endobj -669 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F309 -/FirstChar 1 -/LastChar 71 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 663 277 0 723 554 277 554 554 855 277 783 554 554 -337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 -277 0 663 614 1000 663 0 723 0 0 0 0 0 0 506 0 -554 0 554 0 554 0 554 ] -/Encoding 1190 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1193 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj 670 0 obj << /Type /Font /Subtype /Type1 -/Name /F310 +/Name /F311 /FirstChar 1 -/LastChar 86 -/Widths [603 603 603 603 603 603 603 603 603 603 603 0 603 603 603 603 -0 603 603 0 603 603 603 603 603 0 603 603 603 603 603 603 -603 603 0 603 603 603 603 603 603 0 603 0 603 0 603 0 -0 603 0 0 603 603 0 0 0 603 0 0 603 0 603 603 -603 603 0 0 0 603 0 603 0 603 0 603 603 0 603 0 -0 0 0 0 603 603 ] -/Encoding 1191 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/LastChar 71 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 663 277 0 723 554 277 554 554 855 277 783 554 554 +337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 +277 0 663 614 1000 663 0 723 0 0 0 0 0 0 506 0 +554 0 554 0 554 554 554 ] +/Encoding 1194 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 671 0 obj << /Type /Font /Subtype /Type1 -/Name /F311 -/FirstChar 12 -/LastChar 66 -/Widths [723 0 0 663 0 0 614 277 386 554 554 337 614 0 0 723 -614 554 554 723 0 723 892 0 0 723 0 337 0 0 614 723 -0 614 0 0 0 0 0 554 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 506 ] -/Encoding 1192 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Name /F312 +/FirstChar 1 +/LastChar 87 +/Widths [603 603 603 603 603 603 603 603 603 603 603 0 603 603 603 603 +0 603 603 0 603 603 603 603 603 0 603 603 603 603 603 603 +603 603 0 603 603 603 603 603 603 0 603 0 603 0 603 0 +0 603 0 0 603 603 0 0 0 603 0 0 603 0 603 603 +603 603 0 0 0 603 0 603 0 603 0 603 603 0 603 0 +0 0 0 0 0 603 603 ] +/Encoding 1195 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj 672 0 obj << /Type /Font /Subtype /Type1 -/Name /F312 -/FirstChar 1 -/LastChar 63 -/Widths [723 783 0 0 0 277 783 723 626 277 723 0 0 554 554 0 -0 0 0 723 0 0 687 723 0 663 614 0 614 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 554 0 0 0 0 -0 0 0 0 0 0 337 0 337 0 0 0 0 0 337 ] -/Encoding 1193 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Name /F313 +/FirstChar 12 +/LastChar 66 +/Widths [723 0 0 663 0 0 614 277 386 554 554 337 614 0 0 723 +614 554 554 723 0 723 892 0 0 723 0 337 0 0 614 723 +0 614 0 0 0 0 0 554 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 506 ] +/Encoding 1196 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj 673 0 obj << /Type /Font /Subtype /Type1 -/Name /F313 +/Name /F314 /FirstChar 1 -/LastChar 55 -/Widths [556 282 282 0 607 556 0 0 556 0 0 0 718 607 889 0 -607 333 393 0 556 556 282 0 556 0 607 0 0 0 0 0 -607 718 556 333 0 0 0 0 0 0 0 556 0 0 0 556 -0 0 0 718 556 0 282 ] -/Encoding 1194 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/LastChar 63 +/Widths [723 783 0 0 0 277 783 723 626 277 723 0 0 554 554 0 +0 0 0 723 0 0 687 723 0 663 614 0 614 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 554 0 0 0 0 +0 0 0 0 0 0 337 0 337 0 0 0 0 0 337 ] +/Encoding 1197 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj 674 0 obj << /Type /Font /Subtype /Type1 -/Name /F314 +/Name /F315 +/FirstChar 1 +/LastChar 55 +/Widths [556 282 282 0 607 556 0 0 556 0 0 0 718 607 889 0 +607 333 393 0 556 556 282 0 556 0 607 0 0 0 0 0 +607 718 556 333 0 0 0 0 0 0 0 556 0 0 0 556 +0 0 0 718 556 0 282 ] +/Encoding 1198 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R +>> +endobj +675 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F316 /FirstChar 1 /LastChar 47 /Widths [663 0 819 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 277 0 0 0 0 0 0 0 0 0 0 554 554 0 0 0 0 0 0 0 0 506 0 0 0 0 723 783 ] -/Encoding 1195 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 1199 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -678 0 obj +679 0 obj << /Type /Font /Subtype /Type1 -/Name /F315 +/Name /F317 /FirstChar 1 /LastChar 86 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -10421,106 +10369,73 @@ endobj 277 0 663 614 1000 663 0 723 723 0 663 0 0 0 506 482 554 0 554 277 554 554 554 554 0 0 0 0 0 0 0 0 0 0 0 0 0 783 ] -/Encoding 1196 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -679 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F316 -/FirstChar 7 -/LastChar 66 -/Widths [277 807 663 614 614 723 0 0 663 0 614 0 277 386 554 554 -337 614 554 0 723 614 554 554 723 0 723 0 0 0 723 0 -0 0 0 614 723 0 614 0 0 0 723 783 0 0 277 0 -0 0 0 0 783 0 0 0 0 0 0 506 ] -/Encoding 1197 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1200 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 680 0 obj << /Type /Font /Subtype /Type1 -/Name /F317 -/FirstChar 1 -/LastChar 49 -/Widths [663 0 819 0 0 0 0 0 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 554 554 0 -0 277 0 0 0 0 0 0 0 0 0 0 663 0 783 723 -554 ] -/Encoding 1198 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Name /F318 +/FirstChar 7 +/LastChar 66 +/Widths [277 807 663 614 614 723 0 0 663 0 614 0 277 386 554 554 +337 614 554 0 723 614 554 554 723 0 723 0 0 0 723 0 +0 0 0 614 723 0 614 0 0 0 723 783 0 0 277 0 +0 0 0 0 783 0 0 0 0 0 0 506 ] +/Encoding 1201 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj 681 0 obj << /Type /Font /Subtype /Type1 -/Name /F318 +/Name /F319 /FirstChar 1 -/LastChar 50 -/Widths [603 603 603 603 603 603 603 603 0 603 0 0 0 0 0 0 -0 603 0 0 0 603 0 603 603 0 0 603 0 603 603 0 -0 0 0 603 603 603 0 0 603 0 0 0 0 0 0 0 -0 603 ] -/Encoding 1199 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/LastChar 49 +/Widths [663 0 819 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 554 554 0 +0 277 0 0 0 0 0 0 0 0 0 0 663 0 783 723 +554 ] +/Encoding 1202 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj 682 0 obj << /Type /Font /Subtype /Type1 -/Name /F319 +/Name /F320 +/FirstChar 1 +/LastChar 50 +/Widths [603 603 603 603 603 603 603 603 0 603 0 0 0 0 0 0 +0 603 0 0 0 603 0 603 603 0 0 603 0 603 603 0 +0 0 0 603 603 603 0 0 603 0 0 0 0 0 0 0 +0 603 ] +/Encoding 1203 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R +>> +endobj +683 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F321 /FirstChar 1 /LastChar 54 /Widths [723 783 0 0 723 277 783 0 626 0 723 663 0 0 0 0 614 0 723 723 0 855 687 723 0 663 614 0 614 0 0 0 614 337 0 0 0 578 0 277 578 0 0 0 0 0 0 0 0 0 578 0 0 614 ] -/Encoding 1200 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R ->> -endobj -686 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F320 -/FirstChar 1 -/LastChar 72 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 663 277 832 723 554 277 554 554 855 277 783 0 0 -337 0 0 723 518 723 0 0 277 723 494 663 663 337 0 337 -277 0 663 614 1000 663 0 723 0 0 663 0 554 0 506 0 -0 0 0 277 0 554 0 554 ] -/Encoding 1201 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -687 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F321 -/FirstChar 7 -/LastChar 64 -/Widths [277 807 663 614 614 723 0 0 663 0 0 614 277 386 554 554 -337 614 0 277 723 614 554 0 723 554 723 892 0 0 723 0 -0 663 0 614 723 0 614 614 0 0 723 783 0 0 277 0 -0 0 723 723 0 0 0 0 0 663 ] -/Encoding 1202 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1204 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj 688 0 obj @@ -10528,16 +10443,16 @@ endobj /Type /Font /Subtype /Type1 /Name /F322 -/FirstChar 1 -/LastChar 69 -/Widths [723 783 663 0 723 277 783 723 626 277 723 663 0 0 0 0 -0 0 723 723 0 855 687 723 0 663 614 663 614 0 892 554 -614 0 277 0 554 578 0 277 578 0 0 0 0 0 0 723 -0 0 578 0 0 0 0 0 0 0 0 952 0 0 0 0 -0 0 0 0 337 ] -/Encoding 1203 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/FirstChar 2 +/LastChar 72 +/Widths [626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 277 +554 506 663 277 832 723 554 277 554 554 855 277 783 0 0 337 +554 0 723 518 723 0 0 277 723 494 663 663 337 0 337 277 +0 663 614 1000 663 0 723 0 0 663 0 554 0 506 0 0 +0 0 277 0 554 0 554 ] +/Encoding 1205 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 689 0 obj @@ -10545,6 +10460,39 @@ endobj /Type /Font /Subtype /Type1 /Name /F323 +/FirstChar 7 +/LastChar 64 +/Widths [277 807 663 614 614 723 0 0 663 0 0 614 277 386 554 554 +337 614 0 277 723 614 554 0 723 554 723 892 0 0 723 0 +0 663 0 614 723 0 614 614 0 0 723 783 0 0 277 554 +0 0 723 723 0 0 0 0 0 663 ] +/Encoding 1206 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +690 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F324 +/FirstChar 1 +/LastChar 69 +/Widths [723 783 663 0 723 277 783 723 626 277 723 663 0 0 0 0 +0 0 723 723 0 855 687 723 0 663 614 663 614 0 892 554 +614 0 277 0 554 578 0 277 578 0 0 0 0 0 0 723 +0 0 578 0 0 0 0 0 0 0 0 952 0 0 0 0 +0 0 0 0 337 ] +/Encoding 1207 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R +>> +endobj +691 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F325 /FirstChar 2 /LastChar 79 /Widths [603 603 603 603 603 603 603 0 603 603 0 0 603 603 603 603 @@ -10552,49 +10500,49 @@ endobj 0 0 603 0 603 603 603 603 603 603 0 0 0 603 603 0 603 0 603 603 603 603 0 603 0 0 0 603 603 603 603 603 0 0 0 603 0 603 603 0 0 0 0 603 603 603 ] -/Encoding 1204 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R ->> -endobj -694 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F324 -/FirstChar 1 -/LastChar 72 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 663 277 832 0 554 277 554 554 855 277 783 554 0 -337 554 554 723 518 723 0 0 277 723 494 663 0 0 0 0 -277 0 663 614 0 663 0 723 0 0 663 0 0 0 506 0 -0 0 554 277 0 554 554 554 ] -/Encoding 1205 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1208 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj 695 0 obj << /Type /Font /Subtype /Type1 -/Name /F325 -/FirstChar 12 -/LastChar 66 -/Widths [723 0 0 663 0 614 614 277 0 554 554 337 614 554 277 0 -614 554 0 0 0 723 892 0 0 0 0 0 0 0 0 723 -0 0 0 0 0 0 0 554 0 0 554 0 0 0 0 0 -0 0 0 0 0 0 506 ] -/Encoding 1206 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Name /F326 +/FirstChar 1 +/LastChar 72 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 663 277 832 0 554 277 554 554 855 277 783 554 554 +337 554 554 723 518 723 0 0 277 723 494 663 0 0 0 0 +277 0 663 614 0 663 0 723 0 0 663 0 0 0 506 0 +0 0 554 277 0 554 554 554 ] +/Encoding 1209 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 696 0 obj << /Type /Font /Subtype /Type1 -/Name /F326 +/Name /F327 +/FirstChar 12 +/LastChar 66 +/Widths [723 0 0 663 0 614 614 277 0 554 554 337 614 554 277 0 +614 554 0 0 0 723 892 0 0 0 0 0 0 0 0 723 +0 0 0 0 0 0 0 554 0 0 554 0 0 0 0 0 +0 0 0 0 0 0 506 ] +/Encoding 1210 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +697 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F328 /FirstChar 1 /LastChar 65 /Widths [723 783 663 0 723 277 783 723 626 277 723 663 554 554 554 0 @@ -10602,63 +10550,63 @@ endobj 0 0 0 0 0 0 0 0 0 0 0 554 0 0 0 723 0 0 0 0 0 0 337 0 337 0 0 952 0 0 337 0 554 ] -/Encoding 1207 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R ->> -endobj -699 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F327 -/FirstChar 1 -/LastChar 74 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 0 277 832 723 554 277 554 554 855 277 783 554 554 -337 554 554 0 518 723 0 0 277 723 494 663 663 337 0 337 -277 229 0 614 0 663 0 723 723 0 0 0 554 0 506 482 -0 0 554 0 554 554 554 554 0 217 ] -/Encoding 1208 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1211 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj 700 0 obj << /Type /Font /Subtype /Type1 -/Name /F328 -/FirstChar 2 -/LastChar 28 -/Widths [278 278 609 331 0 609 0 609 557 278 0 669 887 278 557 0 -557 557 0 0 722 534 0 0 278 774 557 ] -/Encoding 1209 0 R -/BaseFont /PMGDGC+TT491o00 -/FontDescriptor 876 0 R +/Name /F329 +/FirstChar 1 +/LastChar 74 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 0 277 832 723 554 277 554 554 855 277 783 554 554 +337 554 554 0 518 723 0 0 277 723 494 663 663 337 0 337 +277 229 0 614 0 663 0 723 723 0 0 0 554 0 506 482 +554 0 554 0 554 554 554 554 0 217 ] +/Encoding 1212 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 701 0 obj << /Type /Font /Subtype /Type1 -/Name /F329 -/FirstChar 1 -/LastChar 55 -/Widths [556 282 282 0 607 556 0 0 556 0 0 556 718 607 0 0 -607 333 393 0 0 556 282 0 556 607 607 778 0 0 0 556 -607 718 556 333 556 0 282 0 0 0 607 0 556 0 718 0 -0 556 556 0 556 0 282 ] -/Encoding 1210 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Name /F330 +/FirstChar 2 +/LastChar 28 +/Widths [278 278 609 331 0 609 0 609 557 278 0 669 887 278 557 0 +557 557 0 0 722 534 0 0 278 774 557 ] +/Encoding 1213 0 R +/BaseFont /KDKIHK+TT885o00 +/FontDescriptor 878 0 R >> endobj 702 0 obj << /Type /Font /Subtype /Type1 -/Name /F330 +/Name /F331 +/FirstChar 1 +/LastChar 55 +/Widths [556 282 282 0 607 556 0 0 556 0 0 556 718 607 0 0 +607 333 393 0 0 556 282 0 556 607 607 778 0 0 0 556 +607 718 556 333 556 0 282 0 0 0 607 0 556 0 718 0 +0 556 556 0 556 0 282 ] +/Encoding 1214 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R +>> +endobj +703 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F332 /FirstChar 1 /LastChar 72 /Widths [603 603 603 603 603 603 603 603 603 603 603 0 603 603 603 603 @@ -10666,44 +10614,44 @@ endobj 0 0 603 603 603 603 0 0 603 0 603 0 603 0 603 0 603 0 0 0 603 603 0 0 0 0 603 0 0 0 0 0 0 0 0 0 0 0 0 603 ] -/Encoding 1211 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R ->> -endobj -703 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F331 -/FirstChar 33 -/LastChar 54 -/Widths [723 0 0 0 0 0 0 0 0 0 723 0 0 0 0 0 -0 0 0 0 0 554 ] -/Encoding 1212 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1215 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj 704 0 obj << /Type /Font /Subtype /Type1 -/Name /F332 -/FirstChar 19 -/LastChar 47 -/Widths [554 0 0 0 0 0 0 0 277 0 0 0 0 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 783 ] -/Encoding 1213 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Name /F333 +/FirstChar 33 +/LastChar 54 +/Widths [723 0 0 0 0 0 0 0 0 0 723 0 0 0 0 0 +0 0 0 0 0 554 ] +/Encoding 1216 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj 705 0 obj << /Type /Font /Subtype /Type1 -/Name /F333 +/Name /F334 +/FirstChar 19 +/LastChar 47 +/Widths [554 0 0 0 0 0 0 0 277 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 783 ] +/Encoding 1217 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R +>> +endobj +706 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F335 /FirstChar 1 /LastChar 71 /Widths [723 783 663 0 723 277 0 723 626 277 723 663 0 0 0 0 @@ -10711,16 +10659,16 @@ endobj 614 0 0 0 0 578 0 0 578 0 0 0 0 0 0 0 0 0 578 386 0 0 0 0 0 0 0 952 0 0 0 0 0 0 0 0 0 0 277 ] -/Encoding 1214 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1218 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -709 0 obj +710 0 obj << /Type /Font /Subtype /Type1 -/Name /F334 +/Name /F336 /FirstChar 1 /LastChar 78 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -10728,16 +10676,16 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 350 337 277 0 663 614 1000 663 0 723 723 0 0 675 554 0 506 0 554 0 554 277 554 554 554 554 0 217 0 0 0 193 ] -/Encoding 1215 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1219 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -710 0 obj +711 0 obj << /Type /Font /Subtype /Type1 -/Name /F335 +/Name /F337 /FirstChar 1 /LastChar 71 /Widths [554 554 0 554 0 554 277 0 663 0 614 723 554 0 663 0 @@ -10745,16 +10693,16 @@ endobj 723 892 0 0 0 0 0 663 0 614 723 0 614 0 0 0 723 783 0 0 0 554 0 0 0 723 0 0 0 0 0 0 0 0 0 554 0 386 386 ] -/Encoding 1216 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1220 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -711 0 obj +712 0 obj << /Type /Font /Subtype /Type1 -/Name /F336 +/Name /F338 /FirstChar 1 /LastChar 65 /Widths [723 783 663 675 723 277 0 723 626 277 723 663 554 554 554 0 @@ -10762,32 +10710,32 @@ endobj 614 0 0 0 0 578 0 0 578 0 0 554 0 0 0 0 554 0 578 0 0 0 0 0 0 0 0 952 0 0 0 0 554 ] -/Encoding 1217 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1221 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -712 0 obj +713 0 obj << /Type /Font /Subtype /Type1 -/Name /F337 +/Name /F339 /FirstChar 1 /LastChar 53 /Widths [663 0 0 0 0 0 0 0 0 0 0 554 0 0 0 554 0 0 554 277 0 554 0 0 0 0 277 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 783 0 0 0 0 0 723 ] -/Encoding 1218 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 1222 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -716 0 obj +717 0 obj << /Type /Font /Subtype /Type1 -/Name /F338 +/Name /F340 /FirstChar 1 /LastChar 79 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -10795,16 +10743,16 @@ endobj 337 554 554 723 518 723 0 506 277 723 494 663 663 337 0 337 277 0 663 614 1000 663 0 723 723 0 0 0 554 0 506 0 554 1000 554 277 554 554 554 554 0 0 0 0 0 0 578 ] -/Encoding 1219 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1223 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -717 0 obj +718 0 obj << /Type /Font /Subtype /Type1 -/Name /F339 +/Name /F341 /FirstChar 1 /LastChar 68 /Widths [554 554 554 554 554 554 277 0 0 0 614 0 554 554 663 0 @@ -10812,30 +10760,30 @@ endobj 0 0 0 0 0 0 0 0 0 614 723 0 614 614 0 0 723 783 0 0 277 554 0 0 0 723 783 0 0 0 0 0 0 0 554 554 ] -/Encoding 1220 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1224 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -718 0 obj +719 0 obj << /Type /Font /Subtype /Type1 -/Name /F340 +/Name /F342 /FirstChar 2 /LastChar 26 /Widths [783 0 0 0 277 0 0 0 0 0 0 0 0 0 0 0 0 723 0 0 0 0 723 0 663 ] -/Encoding 1221 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1225 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -721 0 obj +722 0 obj << /Type /Font /Subtype /Type1 -/Name /F341 +/Name /F343 /FirstChar 1 /LastChar 86 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -10844,32 +10792,32 @@ endobj 277 229 663 614 1000 663 0 0 0 0 0 0 0 0 0 482 554 0 554 0 554 554 554 554 0 0 578 0 0 0 0 0 0 0 0 0 0 783 ] -/Encoding 1222 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -722 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F342 -/FirstChar 12 -/LastChar 66 -/Widths [723 0 0 663 0 0 614 277 0 554 554 337 614 554 277 0 -614 554 0 0 0 723 892 0 0 0 0 337 0 0 0 723 -0 0 0 0 0 0 783 554 0 0 554 0 0 0 0 0 -0 0 0 0 0 0 506 ] -/Encoding 1223 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1226 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 723 0 obj << /Type /Font /Subtype /Type1 -/Name /F343 +/Name /F344 +/FirstChar 12 +/LastChar 66 +/Widths [723 0 0 663 0 0 614 277 0 554 554 337 614 554 277 0 +614 554 0 0 0 723 892 0 0 0 0 337 0 0 0 723 +0 0 0 0 0 0 783 554 0 0 554 0 0 0 0 0 +0 0 0 0 0 0 506 ] +/Encoding 1227 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +724 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F345 /FirstChar 1 /LastChar 65 /Widths [723 783 663 675 723 277 783 723 626 277 723 663 554 554 554 0 @@ -10877,48 +10825,48 @@ endobj 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 554 663 0 0 0 0 337 0 337 0 0 952 0 0 337 0 554 ] -/Encoding 1224 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R ->> -endobj -724 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F344 -/FirstChar 1 -/LastChar 55 -/Widths [556 282 282 607 607 556 0 0 556 0 0 0 0 607 0 0 -0 333 393 0 0 556 282 0 556 0 0 778 0 0 0 556 -607 718 556 333 556 0 0 0 0 0 0 0 556 0 718 556 -0 0 556 0 0 0 282 ] -/Encoding 1225 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1228 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj 725 0 obj << /Type /Font /Subtype /Type1 -/Name /F345 +/Name /F346 +/FirstChar 1 +/LastChar 55 +/Widths [556 282 282 607 607 556 0 0 556 0 0 0 0 607 0 0 +0 333 393 0 0 556 282 0 556 0 0 778 0 0 0 556 +607 718 556 333 556 0 0 0 0 0 0 0 556 0 718 556 +0 0 556 0 0 0 282 ] +/Encoding 1229 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R +>> +endobj +726 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F347 /FirstChar 1 /LastChar 57 /Widths [603 0 0 0 0 603 603 603 603 603 603 0 603 603 0 0 0 0 603 0 603 0 603 603 603 0 0 603 603 0 603 603 0 0 0 0 0 603 0 0 0 0 0 0 603 0 603 0 603 0 0 0 0 0 0 0 603 ] -/Encoding 1226 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1230 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -729 0 obj +730 0 obj << /Type /Font /Subtype /Type1 -/Name /F346 +/Name /F348 /FirstChar 1 /LastChar 86 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -10927,16 +10875,16 @@ endobj 277 229 663 614 1000 663 0 723 723 0 0 0 554 0 506 0 554 0 0 277 554 554 554 0 0 217 0 0 0 193 0 0 0 0 0 0 0 783 ] -/Encoding 1227 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1231 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -730 0 obj +731 0 obj << /Type /Font /Subtype /Type1 -/Name /F347 +/Name /F349 /FirstChar 1 /LastChar 72 /Widths [603 603 603 603 603 603 603 603 0 603 0 0 0 603 603 603 @@ -10944,48 +10892,48 @@ endobj 0 0 603 603 603 603 0 0 603 0 603 0 603 0 0 0 603 0 0 0 603 603 0 0 603 0 603 0 0 0 0 0 0 0 0 0 0 0 0 603 ] -/Encoding 1228 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R ->> -endobj -731 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F348 -/FirstChar 7 -/LastChar 63 -/Widths [277 0 663 0 614 723 0 0 663 0 0 614 277 0 0 554 -337 614 0 0 723 614 554 0 723 0 723 892 0 0 0 0 -0 663 0 614 723 0 614 0 0 0 723 783 0 0 0 0 -0 0 0 723 0 0 0 0 783 ] -/Encoding 1229 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1232 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj 732 0 obj << /Type /Font /Subtype /Type1 -/Name /F349 +/Name /F350 +/FirstChar 7 +/LastChar 63 +/Widths [277 0 663 0 614 723 0 0 663 0 0 614 277 0 0 554 +337 614 0 0 723 614 554 0 723 0 723 892 0 0 0 0 +0 663 0 614 723 0 614 0 0 0 723 783 0 0 0 0 +0 0 0 723 0 0 0 0 783 ] +/Encoding 1233 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +733 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F351 /FirstChar 1 /LastChar 53 /Widths [663 0 0 0 0 0 0 0 0 0 0 554 0 0 0 554 0 0 554 277 0 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 723 ] -/Encoding 1230 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 1234 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -736 0 obj +737 0 obj << /Type /Font /Subtype /Type1 -/Name /F350 +/Name /F352 /FirstChar 1 /LastChar 86 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -10994,16 +10942,16 @@ endobj 277 0 663 614 1000 663 0 723 723 0 0 675 554 0 506 0 554 1000 554 277 554 554 554 554 0 217 0 0 0 0 578 0 0 0 0 0 0 783 ] -/Encoding 1231 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1235 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -737 0 obj +738 0 obj << /Type /Font /Subtype /Type1 -/Name /F351 +/Name /F353 /FirstChar 1 /LastChar 68 /Widths [554 554 554 554 554 554 277 0 0 0 614 0 554 554 663 0 @@ -11011,16 +10959,16 @@ endobj 0 0 0 0 0 0 0 0 0 614 723 0 614 614 0 0 723 783 0 0 277 0 0 0 0 723 0 0 0 0 0 0 0 0 554 554 ] -/Encoding 1232 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1236 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -740 0 obj +741 0 obj << /Type /Font /Subtype /Type1 -/Name /F352 +/Name /F354 /FirstChar 1 /LastChar 75 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -11028,32 +10976,32 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 229 0 614 1000 663 0 0 0 0 0 0 0 0 506 0 554 0 554 0 554 554 554 0 0 0 578 ] -/Encoding 1233 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -741 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F353 -/FirstChar 12 -/LastChar 66 -/Widths [723 0 0 663 0 0 614 277 0 554 554 337 614 554 277 0 -614 554 0 0 0 723 892 0 0 0 0 337 0 0 0 723 -0 0 0 0 0 0 783 554 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 506 ] -/Encoding 1234 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1237 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 742 0 obj << /Type /Font /Subtype /Type1 -/Name /F354 +/Name /F355 +/FirstChar 12 +/LastChar 66 +/Widths [723 0 0 663 0 0 614 277 0 554 554 337 614 554 277 0 +614 554 0 0 0 723 892 0 0 0 0 337 0 0 0 723 +0 0 0 0 0 0 783 554 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 506 ] +/Encoding 1238 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +743 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F356 /FirstChar 1 /LastChar 65 /Widths [723 783 663 675 723 277 783 723 626 277 723 663 554 554 554 0 @@ -11061,32 +11009,32 @@ endobj 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 663 0 0 0 0 337 0 337 0 0 952 0 0 337 0 554 ] -/Encoding 1235 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1239 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -743 0 obj +744 0 obj << /Type /Font /Subtype /Type1 -/Name /F355 +/Name /F357 /FirstChar 1 /LastChar 55 /Widths [556 282 282 0 607 556 0 0 556 0 282 556 0 607 889 0 607 333 393 0 556 556 282 0 556 0 0 778 0 0 0 0 607 0 556 333 556 0 282 0 778 0 0 556 556 0 718 556 0 556 0 718 0 829 282 ] -/Encoding 1236 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1240 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -747 0 obj +748 0 obj << /Type /Font /Subtype /Type1 -/Name /F356 +/Name /F358 /FirstChar 1 /LastChar 72 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -11094,16 +11042,16 @@ endobj 337 554 554 0 518 723 0 0 277 723 494 0 663 337 0 337 277 0 663 0 1000 663 0 0 723 0 663 0 0 0 506 482 554 0 554 277 554 554 554 554 ] -/Encoding 1237 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1241 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -748 0 obj +749 0 obj << /Type /Font /Subtype /Type1 -/Name /F357 +/Name /F359 /FirstChar 8 /LastChar 72 /Widths [807 0 0 0 723 0 0 663 0 0 614 277 386 554 554 337 @@ -11111,16 +11059,16 @@ endobj 0 0 614 723 0 614 0 0 0 0 783 0 0 0 554 0 0 0 0 0 0 940 0 0 0 0 0 0 0 0 0 0 554 ] -/Encoding 1238 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1242 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -749 0 obj +750 0 obj << /Type /Font /Subtype /Type1 -/Name /F358 +/Name /F360 /FirstChar 1 /LastChar 65 /Widths [723 783 0 0 723 277 0 723 0 277 723 663 554 554 554 0 @@ -11128,16 +11076,16 @@ endobj 614 0 0 0 0 578 0 0 578 0 554 554 0 337 0 0 554 0 578 0 0 0 0 0 0 0 0 952 0 0 0 0 554 ] -/Encoding 1239 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1243 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -750 0 obj +751 0 obj << /Type /Font /Subtype /Type1 -/Name /F359 +/Name /F361 /FirstChar 1 /LastChar 72 /Widths [603 603 603 603 603 603 603 603 603 603 603 0 603 603 603 603 @@ -11145,44 +11093,9 @@ endobj 0 0 603 603 603 603 0 0 603 0 603 0 603 0 603 0 603 0 0 0 603 603 0 0 0 0 603 0 0 0 0 0 0 0 0 0 0 0 0 603 ] -/Encoding 1240 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R ->> -endobj -754 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F360 -/FirstChar 1 -/LastChar 90 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 663 277 832 0 554 277 554 554 855 277 783 0 554 -337 554 554 723 518 723 0 506 277 723 494 663 663 337 0 337 -277 229 663 614 1000 663 0 723 723 0 0 675 554 0 506 0 -554 0 554 277 554 554 554 554 0 217 0 0 0 0 0 0 -0 0 0 0 0 0 0 0 0 386 ] -/Encoding 1241 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -755 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F361 -/FirstChar 1 -/LastChar 68 -/Widths [554 554 554 554 554 554 277 0 663 0 614 723 554 554 0 0 -0 0 277 0 0 554 337 614 0 0 723 614 0 0 723 0 -723 0 0 0 0 0 0 663 0 614 723 0 614 0 0 0 -723 783 0 0 0 0 0 0 723 723 0 0 0 0 0 0 -0 0 554 554 ] -/Encoding 1242 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1244 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj 756 0 obj @@ -11191,22 +11104,57 @@ endobj /Subtype /Type1 /Name /F362 /FirstChar 1 +/LastChar 90 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 663 277 832 0 554 277 554 554 855 277 783 0 554 +337 554 554 723 518 723 0 506 277 723 494 663 663 337 0 337 +277 229 663 614 1000 663 0 723 723 0 0 675 554 0 506 0 +554 0 554 277 554 554 554 554 0 217 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 386 ] +/Encoding 1245 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R +>> +endobj +757 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F363 +/FirstChar 1 +/LastChar 68 +/Widths [554 554 554 554 554 554 277 0 663 0 614 723 554 554 0 0 +0 0 277 0 0 554 337 614 0 0 723 614 0 0 723 0 +723 0 0 0 0 0 0 663 0 614 723 0 614 0 0 0 +723 783 0 0 0 0 0 0 723 723 0 0 0 0 0 0 +0 0 554 554 ] +/Encoding 1246 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +758 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F364 +/FirstChar 1 /LastChar 67 /Widths [723 783 663 0 723 0 0 0 626 0 723 663 554 554 554 0 0 0 723 0 0 0 687 0 0 0 0 0 0 0 0 0 614 0 0 0 0 578 0 0 578 0 554 554 554 0 554 723 554 0 578 0 0 0 0 0 0 0 0 0 0 0 0 0 554 0 554 ] -/Encoding 1243 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1247 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -760 0 obj +761 0 obj << /Type /Font /Subtype /Type1 -/Name /F363 +/Name /F365 /FirstChar 1 /LastChar 79 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -11214,64 +11162,80 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 229 663 614 1000 663 0 723 0 0 663 0 554 0 506 0 554 1000 554 277 554 554 554 0 0 217 0 0 0 0 578 ] -/Encoding 1244 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -761 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F364 -/FirstChar 7 -/LastChar 66 -/Widths [277 0 0 0 614 723 0 0 663 0 0 614 277 386 554 554 -337 614 0 277 723 614 554 0 723 554 723 892 0 0 0 0 -0 0 0 614 723 0 614 614 0 0 723 783 554 0 277 0 -0 0 0 723 0 0 0 0 0 0 0 506 ] -/Encoding 1245 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1248 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 762 0 obj << /Type /Font /Subtype /Type1 -/Name /F365 -/FirstChar 1 -/LastChar 55 -/Widths [556 282 282 0 607 556 718 0 556 0 282 556 0 607 0 0 -607 333 393 0 0 556 282 0 556 607 0 778 0 0 0 556 -607 718 556 333 0 0 0 0 0 0 0 556 556 0 718 556 -0 556 556 0 556 0 282 ] -/Encoding 1246 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Name /F366 +/FirstChar 7 +/LastChar 66 +/Widths [277 0 0 0 614 723 0 0 663 0 0 614 277 386 554 554 +337 614 0 277 723 614 554 0 723 554 723 892 0 0 0 0 +0 0 0 614 723 0 614 614 0 0 723 783 554 0 277 0 +0 0 0 723 0 0 0 0 0 0 0 506 ] +/Encoding 1249 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj 763 0 obj << /Type /Font /Subtype /Type1 -/Name /F366 +/Name /F367 +/FirstChar 1 +/LastChar 60 +/Widths [723 783 663 0 723 277 783 0 626 277 723 663 0 0 0 614 +614 0 723 0 0 855 687 723 0 663 614 0 614 0 892 554 +614 337 277 795 554 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 952 ] +/Encoding 1250 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R +>> +endobj +764 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F368 +/FirstChar 1 +/LastChar 55 +/Widths [556 282 282 0 607 556 718 0 556 0 282 556 0 607 0 0 +607 333 393 0 0 556 282 0 556 607 0 778 0 0 0 556 +607 718 556 333 0 0 0 0 0 0 0 556 556 0 718 556 +0 556 556 0 556 0 282 ] +/Encoding 1251 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R +>> +endobj +765 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F369 /FirstChar 1 /LastChar 49 /Widths [603 0 0 0 0 603 603 603 603 603 603 0 603 603 0 0 0 0 603 0 603 0 603 603 603 0 0 603 603 0 603 603 0 0 0 0 0 603 0 0 0 0 0 0 603 0 603 0 603 ] -/Encoding 1247 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1252 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -766 0 obj +768 0 obj << /Type /Font /Subtype /Type1 -/Name /F367 +/Name /F370 /FirstChar 1 /LastChar 74 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -11279,56 +11243,24 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 0 0 663 614 0 663 0 723 0 0 0 0 0 0 506 482 554 0 0 277 0 554 554 554 0 217 ] -/Encoding 1248 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -767 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F368 -/FirstChar 9 -/LastChar 59 -/Widths [663 0 0 723 0 0 663 0 0 614 277 0 0 554 337 614 -0 0 723 614 554 0 723 0 723 892 0 0 723 0 0 663 -0 614 723 0 614 0 0 0 723 783 0 0 277 554 0 0 -0 0 783 ] -/Encoding 1249 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R ->> -endobj -768 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F369 -/FirstChar 1 -/LastChar 77 -/Widths [603 603 603 603 603 603 603 603 0 0 0 0 0 603 603 603 -0 603 0 0 603 603 603 603 603 0 603 603 603 603 603 603 -0 0 603 603 603 603 0 0 603 0 603 0 603 0 0 0 -603 0 0 0 603 603 0 0 0 0 603 0 0 0 0 0 -0 603 0 0 0 0 0 603 0 0 0 0 603 ] -/Encoding 1250 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1253 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 769 0 obj << /Type /Font /Subtype /Type1 -/Name /F370 -/FirstChar 2 -/LastChar 45 -/Widths [278 556 278 0 0 0 556 0 278 556 722 556 611 0 0 0 -611 0 0 333 0 0 611 0 0 0 0 0 0 0 778 0 -556 0 0 0 556 0 0 0 0 0 0 537 ] -/Encoding 1251 0 R -/BaseFont /PMGDGM+TT497o00 +/Name /F371 +/FirstChar 9 +/LastChar 59 +/Widths [663 0 0 723 0 0 663 0 0 614 277 0 0 554 337 614 +0 0 723 614 554 0 723 0 723 892 0 0 723 0 0 663 +0 614 723 0 614 0 0 0 723 783 0 0 277 554 0 0 +0 0 783 ] +/Encoding 1254 0 R +/BaseFont /KDKIIC+TT88Ao00 /FontDescriptor 886 0 R >> endobj @@ -11336,71 +11268,103 @@ endobj << /Type /Font /Subtype /Type1 -/Name /F371 +/Name /F372 +/FirstChar 1 +/LastChar 77 +/Widths [603 603 603 603 603 603 603 603 0 0 0 0 0 603 603 603 +0 603 0 0 603 603 603 603 603 0 603 603 603 603 603 603 +0 0 603 603 603 603 0 0 603 0 603 0 603 0 0 0 +603 0 0 0 603 603 0 0 0 0 603 0 0 0 0 0 +0 603 0 0 0 0 0 603 0 0 0 0 603 ] +/Encoding 1255 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R +>> +endobj +771 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F373 +/FirstChar 2 +/LastChar 45 +/Widths [278 556 278 0 0 0 556 0 278 556 722 556 611 0 0 0 +611 0 0 333 0 0 611 0 0 0 0 0 0 0 778 0 +556 0 0 0 556 0 0 0 0 0 0 537 ] +/Encoding 1256 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R +>> +endobj +772 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F374 /FirstChar 1 /LastChar 60 /Widths [723 783 663 0 723 277 783 723 626 277 723 663 0 0 0 0 614 0 723 723 0 0 687 723 0 663 614 0 0 0 0 0 614 337 0 0 0 578 0 277 578 0 0 0 0 0 0 0 0 0 578 0 0 614 0 0 0 0 0 952 ] -/Encoding 1252 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R ->> -endobj -773 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F372 -/FirstChar 1 -/LastChar 78 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 663 277 832 723 554 277 554 554 855 277 783 554 0 -337 554 554 723 518 723 0 0 277 723 494 663 663 0 350 0 -277 229 663 614 1000 0 0 723 723 0 0 0 554 0 506 482 -554 0 554 277 554 554 554 554 0 217 0 0 0 193 ] -/Encoding 1253 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -774 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F373 -/FirstChar 1 -/LastChar 46 -/Widths [556 278 0 278 0 0 889 0 0 278 0 722 556 611 0 556 -0 611 611 0 333 0 0 611 556 0 694 0 0 0 0 778 -611 556 722 0 0 556 0 722 0 0 611 0 0 722 ] -/Encoding 1254 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1257 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj 775 0 obj << /Type /Font /Subtype /Type1 -/Name /F374 +/Name /F375 /FirstChar 1 -/LastChar 58 -/Widths [554 0 0 554 554 554 277 807 663 614 614 723 554 554 663 0 -0 614 277 0 0 554 337 614 0 0 723 614 554 0 723 0 -723 892 0 0 723 0 0 663 0 614 723 0 614 0 0 0 -723 783 0 0 0 0 0 0 0 723 ] -/Encoding 1255 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/LastChar 78 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 663 277 832 723 554 277 554 554 855 277 783 554 0 +337 554 554 723 518 723 0 0 277 723 494 663 663 0 350 0 +277 229 663 614 1000 0 0 723 723 0 0 0 554 0 506 482 +0 0 554 277 554 554 554 554 0 217 0 0 0 193 ] +/Encoding 1258 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 776 0 obj << /Type /Font /Subtype /Type1 -/Name /F375 +/Name /F376 +/FirstChar 1 +/LastChar 46 +/Widths [556 278 0 278 0 0 889 0 0 278 0 722 556 611 0 556 +0 611 611 0 333 0 0 611 556 0 694 0 0 0 0 778 +611 556 722 0 0 556 0 722 0 0 611 0 0 722 ] +/Encoding 1259 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R +>> +endobj +777 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F377 +/FirstChar 1 +/LastChar 58 +/Widths [554 0 0 554 554 554 277 807 663 614 614 723 554 554 663 0 +0 614 277 0 0 554 337 614 0 0 723 614 554 0 723 0 +723 892 0 0 723 0 0 663 0 614 723 0 614 0 0 0 +723 783 0 0 0 0 0 0 0 723 ] +/Encoding 1260 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +778 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F378 /FirstChar 1 /LastChar 67 /Widths [723 783 663 0 723 277 0 723 626 277 723 663 554 0 554 0 @@ -11408,32 +11372,32 @@ endobj 614 0 0 0 0 578 0 0 578 0 0 554 554 0 0 0 0 0 578 0 0 0 0 0 0 0 0 952 0 0 0 0 554 0 554 ] -/Encoding 1256 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1261 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -777 0 obj +779 0 obj << /Type /Font /Subtype /Type1 -/Name /F376 +/Name /F379 /FirstChar 1 /LastChar 53 /Widths [663 0 0 0 0 0 506 554 0 0 0 554 217 554 0 554 217 0 554 277 0 554 0 0 554 554 277 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 723 663 0 783 0 0 0 0 0 723 ] -/Encoding 1257 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 1262 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -780 0 obj +782 0 obj << /Type /Font /Subtype /Type1 -/Name /F377 +/Name /F380 /FirstChar 1 /LastChar 71 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -11441,16 +11405,16 @@ endobj 337 554 554 0 518 723 0 506 277 723 494 663 663 337 0 337 277 229 663 614 1000 663 0 723 0 0 0 0 554 0 506 0 554 1000 554 0 554 0 554 ] -/Encoding 1258 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1263 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -781 0 obj +783 0 obj << /Type /Font /Subtype /Type1 -/Name /F378 +/Name /F381 /FirstChar 1 /LastChar 68 /Widths [554 554 554 554 554 554 277 807 663 614 614 723 554 554 663 0 @@ -11458,39 +11422,8 @@ endobj 0 0 0 0 0 0 0 663 0 614 723 0 614 614 0 0 723 783 0 0 277 0 0 0 0 723 0 0 940 0 0 663 0 0 554 554 ] -/Encoding 1259 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R ->> -endobj -782 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F379 -/FirstChar 1 -/LastChar 60 -/Widths [723 783 663 0 723 277 0 0 0 277 0 663 0 0 0 614 -614 0 723 723 0 855 0 723 0 663 0 663 614 0 892 554 -614 337 277 795 554 0 0 0 0 0 0 0 0 0 0 0 -0 663 0 0 0 0 0 0 0 0 0 952 ] -/Encoding 1260 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R ->> -endobj -783 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F380 -/FirstChar 2 -/LastChar 48 -/Widths [278 0 278 0 0 0 556 389 278 556 0 556 0 0 556 0 -611 611 0 333 0 0 0 0 0 0 0 0 0 0 0 611 -556 0 722 0 556 0 0 0 0 0 0 0 0 0 611 ] -/Encoding 1261 0 R -/BaseFont /PMGDGM+TT497o00 +/Encoding 1264 0 R +/BaseFont /KDKIIC+TT88Ao00 /FontDescriptor 886 0 R >> endobj @@ -11498,7 +11431,38 @@ endobj << /Type /Font /Subtype /Type1 -/Name /F381 +/Name /F382 +/FirstChar 1 +/LastChar 60 +/Widths [723 783 663 0 723 277 0 0 0 277 0 663 0 0 0 614 +614 0 723 723 0 855 0 723 0 663 0 663 614 0 892 554 +614 337 277 795 554 0 0 0 0 0 0 0 0 0 0 0 +0 663 0 0 0 0 0 0 0 0 0 952 ] +/Encoding 1265 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R +>> +endobj +785 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F383 +/FirstChar 2 +/LastChar 48 +/Widths [278 0 278 0 0 0 556 389 278 556 0 556 0 0 556 0 +611 611 0 333 0 0 0 0 0 0 0 0 0 0 0 611 +556 0 722 0 556 0 0 0 0 0 0 0 0 0 611 ] +/Encoding 1266 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R +>> +endobj +786 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F384 /FirstChar 2 /LastChar 79 /Widths [603 603 603 603 603 603 603 0 603 603 0 0 603 603 603 603 @@ -11506,16 +11470,16 @@ endobj 0 603 603 603 603 603 603 603 603 603 603 603 0 603 603 603 603 0 603 603 603 603 0 603 603 0 603 603 603 603 603 603 603 0 0 603 0 603 603 0 0 0 0 603 0 603 ] -/Encoding 1262 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1267 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -787 0 obj +789 0 obj << /Type /Font /Subtype /Type1 -/Name /F382 +/Name /F385 /FirstChar 1 /LastChar 74 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -11523,32 +11487,32 @@ endobj 337 554 554 723 518 723 0 506 277 723 494 663 663 337 0 337 277 0 663 614 1000 663 0 723 0 0 663 0 0 0 0 482 554 0 554 0 554 554 554 554 0 217 ] -/Encoding 1263 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1268 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -788 0 obj +790 0 obj << /Type /Font /Subtype /Type1 -/Name /F383 +/Name /F386 /FirstChar 15 /LastChar 66 /Widths [663 0 0 614 277 386 554 554 337 614 0 0 0 614 554 554 723 0 723 892 0 0 0 0 0 0 0 0 723 0 614 0 0 0 0 0 554 0 0 554 0 0 0 0 0 0 0 0 0 0 0 506 ] -/Encoding 1264 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1269 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -789 0 obj +791 0 obj << /Type /Font /Subtype /Type1 -/Name /F384 +/Name /F387 /FirstChar 1 /LastChar 65 /Widths [723 783 663 0 723 277 783 0 626 277 723 663 0 554 554 0 @@ -11556,32 +11520,32 @@ endobj 0 0 0 0 0 0 0 0 0 0 0 554 0 0 0 723 554 0 0 0 0 0 337 0 337 0 0 952 0 0 337 554 554 ] -/Encoding 1265 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1270 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -790 0 obj +792 0 obj << /Type /Font /Subtype /Type1 -/Name /F385 +/Name /F388 /FirstChar 1 /LastChar 55 /Widths [556 282 282 0 607 556 0 0 556 0 282 556 718 607 0 0 0 333 393 0 0 556 282 282 556 0 0 778 0 667 0 556 607 0 556 333 556 0 0 0 0 0 607 0 556 0 718 556 0 556 0 0 556 0 282 ] -/Encoding 1266 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1271 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -791 0 obj +793 0 obj << /Type /Font /Subtype /Type1 -/Name /F386 +/Name /F389 /FirstChar 1 /LastChar 77 /Widths [603 603 603 603 603 603 603 603 603 603 603 0 603 603 603 603 @@ -11589,16 +11553,16 @@ endobj 0 0 603 603 0 603 0 0 603 0 603 0 603 0 603 0 603 0 0 0 603 603 0 0 0 0 603 0 0 0 0 0 0 603 0 0 0 0 0 603 0 0 0 0 603 ] -/Encoding 1267 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1272 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -794 0 obj +796 0 obj << /Type /Font /Subtype /Type1 -/Name /F387 +/Name /F390 /FirstChar 2 /LastChar 74 /Widths [626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 277 @@ -11606,61 +11570,61 @@ endobj 554 554 723 518 723 0 0 277 723 494 0 663 337 0 337 277 0 663 614 0 663 0 723 0 0 0 0 0 0 506 482 554 0 554 277 554 554 554 0 0 217 ] -/Encoding 1268 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -795 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F388 -/FirstChar 1 -/LastChar 41 -/Widths [603 603 603 603 603 603 603 603 0 0 0 0 0 0 0 0 -0 0 0 0 0 603 0 603 603 0 0 0 603 603 603 0 -0 0 0 603 603 603 0 0 603 ] -/Encoding 1269 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R ->> -endobj -796 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F389 -/FirstChar 1 -/LastChar 45 -/Widths [556 278 556 278 0 0 0 556 0 278 556 722 556 611 0 0 -0 611 0 0 333 0 0 611 0 0 0 0 0 0 0 778 -0 0 0 0 0 556 0 722 0 0 0 0 537 ] -/Encoding 1270 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1273 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 797 0 obj << /Type /Font /Subtype /Type1 -/Name /F390 -/FirstChar 12 -/LastChar 50 -/Widths [723 0 0 0 0 0 614 277 0 0 554 337 614 0 0 723 -614 554 0 0 0 0 892 0 0 0 0 0 0 0 0 0 -0 614 0 0 0 0 783 ] -/Encoding 1271 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Name /F391 +/FirstChar 1 +/LastChar 41 +/Widths [603 603 603 603 603 603 603 603 0 0 0 0 0 0 0 0 +0 0 0 0 0 603 0 603 603 0 0 0 603 603 603 0 +0 0 0 603 603 603 0 0 603 ] +/Encoding 1274 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj 798 0 obj << /Type /Font /Subtype /Type1 -/Name /F391 +/Name /F392 +/FirstChar 1 +/LastChar 45 +/Widths [556 278 556 278 0 0 0 556 0 278 556 722 556 611 0 0 +0 611 0 0 333 0 0 611 0 0 0 0 0 0 0 778 +0 0 0 0 0 556 0 722 0 0 0 0 537 ] +/Encoding 1275 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R +>> +endobj +799 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F393 +/FirstChar 12 +/LastChar 50 +/Widths [723 0 0 0 0 0 614 277 0 0 554 337 614 0 0 723 +614 554 0 0 0 0 892 0 0 0 0 0 0 0 0 0 +0 614 0 0 0 0 783 ] +/Encoding 1276 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +800 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F394 /FirstChar 1 /LastChar 72 /Widths [723 783 663 0 723 277 783 723 626 277 723 663 554 0 554 0 @@ -11668,32 +11632,32 @@ endobj 614 337 0 0 0 578 0 277 578 0 0 554 554 0 0 0 0 0 578 0 0 614 0 0 0 0 0 952 0 0 0 0 554 0 554 0 0 0 0 614 ] -/Encoding 1272 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1277 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -799 0 obj +801 0 obj << /Type /Font /Subtype /Type1 -/Name /F392 +/Name /F395 /FirstChar 1 /LastChar 53 /Widths [663 0 0 0 0 0 506 554 0 0 0 554 217 554 0 554 217 0 554 277 0 554 0 0 554 554 277 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 723 663 0 783 0 0 0 0 0 723 ] -/Encoding 1273 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R +/Encoding 1278 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R >> endobj -802 0 obj +804 0 obj << /Type /Font /Subtype /Type1 -/Name /F393 +/Name /F396 /FirstChar 1 /LastChar 78 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -11701,16 +11665,16 @@ endobj 337 554 554 723 518 723 0 506 277 723 494 663 663 337 350 337 277 229 663 614 1000 663 0 723 723 0 0 675 554 0 506 482 554 1000 554 0 554 554 554 554 0 217 0 0 0 193 ] -/Encoding 1274 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1279 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -803 0 obj +805 0 obj << /Type /Font /Subtype /Type1 -/Name /F394 +/Name /F397 /FirstChar 1 /LastChar 68 /Widths [554 554 554 554 554 554 277 807 663 614 614 723 554 554 663 0 @@ -11718,64 +11682,64 @@ endobj 723 892 0 0 0 0 0 663 0 614 723 0 0 0 0 0 723 783 0 0 277 0 614 0 0 723 0 0 0 0 0 0 0 0 554 554 ] -/Encoding 1275 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1280 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -804 0 obj +806 0 obj << /Type /Font /Subtype /Type1 -/Name /F395 +/Name /F398 /FirstChar 2 /LastChar 60 /Widths [783 0 0 0 0 0 723 0 277 0 0 0 0 0 0 0 0 0 723 0 0 0 0 0 663 0 0 0 0 0 0 614 0 0 0 0 578 0 0 578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 952 ] -/Encoding 1276 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1281 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -805 0 obj +807 0 obj << /Type /Font /Subtype /Type1 -/Name /F396 +/Name /F399 /FirstChar 2 /LastChar 46 /Widths [278 0 278 0 0 889 0 0 0 0 722 556 0 0 556 0 611 611 0 0 0 0 611 556 0 694 0 0 0 0 778 611 0 722 0 0 556 0 0 0 0 611 0 0 722 ] -/Encoding 1277 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1282 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -808 0 obj +810 0 obj << /Type /Font /Subtype /Type1 -/Name /F397 +/Name /F400 /FirstChar 1 /LastChar 79 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 277 554 506 663 277 832 723 554 277 554 554 855 277 783 554 554 337 554 554 723 518 723 0 506 277 723 494 663 663 337 0 337 277 0 663 614 1000 663 0 723 723 0 0 0 554 0 506 0 -0 1000 0 277 554 554 554 554 0 0 0 0 0 0 578 ] -/Encoding 1278 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +0 1000 0 277 554 554 0 554 0 0 0 0 0 0 578 ] +/Encoding 1283 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -809 0 obj +811 0 obj << /Type /Font /Subtype /Type1 -/Name /F398 +/Name /F401 /FirstChar 1 /LastChar 68 /Widths [554 554 554 554 554 554 277 807 0 614 614 0 554 554 663 0 @@ -11783,47 +11747,47 @@ endobj 0 0 0 0 0 0 0 663 0 614 723 0 614 614 0 0 723 783 0 0 277 0 0 0 0 723 0 0 940 0 0 0 0 0 554 554 ] -/Encoding 1279 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R ->> -endobj -810 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F399 -/FirstChar 2 -/LastChar 48 -/Widths [278 0 278 0 0 0 556 389 278 556 0 556 0 0 556 0 -611 611 0 333 0 0 0 0 0 0 0 0 0 0 0 611 -556 0 722 0 556 0 0 0 0 0 0 0 0 0 611 ] -/Encoding 1280 0 R -/BaseFont /PMGDGM+TT497o00 +/Encoding 1284 0 R +/BaseFont /KDKIIC+TT88Ao00 /FontDescriptor 886 0 R >> endobj -811 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F400 -/FirstChar 1 -/LastChar 60 -/Widths [723 783 663 0 723 277 0 0 0 0 0 663 0 0 0 0 -0 0 723 723 0 855 0 723 0 663 0 0 614 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0 663 0 0 0 0 0 0 0 0 0 952 ] -/Encoding 1281 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R ->> -endobj 812 0 obj << /Type /Font /Subtype /Type1 -/Name /F401 +/Name /F402 +/FirstChar 2 +/LastChar 48 +/Widths [278 0 278 0 0 0 556 389 278 556 0 556 0 0 556 0 +611 611 0 333 0 0 0 0 0 0 0 0 0 0 0 611 +556 0 722 0 556 0 0 0 0 0 0 0 0 0 611 ] +/Encoding 1285 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R +>> +endobj +813 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F403 +/FirstChar 1 +/LastChar 60 +/Widths [723 783 663 0 723 277 0 0 0 0 0 663 0 0 0 0 +0 0 723 723 0 855 0 723 0 663 0 0 614 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 663 0 0 0 0 0 0 0 0 0 952 ] +/Encoding 1286 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R +>> +endobj +814 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F404 /FirstChar 2 /LastChar 79 /Widths [603 603 603 603 603 603 603 0 603 0 0 0 603 603 603 603 @@ -11831,16 +11795,16 @@ endobj 0 603 603 603 603 603 603 603 603 603 0 0 0 603 603 0 0 0 0 603 603 0 0 603 603 0 0 603 603 603 603 603 603 0 0 603 0 603 603 0 0 0 0 603 0 603 ] -/Encoding 1282 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1287 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -816 0 obj +818 0 obj << /Type /Font /Subtype /Type1 -/Name /F402 +/Name /F405 /FirstChar 1 /LastChar 72 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -11848,16 +11812,16 @@ endobj 337 554 554 0 518 723 0 0 0 723 494 663 663 0 0 0 277 0 663 614 0 0 663 723 0 0 0 0 554 0 506 0 554 0 554 0 554 554 554 554 ] -/Encoding 1283 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1288 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -817 0 obj +819 0 obj << /Type /Font /Subtype /Type1 -/Name /F403 +/Name /F406 /FirstChar 2 /LastChar 77 /Widths [603 0 603 603 603 603 603 0 603 603 0 0 603 603 603 0 @@ -11865,32 +11829,32 @@ endobj 0 0 603 603 603 603 603 603 0 603 603 0 0 603 603 0 0 0 0 603 603 0 0 0 603 0 0 603 603 603 603 603 603 0 0 0 0 0 603 0 0 0 0 603 ] -/Encoding 1284 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1289 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -818 0 obj +820 0 obj << /Type /Font /Subtype /Type1 -/Name /F404 +/Name /F407 /FirstChar 15 /LastChar 66 /Widths [663 0 0 614 277 386 554 554 337 614 0 0 0 614 554 554 723 0 723 892 0 0 0 0 0 0 0 0 723 0 614 0 0 0 0 0 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 506 ] -/Encoding 1285 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1290 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R >> endobj -819 0 obj +821 0 obj << /Type /Font /Subtype /Type1 -/Name /F405 +/Name /F408 /FirstChar 1 /LastChar 67 /Widths [723 783 663 675 723 277 783 723 626 277 723 663 0 554 554 0 @@ -11898,58 +11862,9 @@ endobj 0 0 0 0 0 0 0 0 0 0 0 554 0 0 0 723 554 663 0 0 0 0 337 0 337 0 0 952 0 0 337 0 554 0 554 ] -/Encoding 1286 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R ->> -endobj -822 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F406 -/FirstChar 1 -/LastChar 91 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 663 277 832 723 554 277 554 554 855 277 783 554 554 -337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 -277 229 663 0 1000 663 0 723 723 0 0 0 554 0 0 0 -0 0 0 277 554 0 554 554 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 614 0 0 0 832 ] -/Encoding 1287 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -823 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F407 -/FirstChar 2 -/LastChar 33 -/Widths [278 278 609 331 0 609 0 609 557 278 0 669 887 278 557 0 -557 557 0 0 722 534 0 0 278 774 0 557 834 609 609 609 -] -/Encoding 1288 0 R -/BaseFont /PMGDGC+TT491o00 -/FontDescriptor 876 0 R ->> -endobj -824 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F408 -/FirstChar 1 -/LastChar 58 -/Widths [556 282 282 607 607 556 0 0 556 0 0 556 718 0 0 607 -0 333 393 0 0 0 282 0 556 0 0 778 333 0 0 556 -607 0 556 333 556 0 0 0 778 0 607 0 556 0 718 556 -718 0 0 0 556 829 282 0 0 556 ] -/Encoding 1289 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1291 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj 825 0 obj @@ -11958,15 +11873,16 @@ endobj /Subtype /Type1 /Name /F409 /FirstChar 1 -/LastChar 77 -/Widths [603 603 603 603 603 603 603 603 603 603 0 0 603 603 603 603 -0 603 603 0 603 603 603 603 603 0 603 603 0 603 603 603 -0 603 603 0 0 603 0 0 0 0 603 0 603 0 603 603 -603 0 0 0 603 603 0 0 0 0 603 0 0 0 0 0 -0 603 0 0 0 0 0 603 0 0 0 0 603 ] -/Encoding 1290 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/LastChar 91 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 663 277 832 723 554 277 554 554 855 277 783 554 554 +337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 +277 229 663 0 1000 663 0 723 723 0 0 0 554 0 0 0 +0 0 0 277 554 0 554 554 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 614 0 0 0 832 ] +/Encoding 1292 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 826 0 obj @@ -11975,14 +11891,13 @@ endobj /Subtype /Type1 /Name /F410 /FirstChar 2 -/LastChar 54 -/Widths [554 0 0 0 0 277 807 663 614 0 723 554 0 663 0 0 -0 277 0 0 554 337 614 0 0 723 614 0 0 0 0 0 -0 0 0 723 0 0 663 0 614 723 0 614 0 0 0 723 -783 0 0 277 554 ] -/Encoding 1291 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/LastChar 33 +/Widths [278 278 609 331 0 609 0 609 557 278 0 669 887 278 557 0 +557 557 0 0 722 534 0 0 278 774 0 557 834 609 609 609 +] +/Encoding 1293 0 R +/BaseFont /KDKIHK+TT885o00 +/FontDescriptor 878 0 R >> endobj 827 0 obj @@ -11991,22 +11906,71 @@ endobj /Subtype /Type1 /Name /F411 /FirstChar 1 +/LastChar 58 +/Widths [556 282 282 607 607 556 0 0 556 0 0 556 718 0 0 607 +0 333 393 0 0 0 282 0 556 0 0 778 333 0 0 556 +607 0 556 333 556 0 0 0 778 0 607 0 556 0 718 556 +718 0 0 0 556 829 282 0 0 556 ] +/Encoding 1294 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R +>> +endobj +828 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F412 +/FirstChar 1 +/LastChar 77 +/Widths [603 603 603 603 603 603 603 603 603 603 0 0 603 603 603 603 +0 603 603 0 603 603 603 603 603 0 603 603 0 603 603 603 +0 603 603 0 0 603 0 0 0 0 603 0 603 0 603 603 +603 0 0 0 603 603 0 0 0 0 603 0 0 0 0 0 +0 603 0 0 0 0 0 603 0 0 0 0 603 ] +/Encoding 1295 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R +>> +endobj +829 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F413 +/FirstChar 2 +/LastChar 54 +/Widths [554 0 0 0 0 277 807 663 614 0 723 554 0 663 0 0 +0 277 0 0 554 337 614 0 0 723 614 0 0 0 0 0 +0 0 0 723 0 0 663 0 614 723 0 614 0 0 0 723 +783 0 0 277 554 ] +/Encoding 1296 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +830 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F414 +/FirstChar 1 /LastChar 69 /Widths [723 783 0 0 723 277 0 0 626 0 723 663 0 0 0 0 0 0 0 723 0 855 687 723 0 663 614 0 614 0 892 0 614 337 0 0 0 578 0 0 578 0 0 0 0 0 0 0 0 0 578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 337 ] -/Encoding 1292 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1297 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -831 0 obj +833 0 obj << /Type /Font /Subtype /Type1 -/Name /F412 +/Name /F415 /FirstChar 1 /LastChar 91 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -12015,81 +11979,81 @@ endobj 277 229 663 614 1000 663 0 723 723 0 0 0 0 0 0 482 554 0 554 0 554 554 554 0 0 217 0 0 0 0 0 0 0 0 0 0 0 0 614 0 0 0 832 ] -/Encoding 1293 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -832 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F413 -/FirstChar 7 -/LastChar 66 -/Widths [277 0 0 0 614 723 0 0 663 0 0 614 277 386 554 554 -337 614 0 277 723 614 554 0 0 554 723 892 0 0 0 0 -0 0 0 614 723 0 614 614 0 0 723 783 554 0 277 0 -0 0 0 723 0 0 0 0 0 0 0 506 ] -/Encoding 1294 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R ->> -endobj -833 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F414 -/FirstChar 1 -/LastChar 63 -/Widths [723 783 663 0 723 277 783 723 626 277 723 663 0 0 554 0 -0 0 723 723 0 855 687 723 0 663 614 663 614 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 554 554 0 0 0 -554 663 0 0 0 0 337 0 337 0 0 952 0 0 337 ] -/Encoding 1295 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1298 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 834 0 obj << /Type /Font /Subtype /Type1 -/Name /F415 +/Name /F416 +/FirstChar 7 +/LastChar 66 +/Widths [277 0 0 0 614 723 0 0 663 0 0 614 277 386 554 554 +337 614 0 277 723 614 554 0 0 554 723 892 0 0 0 0 +0 0 0 614 723 0 614 614 0 0 723 783 554 0 277 0 +0 0 0 723 0 0 0 0 0 0 0 506 ] +/Encoding 1299 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +835 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F417 +/FirstChar 1 +/LastChar 63 +/Widths [723 783 663 0 723 277 783 723 626 277 723 663 0 0 554 0 +0 0 723 723 0 855 687 723 0 663 614 663 614 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 554 554 0 0 0 +554 663 0 0 0 0 337 0 337 0 0 952 0 0 337 ] +/Encoding 1300 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R +>> +endobj +836 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F418 /FirstChar 1 /LastChar 55 /Widths [556 282 282 607 607 556 0 0 556 0 0 556 0 607 0 607 607 333 393 0 0 556 282 282 556 607 0 778 0 667 0 556 607 0 556 333 556 0 282 0 0 0 607 0 0 0 718 556 718 556 556 718 556 829 282 ] -/Encoding 1296 0 R -/BaseFont /PMGDGG+TT494o00 -/FontDescriptor 880 0 R +/Encoding 1301 0 R +/BaseFont /KDKIHO+TT888o00 +/FontDescriptor 882 0 R >> endobj -837 0 obj +839 0 obj << /Type /Font /Subtype /Type1 -/Name /F416 +/Name /F419 /FirstChar 1 /LastChar 74 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 277 554 506 663 277 832 723 554 277 554 554 855 277 0 554 554 337 0 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 0 663 614 1000 663 0 723 723 0 0 0 554 0 506 482 -0 0 0 277 0 554 554 554 0 217 ] -/Encoding 1297 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +554 0 0 277 0 554 554 554 0 217 ] +/Encoding 1302 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -838 0 obj +840 0 obj << /Type /Font /Subtype /Type1 -/Name /F417 +/Name /F420 /FirstChar 1 /LastChar 77 /Widths [603 603 603 603 603 603 603 603 603 603 0 0 603 603 603 603 @@ -12097,16 +12061,16 @@ endobj 0 603 603 603 603 603 0 0 603 0 603 0 603 0 603 603 603 0 0 0 603 603 0 0 0 0 603 0 0 0 0 0 0 603 0 0 0 0 0 603 0 0 0 0 603 ] -/Encoding 1298 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R +/Encoding 1303 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj -839 0 obj +841 0 obj << /Type /Font /Subtype /Type1 -/Name /F418 +/Name /F421 /FirstChar 2 /LastChar 68 /Widths [554 0 0 0 0 0 807 663 614 0 723 554 0 663 0 0 @@ -12114,36 +12078,8 @@ endobj 0 0 0 723 0 0 663 0 614 723 0 614 0 0 0 723 783 0 0 277 554 0 0 0 0 0 0 0 0 0 0 0 0 554 554 ] -/Encoding 1299 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R ->> -endobj -840 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F419 -/FirstChar 47 -/LastChar 51 -/Widths [783 0 0 0 614 ] -/Encoding 1300 0 R -/BaseFont /PMGDGE+TT492o00 -/FontDescriptor 878 0 R ->> -endobj -841 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F420 -/FirstChar 1 -/LastChar 45 -/Widths [556 278 556 278 0 0 0 556 0 278 556 722 556 611 0 0 -0 611 0 0 333 0 0 611 0 0 0 0 0 0 0 778 -0 0 0 0 0 0 556 0 0 0 0 0 537 ] -/Encoding 1301 0 R -/BaseFont /PMGDGM+TT497o00 +/Encoding 1304 0 R +/BaseFont /KDKIIC+TT88Ao00 /FontDescriptor 886 0 R >> endobj @@ -12151,56 +12087,84 @@ endobj << /Type /Font /Subtype /Type1 -/Name /F421 +/Name /F422 +/FirstChar 47 +/LastChar 51 +/Widths [783 0 0 0 614 ] +/Encoding 1305 0 R +/BaseFont /KDKIHM+TT886o00 +/FontDescriptor 880 0 R +>> +endobj +843 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F423 +/FirstChar 1 +/LastChar 45 +/Widths [556 278 556 278 0 0 0 556 0 278 556 722 556 611 0 0 +0 611 0 0 333 0 0 611 0 0 0 0 0 0 0 778 +0 0 0 0 0 0 556 0 0 0 0 0 537 ] +/Encoding 1306 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R +>> +endobj +844 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F424 /FirstChar 1 /LastChar 54 /Widths [723 783 0 0 723 277 783 0 626 0 723 663 0 554 0 0 614 0 723 723 0 855 687 723 0 663 614 0 614 0 0 0 614 337 0 0 0 578 0 277 578 0 0 0 0 0 554 0 554 0 578 0 0 614 ] -/Encoding 1302 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R ->> -endobj -845 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F422 -/FirstChar 2 -/LastChar 74 -/Widths [626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 277 -554 506 663 277 832 723 554 277 554 554 855 277 783 554 0 337 -0 0 723 518 0 0 0 277 723 494 663 663 337 350 337 0 -229 663 614 1000 0 0 723 0 0 0 0 0 783 506 482 554 -0 0 277 0 0 0 0 0 217 ] -/Encoding 1303 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -846 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F423 -/FirstChar 1 -/LastChar 54 -/Widths [554 554 554 0 554 554 277 807 663 614 614 723 0 0 663 0 -0 614 277 0 0 554 337 614 0 0 723 614 554 0 0 0 -723 892 0 0 723 0 0 663 0 614 723 0 614 0 0 0 -0 783 0 0 277 554 ] -/Encoding 1304 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1307 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj 847 0 obj << /Type /Font /Subtype /Type1 -/Name /F424 +/Name /F425 +/FirstChar 2 +/LastChar 74 +/Widths [626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 277 +554 506 663 277 832 723 554 277 554 554 855 277 783 554 0 337 +0 0 723 518 0 0 0 277 723 494 663 663 337 350 337 0 +229 663 614 1000 0 0 723 0 0 0 0 0 783 506 482 0 +0 0 277 554 0 0 0 0 217 ] +/Encoding 1308 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R +>> +endobj +848 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F426 +/FirstChar 1 +/LastChar 54 +/Widths [554 554 554 0 554 554 277 807 663 614 614 723 0 0 663 0 +0 614 277 0 0 554 337 614 0 0 723 614 554 0 0 0 +723 892 0 0 723 0 0 663 0 614 723 0 614 0 0 0 +0 783 0 0 277 554 ] +/Encoding 1309 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +849 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F427 /FirstChar 1 /LastChar 69 /Widths [723 783 663 675 723 277 783 723 626 277 723 663 0 0 0 0 @@ -12208,31 +12172,31 @@ endobj 614 337 0 0 0 578 0 0 578 0 0 0 0 0 0 0 0 0 578 0 0 0 0 0 0 0 0 952 0 0 0 0 0 0 0 0 337 ] -/Encoding 1305 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1310 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -848 0 obj +850 0 obj << /Type /Font /Subtype /Type1 -/Name /F425 +/Name /F428 /FirstChar 1 /LastChar 40 /Widths [556 278 0 278 0 0 0 0 0 278 0 0 556 611 0 0 0 611 0 0 333 0 0 611 0 0 0 0 0 0 0 778 0 0 0 0 0 0 556 722 ] -/Encoding 1306 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1311 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -851 0 obj +853 0 obj << /Type /Font /Subtype /Type1 -/Name /F426 +/Name /F429 /FirstChar 1 /LastChar 79 /Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 @@ -12240,31 +12204,31 @@ endobj 337 554 554 723 518 723 0 0 277 723 494 663 663 337 0 337 277 0 663 614 0 663 0 723 723 0 0 675 554 0 506 482 554 1000 554 277 554 554 0 554 0 217 0 0 0 0 578 ] -/Encoding 1307 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R +/Encoding 1312 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj -852 0 obj +854 0 obj << /Type /Font /Subtype /Type1 -/Name /F427 +/Name /F430 /FirstChar 1 /LastChar 46 /Widths [556 278 0 278 0 0 889 0 0 0 0 722 556 0 0 556 0 611 611 0 0 0 0 611 556 0 694 0 0 0 0 778 611 0 722 0 0 0 556 0 0 0 611 0 0 722 ] -/Encoding 1308 0 R -/BaseFont /PMGDGM+TT497o00 -/FontDescriptor 886 0 R +/Encoding 1313 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj -853 0 obj +855 0 obj << /Type /Font /Subtype /Type1 -/Name /F428 +/Name /F431 /FirstChar 1 /LastChar 71 /Widths [554 554 554 554 554 554 277 807 0 0 614 723 554 554 663 0 @@ -12272,41 +12236,8 @@ endobj 0 0 0 0 0 0 0 0 0 614 0 0 0 0 0 0 723 783 0 0 0 554 0 0 0 0 0 0 0 0 0 0 0 0 554 554 0 386 386 ] -/Encoding 1309 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R ->> -endobj -856 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F429 -/FirstChar 1 -/LastChar 71 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 0 277 0 0 554 277 554 554 855 277 783 554 0 -337 554 554 0 518 723 0 0 277 723 494 663 663 337 0 337 -277 0 663 614 1000 663 0 723 0 0 0 0 0 0 506 482 -0 0 554 0 0 554 554 ] -/Encoding 1310 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -857 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F430 -/FirstChar 1 -/LastChar 48 -/Widths [556 278 0 278 0 0 0 556 389 278 556 0 556 0 0 556 -0 611 611 0 333 0 0 0 0 0 0 0 0 0 0 0 -611 556 0 722 0 0 556 0 0 0 0 0 0 0 0 611 -] -/Encoding 1311 0 R -/BaseFont /PMGDGM+TT497o00 +/Encoding 1314 0 R +/BaseFont /KDKIIC+TT88Ao00 /FontDescriptor 886 0 R >> endobj @@ -12314,39 +12245,72 @@ endobj << /Type /Font /Subtype /Type1 -/Name /F431 -/FirstChar 7 -/LastChar 66 -/Widths [277 807 0 0 614 723 0 0 663 0 0 614 277 386 554 554 -337 614 0 277 723 614 554 0 723 554 723 892 0 0 0 0 -0 663 0 0 723 0 614 614 0 0 723 783 554 0 277 0 -0 0 0 723 0 0 940 0 0 0 0 506 ] -/Encoding 1312 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Name /F432 +/FirstChar 1 +/LastChar 71 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 0 277 0 0 554 277 554 554 855 277 783 554 0 +337 554 554 0 518 723 0 0 277 723 494 663 663 337 0 337 +277 0 663 614 1000 663 0 723 0 0 0 0 0 0 506 482 +0 0 554 0 0 554 554 ] +/Encoding 1315 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R >> endobj 859 0 obj << /Type /Font /Subtype /Type1 -/Name /F432 +/Name /F433 /FirstChar 1 -/LastChar 63 -/Widths [723 783 663 0 723 277 783 0 626 277 0 0 0 0 554 0 -0 0 723 723 0 855 687 723 0 663 614 663 614 0 0 0 -0 0 0 0 0 0 0 0 0 0 0 554 554 0 0 0 -554 0 0 0 0 0 337 0 337 0 0 952 0 0 337 ] -/Encoding 1313 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/LastChar 48 +/Widths [556 278 0 278 0 0 0 556 389 278 556 0 556 0 0 556 +0 611 611 0 333 0 0 0 0 0 0 0 0 0 0 0 +611 556 0 722 0 0 556 0 0 0 0 0 0 0 0 611 +] +/Encoding 1316 0 R +/BaseFont /KDKIIE+TT88Bo00 +/FontDescriptor 888 0 R >> endobj 860 0 obj << /Type /Font /Subtype /Type1 -/Name /F433 +/Name /F434 +/FirstChar 7 +/LastChar 66 +/Widths [277 807 0 0 614 723 0 0 663 0 0 614 277 386 554 554 +337 614 0 277 723 614 554 0 723 554 723 892 0 0 0 0 +0 663 0 0 723 0 614 614 0 0 723 783 554 0 277 0 +0 0 0 723 0 0 940 0 0 0 0 506 ] +/Encoding 1317 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +861 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F435 +/FirstChar 1 +/LastChar 63 +/Widths [723 783 663 0 723 277 783 0 626 277 0 0 0 0 554 0 +0 0 723 723 0 855 687 723 0 663 614 663 614 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 554 554 0 0 0 +554 0 0 0 0 0 337 0 337 0 0 952 0 0 337 ] +/Encoding 1318 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R +>> +endobj +862 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F436 /FirstChar 2 /LastChar 77 /Widths [603 603 603 603 603 603 603 0 603 603 0 0 603 603 603 603 @@ -12354,68 +12318,68 @@ endobj 603 603 603 0 603 603 603 603 603 603 0 603 0 603 603 0 0 0 0 603 603 0 0 0 0 0 0 603 0 603 603 603 603 0 0 0 0 0 603 0 0 0 0 603 ] -/Encoding 1314 0 R -/BaseFont /PMGDGO+TT499o00 -/FontDescriptor 888 0 R ->> -endobj -864 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F434 -/FirstChar 1 -/LastChar 71 -/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 -277 554 506 0 277 0 0 554 277 554 554 855 277 783 554 554 -337 554 554 723 0 723 0 0 0 0 494 663 663 0 0 0 -0 0 0 614 0 663 0 0 0 0 0 0 0 783 0 0 -554 0 554 0 0 554 554 ] -/Encoding 1315 0 R -/BaseFont /PMGDFK+TT48Fo00 -/FontDescriptor 868 0 R ->> -endobj -865 0 obj -<< -/Type /Font -/Subtype /Type1 -/Name /F435 -/FirstChar 12 -/LastChar 66 -/Widths [723 0 0 663 0 0 614 277 0 554 554 337 614 0 0 0 -614 554 0 0 0 723 892 0 0 0 0 0 0 0 0 723 -0 0 0 0 0 0 0 554 0 0 0 0 0 0 0 0 -0 0 0 0 0 0 506 ] -/Encoding 1316 0 R -/BaseFont /PMGDGK+TT496o00 -/FontDescriptor 884 0 R +/Encoding 1319 0 R +/BaseFont /KDKIIG+TT88Do00 +/FontDescriptor 890 0 R >> endobj 866 0 obj << /Type /Font /Subtype /Type1 -/Name /F436 +/Name /F437 +/FirstChar 1 +/LastChar 71 +/Widths [554 626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 +277 554 506 0 277 0 0 554 277 554 554 855 277 783 554 554 +337 554 554 723 0 723 0 0 0 0 494 663 663 0 0 0 +0 0 0 614 0 663 0 0 0 0 0 0 0 783 0 0 +554 0 554 0 0 0 554 ] +/Encoding 1320 0 R +/BaseFont /KDKIHC+TT883o00 +/FontDescriptor 870 0 R +>> +endobj +867 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F438 +/FirstChar 12 +/LastChar 66 +/Widths [723 0 0 663 0 0 614 277 0 554 554 337 614 0 0 0 +614 554 0 0 0 723 892 0 0 0 0 0 0 0 0 723 +0 0 0 0 0 0 0 554 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 506 ] +/Encoding 1321 0 R +/BaseFont /KDKIIC+TT88Ao00 +/FontDescriptor 886 0 R +>> +endobj +868 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F439 /FirstChar 1 /LastChar 63 /Widths [723 783 663 0 723 277 783 0 626 277 0 663 0 0 554 0 0 0 723 0 0 855 687 723 0 663 614 663 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 554 663 0 0 0 0 337 0 337 0 0 0 0 0 337 ] -/Encoding 1317 0 R -/BaseFont /PMGDFO+TT48Eo00 -/FontDescriptor 872 0 R +/Encoding 1322 0 R +/BaseFont /KDKIHG+TT882o00 +/FontDescriptor 874 0 R >> endobj -1318 0 obj +1323 0 obj << /Type /Encoding /Differences [ 1/one ] >> endobj -1319 0 obj +1324 0 obj << /Type /Encoding /Differences [ 1/H/P/space/two/one/zero/S/i @@ -12424,13 +12388,13 @@ endobj ] >> endobj -903 0 obj +905 0 obj << /Type /Encoding /Differences [0/.notdef/H/P/space/two/one/zero/S /i/m/u/l/a/t/o/r -/U/s/e/quoteright/G/d/seven/hyphen -/J/n/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/U/s/e/quoteright/G/d/three/hyphen +/N/v/.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 @@ -12462,7 +12426,7 @@ endobj ] >> endobj -904 0 obj +906 0 obj << /Type /Encoding /Differences [ 1/C/O/P/Y/R/I/G/H @@ -12470,7 +12434,7 @@ endobj ] >> endobj -902 0 obj +904 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -12508,14 +12472,14 @@ endobj ] >> endobj -1320 0 obj +1325 0 obj << /Type /Encoding /Differences [ 34/two ] >> endobj -906 0 obj +908 0 obj << /Type /Encoding /Differences [0/.notdef/one/I/n/t/r/o/d @@ -12553,21 +12517,21 @@ endobj ] >> endobj -1321 0 obj +1326 0 obj << /Type /Encoding /Differences [ 32/three ] >> endobj -1322 0 obj +1327 0 obj << /Type /Encoding -/Differences [ 11/period/four 40/nine +/Differences [ 11/period/four 33/eight 45/three ] >> endobj -908 0 obj +910 0 obj << /Type /Encoding /Differences [0/.notdef/one/I/n/t/r/o/d @@ -12605,14 +12569,14 @@ endobj ] >> endobj -1323 0 obj +1328 0 obj << /Type /Encoding /Differences [ 65/four ] >> endobj -910 0 obj +912 0 obj << /Type /Encoding /Differences [0/.notdef/one/space/I/n/t/r/o @@ -12650,7 +12614,7 @@ endobj ] >> endobj -909 0 obj +911 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -12688,7 +12652,7 @@ endobj ] >> endobj -1324 0 obj +1329 0 obj << /Type /Encoding /Differences [ 1/S/I/M/H/space/U/s/e @@ -12696,7 +12660,7 @@ endobj ] >> endobj -911 0 obj +913 0 obj << /Type /Encoding /Differences [0/.notdef/S/I/M/H/space/U/s @@ -12734,14 +12698,14 @@ endobj ] >> endobj -1325 0 obj +1330 0 obj << /Type /Encoding /Differences [ 1/one/period ] >> endobj -912 0 obj +914 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/T/h/e/H @@ -12779,21 +12743,21 @@ endobj ] >> endobj -913 0 obj +915 0 obj << /Type /Encoding /Differences [ 1/bullet ] >> endobj -1326 0 obj +1331 0 obj << /Type /Encoding /Differences [ 1/two/one/four ] >> endobj -914 0 obj +916 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/five/six/zero/space @@ -12831,14 +12795,14 @@ endobj ] >> endobj -1327 0 obj +1332 0 obj << /Type /Encoding /Differences [ 69/five ] >> endobj -915 0 obj +917 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -12876,21 +12840,21 @@ endobj ] >> endobj -916 0 obj +918 0 obj << /Type /Encoding /Differences [ 5/space 7/s/e 14/d 17/l 20/t/c/o ] >> endobj -1328 0 obj +1333 0 obj << /Type /Encoding /Differences [ 1/one/period 9/two ] >> endobj -917 0 obj +919 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/.notdef/e/.notdef @@ -12928,14 +12892,14 @@ endobj ] >> endobj -1329 0 obj +1334 0 obj << /Type /Encoding /Differences [ 67/six ] >> endobj -1330 0 obj +1335 0 obj << /Type /Encoding /Differences [ 15/S/u/b/d/i/r/e/c @@ -12943,7 +12907,7 @@ endobj ] >> endobj -919 0 obj +921 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -12981,14 +12945,14 @@ endobj ] >> endobj -1331 0 obj +1336 0 obj << /Type /Encoding /Differences [ 3/P 8/H 13/two/one/zero ] >> endobj -918 0 obj +920 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -13026,7 +12990,7 @@ endobj ] >> endobj -920 0 obj +922 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/P/.notdef/.notdef/.notdef/.notdef @@ -13064,14 +13028,14 @@ endobj ] >> endobj -1332 0 obj +1337 0 obj << /Type /Encoding /Differences [ 70/seven ] >> endobj -921 0 obj +923 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -13109,7 +13073,7 @@ endobj ] >> endobj -1333 0 obj +1338 0 obj << /Type /Encoding /Differences [ 1/S 5/space 8/e/r 13/i 17/l 20/t 22/o @@ -13117,7 +13081,7 @@ endobj ] >> endobj -922 0 obj +924 0 obj << /Type /Encoding /Differences [0/.notdef/S/.notdef/.notdef/.notdef/space/.notdef/s @@ -13155,21 +13119,21 @@ endobj ] >> endobj -1334 0 obj +1339 0 obj << /Type /Encoding /Differences [ 71/eight ] >> endobj -1335 0 obj +1340 0 obj << /Type /Encoding /Differences [ 12/two ] >> endobj -924 0 obj +926 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/space/.notdef/.notdef/t/r/o @@ -13207,7 +13171,7 @@ endobj ] >> endobj -923 0 obj +925 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -13245,7 +13209,7 @@ endobj ] >> endobj -1336 0 obj +1341 0 obj << /Type /Encoding /Differences [ 7/space 19/i 21/e/c 29/a/s/D/v @@ -13253,7 +13217,7 @@ endobj ] >> endobj -925 0 obj +927 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -13291,14 +13255,14 @@ endobj ] >> endobj -1337 0 obj +1342 0 obj << /Type /Encoding /Differences [ 1/C 3/P 19/U ] >> endobj -926 0 obj +928 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/Y/R/I/G @@ -13336,14 +13300,14 @@ endobj ] >> endobj -1338 0 obj +1343 0 obj << /Type /Encoding /Differences [ 31/nine ] >> endobj -927 0 obj +929 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -13381,7 +13345,7 @@ endobj ] >> endobj -928 0 obj +930 0 obj << /Type /Encoding /Differences [ 13/i/d 16/p 20/t 25/a 29/h/two/one @@ -13389,7 +13353,7 @@ endobj ] >> endobj -929 0 obj +931 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/.notdef/e/H @@ -13427,7 +13391,7 @@ endobj ] >> endobj -1339 0 obj +1344 0 obj << /Type /Encoding /Differences [ 7/space 10/F 12/A 18/d/i/r/e/c @@ -13436,7 +13400,7 @@ endobj ] >> endobj -930 0 obj +932 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -13474,14 +13438,14 @@ endobj ] >> endobj -1340 0 obj +1345 0 obj << /Type /Encoding /Differences [ 1/one 35/zero ] >> endobj -931 0 obj +933 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -13519,14 +13483,14 @@ endobj ] >> endobj -1341 0 obj +1346 0 obj << /Type /Encoding /Differences [ 12/A 27/C 37/H 42/T ] >> endobj -932 0 obj +934 0 obj << /Type /Encoding /Differences [0/.notdef/two/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -13564,7 +13528,7 @@ endobj ] >> endobj -1342 0 obj +1347 0 obj << /Type /Encoding /Differences [ 5/space 7/s/e/r 14/d 16/p 20/t 22/o @@ -13572,14 +13536,14 @@ endobj ] >> endobj -1343 0 obj +1348 0 obj << /Type /Encoding /Differences [ 2/period 9/two ] >> endobj -934 0 obj +936 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/space/.notdef/.notdef/e/.notdef @@ -13617,7 +13581,7 @@ endobj ] >> endobj -933 0 obj +935 0 obj << /Type /Encoding /Differences [0/.notdef/S/I/M/H/space/U/s @@ -13655,14 +13619,14 @@ endobj ] >> endobj -1344 0 obj +1349 0 obj << /Type /Encoding /Differences [ 1/two/period/one ] >> endobj -935 0 obj +937 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/one/space/N/u/m @@ -13700,14 +13664,14 @@ endobj ] >> endobj -1345 0 obj +1350 0 obj << /Type /Encoding /Differences [ 4/Y/R/I 11/N 23/A/B ] >> endobj -936 0 obj +938 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/Y/R/I/.notdef @@ -13745,7 +13709,7 @@ endobj ] >> endobj -937 0 obj +939 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -13783,14 +13747,14 @@ endobj ] >> endobj -1346 0 obj +1351 0 obj << /Type /Encoding /Differences [ 12/A 54/endash ] >> endobj -938 0 obj +940 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/zero/space @@ -13828,14 +13792,14 @@ endobj ] >> endobj -1347 0 obj +1352 0 obj << /Type /Encoding /Differences [ 10/space ] >> endobj -939 0 obj +941 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/O/.notdef/.notdef/.notdef/.notdef/.notdef @@ -13873,7 +13837,7 @@ endobj ] >> endobj -940 0 obj +942 0 obj << /Type /Encoding /Differences [ 1/less/o/p/c/d/e/greater/space @@ -13882,14 +13846,14 @@ endobj ] >> endobj -1348 0 obj +1353 0 obj << /Type /Encoding /Differences [ 1/one 34/two ] >> endobj -941 0 obj +943 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -13927,7 +13891,7 @@ endobj ] >> endobj -1349 0 obj +1354 0 obj << /Type /Encoding /Differences [ 2/one 6/zero/space 9/E 11/L/A 15/S 31/D @@ -13935,7 +13899,7 @@ endobj ] >> endobj -942 0 obj +944 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/.notdef/.notdef/.notdef/zero/space @@ -13973,14 +13937,14 @@ endobj ] >> endobj -1350 0 obj +1355 0 obj << /Type /Encoding /Differences [ 1/two/period 25/three ] >> endobj -943 0 obj +945 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/.notdef/space/N/.notdef/.notdef @@ -14018,7 +13982,7 @@ endobj ] >> endobj -1351 0 obj +1356 0 obj << /Type /Encoding /Differences [ 1/less/o/p 6/e/greater 14/a 16/s 19/g @@ -14026,7 +13990,7 @@ endobj ] >> endobj -944 0 obj +946 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -14064,14 +14028,14 @@ endobj ] >> endobj -1352 0 obj +1357 0 obj << /Type /Encoding /Differences [ 11/N 30/endash ] >> endobj -945 0 obj +947 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/P/.notdef/.notdef/.notdef/.notdef @@ -14109,14 +14073,14 @@ endobj ] >> endobj -1353 0 obj +1358 0 obj << /Type /Encoding /Differences [ 1/one 32/three ] >> endobj -946 0 obj +948 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -14154,7 +14118,7 @@ endobj ] >> endobj -947 0 obj +949 0 obj << /Type /Encoding /Differences [0/.notdef/C/.notdef/P/.notdef/R/I/.notdef @@ -14192,14 +14156,14 @@ endobj ] >> endobj -1354 0 obj +1359 0 obj << /Type /Encoding /Differences [ 1/two/period 38/five ] >> endobj -948 0 obj +950 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/.notdef/space/N/.notdef/.notdef @@ -14237,14 +14201,14 @@ endobj ] >> endobj -1355 0 obj +1360 0 obj << /Type /Encoding /Differences [ 9/E 15/S 42/T/R ] >> endobj -949 0 obj +951 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/.notdef/.notdef/.notdef/zero/space @@ -14282,7 +14246,7 @@ endobj ] >> endobj -950 0 obj +952 0 obj << /Type /Encoding /Differences [ 1/less 4/c/d/e/greater/space 14/a 24/i @@ -14290,14 +14254,14 @@ endobj ] >> endobj -1356 0 obj +1361 0 obj << /Type /Encoding /Differences [ 1/one 65/four ] >> endobj -951 0 obj +953 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -14335,14 +14299,14 @@ endobj ] >> endobj -1357 0 obj +1362 0 obj << /Type /Encoding /Differences [ 7/space 11/L/A 27/C 31/D 40/P 50/O 58/U ] >> endobj -1358 0 obj +1363 0 obj << /Type /Encoding /Differences [ 1/C 10/space 16/d/o 31/m/a/n/t @@ -14350,7 +14314,7 @@ endobj ] >> endobj -1359 0 obj +1364 0 obj << /Type /Encoding /Differences [ 1/less/o 4/c/d/e/greater/space/braceleft @@ -14359,7 +14323,7 @@ endobj ] >> endobj -953 0 obj +955 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/space/.notdef/s @@ -14397,7 +14361,7 @@ endobj ] >> endobj -952 0 obj +954 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -14435,7 +14399,7 @@ endobj ] >> endobj -955 0 obj +957 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -14473,14 +14437,14 @@ endobj ] >> endobj -1360 0 obj +1365 0 obj << /Type /Encoding /Differences [ 1/two/period 44/eight ] >> endobj -956 0 obj +958 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/.notdef/space/.notdef/u/.notdef @@ -14518,14 +14482,14 @@ endobj ] >> endobj -1361 0 obj +1366 0 obj << /Type /Encoding /Differences [ 1/one 69/five ] >> endobj -957 0 obj +959 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -14563,14 +14527,14 @@ endobj ] >> endobj -1362 0 obj +1367 0 obj << /Type /Encoding /Differences [ 1/two/period 49/nine ] >> endobj -958 0 obj +960 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/one/space/.notdef/.notdef/m @@ -14608,14 +14572,14 @@ endobj ] >> endobj -1363 0 obj +1368 0 obj << /Type /Encoding /Differences [ 18/d 24/o 27/C/n/a 34/m ] >> endobj -959 0 obj +961 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -14653,7 +14617,7 @@ endobj ] >> endobj -1364 0 obj +1369 0 obj << /Type /Encoding /Differences [ 6/I 9/T/space 12/E 16/d 18/c 20/D 23/A @@ -14661,7 +14625,7 @@ endobj ] >> endobj -960 0 obj +962 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/I/.notdef @@ -14699,7 +14663,7 @@ endobj ] >> endobj -1365 0 obj +1370 0 obj << /Type /Encoding /Differences [ 8/space 10/C 34/M 36/S/E/T 42/equal/two @@ -14707,7 +14671,7 @@ endobj ] >> endobj -961 0 obj +963 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -14745,14 +14709,14 @@ endobj ] >> endobj -1366 0 obj +1371 0 obj << /Type /Encoding /Differences [ 1/one 67/six ] >> endobj -962 0 obj +964 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -14790,7 +14754,7 @@ endobj ] >> endobj -1367 0 obj +1372 0 obj << /Type /Encoding /Differences [ 7/space 9/E 15/S 27/C 31/D 37/H 50/O 53/I @@ -14798,7 +14762,7 @@ endobj ] >> endobj -963 0 obj +965 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -14836,14 +14800,14 @@ endobj ] >> endobj -1368 0 obj +1373 0 obj << /Type /Encoding /Differences [ 3/P 5/R 9/T ] >> endobj -964 0 obj +966 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/Y/R/I/G @@ -14881,14 +14845,14 @@ endobj ] >> endobj -965 0 obj +967 0 obj << /Type /Encoding /Differences [ 1/circle6 ] >> endobj -966 0 obj +968 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/one/space/.notdef/.notdef/.notdef @@ -14926,14 +14890,14 @@ endobj ] >> endobj -1369 0 obj +1374 0 obj << /Type /Encoding /Differences [ 2/period 9/two 37/three ] >> endobj -967 0 obj +969 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/space/T/.notdef/e/.notdef @@ -14971,14 +14935,14 @@ endobj ] >> endobj -1370 0 obj +1375 0 obj << /Type /Encoding /Differences [ 1/one 70/seven ] >> endobj -968 0 obj +970 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -15016,7 +14980,7 @@ endobj ] >> endobj -1371 0 obj +1376 0 obj << /Type /Encoding /Differences [ 5/space 7/s/e/r 13/i 17/l/m/n @@ -15024,7 +14988,7 @@ endobj ] >> endobj -969 0 obj +971 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/space/.notdef/s @@ -15062,28 +15026,28 @@ endobj ] >> endobj -970 0 obj +972 0 obj << /Type /Encoding /Differences [ 7/space 9/E 11/L 15/S 37/H 42/T/R 50/O ] >> endobj -1372 0 obj +1377 0 obj << /Type /Encoding /Differences [ 1/one 71/eight ] >> endobj -1373 0 obj +1378 0 obj << /Type /Encoding /Differences [ 2/period 9/two 44/four ] >> endobj -972 0 obj +974 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/space/T/h/e/.notdef @@ -15121,7 +15085,7 @@ endobj ] >> endobj -971 0 obj +973 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -15159,7 +15123,7 @@ endobj ] >> endobj -1374 0 obj +1379 0 obj << /Type /Encoding /Differences [ 5/space 7/s/e 12/u/i 17/l/m/n @@ -15167,7 +15131,7 @@ endobj ] >> endobj -973 0 obj +975 0 obj << /Type /Encoding /Differences [0/.notdef/S/I/M/H/space/U/s @@ -15205,7 +15169,7 @@ endobj ] >> endobj -1375 0 obj +1380 0 obj << /Type /Encoding /Differences [ 7/space 9/E 11/L 15/S 20/r 23/t/o 27/C @@ -15213,7 +15177,7 @@ endobj ] >> endobj -974 0 obj +976 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -15251,14 +15215,14 @@ endobj ] >> endobj -1376 0 obj +1381 0 obj << /Type /Encoding /Differences [ 1/one 31/nine ] >> endobj -975 0 obj +977 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -15296,7 +15260,7 @@ endobj ] >> endobj -976 0 obj +978 0 obj << /Type /Encoding /Differences [ 7/space 9/E 15/S 31/D 33/N 42/T 49/B/O @@ -15304,21 +15268,21 @@ endobj ] >> endobj -1377 0 obj +1382 0 obj << /Type /Encoding /Differences [ 34/two/zero ] >> endobj -1378 0 obj +1383 0 obj << /Type /Encoding /Differences [ 20/three ] >> endobj -978 0 obj +980 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/space/.notdef/n/t/r/o @@ -15356,7 +15320,7 @@ endobj ] >> endobj -977 0 obj +979 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -15394,14 +15358,14 @@ endobj ] >> endobj -1379 0 obj +1384 0 obj << /Type /Encoding /Differences [ 1/one/period 37/three ] >> endobj -979 0 obj +981 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/.notdef/e/.notdef @@ -15439,7 +15403,7 @@ endobj ] >> endobj -980 0 obj +982 0 obj << /Type /Encoding /Differences [ 1/less/o/p 7/greater/space/braceleft/C 13/braceright @@ -15448,14 +15412,14 @@ endobj ] >> endobj -1380 0 obj +1385 0 obj << /Type /Encoding /Differences [ 19/i 23/t/o 28/n 45/p 50/O ] >> endobj -981 0 obj +983 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -15493,14 +15457,14 @@ endobj ] >> endobj -1381 0 obj +1386 0 obj << /Type /Encoding /Differences [ 13/two/one 43/four ] >> endobj -982 0 obj +984 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/O/P/.notdef/.notdef/I/.notdef @@ -15538,7 +15502,7 @@ endobj ] >> endobj -984 0 obj +986 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/.notdef/.notdef/.notdef/zero/space @@ -15576,14 +15540,14 @@ endobj ] >> endobj -1382 0 obj +1387 0 obj << /Type /Encoding /Differences [ 2/O 11/N 20/D 22/M 26/S ] >> endobj -983 0 obj +985 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -15621,7 +15585,7 @@ endobj ] >> endobj -985 0 obj +987 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -15659,7 +15623,7 @@ endobj ] >> endobj -905 0 obj +907 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -15697,14 +15661,14 @@ endobj ] >> endobj -1383 0 obj +1388 0 obj << /Type /Encoding /Differences [ 7/space 40/P 50/O 53/I ] >> endobj -986 0 obj +988 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -15742,7 +15706,7 @@ endobj ] >> endobj -987 0 obj +989 0 obj << /Type /Encoding /Differences [ 12/u 16/p 21/c 29/h/two/one/zero/underscore @@ -15750,14 +15714,14 @@ endobj ] >> endobj -1384 0 obj +1389 0 obj << /Type /Encoding /Differences [ 32/three 34/two ] >> endobj -988 0 obj +990 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -15795,7 +15759,7 @@ endobj ] >> endobj -1385 0 obj +1390 0 obj << /Type /Encoding /Differences [ 7/space/M/E 15/S 27/C 40/P 42/T/R @@ -15803,7 +15767,7 @@ endobj ] >> endobj -989 0 obj +991 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/five/six/zero/space @@ -15841,7 +15805,7 @@ endobj ] >> endobj -990 0 obj +992 0 obj << /Type /Encoding /Differences [0/.notdef/S/.notdef/.notdef/.notdef/space/.notdef/s @@ -15879,21 +15843,21 @@ endobj ] >> endobj -991 0 obj +993 0 obj << /Type /Encoding /Differences [ 1/multiply ] >> endobj -1386 0 obj +1391 0 obj << /Type /Encoding /Differences [ 2/ring2 ] >> endobj -992 0 obj +994 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/ring2/checkbld/.notdef/.notdef/.notdef/.notdef @@ -15931,28 +15895,28 @@ endobj ] >> endobj -993 0 obj +995 0 obj << /Type /Encoding /Differences [ 1/ring2 ] >> endobj -994 0 obj +996 0 obj << /Type /Encoding /Differences [ 1/checkbld ] >> endobj -1387 0 obj +1392 0 obj << /Type /Encoding /Differences [ 34/two 65/four ] >> endobj -995 0 obj +997 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -15990,7 +15954,7 @@ endobj ] >> endobj -996 0 obj +998 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -16028,14 +15992,14 @@ endobj ] >> endobj -1388 0 obj +1393 0 obj << /Type /Encoding /Differences [ 1/C/O/P 8/H 10/space 19/U 26/S 60/W ] >> endobj -997 0 obj +999 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -16073,14 +16037,14 @@ endobj ] >> endobj -1389 0 obj +1394 0 obj << /Type /Encoding /Differences [ 2/period/one 25/three ] >> endobj -998 0 obj +1000 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/one/space/.notdef/.notdef/.notdef @@ -16118,7 +16082,7 @@ endobj ] >> endobj -1390 0 obj +1395 0 obj << /Type /Encoding /Differences [ 1/less 3/p 6/e/greater/space 10/C 14/a 19/g @@ -16127,7 +16091,7 @@ endobj ] >> endobj -999 0 obj +1001 0 obj << /Type /Encoding /Differences [0/.notdef/less/.notdef/p/.notdef/d/e/greater @@ -16165,21 +16129,21 @@ endobj ] >> endobj -1000 0 obj +1002 0 obj << /Type /Encoding /Differences [ 7/s/e/r 14/d 25/a ] >> endobj -1391 0 obj +1396 0 obj << /Type /Encoding /Differences [ 34/two 69/five ] >> endobj -1001 0 obj +1003 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -16217,7 +16181,7 @@ endobj ] >> endobj -1002 0 obj +1004 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -16255,7 +16219,7 @@ endobj ] >> endobj -1392 0 obj +1397 0 obj << /Type /Encoding /Differences [ 1/less 5/d/e/greater/space 10/C 14/a 19/g @@ -16264,7 +16228,7 @@ endobj ] >> endobj -1003 0 obj +1005 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/.notdef/.notdef/d/e/greater @@ -16302,7 +16266,7 @@ endobj ] >> endobj -1393 0 obj +1398 0 obj << /Type /Encoding /Differences [ 11/N 17/o 33/n/t 37/e 40/i 46/hyphen 53/s @@ -16310,7 +16274,7 @@ endobj ] >> endobj -1004 0 obj +1006 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/.notdef @@ -16348,14 +16312,14 @@ endobj ] >> endobj -1394 0 obj +1399 0 obj << /Type /Encoding /Differences [ 34/two 67/six ] >> endobj -1005 0 obj +1007 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -16393,7 +16357,7 @@ endobj ] >> endobj -1395 0 obj +1400 0 obj << /Type /Encoding /Differences [ 7/space/M 15/S 27/C 37/H 40/P 43/R 50/O @@ -16401,7 +16365,7 @@ endobj ] >> endobj -1396 0 obj +1401 0 obj << /Type /Encoding /Differences [ 2/o/p/c 6/e 8/space 15/r/s 22/t @@ -16410,7 +16374,7 @@ endobj ] >> endobj -1007 0 obj +1009 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -16448,7 +16412,7 @@ endobj ] >> endobj -1006 0 obj +1008 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -16486,14 +16450,14 @@ endobj ] >> endobj -1397 0 obj +1402 0 obj << /Type /Encoding /Differences [ 1/two/period/one 25/three ] >> endobj -1008 0 obj +1010 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/one/space/.notdef/u/m @@ -16531,14 +16495,14 @@ endobj ] >> endobj -1398 0 obj +1403 0 obj << /Type /Encoding /Differences [ 34/two 70/seven ] >> endobj -1009 0 obj +1011 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -16576,7 +16540,7 @@ endobj ] >> endobj -1010 0 obj +1012 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -16614,14 +16578,14 @@ endobj ] >> endobj -1399 0 obj +1404 0 obj << /Type /Encoding /Differences [ 3/P 6/I 11/N 19/U 22/M 27/L ] >> endobj -1011 0 obj +1013 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/.notdef @@ -16659,14 +16623,14 @@ endobj ] >> endobj -1400 0 obj +1405 0 obj << /Type /Encoding /Differences [ 34/two 71/eight ] >> endobj -1012 0 obj +1014 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -16704,14 +16668,14 @@ endobj ] >> endobj -1401 0 obj +1406 0 obj << /Type /Encoding /Differences [ 9/E 27/C 33/N 42/T 50/O 53/I 58/U ] >> endobj -1013 0 obj +1015 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -16749,7 +16713,7 @@ endobj ] >> endobj -1014 0 obj +1016 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/.notdef @@ -16787,7 +16751,7 @@ endobj ] >> endobj -1402 0 obj +1407 0 obj << /Type /Encoding /Differences [ 8/space 17/comma/I 26/L/O/A/D 35/P @@ -16795,7 +16759,7 @@ endobj ] >> endobj -1015 0 obj +1017 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/.notdef/d/e/greater @@ -16833,7 +16797,7 @@ endobj ] >> endobj -1016 0 obj +1018 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/one/space/.notdef/.notdef/.notdef @@ -16871,21 +16835,21 @@ endobj ] >> endobj -1403 0 obj +1408 0 obj << /Type /Encoding /Differences [ 31/nine 34/two ] >> endobj -1404 0 obj +1409 0 obj << /Type /Encoding /Differences [ 2/period/one 25/three 34/four ] >> endobj -1018 0 obj +1020 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/one/space/.notdef/.notdef/.notdef @@ -16923,7 +16887,7 @@ endobj ] >> endobj -1017 0 obj +1019 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/T/h/e/space/f/o @@ -16961,7 +16925,7 @@ endobj ] >> endobj -1019 0 obj +1021 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -16999,14 +16963,14 @@ endobj ] >> endobj -1405 0 obj +1410 0 obj << /Type /Encoding /Differences [ 5/R/I 9/T 11/N 26/S ] >> endobj -1020 0 obj +1022 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -17044,7 +17008,7 @@ endobj ] >> endobj -1406 0 obj +1411 0 obj << /Type /Encoding /Differences [ 7/greater/space 10/C 15/r/s 22/t 24/i 31/n @@ -17053,7 +17017,7 @@ endobj ] >> endobj -1021 0 obj +1023 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -17091,14 +17055,14 @@ endobj ] >> endobj -1407 0 obj +1412 0 obj << /Type /Encoding /Differences [ 32/three 35/zero ] >> endobj -1022 0 obj +1024 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/T/h/e/space/f/o @@ -17136,14 +17100,14 @@ endobj ] >> endobj -1408 0 obj +1413 0 obj << /Type /Encoding /Differences [ 9/E 27/C 64/X ] >> endobj -1023 0 obj +1025 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/five/six/zero/space @@ -17181,14 +17145,14 @@ endobj ] >> endobj -1409 0 obj +1414 0 obj << /Type /Encoding /Differences [ 7/s 18/m 25/a 43/k ] >> endobj -1024 0 obj +1026 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/s @@ -17226,7 +17190,7 @@ endobj ] >> endobj -1025 0 obj +1027 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -17264,7 +17228,7 @@ endobj ] >> endobj -1410 0 obj +1415 0 obj << /Type /Encoding /Differences [ 7/greater/space 10/C 15/r/s 22/t 24/i 31/n @@ -17272,7 +17236,7 @@ endobj ] >> endobj -1026 0 obj +1028 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -17310,7 +17274,7 @@ endobj ] >> endobj -1027 0 obj +1029 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -17348,7 +17312,7 @@ endobj ] >> endobj -1411 0 obj +1416 0 obj << /Type /Encoding /Differences [ 8/space 10/C 27/O/A/D 33/U 35/P/S @@ -17357,7 +17321,7 @@ endobj ] >> endobj -1028 0 obj +1030 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -17395,14 +17359,14 @@ endobj ] >> endobj -1412 0 obj +1417 0 obj << /Type /Encoding /Differences [ 2/period/one 25/three 38/five ] >> endobj -1030 0 obj +1032 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/one/space/.notdef/.notdef/.notdef @@ -17440,7 +17404,7 @@ endobj ] >> endobj -1029 0 obj +1031 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -17478,14 +17442,14 @@ endobj ] >> endobj -1413 0 obj +1418 0 obj << /Type /Encoding /Differences [ 3/P ] >> endobj -1031 0 obj +1033 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/Y/R/I/.notdef @@ -17523,21 +17487,21 @@ endobj ] >> endobj -1032 0 obj +1034 0 obj << /Type /Encoding /Differences [ 3/checkbld ] >> endobj -1414 0 obj +1419 0 obj << /Type /Encoding /Differences [ 1/S 13/i 17/l/m 21/c/o 26/b 41/y ] >> endobj -1033 0 obj +1035 0 obj << /Type /Encoding /Differences [0/.notdef/S/.notdef/.notdef/.notdef/space/.notdef/s @@ -17575,7 +17539,7 @@ endobj ] >> endobj -1034 0 obj +1036 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/h/e/.notdef @@ -17613,7 +17577,7 @@ endobj ] >> endobj -907 0 obj +909 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -17651,14 +17615,14 @@ endobj ] >> endobj -1415 0 obj +1420 0 obj << /Type /Encoding /Differences [ 2/one 8/M 12/A 31/D ] >> endobj -1035 0 obj +1037 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/.notdef/.notdef/.notdef/.notdef/space @@ -17696,7 +17660,7 @@ endobj ] >> endobj -1416 0 obj +1421 0 obj << /Type /Encoding /Differences [ 7/G 12/E 17/o 19/U/D 24/B 33/n/t @@ -17704,7 +17668,7 @@ endobj ] >> endobj -1036 0 obj +1038 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/R/I/G @@ -17742,7 +17706,7 @@ endobj ] >> endobj -1417 0 obj +1422 0 obj << /Type /Encoding /Differences [ 2/o/p/c/d/e/greater/space 10/C @@ -17751,7 +17715,7 @@ endobj ] >> endobj -1037 0 obj +1039 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -17789,14 +17753,14 @@ endobj ] >> endobj -1418 0 obj +1423 0 obj << /Type /Encoding /Differences [ 32/three 65/four ] >> endobj -1038 0 obj +1040 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -17834,14 +17798,14 @@ endobj ] >> endobj -1419 0 obj +1424 0 obj << /Type /Encoding /Differences [ 21/e 29/a 33/N/m ] >> endobj -1039 0 obj +1041 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -17879,14 +17843,14 @@ endobj ] >> endobj -1420 0 obj +1425 0 obj << /Type /Encoding /Differences [ 5/R 28/X/F ] >> endobj -1040 0 obj +1042 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/Y/R/I/G @@ -17924,14 +17888,14 @@ endobj ] >> endobj -1421 0 obj +1426 0 obj << /Type /Encoding /Differences [ 2/period 37/three ] >> endobj -1041 0 obj +1043 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/.notdef/e/.notdef @@ -17969,14 +17933,14 @@ endobj ] >> endobj -1422 0 obj +1427 0 obj << /Type /Encoding /Differences [ 32/three 69/five ] >> endobj -1042 0 obj +1044 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -18014,7 +17978,7 @@ endobj ] >> endobj -1043 0 obj +1045 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -18052,14 +18016,14 @@ endobj ] >> endobj -1221 0 obj +1225 0 obj << /Type /Encoding /Differences [ 2/O 6/I 19/U 24/B 26/S ] >> endobj -1423 0 obj +1428 0 obj << /Type /Encoding /Differences [ 2/o 4/c/d/e/greater/space 11/bar 14/a @@ -18069,7 +18033,7 @@ endobj ] >> endobj -1045 0 obj +1047 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/.notdef/c/d/e/greater @@ -18107,7 +18071,7 @@ endobj ] >> endobj -1044 0 obj +1046 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -18145,14 +18109,14 @@ endobj ] >> endobj -1424 0 obj +1429 0 obj << /Type /Encoding /Differences [ 2/period 37/three 44/four ] >> endobj -1046 0 obj +1048 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/.notdef/e/.notdef @@ -18190,21 +18154,21 @@ endobj ] >> endobj -1425 0 obj +1430 0 obj << /Type /Encoding /Differences [ 32/three 67/six ] >> endobj -1426 0 obj +1431 0 obj << /Type /Encoding /Differences [ 24/four ] >> endobj -1048 0 obj +1050 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/space/I/n/t/r/o @@ -18242,7 +18206,7 @@ endobj ] >> endobj -1047 0 obj +1049 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -18280,14 +18244,14 @@ endobj ] >> endobj -1427 0 obj +1432 0 obj << /Type /Encoding /Differences [ 1/one/period 44/four ] >> endobj -1049 0 obj +1051 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/T/h/e/.notdef @@ -18325,7 +18289,7 @@ endobj ] >> endobj -1428 0 obj +1433 0 obj << /Type /Encoding /Differences [ 1/less 6/e/greater/space/braceleft/C 13/braceright/a @@ -18334,14 +18298,14 @@ endobj ] >> endobj -1429 0 obj +1434 0 obj << /Type /Encoding /Differences [ 33/N 54/endash ] >> endobj -1050 0 obj +1052 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -18379,14 +18343,14 @@ endobj ] >> endobj -1430 0 obj +1435 0 obj << /Type /Encoding /Differences [ 32/three 70/seven ] >> endobj -1052 0 obj +1054 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -18424,7 +18388,7 @@ endobj ] >> endobj -1053 0 obj +1055 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -18462,14 +18426,14 @@ endobj ] >> endobj -1431 0 obj +1436 0 obj << /Type /Encoding /Differences [ 6/I 9/T 12/E 22/M/A 26/S 29/F ] >> endobj -1054 0 obj +1056 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/Y/R/I/.notdef @@ -18507,7 +18471,7 @@ endobj ] >> endobj -1055 0 obj +1057 0 obj << /Type /Encoding /Differences [ 1/S/I/M/H/space/U/s/e @@ -18515,14 +18479,14 @@ endobj ] >> endobj -1432 0 obj +1437 0 obj << /Type /Encoding /Differences [ 32/three 71/eight ] >> endobj -1056 0 obj +1058 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -18560,7 +18524,7 @@ endobj ] >> endobj -1057 0 obj +1059 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -18598,14 +18562,14 @@ endobj ] >> endobj -1433 0 obj +1438 0 obj << /Type /Encoding /Differences [ 1/C 5/R 26/S 60/W ] >> endobj -1058 0 obj +1060 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -18643,7 +18607,7 @@ endobj ] >> endobj -1434 0 obj +1439 0 obj << /Type /Encoding /Differences [ 2/o/p/c/d/e/greater/space 10/C @@ -18652,7 +18616,7 @@ endobj ] >> endobj -1059 0 obj +1061 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -18690,7 +18654,7 @@ endobj ] >> endobj -1060 0 obj +1062 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/T/.notdef/e/.notdef @@ -18728,14 +18692,14 @@ endobj ] >> endobj -1435 0 obj +1440 0 obj << /Type /Encoding /Differences [ 31/nine/three ] >> endobj -1061 0 obj +1063 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -18773,7 +18737,7 @@ endobj ] >> endobj -1062 0 obj +1064 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -18811,14 +18775,14 @@ endobj ] >> endobj -1436 0 obj +1441 0 obj << /Type /Encoding /Differences [ 1/C 6/I 9/T 12/E 22/M/A 27/L ] >> endobj -1063 0 obj +1065 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/.notdef @@ -18856,7 +18820,7 @@ endobj ] >> endobj -1437 0 obj +1442 0 obj << /Type /Encoding /Differences [ 2/o 4/c/d/e/greater/space 10/C 14/a @@ -18865,7 +18829,7 @@ endobj ] >> endobj -1064 0 obj +1066 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -18903,14 +18867,14 @@ endobj ] >> endobj -1438 0 obj +1443 0 obj << /Type /Encoding /Differences [ 35/zero 65/four ] >> endobj -1065 0 obj +1067 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -18948,7 +18912,7 @@ endobj ] >> endobj -1066 0 obj +1068 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/.notdef/.notdef/.notdef/.notdef/.notdef @@ -18986,14 +18950,14 @@ endobj ] >> endobj -1439 0 obj +1444 0 obj << /Type /Encoding /Differences [ 12/E 26/S/L ] >> endobj -1067 0 obj +1069 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/R/I/G @@ -19031,7 +18995,7 @@ endobj ] >> endobj -1068 0 obj +1070 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/.notdef/e/.notdef @@ -19069,7 +19033,7 @@ endobj ] >> endobj -1069 0 obj +1071 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -19107,7 +19071,7 @@ endobj ] >> endobj -1070 0 obj +1072 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -19145,14 +19109,14 @@ endobj ] >> endobj -1440 0 obj +1445 0 obj << /Type /Encoding /Differences [ 5/R 12/E 28/X/F ] >> endobj -1071 0 obj +1073 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/R/I/G @@ -19190,14 +19154,17 @@ endobj ] >> endobj -1441 0 obj +1446 0 obj << /Type /Encoding -/Differences [ 7/greater +/Differences [ 2/o/p/c/d/e/greater/space 10/C + 14/a/r 21/f/t/l/i 27/O 31/n + 34/M 39/w 41/u 43/two/six 52/k/zero/one + 63/four 72/colon 77/b 79/x ] >> endobj -1072 0 obj +1074 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -19235,14 +19202,14 @@ endobj ] >> endobj -1442 0 obj +1447 0 obj << /Type /Encoding /Differences [ 2/period 44/four ] >> endobj -1073 0 obj +1075 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/T/h/e/.notdef @@ -19280,7 +19247,7 @@ endobj ] >> endobj -1074 0 obj +1076 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -19318,7 +19285,7 @@ endobj ] >> endobj -1075 0 obj +1077 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/five/six/zero/space @@ -19356,14 +19323,14 @@ endobj ] >> endobj -1443 0 obj +1448 0 obj << /Type /Encoding /Differences [ 5/R 12/E 20/D 23/A ] >> endobj -1076 0 obj +1078 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/R/I/G @@ -19401,7 +19368,7 @@ endobj ] >> endobj -1077 0 obj +1079 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -19439,14 +19406,14 @@ endobj ] >> endobj -1444 0 obj +1449 0 obj << /Type /Encoding /Differences [ 42/T 49/B/O ] >> endobj -1078 0 obj +1080 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/five/six/zero/space @@ -19484,14 +19451,14 @@ endobj ] >> endobj -1445 0 obj +1450 0 obj << /Type /Encoding /Differences [ 5/R 12/E 26/S 50/V ] >> endobj -1079 0 obj +1081 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -19529,7 +19496,7 @@ endobj ] >> endobj -1446 0 obj +1451 0 obj << /Type /Encoding /Differences [ 4/c/d/e/greater/space 14/a/r/s @@ -19538,7 +19505,7 @@ endobj ] >> endobj -1080 0 obj +1082 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/.notdef/c/d/e/greater @@ -19576,7 +19543,7 @@ endobj ] >> endobj -1081 0 obj +1083 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -19614,14 +19581,14 @@ endobj ] >> endobj -1447 0 obj +1452 0 obj << /Type /Encoding /Differences [ 2/period 44/four/five ] >> endobj -1082 0 obj +1084 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/T/h/e/.notdef @@ -19659,7 +19626,7 @@ endobj ] >> endobj -1448 0 obj +1453 0 obj << /Type /Encoding /Differences [ 1/less 6/e/greater/space/braceleft/C 13/braceright/a @@ -19668,7 +19635,7 @@ endobj ] >> endobj -1083 0 obj +1085 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -19706,7 +19673,7 @@ endobj ] >> endobj -1051 0 obj +1053 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -19744,14 +19711,14 @@ endobj ] >> endobj -1449 0 obj +1454 0 obj << /Type /Encoding /Differences [ 1/C 3/P 8/H 11/N 19/U ] >> endobj -1084 0 obj +1086 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -19789,14 +19756,14 @@ endobj ] >> endobj -1450 0 obj +1455 0 obj << /Type /Encoding /Differences [ 65/four 69/five ] >> endobj -1085 0 obj +1087 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -19834,7 +19801,7 @@ endobj ] >> endobj -1086 0 obj +1088 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -19872,7 +19839,7 @@ endobj ] >> endobj -1087 0 obj +1089 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -19910,15 +19877,16 @@ endobj ] >> endobj -1451 0 obj +1456 0 obj << /Type /Encoding -/Differences [ 4/c 7/greater/space 14/a/r/s 22/t 24/i - 35/P/S 38/T/w 41/u 72/colon +/Differences [ 2/o/p/c 6/e/greater/space 14/a/r +/s 22/t/l/i 35/P/S 38/T/w + 41/u 72/colon ] >> endobj -1088 0 obj +1090 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -19956,14 +19924,14 @@ endobj ] >> endobj -1452 0 obj +1457 0 obj << /Type /Encoding /Differences [ 2/period 44/four 48/six ] >> endobj -1089 0 obj +1091 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/.notdef/e/.notdef @@ -20001,14 +19969,14 @@ endobj ] >> endobj -1453 0 obj +1458 0 obj << /Type /Encoding /Differences [ 65/four 67/six ] >> endobj -1090 0 obj +1092 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -20046,7 +20014,7 @@ endobj ] >> endobj -1091 0 obj +1093 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -20084,14 +20052,14 @@ endobj ] >> endobj -1454 0 obj +1459 0 obj << /Type /Encoding /Differences [ 13/two/one/zero 23/A 45/six ] >> endobj -1092 0 obj +1094 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/Y/.notdef/I/G @@ -20129,7 +20097,7 @@ endobj ] >> endobj -1455 0 obj +1460 0 obj << /Type /Encoding /Differences [ 2/o 4/c/d/e/greater/space 10/C 15/r @@ -20138,7 +20106,7 @@ endobj ] >> endobj -1093 0 obj +1095 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -20176,14 +20144,14 @@ endobj ] >> endobj -1456 0 obj +1461 0 obj << /Type /Encoding /Differences [ 2/period 44/four 50/seven ] >> endobj -1094 0 obj +1096 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/h/e/.notdef @@ -20221,14 +20189,14 @@ endobj ] >> endobj -1457 0 obj +1462 0 obj << /Type /Encoding /Differences [ 65/four 70/seven ] >> endobj -1095 0 obj +1097 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -20266,7 +20234,7 @@ endobj ] >> endobj -1458 0 obj +1463 0 obj << /Type /Encoding /Differences [ 1/less 6/e/greater/space/braceleft/C 13/braceright/a @@ -20275,7 +20243,7 @@ endobj ] >> endobj -1096 0 obj +1098 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -20313,7 +20281,7 @@ endobj ] >> endobj -1097 0 obj +1099 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -20351,7 +20319,7 @@ endobj ] >> endobj -1098 0 obj +1100 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -20389,14 +20357,14 @@ endobj ] >> endobj -1459 0 obj +1464 0 obj << /Type /Encoding /Differences [ 65/four 71/eight ] >> endobj -1099 0 obj +1101 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -20434,7 +20402,7 @@ endobj ] >> endobj -1460 0 obj +1465 0 obj << /Type /Encoding /Differences [ 12/A 15/S 27/C 31/D 33/N 42/T 50/O 53/I @@ -20442,7 +20410,7 @@ endobj ] >> endobj -1100 0 obj +1102 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -20480,14 +20448,14 @@ endobj ] >> endobj -1461 0 obj +1466 0 obj << /Type /Encoding /Differences [ 2/O/P 8/H 10/space 26/S/L 60/W ] >> endobj -1101 0 obj +1103 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -20525,7 +20493,7 @@ endobj ] >> endobj -1462 0 obj +1467 0 obj << /Type /Encoding /Differences [ 2/o 4/c/d/e/greater/space 10/C 14/a @@ -20536,7 +20504,7 @@ endobj ] >> endobj -1102 0 obj +1104 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -20574,14 +20542,14 @@ endobj ] >> endobj -1463 0 obj +1468 0 obj << /Type /Encoding /Differences [ 31/nine 65/four ] >> endobj -1103 0 obj +1105 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -20619,7 +20587,7 @@ endobj ] >> endobj -1104 0 obj +1106 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -20657,14 +20625,14 @@ endobj ] >> endobj -1464 0 obj +1469 0 obj << /Type /Encoding /Differences [ 19/U 24/B 29/F ] >> endobj -1105 0 obj +1107 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -20702,14 +20670,14 @@ endobj ] >> endobj -1465 0 obj +1470 0 obj << /Type /Encoding /Differences [ 2/period 44/four 51/eight ] >> endobj -1106 0 obj +1108 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/h/e/.notdef @@ -20747,20 +20715,20 @@ endobj ] >> endobj -1466 0 obj +1471 0 obj << /Type /Encoding /Differences [ 35/zero 69/five ] >> endobj -1107 0 obj +1109 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o /l/w/i/n/g/c/p/y /r/t/a/s/S/I/.notdef/.notdef -/u/comma/b/d/m/colon/.notdef/.notdef +/u/comma/b/d/m/colon/O/.notdef /three/hyphen/.notdef/zero/.notdef/k/C/.notdef /.notdef/period/D/v/.notdef/P/parenleft/.notdef /parenright/slash/.notdef/E/.notdef/W/A/.notdef @@ -20792,7 +20760,7 @@ endobj ] >> endobj -1467 0 obj +1472 0 obj << /Type /Encoding /Differences [ 1/less/o/p 7/greater/space 10/C 15/r 22/t @@ -20800,7 +20768,7 @@ endobj ] >> endobj -1108 0 obj +1110 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -20838,7 +20806,7 @@ endobj ] >> endobj -1109 0 obj +1111 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -20876,14 +20844,14 @@ endobj ] >> endobj -1468 0 obj +1473 0 obj << /Type /Encoding -/Differences [ 1/S 20/t 41/y +/Differences [ 1/S 20/t 32/zero 41/y ] >> endobj -1110 0 obj +1112 0 obj << /Type /Encoding /Differences [0/.notdef/S/.notdef/M/.notdef/.notdef/.notdef/.notdef @@ -20921,14 +20889,14 @@ endobj ] >> endobj -1469 0 obj +1474 0 obj << /Type /Encoding /Differences [ 2/period/one 34/four 44/eight ] >> endobj -1111 0 obj +1113 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/one/space/.notdef/.notdef/.notdef @@ -20966,7 +20934,7 @@ endobj ] >> endobj -1470 0 obj +1475 0 obj << /Type /Encoding /Differences [ 2/O 5/R/I 11/N/E/two/one 18/c @@ -20975,7 +20943,7 @@ endobj ] >> endobj -1112 0 obj +1114 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/R/I/G @@ -21013,14 +20981,14 @@ endobj ] >> endobj -1471 0 obj +1476 0 obj << /Type /Encoding /Differences [ 1/two/period 34/four 44/eight ] >> endobj -1114 0 obj +1116 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/.notdef/space/.notdef/.notdef/.notdef @@ -21058,7 +21026,7 @@ endobj ] >> endobj -1113 0 obj +1115 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -21096,7 +21064,7 @@ endobj ] >> endobj -1115 0 obj +1117 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -21105,7 +21073,7 @@ endobj /o/.notdef/.notdef/C/n/a/.notdef/D /.notdef/N/m/.notdef/.notdef/H/.notdef/.notdef /P/.notdef/T/.notdef/.notdef/p/.notdef/.notdef -/.notdef/.notdef/O/.notdef/.notdef/I/.notdef/.notdef +/.notdef/.notdef/O/.notdef/.notdef/I/endash/.notdef /.notdef/K/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /X/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -21134,7 +21102,7 @@ endobj ] >> endobj -1116 0 obj +1118 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -21172,14 +21140,14 @@ endobj ] >> endobj -1472 0 obj +1477 0 obj << /Type /Encoding /Differences [ 2/period 25/three 34/four 44/eight ] >> endobj -1118 0 obj +1120 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/.notdef/space/.notdef/.notdef/.notdef @@ -21217,7 +21185,7 @@ endobj ] >> endobj -1117 0 obj +1119 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/T/h/e/space/f/o @@ -21255,7 +21223,7 @@ endobj ] >> endobj -1119 0 obj +1121 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -21293,14 +21261,14 @@ endobj ] >> endobj -1473 0 obj +1478 0 obj << /Type /Encoding /Differences [ 1/C 20/D 22/M 26/S ] >> endobj -1120 0 obj +1122 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/.notdef @@ -21338,7 +21306,7 @@ endobj ] >> endobj -1474 0 obj +1479 0 obj << /Type /Encoding /Differences [ 2/o/p/c/d/e/greater/space 10/C @@ -21349,7 +21317,7 @@ endobj ] >> endobj -1121 0 obj +1123 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -21387,7 +21355,7 @@ endobj ] >> endobj -1122 0 obj +1124 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -21425,7 +21393,7 @@ endobj ] >> endobj -1123 0 obj +1125 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -21463,14 +21431,14 @@ endobj ] >> endobj -1475 0 obj +1480 0 obj << /Type /Encoding /Differences [ 9/T 12/E 23/A 26/S ] >> endobj -1124 0 obj +1126 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/Y/R/I/G @@ -21508,14 +21476,14 @@ endobj ] >> endobj -1476 0 obj +1481 0 obj << /Type /Encoding /Differences [ 2/period 44/four 53/nine ] >> endobj -1126 0 obj +1128 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/h/e/.notdef @@ -21553,7 +21521,7 @@ endobj ] >> endobj -1125 0 obj +1127 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -21591,7 +21559,7 @@ endobj ] >> endobj -1477 0 obj +1482 0 obj << /Type /Encoding /Differences [ 1/less 6/e/greater/space/braceleft/C 13/braceright/a @@ -21600,7 +21568,7 @@ endobj ] >> endobj -1127 0 obj +1129 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -21638,7 +21606,7 @@ endobj ] >> endobj -1128 0 obj +1130 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -21676,7 +21644,7 @@ endobj ] >> endobj -1478 0 obj +1483 0 obj << /Type /Encoding /Differences [ 1/C 10/space 16/d/o/c 31/m/a/n @@ -21684,14 +21652,14 @@ endobj ] >> endobj -1479 0 obj +1484 0 obj << /Type /Encoding /Differences [ 2/period/one 34/four 49/nine ] >> endobj -1130 0 obj +1132 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/one/space/.notdef/.notdef/.notdef @@ -21729,7 +21697,7 @@ endobj ] >> endobj -1129 0 obj +1131 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -21767,7 +21735,7 @@ endobj ] >> endobj -1131 0 obj +1133 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -21805,14 +21773,14 @@ endobj ] >> endobj -1480 0 obj +1485 0 obj << /Type /Encoding /Differences [ 8/M/E/F 12/A 15/S 42/T 53/I ] >> endobj -1132 0 obj +1134 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/.notdef/.notdef/six/zero/space @@ -21850,14 +21818,14 @@ endobj ] >> endobj -1481 0 obj +1486 0 obj << /Type /Encoding /Differences [ 2/O/P 8/H/T/space 26/S/L 60/W ] >> endobj -1133 0 obj +1135 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/.notdef @@ -21895,14 +21863,14 @@ endobj ] >> endobj -1482 0 obj +1487 0 obj << /Type /Encoding /Differences [ 1/two/period 34/four 49/nine ] >> endobj -1134 0 obj +1136 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/.notdef/space/.notdef/.notdef/.notdef @@ -21940,7 +21908,7 @@ endobj ] >> endobj -1135 0 obj +1137 0 obj << /Type /Encoding /Differences [ 5/space/U 8/e/r 13/i 17/l/m/n @@ -21948,14 +21916,14 @@ endobj ] >> endobj -1483 0 obj +1488 0 obj << /Type /Encoding /Differences [ 67/six 69/five ] >> endobj -1136 0 obj +1138 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -21993,7 +21961,7 @@ endobj ] >> endobj -1484 0 obj +1489 0 obj << /Type /Encoding /Differences [ 7/space 9/E/F/L 15/S 33/N 40/P 42/T @@ -22001,14 +21969,14 @@ endobj ] >> endobj -1485 0 obj +1490 0 obj << /Type /Encoding /Differences [ 1/C 10/space 16/d/o 31/m/a/n/t ] >> endobj -1138 0 obj +1140 0 obj << /Type /Encoding /Differences [0/.notdef/C/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -22046,7 +22014,7 @@ endobj ] >> endobj -1137 0 obj +1139 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -22084,14 +22052,14 @@ endobj ] >> endobj -1486 0 obj +1491 0 obj << /Type /Encoding /Differences [ 2/period 25/three 34/four 49/nine ] >> endobj -1139 0 obj +1141 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/.notdef/space/.notdef/.notdef/m @@ -22129,14 +22097,14 @@ endobj ] >> endobj -1487 0 obj +1492 0 obj << /Type /Encoding /Differences [ 69/five/seven ] >> endobj -1140 0 obj +1142 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -22174,14 +22142,14 @@ endobj ] >> endobj -1488 0 obj +1493 0 obj << /Type /Encoding /Differences [ 21/e 26/l/C/n/a 52/h ] >> endobj -1141 0 obj +1143 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -22219,14 +22187,14 @@ endobj ] >> endobj -1489 0 obj +1494 0 obj << /Type /Encoding /Differences [ 14/one ] >> endobj -1142 0 obj +1144 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -22264,7 +22232,7 @@ endobj ] >> endobj -1143 0 obj +1145 0 obj << /Type /Encoding /Differences [ 5/space 7/s/e/r 12/u/i 17/l/m @@ -22272,7 +22240,7 @@ endobj ] >> endobj -1144 0 obj +1146 0 obj << /Type /Encoding /Differences [ 1/less/o/p/c 6/e/greater/space/braceleft @@ -22281,14 +22249,14 @@ endobj ] >> endobj -1490 0 obj +1495 0 obj << /Type /Encoding /Differences [ 69/five 71/eight ] >> endobj -1145 0 obj +1147 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -22326,7 +22294,7 @@ endobj ] >> endobj -1491 0 obj +1496 0 obj << /Type /Encoding /Differences [ 2/o 5/d/e 8/space 21/f/t 24/i 31/n @@ -22334,7 +22302,7 @@ endobj ] >> endobj -1146 0 obj +1148 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/.notdef @@ -22372,7 +22340,7 @@ endobj ] >> endobj -1492 0 obj +1497 0 obj << /Type /Encoding /Differences [ 7/space 9/E/F/L 15/S 40/P 42/T 58/U @@ -22380,7 +22348,7 @@ endobj ] >> endobj -1147 0 obj +1149 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -22418,7 +22386,7 @@ endobj ] >> endobj -1148 0 obj +1150 0 obj << /Type /Encoding /Differences [ 2/O/P 8/H/T/space 19/U 26/S/L @@ -22426,21 +22394,21 @@ endobj ] >> endobj -1493 0 obj +1498 0 obj << /Type /Encoding /Differences [ 31/nine 69/five ] >> endobj -1494 0 obj +1499 0 obj << /Type /Encoding /Differences [ 2/period 34/four 49/nine ] >> endobj -1150 0 obj +1152 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/.notdef/space/.notdef/.notdef/.notdef @@ -22478,7 +22446,7 @@ endobj ] >> endobj -1149 0 obj +1151 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/T/h/e/space/f/o @@ -22516,7 +22484,7 @@ endobj ] >> endobj -1151 0 obj +1153 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -22554,14 +22522,14 @@ endobj ] >> endobj -1495 0 obj +1500 0 obj << /Type /Encoding /Differences [ 1/C 20/D 22/M ] >> endobj -1152 0 obj +1154 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/R/I/.notdef @@ -22599,7 +22567,7 @@ endobj ] >> endobj -1496 0 obj +1501 0 obj << /Type /Encoding /Differences [ 2/o 4/c/d/e/greater/space 14/a/r @@ -22608,7 +22576,7 @@ endobj ] >> endobj -1153 0 obj +1155 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -22646,14 +22614,14 @@ endobj ] >> endobj -1497 0 obj +1502 0 obj << /Type /Encoding /Differences [ 35/zero 67/six ] >> endobj -1154 0 obj +1156 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -22691,7 +22659,7 @@ endobj ] >> endobj -1155 0 obj +1157 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -22729,14 +22697,14 @@ endobj ] >> endobj -1498 0 obj +1503 0 obj << /Type /Encoding /Differences [ 1/C 9/T 12/E 20/D 27/L 50/V ] >> endobj -1156 0 obj +1158 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -22774,14 +22742,14 @@ endobj ] >> endobj -1499 0 obj +1504 0 obj << /Type /Encoding /Differences [ 1/one/period 12/zero 44/four ] >> endobj -1158 0 obj +1160 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/.notdef/e/.notdef @@ -22819,7 +22787,7 @@ endobj ] >> endobj -1157 0 obj +1159 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -22831,7 +22799,7 @@ endobj /parenright/slash/j/E/.notdef/W/A/.notdef /U/.notdef/.notdef/.notdef/.notdef/L/.notdef/x /z/.notdef/.notdef/six/semicolon/five/seven/eight -/q/.notdef/quoteright/plus/.notdef/.notdef/.notdef/.notdef +/q/.notdef/quoteright/.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 @@ -22857,7 +22825,7 @@ endobj ] >> endobj -1500 0 obj +1505 0 obj << /Type /Encoding /Differences [ 7/space 9/E 11/L/A 15/S 31/D 33/N 40/P @@ -22865,15 +22833,52 @@ endobj ] >> endobj -1160 0 obj +1506 0 obj << /Type /Encoding -/Differences [ 1/less/o 4/c/d/e/greater/space 10/C - 18/I 26/L 28/A 35/P/S 38/T 45/H 84/endash +/Differences [ 8/space 10/C 28/A 36/S 38/T 45/H 84/endash ] >> endobj -1159 0 obj +1162 0 obj +<< +/Type /Encoding +/Differences [0/.notdef/less/o/.notdef/c/d/e/greater +/space/braceleft/C/.notdef/.notdef/braceright/.notdef/.notdef +/.notdef/.notdef/I/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/hyphen/L/.notdef/A/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/P/S/E/T/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/H/.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/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/endash/.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/.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/.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/.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/.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/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +] +>> +endobj +1161 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -22882,8 +22887,8 @@ endobj /o/.notdef/.notdef/C/n/.notdef/.notdef/D /.notdef/N/.notdef/.notdef/.notdef/H/.notdef/.notdef /P/.notdef/T/R/.notdef/p/.notdef/.notdef -/.notdef/B/O/.notdef/.notdef/I/.notdef/.notdef -/.notdef/.notdef/U/G/equal/W/.notdef/.notdef +/.notdef/B/O/.notdef/.notdef/I/endash/.notdef +/.notdef/.notdef/U/.notdef/equal/W/.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 @@ -22911,24 +22916,16 @@ endobj ] >> endobj -1501 0 obj +956 0 obj << /Type /Encoding -/Differences [ 1/C 10/space 17/o 32/a/n/t/l 37/e - 70/b -] ->> -endobj -1161 0 obj -<< -/Type /Encoding -/Differences [0/.notdef/C/.notdef/.notdef/.notdef/.notdef/I/G +/Differences [0/.notdef/C/O/.notdef/.notdef/R/I/G /.notdef/T/space/N/E/.notdef/.notdef/.notdef /d/o/c/.notdef/D/.notdef/.notdef/A -/B/.notdef/S/L/.notdef/.notdef/.notdef/m +/B/.notdef/S/L/.notdef/F/.notdef/m /a/n/t/l/w/e/less/.notdef -/.notdef/greater/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef -/.notdef/.notdef/.notdef/equal/.notdef/.notdef/.notdef/.notdef +/i/greater/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/K/.notdef/.notdef/equal/r/.notdef/p/.notdef /.notdef/.notdef/.notdef/.notdef/W/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/b/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -22957,57 +22954,19 @@ endobj ] >> endobj -1162 0 obj -<< -/Type /Encoding -/Differences [0/.notdef/one/T/h/e/space/f/o -/l/w/i/n/g/c/p/y -/r/t/a/s/S/I/.notdef/H -/u/comma/b/d/m/colon/O/nine -/three/hyphen/two/zero/R/k/C/.notdef -/.notdef/period/D/v/.notdef/P/parenleft/.notdef -/parenright/slash/j/E/.notdef/W/A/.notdef -/U/N/.notdef/.notdef/.notdef/L/G/x -/.notdef/four/.notdef/six/semicolon/five/seven/.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/.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/.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/.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/.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/.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 -] ->> -endobj 1163 0 obj << /Type /Encoding -/Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space -/M/E/F/L/A/.notdef/.notdef/S -/.notdef/.notdef/.notdef/i/r/e/c/t -/o/.notdef/l/C/n/.notdef/.notdef/D -/v/N/.notdef/.notdef/.notdef/H/.notdef/.notdef -/P/.notdef/T/R/.notdef/p/g/.notdef -/.notdef/B/O/.notdef/.notdef/I/.notdef/.notdef -/.notdef/.notdef/U/G/.notdef/W/V/.notdef -/X/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef -/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/Differences [0/.notdef/one/T/h/e/space/f/o +/l/w/i/n/g/c/p/y +/r/t/a/s/S/I/.notdef/H +/u/comma/b/d/m/colon/O/nine +/three/hyphen/two/zero/R/k/C/.notdef +/.notdef/period/D/v/.notdef/P/parenleft/.notdef +/parenright/.notdef/j/E/.notdef/W/A/.notdef +/.notdef/N/.notdef/.notdef/.notdef/L/G/x +/z/four/.notdef/six/semicolon/five/seven/.notdef +/q/.notdef/.notdef/plus/.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 @@ -23033,25 +22992,25 @@ endobj ] >> endobj -1502 0 obj +1507 0 obj << /Type /Encoding -/Differences [ 1/C/O 6/I/G 9/T 11/N 20/D 23/A - 26/S +/Differences [ 9/E 11/L 27/C 33/N 42/T/R 50/O 53/I + 57/K ] >> endobj 1164 0 obj << /Type /Encoding -/Differences [0/.notdef/C/O/P/.notdef/R/I/G -/.notdef/T/space/N/E/.notdef/.notdef/.notdef -/d/o/.notdef/U/D/.notdef/M/A -/B/.notdef/S/L/X/F/.notdef/m -/a/n/t/l/w/e/less/.notdef -/i/greater/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef -/K/.notdef/V/equal/.notdef/.notdef/p/.notdef -/.notdef/.notdef/.notdef/.notdef/W/.notdef/.notdef/.notdef +/Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space +/.notdef/E/.notdef/L/A/.notdef/.notdef/S +/.notdef/.notdef/d/i/.notdef/.notdef/c/t +/o/.notdef/.notdef/C/n/a/.notdef/D +/.notdef/N/m/.notdef/.notdef/H/.notdef/.notdef +/P/.notdef/T/R/less/p/.notdef/.notdef +/greater/B/O/.notdef/.notdef/I/endash/.notdef +/.notdef/K/U/G/equal/W/.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 @@ -23079,29 +23038,27 @@ endobj ] >> endobj -1503 0 obj +1508 0 obj << /Type /Encoding -/Differences [ 2/o/p/c/d/e/greater/space 14/a -/r/s 18/I/g 21/f/t/l/i - 26/L 28/A/D 31/n/m 34/M/P 41/u - 54/one 66/y 72/colon +/Differences [ 10/space 16/d/o/c/U 32/a/n/t + 37/e 40/i 58/h ] >> endobj 1165 0 obj << /Type /Encoding -/Differences [0/.notdef/.notdef/o/p/c/d/e/greater -/space/.notdef/C/bar/.notdef/.notdef/a/r -/s/.notdef/I/g/.notdef/f/t/l -/i/.notdef/L/O/A/D/v/n -/m/.notdef/M/P/S/E/T/w -/h/u/.notdef/two/six/.notdef/W/R -/F/.notdef/.notdef/.notdef/k/zero/one/.notdef -/.notdef/.notdef/.notdef/.notdef/.notdef/three/five/four -/parenleft/parenright/y/.notdef/.notdef/.notdef/.notdef/.notdef -/colon/.notdef/.notdef/.notdef/.notdef/b/.notdef/x +/Differences [0/.notdef/C/O/P/.notdef/R/I/G +/H/T/space/N/E/.notdef/.notdef/.notdef +/d/o/c/U/D/.notdef/.notdef/A +/B/.notdef/S/L/.notdef/.notdef/.notdef/m +/a/n/t/l/w/e/less/.notdef +/i/greater/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/K/.notdef/.notdef/equal/.notdef/.notdef/p/.notdef +/.notdef/.notdef/h/.notdef/W/.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/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -23132,14 +23089,14 @@ endobj /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o /l/w/i/n/g/c/p/y -/r/t/a/s/S/I/M/H +/r/t/a/s/S/I/M/.notdef /u/comma/b/d/m/colon/O/nine -/three/hyphen/two/zero/R/k/C/.notdef -/.notdef/period/D/v/B/P/parenleft/quotedbl -/parenright/slash/.notdef/E/F/W/A/.notdef -/U/N/.notdef/K/X/L/.notdef/x -/z/four/emdash/six/semicolon/five/seven/eight -/q/.notdef/quoteright/.notdef/.notdef/.notdef/.notdef/equal +/three/hyphen/two/.notdef/R/k/C/.notdef +/.notdef/period/D/v/B/P/parenleft/.notdef +/parenright/slash/.notdef/E/.notdef/W/A/.notdef +/U/.notdef/.notdef/K/.notdef/L/.notdef/x +/z/.notdef/.notdef/six/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/quoteright/.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 @@ -23165,24 +23122,178 @@ endobj ] >> endobj -1504 0 obj -<< -/Type /Encoding -/Differences [ 7/space 11/L/A 31/D 40/P 50/O 53/I -] ->> -endobj 1167 0 obj << /Type /Encoding -/Differences [0/.notdef/two/one/four/five/six/zero/space -/.notdef/.notdef/.notdef/L/A/seven/nine/S -/.notdef/.notdef/d/i/.notdef/e/c/t -/o/.notdef/.notdef/.notdef/n/a/.notdef/D -/.notdef/N/m/.notdef/.notdef/.notdef/.notdef/.notdef -/P/.notdef/T/R/.notdef/.notdef/.notdef/.notdef -/.notdef/B/O/x/.notdef/I/.notdef/.notdef +/Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space +/M/E/F/L/A/.notdef/.notdef/S +/.notdef/.notdef/.notdef/i/r/e/.notdef/t +/o/.notdef/l/C/n/.notdef/.notdef/D +/v/N/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/P/.notdef/T/R/.notdef/p/g/.notdef +/.notdef/B/O/.notdef/.notdef/I/.notdef/.notdef +/.notdef/K/U/.notdef/.notdef/W/V/.notdef +/X/.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/.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/.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/.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/.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/.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 +] +>> +endobj +1168 0 obj +<< +/Type /Encoding +/Differences [0/.notdef/C/O/P/.notdef/R/I/.notdef +/.notdef/T/.notdef/.notdef/E/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/U/D/.notdef/M/A +/B/.notdef/S/.notdef/X/F/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/V/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/W/.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/.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/.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/.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/.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/.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/.notdef/.notdef/.notdef +] +>> +endobj +1509 0 obj +<< +/Type /Encoding +/Differences [ 2/o 4/c/d/e/greater/space 14/a 18/I + 22/t/l/i 26/L/O 31/n/m 35/P + 72/colon 76/z +] +>> +endobj +1169 0 obj +<< +/Type /Encoding +/Differences [0/.notdef/.notdef/o/p/c/d/e/greater +/space/.notdef/C/bar/.notdef/.notdef/a/r +/s/.notdef/I/g/.notdef/f/t/l +/i/hyphen/L/O/A/D/v/n +/m/U/M/P/S/E/T/w +/h/u/.notdef/two/six/H/W/R +/F/.notdef/B/.notdef/k/zero/one/.notdef +/.notdef/.notdef/seven/slash/eight/three/five/four +/parenleft/parenright/y/.notdef/.notdef/.notdef/.notdef/.notdef +/colon/.notdef/.notdef/V/z/b/.notdef/x +/.notdef/.notdef/.notdef/.notdef/.notdef/quotedbl/.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/.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/.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/.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/.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/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +] +>> +endobj +1170 0 obj +<< +/Type /Encoding +/Differences [0/.notdef/one/T/h/e/space/f/o +/l/w/i/n/g/c/p/y +/r/t/a/s/S/I/M/H +/u/comma/b/d/m/colon/O/nine +/.notdef/hyphen/two/zero/R/k/C/.notdef +/.notdef/period/D/v/B/P/parenleft/.notdef +/parenright/slash/.notdef/E/F/W/A/.notdef +/U/N/.notdef/K/X/L/.notdef/x +/z/four/emdash/six/semicolon/five/seven/eight +/q/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/equal +/.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 +/.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 +/.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 +/.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 +/.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 +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +] +>> +endobj +1171 0 obj +<< +/Type /Encoding +/Differences [0/.notdef/two/one/four/five/six/zero/.notdef +/M/E/.notdef/.notdef/A/seven/nine/S +/.notdef/.notdef/d/i/.notdef/e/c/t +/o/.notdef/.notdef/.notdef/n/a/.notdef/.notdef +/.notdef/N/m/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/T/R/.notdef/.notdef/.notdef/.notdef +/.notdef/B/O/x/.notdef/I/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/W/.notdef/.notdef /.notdef/.notdef/z/eight/three/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -23210,24 +23321,24 @@ endobj ] >> endobj -1505 0 obj +1510 0 obj << /Type /Encoding /Differences [ 6/I 19/U 24/B 29/F ] >> endobj -1168 0 obj +1172 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/.notdef/I/G /.notdef/T/.notdef/.notdef/E/.notdef/.notdef/.notdef -/.notdef/.notdef/.notdef/U/.notdef/.notdef/M/.notdef +/.notdef/.notdef/.notdef/U/.notdef/.notdef/M/A /B/.notdef/.notdef/L/.notdef/F/.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/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/W/.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 @@ -23255,7 +23366,7 @@ endobj ] >> endobj -1169 0 obj +1173 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/h/e/.notdef @@ -23293,7 +23404,7 @@ endobj ] >> endobj -1170 0 obj +1174 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -23301,10 +23412,10 @@ endobj /r/t/a/s/.notdef/I/M/.notdef /u/comma/b/d/m/colon/O/nine /three/hyphen/two/zero/R/k/C/.notdef -/.notdef/period/D/v/B/P/parenleft/.notdef -/parenright/slash/j/.notdef/F/W/A/.notdef +/.notdef/period/D/v/B/P/parenleft/quotedbl +/parenright/slash/j/E/F/W/A/.notdef /U/.notdef/.notdef/.notdef/X/L/.notdef/x -/z/four/emdash/six/.notdef/five/.notdef/eight +/z/.notdef/emdash/six/.notdef/five/.notdef/eight /q/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -23331,14 +23442,14 @@ endobj ] >> endobj -1506 0 obj +1511 0 obj << /Type /Encoding /Differences [ 2/period/one 34/four ] >> endobj -1171 0 obj +1175 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/one/space/.notdef/.notdef/.notdef @@ -23376,7 +23487,7 @@ endobj ] >> endobj -1507 0 obj +1512 0 obj << /Type /Encoding /Differences [ 1/less/o/p 7/greater/space 10/C 15/r 22/t @@ -23384,7 +23495,7 @@ endobj ] >> endobj -1172 0 obj +1176 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -23422,7 +23533,7 @@ endobj ] >> endobj -1173 0 obj +1177 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/.notdef/e/greater @@ -23460,7 +23571,7 @@ endobj ] >> endobj -1174 0 obj +1178 0 obj << /Type /Encoding /Differences [0/.notdef/S/.notdef/M/.notdef/.notdef/.notdef/.notdef @@ -23498,18 +23609,18 @@ endobj ] >> endobj -1175 0 obj +1179 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o /l/w/i/n/g/c/p/y /r/t/a/s/S/I/.notdef/H -/u/comma/b/d/m/colon/.notdef/.notdef +/u/comma/b/d/m/colon/O/.notdef /three/hyphen/two/zero/R/k/C/.notdef /.notdef/period/D/v/.notdef/P/parenleft/.notdef /parenright/slash/.notdef/E/.notdef/W/A/.notdef /U/.notdef/.notdef/.notdef/.notdef/L/.notdef/x -/.notdef/four/.notdef/six/semicolon/five/.notdef/.notdef +/.notdef/four/.notdef/six/semicolon/.notdef/.notdef/.notdef /q/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -23536,7 +23647,7 @@ endobj ] >> endobj -1508 0 obj +1513 0 obj << /Type /Encoding /Differences [ 1/less/o/p/c/d/e/greater/space @@ -23545,7 +23656,7 @@ endobj ] >> endobj -1176 0 obj +1180 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -23583,7 +23694,7 @@ endobj ] >> endobj -1177 0 obj +1181 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -23621,14 +23732,14 @@ endobj ] >> endobj -1509 0 obj +1514 0 obj << /Type /Encoding /Differences [ 5/R/I 9/T 11/N/E 22/M/A 27/L ] >> endobj -1178 0 obj +1182 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/R/I/G @@ -23666,7 +23777,14 @@ endobj ] >> endobj -1179 0 obj +1515 0 obj +<< +/Type /Encoding +/Differences [ 67/six 70/seven +] +>> +endobj +1183 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -23704,7 +23822,7 @@ endobj ] >> endobj -1180 0 obj +1184 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -23713,7 +23831,7 @@ endobj /o/.notdef/.notdef/C/n/a/.notdef/D /.notdef/N/m/.notdef/.notdef/H/.notdef/.notdef /P/.notdef/T/R/.notdef/p/.notdef/.notdef -/.notdef/B/O/.notdef/.notdef/I/.notdef/.notdef +/.notdef/B/O/.notdef/.notdef/I/endash/.notdef /.notdef/.notdef/U/.notdef/.notdef/.notdef/.notdef/.notdef /X/.notdef/.notdef/eight/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -23742,14 +23860,14 @@ endobj ] >> endobj -1510 0 obj +1516 0 obj << /Type /Encoding /Differences [ 1/C 19/U ] >> endobj -1181 0 obj +1185 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -23787,14 +23905,14 @@ endobj ] >> endobj -1511 0 obj +1517 0 obj << /Type /Encoding -/Differences [ 67/six 70/seven +/Differences [ 67/six 71/eight ] >> endobj -1182 0 obj +1186 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -23805,7 +23923,7 @@ endobj /.notdef/period/D/v/.notdef/P/parenleft/.notdef /parenright/slash/.notdef/E/.notdef/W/A/.notdef /U/.notdef/.notdef/.notdef/.notdef/L/.notdef/x -/.notdef/.notdef/.notdef/six/semicolon/.notdef/seven/eight +/.notdef/.notdef/.notdef/six/semicolon/.notdef/.notdef/eight /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -23832,7 +23950,7 @@ endobj ] >> endobj -1183 0 obj +1187 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -23870,7 +23988,7 @@ endobj ] >> endobj -1184 0 obj +1188 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/.notdef @@ -23908,7 +24026,7 @@ endobj ] >> endobj -1512 0 obj +1518 0 obj << /Type /Encoding /Differences [ 4/c/d/e/greater/space 10/C 14/a/r @@ -23917,7 +24035,7 @@ endobj ] >> endobj -1185 0 obj +1189 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -23930,7 +24048,7 @@ endobj /K/.notdef/seven/slash/.notdef/three/five/four /parenleft/parenright/y/.notdef/.notdef/.notdef/.notdef/.notdef /colon/.notdef/X/.notdef/.notdef/b/quotesingle/x -/.notdef/.notdef/.notdef/.notdef/.notdef/q/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/q/.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 @@ -23955,20 +24073,20 @@ endobj ] >> endobj -1513 0 obj +1519 0 obj << /Type /Encoding -/Differences [ 67/six 71/eight +/Differences [ 31/nine 67/six ] >> endobj -1186 0 obj +1190 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o /l/w/i/n/g/c/p/y /r/t/a/s/S/I/.notdef/.notdef -/u/comma/b/d/m/colon/O/.notdef +/u/comma/b/d/m/colon/O/nine /three/hyphen/two/zero/R/k/C/.notdef /.notdef/period/D/v/B/P/parenleft/.notdef /parenright/slash/.notdef/E/F/W/A/.notdef @@ -24000,7 +24118,7 @@ endobj ] >> endobj -1187 0 obj +1191 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -24038,14 +24156,14 @@ endobj ] >> endobj -1514 0 obj +1520 0 obj << /Type /Encoding /Differences [ 1/C 9/T 27/L ] >> endobj -1188 0 obj +1192 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -24083,14 +24201,14 @@ endobj ] >> endobj -1515 0 obj +1521 0 obj << /Type /Encoding /Differences [ 1/two/period/one 34/four ] >> endobj -1189 0 obj +1193 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/one/space/.notdef/.notdef/.notdef @@ -24128,14 +24246,14 @@ endobj ] >> endobj -1516 0 obj +1522 0 obj << /Type /Encoding -/Differences [ 31/nine 67/six +/Differences [ 35/zero 70/seven ] >> endobj -1190 0 obj +1194 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -24146,7 +24264,7 @@ endobj /.notdef/period/D/v/B/P/parenleft/.notdef /parenright/slash/.notdef/E/F/W/A/.notdef /U/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/x -/.notdef/four/.notdef/six/.notdef/five/.notdef/eight +/.notdef/four/.notdef/six/.notdef/five/seven/eight /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -24173,17 +24291,17 @@ endobj ] >> endobj -1517 0 obj +1523 0 obj << /Type /Encoding /Differences [ 4/c 6/e/greater/space 10/C/bar 14/a/r /s 18/I 22/t/l/i 31/n 33/U/M 36/S/E 39/w/h/u 43/two 53/zero/one - 72/colon 74/X 86/asciitilde + 72/colon 74/X 87/asciitilde ] >> endobj -1191 0 obj +1195 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -24196,7 +24314,7 @@ endobj /.notdef/.notdef/seven/.notdef/.notdef/three/.notdef/four /parenleft/parenright/y/.notdef/.notdef/.notdef/semicolon/.notdef /colon/.notdef/X/.notdef/z/b/.notdef/x -/.notdef/.notdef/.notdef/.notdef/.notdef/q/asciitilde/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/q/asciitilde /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -24221,7 +24339,7 @@ endobj ] >> endobj -1192 0 obj +1196 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -24259,7 +24377,7 @@ endobj ] >> endobj -1193 0 obj +1197 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/.notdef/I/G @@ -24297,14 +24415,14 @@ endobj ] >> endobj -1518 0 obj +1524 0 obj << /Type /Encoding /Differences [ 1/one/period 9/two 44/four ] >> endobj -1194 0 obj +1198 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/h/e/.notdef @@ -24342,7 +24460,7 @@ endobj ] >> endobj -1195 0 obj +1199 0 obj << /Type /Encoding /Differences [0/.notdef/S/.notdef/M/.notdef/.notdef/.notdef/.notdef @@ -24380,14 +24498,7 @@ endobj ] >> endobj -1519 0 obj -<< -/Type /Encoding -/Differences [ 35/zero 70/seven -] ->> -endobj -1196 0 obj +1200 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -24425,14 +24536,14 @@ endobj ] >> endobj -1520 0 obj +1525 0 obj << /Type /Encoding /Differences [ 20/r/e 23/t 29/a ] >> endobj -1197 0 obj +1201 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -24470,14 +24581,14 @@ endobj ] >> endobj -1521 0 obj +1526 0 obj << /Type /Encoding /Differences [ 48/N ] >> endobj -1198 0 obj +1202 0 obj << /Type /Encoding /Differences [0/.notdef/S/.notdef/M/.notdef/.notdef/.notdef/.notdef @@ -24515,7 +24626,7 @@ endobj ] >> endobj -1522 0 obj +1527 0 obj << /Type /Encoding /Differences [ 1/less/o/p/c/d/e/greater/space @@ -24524,7 +24635,7 @@ endobj ] >> endobj -1199 0 obj +1203 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -24562,7 +24673,15 @@ endobj ] >> endobj -1200 0 obj +1528 0 obj +<< +/Type /Encoding +/Differences [ 1/C/O 6/I/G 9/T 11/N 20/D 23/A + 26/S +] +>> +endobj +1204 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/R/I/G @@ -24600,14 +24719,14 @@ endobj ] >> endobj -1201 0 obj +1205 0 obj << /Type /Encoding -/Differences [0/.notdef/one/T/h/e/space/f/o +/Differences [0/.notdef/.notdef/T/h/e/space/f/o /l/w/i/n/g/c/p/y /r/t/a/s/S/I/M/H /u/comma/b/d/m/colon/O/.notdef -/.notdef/hyphen/.notdef/.notdef/R/k/C/.notdef +/.notdef/hyphen/two/.notdef/R/k/C/.notdef /.notdef/period/D/v/B/P/parenleft/.notdef /parenright/slash/.notdef/E/F/W/A/.notdef /U/.notdef/.notdef/K/.notdef/L/.notdef/x @@ -24638,7 +24757,7 @@ endobj ] >> endobj -1202 0 obj +1206 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -24647,7 +24766,7 @@ endobj /o/.notdef/l/C/n/a/.notdef/D /v/N/m/.notdef/.notdef/H/.notdef/.notdef /P/.notdef/T/R/.notdef/p/g/.notdef -/.notdef/B/O/.notdef/.notdef/I/.notdef/.notdef +/.notdef/B/O/.notdef/.notdef/I/endash/.notdef /.notdef/K/U/.notdef/.notdef/.notdef/.notdef/.notdef /X/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -24676,14 +24795,14 @@ endobj ] >> endobj -1523 0 obj +1529 0 obj << /Type /Encoding /Differences [ 1/C/O/P 23/A 26/S/L 48/K ] >> endobj -1203 0 obj +1207 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -24721,7 +24840,7 @@ endobj ] >> endobj -1524 0 obj +1530 0 obj << /Type /Encoding /Differences [ 2/o 4/c/d/e/greater/space 10/C 14/a @@ -24731,7 +24850,7 @@ endobj ] >> endobj -1204 0 obj +1208 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -24769,14 +24888,14 @@ endobj ] >> endobj -1205 0 obj +1209 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o /l/w/i/n/g/c/p/y /r/t/a/s/S/I/M/.notdef /u/comma/b/d/m/colon/O/nine -/.notdef/hyphen/two/zero/R/k/C/.notdef +/three/hyphen/two/zero/R/k/C/.notdef /.notdef/period/D/v/B/.notdef/.notdef/.notdef /.notdef/slash/.notdef/E/F/.notdef/A/.notdef /U/.notdef/.notdef/K/.notdef/.notdef/.notdef/x @@ -24807,7 +24926,7 @@ endobj ] >> endobj -1206 0 obj +1210 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -24845,7 +24964,7 @@ endobj ] >> endobj -1207 0 obj +1211 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -24883,14 +25002,14 @@ endobj ] >> endobj -1525 0 obj +1531 0 obj << /Type /Encoding /Differences [ 28/five ] >> endobj -1209 0 obj +1213 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/space/I/n/t/.notdef/o @@ -24928,7 +25047,7 @@ endobj ] >> endobj -1208 0 obj +1212 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -24939,7 +25058,7 @@ endobj /.notdef/period/D/v/B/P/parenleft/.notdef /parenright/slash/j/.notdef/F/.notdef/A/.notdef /U/N/.notdef/.notdef/.notdef/L/.notdef/x -/z/.notdef/.notdef/six/.notdef/five/seven/eight +/z/four/.notdef/six/.notdef/five/seven/eight /q/.notdef/quoteright/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -24966,14 +25085,14 @@ endobj ] >> endobj -1526 0 obj +1532 0 obj << /Type /Encoding /Differences [ 1/one/period 45/five ] >> endobj -1210 0 obj +1214 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/h/e/.notdef @@ -25011,7 +25130,7 @@ endobj ] >> endobj -1527 0 obj +1533 0 obj << /Type /Encoding /Differences [ 1/less 6/e/greater/space/braceleft/C/bar 13/braceright @@ -25020,21 +25139,21 @@ endobj ] >> endobj -1528 0 obj +1534 0 obj << /Type /Encoding /Differences [ 43/R 54/endash ] >> endobj -1529 0 obj +1535 0 obj << /Type /Encoding /Differences [ 19/n 47/O ] >> endobj -1212 0 obj +1216 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -25072,7 +25191,7 @@ endobj ] >> endobj -1211 0 obj +1215 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -25110,14 +25229,14 @@ endobj ] >> endobj -1530 0 obj +1536 0 obj << /Type /Encoding /Differences [ 2/O 6/I 10/space 12/E 17/o 52/r 71/slash ] >> endobj -1215 0 obj +1219 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -25155,7 +25274,7 @@ endobj ] >> endobj -1216 0 obj +1220 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/.notdef/five/.notdef/zero/space @@ -25193,14 +25312,14 @@ endobj ] >> endobj -1531 0 obj +1537 0 obj << /Type /Encoding /Differences [ 13/two/one 23/A 44/five 65/seven ] >> endobj -1217 0 obj +1221 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/Y/R/I/.notdef @@ -25238,14 +25357,14 @@ endobj ] >> endobj -1532 0 obj +1538 0 obj << /Type /Encoding /Differences [ 1/S 16/p 20/t 22/o ] >> endobj -1218 0 obj +1222 0 obj << /Type /Encoding /Differences [0/.notdef/S/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -25283,7 +25402,7 @@ endobj ] >> endobj -1219 0 obj +1223 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -25321,7 +25440,7 @@ endobj ] >> endobj -1220 0 obj +1224 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/five/six/zero/space @@ -25359,7 +25478,7 @@ endobj ] >> endobj -1222 0 obj +1226 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -25397,7 +25516,7 @@ endobj ] >> endobj -1223 0 obj +1227 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -25435,7 +25554,7 @@ endobj ] >> endobj -1224 0 obj +1228 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/Y/R/I/G @@ -25473,14 +25592,14 @@ endobj ] >> endobj -1533 0 obj +1539 0 obj << /Type /Encoding /Differences [ 2/period 9/two 45/five ] >> endobj -1225 0 obj +1229 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/T/h/e/.notdef @@ -25518,7 +25637,7 @@ endobj ] >> endobj -1226 0 obj +1230 0 obj << /Type /Encoding /Differences [ 1/less 6/e/greater/space/braceleft/C/bar 13/braceright @@ -25527,7 +25646,14 @@ endobj ] >> endobj -1227 0 obj +1540 0 obj +<< +/Type /Encoding +/Differences [ 70/seven/eight +] +>> +endobj +1231 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -25565,7 +25691,7 @@ endobj ] >> endobj -1534 0 obj +1541 0 obj << /Type /Encoding /Differences [ 2/o/p/c/d/e 8/space 14/a/r @@ -25575,7 +25701,7 @@ endobj ] >> endobj -1228 0 obj +1232 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -25613,7 +25739,7 @@ endobj ] >> endobj -1229 0 obj +1233 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -25651,7 +25777,7 @@ endobj ] >> endobj -1214 0 obj +1218 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/.notdef @@ -25689,7 +25815,7 @@ endobj ] >> endobj -1230 0 obj +1234 0 obj << /Type /Encoding /Differences [0/.notdef/S/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -25727,14 +25853,14 @@ endobj ] >> endobj -1535 0 obj +1542 0 obj << /Type /Encoding -/Differences [ 70/seven/eight +/Differences [ 31/nine 70/seven ] >> endobj -1231 0 obj +1235 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -25772,7 +25898,7 @@ endobj ] >> endobj -1232 0 obj +1236 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/five/six/zero/space @@ -25810,14 +25936,14 @@ endobj ] >> endobj -1536 0 obj +1543 0 obj << /Type /Encoding -/Differences [ 31/nine 70/seven +/Differences [ 35/zero 71/eight ] >> endobj -1233 0 obj +1237 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -25855,7 +25981,7 @@ endobj ] >> endobj -1234 0 obj +1238 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -25893,7 +26019,7 @@ endobj ] >> endobj -1235 0 obj +1239 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/Y/R/I/G @@ -25931,14 +26057,14 @@ endobj ] >> endobj -1537 0 obj +1544 0 obj << /Type /Encoding /Differences [ 2/period 37/three 45/five ] >> endobj -1236 0 obj +1240 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/h/e/.notdef @@ -25976,14 +26102,7 @@ endobj ] >> endobj -1538 0 obj -<< -/Type /Encoding -/Differences [ 35/zero 71/eight -] ->> -endobj -1237 0 obj +1241 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -26021,7 +26140,7 @@ endobj ] >> endobj -1539 0 obj +1545 0 obj << /Type /Encoding /Differences [ 8/M 18/d/i 21/e 23/t/o 26/l 28/n @@ -26029,7 +26148,7 @@ endobj ] >> endobj -1238 0 obj +1242 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -26067,14 +26186,14 @@ endobj ] >> endobj -1540 0 obj +1546 0 obj << /Type /Encoding /Differences [ 13/two 15/zero 23/A 65/seven ] >> endobj -1239 0 obj +1243 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/R/I/.notdef @@ -26112,7 +26231,7 @@ endobj ] >> endobj -1247 0 obj +1252 0 obj << /Type /Encoding /Differences [ 1/less 6/e/greater/space/braceleft/C/bar 13/braceright @@ -26121,7 +26240,7 @@ endobj ] >> endobj -1240 0 obj +1244 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -26159,7 +26278,7 @@ endobj ] >> endobj -1241 0 obj +1245 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -26197,7 +26316,7 @@ endobj ] >> endobj -1242 0 obj +1246 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/five/six/zero/space @@ -26235,14 +26354,14 @@ endobj ] >> endobj -1541 0 obj +1547 0 obj << /Type /Encoding /Differences [ 14/one/zero 47/eight/K ] >> endobj -1243 0 obj +1247 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/.notdef/.notdef @@ -26280,7 +26399,7 @@ endobj ] >> endobj -1244 0 obj +1248 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -26318,14 +26437,14 @@ endobj ] >> endobj -1542 0 obj +1548 0 obj << /Type /Encoding /Differences [ 7/space 11/L/A 27/C 31/D 43/R 50/O ] >> endobj -1245 0 obj +1249 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -26363,7 +26482,7 @@ endobj ] >> endobj -954 0 obj +1250 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -26401,7 +26520,7 @@ endobj ] >> endobj -1246 0 obj +1251 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/h/e/H @@ -26439,7 +26558,7 @@ endobj ] >> endobj -1248 0 obj +1253 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -26477,7 +26596,7 @@ endobj ] >> endobj -1249 0 obj +1254 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -26515,7 +26634,7 @@ endobj ] >> endobj -1543 0 obj +1549 0 obj << /Type /Encoding /Differences [ 2/o/p/c/d/e 8/space 14/a/r @@ -26525,7 +26644,7 @@ endobj ] >> endobj -1250 0 obj +1255 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -26563,14 +26682,14 @@ endobj ] >> endobj -1544 0 obj +1550 0 obj << /Type /Encoding /Differences [ 2/period/one 34/four 38/five ] >> endobj -1251 0 obj +1256 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/one/space/.notdef/.notdef/.notdef @@ -26608,7 +26727,7 @@ endobj ] >> endobj -1545 0 obj +1551 0 obj << /Type /Encoding /Differences [ 5/R 12/E 20/D 23/A 26/S 33/n 38/less 41/greater @@ -26616,7 +26735,7 @@ endobj ] >> endobj -1252 0 obj +1257 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -26654,14 +26773,14 @@ endobj ] >> endobj -1546 0 obj +1552 0 obj << /Type /Encoding /Differences [ 1/two/period 34/four 38/five ] >> endobj -1254 0 obj +1259 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/.notdef/space/.notdef/.notdef/m @@ -26699,7 +26818,7 @@ endobj ] >> endobj -1253 0 obj +1258 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -26710,7 +26829,7 @@ endobj /.notdef/period/D/v/B/P/.notdef/quotedbl /.notdef/slash/j/E/F/W/.notdef/.notdef /U/N/.notdef/.notdef/.notdef/L/.notdef/x -/z/four/.notdef/six/semicolon/five/seven/eight +/z/.notdef/.notdef/six/semicolon/five/seven/eight /q/.notdef/quoteright/.notdef/.notdef/.notdef/quotesingle/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -26737,7 +26856,7 @@ endobj ] >> endobj -1255 0 obj +1260 0 obj << /Type /Encoding /Differences [0/.notdef/two/.notdef/.notdef/five/six/zero/space @@ -26775,14 +26894,14 @@ endobj ] >> endobj -1547 0 obj +1553 0 obj << /Type /Encoding /Differences [ 8/H 15/zero 45/six 65/seven 67/nine ] >> endobj -1256 0 obj +1261 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/.notdef @@ -26820,7 +26939,7 @@ endobj ] >> endobj -1257 0 obj +1262 0 obj << /Type /Encoding /Differences [0/.notdef/S/.notdef/.notdef/.notdef/.notdef/.notdef/s @@ -26858,14 +26977,14 @@ endobj ] >> endobj -1548 0 obj +1554 0 obj << /Type /Encoding /Differences [ 2/one 4/five ] >> endobj -1259 0 obj +1264 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/five/six/zero/space @@ -26903,7 +27022,7 @@ endobj ] >> endobj -1258 0 obj +1263 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -26941,14 +27060,14 @@ endobj ] >> endobj -1549 0 obj +1555 0 obj << /Type /Encoding /Differences [ 2/period 34/four 38/five ] >> endobj -1261 0 obj +1266 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/.notdef/space/.notdef/.notdef/.notdef @@ -26986,7 +27105,7 @@ endobj ] >> endobj -1260 0 obj +1265 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/.notdef @@ -27024,7 +27143,7 @@ endobj ] >> endobj -1550 0 obj +1556 0 obj << /Type /Encoding /Differences [ 2/o/p/c/d/e/greater/space 14/a @@ -27034,7 +27153,7 @@ endobj ] >> endobj -1262 0 obj +1267 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -27072,7 +27191,7 @@ endobj ] >> endobj -1263 0 obj +1268 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -27110,7 +27229,7 @@ endobj ] >> endobj -1264 0 obj +1269 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -27148,14 +27267,14 @@ endobj ] >> endobj -1551 0 obj +1557 0 obj << /Type /Encoding /Differences [ 1/C 5/R 60/W ] >> endobj -1265 0 obj +1270 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -27193,14 +27312,14 @@ endobj ] >> endobj -1552 0 obj +1558 0 obj << /Type /Encoding /Differences [ 2/period 45/five ] >> endobj -1266 0 obj +1271 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/.notdef/h/e/.notdef @@ -27238,7 +27357,7 @@ endobj ] >> endobj -1553 0 obj +1559 0 obj << /Type /Encoding /Differences [ 1/less 6/e/greater/space/braceleft/C/bar 13/braceright @@ -27247,7 +27366,7 @@ endobj ] >> endobj -1267 0 obj +1272 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -27285,7 +27404,7 @@ endobj ] >> endobj -1268 0 obj +1273 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/T/h/e/space/f/o @@ -27323,7 +27442,7 @@ endobj ] >> endobj -1554 0 obj +1560 0 obj << /Type /Encoding /Differences [ 1/less/o/p/c/d/e/greater/space @@ -27332,7 +27451,7 @@ endobj ] >> endobj -1269 0 obj +1274 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -27370,14 +27489,14 @@ endobj ] >> endobj -1555 0 obj +1561 0 obj << /Type /Encoding /Differences [ 2/period/one 38/five ] >> endobj -1270 0 obj +1275 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/one/space/.notdef/.notdef/.notdef @@ -27415,7 +27534,7 @@ endobj ] >> endobj -1271 0 obj +1276 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -27453,14 +27572,14 @@ endobj ] >> endobj -1556 0 obj +1562 0 obj << /Type /Encoding /Differences [ 1/C 26/S 33/n 38/less 41/greater 51/equal ] >> endobj -1272 0 obj +1277 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -27498,7 +27617,7 @@ endobj ] >> endobj -1273 0 obj +1278 0 obj << /Type /Encoding /Differences [0/.notdef/S/.notdef/.notdef/.notdef/.notdef/.notdef/s @@ -27536,7 +27655,14 @@ endobj ] >> endobj -1274 0 obj +1563 0 obj +<< +/Type /Encoding +/Differences [ 31/nine 71/eight +] +>> +endobj +1279 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -27574,14 +27700,14 @@ endobj ] >> endobj -1557 0 obj +1564 0 obj << /Type /Encoding /Differences [ 4/five 6/zero 13/seven/nine ] >> endobj -1275 0 obj +1280 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/five/six/zero/space @@ -27619,7 +27745,7 @@ endobj ] >> endobj -1213 0 obj +1217 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -27657,7 +27783,7 @@ endobj ] >> endobj -1276 0 obj +1281 0 obj << /Type /Encoding /Differences [ 2/O 8/H 10/space 20/D 26/S 33/n 38/less 41/greater @@ -27665,14 +27791,14 @@ endobj ] >> endobj -1558 0 obj +1565 0 obj << /Type /Encoding /Differences [ 2/period 25/three 38/five ] >> endobj -1277 0 obj +1282 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/.notdef/space/.notdef/.notdef/m @@ -27710,14 +27836,14 @@ endobj ] >> endobj -1559 0 obj +1566 0 obj << /Type /Encoding -/Differences [ 31/nine 71/eight +/Differences [ 31/nine 35/zero ] >> endobj -1278 0 obj +1283 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -27728,7 +27854,7 @@ endobj /J/period/D/v/B/P/parenleft/.notdef /parenright/slash/.notdef/E/F/W/A/.notdef /U/N/.notdef/.notdef/.notdef/L/.notdef/x -/.notdef/.notdef/emdash/.notdef/semicolon/five/seven/eight +/.notdef/.notdef/emdash/.notdef/semicolon/five/seven/.notdef /q/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/equal /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -27755,7 +27881,7 @@ endobj ] >> endobj -1279 0 obj +1284 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/five/six/zero/space @@ -27793,7 +27919,7 @@ endobj ] >> endobj -1280 0 obj +1285 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/period/.notdef/space/.notdef/.notdef/.notdef @@ -27831,7 +27957,7 @@ endobj ] >> endobj -1281 0 obj +1286 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/.notdef @@ -27869,7 +27995,7 @@ endobj ] >> endobj -1560 0 obj +1567 0 obj << /Type /Encoding /Differences [ 2/o/p/c/d/e/greater/space 14/a @@ -27878,7 +28004,7 @@ endobj ] >> endobj -1282 0 obj +1287 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -27916,14 +28042,7 @@ endobj ] >> endobj -1561 0 obj -<< -/Type /Encoding -/Differences [ 31/nine 35/zero -] ->> -endobj -1562 0 obj +1568 0 obj << /Type /Encoding /Differences [ 2/o 4/c/d/e/greater/space 10/C 14/a @@ -27932,7 +28051,7 @@ endobj ] >> endobj -1284 0 obj +1289 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/.notdef/c/d/e/greater @@ -27970,7 +28089,7 @@ endobj ] >> endobj -1283 0 obj +1288 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -28008,7 +28127,7 @@ endobj ] >> endobj -1285 0 obj +1290 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -28046,14 +28165,14 @@ endobj ] >> endobj -1563 0 obj +1569 0 obj << /Type /Encoding /Differences [ 1/C/O 22/M 27/L 29/F ] >> endobj -1286 0 obj +1291 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/Y/R/I/G @@ -28091,14 +28210,14 @@ endobj ] >> endobj -1564 0 obj +1570 0 obj << /Type /Encoding /Differences [ 29/six ] >> endobj -1288 0 obj +1293 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/space/I/n/t/.notdef/o @@ -28136,7 +28255,7 @@ endobj ] >> endobj -1287 0 obj +1292 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -28174,14 +28293,14 @@ endobj ] >> endobj -1565 0 obj +1571 0 obj << /Type /Encoding /Differences [ 1/one/period 48/six ] >> endobj -1289 0 obj +1294 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/T/h/e/.notdef @@ -28219,7 +28338,7 @@ endobj ] >> endobj -1566 0 obj +1572 0 obj << /Type /Encoding /Differences [ 1/less/o 6/e/greater/space/braceleft/C 13/braceright @@ -28228,7 +28347,7 @@ endobj ] >> endobj -1291 0 obj +1296 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/one/.notdef/.notdef/.notdef/.notdef/space @@ -28266,7 +28385,7 @@ endobj ] >> endobj -1290 0 obj +1295 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -28304,7 +28423,7 @@ endobj ] >> endobj -1567 0 obj +1573 0 obj << /Type /Encoding /Differences [ 2/O 5/R 9/T 22/M/A 29/F 31/m 34/t @@ -28312,7 +28431,7 @@ endobj ] >> endobj -1292 0 obj +1297 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/R/I/.notdef @@ -28350,7 +28469,7 @@ endobj ] >> endobj -1293 0 obj +1298 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -28388,7 +28507,7 @@ endobj ] >> endobj -1294 0 obj +1299 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -28426,14 +28545,14 @@ endobj ] >> endobj -1568 0 obj +1574 0 obj << /Type /Encoding /Differences [ 1/C/O 8/H/T/space 22/M 26/S 60/W ] >> endobj -1295 0 obj +1300 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -28471,14 +28590,14 @@ endobj ] >> endobj -1569 0 obj +1575 0 obj << /Type /Encoding /Differences [ 2/period 9/two 48/six ] >> endobj -1296 0 obj +1301 0 obj << /Type /Encoding /Differences [0/.notdef/one/period/space/T/h/e/.notdef @@ -28516,7 +28635,7 @@ endobj ] >> endobj -1297 0 obj +1302 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -28527,7 +28646,7 @@ endobj /.notdef/period/D/v/B/P/parenleft/.notdef /parenright/slash/.notdef/E/F/W/A/.notdef /U/N/.notdef/.notdef/.notdef/L/.notdef/x -/z/.notdef/.notdef/.notdef/semicolon/.notdef/seven/eight +/z/four/.notdef/.notdef/semicolon/.notdef/seven/eight /q/.notdef/quoteright/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -28554,7 +28673,7 @@ endobj ] >> endobj -1570 0 obj +1576 0 obj << /Type /Encoding /Differences [ 1/less/o 6/e/greater/space/braceleft/C 13/braceright @@ -28564,7 +28683,7 @@ endobj ] >> endobj -1299 0 obj +1304 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/one/.notdef/.notdef/.notdef/.notdef/.notdef @@ -28602,7 +28721,7 @@ endobj ] >> endobj -1298 0 obj +1303 0 obj << /Type /Encoding /Differences [0/.notdef/less/o/p/c/d/e/greater @@ -28640,21 +28759,21 @@ endobj ] >> endobj -1300 0 obj +1305 0 obj << /Type /Encoding /Differences [ 47/O 51/F ] >> endobj -1571 0 obj +1577 0 obj << /Type /Encoding /Differences [ 1/two/period/one 39/six ] >> endobj -1301 0 obj +1306 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/one/space/.notdef/.notdef/.notdef @@ -28692,14 +28811,14 @@ endobj ] >> endobj -1572 0 obj +1578 0 obj << /Type /Encoding /Differences [ 14/one 47/eight 49/three ] >> endobj -1302 0 obj +1307 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/.notdef/.notdef/R/I/G @@ -28737,7 +28856,7 @@ endobj ] >> endobj -1303 0 obj +1308 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/T/h/e/space/f/o @@ -28748,7 +28867,7 @@ endobj /.notdef/period/D/v/B/P/parenleft/quotedbl /parenright/.notdef/j/E/F/W/.notdef/.notdef /U/.notdef/.notdef/.notdef/.notdef/.notdef/G/x -/z/four/.notdef/.notdef/semicolon/.notdef/.notdef/.notdef +/z/.notdef/.notdef/.notdef/semicolon/five/.notdef/.notdef /.notdef/.notdef/quoteright/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -28775,7 +28894,7 @@ endobj ] >> endobj -1304 0 obj +1309 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/.notdef/six/zero/space @@ -28813,14 +28932,14 @@ endobj ] >> endobj -1573 0 obj +1579 0 obj << /Type /Encoding /Differences [ 1/C/O 8/H 10/space 22/M 26/S 60/W ] >> endobj -1305 0 obj +1310 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/Y/R/I/G @@ -28858,14 +28977,14 @@ endobj ] >> endobj -1574 0 obj +1580 0 obj << /Type /Encoding /Differences [ 1/two/period 39/six ] >> endobj -1306 0 obj +1311 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/.notdef/space/.notdef/.notdef/.notdef @@ -28903,14 +29022,14 @@ endobj ] >> endobj -1575 0 obj +1581 0 obj << /Type /Encoding /Differences [ 1/two/period 25/three 39/six ] >> endobj -1308 0 obj +1313 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/.notdef/space/.notdef/.notdef/m @@ -28948,7 +29067,7 @@ endobj ] >> endobj -1307 0 obj +1312 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -28986,7 +29105,7 @@ endobj ] >> endobj -1576 0 obj +1582 0 obj << /Type /Encoding /Differences [ 7/space/M 11/L/A 15/S 27/C 31/D 50/O @@ -28994,7 +29113,7 @@ endobj ] >> endobj -1309 0 obj +1314 0 obj << /Type /Encoding /Differences [0/.notdef/two/one/four/five/six/zero/space @@ -29032,14 +29151,14 @@ endobj ] >> endobj -1577 0 obj +1583 0 obj << /Type /Encoding /Differences [ 1/two/period 34/four 39/six ] >> endobj -1311 0 obj +1316 0 obj << /Type /Encoding /Differences [0/.notdef/two/period/.notdef/space/.notdef/.notdef/.notdef @@ -29077,7 +29196,7 @@ endobj ] >> endobj -1310 0 obj +1315 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -29115,7 +29234,7 @@ endobj ] >> endobj -1312 0 obj +1317 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space @@ -29153,7 +29272,7 @@ endobj ] >> endobj -1313 0 obj +1318 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -29191,7 +29310,7 @@ endobj ] >> endobj -1578 0 obj +1584 0 obj << /Type /Encoding /Differences [ 2/o/p/c/d/e/greater/space 10/C @@ -29201,7 +29320,7 @@ endobj ] >> endobj -1314 0 obj +1319 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/o/p/c/d/e/greater @@ -29239,7 +29358,7 @@ endobj ] >> endobj -1315 0 obj +1320 0 obj << /Type /Encoding /Differences [0/.notdef/one/T/h/e/space/f/o @@ -29250,7 +29369,7 @@ endobj /.notdef/.notdef/.notdef/v/B/P/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/F/.notdef/A/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/G/.notdef -/.notdef/four/.notdef/six/.notdef/.notdef/seven/eight +/.notdef/four/.notdef/six/.notdef/.notdef/.notdef/eight /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -29277,7 +29396,7 @@ endobj ] >> endobj -1316 0 obj +1321 0 obj << /Type /Encoding /Differences [0/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -29315,14 +29434,14 @@ endobj ] >> endobj -1579 0 obj +1585 0 obj << /Type /Encoding /Differences [ 9/T 23/A 26/S ] >> endobj -1317 0 obj +1322 0 obj << /Type /Encoding /Differences [0/.notdef/C/O/P/.notdef/R/I/G @@ -29360,883 +29479,892 @@ endobj ] >> endobj -206 0 obj +202 0 obj << /Type /Page -/Parent 213 0 R -/Resources 208 0 R -/Contents 207 0 R +/Parent 209 0 R +/Resources 204 0 R +/Contents 203 0 R >> endobj -101 0 obj +97 0 obj << /Type /Page -/Parent 213 0 R +/Parent 209 0 R +/Resources 211 0 R +/Contents 210 0 R +/Annots [96 0 R 98 0 R 99 0 R 100 0 R 101 0 R 102 0 R 103 0 R 104 0 R 105 0 R 106 0 R 107 0 R 108 0 R 109 0 R 110 0 R 111 0 R 112 0 R +113 0 R 114 0 R 115 0 R 116 0 R 117 0 R 118 0 R 119 0 R 120 0 R 121 0 R 122 0 R 124 0 R 125 0 R 126 0 R 127 0 R 128 0 R 129 0 R +130 0 R 131 0 R 132 0 R 133 0 R 134 0 R 135 0 R 136 0 R 137 0 R 139 0 R 141 0 R] +>> +endobj +144 0 obj +<< +/Type /Page +/Parent 209 0 R /Resources 215 0 R /Contents 214 0 R -/Annots [100 0 R 102 0 R 103 0 R 104 0 R 105 0 R 106 0 R 107 0 R 108 0 R 109 0 R 110 0 R 111 0 R 112 0 R 113 0 R 114 0 R 115 0 R 116 0 R -117 0 R 118 0 R 119 0 R 120 0 R 121 0 R 122 0 R 123 0 R 124 0 R 125 0 R 126 0 R 128 0 R 129 0 R 130 0 R 131 0 R 132 0 R 133 0 R -134 0 R 135 0 R 136 0 R 137 0 R 138 0 R 139 0 R 140 0 R 141 0 R 143 0 R 145 0 R 147 0 R] ->> -endobj -149 0 obj -<< -/Type /Page -/Parent 213 0 R -/Resources 219 0 R -/Contents 218 0 R -/Annots [148 0 R 150 0 R 152 0 R 154 0 R 156 0 R 157 0 R 158 0 R 160 0 R 162 0 R 163 0 R 164 0 R 165 0 R 166 0 R 167 0 R 168 0 R 170 0 R -172 0 R 173 0 R 175 0 R 176 0 R 178 0 R 179 0 R 181 0 R 183 0 R 184 0 R 185 0 R 186 0 R 188 0 R 190 0 R 192 0 R 194 0 R] +/Annots [143 0 R 145 0 R 146 0 R 148 0 R 150 0 R 152 0 R 153 0 R 154 0 R 156 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R +166 0 R 168 0 R 169 0 R 171 0 R 172 0 R 174 0 R 175 0 R 177 0 R 179 0 R 180 0 R 181 0 R 182 0 R 184 0 R 186 0 R 188 0 R 190 0 R +] >> endobj 1 0 obj << /Type /Page -/Parent 213 0 R -/Resources 223 0 R -/Contents 222 0 R +/Parent 209 0 R +/Resources 219 0 R +/Contents 218 0 R /Annots [89 0 R 90 0 R] >> endobj 4 0 obj << /Type /Page -/Parent 213 0 R -/Resources 231 0 R -/Contents 230 0 R +/Parent 209 0 R +/Resources 227 0 R +/Contents 226 0 R >> endobj -235 0 obj +231 0 obj << /Type /Page -/Parent 213 0 R -/Resources 237 0 R -/Contents 236 0 R +/Parent 209 0 R +/Resources 233 0 R +/Contents 232 0 R >> endobj 92 0 obj << /Type /Page -/Parent 213 0 R -/Resources 242 0 R -/Contents 241 0 R -/Annots [91 0 R 93 0 R 94 0 R 95 0 R 96 0 R 97 0 R 98 0 R 99 0 R] +/Parent 209 0 R +/Resources 238 0 R +/Contents 237 0 R +/Annots [91 0 R 93 0 R 94 0 R 95 0 R] >> endobj 6 0 obj << /Type /Page -/Parent 213 0 R -/Resources 246 0 R -/Contents 245 0 R +/Parent 209 0 R +/Resources 242 0 R +/Contents 241 0 R >> endobj 8 0 obj << /Type /Page -/Parent 213 0 R -/Resources 252 0 R -/Contents 251 0 R +/Parent 209 0 R +/Resources 248 0 R +/Contents 247 0 R >> endobj 10 0 obj << /Type /Page -/Parent 213 0 R -/Resources 258 0 R -/Contents 257 0 R -/Annots [195 0 R] +/Parent 209 0 R +/Resources 254 0 R +/Contents 253 0 R +/Annots [191 0 R] >> endobj -265 0 obj +261 0 obj << /Type /Page -/Parent 273 0 R -/Resources 267 0 R -/Contents 266 0 R +/Parent 269 0 R +/Resources 263 0 R +/Contents 262 0 R >> endobj 14 0 obj << /Type /Page -/Parent 273 0 R -/Resources 275 0 R -/Contents 274 0 R +/Parent 269 0 R +/Resources 271 0 R +/Contents 270 0 R >> endobj 17 0 obj << /Type /Page -/Parent 273 0 R -/Resources 282 0 R -/Contents 281 0 R +/Parent 269 0 R +/Resources 278 0 R +/Contents 277 0 R >> endobj 21 0 obj << /Type /Page -/Parent 273 0 R -/Resources 289 0 R -/Contents 288 0 R -/Annots [196 0 R] +/Parent 269 0 R +/Resources 285 0 R +/Contents 284 0 R +/Annots [192 0 R] >> endobj 23 0 obj << /Type /Page -/Parent 273 0 R -/Resources 297 0 R -/Contents 296 0 R +/Parent 269 0 R +/Resources 293 0 R +/Contents 292 0 R >> endobj 26 0 obj << /Type /Page -/Parent 273 0 R -/Resources 304 0 R -/Contents 303 0 R +/Parent 269 0 R +/Resources 300 0 R +/Contents 299 0 R >> endobj -311 0 obj +307 0 obj << /Type /Page -/Parent 273 0 R -/Resources 313 0 R -/Contents 312 0 R +/Parent 269 0 R +/Resources 309 0 R +/Contents 308 0 R >> endobj 29 0 obj << /Type /Page -/Parent 273 0 R -/Resources 318 0 R -/Contents 317 0 R +/Parent 269 0 R +/Resources 314 0 R +/Contents 313 0 R >> endobj -323 0 obj +319 0 obj << /Type /Page -/Parent 273 0 R -/Resources 325 0 R -/Contents 324 0 R +/Parent 269 0 R +/Resources 321 0 R +/Contents 320 0 R >> endobj 33 0 obj << /Type /Page -/Parent 273 0 R -/Resources 329 0 R -/Contents 328 0 R +/Parent 269 0 R +/Resources 325 0 R +/Contents 324 0 R >> endobj -336 0 obj +332 0 obj << /Type /Page -/Parent 342 0 R -/Resources 338 0 R -/Contents 337 0 R +/Parent 338 0 R +/Resources 334 0 R +/Contents 333 0 R >> endobj -343 0 obj +339 0 obj << /Type /Page -/Parent 342 0 R +/Parent 338 0 R +/Resources 341 0 R +/Contents 340 0 R +>> +endobj +194 0 obj +<< +/Type /Page +/Parent 338 0 R /Resources 345 0 R /Contents 344 0 R ->> -endobj -198 0 obj -<< -/Type /Page -/Parent 342 0 R -/Resources 349 0 R -/Contents 348 0 R -/Annots [197 0 R 199 0 R 200 0 R 201 0 R] +/Annots [193 0 R 195 0 R 196 0 R 197 0 R] >> endobj 36 0 obj << /Type /Page -/Parent 342 0 R -/Resources 359 0 R -/Contents 358 0 R +/Parent 338 0 R +/Resources 355 0 R +/Contents 354 0 R >> endobj -366 0 obj +362 0 obj << /Type /Page -/Parent 342 0 R -/Resources 368 0 R -/Contents 367 0 R +/Parent 338 0 R +/Resources 364 0 R +/Contents 363 0 R >> endobj 38 0 obj << /Type /Page -/Parent 342 0 R -/Resources 374 0 R -/Contents 373 0 R +/Parent 338 0 R +/Resources 370 0 R +/Contents 369 0 R >> endobj -379 0 obj +375 0 obj << /Type /Page -/Parent 342 0 R -/Resources 381 0 R -/Contents 380 0 R +/Parent 338 0 R +/Resources 377 0 R +/Contents 376 0 R >> endobj 40 0 obj << /Type /Page -/Parent 342 0 R -/Resources 386 0 R -/Contents 385 0 R +/Parent 338 0 R +/Resources 382 0 R +/Contents 381 0 R >> endobj -127 0 obj +123 0 obj << /Type /Page -/Parent 342 0 R -/Resources 393 0 R -/Contents 392 0 R +/Parent 338 0 R +/Resources 389 0 R +/Contents 388 0 R >> endobj -399 0 obj +395 0 obj << /Type /Page -/Parent 342 0 R -/Resources 401 0 R -/Contents 400 0 R +/Parent 338 0 R +/Resources 397 0 R +/Contents 396 0 R >> endobj -405 0 obj +401 0 obj << /Type /Page -/Parent 410 0 R -/Resources 407 0 R -/Contents 406 0 R +/Parent 406 0 R +/Resources 403 0 R +/Contents 402 0 R >> endobj 42 0 obj << /Type /Page -/Parent 410 0 R -/Resources 412 0 R -/Contents 411 0 R -/Annots [202 0 R 203 0 R] +/Parent 406 0 R +/Resources 408 0 R +/Contents 407 0 R +/Annots [198 0 R 199 0 R] >> endobj -421 0 obj +417 0 obj << /Type /Page -/Parent 410 0 R -/Resources 423 0 R -/Contents 422 0 R +/Parent 406 0 R +/Resources 419 0 R +/Contents 418 0 R >> endobj 44 0 obj << /Type /Page -/Parent 410 0 R -/Resources 428 0 R -/Contents 427 0 R +/Parent 406 0 R +/Resources 424 0 R +/Contents 423 0 R >> endobj 46 0 obj << /Type /Page -/Parent 410 0 R -/Resources 434 0 R -/Contents 433 0 R +/Parent 406 0 R +/Resources 430 0 R +/Contents 429 0 R >> endobj 48 0 obj << /Type /Page -/Parent 410 0 R -/Resources 441 0 R -/Contents 440 0 R +/Parent 406 0 R +/Resources 437 0 R +/Contents 436 0 R >> endobj -447 0 obj +443 0 obj << /Type /Page -/Parent 410 0 R -/Resources 449 0 R -/Contents 448 0 R +/Parent 406 0 R +/Resources 445 0 R +/Contents 444 0 R >> endobj 51 0 obj << /Type /Page -/Parent 410 0 R -/Resources 455 0 R -/Contents 454 0 R +/Parent 406 0 R +/Resources 451 0 R +/Contents 450 0 R >> endobj -461 0 obj +457 0 obj << /Type /Page -/Parent 410 0 R -/Resources 463 0 R -/Contents 462 0 R +/Parent 406 0 R +/Resources 459 0 R +/Contents 458 0 R >> endobj 53 0 obj << /Type /Page -/Parent 410 0 R -/Resources 469 0 R -/Contents 468 0 R +/Parent 406 0 R +/Resources 465 0 R +/Contents 464 0 R >> endobj 55 0 obj << /Type /Page -/Parent 481 0 R -/Resources 475 0 R -/Contents 474 0 R +/Parent 477 0 R +/Resources 471 0 R +/Contents 470 0 R >> endobj -482 0 obj +478 0 obj << /Type /Page -/Parent 481 0 R -/Resources 484 0 R -/Contents 483 0 R +/Parent 477 0 R +/Resources 480 0 R +/Contents 479 0 R >> endobj -489 0 obj +485 0 obj << /Type /Page -/Parent 481 0 R -/Resources 491 0 R -/Contents 490 0 R +/Parent 477 0 R +/Resources 487 0 R +/Contents 486 0 R >> endobj 57 0 obj << /Type /Page -/Parent 481 0 R -/Resources 497 0 R -/Contents 496 0 R +/Parent 477 0 R +/Resources 493 0 R +/Contents 492 0 R >> endobj 59 0 obj << /Type /Page -/Parent 481 0 R -/Resources 503 0 R -/Contents 502 0 R +/Parent 477 0 R +/Resources 499 0 R +/Contents 498 0 R >> endobj 61 0 obj << /Type /Page -/Parent 481 0 R -/Resources 510 0 R -/Contents 509 0 R +/Parent 477 0 R +/Resources 506 0 R +/Contents 505 0 R >> endobj -516 0 obj +512 0 obj << /Type /Page -/Parent 481 0 R -/Resources 518 0 R -/Contents 517 0 R +/Parent 477 0 R +/Resources 514 0 R +/Contents 513 0 R >> endobj -523 0 obj +519 0 obj << /Type /Page -/Parent 481 0 R -/Resources 525 0 R -/Contents 524 0 R +/Parent 477 0 R +/Resources 521 0 R +/Contents 520 0 R >> endobj 63 0 obj << /Type /Page -/Parent 481 0 R -/Resources 531 0 R -/Contents 530 0 R +/Parent 477 0 R +/Resources 527 0 R +/Contents 526 0 R +>> +endobj +138 0 obj +<< +/Type /Page +/Parent 477 0 R +/Resources 533 0 R +/Contents 532 0 R +>> +endobj +140 0 obj +<< +/Type /Page +/Parent 546 0 R +/Resources 541 0 R +/Contents 540 0 R >> endobj 142 0 obj << /Type /Page -/Parent 481 0 R -/Resources 537 0 R -/Contents 536 0 R +/Parent 546 0 R +/Resources 548 0 R +/Contents 547 0 R >> endobj -144 0 obj +554 0 obj << /Type /Page -/Parent 550 0 R -/Resources 545 0 R -/Contents 544 0 R ->> -endobj -146 0 obj -<< -/Type /Page -/Parent 550 0 R -/Resources 552 0 R -/Contents 551 0 R ->> -endobj -558 0 obj -<< -/Type /Page -/Parent 550 0 R -/Resources 560 0 R -/Contents 559 0 R +/Parent 546 0 R +/Resources 556 0 R +/Contents 555 0 R >> endobj 65 0 obj << /Type /Page -/Parent 550 0 R -/Resources 565 0 R -/Contents 564 0 R +/Parent 546 0 R +/Resources 561 0 R +/Contents 560 0 R +>> +endobj +147 0 obj +<< +/Type /Page +/Parent 546 0 R +/Resources 569 0 R +/Contents 568 0 R +/Annots [200 0 R] +>> +endobj +149 0 obj +<< +/Type /Page +/Parent 546 0 R +/Resources 576 0 R +/Contents 575 0 R +>> +endobj +581 0 obj +<< +/Type /Page +/Parent 546 0 R +/Resources 583 0 R +/Contents 582 0 R +>> +endobj +589 0 obj +<< +/Type /Page +/Parent 546 0 R +/Resources 591 0 R +/Contents 590 0 R >> endobj 151 0 obj << /Type /Page -/Parent 550 0 R -/Resources 573 0 R -/Contents 572 0 R -/Annots [204 0 R] +/Parent 546 0 R +/Resources 597 0 R +/Contents 596 0 R >> endobj -153 0 obj +603 0 obj << /Type /Page -/Parent 550 0 R -/Resources 580 0 R -/Contents 579 0 R ->> -endobj -585 0 obj -<< -/Type /Page -/Parent 550 0 R -/Resources 587 0 R -/Contents 586 0 R ->> -endobj -593 0 obj -<< -/Type /Page -/Parent 550 0 R -/Resources 595 0 R -/Contents 594 0 R ->> -endobj -155 0 obj -<< -/Type /Page -/Parent 550 0 R -/Resources 601 0 R -/Contents 600 0 R ->> -endobj -607 0 obj -<< -/Type /Page -/Parent 550 0 R -/Resources 609 0 R -/Contents 608 0 R +/Parent 546 0 R +/Resources 605 0 R +/Contents 604 0 R >> endobj 67 0 obj << /Type /Page -/Parent 620 0 R -/Resources 614 0 R -/Contents 613 0 R +/Parent 615 0 R +/Resources 610 0 R +/Contents 609 0 R >> endobj -621 0 obj +616 0 obj << /Type /Page -/Parent 620 0 R -/Resources 623 0 R -/Contents 622 0 R +/Parent 615 0 R +/Resources 618 0 R +/Contents 617 0 R +>> +endobj +622 0 obj +<< +/Type /Page +/Parent 615 0 R +/Resources 624 0 R +/Contents 623 0 R >> endobj 69 0 obj << /Type /Page -/Parent 620 0 R -/Resources 629 0 R -/Contents 628 0 R +/Parent 615 0 R +/Resources 630 0 R +/Contents 629 0 R >> endobj -159 0 obj +155 0 obj << /Type /Page -/Parent 620 0 R -/Resources 635 0 R -/Contents 634 0 R +/Parent 615 0 R +/Resources 636 0 R +/Contents 635 0 R >> endobj -641 0 obj +642 0 obj << /Type /Page -/Parent 620 0 R -/Resources 643 0 R -/Contents 642 0 R +/Parent 615 0 R +/Resources 644 0 R +/Contents 643 0 R >> endobj -648 0 obj +649 0 obj << /Type /Page -/Parent 620 0 R -/Resources 650 0 R -/Contents 649 0 R +/Parent 615 0 R +/Resources 651 0 R +/Contents 650 0 R >> endobj -654 0 obj +655 0 obj << /Type /Page -/Parent 620 0 R -/Resources 656 0 R -/Contents 655 0 R +/Parent 615 0 R +/Resources 657 0 R +/Contents 656 0 R >> endobj -161 0 obj +157 0 obj << /Type /Page -/Parent 620 0 R -/Resources 662 0 R -/Contents 661 0 R +/Parent 615 0 R +/Resources 663 0 R +/Contents 662 0 R >> endobj 71 0 obj << /Type /Page -/Parent 620 0 R -/Resources 668 0 R -/Contents 667 0 R +/Parent 615 0 R +/Resources 669 0 R +/Contents 668 0 R >> endobj -675 0 obj +676 0 obj << /Type /Page -/Parent 620 0 R -/Resources 677 0 R -/Contents 676 0 R +/Parent 684 0 R +/Resources 678 0 R +/Contents 677 0 R >> endobj -683 0 obj +685 0 obj << /Type /Page -/Parent 690 0 R -/Resources 685 0 R -/Contents 684 0 R +/Parent 684 0 R +/Resources 687 0 R +/Contents 686 0 R >> endobj -691 0 obj +692 0 obj << /Type /Page -/Parent 690 0 R -/Resources 693 0 R -/Contents 692 0 R +/Parent 684 0 R +/Resources 694 0 R +/Contents 693 0 R >> endobj 73 0 obj << /Type /Page -/Parent 690 0 R -/Resources 698 0 R -/Contents 697 0 R +/Parent 684 0 R +/Resources 699 0 R +/Contents 698 0 R >> endobj -706 0 obj +707 0 obj << /Type /Page -/Parent 690 0 R -/Resources 708 0 R -/Contents 707 0 R +/Parent 684 0 R +/Resources 709 0 R +/Contents 708 0 R >> endobj -713 0 obj +714 0 obj << /Type /Page -/Parent 690 0 R -/Resources 715 0 R -/Contents 714 0 R +/Parent 684 0 R +/Resources 716 0 R +/Contents 715 0 R >> endobj 76 0 obj << /Type /Page -/Parent 690 0 R -/Resources 720 0 R -/Contents 719 0 R +/Parent 684 0 R +/Resources 721 0 R +/Contents 720 0 R >> endobj -726 0 obj +727 0 obj << /Type /Page -/Parent 690 0 R -/Resources 728 0 R -/Contents 727 0 R +/Parent 684 0 R +/Resources 729 0 R +/Contents 728 0 R >> endobj -733 0 obj +734 0 obj << /Type /Page -/Parent 690 0 R -/Resources 735 0 R -/Contents 734 0 R +/Parent 684 0 R +/Resources 736 0 R +/Contents 735 0 R >> endobj 78 0 obj << /Type /Page -/Parent 690 0 R -/Resources 739 0 R -/Contents 738 0 R +/Parent 684 0 R +/Resources 740 0 R +/Contents 739 0 R >> endobj -744 0 obj +745 0 obj << /Type /Page -/Parent 690 0 R -/Resources 746 0 R -/Contents 745 0 R +/Parent 752 0 R +/Resources 747 0 R +/Contents 746 0 R >> endobj -751 0 obj +753 0 obj << /Type /Page -/Parent 757 0 R -/Resources 753 0 R -/Contents 752 0 R +/Parent 752 0 R +/Resources 755 0 R +/Contents 754 0 R >> endobj 80 0 obj << /Type /Page -/Parent 757 0 R -/Resources 759 0 R -/Contents 758 0 R +/Parent 752 0 R +/Resources 760 0 R +/Contents 759 0 R >> endobj -169 0 obj +165 0 obj << /Type /Page -/Parent 757 0 R -/Resources 765 0 R -/Contents 764 0 R +/Parent 752 0 R +/Resources 767 0 R +/Contents 766 0 R >> endobj -171 0 obj +167 0 obj << /Type /Page -/Parent 757 0 R -/Resources 772 0 R -/Contents 771 0 R +/Parent 752 0 R +/Resources 774 0 R +/Contents 773 0 R >> endobj -174 0 obj +170 0 obj << /Type /Page -/Parent 757 0 R -/Resources 779 0 R -/Contents 778 0 R +/Parent 752 0 R +/Resources 781 0 R +/Contents 780 0 R >> endobj 82 0 obj << /Type /Page -/Parent 757 0 R -/Resources 786 0 R -/Contents 785 0 R +/Parent 752 0 R +/Resources 788 0 R +/Contents 787 0 R >> endobj -177 0 obj +173 0 obj << /Type /Page -/Parent 757 0 R -/Resources 793 0 R -/Contents 792 0 R +/Parent 752 0 R +/Resources 795 0 R +/Contents 794 0 R >> endobj -180 0 obj +176 0 obj << /Type /Page -/Parent 757 0 R -/Resources 801 0 R -/Contents 800 0 R +/Parent 752 0 R +/Resources 803 0 R +/Contents 802 0 R >> endobj -182 0 obj +178 0 obj << /Type /Page -/Parent 757 0 R -/Resources 807 0 R -/Contents 806 0 R +/Parent 752 0 R +/Resources 809 0 R +/Contents 808 0 R >> endobj -813 0 obj +815 0 obj << /Type /Page -/Parent 757 0 R -/Resources 815 0 R -/Contents 814 0 R +/Parent 822 0 R +/Resources 817 0 R +/Contents 816 0 R >> endobj 84 0 obj << /Type /Page -/Parent 828 0 R -/Resources 821 0 R -/Contents 820 0 R +/Parent 822 0 R +/Resources 824 0 R +/Contents 823 0 R >> endobj 87 0 obj << /Type /Page -/Parent 828 0 R -/Resources 830 0 R -/Contents 829 0 R +/Parent 822 0 R +/Resources 832 0 R +/Contents 831 0 R +>> +endobj +183 0 obj +<< +/Type /Page +/Parent 822 0 R +/Resources 838 0 R +/Contents 837 0 R +>> +endobj +185 0 obj +<< +/Type /Page +/Parent 822 0 R +/Resources 846 0 R +/Contents 845 0 R >> endobj 187 0 obj << /Type /Page -/Parent 828 0 R -/Resources 836 0 R -/Contents 835 0 R +/Parent 822 0 R +/Resources 852 0 R +/Contents 851 0 R >> endobj 189 0 obj << /Type /Page -/Parent 828 0 R -/Resources 844 0 R -/Contents 843 0 R +/Parent 822 0 R +/Resources 857 0 R +/Contents 856 0 R >> endobj -191 0 obj +863 0 obj << /Type /Page -/Parent 828 0 R -/Resources 850 0 R -/Contents 849 0 R +/Parent 822 0 R +/Resources 865 0 R +/Contents 864 0 R >> endobj -193 0 obj -<< -/Type /Page -/Parent 828 0 R -/Resources 855 0 R -/Contents 854 0 R ->> -endobj -861 0 obj -<< -/Type /Page -/Parent 828 0 R -/Resources 863 0 R -/Contents 862 0 R ->> -endobj -213 0 obj +209 0 obj << /Type /Pages -/Kids [206 0 R 101 0 R 149 0 R 1 0 R 4 0 R 235 0 R 92 0 R 6 0 R 8 0 R 10 0 R] +/Kids [202 0 R 97 0 R 144 0 R 1 0 R 4 0 R 231 0 R 92 0 R 6 0 R 8 0 R 10 0 R] /Count 10 -/Parent 272 0 R +/Parent 268 0 R >> endobj -273 0 obj +269 0 obj << /Type /Pages -/Kids [265 0 R 14 0 R 17 0 R 21 0 R 23 0 R 26 0 R 311 0 R 29 0 R 323 0 R 33 0 R] +/Kids [261 0 R 14 0 R 17 0 R 21 0 R 23 0 R 26 0 R 307 0 R 29 0 R 319 0 R 33 0 R] /Count 10 -/Parent 272 0 R +/Parent 268 0 R >> endobj -342 0 obj +338 0 obj << /Type /Pages -/Kids [336 0 R 343 0 R 198 0 R 36 0 R 366 0 R 38 0 R 379 0 R 40 0 R 127 0 R 399 0 R] +/Kids [332 0 R 339 0 R 194 0 R 36 0 R 362 0 R 38 0 R 375 0 R 40 0 R 123 0 R 395 0 R] /Count 10 -/Parent 272 0 R +/Parent 268 0 R >> endobj -410 0 obj +406 0 obj << /Type /Pages -/Kids [405 0 R 42 0 R 421 0 R 44 0 R 46 0 R 48 0 R 447 0 R 51 0 R 461 0 R 53 0 R] +/Kids [401 0 R 42 0 R 417 0 R 44 0 R 46 0 R 48 0 R 443 0 R 51 0 R 457 0 R 53 0 R] /Count 10 -/Parent 272 0 R +/Parent 268 0 R >> endobj -481 0 obj +477 0 obj << /Type /Pages -/Kids [55 0 R 482 0 R 489 0 R 57 0 R 59 0 R 61 0 R 516 0 R 523 0 R 63 0 R 142 0 R] +/Kids [55 0 R 478 0 R 485 0 R 57 0 R 59 0 R 61 0 R 512 0 R 519 0 R 63 0 R 138 0 R] /Count 10 -/Parent 272 0 R +/Parent 268 0 R >> endobj -550 0 obj +546 0 obj << /Type /Pages -/Kids [144 0 R 146 0 R 558 0 R 65 0 R 151 0 R 153 0 R 585 0 R 593 0 R 155 0 R 607 0 R] +/Kids [140 0 R 142 0 R 554 0 R 65 0 R 147 0 R 149 0 R 581 0 R 589 0 R 151 0 R 603 0 R] /Count 10 -/Parent 272 0 R +/Parent 268 0 R >> endobj -620 0 obj +615 0 obj << /Type /Pages -/Kids [67 0 R 621 0 R 69 0 R 159 0 R 641 0 R 648 0 R 654 0 R 161 0 R 71 0 R 675 0 R] +/Kids [67 0 R 616 0 R 622 0 R 69 0 R 155 0 R 642 0 R 649 0 R 655 0 R 157 0 R 71 0 R] /Count 10 -/Parent 272 0 R +/Parent 268 0 R >> endobj -690 0 obj +684 0 obj << /Type /Pages -/Kids [683 0 R 691 0 R 73 0 R 706 0 R 713 0 R 76 0 R 726 0 R 733 0 R 78 0 R 744 0 R] +/Kids [676 0 R 685 0 R 692 0 R 73 0 R 707 0 R 714 0 R 76 0 R 727 0 R 734 0 R 78 0 R] /Count 10 -/Parent 272 0 R +/Parent 268 0 R >> endobj -757 0 obj +752 0 obj << /Type /Pages -/Kids [751 0 R 80 0 R 169 0 R 171 0 R 174 0 R 82 0 R 177 0 R 180 0 R 182 0 R 813 0 R] +/Kids [745 0 R 753 0 R 80 0 R 165 0 R 167 0 R 170 0 R 82 0 R 173 0 R 176 0 R 178 0 R] /Count 10 -/Parent 272 0 R +/Parent 268 0 R >> endobj -828 0 obj +822 0 obj << /Type /Pages -/Kids [84 0 R 87 0 R 187 0 R 189 0 R 191 0 R 193 0 R 861 0 R] -/Count 7 -/Parent 272 0 R +/Kids [815 0 R 84 0 R 87 0 R 183 0 R 185 0 R 187 0 R 189 0 R 863 0 R] +/Count 8 +/Parent 268 0 R >> endobj -272 0 obj +268 0 obj << /Type /Pages -/Kids [213 0 R 273 0 R 342 0 R 410 0 R 481 0 R 550 0 R 620 0 R 690 0 R 757 0 R 828 0 R ] -/Count 97 +/Kids [209 0 R 269 0 R 338 0 R 406 0 R 477 0 R 546 0 R 615 0 R 684 0 R 752 0 R 822 0 R ] +/Count 98 /MediaBox [0 0 612 792] >> endobj -1580 0 obj +1586 0 obj << /Count 51 /First 2 0 R @@ -30247,7 +30375,7 @@ endobj << /Title (Introduction) /Dest [1 0 R /FitH 720] -/Parent 1580 0 R +/Parent 1586 0 R /Next 7 0 R /First 3 0 R /Last 5 0 R @@ -30274,7 +30402,7 @@ endobj << /Title (Simulator Features) /Dest [6 0 R /FitH 720] -/Parent 1580 0 R +/Parent 1586 0 R /Prev 2 0 R /Next 34 0 R /First 9 0 R @@ -30438,7 +30566,7 @@ endobj << /Title (Processor Device Simulations) /Dest [33 0 R /FitH 720] -/Parent 1580 0 R +/Parent 1586 0 R /Prev 7 0 R /Next 49 0 R /First 35 0 R @@ -30512,7 +30640,7 @@ endobj << /Title (General I/O Device Simulations) /Dest [48 0 R /FitH 720] -/Parent 1580 0 R +/Parent 1586 0 R /Prev 34 0 R /Next 74 0 R /First 50 0 R @@ -30576,7 +30704,7 @@ endobj 62 0 obj << /Title (12653A Line Printer Interface with One 2767 Line Printer) -/Dest [61 0 R /FitH 127] +/Dest [61 0 R /FitH 140] /Parent 49 0 R /Prev 60 0 R /Next 64 0 R @@ -30612,7 +30740,7 @@ endobj 70 0 obj << /Title (12920A Asynchronous Multiplexer Interface) -/Dest [69 0 R /FitH 191] +/Dest [69 0 R /FitH 129] /Parent 49 0 R /Prev 68 0 R /Next 72 0 R @@ -30630,7 +30758,7 @@ endobj << /Title (Disc I/O Device Simulations) /Dest [73 0 R /FitH 720] -/Parent 1580 0 R +/Parent 1586 0 R /Prev 49 0 R /Next 85 0 R /First 75 0 R @@ -30685,7 +30813,7 @@ endobj << /Title (Magnetic Tape I/O Device Simulations) /Dest [84 0 R /FitH 720] -/Parent 1580 0 R +/Parent 1586 0 R /Prev 74 0 R /First 86 0 R /Last 88 0 R @@ -30708,1606 +30836,1612 @@ endobj /Prev 86 0 R >> endobj -1581 0 obj +1587 0 obj << /Type /Catalog -/Pages 272 0 R -/Outlines 1580 0 R -/OpenAction [206 0 R /XYZ null 796 1] +/Pages 268 0 R +/Outlines 1586 0 R +/OpenAction [202 0 R /XYZ null 796 1] /PageMode /UseOutlines >> endobj xref -0 1582 +0 1588 0000000000 65535 f -0001467607 00000 n -0001478555 00000 n -0001478696 00000 n -0001467726 00000 n -0001478818 00000 n -0001468078 00000 n -0001478922 00000 n -0001468172 00000 n -0001479085 00000 n -0001468266 00000 n -0001479202 00000 n -0001479374 00000 n -0001479492 00000 n -0001468476 00000 n -0001479625 00000 n -0001479772 00000 n -0001468571 00000 n -0001479896 00000 n -0001480008 00000 n -0001480125 00000 n -0001468666 00000 n -0001480252 00000 n -0001468780 00000 n -0001480379 00000 n -0001480516 00000 n -0001468875 00000 n -0001480660 00000 n -0001480769 00000 n -0001469066 00000 n -0001480918 00000 n -0001481069 00000 n -0001481199 00000 n -0001469257 00000 n -0001481319 00000 n -0001481494 00000 n -0001469683 00000 n -0001481649 00000 n -0001469874 00000 n -0001481759 00000 n -0001470065 00000 n -0001481882 00000 n -0001470448 00000 n -0001481988 00000 n -0001470666 00000 n -0001482188 00000 n -0001470761 00000 n -0001482323 00000 n -0001470856 00000 n -0001482446 00000 n -0001482625 00000 n -0001471047 00000 n -0001482784 00000 n -0001471238 00000 n -0001482917 00000 n -0001471333 00000 n -0001483053 00000 n -0001471620 00000 n -0001483224 00000 n -0001471715 00000 n -0001483393 00000 n -0001471810 00000 n -0001483540 00000 n -0001472097 00000 n -0001483703 00000 n -0001472576 00000 n -0001483851 00000 n -0001473266 00000 n -0001484023 00000 n -0001473457 00000 n -0001484159 00000 n -0001474032 00000 n -0001484307 00000 n -0001474415 00000 n -0001484453 00000 n -0001484628 00000 n -0001474702 00000 n -0001484828 00000 n -0001474989 00000 n -0001484977 00000 n -0001475276 00000 n -0001485198 00000 n -0001475659 00000 n -0001485361 00000 n -0001476138 00000 n -0001485524 00000 n -0001485694 00000 n -0001476233 00000 n -0001485850 00000 n +0001477250 00000 n +0001488273 00000 n +0001488414 00000 n +0001477369 00000 n +0001488536 00000 n +0001477693 00000 n +0001488640 00000 n +0001477787 00000 n +0001488803 00000 n +0001477881 00000 n +0001488920 00000 n +0001489092 00000 n +0001489210 00000 n +0001478091 00000 n +0001489343 00000 n +0001489490 00000 n +0001478186 00000 n +0001489614 00000 n +0001489726 00000 n +0001489843 00000 n +0001478281 00000 n +0001489970 00000 n +0001478395 00000 n +0001490097 00000 n +0001490234 00000 n +0001478490 00000 n +0001490378 00000 n +0001490487 00000 n +0001478681 00000 n +0001490636 00000 n +0001490787 00000 n +0001490917 00000 n +0001478872 00000 n +0001491037 00000 n +0001491212 00000 n +0001479298 00000 n +0001491367 00000 n +0001479489 00000 n +0001491477 00000 n +0001479680 00000 n +0001491600 00000 n +0001480063 00000 n +0001491706 00000 n +0001480281 00000 n +0001491906 00000 n +0001480376 00000 n +0001492041 00000 n +0001480471 00000 n +0001492164 00000 n +0001492343 00000 n +0001480662 00000 n +0001492502 00000 n +0001480853 00000 n +0001492635 00000 n +0001480948 00000 n +0001492771 00000 n +0001481235 00000 n +0001492942 00000 n +0001481330 00000 n +0001493111 00000 n +0001481425 00000 n +0001493258 00000 n +0001481712 00000 n +0001493421 00000 n +0001482191 00000 n +0001493569 00000 n +0001482881 00000 n +0001493741 00000 n +0001483168 00000 n +0001493877 00000 n +0001483743 00000 n +0001494025 00000 n +0001484126 00000 n +0001494171 00000 n +0001494346 00000 n +0001484413 00000 n +0001494546 00000 n +0001484700 00000 n +0001494695 00000 n +0001484987 00000 n +0001494916 00000 n +0001485370 00000 n +0001495079 00000 n +0001485849 00000 n +0001495242 00000 n +0001495412 00000 n +0001485944 00000 n +0001495568 00000 n 0000000017 00000 n 0000000214 00000 n 0000000409 00000 n -0001467916 00000 n +0001477559 00000 n 0000000599 00000 n 0000000788 00000 n -0000001006 00000 n -0000001216 00000 n -0000001427 00000 n -0000001637 00000 n -0000001862 00000 n -0000002089 00000 n -0001466798 00000 n -0000002250 00000 n -0000002411 00000 n -0000002572 00000 n -0000002733 00000 n -0000002894 00000 n -0000003056 00000 n -0000003218 00000 n -0000003380 00000 n -0000003542 00000 n -0000003704 00000 n -0000003866 00000 n -0000004028 00000 n -0000004190 00000 n -0000004352 00000 n -0000004514 00000 n -0000004676 00000 n -0000004838 00000 n -0000005000 00000 n -0000005162 00000 n -0000005324 00000 n -0000005486 00000 n -0000005648 00000 n -0000005810 00000 n -0000005972 00000 n -0000006134 00000 n -0001470160 00000 n -0000006296 00000 n -0000006459 00000 n -0000006621 00000 n -0000006783 00000 n -0000006945 00000 n -0000007107 00000 n -0000007269 00000 n -0000007431 00000 n -0000007593 00000 n -0000007755 00000 n -0000007917 00000 n -0000008079 00000 n -0000008241 00000 n -0000008403 00000 n -0001472192 00000 n -0000008565 00000 n -0001472288 00000 n -0000008727 00000 n -0001472384 00000 n -0000008888 00000 n -0000009049 00000 n -0001467251 00000 n -0000009211 00000 n -0001472671 00000 n -0000009373 00000 n -0001472786 00000 n -0000009536 00000 n -0001473074 00000 n -0000009699 00000 n -0000009862 00000 n -0000010024 00000 n -0001473552 00000 n -0000010186 00000 n -0001473936 00000 n -0000010349 00000 n -0000010512 00000 n -0000010674 00000 n -0000010836 00000 n -0000010998 00000 n -0000011160 00000 n -0000011322 00000 n -0001475371 00000 n -0000011484 00000 n -0001475467 00000 n -0000011647 00000 n -0000011810 00000 n -0001475563 00000 n -0000011973 00000 n -0000012136 00000 n -0001475754 00000 n -0000012298 00000 n -0000012461 00000 n -0001475850 00000 n -0000012624 00000 n -0001475946 00000 n -0000012787 00000 n -0000012950 00000 n -0000013112 00000 n -0000013274 00000 n -0001476328 00000 n -0000013436 00000 n -0001476424 00000 n -0000013599 00000 n -0001476520 00000 n -0000013762 00000 n -0001476616 00000 n -0000013925 00000 n -0000014088 00000 n -0000014250 00000 n -0000014413 00000 n -0001469544 00000 n -0000014576 00000 n -0000014740 00000 n -0000014903 00000 n -0000015067 00000 n -0000015230 00000 n -0000015392 00000 n -0000015556 00000 n -0001466702 00000 n -0000015876 00000 n -0000018685 00000 n -0000501733 00000 n -0000502178 00000 n -0000502460 00000 n -0000428377 00000 n -0001476808 00000 n -0000018822 00000 n -0000021555 00000 n -0000502688 00000 n -0000503175 00000 n -0000021680 00000 n -0000023733 00000 n -0000503602 00000 n -0000504038 00000 n -0000023859 00000 n -0000028220 00000 n -0000504455 00000 n -0000504912 00000 n -0000505137 00000 n -0000505400 00000 n -0000505671 00000 n -0000505855 00000 n -0000028402 00000 n -0000033295 00000 n -0000506092 00000 n -0000506554 00000 n -0000506789 00000 n -0001467820 00000 n -0000033435 00000 n -0000037706 00000 n -0000507056 00000 n -0000507517 00000 n -0000507777 00000 n -0000037846 00000 n -0000039668 00000 n -0000508008 00000 n -0000508450 00000 n -0000039808 00000 n -0000043807 00000 n -0000508751 00000 n -0000509196 00000 n -0000509443 00000 n -0000509718 00000 n -0000043975 00000 n -0000046917 00000 n -0000510005 00000 n -0000510472 00000 n -0000510730 00000 n -0000511031 00000 n -0000047085 00000 n -0000051687 00000 n -0000511334 00000 n -0000511794 00000 n -0000512161 00000 n -0000512462 00000 n -0000512759 00000 n -0000513038 00000 n -0001468380 00000 n -0000051869 00000 n -0000056727 00000 n -0000513313 00000 n -0000513782 00000 n -0000514117 00000 n -0000514372 00000 n -0001478321 00000 n -0001476956 00000 n -0000056895 00000 n -0000061233 00000 n -0000514627 00000 n -0000515070 00000 n -0000515447 00000 n -0000515752 00000 n -0000516019 00000 n -0000061415 00000 n -0000066994 00000 n -0000516272 00000 n -0000516737 00000 n -0000517008 00000 n -0000517327 00000 n -0000517702 00000 n -0000067162 00000 n -0000071544 00000 n -0000517983 00000 n -0000518457 00000 n -0000518780 00000 n -0000519071 00000 n -0000519432 00000 n -0000519771 00000 n -0000071726 00000 n -0000074862 00000 n -0000520090 00000 n -0000520523 00000 n -0000520872 00000 n -0000521223 00000 n -0000521522 00000 n -0000075030 00000 n -0000080685 00000 n -0000521815 00000 n -0000522290 00000 n -0000522655 00000 n -0000522936 00000 n -0000523120 00000 n -0000523439 00000 n -0001468970 00000 n -0000080867 00000 n -0000085522 00000 n -0000523756 00000 n -0000524245 00000 n -0000524536 00000 n -0000085676 00000 n -0000090736 00000 n -0000524825 00000 n -0000525285 00000 n -0000525628 00000 n -0000525945 00000 n -0001469161 00000 n -0000090890 00000 n -0000091519 00000 n -0000526312 00000 n -0000526667 00000 n -0000091645 00000 n -0000094471 00000 n -0000526980 00000 n -0000527427 00000 n -0000527690 00000 n -0000528011 00000 n -0000528330 00000 n -0000528610 00000 n -0001469352 00000 n -0000094667 00000 n -0000098833 00000 n -0000528937 00000 n -0000529388 00000 n -0000529765 00000 n -0001477107 00000 n -0001469448 00000 n -0000098973 00000 n -0000103858 00000 n -0000530148 00000 n -0000530487 00000 n -0000103997 00000 n -0000109016 00000 n -0000530735 00000 n -0000531214 00000 n -0000531586 00000 n -0000531896 00000 n -0000532081 00000 n -0000532270 00000 n -0000532455 00000 n -0000532640 00000 n -0000109234 00000 n -0000112922 00000 n -0000532825 00000 n -0000533297 00000 n -0000533635 00000 n -0000533979 00000 n -0000534277 00000 n -0000534637 00000 n -0001469778 00000 n -0000113124 00000 n -0000117379 00000 n -0000534870 00000 n -0000535357 00000 n -0000535714 00000 n -0000536075 00000 n -0000117537 00000 n -0000120504 00000 n -0000536456 00000 n -0000536877 00000 n -0000537208 00000 n -0000537667 00000 n -0001469969 00000 n -0000120662 00000 n -0000125231 00000 n -0000537934 00000 n -0000538393 00000 n -0000538738 00000 n -0000125374 00000 n -0000129312 00000 n -0000539097 00000 n -0000539546 00000 n -0000539903 00000 n -0000540252 00000 n -0000540675 00000 n -0000129485 00000 n -0000132503 00000 n -0000540982 00000 n -0000541393 00000 n -0000541698 00000 n -0000542045 00000 n -0000542318 00000 n -0001470256 00000 n -0000132676 00000 n -0000134937 00000 n -0000542749 00000 n -0000543207 00000 n -0000543568 00000 n -0001470352 00000 n -0000135080 00000 n -0000138070 00000 n -0000543843 00000 n -0000544216 00000 n -0001477262 00000 n -0000138198 00000 n -0000143166 00000 n -0000544655 00000 n -0000545142 00000 n -0000545495 00000 n -0000545852 00000 n -0000546157 00000 n -0000546516 00000 n -0000546702 00000 n -0000547015 00000 n -0001470570 00000 n -0000143384 00000 n -0000146781 00000 n -0000547380 00000 n -0000547747 00000 n -0000548104 00000 n -0000146938 00000 n -0000151533 00000 n -0000548533 00000 n -0000549011 00000 n -0000549357 00000 n -0000549724 00000 n -0000151706 00000 n -0000156750 00000 n -0000550061 00000 n -0000550507 00000 n -0000550882 00000 n -0000551247 00000 n -0000551676 00000 n -0000156923 00000 n -0000159845 00000 n -0000552021 00000 n -0000552475 00000 n -0000552754 00000 n -0000553109 00000 n -0000553518 00000 n -0001470951 00000 n -0000160032 00000 n -0000164479 00000 n -0000553861 00000 n -0000554318 00000 n -0000554687 00000 n -0000555060 00000 n -0000164637 00000 n -0000169102 00000 n -0000555301 00000 n -0000555773 00000 n -0000556150 00000 n -0000556497 00000 n -0000556944 00000 n -0001471142 00000 n -0000169275 00000 n -0000173099 00000 n -0000557287 00000 n -0000557733 00000 n -0000558084 00000 n -0000558439 00000 n -0000173257 00000 n -0000178492 00000 n -0000558866 00000 n -0000559338 00000 n -0000559727 00000 n -0000560103 00000 n -0000178650 00000 n -0000183049 00000 n -0000560444 00000 n -0000560896 00000 n -0000561273 00000 n -0000561618 00000 n -0000562073 00000 n -0001477414 00000 n -0001471428 00000 n -0000183222 00000 n -0000189311 00000 n -0000562430 00000 n -0000562912 00000 n -0000563309 00000 n -0000563658 00000 n -0001471524 00000 n -0000189483 00000 n -0000194409 00000 n -0000563843 00000 n -0000564316 00000 n -0000564727 00000 n -0000565048 00000 n -0000194581 00000 n -0000198969 00000 n -0000565491 00000 n -0000565947 00000 n -0000566302 00000 n -0000566711 00000 n -0000199142 00000 n -0000203148 00000 n -0000567046 00000 n -0000567494 00000 n -0000567869 00000 n -0000568212 00000 n -0000568655 00000 n -0000203321 00000 n -0000207349 00000 n -0000569006 00000 n -0000569462 00000 n -0000569831 00000 n -0000570224 00000 n -0000570637 00000 n -0001471905 00000 n -0000207522 00000 n -0000211489 00000 n -0000570988 00000 n -0000571434 00000 n -0000571847 00000 n -0000572170 00000 n -0001472001 00000 n -0000211647 00000 n -0000215647 00000 n -0000572517 00000 n -0000572961 00000 n -0000573334 00000 n -0000573685 00000 n -0000215805 00000 n -0000220673 00000 n -0000574142 00000 n -0000574651 00000 n -0000574991 00000 n -0000575334 00000 n -0000220846 00000 n -0000224877 00000 n -0000575685 00000 n -0000576121 00000 n -0000576496 00000 n -0000576909 00000 n -0000577222 00000 n -0000577529 00000 n -0000225079 00000 n -0000229404 00000 n -0000577912 00000 n -0000578402 00000 n -0000578703 00000 n -0000579058 00000 n -0001477567 00000 n -0000229562 00000 n -0000231668 00000 n -0000579447 00000 n -0000579857 00000 n -0000580172 00000 n -0000580527 00000 n -0000580796 00000 n -0001472480 00000 n -0000231841 00000 n -0000236750 00000 n -0000581239 00000 n -0000581731 00000 n -0000582071 00000 n -0000236908 00000 n -0000240899 00000 n -0000582456 00000 n -0000582914 00000 n -0000583273 00000 n -0000583686 00000 n -0000584009 00000 n -0000584370 00000 n -0000241087 00000 n -0000245338 00000 n -0000584687 00000 n -0000585147 00000 n -0000585544 00000 n -0000585947 00000 n -0000586260 00000 n -0000245511 00000 n -0000249711 00000 n -0000586569 00000 n -0000587012 00000 n -0000587353 00000 n -0000587674 00000 n -0001472882 00000 n -0000249869 00000 n -0000253760 00000 n -0000588003 00000 n -0000588488 00000 n -0000588859 00000 n -0000589201 00000 n -0000589518 00000 n -0001472978 00000 n -0000253947 00000 n -0000256919 00000 n -0000589907 00000 n -0000590378 00000 n -0000590823 00000 n -0000591162 00000 n -0000257077 00000 n -0000259263 00000 n -0000591491 00000 n -0000591893 00000 n -0000592210 00000 n -0000592567 00000 n -0000592904 00000 n -0001473170 00000 n -0000259436 00000 n -0000264675 00000 n -0000593355 00000 n -0000593796 00000 n -0000594187 00000 n -0000264833 00000 n -0000269549 00000 n -0000594560 00000 n -0000595024 00000 n -0000595361 00000 n -0000595714 00000 n -0000596107 00000 n -0001477724 00000 n -0001473361 00000 n -0000269722 00000 n -0000274200 00000 n -0000596492 00000 n -0000596940 00000 n -0000597311 00000 n -0000597692 00000 n -0000274358 00000 n -0000279997 00000 n -0000598139 00000 n -0000598626 00000 n -0000599019 00000 n -0000599284 00000 n -0000280169 00000 n -0000284010 00000 n -0000599635 00000 n -0000600090 00000 n -0000600425 00000 n -0000600765 00000 n -0000601170 00000 n -0001473648 00000 n -0000284197 00000 n -0000288186 00000 n -0000601483 00000 n -0000601925 00000 n -0000602306 00000 n -0000602663 00000 n -0001473744 00000 n -0000288344 00000 n -0000292890 00000 n -0000603050 00000 n -0000603532 00000 n -0000603901 00000 n -0001473840 00000 n -0000293033 00000 n -0000296353 00000 n -0000604304 00000 n -0000604732 00000 n -0000605107 00000 n -0000605442 00000 n -0000296511 00000 n -0000301064 00000 n -0000605907 00000 n -0000606357 00000 n -0000606724 00000 n -0000607103 00000 n -0000301237 00000 n -0000305164 00000 n -0000607408 00000 n -0000607852 00000 n -0000608329 00000 n -0000608675 00000 n -0000609030 00000 n -0000609381 00000 n -0001474127 00000 n -0000305352 00000 n -0000309565 00000 n -0000609678 00000 n -0000610166 00000 n -0000610535 00000 n -0000610840 00000 n -0000611171 00000 n -0001474223 00000 n -0000309752 00000 n -0000314001 00000 n -0000611516 00000 n -0000611958 00000 n -0000612331 00000 n -0000612724 00000 n -0001477879 00000 n -0001474319 00000 n -0000314159 00000 n -0000318006 00000 n -0000613175 00000 n -0000613614 00000 n -0000613952 00000 n -0000318164 00000 n -0000321021 00000 n -0000614333 00000 n -0000614788 00000 n -0000615065 00000 n -0000615428 00000 n -0000615845 00000 n -0000616081 00000 n -0000616331 00000 n -0001474510 00000 n -0000321238 00000 n -0000326039 00000 n -0000616714 00000 n -0000617192 00000 n -0000617589 00000 n -0000617966 00000 n -0001474606 00000 n -0000326197 00000 n -0000330867 00000 n -0000618279 00000 n -0000618758 00000 n -0000619147 00000 n -0000331039 00000 n -0000335946 00000 n -0000619392 00000 n -0000619876 00000 n -0000620216 00000 n -0000620599 00000 n -0000620948 00000 n -0001474797 00000 n -0000336134 00000 n -0000340526 00000 n -0000621297 00000 n -0000621791 00000 n -0000622198 00000 n -0000622549 00000 n -0001474893 00000 n -0000340699 00000 n -0000345358 00000 n -0000622858 00000 n -0000623359 00000 n -0000345515 00000 n -0000350063 00000 n -0000623744 00000 n -0000624200 00000 n -0000624538 00000 n -0000624919 00000 n -0001475084 00000 n -0000350236 00000 n -0000354274 00000 n -0000625282 00000 n -0000625730 00000 n -0000626103 00000 n -0000626476 00000 n -0001475180 00000 n -0000354447 00000 n -0000358253 00000 n -0000626893 00000 n -0000627395 00000 n -0000627782 00000 n -0001478034 00000 n -0000358396 00000 n -0000362981 00000 n -0000628155 00000 n -0000628634 00000 n -0000629001 00000 n -0000629362 00000 n -0000363167 00000 n -0000367287 00000 n -0000629693 00000 n -0000630142 00000 n -0000630481 00000 n -0000630900 00000 n -0000631207 00000 n -0000367475 00000 n -0000372156 00000 n -0000631568 00000 n -0000632040 00000 n -0000632365 00000 n -0000632734 00000 n -0000633117 00000 n -0000372329 00000 n -0000376811 00000 n -0000633448 00000 n -0000633897 00000 n -0000634300 00000 n -0000634659 00000 n -0000634972 00000 n -0000376998 00000 n -0000381316 00000 n -0000635441 00000 n -0000635903 00000 n -0000636235 00000 n -0000636616 00000 n -0000636975 00000 n -0000381504 00000 n -0000385149 00000 n -0000637404 00000 n -0000637851 00000 n -0000638156 00000 n -0000638467 00000 n -0000638757 00000 n -0000639162 00000 n -0000385337 00000 n -0000390827 00000 n -0000639493 00000 n -0000639976 00000 n -0000640375 00000 n -0000640700 00000 n -0000391014 00000 n -0000395528 00000 n -0000641011 00000 n -0000641486 00000 n -0000641883 00000 n -0000642196 00000 n -0000642533 00000 n -0001476042 00000 n -0000395715 00000 n -0000400060 00000 n -0000642982 00000 n -0000643421 00000 n -0000643848 00000 n -0000644178 00000 n -0000400218 00000 n -0000404032 00000 n -0000644571 00000 n -0000645065 00000 n -0000645362 00000 n -0000645729 00000 n -0000646154 00000 n -0000646495 00000 n -0001478190 00000 n -0000404234 00000 n -0000408789 00000 n -0000646866 00000 n -0000647366 00000 n -0000647731 00000 n -0000648104 00000 n -0000408947 00000 n -0000412885 00000 n -0000648475 00000 n -0000648931 00000 n -0000649362 00000 n -0000649735 00000 n -0000649933 00000 n -0000650242 00000 n -0000413073 00000 n -0000417414 00000 n -0000650593 00000 n -0000651035 00000 n -0000651392 00000 n -0000651775 00000 n -0000417572 00000 n -0000422849 00000 n -0000652066 00000 n -0000652544 00000 n -0000652859 00000 n -0000423021 00000 n -0000426000 00000 n -0000653238 00000 n -0000653674 00000 n -0000653993 00000 n -0000654364 00000 n -0000654729 00000 n -0001476712 00000 n -0000426173 00000 n -0000428100 00000 n -0000655160 00000 n -0000655581 00000 n -0000655911 00000 n -0000428243 00000 n -0000428458 00000 n -0000429104 00000 n -0000437417 00000 n -0000437709 00000 n -0000440464 00000 n -0000440954 00000 n -0000447115 00000 n -0000447524 00000 n -0000456434 00000 n -0000456744 00000 n -0000460406 00000 n -0000460805 00000 n -0000466295 00000 n -0000466698 00000 n -0000472814 00000 n -0000473030 00000 n -0000473290 00000 n -0000473778 00000 n -0000481455 00000 n -0000481830 00000 n -0000487293 00000 n -0000487904 00000 n -0000498381 00000 n -0000498613 00000 n -0000499176 00000 n -0000499394 00000 n -0000499646 00000 n -0000499864 00000 n -0000500117 00000 n -0000500332 00000 n -0000500700 00000 n -0000500918 00000 n -0000501219 00000 n -0000501436 00000 n -0000658622 00000 n -0000656474 00000 n -0000658527 00000 n -0000806228 00000 n -0000660555 00000 n -0000898439 00000 n -0000662581 00000 n -0000666669 00000 n -0000664555 00000 n -0000668667 00000 n -0000670821 00000 n -0000672883 00000 n -0000673034 00000 n -0000675222 00000 n -0000677090 00000 n -0000677269 00000 n -0000681682 00000 n -0000679522 00000 n -0000683571 00000 n -0000685777 00000 n -0000687823 00000 n -0000692124 00000 n -0000690028 00000 n -0000694134 00000 n -0000696310 00000 n -0000698430 00000 n -0000700317 00000 n -0000700444 00000 n -0000702629 00000 n -0000704746 00000 n -0000706716 00000 n -0000710945 00000 n -0000708881 00000 n -0000713094 00000 n -0000715221 00000 n -0000717304 00000 n -0000719281 00000 n -0000721396 00000 n -0000723537 00000 n -0000723755 00000 n -0000725789 00000 n -0000727846 00000 n -0000730019 00000 n -0000732189 00000 n -0000734405 00000 n -0000736267 00000 n -0000738447 00000 n -0000740581 00000 n -0000742574 00000 n -0000742777 00000 n -0000747113 00000 n -0000745035 00000 n -0001319465 00000 n -0000749195 00000 n -0000751283 00000 n -0000753442 00000 n -0000755470 00000 n -0000757575 00000 n -0000759740 00000 n -0000761917 00000 n -0000764096 00000 n -0000766116 00000 n -0000768181 00000 n -0000770239 00000 n -0000770312 00000 n -0000772503 00000 n -0000774631 00000 n -0000776635 00000 n -0000778711 00000 n -0000780980 00000 n -0000778979 00000 n -0000783009 00000 n -0000785202 00000 n -0000787273 00000 n -0000789308 00000 n -0000791642 00000 n -0000789568 00000 n -0000793635 00000 n -0000795716 00000 n -0000795970 00000 n -0000798179 00000 n -0000802347 00000 n -0000800249 00000 n -0000804241 00000 n -0000808196 00000 n -0000810258 00000 n -0000810454 00000 n -0000812454 00000 n -0000814485 00000 n -0000816543 00000 n -0000816689 00000 n -0000818862 00000 n -0000818933 00000 n -0000819086 00000 n -0000820964 00000 n -0000823122 00000 n -0000825278 00000 n -0000827545 00000 n -0000829527 00000 n -0000829688 00000 n -0000831574 00000 n -0000833720 00000 n -0000835820 00000 n -0000837890 00000 n -0000841983 00000 n -0000840084 00000 n -0000844156 00000 n -0000846332 00000 n -0000848227 00000 n -0000850358 00000 n -0000852455 00000 n -0000854461 00000 n -0000856478 00000 n -0000858620 00000 n -0000860576 00000 n -0000864982 00000 n -0000862861 00000 n -0000866925 00000 n -0000869032 00000 n -0000871294 00000 n -0000873327 00000 n -0000875332 00000 n -0000877505 00000 n -0000879638 00000 n -0000881753 00000 n -0000883687 00000 n -0000885708 00000 n -0000890003 00000 n -0000887882 00000 n -0000892095 00000 n -0000894176 00000 n -0000894348 00000 n -0000896419 00000 n -0000900464 00000 n -0000902613 00000 n -0000904812 00000 n -0000906846 00000 n -0000908793 00000 n -0000910905 00000 n -0000913026 00000 n -0000915193 00000 n -0000917085 00000 n -0000921307 00000 n -0000919345 00000 n -0000923460 00000 n -0000927727 00000 n -0000925667 00000 n -0000929700 00000 n -0000932001 00000 n -0000997493 00000 n -0000934086 00000 n -0000935983 00000 n -0000938095 00000 n -0000940139 00000 n -0000940333 00000 n -0000942250 00000 n -0000944307 00000 n -0000946525 00000 n -0000948455 00000 n -0000950608 00000 n -0000952524 00000 n -0000954646 00000 n -0000956859 00000 n -0000958895 00000 n -0000960766 00000 n -0000962839 00000 n -0000964893 00000 n -0000966967 00000 n -0000968867 00000 n -0000970926 00000 n -0000973035 00000 n -0000975033 00000 n -0000977072 00000 n -0000978942 00000 n -0000981029 00000 n -0000983097 00000 n -0000985053 00000 n -0000987093 00000 n -0000989349 00000 n -0000991294 00000 n -0000993268 00000 n -0000995490 00000 n -0000999619 00000 n -0001001755 00000 n -0001003663 00000 n -0001005644 00000 n -0001007850 00000 n -0001009902 00000 n -0001012032 00000 n -0001013928 00000 n -0001016019 00000 n -0001018167 00000 n -0001020246 00000 n -0001022387 00000 n -0001024494 00000 n -0001026485 00000 n -0001028555 00000 n -0001030674 00000 n -0001032709 00000 n -0001034779 00000 n -0001037059 00000 n -0001039058 00000 n -0001040918 00000 n -0001043057 00000 n -0001045220 00000 n -0001047345 00000 n -0001049424 00000 n -0001051414 00000 n -0001053506 00000 n -0001055712 00000 n -0001057993 00000 n -0001062260 00000 n -0001060145 00000 n -0001064143 00000 n -0001066172 00000 n -0001070376 00000 n -0001068283 00000 n -0001072348 00000 n -0001074460 00000 n -0001076807 00000 n -0001078767 00000 n -0001080673 00000 n -0001082816 00000 n -0001086983 00000 n -0001084933 00000 n -0001089070 00000 n -0001091061 00000 n -0001095431 00000 n -0001093335 00000 n -0001097431 00000 n -0001099435 00000 n -0001101524 00000 n -0001103608 00000 n -0001105722 00000 n -0001105915 00000 n -0001110143 00000 n -0001108036 00000 n -0001112312 00000 n -0001114476 00000 n -0001116482 00000 n -0001118540 00000 n -0001120641 00000 n -0001120775 00000 n -0001121040 00000 n -0001123099 00000 n -0001125225 00000 n -0001127290 00000 n -0001129664 00000 n -0001127570 00000 n -0001131644 00000 n -0001133745 00000 n -0001136007 00000 n -0001138034 00000 n -0001139948 00000 n -0001142002 00000 n -0001146230 00000 n -0001144139 00000 n -0001148390 00000 n -0001148246 00000 n -0001150516 00000 n -0001152546 00000 n -0001154450 00000 n -0001156533 00000 n -0001158684 00000 n -0001160611 00000 n -0001162583 00000 n -0001164677 00000 n -0001166786 00000 n -0001168827 00000 n -0001170807 00000 n -0001173011 00000 n -0001175071 00000 n -0001177109 00000 n -0001179221 00000 n -0001181292 00000 n -0001183359 00000 n -0001185484 00000 n -0001187530 00000 n -0001189437 00000 n -0001191523 00000 n -0001193581 00000 n -0001195535 00000 n -0001197516 00000 n -0001199767 00000 n -0001201778 00000 n -0001203685 00000 n -0001205767 00000 n -0001207891 00000 n -0001210083 00000 n -0001212196 00000 n -0001214128 00000 n -0001216170 00000 n -0001218353 00000 n -0001220393 00000 n -0001222606 00000 n -0001224577 00000 n -0001226645 00000 n -0001228930 00000 n -0001230997 00000 n -0001233041 00000 n -0001234955 00000 n -0001237019 00000 n -0001239233 00000 n -0001241188 00000 n -0001243105 00000 n -0001245171 00000 n -0001249353 00000 n -0001247281 00000 n -0001251344 00000 n -0001255868 00000 n -0001253706 00000 n -0001381411 00000 n -0001284559 00000 n -0001257954 00000 n -0001259846 00000 n -0001261970 00000 n -0001264095 00000 n -0001266216 00000 n -0001268097 00000 n -0000919066 00000 n -0001270125 00000 n -0001272019 00000 n -0001274084 00000 n -0001276204 00000 n -0001278255 00000 n -0001278443 00000 n -0001280532 00000 n -0001282524 00000 n -0001286605 00000 n -0001288817 00000 n -0001290689 00000 n -0001292805 00000 n -0001294714 00000 n -0001296780 00000 n -0001298905 00000 n -0001301009 00000 n -0001303048 00000 n -0001305170 00000 n -0001307415 00000 n -0001309396 00000 n -0001311281 00000 n -0001313397 00000 n -0001315471 00000 n -0001317460 00000 n -0001321481 00000 n -0001307232 00000 n -0001323509 00000 n -0001325432 00000 n -0001327664 00000 n -0001329743 00000 n -0001331962 00000 n -0001336149 00000 n -0001334091 00000 n -0001338038 00000 n -0001340142 00000 n -0001342177 00000 n -0001346302 00000 n -0001344321 00000 n -0001350389 00000 n -0001348295 00000 n -0001352597 00000 n -0001354503 00000 n -0001356394 00000 n -0001358537 00000 n -0001360658 00000 n -0001362877 00000 n -0001364852 00000 n -0001366919 00000 n -0001369089 00000 n -0001371178 00000 n -0001373387 00000 n -0001375386 00000 n -0001377453 00000 n -0001379418 00000 n -0001383568 00000 n -0001383780 00000 n -0001385950 00000 n -0001387838 00000 n -0001389837 00000 n -0001391931 00000 n -0001394175 00000 n -0001398345 00000 n -0001396366 00000 n -0001400259 00000 n -0001402411 00000 n -0001406548 00000 n -0001404501 00000 n -0001408531 00000 n -0001412787 00000 n -0001410735 00000 n -0001414905 00000 n -0001416967 00000 n -0001418858 00000 n -0001420966 00000 n -0001423094 00000 n -0001425090 00000 n -0001429236 00000 n -0001427186 00000 n -0001431203 00000 n -0001431365 00000 n -0001433548 00000 n -0001435584 00000 n -0001437516 00000 n -0001439630 00000 n -0001441744 00000 n -0001446037 00000 n -0001443953 00000 n -0001448060 00000 n -0001452334 00000 n -0001450245 00000 n -0001454266 00000 n -0001456259 00000 n -0001458545 00000 n -0001460511 00000 n -0001462466 00000 n -0001464629 00000 n -0000656272 00000 n -0000656342 00000 n -0000660484 00000 n -0000662421 00000 n -0000662494 00000 n -0000664483 00000 n -0000668557 00000 n -0000670744 00000 n -0000672955 00000 n -0000675150 00000 n -0000677186 00000 n -0000679360 00000 n -0000679431 00000 n -0000681594 00000 n -0000685704 00000 n -0000687707 00000 n -0000689884 00000 n -0000689957 00000 n -0000694012 00000 n -0000696233 00000 n -0000698358 00000 n -0000702498 00000 n -0000704668 00000 n -0000706632 00000 n -0000708688 00000 n -0000708802 00000 n -0000713013 00000 n -0000715137 00000 n -0000719202 00000 n -0000721323 00000 n -0000723678 00000 n -0000725663 00000 n -0000727760 00000 n -0000729904 00000 n -0000732110 00000 n -0000734326 00000 n -0000738362 00000 n -0000740501 00000 n -0000742699 00000 n -0000744660 00000 n -0000744764 00000 n -0000744867 00000 n -0000751197 00000 n -0000753364 00000 n -0000755385 00000 n -0000757487 00000 n -0000759604 00000 n -0000761807 00000 n -0000764019 00000 n -0000766001 00000 n -0000768105 00000 n -0000772415 00000 n -0000774552 00000 n -0000776525 00000 n -0000778813 00000 n -0000778892 00000 n -0000782892 00000 n -0000785052 00000 n -0000787195 00000 n -0000789419 00000 n -0000789495 00000 n -0000793549 00000 n -0000795879 00000 n -0000798096 00000 n -0000802259 00000 n -0000808109 00000 n -0000810374 00000 n -0000812344 00000 n -0000816617 00000 n -0000819007 00000 n -0000823022 00000 n -0000825192 00000 n -0000827383 00000 n -0000829609 00000 n -0000833567 00000 n -0000835707 00000 n -0000837812 00000 n -0000839829 00000 n -0000839945 00000 n -0000844066 00000 n -0000846252 00000 n -0000850266 00000 n -0000852375 00000 n -0000854363 00000 n -0000858501 00000 n -0000862688 00000 n -0000862767 00000 n -0000868948 00000 n -0000871117 00000 n -0000873246 00000 n -0000875254 00000 n -0000877422 00000 n -0000881625 00000 n -0000885560 00000 n -0000887788 00000 n -0000892027 00000 n -0000894251 00000 n -0000900380 00000 n -0000902479 00000 n -0000904657 00000 n -0000906765 00000 n -0000908712 00000 n -0000910830 00000 n -0000912944 00000 n -0000915112 00000 n -0000919153 00000 n -0000923370 00000 n -0000925515 00000 n -0000925595 00000 n -0000929615 00000 n -0000931738 00000 n -0000931922 00000 n -0000934004 00000 n -0000938001 00000 n -0000940251 00000 n -0000944225 00000 n -0000946368 00000 n -0000950530 00000 n -0000954553 00000 n -0000956700 00000 n -0000958815 00000 n -0000962763 00000 n -0000970846 00000 n -0000972961 00000 n -0000974952 00000 n -0000980946 00000 n -0000984977 00000 n -0000987010 00000 n -0000989172 00000 n -0000993182 00000 n -0000995313 00000 n -0000999533 00000 n -0001001675 00000 n -0001007717 00000 n -0001009814 00000 n -0001011953 00000 n -0001015927 00000 n -0001018023 00000 n -0001020156 00000 n -0001022306 00000 n -0001024313 00000 n -0001030593 00000 n -0001032598 00000 n -0001034684 00000 n -0001036832 00000 n -0001038978 00000 n -0001042978 00000 n -0001045130 00000 n -0001047265 00000 n -0001049289 00000 n -0001053428 00000 n -0001055618 00000 n -0001057809 00000 n -0001060051 00000 n -0001068184 00000 n -0001074377 00000 n -0001076557 00000 n -0001082733 00000 n -0001084844 00000 n -0001088891 00000 n -0001093131 00000 n -0001093242 00000 n -0001099343 00000 n -0001101430 00000 n -0001103515 00000 n -0001105836 00000 n -0001107829 00000 n -0001107941 00000 n -0001112214 00000 n -0001114398 00000 n -0001116397 00000 n -0001118469 00000 n -0001120959 00000 n -0001122965 00000 n -0001125118 00000 n -0001127401 00000 n -0001127481 00000 n -0001133667 00000 n -0001135836 00000 n -0001137955 00000 n -0001141910 00000 n -0001144046 00000 n -0001148126 00000 n -0001150411 00000 n -0001156431 00000 n -0001158509 00000 n -0001162484 00000 n -0001164594 00000 n -0001170722 00000 n -0001172876 00000 n -0001181148 00000 n -0001185391 00000 n -0001191450 00000 n -0001193501 00000 n -0001199613 00000 n -0001201698 00000 n -0001205690 00000 n -0001207802 00000 n -0001210004 00000 n -0001211997 00000 n -0001218262 00000 n -0001222525 00000 n -0001224496 00000 n -0001226576 00000 n -0001228778 00000 n -0001236930 00000 n -0001239019 00000 n -0001247209 00000 n -0001251259 00000 n -0001253365 00000 n -0001253553 00000 n -0001253632 00000 n -0001257849 00000 n -0001261873 00000 n -0001264012 00000 n -0001276117 00000 n -0001280339 00000 n -0001288738 00000 n -0001292724 00000 n -0001298815 00000 n -0001300928 00000 n -0001302929 00000 n -0001305077 00000 n -0001313310 00000 n -0001317361 00000 n -0001327468 00000 n -0001329650 00000 n -0001331839 00000 n -0001333998 00000 n -0001340042 00000 n -0001344244 00000 n -0001348206 00000 n -0001352418 00000 n -0001358460 00000 n -0001360577 00000 n -0001362689 00000 n -0001366785 00000 n -0001369004 00000 n -0001373281 00000 n -0001379326 00000 n -0001383690 00000 n -0001385869 00000 n -0001394022 00000 n -0001396125 00000 n -0001396205 00000 n -0001402326 00000 n -0001404430 00000 n -0001408447 00000 n -0001410553 00000 n -0001414772 00000 n -0001420869 00000 n -0001423008 00000 n -0001426997 00000 n -0001431277 00000 n -0001433459 00000 n -0001439532 00000 n -0001441660 00000 n -0001443860 00000 n -0001447923 00000 n -0001450153 00000 n -0001458325 00000 n -0001464551 00000 n -0001478488 00000 n -0001486080 00000 n +0000001013 00000 n +0000001240 00000 n +0001476443 00000 n +0000001400 00000 n +0000001560 00000 n +0000001720 00000 n +0000001881 00000 n +0000002042 00000 n +0000002204 00000 n +0000002366 00000 n +0000002528 00000 n +0000002690 00000 n +0000002852 00000 n +0000003014 00000 n +0000003176 00000 n +0000003338 00000 n +0000003500 00000 n +0000003662 00000 n +0000003824 00000 n +0000003986 00000 n +0000004148 00000 n +0000004310 00000 n +0000004472 00000 n +0000004634 00000 n +0000004796 00000 n +0000004958 00000 n +0000005120 00000 n +0000005282 00000 n +0001479775 00000 n +0000005444 00000 n +0000005607 00000 n +0000005769 00000 n +0000005931 00000 n +0000006093 00000 n +0000006255 00000 n +0000006417 00000 n +0000006579 00000 n +0000006741 00000 n +0000006903 00000 n +0000007065 00000 n +0000007227 00000 n +0000007389 00000 n +0000007551 00000 n +0001481807 00000 n +0000007712 00000 n +0001481903 00000 n +0000007873 00000 n +0001481999 00000 n +0000008034 00000 n +0001476884 00000 n +0000008197 00000 n +0000008359 00000 n +0001482286 00000 n +0000008521 00000 n +0001482401 00000 n +0000008684 00000 n +0001482689 00000 n +0000008847 00000 n +0000009010 00000 n +0000009172 00000 n +0001483263 00000 n +0000009334 00000 n +0001483647 00000 n +0000009497 00000 n +0000009660 00000 n +0000009822 00000 n +0000009984 00000 n +0000010146 00000 n +0000010308 00000 n +0000010470 00000 n +0001485082 00000 n +0000010632 00000 n +0001485178 00000 n +0000010795 00000 n +0000010958 00000 n +0001485274 00000 n +0000011121 00000 n +0000011284 00000 n +0001485465 00000 n +0000011446 00000 n +0000011609 00000 n +0001485561 00000 n +0000011772 00000 n +0001485657 00000 n +0000011935 00000 n +0000012098 00000 n +0000012260 00000 n +0000012422 00000 n +0001486039 00000 n +0000012584 00000 n +0001486135 00000 n +0000012747 00000 n +0001486231 00000 n +0000012910 00000 n +0001486327 00000 n +0000013073 00000 n +0000013236 00000 n +0000013398 00000 n +0000013561 00000 n +0001479159 00000 n +0000013724 00000 n +0000013888 00000 n +0000014051 00000 n +0000014215 00000 n +0000014378 00000 n +0000014540 00000 n +0000014704 00000 n +0001476347 00000 n +0000015024 00000 n +0000017850 00000 n +0000501992 00000 n +0000502437 00000 n +0000502719 00000 n +0000428538 00000 n +0001486519 00000 n +0000017987 00000 n +0000020657 00000 n +0000502947 00000 n +0000503434 00000 n +0000020782 00000 n +0000022850 00000 n +0000503861 00000 n +0000504297 00000 n +0000022976 00000 n +0000027350 00000 n +0000504714 00000 n +0000505171 00000 n +0000505396 00000 n +0000505659 00000 n +0000505930 00000 n +0000506114 00000 n +0000027532 00000 n +0000032338 00000 n +0000506351 00000 n +0000506813 00000 n +0000507048 00000 n +0001477463 00000 n +0000032478 00000 n +0000036431 00000 n +0000507315 00000 n +0000507776 00000 n +0000508036 00000 n +0000036571 00000 n +0000038272 00000 n +0000508267 00000 n +0000508709 00000 n +0000038412 00000 n +0000042323 00000 n +0000509010 00000 n +0000509455 00000 n +0000509702 00000 n +0000509977 00000 n +0000042491 00000 n +0000045442 00000 n +0000510264 00000 n +0000510731 00000 n +0000510989 00000 n +0000511290 00000 n +0000045610 00000 n +0000050109 00000 n +0000511593 00000 n +0000512053 00000 n +0000512420 00000 n +0000512721 00000 n +0000513018 00000 n +0000513297 00000 n +0001477995 00000 n +0000050291 00000 n +0000055144 00000 n +0000513572 00000 n +0000514041 00000 n +0000514376 00000 n +0000514631 00000 n +0001488039 00000 n +0001486666 00000 n +0000055312 00000 n +0000059655 00000 n +0000514886 00000 n +0000515329 00000 n +0000515706 00000 n +0000516011 00000 n +0000516278 00000 n +0000059837 00000 n +0000065388 00000 n +0000516531 00000 n +0000516996 00000 n +0000517267 00000 n +0000517586 00000 n +0000517961 00000 n +0000065556 00000 n +0000069928 00000 n +0000518242 00000 n +0000518716 00000 n +0000519039 00000 n +0000519330 00000 n +0000519727 00000 n +0000520066 00000 n +0000070110 00000 n +0000073223 00000 n +0000520385 00000 n +0000520818 00000 n +0000521167 00000 n +0000521518 00000 n +0000521817 00000 n +0000073391 00000 n +0000078916 00000 n +0000522110 00000 n +0000522585 00000 n +0000522950 00000 n +0000523231 00000 n +0000523415 00000 n +0000523734 00000 n +0001478585 00000 n +0000079098 00000 n +0000083754 00000 n +0000524051 00000 n +0000524540 00000 n +0000524831 00000 n +0000083908 00000 n +0000088768 00000 n +0000525120 00000 n +0000525580 00000 n +0000525923 00000 n +0000526240 00000 n +0001478776 00000 n +0000088922 00000 n +0000089554 00000 n +0000526607 00000 n +0000526962 00000 n +0000089680 00000 n +0000092506 00000 n +0000527275 00000 n +0000527722 00000 n +0000527985 00000 n +0000528306 00000 n +0000528625 00000 n +0000528905 00000 n +0001478967 00000 n +0000092702 00000 n +0000096873 00000 n +0000529232 00000 n +0000529683 00000 n +0000530060 00000 n +0001486817 00000 n +0001479063 00000 n +0000097013 00000 n +0000101792 00000 n +0000530443 00000 n +0000530782 00000 n +0000101931 00000 n +0000106917 00000 n +0000531030 00000 n +0000531509 00000 n +0000531881 00000 n +0000532191 00000 n +0000532376 00000 n +0000532565 00000 n +0000532750 00000 n +0000532935 00000 n +0000107135 00000 n +0000110747 00000 n +0000533120 00000 n +0000533592 00000 n +0000533930 00000 n +0000534274 00000 n +0000534573 00000 n +0000534934 00000 n +0001479393 00000 n +0000110949 00000 n +0000115199 00000 n +0000535167 00000 n +0000535654 00000 n +0000536011 00000 n +0000536372 00000 n +0000115357 00000 n +0000117904 00000 n +0000536753 00000 n +0000537174 00000 n +0000537505 00000 n +0000537964 00000 n +0001479584 00000 n +0000118062 00000 n +0000122640 00000 n +0000538231 00000 n +0000538690 00000 n +0000539035 00000 n +0000122783 00000 n +0000126716 00000 n +0000539394 00000 n +0000539843 00000 n +0000540200 00000 n +0000540549 00000 n +0000540972 00000 n +0000126889 00000 n +0000129910 00000 n +0000541279 00000 n +0000541690 00000 n +0000541995 00000 n +0000542342 00000 n +0000542615 00000 n +0001479871 00000 n +0000130083 00000 n +0000132316 00000 n +0000543046 00000 n +0000543504 00000 n +0000543865 00000 n +0001479967 00000 n +0000132459 00000 n +0000135449 00000 n +0000544140 00000 n +0000544513 00000 n +0001486972 00000 n +0000135577 00000 n +0000140495 00000 n +0000544952 00000 n +0000545439 00000 n +0000545792 00000 n +0000546149 00000 n +0000546454 00000 n +0000546813 00000 n +0000546999 00000 n +0000547312 00000 n +0001480185 00000 n +0000140713 00000 n +0000144098 00000 n +0000547677 00000 n +0000548044 00000 n +0000548401 00000 n +0000144255 00000 n +0000148784 00000 n +0000548830 00000 n +0000549308 00000 n +0000549654 00000 n +0000550021 00000 n +0000148957 00000 n +0000153575 00000 n +0000550358 00000 n +0000550804 00000 n +0000551179 00000 n +0000551544 00000 n +0000551973 00000 n +0000153748 00000 n +0000156636 00000 n +0000552318 00000 n +0000552772 00000 n +0000553051 00000 n +0000553406 00000 n +0000553815 00000 n +0001480566 00000 n +0000156823 00000 n +0000161014 00000 n +0000554158 00000 n +0000554615 00000 n +0000554984 00000 n +0000555357 00000 n +0000161172 00000 n +0000165264 00000 n +0000555598 00000 n +0000556070 00000 n +0000556447 00000 n +0000556794 00000 n +0000557241 00000 n +0001480757 00000 n +0000165437 00000 n +0000169193 00000 n +0000557584 00000 n +0000558030 00000 n +0000558381 00000 n +0000558736 00000 n +0000169351 00000 n +0000174160 00000 n +0000559163 00000 n +0000559635 00000 n +0000560024 00000 n +0000560400 00000 n +0000174318 00000 n +0000178337 00000 n +0000560741 00000 n +0000561193 00000 n +0000561570 00000 n +0000561915 00000 n +0000562370 00000 n +0001487124 00000 n +0001481043 00000 n +0000178510 00000 n +0000184277 00000 n +0000562727 00000 n +0000563209 00000 n +0000563606 00000 n +0000563955 00000 n +0001481139 00000 n +0000184449 00000 n +0000189158 00000 n +0000564140 00000 n +0000564613 00000 n +0000565024 00000 n +0000565345 00000 n +0000189330 00000 n +0000193458 00000 n +0000565788 00000 n +0000566244 00000 n +0000566599 00000 n +0000567008 00000 n +0000193631 00000 n +0000197408 00000 n +0000567343 00000 n +0000567791 00000 n +0000568166 00000 n +0000568509 00000 n +0000568952 00000 n +0000197581 00000 n +0000201587 00000 n +0000569303 00000 n +0000569759 00000 n +0000570128 00000 n +0000570521 00000 n +0000570934 00000 n +0001481520 00000 n +0000201760 00000 n +0000205729 00000 n +0000571285 00000 n +0000571731 00000 n +0000572144 00000 n +0000572467 00000 n +0001481616 00000 n +0000205887 00000 n +0000209830 00000 n +0000572814 00000 n +0000573258 00000 n +0000573631 00000 n +0000573982 00000 n +0000209988 00000 n +0000214832 00000 n +0000574439 00000 n +0000574948 00000 n +0000575288 00000 n +0000575631 00000 n +0000215005 00000 n +0000219163 00000 n +0000575982 00000 n +0000576420 00000 n +0000576795 00000 n +0000577208 00000 n +0000577521 00000 n +0000577828 00000 n +0000219365 00000 n +0000223875 00000 n +0000578211 00000 n +0000578701 00000 n +0000579002 00000 n +0000579359 00000 n +0001487277 00000 n +0000224033 00000 n +0000226103 00000 n +0000579748 00000 n +0000580158 00000 n +0000580473 00000 n +0000580828 00000 n +0000581097 00000 n +0001482095 00000 n +0000226276 00000 n +0000231181 00000 n +0000581540 00000 n +0000582032 00000 n +0000582372 00000 n +0000231339 00000 n +0000235289 00000 n +0000582757 00000 n +0000583215 00000 n +0000583574 00000 n +0000583987 00000 n +0000584310 00000 n +0000584671 00000 n +0000235477 00000 n +0000239716 00000 n +0000584988 00000 n +0000585448 00000 n +0000585845 00000 n +0000586248 00000 n +0000586561 00000 n +0000239889 00000 n +0000244055 00000 n +0000586870 00000 n +0000587313 00000 n +0000587654 00000 n +0000587975 00000 n +0001482497 00000 n +0000244213 00000 n +0000248106 00000 n +0000588304 00000 n +0000588789 00000 n +0000589160 00000 n +0000589502 00000 n +0000589819 00000 n +0001482593 00000 n +0000248293 00000 n +0000251268 00000 n +0000590208 00000 n +0000590679 00000 n +0000591124 00000 n +0000591463 00000 n +0000251426 00000 n +0000253533 00000 n +0000591792 00000 n +0000592194 00000 n +0000592511 00000 n +0000592868 00000 n +0000593205 00000 n +0001482785 00000 n +0000253706 00000 n +0000258944 00000 n +0000593656 00000 n +0000594097 00000 n +0000594488 00000 n +0000259102 00000 n +0000264325 00000 n +0000594861 00000 n +0000595321 00000 n +0000595658 00000 n +0000596011 00000 n +0001487434 00000 n +0001482976 00000 n +0000264497 00000 n +0000269599 00000 n +0000596412 00000 n +0000596872 00000 n +0000597235 00000 n +0001483072 00000 n +0000269742 00000 n +0000274210 00000 n +0000597614 00000 n +0000598062 00000 n +0000598429 00000 n +0000598772 00000 n +0000274368 00000 n +0000280042 00000 n +0000599253 00000 n +0000599734 00000 n +0000600125 00000 n +0000600460 00000 n +0000280214 00000 n +0000284371 00000 n +0000600811 00000 n +0000601268 00000 n +0000601603 00000 n +0000601943 00000 n +0000602348 00000 n +0001483359 00000 n +0000284558 00000 n +0000288741 00000 n +0000602661 00000 n +0000603103 00000 n +0000603484 00000 n +0000603841 00000 n +0001483455 00000 n +0000288899 00000 n +0000293722 00000 n +0000604228 00000 n +0000604710 00000 n +0000605081 00000 n +0001483551 00000 n +0000293865 00000 n +0000297126 00000 n +0000605484 00000 n +0000605910 00000 n +0000606285 00000 n +0000606620 00000 n +0000297284 00000 n +0000301817 00000 n +0000607087 00000 n +0000607539 00000 n +0000607906 00000 n +0000608285 00000 n +0000301990 00000 n +0000305819 00000 n +0000608590 00000 n +0000609036 00000 n +0000609515 00000 n +0000609861 00000 n +0000610216 00000 n +0000610567 00000 n +0001483838 00000 n +0000306007 00000 n +0000310184 00000 n +0000610864 00000 n +0000611352 00000 n +0000611721 00000 n +0000612026 00000 n +0000612357 00000 n +0001487589 00000 n +0001483934 00000 n +0000310371 00000 n +0000314735 00000 n +0000612702 00000 n +0000613142 00000 n +0000613517 00000 n +0000613910 00000 n +0001484030 00000 n +0000314893 00000 n +0000318745 00000 n +0000614361 00000 n +0000614802 00000 n +0000615140 00000 n +0000318903 00000 n +0000321758 00000 n +0000615521 00000 n +0000615978 00000 n +0000616255 00000 n +0000616618 00000 n +0000617035 00000 n +0000617271 00000 n +0000617521 00000 n +0001484221 00000 n +0000321975 00000 n +0000326774 00000 n +0000617904 00000 n +0000618382 00000 n +0000618779 00000 n +0000619156 00000 n +0001484317 00000 n +0000326932 00000 n +0000331486 00000 n +0000619469 00000 n +0000619948 00000 n +0000620337 00000 n +0000331658 00000 n +0000336563 00000 n +0000620582 00000 n +0000621066 00000 n +0000621406 00000 n +0000621789 00000 n +0000622138 00000 n +0001484508 00000 n +0000336751 00000 n +0000341144 00000 n +0000622487 00000 n +0000622981 00000 n +0000623388 00000 n +0000623739 00000 n +0001484604 00000 n +0000341317 00000 n +0000345917 00000 n +0000624048 00000 n +0000624549 00000 n +0000346074 00000 n +0000350621 00000 n +0000624934 00000 n +0000625390 00000 n +0000625728 00000 n +0000626109 00000 n +0001484795 00000 n +0000350794 00000 n +0000354833 00000 n +0000626472 00000 n +0000626920 00000 n +0000627293 00000 n +0000627666 00000 n +0001487744 00000 n +0001484891 00000 n +0000355006 00000 n +0000358811 00000 n +0000628083 00000 n +0000628585 00000 n +0000628972 00000 n +0000358954 00000 n +0000363447 00000 n +0000629345 00000 n +0000629824 00000 n +0000630191 00000 n +0000630554 00000 n +0000630915 00000 n +0000363634 00000 n +0000367754 00000 n +0000631246 00000 n +0000631695 00000 n +0000632034 00000 n +0000632453 00000 n +0000632760 00000 n +0000367942 00000 n +0000372604 00000 n +0000633121 00000 n +0000633591 00000 n +0000633916 00000 n +0000634285 00000 n +0000634668 00000 n +0000372777 00000 n +0000377196 00000 n +0000634999 00000 n +0000635448 00000 n +0000635851 00000 n +0000636210 00000 n +0000636523 00000 n +0000377383 00000 n +0000381706 00000 n +0000636992 00000 n +0000637454 00000 n +0000637786 00000 n +0000638167 00000 n +0000638526 00000 n +0000381894 00000 n +0000385535 00000 n +0000638955 00000 n +0000639402 00000 n +0000639707 00000 n +0000640018 00000 n +0000640308 00000 n +0000640713 00000 n +0000385723 00000 n +0000391221 00000 n +0000641044 00000 n +0000641527 00000 n +0000641926 00000 n +0000642251 00000 n +0000391408 00000 n +0000395894 00000 n +0000642562 00000 n +0000643035 00000 n +0000643432 00000 n +0000643745 00000 n +0000644082 00000 n +0001485753 00000 n +0000396081 00000 n +0000400400 00000 n +0000644531 00000 n +0000644970 00000 n +0000645397 00000 n +0000645727 00000 n +0001487900 00000 n +0000400558 00000 n +0000404341 00000 n +0000646120 00000 n +0000646614 00000 n +0000646911 00000 n +0000647278 00000 n +0000647703 00000 n +0000648044 00000 n +0000404543 00000 n +0000408988 00000 n +0000648415 00000 n +0000648915 00000 n +0000649280 00000 n +0000649653 00000 n +0000409146 00000 n +0000413053 00000 n +0000650024 00000 n +0000650482 00000 n +0000650913 00000 n +0000651286 00000 n +0000651484 00000 n +0000651793 00000 n +0000413241 00000 n +0000417584 00000 n +0000652144 00000 n +0000652586 00000 n +0000652943 00000 n +0000653326 00000 n +0000417742 00000 n +0000423035 00000 n +0000653617 00000 n +0000654095 00000 n +0000654410 00000 n +0000423207 00000 n +0000426160 00000 n +0000654789 00000 n +0000655225 00000 n +0000655544 00000 n +0000655915 00000 n +0000656280 00000 n +0001486423 00000 n +0000426333 00000 n +0000428261 00000 n +0000656711 00000 n +0000657130 00000 n +0000657460 00000 n +0000428404 00000 n +0000428619 00000 n +0000429265 00000 n +0000437578 00000 n +0000437870 00000 n +0000440656 00000 n +0000441146 00000 n +0000447307 00000 n +0000447716 00000 n +0000456625 00000 n +0000456935 00000 n +0000460596 00000 n +0000460995 00000 n +0000466485 00000 n +0000466888 00000 n +0000473003 00000 n +0000473219 00000 n +0000473479 00000 n +0000473967 00000 n +0000481642 00000 n +0000482017 00000 n +0000487480 00000 n +0000488100 00000 n +0000498638 00000 n +0000498870 00000 n +0000499432 00000 n +0000499650 00000 n +0000499902 00000 n +0000500120 00000 n +0000500373 00000 n +0000500588 00000 n +0000500957 00000 n +0000501175 00000 n +0000501476 00000 n +0000501693 00000 n +0000660171 00000 n +0000658023 00000 n +0000660076 00000 n +0000807787 00000 n +0000662104 00000 n +0000900000 00000 n +0000664140 00000 n +0000668228 00000 n +0000666114 00000 n +0000670226 00000 n +0000672380 00000 n +0000674442 00000 n +0000674593 00000 n +0000676781 00000 n +0000678649 00000 n +0000678828 00000 n +0000683241 00000 n +0000681081 00000 n +0000685130 00000 n +0000687336 00000 n +0000689382 00000 n +0000693683 00000 n +0000691587 00000 n +0000695693 00000 n +0000697869 00000 n +0000699989 00000 n +0000701876 00000 n +0000702003 00000 n +0000704188 00000 n +0000706305 00000 n +0000708275 00000 n +0000712504 00000 n +0000710440 00000 n +0000714653 00000 n +0000716780 00000 n +0000718863 00000 n +0000720840 00000 n +0000722955 00000 n +0000725096 00000 n +0000725314 00000 n +0000727348 00000 n +0000729405 00000 n +0000731578 00000 n +0000733748 00000 n +0000735964 00000 n +0000737826 00000 n +0000740006 00000 n +0000742140 00000 n +0000744133 00000 n +0000744336 00000 n +0000748672 00000 n +0000746594 00000 n +0001154168 00000 n +0000750754 00000 n +0000752842 00000 n +0000755001 00000 n +0000757029 00000 n +0000759134 00000 n +0000761299 00000 n +0000763476 00000 n +0000765655 00000 n +0000767675 00000 n +0000769740 00000 n +0000771798 00000 n +0000771871 00000 n +0000774062 00000 n +0000776190 00000 n +0000778194 00000 n +0000780270 00000 n +0000782539 00000 n +0000780538 00000 n +0000784568 00000 n +0000786761 00000 n +0000788832 00000 n +0000790867 00000 n +0000793201 00000 n +0000791127 00000 n +0000795194 00000 n +0000797275 00000 n +0000797529 00000 n +0000799738 00000 n +0000803906 00000 n +0000801808 00000 n +0000805800 00000 n +0000809755 00000 n +0000811817 00000 n +0000812013 00000 n +0000814013 00000 n +0000816044 00000 n +0000818102 00000 n +0000818248 00000 n +0000820421 00000 n +0000820492 00000 n +0000820645 00000 n +0000822523 00000 n +0000824681 00000 n +0000826837 00000 n +0000829105 00000 n +0000831088 00000 n +0000831249 00000 n +0000833135 00000 n +0000835281 00000 n +0000837381 00000 n +0000839451 00000 n +0000843544 00000 n +0000841645 00000 n +0000845717 00000 n +0000847893 00000 n +0000849788 00000 n +0000851919 00000 n +0000854016 00000 n +0000856022 00000 n +0000858039 00000 n +0000860181 00000 n +0000862137 00000 n +0000866543 00000 n +0000864422 00000 n +0000868486 00000 n +0000870593 00000 n +0000872855 00000 n +0000874888 00000 n +0000876893 00000 n +0000879066 00000 n +0000881199 00000 n +0000883314 00000 n +0000885248 00000 n +0000887269 00000 n +0000891564 00000 n +0000889443 00000 n +0000893656 00000 n +0000895737 00000 n +0000895909 00000 n +0000897980 00000 n +0000902025 00000 n +0000904174 00000 n +0000906373 00000 n +0000908407 00000 n +0000910354 00000 n +0000912466 00000 n +0000914587 00000 n +0000916754 00000 n +0000918646 00000 n +0000922868 00000 n +0000920906 00000 n +0000925021 00000 n +0000929288 00000 n +0000927228 00000 n +0000931261 00000 n +0000933562 00000 n +0000999176 00000 n +0000935647 00000 n +0000937544 00000 n +0000939656 00000 n +0000941700 00000 n +0000941894 00000 n +0000943811 00000 n +0000945868 00000 n +0000948086 00000 n +0000950016 00000 n +0000952169 00000 n +0000954085 00000 n +0000956207 00000 n +0000958420 00000 n +0000960456 00000 n +0000962327 00000 n +0000964400 00000 n +0000966454 00000 n +0000968528 00000 n +0000970428 00000 n +0000972487 00000 n +0000974718 00000 n +0000976716 00000 n +0000978755 00000 n +0000980625 00000 n +0000982712 00000 n +0000984780 00000 n +0000986736 00000 n +0000988776 00000 n +0000991032 00000 n +0000992977 00000 n +0000994951 00000 n +0000997173 00000 n +0001001302 00000 n +0001003438 00000 n +0001005346 00000 n +0001007327 00000 n +0001009540 00000 n +0001011592 00000 n +0001013722 00000 n +0001015618 00000 n +0001017709 00000 n +0001019857 00000 n +0001021936 00000 n +0001024077 00000 n +0001026184 00000 n +0001028175 00000 n +0001030245 00000 n +0001032364 00000 n +0001034399 00000 n +0001036469 00000 n +0001038749 00000 n +0001040748 00000 n +0001042608 00000 n +0001044747 00000 n +0001046910 00000 n +0001049035 00000 n +0001051108 00000 n +0001053098 00000 n +0001055198 00000 n +0001057404 00000 n +0001059685 00000 n +0001063952 00000 n +0001061837 00000 n +0001065835 00000 n +0001067863 00000 n +0001072067 00000 n +0001069974 00000 n +0001074039 00000 n +0001076151 00000 n +0001078498 00000 n +0001080458 00000 n +0001082364 00000 n +0001084507 00000 n +0001088674 00000 n +0001086624 00000 n +0001090761 00000 n +0001092752 00000 n +0001097122 00000 n +0001095026 00000 n +0001099122 00000 n +0001101126 00000 n +0001103215 00000 n +0001105299 00000 n +0001107413 00000 n +0001107606 00000 n +0001111834 00000 n +0001109727 00000 n +0001114003 00000 n +0001116167 00000 n +0001118173 00000 n +0001120231 00000 n +0001122332 00000 n +0001122466 00000 n +0001122731 00000 n +0001124790 00000 n +0001126916 00000 n +0001128981 00000 n +0001131355 00000 n +0001129261 00000 n +0001133335 00000 n +0001135436 00000 n +0001137698 00000 n +0001139725 00000 n +0001141639 00000 n +0001143693 00000 n +0001147921 00000 n +0001145830 00000 n +0001152142 00000 n +0001150047 00000 n +0001156155 00000 n +0001158159 00000 n +0001160274 00000 n +0001162256 00000 n +0001164172 00000 n +0001166165 00000 n +0001168384 00000 n +0001170275 00000 n +0001172146 00000 n +0001174242 00000 n +0001176339 00000 n +0001178380 00000 n +0001180358 00000 n +0001182562 00000 n +0001184622 00000 n +0001186660 00000 n +0001188772 00000 n +0001190840 00000 n +0001192907 00000 n +0001195032 00000 n +0001197158 00000 n +0001199065 00000 n +0001201150 00000 n +0001203208 00000 n +0001205164 00000 n +0001207145 00000 n +0001209396 00000 n +0001211406 00000 n +0001213310 00000 n +0001215392 00000 n +0001217516 00000 n +0001219710 00000 n +0001221821 00000 n +0001223753 00000 n +0001225795 00000 n +0001227978 00000 n +0001230018 00000 n +0001232150 00000 n +0001234121 00000 n +0001236189 00000 n +0001238474 00000 n +0001240643 00000 n +0001242687 00000 n +0001244601 00000 n +0001246664 00000 n +0001248878 00000 n +0001250833 00000 n +0001252748 00000 n +0001254814 00000 n +0001258996 00000 n +0001256924 00000 n +0001260984 00000 n +0001265508 00000 n +0001263346 00000 n +0001391136 00000 n +0001294278 00000 n +0001267594 00000 n +0001269486 00000 n +0001271610 00000 n +0001273735 00000 n +0001275856 00000 n +0001277737 00000 n +0000920627 00000 n +0001279765 00000 n +0001281659 00000 n +0001283724 00000 n +0001285844 00000 n +0001287895 00000 n +0001288162 00000 n +0001290251 00000 n +0001292243 00000 n +0001296324 00000 n +0001298538 00000 n +0001300410 00000 n +0001302526 00000 n +0001304435 00000 n +0001306501 00000 n +0001308626 00000 n +0001310649 00000 n +0001312688 00000 n +0001314810 00000 n +0001317055 00000 n +0001319036 00000 n +0001320921 00000 n +0001323037 00000 n +0001325111 00000 n +0001327100 00000 n +0001329105 00000 n +0001331122 00000 n +0001316872 00000 n +0001333150 00000 n +0001335073 00000 n +0001337305 00000 n +0001339384 00000 n +0001341603 00000 n +0001345790 00000 n +0001343732 00000 n +0001347682 00000 n +0001349786 00000 n +0001351821 00000 n +0001355946 00000 n +0001353965 00000 n +0001360033 00000 n +0001357939 00000 n +0001362241 00000 n +0001364147 00000 n +0001366038 00000 n +0001368181 00000 n +0001370302 00000 n +0001372521 00000 n +0001374496 00000 n +0001376563 00000 n +0001378733 00000 n +0001380822 00000 n +0001383031 00000 n +0001385030 00000 n +0001387178 00000 n +0001389143 00000 n +0001393293 00000 n +0001393505 00000 n +0001395674 00000 n +0001397564 00000 n +0001399563 00000 n +0001401657 00000 n +0001403901 00000 n +0001407991 00000 n +0001406012 00000 n +0001409905 00000 n +0001412057 00000 n +0001416194 00000 n +0001414147 00000 n +0001418177 00000 n +0001422433 00000 n +0001420381 00000 n +0001424551 00000 n +0001426613 00000 n +0001428504 00000 n +0001430612 00000 n +0001432740 00000 n +0001434736 00000 n +0001438879 00000 n +0001436829 00000 n +0001440846 00000 n +0001441008 00000 n +0001443191 00000 n +0001445227 00000 n +0001447159 00000 n +0001449273 00000 n +0001451387 00000 n +0001455680 00000 n +0001453596 00000 n +0001457703 00000 n +0001461977 00000 n +0001459888 00000 n +0001463909 00000 n +0001465902 00000 n +0001468188 00000 n +0001470154 00000 n +0001472111 00000 n +0001474274 00000 n +0000657821 00000 n +0000657891 00000 n +0000662033 00000 n +0000663970 00000 n +0000664043 00000 n +0000666042 00000 n +0000670116 00000 n +0000672303 00000 n +0000674514 00000 n +0000676709 00000 n +0000678745 00000 n +0000680919 00000 n +0000680990 00000 n +0000683153 00000 n +0000687263 00000 n +0000689266 00000 n +0000691443 00000 n +0000691516 00000 n +0000695571 00000 n +0000697792 00000 n +0000699917 00000 n +0000704057 00000 n +0000706227 00000 n +0000708191 00000 n +0000710247 00000 n +0000710361 00000 n +0000714572 00000 n +0000716696 00000 n +0000720761 00000 n +0000722882 00000 n +0000725237 00000 n +0000727222 00000 n +0000729319 00000 n +0000731463 00000 n +0000733669 00000 n +0000735885 00000 n +0000739921 00000 n +0000742060 00000 n +0000744258 00000 n +0000746219 00000 n +0000746323 00000 n +0000746426 00000 n +0000752756 00000 n +0000754923 00000 n +0000756944 00000 n +0000759046 00000 n +0000761163 00000 n +0000763366 00000 n +0000765578 00000 n +0000767560 00000 n +0000769664 00000 n +0000773974 00000 n +0000776111 00000 n +0000778084 00000 n +0000780372 00000 n +0000780451 00000 n +0000784451 00000 n +0000786611 00000 n +0000788754 00000 n +0000790978 00000 n +0000791054 00000 n +0000795108 00000 n +0000797438 00000 n +0000799655 00000 n +0000803818 00000 n +0000809668 00000 n +0000811933 00000 n +0000813903 00000 n +0000818176 00000 n +0000820566 00000 n +0000824581 00000 n +0000826751 00000 n +0000828943 00000 n +0000831170 00000 n +0000835128 00000 n +0000837268 00000 n +0000839373 00000 n +0000841390 00000 n +0000841506 00000 n +0000845627 00000 n +0000847813 00000 n +0000851827 00000 n +0000853936 00000 n +0000855924 00000 n +0000860062 00000 n +0000864249 00000 n +0000864328 00000 n +0000870509 00000 n +0000872678 00000 n +0000874807 00000 n +0000876815 00000 n +0000878983 00000 n +0000883186 00000 n +0000887121 00000 n +0000889349 00000 n +0000893588 00000 n +0000895812 00000 n +0000901941 00000 n +0000904040 00000 n +0000906218 00000 n +0000908326 00000 n +0000910273 00000 n +0000912391 00000 n +0000914505 00000 n +0000916673 00000 n +0000920714 00000 n +0000924931 00000 n +0000927076 00000 n +0000927156 00000 n +0000931176 00000 n +0000933299 00000 n +0000933483 00000 n +0000935565 00000 n +0000939562 00000 n +0000941812 00000 n +0000945786 00000 n +0000947929 00000 n +0000952091 00000 n +0000956114 00000 n +0000958261 00000 n +0000960376 00000 n +0000964324 00000 n +0000972407 00000 n +0000974522 00000 n +0000976635 00000 n +0000982629 00000 n +0000986660 00000 n +0000988693 00000 n +0000990855 00000 n +0000994865 00000 n +0000996996 00000 n +0001001216 00000 n +0001003358 00000 n +0001009400 00000 n +0001011504 00000 n +0001013643 00000 n +0001017617 00000 n +0001019713 00000 n +0001021846 00000 n +0001023996 00000 n +0001026003 00000 n +0001032283 00000 n +0001034288 00000 n +0001036374 00000 n +0001038522 00000 n +0001040668 00000 n +0001044668 00000 n +0001046820 00000 n +0001048955 00000 n +0001050973 00000 n +0001055112 00000 n +0001057310 00000 n +0001059501 00000 n +0001061743 00000 n +0001069875 00000 n +0001076068 00000 n +0001078248 00000 n +0001084424 00000 n +0001086535 00000 n +0001090582 00000 n +0001094822 00000 n +0001094933 00000 n +0001101034 00000 n +0001103121 00000 n +0001105206 00000 n +0001107527 00000 n +0001109520 00000 n +0001109632 00000 n +0001113905 00000 n +0001116089 00000 n +0001118088 00000 n +0001120160 00000 n +0001122650 00000 n +0001124656 00000 n +0001126809 00000 n +0001129092 00000 n +0001129172 00000 n +0001135358 00000 n +0001137527 00000 n +0001139646 00000 n +0001143601 00000 n +0001145737 00000 n +0001149820 00000 n +0001149940 00000 n +0001158052 00000 n +0001160164 00000 n +0001168238 00000 n +0001174159 00000 n +0001180273 00000 n +0001182427 00000 n +0001190696 00000 n +0001194939 00000 n +0001197078 00000 n +0001201077 00000 n +0001203128 00000 n +0001209242 00000 n +0001211327 00000 n +0001215315 00000 n +0001217427 00000 n +0001219629 00000 n +0001221622 00000 n +0001227887 00000 n +0001234040 00000 n +0001236120 00000 n +0001238322 00000 n +0001240541 00000 n +0001246575 00000 n +0001248664 00000 n +0001256852 00000 n +0001260899 00000 n +0001263005 00000 n +0001263193 00000 n +0001263272 00000 n +0001267489 00000 n +0001271513 00000 n +0001273652 00000 n +0001285757 00000 n +0001288083 00000 n +0001290058 00000 n +0001298457 00000 n +0001302445 00000 n +0001308536 00000 n +0001312569 00000 n +0001314717 00000 n +0001322950 00000 n +0001327001 00000 n +0001337109 00000 n +0001339291 00000 n +0001341480 00000 n +0001343639 00000 n +0001349686 00000 n +0001353888 00000 n +0001357850 00000 n +0001362062 00000 n +0001368104 00000 n +0001370221 00000 n +0001372333 00000 n +0001376429 00000 n +0001378648 00000 n +0001382925 00000 n +0001387097 00000 n +0001389051 00000 n +0001393415 00000 n +0001395594 00000 n +0001403748 00000 n +0001405851 00000 n +0001411972 00000 n +0001414076 00000 n +0001418093 00000 n +0001420199 00000 n +0001424418 00000 n +0001430515 00000 n +0001432654 00000 n +0001436640 00000 n +0001440920 00000 n +0001443102 00000 n +0001449175 00000 n +0001451303 00000 n +0001453503 00000 n +0001457566 00000 n +0001459796 00000 n +0001467968 00000 n +0001474196 00000 n +0001488206 00000 n +0001495798 00000 n trailer << -/Size 1582 -/Root 1581 0 R -/Info 205 0 R -/ID [] +/Size 1588 +/Root 1587 0 R +/Info 201 0 R +/ID [<13a1a1fca243945f18bfe933fbdd830d><13a1a1fca243945f18bfe933fbdd830d>] >> startxref -1486223 +1495941 %%EOF diff --git a/doc/hp2100_release.txt b/doc/hp2100_release.txt index 9e03551a..32f78ad2 100644 --- a/doc/hp2100_release.txt +++ b/doc/hp2100_release.txt @@ -1,7 +1,7 @@ SIMH/HP 2100 RELEASE NOTES ================================ J. David Bryan - Last update: 2020-02-14 + Last update: 2020-11-07 This file documents the release history of the simulator for the Hewlett-Packard @@ -173,7 +173,7 @@ Manuals describing the operation of HP software are available from Bitsavers at: ...and from the HP Computer Museum at: - http://www.hpmuseum.net/collection_document.php + http://www.hpmuseum.net/collection_document.php#CS ---------------- @@ -221,6 +221,306 @@ Revision 5010: +====================== +Release 30, 2020-11-07 +====================== + +This release of the HP 2100 simulator adds the following features: + + - A new concurrent-mode FLUSH command has been added to flush terminal logs and + attached device files that otherwise would be flushed only when the simulator + is stopped. This allows external examination of these files while the + simulator continues to run. + + - Terminal multiplexer line logs are now flushed each time the simulator stops. + Prior to this, closing and then reopening a line log was the only way to post + buffered writes to disc. + + - The -N (new file) option has been added to the SET BACI LOG, SET MPX LOG, and + SET MUXL LOG commands to create new, blank log files. Without the option, + the commands will append to existing log files. + + - The HP 12972C 8-channel terminal multiplexer (MPX) and 12920A 16-channel + terminal multiplexer (MUX) now allow channels to be omitted from the + connection order. For example, a SET MPX LINEORDER=0-3 command permits + connections to channels 0 through 3. Additional Telnet connection attempts + will be rejected with an "All connections busy" message, and attempting to + attach a serial port to a line not in the connection order will be rejected + with a "Unit not attachable" message. + + - A new INTERLOCK option has been added to the IPL device. This provides a + more precise way of synchronizing the two simulator processes running the HP + 2000 Time-Shared BASIC operating system. Entering a SET IPL INTERLOCK= + command restricts each process to executing machine instructions before + performing a rendezvous with the other process. In this way, both processes + remain in approximate lock-step, which substantially improves system startup + reliability, even when one process is preempted during initialization by the + host operating system. An associated SHOW IPL INTERLOCK command displays the + current interlock value. + + - The IPL device now works on FreeBSD and Cygwin host platforms, as well as the + Windows and Linux platforms that were previously supported. + + - A new -E switch has been added to the ATTACH IPL command. This enables + falling back to timed waits if the host platform does not support the + synchronization routines necessary for the SET IPL WAIT and SET IPL SIGNAL + commands. + + - The CMD trace option for the IPL device now decodes and reports all TSB + commands that pass between the System Processor and the I/O Processor. + + - The PSERV and STATE trace options have been added to the IPLO device. + Enabling the PSERV option traces the periodic calls to the new process + synchronizer. Enabling the STATE option traces calls to the host platform + event routines, as well as internal synchronizer states during rendezvous. + + +-------------------- +Implementation Notes +-------------------- + + - The terminal multiplexer LINEORDER option now omits unspecified lines from + the connection order. Prior versions appended unspecified lines to the end + of the specified order. To obtain the prior behavior, append the keyword ALL + as the last parameter to the connection order list. + + - New releases of the HP 2000F and 2000 Access software kits use the SET IPL + INTERLOCK command instead of the prior SET IPL WAIT/SIGNAL commands to + synchronize the two simulator instances and provide more reliable system + startup under a wider variety of host system conditions. + + - The 2000 Access software kit now includes a command file to run the + program that converts files between Access and 2000 C/F systems. + + - The "Running HP 2000 Time-Shared BASIC on SIMH" monograph has been + extensively revised to cover the application of the new SET IPL INTERLOCK + command to the TSB startup command files. + + - The previous method of sleeping for a few milliseconds during 2000 Access + startup to avoid IOP initialization errors is no longer required when the + new IPL interlock is used. The capability has been retained, however, and + will be used if the host platform does not support synchronization events. + + - The size of the shared memory area that simulates the processor + interconnection cables of the IPL device has been changed. On Linux and + macOS systems, this area is implemented by a file named "HP 2100-MEM-", + where is he code number supplied to the ATTACH IPL command. The file + is located in the "/dev/shm" directory. If the file is present, it must be + removed before running the simulator, or a "File open error" will result when + an ATTACH IPL is attempted. The new release of the simulator removes the + file automatically when a DETACH IPL is performed, so manual removal must be + done only once. + + +---------- +Bugs Fixed +---------- + + 1. PROBLEM: Breakpoint actions after an included true IF are discarded. + + VERSION: Release 29. + + OBSERVATION: If a breakpoint has actions that include an IF command + followed by additional actions, and the IF command evaluates to TRUE, then + the IF actions executed, but the remaining breakpoint actions are + discarded. For example: + + sim> set environment X=0 + sim> break 10 ; if "%X%" == "0" echo X is 0 ; echo Done + sim> go + + One would expect to see: + + Breakpoint, P: 00010 (NOP) + sim> if "0" == "0" echo X is 0 + sim> echo X is 0 + X is 0 + sim> echo Done + Done + sim> + + Instead, only the first ECHO is performed. The second one is discarded. + However, execution is correct if the IF condition is false: + + sim> set environment X=1 + sim> break 10 ; if "%X%" == "0" echo X is 0 ; echo Done + sim> go + + Breakpoint, P: 00010 (NOP) + sim> if "1" == "0" echo X is 0 + sim> echo Done + Done + sim> + + CAUSE: IF actions are executed by setting the breakpoint action pointer to + the action list and returning to the command loop. While the IF command is + executing, the pointer is pointing at the "echo Done" part of the + breakpoint action list. However, if the IF condition is true, the pointer + is changed to point at the "echo X is 0" command, and the remaining + breakpoint actions are lost. + + RESOLUTION: Modify "if_cmd" (sim_extension.c) to append the remaining + breakpoint actions to the actions specified by the IF command, so that the + former are not lost. + + STATUS: Fixed in Release 30. + + + 2. PROBLEM: Linking with recent compilers results in duplicate symbol errors. + + VERSION: Releases 29. + + OBSERVATION: If the simulator is compiled with a recent compiler version, + the link step fails with duplicate symbol errors. The symbols reported are + "sim_vm_release", "vm_sim_vm_init", "vm_console_input_unit", and + "vm_console_output_unit". + + CAUSE: The VM hook extension mechanism is implemented with "tentative + definitions" of the hook variables. The C standard says: + + "If a translation unit contains one or more tentative definitions for an + identifier, and the translation unit contains no external definition for + that identifier, then the behavior is exactly as if the translation unit + contains a file scope declaration of that identifier, with the composite + type as of the end of the translation unit, with an initializer equal to + 0." + + This behavior is such that if no module contains a definition with an + initializer, the hook will have a zero value. However, if a module + contains a definition with an initializer, the hook is assigned that value. + This allows hooks to be set without changing the hook's tentative + definition simply by including a VM module that declares it with an + initializer. + + This mechanism relies on the linker to resolve the multiple definitions of + a given hook to a single reference. For this to occur, the compiler must + mark tentative definitions as "common" allocations, e.g., with the + "-fcommon" option to gcc. Traditionally, gcc (and clang, etc.) defaults to + common allocations for tentative definitions. However, the gcc manual + claims that, "This behavior is not required by ISO C, and on some targets + may carry a speed or code size penalty on variable references." + + Newer versions (starting with gcc 10) default to data allocations instead + ("-fno-common"), and multiple tentative definitions now result in duplicate + symbol errors rather than merged accesses. + + RESOLUTION: Modify sim_extension.h to declare "vm_sim_vm_init" only if the + USE_VM_INIT symbol is defined. Modify "ex_initialize" (sim_extension.c) to + remove the tentative definition and to make the external "vm_sim_vm_init" + call conditional on USE_VM_INIT. Modify "one_time_init" (hp2100_sys.c) to + set the "sim_vm_release" hook directly. Modify "tty_reset" (hp2100_tty.c) + to set the console unit hooks directly. This removes all tentative + definitions from the simulators. + + STATUS: Fixed in Releases 30. + + + 3. PROBLEM: Trace output to stdout on Unix results in stair-step output. + + VERSION: Release 29. + + OBSERVATION: Directing the trace output to "stdout" on a Unix system + results in lines stair-stepping across the screen. For example: + + sim> set console debug=stdout + sim> set cpu debug=instr + sim> step 2 + + ...produces this output: + + >>CPU instr: - 0000 00000 000000 NOP + >>CPU instr: - 0000 00001 000000 NOP + + CAUSE: Trace statements are output with LF ('\n') line ends and depend on + host-system translation to the proper line-end convention when the lines + are written to the trace log. However, while the simulator is executing + instructions, the console is placed in "raw" mode so that output + translation, which would interfere with the output from the target + operating system, is not done. As there are no carriage returns in the + trace output stream when writing to stdout, the console cursor simply drops + in place to the next line, so that each line begins at the same column + where the previous line ended. + + RESOLUTION: Modify "hp_trace" (hp2100_sys.c) to convert a terminating LF + to a CR LF sequence if output is to stdout. Also modify "sim_instr" + (hp2100_cpu.c) to add CR characters to the stdout stream where line + termination is done explicitly. + + STATUS: Fixed in Release 30. + + + 4. PROBLEM: The trace line for an I/O error simulation stop is incomplete. + + VERSION: Release 29. + + OBSERVATION: With simulation stops on I/O errors enabled, a CPU trace + correctly records the stop, but the stop description is incomplete. For + example: + + sim> set ipl enabled + sim> attach -s ipl 1 + sim> set cpu stop=ioerr + sim> set cpu debug=instr + sim> set console debug=stdout + sim> go + + ...produces trace output that ends with: + + >>CPU instr: - 0000 00061 000000 simulation stop: Cable not connected to + + ...while the simulation console reports the full message, "Cable not + connected to the IPLI device." + + CAUSE: The trace statement printer for the stop calls "sim_error_text" to + obtain the description of the stop status, but that routine does not handle + VM-specific additions. Upon returning to SCP, the "run_cmd" routine prints + the "sim_error_text" but then calls a VM-specified "sim_vm_fprint_stopped" + routine to handle additions to VM stops. + + RESOLUTION: Modify "sim_instr" (hp2100_cpu.c) to call the VM-specific + simulation stop handler via the "sim_vm_fprint_stopped" hook if an I/O + error stop occurred. + + STATUS: Fixed in Release 30. + + + 5. PROBLEM: ATTACH/DETACH MUXL succeeds but should not. + + VERSION: Release 29. + + OBSERVATION: The HP 12920A multiplexer simulator defines two devices: the + MUX device that contains the polling unit, and the MUXL device that + contains the terminal line units. The poll unit is attached with the: + + ATTACH MUX + + ...command. Line units are attached to serial ports with the: + + ATTACH MUXL + + ...command. These behave as expected. However, the: + + ATTACH MUXL + + ...command succeeds but attaches the port to the MUX device. This is + incorrect and should be prohibited. + + CAUSE: The "muxl_attach" routine passes a poll unit pointer to the + "tmxr_attach_unit" routine. The latter routine attaches the poll unit + instead of the passed line unit when a device is referenced. However, the + poll unit belongs to a different device, and so the mux line routine + attaches the port to the mux poll device. + + RESOLUTION: Modify "muxl_attach" and "muxl_detach" (hp2100_mux.c) to pass + NULL for the poll unit in the "tmxr_attach_unit" calls. Modify the + "ex_tmxr_attach_unit" and "ex_tmxr_detach_unit" routines (sim_extension.c) + to reject the call if a device was referenced and a NULL poll unit pointer + was passed. + + STATUS: Fixed in Release 30. + + + ====================== Release 29, 2020-02-15 ====================== diff --git a/doc/simh_doc.pdf b/doc/simh_doc.pdf index 51af1685..9442d618 100644 --- a/doc/simh_doc.pdf +++ b/doc/simh_doc.pdf @@ -293,7 +293,7 @@ endobj endobj 86 0 obj << -/Dest [31 0 R /FitH 307] +/Dest [31 0 R /FitH 295] /Type /Annot /Subtype /Link /Rect [78 377 547 391] @@ -305,7 +305,7 @@ endobj endobj 87 0 obj << -/Dest [34 0 R /FitH 535] +/Dest [34 0 R /FitH 524] /Type /Annot /Subtype /Link /Rect [78 363 547 377] @@ -317,7 +317,7 @@ endobj endobj 88 0 obj << -/Dest [34 0 R /FitH 157] +/Dest [34 0 R /FitH 145] /Type /Annot /Subtype /Link /Rect [78 350 547 364] @@ -797,7 +797,7 @@ endobj endobj 128 0 obj << -/Dest [31 0 R /FitH 307] +/Dest [31 0 R /FitH 295] /Type /Annot /Subtype /Link /Rect [78 377 547 391] @@ -809,7 +809,7 @@ endobj endobj 129 0 obj << -/Dest [34 0 R /FitH 535] +/Dest [34 0 R /FitH 524] /Type /Annot /Subtype /Link /Rect [78 363 547 377] @@ -821,7 +821,7 @@ endobj endobj 130 0 obj << -/Dest [34 0 R /FitH 157] +/Dest [34 0 R /FitH 145] /Type /Annot /Subtype /Link /Rect [78 350 547 364] @@ -1027,27 +1027,22 @@ endobj << /Producer (\376\377\000A\000c\000r\000o\000b\000a\000t\000 \000D\000i\000s\000t\000i\000l\000l\000e\000r\000 \0003\000.\0000\0002) /Creator (Microsoft Word 8.0) -/ModDate (D:20190723192051) +/ModDate (D:20201026161755) /Author (bsupnik) /Title (SIMH Users\222 Guide, V3) -/CreationDate (D:20190723192051) +/CreationDate (D:20201026161755) >> endobj 149 0 obj << -/Length 1970 +/Length 1922 /Filter /FlateDecode >> stream -HWK#54!mCțPS6s9uˡԥw!Ko,C] lesog(B셲>yt!ns7bC3 &PMI.ͻ=XtQ"~~?rL^Txxyp4Z;~ywYWbJmߴG8m t{ՙlwHP%!ʧa٬vBڂWfjDmC'9&*fnK>SEKdv|&[NjNxt(T)Gÿ47hrJw% vEn0/>7 QS˯ׯ1!#"pޓs4Tc! y2pf72TqBS0ȠBxC H8c!%*f՘zRzdӸ(B /~-PP](nQYK#R*>%E4de5dFN24KH2Z06CLc?C<2|4y'6E IY3~;$B@*jj ghA4k5FuF!adQnDdH - k~r׏/PaZWDl\xf/yq5?kak|Q}@vej|*௩9] ),+Bcl)`y/Hǣmk1]Zwi~GMUoW(O&in<Ώ O "4DT Dž)ꀥ\Z:KaނzqgՃþztĬmk_햍j/zV;/5]o,C| K[6nd%o L[+rtٛZ-yKԃv adJ0U jٚȺQ4q:C6mmǶp:^0ǵ> - ~ބdžQyl]oj9)upױM70nVU駿Rʸqk#^UfKZoRQ)ɶ%Kp&I긦c^-;)%#]Cy}Ļ(#?>BDTvg+AG۫. z1{(CaJxa䢫>3>Va÷ -ntLqI꺉WcқO_]xA,}N"fۦ -E; ֨y\g )eFÈeaS@9˲9{Kk I2V9lG\$lM=ZX( p9H47% >Imǘ4"(>3/ /^WUP#B#0@FJ<ȧ8v{RCObGێ! J(tB'PGmҽ9,#uջj9&vO+g(4$\֛ u=;֛ZCMU"e򝶅q4ͶZ7;.twU{xh^o`۝e$NF2!pleJ_48M&682՘iV{b7sUvӨHԌ/^x,{[ +E"(ysi]%)+]eJ3R[(NX9BE?&FYt!b9y)B?\-Hp[:aǼmW{uj͌e:#` -xDhL!MAfu51xŵ*s$ - C١ov7L?ϫ +HWKE` wYowu.N H\-D$$.p]wk힞z~UǴoqϰCSC} \r'83(ߡr]~ܤq1y{qsP.64J[fRdskOh"GyBTxxzqZϪkf]aSB^]Lkn?Eu&Q)ԯs#!ʣa٬vBڂWtf_0*&|N"JoI|ChLRky1R@H$pljSU)V/Sc ido"䔠J,X팋`^|;g%nNʛO`C*$GE'\yPܣ7{QIPIsf.\3WXs˩:`!b'5ຨB*|#% x4@ee3dI)hd3e&OWamG'RFz+5- ^2|4y'6E "/ädv!گ +șj{,h҂p , `4Qg7՜L6HDJBRX:sLH0зYͺ_j~֘ZpSej|kO_GԊnr !1n6Ll9x +f8NO/9B u^UžrdH/$uxqcP4%83Q%=S.KpQ%Mr~n|J/ΪrֈYj/L7gXYz^ko,C܋%kbktWCm9j&eVDޒ= H=p|L^Gf+3pU3+a'cnCv-M~L[kq,m qmBm6_űaTG[W͔Uкb8QulA'5vywս]s[Q#EʼF,[lޘF~ɶ/KZ&ȇI*&b^= ]Ps>red{>Hʵtߺ%dcPh{8٣Z/felO)OYtU'`OhFFVy0j-I4?cc=7j[><ӈIbP!<ʏ#v0uAzE%/`]cp>NVz!B'8ʃLexWO$iKoiteQ5iYc=cJ@їaė`S@9r9{K]ڣ'd@ shU^rxLw?4FhAM ̠Y/V_VH +V<49$-a{ʠ +jDhĶقVY[ynyOjtIcWz1A43QRVtTVm^7e$nC`ګЙclb绸D{BcHePC:T%riO@hl;9X vdt7֍nļ>ebAw" f8e ?k۳.4mv=h74t^$?DYmͤV9}K[~VyR"`Y&#Y(qQ,"-8,4/#%f{ɫԭ, pːvadeֲhY F'pġnkF"daYWCS\2 Q`D}m@z\~]*OC endstream endobj 150 0 obj @@ -1100,24 +1095,20 @@ endobj endobj 159 0 obj << -/Length 3341 +/Length 3342 /Filter /FlateDecode >> stream -HW[o\~7 Y++y.9(F_o>h}i?Ps]1^\xȹ|7ׯn.bׯ`M!ë)K8\Uo{׿._^ms/_ʿ!y77S͇݈k6}\T?uG\)FZ9ǫgl؆]؀g3[bss6<\91(:: Bh$pDaIĴAqvC<-Rnni#NlLsסbfi_xEծ흉۷t 5x}RKp)n{:3ƥCx/6k+8 --P\`Qϑ==c^Rq}7p/Vw> H}'{Ά ܈>"aةnnU,Bq -Ji#ޕT(Ţ꓉IkNly7*$w5T!Et:=Sw&Ȱ^hPu!JNp -)A%%OckzAtoXQd)+HŲAbۧA,kdZ8|糋CRyMȵE|qq70RȈe*rLqb/01T!C>]q޽_MzJMpƴ2͍:4JJ~{Yl# >25.(4®FDWiAڙU}˶mb2!1-uGG Ik@KM<"5?yBmGU*K7ɵdxa1J/&wQln8n*i5 E3j/9*"'jzy2Y=Eoqvm 6zFv-;~ 03'Oe^: $D7}( b5GDC;lW+gpo.iVRTʺݔmW -6aB=XAc`nalfKv.N\ @m`-_\>ۖf߽lzF,ϯS;ۮY>6g_ -c59_jW 5wfG*g.M^W-h*1OOme~~bYLPRaqC\2+qXÁ?aYZva7AjT~@K˱2jA`^/KZnK&0޾DQ KÙ8 -%" nnnye!{s]( 3R#Z+N -m(6q 07-eۚta1&vQo\)}'͘(}eEr.isՓ(>LFA-uȳeD~mU ^g !tL0]}|ɮ*xS9 D,]Gn} Y?Sƞi[GyT~|41wV_޸ - 5n4;u1,f6),ƻj -|)g$}WKȈYȼԽlF @׋[5dIayjF)|UW&Bީ2f#+iG&]lXI+5qb}պͶJ| ?XԄf~12P`b1.Uʐtu~?G9X<ᅆ5K/£k OeU3CBNJA (;N8̒|YN'lK+n8F͔d FINCL^In7*4EK aV[BwY ư[D$XH,#Ȍ?̜6th'C3Q"њ8 ͏C@oI*Tl35qq!B -eJW 3ᾮs] p ooog!߄иU9Ρ r,`FɠZOok=K6}\T?e'Xɫ3q n6: Ɩ\ö~S9 )w֧OzKڵXB4miw&:3=f{R18u#DI0>NʎꍬYeY$l8Won>8BFXfTU{AXkcFTmЀ%T-eD03<)ٺ0aUiPZ!h y!5:H1SQn|ġR@ ^d<G]ExA&q^-DC37UyӷeMH*gF K5EL6m <T9KiQՌ5X19@:F"G4(=ǔڟ89JVcdNn"-NmHsס`bwEUm6wF>!(T-e8KL?m֚73~j*r@^#4/#"wzRGsA%n|R;FYm;q+#%[ŷ&^xf!K~@W-qIХa-O&#XԪ;!CX$w'[2W=Pf \aeP~GQAI#H*Q1;,!0:JY4#?3;:y}M {|6qzoh=W^TU&*<(dž^SYardef>mCv(TMq8߿_UzJMpF(Z͍vk ei#= <[n;[x;$רb3aZ: +Nk +W$ +L$$M|NyJ$!0 6k}ZTߟD,Mߤ +b'ӟˍ:hGn⠺ѫΪ$ͼTZ=8g,oeݯZ-s[`U/p*Ѐ'?=hiR+H #(fjgAmh^]-­(`RLQ).ndS +6_(X͊M +i!n0NOՋr- VՅ_G2oUz 6"evFS']B* k2a$;55%T``f6V;vYw Ng:pGY҉ٝatdCڍ0y+pRXňVʄXQ:w~'@Z X`trDDKق3Ηs>6oUh^@nQBU'o;Ah2$Cp '͖+b_4*7{]d~;kzxI Kb1ŎU&=GQ%u5oK[O7BWB;p@iIa8)NUtfy/IAsUʮX +>%=!Tj,?U# s\]9)#%:$P;ҡ'W2ȠaL嵙WOfdz}gѝI:l^pUZbʳ\{ Padd6Tɏo/ɣMgS1hcyۘXʬ1o#t&vgIՂ_]s n` c 3dknffrz/v_xfS}MӍnt_>1u˧v۲Y${um7ly~=Y7>?RH:ɁRýaUʴU]v- iS?,?M >\nR/\N1LZݐ|zT e]MW;$+:|X\OV U}A_" Ւ(x1Ub'DQuJq}~c2kju'&EpQ֍f1AR=:ao, a\lZtuUx *j-'vvCB& -κ +R #D!|LE; y.Vvfq.d˜L Bka_`R2[H%HAXKTrLB'hR3[ǞPRf g[C5G 9*`:ij $ L,VN $*y W+߭Cx]Q. ˮP\#>CYx:qBB^Ӫ6'݂MS<~n>5;I6bM2&޸"n56lAf%c(m7KkWɥ(O+VO(P=!/V#{qu)j7s UO/9(s'Me: ~yc5(J1V kj'ǀN iNעuQV z,^4&FT +cN;DW(tE#;!hwVV=)ǘ3ᄏK5i5H&lV6c~{&a # V : 悪C"$ltZDCW.1lYm AfMhLKa;$f7YB<Te9iq?b 9Z'aU4ucd[+, mMmL({** щS+qǐsjmȥ{Kul8)g :@`3ԟ^ endstream endobj 160 0 obj @@ -1134,29 +1125,24 @@ endobj endobj 163 0 obj << -/Length 3653 +/Length 3695 /Filter /FlateDecode >> stream -HWɎ7@Z"ܪ)G0\͛˧4s}kf1 !XDċ^|=>\XLJ|]&+qhS~/i_n;?q3&LO^ݼ\͸5f{z&?Nsm^Gq~>'Vmk?ԭRʊdyԴupfox*Nm|;zd-<ƓaXS?~I[ G_-恗X_qLJtvYSQsi̥B1-PnH%݊>!bs9ǰrc6f0ٝpQ"%DtYb4 -Cr"l-+(e=&G0pLM[9tяjzIg*r9Md\I`؏r͚p;Ca9G -(7hEy/EM -lK ɠӫTQ^Яo4;3ODOk|%? yFWgr+ -E)P#`!j<~( i.;B1KEuH -bRX7qfvP4.eFUAe:ױbEKXf/>59ӹˈT~3֤jZ*){4ZvqQ '* -vԍ =lL/2 P0+Rsa g\j98On;ppU^JR:_[2jV e3)/AXrZr`^݀y| |UJ#R1VzԎ9*gX% "{I(ON^0Fj3œW->QT[qlt -nDZD"+w/@f x XoKb?`"f;&Q_XҫWDP -4PiuSh/-gRUMAeZxXkR:kBP Ք7jÒa :$o>K漣92m5ٖVDËpMR_21rф1"-}v52 -Xi(lK-1vlhaK -vA}eq5PM8 w$Ѥ+l8|LʏG>T - F:; "=wVTvi|B JSECZ;VV2~q?k||(p=fln3a[ #z7sB(-{J9Vk~+4ANJ+k]QZA@\zHZ%Uln]%G՗yEuNqݝȹ &7h&SZdGPļIlLV mYENv.2q>acWɛHB-M:1$Nv\;d7.:kAJY^sKd9rcAN!K6A6h^=P326~S\x;9,-(TNDɍiBG ^vto3h"60KsRuwVsIk+|\O:"JDF NyN#:ϳϵK>=vyCezV༨(WLqPˇ6%Rׯ*=\ŸSN7M h\a_{p ':YGA>14`\͌>̗oMeC{vn#?8ќ;)nS~ dGT *t2ek#l4g.P0+bOVxWQjN*/eu( @_B;zS&rI.ߎ#ʜ vEޫ/G7A:n3>yب[W-ՁO&6@~#m᧩>\V;TưB$O}F*n -C(z%1VWߎ-&?5_JPPJ6qkrDtƂ#i[˜pJhl{ǀG;/#z.UjDKJک!ill*9u+?Ɨl髡u. -9sWlfPnwdܦ.yТ([{dM+k[w/ihwUP={- 4F0X+7]%$ꔆFՋN]j4pV=I;;ey)n9\ C۪R5_Ci ǒR|^sc J_SC,Jɰy)UJq㵸P9G/^#.^>.Efj3!VU؁L౵ -[ qt-i]0|#1B7il(О6 -\9t5ٮN&[tuP-̒]{QT%h]/~_4Mwh`YW6P|k`cͩ4K"!cDzR&DŔ0Oց2;M:տ̀gTVvoi#G |{HQF]Ȓ(P#j0Cy4L=N&v{ ?6!kj}x^l %$,r -l5.ֿê{:rEB$iZ+C3ՑE85e2Qч˗ᓄ}Mڰ `Ň:<)QUP bfCd)r xk"( 9,bv.x`ҡgĕyHt2_ݼ 丆8NATPrehbeX;8VJ˲Kt=m&ry"dRX:uݍxq=ȡKYRtNp sO$j>bL!!`6}|?VRT(4RoVo^`Vy6 @t0 - 9"Kߠ?K#)p Yy/)aeгI2V/Y}=@9eVY` ܴ0!yaDgMqM܄E?_fiFAI ]I0ֆU2ĂwA@AHBI(|~Q= +HWM0AaG=8^3(^`$>Ifc`EYU{=<x0_`;$kϿߙ˿;w{?q:^ ˣn?|j\|՞޼)W:gޖo}קh򮫱ivtYq=Yp]@lk9?⋢x+#k19=S~:,%܊e}b}Ӧ?;v[EK=!?L3ilpC*">9? %[(9._pi5KbVwsD(,ၪuت`ȿ{(%JpOX,1i7m~N:Sij%CJ3~| -r6[~v?> ^A4+ހ}Ju7-(*lI@A +:Ko4; ODOk|%? y&Wg *vT؋ +#R١FBaOx>Q@RJwcEuH +b|O}۹@U6\Z▥Ǭ8 2&O~D59 h,e\gsӟU:77 |2vGDh0|Bg N8cqvK :ϗwp[?g %u^5f$D}/B ?.D2 ]T,z@g@Ŷg1zǂ~; +*lMJ10|>a,r!H O2в~tS#`KR)2q9bU>ldc폌$:CdO8yLfNtbq*8k8f[fKS('R6)Yq|/}Sjm@MRgr3_s ViܱBǚ^mzHDA GXwzƃ$^ބ0L>bV<#/IqS7}@,YsJrYCFѡc!{H@⊆.t}.<;r/ֵZngEoen3 _0B_Ù26\bƱNfEꡖo8 /NIU:2dUIw22S1j-ܽ"[Ra_ne'Lp €ʣ+r}k~10r W6Hg3\wy{L-BKqX.|c/(aJߺQޔ\@D/ Gl&viT#_$:RRPk fZr%Ye/o|?T14vAޫWL+ɂ3`BZ':t~:` >䷅ZisYEQ +?e1T RgtUBm>/YĪv\mA52W:T"[Gpn;y }Y2_gN0ͽOq _l Gђ~MlvVE~/5j&77Xi+PY_DIJlZ3JA&B +ny# +^MC"Rsكz5F-~ 4F0Xw(7]f&$ڨFՋNZtJIGvvGR. r(UjCiKKm@:x6;2^+!z`lgOL z% UɭRbcŅb9/ą&GaG0cLz{ޘU@{$pg\#Lȡ ژ% U8li>w>JDIE'^i,& ^_5Mwh`YW6P|Ok븦`cͩL@%]1"=Y bP'/u&؋_sf³`*|+UZk"#Ec"$evTS$5::#Cnx*>lP (@ݞDqAȚo޿CI1I[k3w.cP1?vн8qu&I?f\LP^7*вq=|oy8X [NV|hcY),ft8O+'pGF/ 2vUnOtT:q iX[7ĕ/i1˃AԺ^)vV>t0ҲCq6K7RμV2\ҋ ): +(,z&9%ƽ퓲.?0$oA0)m 룼#[z6ITBHSҐR ;>vN}\.ynhnc\~ N.=.XX tֶEY,>$7*ZKZdAOYvg {.euӵi g69Q[ʆ矰h_FF=Qo p:iXS(@7Ss Y̹ +:}ݼEΤ*rE<\;PZ> stream -HWێ}@ c̴"6cx;A1z, /᥊Uf˚n^rԩٞv{n5_vf͝/7ovwۙ{1]/L/~͝g,l=#^-~h CC|B|W3]Z rkc͛hL s\~_6h*Lwؿ2cXp2$at],]dC3t?y>bȜ{ Vs>٥wB{rEgY =GPҕ8%+QOM > xzA{>#_ߌer(q7-G4k)09޾ 7Ûc'1o3#t(] -3oF_K:' -_s7t>۠A6i<aDg-%,"-Yh<iN;?Gs+!XLvO: "f]Ɵ;24=`osX*Z-PWx(`K(sٴaܖ +ΐ+|˥jAK ý;wq1Wfs@;""=Z"!/ֻ4fn07Jlt!P9vY.HY@[]ΈhV_un>fQ'ceJ,N6dfL8^hŚCP?)9 PU8(fa}+D`PXhJz͕xyżTrwh{@^ 0 #‡#KЂR*v h$k@ȎM zզi-ڊ䄛-(Ԫ)' -\>MRsYSI5$M-p@UG";veNUT]%a?2!aX ͶIJEr7L8?w1Dh8y<S }#r,4,Q&o*9YVV=hZ4PpC`8mZ)_gODq| -jJahL)T3Uez [@BX&EQO|:K?$!}S8}ms8e VF;ќK8U]GE.dh`DVWE./^)z0+P mn +HWێ}@ c̴"[mcx;bH8*Vɖn^rԩɞv{nik¿e5/Gq݋]`v)<v. +免w@UX4%,ϛ]\\57ؿIaY0,v80d._/S3x?z?_cȜ ?W >vhS A|I9~do_|rg%aCWZD=4F:-L0#|;bJp~y3H`rC['6Kc{myx^ý<GlU508?X- |7Lv91t„yOGS 0dcP$6켥@E mkah[3x$ZaE#=˙IDĄ.OKv +*vF,O ( vi9ɹl\iRA0rCnKfq+|JAK ý;wp1U&sO@;""=Z"!-ֻ4fn07Jlt !8v YΤH)-Y@[\NhV_un>dQ'aeJ ,t냝8mxΘp(4 +::OknINYwبAF0k % +N+.fm^0!FFݭTg|F'07d(QLZᯂVaF4τ،YWu~:8ԅ ')V(Z.SfX[KrNEp4Y?p;K v P?9ޖkD%ХBN^)G>0lM_-M^r'}#Kq.VL&6{ +AjOSC)#UNe:Vye؃&Ag8=VmP)j &9{rLSQ{U` sEkm3P|Wtxom>P[ ]>rD,bn`!_[OQ6C]Ж瞾tv'ԗϻ5a}k㄃g|JsTuQ#eڈ<k@gSۍ۟żWd +=4+uyaTrנkV@dW0x=ZkSn]ެT(hRQ$#yDPSpC .>xlsR]ג!oۭbv|Fn.R.W 0B(53t].3.@Ŵ߲`rpȇʙe蚮5,[mt_MDiN{V7 Gq hFoEf3P"%RQE d 8## X{A^K$z-E; "0Y?&%MAoq/)ueNЄ4ay{|$O.}KgQP{XH3hMCL;:26;Jt1 +Vx]V-*F ԄN.?w.B=\PNEjasy#6z9! +;0t臙M~{B9 +ipOv$+RBTpZ":+vR^s3֬ͺh_R/*})%C̊wH`\p|Bۊ-+]e޿V䤦x/S(A?pŎ9^LxM(:|+;LJH IPm|"rF{U"a_ͬ*YE[jQP)ՊW =f>WCdJ'e5߄2 +.džQvЮ;Aņ]e.(gg7!if.m!|.GsZɐb̗x̦*LFcei-s:4N:cnʬʀ2F(Wf•ӌeR#hW*m[W + M:Wk%9?:q')腴߻7 \)NM [\zC&|WͲ<j \KQN^~`iUjMn$6Rf~ش/,ɃK[9ׅE9z1 +nDyz~z% #UX +7b2R~ą f&dRU&=FWԯ-1țRQ<^Ԡ%DE[LH +QVDF{lq 3%ՉQ%A:RutI Q7.=dT*l76e$tތY[Tz;tqCD՛atu\IiBF@ؤnBMv{o]Z귓+YzWJRlMܔmDd$c$u.]Z$I/ ߗ'!$a_rN˫B2>1$k >y5m\mc{Kz]뤭  :+L)v`' *KYYչ4~ub0O&eKgD0qۉZ׾r1le+BzΎ.DhLmd67L֏ qD] 7L3JN |uNBIoJC;YLG^L:H1ʶYcGΣs:VvqisNо{T~6J3=@;NSu@74{\rm߉6RUNҐ!2!G[eRVRvZُ>4ڎV"F~eԓW=uw޵9ftD#ffPU[)1&τ Hdמ3]Β*,-pLc,)Mݖg+!lTQfH1Rff23( +C$3jM| l/TُiNst!Rf^EP![x̪γicfA@&UA#KGWkcfhQ Da> stream -HWn ?rL0f=gXDd4Y$ ~꾫GCfw=sWOC7y>/7 7w|+׾7?se?g|/Źt8z2-֯ߕaSwe..xXs]zZ=9ݼy*+YX>9 /ub7e`q 믲ݨψZuHCE_^d;]MVh*H"g?/ 'I\#q2fU%*pA (g$&_H%.!?b#nMmU,̜Ki/U5> 00>樠ǐ0e XNvF ]*%'-NʭP9nݸ+DsyN7#P'. %rBdpD܈'M'OӊokdTMcĴFxW8 j>}d:`,CtV,kO:-|JʷTC71XJwƻB- -,)Xo-]uU}"E?$"tm~RIu4V *yűY@qaR؛^G #m$o>_5)Ʋ"i6 ٘4:􂆰/T(5V~Q syΖ֝,>"_Q~}@I' hitO|xw0G[#.`aPFKlu{ LF2ޣ,^neJ8U4Ԇ'x*췸f*=@5VC-0 Q(_!Vx(Ӝqs^ge.Vo#iߪ6AV̰`Q5w|ɵOAUUd߫+a`)tN˝z0# Od=7&^Z&gҷxU=ۈ,&*:CCʼnW4(SPNn{G a1VD; FQ5QJ;F9ZG%}h%'6G^٩EϪfB4»q.T-杩4G\@DM#R#*{PT?$gxC UEMR%g0:"VQ̚5=z܌>@f!-;hQi $m({ 0j('24 jJxE|6 oc0rtO$T*&t:)!G,nv^[)}&թ A[ --,,(sR Uq -< `#`ψaXbH4gP!.v< [j\\̔T%fjgA_͠-uEߚYfh:KD\Nˋp'2iJ9" -מ)kZQ=l󈟪N8?NyiD|"*A< Mr{O]vW٥.`$G۞8 NɐlHI# |.eԮZˀZ |m&[XRidnn1&tA5uO9#QW7Gꓝh׭{ڞ)K^6$*5CB'mm >UBQy!KT8xuY+),jkβAg!5Ƌ ۱J@#(C&Fe4r5{04Խj6¦tr?)Vqұgjdy"f@+R`ptpp\ ERƾ(Fq~'2dg"]n.Ni>fW pЍ˛_k,&G8Mu -0CliKhr9нmhށz(RB+b ZeY̚rP fUz{޾8aʻ|XX~/:L~W<,nө.w{מ_;ݼ; Yd{ VŸby0 +ŽE-f"A._rQyt#6},oguh1;ajB>R!{S-O> +s:Q-\w`=$,tOnCL#M{)+~LYG9G=r(aنev)t] -J뜼 $X>GB”5sԢT6`pPoT _D=$}Rn W)"ro\1R;| +@w AEk.{ʒj'u[6Be嘎#W8~S +~9[E|>1dBH!,,tRIZ|t~F\|Zφ2M2Ȩ0 CЩAV3&zޡvn)-O UW*U$j–n;䇷Ioh vE$V7lK\]o#]4]开ALr! "!ȫSNRMɊJ-kZIUoe>BeT!µPg"iFWcge($N~ u_Tr$7+@܁bLzJZTYACӃt JD1fԜ9Y[6Q\FH^!8JK3Zv#=u*``HSF-bց֢ˡ)6f^DAtqIU` Kw2S%|\j*7&*뜡Sp 5Lr1 +o!2cj<4% ~2W +u}+eE`(ב44qM=[{U2& /uqDZ4JݽbE+dXO_t3(fw=_zV: N MYxWu AH vhJ]{_9K2lZ}$y!PfE3``h oC{ȴN7l`l:Y]#!vFҾ2 vHqJZ1i{,e9oJ1Eaj1P?Dd&CYTŭ4&mfr7QR07xz@հCQLi:%pB-ݏvhO[Ϡg?Οdb^YܿIA,XvTu1kcfwFe-rU¯+SSW TkiZP6+rJ2(Է7d$R<ł-?&P$G(>S8M~n۽doX:$3qeGmn>{MOHYIaFiz 0x?ch;fцp<gV6|ΝA}WHUze|; x2b>]ۖy5V k-YN+i1y.6nUڑ$DDhS"BCἆk5P#s+0,5 +U@]N\F9qe01fBJ3Gu\Zǡ6_4h(E'IVlDP _ƜT 3GAN/Ti@[TM;4b'T7\f5ߵCusIG\Kdz5Ψtv} 6}jU/JIzQ DCӠ3ݏJ|Zu&c Ieu$jkH3]x(W}rUZMO=1۰:1`;ߐ$rR]NM#wJ)k|]M@k([HUrTW1U߸FQzᲿt +It;tCYlj xd PCH6@ǣ.DBQ;>AYLlz0lRld,[ +INSzKҮ +8[A0+r43Yq;HW$B_3> [ +ꭌl(Ts RUq#nHg0HhQ1X$[a7P!.v6~7#6.IC.MJb DL?L+Е.̂ͤ0A^:'ryhⴺNNw 7r)cA娑({0-iAH~Y:yx8}:٧фJSɎ5$@5=푟FŻmvueDK]ٶIڎ>;rfgry:WSnW1 !:Ӫ eV/SFpBYښ +# +g:LƢ8 5лDݗU}1K2A}D7yeD#gM[#jwϝaT M9DU k@<9T Z1eX)ީYá}U@GreM;/Bz9'dr[N_֔IVtΆd#"Hy㣝 u(;v7 %Nk0AB,MǒMk%Ŝn{U'@vī&wy\Eקd(FWQ>*昤JHBVӰPE&U^\dczܥg^J}xnuY+):jk.A3 :dNWF`QGm᱂uO '0ɧԭ j=jSe:\к7qUtn8Z +R-%pKW!/_8pKvXE{8.mRΒrT> stream -HWMI4Ѝ5YY]fWHm+}2"#2#g6 !k<5U/^Xv~uZJOs??~Mι/ws) '?H_}Y˿]Y}Y,e]煇=;gr̎”|w'Bf?rV?aCWO|y.W:J_ͭ;<9]]<:5Ŷf/W1׮ǵtxhyEabfznu񠜌ft΋;ݩڄe{XUQ(};3tH{)'?9%'qqts_-HqqWοC_0EGC#E?Kh)hO D^9R*- *O G\Wx92hF/Oɖ "Ij`@+{8rcZ-.aS z0~(~tO_]C8:1i<)FRO2fK%x -Kb$ckBDk`=I<0][$sf? XUsʷ.oC}TPLCҜ晱z #xԦ=A*K-Z6RoTu}銈1M ,a_U6 uiJ 1sQ *s]Õ5@SU(bܲ%x=] >|-:Nھoq!eaR-mmYA452|x׾ր\ݺ*uuvMCEş(xY!VlKeHMK!-3n\ ireqG߷0ܠ_vW~z{0hM~#HU-7,lk :vc,l`Aņ;E' Qfyi]Gv~;m4Ca9nN]HdJi"[+f;141";ABXh/_Խ"EV\J4-"_r;]>NŁ_5֬.WmMs&x0MȈ`$Z7$Uz,uu? ({ᡟ~d9'ZJ}iHLMۢjeہl}QΏK$AՅi(2wRynܮ"D+JL4^p*֠#¾^P\C2S{orGjNi((OsT><\E;fBQBq#(*Ќp a3_bu= vn|f8٥ق2PY$Q<݂~A 93V@Nס'y̗:|•JlF4͎˺iE4)+ZywEM -z~l1 6Tb̂5D7Fk7eibNǀܪ^e|efkZ]^TLeC6{;K-s;]U%cSz^ќ*;mA7~pSljqX*,~ߍz&U SAeQ|- ޲IosUeH'm]ʭI3*2dG:yK[0-:fFpE$AB$5@M҄=dF_Lm+RELO97sɔ8>w -Tsnly4Tȸ-[hH\[\k* 7te<{-}D庚mP9ВnpD/F0,^]UJ+U"Nk:ޓb,tœRe*',h-2)dI!]dpE!TͥJ ->9gi 9 -j0qB7|oC$mF&ݪVb/J&eAC.בQ-15݇KE-0ʰK;@=jH#;>lLL.TodَŜ5Ub4ZIoaB\U{{Cy =^Vv e6.p$a֭r nuʤhr;rJ[gfUF,.3%+ZOH3UKFIUB t^foUΖNiIhڬ]v_ex!+uwi* kqi|ň-jz-xrՌqX-mg-5GPpŹ=UkPKo_#!<{qSؼJYT]uVe-9 -U; nYF2fuEuX0ʧ߼Ml|$JJ ŭX=% Sx׮)-o3r?S~Iھr{Q:;F8xd_-O6 +HWM$9 +Ma=Zv ѷ.NH8qzvFz:;ŋ_?}-,;{:i?zviǧ9Mιws) '?H_}Y˿]Y}Y̋y]煇=;r\;)8N0'~#.sZ'sS~ \>*qs/ǼWh,ܶeţ[ \Sl|oM!pr=Fǃ8k(;LLYǦ\<('c *hwj6nx3hJ!;yJ/еcgvqy="'?Dy +,W#nΈk7Pes”oEt):bM_:RCQI9FNFJXDސʝ|zա?ޝc+`DBl OTZ [1QkjD Xv |r$G,u?] tVk"A2\sSnI=P/!),"1w["= S, ER;gv{{BaC:A~t?˻Coj?ʐiH^|e=HgF>˩JmRݢIzߊ2R?O1n(F(}&8ٲK.ɧ)%HkHとHuW%jMqX!^.Qa-3as4P*ܑ,lZN12̼WjFbMɠQNUü5T>lL7@Y Fףe[9q TEQEيn_" ǡvя#0ܠ_xc~~4hM~>HU f: Jkb2NxBH 80tbZ9oin+m }ש@2nf23k=QohFHz:ABXe/?\!HJcES\-5Du}ųfvJ|$qK% D][! +M}WCx1l[p$'`&2#xQf)3WbK0iv_Ś^Dy_Y:nްi/Cӏͥ 5X?fƗm4"EQڽ"B|9NFf&hu)#+:ȟWA̡1kNVd@WQԟDߚ`ά${DfФ£\Rɀ~gFCI/ +%iʹUuvS@q<4 endstream endobj 181 0 obj @@ -1270,26 +1266,22 @@ endobj endobj 185 0 obj << -/Length 2303 +/Length 2300 /Filter /FlateDecode >> stream -HWM7 /ֲHiflI6ַuO@. %cޏE=Q{?no^QǕv—q\M]pnotashZ}v}w0 wv+jKP,b2%~ex _sK@B\۝9wb~+ %o_CV..ݧ7.5\fۛ鯢xF`za3rYP}Xd1x1?[X\Դ1&-7r1ٗ%0CwxPqB2Cdc|SB@HM̻YێшS-n eW,qp;$EDY-ˡ, @. XϘ;A~NfnzK$(Et3Ȍñ(e8{#D_Wl.).%8bȃ+42ww1c"|orvx6ODddp~jM2iײ-A_o.%3Ezԁ5;."].e\ސj7,*I5Ǽ:UN+.'1taQ` -/w :82Q!m;JJӀd^-@2BrOe ,ZseRbmM|__Z}p !PGHjRAOB9RO`)P D٪ՙYn*1F0(sge2̹ɕ ZYoBA-d"9gM[! -G\.+X&M 7R:T;i06>YLAhhhqf(v -O{56Lt;If|QljEU $^a ~uSܵ[[ si_u9Sj (D e`#kSV -A*E9q/`X"Y&?$~M_CxG/Tåxf0i -]'O09z"^!&/ɳy+\1|6Q%SP1KO0Ss^SW'IvqKKL:òMg{?U]Wۄ+pFGC;U|agVY_[w4&0w^]]TV Z;)|.1Xd{n<Ϧ'59iTy#u Z*h夑I?'bCV ȻH46,|{t,)8]L"ӉDQ' $w\AWJ_(Rz5 ʚoT R]*d]]w ;HS dk#ˇ*ͰN͢Y:::y&r,j*F)$k O_q\C88 -IwjG3l ng (%*}=s͆Dd4@>Hԥ,. `;! Q/Tvl2f>A)]ܟ/.fxFQŠ֥m5Gw[@p)UG(#,6{T} A9uFAE& %o pc)n)/P[ӑMգr‰FR5֨U P;V>(mQΈvAj*`K-:1m숄[<'*e} P{AleiN^dSrJ5A+0(t -TG"!b -q́K׻PmTQ3z:: p&S0PEyuh5l*S0) 1pnotishZ}vp0 wv+jKP,b2%~ex _sK@B\۝c$lh㱷8u^a~ @V..w."5tfAﶧ +&'!F1X$24P1?[`,.oRZZJqL9d!;<(ځBm![!1D#m712mU/L]t%+˸B8!I2 JX XϜ;A~Nf g;I -GM`DCUH"H=:`3ȻT`3\!R{ {KqeL R +Xi)d& k ӯ7xDV2O7guM75g$O /;{9UNdgJ V -@OLO]Jc1O!Bm -";\MJ0-Oa5ubv3YqP$zj0b9p"p,K6Q+㣡~AC c{RP:m cbЕ4щhГE&4x*1+DY t,ĺ*"Ad$@8_!O7 Az +T}D1-Ы-lzתU#bb!}2+m UPK~: BBcxh^7}ܒPkI} 6:S GT_7dfL 4>%PIXT9)͂Z)=7f2=7w)uaXR+p5)ô?}D֩mNd%J$BPI\`?2ѭOa&r&LDXl.1=VgS|,1tڂ,@+F'+-VB׊YL>b$pIQ ReeiJ?΋t endstream endobj 186 0 obj @@ -1307,7 +1299,7 @@ endobj endobj 191 0 obj << -/Length 2679 +/Length 2682 /Filter /FlateDecode >> stream @@ -1317,9 +1309,11 @@ H 9:7HvIP̹rAj*Άiܴ a$jP ]ӛ(9谊CRAݥy; RJLѭܥ 7>lB DSFDo@2US-[9~E9Iri2؇]&`d-uH_Asd;lQ4}2%i$@2,$W"agvCJ_^8ŅDadrbդy=׼ft=)ǵ jw !X 3FgGWvy!Cd97uրEBxXqRG=r8~aT#}Ar{%.D'[Qm "5bX^xXMߞEm\.{Yť Ɉ]amV]X,VdҠ"4+8=m0nxW/ź1<@KC1unMwB7'gW@ȹk9 r|\>E+ !ڃ4XX#^Th3V,Tyo"]|h=C9v7bijYLLt7Uk%Kv[d+w˜߫4"#0ӭ8 !ztk .kbEF4v)LU,%:eZ7 ȼ#>MYitOpwCn@QvQ3hܒ*ig҉ @I: ga^, =ySrl wzx )ϢkcTYThV%iXe!jn0|j[taCX*j:alIc> -i6cf^<\,dHUi|!rC6q'HU`5saU4\)v5) u4'ؤY! 4^h:MqBXJ|WDQfC%W$Q!'5GHuתL=oz }MYTH"AV`":uvrgV[íR50x*l.iXj3Q/zVǫX-RդfgQKk͒$ -N-6蹢dL$JϵR5{r? Q8T],3=N+9Ҩu[M80TeS}K0gV+ނ/xAt!su_^rPƪ22#ÍnHy:sv\?0bڼmwU!9!F=$uTX)-LI$}Zr8_a c?d~dw8/]:H_U8f.:#%xpz)YA7x"rGƻK$"/fiBe &Zߛ3 hBʭ8Xl~=q3ﺞxq_IYO]{cݼe(|C'bxk%^> ߶7Wtu9~wAb[y-DI@<(:;c?|Ǵ* >A^U(w%z6])W&ZN͊'E2S|}'q/ÿt0͔Dk[)h£k|;еڇs] z1+mJR/He;9HL:Јa.-Yp[ KYgz -D!5 8Zsr*9!!BxubPԃn/ WW. W ;Ϙ4͑D>/B9F?3zs.fpП@~Jp=ǰʔIdͅ}xd ++s+fә<>ojX +i6cf^<\,dHUi|!rC6q'HU`5saU4\)v5) u4'ؤY! 4^h:MqBXJ|WDQfC%W$Q!'5GHuתL=oz }MYTH"AV`"m+ůq_PkkxTJ<Eie' FJ ;xfSlY`aRݡbWIV[-安6Kƒ(dOyڠ犒#:HstM$DRv)Rf[[~{~S#ek%@uz lo 7we[/.$nK1CvB*O4UFfs"ud )Own'Ɛ7;@L.? +08 1Ĩ8; +K0e =OKn2 Cߢa aԏ`p_KG[ӂ? +E}dÝNo?%+F\Dnb`px{S2 4T̹C{S|MH m_7oӲ'#v]/.K3)I7oLw;]LTWeo~Pl?oˇ@_..^a;^[ u+0h; Bwq6X:20>9ݫ +Dof+r_7b[pܩYQWDHfu3efz_6hx+Qx4|oBxN+W/^:fPiXj;:l' sI1s% z`#KLOAbH4#!G+sN.cSY%'V=D^N pz %9a09E<Ljpc{XyFo?Ŭ3aOW2<{"L// ae>{zp?l:ϗLJ X endstream endobj 192 0 obj @@ -1336,22 +1330,16 @@ endobj endobj 195 0 obj << -/Length 2758 +/Length 2762 /Filter /FlateDecode >> stream -HWMo$ nvT_5#vaINNb ^~Xd%`tWYW´qÿf?ol䜉/9nXk]_}nͻ98_Gby:Z_b]m~i᱘:b7hɥgYr}/2#3cd.N7!#a s[[,jMu2K~t<˱ܵN>-vf1 щE7*ۛa"لġ%|bдsʆKYe3EʉΔF+gMxe -kgR57$f+n -`Lqka:UZs\.6N(6jD1XmVS[m5a=\߹gNK#y] rp?^C\靌rYqcN;(-#־qZ!!i Tuq{v#\@~Atҵ;5 %l[˙aFYf1^SUG *v --O}I^RAL/ ?:DmAco -pQZhޞU5}O"܇Kak[V0wONu ʓHܸ:a@C O.$ةG *'EX鏰-8̆k75MyTmۆjb @`]~,a.:ؤcQQaU)8֡4Fh)prSB}MpP_ iBVqpfܙ!}N%"g`47 m}+)^ySN 6rs[-ƅYrn ǛMZ*惀@!cQ=FUyBۗ_82)KT٠QAsQD;Ԍ<ᢊ;DM*͡In4cW-I w-2pK_/[tҘTd~Aƙ(S[:lTcj㝖"umTgx+JZHW[?Tivkd#h#Ο"3/pT&k*Ti,&2NTiógH{\nuwX^RC\Mv4 ElE 6n,dd j1`$MioSըrAv&I ̨>WS,\`t -JBWԹc' .(j -mz]4>=G-PPĪ* R^S۠'A^wo}2 -Sҹ{g)k NRg -ԙO'оYeًmT™e=K$\=crH^qk|7GpNRLu " $Ht~+z1{v\ rA_M[<6{Qy8rjH@߮RK5weu8#LK$D!7X47MI07kgk( nxeSDnqp୷fos -K^2w[O -4;(Ko_)QR2N%4Z=[;Ą⸺21Fgt+.?qXmKOcj?+W6ʜ"EKҝ1i]\ԲޝէWwss67,i@5R v%!fUΈ׾'jw:N[I9e@L4݂OPE;sg9Tml\RI,p1>W"*1E zBaBȱ껄:H]TR{,Ӝ{7/1/yIhjQ+.ar&P'`_N+|( BD~tlvosNt=]~L_Ծy%”$Ep%C8NMB -9oCC/JavEY0)4DPZje~lv0eg6q)-ȍhA29̤sa7_CIMt8yVl5~}uI⟁Z,h OaukOFRtn^c*l&|gDiM!3)r}/ zc95lISQV&v4uCTmD#CBEFOcA~{;~\u kO u-@hsH--RQpc}Bp|(81OB 0btK`h_֥N^o`[u1@&' cB[r2-<-<]\~kc.Y-iv&Z- sU޳FVz5ɀ; @a[>%"5J+1"$*!CC XQ5s1U yxV]D? M!6IUTOaQWʼ|:OaE-<7cռ9( dg+OwƖ +HWM 0gvcW5*u_EMr9|I#QH{z=јE>>>C6ya<8Ico?__9yŏڹ9p{tn`iCy;:tt>__byX'ziAq|X1Λwt/: ʀ{:6{f&8C6;?xh{ N[y,j+'C=Muw20bK~cY >€e_Sm۝uvYEj"Ld*H9h25mu ДWY̞uՙ(6yc e]]mPm3 ྭ9#B>dGl.Jǿ[9p0(dnB0U;朤ӻQ +"M2uVS; qgۏtFs?@b8/]Z ɫݚ#9,INoƌp%zrw4`btr:R59YGUwll`k0+dih>tkNCq[s]q֭ŷߧ2x* $0A.LI!ÿOK6(\qqCKg5 Ԏ +%|FZ[KÞmu7QOeSD2DQGSjQ0=r^UI"|\oR)NJq/[N"S؈IYZRpl' +T@2 MP'ԱeP k4=[!U" ]M۴U3aRSHou +̐OSYܘwo]Oc>.ENR=gϨ(K 2I7p0W[ؤXUf#1 s%i`%OMӵ:ٙ%%j<}aoSHzܽV. `<PVnJQL,Fe9Ven!!VUnFȞ^xWIHz*hZWW߽&[[U9e&˸/>wֲIFcAl%{"1 /*,f8ljptڋNzīi/foͶV9%S$]%>3F\gɰ,@F'g!z*M˓ls2tԣJhHh^j*E;#HBpP7X4$VVu5QuόXJ;Jk¾UU #+O1'&u wxp]SϫhL^;zݘOhqt̥mq-7V ) ̷ȵԬjLՊfƚ/%xX-gejՃ ct)Z$[ "h8 5EL[m9]mzai=xaiӌ+.)dhQ`H?E:A4b@TH׾"Zs:N[jyL41N.Z^3%"醳~A'6>)Xf|XߠzJQ@ذj.HD0qY(Ӝ{o?[.%QPSiĥVfg  VgPBSbZ9Wod8;W/?McԾy"$Cp%BAȀ%%{iϷ |+tlW)*-TUf2-z/Z3&0{&nee.@怮K v+hAd6XHdIjЇly6,~}@uA[Iar:JYFʬ),˟IǛii>+ea4a5[RU܅d+ҳ 3eG԰&eNyI2]nymm2yD豨` v,Ⱥv;]a{SM]xv*5Z" jVa7ͻ fEx/Dm `i^wX:y%IoiPuV'0O%)mUil^n[Kld!XɷXetV~},/]Pդ"Tv.1e &gDY` a,} s2> stream -HWݏ ?S8k͐R -I@Do}*>|CrvV0Βvgg9$_<=/fpz;#>wnpgn_?~q.x4?z8zF7LyX9{tacòrZs 'q%taz|Zut00O2ESiE/1qanNts^uQmJܱ"@900>ap .%%M%79?^6 /Jnr7ʪri^HbCbʲta'<_yd*rjd*tresD9g|Y13yU,Z{Zmj-JEzˎ:˫rYIpԂܖe&Qw_K/0"Sid3nrxyg@5)(xP*T>Mٍ)hMS{|>F6;ڄ08#~inN>'?6|ҦdNS;Iꉨ38ܺ \sDNCJpꛓ;PR\E0ZpU++GMa D8AFlsfAJ\ W. GoRu C>ȇOf.y9A_DASIF@5yG9fk$o0? -K :rѓxgpK|6vuT)\n):)1lfLH_6ST>=jqXA*j%u,cr:㴍6+H6]) c{#>XjI"o0R+U„`BwB;3JQXA͜73U(8|ap!*[q4Fki)[bm_<0ƢxlIsyxgK*O``K#V6mj9vK lxWR*7P9) T3ӚRN ITˠ1tۙ~: v0hKV1|j 0|K prBrD$ 1g|07fߔ S9 \~,d?%U64ɀl1Vxe#w ) -ڑ7n;1}:Av3dbvge !U*BY]scb!}ջV1NVUc~|vxL9L*sy~UB6z 3 fԉB:3+f۳n9d,n-)BW}RYlSvPZ-=㙋kw]':1fFz.>BM'd┵:[  _/W+Q͈r@@.-,{K8w|]=RWC(3-1JZ9(1SBͰ[o:2fʣ) V;|PhE{IeIl^Ă'L-Yr1c4?fжrLL1'/ee'dM;$>0/ 1nk]Af&SxA,Q-ʑn;uvuaNmJٮuL&^Y)CMD^ԥ1jPro\{ӎ:gXYquXYy*̑,tв˅vv~,u:FY۰8J:4~?M:{IiK)y'8XO7qYj,WIYcX6x ~j[˺u6]ߐl(yPh[(YkU'%W%6%[Ȫ΋8dTQ˅XѸajG/T%c]/Svן L)Z(mv4iVF]MDkY^i+ӭ/;Mj7Ʊ;LMyxЁ{ۡ}&i@襁 -OYȣJojƍtP^dh GFe`tL Wٖv+"(ö"=(tsՒTm1`7jΡe;rIb^OYk֤N-g'? -)}4=_/f!GPĥ@?ߤ\\ڧWwl|Fڔ\ IePӞ;a֗v6G&F]|Mde, \+פN<: TtA0oVrX 9 D=EIj:tԝH a˳j}IVςom֕v5)q%kJ_]9˯Bun-α.4$5 }tfMa;o,0Wcx+ ʞ3us#΃Nsgg85 ^[8٥bj!ߊ9=[]{MG NپnTY]UJ^e*D+&\ \hl!Aįgg%jrXcp++̱ +HWM/ai2U=3 vXO6NNb@@.!?QUCr-+3==Uz?˿yzr_<twG|>>3ݾe\>iH?p0n8psL?rÇe,]yΥO8K +tt%`.[a(e :j_bl|)ݜ릣ԕcE*raa|:€A\KzK:mJnr~ <(m9`_Tn>!U'꡽v=D@bʲta'<_yd*rjd*tresD9g +CŘ*A C6AR޲#{yU/)X +Q +GdX]@ .^K/0"479<%,v0uˡM6FA,BUmgDrf7K۹nm7mɊ>WO-f0ʷȅ3t@З<#$$5Α8|&ϗ bߐe<|Sg<ۙ*sX26IuUJmi!b?pF4)ڑuo$fUŏb!{4c! &+Czxzbc '(|Fm¬I2KQV_A?m n^e+F0^U#Pb]º.@,w\g]3c [?%OCUvܷn˦K7"$5 ͔U2lNj,h#hm4kK>zӤvxqmĞVY5ѷj"H[TNjkQylnRZy<ݦTܙ mȨ S"-"6fa[Frz~z:jIH*MǶnΡe;rIbY:x08=\-RBM_[p)'.&&•\W}]@*W#T͗Lqv>̻ݵP?w]E#A$_˾t`HV؆;tʵs{],K+A8oVrX(9 $v~t;@- +. 'G> stream -HWMo7P@R"\R[#vqS -T=hrrKٲcE`ȒV73ݟm߻aa?F5Ѱ([:?闿?7?6Zi~]ku6|\o̠V:h :'.?7_gCZ>W?5s~t>]x&靳>Фzй,!|ح7^UG/ 4\J Wt!+>ȆOo/ 1ng/v#igzQES:mҵ[nm%2W.9=j@5_۽"݊%d7Vy xʎ!RSAzi[3z.'ͣJ1jGYmI%ISlRmךOzɛ١<q0֖|Z19h&$SGQT :'["';CIP;&Jbctutf -o0^ =rY3èMC- =kv(9\G-=ĭ]%R48h׸rA9.}l'{/z`tdT7m7;zo=S,'~'.jj*0.:<M䗃h)x(mAt&S)t=Doe4h B["5i;u c,ERͬ*(~!C5Roa8xոdv?jVkE~kw4P!o`r#q,IppkH @ 9J#}D$u5KAyjM>HVTE ; Dֵ#jY*y׺3-,9zx(;V0ȏ( O΍[dVB>_6VRGO&7,,|&.mstxҕIdk+K6Kf:b _-B+(T8J,4xDҝ̥ -QuzA훭L^1CkFx9wFdqQ2y2A \G^7(Y)hTwƮϢ4 *_[S-:L. = "=BtJ1HL]iɤG[b +HWKo$ uCH6a%۫x>ٰ*1䐿V,c]ϞŬzzW_}aW +Kï?W'ky?>£y>|<`5l=[g`?7u>o_33}u8'BG}9nǼ /$;oR{7\^g>d}4qza WR CYwGrl!60l߅MVl,.hlrKׁo g"qlyԂV|V[d#ɛO)TZ.ȷ-C6O.Eaрv=ۆ.mv_LgߖZrk@Lgک+GӪTND-6ȫ[+|蜙4eðj;"H&X͒ GqXy,9s.w7 cx,6\V.Kh%!;p<[>sz,'gy@0.w>9O*π|nrrpRnDGUirJ.Jo0USjJ%Bj{s=ZNJ[ 5(Ux)#lv|"uT35+Yq4jAV8}QV# $S{BQ+0'˧ȧC]tM,eQAIl: `nћz9hI#ee`DƿfA9w ͹ؒ yhk*RW-AdY3.pTN8%J&kx@I +sjD0 +wfޫ^W{Xi$3݋`dֺ!3V7D(IC=+P]0X{8|_znxϫO*M[۩W9ݲOXL9%-)KYB ãev1&:@}Sjv~bT xK +)h8,VbApˠ C%`ߨF0$v EL"qò`Rie酣 + [/'s?ނ1v%87B@&*w&ּ|;l ?ZPw='@k^piKi%;@Ҳl S>D*r Y`9ZZKId+2'Bϟ{`Xo*\ +׌HL)NbZz κlQf3,}"zTH5RRf&f'ۊ~N VP '65FiGvʄ0]no8=J`%~'>/Bݹcґl] x}N 6.E ctVR3-D*h5lN]M"RנڳҖ2E*ԞKKuJE櫥' +=>ZEg&++@ج4jRF\*RJa,rXd +a9Q/-c6䒫׻@ݻog>|ݫ]C "]yqƜ4Io@@)=BL> stream -HWn7 ?Ă9zC`ɶ1'1Y Y, XW6fjV?xh+ |Jkvq}tZvXɢU^S~nJló}h;ce?vErZc/E=6bq mZtFXsď>txHĘ[^U z鷴 - Cv7g{tgԛ݃z,Sa,\Oz -΃N$2=ґ\z 9B16\WXzQ:Wu ~I s!-8ȣ?ީ;uA hk+-,vfw V䑦r4IoR5״|;}7!됈K(5LFeRVcύB$nbVR,YU|: IvËD7csHMaU }1)f}S% 3[Xu͢3΍U]SU"@xOr,{[(+4׆}Tv [q"7 1?I dgϞ -EPB+Ж-Ng&C*݄g\ bdcYxQc:gfqCW^,3"ᲨWvef )(I=$/v˽֌s[$ 3D"} 'h8CyetCL> 6-Z"@-3rZ ~Ƀ̑g6VGklsBp S\\+p\` -Q/fPl`_Vz}b6IIt0RDM+u"zGhCoevP%*OE8=ajn3K _GyTLf آy5UJ3XQv!NgO*/B#;W>B8$@@6ǚH=̉tVkȪY_wr:5䡱jZ|35YuAiAp #ndҔUM`7iki#KTM&r(VUF-SS[,3c>5=xJ+-4G=ŹI&(wҹ'!d理|jlsBXXԺlR_D}kྑ v(`v>6>9 -4?EPz U YgPƹ Q,UC@mYqV0 hߚ95Q(ձzH|A -@@f^0KsQڔjst[ *su-VMוCD+6ڸɩg[tyє:VGyӲiؤ̂`hjU9sR.k&, [G5CZE Pf@!unc?@JixWuRޥ@1̮䂥K^Ei] H0S̓0HavՉ^ppbh+YFh$7@]p22Q~rcD։(/dK0_ +DtV^Gq5a8d6 +}8z/KUZe1VbPM?xΩ!8L +6UR +XBUZ0)7'5b͸оU'֬ʏ1;(TU3UƲZbBsEA''qҔ$PBm:Ql Z! miTaqyg2MK~j1Df= 7)h-Vj7:TwI>C .o,4>OAFGIx{ǵfZB"YE'pM8C+;bi67dЖh ŒnؐiWfSy ̑g6VGklsBpmR\n\` +Q/fPb`wQ/Hl>'Qp[$T) +zT&ҕs:! +^oev(%*OE8=a' g*#͹O _GyRMf تy5UJ3XQv!GNgOh*/B#;W>B8$@@6ڞcMD$sLDNe5dlΧ +yRbMr-Q>蚬к dn焑W7DD2'ic&5 %z\&iBo*vө)-|ȩkQ0ͨf|Uth.{ljg'uto:,ت endstream endobj 216 0 obj @@ -1458,19 +1456,25 @@ endobj endobj 220 0 obj << -/Length 2532 +/Length 2530 /Filter /FlateDecode >> stream -HW]#7}pͰ{UR23 !$f ާy}ߏT$u7,asT:uΩ/.LLJp0S[?>dž~ƫc|Y\[? ۛ SW@_o\K"<f-[=.og% f?f@|:~p)6ŠԖ9bi7ȇlUZ6M׫EU!ˆDnWi` -<%I -y뼀"" yGKD)ܩ`К(X¦Z*T%o\Qx7B 5As2c NB?p%dY_۔ŭyAߚmABo7ONilƅ욘Ii yAHAcZbV7x!vroՄB#9 X1soxM8ߩ5A |p&["O>ƕq-g_s qyu^Ԅ!)m:;3[vv#0L8sȆ|f)!XJ9,qu~ڣڱ*Jx1"}y9mj봂"'ySSgnW f}yB죔7hfbҠƵ>elApJEwTPv4(+"1GעML -ta>9-vvAyi{gaTRcBP_*k kQ+ -&0IZhKD病T9Z)qe7T  -$D"_$i+|"A'eʽ{=fER`x^-_}7~Z;ڍ)wMٗʱ;Ꜭ ]+uD)X,qN箎 9_Q*;rEA316.wq>7_~cgis%dK{'7^%ce)t)z},:e0SX 7M"4b`~=SJ4[Wm+zMWNzZׅjVeł쳤^lSOarnꞇtԧ*N`͚eboez n2%;4EaT$4#Sj>:Tw)>w2ucЯ!2ZC4{s%!/LUgR,%F-)TJ TLa}Z f",=hc!Te[#dSt*P1kVw^$].+*w`fc7pJe6ҫr]H%o* B0:Q#Jh i"_TQ -D 04 R`MFSyt]7{*tupRJjV׷UU +[v?~Z*Ye{8vt,FctLKL{m3iK}KQ|XC (HרRLAhd?Z[IxW٪Z:J>y 8Dzo\ -c->ZIyH ȕA,ԍyT"mR2\d`aBj>hyR0T6'6 ǣQYOfWh2v.c3IrUrdfc{]*YPf"$ќ͹RcYD(܆37}@ -t(6;kIj씙YA:,oVi& 9cś (FՠP<(_1,jJDL}JZ!qE73e-+dΉ#c/ۙzŻiEvsC+uJR'1acv ǗiOHEx)KD=, )EA!': "R (#mX@UjK#nf,BXnfkb{n4)kz%,4'&{wy|mdt +HW]#7}pͰ{UR23 !$f ާy}ߏT$u7,asT:uΩ/.LLJp0S[?>dž~ƫc|Y\[? ۛ SW@_o\K"<f-[=.og% f?f@b6/K=awTN1(eN+kCP*u-բ*Fǃ_"0yyJ +""" yGKD)ܩ`КD^¦Z*To\Qx7B 5As2c NB?p%dY_۔ŭyAߚmABo7ONilƅlIi yAHAcZbV7x!vroՄB#9 X1soxM8ߩ5A |p&["O>ƕq-g_s qyu^Ԅ!)m:;3[vv#0L8sȆ|f)!XJ9,qu~ڣڱ*Jx1"}y9mj봂"'ySSgnW f}yB죔7#?4(qFhh0x9u%R'6y|;JJ#ſHz>=aOw %ty~+D>} }| +߭Hxr^~(ņ6T`W˗o_ǍNvc*6wSfEtr:'k(x W[2:l7z8VW`.F-%FUJ۱?iwWARlaVᙣPEZc,%s{y ]XfC;6uM2`L+ejГ,='&c +?Fz8i%0lMZhS[,je&\ţ5:to}X8-Uft:PC\i9edXGzeY(patտ)&MAz,lBn0?'PcWB* Y.Dbvv#|Ÿ*I--^8@J[ 3Zꂴ5݄숺&{NJN2zg3\] +-0K$]v4I4쭆# z #5(bWR!tOcv׊&-(;Ft52p + gӹ#+CWlf~eQL̷Mo62*: {,(Ms\~ْ yWFszf4] +hw2˴f"M}12>_dp`T:jۊ^yuڳ~"v4,ib/saf<(zʆXfDzmµyƢpC hMQ+?*HZħO%oryp>i',] +atϝ ~wḳg#^@\Fȋ2 !2SՙkQfK=fJ Հ¸61n8cV0n|O``qkA*i%6R +`fa#d_'u*PkVw^DsFˢ PYÅbdSAKQ\sש䍐73FVs&g2pDpwMd YAt_h='8P* ;_qv+>n&~xQn;:75jB֭o)[TU ([uX[d$Ue?R,ᲷW;p[:|O;'MlDQըx]a9UTS"db.N/v7nSVa2^2~ġ [α_Z] +"!:w%ЋZs;`(קK̔E U +ߔߐs٠ n.%߰i=҆5팈q3h5ɯ Ds󚧖*&I%6Ĥs. o endstream endobj 221 0 obj @@ -1488,24 +1492,22 @@ endobj endobj 225 0 obj << -/Length 2787 +/Length 2779 /Filter /FlateDecode >> stream -HWMo$ lg5#eZd=kvdr CYEM[M{8ooNis?|X/k?_yŋ ӏ[aa;>4~&MYcp P^\~.K#2CNIe>?cE}}>..s>:3yHH_ܝ?挦̉϶u;l*IױSf6)aV<\PN5HSL=%@ R`=\`7U /}:u؁lP0e;mtcӅ|oMymp+ZjxATdoߖ'IU(t*z{_#ח @nŜ/ -V,"32{E>)g8N?Ӎ9ZSDqeUbI)`ٞcdJJYZ -RN3|1 Vb ҏd.]S%jj2TFy~!y>l\}ʛvUt-S]˫:8KuPRH TS%$*WIv[~"I)1o*| T;TCb <#REAS1Q*TEJg%h'φa0]N /Y{vSKnjdi:$Oc -8Ayi&Dp)!xQ,]:ZQZ2`%%b3j_Dʂ/ḫ26k|nlGe}1Z,¸V~j3@/}TNM{E0ʵt/2?gxe -Q6pw̄ElBCI -\g?g&ជQ+C5=_̡9ljEˮ*3O_f?O NU=ekY0g}m;k#gNH)jjiqrabZ|)&ۛ {ewޜSs?|i5}˟ݯK޼얋 ӏ0~CZI?y~h qpp阷\0K$XӶ,#+`G㉾>f_ԗgsX}l2/#yHH_ܝ?戦Ήm[MܺQym Z z!32̘On6 ʡqs)@5< +̺k̻JII&YQTO!z N|wbWC-8ؔvmf;7b8-2 a9 so823a,{N m>NqwW ʞ[<#d?~{̿(O=t'R&;E`ޟ'D> v+QGf7e+A萐aB`Y((vxxznQpBZ-|;0|4Eoa$|{!\bY[t-%e[.(܉A%jCH%5!c*c Uh0.d/ +\A{\v5;&,5y7>pKew;i]טjuOs-0-k$ꑦxF +1Jbp3UԖ8[<;."Wcns_X߅atbV0TRJb]U5EkJm.6t6h%nU8-D[*Ϋ8zt<^Aq#3P{RL3C V&ѧ.nJyqZ0}-10wl,RWuPXD"P[^IܔgP%qeڙO +¥Ŵ_7Z?5 Lw#tWY3F@P2.SBnU I`M>rv~ȰS [Y'n"A)"` KWv{#ͤ9;=lr'uMz6*}RcR7;B'xDB[*i4T%ͼY4 *շ 00HYz)bRCHUO^B\ kˆl"=xӉBcĊ&y #Q :45 #cXX@ ZULdt- ]n VHb6FUbk9E4Ҍ9Xb +Hl!6v7q=-=YOZ dxi2q~;yoSU,jt xkwΓ(,ldFAC4)5cdrԵYq$߳iNp}˾B]:(- i3 ȼ _Z!Hn8%Å' Kc KVG +7hߢgHV2_l7FJcd=`^<:X }Q(2F׎_6᥁9LY"8B7e3)Fyɏÿ+T)󷂟h_E49B`u*PvmSf!a75ԂSC +T/jW;JLy:?R-D#$Ko5*z RsԮf2ܷ]$$qQMXR\N]1(t=giI]p+bg-g,ÜLD82XjZ@R_ +Q]%mԢ|nEv^b\+o PJGB*S^!֑t:riX մ\֬&6'r6PcDMv;DN~YǣDXc7F)y#)1Z|0$ǎK^ Ts: Kub05,p!Ԏ> stream -HWM5a2$^vw JI-b8e9! )8.̲KZl.^z~}ۏ;;v{3)lga78g¸;OiŻӟ75ڴۛֆ `pL˦'xzzG kLE/k{:O~Mtu`|t&{xm/{N{Q\^SƝΈ1ҲKd2\q$:tP|? !l=&pHVG&` u)<5$U'&m,ig_i7fw*`q߶Bq)R5m5<0jYT#A%jvC{^b$ -}.vXP2/iK,a`.BYE\ڈFy^"۔WR^u56MGӯES})W;U~ˌG8pB{WٕFSf\/0U|E[yDz2 zPX>"SD$ 0q)2Z(mV+Jׁƍ AVpS_򙷤fyvxKEI4i]Av!E\4ڐe`tT8Z+὜!tJ!Ѷ) 8epІ&ɢeU5k|lN%+yUZ$yU=_ -ųZ>'}TiW}{!xU[O+TxƁrCX$J@$ZK"wK'~ZU\Nhuۧ(Fɾ(Bsꓨ!%lX1c}h[g,QXPvB^`lH(Ƨw+s^=Fxb`K*K4Ӂh/ ,s*S|ȎB4qDGBI: ?D'UWyj2LxPb^zF⒨PқŇ='6p y=1Xf`L@ro-HV jt_O`x@ՠη7^ +HWMo#7 /Q$JA@o]^C~E&MQvǧqoWƦ?zp6s&+KoV|my}YcMk`mx O=_6=Mֻg/"_֦56pܟΛBFyc^>rӓܡs`.kpMw^JC4#G.pg랗9plox>g/|u:s˦ yi:vS`^c+'tb+;I٪4ȉ(k2|wP񔰥q:;GOc$(!I(zQ8$Y6۾-cUW~J05v߲Qp@7L&qKVG&d$xR2m)<5$U'&m,`i䯴; Lo[8`6c,* +u'C%jvC{^b̆[\>b1d^Җ"0,a`!bNTNޒ?${.mB#y^"۔WR^u55Mя_wI!p<h +Bߍ*?%vОE }ʌ{ +zhE\4ڐne`pV{>%CBmSXspʐ< ME |V`BE9go|UE,)"j2f^ΫڤGfrޯpug(j? m$II'yLX۬ u*V{&Xkyqt>k +QnpMb3lM@-Eljxycj=]6O^\'Or?t$Xw6Ynݣ_l}xAͭHAmE55wy)/Mj +4-_&jG~ql`V)zTkфkVjMO-:ʵ1;,O߇N[`;+bц\6Eg &,DcsU?8[XVdp$@V]srTX|Y %n ъ +Ɔ$ozq==iq+("nN*caG'߽طhF#i&aw~ s֞Sz@G!8{vf4> stream -HWn#G ?PK- =c-: s2`2s;3dn *ˋ/y}o?i8ի96_oo\y_'?o~͋sno>?\? ?o_a’tB3r1].Jc,X~F;H7lzDFS5&4?Kz9`rq3$ ұ>n zϗמ ?Vr4>N|ͫ!C暴X_KR``/5PODavO<ND/CZ`rs T߹%\G-T:bEEKL;^U8rYQu  #E bۼO qkU U,C{%>.Ȕ"tNؓ15ID7V)WM.!-p9qq\!{o.RhF£mٝS-hr N\P r=I7\Ȏe(| -"{aئ~D`҈$5 TTP)|? +ɷ=ݾ%Y+υ 7g]SZxFL' 9 atmE׸ :i)^SOjb!= ЇD:d?בNCP 1נȨ6j8]gr:Jd ,&B蹩eűϰCIYgV-82}~;릂feO٪Pnh;q|Z4-ic`n!Mg'j-p`MAD]uwaVAH#p@f:GրЩo`Q.#MZ52j1S>3B$B$+MC[;Ld7sr." -覹NN+b12 ѐjt6`&x!x9=|2qe<wZ4o%I˪B(qx:vrvCEB`W'b\MV5aƅ[T(;iY56T$o8pvnwվ3Lfc)*PS{(c8OBGpŨpT={VfH>|Rtm9#{K|c o%X*b)s -j4/\5Tc:sGԝNI/(iuϺ*K {%mHN)iF/4HrA1 /h1(cu -|7 6G1P%#UẺ5"zBi}a})(Lgקl_ƽ?Tʚ9cHq'9bX躯?Ҟ -y2qye:daRf{$mիK3mÚ08cKZo*M1L0X8dC!'MQpO,BC5`It2hJ#gxQRYz,4ORʩCL&l@#xpbMMr~J1L ZV}wY ah/۶A}G2 6g^U-gk6`<<>&="(?b:E$H#%ZMOJUaJEф&]LjSU:X&~e:NeQlgp`_sj=IE4*f&0L@"WF|xCȾu*j -PΈ} 5 -oX;$i9Ox碰4x^%,x+b|r9~E4gr=Vv4ѪO5pcuQPHBTBaL] m9݋ :S֎GƂ8zyHv:̀`m!{;zDž*^.(*"h*( 0ţ6 '$&h!$ɉ R[Osܤ7n\W5l7_ 0쐫Q 쇹<*]e.Q?Ygmȏ~\( 7pJ}dq2]UR],E\?b{[P9<?y<h:kWMILT%{8w6>Y5N麑?_j?_kQy-NS ]MS>j&j!b)Ad ވ14 X'JS%޳@ͣ HfX [`I +HWn#G ?PQ i7/ s53dۚUYx7~sOa޸W%l޸_+?o~ ιO7N.틟⅟/˰7WaIWcr!~̟aW|i3RMғ7Xրk-5a?D>#'`xg18%4!ob==~*9t- OHoW\·%h,Tf#.qO/=1B9IG?0y;ƲٍuWS˫-f: Ƞ"?9l L Xq~ gbtM9_J&ty)0(n{`8uA16/~SDRh+b=xaJicm^O #01'd*w*`E!!*IdR%$7&.EGճ$ }[@cn)y*iX5骐\=푖]6S+{N:ѬW+d~RJ4H)JtZ[긳5mKU_NJv.N^vV[:#w_qadVOPC#q u;؊F|\MbX#۩WBM-)\J*]1q#IsZKN3YiPX,xF9sFB? +\P+lem_BAǶ&Z3& + lc9]O6h Y2x{0*02HqǐU 9L7۾j:L&nRᤧ~.kTK +k;V9SL9^Ǖ:.V][C +YG"21\VǬZVσ7RLJ{ SFlx:P s(L-" 5J>85?KNmöt΍dN ,vRьo$(c!ֹK5,,wQ0.<+vkș({wK?>~>iƳsyQu xx; +Z+6MQ Hߖ)a/q4 +h;RȘ&e d"T}f0 2jbXR|j"R#jAr*ҫ Ah]R7~N0 lYe["2I +- gE1֐lJ4T%I _ J}Hj Mj*(yqMlU?qpſrICs9Z7늼KU~/ULzj +Іha8ٌ|pS6WMD)U!)STrTZayc)MZЪ7: t,tlDr\цoRsPxFQ5Mez)~EhC %;K!ܞ&$6MVxLB俈 *JL!4 XgJK ͣHaX [d͟ endstream endobj 237 0 obj @@ -1582,18 +1590,22 @@ endobj endobj 242 0 obj << -/Length 1931 +/Length 1933 /Filter /FlateDecode >> stream -HWKo$5Gdf B@Wv8JH\.vOU6n\4O9v}y,nO?|kgW~ur} 'iwx{rѥcfߣ޿gq/O*BJ9G >7YzhJ^%nmnǟr>O_CJ"&k)d ESs"1R*77f-,`SA(Hpq~Oyý*p~(7󄡅XλF3BJSvhF6c!sJJss&^A=,ƈ6'e$ܺi=:l:)1դɸH9KcmհVk}Oݥ5''Jko^"0r*d̡ÝLx 0g0pjbANKWhU $H41L1PLT2p:UFW;Fa)"1jp鶠򌮦@X`]s-;Q|V"xm5h CH Y{{D֭6 -MW&z^F$_% - -Qm4 ^4grZdԂFi[5kӷl$ -ҧ^B;jg_`ٸn+ի bqK;"cϕs;zG6#p L3RB7 ?VQ[j.d>s5fʕPH+Z~-m!BUV:~hBv/i O3ЩG7((p +#SJTss)vMI#MVMZ! ]ЦêG: - -nUMݡimVV- 5?8sqcO\2$;3.d `kF4GFG M~ov:\5nt g_(l@OaWb0Lmjltt=!XѷwahSX5utbvMrUXg*DBZͦƊN $(ԩ7l&t:ҞZiez "@BKۊF+T`:W 294=Ց]Á^Ponvl;wgM0w8fc  |n4g?X7]jL'G鼐]^r);zqw]M">M7=ǛiJaܥCa8on7weC?g .KfߴӻJ+&F9zp~mo)1_R>ˏ!bn)T fj*`ʎFRno10smpSm='秓nW8^v׊ +.^ +ԙxI@1X+N1fW- !d0|ڙi[eN1qы.}[WA#Nm$歽] ؼ>FZz'q ҫ#y_qG:coū8.3gG|LHYSX[UZ ո;Q4ԨCZnGT)KRjWJp?ն%ZpXdS;:T%iy`'FaJ@{'\ ?Od +ӌ"i^ˣ\NRʹ> stream -HWKO#G#e~L`XvUU!dsrIzuW͌6ꫯ>\=~gOlWMfO8篼g?ӓK8?t|NO~[~w!~uf ?e\/W.|~w.Ʉ |^%14̷0aukgLfF-_ bOD{viN7.>F dg<a<_f p?M8fm_vK8:6.Ujk(w2h``?>Pԑ1P(^a9%x֚xW%Lɸ18ZAO)1䅚0S (Etw8 "C3H0HA#\M_1$2s6q]-@#hZ[sf♍ kD`.]qp`:~Ϧ -A~_͊Z#XR*ghzshZ7s32- 34$i6'MK|'Ȯ!/RsmyT_1`p0!Tۖ:Y@Vpz!Omj{v!=[ؖreW@Fw98\D' l0 l^# -! ? SYV$$Y}B·0Ҭ-d]EJ]F驌CSPiLcc)cO7'LQ?rMȥݹ܄{CKL8K!osZ-|TNx\ /~(pQPyDC:Q'OTZL2[e\0Vu9(Δjdu~#}l>3GԽEI:@MkTkY$436ꅘDK 9};,n_*qqqpp2nV}^Pmcf)>": M)GD =%3V[w&߳z)`GzCX4ODd}-Bׅa;ѩNwIֽBP,aIi$ '"؋L3-BƥWaձ0 MC|K1kK -ZvN4+ -֔zS%s,Sl<[xg0+M)&%vmiSCf#}e#635هG[f~Upyw{)} < ’F~GC*`j.6Zn9k/>/P[fM=Kp"͚ ez6f}=UZy1"&aP,zJsr\Zܖn4>FP{n깹}^-ݖk 2,;w迵 GgU0&%BH>GBr++ tczXZQ{W5r7xA4&C-׶tP/o v:R7LiwSǀWݣp<2O5Jhg!E cHD="Y?hVt7J~ Aↈ@twA4aL$^\iR>9q VMi5֣ꑊFaza@~ꗗQi%EFy,7|EUW;>WaYJGN N8 J?T&O6yM*l%VROEgT5wJݕ?? +HWKo6$k̇(]4ɢ׺6=hO g$9mHo6l̆fU&O]mzW>?3_񓧟m׿gצ1ďˍW~[>___۶٦]}7㓵x `\si={۴ViKz3^ϊ{u_2hdxgxckؐtۿ茥C.je'Ȁ l9[hQS!>93Gg^#C۲9K|o Jɻ3hҋ9\`đa(Ga9EpVǦ!J%dR'Çm2/u)C[_-=-x\b'.7dsnkxRqTGuheyšٖ0A@jAbt յmlJ3f|}h!ߩ@ C9=@ f@ }. W?%;n;Bt@o7Kk px <gs%yn*y.R.`L] eؑp +H,fSa2cv3dĿ$dH`"K%gtR4|3GD(.y7g3k\UX~Ϻ*mK~U;J@}BM,bp3 ݍ@bΏ4Oϼ0l0fģh7. K9 AZ9v y3mKo9 +C; @m5Nk GO}`!䡿ڞ:V|]C`{P-2[COa"&*{5S]Q5y¶U `nf?v'E@ DZ?"< +tg'QL3iaL@ef)uo2vWwH=|CXsG/c{/}`LIk?n upکl\ +%䛠bo&Ks#FO{yj`6]:P."XفL$\w"#OTRLR{"1JVNSYu|XGΨߪӯc9,Rgp d4Gud&F-+>(\CFG架-H.-bM7>%Kuq̴89"SД|> +?\\){ixO(r GzCX9QG_)D@4S|[&(iKnk "Q gL3_,Bƹ7aՐ0xB&[.\R5m[cvܩd1BS5})IATO 6Z5$X0f`dzcֶ;5Q+3ȑˑxA 5Iḱ=gJ@.>]DŽb2aAH@tͿ'C+$̕ޝm0ܬ 3^/īM˭{$8vfEhcO\ͩٷYj*wu-O}3'L=N}mr8Y/5nshu7DX\+=M>7 j#:2Z ؽ@$~@-m@ EݖaL>,J?|NjZ@LieB015hj±e+x9ƛ@5e6X|om]饡 wa9VlӁ!8b?+8Y7=s<0-5BhG#E@@HgD۶= [?hZtWJ~ u$ h ®H<Җm)|t42Ӱ/J{#44K^L= Ah!" ++uG'٢(MNϜVF +Zh$L?0 <ٓ#N%/pkQ:Ug߹o1GAgM{P~r3VF8~p2~#^@gGPgb_Q#_%A(v%o Cn=5yYtz˺A)iJdlⶓ#sdž5%th]e+H'<?lԷ4RvP[M"V jCVhԴ9xx0]vԡvg q endstream endobj 256 0 obj @@ -1686,24 +1698,19 @@ endobj endobj 261 0 obj << -/Length 2165 +/Length 2174 /Filter /FlateDecode >> stream -HWMs7 {AF -Arw#;N&m夽V3ͩ_pwedy:G/{xawyuج7Ą`m3}ya?ŠϿۿi1~q zY _a>~ao!p 8fZ[q„i@nh]M5MMք\3Zg6qjv6Qf MخřjF -AFqzyE{&e o ͉;1͹L!D<3+K)ك[}`)xV =Uo;qt֒ݻEXk4mM\FCݥ<3DܺRvɗ?E81U̩uw R  OJpiθf(:#&恕0dۀ1X"Ojq54P]E35u -q4Ns -IYpδV\Dɰ`ִJL T)6ka5xu5K|6,Ζ^D P2D&&}D(cν",i~{TI,)i:g0Y -T6#xud.^-VWkt>PiIy6QNx⨰`o>yC%Dd,7zZ~'q(7ʍ\U&vPjY<{R}hZ$jC*ڨzٰ˜:3h;9;@>me87HQKi Eer}ZհgCh'tQʋZao`26Q M3B7O_Mz"{" ̮ϥ浙y{-RAMQYȤʑ|̀PtJc<$?adR{]QN-v4z<t-A?r kt \}EIo9$ -)`阽Ss^O25,G2psݿo$ن=|̀BK Qe('M!Y1s'aG{<:S -*d@4fܺu܆Z ().Zt6ugr27uaFMX0ϧT$fKkAivfV/bS.e&ZEE29hY􋚢Mfc0 lZD0fl, |4b?@p6{Wfuz.tVϨ\x^9Csp=Jf?\szA>Y2*. :`y/P&dExNU2W8"ܔ0R,SKCyRWk09}3 -gL5=*l帼{ [Ľg0 W c=P[s]u-t^Q_Su@%:ȪW@Fx -⒉ty@0%х܏tE[)CCNbpm^>q.6RjWEH]jDZ{w7S *}x=+Ni(z,:S-JVbxۊV11&~(&=yj[:۴Ǽsq"298|~Ak,SYT*@Wz)zbL -q+' ԜeI11}WE]l;EM9D -ՎjbRIGz 3}FuPtU5d-IahNu'rOV+S:7 FtglD\Mf>52=&w -PdMG;([W8ŌJ2X8҉04KZ}НtOr"Sl#켰>cW)]~Y7qNkKTp'w9PΉ2󬜣T.Hu`Wi}6JM/zyEZaŔ]dlpObJI;ZM^./XZi(4wc>UV#Ȃ8>mSJ -MuZDiQh[F %!겣d[Pm_I56r:6 +HWMs7 {AF܏ȎI[9izLs= ]ْ,O'hwx?<}&WvO:p<}~?Ͽۿg[ گYغ/~+A [р/m8;rns.@GdI76tiɚ_{&\1"VhEڨii.~+GqEGqРծqfqA{63 bZs6B/xfZY;^zWO90-ܸ3MY+zc$mzOv?.ZY0m3c}^N%ʧ 9 A +BN}\5:A)^Sy.-73B,qXĤ<2Gbm(s ᤶ+cUAZVz_Pp:VөzJWJrz!)7Ιe@d +&2grX-Y#vtLyx2 (;,7aBLnbF$T9|uzp>7uaNMX٤0Eǔ S[w=13_"".Z˲$0Dx$S&߹e#pQS)4N1v^>q.4QV+wJ$q.\swGZv߳^*O1TDz8{'j6_Nε*Y Pn*:tS-ވĘq 䩫(߮>YTh, q ]KfڥTTj2-7Ӟ(NNwA3`bLǕR{4,OSsReyXAvqpbk-ĚCTh[.%tG?KrXn+]مk(ZRMN*vJOV+S0 Fro7N؈ڡldzJ+\ӡGG;$;8ڻ?+EHcH'شZRąl<]g`} 6OzbXtva/rݨCDž:BO(usz#ZrS^"ՁC۔*M79Y+?k%S.jI-XZI;N^./XZi(w4w|GPq})~ 2+)Z$wiQ;F>@>!JJ/*!c~.겧dGM[Po_Io,6g 9% endstream endobj 262 0 obj @@ -1719,16 +1726,25 @@ endobj endobj 265 0 obj << -/Length 2532 +/Length 2520 /Filter /FlateDecode >> stream -HWn#E}pdI_"x//u骞XLwOשSN}]^=.v_^l05n1ZӎbIo#x.ִƘˋ_W{cڭkOxZ/ƅȯl?fᕁeFe[~xCNp5 Cq6˸A#@cF`c^mӘt? P'\'Mͭíϴs (6SaYRrm^J݆ -tOIx$9 ShCx&#;-HSo'xɊݺz;(Ks]6T9Mρ%8Ϗ,Ba`q:2*Y\1#HĄ%eT61: bѽP)ׅr8jN\n5+(B$Mgnr-bI 3/Y/9aS- -C,HjK4/AydL<+9ɏḯ]o'D NҤP8UkHBHJkXlFW[?C4nys )ȋ|YgJgݳoL AwQCZYJuT {tgnhKG=|p%js$%<\tS)É:#menfpu<.hLW;qZPڈlV BkI6"l ]ׄ`z/ pazpwĎX[_7{eS6H!nOQ/ bH58$jIK$gp48j8=ćX&ʖsBXz7k%9=3OSnQ_aWtnݱd Xaq'; TL+:Bdմ,9'ɄT<෢Գ%(ʹwO+GPP cǃ@8|Vy1e@L, IxOqֆCd‰LX6fa&8IW(5^+1%BzA"f^.Ø-F 0̨aKM6 -op}LW+ztA ֗E.pcOO o?kn^Do}UD[ak4U!$)L#8i4:&uxB|&*SRB =A$1Ih,V_|~ -59Hu\K&EO0/ &i^µ8Rg- .d蠄xd-!QΎ+15]Q&(~ގhBEU;]`q,#)wm0 qX.ϹmJQdݟi]LTxH1j'=Fmη& bur I-piW5QRIoàB63 2JB bhmRCWu 6S'O:k<39%Ihq)`%DD,ЗMmy7IUPh셿ݐָNѫVnIk# &ݽrsnn!pjޚ뉗3qsKR~R|{QV "{sMe`)|ٯ Q~Z3$CZ[ncM<|c M-6⨷N٫o "<Ԟ=Uf۬+ZW\^+qMP%'A׋^"P3!1+vd +B$+ +(͂V +~jbe!M^IQQ+ox@tSf*uFH+,!x-2]mAWd!icM\-KSsX)I&;TyKxT67J4'Z~Gu86V{ӸW3g:M 5~C_ +ɨZҒ\ϒ $eunjs"XzWkڜpBҨ 牯+y|7r[gw,K꫰N +)YF!jF2!> ryh;+JSi 'A` >ՁU &Gc$kç!PL2{a&,3ڰCcZ]F= w'^.Ø-F 4̨I 2.*[Ltb 4:AԢ 2 +Ұs +I䂊YWUZ-wy Fܫ P<qA]OtSlwNbx\yݰ@'#U+Tڵ[^U7x8d KPRsST&H՛xSt'T+EYTkk*HnmBՊ!5B:&N0TWbj.zKi-Q Bsϫ1WLZja޸}u<%_t\Qj\ᢚYjR +Y: _U7A YJ)bAX5Iʡ6l {0tscN1Οa8_OܕHwWBwNk9L7.otϕ_Z*| ([3fEM2@a_<|x'Gn8gϺoDy>=LAt;0HvB U$AŶܔ)-l"z7EQ+(f i)׽g5HӦiZLڒhZǨ<n 07w +/܄?`{T򏃆XE#pEJ;cŧCpT93rCq;UqKEYcG/x]^7 endstream endobj 266 0 obj @@ -1745,18 +1761,22 @@ endobj endobj 270 0 obj << -/Length 2775 +/Length 2773 /Filter /FlateDecode >> stream -HWn+ ?Py9hE2F* &Y]]U3xśE`3ӏzs7o1ۛ}f&?~߹~{pۛ1i?no~]-.ӯwv/G >GB;^!}u_Bٕ?_? l$:cYpNgzģO.\Wc!&ev vX|hkSnyN?qjrkG֖6-T+p4 Q;qaɗ_Xf;ߐ^u -]9d_.dƗ2.˿_Φ>;\yvm@T wi!'"XD@7ZNA<"4Ûz{(cU*D3%N"(V>a3O3?|2eԙ=-ϋ 8LB -C>|!%d|$(rIc?iϝ]P3oйVzOl5^T=ώƵ3SI<;p}U1ɬmBQ@hM [gPB ~@E[M\k) s M٪xb=6W1M1WV=/A uoK &Rܵ> &0L' a+=by_*˔9T\!wlf45YG(TD?JutU*oɕ( j a9e # sWHf_c0)!"KFqY^l[ vA/ۯ?NIr_9w5}~>b6'9zs}z*Syԓb"pmx1Y G+߈t/|r1n!r:k(SJ1 b`oI9έ$*spLMԔQAɌ4 AiI43wPxܭqKⴀP=nu`* }YY"_h#KuMJ>#Fq[:miRR_DmJjZ|7Pd 4Pi,Ff(KyZ"^n^v-KW'z1lj(;Q,S(`@IH#P vnHh08Q4@<gKLV٤U9k1ID.PЕ7T jñtTg}Y<ӟH?[j-t*ĥvGckSVj*qdf ʌ?*;5 Xaq Y*k1fw׏]v'T[fZÐs{Ѽخ "3]L g賉 4,ÑgAG -Kfx ~H \MUq2rtdO4Gp!MNg.sMe5&j4gnw5GԲL٬vjp1 s\OOA߽GW3?L;XVKH@Q;WҢf\`(oTHP4o` -I[ߓ zza yqusɑ4:Kkzh-#U)oDGR'PG݈,"RRt硔 "!8X)$@=aШ- h}OCTQZM=^i/VbLĉC"X<Ҹ(**u5p.9ւZ Br\M&lXrEɆXVj3Z:†4 Դm78N$n nM}_"JtAң /@q_a(0 |I>r1QA p6LF|nxlI[3:dE6C_2>vQs|1/p0 _#%,ɶ)*J -B_c)N*qu_¼ij8GTSXj/CsKѱ9'B d@l .J4E~mBUl卸 vWշUd` +K{Kc+s{cP7斀 +HWn+ ?Py9hE2QF* &Y]]U3xśE`3ӏzs7gv;3C\?{퍁=mxۛ1i?no~]-.ӯwv/G >GB;^!}u_Bٕ?_? l$:cYpNgzģO.\Wc!&ev vX|hkSnyN?qjrkG֖6-T+p4 Q;qaɗ_Xf;ߐ^u +]9d_.dƗ2.˿_Φ>;\yvB-w NGRp~'9KQm0yW2ïmѝܽ`tVYWB5\_*~h-_m߾ FoG$AIb&& +P f(~.]MDsQ I.zl*($jkqG 8Q K m(T#oQb`2xH 'eJ(c/^ZQHMZěϳ/2O3Aa(;8Ve"NTX<[T(QbU@ k㊙E/iXcE_>MSCAPm$$8<RGJ" +$=!#;p ?&Hnu_^? L$y(VPxvN`L%e+ vU'$: GF51`C= S$"%6PIo6qfx .,%7em\4\X !4Խ-2Hq0"0y:$ X~@6_|a}\BR/S_Sq5\n}dMP |3.F73趫Tޒ+=*Q84I AR8h2sʊGA6̾aR<-BDf86ٶ6__V*5B)rX%v9ǙgAhY#ς̏<6l$k&ꛪ,d=Ȟa/hcC훜Z]Z1郛jL +xi:tyF4sDC!67Hį,L{^ AA,A_#iF%KJt}jeYxՔM/b渞.{?FʯWgv±N3*(AwE+0̸DQDmUiH` +I[ߓ zza yqusɑ4:Kkzh-#U)oDGR'PG݈,"RRt硔 "!8X)$@=aШ- h}OCTQZ4ؗZ+1&q!c,i\xYfNP kAk 9~ec&?6,"dC,rr5֙ȇwU-SKaC +Rjʶi} 'dw7^ +v>Mtvb /MKvt QM߉x_a(0 |I>r1QA p6LF|nxlI[3:dE6C_ ed| +b^.6ac=FJXmS ^9 PgUxP*g.@6ٟOʒJ +Sz @C'.au5|&ZC S&vUxȦ 㳪>`rFLa Y/:f a=mn&(q]ʳ U쮀o#:1[w!ɽR֔Vf:s_oo; AW endstream endobj 271 0 obj @@ -1773,21 +1793,24 @@ endobj endobj 274 0 obj << -/Length 2114 +/Length 2118 /Filter /FlateDecode >> stream -HWMoF X'YGle$y4v^"SK{߯fHI:5#Z}p?//>|]|'qym}u0&lnݹ]. w\cCe>߶ncϋ'-4_=|u67iǻUm隻e0j?Ml~skvC~51Ʀe"wNO1R a=n[k8s-hL`aݣL75rbCwC8dOn'sYpr޾T~LWj$zQpSN:D[Ko:Q:0a'2p&ƈhl R[k+mse`lx[t6[x]ձ˸e#z͇Ka@DՅ>wp6ѽC:vS TO-XOi򗡒>6LR֯@/1A#~Na`(pe}A%RmC%tV:a-EɶxڨUxB`NQxxvp -' iYUʪ1Y+GA5^ֳ?ʠ $"1 =/JR%{zqiHjS9IPwSh\2@ρBhw:^:_mOcuo+@y]i",bW5l -s:jݽ*P*ΑaQµ((9IdPsM7 elU<\˲[W)DT -]NRtdhq7:QH6ɵ_Kl8Y妔hmWsx^2XlUscCu7 Sp#X?}-L#P{T~Iɢ\Ukyj(<xG^c~9Xę` Z)F hH+H@SU@ۖ3 wy&}=ШD.5,#Ǥ<C4`TC/ b!Pj':bN+՝=hpj^2yFpпzЯ |($NSFO1}Ed$Lj>]}͇iPb9Ta(^$ \`dPdk4!2[Bӗ&4#x|z)ys -CMb㚔9"@*hȊ . uWNO1vxW*4DL xYaZ1eH - -HIW%2/i>'gfHVr]E;FHm>Mc<"@#R$KXA8̴sF *kL/Lf#OmWj4Vr!a\^!ǣ!IW0}*#RϟA B+RIh+H Ybu&#ƒ!IItR!3oLZ,?2u`w41Jg[M]lͽ=&6jVjpݶ[[M+m|y -3ɋҖ'jlxJ]sJ{'QD_l`ꐃUI%Vynm磒8{3nf\xW -a)l F2>߻G(r,cZi '"P@ -x)tM]i*wŨ7Y9nN\FőEӫ]p/dRro$A 7ч , -Q?5a*Uζ㣂r{#Uw38t:\ύ79zK nDMh񊕖Ӹ:)ē >Iu\4sQ'ay$ +HWMoF X'YGle$y4v^"SK{߯fHI:5#Z}p?//>|]|'qym}u0&lnݹ]. w\cCe>߶ncϋ'-4_=|u67iǻUm隻e0j?Ml~skvC~51Ʀe"wNO1R a=n[k8s-hL`aݣL75rbCwC8dOn'sYpr޾T~LWj$zQpSN:D[Ko:Q:0a'2pS'?DMq!w+1_u#N\J4 B-8]Hcn7 5zW2nوNyao7tF=3\ i?qoc2pᐎT}d39B ګǶWjqB5`E9#(Z~ď)@0 .Loh5x, +eR˩¥~fɄnL+@ץqul>`үJ`,L,rSJXV4P+9baHI/l,z\L* Mn9Sڂ:ÈYhur^q}҄)y8ёi,'8HjvFdy&l=*?AdQ.Ҫ<5|ЁߌU[#CEUjj,h0^-JdnDH@SU@ۖ3 wy&}=ШD.5,#} 6Ow XK*X,: =Jug$܁׆$k޲*:k_+ +ӔSksL_=- L]8M™VD~[s/)fɨZs5\-ĖoVp +E,a{7[+5`߽ܺI":dhRUv䡛n$b^49,EX +v)6x­ѧ?zyZ/&^d +]Emz1 GVXIFEEg8+`t`+\@N W35cMr[$.yT Yr}2 %-Csc2onUȲ5h 2>h +j,4SLpG rn3)RJ?!TQ`ӱ9ubWdcQqdu% A jCMaDB3KBlO euض +|:nx\Ǟňpx; 9]lNGs+MFNRB:DFZDz|b4w +'®OfF=- F`_^7qq% + endstream endobj 275 0 obj @@ -1807,18 +1830,19 @@ endobj /Filter /FlateDecode >> stream -HWrFJ@١Dx,lGvkxI9*>T.K$t~ūneW./vͮ_XV5Я_^t矯aŗ_뿗[c?//~ƴڝkwU&\2.|t-/ۃq.NYZmËLzؙ~kĎx˙zڸOcK<6C~*|- bZѼ)-<O{1g#23|K1m)KNz WbԦ|_bizRT:OZԻKF`>J .%Toܓ> s~#~p|GySH -SF˴Cѱg!o:B)w| '?p9ӏy8>;}~g'߂Z1R^&qoMʪq]KpJ&0;{-K8*"E=l貓KX8#I+;> Yjr&N00$K -mnq!@F<?H[ݔk>Ld}qfz2.7s"4$.C>xwMYv Q8$ O!9EiA|H[`_ at+01)4KxvB;"^YP=9L=}jo6¦Jpp@`&I߁mN]> -edMϷ If^ nyld& Nq6(TLb48 k6%gyG]=㗅q 5 bCXr0nOg# -\oWCQmI T, nAǭf Џ'qtЕ@m Z=VЅ9-NAQNN~%;!7nCâ0\S| -I%*/(OZw45R:d6!BAL -3cpZ/ᏆzJZ9M)Fo 'Zz_Q͌z9zXLYUEAGc0 - rvh%P;eW tGLԇÐd~P[VPY~b\},Qcf>:S(NU}~S2 6nFR>S* FrPz}$˞B3_A|2. ђAgR!V8;ƕ;VEYGDr.;N+: NQB(*EiNHK&l;,7e8N+ΒnɌ"SdHxw G K=J9xW|XNJt:u7X.[ ِKa;ːj3eֿΩj6 Oe`NYsUNH;3P%Y$ -RT=ԏc+blztt +HWnG ?Pv(⸗YLylGvkx œħ\C~?3qh !NwWWzūneW./vͮ_/}ƭk_0_~^^lMc k:[kw+0ſ5 +?#ߐ~𓍏8,a#^v&?xX?5Dg3ֵqMc'#\xmlׇ /U6^_[ Ĵy][Zx36~cΊß:%bjSF69 z0 WbԦ|bizRTϼs +=)Txd""B}=""ND#o!KZʈ&%*z`C={G*ICԛ,3]H?~ڌԈNc@>C~/j9X*?ɄU[V@tIQ븦 vՋW/җ;Mr.XjQb\*E[uV Zjz cLgWKyG.*an4 5<줚$q mnq].A1J ]-C7쩬$'F;mmuJoyQ 1IΔ2%6v)hrl6_BMGv jY Von`UԽ<GGN&]lRY\z?8ԄwvR}} + st*:tʑJy@L>*L b6W@K8 T"7.wiJdK;2R(I(XHO\O*"#.σR 5z +͓{ǚao(orIah``(:"$MB(.ޯDS/ Q>Nzz! +^^DvQ 0 (#i 8 s&&faIۏh-.rEÞӧf/l fzԥAPVL|pdǚx̆ I&{L3{H}M8ϷRG*i|cP hَjv06_1D.zS8aȻ0<2ho]AFڒXڂ^[̀}A +=S7 +VZ--nAQNN~%/!+]RdgM br0$ +{\ C=i5ߥo8J~ }V(- gNF?Z9)i*EX5xkiKeK1r[/vϕ2t0/z?ЁVG)_b_@( L5E|1h'*wiB=FWZG +_:ũ"{Z3ï{3V[:kѶ}SUuvJ=BHz +}P/ϑ\_`sCQr+BOEC!q2L*#"~cǸ$RV68 (ИHO΅uiE$4)bP(i0qgasG ;_iA \0Q2w] ϲd="z)@s{} +0qRXשarjȆ\ + ^T|eOT/çuNmWt/ ?a›~X:hU9!E@dի(JQR|m@Ӆ endstream endobj 279 0 obj @@ -1834,25 +1858,19 @@ endobj endobj 281 0 obj << -/Length 3137 +/Length 3139 /Filter /FlateDecode >> stream -HWn$?pH {tOU]ŀaȾ };3jC lH=%32{/x~] WoC.u~ο*|??ϞGf~*_}\_㟣s~뷼iO? >׿jMC=$Vuq -`ףy,z`m\,{zq4/SqʥtY-/SÑ#kS 1V|8Ku+,`5:!9? +«JU]k?Sk`\fm-&]?!Z;`BytBUoŇ8T#fz9Zmǻ3HFgP@nj4x>%EQ3feQ1! ubE%gjqRgMhW9b >y;ژg`rX 3!7rYlaGNfPrC%qn<1bsKRjw"-;{YD -z"Q/fn㫥x^MH=@c5lő{;]#ڧe :7綦|#->͖2-ӭxI -:Ia;*jmݴrԎ9iI&#ccNeédDDB8 -Il0):71 ¼) 6wG"+/eKwXbbKpT(6[hh-:n%@OMYnZK+ZsS)ejGwRס9 A W?)=:0hUZ4x7P - (FOݭ?WO$15,1bp*mQ9taNl[ -C<A͏VPH@cN[0)d ,^u X]-_,ŕwZ{"fp5{->Pسh^' e+2\˟fòGd -Npl_MNd -= w9ULUeeD ilŦym9JZma',w!yQ+ZbB/2TV}R)w׫ 0x]6Kƅ4;ձJVoGW7̇ɗj$J8xLNr^YqAGPE3TL[lBJ?8[ӭ\D՗K£Pz :ÙVI%7a,zm8[$ rŃI٤ UL3ߌ{f8FÃ(ƴv+^SNIx5:p򵆭5wljrbѣ]1 -=imD?A~Uѕ,]0R/3>bu9|ĎD@ftSWR1ohx+aK1ߑß׷b},Y=+0N|J\:aZQ$k%7HXC#+8*)潑÷pץD |y|o7/˳#o94DR]o_>{xj[P&Fe-T!,Byь=DTo IKFnPͯ1nǟTwgh{aԃ+zHJx -U'lvtfP.3eƸ.P:"w*:ogxIh.](&cb[WB@M !d>'fpd vx4M1oV{9gTk󾠎kfw.?ÆHG,L27opyJaLSZ?k‘CAZބ]\:)?/ Z{}G( 0x3qmX0R^\lo#}Z߸l=(QuRF9n&]DV(z&B@w;AM؍"zh O Oմ [(Au \Q ̯R! o)"yu4*)N0ahi^u\H3-F5UlgN;g].Q.80~aebbs_Wd.9J-es Xu+dg; B8`CqPL,FϕDH-Ԯ%UC5T_*PaTMmj 3:Htly", =uA T5雬lZa~ms'-aw\YS8MC*4P)CzAmyc oڑЛ%XB&ȬA_>ҍQj8\ek5EwF̱联S [ިJ'T V9훢HZ#{Z;!Txe}>{$ 1ij4@DdZM_& 0#h%3;tOLsL#A=yۿU2b2^b+hLG>5sopR1j@^9ջV^/Nەl•P>9?|=.ΧT^zٍ_GB}5Wy3z?XX~P~;|s-_-?qPn󏇿BȞB8p!X~R%F'^pޯ)rg &hX%?%ݗC}?ǢbL5ivxO_T.Tb8txYm>JN'2k"1#jW* TIHp +ԘH'3_5]}]_sHQa4 z۳vB.v~sßw  <|jiKC}*R@-Cwaf~\ϠҌ2r74L6oߕT.Xk㉱3X0V˳1`n9E 'DC Σ \̂NW[zd"j8# UtJ1r\Fǚgu[ ͖2ҭy) +:Ia;* jiZR9G69;[d;?rX<1V/ Tu9\JMtLt*QHSSB>z ̫Z`3A)'BPƱĮY(&J v1TG%m̍RZoE آ\ iה㦵 Rm[ԂJ)8BR bI§y p@֚UHw@%S$Ѓ~|'9<S'!a[FLhWʀV:ΎYA̗8wKJd[E-U{sto^T-_ᗪWy[OD;^^g%St]Zy-ni}+>̊Փ}}'iOK' Xc:ʲd %@A2ݨydbeG]<ſ72w6 u%:Q7y`?j:.燭p^Lg_j4i݉~2u^~Saۜ㩵nAp'%IUUB:GD*qRE,P?bz?Ϫ Â+zHJW*vc6]}=:|2c\7UuDsWog9=bQEa].1a[^WB@M:!d>*>zABW]x<0~ibެ4 6'sTg|Q;;aaCP ̰`j\DkӔ/p$I HB˫G>&x-zϚbZ ח+cRB6qj1v?#Ņjpf>ҫv +jcBXz($PVUU'j4K_;AJA׍"Ț ӆϧjԆ-:Ugڐ7c<9pX3LqZ _:@Σ^vP51?v)ykvFlPl\%@8K̥F)ź,\VunކF7@qPLJlFDH+ԭTC5QR_*PqI"׮Ra + %R'GfzBGo]nտZ'yX=_Dx MtIE +Geh`h =0,NQ7Rz$K&[R#5[o}pR3j@]ĹV^/]N;⹼@p[ib%DcZc,+irhUz$kCWz8ٳn\eG*q|,8يǃ { 5O%:"<~3 bԻ,婃mK|6K4h eۋCb5dvAT&)L9EozОf >ݯR8bfv1@iᆏ"KqN:mȣ֧ Aѧq. T$)A(8U_k֐myZ嬑acWG> stream @@ -1877,12 +1895,11 @@ H KIćVLRO<Z?@43,-\:/nRFG9e9A: ӱ)%vmġ~{coY>PL 5\Z[a2;bf2Z9ߨAyF(B9Ac]jbjCǥ(X^9gL!F]#]#K{TT'yQ*:e=L:}!\- Z;bu Ep4&-ƦN6=kAتa Nܭ d!804Kn;f ;_g*Hte[(0[{NK5m$$2{}Yfᶠ ˤM(lT0+_)HR (G F e}VS6)CdHN`iUuVtOg)U+J_)&"%Ov3Ӣ -,.I>5Mi<[)\vIU'Ύ"FFbVc&&Gf]^WMjm3ɷQ(1|uZoj&>c&TŸrc11mȿ|,C"dl4w|Et%NTc_IdDHYgˉIB+P7NBp }Ea#6wpP ]"?A=ڌGoJd~%dbgGU_\]!p 3ş1N migykKҦ]R'v` WU-t[5 \mrzMl =Su`I'[R_ -iS^c%75 -kN KE] \Y6U?N9$i𶡊9wm2n<}ܲm~5 ^%S]5tAjƛWǘpqSplJ6R"nLVyK2Iجa0l[8Tva3jFƀ-L?} hU&/2_Oז7),3ZYY)Y# gpQ%̣VQEBd ζX*?UgLЭ^Ŵ2Uw -ŤItd.$llX$c rJ;hc7{_>+ [[Z9KݽzTmړ-Emyx_W57vW/,nP`|ެbD%SO}cPʞ?sV۬_vR%*|3v;v'76}?$ۗ5њ)ma$?(]Vt՚|l>˝>IE Y#掉i<4ꯟ*iO\^M&Z~<@Gـj>͵ )}Ĝy k?ofg oAm" >M8$#n-VƉjv*S]]qP_EY"q*fɘUai/rfg]4`~~aIhhmb}>Y09B.UEx]3l&f*8B1@STMQO,uL^?S`Y;(-xzV|@Ia -Ysiǹ.*^XB'u GO^$0]Z)Wz /[k kn / WE~#k@9+n7keKULbh'Csy>P٧ A@@9g6î qS_7 -54I)H\?K +,.I>5Mi<[)\vIU'Ύ"FFbVc&&Gf]^WMjm3ɷQ(1|uZoj&>c&TŸrc11mȿ|,C"dl4w|Et%&V:QvۤvY2G" +$tLR΄YuMA9bciy W e ޵ )أ}!D1WBF+&|y^0Sy':qovזMN&@Z2j3"/_eEϰ*"[vERa:dnmXX .uؐ}ǀcLwV,&\ռM˯ ץ s!_dcxb,] dG(SAK:y^q eYj֞Dm.rnk59?zaAv wf#?5(qmJM~2W;ԇ:lVA f ',Qᛩ )_']?)!߾LIULh 'AIdN:<\ e+YI*HΚ1wLLVWI{j5 +Y:b|VMn]xN$oM]y4;M| ln:}u!vm_l7NTVBm,*,E/1S5NƬ K |3;;KbFG[4o޿avZ/zakH4ئ6V1Tjz`)fsډ TF9hs @H +S}3N+=uQQtzz=m8x5|0"ReOa:|ZKXsüyaȼ*Md.ZKq^YAvY-[*x`C;Hx%ˋh-z>]Y=%v]P־QɤVNJA}igsݼZ0|SŘ񆺴:EW͇Be.~ . +$OL.n%~]Yj*UC5 ]xU> endobj 291 0 obj << /Filter /FlateDecode -/Length 2542 +/Length 2248 /Subtype /Type1C >> stream -HcOmAka { A%Nu_nh_Ϝ9s_0e%vY:e -lQ0FEC?u9pIE{&h c<p m͝b3_a.,SY6 0y`c,K+m6Ѭ}F*;#8pZ ^og7b)G>ӭP~α=ߖBX>W$_]ܩ+*ɩ@?'%$!8pwYnG~,Js}T1#_3bLZGuMu]eݪů -ZW4*%JOyT̴=P8Yؠٷ;e%qgvȊZPVהWk'__ -9VA\ÛsɜYllHߞ cslsZU}Ǒ4\4&䄙0Q1qqb6 15c`f2c'LvL:A`o4 -{ -G?_Y( U* -C֢^3'#4; ɱv4NrSg*'7Ȣ<8lQ^uV+.5~ۏ|p'`!2Y mjIZ|I1i&t\hZ,!7\rCw-OC>.2xo^>? a,y`>2n /;wԐ a~?%O'dY46JXէC)cﻵ|pbc.?2/V9A#vpup غ+mw]v\C -Jj,kZEڳY}fIY,H9.RÑGۺB}cJT")))qoQ~ه74=u]͆JCM( B -XwkV}aֵ1[Ja")@ 58GB{&'u-^\0j|-r&`1 "ƌ>ٰ -ϲȂI֐ͩ?$\ ӊqӕ@(d1⌸QNl* tluVJiUYج{eu5^Ul'zڤ2*ZLSQDX㗘!47ۓTxGHCݓdC& -E-==)~|` k2ƮI4 \#݈=1Ad G&~F)1 ]ODNo@7@>xIx{X `o!Keahc)]BH`=zWp]_=A=)JFJmnvj W p(-hEy14v w`6vmځOɹ'\K|Zm}J5RU0A(eԱьK-Qۋh_j[FT$鷁0ndB+FD1H\=DA+ѳxhG\]bcjovouud{R|R GUdqo~ό֊Ù~}kX{(M6`.(qZYC*fujj\O>Uivv|wtuz~wo-i.gaZYD1)c78DE8h5'55Sq3eQY^LkkLIzFDLSSbrr~8|*0ijpxw,TEFUtNt\ujvkrppwowi{cc]XXXYsnȹu3 > +HaIzaGbH b&€XE#$8Bzj~}FDX#LU+̓"Kk!yvc`:?.x*,7# ޸XS__v Q&Ǹ0!vPObz9ZP3"0 $RΤV w|JéM%BFJVHjANA47[҃?,YSLĸC^Tj +ϡa}qsnHa"PTZ!Ӕɋrr/t)X} 䮄9_GKZMP3(\% 钾'^W ׈En$ߗ> `X,0,%;7;[ +lvjL`Fz@X  Æȡ 6sA{)|6G)llyGy{A3 6ج yN$? +8O T~8EDP#\xbレ%7K.?{uJ3Qytlx*OX@'rv#VQ .Ba-r@`@=knjd7W[P ~GbCCY2fc$(&Ȍ)OWF=`[}U_;Y^eKǯ XK+7W8K +{i-~fYGj~_/_/VEWZ'?c_0=ºVܵ3C`Ho_qqp-} EoP2h(Dvܥl[mp[p[6<0 +FHuΚL̼.1' E-(e!KL0>J^aYDn}J:GLd0W\!hx=,j,R_ѹ;)t7^'=} +%Pj gzv=NM*WZR:rXxˇZBNjـNb>BC[}PR3U%ym| +j NhmH\֝N &C`:d6o +~dՕx;WXXMGa10b9e6|h -9ABq]զ<2OS u |#Dʚb&&$${~SpO$JhV jYUlw̍ UEd:tB}$Ns~y<ԊMZҾ#x7Ue_}1Hs?Z=?m][M%GG{dITBA0i$l"j.gaZYD1)c78DE8h5'55Sq3eQY^LkkLIzFDLSSbrr~8|*0ijpxw,Tu3 endstream endobj 292 0 obj @@ -1961,7 +1976,7 @@ endobj /Descent 0 /Flags 4 /FontBBox [0 -12 735 735] -/FontName /TT93Bo00 +/FontName /TT4Do00 /ItalicAngle 0 /StemV 0 /FontFile3 293 0 R @@ -1970,14 +1985,17 @@ endobj 293 0 obj << /Filter /FlateDecode -/Length 1001 +/Length 999 /Subtype /Type1C >> stream -HTR}LSWҾ4EQ9Y;j -5E 6t!^ dnbbb7fu͚13l2IN{u!f7s99$'Rjj^/h ck$KΉ[ɾV-מּT2KBM$d yhI':2QHx.%&MI%I -Eb>܄:#z(Ӑܞ#j|f=frX8j 'eXջxߘ9HnZ`q32i6\4_d;QFz6Jy{&8iVYF^yfAB}2R( )̇^9lw1#{k^E2 lle+EŲ]7D)snб(5*1-<ɝ!A~ƿd:ٙylځ>\?]RI\<;gw2^r6LAu 2bC[%#&> stream -HT Tg'&'< EQi-HUZ_ڝ3o{w3 a0_?*92Ӎru5\x.0>)}H翕.c=̚U'MFo ć^,[ D$d!H!h$&@P53Êh_avs f s]X2˞ƚ񗋧\X2a>br8i aoqd˛WZb%rE/w [.}w*f&%Cua+9 -P!%Y/$ofJn,P*ƥ{"TUEW䝲%\Vu?ċnIդ/5rzr!Σ[c(t vz'IjN>+ naZd T덾aހ&a%w|5U,4K{B++'B(3$`R '%ۼ=\zgo'-wtf(0M%Jvr@>cPu-^)MO !9 l9hZK-pbX%IҪ-90&>892Y9/`cl x/thЕBOR@{g1r^`o@OG#!t8,,! )8e*ĵqbQO~R+}T{a|(t!90~=j~W1]6^<,.+^ iۈm:q@@bhEow r"/.@r.Gjdhtfl#@I6Xy9۶^!Jvm2,نc%IIm  Pm'_:4, 3vA¼QF} D7Pǥ˪N&jJKM -A&(j2ڸT!Ě1?^խ{;uwoiӛj>8(ޥzO=.2(H1sXDp)%%~?-W~7{nmu_T:L(TŭĻq: 7+:OS8>/SG{237gl + K|s8 `=[8F8€0}0i͑!tt_wƣl(>3Mtcә,<>?/բۢenFٍ/%?͘4=rfDo| #@"lZLbAi-ݜD]$#qB+M΢E B ˆʤ.:Ġ2jQlXyS֭jU65l1l'UgS8,=`L -+kwutp+ۈ!6ZѶ QyJ< :&I8g2P.b1tlZanKCʼn#>g]*aP -.EU8^ZfޒT$)JwG4a+=`9wӻOwp2 J :,]IM B 5PS컂CZYy\Od/'4lkUW+tGuu%]U_4My]w9\JH=(I۵K_.+rG03@Xe6p~6Rda (sO1*-n#N -$}|Nyp8$pD1v~әu=*Z[DD*,3͈Klw$Յ7#%>+ݾv/g!TKM7.hYhmSPCnҤ/?W=^V\^9[]e m E #"[t).AB }8Qs8'Tt gv_J}6a*sˁiMQZatLTmx]׋)ܻ_^Y[D3KQ8qT܊,y_VE셹&?Hz_ V]m^G ~x.J]ˁ;esuw}qZA~l|n,Z) ߾S`:eqb )i,j:;]Qk5=!m^6IH -iQ#X Q/c)؈bs`+%.' -g,xޛ=̌N&L6梕#nt(΂I0) 6pxvnU`|˼x5JH)w Ntu_鸚!|r龠tY,)+qN̘ I<{ -_ߟ|3œ+kE?xɘ;lN0h5Z*?~^ăxHUR/jQ)=y?D{TWǩɠdN\5BQX4H  -7Y|RjX(#  -QEh% goqd~'dQ=3sːЙ`9 VsG"J ocaM!,('v 2 Ϳwb@(Ŝ%Œf>bLyQ麢8ީkak>ʅ.W2YğelGG-'} )6If6Y,1)S ϑ܂D -VNVt l+P5Ȗy^ZJ k4/ R?4hn!}>". N'xSD  &\q!ED0e9A[G'қkM-U!͋uYN\;ʢXW)0FNŞ %_u2 (VE"3XT{ +xnj&[ePy::!|̩Gn22ZR6S ʔ!⒎dB -qPj x,/9fbiX{ V]0 ->P*v̶R9nt2M>BXn~l*B)&2WZDscD.#)$!gB+F=P`8YV|NRo=SN* 6_ -"%z׋>6,jx^ w.%d[n4 Y?gg8vEP,G8%" u%sgdY]Qm㮬=́ cX$~jb51,C`H`AϏR\KV\*/;? )KSjDi\/lҬRmoRC t}owcſZ9a!A+"Q D>QF,"e "$VNץ)&C 3J+%!:/XL~|9%ZvCgg_YaQ|X˷)vNi`3Oh^4OIyOR༁SR'7{ Ep:RGPDY+Yc. zxmHDn68fN?sZǧ<~$XUt-*Va[q<.|x}?|8Mj&kL&;HO$ݡie?՗rf>M'ey9Y2iu[$%@Rht8 wo ^K]h80D -!a>UKpw>Ei:QVMؒ;/ gaݍђʤl}!8: ώMjko#Qu "%#=̺@::Kj-oI#zcnE؜9!ٿO/= ?NJOԁ躘yWϻo&-߁$im*n::^L$hD\[j7Dlo(-FmzY^S攌~G6%!VzsvZFKHiHRsVf`Ql^BY4OMNkti¯i1u.:{G-/p52ƃ>PC5I:UBG~vL?m2_2w;GP1.Y=Bcd'm-gA;=0ދ3,oX(h8s~` =iS`9pw0s F+5c@qkI7ٌvcH*8 ] *9<~ -5D+0abUXs}aGS:1{ԇ-0 cjfḾ7>0++JMhS' -2m WUߒR 4@&G"u&LsPazk! gN=ߥ$\(Z% -41ދ`B*7 0PgBU.j@-l,#KUGRޏ$p-#݁]geg=;ߢBp8LI%)2 -3f-&Kk_[oÄ~~Ѭ_%J~;5Q)' qp#j91F)x{ɭ +HTU PYH3GQ0(($!%G0,r 0ny(@E28*jyʨKxZVW_} a0 o`..j g=3(U}Giu k|KM#A0/z1C0&dbC"_ m!H +@|"H,}>" _Fۂvfw0G̷BYv^\8Ō'Iۙ=Ɖs3)s9ik~xK\l9 D3%y:Ӆ*,Zt'=Hy[9X[ mVSL`Ϛmfc+,b>1ap<<7PT,]gdκvRnT׷WuU;;*fWT'J*묣bo8G)K u -W[iK F9X_wn&AdEǞǡQKYz'&yQ,-N;]//9EWiͤ':3mWjՉQRA?A-1V*bB:A?,FE@t0+ *՘ɓ/H\0,^@ 0.i{Pm0lƴ֛vA)٘'EA7Ft 9i'h 'kաmITN$qGV̘͕s'c+ƞKnnv"w)mJ_.`O '&p0HE:dIVɜs hnpDC-9&VMү hg('{?*esɳ쁝D pc1h_ }SP) Tܭ?J (zF:B:HO@ȣ{ҳvHEGʒ1:s5 Zȍ&:}=(4S)SGPftϹЙaC*9 lU0z>l|W6U2V8$13V +jYl8 qhOBBhEnweYAD_x A +~ \4±=c?htf!AQ&X~1ݺF&IwnCץuƳ GyPgB^q,dYo:kwnlJ׃B +GJ.Xq~ҰfX34u4Ux^w DtSQZ7e +p% ;N߶;-_%LO{ * rCSm\kk)={ӿWvlm[;v[^7x.5׮5ܺGNeR;{|]RHԁ* 8͉tg[=⋔bXVH/.9.9}o(x瓉ɑHGRzv]Ua4J-Jw]ܙD\j-bHYAsۖ \~=iU@26^?i@XyJxˎܻW)e07wUTl[_?1#1CH8ml˿Ҡ,(<ڍF "*P7$EP- bGDe\dDiY(HF@ (j0ڸT!Ě1?^խ{;uw4A5+muU-:1(HXsGPt¥] ɖ+|?־;2CKeI*NG)йP^~}LP~Hud1=eKYٲ`&zdY磽F +XX@a4LjwS:jD\j^ŖDV$m@Bs Z;3$hf#&a|}$2omF9lfy x2\Do%u} >Q”9c=Or.2wyy_V U0In1-p&rR5?֬uE=么\֛pкг/ `*3t6[~WCO^`ZVnf?V( ++˅WZݖXRB\$7vGcla¥;3l"t5͝'L&6 .)$Z=`3 fˊ+9~ej6ApVS{ +* + :肎D>̅'Q%d. oR4[,GWg0l/ΕhV֡^"tv+m%Ƀa,ĸh{ט6uuBnAtde.[k!/T}ʻ7MwdgLY(hgdo`b9osƒƲGΌyw$})S5YZL7(}1-_[csd${8PJGk=ɑtFDAph6LVp=NeϣC1X5(:X}SܭjU67l3*΀)i{8[fٓ¦ΫtVaClKHu/A +(qf*$8elg N%O8AO-:G%;oD- X!|S=Y\X .]a tԒ<1ϔG :Z .N~8~7 ,y\J]s/0]&aKiMQZaL)LV&l~=ˤwoX_T3WQqD̪ 7 N,@"5]gJ1Py՗ޢ}_ &Rri-\UL_Yc u%ӓ\"eЬX#Y[Mu)ݹr^ۦuŀ( I{ٸ'AM~|hKjuD6_Z=G_{S &SWė#K\N&("qYӍ=̌SL9+fLo8 ~Ưu@aLLY L/ ބ^ +<_ iXvv?7s::<\?G\~ s<*E$KȈ)SDٳ3pG-d7'=FLe7D)!d26Ay'g71[*?~^̃XH(˒vk/);]Tz?DyXgǩɠdN\5BG* wr b`Ii+>Z%`A"R +<Eh%}CwɓLy?y,15}fч.i:]('z:]HC)`yDuLAlc1eɆAFw`Zi(%wW׌ >كCl)9/*Y_;uM=yGJF0ӣ,I043`|6Q* lS**?=eL>94~[ϊDבu9?' +9#YR4 YJ de?뇝f-YXc%qAoȃ$iD 'z\6 ,Q>oMNBzכmt5OJ@E;-'EePld+oߔ7{#['oF &]u"nq(ZE"Unj&[Ks[Sutz}SCxd`8%37=.Cw%0d〡 +X(^r(M +ͽ7,`^%|J 6ɿEmEs]e2Oo| + +& \!LuRMqgM*HFȏSHCτS!V +z _<&𜤸q=$F[6|U3m@j}?_C-Jv@o"ƌ쫡-b8rQ60 z3'oLKFQ扴c;a {cX-B\W+>wVK::ʺ3FkʰHGqq&ZKЧ Ԫn/jʴd+:>O"ꋊ҄ՈBf͆j.޺&5TrNOv7߫_5VRʩO'Mz5b!#.dq5r6vpMķ)Z) :#Vб>2DKq)ֺ \;#Gd=;, ZL:U vw{vzO[i@r<;.#Kr@sԍ:12qt,78f ]J:Hݞ&)AT>22NcxbϼɄa媕ekKe#{e.[[Alg3J:]ʫG@7υ#M;o"kHR>2~Q3 fǷJz~4Orn =3E +CV6c+1 %i[9T6hG56BfܮrEMZ଄i#l7F,!jl h霄R?"^8D:$'L{6wLm)^ΚvF|nbgf,' s!lP%ax"&Mq'! bL,[ <||X;EXNOٝ{=FFcB͖ +i64ZEU2cŝ؉ȎsS[X/@/}ӝYO[|[hAIJUy>rBs&]n) Ok]rC +SBu%Xܽ=qUqdES6!KB +aG0ԧCgMʮalO}eR%^|uGd]S`E-~Q9JW?:08[H)9(Pbf3Kĭ~}^l82_o*ς)dx@f0"}lͪ0^ja&z!ɿ +V$`ѳWӗQg#ǖcC9ʝ8jݴX:n*o*֗wU>IC +:/w8bF}61Bp{cW 颺u坧U-]d!n*2o7Q+@bFN8#O+wt_;<П ?KK,Y^5o˩Wx<'0[2__Mw74)sTN΍(n(ʃ06 ġ"@ <>tX+L7gݱ|7}/躳5O<>:zax%\T;''oR}֘ ï(@i[ąMxj2Ωk=l}?*||+0ԭ}qD`eBL7>~>j}  iw(ܡRlӥi35i~nv.<&v BTF4:hAy hfzpfNA!ԟm~N"}!yh4*JF22ZBv_﹆R\[0D veyB0X5 ctm~" d2yڛ/)}C@W`5 `4 I>sl>p.W׮h9.JIfEz^X~uE*o@߮K.]O^NA$3 gYk@Xvjtڠ4*oL'N*O$n"=BcS+ۥjZqqrQrMf]\9:k-oI#ysney%ߜ! ٿO/= ?NJOԁ躘e7/{o&j\46爰#b 1j:ז  +r n18:jT{)uJ&b,!,ۂ֒+Hes;-%vv3~υ|h2:tsZgw"d#XGhsvDqۑ?qPjIf^@!φMoJN8#wv^?ijGm@-qr! 9b|ɯ'IAwwDgT֥9LYZ:IX.dB4[X'둵t +mNX]\Ȉ:d%F7KZlSY2_R}vzm7˺Oȷ7%h(\MÝԙ flwvf͒yO>)%~GJrS٤H&mBb"`~.Yzj-7TԴQ)(ݲ8R|(1'ڛ,E1j( 0]"}X%Zt u\܈դJ?#I?W +srtt %bf+1 ,P5hʦGZwuju֏^HD_@dHu)zϗLz?:GCA~%]Jk`P3Ԏ.zmc~q 7o,`@!V;yPC ){@&L`:u +p 1s@ٽǨ-d$LdUX d~G5B+0a7 +l3}msĩ[ ga92Ƹ+T7n}`V.>ÕR)_ڝ]@*$A58hMDj߫K @砈\BW/:K5QIQJ\hbTn60b@ "ςFl=:\vՀo'',̗# +W+GR>$pc݁],`eg;_Bp8\A'ɳ2fFs@{]7Clbh/풋$?ڝ׳vo H\:, rQ +^Z; endstream endobj 296 0 obj @@ -2045,7 +2063,7 @@ endobj /Descent -209 /Flags 4 /FontBBox [-16 -210 980 730] -/FontName /CDDMBA+TT93Do00 +/FontName /MGFLJA+TT4Fo00 /ItalicAngle 0 /StemV 0 /XHeight 520 @@ -2056,16 +2074,23 @@ endobj 297 0 obj << /Filter /FlateDecode -/Length 6108 +/Length 6106 /Subtype /Type1C >> stream -H< PSI_"IZB8a/;@@!"$rK@Ȫ r(8@VtC$జr+`8åxLjhnTz]b CW,pwMspX^՘%/ -9S)UF|kAG?邾isk VVM_b%!jb="lg6!D,"Cl `1Tq,g}+>gb=`sqQؕ?ikiӾ=J{UqЩX%a]I=\@BݚfA^9C]^QѤԸx$|;?V|A^K6=^a.[oH 'AiX\}jj -stW].@0F7z"y@W@@c7Ƃ!,@*l=}P؍.mC5g [Nc E[-ߋvX4BEuvX-МO6M' {?'`E&UDX؍9ŴlP)bBꂫ宨se:* 3<#Q??cΗ-6N+dą<*+zG=,|$mD}%!?vܧ"]m%( |;_bEZGq ROB`jh.·g}S#5U6w xXKGZZR1Ҩ=<} fg={yb94 餢;+<2CX$r't7f=U {}f6]2DXV%9aup?\5<lmv$ L>ߩR ULud{ҽ0E.KRLn7ƪȡ -94@(ȍKӷRr^{uoZX/sx8vRWlm(~A KP;$Ҁ' "TiGbݘw0'[annS7/0KV ̋X`X雨Ҩ9E5K#nc֎xӎCSwkTH5|yЃTtו?|i4-99Cyb+oq[Oj^Wah֩΂^jͰed㠿|3 4G&TMcT+YQID,LL9n>nSln3ӊ1EnIQGz*`X3ZH K`~8+@[S~iJ_!UTUxCBGڵC4սCGmTdwF_&<CSџ1B=6q',Ş+ fc/bWU NO~^ᛏh0yޗQRWz)H6=긞?JDfΦǴm垎$6R|>fKyYO.q|uan.^@YTjfXˡfW(#||5HInnpD]aMi*99 +H< PSI_"IZB8a/;@ !B" +!Lj2:Nn%GF 8, +p)#ZxLjhlVz]b CWOeKupX^՘%- +9IUJk~ެ.17ݳf^L_b%!jb="lg6!D,"Cl g2T1 瘽+jN8rZ9cei?О_jU_x蔯v\g._KOo_nM `o(hXj\g؍.mC4g![Nc E[-ߋvX5BIu6X|-М˂-l-,y>.e-0: G{Fo*Sc)'_ R9V$Ŗ Ď@~uf3;^n!?*S9|gW#4pkpQxvPØz|kgƇH)!99QW gAâ_"9–ui5ӏ?#ս+~IPp Itz;E(0`,dx+tsTvhBPXaW|PRrjJf +Os՘@\ZbSMj?=Y0+[G+OȇnjW{A\ 09/;+;.kD 97)iSD"@+JLʀ{#/k`ѡ;15!vE2074QB%HSewPW`;ńd9q 믯rpܼ/Y3/Zc/vc oJK, +,vǙ̚,x%WB+3ȷGFݢ<@,IӥIIe`5/gӽ[ؾk~V{pD3NM4t$&c W;``l -&-'bޞ#/]96:TgY!T"KR%Ҹ$ag.fʱuՍ }w¨tes{gih9.͔tsW}=Ͱ S$Ԩ@0^{YڲmOT'. + *S!D=?o"z6*20e'"챉8a=n6[!,frAp\ l%\ cu%! %v NݣOF5T$b0c&e(%(Hb8K+ctuo2 W +FHf`#C@iKjn,MduŵRMA[dA4(6>;:6-]rE~8*Sp#3srdN.GInzW:БGE훗#]"RԸߴ񯝟 ߴ\1tida7ȃ!cz`$s,J# i'ϩ?NB4c*r*q#j-k?s)fR`M(x}&̰C:qXCG2{8rqU"MD]aMi*99 G@O RPD ET.p X[Wm*pAȥ ) -"²*NPw͙3s{~n֔Sƻtg21VNȧuq}YeXtNAIkvfɂdB6Ҝ'Zc sVV$8cp +"²*NPw͙3s{~֔Sƻtg21VNȧuq}YeXtNAIkvfɂdB6Ҝ'Zc sVV$8cp =4wوufhwߓE~2_/+h_(- IRH+k;W^K'WYOEτ*նH|oGvԅ^'yRlkfǒ_Qa1 tp< {/"dmUGg7f/eaXpUܪ:qӉ:Gnz \\̀Xcwg= "Z+lt6\kp#< JJ; aEGy0-$z0nLwSa`%Jh,gWy\ʟ j9HL0=s߷4f  6˗[mv\+AOp1%doxU'7_.}:̧s!^xp˩|nC~G00;ƁA:.7 &Eڂ'EJ5:&vCS3S S܃řILQvqa:tFE2 K$D\F^Mƀ*[< - Mо v#R*#UۚHEgEts@o҈W.S,9whi٠cL7\yׅjjJj䪭N1X)B l)PCDA22jQ)@ -JEԅkfZ'pnXs3~lŸ1\؄j\' ?ߜoiu^eS I,XH]ݵ{nď62OBo4EvUGq7Fҝhl(DJbYˠ ɞ!A8>.$ -|d4 _d%B1F )=ߍ=N=^wsH7vN on۩g,ǂ;w# -E1烜8ڐS! Ph.[j D@WQgN\U +o(O<]̮ul~ y \neB3<554mz҆ٝ@#G4T 1Q! d`fU8C[ݠf1žΪ(:G&0xodI6"i"+1bN#)~~}5۬^Ub8X{wA޸c?d/ў> -nyzi+>VÊ2bX89DeSIق.y~s ث5)J%w#Π -{ʭIGT,^,<@ӏ\ttO4wF>C3 -ޘ ؠ;a=k?o ]zXEQw]4fW+g秦ay!;qҞJWQ#|$r?k9}i -SUZ o>_U\H`#Ba(f4 j2Q'-ݚun _/x 67V-ˆwHA(!2CN17: s"eHgRuc!Ƣa%`b$o;Խb_y8>K@ys[ ]f ӪY4^p>9!7 a<rňj3AbXHP4#lW1jT-v˦y SwʟhTjR_f% ]F6$ߵ&3SZ3uyƲ۳HD~}\{IBԤ7Ȍ*\kҚ4ަALm >9 7}I3$SAå=Ps8rOBǪ%m? w8: -"I,PK!oP@96!oA}ox,rS nvo]KyTp^Jd6}6%mR VIPa9-)x}팞Kj2SQ}r3I_pQH]fѿifOܾ|A2W fQ]ϒaY(R:\=)G s; + Mо v#R*#UۚHEgEts@o҈W.S,9whi٠cL7\yׅujjJj䪭N1X)B l)#CD ddv R( %@ EԅkfZ'pnXs3~?c9؄jX'?ߜoye^mSJ-Ҿ,=XH]u{nď6ldik +*-0^l7;XP:%ݕb%ޗA=%?Bp|>]|I, l5hꋏfȀq埋U +1F )p͞X@1M;SԳ? +cfaqqiAN`ȩW@(GjD}gIoM\Un(O<]̮8NRe)rL^pH, 7tgns,)ƬN9]d/~̘u]g:*c#a>ulz y \neB32558m~Ҋٝ@#G4T1Q! d޺`fU8C[ݠf1̞Ϊ:'%mDDdghb8,9FuSf}jYսb*hbmyG{~zRG{yei%2~X!+L/aO'e (_ `Z@ؾbcfHUTr/wm݈ly܋طVn}N:` @baZHpD}'+On5_>IP (G)|wH`/CNmR!hyX;?%KK ى}udTG*O)ϐI +yWN^snmy6K+VzfH~SY U)Xe΅xxJ9?\b$]vKN:UqSsѭYqG%^*eZi@! %/C2ЀS~ ,|ܻG'ҙTbo;Xch|?x 8xGș$8C]91X|σZ` 5~PoV?Wʧ҇ XzqI#<@G1~XIíѥ3ӴBĄ34h}و6cԺ[6Mx`l) ɫ-3<,xXBtt]ChW'?GU֢1<22e"T)3QBqrrwT}噎wTuzWhVBRw%%ddd`7WzvQ U"w +&̢v>C_ +sW;u)uHJQ&/qyeaM1Qh.֕^9{dؚ3*w +0:^Wt8'r#Ê}3!+ؼ&k&{s}RWH޷M̜$!S[ue&MRc֙Lc >9 7}I $QAå-PS8n'40GU J~puD-XxaxBߠ*rl@(H2$R#*d-o +X *Zݾͮ+vQAx3U$wj{ZȷIX%X@9^l$P`BDj4LMM}cM[U}yb&2<65Dâo}d͢ %rҕ QZu?zR endstream endobj 298 0 obj @@ -2096,7 +2120,7 @@ endobj /Descent -210 /Flags 4 /FontBBox [-4 -210 812 729] -/FontName /CDDMBC+TT939o00 +/FontName /MGFLJC+TT4Bo00 /ItalicAngle 0 /StemV 0 /XHeight 518 @@ -2107,25 +2131,33 @@ endobj 299 0 obj << /Filter /FlateDecode -/Length 3881 +/Length 3878 /Subtype /Type1C >> stream -HDU TSW~!$y,<,SPZ@Y\@d*D(q3ydZADL@" -)TX3Q1δ{9ᅲC20((< p~Tr;=Z -O!0) r5jK|6mݕ+-ؽ/7w"l՞V5 W9 -:nǩTY -4S0OCm[]?zz.jT7Oݕbr8a6.8׏wd[wZZf r(HB=Z#:{A0.uVMPa[8ڷ==G\#5؏ ^)A+°&G|Kly+UnPn,i̳CCj}Unjil -g9g-Ӑ^)%zD#{C/ N,I=essgkG~:/[ޔJ8ይK?C+bP n,t6W ta`S3x[ wxFwJܢYK^X-_JQ :"=g 궶&%^Zqj[po%mݩVdUf(9$##fH~N>816h*;WY uآi*h""4o24g%+~d_՛dדx;{ fRFjT!E^-FRS)9-UيCH`NG5ôZnxA'>O|8zZYd[<&ָ!|lR/!3s2S?&[CxpKpH0%σB$d{(u: 3/J)^^3W.$/РWQhe.hn~i ~=؂^+B^ҦMZx֨4j[\ZG2H (;ZFhP!HKj@@ QS((-TVql/pלcY;{o~L!8<HxF EkÙtROHUEwx]:fo+[Z'Uqyb"]AKI!gS^eZR =hE;;\%G|>G@_$IOs - o΍Qoв',빩IrB]GްaOKl'!Qӳ,`KO%uZy` :e<$mۈ~[CyQH I` BC.17E{E@/Q$-P~_nGB8Z"2Lu-hbJ *=a",Cm\TS%nŸ*SXi>k*.p [1Toeь0?Ϥc2:x u 'p]$8mьyCsGkzEaN۬:õc̷%ك{$SA:7#x4WP,+ d$"̇tTIރ#5zJ+mV*Nc̲, @ -Qr8uq6megE!^QRd(3J)V^&=m3ޗZU݊6Yƽ)D0t|ksmG)TlCަ3a~ `ED mLD)d-r@o@-A1b"y|^eI֕bhFQ֨kuz\g%m3켘?-cB{L-&Qy%=%!kd2n;;p&}ih%F#R ȇ ^Z[Ľ # 9}G;Z`,Q#9WSk @NK)-s;8B -]Xkxm=F{ƊG2QgnO] -fn&0W(00"XsbiKVx^*ܤkD{CMlh(ʪ$V2+9HR{'z|qFtMdS6Wr oH1"\MK4*2M=oO0m4u>!P*C|}"0;|4d-1(%;Du&udyPݑF>iz +K*Og2N6k:??l!>6|ry@1 y{E)C.]*j]hrc?*UMnS0/fL FЭ =.ƅEtGw:|Q<#Y֬p hmS»"Qc87ºX{,?Ơp!(t'p d#cIۯQd$~I ZG, Kdssj)uLMqBp+R5\VOAO d +U)\5|!EgVufX=wOHȕL%As3ã·/`́` ͱj=yrTtQd2IKKؖgl=c +;?(MN⨔i.tڭ1ua޾|7lڙݵ74򅷍N"hb*.١.9CyiQΓoQRԦDU2I>yo-iLkTYO&)Oiy?fu.57NQw!9P'v8[J3SFvTۄ\ +Q"F[$G9F,To]E':Oӭg.ZdKj5{%Nj)U~ȬJ [l7z,+U:%/yoA3 +ЉB4~.P*FF}}nG;&Έg*KxGKx35,6ߨLL'" 1PfR\j&;YXx\g]2.c$z8 ؅*C~X6@O d>VB ulXPPf7Գ%%W\3)PJ.KAB톤D(Ǚ6\1T +5Β`<;0PqSu'O!gR8=%}DϪ$/uĦnmX(z#݂LsŝǚUggtT\#UW9tvOFV]6/7-m$Jvpe&3u2>Gd¶w44h7B+`l_9:nI V|IL__LYt +9NK2ln7/.|f{ pomޡvPO-:BIMbO,|pf?+>[V&UE٢iPi:4(o˕hJW}5[%3Rfh" MUTAuv2", +EF4Cz_5W{ wtuߗW A Hηì5#-u[jCK(0A)dZf~Zd3sOR%upPF +zR>Y~t\@Pw +<q 4vo X)/I^^K%W'ӣWRN>sh%h%^v:mL[B/lA.B^b t?G@%Iԏs + _΍Qoв',빩IrB]GްaOKl'!Qӳ,`KO%uZy` :e<$mۈ~[wCyQH I` BC.17E{E@/Q$-P~_nGB8Z"2Lu-hbJ *=a",Cm\TS%nŸ*SXi>k*.p [1Toeь0?Ϥc2:x u 'p]Wb yhƼ׹?҇# +5=tvbm1[뒁=Dc G+gތz +dR Q\C:p$=ѕ6j'1itfYJVPu (M9:8F炶qTyWQQِuj/()2J_E/b~G6KX|IZ nE}_JzBJ:϶e~y!o0x""Q6&"ZP 7 1܇-o DQ+ez5݆H +Ô۹q!Ufpy<я^KWٶj#=c#3Q.3OSVe~G|{^ vĴu+zr/^enõZ@6U4SekQi$l{'z|qFtMdS6Wr oH1"\MK4*2M=oO0m4u>!P*C|}"0;|4d-1(%;Du&udyPݑF>iz +K*Og2N6k:??l!>6|ry@1 > stream -Ht{Tw'2. AjUt詊UMقVd&d$!"E5ED]Nݢv]GwO nwg93w~"(: -D ߸xU6IK[%ڧS'RbĀ 6?HxIF>g& h}+ bb%R(BЛA'D?oVI+pȅEdqq/,"GE' M Hy/pYibxp`jt#zSLْ-ٗV ?3tqbcwɳ?pQ'W09`}2H *<(< -Omn͠&S5 jj0s,:Y,{?Uekrќ~N_n- 0PՈmZ9$b|W'f)tocRw?níqKSKSiJs'n5RF` *JK -},N@{j!iuhPn ;~I-hhAZaceh+bIyEiB]h7jiAÁaiD(ApOðn%fG;a\oZh#`:-υ5:f4 w^c Xۭ+T'w\ȴm)@e9;;珂;oj8ls%*[߃+ݴyز33"|#\i1 7`NP)r0.#&@a%L8 UA@2w@Hz]^Z<&p)[SaU y/8>2z14֧U]Blv>#$LO?6 -FG&h:}V+[WM ʭYTrɽTv.:9vi _9AM7ʆsa,%^*p^pc-JBTE]hv{^XEGlCmd 64&DqA_vl!kc񸿙UZšf:Hf '6'U7kUո+6UZ-B n8tCO?ɀ%lc63[u#T){ pے7 {G]~&w'1s+RпC/M@O.rQ7KHsb3y<ǫ(/bBf^G>^|Nr)0 n6ȍӃ+շq}?g/$1beuˁ.dA>K7VU"&O/4Q1f֏.ɂIqbjĜDX͉ůb-/ʺY,s)ɘi"X޷/ޅ-+ fE:kMSd$t5>e&&iChCW004Hf`5]I(UGvd&`!MmwL cˆ`̔[:;>u=&6} Y<$u\²eR/#e 1Ip %ЎFMG5zALm$a<\-$If, nlqz-:6[}7J#`v ӐD 8?6Qk5uzW^a&)p"lYp*Q'<%L=SӶ2 ҫAEYiCBQQ z: :f'ɳs^QMwwkɪo؋s6-DAA,"H0WHbȝ;! ZrQ( -G]j:Z' =szvc$\}GKY ]N.qrN'VWtZǜ*ZNT)!:OW D@" 3B0Dd:7X`vj]c_zӔse-)pzߏ_[@ /" NrZeS z&RGD-§,NXƢ|#5pXqh -*"kOl(l+,e]ȗķlKp}I_" wX'rjHU3*ZU5&7I`8G,a -;Rv7w|) U_>OXXZ!P -5ns˕C9X-;8h ى$?妤fF>0OqՑB`sJѽfR#)V #[Hy -qB9tYP=y/gYv$C.|Q\䑎 Ɓ>]E&!ݿ#~kv~GҒfc7RȭCuzU[/6n2+И>N Wu=$t)x;Fk&&ۚ% $TIQuIVS#rwACb9*#g {j1<|n#m D oOe>L^,l@kk:?9vvjMv]n ii8l#Cs 7bx-P&BHoPڈ> U k+/,|p!nf?hڧF3)<|׋MȵBM R$)8R^6o;U21O,^C* -Vj<48StsbFoe BöIݸ:301y'ƚޝ׋0/\*쾃gu/ɗdYx8g| rHY9p%K+J/oVHCC1ah%֞Ƌ[QMH[׷^wg1-̸S czɰ ݶp;7kټvno깯tg%cO"=ˌ*d+3ci'8j(Uxt##m R+؄?/}OXA±)) 8[lF~lC'*wjzI[-xO'_(D^%gzJ!X0v(n05LWz-;m4=uzzz[̝:x`݂\^+56N׳5aZ.n+@L/=<"eå HыL񬞠=ateqX@N$x2n׊ጫze 68"}X,ot(Tz%46|f`Cl67X\NwW\P~P%JiyPYrS1,x:7=@jq[3 8˟g^?*wK,WcZ]<>^y,O7!&4rMED6Zk0q`f5 NrSUW4xC_0TdII+*ġ ]蚙]`$򈌳&RTi/8taI)x/,ovne>~m~z^^XG ̸%PSu~Vvchp/጖Oͣ6t~w;hhG2~sZl)BpAxg y~քO bNT\++2N9̜e]KN8tWN -Kn"\ʌ~X-@%S0 MbX3Xo^tA•vEk<}%"ӎZay(& lr|Qf5f _f>7DÓ̙5UC"3qD-UR0EL?,KsFǦ4ax^UOrvR)piTUU||KǦ`)qB{LPiO/ߎ!`9Oޒ|E{;<.>Il_8 vKGPQ5h,<3p - "Ѡ/uOKAfBG:G'EUJSQK;cmMkk3C¼A\Ph%-iAsnZ _.׵k[-'{3~ ]F#NzH +.QɯT -E1fGV`E`*թG\.E)yjTQ\ȔO%"b澃 -iJ Z"W^8J| NFZbyX:C&MP?VځGIT*yYqjo.v1FA23~kuQzH-u\dxvc]q bѹ\t9rHV-*(]TE-SʥlXU'dh͍,(-cC@s q_S}m0.Ȩ\kwg0 -9HkL UzB/hx,@̨ ߌHTO &Nh1-F>#1g$&Mv4œ5dM3捛6dڋ˅fbsOBﹰOaBD؛O$bjds@.A$CpA >81pؖrGn8,T@N -D -uoEoˈִx~s$t#82_됱;o6 Hh&نUd,:y''ygD*OچZC ρ~moEw:gPgh?& W`IB(n-nbћ͕^TU˶ғU%|U 'TER,Q&UŲV"./7J8&x{MnjYz[(+o Ha%4˂YrT 1rb্g"SqᏍ~I@66i-D(*E9du=Eڼ ca H&Lf#cX -c1eb赹b >%Ҁ0Fȓ8U2Ac_Lj^HnC=GBl4H^I jd;atw(VKj܇iѳb,q5LmjYd (}f;plpT|8w{Í7+eOՅ{D~n)VeG qA;69Jw7G>YrM$Z*mE-5O2C>Һes+â̤ w秆B0"ʡ| -GpM̍{;{k-K~};B~(`Q0ܛu#E—Oa6ꡂ/3p'n뵉=FnghkhR4]`O[c+/} nf޺CVުqP7/_n>qVmNewFI![t]ǝ\8ى RCIa{-S2X~ -טƒ5P][SZRYvGXFR[7?H{s:BhD8#vjq,$-7mV-P0! 5JWUILħQ+"N%)g̥ǔk` +NZ j`+=|cA.PϷd[o6ahs}Vy^c,0~c --DQ)ĚlUH'驪a(Cepa&|3R2`UY*J~4 NK?\5&:k &b2cBC4WDˑ$dhT8Ơ r$\h Gm{T,@ <Ij{M*Si̼("zQrYMQT[w>yhGnM͇{7K/?o?lsYs*LFڪx:!F '5ܺ:x~+^׫oXp2G+,<{(&kȏ Qv7'zi1i=g0`Gѿuʬ:jX^adM&Nn{+Hỡ tN'rԆ/ֲizMjVjFRBAڲ*8VEm8s=-I骸%ӟϩ;Ux{鞺 =@W/\8~Py*{xԪ:<.0mM "kUF1̪Lզ̛3)zE24&yp84~"#p NA?tɰ-H '̬V"(euvL&(ȪiILJI0v<Qɤ3iHuʕ؁ [J+YZie KAcMBe)MJWWi1ʯsy>UUI:k!Um}b%7hg*aKXkERͿ̤ЏF ^vM:rzG~b=Ip7jr-xPZc&v+`-Y @ԇ=cE>?=7 ͿvdTr%&iRz2 s=|\y dU亴(n=h:Sk +Ht{Tw'2. AjUtS+<H2c2yLf +"q" +.nQwYգuO;p=3AQH$߲͛ڵ"pZ҈<.>==?wk|/A<3:93`}/&B/BKP AoAz9G8CA.jP(1Z $9ep?#c~fEMDH&4%<#s筿e'Ik,<9/[I3/~zyCZ6bABo ּj%KSz_~vcWVVK*n_]-Z~ tD.^'s +ЅF'ܼ3 +kh©nuO%WԓȇSXTu ف[{e>Co(?il]Ve.P*TdR֣a$bٵ;Da0|Z5A^/EG3Q;xzhym* +Qivya]u\ pИ~ٳ\ގ L4bv[iu:=Np:I^rmuYp  ̈́}@R^1T(۳19?SEgl^6j;?F/zŤe-\,#*} _g/hWN^ºQ C:B5DxL{d- aM3k$ 3F5*VjܕFFu}7_n:{ɟKdw1A:aݿp[7 {G]x>&w>s+Pп/MA/p I7KHsb3y7yWQA^<ͼ}2/S8!`a0`m1WTo{9Qɿ_"`^Hb V]zɂ|>&gUU"&O/4Q1f֏.ɂIqbjĜDX͉ſJ[<^u XS>1Doy^, [V"tt֚ʸI8jf}zMMf7 +'a7ah*d 6# $k!0Ikғ|QLcFVLFBzO3zJ . #1SknJ{id +y'dY q˓f ˦Kp`3\&<@;Y>F1fQxp8HTd5cQMpcӌken5Z+AWk$6nH%pZֻ +4MacOS2>.a gw!P^]V*J$ťSގny'7;IZyG5yq9H'a/εv;WشXA A`hr \I I w$PRh9 EIP ++vkhބ7x$js~_o_Jrw[L+u"?BC:U= nWViժu*JU yZ B؝hyA&"Ӊ A36Pқ,kHх~p^~md<|:O䣲!遒yT_pZ[ͼ2Xb`|ܲ076flmԛlBӱ(j +TH#Xqt!AIifiP"TBOzvo]cCLv~R? VHOPPIVN.3hB`"8B$׈Uǹr'g"7F7D"fl +Fw$^SklN0B]QWiOXXZ!P +5ns˕C9Zv?w68h ى$?榤fF>|# /5+ϒIk+"{114GR#[Hy +qB9tYP=y/gYv$C.|Q\䑎 Ɓ>]E& +?CGUw?KiI35rj֋ [U+И>Nπ׺$d)x;Jk&&ۚ% $TIuIVSm;֠?YH>Sr3ۄ}qF@z= 40r QC[#gp/kk:?9vvjMv]n 446‘𡹊j!%G J Dbz@XE' ~*3Rm6ⵏlt{t|Ղ? k)\)Q'c FzD&(_bS>raSB=*E +W% mF*b |E'!RVaU+Z<48Stskcwasޤnn Ø_|LOyl<cM̋%W!/`7{K%b%Ih##+: L%C7+I PALb'ㇱ⻪E0>j inl8Jw +ax:ǟ B*m mqsy_ɿ͛mJwfP2$c̨(9MFK;3ޟ?a_ǐ]_OE~؇RN]=2nZu&y; +F NNNIgܺd+5:Ec5u2@=QW+K&N*^ x%Wr |=_0v(n05LWz-br6j:ds}]-Kw<0?nAA./K`r EfPz&WPkAǁ#ܛ4 :MNUF^%HeX}"KHʨ\),W$o<4 '0dkf +z}')#2ƚHB[+RiӅ%g䧰A7!n_X~eߎ|H3zJ1M9IJqKޡ3M'kp_1O#m28#D}E{5ua+8mkl +#XEiTADZ +@^Hxh0آ:' +)i*I iQBhA+zl1Zwsmcť$0N*$R^vֲSA\=5RԲ*= d\w\'F7l9[_|9:b}^v>\Ms"f.۠Z>\iʩUcĐ/ZBK@pRXu2Wn \--Gְ}^oksCU7HٮlMo$ D_IȼFX 9i*u1xYY)ŗ>eYn"sf`萱BTT?L*7O)pQ)MWba㸝J:UU1Emx#o=vJ\h9)j,*7`Si~jjiZi+0~ aesXNd,>_^NE˫ mWb;ݲp;Gl~,l-?~ +N荜h2 &}(PQ+txQTԐX[`cx0o$ZDKZМ8W>沖= . '=JXӆUUA("?ST{S.<5) ).媧K1s$ℎ4Z^ +|RI/gse|'-1FAK,[Qi+?Cql}֤VqEW*VecO̼`۸?;~ x R ̙K?ߵҍ(= +p^$Ɩ:.2V<1{Ӯ81\Ձk{[v.}9ɿVV-/]TE-S)dlX'dh͍(-cC@s q_Q}m4.Ȥ\kwg0 +9HkL UzB/hx,@̨ ߌHTO &N1F>#1g$&v45$M1捛6d"ڋ˅fbsODﹰOaBD؛O$bjds@.A$CpA >81pؖrGn8,TBN -D +ZuoEoU˄ִx~s$t#82_ 됳;o6H&نUd<:i''igD"OކZM ρ~]oywõZgP\L.^J]ӊ%J qEonZ7WvSu j+sKNV\ԞPd2E@WNW|<[%*S +ժ +CCUYYQ^n)hV|ۢcHդa b֦p޶G#/ Q$@B"-#1@nF|ᛝU^iEbx~?"\GpqFzxήwyKm"kxS 4Ȣ_H;lϿh"=;/+{7ƊF+ٙ~WGNy~񻬺_xRG +ʓd!Q*3YE{yWE*I+ͤ溴S`m{]T,@2$X"*&!>LyŹ!:rґ1A\. ![f-)ZF^eU8 +BUJX3? c2 Q^AC#$Yz8[w[l[jjJx$7jA] ;9ڥ7bh,X** RQJWPk&$I`T$.FDEݵ"xz up'TCϱ=~{8*]ȯVb_HDJEvZRv/aw]G^_&gUひOc`|Gxl@؈ˆና͟O{sJ+Ms'q@M`܏&y'X#cP@yGv=@^lC=9ްlm 0uz#nӈ@<@Myd|pTR * , 9FV0g)PVnWA@[ 68 4QeOL9Y913FSX3s_TŨMZ -jpQ|r"OQ:-6w>%&HX + &VlL٠zmCbT r%|LPgW!PϑP l5;`,o'LVk}=+6l^S>7Ԧ*Z# EO WodILs=Y9$z2`s8kYnyVO[xJZh:?S. +`npA ᘿP!fƐ(#4lljfS1r4dž("Anw\3AtJ +bb{prΈ[T7!̬%paҬ$;vSI);m y ̹Wv@Z$}K n}4[HLNZkX-эReJ}CʉeUEIIK.H {DaŔC0%-Z4=sk-K9~{;D~(`=Q0ޝ}#E—Oa]v/3p'n볉=Fghkh24]pw[ȣ.~ odܼMUݬuPu7.]j9~f-NewFI![t]ÝZ:f'q* 2)y;2'e`'?1ӱu?c0Wۼ|M]mIq1guK.a՚v]vJM~o4"yp9R +f3JxlO];WXH[xwN:$1`7C~B[dSWՓIL+#W"M%)g̥ǔkV* +dV`)2{Xǁ/.kŶ1Ct%v\Ƙo"Znb#IYx<%NMy#!P+8 MJyb-d$B]3U:5=595yÆͩBH(G9XkL"!ubLEV3eƄP)4hl([w3D~$dh,$FH:#\1fAݹJY8x"qJG *#SiH"jqʜr͑T[?y`Go-:z7K/;g?Re9y:v]uQS!)T%6/8x^MSq +g2! Ƿ D}g&L" +Ÿ@He(pTwU} ah{B~E"VYę=eIsK@0P* `awl#w> WRi1 IiDFbv_\s.EEu"RuS&pWG#dS+fJꛅ.8~L! %i5~@Dž(_|Z}ﴞ1xZ0+{C|z؎?ed__{q{v^lgYGJRn((##Բul*Az(9mY|?6H۹iN4UlROԝ*UUI:k!Um}b%7hg*aKXkERͿ̤ЏF ^vM:rzG~b=Ip7jr-xPZc&v+`-Y @ԇ=cE>?=7 ͿvdTr%&iRz2 s=|\y dU亴(n=h:Sk ı-C"Y89/UwnLa=}s[gףs4%?GU\UȽN^%N""y%|)> şOnITE;u*WUe()_ch*:2s S/ONEN911u߾V5M,f67]1 WR9kZor&MP @@ -2202,7 +2238,7 @@ Kď s^wZ l@Mf2[%"Wpt;>ǢLjch3C5YiʡCr{`~ ݬ߄+`\ XbŋV5S܎jj s<'~ywΔeJia`qgTRX<` YL I[l\e)&|N"Pi$x3\6oJ`cgHfg kкs eY$ɕeGD{>tx~]!w'bc¿Ja: L]h,X8N+-u4swn,f-,5fVix*$|(` ;0cZAφbb;6;гHʳ$C{;x_$qm1 ٧>668vL4ng kCJٶcq)'{^\Oy]( t{{0C$!dŭg'~76rY$q3ll-R5jiµuDnx]CkҨ;#CWŠ5BsڥK 6=Jkx8_o[Q"P:HjD<<#vJ.c/#5[!-1Lf#&Hzi{/UP@cS VI s3OA.Ex,: GwG< -x4S? +x4S?ž endstream endobj 302 0 obj @@ -2213,7 +2249,7 @@ endobj /Descent -205 /Flags 4 /FontBBox [-47 -205 1077 727] -/FontName /CDDMBG+TT93Fo00 +/FontName /MGFLJG+TT51o00 /ItalicAngle 0 /StemV 0 /XHeight 521 @@ -2224,35 +2260,35 @@ endobj 303 0 obj << /Filter /FlateDecode -/Length 5778 +/Length 5775 /Subtype /Type1C >> stream -H8@֭K5G.*WC?wi]d0_`m#< F-Al G}™$< _>d@>&cb/lx<+zgHڒ/ ڐ7C vJOWE5j7zfao|C`"6q4637+67bo~5vX,[h-:eE]b@귃 Q"3`t?HBIϦ$'©4&h*h-lH A9AUh3&^S3O jJ-zRˍk*E&^ eSi䤟sЊ g:ȣ(Uv"5(+r,g-_u57_*Ӕ6'.X --`2(i/h>PpU`1'(/`R&!l=藺~Dd{=qvۂn:uk#͘] W^& |HqBepe])UlcH/!i` -qELMRJ&*;!"+`/bP87,P+ր%lh/h&!c>/3Ej7ßq8t?z>1f,w'ɾX?}O?{#iTy*)P|ya|T=R?v[30=́0y34TUSסjF%M::V|%fs%,-K~Yp4\S\aUrh@7Fd -i,cO0',*\d1C7P[[c7Y5-\al^׿n~=赃% Y;zq@c]dڔpT 0/#'u~x56`͞3y \B?…Qo⃊asZ!{wIa߄Bt V |h_6;ǽ9U@y^uּn;f^-W}$5rGu@U1_$%)X\hYFYUTu|ו,3q766dمaݝBQ6G=ici*-g?\o?8^iu*K)~N>* -JvƷc^%1W-m{=s=ųosĝ'H8WXK[ РްqYyݏ6;*jâۢЭ8ZBWKZcW1 \De:SRJE\);|~$`9b~+y '8 g!燍I86H+B -O Kտ8){v3` hhN -tnsN${R kэ#ǯOZAp[S`:6'Y2[ÊxsJ?B;,IWɤ!SՋGtK9_kteZv1*M jlRuޤ:MZ+l$L"F) yQG&ۄqUtMZc~g!|WuoN] -h6DŽМۗg 3}*ϲ**oֲmۛZ';b=f[?d쒲5S-8`̆OءMLa -_9!>DcN89?d}/i0e>ȿɪ)|ΘGyH͉6V4*55-ZTv2|rx)\$ȹc~HFK .$^h.F"ӺryTMNx^[x}߻6 K. 8Mº& lYE]¶X-}z7%o^֙-s w y[`6rǗ0򰦎=*ʽ^Q~`rC/HWX(l"6ePiA. ;D(!vEW6'$>}7͙sΜ^jjhz\ҮYsMtRN<()g{,Ms{GPKy,I\Db% N4YdÔŅ1437RD6IFxbM$OD%؀x!iC)rz! - 8oq@.<F  q=VVW3lÉT;W/2V('dwch&BdVlyd ,I{;ڽ|..s]hBK ,oCS2ʹUt%4|Bôa7I07T~}VBD3=-p&|t T['iFdoFeiP Z;dH~뤡n!Zvj*xW=T)+WHt)4to"pHXl_0` m)[%p^i772p} -8kAmg`h iKn#ҡėގш5vq\-12rZ 4 K_fqUW;Ďk5\qLcwhhH(oW}.o?G11|!;e- M=ӚߚW["Q%z9]zTzI)H<{6s1i֠i JDwIMaTgzKDwX8Z?,K,1X N -kjҸ<3l檕rQZmm9+%UTInL ,b{4#ޑ,T5l;n' -(NԄ'oreRJ&-DW䂃5UU[$T<k 3UYm nȚƧ{ye<< }n*"P:$'$#"G:k.gXcj,_2)Ȣ̵9~Dgc/4h0Zn -P7AkjDh_gihl;^ -~?|ߋ!1LmOw.WT[_Uֱ5RtU0[hj`L>[d@,:)>!?wh2/Rnc$hEUF"ĘbP5FNrVTn(U`&R]BLd+$l=&UD'iPz4Qq!H2IN#x8z -l$DIH/l({j줳!ƟNoh(˩9_Zx/":$G/N2v|džm>~޾! Ԟ-^ܹ` -:'`G@>`)YLel݉ ,z&Nij OFu4Lfhձi;DJS^B*ISHI*֮hIx޴BZy uU:舎wn: ㏿{Ϟ> z B)Ld3hUF!0(N í0ٻ[{L}6^Vj~f/;⻔Tj4ΌΡN{pV )0e3H[|$on` m g:&D 7fa4MsKwo^l^!7ڹDz*ߙ[f\kRN*Ec/p~ig}PtEp[i7 /=DY!al&A p36Tñpbܰ9`Ap#a?ٯiQTɺ7Oİ^8v( -$k*QKiTd3hi֑}$V$7qO7=ˇ'eW iKr9C1thњl ^ag'\w7Mfz0zIuK_&*ܟ -_}T9Dm%|t*:*?Q)tF.2>{G= eXy⋟@ҳ^<tm> vzt1q4 `Ğ%AR CïsH GByd]?/:=Ǩn@(Ϸ,x:&[$>X-͑_|}S'0t93+ShKE{5ϋ .Q?=X2lA@оE, e6N{RRo;u027_c?7[pq~il%o֞T΃  l'bGN"i[AݾB@46ҫ|suZOM&>^FKDmBH?lG|"s*z|H_apNkG:/E@?nA $Eq~݋?é0K%b2~}p;ʮ]4ai|8<ѝ.2z66[y80ktiF[o0Qw/ktk-ji6awxq D(G6I҇ ߒ]%7 ^CZ\SE]:#t՛U kho4@; .vaІ0~;5vp=8˯cG1 ⬕l368 :,s\?7O1t\ _NSS7V=~ D iUZH)̈́E%/}:tx.W@؄ 4 > p"Q +H4TkPTG#̥сt.ť4BpT" 0<B4Q^b"({<8 @WF*KhHB?ss#tW<OR~~Rn]*If- bT"ȧNy܇]7eJ㿉ͲM. 'ma( bIHt {p#|W}K'$_Yxxy:guJZSzze;agBW r n + aQq(6/xMhTlzTk~-+4͝au~@TLzvwg(甏ݞoKomjA]@ +vЕ TunV\ +`S_&dd$szЂEgҿMd*C(!DB$%/L*Ϡ'Ϸ45],Քԫ/5..nD4%%{A"P/WCt.RQr1J) 4K?ɋe#ֻ]ׯ9Fo+k:kUMb}-ՕӜTKȮaLL\&ܲ_.w&&6gfY5!Ş &9fKsff+jmv{>9VVɯQL\")Ai|%5 E Y0_C۲\9lTvſFNZ:H;Tn9uh|)Sc dseAΒʂʋ*`Ayh1!:ȆjI6͓h XDJ6sI7?l?^a~2Pw,Ag 4 ]fǼuF+lF%::H"=8spr+i=l)m +)dk)|t6wvyx{&I!^aXtY\t>fڮ7tAH_Nǰ +&>7^HI<{u{92n%y9';c^ks7CXxba֋+D\7 cUi?؍I~`hhBκ5ꢛS:P͜ԠjHsn1vcg2G(/=_0{@l[Du +,:+vX]-GΖ.}ʗG}"sʮ)iQiQCՑۘZù^q5 ae(>:+(~q((2Nlil[8LP9MI5K2pr9weieʚ{_D^cYlk67N0}$tH ,qk4I)DGpLJhZ`,Ǿ= \aέ$ SE,O`衴<ʭȿZAWkNPSPQ\E/i,̗has4 Y㱁 ) Z\ bӳePo ` +-AFˏVQ#@#`0`V,80`9sqU +S2_& n!-3;S]vb[J^?UԱGE+*LnJeMQ@¦ - }mED!J@VNʦRtߛħޙ;9sΙ3]] MK^S50@4P|N).UA{`]J7 1Ұ@|_%8lOe{> >]bnc +{T%i0W$4Љf<\z0fFʙȦҭ9g7X*` QCI*96 1^@l c<;BmA ړ:= +4̉ﰆq]XƯ,1X N +kj\3l檕rQZmmyٲ+UTqnL ,d{4#ޑ,T5l;n'(JԄ'ord4z]RO 0 կ"^mbh_fͭjqF֌|-7>~N+n̵Y +G"⾍ Ci|O8":{6r.Z@tL- 86r1U&YY6G܏Lyz\+6 vZ&hCmCX 0, m+Cǔ}{16Tp7rEUa [e[#E(X +x+9f[f0=pa=̭E“Ҍs.(b0FBVTe$M)Uc$hE R'h"-ݥdDB"ct$@13PO"&2@5$2iơR;0q4H?w\B)*K;A@' 3Q; Jn;lTFDӚ+pjןk"ދN;)>ыS].߱aowgw.m4h'G*X +{}wy0S$'OȲJKJ[Pާt7#dLD/W,J9Gce4ZVJ;x@\x&}k>݉8= ,":Sf{L5TlgG~1U!LUp㾶OZF`+e5NKfI_pqdF+~ FzhW#.{)xug kS:`L;yxٳ /U\ yc‚Cc=Sm(-?nUY \_konJt" mγ6q1'JZ|5K4$*΅bɇ'N=yțFqBDT&wuHRznGًeF Wr*d8ȶ^h&sMVv;PTtZDF\G= ilF7s9/sa4x&cqޏed"YK|=BxC{dWODB;O!pT0cTQzS2DsTuf~*KMzyWn#,ǀt?.@.\~i6R/qx*'Hb:p# `86' )@sH G9d]GWtK1;-/ Ƿgɛ_dSY8&N3gdfs⍻ܨ3ǝqj4#JF,? hܜ)?Lнb)\2R&[Փ'6L)??ek!>W7wjެ޴Il0=1{u ~:BwrҩnL1R}aLjn.jxDzXMĻ[FSQ[ [I]:x)m!?@4 "e~ݍȩ0k%b2> stream -Hrii4c xubnڦmk|FדNߩ9_aiVZw?҂T'>* MBe=t/ub&;s:C)G^ُc>WNRQOA9*!pSGq>7AB/l8@HarExYMPu1j)wC S Pђb95ǵg]djћe:y}A*+ukTr,ωD t4~Fg| Ý$OQ6a;"aK.ڜҜb^_M*Vʘp6),&^4Zl4al_ʦ$DG(W+v=18ZRܵ4W3\8iz70"i3e'fpRhMk4l=h.6Vcű3LSYUɪ??6N<0>[+gX-#mW:K,v_l cuAj`r8NbQ39iIjoEW$x~"E jq -}[ilm|p?̬Z9﮻ruYtRUYvLJaQ - g:H9y~s#rCorUv˕6ejMiرþpGZtk`U}=\,A?8M VyGqEIb9|P^T\Gi0tpO*Aj!kQoހ - <~>ধ\fWt55-*vUOX?K2z}YāΪqzz酊3Hl6[tnp/ߖř.wG-Vh4r>-Lp%o yݙ H#RgYYX\ОPn9(h/1;jT|40@`K` Ӽ=P{\X^7}&%zAq*fB-؋C"=8:96|[Ǻ{UUn-M*Y}*騿+׌G~=}WvW,VOoxֿu~t/UԙF)$ q u@q d CXbB Cd%Yd# h"[@ hiEP/:ߍs>]s{{Jl}/7)JY\T >U$ȅh\Wľ9tWo_O8l u!Cv;qqi:Z@hEUL'pz!z?P/88]HʩZt2OEH7uړ *՗mP}Jg}g.|ψ`vOD6 b%KHM6G.Mʴյ2ofʪΗ4ړ_p=Y8,FXl nez8-g&?'rВb?'i:k/$S=\a^znϳg}h~N"iI0CY]Z:uf':233tb(&dN\}9A mX;Y_ϩTD{쉩YHeKf'4yi2AurՑ",&;(O9V4M.*#Ta1!jQmLѡް>IJV*̐S_ -|PiJ6 -g|¹aI_fZFVVӢHI{hZ]SjbCשͤ%_#9|+$2Cnv$UHixNyFBT?3u -qm8 -۹0ogAp~e2)^p.:' Dgq\XȂ0P>OL8AzKr=+j!Vƭ)E7S 5X==SHv>_}9&{g[7%d69˖K#iYWy`()3O/Ru;A5օ'8'2gNG|78"3GhM;ڴ -m@Ζ -~ YՊ F"iiy0X|J·0I0;5VhlڋT{H~#o5Y(\dR3ԱLY~ 7eG14Z=ZEͥVNĸ6aR$.7hHh&-UDU{!RŷU{2 8 -ʬ -24lP JV=ہ-1!]Ao {{W*=-U%ֲK%!9 b U:cvo"Bލ]&gdͼtL>eSI3eye9Յ+ŚbG# L%Y 5g__% Bd 9`s\Mܰ<xp*ogjQ @.kbb;&;(,V%ՉD+ث[^_|~ 7sC2M4Ȟ -'a l꼉^N#9 yM@SQ#Rnmp2>dXqGXuPu^vlvlsqpxoxj|cd^YYY[xbƷr-6 +Hn]:%j++Fd5ʢ +cPŵNHT t@H@v-*.QQ\pA qn{>Nu{Uޫw;s/rS<OX(xaaSl4K\-<Fj?rr"3y5?LQ?x<.P$5Ox(7jEM(?5_H (>A# y| ~@ဇnE?9Sz(\AX2T <0}^"QVB!!Ia5z}/w=:)l͝v[\7Ym$תKbHt0-han,{,ƨ4E{ Xvw#Ȅp bgyS-W}lx𞹜jnaM6{n{# +~Yl/&³;~bӌ/Я֭ߕ5L%B꤉;fZAӶ%U~iicUvYx|.:Pi#JPKtNr\N \_O!X=kd ؄wۻ/w!5*E'0f>/Z {sIsn0_=`~L'?BpA̢HVnQk:2Ο |iT1rB~>D cjngn:>q;LD)5'Whu2b׵25؍e|!ZڞL6mZ}4Pagm-8~N]bnf\Pױ3J +R*M$)3¸<1?xb+NN-,VyR-H #\&:0Hr=vڐܐl[[E"W(A lbHt"k1 +d;Y}Yr0P/%qCkif u-=Yf!e|iȶ4ړ S 8@p vsz!t?X7Zʉ,L+S˦)g5&zlp\9cP~rƩ|<` d2g`X +2qzX1a6f}bBkl}u[hChh'|MJ8AE=ZOuwmMuJo߿\|ۑ|5W.m (@*| ˠdd?6yEE.Te~{/wM-|s=Vg0WMvb +[[4+Ca#h5qWv"vp15u~\'Oz#\2)+JErE:>H;!$oOŀo9 b0;7)=`__9ʄ~.BBqJ˴#̚q~lהc8(^|F bg x.ç`/psFMި--jO롄0ItvGZGeRR8{x@d|V1B g^^_z͹(%(g4ֱbPt<)7|= '6{{-\h4Xe=Әmj=դ*:0GC9=cHs7ւSc柏j]sO^aK-ה42KحʼnEQ6,D&?Z dkbxaSׁ̻oFDOUԙF)$ q u@q d CXbB Cd%Yd# h"[@ hiEP/:ߍs>]s{{Ub{IQMQ + +B`Hf"A.$UGF8"ޠ+Žzz1e[ ߉ xK"D+Zb=ϔԃ ֋atfGTNuТS?Ly*BݜӞX0Tno+րSz8t 4?ÅLw{F}v'Yh-YZܭmgDjY}@E :&6ۅ ߳r__CpG-QҡgfVnj'ݎ~X_iA1 ([GF`ݤ$$6 D8S~?)61 $@R1j[Yd K8\SVP45^/{DVeIڂiQ}A/kL(}tm̑ػpɫ `A>% SpTo[m[-@ "oy̽?\ɱpJ|G \|5rG `C;T{#TM*T(Kee+jR/ zHQ *8}+aC4EduyO`CGُR&(oR'Nbq.7p)#! +iVttiRU%q|3SVVuמla7bM8w+h?3a?#/^_so>p5TM\{'r s{=Cv2]8_IK0x݈$:Щ4# =БCCQG7!s +џxw ZHoKtǺzN"8cOLB*]:4;q/kL q0d1ٱGydnF=ρ0"i>.wppQ +ێTNQoc:u MW,Rـdd6hT rHUQ8ΕK2D7|@H2{DVwԄڍT3Nm&-Q5c\a Bus%aBJs;3jE2s0VkAVxQ;~>C /MisEv>%@MaB e^F yrG"}d%wfJ)?Wi-w/w6*j.Ju' .r$qIGDLdG3@np'R *ߓ9\xYU^PWfUYgJP5RtGo1w|E޿ +ʐnCݻW!9m +,]// IqFXD-Ψ:F։ ]}nn$79%8#8@vh~'S߈=e_&()2O$O.+˩ȯ.\)T7;ag*Ȋ!>Su*or-a"[ȁ0wn5HGxǃxo,7Wy?PcZRtُ^1q'hEqd1*N\'R^^rR݅-K0D`2?9lAT<8dh>gSM4rzik:`irk,q2>dXqGXuPu^vlvlsqpxoxj|cd^YYY[xbƷrGg5 endstream endobj 306 0 obj @@ -2306,7 +2342,7 @@ endobj /Descent 0 /Flags 4 /FontBBox [0 -12 542 723] -/FontName /TT941o00 +/FontName /TT53o00 /ItalicAngle 0 /StemV 0 /FontFile3 307 0 R @@ -2314,11 +2350,11 @@ endobj endobj 307 0 obj << -/Length 487 +/Length 485 /Subtype /Type1C >> stream - TT941o00) rHH y TT941o00BOPUj~o~DbTƬŬȜnj܊qXVG7bNw8*C.G̑rti]1;gDDDDX i>!Do0eD!7a98sY!ZD8/SQ0+p%8?GHVhgy@#>XWq׌̖rZYL>PW}[q[o`ccVdUpNxGyDMWwm(`baIVcl|œ (XAYs(Z}<]}sz~ +TT53o00) rHH wTT53o00BOPUj~o~DbTƬŬȜnj܊qXVG7bNw8*C.G̑rti]1;gDDDDX i>!Do0eD!7a98sY!ZD8/SQ0+p%8?GHVhgy@#>XWq׌̖rZYL>PW}[q[o`ccVdUpNxGyDMWwm(`baIVcl|œ (XAYs(Z}<]}sz~ endstream endobj 308 0 obj @@ -2329,7 +2365,7 @@ endobj /Descent 0 /Flags 4 /FontBBox [0 0 410 470] -/FontName /CDDMBM+TT942o00 +/FontName /MGFLJM+TT54o00 /ItalicAngle 0 /StemV 0 /CharSet (/bullet) @@ -2339,11 +2375,11 @@ endobj 309 0 obj << /Filter /FlateDecode -/Length 161 +/Length 160 /Subtype /Type1C >> stream -Hbd`ad`ddpvqu 4170iyW0Cg̈́@j9308100322:vuyQ c'9ggt^NΗ9\.="~ãKW._zcǮi]883Qf0W8 +Hbd`ad`dduw 1570 iyW0}'M@j9`308100322:vuyQ c'9ggt^NΗ9\.="~ãKW._zcǮi]883Qf0<8 endstream endobj 151 0 obj @@ -2352,11 +2388,11 @@ endobj /Subtype /Type1 /Name /F3 /FirstChar 1 -/LastChar 25 +/LastChar 24 /Widths [665 275 833 725 275 725 557 557 389 275 778 611 275 611 275 665 -557 275 557 557 335 557 557 539 557 ] +557 275 557 335 557 557 725 611 ] /Encoding 310 0 R -/BaseFont /CDDMAK+TT938o00 +/BaseFont /MGFLIK+TT4Ao00 /FontDescriptor 290 0 R >> endobj @@ -2369,7 +2405,7 @@ endobj /LastChar 12 /Widths [723 783 663 675 723 277 783 723 626 277 723 663 ] /Encoding 311 0 R -/BaseFont /TT93Bo00 +/BaseFont /TT4Do00 /FontDescriptor 292 0 R >> endobj @@ -2385,7 +2421,7 @@ endobj 337 554 554 554 723 518 723 337 337 663 350 277 229 494 277 663 614 1000 663 663 723 723 723 650 663 675 554 783 663 506 482 ] /Encoding 312 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -2401,7 +2437,7 @@ endobj 560 560 990 710 500 560 560 670 780 670 580 560 490 670 560 720 560 560 620 290 670 500 560 490 610 560 720 280 330 330 ] /Encoding 313 0 R -/BaseFont /CDDMBA+TT93Do00 +/BaseFont /MGFLJA+TT4Fo00 /FontDescriptor 296 0 R >> endobj @@ -2415,7 +2451,7 @@ endobj /Widths [278 609 331 391 609 609 609 557 278 557 278 722 887 609 278 609 692 722 669 557 ] /Encoding 314 0 R -/BaseFont /CDDMBC+TT939o00 +/BaseFont /MGFLJC+TT4Bo00 /FontDescriptor 298 0 R >> endobj @@ -2432,7 +2468,7 @@ endobj 614 1000 663 663 723 723 723 650 663 675 554 783 663 506 482 277 554 554 193 554 554 554 554 554 ] /Encoding 315 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -2449,7 +2485,7 @@ endobj 614 1000 663 663 723 723 723 650 0 675 554 0 663 506 482 277 554 554 0 0 554 554 0 554 614 217 ] /Encoding 316 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -2464,7 +2500,7 @@ endobj 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 ] /Encoding 317 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -2478,7 +2514,7 @@ endobj /Widths [556 282 282 718 607 889 607 282 282 607 607 718 607 556 393 718 282 667 282 607 607 556 829 556 556 778 667 333 ] /Encoding 318 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -2495,7 +2531,7 @@ endobj 614 1000 663 663 723 723 723 650 0 675 0 783 663 506 482 0 554 554 0 0 0 554 0 554 0 0 578 ] /Encoding 319 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -2511,7 +2547,7 @@ endobj 0 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 603 ] /Encoding 320 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -2526,7 +2562,7 @@ endobj 0 0 0 0 0 0 0 0 0 0 0 0 556 940 778 556 ] /Encoding 321 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -2540,7 +2576,7 @@ endobj /Widths [556 278 556 278 722 611 889 611 278 278 611 611 796 333 611 667 556 389 667 611 722 611 843 778 944 556 667 556 556 583 ] /Encoding 322 0 R -/BaseFont /CDDMBI+TT940o00 +/BaseFont /MGFLJI+TT52o00 /FontDescriptor 304 0 R >> endobj @@ -2557,7 +2593,7 @@ endobj 0 1000 663 663 723 723 723 650 0 675 554 0 663 506 0 277 554 0 0 0 554 554 0 554 0 0 578 337 337 ] /Encoding 323 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -2572,7 +2608,7 @@ endobj 0 0 0 607 0 0 829 556 0 778 667 0 0 0 0 556 556 667 556 667 ] /Encoding 324 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -2589,7 +2625,7 @@ endobj 0 0 0 0 0 603 603 603 603 603 603 603 603 603 603 603 603 603 ] /Encoding 325 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -2603,7 +2639,7 @@ endobj /Widths [609 331 391 609 609 609 0 278 0 278 722 887 0 278 0 0 0 669 557 557 534 557 557 557 ] /Encoding 326 0 R -/BaseFont /CDDMBC+TT939o00 +/BaseFont /MGFLJC+TT4Bo00 /FontDescriptor 298 0 R >> endobj @@ -2620,7 +2656,7 @@ endobj 603 0 0 0 0 0 0 0 0 0 0 0 603 0 603 0 603 0 603 603 ] /Encoding 327 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -2638,7 +2674,7 @@ endobj 554 0 0 0 0 0 0 0 0 0 0 0 0 578 578 554 ] /Encoding 328 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -2653,7 +2689,7 @@ endobj 0 0 0 0 0 0 556 556 0 667 0 556 0 0 556 556 0 556 0 718 333 718 556 ] /Encoding 329 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -2670,7 +2706,7 @@ endobj 614 0 0 0 0 0 0 0 0 0 0 0 0 506 0 277 0 0 0 0 0 0 554 554 ] /Encoding 330 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -2687,7 +2723,7 @@ endobj 603 0 0 603 0 0 0 0 0 0 603 0 603 603 603 603 0 0 603 603 603 603 603 ] /Encoding 331 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -2702,7 +2738,7 @@ endobj 0 0 0 0 556 0 556 0 0 667 0 0 0 0 0 556 0 0 0 0 333 0 0 556 667 607 ] /Encoding 332 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -2720,7 +2756,7 @@ endobj 554 0 0 0 0 0 0 0 0 0 0 0 0 578 578 0 663 241 458 578 301 1012 ] /Encoding 333 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -2737,7 +2773,7 @@ endobj 0 0 0 603 603 603 0 0 603 0 0 603 0 0 0 603 0 0 603 603 603 603 ] /Encoding 334 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -2754,7 +2790,7 @@ endobj 603 603 603 0 0 603 603 0 603 0 0 603 0 603 603 603 0 603 603 603 603 603 0 0 603 603 603 603 603 603 ] /Encoding 335 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -2771,7 +2807,7 @@ endobj 0 0 0 0 0 0 723 650 0 675 0 0 663 506 0 0 554 0 0 0 0 0 0 0 614 217 ] /Encoding 336 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -2786,7 +2822,7 @@ endobj 0 0 0 607 0 0 556 556 0 667 0 0 0 0 556 556 0 556 667 718 333 0 0 0 667 0 556 556 ] /Encoding 337 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -2799,7 +2835,7 @@ endobj /LastChar 3 /Widths [554 554 277 ] /Encoding 338 0 R -/BaseFont /TT941o00 +/BaseFont /TT53o00 /FontDescriptor 306 0 R >> endobj @@ -2814,7 +2850,7 @@ endobj 556 389 667 611 0 0 0 0 0 556 0 0 556 0 556 722 ] /Encoding 339 0 R -/BaseFont /CDDMBI+TT940o00 +/BaseFont /MGFLJI+TT52o00 /FontDescriptor 304 0 R >> endobj @@ -2832,7 +2868,7 @@ endobj 0 0 0 603 0 603 603 0 0 0 0 0 0 0 0 603 603 ] /Encoding 340 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -2850,7 +2886,7 @@ endobj 554 0 0 0 0 0 554 0 0 0 0 0 0 0 0 0 0 0 458 ] /Encoding 341 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -2865,7 +2901,7 @@ endobj 0 0 0 607 0 0 556 0 0 667 0 0 0 0 0 556 0 0 0 0 333 0 0 0 0 607 0 0 556 ] /Encoding 342 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -2880,7 +2916,7 @@ endobj 556 389 667 611 722 611 0 0 0 556 0 556 556 0 0 0 556 722 556 333 722 556 ] /Encoding 343 0 R -/BaseFont /CDDMBI+TT940o00 +/BaseFont /MGFLJI+TT52o00 /FontDescriptor 304 0 R >> endobj @@ -2898,7 +2934,7 @@ endobj 0 603 603 603 0 603 603 603 0 0 0 0 0 0 0 603 603 ] /Encoding 344 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -2910,13 +2946,13 @@ endobj /FirstChar 1 /LastChar 86 /Widths [626 554 554 277 289 554 217 711 217 554 554 506 554 470 337 277 -554 506 663 0 832 0 554 277 554 554 855 277 783 0 0 0 +554 506 663 277 832 0 554 277 554 554 855 277 783 0 0 0 337 0 0 0 0 518 723 337 337 0 0 0 0 494 277 0 614 0 663 0 723 0 0 0 0 0 554 0 0 506 482 277 -0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1012 ] /Encoding 345 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -2932,7 +2968,7 @@ endobj 556 0 556 667 0 333 718 0 0 0 0 0 0 0 556 556 556 ] /Encoding 346 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -2950,7 +2986,7 @@ endobj 603 603 603 603 0 603 0 0 0 0 0 0 0 0 0 0 0 603 ] /Encoding 347 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -2967,7 +3003,7 @@ endobj 0 1000 663 0 0 0 0 0 0 0 554 0 0 506 0 277 554 ] /Encoding 348 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -2983,7 +3019,7 @@ endobj 556 0 0 0 0 333 0 0 0 0 607 0 0 0 0 0 0 718 333 ] /Encoding 349 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -3001,7 +3037,7 @@ endobj 554 0 193 0 0 0 0 0 0 0 0 0 0 578 578 0 0 0 0 0 0 0 892 277 ] /Encoding 350 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3019,7 +3055,7 @@ endobj 603 0 603 603 603 0 0 0 0 603 0 603 0 0 0 603 0 0 603 603 ] /Encoding 351 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -3035,7 +3071,7 @@ endobj 556 0 0 0 0 333 0 0 0 667 0 0 0 0 0 0 0 0 0 607 ] /Encoding 352 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -3053,7 +3089,7 @@ endobj 0 0 193 0 0 0 0 0 0 0 0 0 0 578 578 0 0 0 0 578 301 ] /Encoding 353 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3068,7 +3104,7 @@ endobj 556 389 667 611 0 0 0 0 0 556 0 556 556 0 0 0 0 722 0 0 0 0 528 694 611 611 556 ] /Encoding 354 0 R -/BaseFont /CDDMBI+TT940o00 +/BaseFont /MGFLJI+TT52o00 /FontDescriptor 304 0 R >> endobj @@ -3086,7 +3122,7 @@ endobj 0 0 603 603 0 603 603 0 0 0 0 0 0 0 0 0 603 ] /Encoding 355 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -3102,7 +3138,7 @@ endobj 556 0 0 0 0 333 0 556 0 667 0 0 0 0 0 0 556 ] /Encoding 356 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -3120,7 +3156,7 @@ endobj 603 603 603 603 0 603 603 603 0 0 0 0 0 0 0 0 603 0 0 0 603 ] /Encoding 357 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -3137,7 +3173,7 @@ endobj 0 0 0 0 723 0 0 0 0 0 0 0 0 506 0 0 0 0 193 ] /Encoding 358 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3153,7 +3189,7 @@ endobj 556 0 0 0 0 333 718 0 556 667 607 556 556 0 0 0 0 0 0 0 778 718 607 ] /Encoding 359 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -3167,7 +3203,7 @@ endobj /Widths [609 331 391 609 609 0 0 278 557 278 0 0 609 278 0 692 722 0 557 0 0 557 557 0 557 331 609 ] /Encoding 360 0 R -/BaseFont /CDDMBC+TT939o00 +/BaseFont /MGFLJC+TT4Bo00 /FontDescriptor 298 0 R >> endobj @@ -3185,7 +3221,7 @@ endobj 554 0 193 0 554 554 554 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 506 ] /Encoding 361 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3201,7 +3237,7 @@ endobj 556 0 0 667 0 333 718 556 0 0 0 0 0 0 0 0 556 718 0 607 0 718 0 556 607 ] /Encoding 362 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -3217,7 +3253,7 @@ endobj 0 0 0 0 603 0 0 0 0 0 603 0 0 0 0 0 0 0 0 0 0 0 603 0 0 0 0 0 603 ] /Encoding 363 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -3233,7 +3269,7 @@ endobj 0 0 0 0 333 718 0 556 667 0 0 0 0 0 0 0 718 ] /Encoding 364 0 R -/BaseFont /CDDMBG+TT93Fo00 +/BaseFont /MGFLJG+TT51o00 /FontDescriptor 302 0 R >> endobj @@ -3251,7 +3287,7 @@ endobj 0 0 193 0 554 554 554 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 506 ] /Encoding 365 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3265,7 +3301,7 @@ endobj /Widths [609 331 0 0 609 609 0 278 0 278 0 0 609 0 609 692 0 669 557 557 0 557 557 0 557 331 0 722 609 ] /Encoding 366 0 R -/BaseFont /CDDMBC+TT939o00 +/BaseFont /MGFLJC+TT4Bo00 /FontDescriptor 298 0 R >> endobj @@ -3281,7 +3317,7 @@ endobj 0 0 0 0 0 0 723 0 0 663 0 0 0 494 0 0 0 0 0 0 0 723 ] /Encoding 367 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3298,7 +3334,7 @@ endobj 0 603 603 0 0 0 0 0 603 603 603 0 603 0 603 603 603 0 603 603 0 603 603 603 0 0 603 603 ] /Encoding 368 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -3315,7 +3351,7 @@ endobj 0 0 0 0 0 0 0 0 0 603 0 0 0 0 603 603 603 0 603 0 603 603 0 0 0 0 0 603 ] /Encoding 369 0 R -/BaseFont /CDDMBE+TT93Co00 +/BaseFont /MGFLJE+TT4Eo00 /FontDescriptor 300 0 R >> endobj @@ -3330,7 +3366,7 @@ endobj 722 0 0 557 534 557 557 557 0 0 0 0 0 722 534 331 278 557 557 331 ] /Encoding 370 0 R -/BaseFont /CDDMBC+TT939o00 +/BaseFont /MGFLJC+TT4Bo00 /FontDescriptor 298 0 R >> endobj @@ -3348,7 +3384,7 @@ endobj 554 554 0 0 554 554 554 554 0 0 0 0 0 0 0 0 0 0 0 0 301 0 0 0 0 783 ] /Encoding 371 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3366,7 +3402,7 @@ endobj 554 0 193 0 554 554 554 554 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 506 783 ] /Encoding 372 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3384,7 +3420,7 @@ endobj 554 554 0 0 554 554 554 554 614 0 0 0 0 0 0 0 0 0 0 578 0 0 0 0 506 0 554 ] /Encoding 373 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3397,7 +3433,7 @@ endobj /LastChar 1 /Widths [458 ] /Encoding 374 0 R -/BaseFont /CDDMBM+TT942o00 +/BaseFont /MGFLJM+TT54o00 /FontDescriptor 308 0 R >> endobj @@ -3414,7 +3450,7 @@ endobj 614 1000 663 663 723 723 723 650 0 675 554 783 663 506 482 0 554 0 193 0 554 554 554 554 ] /Encoding 375 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3432,7 +3468,7 @@ endobj 0 554 0 0 554 554 554 554 0 0 0 0 0 0 0 0 0 0 458 0 0 0 0 0 506 ] /Encoding 376 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3450,7 +3486,7 @@ endobj 554 554 193 0 554 554 554 554 614 0 0 0 0 0 0 0 0 0 0 578 0 0 0 0 506 ] /Encoding 377 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3465,7 +3501,7 @@ endobj 0 0 0 0 0 557 557 0 0 0 0 0 0 0 0 0 0 0 0 0 557 805 ] /Encoding 378 0 R -/BaseFont /CDDMBC+TT939o00 +/BaseFont /MGFLJC+TT4Bo00 /FontDescriptor 298 0 R >> endobj @@ -3483,7 +3519,7 @@ endobj 0 0 0 0 554 554 554 554 614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 506 783 554 ] /Encoding 379 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3501,7 +3537,7 @@ endobj 554 0 0 0 554 554 554 554 0 0 0 0 0 0 0 0 663 0 0 0 0 0 0 0 506 ] /Encoding 380 0 R -/BaseFont /CDDMAO+TT93Ao00 +/BaseFont /MGFLIO+TT4Co00 /FontDescriptor 294 0 R >> endobj @@ -3510,7 +3546,7 @@ endobj /Type /Encoding /Differences [ 1/S/I/M/H/space/U/s/e /r/quoteright/G/u/i/d/comma/V -/three/period/one/zero/hyphen +/three/period/one/hyphen/two ] >> endobj @@ -3519,8 +3555,8 @@ endobj /Type /Encoding /Differences [0/.notdef/S/I/M/H/space/U/s /e/r/quoteright/G/u/i/d/comma -/V/three/period/one/zero/hyphen/two/a -/y/eight/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/V/three/period/one/hyphen/two/zero/A +/g/.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 @@ -4603,7 +4639,7 @@ endobj 403 0 obj << /Type /Encoding -/Differences [ 34/hyphen +/Differences [ 6/d 34/hyphen ] >> endobj @@ -4792,8 +4828,7 @@ endobj 407 0 obj << /Type /Encoding -/Differences [ 2/O 4/space 32/L 45/S/E 49/T 58/x 61/H - 68/R 80/K +/Differences [ 2/O 4/space 32/L 45/S/E 49/T 61/H 68/R ] >> endobj @@ -5031,13 +5066,13 @@ endobj /Type /Encoding /Differences [0/.notdef/T/h/e/space/f/o/l /w/i/n/g/c/p/y/r -/t/a/s/S/.notdef/M/.notdef/u +/t/a/s/S/I/M/.notdef/u /comma/b/d/m/colon/O/.notdef/.notdef /.notdef/hyphen/.notdef/.notdef/.notdef/.notdef/k/C /parenleft/parenright/.notdef/.notdef/.notdef/.notdef/v/period /.notdef/F/.notdef/A/.notdef/D/.notdef/.notdef /.notdef/.notdef/.notdef/L/.notdef/.notdef/x/z -/semicolon/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/semicolon/q/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/at/.notdef /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef @@ -5119,46 +5154,9 @@ endobj 415 0 obj << /Type /Encoding -/Differences [ 3/e/space 6/o/l 9/i 11/g 13/p/y - 16/t/a/s 23/u 25/b/d -] ->> -endobj -348 0 obj -<< -/Type /Encoding -/Differences [0/.notdef/T/h/e/space/f/o/l -/w/i/n/g/c/p/y/r -/t/a/s/.notdef/I/M/.notdef/u -/comma/b/d/m/colon/.notdef/.notdef/.notdef -/.notdef/hyphen/.notdef/.notdef/.notdef/.notdef/.notdef/C -/parenleft/parenright/.notdef/.notdef/.notdef/.notdef/v/period -/.notdef/.notdef/W/A/.notdef/.notdef/.notdef/.notdef -/.notdef/.notdef/.notdef/L/.notdef/.notdef/x/.notdef -/semicolon/q/.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/.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/.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/.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/.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/.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 +/Differences [ 3/e/space 6/o/l 9/i/n/g 13/p +/y 16/t/a/s 23/u 25/b/d/m +/colon ] >> endobj @@ -5200,6 +5198,44 @@ endobj ] >> endobj +348 0 obj +<< +/Type /Encoding +/Differences [0/.notdef/T/h/e/space/f/o/l +/w/i/n/g/c/p/y/r +/t/a/s/.notdef/I/M/.notdef/u +/comma/b/d/m/colon/.notdef/.notdef/.notdef +/.notdef/hyphen/.notdef/.notdef/.notdef/.notdef/.notdef/C +/parenleft/parenright/.notdef/.notdef/.notdef/.notdef/v/period +/.notdef/.notdef/W/A/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/L/.notdef/.notdef/x/.notdef +/semicolon/q/.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/.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/.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/.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/.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/.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 +] +>> +endobj 349 0 obj << /Type /Encoding @@ -5374,7 +5410,7 @@ endobj /Type /Encoding /Differences [ 3/e/space 6/o 9/i/n 12/c/p/y 16/t/a/s 23/u 25/b/d/m 29/O - 46/v/period 53/D + 46/v 53/D ] >> endobj @@ -5834,22 +5870,58 @@ endobj ] >> endobj -364 0 obj +428 0 obj << /Type /Encoding -/Differences [ 2/period/space/C 7/p 14/e 24/a 32/s 38/t -/D 41/five/E 50/A +/Differences [ 2/period/space 41/five 50/A ] >> endobj -428 0 obj +364 0 obj +<< +/Type /Encoding +/Differences [0/.notdef/.notdef/period/space/C/.notdef/.notdef/p +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/e/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/a/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +/s/.notdef/.notdef/.notdef/.notdef/.notdef/t/D +/.notdef/five/E/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/A/.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/.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/.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/.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/.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/.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/.notdef/.notdef/.notdef/.notdef/.notdef +/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef +] +>> +endobj +429 0 obj << /Type /Encoding /Differences [ 2/h/e/space/f/o/l 9/i/n /g/c/p 15/r/t/a/s 23/u - 25/b/d 30/one/nine/three/hyphen/two 36/seven - 38/k/C 42/P 44/slash 47/period/E 53/D 62/x - 69/eight/four/five/six + 25/b/d 30/one/nine 33/hyphen 36/seven 38/k/C + 42/P 44/slash 47/period/E 53/D 62/x 70/four/five ] >> endobj @@ -5909,7 +5981,7 @@ endobj ] >> endobj -429 0 obj +430 0 obj << /Type /Encoding /Differences [ 6/d 16/e 23/l 25/g 33/n 75/colon @@ -5954,7 +6026,7 @@ endobj ] >> endobj -430 0 obj +431 0 obj << /Type /Encoding /Differences [ 4/space/p 12/i/t 16/e 20/r 23/l 33/n @@ -6008,13 +6080,13 @@ endobj ] >> endobj -431 0 obj +432 0 obj << /Type /Encoding /Differences [ 2/h/e/space/f/o/l/w/i /n/g/c 15/r/t/a/s/S - 23/u/comma/b/d/m 34/two 36/seven/R - 46/v/period 66/underscore + 23/u/comma/b/d 34/two 36/seven/R 46/v +/period ] >> endobj @@ -6139,7 +6211,7 @@ endobj ] >> endobj -432 0 obj +433 0 obj << /Type /Encoding /Differences [ 3/e/space 14/y 17/a 21/M 24/comma 30/one 34/two @@ -6269,7 +6341,7 @@ endobj ] >> endobj -433 0 obj +434 0 obj << /Type /Encoding /Differences [ 2/h/e/space/f/o/l/w/i @@ -6317,11 +6389,10 @@ endobj ] >> endobj -434 0 obj +435 0 obj << /Type /Encoding -/Differences [ 3/e/space 6/o 9/i 11/g 15/r 17/a 19/S - 26/d 42/P 45/j +/Differences [ 3/e/space 6/o 9/i 11/g 15/r 19/S ] >> endobj @@ -6626,7 +6697,7 @@ endobj /MediaBox [0 0 612 792] >> endobj -435 0 obj +436 0 obj << /Count 42 /First 2 0 R @@ -6637,7 +6708,7 @@ endobj << /Title (Introduction) /Dest [1 0 R /FitH 708] -/Parent 435 0 R +/Parent 436 0 R /Next 3 0 R >> endobj @@ -6645,7 +6716,7 @@ endobj << /Title (Compiling And Running A Simulator) /Dest [1 0 R /FitH 559] -/Parent 435 0 R +/Parent 436 0 R /Prev 2 0 R /Next 13 0 R /First 5 0 R @@ -6710,7 +6781,7 @@ endobj << /Title (Simulator Conventions) /Dest [11 0 R /FitH 470] -/Parent 435 0 R +/Parent 436 0 R /Prev 3 0 R /Next 14 0 R >> @@ -6719,7 +6790,7 @@ endobj << /Title (Commands) /Dest [11 0 R /FitH 273] -/Parent 435 0 R +/Parent 436 0 R /Prev 13 0 R /Next 48 0 R /First 15 0 R @@ -6848,7 +6919,7 @@ endobj 33 0 obj << /Title (Displaying Parameters and Status) -/Dest [31 0 R /FitH 307] +/Dest [31 0 R /FitH 295] /Parent 14 0 R /Prev 32 0 R /Next 35 0 R @@ -6857,7 +6928,7 @@ endobj 35 0 obj << /Title (Altering the Simulated Configuration) -/Dest [34 0 R /FitH 535] +/Dest [34 0 R /FitH 524] /Parent 14 0 R /Prev 33 0 R /Next 36 0 R @@ -6866,7 +6937,7 @@ endobj 36 0 obj << /Title (Console Options) -/Dest [34 0 R /FitH 157] +/Dest [34 0 R /FitH 145] /Parent 14 0 R /Prev 35 0 R /Next 38 0 R @@ -6939,7 +7010,7 @@ endobj << /Title (Appendix 1: File Representations) /Dest [47 0 R /FitH 697] -/Parent 435 0 R +/Parent 436 0 R /Prev 14 0 R /Next 56 0 R /First 49 0 R @@ -6994,7 +7065,7 @@ endobj << /Title (Appendix 2: Debug Status) /Dest [55 0 R /FitH 697] -/Parent 435 0 R +/Parent 436 0 R /Prev 48 0 R /Next 58 0 R >> @@ -7003,7 +7074,7 @@ endobj << /Title (Revision History \(covering Rev 2.0 to Rev 3.5\)) /Dest [57 0 R /FitH 697] -/Parent 435 0 R +/Parent 436 0 R /Prev 56 0 R /Next 60 0 R >> @@ -7012,85 +7083,85 @@ endobj << /Title (Acknowledgements) /Dest [59 0 R /FitH 708] -/Parent 435 0 R +/Parent 436 0 R /Prev 58 0 R >> endobj -436 0 obj +437 0 obj << /Type /Catalog /Pages 208 0 R -/Outlines 435 0 R +/Outlines 436 0 R /OpenAction [148 0 R /XYZ null 796 1] /PageMode /UseOutlines >> endobj xref -0 437 +0 438 0000000000 65535 f -0000294569 00000 n -0000297674 00000 n -0000297777 00000 n -0000294663 00000 n -0000297953 00000 n -0000294757 00000 n -0000298077 00000 n -0000298241 00000 n -0000298361 00000 n -0000298485 00000 n -0000294869 00000 n -0000298601 00000 n -0000298715 00000 n -0000298843 00000 n -0000298999 00000 n -0000294964 00000 n -0000299119 00000 n -0000299252 00000 n -0000299376 00000 n -0000295059 00000 n -0000299519 00000 n -0000295250 00000 n -0000299654 00000 n -0000299784 00000 n -0000299957 00000 n -0000295345 00000 n -0000300067 00000 n -0000300235 00000 n -0000300362 00000 n -0000300499 00000 n -0000295440 00000 n -0000300603 00000 n -0000300735 00000 n -0000295535 00000 n -0000300874 00000 n -0000301017 00000 n -0000295630 00000 n -0000301139 00000 n -0000295725 00000 n -0000301308 00000 n -0000301426 00000 n -0000301542 00000 n -0000295820 00000 n -0000301674 00000 n -0000301793 00000 n -0000301921 00000 n -0000295915 00000 n -0000302035 00000 n -0000302214 00000 n -0000302321 00000 n -0000302444 00000 n -0000302569 00000 n -0000296010 00000 n -0000302693 00000 n -0000296105 00000 n -0000302798 00000 n -0000296296 00000 n -0000302930 00000 n -0000296871 00000 n -0000303086 00000 n +0000296469 00000 n +0000299574 00000 n +0000299677 00000 n +0000296563 00000 n +0000299853 00000 n +0000296657 00000 n +0000299977 00000 n +0000300141 00000 n +0000300261 00000 n +0000300385 00000 n +0000296769 00000 n +0000300501 00000 n +0000300615 00000 n +0000300743 00000 n +0000300899 00000 n +0000296864 00000 n +0000301019 00000 n +0000301152 00000 n +0000301276 00000 n +0000296959 00000 n +0000301419 00000 n +0000297150 00000 n +0000301554 00000 n +0000301684 00000 n +0000301857 00000 n +0000297245 00000 n +0000301967 00000 n +0000302135 00000 n +0000302262 00000 n +0000302399 00000 n +0000297340 00000 n +0000302503 00000 n +0000302635 00000 n +0000297435 00000 n +0000302774 00000 n +0000302917 00000 n +0000297530 00000 n +0000303039 00000 n +0000297625 00000 n +0000303208 00000 n +0000303326 00000 n +0000303442 00000 n +0000297720 00000 n +0000303574 00000 n +0000303693 00000 n +0000303821 00000 n +0000297815 00000 n +0000303935 00000 n +0000304114 00000 n +0000304221 00000 n +0000304344 00000 n +0000304469 00000 n +0000297910 00000 n +0000304593 00000 n +0000298005 00000 n +0000304698 00000 n +0000298196 00000 n +0000304830 00000 n +0000298771 00000 n +0000304986 00000 n 0000000017 00000 n 0000000203 00000 n -0000293823 00000 n +0000295723 00000 n 0000000363 00000 n 0000000523 00000 n 0000000683 00000 n @@ -7175,302 +7246,303 @@ xref 0000013436 00000 n 0000013598 00000 n 0000013760 00000 n -0000293727 00000 n +0000295627 00000 n 0000014067 00000 n -0000016119 00000 n -0000137126 00000 n -0000137408 00000 n -0000137629 00000 n -0000088932 00000 n -0000297062 00000 n -0000016256 00000 n -0000019206 00000 n -0000138068 00000 n -0000019317 00000 n -0000022740 00000 n -0000138502 00000 n -0000138765 00000 n -0000022866 00000 n -0000026601 00000 n -0000139237 00000 n -0000139705 00000 n -0000140022 00000 n -0000026741 00000 n -0000030024 00000 n -0000140317 00000 n -0000140779 00000 n -0000141138 00000 n -0000141425 00000 n -0000030178 00000 n -0000033650 00000 n -0000141728 00000 n -0000142202 00000 n -0000142509 00000 n -0000142924 00000 n -0000033804 00000 n -0000036392 00000 n -0000143191 00000 n -0000143592 00000 n -0000144027 00000 n -0000036532 00000 n -0000038917 00000 n -0000144332 00000 n -0000144749 00000 n -0000145170 00000 n -0000295154 00000 n -0000039057 00000 n -0000041818 00000 n -0000145473 00000 n -0000145943 00000 n -0000041944 00000 n -0000044784 00000 n -0000146360 00000 n -0000146821 00000 n -0000147240 00000 n -0000147563 00000 n -0000147748 00000 n -0000044952 00000 n -0000048004 00000 n -0000148037 00000 n -0000148490 00000 n -0000148946 00000 n -0000149257 00000 n -0000297497 00000 n -0000297209 00000 n -0000048158 00000 n -0000050359 00000 n -0000149572 00000 n -0000150049 00000 n -0000150497 00000 n -0000050499 00000 n -0000052781 00000 n -0000150832 00000 n -0000151281 00000 n -0000151677 00000 n -0000052921 00000 n -0000055535 00000 n -0000152016 00000 n -0000152490 00000 n -0000152963 00000 n -0000055675 00000 n -0000058544 00000 n -0000153296 00000 n -0000153760 00000 n -0000154081 00000 n -0000154528 00000 n -0000058698 00000 n -0000060513 00000 n -0000154857 00000 n -0000155314 00000 n -0000155703 00000 n -0000060653 00000 n -0000063529 00000 n -0000156056 00000 n -0000156329 00000 n -0000156812 00000 n -0000157171 00000 n -0000063683 00000 n -0000065696 00000 n -0000157520 00000 n -0000157829 00000 n -0000065822 00000 n -0000066924 00000 n -0000158309 00000 n -0000158586 00000 n -0000158929 00000 n -0000296200 00000 n -0000067064 00000 n -0000067684 00000 n -0000159372 00000 n -0000067796 00000 n -0000070012 00000 n -0000159787 00000 n -0000160086 00000 n -0000297358 00000 n -0000296391 00000 n -0000070138 00000 n -0000072385 00000 n -0000160592 00000 n -0000296487 00000 n -0000072497 00000 n -0000075111 00000 n -0000161100 00000 n -0000161614 00000 n -0000296583 00000 n -0000075237 00000 n -0000078094 00000 n -0000161798 00000 n -0000296679 00000 n -0000078220 00000 n -0000080416 00000 n -0000162258 00000 n -0000296775 00000 n -0000080528 00000 n -0000082704 00000 n -0000162756 00000 n -0000082816 00000 n -0000086035 00000 n -0000163264 00000 n -0000163551 00000 n -0000296966 00000 n -0000086161 00000 n -0000088686 00000 n -0000164059 00000 n -0000088798 00000 n -0000089013 00000 n -0000089319 00000 n -0000091961 00000 n -0000092154 00000 n -0000093255 00000 n -0000093889 00000 n -0000102266 00000 n -0000102697 00000 n -0000108905 00000 n -0000109259 00000 n -0000113240 00000 n -0000113824 00000 n -0000124769 00000 n -0000125167 00000 n -0000131045 00000 n -0000131392 00000 n -0000135895 00000 n -0000136086 00000 n -0000136650 00000 n -0000136866 00000 n -0000164710 00000 n -0000166776 00000 n -0000167010 00000 n -0000168959 00000 n -0000172847 00000 n -0000170982 00000 n -0000174980 00000 n -0000176922 00000 n -0000179026 00000 n -0000181158 00000 n -0000183178 00000 n -0000185290 00000 n -0000187443 00000 n -0000189457 00000 n -0000191426 00000 n -0000193551 00000 n -0000195611 00000 n -0000198002 00000 n -0000199983 00000 n -0000202050 00000 n -0000204336 00000 n -0000206320 00000 n -0000208350 00000 n -0000210733 00000 n -0000212684 00000 n -0000214738 00000 n -0000216804 00000 n -0000218866 00000 n -0000220909 00000 n -0000221074 00000 n -0000223261 00000 n -0000225359 00000 n -0000227396 00000 n -0000229573 00000 n -0000231694 00000 n -0000233719 00000 n -0000235778 00000 n -0000240013 00000 n -0000238020 00000 n -0000241927 00000 n -0000244109 00000 n -0000246199 00000 n -0000248128 00000 n -0000250332 00000 n -0000252362 00000 n -0000254485 00000 n -0000256527 00000 n -0000258676 00000 n -0000260755 00000 n -0000262868 00000 n -0000264898 00000 n -0000265138 00000 n -0000267182 00000 n -0000269277 00000 n -0000271338 00000 n -0000271689 00000 n -0000273617 00000 n -0000273757 00000 n -0000273999 00000 n -0000276011 00000 n -0000277987 00000 n -0000278324 00000 n -0000280179 00000 n -0000282024 00000 n -0000283873 00000 n -0000284087 00000 n -0000285945 00000 n -0000287830 00000 n -0000289682 00000 n -0000289937 00000 n -0000291891 00000 n -0000164563 00000 n -0000166871 00000 n -0000168874 00000 n -0000170833 00000 n -0000174907 00000 n -0000176853 00000 n -0000178950 00000 n -0000181052 00000 n -0000183034 00000 n -0000185207 00000 n -0000187363 00000 n -0000191341 00000 n -0000193465 00000 n -0000195541 00000 n -0000197687 00000 n -0000197840 00000 n -0000201962 00000 n -0000204116 00000 n -0000204253 00000 n -0000208261 00000 n -0000210438 00000 n -0000210566 00000 n -0000214665 00000 n -0000216646 00000 n -0000218778 00000 n -0000220980 00000 n -0000223147 00000 n -0000225214 00000 n -0000227306 00000 n -0000229479 00000 n -0000231606 00000 n -0000233592 00000 n -0000235689 00000 n -0000237823 00000 n +0000016071 00000 n +0000137089 00000 n +0000137366 00000 n +0000137586 00000 n +0000089222 00000 n +0000298962 00000 n +0000016208 00000 n +0000019158 00000 n +0000138024 00000 n +0000019269 00000 n +0000022693 00000 n +0000138457 00000 n +0000138719 00000 n +0000022819 00000 n +0000026596 00000 n +0000139190 00000 n +0000139657 00000 n +0000139973 00000 n +0000026736 00000 n +0000030022 00000 n +0000140267 00000 n +0000140728 00000 n +0000141086 00000 n +0000141372 00000 n +0000030176 00000 n +0000033623 00000 n +0000141674 00000 n +0000142147 00000 n +0000142453 00000 n +0000142867 00000 n +0000033777 00000 n +0000036356 00000 n +0000143133 00000 n +0000143533 00000 n +0000143967 00000 n +0000036496 00000 n +0000038878 00000 n +0000144271 00000 n +0000144687 00000 n +0000145107 00000 n +0000297054 00000 n +0000039018 00000 n +0000041782 00000 n +0000145409 00000 n +0000145878 00000 n +0000041908 00000 n +0000044752 00000 n +0000146294 00000 n +0000146754 00000 n +0000147172 00000 n +0000147494 00000 n +0000147678 00000 n +0000044920 00000 n +0000047972 00000 n +0000147966 00000 n +0000148418 00000 n +0000148873 00000 n +0000149183 00000 n +0000299397 00000 n +0000299109 00000 n +0000048126 00000 n +0000050654 00000 n +0000149497 00000 n +0000149973 00000 n +0000150424 00000 n +0000050794 00000 n +0000053080 00000 n +0000150758 00000 n +0000151206 00000 n +0000151601 00000 n +0000053220 00000 n +0000055832 00000 n +0000151939 00000 n +0000152412 00000 n +0000152884 00000 n +0000055972 00000 n +0000058833 00000 n +0000153216 00000 n +0000153679 00000 n +0000153999 00000 n +0000154445 00000 n +0000058987 00000 n +0000060802 00000 n +0000154773 00000 n +0000155229 00000 n +0000155617 00000 n +0000060942 00000 n +0000063785 00000 n +0000155969 00000 n +0000156241 00000 n +0000156723 00000 n +0000157081 00000 n +0000063939 00000 n +0000065954 00000 n +0000157429 00000 n +0000157737 00000 n +0000066080 00000 n +0000067182 00000 n +0000158216 00000 n +0000158492 00000 n +0000158834 00000 n +0000298100 00000 n +0000067322 00000 n +0000067942 00000 n +0000159276 00000 n +0000068054 00000 n +0000070300 00000 n +0000159690 00000 n +0000159988 00000 n +0000299258 00000 n +0000298291 00000 n +0000070426 00000 n +0000072682 00000 n +0000160493 00000 n +0000298387 00000 n +0000072794 00000 n +0000075396 00000 n +0000161000 00000 n +0000161513 00000 n +0000298483 00000 n +0000075522 00000 n +0000078377 00000 n +0000161696 00000 n +0000298579 00000 n +0000078503 00000 n +0000080703 00000 n +0000162155 00000 n +0000298675 00000 n +0000080815 00000 n +0000082991 00000 n +0000162652 00000 n +0000083103 00000 n +0000086324 00000 n +0000163159 00000 n +0000163445 00000 n +0000298866 00000 n +0000086450 00000 n +0000088976 00000 n +0000163952 00000 n +0000089088 00000 n +0000089303 00000 n +0000089605 00000 n +0000091953 00000 n +0000092145 00000 n +0000093243 00000 n +0000093876 00000 n +0000102252 00000 n +0000102682 00000 n +0000108888 00000 n +0000109241 00000 n +0000113219 00000 n +0000113802 00000 n +0000124745 00000 n +0000125142 00000 n +0000131017 00000 n +0000131363 00000 n +0000135863 00000 n +0000136053 00000 n +0000136615 00000 n +0000136830 00000 n +0000164601 00000 n +0000166669 00000 n +0000166903 00000 n +0000168852 00000 n +0000172740 00000 n +0000170875 00000 n +0000174873 00000 n +0000176815 00000 n +0000178919 00000 n +0000181051 00000 n +0000183071 00000 n +0000185183 00000 n +0000187336 00000 n +0000189350 00000 n +0000191319 00000 n +0000193444 00000 n +0000195504 00000 n +0000197895 00000 n +0000199876 00000 n +0000201943 00000 n +0000204229 00000 n +0000206213 00000 n +0000208243 00000 n +0000210626 00000 n +0000212577 00000 n +0000214635 00000 n +0000216701 00000 n +0000218763 00000 n +0000220806 00000 n +0000220971 00000 n +0000223146 00000 n +0000225244 00000 n +0000227281 00000 n +0000229458 00000 n +0000231579 00000 n +0000233604 00000 n +0000235651 00000 n 0000237902 00000 n -0000243968 00000 n -0000246053 00000 n -0000250191 00000 n -0000252277 00000 n -0000254403 00000 n -0000256434 00000 n -0000258587 00000 n -0000260605 00000 n -0000262775 00000 n -0000265030 00000 n -0000267054 00000 n -0000269202 00000 n -0000271461 00000 n -0000273903 00000 n -0000275911 00000 n -0000278153 00000 n -0000283945 00000 n -0000289791 00000 n -0000291773 00000 n -0000297608 00000 n -0000303196 00000 n +0000239816 00000 n +0000241809 00000 n +0000243991 00000 n +0000246081 00000 n +0000248010 00000 n +0000250207 00000 n +0000252237 00000 n +0000254360 00000 n +0000256402 00000 n +0000258551 00000 n +0000260630 00000 n +0000262743 00000 n +0000264773 00000 n +0000265013 00000 n +0000267057 00000 n +0000269152 00000 n +0000271304 00000 n +0000273627 00000 n +0000275555 00000 n +0000275695 00000 n +0000275937 00000 n +0000277949 00000 n +0000279925 00000 n +0000280246 00000 n +0000282101 00000 n +0000283946 00000 n +0000285795 00000 n +0000286009 00000 n +0000287867 00000 n +0000289752 00000 n +0000291604 00000 n +0000291859 00000 n +0000293791 00000 n +0000164455 00000 n +0000166764 00000 n +0000168767 00000 n +0000170726 00000 n +0000174800 00000 n +0000176746 00000 n +0000178843 00000 n +0000180945 00000 n +0000182927 00000 n +0000185100 00000 n +0000187256 00000 n +0000191234 00000 n +0000193358 00000 n +0000195434 00000 n +0000197580 00000 n +0000197733 00000 n +0000201855 00000 n +0000204009 00000 n +0000204146 00000 n +0000208154 00000 n +0000210331 00000 n +0000210459 00000 n +0000214558 00000 n +0000216543 00000 n +0000218675 00000 n +0000220877 00000 n +0000223044 00000 n +0000225099 00000 n +0000227191 00000 n +0000229364 00000 n +0000231491 00000 n +0000233477 00000 n +0000235562 00000 n +0000237696 00000 n +0000237775 00000 n +0000243850 00000 n +0000245935 00000 n +0000250073 00000 n +0000252152 00000 n +0000254278 00000 n +0000256309 00000 n +0000258462 00000 n +0000260480 00000 n +0000262650 00000 n +0000264905 00000 n +0000266929 00000 n +0000269077 00000 n +0000271213 00000 n +0000273418 00000 n +0000275841 00000 n +0000277849 00000 n +0000280091 00000 n +0000285867 00000 n +0000291713 00000 n +0000293695 00000 n +0000299508 00000 n +0000305096 00000 n trailer << -/Size 437 -/Root 436 0 R +/Size 438 +/Root 437 0 R /Info 147 0 R -/ID [<69004650de1d1c47ea7eb7be87c445b1><69004650de1d1c47ea7eb7be87c445b1>] +/ID [] >> startxref -303337 +305237 %%EOF diff --git a/doc/simh_supplement.pdf b/doc/simh_supplement.pdf index 3c033716..4b1d0767 100644 Binary files a/doc/simh_supplement.pdf and b/doc/simh_supplement.pdf differ