             /P                                                                                            ;---------------------------------------------------------------------------
; Magdalena Carranza, MBARI
;---------------------------------------------------------------------------
; 06-16-2022: 
; - modified prefix to VMP200_ and added notes on what other data 
; acquisition parameters mean (from .CFG I used with a leased MicroRider)
; - updated shear probes cal coefficient for sh1 and sh2 for M2406 (sh1) and M2407 (sh2)
;
; Notes below from Drew Friederichs (UC Davis)?
;---------------------------------------------------------------------------
; My notes
;---------------------------------------------------------------------------
; 1) Need to update file output prefix
; 2) Need to update probe calibration if changes are made
; 3) Need to update cicrcuit board coef if changes are made
; 
;---------------------------------------------------------------------------
; ROCKLAND NOTES
;---------------------------------------------------------------------------
; Standard configuration setup.cfg file for a downward profiling VMP.

; Change the vehicle type in the [instrument_info] section to rvmp for an

; uprising profiler.

; Created by RSI, 2015-12-17

; Modified by Dave Cronkrite, 2016-02-05, replaced ASTP board.

; Any line that starts with a semicolon, ";", is a comment and is ignored by 

; software. Likewise, everything to the right of a semicolon is ignored.

; Use this feature to leave notes and to indicate that you have made changes 

; to this file. Indicate the date (YYYY-MM-DD), your name and a brief 

; description of your changes.

; 2022-05-10 updated coefficients after recalibration of ASTP-LP SN122 DC.
;
;
;------------------------------------------------------------------------
; ROOT SECTION
;-------------------------------------------------------------------------
; The first section is the [root] section. It determines the data 

; acquisition parameters. It does not need to be declared explicitly.
; RATE: the sampling rate of "fast" channels



; PREFIX: the base name of your data files. A 3-digit file number
; appended to this base name. The limit is 8 characters
                     
; total for internally recording instruments.

; DISK: the directory for the data files. It must exist. The directory 
					 
; should be /data for internally recording instruments. For 
					 
; real-time instruments it is best to leave this blank, so 
					 
; that it defaults to the local directory.

; RECSIZE: the size of a record in seconds
; MAN_COM_RATE: the communication rate for real-time VMPs. This value must
  
; match the jumper settings of the RSTRANS in your VMP. 

; It is not needed for internally recording instruments.
  
; man_com_rate= 3   

rate        = 512    ; The sampling rate of fast channels
prefix      = VMP_   ; The base name of your data files. A 3-digit 
		    ; file number is appended to this base name.   		 
disk        = /data  ; The directory for the data files. Use /data only.
recsize     = 1      ; The size of a record in seconds                                        
no-fast     = 6      ; number of fast "columns" in the address matrix (see below).
no-slow     = 2      ; number of slow "columns" in the address matrix.



; ------------------------------------------------------------------------
; MATRIX SECTION
;-------------------------------------------------------------------------
;This section presents the address [matrix] of your instrument and 

; automaticaly ends the [root] section above. The first columns are "slow"

; channels as defined by the "no-slow" parameter in the [root] section.

; The remiander are "fast" columns ("no-fast").


[matrix]

num_rows= 8

row01   =	255	0	1	2	5	7	8	9	
row02   =	32	40	1	2	5	7	8	9	

row03   =	41	42	1	2	5	7	8	9	
row04   =	4	0	1	2	5	7	8	9	

row05   =	10	11	1	2	5	7	8	9	

row06   =	12	0	1	2	5	7	8	9	

row07   =	0	0	1	2	5	7	8	9	
row08   =	4	0	1	2	5	7	8	9	



;------------------------------------------------------------------------
; CHANNEL SECTION
;-------------------------------------------------------------------------
; This section identifies your instrument. Only the vehicle is important.

; The next section is optional and can be expanded. 
; Do not use the parameter "id = ".


; Next come the [channel] sections. These are used to convert your data 

; into physical units, and to save them into a mat-file. 

; They also determine the name given to various signals 

; in your data file. Please, stick to the convention of 

; RSI because data visualization using the RSI Matlab Library of functions

; assumes particular names. However, data will be converted into physical

; units regardless of the name of the channels. If you change the names,

; then data visualization and further processing is your responsibility.

; A list of typical channel addresses (id) and their names and functions

; is at the end of this file.


; Each channel section consists of a part that is unique to your instrument.

; It does not need to be changed. The second part is dependent on your 

; sensors (shear probes, FP07 thermistors, etc.) and must be updated 

; whenever you change a probe.
; The record average value is display for some channels with a real-time

; instrument. Display can be forced or suppressed using 

; display = true, or display = false. Internally recording instruments

; have no display. The units used for display can be specified with

; units = [unit_symbols]. Keep it short for best display. 


; The ground reference channel.


;-------------------------
; Basic info
;-------------------------

[instrument_info]

vehicle = vmp      ; downward profiling. Use either vmp or rvmp but not both.

model   = vmp-200  ; The actual model. Used for trouble shooting.

sn      = 048      ; The serial numnber of the instrument. For trouble shooting



[channel]
; instrument dependent parameters

id      = 0   ; the channel address, 0 to 254.  Listed in the [matrix] section.
name    = Gnd ; the name it will have in the mat-file.
type    = gnd ; the algorithm used to convert raw data into physical units.

coef0   = 0   ; the coefficients required for conversion. None in this case.



;--------------------------------
; The piezo-vibration sensors

;--------------------------------

[channel]
 
; instrument dependent parameters

id      = 1

name    = Ax
type    = piezo
coef0   = 0
coef1   = 1
units   = [m s^{-2}]

[channel]

; instrument dependent parameters

id      = 2
name    = Ay
type    = piezo
coef0   = 0
coef1   = 1
units   = [m s^{-2}]

;-----------------------------------------------

; Thermistor, without pre-emphasis
;-----------------------------------------------
[channel]

; instrument dependent parameters
id          = 4
name        = T1
type        = therm
adc_fs      = 4.096
adc_bits    = 16
a           = -16.4
b           = 0.99878
G           = 6
E_B         = 0.68203

; sensor dependent parameters
; cal_date = 01-26-2016
SN          = T940
beta_1      = 3021.22
beta_2      = 278319.66
T_0         = 286.639
units       = [C]



;-----------------------------------------------

; Thermistor, with pre-emphasis
;-----------------------------------------------
[channel]

; instrument dependent parameter

id          = 5
name        = T1_dT1
type        = therm
diff_gain   = 0.95


;-----------------------------------------------

; Conductivity, with pre-emphasis
;-----------------------------------------------
[channel]

; instrument dependent parameters

id          = 7
name        = C1_dC1
type        = ucond
diff_gain   = 0.4
a           = 1.201 - 2.046
b           = 228.5
adc_fs      = 4.096
adc_bits    = 16

; sensor dependent parameters

; cal_date = 06-22-2016
SN          = C214
K           = 0.00113
units       = [mS/cm]



;-----------------------

; Shear probes
;-----------------------

[channel]

; instrument dependent parameters

id          = 8
name        = sh1
type        = shear
adc_fs      = 4.096
adc_bits    = 16
diff_gain   = 0.946

; sensor dependent parameters
;cal_date = 2021-06-02
sens        = 0.0819
SN          = M2406

[channel]

; instrument dependent parameters

id          = 9 
name        = sh2
type        = shear
adc_fs      = 4.096
adc_bits    = 16
diff_gain   = 0.941

; sensor dependent parameters
;cal_date = 2021-06-02
sens        = 0.0835
SN          = M2407

;------------------------------------------------
; Pressure transducder, without pre-emphasis

;------------------------------------------------
[channel]

; instrument dependent parameters

id          = 10
name        = P
type        = poly

; sensor dependent parameters

;cal_date    = 01-26-2016
coef0       = 6.15212
coef1       = 0.05493
coef2       = 0
units       = [dBar]



;------------------------------------------------
; Pressure transducder, with pre-emphasis

;------------------------------------------------

[channel]

; instrument dependent parameters

id          = 11
name        = P_dP
type        = poly
diff_gain   = 19.99

;-------------------------------

; Pressure transducer voltage

;------------------------------
[channel]

; instrument dependent parameters

id      = 12
name    = PV
type    = poly
coef0   = 4.096
coef1   = 1.25e-4
units   = [V]



;--------------------------------------

; Power supply board base address = 32

;---------------------------------------
[channel]
; instrument dependent parameters

id          = 32
name        = V_Bat
type        = voltage
G           = 0.1
adc_fs      = 4.096
adc_bits    = 16
units       = [V]



;----------------------------
; The ADIS inclinometers

;----------------------------
[channel]

; instrument dependent parameters

id      = 40
name    = Incl_Y
type    = inclxy

; sensor dependent parameters

coef0   = 0
coef1   =+0.025

units   = [degree]



[channel]

; instrument dependent parameters

id      = 41
name    = Incl_X
type    = inclxy

; sensor dependent parameters

coef0   = 0
coef1   =-0.025
units   =[degree]



[channel]

; instrument dependent parameters

id      = 42
name    = Incl_T
type    = inclt

; sensor dependent parameters
coef0   = 624
coef1   =-0.47
units   = [C]



;--------------------------------------------------------------------------------------------
; This is a list of typical channels (addresses) and their signals

; Only some of these channels will be in any particular instrument

;  id    Name    - rate - Description

;--------------------------------------------------------------------------------------------
;  0     Gnd     - slow - Reference ground

;  1     Ax      - fast - horizontal acceleration in the direction of the pressure port or ON/OFF magnet

;  2     Ay      - fast - horizontal acceleration orthogonal to the direction of the pressure port

;  3     Az      - fast - vertical acceleration, positive up

;  4     T1      - slow - Temperature from Thermistor 1 without pre-emphasis

;  5     T1_dT1  - fast - Temperature from Thermistor 1 with pre-emphasis

;  7     C1_dC1  - fast - micro-conductivity with pre-emphasis

;  8     sh1     - fast - velocity derivative from shear probe 1

;  9     sh2     - fast - velocity derivative from shear probe 2

; 10     P       - slow - pressure signal without pre-emphasis

; 11     P_dP    - slow - pressure signal with pre-emphasis

; 12     PV      - slow - voltage on pressure transducer

; 32     V_Bat   - slow - Battery or power supply voltage

; 40     Incl_Y  - slow - Inclinometer, rotation around the y-axis

; 41     Incl_X  - slow - Inclinometer, rotation around the x-axis

; 42     Incl_T  - slow - Inclinometer, its temperature 

; 255    sp_char - slow - special Character that always returns 32752D or 7FF0H and 

;                         is used to test the integrity of communication.


; End of setup configuration file.

            /P                                                                                             /  h  . *   / 0   [/  0  d/     T )/     .    0   "/ h .  7h/  B/ 	 /   k/   d\/ /  ,/h   0/   0   } F/    y/     G/      H/   .   /h  / q.  R/   0 2 #  D/ 0    /   R/  0h  B 9/   h '/   Z.   / 
 3 9 0 # 8  4 /   *   f/ 	   G ;/   h  i g0 
 
  _ j.    /  J/   L/    z/   ^/ 
  E/h /  
 Q/    a/  :/   Q S/      /     .    Y /h  .   0  $/ 30 j/    e/  $ .    7/  h . /  :/ F/    ?0    . * _ b/ 
 (  k.  h  h "/   R/    / $ Y .  /  	  By.   k/  " /  +h y.  ' 0  / 	 3 -0  , S/    , S/     t.     /  (h   0  "   C/   X /  A C0   H/   I/  /   `0 ( h  / .  B / ! / H.  ,0    0/   /  ` 0/  h   0     . !    x/ 
  6 )/  6 /   ; 1/  .  0  h s/ 	  u/  ' .  (/  .    0  p N0     o !/ h  v/ !   3/  4 d 0  3	 I. &  q0 %   o0 /   / )  /  h (l.   X/  % {/ " ;0  3 I.   bl0   $/    :/ h  B /  ./    O/ 	 < /  
   /    3/  '0  * Z. h  0 	 j/  =Z0 / -  e / (  0  /  ?/ h   0   I /   C/  k P/  U /    : /    m /   X0 $h   9.  %  p ).   T.  
s/  * . # K   +/  @ / # rj/ h  90 (   0 )  / $ [. 8   / O   z1 
 E   u/     . h  
/ !   -/ )  V / x/ l10  #/    0  	 0h / 0   w /   }/  l / 
   	 4/   / ! 	   / 	h  . 0  D K/  M.  /   0   ^/ 3   '. +h /  p0 0  6/  G /  /    / &  /  .h  /    /   "/ % Q/ 3   )/   j/ 0  /  Ih  %/  @ j/ ! /]0 $ h/ 8 a /  .    |/ 	   a 1/  ! 4 j/  Hh  .  K x /  (  Z /  d 0 (   R.  /   | ,/   >/  	 / # h c0 7  V / , / {/ 0   < I.  #0 /h   E/   /   ] / s 0  /   G N0  #/ /h c(. y/  
 q. / J.  /    [/    e u/ 	h  /  ? 0   X q0  0 Y/  / 
  /     "/ -   +/ h g/  !h0  6  / ( J 9 (.   , // 	  s/   / (  ?. $h   /   20 (  F/  G / ( ;  /     /   W  / , V /  3h   /   </  0  / ( %   5/ +   / 
 v0  0 h|   /    .  [ 0 
  00   7 /      / 	 / u0h  I /  4 /. / x/  R/    /   }0 i3/h au0   a/   H/ /   0 &  _ j/     q/    /h  / !   )0 4   %. r/  =/ &  /  H  ).  6 @.  h P0 	 /     /    .   6/    z L0  &  0  4 x /  h   5/  
/  ~ s0  b .  " 0   / $ | 0 2   =/ . h /  M/  M 0 B l/  ;/    0   b/    0 ) h   /   0/    /  {0     Z.   [/ G/   /  5h  '/  * O/  0/  / -   "0    . /   / 	  w/ ,h ] $0 9  . +  E/ $ R0 ,  / %   a.  f0  x. h k/  $ ].   q0uV0 0  0 / 0h  t +/     0 #   . %  /   @ /     0    .   /0 h Z/ #  &0 :    O/ = g . ,   !0    )/ $   ` / 0  	 / ,h  X/   ; H/     v0    t/    3 )0    .0    0    */ h /  /   /  /   B/   B0  d\/  /h~ t/  `0   s/ 3   0 -   $/     R/   g/    #/ h  y // 0 $d. ko/  /    Y/   b0  t/ 	h~  * =0    9 / '  j0  % O/    0      .   F 0   60h  c I0  q j/   >0  / 2 4 30 E    `/ D  \ !/ + 	 0  h r/    " 80   J H/ ' 0    &/    X 0    F / $ 	  d 0 h   -0 
   e/     r/  0   (0   XL/  / 0  + j/ h 0  \0    0   \/  /   90  Q 30 :  H/ 4h  /  n/   w/ ( /   /   K0  u/  -   / $ *h /   |/ H/ 0  /  a0  0 
   0 'h  ` / )  [/   D0   /     0   j @0  /  c +0 -h  j/ 7 D &/ ' 0 \0    \/     / $  C/    ,0 h   u/ %    / #    ^0   B $/    I0    f/    '0   -/  h    / $ ,  @ -0 # : /  @t0 B 0 D   f0 =  j/ 7            /P                                                                                             BY0 <h~  / C  0  ?   R.  6  / 1  q/ 2    0 &   F0  0h| BS/ G\/  /  L. 	 ?0   N/   0  9/h A 0 F 0   O0   j/   '0  e/  /  80h % /  /   / / @0 8  :/ 0    0   -/   [ n0 hz   b/     0    ./  (` / 7 3 Y 0 B 2    / / ;   '/  N   >/  [h~  Q0  O  j0  > w/  @/  Q  c /  Y   T /  M 0 :  0 /h   L0 !   /   $ .0/   8 1    s I/ 	    /  p/h m0 / J0/ 0   * 0  ; /  1  h / i 0  /0 /   2 </   2 h0 +   8/ !h   	/  	  s /    %0  K.  x0   0     F0  9  i/  @h  0 >  4/ @   0 =  M/ -  g 0 '   G/ ;   0  V A B/  \hw  / N  .0 E  c 0 F  30 >  H / /  1  * /   -  >0 & )h  "/   1   / s P/  T/   0  0   R 0 *h  w1 >   / 4  / %  0 #  z 1 "    /  40   0 hy l 0 0 / * 0 $0   /    Q Z0   . 1/   !0   h   /    L Q0  '  20  v/   V0 "   0 2  / 2 o0 ,h~ gE0 @ r0 ` / fA0 M (20 ;  {/ ;  =0 >  Cw0 6h~  u0 *  L/     E0  8 1/  0    /   H Q0  '0h 80 /  c0 " "0 & k0   C0   v/   F 0 -h  # 0 -  0 )  > 0 1  0 <   / ;   @0 .  ;0 !  ? j0  h|  i V0    0 '   / 5  S0 5 !  ] T/ & 2   L 0  ,   /     V L/ h   `/ "   / .  0 8  / ?   B0 	 >   N 0  : 1 7 1 8hv  $/ / /  fl0 3O0  0 &  0 % 0  d{/h{ /  51  (/0 0   10  /  0h 0  	 0  T  0  1   / '   E0 1   8 E/ ,  0  h c.  |0  0  $/   )0     y/  -   q/ # /   m.  (h   50      R0  &   0 )  x/   40   0  / 
 $  0  2hz 0 . =g0 * / ! Z1  
  /    Z0   U0     y 0  hx   /    B X1 
  =0 . d0  p x/    O0 ! Z +0 3 T 20 >  hv  10 <   0 -  M/ G0  0   -0  N1   e &/ h   [0     Y0     #0   x 	0    "0     	0   1/  t./ hx q<0 - c1 G 8/ @0 ) I0 "   1   D0  0 	h 0   b 1 #   0 ) >/  /   / 	 0  }0 h 0   0 * K 40 2 r / -  2 / !  3 ?0   d0 	   J0 hw   60    v1 -  b / ?  / :   / )   y w1 !   0    1 hv  t 90  0 !  !1 *   T B0 '   v 0  $   30     $1   ~ B0   hz   I0    k /    ^0  .  )/  B   0  K   0 J  <1 F  \0 Ahx  i0 8 0 * \r0 $k0  . 0 4  h/ , T/  / h S0 / pS10  $ ?/    0 x0   ,/   /h  K/   o1 J/s0 0   t 0 ) 0  / h \0   R T0    0   @ g0   Q G1   . 0 0   0 1    /  h  F  0    / 5 > 90 G  /  = 0  <  0 1 U  R 00 D g  ^ >0 7 ^h 0  J 0 J  ]0 O  )0 B  / 1   =0 ;   / M D 1  ?h   P0  $ 0 "  / 3  71 )  */    n0 R0 p0 h o0  0 0V  /  0   j y/   /   +0 h~   u1 '  Z X0 ! s/ s0  T 0   o )/  }/  0 %h  )1 :   = U0 2  0 00  0 '   1 1  0 %  0 (h  / > H o0  B  /  2 e 40 6   0 P  t S0 Y U N/ 9  0 hv Bf0 . 0 	 U  >0  Y/   C Q0 ;  0 B   70  0  A [0  h  /    0 
    /    0   ^0  b *1   O0  / p1h E =1  0 ' 0 4: / < 0 .  F0 	 0 0h / 0 0  41    o/    S P1   D )1    >0 h H >/   }0  w0 0  <  r1  B    0 + h`0 -  r0 Rh 1 _  U/  H   L/  E  /0  m  D1     ^/    @0  l    0 ch  1 a  / O 0 	 9M0  6 d0  8  0 % " 0   I0 hz s/  
1 ,/0 J /    v1    w0  C 40h / '0  M0  < <0d0 s0  k1 	 0  0 h|  p/  D0  0   p %0 
  6 /0    | 60 
   X `0 
 A  z/ 	 Bh 2 j0   8   [0 ?  `0 Q< B/ Y  0 b   F/  {  r1     0 % h  S0 !  /  ~ 0  { v0 q  / X   %0 @  /0 :   [0 
 3hs   0    + ^0  H0 9 z/  s 0   T/ 0 1 
h A 0  /  50]0 41    c 0  0 
 0 h  1 $  [ O0 $  0 0   ,1    u0  | ?0 0h~ 0    ~ E0    = 9/  u0  0 :   d1 X  / _            /P                                                                                             ?1 gh  P{/  0   J/   0  ~  H/ s   0 u X 1 e   
0 Hhs  40 <  00 E   1  J  /  5 0   /   9 .1    / 
h~  W0  0   .2   z0   	 60 
  0  0   w0 h B B/  1  5/ +n 42 5  =0 +  0  0    h0h   0  Y ,0   
1  /    0 )     /    "1 +  0 ]hv V 1  n  /  T i0 MU0 x  Q@1     g/  s vg0 F Tm0 Hh|  h0 T   /0 >  b / ! 1 -   	1 R   \0 [ C L/ ?  f 1 ,hp  c 0 0   ,1 (  0 0 0  0 	  1   0  -x0 hu r0   1 > 0<0 H 	0 
   + 0 % 0 6  0 )hx  H 1    1  D0   0   0   1    10 4 :  J0 E <hr h0 1 . E0  ? 0  a  0 ! [  T  1  7  1 	 7  p1   c  T0 zh~  Y0 ^   / B  1 Af M0 K T [1 A   R 0 9 0  E 0  Wh /  N w1 ( $0 R30  O0  $1 0 &0h~  G0   1   S0 S0   0 	    0   Y0  0h{ 2 	  [ 0   0 9/  0     y1 8    1 E   @ a0 ? 	hq   b1 : 3  1 : V  / 0 L  =0  6  J 0 >    1 X  / Y   1  Ahx i/  ;  1  M  0  Y1 I Q/ 5  0 %  	1  0 h| 1  1 #  m 2 /  (q0  v0   _ 1    0hr k1 0 h0 0 	 /  b;1 R1  ^ H1ht  [ /    O1    D0 m |0 " 
 W 0 ,     } T1   : (0     =0  "h}  @0  '  A 1   0 * ( 0 C J  U O0 I Q   0 ) 7 0  *  
0  9h~   k2  >   P/ /   1 . x =1  L x 0  V  n 0  A   =0 7  z  0 Gh|  e0 K   j/ ( 1 _0  n0     Q0   R0 1h{ 0 0  /S0  1    1   I /   1hp  
1  r 01   61g3 &2   U2   / ) . u- ! h~ ]M.  1    >1   0   [ 3 	    o/ 	   0   0  hl   0    w1 3 Q 0  Tq 1  J  B1  4  1j.  E / 7 l  %/ < wh~ 0  X 0 A 4[0 @ w j2  .   /    $1  	0 . 1  h~ '/   8 1 x1 l 10   n0  2  b0  0 h}  1 '  '/  K0LQ0 1  / c0 0 hz   n1  	 S 0   I *0  0   0   0    0 z1 	h~  &0 	 <  11  Q  u0  :@'0 0 wH0 Q   1  j   0  [ 1  Qhz x1  f  0  v  %/  Y 0 0 0 0    0 2  I1    0h{  0     0    1 1 % ;.  1  41  / I0h{ W0 =1   1 1/ /  * h0 6 q 0   0 
  } m0    1 h~   W1 W0 1 	  d1 #    ]0   /   )0  ! V0  "hw 0 1    ] g2    01    -1  9   %0  Q   1  Y  0 ^  51 \hx  ^1 J 1  0 H/  /x0 	 O  `2  l    0  [  ? 0 (  1  h{  $ S1  g K/  01  6 1     C W0 "  80 ! 1 hv )0  	 1   B1 	V1  Y00   n0  G1  0h{  1  < W1   1	 0    x0    n1 
 q 0   ] o1 # hv   %/    2   ,0 6 2}1 > =1 4  U0   ; `1 9 U / , Xhl x1  > g0 6 1 D  K0 H  M2 4    0 +   Y0 :  1  Khx  0  I 0 l1 2   f1 #  1     0    L1  @0 
  o2 ( ,h| ?0 0 % V1  01    `0     <1 q1  J c1 h| S1 # G1   " o0 0   g1    J0 &0 X1 
hz S2 $  0 + , ?1  1  }1 &    &0    61  F/ h|   61   0 2  1 0  1 -  \0 :    _1  F   /1 I ;0 Jhz @1 b  1 ' x  p 0 ' e1 < /?1 .   1 .   0 
   Y 2hz 1  1   0    1   1  /   a2   > / h|  0  o2  n 3   E0  2   /0  20   1/hl 0 x1  x +0 $  ( 0 2   v1    1   H1  0  ht y 0   O2   J1  4) G0 1 X  j0 , Y  s1 c 1   1  hp  2 . `   1  M D/ n 1   ?1      60  W / ;  71 0ho   Q1    v V/  h1   1      b0   : 0  y1 d0hz 0 W0 K/g2  R1 *    1 +  1 h2hz  1    0   g0 o1 pN0     0 $    g f2 ) 2 hv  2   /1   B 0   /  .  H0  p   Y2    1 7   w1 2 hz (0   0    0   | 1   {0  r  ~1 + v 1 % g 1 Rhx w82 Q )Y0 P  , "0   0 q ;1   2  S m1  D2 
hx   1    12   1 M 0 0  [0 2  ]0 $hv 0 3 30   1w1  1   a0    & k3 8 1h{  /  | 3 2 s/  y0  &  0  *    o/  +  1  Q  
0 * hv  2 ?  ;1 < o v[0 % i0  m .%2 a  1 X  
1 ]             /P                                                                                              3 Xh{ M 0  7 Q=1   :0   2 *  f2 !    1  ] 1 0hz w'/  k_1   92 1 j1    0   k2  k ,0  < !0 hz 0 1    1   /   T ;1   1 - V1   1 hz  7 1   ' O1 (    H0 3 0  )0 4 = 1 + B  0  U  >1  \  \0 Qho d0 P J1 n  1  I ^1 % g   >/  J   1   K   =1 P D 0 =hk   {/ #  e1   o1 " } H1   d0  ,1  /x2  0 hz M 0 0 jV0h1  w1 $  T0  1 l1hx   X0   1 } - `1I 1  $ i1    Q 1 -  2 ' B1 hx 0   w 1   .1   1  ,  1 % R   i1 > [ B r/ 7 U  0  chv  0    M1    v0  k 1 U  |w1 m  #0 
  Q F1  y  i0  \hv 0 [  1 \  O1 > P $1  1 &   >0 A  X1 B   ;/ 0hz 2 " 2  1 [ 0 m1  Nn1  0   1 hn 2  w2 1@ f1r  N0m  _ 
1  l h0  0 2hn  0 3  x0 $  - ?2   z0      R1   O1 }2 %  A_0  Dhv  ?0 ? 5 1 ? 1 1 $ V 1  m  K1  \  > d2 E   0 S | 1 uhr l 1  | 1   1 ,1  {1   5 ;0 m 1 = T0 Fhg q1 	 c 0 
 c ^1 DS1 ' d1   01 0 1hx  +0  w 2   U 0  1   0    v 1   8 1 
 T 
2hx z1   g2 !  1 ?1 A 1 8  1 9  k 1 8  M 1 "hy  1   n 
0   J 1 " j 0     I2  0   0 U  J2 f  d1 [hn  1 R  I1   g  0   1   1 ~  ^1 } F1 v 1 Zhp k0 @ 
J2 : d1 ? y 0 +  T M0 
  1  0    1hv  Z 1 
K 01 12   a1 $   0  1  1 $hj  r1 / 
 1 ) d 2   0 &   1 =    0 F  $ v2 4  , 1 hr   N1 	  
  }1    22 1    2       G2  9  `0  B 1 Nhl  _2 W 
  1 I  0 ; ,y1 M  0 m  ` $1 h   '1 S  1 Mhf  0 Y 	  2 O  s 2 -~1  \(1 0  1 6   '1   O 2 hw 1  	n1   1  / " 2   0    z1 %  e 0 /hw  )2 ( 	2 %   T1 $  1   $1   a2   1 )  F2 )hg x0  	82  1  3  2  0  2   1     1  hv   z0    	 1   \2 A  &0 :   X1 	  {1 CJ1 "  1 Khn  I2  F 	1  8 11 B0  M   Z0  7   d /   2   d 2 -hg L 2  / W 0  %   ^0  .  2  E c o1  G  + 0  !   {1 $    1 1 ht  1 9 '  !1 1  /2 # 2    1     1  d / n1hv  ?1   1    1  1  
2    (1  ! A1 0hk B0 %X1 12 =1  Mf1 0 } D1hp m 
2  %1  1 6H @1  9   1   A   1  [ u 01  e  1  Fhr   L2  5  52  Q    1 5 p  Y0 8 i  + 0 ( b  2 # v  1 & {   \2  Rht  s L0 -  $ 2   -   j1  <x 2 * %   1 #    c1    C 31  .   |1  hg  J 1  0 et11  j1   /  &2 M0hv j 1 % J0y 3~c0   [2   s 0  2 u1hs  m2    2 1@c2  1  ,   V1   : 0  @ c3  _hs  l0   O 2  x 3 0 h 2 r j 0    - 1 (   0 ( i   Z1  jhl   2    u1    2  f b )0 6 2 0  0  ;  ) e1 - $ X 70  
hq 1   
0   $1 D 0   +2  0  2  n1 hv  ;0 | 1 Q ,1 r1~  71b  52n 1  P -2 hn 0  t3  Q0   2  	   &1   3 	  0  /  1 2 @hv + 1 / D z N1  b ~2  W @0 !  g w1    ?0   }V2   \1 
 hg P2    /     \2  To1    2 t    ^0 ?  "1 &  1 -hg   62 %   q1   (1$1 Y1   "1 1v m{2tht 1z 1 b q1 
I2 L 1 	]   2 ^  41U  2^ht  >0 |  y 1 2  2 C n 0 ?   2 >  M 1 D   1 ;   t1  hr  2  : <2 - z  '1 C 4 1 @   1 6   )1 2   1 (    G0  hn Z0  r1   3  03  F3    }0  1  
1 ht   / G +g1 . f0 &0  j/  1 2 *1hg 2^ 2J 2U \0M % 0 (  ` 0  _ B2 D m 1 6dhq 1 <T  2 +B  3 $bX 
2 8  * e0 S   h2 a e 2 _  ! '1 _ hr  1 b 3 ,1 Y -  1 E 4 1 A a  2 Q   m)1 P   1 1   1  ho M2     1   0  m[1   c32    b1   CH0  M2 hv H1  ]1 b 2 )(1o  @1    1  2 O1hg b2 2  31Vp0" 02*  93J >1 G  1 *%hr '2 1% 1 8N V r1 Ee 2 KY  2 @[    1 @ ~2 Z Wl2 shp Q1 q  2 k  @ 2 n S$1 b c  1 D \   ?2 : ~ f &2 L    f1 T ht  20 >   2 )   t1  x2   1    }3   Z1          !   /P                                                                                            2 hu  d1   n 1 _ 1 e 91 i  Y 1 5  +0 2 1ho SZ1 1 2w*1 N1{   B1H  1* 40?hg r :2 W  N 1 :R  2 ?L e1 <o  P |2 N  0 [  | 0 K r \3 :ht  1 K  s2 a    u1 \ 2 Q $  V1 T g   I2 N   u0 ( {  2  xhg 2  G -1   [ 1 	  0   p2   41  z 11   10 ehd 2 _ r1 |  21 q0 ? v81 +  -2 : 1 *  V1hp 2 1   #2 B 0 	 O c1   2   52 ,  i 1 :hn ] 1 1q  #1 4x / 60 N % 1 d  1 ^  & $2 V  *1 _   2 ahs   1 A  > f2    11  1 >  1 K    1 4  O2 # ? F 1 & vht  [2  c  V0 9 @2 >1 ^  J1 Z  SV0 ? t1 F 2 ahf G1 T 0 ' /2 q"1z +  mv2 .    2  1  m2 hr  2 *  \ !1  _ 0v2 1 	   Q2 / 3 Z0 3 ~2 3hr 2 J  H 1 \  u 1 H  1 +   2 :  N1 h 1 } {1 phr   2 i 21 v ' 71 l   1 @  1     V2 / /   A1 M @  [ B2 B 1hg [1  > 62  c  1  ]  S1  $ n1   em3   i2 "  { 
1he 41  1  >1 %2  qS1  |1 3 r1ht ^1 3 81G3 p /  1 2   1hn  2 0 	 e 1 :  _ K2 ?  1 b D @01 x -  \1 V    Y3 1  E 71 D Bhb 3 1 p C 	2 q   v y3 U (   2 W ^  2 o o  J0 j S   1 B M   P3 ) nhf  x2 4  	 0 = c   1 ) G (2  V  2  b    ?2 6 x 11 R3hr rw1 	2 ?1A1 b2  =I2 H2 1hc 2 	2 [ E2z 	1r n2  2  @ a1 
  >2hn z1 	EI2  F1 , * 81 A ~1 1  u2 4 % 6 2 Q >  1 U +hj ! 1 . % 	n >2  M  1 1 u21 I p 1 @ d   v2 7  [ }2 D   1 D hn  1 !  	 =2    X2    1    ; 1  z  f2 j 92 w  2 lhn   :1 = 	]1  ]2  9 I1  L 1  2 x1 2 f2hq  1 	V =1i 
Q1e21 1 	  y #1 q }2 p U2 !hp } 92 E 
 1 @  q2 l1 
  i q2 )  H2 <  w 1 & 2 hc  3 2  
 2 B    Y2  1   %d3 	 Y  { 	2 % x 9 1  e <2 fhg  1  
[2   1  i2 w  P1   {2   T1   1 ahn 22 s 
 gy3  + >1 { ) 2 < -1 -  Y,2 D   "1 6  {1hr h1 
W3   t3 1'0 4  2    80 
  Y 4 ; ~/ bhn 22 Z 
 2 P   2 d W2 s 30 [w   2 Cx . 2 R  )2 khn  ^ 3 _  2 E 1 D ' ;2 I   [0 $  2 {>2   2  4hf  1  #   0  2 6 82 o 1 f   bf2 ) i3j  E1z Jhf  73 j  41 X h1 P1 r  2    U0 I B3  1 hg  Z2 0  51 !  - 1L3   2 #    1    2  1 hn s 2 .   2 ^  1 k 3 a C c2 j   3 | f1 k  2 Chc  1 B }i3 n 1  2 k  / 1 ]  g2 t , 2 {   1 Jho 2  1     G2   ?2  1  E2   61  5  D 62 hp 1  #2 !  |2 6  1  1  2  3 H  z2 6hl ZV1 %2 2 $\1 # ]|2  1 3 ,  L1 <hp  J1  *K2 L2  1   1    - r2  q3    &2 , hr  1 D   w 2 * 0 	2   2 ?   ] 1 G  %1 2 93 ; hn   2 \   30 [ [ 2 .= ?3    2 %   y31 8   N 2 #  12  hn   D1  C ` 3 1 4  C 1   	1  3 3    1  =  1 2   1  hq 3  =  }1  T   /2 22  nG3 /   1 = j 2 
   7 G1hc 2 % 2  \  n0  @ m  2 11  a3  ^0 2hb o2 2   F2 	    1  2  J2  ,3   <1hk  2 
1 2  { 1  u 3  a2 m2 2 hd  2  $1  ~1  2  '   V1    Z 1 u2 
   Y2 hn R1    2   W 2  4 2 A r [E1 Z ^  	4 @ &  60  $  w4  Ghg K ]0 , D   x3 6 # u4 , +. 1 U " W6 L ]   , S 7   6 -   % 0  6h` c A2 
 A  4 $    /   6    .  =  > >5  1  ) ,/ 4hf K0 2 1(2 72  g@2  |l2 "2ho 	2 3   %1/4 t1  3   _ 0 _3hb e_1 !3 1=2   1  b2    41 *   s 1 A hb  1 (  % b1   ; 1   1 *   1 2     2 + $ , 2 5 V  2 N ^hg  1 Q D   v2 < 8  # :0 2 ?  j2 @ 8  + 1 G !  k D3 9  1 , 8  X 4 + Ghl   X1   9  b ,3 +  a2 0 52 * \ 1 
     2   & 2   ~2 .hr   '2  +  ; 2 	 *a31 =2  dq1 3 2hn iD2   3  P 12 2   x 2   >1 ?2hc ?2 3    #3 @3 3  2    
 @2 %  [  2 "hr 1  1    e #1   2 0   1     @2   3           "   /P                                                                                              2  ha   e2  (  P2 & K  3 6 Zl 2 3 F   L1  &   2   P 1   *   =2  (hn  2 	  S3   2  #  S1 1    _1  
  F2  2    F2 hl  h m2   1 V3  /2    o ]1     2 E2 2hn  2  :2  2 2 
 2 	   3  e2 1ho   1   <1  a2 3  2 *3  2  3 K1  $  Y1  1 hl  &3 "  E3 ! 1 ?2  j2 	   r3    ,2   r 2 hl  2    `3    3    t 1   4 `1      m3  < l 2  C   0   ho  M2    R3    - 1 0  _2 2  !4 -   2 6   1 < *  ' %2 $ ho 4   1     1  G 3 #   2    T H0    3 !  3 ha  3 F/ 1 22 <0  4 3 1 ho 04 M3 *0 3   A4     	1 2  c3 "hg  1 1  1  p3 z~1    -1 @   23 ? xJ2 3 [S1  Bhl  63  [  2  Y  v1 @ Y2 5 , }3  5   2  ) 2 3     M2  *hl & 1 5 N 4 7 O   1  %1    
2     c 1 2   E 3 (  X3 hn ?1 0 
  ) 3 K   { 0 > }2   ,4   | 1  4 (  [ 0 'hk  41 "  J3 *    / '  ' 85   0  3  3  2hn M3 vM2 F4 0  _=2  Z2  (3  3hk 2 z\2  2  2 )  ?1   .4 $2 2 h` 1  '3 	2 2  )   3  !   2   }2    T ?2 hn T 2  * + 2    w Z2    1 0 / c 2 > E  K 3 5 4  u 3 )   0 z0 2 !hg   4 G +   2 T   1 R / 62 M   C3 I 9    [2 6 B  b .2  #   3  hn  f 3    2    2  	 k1    {2    j 2 " *   2  k2hn 2 2 12 -2  v3  2  1hn `2 2   "2 y 2 |2  2    
2 ,  1 hl >1 \2  3 2  C2  :	2  0p3 
   1  hl I2  Sz3    2 # 1    1    : Z2  & 2   @ X 4   ^hb  2  9  K3  2 #  >3  6   B2  )  3    Nw1 ! C  A2 D ahn   1 P J  
 b1 0   2    _3  ;  3  3  A 1  	  E 3    2   h\ T 2 ) %   1  e 62  ! 2   K2    =1  D2  l3 hb 3    f2 	 22 3   { :3  	 81  2hl  6 2  Q4    2U2 %S1  2 1 2hl 3  _3  >  I2  /2  ~2    2 = } 03 ?  11 )hg  [2 /  2  Z  '3 	 m 2  Y  2  E  2  L   3  R  p  2   >hl 3 ( \3  4   3  ; 8 (2  # 1   3   c e2   3 ha  2 	  [2   L 1 -   3 8   1 %   3 
 Z 3   1 ~2 hl   o2  &2  3 ) p2 H  2 N  M g2 . . 	3     /2 	h_   w3   n R2    2  B 3   ( D2  C  ! 3  C  o3 :  ^2 4h^   3 '  t1  1 [Q3 / h2 7  }B3 ! 2  3 hf `T3  2  x~1P`2  2     V2    E2  2hZ 3   2    a 62<2 W4   2 /   >3 D  M 	2 2 hg 3      &2 %   2 /   2 -  A p2 )   3 . # 2 6 /  3 4 hg   2 -    2 ) # X 2 + /  2 -   2 0   +2 /  2 + 1 2  2hl Y2 ( J2 ) 2 $  Z2   ( P2   2   _3   2   &hZ  3  2 2 1 2  3 g3   W2 
 hk 1  3  h23    3     ~ %2  D 1   3 h` O 82   #2    2  3    3  2  7h2  'P2  hl 4  $ 2   j3 |2   M ,3     2  1 t2  V3 h`  f 2  	   2    J \1  ~2  }2      C3   =2 
 2  hj 52    # 13 / /  q 2 B  3 -  @3      j2  P 3    p2  
hg   42     S2  1 ` 2 ) <  _2 , <  ] 3 # >   ^ 2  @   4  0  @2  h[ 4   2   2 + 	2 # x3   3  2   .2hk _2 
|1 2     53  {2  S3 Y2 2h\ |2 
a3 _24 
   D2     2  3   r3 hb   13  
 | 1    42  3  E h '3  Q  
 E2 , A  V ,3 ( 6  t >2  ?h_ 
 t2  A 
  `2  2   3  ' 2 % .  : `2 / 6   6 L2  0 1  . 4 2hc  F X2 	 ! 
 L 2   2 | f2   _ 2 (     3 +    v x2    2 hj  !2  	 - c2    2]1 f4      J2 '   @ ]2 : ~ 
1 hl g3 	 S2   3  P2 2   $3  2   2  h_ b~3  	3  2f2 H3  ]3   l2  K_3 hk "2  	No2   " 3  > 43 2   1     o3  & " 2 & 1hg   O2  . 	 Z3 	 0   2 	 3  \3    O A2    3   3 ) !  Q a1 E .hg  ) 3 M   	 n2 A   S3 ,  u l1     3      x3     s3     2  hc   2 &  	 ~ 3 /    s3 ,   Q2  	   .3   2  4 L2   hb N2    	B3  Bk2 4    2    3 3  / 2         #   /P                                                                                             V 3h^   #2  	  Q3      /3 2  2   4 2 S3h` $2  Y2    3 + `2  
 S3   2    i3  f 1hg  =3  4 32   3    2   3     3    Q 53  $  V D2  hg h3 
 !4   3 '  I 93   2 	   3 ,  /1 1  3 hg   }2  A 3  
   b3 ! 4 3 + 8   [1  $  2  % 2  >   )3  <h_  s 2  LH2  K13 % N 3   +  K 2 )   , 3 	 3   Q2 $hj   n3  2 "32    @3    1 3 3  hg  F [3   N2 23 1   2 c3 \f4 hb   $2     3   ,13    B3  #  L 3 )   K O2  3 	 h`  V 3  +  l2 "  o .3z3 3      d2 8 !   3 ?  2 "2 ( hZ 3  6   $3  C   v3  +2 s3   K 3     s3    0 E3  hj 3    & 3  2   3  & g R3  }3   3  /   3  5  k2  h[ ql2  g3 2   3   5  z3   3  4    !3  1 D ~3  h`  , 2   N~3  3 & { 1  3  T3 K4  2  hg  ^3   4  (3   g 2    `2   +2 Q3  ! 2  hb   X1   3  5 f3    ) $1     3 3 44 	 hg  12  #  Y 2   4  3  2   X2  2   2  	  k \2  <4 hd  64  D  3  D   O3  ,  2  ,  K4  ;    D2  -  L )2 	 v3 h^ 3    E C3 $    r3 ) = 2  T2     8 3     W4  83h\ 1  ) 2     d1   # @2  e3   4     "4 3hf c1 M1 12 W3  ,Z3   )3   k W3h_ 2 3   3  i3    + 3  r2  4 -  3 *h_  3  Vd2  q4  8  2 $ @  U G3 ( '  2  & 3 
 C   '2  Gh\ / 2   m [3   E &3 # w3  6  1 " +    2    2 ! !   43 2 8h_   3 +   h2 	 3)2    2     #2  4  J3  hg  O U2    i 3   k2 2   c3    3    ~3  L3 hf 3    ;3   2u3 Sb3 	   W  2 #   7 H3 +  Z3  hg v4 
 5  3  =   2 1 tv3    h4 6   2 ,  &2 hZ Mx3  2 9   3 * 3 _3  =94   b2 +  ] 4 hg K{2  8?4 #  L2 & v _2 P1  3  >3     3  
hg  L2  	3  4    n2    . i3   -3 4    2 ; hW  3 G  3 8  H3 /   3 5 "  3 ,   2  m *3    ^4 * *h[ G 2 ? *  d 2 ;  p 4 6   C3 ; <   2 - ,   / v3  3 4 h_   2  .   /4  2 p4 A 3 O   <2  2 yY3 	hb ~ 4 5 5 2 )  3 2  4 >   2 +   3 3hg ~3   43   32 G2    4   p 3 h3hf ~3 4   e1  S3  3   b 2 $   4 2 *  3 hg ~3 3 	  "3 %   q3 +  	2   O3     `4 1 ) C3 ,hW } A 3   R3    4 & =2 =   3 *    3    <4  = ? p3 & ?hf }  z2   )1 m4  +   3 ( C   3 2 !   72 "  3  8   &4  Rh\ } 2   *   j5 2  4 , h l2  '   { U2 	  I3  3 	 :hc } _2  2 4 TL4k4 ^2   4 22  3 hZ } T4    V2  #3n3  o4  
 <1   !3 m2hg }Z'3   :3  3X3 
3  3     A2 # H $4 hZ }Q2     %4  >  2    4    23     34 
 3 g 2 * -   3 - 
hg }z 23 )   3 6 L   3 C Q u 2 0 ! 1 J3    "3    9 <3 2 .  k 2 / hd } &3   3 
 3   53 $ N2 0   4    \3   R4    2 $ hV } l 3  3  L4  	 c 3    .3  3 %3 4 	hf }  /2  3  l3 3    @2     3 G3 k3 hf } 2   /3 63 63 1  <3 7   
3  q2 3 h` |C3 0  m2  {p3 (4 /  ^4 T  v G2 1   l3 3 hX | 3 B  3  E  3  3  	 4  1    3  >   }3   l 3h^ |#3 
  - 4 ,    2 M 3 D = X4 6   w 4 > , v!3 A   ,3 +hd | 3    D ~4 # & 2 :  4 8 \ g3 (  Q 	4 -   J r3 >   6 3 4hg | P2  Y4  d3   >2  K3  G3 r4    <1 hd | g s4  3  4> 72   g3  2 +3   A4 4hf | <1  &.5 1 6 =  +2 1  2  G4  =4 @h\ | 2 >    /3   #6  @1    4 0  7 \3 #  33  2 -hg | '4  =   s W4     24  4  +   { \3 3    U2 " '3  hg |4  ) - 3 "  3   2   S 3   v4 @  Uu4 J  3 9h[ {S >3 ,  A3 +   P 4 'P L2  3   M4    s3 6  3 >hd { ?4 / k 4 !     }1    4    ?3  4   R2     3  hg {2  Oi5  4  - 2  ;3  3 i5 *  g2 -hX {3  ;#2  
4 ; 2 6   5   2  Y4 !         $   /P                                                                                            03 Fhf {z ]2  0 L 2   il3 ]5 7  h2 )  4  %3 
 24 *he { 2  &  : g3 ' N (3 # 4 #    p2       3   _3  4hd {  }3    3 7   2 0 @3 )   @ I4 4 !   k 3 = J 3 ' ? 12 hb z4  V2 -  4 , 
2  B4  	    W2 $    3   2hb z  4    |3   F4 2 G 3 # X 3   4    c3  3hW z42  4  r2 %3   ?3 	   |5 -  2 B 4 74 $hg z 2    &x4   3 5R 3 *  u3   q4 +  o3 U  3 Khf z3   h3  E3 ' 2 / 4   3 Fo3   s3 !hf y  4    3  G3  }4   q 3 7    r 3 B  3 :  C4 4 hd y G ^2 *    F3  3 4   2 *   c5 9 L Y3 <  [3 @ hc y  3 ?     3 (  E 3   n4   u3    ! 3    m P3  3  hf y4  ,   e .3  (  33 p4   3   4  R2 h\ y04 '   c3 =   3  "3 3   4 $ f R3     ?3h_ x{2  4   [3 $3  33   :3  h3  4  h^ xB3   `4    L &4  -  2    u 4   < I3   P4  2 2  hV x  b3  3     84 1 !  3 >    4 (   43   5 "   \3 2 hV x  c3 %03  ?4   q (3  +  3  
   G 3  I3   5  hb w3 .   4 %  %3 4    w C2  $   	 4 i3 ,4h` w3 4 	 $3 *4    L 4  +    v3    2 *4 3hf v 4   33   [4dX4  u5 "   G 3    3 3hb vT43   4 !3 14    4 '   ;3    U3h] v 3  24  a 3 "   4 %  R3   4     R 13 # &  @ A4  
h_ u[3f4  3  # \ 93 ,   I4 +    3 (   M W4 1 ,  3 2 %hZ u3   s 3    F5 6 3  '  3      3   4  *  7 3 ' 7h] u R 3 $ X -3  4 h4     83    3 d3 x5 hM t  3   V4 24   s3     4   .3  $4h` t3  3 Z43 -3   3   2   W3 hZ s5 
  r M3     3   % 4  4     3 !   ;4     3 h` s2 # #3  ;   I4  , :3   74   u4    , J4  $   =3  hN s3 5 )   3  3 3    \ _4    %3     4 +   >3 ? hZ r  3 3 -4    3   t H4    1 )2  g4 O4   3  hN r  K3 &  3    5   / 43     4  	   ] c3   4  A 4h_ r  44  \ 3  4 4     4      3 3 4 hP q|4 	 4  l3(4  3    | 4   9 	3 5h\ q  3  5     3  
4  4    -4 !  W 3  4h^ pg44    B 3 $ $  3 !  4     . 94 " *  3  &   3  h^ p w =3   Q4  ) d 4  2 m3     ( 	3      !3 & 2   4 " 9   p3  hZ o 4   W4    /4 $  63   b4   C4   4 (   B4 hZ o  C4 4  K3   4 "    3    '4  N3   4  h\ n   3b4 [3-4  3   n3  *5  z4  h^ m ) L4  i A3  4 3  j +3    4   !3  4  hH m = 84   Z S4   4 }3  5  &   3  & 4   @4 1hV l ?4 F %4 <   +3  n4    13 	   % 4 $ * ) 3 % &  g =4  hO l4   4 4  -  | +4 %4  Tq4   }4 	   #3 "   %3 ! hM kj3  C4 $   z 5    3   73    13    y3   { V3 h` k4 	x3 !  e3 )    3   	5  @3   !4 "  W3  hL ka4 d3 3   (4    <4   4  4   4 ! h\ j 3 "  } "3 
  3   !5    m 64   4  U>4  p]4 hN i3  . 5  ' 4  4     + >4 
 0    g2 +   $4   1 3hR h Y :4   F4   4 ! $4     +4     1 {3    F4   3 	 hN h 3 !  I5 *  3  4   3 	    R !4     @3 	  u 
3h[ g j  4   5 $     2 ,   3 "   '4    .3    ; H3    E3 hN f5 i4 4   4    3    3    A3    o }4 h_ f  =4  + 4   (4     N -3   :3 "  {5  5    "3 hW e~4x4 
 4   ,4    3   L4 3    5 hW d O .4   	2  4 { o3 "   4 /    > Q3 !  4     4  hR c b M4     ) 3  33    @ .5     V 64  &  H 4   *  m 4 % -hS c  j5  ,    }3  (   L4  %  23  #   G4  %    63  3  3   ?  i5  ;hZ a L 3  &    O4 
   D3   4   3 
    <5    3   5 hX a3   4  4 5 4   ( 14 	   m3   D3 h^ ` 5    %3 
   $44 4  w3 x4  3   hd _4  	  4  	  -4     O3    # %3   1 4  _ A4   q B4  
hb ^ N4   <5     N 3   3 M4    3   4   ) 3  $  + 83   hb ^4   4  ,  3  8 V3 -  A4    &4   a4   	       %   /P          	                                                                                    _4 
 hd ]  4   e e3    O (4  & ` 33  #  F G5     3   4 3  hc \ 4    4    4    4 "   4 S4 "    1 n4    4 L4     T 54  hb [ r G4   r K3    g 4  ! ]3  (  73     4   !4 5hb Z3 3    3  4  4 	  4  3 3hc Y4   4  S N4  * K3   4    3    3 4   3  hS X4 `l3 4   4     4  %  3  (  ; #4 # &   3  hb W ~ q4     G 4    (4    4  $   j4  #   A 3  %  . 
3 ' +  y |4 ) &h` V T 4   4    4     =4 ,   X3     l5  	 q4    5  hb U h N4    4 4 g 3   4    f y4  4   4  hX U  `4    L 43 z4P4    4      !3  	 r4   4  ,h` S p 4   8   {3  &  + 
4  5    +3      4    3 4  |3 /hd S ;5  =   V4  "  $44 4    0 =4    13  4hW QCm4   ; &4 
 	  8 l3]5 oz4    *4    3   R4 hT P@4 	  + 5     3    :4 H4  4  d U4   O4 hW OP4  	  4 $ 4  v5 4 :  3 !    04      +4  ( ( v4 ! 4 / 3 # hb N  4 	  4  6  3  N  {4  6  .4   >5   4 -   J4  hb M 4  4  4 2  4  /  K ,3   h4 5   4 &hW L  _4   4 b4  Y4     M3    4  r3  
5 hc L U 4   4  A4 5     /4      X t3     -4  5 hS K  K4  !   4     5 
4    '4  #   2 O4   p .3 5hb I4    +3    (5 4    4     = 4    1 F4 4h^ H4    (3    5  * X3  4    *4     c4    6 )4 hb H4  q4   ] 4    H3    4    5  0   "4 $ 7   4  h_ F  94    3    44  &6 4    [ E2  
  4 #  D5  B   [4 " 1hW F  S4  
 85  4 -  4  *  0 >3    5 ?n4 !  e4  +hT E  [3 5 zw3 	 4 " 6 4     c3 
 !3  5  h^ D  _4     >3 5pc5  i 4      Y4  4  A5  hb C L 4    n 4  { E5E4  X 5      4      `4  V4  h` B 5  ,   i4 &    
 g3 5 4 #    @4  *   g3  
 M4  hT A|}5  4  4  D   A3  5 mc4    5 B  {4  0   n4  
hU @3    v5  @ < b4  5  [4  g4  m4   4 !  _ E3  hV ?05 	 <4     G 4 % * S a3   X 5  F5   t 4     3   hV ? e3  z4  	  f4  +  4 !   y3   5 ]4    24  h` > + P3  5 	  o4   U4  "  G E3   5 !X5  4 h[ =b 5  	 ' w4  k4  z 5  . D x3  "   = :3 *4 n4 hY < 4  	 & "3 	  +5  4  A   4 ' E    l4 $    5 4 h_ < 4 = 	^ 4  #  N O4 
 4 $  y4  N   \4 ! 7  I3   4  h` ;u}5 ' 	  4  !   @3 5 ot4 &   3  %  r a4  ; 5h\ :^4 
  5   4 
 h4  74    " 5     U3 &   .3 hb 94 
5  ^3  J3  H 5   4  "   H5 ) )   3 $ hW 9 S5  
 	4    24  + e4    ! 4    4  0  r4  L   <4 " 3h` 8 /4    4  4 . 4   &4    !5   5 *  p4  0hQ 7 C +3  I5 Sv4  u5    P3   E5   k3  C6  $hY 7  R4     D4  55  v4   &4 	 >4  4  &h` 6  "4 0 %  ` u4 1 n @5 4 
   )4    w4    ' O4  3 	 hS 5  	5  <   x4 0 0   l4  
T4  4 -    4  %  +4   4 hT 5hu4 A  5  K   %3  5 4    5    q3  & ]5h_ 44    6  -  \4  ( @ Q5 
  i4  5 	  H4  4 h^ 45  u4  (  {5 ! 3 y X3 +   L5    5  u ,5    2 hb 3 R4  5   P5  .  a4 -   k4   4 \5 	  :3 hb 24 5 >s5  n5  #  b H3   r 5 4   6 h\ 2 f4  G5 3 
 4 	 = ' 93  5   7 /4   p5   !5 /hT 2 4   	 4  65   4  E  4  L    o3 %   E4    4 &h^ 1  6 .   ^4 
 	  =4 	t4   65  6    83 $ !  T5  4 h` 04   f !3    L4 5 54    Y4  #  d =3   5hV 03   6    f3  Z4  P4    /5     /3    94 hb /g5  4   4   3  F5 	  4  #  u5  )  ; -4  	hT / 64  4    
5 %  I3    94  5   15   6   4  )hV . O4   W 4  5 ! K4   ,4   ;4 5 (  p5   3hW - m 4    4 3  5    [3     O y4   4 	   t5  *h^ -  3  $  W 54   5 
4   X4   -4  v4  4  !hO - {5  "  P G4    F5  5    5     A4  =4   5 hV , 4      ; 4    P4   k 
5 	 4    
4   )5  5hZ ,;4 	 5    4   
4 4    \5    c4 