Digital PDFs
Documents
Guest
Register
Log In
DEC-12-ZR8A-D
December 2000
56 pages
Original
4.7MB
view
download
Document:
dec-12-zr8a-d
Order Number:
DEC-12-ZR8A-D
Revision:
Pages:
56
Original Filename:
https://svn.so-much-stuff.com/svn/trunk/pdp8/src/dec/dec-12-zr8/dec-12-zr8a-d.pdf
OCR Text
IDENTIFICATION Product. Code Product Nam.e DEC-12~ZRaA"-D DIAL-MS File Commands Program. Description Date Created July Maintainor Software Services I, 19 70 LAP6-DI7\L is an editor, v;ith the filing system and assembler for use PDP-12 computcir. The editor and filing portions are derived from the basic LINC program LAP 6"^ by Mary Allen Wilkes of V>?ashington University. The assembly portion is derived from 2 several programs used for the PDP-8 computer including PAL-D . The Digital Equipment Corporation v/ishes to express to the author, Mary Allen Wilkes (Clark) e and the Computer Research Laboratory of Washington University, St. Louis, Missouri, its appreciation for the development set forth in LAP6 as well as its thanks for permission to use parts of the LAP6 program. 'M. Rep. A. W andbook Computer Rese=^rci-i Laboratory Tech. Washington University, St. Louis, May 1, 1967. Wilkes, LAP 6 No. 2, , PAL-D Assembler Programmer's Reference Manual DEC-D8-ASAA~D. 1. 0 PROGRAM OVERVIEW File Commands, referred to as FILECOMS is comprised of a series of file handling routines, along with Save Program, Add Binary, and Save Binary in its entirety. FILECOMS is called by the Editor whenever a Print Source, Add Binary, Save Program, or Save Binary is requested, or whenever an assembly is requested , of a source file. For any of the above cases, FILECOMS uses the MC parameter table and the index to set up the required arguments. When handlinq files and setting up arguments, FILECOMS checks to see if the request is possible and/or legitimate. If a command cannot or will not be executed, FILECOMS displays a Once FILECOMS sets up arguments, control is turned over to the appropriate ":iO". program File Commands is on TBLKs 35^, 351, 352, and 353 and in MBLKs 0, 1, 2, and 3 of segment 2 when in core. The Editor communicates with FILECOMS relative to the tag FCSA (FILECOMS Starting Address), To execute a Save Program, for example, the Editor reads in the first block of FILECOMS and executes a JMP FCSA+3. The contents of FCSA+3 are JMP SAVPRG. The FCSA table, v/hich must not be moved without the Editor's knowledge, has the following form: (4j2f2i2() FCSA, JMP JMP JMP JMP JMP JMP SAVBIN ADDBIN /SAVE BINARY . SAVPRG LIORAS PRNPRG /SAVE PROGRAM /ASSEMBLER /PRINT SOURCE At location RPLSTR is the "REPLACE?" table which contains the DIAL codes for the r.r.rasr, REPLACE? '\ The "PEPLACE?" table is used in conjunction with the Editor's '/rid pattern display tabic (A6) to display the phrase "REPLACE?". Because FILECOMS uses the file area extensively, an explanation of index structure is crucial to understanding the secrets of FILECOMS. The index is located at tape blocks 346 and 347; the LAP6-DIAL System •ro:pects it to be two blocks long. The index must be comprised of contiguous tape blocks and the first tape block must be of the form XX6 An index tape olock of 352, for example, would not be compatible v/ith a number of LINCtape group instructions that are scattered throughout the system. The left half of the first word on tape block 346 must be the DIAL code for a slash (57) in order . , to Identify the block as an index. The first 10 words of tape block 346 con- tain 5757 {//) and are never used for file name storage by the DIAL system; the remaining words on both tape blocks are used to store index information. Each file in the index takes up 10 words, so that a DIAL tape can hold a maximum of 77 octal file names. Unfilled portions of the index contain 5757 in all 10 For any given 10 v/ord portion, the first four words are reserved for the file name. The DIAL code for the first character of the name is stored in the v/ords. 1 lofL half of t\\o first v^ord; the second character of the name goes in the right The mfiximum number of characters in a name is eight. etc. Unused half-words in a name = 77 (?). The name FILENAME would be stored in the half of the first v/ord , following manner: J2f611 14j2f5 16j2fl 15i2f5 / FI LE NA ME The name DIAL would be saved as: 0411 0114 7777 7777 DI AL (Not Used) Leading question Question marks v;ithin a name are treated as ordinary characters. marks are illegal and may cause unpredictable results. Trailing question marks are ignored. If a file name refers to a source, the fifth word of the ten word sector holds the first TBLK of the source and the sixth word holds the length. source, then the fifth and sixth words are both equal to 5757. to a binary file, If there is no binary, then the In words 5, 6, 1, and 10, the seventh and eighth words are both equal to 5757. order 9 If a name refers then the seventh word contains the first TBLK of the binary and the eighth word contains its length. lov7 If there is no bits are reserved for tape block and length; bit zero is used to indicate whether source or binary information is present; bits 1 and 2 are not used. 2.0 SAVE PROGRAM AND FILECOMS When a user requests a Save Program, the Editor exits, reads four tape blocks of FILECOMS (350) into locations 4(2f0J2f-5777 loads the last tape block , Save Program first used in the Working Area into the AC, and jumps to FCSA+3. stores away the complement of the source length at location Fl, then checks for Next, Save line number arguments, displaying "NO" if they have been requested. Program reads the index (TBLKs 346, 347) into locations 300j2f-3777. At this point, Save Program checks the left half of the first word in the index for a 57; This move if there is no 57, Save Program fills locations 3000-3777 with 5757. is called making an index. Save Program then calls a subroutine called LOOKUP to check for a name match between the requested name - to be found in the MC parameter table at E6 + 2 to E6 4- 5 (2372-2376) - and the index. If there is no name match, Save Program searches the index for a blank entry (a 57 in the left If no blank entry is found, the index is full and Save half of the first word). 2 f INDEX STRUCTURE TBLK 346 57 57 57 57 5 7 57 5 7 57 57 57 57 57 57 57 57 57 Xi X2 Xu Xs X7 Xf. Xq Y2 Y., Z3 INDEX IDENTIFIER (10 WDS NAME (4 WDS) SOURCE TBLK SOURCE LENGTH BINARY TBLK BINARY LENGTH (1 (1 (1 (1 WD) WD) WD) WD) TBLK 347 Xi X', Xr X7 Yi Y 0 Zl x^ x^ UNUSED HALF WORDS IN A NAME = 77 Xfe Xe Y2 Y^ FOR NO SOURCE Y i=Y 2=y 3=Y^=57 (/) FOR NO BINARY Z i=Z2=Z 3=Zu=57 (/) z, IINFILLED PORTION OF THE INDEX §757 IN ALL WORDS 3 (?) Program displays '^N0'^ If a blank entry is found, locations E6 + 2 to are placed into its first four words and the gap search coimences, if match is found. Save Program must determine whether or not the matched an accompanying source (the match could be binary only). To determine E6 + 5 a name entry has source or omary match. Save Program checks bit 0 of the fifth word in the matched entry. the m.atch is binary only, the gap search com.mences. Hatches a source, Save Program displays the phrase If: If a requested name "REPLACE?" until a key is struck on the Teletype, If the key struck on the Teletype is not an "R", Save Program returns to the Editor; if an R is typed, 5757 is put into the fifth and sixth words of the matched entry to erase the starting TBLK and length information of the old source. Save Program then calls the gap search subroutines. Once the index has been properly tended to, Save Program must find room in the file area to store the source. There are 600 TBLKs on a DIAL tape that are available for storage. These 600 TBLKs are divided into two sections: 1, The upper file area (TBLKs 47j2(-777) 2. The lower file area (TBLKs i2f-267) :>vurco:i .-jro saved in the file area as close to the index as possible. The gap search subroutines first scan all upper file entries in the index to determine whore the gaps are in the upper file. A gap is any unused portion of the file area. If a file named ONE runs from TBLKs 4 7J3r"517 and another file named TVJO runs from TBLKs 550-600, then a 30 TBLK gap exists from TBLKs 52^™547, there are no files stored in the upper file area, then there exists a 310 TBLK gap from TBLKs 47i;3f-777, The gap search subroutines check words 5-10 of all If entries to compute the file gaps. The best TBLK in the upper file area is because it is closest to the index. The gap search routines initially set the best TBLK at 470; then they start searching for gaps. If a gap is found inrlex 47^^ that IS smaller than the length of the requested entry, to one greater than the last TBLK of the current entry the best TBLK is reset For example, if tb.o and the length of the recjuested entry is 20 TBLKs /jnd the » best TBLK is set to ru^p 'i'Bf/K 47j2f search routines find 500 (word 5) source entry (or binary, for that matter) start incj in that is fifty TBLKs long (word (>) ; i.e., the source in a question resides in TBLKs 500-547 inclusive, then the gap is from TBLKs 47^-477 This is too small to accommodate an entry of 20 TBLKs, so the best (10 TBLKs). TBLK is reset to 550, which is one more than the last TBLK (547) of the current entry. time a The gap search subroutines scan the index, resetting the best TBLK every gap that is too small is encountered. Once the upper file has been searched, the entire sequence is repeated for the lower file. When searching the lower file, the best TBLK is set to one less than the start of the current entry when an insufficiently long gap is encountered. Searching the upper and lower files in the manner described above really finds all those TBLKs that will not work. For example, suppose that the best TBLK in the lower file turned out to be 40; this would mean that there are no gaps between TBLKs 41-26 7 that are large enough to file the requested source. Once the best TBLKs for upper and lower file have been established by the gap search routines, Save Program must determine whether or not the requested source will fit in the file area* If the length of the requested source is greater than the difference between the lower bound of the lower file (TBLK 0) and the best TBLK of the lower file, and if it is also greater than the differen between the upper bound of the upper file (TBLK 777) and the best TBLK of the upper file, then the requested source is trigger than all gaps in the file area and it will not fit. For this ca^e. Save Program displays "NO". If the requested source v^ill fit in either the upper or lower file area. Save Program determines which of the two best TBLKs is closest to the index before initiating the actual save. After file area has been allocated by Save Program, the starting tape block of the requested source is stored in the fifth word of the entry and the source length is stored m the sixth word. Save Program then checks the keyboard. If key has been struck, the request is inhibited and control is turned over to the Editor; if no key has been struck, th§ Save Program part of Save Program a commences Save Program transfers 16 (octal) TBLKs at a time from the working area to the file area until the entire source has been saved. The last transfer may be from 1 to 16 TBLKs, depending on the length of the source being saved. ^ • ^ ^RI^T SOURCE AND FILECOHS Whenever a Print Source is requested^ FILECOMS must be called ahead of Print Source to set up arguments for Print Sourqe. The Editor executes this call by r.;.adinu TBLKs 350-35 3 of FILECOMS into locations 4000-5777 and doing a JMP FCSA-f5. FILECOMS first checks the left half of E6 + 2 (2373) in the MC para/netor fablo for a 77 (?). A 77 indicates that the Working Area is to be printed; for this case FILECOMS reads the TBLKs containing Print Source (363) and TTY (364) into locations 5000-5777, moves the source working area unit to E6 + 6 and executes a JMP 1000. if the Print §ource is by file name, FILECOMS checks' to see If the requested unit has an index^ displaying "NO" if it does not. If the requested unit has an index, FILECOMS calls the routine LOOKUP to check for a name match. If there is no name match, FILECOMS displays "NO". If there is a name match, FILECOMS further checks to see if the name refers to binary only, and if so displays a "NO". If the name m^tch is legal, FILECOMS reads Print Source and TTY into locations 5000-5777, Retrieves the first TBLK of the source 5 from the index and puts it into AC. ^ FILECOMS then calls Print Source by executin JMP 1000. a • THE ASSEMBLER AND F ILKCOMS ^ Whenever an assembly r'iust 153 requested of a source in the file area, FILECOMS be called to set up arguraents for the Assembler. The Editor executes this call by reading TBLKs 35P'-35.3 into locations 4000-S117 and doing a JMP FCSA + 4. The index routines are next called by FILECOMS and executed in exactly the same manner as if a Print Source had been requested, at location UNITNO FILECOMS places the unit number (4777), places the QL or LI word at location UNITN0™3 ana nivts the starting TBLK of the requested source in the AC FILECOMS then re- » calls the Editor to set up further arguments for the Assembler (4774), # read it in and start it up, ^ ' ^ SAVE BINARY A D FILECOMS Vshen Save a into 4000-5717 F'lLECOns is 13in^iry ^ requested, the Editor exits ^ loads four blocks of and jumps to FCSA, File Commands starting address. Save Binary reads the binary header block (57 in the binary working area) into 5400-5777, the MC parameter table, E6, examined to determine the starting mode and none were specified (^SB FILENAME U J E6 contains zero« A is address. If Li::C"rr!Ode halt is stored in the header, and Save Binary jumps to 3B020 , space for the file. X JMP I 377 START LliiCrnode to find E6+1 contains the 12-bit address The following instruction sequence is stored in the header: PDP CIF it ^ 8~mode was specified, E6 contains 4400 plus the PDP-8 If field in which the program is to start. within that field. ) /WHERE X IS OR lj2f, DEPENDING ON /THE FIELD SPECIFIED j2f /START THE PROGRAM /STARTING ADDRESS FROM E6+1 was specified. E6 contains 0400 plus the starting PDP-8 field, and E6+1 contains the 12-bit address within the field. The following instruction sequence is built in the header: LIF JMP X START /X IS 0-7, DEPENDING ON THE SEGMENT /SPECIFIED. /START IS THE 10 LOW-ORDER BITS /FROM E6 4-1, The default starting addresses are field 0, scqment 2, location 20 for LINCmode, location 200 for PDP-8 mode and These are set up by the Editor before 6 calling FILECOMS, if a starting address v;as not explicitly requested. After building these instructions in the header, the starting address is checked for validity. It must be less than 2000yi (8K) and in a block which , contains assembled code. Save Binary next obtains the number of binary blocks the header) from the header. (location 337 within One is added to this number, to allow for the header, and the result complemented and stored at Fl» This is used as the length of the desired file during the search for file space. The two ^ s comple- ment of the number of binary blocks is calculated and stored at MBCNT, as a loop control during copying. Save Binary then follows the same sequence as Save Program to read the index, find space for the file, and. write the updated index. the I/O control blocks are initialized^ an auto-index register is set up Next^ for the block map in the header, and copying begins. Each vv^ord of the block map is tested for zero» If it is zero, the corres- ponding block in the working area is not used, so the input block number is incremented and the loop restarted. If the word is not zero, the corresponding rjlock is read, and MBCNT is tested to see whether it is the last binary block. If It IS the last, Save Binary computes the number of blocks currently in the and goes to SB130 to write them.« -suffer, If not the last block. Save Binary increments the input buffer address, and checks to see whether the buffers are full. If not, the input block number is incremented and the loop re-entered. If the buffers are full, or the last block has been read, HDRSW is tested to determine v/hether the header block has been written. If not, it is written at this time, and the switch is set» Then the buffers are v/ritten, and MBCMT is tested to check for completion. If there is more to go, the I/O control blocks are reinitialized and the loop is re-entered. Otherwise, the Editor is called by jumping to 7777 in field 1. 6.0 ADD _B1N/^RY AND FIL ECO MS V-^ en Add B in ary is r e q u est e d , into locations 40j2f0-5777. Tt then t he Ed j. to r exi t s and. loads blocks 3 .5 0 - 3 5 3 jumps to FCSA+1. Add Binary reads the index requested file, and finds the binary requested, disr)laying "NO" if unsuccessful of- tlio Th.e he^ider and up to 15 blocks of the binary lieader of the binary working area. 7 file are read, as well as the The header from the file is scanned by subroutine SCANHD to determine the memory address for which the first block was assembled. If a relocation (other than zero) v/as specified, it is stored as the new memory address for the program. The binary data from the file is scanned, and non-zero words moved to the buffer for the binary working area. When the end of an input block is reached, a running block count (MBLKS) is incremented and checked for end of file. If the end has been reached, the final binary working area block is written, the binary header is written, and control returns to the Editor, If there remains more binary to add, the header is scanned so that the relocation can be adjusted for skipped blocks and, if the end of the buffer has been reached, the buffer is refilled with up to 15 blocks from the file. non-zero v/ord is found which goes into another block of the binary working area (other than the block currently in core) the old block is written, V/hen a , the header updates, and, if the header indicates that the new block is used, the block is read in. cleared. nev7 7.0 FLOW DIAGPJ\MS 8 . 0 PROGRAM LISTING 9 . 0 MEMORY MAP If there is nothing in the new block, the buffer is (Attached) (Attached) 7777 Used for LING tape transfers NOT USED 6( Filecoms Not Used 5000 Filecoms 4400 (LING Tape S.R.) 4000 Used NOT USED for LING tape transfers 2400 MC Parameter Table DSC Grid Table 2000 NOT USED 8 FILECOMS SYMBOL TABLE ADVIND - The first core location of the subroutine that ad~ vances the index pointer (BETA 2) by 10 words at a time and checks for end of index* AQTO 8-mode auto-index register (10) used by SB. A6 The first core location of the Editor's DSC grid table. BFAD The location containing buffer address, shifted right 8. BFLN The location containing the length of buffer, in blocks BUFFER - The buffer address, shifted right BUFLEIJ ™ The length of the buffer, in blocks. 8. BUMP The location containing the increment for index pointer to address desired (source or binary) pointers BWA The pseudo-unit for binary working area. CHKIND - The first core location of the subroutine that reads in and checks for the validity of an index. COMPBN - The first core location of the subroutine that compares TBLKs in the index with the prospective best TBLK and sets the best TBLK during the gap search for Sax^e Proqram. CRl The symbolic code carriage return; it is equal to 4 300 and is used in conjunction vsxth. the SHD I instruction DATS EG The data segment used throughout FILECOMS. contains A6 E6 and Index. , DIALU It , The pseudo-unit that contains the resident DIAL system (100). DRSTRT The address of DIAL bootstrap routine. The start of routine to call DIAL bootstrap. ENTER The first core location of the subroutine that searches for a blank slot in the index during a Save Program^ E6 The first core location of the MC parameter table, FCSA The first core location of the FILECOMS starting address table. FILE The first TBLK in the upper file area above the index that is available for file storage. FINDSP - The first core location of the subroutine that sets up arguments for upper and lower file during a gap search. FREE - The first TBLK+1 in the lower file area below the index that is available for file storage (also the first TBLK of the free area on the DIAL tape) Fl - The core location that holds the one's complement of the length of a source during a Save Program, or one s complement of the length of the binary (including header) during a Save Binary. * GAPSR " The first core location of the main gap search subroutine which is called during a Save Program and Save Binary. GETBN - The first core location in the subroutine that sets up the starting TBLK and source length during a gap search. GETPS " The starting point of code which reads in and calls Print Source. Gl - The first core location of the subroutine that determines the nearest of the two best TBLKs in the upper and lower file area; it is called during a Save Program. HDRBLK - The TBLK of binary header, relative to binary working area. HDRIO - The control block for reading and writing header. HDRSW - The switch is 7777 if the header has not been written; after writing. J2f HEADER - The core location in the current segment which contains the header, HI8FLD - The field containing I/O routines and bootstrap. HI - The first core location of the subroutine that is called during a Save Program to determine if the best TBLKs will accommodate the length of the requested source, INDKX - The core location of the index INFIL - The control block used in reading files to be copied. KBDOPR - The core location in the Editor relative to which FILECOMS effects its return to the Editor after an assembly by file name has been requested. KBDSEG - The segment containing KBDOPR. K2 - A tag in the subroutine REPLAC; tests for from user. 10 (3J2fj2(0). response The first core location of the main subroutine that is called by FILECOMS during an assembly by file name. The first core location of the subroutine that searches the index for a name match. The field in which FILECOMS resides. The first core location of the subroutine that makes an index. The core location in the current segment containing the block map from header. The location containing minus block count: two's complement of nximber of blocks to read from woirking area. The location containing the minus buffer address, shifted right 8. The location containing minus shifted right 8. (buffer end +1)^ The control block for outpxit file during copies. The location of the routine for setting up PDP-8 mode start in Save Binary. The first core location of the main subroutine that is called by FILECOMS during a Print Source. The first TBLK of Print Source (relative to DIAL) The entry point of Print Source main code. The control block for reading Print Source. The routine which sets up for printing the source working area. Constant )2fj2()2fl. Constant j30f^2. The page jS location pointing to Read routine. The first core location of the subroutine that displays the phrase "REPLACE?" on the scope. The first core location of the replace table. The first core location of the subroutine that Writes out the index. The first location of Save Binary routine. The first location of Save Program routine. The first core location of the subroutine that displays the word "NO" on the scope. 11 0 SBi2fl^ SBi2f2j3 ITags in Save Binary SBllj2f SB12^ SB13J? SBl6j2f SETFLD The location of LIF instruction inserted into the header. SP02j2f Tags in Save Program SPlJ2fj3f SPllj2f SPl 0 SRORBN The first core location of the subroutine that determines whether a name match is source or binary. SWA The pseudo-unit that holds the source working area. SWITCH ~ A core location that is used by the gap search subroutines in conjunction with the upper and lower file area. UNITNO - The core location that holds the unit number for assembly by name, USENO - The core location containing the count of binary blocks used, WA - The first TBLK of the Working Area. The page 0 location pointing to Write routine. v>/rith; XBLK - The TBLK containing the index. XIO " The control block for reading and writing index. ZERO Constant zero. 12 c SWirCH TO POP JUMP TO DIAL RESTART BOOTSTRAP c [Z 1HS:.RE AN INDEX RTN JMF*-f BETA 1 SET prR ro START OF INDEX SET PTR TO START OF MC PARAMETER TABLE XSK JMP 14 1 1 1 RTN JMP -BtTAlO - FILfc (TBLK 470) - BtTA6 •^tT PTH rO VIARl Of- SET SWITCH FOR UPPER FILE GAPSR Q ^ BEST TBLK FOR UPPER FILE FROM GAPSR - BETA7 SLT 3vV! rCH FOR LOvVcH r FK1.L (IB IKA^'>^!,.l^ K(.oui..'i(i..D 1 K 270) liJ:TA6 iMAl V) ilJUtX i HlVr TBI K FOR FROM lOV/ER r GAPik - BETA6 /'.I'll J DISPLAY "REPLACE ?> ' KEY NO^ STRUCK PUT 5757 iN FIFTH AND SIXTH WORDSOF INDEX ENTRY 15 c J R TN JMP-BETA 1 j _J '.tT 1 PTR TO START OF iNULX ADVANCt INDE.X PTR TO ^t'/ORU 5 OF INDEX RTN JMP (N LOC 0 STARTING TBLK FROM INDEX BETA It Pending tblk + u FROM INDEX BETA 12 I 17 c BLST lOWER FILE rSLK-AC L 1 1 l.tMGfH c SfAkTING T8LK - INDEX ENTRY J ADVANCE INDEX PTR (BETA 2 ) TO NEXT ENTRY 18 READ PS 'ilARI BLOCK TO AC 1 c ^AYNO^ UNIT NUM - UNIT NO QL OR LI WD •* UNIT NO J ]9 3 MP BACK TO EDITOR IS BEST TBLK (BETA6) FURTHER YES ' FROM INDEX THAN CURRENT TBLK (BETA11) ? NO COMPUTE GAP BETWEEN BEST TBLK AND CURRENT TBLK NO SET BEST TBLK = CURRENT TBLK aETAl2-BETA6 c GAPSR +2 20 21 3 c 5ET UP I/O CONTROL BLOCKS POI^iTER TO MAP -AUTO-INDEX 22 ± - h io , O CQMPLcMENT -MBCNT 2': 23 n Uj ./) vO ui f ..> i'Xi LiJ O a: rr U. UJ UJ o a: .J a. >- (Si TR ijj td t/) UJ or CO o {..- 00 o o Q.: cn UJ u. Q o o UI X Q <;3 <t: at q: <t. Ui u. o i r ix. 3 <c o o 3 o ^ tr 3 o u^ 01 uJ -J ^: ^ o OQ a. o Ui •< J o m O CD o o f ..J :t. Gi cx: Ui ;^ ta £/) cc: < o UJ oo ^O CD. o 3 wo 2: 0 CO a) 0 ^ UJ ce „^ ^••s,. .3 Ki Sr•<£. csat 1— t-^ C3 G O XX 3: Q O O ua: u_ o: UJ X Ui > f— h~ O 0 r-l 0 0 3 :i: oc.. a a. <c 1 s: Ci 5:^ UJ UJ 2: _i or <: 5 CO ir? 00 Ui C/^ UJ £/i UI ^ o a. ^ 3 tn o Ui o or o .. ,. 0 1 ...i 2-- X vH — Ir-- Q U, o Ui X Ui o >~ UJ i- cr.. o UJ J f— CO cr T... C3 ^ lT <£ 0 <£ c\i If) tn t J CD 2r 00 31 <^ UJ 0 <£ IjiJ H- X" X UI L5 f~ X i 2? QC 3Q oc o >O UJ 3 ^ a: 5: Q U. 03 3 O o tr CO o tn :^ UJ <c 3 GL UJ r> 3 O -^ 3 -< UJ C5 O (X UJ UJ oc or <t < 0 LlJ if} I C3 <C x: ijJ 3 o cr O^ 3 O UJ UI o U X c:3 C/> i^J <x. CO 3 UI or 2^ ca r-. r-- cr r-.. f X 0 X o r--. r-. ii, r-- r-^-- (W iSi t-O 0 o r-.. r--. c\i f-o UJ- 'S. ! e I I X 3 <£ QL Si fo S2 CM £M ("O o ^^ oj tA iA I o i3 tn cr <c cr Gc a. >. m o Q... o !/> _j a_ i^i:.: 1 to <t ^ <C 3 3 CVi ^£ LO fU 4 2^ 5.jJ X z-r Ui cl 3 CL UJ CO 3 X LU 1— cr CL liJ 0 .3 CL r-. a. <« O UJ .„j f3 1— <£ r UJ J CL :z: <.J _i Ui CO ij^ IjJ 1 Q is: o 3 * <£ <£ UJ Q or 3 X Q UJ a CD H•< <c C/) o a: O CL 3 X UI ca X cr 3 Q h" - or: t:. a3 rr: 3O >" iX u. U. Q.. LiJ C.3 oo .J Ui x u -Si X crt O o o 3 C3 Ui Q 3- ijj IS oo ^ \ a: .i Ui UJ CO >~ * to X CC ^--^ o 2: UJ en >• UJ s: Q ZT. o a.. <5 fr u o <« UI u'^ CL CO Q cr> I X m Q G.. i.^. -< C3 f-- _i UJ 3 a. 60 <«. U{ ..J OL fX <t cr. <«: in :3 a >-• o o ^- a, a. a. q„ s: 2: x; Cl. lA tA X ~> a., f.-.. uj 3 3 3 3 Ui u. in 3v \ o \ \ X\ "X X. > u_ vO 53 oa T-j CO Al (M CM sj" f\J ^ ^ CM CM ,r--- >jo r\j f'O «;f- I.A ^1 r\i rvj c\i <Si fsi SI \- \^ Z .-^ .-3 'i^ 2 X"^ ^ J? ^ ^^ ^^ ^-^ ca K> -^ss r-- s ^- (5a KJ (St fs ts o ?^ s .-I o _J m Ui TO r 0 e oc u. ct: UJ UJ cr {3 LU a <c X c uJ UJ oa ^o — 5: 0 a <t UJ X o -J ac 00 H- o Q O X UJ X 0 0 a Q 0 UJ 0 UI zo 0 <c UJ X (/) 1 <t 00 ^ b- 00 U. U. -1 cr CO UJ rH tr 0 Ui UI cn 0 X «— 0 -< UJ -J 0 Ui Q < CM 0 X <sa CL eg cn T-r UJ cr UJ -< h- <t _J X Crt <c < -J -x. X \ \ \ cr UI a Q D UI ui IS 0Q ujo-OOl X QXO-- xo-- XQ-J^QOOrwXQ. _J^Ot/)_JUJUJ'<"^-<~> QLCkOOnX -I -J u. _jr^ H- <t + »— UI <5 c/> -J UJ tr CM Ql -* a.ou.Uucnct:2rou.cro<c in »jj -X a 0 -J X a. 0 » <: 0 _J •X X \ 2r •z. -J _J u. Lu UJ 00 00 cr o o UI <c o u 0 Q <: 3: I— CO X UJ >- 1 X cr — 0 « UJ CO 0 cr CL U 0 0 0 U- o o t CO _J UJ co Ui X 0 00 <t ^ u X U- cr o 00 X 0^ CD UJ CO --^ UJ 0 0 a 00 ij:: 1- UJ J2r 1— _J '-^ 2: CD X~) 0 cr a to 0 cr t— 0 _1 00 X <c r> a: H- a. ifi H- 0 u. -J _J u. <c X q: UJ a: UI 1— U. t/) 0 n— -J <t ac UJ 2r 0 UJ 2: <c 0 0 < UJ Q 0X u us cr ^o OO ^ X Q X rsj Ul CQ X _J__Jf^UJU.O <t: + UJCLOCL'^ ~> OOI^CO»-*>-£3vOCOX»-X craQrvOD_j(/) _iuj(D ~>t/) ^ui 2 C/) CD \ \\ Ul cn (/I I CVi I rvj CM »H rO CM CNJ T ffT) ca o w SI CM CM ;si r-f in tH CM ca ^ ro^ohoroT XT T ;T 5sa CM'Oi^*o?o TT T G> Si SI SI SI 'sj o csa <si n <sj ca o <Si 'Si (M K> ra ta ?o CM rH rvi si T-r r*^ rH ^ T ;in in lA i^ Qsaocasioo (Mca"«j' sj'si<si'sifMGa sa-Mr-t ^^rvCMraotarvCMSJca-r-i CMiOr^ r\ >c\ 00 j\ d\ <} <4'f<SI*0 0 (SIT rH ^ ovOsoo <i <^ (5i'Si(Si«Sl'SSSi<S»<SliSSi(Si!Si CMfO'^in'Or^siTHCMroT nor^carH CMfO'^in >or^*aiHCMrO'«riA^i^isarH r^rvr^i^rs.i^(SiSi'Si'Si{!a'S)'SisirHrH t-HrHrH ,HTHrHr\jCMfMfMCM<MCMrvj'0 tHTHt-ltH^THfHrHrH^rH^TH-rHrH oeasiisiJsasi^aisiSicasisieaosta (S'^KiSlSlSl'rH-rHtHTHiHTHtHTH rHrH SiOcacacasisiss'Sitsissi^SfSi o o :3c 0 -Ji 0 ~j 0 0 TI lr~ h- RU IS m o o CEi UJ CO o CO in UJ oo a o q: X cr Q Q to fr o Q <£ X u. < ac 3 o GC -J O< Ul a. tr <c X o ...^ \ (i- o o 2: cn oc a: o a „i to ^/ji Q a. -< Q.. \. •<" cr t UJ :^ 0 0^ X UJ •< CO cn Ul ..J m U- 0 cr a: 0 0 a UJ Q -< cr 30 0 Q cr 0 < u cr (/> UJ Ul 0 a: GO Ul 0 0 01 UJ 3: :^ ir> u. laJ Ul h~ 0 ijj .Ji £B :> c:> fX U. 0 UJ •< s: m 0aQ 0^ X „J UJ — <c Q >CO fx U QQ 0 00 ^ uf 0 or UJ iit: C3 -r- a. a: 0 X or <c UJ OD to Ul Ui q: Ul o C3 a. Qo H- cr. Ui X. 0 a: 3: f ^0 0 i~ oc: r i 0 Ul Ui CL 0 _l 2: 0 CO ijj (jj >Q 0 LU !— cr. _.j X. U X\ 0 _i to or CI* o <c 00 UJ X OO H- O rv. h~ o sO 3 CJ Ul rv. tri C\J I CL o sO o o X H- Ui CO rw <C UJ ...J X CI ^ ~> _i -i Ul or OQ o c:> tn o >4D cj iaj OD fsi f oc: rn -<:i: o Ul c/> co ^. < CL Ul r-- V \ \ to r4 ^: t:s- '^'^ i-^ii csi sr ^- 04 5i Sf ^ 1^ rv! ^. r-^ -^z, r>. r-- *S3 -^.j- v-l »^ f--. ^vj. <a sSs o CM »o cm .n r-. (53 (Ss Ul isi ^ in o f5« r>D ."'^^ ^ r--. Si (S3 ..-^ ^ f'-^ Si (Sj (Si ^ (M f\i .-^ -sa <si «si s ^ oj m ^ ^ ^ ^^ ^ ^ ,^ r-o eii (S) > ^ o ^ ^ po ^ in <* s» rH CM -r-PW^r-<^^irac\l CMfMCViCMCMCM 'O'KJf^i'O ^ W ^ ^ ^ ^4 ^ s SI 5a 53 sj r-^. ^ tSi <a 5a *Si 52 rSi Sa r<0 ca -o c\j 'Si iSi c\t SI r:»3 tn vo ^3 mo sn >o vo ^ ^ ^ ^ ^ ^ ^ ^ in tn in ^n m in W ,.--1 {\i f-0 -"ia- r«. rsa r-( rvi r-j f-v *-f , -4 f-. r-i f\i r-. v~f ^ «-« t-« f\i *-l r-f ir-t T-i v-f csj (sa <s* -s* K5 NT in o v-* *"» t~f vo «H oo r-- fss f-- -r-f *~4 r^ii -I f\j ro ^ tf^ a f r-- r-. r- f-v. r-., r-. ^-f ^-1 , v£S ess ^^^ ea S3 !<s «s -S) -^ rfsi t^i rja fii r-* CM 'O csi '"iJ r>^^ fxj r\i (\j fxj r\i .S3 <s ?sj SI ^ <fj or ui o UI a ^~ Ui ^_ CO Ui z> X O X o a. Ijj t-~ >- CC o o cc UJ UJ -J GO <3C Ui Ui X x: o q: -J UI uy 3o UJ CO y~ CO Ui v: rw _j CD U. X >- cr ^o UJ a, UJ oo < no cr t/3 u fc- OO o u. :2r CO <: UI 3: CL a: s: or O CL u. o o uo o o o 3: o X K- X \\\ _i u o :> ._J « z: CL. __J cr UJ GC CC o >- ^ X < GO X :^ m x: X cr O Q UJ o o 2r o Uz ™i UJ o X or :d «J UJ CD t— UJ <t ID ^ CL oo X <r UJ o >~ o Ul a. X -J UI CL — J— o cc X 3e: :2: CC — OX^ <t 3 >c: X ac UJ CD UJ O o X >3X CL CD 1— 2: ^ o >" < >2r cn -J oc UJ UJ Ld 2 CC a. t- X o cr <C X o X o in u. o u_ u! a: a ^„j a CL <£ 2: o <i f~ Ui O X o m CL :^ oc oc cc CO \\\\\\\\ £L HCC C/> ^ -J -J CD CC oc UJ o OO 3: CC. O ^to «o 3C UJ CD UJ >- ;2r (/) SjJ -z: z: i CJ I- o C/) :z: ^2: CO « Li^ o \ CO :j£: QC o O UI .-J o •< UJ X o 1— ^ • • • u (~ 1— 1 Ul -J z: CC — Hi ^ ^o ^ Dl CD CD o o z> O U- o \ \\\ UJ qe: CD UJ o:: X UJ o o c:5 zr CO Ul OD CC _j CD >CC 3 >C\i bJ <c or -™J CO v~ in CO CL u. CL or r> OD o o _i a o _j fO tj> ~ CJ X o o u. \\\ o u. Uo Ul z o X O CL Q O if <c 2" Ol ^ CC UJ 35 ^_ iz- UJ CO CL * UJ * tj) r UJ \ \ \ f« 3: O CC 2: O U.. < X J- CC <c <t DC CL a. CO o <c 2 CC << 5— 1^ a— Ql z: o — Ul CL c/> _j O CD O 1- Ul a:: X ^ CC Ui o CL r~ ««« Ji 1 <C OQ CL 1 ><c u. CL CL Ol \ o o UI 2: CO CO Oi 3> :^. -J O OQ X oo :z: UJ UJ X— O U- V. (3 < a. UJ _j <: u. a 2^ Q Ui OC o UI UJ o UJ <c ;dfr o -< q: u. tr UJ is: >CC :^ _j CD >~ Ul CM o o o Dl o CD IS 2? >- CL o: CM 4 o Si or ^ Ul CL to o _J X -J O CC -» __J U u. 1— u, o 2r u. CM o o CL eid o <t r> to r> X <c O 00 a: UJ o O CL O — X u. oc CO Q. CL X £L CD CJ s; -JIC/5 to CC to Ul CO TT <t <c CL Q CJ O O CL OL CL CL CL CL CL CL CL O UJ OL X X O 3: M~ O O — o CO— o XX X -> o 1— tH O O H- X XXX T. X Ui o rw o -> ~> < ->i/)fM^^-tOOCO <t to X <t to ~> ~> < o U. UJ ts> csa OQ t/J •-^ CL. CL. 1 (/3 > -4: -<t C/3 (SJ r\j r>o flO IS CD to t/) o y~ u. => oo UJ <t a o <t o a < O CL o X CO _J X Q. o a CL CL (SI SI (SI - CO OJ CO CL CQ K>r-vr-<:r >r--r';r-^vOCvJC\iK)vocar~suhK>'^r<>CMh-^ (S-^r^CVJ'T-f-rHCXI'^OvJ-^CM'^^-iiH-'^-C'M^CXif^'Si K> iSJ cv ts t-f ta oj ro -sr ^ojo ^ ^ S sOif^ SJ ^ >0 sOf<5 «of>o fT) Si fO <^0 ^ no S> ^O SJ 'SJ «sj 5a^o>0!vHS'vrMTH<rcM-«;rcM'*-ipOY-f^<3-ir-fiA5Ss tn^l^car^c^j^OTr!^i^r^!Sl^c\l*OT^^r^^o^^^sax-^OJ^O'^ruf^or^^ar^OJ^ C3?S(S}T^T^•^T^^^^^r^oo^Mf\lC\lfMC^lrvlC\J'^f^'^^o^o^o cvjCMruCM(\!C\jryryryrvic\ic\JCMryrMOkicvicvjcycNJCMC\iCMrurNJc^ -rH Si us X o a ir- o I> O -.n c:> :::s X o o QC Q o O U, b_ ^ 3 3O cn QD O iX) a. < Ui m 1 o ..-,..1 2^ Cti Q o Ld o _J m >q: iX cr ^~ h- 2- f CO u. CL 6— O3 a <« o tr cc (X o G cr O O <£ cr I— a U- H- t~ E— •< co o Ui UJ * o Ui o CO cr h- a o \. \. X. \ ^ x. \ CO 3 <£ (/> it. h-- o >• a. CO 2f O W UJ iz- <£ _J Ui u 6~- O <£ 1— 3 >- (/> ^ 3 <c cr- a. ac UJ u. U- 2: Ui 03 o Z> in V. UI cr or 0 U- UJ u.. C/3 3 X OQ 0 cc 0 a. UI XX Z> -3«^ CD » 0 0 :^ \ •X cr Ui UI rr c/) £/> N. '*>^ fe- >- rr z. La UJ cr: <c Ui U. 3 X ^— X ^ U- X i--- CB UJ UJ I—« f {— Q... 3 3f UJI DC \ X. X iij a ~> o ...J <s: m CD if) (/J t: S Ui U f"f 3 CB — O cn 2" X * <f U.J ~i 2^ -J ^3 rX3 ^ X --^ 1/1 lij Q •< a 3 0 ^ - J 0 trji V- ? u-\ oa ^-^ v-^ ?v., M t -r-i s*o ii : "^f- ^ --o - s-i ,-t s oa ho CL. -< < a. x: fe-- C/1 -sf v-r ^-i fx in sO CVf NT- A^ <r t-s c^f A r-- Si ^-1 CM ?o -cr lA h-- ?x f-'^ r-. fss ta ?s f-- ^o '.o crs Ai Ai dj f m a.? Ai .'xj cm AJ [>J cv ^o f<> ro fs> Si K> ?a Si 53 iSf SI iss '1=?^ s ^ ^^ K> ^ fO !^ tx CM -."i "O w tsa CM CM CM CM CM CM (M CM CM s ^ cm fO ^^r in *si s ea kj ^o ^ s C3 ca s csi 'Si (s a. .X. O ^ -"T 'tr ^ <S3 s <a ^ .z: 1— 2: t3 •< fr :x a 0X X U.. i/y £.r u. •<£ 0 X. Q 3 .J 3 a 0 "J X 0 3 0 0 Cj >oc r <t: S T-? r-- A fO ^ CM 3 S « ^ r^fj -^^i CM CM CM <<5- r-* cm * s.\» \j I i« >lM ~ *^ Si ?a r=a tr vo m -^o ^- 32 fo ?3 CM CM C\J 'T -sr ^ ^ -----i s < X X X X X C\J ._..J 0 X u. cn 3 -a * ^ -Si -t-f fv, i3 <t lA sj- ^- CM CM CM CM r\i "^r r-- rsj '^r i'^r -^r <t A O ^ , fa f--. , <4 Of Q CO 3 ^ <r-* vH r-f CM <J fO r-4 r> CM ;m hO NO r? CM r^-j ,n r-f - tsj (Si 3 CM 'm T -^^i A A .A iA .A -T ;m t') «Sj rv! rvf 3 «r -vr Si t-t .A 00 c\j rvj r-- OJ CM - - - ^3 w -iA ^ <r f 'sw \' j 1- j:- - r3 <c 0 ^ '^r- r-y 0 _J OJ CD CM CM IX SI ?a CM CM -^-S fM «S5 fM lf\ rO '43 ..3 X X X -x f\f w cm ^ in >o 1 CSJ 0 u 3 X 2:. X If- CO <Sa CD Q. UJ 5:; c./> 0 ..:> ijj 3:: CX) S CT) u ?OvOCM^OCM<r!hO?\J^ f^cM-O'-OfO r-? -H ?^ JTt If^ ii f/J ? rr UJ a; '~< .>-: n fr 'U K> ^-i t-i lf« CM Oa CM CM CM CM CM CVj CM CM ^ ^ -^s r*^ < X X. T-l W V-l CA •<?: 0 0 3 f<i CM KS K> rO £M t CM f a Ca CM :\i CM CM ^ '^f c\j CM to CM ...J C/f > :zr UJ Li.. >~ CD X. X. X. CO ^ -id r^4 'ji w a: 03 13 D i C_) 'Jl Q0 >i o o t~ <SA us U. U- U- -«S' r-^ UJ fr- >- a.. o U 0 a: UJ f— oc 0 Ui UJ •< <C UJ •* i to a: X a 00 0 33 UI 0 f~ c/> •< 53 UJ (3 cr a- m 0 3 0 a: UJ no 3 f"" <c X 3 .._J 0 ar >- UJ la CO J t * ^ X * Ui :2r V- IX 0 Ui a Q <c UJ tr- 3 m 3 3 UJ 3 X U- X u. 0 rn X 30 2: UI UJ H- :^ 00 ,„„.* Ui 3 Ui 0 0 a .3 l'- or. 3 3 U! CD :sc 0 0 1— 0 3 Q £r m 0 > UJ CD H~ X 0 UJ 1— C/J 2r q:: r3 3 LJ tn 3 CKS 3 cr. 2r >- H- OUN UJ UI bJ CD UJ U. U_ I < UI q: X UJ > v~ US <t; - cn •< :^ Q 0 >- (/> C) Q a: 3: UJ X tr .-J m 0 X U- cr. _J CQ cc cr ^ cc ESS UJ i~ 13 Q 0 Q30 <f 3 _J 3m UJ -J < X CO CO UJ ^ t "t A LA A lA A sA S\ ~ fli '5- — rvj ^-O ^ .A A -A Si rj- ^si A ii% 00 1— H- o 0 O Ql 1 ic: (/) c:> o u. CL tn CO 3: Q o a: 0 0 .ui 0 00 CD 0 0 UJ X IaJ UJ a. -<!C ^ ^\ fe~ . UJ OL x: to ifi 0 EO 1— z> -J m 0 >— cr 0 X 0 ^ <l in 3: ro 2: -< ca 1— bJ * to U- cc cr *" oc to CO 2r »~ z> Ol ^ it: a. OC OC 2r UJ oc UJ 0^X ^ ^^ CO 0 >v \ \ ctr 00 0 u 0 »— o OQ u a: 0 X :z- LU }^ 0 X CO 2r o ^. \ 0 m — _l 0 ti .™i u 0 cr QD 0 0 z> li fr cr ix: 2: to OL ^^ Q. . V \\\ CD. 0 UJ 0 ^ oc 0 0 X UJ M a. UJ oc: c :) 0 H0 a. u. Zi (/> ^ < -< cr Lu. <t ^-^ UJ -J 0 ^ 0 Ol 0 tn 0 Q- X 0 CL -3 ^ 13 a. 3 UJ Q < 0 cr .J a 0 0 UJ la. 0 000 0 0 0 to CO <C z> ^fr- X cr (/) 0 0 -J 0^ 2r 00 cr ^ or 0 01 8 CO 0 3 CD cr :sc: UJ oc (/> LjJ t/5 »-* <«: 0 Ui m cr 0 cr \ a: UJ 1 :2r O o 0 a 0z 0< X 0 0 2r 00 X to tr UJ 12: \ a: tr 00 u 0 cr UJ h- rr <: :z UJ r> CO X \ 0 X ti 3: Ui cr o ^ 2! 0 < 0 -< X 0 CO ID X X OD -> \\ 0 UJ UJ en o o cr o UJ u. CL _i O O ;2r .J o eg 2: w o i^. cn (/I X. --.-^U.2!U.UJ u- cr 00 3C u-uih-oooac ^ z> OQ ^ o X- X — . ' t _j 2: Lt- U. t-l u <c tr -ju- _j >QD-jQU-^z u.r>r>a. XOUiOQ^-i — CDOOC/) <5S O O <«:a-<to<C'<fa-«f-<u.c/3ii>u.c/)»^^o<rcLao<roa-<a. <S <£ < tSJ k~ to ~>CJfc-OOI-C100 -:>'~*0">OOH-CO~>f~l-~0>-H-0'*^ O o -J- X *- — OQ o T-r 2r 0 0 0 U- :2 tjj UJ _j Ul u :x 3 u. u. to fij GD ca OQ u. \jj u. 3 <X. 3 -J t5S 5S u CM u. CL Ol QL •n. £/) {/) to 3 0 tSi fS^r>^Olnt^JcvjOcsi•^>^0'0<^o^u^^o^^J^r^^ r~ftsi(s»csi LOLA >oo vOvOvo ^vO'Orvrvf^f^r^rv.r^p^'SjsjJsis ^sjtscat-f^w fM(^i^vJoutMC^JC^JCM^MC^^^^JC^lCMCM<^jCMOJ(^l^ot^^o^ >o \r\ ir •q' 3;) Ci3 fsa O s ca sj ^ -^r ^ ^ »^ fc- rr :^ to £r 0 OD X r-^ V ro r-- T-} S3 "a ea Si tsi "55 A o oj CM r\j '\j ^3 i-O 'tf- rr -g- > r-^ !*D CD vo ^-a X ^ !SJ ^ fs> r-- UJ u. no 3: T-s f>i > a 2: 0 < UJ 0 u u. X T W tH lA s» T-l (S5 '^r T~f CM CM f\J »^ fO K> !^ NT cs> r~l 0 o fO K) K> oc 0 ^X 0 ^ ta (M ea (Si SI fSi -J 3: ro (B n: UJ Ui UJ u. u. u u u. U- u 3 3 Ul rv 3 3 XJ CD 3 ro -si r-^ ^\! '^:>3 o ro >o -q- KJ -rf -rj ^Ln->or^csi^^cMro-«rLr\ -or-tsj-rHCxifO'^ino Kl ro r*5 hO K) ^ Kl fO PO rO "O '^ -"^r XT -"qr ojr>K)K)f^fo^OF«OK)'«r^'^ 'cr '^r^r'T •^intAin CO o. o UI -J o bJ t— o >- < u. UJ o: :r Ui o s: ._J om UJ a <£ Ui _i ^-^ Ui -< 00 LiJ LiJ _j <£ o 2; «< ^ O o <c 03 CL :^ -JS o o fr~ UJ CO OL tu O UJ b- oo o X 2: X cr ^ Ui ^O f~ z> „j UJ a: c/5 oa <t i-y o oau u. UI <t ^ o t ^- O o GO _Ji •sj X rr LiJ u. a <yi o — X or s: ^ e:? cr CX r.3 •> o UI ><c .-J CA -iU. 8 o o 00 o <c <a: ^ to J csa r:i ..J • <.J cB Z'i Ovi cr: C3 2r <~ Ui Ui a: to Ui r> Z> liI— O X c:> 3oo *t UI \ a. -.-J o ^~ cr < ^ o ^ ui i^i </) L-,. \ \ —* fSJ X • .;r u o J— X cs^ a f J (/> t > j- 3".. "> ~> CjO > 1/) cr CL \ ?3 .c\ ^ --•> r-'j f 5 f^> \\ . Si CM CO CM K> ift !^ ro :si 'S> ?a ^o r-? ^ ^ o sr- 'S ^ Lr\ -r-? ij% f-O Cj Cii CiJ ^ SI a. SJ PO Si CL to to if\ vo r-^ C3 t-i f\f ^- tA vo <i in iA lA .A ir\ *md ^0 ^0 fO Kj ^o f^i ^0 f:^'^^^:^ iSi &i rsi (s* fSi r\i ^ o o o s ^^^^xr'yftr^^'<r^'^^^•^!r«T'LAAlAAJ^tAiAiAU^lAu^tn^A' i u a CI ej a Ui "> { T. ^ o o UI 3 *o cr o - o c_> (/> X cr 3: CL H- cr s o a. ^ t- >a, fr Ui a. < w o ^^ ^ a_ o o :^ oc <C 5r O o a. G_ >a. ^~ UJ Q ^^ ^ O X X ^ C/i UI in 2^ •< Ui <c to 21 q: -at 3: -J UI UI Ui Ui U> CL Ui 3e: 5: UI O U <C Ui CL fL Q, a a. a. cl g. o o rw X x~» x"> i-> -> ~> X"> x <« s: I Q:: t cy oa 2r ^ >• Ui X 1 oX cr o O X LiJ 351 i^r ' LjJ -J <s UI a: ZD ^ UI 2^ a. IX o o o X CO Ui O a. o 2r o 2: « CC a. \ \ >v CSS m —^ X cr C\l Ui X o x 3 OQ oQ u Q OO Ui _i OOX X u. o X \\ CJC \ 3 3 >o m a. 3: UJ ^- .-^ (./> G cc <c H~ s: >c UI Ui to 2r » — cr ' X ui Q- U. <£ o >«r o EG _j Li-i 1 < u ST O- a. CL UJ UJ <: Q:: < Q cr > or .sir r-- r'^ tst ^-~r cm lA ^- r- r-- t^i hO ro ^'-^ r-. ^ »^ o a CO cr o D o or Ui X »- X o *— <t 21 Z> 2r h- 0 13 Ui Q a. UJ CL 0^ UJ „i 0 < to X :^ UJ 0 UJ cr o Ui a X, Ui >0 X <c X or 2: !^ <c ~^ <c „J UJ 5r 0 v: CQ cr cr 0 0 in UJ X >- CD 0u \ \ X. Cm. 1 LjJ cr a. 0 .-^ <c 3: 0 _i m r> 0 m 0 0 t3 UJ I>. 0 <c 0 u. 0 -J OL a. c/3 sr. fr- <i: Q, L3 CO X CM •* to CJ5 X (/) X X ~> . s: T> u in a. X' UI UJ a. v. a 0 a X X X X X ~> "> ~) X 0 0 o <C •< :i o _j "cj »- cc o UI UJ UJ £n rw (/3 o ^1^ 2r •< to a. C/> (J 0 ^ UJ Q cr to X 1— 0 0 CO or. G3 _J Ui CD ce <C UJ 0 0 i --J 6~ •< UJ QX 0 Ui Ui O X IxJ 2: OQ O (\! oX »-» X —r^-io o X t/> aQLO'->o —t 2: -J "5 (M t/> a ^ CL o or ^ r-. ^ '-o -r-i w <^ <s s> cM in r-- vo ro (M rHf 5S1 ^^ T™r Si so ^ ^ vo T-l ^ CO Ui CO CL K) Ui c\i in ro :s 0 0 \ aou.t/3'-*2!:ou. <ca a v-i :^ 1— CO :2 Ik. 3t: ^ \ \ \ a. Ui rw o us CO Uu UJ 00 cr in Ui 0 ^- a QC Ui r> ft- 0a UJ CL 0 \ X. UJ C/1 0 rv CL Ql a CL CL CL a. CLX ts> X (/> •< CO >- a. a. 2r 0 r> 0 CD CO 0 z 0 2r x CL V >- 0 >X 0 <c cc UJ ^ 2r -< 3: >£: {/> ^ <? -< U- f~ « Q O o in DC UJ IX 0 0 1 U.i UJ CJ 0 UJ <c 0 ^ CL oc a 0 <C DC 0: _t (/) 0 0 Li> H- ^: UJ i— cr <s: £1. UJ Ui en y~ ^ <£ 0 0 cr r> -J m 0 0 UJ 00 >- 3; <s Dl UJ -< UJ c/) CL >- 0 0 o s: UJ *— cn 1 a Ui or C/3 0 CO a. 0 cc rn 0 0 0 0 tr nc UJ DO HE > HCO -J O <3: -iT CL < <c o or 0 m 0 Hcr CO U„ W T-i 8Si ca csj iSi T-* CM T-f -t-f CM ro CM -cr '-^ <j- rs. ^sj NT s» CM ^ <s» T^ CM ca ^ {St Si CQ ca t-f CM ca ea r-r T-^ t-4 '^r CM ca (SI V \a CM ^ ^ s o CM ?o in Od CM CM CM CM CM ro '•r -ar •^r T isr <r T ^ sa ts) rsa CM CM t^i t-t ^0 (SJ s» s» t-< iS> cs> <S3t <sa cr-f CM *<) -vT K> sr (Sk !S» JSS ^ est o o CO ca 00 s: <t cr <t Q_ a (/) Q QC. UI <£; o o x: ix. _J (n 0 >>- J~ CL i— X -< i.n X m CO UJ CO s: CO -«t UJ CS) Q >cr ^ UJ UJ cr O •< cx Z> Ui ic: ;xi m o. UJ cn o o Q \ :^ «». .X cr C3 o a. \. X UJ 0 Q 3 <t o CD 2: X X rr 0 <r t-- UJ cc C_) q: UJ X X UJ u cr U Q o w ca I- to >; X o en o <f O X o _j o Ui X o Q O CL CO "> ^ 0 *t O <t X 0 >- zr \ \ a CO or X X 00ou.Q <toooic:cL X o o + o a o u. CO o o Q j: — x o o i«c a.. fiJ UJ CO -J <^ ^2: UJ 0 \ UJ CD to 0 CQ cr t— UJ u. C3 It— UJ o :e: UJ 0 1- 1— or CO o ^ a. QL UJ {/3 2r X CD a EC UJ CL UJ 2r CM CM a. 0 CD o o UJ 1— rr UJ Q :r.. z: z> <«: X UJ o o Q X Q CO Q UJ ol (/) s: -> CO C\J _J <c <t H<: P 2r O f~ UJ Tu -J X0 O < Ui ^ CO 0 X 3t X ^" u ^0 V V Ui \ 1^- Lu A X UJ 0 to X cr 0 <>• EL <t cr u_ <C UJ 2r ui (X. h~ UJ —4 tjJ UJ »-« rsk Q o -2 X i". 3: t/)«Si-icutoa.QLO->x -J-_J_j_j-*coin x-> • cr f/i o o \ X >^ \ lA r\i m. Si rsJ "5^ vO r-f S3 <s Kl CM tA CM ca SI CM K» f-- ^ tSl -.-I Si r-f ^-f <r-l <s (\J fSi tHs "(J- SJ S3 sO >;r lA Si ^ -"O m m in lA in in jTi lA o -rH CM ?o T lA (S3 -e-t (Aj f^-) (A <> CM CM !Ai r\i r\{ CM CM K) !^ K) K") p>0 -O >Ci o <J -O <3 sO >0 r-4 <r-«3-*3-'«r-«r'<r!A iA nr>c3- O 'O O O ?3 r^a f^^j r^j f*> '^r tA -f) rsa t"! <si r^- n 'A iA tA )A lA .0 ' t-» :sj 1~f CM CM 0 G» JSJ A e3 0 j% rvj T Si Si rM "a -r tH n Sf — CM iA A uA <{ CSi rr O '.A -O r-- A| ro TT »A "J 'j o c% Ck a 00-000 o o o o rj rj o "J TM rj o rj -j -J -J r-- <i ?sj A rH "Si Si Si 0 >o (Si rvi o <o o ••O sO O O CM (SS rj- t~t vO CM Si O sO n\ ^i;3 r-^ 'T-i -C- rHi. -"sr sr C53 <S3 -^r 'St <SJ CM ro to -"T X \ \\\o VX\ X T-^ \ " r-^ r -si o r-v f-v -fj m r«> r^i fJD OC <c »2: (/) X a a cr <o CD tr <f UJ X o X UJ o CD h~ X oc UJ NO UJ Ui 3: X o -fr UJ a a. Ll. in 2: o X o o —* 1— oo Q 2: \ UJ x: < ^ ^~ bJ ^j in UJ 21 <C CM O ^ UJ ^ to LU _J I— cn \ UJ Q ^ o CL QC CO I UJ ) X 2: cn ^^ UJ O X a UJ o o o X ^ Dt UJ -< X or X X o ^ u. ^^ o X o <t o o 3c 2: x: 2: to \\\ \\\\ U. UJ :2r to UJ •-^ 3 o cc: UJ £/) in o. 2: O cr <f com en UJ OC i I C3C I s: 2: o ac o O z: I I o — :z- UJ \ \ %^ UJ uj2:or-h-c/53cz: 3: a. . > CM o <t — UI a it: <( X. ^ CM X <t — UJ UJ . ^ o ro ^ o — _j — I « •< o x a. UJ CO x -> X -> _j x^ ^ M ^ H--»CL-*ujcL>ic:a.<c UJ ^ CO » (/) UI -> ^ itr o uJ03:fD<ti:(nxo f o CJ. o 3: -J CD -5 ijj CM'^rK)K)C3Ca.W{SlCMi~l<rS cstisicsa'o^sif^sjfMvO si-r-tCMro-^in^o rv T-ICMCMCMCMCMCMCMCM ITS lA in TV in LTi «f\ tn in in intninu%ininmi%Ln tn in in in in in m in m in n ^^»saTHC^lf^"^Ln<)r^?ST^f^J^OTrLn<)^^^aT-^1^4r^'«r^ ^S^T-fWT-^tHlT-^rHr^l^^r^J{^JC^^(^J^gcMCMCM^o^o^o^^ p.. m or o O i_ UJ tn >_ cr <£ UJ H- o £r h- _J co irt <c q: <c 1— o UJ HUJ _j o -J <c _J Li.. UJ Ul cx: Q cr o o o < UJ <C o <t QC <: X r UJ Ul m ce UJ o o Ui _j m Q 13 OQ O O >" u. o a 1— o Ui L..i o _l OL X X ^O o fr < •X. X 00 u. t O -J 2f Ui a. •<? cr <C CO - Q o - a 03 ^ o o :2 Z3 r*j C£ U- 1 ifi UJ u •< <: CL h~ to z: cn ut o >- —1 cr < ^ -0- _J _i Ui Ul u o Ui 1- X UJ o Ul UJ Ui ac > >- U. UJ ._J Q o >- a cr o o o ><C O o O o X ac o cr h- <£ X o 1— UJ in f— QQ Ui Ui cr cr iiC o \ X hcr >cc QL < u. u. C/5 Ol Ui UJ Ui CK s: 1 X Ui Ui o UJ X o tr OR <c _J UJ or <: Q O X X Ul o o _J o tr o UJ o o o X o UJ »- X cr cn UJ tr 2r a. XX oo q: o O LD O :z ^ ^ UJ o ^ 1— Q o cr ut ^ C3 < => <t CL —1 -I UJ rt4 » cr \\\ -J Ul o «S3I < ac cr OL lit- *-* . tA tr« ^ v-t v-f oc Q O CL a s: Lii C>0 o Ul pt-CLQCU-CDr-O QCk'^ UICXJCL CM <3C cn fx <: LA Q UJ ro i~ xr Ul o cr <f -J CL UJ a: AJ ^ ^ ^-=3^ '=?^iA:nin-AJAu%tf\iAOso%oo<*o<5orxfxrx Lf\ in ir\ in a\ i% tn lA tA lA tA iA u^ iA lA 'i^ Ti lA JA tA in OL iAST^>sS'S^^05Ss>-0Sir\JtALA(\iSl'XiniArO tn '<riAcacsj'XvsiiAea'!rrorosi?a'Si»x<siis>:a £\i (ao;ca«sj?sa^oravow!S)sO)s>s>-r-fAwr-t>o K>'!^iAvOrx(Sj^C\JrO'«r iA^Ofxr!^ tHCXI?^^ |xfXfXfxtx-S{Sia(S»Sl!aSSS«'^rH,Ht-l^ tX\ lA tA (A iA vO O O O O O O O sO O >0 O o X IX UJ <£ •< fx. ?^ fx S» *H CM rv Si Si ca in t-» ;s o -x Si ^ r-» -M Si ^ X o X UI UJ LJ Q s: OL o <c h~ O o :^ ft.' {r~ X CL \ O o X z: X o UJ >• Q UJ ^ q: cc 2r <t U- o O CO fr- UJ 3 O CO {/I UI UJ Ck X z: O _| o 3 U. CD Z CL CO \ \\\ O 3 H- :^ m \ :Hr it: a. u> -J u. OL 0_ UJ o * -at "!J- UI -J CO CD >- < -J -J <t o CO s: b- UJ -St o H~ -J m o 00 CO UJ CO LiJ U o— CO X UJ o or UJ ac 1 X ^-' ijj < 3o ^ \\\ a o U. X o _J o CJ \ X UI 1 2r CO :i >- UJ UJ OQ zr CO <c CL CO UI 2: ™J 3: o 3C h- CO -J O \\ h~ CO UJ QD o cr UJ CO 1 a X t*— X Ui o -^ UJ UJ lA CL. •< UJ vO UJ UJ 2r s: UJ CO CS3 (/) —« y) n 3 1 X <t LA UJ :s: ( CO LA ~> CM CD O <3 CL K>~ a. a Qc in s:~> 5: ^ CO CO ro CO LA -> Ui >— a o o QC X X o i— to f— Ql est UI r-l :z: 1^ u. UJ UJ CO CSl CO 9— i-. <f uo r>v CO o tJJ (X >I rv. CO ~) x q: o <£ O CO 1^ EE -J >~ Ui cr s: CJ CO CO u. ~> or Ui CO o CO CL a cj> (O UJ o 5: '^^^r^ci>OJ(S)^lAcMC^J<ss^-ca^li^csi^-^>-(\MAlA o T-i r^ r*ca T-l 65 T-< lA «a 'S {a cvj '55 SI ca s» 'SJ vo^-^^iSj^Si^srcacxjxOiAf^cNjoojNoro^caro O ^ c\J^O«^rtA^or^<S)^^^^J^oxs-^i^<)r^(Siv-^cvi^OTrlA<) r^^a^rHCMi^O^LAO ^ lA lA lA LA cs s» Si SI Jsi <>r^^c-^CM^Q'«rlA^o^^lSiT^c>J^o'^lAo^^KJT^c\J^O"^lA^^ ^'^'«-^nlAlALA^AlAa^T^^o^o>o^osOvo^o^Of^f^r^r-v^^^v^s.j^cacs^si^aslS^ casiiacsaKSJastsistcsiEasaKitastSiSis.'aiaiasiiSiiSSitsjtaTH^TH^ lA jr\ LA r\ <a s T-< lA CM O O ^ -O O O o o >o ^o o >o vO lA !Si C3» in Si isi ca sa T-(!Mho^LA>or^5S>^ I bJ LlJ 2! o _i 3: u. UJ -J a. tr CL <c c/> is: a. a. 13 X X _J \ \ X. X. OO X.. >-J o Ui s: o ^ >- o o cc u oo o :s Ui ^ cr + ^ ^ 2ro UJ O Q HO V~ <C _j o 2: >. Ui i~ no CO UJ Ld LlJ Ui UI CO I- o cr Ui o O cr Id -J LiJ ^ CO OD ft Ui O h" X3 ^ a: a. -jr Ui „J a: cr CD Ui UI cc Ui ^ tn UJ u_ no 2!: li- .-J m^ is;: CL J— Ui Qc o: v> o i-^ I LiJ OO O <C X o t3 XX a. CO «a cc «: CM Ui 2: + '"T ^< + X ^ o T-* X !Si m cr a. CO CL o <r O O h~ o <c UJ t_!> (x. :z. :^ cjQ I- t-l t/> a ^ m o CL <t ^ o a. a a. ^ o o o X CL a. ex ^ Q o x x x™^ 3^ o o <t <t _j ^ ^ ^ ^- r^. - a 2r >- :e: Ui tst s: CL o UJ I a. Q_ CL UJ 2: -J uj2:2;oXf^x;c/>c/)tnx ^ X -> ~> \ X X X C3 Ol ea Si ---------------- jsi Si (sa <Si «si {s> «sa s» Si si UJ a: o cc <t LiJ 00 O X CD O OX CL e 3: 8O Ql UJ O CD :e CM o qlaJx:oq_ qolu clk- clui o o I I 1 I W CSa (S (S» (M -rH ISi 0^ <si csa rH v-t isi la s> csi !S3( isa Si tH K» iS ''T >0 m rvj hv iv. {S?asiSia^S3!S)S>rH'r^THT^T^THt-^tH(^J(^l(^JC>^Jo^i<^J(^iC\J^r^ X LJ O 2: UJ 0 0 _J rB 0 0 >— 2: >~ GC <Z 0 0 x: UJ 0 t 0 2: I—* e -I 0 _J 2: r> CL ta to -J (S CD ro ti CM CE UI »» -J cn CD CC CD CO u_ _J UJ <c 0 H- i_ 0 1— Ln c/> C/> UJ X 0 (X. (/) UI X £r Q 3: :z r <£ <: 2r -J >-« \ \ X *~ a: CO Ui cr *x -< 2: l™ Ul UJ vc CD U. -s. 1^ UJ <c X 30 0 <t X X 1— UJ x 0 3X ^ \ \ \ 0 ^z- :^ Ui :^ UJ S> ^X CO rr a ^- UJ CM Q X UJ X UJ -iH a: UJ 3: frI? t Ui UJ Ui ~>aLCLOO-~>x_i_j"-> 0 ^ oc X Q r> 0 u. -< _i ca 0 a 2: 0 a0 UJ -^r »>— s: <c oc <r 0- tr "T-t Ui ^ u 3: UJ UI ^-^ -J tr U. OD 00 3: U_ a OC X 00 0 X cr ui 5^ L UJ -*uj \ H- A 00 Ui _i 3 cn x; UJ Q UJ UJ q: 2r Q <c cr <c CL Ui _jr X— Q a 0 U_ u 0 2: 0 CL 2: a x: 0 2: CL CL fSi no c\i ul o C/) X a: iCS ^ -^r ^ ^ (M %t O fOCS cs5easa(S!a A !r\ n in lA s> patasiia T-f th ir-i c\fCMc\jCNic\JCMOkjcNjrMfvjc\JCMroforororo o q: UJ tH 3? _J CO UJ ui o o < -«* o 1Q _J Ui Uf o o 0 q: UJ ru cc UJ rw QC CO z: <c 2: C/3 UJ C3 u. C\J cvi cr UJ 2r UJ >— -J Q u_ —J 1. CL CD o Uf x: <t 0 u_ a. CO 0—X cr X 0 0 3: X 0 CO UJ cr 0 UJ 0 0 0 2: 2: cn CO \ \\\\\ _j (/> 0 UJ -_J CD <5C „J CD a- \ <t 0 UJ CM !s£: 0 CO u. < X U. 0 — 0 UJ 0 X X UJ UI >2r 0 <t 0 0 cr — cr ^ cr cr <: 13 I> ^ iH UJ o 0 UJ cn 0 -J -J cc 3: 0 >- * ce UI cr 2: UJ Ct) U^ Q- u. X 2r UJ ^- >CK _j 5: cr CO :2r T^ -< fc- < UJ UJ UJ h- 0 0- 0 UJ M4 a: X X 0 0 Hrr —i C3 CO cr 0 •< 0 t/) fc— \ CO cc \ UI >- o o o CO O Q_ o — o r> o Z CD ^ ^ cr zr >>- o >- o <t <t <t q: W I CO -J to o ui CO o V) o ><« c.:> CO C/) I I uj>auj uiacLCLCLCLaLOLCL-*** _J O UJ ->">-)'-)(/> ->.JUJ O _l c/> UJt/5L*J~>COUJ^-JUICJ-««UJ_l^_|T CD CO or nc u. 1^ 2:<-tf3: OL<r "-> I o cr o a ^ m if CM z> >r Io ra o-«««ao-«tu.auj ~) H- o o o z zr • cr » o o :gr UJ Qu CO C3 GQ -s: z: <sa 'y) -J fNJ CO _j ^ -) UJ cr o ^o^J^>o^veaT^c^lfO'ru^^o^^SiT-*c^l^o^lf^^of^^Sl*-^cvl^o^lfl<> CMCvic\Jc\i(\j^oro'orotoroK>ro-»r^^^^i'*rxr'«rtntniA{Airiintf\ n ?S1 r-1 tH rH f\j (M o X) f-o -^^ ^o K> ro ro r^> ro T^ tH -t-l T-l T"! tH -r-f T-H T ^-t -I I r'j c\j CNJ iy> f-o »H CM (M rvi ro ^') ^':) ^o ^o ro fO ^o T-l *•^ i~! *-< rH T-H rH T-* ro xi- rH f\i 'tf xr ^> ro » * t--! *-t irH r*-) '•r <r r^taTHrvj^o-vLn itinOOOnOoo tn ^ ^ ro r') hO r*"i irH , ^ tH t-^ »-» ro r'> n o n in Lf\ ;n !r\ ;ri cnj trv tf^ ro ro 0 ro T-l »H T-4 »-» T-H r) ,- 4 X us o CO UJ Lti 2r r> ai o o cr Q o UJ o UJ UJ h~ ifl <t >cr o u. o -cC Ul -J z> I— LJ __I a: ID lU CK >~ o >- ><c o— o Ho— V- >- bj tr <t UJ Ll.) I t/> 3 ~> o -< bJ a. Ui {/} GO cr Ui J— cr r:3 1 L»_ <g: _i a. Q oc o o o X o 2r o o Ui o o ^ o O Q_ cr UJ oo OL o s < a. CO cn o X. Xo — ^ o o ^ X q: XX UI Q. <t a u- o o Ui o X (Si " ^ ^5:ui O o CO (v^ »^ »— ^ ^ ^ ^ UUi CO Ui ~> Ui fJrvj(/>__iuj^<y5Gi£/)i^ujrvc/)W{/>r^(/3 ^ LU o J/) ro o K> o t/) ro o x^- Q ^ <^ \i\ r O CO Si iss f~i ^ ir% cacsasasa csi^r-*^ r-f-r^v-i^Hr^ vOONOvOgOvOvO^rsvfX 0 0 u. UJ u. 0 — U- 0 Ul a. CO <c oc < <C X QU UJ 0 GC 0 o-« Ui >- <c »— X oc GD t— < 0 X 0 UJ t~ DL 0 h- 2: ^ CD CO 0 Q0 0 UJ CL 2: 5: 0 ^ •< 0 OD <C 0X 0 Ul X Ui U) UJ Ul 0 _J 0 Ul X _i oc cr 0 0 *~ UJ H2: U- X Q 2^ Ul to UJ 0 Ul 0 — X 0 2: u. t~ — >\\\ v: ID Ul _J U b_ X I "2'. z> 0 OC q: 0 <t 3: u. u. \ UJ 2r CO . </3 i Ul • \ ir UJ Ul »— cc oc - U. - QD ^ 0 • • UJ CO u • \\ X 0 X- —• 2: • UJ • _J \ \\ 0 • 0 • - • u. u. 0 u- 0 IS) fr- <: . 0 0 < 2r UJ r> X ft CD \ \X \ \ -v \ cr UJ IS • 0 or 1- <t Ul X UJ to X fa -J ra ^ ro QX UJ . IjJ a UJ DC U) i~ (/) Q <c 0 • u. to U. Ul w • - C*J 00 -_J • 0 X QC 2r -J <t 0 0 q: 3 0 X CO — ^ tn - 13 CD 2: c/> C/J 1— - Ui ' Ul -< Ul _J -J CL Ul ce: 0 <t J <c CD 1— 0 — X0 UJ >- ^ 0 ar 0 ^ 0 0 ^ X CM LJ CD a 0 <i CO CO _J CO CO to OL >~ U. X Q00X -J -J Ul ) 0 _J (/3 yUJ C3 + CL CL CM CO to X 3: *S) T^ CD 0 no ^— 0 cr <Si m CL T 0 or 0 CL <C 0 X 0 0 0 <: Q »000 0 -1 0 cn X I— 0 CD X 0 0 CO <c (O u J < CO CD 0 <r -1 tn u. <t C\J Ul 0 Si it: + UJ <C U CL O- a CL OL CL X 2: ^ X -> -) ~> a. <t z: 0 ^ >~ <t: f\l »• (X r> 0 DQ cr 2: ^ 0 >- 0 GC r> X <f 0 0 ux V> 2: 0 < — 0 0 Ul 2r m 0 C/) OD Oh- 0Q 0 < -J UJ CD X 1- 1 0 0 H- u 0 a: ^ UJ b- 1 1 c/> -a: z> 0 >cr ™l <t LU H- >cc >J 0 Ui Ul Ul ^- X 0 ¥~ 0 0 Ul QC UJ <C <t q: 0 <t • Q -J > UJ Iju 0 a 00 *— . r/) CL X X </> <(. ~) ira rsi ^ Ul OC OD Q O Ul 1 * T^sifoe3i?siT-ns»ro>0'^tHr^THOvOrH xr«sir^c\ics»r^cvicaro>oi^*Hr*«. roinr-- o r-^ iSi-«-»CMv^'=rir\or^s>T-tCMro^ CMfVIOJCvJC\JCMC\JCvjrO"OrO^OPO y:)f^>o o ^X X U- ro CL ^0 Si (si'^0'^?safMvO'«rsiT-i-<Tr^ ^-'^o'Siocm'S) {SJKJ^^Ln5SiT-4S>tniS)'OCMfS3!SJTHjrv<)rOCM ^rHrHCMTVTH^^TVt5irvj(rV'OvHt-lir\CM'<Tr^ Sir-irM'O^unor-SJTHcvirO'^TvvOf^sjv^-icM ro THrHrHiHr-lr-lT-lr-lTH^T-lTHTHrH iHtHtH -rH t-It-H T-l SI S) S) SI S) s> Si SI (SI lO -O rH \ ^W v^r^r^•r^T^r^r~^'r^t^1f-^r-^T~^T^T-^t^r^ <)f^Slr^cMro^^vo^-^s^tH^<J^'<rtnvor-.^ar^cvJ^o^lAvor^^Slt^CM^O'<rL^ o^of^^^r- r>,r^f^ r-iT-iCMCMCMCMCMcMCMCMK)roNororofO ^o^O'c^'^^'^•^'5^^'«r:Aln/^t^^u^lnJ\ln<)<)<><>^o«o ^ ^ ^ ^ rr or ^ '^t 'cr'^r •^r^^'C-'^^^^'^^ vr^'^rxr-^r^Tr ^ ^^^^^^^^ ^^^^ ^ o 2r o o Q0 cr Qc •< u. cr. UJ Q 0 <C O UJ <s: 0 cr ^ _J 00 txi m _J Q 0 cr nc: ui 0 O <: Ul >- H- OC <t 2r Q_ CD a <: 3: CD O 2: <: O X <c <c Ul Ui a: cr 0 ' so: cr 0^ <c * X o o a UI Q ai 2: Ui UJ »^ Q — -« <t UJ 0 0 _j u. Ui 0 <0 CO 0 0 ut _j 0 u. _j 0 X UJ H- — ---^ _i cc :s •*-« Ui 1— »u_ -flC 0 QC CO I X Q 0 3: 2; 0 a: 0 -Q 3: UJ _J or cr UJ UI a. Ui tr -< »Ui h- UI u. -H 2: cn -x cr 0 0 0 0 0 _J Ui cr <c Q :2 0 or 0 cr ^ _J QC cr Q Q UJ rw Ui > X 0 00 \\ \\ UJ u OOO o 3: ^- -j Q -J • f _j CO ^' * « aQ <t ui q; \ \\X\ \ \ u. CD a CD _J •< 00 Ui u. :r: a. 00 Ui Q <c fr a. 00 ..J X vO CXj 2^ UJ Q_ o: CA <« CS5 UJ 00 <£ UJ CS5 G5 ~i a. "sr CO -J ri) Ui UI Q- + QC l~ Q. fr ^ CL 0 o CO u_ in cr 0u Q _j <t •< -J a. 0 « Q 0 ^ J _J UJ X s: X X Q X-> <C X X I- i— <£ O 2r X e 0 <c -3 ~5 ~> « 0- CL 0 u X h- in »— LO LO < 0 »- < rr cr cr Q UJ U- Uf X "X CD VJ cr •«« !S» (M (/) (/> x: **3 Si -cH T-l "T-l r-4 ' ' iH T~l t~l • tH tH 8 to or 0 _j 0 0 0 CD or Ui a UI oc tr o Ct r> o 3: fXJ I— IS, CD 1.^, »— O 3 cr < 2: Ui cc M I 0 0 Xo X 2: o ^ cc o <c UJ UJ OQ CO o UJ <: 3 ao o X oQ >zz o 0X »- I— 3C -< -J 2: CM UI u_ <s OQ CL <t —* ro _J CD CL CL Ou 0 <c 0< 0 u_ I IjJ 0 > C/) u. 0 0 a o- m 5: "1 2r UI (/) X X DC <c <t V— Ui 0 <t WW ^ •< >- v- \ o CC _J o -J O -J —« UJ UJ u. cr UI 2*: UI a 2 — cr 3 C/) CD o o \ UJ <: u- to V- o u o '/> X 0 v~ -2:. >~ <c cr 2r UJ CO 0 UI 1 a 0 1 ^3 0 <c 0 X :z: DC CL CL Ui tH SI CL + \ Ui O <t 3 UI X 2' 0 O lu ^ -H _J i~ CD isc: CD _j to -J cr -J CD 3: u- cr 00 _j ^- OL CO 3: a Ui <r CL <t ca _j :^ QD _J _| C/) Q. CD X 0 CD X — X »_j x GL u m Q_ CO U. CO OC 0X 0 CO X. 5: U 3303X 3 Ui u 3 O O —O« CL _J O Q rw < < X X X U I- K- 3 3 3 <t _j C/) C/5 r/j 3 CL 2: 2r o cn o + X 0 2! X< _j a zo 00 X 3 2: CL <t3 U <n UJ o cn ^ cr CL rw rw Q <f CL CL XX tn 00 <t t~ CO 3 3 <s ^ cr cr t-l a X X est . , tH ^r^'^riACyicMroro-o Or^lA-^^-iAICMtArO T CM tH iSi «s> IS) un^ K> r-i , lA in (S3 r--> lA Si k) cm o sa isj ts) CM CM "sr lA SJ Kl :M CM tH CM O T-i >> "V r-- iA 5" CJ - _J Uf rx) < X UJ bC _J O ^ Ld UJ ^ ^ CL CL GL CL no X CL O u \ \ cn 2: 3 (T) » o 2? 00 Lxj il- X CD -< \ ^ :^ UJ UJ r) CD QQ CD fSl o o xo fo O s Si sa s V\\\ ifi 3^ Q- ini X — O I- J 3 CL 3 H_! CL -O 3 2^ -J O O <c in CO UI < o >s \ \ \ \ <t cr> 3 . u O< :2 <C rt4 CL < CD UJ CO UJ 1- \- o O UJ X -J CQ Ui QC W3 <c 5?: - o cr ~^ 1— (/) ' o O Ld U cr o 2: U. ^3 I Ui 0 _J 0 cr 0 <r UJ 0 q: x: ^ H0 >:2 UJ X 1 \— UJ s a -J U> 1— UI 3: Ol O O CO Ui ^ -J 2: o 13 UI o a > ^ a. CO \ \\\\\\\ m ^ 0 CL 1— o ou o - O Ui H- UJ > O UI X. U. 'SL CC CO cr ct Ui K- i~ Ui q: Q_ IjJ i^: *^ Ui CI. a: Lul UI -JL u o m oo rr »~ Q_ o CO -J UJ X >- ^ UI 0 »~ :z 0 «— -J CD 0 CL a. < X 2: 0 ^ CL^ U- 0 I— H- X 0 UJ X 2: CO UJ QC z: 3 03 CJ 0 0 cr >Ld _j 0 0 UJ _J 3: 0 cr cc 0 QC OD <C 3 no or cc »CO 00 LU to 0 UJ 2: ^ >\\\^ -J o cc o < 0 UI « 40 csa s* o CM "^r fa sa lA K> K> fo ea rH lA CM CM o o CM O O CM O %o ^ CS3 A lA » A lf\ ro^riAOi^csjr-JCM'o I*- CMCMCVlCVICMCMfXiCUfV! lA X\ lA 'A lA :A lA sr* tl% ^ -A i^ -f^ fsJCMCMCMCMCVJCMrvJCM lAlAlAlA!Jr>iALAlAlA tH CM '«r tA vT) r-«o LA rv LA r» CM CM CM CM CM CM CM LA LA lA jA lA ^o ^ ^ ^ ^O O O O -O inO 1^ CM CM CM CM CM LA A lA A lA A lA ^ ^ OO ^OO ^ sO ^ lA >o W CM CM CM -SJ r-^ CM CVI LA r\ r^J rvj ^CM^o^ur^sor^c^•HfM^o ^lA vor^s»r-icMro'*riA>or^<si't~irMf^ xr LA lA LA '-A lA LA lA tA vO JAiAlALALAJ^SAUC^lALAO lA J* lA -A lA lA LA lA iA -A lA tA iA lA iA lA cA !A LA lA lA .A lA lA lA 'S\ LA T-l^T-^r^'r^'r^'r-^r-^1-^THx-^T^r^ CM tS> r-O fSJ OO O -r-H A J> lA lA CM -O ^ ^ r-- ^ vO CO h~ CO Ui 3:- 0 NO 00 Qd a Q a q: o Ui 2- u_ Ui 2r or 0 0 CO BU UJ 0 Ui tr X UJ \— •<£ 3: a. -< 0 0 Q Q CC o h- fr UI 0 < 0 0 (X UJ cr -J UJ 1— 0 >cr cr cr u. o or •3 lu 0 Ui Ui 0X X CD U- {-a isr: ce: cr \jj cr cr <£ 13 :^ a: m 0 Ui — 0 ^ CO 0 UJ 0 :> h- OD UJ ™.J CO CD a. {XI gl L3 CD a 0 ce: 0 to or cr 03 ^ 0 QC 0 CD a. 0 (3 0 cr ^ 3 0 0 Ui 0 0 in 0 UJ :2 U. Z3 -J _J U. CD ^ 0 1— 0X X ^ Ui — CL UJ 0 2: I— a. UI >UJ • 0 2^ ^ -Jul W id _j u. rr >^ Ui ^ to UJ d. X X. X X X X X X X X X X X X <£ _J 0 0 0 z: 1 0 CC cr ^ cc r> 0 CL H- 0 0 hUl ^ 0 13 < 0 cr C.3 h~ 0 <C 3: 0 0 UJ X. -J CO cr <c UJ f3D 1 OQ oc HUJ Q 1 t/) • • * X X. X < X cr 2: o UJ 1— -« 01 QQ ^. 0 CD £r 3 33 m hO CD m CD ^~ tr 03 or < a. cr Z3 cr •< S fO Ui 0 0 ™^ 0 3 '3 3 0 0 3 J 3 ^ 3 CD 3 3 3 a. cr a. CL 0_ CJ 000 a: 0 0 3 0 0X QQ CO Q Q Q < Q- Q Q <i 0 a a Q CO Q_ 0 cr u. 0 < 0 <^ ^ ZL s: < 0 •< <c 0 <c <t X 0 < X X 1- X X <t X <t J— a »~ 3 H- to i- a 3 CO -> H- <: 0 3 0 0 »— 0 0 0 ir CD ^~ Ui ^— z> Z) <r :^: 3 -J .J ...J CQ rij r.B .J ..J Ui u. CO c~:\ UJ flC <s: ;z: 3: 0 1^ Ui ^ z> ^ 0 Ui >• 0 a. cr X X v: E_> t\.. UI o - c/) _JS :x 0 2 <c ¥~ ^_ cr X. 0 03 3: X X m CM C3 m ^ LA lA m 'A lA K> pry so ^4 lA 4: lA lA NO o S3 LA XT K> ITS 0 LA T-4 lA 0 lA lA A ^ lA r-v ta -rH r-Q X lA A AJ r<) LA XV LA ro jA r-i sO sO HHlt-^T-4W1^Hr-^T^rHT^r-lT-tt--^T-{t^r^r^^-^,^T^l ^r^lr^'^-^^^t-^^^*-^r-l'^-lT-l*-^r^r^r-tr^^^ tH 3 1 UJ Q 33 33 3 00 tSi r-- sO ^0 ei» :s A 1^ T-4 C\J 1 (Si lA K5 iH 153 0 3 3 1^ Si AJ r\i LA ti*\ -Si >^ •43 1 0 LA ca 3 Av fss. r-s. 0 vO sO T-k A f-l A sO LA •0 ^0 uA lA S\ LA /^ lA 'S\ A A -0 AJ r>. A Si Si Si r~l AJ •0 Av Ai Ai Ai lA CM NTJ <rO in vo ^^ Si -iH Ai in t-f At so lA lA (\J (SO ^o CM CM Al CM SO K3 ro ^o fO KJ LA lA lA lA tA lA lA lA '-A LA tAi LA JA LA lA lA in r4 r-f ro *o ro .V\ lA iA LA ^, •r4 lA K> >o NO 0 Si K> lA I\ £S lA <5 K> ^•0 •y> XX to rr _J Si -< t <c OD OD QD SJ a: UI cr Si rv. •0 UI cr Q_ CL Ol cr cr cr CL CD UJ > 0 XXX X rH 1 est > 0 UJ UI QC Q UJ _i CD CD T-l s> rs- AJ r\ !S r- ss. UJ 3 CD o o • • cr o - 3: o o CO CO UJ s: l- o ^ o UJ q: cr (/) o ho < o o o :2r o 3: o UJ u. CO U:3: r> r) Q X CD o _i a: cr m <c < 2r u CO Ui O o o o o o CD O UJ 3 o o zr UJ Q_ — • 3 3 O O 3 oo 3 O -< UJ UJ * 3 :^: O Ui ox UJ I <c UI u. UJ C3 CC 2? _J CC UJ f~ ic z: <t <3 • UJ cc Xo a 3 _j to O CL ^ o • o tr Ui o :^ (/) <f CL OC cn -I UJ CD in UI _J • 3 O DC u o ™i CD to \\ \ * » • <: o cr o 3 o I— 3 3 m Ui UJ UJ UJ CD I- >>v \\\ \ \ h- w o <t 2: II (XI <3C a LJ z: 'vO »— CO C/5 • • Dt: SI ^ 3 } :isc CO CC oc oo LJ CL UJ q: —I —o o Q U_ UJ UI 3 o O O H- O CC <C UJ CI ^ m X 3 3 V O H- 3 cr o^ <C -< a o UJ 3: O .J ^ ao o V \ X. GC I H~ O ^ o u! —:2 o ^ \\ \ X :y) cc UI CL O OC 3 CM CM + + CL CL Q CM U. 13 a. » CM 2: cr <c <c rj CL f— -J :x CO cn cn CL CD X OO — o <c a a <: a m ^ o CL o < <t o < -J s: o oo O, CO UJ CD — oX ^ Ui CO ac Q <C x: » o -J m cc DC I J <C CL ^ X 3 U_ Q _i 3: O 3 CD U O -) (/5 ca CM «SI CL QO CD O U» 3 CM UJ CO <C CL CM O 3 x: oo :s. I . .-4 X CM CO OD aa Q H~ Q- 3 >— X 2: CD X CC 3 H> CL 3: 3 -J O »~ X ^o CL o <: o < L < <c rw Ol ^o X s: 0 CO X 300 3 H- a CM Ol »~ CM s: Q_ CC \-~ I CO U_ 3 ; X Ui o Q-.t^t'etU-^tnjQ^CL >-Q0Q03»-^33 <sa Si tsa CM sa Si 3 \\ \ X \\\ \ (Sjisf'^TH^^'SlO CM T-H CM tH IS SI SIMCMMCMOnOCM CM'^'^rCMCMvO ^TT'^T^T-l-r-t^CM'Sl CMrv|CQIS5CM"^CNJCMOt Cr^r-^CMirvlSa Of^CSJ-rHCM^O^SLnO f^iSJ^CM^O rHTHCM^vlCMrvjCMCMCM iss s\ ss •s\ iC\ j\ s\ \r\ lAinLn^iniA 1 UJ a </> <t ^ SlCM-cT^CM CMCMCMOO-O'f^aoOO r-l c.-> U UJ 3 3 'SJ UI X 'M -y) CL 5: m 0 3: J »™ UJ u. 3X UJ o:: UJ \ CD X 0 CM 3 a. CL CD "SJ^'^'^ 'rHSS^^S CMfO^l^l^ r\ ifs i£\ T\ {S\ s\ \r\ s\ [fs if>Lf\Lrij>mr\tniA (SirHrvirO'r^^r-isjtHCMro'«rirs^oi^caTHCMJ^'^iA^f^(arHrufo^inNO r^EatHCM^o^in<>f^'Sit-4rMro'^in<>r^JS>tHCMrO'«rin<3 ^csrHCMr-O'^in ^^^^^^^T^rMCM^^JCMCMCM(MCvl'<>^o^^o^o^o^o^O'^^^'«r'r^^ ^^^^^^^^^^^^,H^^^,-lTH^T-ltH rH^rHrHCVlCM^CMCMCM ! no Q ^ bJ X 3 „J O O Z3 o q: o O U. Ui 2: It. cr <t 2r CO •z. -< H- • 2r Ui <c bJ « o <t cr ^ a: X liJ 0 u. 2r X 0 QL r> H- Q UJ or X X. X -«C OD cr 3r 2!r t— H- OC QC UJ (/> 1- >- —o o o XXX X XXX t/> o I- cr cr (~ <: 5? r> <r !/) if UJ UJ m II H- 3 X X X OQ O W _J UJ ?Si CL Ui Z> _i < ^~ u. {/> 0 X 00 tn h~ en X \ ^ \ o 0 <c iSk u. V- —* X. UI fa ^ ^ ^ cn cc cc UJ 0 2r 2r UI lA s. ^ 03 ^ cn O CO m Ui s: -J 2 >J UJ OL 1— CD <t s: X CJ — U. UJ CD 0 0 -J UJ CD 1- cc l^^ o cr. z: CO — 13 l~ tH ' "«« UI 0 0 0 ^ V~ t3 1— ™J Q }~ :2 z> U. flc or. u,. ro Ci^ Qt o tA ^ *H 13 I— u. Qo 1— f±. 0 0 0 ^ 0 — cr ca CD u_ CQ u. QQ CO h- C/l a. ic: -J -< — U- uJ ^ CD _J _J CM 4. Ui u_ u_ _i X ex CL rr a 13 OQ ^ _i tH Cil 0- la_ -i- tt: CD a,. CQ 0 <£ Q <£ Q_ <: <t 2: s: 0 s: <: <£ U <£ 0 5: SJ CO 0 ^- Q 0 0 0 m C3 Q f~ Q "3 <a: CL < CD <t <t U. CO <c 1 "SJ- Lf% CD "O J^ fv CM !S3 ^o r-- k£\ S\ Y-i ou ^ ro r)«oj '=3- lA sO sO sr -"g- ^^^^ -CO lALAlAAiAiniAlAin sO sr -^r X T !A hN. iA lA lA lA ^ vHI rii ^ "O Ui u. J— 2: u_ Ui tn ~3 UI CL ea Si QQ u H- C/) }— a. Q^— ZO o zr ^ 2: ^ -* S: — or * H- X X X u_ •< *-* t3L Ql CD OD iTt ^ tA .A tA lA in A lA iA J^ tn tA lA lA lA lA -A iA tA lA <>f^Si'H^gr^'^ru^i^o'^^s^t^c^J^O'«rLA^of^^Sl-r^cvK>^lA^o^-^ o o o RT Ul CD <c h(O CO h- Ul 1^ LD 2: GH -J Ul C/) UJ Q UJ us cr CL CL O o cr o X UJ q: o UJ fr UJ ^ ^ >• o ^ i— ca a _J ^ UJ -< <«: Ui QC <t o UJ Ul rB <: q: o UJ <c cr (/) 2: -J q: UJ z> <C Ui ._j LJ _s cn (/) CO -< <c in CL —1 2: UJ LxJ X „l — O U. cn UX O < Q U Xo O O (T O H< u. -J O Ul :^ ™i <c o o o m _j f- t— UJ Ul _J ^ Oo UJ cr u. UJ Q U_ U. Q O U. a o o o O Ui CL ir o< U. s: o <c cc 1— <c cr CL <c t/1 1— 2: I- Ul >- QC tr UI Ul + QC Ui Z) OC <c £r -J QC <t hST CL CD zr 1>N C/> UI CD HLU r-l o O 1— \ o o oo O \\ \ X o O \\ 3 GD 2: o C/) _J UJ >- CO • - * Ld „J C3 <: CL C_> CO < u_ en H- o oo u ^ UJ o U — CO 2! CQ ^ ^ O UJ Si ~et 00 a: CO CO UJ UJ cr ^- cn UJ CO cn _i ^ UJ CO :> <c * <C o cr o < t— Ul 5: cr H- H2: UJ CD :^ UJ Gc CO cr <C CO CD CO Cd UJ cr Ul Ul CO OL <£ a Ld :z: cc OC :z: ID h- oo UJ u •< CO o X u. ^ o o >~ ^ X. O <t — X O U DC o ^ oo Q Q OX ^ >— o u oo OO Q CO a Z> -J 1 CO q: u. z: UJ 1 it: -4 00 U. Lu CM _l :2: CO ao O Ul Ul o ui>-o—•mcroc OUI u 00 CO on o H- u a: lOIZ> OC cc <CiCOUIU.UOI 2: to UJ z> 2r _j o •U- CL CL W I- o CD r> D o o o 2r QD :2 Ql CL cn 00 hCL \ \ \ ^> X \ \ \ \ \ V. \ Ul _J -cc »-« • - C3 1 O Ql X <r 1 ly^ X CO o o a: UJ X O Q O _l -J O ^oo2:xuio\Qoujui<:^ — <: 3 1- »-i^: X Ul X o ^- 5<: CO UJ a LJ CO OC CD o U- a o oo o^ ^ ^ I— 2: x: z a Q q: cr -J UJ CL cc CL o ^ 3: Ul 1 -s. O CO to «J q: Ui f cr csi (sr fx -a: LJ *<r <s r-Ld iS {X o GD r-- l( r-^ o SI u NT) H X O a o SI M ro UJ C\J _l H vO UJ u s o CSS >CO UJ CL CO a o < CL CD <c o O X OC UJ _J CD cc o q: s: o o -<r o < O cc CL -J <C OC £/) UJ cc a ^ CM CM CM II tl M II M II n OJ CJ3 ro n «s T^ :s: tH CM It cr cr II UJ )£: tH u H Si UJ CL 1— cr _j t! M UJ Ul UJ _l _J Ld ud St _J CO CO II )! i— H _J UJ UJ C\J <( CD -< <( cr HU- 00 00 1— UJ CO ™J UJ II <c UJ CL ID Ul cc 13 sO UJ CO << <t CD CO cr q: CO 3: 3: CO _1 2^ <C CC 3: CD CD :scr OL Ql (O CD u. <t X CSl X X -a: oX n o O m -r-J 51 rH O Si o X _J CD lA r-H it (S5 •r-t O Q ^ QoQ !S CO Si SI a X < ^u QQ o U U Q O X Q cr X h- uJ u u cr ^o z: 2: CO X. <\o < O Ul >• to 2: 0 0 u_ U- 0 0 Ul 0 2: OC H3: \ > vOfxcsv-icMvo^invor^c^vHCMro^in^orx^sT-tCM f^'5rin<)f^Q'r-icM*0'^u?»<)fxtsaT-iCMro<r'jrN<)i^ ^s^SiISlSa?aT^T-^*-lT^lT^^T-lr^1r^T^tHr^*-^T-^'r^r^ CMCVIOjCNaCMOJ-MCMCMCVirMCVirvJCMCMCMCViCMCMCMCM CMCMC^JCMCM^JtMC\l<^JC\|CM?^JC^iCM^MCM^VJCMCMCMCM CM CM CM CM ro St CM CM in O tH in CM ro tH CM ro r^ tH fVJ T-l ro r-l rv in in in tH ra ro in XT tH ?a in ro ra rH rH Si in tH tH ca >o >o o ro tn SI tH est LTi o >o in CM tH ro SI in CM ;n in ro S3 CSl to in SI vO CM SI tH S) s) tn CM <a iX\ fv tH est CM (M tH ro tH csa tH in CM SI SI CM CM ^0 CSI tH CM in CM CM CSI O LC^ -^r csj SI tH ^ o ro tn ro UJ o >o <t CM T-l -^r EJ sj ?a CM CM in vO tH i^ in C\4 ^ ro in ^-i SI CM rH SI tH s\ vH ^ ro tH SI vO CM SI S> tH tH s» O SI !SI cr UJ cr 1 1 i sd SI' T-l SI S) tH ^ r-4 ^ ^ T-l H ro ^ ^ ro !(si ^ o ro o i\ in s» •sr ISI int-l S) tn SI rH SJ ^ S) O l^^ tH tH tH ro SI in tH CM tH *H tH tH SI SI SI tH CM in SI so tH s> .-M m m t-l 'sr SI CM CM «r SI tH Tk ^ tH >r) SI SJ ro ro CM tH •jn O CM in 'X\ tn CM SI CM ro ro r^^ tH ro tH r-. CM SI SI tH sj ^a SI in sa «r in ro SI TH O i> ro S\ S\ ICS SI tH o ^ in ^ SS th .n ^ r-i JSJ SI SI S) SI tH SI SI n^^ o s> ^ 'sr 1 CM CM SI Si CM CM • r-v ca -\J tH rH tH SS SI SI SI Si -O rH ,n ^ .n ^ O S) ^ rH -O Si ^ nO ^ jTv =3- r>vj est ta SI Si rH in in CM si r> ro -sr SI :tH sa s> ^ ^ >cn C/J ' • 7=!. (X) tH r-s. SI «y •O ea SI SI tH CM SI Sa CM CM SI r\i SI SI -o SI -H sa "O fO El GET :2r (S5 ^ vO rH CM O rH ^ rH o in S3 ^ ro SI ^inxNSi-^rcMOCMr^cvi CM -m ^ s >0 SI SI tH SI "O "o SI "a -M "a "m >jo (A) rH in CM LfN CM .^^ Si Si Hcr o 2 u. a. 2r a X _J cr a. UJ cc _j z _J o 31 Ul _J 3 CO SI ^ SI SI — :^ UJ ^ rn — CO o u £B CD Ql rH < cr 03 UJ O uJ — o ro CD ^ vH CM U CO Q O CD u Q _j -J UJ Q_ I— I— H- cr cr Cd ^ EI ca SI o > SI ^ 7^ ^ ^ r r ^ ^ ^ :i :^ :r ^ Q oc 223S225:Sm^3^SSSSSm5oSG6Soo35ujuu.i^u.i^u.u.u.oooocDxxxxxx ^si CM Si S ^ Si rH ^ sicMror-.si^siTHCMtHLn^vosivONO^HCM^sor--si<d'tHSir^in.AjtHOsi^vosir-.siin^ siroro^!?vj^rHsiror^sisir^CMtHhOtHinvOrH'riSiins»sir^y)CMf--vOCMvOLnr^'^ CMCMCMCMtH-crisiSifOPOinncMSisiintH^i^^ir- rorosi '-^'^'^^'-'^'^^'SitH^^-^ocM^r-; J^LnJf^i^J^'^SICM^^nlni^s»s^^s^!n^^n^:^i^SlSI^^tr:-a-cM^^ri^ o CD X SI tH ^ tH tH «?- "O <y :m th la ro CM r\ tH CM tH r-- CM CM S3 :a ss ca rH SI S3 SI t-l -o ^ o tH SI "^r ro ^ ro tH SI ro rH tH tH CM tH ?a tH tH tH SI tH SI «»• tH SI o Ms in ro ^ -O rH tn CM tH o r^KTsOSio^ror^TH o CM ro ro tH vH (a ca ro rH ro SI in in SI SI ro tH SI tH tH o CM ^ o s> n tH ro tH tH SI in CM ^ th in rH ro tH »o tH in SI SI SI s\ in ss CM O ^ ^ tH ss sj in ca vO tr CM SI SI SI s SI ^^ SI SI tH SI SI CM SI SJ SI th Si ^ ^ SI ta >o tHCMCMSlCMCMSl-HrHCMrHCMCMCMSlT-ICMCMSJrHCMCM tH CM Bl t-l ^.ii ^ rH in ca tH ^J(a sa ca -sr 1 (Si rH rH ro in in r-v ro tH fO to >0 SI ro CM >n tH CM CM CM to CM <riPO SI tH •CM CM SI !a SI S'tH (SI tH tH SI fH SI <a SI Si SI SI CM CM ("O la in rH ro cr fO rr> ro j\ ro ro SI SI CM CM 1 s» Si th so r) fCM >0 rH CM ^o fO ca CM ca -^r ISl in in in in ^ SS SI T-l <«H in rH o SJ o ro in CM CM (M O \r ^ CM CM cs S CM CM n ?a O in IPs SI r-- tH vH vO rH tH tH CM SI CM CM K> O rH m ro (-0 n Si n Si i^ ro rv. Si r-. sa '^s Cn CL «,........:: rr u. iji: — o o 00 CL o — O O <C <C D ^ _i X s: X i£: C . --j in eg to w its in CVJ CM to tS3t tA tA Osi (SI oa CSi to to lA iA CSI lA SI CM K> OJ to S3 lA tH in !M CVJ LA r-4 lA ca K> ta lA St o (SI o o iro ^ A ^ O tr csa Ti. O'. in (A CM CM O tsat O 4> -sr to. i tn IT lA AJ ca NT AJ r-4 tSk (/3 hJ ^<S5 O lA LA :z: sr iA- OvJ iA Ui in lA to rs LA -«r <» Al f«o o LA lA r-l cr o ^ lA ui QC ^ ^O CM r-i CM LA 1^ CM fO CM LA CM O o o jr> A in a cm cm cm ia ^ ia Si a ia (tHthhHt^ r-fTHr-i^cMSisa sk'tsjsiTHis -H s lA >o ui> isi vo vsy r-i r-i in o o ca W fO TO CM r-^ fO lA rvj lA CM S) ^r^{avO'T^Skr^f^T^^OlASl^NrN^LAt-^c<l^vlCM^ocMsOCMro^o o tin >^ Ui ca ta lT^^^OCa^0^^^^CMSitAI^-0gCM^O'^CaCMCM^LA?^rO^tH^S^fO^Or^^ CM (St b_ to fSi r~i rvj i Q3l <S «-* S| CN m s s w w si m cm s sjsja Si sa rH?OLATHrH^vOAJ^^^«C r-4rOr)^I^T-ICM^'A(aCMTCMCMCMCMCM-^PO^fOOT-^-f rsi (SiSicacaiaracassw^s r-t UI r-f sr -J < ^0 CM >• •«r _J a tn Q *^ ... en n ta^^ ^^^'^ir^F^r>r^'atriArvr^iAx»^rN>p^r«Q^#<^>ocM'<r LAiAtAiA'rii^-TiAiriAiA:0iO^tf>4^iOi%iOT^H^ o Q ^-j^uiO :x LiJ ^ cc a k~ u> CQaa<s:QLaQXQcr^<h- ^s'«-^-«rvA5ri«-^^'<r ^-^r ^-cr xj-un ^ 'ct ^ ™i LiJ > CD CD O o .^u. s: tHrH«^rsOSi^o^ rnsi^^six ooGaAi-o-srinovdvc 1 x\ sA J> ^~ 1H^Df^^o^;^o^^^a(aw5^^^^<r^tAOJ^M^rf2^p^^{aT^^^:^lAl>^ 3E tr-t-^r ^-J~JCL_jl— >>>'>>tas>Sia—^^'r^tHT^r^*^^^^S ^rox 33CDOLUUJu_o>--*«-*^oocLCccny>cncn:2:tHCM?oror^r^L^LjjuJuiCLc/>-««<«<Em 1^ >a nO *-r o to CM CM T-l r\ ro CM CM o rv SJ in w ca cat o ^ tA Ln tn T-i to CM CM ?o ro 1-1 foCMsacMin r-- ro r-v *o«cM "stitH est 5S» "tr !in isi s ^ no um i\ »o CM fo u> -^yoixOiTHtM-n* r4v4 si csei -si sa t-i ^in * uMsi«nin sa^ ^i>o^SilCM^-ta(a^satH^^^Sl^o^ol SaiSaCM TH^CMCMCMCMT~fCMrH«Sl >o K) CM *cr sr. ® CD CM cr o T-f r-x o ^ <i" ;m is> in ^ isa X o H- CM CL ir^ in CM ir-. r-. r-- CM 04 vr ri fO ro m *o <«sj *r SI in "<ir CO ^ isj ;si o o 2: ^ Ul :3 -Jl o o cc c/3S/3C/)c/)i~Z5Z>3::x:2:xxriJ
Home
Privacy and Data
Site structure and layout ©2025 Majenko Technologies