               ,^                                                                                            ;---------------------------------------------------------------------------
; 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.


;
;
;------------------------------------------------------------------------
; 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    
prefix      = DSF_S   		 
disk        = /data  
recsize     = 1                                              
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
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.95

; sensor dependent parameters
;cal_date = 01-26-16
sens        = 0.0639
SN          = M719

[channel]

; instrument dependent parameters

id          = 9 
name        = sh2
type        = shear

adc_fs      = 4.096
adc_bits    = 16

diff_gain   = 0.95

; sensor dependent parameters
;cal_date = 01-26-16
sens        = 0.0657
SN          = M904

;------------------------------------------------
; 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   = 20.14

;-------------------------------

; 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.

              ,^                                                                                             } i  x }                      =     h   ( }          
   (      =        9 i   }                         . h     } Z   ;        
          
  h  	 
B }                      J    E h   	 }                           i   n }  H          (      
        ! i   * }               
    6 	       h    }  B    	E       Q      N        \ i   }                     Q     i    a }   _    !   
H    	D                i   C }        	          &        t i    } 6      )      	 E     f          i    }  !     |            #   V   I h    	}   
               B           h    }          O    g         
5    h   }   
    
             	 <   
  i   6 }                  3       	 9 h    }                          / h    } j   I   	                   h   G }                 Q    S i    # }             $             i   c }  I        /   	 8      
   z 	    h   ! }                   <         h     }  ;    F   &     `     \       T 
i   
}     	               \    
 h  \ }  U        H    O               i   > }                 6   #    | h    }  .             	D     o          i   }        q            
#    \    R h    }                  =         i    ~ 	        >    R         /      h   ~                      4     h   < ~          	            9 i    }                v    r    + h   	 } x    W                     h   J }       	                C    J h   " }            ,             h   Y } 	 	I        =   C       r    h   }   
                  D      | i     ~ }  	5    
I    4     r    k        P h    }     
   	            e     	h  
O }  D       E   	 V               h   4 }                A   0     i    }  $             D     	{           h    }      h            1    t     n i    }                A        i   }   
     
 2     F         8     h     }                      .     i     K }  ,                        ; i    }                a    b    & i    }      c             
         	k i   	A }            	         ,   4 i    	 }               4               i   O }  J        M 
   O         l      h    }                  S         p h   n }  +    	L   B                   I i   }                        p     h    A }   3       E    b               i   ) }          
 &     R     D     i     }           B               i    }      W  n         	0    }    z h    }   	              <        + h    }         "    7         9               ,^                                                                                               h    }                     +     h   Z } :       
                   @ i     }                  W    W    ! i     }       v         
            	 h h   G }       $   /                ( i   
 }      	       <               h   ? }  H    $   Z     X         ]      h    } 
 	                  V        ` h   \ }     J   K                   E h    }             2         ~     h  8 }  $      
 C    k             h   % }  y           #     Y    N     i    }              9              h    }      G  ^         
8         i    }                 ;        @ h    ! }            
 '        	 ;    h   
}   	  
 	 
     u    s    	*   	 	 h   l } K                    y     B h   	 }  	                H    M   
 " i    }       	)                  c h   	M } 	 	     9   >         w 
        h    }             F              i    5 }  E     ,   k     g         T     h   }      	   	       `        V h    N }      K   Y                  6 i   }      
   
    ;      *         i    % }          C    t               h    }  j           *      j    b     h    }           	 	@               h    }     ;  Q         	7          h     }  	             6      I h  + }                   	    ;     i    }             g     e   
 "     h  	 	w }  	W                       	m    	? h    }        
 	  
       2   ;    	 h   	 }       ,                Q h   J }      G  I        m         h    }             L        u    u h   - }  H   	 8    y     q         L     h     }                  e 
       D i     9 }      D   \                   0 i    }              J      < 	        h   ! }          C                   
i   } \     u       /    w   r     h    }             	;     	    '   
 	h    }   
   (   ?         ;         h    }                  5    
    Y i    : }            
        E     i    }             Y    ^   &    h   } m    	               h    G h    }     %       ~          +     h    }         5                  I i   K }  #     X   U     	    c        h  	  }  	         S         g     h i   ) }  	N    H               H    h    }        %        o       8 i   , }      H   g                 ' h    }          !    R     F         h    
}         @             	    i    	 }  I    `       ,     ~    {    i    }              8         -     h    }         2         ;        i    
}   	         ~     .        f h   G }                        E               ,^                                                                                               h    }  	        	   P     	R    
      h    }   x    !                 c    J h    }   ,    2       w 
     
       	 h    }           =                ? i    I }  )     b  _          Z         h    }  	     	      \         Z    V i    }  F   	 M                 :    i     }         /         z        . h     }      E   s                   # h   w }         +    e    Z         h   }        @         
 
         h    } =    V       2               h    
}             0         =     h    
}                  	:    
     h     
}   	      x    v     1        { h   [ }      
           
}    H    i    }     	 	 
     <    A        
 h    }     (                 X    J i     }    =     A 
       q              
 h    }         E     
     |    }    5 h   J }  4     s    n         Q         h    }              f          N     G i    }  J    \                 6     h    }      #   G   6              # i      }      A   y                  h   ] }  u   	 	   	(   l    d       
  i     }          5                  h    	}  ' 
   ?       3              i    
}           0        Q   2 h    }   
      	         I         h    }        k    j     .       i    k }   	              o    
F     i     }         
 
   )     0         h    }      .                  
E    C h    }   J    L      f           
 	 h    }       O         l     l    , h   N }  C      }       O          h    }     "      r          B    6 h    } 	 L    h        	        1     h    }      #   R    G              h     }      B                	    i   W }  l       	.    }    {     	    i    }       8         (         h   }     4       7            h    }            	 +     
    ^    = h    }                   >         h    }         T    	V    	 "         h  s }                   e    
E     	 h   % }   /     
  {           #          h   }       8                 @    E i   ! }    Y     U       Z 	           
  h    }        T         \      X     h   	E }  F                 ?         h   
 }  
   *      w         0     ! i      }  D    
l                  '    ~ h    }  	    %   ^    W             h   }     A  
 	    	              h  G } ^       5                  i    }       
 8         >           i    }      *      	 A             h    }         {    /          v   T 
h   
}                F          i    }         B    E    	     	     i   }  (                 Y    G               ,^                                                                                              	 i   	 3 }  9       t             
     h   }       @ 
     {     ~   5    I h   0 }  m    e       S             h   
 }   
         _         Q     I     i   H }  V                 
6         h    }      :   '    |               h    |  >    r              
      f i   } }      '  i   a      
        i    |     <                    h   1 |  H       3                  h   
|       	 4        L   /     
h    
|    
           ?          	    	h    |     j    h    (               _ h    |   	     
      	 p    
 
C         h     |   
    	   /   6              i    | +               P    G    h   C |  H 	  
    h 
              	 	 h     |    P       u       t    /    M i    @ |       y       O         	    
 h    | "    
   q        K    ?     h   O |  e               2          h    |  $    E    4                    h    |  C                         W h    p |      
.   	x    r              h     |      :       "              h   % |  ;    	   7                  h    }          1         Z    9     h    }             >            h    }      V   V                   o h    }              h     F          h   + }         (    0             h   }  =                 Q    R     ' h   \ }   Z      i             	     i     }      S       d      `    !    I i  D }      ~       >             h  
  }  %        p          5      '     h   
D }  f             
    %    ~     h    }  #    U   	I                   i    }  >                        G h  ^ }      -                      h   }      4       1               h   }  .       
:                  h    }         3         k    M     h    }      	        D            h    }      K  M                   x h    }            _     E         * i   3 }      w       	     	         i     }  ?                 ;    I    - h   i } b       T                  i    }       Z     W     T        K h   R }            6            h    }  6   !    z         &          h   F }  s                   o     h   	 } 
 +    e   Y        
         h    } 	 @                        > i   S }     3                     h   }      	4      C    %         h   } "      
 @                  h    }  w    v   /          z    [     h    }          
y     E               h  	  }      =    A                   i  ) }             W     I       9 i   > }     o          
         h   } E       w     x      2 "   J            	   ,^                                                                                              6 h    t }  k    	   O                 	 h    }      _       K      C        	 I "h   Z #}    !          3              i   "  }  C !  ,  }       $        h    G } x          !            e     } h    $}  - &    p $ h                  !h    #}  = $    "                   5 #h   J &} 	 
 %   9 "                    i    }   #   3 '   #    Q    1           i    }         >                  h    } e    f !  ' $    &   { %  W     	 i    }          "  o &   A &     #          h    }    !  + "  2 $    '     )    (    &h   2 !}        "    #   M !    L         O "h   L !}   !   g "  %   	 '     '   %   "i    } T         v    v $    5 )   	T '   D !i      }  w     $  N %     #               h   ! }      q        B      6 $    '   I &h   c "}            * !     #    "   	  h   # !}  M $   < "                   $h   	@ *}   )    $                T  q  h     #}  1 %   v $ m                 'h    ,}  > (       '    	
             % i   : !} 	  %   	8 $                     i   }     .        [      9 !          h     !}    %    '  > #                    !h    } R    Z !  ( $   	 &    #  k      h    }           m     I #              ' h    }  ~ !    %  ) '   
 )     &    !    h   : }       "   #   E (    K +  & *    \ !h W }      ^     "   #      #    %    &h    $}  U        _      \ "   
 " %  	 	N (   H (h     %}  z !  
    A        &    )   	 (h   & "}      u     9 !      * #    #   I #h    q $}    "    !     (      !    #    #h   ( !}  ^    T             "   !     h  	 C }        !                I    _ 'h    *}  0 '       	             !   #h    $}  9 %     ' 4 &   "             h  - #}    #   <                !    !i     !}  
z $  	 
. % 	  $   q "    P          i    }    #  
 ~ (  D &                   h    } C    H $   $              % i     }           \ !   H !        3    9 h    }  v       !   !  
 	 #   
  #    !    h   = }       #     &   8 %    G !   +     g h   b }   R          "   #   #h    #}  ^    	  R    L        
 
H    Q h      }         9          $    &    "h   : }  )           , !      #    %   O &h   | %}    $           $    s        h   , }   j    b                       h   = }                        7    O  i  
  !}  /                        i     !} 
 
0 "  	     A    $             #h   &}   %   ; "                        h  o }  n    + !   "   "   ]          i   }   !   x #  F !         	         h    }  :    @                     
 . h    }           V "   L #     !    @    C h    }   p         	      !    !     h   F }      s    r    ,     E     3    t h    l  }    K              	       i   }   `       E     < "     #   D !           
   ,^                                                                                              W h     }         6              #    $h    C  }   3           "      !    "   G i    }                  d    | "    "h  	 / }  s     j                 #    #i   ; }                       ,     D h    #}  	7 "                         i    }  1       T    3               h    }      D     !    !             h  g }  e !   
'   	 	         h         i    }       n   D             %    h   }  +    2                    : h    }        M    J    	      O      O h    }  g                 $    %    "i    N }      m    k    ( !   	 G !   >     h   z }  	    F                   !h   }   l       A     4         G !   c i      }        ,                 i   L } @                      E h    }                 	V    
m     !i   . #}   |    x                 	 h   
9 }     +                !   7 "i     !}  
<    	                     h    }  0 #    !  `    
>     
         h       }   $   ? "                   h   R }  U   
 !            n         h     }         f   
 F !             +     i    }  !  ( #  	 !  
 
             8 h    }           E    	H     #    [    Z  h    }   `            !     #        h   U }     b     \         G     G        h   }      >           
  !  	 	 "   ' h    }  t       4     #         C    i h    }        %     ~             '  i     \ }   Q                          A "h    "}                       E    ]     h   2 }                           i    8 }     4                    * h    }  
< !          	               h    } 
 1       m    O             h    }  ~    	E                  h  J } N                     )     h    }       b    M     
     2    	9   	 
 i    x }         
  "    !           C h    }         
< !  
 K !   	 .     h    a h    }   U                      h   \ }     U   N        J   R     i    }      6                    5 i    $ }  ~       *              C    s i       }            j           	 * h   i }  `                           > i     }                 5     L     h   6 }                             h   4 }      H   )                  h    }  >                      o h   m }  	*    	  |   [              h      }  w    D        
              h   < }  A                    0    h   }      W  	 L         E   H     i   q }           "    #             J h    }  {     }   3    	L     8     z    r i     }  T                        h   i }      N     F          N    `      i    }     :           
    "    F h   5 } 	    	    "            	 E               ,^                                                                                              ~ i      }            f     z        + h   p }  j                   	    A h    } !               5     K     h   @ }                         h   : }      X   9                    h   
 }  	F                       a h   b }  %            c              h     }  m    B                     h  ' }   0                    	1     i     }       J    G           K     P     h   i }                          R i    }  q     r   1    R     F          | i     }  M                
     "     i    q }       C   7         H    d     h   }     ,           	    #   Q i  C }                      C     h     }              R     i        , i    y }  u                        3 h   	 }  "                     1     h   7 }                       h   3 }    b  E                   h  	  }  
M               	    	    a h   d }  0           {     %         i      }  k    I      "      )       | h   }  %       	           1     i    }      >   	B    	      Q    O     h   Y }                            S h    } ]    [       F     D       ~ h    }  :                    $      h    r }      5    &    	     	D    f      h    } 	        w           
 
    U h  J }          
             >     h      }         	   F     `    	    1 h   }                          5 h    }  1                    )     h   4 }                      |    	z h   + }     e  E                  h   } }  ?                    	   L h   N }  !                '        h     }  	e   	 P        7     =         h   } '    	   
             C    i      }       B   	L   .     e   ^ 	    
i    Q }       
     
             X h    }  W     R      	 	G     
N 
         
h    }  7                      4      h   z }     *            G    u     h   }      "    v             ,    g h   ] }                      A     h    }             <     S        
1 h    }                          5 h    }  <                          h   : }                      o    o h   & }      k  L                    h   q }  <                     
  3 h    8 }             ~              h      }  O    	B        0     0        b h    }  
                   7     h   s }   v    	/   
D    -      h    ^     
i    F }             
     	        X h    } H    E       H     U           h     } +                   8   $ i    { }      !             	C    	v      h    
}         d    ~         ,    j h    
a 
}                      <               ,^                                                                                               h     }          	   5     M        7 h     }                    7 i    }  L    )                    
 h   E }             	           o    q h   . }       ^     
              h   x }  J                           7 h   A }  	     	            + 
        i    }  X    N         F    E      j h    }                   
   I    	h  x }  |    8   S    	A      |    p     h   M 	}            
             f i     }  K     E       N     _         
 h   	 }   2           	      	"    G   5 h     }         
        H          h    }         b     |         4    x h   p }                       D     h  " }            2     L        B h    }                           	 9 h    }   R    0 
   
              	 h   
E }                       a   e h   * }          c                  h   s }  G             	              - h   8 } 
    	 
           + 	        h    
} S    K        E     D        d h    }      	                 J     h   m 
}  n 
   	-   	M    >      }   q     
h   E 	}     	   	                 e h    } >    7   	    
I     `         h  	  }  (              "    L   9 h   }                   H          
h    }         X    r    	    	 1    y h   q }       	      	        A     	h   & 
}            '    @        A h    }         	    	            7 h    }   ^    ;    
                h   	H }                     
  _    d h   , }         o         	          h   o } 
 N             ' 	     
      ) h  5 }                    2       h    } 	 P   
 Q   #    S     N     	   b h   }       	              R     h   l }    l    ,   N    F              h  D 
}                  (         q h    } = 	   3       	N     j        h    }  
*                &    T    E 	h    }                  F          h    } 
      
 Q   h         1     h   ~ }  	        	            >     h   0 }                  3    	    ? h    }        
 	        x     j    ( h   
 }     S                      h   I }       
               P    V 
h   	& }        y        	           h   h }  K        '    / 	        x     h   ) }                 7          h     }  C    J    $    \     X        \ h   }       	 	             R 	    h  _ }  ]    !   L    K               h   > }         
          .       u h    }  2    %       G     l          h    
}  " 
   }            '   Z   M h    }     	           
A    	      h    }         H   `         	5     h   }   
    	               ;   	            ,^          	                                                                                     h  8 }   
    
          ,        > h    }                     }    0 h  
  }  n    K                   	 i    C }       	   
           F    K h   	 }  	         	  #               h   _ }  I    	    1    5       v    h     }                  A         h    }  =    	M   1    k      c        S h    }                     X     h    T }    Q       J    Q              h   ; }               	     6    #    z i     }  +             	I     t           h    }     q        	     	+    e    Z h    }   	             	D    	     h    }           <    U     	    7      h    }                     9     h  A }  "        	   	             ? h    }                y    t    - i     } v    T                    { h  
 
F }                       >   G h    }  
           $ 
     	         h   ] }  L        7    <      
  r 	   h    }                    C         | h     }  9    	O   7     s     k         S h   }      	              a     h  T }  L       K    X               h   4 	}             !     ?    ,     h    }  $ 
           I      z         h    }     j             
/    m     b i     }      	            B         h    }         8    P         >    h   }   
                 <     h    L } *        
     
          B h    }  	    	    
      o    n   	 	+ h    }       ]      	 	            w h   G }                       5    ? h    }           (         	    h   V } 	 K       @   A 
     
   h      h     }                   E 
       w h    y }  3    N  ;    z     m        N i      |     	 
  
 	            b     
i    G |  ?       I   	 Z           	    h   0 |   
          "     E    3     
h    	|              	H     ~        h    |     d  |          /    s     i i     |                    A        h    | 
    	    1   I         	:     h    |                    5     i    P | 0    	                    > h     |          	       e 	  h    + i     |      b                     t h   J |                      2    > h    |            ,          	     h   T |  K   	 	    E    F         f     i   	 |  	                G       o h   q |  /    L    <    {    o        G h    |          	             d     h   F |   <    
   I    `               
h   , |         
    "    I  9 	    
h  	 
 |            	 	F                h    |      [    s         -    w    o 
h    |   
               >        ! h   |  	    (    ?         :     i      |                       4   
            ,^          
                                                                                     h   W |  5    
                    
 D h    |                  ` 
   d    + h    |      i                   q h   K |            
          )   6 h    |  	         0         	      h   N |  K        Q    O         a 	   h    }                   M 	    
   l h   l }  +    M   	B         y        E h    }         
            
   i     h   = 
}   4    	   I    b               h   + }            "      M   >      i    }   	             H     	          h    }      X   o         2        { h    
}                 	@        & i     }         #   :        :     h    }       
             2     h  Z }   9                       
 E h    }      
         Y 	   ^    ( h    |      m 
          
       	 m h  
 	H |          '            #    0 h  	  }           6              h  L |  N    #    V    Q        ]    h    } 
 	               	    P 	    
  d h   d | ' 	   	M   F      
       
    	   A i     	|             %         	o     h  7 |  *      	 I    j              h   $ |   	         &     W    I     i    |    
          	G               
h    
|     P 	 j         4         ~ h    
|  	                >        / 
h    |              5         >    h   |                      	 4     
h   c |   ?                      D h    |                 S    W 
   $ 
h    |       t 	                 
   f h   G |   	       (     
     w 
      ' h    |             5              h   J |  O    '    Z     V         Z     h    |      	 
           U 	       c h    a |  #    K   I                    = h   |             *         s 
    h   3 |  $       	F    	k             h   ! |  z           &     Y     M 
    
h    |   	            
C             h    |     L  b        
 	3         h     	|       	          <        6 
i     |        	    0     
   	 
>     h   |   
                 |    0     
h   o 
| K     	              
       G h    }              	    I    P    % h    	}    
  |                     f h   	O }       -   0         s        " h    }          	   9             
h   @ } 	 N    -  f 
  _ 
     
   S    i    }                    X 
   	    Z h    X }   
   N 
  Q 
          	    
   ; 
h    }     
 
       0        v 	   	 h   . }        
  H    q             	h   	}  u     	      )     ^ 	   R     h    }           A 	    	       h    }   
   A   Y 	         7       h    }        	        	>       < h    }             %         	B     i   }      	      	{     	x    
.               ,^                                                                                               h   p }  P     	              | 
   C h   }     	           C   J    " 
h    	}          $               
   ] h   K }       1 
  	4    
    o    
    h   	 }             >               h    ? }  
N    
0    k    c 	     	   T     h     }           	 	        [        T h    O }   
   	N 
  U 
            	   7 h   }  	          : 
    $    {     h    ) 	}          J    w 
               h     } p 
   
      (      c   X      h    }   
          C              
h    }     >  X         6         h   }               
:    	   = h   }         	              ?     h   }               v 
    w    2     	h   s 	}  P    
               ~   
 I h    }    	              B    K 
   $ h    }         &     
   
         ` i   	N }     7  :         o         h    }             =         }      h   : }  	K    
0    k 	   b      	   N 
    
h    
}        	     	    Z        Q h      O 	}      N   W           
    
   6 h    }             ;     &    |      	h  $ 	}          G     u 
               h    } n          	-     g   Z      h    }             D              h    }   	   =   V   	 	     8         h    }       	             <        B h   ! }       	    	    $          C     h    
}           s     s 
   	/ 	    h    x } T 
   	 
                {    
F h   	 }        
   
    
   @     I    " h    }         $ 	          
        ^ h   O }       6 
  9         r        h    }  
            C          	     	h   ; }  P    4    m    
e 	    
   Q    i     }                 [ 
       S h   N }     L   V               
  6 	h   }            8     #    | 	   
 h    & 
}         G    u             h    }  n           	-     h     \      h    }             B              h  	  }      <   T        	 8        h    }                  :        @ h    }                        A     h   }   
        
   v    t    
-     h   v }  U     
                {    G i     }         	             >    D    	 h    }         $                  _ i    M }       5   8         o    	     h    }             A              i    ; }  M   2   m     e         Q     h    }      	   	         ]        R i     M }      N   W                 6 	h   }           
    ;      &    {     h   & }          	H    	v               h    
}  n            /     i    ]     i     }            	B              h    
}   
  ?    X         9         h    }                  :       @ h    }         	         	   	 A     h    }          	    t     s    ,               ,^                                                                                               h    s }   R                     y    C h   }              
    @    I    	! h    }       $     
             ^ h   	M }      7 8           n   		     
 h   	 }             >         ~     h   < } 
 	M    
2    l    e 	     	   
Q     h    }         
          [        T i     M }  
    	K    T                 4 h   }     
   
    :      $    {     h   ' }          H    v               h    }  k       
    	+      f     [     h    }             C     	        h     }      >   Y         ;         h    }                 <       @ h    }       	    
  %         D     h   }        	    	w     v    0     h   s }  O    	                  	   
 H h    }                 ?    G    	 h   	 }               	             ^ i    K |        6   :        r        h  	  |           >             h   : |  K    0   j     c          P      h    |                   Z         X h    T | 	 	   
 N   	T                  	 	7 h    |        	    	 	7     	    w     h  * |         K    w              h    
|  o          	)    a  T     h    |  	           B              h    
|    > 
  X   	 	    	 9          h    |                	 >   
     A h    |             %         B     h    |              v     v    	.     h  q |  O   
                   J h    |               F    L    # h    |         $                 
 a h  	 L |  
      1   5         s         h  
  | 
            ?               h   = |  N    0    i    b       R    h    }  
    	           Z        U h   Q }      L   S                   9 h    }             8     $    |     h  + }        	  	 G    r               h    |  q          	 	,     	e    Z     h    }             D        	    h    }     >  X         6       h   }   
              ;         = h    }             $         ?     h    }              x     y   	 3     i    t }  P                         K h    }    
             E    N    % h    }         	"        
        ` h   L }      1  4 	    	    p          h    }              =               h   D }  T    4   i    _         S    h   }                 Z     	   Y 
h    U }      L   	Q                  8 h    }             2         u     h  + 	}         I     r         
    
h    } r          )     `    S     h   }           
 A               h    }      E   ^         
8          h     }                  >        > h    }            (         B      h   }           |      y    /               ,^                                                                                             	  h   q } M                          E h    }                F    L    " h    }       "     
             b h   K }  	     0   4         v       ! h    }             <                 h   A }  N    -   d    ^     	    U      h   }                  W         X i    T }      M   T                9 h   }     	 
       4         v     h   - }           I    	q     	          h    }  t           (     ]    Q     h    }           G             h     |     B  [         8         h    |   
               >        9 h    |            +     	    
?     h   |              }     |    0     h  k | I     
   	                 E h    |                    J    R   	 	$ h    |     y 	   
               d h   K |     *   0     	    v 	      # h    |              ;                 h   
D }  
P    -    b    ]         Y     h     |      	
            V        [ h   Y |      L   N                    9 h    |             .        q     h    / 
|  "       G    o       
        	h      | x           - 
    _     P     h    |         
   
E     	          h    |      F    a     	    7 	       h   |                  :     
  4 
h     |            .      	  	 	A 
    h    |                     1     h   h |  D                	   
 	   	F 	h   |                 M 
    R    $ h    |    w       	              g h   L 
|   	    '   -         w     
   $ h    |   
     	   	   8               h   D |  M    *     `    Y         W      h    	|      
            T          ] h    Z |  	 
   M   	M           	       < h   |      
      /         s     h    2 |   &       L    p          	     h   " |  }      
    (     [  N     h    |  	
            D                h    |   
   J 	  b    
     	4         
h    }                >       4 h     }              1 
     
   >     h    }   
                	   1 	    h  f }  D 	          
            
D h    }                S 	    X    ( h    }   
   u                    	   h 
h   J }      %    - 
    	    }       & h    
}          
   6               h   H 
}  M 
   &    [    V      	    ^ 	   	h    
}                   T         d h   b }  #    K   H                 B h    }  	    	    
   ) 	        r    i   6 }  +      
 	 J    j               
h   % }            	 (     Y    K    h   }             G                  h    }       Q   i         7       ~ h   }          	    
    :         / 	h     }       	   	   4         ? 	    h   }                     2 
              ,^                                                                                               h   d }  C 	                       F h     }    	               T    Z    & h    }  	   s 	   	    
           h 
h  	 I }        	 ( 	    
    {       + h    }             3                 h   I } 
 M    " 	    U    P          \      h    }  	    	        
    L 	    
   a 
h    b }  %   	 K   E       	   |         > h   }               '         o      h    6 }  ,      
  	J    j               h   " }  } 
          	"      Q   B     h    }           
   E 
     
           h    }       Q 
  i         	3 
       { h    }   
    
           >         1 h   }         
   8         @     h    }  	     	             	2   	  h  ^ } < 
    	   
                D h    }                Y     ]    ( h    }      r                       k h   L }        !   '             # 	   / h    }             1               	h   G }  	I        O    L 
        ^    h   }   
   	           O 	    	   f h     g }  (    	N 
  	F          | 	       C h    }          	   &         m     h  : }  0 
      J    g 
            h   ' }       	      %     P    A     h     }       	      D           
    h    }     S  n         	3     	     w h    }                  >        ( h    	}         "    :    
 	   
 >     h   }   
                    3     
h    \ 	} :        	                D h   }             X 
   ^    ( h    }    k    	    	          
   m h   I }          #             &    2 h   	 
}  
           6              	h   L }  M    "    T    S         d     h    }                 O         j h    i }  )    N  F         {         D h    }              
     	   l     h    ? }  3     	  I    d              h   - }   	     	     %     Q    A     
h    }             	 
E     	       	   
h    }     Y  r         1    z     r 	h    }                  <       ' 
h   }       	   %    @         =     h   }   	            	        6     h   ^ }  ;                     	 	G 	h    }   	              X    _    + h    }   	   h                  	   m 
h   I }                     } 
    "    0 h    }               *                	h   K 
} 	 	K 
       K    G         Z     
h   }        
   
        E        f h    h }  (    	L 	  ?         r 	    	   	B 
h    }   
    
   	              f    h   ; 	}  4       H    `              h   ( }     
  	 
   ! 
    I    9     	h    
}             	C 
              h   	 }      V   p         .    w 
   m h    }    
     	          
 
>         i      }         (   A 	        	<     	h    }              
        3               ,^                                                                                                h  W } 4                        B h    }                  _    c 	   	- h    }   
   e                  
   p h   I 
}               
       (    4 h    }           *              h   N } 	 J     	  I   G         _      	h    }                  F       i 	h    k }  (    F   :         r        B h   }                     b     h   ? }   7       H 
  `       
        h   , }       
  
          I 	  7     h    }         
   	C     
} 
        h     }      W 
  p         .   r 	    h h     }            
    	;     
   h    }        *   A     	    
7   
  h    	}                       4 
     	h    S }  2   
                   	B h    }                  d 	    g    * h    }   	   c                   
   r h   K }         
    
 	        .   : 	h    }   	         0                h   R }  M        F    F          e     h   
 	}              	    H        p 
h     q }  0    
P   	>     | 
    o        G h    
}                    	   d     h   F }  = 	   
 	  J 
   ` 	     
        h   / }            !     F   5      h    }   	    	    
   
G                h    }  	  ]    v         1    x    n h    
}   	             D    	 	    	h    
}   
      -    E    	  	   <     h   	}             
     	  
 	8     h  R } / 
              	   	   F 
h    	}   
    	           h    k    . 	h    }     c  	                   v h  	 	I }           	             4 
    A h   ! }             )                 	h   X 	}  M        D    C         g      h    }          	       H        sh    w  }  5    	P   >     { 
    m       Kh   }                      e    h    F }  @     	  R 
   e               h   0 }            '     H   4    h    }   	       
    K 	           
    h    }      b   }   	     	 	3 
   u   i h   }                  B        h   }           4 	   O 	     	    <      h    }                      
>   	  h   Q } ,                          F h    }                j    l    . 	h     }      Z                   y h   J }       
                 3    @ 
h    }   
        +               h  	 Y }  O 	       B    A          j    i      }       
            D        u i     { 
}  6    M 
  8     u    l       O  h     }     	              a   h  L }  F     
  L   	 Z             h   3 }       	           ?    +    ~ h    } #               F     z         h    }        f    	        +    l 	   _ h     }                  >         i    } 	      4   N         
7 
    h   }                     9               ,^                                                                                               h   J 
}  '                   	     
? h   }                q    o    + h   	 }  {     X                       x h   H 	}                         9    B h  
  }           
&     
          
i    Z }  M       =   @        m   h    }                 B    { h    }  	;    O   8     s     j      S h     }       	       	         `   h   N}  J       O    Z                h   5 }             	         ?   +     h    } %           K     |         h   }       m              -    k     ^h   }                    	 	C        h    }       <   R 
       	 	:     h   }                     ;     h   G }  %   	                     B h   }             u    s    - h    }   w  T                 ~ h   H 	}                     >    H h   " 	}             $             h   Z }  	L      9  9         n     h     }   
                >        h     }  < 
  
 L   2 	    m    d        Rh     }                      \     h   Q }    M        M    V              h  1}                 :   %   { h   }  (           J     v         h   }       s             -     g    Z h    }              A       h  }         >   V      	 9     h    }                  	    	7      h    = }             	    #        E h   	  }                   u    s    ,  h     } q     L                     
c h   F }                     B    P h   # }             "       	       h   ` 	}  L 	      
 3     
7          r    h    } 
        
       8         | h    }  <   	 M   /      e    Z      Lh    }       	   
    
        U  h  Q}   N   
   
K    Q               h   4 }        
   
 	    5         w  h    }  *         
   M     w          h    }    q       	     .    e    U h   }               C    	     h   }         @    Z          7    h   }                      
 >     h   ? }                &        C h    }              z    { 
   4 h    }  t 
   N                   
 h   
K }                      E     Q h   ) }           "               h   g }  R        0    2 
     
    r 
   h    	! }  	                9        h    }  @    N   .     e 
    ] 
    	    S h     	}   
  	 	                W 	    h  X 	}  T       K    P       	        h   7 }          
    
    3        t h    	} .    "       J     r      
    h    }   !   x            -    b    Q h    }                  C        
h    }          B    ^     	    6     h     
}                     :               ,^                                                                                               h   : }    	               -        ? h     }                  ~    	z    
0 h     } n    K                    h   H }                       I    R h   	$ }  	       }           
       h   c }  M    
    2    7 
        y 
    h   # }                  ?         h     }   D    Q   1     j     a       Z h   }      
   
            X     h   ] }  Z    !   Q   	 R               h   ? }         	        4        w h    } .    "      
 K     q        h    }  "    |            	.    
b     U h     }                     F         h    }        C   ^         :     h   }                     	?     h   9 }                  ,         @ h    }     	            ~     {    	1 h   
 }  n   I                       h    I  }         
            K    U h  	 ) }       ~    "               h   f }  N    	    .    1         u     h   % }                  :        h    }  C    M   *    `     Y        V h  }                       S     h   Z }   X       L    P               h    > }       	           1         t h    }  /     #       L     q            h    }       x       	      ,    `    O h    }                   G #    #    "h    }         G    c         7      h   }                     @     h    ; }                 2 $    (   
D 'h   	 #}                          6 "h    !} n   G                  "  	 
 !h   H  }                     M    T !h   
$ }  	       t                   h   f }  L      "    ' !   ,         w    h    ) !}   #    "           7         h    }  G    P   +     a    [         Z h    }   !    &  
 $            S     h    ]  }   ^ "   %    O    M               h   = }     !       
     .        s h    }  	4     ' !   "   L !    o           h    }       |       	     '     Y !    L h    }       
            D !    !      !h     }         H      a #     %   4 $    #h   ~ "}   !    !   "    $     %   
? #     h  6 }                 2 !    #   A #h    "}                        '   4 (h    #}  c    ?     !    "            	 h   
G "}   (     '                  O   W h   ' }        u !                 h   	h !}  M %    &   ' #   .          }     "h    , "}     	              7 !         h       }  	H $   P %  ( #    [     S       Y h    }   #    "   #   $     %   O $    #h   a $}  a #   % "  	M "   I $      $         h   ? }        "   $    #    , #    &   o $h    !} 7     - !  	 %   	M &     m (   *    'h    }  $       #    ,    	( .   Z )    H "h    }        $   %    $    G %    '     &h    !}       L $   h )    	 -   7 -    )h    ~ #}      
    !   "    !   @ "              ,^                                                                                              	 #h   3 $}    #            !    6 $    &   @ &h    $}   #    "                "  	 4 %h    "} d   >                  $    'h   G '}   %    #              P     W $h  	 ' $}   "      o                   $h   j &} 	 	K &    &   ! #   '         y      %h   + &}  	 "    !   #    $    6 #       #h     '}  	L *   R )   * #   [     S        ] h   $}    (  	 	 ) 	 
 *    '    #   O     h  ` }  a "   % %  N (   J )      '    !    h   ? }          !    #   ) "     !   r  h     } 7      ,      #   J &    j %           h    }  $     #  "   
 !    
+ "   Y "   F  h    }                    	I &    &      #i      }          Q    l !     !  	 	9 "    $h  } "}    !        !    #     #   C !    h   / }              #    6 %  
  &  	 B %h    $}  %    $                  8 "h    $}  b #   ; !                    !h   F $}   $     "                   R    Z h   ( }         m               !    &h   k %}  K "           %           w      h   * !}   !               ,         $h     '}  G '   K &  ! #   S    M        W h   }    #    (   (    &     $    L #    h  d !}    d $   ( )  M (   E "         y     h   = #}  $    $   %    %    $         j h    !}  6 #   , !       K #    h (    '     !h    }  !            "    & &   U &  C "h   }          #    '    	F &    "    h   }      	  N   k "     "   6     h    x }               !     "   B #     #h  ) "}  
     	       #     >   	 
 !  	 B $h     "}                        7 h   	 }  ^    ;                 	     !h   F !}                   Z    _ h  
 + }        p                   h   s }  P            #           & h   3 }   #    #           /        !h     }  P !   P %  	# '    R $    L        _ h    }    $  	 #              J     h  d }   h    ,    P     G         w     h   @ }              
 
               i h    }  <     4       M     g          h    }    %           	  "    * !  T   @ h    }  	               G          h     }         U    q         1    z h   r }                      E     h    ( }     	       #    @        	C h    }               	             9 h     } [    7                    	 
 h   K }                     ]    e h   0 }         h                 h   r }  O                 
    	}     & h   5 }                   ,          h     }  R    O        K     J        g h   } 
                    J     h   j }   l     .   P    	C           x     h   K }                         j h     }   B     9   	   	 K     d            h    }  )                  %    L    9 h    }                   K    	      h    }         Z    t      !   / "    u  h    l }                    @               ,^                                                                                              	 h    }             *      A        : h    }                           4 h    } S   1   	                   h   D }                      d    g h   , }         d                   h   u }  L                          . h  9 }  	                 *         h     }  S    N         H     F         f h     }     	 	                 F     h  m }  q   0   M    =      }    s     h   I }                            d h    }  E      =      	 	L     _        h    }   +          	     
     E   4 h   }                    J           h    }        e        	    	 7    y h  q }      	                H     h    # }            6     Q        D h    }                         
@ h  	  }  V   5                     h   L }                       q    s h   4 }         i                 h    } }  R            %            : h    C }  %                .           h     } 
 Z    R      F     D        j h     }                     F     h   t }   w    4   N    <      z    n     h  J }        
                 b h    }  C   =   
    I     
[           h    }  *                   <    ) h   | }                   	A    w      h    }        [   v         *    k h   b }                  	    	<     h    }            +     E        9 h   }                         : h    }  R   .                    	 h   E }                      k    m h   / }         ]                  h   } }  L         	                 9 h   C }                  *          h    }  [    
P        C     A        l h     }                     G 
    
h   y }   |    6   N    :       v     l     h   K }                        ` 
h     
}   K     F       L     
Y           h    }   0         	         <    ' h   { }                  H    z     h   }        h            (    e 
h   [ }   	    
           	    
=     h     }   
    
      5    P       	 
7 h    }              
            8 h    }  	D    " 	       
             h   ? }               	      r   r h  	 	+ }      w  W 	                   h   } }  H         
                > h   F }   
              	$ 
    
   
h    
}  \    K        7 	   :        q h   
}              
        =      h   
}        >   	M     3     k     d     h   Q 	}                	 	     [ h    }  T     Q 	      L     V          h    }   6      	 
            8 	  # h   { 
}       *            J 
   v 	     h    }         p               *   c h    Z }                      	 D               ,^                                                                                               h    }       	     A     Y        
4 h    }                           9 h    }  <        	        	   '     h   = }  	                 z    y h   . 	}     n  L    	              h   ~ }  C       
        	       H h   M }     	  	   	   |                h     	}  
`    
K    
    ,     / 	       t h     
}  !        
       
   9     h    }     	   @   L    +      a    ^     h    Z }       
      
             W h    } Z    Z 	      	 O 
    O         h    }  :         	 	   	 	    0      h  u }  	      1    #         J    n      	h   }       !    { 	        	    )    ] h   O }                     F     h     
}         	  I   d       5 	h    }                       	   = 
h    }   4                   4     h   A }   
                       h   6 
}   	   f   B                   h    }  
G                        P h   U }  % 	          v 	     
        h      }  f 
   I        %     ,        y h   }   )     
   
             7    	 h    }       G 	  N 
   ( 
     \ 
   W      h   [}             
            R  h     }  a    `   #    
K     	G     
   h    }  ?             
        (  h   n}       6     *         I    j      h    }      $    	    	     
   ( 
   W h   E }                     	E    	 h     }            P     k    	    4 h     	}    |                 	   	= 
h  	 	 	}  ,                    9    	h   	> 	}  	    	                        h   	5 }     b   >    	            h    }  G                 	       Y 	h   \ }  '           p             h     }  
l   
 	L         ! 
    (   
    }h  !  } -       
             4    h    }       L   M    !      T    Q      h  a }        	 
                 M h     } h     i   +    N     E          xh   }  C            	     
  % 	    h   m  }    ;  1   	     J    h 	    h    }   
   &                 '    R h   B }                	   H      h     }              Q     m     	   7 h   	} |                        
> h    }  -    
                 :     h   @ }                            h   5 }       \   9               h    }  D                     Y h   \ }  '          m             h    }  o    K             !       h    &  }  2        
            0     h   }       M 	  J 	    	    M    J   h   a}         		             Jh   }   g     i  )   M     B 
          w h    }   D                          h    g }      >    6         M    f     h   }     +               #    L h   ;}                       E               ,^                                                                                               h     }         [    u        0 h   u }  o                       > h    }  $ 
             '    A     h   > }                     h   6 	}   
   U  2                h    }  D                       ` h   b } 	 (           g           h    }  r    J                    h  ) }   6                    ,      h   }       R   N         L     K     h   f}                     Ih   }  k    o  .     M      ?     ~    q h   }   F           
         h   e  }     A  9    	     K   	 b       h    }      ,                &    I h   8 }                	   	 	G     h    }           _    z         2 h   	w } o                     B h    }              /   G    
  h  
 	: }                    h   8}     P   0               h   	 }  E             	      h h    h }  
)         a            h     }  u   I  	 
                 h    0}  
:   	               )   h    }     U   
N    
     E     D   h   h}                         Fh    } r    v   
3    N     =    z     lh   }  J           	       h   c}     G   @       L    _      h   }     -               "    D h    1}  	                 	 I    h    }           a    }        / h   q}   f                     Ah   }       
      .     H  	 h   	< }                     h   9}       L  (           h    }  B                    hh   j}  +            [          h      }  v    G         
         h  3}  =   
                (   h   }      X  L   	     <   =   h   i}                            Bh   } u     {   6    L     7      u     kh   }  M                      h   _}    J    D         L    [      h   }    .                    >h   )}  ~     !             
 	J    	| h    }           f    	        / h   m}  a                Ah  
 }             3   O    h   7}                    h   9}       G  #   	         h   }  B                    ph   p}  -   	  y   W         h     }  z   G                h  8} B     	          $   h   }      [  K        7   9    h  k}     
               <h   }   x      9   M    4     p    eh   }  N                     h   ]}    P   K       L   X   h   }     4              ;h  $} x     !           I              ,^                                                                                              wh     }          o       
   ,h  f} X                  Dh   }              :   T   h   9}                  h  	 ;  }      A           
   "h   }  B                uh   u}  
.     t  Q         h   }     J         끬      h  @} I   $            $   h   }      _  M         6   9   h   p} 
                 :h    } |       ;   O    1    j   _h   }  O        	          h   	U}    Q   P      	 	L   R   h   }     8                 6h    }  u    )          I   	sh   }           n      	  	 	&h   _}  R                   ?h   }            ?   [   h   8}                  h   6}     8                  &h   }  =                |h   z}  0    k  I      	    h    }       G                h   G}  N   $           !   h }     d  	N    
    .   0   h   s}     !             6h   }        ?   M    ,    c   [h   	}  S       	    	      h   W}     [  Z   !    Q   T    h    }     =           !   7h   !}  y    /   #       	Q   xh    }      $  |             -h   a}  T                K  h   }      
    
   J  d   h   8}                       h   >}      9                .h   }  C                  h   }  	4     l  F          h    }     G     	           h   K}  Q   $          x      h   }     g  	 	K         '  -  h  v}     '               7h   }        E   O   +     `   Yh   
}  X       
     
    h  T}     Z   \   $    R   R    h   }     >             -h  }  u     0   #        N  	 th    }          v          -h    ^} O                  
 Ih   }              G  e   h  
 	;}                    h   B}       7                1h   }  	C                  h    }  :      j  E           h    }     I               h    S}  
Y  
 )             w      h   }     k  	M        %  +   h   z}     (                  3h   }      H    
N      '   Y  Sh   }  Y         
       h    R}     e   d   %    N   K     h   }  	   >               (h    }   q     9     -    	   K