<p><b>xinzhang</b> 2009-03-30 14:41:10 -0600 (Mon, 30 Mar 2009)</p><p>Save Chap. 6<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/wrf/UsersGuide/users_guide_chap6.doc
===================================================================
--- trunk/wrf/UsersGuide/users_guide_chap6.doc        2009-03-30 19:15:17 UTC (rev 157)
+++ trunk/wrf/UsersGuide/users_guide_chap6.doc        2009-03-30 20:41:10 UTC (rev 158)
@@ -1,5 +1,28 @@
-ࡱ
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Various components of the WRF-Var system are shown in blue in the sketch below, together with their relationship with rest of the WRF system.
xb: first guess either from previous WRF forecast or from WPS/real output.
+xlbc: lateral boundary from WPS/real output.
+xa: analysis from WRF-Var data assimilation system.
+xf: WRF forecast output.
yo: observations processed by OBSPROC.
B0: background error statistics from gen_be.
-In this chapter, you will learn how to run the various components of WRF-Var system. In the online tutorial, you are supplied with a test case including the following input data: a) observation file (in the format prior to OBSPROC), b) WRF NetCDF background file (WPS/real output used as a first guess of the analysis), and c) Background error statistics (climatological estimate of errors in the background file, generated with one-month 200-km resolution CONUS domain runs). In your own work, you have to create all these input files yourselves. See the
section HYPERLINK \l "_Running_Observation_Preprocessor_1" Running Observation Preprocessor for creating your observation files. See section HYPERLINK \l "_Running_gen_be_1" Running gen_be for generating your background error statistics file.
+R: observational data error statistics.
+In this chapter, you will learn how to run the various components of WRF-Var system. In the online tutorial, you are supplied with a test case including the following input data: a) observation file (in the format prior to OBSPROC), b) WRF NetCDF background file (WPS/real output used as a first guess of the analysis), and c) Background error statistics (climatological estimate of errors in the background file, generated with one-month 60-km resolution US domain runs). In your own work, you have to create all these input files yourselves. See the section HYPERLINK \l "_Running_Observation_Preprocessor_1" Running Observation Preprocessor for creating
your observation files. See section HYPERLINK \l "_!
Running_
gen_be_1" Running gen_be for generating your background error statistics file.
Before using your own data, we suggest that you start by running through the WRF-Var related programs at least once using the supplied test case. This serves two purposes: First, you can learn how to run the programs with data we have tested ourselves, and second you can test whether your computer is adequate to run the entire modeling system. After you have done the online tutorial, you can try
Running other, more computationally intensive, case studies.
Experimenting with some of the many namelist variables.
WARNING: It is impossible to test every code upgrade with every permutation of computer, compiler, number of processors, case, namelist option, etc. The namelist options that are supported are indicated in the WRFDA/Registry/Registry.wrfvar and these are the default options.
-
-Running with your own domain. Hopefully, our test cases will have prepared you for the variety
of ways in which you may wish to run WRF-Var. Please let us know your experiences.
-
+Running with your own domain. Hopefully, our test cases will have prepared you for the variety of ways in which you may wish to run WRF-Var. Please let us know your experiences.
As a professional courtesy, we request that you include the following reference in any publications that makes use of any component of the community WRF-Var system:
Barker, D.M., W. Huang, Y. R. Guo, and Q. N. Xiao., 2004: A Three-Dimensional (3DVAR) Data Assimilation System For Use With MM5: Implementation and Initial Results. Mon. Wea. Rev., 132, 897-914.
-Running WRF-Var requires a Fortran 90 compiler. We currently support the following platforms: IBM, SGI, PC/Linux, Cray-X1, and Apple. Please let us know if this does not meet your requirements, and we will attempt to add other machines to our list of supported architectures as resources allow. Although we are interested to hear of your experiences on modi
fying compile options, we do not yet recommend making change!
s to the
configure file used to compile WRF-Var.
+Huang, X.Y., Q. Xiao, D.M. Barker, X. Zhang, J. Michalakes, W. Huang, T. Henderson, J. Bray, Y. Chen, Z. Ma, J. Dudhia, Y. Guo, X. Zhang, D.J. Won, H.C. Lin, and Y.H. Kuo, 2009: Four-Dimensional Variational Data Assimilation for WRF: Formulation and Preliminary Results. Mon. Wea. Rev., 137, 299314.
+Running WRF-Var requires a Fortran 90 compiler. We currently had tested the WRF-Var on the following platforms: IBM (XLF), SGI Altix (INTEL), PC/Linux (PGI, INTEL, GFORTRAN), and Apple (G95). Please let us know if this does not meet your requirements, and we will attempt to add other machines to our list of supported architectures as resources allow. Although we are interested to hear of your experiences on modifying compile options, we do not yet recommend making changes to the configure file used to compile WRF-Var.
+
Installing WRF-Var
-Before compiling the WRF-Var code, it is necessary to have at least installed the NetCDF, BLAS an
d LAPACK libraries. If any of the BLAS and LAPACK libraries are not available on the computer, they need to be installed first. The source code for these libraries can be freely downloaded from HYPERLINK "http://netlib.org/blas/" http://netlib.org/blas/ and HYPERLINK "http://netlib.org/lapack/" http://netlib.org/lapack/, Note: The scripts under WRFDA/var/scripts/compile_external can be used as references to compile the libraries on different platforms. Assuming, for example, that these libraries have been installed in subdirectories of /usr/local, the necessary environment variables might be set with
+Before compiling the WRF-Var code, it is necessary to have at least installed the NetCDF, BLAS and LAPACK libraries. If any of the BLAS and LAPACK libraries are not available on the computer, they need to be installed first. The source code for these libraries can be freely downloaded from HYPERLINK "http://netlib.org/blas/" http://ne
tlib.org/blas/ and HYPERLINK "http://netlib.org/lapa!
ck/"
; http://netlib.org/lapack/, Assuming, for example, that these libraries have been installed in subdirectories of /usr/local, the necessary environment variables might be set with
setenv BLAS /usr/local/blassetenv LAPACK /usr/local/lapack
-Hint: Make sure the required libraries were all compiled using the same compiler that will be used to build WRF-Var, since the libraries produced by one compiler may not be compatible with code compiled with another. For BLAS, LAPACK and BUFR libraries compilation, they have to be compiled with the size of real variables = 8, which required by WRF-Var.
-If only conventional observational data from LITTLE_R format file was used, only NETCDF, BLAS and LAPACK libraries are mandatory. If you intend to use observational data with PREBUFR format, the BUFR library has to be installed too and can be downloaded from HYPERLINK "http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/" http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/
. If you intend to assimilate satellite radiance data, in addition to BUFR library, either CRTM (V1.2) or RTTOV (8.7) have to be installed and they can be downloaded from HYPERLINK "ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTM/"ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTM/ and HYPERLINK "http://www.metoffice.gov.uk/science/creating/working_together/nwpsaf_public.html" http://www.metoffice.gov.uk/science/creating/working_together/nwpsaf_public.html, the additional necessary environment variables might be set with
+If only conventional observational data from LITTLE_R format file was used, then the NETCDF, BLAS and LAPACK libraries are mandatory. If you intend to use observational data with PREPBUFR format, the BUFR library has to be installed too and can be downloaded from HYPERLINK "http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/" http://www.nco.ncep.noaa.gov/sib/decoders/BUFRLIB/. If you intend to assimilate satellite radiance data, in add
ition to BUFR library, either CRTM (V1.2) or RTTOV (8.7) hav!
e to be
installed and they can be downloaded from HYPERLINK "ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTM/"ftp://ftp.emc.ncep.noaa.gov/jcsda/CRTM/ and HYPERLINK "http://www.metoffice.gov.uk/science/creating/working_together/nwpsaf_public.html" http://www.metoffice.gov.uk/science/creating/working_together/nwpsaf_public.html, the additional necessary environment variables might be set with
setenv BUFR /usr/local/bufr
setenv RTTOV /usr/local/rttov87setenv CRTM /usr/local/crtm
+Hint: Make sure the required libraries were all compiled using the same compiler that will be used to build WRF-Var, since the libraries produced by one compiler may not be compatible with code compiled with another. For BLAS, LAPACK and BUFR libraries compilation, they have to be compiled with the size of real variable = 8, which required by WRF-Var.
Assuming all required libraries are available, the WRF-Var Version 3.1 source code can be downloaded from HYPERLINK "http://www.m
mm.ucar.edu/wrf/users/download/get_source.html" http://www.mmm.ucar.edu/wrf/users/download/get_source.html. After the tar file is unzipped (gunzip WRFDAV3.TAR.gz) and untarred (untar WRFDAV3.TAR), the directory WRFDA should be created; this directory contains the WRF-Var source code.
To configure WRF-Var, change to the WRFDA directory and type
> ./configure wrfda
@@ -592,7 +619,7 @@
WRF-Var Diagnostics
WRF-Var produces a number of diagnostic files that contain useful information on how the data assimilation has performed. This section will introduce you to some of these files, and what to look for.
-Having run WRF-Var, it is important to check a number of output files to see if the assimilation appears sensible.
+Having run WRF-Var, it is important to check a number of output files to see if the assimilation appears sensible. Please download a complimentary WRF-Var package which includes lots of useful scripts from HYPERLINK "http://www.mmm.ucar.edu/wrf/src/data/WRFV3.1-Var-testdata.tar.gz" http://www.mmm.ucar.edu/wrf/src/data/WRFV3.1-Var-testdata.tar.gz
The content of some useful diagnostic files are as follows:
cost_fn and grad_fn: These files hold (in ASCII format) WRF-Var cost and gradient function values, respectively, for the first and last iterations. However, if you run with PRINT_DETAIL_GRAD=true, these values will be liste
d for each iteration; this can be helpful for visualization purposes. The NCL script WRFDA/var/graphcs/ncl/plot_cost_grad_fn.ncl may be used to plot the content of cost_fn and grad_fn, if these files are generated with PRINT_DETAIL_GRAD=true.
Note: Make sure that you removed first two lines (header) in cost_fn and grad_fn before you plot. Also you need to specify the directory name for these two files.
@@ -636,12 +663,12 @@
Note: Make sure that you have da_update_bc.exe in WRFDA/var/da directory. This executable should be created when you compiled WRF-Var code,
To run da_update_bc.exe, follow the steps below:
cd WRFDA/var/test/update_bc
-cp p $DAT_DIR/rc/2007010200/wrfbdy_d01 ./wrfbdy_d01 (IMPORTANT: make a copy of wrfbdy_d01 as the wrf_bdy_file will be overwritten by da_update_bc.exe)
+cp p $DAT_DIR/rc/2008020512/wrfbdy_d01 ./wrfbdy_d01 (IMPORTANT: make a copy of wrfbdy_d01 as the wrf_bdy_file will be overwritten by da_update_bc.exe)
vi parame.in
&control_param
wrfvar_output_file = './wrfvar_output'
wrf_bdy_file = './wrfbdy_d01'
- wrf_input = '$DAT_DIR/rc/2007010200/wrfinput_d01'
+ wrf_input = '$DAT_DIR/rc/2008020512/wrfinput_d01'
cycling = .false. (set to .true. if WRF-Var first guess comes from a previous WRF forecast.)
debug = .true.
@@ -734,14 +761,14 @@
/
Note: You may like to try the response of individual variable by setting one parameter at one time. See the magnitude of analysis increments.
(d) Response of convergence criteria:
-Run con200 case with
+Run tutorial case with
&wrfvar6
eps = 0.0001
/
You may like to compare various diagnostics with earlier run.
(e) Response of outer loop on minimization:
- Run con200 case with
+ Run tutorial case with
&wrfvar6
max_ext_its = 2
/
@@ -851,10 +878,10 @@
-WRF-ARW V3: Users Guide        6- PAGE 26
+WRF-ARW V3: Users Guide        6- PAGE 28
-WRF-ARW V3: Users Guide        6- PAGE 1
+WRF-ARW V3: Users Guide        6- PAGE 29
@@ -875,1853 +902,2454 @@
-
-hr_;
-
-&
+hP
+
+&
-
-hr_;
+
+
+hP
&
-&
Ue
-Px4 #\'*.25@9
-&F
-&F
+Px4 #\'*.25@9
+
h\
+&F
&
-&
-hr_;
+&
&F
-&
+pHd
+&
&
-&F
-&F
-hr_;
-&
+&F
+&F
+hP
+&
&F
&
&F
-I
-hr_;
+pHd
+&F
+hP
`gdP
+hP
l
-l
+l
l
-l
+l
l
-l
+l
l
-l
J
-
-
-hr_;
-&
-
-
^gdr_;
-&
-hr_;
-hr_;
+l
+k
+m
+m
gdP
+w
+hP
+
+&
+
t;
+hP
+hP
+&
+
l
+
+
#
-l
+l
+hP
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
-hr_;
+l
+
#
-l
+l
+
l
+
+
#
-l
+l
+
#
l
+
+
#
-l
+l
+
+
+hP
+
#
-l
+l
+
#
-l
+l
+
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
l
+
+
#
-l
+l
+
#
l
+
+
+
#
-l
+l
+
l
+
+
#
-l
+l
+
#
l
+
+
#
-l
+l
+
#
-l
-
-hr_;
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+hP
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
-
-hr_;
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+hP
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
l
+
+
#
-l
-hr_;
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+hP
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
-
-hr_;
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
+
+hP
+
#
-l
+l
+
l
+
+
#
-l
-
+l
+
#
l
+
+
#
-l
+l
+
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
l
+
+
#
-l
+l
+
#
l
+
+
+
#
-l
-
+l
+
+
#
-l
-
+l
+
#
-l
-hr_;
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
+
#
-l
+l
+
#
-l
+l
+hP
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
l
+
+
#
-l
+l
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
-
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
-hr_;
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
l
+
+
#
-l
-        
+l
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+hP
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
l
+
+
#
-l
+l
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
+
+
#
-l
-
-        
-
-
-
-
-
-
-hr_;
-
+l
+
+
+
+
+
+
+
l
+
+
#
-l
-
+l
+
+
+
+
+
+
+
+
#
l
+
+
+
+
+
+
l
-
+
+
#
-l
-
-
+l
+hP
+
#
-l
-
-
-
-
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
l
+
+
#
-l
+l
+
d#
l
+
+
d#
-l
-hr_;
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+hP
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
-
-hr_;
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
+hP
+
d#
-l
+l
+
d#
-l
+l
+
+
d#
-l
+l
+
+
d#
-l
+l
+
d#
-l
-
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
d#
-l
+l
+
l
+
+
d#
-l
-hr_;
+l
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+hP
+
#
-l
+l
+
l
+
+
#
-l
+l
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
l
+
+
#
-l
+l
+
l
-
+
+
#
l
+
+
l
-
+
+
#
l
+
+
#
l
-
-hr_;
-hr_;
+
+
+
#
l
+
+
l
-
-
+
+
l
+
+
l
+
+
#
-l
+l
+hP
+hP
+
l
-
+
+
#
l
+
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
+l
+
#
-l
-&
+l
+&
+
#
-l
+l
+
l
+
+
#
-l
-hr_;
+l
+
#
l
+
+
#
-l
+l
+
#
l
+
+
l
+
+
#
-l
+l
+
+!
+hP
+
#
l
+
+
#
-l
+l
+
+
l
-
+
+
#
l
+
+
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
l
+
+
#
l
+
+
#
-l
+l
+!
+
#
-l
+l
+
#
l
+
+
#
l
+
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
l
+
+
#
l
+
+
#
-l
-hr_;
+l
+
#
-l
+l
+
#
l
+
+
#
l
+
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
#
l
+
+hP
+
l
-
+
+
#
l
+
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
#
l
+
+
#
l
+
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
#
l
+
+
#
l
+
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
#
l
+
+
l
-
+
+
#
l
+
+
#
l
+
+
#
-l
-hr_;
+l
+
#
-l
+l
+
#
l
+
+
#
l
+
+
#
l
+
+
#
-l
+l
+
#
-l
+l
+
#
l
+
+hP
+
#
l
+
+
#
l
+
+
#
-l
+l
#
-l
+l
#
l
+
#
l
+
#
l
+
#
-l
+l
#
-l
+l
#
l
+
#
l
+
#
l
+
#
-l
+l
#
-l
+l
#
l
+
#
l
-
+
#
l
+
#
-l
-
+l
#
-l
-
+l
#
l
-
+
#
l
-
-
-
-hr_;
-
+
#
l
-
+
#
-l
-
-
+l
#
-l
-
-
+l
#
l
-
+
#
l
-
+
#
l
-
+
#
-l
-
+l
+6
+
+
+hP
#
-l
-
+l
#
l
-
+
#
l
-
+
#
l
-
+
#
-l
-
+l
#
-l
-
+l
#
l
-
+
#
l
-
-
-
-)].w
-)].wPNG
-
-
-T
-@Vklk
-el6re40
-
-q,۶}m+Iy
-IfY        $J
-
-4[sؠh4|?vJEQຮl{IY-q8X߷^F*Pպ`
-fSQ)M7
-Ea;
-'r.5ňOcn(LUGQѪ\wy_4ݔiU[X0ڌ<Un+0N
-/znA:S^BV$
-UEњ0T!EGZQa(˲eh?mV5ʲiּͦ$Qh40*D
-
-t'F!Y?Qdpy_v;l}
-PAhaaAy[=h4$Ѹ$Id۶8V|ZF4뺪j4ܢ(iJTZzmѐm۲,KAT}N2C* XUVJӴZR+~#*G&aѭʝ}+h>\eђn4us]r[=G?19u:a(Zp!荝tzzW3jضݳm}3MS=Dz뺽^={inn$<nmmmZV45W/6}﵃dfuu:9:lmmU
-mv~~iCܶ=Mk~Oo.vX'|Í4seMeY6^fö߭}նVi+˶eYvbUA*۶(gVM,kQVUos2yq\}FY4Me@M$Qeղ|/կayTI!]^YZ(Zi;^zTϠG5VӝFS;=]>:Wxj2<WDE=<~&        dNSOAlt4M>^Ö(9#۶n{+CyyB9^,{#͛`st+h-xhOvhn+oqe۪r])11aAҾI/HCӲAeY־$]ٶݟc{8^OgyANGi**ZveFu(kL~%l6ctS{ϴ'\7u^^ZM/|qJMq;8|'\
-
-a(y85'=AD
-tSWu6:nm_&w'Ij.,M{mo{[|ڽhNlVX14HOe|_8kYuv--NisTxt
-HEmnn%Ad40|WڍIZڍ_KL7        `
-U=ȟ/êz{=Ek
-U{,ZXxi:T;S8Q06(O3^?H
-ð
-B,e=E
-1.kJK'l
-.AGSn*mIR^U '$L"ѭ.s^["\x]<
-ӯEQ?]!}~/        tQl>DtQh,HTvU?jm@eC}C̖5a4~fҤiI"_%[Z<pW3
-L X8\v[w~At^п>_=q_F
-ժeYJDCE,kj*!w&beIs|wl2#aEEt:jn0~zZ/^3G}
-ݻX$z;)}ۗ.R{t,Yw8͛j6o*AwYU
-徘PC^K*.\ywm<;15W:!:E2cܸ=mggnϲ^ۭY3MefC}gﱵՓT-N}9u?q۶{]NZly[=fn߲91v{9ܧ7͞^GINyny7rvoQy/"$QjktNf,tEQԿ2Z,aGH270MZj9jc3rXXg<,Sxs3l4_j?tGڣ
-UEњl
-Jn*"{`Ø
-Ѓ)S7N\[=>:Aebf
-}?y47;YK/|{}yo,ۮv:.tTv9nx$7<15OPn*oaǠJdrFZdms(_K!,bFqkaaA<N|@
-lSa5_}.i:,p]ݹJ7
-]L:)Zߧ&
-'-?2\w
-'aYm{(XЏ;?dYvlHn`PF        FGv-t:/Trёk0xށ$^ye,]lblgzzgΨ4hA=˲Ҍ>
-m[u/
-աcE
-9l{
-\R<8&
-Twbҍ>QzWQj3
-8ćU}"Itx^-='L);3I结5JТ{*e
-5<WN>4o=TU}"tЛw<6^ݼ `
-5e육sB&>\|J*[Ls=ҧT̼D]z̑j3pǜߍSiJgjRpEDDz^>ͪ)!њ~'ˊp1%=o&        }2n4%ӔgOͼY<7М!]ן&A8(=IYVM;~pчpp1kdt"=ΓJ1;fx1ԭ0Nݺ|G[mY        kqv%[
-es.BƤ\L'~{/@?zyɞp12^2L3|{YƝd7:Ɲ~^u:2ym$E3ewQ>/_Iq\_TIHlyAX4'#Mb"\f-3P4͢s3zn4\hM^        IjhEc11x٨x͊WR(_|HZ4[y1@ςaW(ݢAUqq"=lIp3_۱'Ƀ/Wafo7/j^~swbm
-=I?`NMEq<k8%+f7l]Cc",ES;jP<zP>զYͶ</üdyZg{懵3H׃"W7/?Q/NlVA'E X>=<qJſ׃{_k~hDzlտUL$:gQlT˱UɃ?l[0toZc1Mivׯ1Ia`*FyQl-aﴋ$ohYcr=(I6}0+GTQvKX挽~Aqc3+h?Jʹ"Ð>kkz/NW`aTuY2z?a,s5(^du^So5zcɘA͛zFSu^̇0oںzFC}cG{G7y^\Lwڈʹ;
-4+IXbw,KiɆ        GOo4V8U=<U^\("A q$iПj|
-        z
-Z-VDZ<S$i*DZ8/GΗF
-3XS{n
-ͤpq~7MGWI1Jߜqgm>`Lh6UӦ X*\UjnW+/*וeʲl(t_W9$٨WLT^y}S3!`]p^"l{n[R<͛Ŷe{NVBP
-Ii*0lyJ՜<U?.IU?y0h/넨uCN/g`C zV]}h:$HolsF        /9xLox92QW'(VVz6ڛ\%:/g/bW8I9?}1M^6nMޮrilFŐby>KŐYܲqזekn<mQ+lۖ8C* f٨(T<ݮEaD
-g`gS0K|T̮̝ŶLhnڛpf(NԟhFSzOfs6\(QIRϧ;{=MfY.Wyqߔs~t+Tx̹屓mp*}>8,.b?%{\qYlhoH)ݼ,)M8ƅ[
-%D?hI5ImRpz4\{)%m4ޖo!
--֦B_h8;GnRzo%*_G4        
-v=ծ]|<akΏ33ϩKxVf%Ju]
-
-
-'=~!S*R>@W
-@a^Fe[OpV̅!!`9hVM3wkDXW_|p[Fov̱df̅1)ܩحA1e5Z'}x$+9wΚI
-,2?
-Vczd캷zj#Wf:07K竽tu"2Ǚ95lJtbZ^{c"J3S1A`fޟ-v\"zZZ"bXdjN)?,uta.'Q\VRvޭ0/,JJ444_0А\UEŢ.TJ###m`;
-l}!vv_&0r3u;]gM_}k
-Vf%em[nESIi8ۢX[+fr$+cY--Vv|GfJy|[s>NfD'2rbTfZ-5l`VF{dqV]7׃
-EU2SpLΝyr*]$
-cN6tV\ֹs.|ƾvM_V6;ϫ\{!h=5e;rCD-
-E}㤿@oPlլ:)OjU
-rjOAхJuH2Dtvwe+З2\֎}97a+*Y6iM;x=֛8]437P_cu8/1kՖ'F}72z0cֱúnУtnһH弖|VmT`r`xh\د#-$})Ze<t*GsJ\Yll!y^G:
-fLl:@zW&J쁑Ǿg^~`Y6j.'tw(C,0}W</font>
<font color="red">^mvO̶Κ`f]j5U.ݻe\~~(<SAΚcQJmڶg*s-}D1eVڸ{\Y_>e6YW鳟lm|yo[
-JOO9wn^<m wfömc{${{]Gq{<Ll7:K0\~wSEsqz6X/Fk.8e?rCHsҏHy\7ɱ=yE:gHߓJE̘ʙ2?0ec8[Le<t|3r߮kM&ϋ?3nﱿst'y:]K\.>n|iΉyXό-8ix|c{q|P9~X%grOVxnO|yB<l|g[o칼us<ָ;9V}g|Jtny:5c}rQ\^zhkrח^lͮo<tΜk[
-]&v]>{ˋeuJfpy;WA?7tP;@F_ik~3y$o;q(7冡tiy9]kz^bwś5oRS3+OvػRd[^t3it9Pk5;Vfm_l?]vm.iqƨdfdSzaol:Q+>G9v&dYd[Moˊ.xجn#Ādח
fG{4K]wh8v\i        8b*0D+gkId2xnme{9lv
-,UH-bpk
-65]-nJdZo8[0R"mMZCgn-JN͵F
-DsXdmͳG%g+ɮ5夹(~$İD Qۿ;L
-m?.Kx<on%sf~
-bupw{˩
-[%hwIS/6Ǿq?RQ>
-B+H|.LFCCC6]&XNDzki6߳0n/<=}[,ΒT*KbctlжqwXrlLF04׳z\w^E҉F9@ŢN6y-17::Z-J*
-u1WIuF2#U.wZFFFЂRۡ\b+Ȯk}_,;Wj(6ԱBgɝby^6m4S+1RTZЊdS7<ϓ+.X0 0#yAPjR,q*RXdGTa2LFܳGOɛD6v1-v()q>cd:ON]Y~`۔--kIyR)U*3
-}_ϟorS#h-\GW3]:- te*Evldtɤφ526nPlB.
-cMl6B6?0U(T(S|ǗaȎ"
-waHJEZ:ujѪ[U2S7p;\kqƮVX9HΩy9kqڅD%>37bṉmsk[K.غ&MqԖuoKu{qHO-I_oa@)6ϾLF'O;b2Mu}zag]N:}x\섭'FvXl38&ǽT=_o0h'`ߖFlkFI6b`k:}{L&|> }߿e*^@Z0Zi|8ѳ`:'o:U4;tpT105߹w RųJfl{\κJ`7?mӏnWn}MobTq{b̆u.Mxht7dƦIK a0cKBy}-[
-|||=[eWe        N-t:r;Iu٠lpkq4m+GiZ        0V1++wqh0S_ڂhJ`]0]X`όdzlwoI-'E]٬..YqQ`l23-^Hntpu}{Jޭ>U42n;2Ә
-ml
-`?x];`ZX[Ry\w
-o
-ߟT.[06610wrL&b|>/hddDa\-Yk0.Rqצ,w1JB3SQSn.5'd8;T6vu:0#GLj
-g-{o9[1f*zֆof@.Y)hDI㣋WD`{ͲAC+D|ZxM7g/a{&a
mp;}Cf}Ze<{jqnb+T*RL=JrMFnrCΝ{=B~gnT|jYa`80sX_Λ®ռDxU$
-nS0nɛ;#
-T}㚌DR}ab6S{hN}pDznS96̭xޖ̠JMN&}]5 ;:Ƒz&YLE=t]Qؤ
-|/:g
-Y"LL0ǙqSX6I>i>
-
-Z,TO_Wʌ>rbT3Amԡ%i:Х%`*_Lod\
-YRl'PRzJZ1hg@z<O/<%V:ni+1
-{Z1
-@)6
SwNDr5        ]#镉umu8H$x2[(?$//^9z^<^PutS7%a/UVGmvG?IޯE_͎}#9E%(hm:W(LZ+p?Ykv
-
-]dv,[Cz*7:ҍϒuE/LlE]wp~LHI1كd9/۠}8#駗-j烑t{m|02ׯ1&]V>Jl:_H3rW_q$oP<c+{vdEYfYD5ϯ}?;ROCMwW#齑tWd*kud_j};
Vg3zdכFGQ}bl1
-zV!?]ᬩGLE~0x,u        
-ZM.r/|,kyH.        ,z\=fm`qp|m?ou{Lo,H]8p:L2wzxweZMό*v<
-q+kbZ/.Zxvr=</^7n͘
-Wb_̘ 0yɧ9c1
-
-IDATKu$asd\\F
-h
-'F.>8
-
-fC
-ppTo0to<7Q<?>ow{Id7$]6|z\
-
-G&LN6^n:I=w'dBw9ݯH۫nk\W79
-qҗ-0
-S֯T0SiR^iبټ'}>P8ƙuv`@gtETQL}
-1;<LpU ֒qs>
-rφҁݰ
-=Lw(
-clt0*V*z2uq*L2U垧JL
w
+
+
+
+
+Zcd
+a̘1ޟ-
+
+
+
+:ŋO>CY]
+
+
+.
+
+
#.\Ϲۑ}?_h?/k
+/>_|WXlY
+/f>;2~wп_NG/y#ۑ}tdB_:2~}EZާ8zw+ZbO\-_$o]T7>aٴI Hfnclǖ
+~=DU\.l)\T9
+ŋ.YJKt
+        KYiJ'mg'
+Tn^>=UEk3)qIcgX<Y2k]}~%BB{{m}51/<pNg'uk_z%}n<lFy/ _A{ax<zw٨c63|И
+
+gh˺҇uyȳb
+c
+GDM/SU6^.m95IJxcA.#ϔ'þN
+'5]B<sm>Irkn        E>;Kaߛ?>ɦM{6qyKn}>ʡ{x^xƺ+
+=܊
+53Gވ#gs
+x.h#mET=ovL;OMs9dF'])s[
+d
+
+iP>ի3ϤUǎ]4pرtܹ
+WO~Ͻ~SRuٲeb!ϙOe
+
+G        )䶙r2P_ʡB>z2Y\]L; x<Nwqߟ6o,{p-g[n]
+tMѣK
+i}Zb-]/^LK,zV\)=E|hx>>k6vd~Xz)ٳد9|{S$RK
+$tgy*
+Po.F&o1
+=dIII;Il¥9͆.ˬ;A&CmLya!}k6BQ<ԤVPh@h$q&]}5KzIf{l9m8^6W#5qP$ը9)ie1_#ٝ.r\r:ɫt        '@|>>+_~
+T'ޣo3O@gr5:pFUU={Gqaebkogr"Q=;J
+4gCLX,R}52{Kҙcޙz}gD@VUk>:?'b;_|R
+mU宻kx(
+o!o:t(k3P,@y~
+Pm=ms}F{TEm}곙`M|r7T=9~2dNoc
+x|NKNK*8VS|~9cE={f]
+t
+4sy]z&3M~s✩539c<cJ`"!\]1HWxO[dDz1o},~țO<dzr6^ȼ6
+%n -[xodב^z)٥
+Gd*~:4.
+Qj{]R[<F~gn+)ºC^>
+VmMg͌och:}A#B͙:.Uɦylrt+="K        7?ϗ/~ӓݛ~>ڇ#:]
+_~)~zK
+)TIU7{nIΖjd
+~7m$zj۷/7'h0}9PYQ_7Vg)#IG        U,Y"sw5q
+V@
+HRCդ
+
+ʐHM,jƘSQ(RFZ
+sNv9m;۾9{KGNkk~w(M        zqM2!ذapy4H>X
+z+xQinÞP!ƽ
+k4pƏwzyҲ̚5@;        !hdH$`o<SZ0rHxyAA ۷o%\>p.4hivZ9֭[jW^;gԩpE?; hdckE0fڴi0tPa5ރ/?; Ϝ9sX}$;X&NqyD@=zٳyB@6|ԨQ!>FO(ӧҥKyBԐx<ȫ         m1c.ѣG7d^7pykef>`Ȑ!pw'xC4        }iQ;w?;&C4"A?Iu
+e`AtY{n1o[4LIŹ05q6,E;ch8ǮukyD}1;|ǼCc,8;C|t4Nb=dAAxڸq#;`
+Q'OÇ3DgJ͵ϴv4+Mˬjb:ds^(\JukJLP\ݬ>gF^K9+6Ք{03?ܼyjIl߾M߿w(K<
+mRMg\߯FE;iQ?`~-^XސCGs}Z? hUHlm$IbsسhݛvQS߉*iKw$\$GU$ujq.V0        p!Z!"1e.X-O~p{2&[?4yf.RU.R^6DNV6:_/ /"Juy?Px|4:|2d0 }6݊V]z̿ &ڧDAv#T_N+`v|CǪ-/qәH!C"پܨ`]܉9A_Yճ}L6Qy4
+hݡxwfx=2TEmrjH$cǎӧOkYf1/+{a:MmA?DF`ڵ. #"bIeΝZn۶mC!:aITK-T&=;l}2ÚJ)4:,#P!
+f̛6T5jjWk'B'`Jv3ڥb#<
+x"R0f=E$dֶ~1
+AD]ϲ'?<ݻw8D'BgOw;ϋ/-[;Ay{E\o!Ҕ+UAFǫxI=HvN_}G6k,uzVpL?iJh<c~9TZ=O8ڧIY紡I'@F\t\|\a^XCwNUF"
+}8x P
+>]ɓ_~        ٚ۷tׯ
+I̙3j8y$P>
+-z?M*Ԩ{*        LЦ!/&E;amYiR<TiVͩ "R'ٗ-J'Atg(za{#*8A.|"TmjIº{aОEc]u<ݻyBQWh@}쩧cfAgkḾ[n'h
+%GOh*kvi=<bEۗsocǎC!+8s`ܸq?4ze]K,
+Ɍ?xa
+@MOHߖlE},P[*jq&{
+՚v@Ëz+
+`*G4
+b~{9Q{D\Sfuڧ⡚Ϯ"E;{
+451'PjP'J'T>Kiŋs#Q}]94MGԯ?*=?         rڧv3[giֹy4?طWɲ;Ωa;OK$kwvBǤ4{bQ֜Z͔0:} J *45SuzGZedab        )9EZqx|@\|\CS]|G|r۷/Ӡl/j]V0
6l >3T.2渖>n:ɓQ@P        排o6:wcbYNɒRhk]t~;
+q/V;e:(`S3Q[N-Z'O
+D*Qκ"3br~6NS>rGAT'@`ק'r
+
+hj2>hѢoR믿N;w
+Hpiժv\.䟁?q7z|tYH        nN/X;hj2>B3yd
Q6LGۼm۶
+ا!=z45oޜ;FK1E}l9>GnBc,wTMegٸƠ        *C 4XٲeiΜ9Q
+aժUuzʕQ@wgcr
+^߶`wi(ɭ7ܼy3w>Ae}nȐ!r_ϧJX9rbccH"7Qп-[RttjtիWOob;FLE^'w12Dv=%,x<xP>Oqv}PѣG广rG|tY`ĉQ4ĉ4tP>>mݺuݻ@ϟOeʔcǎqG_^n?wwj
+<hwe}r+*6RzM6{I(1}P{'S\r;
+        &ڧ
+k1vX {>GԾ}{f͚Qcbٳ;JH65VeGip8əF<-Zp        *C <bVjRhQ dddP, z4}t93>tM|sr͛ ix}p^        ߎnR 6/d):5{)2YRt;ȟqQTTwРgvsXXJF        &(        ^61N:t(,8 {^z]v55i$y&Kjʟs1;Vkƌw߱gRoUVM<R/A        8ٟ`4Sj#W%)s2GQvW+)FO _ի1@:Dk?F
+Y-돳՞B./kFݺu
+xG`0pǀiժӇ;
+ڹs'UPAǵcl6eQ4O
+؛QjU4iw
+u
+
+zd2{*Hn5l
+%_"Yѭ[7        %۟|[
+
+y-ܧgg\tӝwyYd+vγgϞ4}t
+V,-pzy)
++[S!Ux}C#jYGnɲ        QYGOh={?8Zo
+eE
+QfBMvV>XJ~{#'fwڵkG.KT,X@W\q-]T
+ɾt/"t:+&B|3v}PQ?/\@*̙cRǎiݺuZo
+<'
+Ec瀡$o|5%EDIX1RHe:֕Hsh?K>|B]v%ۭvtո/Ydck
+zQG
+d6q[
+y2VgP\r_T~e׳{|dNw?S^͵.͛i߾}Zo'
+5L*2TQDSLr*e,n*2÷g#5'*NrsZ
+(%pC}{kie
j*e
+Ĝ~19,9۽yf·}*t[^f9{3X(騩        Wo/ⲏB'_?eKu%X?`jq-a{C        
+ּ"94\u=pW`zZCt.ƝwsqcvkO
+Ymw+c@0'
+(oܳ,㎦=gˇ\_2K:Ep        ~        V'
+|y>k<?G[|jֱhEUAUwsO&'~cmhCQ1s#ЬU$U5>
+*4ڨ1|W87Uq9%qU3Ksc
+=gww$oJ}
+6mL_
+
+tM<sQtȚIB2ڍ={kSn/W}%R5
+CJ2Ak}IS=
+eTE{ǡ~O@YURf>$}-+O'mGTwݡJQ^d%j2tyz9
+ܤlp>soS#g|LO(
+*[iLYHF%ERW
+Ezؓ6I~NWUPMOyrQe{
+        O}_;/p
+p
+1F@VEkk3ҡ)^]L*ן
+\ɆjbȪ>h
+4Ex|Ы~:U+=k=Qff8G5(t
+8jv8kh
+T5@\|}
l~l72w㓘O
;?s7Q7ae9}b>?~_vqGռEk.(״[:/r'7
+qWuԟg.h0O
+}Zk-:裱N
+}^:(zGeZ=|Zr%]wuq->a~1hw}{Ӧl
+o,vj?$>gkgsr0
+Oo'
+?{v0~+Vй瞻g
+zǫ1^xlw\Oo'
+ٮ>gy+uwv}b~>N;Dp
+2lu
+D%,y:묳pn?Ok->a~E>?vv[z'e
+~
+ܨ9|O99ʮSǦ~ZEJ۾KF[uHǒQALzۦB        ,"jv^
+X"=mFկ~U+3'/ho[5=v,|3[Uijyyv|y%y`=;z1)Aۗ4<M(%;֖}(Cn)ќl;        H>+b̥1æ`cXQ6DW!>:~r^P>;g~n/*cl\X        'ckꙶ㰨vĚ膘Vsj9l^̐nOL^]1jz)LU$rM\.v,D"A97ٮh0آix |
+O?4mt)vef@IkhŊN+`\~j]z.ە.zze5-5ڣRb܅c>aXT3溦tɁhXCY?pK=M(M\l9f2u}@6ҵO]R3Zhfcic`AE,r9!{/yZ.Uzz,|K{?'d۫5y1ocjBXӾSM0kBL(ϙ]w](0#.2>[ѐL        -ktvhw]        >U3:K5GyL|1KG
+!{y#lWfO_lQ+^{mefUW]~ZM+gZ4.[ShA+5O7oV=w::6Ϧ!h<#c993GlʔY;        H>u9        S3A]19Zڡ~"!>3n_]퓟xk1趺ڙ|iLRO164ڧlx'|Gdf~5Gʲ        -c>?vNʲ}&&y|7̷yIIRv
+]b$[fes16u}z        ۥL:Oo#]$=̞MS7a+k{6+>
+jmPM{.XL7r
+uXgs)X7>OsXAt=~nvOZ+'/gPP{{イ]s@{l6e,}Z֧Ҭ=nk{7~`
+aS8}5ssM><xyĦLyu#h^[~Z(~%@6>ƞ:3*}5]Sߡ~FQwA(hQ}:a>5-X,"a,Iڧk&&I        es7ײZv̉)OveY@A<C#=KuY]Y>8Ck}j>DZ7&+j^.j>#}ameĦ>sQv
+33Clʴy{K5hGQ]/RTm(Q6X&xTWuuG@>+OnePDs_Iޓ6
+>On&Ihxfcd}PkR&۲5ݳfyD9k aM>1z-:~o>+zM47FV%渨IǨeK[^5y]HVRsbsw+^'/eg+W\
+,
+"JVd+m*et`҅إz@hK8öi("|6Uj>(g):djgkE<R<S4os>        GTji]*g4Eb;T-(E){(ڧ        yY,|P7z뭲]Y>a~1jO?W͋IᄇXs>d`K1h>M{^)+S@RXj)1@klGcñn{3\_R19)(뷍F4JfX!SNVd*tu#T1$XSB3u{NPACqAnYg%
+0{7~X>a~1j_j&ooY?c]kf}aOi(5V=+(я4>۔        jouk@٪)W(PA<d(FP%nj&ISSw(65lM,;^z3Zli2GU|tVg{2AzLQ)@ż}>m&0:^'/UOOax7ޘ.RٮL;ְ>d(`a>C}Z,֦MW9>2Bc")ߗ.ۍ*+5jsS1"|nuCJhQRcj0v5oxL
+P>P'F#         h0Wt:M߮ޟz!ٮL
+O_̫իsϕvpP Qu(3
+At|LRJ쿥baO!烛1vXGf6g:k6Qu`<ETR}KSB w$.օLmT`l2        )Siz}Sݾ8!L_n5Q
+bދ2jҥ`ۢr.EóAϚUh@>>a~1jV.H@Gq:z
+h0}{F!:v|^+S.At}މ
+
+}|c>Ît;5hzZ.7<V}ٮ)Pj_`r8`lZ~$>Taz1O h0s='ҭ(R$4a0%%28Knx_|zSQ(Z}a؏2=::ɔ^-:h^>_WԀ9NT@Ơ}:Ӕ3=Hy`NO\F5k_5J'jp>ZxSEr?J0<pRׯ~@V^z,
+-AM>|}b^>?OҾ+ۍ,ˢE)W,R7sGB4J̀\=~d^L^{omjx`OGcU־6+SԞE+VnԬ״gyYge$iT@Ơ}:ƒO:H\449[2S5Aоh1~$^
+k Jv-'Md>|}Z_kѯҋaF'xl7존\P<`(!-M
+fZ㜍C%6c
+d
+ȉxs        ashHNic?;&*s*-6wWiwu]=]q?7S8bZ25EʰT*IDW^y%z
+^GShRBoufsh,TFhYuMWֲyk!~d+]džѤaAz5ӽNw>r*ĵEPJuӦw!hgngayn,譨Ddǭm:S`YSXϳti^>_җUJS\!KQK(QtYˌkIq'켖o{<~oa7l.,|e]Odڑu:lj.42.Zm(TuZѴDaiyM955rFׂ?7Y9{W+@Ơ}:8U'U:%UƋlhZ|a܉&Ҕe)ƨ|S:?LDbMjXP*.)&xj,jdF?CW"Mi(/1n@6s>[
+$:hT/wpLJ-ߪ!''ߟeLxTt:굿馛,R1֍ZnC_9My8뚏,+Q?8I4Muv}Sfjlnh<5<7QLɲaLN'7zۥܪS.žORyM<sh=톫i5/RjL~$ygŦg+Vu]'@Ơ}lլTMdz%jķ
+kp"GV0$`
+uZ5JEܟeu*q5MRv.OǵeD
+=Tؙ)Ԭi$SOrQc$Le
+Oo3NYwklWγR킱64I8[ӇwS~LoB!m}Z]JI{(^H:fOYc?C[o\={L=7F>mzF#1
+w}NLJ3sjo&BiF-Pۏ۬-nNk}@l|ꂛ״O>o?e^ZEZ//kԘ>`m.H}Vl.l1 olkypZ^\<_n%hcsR]BNo
+O{jT*Θʽ>J-Nw<5Is:%s6)|&Hb)bTlP9m̋PuQuMh2PLN8[ʝm_Si1͉q%b̗9cn>5;#7\ZkQkVR>Nj|gY)֪1|j.y2kMOyC4\uIqgMcƹɚϩ/j-mQd.Iq5Fy'>        n=>HA6C{[~j
+XBWǖٽլ~B+mAmL,X]V4"{Lz`wlmڧQYPͽ*ef:g<mlVTԨmC6l7jlgjl5v5:-utRij6TUj=o}-oˆm}:\γTlIԌs=IӴj*=Kcj!hhv:A6~c>5=2N95'ohcƧznis:HVgfyb]enVa6{<}yMwuovz|}YF.۞#@äD}g"_җ'sW2L/ZE]]7>gy+\e;wI967d2SZrTyCZIE[3d1)<gJ֠ZMtl^ke|fƕ\b8I>O>tA~ڧ}qM|c1ZyLbS5NM[cz?6qr?}C|;k*^nFz6'KپwF;cGr?|}WݠrH1]ZB>ORuƺ0!*Eτޚ%\Rzq;zGysxO6`i~=}v
+|Oa[ͱU>JaܭNI{1KOFSm5Ƨ26Xo[c_R;:RƎ*dig[lT^"7gdk5VacVBmz9B|Ts}n9C>`,~KNSkOWN;d[uThexdh6!1>-9ڵ6a
+8v
yE2㏩ogNDUzz
+^
+7`3>_mk%q]U
+ZDbE6'1dGO
+f֠yLҤtͯjKI}P|t[tS&5Yk1[-|ʳ%̡v[Ox.>Al_,:hƞtYP.HH9ubrqLP<sDQ3KRX駟V7e㘤}jS<vE{CbJ}'ӿ?}kZLIgX{ӬzB$쩘1\èy~e˽}~vNkb^ gRLTO}eh״b4cmg5YdOh
+?Mu]sJ)ܓ,rw^o``lw/qR0rlM̎9f)E\vOs>%BrP]Zq:֛J=wh>tW/`h/@6r϶>O_G_i^,dI߮$KR>HJO
+HEsc:<fUy
+5M͵s^!֞ %q}I|vig;],a.1D&H8ww{1Wz~[_U]xBm6;\wu餓NRf֏BiP&17X
+g`}(uHl>]|ԠyYLZ<v=wy#t)kAgT}P{&Po͛Y2?y*Pt}
+cH_(t}        oPA*Əhn>5U/鸿;ǂj$cz߾ҿ&hˆ\"S0j@>9m?gi?s,lA}ngW7}uX8]nq5<z9WTs+_JHk֬O}zǵOVK{c)\k5L^#U$c?v$Ϙ8߶5~N=۵CV[{ܶvZ1"^۶4Z\[{!֔kAXvSڼEh/*[upٹvSˍkmuQ\яjO)QpL̢{beԷ7I1.j)p=-4kx\^{oCmwY~jлOT96nu-3
+(;V)'F
+_Cfi-īj~L|B~Q;J<W6^3PiiG﮻rYtI鶨4}*]u9XamLTcyo|rK)Ƕ>53@><i~kEzj^Sh>k\|0'O7*-uRgj/z}623rm3&G̎iXq
+9%ٸULrFl'+Swޙ.2z        Ooiah`.k6&U6>=M$ZKS>|Pj,U㚚q-i:SWF?_E_[5
+?_}un#Ai̱JgzFUVp{λf/~_moN8aƞt(ېXŚKt0E`ٰDŽgVMku1,[J.䒹9㎪zJ"Z7ݣZ0)3اm_o;92Rz/¸ZI5{Y=Pq\y=/,3sk{Ώ66Z-]        j4)6-`j3$7ğ`:}?n<_K_4cih<`bgr}5-<?[{nG+d"'&hz\f>q<#.Z,
+qMna#ןXͯy!0ho=}ߤnhq
++Ki7`9-F
+u:xzZSl]q1q<5Qԯv*jĩ1|0~5qC=Z믑±n*~U|j}&9':s~:n>_\p F#|#wf$.SMƱ4
+ƺ
+\s+Ϙ'3#*g0Fj
+=*MS"f3П6b|}1bWu])Z'}1s!C[%+XGkQvc녒>fؐ?$-lwH%gn{E{>a/.Ehz/~1-o3<Q{noS3jz<@hW"i
+X:Or2E&P2)QE        u
+ʲO}YdYָӿ]nT_r
+_kq쏍n
+>/U
+Eo>>7$Ɯq]`'k9iw<e}uıfXC1ltE{k?uKvmz|'m6f
+hYsmMjZk3=QlMA4>>#3L4;x{\<!1|V;v4^6y>#̻GqnøO>W袋詧}}xse.kĪP4:=R&QN\8VƂaJdKsnR)6dd\y>        s$0g_ݿykz&乏e&qF3[~?=k,OBf1=aP1^31Wzl35ޙuve[}kŢN1sNf3ƪuΦy2e&fqϫVXo;0ow֢*:
+XuڧXdd}`
+ź9Aqg?=NN<kRS3OC[Ĥo*;~Ѡs}\XQC\/~s        ƴcnFV2
+U+j;</*UZӽ6\Rʱhp
+@^j:qd~ގq]0d2j(5Sq0k'v#?/[^;"Sls=Pנ`+>}灹iۧ=\qI}UmޮosWdSs˝F>9[mڧ7YL._bif~FaBXY{+?++x_]s*kQ        U=F_>{eyRvx-i>|)Ϗ|fڧ7X3j_6eT%Onb=/r(&ēvkc>ִ9ih]&K1<s3~XK44H̩.KOCӟt3>_m}Ɲi}ǯZƼ"[/5lVlq4Ɠ(ڡ1~Ia4sz2<XactY[c:j,6Ygv0<m}9smO        n-*lS}cH<yI,Z^K36'6jlŧ?i<>SC<,yYIpLN\oL].OڧE>[Whbzb]d?rM&\s
+Bƿv)xjMoN_GGkYFU,"%q^&X,W+9i}rl3kg>4{?_X1>9
+[13oٶ`^@سaMoد^RFK7~%JfO״~uXH        9J#7mԡTڧ}fo6;T#8ڧO>nkح2V.tycM바}̫z~LLW?2CYMh.7:ChM735lm!i-vT^23]zZ[\\};<t=]}6SRk,[GٽG#0Xd}O!ѶiyA)1M3]~xHsC&'M>=lF,zՌ5,pø-U;<jqK>y-lRo
+h/@64jjf\3m_o_"qgj}4sl<Ɩz@pgvxOx[ҽx4i?,95V,y-JQn1LˮjIek*i=u>Z4!UUټԵҫǖ'U9H4Y=C<ԟ{߬-":n^љg)ؼ~4?;
+sY3وzⳜ܄kv;a-͢q
+$7Y<&X1#b^Ʃ.NXc.jI덬P'W8,H|}!Τf#Ze5_i[FEeU{tysZ>yMI1F|}*M1g$gLnkaybp2}_flok01o*T}z>'ڄ>'⚼}5Vg=ZTE}k&*j"~Lyfk\Nk<N>        WUa9z>ʉ'HGql7fN8A.}rX嬅(E.ZP+je눛Im+_'}Mr_?a>)'XE4?th+{hF.{yceG:^܌ys%S\
+~>"E>
+͆(])U:BQ#ƾ'&PQy[k45|$B6>g<GӾR_ZN15gQ{R:].V_8]#j(\
+izrl
+3yص}qz
+yyӮ*ۍḁ̌)dqƴf)CLɗ/x㍲]ܵOպ8r
+V[v5̬3cU*<_BmFclRN[ՙϕrNvv=}ݜsOiM0:
+%Bl1eSoZHU[Sn<K+ֆN1Kf(P,6JǬ1̢l?|NoY&x4;+~pn12]T}zh63s
+dHƇcvz,ͼ}rx/p>^#isݻ32Xj`E#Zcȏl^2ozӛ褓N~        O_kUW]E뮻9QZJţ#OS
+5J1w(msh
+JC[S&ȏokCv6h0ڧ;Tk]2~Xxd.e~$IJmpHL\kq듮.4B1&bjps>bk
+rѼp^^
+lv{Ld繁p8L;6?9
+z'        yMO|B}F2 gER#2x |ɲݘ
+h0Ow!>Odm_m9d%=j~jĠ}j1A*X*ꈱ8ԇSB@p]-oC-R]}zh0Ͽ/-2[cyɹ
+]*/a<TVf6!>G: w::묹h0OVS`1C9ډcve*}|c>]ES01.REa}^[=ba7}t4H㦢bbc:m}b^>9gޗwiBդzNVBmRg>&ۍ        yQr
+z)ٮاۤb6Ct2<U+5%fsKdwܡ?lW'7E:fV~%j-Jz*4        |=[&*|TY]^Gpb=4QE@ż}p        t!tZQVɈ}=k].S6@ż}j97|lW/{R        AtiiGbKj|zfu(ӯ"B$)6U
+xQneϩfԨԞb@;UillU}zh0WO{z3i>4j~ƨNyvnp
+ZkQh0O^{Egql77҇k@Ơ}],ӜQt}|Ak:צ=G~b?ML
+u9[qOow{76(h,E妾JG2l¼o1N;c5@ż}Z»ᄏl7yA.@Ơ}].g*g2P7?[t˽`2?]CX*P22o7SXFXFlrjC~]$ >V[Bv~̫'gh4jsBgv!*! ",Mؗ<R܃IWX>a~1jvz~?.ە        At
+FM}F5jzZ=IXߙ}۵ঢ়s~&0j8i]=OF\}*
+8ull߬Q @M=Qv_)Tؾ>S@.϶)ZHJ͞V(S c
+,ƎgBN}P~MǏM7M+ky1
+=C_/Sήu&W]x^}}zd^}~+_+WLV
+E}
+]۶4
+\v@9k1hH>:i9Dl1l_e\ϔ[:M
+$#{)FXKSzZÎh/vxzn/ΗF@f؆\;`Dݙ2@w'`Tel*lW\ DEFGA":=#.+w]VǞq=:(ͨ-^hstT:'s*[WyއKwꤒNRXA>:JN;
+Kz5Y~%Y\>x`ǻ+dԨ gm۶lډ`^v57;EV͟ۻԶScqf{9vafJsۗ?cim~_Z-tv?5O8ƹ}v])D+_7>\lĬpi\an֫'4:Wrd-y,o;LMj9_ڗ5~澣L3c/rfsΐ;#kq
+Q}BK;F~*xjBͥ<[A>յS&?'e)?C?7wSFIJ
+ryˡ*x;n
+61#'tRh[ײϠfs3TT>jvrJ9_%ILb(UH~_OPZM9mT)CߓVcsgh}rc4ڰ&5ܸ]J:ݷ\:!>>\kBvznSL+՜6ސ%}#ޱ1_SgF_{C_{=tlf>gAS:9uOPRqk2w!{챇Fھ\,..I6>5^2yw3:BIJ
+r>|w}wMA7q?E;_u%:lZe99gcjcƖ-^
+`r'=ഹ}Wsg[kzY_կͦk?]n%ǦYsƹ}tiY
+        לdC>yDZKHuk(ͬ'º%D?/7gYRoeᵤ33.UkPm"}BZ1{_fz~iʈLҟmYyz;ٖ6K֛9,Q
+z~r7ddԨԠgr377wSCoe˖-n_Ayx33t>?emXV9                *}ܬHZlܗsΧ|hCZ+֖\qnd}D22s6;5e^HK:>N=1n+1Cg?70!le+ܝ9FK7aUCi>{3w>s1Mg烴}7}pڢ/Byhn(}&q]vw~İ>=a>՚mݺ5Gw#VS'5*5٧F'+~wyq7#gQǛqSXK˖ܲVү&]YL%U
+},s4?4e.Xpk2?xd-|Xw.m{_s#+ESK!$7ƳO`Xh|>ڳU)de?ٸ,
+R*Pm\s(ռ]T<iQN{^d-s#=i>ݧY&9];&^YZ.!}&qXEu.ev4o{_Q'&;{Z.=jkO㎓?>fԼ{|)#F!k.,{zoQ13x3U>C{Y`SBUY        寵%4C#lm\cͲk#ߪXqrJow_?s#/xs
+O>b_hkiٴ?l\S~{ߨc>x?i<}h*K4wSa+H͆Z|z9:}ky3}->'5|IDʗ}V3(nKøa>/kUs=W|֍U#F!T=X5J"{=yOMXGgf
+P*TZ>v4KH
+>l}23SHүIΫ0>Z87ϾѷzڟU-r6pw,.m̉:>5=E9b>|Aa^^y..Kbҷ~aϦuTg>xjܷcr=5}F}lˍst<N=w=a>:JN8ᄸ.Rqw_>wSg?>bx:nJ:>7sK[GmYRy뀐^+닠ӻNwړτ\J_#6w^z1JmҦu:687=zc;kU` ldQLE^e
+ߝe&oWXlbu7(=%sE߰
+c6jm˴nV_(xw} oǦ JѠ"5ߧ:/n
+djjJ{onJW}RRÒ}*c;S8
,guVMAjUSTÈSy;)qDp%; 7nJO}FojFgx㜬}%;ϫ9g韐[j1S9^k|rmt@'cqnd@_"le,,        _Q
+9ԗrޗWs_p>d㯨6l~ŶjijeSlquT|n}P+}h79Tկ}t~x'{챇p
+q7g>Qa>'=Ig=˝O:HN=Ը3gq~)Zes>.;ek`jʜu2KWk>$15јэM:)7a^wk>Nٹ)~:
+liM}Cg;כjILt2Vcqnd@_"lfwlaxS]0٧r'>rKMŏ~#7wSzSٶm;?
+}'/xy>ݜ(<LUИ$f-w40hZWf9کhޏ>\ھܬ?/f!`ZP}
+1~qnd@_"lfH[I6>oEXw5
+w!~Ўdjܨ}M9OjTjسO;/)0Pc        vm7knJOu}je*5RU>W587O/}سOU/ jPg(zW}*o~sM;vTIUTnNϑ}RR}*o}[믿>@hKyo]'ͨ^Wƹ}}sE͋mNNHbsרdE]䎫>n
+jN8A<@)
+q7gS}RR}s=>W9UW\qS>
+:>fT瀞>D9&t>$CReZQ(e=U~738Ý/磌)S        Oxyn_vo_N<DwQЕSL+1eqnd@_"l}RTjԲOmo{.r饗ݔ<wS6'5*5J٧-V}؟yiO{yq7gt-TxYߚQko{1Kdu{ݜ3==vݔMGIJZ9?w_yK^⎅)dRows6UWOoWUX$Z%In{ƹ}}s}RR}*jɓN:I|R^9;;wSbAIJb\}ղ{ؘ_        j'>>Vnָ麟}RT'З>'5*5٧RVUz;%\ws>ʹBIJj\y啲>q7RcpM7cwյOjdKdSQk!~ַnPR}l7{8w'5*5٧ru x3OgItcC#8b1'52E        %FIJz?w}?ݜ<~K_袋nN>QQ>nA=Pyݣ*Ts<ϕn-Ċ"`#F>Xl7Nc.?ƀ"\#>t@ںuk
+ew)%d'З>'5*EG?;OۑGfwhϏcZ_e:OjTN}vꩧ߭{q7g`NvqG9snN F>D9>Q)fIOz}{ߋ9E|6UרwuWM+dԨg~nE(Oَm۶/6a#OjdKd"4S??7(Gu;ӗ>Q)OٲetAdx1<Yb'52E        %FIJ}[XX>zKKKq7/w}233#zЃܹ~\"_⎁Wnԗ;Nvi'Ї>${oMKd'З>'5*E[oN:}M8sM]w<O]vEXw"'5*E/twws;g5oo媫I}"`#F>袋種FMozvdzlrq7i }RRdvmn=yfnRzOxd]wu3٨>)O/}6OjT5_{]?^YF}c^{97"F>[sW37R(nҦZ]]Ego5y=#F>D9>Q)2:3Wk«>ÜSs{ZGIJ}N;@y,7|s_̭_!F>D9>Q)l۶+~j}Jw[n
>kMNNJTY"l/}IoFvygkY]ƶug<)0&
+,OjdKd"ZWW¿90Uߣ['=Rp|%OjTs*UqgR55뮻nZ[<jPݟ?^.Ҹ5>)O/}6OjT쳻Ţ;^Cg}7RcU-[m?_}q7mh}RRdDN9e]d=7
+R|[rǵ\oy[믏iC"`}?^z5a};$v{}s*c*T;wcX5O=>l+9' rH$?OZ:(5[3P3*_엾7t;;w}wwܾZH}6LsOjdKd7uw]q
+51~=̽F9啯|q=U??{mI&rYg@o;wj^ɩ{;T_EZsR)7_Tkī3<Lfv}ߕe2/7]}'n߾ed'З>
p?VS5joDG;*ռo~\R_}BIWr<яv[|ϝS^7{:Ej̈Z{IA3/Sye5Va.
+DZsEչ]
+kv@N>G        
+^qa]w|2!D#
+>(Vk}ƼO5GeCVnп}ufDJyZ[B9.i|>
+b4jM!/R
+X\4y[Y;眗lWZ=G>
+>
+9)}ٜ>ݐ}V)g/8m.끜af"k1E)+mm[9~5}.LOkW"x3^dyA        
+svq۱1>6!CژEM?m>>Cko)|rn%F'
+yR1Uz8عTβZB꜃,D#
+"۶m];07ǨQkC9u=v{9
+'`RLG=z߇t}JՒ-qgAgl9t
+4=zO@>
+UZD;*y˯m>t~u]k)01y'{9!u^6Gzw)~5w&WuzMe13;eöKmeg3g6mT)=m
+#ۂ˰le}_bc--ivڲZcU9c#9C֜mzb%I%%jm#W
+<7aCy2v"l}{5ͫ}}7kӦeUILOղ(bm+3x;Wv؍}(RI>`yի^wS</<G:4e9Z>m^خl\lYlǩ߄z?PAɪYVV\Xnӫi,K=c/QWS2ϽIc{=n-gv"b?Ӵ]D}m}cMea혌]S|Ϡ-/j{Lke,j5~iǼW35IiY-IbvgKNl@R#n
+"zK_*zԣ;)N)m}Ldm>DY_9ֱzW=hτGe<ctk{X%}+as@MIk3n-?D2]826+hcˑ祭M[yum7[_HS/٧b{Mow>LjL&eZG*cm|eI5柹&ͩLI        `p\|k֭[n
+Z;g}xGMAD]C+^^2W3OLX
+1z,;{W)Ycj/SmN^6n2e'WM}vo6hwm}8m},۷;߅O>w16ewz~mjyu+;m3T"T7i%UZ3`*o*Zח٧T=YݤI"gE        `qXN;-
+_WݱW]uUMA]D)ӺA3hܝT?46O]L"%tnJ]G2cfd꾅        m7Klg߶8)ᏽ^TnnE[Jos٧7hvzNe;inll^8yMY<g;=6дouܰl+t=[s+}
+ms=W,軴NKƸ>7O;5gs-/</font>
<font color="gray">T.ַ/N_?jwUyu~:?/E>ujͮךO@y.l߾=M#/};gV϶fQQ/|naYCPCܮ٧o:i
+^;AC}ګZ|Iwlmڿ
+h_Pګs:Aǖso;O}zXz٬5_Vki˩Mo+5X3>Hic|`~v~g_xIg/K4e^Pw*mܼ$杚[?Vɹ/mNӕ$&kig?Z>:m&RYmkln2`*O
fQ~;V_VϨǝ65D&%Z0E>A4}3mֳiw̻z^Eɱ6&;^u̻b4r~bzmٟu6滕a<ƽ>yes;ҦuӼF=*ߴeQ^`gBcsQ%eljoduw^_gv|J^E_ج/W}Zr}}5"箽Zujiɶr+.~ӟtMA!3>v"jL)ݦXز(s*i9ߠ̶NN>;wuojjoXEO}vh;'A>ls"<5}wdvܰ_%mk"fk[}
+:3[ol=o.V}>i>ylNRc_S3>o>Ҥ$R>1Aiyq;Za٧WkcM>N.5@;S#衷G>Rt}ڮScʮlٮmsO*{C]Csu@c^[*lc|Ǻ        %cn2ݶwYC/m{ljo/n-ڞcEO[@bL?rlϻ(:7i}6W^dgQm}4}gې}>B4ng8q}M!U+[I}ÆSI6dlSw?eXcIoS[I;5Z;IOmO]'}ve]_jMAwvAt1om        [?UZ>mM}ۂ2>mm~vn}:]AyL(i^<'L>h~        >GiNY]>4v?aU":<ZuG1l|ڴ]Xscݯ٧uM"/c-GD'h3g浆Te3ˍS>U/.4fr$Ƨ$QJbsaU$V3i/CaЉ9872Bg?q+$Tٷ!3ECІ6囪~7\d)6Im}п؇'55vLY{Td
+UvY;%h٧6h]
+
+#ωLilzN`[<S{[-Ű<5Jŝ}FY=jJ[?(컡>^Nzn3ϰjtaD)C&6
+?U)̗/Z;)$J"7oV3ofyOgiZmϼsEIL2ƁfkΙgv?J}t5G'__u{6s>DWlw3^3̸6u3Lv[u~9U*/0cl5s        Zuju>Nω5WVN*⾼
+hTZ-5TiN-i>F=b>z36Nyua3,n+k,3N_C0<3۪X'Is`R}я~uYq7hqq]覛n)hCJ*%}TF>SbuW~H+5XaV?aωe?8As%ZS;,OUhOa}to?=2߇bĞ-bMku-o7l]zT~JP6pNf        >m˾\7^C0>;q)I۔k$Q)O
+gq7
+Oj@O}SrHk251!SSSfdqyEkEwUq7
+}UJ9sH}CO>:䪫
+]2t:vT풲6k?u'?{owS
+A/"CnS6
+(gZ;$i)";q_k}OC:,іlҤ7om
+A/""SEZjHaZK{+`if٘NI'XPk3mwU{zjQR%]
+
+:a3iZ|U+{&)Ԗ}}Z{$
+
+NPkڋ[n
+z
+q^Jc>-
+
+
+
+%KHNNV
+
+oNNNbӦMj
+
+
+
+d~'OV
+ĸqĉ'nX(Ynhhq>|8um
+
+URy\x5:pOZO~Po6hÿ5ifj1VM|/<Gw8Ɲz?ZwrMM';uJS}G<~<[Ӟ<5^/E>3o_l؍=Gw̿^Q+F[&_3ỉ
+9ilв{\xzpio!Yucv}]2oCc]hl}waKޛԥ#?转ux+W^jk^)Cyu[{y]oXIІ`U[g:g:~/۷GOW|]wڵ!fc؛oSl7C}h[]z8;qӅ'||$_:uJ_#91dISGO;g'}\s~5[ΥXRӴ{ܕЫ_O{2t0#EdpZty.\ۻ&qYB7TXPq\~4ڤZk<^GgTwԽAz76F?7Njrfכzo-si~*=X㡚F=ڤSZtnx.z=@ީG{{RZ?7A>ꅽ/9!6xoتWF=4rF}cl:?c1Ӂ3yةW=ό3滳VQ'#ߎܨy
+ݷ nE-7]/l{t}}\jIk~]#ϏXxTDOP{CƳn2re?Y(ר??-9aO;j?ܳkS̊L;n߰A4ߧ<txOvBGG2ؐA>{^'%=~Lgk{9M]VO;魮ͻ~Iw
+d
+IitΩD߁.Osǭ[03=+{)`S*ԯJ^WV_凪ӫv{zOY瓺Szw
+6F6hɋM]~̷y_ҳ嗭ZlfFۦzo7Wz`<ІuõG֣:yv:g_g6z'uzհޟTgz/;/\U|{^^Wf
+[j
+#;82R4k}
+?jB7oovI<tJ^O[3}Ҍ3L{cgiz*qaѷ?p'ם=4axŻM_r*{_a/>cA+'zm5F~4lu/0zvӬDm[nMVʶ\K_Ww-О}ڸ^7<T-~xdݱ~zr鏒Nsa֥WGgeH?O$-W^E|/W]{^:INuҏ
+Nf:mq:\iy߹Tvkk n݆muopųgl
FBʥ[
+U_hvTn]*5,TuZk&VX}t?jZsB{kI֮W{Cu;_άW^G[_
+6ȩч;7IpzMw7ܭ[J-7*66ػfow>CaPG6w|';Ut͝?K.ǻ.b'u}HG{iGS}=uo<Ogv@sKBGC:ʯ8|K#_c=?M+kw~O).v<#89ŷ~s]͢vwR/[o֝x'~lsKاQvx.{fqos<Ӷӏ8Ω&wIN975>v_C.6_WF^=}v7<psNFGG-C9wnݝ8t2CvS]q6ww?(dzg(|oXah}+VZigG+XUW=Tm`3__E5Ռ{5vL[xzz{]oyla)kܵ&k>̹cZ4jqVO6
+ĵzm)[gGt#u\N]w?A]ycO6{=ruwzO~>m}2pϯxa狧;jH?ICWr`MF?@ۨgF/Zq*L8bOLzӫ̘=3΅}bйzc
+ٱd@ع_ܲ˛ر]\;uK?iaޛOԭ>5n}
e;;:{ޖ}=xQkvO\xʼnA.63و;۟_ת7^W{ϽU}
+Og[kiv:j
+.S\κt=qqi㞯sqz=Ǜ_#
+2.7kz쿅ebv!厳8rvtO\u/        e\R6)|AĺQ|㈗OHHHr:OiFYl+]|Q][Y7AqWO㶚5ݞ=Z&(N<cʍiiͬ4gMZ"trW)^j
+aoq[;kw}SO>ؖ*''f:S~0`]^yUZ73nEc~Wн>
+'=)|L9/f}%io}]>h|O)~.K闯_>w~տ~:[w;yoH        s|]H90;X'5/4HOvwH2쬬D
e
@@ -2867,9 +3495,10 @@
>.$vܜR@̓';;$qU~PvVVW
pg^%
-31
-
-
+31
+
+
+
bWV
g0a@>Dž>gz_V:\n~{Iu>f{a        {y®k'\"ᠰ~hǵʰ.kk~c})l6#쨰^:n|6ʰ&8=,Wk1[aͣքa;;̵f2,õo? ,d-m؛5apͰz0eް^kXcusV=VxG(߾{X        ~a{a
;2l]ذ0o~a&
@@ -3428,10 +4057,9 @@
q%)]?vaWhu6rpi^;mۺpӞm-/*+,.+,F>B.,I?{pr9
uq};z̾c۸~|oL
F
-Yn~+GV`H`
-
-
-
+Yn~+GV`H`
+
+
)wsCO>c8㚚j-ղQ9{>3f}
&lM
@@ -3645,9 +4273,9 @@
l
l
-
-
-
+
+
qxX_{N?f1_q3
c?7
gݾ(C+0sb!}Q1
-E<f߿s<{B;wjhw9ҥK9hK/˗/GkQ|MKV㵠;Wx5|Chaq,1D/믑=v<)RP:tH`,1ܹ3]#iY0&ؘ_!1<mǥ>$B!B!B!$qpps?_R###C4O320{ͺ8_>up8~|;/"|v:zOxx7 <<nAᥝG8Cq~z%qջ&ײU|);鴤XNh9G>ϥPWy%]GHIߙ;_onSs]2YZοw⳿8.ۧs>Gο+v7չN/pݶw(ک_Ia[!\pTܿ?        "W,οE])ty1V#kdohp(p}HZ9}vA^!!?8v@v]EYcGgi,sק+GοUw$yq"u}{wWvһ ɜ%MxMftz}nР߬#Q4}8ȓQvWѽkj8Tdʖ~Y7!H
-
-
+E<f߿s<{B;wjhw9ҥK9hK/˗/GkQ|MKV㵠;Wx5|Chaq,1D/믑=v<)RP:tH`,1ܹ3]#iY0&ؘ_!1<mǥ>$B!B!B!$qpps?_R###C4O320{ͺ8_>up8~|;/"|v:zOxx7 <<nAᥝG8Cq~z%qջ&ײU|);鴤XNh9G>ϥPWy%]GHIߙ;_onSs]2YZοw⳿8.ۧs>Gο+v7չN/pݶw(ک_Ia[!\pTܿ?        "W,οE])ty1V#kdohp(p}HZ9}vA^!!?8v@v]EYcGgi,sק+GοUw$yq"u}{wWvһ ɜ%MxMftz}nР߬#Q4}8ȓQvWѽkj8Tdʖ~Y7!H
+
+
\)QTD"tOHG/ET^"T]WyO}f7l3gflyg9sεq"E%Y#vw6(ɰZF;۱3qE5߶Wi#E9UH        """"""r^^}UiѢmVL".\s>|X(.]RȲe9}[2k,[7Ȅ        \?6LVZe>?>S_۷-{zwd~_ʊDtϟ
HDD(QBy]KN
.,۷os^Z=S2eȀ,Aɮ]|L
@@ -3865,9 +4495,9 @@
*wȜ9Y+\r{.Ç;!,uDs1S̾3gΘHU"oxb5ҥKsu;{iᇾc$VGX9sfxoҤo<3xB6l@ddYɞ={ӧO7WDժU3        wǺŋm/1w\E>}\[>ϟ={o_r~0]vMX\Ovq^9揙żI>ID뒓9J>H"3XWs5'NUЪUTe+b~#kך
6<gMܻ; 4h`ˌa{I        7zY,`}}bxm]n]Sd/+R&>fr|l+:vhY0nܸύ|_vڵkcڴi%p,3>}{mۖfK*NjSre?_~ז:"Yw}gƶJI؎9bK.(Z~dsi`&f֬YXpqRYkmKL}YQog_ƾ,piukseX%"NvC:ׯoۗTԫW1W^f
<>M6PɯӧO}_wuRJq߃'%sޒ%K{n/66s=gْǴ#͘lwfN{\=}<xiߧ:X:}l>oʔ)祤}\7N:        ]CE\p6֑>}߲eo\/[/lKl,Ygd(Qo_\f=ތh͚5~mqYccMl4-1W͌qu2)Co?sGc3&|u<'g˗/cǎwneI2_5o6meAA҅][W"]NMl$EPœGAOG=xAkO        B)Mư ]wx'ɼod FCQţŖ,fdYn(C}ubEBv"8<nb*<O@*f|~4z:A~
-&Zm=fkTЊMɳ8m6-ШW_uIUQr7廫%r< 7@|',+.K⛮܉Q.}QJw/ߓ_~մWځVy"MiWI
-
-
+
+
?uXMLLDFtO>EҥƘ?^oٳnkطoҏ# #Z-n߾m'OF``sPK}X`cbԨQ4+WD߾}z
@@ -4339,9 +4969,9 @@
@        jߒznMŔρ}q$:_uS-/Y$Ěm6UySiX<ĄQ߄L!I0^CR$=VSK
ZoTZnc\<qR`YCZn, %TG>VF@OA
-Om=ttzfZFv=+Mӝݺgieͷ,-(}-Ag+<ϙEd^Kd;}vV4Rn|>GLw-ޒlD&r;˱=^܀d,`+tgY~/F>;rcZoko,?bmW3hvU&j~z-B嗷DJm_R_DuDsay=kM|3J}D%-'vh&z8AT>gu-,)ҢJlÈuٲcٺqOkrΞΊVNv+y=+zW~PT2eLYdNu+7XSOtwOv88{k5+[qr_)ЎroN8Фjn>h)ښm+C
-
-
+Om=ttzfZFv=+Mӝݺgieͷ,-(}-Ag+<ϙEd^Kd;}vV4Rn|>GLw-ޒlD&r;˱=^܀d,`+tgY~/F>;rcZoko,?bmW3hvU&j~z-B嗷DJm_R_DuDsay=kM|3J}D%-'vh&z8AT>gu-,)ҢJlÈuٲcٺqOkrΞΊVNv+y=+zW~PT2eLYdNu+7XSOtwOv88{k5+[qr_)ЎroN8Фjn>h)ښm+C
+
+
J&H(yA@(( >φ4@(zoRAJhUx"|oܒ{M9Aٹ͙9sf !3'J̓
6֭GAW42D'FhC8YJ3Kͼƪc']^AA_FaaϱRrQ0VF6ꉆQiaěnF֭-PQ6.cLzfwO?OdoQT1l[TQc
Jߙ7gdct#H6\FoY!1N)#*zUS
GN]fݝ1bdy7qڬUԝR?ux
-
-
+
+
,(K,1(DDD9xL0Avk֬u+WdDDD9rX,={E!""2̬Ytz͚5>|8KFDDDݻwɓٞ "u߾}%<<\bbbdDDDDDDD)5|DEEɭ[dȐ!{|7ސ+WJ:u$oC[jo^oߞ!N:%ӦM#F3QFɤIuqٳgܾ}EGG{vڑ#GkDDDd,ժU5kBѢEH"Æ
sپ[nz}̙rRL*˖-slDD4H2d*r_~l۶˶ҥ7~x
<^t~
@@ -7505,9 +8135,9 @@
-
+
&F^
-l
Px4 #\'*.25@9
+
-
-
+
+
+
+
@
@
Dư
@
-
<font color="red">
-z
-
9
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+q
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
iҀ
Ҁ
0Š
0
<font color="gray">
-
m
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
0
+
ip
D
p
0
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
@@ -7748,133 +8394,156 @@
@
@
-@
-
-
0
0
-
-
-
-
+@
+
+
+
0
0
mI
+m
+
+
+
+
+
+
-
-
+
+
+
-
+
-
-
-&
-Y
-f
-x
-
-
-
-        
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+2
+Y
+q
+
+
+
+
+
-
+
+
-
-
+
+
-
+
-
-
-
-
+
+
+
+
+
-
-
9
-
-        
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+$
+0
n
+q
+
+
+
+
+
+
+
+
+
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+0
:
l,6
-
+
^Z
-^Z
+^Z
@@ -8064,104 +8733,119 @@
-
-`GT^5bBJ>*N
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+`GT^5bBJ>*N
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
+
+
wwo~wo~o~ww
JR^Z^kZJRo{R
RZg9kZ^ZRNswZNsVZRcwkZRNskZJR^ckZZg9s^VkZVZRs
swo{wo{o{ww
wwwww
+
r
-
+
+
+
        
-
-
\ No newline at end of file
+        
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
</font>
</pre>