diff --git a/content/guides/running_applications/_index.md b/content/guides/running_applications/_index.md
index 7ca2b4050bb63ddc464126028f2a55ae0edffc56..e4962e0a4c9104fb1eaa3afa4bd242c297abc8d2 100644
--- a/content/guides/running_applications/_index.md
+++ b/content/guides/running_applications/_index.md
@@ -4,8 +4,4 @@ description = "How to run various applications on HCC resources."
 weight = "20"
 +++
 
-
-Created by <span class="author"> Adam Caprez</span>, last modified on
-Nov 30, 2016
-
-
+{{% children %}}
diff --git a/content/guides/running_applications/allinea_performance_reports.md b/content/guides/running_applications/allinea_performance_reports.md
deleted file mode 100644
index 0fd14a21d58f337746629e75b78848fa29dee743..0000000000000000000000000000000000000000
--- a/content/guides/running_applications/allinea_performance_reports.md
+++ /dev/null
@@ -1,166 +0,0 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
-5.  [Allinea Profiling & Debugging Tools](16516466.html)
-
-<span id="title-text"> HCC-DOCS : Allinea Performance Reports </span>
-=====================================================================
-
-Created by <span class="author"> Adam Caprez</span>, last modified on
-Jul 10, 2015
-
-| Name    | Version | Resource |
-|---------|---------|----------|
-| allinea | 4.2     | tusker   |
-| allinea | 5.0     | tusker   |
-
-|         |     |       |
-|---------|-----|-------|
-| allinea | 4.2 | crane |
-| allinea | 5.0 | crane |
-
- 
-
-<a href="http://www.allinea.com/products/allinea-performance-reports" class="external-link">Allinea Performance Reports</a> is
-a performance evaluation tool that provides a scalable and effective way
-to understand and analyze the performance of applications executed on
-high-performance systems. Allinea Performance Reports can be used with
-any application - no source code, recompilation or instrumentation is
-needed. The main objective of Allinea Performance Reports is to
-determine whether the code fully utilizes the system where it is
-executed and to help developers identify application bottlenecks and
-possible optimizations.
-
-As a result Allinea Performance Reports produces single HTML page report
-with a characterization of the evaluated application. The report
-contains information about the application peak memory usage, and the
-time spent in CPU, MPI/OpenMP and I/O communications. Moreover, the
-report includes information about why the concrete application is
-spending too much time in a particular process and gives tuning advices
-and suggestions of possible application improvements. Allinea
-Performance Reports has low runtime overhead of less than 5%.
-
-Using Allinea Performance Reports on HCC
-========================================
-
-The Holland Computing Center owns **512 Allinea Performance Reports
-licenses** that can be used to evaluate applications executed on Tusker
-and Crane.  
-In order to use Allinea Performance Reports on HCC, the appropriate
-module needs to be loaded first. To load the module on Tusker or Crane,
-use
-
-|                         |
-|-------------------------|
-| module load allinea/5.0 |
-
-Once the module is loaded, Allinea Performance Reports runs by adding
-the **perf-report** command in front of the standard application
-command.
-
-Basic Allinea Performance Reports Usage
----------------------------------------
-
-The basic usage of **perf-report** is:
-
-**perf-report usage**
-
-``` syntaxhighlighter-pre
-perf-report [OPTION...] PROGRAM [PROGRAM_ARGS]
-or
-perf-report [OPTION...] (mpirun|mpiexec|aprun|...) [MPI_ARGS] PROGRAM [PROGRAM_ARGS]
-```
-
-For example, the command below shows how to run **perf-report** with the
-application “**hello\_world**”:
-
-**perf-report example**
-
-``` syntaxhighlighter-pre
-[<username>@login.tusker ~]$ perf-report ./hello-world
-```
-
-Stdin redirection
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
-
-If your program normally uses the '&lt;' syntax to redirect standard in
-to read from a file, you must use the `--input` option to the
-`perf-report `command instead.
-
-**perf-report stdin redirection**
-
-``` syntaxhighlighter-pre
-[<username>@login.tusker ~]$ perf-report --input=my_input.txt ./hello-world
-```
-
-Allinea Performance Reports Options
------------------------------------
-
-More **perf-report** options can be seen by using:
-
-**perf-report options**
-
-``` syntaxhighlighter-pre
-[<username>@login.tusker ~]$ perf-report --help
-```
-
-Some of the most useful options are:
-
-**perf-report useful options**
-
-``` syntaxhighlighter-pre
---input=FILE (pass the contents of FILE to the target's stdin)
---nompi, --no-mpi (run without MPI support)
---mpiargs=ARGUMENTS (command line arguments to pass to mpirun)
---nodes=NUMNODES (configure the number of nodes for MPI jobs)
---openmp-threads=NUMTHREADS (configure the number of OpenMP threads for the target)
--n, --np, --processes=NUMPROCS (specify the number of MPI processes)
---procs-per-node=PROCS (configure the number of processes per node for MPI jobs)
-```
-
-<span style="line-height: 1.4285715;">  
-</span>
-
-<span style="line-height: 1.4285715;">The following pages, </span>[Blast
-with Allinea Performance
-Reports](Blast-with-Allinea-Performance-Reports_11635295.html)<span
-style="line-height: 1.4285715;">, </span>[Ray with Allinea Performance
-Reports](Ray-with-Allinea-Performance-Reports_11635300.html) and [LAMMPS
-with Allinea Performance
-Reports](LAMMPS-with-Allinea-Performance-Reports_11635305.html), <span
-style="line-height: 1.4285715;">show how to run Allinea Performance
-Reports with applications using OpenMP, MPI and standard input/output
-respectively.</span>
-
- 
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
-
-**Currently, Allinea Performance Reports works best with compiled
-binaries of an application (for some perl/python files perf-report needs
-to be added in the actual file).**
-
-Attachments:
-------------
-
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[cb\_allinea\_module.xsl](attachments/11635289/11635290.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_allinea\_version.xsl](attachments/11635289/11635291.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11635289/11635292.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_allinea\_version.xsl](attachments/11635289/11635293.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/11635289/11635294.xml)
-(application/octet-stream)  
-
-
diff --git a/content/guides/running_applications/allinea_profiling_and_debugging/_index.md b/content/guides/running_applications/allinea_profiling_and_debugging/_index.md
new file mode 100644
index 0000000000000000000000000000000000000000..d60182dface4317d991d63103c6d78e1665661b3
--- /dev/null
+++ b/content/guides/running_applications/allinea_profiling_and_debugging/_index.md
@@ -0,0 +1,18 @@
++++
+title = "Allinea Profiling & Debugging Tools"
+description = "How to use the Allinea suite of tools for profiling and debugging."
++++
+
+HCC provides both the Allinea Forge suite and Performance Reports to
+assist with debugging and profiling C/C++/Fortran code.  These tools
+support single-threaded, multi-threaded (pthreads/OpenMP), MPI, and CUDA
+code.  The Allinea Forge suite consists of two programs:  DDT for
+debugging and MAP for profiling.  The Performance Reports software
+provides a convenient way to profile HPC applications.  It generates an
+easy-to-read single-page HTML report.
+
+For information on using each tool, see the following pages.
+
+[Using Allinea Forge via Reverse Connect]({{< relref "using_allinea_forge_via_reverse_connect" >}})
+
+[Allinea Performance Reports]({{< relref "allinea_performance_reports" >}})
diff --git a/content/guides/running_applications/allinea_profiling_and_debugging/allinea_performance_reports/_index.md b/content/guides/running_applications/allinea_profiling_and_debugging/allinea_performance_reports/_index.md
new file mode 100644
index 0000000000000000000000000000000000000000..8a342ebf7bec73df2c06f754bccfc0ee63690120
--- /dev/null
+++ b/content/guides/running_applications/allinea_profiling_and_debugging/allinea_performance_reports/_index.md
@@ -0,0 +1,116 @@
++++
+title = "Allinea Performance Reports"
+description = "How to use Allinea Performance Reports to profile application on HCC resources."
++++
+
+[Allinea Performance Reports](https://www.arm.com/products/development-tools/server-and-hpc/performance-reports)
+is a performance evaluation tool that provides a scalable and effective way
+to understand and analyze the performance of applications executed on
+high-performance systems. Allinea Performance Reports can be used with
+any application - no source code, recompilation or instrumentation is
+needed. The main objective of Allinea Performance Reports is to
+determine whether the code fully utilizes the system where it is
+executed and to help developers identify application bottlenecks and
+possible optimizations.
+
+As a result Allinea Performance Reports produces single HTML page report
+with a characterization of the evaluated application. The report
+contains information about the application peak memory usage, and the
+time spent in CPU, MPI/OpenMP and I/O communications. Moreover, the
+report includes information about why the concrete application is
+spending too much time in a particular process and gives tuning advices
+and suggestions of possible application improvements. Allinea
+Performance Reports has low runtime overhead of less than 5%.
+
+Using Allinea Performance Reports on HCC
+----------------------------------------
+
+The Holland Computing Center owns **512 Allinea Performance Reports
+licenses** that can be used to evaluate applications executed on Tusker
+and Crane.  
+In order to use Allinea Performance Reports on HCC, the appropriate
+module needs to be loaded first. To load the module on Tusker or Crane,
+use
+
+{{< highlight bash >}}
+module load allinea/5.0
+{{< /highlight >}}
+
+Once the module is loaded, Allinea Performance Reports runs by adding
+the `perf-report` command in front of the standard application
+command.
+
+### Basic Allinea Performance Reports Usage
+
+The basic usage of ``perf-report` is:
+
+{{% panel theme="info" header="perf-report usage" %}}
+{{< highlight bash >}}
+perf-report [OPTION...] PROGRAM [PROGRAM_ARGS]
+or
+perf-report [OPTION...] (mpirun|mpiexec|aprun|...) [MPI_ARGS] PROGRAM [PROGRAM_ARGS]
+{{< /highlight >}}
+{{% /panel %}}
+
+For example, the command below shows how to run `perf-report` with the
+application `hello_world`:
+
+{{% panel theme="info" header="perf-report example" %}}
+{{< highlight bash >}}
+[<username>@login.tusker ~]$ perf-report ./hello-world
+{{< /highlight >}}
+{{% /panel %}}
+
+Stdin redirection
+
+{{% notice info %}}
+If your program normally uses the '`<`' syntax to redirect standard in
+to read from a file, you must use the `--input` option to the
+`perf-report `command instead.
+{{% /notice %}}
+
+{{% panel theme="info" header="perf-report stdin redirection" %}}
+{{< highlight bash >}}
+[<username>@login.tusker ~]$ perf-report --input=my_input.txt ./hello-world
+{{< /highlight >}}
+{{% /panel %}}
+
+### Allinea Performance Reports Options
+
+More **perf-report** options can be seen by using:
+
+{{% panel theme="info" header="perf-report options" %}}
+{{< highlight bash >}}
+[<username>@login.tusker ~]$ perf-report --help
+{{< /highlight >}}
+{{% /panel %}}
+
+Some of the most useful options are:
+
+{{% panel theme="info" header="perf-report useful options" %}}
+{{< highlight bash >}}
+--input=FILE (pass the contents of FILE to the target's stdin)
+--nompi, --no-mpi (run without MPI support)
+--mpiargs=ARGUMENTS (command line arguments to pass to mpirun)
+--nodes=NUMNODES (configure the number of nodes for MPI jobs)
+--openmp-threads=NUMTHREADS (configure the number of OpenMP threads for the target)
+-n, --np, --processes=NUMPROCS (specify the number of MPI processes)
+--procs-per-node=PROCS (configure the number of processes per node for MPI jobs)
+{{< /highlight >}}
+{{% /panel %}}
+
+
+The following pages
+
+-  [Blast with Allinea Performance Reports]({{< relref "blast_with_allinea_performance_reports" >}})
+-  [Ray with Allinea Performance Reports]({{< relref "ray_with_allinea_performance_reports" >}})
+-  [LAMMPS with Allinea Performance Reports]({{< relref "lammps_with_allinea_performance_reports" >}})
+
+show how to run Allinea Performance Reports with applications using OpenMP, MPI and standard input/output
+respectively.
+ 
+{{% notice tip %}}
+Currently, Allinea Performance Reports works best with compiled
+binaries of an application (for some perl/python files perf-report needs
+to be added in the actual file).
+{{% /notice %}}
diff --git a/content/guides/running_applications/allinea_profiling_and_debugging/allinea_performance_reports/blast_with_allinea_performance_reports.md b/content/guides/running_applications/allinea_profiling_and_debugging/allinea_performance_reports/blast_with_allinea_performance_reports.md
new file mode 100644
index 0000000000000000000000000000000000000000..ae01912ee4795c0040d891b2c657c38e927c7148
--- /dev/null
+++ b/content/guides/running_applications/allinea_profiling_and_debugging/allinea_performance_reports/blast_with_allinea_performance_reports.md
@@ -0,0 +1,65 @@
++++
+title = "BLAST with Allinea Performance Reports"
+description = "Example of how to profile BLAST using Allinea Performance Reports."
++++
+
+Simple example of using
+[BLAST]({{< relref "/guides/running_applications/bioinformatics_tools/alignment_tools/blast/running_blast_alignment" >}}) 
+with Allinea Performance Reports (`perf-report`) on Crane is shown below:
+
+{{% panel theme="info" header="blastn_perf_report.submit" %}}
+{{< highlight batch >}}
+#!/bin/sh
+#SBATCH --job-name=BlastN
+#SBATCH --nodes=1
+#SBATCH --ntasks=16
+#SBATCH --time=20:00:00
+#SBATCH --mem=50gb
+#SBATCH --output=BlastN.info
+#SBATCH --error=BlastN.error
+
+module load allinea
+module load blast/2.2.29
+
+cd $WORK/<project_folder>
+cp -r /work/HCC/DATA/blastdb/nt/ /tmp/
+cp input_reads.fasta /tmp/
+
+perf-report --openmp-threads=$SLURM_NTASKS_PER_NODE --nompi `which blastn` \
+-query /tmp/input_reads.fasta -db /tmp/nt/nt -out \
+blastn_output.alignments -num_threads $SLURM_NTASKS_PER_NODE
+
+cp blastn\_output.alignments .
+{{< /highlight >}}
+{{% /panel %}}
+
+BLAST uses OpenMP and therefore the Allinea Performance Reports options
+`--openmp-threads` and `--nompi` are used. The perf-report
+part, `perf-report --openmp-threads=$SLURM_NTASKS_PER_NODE --nompi`,
+is placed in front of the actual `blastn` command we want
+to analyze.
+
+{{% notice info %}}
+If you see the error "**Allinea Performance Reports - target file
+'application' does not exist on this machine... exiting**", this means
+that instead of just using the executable '*application*', the full path
+to that application is required. This is the reason why in the script
+above, instead of using "*blastn*", we use *\`which blastn\`* which
+gives the full path of the *blastn* executable.
+{{% /notice %}}
+
+When the application finishes, the performance report is generated in
+the working directory.
+For the executed application, this is how the report looks like:
+
+{{< figure src="/images/11635296.png" width="850" >}}
+
+From the report, we can see that **blastn** is Compute-Bound
+application. The difference between mean (11.1 GB) and peak (26.3 GB)
+memory is significant, and this may be sign of workload imbalance or a
+memory leak. Moreover, 89.6% of the time is spent in synchronizing
+threads in parallel regions which can lead to workload imbalance.
+
+Running Allinea Performance Reports and identifying application
+bottlenecks is really useful for improving the application and better
+utilization of the available resources.
diff --git a/content/guides/running_applications/allinea_profiling_and_debugging/allinea_performance_reports/lammps_with_allinea_performance_reports.md b/content/guides/running_applications/allinea_profiling_and_debugging/allinea_performance_reports/lammps_with_allinea_performance_reports.md
new file mode 100644
index 0000000000000000000000000000000000000000..cdb774983281fba161e0244c1496bd0b8dfd49e6
--- /dev/null
+++ b/content/guides/running_applications/allinea_profiling_and_debugging/allinea_performance_reports/lammps_with_allinea_performance_reports.md
@@ -0,0 +1,61 @@
++++
+title = "LAMMPS with Allinea Performance Reports"
+description = "Example of how to profile LAMMPS using Allinea Performance Reports."
++++
+
+Simple example of using [LAAMPS](http://lammps.sandia.gov)
+with Allinea Performance Reports (`perf-report`) on Crane is shown
+below:
+
+{{% panel theme="info" header="lammps_perf_report.submit" %}}
+{{< highlight batch >}}
+#!/bin/sh
+#SBATCH --job-name=LAMMPS
+#SBATCH --ntasks=64
+#SBATCH --time=12:00:00
+#SBATCH --mem=2gb
+#SBATCH --partition=batch
+#SBATCH --output=Lammps.%J.info
+#SBATCH --error=Lammps.%J.error
+ 
+module load allinea
+module load compiler/gcc/4.8 openmpi/1.8
+module load lammps/30Oct2014
+
+perf-report --input=in.copper --np=64 `which lmp_ompi_g++`
+{{< /highlight >}}
+{{% /panel %}}
+
+LAMMPS runs on a single processor or in parallel using message-passing
+interface, and therefore additional Allinea Performance Reports options
+are not required. However, the input file for LAMMPS is read from
+standard input. In this case, instead of using "`<`", Allinea
+Performance Reports uses the option `--input` where the input file is
+defined. Therefore, in the perf-report part we have `perf-report
+--input=in.copper`, where `in.copper` is the input file used for
+LAMMPS.
+
+{{% notice info %}}
+If you see the error "**Allinea Performance Reports - target file
+'application' does not exist on this machine... exiting**", this means
+that instead of just using the executable '*application*', the full path
+to that application is required. This is the reason why in the script
+above, instead of using "*lmp\_ompi\_g++*", we use *\`which
+lmp\_ompi\_g++\`* which gives the full path of the *LAMMPS* executable.
+{{% /notice %}}
+
+When the application finishes, the performance report is generated in
+the working directory.
+For the executed application, this is how the report looks like:
+
+{{< figure src="/images/11635309.png" width="850" >}}
+
+From the report, we can see that **LAMMPS **is Compute-Bound
+application. Most of the MPI communication is spent in collective calls
+with a very low transfer rate that suggests load imbalance. Alos,
+significant time is spent on memory accesses, and using a profiler may
+help identify time-consuming loops and check their cache performance.
+
+Running Allinea Performance Reports and identifying application
+bottlenecks is really useful for improving the application and better
+utilization of the available resources.
diff --git a/content/guides/running_applications/allinea_profiling_and_debugging/allinea_performance_reports/ray_with_allinea_performance_reports.md b/content/guides/running_applications/allinea_profiling_and_debugging/allinea_performance_reports/ray_with_allinea_performance_reports.md
new file mode 100644
index 0000000000000000000000000000000000000000..09fab74bcf78dd57f6f5d8213bb20d9a716adfcf
--- /dev/null
+++ b/content/guides/running_applications/allinea_profiling_and_debugging/allinea_performance_reports/ray_with_allinea_performance_reports.md
@@ -0,0 +1,44 @@
++++
+title = "Ray with Allinea Performance Reports"
+description = "Example of how to profile Ray using Allinea Performance Reports"
++++
+
+Simple example of using [Ray]({{< relref "/guides/running_applications/bioinformatics_tools/de_novo_assembly_tools/ray" >}})
+with Allinea PerformanceReports (`perf-report`) on Tusker is shown below:
+
+{{% panel theme="info" header="ray_perf_report.submit" %}}
+{{< highlight batch >}}
+#!/bin/sh
+#SBATCH --job-name=Ray
+#SBATCH --ntasks-per-node=16
+#SBATCH --time=10:00:00
+#SBATCH --mem=70gb
+#SBATCH --output=Ray.info
+#SBATCH --error=Ray.error
+
+module load allinea
+module load compiler/gcc/4.7 openmpi/1.6 ray/2.3
+
+perf-report mpiexec -n 16 Ray -k 31 -p -p input_reads_pair_1.fasta input_reads\_pair_2.fasta -o output_directory
+{{< /highlight >}}
+{{% /panel %}}
+
+Ray is MPI and therefore additional Allinea Performance Reports options
+are not required. The `perf-report` command is placed in front of the
+actual `Ray` command we want to analyze.
+
+When the application finishes, the performance report is generated in
+the working directory.
+For the executed application, this is how the report looks like:
+
+{{< figure src="/images/11635303.png" width="850" >}}
+
+From the report, we can see that **Ray **is Compute-Bound application.
+Most of the running time is spent in point-to-point calls with a low
+transfer rate which may be caused by inefficient message sizes.
+Therefore, running this application with fewer MPI processes and more
+data on each process may be more efficient.
+
+Running Allinea Performance Reports and identifying application
+bottlenecks is really useful for improving the application and better
+utilization of the available resources.
diff --git a/content/guides/running_applications/allinea_profiling_and_debugging/using_allinea_forge_via_reverse_connect.md b/content/guides/running_applications/allinea_profiling_and_debugging/using_allinea_forge_via_reverse_connect.md
new file mode 100644
index 0000000000000000000000000000000000000000..87bd3c09cc0c6cbc532a6a305942d1de6f389491
--- /dev/null
+++ b/content/guides/running_applications/allinea_profiling_and_debugging/using_allinea_forge_via_reverse_connect.md
@@ -0,0 +1,138 @@
++++
+title = "Using Allinea Forge via Reverse Connect"
+description = "How to use the Reverse Connect feature of Allinea Forge."
++++
+
+### Setup the Allinea client software to use Reverse Connect
+
+The Allinea DDT/MAP software supports a Reverse Connect feature.  The
+GUI is installed and run locally, and information from the job running
+on the cluster is sent back to your laptop/workstation via SSH.  This is
+the recommended way to use the software for interactive
+debugging/profiling of a job on HCC resources.  Traditional X11
+forwarding will also work, but is not recommended as the interface can
+be much slower to respond.  In order to follow along with the demos, use
+these instructions to setup the Allinea client on your laptop.
+
+First, download and install the remote client software for either
+Windows or OS X from
+[this page](https://developer.arm.com/products/software-development-tools/hpc/downloads/download-arm-forge#remote-client).
+Alternatively, download the software directly for your OS:
+[[OS X direct link]](http://content.allinea.com/downloads/arm-forge-client-latest-MacOSX-10.7.5-x86_64.dmg)
+[[Windows 64-bit direct link]](http://content.allinea.com/downloads/arm-forge-client-latest-Windows-10.0-x64.exe)
+
+Start the Allinea software, and choose *Configure...* from the *Remote
+Launch* dropdown menu.
+
+{{< figure src="/images/16516460.png" width="300" >}}
+
+Click the *Add* button on the new window.
+
+{{< figure src="/images/16516459.png" width="400" >}}
+
+To setup a connection to Crane, fill in the fields as follows:
+*Connection Name:* Crane
+*Host Name:*  \<username\>@crane.unl.edu
+*Remote Installation Directory:*  /util/opt/allinea/18.2
+
+It should appear similar to this:
+
+{{< figure src="/images/16519633.png" width="500" >}}
+
+Be sure to replace *demo02* with your HCC username.
+
+Click *OK* to close this dialog, and then *Close* on *Configure Remote
+Connections* to return back to the main Allinea window.
+
+Next, log in to Crane.  The Allinea software uses a `.allinea` directory
+in your home directory to store configuration information.  Since `/home`
+is read-only from the nodes in the cluster, the directory will be
+created in `/work` and symlink'd.  To do so, run the following commands:
+
+
+{{% panel theme="info" header="Create and symlink .allinea directory" %}}
+{{< highlight bash >}}
+rm -rf $HOME/.allinea
+mkdir -p $WORK/.allinea
+ln -s $WORK/.allinea $HOME/.allinea
+{{< /highlight >}}
+{{% /panel %}}
+
+### Test the Reverse Connect feature
+
+To test the connection, choose *Crane* from the *Remote Launch* menu.
+
+{{< figure src="/images/16516457.png" width="300" >}}
+
+A *Connect to Remote Host* dialog will appear and prompt for a password.
+
+{{< figure src="/images/16516456.png" width="500" >}}
+
+The login procedure is the same as for PuTTY or any other SSH program.
+Enter your HCC password followed by the Duo login.
+If the login was successful, you should see
+*Connected to: \<username\>@crane.unl.edu* in the lower right corner of
+the Allinea window.
+
+The next step is to run a sample interactive job and test the Reverse
+Connect connection.  Start an interactive job by running the following
+command.
+
+{{% panel theme="info" header="Start an interactive job" %}}
+{{< highlight bash >}}
+srun --pty --qos=short bash
+{{< /highlight >}}
+{{% /panel %}}
+
+Once the job has started, load the allinea module and start DDT using
+the `--connect` option.
+
+{{% panel theme="info" header="Start DDT" %}}
+{{< highlight bash >}}
+module load allinea
+ddt --connect
+{{< /highlight >}}
+{{% /panel %}}
+
+On your local machine, a pop-up box should appear prompting you to
+accept the Reverse Connect request.
+
+{{< figure src="/images/16516453.png" width="450" >}}
+
+Choose *Accept.*  The *Remote Launch* section should change to indicate
+you are connected via tunnel, similar to:
+
+{{< figure src="/images/16516455.png" width="250" >}}
+
+Once that happens, Reverse Connect is working successfully and a
+debugging or profiling session can be started.
+
+#### Starting interactive jobs for serial, OpenMP/pthreads, MPI, and CUDA code
+
+The `srun `syntax is slightly different depending on which type of code
+you are debugging.  Use the following commands to start interactive jobs
+for each type.
+
+{{% panel theme="info" header="Serial code" %}}
+{{< highlight bash >}}
+ srun --pty --time=2:00:00 bash
+{{< /highlight >}}
+{{% /panel %}}
+
+{{% panel theme="info" header="OpenMP/pthreads code" %}}
+{{< highlight bash >}}
+srun --pty --time=2:00:00 --nodes=1 --ntasks-per-node=4 bash 
+{{< /highlight >}}
+{{% /panel %}}
+
+{{% panel theme="info" header="MPI code" %}}
+{{< highlight bash >}}
+srun --pty --time=2:00:00 --ntasks=4 bash
+{{< /highlight >}}
+{{% /panel %}}
+
+{{% panel theme="info" header="CUDA code" %}}
+{{< highlight bash >}}
+srun --pty --time=2:00:00 --partition=gpu --gres=gpu bash
+{{< /highlight >}}
+{{% /panel %}}
diff --git a/content/guides/running_applications/allinea_profiling_debugging_tools.md b/content/guides/running_applications/allinea_profiling_debugging_tools.md
deleted file mode 100644
index c03e37e134ea25ed1228a408c3747695f7fe4841..0000000000000000000000000000000000000000
--- a/content/guides/running_applications/allinea_profiling_debugging_tools.md
+++ /dev/null
@@ -1,27 +0,0 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
-
-<span id="title-text"> HCC-DOCS : Allinea Profiling & Debugging Tools </span>
-=============================================================================
-
-Created by <span class="author"> Adam Caprez</span>, last modified on
-Jun 28, 2016
-
-HCC provides both the Allinea Forge suite and Performance Reports to
-assist with debugging and profiling C/C++/Fortran code.  These tools
-support single-threaded, multi-threaded (pthreads/OpenMP), MPI, and CUDA
-code.  The Allinea Forge suite consists of two programs:  DDT for
-debugging and MAP for profiling.  The Performance Reports software
-provides a convenient way to profile HPC applications.  It generates an
-easy-to-read single-page HTML report.
-
-For information on using each tool, see the following pages.
-
-[Using Allinea Forge via Reverse
-Connect](Using-Allinea-Forge-via-Reverse-Connect_16516461.html)
-
-[Allinea Performance Reports](Allinea-Performance-Reports_11635289.html)
-
-
diff --git a/content/guides/running_applications/available_software_for_crane.md b/content/guides/running_applications/available_software_for_crane.md
index 214f9257ae8f562038282424e06c50cf835e6b31..235229700c522de5494dcbb9f8f5565d1fb8e10c 100644
--- a/content/guides/running_applications/available_software_for_crane.md
+++ b/content/guides/running_applications/available_software_for_crane.md
@@ -1,27 +1,16 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
-
-<span id="title-text"> HCC-DOCS : Available Software for Crane </span>
-======================================================================
-
-Created by <span class="author"> Adam Caprez</span>, last modified by
-<span class="editor"> Natasha Pavlovikj</span> on Aug 06, 2018
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-approve confluence-information-macro-icon"></span>
++++
+title = "Available Software for Crane"
+description = "List of available software for crane.unl.edu."
++++
 
+{{% notice tip %}}
 HCC provides some software packages via the Singularity container
 software. If you do not see a desired package in the module list below,
-please check the [Using Singularity](Using-Singularity_17040488.html)
+please check the [Using Singularity]({{< relref "using_singularity" >}})
 page for the software list there.
+{{% /notice %}}
 
-Module prerequisites
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
-
+{{% panel theme="warning" header="Module prerequisites" %}}
 If a module lists one or more prerequisites, the prerequisite module(s)
 must be loaded before or along with, that module.
 
@@ -36,4826 +25,11 @@ or
 **must** be first.)
 
 is acceptable.
+{{% /panel %}}
 
-Multiple versions
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span>
-
+{{% panel theme="info" header="Multiple versions" %}}
 Some packages list multiple compilers for prerequisites. This means that
 the package has been built with each version of the compilers listed.
+{{% /panel %}}
 
-| Name                   | Version       | Module Name                | Prerequisites                                                                                                                                                                                                                          | Type        | Domain                                                 | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-|------------------------|---------------|----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|--------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| abacus                 | 1.0.1         | abacus/1.0                 | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| abaqus                 | 6.14.2        | abaqus/6.14.2              | None                                                                                                                                                                                                                                   | application | Engineering                                            | Abaqus is a software suite for finite element analysis and computer-aided engineering.                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| abinit                 | 8.0.8         | abinit/8.0                 | compiler/intel/12:openmpi/1.8                                                                                                                                                                                                          | application | computational chemistry                                | ABINIT is a package whose main program allows one to find the total energy.                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| abinit                 | 8.4.2         | abinit/8.4                 | compiler/intel/15:openmpi/1.10                                                                                                                                                                                                         | application | computational chemistry                                | ABINIT is a package whose main program allows one to find the total energy.                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| abyss                  | 2.1.0         | abyss/2.1                  | compiler/gcc/6.1:openmpi/2.1                                                                                                                                                                                                           | application | bioinformatics                                         | ABySS is a de novo sequence assembler intended for short paired-end reads and large genomes.                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| aligngraph             | 1.0           | aligngraph/1.0             | None                                                                                                                                                                                                                                   | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| allpathslg             | Latest        | allpathslg/latest          | compiler/gcc/4.7                                                                                                                                                                                                                       | application | biology                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| anaconda               | 2.7           | anaconda/2.7               | None                                                                                                                                                                                                                                   | application | system                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| anaconda               | 3.3           | anaconda/3.3               | None                                                                                                                                                                                                                                   | application | system                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| anaconda               | 3.4           | anaconda/3.4               | None                                                                                                                                                                                                                                   | application | system                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| anaconda               | 4.3           | anaconda/4.3               | None                                                                                                                                                                                                                                   | application | system                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| art                    | 2.6.0         | art/2.6                    | None                                                                                                                                                                                                                                   | application | computational biology                                  | ART is a set of simulation tools to generate synthetic next-generation sequencing reads.                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| asreml                 | 3.0           | asreml/3.0                 | None                                                                                                                                                                                                                                   | application | data analysis                                          | ASReml                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| asreml                 | 4.1           | asreml/4.1                 | None                                                                                                                                                                                                                                   | application | data analysis                                          | ASReml                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| atk                    | 13.8.2        | atk/13.8.2                 | compiler/gcc/4.7:mpich2/1.5                                                                                                                                                                                                            | application | Chemistry                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| atk                    | 2014.1        | atk/2014.1                 | compiler/gcc/4.7:mpich2/1.5                                                                                                                                                                                                            | application | Chemistry                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| atk                    | 2015.1        | atk/2015.1                 | compiler/gcc/4.7:mpich2/1.5                                                                                                                                                                                                            | application | Chemistry                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| atk                    | 2016.3        | atk/2016.3                 | compiler/gcc/4.7:mpich2/1.5                                                                                                                                                                                                            | application | Chemistry                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| augustus               | 3.0           | augustus/3.0               | compiler/gcc/4.9 None                                                                                                                                                                                                                  | application | computational biology                                  | AUGUSTUS is a program that predicts genes in eukaryotic genomic sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| automake               | 1.14          | automake/1.14              | None                                                                                                                                                                                                                                   | application | Utilities                                              | Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| automake               | 1.15          | automake/1.15              | None                                                                                                                                                                                                                                   | application | Utilities                                              | Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| ballgown               | 2.2.0         | ballgown/2.2               | None                                                                                                                                                                                                                                   | application | computational biology                                  | Ballgown is a software package designed to facilitate flexible differential expression analysis of RNA-Seq data. It also provides functions to organize, visualize, and analyze the expression measurements for your transcriptome assembly.                                                                                                                                                                                                                                                                                          |
-| bam-readcount          | 0.6           | bam-readcount/0.6          | None                                                                                                                                                                                                                                   | application | computational biology                                  | The purpose of this program is to generate metrics at single nucleotide positions.                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| bayespeak              | 1.24.0        | bayespeak/1.24.0           | None                                                                                                                                                                                                                                   | application | computational biology                                  | This package is an implementation of the BayesPeak algorithm for peak-calling in ChIP-seq data.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| bcftools               | 1.1           | bcftools/1.1               | compiler/gcc/4.8                                                                                                                                                                                                                       | application | computational biology                                  | BCF Tools - a generic tool for the Variant Call Format(VCF)                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| bcftools               | 1.2           | bcftools/1.2               | compiler/gcc/4.8                                                                                                                                                                                                                       | application | computational biology                                  | BCF Tools - a generic tool for the Variant Call Format(VCF)                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| bcl2fastq              | 1.8.4         | bcl2fastq/1.8              | None                                                                                                                                                                                                                                   | application | biology                                                | bcl2fastq can be used to demultiplex data and convert BCL files to FASTQ file formats for downstream analysis                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| bcl2fastq              | 2.17          | bcl2fastq/2.17             | compiler/gcc/4.7                                                                                                                                                                                                                       | application | biology                                                | bcl2fastq can be used to demultiplex data and convert BCL files to FASTQ file formats for downstream analysis                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| BICseq                 | 1.1.2         | BICseq/1.1                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | BIC-seq can accurately and efficiently identify CNVs via minimizing the Bayesian information criterion.                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| bioperl                | 1.6           | bioperl/1.6                | None                                                                                                                                                                                                                                   | application | computational biology                                  | BioPerl is a collection of Perl modules that facilitate the development of Perl scripts for bioinformatics applications                                                                                                                                                                                                                                                                                                                                                                                                               |
-| biopieces              | 1.0           | biopieces/1.0              | compiler/gcc/4.8:openmpi/1.6                                                                                                                                                                                                           | application | computational biology                                  | The Biopieces are a collection of bioinformatics tools that can be pieced together in a very easy and flexible manner to perform both simple and complex tasks.                                                                                                                                                                                                                                                                                                                                                                       |
-| biosamtools            | 1.38          | biosamtools/1.38           | None                                                                                                                                                                                                                                   | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| bismark                | 0.14.2        | bismark/0.14               | None                                                                                                                                                                                                                                   | application | computational biology                                  | Bisulfite read mapper and methylation caller.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| bismark                | 0.19.0        | bismark/0.19               | None                                                                                                                                                                                                                                   | application | computational biology                                  | Bisulfite read mapper and methylation caller.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| blast                  | 2.2.29        | blast/2.2.29               | None                                                                                                                                                                                                                                   | application | computational biology                                  | NCBI BLAST+ sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.                                                                                                                                                                                                                                                                                                                                                            |
-| blast                  | 2.2.30        | blast/2.2                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | NCBI BLAST+ sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.                                                                                                                                                                                                                                                                                                                                                            |
-| blast                  | 2.4.0         | blast/2.4                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | NCBI BLAST+ sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.                                                                                                                                                                                                                                                                                                                                                            |
-| blast-legacy           | 2.2.26        | blast-legacy/2.2.26        | None                                                                                                                                                                                                                                   | application | computational biology                                  | NCBI BLAST sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.                                                                                                                                                                                                                                                                                                                                                             |
-| blat                   | 34            | blat/34                    | None                                                                                                                                                                                                                                   | application | computational biology                                  | Blat is an alignment tool like BLAST, but it is structured differently. On DNA, Blat works by keeping an index of an entire genome in memory. Thus, the target database of BLAT is not a set of GenBank sequences, but instead an index derived from the assembly of the entire genome.                                                                                                                                                                                                                                               |
-| blat                   | 35x1          | blat/35x1                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | Blat is an alignment tool like BLAST, but it is structured differently. On DNA, Blat works by keeping an index of an entire genome in memory. Thus, the target database of BLAT is not a set of GenBank sequences, but instead an index derived from the assembly of the entire genome.                                                                                                                                                                                                                                               |
-| boost                  | 1.44          | boost/1.44                 | compiler/gcc/4.9 None                                                                                                                                                                                                                  | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.54          | boost/1.54                 | compiler/gcc/4.9                                                                                                                                                                                                                       | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.55          | boost/1.55                 | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                          | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.55.0        | boost/1.55.0               | None                                                                                                                                                                                                                                   | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.57          | boost/1.57                 | compiler/gcc/4.9                                                                                                                                                                                                                       | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.59          | boost/1.59                 | compiler/gcc/4.9 compiler/gcc/5.4 compiler/gcc/6.1 compiler/intel/13                                                                                                                                                                   | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.63          | boost/1.63                 | compiler/gcc/6.1 compiler/intel/16                                                                                                                                                                                                     | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.64          | boost/1.64                 | compiler/gcc/7.1                                                                                                                                                                                                                       | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.66          | boost/1.66                 | compiler/gcc/7.1 compiler/gcc/8.2                                                                                                                                                                                                      | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| bowtie                 | 1.0           | bowtie/1.0                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | Ultrafast, memory-efficient short read aligner                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bowtie                 | 1.1.2         | bowtie/1.1                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | Ultrafast, memory-efficient short read aligner                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bowtie                 | 2.2.6         | bowtie/2.2                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | Ultrafast, memory-efficient short read aligner                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bowtie                 | 2.3.4         | bowtie/2.3                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | Bowtie2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences.                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| bwa                    | 0.6.2         | bwa/0.6                    | None                                                                                                                                                                                                                                   | application | computational biology                                  | bwa - Burrows-Wheeler Alignment Tool                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bwa                    | 0.7           | bwa/0.7                    | None                                                                                                                                                                                                                                   | application | computational biology                                  | bwa - Burrows-Wheeler Alignment Tool                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bzip2                  | 1.0           | bzip2/1.0                  | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| caffe                  | 1.0           | caffe/1.0                  | None                                                                                                                                                                                                                                   | application | package                                                | It is developed by the Berkeley Vision and Learning Center (BVLC) and by community contributors. Yangqing Jia created the project during his PhD at UC Berkeley. Caffe is released under the BSD 2-Clause license.                                                                                                                                                                                                                                                                                                                    |
-| cap3                   | 122107        | cap3/122107                | None                                                                                                                                                                                                                                   | application | computational biology                                  | CAP3: A DNA Sequence Assembly Program                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| carlsim                | 3.1           | carlsim/3.1                | None                                                                                                                                                                                                                                   | application | computational biology                                  | CARLsim is an efficient, easy-to-use, GPU-accelerated software framework for simulating large-scale spiking neural network (SNN) models with a high degree of biological detail.                                                                                                                                                                                                                                                                                                                                                      |
-| carlsim                | 4.0           | carlsim/4.0                | None                                                                                                                                                                                                                                   | application | computational biology                                  | CARLsim is an efficient, easy-to-use, GPU-accelerated software framework for simulating large-scale spiking neural network (SNN) models with a high degree of biological detail.                                                                                                                                                                                                                                                                                                                                                      |
-| ccp4                   | 7.0           | ccp4/7.0                   | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cd-hit                 | 4.6           | cd-hit/4.6                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | cd-hit is a very widely used program for clustering and comparing protein or nucleotide sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| cdna-cupcake-tofu2     | 5.2           | cdna-cupcake-tofu2/5.2     | None                                                                                                                                                                                                                                   | application | computational biology                                  | cDNA\_Cupcake is a miscellaneous collection of Python and R scripts used for analyzing sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| cdo                    | 1.6           | cdo/1.6                    | compiler/pgi/13                                                                                                                                                                                                                        | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cdo                    | 1.7.1         | cdo/1.7                    | compiler/intel/15 compiler/pgi/14 compiler/pgi/15                                                                                                                                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cdo                    | 1.8           | cdo/1.8                    | compiler/pgi/13                                                                                                                                                                                                                        | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cdo                    | 1.8.1         | cdo/1.8                    | compiler/intel/15 compiler/intel/16 compiler/pgi/14 compiler/pgi/15                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cexor                  | 1.10          | cexor/1.10                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | An R package to uncover high-resolution protein-DNA interactions in ChIP-exo replicates.                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| clark                  | 1.2           | clark/1.2                  | None                                                                                                                                                                                                                                   | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| clearcut               | 1.0           | clearcut/1.0               | None                                                                                                                                                                                                                                   | application | computational biology                                  | Clearcut - The reference implementation for Relaxed Neighbor Joining (RNJ)                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| clustal-omega          | 1.2           | clustal-omega/1.2          | None                                                                                                                                                                                                                                   | application | computational biology                                  | Clustal Omega is the latest addition to the Clustal family. It offers a significant increase in scalability over previous versions, allowing hundreds of thousands of sequences to be aligned in only a few hours                                                                                                                                                                                                                                                                                                                     |
-| CNVnator               | 0.3           | CNVnator/0.3               | compiler/gcc/4.9                                                                                                                                                                                                                       | application | genotyping                                             | CNVnator: an approach to discover, genotype, and characterize typical and atypical CNVs from family and population genome sequencing.                                                                                                                                                                                                                                                                                                                                                                                                 |
-| cogent                 | 3.1           | cogent/3.1                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | Cogent is a tool for reconstructing the coding genome using high-quality full-length transcriptome sequences.                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| compiler/gcc           | 4.7           | compiler/gcc/4.7           | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 4.8           | compiler/gcc/4.8           | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 4.9           | compiler/gcc/4.9           | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 5.4           | compiler/gcc/5.4           | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 6.1           | compiler/gcc/6.1           | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 7.1           | compiler/gcc/7.1           | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 8.2           | compiler/gcc/8.2           | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/intel         | 12            | compiler/intel/12          | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/intel         | 13            | compiler/intel/13          | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/intel         | 15            | compiler/intel/15          | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/intel         | 16            | compiler/intel/16          | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/intel         | 18            | compiler/intel/18          | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/pgi           | 12            | compiler/pgi/12            | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/pgi           | 13            | compiler/pgi/13            | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/pgi           | 14            | compiler/pgi/14            | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/pgi           | 15            | compiler/pgi/15            | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/pgi           | 16            | compiler/pgi/16            | None                                                                                                                                                                                                                                   | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cp2k                   | 2.6           | cp2k/2.6                   | compiler/gcc/4.7:openmpi/1.8                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cp2k                   | 3.0           | cp2k/3.0                   | compiler/gcc/4.7:openmpi/1.8                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cp2k                   | 4.1           | cp2k/4.1                   | compiler/gcc/4.7:openmpi/1.8                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cp2k                   | 5.1           | cp2k/5.1                   | compiler/gcc/4.7:openmpi/1.8                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| crest                  | 1.0           | crest/1.0                  | None                                                                                                                                                                                                                                   | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| csaw                   | 1.4           | csaw/1.4                   | None                                                                                                                                                                                                                                   | application | computational biology                                  | Detection of differentially bound regions in ChIP-seq data with sliding windows, with methods for normalization and proper FDR control.                                                                                                                                                                                                                                                                                                                                                                                               |
-| cuda                   | 6.0           | cuda/6.0                   | None                                                                                                                                                                                                                                   | application | compiler                                               | NVIDIA CUDA Toolkit for Linux.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| cuda                   | 6.5           | cuda/6.5                   | None                                                                                                                                                                                                                                   | application | compiler                                               | NVIDIA CUDA Toolkit for Linux.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| cuda                   | 7.5           | cuda/7.5                   | None                                                                                                                                                                                                                                   | application | compiler                                               | NVIDIA CUDA Toolkit for Linux.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| cuda                   | 8.0           | cuda/8.0                   | None                                                                                                                                                                                                                                   | application | compiler                                               | NVIDIA CUDA Toolkit for Linux.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| cuda                   | 9.0           | cuda/9.0                   | None                                                                                                                                                                                                                                   | application | compiler                                               | NVIDIA CUDA Toolkit for Linux.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| cuda                   | 9.1           | cuda/9.1                   | None                                                                                                                                                                                                                                   | application | compiler                                               | NVIDIA CUDA Toolkit for Linux.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| cudnn                  | v5            | cudnn/v5                   | None                                                                                                                                                                                                                                   | application | compiler                                               | NVIDIA cuDNN Toolkit for Linux.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cufflinks              | 2.1           | cufflinks/2.1              | None                                                                                                                                                                                                                                   | application | computational biology                                  | cufflinks - Transcript assembly, differential expression, and differential regulation for RNA-Seq                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| cufflinks              | 2.2           | cufflinks/2.2              | None                                                                                                                                                                                                                                   | application | computational biology                                  | cufflinks - Transcript assembly, differential expression, and differential regulation for RNA-Seq                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| curl                   | 7.50          | curl/7.50                  | None                                                                                                                                                                                                                                   | application | network                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cytoscape              | 3.6           | cytoscape/3.6              | None                                                                                                                                                                                                                                   | application | unknown                                                | Cytoscape is an open source software platform for visualizing complex networks and integrating these with any type of attribute data.                                                                                                                                                                                                                                                                                                                                                                                                 |
-| diffsplice             | 0.1.11        | diffsplice/0.1             | None                                                                                                                                                                                                                                   | application | computational biology                                  | DiffSplice: the Genome-Wide Detection of Differential Splicing Events with RNA-seq                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| dmtcp                  | 2.0           | dmtcp/2.0                  | None                                                                                                                                                                                                                                   | application | Utility                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| dmtcp                  | 2.3           | dmtcp/2.3                  | None                                                                                                                                                                                                                                   | application | Utility                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| dmtcp                  | 2.4           | dmtcp/2.4                  | None                                                                                                                                                                                                                                   | application | Utility                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| dmtcp                  | 2.5           | dmtcp/2.5                  | None                                                                                                                                                                                                                                   | application | Utility                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| ea-utils               | 1.01          | ea-utils/1.0               | None                                                                                                                                                                                                                                   | application | computational biology                                  | EA Utils is a collection of command line tools for processing NextGen sequencing data. Included are fastq-stats and sam-stats which are lightweight tools that display a variety of statistics on fastq and sam files.                                                                                                                                                                                                                                                                                                                |
-| elk                    | 4.3.6         | elk/4.3                    | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| emacs                  | 24.5          | emacs/24.5                 | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| emboss                 | 6.5.7         | emboss/6.5                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | EMBOSS is a free Open Source software analysis package specially developed for the needs of the molecular biology (e.g. EMBnet) user community.                                                                                                                                                                                                                                                                                                                                                                                       |
-| erne                   | 2.1.1         | erne/2.1                   | None                                                                                                                                                                                                                                   | application | computational biology                                  | ERNE is a short string alignment package whose goal is to provide an all-inclusive set of tools to handle short (NGS-like) reads.                                                                                                                                                                                                                                                                                                                                                                                                     |
-| esmf                   | 5.2.0rp3      | esmf/5.2                   | compiler/intel/13                                                                                                                                                                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| espresso               | 5.0           | espresso/5.0               | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| espresso               | 6.2.1         | espresso/6.2               | compiler/intel/15:openmpi/2.0                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| exomiser               | 7.2           | exomiser/7.2               | None                                                                                                                                                                                                                                   | application | computational biology                                  | The Exomiser is a Java program that finds potential disease-causing variants from whole-exome or whole-genome sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                        |
-| exonerate              | 2.2           | exonerate/2.2              | None                                                                                                                                                                                                                                   | application | computational biology                                  | Exonerate - a generic tool for sequence alignment.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| express                | 1.5           | express/1.5                | None                                                                                                                                                                                                                                   | application | life sciences                                          | express - Streaming quantification for high-throughput sequencing                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| fastqc                 | 0.10          | fastqc/0.10                | None                                                                                                                                                                                                                                   | application | computational biology                                  | fastqc - A Quality Control application for FastQ files                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| fastx\_toolkit         | 0.0.14        | fastx\_toolkit/0.0.14      | None                                                                                                                                                                                                                                   | application | computational biology                                  | FASTX Toolkit is a collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| fftw2                  | 2.1           | fftw2/2.1                  | compiler/gcc/4.8 compiler/intel/13                                                                                                                                                                                                     | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| fftw3                  | 3.3           | fftw3/3.3                  | compiler/gcc/4.8 compiler/gcc/4.8:openmpi/1.8 compiler/gcc/4.9 compiler/gcc/6.1:openmpi/2.0 compiler/intel/12 compiler/intel/12:openmpi/1.8 compiler/intel/13 compiler/intel/13:openmpi/1.8 compiler/intel/15                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| flash                  | 1.2.11        | flash/1.2                  | compiler/gcc/4.9                                                                                                                                                                                                                       | application | computational biology                                  | FLASH (Fast Length Adjustment of SHort reads) is a very fast and accurate software tool to merge paired-end reads from next-generation sequencing experiments. FLASH is designed to merge pairs of reads when the original DNA fragments are shorter than twice the length of reads. The resulting longer reads can significantly improve genome assemblies. They can also improve transcriptome assembly when FLASH is used to merge RNA-seq data.                                                                                   |
-| gamess                 | 20141205R1    | gamess/20141205R1          | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gatk                   | 3.4-46        | gatk/3.4                   | None                                                                                                                                                                                                                                   | application | computational biology                                  | The Genome Analysis Toolkit or GATK is a software package developed at the Broad Institute to analyze high-throughput sequencing data. The toolkit offers a wide variety of tools, with a primary focus on variant discovery and genotyping as well as strong emphasis on data quality assurance. Its robust architecture, powerful processing engine and high-performance computing features make it capable of taking on projects of any size.                                                                                      |
-| gatk                   | 3.7           | gatk/3.7                   | None                                                                                                                                                                                                                                   | application | computational biology                                  | The Genome Analysis Toolkit or GATK is a software package developed at the Broad Institute to analyze high-throughput sequencing data. The toolkit offers a wide variety of tools, with a primary focus on variant discovery and genotyping as well as strong emphasis on data quality assurance. Its robust architecture, powerful processing engine and high-performance computing features make it capable of taking on projects of any size.                                                                                      |
-| gcprofile              | 1.0           | gcprofile/1.0              | None                                                                                                                                                                                                                                   | application | computational biology                                  | GC-Profile is a web-based tool for visualizing and analyzing the variation of GC content in genomic sequences                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| gctb                   | 1.0           | gctb/1.0                   | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gdal                   | 1.11          | gdal/1.11                  | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gdcclient              | 1.2.0         | gdcclient/1.2              | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| genemark-es            | 2.3f          | genemark-es/2.3f           | None                                                                                                                                                                                                                                   | application | computational biology                                  | GeneMark-ES.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| genemarks              | 2.5p          | genemarks/2.5p             | None                                                                                                                                                                                                                                   | application | computational biology                                  | GeneMarkS: a self-training method for prediction of gene starts in microbial genomes. Implications for finding sequence motifs in regulatory regions                                                                                                                                                                                                                                                                                                                                                                                  |
-| genemarks              | 4.3           | genemarks/4.3              | None                                                                                                                                                                                                                                   | application | computational biology                                  | GeneMarkS: a self-training method for prediction of gene starts in microbial genomes. Implications for finding sequence motifs in regulatory regions                                                                                                                                                                                                                                                                                                                                                                                  |
-| geos                   | 3.5           | geos/3.5                   | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gflags                 | 2.1           | gflags/2.1                 | None                                                                                                                                                                                                                                   | library     | unknown                                                | Online documentation available at: https://gflags.github.io/gflags/                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| glog                   | 0.3.3         | glog/0.3                   | None                                                                                                                                                                                                                                   | application | Utility                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| grib-api               | 1.12.3        | grib-api/1.12              | compiler/intel/13                                                                                                                                                                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| grib-api               | 1.14.5        | grib-api/1.14              | compiler/intel/15 compiler/pgi/14 compiler/pgi/15                                                                                                                                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gromacs                | 4.6           | gromacs/4.6                | compiler/gcc/4.8:openmpi/1.6                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gromacs                | 5.1.4         | gromacs/5.1                | compiler/gcc/4.9:openmpi/2.0                                                                                                                                                                                                           | application | computational biology                                  | GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.                                                                                                                                                                                                                                                                                                                                                                     |
-| GSL                    | 1.16          | GSL/1.16                   | compiler/gcc/4.9 compiler/intel/13                                                                                                                                                                                                     | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gtool                  | 0.7.5         | gtool/0.7                  | compiler/gcc/6.1                                                                                                                                                                                                                       | application | computational biology                                  | GTOOL is a program for transforming sets of genotype data for use with the programs SNPTEST and IMPUTE.                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| hapflk                 | 1.3.0         | hapflk/1.3                 | None                                                                                                                                                                                                                                   | application | package                                                | hapflk is a software implementing the hapFLK \[1\] and FLK \[2\] tests for the detection of selection signatures based on multiple population genotyping data.                                                                                                                                                                                                                                                                                                                                                                        |
-| harminv                | 1.4           | harminv/1.4                | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| haskell-platform       | 8.2.1         | haskell-platform/8.2.1     | None                                                                                                                                                                                                                                   | application | Utilities                                              | The Haskell Platform is a collection of software packages, tools and libraries that create a common platform for using and developing applications in Haskell..                                                                                                                                                                                                                                                                                                                                                                       |
-| hdf4                   | 4.2           | hdf4/4.2                   | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/intel/16 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| hdf5                   | 1.8           | hdf5/1.8                   | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/12 compiler/intel/13 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15 None                                                                            | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| hdf5                   | 1.8.15        | hdf5/1.8                   | compiler/intel/15 compiler/intel/16                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| hiddendomains          | 2.3           | hiddendomains/2.3          | None                                                                                                                                                                                                                                   | application | chip-seq                                               | hiddenDomains is a suite of programs used to identify significant enrichment of ChIP-seq reads that span large domains.                                                                                                                                                                                                                                                                                                                                                                                                               |
-| hisat2                 | 2.0.5         | hisat2/2.0                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | HISAT2 is a fast and sensitive alignment program for mapping next-generation sequencing reads (both DNA and RNA) to a population of human genomes (as well as to a single reference genome).                                                                                                                                                                                                                                                                                                                                          |
-| hmmer                  | 3.1           | hmmer/3.1                  | compiler/gcc/4.8:openmpi/1.6 compiler/gcc/4.8:openmpi/1.8                                                                                                                                                                              | application | computational biology                                  | HMMER biosequence analysis using profile hidden Markov models                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| htslib                 | 1.3.2         | htslib/1.3                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | HTSlib is an implementation of a unified C library for accessing common file formats.                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| HTSlib                 | 1.2           | HTSlib/1.2                 | compiler/gcc/4.8                                                                                                                                                                                                                       | application | computational biology                                  | HTSlib - the core library used by samtools and bcftools.                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| humann2                | 0.9.9         | humann2/0.9                | None                                                                                                                                                                                                                                   | application | computational biology                                  | HUMAnN2 is the next generation of HUMAnN (HMP Unified Metabolic Analysis Network).                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| idba                   | 1.1.3         | idba/1.1                   | None                                                                                                                                                                                                                                   | application | computational biology                                  | IDBA is a practical iterative De Bruijn Graph De Novo Assembler for sequence assembly in bioinfomatics.                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| idr                    | 2.0           | idr/2.0                    | None                                                                                                                                                                                                                                   | application | computational biology                                  | The IDR (Irreproducible Discovery Rate) framework is a uni�ed approach to measure the reproducibility of �ndings identi�ed from replicate experiments and provide highly stable thresholds based on reproducibility.                                                                                                                                                                                                                                                                                                            |
-| igraph                 | 0.7           | igraph/0.7                 | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| ima2p                  | 1.0           | ima2p/1.0                  | compiler/gcc/6.1:openmpi/1.10                                                                                                                                                                                                          | application | Bayesian MCMC                                          | IMa2p is a parallel implementation of IMa2, using OpenMPI-C++ - a Bayesian MCMC based method for inferring population demography under the IM (Isolation with Migration) model.                                                                                                                                                                                                                                                                                                                                                       |
-| intel-mkl              | 12            | intel-mkl/12               | None                                                                                                                                                                                                                                   | library     | tools                                                  | Numerical library, contains blas/lapack                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| intel-mkl              | 13            | intel-mkl/13               | None                                                                                                                                                                                                                                   | library     | tools                                                  | Numerical library, contains blas/lapack                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| intel-mkl              | 15            | intel-mkl/15               | None                                                                                                                                                                                                                                   | library     | tools                                                  | Numerical library, contains blas/lapack                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| intel-mkl              | 16            | intel-mkl/16               | None                                                                                                                                                                                                                                   | library     | tools                                                  | Numerical library, contains blas/lapack                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| interproscan           | 5.23-62.0     | interproscan/5.23          | compiler/gcc/4.8                                                                                                                                                                                                                       | application | computational biology                                  | Scans a range of protein signatures against your sequences and provides protein functional analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| interproscan           | 5.24-63.0     | interproscan/5.24          | compiler/gcc/4.8                                                                                                                                                                                                                       | application | computational biology                                  | Scans a range of protein signatures against your sequences and provides protein functional analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| interproscan           | 5.8-49.0      | interproscan/5.8           | None                                                                                                                                                                                                                                   | application | computational biology                                  | Scans a range of protein signatures against your sequences and provides protein functional analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| irods                  | 4.1           | irods/4.1                  | None                                                                                                                                                                                                                                   | application | unknown                                                | The integrated Rule-Oriented Data System (iRODS) is open source data management software used by research organizations and government agencies worldwide. This module includes the icommands client programs only.                                                                                                                                                                                                                                                                                                                   |
-| jags                   | 3.4           | jags/3.4                   | compiler/intel/15                                                                                                                                                                                                                      | application | mathematics                                            | JAGS is Just Another Gibbs Sampler.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| jags                   | 4.2           | jags/4.2                   | compiler/gcc/4.9 compiler/intel/15                                                                                                                                                                                                     | application | mathematics                                            | JAGS is Just Another Gibbs Sampler.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| jags                   | 4.3           | jags/4.3                   | compiler/intel/15                                                                                                                                                                                                                      | application | mathematics                                            | JAGS is Just Another Gibbs Sampler.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| jellyfish              | 2.2.0         | jellyfish/2.2              | None                                                                                                                                                                                                                                   | application | computational biology                                  | Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA.                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| jellyfish              | 2.2.7         | jellyfish/2.2              | compiler/gcc/4.9                                                                                                                                                                                                                       | application | computational biology                                  | Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA.                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| jmosaics               | 1.10          | jmosaics/1.10              | None                                                                                                                                                                                                                                   | application | computational biology                                  | Joint analysis of multiple ChIP-Seq data sets.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| julia                  | 0.6.2         | julia/0.6                  | None                                                                                                                                                                                                                                   | application | Language                                               | Julia is a high-level, high-performance dynamic programming language for numerical computing.                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| kaiju                  | 1.4.4         | kaiju/1.4                  | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| kaiju                  | 1.5.0         | kaiju/1.5                  | compiler/gcc/4.9                                                                                                                                                                                                                       | application | Bioinformatics                                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| kalign                 | 2.03          | kalign/2.03                | None                                                                                                                                                                                                                                   | application | computational biology                                  | Kalign is a fast and accurate multiple sequence alignment algorithm designed to align large numbers of protein sequences.                                                                                                                                                                                                                                                                                                                                                                                                             |
-| kallisto               | 0.42.3        | kallisto/0.42              | compiler/gcc/4.8                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| khmer                  | 2.0           | khmer/2.0                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | Khmer is tools for in-memory nucleotide sequence k-mer counting, filtering, graph traversal and more.                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| kraken                 | 1.0           | kraken/1.0                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | Kraken is a system for assigning taxonomic labels to short DNA sequences, usually obtained through metagenomic studies.                                                                                                                                                                                                                                                                                                                                                                                                               |
-| lammps                 | 10Aug2015     | lammps/10Aug2015           | compiler/intel/15:openmpi/1.8                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lammps                 | 10Feb2017     | lammps/10Feb2017           | compiler/gcc/6.1:openmpi/2.0 compiler/intel/15:openmpi/1.10                                                                                                                                                                            | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lammps                 | 15MAY2015     | lammps/15May15             | compiler/gcc/4.9:openmpi/1.8 compiler/gcc/4.9:openmpi/2.1                                                                                                                                                                              | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lammps                 | 30Oct2014     | lammps/30Oct2014           | compiler/gcc/4.8:openmpi/1.8                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lammps                 | 31Jan2014     | lammps/31Jan2014           | compiler/gcc/4.8:openmpi/1.6                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| largenet               | 0.6           | largenet/0.6               | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| last                   | 1.0           | last/1.0                   | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| libctl                 | 3.2           | libctl/3.2                 | compiler/gcc/4.9 compiler/gcc/6.1                                                                                                                                                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| libint                 | 1.1           | libint/1.1                 | compiler/gcc/4.7                                                                                                                                                                                                                       | application | Computational Chemistry                                | Libint is a software stack for computing integrals used in molecular quantum mechanics                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| libxc                  | 2.2.3         | libxc/2.2                  | compiler/intel/13                                                                                                                                                                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| libxml2                | 2.7           | libxml2/2.7                | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| libxml2                | 2.9           | libxml2/2.9                | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| libxslt                | 1.1           | libxslt/1.1                | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| LIS                    | 7.0r          | LIS/7.0r                   | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lmdb                   | 0.9           | lmdb/0.9                   | None                                                                                                                                                                                                                                   | library     | unknown                                                | Lightning memory-mapped database library.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| lmod                   | lmod          | lmod/lmod                  | None                                                                                                                                                                                                                                   | application | unknown                                                | Lmod: An Environment Module System                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| lofreq                 | 2.1.3.1       | lofreq/2.1                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | LoFreq is a fast and sensitive variant-caller for inferring SNVs and indels from next-generation sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| lsdyna                 | 10.0          | lsdyna/10.0                | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 10.1          | lsdyna/10.1                | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 5.1.1         | lsdyna/5.1.1               | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 6.0.0         | lsdyna/6.0.0               | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 6.1.2         | lsdyna/6.1.2               | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 7.0.0         | lsdyna/7.0.0               | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 7.1.1         | lsdyna/7.1.1               | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 8.0.0         | lsdyna/8.0.0               | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 8.0.1         | lsdyna/8.0.1               | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 8.1.0         | lsdyna/8.1.0               | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 9.0.1         | lsdyna/9.0.1               | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 9.2.0         | lsdyna/9.2.0               | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| m4                     | 1.4           | m4/1.4                     | None                                                                                                                                                                                                                                   | application | Utilities                                              | GNU M4 is an implementation of the traditional Unix macro processor.                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| mafft                  | 7.149         | mafft/7.149                | None                                                                                                                                                                                                                                   | application | biology                                                | Multiple alignment program for amino acid or nucleotide sequences                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| maq                    | 0.7           | maq/0.7                    | None                                                                                                                                                                                                                                   | application | computational biology                                  | maq - Mapping and Assembly with Quality.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| matio                  | 1.5           | matio/1.5                  | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| mauve                  | 2.4           | mauve/2.4                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | mauve - Multiple Genome Alignment.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| maven                  | 3.2           | maven/3.2                  | None                                                                                                                                                                                                                                   | application | system                                                 | Apache Maven is a software project management and comprehension tool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| maven                  | 3.5           | maven/3.5                  | None                                                                                                                                                                                                                                   | application | system                                                 | Apache Maven is a software project management and comprehension tool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| meep                   | 1.3           | meep/1.3                   | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| meep\_parallel         | 1.3           | meep\_parallel/1.3         | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| meerkat                | 0.189         | meerkat/0.1                | None                                                                                                                                                                                                                                   | application | computational biology                                  | Meerkat is designed to identify structural variations                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| megahit-gpu            | 1.1           | megahit-gpu/1.1            | None                                                                                                                                                                                                                                   | application | computational biology                                  | MEGAHIT: An ultra-fast single-node solution for large and complex metagenomics assembly via succinct de Bruijn graph.                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| MEME                   | 4.11.3        | MEME/4.11                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | The MEME suite is a collection of tools for the discovery and analysis of sequence motifs. It is hosted at http://meme-suite.org/.                                                                                                                                                                                                                                                                                                                                                                                                    |
-| meme-suite             | 4.12.0        | meme-suite/4.12            | compiler/gcc/6.1:openmpi/2.0                                                                                                                                                                                                           | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| MET                    | 5.0           | MET/5.0                    | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| metaphlan              | 1.7           | metaphlan/1.7              | None                                                                                                                                                                                                                                   | application | computational biology                                  | MetaPhlAn is a computational tool for profiling the composition of microbial communities from metagenomic shotgun sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                    |
-| metaphlan              | 2.6.0         | metaphlan/2.6              | None                                                                                                                                                                                                                                   | application | metagenomic phylogenetic analysis                      | MetaPhlAn is a computational tool for profiling the composition of microbial communities from metagenomic shotgun sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                    |
-| metavelvet             | 1.2.01        | metavelvet/1.2             | None                                                                                                                                                                                                                                   | application | computational biology                                  | MetaVelvet is an extension of Velvet assembler to de novo metagenome assembly from short sequence reads.                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| miRDeep                | 2.0.0         | miRDeep/2.0                | None                                                                                                                                                                                                                                   | application | computational biology                                  | miRDeep2 is a completely overhauled tool which discovers microRNA genes by analyzing sequenced RNAs.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| misis                  | 1.0           | misis/1.0                  | None                                                                                                                                                                                                                                   | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| modeller               | 9.19          | modeller/9.19              | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| mongodb-client         | 3.2           | mongodb-client/3.2         | None                                                                                                                                                                                                                                   | application | Utility                                                | Client programs for MongoDB.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| mongodb-client         | 3.4           | mongodb-client/3.4         | None                                                                                                                                                                                                                                   | application | Utility                                                | Client programs for MongoDB.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| mono                   | 4.6           | mono/4.6                   | None                                                                                                                                                                                                                                   | application | compiler                                               | Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C\# and the Common Language Runtime.                                                                                                                                                                                                                                                                                                                                                                                              |
-| mono                   | 5.10          | mono/5.10                  | None                                                                                                                                                                                                                                   | application | compiler                                               | Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C\# and the Common Language Runtime.                                                                                                                                                                                                                                                                                                                                                                                              |
-| moose                  | 1.0           | moose/1.0                  | compiler/gcc/6.1:openmpi/2.0                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| mosaik                 | 2.2           | mosaik/2.2                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | MOSAIK is a reference-guided aligner for next-generation sequencing technologies.                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| mothur                 | 1.35.1        | mothur/1.35                | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| mpb                    | 1.5           | mpb/1.5                    | compiler/gcc/6.1:openmpi/2.0                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| mpiblast               | 1.6           | mpiblast/1.6               | compiler/gcc/4.8:openmpi/1.6                                                                                                                                                                                                           | application | computational biology                                  | mpiBLAST is a freely available, open-source, parallel implementation of NCBI BLAST.                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| mpich2                 | 1.5           | mpich2/1.5                 | compiler/gcc/4.7                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| mplus                  | 6.12          | mplus/6.12                 | None                                                                                                                                                                                                                                   | application | unknown                                                | Mplus is a latent variable modeling program with a wide variety of analysis capabilities.                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| mplus                  | 7.0           | mplus/7.0                  | None                                                                                                                                                                                                                                   | application | unknown                                                | Mplus is a latent variable modeling program with a wide variety of analysis capabilities.                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| mugsy                  | v1r2.3        | mugsy/v1r2.3               | None                                                                                                                                                                                                                                   | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| multiqc                | 0.8           | multiqc/0.8                | None                                                                                                                                                                                                                                   | application | computational biology                                  | Aggregate results from bioinformatics analyses across many samples into a single report                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| multiwell              | 2017          | multiwell/2017             | compiler/gcc/6.1:openmpi/2.1                                                                                                                                                                                                           | application | chemistry                                              | MultiWell calculates time dependent concentrations, reaction yields, vibrational distributions, and rate constants as functions of temperature and pressure for multi-well, multi-channel unimolecular reactions systems that consist of stable species and multiple isomerization and/or dissociation reactions.                                                                                                                                                                                                                     |
-| mummer                 | 3.23          | mummer/3.23                | None                                                                                                                                                                                                                                   | application | computational biology                                  | MUMmer - A modular system for the rapid whole genome alignment of finished or draft sequence                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| muscle                 | 3.8           | muscle/3.8                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | Popular multiple alignment software                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| music                  | 1.0           | music/1.0                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | MUSIC is an algorithm for identification of enriched regions at multiple scales in the read depth signals from ChIP-Seq experiments.                                                                                                                                                                                                                                                                                                                                                                                                  |
-| mutect                 | 1.1           | mutect/1.1                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | MuTect is a method developed at the Broad Institute for the reliable and accurate identification of somatic point mutations in next generation sequencing data of cancer genomes.                                                                                                                                                                                                                                                                                                                                                     |
-| mvapich2               | 1.9           | mvapich2/1.9               | compiler/intel/13                                                                                                                                                                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| mytaxa                 | 1.0           | mytaxa/1.0                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | MyTaxa - Assign taxonomy to metagenomic fragments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| namd                   | 2.12          | namd/2.12                  | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| NCL                    | 6.0           | NCL/6.0                    | compiler/intel/13                                                                                                                                                                                                                      | application | utility                                                | A library of graphics utilites from the Natl. Center for Atmospheric Research.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| NCL                    | 6.1           | NCL/6.1                    | None                                                                                                                                                                                                                                   | application | utility                                                | A library of graphics utilites from the Natl. Center for Atmospheric Research.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| NCL                    | 6.3           | NCL/6.3                    | None                                                                                                                                                                                                                                   | application | utility                                                | A library of graphics utilites from the Natl. Center for Atmospheric Research.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| NCL                    | 6.4           | NCL/6.4                    | None                                                                                                                                                                                                                                   | application | utility                                                | A library of graphics utilites from the Natl. Center for Atmospheric Research.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| NCO                    | 4.3           | NCO/4.3                    | compiler/gcc/4.7 compiler/gcc/4.8 compiler/intel/12 compiler/intel/13 compiler/pgi/12 compiler/pgi/13                                                                                                                                  | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| NCO                    | 4.4           | NCO/4.4                    | compiler/gcc/4.7 compiler/gcc/4.8 compiler/intel/12 compiler/intel/13 compiler/pgi/12 compiler/pgi/13                                                                                                                                  | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| NCO                    | 4.4.6         | NCO/4.4                    | compiler/intel/15 compiler/intel/16 compiler/pgi/15                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| NCO                    | 4.5.5         | NCO/4.5                    | compiler/intel/15                                                                                                                                                                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| NCO                    | 4.6.6         | NCO/4.6                    | compiler/intel/15 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                                                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| netcdf                 | 4.1           | netcdf/4.1                 | compiler/intel/13                                                                                                                                                                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| netcdf                 | 4.2           | netcdf/4.2                 | compiler/gcc/4.7 compiler/gcc/4.8 compiler/intel/12 compiler/intel/13 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                                                  | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| netcdf                 | 4.3           | netcdf/4.3                 | compiler/gcc/4.7 compiler/gcc/4.8 compiler/intel/12 compiler/intel/13 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                                                  | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| netcdf                 | 4.4           | netcdf/4.4                 | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| netcdf                 | 4.4.0         | netcdf/4.4                 | compiler/intel/13 compiler/intel/15 compiler/intel/16 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                                                                  | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| netsurfp               | 1.0c          | netsurfp/1.0               | None                                                                                                                                                                                                                                   | application | computational biology                                  | NetSurfP predicts the surface accessibility and secondary structure of amino acids in an amino acid sequence. The method also simultaneously predicts the reliability for each prediction, in the form of a Z-score. The Z-score is related to the surface prediction, and not the secondary structure.                                                                                                                                                                                                                               |
-| NUWRF                  | NUWRF         | NUWRF/intel                | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| nwchem                 | 6.3           | nwchem/6.3                 | compiler/intel/13:openmpi/1.6                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| nwchem                 | 6.5           | nwchem/6.5                 | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| nwchem                 | 6.6           | nwchem/6.6                 | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| oases                  | 0.2.09        | oases/0.2                  | compiler/gcc/6.1                                                                                                                                                                                                                       | application | computational biology                                  | Oases is de novo transcriptome assembler based on the Velvet genome assembler core.                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| octopus                | 5.0           | octopus/5.0                | compiler/intel/13:openmpi/1.10                                                                                                                                                                                                         | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openbugs               | 3.2           | openbugs/3.2               | None                                                                                                                                                                                                                                   | application | statistics                                             | BUGS is a software package for performing Bayesian inference Using Gibbs Sampling.                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| opencl                 | 1.2           | opencl/1.2                 | None                                                                                                                                                                                                                                   | library     | unknown                                                | This runtime software package adds OpenCL CPU device support on systems with Intel Core and Intel Xeon processors.                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| opencv                 | 2.4.11        | opencv/2.4                 | None                                                                                                                                                                                                                                   | library     | unknown                                                | If the library finds Intel's Integrated Performance Primitives on the system, it will use these proprietary optimized routines to accelerate itself.                                                                                                                                                                                                                                                                                                                                                                                  |
-| opencv                 | 3.1.0         | opencv/3.1                 | None                                                                                                                                                                                                                                   | library     | unknown                                                | If the library finds Intel's Integrated Performance Primitives on the system, it will use these proprietary optimized routines to accelerate itself.                                                                                                                                                                                                                                                                                                                                                                                  |
-| openmpi                | 1.10.2        | openmpi/1.10               | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/gcc/5.4 compiler/gcc/6.1 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/intel/16 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 1.6           | openmpi/1.6                | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                               | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 1.8           | openmpi/1.8                | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/gcc/5.4 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                              | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 2.0           | openmpi/2.0                | compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/intel/16 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                                                | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 2.0.1         | openmpi/2.0                | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/gcc/5.4 compiler/gcc/6.1                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 2.1           | openmpi/2.1                | compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/intel/16 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                                                | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 2.1.1         | openmpi/2.1                | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/gcc/5.4 compiler/gcc/6.1                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmx                 | 3.7           | openmx/3.7                 | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmx                 | 3.8           | openmx/3.8                 | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| p7zip                  | 16.02         | p7zip/16.02                | None                                                                                                                                                                                                                                   | application | compression                                            | p7zip is a port of 7za.exe for POSIX systems.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| pandaseq               | 2.9           | pandaseq/2.9               | compiler/gcc/4.9                                                                                                                                                                                                                       | application | bioinforomatics                                        | PANDASEQ is a program to align Illumina reads, optionally with PCR primers embedded in the sequence, and reconstruct an overlapping sequence.                                                                                                                                                                                                                                                                                                                                                                                         |
-| parsinsert             | 1.04          | parsinsert/1.04            | None                                                                                                                                                                                                                                   | application | computational biology                                  | ParsInsert efficiently produces both a phylogenetic tree and taxonomic classification for sequences for microbial community sequence analysis. This is a C++ implementation of the Parsimonious Insertion algorithm                                                                                                                                                                                                                                                                                                                   |
-| pbh5tools              | 0.8.0         | pbh5tools/0.8              | None                                                                                                                                                                                                                                   | application | computational biology                                  | pbh5tools -- tools for manipulating HDF5 files produced by Pacific Biosciences. Specifically, this package provides functionality for manipulating and extracting data from "cmp.h5" and "bas.h5" files.                                                                                                                                                                                                                                                                                                                              |
-| pblat                  | 2.0           | pblat/2.0                  | None                                                                                                                                                                                                                                   | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| peridigm               | 1.5           | peridigm/1.5               | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| perl-mongodb           | 1.2.2         | perl-mongodb/1.2           | None                                                                                                                                                                                                                                   | application | Utility                                                | This is the official Perl driver for MongoDB.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| pesmf                  | 5.2.0rp3      | pesmf/5.2                  | compiler/intel/13:openmpi/1.6                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| petsc                  | 3.6           | petsc/3.6                  | compiler/gcc/6.1:openmpi/2.0                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| petsc                  | 3.9           | petsc/3.9                  | compiler/gcc/6.1:openmpi/2.0                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| phdf5                  | 1.8           | phdf5/1.8                  | compiler/gcc/4.8:openmpi/1.6                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| phdf5                  | 1.8.15        | phdf5/1.8                  | compiler/gcc/4.7:openmpi/1.8 compiler/gcc/4.8:openmpi/1.8 compiler/gcc/4.9:openmpi/1.10 compiler/intel/15:openmpi/1.10 compiler/pgi/12:openmpi/1.8 compiler/pgi/13:openmpi/1.8 compiler/pgi/14:openmpi/1.8 compiler/pgi/15:openmpi/1.8 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| phobius                | 1.01          | phobius/1.01               | None                                                                                                                                                                                                                                   | application | computational biology                                  | Phobius is a combined transmembrane topology and signal peptide predictor.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| phonopy                | 1.11.12       | phonopy/1.11               | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| phrap                  | 0.990329      | phrap/0.9                  | compiler/gcc/4.8                                                                                                                                                                                                                       | application | computational biology                                  | Phrap is a program for assembling shotgun DNA sequence data. Cross\_match is a general purpose utility for comparing any two DNA sequence sets using a 'banded' version of swat. Swat is a program for searching one or more DNA or protein query sequences, or a query profile, against a sequence database, using an efficient implementation of the Smith-Waterman or Needleman-Wunsch algorithms with linear (affine) gap penalties.                                                                                              |
-| phylip                 | 3.696         | phylip/3.696               | compiler/gcc/4.9                                                                                                                                                                                                                       | application | computational biology                                  | PHYLIP (the PHYLogeny Inference Package) is a package of programs for inferring phylogenies (evolutionary trees).                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| phylip                 | 3.697         | phylip/3.6                 | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| picard                 | 1.139         | picard/1.1                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | A set of Java command line tools for manipulating high-throughput sequencing data (HTS) data and formats.                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| picrust                | 1.1.0         | picrust/1.1                | None                                                                                                                                                                                                                                   | application | metagenomic                                            | The PICRUSt project aims to support prediction of the unobserved character states in a community of organisms from phylogenetic information about the organisms in that community.                                                                                                                                                                                                                                                                                                                                                    |
-| pnetcdf                | 4.2           | pnetcdf/4.2                | compiler/gcc/4.8:openmpi/1.6                                                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| pnetcdf                | 4.4           | pnetcdf/4.4                | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| PNG                    | 1.2.50        | PNG/1.2                    | compiler/intel/13                                                                                                                                                                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| pplacer                | 1.1           | pplacer/1.1                | None                                                                                                                                                                                                                                   | application | computational biology                                  | Pplacer places query sequences on a fixed reference phylogenetic tree to maximize phylogenetic likelihood or posterior probability according to a reference alignment.                                                                                                                                                                                                                                                                                                                                                                |
-| primer3                | 2.3.7         | primer3/2.3                | None                                                                                                                                                                                                                                   | application | computational biology                                  | Primer3 picks primers for PCR reactions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| prinseq-lite           | 0.20.4        | prinseq-lite/0.20          | None                                                                                                                                                                                                                                   | application | computational biology                                  | PRINSEQ can be used to filter, reformat, or trim your genomic and metagenomic sequence data.                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| prodigal               | 2.60          | prodigal/2.60              | None                                                                                                                                                                                                                                   | application | computational biology                                  | Prodigal (Prokaryotic Dynamic Programming Genefinding Algorithm) is a microbial (bacterial and archaeal) gene finding program developed at Oak Ridge National Laboratory and the University of Tennessee.                                                                                                                                                                                                                                                                                                                             |
-| prohlatype             | 0.9.0         | prohlatype/0.9             | None                                                                                                                                                                                                                                   | application | Computational Biology                                  | This project provides a set of tools to calculate the full posterior distribution of HLA types given read data.                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| proj                   | 4.9           | proj/4.9                   | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| pymagic                | 0.1           | pymagic/0.1                | None                                                                                                                                                                                                                                   | application | computational biology                                  | MAGIC: A diffusion-based imputation method reveals gene-gene interactions in single-cell RNA-sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| pymeteo                | 0.5           | pymeteo/0.5                | None                                                                                                                                                                                                                                   | application | geoscience                                             | General meteorological routines, skew-T/log-p plotting and working with CM1 model data.                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| python                 | 3.3           | python/3.3                 | None                                                                                                                                                                                                                                   | application | system                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| python-openstackclient | 2.1.0         | python-openstackclient/2.1 | None                                                                                                                                                                                                                                   | application | Utility                                                | OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the command set for Compute, Identity, Image, Object Store and Block Storage APIs together in a single shell with a uniform command structure.                                                                                                                                                                                                                                                                                                           |
-| pytorch/py36           | 0.3.0         | pytorch/py36/0.3           | None                                                                                                                                                                                                                                   | application | Deep Learning                                          | PyTorch is a deep learning framework that puts Python first.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| qctool                 | 1.4           | qctool/1.4                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | QCTOOL is a command-line utility program for basic quality control of gwas datasets.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| qiime                  | 1.8           | qiime/1.8                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data).                                                                                                                                                                                                                            |
-| qiime                  | 1.9           | qiime/1.9                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data).                                                                                                                                                                                                                            |
-| qiime                  | 2017.9        | qiime/2.0                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency.                                                                                                                                                                                                                                                                                                                                                                                                      |
-| qiime2                 | 2017.9        | qiime2/2017.9              | None                                                                                                                                                                                                                                   | application | computational biology                                  | QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency.                                                                                                                                                                                                                                                                                                                                                                                                      |
-| qiime2                 | 2018.2        | qiime2/2018.2              | None                                                                                                                                                                                                                                   | application | computational biology                                  | QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency.                                                                                                                                                                                                                                                                                                                                                                                                      |
-| quast                  | 4.1           | quast/4.1                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | QUAST. the QUality ASsessment Tool for genome assemblies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| R                      | 3.0           | R/3.0                      | compiler/intel/12 compiler/intel/13 None                                                                                                                                                                                               | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| R                      | 3.1           | R/3.1                      | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| R                      | 3.2           | R/3.2                      | compiler/intel/15 None                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| R                      | 3.3           | R/3.3                      | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| RAPSearch2             | 2.19          | RAPSearch2/2.19            | None                                                                                                                                                                                                                                   | application | computational biology                                  | RAPSearch2 is a tool for fast protein similarity searches.                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| ray                    | 2.3           | ray/2.3                    | compiler/gcc/4.8:openmpi/1.6 compiler/gcc/4.8:openmpi/1.8                                                                                                                                                                              | application | computational biology                                  | Ray -- Parallel genome assemblies for parallel DNA sequencing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| repeatmasker           | 4.0           | repeatmasker/4.0           | None                                                                                                                                                                                                                                   | application | computational biology                                  | RepeatMasker is a program that screens DNA sequences for interspersed repeats and low complexity DNA sequences.                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| rmblast                | 2.28          | rmblast/2.28               | compiler/gcc/4.8                                                                                                                                                                                                                       | application | computational biology                                  | RMBlast is a RepeatMasker compatible version of the standard NCBI BLAST suite. The primary difference between this distribution and the NCBI distribution is the addition of a new program 'rmblastn' for use with RepeatMasker and RepeatModeler.                                                                                                                                                                                                                                                                                    |
-| rnammer                | 1.2           | rnammer/1.2                | None                                                                                                                                                                                                                                   | application | computational biology                                  | RNAmmer predicts 5s/8s, 16s/18s, and 23s/28s ribosomal RNA in full genome sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| root                   | 6.06.08       | root/6.06                  | compiler/gcc/4.9                                                                                                                                                                                                                       | application | big data                                               | It provides all the functionalities needed to deal with big data processing, statistical analysis, visualisation and storage.                                                                                                                                                                                                                                                                                                                                                                                                         |
-| rosetta                | 3.8           | rosetta/3.8                | compiler/gcc/4.9:openmpi/2.0                                                                                                                                                                                                           | application | computational biology                                  | The Rosetta software suite includes algorithms for computational modeling and analysis of protein structures. It has enabled notable scientific advances in computational biology, including de novo protein design, enzyme design, ligand docking, and structure prediction of biological macromolecules and macromolecular complexes.                                                                                                                                                                                               |
-| r-scimpute             | 0.0.5         | r-scimpute/0.0.5           | None                                                                                                                                                                                                                                   | application | biology                                                | scImpute is accurate and robust imputation of single-cell RNA sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| rsem                   | 1.2           | rsem/1.2                   | None                                                                                                                                                                                                                                   | application | computational biology                                  | RSEM is a software package for estimating gene and isoform expression levels from RNA-Seq data.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| ruby                   | 2.1           | ruby/2.1                   | None                                                                                                                                                                                                                                   | application | system                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| saga                   | 2.1           | saga/2.1                   | compiler/gcc/4.9                                                                                                                                                                                                                       | application | GIS                                                    | SAGA: System for Automated Geoscientific Analyses.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| saga                   | 2.2           | saga/2.2                   | compiler/gcc/4.9                                                                                                                                                                                                                       | application | GIS                                                    | SAGA: System for Automated Geoscientific Analyses.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| saga                   | 2.3           | saga/2.3                   | compiler/gcc/4.9                                                                                                                                                                                                                       | application | GIS                                                    | SAGA: System for Automated Geoscientific Analyses.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| sage                   | 6.3           | sage/6.3                   | None                                                                                                                                                                                                                                   | application | mathematics                                            | 'Sage is a free open-source mathematics software system licensed under the GPL. It builds on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more.' Mission: 'Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.'                                                                                                                                                                                                                     |
-| sage                   | 8.0           | sage/8.0                   | compiler/gcc/5.4                                                                                                                                                                                                                       | application | mathematics                                            | 'Sage is a free open-source mathematics software system licensed under the GPL. It builds on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more.' Mission: 'Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.'                                                                                                                                                                                                                     |
-| samtools               | 0.1           | samtools/0.1               | None                                                                                                                                                                                                                                   | application | computational biology                                  | SAM Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format.                                                                                                                                                                                                                                                                                                                                                           |
-| samtools               | 1.1           | samtools/1.1               | compiler/gcc/4.8                                                                                                                                                                                                                       | application | computational biology                                  | SAM Tools - a generic tool for the sam format alignments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| samtools               | 1.2           | samtools/1.2               | compiler/gcc/4.8                                                                                                                                                                                                                       | application | computational biology                                  | SAM Tools - a generic tool for the sam format alignments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| samtools               | 1.3.1         | samtools/1.3               | None                                                                                                                                                                                                                                   | application | computational biology                                  | SAM Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format.                                                                                                                                                                                                                                                                                                                                                           |
-| scan-for-matches       | 1.0           | scan-for-matches/1.0       | None                                                                                                                                                                                                                                   | application | computational biology                                  | scan\_for\_matches is a utility written in C for locating patterns in DNA or protein FASTA files.                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| scip                   | 4.0.0         | scip/4.0                   | None                                                                                                                                                                                                                                   | application | constraint integer programming                         | SCIP is currently one of the fastest non-commercial solvers for mixed integer programming (MIP) and mixed integer nonlinear programming (MINLP).                                                                                                                                                                                                                                                                                                                                                                                      |
-| sepp                   | 1.0           | sepp/1.0                   | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| settarg                | settarg       | settarg/settarg            | None                                                                                                                                                                                                                                   | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| sff2fastq              | 0.9           | sff2fastq/0.9              | None                                                                                                                                                                                                                                   | application | computational biology                                  | sff2fast extracts 454 Genome Sequencer reads from a SFF file and converts them into a FASTQ formatted output                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| shengbte               | 1.1.1         | shengbte/1.1               | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| shrimp                 | 2.2           | shrimp/2.2                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | SHRiMP is a software package for aligning genomic reads against a target genome.                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| shtns                  | 2.8           | shtns/2.6                  | compiler/intel/15                                                                                                                                                                                                                      | application | math                                                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| sickle                 | 1.2           | sickle/1.210               | None                                                                                                                                                                                                                                   | application | computational biology                                  | A windowed adaptive trimming tool for FASTQ files using quality                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| siesta                 | 4.1.3         | siesta/4.1                 | compiler/gcc/4.9:openmpi/1.10 compiler/intel/13:openmpi/1.8 compiler/intel/15:openmpi/1.10                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| signalp                | 4.1           | signalp/4.1                | None                                                                                                                                                                                                                                   | application | computational biology                                  | signalp predicts the presence and location of signal peptide cleavage sites in amino acid sequences from different organisms: Gram-positive bacteria, Gram-negative bacteria, and eukaryotes.                                                                                                                                                                                                                                                                                                                                         |
-| simrna                 | 3.20          | simrna/3.20                | None                                                                                                                                                                                                                                   | application | computational biology                                  | SimRNA is a tool for simulations of RNA conformational dynamics                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| smrtlink               | 5.0.1         | smrtlink/5.0               | None                                                                                                                                                                                                                                   | application | biology                                                | PacBio’s open-source SMRT Analysis software suite is designed for use with Single Molecule, Real-Time (SMRT) Sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                       |
-| smrtlink               | 5.1.0         | smrtlink/5.1               | None                                                                                                                                                                                                                                   | application | biology                                                | PacBio’s open-source SMRT Analysis software suite is designed for use with Single Molecule, Real-Time (SMRT) Sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                       |
-| snap                   | 2013-11-29    | snap/2013-11-29            | None                                                                                                                                                                                                                                   | application | computational biology                                  | SNAP - (Semi-HMM-based Nucleic Acid Parser) gene prediction tool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| snp-pipeline           | 0.6           | snp-pipeline/0.6           | None                                                                                                                                                                                                                                   | application | computational biology                                  | SNP Pipeline is a pipeline for the production of SNP matrices from sequence data used in the phylogenetic analysis of pathogenic organisms sequenced from samples of interest to food safety.                                                                                                                                                                                                                                                                                                                                         |
-| snptest                | 2.5.2         | snptest/2.5                | None                                                                                                                                                                                                                                   | application | computational biology                                  | SNPTEST is a program for the analysis of single SNP association in genome-wide studies.                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| soapdenovo2            | r240          | soapdenovo2/r240           | None                                                                                                                                                                                                                                   | application | computational biology                                  | soapdenovo2 - novel short-read assembly method that can build a de novo draft assembly for the human-sized genomes                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| sonnet-gpu             | 1.19          | sonnet-gpu/py27/1.19       | None None None                                                                                                                                                                                                                         | application | machine learning                                       | Sonnet is a library built on top of TensorFlow for building complex neural networks.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| sonnet-gpu             | 1.23          | sonnet-gpu/py27/1.23       | None None None                                                                                                                                                                                                                         | application | machine learning                                       | Sonnet is a library built on top of TensorFlow for building complex neural networks.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| spglib                 | 1.9.9         | spglib/1.9                 | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| spider                 | 2.0           | spider/2.0                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | Sequence-based Prediction of Local and Nonlocal Structural Features for Proteins.                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| spp                    | 1.11          | spp/1.11                   | None                                                                                                                                                                                                                                   | application | computational biology                                  | ChIP-seq peak caller                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| spp                    | 1.13          | spp/1.13                   | None                                                                                                                                                                                                                                   | application | computational biology                                  | ChIP-seq peak caller                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| SRAtoolkit             | 2.8           | SRAtoolkit/2.8             | None                                                                                                                                                                                                                                   | application | computational biology                                  | SRA Toolkit                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| SRAtoolkit             | 2.9           | SRAtoolkit/2.9             | None                                                                                                                                                                                                                                   | application | computational biology                                  | The SRA Toolkit and SDK from NCBI is a collection of tools and libraries for using data in the INSDC Sequence Read Archives.                                                                                                                                                                                                                                                                                                                                                                                                          |
-| star                   | 2.5.3a        | star/2.5                   | compiler/gcc/4.9                                                                                                                                                                                                                       | application | biology                                                | Spliced Transcripts Alignment to a Reference                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| starccm                | 10.01.010     | starccm/10.06              | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| starccm                | 9.01.011      | starccm/9.06               | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| StringTie              | 1.3.0         | StringTie/1.3              | None                                                                                                                                                                                                                                   | application | computational biology                                  | StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| structure              | 2.3           | structure/2.3              | None                                                                                                                                                                                                                                   | application | computational biology                                  | The program structure is a free software package for using multi-locus genotype data to investigate population structure.                                                                                                                                                                                                                                                                                                                                                                                                             |
-| subread                | 1.4           | subread/1.4                | None                                                                                                                                                                                                                                   | application | computational biology                                  | The Subread package is developed in The Walter and Eliza Hall Institute of Medical Research, Melbourne, Australia. It consists of a suite of programs for processing next-gen sequencing data.                                                                                                                                                                                                                                                                                                                                        |
-| szip                   | 2.1           | szip/2.1                   | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/intel/16 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15 None                                        | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tabix                  | 0.2           | tabix/0.2                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | Tabix indexes a TAB-delimited genome position file in.tab.bgz and creates an index file                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| tagcleaner             | 0.16          | tagcleaner/0.16            | None                                                                                                                                                                                                                                   | application | computational biology                                  | The TagCleaner tool can be used to automatically detect and efficiently remove tag sequences (e.g. WTA tags) from genomic and metagenomic datasets. It is easily configurable and provides a user-friendly interface.                                                                                                                                                                                                                                                                                                                 |
-| tassel                 | 3.0           | tassel/3.0                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | While TASSEL has changed considerably since its initial public release in 2001, its primary function continues to be providing tools to investigate the relationship between phenotypes and genotypes1. As indicated by its title – Trait Analysis by aSSociation, Evolution and Linkage – TASSEL has multiple functions, including association study, evaluating evolutionary relationships, analysis of linkage disequilibrium, principal component analysis, cluster analysis, missing data imputation and data visualization. |
-| tassel                 | 4.0           | tassel/4.0                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | While TASSEL has changed considerably since its initial public release in 2001, its primary function continues to be providing tools to investigate the relationship between phenotypes and genotypes1. As indicated by its title – Trait Analysis by aSSociation, Evolution and Linkage – TASSEL has multiple functions, including association study, evaluating evolutionary relationships, analysis of linkage disequilibrium, principal component analysis, cluster analysis, missing data imputation and data visualization. |
-| tassel                 | 5.1           | tassel/5.1                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | While TASSEL has changed considerably since its initial public release in 2001, its primary function continues to be providing tools to investigate the relationship between phenotypes and genotypes1. As indicated by its title – Trait Analysis by aSSociation, Evolution and Linkage – TASSEL has multiple functions, including association study, evaluating evolutionary relationships, analysis of linkage disequilibrium, principal component analysis, cluster analysis, missing data imputation and data visualization. |
-| taxypro                | 1.0           | taxypro/1.0                | None                                                                                                                                                                                                                                   | application | mixture modeling for taxonomic analysis of metagenomes |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| taxytoolbox            | 1.0           | taxytoolbox/1.0            | None                                                                                                                                                                                                                                   | application | mixture modeling for taxonomic analysis of metagenomes |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow             | 0.12.1        | tensorflow/py35/0.12       | None None                                                                                                                                                                                                                              | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow             | 1.0.0         | tensorflow/py35/1.0        | None None                                                                                                                                                                                                                              | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow             | 1.3.1         | tensorflow/py35/1.3        | None None None                                                                                                                                                                                                                         | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow             | 1.4.0         | tensorflow/py36/1.4        | None None None                                                                                                                                                                                                                         | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow             | 1.5.0         | tensorflow/py35/1.5        | None None None                                                                                                                                                                                                                         | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow             | 1.7.0         | tensorflow/py35/1.7        | None None None                                                                                                                                                                                                                         | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow-gpu         | 1.5.0         | tensorflow-gpu/py35/1.5    | None None None                                                                                                                                                                                                                         | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow-gpu         | 1.7.0         | tensorflow-gpu/py36/1.7    | None None None                                                                                                                                                                                                                         | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tmhmm                  | 2.0c          | tmhmm/2.0c                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | TMHMM 2.0 predicts transmembrane helices in proteins.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| tophat                 | 2.0           | tophat/2.0                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | TopHat2 is a fast splice junction mapper for RNA-Seq reads. It aligns RNA-Seq reads to mammalian-sized genomes using the ultra high-throughput short read aligner Bowtie, and then analyzes the mapping results to identify splice junctions between exons.                                                                                                                                                                                                                                                                           |
-| tophat                 | 2.1.0         | tophat/2.1                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | TopHat2 is a fast splice junction mapper for RNA-Seq reads. It aligns RNA-Seq reads to mammalian-sized genomes using the ultra high-throughput short read aligner Bowtie, and then analyzes the mapping results to identify splice junctions between exons.                                                                                                                                                                                                                                                                           |
-| transdecoder           | 2.0.1         | transdecoder/2.0           | None                                                                                                                                                                                                                                   | application | computational biology                                  | TransDecoder identifies candidate coding regions within transcript sequences, such as those generated by de novo RNA-Seq transcript assembly using Trinity, or constructed based on RNA-Seq alignments to the genome using Tophat and Cufflinks.                                                                                                                                                                                                                                                                                      |
-| transrate              | 0.1           | transrate/0.1              | None                                                                                                                                                                                                                                   | application | life sciences                                          | transrate - Quality assessment and comparison of transcriptome assemblies                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| treemix                | 1.12          | treemix/1.12               | None                                                                                                                                                                                                                                   | application | computational biology                                  | TreeMix is a method for inferring the patterns of population splits and mixtures in the history of a set of populations.                                                                                                                                                                                                                                                                                                                                                                                                              |
-| trf                    | 4.07b         | trf/4.0                    | None                                                                                                                                                                                                                                   | application | computational biology                                  | Tandem Repeats Finder is a program to locate and display tandem repeats in DNA sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| tricubic               | 1.0           | tricubic/1.0               | compiler/gcc/4.9                                                                                                                                                                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| trilinos               | 12.6          | trilinos/12.6              | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| trim\_galore           | 0.4.0         | trim\_galore/0.4           | None                                                                                                                                                                                                                                   | application | computational biology                                  | Trim sequences                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| TrimGalore             | 0.4.5         | TrimGalore/0.4             | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| trimmomatic            | 0.33          | trimmomatic/0.33           | None                                                                                                                                                                                                                                   | application | computational biology                                  | Trimmomatic: A flexible read trimming tool for Illumina NGS data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| trinity                | 2.0           | trinity/2.0                | compiler/gcc/4.8                                                                                                                                                                                                                       | application | computational biology                                  | Package for RNA-Seq de novo Assembly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| trinity                | 2.1           | trinity/2.1                | compiler/gcc/4.8                                                                                                                                                                                                                       | application | computational biology                                  | Package for RNA-Seq de novo Assembly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| trinity                | r2013-11-10   | trinity/r2013-11-10        | None                                                                                                                                                                                                                                   | application | computational biology                                  | Package for RNA-Seq de novo Assembly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| trinity                | r2014-04-13p1 | trinity/r2014-04-13p1      | None                                                                                                                                                                                                                                   | application | computational biology                                  | Package for RNA-Seq de novo Assembly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| trinotate              | 2.0.2         | trinotate/2.0              | None                                                                                                                                                                                                                                   | application | computational biology                                  | Trinotate is a comprehensive annotation suite designed for automatic functional annotation of transcriptomes, particularly de novo assembled transcriptomes, from model or non-model organisms.                                                                                                                                                                                                                                                                                                                                       |
-| trinotate              | r2013-11-10   | trinotate/r2013-11-10      | None                                                                                                                                                                                                                                   | application | computational biology                                  | Trinotate is a comprehensive annotation suite designed for automatic functional annotation of transcriptomes, particularly de novo assembled transcriptomes, from model or non-model organisms.                                                                                                                                                                                                                                                                                                                                       |
-| twobittofa             | 1.0           | twobittofa/1.0             | None                                                                                                                                                                                                                                   | application | unknown                                                | This is a bioinformatics, freely downloadable command-line software (linux.x86\_64) provided by the UCSC                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| udunits2               | 2.1           | udunits2/2.1               | compiler/gcc/4.7 compiler/gcc/4.8 compiler/intel/12 compiler/intel/13 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                                                  | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| udunits2               | 2.2           | udunits2/2.2               | compiler/intel/13 compiler/intel/15 compiler/intel/16 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                                                                  | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| upcr                   | 2.20          | upcr/2.20                  | compiler/gcc/4.9:openmpi/1.8                                                                                                                                                                                                           | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| upcr                   | 2.24          | upcr/2.24                  | compiler/gcc/5.4:openmpi/2.0                                                                                                                                                                                                           | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| usearch                | 5.2           | usearch/5.2                | None                                                                                                                                                                                                                                   | application | computational biology                                  | USEARCH is a unique sequence analysis tool with thousands of users world-wide. USEARCH offers search and clustering algorithms that are often orders of magnitude faster than BLAST.                                                                                                                                                                                                                                                                                                                                                  |
-| usearch                | 6.1           | usearch/6.1                | None                                                                                                                                                                                                                                   | application | computational biology                                  | USEARCH is a unique sequence analysis tool with thousands of users world-wide. USEARCH offers search and clustering algorithms that are often orders of magnitude faster than BLAST.                                                                                                                                                                                                                                                                                                                                                  |
-| usearch                | 7.0           | usearch/7.0                | None                                                                                                                                                                                                                                   | application | computational biology                                  | USEARCH is a unique sequence analysis tool with thousands of users world-wide. USEARCH offers search and clustering algorithms that are often orders of magnitude faster than BLAST.                                                                                                                                                                                                                                                                                                                                                  |
-| varscan                | 2.3           | varscan/2.3                | None                                                                                                                                                                                                                                   | application | computational biology                                  | VarScan is a platform-independent mutation caller for targeted, exome, and whole-genome resequencing data generated on Illumina, SOLiD, Life/PGM, Roche/454, and similar instruments.                                                                                                                                                                                                                                                                                                                                                 |
-| vasp                   | 5.4           | vasp/5.4sol                | compiler/intel/13:openmpi/1.8 compiler/intel/15:openmpi/2.1                                                                                                                                                                            | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| vasp                   | 5.4.4         | vasp/5.4.4                 | compiler/intel/15:openmpi/2.1                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| vcftools               | 0.1           | vcftools/0.1               | None                                                                                                                                                                                                                                   | application | computational biology                                  | VCFtools is a program package designed for working with VCF files, such as those generated by the 1000 Genomes Project. The aim of VCFtools is to provide easily accessible methods for working with complex genetic variation data in the form of VCF files.                                                                                                                                                                                                                                                                         |
-| velvet                 | 1.2           | velvet/1.2                 | None                                                                                                                                                                                                                                   | application | computational biology                                  | Velvet - Sequence assembler for very short reads                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| virema                 | 0.6           | virema/0.6                 | None                                                                                                                                                                                                                                   | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| wevote                 | 1.8           | wevote/1.8                 | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| wgrib2                 | 2.0.6         | wgrib2/2.0                 | None                                                                                                                                                                                                                                   | application | file processing                                        | wgrib2 is more like four drawers of kitchen utensils as well as the microwave and blender.                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| WRF                    | WRF           | WRF/1.0                    | compiler/intel/15:openmpi/1.10 compiler/intel/16:openmpi/1.10 compiler/pgi/15:openmpi/1.10 compiler/pgi/15:openmpi/1.10 None None None                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| xpclr                  | 1.0           | xpclr/1.0                  | None                                                                                                                                                                                                                                   | application | computational biology                                  | detecting selective sweeps via the differentiation of two populations                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| xzutils                | 5.2           | xzutils/5.2                | None                                                                                                                                                                                                                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| zlib                   | 1.2           | zlib/1.2                   | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/intel/16 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15 None                                        | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-
- 
-
-| Name                  | Version      | Module Name                    | Prerequisites  | Type        | Domain                          | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-|-----------------------|--------------|--------------------------------|----------------|-------------|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| abayesqr              | 1.0          | abayesqr/1.0                   | None           | application | high-throughput sequencing data | aBayesQR is a viral quasispecies reconstruction algorithm that employs a maximum-likelihood framework to infer individual sequences in a mixture from high-throughput sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| afni                  | 18.2.06      | afni/18.2                      | None           | application | MRI                             | AFNI is a suite of programs for looking at and analyzing 3D brain images.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| afterqc               | 0.9.6        | afterqc/0.9                    | None           | application | package                         | Automatic Filtering, Trimming, Error Removing and Quality Control for fastq data. AfterQC can simply go through all fastq files in a folder and then output three folders: good, bad and QC folders, which contains good reads, bad reads and the QC results of each fastq file/pair. Currently it supports processing data from HiSeq 2000/2500/3000/4000, Nextseq 500/550, MiniSeq...and other Illumina 1.8 or newer formats.                                                                                                                                                                                                                                                                                                                                                           |
-| agfusion              | 1.0          | agfusion/1.0                   | None           | application | Biology                         | AGFusion is a python package for annotating gene fusions from the human or mouse genomes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| allinea               | 18.0         | allinea/18.0                   | None           | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 18.2         | allinea/18.2                   | None           | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 4.2          | allinea/4.2                    | None           | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 5.0          | allinea/5.0                    | None           | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 5.1          | allinea/5.1                    | None           | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 6.0          | allinea/6.0                    | None           | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 6.1          | allinea/6.1                    | None           | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 7.0          | allinea/7.0                    | None           | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| ant                   | 1.10.1       | ant/1.10                       | None           | library     | java                            | Java build tool                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| ant                   | 1.9.9        | ant/1.9                        | None           | library     | java                            | Java build tool                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| apkid                 | 1.0.0        | apkid/1.0                      | None           | application | Malware                         | APKiD is Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| aria2                 | 1.23.0       | aria2/1.23                     | None           | application | tool                            | aria2 is a lightweight multi-protocol & multi-source command-line download utility.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| aspera-cli            | 3.7.7        | aspera-cli/3.7                 | None           | application | system                          | IBM Aspera Command-Line Interface (the Aspera CLI) is a collection of Aspera tools for performing high-speed, secure data transfers from the command line.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| augustus              | 3.2.3        | augustus/3.2                   | None           | application | computational biology           | AUGUSTUS is a gene prediction program for eukaryotes written by Mario Stanke and Oliver Keller. It can be used as an ab initio program, which means it bases its prediction purely on the sequence. AUGUSTUS may also incorporate hints on the gene structure coming from extrinsic sources such as EST, MS/MS, protein alignments and synthenic genomic alignments.                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| augustus              | 3.3          | augustus/3.3                   | None           | application | computational biology           | AUGUSTUS is a gene prediction program for eukaryotes written by Mario Stanke and Oliver Keller. It can be used as an ab initio program, which means it bases its prediction purely on the sequence. AUGUSTUS may also incorporate hints on the gene structure coming from extrinsic sources such as EST, MS/MS, protein alignments and synthenic genomic alignments.                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| autoconf              | 2.69         | autoconf/2.69                  | None           | application | Utilities                       | Extensible M4 macros that produce shell scripts to configure software source code packages.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| autodock              | 4.2.6        | autodock/4.2                   | None           | application | Chemistry                       | AutoDock is a suite of automated docking tools. It is designed to predict how small molecules, such as substrates or drug candidates, bind to a receptor of known 3D structure.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| awscli                | 1.1.120      | awscli/1.11                    | None           | application | utility                         | The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| bam-readcount         | 0.8          | bam-readcount/0.8              | None           | application | computational biology           | The purpose of this program is to generate metrics at single nucleotide positions.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bamtools              | 2.3.0        | bamtools/2.3                   | None           | application | computational biology           | C++ API & command-line toolkit for working with BAM data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bamtools              | 2.4.1        | bamtools/2.4                   | None           | application | computational biology           | C++ API & command-line toolkit for working with BAM data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bbmap                 | 37.17        | bbmap/37.17                    | None           | application | computational biology           | BBMap is a splice-aware global aligner for DNA and RNA sequencing reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bbmap                 | 38.06        | bbmap/38.06                    | None           | application | computational biology           | BBMap is a splice-aware global aligner for DNA and RNA sequencing reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bcftools              | 1.3.1        | bcftools/1.3                   | None           | application | computational biology           | BCFtools is a set of utilities that manipulate variant calls in the Variant Call Format (VCF) and its binary counterpart BCF. All commands work transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed. Most commands accept VCF, bgzipped VCF and BCF with filetype detected automatically even when streaming from a pipe. Indexed VCF and BCF will work in all situations. Un-indexed VCF and BCF and streams will work in most, but not all situations.                                                                                                                                                                                                                                                                                                         |
-| bcftools              | 1.8          | bcftools/1.8                   | None           | application | computational biology           | BCFtools is a set of utilities that manipulate variant calls in the Variant Call Format (VCF) and its binary counterpart BCF. All commands work transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed. Most commands accept VCF, bgzipped VCF and BCF with filetype detected automatically even when streaming from a pipe. Indexed VCF and BCF will work in all situations. Un-indexed VCF and BCF and streams will work in most, but not all situations.                                                                                                                                                                                                                                                                                                         |
-| beagle                | 4.1\_21Jan17 | beagle/4.1                     | None           | application | Biology                         | Beagle is a software package that performs genotype calling, genotype phasing, imputation of ungenotyped markers, and identity-by-descent segment detection.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| beast                 | 1.8          | beast/1.8                      | None           | application | biology                         | BEAST is a cross-platform program for Bayesian analysis of molecular sequences using MCMC.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| beast2                | 2.4          | beast2/2.4                     | None           | application | biology                         | BEAST 2 is a cross-platform program for Bayesian phylogenetic analysis of molecular sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| bedops                | 2.4.35       | bedops/2.4                     | None           | application | computational biology           | BEDOPS is an open-source command-line toolkit that performs highly efficient and scalable Boolean and other set operations, statistical calculations, archiving, conversion and other management of genomic data of arbitrary scale.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| bedtools              | 2.24.0       | bedtools/2.24                  | None           | application | computational biology           | A powerful toolset for genome arithmetic                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bedtools              | 2.27.1       | bedtools/2.27                  | None           | application | computational biology           | A powerful toolset for genome arithmetic                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| beta                  | 1.0.7        | beta/1.0                       | None           | application | computational biology           | Binding and Expression Target Analysis (BETA) is a software package that integrates ChIP-seq of transcription factors or chromatin regulators with differential gene expression data to infer direct target genes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| binutils              | 2.30         | binutils/2.30                  | None           | application | Utilities                       | The GNU Binutils are a collection of binary tools.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bioconductor          | 3.4          | bioconductor/3.4               | None           | application | computational biology           | Bioconductor provides tools for the analysis and comprehension of high-throughput genomic data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| bioconductor-ballgown | 2.2.0        | bioconductor-ballgown/2.2      | None           | application | computational biology           | Tools for statistical analysis of assembled transcriptomes, including flexible differential expression analysis, visualization of transcript structures, and matching of assembled transcripts to annotation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| bioconductor-jmosaics | 1.10         | bioconductor-jmosaics/1.10     | None           | application | computational biology           | Joint analysis of multiple ChIP-Seq data sets.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| biodata               | 1.0          | biodata/1.0                    | None           | application | computational biology           | Static data resources for bioinformatics/computational biology.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| biom-format           | 2.1          | biom-format/2.1                | None           | application | computational biology           | The BIOM file format (canonically pronounced biome) is designed to be a general-use format for representing biological sample by observation contingency tables. BIOM is a recognized standard for the Earth Microbiome Project and is a Genomics Standards Consortium supported project.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| bioperl               | 1.6.924      | bioperl/1.6.924                | None           | application | computational biology           | BioPerl - Perl Modules for Biology                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| biopython             | 1.70         | biopython/py36/1.70            | None None None | library     | biological computation          | Biopython is a set of freely available tools for biological computation written in Python by an international team of developers.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| biopython             | 1.71         | biopython/py27/1.71            | None None None | library     | biological computation          | Biopython is a set of freely available tools for biological computation written in Python by an international team of developers.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| blast                 | 2.6.0        | blast/2.6                      | None           | application | computational biology           | NCBI BLAST+ sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| blast                 | 2.7.1        | blast/2.7                      | None           | application | computational biology           | NCBI BLAST+ sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| breakdancer           | 1.4          | breakdancer/1.4                | None           | application | computational biology           | BreakDancer is a Perl/C++ package that provides genome-wide detection of structural variants from next generation paired-end sequencing reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| breakseq2             | 2.2          | breakseq2/2.2                  | None           | application | computational biology           | BreakSeq2: Ultrafast and accurate nucleotide-resolution analysis of structural variants.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bsmap                 | 2.90         | bsmap/2.90                     | None           | application | Mapping                         | BSMAP is a short reads mapping software for bisulfite sequencing reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| bx-python             | 0.8.1        | bx-python/py27/0.8             | None None None | application | computational biology           | Tools for manipulating biological data, particularly multiple sequence alignments                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| canu                  | 1.7          | canu/1.7                       | None           | application | computational biology           | Canu is a fork of the Celera Assembler, designed for high-noise single-molecule sequencing (such as the PacBio RS II/Sequel or Oxford Nanopore MinION).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| ccat                  | 3.0          | ccat/3.0                       | None           | application | computational biology           | A software package for the analysis of ChIP-seq data with negative control.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| clove                 | 0.17         | clove/0.17                     | None           | application | computational biology           | CLOVE: Classification of genomic fusions into structural variation events.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| clustalw              | 2.1          | clustalw/2.1                   | None           | application | computational biology           | ClustalW2 is a multiple sequence alignment tool for the alignment of DNA or protein sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| cmake                 | 2.8.10.2     | cmake/2.8                      | None           | application | system                          | CMake is an extensible, open-source system that manages the build process                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| cmake                 | 3.10.3       | cmake/3.10                     | None           | application | system                          | CMake is an extensible, open-source system that manages the build process                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| cmake                 | 3.11.3       | cmake/3.11                     | None           | application | system                          | CMake is an extensible, open-source system that manages the build process                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| cmake                 | 3.5.0        | cmake/3.5                      | None           | application | system                          | CMake is an extensible, open-source system that manages the build process                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| cmake                 | 3.7.1        | cmake/3.7                      | None           | application | system                          | CMake is an extensible, open-source system that manages the build process                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| codonw                | 1.4.4        | codonw/1.4                     | None           | application | computational biology           | CodonW is a programme designed to simplify the Multivariate analysis (correspondence analysis) of codon and amino acid usage.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| connectome-workbench  | 1.3.1        | connectome-workbench/1.3       | None           | application | neuroimaging                    | Connectome Workbench is an open source, freely available visualization and discovery tool used to map neuroimaging data, especially data generated by the Human Connectome Project                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| cutadapt              | 1.13         | cutadapt/1.13                  | None           | application | NGS data                        | Cutadapt finds and removes adapter sequences, primers, poly-A tails and other types of unwanted sequence from your high-throughput sequencing reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| cutadapt              | 1.4          | cutadapt/1.4                   | None           | application | computational biology           | Cutadapt removes adapter sequences from DNA high-throughput sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| deap                  | 1.0          | deap/1.0                       | None           | application | computer science                | DEAP is a novel evolutionary computation framework for rapid prototyping and testing of ideas.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| deeptools             | 2.5.4        | deeptools/2.5                  | None           | application | computational biology           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| detectron/py27        | 2018.09.11   | detectron/py27/2018.09.11      | None           | application | object detection                | FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| eigen                 | 3.3.3        | eigen/3.3                      | None           | library     | C++                             | C++ template library for linear algebra                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| entrez-direct         | 10.0         | entrez-direct/10.0             | None           | application | Entrez                          | Entrez Direct (EDirect) is an advanced method for accessing the NCBI's set of interconnected databases (publication, sequence, structure, gene, variation, expression, etc.) from a UNIX terminal window. Functions take search terms from command-line arguments. Individual operations are combined to build multi-step queries. Record retrieval and formatting normally complete the process.                                                                                                                                                                                                                                                                                                                                                                                         |
-| eqtlbma               | 1.3          | eqtlbma/1.3                    | None           | application | biology                         | Package to detect eQTLs jointly in multiple subgroups (e.g. tissues) via Bayesian Model Averaging.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| fastqc                | 0.11.7       | fastqc/0.11                    | None           | application | computational biology           | fastqc - A Quality Control application for FastQ files                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| fasttree              | 2.1.10       | fasttree/2.1                   | None           | application | computational biology           | FastTree infers approximately-maximum-likelihood phylogenetic trees from alignments of nucleotide or protein sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| fqtrim                | 0.9.7        | fqtrim/0.9                     | None           | application | computational biology           | fqtrim: trimming & filtering of NGS reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| freebayes             | 1.2.0        | freebayes/1.2                  | None           | application | Biology                         | Bayesian haplotype-based polymorphism discovery and genotyping                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| freesurfer            | 5.3.0        | freesurfer/5.3                 | None           | application | computational neuroimaging      | An open source software suite for processing and analyzing (human) brain MRI images.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| freesurfer            | 6.0.0        | freesurfer/6.0                 | None           | application | computational neuroimaging      | An open source software suite for processing and analyzing (human) brain MRI images.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| gatk4                 | 4.0.4.0      | gatk4/4.0                      | None           | application | computational biology           | GATK4: This toolkit offers a wide variety of tools with a primary focus on variant discovery and genotyping.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| gaussian              | 09 RevD      | gaussian/09/RevD               | None           | application | Chemistry                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| gaussian              | 09 RevE      | gaussian/09/RevE               | None           | application | Chemistry                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| gaussian              | 16 RevE      | gaussian/16/RevA               | None           | application | Chemistry                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| gdcclient             | 1.3.0        | gdcclient/1.3                  | None           | application | genomics                        | GDC provides a standard client-based mechanism in support of high performance data downloads and submission.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| gem                   | 2.7          | gem/2.7                        | None           | application | computational biology           | GEM: High resolution peak calling and motif discovery for ChIP-seq and ChIP-exo data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| geoparse              | 1.0.5        | geoparse/1.0                   | None           | application | Bioinformatics                  | Python library to access Gene Expression Omnibus Database (GEO)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| ghostscript           | 9.20         | ghostscript/9.20               | None           | library     | runtime support                 | An interpreter for the PostScript language and for PDF.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| ghostscript           | 9.22         | ghostscript/9.22               | None           | library     | runtime support                 | An interpreter for the PostScript language and for PDF.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| git                   | 2.17.0       | git/2.17                       | None           | library     | tools                           | distributed version control system                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| git                   | 2.7.4        | git/2.7                        | None           | library     | tools                           | distributed version control system                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| globus-cli            | 1.2.0        | globus-cli/1.2                 | None           | application | tool                            | Command line clients provide an interface to Globus services from the shell, and are suited for both interactive use and simple scripting use cases.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| glpk                  | 4.61         | glpk/4.61                      | None           | application | mathematics                     | The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| gmap                  | 2015.12.31   | gmap/2015.12.31                | None           | application | computational biology           | GMAP: A Genomic Mapping and Alignment Program for mRNA and EST Sequences, and GSNAP: Genomic Short-read Nucleotide Alignment Program.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| gmap                  | 2017.05.08   | gmap/2017.05.08                | None           | application | computational biology           | GMAP: A Genomic Mapping and Alignment Program for mRNA and EST Sequences, and GSNAP: Genomic Short-read Nucleotide Alignment Program.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| gmap                  | 2018.03.25   | gmap/2018.03.25                | None           | application | computational biology           | GMAP: A Genomic Mapping and Alignment Program for mRNA and EST Sequences, and GSNAP: Genomic Short-read Nucleotide Alignment Program.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| gnu-parallel          | 20180522     | gnu-parallel/20180522          | None           | application | Shell tool                      | GNU parallel is a shell tool for executing jobs in parallel using one or more computers.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| gnuplot               | 4.6.0        | gnuplot/4.6                    | None           | application | unknown                         | Gnuplot, plotting from command line                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gnuplot               | 5.2.3        | gnuplot/5.2                    | None           | application | unknown                         | Gnuplot, plotting from command line                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| graphlan              | 1.0.0        | graphlan/1.0                   | None           | application | unknown                         | GraPhlAn is a software tool for producing high-quality circular representations of taxonomic and phylogenetic trees. It focuses on concise, integrative, informative, and publication-ready representations of phylogenetically- and taxonomically-driven investigation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| graphviz              | 2.38.0       | graphviz/2.38                  | None           | library     | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| gtdbtk                | 0.1.3        | gtdbtk/0.1                     | None           | application | computational biology           | A toolkit for assigning objective taxonomic classifications to bacterial and archaeal genomes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| hotspot3d             | 0.6.0        | hotspot3d/0.6                  | None           | application | bioinformatics                  | This 3D proximity tool can be used to identify mutation hotspots from linear protein sequence and correlate the hotspots with known or potentially interacting domains, mutations, or drugs. Mutation-mutation and mutation-drug clusters can also be identified and viewed.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| htseq                 | 0.5.4p5      | htseq/0.5.4p5                  | None           | application | computational biology           | HTSeq - Analysing high-throughput sequencing data with Python                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| htseq                 | 0.6.1p1      | htseq/0.6.1p1                  | None           | application | computational biology           | HTSeq - Analysing high-throughput sequencing data with Python                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| htseq                 | 0.9.1        | htseq/0.9                      | None           | application | computational biology           | HTSeq - Analysing high-throughput sequencing data with Python                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| htslib                | 1.7          | htslib/1.7                     | None           | application | computational biology           | HTSlib is an implementation of a unified C library for accessing common file formats.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| htstream              | e919d21      | htstream/e919d21               | None           | application | Bioinformatics                  | A toolset for high throughput sequence analysis using a streaming approach facilitated by Linux pipes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| imagemagick           | 7.0.8\_10    | imagemagick/7.0                | None           | application | bitmap                          | Software suite to create, edit, compose, or convert bitmap images.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| impute2               | 2.3.2        | impute2/2.3                    | None           | application | computational biology           | IMPUTE2 is a computer program for phasing observed genotypes and imputing missing genotypes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| iqtree                | 1.6.7        | iqtree/1.6                     | None           | application | computational biology           | IQ-TREE creates phylogenetic trees under maximum likelihood with emphasis on speed and accuracy.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| jamm                  | 1.0.7r2      | jamm/1.0.7r2                   | None           | application | computational biology           | JAMM is a peak finder for NGS datasets (ChIP-Seq, ATAC-Seq, DNase-Seq..etc.) that can integrate replicates and assign peak boundaries accurately.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| java                  | 1.6          | java/1.6                       | None           | application | system                          | Java JDK.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| java                  | 1.7          | java/1.7                       | None           | application | system                          | Java JDK.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| java                  | 1.8          | java/1.8                       | None           | application | system                          | Java JDK.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| julia                 | 1.0          | julia/1.0                      | None           | application | Language                        | A high-performance dynamic programming language for data science                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| jvarkit-msa2vcf       | 1.0          | jvarkit-msa2vcf/1.0            | None           | application | computational biology           | Getting a VCF file from a CLUSTAW or a FASTA alignment.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| jvarkit-sam2tsv       | 1.0          | jvarkit-sam2tsv/1.0            | None           | application | computational biology           | Prints the SAM alignments as a TAB delimited file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| kalign                | 2.0          | kalign/2.0                     | None           | application | computational biology           | Kalign is a fast and accurate multiple sequence alignment algorithm designed to align large numbers of protein sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| ksnp                  | 3.1          | ksnp/3.1                       | None           | application | computational biology           | kSNP identifies the pan-genome SNPs in a set of genome sequences, and estimates phylogenetic trees based upon those SNPs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| lftp                  | 4.8.3        | lftp/4.8                       | None           | application | system                          | LFTP is a sophisticated file transfer program supporting a number of network protocols (ftp, http, sftp, fish, torrent).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| lynx                  | 2.8.8        | lynx/2.8                       | None           | application | tool                            | Lynx is a text browser for the World Wide Web.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| macs2                 | 2.1.1        | macs2/2.1                      | None           | application | computational biology           | MACS -- Model-based Analysis of ChIP-Seq                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| maker                 | 2.31.9       | maker/2                        | None           | application | computational biology           | MAKER is a genome annotation pipeline for prokaryotic and smaller eukaryotic organisms.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| mapsplice             | 2.2.0        | mapsplice/2.2                  | None           | application | computational biology           | MapSplice is a software for mapping RNA-seq data to reference genome for splice junction discovery that depends only on reference genome, and not on any further annotations.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| mathematica           | 10.0         | mathematica/10.0               | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| mathematica           | 10.4         | mathematica/10.4               | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| mathematica           | 11.0         | mathematica/11.0               | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| mathematica           | 9.0          | mathematica/9.0                | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2012b       | matlab/r2012b                  | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2013b       | matlab/r2013b                  | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2014b       | matlab/r2014b                  | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2015b       | matlab/r2015b                  | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2016a       | matlab/r2016a                  | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2016b       | matlab/r2016b                  | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2017a       | matlab/r2017a                  | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2017b       | matlab/r2017b                  | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2018a       | matlab/r2018a                  | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| mbuffer               | 20171011     | mbuffer/20171011               | None           | application | buffer                          | Mbuffer is a tool for buffering data streams with a large set of unique features.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| mcl                   | 14.137       | mcl/14.137                     | None           | application | computational biology           | MCL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| megahit               | 1.1          | megahit/1.1                    | None           | application | computational biology           | MEGAHIT: An ultra-fast single-node solution for large and complex metagenomics assembly via succinct de Bruijn graph.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| metasv                | 0.5.4        | metasv/0.5                     | None           | application | computational biology           | An accurate and integrative structural-variant caller for next generation sequencing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| mlpack                | 3.0.3        | mlpack/3.0                     | None           | library     | Machine Learning                | mlpack a fast, flexible machine learning library                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| multiqc               | 1.6          | multiqc/py27/1.6               | None None None | application | computational biology           | MultiQC is a tool to create a single report with interactive plots for multiple bioinformatics analyses across many samples.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| mummer4               | 4.0.0beta2   | mummer4/4.0                    | None           | application | Bioinformatics                  | MUMmer is a system for rapidly aligning entire genomes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| mxnet                 | 0.9.3a       | mxnet/0.9.3                    | None           | application | AI                              | MXNet is an open-source deep learning framework that allows you to define, train, and deploy deep neural networks on a wide array of devices, from cloud infrastructure to mobile devices.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| ncbi-download         | 0.2.6        | ncbi-download/0.2              | None           | application | computational biology           | Python scriopt for downloading bacterial and fungal genomes from NCBI.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| neper                 | 3.3.0        | neper/3.3                      | None           | application | Applications                    | Neper is a software package for polycrystal generation and meshing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| octave                | 4.2          | octave/4.2                     | None           | application | engineering                     | GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| opencv                | 3.4.1        | opencv/py27/3.4                | None None      | library     | unknown                         | OpenCV is a computer vision and machine learning software library.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| orthofinder           | 1.1.8        | orthofinder/1.1                | None           | application | computational biology           | OrthoFinder is a fast, accurate and comprehensive analysis tool for comparative genomics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| orthofinder           | 2.2.6        | orthofinder/2.2                | None           | application | computational biology           | OrthoFinder is a fast, accurate and comprehensive analysis tool for comparative genomics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| paml                  | 4.9          | paml/4.9                       | None           | application | Sequencing                      | Phylogenetic Analysis by Maximum Likelihood (PAML)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| pandaseq              | 2.11         | pandaseq/2.11                  | None           | application | bioinformatics                  | PANDASEQ is a program to align Illumina reads, optionally with PCR primers embedded in the sequence, and reconstruct an overlapping sequence.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| peakranger            | 1.18         | peakranger/1.18                | None           | application | computational biology           | PeakRanger is a multi-purporse software suite for analyzing next-generation sequencing (NGS) data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| peakzilla             | 1.0          | peakzilla/1.0                  | None           | application | computational biology           | Peakzilla identifies sites of enrichment and transcription factor binding sites from transcription factor ChIP-seq and ChIP-exo experiments at hight accuracy and resolution.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| pepr                  | 1.1.18       | pepr/1.1                       | None           | application | computational biology           | Peak-calling and Prioritization pipeline for replicated ChIP-Seq data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| perl                  | 5.22         | perl/5.22                      | None           | application | perl                            | The Perl Programming Language                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| phylosnp              | 1.0          | phylosnp/1.0                   | None           | application | computational biology           | PhyloSNP is designed to take SNP data files (.csv and .vcf) and generate phylogenetic trees from the provided data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| picard                | 2.18.4       | picard/2.18                    | None           | application | computational biology           | A set of Java command line tools for manipulating high-throughput sequencing data (HTS) data and formats.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| picard                | 2.9.0        | picard/2.9                     | None           | application | computational biology           | A set of Java command line tools for manipulating high-throughput sequencing data (HTS) data and formats.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| pindel                | 0.2.5b9      | pindel/0.2                     | None           | application | computational biology           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| pirs                  | 2.0.2        | pirs/2.0                       | None           | application | computational biology           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| plink                 | 1.90b4       | plink/1.90                     | None           | application | computational biology           | PLINK is a free, open-source whole genome association analysis toolset, designed to perform a range of basic, large-scale analyses in a computationally efficient manner.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| plinkseq              | 0.10         | plinkseq/0.10                  | None           | application | computational biology           | PLINK/SEQ is an open-source C/C++ library for working with human genetic variation data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| pomoxis               | 0.1.7        | pomoxis/0.1                    | None           | application | computational biology           | Pomoxis comprises APIs and command line tools for interacting and analysing Oxford Nanopore Technologies’ data in real time.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| prokka                | 1.12         | prokka/1.12                    | None           | application | bioinformatics                  | Prokka is a software tool for the rapid annotation of prokaryotic genomes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| pullseq               | 1.0          | pullseq/1.0                    | None           | application | computational biology           | pullseq - Software to extract sequence from a fasta or fastq. Also filter sequences by a minimum length or maximum length.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| pyclone               | 0.13         | pyclone/0.13                   | None           | application | computational biology           | PyClone is statistical model and software tool designed to infer the prevalence of point mutations in heterogeneous cancer samples.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| pyfasta               | 0.5          | pyfasta/0.5                    | None           | application | computational biology           | Pyfasta - fast, memory-efficient, pythonic (and command-line) access to fasta sequence files.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| pygenometracks        | 2.0          | pygenometracks/2.0             | None           | application | bioinformatics                  | Standalone program and library to plot beautiful genome browser tracks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| pymongo               | 3.0.3        | pymongo/3.0                    | None           | application | Utility                         | PyMongo is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| pymongo               | 3.3.0        | pymongo/3.3                    | None           | application | Utility                         | PyMongo is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| python                | 2.7          | python/2.7                     | None           | application | system                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| python                | 3.4          | python/3.4                     | None           | application | system                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| python                | 3.5          | python/3.5                     | None           | application | system                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| python                | 3.6          | python/3.6                     | None           | application | system                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| python                | 3.7          | python/3.7                     | None           | application | system                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| pytorch               | 0.4.0        | pytorch/py36/0.4               | None None None | application | deep learning                   | PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| qiime2                | 2018.4       | qiime2/2018.4                  | None           | application | computational biology           | QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| quasr                 | 6.09         | quasr/6.09                     | None           | application | computational biology           | QUASR is lightweight pipeline for processing and analysis of high-throughput sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| quast                 | 4.4          | quast/4.4                      | None           | application | computational biology           | QUAST evaluates genome assemblies by computing various metrics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| quast                 | 4.5          | quast/4.5                      | None           | application | computational biology           | QUAST evaluates genome assemblies by computing various metrics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| R                     | 3.4.4        | R/3.4                          | None           | application | mathematics                     | Microsoft R Open is the enhanced distribution of R from Microsoft Corporation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| R                     | 3.5.1        | R/3.5                          | None           | application | mathematics                     | Microsoft R Open is the enhanced distribution of R from Microsoft Corporation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| rarefactionanalyzer   | 2018.09.06   | rarefactionanalyzer/2018.09.06 | None           | application | computational biology           | Rarefaction analyzer is a simple program that can be used to perform rarefaction analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| rclone                | 1.44         | rclone/1.44                    | None           | application | Storage                         | Rclone - rsync for cloud storage.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| red                   | 2015.05.22   | red/2015.05.22                 | None           | application | Genomics                        | Red (RepeatsDetector): an intelligent, rapid, accurate tool for detecting repeats de-novo on the genomic scale.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| regtools              | 0.5.0        | regtools/0.5                   | None           | application | bioinformatics                  | Tools that integrate DNA-seq and RNA-seq data to help interpret mutations in a regulatory and splicing context.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| repenrich             | 1.2          | repenrich/1.2                  | None           | application | computational biology           | RepEnrich is a method to estimate repetitive element enrichment using high-throughput sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| resistomeanalyzer     | 2018.09.06   | resistomeanalyzer/2018.09.06   | None           | application | computational biology           | Resistome Analyzer is a simple tool for analyzing the resistome of large metagenomic datasets.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| revtrans              | 1.4          | revtrans/1.4                   | None           | application | computational biology           | RevTrans - performs a reverse translation of a peptide alignment.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| r-genometricorr       | 1.1.17       | r-genometricorr/1.1            | None           | application | Genomics                        | Genometric Correlation (GenometriCorr) is an R package for spatial correlation of genome-wide interval datasets.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| r-ggfortify           | 0.4.1        | r-ggfortify/0.4                | None           | application | r                               | ggfortify is a package of unified plotting tools for statistics commonly used, such as GLM, time series, PCA families, clustering and survival analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| rgt                   | 0.11.4       | rgt/0.11                       | None           | application | computational biology           | Toolkit to perform regulatory genomics data analysis                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| r-markdown            | 0.8          | r-markdown/0.8                 | None           | application | R                               | Markdown is a plain-text formatting syntax that can be converted to XHTML or other formats.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| rnastructure          | 6.1          | rnastructure/6.1               | None           | application | Bioinformatics                  | RNAstructure is a complete package for RNA and DNA secondary structure prediction and analysis. It includes algorithms for secondary structure prediction, including facility to predict base pairing probabilities. It also can be used to predict bimolecular structures and can predict the equilibrium binding affinity of an oligonucleotide to a structured RNA target. This is useful for siRNA design. It can also predict secondary structures common to two, unaligned sequences, which is much more accurate than single sequence secondary structure prediction. Finally, RNAstructure can take a number of different types of experiment mapping data to constrain or restrain structure prediction. These include chemical mapping, enzymatic mapping, NMR, and SHAPE data. |
-| r-regresshaplo        | 1.0          | r-regresshaplo/1.0             | None           | application | biology                         | This package reconstructs haplotypes from a BAM file using a penalized regression approach.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| r-scimpute            | 0.0.6        | r-scimpute/0.0.6               | None           | application | biology                         | scImpute is accurate and robust imputation of single-cell RNA sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| rsem                  | 1.3          | rsem/1.3                       | None           | application | computational biology           | RSEM is a software package for estimating gene and isoform expression levels from RNA-Seq data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| r-seqminer            | 6.0          | r-seqminer/6.0                 | None           | application | biology                         | SEQMINER is for sequencing variant annotation, data integration and query in R.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| r-vcfr                | 1.5.0        | r-vcfr/1.5                     | None           | application | biology                         | A package to manipulate and visualize VCF data in R.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| salmon                | 0.6.0        | salmon/0.6                     | None           | application | computational biology           | Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using lightweight alignments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| salmon                | 0.8.2        | salmon/0.8                     | None           | application | computational biology           | Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using lightweight alignments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| salmon                | 0.9.1        | salmon/0.9                     | None           | application | computational biology           | Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using lightweight alignments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| samtools              | 1.5          | samtools/1.5                   | None           | application | computational biology           | SAM Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| samtools              | 1.6          | samtools/1.6                   | None           | application | computational biology           | SAM Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| samtools              | 1.9          | samtools/1.9                   | None           | application | computational biology           | Tools for dealing with SAM, BAM and CRAM files                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| sas                   | 9.3          | sas/9.3                        | None           | application | Applications                    | SAS is a software suite developed by SAS Institute for advanced analytics, business intelligence, data management, and predictive analytics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| sas                   | 9.4          | sas/9.4                        | None           | application | Applications                    | SAS is a software suite developed by SAS Institute for advanced analytics, business intelligence, data management, and predictive analytics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| scons                 | 2.5          | scons/2.5                      | None           | application | utility                         | SCons: A software construction tool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| scons                 | 3.0          | scons/3.0                      | None           | application | utility                         | SCons: A software construction tool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| seedme                | 1.2          | seedme/1.2                     | None           | application | Utility                         | Client program for SeedMe.org.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| selecton              | 2.4          | selecton/2.4                   | None           | application | Bioinformatics                  | Selecton 2007: advanced models for detecting positive and purifying selection using a Bayesian inference approach.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| seqtk                 | 1.2          | seqtk/1.2                      | None           | application | computational biology           | Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| seqyclean             | 1.10.07      | seqyclean/1.10                 | None           | application | Bioinformatics                  | Main purpose of this software is to pre-process NGS data in order to prepare for downstream analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| shapeit               | 2.0          | shapeit/2.0                    | None           | application | computational biology           | SHAPEIT is a fast and accurate method for estimation of haplotypes (aka phasing) from genotype or sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| sift4g                | 2.0.0        | sift4g/2.0                     | None           | application | computational biology           | SIFT 4G is a faster version of SIFT that enables us to scale up and provide SIFT predictions for more organisms.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| singularity           | 2.2          | singularity/2.2                | None           | application | system                          | Application containers enabling mobility of compute.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| singularity           | 2.3          | singularity/2.3                | None           | application | system                          | Application containers enabling mobility of compute.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| singularity           | 2.4          | singularity/2.4                | None           | application | system                          | Application containers enabling mobility of compute.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| singularity           | 2.6          | singularity/2.6                | None           | application | system                          | Application containers enabling mobility of compute.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| snpeff                | 4.3          | snpeff/4.3                     | None           | application | computational biology           | Genetic variant annotation and effect prediction toolbox.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| snpfinder             | 1.0.0        | snpfinder/1.0                  | None           | application | computational biology           | SNPFinder is a simple alignment-based haplotype variant caller that can be used with metagenomic sequence data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| snp-pipeline          | 0.7          | snp-pipeline/0.7               | None           | application | computational biology           | SNP Pipeline is a pipeline for the production of SNP matrices from sequence data used in the phylogenetic analysis of pathogenic organisms sequenced from samples of interest to food safety.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| snp-pipeline          | 1.0          | snp-pipeline/1.0               | None           | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| snp-sites             | 2.3.3        | snp-sites/2.3                  | None           | application | computational biology           | SNP-sites rapidly extracts SNPs from a multi-FASTA alignment.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| soapdenovo-trans      | 1.04         | soapdenovo-trans/1.04          | None           | application | computational biology           | SOAPdenovo-Trans is a de novo transcriptome assembler basing on the SOAPdenovo framework, adapt to alternative splicing and different expression level among transcripts.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| sonnet                | 1.13         | sonnet/py27/1.13               | None None None | application | machine learning                | Sonnet is a library built on top of TensorFlow for building complex neural networks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| sonnet                | 1.19         | sonnet/py27/1.19               | None None None | application | machine learning                | Sonnet is a library built on top of TensorFlow for building complex neural networks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| sonnet                | 1.23         | sonnet/py35/1.23               | None None None | application | machine learning                | Sonnet is a library built on top of TensorFlow for building complex neural networks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| spades                | 3.10.1       | spades/3.10                    | None           | application | computational biology           | SPAdes - St. Petersburg genome assembler - is intended for both standard isolates and single-cell MDA bacteria assemblies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| spades                | 3.11.1       | spades/3.11                    | None           | application | computational biology           | SPAdes - St. Petersburg genome assembler - is intended for both standard isolates and single-cell MDA bacteria assemblies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| spades                | 3.12.0       | spades/3.12                    | None           | application | computational biology           | SPAdes - St. Petersburg genome assembler - is intended for both standard isolates and single-cell MDA bacteria assemblies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| spades                | 3.8.1        | spades/3.8                     | None           | application | computational biology           | SPAdes - St. Petersburg genome assembler - is intended for both standard isolates and single-cell MDA bacteria assemblies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| ssake                 | 4.0          | ssake/4.0                      | None           | application | genomics                        | SSAKE is a genomics application for de novo assembly of millions of very short DNA sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| stereogene            | 2.20         | stereogene/2.20                | None           | application | sequencing                      | StereoGene: Rapid Estimation of Genomewide Correlation of Continuous or Interval Feature Data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| targetfinder          | 1.7          | targetfinder/1.7               | None           | application | computational biology           | Plant small RNA target prediction tool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| tassel                | 5.2.40       | tassel/5.2                     | None           | application | computational biology           | TASSEL is a software package to evaluate traits associations, evolutionary patterns, and linkage disequilibrium.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| tax2tree              | 1.0          | tax2tree/1.0                   | None           | application | computational biology           | tax2tree - Tools for decorating taxonomy information on to a phylogenetic tree.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| tensorflow            | 1.11.0       | tensorflow/py27/1.11           | None None      | application | machine learning                | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| theano                | 0.9.0        | theano/py27/0.9                | None None None | application | mathematics                     | Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| theano                | 1.0.2        | theano/py36/1.0                | None None None | application | mathematics                     | Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| transdecoder          | 3.0.1        | transdecoder/3.0               | None           | application | computational biology           | TransDecoder identifies candidate coding regions within transcript sequences, such as those generated by de novo RNA-Seq transcript assembly using Trinity, or constructed based on RNA-Seq alignments to the genome using Tophat and Cufflinks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| treemix               | 1.13         | treemix/1.13                   | None           | application | computational biology           | TreeMix is a method for inferring the patterns of population splits and mixtures in the history of a set of populations.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| trimmomatic           | 0.36         | trimmomatic/0.36               | None           | application | computational biology           | Trimmomatic: A flexible read trimming tool for Illumina NGS data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| trimmomatic           | 0.38         | trimmomatic/0.38               | None           | application | computational biology           | A flexible read trimming tool for Illumina NGS data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| trinity               | 2.4.0        | trinity/2.4                    | None           | application | computational biology           | Trinity assembles transcript sequences from Illumina RNA-Seq data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| trinity               | 2.6.6        | trinity/2.6                    | None           | application | computational biology           | Trinity RNA-Seq de novo transcriptome assembly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| ucsc-liftover         | 366          | ucsc-liftover/366              | None           | application | computational biology           | The Batch Coordinate Conversion (liftOver) utility converts genome coordinates and genome annotation files between assemblies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| viennarna             | 2.3.3        | viennarna/2.3                  | None           | application | computational biology           | The ViennaRNA Package consists of a C code library and several stand-alone programs for the prediction and comparison of RNA secondary structures.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| xcrysden              | 1.5.60       | xcrysden/1.5                   | None           | application | physics                         | XCrySDen is a crystalline and molecular structure visualisation program aiming at display of isosurfaces and contours, which can be superimposed on crystalline structures and interactively rotated and manipulated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| zerone                | 1.0          | zerone/1.0                     | None           | application | computational biology           | Zerone discretizes several ChIP-seq replicates simultaneously and resolves conflicts between them. After the job is done, Zerone checks the results and tells you whether it passes the quality control.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-
- 
-
-Attachments:
-------------
-
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xsl](attachments/6946875/8126468.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126470.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126471.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126472.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126473.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126474.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126475.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126476.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126477.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126478.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126479.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126480.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126481.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126482.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126483.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126484.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126485.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126486.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126487.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126488.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126489.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126490.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126491.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126492.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126493.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126494.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126495.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126496.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126497.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126498.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126499.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126500.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126501.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126502.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126503.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126504.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126505.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126506.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126507.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126508.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126509.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126510.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126511.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126512.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126513.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126514.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126515.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126517.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126546.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126547.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126548.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126552.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126553.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126560.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126562.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126581.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126614.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126888.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126950.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8127344.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8127362.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8127617.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8127675.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8127693.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8945738.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8945895.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8945947.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8945965.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/9863237.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/9863311.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/9863365.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/9863459.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/9863502.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/9863661.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/9863718.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/9863745.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/9863856.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/9863917.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/10387457.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11632675.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11632744.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11632807.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11632832.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11632945.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11633024.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11633099.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11633167.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11633297.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11633322.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11633387.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11633495.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11633566.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11633777.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11633806.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11634211.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11634242.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11634305.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11634328.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11634351.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11634376.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11634454.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11634477.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11634542.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11634855.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11634946.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11635242.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11635342.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11635471.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11635497.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11635523.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11635549.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11635597.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11635624.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11635692.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11635718.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11635973.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11636082.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11636369.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11636456.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11636494.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11636608.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11636677.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11636751.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11636832.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11636944.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637050.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637119.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637258.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637311.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637390.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637423.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637455.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637487.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637524.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637572.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637694.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637721.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637748.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637775.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11637830.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11638092.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/11638205.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/12386311.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13041676.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13041774.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13041847.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13041982.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13042011.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13042038.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13042065.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13042150.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13042189.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13042356.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13042383.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13042454.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13042524.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13042551.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13042667.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13598721.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13598916.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13598943.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13599122.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13599150.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13599177.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/13599261.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/14057479.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/14057559.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/14057672.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/14057750.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/14057782.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/14057940.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/14417987.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/14418014.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/14418041.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/14418092.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/14418119.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/14418158.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15171782.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15171810.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xsl](attachments/6946875/15171686.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xsl](attachments/6946875/15171721.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xsl](attachments/6946875/15171723.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15171855.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15171883.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15171941.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15171969.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172014.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172042.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172043.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172071.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172072.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172100.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172101.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172129.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172130.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172158.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172159.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172187.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172188.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172216.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172217.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172245.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172246.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172274.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172275.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172303.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172304.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172332.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172342.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172370.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172419.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172447.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172493.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172521.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172540.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172568.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xsl](attachments/6946875/15172527.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xsl](attachments/6946875/15172530.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xsl](attachments/6946875/15172531.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172569.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515167.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515148.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515153.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515178.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515183.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515197.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515208.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515213.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515227.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515238.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515243.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515257.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515268.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515273.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515287.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515298.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515303.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515317.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515328.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515333.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515347.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515370.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515375.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515389.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515403.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515408.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515422.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515433.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515438.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515452.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515538.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515543.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515557.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515683.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515688.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515703.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515769.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515774.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515789.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515809.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515814.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515829.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515932.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515937.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515952.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515963.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515968.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16515983.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516047.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516052.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516067.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516086.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516091.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516106.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516192.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516197.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516212.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516271.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516276.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516291.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516372.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516377.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516392.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516622.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516627.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516642.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516656.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516661.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516676.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516687.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516692.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516707.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516764.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516769.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516784.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516797.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516802.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516817.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516828.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516833.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516848.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516864.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516859.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516879.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516892.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516897.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516912.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516923.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516928.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16516943.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517017.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517022.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517037.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517104.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517109.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517124.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517139.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517144.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517159.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517234.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517239.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517254.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517265.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517270.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517285.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517296.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517301.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517316.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517382.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517387.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517402.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517466.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517471.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517486.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517717.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517722.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517737.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517823.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517828.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517843.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517854.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517859.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517874.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517931.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517936.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517951.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517964.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517969.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517984.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16517995.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518000.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518015.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518026.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518031.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518046.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518107.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518112.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518127.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518138.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518143.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518158.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518217.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518222.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518237.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518250.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518255.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518270.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518292.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518297.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518312.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518323.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518328.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518343.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518354.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518359.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518374.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518390.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518395.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518410.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518421.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518426.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518441.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518452.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518457.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518472.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518485.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518490.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518505.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518520.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518525.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518540.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518552.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518557.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518572.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518583.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518588.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518603.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518720.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518725.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518740.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518798.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518803.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518818.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518829.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518834.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518849.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518916.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518911.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518931.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518944.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518949.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518964.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518975.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518980.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16518995.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519104.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519109.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519124.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519135.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519140.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519155.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519166.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519171.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519186.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519198.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519203.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519218.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519275.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519280.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519295.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519352.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519357.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519372.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519477.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519482.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519497.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519558.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519563.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519578.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519648.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519653.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519668.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519744.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519749.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519764.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519823.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519828.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519843.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519854.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519859.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16519874.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520103.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520108.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520123.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520181.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520186.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520201.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520318.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520323.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520338.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520356.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520361.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520376.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520483.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520488.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520503.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520521.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520526.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520541.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520562.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520567.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520582.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520651.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520656.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520671.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520731.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520736.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520751.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520808.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520813.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520828.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520886.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520891.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520906.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520917.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520922.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520937.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520967.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520972.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16520987.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16521082.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16521087.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16521102.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16521159.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16521164.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16521179.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16521190.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16521195.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16521210.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16521274.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16521279.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/16521294.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039686.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039691.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039675.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039732.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039743.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039748.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039764.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039775.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039780.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039796.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039807.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039812.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039974.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039985.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17039990.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040062.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040073.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040078.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040142.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040153.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040158.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040224.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040235.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040240.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040256.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040267.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040272.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040288.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040299.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040304.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040368.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040379.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040384.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040498.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040509.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040514.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040609.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040620.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040625.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040641.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040652.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040657.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040734.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040745.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040750.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040766.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040777.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040782.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040798.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040809.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040814.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040880.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040891.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040896.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040914.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040925.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040930.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040947.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040958.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17040963.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041020.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041031.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041036.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041237.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041248.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041253.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041488.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041499.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041504.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041620.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041631.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041636.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041668.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041679.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041684.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041713.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041724.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041729.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041802.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041813.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041818.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041835.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041846.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041851.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041928.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041939.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17041944.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042017.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042028.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042033.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042102.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042113.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042118.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042222.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042233.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042238.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042307.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042318.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042323.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042400.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042411.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042416.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042489.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042500.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042505.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042525.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042536.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042541.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042612.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042623.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042628.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042721.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042732.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042737.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042807.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042818.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042823.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042948.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042959.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042964.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042982.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042993.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17042998.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043077.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043088.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043093.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043213.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043224.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043229.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043303.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043314.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043319.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043390.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043401.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043406.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043486.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043497.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043502.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043522.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043533.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043538.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043608.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043619.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043624.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043729.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043740.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043745.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043814.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043825.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043830.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043908.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043919.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043924.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17043998.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044009.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044014.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044083.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044094.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044099.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044117.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044128.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044133.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044204.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044215.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044220.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044291.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044302.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044307.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044389.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044400.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044405.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044493.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044504.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044509.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044589.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044600.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044605.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044686.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044697.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044702.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044786.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044797.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044802.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044939.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044950.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17044955.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17047008.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17047019.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/17047024.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18546784.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18546757.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18546762.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18546892.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18546897.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18546919.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18546963.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18546968.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18546990.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547199.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547204.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547226.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547251.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547256.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547278.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547388.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547393.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547417.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547433.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547438.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547463.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547534.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547539.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547564.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547634.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547639.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547664.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547744.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547749.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547774.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547905.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547910.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18547935.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548005.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548010.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548035.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548069.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548074.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548099.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548188.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548193.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548218.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548288.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548293.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548318.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548434.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548439.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548464.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548634.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548639.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548664.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548734.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548739.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548764.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548894.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548899.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548924.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548935.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548940.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18548965.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18549054.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18549059.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/18549084.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/20709403.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/20709408.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/20709433.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/20709507.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/20709512.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/20709537.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21069860.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21069865.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21069849.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21069967.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21069978.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21069983.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070105.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070116.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070121.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070217.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070228.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070233.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070346.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070357.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070362.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070414.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070425.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070430.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070455.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070466.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070471.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070558.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070569.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070574.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070677.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070688.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070693.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070778.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070789.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070794.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070927.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070938.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070943.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070972.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070983.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21070988.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071083.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071094.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071099.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071194.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071205.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071210.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071264.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071275.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071280.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071365.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071376.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071381.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071527.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071538.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071543.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071662.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071673.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071678.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071766.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071777.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071782.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071869.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071880.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071885.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071969.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071980.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21071985.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072069.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072080.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072085.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072110.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072121.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072126.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072210.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072221.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072226.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072312.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072323.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072328.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072432.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072443.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072448.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072535.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072546.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072551.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072579.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072590.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072595.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072683.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072694.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072699.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072785.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072796.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072801.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072914.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072925.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21072930.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073014.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073025.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073030.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073114.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073125.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073130.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073155.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073166.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073171.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073208.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073219.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073224.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073311.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073322.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073327.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073352.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073363.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073368.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073545.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073556.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/21073561.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150045.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150056.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150061.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150204.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150215.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150220.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150249.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150260.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150265.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150349.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150360.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150365.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150392.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150403.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150408.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150492.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150503.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150508.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150592.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150603.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150608.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150729.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150740.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150745.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150836.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150847.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150852.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150936.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150947.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150952.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24150991.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151002.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151007.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151094.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151105.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151110.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151197.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151208.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151213.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151320.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151331.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151336.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151440.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151451.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151456.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151554.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151565.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151570.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151622.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151633.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151638.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151787.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151798.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151803.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151846.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151857.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151862.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151959.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151970.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24151975.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152203.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152214.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152219.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152305.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152316.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152321.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152346.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152357.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152362.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152392.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152403.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152408.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152494.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152505.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152510.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152652.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152663.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152668.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152700.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152711.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152716.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152873.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152884.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152889.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152944.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152955.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24152960.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153044.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153055.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153060.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153144.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153155.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153160.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153244.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153255.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153260.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153291.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153302.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153307.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153332.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153343.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153348.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153433.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153444.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/24153449.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27721773.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27721784.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27721789.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27721895.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27721906.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27721911.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722001.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722012.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722017.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722129.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722140.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722145.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722230.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722241.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722246.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722332.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722343.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722348.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722432.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722443.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722448.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722477.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722488.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722493.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722546.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722557.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722562.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722611.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722622.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722627.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722726.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722737.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722742.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722828.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722839.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722844.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722932.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722943.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/27722948.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/28704785.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/28704796.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/28704801.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/28704827.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/28704838.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/28704843.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065288.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065258.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065263.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065390.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065395.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065420.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065432.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065437.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065462.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065646.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065651.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065676.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065688.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065693.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065718.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065731.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065736.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065761.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065842.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065847.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/29065872.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30441500.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30441505.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30441530.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30441601.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30441606.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30441631.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30441745.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30441750.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30441775.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30441904.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30441909.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30441934.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442009.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442014.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442039.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442068.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442073.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442098.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442119.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442124.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442149.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442245.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442250.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442275.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442405.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442410.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442435.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442447.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442452.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442477.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442489.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442494.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442519.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442530.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442535.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442560.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442630.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442635.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442660.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442857.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442862.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442887.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442938.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442943.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30442968.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443048.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443053.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443078.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443160.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443165.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443190.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443287.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443292.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443317.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443409.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443414.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443439.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443452.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443457.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443482.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443497.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443502.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443527.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443600.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443605.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443630.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443716.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443721.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443746.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443821.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443826.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443851.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443926.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443931.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30443956.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444036.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444041.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444066.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444137.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444142.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444167.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444261.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444266.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444291.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444374.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444379.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444404.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444481.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444486.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444511.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444526.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444531.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444556.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444633.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444638.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444663.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444677.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444682.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444707.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444779.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444784.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444809.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444881.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444886.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30444911.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445051.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445056.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445081.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445153.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445158.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445183.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445255.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445260.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445285.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445297.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445302.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445327.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445338.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445343.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445368.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445380.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445385.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445410.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445483.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445488.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445513.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445595.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445600.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445625.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445698.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445703.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445728.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445801.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445806.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445831.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445910.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445915.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30445940.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446079.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446084.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446109.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446125.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446130.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446155.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446231.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446236.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446261.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446338.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446343.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446368.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446443.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446448.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446473.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446486.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446491.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446516.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446528.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446533.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446558.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446724.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446729.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446754.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446766.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446771.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446796.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446868.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446873.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30446898.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447030.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447035.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447060.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447201.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447206.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447231.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447301.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447306.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447331.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447342.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447347.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447372.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447383.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447388.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447413.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447424.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447429.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447455.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447529.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447534.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447559.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447702.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447707.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447732.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447802.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447807.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447832.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447879.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447884.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447909.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447937.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447942.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30447967.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448037.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448042.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448067.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448386.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448391.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448416.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448516.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448521.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448546.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448562.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448567.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448592.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448613.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448618.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448643.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448716.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448721.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448746.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448823.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448828.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448853.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448931.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448936.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/30448961.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33685556.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33685561.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33685545.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33685656.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33685667.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33685672.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33685768.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33685779.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33685784.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33685873.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33685884.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33685889.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33686010.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33686021.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33686026.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33686114.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33686125.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33686130.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33686253.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33686264.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33686269.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33687789.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33687800.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33687805.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33688393.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33688404.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33688410.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33689722.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33689733.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33689738.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33689942.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33689953.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/33689958.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35323992.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324003.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324008.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324102.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324113.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324118.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324440.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324451.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324456.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324570.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324582.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324588.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35324530.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35324541.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35324667.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324860.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324872.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35324878.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35324678.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35324689.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35324724.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35324789.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35324813.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35324824.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35324974.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325025.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325037.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325043.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325053.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325194.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325206.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325212.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325149.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325307.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325237.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325249.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325255.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325280.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325292.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325298.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325587.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325599.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325605.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325318.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325358.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325447.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325473.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325492.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325525.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325862.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325704.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325716.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35325722.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35326165.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35326177.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35326183.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325881.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325909.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325928.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35325959.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326017.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326088.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326201.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35326691.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35326703.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/35326709.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326303.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326397.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326425.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326493.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326543.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326582.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326633.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326655.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326813.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/8126469.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15171683.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/6946875/15172537.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326890.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326925.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35326944.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35327026.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/6946875/35324468.xml) (text/xml)  
-
-
+{{< readfile file="/static/html/crane-modules.html" >}}
diff --git a/content/guides/running_applications/available_software_for_sandhills.md b/content/guides/running_applications/available_software_for_sandhills.md
deleted file mode 100644
index 714b0269e73ff426921cbf2766c0cc541ea51479..0000000000000000000000000000000000000000
--- a/content/guides/running_applications/available_software_for_sandhills.md
+++ /dev/null
@@ -1,5707 +0,0 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
-
-<span id="title-text"> HCC-DOCS : Available Software for Sandhills </span>
-==========================================================================
-
-Created by <span class="author"> Adam Caprez</span>, last modified by
-<span class="editor"> Natasha Pavlovikj</span> on Aug 07, 2018
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-approve confluence-information-macro-icon"></span>
-
-HCC provides some software packages via the Singularity container
-software. If you do not see a desired package in the module list below,
-please check the [Using
-Singularity](https://hcc-docs.unl.edu/display/HCCDOC/Using+Singularity) page
-for the software list there.
-
-Module prerequisites
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
-
-If a module lists one or more prerequisites, the prerequisite module(s)
-must be loaded before or along with, that module.
-
-For example, the `cdo/2.1` modules requires `compiler/pgi/13.` To load
-the cdo module, doing either
-
-`module load compiler/pgi/13module load cdo/2.1`
-
-or
-
-`module load compiler/pgi/13 cdo/2.1` (Note the prerequisite module
-**must** be first.)
-
-is acceptable.
-
-Multiple versions
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span>
-
-Some packages list multiple compilers for prerequisites. This means that
-the package has been built with each version of the compilers listed.
-
-<table>
-<thead>
-<tr class="header">
-<th>Name</th>
-<th>Version</th>
-<th>Module Name</th>
-<th>Prerequisite(s)</th>
-<th>Type</th>
-<th>Domain</th>
-<th>Description</th>
-</tr>
-</thead>
-<tbody>
-<tr class="odd">
-<td>abinit</td>
-<td>8.0.8</td>
-<td>abinit/8.0</td>
-<td>compiler/intel/12:openmpi/1.8<br />
-</td>
-<td>application</td>
-<td>computational chemistry</td>
-<td>ABINIT is a package whose main program allows one to find the total energy.</td>
-</tr>
-<tr class="even">
-<td>acml</td>
-<td>5.3</td>
-<td>acml/5.3</td>
-<td>compiler/gcc/4.7<br />
-compiler/intel/11<br />
-compiler/intel/12<br />
-compiler/intel/13<br />
-compiler/pgi/11<br />
-compiler/pgi/12<br />
-compiler/pgi/13<br />
-compiler/pgi/14<br />
-compiler/pgi/15<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>anaconda</td>
-<td>2.7</td>
-<td>anaconda/2.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>anaconda</td>
-<td>3.3</td>
-<td>anaconda/3.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>anaconda</td>
-<td>3.4</td>
-<td>anaconda/3.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>anaconda</td>
-<td>4.3</td>
-<td>anaconda/4.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>ant</td>
-<td>4.6</td>
-<td>ant/1.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td>Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other.</td>
-</tr>
-<tr class="even">
-<td>atk</td>
-<td>13.8.2</td>
-<td>atk/13.8.2</td>
-<td>compiler/gcc/4.7:mpich2/1.5<br />
-</td>
-<td>application</td>
-<td>Chemistry</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>atk</td>
-<td>2014.1</td>
-<td>atk/2014.1</td>
-<td>compiler/gcc/4.7:mpich2/1.5<br />
-</td>
-<td>application</td>
-<td>Chemistry</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>atk</td>
-<td>2015.1</td>
-<td>atk/2015.1</td>
-<td>compiler/gcc/4.7:mpich2/1.5<br />
-</td>
-<td>application</td>
-<td>Chemistry</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>boost</td>
-<td>1.64</td>
-<td>boost/1.64</td>
-<td>compiler/gcc/7.1<br />
-</td>
-<td>application</td>
-<td>System Environment/Base</td>
-<td>Boost provides free peer-reviewed portable C++ source libraries.</td>
-</tr>
-<tr class="even">
-<td>boost</td>
-<td>1.66</td>
-<td>boost/1.66</td>
-<td>compiler/gcc/8.2<br />
-</td>
-<td>application</td>
-<td>System Environment/Base</td>
-<td>Boost provides free peer-reviewed portable C++ source libraries.</td>
-</tr>
-<tr class="odd">
-<td>cdo</td>
-<td>1.6</td>
-<td>cdo/1.6</td>
-<td>compiler/pgi/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>cdo</td>
-<td>1.7</td>
-<td>cdo/1.7</td>
-<td>compiler/pgi/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>clustal-omega</td>
-<td>1.2</td>
-<td>clustal-omega/1.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Clustal Omega is the latest addition to the Clustal family. It offers a significant increase in scalability over previous versions, allowing hundreds of thousands of sequences to be aligned in only a few hours</td>
-</tr>
-<tr class="even">
-<td>compiler/gcc</td>
-<td>4.7</td>
-<td>compiler/gcc/4.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>compiler/gcc</td>
-<td>4.8</td>
-<td>compiler/gcc/4.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>compiler/gcc</td>
-<td>4.9</td>
-<td>compiler/gcc/4.9</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>compiler/gcc</td>
-<td>6.1</td>
-<td>compiler/gcc/6.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>compiler/gcc</td>
-<td>7.1</td>
-<td>compiler/gcc/7.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>compiler/gcc</td>
-<td>8.2</td>
-<td>compiler/gcc/8.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>compiler/intel</td>
-<td>11</td>
-<td>compiler/intel/11</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>compiler/intel</td>
-<td>12</td>
-<td>compiler/intel/12</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>compiler/intel</td>
-<td>13</td>
-<td>compiler/intel/13</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>compiler/intel</td>
-<td>15</td>
-<td>compiler/intel/15</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>compiler/intel</td>
-<td>16</td>
-<td>compiler/intel/16</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>compiler/intel</td>
-<td>18</td>
-<td>compiler/intel/18</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>compiler/open64</td>
-<td>4.5</td>
-<td>compiler/open64/4.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>compiler/pgi</td>
-<td>11</td>
-<td>compiler/pgi/11</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>compiler/pgi</td>
-<td>12</td>
-<td>compiler/pgi/12</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>compiler/pgi</td>
-<td>13</td>
-<td>compiler/pgi/13</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>compiler/pgi</td>
-<td>14</td>
-<td>compiler/pgi/14</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>compiler/pgi</td>
-<td>15</td>
-<td>compiler/pgi/15</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>compiler/pgi</td>
-<td>16</td>
-<td>compiler/pgi/16</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>compiler</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>cp2k</td>
-<td>2.6</td>
-<td>cp2k/2.6</td>
-<td>compiler/gcc/4.7:openmpi/1.6<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>cp2k</td>
-<td>3.0</td>
-<td>cp2k/3.0</td>
-<td>compiler/gcc/4.7:openmpi/1.8<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>cplex</td>
-<td>12.5</td>
-<td>cplex/12.5</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>runtime</td>
-<td>CPLEX - High-performance mathematical programming solver for linear programming, mixed integer programming, and quadratic programming.</td>
-</tr>
-<tr class="even">
-<td>dmtcp</td>
-<td>2.5</td>
-<td>dmtcp/2.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>elk</td>
-<td>4.3.6</td>
-<td>elk/4.3</td>
-<td>compiler/intel/13:openmpi/1.8<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>espresso</td>
-<td>5.0</td>
-<td>espresso/5.0</td>
-<td>compiler/intel/13:openmpi/1.6<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>espresso</td>
-<td>6.2.1</td>
-<td>espresso/6.2</td>
-<td>compiler/intel/15:openmpi/1.8<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>fftw3</td>
-<td>3.3</td>
-<td>fftw3/3.3</td>
-<td>compiler/intel/13<br />
-compiler/intel/15<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>gamess</td>
-<td>20141205R1</td>
-<td>gamess/20141205R1</td>
-<td>compiler/intel/13:openmpi/1.6<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>gdal</td>
-<td>2.2</td>
-<td>gdal/2.2</td>
-<td>compiler/gcc/4.7<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>gromacs</td>
-<td>4.6</td>
-<td>gromacs/4.6</td>
-<td>compiler/gcc/4.7:openmpi/1.6<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>GSL</td>
-<td>2.1</td>
-<td>GSL/2.1</td>
-<td>compiler/gcc/4.9<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>hdf4</td>
-<td>4.2</td>
-<td>hdf4/4.2</td>
-<td>compiler/gcc/4.7<br />
-compiler/intel/11<br />
-compiler/intel/12<br />
-compiler/pgi/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>hdf5</td>
-<td>1.8</td>
-<td>hdf5/1.8</td>
-<td>compiler/gcc/4.7<br />
-compiler/intel/11<br />
-compiler/intel/12<br />
-compiler/pgi/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>hdf5</td>
-<td>1.8.6</td>
-<td>hdf5/1.8.6</td>
-<td>compiler/intel/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>hdfeos2</td>
-<td>2.18</td>
-<td>hdfeos2/2.18</td>
-<td>compiler/gcc/4.7<br />
-compiler/intel/11<br />
-compiler/intel/12<br />
-compiler/pgi/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>hdfeos5</td>
-<td>1.14</td>
-<td>hdfeos5/1.14</td>
-<td>compiler/gcc/4.7<br />
-compiler/intel/11<br />
-compiler/intel/12<br />
-compiler/pgi/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>intel-mkl</td>
-<td>12</td>
-<td>intel-mkl/11</td>
-<td>None<br />
-None<br />
-</td>
-<td>library</td>
-<td>tools</td>
-<td>Numerical library, contains blas/lapack</td>
-</tr>
-<tr class="odd">
-<td>intel-mkl</td>
-<td>13</td>
-<td>intel-mkl/13</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>tools</td>
-<td>Numerical library, contains blas/lapack</td>
-</tr>
-<tr class="even">
-<td>intel-mkl</td>
-<td>15</td>
-<td>intel-mkl/15</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>tools</td>
-<td>Numerical library, contains blas/lapack</td>
-</tr>
-<tr class="odd">
-<td>intel-mkl</td>
-<td>16</td>
-<td>intel-mkl/16</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>tools</td>
-<td>Numerical library, contains blas/lapack</td>
-</tr>
-<tr class="even">
-<td>jasper</td>
-<td>1.900.1</td>
-<td>jasper/1.900</td>
-<td>compiler/gcc/4.7<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>jellyfish</td>
-<td>2.2.6</td>
-<td>jellyfish/2.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA.</td>
-</tr>
-<tr class="even">
-<td>jellyfish</td>
-<td>2.2.7</td>
-<td>jellyfish/2.2</td>
-<td>compiler/gcc/4.9<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA.</td>
-</tr>
-<tr class="odd">
-<td>lammps</td>
-<td>10Feb2017</td>
-<td>lammps/10Feb2017</td>
-<td>compiler/gcc/4.9:openmpi/1.8<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>lammps</td>
-<td>15MAY2015</td>
-<td>lammps/15May15</td>
-<td>compiler/gcc/4.9:openmpi/1.6<br />
-compiler/gcc/4.9:openmpi/1.8<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>lammps</td>
-<td>31MAR2017</td>
-<td>lammps/31Mar2017</td>
-<td>compiler/gcc/4.9:openmpi/1.8<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>libint</td>
-<td>1.1</td>
-<td>libint/1.1</td>
-<td>compiler/gcc/4.7<br />
-</td>
-<td>application</td>
-<td>Computational Chemistry</td>
-<td>Libint is a software stack for computing integrals used in molecular quantum mechanics</td>
-</tr>
-<tr class="odd">
-<td>libxc</td>
-<td>2.2.3</td>
-<td>libxc/2.2</td>
-<td>compiler/intel/13<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>lsdyna</td>
-<td>8.0.0</td>
-<td>lsdyna/8.0.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>lsdyna</td>
-<td>8.0.1</td>
-<td>lsdyna/8.0.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>lsdyna</td>
-<td>8.1.0</td>
-<td>lsdyna/8.1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>lsdyna</td>
-<td>9.0.1</td>
-<td>lsdyna/9.0.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>maven</td>
-<td>3.5</td>
-<td>maven/3.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>Apache Maven is a software project management and comprehension tool.</td>
-</tr>
-<tr class="odd">
-<td>mpich2</td>
-<td>1.5</td>
-<td>mpich2/1.5</td>
-<td>compiler/gcc/4.7<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>multiwell</td>
-<td>2017</td>
-<td>multiwell/2017</td>
-<td>compiler/gcc/4.9:openmpi/1.8<br />
-</td>
-<td>application</td>
-<td>chemistry</td>
-<td>MultiWell calculates time dependent concentrations, reaction yields, vibrational distributions, and rate constants as functions of temperature and pressure for multi-well, multi-channel unimolecular reactions systems that consist of stable species and multiple isomerization and/or dissociation reactions.</td>
-</tr>
-<tr class="odd">
-<td>NCL</td>
-<td>6.0</td>
-<td>NCL/6.0dist</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>utility</td>
-<td>A library of graphics utilites from the Natl. Center for Atmospheric Research.</td>
-</tr>
-<tr class="even">
-<td>NCL</td>
-<td>6.1</td>
-<td>NCL/6.1dist</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>utility</td>
-<td>A library of graphics utilites from the Natl. Center for Atmospheric Research.</td>
-</tr>
-<tr class="odd">
-<td>NCL</td>
-<td>6.3</td>
-<td>NCL/6.3dist</td>
-<td>None<br />
-None<br />
-</td>
-<td>application</td>
-<td>utility</td>
-<td>A library of graphics utilites from the Natl. Center for Atmospheric Research.</td>
-</tr>
-<tr class="even">
-<td>NCL</td>
-<td>6.4</td>
-<td>NCL/6.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>utility</td>
-<td>A library of graphics utilites from the Natl. Center for Atmospheric Research.</td>
-</tr>
-<tr class="odd">
-<td>NCO</td>
-<td>4.2</td>
-<td>NCO/4.2</td>
-<td>compiler/gcc/4.7<br />
-compiler/intel/11<br />
-compiler/intel/12<br />
-compiler/pgi/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>netcdf</td>
-<td>4.1</td>
-<td>netcdf/4.1</td>
-<td>compiler/pgi/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>netcdf</td>
-<td>4.2</td>
-<td>netcdf/4.2</td>
-<td>compiler/gcc/4.7<br />
-compiler/intel/11<br />
-compiler/intel/12<br />
-compiler/pgi/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>nwchem</td>
-<td>6.5</td>
-<td>nwchem/6.5</td>
-<td>compiler/intel/13:openmpi/1.6<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>nwchem</td>
-<td>6.6</td>
-<td>nwchem/6.6</td>
-<td>compiler/intel/13:openmpi/1.8<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>openmpi</td>
-<td>1.10.4</td>
-<td>openmpi/1.10</td>
-<td>compiler/intel/15<br />
-compiler/intel/16<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>openmpi</td>
-<td>1.6</td>
-<td>openmpi/1.6</td>
-<td>compiler/gcc/4.7<br />
-compiler/gcc/4.8<br />
-compiler/gcc/4.9<br />
-compiler/intel/11<br />
-compiler/intel/12<br />
-compiler/intel/13<br />
-compiler/open64/4.5<br />
-compiler/pgi/11<br />
-compiler/pgi/12<br />
-compiler/pgi/13<br />
-compiler/pgi/14<br />
-compiler/pgi/15<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>openmpi</td>
-<td>1.8</td>
-<td>openmpi/1.8</td>
-<td>compiler/gcc/4.7<br />
-compiler/gcc/4.8<br />
-compiler/gcc/4.9<br />
-compiler/intel/11<br />
-compiler/intel/12<br />
-compiler/intel/13<br />
-compiler/intel/15<br />
-compiler/pgi/11<br />
-compiler/pgi/12<br />
-compiler/pgi/13<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>openmx</td>
-<td>3.7</td>
-<td>openmx/3.7</td>
-<td>compiler/intel/13:openmpi/1.6<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>openmx</td>
-<td>3.8</td>
-<td>openmx/3.8</td>
-<td>compiler/intel/13:openmpi/1.8<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>proj</td>
-<td>4.9</td>
-<td>proj/4.9</td>
-<td>compiler/gcc/4.7<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>python</td>
-<td>3.3</td>
-<td>python/3.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>python-openstackclient</td>
-<td>3.3</td>
-<td>python-openstackclient/3.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td>OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the command set for Compute, Identity, Image, Object Store and Block Storage APIs together in a single shell with a uniform command structure.</td>
-</tr>
-<tr class="even">
-<td>R</td>
-<td>2.15</td>
-<td>R/2.15</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>R</td>
-<td>3.0</td>
-<td>R/3.0</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>R</td>
-<td>3.2</td>
-<td>R/3.2</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>ruby</td>
-<td>2.0</td>
-<td>ruby/2.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>scientificpython</td>
-<td>2.8.1</td>
-<td>scientificpython/2.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>scientific computing</td>
-<td>ScientificPython is a collection of Python modules that are useful for scientific computing.</td>
-</tr>
-<tr class="odd">
-<td>shtns</td>
-<td>2.6</td>
-<td>shtns/2.6</td>
-<td>compiler/intel/15<br />
-</td>
-<td>application</td>
-<td>math</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>siesta</td>
-<td>4.1.3</td>
-<td>siesta/4.1</td>
-<td>compiler/gcc/4.9:openmpi/1.8<br />
-compiler/intel/13:openmpi/1.8<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>SRAtoolkit</td>
-<td>2.8.2</td>
-<td>SRAtoolkit/2.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SRA Toolkit</td>
-</tr>
-<tr class="even">
-<td>szip</td>
-<td>2.1</td>
-<td>szip/2.1</td>
-<td>compiler/gcc/4.7<br />
-compiler/intel/11<br />
-compiler/intel/12<br />
-compiler/pgi/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>tensorflow</td>
-<td>0.12.1</td>
-<td>tensorflow/py35/0.12</td>
-<td>None<br />
-None<br />
-</td>
-<td>application</td>
-<td>machine learning</td>
-<td>TensorFlow is an open source software library for numerical computation using data flow graphs.</td>
-</tr>
-<tr class="even">
-<td>tensorflow</td>
-<td>1.0.0</td>
-<td>tensorflow/py35/1.0</td>
-<td>None<br />
-None<br />
-</td>
-<td>application</td>
-<td>machine learning</td>
-<td>TensorFlow is an open source software library for numerical computation using data flow graphs.</td>
-</tr>
-<tr class="odd">
-<td>tensorflow</td>
-<td>1.3.1</td>
-<td>tensorflow/py35/1.3</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>application</td>
-<td>machine learning</td>
-<td>TensorFlow is an open source software library for numerical computation using data flow graphs.</td>
-</tr>
-<tr class="even">
-<td>tensorflow</td>
-<td>1.4.0</td>
-<td>tensorflow/py36/1.4</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>application</td>
-<td>machine learning</td>
-<td>TensorFlow is an open source software library for numerical computation using data flow graphs.</td>
-</tr>
-<tr class="odd">
-<td>tensorflow</td>
-<td>1.5.0</td>
-<td>tensorflow/py35/1.5</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>application</td>
-<td>machine learning</td>
-<td>TensorFlow is an open source software library for numerical computation using data flow graphs.</td>
-</tr>
-<tr class="even">
-<td>udunits</td>
-<td>2.1</td>
-<td>udunits/2.1</td>
-<td>compiler/pgi/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>vasp</td>
-<td>5.4</td>
-<td>vasp/5.4sol</td>
-<td>compiler/intel/13:openmpi/1.6<br />
-compiler/intel/13:openmpi/1.6<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>vasp</td>
-<td>5.4.4</td>
-<td>vasp/5.4.4</td>
-<td>compiler/intel/15:openmpi/1.8<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>viennarna</td>
-<td>2.4.5</td>
-<td>viennarna/2.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>The ViennaRNA Package consists of a C code library and several stand-alone programs for the prediction and comparison of RNA secondary structures.</td>
-</tr>
-<tr class="even">
-<td>WRF</td>
-<td>WRF</td>
-<td>WRF/WRF</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>zlib</td>
-<td>1.2</td>
-<td>zlib/1.2</td>
-<td>compiler/gcc/4.7<br />
-compiler/intel/11<br />
-compiler/intel/12<br />
-compiler/open64/4.5<br />
-compiler/pgi/12<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td></td>
-</tr>
-</tbody>
-</table>
-
-<table>
-<thead>
-<tr class="header">
-<th>Name</th>
-<th>Version</th>
-<th>Module Name</th>
-<th>Prerequisite(s)</th>
-<th>Type</th>
-<th>Domain</th>
-<th>Description</th>
-</tr>
-</thead>
-<tbody>
-<tr class="odd">
-<td>abayesqr</td>
-<td>1.0</td>
-<td>abayesqr/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>high-throughput sequencing data</td>
-<td>aBayesQR is a viral quasispecies reconstruction algorithm that employs a maximum-likelihood framework to infer individual sequences in a mixture from high-throughput sequencing data.</td>
-</tr>
-<tr class="even">
-<td>afni</td>
-<td>18.2.06</td>
-<td>afni/18.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>MRI</td>
-<td>AFNI is a suite of programs for looking at and analyzing 3D brain images.</td>
-</tr>
-<tr class="odd">
-<td>afterqc</td>
-<td>0.9.6</td>
-<td>afterqc/0.9</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>package</td>
-<td>Automatic Filtering, Trimming, Error Removing and Quality Control for fastq data. AfterQC can simply go through all fastq files in a folder and then output three folders: good, bad and QC folders, which contains good reads, bad reads and the QC results of each fastq file/pair. Currently it supports processing data from HiSeq 2000/2500/3000/4000, Nextseq 500/550, MiniSeq...and other Illumina 1.8 or newer formats.</td>
-</tr>
-<tr class="even">
-<td>agfusion</td>
-<td>1.0</td>
-<td>agfusion/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Biology</td>
-<td>AGFusion is a python package for annotating gene fusions from the human or mouse genomes.</td>
-</tr>
-<tr class="odd">
-<td>allinea</td>
-<td>18.0</td>
-<td>allinea/18.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>allinea</td>
-<td>18.2</td>
-<td>allinea/18.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>allinea</td>
-<td>4.2</td>
-<td>allinea/4.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>allinea</td>
-<td>5.0</td>
-<td>allinea/5.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>allinea</td>
-<td>5.1</td>
-<td>allinea/5.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>allinea</td>
-<td>6.0</td>
-<td>allinea/6.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>allinea</td>
-<td>6.1</td>
-<td>allinea/6.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>allinea</td>
-<td>7.0</td>
-<td>allinea/7.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>ant</td>
-<td>1.10.1</td>
-<td>ant/1.10</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>java</td>
-<td>Java build tool</td>
-</tr>
-<tr class="even">
-<td>ant</td>
-<td>1.9.9</td>
-<td>ant/1.9</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>java</td>
-<td>Java build tool</td>
-</tr>
-<tr class="odd">
-<td>apkid</td>
-<td>1.0.0</td>
-<td>apkid/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Malware</td>
-<td>APKiD is Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android.</td>
-</tr>
-<tr class="even">
-<td>aria2</td>
-<td>1.23.0</td>
-<td>aria2/1.23</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>tool</td>
-<td>aria2 is a lightweight multi-protocol &amp; multi-source command-line download utility.</td>
-</tr>
-<tr class="odd">
-<td>aspera-cli</td>
-<td>3.7.7</td>
-<td>aspera-cli/3.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>IBM Aspera Command-Line Interface (the Aspera CLI) is a collection of Aspera tools for performing high-speed, secure data transfers from the command line.</td>
-</tr>
-<tr class="even">
-<td>augustus</td>
-<td>3.2.3</td>
-<td>augustus/3.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>AUGUSTUS is a gene prediction program for eukaryotes written by Mario Stanke and Oliver Keller. It can be used as an ab initio program, which means it bases its prediction purely on the sequence. AUGUSTUS may also incorporate hints on the gene structure coming from extrinsic sources such as EST, MS/MS, protein alignments and synthenic genomic alignments.</td>
-</tr>
-<tr class="odd">
-<td>augustus</td>
-<td>3.3</td>
-<td>augustus/3.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>AUGUSTUS is a gene prediction program for eukaryotes written by Mario Stanke and Oliver Keller. It can be used as an ab initio program, which means it bases its prediction purely on the sequence. AUGUSTUS may also incorporate hints on the gene structure coming from extrinsic sources such as EST, MS/MS, protein alignments and synthenic genomic alignments.</td>
-</tr>
-<tr class="even">
-<td>autoconf</td>
-<td>2.69</td>
-<td>autoconf/2.69</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utilities</td>
-<td>Extensible M4 macros that produce shell scripts to configure software source code packages.</td>
-</tr>
-<tr class="odd">
-<td>autodock</td>
-<td>4.2.6</td>
-<td>autodock/4.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Chemistry</td>
-<td>AutoDock is a suite of automated docking tools. It is designed to predict how small molecules, such as substrates or drug candidates, bind to a receptor of known 3D structure.</td>
-</tr>
-<tr class="even">
-<td>awscli</td>
-<td>1.1.120</td>
-<td>awscli/1.11</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>utility</td>
-<td>The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services.</td>
-</tr>
-<tr class="odd">
-<td>bam-readcount</td>
-<td>0.8</td>
-<td>bam-readcount/0.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>The purpose of this program is to generate metrics at single nucleotide positions.</td>
-</tr>
-<tr class="even">
-<td>bamtools</td>
-<td>2.3.0</td>
-<td>bamtools/2.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>C++ API &amp; command-line toolkit for working with BAM data</td>
-</tr>
-<tr class="odd">
-<td>bamtools</td>
-<td>2.4.1</td>
-<td>bamtools/2.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>C++ API &amp; command-line toolkit for working with BAM data</td>
-</tr>
-<tr class="even">
-<td>bbmap</td>
-<td>37.17</td>
-<td>bbmap/37.17</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>BBMap is a splice-aware global aligner for DNA and RNA sequencing reads.</td>
-</tr>
-<tr class="odd">
-<td>bbmap</td>
-<td>38.06</td>
-<td>bbmap/38.06</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>BBMap is a splice-aware global aligner for DNA and RNA sequencing reads.</td>
-</tr>
-<tr class="even">
-<td>bcftools</td>
-<td>1.3.1</td>
-<td>bcftools/1.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>BCFtools is a set of utilities that manipulate variant calls in the Variant Call Format (VCF) and its binary counterpart BCF. All commands work transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed. Most commands accept VCF, bgzipped VCF and BCF with filetype detected automatically even when streaming from a pipe. Indexed VCF and BCF will work in all situations. Un-indexed VCF and BCF and streams will work in most, but not all situations.</td>
-</tr>
-<tr class="odd">
-<td>bcftools</td>
-<td>1.8</td>
-<td>bcftools/1.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>BCFtools is a set of utilities that manipulate variant calls in the Variant Call Format (VCF) and its binary counterpart BCF. All commands work transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed. Most commands accept VCF, bgzipped VCF and BCF with filetype detected automatically even when streaming from a pipe. Indexed VCF and BCF will work in all situations. Un-indexed VCF and BCF and streams will work in most, but not all situations.</td>
-</tr>
-<tr class="even">
-<td>beagle</td>
-<td>4.1_21Jan17</td>
-<td>beagle/4.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Biology</td>
-<td>Beagle is a software package that performs genotype calling, genotype phasing, imputation of ungenotyped markers, and identity-by-descent segment detection.</td>
-</tr>
-<tr class="odd">
-<td>beast</td>
-<td>1.8</td>
-<td>beast/1.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>biology</td>
-<td>BEAST is a cross-platform program for Bayesian analysis of molecular sequences using MCMC.</td>
-</tr>
-<tr class="even">
-<td>beast2</td>
-<td>2.4</td>
-<td>beast2/2.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>biology</td>
-<td>BEAST 2 is a cross-platform program for Bayesian phylogenetic analysis of molecular sequences.</td>
-</tr>
-<tr class="odd">
-<td>bedops</td>
-<td>2.4.35</td>
-<td>bedops/2.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>BEDOPS is an open-source command-line toolkit that performs highly efficient and scalable Boolean and other set operations, statistical calculations, archiving, conversion and other management of genomic data of arbitrary scale.</td>
-</tr>
-<tr class="even">
-<td>bedtools</td>
-<td>2.24.0</td>
-<td>bedtools/2.24</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>A powerful toolset for genome arithmetic</td>
-</tr>
-<tr class="odd">
-<td>bedtools</td>
-<td>2.27.1</td>
-<td>bedtools/2.27</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>A powerful toolset for genome arithmetic</td>
-</tr>
-<tr class="even">
-<td>beta</td>
-<td>1.0.7</td>
-<td>beta/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Binding and Expression Target Analysis (BETA) is a software package that integrates ChIP-seq of transcription factors or chromatin regulators with differential gene expression data to infer direct target genes.</td>
-</tr>
-<tr class="odd">
-<td>binutils</td>
-<td>2.30</td>
-<td>binutils/2.30</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utilities</td>
-<td>The GNU Binutils are a collection of binary tools.</td>
-</tr>
-<tr class="even">
-<td>bioconductor</td>
-<td>3.4</td>
-<td>bioconductor/3.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Bioconductor provides tools for the analysis and comprehension of high-throughput genomic data.</td>
-</tr>
-<tr class="odd">
-<td>bioconductor-ballgown</td>
-<td>2.2.0</td>
-<td>bioconductor-ballgown/2.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Tools for statistical analysis of assembled transcriptomes, including flexible differential expression analysis, visualization of transcript structures, and matching of assembled transcripts to annotation.</td>
-</tr>
-<tr class="even">
-<td>bioconductor-jmosaics</td>
-<td>1.10</td>
-<td>bioconductor-jmosaics/1.10</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Joint analysis of multiple ChIP-Seq data sets.</td>
-</tr>
-<tr class="odd">
-<td>biodata</td>
-<td>1.0</td>
-<td>biodata/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Static data resources for bioinformatics/computational biology.</td>
-</tr>
-<tr class="even">
-<td>biom-format</td>
-<td>2.1</td>
-<td>biom-format/2.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>The BIOM file format (canonically pronounced biome) is designed to be a general-use format for representing biological sample by observation contingency tables. BIOM is a recognized standard for the Earth Microbiome Project and is a Genomics Standards Consortium supported project.</td>
-</tr>
-<tr class="odd">
-<td>bioperl</td>
-<td>1.6.924</td>
-<td>bioperl/1.6.924</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>BioPerl - Perl Modules for Biology</td>
-</tr>
-<tr class="even">
-<td>biopython</td>
-<td>1.70</td>
-<td>biopython/py36/1.70</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>library</td>
-<td>biological computation</td>
-<td>Biopython is a set of freely available tools for biological computation written in Python by an international team of developers.</td>
-</tr>
-<tr class="odd">
-<td>biopython</td>
-<td>1.71</td>
-<td>biopython/py27/1.71</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>library</td>
-<td>biological computation</td>
-<td>Biopython is a set of freely available tools for biological computation written in Python by an international team of developers.</td>
-</tr>
-<tr class="even">
-<td>blast</td>
-<td>2.6.0</td>
-<td>blast/2.6</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>NCBI BLAST+ sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.</td>
-</tr>
-<tr class="odd">
-<td>blast</td>
-<td>2.7.1</td>
-<td>blast/2.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>NCBI BLAST+ sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.</td>
-</tr>
-<tr class="even">
-<td>breakdancer</td>
-<td>1.4</td>
-<td>breakdancer/1.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>BreakDancer is a Perl/C++ package that provides genome-wide detection of structural variants from next generation paired-end sequencing reads.</td>
-</tr>
-<tr class="odd">
-<td>breakseq2</td>
-<td>2.2</td>
-<td>breakseq2/2.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>BreakSeq2: Ultrafast and accurate nucleotide-resolution analysis of structural variants.</td>
-</tr>
-<tr class="even">
-<td>bsmap</td>
-<td>2.90</td>
-<td>bsmap/2.90</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Mapping</td>
-<td>BSMAP is a short reads mapping software for bisulfite sequencing reads.</td>
-</tr>
-<tr class="odd">
-<td>bx-python</td>
-<td>0.8.1</td>
-<td>bx-python/py27/0.8</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Tools for manipulating biological data, particularly multiple sequence alignments</td>
-</tr>
-<tr class="even">
-<td>canu</td>
-<td>1.7</td>
-<td>canu/1.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Canu is a fork of the Celera Assembler, designed for high-noise single-molecule sequencing (such as the PacBio RS II/Sequel or Oxford Nanopore MinION).</td>
-</tr>
-<tr class="odd">
-<td>ccat</td>
-<td>3.0</td>
-<td>ccat/3.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>A software package for the analysis of ChIP-seq data with negative control.</td>
-</tr>
-<tr class="even">
-<td>clove</td>
-<td>0.17</td>
-<td>clove/0.17</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>CLOVE: Classification of genomic fusions into structural variation events.</td>
-</tr>
-<tr class="odd">
-<td>clustalw</td>
-<td>2.1</td>
-<td>clustalw/2.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>ClustalW2 is a multiple sequence alignment tool for the alignment of DNA or protein sequences.</td>
-</tr>
-<tr class="even">
-<td>cmake</td>
-<td>2.8.10.2</td>
-<td>cmake/2.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>CMake is an extensible, open-source system that manages the build process</td>
-</tr>
-<tr class="odd">
-<td>cmake</td>
-<td>3.10.3</td>
-<td>cmake/3.10</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>CMake is an extensible, open-source system that manages the build process</td>
-</tr>
-<tr class="even">
-<td>cmake</td>
-<td>3.11.3</td>
-<td>cmake/3.11</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>CMake is an extensible, open-source system that manages the build process</td>
-</tr>
-<tr class="odd">
-<td>cmake</td>
-<td>3.5.0</td>
-<td>cmake/3.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>CMake is an extensible, open-source system that manages the build process</td>
-</tr>
-<tr class="even">
-<td>cmake</td>
-<td>3.7.1</td>
-<td>cmake/3.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>CMake is an extensible, open-source system that manages the build process</td>
-</tr>
-<tr class="odd">
-<td>codonw</td>
-<td>1.4.4</td>
-<td>codonw/1.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>CodonW is a programme designed to simplify the Multivariate analysis (correspondence analysis) of codon and amino acid usage.</td>
-</tr>
-<tr class="even">
-<td>connectome-workbench</td>
-<td>1.3.1</td>
-<td>connectome-workbench/1.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>neuroimaging</td>
-<td>Connectome Workbench is an open source, freely available visualization and discovery tool used to map neuroimaging data, especially data generated by the Human Connectome Project</td>
-</tr>
-<tr class="odd">
-<td>cutadapt</td>
-<td>1.13</td>
-<td>cutadapt/1.13</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>NGS data</td>
-<td>Cutadapt finds and removes adapter sequences, primers, poly-A tails and other types of unwanted sequence from your high-throughput sequencing reads.</td>
-</tr>
-<tr class="even">
-<td>cutadapt</td>
-<td>1.4</td>
-<td>cutadapt/1.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Cutadapt removes adapter sequences from DNA high-throughput sequencing data.</td>
-</tr>
-<tr class="odd">
-<td>deap</td>
-<td>1.0</td>
-<td>deap/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computer science</td>
-<td>DEAP is a novel evolutionary computation framework for rapid prototyping and testing of ideas.</td>
-</tr>
-<tr class="even">
-<td>deeptools</td>
-<td>2.5.4</td>
-<td>deeptools/2.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>detectron/py27</td>
-<td>2018.09.11</td>
-<td>detectron/py27/2018.09.11</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>object detection</td>
-<td>FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.</td>
-</tr>
-<tr class="even">
-<td>eigen</td>
-<td>3.3.3</td>
-<td>eigen/3.3</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>C++</td>
-<td>C++ template library for linear algebra</td>
-</tr>
-<tr class="odd">
-<td>entrez-direct</td>
-<td>10.0</td>
-<td>entrez-direct/10.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Entrez</td>
-<td>Entrez Direct (EDirect) is an advanced method for accessing the NCBI's set of interconnected databases (publication, sequence, structure, gene, variation, expression, etc.) from a UNIX terminal window. Functions take search terms from command-line arguments. Individual operations are combined to build multi-step queries. Record retrieval and formatting normally complete the process.</td>
-</tr>
-<tr class="even">
-<td>eqtlbma</td>
-<td>1.3</td>
-<td>eqtlbma/1.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>biology</td>
-<td>Package to detect eQTLs jointly in multiple subgroups (e.g. tissues) via Bayesian Model Averaging.</td>
-</tr>
-<tr class="odd">
-<td>fastqc</td>
-<td>0.11.7</td>
-<td>fastqc/0.11</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>fastqc - A Quality Control application for FastQ files</td>
-</tr>
-<tr class="even">
-<td>fasttree</td>
-<td>2.1.10</td>
-<td>fasttree/2.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>FastTree infers approximately-maximum-likelihood phylogenetic trees from alignments of nucleotide or protein sequences.</td>
-</tr>
-<tr class="odd">
-<td>fqtrim</td>
-<td>0.9.7</td>
-<td>fqtrim/0.9</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>fqtrim: trimming &amp; filtering of NGS reads.</td>
-</tr>
-<tr class="even">
-<td>freebayes</td>
-<td>1.2.0</td>
-<td>freebayes/1.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Biology</td>
-<td>Bayesian haplotype-based polymorphism discovery and genotyping</td>
-</tr>
-<tr class="odd">
-<td>freesurfer</td>
-<td>5.3.0</td>
-<td>freesurfer/5.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational neuroimaging</td>
-<td>An open source software suite for processing and analyzing (human) brain MRI images.</td>
-</tr>
-<tr class="even">
-<td>freesurfer</td>
-<td>6.0.0</td>
-<td>freesurfer/6.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational neuroimaging</td>
-<td>An open source software suite for processing and analyzing (human) brain MRI images.</td>
-</tr>
-<tr class="odd">
-<td>gatk4</td>
-<td>4.0.4.0</td>
-<td>gatk4/4.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>GATK4: This toolkit offers a wide variety of tools with a primary focus on variant discovery and genotyping.</td>
-</tr>
-<tr class="even">
-<td>gaussian</td>
-<td>09 RevD</td>
-<td>gaussian/09/RevD</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Chemistry</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>gaussian</td>
-<td>09 RevE</td>
-<td>gaussian/09/RevE</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Chemistry</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>gaussian</td>
-<td>16 RevE</td>
-<td>gaussian/16/RevA</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Chemistry</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>gdcclient</td>
-<td>1.3.0</td>
-<td>gdcclient/1.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>genomics</td>
-<td>GDC provides a standard client-based mechanism in support of high performance data downloads and submission.</td>
-</tr>
-<tr class="even">
-<td>gem</td>
-<td>2.7</td>
-<td>gem/2.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>GEM: High resolution peak calling and motif discovery for ChIP-seq and ChIP-exo data.</td>
-</tr>
-<tr class="odd">
-<td>geoparse</td>
-<td>1.0.5</td>
-<td>geoparse/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Bioinformatics</td>
-<td>Python library to access Gene Expression Omnibus Database (GEO)</td>
-</tr>
-<tr class="even">
-<td>ghostscript</td>
-<td>9.20</td>
-<td>ghostscript/9.20</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td>An interpreter for the PostScript language and for PDF.</td>
-</tr>
-<tr class="odd">
-<td>ghostscript</td>
-<td>9.22</td>
-<td>ghostscript/9.22</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>runtime support</td>
-<td>An interpreter for the PostScript language and for PDF.</td>
-</tr>
-<tr class="even">
-<td>git</td>
-<td>2.17.0</td>
-<td>git/2.17</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>tools</td>
-<td>distributed version control system</td>
-</tr>
-<tr class="odd">
-<td>git</td>
-<td>2.7.4</td>
-<td>git/2.7</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>tools</td>
-<td>distributed version control system</td>
-</tr>
-<tr class="even">
-<td>globus-cli</td>
-<td>1.2.0</td>
-<td>globus-cli/1.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>tool</td>
-<td>Command line clients provide an interface to Globus services from the shell, and are suited for both interactive use and simple scripting use cases.</td>
-</tr>
-<tr class="odd">
-<td>glpk</td>
-<td>4.61</td>
-<td>glpk/4.61</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>mathematics</td>
-<td>The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library.</td>
-</tr>
-<tr class="even">
-<td>gmap</td>
-<td>2015.12.31</td>
-<td>gmap/2015.12.31</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>GMAP: A Genomic Mapping and Alignment Program for mRNA and EST Sequences, and GSNAP: Genomic Short-read Nucleotide Alignment Program.</td>
-</tr>
-<tr class="odd">
-<td>gmap</td>
-<td>2017.05.08</td>
-<td>gmap/2017.05.08</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>GMAP: A Genomic Mapping and Alignment Program for mRNA and EST Sequences, and GSNAP: Genomic Short-read Nucleotide Alignment Program.</td>
-</tr>
-<tr class="even">
-<td>gmap</td>
-<td>2018.03.25</td>
-<td>gmap/2018.03.25</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>GMAP: A Genomic Mapping and Alignment Program for mRNA and EST Sequences, and GSNAP: Genomic Short-read Nucleotide Alignment Program.</td>
-</tr>
-<tr class="odd">
-<td>gnu-parallel</td>
-<td>20180522</td>
-<td>gnu-parallel/20180522</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Shell tool</td>
-<td>GNU parallel is a shell tool for executing jobs in parallel using one or more computers.</td>
-</tr>
-<tr class="even">
-<td>gnuplot</td>
-<td>4.6.0</td>
-<td>gnuplot/4.6</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td>Gnuplot, plotting from command line</td>
-</tr>
-<tr class="odd">
-<td>gnuplot</td>
-<td>5.2.3</td>
-<td>gnuplot/5.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td>Gnuplot, plotting from command line</td>
-</tr>
-<tr class="even">
-<td>graphlan</td>
-<td>1.0.0</td>
-<td>graphlan/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td>GraPhlAn is a software tool for producing high-quality circular representations of taxonomic and phylogenetic trees. It focuses on concise, integrative, informative, and publication-ready representations of phylogenetically- and taxonomically-driven investigation.</td>
-</tr>
-<tr class="odd">
-<td>graphviz</td>
-<td>2.38.0</td>
-<td>graphviz/2.38</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>gtdbtk</td>
-<td>0.1.3</td>
-<td>gtdbtk/0.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>A toolkit for assigning objective taxonomic classifications to bacterial and archaeal genomes.</td>
-</tr>
-<tr class="odd">
-<td>hotspot3d</td>
-<td>0.6.0</td>
-<td>hotspot3d/0.6</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>bioinformatics</td>
-<td>This 3D proximity tool can be used to identify mutation hotspots from linear protein sequence and correlate the hotspots with known or potentially interacting domains, mutations, or drugs. Mutation-mutation and mutation-drug clusters can also be identified and viewed.</td>
-</tr>
-<tr class="even">
-<td>htseq</td>
-<td>0.5.4p5</td>
-<td>htseq/0.5.4p5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>HTSeq - Analysing high-throughput sequencing data with Python</td>
-</tr>
-<tr class="odd">
-<td>htseq</td>
-<td>0.6.1p1</td>
-<td>htseq/0.6.1p1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>HTSeq - Analysing high-throughput sequencing data with Python</td>
-</tr>
-<tr class="even">
-<td>htseq</td>
-<td>0.9.1</td>
-<td>htseq/0.9</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>HTSeq - Analysing high-throughput sequencing data with Python</td>
-</tr>
-<tr class="odd">
-<td>htslib</td>
-<td>1.7</td>
-<td>htslib/1.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>HTSlib is an implementation of a unified C library for accessing common file formats.</td>
-</tr>
-<tr class="even">
-<td>htstream</td>
-<td>e919d21</td>
-<td>htstream/e919d21</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Bioinformatics</td>
-<td>A toolset for high throughput sequence analysis using a streaming approach facilitated by Linux pipes.</td>
-</tr>
-<tr class="odd">
-<td>imagemagick</td>
-<td>7.0.8_10</td>
-<td>imagemagick/7.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>bitmap</td>
-<td>Software suite to create, edit, compose, or convert bitmap images.</td>
-</tr>
-<tr class="even">
-<td>impute2</td>
-<td>2.3.2</td>
-<td>impute2/2.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>IMPUTE2 is a computer program for phasing observed genotypes and imputing missing genotypes.</td>
-</tr>
-<tr class="odd">
-<td>iqtree</td>
-<td>1.6.7</td>
-<td>iqtree/1.6</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>IQ-TREE creates phylogenetic trees under maximum likelihood with emphasis on speed and accuracy.</td>
-</tr>
-<tr class="even">
-<td>jamm</td>
-<td>1.0.7r2</td>
-<td>jamm/1.0.7r2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>JAMM is a peak finder for NGS datasets (ChIP-Seq, ATAC-Seq, DNase-Seq..etc.) that can integrate replicates and assign peak boundaries accurately.</td>
-</tr>
-<tr class="odd">
-<td>java</td>
-<td>1.6</td>
-<td>java/1.6</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>Java JDK.</td>
-</tr>
-<tr class="even">
-<td>java</td>
-<td>1.7</td>
-<td>java/1.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>Java JDK.</td>
-</tr>
-<tr class="odd">
-<td>java</td>
-<td>1.8</td>
-<td>java/1.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>Java JDK.</td>
-</tr>
-<tr class="even">
-<td>julia</td>
-<td>1.0</td>
-<td>julia/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Language</td>
-<td>A high-performance dynamic programming language for data science</td>
-</tr>
-<tr class="odd">
-<td>jvarkit-msa2vcf</td>
-<td>1.0</td>
-<td>jvarkit-msa2vcf/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Getting a VCF file from a CLUSTAW or a FASTA alignment.</td>
-</tr>
-<tr class="even">
-<td>jvarkit-sam2tsv</td>
-<td>1.0</td>
-<td>jvarkit-sam2tsv/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Prints the SAM alignments as a TAB delimited file.</td>
-</tr>
-<tr class="odd">
-<td>kalign</td>
-<td>2.0</td>
-<td>kalign/2.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Kalign is a fast and accurate multiple sequence alignment algorithm designed to align large numbers of protein sequences.</td>
-</tr>
-<tr class="even">
-<td>ksnp</td>
-<td>3.1</td>
-<td>ksnp/3.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>kSNP identifies the pan-genome SNPs in a set of genome sequences, and estimates phylogenetic trees based upon those SNPs.</td>
-</tr>
-<tr class="odd">
-<td>lftp</td>
-<td>4.8.3</td>
-<td>lftp/4.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>LFTP is a sophisticated file transfer program supporting a number of network protocols (ftp, http, sftp, fish, torrent).</td>
-</tr>
-<tr class="even">
-<td>lynx</td>
-<td>2.8.8</td>
-<td>lynx/2.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>tool</td>
-<td>Lynx is a text browser for the World Wide Web.</td>
-</tr>
-<tr class="odd">
-<td>macs2</td>
-<td>2.1.1</td>
-<td>macs2/2.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>MACS -- Model-based Analysis of ChIP-Seq</td>
-</tr>
-<tr class="even">
-<td>maker</td>
-<td>2.31.9</td>
-<td>maker/2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>MAKER is a genome annotation pipeline for prokaryotic and smaller eukaryotic organisms.</td>
-</tr>
-<tr class="odd">
-<td>mapsplice</td>
-<td>2.2.0</td>
-<td>mapsplice/2.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>MapSplice is a software for mapping RNA-seq data to reference genome for splice junction discovery that depends only on reference genome, and not on any further annotations.</td>
-</tr>
-<tr class="even">
-<td>mathematica</td>
-<td>10.0</td>
-<td>mathematica/10.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>mathematica</td>
-<td>10.4</td>
-<td>mathematica/10.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>mathematica</td>
-<td>11.0</td>
-<td>mathematica/11.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>mathematica</td>
-<td>9.0</td>
-<td>mathematica/9.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>matlab</td>
-<td>r2012b</td>
-<td>matlab/r2012b</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>matlab</td>
-<td>r2013b</td>
-<td>matlab/r2013b</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>matlab</td>
-<td>r2014b</td>
-<td>matlab/r2014b</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>matlab</td>
-<td>r2015b</td>
-<td>matlab/r2015b</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>matlab</td>
-<td>r2016a</td>
-<td>matlab/r2016a</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>matlab</td>
-<td>r2016b</td>
-<td>matlab/r2016b</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>matlab</td>
-<td>r2017a</td>
-<td>matlab/r2017a</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>matlab</td>
-<td>r2017b</td>
-<td>matlab/r2017b</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>matlab</td>
-<td>r2018a</td>
-<td>matlab/r2018a</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>mbuffer</td>
-<td>20171011</td>
-<td>mbuffer/20171011</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>buffer</td>
-<td>Mbuffer is a tool for buffering data streams with a large set of unique features.</td>
-</tr>
-<tr class="even">
-<td>mcl</td>
-<td>14.137</td>
-<td>mcl/14.137</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>MCL</td>
-</tr>
-<tr class="odd">
-<td>megahit</td>
-<td>1.1</td>
-<td>megahit/1.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>MEGAHIT: An ultra-fast single-node solution for large and complex metagenomics assembly via succinct de Bruijn graph.</td>
-</tr>
-<tr class="even">
-<td>metasv</td>
-<td>0.5.4</td>
-<td>metasv/0.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>An accurate and integrative structural-variant caller for next generation sequencing.</td>
-</tr>
-<tr class="odd">
-<td>mlpack</td>
-<td>3.0.3</td>
-<td>mlpack/3.0</td>
-<td>None<br />
-</td>
-<td>library</td>
-<td>Machine Learning</td>
-<td>mlpack a fast, flexible machine learning library</td>
-</tr>
-<tr class="even">
-<td>multiqc</td>
-<td>1.6</td>
-<td>multiqc/py27/1.6</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>MultiQC is a tool to create a single report with interactive plots for multiple bioinformatics analyses across many samples.</td>
-</tr>
-<tr class="odd">
-<td>mummer4</td>
-<td>4.0.0beta2</td>
-<td>mummer4/4.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Bioinformatics</td>
-<td>MUMmer is a system for rapidly aligning entire genomes</td>
-</tr>
-<tr class="even">
-<td>mxnet</td>
-<td>0.9.3a</td>
-<td>mxnet/0.9.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>AI</td>
-<td>MXNet is an open-source deep learning framework that allows you to define, train, and deploy deep neural networks on a wide array of devices, from cloud infrastructure to mobile devices.</td>
-</tr>
-<tr class="odd">
-<td>ncbi-download</td>
-<td>0.2.6</td>
-<td>ncbi-download/0.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Python scriopt for downloading bacterial and fungal genomes from NCBI.</td>
-</tr>
-<tr class="even">
-<td>neper</td>
-<td>3.3.0</td>
-<td>neper/3.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Applications</td>
-<td>Neper is a software package for polycrystal generation and meshing.</td>
-</tr>
-<tr class="odd">
-<td>octave</td>
-<td>4.2</td>
-<td>octave/4.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>engineering</td>
-<td>GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab.</td>
-</tr>
-<tr class="even">
-<td>opencv</td>
-<td>3.4.1</td>
-<td>opencv/py27/3.4</td>
-<td>None<br />
-None<br />
-</td>
-<td>library</td>
-<td>unknown</td>
-<td>OpenCV is a computer vision and machine learning software library.</td>
-</tr>
-<tr class="odd">
-<td>orthofinder</td>
-<td>1.1.8</td>
-<td>orthofinder/1.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>OrthoFinder is a fast, accurate and comprehensive analysis tool for comparative genomics.</td>
-</tr>
-<tr class="even">
-<td>orthofinder</td>
-<td>2.2.6</td>
-<td>orthofinder/2.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>OrthoFinder is a fast, accurate and comprehensive analysis tool for comparative genomics.</td>
-</tr>
-<tr class="odd">
-<td>paml</td>
-<td>4.9</td>
-<td>paml/4.9</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Sequencing</td>
-<td>Phylogenetic Analysis by Maximum Likelihood (PAML)</td>
-</tr>
-<tr class="even">
-<td>pandaseq</td>
-<td>2.11</td>
-<td>pandaseq/2.11</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>bioinformatics</td>
-<td>PANDASEQ is a program to align Illumina reads, optionally with PCR primers embedded in the sequence, and reconstruct an overlapping sequence.</td>
-</tr>
-<tr class="odd">
-<td>peakranger</td>
-<td>1.18</td>
-<td>peakranger/1.18</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>PeakRanger is a multi-purporse software suite for analyzing next-generation sequencing (NGS) data.</td>
-</tr>
-<tr class="even">
-<td>peakzilla</td>
-<td>1.0</td>
-<td>peakzilla/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Peakzilla identifies sites of enrichment and transcription factor binding sites from transcription factor ChIP-seq and ChIP-exo experiments at hight accuracy and resolution.</td>
-</tr>
-<tr class="odd">
-<td>pepr</td>
-<td>1.1.18</td>
-<td>pepr/1.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Peak-calling and Prioritization pipeline for replicated ChIP-Seq data.</td>
-</tr>
-<tr class="even">
-<td>perl</td>
-<td>5.22</td>
-<td>perl/5.22</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>perl</td>
-<td>The Perl Programming Language</td>
-</tr>
-<tr class="odd">
-<td>phylosnp</td>
-<td>1.0</td>
-<td>phylosnp/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>PhyloSNP is designed to take SNP data files (.csv and .vcf) and generate phylogenetic trees from the provided data.</td>
-</tr>
-<tr class="even">
-<td>picard</td>
-<td>2.18.4</td>
-<td>picard/2.18</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>A set of Java command line tools for manipulating high-throughput sequencing data (HTS) data and formats.</td>
-</tr>
-<tr class="odd">
-<td>picard</td>
-<td>2.9.0</td>
-<td>picard/2.9</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>A set of Java command line tools for manipulating high-throughput sequencing data (HTS) data and formats.</td>
-</tr>
-<tr class="even">
-<td>pindel</td>
-<td>0.2.5b9</td>
-<td>pindel/0.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>pirs</td>
-<td>2.0.2</td>
-<td>pirs/2.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>plink</td>
-<td>1.90b4</td>
-<td>plink/1.90</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>PLINK is a free, open-source whole genome association analysis toolset, designed to perform a range of basic, large-scale analyses in a computationally efficient manner.</td>
-</tr>
-<tr class="odd">
-<td>plinkseq</td>
-<td>0.10</td>
-<td>plinkseq/0.10</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>PLINK/SEQ is an open-source C/C++ library for working with human genetic variation data.</td>
-</tr>
-<tr class="even">
-<td>pomoxis</td>
-<td>0.1.7</td>
-<td>pomoxis/0.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Pomoxis comprises APIs and command line tools for interacting and analysing Oxford Nanopore Technologies’ data in real time.</td>
-</tr>
-<tr class="odd">
-<td>prokka</td>
-<td>1.12</td>
-<td>prokka/1.12</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>bioinformatics</td>
-<td>Prokka is a software tool for the rapid annotation of prokaryotic genomes.</td>
-</tr>
-<tr class="even">
-<td>pullseq</td>
-<td>1.0</td>
-<td>pullseq/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>pullseq - Software to extract sequence from a fasta or fastq. Also filter sequences by a minimum length or maximum length.</td>
-</tr>
-<tr class="odd">
-<td>pyclone</td>
-<td>0.13</td>
-<td>pyclone/0.13</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>PyClone is statistical model and software tool designed to infer the prevalence of point mutations in heterogeneous cancer samples.</td>
-</tr>
-<tr class="even">
-<td>pyfasta</td>
-<td>0.5</td>
-<td>pyfasta/0.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Pyfasta - fast, memory-efficient, pythonic (and command-line) access to fasta sequence files.</td>
-</tr>
-<tr class="odd">
-<td>pygenometracks</td>
-<td>2.0</td>
-<td>pygenometracks/2.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>bioinformatics</td>
-<td>Standalone program and library to plot beautiful genome browser tracks.</td>
-</tr>
-<tr class="even">
-<td>pymongo</td>
-<td>3.0.3</td>
-<td>pymongo/3.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td>PyMongo is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python.</td>
-</tr>
-<tr class="odd">
-<td>pymongo</td>
-<td>3.3.0</td>
-<td>pymongo/3.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td>PyMongo is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python.</td>
-</tr>
-<tr class="even">
-<td>python</td>
-<td>2.7</td>
-<td>python/2.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>python</td>
-<td>3.4</td>
-<td>python/3.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>python</td>
-<td>3.5</td>
-<td>python/3.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>python</td>
-<td>3.6</td>
-<td>python/3.6</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td></td>
-</tr>
-<tr class="even">
-<td>python</td>
-<td>3.7</td>
-<td>python/3.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>pytorch</td>
-<td>0.4.0</td>
-<td>pytorch/py36/0.4</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>application</td>
-<td>deep learning</td>
-<td>PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.</td>
-</tr>
-<tr class="even">
-<td>qiime2</td>
-<td>2018.4</td>
-<td>qiime2/2018.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency.</td>
-</tr>
-<tr class="odd">
-<td>quasr</td>
-<td>6.09</td>
-<td>quasr/6.09</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>QUASR is lightweight pipeline for processing and analysis of high-throughput sequencing data.</td>
-</tr>
-<tr class="even">
-<td>quast</td>
-<td>4.4</td>
-<td>quast/4.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>QUAST evaluates genome assemblies by computing various metrics.</td>
-</tr>
-<tr class="odd">
-<td>quast</td>
-<td>4.5</td>
-<td>quast/4.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>QUAST evaluates genome assemblies by computing various metrics.</td>
-</tr>
-<tr class="even">
-<td>R</td>
-<td>3.4.4</td>
-<td>R/3.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>mathematics</td>
-<td>Microsoft R Open is the enhanced distribution of R from Microsoft Corporation.</td>
-</tr>
-<tr class="odd">
-<td>R</td>
-<td>3.5.1</td>
-<td>R/3.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>mathematics</td>
-<td>Microsoft R Open is the enhanced distribution of R from Microsoft Corporation.</td>
-</tr>
-<tr class="even">
-<td>rarefactionanalyzer</td>
-<td>2018.09.06</td>
-<td>rarefactionanalyzer/2018.09.06</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Rarefaction analyzer is a simple program that can be used to perform rarefaction analysis.</td>
-</tr>
-<tr class="odd">
-<td>rclone</td>
-<td>1.44</td>
-<td>rclone/1.44</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Storage</td>
-<td>Rclone - rsync for cloud storage.</td>
-</tr>
-<tr class="even">
-<td>red</td>
-<td>2015.05.22</td>
-<td>red/2015.05.22</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Genomics</td>
-<td>Red (RepeatsDetector): an intelligent, rapid, accurate tool for detecting repeats de-novo on the genomic scale.</td>
-</tr>
-<tr class="odd">
-<td>regtools</td>
-<td>0.5.0</td>
-<td>regtools/0.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>bioinformatics</td>
-<td>Tools that integrate DNA-seq and RNA-seq data to help interpret mutations in a regulatory and splicing context.</td>
-</tr>
-<tr class="even">
-<td>repenrich</td>
-<td>1.2</td>
-<td>repenrich/1.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>RepEnrich is a method to estimate repetitive element enrichment using high-throughput sequencing data.</td>
-</tr>
-<tr class="odd">
-<td>resistomeanalyzer</td>
-<td>2018.09.06</td>
-<td>resistomeanalyzer/2018.09.06</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Resistome Analyzer is a simple tool for analyzing the resistome of large metagenomic datasets.</td>
-</tr>
-<tr class="even">
-<td>revtrans</td>
-<td>1.4</td>
-<td>revtrans/1.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>RevTrans - performs a reverse translation of a peptide alignment.</td>
-</tr>
-<tr class="odd">
-<td>r-genometricorr</td>
-<td>1.1.17</td>
-<td>r-genometricorr/1.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Genomics</td>
-<td>Genometric Correlation (GenometriCorr) is an R package for spatial correlation of genome-wide interval datasets.</td>
-</tr>
-<tr class="even">
-<td>r-ggfortify</td>
-<td>0.4.1</td>
-<td>r-ggfortify/0.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>r</td>
-<td>ggfortify is a package of unified plotting tools for statistics commonly used, such as GLM, time series, PCA families, clustering and survival analysis.</td>
-</tr>
-<tr class="odd">
-<td>rgt</td>
-<td>0.11.4</td>
-<td>rgt/0.11</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Toolkit to perform regulatory genomics data analysis</td>
-</tr>
-<tr class="even">
-<td>r-markdown</td>
-<td>0.8</td>
-<td>r-markdown/0.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>R</td>
-<td>Markdown is a plain-text formatting syntax that can be converted to XHTML or other formats.</td>
-</tr>
-<tr class="odd">
-<td>rnastructure</td>
-<td>6.1</td>
-<td>rnastructure/6.1</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Bioinformatics</td>
-<td>RNAstructure is a complete package for RNA and DNA secondary structure prediction and analysis. It includes algorithms for secondary structure prediction, including facility to predict base pairing probabilities. It also can be used to predict bimolecular structures and can predict the equilibrium binding affinity of an oligonucleotide to a structured RNA target. This is useful for siRNA design. It can also predict secondary structures common to two, unaligned sequences, which is much more accurate than single sequence secondary structure prediction. Finally, RNAstructure can take a number of different types of experiment mapping data to constrain or restrain structure prediction. These include chemical mapping, enzymatic mapping, NMR, and SHAPE data.</td>
-</tr>
-<tr class="even">
-<td>r-regresshaplo</td>
-<td>1.0</td>
-<td>r-regresshaplo/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>biology</td>
-<td>This package reconstructs haplotypes from a BAM file using a penalized regression approach.</td>
-</tr>
-<tr class="odd">
-<td>r-scimpute</td>
-<td>0.0.6</td>
-<td>r-scimpute/0.0.6</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>biology</td>
-<td>scImpute is accurate and robust imputation of single-cell RNA sequencing data.</td>
-</tr>
-<tr class="even">
-<td>rsem</td>
-<td>1.3</td>
-<td>rsem/1.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>RSEM is a software package for estimating gene and isoform expression levels from RNA-Seq data.</td>
-</tr>
-<tr class="odd">
-<td>r-seqminer</td>
-<td>6.0</td>
-<td>r-seqminer/6.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>biology</td>
-<td>SEQMINER is for sequencing variant annotation, data integration and query in R.</td>
-</tr>
-<tr class="even">
-<td>r-vcfr</td>
-<td>1.5.0</td>
-<td>r-vcfr/1.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>biology</td>
-<td>A package to manipulate and visualize VCF data in R.</td>
-</tr>
-<tr class="odd">
-<td>salmon</td>
-<td>0.6.0</td>
-<td>salmon/0.6</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Highly-accurate &amp; wicked fast transcript-level quantification from RNA-seq reads using lightweight alignments.</td>
-</tr>
-<tr class="even">
-<td>salmon</td>
-<td>0.8.2</td>
-<td>salmon/0.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Highly-accurate &amp; wicked fast transcript-level quantification from RNA-seq reads using lightweight alignments.</td>
-</tr>
-<tr class="odd">
-<td>salmon</td>
-<td>0.9.1</td>
-<td>salmon/0.9</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Highly-accurate &amp; wicked fast transcript-level quantification from RNA-seq reads using lightweight alignments.</td>
-</tr>
-<tr class="even">
-<td>samtools</td>
-<td>1.5</td>
-<td>samtools/1.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SAM Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format.</td>
-</tr>
-<tr class="odd">
-<td>samtools</td>
-<td>1.6</td>
-<td>samtools/1.6</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SAM Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format.</td>
-</tr>
-<tr class="even">
-<td>samtools</td>
-<td>1.9</td>
-<td>samtools/1.9</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Tools for dealing with SAM, BAM and CRAM files</td>
-</tr>
-<tr class="odd">
-<td>sas</td>
-<td>9.3</td>
-<td>sas/9.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Applications</td>
-<td>SAS is a software suite developed by SAS Institute for advanced analytics, business intelligence, data management, and predictive analytics.</td>
-</tr>
-<tr class="even">
-<td>sas</td>
-<td>9.4</td>
-<td>sas/9.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Applications</td>
-<td>SAS is a software suite developed by SAS Institute for advanced analytics, business intelligence, data management, and predictive analytics.</td>
-</tr>
-<tr class="odd">
-<td>scons</td>
-<td>2.5</td>
-<td>scons/2.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>utility</td>
-<td>SCons: A software construction tool.</td>
-</tr>
-<tr class="even">
-<td>scons</td>
-<td>3.0</td>
-<td>scons/3.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>utility</td>
-<td>SCons: A software construction tool.</td>
-</tr>
-<tr class="odd">
-<td>seedme</td>
-<td>1.2</td>
-<td>seedme/1.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Utility</td>
-<td>Client program for SeedMe.org.</td>
-</tr>
-<tr class="even">
-<td>selecton</td>
-<td>2.4</td>
-<td>selecton/2.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Bioinformatics</td>
-<td>Selecton 2007: advanced models for detecting positive and purifying selection using a Bayesian inference approach.</td>
-</tr>
-<tr class="odd">
-<td>seqtk</td>
-<td>1.2</td>
-<td>seqtk/1.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format.</td>
-</tr>
-<tr class="even">
-<td>seqyclean</td>
-<td>1.10.07</td>
-<td>seqyclean/1.10</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>Bioinformatics</td>
-<td>Main purpose of this software is to pre-process NGS data in order to prepare for downstream analysis.</td>
-</tr>
-<tr class="odd">
-<td>shapeit</td>
-<td>2.0</td>
-<td>shapeit/2.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SHAPEIT is a fast and accurate method for estimation of haplotypes (aka phasing) from genotype or sequencing data.</td>
-</tr>
-<tr class="even">
-<td>sift4g</td>
-<td>2.0.0</td>
-<td>sift4g/2.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SIFT 4G is a faster version of SIFT that enables us to scale up and provide SIFT predictions for more organisms.</td>
-</tr>
-<tr class="odd">
-<td>singularity</td>
-<td>2.2</td>
-<td>singularity/2.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>Application containers enabling mobility of compute.</td>
-</tr>
-<tr class="even">
-<td>singularity</td>
-<td>2.3</td>
-<td>singularity/2.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>Application containers enabling mobility of compute.</td>
-</tr>
-<tr class="odd">
-<td>singularity</td>
-<td>2.4</td>
-<td>singularity/2.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>Application containers enabling mobility of compute.</td>
-</tr>
-<tr class="even">
-<td>singularity</td>
-<td>2.6</td>
-<td>singularity/2.6</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>system</td>
-<td>Application containers enabling mobility of compute.</td>
-</tr>
-<tr class="odd">
-<td>snpeff</td>
-<td>4.3</td>
-<td>snpeff/4.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Genetic variant annotation and effect prediction toolbox.</td>
-</tr>
-<tr class="even">
-<td>snpfinder</td>
-<td>1.0.0</td>
-<td>snpfinder/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SNPFinder is a simple alignment-based haplotype variant caller that can be used with metagenomic sequence data.</td>
-</tr>
-<tr class="odd">
-<td>snp-pipeline</td>
-<td>0.7</td>
-<td>snp-pipeline/0.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SNP Pipeline is a pipeline for the production of SNP matrices from sequence data used in the phylogenetic analysis of pathogenic organisms sequenced from samples of interest to food safety.</td>
-</tr>
-<tr class="even">
-<td>snp-pipeline</td>
-<td>1.0</td>
-<td>snp-pipeline/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>unknown</td>
-<td></td>
-</tr>
-<tr class="odd">
-<td>snp-sites</td>
-<td>2.3.3</td>
-<td>snp-sites/2.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SNP-sites rapidly extracts SNPs from a multi-FASTA alignment.</td>
-</tr>
-<tr class="even">
-<td>soapdenovo-trans</td>
-<td>1.04</td>
-<td>soapdenovo-trans/1.04</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SOAPdenovo-Trans is a de novo transcriptome assembler basing on the SOAPdenovo framework, adapt to alternative splicing and different expression level among transcripts.</td>
-</tr>
-<tr class="odd">
-<td>sonnet</td>
-<td>1.13</td>
-<td>sonnet/py27/1.13</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>application</td>
-<td>machine learning</td>
-<td>Sonnet is a library built on top of TensorFlow for building complex neural networks.</td>
-</tr>
-<tr class="even">
-<td>sonnet</td>
-<td>1.19</td>
-<td>sonnet/py27/1.19</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>application</td>
-<td>machine learning</td>
-<td>Sonnet is a library built on top of TensorFlow for building complex neural networks.</td>
-</tr>
-<tr class="odd">
-<td>sonnet</td>
-<td>1.23</td>
-<td>sonnet/py35/1.23</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>application</td>
-<td>machine learning</td>
-<td>Sonnet is a library built on top of TensorFlow for building complex neural networks.</td>
-</tr>
-<tr class="even">
-<td>spades</td>
-<td>3.10.1</td>
-<td>spades/3.10</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SPAdes - St. Petersburg genome assembler - is intended for both standard isolates and single-cell MDA bacteria assemblies.</td>
-</tr>
-<tr class="odd">
-<td>spades</td>
-<td>3.11.1</td>
-<td>spades/3.11</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SPAdes - St. Petersburg genome assembler - is intended for both standard isolates and single-cell MDA bacteria assemblies.</td>
-</tr>
-<tr class="even">
-<td>spades</td>
-<td>3.12.0</td>
-<td>spades/3.12</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SPAdes - St. Petersburg genome assembler - is intended for both standard isolates and single-cell MDA bacteria assemblies.</td>
-</tr>
-<tr class="odd">
-<td>spades</td>
-<td>3.8.1</td>
-<td>spades/3.8</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>SPAdes - St. Petersburg genome assembler - is intended for both standard isolates and single-cell MDA bacteria assemblies.</td>
-</tr>
-<tr class="even">
-<td>ssake</td>
-<td>4.0</td>
-<td>ssake/4.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>genomics</td>
-<td>SSAKE is a genomics application for de novo assembly of millions of very short DNA sequences.</td>
-</tr>
-<tr class="odd">
-<td>stereogene</td>
-<td>2.20</td>
-<td>stereogene/2.20</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>sequencing</td>
-<td>StereoGene: Rapid Estimation of Genomewide Correlation of Continuous or Interval Feature Data</td>
-</tr>
-<tr class="even">
-<td>targetfinder</td>
-<td>1.7</td>
-<td>targetfinder/1.7</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Plant small RNA target prediction tool.</td>
-</tr>
-<tr class="odd">
-<td>tassel</td>
-<td>5.2.40</td>
-<td>tassel/5.2</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>TASSEL is a software package to evaluate traits associations, evolutionary patterns, and linkage disequilibrium.</td>
-</tr>
-<tr class="even">
-<td>tax2tree</td>
-<td>1.0</td>
-<td>tax2tree/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>tax2tree - Tools for decorating taxonomy information on to a phylogenetic tree.</td>
-</tr>
-<tr class="odd">
-<td>tensorflow</td>
-<td>1.11.0</td>
-<td>tensorflow/py27/1.11</td>
-<td>None<br />
-None<br />
-</td>
-<td>application</td>
-<td>machine learning</td>
-<td>TensorFlow is an open source software library for numerical computation using data flow graphs.</td>
-</tr>
-<tr class="even">
-<td>theano</td>
-<td>0.9.0</td>
-<td>theano/py27/0.9</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>application</td>
-<td>mathematics</td>
-<td>Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.</td>
-</tr>
-<tr class="odd">
-<td>theano</td>
-<td>1.0.2</td>
-<td>theano/py36/1.0</td>
-<td>None<br />
-None<br />
-None<br />
-</td>
-<td>application</td>
-<td>mathematics</td>
-<td>Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.</td>
-</tr>
-<tr class="even">
-<td>transdecoder</td>
-<td>3.0.1</td>
-<td>transdecoder/3.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>TransDecoder identifies candidate coding regions within transcript sequences, such as those generated by de novo RNA-Seq transcript assembly using Trinity, or constructed based on RNA-Seq alignments to the genome using Tophat and Cufflinks.</td>
-</tr>
-<tr class="odd">
-<td>treemix</td>
-<td>1.13</td>
-<td>treemix/1.13</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>TreeMix is a method for inferring the patterns of population splits and mixtures in the history of a set of populations.</td>
-</tr>
-<tr class="even">
-<td>trimmomatic</td>
-<td>0.36</td>
-<td>trimmomatic/0.36</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Trimmomatic: A flexible read trimming tool for Illumina NGS data.</td>
-</tr>
-<tr class="odd">
-<td>trimmomatic</td>
-<td>0.38</td>
-<td>trimmomatic/0.38</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>A flexible read trimming tool for Illumina NGS data</td>
-</tr>
-<tr class="even">
-<td>trinity</td>
-<td>2.4.0</td>
-<td>trinity/2.4</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Trinity assembles transcript sequences from Illumina RNA-Seq data.</td>
-</tr>
-<tr class="odd">
-<td>trinity</td>
-<td>2.6.6</td>
-<td>trinity/2.6</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Trinity RNA-Seq de novo transcriptome assembly</td>
-</tr>
-<tr class="even">
-<td>ucsc-liftover</td>
-<td>366</td>
-<td>ucsc-liftover/366</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>The Batch Coordinate Conversion (liftOver) utility converts genome coordinates and genome annotation files between assemblies.</td>
-</tr>
-<tr class="odd">
-<td>viennarna</td>
-<td>2.3.3</td>
-<td>viennarna/2.3</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>The ViennaRNA Package consists of a C code library and several stand-alone programs for the prediction and comparison of RNA secondary structures.</td>
-</tr>
-<tr class="even">
-<td>xcrysden</td>
-<td>1.5.60</td>
-<td>xcrysden/1.5</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>physics</td>
-<td>XCrySDen is a crystalline and molecular structure visualisation program aiming at display of isosurfaces and contours, which can be superimposed on crystalline structures and interactively rotated and manipulated.</td>
-</tr>
-<tr class="odd">
-<td>zerone</td>
-<td>1.0</td>
-<td>zerone/1.0</td>
-<td>None<br />
-</td>
-<td>application</td>
-<td>computational biology</td>
-<td>Zerone discretizes several ChIP-seq replicates simultaneously and resolves conflicts between them. After the job is done, Zerone checks the results and tells you whether it passes the quality control.</td>
-</tr>
-</tbody>
-</table>
-
-Attachments:
-------------
-
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11636211.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/11636210.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11636212.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11636224.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11636234.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11636237.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11636261.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11636313.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11636703.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11637571.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11637642.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11637803.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11638025.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/13041713.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/13041801.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/13598791.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/13599013.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/15925812.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/15172535.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/15925813.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16515118.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16515119.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16515125.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16515126.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16515564.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16515565.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16515756.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16515757.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16516265.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16516266.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16516344.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16516345.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16516445.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16516446.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16516518.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16516519.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16516997.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16516998.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16517958.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16517959.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16518099.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16518100.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16518211.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16518212.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16520350.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16520351.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16520551.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16520552.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16520645.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16520646.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16521263.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16521264.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16521267.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/16521268.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17039963.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17039964.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17040165.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17040166.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17040834.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17040835.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17040991.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17040992.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17041692.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17041693.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17041697.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17041698.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17042474.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17042475.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17042882.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17042883.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17042884.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17042885.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17044278.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17044279.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17044473.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17044474.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17044765.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/17044766.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/18547289.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/18547290.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/18547291.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/18547292.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/18547734.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/18547735.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/18547736.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/18547737.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/18548046.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/18548047.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/18548534.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/18548535.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/20709440.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/20709441.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21070062.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21070063.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21070634.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21070635.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21071048.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21071049.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21071739.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21071740.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21071842.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21071843.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21072286.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21072287.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21072508.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21072509.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21072657.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/21072658.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24150672.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24150673.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24150675.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24150676.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24150810.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24150811.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24151072.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24151073.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24151175.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24151176.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24152139.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24152140.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24152141.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24152142.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24152143.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24152144.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24152472.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24152473.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24152574.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/24152575.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/27721986.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/27721987.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/27722098.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/27722099.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/27722509.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/27722510.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/29065324.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/29065325.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30441695.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30441696.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30442109.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30442110.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30442724.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30442725.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30442787.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30442788.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30442789.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30442790.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30443142.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30443143.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30444020.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30444021.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30444233.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30444234.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30444771.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30444772.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445039.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445040.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445145.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445146.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445474.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445475.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445577.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445578.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445689.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445690.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445792.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445793.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445895.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30445896.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446114.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446115.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446219.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446220.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446325.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446326.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446432.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446433.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446478.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446479.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446563.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446564.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446860.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446861.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446962.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30446963.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30447015.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30447016.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30447017.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30447018.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30447124.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30447125.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30447623.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30447624.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30447927.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30447928.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30448131.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30448132.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30448481.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30448482.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30448508.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30448509.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/30448364.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/30448367.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/30448368.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/30448370.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/30448371.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/30448372.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/30448373.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/30448374.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/30448365.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/30448375.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/30448376.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30448708.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30448709.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30448554.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30448555.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30448605.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30448606.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30448813.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30448814.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30448811.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30448812.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30448918.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30448919.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30448920.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30448921.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30449026.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/30449027.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30449028.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30449029.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33685753.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33685754.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685531.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685532.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685536.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685537.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685539.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685540.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685650.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685651.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685755.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685756.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33685865.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33685866.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685762.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685763.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685867.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685868.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33685970.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33685971.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685995.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33685996.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33686002.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33686003.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33686004.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33686005.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33686211.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33686212.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33686235.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33686236.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33688499.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33688500.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33686240.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33686241.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33686246.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33686247.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33688370.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33688371.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33688544.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33688545.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33690039.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/33690040.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689702.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689703.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689715.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689716.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689831.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689832.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689890.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689891.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689895.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689896.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689899.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689900.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689904.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689905.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689911.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689912.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689915.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689916.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689926.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689927.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689935.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/33689936.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35323951.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35323952.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35323916.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35323917.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324654.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324656.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324074.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324075.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324076.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324077.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324078.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324079.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324209.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324210.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324354.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324355.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324380.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324381.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324459.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324460.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324533.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324534.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324526.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/35324462.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324527.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324528.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324651.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/35324466.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324653.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/35324472.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324532.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324655.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/35324476.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324535.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324536.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324657.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/35324505.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35324579.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xsl](attachments/11636205/35324507.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324529.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324652.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xsl](attachments/11636205/35324513.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35324583.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xsl](attachments/11636205/35324517.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324537.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324538.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324539.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324540.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324543.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324544.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324545.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324546.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324547.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324672.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324673.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324663.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324664.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324665.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324666.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324669.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324670.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324671.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35324869.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35324873.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324831.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324832.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324833.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324834.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324835.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324836.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324837.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324674.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324675.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324676.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324677.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324680.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324681.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324682.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324683.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324684.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324685.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324686.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324687.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324688.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324691.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324692.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324693.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324694.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324695.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324720.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324721.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324722.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324723.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324726.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324727.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324728.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324729.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324730.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324785.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324786.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324787.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324788.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324791.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324792.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324793.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324794.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324795.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324809.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324810.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324811.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324812.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324815.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324816.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324817.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324818.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324819.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324820.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324821.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324822.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324823.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324826.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324827.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324828.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324829.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324830.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324970.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324971.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324972.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324973.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324976.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324977.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324978.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324979.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324980.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325674.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325675.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325676.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325677.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325678.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325679.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325680.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35325034.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35325038.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325049.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325050.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325051.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325052.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325055.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325056.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325057.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325058.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325059.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35325203.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35325207.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325145.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325146.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325147.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325148.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325151.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325152.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325153.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325154.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325155.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325303.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325304.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325305.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325306.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325309.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325310.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325311.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325312.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325313.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35325246.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35325250.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35325289.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35325293.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35325596.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35325600.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325314.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325315.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325316.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325317.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325320.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325321.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325322.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325323.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325324.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325354.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325355.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325356.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325357.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325360.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325361.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325362.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325363.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325364.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325442.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325445.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325446.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325449.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325450.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325451.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325452.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325455.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325457.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325468.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325471.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325472.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325475.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325476.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325477.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325478.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325481.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325483.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325487.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325490.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325491.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325494.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325495.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325496.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325497.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325500.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325502.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325520.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325523.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325524.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325527.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325528.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325529.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325530.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325533.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325535.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325857.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325860.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325861.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325864.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325865.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325866.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325867.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325870.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325872.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35325713.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35325717.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325787.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325788.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325789.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325790.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325791.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325792.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35325793.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35326174.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35326178.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324465.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324471.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324475.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324504.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/35324512.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/15172539.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[sandhills\_modules.xml](attachments/11636205/11636209.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325876.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325879.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325880.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325883.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325884.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325885.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325886.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325889.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325891.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325904.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325907.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325908.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325911.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325912.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325913.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325914.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325917.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325919.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325923.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325926.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325927.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325930.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325931.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325932.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325933.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325936.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325938.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325954.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325957.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325958.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325961.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325962.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325963.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35325964.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325967.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35325969.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326012.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326015.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326016.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326019.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326020.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326021.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326022.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326025.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326027.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326083.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326086.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326087.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326090.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326091.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326092.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326093.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326096.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326098.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326209.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326211.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326196.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326199.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326200.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326203.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326204.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326205.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326206.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35326700.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35326704.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326298.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326301.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326302.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326305.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326306.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326307.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326308.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326311.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326313.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326392.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326395.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326396.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326399.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326400.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326401.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326402.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326405.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326407.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326420.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326423.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326424.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326427.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326428.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326429.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326430.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326433.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326435.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326488.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326491.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326492.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326495.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326496.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326497.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326498.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326501.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326503.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326538.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326541.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326542.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326545.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326546.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326547.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326548.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326551.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326553.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326577.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326580.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326581.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326584.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326585.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326586.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326587.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326590.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326592.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326628.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326631.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326632.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326635.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326636.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326637.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326638.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326641.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326643.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326650.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326653.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326654.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326657.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326658.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326659.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326660.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326663.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326665.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326808.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326811.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326812.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326815.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326816.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326817.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326818.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326821.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326823.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35324506.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/11636205/35324516.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326885.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326888.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326889.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326892.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326893.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326894.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326895.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326898.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326900.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326920.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326923.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326924.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326927.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326928.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326929.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326930.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326933.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326935.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326939.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326942.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326943.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326946.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326947.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326948.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35326949.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326952.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35326954.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35327021.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35327024.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35327025.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35327028.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35327029.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35327030.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35327031.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35327034.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35327036.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324461.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324463.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/35324464.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324473.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324477.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324503.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/11636205/35324511.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30448354.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules (master)
-97B4452A8C.xml](attachments/11636205/30448363.xml) (text/xml)  
-
-
diff --git a/content/guides/running_applications/available_software_for_tusker.md b/content/guides/running_applications/available_software_for_tusker.md
index cc4007cfe380ee60c8214d33c5cff67874879976..bafdc7366a312b6874041b9758c77f6978741164 100644
--- a/content/guides/running_applications/available_software_for_tusker.md
+++ b/content/guides/running_applications/available_software_for_tusker.md
@@ -1,28 +1,16 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
-
-<span id="title-text"> HCC-DOCS : Available Software for Tusker </span>
-=======================================================================
-
-Created by <span class="author"> Adam Caprez</span>, last modified by
-<span class="editor"> Natasha Pavlovikj</span> on Aug 06, 2018
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-approve confluence-information-macro-icon"></span>
++++
+title = "Available Software for Tusker"
+description = "List of available software for tusker.unl.edu."
++++
 
+{{% notice tip %}}
 HCC provides some software packages via the Singularity container
 software. If you do not see a desired package in the module list below,
-please check the [Using
-Singularity](https://hcc-docs.unl.edu/display/HCCDOC/Using+Singularity) page
-for the software list there.
-
-Module prerequisites
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
+please check the [Using Singularity]({{< relref "using_singularity" >}})
+page for the software list there.
+{{% /notice %}}
 
+{{% panel theme="warning" header="Module prerequisites" %}}
 If a module lists one or more prerequisites, the prerequisite module(s)
 must be loaded before or along with, that module.
 
@@ -37,2907 +25,11 @@ or
 **must** be first.)
 
 is acceptable.
+{{% /panel %}}
 
-Multiple versions
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span>
-
+{{% panel theme="info" header="Multiple versions" %}}
 Some packages list multiple compilers for prerequisites. This means that
 the package has been built with each version of the compilers listed.
+{{% /panel %}}
 
-| Name                   | Version       | Module Name                | Prerequisite(s)                                                                                                                                                                                                                                                  | Type        | Domain                                                 | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-|------------------------|---------------|----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|--------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| abacus                 | 1.0.1         | abacus/1.0                 | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| abinit                 | 8.0.8         | abinit/8.0                 | compiler/intel/12:openmpi/1.8                                                                                                                                                                                                                                    | application | computational chemistry                                | ABINIT is a package whose main program allows one to find the total energy.                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| abyss                  | 2.1.0         | abyss/2.1                  | compiler/gcc/6.1:openmpi/2.1                                                                                                                                                                                                                                     | application | bioinformatics                                         | ABySS is a de novo sequence assembler intended for short paired-end reads and large genomes.                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| acml                   | 5.1           | acml/5.1                   | compiler/gcc/4.6 compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14                                                                        | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| acml                   | 5.3           | acml/5.3                   | compiler/gcc/4.6 compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14                                                                        | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| acml                   | 6.1           | acml/6.1                   | compiler/gcc/4.6 compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9                                                                                                                                                                                              | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| aligngraph             | 1.0           | aligngraph/1.0             | None                                                                                                                                                                                                                                                             | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| allpathslg             | Latest        | allpathslg/latest          | compiler/gcc/4.7                                                                                                                                                                                                                                                 | application | biology                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| anaconda               | 2.7           | anaconda/2.7               | None                                                                                                                                                                                                                                                             | application | system                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| anaconda               | 3.3           | anaconda/3.3               | None                                                                                                                                                                                                                                                             | application | system                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| anaconda               | 3.4           | anaconda/3.4               | None                                                                                                                                                                                                                                                             | application | system                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| anaconda               | 4.3           | anaconda/4.3               | None                                                                                                                                                                                                                                                             | application | system                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| ant                    | 1.8           | ant/1.8                    | None                                                                                                                                                                                                                                                             | library     | java                                                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| asreml                 | 3.0           | asreml/3.0                 | None                                                                                                                                                                                                                                                             | application | data analysis                                          | ASReml                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| asreml                 | 4.1           | asreml/4.1                 | None                                                                                                                                                                                                                                                             | application | data analysis                                          | ASReml                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| atk                    | 13.8.2        | atk/13.8.2                 | compiler/gcc/4.7:mpich2/1.5                                                                                                                                                                                                                                      | application | Chemistry                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| atk                    | 2014.1        | atk/2014.1                 | compiler/gcc/4.7:mpich2/1.5                                                                                                                                                                                                                                      | application | Chemistry                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| atk                    | 2015.1        | atk/2015.1                 | compiler/gcc/4.7:mpich2/1.5                                                                                                                                                                                                                                      | application | Chemistry                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| augustus               | 3.0           | augustus/3.0               | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | computational biology                                  | AUGUSTUS is a program that predicts genes in eukaryotic genomic sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| automake               | 1.14          | automake/1.14              | None                                                                                                                                                                                                                                                             | application | Utilities                                              | Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| automake               | 1.15          | automake/1.15              | None                                                                                                                                                                                                                                                             | application | Utilities                                              | Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| ballgown               | 2.2.0         | ballgown/2.2               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Ballgown is a software package designed to facilitate flexible differential expression analysis of RNA-Seq data. It also provides functions to organize, visualize, and analyze the expression measurements for your transcriptome assembly.                                                                                                                                                                                                                                                                                          |
-| bam-readcount          | 0.6           | bam-readcount/0.6          | None                                                                                                                                                                                                                                                             | application | computational biology                                  | The purpose of this program is to generate metrics at single nucleotide positions.                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| bayespeak              | 1.24.0        | bayespeak/1.24.0           | None                                                                                                                                                                                                                                                             | application | computational biology                                  | This package is an implementation of the BayesPeak algorithm for peak-calling in ChIP-seq data.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| bcftools               | 1.1           | bcftools/1.1               | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | BCF Tools - a generic tool for the Variant Call Format(VCF)                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| bcftools               | 1.2           | bcftools/1.2               | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | BCF Tools - a generic tool for the Variant Call Format(VCF)                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| bcl2fastq              | 2.17          | bcl2fastq/2.17             | compiler/gcc/4.7                                                                                                                                                                                                                                                 | application | biology                                                | bcl2fastq can be used to demultiplex data and convert BCL files to FASTQ file formats for downstream analysis                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| BICseq                 | 1.1.2         | BICseq/1.1                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | BIC-seq can accurately and efficiently identify CNVs via minimizing the Bayesian information criterion.                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| bioperl                | 1.6           | bioperl/1.6                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | BioPerl is a collection of Perl modules that facilitate the development of Perl scripts for bioinformatics applications                                                                                                                                                                                                                                                                                                                                                                                                               |
-| biopieces              | 1.0           | biopieces/1.0              | compiler/gcc/4.7:openmpi/1.6                                                                                                                                                                                                                                     | application | computational biology                                  | The Biopieces are a collection of bioinformatics tools that can be pieced together in a very easy and flexible manner to perform both simple and complex tasks.                                                                                                                                                                                                                                                                                                                                                                       |
-| biosamtools            | 1.38          | biosamtools/1.38           | None                                                                                                                                                                                                                                                             | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| bismark                | 0.14.2        | bismark/0.14               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Bisulfite read mapper and methylation caller.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| bismark                | 0.19.0        | bismark/0.19               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Bisulfite read mapper and methylation caller.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| blast                  | 2.2.30        | blast/2.2                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | NCBI BLAST+ sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.                                                                                                                                                                                                                                                                                                                                                            |
-| blast                  | 2.4.0         | blast/2.4                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | NCBI BLAST+ sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.                                                                                                                                                                                                                                                                                                                                                            |
-| blast-legacy           | 2.2.26        | blast-legacy/2.2.26        | None                                                                                                                                                                                                                                                             | application | computational biology                                  | NCBI BLAST sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.                                                                                                                                                                                                                                                                                                                                                             |
-| blat                   | 34            | blat/34                    | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Blat is an alignment tool like BLAST, but it is structured differently. On DNA, Blat works by keeping an index of an entire genome in memory. Thus, the target database of BLAT is not a set of GenBank sequences, but instead an index derived from the assembly of the entire genome.                                                                                                                                                                                                                                               |
-| blat                   | 35x1          | blat/35x1                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Blat is an alignment tool like BLAST, but it is structured differently. On DNA, Blat works by keeping an index of an entire genome in memory. Thus, the target database of BLAT is not a set of GenBank sequences, but instead an index derived from the assembly of the entire genome.                                                                                                                                                                                                                                               |
-| boost                  | 1.57          | boost/1.57                 | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.59          | boost/1.59                 | compiler/gcc/4.9 compiler/gcc/5.4 compiler/gcc/6.1                                                                                                                                                                                                               | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.61          | boost/1.61                 | compiler/intel/13 None                                                                                                                                                                                                                                           | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.63          | boost/1.63                 | compiler/gcc/6.1 compiler/intel/16                                                                                                                                                                                                                               | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.64          | boost/1.64                 | compiler/gcc/7.1                                                                                                                                                                                                                                                 | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| boost                  | 1.66          | boost/1.66                 | compiler/gcc/7.1 compiler/gcc/8.2                                                                                                                                                                                                                                | application | System Environment/Base                                | Boost provides free peer-reviewed portable C++ source libraries.                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| bowtie                 | 0.12.8        | bowtie/0.12.8              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Ultrafast, memory-efficient short read aligner                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bowtie                 | 0.12.9        | bowtie/0.12.9              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Ultrafast, memory-efficient short read aligner                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bowtie                 | 1.0.0         | bowtie/1.0.0               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Ultrafast, memory-efficient short read aligner                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bowtie                 | 1.1.2         | bowtie/1.1                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Ultrafast, memory-efficient short read aligner                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bowtie                 | 2.0.0-beta6   | bowtie/2.0.0-beta6         | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Ultrafast, memory-efficient short read aligner                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bowtie                 | 2.1.0         | bowtie/2.1.0               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Ultrafast, memory-efficient short read aligner                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bowtie                 | 2.2.6         | bowtie/2.2                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Ultrafast, memory-efficient short read aligner                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bowtie                 | 2.3.4         | bowtie/2.3                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Bowtie2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences.                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| bwa                    | 0.6.2         | bwa/0.6                    | None                                                                                                                                                                                                                                                             | application | computational biology                                  | bwa - Burrows-Wheeler Alignment Tool                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bwa                    | 0.7           | bwa/0.7                    | None                                                                                                                                                                                                                                                             | application | computational biology                                  | bwa - Burrows-Wheeler Alignment Tool                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bzip2                  | 1.0           | bzip2/1.0                  | None                                                                                                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| canu                   | 1.6           | canu/1.6                   | None                                                                                                                                                                                                                                                             | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cap3                   | 122107        | cap3/122107                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | CAP3: A DNA Sequence Assembly Program                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| CAPmiRSEQ              | 1.0           | CAPmiRSEQ/1.0              | None                                                                                                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cdna-cupcake-tofu2     | 5.2           | cdna-cupcake-tofu2/5.2     | None                                                                                                                                                                                                                                                             | application | computational biology                                  | cDNA\_Cupcake is a miscellaneous collection of Python and R scripts used for analyzing sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| cdo                    | 1.6           | cdo/1.6                    | compiler/gcc/4.7                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cexor                  | 1.10          | cexor/1.10                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | An R package to uncover high-resolution protein-DNA interactions in ChIP-exo replicates.                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| clark                  | 1.2.3         | clark/1.2                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| clustal-omega          | 1.2           | clustal-omega/1.2          | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Clustal Omega is the latest addition to the Clustal family. It offers a significant increase in scalability over previous versions, allowing hundreds of thousands of sequences to be aligned in only a few hours                                                                                                                                                                                                                                                                                                                     |
-| CNVnator               | 0.3           | CNVnator/0.3               | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | genotyping                                             | CNVnator: an approach to discover, genotype, and characterize typical and atypical CNVs from family and population genome sequencing.                                                                                                                                                                                                                                                                                                                                                                                                 |
-| cogent                 | 3.1           | cogent/3.1                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Cogent is a tool for reconstructing the coding genome using high-quality full-length transcriptome sequences.                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| cometa                 | 1.0           | cometa/1.0                 | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 4.6           | compiler/gcc/4.6           | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 4.7           | compiler/gcc/4.7           | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 4.8           | compiler/gcc/4.8           | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 4.9           | compiler/gcc/4.9           | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 5.4           | compiler/gcc/5.4           | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 6.1           | compiler/gcc/6.1           | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 7.1           | compiler/gcc/7.1           | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/gcc           | 8.2           | compiler/gcc/8.2           | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/intel         | 11            | compiler/intel/11          | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/intel         | 12            | compiler/intel/12          | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/intel         | 13            | compiler/intel/13          | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/intel         | 15            | compiler/intel/15          | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/intel         | 16            | compiler/intel/16          | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/intel         | 18            | compiler/intel/18          | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/open64        | 4.5           | compiler/open64/4.5        | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/pgi           | 11            | compiler/pgi/11            | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/pgi           | 12            | compiler/pgi/12            | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/pgi           | 13            | compiler/pgi/13            | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/pgi           | 14            | compiler/pgi/14            | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/pgi           | 15            | compiler/pgi/15            | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| compiler/pgi           | 16            | compiler/pgi/16            | None                                                                                                                                                                                                                                                             | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cp2k                   | 2.6           | cp2k/2.6                   | compiler/gcc/4.7:openmpi/1.8                                                                                                                                                                                                                                     | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cp2k                   | 3.0           | cp2k/3.0                   | compiler/gcc/4.7:openmpi/1.8                                                                                                                                                                                                                                     | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| cplex                  | 12.5          | cplex/12.5                 | None                                                                                                                                                                                                                                                             | library     | runtime                                                | CPLEX - High-performance mathematical programming solver for linear programming, mixed integer programming, and quadratic programming.                                                                                                                                                                                                                                                                                                                                                                                                |
-| crest                  | 1.0           | crest/1.0                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| csaw                   | 1.4           | csaw/1.4                   | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Detection of differentially bound regions in ChIP-seq data with sliding windows, with methods for normalization and proper FDR control.                                                                                                                                                                                                                                                                                                                                                                                               |
-| cuda                   | 5.5           | cuda/5.5                   | None                                                                                                                                                                                                                                                             | application | compiler                                               | NVIDIA CUDA Toolkit for Linux.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| cuda                   | 6.0           | cuda/6.0                   | None                                                                                                                                                                                                                                                             | application | compiler                                               | NVIDIA CUDA Toolkit for Linux.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| cuda                   | 6.5           | cuda/6.5                   | None                                                                                                                                                                                                                                                             | application | compiler                                               | NVIDIA CUDA Toolkit for Linux.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| cufflinks              | 2.0.2         | cufflinks/2.0.2            | None                                                                                                                                                                                                                                                             | application | computational biology                                  | cufflinks - Transcript assembly, differential expression, and differential regulation for RNA-Seq                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| cufflinks              | 2.1.1         | cufflinks/2.1.1            | None                                                                                                                                                                                                                                                             | application | computational biology                                  | cufflinks - Transcript assembly, differential expression, and differential regulation for RNA-Seq                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| cufflinks              | 2.2           | cufflinks/2.2              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | cufflinks - Transcript assembly, differential expression, and differential regulation for RNA-Seq                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| curl                   | 7.50          | curl/7.50                  | None                                                                                                                                                                                                                                                             | application | network                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| dmtcp                  | 2.0           | dmtcp/2.0                  | None                                                                                                                                                                                                                                                             | application | Utility                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| dmtcp                  | 2.3           | dmtcp/2.3                  | None                                                                                                                                                                                                                                                             | application | Utility                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| dmtcp                  | 2.4           | dmtcp/2.4                  | None                                                                                                                                                                                                                                                             | application | Utility                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| dmtcp                  | 2.5           | dmtcp/2.5                  | None                                                                                                                                                                                                                                                             | application | Utility                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| ea-utils               | 1.01          | ea-utils/1.0               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | EA Utils is a collection of command line tools for processing NextGen sequencing data. Included are fastq-stats and sam-stats which are lightweight tools that display a variety of statistics on fastq and sam files.                                                                                                                                                                                                                                                                                                                |
-| edirect                | 1.0           | edirect/1.0                | None                                                                                                                                                                                                                                                             | application | unknown                                                | Entrez Direct (EDirect) is an advanced method for accessing the NCBI's set of interconnected databases.                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| elk                    | 4.3.6         | elk/4.3                    | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| emacs                  | 24.5          | emacs/24.5                 | None                                                                                                                                                                                                                                                             | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| emboss                 | 6.5.7         | emboss/6.5                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | EMBOSS is a free Open Source software analysis package specially developed for the needs of the molecular biology (e.g. EMBnet) user community.                                                                                                                                                                                                                                                                                                                                                                                       |
-| erne                   | 2.1.1         | erne/2.1                   | None                                                                                                                                                                                                                                                             | application | computational biology                                  | ERNE is a short string alignment package whose goal is to provide an all-inclusive set of tools to handle short (NGS-like) reads.                                                                                                                                                                                                                                                                                                                                                                                                     |
-| espresso               | 5.0           | espresso/5.0               | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| exiv2                  | 0.25          | exiv2/0.25                 | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | images                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| exomiser               | 7.2           | exomiser/7.2               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | The Exomiser is a Java program that finds potential disease-causing variants from whole-exome or whole-genome sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                        |
-| exonerate              | 2.2           | exonerate/2.2              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Exonerate - a generic tool for sequence alignment.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| expat                  | 2.2           | expat/2.2                  | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | xml                                                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| express                | 1.5           | express/1.5                | None                                                                                                                                                                                                                                                             | application | life sciences                                          | express - Streaming quantification for high-throughput sequencing                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| fastqc                 | 0.10          | fastqc/0.10                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | fastqc - A Quality Control application for FastQ files                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| fastx\_toolkit         | 0.0.14        | fastx\_toolkit/0.0.14      | None                                                                                                                                                                                                                                                             | application | computational biology                                  | FASTX Toolkit is a collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| fftw2                  | 2.1           | fftw2/2.1                  | compiler/intel/13                                                                                                                                                                                                                                                | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| fftw3                  | 3.3           | fftw3/3.3                  | compiler/gcc/4.7 compiler/gcc/4.9 compiler/intel/13 compiler/intel/15 compiler/intel/16                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| flash                  | 1.2.11        | flash/1.2                  | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | computational biology                                  | FLASH (Fast Length Adjustment of SHort reads) is a very fast and accurate software tool to merge paired-end reads from next-generation sequencing experiments. FLASH is designed to merge pairs of reads when the original DNA fragments are shorter than twice the length of reads. The resulting longer reads can significantly improve genome assemblies. They can also improve transcriptome assembly when FLASH is used to merge RNA-seq data.                                                                                   |
-| gamess                 | 20141205R1    | gamess/20141205R1          | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gap                    | 4.5           | gap/4.5                    | None                                                                                                                                                                                                                                                             | library     | runtime                                                | GAP is a system for computational discrete algebra, with particular emphasis on Computational Group Theory.                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| gatk                   | 3.4-46        | gatk/3.4                   | None                                                                                                                                                                                                                                                             | application | computational biology                                  | The Genome Analysis Toolkit or GATK is a software package developed at the Broad Institute to analyze high-throughput sequencing data. The toolkit offers a wide variety of tools, with a primary focus on variant discovery and genotyping as well as strong emphasis on data quality assurance. Its robust architecture, powerful processing engine and high-performance computing features make it capable of taking on projects of any size.                                                                                      |
-| gdal                   | 1.11          | gdal/1.11                  | compiler/gcc/4.7                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gdcclient              | 1.2.0         | gdcclient/1.2              | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gdl                    | 0.9           | gdl/0.9                    | None                                                                                                                                                                                                                                                             | library     | runtime                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| genemarks              | 2.5p          | genemarks/2.5p             | None                                                                                                                                                                                                                                                             | application | computational biology                                  | GeneMarkS: a self-training method for prediction of gene starts in microbial genomes. Implications for finding sequence motifs in regulatory regions                                                                                                                                                                                                                                                                                                                                                                                  |
-| genemarks              | 4.3           | genemarks/4.3              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | GeneMarkS: a self-training method for prediction of gene starts in microbial genomes. Implications for finding sequence motifs in regulatory regions                                                                                                                                                                                                                                                                                                                                                                                  |
-| genewise               | 2.4           | genewise/2.4               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | The Wise2 form compares a protein sequence to a genomic DNA sequence, allowing for introns and frameshifting errors.                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| geos                   | 3.5           | geos/3.5                   | compiler/gcc/4.7 compiler/gcc/4.9                                                                                                                                                                                                                                | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gromacs                | 4.6           | gromacs/4.6                | compiler/gcc/4.7:openmpi/1.6                                                                                                                                                                                                                                     | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gromacs                | 5.1.4         | gromacs/5.1                | compiler/gcc/4.8:openmpi/1.8                                                                                                                                                                                                                                     | application | computational biology                                  | GROMACS is a versatile package to perform molecular dynamics, i.e. simulate the Newtonian equations of motion for systems with hundreds to millions of particles.                                                                                                                                                                                                                                                                                                                                                                     |
-| GSL                    | 1.16          | GSL/1.16                   | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| GSL                    | 2.1           | GSL/2.1                    | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gtool                  | 0.7.5         | gtool/0.7                  | compiler/gcc/6.1                                                                                                                                                                                                                                                 | application | computational biology                                  | GTOOL is a program for transforming sets of genotype data for use with the programs SNPTEST and IMPUTE.                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| hapflk                 | 1.3.0         | hapflk/1.3                 | None                                                                                                                                                                                                                                                             | application | package                                                | hapflk is a software implementing the hapFLK \[1\] and FLK \[2\] tests for the detection of selection signatures based on multiple population genotyping data.                                                                                                                                                                                                                                                                                                                                                                        |
-| hdf4                   | 4.2           | hdf4/4.2                   | compiler/gcc/4.7 compiler/intel/11 compiler/intel/12 compiler/pgi/11 compiler/pgi/12 compiler/pgi/15                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| hdf5                   | 1.8           | hdf5/1.8                   | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| hdf5                   | 1.8.6         | hdf5/1.8.6                 | compiler/intel/12 compiler/pgi/11                                                                                                                                                                                                                                | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| hdfeos2                | 2.18          | hdfeos2/2.18               | compiler/gcc/4.7 compiler/intel/11 compiler/intel/12 compiler/pgi/11 compiler/pgi/12                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| hdfeos5                | 1.14          | hdfeos5/1.14               | compiler/gcc/4.7 compiler/intel/11 compiler/intel/12 compiler/pgi/11 compiler/pgi/12                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| hiddendomains          | 2.3           | hiddendomains/2.3          | None                                                                                                                                                                                                                                                             | application | chip-seq                                               | hiddenDomains is a suite of programs used to identify significant enrichment of ChIP-seq reads that span large domains.                                                                                                                                                                                                                                                                                                                                                                                                               |
-| hisat2                 | 2.0.5         | hisat2/2.0                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | HISAT2 is a fast and sensitive alignment program for mapping next-generation sequencing reads (both DNA and RNA) to a population of human genomes (as well as to a single reference genome).                                                                                                                                                                                                                                                                                                                                          |
-| hmmer                  | 3.1           | hmmer/3.1                  | compiler/gcc/4.7:openmpi/1.6 compiler/gcc/4.9:openmpi/1.8                                                                                                                                                                                                        | application | computational biology                                  | HMMER biosequence analysis using profile hidden Markov models                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| hmmer                  | 3.1b2         | hmmer/3.1                  | compiler/gcc/4.8:openmpi/1.8                                                                                                                                                                                                                                     | application | computational biology                                  | HMMER biosequence analysis using profile hidden Markov models                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| HTSeq                  | 0.5.4p5       | HTSeq/0.5.4p5              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | HTSeq - Analysing high-throughput sequencing data with Python                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| HTSeq                  | 0.6.1p1       | HTSeq/0.6.1p1              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | HTSeq - Analysing high-throughput sequencing data with Python                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| htslib                 | 1.3.2         | htslib/1.3                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | HTSlib is an implementation of a unified C library for accessing common file formats.                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| HTSlib                 | 1.2           | HTSlib/1.2                 | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | HTSlib - the core library used by samtools and bcftools.                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| hugeseq                | 1.0           | hugeseq/1.0                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | HugeSeq is a fully integrated system for genome analysis from mapping reads to the identification and annotation of all types of variants: SNPS, Indels and SVs.                                                                                                                                                                                                                                                                                                                                                                      |
-| humann2                | 0.9.9         | humann2/0.9                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | HUMAnN2 is the next generation of HUMAnN (HMP Unified Metabolic Analysis Network).                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| idba                   | 1.1.3         | idba/1.1                   | None                                                                                                                                                                                                                                                             | application | computational biology                                  | IDBA is a practical iterative De Bruijn Graph De Novo Assembler for sequence assembly in bioinfomatics.                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| idr                    | 2.0           | idr/2.0                    | None                                                                                                                                                                                                                                                             | application | computational biology                                  | The IDR (Irreproducible Discovery Rate) framework is a uni�ed approach to measure the reproducibility of �ndings identi�ed from replicate experiments and provide highly stable thresholds based on reproducibility.                                                                                                                                                                                                                                                                                                            |
-| ijg-libjpeg            | 9b            | ijg-libjpeg/9b             | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | images                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| ilmbase                | 2.2           | ilmbase/2.2                | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | images                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| ima2p                  | 1.0           | ima2p/1.0                  | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                                                    | application | Bayesian MCMC                                          | IMa2p is a parallel implementation of IMa2, using OpenMPI-C++ - a Bayesian MCMC based method for inferring population demography under the IM (Isolation with Migration) model.                                                                                                                                                                                                                                                                                                                                                       |
-| imagemagick            | 5.5           | imagemagick/5.5            | compiler/gcc/4.7                                                                                                                                                                                                                                                 | library     | image editing                                          | ImageMagick® is a software suite to create, edit, compose, or convert bitmap images.                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| imagemagick            | 6.8           | imagemagick/6.8            | compiler/gcc/4.7                                                                                                                                                                                                                                                 | library     | image editing                                          | ImageMagick® is a software suite to create, edit, compose, or convert bitmap images.                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| intel-mkl              | 12            | intel-mkl/11               | None None                                                                                                                                                                                                                                                        | library     | tools                                                  | Numerical library, contains blas/lapack                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| intel-mkl              | 13            | intel-mkl/13               | None                                                                                                                                                                                                                                                             | library     | tools                                                  | Numerical library, contains blas/lapack                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| intel-mkl              | 15            | intel-mkl/15               | None                                                                                                                                                                                                                                                             | library     | tools                                                  | Numerical library, contains blas/lapack                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| intel-mkl              | 16            | intel-mkl/16               | None                                                                                                                                                                                                                                                             | library     | tools                                                  | Numerical library, contains blas/lapack                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| interproscan           | 5.23-62.0     | interproscan/5.23          | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | Scans a range of protein signatures against your sequences and provides protein functional analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| interproscan           | 5.24-63.0     | interproscan/5.24          | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | Scans a range of protein signatures against your sequences and provides protein functional analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| interproscan           | 5.8-49.0      | interproscan/5.8           | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Scans a range of protein signatures against your sequences and provides protein functional analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| irods                  | 4.1           | irods/4.1                  | None                                                                                                                                                                                                                                                             | application | unknown                                                | The integrated Rule-Oriented Data System (iRODS) is open source data management software used by research organizations and government agencies worldwide. This module includes the icommands client programs only.                                                                                                                                                                                                                                                                                                                   |
-| jags                   | 3.4           | jags/3.4                   | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | mathematics                                            | JAGS is Just Another Gibbs Sampler.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| jags                   | 4.2           | jags/4.2                   | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | mathematics                                            | JAGS is Just Another Gibbs Sampler.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| jellyfish              | 2.2.0         | jellyfish/2.2              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA.                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| jellyfish              | 2.2.7         | jellyfish/2.2              | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | computational biology                                  | Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA.                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| jmosaics               | 1.10          | jmosaics/1.10              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Joint analysis of multiple ChIP-Seq data sets.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| julia                  | 0.6.2         | julia/0.6                  | None                                                                                                                                                                                                                                                             | application | Language                                               | Julia is a high-level, high-performance dynamic programming language for numerical computing.                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| kaiju                  | 1.4.4         | kaiju/1.4                  | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| kaiju                  | 1.5.0         | kaiju/1.5                  | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | Bioinformatics                                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| kalign                 | 2.03          | kalign/2.03                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Kalign is a fast and accurate multiple sequence alignment algorithm designed to align large numbers of protein sequences.                                                                                                                                                                                                                                                                                                                                                                                                             |
-| kallisto               | 0.42.3        | kallisto/0.42              | compiler/gcc/4.8                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| khmer                  | 2.0           | khmer/2.0                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Khmer is tools for in-memory nucleotide sequence k-mer counting, filtering, graph traversal and more.                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| kraken                 | 1.0           | kraken/1.0                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Kraken is a system for assigning taxonomic labels to short DNA sequences, usually obtained through metagenomic studies.                                                                                                                                                                                                                                                                                                                                                                                                               |
-| lammps                 | 10Aug15       | lammps/10Aug15             | compiler/intel/15:openmpi/1.8                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lammps                 | 10Feb2017     | lammps/10Feb2017           | compiler/gcc/6.1:openmpi/2.0                                                                                                                                                                                                                                     | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lammps                 | 15May15       | lammps/15May15             | compiler/gcc/4.9:openmpi/1.8 compiler/gcc/4.9:openmpi/2.1                                                                                                                                                                                                        | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lammps                 | 16Aug13       | lammps/16Aug13             | compiler/gcc/4.7:openmpi/1.6                                                                                                                                                                                                                                     | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lammps                 | 30Oct14       | lammps/30Oct14             | compiler/gcc/4.8:openmpi/1.8                                                                                                                                                                                                                                     | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| libint                 | 1.1           | libint/1.1                 | compiler/gcc/4.7                                                                                                                                                                                                                                                 | application | Computational Chemistry                                | Libint is a software stack for computing integrals used in molecular quantum mechanics                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| libraw                 | 0.17          | libraw/0.17                | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | images                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| libtiff                | 4.0           | libtiff/4.0                | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | images                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| libxc                  | 2.2.3         | libxc/2.2                  | compiler/intel/13                                                                                                                                                                                                                                                | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| libxml2                | 2.9           | libxml2/2.9                | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| libxslt                | 1.1           | libxslt/1.1                | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lofreq                 | 2.1.3.1       | lofreq/2.1                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | LoFreq is a fast and sensitive variant-caller for inferring SNVs and indels from next-generation sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| lsdyna                 | 10.0          | lsdyna/10.0                | None                                                                                                                                                                                                                                                             | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 10.1          | lsdyna/10.1                | None                                                                                                                                                                                                                                                             | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 6.0.0         | lsdyna/6.0.0               | None                                                                                                                                                                                                                                                             | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 6.1.2         | lsdyna/6.1.2               | None                                                                                                                                                                                                                                                             | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 7.0.0         | lsdyna/7.0.0               | None                                                                                                                                                                                                                                                             | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 7.1.1         | lsdyna/7.1.1               | None                                                                                                                                                                                                                                                             | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 8.0.0         | lsdyna/8.0.0               | None                                                                                                                                                                                                                                                             | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 8.0.1         | lsdyna/8.0.1               | None                                                                                                                                                                                                                                                             | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 8.1.0         | lsdyna/8.1.0               | None                                                                                                                                                                                                                                                             | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 9.0.1         | lsdyna/9.0.1               | None                                                                                                                                                                                                                                                             | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| lsdyna                 | 9.2.0         | lsdyna/9.2.0               | None                                                                                                                                                                                                                                                             | application | unknown                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| luminance-hdr          | 2.4           | luminance-hdr/2.4          | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | image                                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| m4                     | 1.4           | m4/1.4                     | None                                                                                                                                                                                                                                                             | application | Utilities                                              | GNU M4 is an implementation of the traditional Unix macro processor.                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| mach                   | 1.0.18        | mach/1.0                   | compiler/gcc/4.8                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| mafft                  | 7.1           | mafft/7.1                  | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | MAFFT - a generic tool for sequence alingments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| maq                    | 0.7           | maq/0.7                    | None                                                                                                                                                                                                                                                             | application | computational biology                                  | maq - Mapping and Assembly with Quality.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| mauve                  | 2.4           | mauve/2.4                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | mauve - Multiple Genome Alignment.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| maven                  | 3.2           | maven/3.2                  | None                                                                                                                                                                                                                                                             | application | system                                                 | Apache Maven is a software project management and comprehension tool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| maven                  | 3.5           | maven/3.5                  | None                                                                                                                                                                                                                                                             | application | system                                                 | Apache Maven is a software project management and comprehension tool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| meerkat                | 0.189         | meerkat/0.1                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Meerkat is designed to identify structural variations                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| MEME                   | 4.11.3        | MEME/4.11                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | The MEME suite is a collection of tools for the discovery and analysis of sequence motifs. It is hosted at http://meme-suite.org/.                                                                                                                                                                                                                                                                                                                                                                                                    |
-| meme-suite             | 4.12.0        | meme-suite/4.12            | compiler/gcc/6.1:openmpi/2.0                                                                                                                                                                                                                                     | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| metacluster            | 1.2           | metacluster/1.2            | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| metaphlan              | 1.7           | metaphlan/1.7              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | MetaPhlAn is a computational tool for profiling the composition of microbial communities from metagenomic shotgun sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                    |
-| metaphlan              | 2.6.0         | metaphlan/2.6              | None                                                                                                                                                                                                                                                             | application | metagenomic phylogenetic analysis                      | MetaPhlAn is a computational tool for profiling the composition of microbial communities from metagenomic shotgun sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                    |
-| metavelvet             | 1.2.01        | metavelvet/1.2             | None                                                                                                                                                                                                                                                             | application | computational biology                                  | MetaVelvet is an extension of Velvet assembler to de novo metagenome assembly from short sequence reads.                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| mongodb-client         | 3.2           | mongodb-client/3.2         | None                                                                                                                                                                                                                                                             | application | Utility                                                | Client programs for MongoDB.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| mongodb-client         | 3.4           | mongodb-client/3.4         | None                                                                                                                                                                                                                                                             | application | Utility                                                | Client programs for MongoDB.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| mono                   | 4.6           | mono/4.6                   | None                                                                                                                                                                                                                                                             | application | compiler                                               | Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C\# and the Common Language Runtime.                                                                                                                                                                                                                                                                                                                                                                                              |
-| mono                   | 5.10          | mono/5.10                  | None                                                                                                                                                                                                                                                             | application | compiler                                               | Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C\# and the Common Language Runtime.                                                                                                                                                                                                                                                                                                                                                                                              |
-| mosaik                 | 2.2           | mosaik/2.2                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | MOSAIK is a reference-guided aligner for next-generation sequencing technologies.                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| mothur                 | 1.35.1        | mothur/1.35                | compiler/gcc/4.9:openmpi/1.8                                                                                                                                                                                                                                     | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| mpich2                 | 1.5           | mpich2/1.5                 | compiler/gcc/4.7                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| mplus                  | 6.12          | mplus/6.12                 | None                                                                                                                                                                                                                                                             | application | unknown                                                | Mplus is a latent variable modeling program with a wide variety of analysis capabilities.                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| mplus                  | 7.0           | mplus/7.0                  | None                                                                                                                                                                                                                                                             | application | unknown                                                | Mplus is a latent variable modeling program with a wide variety of analysis capabilities.                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| mrbayes                | 3.2           | mrbayes/3.2                | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | MrBayes - a generic tool for phylogenetic analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| mugsy                  | v1r2.3        | mugsy/v1r2.3               | None                                                                                                                                                                                                                                                             | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| multiqc                | 0.8           | multiqc/0.8                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Aggregate results from bioinformatics analyses across many samples into a single report                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| multiwell              | 2017          | multiwell/2017             | compiler/gcc/6.1:openmpi/2.1                                                                                                                                                                                                                                     | application | chemistry                                              | MultiWell calculates time dependent concentrations, reaction yields, vibrational distributions, and rate constants as functions of temperature and pressure for multi-well, multi-channel unimolecular reactions systems that consist of stable species and multiple isomerization and/or dissociation reactions.                                                                                                                                                                                                                     |
-| mummer                 | 3.23          | mummer/3.23                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | MUMmer - A modular system for the rapid whole genome alignment of finished or draft sequence                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| muscle                 | 3.8           | muscle/3.8                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Popular multiple alignment software                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| music                  | 1.0           | music/1.0                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | MUSIC is an algorithm for identification of enriched regions at multiple scales in the read depth signals from ChIP-Seq experiments.                                                                                                                                                                                                                                                                                                                                                                                                  |
-| mutect                 | 1.1           | mutect/1.1                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | MuTect is a method developed at the Broad Institute for the reliable and accurate identification of somatic point mutations in next generation sequencing data of cancer genomes.                                                                                                                                                                                                                                                                                                                                                     |
-| mytaxa                 | 1.0           | mytaxa/1.0                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | MyTaxa - Assign taxonomy to metagenomic fragments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| NCL                    | 6.0           | NCL/6.0                    | compiler/pgi/11 None                                                                                                                                                                                                                                             | application | utility                                                | A library of graphics utilites from the Natl. Center for Atmospheric Research.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| NCL                    | 6.1           | NCL/6.1dist                | None                                                                                                                                                                                                                                                             | application | utility                                                | A library of graphics utilites from the Natl. Center for Atmospheric Research.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| NCL                    | 6.3           | NCL/6.3                    | None                                                                                                                                                                                                                                                             | application | utility                                                | A library of graphics utilites from the Natl. Center for Atmospheric Research.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| NCL                    | 6.4           | NCL/6.4                    | None                                                                                                                                                                                                                                                             | application | utility                                                | A library of graphics utilites from the Natl. Center for Atmospheric Research.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| NCO                    | 4.1           | NCO/4.1                    | compiler/pgi/11                                                                                                                                                                                                                                                  | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| NCO                    | 4.4           | NCO/4.4                    | compiler/gcc/4.7 compiler/gcc/4.8 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| NCO                    | 4.5           | NCO/4.5                    | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| netcdf                 | 4.1           | netcdf/4.1                 | compiler/gcc/4.7 compiler/pgi/11                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| netcdf                 | 4.2           | netcdf/4.2                 | compiler/gcc/4.7 compiler/gcc/4.8 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| netcdf                 | 4.4           | netcdf/4.4                 | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| netsurfp               | 1.0c          | netsurfp/1.0               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | NetSurfP predicts the surface accessibility and secondary structure of amino acids in an amino acid sequence. The method also simultaneously predicts the reliability for each prediction, in the form of a Z-score. The Z-score is related to the surface prediction, and not the secondary structure.                                                                                                                                                                                                                               |
-| nwchem                 | 6.5           | nwchem/6.5                 | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| nwchem                 | 6.6           | nwchem/6.6                 | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| nxtrim                 | 0.3.1         | nxtrim/0.3                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | nxtrim: Software to remove Nextera Mate Pair adapters and categorise reads according to the orientation implied by the adapter location.                                                                                                                                                                                                                                                                                                                                                                                              |
-| oases                  | 0.2.8         | oases/0.2.8                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Oases - De novo transcriptome assembler for very short reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| openbugs               | 3.2           | openbugs/3.2               | None                                                                                                                                                                                                                                                             | application | statistics                                             | BUGS is a software package for performing Bayesian inference Using Gibbs Sampling.                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| opencv                 | 3.1.0         | opencv/3.1                 | None                                                                                                                                                                                                                                                             | library     | unknown                                                | If the library finds Intel's Integrated Performance Primitives on the system, it will use these proprietary optimized routines to accelerate itself.                                                                                                                                                                                                                                                                                                                                                                                  |
-| openexr                | 2.2           | openexr/2.2                | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | images                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 1.10          | openmpi/1.10               | compiler/intel/16                                                                                                                                                                                                                                                | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 1.10.2        | openmpi/1.10               | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 1.10.6        | openmpi/1.10               | compiler/gcc/5.4 compiler/gcc/6.1                                                                                                                                                                                                                                | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 1.6           | openmpi/1.6                | compiler/gcc/4.6 compiler/gcc/4.7 compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/open64/4.5 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 1.8           | openmpi/1.8                | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                       | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 2.0           | openmpi/2.0                | compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/intel/16 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                                        | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 2.0.1         | openmpi/2.0                | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/gcc/5.4 compiler/gcc/6.1                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 2.1           | openmpi/2.1                | compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/intel/16 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmpi                | 2.1.1         | openmpi/2.1                | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/gcc/5.4 compiler/gcc/6.1                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| openmx                 | 3.7           | openmx/3.7                 | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| p7zip                  | 16.02         | p7zip/16.02                | None                                                                                                                                                                                                                                                             | application | compression                                            | p7zip is a port of 7za.exe for POSIX systems.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| pandaseq               | 2.9           | pandaseq/2.9               | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | bioinforomatics                                        | PANDASEQ is a program to align Illumina reads, optionally with PCR primers embedded in the sequence, and reconstruct an overlapping sequence.                                                                                                                                                                                                                                                                                                                                                                                         |
-| pbh5tools              | 0.8.0         | pbh5tools/0.8              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | pbh5tools -- tools for manipulating HDF5 files produced by Pacific Biosciences. Specifically, this package provides functionality for manipulating and extracting data from "cmp.h5" and "bas.h5" files.                                                                                                                                                                                                                                                                                                                              |
-| pblat                  | 2.0           | pblat/2.0                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| perl-mongodb           | 1.2.2         | perl-mongodb/1.2           | None                                                                                                                                                                                                                                                             | application | Utility                                                | This is the official Perl driver for MongoDB.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| phdf5                  | 1.8           | phdf5/1.8                  | compiler/gcc/4.7:openmpi/1.6                                                                                                                                                                                                                                     | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| phdf5                  | 1.8.12        | phdf5/1.8                  | compiler/gcc/4.8:openmpi/1.8 compiler/pgi/12:openmpi/1.8 compiler/pgi/14:openmpi/1.8                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| phdf5                  | 1.8.13        | phdf5/1.8                  | compiler/gcc/4.7:openmpi/1.8 compiler/intel/12:openmpi/1.8 compiler/pgi/11:openmpi/1.8                                                                                                                                                                           | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| phobius                | 1.01          | phobius/1.01               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Phobius is a combined transmembrane topology and signal peptide predictor.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| phonopy                | 1.11.12       | phonopy/1.11               | None                                                                                                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| phrap                  | 0.990329      | phrap/0.9                  | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | Phrap is a program for assembling shotgun DNA sequence data. Cross\_match is a general purpose utility for comparing any two DNA sequence sets using a 'banded' version of swat. Swat is a program for searching one or more DNA or protein query sequences, or a query profile, against a sequence database, using an efficient implementation of the Smith-Waterman or Needleman-Wunsch algorithms with linear (affine) gap penalties.                                                                                              |
-| phylip                 | 3.696         | phylip/3.696               | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | computational biology                                  | PHYLIP (the PHYLogeny Inference Package) is a package of programs for inferring phylogenies (evolutionary trees).                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| phymmbl                | 4.0           | phymmbl/4.0                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | PhymmBL - Taxonomic Classification of Metagenomic Short Reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| picard                 | 1.139         | picard/1.1                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | A set of Java command line tools for manipulating high-throughput sequencing data (HTS) data and formats.                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| picrust                | 1.1.0         | picrust/1.1                | None                                                                                                                                                                                                                                                             | application | metagenomic                                            | The PICRUSt project aims to support prediction of the unobserved character states in a community of organisms from phylogenetic information about the organisms in that community.                                                                                                                                                                                                                                                                                                                                                    |
-| plink                  | 1.0.2         | plink/1.0                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | PLINK is a free, open-source whole genome association analysis toolset, designed to perform a range of basic, large-scale analyses in a computationally efficient manner.                                                                                                                                                                                                                                                                                                                                                             |
-| plplot                 | 5.9           | plplot/5.9                 | compiler/gcc/4.7                                                                                                                                                                                                                                                 | library     | plotting                                               | PLplot is a cross-platform software package for creating scientific plots.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| pnetcdf                | 4.2           | pnetcdf/4.2                | compiler/pgi/11:openmpi/1.6 compiler/pgi/11:openmpi/1.8                                                                                                                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| primer3                | 2.3.7         | primer3/2.3                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Primer3 picks primers for PCR reactions                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| prinseq-lite           | 0.20.4        | prinseq-lite/0.20          | None                                                                                                                                                                                                                                                             | application | computational biology                                  | PRINSEQ can be used to filter, reformat, or trim your genomic and metagenomic sequence data.                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| prodigal               | 2.60          | prodigal/2.60              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Prodigal (Prokaryotic Dynamic Programming Genefinding Algorithm) is a microbial (bacterial and archaeal) gene finding program developed at Oak Ridge National Laboratory and the University of Tennessee.                                                                                                                                                                                                                                                                                                                             |
-| prohlatype             | 0.9.0         | prohlatype/0.9             | None                                                                                                                                                                                                                                                             | application | Computational Biology                                  | This project provides a set of tools to calculate the full posterior distribution of HLA types given read data.                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| proj                   | 4.9           | proj/4.9                   | compiler/gcc/4.7                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| pslib                  | 0.4           | pslib/0.4                  | compiler/gcc/4.7                                                                                                                                                                                                                                                 | library     | graphics                                               | pslib is a C-library to create PostScript files on the fly.                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| pymagic                | 0.1           | pymagic/0.1                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | MAGIC: A diffusion-based imputation method reveals gene-gene interactions in single-cell RNA-sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| pymeteo                | 0.5           | pymeteo/0.5                | None                                                                                                                                                                                                                                                             | application | geoscience                                             | General meteorological routines, skew-T/log-p plotting and working with CM1 model data.                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| python                 | 3.3           | python/3.3                 | None                                                                                                                                                                                                                                                             | application | system                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| python-openstackclient | 2.1.0         | python-openstackclient/2.1 | None                                                                                                                                                                                                                                                             | application | Utility                                                | OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the command set for Compute, Identity, Image, Object Store and Block Storage APIs together in a single shell with a uniform command structure.                                                                                                                                                                                                                                                                                                           |
-| qctool                 | 1.4           | qctool/1.4                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | QCTOOL is a command-line utility program for basic quality control of gwas datasets.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| qiime                  | 1.7           | qiime/1.7                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data).                                                                                                                                                                                                                            |
-| qiime                  | 1.9           | qiime/1.9                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data).                                                                                                                                                                                                                            |
-| qiime                  | 2017.9        | qiime/2.0                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency.                                                                                                                                                                                                                                                                                                                                                                                                      |
-| qiime2                 | 2017.9        | qiime2/2017.9              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency.                                                                                                                                                                                                                                                                                                                                                                                                      |
-| qiime2                 | 2018.2        | qiime2/2018.2              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency.                                                                                                                                                                                                                                                                                                                                                                                                      |
-| quast                  | 4.1           | quast/4.1                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | QUAST. the QUality ASsessment Tool for genome assemblies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| R                      | 2.15          | R/2.15                     | None                                                                                                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| R                      | 3.0           | R/3.0                      | None                                                                                                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| R                      | 3.1           | R/3.1                      | None                                                                                                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| R                      | 3.2           | R/3.2                      | None                                                                                                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| R                      | 3.3           | R/3.3                      | None                                                                                                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| RAPSearch2             | 2.19          | RAPSearch2/2.19            | None                                                                                                                                                                                                                                                             | application | computational biology                                  | RAPSearch2 is a tool for fast protein similarity searches.                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| RAxML                  | 8.1           | RAxML/8.1                  | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | RAxML - a generic tool for phylogenetic analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| ray                    | 2.3           | ray/2.3                    | compiler/gcc/4.7:openmpi/1.6 compiler/gcc/4.7:openmpi/1.8                                                                                                                                                                                                        | application | computational biology                                  | Ray -- Parallel genome assemblies for parallel DNA sequencing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| repeatmasker           | 4.0           | repeatmasker/4.0           | None                                                                                                                                                                                                                                                             | application | computational biology                                  | RepeatMasker is a program that screens DNA sequences for interspersed repeats and low complexity DNA sequences.                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| rmblast                | 2.28          | rmblast/2.28               | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | RMBlast is a RepeatMasker compatible version of the standard NCBI BLAST suite. The primary difference between this distribution and the NCBI distribution is the addition of a new program 'rmblastn' for use with RepeatMasker and RepeatModeler.                                                                                                                                                                                                                                                                                    |
-| root                   | 6.06.08       | root/6.06                  | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | big data                                               | It provides all the functionalities needed to deal with big data processing, statistical analysis, visualisation and storage.                                                                                                                                                                                                                                                                                                                                                                                                         |
-| rosetta                | 3.8           | rosetta/3.8                | compiler/gcc/4.8:openmpi/1.8                                                                                                                                                                                                                                     | application | computational biology                                  | The Rosetta software suite includes algorithms for computational modeling and analysis of protein structures. It has enabled notable scientific advances in computational biology, including de novo protein design, enzyme design, ligand docking, and structure prediction of biological macromolecules and macromolecular complexes.                                                                                                                                                                                               |
-| r-scimpute             | 0.0.5         | r-scimpute/0.0.5           | None                                                                                                                                                                                                                                                             | application | biology                                                | scImpute is accurate and robust imputation of single-cell RNA sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| rsem                   | 1.2           | rsem/1.2                   | None                                                                                                                                                                                                                                                             | application | computational biology                                  | RSEM is a software package for estimating gene and isoform expression levels from RNA-Seq data.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| ruby                   | 2.1           | ruby/2.1                   | None                                                                                                                                                                                                                                                             | application | system                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| sage                   | 6.3           | sage/6.3                   | None                                                                                                                                                                                                                                                             | application | mathematics                                            | 'Sage is a free open-source mathematics software system licensed under the GPL. It builds on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more.' Mission: 'Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.'                                                                                                                                                                                                                     |
-| sage                   | 8.0           | sage/8.0                   | compiler/gcc/5.4                                                                                                                                                                                                                                                 | application | mathematics                                            | 'Sage is a free open-source mathematics software system licensed under the GPL. It builds on top of many existing open-source packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and many more.' Mission: 'Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.'                                                                                                                                                                                                                     |
-| samtools               | 0.1           | samtools/0.1               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | SAM Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format.                                                                                                                                                                                                                                                                                                                                                           |
-| samtools               | 1.1           | samtools/1.1               | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | SAM Tools - a generic tool for the sam format alignments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| samtools               | 1.2           | samtools/1.2               | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | SAM Tools - a generic tool for the sam format alignments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| samtools               | 1.3.1         | samtools/1.3               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | SAM Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format.                                                                                                                                                                                                                                                                                                                                                           |
-| scan-for-matches       | 1.0           | scan-for-matches/1.0       | None                                                                                                                                                                                                                                                             | application | computational biology                                  | scan\_for\_matches is a utility written in C for locating patterns in DNA or protein FASTA files.                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| scip                   | 4.0.0         | scip/4.0                   | None                                                                                                                                                                                                                                                             | application | constraint integer programming                         | SCIP is currently one of the fastest non-commercial solvers for mixed integer programming (MIP) and mixed integer nonlinear programming (MINLP).                                                                                                                                                                                                                                                                                                                                                                                      |
-| scythe                 | 0.991         | scythe/0.991               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Scythe - A Bayesian adapter trimmer.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| sga                    | 0.10          | sga/0.10                   | None                                                                                                                                                                                                                                                             | application | computational biology                                  | SGA is a de novo assembler designed to assemble large genomes from high coverage short read data.                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| shengbte               | 1.1.1         | shengbte/1.1               | compiler/gcc/4.9:openmpi/1.10                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| shrimp                 | 2.2           | shrimp/2.2                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | SHRiMP is a software package for aligning genomic reads against a target genome.                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| shtns                  | 2.8           | shtns/2.6                  | compiler/intel/13 compiler/intel/15                                                                                                                                                                                                                              | application | math                                                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| sickle                 | 1.2           | sickle/1.2                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | A windowed adaptive trimming tool for FASTQ files using quality                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| siesta                 | 4.1.3         | siesta/4.1                 | compiler/gcc/4.9:openmpi/1.10 compiler/intel/13:openmpi/1.8                                                                                                                                                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| signalp                | 4.1           | signalp/4.1                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | signalp predicts the presence and location of signal peptide cleavage sites in amino acid sequences from different organisms: Gram-positive bacteria, Gram-negative bacteria, and eukaryotes.                                                                                                                                                                                                                                                                                                                                         |
-| simrna                 | 3.20          | simrna/3.20                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | SimRNA is a tool for simulations of RNA conformational dynamics                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| smrtlink               | 5.0.1         | smrtlink/5.0               | None                                                                                                                                                                                                                                                             | application | biology                                                | PacBio’s open-source SMRT Analysis software suite is designed for use with Single Molecule, Real-Time (SMRT) Sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                       |
-| smrtlink               | 5.1.0         | smrtlink/5.1               | None                                                                                                                                                                                                                                                             | application | biology                                                | PacBio’s open-source SMRT Analysis software suite is designed for use with Single Molecule, Real-Time (SMRT) Sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                       |
-| snap                   | 2013.11       | snap/2013.11               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Semi-HMM-based Nucleic Acid Parser gene prediction tool                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| snp-pipeline           | 0.6           | snp-pipeline/0.6           | None                                                                                                                                                                                                                                                             | application | computational biology                                  | SNP Pipeline is a pipeline for the production of SNP matrices from sequence data used in the phylogenetic analysis of pathogenic organisms sequenced from samples of interest to food safety.                                                                                                                                                                                                                                                                                                                                         |
-| snptest                | 2.5.2         | snptest/2.5                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | SNPTEST is a program for the analysis of single SNP association in genome-wide studies.                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| soapdenovo2            | r240          | soapdenovo2/r240           | None                                                                                                                                                                                                                                                             | application | computational biology                                  | soapdenovo2 - novel short-read assembly method that can build a de novo draft assembly for the human-sized genomes                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| spglib                 | 1.9.9         | spglib/1.9                 | compiler/gcc/4.9                                                                                                                                                                                                                                                 | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| spider                 | 2.0           | spider/2.0                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Sequence-based Prediction of Local and Nonlocal Structural Features for Proteins.                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| spp                    | 1.11          | spp/1.11                   | None                                                                                                                                                                                                                                                             | application | computational biology                                  | ChIP-seq peak caller                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| spp                    | 1.13          | spp/1.13                   | None                                                                                                                                                                                                                                                             | application | computational biology                                  | ChIP-seq peak caller                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| SRAtoolkit             | 2.3           | SRAtoolkit/2.3             | None                                                                                                                                                                                                                                                             | application | computational biology                                  | SRA Toolkit                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| SRAtoolkit             | 2.8           | SRAtoolkit/2.8             | None                                                                                                                                                                                                                                                             | application | computational biology                                  | SRA Toolkit                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| SRAtoolkit             | 2.9           | SRAtoolkit/2.9             | None                                                                                                                                                                                                                                                             | application | computational biology                                  | The SRA Toolkit and SDK from NCBI is a collection of tools and libraries for using data in the INSDC Sequence Read Archives.                                                                                                                                                                                                                                                                                                                                                                                                          |
-| star                   | 2.5.3a        | star/2.5                   | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | biology                                                | Spliced Transcripts Alignment to a Reference                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| starccm                | 10.01.010     | starccm/10.06              | None                                                                                                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| starccm                | 9.01.011      | starccm/9.06               | None                                                                                                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| StringTie              | 1.3.0         | StringTie/1.3              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| structure              | 2.3           | structure/2.3              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | The program structure is a free software package for using multi-locus genotype data to investigate population structure.                                                                                                                                                                                                                                                                                                                                                                                                             |
-| szip                   | 2.1           | szip/2.1                   | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/open64/4.5 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                   | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tabix                  | 0.2           | tabix/0.2                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Tabix indexes a TAB-delimited genome position file in.tab.bgz and creates an index file.                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| tassel                 | 3.0           | tassel/3                   | None                                                                                                                                                                                                                                                             | application | computational biology                                  | While TASSEL has changed considerably since its initial public release in 2001, its primary function continues to be providing tools to investigate the relationship between phenotypes and genotypes1. As indicated by its title – Trait Analysis by aSSociation, Evolution and Linkage – TASSEL has multiple functions, including association study, evaluating evolutionary relationships, analysis of linkage disequilibrium, principal component analysis, cluster analysis, missing data imputation and data visualization. |
-| tassel                 | 4.0           | tassel/4                   | None                                                                                                                                                                                                                                                             | application | computational biology                                  | While TASSEL has changed considerably since its initial public release in 2001, its primary function continues to be providing tools to investigate the relationship between phenotypes and genotypes1. As indicated by its title – Trait Analysis by aSSociation, Evolution and Linkage – TASSEL has multiple functions, including association study, evaluating evolutionary relationships, analysis of linkage disequilibrium, principal component analysis, cluster analysis, missing data imputation and data visualization. |
-| tassel                 | 5.1           | tassel/5.1                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | While TASSEL has changed considerably since its initial public release in 2001, its primary function continues to be providing tools to investigate the relationship between phenotypes and genotypes1. As indicated by its title – Trait Analysis by aSSociation, Evolution and Linkage – TASSEL has multiple functions, including association study, evaluating evolutionary relationships, analysis of linkage disequilibrium, principal component analysis, cluster analysis, missing data imputation and data visualization. |
-| taxatortk              | 1.3.3         | taxatortk/1.3              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | taxator-tk                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| taxypro                | 1.0           | taxypro/1.0                | None                                                                                                                                                                                                                                                             | application | mixture modeling for taxonomic analysis of metagenomes |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| taxytoolbox            | 1.0           | taxytoolbox/1.0            | None                                                                                                                                                                                                                                                             | application | mixture modeling for taxonomic analysis of metagenomes |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow             | 0.12.1        | tensorflow/py35/0.12       | None None                                                                                                                                                                                                                                                        | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow             | 1.0.0         | tensorflow/py35/1.0        | None None                                                                                                                                                                                                                                                        | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow             | 1.3.1         | tensorflow/py35/1.3        | None None None                                                                                                                                                                                                                                                   | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow             | 1.4.0         | tensorflow/py36/1.4        | None None None                                                                                                                                                                                                                                                   | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow             | 1.5.0         | tensorflow/py35/1.5        | None None None                                                                                                                                                                                                                                                   | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tensorflow             | 1.7.0         | tensorflow/py35/1.7        | None None None                                                                                                                                                                                                                                                   | application | machine learning                                       | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| tophat                 | 2.0.14        | tophat/2.0                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | TopHat2 is a fast splice junction mapper for RNA-Seq reads. It aligns RNA-Seq reads to mammalian-sized genomes using the ultra high-throughput short read aligner Bowtie, and then analyzes the mapping results to identify splice junctions between exons.                                                                                                                                                                                                                                                                           |
-| tophat                 | 2.1.1         | tophat/2.1                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | TopHat2 is a fast splice junction mapper for RNA-Seq reads. It aligns RNA-Seq reads to mammalian-sized genomes using the ultra high-throughput short read aligner Bowtie, and then analyzes the mapping results to identify splice junctions between exons.                                                                                                                                                                                                                                                                           |
-| transdecoder           | 2.0.1         | transdecoder/2.0           | None                                                                                                                                                                                                                                                             | application | computational biology                                  | TransDecoder identifies candidate coding regions within transcript sequences, such as those generated by de novo RNA-Seq transcript assembly using Trinity, or constructed based on RNA-Seq alignments to the genome using Tophat and Cufflinks.                                                                                                                                                                                                                                                                                      |
-| transrate              | 0.1           | transrate/0.1              | None                                                                                                                                                                                                                                                             | application | life sciences                                          | transrate - Quality assessment and comparison of transcriptome assemblies                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| treemix                | 1.12          | treemix/1.12               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | TreeMix is a method for inferring the patterns of population splits and mixtures in the history of a set of populations.                                                                                                                                                                                                                                                                                                                                                                                                              |
-| trf                    | 4.07b         | trf/4.0                    | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Tandem Repeats Finder is a program to locate and display tandem repeats in DNA sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| trim\_galore           | 0.4.0         | trim\_galore/0.4           | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Trim sequences                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| trimmomatic            | 0.33          | trimmomatic/0.33           | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Trimmomatic: A flexible read trimming tool for Illumina NGS data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| trinity                | 2.0           | trinity/2.0                | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | Package for RNA-Seq de novo Assembly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| trinity                | 2.1           | trinity/2.1                | compiler/gcc/4.8                                                                                                                                                                                                                                                 | application | computational biology                                  | Package for RNA-Seq de novo Assembly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| trinity                | r2013-02-25   | trinity/r2013-02-25        | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Package for RNA-Seq de novo Assembly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| trinity                | r2013-11-10   | trinity/r2013-11-10        | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Package for RNA-Seq de novo Assembly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| trinity                | r2014-04-13p1 | trinity/r2014-04-13p1      | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Package for RNA-Seq de novo Assembly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| trinotate              | 2.0.2         | trinotate/2.0              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Trinotate is a comprehensive annotation suite designed for automatic functional annotation of transcriptomes, particularly de novo assembled transcriptomes, from model or non-model organisms.                                                                                                                                                                                                                                                                                                                                       |
-| tvc                    | 5.2.2         | tvc/5.2                    | compiler/gcc/4.9                                                                                                                                                                                                                                                 | application | Bioinformatics                                         | This plugin provides optimized pre-set parameters for many experiment types but is also very customizable.                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| udunits                | 2.1           | udunits/2.1                | compiler/gcc/4.7 compiler/gcc/4.8 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/open64/4.5 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                      | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| udunits                | 2.2           | udunits/2.2                | compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15                                                                                                          | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| udunits                | 2.2.20        | udunits/2.2                | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9                                                                                                                                                                                                               | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| upcr                   | 2.20          | upcr/2.20                  | compiler/gcc/4.9:openmpi/1.8 compiler/gcc/4.9:openmpi/1.8                                                                                                                                                                                                        | application | compiler                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| usearch                | 7.0           | usearch/7.0                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | USEARCH is a unique sequence analysis tool with thousands of users world-wide. USEARCH offers search and clustering algorithms that are often orders of magnitude faster than BLAST.                                                                                                                                                                                                                                                                                                                                                  |
-| varscan                | 2.3           | varscan/2.3                | None                                                                                                                                                                                                                                                             | application | computational biology                                  | VarScan is a platform-independent mutation caller for targeted, exome, and whole-genome resequencing data generated on Illumina, SOLiD, Life/PGM, Roche/454, and similar instruments.                                                                                                                                                                                                                                                                                                                                                 |
-| vasp                   | 5.4           | vasp/5.4                   | compiler/intel/13:openmpi/1.8                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| vasp                   | 5.4.4         | vasp/5.4.4                 | compiler/intel/15:openmpi/2.1                                                                                                                                                                                                                                    | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| vcftools               | 0.1           | vcftools/0.1               | None                                                                                                                                                                                                                                                             | application | computational biology                                  | VCFtools is a program package designed for working with VCF files, such as those generated by the 1000 Genomes Project. The aim of VCFtools is to provide easily accessible methods for working with complex genetic variation data in the form of VCF files.                                                                                                                                                                                                                                                                         |
-| velvet                 | 1.2           | velvet/1.2                 | None                                                                                                                                                                                                                                                             | application | computational biology                                  | Velvet - Sequence assembler for very short reads                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| viennarna              | 2.4.5         | viennarna/2.4              | None                                                                                                                                                                                                                                                             | application | computational biology                                  | The ViennaRNA Package consists of a C code library and several stand-alone programs for the prediction and comparison of RNA secondary structures.                                                                                                                                                                                                                                                                                                                                                                                    |
-| WRF                    | WRF           | WRF/WRF                    | compiler/pgi/15:openmpi/1.10 None                                                                                                                                                                                                                                | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| xpclr                  | 1.0           | xpclr/1.0                  | None                                                                                                                                                                                                                                                             | application | computational biology                                  | detecting selective sweeps via the differentiation of two populations                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| xzutils                | 5.2           | xzutils/5.2                | None                                                                                                                                                                                                                                                             | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| zlib                   | 1.2           | zlib/1.2                   | compiler/gcc/4.7 compiler/gcc/4.8 compiler/gcc/4.9 compiler/intel/11 compiler/intel/12 compiler/intel/13 compiler/intel/15 compiler/open64/4.5 compiler/pgi/11 compiler/pgi/12 compiler/pgi/13 compiler/pgi/14 compiler/pgi/15 None                              | library     | runtime support                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-
-| Name                  | Version      | Module Name                    | Prerequisite(s) | Type        | Domain                          | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-|-----------------------|--------------|--------------------------------|-----------------|-------------|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| abayesqr              | 1.0          | abayesqr/1.0                   | None            | application | high-throughput sequencing data | aBayesQR is a viral quasispecies reconstruction algorithm that employs a maximum-likelihood framework to infer individual sequences in a mixture from high-throughput sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| afni                  | 18.2.06      | afni/18.2                      | None            | application | MRI                             | AFNI is a suite of programs for looking at and analyzing 3D brain images.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| afterqc               | 0.9.6        | afterqc/0.9                    | None            | application | package                         | Automatic Filtering, Trimming, Error Removing and Quality Control for fastq data. AfterQC can simply go through all fastq files in a folder and then output three folders: good, bad and QC folders, which contains good reads, bad reads and the QC results of each fastq file/pair. Currently it supports processing data from HiSeq 2000/2500/3000/4000, Nextseq 500/550, MiniSeq...and other Illumina 1.8 or newer formats.                                                                                                                                                                                                                                                                                                                                                           |
-| agfusion              | 1.0          | agfusion/1.0                   | None            | application | Biology                         | AGFusion is a python package for annotating gene fusions from the human or mouse genomes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| allinea               | 18.0         | allinea/18.0                   | None            | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 18.2         | allinea/18.2                   | None            | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 4.2          | allinea/4.2                    | None            | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 5.0          | allinea/5.0                    | None            | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 5.1          | allinea/5.1                    | None            | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 6.0          | allinea/6.0                    | None            | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 6.1          | allinea/6.1                    | None            | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| allinea               | 7.0          | allinea/7.0                    | None            | application | Utility                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| ant                   | 1.10.1       | ant/1.10                       | None            | library     | java                            | Java build tool                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| ant                   | 1.9.9        | ant/1.9                        | None            | library     | java                            | Java build tool                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| apkid                 | 1.0.0        | apkid/1.0                      | None            | application | Malware                         | APKiD is Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| aria2                 | 1.23.0       | aria2/1.23                     | None            | application | tool                            | aria2 is a lightweight multi-protocol & multi-source command-line download utility.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| aspera-cli            | 3.7.7        | aspera-cli/3.7                 | None            | application | system                          | IBM Aspera Command-Line Interface (the Aspera CLI) is a collection of Aspera tools for performing high-speed, secure data transfers from the command line.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| augustus              | 3.2.3        | augustus/3.2                   | None            | application | computational biology           | AUGUSTUS is a gene prediction program for eukaryotes written by Mario Stanke and Oliver Keller. It can be used as an ab initio program, which means it bases its prediction purely on the sequence. AUGUSTUS may also incorporate hints on the gene structure coming from extrinsic sources such as EST, MS/MS, protein alignments and synthenic genomic alignments.                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| augustus              | 3.3          | augustus/3.3                   | None            | application | computational biology           | AUGUSTUS is a gene prediction program for eukaryotes written by Mario Stanke and Oliver Keller. It can be used as an ab initio program, which means it bases its prediction purely on the sequence. AUGUSTUS may also incorporate hints on the gene structure coming from extrinsic sources such as EST, MS/MS, protein alignments and synthenic genomic alignments.                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| autoconf              | 2.69         | autoconf/2.69                  | None            | application | Utilities                       | Extensible M4 macros that produce shell scripts to configure software source code packages.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| autodock              | 4.2.6        | autodock/4.2                   | None            | application | Chemistry                       | AutoDock is a suite of automated docking tools. It is designed to predict how small molecules, such as substrates or drug candidates, bind to a receptor of known 3D structure.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| awscli                | 1.1.120      | awscli/1.11                    | None            | application | utility                         | The AWS CLI is an open source tool built on top of the AWS SDK for Python (Boto) that provides commands for interacting with AWS services.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| bam-readcount         | 0.8          | bam-readcount/0.8              | None            | application | computational biology           | The purpose of this program is to generate metrics at single nucleotide positions.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bamtools              | 2.3.0        | bamtools/2.3                   | None            | application | computational biology           | C++ API & command-line toolkit for working with BAM data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bamtools              | 2.4.1        | bamtools/2.4                   | None            | application | computational biology           | C++ API & command-line toolkit for working with BAM data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bbmap                 | 37.17        | bbmap/37.17                    | None            | application | computational biology           | BBMap is a splice-aware global aligner for DNA and RNA sequencing reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bbmap                 | 38.06        | bbmap/38.06                    | None            | application | computational biology           | BBMap is a splice-aware global aligner for DNA and RNA sequencing reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bcftools              | 1.3.1        | bcftools/1.3                   | None            | application | computational biology           | BCFtools is a set of utilities that manipulate variant calls in the Variant Call Format (VCF) and its binary counterpart BCF. All commands work transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed. Most commands accept VCF, bgzipped VCF and BCF with filetype detected automatically even when streaming from a pipe. Indexed VCF and BCF will work in all situations. Un-indexed VCF and BCF and streams will work in most, but not all situations.                                                                                                                                                                                                                                                                                                         |
-| bcftools              | 1.8          | bcftools/1.8                   | None            | application | computational biology           | BCFtools is a set of utilities that manipulate variant calls in the Variant Call Format (VCF) and its binary counterpart BCF. All commands work transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed. Most commands accept VCF, bgzipped VCF and BCF with filetype detected automatically even when streaming from a pipe. Indexed VCF and BCF will work in all situations. Un-indexed VCF and BCF and streams will work in most, but not all situations.                                                                                                                                                                                                                                                                                                         |
-| beagle                | 4.1\_21Jan17 | beagle/4.1                     | None            | application | Biology                         | Beagle is a software package that performs genotype calling, genotype phasing, imputation of ungenotyped markers, and identity-by-descent segment detection.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| beast                 | 1.8          | beast/1.8                      | None            | application | biology                         | BEAST is a cross-platform program for Bayesian analysis of molecular sequences using MCMC.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| beast2                | 2.4          | beast2/2.4                     | None            | application | biology                         | BEAST 2 is a cross-platform program for Bayesian phylogenetic analysis of molecular sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| bedops                | 2.4.35       | bedops/2.4                     | None            | application | computational biology           | BEDOPS is an open-source command-line toolkit that performs highly efficient and scalable Boolean and other set operations, statistical calculations, archiving, conversion and other management of genomic data of arbitrary scale.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| bedtools              | 2.24.0       | bedtools/2.24                  | None            | application | computational biology           | A powerful toolset for genome arithmetic                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bedtools              | 2.27.1       | bedtools/2.27                  | None            | application | computational biology           | A powerful toolset for genome arithmetic                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| beta                  | 1.0.7        | beta/1.0                       | None            | application | computational biology           | Binding and Expression Target Analysis (BETA) is a software package that integrates ChIP-seq of transcription factors or chromatin regulators with differential gene expression data to infer direct target genes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| binutils              | 2.30         | binutils/2.30                  | None            | application | Utilities                       | The GNU Binutils are a collection of binary tools.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| bioconductor          | 3.4          | bioconductor/3.4               | None            | application | computational biology           | Bioconductor provides tools for the analysis and comprehension of high-throughput genomic data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| bioconductor-ballgown | 2.2.0        | bioconductor-ballgown/2.2      | None            | application | computational biology           | Tools for statistical analysis of assembled transcriptomes, including flexible differential expression analysis, visualization of transcript structures, and matching of assembled transcripts to annotation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| bioconductor-jmosaics | 1.10         | bioconductor-jmosaics/1.10     | None            | application | computational biology           | Joint analysis of multiple ChIP-Seq data sets.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| biodata               | 1.0          | biodata/1.0                    | None            | application | computational biology           | Static data resources for bioinformatics/computational biology.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| biom-format           | 2.1          | biom-format/2.1                | None            | application | computational biology           | The BIOM file format (canonically pronounced biome) is designed to be a general-use format for representing biological sample by observation contingency tables. BIOM is a recognized standard for the Earth Microbiome Project and is a Genomics Standards Consortium supported project.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| bioperl               | 1.6.924      | bioperl/1.6.924                | None            | application | computational biology           | BioPerl - Perl Modules for Biology                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| biopython             | 1.70         | biopython/py36/1.70            | None None None  | library     | biological computation          | Biopython is a set of freely available tools for biological computation written in Python by an international team of developers.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| biopython             | 1.71         | biopython/py27/1.71            | None None None  | library     | biological computation          | Biopython is a set of freely available tools for biological computation written in Python by an international team of developers.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| blast                 | 2.6.0        | blast/2.6                      | None            | application | computational biology           | NCBI BLAST+ sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| blast                 | 2.7.1        | blast/2.7                      | None            | application | computational biology           | NCBI BLAST+ sequence alignment package. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| breakdancer           | 1.4          | breakdancer/1.4                | None            | application | computational biology           | BreakDancer is a Perl/C++ package that provides genome-wide detection of structural variants from next generation paired-end sequencing reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| breakseq2             | 2.2          | breakseq2/2.2                  | None            | application | computational biology           | BreakSeq2: Ultrafast and accurate nucleotide-resolution analysis of structural variants.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| bsmap                 | 2.90         | bsmap/2.90                     | None            | application | Mapping                         | BSMAP is a short reads mapping software for bisulfite sequencing reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| bx-python             | 0.8.1        | bx-python/py27/0.8             | None None None  | application | computational biology           | Tools for manipulating biological data, particularly multiple sequence alignments                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| canu                  | 1.7          | canu/1.7                       | None            | application | computational biology           | Canu is a fork of the Celera Assembler, designed for high-noise single-molecule sequencing (such as the PacBio RS II/Sequel or Oxford Nanopore MinION).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| ccat                  | 3.0          | ccat/3.0                       | None            | application | computational biology           | A software package for the analysis of ChIP-seq data with negative control.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| clove                 | 0.17         | clove/0.17                     | None            | application | computational biology           | CLOVE: Classification of genomic fusions into structural variation events.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| clustalw              | 2.1          | clustalw/2.1                   | None            | application | computational biology           | ClustalW2 is a multiple sequence alignment tool for the alignment of DNA or protein sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| cmake                 | 2.8.10.2     | cmake/2.8                      | None            | application | system                          | CMake is an extensible, open-source system that manages the build process                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| cmake                 | 3.10.3       | cmake/3.10                     | None            | application | system                          | CMake is an extensible, open-source system that manages the build process                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| cmake                 | 3.11.3       | cmake/3.11                     | None            | application | system                          | CMake is an extensible, open-source system that manages the build process                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| cmake                 | 3.5.0        | cmake/3.5                      | None            | application | system                          | CMake is an extensible, open-source system that manages the build process                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| cmake                 | 3.7.1        | cmake/3.7                      | None            | application | system                          | CMake is an extensible, open-source system that manages the build process                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| codonw                | 1.4.4        | codonw/1.4                     | None            | application | computational biology           | CodonW is a programme designed to simplify the Multivariate analysis (correspondence analysis) of codon and amino acid usage.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| connectome-workbench  | 1.3.1        | connectome-workbench/1.3       | None            | application | neuroimaging                    | Connectome Workbench is an open source, freely available visualization and discovery tool used to map neuroimaging data, especially data generated by the Human Connectome Project                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| cutadapt              | 1.13         | cutadapt/1.13                  | None            | application | NGS data                        | Cutadapt finds and removes adapter sequences, primers, poly-A tails and other types of unwanted sequence from your high-throughput sequencing reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| cutadapt              | 1.4          | cutadapt/1.4                   | None            | application | computational biology           | Cutadapt removes adapter sequences from DNA high-throughput sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| deap                  | 1.0          | deap/1.0                       | None            | application | computer science                | DEAP is a novel evolutionary computation framework for rapid prototyping and testing of ideas.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| deeptools             | 2.5.4        | deeptools/2.5                  | None            | application | computational biology           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| detectron/py27        | 2018.09.11   | detectron/py27/2018.09.11      | None            | application | object detection                | FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| eigen                 | 3.3.3        | eigen/3.3                      | None            | library     | C++                             | C++ template library for linear algebra                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| entrez-direct         | 10.0         | entrez-direct/10.0             | None            | application | Entrez                          | Entrez Direct (EDirect) is an advanced method for accessing the NCBI's set of interconnected databases (publication, sequence, structure, gene, variation, expression, etc.) from a UNIX terminal window. Functions take search terms from command-line arguments. Individual operations are combined to build multi-step queries. Record retrieval and formatting normally complete the process.                                                                                                                                                                                                                                                                                                                                                                                         |
-| eqtlbma               | 1.3          | eqtlbma/1.3                    | None            | application | biology                         | Package to detect eQTLs jointly in multiple subgroups (e.g. tissues) via Bayesian Model Averaging.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| fastqc                | 0.11.7       | fastqc/0.11                    | None            | application | computational biology           | fastqc - A Quality Control application for FastQ files                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| fasttree              | 2.1.10       | fasttree/2.1                   | None            | application | computational biology           | FastTree infers approximately-maximum-likelihood phylogenetic trees from alignments of nucleotide or protein sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| fqtrim                | 0.9.7        | fqtrim/0.9                     | None            | application | computational biology           | fqtrim: trimming & filtering of NGS reads.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| freebayes             | 1.2.0        | freebayes/1.2                  | None            | application | Biology                         | Bayesian haplotype-based polymorphism discovery and genotyping                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| freesurfer            | 5.3.0        | freesurfer/5.3                 | None            | application | computational neuroimaging      | An open source software suite for processing and analyzing (human) brain MRI images.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| freesurfer            | 6.0.0        | freesurfer/6.0                 | None            | application | computational neuroimaging      | An open source software suite for processing and analyzing (human) brain MRI images.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| gatk4                 | 4.0.4.0      | gatk4/4.0                      | None            | application | computational biology           | GATK4: This toolkit offers a wide variety of tools with a primary focus on variant discovery and genotyping.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| gaussian              | 09 RevD      | gaussian/09/RevD               | None            | application | Chemistry                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| gaussian              | 09 RevE      | gaussian/09/RevE               | None            | application | Chemistry                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| gaussian              | 16 RevE      | gaussian/16/RevA               | None            | application | Chemistry                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| gdcclient             | 1.3.0        | gdcclient/1.3                  | None            | application | genomics                        | GDC provides a standard client-based mechanism in support of high performance data downloads and submission.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| gem                   | 2.7          | gem/2.7                        | None            | application | computational biology           | GEM: High resolution peak calling and motif discovery for ChIP-seq and ChIP-exo data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| geoparse              | 1.0.5        | geoparse/1.0                   | None            | application | Bioinformatics                  | Python library to access Gene Expression Omnibus Database (GEO)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| ghostscript           | 9.20         | ghostscript/9.20               | None            | library     | runtime support                 | An interpreter for the PostScript language and for PDF.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| ghostscript           | 9.22         | ghostscript/9.22               | None            | library     | runtime support                 | An interpreter for the PostScript language and for PDF.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| git                   | 2.17.0       | git/2.17                       | None            | library     | tools                           | distributed version control system                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| git                   | 2.7.4        | git/2.7                        | None            | library     | tools                           | distributed version control system                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| globus-cli            | 1.2.0        | globus-cli/1.2                 | None            | application | tool                            | Command line clients provide an interface to Globus services from the shell, and are suited for both interactive use and simple scripting use cases.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| glpk                  | 4.61         | glpk/4.61                      | None            | application | mathematics                     | The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| gmap                  | 2015.12.31   | gmap/2015.12.31                | None            | application | computational biology           | GMAP: A Genomic Mapping and Alignment Program for mRNA and EST Sequences, and GSNAP: Genomic Short-read Nucleotide Alignment Program.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| gmap                  | 2017.05.08   | gmap/2017.05.08                | None            | application | computational biology           | GMAP: A Genomic Mapping and Alignment Program for mRNA and EST Sequences, and GSNAP: Genomic Short-read Nucleotide Alignment Program.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| gmap                  | 2018.03.25   | gmap/2018.03.25                | None            | application | computational biology           | GMAP: A Genomic Mapping and Alignment Program for mRNA and EST Sequences, and GSNAP: Genomic Short-read Nucleotide Alignment Program.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| gnu-parallel          | 20180522     | gnu-parallel/20180522          | None            | application | Shell tool                      | GNU parallel is a shell tool for executing jobs in parallel using one or more computers.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| gnuplot               | 4.6.0        | gnuplot/4.6                    | None            | application | unknown                         | Gnuplot, plotting from command line                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| gnuplot               | 5.2.3        | gnuplot/5.2                    | None            | application | unknown                         | Gnuplot, plotting from command line                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| graphlan              | 1.0.0        | graphlan/1.0                   | None            | application | unknown                         | GraPhlAn is a software tool for producing high-quality circular representations of taxonomic and phylogenetic trees. It focuses on concise, integrative, informative, and publication-ready representations of phylogenetically- and taxonomically-driven investigation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| graphviz              | 2.38.0       | graphviz/2.38                  | None            | library     | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| gtdbtk                | 0.1.3        | gtdbtk/0.1                     | None            | application | computational biology           | A toolkit for assigning objective taxonomic classifications to bacterial and archaeal genomes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| hotspot3d             | 0.6.0        | hotspot3d/0.6                  | None            | application | bioinformatics                  | This 3D proximity tool can be used to identify mutation hotspots from linear protein sequence and correlate the hotspots with known or potentially interacting domains, mutations, or drugs. Mutation-mutation and mutation-drug clusters can also be identified and viewed.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| htseq                 | 0.5.4p5      | htseq/0.5.4p5                  | None            | application | computational biology           | HTSeq - Analysing high-throughput sequencing data with Python                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| htseq                 | 0.6.1p1      | htseq/0.6.1p1                  | None            | application | computational biology           | HTSeq - Analysing high-throughput sequencing data with Python                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| htseq                 | 0.9.1        | htseq/0.9                      | None            | application | computational biology           | HTSeq - Analysing high-throughput sequencing data with Python                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| htslib                | 1.7          | htslib/1.7                     | None            | application | computational biology           | HTSlib is an implementation of a unified C library for accessing common file formats.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| htstream              | e919d21      | htstream/e919d21               | None            | application | Bioinformatics                  | A toolset for high throughput sequence analysis using a streaming approach facilitated by Linux pipes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| imagemagick           | 7.0.8\_10    | imagemagick/7.0                | None            | application | bitmap                          | Software suite to create, edit, compose, or convert bitmap images.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| impute2               | 2.3.2        | impute2/2.3                    | None            | application | computational biology           | IMPUTE2 is a computer program for phasing observed genotypes and imputing missing genotypes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| iqtree                | 1.6.7        | iqtree/1.6                     | None            | application | computational biology           | IQ-TREE creates phylogenetic trees under maximum likelihood with emphasis on speed and accuracy.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| jamm                  | 1.0.7r2      | jamm/1.0.7r2                   | None            | application | computational biology           | JAMM is a peak finder for NGS datasets (ChIP-Seq, ATAC-Seq, DNase-Seq..etc.) that can integrate replicates and assign peak boundaries accurately.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| java                  | 1.6          | java/1.6                       | None            | application | system                          | Java JDK.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| java                  | 1.7          | java/1.7                       | None            | application | system                          | Java JDK.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| java                  | 1.8          | java/1.8                       | None            | application | system                          | Java JDK.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| julia                 | 1.0          | julia/1.0                      | None            | application | Language                        | A high-performance dynamic programming language for data science                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| jvarkit-msa2vcf       | 1.0          | jvarkit-msa2vcf/1.0            | None            | application | computational biology           | Getting a VCF file from a CLUSTAW or a FASTA alignment.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| jvarkit-sam2tsv       | 1.0          | jvarkit-sam2tsv/1.0            | None            | application | computational biology           | Prints the SAM alignments as a TAB delimited file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| kalign                | 2.0          | kalign/2.0                     | None            | application | computational biology           | Kalign is a fast and accurate multiple sequence alignment algorithm designed to align large numbers of protein sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| ksnp                  | 3.1          | ksnp/3.1                       | None            | application | computational biology           | kSNP identifies the pan-genome SNPs in a set of genome sequences, and estimates phylogenetic trees based upon those SNPs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| lftp                  | 4.8.3        | lftp/4.8                       | None            | application | system                          | LFTP is a sophisticated file transfer program supporting a number of network protocols (ftp, http, sftp, fish, torrent).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| lynx                  | 2.8.8        | lynx/2.8                       | None            | application | tool                            | Lynx is a text browser for the World Wide Web.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| macs2                 | 2.1.1        | macs2/2.1                      | None            | application | computational biology           | MACS -- Model-based Analysis of ChIP-Seq                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| maker                 | 2.31.9       | maker/2                        | None            | application | computational biology           | MAKER is a genome annotation pipeline for prokaryotic and smaller eukaryotic organisms.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| mapsplice             | 2.2.0        | mapsplice/2.2                  | None            | application | computational biology           | MapSplice is a software for mapping RNA-seq data to reference genome for splice junction discovery that depends only on reference genome, and not on any further annotations.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| mathematica           | 10.0         | mathematica/10.0               | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| mathematica           | 10.4         | mathematica/10.4               | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| mathematica           | 11.0         | mathematica/11.0               | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| mathematica           | 9.0          | mathematica/9.0                | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2012b       | matlab/r2012b                  | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2013b       | matlab/r2013b                  | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2014b       | matlab/r2014b                  | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2015b       | matlab/r2015b                  | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2016a       | matlab/r2016a                  | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2016b       | matlab/r2016b                  | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2017a       | matlab/r2017a                  | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2017b       | matlab/r2017b                  | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| matlab                | r2018a       | matlab/r2018a                  | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| mbuffer               | 20171011     | mbuffer/20171011               | None            | application | buffer                          | Mbuffer is a tool for buffering data streams with a large set of unique features.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| mcl                   | 14.137       | mcl/14.137                     | None            | application | computational biology           | MCL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| megahit               | 1.1          | megahit/1.1                    | None            | application | computational biology           | MEGAHIT: An ultra-fast single-node solution for large and complex metagenomics assembly via succinct de Bruijn graph.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| metasv                | 0.5.4        | metasv/0.5                     | None            | application | computational biology           | An accurate and integrative structural-variant caller for next generation sequencing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| mlpack                | 3.0.3        | mlpack/3.0                     | None            | library     | Machine Learning                | mlpack a fast, flexible machine learning library                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| multiqc               | 1.6          | multiqc/py27/1.6               | None None None  | application | computational biology           | MultiQC is a tool to create a single report with interactive plots for multiple bioinformatics analyses across many samples.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| mummer4               | 4.0.0beta2   | mummer4/4.0                    | None            | application | Bioinformatics                  | MUMmer is a system for rapidly aligning entire genomes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| mxnet                 | 0.9.3a       | mxnet/0.9.3                    | None            | application | AI                              | MXNet is an open-source deep learning framework that allows you to define, train, and deploy deep neural networks on a wide array of devices, from cloud infrastructure to mobile devices.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| ncbi-download         | 0.2.6        | ncbi-download/0.2              | None            | application | computational biology           | Python scriopt for downloading bacterial and fungal genomes from NCBI.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| neper                 | 3.3.0        | neper/3.3                      | None            | application | Applications                    | Neper is a software package for polycrystal generation and meshing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| octave                | 4.2          | octave/4.2                     | None            | application | engineering                     | GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| opencv                | 3.4.1        | opencv/py27/3.4                | None None       | library     | unknown                         | OpenCV is a computer vision and machine learning software library.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| orthofinder           | 1.1.8        | orthofinder/1.1                | None            | application | computational biology           | OrthoFinder is a fast, accurate and comprehensive analysis tool for comparative genomics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| orthofinder           | 2.2.6        | orthofinder/2.2                | None            | application | computational biology           | OrthoFinder is a fast, accurate and comprehensive analysis tool for comparative genomics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| paml                  | 4.9          | paml/4.9                       | None            | application | Sequencing                      | Phylogenetic Analysis by Maximum Likelihood (PAML)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| pandaseq              | 2.11         | pandaseq/2.11                  | None            | application | bioinformatics                  | PANDASEQ is a program to align Illumina reads, optionally with PCR primers embedded in the sequence, and reconstruct an overlapping sequence.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| peakranger            | 1.18         | peakranger/1.18                | None            | application | computational biology           | PeakRanger is a multi-purporse software suite for analyzing next-generation sequencing (NGS) data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| peakzilla             | 1.0          | peakzilla/1.0                  | None            | application | computational biology           | Peakzilla identifies sites of enrichment and transcription factor binding sites from transcription factor ChIP-seq and ChIP-exo experiments at hight accuracy and resolution.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| pepr                  | 1.1.18       | pepr/1.1                       | None            | application | computational biology           | Peak-calling and Prioritization pipeline for replicated ChIP-Seq data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| perl                  | 5.22         | perl/5.22                      | None            | application | perl                            | The Perl Programming Language                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| phylosnp              | 1.0          | phylosnp/1.0                   | None            | application | computational biology           | PhyloSNP is designed to take SNP data files (.csv and .vcf) and generate phylogenetic trees from the provided data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| picard                | 2.18.4       | picard/2.18                    | None            | application | computational biology           | A set of Java command line tools for manipulating high-throughput sequencing data (HTS) data and formats.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| picard                | 2.9.0        | picard/2.9                     | None            | application | computational biology           | A set of Java command line tools for manipulating high-throughput sequencing data (HTS) data and formats.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| pindel                | 0.2.5b9      | pindel/0.2                     | None            | application | computational biology           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| pirs                  | 2.0.2        | pirs/2.0                       | None            | application | computational biology           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| plink                 | 1.90b4       | plink/1.90                     | None            | application | computational biology           | PLINK is a free, open-source whole genome association analysis toolset, designed to perform a range of basic, large-scale analyses in a computationally efficient manner.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| plinkseq              | 0.10         | plinkseq/0.10                  | None            | application | computational biology           | PLINK/SEQ is an open-source C/C++ library for working with human genetic variation data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| pomoxis               | 0.1.7        | pomoxis/0.1                    | None            | application | computational biology           | Pomoxis comprises APIs and command line tools for interacting and analysing Oxford Nanopore Technologies’ data in real time.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| prokka                | 1.12         | prokka/1.12                    | None            | application | bioinformatics                  | Prokka is a software tool for the rapid annotation of prokaryotic genomes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| pullseq               | 1.0          | pullseq/1.0                    | None            | application | computational biology           | pullseq - Software to extract sequence from a fasta or fastq. Also filter sequences by a minimum length or maximum length.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| pyclone               | 0.13         | pyclone/0.13                   | None            | application | computational biology           | PyClone is statistical model and software tool designed to infer the prevalence of point mutations in heterogeneous cancer samples.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| pyfasta               | 0.5          | pyfasta/0.5                    | None            | application | computational biology           | Pyfasta - fast, memory-efficient, pythonic (and command-line) access to fasta sequence files.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| pygenometracks        | 2.0          | pygenometracks/2.0             | None            | application | bioinformatics                  | Standalone program and library to plot beautiful genome browser tracks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| pymongo               | 3.0.3        | pymongo/3.0                    | None            | application | Utility                         | PyMongo is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| pymongo               | 3.3.0        | pymongo/3.3                    | None            | application | Utility                         | PyMongo is a Python distribution containing tools for working with MongoDB, and is the recommended way to work with MongoDB from Python.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| python                | 2.7          | python/2.7                     | None            | application | system                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| python                | 3.4          | python/3.4                     | None            | application | system                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| python                | 3.5          | python/3.5                     | None            | application | system                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| python                | 3.6          | python/3.6                     | None            | application | system                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| python                | 3.7          | python/3.7                     | None            | application | system                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| pytorch               | 0.4.0        | pytorch/py36/0.4               | None None None  | application | deep learning                   | PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| qiime2                | 2018.4       | qiime2/2018.4                  | None            | application | computational biology           | QIIME 2 is a powerful, extensible, and decentralized microbiome analysis package with a focus on data and analysis transparency.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| quasr                 | 6.09         | quasr/6.09                     | None            | application | computational biology           | QUASR is lightweight pipeline for processing and analysis of high-throughput sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| quast                 | 4.4          | quast/4.4                      | None            | application | computational biology           | QUAST evaluates genome assemblies by computing various metrics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| quast                 | 4.5          | quast/4.5                      | None            | application | computational biology           | QUAST evaluates genome assemblies by computing various metrics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| R                     | 3.4.4        | R/3.4                          | None            | application | mathematics                     | Microsoft R Open is the enhanced distribution of R from Microsoft Corporation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| R                     | 3.5.1        | R/3.5                          | None            | application | mathematics                     | Microsoft R Open is the enhanced distribution of R from Microsoft Corporation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| rarefactionanalyzer   | 2018.09.06   | rarefactionanalyzer/2018.09.06 | None            | application | computational biology           | Rarefaction analyzer is a simple program that can be used to perform rarefaction analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| rclone                | 1.44         | rclone/1.44                    | None            | application | Storage                         | Rclone - rsync for cloud storage.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| red                   | 2015.05.22   | red/2015.05.22                 | None            | application | Genomics                        | Red (RepeatsDetector): an intelligent, rapid, accurate tool for detecting repeats de-novo on the genomic scale.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| regtools              | 0.5.0        | regtools/0.5                   | None            | application | bioinformatics                  | Tools that integrate DNA-seq and RNA-seq data to help interpret mutations in a regulatory and splicing context.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| repenrich             | 1.2          | repenrich/1.2                  | None            | application | computational biology           | RepEnrich is a method to estimate repetitive element enrichment using high-throughput sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
-| resistomeanalyzer     | 2018.09.06   | resistomeanalyzer/2018.09.06   | None            | application | computational biology           | Resistome Analyzer is a simple tool for analyzing the resistome of large metagenomic datasets.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| revtrans              | 1.4          | revtrans/1.4                   | None            | application | computational biology           | RevTrans - performs a reverse translation of a peptide alignment.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| r-genometricorr       | 1.1.17       | r-genometricorr/1.1            | None            | application | Genomics                        | Genometric Correlation (GenometriCorr) is an R package for spatial correlation of genome-wide interval datasets.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| r-ggfortify           | 0.4.1        | r-ggfortify/0.4                | None            | application | r                               | ggfortify is a package of unified plotting tools for statistics commonly used, such as GLM, time series, PCA families, clustering and survival analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| rgt                   | 0.11.4       | rgt/0.11                       | None            | application | computational biology           | Toolkit to perform regulatory genomics data analysis                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| r-markdown            | 0.8          | r-markdown/0.8                 | None            | application | R                               | Markdown is a plain-text formatting syntax that can be converted to XHTML or other formats.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| rnastructure          | 6.1          | rnastructure/6.1               | None            | application | Bioinformatics                  | RNAstructure is a complete package for RNA and DNA secondary structure prediction and analysis. It includes algorithms for secondary structure prediction, including facility to predict base pairing probabilities. It also can be used to predict bimolecular structures and can predict the equilibrium binding affinity of an oligonucleotide to a structured RNA target. This is useful for siRNA design. It can also predict secondary structures common to two, unaligned sequences, which is much more accurate than single sequence secondary structure prediction. Finally, RNAstructure can take a number of different types of experiment mapping data to constrain or restrain structure prediction. These include chemical mapping, enzymatic mapping, NMR, and SHAPE data. |
-| r-regresshaplo        | 1.0          | r-regresshaplo/1.0             | None            | application | biology                         | This package reconstructs haplotypes from a BAM file using a penalized regression approach.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| r-scimpute            | 0.0.6        | r-scimpute/0.0.6               | None            | application | biology                         | scImpute is accurate and robust imputation of single-cell RNA sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| rsem                  | 1.3          | rsem/1.3                       | None            | application | computational biology           | RSEM is a software package for estimating gene and isoform expression levels from RNA-Seq data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| r-seqminer            | 6.0          | r-seqminer/6.0                 | None            | application | biology                         | SEQMINER is for sequencing variant annotation, data integration and query in R.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| r-vcfr                | 1.5.0        | r-vcfr/1.5                     | None            | application | biology                         | A package to manipulate and visualize VCF data in R.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| salmon                | 0.6.0        | salmon/0.6                     | None            | application | computational biology           | Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using lightweight alignments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| salmon                | 0.8.2        | salmon/0.8                     | None            | application | computational biology           | Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using lightweight alignments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| salmon                | 0.9.1        | salmon/0.9                     | None            | application | computational biology           | Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using lightweight alignments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| samtools              | 1.5          | samtools/1.5                   | None            | application | computational biology           | SAM Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| samtools              | 1.6          | samtools/1.6                   | None            | application | computational biology           | SAM Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| samtools              | 1.9          | samtools/1.9                   | None            | application | computational biology           | Tools for dealing with SAM, BAM and CRAM files                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| sas                   | 9.3          | sas/9.3                        | None            | application | Applications                    | SAS is a software suite developed by SAS Institute for advanced analytics, business intelligence, data management, and predictive analytics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| sas                   | 9.4          | sas/9.4                        | None            | application | Applications                    | SAS is a software suite developed by SAS Institute for advanced analytics, business intelligence, data management, and predictive analytics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
-| scons                 | 2.5          | scons/2.5                      | None            | application | utility                         | SCons: A software construction tool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| scons                 | 3.0          | scons/3.0                      | None            | application | utility                         | SCons: A software construction tool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| seedme                | 1.2          | seedme/1.2                     | None            | application | Utility                         | Client program for SeedMe.org.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| selecton              | 2.4          | selecton/2.4                   | None            | application | Bioinformatics                  | Selecton 2007: advanced models for detecting positive and purifying selection using a Bayesian inference approach.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| seqtk                 | 1.2          | seqtk/1.2                      | None            | application | computational biology           | Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
-| seqyclean             | 1.10.07      | seqyclean/1.10                 | None            | application | Bioinformatics                  | Main purpose of this software is to pre-process NGS data in order to prepare for downstream analysis.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| shapeit               | 2.0          | shapeit/2.0                    | None            | application | computational biology           | SHAPEIT is a fast and accurate method for estimation of haplotypes (aka phasing) from genotype or sequencing data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| sift4g                | 2.0.0        | sift4g/2.0                     | None            | application | computational biology           | SIFT 4G is a faster version of SIFT that enables us to scale up and provide SIFT predictions for more organisms.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| singularity           | 2.2          | singularity/2.2                | None            | application | system                          | Application containers enabling mobility of compute.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| singularity           | 2.3          | singularity/2.3                | None            | application | system                          | Application containers enabling mobility of compute.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| singularity           | 2.4          | singularity/2.4                | None            | application | system                          | Application containers enabling mobility of compute.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| singularity           | 2.6          | singularity/2.6                | None            | application | system                          | Application containers enabling mobility of compute.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| snpeff                | 4.3          | snpeff/4.3                     | None            | application | computational biology           | Genetic variant annotation and effect prediction toolbox.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| snpfinder             | 1.0.0        | snpfinder/1.0                  | None            | application | computational biology           | SNPFinder is a simple alignment-based haplotype variant caller that can be used with metagenomic sequence data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| snp-pipeline          | 0.7          | snp-pipeline/0.7               | None            | application | computational biology           | SNP Pipeline is a pipeline for the production of SNP matrices from sequence data used in the phylogenetic analysis of pathogenic organisms sequenced from samples of interest to food safety.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| snp-pipeline          | 1.0          | snp-pipeline/1.0               | None            | application | unknown                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| snp-sites             | 2.3.3        | snp-sites/2.3                  | None            | application | computational biology           | SNP-sites rapidly extracts SNPs from a multi-FASTA alignment.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| soapdenovo-trans      | 1.04         | soapdenovo-trans/1.04          | None            | application | computational biology           | SOAPdenovo-Trans is a de novo transcriptome assembler basing on the SOAPdenovo framework, adapt to alternative splicing and different expression level among transcripts.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
-| sonnet                | 1.13         | sonnet/py27/1.13               | None None None  | application | machine learning                | Sonnet is a library built on top of TensorFlow for building complex neural networks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| sonnet                | 1.19         | sonnet/py27/1.19               | None None None  | application | machine learning                | Sonnet is a library built on top of TensorFlow for building complex neural networks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| sonnet                | 1.23         | sonnet/py35/1.23               | None None None  | application | machine learning                | Sonnet is a library built on top of TensorFlow for building complex neural networks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
-| spades                | 3.10.1       | spades/3.10                    | None            | application | computational biology           | SPAdes - St. Petersburg genome assembler - is intended for both standard isolates and single-cell MDA bacteria assemblies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| spades                | 3.11.1       | spades/3.11                    | None            | application | computational biology           | SPAdes - St. Petersburg genome assembler - is intended for both standard isolates and single-cell MDA bacteria assemblies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| spades                | 3.12.0       | spades/3.12                    | None            | application | computational biology           | SPAdes - St. Petersburg genome assembler - is intended for both standard isolates and single-cell MDA bacteria assemblies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| spades                | 3.8.1        | spades/3.8                     | None            | application | computational biology           | SPAdes - St. Petersburg genome assembler - is intended for both standard isolates and single-cell MDA bacteria assemblies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
-| ssake                 | 4.0          | ssake/4.0                      | None            | application | genomics                        | SSAKE is a genomics application for de novo assembly of millions of very short DNA sequences.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| stereogene            | 2.20         | stereogene/2.20                | None            | application | sequencing                      | StereoGene: Rapid Estimation of Genomewide Correlation of Continuous or Interval Feature Data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
-| targetfinder          | 1.7          | targetfinder/1.7               | None            | application | computational biology           | Plant small RNA target prediction tool.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
-| tassel                | 5.2.40       | tassel/5.2                     | None            | application | computational biology           | TASSEL is a software package to evaluate traits associations, evolutionary patterns, and linkage disequilibrium.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| tax2tree              | 1.0          | tax2tree/1.0                   | None            | application | computational biology           | tax2tree - Tools for decorating taxonomy information on to a phylogenetic tree.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| tensorflow            | 1.11.0       | tensorflow/py27/1.11           | None None       | application | machine learning                | TensorFlow is an open source software library for numerical computation using data flow graphs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
-| theano                | 0.9.0        | theano/py27/0.9                | None None None  | application | mathematics                     | Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| theano                | 1.0.2        | theano/py36/1.0                | None None None  | application | mathematics                     | Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| transdecoder          | 3.0.1        | transdecoder/3.0               | None            | application | computational biology           | TransDecoder identifies candidate coding regions within transcript sequences, such as those generated by de novo RNA-Seq transcript assembly using Trinity, or constructed based on RNA-Seq alignments to the genome using Tophat and Cufflinks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
-| treemix               | 1.13         | treemix/1.13                   | None            | application | computational biology           | TreeMix is a method for inferring the patterns of population splits and mixtures in the history of a set of populations.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-| trimmomatic           | 0.36         | trimmomatic/0.36               | None            | application | computational biology           | Trimmomatic: A flexible read trimming tool for Illumina NGS data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
-| trimmomatic           | 0.38         | trimmomatic/0.38               | None            | application | computational biology           | A flexible read trimming tool for Illumina NGS data                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
-| trinity               | 2.4.0        | trinity/2.4                    | None            | application | computational biology           | Trinity assembles transcript sequences from Illumina RNA-Seq data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| trinity               | 2.6.6        | trinity/2.6                    | None            | application | computational biology           | Trinity RNA-Seq de novo transcriptome assembly                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| ucsc-liftover         | 366          | ucsc-liftover/366              | None            | application | computational biology           | The Batch Coordinate Conversion (liftOver) utility converts genome coordinates and genome annotation files between assemblies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
-| viennarna             | 2.3.3        | viennarna/2.3                  | None            | application | computational biology           | The ViennaRNA Package consists of a C code library and several stand-alone programs for the prediction and comparison of RNA secondary structures.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
-| xcrysden              | 1.5.60       | xcrysden/1.5                   | None            | application | physics                         | XCrySDen is a crystalline and molecular structure visualisation program aiming at display of isosurfaces and contours, which can be superimposed on crystalline structures and interactively rotated and manipulated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
-| zerone                | 1.0          | zerone/1.0                     | None            | application | computational biology           | Zerone discretizes several ChIP-seq replicates simultaneously and resolves conflicts between them. After the job is done, Zerone checks the results and tells you whether it passes the quality control.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
-
-Attachments:
-------------
-
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xsl](attachments/8192301/8126557.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11632806.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11632894.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11632944.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633019.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633096.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633166.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633245.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633296.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633386.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633449.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633489.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633563.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633648.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633689.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633736.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633776.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633879.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633943.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11633983.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11634031.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11634073.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11634113.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11634162.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11634210.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11634304.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11634438.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11634541.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11634604.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11634682.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11634732.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11634930.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11635011.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11635134.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11635239.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11635423.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11635689.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11635783.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11635831.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11635873.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11635915.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11635957.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11636044.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11636147.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11636199.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11636310.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11636366.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11636453.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11636559.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11636605.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11636673.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11636816.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11636897.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11636941.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11637115.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11637184.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11637638.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11637682.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11637922.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11638013.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11638088.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11638158.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11638201.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/12550244.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/12550292.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/12550342.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13041753.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13041841.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13041913.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13041975.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13042131.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13042255.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13042304.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13042347.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13042450.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13042520.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13042617.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13042663.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13598787.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13599009.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13599364.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13599420.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13599463.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/13599523.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/14057625.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/14057668.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/14057746.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/14057848.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/14057935.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/14417983.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/14418229.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15171777.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15171850.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15172009.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15172410.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15172488.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15172609.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xsl](attachments/8192301/15172532.xsl) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15172614.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925329.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925334.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925376.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925381.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925421.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925426.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925470.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925475.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925515.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925520.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925566.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925571.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925618.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925623.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925667.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925672.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925713.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925718.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925758.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925763.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925806.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925811.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925853.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925858.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925899.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925904.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925952.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15925957.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16515079.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16515084.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16515495.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16515500.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16515716.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16515721.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16515842.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16515847.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16515888.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16515893.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16515996.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516001.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516122.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516127.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516225.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516230.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516304.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516309.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516405.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516410.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516478.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516483.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516526.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516531.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516577.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516582.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516720.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516725.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516957.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16516962.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517060.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517065.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517172.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517177.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517337.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517342.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517415.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517420.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517521.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517526.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517568.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517573.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517614.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517619.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517660.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517665.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517750.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517755.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517887.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16517892.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16518059.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16518064.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16518171.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16518176.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16518620.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16518625.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16518666.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16518671.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16518754.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16518759.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16518864.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16518869.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519009.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519014.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519057.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519062.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519231.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519236.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519308.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519313.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519385.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519390.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519433.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519438.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519510.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519515.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519591.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519596.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519681.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519686.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519779.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519784.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519896.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519901.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519942.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519947.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519988.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16519993.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520136.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520141.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520214.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520219.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520274.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520279.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520389.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520394.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520435.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520440.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520595.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520600.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520684.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520689.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520764.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520769.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520842.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16520847.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16521000.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16521005.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16521115.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16521120.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16521223.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16521228.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16521307.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/16521312.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039398.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039403.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039446.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039451.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039494.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039499.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039542.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039547.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039592.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039597.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039652.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039657.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039854.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039859.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039902.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039907.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039950.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17039955.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040032.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040037.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040120.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040125.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040202.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040207.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040346.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040351.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040426.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040431.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040474.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040479.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040556.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040561.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040699.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17040704.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041078.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041083.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041144.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041149.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041215.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041220.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041546.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041551.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041598.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041603.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041754.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041780.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041882.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041908.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041969.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17041995.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042059.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042085.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042144.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042170.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042264.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042290.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042349.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042375.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042442.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042468.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042567.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042593.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042654.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042680.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042763.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042789.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042849.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042875.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042905.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17042931.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043024.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043050.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043119.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043145.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043170.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043196.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043255.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043281.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043345.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043371.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043432.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043458.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043564.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043590.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043650.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043676.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043771.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043797.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043856.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043882.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043950.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17043976.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044040.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044066.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044159.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044185.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044246.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044272.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044333.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044359.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044436.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044462.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044540.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044566.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044636.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044662.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044733.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044759.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044833.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044859.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17044986.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17045012.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17047055.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/17047081.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18546725.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18546695.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18546838.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18546868.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547003.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547033.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547076.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547106.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547145.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547175.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547330.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547362.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547476.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547509.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547577.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547610.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547677.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547710.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547787.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547820.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547848.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547881.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547948.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18547981.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548112.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548145.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548231.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548264.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548332.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548365.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548477.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548510.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548564.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548597.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548677.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548710.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548777.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548810.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548837.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548870.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18548978.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/18549011.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/20709449.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/20709482.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/20709551.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/20709584.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21069866.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21069899.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21069984.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070017.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070122.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070155.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070234.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070267.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070472.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070505.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070575.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070608.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070694.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070727.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070795.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070828.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21070989.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071022.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071100.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071133.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071281.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071314.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071382.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071415.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071544.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071577.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071680.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071713.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071783.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071816.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071886.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071919.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21071986.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072019.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072127.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072160.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072227.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072260.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072329.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072362.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072449.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072482.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072598.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072631.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072700.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072733.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072802.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072835.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072931.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21072964.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21073031.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21073064.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21073225.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21073258.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21073373.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21073406.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21073432.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21073465.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21073562.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/21073595.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150121.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150095.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150154.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150180.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150299.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150325.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150442.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150468.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150542.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150568.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150642.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150668.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150780.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150806.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150886.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24150912.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151041.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151067.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151144.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151170.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151247.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151273.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151390.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151416.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151504.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151530.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151672.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151698.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151737.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151763.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151896.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24151922.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152009.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152035.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152253.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152279.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152442.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152468.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152544.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152570.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152750.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152776.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152823.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152849.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24152994.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24153020.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24153094.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24153120.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24153194.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24153220.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24153382.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24153408.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24153483.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24153509.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24153542.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/24153568.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27721854.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27721821.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27721943.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27721976.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722049.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722082.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722177.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722210.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722278.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722311.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722380.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722413.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722659.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722692.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722774.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722807.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722878.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722911.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27722980.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/27723013.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/29065474.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/29065507.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/29065550.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/29065583.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/29065784.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/29065817.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/29065884.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/29065917.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30441543.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30441576.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30441644.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30441677.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30441788.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30441821.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30441847.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30441880.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30441947.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30441980.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442162.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442195.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442288.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442321.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442347.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442380.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442573.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442606.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442673.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442706.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442735.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442768.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442799.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442832.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30442981.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443014.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443091.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443124.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443203.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443236.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443330.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443363.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443540.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443573.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443643.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443676.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443759.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443792.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443864.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443897.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30443969.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444002.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444080.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444113.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444180.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444213.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444304.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444337.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444417.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444450.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444569.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444602.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444720.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444753.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444822.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444855.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444924.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444957.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30444988.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445021.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445094.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445127.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445196.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445229.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445423.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445456.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445526.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445559.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445638.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445671.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445741.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445774.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445844.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445877.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445953.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30445986.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446022.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446055.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446168.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446201.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446274.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446307.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446381.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446414.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446573.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446606.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446632.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446665.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446809.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446842.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446911.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30446944.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447073.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447106.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447135.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447168.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447244.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447277.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447468.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447501.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447572.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447605.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447645.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447678.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447745.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447778.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30447980.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448013.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448080.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448113.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448286.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448319.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448429.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448463.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448454.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448656.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448681.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448690.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448759.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448784.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448793.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448866.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448891.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448900.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448974.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448999.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30449008.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33685595.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33685620.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33685629.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33685706.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33685731.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33685740.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33685818.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33685843.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33685852.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33685923.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33685948.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33685957.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33686060.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33686085.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33686094.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33686164.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33686189.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33686198.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33686303.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33686328.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33686337.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33687839.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33687864.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33687873.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33688447.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33688474.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33688484.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33689772.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33689797.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33689806.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33689992.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33690017.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/33690026.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35324032.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35324057.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35324066.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35324142.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35324167.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35324176.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35324612.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35324637.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35324646.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35324531.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35324542.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35324668.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35324902.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35324927.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35324936.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35324679.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35324690.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35324725.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35324790.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35324814.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35324825.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35324975.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35325634.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35325659.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35325668.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325054.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325150.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325308.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325319.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325359.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325448.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325474.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325493.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325526.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325863.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35325747.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35325772.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35325781.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35326734.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35326759.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/35326768.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325882.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325910.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325929.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35325960.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326018.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326089.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326202.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326304.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326398.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326426.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326494.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326544.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326583.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326634.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326656.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326814.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/15172538.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/30448377.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192301/11632707.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326891.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326926.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35326945.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35327027.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[hcc\_modules.xml](attachments/8192301/35324470.xml) (text/xml)  
-
-
+{{< readfile file="/static/html/tusker-modules.html" >}}
diff --git a/content/guides/running_applications/compiling_source_code/_index.md b/content/guides/running_applications/compiling_source_code/_index.md
index 84687c0b02dc9be35d1e8728292211e0381811db..d98f37437b3a1342d91035854454b73ea183dabb 100644
--- a/content/guides/running_applications/compiling_source_code/_index.md
+++ b/content/guides/running_applications/compiling_source_code/_index.md
@@ -1,36 +1,26 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
-
-<span id="title-text"> HCC-DOCS : Compiling Source Code </span>
-===============================================================
-
-Created by <span class="author"> Derek Weitzel</span>, last modified by
-<span class="editor"> Adam Caprez</span> on Mar 19, 2018
++++
+title = "Compiling Source Code"
+description = "How to compile source code of various types on HCC resources."
++++
 
 Compiling source code on HCC machines is done with compiler environments
 configured by the `module` utility.  The utility adds directives to the
 environment and adds executables to the `PATH` so that users and jobs
 can directly call the compilers.
 
-Finding available compiler Modules
-----------------------------------
+### Finding available compiler Modules
 
-``` syntaxhighlighter-pre
+{{< highlight bash >}}
 $ module spider compiler
-```
+{{< /highlight >}}
 
 This command will list available compiler modules to load.
 
-Loading Modules
----------------
+### Loading Modules
 
-``` syntaxhighlighter-pre
+{{< highlight bash >}}
 $ module load <module>
-```
+{{< /highlight >}}
 
 This command will load an available module.  The modules are usually in
-the form of `<compiler>/<version>`.
-
-
+the form of `compiler/<name>/<version>`.
diff --git a/content/guides/running_applications/compiling_source_code/compiling_an_openmp_application.md b/content/guides/running_applications/compiling_source_code/compiling_an_openmp_application.md
index 93f3758ea76baf11a6908f9c18ccbf88304559cf..e409a5bfdff476f808439e1fbf7778b03f8e7bd9 100644
--- a/content/guides/running_applications/compiling_source_code/compiling_an_openmp_application.md
+++ b/content/guides/running_applications/compiling_source_code/compiling_an_openmp_application.md
@@ -1,54 +1,34 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
-5.  [Compiling Source Code](Compiling-Source-Code_332258.html)
++++
+title = "Compiling an OpenMP Application"
+description = "How to compile an OpenMP-based application on HCC resources."
++++
 
-<span id="title-text"> HCC-DOCS : Compiling an OpenMP Application </span>
-=========================================================================
+Compiling an [OpenMP](https://computing.llnl.gov/tutorials/openMP)
+application is done with the `-fopenmp` option to GCC and the `-openmp` or
+`-qopenmp` option for Intel.  For example, the command could be:
 
-Created by <span class="author"> Derek Weitzel</span>, last modified on
-Nov 07, 2013
-
-Compiling an
-<a href="https://computing.llnl.gov/tutorials/openMP/" class="external-link">OpenMP</a>
-application is done with the `-fopenmp` option to gcc.  For example, the
-command could be:
-
-``` syntaxhighlighter-pre
+{{< highlight bash >}}
 $ gcc -o openmp-app.exe -fopenmp openmp-app.c
-```
+{{< /highlight >}}
 
 GCC will perform all of the OpenMP pragmas.
 
 OpenMP applications have OpenMP pragmas like `#pragma omp <options>`
 
-``` syntaxhighlighter-pre
+{{< highlight C >}}
 #pragma omp parallel for reduction(+: sum) 
   for (i = 0; i<NUM_STEPS; i++) {
     x = 2.0 * (double)i / (double)(NUM_STEPS); /* value of x */
     sum += x * x;
   }
-```
+{{< /highlight >}}
 
-An example application code is
-[integrate\_mp.c](attachments/332316/5832705.c).  Compiling
-integrate\_mp.c is done with the `gcc` command:
+An example application code is [integrate_mp.c](/attachments/integrate_mp.c).
+Compiling `integrate_mp.c` is done with the `gcc` command:
 
-``` syntaxhighlighter-pre
+{{< highlight bash >}}
 $ gcc -o integrate_mp.exe -fopenmp integrate_mp.c
-```
+{{< /highlight >}}
 
-See [Submitting an OpenMP Job](Submitting-an-OpenMP-Job_332306.html) for
+See [Submitting an OpenMP Job]({{< relref "submitting_an_openmp_job" >}}) for
 instructions on how to submit `integrate_mp.exe` to the cluster.
-
- 
-
-Attachments:
-------------
-
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[integrate\_mp.c](attachments/332316/5832705.c)
-(application/octet-stream)  
-
-
diff --git a/content/guides/running_applications/dmtcp_checkpointing.md b/content/guides/running_applications/dmtcp_checkpointing.md
index e0bea6392d230bf918cf10804fa53098f313ef5d..1583a4d6ed62f11b254905db281ffe28711c077c 100644
--- a/content/guides/running_applications/dmtcp_checkpointing.md
+++ b/content/guides/running_applications/dmtcp_checkpointing.md
@@ -1,31 +1,9 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
++++
+title = "DMTCP Checkpointing"
+description = "How to use the DMTCP utility to checkpoint your application."
++++
 
-<span id="title-text"> HCC-DOCS : DMTCP (Checkpointing) </span>
-===============================================================
-
-Created by <span class="author"> Adam Caprez</span>, last modified by
-<span class="editor"> John Thiltges</span> on Sep 07, 2017
-
-| Name  | Version | Resource |
-|-------|---------|----------|
-| dmtcp | 2.0     | Tusker   |
-| dmtcp | 2.3     | Tusker   |
-| dmtcp | 2.4     | Tusker   |
-| dmtcp | 2.5     | Tusker   |
-
-|       |     |       |
-|-------|-----|-------|
-| dmtcp | 2.0 | Crane |
-| dmtcp | 2.3 | Crane |
-| dmtcp | 2.4 | Crane |
-| dmtcp | 2.5 | Crane |
-
- 
-
-<a href="http://dmtcp.sourceforge.net/" class="external-link">DMTCP</a>
+[DMTCP](http://dmtcp.sourceforge.net)
 (Distributed MultiThreaded Checkpointing) is a checkpointing package for
 applications. Using checkpointing allows resuming of a failing
 simulation due to failing resources (e.g. hardware, software, exceeded
@@ -39,52 +17,43 @@ DMTCP provides support for several resource managers, including SLURM,
 the resource manager used in HCC. The DMTCP module is available both on
 Tusker and Crane, and is enabled by typing:
 
-|                       |
-|-----------------------|
-| module load dmtcp/2.5 |
-
+{{< highlight bash >}}
+module load dmtcp
+{{< /highlight >}}
   
 After the module is loaded, the first step is to run the command:
 
-  
-
-**dmtcp\_launch**
-
-``` syntaxhighlighter-pre
+{{< highlight bash >}}
 [<username>@login.tusker ~]$ dmtcp_launch --new-coordinator --rm --interval <interval_time_seconds> <your_command>
-```
+{{< /highlight >}}
 
-where **--rm** option enables SLURM support,
-**&lt;interval\_time\_seconds&gt;** is the time in seconds between
-automatic checkpoints, and **&lt;your\_command&gt;** is the actual
+where `--rm` option enables SLURM support,
+**\<interval_time_seconds\>** is the time in seconds between
+automatic checkpoints, and **\<your_command\>** is the actual
 command you want to run and checkpoint.
 
-Beside the general options shown above, more **dmtcp\_launch** options
+Beside the general options shown above, more `dmtcp_launch` options
 can be seen by using:
 
-**Additional dmtcp\_launch Options**
-
-``` syntaxhighlighter-pre
+{{< highlight bash >}}
 [<username>@login.tusker ~]$ dmtcp_launch --help
-```
+{{< /highlight >}}
 
-**dmtcp\_launch** creates few files that are used to resume the
+`dmtcp_launch` creates few files that are used to resume the
 cancelled job, such as *ckpt\_\*.dmtcp* and
 *dmtcp\_restart\_script\*.sh*. Unless otherwise stated
-(using **--ckptdir** option), these files are stored in the current
+(using `--ckptdir` option), these files are stored in the current
 working directory.
 
   
 The second step of DMTCP is to restart the cancelled job, and there are
 two ways of doing that:
 
--   **dmtcp\_restart ckpt\_\*.dmtcp** *&lt;options&gt;* (before running
+-   `dmtcp_restart ckpt_*.dmtcp` *\<options\>* (before running
     this command delete any old *ckp\_\*.dmtcp* files in your current
     directory)
 
-<!-- -->
-
--   **./dmtcp\_restart\_script.sh** *&lt;options&gt;*
+-   `./dmtcp_restart_script.sh` *\<options\>*
 
 If there are no options defined in the *&lt;options&gt;* field, DMTCP
 will keep running with the options defined in the initial
@@ -92,1032 +61,78 @@ will keep running with the options defined in the initial
 
   
 Simple example of using DMTCP with
-[BLAST](Running-BLAST-Alignment_8193291.html) on Tusker is shown below:
-
-**dmtcp\_blastx.submit**
-
-\#!/bin/sh  
-\#SBATCH --job-name=BlastX  
-\#SBATCH --nodes=1  
-\#SBATCH --ntasks=8  
-\#SBATCH --time=50:00:00  
-\#SBATCH --mem=20gb  
-\#SBATCH --output=BlastX\_info\_1.txt  
-\#SBATCH --error=BlastX\_error\_1.txt  
+[BLAST]({{< relref "/guides/running_applications/bioinformatics_tools/alignment_tools/blast/running_blast_alignment" >}})
+on Tusker is shown below:
+
+{{% panel theme="info" header="dmtcp_blastx.submit" %}}
+{{< highlight batch >}}
+#!/bin/sh
+#SBATCH --job-name=BlastX
+#SBATCH --nodes=1
+#SBATCH --ntasks=8
+#SBATCH --time=50:00:00
+#SBATCH --mem=20gb
+#SBATCH --output=BlastX_info_1.txt
+#SBATCH --error=BlastX_error_1.txt
  
+module load dmtcp
+module load blast/2.4
 
-|                       |
-|-----------------------|
-| module load dmtcp/2.5 |
-
-|                       |
-|-----------------------|
-| module load blast/2.4 |
-
-cd $WORK/&lt;project\_folder&gt;  
+cd $WORK/<project_folder>
 cp -r /work/HCC/DATA/blastdb/nr/ /tmp/  
-cp <span style="line-height: 1.4285715;">input\_reads.fasta</span> /tmp/
+cp input_reads.fasta /tmp/
 
-dmtcp\_launch --new-coordinator --rm --interval 3600 blastx -query
-/tmp/input\_reads.fasta -db /tmp/nr/nr -out blastx\_output.alignments
--num\_threads $SLURM\_NTASKS\_PER\_NODE
+dmtcp_launch --new-coordinator --rm --interval 3600 blastx -query \
+/tmp/input_reads.fasta -db /tmp/nr/nr -out blastx_output.alignments \
+-num_threads $SLURM_NTASKS_PER_NODE
+{{< /highlight >}}
+{{% /panel %}}
 
-In this example, DMTCP takes checkpoints every hour (**--interval
-3600**), and the actual command we want to checkpoint is **blastx** with
-some general BLAST options defined with *-query*, *-db*, *-out*,
-*-num\_threads*.
+In this example, DMTCP takes checkpoints every hour (`--interval 3600`),
+and the actual command we want to checkpoint is `blastx` with
+some general BLAST options defined with `-query`, `-db`, `-out`,
+`-num_threads`.
 
 If this job is killed for various reasons, it can be restarted using the
 following submit file:
 
-**dmtcp\_restart\_blastx.submit**
-
-\#!/bin/sh  
-\#SBATCH --job-name=BlastX  
-\#SBATCH --nodes=1  
-\#SBATCH --ntasks=8  
-\#SBATCH --time=50:00:00  
-\#SBATCH --mem=20gb  
-\#SBATCH --output=BlastX\_info\_2.txt  
-\#SBATCH --error=BlastX\_error\_2.txt  
- 
-
-|                       |
-|-----------------------|
-| module load dmtcp/2.5 |
-
-|                       |
-|-----------------------|
-| module load blast/2.4 |
-
-cd $WORK/&lt;project\_folder&gt;  
-cp -r /work/HCC/DATA/blastdb/nr/ /tmp/  
-<span style="line-height: 1.4285715;">cp </span><span
-style="line-height: 1.4285715;">input\_reads.fasta</span><span
-style="line-height: 1.4285715;"> /tmp/</span>
-
-\# Start DMTCP \#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#  
-dmtcp\_coordinator --daemon --port 0 --port-file /tmp/port  
-export DMTCP\_COORD\_HOST=\`hostname\`  
-export DMTCP\_COORD\_PORT=$(&lt;/tmp/port)
-
-\# Restart job \#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#  
-./dmtcp\_restart\_script.sh
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
-
-**dmtcp\_restart** generates new
-*ckpt\_\*.dmtcp* and *dmtcp\_restart\_script\*.sh* files. Therefore, if
+{{% panel theme="info" header="dmtcp_restart_blastx.submit" %}}
+{{< highlight batch >}}
+#!/bin/sh
+#SBATCH --job-name=BlastX
+#SBATCH --nodes=1
+#SBATCH --ntasks=8
+#SBATCH --time=50:00:00
+#SBATCH --mem=20gb
+#SBATCH --output=BlastX_info_2.txt
+#SBATCH --error=BlastX_error_2.txt
+
+module load dmtcp
+module load blast/2.4
+
+cd $WORK/<project_folder>
+cp -r /work/HCC/DATA/blastdb/nr/ /tmp/
+cp input_reads.fasta /tmp/
+
+# Start DMTCP
+dmtcp_coordinator --daemon --port 0 --port-file /tmp/port
+export DMTCP_COORD_HOST=`hostname`
+export DMTCP_COORD_PORT=$(</tmp/port)
+
+# Restart job 
+./dmtcp_restart_script.sh
+{{< /highlight >}}
+{{% /panel %}}
+
+{{% notice info %}}
+`dmtcp_restart` generates new
+`ckpt_*.dmtcp` and `dmtcp_restart_script*.sh` files. Therefore, if
 the restarted job is also killed due to unavailable/exceeded resources,
 you can resubmit the same job again without any changes in the submit
-file shown above (just don't forget to delete the old *ckpt\_\*.dmtcp*
-files if you are using these files instead of
-*dmtcp\_restart\_script.sh*)
-
+file shown above (just don't forget to delete the old `ckpt_*.dmtcp`
+files if you are using these files instead of `dmtcp_restart_script.sh`)
+{{% /notice %}}
   
 Even though DMTCP tries to support most mainstream and commonly used
 applications, there is no guarantee that every application can be
 checkpointed and restarted.
-
-Attachments:
-------------
-
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[cb\_blast\_module.xsl](attachments/10813466/10944522.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_dmtcp\_version.xsl](attachments/10813466/10944523.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/10944524.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/10944525.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_dmtcp\_version.xsl](attachments/10813466/10944526.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[cb\_dmtcp\_module.xsl](attachments/10813466/10944527.xsl)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042009.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17042044.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042094.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17042129.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042214.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17042249.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042299.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17042334.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042392.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17042427.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042481.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17042552.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042517.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042604.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17042639.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042713.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17042748.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042799.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17042834.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042940.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17042890.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17043009.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042974.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17043069.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17043104.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17043205.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17043155.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17043240.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17043295.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17043330.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17043382.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17043417.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17043478.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17043549.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17043514.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17043600.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17043635.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17043721.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17043756.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17043806.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17043841.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17043900.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17043935.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17043990.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17044025.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17044075.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17044144.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17044109.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17044196.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17044231.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17044283.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17044318.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17044377.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17044416.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17044481.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17044520.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17044577.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17044616.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17044674.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17044713.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17044774.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17044813.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17044927.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17044966.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17046996.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17047035.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18546772.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18546705.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18546848.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18546907.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18547013.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18546978.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18547214.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18547086.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18547155.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18547340.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18547266.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18547403.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18547486.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18547448.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18547549.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18547587.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18547649.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18547687.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18547759.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18547797.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18547920.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18547858.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18547958.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18548020.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18548122.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18548084.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18548203.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18548241.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18548303.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18548342.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18548449.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18548487.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18548649.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18548574.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18548687.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18548749.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18548787.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18548909.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18548847.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/18548988.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18548950.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/18549069.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/20709459.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/20709418.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/20709522.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/20709561.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21069834.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21069876.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21069952.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21069994.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21070090.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21070132.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21070202.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21070244.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21070331.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21070482.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21070399.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21070440.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21070543.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21070585.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21070662.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21070704.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21070763.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21070805.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21070912.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21070999.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21070957.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21071068.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21071110.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21071179.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21071291.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21071249.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21071350.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21071392.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21071512.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21071554.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21071647.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21071690.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21071751.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21071793.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21071854.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21071896.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21071954.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21071996.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21072054.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21072137.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21072095.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21072195.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21072237.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21072297.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21072339.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21072417.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21072459.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21072520.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21072608.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21072564.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21072668.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21072710.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21072770.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21072812.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21072899.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21072941.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21072999.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21073041.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21073099.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21073235.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21073140.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21073193.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21073296.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21073383.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21073337.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/21073530.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21073442.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/21073572.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24150030.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24150072.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24150189.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24150131.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24150276.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24150234.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24150334.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24150419.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24150377.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24150477.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24150519.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24150577.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24150619.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24150714.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24150757.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24150821.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24150863.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24150921.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24151018.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24150976.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24151079.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24151121.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24151182.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24151224.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24151305.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24151367.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24151425.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24151481.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24151539.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24151649.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24151607.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24151772.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24151714.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24151873.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24151831.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24151944.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24151986.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24152188.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24152230.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24152290.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24152419.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24152331.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24152377.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24152479.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24152521.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24152637.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24152727.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24152685.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24152858.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24152800.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24152971.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24152929.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24153029.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24153071.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24153129.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24153171.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24153229.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24153359.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24153276.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24153317.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/24153418.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24153460.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27721799.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/24153519.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/27721831.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27721921.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/27721953.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27722027.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/27722059.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27722155.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/27722187.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27722256.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/27722288.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27722358.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/27722390.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27722458.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/27722669.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27722503.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27722572.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27722637.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27722752.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/27722784.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27722854.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/27722888.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/27722958.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/27722990.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/28704770.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/29065484.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/28704812.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/29065273.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/29065405.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/29065447.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/29065661.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/29065560.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/29065794.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/29065703.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/29065746.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/29065857.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/29065894.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30441515.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30441553.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30441616.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30441654.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30441760.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30441798.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30441919.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30441857.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30441957.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30442024.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30442172.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30442083.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30442134.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30442260.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30442298.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30442420.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30442357.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30442583.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30442462.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30442504.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30442545.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30442645.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30442683.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30442872.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30442745.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30442809.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30442991.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30442953.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30443063.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30443101.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30443175.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30443213.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30443302.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30443340.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30443424.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30443550.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30443467.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30443512.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30443615.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30443653.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30443731.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30443769.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30443836.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30443874.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30443941.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30443979.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30444051.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30444090.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30444152.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30444190.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30444276.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30444314.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30444389.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30444427.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30444496.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30444579.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30444541.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30444648.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30444730.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30444692.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30444794.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30444832.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30444896.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30444934.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30445066.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30444998.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30445104.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30445168.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30445206.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30445270.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30445433.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30445312.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30445353.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30445395.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30445498.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30445536.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30445610.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30445648.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30445713.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30445751.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30445816.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30445854.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30445925.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30445963.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30446094.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30446032.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30446178.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30446140.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30446246.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30446284.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30446353.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30446391.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30446458.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30446583.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30446501.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30446543.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30446739.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30446642.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30446819.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30446781.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30446883.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30446921.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30447045.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30447083.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30447216.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30447145.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30447254.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30447316.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30447478.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30447357.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30447398.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30447439.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30447544.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30447582.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30447717.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30447655.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30447755.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30447817.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30447990.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30447894.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30447952.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30448052.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30448090.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30448401.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30448296.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30448439.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30448531.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30448666.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30448577.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30448628.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30448731.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30448769.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30448838.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30448876.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/30448946.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/30448984.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/33685571.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/33685605.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/33685682.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/33685716.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/33685794.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/33685828.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/33685899.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/33685933.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/33686036.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/33686070.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/33686140.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/33686174.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/33686279.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/33686313.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/33687815.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/33687849.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/33688421.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/33688457.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/33689748.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/33689782.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/33689968.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/33690002.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35323977.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/35324042.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35324087.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/35324152.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35324425.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/35324622.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35324555.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35324845.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/35324912.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35325010.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/35325644.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35325179.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35325222.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35325265.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35325572.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35325689.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/35325757.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35326150.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/35326744.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/35326676.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[crane\_modules.xml](attachments/10813466/17042004.xml) (text/xml)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/10813466/17042005.xml) (text/xml)  
-
-
diff --git a/content/guides/running_applications/installing_perl_modules.md b/content/guides/running_applications/installing_perl_modules.md
index aca831eabafcf744a36337c16a9601d4bc52dce9..4674bce2d04985feb8284b64ca43173068cad76c 100644
--- a/content/guides/running_applications/installing_perl_modules.md
+++ b/content/guides/running_applications/installing_perl_modules.md
@@ -1,66 +1,50 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
-
-<span id="title-text"> HCC-DOCS : Installing Perl modules </span>
-=================================================================
-
-Created by <span class="author"> John Thiltges</span>, last modified by
-<span class="editor"> Adam Caprez</span> on Dec 09, 2016
++++
+title = "Installing Perl modules"
+description = "How to install needed Perl modules under your account."
++++
 
 If you need additional Perl modules, they can be installed into your
 home directory.  We recommend using
-<a href="https://store.continuum.io/cshop/anaconda/" class="external-link">Anaconda</a> to
+[Anaconda](https://store.continuum.io/cshop/anaconda) to
 create an environment with a self-contained, independent Perl install.
- This will eliminate any conflicts from the system Perl version and
+This will eliminate any conflicts from the system Perl version and
 allow modules to be installed via `cpan` or `cpanminus`.
 
-Create an environment with Perl installed
------------------------------------------
+### Create an environment with Perl installed
 
 The following commands will create an environment called `myperl`, with
 Perl and cpanminus installed.
 
-**Create myperl environment**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Create myperl environment" %}}
+{{< highlight bash >}}
 module load anaconda
 conda create -n myperl perl perl-app-cpanminus
-```
+{{< /highlight >}}
+{{% /panel %}}
 
-Activate the environment
-------------------------
+### Activate the environment
 
 To use the environment, it must be *activated.*
 
-Job submission
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
-
+{{% panel theme="warning" header="Job submission" %}}
 To use your created environment and installed modules in a SLURM job,
 the following lines must be included ahead of running any Perl program.
+{{% /panel %}}
 
-**Activate environment**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Activate environment" %}}
+{{< highlight bash >}}
 module load anaconda
 source activate myperl
-```
-
- 
+{{< /highlight >}}
+{{% /panel %}}
 
-<span style="color: rgb(0,0,0);font-size: 20.0px;">Installing a module
-from CPAN</span>
+### Installing a module from CPAN
 
 Once the environment is activated, modules can be installed via
-`cpan `or `cpanm `with no special configuration needed.
-
-**Install a module**
+`cpan` or `cpanm` with no special configuration needed.
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Install a module" %}}
+{{< highlight bash >}}
 cpanm My::Module
-```
-
-
+{{< /highlight >}}
+{{% /panel %}}
diff --git a/content/guides/running_applications/module_commands.md b/content/guides/running_applications/module_commands.md
index 97fffb5960f095cfe1d9371a870b1f72aae7152f..662fa29c3b67de8725ff8c57e5d2d51e6f17b586 100644
--- a/content/guides/running_applications/module_commands.md
+++ b/content/guides/running_applications/module_commands.md
@@ -1,49 +1,39 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
-
-<span id="title-text"> HCC-DOCS : Module Commands </span>
-=========================================================
-
-Created by <span class="author"> William Hurst</span>, last modified by
-<span class="editor"> Derek Weitzel</span> on Aug 19, 2013
-
-<span id="4"></span>
++++
+title = "Module Commands"
+description = "How to use the module utility on HCC resources."
++++
 
 `module` commands provide an HPC system user the capability to compile
-into their **source code** using any **type of library** that is
+into their source code using any type of library that is
 available on the server. The `module` command gives each user the
-ability to modify their environmental PATH and LD\_LIBRARY\_PATH
+ability to modify their environmental `PATH` and `LD_LIBRARY_PATH`
 variables.
 
-<span
-class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
-
+{{% notice info %}}
 Please note that if you compile your application using a particular
 module, you must include the appropriate module load statement in your
 submit script.
+{{% /notice %}}
 
-List Modules Loaded
--------------------
-
-**Example Usage: module list**
+### List Modules Loaded
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Example Usage: module list" %}}
+{{< highlight bash >}}
 module list
 
 No Modulefiles Currently Loaded.
  
 echo $PATH
 /usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin
-```
+{{< /highlight >}}
+{{% /panel %}}
+
 
-List Modules Available
-----------------------
+### List Modules Available
 
-**Listing Modules Available**
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Example Usage: Listing Available Modules" %}}
+{{< highlight bash >}}
 module avail
 
 ---------------------------------------------- /util/opt/Modules/modulefiles ----------------------------------------------
@@ -54,19 +44,15 @@ R/2.15              compiler/intel/11   hdf4/4.2            intel-mkl/12
 WRF/WRF             compiler/intel/12   hdf5/1.8            lsdyna/5.1.1        openmpi/1.6         
 acml/5.1            compiler/open64/4.5 hdf5/1.8.6          lsdyna/6.0.0        samtools/0.1        
 bowtie/0.12.8       compiler/pgi/11     hdfeos2/2.18        mplus/6.12          sas/9.3    
-```
+{{< /highlight >}}
+{{% /panel %}}
 
-module load <a href="/pages/createpage.action?spaceKey=HCCDOC&amp;title=module-name&amp;linkCreation=true&amp;fromPageId=332464" class="createlink">module-name</a>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
+#### module load \<module-name\>
 
-**Places** the binaries and libraries for
-<a href="/pages/createpage.action?spaceKey=HCCDOC&amp;title=module-name&amp;linkCreation=true&amp;fromPageId=332464" class="createlink">module-name</a>
-into your PATH and LD\_LIBRARY\_PATH
+Places the binaries and libraries for \<module-name\> into your `PATH` and `LD_LIBRARY_PATH`.
 
-**Example Usage: Loading Desired Module**
-
-``` syntaxhighlighter-pre
- 
+{{% panel theme="info" header="Example Usage: Loading Desired Module" %}}
+{{< highlight bash >}} 
 module load compiler/pgi/11
  
 module list
@@ -75,19 +61,15 @@ Currently Loaded Modulefiles:
 
 echo $PATH
 /util/comp/pgi/linux86-64/11/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin
- 
-```
+{{< /highlight >}}
+{{% /panel %}}
 
-module unload <a href="/pages/createpage.action?spaceKey=HCCDOC&amp;title=module-name&amp;linkCreation=true&amp;fromPageId=332464" class="createlink">module-name</a>
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
+#### module unload \<module-name\>
 
-**Removes** the binaries and libraries associated with
-<a href="/pages/createpage.action?spaceKey=HCCDOC&amp;title=module-name&amp;linkCreation=true&amp;fromPageId=332464" class="createlink">module-name</a>
-from your PATH and LD\_LIBRAY\_PATH
+Removes the binaries and libraries associated with \<module-name\> from your PATH and `LD_LIBRARY_PATH`.
 
-**Example Usage: module unload**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Example Usage: module unload" %}}
+{{< highlight bash >}}
 module unload compiler/pgi/11
 
 module list
@@ -95,18 +77,16 @@ No Modulefiles Currently Loaded.
 
 echo $PATH
 /usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin 
- 
-```
+{{< /highlight >}}
+{{% /panel %}} 
 
-module purge
-------------
+#### module purge
 
 **Purges** all previously **loaded** module libraries and binaries from
-your PATH and LD\_LIBRARY\_PATH
-
-**Example Usage: module purge**
+your `PATH` and `LD_LIBRARY_PATH`.
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Example Usage: module purge" %}}
+{{< highlight bash >}}
 module load compiler/open64
 module load zlib/1.2
 
@@ -124,50 +104,132 @@ module purge
 module list
 
 No Modulefiles Currently Loaded.
-```
+{{< /highlight >}}
+{{% /panel %}}
 
-module help
------------
+#### module help
 
 To see a complete list of module commands/options.
 
 **Example Usage: module help**
 
-``` syntaxhighlighter-pre
-module help
-Modules Release Tcl 1.144       Copyright GNU GPL v2 1991
-Usage: module [ command ]
-Commands:
-        list                     [switches] modulefile [modulefile ...]
-        display  |  show                    modulefile [modulefile ...]
-        add  |  load                        modulefile [modulefile ...]
-        purge  |  rm  |  unload             modulefile [modulefile ...]
-        reload                              modulefile [modulefile ...]
-        switch  |  swap                     [oldmodulefile] newmodulefile
-        avail                    [switches] [modulefile [modulefile ...]]
-        aliases
-        whatis                              [modulefile [modulefile ...]]
-        help                                [modulefile [modulefile ...]]
-        path                                modulefile
-        paths                               modulefile
-        initlist                            modulefile
-        initadd                             modulefile
-        initrm                              modulefile
-        initclear                           modulefile
-        initprepend                         modulefile
-        use                                 dir [dir ...]
-        unuse                               dir [dir ...]
-        source                              scriptfile
-        apropos  |  keyword  | search       string
-Switches:
-        -t              terse format avail and list
-        -l              long format avail and list
-```
-
- 
-
- 
-
- 
-
-
+{{% panel theme="info" header="Example Usage: module help" %}}
+{{< highlight bash >}}
+Usage: module [options] sub-command [args ...]
+
+Options:
+  -h -? -H --help                   This help message
+  -s availStyle --style=availStyle  Site controlled avail style: system en_grouped (default: en_grouped)
+  --regression_testing              Lmod regression testing
+  -D                                Program tracing written to stderr
+  --debug=dbglvl                    Program tracing written to stderr
+  --pin_versions=pinVersions        When doing a restore use specified version, do not follow defaults
+  -d --default                      List default modules only when used with avail
+  -q --quiet                        Do not print out warnings
+  --expert                          Expert mode
+  -t --terse                        Write out in machine readable format for commands: list, avail, spider, savelist
+  --initial_load                    loading Lmod for first time in a user shell
+  --latest                          Load latest (ignore default)
+  --ignore_cache                    Treat the cache file(s) as out-of-date
+  --novice                          Turn off expert and quiet flag
+  --raw                             Print modulefile in raw output when used with show
+  -w twidth --width=twidth          Use this as max term width
+  -v --version                      Print version info and quit
+  -r --regexp                       use regular expression match
+  --gitversion                      Dump git version in a machine readable way and quit
+  --dumpversion                     Dump version in a machine readable way and quit
+  --check_syntax --checkSyntax      Checking module command syntax: do not load
+  --config                          Report Lmod Configuration
+  --config_json                     Report Lmod Configuration in json format
+  --mt                              Report Module Table State
+  --timer                           report run times
+  --force                           force removal of a sticky module or save an empty collection
+  --redirect                        Send the output of list, avail, spider to stdout (not stderr)
+  --no_redirect                     Force output of list, avail and spider to stderr
+  --show_hidden                     Avail and spider will report hidden modules
+  --spider_timeout=timeout          a timeout for spider
+  -T --trace
+
+module [options] sub-command [args ...]
+
+Help sub-commands:
+------------------
+  help                              prints this message
+  help                module [...]  print help message from module(s)
+
+Loading/Unloading sub-commands:
+-------------------------------
+  load | add          module [...]  load module(s)
+  try-load | try-add  module [...]  Add module(s), do not complain if not found
+  del | unload        module [...]  Remove module(s), do not complain if not found
+  swap | sw | switch  m1 m2         unload m1 and load m2
+  purge                             unload all modules
+  refresh                           reload aliases from current list of modules.
+  update                            reload all currently loaded modules.
+
+Listing / Searching sub-commands:
+---------------------------------
+  list                              List loaded modules
+  list                s1 s2 ...     List loaded modules that match the pattern
+  avail | av                        List available modules
+  avail | av          string        List available modules that contain "string".
+  spider                            List all possible modules
+  spider              module        List all possible version of that module file
+  spider              string        List all module that contain the "string".
+  spider              name/version  Detailed information about that version of the module.
+  whatis              module        Print whatis information about module
+  keyword | key       string        Search all name and whatis that contain "string".
+
+Searching with Lmod:
+--------------------
+  All searching (spider, list, avail, keyword) support regular expressions:
+
+
+  spider -r           '^p'          Finds all the modules that start with `p' or `P'
+  spider -r           mpi           Finds all modules that have "mpi" in their name.
+  spider -r           'mpi$         Finds all modules that end with "mpi" in their name.
+
+Handling a collection of modules:
+--------------------------------
+  save | s                          Save the current list of modules to a user defined "default" collection.
+  save | s            name          Save the current list of modules to "name" collection.
+  reset                             The same as "restore system"
+  restore | r                       Restore modules from the user's "default" or system default.
+  restore | r         name          Restore modules from "name" collection.
+  restore             system        Restore module state to system defaults.
+  savelist                          List of saved collections.
+  describe | mcc      name          Describe the contents of a module collection.
+
+Deprecated commands:
+--------------------
+  getdefault          [name]        load name collection of modules or user's "default" if no name given.
+                                    ===> Use "restore" instead  <====
+  setdefault          [name]        Save current list of modules to name if given, otherwise save as the default list for you the user.
+                                    ===> Use "save" instead. <====
+
+Miscellaneous sub-commands:
+---------------------------
+  show                modulefile    show the commands in the module file.
+  use [-a]            path          Prepend or Append path to MODULEPATH.
+  unuse               path          remove path from MODULEPATH.
+  tablelist                         output list of active modules as a lua table.
+
+Important Environment Variables:
+--------------------------------
+  LMOD_COLORIZE                     If defined to be "YES" then Lmod prints properties and warning in color.
+
+    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+Lmod Web Sites
+
+  Documentation:    http://lmod.readthedocs.org
+  Github:           https://github.com/TACC/Lmod
+  Sourceforge:      https://lmod.sf.net
+  TACC Homepage:    https://www.tacc.utexas.edu/research-development/tacc-projects/lmod
+
+  To report a bug please read http://lmod.readthedocs.io/en/latest/075_bug_reporting.html
+    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+
+Modules based on Lua: Version 7.4.16  2017-05-23 11:10 -05:00
+    by Robert McLay mclay@tacc.utexas.edu
+{{< /highlight >}}
+{{% /panel %}}
diff --git a/content/guides/running_applications/running_gaussian_at_hcc.md b/content/guides/running_applications/running_gaussian_at_hcc.md
index 4690c667edfa91d6f997d36f36910187822f959f..3611b253f386c89ac264cd4fc7379998584ffad8 100644
--- a/content/guides/running_applications/running_gaussian_at_hcc.md
+++ b/content/guides/running_applications/running_gaussian_at_hcc.md
@@ -1,13 +1,7 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
-
-<span id="title-text"> HCC-DOCS : Running Gaussian at HCC </span>
-=================================================================
-
-Created by <span class="author"> Jun Wang</span>, last modified by <span
-class="editor"> Carrie Brown</span> on Dec 14, 2017
++++
+title = "Running Gaussian at HCC"
+description = "How to run the Gaussian program on HCC resources."
++++
 
 Gaussian is a popular ab inito quantum chemistry program in the field of
 computational chemistry. Gaussian is a licensed program and currently
@@ -24,43 +18,41 @@ Omaha, University of Nebraska Medical Center, University of Nebraska at
 Kearney are not allowed to run **g09** program at HCC without purchase
 of a **g09** license.
 
-For access, contact us
-at <a href="mailto:hcc-support@unl.edu?subject=Request+access+to+Gaussian+group" class="external-link">hcc-support@unl.edu</a> and
-include your HCC username. After your account has been added to the
+For access, contact us at
+ {{< icon name="envelope" >}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu)
+and include your HCC username. After your account has been added to the
 group "*gauss*", here are four simple steps to run Gaussian 09 on
 Sandhills, Tusker, and Crane:
 
 **Step 1:** Copy **g09** sample input file and SLURM script to your
-"g09" test directory on the */work* filesystem:
-
-**Copy sample files**
+"g09" test directory on the `/work` filesystem:
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Copy sample files" %}}
+{{< highlight bash >}}
 cd $WORK
 mkdir g09-test
 cd g09-test
 cp  /util/opt/gaussian/09/RevD/test_g98.com ./
 cp  /util/opt/gaussian/09/RevD/run-g09-general.slurm ./
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 **Step 2:** Check **g09** input file and modify it if necessary:
 
-**Review g09 input file**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Review g09 input file" %}}
+{{< highlight bash >}}
 vi test_g98.com
-```
-
-<span style="color: rgb(0,0,0);">Content of Gaussian input file
-"*test\_g98.com*":</span>
-
-**Input file test\_g98.com**
+{{< /highlight >}}
+{{% /panel %}}
 
+Content of Gaussian input file `test_g98.com`:
+{{% panel theme="info" header="Input file `test_g98.com`" %}}
+{{< highlight batch >}}
 %nprocs=4  
-\#P RHF/6-31G\*\* scf=direct test prop=fit
+#P RHF/6-31G\*\* scf=direct test prop=fit
 
 Gaussian Test Job 178:  
-TATB rhf/6-31g\*\*//hf/6-31g\*\*  
+TATB rhf/6-31g**//hf/6-31g**
 Energy with tight cutoffs would be -1006.2213391, is -1006.2213170
 with  
 default cutoffs
@@ -88,24 +80,23 @@ A1=120.501393
 RCN2=1.312086  
 RNH=0.990828  
 A2=118.920716
+{{< /highlight >}}
+{{% /panel %}}
+
 
 **Step 3:** Check **g09** SLURM submission script file, and modify it if
 necessary:
 
-**Review SLURM submission script**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Review SLURM submission script" %}}
+{{< highlight bash >}}
 vi run-g09-general.slurm
-```
-
-<span style="line-height: 1.42857;">Content of Gaussian SLURM submission
-file</span><span
-style="color: rgb(0,0,0);"> "*run-g09-general.slurm*"</span><span
-style="line-height: 1.42857;">:</span>
+{{< /highlight >}}
+{{% /panel %}}
 
-**run-g09-general.slurm**
+Content of Gaussian SLURM submission file `run-g09-general.slurm`:
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="run-g09-general.slurm" %}}
+{{< highlight batch >}}
 #!/bin/sh
 #SBATCH -J g09
 #SBATCH --nodes=1 --ntasks-per-node=4
@@ -123,58 +114,57 @@ source ${g09root}/g09/bsd/g09.profile
 export GAUSS_SCRDIR=$TMPDIR
 
 g09 test_g98.com
-```
+{{< /highlight >}}
+{{% /panel %}}
 
-<span style="line-height: 1.42857;">**Step 4:** Submit the job and wait
-for **g09** job to be started by the scheduler:</span>
+**Step 4:** Submit the job and wait for **g09** job to be started by the scheduler:
 
-**Submit job**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Submit job" %}}
+{{< highlight bash >}}
 sbatch run-g09-general.slurm
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 Note that your account has to be a member of group "**gauss**" to run
 such example.
 
- 
-
 **Some g09 restrictions you need to know:**
 
-1.  Parallel execution of our g09 is Open-MP based:  
+1.  Parallel execution of our g09 is Open-MP based:
     This means you can run **g09** only on a single node with multiple
-    CPUs, e.g.  
-    **\#SBATCH --nodes=1 --ntasks-per-node=4** with SLURM.  
-    Also, make sure “**%nprocs=4**” in g09 input file matches with your
+    CPUs, e.g.
+    `#SBATCH --nodes=1 --ntasks-per-node=4` with SLURM.  
+    Also, make sure `%nprocs=4` in g09 input file matches with your
     CPU request in your SLURM submission file.
 2.  Scratch files directory for g09:  
-    On Tusker: **GAUSS\_SCRDIR=$TMPDIR**  
-    On Sandhills: **GAUSS\_SCRDIR=$TMPDIR**  
+    `export GAUSS_SCRDIR=$TMPDIR`  
     You may override the default scratch file location by explicitly
     specifying it in your SLURM submission file for Gaussian (ie.
-    **export GAUSS\_SCRDIR=$PWD**).
+    `export GAUSS_SCRDIR=$PWD`).
 3.  Convert .chk file to .fchk file before loading to GaussianView:  
-    Type “**module load gaussian/09/RevD;source
-    ${g09root}/g09/bsd/g09.profile**" to load g09 environment.  
-    Type "**cd xxx**" to change directory, where xxx is the directory
+    Type 
+    {{< highlight batch >}}
+    module load gaussian/09/RevD
+    source ${g09root}/g09/bsd/g09.profile
+    {{< /highlight >}}
+    to load g09 environment.  
+    Type `cd xxx` to change directory, where xxx is the directory
     including the g09 generated .chk file.  
-    Type "**formchk yyy.chk yyy.fchk**" to convert format, where yyy is
+    Type `formchk yyy.chk yyy.fchk` to convert format, where yyy is
     the file name of your .chk file before the suffix.  
       
       
 
-**Run g09 with [DMTCP (Checkpointing)](10813466.html):**
+#### Run g09 with [DMTCP (Checkpointing)]({{< relref "dmtcp_checkpointing" >}}):
 
 If your **g09** job could not finish within 168 hours walltime, you may
 try the following steps to checkpoint your **g09** job with dmtcp and
 resume the interrupted job afterwards.
 
-<span style="color: rgb(0,0,0);">1. Submit your initial **g09** job with
-the following SLURM submission file:</span>
+Submit your initial **g09** job with the following SLURM submission file:
 
-**Submit with dmtcp**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Submit with dmtcp" %}}
+{{< highlight batch >}}
 #!/bin/sh
 #SBATCH -J g09-dmtcp
 #SBATCH --nodes=1 --ntasks-per-node=16
@@ -194,7 +184,7 @@ export GAUSS_SCRDIR=$PWD
 rm -rf ckpt*
 rm -rf dmtcp*
 
-module load dmtcp/2.4
+module load dmtcp
 
 export DMTCP_CHECKPOINT_INTERVAL=561600
 export DMTCP_HOST=localhost
@@ -205,31 +195,26 @@ export DMTCP_SIGCKPT=12
 export DMTCP_TMPDIR=/tmp
 
 dmtcp_checkpoint g09 < au3O2-c13-pbepbegd3iop30-opt-tz.gjf > au3O2-c13-pbepbegd3iop30-opt-tz.log
-```
+{{< /highlight >}}
+{{% /panel %}}
 
-<span style="color: rgb(0,0,0);">One parameter you may need to adjust
-is** **</span><span
-style="color: rgb(0,0,0);">**DMTCP\_CHECKPOINT\_INTERVAL** which
+One parameter you may need to adjust is `DMTCP_CHECKPOINT_INTERVAL` which
 controls the time interval in seconds for writing dmtcp checkpoint
 files. Currently it is set to 561600s, namely 156 hours. In other words,
 dmtcp will begin to write checkpointing files 12 hrs before the total
 168 hrs walltime. The time to finish writing checkpointing files will
 vary with different types of **g09** calculations. I would suggest you
-to try different </span><span
-style="color: rgb(0,0,0);">**DMTCP\_CHECKPOINT\_INTERVAL** values in
+to try different `DMTCP_CHECKPOINT_INTERVAL` values in
 your submitted g09-dmtcp jobs to find a suitable value for your
-particular type of calculation.</span>
+particular type of calculation.
 
-<span style="color: rgb(0,0,0);"><span style="color: rgb(0,0,0);"><span
-style="color: rgb(0,0,0);">2. Once your running job completed
-checkpointing, make sure you see a file
-called **dmtcp\_restart\_script.sh** generated in your job's working
+Once your running job completes checkpointing, make sure you see a file
+called `dmtcp_restart_script.sh` generated in your job's working
 directory. Then you can use the following SLURM submission file to
-resume your interrupted job:</span></span></span>
-
-**Resume with dmtcp**
+resume your interrupted job:
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Resume with dmtcp" %}}
+{{< highlight batch >}}
 #!/bin/sh
 #SBATCH -J g09-restart
 #SBATCH --nodes=1 --ntasks-per-node=16
@@ -246,7 +231,7 @@ module load gaussian/09/RevD
 source ${g09root}/g09/bsd/g09.profile
 export GAUSS_SCRDIR=$PWD
 
-module load dmtcp/2.4
+module load dmtcp
 
 export DMTCP_CHECKPOINT_INTERVAL=561600
 export DMTCP_HOST=localhost
@@ -257,16 +242,10 @@ export DMTCP_SIGCKPT=12
 export DMTCP_TMPDIR=/tmp
 
 ./dmtcp_restart_script.sh
-```
-
-Note
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
-
-<span style="color: rgb(0,0,0);">The restarted job **will not** write
-the new output to the original output file
-"*au3O2-c13-pbepbegd3iop30-opt-tz.log*", but to the
-file "**TestJob.%J.stdout**" instead.</span>
-
+{{< /highlight >}}
+{{% /panel %}}
 
+{{% notice info %}}
+The restarted job **will not** write the new output to the original output file
+`au3O2-c13-pbepbegd3iop30-opt-tz.log`, but to the file `TestJob.%J.stdout` instead.
+{{% /notice %}}
diff --git a/content/guides/running_applications/running_ocean_land_atmosphere_model_olam.md b/content/guides/running_applications/running_ocean_land_atmosphere_model_olam.md
index 9d84727ae82366bc1b4b6eb7c2535099490f41b6..aec31a28dff7bd68ab4aa8a2d99c89935a62a6a8 100644
--- a/content/guides/running_applications/running_ocean_land_atmosphere_model_olam.md
+++ b/content/guides/running_applications/running_ocean_land_atmosphere_model_olam.md
@@ -1,27 +1,19 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
-
-<span id="title-text"> HCC-DOCS : Running Ocean Land Atmosphere Model (OLAM) </span>
-====================================================================================
-
-Created by <span class="author"> Adam Caprez</span>, last modified by
-<span class="editor"> Jingchao Zhang</span> on Aug 12, 2016
-
-<span class="underline">OLAM compilation on Tusker</span>
-=========================================================
-
-<span style="color: rgb(255,0,0);"><span
-style="color: rgb(51,102,255);">**pgi/11 compilation with mpi and openmp
-enabled**</span>  
-</span>
-
-1.  Load modules. Command: "**module load compiler/pgi/11 openmpi/1.6
-    szip/2.1 zlib/1.2 NCL/6.1dist**"
-2.  Edit the include.mk file.
-
-``` syntaxhighlighter-pre
++++
+title = "Running OLAM at HCC"
+description = "How to run the OLAM (Ocean Land Atmosphere Model) on HCC resources."
++++
+
+### OLAM compilation on Tusker
+##### pgi/11 compilation with mpi and openmp enabled
+
+1.  Load modules:
+    {{< highlight bash >}}
+    module load compiler/pgi/11 openmpi/1.6 szip/2.1 zlib/1.2 NCL/6.1dist
+    {{< /highlight >}}
+2.  Edit the `include.mk` file.
+
+{{% panel theme="info" header="include.mk" %}}
+{{< highlight batch >}}
 #-----------------  LINUX Intel Fortran ifort/gcc ---------------
 F_COMP=mpif90
 # If the compiler supports (and the user wants to use)
@@ -65,23 +57,23 @@ LOADER_OPTS=-mp
 # LIBS=-z muldefs -L/opt/pgi/linux86-64/5.2/lib -lpgftnrtl -lpgc
 ## IMPORTANT:  Need to specify this flag in ED2
 #USE_HDF5=1
-```
+{{< /highlight >}}
+{{% /panel %}}
 
-    3. Command: "**make clean**"
+3. Command: `make clean`
 
-    4. Command: "**make -j 8**"
+4. Command: `make -j 8`
 
- 
-
-<span style="color: rgb(51,102,255);">**intel/12 compilation with mpi
-and openmp enabled**</span>
-
-1.  Load modules. Command: "**module load compiler/intel/12 openmpi/1.6
-    szip/2.1 zlib/1.2**"
-2.  Edit the include.mk file.
+##### intel/12 compilation with mpi and openmp enabled
 
-``` syntaxhighlighter-pre
- #-----------------  LINUX Intel Fortran ifort/gcc ---------------
+1.  Load modules:
+   {{< highlight bash >}}
+    module load compiler/intel/12 openmpi/1.6 szip/2.1 zlib/1.2
+    {{< /highlight >}}
+2.  Edit the `include.mk` file.
+{{% panel theme="info" header="include.mk" %}}
+{{< highlight batch >}}
+#-----------------  LINUX Intel Fortran ifort/gcc ---------------
 F_COMP=mpif90
 # If the compiler supports (and the user wants to use)
 # the module IEEE_ARITHMETIC, uncomment below
@@ -123,102 +115,97 @@ LOADER_OPTS=-openmp
 # LIBS=-z muldefs -L/opt/pgi/linux86-64/5.2/lib -lpgftnrtl -lpgc
 ## IMPORTANT:  Need to specify this flag in ED2
 #USE_HDF5=1
-```
+{{< /highlight >}}
+{{% /panel %}}
 
-    3. Command: "**make clean**"
+3. Command: `make clean`
 
-    4. Command: "**make -j 8**"
+4. Command: `make -j 8`
 
  
 
-<span class="underline">OLAM compilation on Crane</span>
-========================================================
-
-<span style="color: rgb(51,102,255);">**Intel/15 compiler with
-OpenMPI/1.10**</span>
-
-1.  Load modules. Command: "**<span style="color: rgb(0,0,0);">module
-    load compiler/intel/15 openmpi/1.10 NCL/6.1 netcdf/4.4 phdf5/1.8 szip/2.1 zlib/1.2</span>**<span
-    style="color: rgb(33,33,33);line-height: 1.4285715;">"</span>
-2.  Edit the include.mk file:
+### OLAM compilation on Crane
+##### Intel/15 compiler with OpenMPI/1.10
 
-    ``` syntaxhighlighter-pre
-    #-----------------  LINUX Intel Fortran ifort/gcc ---------------
-    F_COMP=/util/opt/hdf5/1.8/openmpi/1.10/intel/15/bin/h5pfc
-
-    # If the compiler supports (and the user wants to use)
-    # the module IEEE_ARITHMETIC, uncomment below
-    IEEE_ARITHMETIC=yes
-
-    # If using MPI libraries:
-    OLAM_MPI=yes
+1.  Load modules:
+    {{< highlight bash >}}
+    module load compiler/intel/15 openmpi/1.10 NCL/6.1 netcdf/4.4 phdf5/1.8 szip/2.1 zlib/1.2
+    {{< /highlight >}}
+2.  Edit the `include.mk` file:
+{{% panel theme="info" header="include.mk" %}}
+{{< highlight batch >}}
+#-----------------  LINUX Intel Fortran ifort/gcc ---------------
+F_COMP=/util/opt/hdf5/1.8/openmpi/1.10/intel/15/bin/h5pfc
 
-    # If parallel hdf5 is supported, uncomment the next line
-    OLAM_PARALLEL_HDF5=yes
+# If the compiler supports (and the user wants to use)
+# the module IEEE_ARITHMETIC, uncomment below
+IEEE_ARITHMETIC=yes
 
-    # If you use the ED2 model, uncomment the next line
-    #USE_ED2=yes
+# If using MPI libraries:
+OLAM_MPI=yes
 
-    #MPI_PATH=/usr/local/mpich
-    PAR_INCS=-I/util/opt/openmpi/1.10/intel/15/include
-    PAR_LIBS=-L/util/opt/openmpi/1.10/intel/15/lib
+# If parallel hdf5 is supported, uncomment the next line
+OLAM_PARALLEL_HDF5=yes
 
-    # OPTIMIZED:
-    F_OPTS=-xHost -O3 -fno-alias -ip -openmp -traceback
-    #F_OPTS=-g -O3 -xHost -traceback
+# If you use the ED2 model, uncomment the next line
+#USE_ED2=yes
 
-    # DEBUG:
-    #F_OPTS=-g -fp-model precise -check bounds -traceback \
-    #        -debug extended -check uninit -ftrapuv
+#MPI_PATH=/usr/local/mpich
+PAR_INCS=-I/util/opt/openmpi/1.10/intel/15/include
+PAR_LIBS=-L/util/opt/openmpi/1.10/intel/15/lib
 
-    # EXTRA OPTIONS FOR FIXED-SOURCE CODE
-    FIXED_SRC_FLAGS=-fixed -132
+# OPTIMIZED:
+F_OPTS=-xHost -O3 -fno-alias -ip -openmp -traceback
+#F_OPTS=-g -O3 -xHost -traceback
 
-    # FORTRAN FLAGS FOR BIG FILES WHICH WOULD HAVE EXCESSIVE COMPILATION TIME
-    SLOW_FFLAGS=-O1 -g -no-ip -traceback
+# DEBUG:
+#F_OPTS=-g -fp-model precise -check bounds -traceback \
+#        -debug extended -check uninit -ftrapuv
 
-    #C_COMP=icc
-    C_COMP=mpicc
-    C_OPTS=-O3 -DUNDERSCORE -DLITTLE
+# EXTRA OPTIONS FOR FIXED-SOURCE CODE
+FIXED_SRC_FLAGS=-fixed -132
 
-    NCARG_DIR=/util/opt/NCL/6.1/lib
-    LIBNCARG=-L$(NCARG_DIR) -lncarg -lncarg_gks -lncarg_c \
-              -L/usr/lib64 -lX11 -ldl -lpng -lpthread -lgfortran -lcairo
+# FORTRAN FLAGS FOR BIG FILES WHICH WOULD HAVE EXCESSIVE COMPILATION TIME
+SLOW_FFLAGS=-O1 -g -no-ip -traceback
 
-    HDF5_LIBS=-L/util/opt/hdf5/1.8/openmpi/1.10/intel/15/lib
-    HDF5_INCS=-I/util/opt/hdf5/1.8/openmpi/1.10/intel/15/include
+#C_COMP=icc
+C_COMP=mpicc
+C_OPTS=-O3 -DUNDERSCORE -DLITTLE
 
-    NETCDF_LIBS=-L/util/opt/netcdf/4.4/intel/15/lib -lnetcdf
-    NETCDF_INCS=-I/util/opt/netcdf/4.4/intel/15/include
+NCARG_DIR=/util/opt/NCL/6.1/lib
+LIBNCARG=-L$(NCARG_DIR) -lncarg -lncarg_gks -lncarg_c \
+-L/usr/lib64 -lX11 -ldl -lpng -lpthread -lgfortran -lcairo
 
-    LOADER=$(F_COMP)
-    LOADER_OPTS=-static-intel $(F_OPTS)
+HDF5_LIBS=-L/util/opt/hdf5/1.8/openmpi/1.10/intel/15/lib
+HDF5_INCS=-I/util/opt/hdf5/1.8/openmpi/1.10/intel/15/include
 
-    # For Apple OSX: the stack size needs to be increased at link time
-    # LOADER_OPTS=-static-intel $(F_OPTS) -Wl,-stack_size -Wl,0x10000000
+NETCDF_LIBS=-L/util/opt/netcdf/4.4/intel/15/lib -lnetcdf
+NETCDF_INCS=-I/util/opt/netcdf/4.4/intel/15/include
 
-    # to allow ifort compiler to link with pg-compiled ncar graphics:
-    # LIBS=-z muldefs -L/opt/pgi/linux86-64/5.2/lib -lpgftnrtl -lpgc
+LOADER=$(F_COMP)
+LOADER_OPTS=-static-intel $(F_OPTS)
 
-    ## IMPORTANT:  Need to specify this flag in ED2
-    USE_HDF5=1
-    ```
+# For Apple OSX: the stack size needs to be increased at link time
+# LOADER_OPTS=-static-intel $(F_OPTS) -Wl,-stack_size -Wl,0x10000000
 
-3.  <span style="color: rgb(33,33,33);">Command: "**make clean**"</span>
-4.  <span style="color: rgb(33,33,33);">Command: "**make -j 8**"</span>
+# to allow ifort compiler to link with pg-compiled ncar graphics:
+# LIBS=-z muldefs -L/opt/pgi/linux86-64/5.2/lib -lpgftnrtl -lpgc
 
- 
+## IMPORTANT:  Need to specify this flag in ED2
+USE_HDF5=1
+{{< /highlight >}}
+{{% /panel %}}
 
- 
+3.  Command: `make clean`
+4.  Command: `make -j 8`
 
  
 
-**<span style="color: rgb(51,102,255);">Sample SLURM submit
-scripts</span>**
-
-<span style="color: rgb(51,102,255);">**PGI compiler:**</span>
+### Sample SLURM submit scripts
+##### PGI compiler:
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Sample submit script for PGI compiler" %}}
+{{< highlight batch >}}
 #!/bin/sh
 #SBATCH --ntasks=8                                          # 8 cores
 #SBATCH --mem-per-cpu=1024                                  # Minimum memory required per CPU (in megabytes)
@@ -229,14 +216,13 @@ scripts</span>**
 module load compiler/pgi/11 openmpi/1.6 szip/2.1 zlib/1.2
  
 mpirun /path/to/olam-4.2c-mpi
-```
+{{< /highlight >}}
+{{% /panel %}}
 
-**<span style="color: rgb(51,102,255);">  
-</span>**
+##### Intel compiler:
 
-<span style="color: rgb(51,102,255);">**Intel compiler:**</span>
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Sample submit script for Intel compiler" %}}
+{{< highlight batch >}}
 #!/bin/sh
 #SBATCH --ntasks=8                                          # 8 cores
 #SBATCH --mem-per-cpu=1024                                  # Minimum memory required per CPU (in megabytes)
@@ -247,1288 +233,5 @@ mpirun /path/to/olam-4.2c-mpi
 module load compiler/intel/12 openmpi/1.6 szip/2.1 zlib/1.2
  
 mpirun /path/to/olam-4.2c-mpi
-```
-
-Attachments:
-------------
-
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8127343.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8127413.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8127668.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8127744.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8945698.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8945732.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8945791.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8945826.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8945860.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8945894.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8945946.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8946016.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/9863202.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/9863236.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/9863288.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/9863363.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/9863419.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/9863456.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/9863555.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/9863657.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/9863714.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/9863798.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/9863850.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/9863911.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/10387512.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/10944561.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/10944601.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11632799.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11632887.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11632937.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633012.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633089.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633159.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633238.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633289.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633379.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633442.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633482.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633556.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633641.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633682.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633729.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633769.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633872.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633936.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11633976.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11634024.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11634066.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11634106.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11634155.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11634203.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11634297.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11634431.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11634534.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11634597.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11634675.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11634725.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11634923.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11635004.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11635127.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11635232.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11635416.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11635682.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11635776.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11635824.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11635866.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11635908.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11635950.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11636037.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11636140.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11636192.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11636303.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11636359.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11636446.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11636552.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11636598.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11636666.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11636809.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11636890.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11636934.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11637108.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11637177.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11637631.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11637675.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11637915.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11638006.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11638081.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11638151.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/11638194.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/12550237.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/12550285.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/12550335.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13041746.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13041834.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13041906.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13041968.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13042124.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13042248.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13042297.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13042340.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13042443.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13042513.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13042610.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13042656.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13598780.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13599002.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13599357.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13599413.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13599456.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/13599516.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/14057618.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/14057661.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/14057739.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/14057841.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/14057928.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/14417976.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/14418222.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15171770.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15171843.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15172002.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15172403.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15172481.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15172602.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925322.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925369.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925414.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925463.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925508.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925559.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925611.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925660.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925706.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925751.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925799.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925846.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925892.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/15925945.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16515074.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16515490.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16515711.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16515837.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16515883.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16515991.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16516117.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16516220.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16516299.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16516400.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16516473.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16516521.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16516572.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16516715.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16516952.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16517055.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16517167.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16517332.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16517410.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16517516.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16517563.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16517609.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16517655.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16517745.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16517882.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16518054.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16518166.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16518615.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16518661.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16518749.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16518859.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519004.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519052.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519226.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519303.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519380.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519428.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519505.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519586.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519676.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519774.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519891.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519937.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16519983.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16520131.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16520209.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16520269.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16520384.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16520430.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16520590.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16520679.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16520759.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16520837.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16520995.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16521110.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16521218.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/16521302.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17039393.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17039441.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17039489.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17039537.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17039587.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17039647.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17039849.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17039897.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17039945.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17040027.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17040115.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17040197.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17040341.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17040421.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17040469.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17040551.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17040694.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17041073.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17041139.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17041210.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17041541.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17041593.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17041776.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17041904.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17041991.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17042081.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17042166.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17042286.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17042371.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17042464.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17042589.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17042676.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17042785.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17042871.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17042927.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17043046.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17043141.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17043192.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17043277.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17043367.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17043454.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17043586.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17043672.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17043793.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17043878.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17043972.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17044062.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17044181.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17044268.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17044355.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17044458.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17044562.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17044658.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17044755.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17044855.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17045008.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/17047077.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18546747.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18546890.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18547055.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18547128.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18547197.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18547384.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18547531.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18547632.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18547732.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18547842.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18547903.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18548003.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18548167.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18548286.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18548387.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18548532.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18548619.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18548732.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18548832.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18548892.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/18549033.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/20709445.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/20709547.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21069921.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21070039.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21070177.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21070289.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21070527.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21070630.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21070749.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21070850.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21071044.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21071155.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21071336.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21071437.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21071599.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21071735.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21071838.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21071941.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21072041.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21072182.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21072282.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21072384.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21072504.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21072653.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21072755.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21072857.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21072986.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21073086.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21073280.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21073428.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21073487.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/21073617.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24150117.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24150176.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24150321.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24150464.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24150564.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24150664.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24150802.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24150908.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24151063.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24151166.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24151269.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24151412.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24151526.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24151694.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24151759.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24151918.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24152031.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24152275.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24152464.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24152566.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24152772.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24152845.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24153016.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24153116.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24153216.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24153404.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24153505.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/24153564.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/27721817.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/27721939.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/27722045.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/27722173.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/27722274.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/27722376.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/27722655.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/27722770.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/27722874.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/27722976.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/29065529.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/29065605.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/29065839.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/29065939.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30441539.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30441640.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30441784.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30441843.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30441943.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30442158.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30442284.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30442343.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30442569.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30442669.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30442731.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30442795.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30442977.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30443087.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30443199.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30443326.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30443536.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30443639.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30443755.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30443860.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30443965.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30444076.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30444176.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30444300.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30444413.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30444565.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30444716.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30444818.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30444920.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30444984.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30445090.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30445192.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30445419.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30445522.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30445634.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30445737.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30445840.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30445949.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30446018.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30446164.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30446270.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30446377.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30446569.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30446628.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30446805.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30446907.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30447069.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30447131.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30447240.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30447464.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30447568.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30447641.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30447741.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30447976.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30448076.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30448282.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30448425.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30448652.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30448755.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30448862.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/30448970.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/33685591.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/33685702.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/33685814.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/33685919.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/33686056.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/33686160.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/33686299.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/33687835.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/33688442.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/33689768.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/33689988.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/35324028.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/35324138.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/35324608.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/35324898.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/35325630.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/35325743.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/35326730.xml)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[tusker\_modules.xml](attachments/8192234/8127246.xml)
-(application/octet-stream)  
-
-
+{{< /highlight >}}
+{{% /panel %}}
diff --git a/content/guides/running_applications/running_theano.md b/content/guides/running_applications/running_theano.md
index 11136c339c69e51bc36630c7840ace67d5179f52..e1c873e3ad0a1151707d66999766ebf6827482f9 100644
--- a/content/guides/running_applications/running_theano.md
+++ b/content/guides/running_applications/running_theano.md
@@ -1,16 +1,10 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
-
-<span id="title-text"> HCC-DOCS : Running Theano </span>
-========================================================
-
-Created by <span class="author"> Adam Caprez</span>, last modified on
-Jun 14, 2018
++++
+title = "Running Theano"
+description = "How to run the Theano on HCC resources."
++++
 
 Theano is available on HCC resources via the modules system.  CPU
-versions are available on Sandhills and Tusker; both CPU and GPU
+versions are available on Tusker; both CPU and GPU
 versions are available on Crane.  Additionally, installs for both Python
 2.7 and 3.6 are provided.
 
@@ -21,12 +15,12 @@ circumstances, which can cause errors as the `/home` filesystem is
 read-only on HCC machines.  As a workaround, create the directory on
 `/work` and make a symlink from `/home`:
 
-**Create & symlink .theano directory**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Create & symlink .theano directory" %}}
+{{< highlight bash >}}
 mkdir -p $WORK/.theano
 ln -s $WORK/.theano $HOME/.theano
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 This only needs to be done once on each HCC machine.
 
@@ -35,69 +29,62 @@ This only needs to be done once on each HCC machine.
 To use the CPU version, simply load the module and run your Python code.
  You can choose between the Python 2.7, 3.5 or 3.6 environments:
 
-**Python 2.7 version**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Python 2.7 version" %}}
+{{< highlight bash >}}
 module load theano/py27/1.0
 python my_python2_script.py
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 or
 
-**Python 3.5 version**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Python 3.5 version" %}}
+{{< highlight bash >}}
 module load theano/py35/1.0
 python my_python3_script.py
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 or
 
-**Python 3.6 version**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Python 3.6 version" %}}
+{{< highlight bash >}}
 module load theano/py36/1.0
 python my_python3_script.py
-```
+{{< /highlight >}}
+{{% /panel %}}
 
-<span style="color: rgb(0,0,0);font-size: 16.0px;font-weight: bold;">  
-</span>
-
-<span
-style="color: rgb(0,0,0);font-size: 16.0px;font-weight: bold;">Running
-the GPU version</span>
+### Running the GPU version
 
 To use the GPU version, first create a `~/.theanorc` file with the
 following contents (or append to an existing file as needed):
 
-**\~/.theanorc**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="~/.theanorc" %}}
+{{< highlight batch >}}
 [global]
 device = cuda
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 Next, load the theano module:
 
-**Load the theano module**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Load the theano module" %}}
+{{< highlight bash >}}
 module load theano/py27/0.9
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 To test the GPU support, start an interactive job on a GPU node and
 import the theano module within the Python interpreter.  You should see
 output similar to the following:
 
-**GPU support test**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="GPU support test" %}}
+{{< highlight python >}}
 Python 2.7.15 | packaged by conda-forge | (default, May  8 2018, 14:46:53)
 [GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux2
 Type "help", "copyright", "credits" or "license" for more information.
 >>> import theano
 Using cuDNN version 7005 on context None
 Mapped name None to device cuda: Tesla K20m (0000:03:00.0)
-```
-
-
+{{< /highlight >}}
+{{% /panel %}}
diff --git a/content/guides/running_applications/using_anaconda_package_manager.md b/content/guides/running_applications/using_anaconda_package_manager.md
index 606fa95c944d12379818860974fdb7dc1067e2a4..d5f94f51154b130029b4aefc5daf7b9a2933b783 100644
--- a/content/guides/running_applications/using_anaconda_package_manager.md
+++ b/content/guides/running_applications/using_anaconda_package_manager.md
@@ -1,48 +1,37 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
++++
+title = "Using Anaconda Package Manager"
+description = "How to use the Anaconda Package Manager on HCC resources."
++++
 
-<span id="title-text"> HCC-DOCS : Using Anaconda Package Manager </span>
-========================================================================
-
-Created by <span class="author"> Adam Caprez</span>, last modified by
-<span class="editor"> Carrie Brown</span> on Oct 01, 2018
-
-<a href="https://www.anaconda.com/what-is-anaconda/" class="external-link">Anaconda</a>,
-from <a href="http://www.continuum.io" class="external-link">Continuum Analytics</a>
+[Anaconda](https://www.anaconda.com/what-is-anaconda),
+from [Anaconda, Inc](https://www.anaconda.com)
 is a completely free enterprise-ready distribution for large-scale data
 processing, predictive analytics, and scientific computing. It includes
 over 195 of the most popular Python packages for science, math,
 engineering, and data analysis. **It also offers the ability to easily
-create custom *environments* by mixing and matching different versions
+create custom _environments_ by mixing and matching different versions
 of Python and/or R and other packages into isolated environments that
 individual users are free to create.**  Anaconda includes the `conda`
 package and environment manager to make managing these environments
 straightforward.
 
--   [Using Anaconda](#UsingAnacondaPackageManager-UsingAnaconda)
--   [Installing
-    Packages](#UsingAnacondaPackageManager-InstallingPackages)
--   [Adding Packages to an Existing
-    Environment](#UsingAnacondaPackageManager-AddingPackagestoanExistingEnvironment)
--   [Using an Anaconda Environment in a Jupyter Notebook on
-    Crane](#UsingAnacondaPackageManager-UsinganAnacondaEnvironmentinaJupyterNotebookonCrane)
+- [Using Anaconda](#using-anaconda)
+- [Installing Packages](#installing-packages)
+- [Adding Packages to an Existing Environment](#adding-packages-to-an-existing-environment)
+- [Using an Anaconda Environment in a Jupyter Notebook on Crane](#using-an-anaconda-environment-in-a-jupyter-notebook-on-crane)
 
-Using Anaconda
---------------
+### Using Anaconda
 
 While the standard methods of installing packages via `pip`
 and `easy_install` work with Anaconda, the preferred method is using
 the `conda` command.  
 
-<span
-class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
-
+{{% notice info %}}
 Full documentation on using Conda is available
-at <a href="http://conda.pydata.org/docs/" class="external-link">http://conda.pydata.org/docs/</a>
+at http://conda.pydata.org/docs/
 
-A [cheatsheet](attachments/11635088/11635089.pdf) is also provided.
+A [cheatsheet](/attachments/11635089.pdf) is also provided.
+{{% /notice %}}
 
 A few examples of the basic commands are provided here.  For a full
 explanation of all of Anaconda/Conda's capabilities, see the
@@ -51,55 +40,51 @@ documentation linked above. 
 Anaconda is provided through the `anaconda` module on HCC machines.  To
 begin using it, load the Anaconda module.
 
-**Load the Anaconda module to start using Conda**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Load the Anaconda module to start using Conda" %}}
+{{< highlight bash >}}
 module load anaconda
-```
-
-<span style="line-height: 1.4285715;">To display general information
-about Conda/Anaconda, use the </span>`info `<span
-style="line-height: 1.4285715;">subcommand.</span>
+{{< /highlight >}}
+{{% /panel %}}
 
-**Display general information about Conda/Anaconda**
+To display general information about Conda/Anaconda, use the `info` subcommand.
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Display general information about Conda/Anaconda" %}}
+{{< highlight bash >}}
 conda info
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 Conda allows the easy creation of isolated, custom environments with
 packages and versions of your choosing.  To show all currently available
 environments, and which is active, use the `info `subcommand with the
 `-e` option.
 
-**List available environments**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="List available environments" %}}
+{{< highlight bash >}}
 conda info -e
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 The active environment will be marked with an asterisk (\*) character.
 
-<span style="line-height: 1.4285715;">The </span>`list `<span
-style="line-height: 1.4285715;">command will show all packages installed
-in the currently active environment.</span>
+The `list` command will show all packages installed
+in the currently active environment.
 
-**List installed packages in current environment**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="List installed packages in current environment" %}}
+{{< highlight bash >}}
 conda list
-```
-
-Installing Packages
--------------------
+{{< /highlight >}}
+{{% /panel %}}
 
-To find the names of packages, use the `search `subcommand.
+### Installing Packages
 
-**Search for packages**
+To find the names of packages, use the `search` subcommand.
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Search for packages" %}}
+{{< highlight bash >}}
 conda search numpy
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 If the package is available, this will also display available package
 versions and compatible Python versions the package may be installed
@@ -110,96 +95,87 @@ at a minimum a name for the environment, and at least one package to
 install.  For example, suppose we wish to create a new environment, and
 need version 1.8 of NumPy.
 
-**Create a new environment by providing a name and package
-specification**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Create a new environment by providing a name and package specification" %}}
+{{< highlight bash >}}
 conda create -n mynumpy numpy=1.8 
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 This will create a new environment called 'mynumpy' and installed NumPy
 version 1.8, along with any required dependencies.  
 
-To use the environment, we must first *activate *it.
+To use the environment, we must first *activate* it.
 
-**Activate environment**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Activate environment" %}}
+{{< highlight bash >}}
 source activate mynumpy
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 Our new environment is now active, and we can use it.  The shell prompt
 will change to indicate this as well (this can be disable if desired).
 
-Adding Packages to an Existing Environment
-------------------------------------------
+### Adding Packages to an Existing Environment
 
 To install additional packages in an environment, use the `install`
 subcommand.  Suppose we want to install iPython in our 'mynumpy'
 environment.  While the environment is active, use `install `with no
 additional arguments.  
 
-**Install a new package in the currently active environment**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Install a new package in the currently active environment" %}}
+{{< highlight bash >}}
 conda install ipython
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 If you aren't currently in the environment you wish to install the
 package in, add the `-n `option to specify the name.
 
-**Install new packages in a specified environment**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Install new packages in a specified environment" %}}
+{{< highlight bash >}}
 conda install -n mynumpy ipython
-```
-
-<span class="inline-comment-marker"
-data-ref="ca5bc320-0176-45f6-8985-80640d74b744">The </span>`remove `<span
-class="inline-comment-marker"
-data-ref="ca5bc320-0176-45f6-8985-80640d74b744">subcommand to uninstall
-a package functions similarly.</span>
+{{< /highlight >}}
+{{% /panel %}}
 
-**Remove package from currently active environment**
+The `remove` subcommand to uninstall a package functions similarly.
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Remove package from currently active environment" %}}
+{{< highlight bash >}}
 conda remove ipython
-```
-
-**Remove package from environment specified by name**
+{{< /highlight >}}
+{{% /panel %}}
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Remove package from environment specified by name" %}}
+{{< highlight bash >}}
 conda remove -n mynumpy ipython
-```
+{{< /highlight >}}
+{{% /panel %}}
 
-To exit an environment, we *deactivate *it.
+To exit an environment, we *deactivate* it.
 
-**Exit current environment**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Exit current environment" %}}
+{{< highlight bash >}}
 source deactivate
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 Finally, to completely remove an environment, add the `--all `option
 to `remove`.
 
-**Completely remove an environment**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Completely remove an environment" %}}
+{{< highlight bash >}}
 conda remove -n mynumpy --all
-```
+{{< /highlight >}}
+{{% /panel %}}
 
-Using an Anaconda Environment in a Jupyter Notebook on Crane
-------------------------------------------------------------
+### Using an Anaconda Environment in a Jupyter Notebook on Crane
 
 It is not difficult to make an Anaconda environment available to a
-Jupyter Notebook. To do so, follow the steps below, replacing <span
-class="underline">myenv</span> with the name of the Python or R
-environment you wish to use:
+Jupyter Notebook. To do so, follow the steps below, replacing
+`myenv` with the name of the Python or R environment you wish to use:
 
 1.  Stop any running Jupyter Notebooks and ensure you are logged out of
-    the JupyterHub instance at
-    <a href="http://crane.unl.edu" class="external-link">http://crane.unl.edu</a>  
+    the JupyterHub instance at https://crane.unl.edu
     1.  If you are not logged out, please click the Control Panel button
         located in the top right corner.
     2.  Click the "Stop My Server" Button to terminate the Jupyter
@@ -208,28 +184,25 @@ environment you wish to use:
           
 2.  Using the command-line environment, load the target conda
     environment:
-
-    ``` syntaxhighlighter-pre
-    source activate myenv
-    ```
+    {{< highlight bash >}}source activate myenv{{< /highlight >}}
 
 3.  Install the Jupyter kernel and add the environment:
 
     1.  For a **Python** conda environment, install the IPykernel
         package, and then the kernel specification:
 
-        ``` syntaxhighlighter-pre
+        {{< highlight bash >}}
         # Install ipykernel
         conda install ipykernel
 
         # Install the kernel specification
         python -m ipykernel install --user --name "$CONDA_DEFAULT_ENV" --display-name "Python ($CONDA_DEFAULT_ENV)"
-        ```
+        {{< /highlight >}}
 
     2.  For an **R** conda environment, install the jupyter\_client and
         IRkernel packages, and then the kernel specification:
 
-        ``` syntaxhighlighter-pre
+        {{< highlight bash >}}
         # Install PNG support for R, the R kernel for Jupyter, and the Jupyter client
         conda install r-png
         conda install r-irkernel jupyter_client
@@ -239,49 +212,28 @@ environment you wish to use:
 
         # Install the kernel specification
         R -e "IRkernel::installspec(name = '$CONDA_DEFAULT_ENV', displayname = 'R ($CONDA_DEFAULT_ENV)', user = TRUE)"
-        ```
+        {{< /highlight >}}
 
 4.  Once you have the environment set up, deactivate it:
-
-    ``` syntaxhighlighter-pre
-    source deactivate
-    ```
+    {{< highlight bash >}}source deactivate{{< /highlight >}}
 
 5.  To make your conda environments accessible from the worker nodes,
     enter the following commands:
 
-    ``` syntaxhighlighter-pre
+    {{< highlight bash >}}
     mkdir -p $WORK/.jupyter
     mv ~/.local/share/jupyter/kernels $WORK/.jupyter
     ln -s $WORK/.jupyter/kernels ~/.local/share/jupyter/kernels
-    ```
+    {{< /highlight >}}
 
-    <span
-    class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span>
-    Note: Step 5 only needs to be done once. Any future created
-    environments will automatically be accessible from SLURM notebooks
-    once this is done.
+{{% notice note %}}
+**Note**: Step 5 only needs to be done once. Any future created
+environments will automatically be accessible from SLURM notebooks
+once this is done.
+{{% /notice %}}
 
-6.  Login to JupyterHub at
-    <a href="http://crane.unl.edu" class="external-link">http://crane.unl.edu</a>
+6.  Login to JupyterHub at https://crane.unl.edu
     and create a new notebook using the environment by selecting the
-    correct entry in the \`New\` dropdown menu in the top right
+    correct entry in the `New` dropdown menu in the top right
     corner.  
-      
-    <span
-    class="confluence-embedded-file-wrapper image-center-wrapper confluence-embedded-manual-size"><img src="assets/images/11635088/24151931.png" class="confluence-embedded-image image-center" height="400" /></span>
-
-Attachments:
-------------
-
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[conda-cheatsheet.pdf](attachments/11635088/11635089.pdf)
-(application/pdf)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[image2017-11-1\_14-35-48.png](attachments/11635088/24151930.png)
-(image/png)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[image2017-11-1\_14-37-9.png](attachments/11635088/24151931.png)
-(image/png)  
-
-
+    {{< figure src="/images/24151931.png" height="400" class="img-border">}}
diff --git a/content/guides/running_applications/using_singularity.md b/content/guides/running_applications/using_singularity.md
index 61ec45d331e538ba0497f4a6138c2f3ebcacf82b..abbb21554351c53b160c0349507cb6f21d5486ab 100644
--- a/content/guides/running_applications/using_singularity.md
+++ b/content/guides/running_applications/using_singularity.md
@@ -1,15 +1,9 @@
-1.  [HCC-DOCS](index.html)
-2.  [HCC-DOCS Home](HCC-DOCS-Home_327685.html)
-3.  [HCC Documentation](HCC-Documentation_332651.html)
-4.  [Running Applications](Running-Applications_7471153.html)
++++
+title = "Using Singularity"
+description = "How to use the Singularity containerization software on HCC resources."
++++
 
-<span id="title-text"> HCC-DOCS : Using Singularity </span>
-===========================================================
-
-Created by <span class="author"> Adam Caprez</span>, last modified on
-Apr 17, 2018
-
-<a href="http://singularity.lbl.gov" class="external-link">Singularity</a>
+[Singularity](http://singularity.lbl.gov)
 is a containerization solution designed for high-performance computing
 cluster environments.  It allows a user on an HPC resource to run an
 application using a different operating system than the one provided by
@@ -18,14 +12,14 @@ cluster OS is CentOS.  Conceptually, it is similar to other container
 software such as Docker, but is designed with several important
 differences that make it more suited for HPC environments.  
 
--   Encapsulation of the environment
--   Containers are image based
--   No user contextual changes or root escalation allowed
--   No root owned daemon processes
+- Encapsulation of the environment
+- Containers are image based
+- No user contextual changes or root escalation allowed
+- No root owned daemon processes
 
 To use Singularity on HCC machines, first load the `singularity `module.
- Singularity provides a few different ways to access the container.
- Most common is to use the `exec` command to run a specific command
+Singularity provides a few different ways to access the container.
+Most common is to use the `exec` command to run a specific command
 within the container; alternatively, the `shell` command is used to
 launch a bash shell and work interactively.  Both commands take the
 source of the image to run as the first argument.  The `exec` command
@@ -33,26 +27,24 @@ takes an additional argument for the command within the container to
 run.  Singularity can run images from a variety of sources, including
 both a flat image file or a Docker image from Docker Hub.  For
 convenience, HCC provides a set of images on
-<a href="https://hub.docker.com/u/unlhcc/dashboard/" class="external-link">Docker Hub</a>
+[Docker Hub](https://hub.docker.com/u/unlhcc/)
 known to work on HCC resources.  Finally, pass any arguments for the
 program itself in the same manner as you would if running it directly.
  For example, the Spades Assembler software is run using the Docker
-image <span style="font-family: monospace;">unlhcc/spades</span> and via
-the command `spades.py`.  To run the software using Singularity, the
-commands are:
-
-**Run Spades using Singularity**
+image `unlhcc/spades` and via the command `spades.py`.
+To run the software using Singularity, the commands are:
 
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Run Spades using Singularity" %}}
+{{< highlight bash >}}
 module load singularity
 singularity exec docker://unlhcc/spades spades.py <spades arguments>
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 Using Singularity in a SLURM job is the same as any other software.
 
-**Example Singularity SLURM script**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Example Singularity SLURM script" %}}
+{{< highlight bash >}}
 #!/bin/sh
 #SBATCH --time=03:15:00          # Run time in hh:mm:ss
 #SBATCH --mem-per-cpu=4096       # Maximum memory required per CPU (in megabytes)
@@ -62,50 +54,29 @@ Using Singularity in a SLURM job is the same as any other software.
 
 module load singularity
 singularity exec docker://unlhcc/spades spades.py <spades arguments>
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 ### Available Images
 
 The following table lists the currently available images and the command
 to run the software.
 
-Request additional images
-
-<span
-class="aui-icon aui-icon-small aui-iconfont-warning confluence-information-macro-icon"></span>
-
+{{% notice note %}}
 If you would like to request an image to be added, please fill out the
-HCC
-<a href="http://hcc.unl.edu/software-installation-request" class="external-link">Software Request Form</a>
+HCC [Software Request Form](http://hcc.unl.edu/software-installation-request)
 and indicate you would like to use Singularity.
+{{% /notice %}}
 
-| Software                       | Version        | Command to Run                                                                                                              | Additional Notes                                                                                                                                         |
-|--------------------------------|----------------|-----------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|
-| DREAM3D                        | 6.3.29, 6.5.36 | `singularity exec docker://unlhcc/dream3d PipelineRunner`                                                                   |                                                                                                                                                          |
-| Spades                         | 3.11.0         | `singularity exec docker://unlhcc/spades spades.py`                                                                         |                                                                                                                                                          |
-| Macaulay2                      | 1.9.2          | `singularity exec docker://unlhcc/macaulay2 M2`                                                                             |                                                                                                                                                          |
-| CUDA (Ubuntu)                  | 8.0            | `singularity exec docker://unlhcc/cuda-ubuntu <my CUDA program>`                                                            | Ubuntu 16.04.1 LTS w/CUDA 8.0                                                                                                                            |
-| TensorFlow GPU                 | 1.4            | `singularity exec docker://unlhcc/tensorflow-gpu python /path/to/my_tf_code.py`                                             | Use `python3` for Python3 code                                                                                                                           |
-| Keras w/Tensorflow GPU backend | 2.0.4, 2.1.5   | `singularity exec docker://unlhcc/keras-tensorflow-gpu python /path/to/my_keras_code.py`                                    | Use `python3` for Python3 code                                                                                                                           |
-| Octave                         | 4.2.1          | `singularity exec docker://unlhcc/octave octave`                                                                            |                                                                                                                                                          |
-| Sonnet GPU                     | 1.13           | `singularity exec docker://unlhcc/sonnet-gpu python /path/to/my_sonnet_code.py`                                             | Use `python3` for Python3 code                                                                                                                           |
-| Neurodocker w/ANTs             | 2.2.0          | `singularity exec docker://unlhcc/neurodocker-ants <ants script>`                                                           | Replace `<ants script>` with the desired ANTs program                                                                                                    |
-| GNU Radio                      | 3.7.11         | `singularity exec docker://unlhcc/gnuradio python /path/to/my_gnuradio_code.py`                                             | Replace `python /path/to/my_gnuradio_code.py` with other GNU Radio commands to run                                                                       |
-| Neurodocker w/AFNI             | 17.3.00        | `singularity exec docker://unlhcc/neurodocker-afni <AFNI program>`                                                          | Replace `<AFNI program>` with the desired AFNI program                                                                                                   |
-| Neurodocker w/FreeSurfer       | 6.0.0          | `singularity run -B <path to your FS license>:/opt/freesurfer/license.txt docker://unlhcc/neurodocker-freesurfer recon-all` | Substitute `<path to your FS license>` with the full path to your particular FS license file. Replace `recon-all` with other FreeSurfer commands to run. |
-| fMRIprep                       | 1.0.7          | `singularity exec docker://unlhcc/fmriprep fmriprep`                                                                        |                                                                                                                                                          |
-| ndmg                           | 0.0.50         | `singularity exec docker://unlhcc/ndmg ndmg_bids`                                                                           |                                                                                                                                                          |
-| NIPYPE (Python2)               | 1.0.0          | `singularity exec docker://unlhcc/nipype-py27 <NIPYPE program>`                                                             | Replace `<NIPYPE program>` with the desired NIPYPE program                                                                                               |
-| NIPYPE (Python3)               | 1.0.0          | `singularity exec docker://unlhcc/nipype-py36 <NIPYPE program>`                                                             | Replace `<NIPYPE program>` with the desired NIPYPE program                                                                                               |
-| DPARSF                         | 4.3.12         | `singularity exec docker://unlhcc/dparsf <DPARSF program>`                                                                  | Replace `<DPARSF program>` with the desired DPARSF program                                                                                               |
-| Caffe GPU                      | 1.0            | `singularity exec docker://unlhcc/caffe-gpu caffe`                                                                          |                                                                                                                                                          |
-| ENet Caffe GPU                 | 427a014        | `singularity exec docker://unlhcc/enet-caffe-gpu <ENET program>`                                                            | Replace `<ENET program>` with the desired ENET program                                                                                                   |
-| ROS Kinetic                    | 1.3.1          | `singularity exec docker://unlhcc/ros-kinetic <ROS program>`                                                                | Replace `<ROS program>` with the desired ROS program                                                                                                     |
-| Mitsuba                        | 1.5.0          | `singularity exec docker://unlhcc/mitsuba mitsuba`                                                                          |                                                                                                                                                          |
-| FImpute                        | 2.2            | `singularity exec docker://unlhcc/fimpute FImpute <control file>`                                                           | Replace `<control file>` with the control file you have prepared                                                                                         |
-| Neurodocker w/FSL              | 5.0.11         | `singularity run docker://unlhcc/neurodocker-fsl <FSL program>`                                                             | Replace `<FSL program>` with the desired FSL program. This image includes GPU support.                                                                   |
+{{< readfile file="static/markdown/singularity-images.md" markdown="true" >}}
 
 ### What if I need other Python packages not in the image?
+{{% notice info %}}
+An alternative to the steps below is to create your own custom image as
+[described farther down](what-if-i-want-to-build-a-custom-image-to-use-on-the-hcc-clusters).
+Start with an HCC-provided image as the base for your Dockerfile (i.e. `FROM unlhcc/spades`)
+and add any additional packages you desire.
+{{% /notice %}}
 
 Unfortunately it's not possible to create one image that has every
 available Python package installed for logistical reasons.  Images are
@@ -119,21 +90,21 @@ the `singularity shell` command.  For example, suppose you are using
 the `tensorflow-gpu` image and need the packages `nibabel` and `tables`.
  First, run an interactive SLURM job to get a shell on a worker node.
 
-**Run an interactive SLURM job**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Run an interactive SLURM job" %}}
+{{< highlight bash >}}
 srun --pty --mem=4gb --qos=short $SHELL
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 After the job starts, the prompt will change to indicate you're on a
 worker node.  Next, start an interactive session in the container.
 
-**Start a shell in the container**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Start a shell in the container" %}}
+{{< highlight bash >}}
 module load singularity
 singularity shell docker://unlhcc/tensorflow-gpu
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 This may take a few minutes to start.  Again, the prompt will change and
 begin with `Singularity` to indicate you're within the container.
@@ -142,12 +113,12 @@ Next, install the needed packages via `pip` to a location somewhere in
 your `work` directory.  For example, `$WORK/tf-gpu-pkgs`.  (If you are
 using Python 3, use `pip3` instead of `pip`).
 
-**Install needed Python packages with pip**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Install needed Python packages with pip" %}}
+{{< highlight bash >}}
 export LC_ALL=C
 pip install --system --target=$WORK/tf-gpu-pkgs --install-option="--install-scripts=$WORK/tf-gpu-pkgs/bin" nibabel tables
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 You should see some progress indicators, and a
 "`Successfully installed..."` message at the end.  Exit both the
@@ -160,11 +131,10 @@ To make the packages visible within the container, you'll need to add a
 line to the submit script used for your Singularity job.  Before the
 lines to load the `singularity `module and run the script, add a line
 setting the `PYTHONPATH` variable to the `$WORK/tf-gpu-pkgs` directory.
- For example,
+For example,
 
-**Example SLURM script**
-
-``` syntaxhighlighter-pre
+{{% panel theme="info" header="Example SLURM script" %}}
+{{< highlight bash >}}
 #!/bin/sh
 #SBATCH --time=03:15:00          # Run time in hh:mm:ss
 #SBATCH --mem-per-cpu=4096       # Maximum memory required per CPU (in megabytes)
@@ -177,7 +147,8 @@ setting the `PYTHONPATH` variable to the `$WORK/tf-gpu-pkgs` directory.
 export PYTHONPATH=$WORK/tf-gpu-pkgs
 module load singularity
 singularity exec docker://unlhcc/tensorflow-gpu python /path/to/my_tf_code.py
-```
+{{< /highlight >}}
+{{% /panel %}}
 
 The additional packages should then be available for use by your Python
 code running within the container.
@@ -189,135 +160,42 @@ Singularity in the table above. If you don't specify a specific sofware
 version, Singulariy will use the latest one. If you want to use a
 specific version instead, you can append the version number from the
 table to the image. For example, if you want to use the Singularity
-image for Spades version 3.11.0, type:
+image for Spades version 3.11.0, run:
 
-``` syntaxhighlighter-pre
+{{< highlight bash >}}
 singularity exec docker://unlhcc/spades:3.11.0 spades.py
-```
+{{< /highlight >}}
 
 ### What if I want to build a custom image to use on the HCC clusters?
 
-<span style="color: rgb(0,0,0);">You can create custom Docker image and
-use it with Singularity on our clusters. Singularity can run images
-directly from Docker Hub, so you don't need to upload anything to HCC.
+You can create custom Docker image and use it with Singularity on our clusters.
+Singularity can run images directly from Docker Hub, so you don't need to upload anything to HCC.
 For this purpose, you just need to have a Docker Hub account and upload
 your image there. Then, if you want to run the command "*mycommand*"
-from the image "*myimage*", type:</span>
+from the image "*myimage*", type:
 
-``` syntaxhighlighter-pre
+{{< highlight bash >}}
 module load singularity
 singularity exec docker://myaccount/myimage mycommand
-```
+{{< /highlight >}}
 
-<span style="color: rgb(0,0,0);">where "*myaccount*" is your Docker Hub
-account.</span>
+where "*myaccount*" is your Docker Hub account.
 
-<span style="color: rgb(0,0,0);">In case you see the error "<span
-style="color: rgb(153,51,102);">ERROR MANIFEST\_INVALID: manifest
-invalid</span>" when running the command above, try:</span>
+In case you see the error `ERROR MANIFEST_INVALID: manifest invalid`
+when running the command above, try:
 
-``` syntaxhighlighter-pre
+{{< highlight bash >}}
 module load singularity
 unset REGISTRY
 singularity exec docker://myaccount/myimage mycommand
-```
-
-<span style="color: rgb(0,0,0);">All the Dockerfiles of the images we
-host on HCC are
-<a href="https://github.com/unlhcc/singularity-dockerfiles" class="external-link">publicly available here</a></span><span
-style="color: rgb(0,0,0);">. You can use them as an example when
-creating your own image. The only thing you need to note w</span><span
-style="color: rgb(0,0,0);">hen creating custom Docker images you want to
-use on HCC is to add the line:  
-</span>`RUN mkdir -p /work`<span style="color: rgb(0,0,0);">at the end
-of your Dockerfile. This creates a "</span>*/work*<span
-style="color: rgb(0,0,0);">" directory inside your image so your
-"</span>*/work*<span style="color: rgb(0,0,0);">" directory on
-Crane/Tusker is available.</span>
-
-Attachments:
-------------
-
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/17041276.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/17043291.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/18548329.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/21071161.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24150707.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24150750.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24150958.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24151174.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24151575.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24151576.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24151702.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24151704.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24151705.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24152060.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24152061.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24152145.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/24152173.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/29065634.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/30442051.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/30444516.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/30444517.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/30446691.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/33685989.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/35324359.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/35324941.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/35325144.md)
-(application/octet-stream)  
-<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
-[IMAGELIST.md](attachments/17040488/17041272.md)
-(application/octet-stream)  
-
-
+{{< /highlight >}}
+
+All the Dockerfiles of the images we host on HCC are
+[publicly available here](https://github.com/unlhcc/singularity-dockerfiles)
+You can use them as an example when creating your own image. The only thing you need to note
+when creating custom Docker images you want to use on HCC is to add the line:
+{{< highlight batch >}}
+RUN mkdir -p /work
+{{< /highlight >}}
+at the end of your Dockerfile. This creates a `/work` directory inside your image so
+your `$WORK` directory on Crane/Tusker is available.
diff --git a/content/guides/submitting_jobs/available_partitions_on_crane_and_tusker.md b/content/guides/submitting_jobs/available_partitions_on_crane_and_tusker.md
index 3a9c67ca0c1a46670ec87b0649a302279d269126..057ab66ffb21a128d5ef77e9571cddf719c350bd 100644
--- a/content/guides/submitting_jobs/available_partitions_on_crane_and_tusker.md
+++ b/content/guides/submitting_jobs/available_partitions_on_crane_and_tusker.md
@@ -8,11 +8,11 @@ resources. You can view the partitions with the command `sinfo`.
 
 ### Crane:
 
-{{< readfile file="/static/html/crane.html" >}}
+{{< readfile file="/static/html/crane-partitions.html" >}}
 
 ### Tusker:
 
-{{< readfile file="/static/html/tusker.html" >}}
+{{< readfile file="/static/html/tusker-partitions.html" >}}
 
 Two nodes have 512GB of memory instead of 256GB (Max Request = 500GB),
 and two have 1024GB of memory (Max Request = 1000GB).
diff --git a/static/attachments/11635089.pdf b/static/attachments/11635089.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..05eb589caa37042a9cc7926c6908e571ceef0ae3
--- /dev/null
+++ b/static/attachments/11635089.pdf
@@ -0,0 +1,4113 @@
+%PDF-1.5
%����
+1 0 obj
<</Metadata 2 0 R/OCProperties<</D<</ON[14 0 R 15 0 R]/Order 16 0 R/RBGroups[]>>/OCGs[14 0 R 15 0 R]>>/Pages 3 0 R/Type/Catalog>>
endobj
2 0 obj
<</Length 63916/Subtype/XML/Type/Metadata>>stream
+<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
+<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c014 79.156821, 2014/08/29-03:07:50        ">
+   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+      <rdf:Description rdf:about=""
+            xmlns:dc="http://purl.org/dc/elements/1.1/"
+            xmlns:xmp="http://ns.adobe.com/xap/1.0/"
+            xmlns:xmpGImg="http://ns.adobe.com/xap/1.0/g/img/"
+            xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
+            xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
+            xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
+            xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/"
+            xmlns:xmpTPg="http://ns.adobe.com/xap/1.0/t/pg/"
+            xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#"
+            xmlns:stFnt="http://ns.adobe.com/xap/1.0/sType/Font#"
+            xmlns:xmpG="http://ns.adobe.com/xap/1.0/g/"
+            xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
+         <dc:format>application/pdf</dc:format>
+         <dc:title>
+            <rdf:Alt>
+               <rdf:li xml:lang="x-default">conda-cheat-sheet-anaconda-dot-org</rdf:li>
+            </rdf:Alt>
+         </dc:title>
+         <xmp:MetadataDate>2015-05-14T10:20:39-05:00</xmp:MetadataDate>
+         <xmp:ModifyDate>2015-05-14T10:20:39-05:00</xmp:ModifyDate>
+         <xmp:CreateDate>2015-05-14T10:20:39-05:00</xmp:CreateDate>
+         <xmp:CreatorTool>Adobe Illustrator CC 2014 (Macintosh)</xmp:CreatorTool>
+         <xmp:Thumbnails>
+            <rdf:Alt>
+               <rdf:li rdf:parseType="Resource">
+                  <xmpGImg:width>256</xmpGImg:width>
+                  <xmpGImg:height>200</xmpGImg:height>
+                  <xmpGImg:format>JPEG</xmpGImg:format>
+                  <xmpGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA&#xA;AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK&#xA;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f&#xA;Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAyAEAAwER&#xA;AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA&#xA;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB&#xA;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE&#xA;1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ&#xA;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy&#xA;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp&#xA;0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo&#xA;+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9M+YNdsNB0e51a/L/VbU&#xA;Assa83ZnYIiIvdndgo9zkoxJNBBNJdY+etDktxJqhby9OTJxstYaG1nZIlDPKq+owaMD9oGmxwnG&#xA;em/uRxd6ne/mT5Ds0t3fXrGQXMyW8Xo3EUp5O4Sp4MaIpPxMdl74RikeimY70z/xN5b+qRXn6Ws/&#xA;qk8ck0Nx9Yi9N4oSBK6vy4ssZYBiNh3yPAe5PEFD/Gvk3gH/AE9p3BjIA31uChMK8pRXn+wpq3gO&#xA;uHw5dxXiHepat578oaVpo1C61a2NvJE1xbiKVJHmjT7TQopLSAU341xjjkTVIMgFU+dfJoQSHXtO&#xA;4GMzB/rcFPSD+mXrz+zz+GvSu2Phy7iniHett/O3lC4+vmLWLQppfpG/mMqrFEJ1DRMZGIQqwYUY&#xA;Glduu2Phy7uaOIKGmfmJ5I1Gw+v2+tWa24lMDGaeOIiTm6KrK7Aj1PSYpX7Q3GJxSBqlEwUTH508&#xA;py6tBpEOrWs2o3LTJFbRSrI3O3AMqMULBXUMPhYg+HQ4+HKrpeIXSj5k8+eVfLkSyapfKnJ/T9OJ&#xA;WnkBBoxZIg7AL3JGRgOI0CESmBzROheatC11p10y5E7WxpKtGU0PRgGAqDlOPNGfIrGYlydL5o0i&#xA;KvNpAoZlD+lJxIjYI7BuNOKuQpPvlrNTTzfoborxyO8biokWNiopwBqabUMqg+5xVuHzdoU0Rljn&#xA;LIGRCeDfadWYDp4Ia4qqaf5n0bULw2VtMWuVDExlWGyUqakU/axVKPMP5n+VdB1z9CXrXMmpmH6z&#xA;6FtbSzn0gGYt+7DfZVCT4DLY4pEX0YGYBpI7j/nIL8treeS3uLm6hnhZo5oZLWZXR1NGVlKgggih&#xA;ByY002PjRaP/ADkJ+WgiWY3VyInZlSQ2s3EsgBYA0oSOQr88fy018aKz/oYr8r/+W24/6Rpf6Y/l&#xA;Zr48e9e//OQn5aRrGz3VyiyrziLWswDLyK8lqNxyUj5jH8tNfGi6L/nIT8tJpUhhurmSWRgkcaWs&#xA;zMzMaAAAVJJx/LTXxorov+cgPy4mSZ4ri6kS2T1bhltJiI05rHychfhXm6rU9yBg/LTXxouf/nID&#xA;8uI4Irh7i7SCYsIZWtJgjlDRuLFaHjXemP5aa+NFU/5Xx5A/R41Lne/o4y/VxefUp/R9bjz9L1OP&#xA;Hnx341rTH8vK6T4sVKb/AJyC/LaEhZrm6jJqQHtZlJAYqeq/zKR88fy00HNFT/6GK/K//ltuP+ka&#xA;X+mH8rNfHj3u/wChivyv/wCW24/6Rpf6Y/lZr48e93/QxX5X/wDLbcf9I0v9Mfys18ePe7/oYr8r&#xA;/wDltuP+kaX+mP5Wa+PHvd/0MV+V/wDy23H/AEjS/wBMfys18ePezbyv5o0fzPo8er6RI0tlKzoj&#xA;ujIao3FvhbfrlM4GJotkZAiwo+dYdAuPLtxaa9K8OnXbxQGWPnzWV5V9FkKBiGEvEg0oO+2MZEGw&#xA;pFvJ9U078n9ct47nUvNGsah9as3mNzccuclrCBIr0e2XiImnDKEUVJ3DZbHORyAYHGDzS/ULX8gm&#xA;j/SbeaNSsIdWaOdVhjcVa0iWRStbOR19NW5Eg9T8sI1EvJTiCsn/ACpLUtGs9Ki8xay1tAZmF80M&#xA;oklXV5kjPqPLaUYSTRgKVUHYk7VOAZzd0F8IVSy58m/kU6W9vN5g1ZRcyi2iHGVFZ7hPUijKC1CI&#xA;IwvMfCAP2sl+Zl5IOIFPPND/AJNXwX61rN7aJbafDpksVpbTMGtpVdoOS/VZSGHNmqtN/teGQjmI&#xA;ZGAKRXml/kPcaw91beYdVs73UGu7yNLRZoEV1klado+dsEVowGiCVqFptX4skNRKq2Y+EExt4PyX&#xA;t9J1PQ7fX9Qe21BtLtrz9yWaJwFW0kVntaLz4rybcD/JwHPK7SMYqkBcaL+Q0mn27N5i1VooYYlk&#xA;nhS4Mk0V1JPcKZ/Ttav6ouWVmIqFAG29T+Yl5I8IIjQJPyN8teZLTW9P17VJL4C5eGJoLmaP0FLR&#xA;yxU+q8uMTA/CDzHfbBLPKQopGMA2qefNW/KXVUt76HzK/l2We5ZLiZLGaYzSTok1H5RkxtxkVg1R&#xA;TluPDFjgxXZiCiWEFX8keRvyUnuJ9S+tPfXVnJBcfWLxri0WEyUeAsS0cbO+xoTv/KN8uxzyAVdj&#xA;3BEcMRuyNPNH5eT6lao/mKze4mv5JFiNqq82LKvoOzL8BVm+0xB+45X+Xyc7/sZcXmy2DyzKlsIJ&#xA;LmJ6xTRs4tY1PKRlZHUAlR6fBRShB4ivTKxCVc2VHvXr5WshJzPpvtGp5QxGqqOMvb/do+1hED3p&#xA;p2k+XZLCa1kNykgt4XidUgSLm7MCJKrupCKFoNsYwkKs2gA97DPzC8g27eY086pq2o2F+kaWMQ02&#xA;2FzIolDRFgKMRtKfi7dt6ZmY8m3DQYyhvaVaZda1NqEdpa+YdfSaWBrxJZdBtIwSVlmZKywBvUqX&#xA;ptQlvhJrkiBXIfNA95R+iahqWq63p1lFfanZxJFGfqNzpMUNqDabos8jN6yyEw8uKyfd0yMgADy+&#xA;bIblO7n8vddkDpb+Z5bKGX656kMNnbMrfpC4a4nBMwlbdmCjfZQO9SYjIO5eHzROj+T/ADVptwsn&#xA;+K5ruHnJLJaz2VoI5Gld5G5NCsUv95IWAVx922CUweiRE96D1T8uNd1UUv8AzRLOsdzHfWoNjZgw&#xA;XMLho5Y2VAxZVXh8ZYcSQcIygcggwvqowflhr8Gnrp0fm+5+pLDHbeg1jYMrQxIERH5RHmOChTyr&#xA;Uda4fFF3X3o4D3oTzD5d806L6GvS67qmu3FijxRWVpptlK7x1W4aMpGsbUdrVByU8q0oRXB4gqqT&#xA;wm+aSTQazP5gfXl/xECLu5lW0i0+JbdbhrX6n9YWNZqvxijpGXckN2+JqviCqpeHe7QRl8zKbaJJ&#xA;/NTm5LXZddEsGSORZ2vCssihqP6ykhenL4ehw+KO7714T3sT/wCVY6LrF9Jd3Fl5tjuLwG8mkl0m&#xA;GEc5rkxMhVXAR6n1CoFAnxDbLBqyOjWdOO9Zdfk7otskhOn+a5mSOaULBp8D8hBMYuIJkX43A9RF&#xA;7ruOww/mz3I/LhZN+UWhxafPeHT/ADY5t5mhe2TTI2lcK4QyQqH+NCWqp2qoJ+b+bPcv5cIh/wAl&#xA;9EFyLYWvmcykopb9HxekC5hDfveZT4RcVJBp8D7/AA4/mz3L+XDJdO/5xi0G8sorltVv7VpASYJo&#xA;YlkUgkbj6Nsfzh7l/Lh6x5D8m23k/wAuRaHbXL3UMLySLNIArH1G5EELttmNknxG26EeEUmOv3ms&#xA;Wekz3Oj6curalHw9DT2nW1ElXVW/fOrqvFCW6b0pkGTEta1z8zbrRpba28oy215dLwSa31WzVoOT&#xA;H4y8iEVCfyq2+w/nwg0VY4dO/OKzvdPvILfU9Q+ohnls7jVdPSGcFBJ6LenbxlmL/u+T14/snjlh&#xA;yCuQYiJ70Fq+j/nQLeNbKHV5pKCScLq9hGp5RojRo5iVyyvyYVCqRvsdsfEHcF4fNkMsX5ofU49M&#xA;ey1CWKO3LHUbfUtPjneZVaRVcvbluRl4pUUUr9ofaDR4hd0E0lXlGb86dM1VJ9S8uXl7ZzIlvcR3&#xA;et2cwiKlA9yiJEteSioQGteVTuKMpg9KUCmaTeZ/OrJ6ln5TedFijLxSXcUDmaQQsVX1VUFYxLJy&#xA;bxSg32yJCUP/AIo/Ms3log8kKttLx+tStqltWEGNHYgKrcyrF0oOpANQDsFRmga/56vNZW11fyr+&#xA;jNMNskjakb23mIuSoZohDGWagrx5V6juN8VZTirsVdiqjLZWczq8sEcjo6yozorEOmyuCR9pa7HD&#xA;aq2BXYq7FUq1/wAzaToNsbrVJ0trUFVM0jUXkxoB0OSjEnkgmknt/wA0fJdxdNa2+pQSzpA10yox&#xA;YCJAWc8gONVCnktajuMkcUu5HGEKv5zfl60byJq8DLGpZ+JcmgpXYLU/aw+DPuRxjvRF3+a3kezv&#xA;jYXeq28F0CoKSScR+8RZEbkRx4skikNWnv1wDFIi6UzA6qJ/OHyEomL6nHGICFkMgdPiNAFHJBU/&#xA;F0G+xPQHD4Mu5PGFY/mx5FEssR1e1EkLKjr6oqSxAHHb4xuN1qMHhS7l4wyL9Jr/AL7P3/2ZWyYz&#xA;5/1LySdIj/xchGnBpShDXA+IWsxl/wB5vj/3nEv8N6YVYJFP/wA49mI6jFaO1vpxW+M6fpNkiIrc&#xA;q4UVpT9IF/s/tf5Pwqoq4vPyDsdQSe4hWO9SAQo0hviVitYxegfFVVKKwkr16dxiqM8m+f8A8l/L&#xA;2nmz8tP9Ttmt/r0kKx3jn0o5DAXcyI55K4KkE8tvDFWRw/m95Knnlt7a6ee4hleCWGOC4Zw8UsUM&#xA;m3p7hXuEqRtvXoDQKpy/nN5Fhi9S4u3gHGN+MkFwGAmV3Sq+mSDSF6g7im/bDStn85PIw1GHTTdt&#xA;9enMixwiKZiXiiEzpVUIBEbq3vXbAqe6J5t0rXNLt9V0tjcWF0vOCajJyWtK8XVWHTuMVTiCX1Yw&#xA;9KV7Yqk3nTzhpnlHQZdb1KKaa0hdI2S2VGkrI3EUDtGvU+OTxwMjQYylwi2J69+ZdhdaAgvfKvmN&#xA;9L1iNFhuLSGFiy3AjMVHt7lmQyesgUGnI/DuQwyyOLfmNmBybcixmx1byeL+wurfyh5za40xfrFq&#xA;ZUmdQhPqjaa6K8XMOyj7Z7E5YYyrnFiJDukl11qX5dSXHpzeUvOQnvDNxiKTAyiLaYBDc/F6fIh9&#xA;qiu+SEZd8V4x3ST2Hzb5XutOg0YeTvOE1pbRyrHAY7hKiB+T143ac3ikIAJqytQDemQ4CDdxTx+R&#xA;SvTPMf5f251SW28oebp4byCSy1VHillSluQs3NjcFkdAqI/xCgAG29TLHIiiYoEwOhTG/wDNXlK4&#xA;iS1/wX5shi0moZLO3kiELSmK8b1GhuQVkI4OSTyFcEcZHWKTkHcUINf8nW6XlkfKHnNDqEkU06PF&#xA;O0jPFKWU8nuS5q9wA1Sa1XvTDwy74o4x3SQqax+X+hCPzDJ5V8320FnOGF1cK/pRPDKPhb1LmiKZ&#xA;CFIOzH4fHDwyO1xXjA3oovTv+ciPyw0+4vLi107WhLfyCa7aThKGkVQgYCS7cKeAC/DTYAdFFE6W&#xA;Z6hHjx80d/0NF5A/6t+rf8ibb/soyP5SXkn8xF3/AENF5A/6t+rf8ibb/sox/KS8l/MRd/0NF5A/&#xA;6t+rf8ibb/sox/KS8l/MRd/0NF5A/wCrfq3/ACJtv+yjH8pLyX8xF3/Q0XkD/q36t/yJtv8Asox/&#xA;KS8l/MRZL5C/Obyv521ibStKtb2C4gt2une6jiRCiOkZAMcsp5VlHbK8mAwFllDKJGgyrVobfgZr&#xA;uSGO2HEM07BUry+Gpbb7VKZUG1LWGhrOwa7sfrEdv6zD1I/UFsVJ50+16fEHfphooU5m8s2U1Jr3&#xA;TbaYDnR5Yo2p8L8t6H9pWr8jhqRVGJY2FxAmopJazW5X1kvFKsnEAHmJACKUUb1wb8lWLbaZbWv6&#xA;RWa0itJuB+uKyrG/qsAh9QCh5swpvvjvyVRmXy+QTNd6fRyZCXkj3Nu4JbfqY3Yb/skjGiqq17pK&#xA;3kdk2p2a3kpCx25nQSMzKrABepJV1IHgceEql2t2Gl61ZJbp5h+oiSKSeOfT7xIZGheJ0MoajVVA&#xA;S4boCoPbHhKpQPKeiaFDC1/5wu1juCpt3v8AUYwZCWdlKMyqXJD8ag1IAwKqaDaeVvL9v9Zfzj9d&#xA;tnj+GbVNSjmTiBGC6u3GtTQ1rSre4xVN5/NHlCCzF7L5h0xLQgMs5u4uBDFlBDcqGpjcCn8p8MUo&#xA;zTtQ0bUrq4tNO1Wyvbq0NLu3t7hJZIiSQPURCzJuO+Kph+jZ/wCZfvP9MCu/Rs/8y/ef6Yq79Gz/&#xA;AMy/ef6YqjLaJooQjUJFemKpT5x8o6X5s0OTRdTaVLSV0kYwMqPWNuQ3ZXHX2ycJmJsMZRBFF5K/&#xA;kLU7WzuILTTfNxht54vQgXWLZInEDoscoVakNGsSGOiGnEbiinMnxB3x+TXwe/5ppe+W/M9tYzW1&#xA;rH5rvEnW1mkf9K2olDFSzxGd0M49IuRxjqjGtabHIiQv+H5J4feyST8rLbUrPS3vdc1yGexik+r0&#xA;uoUuIjdBTOkk8MQeQsVoxZ2yvxqvYMuC+9bH+T1lGeUfmnzIhq5qupuDWRuTnZP2m3PicfHPcPkj&#xA;w/M/NZH+S2lxxyRx+ZPMSRyu8kqLqLBWeU8pGYBN2cmrE9cPjnuHyXwx3lo/ktpR9SvmTzEfVlS4&#xA;lrqLfHNHx4St8G7r6acWO44jwGPjnuHyXwx3lfN+TtjK4kk8z+ZJJFFEZ9TckDkHoCUP7SKfmBg8&#xA;c9w+S+H5n5sPk/LLzTqAm07UbXXZNGcqHhl8xRzLKWMUhYwmHhRGaTruWUEfaqCM5G9D5KcY80kT&#xA;8h+T2QbytqESTrL9bP6XsnNu6qDFUeivNXNQeO4yf5qTHwIrv+VCqEtD/hm/YzxI90o1ezBt5GEX&#xA;KL+4pJxLyfEpFeH+UMfzUl8CKlF+RUjswfypqEYF4IVJ1iyYG0FS1zUQ9WpRY6Vr1NOj+akvgRW2&#xA;/wCRk72yyy+T9Rinfh/o51uxPAmYIwZxAQeMdZKgf5PXH81JfAii7D8g7eWC2a88t6hbzSywJcJ+&#xA;lrNhFHKU9Z6rAeXoKzbD7fHbrs/mpL4EWVf9Cx/l3/y0al/yPi/6pYPzc18CLIvI35PeVPJerTap&#xA;pEt29zNbtauLiRHTg7pIaBUQ1rGO+QyZ5TFFlDGImwy3VtG0nWLM2WqWkV7aFg5gnQOvJTUGhyoS&#xA;I5MyLSu1/L/yRaTtPaaHZW0rRPbs0MKR1ikUo6niB9pTQ+OSOSR6oEQOiifyx/LsvG58t6dWM1Uf&#xA;Vo+NaAbrTiencYfFn3leCPcmcflfy1FLbyxaTZJLZxtDaSLbxBoon5B0jIWqK3NqgbGp8cjxnvTQ&#xA;S8/lt+Xxh9H/AA3poWgUkWsIcgU6uF5HpvvvkvFl3lHBHuVZvIPkqayjsZdEs3tIjI0UJiXipmZX&#xA;kI22LMi1+WDxJc7XhCm35c+QmkDt5fsGK9FNvGVNepKEcST3qMfFl3rwjuSHzr5G8txWMB0vy1pL&#xA;3MzfVaTWE8qLG6SEUWxjZov3jVMhoF8a0wjLLvKmA7kut9Q1e8sIl1Ly/p9zbWNwXs7aXStXDJp0&#xA;Vu8lsiiSzm43Kyxxk8QwG6hS/GsCyUtSvYozLaz/AJd6fdRQWk5WMQTNERbqszRI76eF4uigIpAJ&#xA;dacacWyUY2gmkquvNGnXaLH/AMq6t5LOO44xC606eioIXaCi/U2o/wBYkepGyqT+02T8E94+bETT&#xA;7RtfOl20mq2PkVLW81CaJbiPTbWdJ3WaOF2lkkFnEkirNcHkxb7IZt2VlFTNMLz8wfMZns4NP8vz&#xA;SNOV+sSyW+qLFEGVk+JnsY9hO0YqATw5MVUCuBUfpvnfUpp4fr+jy2ttIHSR4oNVmkWVGOwRtOhX&#xA;02UqQ7OvUinw4qyPTtUttQiMsEdwiAA/6Tbz2rbkj7M6Rt+z4eHjiqLxVQviRbsQaGo/XirArjTf&#xA;zIeO4WLzFaRs8oaBvqRLJGHrxqZSN12NVJ8COptBh3MKPev1Kw/MWb0VsddtLZVhQSv9UZnMy+nz&#xA;PxSMpV6SdAvEEDc/EEGHUKQWotN/MNdOuIpPMFu988qvBcC0oqR/FyjK86N1Wh9veuNxvkmir6ZZ&#xA;eeYtXWfUtbtrvTfT4vaQ2hgPMCgZWMkrdetT8qYCY1sFAPVkPqSfzH78gl3qSfzH78Vd6kn8x+/F&#xA;XkV7qv5lSq7Qarr0Mhmn9GOPQrQkIykQx1km4H02tyxdiAwcD4arRSjL7XvPMul87e612Ge4WJ4C&#xA;NFgaSNnuFPGSMyr9mOQK4JFFVmrXFCJsl/MjXrieS38xahocTRI0EN5pFuojesbH4mkJclCylTsD&#xA;Xf4Riqcf4c/MQqobzs20bo/HTrccnaBI1f7W3CVXlAH83E7LupVD5e8+mOQHzi4dpnkidbC3HCNn&#xA;UpFQsQwRAVq25rXrSihy+XvPge0Lec5SkI/0pfqFqDM3FAN/2FqjMQP5jvQDFVKPy5+YytFy87s6&#xA;pcCSQNptsDJb0UGEkEUaoJ5jx6YpZb5VttVtbVINU1E6peLGPVuzEkAdgFBIjSoWp364FT7FXYq7&#xA;FXYq7FXYq7FWH/mfea1Z6LaT6PE812t2D6SfXTVUhlf4lsZYZGHJAKNyU9ONaZKMbQTTAtP81Xs7&#xA;iyg0DUJLOeb1YBLea3AEUxqsscqAXLcC/NolRWXjxX01NWycsRHUIErRn17URFIG0nVgwk+s2Ya8&#xA;810NtwLukxWGQCWi8VQmlT9nkChrZMg03z15w+q2zX2gelwkSO+Bi1f1kDAkhI47C6SRo+hdZ2Ri&#xA;PtDkMCqv/KwvMUulvcQeX3S8IuTFBLDrIFIIiyE10tGq78QFNOQ+ySw44qgtN/MfznPbie58vrGW&#xA;Y8YBb66rBBUbsdKbckBht0xVX1Pzz55S8aCx0CNUM/oW8skepzBxxVi7mOyVIx+847tx5K3xZOIj&#xA;1Qb6Ivyv551ydHi8w6TcRXsk/Gz+o2Gpei0TSemDJJcwRLGVO5LlQV+IbYzEeii+rN8glplVhRgC&#xA;PA4qw26l/M4JcfVdH0YsHX6uz3MxqnqsGqoiWtYuJryFD2PQWgQ7yx3XatP+ZCm2TS9F0l+UCPcz&#xA;T3MlFm/d+ogjEa7bvxPI1AqaH4WQIdSVNutpvzJNpI1xo+kfW1niEUa3MqxvAzP6pZvTcoyrwpRW&#xA;ruadsSId5XdRhm/NX6xKJtG0T0Q37njcziqmUChcxE7RftcOv7P7ONQ7yj1Jv5b/AMWSzXo8x6fp&#xA;9rErD6gbGR5eSlnqHMip0UJvQV32HTIy4eiRfVPPq8H++1+4ZBksnigjgkkCICilqstQKCu4G+Kv&#xA;Ebv85tShmvg2r+W4ltbaG73ttWZUimiQqZSIQSzzTR8Qu/Amo5DCqIu/zgvbdL+6GseXTZCIXNk8&#xA;lnqwdI2iQ/vVWL4vju7bpQ0ZthTZVHHz/wCbpLMRpceX49SmVDap9X1P0y8Ppi75Ex1483KoVBO4&#xA;674qoy/m7csbe+tb/RpdJM6pcRrY6s10VkETpHGgjrzMTPIGZKGqCg3bFVGT8zvNClC2p+VInS3n&#xA;+sW0iakJBcKZBEwjEZf0wVQH+ap4/s1mMcjyDHiCKT8x9fXVLG3uNT8ulJbWK5uIoLbUn5xzxqsc&#xA;0Eio68TcmnF6EJ18ciRWybWaL+aepX7QiPVNBninvGsYHSz1QMZXSV7dJOaRqpP7ku9KD49umBL1&#xA;XRIdTj023/SwtjqnGl09mrrAWr+wJCXpSnXAqC8zzeZIrYtoMMVxeVTjHcO8cXEn4jyRWNaf59sl&#xA;Gr3Qb6JHa3v5mnUKXWn2K2P1ckGO5nL/AFgA8VLGLZGNK0Q8f8rJEQrmUbpa2pfnYzOyaVpiJX92&#xA;j3E5agenxFRTdd/86ZKsfeUXJHXl9+aiaiFtNOsJtPLIeUlzPHIAUTmppFINpOdGA3FPh8QBCuZU&#xA;8SlHd/m+WuAbPTNmpbs8tyi0qKseCyk7A/DQdeu1C1DzX1Kkmofmsss3DS7B4vUjEBF1OGCM4Dlg&#xA;YQG4rv8As+wPTGod5Tuyjnff8WfjlbJLtbfzf9WX9BfVzc1bl9e9YRgcDxp6Qr9vjX2rihI4D+cq&#xA;30xmfRnsC7egqi8WYR+qhQs2619EuCKfaCmtCQFKHvG/PXnMbM6BwEg+rLL9f3io3L1OI+3y4U47&#xA;U5e2Kpm4/M82khSTT1vP3npDjcmLaR/Sr+0Kx8OfXetMUKKv+bn6Pk5foj9I+n+6p9c9H1fTH2v2&#xA;uHq16b8ffFXQ/wDK2+HGeTSi3GP441u1+Mu3q0DF9gnHj71riq4H82RDHV9JacFRMeF4qMPUXkVH&#xA;Jiv7rnQGvxU3piqfaeddWyhXUXEl6FAuHt1dImbxRXLsoPgWPzxSm9oZDAPUry3rXr1wKrYq7FXY&#xA;q7FXYq7FXYq7FXYq7FXYq7FVjW8DsWeNWYihYqCSPDG1XIiIioihUUBVVRQADYAAYq5kVhRgGFQa&#xA;EV3BqD9BxVvFUu17SrnVNOa0ttRuNLlZlb63acBKApqV+NXFD/nttkomj3oISODyPrEU1xK3m3Vp&#xA;vXtGtQsjQURioVZkCRIodaVrSp7k5PxB3BHD5qFn+Xmrw3Ec03nLWpxE6OIzJCqngQQrD0iGBK71&#xA;G4qD1xOQdwURPemGteUdR1M1TzLqdkQJOH1ZoIwrOysv2Yl5BQpX4qmh613wRmB0CSEuj/L3WUvI&#xA;LgecdYIimWZ4y8RVwhPwMChHGjHalPEGgofEHcEcPmiYvJGrxXsl1H5v1hRK0jvCTaSoC7DiEWa3&#xA;lVAqqBQCncUqajxBXILw+a/TvJWpWf11m806vcSXkKxB5ngf0WXiPUhRoSisVQA/D3Y9TXE5AegU&#xA;R82N+e9J8z6PZtqNt5jvWt2txZyQm8s7BEEVqxNw092kq85JIhUpwYci1djhGQdwUxPew2013zc+&#xA;lQGXWZVv3njZbYeYNNeYGaJhBAWjRkdZqIy/CT8VR0JL4g7gvD5qXl7UvPl1MLG21e7fU7iJom08&#xA;eY9Iu5kV4WnSXj6ErfbAXknx8WrUKu5OQfzQjgPeWZ2Ft+ZdvDqGk3Gn6jf2eobJrJ1a2iurYCUQ&#xA;0jUQpxb0v31VBHKqiuzGEpA9KZAJDpnlz8zFi05bzS/MEn1UXSus3mW1dyZICUeWVIkaQ839NKce&#xA;BHI8hTIpTCTSPzKNu0P6O13k062nrJr9opW3EUsZvVrGd6z8ih35Ih7bqpr5a/LjVTLFLqWseY7N&#xA;LFJYYrWbVo7qO5ErylpZ1jiALUkBFTtt4YFZp5e8vDRIZIhqV/qKyCMKdQn+sMgijEfwMVU/Fx5N&#xA;WtW3xVNsVYR+cnlnWfMvkW50nR4RcX0s0LpGXSMcUcMx5OVHTLsExGVlryRJjQeS3XlB30S3g1Dy&#xA;HpKzadJawz6lFrVval+HoxzRziNlBkuPQdQSfhLEgFqlskZN9pH5NRhtyHzRi+RvLllbXE1x5Bgi&#xA;vEWGGOCbX4WhpMklZHmeVeMki/YUR/s8lIyPiE/xfYnwx3fap61+USiLTpNM8i+ldSpdpc21zqyC&#xA;Ezy0a19KQXBeUQIr1FELdT3wxz98vsQcQ6D7VG3/AC7e+IOm/l5ZTWcdx6lwkWvLMzJ6UqrC0qvy&#xA;Sjyq/wANK8QDXrhOWucvsXw/L7UPJ5EsIrWaRvIdgv730zPJ5kXhHznZlj2kX956X7teR6ryKncF&#xA;8Q/zv9ivh+X2opvJOn2xuGufy40+O2rDH8XmPgySN+94mR5GH7yPjxAANK7kGgHiH+cfkvh/0ftY&#xA;b/yoT8zfV9L9HQ+oV9QR/W7XlwBpyp6nT3y78zBr8CSUwflh5luBIbefTJ/ScxyelqdjIRIAWKEL&#xA;MfiopPHrj+ZgvgSXR/lZ5oljSSOXTXjlQSxsupWJDIzBFZaTbhmNB4nH8zBfAksH5Y+Yzz/0nSv3&#xA;bMkn+5Sw+FlDMyt++2KhGJHscfzMF8CSyb8uNdgQvPd6TAgIUtLqthGKsCy/amH2lUkeIFRj+Zgv&#xA;gSVoPys80XDlIJtMlYIshVNTsWPByio203RmlQA/5S+Ix/MwXwJKlh+UnnDUblLWw+oXVzIrSRww&#xA;6jZO7olAzoqyksoJALDbH8zBfAkmf/Qvn5q/9WqP/pKtv+qmD8zDvXwJPR/yJ/K3zr5T83Xeo65Z&#xA;LbWkunyW6Os0UhMjTQuBSNmP2YzlGozRlGg24cRibL3XMNyHYq7FXYq7FXYq7FWL/mDpVvqWmWlv&#xA;NKkNbpRFJJpg1YCSSN4krGySLEKybyGn8tRyxVgH6F0q1tEmee3T1NSE1tBceUGSf0IFCQ2ccYSI&#xA;/u+SiOen2jQHcLhVMb5NP0ue2nsktdJuIJJFt1tPKd81w7xL6VIyjkcDGYEBAo1KBhVQirI180as&#xA;Ird5LxqmMTTIvl3Vw7pySI8YzIXRuZY8SCVUgkcVLMFQkXmjzBaz6Zbyammow3HqrcXceiXI+KGf&#xA;g3Kl2pjVgwWNvSZWKk8iSBhVDT+edZtZvqt7qDwemHX66/lvUljlZPiZ0/0hiEQPGrkrRiTwbrwV&#xA;TL9O+YpfXkg1HhHz9S3Mnl7UnX0vSVyvwzKX/vVofhPIMtDQ8QqYeWtd1a9v3tr0ySRrB6iznSbz&#xA;To3cysPha5mlIKrxBRlBP2lJGwVZLirTuqLyY0HjirFpvy//AC2mMrS6DpzvMxeRzbx8ySST8VOQ&#xA;69jlniy7yx4I9yIuvKHkW7l9a50qzmm9JYBK8SlxEiemqBqcgoTagwDJIdU8IVb7yx5J1Dh9e0mw&#xA;ufTIKerbxPTigjXqvQIoWngB4YBOQ5FTEHmvtvL3k+1kMtvpllFJ64ug6wRgidV4iRfh+FgO4wGR&#xA;PNQAgJfIH5byh/U0LT2Mn2mMCcvlypUDfpk/Fl3o4R3Ii48oeRriR5Z9Ks5JpI1gaVolLmJEEax8&#xA;6cuIUAUrgGSXenhCLg0ry5b3TX1na21vevCYPrUUSK/pHjRSVAqv7tdvYYDI8lphFh+WFzZ+mY9d&#xA;sY2SRZn9HRNPhV5DEYp2ZVXrKGO/2hWleNQQl0f5aaisV3AfMNgYmVF02MaHYKLQRMzxAACjqhK8&#xA;QRtx98VatPy0vbe6u3n8x2U0Fy7PbQtounq0UhQojepxLSsisygtvxJBxVGaZ+WunQzs2r6hbapa&#xA;skSvaPpmnxxkRBgV/unPpvzYlRuP2SBtjaGRDy15DjaFBpGmI0YCwKLaAFVXjQIOPQekmw/lHgMC&#xA;UTZaN5TsriK4stPsra5gjMMMsMEUbpF0KKyqCq7dBtiqZfWrf/fgxVck8TmiMGPWgxVKvMvmSHQb&#xA;Q3c1vPcRAqCltE80lXbiPgQE0yUY2UE0kdt+ZthcXxs007UFcW7XQkltJokIQEsgMgU8/h22oexO&#xA;SOI1eyOJBTfnFp0fALomsTM6B1WPT56lioYRgOEJY1oD9n3pkvBPePmjxPenNv57hmj09jp99C+o&#xA;uUjimtZkaOhYVnqOMf2O5rQg0pkDDmniSX/lc2jG1Fyml6q6F+Hw2M5FOBcPzp6ZBA2o1fam+T8E&#xA;94+aOMImX81bGJYGbSdTIuIRcR0tJNlJkBD1PwMPRJ4tvQilcHhHvCeJTtfzd02eEyNo+rwEGMBJ&#xA;NOuakSOUB5IroBUd2+VTicJ7x80cYa1Lz1pd75fXVrjyxf6pFbXNYbD6iJrpZYyAJkhc7UDVVga0&#xA;6ZCUaLIG0vbUPKCi65eQJQ7sWuEXSoWMriE3ZJZRxf4vgrXeQ0wJS3/E3k6zeYwfllfj0IoJ09DR&#xA;YhzYvGyoo+EGSFmVvbi1D8OBUf8ApPynC15Av5dTrGEaOVk0u1KTwlWYheLfGp9IDgwrXjt3wqo3&#xA;HmXyvCZoovy4vZmCcVCaRAEkCzG1VAzELTixccqAR7+2KrNW1TyasrXtz+Wc19dysqTSR6RbzTM3&#xA;No1JZqclX0uXInZeJ74qy3yv5qgu45rK00K70e109jBFHc2wtYmC03gVSQU32IwKnv6Sf+QffiqM&#xA;t5TLEHIoTXbFVO//AN5m+Y/Xirxq9X8mjJdLca5J6hndpoxf3bESUk5MIw5Hwgt8fHbx33yh4nd9&#xA;jUeHv+1T80j8rf0vN9c1LjdvOf0jy1C8gKAH4/TWNZFchqfDUU8Rgh4lbBZcPUsj0iHyDNomm2Vj&#xA;rEjWU7Sx6fTUrmCWZjIS6rxlidyG7f1yEuKySPsSKpIm1b8nbGxeF9ekeC5ghRk+t3kzenBL6kYC&#xA;qXaM8hWigGh/yt58OQnki4jqhYbH8kdW1JUi1OW51CWThF/pl80hlmYKCpZiSxLgV+/DeQDl9yKi&#xA;ev2rrGb8k7dHtrfVn43HphI2ubtiPjinjEdTyU8o06fEOmJ8TuSOHvRGgeVvyp1S7e20vVpb2QR0&#xA;+oG8kVgqlaso+CbbgQSDtU+2CU5jmFAiUbYWN7B5ee1vPK1xLZi5V5rZdXW7ISNWk9WJ7iWBV4zK&#xA;FKckH7XahplIlmBSG/5V15PkYRv5Gu1gaK1t3kkvIqiJfTIRuN6xK2/1aOu5qa8eQLExZKieW/Js&#xA;ltNNL5SuYbSUywyzy3lqVYySOzDkt8w+Kf4RvUOwFB8XFQoN5I8oQaq09r5IuHubwmS4ma9t1Dj4&#xA;ZX4p9cbkyzIikcQvKp5UNSqiD5I8r2rX2o2Hk27uri/MN9JwvYv3tz6zygD1LwIhjf8AeVX4d/hr&#xA;SmKWrHyto8DEDyTcosUiuq21/BJxmEIjf4XuoQq8D8PdvtMqnqoUYfy38nSW9rbjyRf2yacWWy9W&#xA;9iPATyqsrDhfTcuIJk+MdFoPioCpeleU9F07RbSPTdOjMNlAjCGIsz8QWrQFiTQVxVGeYf00untJ&#xA;olrbXeohlCx3jtHHwr8R5IrmoH+fYmNXugpFBJ+ZJ+tGfSdHQi3Js1juJnBuB6fwyMY0PFqydF2o&#xA;BU9cnUO8o3UNPl/NSS6jW90fRYbfmnrMlxOx9Oo58f3Z+KleNR16+OJEOhKjiTHVv8cCQforTdKK&#xA;KJCfXnmYvRlEY+GJOBZSSftAZEcPW0m0tV/zVF7b8tL0V7MvH9a/ezI4Q09TgaPuKncjt032lUO8&#xA;o3REUn5lLeyCTR9Fms2aQw0u7iF1UMBGHb6vPyJALVCjrSgpu1CuZR6l1kfzH4XTXmmaMX9BWski&#xA;nnX9+QOSSsYn+EHl9kb7dN8BEPNO6Tea/Mfn/Rbq3CWGjra3foQ20kxu2ZrllX1Y29JGVFLllRm2&#xA;6VwxEOpKDxMfsPzh1G/nmltDok1hJbyT2ht11GWRWImSASepb2/INNAQxCr8PTcrVqHmvqcPzj1C&#xA;aYWsSaMl1LNKkMZN6zskXrIQAYEXl6tu4JLjYbBq1xqHeU7qEH52X8mnXUwGiS3Folo8ywjU3Ci4&#xA;jaTmwFrTg6gMvFjw/aPcNQvmUepPLb81rZrC9h1A6fpmstJIukNIl5JZOomjtkaaUwxNQzSU6D4f&#xA;ioBkZAdGQvqxub84tWtIoF1LW/LNvdz2f1yEwWesTQyLWUmQH0weHFY6Uav2/wDJyKVXU/znvbXy&#xA;8upLqnlyN5Jo0hkmtdXMRWWBZlDLFE8gYqeQ/wAmlaHbFUT5K/Ny81jzBFY3N/otzYzXaxQfVLLV&#xA;1uJLeT1o0flLAsIYzJGhY0T7Y2PGoV7OqqoooAHgMVUL/wD3mb5j9eKpK1naMGVoIyrkswKqQSa1&#xA;J2/yjhtDnsrOQkyQRuWILFkU1I6E1GNqviiihjEcSLHGv2UQBQK77AYqt+q21APRSi0C/CNgu4p8&#xA;q42rQs7RXDiCMOK0YKtRU8jvTx3xtVKTSdKldJJLKB3jIaN2iQlWUgqQSNiOIp8sPEVRCwxRqRGi&#xA;oKBaKANlFAPoGBXlNr5fvdKEM2o2dq0yI0sMN3puiRkSSrE0jBoru3r6fpFGKlasyndVwgWrore2&#xA;i0uKQ+X9Fu5GheazlSx0uJHuQyoQB+knXlxJduLUoftA7F4Stqr6Ne6uzroml6VbTyR831FtM025&#xA;NvcsrjnWPUXKtyUOtY5AK713ASCFUrSC0uXtGOlaRNfiW3kee3s9JkKyRshknLNqAZhMxYRsqBl3&#xA;2rSqYkLapLoOr28biXy7pk/wtayXR0vTIuCkEW4iQ6jQxxssK+m7A7D/AGIVNoLPzJYatfXln5Xs&#xA;4XkBEF9aWlmLmRmkdWMpa+h24ek329wrVoSAqqYRXX5iG6WAxxrC7/71TWUJWNHqwDiPU+bmPZGK&#xA;oPEAjFWc6Xy9U8iC3D4iBQE1HQVOBKF81a3d6RYvdW0P1qRfTVLbnHFzaSQJ9uT4RTlXJRFlBLDB&#xA;+bt6ZrdBpTBJUjeZje6fWMu5RhRZWrx4k9QdtwDlvg+f3sePyV3/ADK8xPdCCy0J7gSSsltJ9atq&#xA;TRxylHmiC8yUUAFj2qBg8Md68R7l1r+ZGvvcy2l1ojWd0kEkqQy3VrUyqaRQtQ7GVqBSK9R44nGO&#xA;9RI9yD1T85WsLYmTTXjvQ6Qm2mvNLX98Wo0VVuXfn9qilKmmAQF8x9q8R7kUn5mazfwL+gtMTUrt&#xA;nuVNut9ZDituyqrMVZ6c+Y91qDvkCAGQKLn83ef0027ni8rma/huGjtbIX1somtxUJN6rKFQsV+w&#xA;a0BrWvw4Et6z591nSPLsGq32mrBcSy+jNazXdrBHESH4M9xMY46Myqu2/wAXQ4oSsfmh5k+uqn6O&#xA;sG07f1dQGq2gCAwPOremVqV4pvuDxPKlK0VQq/nLqqSXUdzZafCttG0vrtrOnhWjJjFvIQT8KzmQ&#xA;0qdqf5QxSuuvzg1u2mvoX0/TzJaRtLEp1iyVpUjjbm7Jxb0VWZfSLOaDck7Yq2v5teZJLaO4ttM0&#xA;+5Ro3LejrFm6+uFYpAH4Bas3Acjt8X3qFtl+ceq3EcUhsLAxi4W2u5IdYspUiZphFVW4r6h4srhR&#xA;8RqFpy2xS0v5weY4/X+vaTp9kREZrJZNasa3KqgkZkPEKECEktXbYnY1xVmOj+dNM1ciOw1K2ubl&#xA;Ykmmgt5YpmjWQAqW4V+Fq/Cf2huMVZHaSPJAGc1Y13+nAqpLEsqFGrQ+GKsIuPPugwPcIdM1l2t5&#xA;2tiEsJ2DFCwZ1bjw4Dj1J9+gNLfCPeGPEF11560G3W2P6N1aVruKGaONLOTkFmZkHPnxClSnxA/P&#xA;EYj3heJZpPn7QtS1O309NL1i3muOfCSeyljjBjj9ShYiu6/Z2xOIgXYQJBQuvzI0OGFJItD8wXTS&#xA;Ikgii02YN+9bio/eiNST2oaHsScIwnvHzUzHm1D+ZnlyWZ4RpOtiRCw3sZKH0weZDDagKkfPAcRA&#xA;uwokr2Pni1u5pIj5a8wQFS3pvNYvGsnGKSX4S5Xc+iUoR9or2YMa2aZeWNcsvMcVzXSNU0sQ7NFq&#xA;tt9WZ1JZaqhLEg8e/bArEHfyO0Jlg/LnU5YkPpxxrpEcDO0yDl+7l9L4aHizPQfRXJCRHIoIBW18&#xA;l/VYYj+XWsfV0hElrD+jY6j61BJJLGVL0Rh6QjcMftMo71yXiS70cAVtNvfJ6aY0tv8Al/rUEF58&#xA;M1pJpaK7C09NI/UiZvCc8K9Qr06bgzkeq8ICheReSbaFr2b8uNWnlR2ha1h02KYFQOXqiPmEZfgB&#xA;U05V2oDUYmciKtIiE3LeVI76C1/wPfhZayJcrpkJiRoJBKvMjdW9STmm3WpG+RVOvKuux6/yJ0LV&#xA;tHiWPmjapAtuWIkaMpw5OQRxDeBUj3wJZD+jrf8AyvvxVfDaxQsWStSKb4qx7z9pD6nozwepaRIz&#xA;29Zb8K0A4TqxqrEVNB8O4+Km+TxmixkHn9v+XxhsYbeXUNAGrwK9zdSG1ikDWigvbyemJImHFl9Q&#xA;uKKT2am93ib8jTHh9ynD5D+oS2dprPmLQP0Zp5acabLY2YBgkkWab+8k/dhlVfjofHsMPiXyBv3o&#xA;4fdSYaZ5O0qx1eHUL680BtLkMz6fFFb29uQkcyvH6Ugk4H0nUFqD7WRMyRQu0iPuZIdD8iShbtrf&#xA;SJazMyXLC2f9+fjYhzX46NXrWmU0WapYWfkzTpK6edLs3Va0t3t4qLO3IGiEf3jLWvfHhPcqa2Mt&#xA;rfq7WNzBdrGaSGCVJAp32PEmnTAQQqXebvJlz5i0tNPaSKGL145Zlmt4LxJEjJJjMc4ZRy/mHxDt&#xA;irHH/KrX3eIrq9iyhvVunk0izkluCzsrc35BeLWrehstaCtafDilCzfkvfFIZHv9M5pDLFeSPoun&#xA;lZgVX0mYbcfRaJGAqRtTFVST8n9XlgvuWrWTSXRnWGdtIsD6UMy19GgoHUS/G1ft9GrihTtfyj82&#xA;QyK9p5ks47MNI0MEejWIAQoEtl5qwYiDiv8ArAUO2KWW2XkfS4rC1tL3TrC4uY0QuwtoEVpIyGLr&#xA;GBQfGA23Q4oVZPIXl6VAkuiWMqKCqI8ELKoZPTYKGUhQU+EgdsVVtN8oaTpcry6bpdpYyyIscklt&#xA;DFCzJGAqKSgUkKAAB2xSn9pG8cIVxRhXArdxKYoi4FSKbYq8UvE/LoXNxNNpGvzyRzTK44X5T4+b&#xA;SFGJCqPg2owbpT2ygZ94+xq28/tRVxdeR9GF5pZ0vX3i9a3MkkAviDJaVEZjljZXHLkSSCOXXsMA&#xA;4jvY+xJod/2q1n5X/LjVUs9SGmastxeSSG2eVtS9SOQOVZmarJCDuKsQCPfoDOY22+xaB3UIIPy8&#xA;h0KTlo2uXFrOkAksLiHUpDxSQyqoLAw1Vjy+F/tAUPKmMhKRokfYoIHf9qX3ll+S9tcS38nlO7a5&#xA;1SN4niKXQaVLeVBxEEkqr8TxLSi/FQ9uWQGI+TLjZlpv5l6VZ6VbW1loWsiG2jjiWA2E4aNeCFVZ&#xA;3CoSOdNmNe1RQl8I94+aBNFah+atpYCBbrRdUE1wpb0EtGkZQJHjPMoWQf3Zb7W6kEdcRiJ6hTNi&#xA;/luL8uJr6HT9M8v6rpcapLfK5fULS3BYhZA4WZQSyoBxoQV+HxGMsZAuwkStdF+Yf5Ss36NTWNUV&#xA;rXmW5XevIRSNpzzmZwWrHGzJyY1UfDlTJWvvO35VyalNZ3Op6iLyMH1FW51tVG/14UZGCVX7S0NQ&#xA;vwj4fhwqsu/zI/Ka0ma7u9Wv4pGkNWNzrLKGURXfEBWZFBUo3EbFarSnIYqtuPPv5TWduGm1fUre&#xA;KCzinEf1zXEItRILWN+AcHdwBWnI/aPWuBW7Tzf+VdtYpZ2txqltALf1/TWXXIWjghmkJLOWUpxk&#xA;DrTlUj4d1oMKtw/mJ+VMU9ndwarqLSX6VtUFzrZjcSOIObxM3pKWkcDnIBuQa71xVnfkjzFoeuaJ&#xA;b3ehXD3elOHEFzK07yMUco3Jrn98TyB+1gVNtW0bSdYszZapaRXtoWDmCdA68lNQaHCJEckEWldr&#xA;+X/ki0nae00OytpWie3ZoYUjrFIpR1PED7Smh8ckckj1QIgdFOT8tvy/ll9WTy7p7ycuZJt4zVvF&#xA;hSjE969cPiy714B3Kuofl/5J1G1t7S70W0e2tFZbWFYljSJXcOwjVOIXkwqaYBkkOq8I7lp/LzyK&#xA;bNLI6DZfVEkMywCFAgkKhC1KdSoocfFl3rwDuWn8uPIRj4Hy/Y0qDX0E5fCvAValT8OHxZd68I7k&#xA;w0Xyz5f0MSDSLCGxEyosvooE5CKvAGn8vM0+eRlMnmkABT8z+UvL3mjTjpuu2n1yyJDGL1JI9wQQ&#xA;eUTI2xHjkUpZ/wAqu8iejDCNLCw28pngiWa4VUkJZqqokApWRqDpvjaqcn5S/l5I0ROjqvolTEEm&#xA;nQDg0TrssgHwm2jp/q06E4qtl/KL8upbS0tJdGR7ax9IW0TTTkD0FdI+VZPj4rKw+Kv4DFVYflZ5&#xA;CDo40laoZGUGWcqGllWZ2486cjKgavY9MbVL7v8AI/8AK67V1uNFLh/R5f6VeL/vNEYYvszCnGNi&#xA;PfvvirJPLnlPQPLcV3Dotr9UivrmS9uk9SSQNPLQO49Rn414jZaD2xVNsVdirTKrCjAEeBxVhV3N&#xA;+agW4+q6NohKy/6Mz3U5LRBm+0oiUVK035Cn8vhaBDvLD1LtQl/NBb2UWGj6M9nVBE0txN6lCByJ&#xA;pGBsa+H04gQ6kpNpnpDebnsLA6ppenJeu7DUhFcyKsaByA0K+jLzJTfizr88jIRvYqLShG/NlbhQ&#xA;+m6FLbF15MstxHIIyd/hKyDko999vkJVDzX1JjbN55OimS50rSxq5WU+klxKIgy/3Q/uW5cu/wAQ&#xA;p+oERvmaUWp6efzC9ThqOmaPwDSD17aefcCImL928W1ZaBvjOx6bbpEOlqLQMr/m24UQ6XoMLNHu&#xA;8k9zKqycOpCxxErz6jsOhbDUO8o9XkidBf8AMiS9Rdc0zSIbMyfvJLWWVpBFxc7Ky05cgg6+OCQh&#xA;0JSL6oO4tfzm+syG2Tyybc+uI1kF9yA9IfVyeI6+ry9Tf7NOO9crZK0Vt+bXGcyx+XA4jtxahRek&#xA;GUhfrRkrSig8vSp7csVclr+bf1cmRfLguBLLxVUvShh9JfRqSa8/V5c9qcaU3xVtrP8ANg6nGB/h&#xA;5NLKv6zLHefWeX7zhwqTHt+6BqP5j4DFVJ7X85BYSlB5ZbUBQQApfLCd46lzyZhsJNgO677GqrLt&#xA;PtrkWUQ1FIDegfvzApERav7If4vvxVFJFEhqqBT0qBTFXjv5oz+Zx+ZulW6Xmu2XlVtO5X82irOx&#xA;Ewa4Kgemkq82ZY1NV6ffmVhA4Dy4r6tEyeLrTF59O80hUaHz75m5SMAYjpOqERgqWPKSqcgtONVS&#xA;pYj4QtSLLj/Nj8wxo95+Sy3sPOEslzB/jfzKjqkTWc8mm6kkckjGRZImWp4AcYyJGYCjfZ8CTH+b&#xA;H5haPefkibvy557tLi7jm/MDW/Tgu3tbeWKx1CcSolskpmpC8nFPWk9IdQaFgTSmASif4R9ieGXf&#xA;9itBoPmS6a0hh/MXzDFcSsscvr6XqqR83kA5eo3BEUI25dqVFagHYcQH8I+YWj3n5JXrGnefrC6k&#xA;tbfzr5hvXhuIoZJYtP1H0TG0zpLLHIHYP6SIr7bNyohPXJRMT/CPmEESHU/JQt4fP73BSfzf5lih&#xA;BA9ZdN1J68rpoq8eSmiwKs7d/i4AFgcJ4e6PzCPV3n5I1LHzW00ELeefM8aMsrXF3+i9UZFZTEsS&#xA;LEDyIblI3Pl0UDiCcFx/mx+YTv3n5NRad5wMFu0vn3zIk0pj9WNdJ1VhFyj5Sc2LLXgwKDgDU06C&#xA;pVuP80fMLUu8/Ju6sPNiadey23nrzPPfQBza276VqkSzlYi6qrBnC85CI+TU4mpoRQlBjf0x+YU3&#xA;XM/Jhf6X/Pf/AH95j/4G8/plvDi8mviyebv0v+e/+/vMf/A3n9MeHF5LxZPN36X/AD3/AN/eY/8A&#xA;gbz+mPDi8l4snm79L/nv/v7zH/wN5/THhxeS8WTzd+l/z3/395j/AOBvP6Y8OLyXiyeb6J/Je48x&#xA;T+Q7V/MLXTap604lN9zE/H1Dw5ep8VOPTMHOBxbcnJxXw7p75084aZ5R0GXW9SimmtIXSNktlRpK&#xA;yNxFA7Rr1PjkMcDI0GUpcItjt1+bsNtY2l+/lTzA9nfCNrWeG2t51YTiMxf3Vw/H1PWQLypVvh6g&#xA;gTGGzVhicnkVOD85IJ2Kx+UPMxIj9bewRRwIZlILTD7XA8f5jsKnD4HnH5o8XyKpYfm7DezvBD5U&#xA;8wRyRwzXBFxbW9sDHbMqTFTPcRhjGzqGVamvbAcNdQkZL6FY/wCcUSR+o3k/zMB+7+E2EfP98zJH&#xA;8HrcviZCBt+sYfA84r4nkUpv/wDnI/ylp7xJf6Jrlm88YmhWe1hiLxMSFdQ845KSDQjbJDSyPIhi&#xA;c4HMFC/9DReQP+rfq3/Im2/7KMP5SXkj8xF3/Q0XkD/q36t/yJtv+yjH8pLyX8xF3/Q0XkD/AKt+&#xA;rf8AIm2/7KMfykvJfzEXf9DReQP+rfq3/Im2/wCyjH8pLyX8xF3/AENF5A/6t+rf8ibb/sox/KS8&#xA;l/MRd/0NF5A/6t+rf8ibb/sox/KS8l/MRd/0NF5A/wCrfq3/ACJtv+yjH8pLyX8xF3/Q0XkD/q36&#xA;t/yJtv8Asox/KS8l/MRd/wBDReQP+rfq3/Im2/7KMfykvJfzEWS+Qvzm8r+dtYm0rSrW9guILdrp&#xA;3uo4kQojpGQDHLKeVZR2yvJgMBZZQyiRoMs17S7jVNLlsre/n0yWQrS8tSolXiwb4SwYb0ocriaL&#xA;YQkdv5I1eGe4lfzZqtx69o1qFlaCiOV4rOgjjjUOnWtKnuTkjkHcECPmpjyHrH7knzjrLGEBVq1s&#xA;AaMT8QWFedQafFU++HxB3BeE96Z6t5b1S+dWh8x6jYqsokEcC2fEAPy4/FbliAPho5YU+0GO+RjI&#xA;DokjzUV8p6oskEi+Z9UR4opYpGH1V/V9SVpFd0mglj5RhuIKqNgK4eMdwRXmgo/IWrC5upZfN2rz&#xA;LcpKojZ4UCNLE8YdfRjiAKFwy8QACow+IO4Lw+bUnkHWZI5Y2846vR5fVWhtxQcePCoiDcaE7Agd&#xA;6VAIfEHcF4fNKPMHk3zlYaXDHomua5q905RJ+d7Z2/BYIZCjBpLcsecnFW+LkagsTxx8QdwRwnvK&#xA;ES2/NVNJ1CC4sL++uJbm3urJ11aztpVVCheFpI4AqiqnnRSrr0AqRkZSB6UyAVfKv5d65NbQvrGr&#xA;eZtNmhEEghl1tbss9Q8scjRxhWAMYB8amlAcglO1/LMKZSPNXmI+tGsZrqBPErC8PNKp8LHnzNP2&#xA;1DfNVQg/KdIZXf8Axb5ldZEiRom1H4KxGMl6LGPik9L94e/JvHZVUm/K6OX6z/ztXmRPrNK8NTde&#xA;AEvqkR/D8HL7O2/H4RTFUSn5dqk9tL/iXXmFtbRW3pNfsUkMJQieQcatK5T4zWjVIpQ0xVOPLHl9&#xA;fL+jxaYt/e6n6bO5vdSm+sXLmRix5yBUrStBtiqa4qknnHyjpfmzQ5NF1NpUtJXSRjAyo9Y25Ddl&#xA;cdfbJwmYmwxlEEUXkr+X/J1lZ3EMV954+r2k8SG3i+shC8LpHHIn7pY/3XpIVqQw4jiKrQZPFI/z&#xA;WvhHmj786Hp0TWEured5Uu0t7gzoJJXIdA8cYuDEZE4+r8ScgK9d8iLO9RSaG26Kl8neW/M+jmLV&#xA;L3zT9S0x5LWNLiE+pMszrJI1YLZ5LhTLAORckhlqaVUkcZiduFTAHnaEudF0O41ETG789Ca+nkF1&#xA;LbRzpBE8Mw4uwghEXAk809INSnRW2wiRr+FSBfVAN+W35ba5qVvaXc/mu5uI5FsLeW9huQkaBTIo&#xA;9Se2Cxx+Ckg1NaU3yXizA/hY8ET3pDF5B/J2Zh6Fp5onj4s8kkMSSCMLGJBzCRs45BlAPGm9T8NS&#xA;J+Lk/oo8KHmzGx/5xy/LW9so7yGTV0jkBKpOfq8ooSKNFNBHIvTuuVHVTHckYIsTT8rvy/e8+qDy&#xA;55xDfWLaBZWgjWIrcryMvqFOISGh9Qnodu+P5qfknwIrLj8s/wAvobeCdfLHnWUTPKhiS3iMiekG&#xA;ozLxoBJw+Cp3qMfzU/JfAirp+VP5fvbmceXPOIQKrBGhgWQl4Gn48GAao4+ma7Bzxr3x/NT8l8CK&#xA;jL+WXkCGOVpfK/nQvDD65jigglLfvjEIkKijSUX1KDYL3rtj+an5L4EXS/lf5Ajecf4b84ukDOOS&#xA;wRkusfrisY9P4uRtvhHcOn82z+an5L4EUXc/lB5BgjEn6B82Sg3BtuMaQs43ULNTj/cnn9qtRvUb&#xA;HH81PyXwIpzoP/OP35eavafWDb67p2ykQ3zRQyfEK/Z9M7jocH5qfkvgRZp5G/J7yp5L1abVNIlu&#xA;3uZrdrVxcSI6cHdJDQKiGtYx3yGTPKYosoYxE2E8812D3Viw/SL6UlY630bxxspEgPEGUMvxdOmV&#xA;xO/K2ZYtZ+XHgv3Z/OVzdPFY8ZraW4tfhjZDwuSsapxoG5B6b7VJywy2+liB5qEvlC49C0tpPPd+&#xA;ryKWtT9YskeUSt8BUiIPIOwqT7Uw8f8ARCOHzR2p+SdVOpw3h81X9gsjxRpbLJbCN5VRVoiyxsvJ&#xA;+BYrQitdsiJiuQSY+aFtfI1xLcXEEXnDUZJJh63pQ3UDSLEH4gjmstF5x8eQANQRX7QJM/6IXh81&#xA;s3l+SO+uGPni4jaKVZrm2kms6IkB5yqRwXgOI3pRRvUHoHi2+la82US6jpcSGSXULVED+kWaeID1&#xA;OJbh9r7XEE065XwlklWuvLf2Cvo3maz0oqA7Xf8Ao10jLcQuIDR3C0LfvFNfi406Vx4T3LaUPo3m&#xA;y2vJbif8wYBaNNIi201rYKEIjIMXMMjEo7h996UB7ktFUNFp3m143s0/Mmzkvrt3Fi62diWWrxFU&#xA;WMSfvCoDL78/YY8J7ltbFb67a6ldW93+ZdizW9yDJYtBYJLAnGV/q8hMhetOLcmFaIfGoCVs9vrr&#xA;293En5nWSXMsqSWkgg08iFCwYRlBIDJySaIAk16HflTFWr6bUbi0lltvzN06y5pztrj0bEoi+ryL&#xA;kSS0cGKWNBU03DdWGKFaS4vHWe2H5j6dHerNLaIxjsQY7m4JNvGYzL8bouwU/bpXFV9pHql1qNpB&#xA;B+Y1pcSQyCK6so4tOMk0pVCkdFYshPpu1FFTy2oAMVen2kbxwhXFGFcCVR3VF5MaDxxVhdzYfmM8&#xA;dysPmiwiZ5Q1sw08lkjD14VMrLumxqpPgR1NolDuY0e9Da3oHni/urWaLXtM42qwvEtxpyzNHcoi&#xA;rJNE7N8BZuRXwBpiJQ6hSD3ptbWvnCPTL+GXzDbTX87sbG5ayAFupBULxWRVf9lgWBo1a8hQCJMb&#xA;5LugdQsfzFn1GYWXmS0s9OMUawObZZphKEjV3ZCqqQW9RqcvAdOkgYVyU2nugHW7eCRdc1O11CUm&#xA;sT21s1sQKsSHrLMG2IpQLTvy65CRHRIvqmn1q3/34Mil31q3/wB+DFWjeWo6yqPmcVWRalp8yF4b&#xA;iORFJVmRgwBHUEjuMVXm8tRSsqjkaCp6nFW/rdtv+8Xbriq0X1meNJlPIVXfqPEYqu+t2w3MgxVp&#xA;by1YBllUqdwQdiMVXxzwyGiOGI8MVQWs6bomqWpsdXtoby2JVzBOodaqdjQ4RIjkgi0qg8kfl/bt&#xA;K1vo1jAZoHtZfShROUMo4uhCgbMOuSOSXejhHc0PI35dhkcaHpwePhwcW8fIel9g141qtKA+G2Pi&#xA;y714R3K2oeUvImoz+vfaNp9zPyLmWS2iZ2JYueTFasCzFiD1OIySHIqYg9Fkvk3yBMIln0XTplgV&#xA;kgWW2ikVFeRpWCh1IWruzbeOPiS71MR3NQ+SvIEFxLcQ6PYxTTRNbyOkKLWF09No6AUClPhoO22P&#xA;iS714R3Ka+RPy7VmZdEsFd2ZywhQNV14tQ0qOQ6gYfFl3rwhK/MPkLy9+i1tvLugaAJiaTC+tuKF&#xA;Fjfh8UC82b1OFanpXvTHxZd5XgHckp/L7UGtGtf0P5UjiFwbmFPQuZIlkeBBIxiagp6y04qQPTp0&#xA;OPiy7yvAO5Qs/I3maxSxvINN8nWuqW0qyzXSW97xjJ5l3iJYMWr6dOR/m9hickj1XhHc9Bj8v+VX&#xA;eW6udL05tQvADqE628ZMr8eLFmZeT7Ej4u2VsnL5a8kgHjpGnAMyuaWsO7JxCN9nqvprQ+w8MVWT&#xA;eU/Ik5kM+iaZKZgRKXtIG5hggPKqb19JOv8AKPAYqtHk/wAgLKZhoWliUyCcyCzg5eqpYrJXhXmC&#xA;7EN13PjiqMh0fytBcLcw6fZxXCceEyQRq44140YLXbkafPFU0R1deSmo8cVWXEXqxFK0rTfFXkV/&#xA;Zfkxx1CG78xMpF1S7ha+uqidJOVFiL/FwfuFPHx33yR4nd9jUeHvV9Z0j8pZLaC7vtakWOSN4reS&#xA;O5ugzCz4WslBG1SV4gNtv198ETPuSRFbp+rfk7p9vfW9v5ikijuZDNdEXF8jhg7KXV0ZWRWZv2TQ&#xA;7YmOQ9FuPeq+a7L8pUvrqPXddeG6AhS5g+t3YLKtvWM+mjnn+5epehO+5+Ldhx1sFlw9SgnsfyhX&#xA;Q7lYPME31WIevM8c80stILWeYcfU5/Zhd2oO4APhglOYO4SAOjX1P8l9N0681JtWuY7G2uJLa/kS&#xA;XUkVrhyQ6tHCV5f3HA8VoaBTX4cic0l4Ay7yh5V8l/VZNV0BzNDdK6PdM07lo5G9ZkAlb4V5NyAA&#xA;6knqTWMshPNIiAwrT4PyDlSaewJeLUXm9WQJqCrI8yq032ytPgQN2703rkUqbaJ/zjzc30F09ujX&#xA;E979TjmeG+UG99V0MTA03Msjcqjj0qdlxS6y/wChedTEup2lx9YH1mssypqdTcMBc9O5I08NSn7N&#xA;P2qFVU1Bv+cf4Enu76irJxknc2+oSBlkIlR2CKw4H6sD4DjTY7Yqpw6f/wA4+W2lzXkKV00LHLPc&#xA;elqDKqPbemh+L4qehJSi9AT74qq6fpn5Bpa3OnQExQ6TGZ54ZRqAaOO4jS4LEueR+G1XvVeNNumK&#xA;svX8mfy9kJuF01CZpI7r1A89TJG7TI4/ebHm7HbrU164FZToXl+w0SzisbBBDZwKUhhFSFBbkd2L&#xA;Hriqj5k8sWmv2htLx5Ft2KMfRkkheqGo+KMqclGRBsIItI4vyq0CK7e6SS5Mslq9k5e6uJKwurKR&#xA;8bt0Dnj/AC9qZLxSjgCjcflB5ZuI1jme8ZEMjRr9evOKGVuTcF9Xim/8oHvXCM0vwEcATLU/IGm6&#xA;lbG3uZ7r0yoQhLy6QUChBVVk4HZa7jr8XXfIjIQkxtSP5baM1s1s0t20TXIvCzXt20nqrF6IImMp&#xA;lpx/yuv0YfEK8IQmk/lJ5d0qZJrR7oNHKswD3Vwyl1V1BKl6f7tY/PDLMSgQAVbn8q/Ll1qUWo3I&#xA;uJrqD0zCz3l2eLQvzRv73chgD8VemAZZAUkwBTDzB5G0fzDara6vCLmBOfFOckdPViaF942Q7xyM&#xA;v05WySOP8kPy+jKtHpaIyBlVlmuQQrq6MKiTpxlcU7V2xVW/5U15G/ScWqfoyP6/CrLFN6k/wh/U&#xA;5fDz47+s56dTXqBRVRH5H/l6saxrpMaohdlAluBT1Ifq7gESVoYvhp06dwMVZVZeX4bG1jtLXjFb&#xA;wjjHGKkAdabknFVb9Gv/ADj7sVd+jX/nH3Yq79Gv/OPuxVGW8RiiCE1IrviqpirBbj8sbqf1Q3mj&#xA;VFSWZpWVGiUUaQScaBKHiRsSPHxy7xfIMeHzRFj+XVxbR3aS+YtQuzcQTRQvP6LGCSZg3rRDhRXX&#xA;j2G9STvgOXyXh80JP+VdzJPNIPNWqBJI/SWIracFFP5VgRK8viqFBr74fG8gjh80ff8A5c29/fPd&#xA;3Ot6r8TwyehHcKkVYEVN1CdX4fGRSoJHc1qtmh9F/K200i80y6g8wa3O2nOzmK5vOcVxz9Wvrxqq&#xA;I398BWmwRQO9W1ZtQVJpudie9BgVYY1EbIg4BuX2KA1apJHvU1xV5FZ6dp/OK7km896bI7w2siMs&#xA;0hb0qXCyyrbJcfCxT0nf/LIOxLAqm0+h6RJbW0z635wijhQQPCqag7SMk4lYzILaQuWMfAsPhZDt&#xA;s1cVbj0TSER9P/TfnCVreGSB52XUQaiFYvVSX6uiu+1VMZI5EmnXFVtpo+jxanZahHrHnBnaC3g+&#xA;pypqJhPpSqBJcc7f7ZMf7zk+6kmlGqQrLz5w0tWmDWupgQgFmGl6gwNX9OicYCWIJ7dvi+yCcVXQ&#xA;+bdMlfiLbUVJMQUvpl+oPrLyU1MG1KfHX7B2am2KrYPOGlyxSyC21NBEXDK+l6grERhjVQYKtyCf&#xA;Dx67DqQMVTi3nSeISIrqpJFJEaNtjT7LhW/DFWGebtfm0l9T1G61PUbfT7FrSFLXTYbOVy1yQvKl&#xA;xDIzfEw6N06DLoRuhTGRpJNI/MjyjqjafDb+dtVS71KRLe3tZLO1DieTh+6dlsGjBBlUE8uPvTJS&#xA;xSH8I/HxYDID1cPzL8lep6Z8+aosnFH4NYRK3GXh6bUbTQeL+qvE9wa4+FL+aPx8U8Y71NPzT8hy&#xA;ceHn/Um5nilLGHcig/6tv+UMPgy/mj8fFHiDvZdosT63pdvqumea9SuLC6UvBN6NgnJQSteL2SsN&#xA;x3GVS2NED8fFmN97R36A1b/qZdS/5F6d/wBkeDiHcPt/WmnfoDVv+pl1L/kXp3/ZHjxDuH2/rWnf&#xA;oDVv+pl1L/kXp3/ZHjxDuH2/rWnfoDVv+pl1L/kXp3/ZHjxDuH2/rWnfoDVv+pl1L/kXp3/ZHjxD&#xA;uH2/rWnfoDVv+pl1L/kXp3/ZHjxDuH2/rWnfoDVv+pl1L/kXp3/ZHjxDuH2/rWnfoDVv+pl1L/kX&#xA;p3/ZHjxDuH2/rWnfoDVv+pl1L/kXp3/ZHjxDuH2/rWnfoDVv+pl1L/kXp3/ZHjxDuH2/rWlTy3Le&#xA;Nb3cV3dSXkltdywpcSrErlFpx5CFIk2r2XBJQ7zR5o0fyxo8mr6vI0VlEyI7ojOau3FfhXfrjCBk&#xA;aCykALLE7v8APXyFZRwy3jX1tFcDlbvNZXEayDir1QsoDfBIjbdmB75aNPIsDliFCL/nIT8tJW4R&#xA;XVzI4VmKrazMeKKWY0A6KoJPth/LTR40Vn/QxX5X/wDLbcf9I0v9Mfys18ePeuj/AOchvyylkWOO&#xA;7uXkchURbWYsWJoAABuTj+WmvjRa/wChifyv/wCW24/6Rpf6Y/lZr40VS2/5yB/Le6uIra2uLqe4&#xA;ndY4YY7SZ3d2NFVVVSSSTQAYDpphfGi1cf8AOQX5bW08lvcXN1DcQsY5oZLSZXR1NGVlKggg9QcR&#xA;ppr40W/+hgfy3EHrm4uvQqB6v1SbhVuXEcuNN+DU+R8Mfy018aKl/wBDFflf/wAttx/0jS/0w/lZ&#xA;r48e93/QxX5X/wDLbcf9I0v9Mfys18ePe7/oYr8r/wDltuP+kaX+mP5Wa+PHvd/0MV+V/wDy23H/&#xA;AEjS/wBMfys18ePe7/oYr8r/APltuP8ApGl/pj+Vmvjx73f9DFflf/y23H/SNL/TH8rNfHj3p15T&#xA;/NzyT5q1X9FaNcyy3nptNweF4xwSgPxMKd8hPDKIsso5BLkjp/05+ktZ/Qv1b69zs/8Ae31PS9Pj&#xA;+8/uvi5cfs++DahbJL0m/N2VwYX8uPEsoWUg3rEIGfkNtufD0/p5e2H0ebH1eSpT83Ra/G/l8XHA&#xA;8mAvAivRt9ySRXjtt3x9HmndTZ/zaaB/qc/l6eQKfTMn1ulT6ZQu0Z7qXOyj9nxNH0dbU8XRHWX/&#xA;ACsn69B9fbRlsef+kCAXRlZOUlQnMhQ3Dgd+/LtTAeCtrXdV82f42nsoz5NuNNS6BcTNqQleI0px&#xA;C+juDUEH9WVskilk/Pd0ijgj8tRTxrKbqeX668MjEsYFgVGDgU4iQvTepUNiqox/PL62vAeWBZlU&#xA;L1OoGUN6Z9QDbiR6lOJ2+HtXFWl/5XmLOSo8stemJTGS1/6Qm9ajCgXl6fobjevPxXFVJdR/OSV7&#xA;uFR5bt5kEYtWle6bk7SBG5xxuWHwxSsorvVV/ZYlVWm/5XPCEQXPlsqZIh9YnS9VmUo3qj01YDl6&#xA;gHD4vs1ruKsqvtl/Ob1ZmlbQuAlWOJHFzQxLPUyhk35Pbtx4kUEi1+ycVUmT875r1mjn8v21nEwS&#xA;ON4bt3lHpUaRuMvwr6vxIgIPHYnFV0cn54ESI8Plv1Fj5JJyvRG0jOKR/tOAiK1XI+IsKKKGqqIs&#xA;B+cX1+NtQPl82Ib96lt9dWUr6orQuGX+5J8PjA6g7Kp55e/6Wf8AzHz/APGuSl0QEJ588m23nDy5&#xA;LodzcvawzPHI00YDMPTbkAA22+HHPhNonHiFPL45LvSLNlg8weZGh0opaQxfoOKULHG0cQ9IywlA&#xA;q+gjfaBNKgFuWZHPoN/Nr5dSnM+palZLdWDa1rMt39WhuEvYdCjdhDHH6qQRmOP0B/fUPNPhbYsu&#xA;RoHeh82XlZUo9OXzNBZX51XUbS88t3M6JdfohXuGuLgrcvI0SrcJ/usEMkaj4qb8hVvh2ob+a1fw&#xA;WeUbTVtWubeHTPNWtWyW1tW1kudMs0g9MJCoA5Iys4jdAGIqByFd2qZkDmB80AX1Ke3v5XeYL2zN&#xA;lc+crx7VlRWiFpZKCI2jZCeMYqQYU367U6E5AZQOjLgPeqwflv5ot35wedr6JjNJcNwtbNQ0kxdn&#xA;LAR0YFpWPE7A0IGwoPFH81eA96L1PyP5hvdPs7Q+ZpofqcnrvNFaQGSeVZ0ukeUPzTkksQYcFUdQ&#xA;ajAMgB5KY31YJHJ5r1Z5Zp7vzXE/qtZVudEsYuSiKWsgCqaRFXZQ/dmHfCMg7vvXhPexnUfy/t/N&#xA;F6ut6zB5sbUL+NWnkl0qCNlMciWqo6RsvE8aP9n7A5HfbLI6nhFAMJYATZKjD+SOhvcLA8HmSLkJ&#xA;W9U2ERjCxTNEKsHO78eaj+XfJfmz3Mfy4Q1r+T2i3Nrb3C6d5sjW4SR1jl0+2jkQxlgEkRpgyM/A&#xA;8a/DSm4qMfzZ7l/LhUk/JnQUtL25Np5qIspI4vRXToWkm9RuIeBRIeaj7TH9kdcfzZ7l/LhRi/KH&#xA;RpL/AOqDTPNigzPALhtOgWIcCg9VmMtPTb1RxIqdmqBxOP5s9y/lwnfln/nHrQddgmkefWtKeExh&#xA;otRtI4CxkjWT93ueQXlxbwYEY/nD3L+XDP8A8vvyO0ryX5g/TNrqc93L6LwGKVEVaSUNar/q5Xk1&#xA;BmKpnDEIm061/TxfNrsQ0r9NOkljLHpxn+q83jAYH1SQBx+1Q9emQiaremZYqvkVWm0+Kb8vVa2h&#xA;SSMONXP+jq8SqykGQ+tyK8a/TTLPE5+r7GPDy2S+HyI62NvX8rUE0fJfQXWwqp9Y5JM322H2EXxO&#xA;9B0OS8Tf6vsY8Pki28kSzzXU0n5crHLPIIvUOtM9Y0ikiExVXUL8BChVNd612rg8T+l9ieHyTXyt&#xA;+V/li5haTV/Jq6LPHbrbQoNQku6xSIfVUMknwlWdlr1PWuQnlPQ2mMB3Mq0j8vvKGj6iNS03Txb3&#xA;o5UlEszU5osbDizstOCKKU7ZXLJIiizEQGQ5BLGPP+mXepaXHbQaJHrgJm520l01oF5W8iKeakE8&#xA;i/A+ANeoxVg3+E4ZLqGR/wAt2GpmGb6yV1No4RG3rLw9RW9OQymWrIf5qmpXCqJXytctfvBL+XQW&#xA;0KOgul1dSWFxdc5ufxq+6yvL0O44g7jFUvtPIbXGtajf6h+WiwPfSBridNaMrSiXlE7BfURV4Rux&#xA;YUHWgr1xVW1fTvMstpJpsH5d3LRIRJbRx6+0UVJByndOLrGkoeZkoachX9nbJRmRyQRadeXPI+m/&#xA;phRf+XLm09Cc6razzahJcxQ3KloVEXAgVdWaShJpX2WjKZPNQKZ1pOj2Gk2z21ksiwvK87CWaWc+&#xA;pKeUjcpmdviarHfqSepORMiVARuBKU+Xv+ln/wAx8/8AxrkpdEBMLsyCA+nXltSnXrkUsGub/wDN&#xA;oRXP1fTdOMiyf6NyubjeMP8AtL6S7lO/IU8D0FoEO8sPUq3l7+aI9UWdhYN+6JiMtxOtJPTQioWM&#xA;8h6hcU+Gop8QxAh1tJtX0u8/MRoLj9I2NsJ0mK2/pzyqjw8ah/sSmvI8eJp8/EER6KLQdrffmzLb&#xA;yNPp9hbztHH6CetNIFkLL6nqUC1opb4VPUfaOEiHeVFrlvvzaNqwOmaYtz6nFZPrlyU4cgOXp/Vw&#xA;T8O/94D7dsah3lFyTnRJvNT2IOtxRQ33NgUtGkeLgDRSGkVW3G/TISq9mQvqjy99Q09SvbrgViVq&#xA;35zenJ9bOi+obgekIvrvEWvevL/dv/C4pV6/mw16wLaXHYUfiVF201eEfDrRB8fq167cffFChp5/&#xA;OUXCfpB9GNv6VJTALzkZRMd1DdFMHYk/H7dVKyE/nYARK2iMfqrlSBe/72F2KKdv7kJxBP2q1NO2&#xA;Kqk//K5eK/V5NGDc35+ol6w9P1B6dOLL8Xp15f5XTYbqu1NvzjbUyNMOjppZliobj64bkQ0/fH4R&#xA;6fOv2NqeOKtxH84TxaVtIFHj5In1yhjIi9X4iK8gfV47b/BX9rFWZ2bXJm/ecuND9qtK4FY5ricp&#xA;tbPLUV4S2D/7iD/pRpTYeKfzj+WuWx6fpYlh1oPq0CrFb+ehGxjaWZwpmPpxc+JABJDGvPvzPucs&#xA;O/8ANYj4qullbaCYcPPt19XkWBfrdWZypkm9RN15L8Ppljtuo98Zf5qx271OC2djI3p+ey8bSIkj&#xA;SKGeKEJASCxWgkaT1FHVuJboMT/mqPiyXTPPE9hYpbt5d8yXUcUbS/WLi29W4bkXkVG3WrADjTtV&#xA;RvuRA47PMMuJG3f5iG3mni/wxr8xgR35xWPJH9ORoyEb1AGZuHJR3Ug4Bi8wpl5J15e179NWbXP6&#xA;OvtN4sq+jqMP1eU8o1kqFq2w58T/AJQIyEo0kG0m/MWH1dOtx9X1e4oZ/h0R/TmFbeQfGaj7VeKe&#xA;DkHalRFLAnv/AKrBEk83neKGG3d7ax9Mi6mmd50KJID+8KBfhQqAA0ZwqrvAkkUsgHn60uJ0lkMk&#xA;QBcH14laNahlrtWPmv8Ad8uOKqokuo/q0ywed1V78sWkAmk4TbMrqrckg7Df4CA3HqcVU0t47GWz&#xA;vJrzz59W9IWp+sS/AAo+srNMnGvNivocm+Imi0+KuKsj0fzvFpNpFpZ8veZHtbT0okv7y2MpKSIs&#xA;heWZ3rSL1OLs3TietDgVHxfmJNM0Yi8s60VkJAlNrSPjRyj8uX2W9OnSoqu1DXFU08r+a4vMEczL&#xA;pt/pksFPVt9RhEEqksygFQ79eHIf5JB6EYqreXv+ln/zHz/8a5KXRATbIpYdc+QdZmM5HnHWIxLK&#xA;0qIrW4VKhwqgiIPRefTlx26dKWjIO4MeE96IvfJep3NzdzL5o1SCO6dXW3jeIJGFflwU+nzVe3wM&#xA;pp1J3qBMdwWvNqLyZrKaF+jD5q1L1gX/ANOUW/qkM/JKlo3YcVovwsoPhjxi7oLW3NDp+X2qCwW1&#xA;Pm7WeayPL9ZEsfqNyjjRVYsjfCpiLUFN2b54fEF8gvD5r7ryHrFxFEj+ctaUwxlFZGs4qt8NGPpW&#xA;6Fuh+2WO/XEZB/NCOE97pvI+tzXN7K3m3VIobuQPHbwmJViRX5BFZldxXoSrLX5bY+IO4J4fNOtB&#xA;0m80fR/qk2o3OsXKl3+tXbJ6rE7qtQAAB0GQlKzypIFPJv0J+allLdTw6Tr2oS3H1Opl8w6ejDhG&#xA;JJfS4wRqlHiWKTb94DUUwJTay8qeeJEvnmXXbaRr6SSFJdejmDQxPyjKcUCpFL6hUxEcqKKt4qoe&#xA;bQ/zIlg5Np+trLefWXuFi1+1VrcwwSw20cdYmRlmor/5MjcmrQgKo/yv5J80y3+o2+r3GvaZYhbP&#xA;6lP+mo7pG+rBOSRxiIPGHpxkLk+pufhrirID+W37tU/xT5h+H0hy+v7n0ovS3Pp/t/bfxbfAqET8&#xA;pkSyhtR5u8zVhlSb6z+kf3zlDISsjiP4lf1aNUdEXw3VRul/lvDp9/HeL5j1649K4e4W2nv2aAh2&#xA;VvRMYVQYl4/CvYEjvirL8VYlqN/DFqus2y61b6LeyfVGinm9JjxVatSOVlB5AFa9ssA2G1oScfpn&#xA;4XP5mWhlUUr9XsQh/d8TVBIP2/j/AA6ZPb+ax3718cutCO5D/mVYu8sha3b6rYj0o/TdQlPU+L42&#xA;V6n+WnQnHb+atHvUyurPMGl/My1aIPIwiSCyj+F1VVQssgNE+I+O48N3b+atHvVIZNXQ2Yk/Mq0k&#xA;WF5Td/6NYK06P/drUPSP0x3A3x2/m/etHvVNPm1C31K3nufzFs7qxjlaS5smhs1MqMigJ6okLJR1&#xA;Zqr/ADU6DAar6V3vmyr/ABV5Y/6vFl/0kxf81ZXwHuZWlPmPVLDUraOPS/N9ro8q8+c0b20xYPGy&#xA;LtI1PgZg49xvtjwHuW0jSfzAvowH8xNO9GJH53Xo2hmkkYsEVkLFAqBl3DVJXfqceE9y21Mut0me&#xA;2/M2zjmkL+mZLayljUM6FRw9VfsKrKKEV5VNaDHhPctrriTXDBS3/Mix9dp3YyvBZDjBJsEVQ5Um&#xA;LZlJFSRQmhx4T3Lbrz9MzlhF+Z1rbxuhQhLawLKTMr81YvswiDR71G4am1C8J7ltF6TfX1nrBmvf&#xA;PdhqOkMwK2bLawyRqsXEqJVd2k5yUepoR03rs8B7ltk3+KvLH/V4sv8ApJi/5qx4D3Lbv8VeWP8A&#xA;q8WX/STF/wA1Y8B7ltR8rXFvcw6hPbypNC99OUljYMrD4ejCoOGYUJ1kEuxV2KuxV2KuxV2KuxV2&#xA;KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9k=</xmpGImg:image>
+               </rdf:li>
+            </rdf:Alt>
+         </xmp:Thumbnails>
+         <xmpMM:InstanceID>uuid:9b1864ef-221a-8047-83b1-bf9c98963aa9</xmpMM:InstanceID>
+         <xmpMM:DocumentID>xmp.did:7361b9d1-8440-46a7-860c-f1edc6c812d4</xmpMM:DocumentID>
+         <xmpMM:OriginalDocumentID>uuid:5D20892493BFDB11914A8590D31508C8</xmpMM:OriginalDocumentID>
+         <xmpMM:RenditionClass>proof:pdf</xmpMM:RenditionClass>
+         <xmpMM:DerivedFrom rdf:parseType="Resource">
+            <stRef:instanceID>xmp.iid:04702b4c-81bc-42eb-9da4-f295076b16f8</stRef:instanceID>
+            <stRef:documentID>xmp.did:04702b4c-81bc-42eb-9da4-f295076b16f8</stRef:documentID>
+            <stRef:originalDocumentID>uuid:5D20892493BFDB11914A8590D31508C8</stRef:originalDocumentID>
+            <stRef:renditionClass>proof:pdf</stRef:renditionClass>
+         </xmpMM:DerivedFrom>
+         <xmpMM:History>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <stEvt:action>saved</stEvt:action>
+                  <stEvt:instanceID>xmp.iid:b6f9a4db-68e8-4b9c-b5d2-1be25f165bd4</stEvt:instanceID>
+                  <stEvt:when>2015-05-11T17:21:58-05:00</stEvt:when>
+                  <stEvt:softwareAgent>Adobe Illustrator CC 2014 (Macintosh)</stEvt:softwareAgent>
+                  <stEvt:changed>/</stEvt:changed>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <stEvt:action>saved</stEvt:action>
+                  <stEvt:instanceID>xmp.iid:7361b9d1-8440-46a7-860c-f1edc6c812d4</stEvt:instanceID>
+                  <stEvt:when>2015-05-14T10:20:37-05:00</stEvt:when>
+                  <stEvt:softwareAgent>Adobe Illustrator CC 2014 (Macintosh)</stEvt:softwareAgent>
+                  <stEvt:changed>/</stEvt:changed>
+               </rdf:li>
+            </rdf:Seq>
+         </xmpMM:History>
+         <illustrator:StartupProfile>Print</illustrator:StartupProfile>
+         <xmpTPg:HasVisibleOverprint>False</xmpTPg:HasVisibleOverprint>
+         <xmpTPg:HasVisibleTransparency>True</xmpTPg:HasVisibleTransparency>
+         <xmpTPg:NPages>1</xmpTPg:NPages>
+         <xmpTPg:MaxPageSize rdf:parseType="Resource">
+            <stDim:w>11.000000</stDim:w>
+            <stDim:h>8.500000</stDim:h>
+            <stDim:unit>Inches</stDim:unit>
+         </xmpTPg:MaxPageSize>
+         <xmpTPg:Fonts>
+            <rdf:Bag>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>Courier-Bold</stFnt:fontName>
+                  <stFnt:fontFamily>Courier</stFnt:fontFamily>
+                  <stFnt:fontFace>Bold</stFnt:fontFace>
+                  <stFnt:fontType>TrueType</stFnt:fontType>
+                  <stFnt:versionString>7.0d2e1</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>Courier.dfont</stFnt:fontFileName>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>Gotham-Light</stFnt:fontName>
+                  <stFnt:fontFamily>Gotham</stFnt:fontFamily>
+                  <stFnt:fontFace>Light</stFnt:fontFace>
+                  <stFnt:fontType>Open Type</stFnt:fontType>
+                  <stFnt:versionString>Version 2.202 Pro</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>Gotham-Light.otf</stFnt:fontFileName>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>Gotham-LightItalic</stFnt:fontName>
+                  <stFnt:fontFamily>Gotham</stFnt:fontFamily>
+                  <stFnt:fontFace>Light Italic</stFnt:fontFace>
+                  <stFnt:fontType>Open Type</stFnt:fontType>
+                  <stFnt:versionString>Version 2.202 Pro</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>Gotham-LightItalic.otf</stFnt:fontFileName>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>Gotham-Book</stFnt:fontName>
+                  <stFnt:fontFamily>Gotham</stFnt:fontFamily>
+                  <stFnt:fontFace>Book</stFnt:fontFace>
+                  <stFnt:fontType>Open Type</stFnt:fontType>
+                  <stFnt:versionString>Version 2.202 Pro</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>Gotham-Book.otf</stFnt:fontFileName>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>Gotham-BookItalic</stFnt:fontName>
+                  <stFnt:fontFamily>Gotham</stFnt:fontFamily>
+                  <stFnt:fontFace>Book Italic</stFnt:fontFace>
+                  <stFnt:fontType>Open Type</stFnt:fontType>
+                  <stFnt:versionString>Version 2.202 Pro</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>Gotham-BookItalic.otf</stFnt:fontFileName>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>Gotham-Medium</stFnt:fontName>
+                  <stFnt:fontFamily>Gotham</stFnt:fontFamily>
+                  <stFnt:fontFace>Medium</stFnt:fontFace>
+                  <stFnt:fontType>Open Type</stFnt:fontType>
+                  <stFnt:versionString>Version 2.202 Pro</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>Gotham-Medium.otf</stFnt:fontFileName>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>Gotham-MediumItalic</stFnt:fontName>
+                  <stFnt:fontFamily>Gotham</stFnt:fontFamily>
+                  <stFnt:fontFace>Medium Italic</stFnt:fontFace>
+                  <stFnt:fontType>Open Type</stFnt:fontType>
+                  <stFnt:versionString>Version 2.202 Pro</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>Gotham-MediumItalic.otf</stFnt:fontFileName>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>Gotham-Bold</stFnt:fontName>
+                  <stFnt:fontFamily>Gotham</stFnt:fontFamily>
+                  <stFnt:fontFace>Bold</stFnt:fontFace>
+                  <stFnt:fontType>Open Type</stFnt:fontType>
+                  <stFnt:versionString>Version 2.202 Pro</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>Gotham-Bold.otf</stFnt:fontFileName>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <stFnt:fontName>Gotham-BoldItalic</stFnt:fontName>
+                  <stFnt:fontFamily>Gotham</stFnt:fontFamily>
+                  <stFnt:fontFace>Bold Italic</stFnt:fontFace>
+                  <stFnt:fontType>Open Type</stFnt:fontType>
+                  <stFnt:versionString>Version 2.202 Pro</stFnt:versionString>
+                  <stFnt:composite>False</stFnt:composite>
+                  <stFnt:fontFileName>Gotham-BoldItalic.otf</stFnt:fontFileName>
+               </rdf:li>
+            </rdf:Bag>
+         </xmpTPg:Fonts>
+         <xmpTPg:PlateNames>
+            <rdf:Seq>
+               <rdf:li>Cyan</rdf:li>
+               <rdf:li>Magenta</rdf:li>
+               <rdf:li>Yellow</rdf:li>
+               <rdf:li>Black</rdf:li>
+            </rdf:Seq>
+         </xmpTPg:PlateNames>
+         <xmpTPg:SwatchGroups>
+            <rdf:Seq>
+               <rdf:li rdf:parseType="Resource">
+                  <xmpG:groupName>Default Swatch Group</xmpG:groupName>
+                  <xmpG:groupType>0</xmpG:groupType>
+                  <xmpG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>White</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>Black</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>100.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=8 M=6 Y=6 K=0</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>7.666133</xmpG:cyan>
+                           <xmpG:magenta>5.557336</xmpG:magenta>
+                           <xmpG:yellow>5.883879</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>CMYK Red</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>100.000000</xmpG:magenta>
+                           <xmpG:yellow>100.000000</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>CMYK Yellow</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>100.000000</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>CMYK Green</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>100.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>100.000000</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>CMYK Cyan</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>100.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>CMYK Blue</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>100.000000</xmpG:cyan>
+                           <xmpG:magenta>100.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>CMYK Magenta</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>100.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=94 M=79 Y=34 K=22</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>94.000000</xmpG:cyan>
+                           <xmpG:magenta>79.000002</xmpG:magenta>
+                           <xmpG:yellow>34.000000</xmpG:yellow>
+                           <xmpG:black>22.000000</xmpG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xmpG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xmpG:groupName>Grays</xmpG:groupName>
+                  <xmpG:groupType>1</xmpG:groupType>
+                  <xmpG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=0 Y=0 K=100</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>100.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=0 Y=0 K=90</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>89.999400</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=0 Y=0 K=80</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>79.998800</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=0 Y=0 K=70</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>69.999700</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=0 Y=0 K=60</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>59.999100</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=0 Y=0 K=50</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>50.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=0 Y=0 K=40</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>39.999400</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=0 Y=0 K=30</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>29.998800</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=0 Y=0 K=20</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>19.999700</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=0 Y=0 K=10</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>9.999100</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=0 Y=0 K=5</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>0.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>4.998800</xmpG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xmpG:Colorants>
+               </rdf:li>
+               <rdf:li rdf:parseType="Resource">
+                  <xmpG:groupName>Brights</xmpG:groupName>
+                  <xmpG:groupType>1</xmpG:groupType>
+                  <xmpG:Colorants>
+                     <rdf:Seq>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=100 Y=100 K=0</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>100.000000</xmpG:magenta>
+                           <xmpG:yellow>100.000000</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=75 Y=100 K=0</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>75.000000</xmpG:magenta>
+                           <xmpG:yellow>100.000000</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=0 M=10 Y=95 K=0</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>0.000000</xmpG:cyan>
+                           <xmpG:magenta>10.000000</xmpG:magenta>
+                           <xmpG:yellow>95.000000</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=85 M=10 Y=100 K=0</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>85.000000</xmpG:cyan>
+                           <xmpG:magenta>10.000000</xmpG:magenta>
+                           <xmpG:yellow>100.000000</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=100 M=90 Y=0 K=0</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>100.000000</xmpG:cyan>
+                           <xmpG:magenta>90.000000</xmpG:magenta>
+                           <xmpG:yellow>0.000000</xmpG:yellow>
+                           <xmpG:black>0.000000</xmpG:black>
+                        </rdf:li>
+                        <rdf:li rdf:parseType="Resource">
+                           <xmpG:swatchName>C=60 M=90 Y=0 K=0</xmpG:swatchName>
+                           <xmpG:mode>CMYK</xmpG:mode>
+                           <xmpG:type>PROCESS</xmpG:type>
+                           <xmpG:cyan>60.000000</xmpG:cyan>
+                           <xmpG:magenta>90.000000</xmpG:magenta>
+                           <xmpG:yellow>0.003100</xmpG:yellow>
+                           <xmpG:black>0.003100</xmpG:black>
+                        </rdf:li>
+                     </rdf:Seq>
+                  </xmpG:Colorants>
+               </rdf:li>
+            </rdf:Seq>
+         </xmpTPg:SwatchGroups>
+         <pdf:Producer>Adobe PDF library 11.00</pdf:Producer>
+      </rdf:Description>
+   </rdf:RDF>
+</x:xmpmeta>
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                                                                                                    
+                           
+<?xpacket end="w"?>
endstream
endobj
3 0 obj
<</Count 1/Kids[17 0 R]/Type/Pages>>
endobj
17 0 obj
<</ArtBox[16.7554 18.0 774.0 596.88]/BleedBox[0.0 0.0 792.0 612.0]/Contents 18 0 R/Group 19 0 R/LastModified(D:20150514102039-05'00')/MediaBox[0.0 0.0 792.0 612.0]/Parent 3 0 R/PieceInfo<</Illustrator 20 0 R>>/Resources<</ExtGState<</GS0 21 0 R/GS1 22 0 R>>/Font<</T1_0 5 0 R/T1_1 7 0 R/T1_2 8 0 R/T1_3 9 0 R/T1_4 10 0 R/T1_5 11 0 R/T1_6 12 0 R/T1_7 13 0 R/TT0 6 0 R>>/ProcSet[/PDF/Text]/Properties<</MC0 14 0 R/MC1 15 0 R>>/Shading<</Sh0 23 0 R>>>>/Thumb 24 0 R/TrimBox[0.0 0.0 792.0 612.0]/Type/Page>>
endobj
18 0 obj
<</Filter/FlateDecode/Length 14683>>stream
+H��W�n�}�W����l׾$��x� A�0L�`�HɌ$R i9��ܭ7��5�m@M6k�u��z�������F�y�V]��e�\��OΩ���?�l�����O�M٫�-�3^�VWF��e��J8JF�&gX��Dk7:�4��2�~3-�zn�e�UsZ�5�T3��UYG���R[ �hjk���w�4�̶�Yl�kS�Щu͵�Z��6�[iԥv~�j�xk��B��6jA_pH�D��4>�xߍ���OO�p> �x�Hc�#�<D1U��an�|�K<Eh��D
{yx��μ{�oW�[:��9��Y��5�en�u��dekncʁ���H���]��Vz�"<wA���i!Wz
�Tv�9#6����B����	Ӻ��l��9�9�Ӵ������n���QX9X�{(�+��|��������z�8r����ieK�H�S���w.`��,��cn�1���pЖ��-��y��z���mk\���r_��F
+g(�_�zν��BR$l�����t:��o�Ŧ�B���sh������{�r�M]�p��#$(��5�!�8m��V�[��s���`<�5�(P�@��C��h�e�J�	���+$�״��wp�V�i��B�#lX~Z�1S(d�mAt�F=t�w�LP�0
�Taؖ������OX��P����3���o�A&ZB���.t�f1�'�=�E
+2d3�₣ 'P�A,Μ�i���bcBh�GE�a}�c�P�H\�	���
�ή�G~�Gw�#���u��dY+�x��̺�����1|l0+�(8XX1��f-t�I����.x�0�G��%Js5�rE�:5_B�8�t>28�4�LƲ�lQ�����.	���CT]�SjvCrdA>Yln�Wi��$�����^L���tE�bmOw��,���-��x	������n���0����}���M�
/0:���v~���T�5�����}v�Y�0���$4:��TC$g��D`�֛k�M���Z�a�z�#��e�F2���_!�F&���JJe����,:�B9����!���!���͒o7���Ɂ�Q3����t_,z��c��0�8Fv=IY�18�〶d4|�S�Ʊ}8����DLs`�kM�>I��?����[t�<p��&ɢ9:�ń�P͘@���20Ԃ("���N{��ڐ�z���}G-;<h>2���1=7=��:��g��+5"?/ܔ��a���:�A��\hQB���J�a��y	
����B��7���WJ	�A��	;�^"^ƎG�Sr�C��g�c5�����P�Dh�-H��G>�%ۼ�W�`�Ј��W���+IX�g�t�$��Vjfh�^��'ަdT��$	�ڒp�߾љ��IګOx�B���D��g�~�8����(O68�p��)n#�(eҽ����H6:VH�5�F���I��:{��0�B�_����5�����q��(K�
+(�(Q�|W���\ �rR����.�yb6�O/����[iű}a��(��w��I�<qO|��B����!M��=����\�k^�sj�i<��Od�"��xL���띁���bk]����}R�n���_,�"��<F�H�߫\�<
+�9ቭ����R-%�b��{y����?��y\"E7������lt�d�vR��|4>ӫ*716�U���ACgP��T���RE�p�>�Vj}��o�T�o����º&��r��
+�a�z��Ɩd����:�j�(+���7,Nch��
+A�=�f��i�cxY���~��]m�d@
+�u��pY�Z�P�H�?j̍E��4x���q�W�C��x0M{�G>�`��z�n�w$|��c7�a�m`�^.Ub|�	v�H��$�	�j_h�cx
+�ԜB�W�q�,��+Y��\_��i�'W6ڬk����)�8���c���A�tS�W�,2�c(h�3�v�s�zDjH������'팰Z
+��;�{<�+r\�(.p���۪h�y;�^]J�� +‡�i��#<PA1"�G��$MX(Az��<�b��`���w��I��B��}�_�Jk$������J:t�279�|��p�G�Q��P8:�Afu˥��� �n"��	�
��:�������I>�4���&Q�ڰ
��+�y��(8uE�.Ri�Pi�J�N:,� Xj�J�:
+���\B2��D��+���nuqu�f�2WWX �R��>�w5���Bj�w��+n�!2�����T������Do�*�Z�e��jj���˝�h.���8!�f�ʈ���&�t��PNk��4l0�v|
���,8�h���$�*ѱ����E ��ì�JS��vR�KMB;�F'����)K����P�KM�bhQM�Mx�_]0��H��`(E��P��P�j?�X��	�����W���Zx짿C�4��r�+��{��7�t+�ކ�Y~`���uI��ѭc
BgO�)+����'��F�9��^��g��Q�~�z�|���x�x��4ȇ���zK�������L	��Ӈ����#^b�K��X� �t1w�B�'�2��g%#
+�Xg�'��=�N
+釵Ol#�ٵ,I���'��O���S!S��9�5�}����{�Qx���)Sųu�^[L�8O��䌅����Tы|�U―;����%H�+��ȗ� �c�ѵ��: �1H�e�/�a�>����0tX��Z��s�%��ʃM�	%�,ʲ����	����jk\@��.{�xrf�h)x������Ә6zB¾Ii��ÿNXR��4oK�Y�/�U��qD���>N;<����7�v8a�-�:Hp�B
+�I���^f�6���1��]]���-F	��
+���/)��QF6�HF���(�~�2����R�:�h�:�.ձ�oF��d�Ob���rgc�k>�
���W>���&z�U�@3�s
�X���3>��y����"\AWS�����
Y�������G��08�-k��G�k����¸�$�T�T�%���IP5��e�Z*X��䏚��G5B?h��t7���zo
��?:@/Ęqn!f�F-{��N��S#{o΍w6y���F�W�pZ5'�<�&P0���f����H�]��@��Hؕ �d����3ډN;�m�¿خ�a��!߫������u���
+;q��U#b�q�j{���^�E�v=��N��2
+��
c�C�)����l����?Ŏt�-:A �9	2X���������28e�}��+T�y‰��q��97��C�|�����.-���ѡ���y�>ׇ�/;��˫ϲ�2�8��
+����3F���JƵ7��1ݚ~���j2�MF�L�r�a��<z�]�*�X��X͞�D��bN�6#7��<Z���;1ȿU�8��np��B��wnod݈���-ΧT��[�NƥDԙ*�A��%D���Q%��D�7\Iq����+���������!sN0����9�Eg��R�I�4_�G�e5`i5�ʐ��8��o�g>gT��3�
+����!��6�m^^ؼ�t2L�q�	��+�KaҠA��i��j�����']t�_�y�p�B��xzs���U���vS�^���^x�E��F>nxʭ�
�W4�e��f���t������}���������Q���sy�_V<�[��Z��k٧�-y�_��ߺ~ՈR����Ŀ��㣪�7�)6�bx�2<�YGr�J�;�s���>��>��>� "4i����O4U-c}ˢ��`t�d}���������l���6�ϔ��5Ckc,��ϫ|����M��h2�C�k��z�оl|͢�#�<�
�l|Q�f!Wn���\����4:.�N�`\�`XM����Bu�՝H��`Z��?$��Aa�B��6J䀚�9��wҩ���T�_�a\.����xf�f��)�:%��������>�ᤎ��j�p����R�R��*��z'�{/��@s|��=J�{+QҵאW�-�* �BQ�0ԕ	PEqg���۩�Իb4t�-D��k{���
������c�Q� �P��ũM�{��������Pٸ���\/P�<_v%e�c'��lZt��w�g.F�?��6�mZ5r_���
ӕ��{�Ke�w.�Q��%,U�:R��T7e�y
+|��e �#u�
d_��!��N�~��T�F�ǫ��X���d_�=H_E��;07��$�O��i���5cRFG��.*��)�ř�{�R�.A%�gt9@���k����e�K�7м�֥��[��O��pR,�~"6{��^m�ʫmd�S_�9�+�꛲�ߛ�������G��7�?�	�dI�o����*�g��b���9i~')������8NJU^+�k���1 �������'�=���]/�uƱQ�z
�@��fk�����a��\�Y��	Je	�(	�:�
�&��Đ��L�9D���h��c�P6}	j��d�ܠ��a��� �؄�7��9��q�5��A��ɟ�P��5t.��ӊ���\��؄0׷�֑��K��[���[�dQnd�%��!*�� ����$�47���a���W|��wo��w�NU�"r\:q)��?P<�_�������=���.���+Q�� ?x�?�.���ٽ�A���Kif{��u�!~�ƹ��"��P�Q��_��S���
+�[��W�F�•b�R�qdE:rB�|�k����}+��i����H��	�>��<��"p���x�;t,�w�6>�R�}:�o��f�G'���ˉDE���%�v0����ts&�ⴂl2U�	6J��P�|a�G�������`�o�Lk�5[���v���Իg2GB-|�KR3����)BݎA�Z�T��ȗ���K6~eL�?/W;q���,sTw�f".�IlN@�tIN�	���ڋ��)��C�l[�Ç�9�z)�Wi��m��-�<�?<i�F ��e6��a"<��<7DW�Gΐ��y�1��k5�ثǰW��K/Ş4����3�.1�
sU0��0W&/ssqI���/QWg�y����l͠ws-���"�1�	q~��W��{
�K�
���+LbZr���-h}��>)b�b�\-�Kj�?jl��=���QB���V�w�>��$��c$z�o��`�	᷂��ڱJ7���T�Y.T�V�A�O��0�T��3
+~�P�P�EׅOA֨��-z-�X/�Vj	^���+�����
+��r��v>
�t�i�6
�Dp�u�Y���a�>I���=�rY�.���	�6n�mD�`�]����&}�m�ʠ*��[6��5��\�ƟҰl������_5g���U����\��?�ۂ�6�6��D��*�>��R"�N�:�7EXj��ҒK��oxK�S.�o����?5;��	6��E�G��/�m�M*`�H���fo�¦��E��!<F�M�xQ��]]�����n�B�F`c�|�S��@-v�A�3|�+���|z�oH�(G��L��A,�7��<=�"fi}Q�o�����V.�l���s°��93^
]H=���=�s�媨�G��{� �a��i	"7|�9�Ӯ��^7���Ӯ��zڵ���<�������k=����?�Ѿ�(�����������d(Z��,���X������\�t8\�ӏ�w���/��J��ڸ(K,�`	�^(z��hP�����!�q8⭗���ޏ߹��
+�(�g�>_�CS�u6K�4o�{W����t=���Su��wv
%C��5��`
�"C��J�������ud��`>_1?0W|?R�cC���x���h�9#�������&w�#�n�_�v�+-
����PE2��a��:؀y^ii���[߲��X7�߰�% 7��������`�}K�o�W¯�Ž��Ν@���ߞ���3=�����oO����N.zWdc�z����c�Sv�Q=Ơ3��"����sV͕�:Fa)����ԏ�:�U�7��"�TYCdU7?��C��"$������gA	�;,6L8���|�h,rb����q�`����
+GD��x9��D�f�(�{g�;�rpx�*VUp�M��alD`��SIR��Enj��M##�/G(,,uT�������tM��2R�W���h.RC��ث�d�`Al)���չ�&�?@_{����Ǻ�^�7�����l�C-���y�d�YD:\,��<[����*Ne�������y�
+��R܉�(5KIgl���kl�f[JӚ�m"K�ZL�Y�Q��,��=�����M4�8iQv&DSم��op�¥S�D�r?��yx��ZH��y�[�J*�V�H��Š�Z5e��Д�1�C�{�l�T�m�8\b�V��"$��aO�vg��=�JΙ�����ۙ#�E��LLk}�E���h�"K�J�\4hPo��Ch\�Aě�E��&[�7.
+uy]���(�Ǽp���9���8
�"���<�
|��V:2C�.�G_2�������cw� ‡i�7�d�f�X��J�y`��B��c�Fʙ�����s�rKv�rЂ�
+sh᫕�y�%��\^p)g]x��	�0@�bs�1�b4��dL	wK���:��������㋚^���>�݂�Y�>q��+��vw�Ш����5�����[����/[��`ű?��u�-���V�ۭ:��V�:���C*ּ�*&�Q=�mx;a�����Bu&�+|�%�=��	��f?�9�x���1�����&����b=�\S��o�0�.&�4ͱ����l�@�W�NY�D�0gwy훉Mα<&�z��D~z3i�YnOj��U���{��×���de��~/������9ƝA�� &��S��[7[�L�2���ŵ�*�|Ł���KtN��1^3l���0U���̔�Z+��`N���	���D<����H=�&�#Z��N>���s���L8�g�t�݊2�ff�K-��F�H�����f?��p�p[m�SaI��1�(��"��c�%��������d���U���^M�k�=H&墯8,�妬�2��iɔ��;����A�^���z������LL��~5��4�#x�m^�8Y�&*��l�X������t��bg�pf�����5Q�-e3�0{�R��PNQ����iʦ���_��������_W��/��V%���� �6M1!3�4/�a�#|#c�,�뻩F:�ז�Sehv�L�\f�m"x)&�\<g�n	9�!���;[]\%?��guWk?��8���QV�8H��9b�f5��9�z!�^l����PL�K�
+i6�ˬ�\ˏ7C���*U�%�5�b�ٚj��L,߅��[���d5�W�s1�?�^Գ�e]Eqّ����k#k�9��s��s����%�G��_�"k�g��3~�R	��}t��'�/���R������"$`ا=�K�H$��L@���a��`�DE�	Q���j]x��F"^�4Պ#|�qq3��Lj�%�޻�}�7C��F[U�9���)�y`IR
+���&]
��&<z
+���!T����Wm�dW�o���W���Fa0]~�a ��� �r=(�ɮ�F���SQL�TP��ʸMJc"(�l�q��(�\Ǥ���IC��i��2.�`$Tgf
FJ�k0�=�`���+7֨y]_�2k�j�Z�����3gm!o���¥��m��G�_�
�8u[��Y�Ȥ@�،��ݘրbj����.n�Šn�F���Ef���j��Ȋ�j�G��t2׍m����D�A�_�=�������Y�����/?�xm�
]޶���I���*��fcg��\a�X�0
+��^��T�	E�8�j���q\}r�P(��d1�(J�����E���ė¼ ��i������*nR�ExD 2�!a�$�,��b�����X�z@hUO��u��]H��=�Г�H�Ҫ�~!+�7}�ᎃ��&]��,B/y��M6���`,�t�2,X �6i.1^�I�	L����ط�	h;�C�n�J.^�P�0��
+�p��6�i��B�5�ey�S�/�,4����H55���Hi�J؈�׸�ҽ�U�Nn8�{iUF\$Ͱ���L�{���O\5:W�D,��U-/e0~��,ڷ°.��`H`�g�~?H���@�U���E����N�D(�{K+O�n���P��޴
B����p_�*�,}��[��uf�V
�e	E�ح��5��EbU6����º�))iLCs�q���lU��,�F/]	jIUYW�H,��K]5Q-fU�je{5
+klZ<��Q�b.,����y���C��Zi0�b��D7GE���&�/1����qŭ�ԢԛV
�:�~D"±�"�N��f!�V.���BxY8����0�5(��N�h͇��s���"�ōl����e�źJZ�elݦ��O������pWr�R=6v��%��"ۋ.O?_�>��l���ƙD�r	�$a��-1y>�j��X��E������	v�[7�-=�����M�J��H��W�zv�-Y�����uFW������sV}xG�0�:u8I|�����q^u�mG�]������n���?8UI�2�<D)�"#P�Y����;���,nowv����5����W�&/�X�,
h&�yO6�h
�m\l{՝��i�F�Ӓ���)	մ��q���	'KBo��bŒ���ۺA�޸�����tb����]|.�A'V����)��z�_��؜�φ<&�=P�$��0&7I$+��GHO:-�S�����%ZVxn8�ȳ*��T�,���|f�wO����?B���'+�Du�&=(���g�a%�h�eI��i�@kL+�y�l_M���.L@�!*i���mN�	wK�vh�HqɎzB��[N��m(K{,�1�7�)���T���Ӣh��B��gҷɪ�W�:�IQ�b�KP 6w�f��@!�q"KJH�:[�h��W�$ 5��0�T��@����9��&L2t
Gx�kMB�M���^s�I8���r~�Y"�����UO�.�?����r�T1��K�N���K:@�9z���BoJ�f�qq����O��$b���ā,I�X%���e���-zI�Uc�E���e��9�$�c���a�z����|�k_b(�.�'`}\v���ƃ��:.['c@���LEC`y�3i1M��Aje�`�[�`��`|t3��[>/��Z�O��f�n4A=��
����y	��x�����we'�
+��������ʝ�2��*��4Ȳ!�Z�2�����7�U7,k�(��@P�X���o(�FKR�I���(�mk�s��(�����$V��C1�$�՘ҏR��C,6
���^�|<�u�Z� �ë�9��~�^���~�~�v~�Ь/p�]o�f�OMԽ�aq ���h�f}��C���|*~�lG���Cs���;Z�v׭r{�����y�V�������m�����e����mij��,����ـg�ot�{{��{��7߯����TpAY�h���M���r 0RX��)<�Y��MC�l�ŧ��Vܰ�i����y�y��yXo`/�g�ߞk�����U�,W�V#y��0aQi@���p{���D����|�1m���ᇉ0'JaAzWר��.��Վ������kb���#�`��m�^��/fD�)Ϭ�t�������o2)��߮�3�p�� 3���Y��´
#$6�J��6��T��3�sj��.1�.:xxC�%=h��sx���f�#�ڏ�6���Hu��;"dD����>5��ܐ�0��k���*V�,�F+$�2�_Y�zZ�nϺ4|�HTd���y�n+��V[Y��������{�X�y�)��T߿�vc�E��c�k��=*��ⷧ�E@�Α+�,�E����h(��.V�����42��]�з����d�:x��f��sO	V�
y��K�C��Bj �HAɺ+!��N/g��Qh��{V۞1�t�he	(J@��|���]PƱ]�e�o�-��p=F�4�P��q�3�O,��ր$��8Ȍ��梓s�`Bs�h-�Eks/�ٓ�qL�M���
��B� 8h	o �	}d�F_���(�������̢-�� �� @��qc�%M�)���c��
�b�ww�w�g(���t����\bLǔ�
+�Zc�*Z\��_G��W���4�N�
+;[�R^7+b/7�خ��`M�>Ef�Ȏtw���P>��rV�MB�hH����ya�������,p�b&/&��J[�w��m'b{�h�w�	�Q��c��Ce��`]�pT�������"��+��]wd��[��ϕ��#�߶���h�p�Ԣ���y����Cs���!�:S��"�̞���>�pTy雭��f�.R�5o�5g�`kވh8w/�aH�V}�V2Ŕ>=w\�7��+;8��zwKC�����7��ʆY�)6M��S�Q�w����g�?�1�
+�Gz�	�C`��X� j4Y�쾽{�^�#�y�u�t�w��&��<i�$^�%�y1�g��Ȗ��%],�����
��iQᕛ�>�ٷ�����9Hs���|�����xT�3���6��$����q۩R� ��K�[��dJ��;׆���dl
+�E/�����ɖD���A��
폊rj���ĸ �)��ݸ�r�>*���8ރ[�jg�n.��
��󒁎R/�>tk1_�y7}P
+�*�i�nM���-�=��
fm-�������I��g�l����A&�˰�v��R���JR6K�K
9����������
+!��/��1��g'��\��r�����IC���G��X�hC:���F�݌�H
�__���D��	]�DwE�",����!|��#�sS��X��]d�����$��T����n�7VF�`�{��d��2?�CW7�֍��@`Lr�{��m'D�i�b�dy�og�������w�"J�'疏db�����2�|�hgØ����o��Lwɻ����o�R��a����Ț�����Q����!���f�C>;�ܩ��IL�޲��;ċ�*���o�G�T`�������3��竄��^7��W��������>�)�aV$8��"գ{�n��9��L;$2���)~����Ԓ�y?���F�U�&����_o���_��5ͩ�я���j��i���:s��I��i6���HU��ٻtɱ�h�ܨ:5ԓk�Ж�{�-A��v#l̯�������Rȴ��
�@V�NE�ܼو�>~�ղj��	�������?�����8~ݮ?��a(���1Y��ͅ�T�����~�u;s
D�'7�;M�D��ا��َо��(�#��H�"��{8�o�|������^�@~��%عfk��v3�nD*���o(s�vG���7��ƶ�7���E	�D;�d�w��M���y�sD���ݰ�e�d�[�{�}�����r�mɢ����êb�]���&ӽЋ�c;�0�$Hr{���soIE��L�,&�P�HV�}���Ah�A��6�v�4/
�дg�e�C�!s2р@eC���l�n*4�v%>���O�+�q���u<�B�@m}4LX��1'sYQ\W�VߴX���b6����lQ������hgw�U;eku}��.r{A�������	��\��B�h�H�OA�����w��%���`a�c�+��{u/3�݈}E��Q	T�@��V�
�e#'�zS��f�>�L���c�`�X�ڡ7��6X4x�9���s��
+�6w"����ٯ�};���)�7��	��|���![f��&T7��g���\�fmes�Ec��Ϳ��tW����������t{�t
fn�X.������պ�]�J�E��:u%���!�I�%k�*Rg-,b���׃Q��=?�l	Ц�'�;�UkKD���b
+�Q�I�K�pt�����T+��,D�ST��>Ny*�����57-��^K�L�#2=X�j��l%��-ME�-<�/.�G%���ݥf��:�!i��h.l��x��TVü���~�<����a����A���_������T�$EQ'\o��;O�������h�xq�Ɉ=�O,A����)Rm�T��̩�,q���qʩJ���Gt�n��[�A�J���l
gAa_���O
��񇒥vEК���]~1�^������;2~d3���Y�UO��Rᣌ�m�L��h4��f�����Q���H(>�3ɢFA=�'��!��P�C�n�Nu��o#f"@�s���X)^'�c����Z-�,d�i�%M����/"�m�T\;�"��M���
�3�>A>=���Zw�w�H�ߗl�5[�D���H�ΊO�CRz%�$W���$/�n�؀���L/E�D���I��)�3�#ii�I�=Ň�`��~${Tf�b0��v̺o/�G6�̀���,�\_oJ��C	xݗ!�;g�T\�>|�pd��n�PI�|�u[2�1�E���Y�ڨ�94�r�"����b%��%�&�%r��Jv��v��+�.�1��:�{�bԝ��;U dR��l%������T�"/��F����w,F�"�:��#}����tٕԣ7�f[>�&fA�.
�V,�aŎ��<���%��bi捫�a����`y_����X`S���$E�D���~�<g��1��.S�|Ȟ-��l�����$�����>�x�Ib�l������_*��rm�~B�c�(7���J��{�=XϞ
��oД�2E?��ݩ��0ƾ)|�Li�n�:;�P��e�n�, }�2y��ܡ<��/W6��.�?��X&��c�[pjŜc��Cd}��,���9]�û\�X`�{r��|�T�A�s�4U4)�⪤�c�r�íԅZe�fϻ��
@AAP��{��Z�c����uH�'BE���-ƓZX���OyV��h�������v��Bj%6RxMer�7
�X(XDn���C���ڬӆ
��u��15����0ɇ�%���)r����ς&���*
�!lV������w�Z���F��j�GH���<r-�9�;)���œ獮1D��5�-_�U6<Z�!b��~�5��P�K��ZLL�g���I��K}'÷��Q2��9�S'\�fC����s�Z��-��?Z�B�!�X�T�X�蠷��jKF���݌&I��1�V�^
+�A� �dg|��b�_$z��>WrY��U�\��q*<�qxx��S=��gS��l�~��~���D3�<�]�$��rђs�Q�F+�E���Ȱ�ک �eĴIy�5ok�=�?a!,���(ϡ�;e�F��x[{�pM�@��O�,�3Cl E�v�*�f�93�c:�3)��{Y,�I�%j_��b����+S"(�GU#x$����q��8�&���L
+C�L�W�2�b:���6���P̊��y�i�3͊R
řR�H������h~t��G��hm��<S'gJ9�\L"WQ�wx@�Q8�c_����r帄K�q����Jٜ��Yӆ!�m�Ug�2׬���c�]���ܔ���W�w:,P��Գ{�0k;0ϣ<��?�o���ޞ��b�w"����Y�:�]�p8X1J��P%�l_r���y�F"�a�l+!|L}�ZԘ:�
+0?��}!|5��lnKhȪT���`��ݛ26:�w��@0�_�i{���Hk�c-"[�BYfY��yD�M�IX���ߔK�U��/Rv_K����\�R���=�����T�OU"����kh�|�IK\w_:�`dx\�� �4:�����/w^o� �<n�x����h!�RK��?���jr�c�t~�RMƸ�(G���B���ɺ%�$��筹;�
J�A�B�OO�q���WpN���91���aĈ�<�NC������HGޝ�7�f�z
+�|����2��.m�K�k��ݹ^1�K��Ѻdun1xCx]1$�P�7-�Ł�!ڱ}��K���21�����X0s�䰪=����e[�u�]�\�jFww��(�]�/o)�.�l�7q��G\�egu�QA��䩏q�_�e^Z�-Y��ĎF��ݷ�kj o"-Z�opGEQ�S���
+8��ߑ1�|Ƽ��9���FҼ���<��GW�jT�]C�:o88ޔu��c�g���[3A)O��'�M��jMCȾq� �)S�
+(]���b�$Hd���c�P��k�,ͱ�Dt���h�[��ȴ��=��r���,�\��x��|Ӯe��z��a[F��Z�=�Ӿ�6���4:`��(��S�q̽|s�Af��.ƙ	_���,�V9��〯�/������4�Z9�C<ޤWoK�-��lw�R�$[�����(8���pOD�eQn���6V��dcjx�_��b-RkJyŀ�V��	���5y
pﶤQQɟ{ꞔ��m9�������uQ�p�i���=0}/��M�w��;̾Y�i�m��>������0��(J�
endstream
endobj
19 0 obj
<</CS/DeviceCMYK/I false/K false/S/Transparency>>
endobj
24 0 obj
<</BitsPerComponent 8/ColorSpace 25 0 R/Filter[/ASCII85Decode/FlateDecode]/Height 76/Length 1077/Width 99>>stream
+8;Z+<a`2tfbYK%l:V:@r1m:_8Tc^ZUlgOqr/Cn]`6lrI]oqD7Jr#`/er*/%^,8..d
+C#F1;C&JYLOH,9@)<i#O7b"oNF\PYI\gJ_N'faM8(AHi!O$>.t5NuuQO.ZQe)Ws6f
+D/!#.JW,!EJQ`S,a#faS/_C74>rr(SfY7NT:$)W\\$Ud,U,1n9\Nuo]QXkSW#7`@k
+ZEfSeJCA_>s(KO+_aDkoQAS<ef!+m&,jFp]U#HQD#E_N,pqtLKAnqb[4[?^d2i+MM
+BY@NDmeN*$"SH^A[`$.nk`!JEfXBI.;!_^Z]XWN?$*uk$:JB"BjoE@444f9(8/%^:
+W41PP-d:l%F5tk4`e$fc/-U^mLthj?GEXARk,S-X+:'X!2QLal6/tJYq'dHAnKSQp
+NjFM.Of1M@(D,<K[pl6[dY\46eS2+bHoUDc*ZNcf!`3E[<Zeq-(b8V*42VNp(#!fn
+:$_[4e$oTXA0-S(MR<LgC1Ign^XK8bRr@N/)^phLA\4dG?d.ca'>V\s&`fBOD_ShN
+DeZH-@YY?<N56L@\YB79ZXQLf/)+f=U\SAH]rd-1W7a*8Aeq2GU9"4,cE+^K;up^n
+&%K,,fZp-RZdn;=[R(MsGSU04^CYA1`u]iPrO.1->K;(EQ'a5=5k^a]KT_=SGRL@B
+SRcKN'6D/:U*8?hOXSg@i')XX*`kR8<TY\M)g?2r.aq;l%r:q,>lT(%7\R`m'2UH4
+fY)d7NnU%LJ:k48b4Z];WYrEX-o7N,ER(,/Eg(.<\toAU9(+Lu>L]_d$D<5hf3=!g
+8PWLR<$7N;`3//2]8i=ZRT`'embU"jlSH3.j1asu+a6l?,NqXDG0t@44u:6GOF,PG
+<;9^oSZ%_5)7*?hI?.q>?bRXHn262N[0*#[U6RThMnrYWjpMD179\kFAQhVeg6A[U
+Bh'_>Uf/(&9\_%^cf.G0>:rVGKdt1_ZF]+T0tQr@TmgE91QtV_&SA+,A&$V'V,P`i
+7lsfp(IPuC`03[aROB(7kT[G],\VkJ+LMSimr>r:>g0<>q"%5og2#USn(,YAP`;<n
+@W&UC&j9;)_s[TOq_D=~>
endstream
endobj
25 0 obj
[/Indexed/DeviceRGB 255 26 0 R]
endobj
26 0 obj
<</Filter[/ASCII85Decode/FlateDecode]/Length 428>>stream
+8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0
+b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup`
+E1r!/,*0[*9.aFIR2&b-C#s<Xl5FH@[<=!#6V)uDBXnIr.F>oRZ7Dl%MLY\.?d>Mn
+6%Q2oYfNRF$$+ON<+]RUJmC0I<jlL.oXisZ;SYU[/7#<&37rclQKqeJe#,UF7Rgb1
+VNWFKf>nDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j<etJICj7e7nPMb=O6S7UOH<
+PO7r\I.Hu&e0d&E<.')fERr/l+*W,)q^D*ai5<uuLX.7g/>$XKrcYp0n+Xl_nU*O(
+l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
23 0 obj
<</AntiAlias false/ColorSpace/DeviceCMYK/Coords[0.0 0.0 1.0 0.0]/Domain[0.0 1.0]/Extend[true true]/Function 27 0 R/ShadingType 2>>
endobj
27 0 obj
<</Bounds[0.3 0.7]/Domain[0.0 1.0]/Encode[0.0 1.0 0.0 1.0 0.0 1.0]/FunctionType 3/Functions[28 0 R 29 0 R 30 0 R]>>
endobj
28 0 obj
<</C0[0.94 0.79 0.34 0.22]/C1[0.94 0.79 0.34 0.22]/Domain[0.0 1.0]/FunctionType 2/N 1.0>>
endobj
29 0 obj
<</C0[0.94 0.79 0.34 0.22]/C1[0.660156 0.19 1.0 0.03]/Domain[0.0 1.0]/FunctionType 2/N 1.0>>
endobj
30 0 obj
<</C0[0.660156 0.19 1.0 0.03]/C1[0.660156 0.19 1.0 0.03]/Domain[0.0 1.0]/FunctionType 2/N 1.0>>
endobj
14 0 obj
<</Intent 31 0 R/Name(Layer 1)/Type/OCG/Usage 32 0 R>>
endobj
15 0 obj
<</Intent 33 0 R/Name(Layer 2)/Type/OCG/Usage 34 0 R>>
endobj
33 0 obj
[/View/Design]
endobj
34 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 18.1)/Subtype/Artwork>>>>
endobj
31 0 obj
[/View/Design]
endobj
32 0 obj
<</CreatorInfo<</Creator(Adobe Illustrator 18.1)/Subtype/Artwork>>>>
endobj
5 0 obj
<</BaseFont/WNOOWD+Gotham-Bold/Encoding 35 0 R/FirstChar 31/FontDescriptor 36 0 R/LastChar 121/Subtype/Type1/Type/Font/Widths[684 300 0 0 0 0 0 0 0 0 0 0 0 286 0 286 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 738 0 0 0 0 0 0 0 0 0 868 0 0 668 0 723 0 0 0 0 0 0 0 0 0 0 0 0 0 0 592 0 571 675 613 0 675 623 302 0 592 302 950 623 664 675 0 418 502 415 623 600 0 0 600]>>
endobj
7 0 obj
<</BaseFont/WNOOWD+Gotham-Book/Encoding 37 0 R/FirstChar 30/FontDescriptor 38 0 R/LastChar 121/Subtype/Type1/Type/Font/Widths[631 735 300 0 0 700 0 0 0 0 434 434 0 0 245 0 245 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 790 0 738 0 0 656 784 0 291 0 0 0 868 0 0 668 0 723 640 0 759 750 0 0 0 0 0 0 0 0 0 0 579 664 571 664 592 367 664 616 263 0 569 263 951 616 646 664 0 405 498 404 616 587 861 574 591]>>
endobj
8 0 obj
<</BaseFont/WNOOWD+Gotham-BookItalic/Encoding 39 0 R/FirstChar 29/FontDescriptor 40 0 R/LastChar 121/Subtype/Type1/Type/Font/Widths[639 750 639 300 0 0 0 0 0 0 0 434 434 0 0 255 410 255 508 0 0 0 0 0 0 0 0 0 0 262 262 0 0 0 0 0 761 0 0 0 653 0 0 0 291 0 0 607 869 0 0 0 0 0 0 616 0 0 1083 0 663 0 0 0 0 0 0 0 576 659 562 659 589 375 659 613 264 0 568 264 950 613 638 659 0 402 496 401 613 566 848 564 574]>>
endobj
9 0 obj
<</BaseFont/WNOOWD+Gotham-BoldItalic/Encoding/WinAnsiEncoding/FirstChar 58/FontDescriptor 41 0 R/LastChar 84/Subtype/Type1/Type/Font/Widths[319 0 0 0 0 0 0 0 0 0 0 665 0 0 0 336 0 0 0 0 786 832 679 0 0 0 620]>>
endobj
10 0 obj
<</BaseFont/WNOOWD+Gotham-MediumItalic/Encoding/WinAnsiEncoding/FirstChar 32/FontDescriptor 42 0 R/LastChar 84/Subtype/Type1/Type/Font/Widths[300 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 296 0 0 0 0 0 0 0 0 0 0 0 0 0 0 317 0 0 0 0 0 0 674 0 0 0 619]>>
endobj
11 0 obj
<</BaseFont/WNOOWD+Gotham-LightItalic/Encoding/WinAnsiEncoding/FirstChar 32/FontDescriptor 43 0 R/LastChar 121/Subtype/Type1/Type/Font/Widths[300 0 0 0 0 0 0 0 430 430 0 0 0 409 231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 869 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 571 0 563 654 583 362 0 609 250 0 0 0 0 611 633 654 0 396 495 396 609 557 845 0 568]>>
endobj
12 0 obj
<</BaseFont/WNOOWD+Gotham-Medium/Encoding/WinAnsiEncoding/FirstChar 32/FontDescriptor 44 0 R/LastChar 121/Subtype/Type1/Type/Font/Widths[300 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 738 0 0 656 0 0 0 0 0 0 0 0 850 668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 587 0 571 671 604 0 671 0 286 0 0 286 950 620 657 671 0 413 501 411 620 595 0 0 596]>>
endobj
13 0 obj
<</BaseFont/WNOOWD+Gotham-Light/Encoding/WinAnsiEncoding/FirstChar 32/FontDescriptor 45 0 R/LastChar 121/Subtype/Type1/Type/Font/Widths[300 252 0 700 0 0 0 0 0 0 0 0 0 0 230 500 0 0 0 0 0 0 0 0 0 0 240 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 574 660 571 660 584 362 660 613 249 0 0 249 951 613 640 660 0 400 497 400 613 0 861 0 588]>>
endobj
6 0 obj
<</BaseFont/WNOOWD+Courier-Bold/Encoding/WinAnsiEncoding/FirstChar 32/FontDescriptor 46 0 R/LastChar 121/Subtype/TrueType/Type/Font/Widths[600 0 0 0 0 0 0 0 0 0 600 0 0 600 600 0 0 0 0 600 600 0 0 0 0 0 0 0 0 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 0 600 600 600 600 600 600 0 600]>>
endobj
46 0 obj
<</Ascent 1119/CapHeight 579/Descent -403/Flags 34/FontBBox[-656 -403 784 1119]/FontFamily(Courier)/FontFile2 47 0 R/FontName/WNOOWD+Courier-Bold/FontStretch/Normal/FontWeight 700/ItalicAngle 0/StemV 120/Type/FontDescriptor/XHeight 451>>
endobj
47 0 obj
<</Filter/FlateDecode/Length 18367/Length1 41681>>stream
+H���ytM���o�$A��>'�9�I
��i����"��{*A�Xھ֘�1�UEK�PC�L���$�ݹ4j��rw�{��ҷ����{����}�{����9'c¤TCtMNKw;4���F�p�X^���i�q�:�3r�T��}�a
�F�$��7;[o�	ס�(�½��:��J˘�gA�cӓ|S}���Yi��=�,u��R��W
��w|���x��>G��	)������莟^��x�x��;p���\�;�s��\�sc}/^����,|q�u��ۦ!+�k�)>�Z|�\��X�/�_a#6�k|�-؊o��a;v ;��c7�`/�a?� ����/�o�	�?�N�G��W<��pQ�"�p	vHÁ˸��Q�_p
�q�p��JQ����r��<B�P�MUȟ(�jPMjL!dR(5��E��
��M�(�b�+=Kݩ=G�S�G���DCi8%��h2M�i�IY4�f��4��BZD������S6��\�D[i��������H�t�n�*�2R,�5d!L�p֎E�.,�űgX7֟��Y���D��&�7X&�b��6��e��B��-fK�2��>f���l-��ma[�v����� ;�γ��v����S���m�~F5�2����heDm�h���nL3f��\c��n��|_�W��|-����|����}� /�G�q~�����~���{���*D-Q[����h(.B���D��Q���$bD��.��b�H�*�Z�/�z�Al1�4L��6M�2#�H���܌2ۚ��.f3�a�Ŝ`f�S�,s��,��U�
+�jX5�ZV�U۪cյ�[
��V#��ŭP����jau���8����J��������C<dJ�&��G�p�^�Tٛ������}�#����?U�U���E�C�l��R5��]�8	�(�ZP+��ZvG-�3u�8�F�.�=�7�@/SH�i%P��=��tɞAo�dϯ���%�#ZKh�K�-;��jمTL����.����Zv�в;U�~�
dõ�-;�#{�G�L6[�^�e�����e��o���%���Enم쒖}Ӏ���eW5�P-;�hj�Բ[m��ο�}��/�9|_�?���f�
����^�����?�O��y^�/�_�]^. �Eu$�z.ٍ���eGj�mDg�E���=X�"G�^����dB��ֲ뚢Rv3��-;�%{�K�ԧ����H���VG+�R��J٤e����U�*V>ʩ�ثn!V��ʮn�m��T�N�K�Q��%�|�,h�l���F����y��cU�>R*[y_��R���:�����t�T-г�O�S��5������X�o{����o�Y�D]U[�#u[=P�U9R���>{)��2��;*_����%N�R+�
D���A����"R�DM�w�u2�6�}�4jFM��f�hī@�$hh�S}�����:B�w�Tn�C��:��qA�Q�jN��*�G�Z�l36�e���`��R,�b���8�S+Oeo�],b���9�������a:2��3���y"�tVs��?***TŽ�G���
�#1Ι�1��R�i����ߑ��`�3C�"z�'"���8"O8��aGy��Rp��|G���/w;��]��2� �;��FG��a�U���ܶL޵--�W\n{��l+l)�-S^��+ѹ�6A�,K���&����c��_��e�̔��T9A�.]4I���T9\�C� �K���d�l)[�&2B�M/̶��+�c�_�Qxƾ�^` 
��(]B�d��g�3������;���eQ|�i�.�:_R���Q����<���G�k>���Dp��?���cxzsi�޺�Wy\�������	@u�j��PuP����h��h��~8Bt�7a!aG"�M���-�
+Qh�������u��ΈA�"��O�nx��xNר^x^ת>�k�����K臗�
+�c�b�U���1DW�a��'���R���e�q���vv�����;�������s��>|6g�c�iM�I��;���1!�pu	�(�%Vъ"�ȥR%�4��Pĥ�SH�b��^�ȡ���ܷ{��
��PU�|�ݝ������߼7�����VX������a-������
�-7�s�	�a3<[ H����q[��?����A��E�)�]�	?í��<�x	����e������x�ë�
����_��u�I��/?��Ⳏ`,w���v���υ{�<�ҩG&�݇��$܇�i��$H�$<����H�Ov��� �4M���'���p�,�w��_��/	q�$�OHx�6	�EB�m޿M��)$|F$��^��)$i���n���]$� >�B�?��'�#ZdN�QҦIx�$|�C�W$a���CW|)	����cĕ��@v�0M�B�8܄f��B"��5�c?#_��p��U�F
j�u�H@	�QP?�4�$�sh�tL�I@nVH�����0�8�`�eЃ�;$`��X�����~|�q�B�\��=������$��|"����2	�.�����ql�%�î��.��p#�&j?E���[@#�hޗQͩ�<�bqt{�#�!���ʳȱ��@��@�Z~���h�������:��Jq�1v���$�ꡃ-`+X7p�Z��:�8��Ʒ��u���e�l���s��z��a<@�7(?��y�a7�B���"B���
V@�챖,!�N�%���V�J�T=�N�<N;�.���RX
[H��	or{�~���^n����x�����CZWo�{����x����|O4�[}+]�r���ΏF���J�4*?E%�,6`i0�휃{
�‡���z��I7�6>��G�(�����J��Trݢ��a��D�e�"aP(R`{�!E�c'�a��ة|� �{b��qE��x���Q[��b;���㯘���r�o)��sȺqף��ۜ�jp��a?���d�N��C'w�F{H֑��6���[a-7L�`X%�폐 .�S*��z�p]x�諧�ecG%ģ<��xk��;W�Jx�!�ڤ^����ފ�l����r���$��j{u������>IX�+$�2���wd\�_�����
�>�nU�d�U�+������SyUe�˖H�"�A.Q�
+
"������n�B�W��nt؍���X���H�Jc��u�簋Eh�հ��Ѫ�gJ�
+��r�i�)�xɠW�,|z�,~��ysf U����R_a>�v*�*�%���U��N]�<)42rqd�h���~�)���id���~�\�����a�z��0-fQ%X������U���g>�
+���1��)�a�R����F4>F�I�y��S�M��X�(��];U:Q�h�%�Zu,2&y>E�u��)洆T3kY�s��E�q�F�J��2�c�W��ƌ�jcb5�XI��өK�B.��6�Ƙt:S���~\�{�r
+C�
+�N+�<�$��絒�Wf~m��w�����{zV�be3�L�'��\�kВ���$R��51Ɗq5�9s�Ί��̬�J���Y�Es'�H!�kijkkZ�a�n]T�jU]ݪ���N\������kv�X(,�~�J�)l%�C��	]�
�(��E
+�'�A�:��)pS�ͥ���k�������DA�EG��4���P86�ݍ �������?7������ţc'kz=E�¬l���E�d�ߩ��,�m��w{��&<�ԼxSyN�V\S��ꚾ����[��|u�o����]�DsSs����j
�,���Fo���G_^�#���"��b(���l��"����1�LA�K��C�0�p�&yI>�d�1g~F
+˴i4����8I�C��܆6�?3Ac1�3 �B����H����h��H���H��@$�keP���� 
�S���A�"�ba��C)�&�)�;�F�v���*s�i���x19~]�&����VF�����})�ML����8�F'1HÑ�c	^C�:1��9�����\�7/hK-s8��H�4����!Y�l己���J��x8����'�[�NBm�m	��R(�(����
+�w���A֑�v�o��zsX�L�d�m/.p�
+�#�rnVA�,����A�m�
+���;#�j�1ǺUB΅��������>i(��7�a�:֊���jT0/?�n��I����h|#�I�P0'"#����I)�pDU����l�E�NeR�O���,�[�"R�������-{�otȵf����
+J>x�o̳(��`��������c���8~�s��3�ٱ���K���}>ߝ�Ch^�RH�@C����ڭ�
��(]�QИJ�hj'����U�I��f�FE4��uU-�Ʃ�V��=wv^�6m��UVt���}����]c(6�%i����8W�7
����_����6�P/��COm�ұ��l��TDV0x�!���0�M����@��j6��6L��a*��7����m����L�T*�-Qj��W*%�BT�wB�b��l)P�G�b�#P������-�(_rxxt�ƍ�{�B�]�P%?}��a��d��S,��a��y���'~p�����x����X�7&2�mbR\��"��Z�w���|���`�Ճ� �)�B�/��ԣ��M|
+C&��<��&P$
+G��
+����Oo��`�����`�/Zf0.�PF4"�n([�$ѐ]���E mq!T�{�*�OEȤ�����8vr�S�Z<q���4�>*���m����϶��X������&8t%>|m􊞓�S70}4��v�M��s��)&4�SHY�0�a[b[a�:�JjB��mqĤ�v��[���)�� ; ;9YDM�+z�����Z��Hդ,��B�RB�J1�6{��"��[�?�/ϲy�v��`��5��F}g�2��%T
ޣX.i�ޛ�E5\�a��L���м�A�W�ﵭ�4-�f�
+g�U[�
+�m�,1Ê)�ٕ�C��V���D���⤠l�$�{p��G��(��JY���{�i�'�O\F���Z�u[��F����G߾���WQ���\藃��wf�p���C�X<�� �ȸ�,��@ny>7*˄�b�JMz�b�H���MPI\�ɻ��a:])p#'A�$����8M��0ׁs�^���ϳ\n|L8��[�e:�l����Tع�4؍=�`�$O��)ɱ$�n��H��JfI+�������>��g7d�����
+�d�T��L�< D�
+!�r���T�"�o�k�~��ˤ���h�h��mV�	X@�WY��C�y�5ӡg�E,[/s.�U�z�•pã��GG��lg�i��V��3''����e�߽��H>~n��C��nn(�7$�T�ފk�d�n����o��1�>�)x-����2T�f�arĂEʔ��MPS�f&/{�Q2�t.Ky�.D�[�[��tg5J�K����e�[-[I�Pao?[�_�$\���9"�6b�f*F���츚��d���n��8���z�-�o��Y��״���t0������D�f;�����`t[�����.Nr�ڲg��0Cx�7g�4q֧�n�0��U�p�����E��3j�*�V��z�&�Fкg5�B��58�#J����[$��Z��G!a�|�Fe�C}U�1a3�(�{��qL��H�Σak���c���p�ڜ�o&8�4����l�G�{:����psȓ�."�ٝG����N���YP�<V��_�g�HC�g�8_s��z��Z]��%3"R��fc��Q�騿?#�Dq�x���Ż��˓"Lq���-n^j���E�D��ɿ��e�1���c�����2Taf����κ|g���.,eRAPi���"�����n#I.�W����H�P�Ԍ���&9.K���[�#T��
�f��&�;%�U�Y��$b��"U%���W�[�-��U�t"���Q��x>���
t0t~|{��a��k̸8�I�F��=�+�=���"dz���\c�,�6Եytjy�����s3���@W&����\:�EE�!�ij6kt
+|�n�,~:�|Z-{�ܞ�M��e���<}�N��"�"�I��J����칚�2bo�Bs�b�b{~c~Co��*�ɹ��K�RG�q�զ�V?Ik"1�~?�h�Q���%�Q�:Op�6ϣYv
�6=�;~MeF���X�n5�����*��T*���7���&�p�y��y���/�K&"
�����B�W�̤&<F5�������%���Ԩ� 
�_�c�Y�����ܨtuˑ����׾��J�͚���n.�.��ڊz�o��� H��AZ�wp���[�}�p�QiSi6���9<�ҩ4-���Q�����4�\L���׵�c�w�B��̂#F���dRPM�Λ�rw]�<W���;u���+�nD�j0���A���dm�KT�4�|�8-���Ǐ�����n���[��hT�щ��N�ڵ��e~���T5vT���	��f�cY�z���I��т7Pph˦�]�c�R�4���(Buf�#��RB�-�*C��XN�R&sq~嵵]�%ǚ�Ec���1���MBÂR�_?+t7�V�w\)�?i�&~��E�?��P������XXe�ey�‚<Xp�vE| l5C�FLG��Gj�ecҴ�:�Q�1��dZ���i�t�Ugh�ִ�����ib�uP4�Z
����||@@f~��{���9��sϙ:�����/�����-��UU~󋁊�2{R}m�|��cz{��m�lݶ���z��_Y��_�(
+9CE�ɣP>�� �Z� 3�5%q�f��ǘHT��Xg$'\���C�]p$�e�𿵓�Z����-Sp�6�hv�%X�E(xBMwn:�i�7�y�S�l��4�G��}m��e5-���\�|�ߐjrcI+y�s�G�C�<F�A2��h�O\��8����r�TGOٌ_�@�� #��Z�M��\�E��F��Q/$ˈ��ϐJ�M�RA�_������ŷ�	��^|#	�7�}7�?��5�=�,d���Y;�� ?e�,㻹6(R�������L����Α��Iz�?��^"�s�+2^��n���5�2�(���*7y����-W}]��|j�k���wQq��l[S�	��ӟ��|pf��dѫ5���Y����LKTJǎ������������	�X4�+{~�S;����)�O����ZIG�aEUbE���<�ef�>��/h���������<;a�t���DX�Eb�dE՚N<	}���K����Ge��R�K��mL1ʬT=�0���%F��5+��溫���<{���ZԵkj��6��B��%%������L	�y��ᄊ;�&ү�4��n\\��(��-r�g�E����Lr=/z0�k�����Y9����G�G��hbM���<��К�|�Qf�;�
 c��tQ��*�昫Twڌ�*�P��"Ƙ5����S�΄
+�?��9oo�G냡��sj�V>o�fő�`c����bo����i�h�����A� ��>�[@Swj�=-��[�e�w�SiA�+=-�D;i�-!�j6%F�[��n�@{"�Y+�p�Qf�N��1e�&���9����@0t=T��w�W��h�p?W+��Rn����lټ~y�6���(�Հ\�\�j�*I��.k��F
+��Ҵ�(wJ,��g���
+X��XkjTvlVjlj���H�ٱ�^B��<w��_�q�L�Y1Q�ԔD[\�5-f���	@վ��K�?Qj�
+vر����4?��qʛ�6�lj��7l�k~���������]gZ�v�����'l�ߴ�.��L��+_`�$�kA�܅�W���a���~�j���[�g����!��V��^Ҵ�㢔����;�9|����_������!�dK����ȏ�䗔�MN�c�cB����.�����}6\ �Sl�Ӟ�*�چ:$�o��/L����E��C��L#�<�0�\�dźY�Gm,�����-L�{'��P��K(��g���KL]-����޷�d�ȟ��֋��=�*�[�
+���۠����`(��y�󓐇!A~�K���������|l>h��|O��s�jP#���O����s�_��y�V)W�5�9�$�Ճ&�W���J=BFnBBG�0�W�Z)��g6��V���f�N��;���r�A�c��(��a��d�<#��W�9�N���X5����1p����;�[BG�/�6�/e}na��5F��~���m���۩E;B�-��m�3�]����R6�"�U���+d�s@&�˅/�؄�a���|O.��p�q��p��>�"g��N� |�sW����d��F|/$�L[�ײb��:`#9+u���t3�?�٧H�
�ϣ��x��ߛ�{u>u��'�
X�G�(l�u��kUsWK�P�V�a�׷F���SI�}���sA�ț�gNK�2�u`�&�7;c���f�I�6#���_�����vNH�ޕ��6l�@:�^Ӕ,�����c:i�*��o&�A)X���9�p.�������B�ߓ�U�W6bm�e�ҵ�&I��|'���q�n�^��"��>��q�cn��m���zįT���t�e�S�7�^J��}�ǫ~�'�:�O�/J���$t3�ji<OS��7�#g
�h��4�9eG����q�9^�9�ɩ���I'��N&��u29�9~��l��/�:�SI�{l���‒Mb]|lp���r������N%���~Fi�_�K�?��V-❈}�Gb��}�8�4��.����)_����*eq���RM�';h��N�{���jl�)�k<o��CJ�M��<������7Uά�V��2��h���fI���i��<ϒ�?��9����\3re�����/��~^��!��.��*�a����#f�/ŞD>��x���-�;|!���ۿd�KBҏ$+��=�)K�o�,�N�K�<�Qxފ��@pi"\!�� �5���%�%��7ɍ�9Tݤ����5�~��/q�VB�Y�	����;E���c���w��%h[#a�v�;�;\%�e�����������S��@���b�W}�+����~ٿZ��={F����"��-�O�w�P�h7������sh3	�><ȗ�2���\p�7�0.�ߤ��䖬i6��5���1u�;]�b/�.���@�],VF��;W��)��P�ѳ�+��ܭ�cI��gv"�|V��%��#��ZX~�k�8����r��)����,>)Ǟs��%m�:��p��V<3�J�n�`^�@MF1���g�'�Q���~yFWUlq��߹i$��;���M�! %@��{��$�4n
+	U�+
+��(bCEQD���� �"*�u��'��|��[�}yk����f�=3g��왱�|O��]n��3�+o�ߨ����/+f��i��?����|+{^��mcm��ߵ���ѶNs��5���w���|���@��ÿ�Zs���q�.g�w�9��ik�7{�A�%����C��n�s����Ru�`�U4���ڵ���黂���E�U"��"��jTA7L�`Mg(MG��7�"]T6�����<�����^B3�i��%���V{��Z�k��*�e��B�Cl�mzO��҇G��D$��}�)bi[�Y���s�n���j���{}X>�l�P��L�kۥ1��־Ʒ�4�Bo�E���o��}$�X����1r��e��������r@J�1�P�������Z�(8#��%�jh���R��"�օ;—�/--%R"%R"%R"%R"%��' ؙ1��A9=aG����#�z�&<kR�7^��D���,p�cs��"�f����9P�����'�Lі7����l�C�ߵ9P��lBY=��|�U�y�b�����C%��
�4�\��
����C�=�pi�2n���$�u�=K9�L�s��r8����������p�r�5��p�re�7n��
�S.�]�#���pyS�q��2\��9Õ����j��f���#���������%">3��������䌎�uE�F;'8���d�x=�tg��-����q�b-��YYi�O״4���vz=�o�'�E|f�7��햙�d���8g���Ot�3��j����k�e���&�sr�������gq~H�{rjFr�ܴ�g�̌�l5x��{��s�r�������"����)�d�gk>�Ȑ����_��${Ss�E�x���Iv'���N˛r�=-5ŝW콻���"�{�@��sE�+���^��^^=H2��n�D��"�P��������>���l�T����kߎ�[OتM��>��?��sTv�wtqtr$:b��g/0�_|��5n~7�b��/��Y�bV_���`]W��>�t�F]��4��GTD%TFTE5TG
�D-��U���Q���
���M�fh�(�@K���Bk�A[�C{Ģ���p:k�ꪃ���I@/�F$�/�iw���`�P����������l&jG'a��S��)�����Ý��,L����ա��|`&fiܜ�����q��N܅�q��}�_�߃X��x��0�,ţ�c%Vi\�5X�'�����g�6�yl�x/iD|[�*^��؆�xob��͝x�`�F���/؃�W��~|��q�0>A!��S|�����c8��_�k��)|��8�oq�4�~��q?�".�G\�O���5�����
����k���	A2�2��a(K1��,�2,�r�`yV`EVbeVaUVcu�`M�bm֡�uY��ـ
و�لM�fl�(�`K���bk�a[�c{Ʋ�ؑ�x;����ٝ=ؓ	�����D�e?���� ��0���(����8��N���8�I�p
+���TN�4��-�3����tz���2�3����,����<��;8�w�.��{���b��c�<����\��|�����.�R>�e\�|�+����	����\�������O�n�|���<���ȗ�2_�V����:�q;��������o�������>����>��<��x���1��?�g��_�(��8O�K~ůy���
O���Y��y~��y�?�"/�G^�O�Ÿ��U������5^�
ޤO ��qH��^#!*�$L���QF�J9���RA*J%�,U��T��RCjJ-�-u�)u��ԗ�PIci"M%R�Is���R\-1�JZKi+����J����In���E�J7����CzJ�����G�����2@� ,Cd���2BF�(-cd����2A&�[&�dI�L�dI�T�*�$M�%C2%K��W�%Gr%OfH��L�%�e�̕�����(�>
+����HH� 
+��`TD�|�O�c�DQ��\��&�۰wG���(��+�X�6��ATP:��l����7;W��{��������H%�ȭr����e��!w�X'�e�L�I2Y��T�&w��r��+����<(���<*�e�<&��2S����iyFf�l�#se�̗g�9y^^�e�,�E�,�ȫ�.oț�-�Ȼ�,�%�,��C�H��r�X>��RV�jY#ke���O�3�\��
�Q����k�F��M�Y��V�&�����(?�v�!;�g�Ev�n�U~�=�W~�?d��?�/�[��h����B�A��y�Gs�Eh�C��p(Z�0�6h�#p$��(�c�Ǣ:�8�p":�3��$��S���NCw���8g�,�g�����_���?�q!z�"�b��J�}P�KP�
+\��P���*\�+p%�c���ո��:\A5LB5�P�:�P�8l4`0$�D
+C0�0#pn�M�#1
+��V܆Ѹcp��X��xL�DL�dL�TL�]���^܇����Cx��QL�<���f�I<���fa6�`.�a>��sx/�E,�B,�Kx��U������[x��]���X����C|�eX���	V`%Va5�`-�a=>�g�_`6�K|���
��&l�l�6|���~�O؎؉��va7~�o؃��`��O�����W����b�A�،y�gsx�,b–l�C�ڽx�6l�#x$��(�c؞Dz;�8�x";�3��$��Sؕ��Ocw���<�g�,��r6��<Ͻ���܋L��'/b1/f	{���ݫM/a9+x)/c%���x9�������W�^��x=
d��49�Q��b-�c=����t�`�)�P�p��
��7�f��(��[yG�v����c9��9�9��9�S9�w�n��{y��|��a>�G9�3����'���3��ٜù���|���y������/�e��W�_�|�o�m��w�s	��R~���q9?�'\��\��\õ\���q=?�g��_p7�K~ů�
��&n�n�6~����O�������pw�W��=������q?��_�����j��*QPTJT��bR�T^�%*_5W�P���R�R����0u�j�ڪ#ԑ��:J��Q�ձ��ꨎSǫԉ��ꬺ������U�����TwՃ�)��덈cǃ��@x�c1�����f]�И�3b9�T���9,?��y=������d^$KE�F���Ӟ̴�b��� �8g���`qڿ�1P�-�������)�يfi�����b1#M�@Ԉ��f~/���g�����'P��b�f�� X�N�Jci:HK����6�w�R�
"f&��>��21�y1b��2���8�A^Y.�X����F\�(�؈gl�kq]���`�ߨvC��H�`�{R�{b{PPQ��G
'U3R�ۯ�ڧ�}Vf|:��ڧ���~:���W���L�2V�+�����ؐdcC�tCR�!U�,R�,�t)T��~ƪT�oA�A��*X�nc*�ׯ�E9�������9�� o@�S#��y߈]_o�E�/��E�'BQ�bF��<�.)�9m�j��f:��!/q�4�zvE~�e:f�J�<�X
��h\��%y�4���pY���S����CL'fwG�c��F�y�?��_��E�/��E�_��E�_8~�����4��X�z�ql�e��$-#Vm
�j�H��'-;�(��IӭpfM�cT[��	��������GbV����g�
+G��=ԪN�$���2+�v�ֶ�S��:PgƆX��6���@�ޫ�����z~�}��^a}
�,
l
URUeڮ�GQ�`]����Wa�`�����f���z{47�ɢ��y6�yaww�����p�=22/��OTC
u��R�>��Ƃ��+l�
+��%���{A���>�F���
S�qU$bF�Fs;�����'�}#��)���jkn��3iG�'�ev�O�b���[˧ٶ�NZo�y١-�R,��.u�_@$%%/�E�AP7NLZ���ʝ�:�$��К��aV����h� ��3�.�|�e�X�k�ا�,Z`8�<;����s�:R��;s͵�ǐ���
��@+WA�.�Rkl}��������d��3۳�����C��2����Q��%��W^S�}�S�s�wu����RkbW�����h�V������裉Qh��:�@G��G����G59"
K�Mi��{7��U��OH֊8���ٹOv�ֆu>�����FGG#�ʭ��Sl������5��ĸ���b㹱��b�l�[;2�#o��Ď���춎,�g
v*-��^G�'*bgZNZQ��%��o$[���ve[��Y6��3�M�N��v*��ԝ�Gjٯ�f�5�3�;G3���䯪��W�3�Ӫ�G��7���7�'7���."������yMa�J��؞�N\a����ͬ�7�����i�EU>�;�_�8�������w� wH�c���t7�e���wCY��31�׎�mG�k|�6>ؑ{ö�K���ν��`溷�u�lh�O�'k��Ca/��ȸb���Tx���4BE�<�*��Jq^�g>g�u�*ظ�ģ^�Fz�Q�� ��{��n{�":���/�c�/_�^W�� �¯G�ף�?�X��.2��p���R��:HQWL�E��	��	�3�&�?���q~�{;�aO��:��9�;��S��?R�G��`�Y����`Ni(�
+T
+�|{����Zْ�X�pH�=�z�U��L,�p�
y�Y�RΓ�A%[<��3gV�HS���ɘ-Sx%�/���7P9Hۼ�Ϯ5�Y�܆B�c�̻I�$Z���ԛ�2�	��4i�����|'�9�g~6��g��=r����bqW	,��E����_0�����翎>?�G��>%M�iƒ�����p�8�cL���(J`�p3���XE�c�-����jqc,"cqS���Sc!�Ŵj!�w�"5wU��j13���U-��ظ�[�8�/>w��}GtD�=�1��e�a��,[��6�Emc�<�t� gQ����:��"�1G}�����g&Gc�@��i3$��Ԟ@���r*��D��އp��o� ����rx�a�<e�
��mdBCr�������%U+���dFj�fJnҊ�v*͐?ѿJ��(Sk85��3��g�\��=�u��`�פ�r�L�{^���/ڔ�=AZ�"�e�؞�x����ҝ�*����l҂?��x���#��}X,�Q�=�a5�A#ʰe؈2l�(e��':�-�fCY�A�mU!���fŖ��H�*�Zr�j�O����҆��;��5w�M����
�K��J/V⒥=d�RU̎�TB��#_=��#d�؅���F�\��g4Ŷb�]���B����',�4��&,B�d�4��w˚�(�<,i��N�E�zPh�
+C�j�?[H�<�X�*��˕�T2 �~Y	��V^�C��N��w��k$������&JӅ��r?�o�9�����[s>�
&5d<�`Aϒ�P�����.�PnJ��l�*��S����>e�OY�O�N.�^�"zMtH�%�}C����Nۄ�м�wB�N�M&m��;-FS��rF�9���k8O����-4A
+�$	
+���GP������*��^V��֞�1�B`��4���KӆɌ����ʪ��C�,�z���l���iiz1LK��Qn�>O&���TK�eP���bqt���/+���VBof��Q�2��	���Kw��W�N�%���B��7V�T%�Ks��D%������U��DEV[=��+\KWO�}�Yb?�*H�e�ަ�©�$-a�P�
�$�ˣ�mņ'��e���Be2#���f0^H���V���qS6Q�z�}C�-�wDGD��@tL�
9
b3�ˍ?@g�S��^�$zE��萨K���%<.�q	�Kx\���':��������FF��=B�*�Py��#T���G�<B�*�Py��#Tޤ���YA��mpX"���Uw�5��Sc��y�	��<���-�]��㧒���bd�hVɞP�G*.VfU��[�j_�O��O([7��,;����OyOyU�8u(Z²J��
j��"Yc�mT���b�JAV�+�Rkf���,�²3����fUDE��"*,�YQQA���
+3�����e�'ٖ-x�o��~H�%�}C�-�wDG}u)	l�X���$T���
+$�N�&P�S�ֲ~*ek�
+�Xva��,C��+]� �lI�i��;P��k�<�w#�|E���Ո�{�����D'H�/�嵗�cl9۪q�Vp������权���m7�K�,��
+�����Վd����,Y��OF�aH�6�<aY.����Di���[C�uH��⇣����bh�w�� )C
+����6�+�4�KY���w	�K8\���&��	.����.��������������ȟG�<��?o�9�T���o.;�����e�k��E���f��H\��1J�C�i�B3ݚA?`���-��<)Zs�4iٷc��(Y"48�����?�UgYƟ�o�l6�6G��.��)m6wk��IzR�QZ��/�&Y��
{��*t����9"C<PG�U��Dg<���E�w���}�n6]�uwg���<��=��>k�S8&��6��ϷA�
+mص�Ʈi��?b=۫������-E�Y�i
�Q��O&+�ҹc�x:U���=k���*��c.땧s�qo�I%��q�Y��ምᨭ���������Ш6l��pk�R�M܂�u��KMXKW儇�LN��Y�Y�_��a�|5�W{��5����f�*55��\X�����K���;,�X��p�#Z�צԌ��>��P9�sK1؏��V�
+~;[�a[�a[����T>^6/;o�/� ^���m�u���R�����z�x���I�� �
+�p3��m�A+�ҋ&&BÅG��Q.4�Yhd6Gmx����U忒x��+�T�x����E
+������[��NMb ���J�$����ԋ�K]}�ԟ���īw�/RBq�����;&'y���_�{�4�R/?�RW/��s/�'^?T�E��)�a�H	��X�y���:��>�+ �h65��@`��������2¦2�N��Ʋ���ۉT:��y�����E���M����ܛ�Ѵg��΂4P���K���
+�`A:��B�k�B�����
+Ox���|����
X>i�����W�`���0*�x �s7�x�J��,��xUT���􌗝���	����#R��?�ejX_y�&Q Z�c+~�K�����@3XWW�<���sgk��-o����^��s�3l�����ˣ�h"56]��fЯLWFڶ�w.�>�WS�J�3�M3q\��uD�,��dy	b]h�]��y}S/�����vd�B�/���.�{-�k���i�
Ŋu�§���œ�/���h
Y^h�w��#kpǓ��
�B�=s���D,����jZy(�y$0�#��+�g����w�Y_��k�o�H�%'}�қ���}�>b��Y�6���{����D�W����LG��Z�[h!�d~��>��l�u@w�b��b���SGK�_�q���.��EǝCR-�9(A�k��R%.�h��\瀬�6B�a������
�&�A�����v��t��W���ih*g��[�	l�\PM�I����%���ŀ���)�S�}%0E�3 ��g�>���r��E��Q����"�<"���t���N���*_��B�"ݤ]���^�6�aim�N���Y�H���&������[�Re�4�V�+���)_Fk����M�����뜵e��8����H��!��h9�F��2�Keh��N2r�zZ�]-�$$"s��Nl.�q*I���e��t��0W�Y��Z*��4��9x4�~Te#��=��Զ�+|_��-�U���EsWMe#/�yb/;/�I�y��̨/�/�ȟ��X�F���ϳ�s�ԶK�P6��^�=�V*��<��q���3�[�
�3VC���x��b@Q�@�F��Z�g�4��l�WZ�K7yJ����?��O�/tE3�
W��J3�S�PyB�f�'��'�?f��%?���?�J�����|V"h�8��{�#}�-��Ͽ|�طI�%�����������K����t��������l�0����̞��9'_���~�mT6r��v��Y]��<�]���=4�#����Z�|^���5�x@�����sr�|N�Z�Ή"F�߽�T6��W�\󿗖O�~�����'��\������f>g�w����S��4�9�|N�I�s���b>'m�N2��Y#w�bЏ��;Xw2��H�`=܎(Z��K�����3��~P>��/�f������}��Q����ڭr��V��-�ws-���N�7C�����F�A���
+�m��J�����f~�MĎ��$7ʥ���ln�}�b���7��zz#�����Q��z�%G�%�H�#����^�:J1�$�i��{�u�E&�z&�"F:N|LF�jx�S���(�����zG���Tp�9(ۡ]Kz��͈�2–�Ćdٸ�F���jF�/��w��r-�H����z:�O�Fvq�vJ������sG�))��
4J9��?jP��r�q}9gt���6��Vzo!��(��%�`�		���3�
�0��/�1J����l�YO?�ZW�(-�����Y-��
V��x�6^3+�
+b�3OS�.J��H6q\��6�y	[^J�K�~[��S��e��&���jV�*�+IW���R�v�uiYf�e����I-
R�U�@����kZk��X-���r
i�{Riy��%��+XQ����uy��ޔq|
3_�X�(8��7�pZ��~�N��[�o���N�
endstream
endobj
45 0 obj
<</Ascent 986/CapHeight 700/CharSet(/space/exclam/numbersign/period/slash/colon/a/b/c/d/e/f/g/h/i/l/m/n/o/p/r/s/t/u/w/y)/Descent -225/Flags 32/FontBBox[-210 -225 1145 986]/FontFamily(Gotham Light)/FontFile3 48 0 R/FontName/WNOOWD+Gotham-Light/FontStretch/Normal/FontWeight 300/ItalicAngle 0/StemV 48/Type/FontDescriptor/XHeight 510>>
endobj
48 0 obj
<</Filter/FlateDecode/Length 1833/Subtype/Type1C>>stream
+H��S}Pw�M���!��6+� �p`�b˝W�*A�P#Rb�8 ҳ=�֡���x���U��V�H�S?��b�E�R?b+z»�Ù���;����Nf�wޏ�}~σc
+����d�iիK�e9缶a}A��X\P3��G�3�ED ���>`PC�4H��r���p|Qr����T�ՅŇ��ѿ���_�-�Z�-��P]�U�+(++�����l���b��Ҝ�J}�uc�15��آ��˳�c.B���1�{a�X�[�afL��"t,[��c��e���7ʦ��ʜ��k�7>
+�b��c�"��M��:�L֓��B�Qf���xM�0�U�2»�'�%��00A���eN.cƫ)��T�IP2O�)'(	��O��B�*��fP@6?w��N�2( ����PH%zW,����O����R�
`rA�+����[�-b��PE��B>$}�0$kI�]���+&�|�xSJfC�*1��C��LDyL�>�h�bĤ�6Wz�f��#��S��'x�����3<)N�X���Ap�C=�!a��d���r���R�!�����������������}��J׆F�h~ڟ�쒴ʒT�'��~W����'�3fi˩}f�WY�B�)H�����G�?q�;��KN�kwR}g[��z�^u�[A�
I����z�B���ܼ~�v�;j��X�b���H����u����i2�v$5��xľ�b�B~��Rm��ۣc��H���P�!�9��SHv❧��gg�k�j�n8D��N͏g��PK��;���mk^V3w�+�u��9�E��D�P�x
+�`�ў=%��"�n;3r��R��ބH~�ȌnQr:CX�F��(Vb��b�7��.F��4���� }4M����8�u��5�فw���Y����i欜�߲����ަ~C�����=��/��`�¤Qs�K���b�w�#,L銜U�U���
+����5/u�/X�yr�oM��o��sR���k٬�o��h����n�f͢�~J�b��w	�����a�E1̵�����'�w�k�!�B��gs�T�h�Db(��z䛿�o�Qh�K�Д�%\�\Q.���F� [
5�̨�z�l��+�[��k�B��Q�w�p���xh!G���q�q&�N�pQ|ʸ�_�i���7f�^���s.���N����ә�Kɢ�v=53�P'�B,�����*!ųH<S\uQ��g��B����w�v&q���V
+�k=?�?��d�(��D>i+�ຬim6zݚ�7�4W�3���{<}��A;~���_�,Ĉ��"�$�0
�%���T(E"��XΣX���n��A�Q�d��|��^8RK5�yaȇS!m����\T���h��g�M�?�H�i��n���zxޅ��/>ԉg�u�QZ@_�n����6xst���1	��^�QOݺ�)$:��V��*��[��u�gߙ��ϸ�
Ɔ3��T��Xo�i[��;x�h\m�4�
3��,�,�^��s}��&�*%�bL\��d*W�G��1���U�9�8�J�mc�UP뤶U�Sʦd�����ԁ��3Z *
Q���}Cԟ�a���w��z8ng�g\gE�GJRB-�݃~���Y)��ppڌ.RHum.0�
+ƶ�dU{m�����Zz5Tmg�H�#$@�d�D�_�I�Kd�H?�F���^� �(���(�H#Uh���b|���k�V$���AB&�������RP��Z�w�+���oe��͍�W�^m?6��B�p�H'U�z����$��I��ۧ�W*��I�3�/�2�`��6�
endstream
endobj
44 0 obj
<</Ascent 1008/CapHeight 700/CharSet(/space/C/F/O/P/a/c/d/e/g/i/l/m/n/o/p/r/s/t/u/v/y)/Descent -275/Flags 32/FontBBox[-223 -275 1180 1008]/FontFamily(Gotham Medium)/FontFile3 49 0 R/FontName/WNOOWD+Gotham-Medium/FontStretch/Normal/FontWeight 350/ItalicAngle 0/StemV 120/Type/FontDescriptor/XHeight 528>>
endobj
49 0 obj
<</Filter/FlateDecode/Length 1750/Subtype/Type1C>>stream
+H�TT
P�޽�ݥr�����=wO�ʟ�"�)*�/��#� �@�.�sС9t4�4Nm����m��)"��#��X���Èh�����]f�-d�vv���{��}��}��HB�"H�������7���^���WT�[	�)���z-�JЧz�����|¼�Dx@�'l�:�g{*�|=�Tl��S����`
+4,_�|G������Lš���R몰0��ZZi-ޱ'�ZX�f��xKj�5߰�_@$�A,!�p�$�D��0�&�H�
�IS|R21w��OWȥdYA�P�SW��U�O�-_M�����Q��Qz1�@5�,Ǵ����C~͡FY��t��}#��imt�Q(�e���@�KKA����ϠXYK'�0�1M�0��|�(�2�j9��ü���[R�eIJ-��_�a�t����@��)L���uռ��*D�(
+m�3(BPlَ�p4`
�<�}�L�M�E���������o)b0��F�P 3PD���	AF�!b�BQ�S<4����W2�c���8��^��!�D�
+�R�cGg�@x��)��P��eJ���h����"x���yty���~sz�Ȣ�V=����35��s����:���wv���w��z�2���y��s�'b���߾�Y�[�Q{s�e�^뛱�;L]n���[��sFS�ų������KW���M��g��91{���O��)�
tj�e�_\i�����&����v����k��90��h�k��Ō���E 7䍂q��
y�2��Z=��\������Aǵ@[5?����(q���-�C
�#?��
+_w@&�g2�.�<��I޸��9Ɯ�z�yӼO|�i�*�=d�!�&��O@��v~����!�}K���%k�Gޑd_����jj� d%��l@�(X/
+� 5,Q0���5_~}[jM\��^E+�M����նW�����On�lo���O�>��r4�1�Xӑ�ڴ\@�a(\�C�������_7��̂d"L�'�H��S�לe��c��G�/�����^���ɑ�Td\r�Ȟ(�O�&����'�)|�A>4���O�<��SHG�T�.���D�ߟ�ۯ���{�t`����s8:ig����|�QD�w�^[k�ƭQ"�
+�?d��p1�-���8�a��*{[V��9�p�l����R����pG���MY�W���!�n�ܞY$rw��e�+��m�fCx���^��G0r�?Z�5+R�cCE�G����;�~30��om(��'��VCR9N��I,�B�<���	ޥ3���
+B;&%�!���m�y"�ż��+�7��M�076q���p���8����^�
+w
+s���p
3g�\?n�O���t��~��5`¸�{�<��9j�����A5�j�d�k?>J������_?nk�X��Sl�,��o�щK����9X&~S���\��L����ď/lӌTz�]�w�~�|IN(���>���c�?��{I���[�6	j��%�Ex����3r�6���U�z��X���)Y��5��p��Y��F`��Xԉ�Ҙ�e�)�uX��p���_
�"k?^.����r�䁤a�\O!�F]��_���e�j�\�9��y(�X]�����"aO���eR�2��p�����)�M��Z�T
D��h%�P3t��uZ���Z���/��
+0�s��
endstream
endobj
43 0 obj
<</Ascent 986/CapHeight 700/CharSet(/space/parenleft/parenright/hyphen/period/M/a/c/d/e/f/h/i/n/o/p/r/s/t/u/v/w/y)/Descent -225/Flags 96/FontBBox[-305 -225 1206 986]/FontFamily(Gotham Light)/FontFile3 50 0 R/FontName/WNOOWD+Gotham-LightItalic/FontStretch/Normal/FontWeight 300/ItalicAngle -15/StemV 52/Type/FontDescriptor/XHeight 510>>
endobj
50 0 obj
<</Filter/FlateDecode/Length 1833/Subtype/Type1C>>stream
+H��TkWW�����@�ؕ"��tu4�^Q�(4Oy���eP�F�iQ�Y�FQt�4
+��
+t7м I@�%q1�Ku%�{�vf���̇:_ν{�ϮK�I��",<\!�P�e��rٙ����#sg���8�ZZ[���Ļ�Zv���r�X���G�m�ťV‚$��|���\3��c�U2�ի?u0��d��Դ��\�
+���I����Z��V���
+T������de���֨U��U���F$�d.��HBL>!A$nAlD��
+%�9�0�D9q����H򦅝�^����H����4X��70G1TUY��o�d�}h�KT���TJ�C0_Y�M&k��M�30��0���N0Ba|C��e����5> F����l�ZҲ0C���)�>tC�p�i%(��Vb7�<�`�B��LKM.����'�}�l�%��W뱌���ܧ��OXH\���s�����y��V��;ܣCC�X��m�
��Na�Yw�����( �.�0�l0�n��b"{{iT�w�}ҙ4��ڧ����z�	m�
׺C+�)���\'�a�h�0�u�:��qڲi�Ԍ��=�vQ�Q�^��:�� ��EL�
#5��H�`7O�]�$ԃ���jv�g/	�/.��V$�3�__�^�o��_����/�N�����6�%%�Iq,��0?-��3^�m�/U6��񍍝g�����/��������ƀ���O����Vc/�eHLPdq.�
C���n^��0�M�E_��j�����˹�>����-i�ײX-<��T\d��#�A��G�P�m7� �r�?�9!c��|2
+�^��K�b���_c=C=R��8��O4����׮
�s��z�����LJf�r�Gܮ�
+� 1F:0��.������x�T(�aa���,��h;;ج�f7��x�'���Ǔe'�T�SЋik�??̽�������o���.���y� �2U�ߨu���~:`h	J0���B��
~�~����=��2_���iezE*���_��sr���lS{�yS��������#�A�H+�M�6�E��>��aL��S�{h��A7���:^w������bmdBx�t�
+f��q�:��M�/�&����	���c���# �C�-�F-����ݪ}f惶���m��3�f<6�GE���Y���}�20 �q�er���:?ÜTn*d>��V�^y��
�����J�(�411"[X)���J
+7������n��ы��������X(q���W�ń�H��/M8�A�$���S���~���e�Gsc�G�����a��]�e���11|rrT��%<I�?��h�㯞\��>�u�%O�b��:Տ������ѭW�G���Q��|��އ�b��'wg��Z?��;��뮲]��n
*w]�6�����M���\h���t~�˚�6,098ps]�ViF�2�0� �y���FL:��W��<_������bvU�W9{��'��M���A7AS"v�E�O�ҢR�>֯?sT*~����!�c�[�>
�Í�[F�V�:���os�ۀ���7�r�c;��>�=V͛ߝ8�Kh��O�rv���m~%���L�G'Ւ���%L;�tDP�=S�Ńυ�<+�3�QK^,��1������(��:(�N
+ע)|��	R(\o�tF�����.v3,X��5Dp�Q�Ӑ�,�J�<�ϫ�Aޥ�U����y�_�4�[������
+�����^wĪsq��+������YX�*c�'���
endstream
endobj
42 0 obj
<</Ascent 1008/CapHeight 700/CharSet(/space/colon/I/P/T)/Descent -275/Flags 96/FontBBox[-319 -275 1221 1008]/FontFamily(Gotham Medium)/FontFile3 51 0 R/FontName/WNOOWD+Gotham-MediumItalic/FontStretch/Normal/FontWeight 350/ItalicAngle -15/StemV 124/Type/FontDescriptor/XHeight 528>>
endobj
51 0 obj
<</Filter/FlateDecode/Length 511/Subtype/Type1C>>stream
+H���kRa��W}�E��Y�X��c��m�u���4��]���TP�IO�H�م4���uS	m
�`W��I���!���r�W_�q��<<9lc왛�F��#���g��RS33z<�Z��~��줣 �ؠ �_|{�Qm�/
+?I���>;���w�p�0�:R53�J$uy$tV���E���,���<,�Ԁ��u�R0hF@755��kI3��f��;wMM�/ȋ��t�#�<h�fb�Z�Q��TG�O�"���OU�j�������ۅN�V� �����p��H�Mx�=��ph���ħ�����r�3��۷\�k�wR�5U΃���Y
����}
��|�}��y��pWͯ������7���B��H����VgrY_2q���5Z�5bm|�YνaO��U��:xq	��%��>@º���]��r�5�b����\�Ga�5	d�{���OӜ�Qqy�m�`r��=�G����sAh|y)��`�W[��
endstream
endobj
41 0 obj
<</Ascent 1017/CapHeight 700/CharSet(/colon/E/I/N/O/P/T)/Descent -297/Flags 96/FontBBox[-325 -297 1247 1017]/FontFamily(Gotham Bold)/FontFile3 52 0 R/FontName/WNOOWD+Gotham-BoldItalic/FontStretch/Normal/FontWeight 700/ItalicAngle -15/StemV 152/Type/FontDescriptor/XHeight 536>>
endobj
52 0 obj
<</Filter/FlateDecode/Length 696/Subtype/Type1C>>stream
+H�DPmHSa~_��u�V�Z���e���f�ĢBӜ�m+%�c9mck���`A?�Q��TT$T���þ#�SF���#���{��t�<��s8σQn��mu�\�
�@���ߴ'�������,�L�̘;(�"A�i�*���=OL��tv9lχ��Zy/�\�r0�s���P�7���oT�TUm�\��)�9���R�>`U��pp���F��X0��
+zc֞����r(��v��s�U�ʑ
U��HA�ٻ��r�%��ȅΡk�މ����QޑʮI�[�2��\6�Ԇi�7�2g�V�ЎH�`284�p�t�	di�״�k��z����(�g�
�Bv�������u������0���SQS��;��¬�j!X)�3n­T|�(�3O�kPI!�u�W�$���P%�v�c	�P��XX3X�4��v��`�C�����:�]GUU�
P�e8���33��tr~^�^�2?\\�}�x^�̏��''�>��N���u%M�ڶ6swwK`�"�'"�ս��;�m�=+}^k)�&޼1'�7^}�_Ǟ��-�lkߠ��w|�ty�B4,�8}2)���O9��;@��Ƿ�Dfq��;����B����Nx5}>�?�D�M�f��ol��\9�"Я'l!�'��&���E��)�>�ƥP�����e,yEX���B=�
endstream
endobj
39 0 obj
<</BaseEncoding/WinAnsiEncoding/Differences[29/fi/f_f/fl]/Type/Encoding>>
endobj
40 0 obj
<</Ascent 994/CapHeight 700/CharSet(/fi/f_f/fl/space/parenleft/parenright/comma/hyphen/period/slash/colon/semicolon/A/E/I/L/M/T/W/Y/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/w/x/y)/Descent -244/Flags 96/FontBBox[-310 -244 1185 994]/FontFamily(Gotham Book)/FontFile3 53 0 R/FontName/WNOOWD+Gotham-BookItalic/FontStretch/Normal/FontWeight 325/ItalicAngle -15/StemV 80/Type/FontDescriptor/XHeight 517>>
endobj
53 0 obj
<</Filter/FlateDecode/Length 2727/Subtype/Type1C>>stream
+H��TiTW��yPhc��Х]�d\Y\���(�ª�Ȯ4t��E�Q<�ɂ��(��mQD��AK���qs�y��TC4�5'?�z���]i�҂�i�12$44��%@���>�u�J��$k�rC��8UG�e���0ޖ%�$�e�`6O������@�d�>5��VFIh��oE�d_�:'sCJj��d�)N�=<�M5�s�UI�ʤL��N�*7�Ԭ,����F�q��Q�R2׫Ss�T��W�娓�f:%&%SM9S�D��E��⍲�);	���,��CQ��ȚZ��UVT:M�(��ɲ`j� B��.Q����J{�*�,}�~J������"���.��d��X[�A�(#��p	���d��j��m���n3�&��/6]#��F��6�V<��t��j�wk%$�R��5����P�q�,0�"�b�`!@�C�I�H�PȊ�� .z}�%[?$uQ6`�A�F�`\�t$��ap�`$��i��1�7�#Lv��X�!|��dP�Z`�vh��_��>�G��[a/l�Q�b�[`'<�.{��|R�m\��upT����r�r䅥�w�VZ+�0��w�I���he�B�0Jk|.�;1L���4}���d��u
s���h�A���>�:�	�����%p�L`�k�ww�C/�w�����˗�V�\}����9���֓&�!vd���w�g�"��pF���5���/�C����"2�ʹIJ������d��E
��(9�{�͔{
+))/�ׂ�$�ر]_U~S�W���g8#���X�k-%c�@7�
+u�V8��i\ԍ�i<�l%_����K7�1��i2�x\BF�1l'6FNG�����8@�%��߻�hd��I����P)��[5�X�Ίj�f50O���.&��
c���3���k���B�n�N�6�k�52���gL��f��M�&Ԇ���R���c"��s Y�AA��0� &u�Ѕ�e��F'I@i߅
P,�	�h"&��q�Wb�a�i6���ިʆ���x��H'<og.���lO����gr��D���Qaɧ�����}`D�Q�Kѡ���ܣ�����������蠃�9��Y��R��>Z�\t��S�4��q�z����"�����:����mU����l&'�ӧfqz�P�������N���

�~x,�}�fβ��ъ�G�1�&Q�3P>ֈ�����ۥg��~�z����������\��`_U`l���9�����z�F�Em�c���:~m-�_��<5�l�ެ��+�/�^�:+�Gk��rԲ1���yR���+R�͒g��;�[�݌Z���i�%� �H�
+m���.VFD���9.rFG�ޟ6���]�U�Ei�Ц'�zQ�NW{��{|��岵�|\ܪM�䚼[���o�5�]"��\v���g�@-~@�����	I�%��?����7�^R$\BI1k�9�ЦG��.����՝�Xz���"�/g���x�#>p��\��ȳ([���[�kd�B �Qm�NG���������H��N{�Ӗ�ڪ噎�[��:e_�:>W��7m�ٰm���~8'���fv+�k����5��nq�"���-�55bԥ��]�L�Bż�$�5eD7	�pAZx8���������{7*�.+�F�F�$�)Ӕ���8/�S��5�hUˣ
��P�z�^�q���9�����U�y��O����D>>~�:���P׵т�KrX��г���.��]B���ͻ��ޤZl��P�
+�>?Y"�4�+|}D��jE�R�Ij��]'$%�d��A�T
+�����gMZ6�>,<�t8P�ؒ���}t��9c�O�G��7�"��aΨ���
+�f�
+�d�+=���'�;n��nU��Vvǯ��!˞-��/�J�y�>1�'A-n���~�����|V���L[�fw�7������'�
�Ӽ6a����)0�ؽJY�)�AZ��=WN���s�ݳ���k
g;{� w}J�KMi�˒Ɓ��-�D��_>~�{��L�46�OL��\�I	�
��#-6�yw<����(�ID���+J�;����‹���H#;,��G=�!�
<*��>����=����>����}�y>����ӌ/o|����=�A�;��s��Eo��(o��l�Z�m�6]9|�(c�܎����K��w1v>��"]�Zޢ�L����_߅��"#Y���˽
t�BӅ����a��$�rI��e��.�6��H��Y?�wV�t�����~7g�̽�l[���!��
X�!Y���!����J)��W��.7\<�#�\�(0ο5��:���.y�s`�}��n��ہ��F�����K���s��ϑ��*���oam)h�+��<��N�oI�s��s˅��"\�ݾT���1�Մ
Xn����
+Xso��hR	��_����d�Eϱ}������y`���P�5���?��/��7��?F������_�k?Y��G��)j��]�w��U���a���=���4�l�����>��V-�ߑ�#Y���6?����njrF�����={D��SJ⥋2�ͪ�Od-Y��n�􍓛�]�����*�������Z����B
+N����'��,E�����輂���^�'T^�?A.X�"��?٨UZì��:�SQ��O5k&A�A1����nƏ�Ӿ;Lg�m��~����	<<����T��Q ��@��
endstream
endobj
37 0 obj
<</BaseEncoding/WinAnsiEncoding/Differences[30/fi/f_f]/Type/Encoding>>
endobj
38 0 obj
<</Ascent 994/CapHeight 700/CharSet(/fi/f_f/space/numbersign/parenleft/parenright/comma/period/A/C/F/G/I/M/P/R/S/U/V/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/w/x/y)/Descent -244/Flags 32/FontBBox[-215 -244 1159 994]/FontFamily(Gotham Book)/FontFile3 54 0 R/FontName/WNOOWD+Gotham-Book/FontStretch/Normal/FontWeight 325/ItalicAngle 0/StemV 76/Type/FontDescriptor/XHeight 517>>
endobj
54 0 obj
<</Filter/FlateDecode/Length 2785/Subtype/Type1C>>stream
+H��UiTW���*h�Yj��n�DYqAZ�ZM@T@\P4�MeZf́�8Ƅ����uc��'��$(�A!�U��
+�6�%��۞3�Ir��S��}�~���w�{4eoG�4ͧ�LLL��,�/�ޚ;':?�-�'M�%�^��,�<0��Ébf:�ֆ�S`��t�ߺ���|ʝ�Ѵ}����̘���œ��"��1~�s��Cl����32wfz�����.**X����J
+�
+�d�n��
�%%�dx�y���IQ4�MQ>�KS�HQ!�eOQ�45��\(*���i*ځ�g�$�ʥ�)����-[����}���~�����t!}��7m��bwܮ�n�e��jُ�J�?ُ1Z�3�F�߰/�79����
:h>whsv��xαC>U�F����S�bZ�ě�ty��S+�4{���^��s��,.�*L�.,�8Xjuf`��,����Rə�O`r����d1$t�4\�w�����
+�~�{H`$7v���,vYR�(]����@�P�Esi�t��6Ȥ���}5=���:�����#��>��<p�wzֶ-�[���i�[R��
+��ٸ�7�?�p�a(lz§�uӣ&٨�	%�.��w[�	a��t��l����e�bR\>R�ت�/�2r0�{wc��j=�"l�Ao@���i�b��۸�(Wa&z��m�`�A���
+'�-����I6�a��ZL�&�5J��2J-,�ʙ�d���wd]�G��xDrg"X�DHy4لHtߤ�rв���g<��"gMV7� ��^�/!�$g�&�r����q���r�2d30�i�<D1ql.F1������lf38E4��1d>����<X|�XC�n�A(p?zY̴�W#�%\�c0�����>2���$��>���Q����K&\�=&���WB�l�Aݘ�}�}�aJ� c���(I�e�����RE��I��e���]�K~�4z�b7��;�ʤ��\=
i,��i����`��}pP�n�kr.�_����Sa=kB��W`'��-u�9di����z�S��I��`�O����g�C?�4`�E/d]i#x-��C]�Ek[��MLCl���*���l����¼l|w^�|K��KX?�?�B[��a5���P&�T��˺-�zz�$E�d�K��1�8[����V
�sF��S=�(͚m��D���Ŗ=]a	����B��`��x�:��1&�U��5����np���z��W&ݩ�qY���v���6��x5#��Ѫ�I�۵F}*�����D��ܰ1P]��eS��*|#d5�D_�eN~.o���[Z�+�-ueeW����������=�XJowd��L|�"��@1��Fע���\��U�-��y�g�����lN}�z�]��M:���#"Q!K�F���.m�|
t�I]������z�u&��u�	Kj�c��e���츞��XW��m\y�O�$�βm�L`х��+��&��H��.�5}�\����0Z���5nK�I�0Wt��H�U�?p���ὠ�Ut�{>�N6�N����һ����t}/<"��Ti� �7~Ťo]��
+Z��ej)���h���)A
+
+��3��i�A����-�r�)�������9�V`��b)�m�]��u�ƞ#�Q
+�gyc.��z�_�s���Ίw����g��2�۵K�W���~�*���坜���`�^��6d�y30\h?u�����>%�/-�r�����j��s jl^��S �>k��S%��pJT<�Q+N}�J�Nd6���~��N	�]/�O�����a��6#(�OT$�;�GF�3�y��5��>����z8p�~�nsS6'�p[�)�!$��>t\`��ȅ���,����tL�*<'��IP�r��0�EP
�P�hX��f�O~���eO=l�N������!��y#�3��6�j�Y�a`�n���
�2���{�&�Nr���7�}���iM�ؘ�R5_�)m]�������h��7�_�|����K�Kn���'.8�Ͳ��,dI�a���,ې��8�s��,zY��B0���@���D2_�B�	��
+��2�}�訤5�-2S��A
R��6I��I�A/��9��93�/���<�{��w�r�ydv�*�-׻%*�/���	3� ��*���'���SM��I�;�+�ׯs4F�+^��:��?�`���V��}�K�_��Y����G�à]��|8�N�1_�A�5;)M�'�k��p�V��}���ַ'��i�3�3��vw�U����ș����:,9+��1rᒷBvU��su��.3�-=G�G������j}j�$;\�X-R�㞭M3��VRy�T�S�dLC`pQh�6��[���cy>՚�|��Yv}V7G�4?�����"�Cl{i?�C��t�6g�C�tZI�N��6Y]�������NbK�Z'�0T;2`�����i
+IfW���W,�l6�,��\(̆�H��#�,: �	0
���HC�e`���X@C��cU�r��
��M�aȦw��6�9̞a�C�<�g�!�B�c�N3!U,�sb:�]#s�"�lcp�oE)E����+�4��貳�ҫ���ݧ�����kZ��p"�%h��{V�4�8u��|�����b�M@���^�8����Q�Xs_���Wp
(���l�+ڸ���+�]--a�+����H�b[�to|�i��q���}� �`�a��
endstream
endobj
35 0 obj
<</BaseEncoding/WinAnsiEncoding/Differences[31/fi]/Type/Encoding>>
endobj
36 0 obj
<</Ascent 1017/CapHeight 700/CharSet(/fi/space/comma/period/C/M/P/R/a/c/d/e/g/h/i/k/l/m/n/o/p/r/s/t/u/v/y)/Descent -297/Flags 32/FontBBox[-229 -297 1195 1017]/FontFamily(Gotham Bold)/FontFile3 55 0 R/FontName/WNOOWD+Gotham-Bold/FontStretch/Normal/FontWeight 700/ItalicAngle 0/StemV 152/Type/FontDescriptor/XHeight 536>>
endobj
55 0 obj
<</Filter/FlateDecode/Length 1961/Subtype/Type1C>>stream
+H���{T��gXf�a�00���.+�)z|AXB)�����]��J�R��hb��R�F�1�$"���GD_U)!œ�)ID���䴿�������{~������~�{i�ݍ�iZ�NMK�N�g��K�m_a�T�n�U$Z	pWB�E�@W����L(��#�"}a����4�㾖r����V[EYiq�]?'~�>*""Ҡ��ꓬE�MEe�Y�x�Q_b�����w8F{��Z\��VRa�`�<?13��V�7��,ES�P���"�%�CQ�MQ+(*��Jr�R*ӝʣ�����i:Bj���Fj��A��N���mn&�]n4��wo�(�"�m���K�f�����NÅqV�s=�v=���q)��4��]���rb7۟+�s����H��p�l›�m���}
��oƚ&¤�s���*�����<,�(U"H����}��f�m\$�w�c���r�}o�ݺ�9�K�����N�p#��B������1��<�k(��Ga���p�h Y䱐���^r��� ���1��l�hg0��/7��B�
�g#���H6=Y��(Ĩ,3g=�E2��`Ŀ��܋:gI$ik
+��<^�1��#0�W Fӂ1"x�^?ӃA�4]�~���$�ƃ��+�&�!w�A �?@|2a���@�K�=�~��~`�k���
+[��GIx[��87x��5B��v�2���~j�^��j��lȇ�B;ت�;��:uBeټ�
T�n8)�(Jk��"2�ڒ�;�������Hw[JRt;��֭�P�Z��$����_2��g��y�l%t��?9���:"۸����/�� h� ��i�N���K�ݝ��L��dk����/��p׍�]��������ܔc�$�EO�b����0
�`���U��^� jπ�� �Ak�8��t�Z�-ó7р��Ź�8��sѬҶ��悿�����{�$~p����7=J��E�������
��kO)�q���`��p����4���lϑ���oV�1œ}w߻����cС#�V�I<�	Ƃ2��`P�Y��vUƮ�,0���>��{����=@��rF�2�wC�.�����o���J48a�U�m}^s����E�I��h`"�����M����˝��u�,9Y���Ǘ�A�'.�t�!�޾�q�Nw�
+B�be�r���P�@��H�40h�ɢ�p:{z�Y�e�$ߏ9�M��ܒ5�ה�p����C<�� уį_��&"r���7E0(Mh`��I#5���ٮnE	,ßa-3��b"f3�KS�'C�xI��NR`��Z������}
+����}t
+�����q ���Y��9k��e}��W�%��0rWM������?�B�t���C�*�Q2����Q�F�_��E��h$׏F��qr-�W�V���Ɨ�݉�����$Q;��ID��݋�^�d��H��%�[���.ˈx��YMeF�q�_�cɵ���!�MĄ�I�#�{{��/M
+^x��A$��� ��v�	�d�y�p�\~"�l����M�='Pj�3��n�'ߡ�����~x�$���>�3����̨���;[�o�t^�yʴd,?l���NE��w潒��roE�/����ܱ�g����2���Lf�h٠�c�NF�\�&�k��٠v����討��\�ֲ�TZy�Y��QKf�П`�5��l�w�2F�^
2y�����^�zc�u�8����L&����N2)�-���R��d�1��7�'�5���>�tk`��"�,+N�X�ADo@�|
.�rK5�����TD^��#�L43�_�صEr���;t9���[Zw\��:�
+t��+gՀ�y�0�#�/��t�h�&�ń����ȡ+� �
��C��4�jW�Z�κ��|i��V��j�\�\��	���*���jϷ{�z���W�~�zc�������������;�_��K;
endstream
endobj
21 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask/None/Type/ExtGState/ca 1.0/op false>>
endobj
22 0 obj
<</AIS false/BM/Normal/CA 1.0/OP false/OPM 1/SA true/SMask 56 0 R/Type/ExtGState/ca 1.0/op false>>
endobj
56 0 obj
<</G 57 0 R/S/Luminosity/Type/Mask>>
endobj
57 0 obj
<</BBox[-32768.0 32767.0 32767.0 -32768.0]/Group 58 0 R/Length 82/Matrix[1.0 0.0 0.0 1.0 0.0 0.0]/Resources<</ExtGState<</GS0 21 0 R>>/Shading<</Sh0 59 0 R>>>>/Subtype/Form>>stream
+q
+0 g
+/GS0 gs
+0 18.0972538 18.0972538 -0 272.7987671 575.90271 cm
+BX /Sh0 sh EX Q
+
endstream
endobj
58 0 obj
<</CS/DeviceGray/I false/K false/S/Transparency/Type/Group>>
endobj
59 0 obj
<</AntiAlias false/ColorSpace/DeviceGray/Coords[0.0 0.0 1.0 0.0]/Domain[0.0 1.0]/Extend[true true]/Function 60 0 R/ShadingType 2>>
endobj
60 0 obj
<</Bounds[0.3 0.7]/Domain[0.0 1.0]/Encode[0.0 1.0 0.0 1.0 0.0 1.0]/FunctionType 3/Functions[61 0 R 62 0 R 63 0 R]>>
endobj
61 0 obj
<</C0[1.0]/C1[1.0]/Domain[0.0 1.0]/FunctionType 2/N 1.0>>
endobj
62 0 obj
<</C0[1.0]/C1[0.99]/Domain[0.0 1.0]/FunctionType 2/N 1.0>>
endobj
63 0 obj
<</C0[0.99]/C1[1.0]/Domain[0.0 1.0]/FunctionType 2/N 1.0>>
endobj
20 0 obj
<</LastModified(D:20150514102039-05'00')/Private 64 0 R>>
endobj
64 0 obj
<</AIMetaData 65 0 R/AIPDFPrivateData1 66 0 R/AIPDFPrivateData10 67 0 R/AIPDFPrivateData11 68 0 R/AIPDFPrivateData12 69 0 R/AIPDFPrivateData13 70 0 R/AIPDFPrivateData14 71 0 R/AIPDFPrivateData15 72 0 R/AIPDFPrivateData16 73 0 R/AIPDFPrivateData17 74 0 R/AIPDFPrivateData18 75 0 R/AIPDFPrivateData19 76 0 R/AIPDFPrivateData2 77 0 R/AIPDFPrivateData20 78 0 R/AIPDFPrivateData21 79 0 R/AIPDFPrivateData22 80 0 R/AIPDFPrivateData23 81 0 R/AIPDFPrivateData24 82 0 R/AIPDFPrivateData25 83 0 R/AIPDFPrivateData26 84 0 R/AIPDFPrivateData27 85 0 R/AIPDFPrivateData28 86 0 R/AIPDFPrivateData29 87 0 R/AIPDFPrivateData3 88 0 R/AIPDFPrivateData30 89 0 R/AIPDFPrivateData4 90 0 R/AIPDFPrivateData5 91 0 R/AIPDFPrivateData6 92 0 R/AIPDFPrivateData7 93 0 R/AIPDFPrivateData8 94 0 R/AIPDFPrivateData9 95 0 R/ContainerVersion 11/CreatorVersion 18/NumBlock 30/RoundtripVersion 18>>
endobj
65 0 obj
<</Length 1136>>stream
+%!PS-Adobe-3.0 
%%Creator: Adobe Illustrator(R) 17.0
%%AI8_CreatorVersion: 18.1.1
%%For: (Amenity Applewhite) ()
%%Title: (conda-cheat-sheet-anaconda-dot-org.ai)
%%CreationDate: 5/14/15 10:20 AM
%%Canvassize: 16383
%%BoundingBox: 648 -612 1440 0
%%HiResBoundingBox: 648 -612 1440 0
%%DocumentProcessColors: Cyan Magenta Yellow Black
%AI5_FileFormat 13.0
%AI12_BuildNumber: 446
%AI3_ColorUsage: Color
%AI7_ImageSettings: 0
%%CMYKProcessColor: 1 1 1 1 ([Registration])
%AI3_Cropmarks: 648 -612 1440 0
%AI3_TemplateBox: 396.5 -306.5 396.5 -306.5
%AI3_TileBox: 636.130790190737 -616.757493188012 1428.13079019074 4.75749318801081
%AI3_DocumentPreview: None
%AI5_ArtSize: 14400 14400
%AI5_RulerUnits: 0
%AI9_ColorModel: 2
%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
%AI5_TargetResolution: 800
%AI5_NumLayers: 2
%AI9_OpenToView: 1032.17643229167 -13.2209472656241 3 2306 1290 18 1 0 1510 -184 1 1 0 1 1 0 1 1 0 1
%AI5_OpenViewLayers: 77
%%PageOrigin:90 -702
%AI7_GridSettings: 72 8 72 8 1 0 0.800000011920929 0.800000011920929 0.800000011920929 0.899999976158142 0.899999976158142 0.899999976158142
%AI9_Flatten: 1
%AI12_CMSettings: 00.MS
%%EndComments

endstream
endobj
66 0 obj
<</Length 17958>>stream
+%%BoundingBox: 648 -612 1440 0
%%HiResBoundingBox: 648 -612 1440 0
%AI7_Thumbnail: 128 100 8
%%BeginData: 17826 Hex Bytes
%0000330000660000990000CC0033000033330033660033990033CC0033FF
%0066000066330066660066990066CC0066FF009900009933009966009999
%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
%6666006666336666666666996666CC6666FF669900669933669966669999
%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
%9933009933339933669933999933CC9933FF996600996633996666996699
%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
%000011111111220000002200000022222222440000004400000044444444
%550000005500000055555555770000007700000077777777880000008800
%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
%524C45FDFCFFFD07FFA87DA8FD11FFA9FD13FFA8FFCFFFFFFFA8FFFFFFCA
%FD07FFA8FFFFFFA8A984A8A8A9A8A8A8A9A8A8A8A9A8A8A8A9A8A8A8A9FD
%06A87EA9A8A87EFD04A8A9A8A9A8A9A8A9A8A9A8A9A8A9A8A9A8A9A8A9A8
%A9A8A9FD05FFA8537DA87D7E537E52537DA97EA853A87D7E7DA95953537E
%7D847D53A87E287D7E7E7D7D2EFFA8A7522E5758A8FFA8A87DA87DA87DA8
%7DA87DA87D7D7DFFFF53067D2E28282E2853282E2828282E2852282E2828
%055228282E2E2853282E0653522E282E062E282806280628062806280628
%062806280628062806A8FD05FF53A8535328530653282E7D532E2E282F28
%847D535353062F28532EFF282F2E2F282F0653FFAE5858582E062E53FFFD
%05A8FFA8A8A7FD04A8CFFFFF522EA8A87EFD06A87E7DA87E7E84A9FFA9A8
%7E527E7EA97DA8A87DA8A97D7DA87E7EA87E53062E2828062E2828062E28
%28062E2828062E2828A8FD05FFA853A87D84A87D597D53FF7D7D7D7E537E
%A9FF7DA87E7D597D7D7EA87E7DA8537E7D7D7DFFFFFF52535883A8FFA7A8
%83AE83A8A7AEA8AEA8AE83A883FFFF7D2E53537D537DA87D53A87D7D5259
%535353A87D53597D53535259535352A8A85352A85359537D535352535353
%525353535253535352535253525352A9FD09FFA8FD05FFA8FD09FFA8FFFF
%FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FD17FF7EA97EA8A87E7EA8FD
%08FFA9FD0BFF7D7E7DA87DA8FD067D7EA8FD057DA852A87D7E7DA8FD09FF
%A87D527D527D277D525227525253527D52537D7D5252527D277DFD05527D
%5252527D2752527D52275253A8A8537D287DFD0EFFA87D537D53A8537D53
%FD13FFA87D5284FD047D527D527D7DA87DA87D7D537EFD057DA8A8FD0EFF
%A8A8847EA8A87EA87DA8FFFF7DA87DFD15FFA8FFFFFFA9FFA8A8A8FD2AFF
%A8FD047D59A859FD047DFD1AFFA8FFFF7D527D527E537D525353A87E7D53
%537DFFFFFFA8FFA8FFA8FFA8FFA8FD3DFFA8FFFFFFA9FFFFFFA8FD1AFF52
%537D7D527D597D527D7D52277E527D7D27285252A87D7D527D5252597D27
%7DFD22FFA8FFFFFFA8FFAFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FF
%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8FFA8FFA8FFA8FD0AFF
%A8FFA8FFFFFFA8FFAFFFA8FFFFFFA8FFA8FFA8FF84A8FFFFA8FFA8FFA8FF
%A8FD1FFF7EFD0453A82E5352537D532859FD0653527DA8FFA8FFA8FF7D52
%52597D537D7D52522752527D5252527D597DFD0452277D52A9A8FFA8FD0A
%FF7D7D7D53A87E537D537DA9A8537D2EA97D7DA87E7D7D53A9597D5359A8
%A953FD1DFFFD06A87EA8A8FFFD04A884A9A8A87EA87EFFA8FFFFFFA8A87D
%7D7DA87D7D7DA8A8FFA8FFA8FFA8FFFFFFA8FFA8FFA8FFA8FFA8FD0EFFA8
%FFA8FFFFFFA8FFA9FFFFFFA9A8A9FFFFFFA8FFA8FFFFFFA8A8A8FD1FFFA8
%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF7D7D53
%7D7DA87D7DA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FD06
%FF537E7D7D537D537D537D537D537D537D537D537D537D537D537D537D53
%7D597D537E7D7D537D597D537D597D537D597D537D597D537D597D537D53
%A8FD43FFA82852A9FD05537E5253287D5253537E28FD09535253527E5328
%052805280528052805280528052805280528052805280528052853FFFFFF
%A8FD047EA87EA87D7D7DFFA8A87DA9A87E7DA87DA87E7E7D7E7DA87DA8A8
%FF7D7D7DA87D7D59A8FD047DA8FD13FFA90653537D537E7EA953A8A85359
%7D537D7D53537E537D537D537E5359537D7D7E282E0628062E0628062E06
%28062E0628062E0628062E0628062E287DFD04FF537E537EA87D595353A8
%A87EA87D7D7E537EA87E537E7D7D537E7D7D53A9FFA87DA8A8A87DA8A8A8
%7DA859FD14FFA87E537D597D537E7D7D7D847D7D537D537D537D537D537D
%537D537D537D537D537D597D537D537D7D7D537D7D7D537D7D7D537E7D7D
%7D7E7D7E7D7EA8FD1FFFA8847DA8A8FFA9FFA8FFA8FFA8FFA8FFFFFFA8FF
%A8A8A8FFA8FD0DFF7E537E53A87D7E53A9FD13FF7D52FD047D52FD067D52
%7D5252527D52FD047DFD26FFA87D7D7DA87D7D527D597D527D537D7DA852
%A87D527D7D7DA8A8FFA8FD0AFFFD05A8A9A8A8A8FD17FFA8FFA8FFAFFFA8
%FFA8FFA8FFA8FFA8FFAFFFA8FD27FFFD08A87DA8537D537D7DA87D7E7D7E
%7DA87DA87DA87DA8A8FD26FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
%A8FFA8FFA8FFA8FFA8FFA8FD21FFA8A8A8FFFD04A884FD1CFFFD04537D7D
%5253527D7DFD0453FFA8FFA8FFA8FFA8FFA8FFA8FF525352537D7D7D527D
%FD04527D527DFD05527D277DFD0552A8A8FD1FFF7D7D7D7EA8A87DFD04A8
%AFA8FFA8FFFD05A8FFA8A87EA87DA8FD09FFFD04A87EA9A8A884A8A8AF7E
%FD04A8FFAFFFA8FFAFFFA8FFAFFFA87D7D7D527D7D7D527D7DA8A8FFA8FF
%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FD20FFA8527D53597D7D7DA85252FD
%057DA85252597D7DA8527D535353A8A8FD08FFA8FFA8FFA8FFA8FFA8FFA8
%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFFD057DA87D7D7DA8A8FFA8FFA8
%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FD1FFF7E7D527D53A87DA87DA87D
%A8A8847DA87DA87DA87DA8A8A87DA87DA87DA8FD88FFA8A87E7DA8FF7D7E
%7DA8A8A87D7E7EA87D7EFD0AFFFD097D847D7D7DA87DA87D7D527D7D7E52
%A87D7D7DA87DFD05FFA87E7D7E7DA8FD047DA87E7DA87D7D7D7E7D7E7EA8
%A8FFA8FFA8FF7E7D597D7DA87D7D537D7DA87D7D53A87D7D52FD047DA87D
%7D7DFFA8FFA8FD07FF7E537E53A87D53537D53A8537D537E7D7D53FD09FF
%AF7D527D7DA859A87D7D7DA87DA8FD0A7DA87D7D7E7DA8FD05FFA8537D53
%7DA853525953A85353537D537E537E537D53FFA8FFA8FFA8A87D7D537D7D
%7E527D597D7DA87D7D7DA87D7D7DA87D847DA87DA8A8FFA8FD24FF7DFD04
%527D52527D7E52A8527D7D527D7D53597D7D527D527D527DFD06FFA8FFFF
%FFCFFD05FFCFFD0DFFA8FFFFFFCFFFFFFFCFFFFFFFAEFFFFFFA8FFA8FFA8
%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FD24FFA8FD0FFFA8FFA8FD0FFF7EA87D
%A9A8A87EA8A8FFA8A87EA87E7EA8A87DA9A8A87DFFA8A9A8A87E84A8A87E
%7E7DFD04A8FF7E7DA87D7DA884A8FD057D7EA8FD48FFA85953537D845253
%537EA8A8597D537D527E7D59537D5353A87E7E7D527D527D53595253527D
%527DAFA8527D52A8FD047D527D52A87DA8FD64FFA852527D7E52527D7D7D
%8452527D7D53FD057D52A87EFD0EFFA8A9A8FFA8FFA8A9A8FFA8FFA8FFA8
%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
%FFA8FFA8FFA8FFA8FFA8FFA8FFAFFD1FFFA87D52FD067DFFA8FFA8FFA8FF
%A8FFA8FFA8FFA8FD0DFFA928597D53285328535253282E28532E53285328
%5328532E53282F282E282F282E282F282E282F282E282F282E282F282E28
%2F282E282F282E282F287EFD1FFFA8527D7DA87DA87D7EFD1BFFA82853FF
%7E59FD04A87EA9537D7DA8537E7DA8FD047EA8A806280628052806280528
%06280528062805280628052806280528062805280628052853FD1FFF847D
%527D7D7DA8A87D7D7DA87DA87DA87DA87DA87DA87DA87D7D7DA8A8FD08FF
%2E532EFD04538452597D532E532E532E53525352532E53535328532E532E
%532E5328532E532E532E5328532E532E532E5328532E5328532E53287EFD
%20FFA8A8A8FFA8A8A8FFA8A8A8AFA8FFA87DA8A87DFD04A8FFA8A87DFD0A
%FF7E7E7D7DA87E7D7EA8A87DA87DA8A8FF7E7E7D7DA8A87D7EA8A8A8FF59
%7D7DA87DA87DA8FD0B7DA87D7D7DFFFFFFA8FFFFFFA9FD1FFFFD047D537D
%7D7D52FD067DA852847D7D52527DA8A8A87D7DA8FD09FF7E537E53A97D7E
%7DA9A87E7D7E7DA8A87E537E53A97D7E7DA97DA8FF7D7DA87D7D7DA87D7D
%7DA87D7E7D7E537D7DA87DA87DA8FD28FFA8A87DA87DA87DA8A8A87DFFA8
%A87EA9A8FF7DA87DA8FD2BFF597D527D7D527D7D52527D7E527D7DA9FD2E
%FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8
%FD47FFA97DA87DA8A8A87D7E537EFD04A87E7E7DA87E7E7D7D7DA87D7EA8
%A852A87DA87D84537D7DA87D847DA87D7D52A87D7D537D7DFFA8FFAFFFA8
%FD08FFA8FFA8FFA8FFA8FFA8FFFFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
%FFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8A8A8AFA8A8A8FFA8FFA8FFA8A9A8
%FFAEFFFFFF7EFD0453A85259525353A853A852FD04537E527D5253535952
%A8A8FD0F7D597D7D7E7D7D597DA8FFA8FFA8FFA8FD07FF7E535953A85353
%5259A8A8537D53A8537D53535253537E5353537D53597EFF527D527D527D
%527D527D277D7D7D277D53FD047D527D52527DA8FD46FF84A884A8A8A87D
%7E7DFFA8A87EA8A8A87EA8A8A87EA8A8A87D7E7DA87DA8A8FFA8FFA8FFA8
%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8A8A8FD05FFA87E7E7EA8A87D
%A87DA8FFFF7D7E7D7E7DA87E7EA8A87D7EA8A8A87E7D7E7E7D7EA87DA87E
%7E7DA8A87E7EA9FFA8527E7D7D7DA8FD057DFD08FFAFFD05FFA8A8A8FFA8
%FD05FFA8FFAEFFFFFFA8FD05FFA87D7DA87DA87DA884A87DA8A8A87D7D7D
%A87DA87D7D7DA87D7E7DA8A8FFA8FD05FF537D53A87D53537D7EFF7E7E7D
%7E59597D84537D7D7D53A87DA85359537D527D7D59537D5353537E535359
%FF7D7D7DA87D7D7DA8527D527DA8FD06FFA8FF535352537D53525352A859
%A8535328532E522E7D5353285352537DFFFD04A87DA87DA87DA87D7D7DA8
%7DA87DA87DA87EA87DFD04A8FFA8FFA8FD1FFF7D7D527D527D527D2E7D52
%527D52597D527D7D7D2752527D52522E5252A8FD08FFA87EA8A8A9A8A87E
%A8A8A9FD06A87EA8A8A87E7E7EA884FFA87D7DA8A8A884A8A8A87DA87DA8
%7D7D7DA87DA8A8A87DA9AFFFA8FFAFFFA8FD46FFA8FFA8FFA8FFA8FFCFFF
%A8FFA8FFA8FFA8FFA8FFA8FFAEFFA8FFA8FF527D7DA87DFD05A87D527DA8
%A8A87DA87DFD05A87D7D7D7EA8FFA8FFFFFFA8FFCFFFA8FFA8FFA8FFA8FF
%A8FFCFFFA8FFA8FFA8A9A8FFA8FFA8FFA8FFA8A8A8FFA8FFA8FFA8FFA8FF
%A8AFA8FFA8FFA8FFA8A8A8FFA8FFA8FFA8FD06FFA8FFAFFFA8FFAFFFA8FF
%AFFFA8FFAFFFA8FFAFFFA8FFAFFFA8FFAFFFA8A87DA87D7E7D8452A8FD07
%7DA87D7D7DA8527D7DA87D7D7DFFA8FD05FF537D7D537DA8537D537D537E
%7D7D7D7E537EA87D527D7DA8277DAFA8528452527D7D527D7D7D527D527D
%7D7D52FD057D527D53A9A8FFA8FD08FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
%A8FFA8FFA8FFA8FFA8FFA8FFA8AF7DA87D7D53A87D7D537DA8A8537D7D7E
%7DA8A87DA8FFFD05A8FFA8FFA8FFFFFFA87D537D537D537E537E7D7D53A8
%7D7D5252527D7DFFA8AFA8A8A8FF7D52FD057D59FD047D537D527D7D7D52
%FD057D527D527D7EFFA8FD06FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8
%FFFFFFA8FFFFFFA8FFFFFFA8A87D7D597D847D537D59AF7D7E537D7DA8A8
%A87DFFAFFFA8FFAFFFA8FFA8FD04FFA9537E597E7D7DA87E7D7E7D7D7EA8
%FD057DA8A8FFFFFFA8FFFFA852847DA87D7D597D7D84FD057DA87D7E7DA8
%7DA884FD047DA8A8FD1CFFA8FFFFFFA8FFFFFFA8FD0FFFA8FFFFFFA8FFFF
%FFA8FFFFFFA8FD05FFA8532EA87D532E532EA87D537DFFA8FFA8FFA8FFA8
%FFA8FFA8FFA8FF7D7D527D527D52A8527D527D7D7DFD04527DFFA8FFA8FF
%A8FFA8FFA8FFA8FD07FFA87EA87DA9A8A87DA87DA8FFA87E8453847DA8A8
%7D7DA8A87D7DFFFFA87DA87D847DA87D7D7DA87D7D7DA87DA87D7DA87D7D
%FD0DFFA8A8A8FFA8A8A8FFFFFF7EFD0FFFA8FFFFFFA8FFA8FFA8FFA8FFA8
%FFAFFFA8FFA8FFA8FFFFFFA8FFFFFFA8FD0AFF7D5953537D7E537D53532E
%A8537D52535253527D527D7DA8527DA8FF52FD047DA87DA852A87DA87DA8
%7D7D7DA87DA852A8A8FD0BFFA8A8A87E7EA9A87E7D7D7DFF7D7E7DA8FD04
%7E7DA87D7EA8FFFFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFFFFFA8
%FFA8FD0FFF7E537D597D7DA97D7E5353537D59A8527D277D52A8FD07FF7D
%7D7E7EFD04A8FFA8A884A97DFD05A87D7DA8A87DA87DA8A8A8FD06FF537D
%537EA87E537D537EA87D53597EA8537D597E537D7DFD04FFA8527D7D7D53
%7D7D7D527D7D7D52FD057D527D52527DFD0EFFA8A8A8FFA8A8A8A9FD07A8
%FFFFFFA8FD0BFFA8FFA8FFA8FFA8FFA8FFA8A8A8FFA8A9A8FFA8FFA8FFA8
%A8A8FFA8FD21FFA8FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FFA9FFA8FFA8
%FD0EFFA8A87EA87DFF7D7E7DA8A8A9FD04A87DA8A8A87D7E7E7E7D7EA87E
%7DA87D7EA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8AFA8A8A8FFA8FFA8FF
%A8FD46FF535353597D59525352A87DA8537D5953527E52535259537D7D7E
%2E53525353A85252527D52525253527D522752535252527D5252277D2752
%27A8A8FFA8FD7AFFA8FD05FFA87E597E7D7E7D7E7D7E7D7E7D7E7D7E7D7E
%7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E
%7D7E7D7E7D7E7D7E7D7E7D84FD07FF7EA87E7EA8A87D7E7DFFA8FF7D7E7D
%A87DFFFFA87DA8A8A97EA87D7D537E7EFFFD087D53A8FD047D52A853FD04
%7DFD08FF7D0559FD0428062E28280628062828530628062E062806280628
%0653282806282828062E2828052806280528062805280628052806280528
%062806A8FD06FF7E537D53A8537D5359A8A8A884537D7D7DA8A97D7D537E
%A87D537D7D53537EA9A8FD057DA87D7D7DA87DA87D7DA87D7DA87DA8FD08
%FF5328A8A8A87E7DA853A884A853A87EFD04A8A97D7D537D527D7DA87D7D
%A8FD047EA87DFF53280628062806280628062806280628062806282828A8
%FD43FF84527D537D537D537D53A8A87E7D7D537D53A8A87D537D537D537D
%597D537D537D537D537D537D537D537D537D537D537D537D537D537D5353
%525953A9FD45FF7EA97DFFFD05A8FFFFA9A8FFA8A9A9A87EA9A8A8A8A97E
%A884A984A9A8FFFD057DA87DA87D7D59A87DA87DA87DA87D84A87DA8FD48
%FFA87D53537DA8537D537EA8A8537D7DA8537E53537DA8537D537D537D53
%53527DA87D52FD0A7DA8FD057D7E7DA853FD0AFF537E7D7D537D537D537D
%537D7D7D537D537D537D537D597D537D597D537D597D537D597D537D597D
%537D597D537D597D537D597D537D597D537D53A8FD1FFF84527D537D527D
%A8FD1CFFA82852A9FD05537E5253537E527D535352530528052805280528
%052805280528052805280528052805280528052805280528052805280528
%052853FD21FFA8FFAFFFA8FFFFFFA9FD19FFA90653537D527E7DA95384A8
%5328A8537D537D5328062E0628062E0628062E0628062E0628062E062806
%2E0628062E0628062E0628062E0628062E287DFD04FF7DA87DA8A884A87E
%7DFF7D7E7EA87DA87DA87DA87EFFFFFFA8FFFFFFA8FFA8FFA8FFA8FFA8FF
%A8FFA8FFA8FFA8FFA8AFA8FFA8FFA8FFA8FFA8FD06FFA87E7D7E597E537E
%7D7D7DA8597D7D7E7D7D537E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E
%7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7EA8FFFFFFA8595359
%53A8527D53537E7D527D5359597D5959537DA8FFA8FFA8FF7DFD04527D27
%5259FD04527D52525952527D5252527D7D52527D277DA8FD07FFA9A8FF7E
%FFFD04A87EFFFFA8A87EA8FFA8FFFFA9A884A8FD04FFA87DA87D847E7D7D
%7E7DA87D7D7DA87D847DA87DA87EA87DA8A8FD27FFA8FFFFFFA8FFA8FFA8
%FFFFFFA8FFFFFFA8FFFFFFA8FFFFFFA8FD0AFF7D5953537E7D2E59597EA8
%A87D7D537E595353A85353537D7DFFFFFF7D7D7DA87DA8597D7DA8FD0B7D
%A87D7D7DA8FD08FFA8FD047EA87EA87DA8FFA97DA8A8A87DA9A87E7EA87D
%A87D7E7DFD047EA87E7E7D7E53A9A87D7D847D7D7D7EFD0B7DAFFD0EFFA8
%A8FD37FF537D53A87EFD047DFF7E7D597E7E7D7D7E537E7E7D537E7D7D59
%A8597D7D7E537E537DA8FF53A87DA87DA87DA87DA87D7E7D7D7DA87DA8A8
%FD08FF7D5353537E7D5259537DA87D7EFD04537EFD48FFA87D7D847D7D59
%A87D7DA8FD1CFFA8A9A8FFA8A8A8FFFFFFA8FF7EA8A8A9A8FD48FFA87DA8
%7DA87D7DA8847DFD1CFFA8FFFFFFA8FFFFFFA8FFA8FFA8FFFFFFA8FFA8FF
%A8FFFFFFA8FFA8FFA8FFA8A97DFD04A8FFFD07A8FFA8A9A8FFA8A8A8FFA8
%AFA8FFAEFFFFFFA8FFA8FFA8FFA8FFA8FFA8FFFFFFCFFFA8FFA8FFA8FFA8
%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8AFA8FFA8FFA8FFA8FFA8FFA8
%FFA8FFA8FFA8FD07FF7E537D2EA87D59535953FF7DA8537D52597D7E5359
%537D597D53A8A87D527D7D7D5252527D5259527D527D5252527D52527D7D
%527D527D527DA8FD04FFA8537E537D7E7D535352A8A87E537D7DA8535353
%7D7EA8535353FFAF7EFD05527D52527D52527D527EAFFFA8FFAFFFA8FFAF
%FFA8FFAFFFA8FD08FF84FD07A87EFD05A87EA87DA8A87E7EA87EA8A8A9A8
%FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8AFA8
%FD05FFA8A87EA87EA87EA884A8A8AFA8A87DA8A8A87DA87EA8A8A884A8A8
%FFA8A8A8FFA8A8A8FFA8FFA8FFA8A8A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8
%FFA8FD24FFA8FFAFFFA8FD07FFA8FFFFFFA8FFA8FFA8FD4EFF7D53537D7D
%A8537D53535359A87D5353537D7D7D527D7D5252FFFFFF527D537E527D52
%7D5252FD047D5252527D7D5252527D7DA8FD4BFF7E597E537E7DA87E7E53
%7E7DA97D7D537D597DA8FD08FF7D527D7DA8FD057DA87D84597DA8FD11FF
%AFFFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FF
%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FD
%08FF7D7D537D5359A8A85353537DA87D7DA87DA852FD09FFA8A87DA8A8A8
%7D847DA87DA87E7D7DAFFD11FF7E7DA87E7E7D847D7E7DA87D7E7DA87D7E
%7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E7D7E
%7D7E7D7E7D7E7D7E7D7E7D847DA8FD22FFA8A8AFA8FD05FFA8FFA8FFFFFF
%A8FFA8FFA8FFA8FFA8FFA8FFA8FD05FFA8FF7DA8FD38FFA8FD22FF7DA87D
%7D7DA87D7E7D7D7DA87DA87DA8FD057DA87DA87D84A8A8A8FFFFFFA8A8A8
%2E2853287D52522E532853285252FD2BFFA8A8FD43FFA8FD3BFFA8FD42FF
%A9A8A87E7D7E537D597E7D7D7D7E7D7D7D7E53A8FFFF7D5252A8527D7D7D
%537D52FD077D53FD097D527D52FD067DA8A8A9FD05FFA8A87EA9A8A8A8A9
%A8A8A8A9A8A8A8A9A8A8A8A9A8A8A8A9A8A8A8A9FD07A8A9A8A9A8A9A8A9
%A8A9A8A9A8A9A8A9A8A9A8A9A8A9A8A9A8FFFFFFA8FF7E7E7D7E7D7E7EA8
%7DA87DA87D7E7DA8A8FFFFA8FD0B7DA87D7D52A87DA87D847D7D7DA87DA8
%52A87D7D527EFD047DA8A9A8FD04FFA8282E59282E282828532828062E28
%2E28532828282E282828535228282E2853282E2828062806280628062806
%28062806280628062806280628062852FFFFA8A8FFA8FFFFFFA8FFA8FFA8
%FD05FFA8FFA8AFA8FD0DFFA8A8A8FFFFFFA8FD11FFA8A8FD04FFA9287DA8
%A884A87EFFA8A8A8537D7E7E7EA8A87EA8537D7D7EA8A9A8A853FF7EA87E
%A8FD0428062E2828062E2828062E2828062E2828062E28280659FFFFA8AF
%537D7DFD06537E527D535353597D7D537EFD07FFA87D7D52FD077D277D7D
%7DA87E537D537D7E7EA8FD06FFA9A8FD04FFA8FD04537D537E7E597DA953
%5953595259535352535353525353A852FD04537D53535253535352535353
%5253535352FD07535253525359FFFFA8A8FFA8A9A8FFA8AFA8FFFD05A8FF
%A9FFA9FFA8FD07FFA8A8A8FFA8FFA8AFA8FFA8A8A8FFA8A9FD05A8FFA8FD
%07FFA8A8FD06FFA97EA87DFF7EA87E7E7EFFA8A87EFD0EFF7D7DA87D7D7D
%7E7DA87D84A8FD047DA87DA87D7EFD047D7EFD07FFA8FF537D7D537D5353
%535259537D53597DFD0CFFA852FD057D527D7D7D527D7D7D5252277D7DA8
%FD09FFAFA8FD06FF7D7D7D537E7D537D527DA87E527D7EFD0DFF527D7DA8
%52A87DA87DA87DA852A87DA87D7DA8FD047DA87DA8FD06FFA8A8FD1FFFA8
%A8FD0BFFA8FFFFA9A8FD09FFA8A8FD43FFA8FF7D7E7DA87D7E7DA87E847D
%7E7DA8FD0DFFA87D7DA8A87DA87DA87DA884A884A87D7E7DA8FD0CFFA8FD
%06FF7D7E7E7D84A87E7E53A8A8A87D7E847E7DA87E7D7DA8A8FFA8FFA8FF
%52FD077D527D7DA8527D7D7D597D597DA87D52FD057DA8FFA8FFA9A8A87E
%7DA87E7E537EA8A87DA87D7E7EFD0DFFA8A87DA87DA87DA87D7D7DA87D7E
%7D7D7DA8A8FD0BFFA8A9FD06FF7E537E53A87D7D535353A97D5353A87D59
%537D5359A8FFA8FFA8FFA87D7DA87DA87D84A87D7D7D7EFD087DA8FD057D
%A87DFFA8FFFFFFA8FF7E847D7E7E847DA87E7E7DA87E7E7D7E7DA8597E59
%7D7EFD04FFA87D7E7DA87D7D7DA8A87E7DA87DFD05A8597D7EA87D7E7D7D
%A8FFFFA9A8FD04FFA8FD0BFFCFFFFFFFCFFD07FFA8FFFFFFA8FFA8FFA8FF
%A8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFA8FFFFA8
%A87E7D7E7D7E537D7D7E7D7E7DA87D7E7D7E7D7D597D53A8FD04FFA8A87D
%7D527D7DA87D7E7DA87D7D7DA8FD097DA8597DA8FFA8A8FD06FFA87EA87E
%FF7EA97EA8A8FF7E7E84A87DA8A8A87EFF7EA97EA8A8FFFFA853A8A8A87D
%A87DA87DA87D7E7DA87DA87DA87D7D7D7EFD047DA8FD05FFA8FD23FFA8FD
%09FFA8FD0CFFA9A8FD06FF7D53537D7E7D537D52A87D7D537E7D7D537D53
%7D7D53537D53A8FFFF7D7D7D84FD107D5384FD057DA9FD05FFA8A87D5359
%537D52537D7D5253527D2E7E287E535328A9FD06FF7D7D527D527D525352
%53527D52527D7D527D7D527DFD09FFA8A8FD21FFA87D527D527D7DA87D7D
%7D597D7D52FD13FFA8FD1FFFA8A9FD04FFA8FFFFFFA8FD05FFAFFD0BFFA8
%FD22FFA8FFA8FFA8FFFFFFA8FFA8FFA8FD14FFA87EA87EA87EA87EA87EA8
%7EA87EA87EA87EA87EA87EA87EA87EA87EA87EA87EA884A87EA87EA87EA8
%7EA87EA87EA87EA87EA87EA87EA87EA87EA87DA8FD45FFA8FFA9FFA8FFA9
%FFA8FFA9FFA8FFA9FFA8FFA9FFA8FFA9FFA8FFA9FFA8FFA9FFA8FFA9FFA8
%FFA9FFA8FFA9FFA8FFA9FFA8FFA9FFA8FFA9FFA8FDFCFFFD87FFFF
%%EndData

endstream
endobj
67 0 obj
<</Filter[/FlateDecode]/Length 23657>>stream
+H��ݎ��� ��7���lv���\�-E�H.�Dq��ɀ4E���[����0��s��~W��j6�,3�>b��Rn|1-�<��GK�˜%��j[�%��>��V��{$��1�2�m��T�s��5����~����T6��Q�
+LR6=�&����u<��p""r*v����ލ\{��f�uΖC�{�i���[s����,��Y��o=�Ԙ^˘5�D�j���d��4I��Ѣv���A���^"�H\�ɪ+��T��RTs"�;�����&��<|����J�A��܌Pz��h��R-
G��䰎�MZ;ű��w9j����۲���R�m�zj��+2�Јc���^S��3r����?��$*PVjj%s��TO�*9�۾�XvY�'��d��\c�Е]�q��T(�JH	��R���b+J��W\�=��$�XQ�?��*QF
+�O���b��Eʰ��.jdRe�j<��I	��
+��+�:[�y$Кg��R�o���X�պWt�NT|x��!�YB�1ZD����@�I�R�>��)�����w��l̎��1��O���U��/;d��� ����L�@�y$"�?���lDdF3���
|F�{#��G�ZRJ��$��Yo�Dž�J��e_q�<��B�#?���7>c�L��t)�hY�f��AFfc/{�A^������y��L�� ����G���h����>��\R�% *ER�^1�;�:.�C?I���$�A�Ig���4Sq�y��!(�-�j���=�`C���Ӓ��X���}��ۅ��L���i����꩓�ȹQ��@�IfhK�iZ���{�*4S��|
	R�A��$h�0��j���Y]��2�zw�TB�����A�s���`��9I}�o��ܪ������3�S��dj&��K)�,���XRh�4��5sVÔI&�6nn���h<�O�9h3%\�'!Ob8? 1�b~��
M�Y64��s�O`q���sx����� K̃R�X�%�����у�	�}�$lk~C���p~�E�4z�8Q�n��is�k��x�#�@�P��(�t��#MZF���x�"�QC��A�=@��'Hf� ��`eТ�GB3����
+�`H0��=�����zРڪ��8`����Nz��&q���#a�IN9i��.Wv��ao탡&H��8hD1R�)EM���Y^Ei��/'q������s�jO����}�Y���>ɬ]PVܦ�hf�J��&Dj]-�]B�l���j�w��-��CoQ�=�����������s~o
+FԜk�P�b�
+m��
+&`���!G
��i7�P��
+��{O���	�2����k�$G�����&4�!v.}D��W��%r�)I2��+ț$�AX4�	f�F[l��4Nʌ�`��r��g�$Ihw����/]W(�\k�9؍E�P�3��A#焀�v�e����7���
+���KϹ>�v��t'A�>�
+���a��0! �rG@�,89����)�H��	���ZAIo��θ��o�zno�ә��_�$9w�1�֮�Unt0	�$��w����O�=<~������w/~����>��=�������?�����Ƕe��Q
�7Tn���636mߞ�p�򗿾||x�?��'�>��//_�������?��}�T�y{������_<�>^�������G��?o����_���>����e{��w�^���ׇ�m�7��mv���}�z����r�=�f��_��ֿ�WJ��`�3Ǹ��
�vI��p⁖Q5�R�3���kRxZ�in�NIj�m4ʇ��x������hu��1�*kS��o��Ga��2Z/Yc���	�
+���Hk�Ż��޶��.z�	��������r����S}�D1\���K5Z�T*�4�&y{[�����i@�k��tbB)�J��k��!�׫wK�_GZ���#����˃�㻁��U��ʭh��ї���o��C�[ҍ@}�m�[�%U,���\M7���x��KŸ���(.�6�r�r���b|���K�u�2����P�ĴE�wo�a1�
�C;9��H��k�
+���ʨL�4+"~��"�jv�zp��5�O��5�o]Sw�J7���g?ó'"�cw��^��M�`֥��.}C"֫7����'��h�������8`v�kt���L��l�m�йa8�nL���8(<[to������ԋ�I�W"=��늓�h�n���ZU�[�{�p&���s��>Y���j�$CX�`��8²SjX�	��S�W�����̅�!��~���`
+�̠�N�s��i�4`�n\(��\�i��Ŋ[���vo�w��%��2�N�+;'�H.�KB���a�֜����[UGGj3]���}�lXj��FR���<b��-<j��"�X�qŹq+���ìGd6G/���3	�ؔ1��"�p*WWP��]���Ŵs����}>f#�m�8z�S�BR3^0��Xy�t����ˎ�D����{U��z,5Zig�0��@�/l��E��OT�<�UW3�ho,��auVefdD�e��Y7�q�:8=��-=bb�,$2ڕ�����"8��9��8�p���@�����\%j�:O�Ӫ@���&��5���}���)��8-srn��m�w=�0v�2�%|��\�j7��[��<�@o!�@v|h�47�b�qp�8:��cۇɱ(T���*5��cz�vn�������\������_��O��K�|�՜NEz9�����˟Q!�񔊌�x$�ܻ��1�;~���!��j�^��2���
+�u4��F�L������@(�Ǯ|K�x��N�‘�C�Ů��>y��H.�����!����8��'�σ�J��Na�sIT�G���d�*�q��$�,ж�6���@��Tk��'g���Q��=Y��Hl�D��S�|�Ldb�#���ϕ{Ёe�g9�oV�3fA[!h�3gq=�y���H�
+�d
Σ8���٩��n�E��v����M�y���3�`��=������
+S_X)�ny�
+��)���ݽ;��a�pŇ+��/T�#�]7�>.Ü����;"i���ŨEm�(0�Q)E�Lf��2<5���,������Lr�D�(z�a�׮�Lw�Jr89�(D�)`�pj05&
�č�C�{A�K���.�$�'�J����$����8�yL����uq[�1���j��E�k/��Ub��@�j
M��i�.>���*�x���L"�X</�r8��o�]��n��X9�YC���N���ؒ�d�ʂ�{D������:�f���v85q}�۞;}�
�A{�a׍��U<c�d8��:C��2�"�0(t��N[kn�$c���a�q�~į�3�2Wih2$4��? _�9S|�ʨ�Q&�H��Hd���t�|`O�dc/*]�Rm��3��#�=����x�a��]L�\A�N-{}�Ǣ�r���I�-�n�-��Ԑ���<*��9e�?�J=��]���f��
(��@���g�7��.hs�1���^�iT� W!��2��k"��o-'Kh76�2��3!JuZG�{+���$:4��������W��%��1���<��ܝ)~��{�",B�`���!ۅ���?R��vf�N�q�,����@�ڐ�
�e؆���x��Tq̍�x*���X-�.��?�K��ׂ��l5�@�I�/0�xC�����[8�i�J�>ʿ%Z�ەmL��1\_d��l��
�Y�Q�����8Ueq��Q�Z��'�%L�k��-c]�g��Z`r���Ń"�)!���|��XR�!qDZ3�֚��d���Q�2H��ŢOaɢOm�^	Zb��0�|g�Q�-^_q�8�X8�?��sBL&H�]!Ee��pe��C�N*�0��˜��&л4>�k,P:���r#c��9�W}�K���E�,=~�@(��م0*k�B��ڭ��cC%z����C�Rh��GYTr�t����
����Pꪏ��`�`��O �(l�T�o �K!~�����Yf��af4k�l���7�qP��:�9i�����b�5��ʩ�'���ޖ[{#�ME�&d�f�K�ͭag,��2����s����46�bѶ$�q�a@�8q)k�jP��>�*�GH�=`��3����bJ`iR�	��������X�7��{���%�J��f�晱�]��oj�D�>f�a6s��8!���|���1n�޽�O�?������?���/?�x���7��&��H,�3�����oj�� Q�B/'����1
F_���4G�Q�co��;�Z� o�li4l)��TU~�tU�]�6�wЊ��v�tE޴� u�P �����xBVp�L��&���<�T��p��J&�"��~q��Wn�T�v�8����Nc�8�gv8:{�a���,m&�E�#�Wd��M�H��9yN�Ɛ��ʸ ˹��>�+'�{1�##�TA����5���q.Փ���6�
J�����F�z׊ð(#�ɨj��65ʭ5V>Qo�F��DM����E�|�*��/�G�2��4m\螫��O	�O9���U�XP
+ķqcc�o�mo%3�茌\���m������i<%�g�?#�^i�D���$X�I#�Ш�"6�(�R)4t�C
 �E�_yTd����n�ay�&�xN�5v9H�¹<xM��d��D��[,O|}��l)`< �@��״]�����nϾJ���`t�5��d�pM�u�ڷ���d�y�i�4#����X�x!�����q��ln�X<�}�`0\��5��I��y8����~7��+C.,LƍA�zs)��_�^�ɗ߭��`,��_o����������wo���������gna�1x�ޅ���(­��dYRq07?��B�sk8��S�?KFY�2!�K��a'��wD���X�
\O�mI��B��>�	]vC���_�Ɉ��.�apC�bth�.*#����5�P�a��w$1��҅/�U�[h�������KqЎ>D���K6Y�,�s�Y���\R�,��~C�z�l�t[h'�3�]\ce�]8V�j�j�R�,��K�tE:l/���Κ�u"�t��qV�Ef`CK-�SehV���|g>�Y/��g���f������_����mt���ݢZc���9�k�:�d]�΂+�����k5�O�'����?q!0D0��N��Ю�H/������uq(��߆���n�[GwY�;faR{�l�l9ƶ����=��t��2N��S)$��9'p���c
9' Sŀ�]by����@ֶ�7�F� ���h?�:J���0�� ~#&yX^���~�����-�P/z0N�7bH:v�B����(<ʊ�e�A�FJ�^��U��
&�ƃQ�^�����2˭�8��V�Xȩr��� �k0��_�Yd��J �lC����)�{Ot��Uh8� m�HHy*�f��_S(�����ո|@:a��.Aq'#�"n0)2Z�n����
+�x���"4�¢����a=&n̓����	���S��$#�����'h/sb�L�ׁ�&����-&�8�|T�$�T0�,���"�*"��[�K�_'-�������O��b�Ɠ�,ՓpA�4�1�l0}'b����{_2�B>�?��S�B\�e��N#�)�n��yf����1���W�����_��
0
醠�"�IE�9kE�|�j_���'�J�}�˰b)���Z��}j{�����Кs떂R	�]Y��Dr�C�RK�pns��r̃'Q��1�Ǻ�̫i뛓�m���I�ڞ�ّ&��{��X^�D����i�-[�t��'�)ec�=�U�
+�7��7�MJ!h�8�o�qt���|�0iQT��n����
B�ӨĔ�3���D2��lߠ��������>�yy���st�׿$�'P�����J݊I8�6�<'6���K�(1�QL	-��0��QI]���0�M�r�4�jU�K#�!�%����Vh�:ɉ�$��Vx<(����C��
+��UqxՒ�
+s�]Z,�ZG,��5a`}��� ���햓=pK<�ą)��Rjg8.8�/���ן�4j��lƏg
�J�3F���^��<A.P��%g4������s
�L�W�!��j2E�3�"�� ��6��´�|	a:g^+�̪��w?ɉ��(	Y@���J�{���m�b�K2Rb.46�	�ub�X�����(��|��ۥ5�ĕ���:sD��\������&T+��ݗ~ ��lwO�)�'�����;��$^
+�LJ���u%���Du2��N�J�Y�ħ����	?�fI���#���?|�+��?;���:���T|�t �����@�?c�W9���"��$�5[c�&^�ÔJ��@%��M�jU������Ju��D���Ʊ[��Z,i���Tx��h�nA��+�	����%p��d3A�D+KےT��YS��S�ԦtT��#�\8N���|'v����䏜�͝��b�i.Jr>��h��)�;�����z�<�	��.(e�@�e��snyP��=>iw<�siACǶ���W�|�s�z�# lnf�F���1�2��ܷ1ZLP�Ro�^�Xt��r�c�+#���ϔ��Y9�z�����َeT.IoNA7J'Np�p��z��r⼅R��2Q�S�'E1s�S?`g���[��O�n�s^@��r�t��J-�˄����+B��Q�O�^z=c?6b=�)��pl
F�M����;�@����(������>�Nv,]�.&��_�/{v��R���ZR�ّ���S(�@�P��T��iڨ�V�<RC�aj�-��bSTͲͯW41�'C	2פЁ�r�e��[�:�4�!E��:���Z�ŷ����o�>Pb���F�oz��%�cH������o@�Oj����%(?ƃ���H��6�8R��+��2�l�ZTK��ԍ%|��F����;���}�7Pot'�z!��P'N@U�{V��=��"~c�9������p����%n�>Y��wN�4��ޠ������3�7��ѿ�i�s:�z�V�!џwLo� aЌ�=3{��z|�d�;��������h܎�\#�O�n8�;�c�`3V�LDs�;i7$`"6\�9��<�z�(�:��/4�X�w`7�#�4S@m>�׉l�̹�;�[�*���F��F�dHMk>�'`'�;ы�G���N}�V�j��2�,�yHL����O�f
;�;S.�N� �s�;�Bh�r��w>�)i{d�݁�%���7�;���Q�N���=m�>\l�ѕė]E�Q��P.��B������?7"�
�&��d�����M��=R���&C�)�u�5OGSnp�g�1��6��~����}�w�9�-\a����(�$
V�������De"�或��9��B*w�^˥�B�� �w�+cs�-�젪q�U5)��=,S�{"�F|��//��%MV�1�I�mr��$ŀO�{0m����_�g���(In9�} ��e}���θmfε�}�G��Pk�8��U5�h!*6�dS��1�c3V�ҳK躂�e�G��#�Ԗ��"�t�@Z�	o#�T=eIs�&�7�0zR�1*��^������#��+����aO��̵��u܇zB]���!�
1��P��Z�K�����Zp5όP���,��G�e�ꭘ!��ؑi�K��̯Z	����Q	�*�/�;�h��y|����j_+3��
+��[���-5��ȿwS�~5��`��$mn��0u�~
+�ͺ�*�~��㊏�	�{̍H�?�+��8��e�X��?)�������M��	�BYȈ��.��fÇ-���tYs5��%,����N98ۼT>ˇ��	A�j��T�g��NM���,�v�:5�O�Z��`��3
+�OѬ�S�'ﻰ�wa�'r�>r���P5��z?�<Z*���'Y;�NUk�u��J�Y�#��Չy�@iْ�14:?~�w��[�/i�}e�QŰ���T�нT@��
+�1$��Z�S
+q�)���=Ji9;w�NĨiY����A�LB�����<,��p1�{�n	jC������cT�"Z�:|�����q��2Ű@��D%��;ع#樎xd ���\�<=`B�9���S��_B:)���
+/zX>6���=�<'�	;0H9��OQ���x���|�l]�+]V����(�uI�X�D�zR��K���k�{�}���?<�K��}�³;���jd��!�D?{��/h
�Ȱ=�n�E���!��D.Sy�
+I���,��h1b5"�t�H��b��l�v����~�2����G�@�L�ɈN��B�&+sx��0^79������c)��ЈwbYA��|��~�[׈��񊬪S��%����
1z�j���1;��)��������?�p�_����_E����g��K�$��p-��x�bݙ,�R�K&[�A��2��g�����՚"6�?��p���k�D������5�G-����Ź����ʨ]>����efb ���]�u��:J�{-v�x��S����s�?��^߁�fQ�6�2�U�-�h0 �I�h�v�يRT��ln���� ������"���Ҽ0������Ī#&�E��T�9G�0J;SK� k��矘;/�=��}��T'�����g`o�-8ю��ێ8Ӫ0�����R��6�Kt�bH���;�39��bL�q�Z�C=R�_�_G�B�e�-�#b�B,R�M��Z�LdF�r��i%7��Z�4��%s/�H���Dk䞬$�S܂�!�>�U_�;��8�x�m�\H=�+�l^b��
+r�P��l�x[�	t��:ư�n՗�h<鴞yG�� 0��Zf�:�>�����y*75���C�%�qI5��
+����E�sQ�Y;�u�P[�ܓ�S���;0����U���`�8��f6����c{.}��s����
+�MU�s��ʤ��HE4�;�AgffH��챢R�X����+z�5�]��i,z9*:��J�dž���YW��%_t����~����+v�	��C�_TmT�=ٴ/�g�a9ː����;"�VZ��?���Z�ׯ�gD(���3�->�X
�h�ٞ=������u��#�+6o;��QK��BXN� �k;�?ŝa?�A��Ϥك�A�����iW�Z5&EX��Yռ�!�^�6���J^��XT�(��%9lQ�c�^�9L�iK�9M�#\�ַm�0��lvt�g��3��x����N,Iw7Uv�N�9#l�8���m(����-�i�
+B=���jV"ۋ��Y����3�p�����D�yհ�ȪM��������eʑR�-��K�������佊��U\.���F��B�?�T��e��:�ݪw���`p�}�7~�=�Y�E�����[4�3�Kɰy�W���bWO{�Nm�H����kX೜��uB�{H(Q�2��	V�L���׉���(9c]�L��9@T��םͲ���ͳ�m�#��������2���sE1�Ǐ�}IoS�]����I��zp�i��[0��#���0h�Q������
+x4m����d̓.I��v����D��R�� �Ď<�q���ݱ��C��
�đ���~�wƌ4{�!vf��h��\�._�<����$ڲ%�q��ō+w�S�'��Nm�v��r��{�{�.�ɮ�&x�����$G��%s����U|@:gQ�.�\��q���_��"
̭!±2�{/�É�|Cr��^ĵpmP���6�#�����vd�h�
+M۪�(g�$�pG�iD�vE�Mh�������3`��U�OC�3t��Olg�ɨ��L�/�4�ӓ4�f�?0��U��M���D,����m,�\p��{�o+8���b5�wz�:[Hh�?Թ]Y��3
+�~�%���U��D^�{��d5c�!���?�A잍e�E?����)�xg��J�PDF���G+	-�JHx�wG.���e%��ϳ��v�����_'>>�u�U�����W���2�sG�ǎ_���B��������)����H�&ȵ.�����uA�����:�x� {Kl���P���B�ᨳn
+|X,ܑeP��ܮ�n��t��b_�����2�/z hk$����ѱ�bb$�Pdd����$Mmr);6��$]��*o��y�Z>e���DݥG{���7�{,#I�v>u��*3�V�u��&�c�y�3�񒯼�0&�ɤ�j��7���o
m���N�j�5���:L����k��Y�EW�%Rp
�����؞��hh�8�����}m,�����������o���1COѼ���u�;�0�x��[K �e��6~���&�k��k���C����m:�T�%S����[�!��� �b�/����u��k�-��`���������I�6.�/ }�X����!i����
+�Sa�>G��Tr�]������h��X��_‹P���d���~$$4�>��)?��L�������)��N��>��;�a<(+.�w`�F{�t���9w���6�r�g~�W#.sb��z�['PP��q�;
+���:�z�ăU��w`���36��è��Lv��Q�#��u�F�l(�����F�z��^�[�}���T�
�߸GЋ:>M�@GI��Ú� B�T=���z��-�y
+Mb*��P�?4a���1����ضE� �S�����51�o{��ٲn3n���W�pTG:70M�6��s/��vn)?�����ȳ34#�$����Hz�>�$��ͻ�X�<�O�Z��,��m;�M��h��8t�Q���B�as� ���b��G>v�K}�����HE�˔���!#U����v�Vd�
���8��
+أ���D�t|�"���G����vfpgٌ�������Frp�/`:��?P��&�ը��Q���Z��c��R�	�G.`�y�H
+F�%��\��ѠvF��i����kDM[� "��R��N� rlr2�ь
�]����bl��.S4�)_'�{��#��q�1Fg]p}Dzݏm��3����y�(��ͣ��e����Y�m_@h�+Lq9���n��gx.����+��5A_G�GH��{��Ƈ�w?����9/�Y��}�<�.F�	(X�t��,3#�f��K�e.�wQ���Cx^+�n�dBC˒i�]��%k���X谗�8x+F�Cm�j��X�����w0ŗ���F�R����@�����i<\r���?Č�t�+8:�%�=4���H:ow��\N�3�Y���Y��:?{	_ٍ/�\z��]�Ea�x���7�.���7�	�f��z\����cQe�e$�������*M�`�"�|�?&49&4�i�=^���<{��}�?���$�nkѩ�2(�5���<~�2�E�ǵo5�"����m��ʆ�+!�x`��eN�<e��
+ް*����$ߚ[3{�s�b�¢��X��c��C�><;|����*�|�J��x
+������O��
+dq��6��#�ΐzJ�`�]�^���\��?�ǘ�G�I3���9�.Xu�ocˉb-���Z?��%p�����<�;��z��h����}%' �M��M>��r���XFޏ=�;���ԭ��A������ƚc1R���K�䑨�BTP2��8d-���Z��I��r1MP/"�q!Q�܋���a����RB�����!E/��&U��X^+CS�����Av=Vɘ2��+Z��dt�9��#�0hm#����%��N�������˞P��N�����8��������*���k 
+�uٿ�O���B���x��jM�s��~<-�%���d:=�Qu���C|r��É!�c@R8�������)��+d�q��u><%{��r�%��Ӗ��N�s�G���!�
+;���?�t����?���OkK����L{N�/ƕ�L���0xh<J{�T�{�� Q$fy�gBGH��nF%�)�aϐ�m��7��k�g4�����#�s#X��XH�v���J����r�3�2F.�_(�no'x�`*��|ϰj���ZS��Co@̤�v�OWQyA<�	�PxS�R̟9��0�܋~0D�R�[X�F��j�i���EC�0E�EtGI�St���0�yPxv�U:��6%�
���X4ř,���Uz���~���eE?/�pA��/e.�&^\�՜q�m嫨�ʼn���D��__Ts{F;���Cݮ�Z�p�+�ߋ�9��H>�瀨fhD�SlUOm�Zċ�L�2%]�.���C/"�d�����2�?�lx�@l����Cӷ��k�9�'s
�ш���Pv�m�=%&�>�`���5�!Ƞ<d���̺ʇe��8��p�.�K�I)�E3�y/��uϐ�!�xߣ����,�ϙ
B��1�r�@�"��ą��!��l5h�'�y��I#���;N@?�Q�(�,��X���4}瓦ś�n6X,�z��]�8�(|O�_zƋ1��
e�Ѳ��R�F�9�+�Q�"�k���q/�x�x���a�g�Xc�R-ҿ�$�"H)<�:�:k�T2����X N ��Q��J+ej���)@����3��Ա
&�rp�}���\#ڌKf�9KL�p>��3�����8���g٠{� z����kT`4ceFŒ��F�{,�����w
+u�uїC�AW71�a����mZ��
+��0�(��r��=�.$����ũ?Ɣ,8=�d1MW��s���+B׸V��I�ͬ�h?�9d�E�/����/��)��f�6q=��^5�C�-����&�ٶp���sd����KƐ�HJ�4�8WL�h�7 '�"3]�F9dKhf6�cM67�FU)����HD8�g�b4�e���	�p�̑�ѯQ?O=&�~�:�W�D���mS03W�ة���-�D��2��X0�r��^_��ǣ�j��Ƨf�y4hhҲ����'��bW�)��9��=���0"�,y�*���D������>������� 6~��~?Ē��Z��1��ѳԉl���'A�x������S�BC+�q.�����t�����8��/����Ȓ�(�IUUzf�U���;|t4��%���5+z%�xZ��"]��ъ�v�c��A��㈘�B�\�te�5˄�Ѩ�"T5��p��>�&�&[�&��"��f�/�`����JWN��\�������[��ǩ&lO�&��ղ_�|���GB���"���,��ã��o���S�V?�t1�S?+O(���
Q��RN3U
w�����OC&L@m
�+w}7vU��M�5iI����)�dd���$
+t���A�-U>}���DF�����E`�MԲ:�ݧM�o�s~���d�u9c'I���ŨG�!V��������X��
�@Hy����x�����#t�R|�(a�Q�^=� K\C���Slj�Xv�z�;M=J�5��% Bݓ݅���=h"C���`����2J���{��q5��)o�8O�������3��?$<x����z��vY��c�^~��~��ORH�>�T!et+�⦋�O��	�$�����V�ϟ�Ku�S�A,�d�{f�[
+_JaE����+c/|4�ESv�_�����x��Ęci1���w�I�"Bp��1����Ï�l�����)��&$�F�rͥП�{�Y3�4b%��F]Hm�MVO6�*vUA=����m�ܩ$�8I��}�\�����4�ŖFR���unEC����E�{8��
+�^��v꿘����h��6*�B)�R������=ٌ��i��V�CY��	e�UD���x�EP3N��l-J��0��^d�Bw(j�/O��̎��0���N��D3Y�ɭXIN\�tu]���<'gLؽ^�\���#M� �7jT_�O$��I��=�Sn�=��FA�o !z<�"�ʰ��G7�nq3(K1�����$*���B!�T�ܲ)��s�w�\?�8�P��T��
*�G�����R}�P�&�z����{�Ek2+��#�`h�����@mQ�:K����y,�jq
+w{�����l�S�$�yw���s�&Xh�(DQD�V�Si�\@���ky���/a5�/��Mo�%|& !�t������P9�dQ0U�Ujn��^��=8����)�漭3m���B��4�$fK!ӇŬ����|�7'��6 &M�
ܮ��.v�Eib��!Q��u���$jJ�X�r)��v�h��-파˘��U��;��|K���t��wZ����x��]�\?�����*��k��ڌ,���Ű�E�Z=��S���o�ϙ̌1���j9����NLU+��5����Q&JJ�_��DZ�B�%掟v���
+��gc��D����ȁ��%�R&�{���GE,?���/�<;8ͩ�B��f߾VH���~`�?����_>�uG�*{��h5{f��(�����$�$��D��!�����RO�Y��#!�O�7;��]]U�/D��gb���2���'�%�W����@)y��,�W���6h�ΐ���]�$���2,�Y��{���z%���+��sW�}�A�L��a��-����&�;��7��~sw��ǫ����/��X�ӣ�_^����Ǜ�ۻ����|�ǟW��p�˶0ڡ��u\^�xs���.��>���ˋ�o~�����Ǜ����������e��/ˋ7׷�޼�C{O ���������U��[����\��.��/ay���ϗ����v�R��m�_��9~^|��_\�aˋ�˻����:�589i(p�	Ի����w��xL�����N�fYs�m��1#��J��\��qr:����J��|�
���ɱtA��8��J��0�8��*��;��iF?������q ��[$���:��[6���D"C^Q3,��l=��<�Y��(�<�	��5Z���bk���:�Q	���
+LC����b����/��x�b�4���[hv�|�.Y��y�����"P���d��-i�I�0��Iؑ83��)~i�'t�Q�����w�.KF����m��\���a{['�A|�z�O8�_�'MT���g
�bLj��kq�P
M�6b�!�fR}��S�ZjR�y���W���L����!r���rH_�.;2����|�#Y٧e�eN�N���癎�q��,�+57������*F�whr��<�_���B,�������*������������������`A�a?0��D����q��O�0g��rSa�'�}~}��>��5x&�x�O+���}�c/̼�\ѼaW3#Pr����#�,����k17fK����V�Aɹ�
��c����T^J��=��K�˕pq����T�"2�1�:e�e�����
+�UX-��}9�3`5E�im a�،
+񹬨ѕ�Wt_Sc
+�'�E��J'����5���
+�<�<	��x��C�����w�
+�~u��/�ůQ)�����S�&-�d�7];S@���/�C����{�܎�r���P�J�m�Hj%�p9�x�W=��u�Dz5�bWɖO�K2D��}���Pnٻ��[�~�m�:7��q����D�09e�
+,\�BCa]5�*�^�N�^'{"߹��>V���T7V�(v�\>(��`E 6?��,;��2>� f8�Ⰲ�L�;�+C�R��YS�h��p��jI�����z�
9��t٣��+*:�r^�7D"`eBH������~�mvX]���2���|�����TЭ]���
�S:4�+��j�eNiv`�T���/�f/`�,�/'=.qDa�@��{�Q‚��� 5":@�8���<$׾���ţ�/3ࣧ��٨�Ճ�	p@�):��o��ﻠ�a
+�EӴ��]N��u�g��8 �p�I|��vҞJB\���)&�`�I(8H�;�=��N��J3�
������'��G0q��E(|��D�S.'�8��^����U�{	<�Ԥ�4'5ޣ{��&����l���v�þ�LΞ?���3^�����o2yO�����H��e�5�����W���d�Ih(�"ZXst![�Ve���9��I>��H���l���=�c���h��e���8�좦+(LN2>i�1�y�J����2�1�JϧP`���'�u�Q�xmH�`�L�-)q�q�#�}�k�9N��۷��i�|d��O�
V��z(�P/B;וƈ��Í�'�ƍjz8%A5^�B%����kƅd؂vR���68�g�^X���?���J�|��L�jX���O�/[���Jv1c��NI�ܢ�=;���DՃ㽸�ݠي�"�Pb��ّ�Da���F�p]9�^B"��X�|����]�TX��q�v���A��8C��M�TV��'��]&C��6������bF�׊n�0N��c|<��-�\@�p��H��z�P�,PQd�5�+��`i�|"����h���W+�(�c�I��iQQK�'�Hr��� RP��ж�ܨ�q���.���o��L*�T�(S(�0�Cnp�N��I���$�=ZX��r��#��[<�@iea9	�]q�\�E���#2t����	/�\H��P��Me�v��X�����$*�1�&v�0��	�ȎF���h�2J+Y]V��p�9�c��v�+�Qj�P
+t8�&2Z�����'�p�9�~�F��K�DŽ��Ҏ������X�&`�:�m��wZ��O.�k���!6�:��Mi�?׊R�ƀ��M��"�د�e��}Űh:k��D�,47Q�A��D�x���@:��9��c���FQ-���q�&�N��
+�2��w�NF��QvR'�:��,��rYpD��,���[�Pg�pH���#0�bF����/DtZ��rG�Z�K���T(����p4"��P�n-�CCٙ�M��|�Ŗk�Q���Ԑ�F�8\|N��8]�Tz�������9�A<x_DV*�B��A]�Q��0z�����w�QACX-�bߦ;Q`E��~P��tP샢>�i���HJD�R�&��_1N��+���>�8��+�iۧ@�J
䅤j��*
+�ԓ�SxJ�_㎒'�}�7��P{0�����w�����%?Q��xy�.I���َ|��m�t�/�WnuH8Hp���؂?hlãGv^=��ѨQ�#�
+���==ɠiAđ`�eI��-ϕ��7�Ip�d�ɥ�/e�(��Vq90j��7�
+�;.��32�T"(��0�	�<�������%'���$Ζq��<�E�*Q˪�f#�7��	�T�H�ˤ�Bn�ݘ+�?7+0�4�����ˍ2
+���/Ro\U�˾L�	@<��\��
y�Uvw'�{2�0��2�t����:ݭ�1㊆��9��L�'��7��ϔ�����x�xo��~-K��s��HWhh�Z�re>�N��/:59se����>'�g�'*0�P:mگ�g�i�~%<#S��sh�3��JsN�m��S=�������1�+��4G��r�9u�{"����J�R�t�M������{O�.�r�x��Fw�t�R�P=e;��I=������32#)�9z��� :L"�*��lW��%���dݯl��z�	�W.���lA�yp�3�KaCsR���ze��s㥹D�^�|��[vS�?g���{�x�5��v��te�����|��E�B���\���j�'|�2�G�����AxeJ��Ζ�
$�%ͦ�P�H���m��f�š7������|��2�zU�A��N�Y��������xהb�^t��g��N�~����;�D���|g��韗�D��/����_�¯��Hb��
��`r���h��t��C��v�,��T��G�w+���E�k!��� ߂v����ݠ꽭&���D��e
+v'��Sp1���kYjnL�ܣ���6�	{�(I\+�[����^T6-�[E�ST�k��_�=k��T����?�V��7��#-��r��A�D�A#��lOw�$�`��fDWΗ�>�s�$�*,��m��	<�����Z<�<n#Bs�h�cG1�[o�|'�\/_���l�t���f�ڳîi##��bj�mTCR��s�3��P�DZR�g+��Rn�QiQ��s4�-'��,��B?��<�^�_-/5���������HljcX���-��.m�42q�z�1��g�b��i諆i:U-�F����SI�������C�+�R���:�	��cu�v�dB�e
$�4�>l�{ӦgK�Y�S�լ�nue�W��#%MAT6�qz#����6��ί8sZ�pms`4�79�޿�+,�
+.s���2��s��J�G��r���i��Nm\�p�4kJ���~p�ig�v���m'��"�JQ�L6�1[���K2\��b
+m�}}~�=�B�,-�c�z��K������=��a��9��(�G$Z��C-��}^Y�����q��(��R�x�����G�P�py���̵���w�.�w�)�ɽ�=H�xL�Im����4��ܣ��S��:İ1���:�n��ܱ�*'�6�����K3b���B+e�C�
�팵�y�5~ <��L֌&'���дN����;��5bɩ~���Z���MV����JV%'��
��Ђ�֪�����<����߮g#��]�z�J�#����^k�VaՇ���ƶ����S���O������,
��>�'�m�}	_�G2
+B�cXb���Li���
+,�mO&3RD"E�9?�|��#2°��xU���)b��#��P��Rdf�ʓ��Z�k����lZ����i�cM������#.��+ݗ���~���Z��%q��!\��=�q��ۓ)�;�,N�-�S�!m��*IE"�\o�M���L牜Y��ň��Y�³��f?�����n^޿����/Pq)�e.����Ӗ\P���r^���?��Wܾ�����S��Ǔ��������������d�9�*^/U�&ؼA�){�VD����2��[�V��p�����E�
p��(ԝ�B�~��vtbLv#Ʋ��:DAtf*/q̧{��qs�a[�Zi�#B\X��2Q�IB~�+����$��0-�k���5��St�+`
+aa�
��5N�A�G5P�UH&�Ď�3���_�s�^��J����?��_F��j������H,D+�{�.\`ⲟ�L)�7�$p<�EX_�șӰ�|�
����6�^���hǜ�1
�l���x�"/Ii����?��X���>��О�j/�[�x�s��9�#�g�V뺴�~���m��"&��+�Be��J�K�œ��R^�D� 3g%�WU������;�	X��\�<�[|+;pp���H�v.FK�5�=ҫ|���P�5�;��֗7Y�c�$�a�
+W���>��'�E�j/�Z������'={�@9����G�Z���D��֬L�j����z�.�=�r�����;<�#46�Ѷ�!���/Ioݓ�V���Z$�7�Nzy�O��ܗN��L[��觧�����^��������?��}��7_���w�׿��ÿ�����G9�4~������#�_�>�>^�bg��K�R+E��e(�*�Q}��.Rh�����R�C�P)�꒫oX�^��N�����
+�`s���k�T(��y��"����fE��Z���P���®߶���i$�/���
+<�#FճuG��Ԉ+�
lћ�������5�ꁥF�U<���A����<lo[�����y^�gō�jQ,��5w�Y�Z휨�4ᰄ�S���mfI�TY�df�C��^�3�ԟȴ���N��� �9�Pk�|�*mp|H��1�
+l0t!��uHD�i�n�W���写Ɯ�M�c����}�*����?^Hu�0y���t��z^�4����&�F�2��ld��2�\\��H�����p��	�?�ֶ�_4K�&��5:2ms��~�s#�=���h��l�`[Unf�6�*����g�<�\�56(�eST�p�y؀��fJ�M�t#Ґ��Jt#��_�[No�D��.kİEÍ̹(o�u9uƒ���q?t�DWdB�B�z��z��7���:!n�H�ҫud
+D��0Û �F޸3�k`��L9Q�·!�59�=��k1��GHDFyDf��[v�H1��bu�)�������w�F�/�
+$FA,.&�U�(�=Z#�2,�DN�A��y����eDӓ+�����P.'�A�Y'����C!+�K�Gr��{@K������vn���j�RYi��f��d��@�u�}ȥ=�3_��݂������)!@Bc�����Vr���t
Rܿ�|;��s�R?OKÀa���T�ݮ����P������~��29�^���M���h3��w���sG�R�Z4��?M��A$7>���3Į��I�'���k�T��{<y*^� "�����Z&7�KP@.���aǃ�a��M&R�s�ž1���@
+�|�TV7��>��֌>�����C��gF<�j����Xq�5yR�)�~���+���Ӑ3��UMͿ�F]ލ�ro�*��m���%xkH�� Z��C›^m������5�dxa�˪?��P,�B�L�}G?���AX���@Q�P��q����>u&���z�Ԟ<���<\
�n̊�\���&2������c�w����$��tf�I���$�/fE};��Z���<��S�?�4�E�}���{�5��w�Mt�"��!��~p�gKz*8}��c:�j��v��ê{����&�C^��m܉&?_�v��V��
�ժH��o��9�f}�VT�Q�ڙ���xJjvVїp-<t�Z]���ԇ�Qұ��D,��z���h��N��C�	��F�3�/�I�jf�$u޷/���8�P%��(�ƕ�U��r�p]7 �Lf���D/��t2��B4���1jo�85��.�9%�[�����͌����~Q�n�>�8$�”���S��0���m<����p̂�\A�cf�UG4�A��c?HⴾA����=\�4�e�+ �iK����9<Z^�3��x�.�
�g��p��SE���Ư�3�Y�������=���\E
+T3v�IӍ�;�|��Xa3�!u����p�9^Q�b��k��(p� 8�$�z[1+���~�*4u�����vd���kVu@�ε/{�Po�Cbyu[�gbs�k
+�v��������f�c��]n+�t[u�����՞��]ߪ����O}:ɪ���1��W4�	ˠ0e�kT�$^�O��4�8g�e�?x��}�W"�^���3�4��'�C�#tD$Ѓ��}�I��..iWk-���)�<ʶ?ǚQ�Bz�	+R��\�jKڝ	�k�Ρ�꿞)x��3xV�'�`T@�Z��3�^��dm�A;|�C�[�+y
+
?�ō�G���̅�~)%�
l�5��w*=?*t�ɣ�����3Z{�]�T�ݍ =�8���3�W{�A|E�l��}�oF�u}�o�@m���q��>��<��+Q+��fD�������v=�D��z�!�m�?ޒ���]�&6�C��f��ỬA���H��17��9x�Xအ!�`m�s:��=��H�?s�p<��ۊ�0u[u�b�����0b��&��g�i�Wv3�w��a�iư��"�m�?w*(��
+>Ag+���n��j0�jPirq�Z������%e�}
+�j��-�L9
+ �-uy:Q�δ.�
�v��B���@2.9����I�s��9�	{&��[�<(N?.��F[W}'���N/8霂b^�G:��NM��أ�+�6�2�3�FJ���+�����E3C}����V&щ��!�i	M��Z&��ଽ?���:$eg�F
El��@�µ�Ydt�p���	�R^v� qރP���bY$G���m��i��-��r܊^�m��{��3�e��^W ��ls2�y	����=�C	)�B��B\��V��V���X���1��S�l��FOe@L�eE'����r� ���X�K��aJ�S0/2��倂&�
+�&�Ə��|�T�WB�؈r`�xu���V���x����}Aw9�b���>�`Ԕ���&��L:ĉhƐL#�hv\N�[\�T}V��tP����9�s֣uRVEi�Qٿva�zs�x:w��;*�'kT�Z�J6Dd��p<b����]��O�|\Mc�#�`]�6m���c3�otPYl?6�q#�<�vh��h/z�r5������/��޶� Cׅ��,nDU v��=9�8�hmC�6���;a#����Umm��H��*�F�ݢ���0��㨛RCݺ�Rw�8(�qA&(.(���w��`�*p0%ͯğ����?��8���:��6T^��m�	�D�p�?��2�#�#�w��/���t���.F��/?:˅�Rl�q⧾l6�6kANWW����+�@wS�N���,iT���s�A��<�6_s�!S�F�l����454����׮Y$�%���,y婬tW��?H�r%J
+w����C�� �<�R�o;.�Y�@��f��wP`��>�v�pϖ�H���7��H�A�W<�Ɲ�R%jL|��E�v����������Z��u�����2�t��D�LG�>��	� Қ=9qr�Ōw1oE�٩i�;A�C����]����+��#pk��|]j�Օ�.娱�l�3�^*�o��u�QU�h?���(�%b�_H!��~�0���Y�e��_]�;%���"��w�e�I�cI��T�K��c�8�٠p*:���F+u�l@���h*������!F��
+�h����pA�/�;pg��F��h�:
ٷ�q�HGs���3�x��)���/��"��	��~�u5r��� 0��7�
��>Ɗ']�rQ�×�����6�Qgl�oW�_7s[��cZp�8�&�����Y�f���2춶%ߚՒ���$��:<�<�jO;	dA� �u���b����^�����i���>
+�qZ5"�~
+�B�V�Na����(&$iU@���av�pQ��ȧG�'HYU<�9��-�J�G�����il�J��@Ɗ+����f�Z�����ޟߎ,z1q������1-��{�r�sΡ
�Q��O�6���u�3S
qA~+����I��9�
endstream
endobj
68 0 obj
<</Filter[/FlateDecode]/Length 29921>>stream
+H���]���A���HF]U]�_)_$�/�+�h� ���,!��yNϬ���
+�-iw���>�9u�j��x�̭������J������Y٭ۘݭ
�[Ͷ[���6jl��|��c�s�1Z�h���{<�{�j<�V�oص;ߌ�^�gꥵҷ�{��8��#�sd��̭��ɶ�Vv��6am�����I5k�&}/�|�]�z���^F������k7��w2|I�I�A-j��d�+���5~�'��i׫V��|��G��,J�Y|ks'K����X�e�T�b:y�A��=��������yIb6������J߽�ќi�����-X��`��(�,,���Ց�۝�f��ܵ=%HS,���NS�)�պQ�$�u��NE�X�u�\4vmE��I��E�eu�®ؽ�{����8�Y���}zo��W��5��Y-;?n����Ϭ��z��S
+�l�]U�d(�Q�J��{�[d�J�*�s'���>+y�����I7�"B�ن	դ�Ѻ �H��Q�Yҫ��NH�e��:Vt���ξ�<:��cр-t�@n�:���j�X�x�p��(�B�?(���Ӓ��E�IP�.�NHD9�#H�Qİ���< _>���q.�o+A��N�(J�yg8�P����P�U�Y�U#�p���}�g�<"3�d��>{kd�6!�Q��	TC��9A�Tg/�,$*��z'�ˊ�9]V]jS�N+��!�px�/���e6C/��ϻ#9���^��kk�(${i�+&!�|�H�k�D�A�d"��
+�]T��y@؊`�h�,�Iu����;d�ip�y�y��L4�R�0������S9S�t�
J��A`E�Q�Ӑ��q��=ݚ}oH��Rh�����B�ɋIq���nGm+�#�U`?����x^Eۦ�Y�	u8;>�<*�3��g$�ڤX+�jyg�L�n�:�Hwo
+�� �7��O1�@@�v��ѠѸ��D��P�K_�LI�?�=�ѯs����24��׉�0J���R��`�:A-`ߘ
P�7F+���)ʕ#؅�g�F_׮z��Cyo�ǚT$L��)�$Zg�p�}+���^ճ�Q:�����]������L���y������D�C�βt�$�
+�l�3]ܗ���������qe(1Q�9�q�����Ж�ؙe5=QN�^`}%ۊ����BV��G�Pb�(�T8рM@�
����T����+!���k�Ҹt`�Nwn�p�`?O��P(I�C|�����TdFٛ�w�:C��Bɤ�xtt������ih�@	6���&����1o$3b�FF��„��4�Z�Ј�g�eM&�g��A�ؓ}
+��4�F�.t��Y�(%A�qO��R��B�՚ F/Z��+=�X���{��,-xI�D_W3h�Sc���<�w�aj�S&L1f'��إ�C�ܠ�l�v����|��T�.�4@i=`&Cn*��,�]��A4�6p�BQΜS%lj?��a�B���i'���&��v��[3�M�Vw�A�\*sr�IE��(�O!܌-@����?�F�=���+~$��R��(F��s{܏5��U<��=2��pC×~�xHst����|��[��:F�g�'M$�ä#6��jPJ�!)�y��%�0F����;�J�
+��ꚣ\�����H2��.�mB�-���؉��J�k.wq��D;	�e��,,��u-��ԙF#�-�����&'��c���
�C׀�&��z��qߓ�s��i�j1סvP��?��/��.�D��9���k43\�r�zB��ȵ�"�C�$��<
M���Ѥ��ax	�kV�r�����,��PS9V��0���r��׍����h ��:��8���%�sY�N�[�}�
L�\�
+�W�R�u@�}�i��F �
Y�h좇TB蘛�
+>3ENj]ϓn��M��+�J��_!�\�3W��@q);�r�Ȅ�W[@���I�s����+Xq�'x�!�v~T�����q.�<Y@��|������\b��KVUf�j�"E���V��2d��P0�eo�l'���
�����;��#��4�:����3�w�Wx*F��Yu1�qD>S P4}�}�1��iK���������%���F���p%r0@*z8�.��tӤYZ�u�6i���q�CnX��1� ];?C֯�@�h��<V?8bY���
+�3��j�#�ǝ�^�%X��������@�0gP�����VG4����EJ*A���Xb�k�|�o�"��h�>|���K�h���N�d0�����˝��:uOd
+FGQ�/��$8:)��w�N!{F���EO��Ҭ2$d����F�MN������Z�IoX�W'L�6ؤ�̅G]חN9�F���c�hh:[���?o�>���㇗�O���u��}����oO/�=~xz~x|�~�������F��M�m2Zx���|������y��oo_}��ۿ<�������?>=�|���������O�||�����@����O���{���?�_6������e�[Wr�_�˖]Ԕ5l�����K[h���Y��ԭ"H��WT��WCVfddĿ����ӿ�������?���u���k	��{�����?=�W=~�r��w������ӛI�2
Mx����k��#X��`���V�˙' �U(p0��B��U!����ϔ��R̲��eB>�pl�ޞX���ѩ�4y�}׮�oh�!�y;�{�h�@g̶	��b�����9k���f4/�=ޯ�'����(ꑖq5i��tľ|����7�)S�h7�2q�]^w���V�7؎A����pyu���-�y�}D<3L��@��f��h��Yag�1]�V6/�k�����6�Fo�b53=l{Ε�5�72���;�6��({N%�H��m�6���>�=�X���K&x�y�$Zd/�|�k����A?��͟�>{y�mX���O�{��n�Q��b���C���A�9����n��[��l�t�r���ݷW<�:z��cSGʅz,4��8��ʯ�
'P�R�:��f���F��)K�8���'�ݰ��G�o�����W@0(6Fk�*�
+���Zm��n�"�q�*e���H%��#��M��L5�!�Ҙ 8��)�9�3uN��gS�,�rd,(`���ykp�'g�4p����-/!0�5>�8�ʰ�)�
+�MV$Y1V�3X���
�E�B�K��_IZ-c���Ja�.�c��Qp�|��s��
+\\fE4�>���0�>Dʥ^7ᳪ��%�cX�8I�0�j�w��.}�Xi�J5c���M�p��X�U5'�+A-�'\b��1��%��D�l����Jg�M~��W���Pki�)��$ˆc��͊XP+o��,�(��B�#�Ӯ��"k.ĭ
+R"	(Y���p�:�b�M1�xAQ���C'>Vv{Pe��
"s>�|ּ0�3�S?�Pxp Q�#dz��K�e����(D$"_��^�^�?n�щ��)Px�b�ܟA�Ų#��
+=����i]����s�4B�RS�Lhc}�ijNJD������ŕ4�c�e��цgm�zHk;f�`�<@u���W6*_;�@T4��5�J�ق�N��6�����&�8��~�'HC�t 9�fY#�cc"ǐ\E�k�
fzCy��f�[g����־�v	L�J���?���~����B0�����+�P]�*g�4X��Q왨~����;e.�,̻}��ۏ�<�~��}P�+��{A���@b}[d-#t��2���~��m[,���U�fXryⶱ
����:�-�m��⇔ۛb�s"���EB����_�T���#i���n��Ǽx�q��K~��K���l��>��L�:4�3C��f/]��]h��h���D��+��P1�Jf
+Հ=�M����.
��IG������t�8����h�ɠ�=�������q�����r���Pf���x�ơ	6��o�f�����x�%F���!~��4�*�E"��2�SJ�7?���uSNbU:��
+ZV�ǻ���է)�ka���10-�D6��3��f��<^J��,_g9(�Hʔ2��Y1�^+"Z��y1t��(=��$[$u��|rt���H[)]�����#+m��dqP9���x��v�)_�A�á�Hpj�.�r"e^���>���B���	�v�G�!t��9U9�n=+6M��/��fW�A)=*���j{�Ӗ/���e����b������6T�������mW�Z�?7����n�	٪� �'
+�iɃ���"&v������YZ�BNO��kR7C���D��<Q�P,��+���J�rO��<����2	���/������}$�eA#Q�=�����qj\J�y�	mʔ$%��C�3:P�%�H��P@$B8J:��m�5�;y�	~}�.tc���~s�%��<�ri`�#BҒ\�4ٚ$�@඀N�٘�I�أ@��@`�x�D�
��3Y�y#�
+�	"M&	"����a��8��$c��MJ�m�����"\G�J�]���.E�$*=�S.B^�R�e�`gE�m��hh��^R(=K��;P6�<���0���RCMWX7��(f�J�Xlj�(��N��#�H�͸D���D�4,���'ZUs���y(\Rap@7��2fe�6h5�W]�ҏ]~�~D���
=P���-�"9C����E]�q�V�9���Q�DH�&>���c驠c�!�(�%0jD�A�!��u�|��%x��Q�0�IYG�Y��1!,K&)^d5��+=����1���iCvǁ3u�R��%8�u���C"������~?��!;�����vg@PB�ʤwV�0�!�EvI�)H�X/����@��/��ʔ��!�h�ۖ�~#P�~�����eL�#�����
+��d��PwC�SW��������w��6x�����b��Ѯ����%*U�QլeS��@�l��>���]x.�e�/M����_��CI��|>��A��� N��g/k85�ǔ�\��%ڗ��Ĵ�?�2���$�w������ޖ�6_��T�*�?���j6�*���E��S_��v1�R�G$Q��UBC�A
+�r�.s�	�b�&��l�b�6�c*���
���J�k����b��s���\7$T
+�w�bT��9#��Q��`������C�����'C������$�v�ɲ"���D���糛�ij�V�V5J�c�B���B_���؊T���3�֨!�/ӯ�8֦"���J}�=_����<�x���
+i�7…��emG��ͫQ��Ȩ�"�M�|��V��y眜��:�2��C�ʯJ����IG!� f���xɰE��5hH��˚oJH5<��`W�Of�
+F<m�y�rN��]�%�KE":!���ٽ	9Q�*��̛)�gDz���H�KR[�29�2|��
œ㈵"��=��?�Wے��������u��Gc/�xM`|�p8� {5�O��>ٕ�գn���.pT�����'��v��^�|�,�z�Ov �t��x�BqrO��Z��p-�AE��^����>�Z1- 23b�����Ӷ\^|���rX��+�.�i5Jo�T.qQ
Kb])�?/js���}qV�n����7?�<�x|�������v������n��a��G��H6���˛^c@�̽��8�o������=n���|�&W�����p�n�����Nf�E�o��b�G��FO�:HǤV>}���q�����K�w�������ۋgov??�F�<�,��	J��.�m����[^|}8������A��Ϛ���{�a�i������s)�ry�sl�}��]8�������?̒����5�fw��k�?��WW�z�:n_�~���ߙ����x��~���<{�ᗻOH�쇫�����yy���g�c����m^࿿?�_vW_�]��o����zܤ�7����|��^=�����I���-�|�E����C�7��f��&����t�Dy�GLF�D��{��)b������ PH
+�?�9$�X�����Ţ�0��Ո}q����������>���;(��DZ�D�	o�T����#7b�`���?���:<�d�0��3�
+^z'�,l��-:�0M�ш>����񕺇	C�k�oI`L��F!L�2FD٬��a�G��>N�(pk�
+/�e$W]����Q8��.��
+��hRcJ��{��Q/�)X�����=5|��A$�a���MBvί���4�q��t�瘂$�>��}���iX?I�B���Z���xѸ8$�c(ۦ!�>�ͪ_��pFcK'1a�\�쩩ÀK�.��N��Y'�\�� &���w�.
:D=��Т�{���(�Y�h���?�?4D��M�at����uXSFo޾�ٜ������k�
X
5'^$� ���$�Ϯzpm��B]���j�C�LF�֨V㉚���m�G�A�
+��0E�=,��f�6q#�YC&��8x���'#��	s�,^��y_%BԧC?���"��KM@�7�H�ͪc�����.9ń��i"?+f���¹�X�e���\��H��R��e_�S�v���:��6�<��v8�$�vJ:@�4�\�Ol�q�I�O{�A`�`1�9U
@�9v���*	�Z�3Qq-�v�Y�b�/���6�=�w�Ph�AKET_�2%B��-�8�a*������n%�"Da���g��b��L-�*[xpm9Ŏ��E5ZN��'d� ���ʣK��I��0-�� �j�Y���+=��zsܬ:6<���,�*<sat���� ZJI�zR�)`��Wz�H�:=C����	(�g�����i4�2{��P��$^L5cVՋl�u���g�X��-��Rm�q���eu?Y�RE.-��LB���n�YRu�̬S>X̚w�3�qF��F�Z�8�F"����rT���0Ŭ����f��I.,�͏�y9�H�(�ridp^/��Z��H�bQ�Zݖ��g)����f�E�T"5%����ȲM��d�xH� g����W�-Jd�K�w9ˈ/J�.���5`��j�A�R�������f������T)����m�E��o�)؂����5��'���
Kf���>>qj�G��S�%��1�Wa�II5�4|�w�0��	K���X��F7҅�.z�K�_5�J�؉�c �	�Iq�@$�dJQ�G������C����]S�%�IUI��h�2����<<q��B�q��2m�k"�j��(��R��-�*G� ��i٫�M��舧\t��.�M�X�6���\'F�j�^�R��2�]��$�u��������@��-��P��/���U_\�t��G�t�$O��Zb�'g9 �Ruq�|����R�,�<b}љ�]0Y��j+ <h�S��P�>'�
+J.��%�y�^�
Fs�],M<;XE�U���LQ
x1�nQ7��0�Ll�
r:���µHd��x��Ar���j��-��wN w�Y���i�6��B�78��ҁHpv"S1�h�Rꜛ��e��c3pIҸ?=��[OqcW��x�Q�
9_�l	M���W4%�U���ϩ���.�`�
++5�SP��M,��!�T�� 8�a%�&Q��B���p�E��Y���u���Jr�0J����s���Y����n2F��Bv9���Y�UR9�=�g&lUp~
Ly�-���æd2ߑ嫚>�:ظ�B|�|-���E��Y\ԪI�8k��3lY�~RJ3��E�4�O���:��"�����o�u���W���س�����]U:�j{�g�
+�DW4��<��ꀳn��ԱP�����n^f�����ܜZ����ñ(��0��̱(_�Z2!�R���,`��^eo�+�r�l�\��Y^�U�`V��e{Z�a��2�MBs�I�MO�+ƤҌ�m�!I�&]M�w��Q��XkS`4��=��v��t��PV���@"��]͗��7������v�K8��.oh�.�b�������o��A�6�9Mk�ͺjS�mƢo��Ib����K�"�P0�ĈXoHn�8�{���A�ҭ���np�Y`G}�1輂���]	V%��&?$����/�CZ��rW uα�[�+fhפK���+�꒮(�v6+J��X���E��5Z��X$B�Y����:���S�}V��4_����ڑ$�a�	|����!�	]��-\'��
����N�(=�h���u2L��j��ņ`�!pJ���{�~�R���F݆��+����u��l���]꾤T�����ehq>2L*�m��K�[}.)O�w2B�e;A����<pA�MU��[�`�uF�#�?��.�u��/y^�jo/��<��{�@�O�֋it���8ʔ"jnA��,I�Ws
+�as�������?�����`֫Q���/�k}nut��=�]q��
+���d���(ih�"nB��A�q��e'�/}�i�v�rE�08\qIN����L��u�7�%�����*��a�����ېϿ�'�A���ۺ<:� 8����5��y�'Q~�K��R����o�B��<c}n�
+fd���,t�&X��p�7H=x�k*F��`]�3��}q�8�6�ޝa �O�P���|�R"c׷W��_��pU>P�Fw�Z��Xt A�[:��ȱ�˯�Z�ڞ��o�1��җ7`�rR�����(�z�r^�G�]�
��]��8I0�n�~��5��}�k=y3`�^��o�t�x��v��,��ͥ�ڳ'�O�?��%���e�{����n� �"9L�!Q��m�5�/�쮕.Xa\^�๚e�b�j��Q�JO���n��9�dw��	�������7ƼK[_\jvӀ]o/����q����I3O���	����{lK`�j{P�'F�uJ�B]���~0?9!�z@�Q�\\pZ�Y�Zz��}+@wi�X;��r�Ae2�[�b�>���h��q{!w�8a��	��Z�kC�߿?p��U�:����qq��������Qrji����$L�	؃L>�O8�'���+'Zj�l�J����ĞqD2���<�25=�[P�-x���AxM�6�dl�k�_p�Bѭ���{����#���X�QS:ԍ�q��=���j[�3�rM�N���*󚣧dq0U�*G�œZ��Z��Z?=nP�X�_8��֭y?mb.05�B���c|���Y�1a��C����K+-�R��B������j���s�^�Le�;w���Ϊ����'3f��	�o���B�d������� �qF�]���j��p�P?��b
�����#@��4ّ: �V=$��ޫ�VU
+�xؙ�	�����P#��H���=��o�e�J�L�t��|�q;�y������:@f��^	�p�v�J�����]�1m�Y��H0�p����x�<@��{�g<�~2Ӱg��O����
+���*�XZ`}��o4X���:#�6�
JWRKDFb�(�\�MZQ���hwT��W���^�L?�:ּqmj�9�bmSe��� �ma�'�*�9d��-����.w�ܥ�l�ɓ��6���m₡zX�f�n�S�uj4�65��R��,J��03��:+�6�
>�9����XR�l�f�e�cC/����-�%�����*\�	� ��o�����{!���ô\����|�����z���-�{��x�~�6��6��ҝ�K�
+L&
�R����8�+x»9Z	k��;�
}���lL���kW���}���.cW}��l~T��z�n
+0{a�ݶ�`�٠`v���C�Y�hL᱕���م2�G��pu�)N�D����&3������W���ؒ��$�����1V7a��+D�\��
И�#@���n��Ә�Դ�W��sH�$Mu��۹݃����Md0�w�b|�P1���h�j��TL�bm(/�J��La[�mxuˉ���y��B]Bj���;�,@�#l&�ȯA����hoZ:�simM|V���\di�7����T�W��Zf�[W}+1����R��/�W��*�=��쏛B�W�C��s����
P�i��B���$�(̵�4$�$8��&��
��۸�����W��uX����5�)���[<e�ɒU��j-Y���
���9*<,���������H��?�h[�˨n�^��e4@sL�T�9+=HrlQ��F��/����O�9�ڵ�t�����iam)Z�A�\ۥ�lf�JXW��
0A1����?{j�
+�6�v\�h)��r�p<���d2r�����|/��-qf73�آ����rT�mfϒ
�j,/%,(fRL��͜v%F|�p���Pݐ�E�
+��`�F��u�`��ة���5j��Wr���G�Gpm�^*dz9ϒ�����0�� �e���է.��n�\Q��~���m����1*=,�*Y`Oy`� �G{��O�9���.��0
+A�f�[n���DM��U>D��u���Ia]k�ahE�aa�y�0@������߇���YE����X�}+����Ar`�Z�ki��^�q
+?,�6�I��nR�@Hsmo��fJW���]
JQ���u��d�쩠�$�~�}�C���h����%o��ẅ́P�'��2�b�s��_��~)�MA�U�o����x�,ԩ��q|&��O��$>K��vJ7��b֨���$ŀ�S)�`�K�%��!2^k.	G�v��I�\Mݒ,�ţO���%�rнO.uo�:}/#Hgw����w����-rq1Y;�!�o�?½r���0�Ư*3K`�"<���^nY�F�212	 �Mɨ�+c��>d��K�vm�*�x�~���b)x�BV,M�{�Q�Z5�C|9/�?�ՒdQ��V�[��3�i����'�Ĺ�sp#Rჱ
�0Kg�ʵ��Σ�&�Õ�U��1DŽw]Ɇ����.�j�Gv�u6�؇{�0��f�]�ڛ������m�U�U!��Y'h�b����0�ֆ�̨}<�i'�M�|]�@߲�+&�A�]7_�������!�b�T�Ł+�l$/���)�c�� M �G���d��{$�#��6�w|��+�=�n�G�����m
+��
��Q(��j����y��|�c&`kD��f���1�p0��sM��[�l���r�ɧ@
E(���OFt�dȉd�ӣx\�T�!� ׽�x�9XIA���3�a��7�i�c������a���/W��w@��MWcĖ5ٻ���rm�+���&li�� 񼼄��q�}W�#�q'!�.�=N�N��J�r8��%�$��rOf�CRN�v2W�7��2���{ُ�o<�ȕ�T)���h��t�矶Y�7<(��.�o�=����U!�d��� (s�T]߂k��&�U%�`
�o��Z��觔�����Z��P����k��;�}'8
+�d�
+����̩ൻĔ]}����ჶ������Ƶ������?efA=���2�Vrr����
+n�`t�B�j܀���9��a��F��;T1efC�T�`E�x��
+��H� 8��`p�}�g�308�N�M0���8�D�)�O]CU��?�9���(�T�wj�|�#�h�=#��l�Ԁ�R(�!7��3D��kJK�B�H�`;����zBOb
+���(��5Hp��sAU��@+�/_8��6�r��Q����4JuU���{�����݃l�&���S�Y�0�z���4�ܜb��F���OxJ�l�ɢ�֝CH�_?����#��+�9�z�9����T�+��0�)��wl��Ҁ�����J[_��i�M_�w�w(3��.qZQ^��2�,�� 2���]���1��~{I��&��jo��������P��za7������˵�e[VZcV�l#���p�vW������\��sW�W��������*1�5�A.�٤�a�P��U�#7>��qu2����u5�V�a��;x/�K-8N��m��co�l��5�Z�y��d���C�r��z��
�QBf�N�����fUހ��A�˥c�|���{�$�QVߣ8v�����'�Ĩⲏ2��������-�
+�9�i��+�
+�-(L�"���E�pZ-�ۓ�����A�L��0D
+`�Ԑ&c
+����ħG�0��e�����5���X����x���;_}��Q�H<u��M+���5CXu��
+)'�+��qԊ{�sǽ�Kj�Fq��{<�^��4<9W�O
��D9�l��_^.-@�V�*�,�&�p7��ٻ0+���_~/��NJvّ��[�A�|�N��9$���;�~H��v�����|zO��7�T����_UO���Ŕ��|��R��FiDX�6�fREq,�"@S���c`T�;� @���>R:��$Ǔ
�ut��^�%(9	&̺h[�6��
+��e^O��ߞ=83�(���^���^ǎ��:ϵ��jl��ۛ�r�ݺ[4d��D�h�7����ZۚW�;S(1�^����iW���a�"w�J�V:�Ń�yk���b��9���7 �=�B�����z?��hu�l��
+p��;��x��,�FM[�28G��N���V��4�BX�h��ԜR��@{Gƒ^\h��q�cJ�q\�l�I%�]W���E��O:f�y\�8:B��G��\��r��1I
+����ņ(�Y>�q�/:oMy�� �P�d�M��LB���0ZV׸I}�Kf{�&�*�
��/>s(_�+���7���T}e���:{L�����Pe�JS��fm�[�	�Fٞ���1�y��^�����x��s3P<W0�$`x
+�E��]�<������"��kV��kmM*j'�s�_e~�ѵ�Ἓ� VM���K�����*�V>j�����Y` QR�z7�����A��\��-}�oy�0q	r}�N���������-�����m���La!���n��x��qA�mT�d���P{%#�-��i�lG���4��������vTN��5I�q�z�I{o�_���AhR����m����ޠۥa"�j]��Q�!���{���
�թ�Ķ+��WCiX�U� �K�����T77�7�%�G�kQ�K��Q�[Y��'���Ҳ�x\b� ؿ��}p1��&��\�H�J�\�w/�2�����k;�)�l���k�	o�Z�
&ai�q�����-=�.Z�Q.�.��������9)�Æh��Z
+M�ň�5A���̀���������(�'�s�hx����$N}�n�3��.\Gt�W%pC��ټ[k��j�E�nUf~žW3��n�(�ۙ(�~u<_I��p�9چ~<:���68;�EFU��i��8�j՞��Y_��K��n�Ys��{�]���n�������^�J�[
+g��g� ��rXa#2���2s��[M{|�s�0H��i�W��/�}f��d�#�]��v�6�}]i{�^��j�����;���l��������SVSs�ɰ#Я=r�`#^y�n��#��J&l%�����IꇓX��<�����_���ծ#�R���M�����k�$G�� D� ޟr��gwg٨�?�ۗr\�-����k,��(8�5������4�B�X��=� �y9-7�%+�V��7^)�x��0��5��QnQt(p�]�n)�h���I��_��-`���>�	z���e_�����MA��|����rS�B[�@���/��7�lqv
+Vxp��&�r�����դ^�@V�ȉ�ed��Ӯ��.��֌F
+fhi�Z"ȇ�v��0�Ϯ�
+ŵ� �Ae��Av�p�/�*�A`d�y���}]���6+���I���䬦�@�C�ѯ�� 7�1*4A�	T��i���ڬ���&�P�41�F���E&#�'���Fxf�G�m����CmƲ9ro�d���n�ۘ��[ҭv�vZ��#���4~?��G�&X����]i%���G}�8=&EˀnJ�V����=��(h =@7�A�Q�y�M)p�<~����(�M)�B˟���<����4�B���cg.�aԺJ�N��b�rJg9�~3]��x�&=��n����$u�dZ��X��h��[o��\�lR�]e�)�ׇ�j�82�yz�����t06�zC�{�^7V��r��9X���������c�C�����ٟ��Z��ȁeyhwY۽4�ei��bi� ����?��D�ҭ��6ò�'r8{a��h�V�sh��}�KGňs\�-ޚ�u�����P���T�g�����md�%#_���e+�n�z���6׌~����`^�7¥#���4C����e�,hY����Ɩ�B�p�_c�A5ӈ�c�����vl]��'�Ca�Yt�=�0�7 ��^�����w��#S��YN�ɉ�\�s�e�%��FPߚ�1�e�������U/��W�j���Yi�$�a�c`Y�-s�".󃈐������m9��q8���A�i,��%G����?r�d-�s�.����P�-�Հ���pA�p�GЗ-�+{v���JRd�,�0��+��]5k�TK��{������MU# ")RCa1���s��������mY]�ՌLgOGK�9����l��>�S�қ�sM��,#*���ܢ=�`�A��MB����}�D�2U��)�y��[���ĴF�+1��M��m�G��7&��x��u�v��z�r��
+t5K+�!>h���>����]9t��:+_�����f��r��f�����g����ȳ��~3�4�&�K��Y0^A�5g@��:�c����5�;
�=���fr�
+�}Ϟ�Z=��"4��swV�؋20-&�Ƭ���bUc����jM-K��܍�j�G�%
��&�n��U���̶_���>��Yy��_�
�F�3 ���ʨߕ(Z���?~ԗ?����8��?j9e��40$��:��vh�=v�@�m���<:��;�1`�u�)�w«��	�N����42c)�G�vi�u'�X�ht\��\>;@���R�.F��_871����Y�%�8�h<� ���㉉9���e�����XɄ��N���{�};`φ?����r��u�_%�>?xJ���x:D�XV钀Mp�E|��Be	����X�N2����w���c���C�n�V��t����;�q�oVDQH�U�-�;�&�X}��v�b�Q��h@C����B��k��� �V�\e�T��SE��-����}�^�K��� Y)�ܒ�s|0�ɫ7�M�Zk3��5+Жʸ庣\	�(���Xɷ#�i ���9�%��g=T�YK�?^�Nx�M�֦<��q�Էڤ�M���%�@zp
+�0��+ɣ�gN�g��0&�<c���s�׼��
+�V%8S��5�P��4�%�v)a�=�����P8K#�9j��zDT{^2S�+�g�x�H�z6�C$粣1��(��9��Lx�ݕwu"�1�w_{%l�f���Q8[C�~���ᕖ1����N#PR�^`��X���8� ��u�����a`4Y��r��5��~1:H
�gwr%�2�p/�""�	D��J����>�`�����m�nUF?]�(db�B�C���Wײq߃��.��o��喺ͪG��
+%&3���Q�62����Hy�q���\��y�3��"��ܥ��R4���û	7����].М��!�l;ςT϶����o^v)���Н�4}�7�>�P�"���M�#��S�*���N�+cd��L�k0m�bp������b��w��.W�C`Sgݝg�%�<;&�g��B�U�MeRx6,:/w'�� J���jT:;��\��|��8HD�>���;'J����}�h�������P��3mC,%�‹ݖ����^�t�ۙ�35��RN׾9�'�pM-e�F���c%����حQ����
+pZn�P�5�C�֥jJee��6�9���&�t��)�a�X&i�wꮽ+
�i���^�ӾX���d��L�C(�AЯ�Dq��DX��Bl$����pk:	�"G[�;�٣iRk�x+��1�Fۖ�LN�P��9�F��u��6@v�fZ���#��{ʁ���_���q��{��
+hXG���3]���Mp�Ẅ̡́�
 �x����ԩ�ױ�
+'��s~ܕ-�z��@�u��%����6d<d��
+�ޫ`��o�R�f�D�&h5kق�5�/�mw����Ƀ���?�˯��׿|�����i��������������#�ʟ�8���j���3�v��8m�q�� ���`��ܕ���б�>���9\7i궙q�8�:؀$����bl@��]�D����+	I�n��0�V�~z��}�Cj6ˍ�X+Si��_uk��q�(�F��3�o��v�%6�Aΰ��ɢ�$v��j�lL6����`1G����B�,�3�
+Cm���%�f
�ZT	7W���4W�x%X��(�,H�1T��BV���$`6���������1[(Y\�h.�V��W�D�D�J���Y�A���}H@�~qh�0`4�[�R�^p)Qо9"qA8�T�H����Q���5A�S"����(�ū@��
!��� m�����T�;>[
+�^�*�%�E� �"*��ga��6�j�e�ʂJ��ڲ�J�� �bF1�T�V^�"Rbj݃�R�q�5W@e���7��~Wh���|���YO�>!�V鯄�--K-;t�u�k���Q��:|��G8�%�q����B�
+����r0�m)����8Φ]v�vY�1�"��w���C��P	BG�j�0�Q05���e��B׻RM�L�\�	�E�A,O�%�Y�c�@$�#bW�.�v-b	+ܼ�(�tg+����k�ܧ&P^Q*���T�*�B5��-�WH��P �0�� �
+��xA|�_0�^h��\[\�
+��ȇ)�pVTLb�����<�+�}SE���_"j���Ks�@̫��j��zp�/=���~�\zb*��K0�+W{���E�<{����_�w��p^Ѱ������k󨉓GEF��K-QL����/��%Ѳ�W�"��]a#����]T!��#����3 Zp��L�ܪ��/�\ibJZ}Ts��"N�O49��09��l��
+���OSoJ�(}�<��"�R�$�C�S�h��fi
2�#dH~�Z1��!'�^v�s����{ϧ�����H�7$=�K��x{:b�cv����������%M����[��dCv
tj��6iz�ܗ��$����'���}��:��K.*��K�zܯjHy���	U*��d��g�дc�6�7�m���њ���8�4�~fAۄ{&��Ф��m�q箾-4
�{d�=����IyM�ҝ�(.`+�D�<�Ez,��N���i|rW&Ľzɋ����3~���kɸÔ�������A��=Ź���V"�O�l��E�rwvb������;2��;�7ߺ�Ӄ�>�3tg�v���
������_�O�|��ݾ����}i
��N�8��Wז��m�\�e%b��ʰ�q�w��{�
����4�3����<jQ���[d��3��4���=^]Kz��M�ǻ�>����=	�kڏ"6��Ú�9�8�ɓ��j�ͫ�Ф��,�˚�=��>	1"�$�i�f�6�3��m���3x�&O͊?Җ۰ۏ�q� ׬H6nV1��j����d�����	�/�X}�	]6f��~0���Tp�=7�bm7�Z��U���X�^LR2fUQ+���j��*.fBơ�q��ڄ�[�/@�ц˝]�r'��=�Y�0�S�������z����G�r��٨ӔE����I��H��z��Q�_����Oׁ�l*b��Ø�pLm�f��Q��(/㨲3k:�)�w���ߵ�7�u���."b<���|%?�7�\$��u�$�f%��Ό�� ������Ƅ_ױ3�8��@U�B���{����vbr$<i��fi�7V�U��/[�Ι[���4��9X�-	����f��z"0Z�	��,k;~�`&궧�6�����n��kwv��(�!�Hs�oI�}sS~�C�;�E��,
�<����{�o�Ae1g�5u xĩ%��lĩ#"v4H�uc5���q0wZ��r�t�9�O�M��%S���F�n�i?����_x��~�ש�xݺ���������ϭo<���mܣ��|��C?�2�a�V>h��d��P�qaX����o�n�9�W����,Ԛ,���Q�X&b��a�.�Nٟo�?��m�XtB
���o�\�o��Q�s@ߝ��;0��36��:I>���"�Ό�$!CN�t`�ʆ<
+���s�����ؤ���|�E����6�Z�T��9�� 6l:lub��<������s}�~8;��o�?!NBnN��[��z3�� ��A2��a!ym>�hί+;���������ڔԜtP�EĐ����+�I�.�>gV,�#���߭]�M�Z�u�>��{~�y,dS<ߺ�G஝ܰ��6�~F�]���?�y���鈺5R7'#����̧��*rq�L6�����u���a1����l̦&�:	�i�7�e��T���穙��~������rJK�m�BD;�bb�@�=7�qAG���l�!$!��C @��~�ܛf���<�:�����~?��qؑ�YM�ْ��hN/�.�/0Υ��>���	f����>j�ΐ��-�o�}���u��(�M�L�4��f����`w�j�j��M*"��g���yy[nM7t���:��A�Fl�j��,�
+��d�7�S��y�v��Q���l��K��S`�R2�5a����/���$آ؛�u��r�����)?���VߣqGaYز�q�o�����Ƣ���zU��/N3/#��;dL����>xhONF>-�G�lU����z+q��!�9
�h�_;��C�g�f�L�g�>
�`v�R���_���}yB?]��
+��zVzZ�|8)i�N��q��Gƅ��;�6b�����z���U�oT����x
��YW���7IX|�poAq�2 ߀��Մ�^�[͵�ɀ�t���Yt��ZY�ّ�fh��!3���Qz����;T�۞�g\B!&	��9��Nn�S_��I���m�7�Р^���$h��E����oX���1�aw�	�O�e�VD�G W�G�R)�pU�G_TR�q*�z��$�����S������2��x��@�������M��DD�IFD��C���H?[t+Y�ȓɘ�i	���>�U\S0�4�t�Ժ�F$�
+p��{G%�G���b� ţb�tW�!n9	Ѱ���+�<�h?-VD�c�M���hH�@Zv%�`�"��8�g�o������+,f5�����4$(g!!i_> �~a�>�����[�-*�b�pFu��	�w�y�
*�bRAYQ
A�EF��rdԁ�l6�J^
������O3��t�����̫x��,�f0�v�ݼV�/P
�LTԢ+��4�1�fč8�Mv�B��>�#��~���Â�,j�mM
+��?�N�M����I������^vA�r4#l��KZKeP=HN���?H�?].��f<��{yMXP�M����(`F�,ǁ.��CW^?�Pr�+��/����_J�ۋk#��2�U�2�r�K����ȵ����i�̭�����}\��)�?M�[�Ӛ�;��g�ƛ�X�7�+db���[u{�Ҏ��0R�9�+`G+��w&h��x�lfy�!��.�!&�	��aQa���ZMո�2[KD�a"��0�$���J�(��YV�ҮJ�߁��2��� ;:	���Y�������'��	�
+�\�РI�L"d(+z1�w����ω
��X7�u���1��JA���Q]KY���Dm�e�����[*as��:~�#�F��ZRU�:UuC� �'���@�*����8d���r"�d`^V
V@��|Jz�;��C�6*jR�#)40��4���#�m�j�d"A/�n��P���⚠�K{+IH��{�fD�wfe�T��?�7,�چAM�-fp��vc~�w���K�9A#�K�ΗDb�Q9���Oޓɇ��`���s�eA��Tc&5�r<�.>��}�s�䴂WԚ_�ԓ��d9���#��VzI��z�l�5�����ff�}yo�_���)����Eѭě{"@�A�ɠAXXU�} �D�E���Ê��K���F��~�8�t�Cڑ�_r7���}�;�Yq����99Ź���͔���ȼ���-�Ғ����k�|ߙd�u��LnQ���B��$��e��?t��f\,�2/V�W
++���a�B������H�E����� ��kȯp����Ɲi���\m__�ϗ�l�Қ��`�]�������=��������a{�W?*��m��V
v�ʀTX��=9���pUؒ���������G��?������m*��c>�
+f]�����N���i���$e�T7 .�.g��7攴����ɖ�|����@�弻�.�:�O�R+刖G�M�����1{�G]O�	J@�X֕���hL=L&�rr�}�X��£&%�k�V�ɖ�Y�4j�)��J����h�����G/��g����j��?���+����/��/��6�4MoN��\��i5K�5׈�������(�z�=��I�cn�*.@`d_Dq�b�f����?�?^����y�������I���w
+��F�B&hD
+���[����}�Vȥ𙛤m�xduT�f |:aƃ40��\Zu<(���S��bR��h'�n��&c>N�x\�};s�aL�'�
+���%F�#���ָ�N�Y�U�Լ�[r
w��0��|P�'!��俘���\�f�x
�ǎ��Q����V;�ɛC�i���&�Y�U�~�>�1��
"��[P����[o�NlCvo:m}���K�/���]V6�?����.|��	|T��C����㥨A��T7�~��r_��������3Ϳۜ�ɹ��TȤڝ�^ʺUwd�߽���=_�9vOz�'K�/����<��������Ģ�_����������.�U41a�w+8�󢚃!셸.���7�S�^U�q~�}{㋣���0�Q��K^�^�_���ҫ�o��B�x�v�J�
+�sY7̹mƗ��wg�J=o=~�Nry���م���wWCV�H�|A
+�B[
+~]d����,�,������d��C,^'!����40{! ��F,�bʠ�C�	:<6Y��IG�"�/���5�׼/��ІR�>IFU"&��)�����=l�XeE��a2N!�h-&Խe�I62�=��K�	�VM:)���������^I=�q�Ӻ�NA�V��Ӛu��0
{��l�U�\Å�Q�_�[��$:1��9L�͟�lS�RVU�d1I-��3�����D��<
+�7����S��yL�Z��w�NC��1��MX�l�f+�Yme��9􈩸j��k�lx��M>����}�S�Ց�t\�,�l������ p��B�Ej�0���rE�N��p�+ݪ�.���ٳ�7Y̬8��R>MwΣ�`]n=Z�M�0MG���9/ڔ��^�|u�X�)�W{�}5i����d�t��8���	ڈ/)o�S�m��Vǟ���{#��0n1�:�{N%|I�9�}v��q:��~
+w���UyW�Y�}��w=��#��/�����4�<n�e`��g��_�_(�w�����������,��`�fg��sb�e���V�!�D�)�^T�ِ�/=��Vxv�M����o�����Cx,�H����B��n�m|��ωk�N�҇�0MW�3��4����i�;�=_�r��Uo�����'�3�K�w��
+3y
�fӖ�v4+q����o�Z���Iu�Oc��
�ߜ802:�¹(�{��>	��P�����B�1٭� �a��
+��D�2�F6�Gra�g�.�)a���F`)<�-��DG���#��Rd�V�:����=���G���_վ��z�u�,)'t�R¤��RA��
+);�m82��F�blt��X�LX7�F��FrZO����A[L�lܨ*�MCdH-�T��f���*��!m40/�E�Kҫ����drЌf!��K�0Am��M�8���BG��Ô�VJ:T����O���JI����ĕ�9LVid����Y6���C?�
+��x�j��Q6���2n9��x�&&�S�Gtب"|H�K�%#�Rht<��vnxW��L����Y�����������:���疵�LĈ�hǍ6���ub���24H�΁+�E�1�4���L����Ɲ�a!��a���۳��I��ԫ�����5�R�Lh�,�9�s��Dۛ��3^��X2�����w��?�+�����i���vky;���8?ߞ�=���\�p����r���
+w�@��U����d��Y�纓^1
�K⫙�ίH��|�'�eW�1з�8*�Of	��\C|�o���}�^�FP�GWW��
+ɕaKz�@�f]!�Ҵ�U3
����|p
+k6^w���F�Ƭj�k�|&1�f
+d?&���U��Q��*no��T�}f��O|G�$��J�(�+9�n2ѫV�M���I�j��
+ʚr�γ9��:�r�r��[N_�:���pM~_�M�(�!�5Yk9�>P��*�1���
��h˫��4�.�V!��>A^���
+h�	��K��|�v�C���_E�fc���q����l\-d*?�:1���63�7��ˬ���ÿ �r�J�J&��&�!�d̎���ے7������ڼ�06��Mk���f�F�-k�M�
�$��ﺫ���}���Ym�	���S�+����%�خ[t.��]������0"�l�!�X
+���{�fSz��ֺa�I91��
+.��W^҈�ZO&�x��J�QN�V�h	����w��h9nB��IY"Qi����`�������[>�/DT�[3��i�����>�����YW$��������B��M��
+6��\�j/�L��a4�1A�	�[|qkA|n{F~�
`R�Bi��B�����
d�l��9�pӥkځYZ��y�{��U��9dm�X�
�o�}�wkS��Y�5��Q�p��m��h�(h7"d������.���;o[��Έ��n�k}���Ƥ���IK���_ڜj�j�ɵ�g�v��47��QZ�A�, B�"��S�u���0{�Xa������W7L��cc��?e҂U(����,��c)���W߮DaO���]�8ڃ�r��{���W7_�K��,.�i��&�ӴU�ev\��{����Q~���Қ��g�)8��9��f)�m�����Ky� ><��
��c��	>n)�d������1�8�#�&%��p�JU�1���*�T��]�%Tw���C�ڀ]��0�V�%���n/�P%6���K˶.b�k�\���%�>8�;yX� �Fp3�a�|Ь*�X��X�E3ʫ4���_2"0�_>��K��H����b��B;L�F��JU�X-f�
+DzqczVp�#��25���lY��V��
V
+��I��*�c%nB��{�Rv;� y`V΄_v�t�j��,��yا�W/��=O����Jl�i5>2Y��k�� ��9Uc%b�g}�j�e�|��Y������\Yr|�1a{>yӆ���E�M�.�ӂ�Z�,e�2��4��1i�߹�i�h�Q>l6@�KٰIk��2=/���U_��햍)mCn���#q�{3�g	�05�|$��>_��>���oz�a����ILJ�f&�c7ғz�sz����E��Ӟ�8��%?/�/��;��\@+X}u����7�B{Ղ,x���_mM��{�%�X�3�q	ֹ>u�x�Y۷�yU����2Ӓ����>�����LڂO}c�Clj̼�
+��f󃼡Ɣ���a�JS��7\“�oZ�eg��9�h�=��v󙺁^ه5TI�P&�ʒO�~������?gz��Hwj��_�yLT�9,L�3`VR�Y$T?�̴�Y�\�B��s�s �G�lh�g���F�:&�B����ۦ+,��/��26dqQ����%դA�9�b_R����nf�Ҥ����h5a�e1C��
+d��m���y��R�mY�U[�Xd�ߊ�fk�z�1H�:�Ρ=����M[T{�<[����IWN�4�m���\B/)'�26j1����_'ȒF
䮍��+պ�����N`K-O!�oѤ��n���8�1Ć��j���_��j��d�Y!���N���<�k��}���|XN�怕*˸���~�����=���o~< ac�SE��������P��Fq�A���e�ǭ���:����6<�V��M�I���֓�aLS"1U6��.�ڎbH+(�����I]
+Lp`$�hӬ}T�P�9����@u�3Q�n1`��h�ޢ���C{��������Ӫ��%�c�8��%L��[��7�f�%
볢+�����őQ:d�H�(��w���֝9uS����G�%�E�����Cۓ���^�e
sZ�[�f�N�u�M>i��Q��[T4m��:ͺ�>�������(�!=�uz�yӑ���Ŧ��=V}(1�u� 2�0>�F�-�Q�dܝgJ~IC)�F��:Z	���?�p6��h�CZ������Q@�頼�7�rx�9�W
+<��C���ց�Ym������w}��Y�U�����y'����\l�UΧ�z%�S^_��������[�zr^��	�O3�Уb�1T�u������(�qS��%�&�~�>����}���=Q3Q٭�S�)�z1��{i|w��~��G����>��u	Uw���ߗi#�3JJn\�����V���9.��&�3���ۼ���Uf2�Lr��KsG��q��nc��j֪���Ų���p�&;6�[u�Vݢp�U�hwU��K�(/v�J��o����|\�=��X`+>ɘy���d#�U�ig5�W��z�?R2��֛l��hb�O�!�`��2j�v,@:��N
+;j�~�6���@�11�8p��
{�p/��S�c��>��K�"�@������c�[�v����M���m.cw�r숹�1��5��/h�c��p=<�>�	�l5��7�v?n��ϯUb�P�<�u:�<�V�ή��;���H>d7ײ����\�+�_I~�D�%��Uր{y`�*�9�N�
�#�vpK�>�xm���֩࿎|�q7Ii�RD=�vc�q��O����z�>[�͓%ܢ�ޅ�{|�׋��]]Ǯ|���#�Np�AZJAU78K9�飂:A�o�?=��\��������QKG���tD��6F��=�=V|)k�F
+:���ԭ���9�J3�[=������aW
���-����X���j�~���m�Vt��-.j��V+\(l��(x���v^�%m|V1z^�q��>3!L�0�E
H���_?K{-2��+�
+��Ml(鳩J��a��Vً	�KC'U�_~V�0�����y�	ɭH�+™�	p���H�$�ػ�&ϓ>��!L�R�$/�,2��!��r�:�>zy~���[zy#5u���B.��2:��jJ���Ft翢�˺���go|Q���D��V����a�X���Z��glT=T�)��l�	�\R1TKa*��9cS�~? ���R|.������:��c	���v��'�
+n/���*�?lO��}!�X��5�y*l�شk���@��d\�����iϭ��:����ɦ���s�M��l�6ͥ��ZZ�����Y��|�B�^M�-p�X�..�Z�wl.�9�_M1.fup�;+�ɡ��Jܵ�$�Hbn�meS�v24����P_�����߮�܏�����L��Iؤ���k��'�f]#3�����+�a�E�5�Ռ^�鍩�g�j��b�6g1`��BѾOޑ[:~�\|��i�`�&(p'�j)�:��
��G�q�1y	�����h��;ޯ	��>���A{�AuOa[u��C����7�d����_������<0 x����L�.�����V�(z��G��s,�h٣��Fŧ&�C�ﭏ��.��yw����g��U<��1��fvDkQ���[H��&�K���l�w�o���g:�Ŧ�*!��ƍ�Tx
+�O#���)E��f���;,���c&4��D�,��Z�ދ['�,�,M��=�8�&l�RĠ��3V��_��{OY��b�ءw�,}Od�xB'�b��r�-윦p��2!�-Ug�lw��D����~"�X
������%��}�4�,���"���ME�ު�<d`+O`�rȪ-E�g(�5��
+�I�B&�h��ӪQ&&�������#�դc�n�M��fM���YTRO��|����]���-�n&��`��q���
+�Z|�N�
ŨV��|�[�e]�O���bȤd�f�U�
+I^Oh��ڡr&����ݗl�6G&�I�0iؘ:k�.�jr'��[:jR3��A>l5}�):�٩�Z��qܭ��&�*"��F��jjz!��~�w�q��{���jSsILI�Q�>q�K\�d�����s.4voo�9�<�44����N�؇��m����jY+t��2�q2&��.����܎�I��q&bF��Y�4�zU
�m	����ۨ�YY�
��
U[ɃA^�LB�4�*!j������'-�����%�䎀��l�XȢjz
+�D|\+n$U�j\%h�G�<8J0O{���[5��h������_������Z��i�r�S�j���: o'���~���������U}|\3�F�n& ����Q���^���ˮ�VZ�p�9�!�%4�Z3#C��2�I`��Y��O!Lt�{:,��F��ո	���Nf��B�1Aa]�E�2���tClLv�O��ɰz��Z�fv��HK^��
+8��R�?q��-8�O�q���Dt&��u6b�5Y��.�c�
+��BLvQ1�<R�%gV�Q��u?(G�o���!8���
+���H.��&�;��}��t��-3����!�
+w���c˲,ɺ��ծ�:ma� �\��|�ֽZ+�`Y����Үm��~վ��f�����>�󱏰k�~�֤>!�A��
+��ӝ�!;y�V���ݷ��y�[��텽��|#�A$�/E'�,n�}�
+)�0�0��YD�0PYQ}��y�V!t{�r�j�a!��f)�Y��9�H���·�"je�*.m2�>v�p�}T}�ݲ�$W�Ex���p�
G�KAO|�*"��������0��b����NM��
��p��F�f�q����@����q��e��kbl�(t �
�@�J%�l3��U��m��T�S?����f:�U�rd�>��
+��;K��EY�����4�t�>��}��H�Ĝ�����4x�P#�?�>:v����{g�Ĭ�̳�C�%B߅lg�C����hߟ������0�ek�4 fP��
+��tU����!k1{_ey�Tmy��F�tAʁ���j�x�y1�W.�rЉ[I�d����s������e�Ma����avUsz*�p��������)�j�og0#���U_����s}U{���7o��\��~�����tr�q��qv�6X_5�m&-��l=��l�l�%��[tMvK�Y̛�ɉ3�u�%>��գ�h�5��_�\�c'd��3����ىY.բĄ����K�Xuq�tm�p^J��
+�v�������绯��T�3i��J��B֥�R�A���m�˸]]��faS~����Wr��%���s0�bd��1��`.ys�P��>�R ����2}(;
l\u|w������!�����B=���������Β��5���6^Y�T����f��nʇ��[6s3�y�wҖ7ҤU����gQt"����<fa�֫\��%o����c�hҦ~�d���u�`D��^㋷<x��攭��o�Q6���vq4j���H9ԝ�o��[��<e�&�l�v�,c���e�Xm�x��v��]�}ݢ�I��~*1��B�	E������hP�q��/H���x(�p��t���	,������^�tI�nD���i/�I5!PN���N�f��
�Q������QOhO�.�?���(���]a׍W�u�NLf����N��Rα��P�-Y�E�H�ӉV�07�I��򸡛B�s~�P�i��,O7����W���%��ނ�
+��t�����v�h��G5�d�0�-4nM3�#�TpF��%�kB�9ւ�c�3r�4����_�O��=����Bѵ2.M|��jR0���x=���C
+��6]6�Ҟ�Ǵ'�)���6^�R�sRơ�O�v����O����������C���	TSMZ��5G�qT_�@[1�u1�s��l�Fc�xqgq�Ȼ��jѱ��a݉�C�o�~	:F���):&D
+|�r���S�>�42���]�ʴ�z�2�A�	��zZwV��t6y����f6|S.O?S6p�M[8ʩᲈY.8��n"t�qf����lt澷�	�����͟���g�3�4a�^CG��헄���&t#��%��'Ԣ�s<�!�z�?'Ҧ�Zl�t+�9���#��46��Y�����l�8y�/�x�4��lO=������l����p_��̑�F����Dڡe��_I����sv��G��(�릛��XO������e����cD)�B��@{0�ݖ��#��~Ҁs�y��Ia�@�@�n����r�?��kIL��´�?x2���)����D�"�q��G&yx�ϧo�i3�{���8�rȢ�N��E�Iށ�B�\�<�s�J68%������%��|�:�%�l�pVL|���ý5����j+�����2�\�#�zʮ�|������D�I�P�N�.���A�F�=OTJ.}����ʺ�Y!��,�)��y�]�|U��c_��_���(I��M�H
vCȐ����QOT��{R֋���l��<b(�]Ͼæ瞶�^��C'����;���w��k�n�E���53W-�ֱT���]�M�T;i��%�̶<*e�H��J	������t�]��-���F���_���'m(����3�Ӟ7���D�J[i-ݤ4���䌾H�q�t`�]{[Xa�23M���rK.��Gv|8�'99���;A�o������gb�:zc�o|��n:���Q�)���N�U��n����8
+�#��B~�a�ԧÊR$�TN�zsүi��M��v��SkQ`$�V�^�V^Gp'�j��7n.��V�l��۰�����J1�E�� �B}
z��c�< ���}0IPUH_�o<.s}
+>��t�<���|����
k�Z��7��/�͆��F�m���P5)�!�t�ֵzI�lc_��ۓ����E���`ua�����_�C'z��z�op�g�y��
���Q�������+eX 	p�<��B���5�Ε����Z+T58����[᢮�����y-�*+��r�b=L]H�*�tk�軘��r�b>g�b!�$�ٌ�2
$�
u:�5�@Q���B|�_��2d.�
endstream
endobj
69 0 obj
<</Filter[/FlateDecode]/Length 63464>>stream
+H�ViSW�!������2��q�L�L�v��8l�hW�R���.��x'��8xڥnuKB؃
���[`��;�9����;��s�}�	1���|.�Ί��YO ������l;G�_/���>�t���ߕ,:"e|x=A��-#���l�_9�)bZ�a�{��3[/F��X�Ԥ�<(B��rt�%<���j������v�%t��&nof����X�ޚ{T�xlr���v�rQH�#B�Ȑ�P.��`B����|I�C���J>����;%�S�s|�|V���J!t�EC�A[Y��J��5������.�K����6���@Heo<��i�%�A�&,Z��D���
+����������F�"�M�y�ig�l2�lf����c@�����|d^-�$�ĕR`F-�g:U���|f���,�p����ËJ�@d�9�]/��^����~Ӆ�yܤ�ܩ���M}3x[-o)%_�S
-l�o@(���:�#���Fo7
+�s�\�{�U|���oN+f�O(l0����Lh���,��^�م%��զݐZ
+\�KN����_�_R��ķ4O�K��ye#t�Ѫ��̹!�Hy��/��h=� %���|0�f³��f����ԩzl���A�n�C�V��E/���yT)�j�E�uC:��Ky���w�E�PK��:��E*��?�����I	i�U�pS�����q�_CZ)���rĔ�"�j9��b�����>�����ޒ�D��􂗐�*�.c3�5���������h���!�|�c�^HI�`%MZ��k��w5������Ӱ����~�|��Ե�l9-�l��uG�~���8W[�[*O-_m�4���uGw3�_����#;ـW�����#�K��|҇5┹C���e7�
+6�JA�@C�k+HO+��I��s��R� D��_st��y� ��A!i���b�j�9�j̍����'
+�r�X3a�k�l��'���v�?�p�9�P�c(����>�H�}.�]
+�2�Y
+2��H���R9�|_��"M���G�> ��f�ci��z���,	�Eh�OO�܍O�P|R��!l�2�i��׫�;�-��Xg>�]�~a?��d=�[50��Y/*s��Q���J	3w*��C*m���A���e=�R�N5�H�D�x�U�wղ/��=n�C
*K�,>�.��%#�^���Y�x(��%��p�H��zi��;M�>�bץb�^�K��(��H;g���PD3{��,<}�v%�-�}�l�#�:&�n�T��r������B&�K��*��JH1��YSr6(4>�)b�z5v87���N�Ɗ�f�g}3t�S"	�gr��V�xX�A���.��I��D5�)"荔�Ź�*_�-���~2���Oӟ���z|�;�?�pwc��Ń��+����0��7OF�����'J�ڣd�a1���Yb��_hš1�^V2NCc�׽�Vڇ�Y��#�5~A��^YO5�kPw}�z��l9��������͒�����X3f>��,g�׍��gg�|2���x����	��J�J��
+	l��O�VǏ����:Ի��FKQ�C.Ԁ?�IdHJ�W�����/���/�����A�er�E���t�W�o�qd�C��r�y>vt���?5_�}r҇�&ռ�����H�����_�8�Z=zXr9:��-��}���/����|ܱ�CG�"6%��V�z��l=#3>��r�Z)bJ�|���&�v�b�/�q�9�]���z�c���6��m�(d��ˤf�1)�^�YlB�HL�=�Eieʫ�$"e��f�W�]��i%K��)�|
+�Q�i�
+�E�?,�&1i��[�>Χ�g��Ӧ>*��ʅ���^PK^��@C�����/i���E�>�!*���>��Ge�~I��+mp�\DD��h2!p3��,���\V�䴽���|�O�����q�>���q��־�y��5��L&�Ù��LPcD#�1!� ��@�܇W2�$[I*frz�� ��\��\���?d�EU]����=>?�����4`��ϱ�_��E�9finC�;ڒ�ܐP�K�����YS��69է���l�<:���ʘ13�Nzj�.��/�I��~��x4���Uv�����''`�s�JNڥd��Ƚ�<��`�V�����&>�B���$�9��
���
	#��'&!<����x��;�.A�z��Y[�jb&	�Pé�L��n���M�\��8��]ڋ:���ӌ���[�Yt$��VqGh���x�Q���?���,��y^���:j�kSv��(п�V��tiw�v�P�,�,���2�կ��y5���nL�9
�n�,�wZ�n��rd�ߐsȩ|7eeT%̔Ҩ�Z�02*�^K�& �\�g�Q�\���*R���R�̮�:��IT�-qI���jR%%eUR�%#a��$夠��Ǻ�W��������;9M�n˸�] ��U>1�Bڿ���kC�s�����OC��KF;qKg}}�Q�ܜ��[�75'�;�]
+faˏ���9e��S�_��GL�[q���0��Z�"b�	�%A[̌4�쒞��e����Yv������ì���͑_N?)��U[�b~k�7�uPšd�	iJ,
+��M
+RԨ�K;4�&#��0>�c�VN��[�Ė�ĴSF9��zJ���	b�
+Vje�����pK��ig~�r"�̊���[��'9�?�Rҫ®����]`T&�"��{_~ٔ�3kH�і�l��	��=��@ͫ�}y�a������t���/=y�Q� ?1�&��6�M���9�zW
U$���Fx��)�������/I:��(��1��q�#�gZB�Y�8��4[�6nCx�^6P��VR�H�:��+z��?<U��X��_����ro�2��'�A5\�BZy�oZX�����҅��[� u��`��uPý��$�a#����7K/9T�q-R��kB����|�����Q��9����g���3�}�_�뻊-�*�%j%j�4��Ct�<DgEEM���V�w*�!\�&�:^��":VUti�-�Ϸ��Ҡ�'�?����@P�ݫ���[���)<u�X	��w�F�u%�!�5�q��I���q*Y $-#��y
+��[�?�G{/�Q�?�]9�1ʏ]��'�� ͹U	%�&g%lҞ�O��N�C�슔z�38��V����DD��̑C:��zA����?ž�	ے�&Ȑ���W��u�9f��,�h�#���	j�w*M�w����Φ��HS��U��O�~S6
�ݟ�/u<���ί}y�b���g�/�3F�����_)y����VѾ�*\{I��7���'���!�3��|:>jQв���܃�`x8l`�D��5f��~5�f�"��v�lJZ�!��`>�1n��v�[��M|"�e<z?�*92�ĜÂ蒜�Ss�6_R/�_���=$�S�4�u�Uǹ8莈n�lܖ?<5�
+5���h�e+o���������Q1p�5�s��.5J�@Q��nX�4�MЯo����y�Q��I9��철+jbV'����	8�ůb��1�jnj`Wc6)	d{�,��+�a��1��S����ދ+O�/L�k������Ş�P���x�
��7	W�cf8���6护�A�։��s�[S�?m�u^2>"|el�j�M_�w�~3
+<	����w0�)�}�������w��"�P��ͧ�=HXh�Y���V�1�o����3o%
�ۻo�罳�^�i�FT�'ΐ���(?����@/��]7����7ُ��2��i�3�}�7K��3*�z&.|�Btn<T�˒�C���2d��L	j�>"�;�X?m��.xƨ?F4�ڄIx?0Uf�
+(�g��2$�Զ#0����<א[���Naw��6�����&z�6_w��z�{i�M���7���c��س��K����:ac`*̲ʶ�v}����y�y��*�2,��� ����"��_C)�<�_��|u�Ž�K�������-�u������)�%�#W915͕&9�*[�����HD�p�Ep
+�EQDQ�3��s��<�_�?���y����Ϸ�s:Q�l!��o��ޫ|��*?���E����w��	���\�eM���z�BS�q��'^L���w��M0�g*����I��,�Y��OeI����%���`]k����i��D-�A۽�俴��?r�G_�q&1)p��#�x]����q�&	z���h����u��d33~����tV�S���`}6��f*�:AJ��.s�ą�*��c	��Us�Iq/������$�����WjI�rV�� %�6J���_�
+r@�N��}��q�4V���^��9�%or�?t�WK�	�I\��`޳-Q�XN����B/��_[
��y6�>N>��Z�رw�KC&>��ʳA���чc��m���E���i��_��x,�Hr��#G}UV�U�bN�5��s8N��w��քH�6^��X�𽚬μ���-�����(����>���#}N$E�'c���n�����K��'3��%� C{��A��x��n�����\����h�TCM}��C)�>N
+��H��^�����u[��;�Ӓ�Ғ�|��l
�\Y��o��XF)aF�%��`�߹���;�\���>Ո9�`C���[����JK��ƌ'�,�	����������c�m-2B�I\�����`n{�<��9Z�6�ߖjI'3���Ea�^��MZn��Hii$����1z�7%+����=�HV��4���}��>�˙��~��\}ᅮ��v[~ӖeX�\jB<Z��o�"ݵM�.["���,
���5�i�r�;}�CU��8�Hw���;~����3��=D�Ku�z�f�?�,�XlJu�~�u���x���A@&ܬ����eU�UJ	����p祆�G+��nCT蟳��>�Qzҕ�{:Â�G���A s�?E(/�pa�ߔ\�]��k.O<Tpr�i[Z�꼍�s���������N�I^�ڗ`�+��
I�v��<�/���^��C��֔&���@�Z�1.5�w-��J����|c(	3�c�DHO��}�
_����"]�0��	�֛����duSƓ�)t��$��ԛ
���o��
+�	O/�e�_�oڧI�Qb��+��	s]n��hU���$<��Dܵ��Rv�4<؃��LG%7��R#򱒝�`�����9�-����F���� #r���cM��.suYU촻�HIe�����t4��0��>���О�KH��<����)Hs6���:!#�<�I�T��w$%���}�{�-(w���l�+��Ԓ�-E����2J�<���FʢL������':z�Ͼ�G�j�Ni�}��f�R�l�����)��bD���e�W��Ow�⍃�����Tȶ��c�%��ڱ^���!Z��	v��m��r􅕺Չ�\�f�r��p��v��v7��XA�Q4���8P�G<����kE���(w �U��N��$g~A����,��ԡ��J��#B��0A@�ڤ��¤Ƕ钴�Z�B��>:h��h�#��E/�������h[������堃b��D%��W�֊���!��*��ʏ����,�zd+�6��
��S�ɛ����V��~Q����S��?])�:V��o%����ыh!|h���{w���	�ˁ�8���dB��Y�
+��2/�y�
�a�'�)�coV���1㍃��lWٻ#U������&����|pVT&��:F��NaCN��i?u����V	��.�q���d�C��Dy��^�s��
+Yl�A4̈́��������yf�����b)
+��\^�l��6n�!?VY(�E��(O��b���M��1�ȹ�
+>���a��|�m���e��ӏ�շ�<t�,��%��z�
+�?N7���X�Bj�V�w���r��9ٌ�D�<�m�&+�J�@1�����;j~�
/垲*��ID~9׆�%}�W����tu���<�NqX�Ks�	��r�f���%�W����/�?����\s���9�^lv���59NR�;�������0.����g�L��n�0<�o+--74�,�4�wBD�EP1@�E0�%�T\RQA��AqM�wjf�s��"����9�}_���2��еb}6�p��6�����8�}	��=��'�W�^�)�P�d�-��@6���>:Q��IF�}	9��
+�Rw�T!�,�Mz�i�<�:A�9�Ѣw��A2F���"��������Φ���P�	v�Mɂ�jY�_�����,��&P���6�H>��ǚ��ĝ~�믃��-�XZ;�R����M��/�gyyk��m�\���`7�Iߔ�v6�f���.4켯rBе����b�ɝ^r�����`C���<��ij�����n�����e5(C=z�	��s>��Y崸��R��>��i��7H�����-�|�T�J-rF���|8��S��;���k��������=�
8��3��,���Ý�K���r�������,h��������y�;�-jR�� �y��ڜ���(%N�D�4�f�.w�`g3B�UNO:�,
���_��bC�t5�Hy�AO�����i+��&�)f	!�"��n��둑z�/�
T`[0��lw"=��0^V9�NǀZUԔVJ�#�`o��vp�nW	�k�{�����Mu�Rq`�Z!�bNP�mQD��6��
+fਡ�8�ea�ӝ���a���
+�@݆���g�O�
+�Dž��>��J;�K#��.4��&x�/MCL�_��q��)Fy��y��~��a?�Չ�*a��}@)��09
`>a���g��u�KXm�?���z�%�P���b�ϋ~��EC�mh�?��ĘF�B�G���Q��
+\
���d|�[V(螲:�QΆɪa���?U�4;;�ᗲx�Yn���4%��,��#������1˩Q{���B�vo��z{��V��"���S�)���l`��
]`�@&���J_�w���+c/�&����u���,��[?�,pѧ�6Γx7OM��H�\����B�r7=I�R��|�O0��)G���39-�LQ�x�0ڢ�b�R�|1]�\œN�)����H%�f�2�[5��n�W*J�������z
�ۮ�ne&.�:��qi����z�„����u���r��;��T5�'�F�x�}0��4����M�Aܨ�0����4�R�X~<^��x�{4^y4J8���ډ�0�R�Fj�#�\�U���R�[]�t��G8��nS��R�
ۖ�R�`�I����Hw��.��,�
+.�;��}����<�p��o����c��$p �ڧw}�; G�-~Lt���q���W��Z��Z.�_!緡�y9ˆnu�A��"�!µ:;��aJ��v_d��8�n�ϸ�e�m@'\���3T�F7��K%�a���r�dµ���!�^(y��E�RCI?�C�{Q�[�X�OڑW��P�����s%y2J=� �\ΐ"/����$�fD�����p[�x3׀�12m��|Sqa��7��s�Ux>�L�*��1v��P�ߞ��ڈsS���G+ ���QV%��A�5
Wg��5Y����JN��f{�����~<�p�;'���"�[dQW����Y~���9�І�Xb�4|���6�3�N�>��pR���}k��ZK�sC��&#G^-�`6h�@Y��#�d�	9��2�r.t���IF�Js��F�����v���(<U�"w���GÌX���aS0S�&����%�Z'��P�]������&���+���m�
+~�ae�j�����+u-��OOZ�T��F#�}.y��$=\mIw<������O֛�],���������Q������z-�n��{�&'�G���Z������ot�O���[bX'D:���J�b��7���{��~2N^9�y��
+��qo�5@Ǣ�ԴL�f�ow廙��E��s]�\{��l3�������u�,�x�8��U�-)�W�ᮛ���C)3�d��a��fA@2M1��K�UB� �%7�uŗ�u�����c�/������@?��$����C��G�,�LC��f+��"%���7���\��Uڦ��Oץ;�$�?�e�*V�u��܊|�ҌrYnF�iDP��)�ү��5~��̹��鶨Ք-׬�,�\33DD�}	De� Jk�&�&���K��
+��t�=�_��y�}�=�y���ս[�C�u֤_�"���J|�.���?�:#䍯�Ӡ7,C��A��2�9AA�|ⷝ�i5���.%��t���԰�O<Q_;�)��A��S�^).�:T�p����u�Y�Rh��t,0�w'����}]A���UQ g����p���
+��]�.^�wq\`�N�r��h���䝁��݁�N	!eg�6�`�t(e´���s��_w��{d-P��qʉ��s�d��:�:X~�#m)r��u��?^�E�
++����(�,�mh��:�&�X��^e�4LN����%�l�*��҂����|+�OGA|�`��Y?�"���Z�7ޔz8ڔt<AL:��l�K�V��^���������q����8r�����T�;SUac��6o�-����K��c��,*1Ta��nׂ^�O�;(6	%g�S�]�*.l$�xy啷"�*��﨎Ѳ��8�A#�`�a���
+?�=���s�"dut���R��1�|�۴�Wr���ˮ�"f���+~�?Vwal�mIH��
Y7�"l�WcW�m�6fw�(jY�su��q���,�!�
je_�Th>��R
�l�������B�t‚�+[GK�դ\�8:U%(��[��A}M��Ү�77�k�ؕ
)vYC��"�V��w���2�¦�[ê���e�!A+@�1τ\���r��B`}����>��3ې^c���4�s���T���ct|H���&"�Ƨ-
Խ���"]sd�_�E�jE4�@����/6���:�ڷֆ
+��Lh��@��K�/	��FN�%���M:*����0i�����H���c�6��f������b��v��@�@}=.�H�R �����B�nJ@�C���KSk�C�M8��S\����Vw�����K�<R\��؇''�ʸ�*����Yy���Zv�]�F+�H��%��_�>7���б ���M��,�M��Լks-ŷ>ң��l�4�i�#�������	T�s��:�k���h�b�㐁���Ȑ���(�W5@~�%�J毶)f��������҅J�0���-�W�ג�fPO��K�=���v�Gӂ�k���n�X�*1������U�)��p�"'II?�8�7-㸄q4B
��8$d�WI�{�BV��":�ch��:ۂF�1��p8ݜg����L���S�Au3�>KHqHߺT�_`��BS?"jk��R1]*:,d����N�����ȹ�������<`��gq/7?UE��V��c����J�'?,��D��7:&ֻ��:��O�*�g#��t؉��ҧ����J���R �JzZQ@K��2��[�)~��]w�ɐ�*@�.�л3���QH��M.Us��*��3&�x���GO�;�`a=`�sʈ�gj2"�'B�%������mٿ��`>�/���#_��;}FQ���b��T�@ا��C�?�blꁌ۟m���vtz����U��P4C|j񩾹ح�����<I�L��R�Z/6G�O�zEN#kS�2�%�Ԁ	�ʶP�E�(�yz��Myg���^@=�ƽܟ��9��|�;Q�9\��Ǯ��r��w�G�eZ饥�/d�j;3g:�έ`�̵B�f�٣TĝUNSb@:�pI��1-�6F�pLӡ�8`N�x����4�\�|�_�����$��Ƨ��8�l��u(��Q
+�7��.�h���0|rv�[��δ�o�`clS�<�FԼ'e�W{1������f� ����=] C�gj��*�M�ş�;)'R��@ٽ�V�m-�����l&������b�yW��4����K�9��u	'��G�F�WM+�fno/��m��=:�b�uC��ϜbSg�=P�#%T荅6x��[�3��1J�` 7�j���c]�;�SA-��t��)3�x��)�ojk��x$�@{4<��8-��`N�+�R�
+t�uq���X����{�{��y`L=��V��|Яy��������Za`�M���O�LCb�Rѹ�Zj�4f:d��S\��l��D�'m��Ё��Fs�hQ{$Vk�LH��Sd�b�޳�B�U	b�*�i�9�|��������\�s���_����j.�J�/;#E����Hq?$\}CI�F��،����rmK�<�BU��>b�"��h��m�)�z��2IN�)2t�a�g�������O��x���kA{�����w�V1xI��v�_v<V��X2.��YVuU�;�r������5�$��*���ڔ�:]���
+��?���f�'j��	n���4`�gA�p6������r�٤��h��������9�4��з��W;P���
+��8����	s��i����Y���\�媐�sSZk[����4��8򉪡0��wy��'���׫�����)J��,�A,�j��]_���|8FK����>���쏊�7���`Tt�a�]�B��V��`�z�
+\�����'��ʸ�~�vB�i��9Px8���N|2[�4�����ʔ�݌��VV�v'?��Z��`���E�
��H�Þj�a���Z#;\]I��.���UJƮJZ2�D
+\k�G��74�T���s5/�鿠�t�O��?{��:cEN�m5rC7����m��AE�~�,oMV�0Ma�-s(~G��˰�`���t��y>+aY5�#��ڪ�Y��R0/If�d�����ܭf^�����*���̏������~e<��O�%���Y�N?>d��j���<���0xeh�j%l]���6�i�yQ�F+���׃�Y�#�Fi��I>�xH��+���VY���&���Z�A/?M+�u�`�m],�4���/J��3�|�e��\,Vӯ%��Ya�y���Y��|��t=/"M��[��������������i��_d�*�`'��ה��5e��j��T�/>Qs�V����~�*�Z�J���E7;�~�~�۝AjR���,�U+��9�*�������Iۭ���vⅪ�j�/+����H�y>�+�\�_̕'�ɣ�M������KM}���i������J�3��%zg�c�d�kDX_���z���o�����}W��|7:���6Ċ_�&��[ʡ�IZ���<²$]��L�6�l���>^Ә�Rߑ��x����ZzmP4Y�ť�V�?���_�_z��[N�J��_~����,T m�*�i���O�Y]��e�<l�ܓ��FI��Q���;}�	x<�8B��{�� ��Fʇ�3�׽A
+�
Q�MQ��'W�E	�if��VR|�$��*�{'�䁼u�|������%*�(� ������F\���{e�\���DH{6'��v*ӎ&�p�F���ae�w�Sg�,X/���N)\W�����ٞcW�"D��K�c������w�Xo ��)��@��C:��[�UiG*�x���;%%�{�+ ���u9�u�Q�����B�AJ��(��?Hƿ�'=��E9ac������Ύ@̫v��c��0�K��po�/
<깞K<���v�����f��R��l��&���fx�E)1@+%/�o[J���ӣ�+�o"|�H1o3�Pzl�-CCE��<�r��'[u���iz�y�"֬"���)�`BX����*9��R��qA�_/
�.ˏ{��
+�������
+�<r"_��qS�uR�^�Ĺ��>b�̺("_�<�x�{*f�U#��҉��N���� Ÿ�ԑ�/+h!5�i��@.4�D$�$Ņܤ�D���A������C2�o�$d����$�y��z��0O�<�JT` E���ۣ�x];��ǎ�uP���^m�l�N5�Ԋ�4�����������o��<r�^��0حqIQ�O��˿&�̺HAmdõ��������p��1Vʱ��|��Þ��{*~�i�]8���ȋS_Te$�S�%�%'�9懾u�a��W��̊�^�����;�
mN�`��i���	�P&��ļ���:�N��k�ǀ��3pzp�������ֲ�%y��M�.8��p�J�� U�.��a4��$�L(?7��	�����|��y��p��ߣ�@⛗���n��&��r�/�����_��ǿ�+���;"�������*�숊(.�,nӤ�SR�i�YV��S�*�n��;u�����������,�uZK��T����
Kg�3�:�x~�d{ʒ�`觛ۻ��5���\��CfT0�A�:���@�4�|�ȹ�G���#��IL?YЦ�{������H�ڤ�{[����SQfU2�`C
����r��!%Zx) Lb;�����h`��f#-���S
+�Ŧ���@%:�t&�!o��`���1݋��U�>qF-	�a�Ź(y~(���*�(�@����I�p
�O~
;%�_�u$|�P��*�}Zו�]�'���]_�P�,�$��-P-���*�CSʓ�M!A��L�	x ��/�럞������[k���1�^O��<���r̈�?�?o�ם-�{3=�s*q����[[T�Ր�vH$�����X�;"px`��9 �0^h��̫Nf�PC	�`�'��#����Ǘ=����q�﫦��y����6)���k�|Tq"XadH�F>�Td�`,"���P��@"9��|����Q��-��Ȳ�
j��~�����8bny�jiz�ԛ��ǭX��<C
+���&ASV��rP	�:�<����D�E�$"���$�T���.zsOVp�)-:��-۵1��RҘ���U��ַ`�eU�,�#�	aI
+�8j']���6�gTr��Do�ɂ2�뾱�����|m���ʤdw�}�{4ˉ���
+/���]^���g'�
+��*HL��X���$ʒ�P�l&��*������Y�N�
—��ٻ�ξ{0}v8�YF��+ÜZ}���ŏ�eC�1q� ���ܓ�tfB(hD"y�-ّq�] 
+��5ǿ����7V�?�zu����9��8��٥M~����IUw���V��@%��q)!��!4����E#S��@1����حqE�嶹�rw���G�?^�H��2ԟ�[[��b���mNsju�Q:�Ä�(:�`Q�c?���2
HAx��AiJ�W7co�����7��+=��<=�������g{�5�E�.bB&Ƶ	
+Q���A���.�hT�`!����QL #}�3՘��[�4������՘�߿�Y�Y�_̲�k}��)i�ִ>٩����0u�iP�NB�L�e��/�C*�=HA��;!�!���EBK^�wOu)��T_�ك��O�?����r�,J_/���r�H�UL~R$Q)���—���1Hq~��쟌hȾ
L*�s���J��B���)����ۑI��p|�������u�Ħ�uL=�������,TYa�lz`����
��kT�B��J��h��;7�����?�m�>�Ԭ��U����.�[��Z�n�%Ρ�T�H�;����]��fa�<]����������ڬ�æ��������z�<۶kw�G���M9���8l�:J�K����F���z��\B�5��p=U"�PM
��Z��?e�?��
+ϖ�܋�:����a�1t����me���3%�PV�݊�k�ݎ���Ȫ4��6K�ݢ�~��lF"����ÀN��>�P�F����=����,��nm�ܜ�~ژP��M(kH��
+��-k�fJ��':�������*���ҝ4<�oQl��y	�r��
+k�ĕ��V���Ȫ����}ٳ/7���V�����Ѥ��C��Ӿk���[♞�z{�

�y<�01�����<���a�M2�Q�c.YL�kc&��}�������ڈ��u�tT~�t�������i��¸p�9�2=���u�"��Tak�%^|n&��Ļ$��C<�
��B�����`�x��i��1w_m����~?�Y�q������ŞEy��W�{�\�h1D���e��;���M͍8iM-� -�'#�ż(���񋱂�L����oH.�=�6�{F<q��ش�]nY%����*Ϋ����
W���h������+�f�|�>���:A�7:Rc1M�freE%��B�5�I�Ju�U�۟�?�e���y�a��N�3�63]&I�鸓�u�
u!6��l�ٌ1f- 	�_]��h!V����r��]$@B��4�i���|x����9�9���ܳpz�ьs�CQ����묓K<�H�qXL�,�HHS�������ݺ�<��΍��o�i~���������G7^|S�S���_��Q7� �Qh�?���1e7���X��]�H s�Q�v����y_I��s�ӐFn.��'�e֩NN>7K�9X�<���)8�w���ў�eg.�����!nc��`6:�'�o-�=j��2��`w��_�v4�V6u��Զ�
D��
+#��M����֕�3$=����qjW��U~tu�ʇ��\xmm���;v�P��F�%�@����,��oˈyX&.�2�d�p�.p��	U/�Yr	�#-�+�<�4��z����Z�;�Z�k�olK�#�l�H��{|�^K���PH�Mr��5��u���ysa<nS20��#I#�Ց�E�@|�}2T���C=�����fum.�
�r�S�J�gXT�A��?.PÆPݺp�:�̦�t4��8��rn�X1 �}��wA����+�y���z�#i�\g�Hh�*'>�.Qie�V\��_1Q��WD�g*�^+��b��)c���)���%/�Z�W��z) �V�2C�@�U
+�r����3�I;m�@?��A�Ϫd?�����M�pذ"�j%c��}-�sOAo�@<x����Qc��n-���,��<��0��C�-��)��ܓ�6��H[Dd������X!4o͵����Y;���;@���@�N�4���LK�6��݁ANK�d¬�K:�´8�m�=���E�^ŕ���6��S�.��ƞ���5���E~�Y9�aQ�
h¾�����g�jGD7���"د
+5m��+S�Rz���$�eߒ��4y�D����$wI�V�����T, ��b�SFR�i�%����Vm����T"ɹ�5Qt �yM5��x�Ե�h>�daS6r��6���0�7��"�0|���.1�d_@f�9R۟�zɣ)��s;c��ZPd��E�GJ�9�3����E���3ν�lͶ�nm�[F�9�1&�;?s���7��s&�D��gd-����_e��-��Ll����Cg&p4�ߖ]z�-d����["�ؤ��]�OYYcq���@hN��/S����
D����F8������ڼ��Cf�;g'�ؖ����{q��.1s�%�D�Bkq���K�z�P��Rfx����c&	.	C���籮\�'<���2� ��7y�P瑝O������Ky�*@���ᴉ9h�L}���]˛��5��Y0���}(fa�+>xZخ�D�0X
	/���ZD��q��!�Ԃ�w�#�u1'..!�K�>\���ŒɒW�x��P
~z�E��i��c6:6��ғn!s���IDG� ��S�5��bA5�L��������Ws����5�>�e�}�!��2�������O>��'6��1MC�+�t�	����ځ�~��J.�o4r�}`�~���{����\h~�,l<��&�?�^y���CE��ȱa�ɧ��,���v!�RmyG��*A���?e��"�l�I���'[�w���U�b�/o�k�b��b��s]i�-��}n%v{5���c�R������袼-:g��֙����*;)�/��������#�a.��ELY��S&³s�\�]�w��m�s��~�z�!bdM���~���0Q�Kh�9XSa=mX��Kn�{j>���k�N�2gqQu�'�C�'���N��V	��-��f-*��2����
_x	����ư�壢�0T�I�.u_3Րu�ز[���%ҪS�(��c�:l[�4��"��U���3��
+�g��wy�>V� 5�39	�AL����[��4e/�0�ꏷ�;/=ķE�d�u�������S�{QX.���:��Y�D���#�\O���^6�"��?�e��D����jk]�vu-��FkF��u��EE���a@�#���9�
�p��	�r_�"&B�ٹ:�s��m_uW��U���<������/���r���;i}ǻ�ٛ4ЛrVv_�+�CF..k�`��I���E��>>+cb����f���>ޑ��x�o�f�7�N��ɍJ\��'�}q����]W�.:&�_��4�K~�2�-!�̳d��Ffk�}ϕ���G��!��C��x�G��E��>�X􏿌����L��d\�;��z�[T��–]����Һ��K�7ª�[��=��b�3��m����3fJ3�n)9j�#�~OjY��;3P����uH�lM詍r�w�x?af�
+�����&�����s-��dW,N�-9�HG�@yVc�<��~8�`P��@#��0��rn���gj1n�bz:��݄�����_�j��d�!����w��r����ٲKā�3�MR͑r�����+&�ӿ���Y�<���Pq
�^H��
+�~IkI��H��F0��"Y�+S�v�P��ǐa�i��l�X����t[w���3�^BJi�mGK���j���ED�tR�i�^;G{r���^eG*ʚ�É�Q�վ���|�*��	�8���K���1�x4n���&���q�2�D5�����f\Oo���O��hwc�n�3���c`\' $�,tL���[���h��*d���_c��{K��[&_}�Y���4���&�;�%�Ajc��8@��{/!�n-8Ē���t�/]�����_r����k)�t�R%�rX+�@6P�0���Q@A�9]v���s4a�<.{�B�1JN茍ޞ���e�b�hG��Ln:Pa��3���봇%�(����;�ނ�=��buE5�֢[��$��6�^�@F�/LH��NY���=?G��waS�0J�,���l��<c3�m��܅U���E�xF������䖜�ѹ�i<���
+i��b�����8f���M�椅ڐw����DwKQ����I8e�(�كE;�i`}~�y�OfY�E;�y�"f�2 =�����n:���Toy�(5õ������ٕwY�HvgL�qΨ�����Eɏ<��	�&������i����
m���ќM����y���qP�QٗLe��@�
+|��i��r� $�
@�� ��-�f|r9�Ig��OE�<����;"���Y�� �9���J�t��?�znw��o0W#�z�������S�5��dcWl"z�NCx:ܜ�anD�Z/~rq��y��q�N"y��!�t�ƨ�֐�Қa+�=k�v�W��;Z�b�K�h}�!�a��kT��2�6������#�g�����U�oA:��@��Lo��6Y�52jOIG%6���-6c��t@�w3�c��vDȮ�j�h��M
+*� Za�X�td�a�\Q����m�؄��k���;�5bu\��s�Qo'
2NΡ�����4�봑�ܗڴ�$UOם
.�zJn�k�%�J�Yݐi�1���I�.�dK�S`s+�=m��
+�ie�)�J �	�p�Q�PmTKD��|d�c�C+��&�]rNΗ�]/o%Y���ڦ�CJ�����U3T��S�oqu_�?��U��QRHG��iPE���c��n5��=4�#j�K������^}9���w(��kϫv�p������Z�">v��Eʅ�Brڄ�OC��D�]g�N�T��5�
Q��t!ef
�
+��O$H���-&�P�*x'�ŷ���������<������U�;nE�?�yO�/=Tr䴑����o#,lLۤ��U��yR�=�,�G�_����N�����8���@����\�_$��
+y����g��ݵ@h��gt�wvs�!M��)�!mn.��O����C�E��ќgf;m�������p�X�W'�b�}�yՇY�b�y= �a�dԴG�9�%�bjs�eOI�������_SH�&�8��*��=U�e���w��r�/_�R��6�G)yt>�l�T(K^����4⑽L�&��_,`�m/�wD=7�Ŗ�&WY}/�?y�Oq�=5��Q��zj�Gk���v��i1��0
+62jY
�aI !��B @E��������� f�w@k��O���}���;�wF�׭���wEu?�DU���w=*�
�i,��9�e\����������޸��lb�����
+�ㄙ�o�z�w�VgXK��w�e)#�,���� �;�b�~Z��fɯ�n!�2;������R�#zZ�_M.u����	�/'k���it�}��QL�i��	��R�}?ཤ�V�1�Q)�_2֡���N��Pr��n
��TE��N�)x��Kr��� �ڔM���Y�
�1�e�B*VcPA�y]���f�S�h(a�I�$>
�ʫ��N��y�����։5��IxR���jx�4�2q���2��~
�ƣ&��ld�*�߱D��C��Ň������0E>uw�k���W�)�)p�	*���1�A)m����n!-��#'�����1��y g"hM��ɍ�qEz_�6j����*��Q�	��-�ǥ��>��un��f�N r���۞9l��d�=�*�,�b4-c�n����C�gG}������0�v{�W���l�������Y-{]=J,�72lfO_���6:j���H;��fZ�b�~A�2,��ܴ��
+)�3;���Φ&M����p��GE�;X��[�
A��dL?6�4	�)�q:�
+ZyX�iL�����␌^�R��Og:�=˝9�YD��p��t’K6I�=�:��<՝k����,�Gه�o
+�I�o�����ڤ���v���>yZ
l��<��:Qd�m���_����̓�<K�R���ڎ�������]QȰ��C
+R�G�nx7В
��+Au��Q��ի�`���2�]x�X��m���f�S�*��^\�kt���pO܈�D�y�7@s�?�O.����jN�O%�.
+�:V˹Q@��x!
��-#>u���Vʜ����8�^���
+
z5�3Hu����g�����:s\��ߏ�k i�'���
+BE�>��D�7pe�}jW��&'Av��\�e�+DZB�H�
+�g�_x4,��=��\��:ߡ
+u�����5�Qs[#�Y░фmxh�͹B(��E�� ��.���z�w�V:�36!賒��6�ױ��Ļ�=Zl�|Xh�
+m����ē)� ����Xf�O�{���ާ~%Rc�%����Q�Z���:�qh��H�
+�q#�'��ԺV������"�p�]{�)�Rcֱ٠��|
+����5��h<�7��� ��n�j"�(l}}��!���{�Q�A��t�3�/Ǽ�~R����6��)����	�&f�!R������Ov&>�C����2��v+��aS!���$vxg����eDO�T�ʰ�OX��5BQ��#�N3G���>��an�s��T����,��&�:ÄEs����~�Ӳ[��~r\�h�	%���l�p�w��\�d�}���{��5��-�v���ڥ���޺�?�+o��Fg�:!5�ݏ��|�(�AO������SF� `�Ԑ2�H����,�#cT٧Qw�ߴ��o�����sJu�5��Z�RK=����w�-7�G꾗�a����_;���>��z�[����G��F��
�5~4��9G@RZ6�����!m��3TrI�_q�>�
+n`�� �3z�-'[&��\R|aPN{��+]����e��E|�WF.>�&��F	��V��U�C�� V3�r]�,��IXz%������e�����t��v�z=�(;2��ϓ�E���,�T�O�y��~%���:�c	�o�GL���୎��!�ܒK��s�2��R1Z_�^ܚ�eǍ��5z�E��i6��"���d?�����2
+�t�s�y�2�Ŀ�@�4|RXE��i𥟬llf�GL���̮Pp����A�,����ٕ����gWQy��k�ن�mbeP)@;�HP�*�(�I)�)ȕ�J�s	��,i�m�A=�m�_�<l�ҶA^��כ1�C�~\t���؆%1�X�Q=�0��	�G�QӪ����fᐰ�U㟻W�r��W�&a7��8ԋC�L�@j�1�":��)�����=
+�3���g27�ΤMOL�%����DcWl�A,H�"�A�-�^�#RA@DQ� M�(�-YY�?�'g�������ΰIk��T�w㶢&yCX��l���=�e���ܾ��NB����Dm��gT����x�ا�.��������K��]�Mݐ�T`�Jԭ㱶�l�G���/4w�U��my]�]�}c�P|��YtG�J�Dι��\<�.�K7��-�ܳ�"�M��.N���Ϸ�N3��M��Ir����h���r<�{&�9�e%U��"�)���
	)e}�:X��^xgca�_��`z��3�
+�"��3�]ӵ�_1|(��k�^ѷB�V�a]
+�rU@LZ�3�c��nM�����o�o	pqg'��u^���|�
�C-�z���)B=5ug^�_�5
VF.
V=1�#�n	�0���c[�W�QB"�w������~�6BJRt��I�VzQ�_�L���7�շ�;�J^�o	��/�������˫��G.eMʦ�"�&D��M3�{j6A��8d��{ǧesN��>�1	�Q̋���6.�H�JF\��bF��<���6f����9��j��`SgQ�e�6s]L+̋��%3:ps����7�������[�����GLڮ��ff?�B?��M��OOF:���K������L�'����q���Ԥ>�~�_{�
+׫m�Y�X�����",@�zu٧�a��.ᒐ^h�����縍��9*nk��**�=f�	�N0a-wWŨX�x��C����"l�/��'?O0�^�J�Y�6����仦J��������<��7���W��f��s�zO�P�Ѳ��������R5>}#��@E~5�`~��j\�{
+��%�����]��s�
+s��+�����,��X�_d�wf�h���mnZ21z>��2��U�=�E����}
��SD���p��&H��
l�/���$]1��ؑ���8,���zU@MqM��}�F��<��d��;Y�S����<�&�%�j��Im�����bwd<�O�!�Ȉ�`�MГ�M���H)�"��4�0�%ʶD�ԥ�{k�aے�׺���*^ƅ�~��#}S�]�yg�-1�S��_��S�zk_]W`�֥Y���Sc��WSK�WӀ4���^�/����z������)$����,C�x���
+1�ֆ�Ϧx�	�˜�aL�E�g*Dą?"g?>;�R�ʯ�W:���Pg�S�� �=p������#p��l]W���E?2�[�*��z؁�����ψp���.5wXT��R�U���T��!��k(
�_r�<��1J"��/�C5q1��!�a��4��n�f�4?�,���4�(nW��xt�������y�6�����z쁞E�Q��ݰ�ƴ���r�(%[\�}��*��t�PE�����8%���!�޷%f�w������U�x�-�e�i0��,@���F�M\��~Y�?�(vAq��0$�6V�9����K�K�P��U�R0����>�q�*������վ�0�~j�6��LF�ퟔ����
d��P����#@�&kR�:@�R�����J.U�Yj�3���q�J��t����+c7�s��}9A�ޜ�nMu���\�.F=w�H�>�{�����:�鋙��70�.
��ޫ�Y^�Pt�o�q�:v�_�!�'��o.
q|BF��v!!~s��5^��Q�ASD�HQ�2а���59�`S�(�hX�5)߫�d����߿���T��u8� �^���>���^h{�~Ц~��:$5�t���3����<x�~����1�7=�l���P@| �ĞӶ�]����i	Z�*b�
<��h��M1!�9�Do+8��JJ���*�>^=בu�:�K81�v����S��>U�8%�L��.gG:UAȰ�a���·�������2�*!g��h�S\X������{q�S�`��rAT�~�<\�zi�2f��si�1�������9
p���:&�8�|���	;Y��N��m�l���7�Q6�p9*���f���SA���(��ߺ%�į�B���?������̟�L�0^��ݝL�f�Ԯ�c&N2�I�Y���\�9�|9�z$��"��\bQ���Mjvk����᭮ꪮ����<�s�2Rw�>I�}�\t��Ο���y�������2U�����ƴs��T���#��K<���9�!n|Xf4G�
�(f���ZJ�OM|�Rk}.e{_x��7EA����P�s�G�#�7F�^|ߙ{�;Ai�KOɽ�k�g�ʿD~�ґ�.ɯ#U����;s�s-4gF�8옵W�_�c����漈��{Ճ5��j�S��؟�!�W1��UW���������!�Pќ�7���G<\���-b`1��5Y��%my���Z jx�����~�����A��]�p`�l����ùVPϵI�Ө���N��v�̘�T�״E78�
+;��"V&1j^��h>��HK�m�)��[���%j�v��QP�WD�!��h�O;�_=S�����k���*��g{��p���̧�#�<>��!�LP���h��;20G�� ~����}.�T����:O,��Ț���M@M����s���	1�$&�/
+��b��_�f)�rF���W�����ø��S��j}@����3�Ӹ��K�j7�@Յ�U�����}����yV�Y��T^�}'UlL�<����5܎c=��;ۘ�jLڗ�=uϐr�y�W�׷�&���M?��-�g�0ܐ~f�!����wjnѵm�r㣿a�����@z}��B�T�
+��9�:Z���y~e��u.�o)�Ϧp�ۺ�7�ƗnM4��%C��$��
b�s���չ�D(�г��jy�blJ�����*r��,镾������[6vatC%񚾜��7	�Μ�'p/��-���(i{�����wu�mB�c#�~w���&����ұQ�@�U2��	){��N�t�q����[֑����8!,�/bL�%��g�D���q;�NdP�hݜlzl}W�,���6���e㣘��
��9�H�l�Z}_7���.�i����Sg���� �)�����~M7�	����p}�Y	:��Eʳ?���>yk�]��r+JTw��n�*f��L�t�P5���g੦����т�غp��<,�]	<s��s�8j��N��İ���+19�ɪ�]yÓo��Wz�<�܎�I����2�p���Ԓ9ّ'��vO�gn)(%>-�ɷ�D�>vdm�ZڞhJv��o���}r\鮊\�n�����Srڷ��9���,�{��پ_tdd���ڰ"d�E���+_�u����s�,�Kj�U�e�@'�\3���I�u�hl��"���1V��=�V`�$[F)O\��S*Bm}��;?S
+]�:�Z2�S�I!��4�9Ϩ�S���e��@�;�5���0P�%\�[A(�XD�Gz.�P���u���l\l�M���Z<sm�fq��/R\�{��ٚ�-c�l� ;�,��_���CA-������I|ߙNɭ蝡�l�R�zˮy��������x�GXb��^4���i��,����g��)j�0��l��@m�;������K-y{�]�}�ZO�����S��/2�
�`�%)����	l��!w�}��(2�x�K
��#-p��U���&�R�Bx�7+�;���*����c�3�IN�kܳ���ITʾ���^�S�#���9*,���jY��"��W��ޏĢEA��ՕC5Dp�%*A�e��5�aG��aF�v�/`�\rZ�O���γ�Czr_�^�@�lK�O���������ɖ\���s����T;ˮ������2lNp���X�h(���2d����4���Z�Ƞ���<���9	�霪L�W�ڙn��j�l�44A��[�&&�%�������a�nͰ������n���C�	�E��o��C�ѧ8P�i[ȩi� �c��-\Vp�2�P;��<�41�#��m���m�UWׇ˯��/.Z��l����*i�U�J.;eج#5���LF�X)谍I
+��y!�@6	{��z�Nm31�h����������Ccg�w�_��x��Rzew�ߙ��q���?���QQ�/�7��ʩ����̟Ҽ�(޹w�6�s۴c&M�41M�Xo��1&A�ibp�(�/ʮ �}W4�"�DvY�" �bҤ͟r���~z����|�e�Z<J��"�\�c	�8��#�y�##�>i!6�@/���>Ј[s�"���@E���_X�����N?m�����I�O�$�)�H|le��zBu@�
+�+۞��ڈ���.��׹�R<��$��ӈ�����}7�
+>�D*<o�\��aT+����3<��������Hx�[��F7�yE��#SgE�H��ww�\�٨����)Mq#�*j�o���L�����W���p��y�6�YRq!�g=]�Q%�Կ�oK;Aja�5����Y�s��{y'��ٝ�>u�4��]n�T� �ɦI��@}����;��i���F
+�`
�a���/j�C�{��#3����y�
b�c����$C�]����7���찎������N�v��1�~TP��3��q��U���u6B'�_��ˏ������MƷ�m5\20�=��߷��A|��G�2��Mԃ>���M��]Ye�QR}���/4���BC�=�࡞Ҽ�����[>���'�����a���C^ޑAswP�\����L<j��%'�\F�����d�?��pi'�3��'C��ʊ%�1c?n�>��	c-�$7�D;zK���1�~9��p�m���L�~�1���IP~�3Z��E�ݓ��e�g�ܙA�O�,�;��vA�[]ё�q�gā̈or�쒙�M�=��Y����S�b���
�m�)ҳf�o�qXɭ��<rv��6Wϩ���,+o�['�[/�� �f����N��˜��Ґ��
+����P�]���䪝%R�a~c��~dJFZ[TZo�Tŀ^‰�K=6���^^��!��zE'6~�
��&�����=�w��D���k]�/�(������˻R\��P�
�(,K�StQ#���,(�8I-δM�J���x:�^y�c��ա_�ۦ�>��N��ҤS413QGV6-�bN���S������]	�iM�|sW��?ˈ��)���XߍH�(5	
��7�o��]��T_��"��Jf�
+�6s��>+�Xw�K	k�5������\Ԓ_��wկaw��Ҥ�w ��B�jrš��J�8< ߉!�S�J\3c&�-�-A
�bg]lj��3�x�]B��W��{
+B�2zu�Q��	��A�ѧ�AX�̥t̾��Ա;�c�m90�,��CF��2>�+E��L�s<h�O�A(��Z-�m)������}��{�H�O�9�C�p�4\�$�–}�p��W��ڑ�u6�̦tBʆ�ijnɻo})'��ʻ�{����ە��2�����1���!���ä��&�bo1����ۡUFmD�m�i�����{`��&����C�_RV�A:�Gk2=Su���Ѷ,��^tA���?��U��bA.�u�|ï��7��o�E�=��H��C)	��eq#�1���vbS�,�%��8����
+*I	���;���S������^�g�]��4_�o~rF�U�ctE���`A��L��(�9Z{ew��F��Q��&Z%��hTǂ�5�S�_C�u�KZa�9�RK�;�0�����u��F$i"��r�Qm�P﷘�cw�Ψ���Q��q�)��6d�8$�*�n��E�N�|mW������c��]�V�&�wv�ѹS����zJ~�(�A�5�S2E.����j԰���PZ������eWi�؍�X؄�$�%�O��r�I�^�%l�C{���R�-�8,�:�v�-#Tc�ܲ��V�_��3�eh����_]ߖ!@�H�RP}��|UW�c
+��²��p�bo�@�`',���^�&f��ZvGp]oN(N]�Q#h���)�����\#W%��q`"�e�Մ�"d��t�b��uzK���k
��NH�,�E��+b�Z,�x'iD-���M�h_��5��I�h���'�����F�K΁n/v���R*m���U7�z���������+}
+������(�OE��UpnyO����������W���g�9��̤�Y�L4�D�Lk��E�(�(]�4P${/�(�)� R�9��̜�S�ϋ���.޵߽��U�A^�ԥl��_F��MC_)	����:�V�9A��j;��;>����3fB��lb��%o�{c~GX�%�y�0���zaw@ݎ�qp�U:�ڻH.,��}
+�#�����z w����>d��3-�ׄ�?��e�g	���h�X�`	.�Hׇ��u�X�t���lth�ˈZz�F�ȭf|to�A��ˈ���w
+
+<�)�w��coݏÍ��y��J;(���OZ��ĵi���*�ȷJ,qI3�G��t���J��s�س=)�L�]qsCXy�>�|�܌��T��������_�=�	ீO��f��vt��t��6)�l΋؄��.���� a@����'�k<�*,5���&󼩻����k�;�O�n�u�1L��Hy(���R[���nh�u�V-F�2O�B������(�e~5�5pY�掮��J�[0-�['��FSl�w>d|�:َyL����W~%*3�&�las>c��jD����kS���}i���%9��
=/���4<9�g����\����Y2��t��(��A
� Ac6÷Ek��	�̲{}���v�\�ү��Z>Z#�v&>&���|*r�F��nسB���qD�6�^ k<r*��[�FX���J�1��m��>�/h��A}g[��!��]=�
 ۴�8����.�/��;z�_�c:W��kݍ�ư�צ7m�������Ќ�yh������"jd������͊X�c-�޽p�����I�9�)u�2[�@�:ҵ�]�V�S�Fz��8������+g��,�!��ڱiX��M���-aoP�Aۀ��E��)����ߚN�aST�a��<�&yg���}�掚�wQ�	�5ʭ�����7X�M����7�I����
7<ܝ�{꜃>�-���~��/R`�Ԭk�U2ܯ���#s�5qOP��=1	Dacg�u��k���M�8Z�B݋��P��N�Y+��������h�o���A�{�����m�D�]MOa��ŹyJj���}�>V�bo|)B�^����>I/�XE�F��Ҡ��/��^�Kk(�C�HI��j�u�31p��C��V'/�g4��+~��~�#%	�3�g��S��C��-1���+����bD����o�8nɹ�	\Hj�m�hlȶO�޹�-�=
+�P�/;\i.�[���-�x]�\c�5�:���#%,!�:��Z`��r)�@��f�j� �F��
+��=��
+uI[���d�tk	p�`7���S*�g�$e��2��S�z�g�d:g�S�r�4>%b�|�����K+.��Ґ rQ哹��ǧ���CUݭ�a�*ӷL�y%�����G˄*I[ŝ1J�#�,��@*����l���yBށ�^�e��Y"������ކ�����nQ`C(�Z|�֣f@�������A �#�hp)
�k_dAeL�mq]������B
+(Py�ud�T����_d=U�Q3�1vr�r'�s��ڷ.Y]ֱ���lvvX�0%rvٕ�LʑN [�![G�4�j8h�<�hOƁi����抈�'�Yu_�ј����3��V�g��=kT�a��X��_�u˳ĪvK(�S�7_	f1����0Ƃ�����:K-}z���U�?\W��\�
���N�=���1-�vѴS����[��5�uSF�nt5b�4}b��GM�3��Yb�&�
Iܚ�+���Ґ�Q�o�=���[�6{яW����m
�Yz���d�]wJP)���$��K�/9�)Egm�6$*�П�}l�z'�s�3P*һ؊8�`N7�h�U\�k	�^'C�����Y�?�ϧ����Skv��o�Rt񮬥X�Ϻ.aU>p��2l�
�t��83�2 ���7�g������	J�pҍoC�i�ճ��9X�dm� ��`O���d��V��ۓM%+�7��csbF��D��L4䩵�����c�<+MY�������?��>�����	kȐCic�e�ꁊWx��$&�:MM�J�Oqy~���q|Ϟ�l�����I��hM2�1�N��bAņ"Ez���D�J06T�X@i"""bCDE@P��drv���!��w��{�s��~��-Q�q2L��E)��0���Z����������ظ���M?�5G�䁕Y�ri�Fv����5�de��"�g��M�6>k�2V�J�1ߔ�1��9��EvŴ�$lQJ��k�i
+l����Uvm�Ra�w���==��35���r����o仵�G�\��
+�s�.5���P � ה���̌%i�s%z�w�����jȥNJA�MI'z��j�����p��z`f�<Zb�W�,�h�6yu�\g�K?1eo�Q�eP]��*�P�=[�v�9��9� �r߮�nUQ�3���r&��]����(
X�'v6�g �l*Q/6�j�������\���N
+ʝ
+&�։~4�� ä���B�'�_�S֕����M�e�l�k �S�7>5������V�8���}��!��{�.K�>k�0����R1`�����m�PJ(����е.28ͩZ���w��cl]�G��MTxsw����`f	*��vbRo���=�
!me��QN�A�z��[��$@�Š�������o�6աI"��4��~�����Ყ~�����|"󫵹��Hx4 ��<����5����m���&�BG�9?z?
+��>p/�Ęe%~����k,��V�pQR��?�
+"t�in.��"d�u�
+���{lJ>�iE�|)�nD���U	���fَ�
+[�|�'���c+
����mUP��ԓ�R�����7SW�1�|��
�gnιeg��k饚�W���3bċK�&y�)a��&EG��~�w?�t�O_O\U�3T��w�Я��AZxT��X��?֛d�s�����grn�C����v&p�������*��@�m)*��`arBܿ�=�X5+�	{2%��w���,Lԑ����>0��ZF��4�`����Ts��
B�����c��Z/:�pǠ�C�(c쎩�r���`��v�w����ٮ�+v)2�P��9�|]<|F�wc{�������7C��i�R0X�v;h�����,����F/+�)'���]"���3�&�g��E��y�EvM�dKq��s��/�d�뺠��!B�?�b6�*��(�?]�>�^���0{���1n��������~Vυ����s���l�������if�]^k�)
+��J#l����~�s�8���x�v.?`�ҽ<򡵡��
+�E[�@�,n�j�U�i^ő���H#b��Ғ�:�;ra�b+:z�
16�ݟ>�
+�oĈ��^:ԫ�=�\�����$��3�U��-%=wm����E��q���Y���c�3��59.Ωħ�đ�Q4R
+���E]��N9~ln��z��d���ś
+r�������6rL�����ʻn��gnA��&��a�׃O87Ƅ]Q��R깱�P����(Iag�*�_���9?��/ϛ�i7޿��./�9�qq��-m�]x����)����x��x
����K�„���]��|s�����4/`k�耊w�1�*,rF,��fWŮ�� ��#d�o�
���o}3�\��Ưe�4�̫�T�'���D�o���1���F6��M";0���ks�S���b��Zd�\Gt�L�»���k2\��AJ�m�&d�<*�Օ�������SP�{\�{����$�
tp����	j��4����,	��hM�_�(u�CLM�n
�^\2��D��߅��>8���6t��ya�:ጞ�~A_
�ǝ�FC��U%��
+�E�������J����c��������l�P�G0���c�o��o�!�{g������r�ⓣ}�tS���Φ���=Z�tK�{e�(�\�Sw�(�[��/]�*�s�,n�C�o�z�C������$77l��Ώ�7�z{y��vAIL:7EK:�ؔ�5�zb�x"�Ğ��&^�QP޸'jR�İ����p���>9�PJN���O�ip��<67�N,bI��X{h����Y�ɺBK;ꑥ�T>���/J�R.7��0Hx}e�����hM��.�$-
+�[�6<��h��X�IS�,S#��E�pVAA�y�I�Cp63���Y�)�TL��ӹ��������k�ˣ�:��[Č]���1I�G3l�k�&^/;;%L���]�#����=�O�
��#���k3<Sd��:ʡ�.��<2B�p>#b���me}��$���d�8'o�2�^��U[;�!��$�映�Ԅ
+�U<x�R7*̡ ��(��[�j�!�I��;1�@��S��Sj��ηa߮`!����>�x�I�4	͸t����E>���K9[$#�Y�V"��2s:�S��g��浊;\�T�FOE�������р|q�������s�%�䍥�J�|�#��j9��.d�Z���`��5����ޏ���p�\z>�Uy_%�F�^�~.���D\����Q��-��E��=
9"@F�sC<:���!]
+b�c�:��\�F�H�k���1�Y���jYi�r?2���*�r�,�{��t�(:r]^�������
A��?ؒ�R\S���q�1D�ٝbmC�DC:�>�Ș`g�k/���o�}8�\�bc���U�d,��>4�b}��^�Kx����o(�^oO�d~�p�N�X�Yh�<[�m���؇P ?�t�H�Ol"���c/���5���zj����.
a�\jz�"�~�}��$�ߓ����If�AV�?@J��� ������+Ä�{VIu�$=����u�ޖ�h���E/=�P���(#�ok�6vm�⥱���R��᧋��l�}�����إ�<z	��,���w����h�j�ډK�&FB�c��"M"L����c���-y�: �_ɍ�=ۚ��3%�r�59�{�]�@6K�\�%/7��anEÉ��uh�a�M�\�$�Q��ό��#�?M@�NQ`g3\ܞ��\;-Ț�{�f�c����6-μ����������2f�JP|�҂{��h(^�x.�$]���_����]n����M���+���/̬;�ݬ��QI��9iOIJv��[�&����i��X{����k���	�`��2ʎf��Ş�W�����Q
+�|�iȭen��ƭ����TP�|�.�Μ�0x_�.m���Y��o��oOqJu��[���Ɣ�o�9�N,B�ɬL���Tӊ���fF�ZK�����Q���˟
+�#���b�����'������Z[�c���@~�����+��G&&ʩ`r��]WƇ����ր��6�1Z�:�|�7�K:_���u|�x��I�xv�(g��Fv鶂���}���/��,6�)����O�	�O7��)˟K�̭��}u�ׄ�����{.%&eWK�p(1�M
`�j�a��w6|�,��9	�yMڏ%*��f�S���?"�Nl<֩h�a㳏fh�?��g�4�SK���q�[�̼����I�S��羪:ae��<-A����n�3���Ӯ���/*Y�A+q�Me�9���}կ/�Y�W�����^_�B�e��x��l:��$f�X�[Jb�}��p{��sw���!^!��&��=	k_-��!'�7?����t��-禭��K��d�޵J��,Hٻ��7��R\#uPgod��8�މ	��7�<
+�TC��W��ڲ��0I��ӊ��uP�0.f�*h�C?1�=T�]�Kp)k����w���A��EHrL�����"�W�b��8@N����sU�N�3�{�m��A?K��"�����.�TEX[�#�b|�İ����hp�	�fl�gJ�=ǘ�xhl�Z;ׇ*#�'�P��݁�Y~8'�9T��o_��;*b��-闿W%����(;��V�x
���hQ�^$D�E5nm�ԥi�iԳ��������}����]��<tG#�mi���v4+��-56{���s������ʂ��1o�"ɹ�u�d^��9�).ʩ�6L���xcRX��aߚڨ����~�WB�(%�Z_U���0�Ŏ��->���1�u������̦����skI�^3u6_O9��I{!ũ�U���K���ߎ���n�H��T��9G�#���7�%��S!$X�%���ӷ$�6����S�TZG9Ne5c�h9Zf��k�����
+��l��(�k�$
+n��!� �((���Z�?�>���q�r��"n�
V�͐����Z~w���Ѝ�Z��DΓ��&���ѧ�9�;���oQ�g�R�;Y�"�;���<��],s/
+�<�KD쟿�
+;�m6����9^�=��\(zf��,c`��]d`fϳq�ӸX���昈4׌}4"��(mC�}���u9�V�y(�L�ރϾ?�,zb����ڍ�3X�ƭ�d��jލ���˫�=S@�S]����f�5<�kFH=66�ܺ�Z�ʞJF�W/n�_\jbMJ���o���|���~6"��]v':4�RMj�]kWy���$lQ��#7d�9��%�����@Mb��z@I��M��9�1J�?�_�>酉���/~�)����K�����\BE^�jH?�,�O��}�]}�!�;Бia�L&��[�O�5��UR2&��L��jf�?tN��c�8����-��`~(/7ܷ6)į����촀5	.�9FJv*��wF�������P���[蝫�v��7��ѻ*J�{r����J�rO�G��@�@;x�}����������EF�T��X����Zkac|쿋�P���=��<R����d�u���a��2�nSr�<�<�G[�81p(V����g�g�9�z���:��C�@�y�Aj�m�}�e���M��S�/u(;�[�-U�2N����Z������r̩�L��'��`��b�xo��ܝ�cw4��
yEԾ(�.
+�_����"���iG!oo�;�r�F����[S��w֥��&(Y��檂7�*��f��m5u����U�[�w;�ܣy��` �M��S3�?0��?�������o��8]僎ia{�_��d�85,�7{���2�=6	���ыՖ/�F��dy
"�m�����C{�Wl�*
Y�B=^l��;�/暰����K���}��#t�����JY�iB�I;��z8I�!z�JWQ��=?��W��Dϯ��R���T����֯+MM�K���yw�Y�]G�bё��ǻ$�&�E.5���O��;K�щ�A
+�;Rj�?��'%�<Q�xԍ�����m/���BL���$��^���l(��p�҅�1w���|�{)��;=`^X���^c����7��h?nλ��:�f?&�1�}i� �ꩈ��-��շ?��&�=���\�T���\�d���s����zs�*�R��w.G<�a�||�ć�����	��NL�]�yf��y0ʄ�hF��;P��[IH��d)��`C{�ۓy��x�Cv�X��)z��v�܅~�R��4T�e���.�ƙ;J��RR�*bk�0Ր؉}}�&�|\�D�Z�Hq
�&�� 
;��Fov��Re�WKL�J�AK`޹�AJ+؝�b U�����fV�����0���62�C���q8�%��j3Fq����6ie�c���OKv)[��C
h�RHpiZ�v���6���VP��,ߐQ�;F��"`���-�L���/xwfjl�V<:�u��w��w�	��yvձA$����f����l���[S��b\��t�
+ȅL���
+6�kߟ��+��jZ���s������̣��]��u�ǀz��3�*9Yfոf�'��|�<5���1�D@𫩱�bU���,��/X�@����]h�,=�h�����,9��L�w��6�9+��כr|��06�ڏ�0HJC���C���B��	i��N��/�������8����l�4)eu�4� �E���	��_�с$�NLm�g採3s�lo��uhj�n-�Į`d9G��)!2HBJ��Y�rE��=���]�D�0D�xw��5�Hx�o#F9FN
�hs��=d�XsoU�S��_h�?�6�<�vl��Xm�G�)tCvZ���^z�����Su�ጀ��Vl�Ƈ���"��i�\D�N�����59�����OW��duOX������<�jR�UzR����d�>rI9;醰vc�����?%-��qf�U99�AZJ���̩d��Ҫ��S\�_i�Y���N�ǜ�dO�)�n�I�1�hb7+6� FD�"��jb�`� �"EAPP�bĎ�8��ٙ?e���=���{?�yH�O�`3"�9�o��bQp���%�����חWU��0��*朵Ur4�����R�D[$E���	�Pѧ'��a��L(�̼�L��m�Y�;�]W�?ߟlH�G��q_�j��<c 7�@�b�^�W3��i尾y�oN��L)ݙ��щ3���e]s���X�Oə'���䱯��j�@+_א������>������,[�pM�*������Z~����ՅM�ؔu����)9��R?��E��ظ����o���7�@�A
+��!�,~ U��ޤ��uI&QV���hOַ0*}��t��2|#���vvCK)w*�������W����X��'��ԑ�w����dQ ��$���[����c�������˲����R安�����瑼=2�jV����nTԲ�>vu��S��X���i�����Ƙ�6�a�,)k�;:�ז:�����T���g��%xz��;)�Տ��ʡ�o�����lj�{&���CvY��0%�6@Iݙ������⻁#�D~d�5m��y� s�
$�NZq{c�_V3�Jb�E\}sU���g{{�Iyq����Է�@>�؞§8�a���%��T���Ӭ����OH����.�_���x�I�����aJڎ�]y`�?�Zd�In�A��3���Zʧ��%0C/7m���̭����I��wg�I�6�		�Nj����ho��4q�5�E����ⶰ(�����oKC�W�@e`Jڸ<��5��R��aU졕��j�q����!L�O�}��c#Wƻ�Mޡ[���A-�͎��2Py��V|i��zF�I;�&�>��D�.p\Q����/��]Mz��h��Ŷ�;v���Zr�Y�ީl�9�1�%x�ʌ�����������#T�'�w�W��ٿ�!#��VĚ�����'�x��~�M'VNÑ��Zå��_��D��Ru��^�d�W�|��8�0���'�����AB�I�ދ}q�_yj��z�ۇ�câ��%}��{�,˻O\<�����7��uVG|d��4�7����G_?���CZLr`�2b]�x����{|F^v�̴8���I-�
�@b~��զ}�I��.�ZN�с�۸k&ö��������/eV'>�/����g1O\�c����F����"屽�6\�m�a��9Q����>
��jx�>J�ޛ��g)��v2���m�q�)!���H��K�;�'Yū�ظ���Z~ɵA"$�݁�[�
+�g��\JT��4�:���v��!�����$�©�@��r�7���9Ҋ
;ZB����4�m*�la"w�I�!�(4-��A^P`#g�ҋ=����aV��K�f	Ћ�%-d���_<ʗ%#d��ZR��{������=3a�����vb�U�m�.3�n�߰:�g��z�.n��� #yՍ)�Q2ħ����s	�>z���8�E�]U�������q���]��g��tY�����;?�_����\{
+�«���*VΪ�L��IQ��VP�?/�/�����A#%t\@'��2��l�g�Y��*�z>���k�2Њ� ku�Z����?�-��ٖަ�1Y��)I�Íj�����8;'�((�7�ޘ��c����s�R�l��Х��Zx���f�OK+X!C�㌲��aS�f�_���<
cOX
�d�����w?†^"�^0���@�D;�E+6��^^��9C�/*�;1Oܽ��������a�ٵ��
���V��E�C�2�
+���Gnp�WG�_�M�Km*q鄜7̮|�9EEx�+ox���͢�K�6D�CQ���=�Vr��F;&�&x��?�s�2\�lKO+
��0�(�rL�!�XU���aU)�Ww�,�_>�⇇E��@�on�CQr{AQi���&D��&��9v�W�����a'����W�Ԕ�O6~�ּ���W�)��������䔁��ӧ&��M��>�*_�T�2�WuҚ���).ӟ��,�o�Ѩ��3�4�̴M4m:YT�I3!!��� v�`��
�ھ��}���-`������w�a��+���3s���+��st��yDK��>�jc=/Xx�
+.5P�-h�~�zʱ����qw>cY������r��R��e��͚u�qv_�vS4��Jן��r��S+��ׇ��H�M����KI�`��W���l���P�3Tt3z�v��v�㶟1���i+�����6�F�ߞ����N�� ���[A��q��RA	���:�%�˴B}��×)����W\�����W0��E��x�6�C� xQ�W�����=�������-�����*�f���kN%��Ib��bV�+"����KSG>�OKΩ{�����/����;�.�bQ+$����WI�|弫{�}�0o�gnv�v�lf<���i������c��>
H�'�d�d��n�Tݯ��-�]J,:ē9+���AR;($_%dғ�B�sȉ��n�Q�Z9X
(��K�������g:��@Q�-����|��T2Vh,���ʛ�}GF���IbO4����I�
+Yd���.s6��d�a,�һ���fN��59�Ȅ�1��Ƽ4�L�������Ra�1�F�H�&�!"R���t��,�Ke�5jg4|�����s}��Y�%!�~Xu�n��T��'��Vo]fU�հFsh\�DM���������eRK�k�e$��(u��t5�WU'w<��%Ŷ��F��O^u�ӑ|��e\v��[��33�4���hb��v'1���mJ��-cYRq�Ʌ}1�x良1;��������]�?�̘!b+���p�rfn?j�&���l�4p�-�9����}I�7,OE��DѝER�,��hg�
�ކ�?^�)�]��y���ǟ�)���/Y���:�ځ��/GA]����}ZY5�V��l�-&V���O:Sr������l!�+��=� 82r{�3=c���C�&�l����S<���h2�k�jšFT���E��fN�T; ���$�_L+ع/�y#��[�$���u@��[���X�Ffg�N�J�#BB�=�3�Fz�C���7&n��{����~�M>=��zd~�ح��$�����т嗴f�"�~ڋ&2���0^�Ex�-?�K���+Y��/���`�n��#g!��=�:憓�i5/8}�T�T��Y��z�"����w��~S�3_�<�wy��Rί��)��Uܽ��T��� �]so�^!��Q�jʭ��lgç�sV1.���[D#�`$k�R�.��ػ�>��	n���m{#n���2֯������ɧ9t�Ь��
+u3,�|��L�I�|5���Q)
C̴"bf=*+��n�F�<40�+��_t��u�*n�_t�F���m����.ZQ�z;�ZjFy�
+�G6y�^g��y��&>e�~�,���ڝ�)x�,�Ե#*U3+�ۊ��b,g�i
d~�*5o*�=�{��
�C=�Nv���IP%�za�4�]i��}ײ�dW��.��$�953��跓Σ�C2]t,HQ���TAjw�+x[p��^=�[4�_#0�,l�~�nYى[���ڐt�>��PWf]4����GfpȬ�\s/������0+���m�=�|����.c
+U= �W�2��y�E���,9e�5�V�"Zi�@
�Rz�q�	�
S���'V
�?v9�#e�ɑ
��`�F������jPL�����SJ]=(��B��Vh�zu(b^��#��ԙ7Mvdv�nanUt*9A�ppO0�yր��	�MJG�D�{O��,���v�' �����ߦ����E�呮RB�EB�*�䬜S�������l��մf�=0P���QH���X�Hy����U� ����k�U�8݁�ߣ�����^�?�橻
7Ƒ�k5�}�ai-��[�)�(�a���'
��c3�$�Ҝ���A��*0�Lz�Y�
+�!�
�ĥ����
+�^��1Xկ��b�'�U���
+v_*�c����kYq����������9.��6+��-����-Z�� p�"��6u���6q�C�l�ְ$KԴD
�)�#y$����&���:���q�CI��-5���K��x��{�'.����!*"<��� �57u��K}�M�ۗil%��#!�m�tJ�����%��S�{z��_�E�	�V5Ȝ!��1�	���!����~��ݜH�����k���P�I>�e�j$r;
i����y�����{���q�MA�xw*þ/q��8{��mws�ȱ����O�ᶎD�~N(}���:Y��$�%W����bL�y
+����ul��uZa�Ω��"4�U9�a�aa=*:�K#4.^��eRIy��x�8�z�q��1����o����V\��-�i`}���_?�y�Ϣ^��D/���q�Yps�g̼'	58m�	V&~%[|����Ӱ�{$d�w���O|�ŢM2�1K_�Z�P\��iͻ��;�9�qIͰh�`��n-3�Rl.֓3LJ+��`%������#��7�v�Rţ�<����
+�ȩ���jn�m�0�[rbs_���W�$����~�dt�����<;q��.���~�I�����B8Yc?�, ǧ������t��� ��n���r���ܼ�K$W��*r���Yto��n�brY�+�����O#I:�'a|��p3�n�ͻq��'M�6�I��C�ː��͜n��!�w�Rm;-`5���z�K��U/�����~�Fu���7�V0D���8�Ch��c��~1��׈�~�& �?��N�_8�������~Y���2{+r��*z��v
+�)0�����j���5��q���3��z͜U������:d6(��S���l�Ԧn��rrc��!�$g���Һ��+�����v�O~T��ד #��I1#g7�����Í$��m���NV�~SR�;E������$���'�v#��t\w��|�y|o�s����cS�y�qI�����������)]B��r|v
c�g���
+~@�،���<
�/� ~�$E�Y������	�W�i�n+ft���U�>�1�Ω���9�����~ɤ^*ٝ���)	�^��%.&]g��^F�	�A��y�����G�XG��oTd�� ���q�H{1Xv��>�"aV�aèG�{�F$��ɉ��Y˷/q
��u�s��κ��j��i��a�~9sh�zԦ%�L?��v�1G�0���E�E��G�e�nj�O�ඃj��/q���|�m�#@�%��]A(�r4aV̅��(bY�kdO+~�˒���)�xيA`s�u��1p��oet��_�~�he�V�RJQ�Q1�-!������iG��_�ȏ3:�+eGV�GB���>�������o%�F���F����>\�r&��
I6?��	#e�l�?�L��z�W���[N>�IJ��iD�}����#e/0�p(���&GǃZd*�jW:�b�uq1�������5L~�0j�Հ�]�	)'	�y2p�S���J;��/�Hpɧ��-���� �t{�!�@���o�"�]�@����A[87<��ٝ/m�l��-^�G �Y��S�2_���꺬N�-��K��m	�%B�0+��P}�j6`�·Q
��i���^������B��mPU��.h��1f2v�p3*>�Li��1�?F�ݼ��� V}_i�k��A�u�����/�`+'��qDQ�tҠ.�d�����qT��x�i�:]��hDae'�
�R2���v�Q���^}J`��[*A�����
+��o��om���8�������3̏X�/T��*�v4����L�x�#۹H�՘ў
$>������D�y�Z�]��Q��&�HA���Ú�1�s�%�N�� #pgf���ه[l�C��ga+�.b{'��ʘ�7��B�nթ�Q=N1�	�;$d����*I~M�=f��oύܘ?x���ۿ���|��������{���m|.��n4���~jg���_�i�_�DM�dR5��`��0boA�A����Q" ���f>:|�"� �c�Q��Nvvvv�������;����9'k�Se"$n$\��M��V�+]+q������xm��=�YU<���`��(����.�K�?���?4��n>Ƥ��Jw�������[?��>n-9�]Z�ѮP�8�z®ͷx�
++�|&�CC�H�'���Y��Y;j��f
+b<SJ�ŲN�}
�:�M5~vN�������e�|�i�Z6�x�x�f�p�hj�hV[!�.���^I����\TxH�\k��׈���x�B`Eu�h[������`�نF���۾n�;/��ړU����*�X�8j��"�t��'��r�����D����;��$��zQp|B	H�+
+mm����byi��zO}Z��Ƃ�zK*���k?�M��ya����L�6��A�j���n�g-���r¢�Ɓ�6Aj{'�T�xF&�Eq��1�T�]6Oq.X�;�%����Ǎ���T6��+���������Ϗ:����~�)7�˶ā!��0�.r��t�ee̪�*ʅ2�e��g�Ԝz����
�:]����+n���Nk�W���/4����~[�0�f��j�n��2"�kg����A��e2'��R˺=3:�R�jOV ��u�mk5�v8�����a���I�Ɖ�?+Y�����sӍ�ı�-Q�.�sr��1��p�Ԣ
K�P@��:P^&f0����1�d�c�ށ�=��c����ٗ�d�Ek�2wXp��9�El��hj5�%�;"����AD�`�و�>�E�@ĝ4��������s�.���" �ڑ��msX�ܪ�o�OK6
+�[�b��Z���J���4#�Hx��S�X� �D��bs��AM.9�����u1^���ǻ�uS%��>��kZ���8�{}+��d<R�N�!�5_��ʛ�o�(ī�2�?����P[$������|�PXj�&�^`%���6%��*�83W��>3l��L{�2�	yL�>��c���u�X�Slg��!&��LKk
%�*#�Ȇ0t:
<��Q���"�_u��yc!�Q�ɼ���.��k���ûn�tɱ7�6]�&�^V�Eq�ĭ���P\);��l�]�`�#D$�t��b"�b��Ph��G���=���Rm�p�K�P}`��M�qD�?bͨ.�&'e?��}�	�����{T�����QO
+ARd`����V�(T���zS%����FV�pc�*3�������9�?��N���v\��0:���&�i��S*���G�k	�Qg"ob's���J���Po���w++���$<7��ݯ�\mO
���|���)^<��H/�{�'��.[$�vY�e����� �AHJ$�<�$f1@��ގ���mi6�������6K�~����r�a_��fH��u��$�cd�QE�|Pv�V��yP~�<�t��oXO�@j�0H�r��#��T�C�j�q�^���+�:��e��`��L@Gx
+��Y3��]RO נ
I)��/(��NPX&F���ALJ?x���r�B�D�B�qSwo�jTh�/65�6�]�~J.Re��+٢��"&� ����ʼnCpDuDU�*$)����E������� <2�ķ���Q� ���.��e��߸���O>���Vu�[�,Y�3��j��Mh���/���ݏ}7r���>�IZT>ZIP�`F���h
$�Q��gՈ�<rř2
+I�s��뀘��+�t��I�:j`+���03+)�#t!�:��Q +����BV�cT"#o��&Ö��D
+H)�"�R�C	�ۿ
M~��A>�ֲ~�ہ��ǹ�/ණ�|��ih�����w�y6�5w2r�B�Ɠ/R� ���� ���^&	�#C]��̉�4�‡F�n�X^�=vʩ�>1m��
+Q�Ld˜�;�,~!2��3����VM��tY��Ad��@���;o�n`�*@��|����5�,#����ݘf:��U�HW�g�>ؚ<��'��W�g=�bA�JY
+��d$VB	!$��A�${��&y���aCY�=+�������ܗ9�������Ax�i?�A��Z�Y�iV��h�fI�f�㨛9C�kw��W��?��`���g��X�7`__��״I/T�R�BwR.-�ݸ��wZ�V�I�X���7��(v����$�����&���z���y����r
+�O{�A��_Ӊ�WN��h*�d����5�ݚ�δ���;��3�����t���'R������V��F��>C�ݳ���K����j����5�+�9m}�Պ�V=�Ɲ ��(�ڏ�&7C\�)jtZ��zg/ԯ�и�b*;VHd��w`�׋kg.=)Ý��g��m�k�}�=b��"�o㩡.;�J/�A�QR�ُ��,�S��d�Z���Шƚ(Ru#����TyQ'��RB8���V\M�׉`����n�>��N�y�������!oBy׫V}S5i�h�z�EnY�ڷ1�gԏܝgc��}8�JR}�ۇ=�[9���?`��a7�"`%/'��Źn�沔���t����C�����Ұ�Fp��x�8P*���0u�"�v��'��{��ۘ1��Q
+����t�q9�b�k��Sv����4��c����D�ݑ�,Az�^R8�yU��uKi_�蘀?)�y�9B�2�#
+V̰�O�B�d�+�wđ�֯�iF	��
+���
+� ^5!�K�j�gL��"h$�%��� �s7��\�[����V�h5�P&�܀H���?R܁�ݫlU�5�����Xx���������x���wO��H���2Q/{d�o�ec��_�f�����gֺ��Qdߐ{XZ�a�D�b�y�B��F��ܡS�<S�D���jJ4J�یK���d�����T0`�s/��lVhPkH��4�V�,RIc�HT�{,����G�uU=���.���T��č	�J ����ڏ3bJ�6�"�F?Zv��,�P�M5��� �N�M���g�K�8���V�Wd���ݓC�tߧ��2	��2���o?��;Yd��4��9A�8N7��+�<�EBA���{'V�j
+���X��fl$�&w�jΧ1���rc��d�ҙ����r�����}�V���Ÿ�8?ٹ��b6S:�GC>�t��z�k���2y2L��7"�׫���U�Jk�Η7P��t�μE*/ԢUW8�5<#��l^������W�?�p�G	�(���"bo�k����`04����>�&\('sS�F�ɂ�6����wr�`/*��W
S��}��$�3O�_F���M`�m�M(;������qe98;�1rK�p�`I���#��X}J��Vn�7su�v<�S�#�Q��B�1�g��=>��?Y�1�dMH�����C��?�b�*���(*����w�Q^���e�6�,���X�A���2!�ٓb��"3>�2�M�؂xȽ���Ab�z���zҋ�({�Ӣ��sV.ޞW��A.`���H����:;��UA��W.��zO����e�����꡷R���@GS��ފ��y�=�s���K��;�P�O�
�ì�7q��c���`�f�[m_!���"SO8u�s@s����ׁ��8�J=`�$�Ʋw�yM�,��_�F��e��W!�Ԓ_�M�ui��K���^��K�jsh �E
�{MA|����,}[��_M�Ǽf��e��K����2����IZ,:�&��x��6p!-�&���f4��:y]�#G�zb�o$m�l�Ì�}�R0?efY'+2���R�?�S�Mkoﻏs�6�l�)(Ƭ�U�E�k+��oD��P��i���c�����Q��3�7�e���?�n?��;�'��S]�&p�Gs�U?��7;a���[� m7B��%��'��wƜ�^���cUz�B��Nw�y�:�S�`�sx"c�T�m��m
��q��\�OI��p�����R�ǚ��ǚPt� ������J���Ӿ͞y�=�'�s69�$�;�d���8�)���Ŋ��(���	�I@�(�
+@A��"�3���'���>|��}�G:��{�-���C�|� ��q�U��W�V��`�!b�����[��O�����u�I���4+���ۛ�S��6���ÇWa�6!����wd��<[���π5�ճ�cļ��{��c�բ��������F�n��q~*0�p��V�<��g�����8�S��28��tw%n�t>h^��yE�S�;Q�9�J���6"n��̌��I�=�I�!�[v�3MM8��:�1a�(�F��#�]�UxAW�ֱ�11�!~%�Et���J��Ťj�#v��*�hV�;mr�S�f�w�*�mT�<=v���E��e8i#��<�Eli�~��ߟ]�Zy�V���*�t{�}���ĵhQ[KP��F��2p�m�F)ǚ4�.#�5�?+*��Q�h�G�v���yX9Rc�����#4�U�#-V`�w%}7}K�;�>8�-¸�~y/c��p摬U>si�-įq9�Ǹz/�üLI�a
�M��ZF��JvLK�B��Z�]%7
�t�a3o��)~����.�y�*�}���,�����)����6�5a�W�\╏��x�S�R߁۰���l�^�?ោ44PDK�h�S+m8c!�ۘq5�e��}H��=X�>	*Y]a�u�J���x��)�����X�y�����X\�
+��o�e���&�W:��+�<��)��tb�G)�ؕ	;�*f[��i�ؼ J�hȸR[븙3Lu�\3�����.�bم��/:Qo�#OrV��=�¤��)A��o��s��&	�Qd�O��Izh@w��ġ��4XtrP�{�~a�u�HL�{���u�DV|H��œZ������eHmy�-,���c]�o6q���P��.�4d�E��QO���g>�*�bfl(�[�q#�����y+�����ph{:F�O�ꩄ�֒����2����[aύ�2짂��s��L�uT�i�}D;	Jۘ��
���j�m���!)�������f����.y��e_F��{3�#�H}@�q�'�U�|�GAUb�kY/{d�H�*�������{��߈*�j*�����h�pY:�g$쬉�x�Z��W3�i>��^�i���]�Z|gq1b`�����/�Y�/�t�M�m��7	|y$��V�?d4��j�w-`׵��;�-zwJ�o��H�q�1�1�,(C>2�;�+�����;ѐ��O��	gvb_ف�:ل�b�o�&�����]��;ͻ������ڮ���Y�Ts��F�JBO�i'3bw�F,:p�	-�6&�{R�QL�y���w�e'��2��TsL��
,��x�1Y�1�A���G����q
�)��lNm��I%�a`��o�%�w������N\E����|�	���Q�U�����զ��g%��`�6E��,Ž��p�o2:J�W�/�X�)�dS�Iʙ��YP�����q����CT^mJ�F����Ƃ�"����ҋ��侒�9Vv�9�?m�a�j, �x�����^)��'E����*TS�F������7�⮛9=�iވ�/ۈ=�"���Fbk�ɄǷ��%Q��Q�'��yU4�_�d��0�_�tj��="Q�ə�[�C	�xCʀ$�h@Άk;5a�:��^S�1�%q��Du�-�י1�_�̄����s�����z��H3,���*���v
+�Ӣ�9�).{x��lH�}9+m�hž��!��4șe�%�����z_Md��Nl���q��*�`$�`T�n-�)cE���G�^xQC)�DG֎�*{������1���u~)�!oÎV|\4~�=�"�
}�@=Oڹ����◨h�,(�����������矩cy'u$�``f4��/��L��^�A��a�����ft��c�|v�8�E7�>�O��3z��ܑ�6��`���V��Oq�x%��q��93M��uM�������������+��(��ɢ��WK�J3R@%DŅ�]DGAPdQs<�i�����y��y�����l��࣭���=97g�����Oy�UuPϵ�8߁.vNWC�3�,t��V���?��s]�V�]Y�bEG[G�ϼ�$�o���'�I��J2
+1@N5 ��O��H�q|�yf�=>P��.u=«ᔹg��v	�n�����A�b�s�>�?Z�-7}��\b�jS�m#T�s���ڕww��.�C�}cA���
+��;���5��>,d�6#�D݂w�Jc螤,z�;;B�Y�ʺ��S��H�Xn����wvL���iz澔��%�[e��1➰6�YT�}���u�iĚJ��>�	�H
��aN��<�����Ye�IV�s��~�ng\,�����������2�|���m	.vS��ڗ5�\*~�o��s4�K��T��>����b�})�.�I���$5`����R;�3]��"��&�����D�7Z�ᬀx�kg��4莔�h���y�|�[��X��䭡�����ߌB��3#�aU^پ�_�'��}:V٩���X��n65����阬�?[}��R7 ���QB�c:T�SO
ͤMng�|2O�2+�%�{�����R�]^��P �8.�TG��I1I&!����|�o�=Y��uD�]�M2K�/�f�9��r���ڕ�_���j��5�o�����)91��_�$�z����7���20uv{�_��7{��5�u~_��XX��he�CU8�;^ia[�@g���γ�N�9�c
���$�
=T�㗾�-� n���
+~���ĺ�5���X0���c��&�������!j���j�Ԧx�L�w���@A�=�P�uxȩ��aQ�R7�1�>�d�Sf�{*�D�������kM��a�t�(�� �����p�Kl��2��XKJ����7z��n|(��"��2����/5Od�4����'#�lc�MJN0����V������8Hx}IR�q}����ڧ��V1�{��e���&�J�������-OF{���0t�#��V���ؑw�&ƾ���2M�G(����"+
5Ư�()~M�Ϲ1ۖ}CT�|uw��5�,�L���Ҭ2z����T1���J^\��|k�/�G�@8Ս[_���$�O��Xk�i�0���HA��Pi�z/�]��,���(����G1Q��Y7'���+?3��/��@ܶ����|���YM��kF>u�*�������rCBHoν��b��k���y��r�S�C��W�xg���U.A۝���@�b�����s��Vv��˶�=1���+�
,RK��hpG%�᱆U�cS ���T����?�FH)���*D����]��,��ij��k����p�:,DEO
+ҵ‚v������˟ё�a4���������G]_���;��|ξ�-.�[�Ħ��T�8=�h����uv�.��cj�^,r�24dOT��13��N���rg����3p��+L�G��x����5:``��c7�J���g+���g�yf�9[�E�
3�h���bd*		���X���IN�U����>@y���7�{��;T�Z/>�,�'�J������(�es�?FM9Tԥ��OV�3o/Ⱥ�#A��9�o��U��)Ω�d;U��t�@>�LaS-#������A�#5�5���W����x����6����E�ŴԑƂ!%��?�IG*^ɡ��c����w��!�,BL��W�K	��W"�韦����&ԑ�:y���H�9ݔ~S�Y��`�u����p��p�X�D�H��
+�y�v))y�%-h����lU�!�����qJ
+����*��63t��0�&�$l	��/�����ס��X馃��I�~«���w2KL������*"���[�d��Վ�ӥV�c������P93���pV�{����$3�[���3� �b֡"Cƹ� Vf�vF�_e���V`
+�xk����¯�)?�w����m������9�� 	t��>���l-�����
�:[��.%l�瀮�[��Gq��%��a���Lu��4�l�����p�wJ�
�DDPAP��7�}Gp5PQqAws�3�9�Jί�<<��{ߟ��Te"hWB�:�)HZjEz]-p�����#�X���Ipa�����v��$/�љ��a��D;S�Z%9��"Z�8z����"χ�3]j������)��?���>��?�ra��< ��v��C<\�N�g���a䐁~~g�&z��0/����~_-g^}���)*?�~_�,��FU�CI������Y!�|����ʍ����;ׁO���]�&�g����P��a�vDh��*�nG�k�������i�y�� ��g
+��s5�;���=��Xh�����2DvZĴ�����8�]qI�YĀ����T��\
�y����2Ύ�o���֧�;�ş�EűV#�l�
�&�>Nz��J+�с�'�6�5v%��"���Ԥ��31+ù��EѷuM�``fq[�DC;��7ι)'�N+>����j짼���O	P�t�=�s�*遡=����l�w�!�n.��C��h������r0I�M%:�(�d!�p��3��X�9Œ�ँ���.fK3����761���$睪
+~o�	u��o�|���!ʏu���[�������?���|�ԟ�X�~<.䙺��G�y���� �0l�^��������9�f��J�Cw��q�Z���{o8��f�s��g��vEu�B{��i�'gr�Ǝ�@
�o��Ե~�յ����>GJn�C�Bn��_m�d�m��@M]����gV�sk0#Hג���K�\�W1U��=f+��9���=1=rw$/�pCޯ�uo���O�����K_N�ͩ�xg-�k}İ)�D�q�@{��z��x2[�a�ɂL���	>ޟ��Ԃ$й����\zY	�s���4M]��P��vW��<'�޶OfF���+�+��g�S/��ԅ�7we�
�@���ҽ�{R������i�8co�硂w��"��55�e��r�T�
+8�tOF	1O�CΖ�%?�[G�5\�MF�r()1���$�-p�w�c�!w�:pA�?�Ζf���
7��[ч�YV�]J�5�a���|~�ᎌ�d��7P��l��0B׉v-��=„ݚ�M��M}�%�¥��[�A��/�`�wBuBx�6⾾5d�݌_�ے�(mk���P^���M�z�ނy�?@	8��.u"�RN���vb�C^��6�@����iO�s�\F
+�܍�� �xQ��2��/�����0�_H	�ѕ�uKʎ��P�|d��#js�5Q�]����K�1'�����ۑk�i��DX/����MyS���ؔ;�s�+�{g���>��B͇������kC�7����	n�!f�I��
c^O�![���a���.��*!��3���]	'��b�M:�-F�*h1'r*�`��U�b�jA?i������W�l��ZU�9U�|6��ç�>8ȋ����x�0�_׈�0��5u���:1>W����/7gx�o��|�o3b�B��������E]~g�%���6)#����Vb���Ѽ�KmI��	�m�תڏ/�݀��QB�g*���%)ce�\�X��ۈ��^Z�ED���!s���!5ҹ���b���%���* 	#�I��k��죤 �d.���'�ˌ;���%ű�Z���Z����9��N�B�\."���c�L0��xD �!7�
+#o�6�<�է��7��8�a���ť��)���w���d��+�*���e�TK���r�T��2�����T[Jݗ����l�ߛ��v��tv��%�ndx�k8�k]�x��t$�\SN�+Y��*^֥���b��	�u��h.d���m�{k�0�f�)�Rn��dA�Z�E���H���eh��0�؅�
� ��;��+�w��C�
7uC��e�q�����ݩ┙�tw�p�"-MQ}A��9�Nrn��h1�i�zC���j�G+��iA�C���z�,Ǚ��6�=���u}��f���Y����3�5m��o��@���o���1�#�I_s�����+uC�M������R>�hL@��A��8ύ�/cO���9.���4��9{f��$�Ivt��1�Dc��2�ʨ�
"�.JG�-K,���]AibEEQAPl1���G���o������]�!ŝ���Ԭ@>��݁���}�����;#�I;Ӵt17Ȋ_��3�g�_�J��ݟ�������\\Ƶ���U�u�SJ^_m��)ٖ>����ݡ�����p�&Rщ
+������y��W}m��2�Y�&�}�1_�po�5��;�9RRG�Qٛ'?�[_��g�t.C��摠�f�gj��n�(�h�-d�E�S��4�����VQa�O��è�a2�N_��4���A�٧��qL��������Ku���l����N�vG	�{"<���Tys�C���`c�­�d���^t�y�},��:FKB7{`~�p��~d�c��ګx��_�9U1��͍�F�KNI=�,���W�槜����Tr���*�h�l������]�5�9��b�.�]���LR��z�U�d�F����o�|��P�cW����"y���`�M��.�'��t��_��L̹�ü2QH�7��/kL���1"�\O�LT%�'i�NYm��N�;�gA=Jf��ȸ)\ԅ��q�� �r�6U�r�i��O3��?VY+���;�|-�����ui�n�G]k�	%=�d��x,��M݅Ol�ب���P��q.֣�?�<Ҷ�����lb\����"N%���^d�jOqЙ�Ux�dا)o�g�M��W�]�/��7�M�})�hc�s8Պۙn�['ho�c����B�HE�1�O.#�Rǫ8���>�$&�)[ٖ!v�F>d���O�M~��K���BwjZYc�Pec��k��u	p酎�<Y�JҶ?V7�h�������#
j�%�\[z����e��z��,RLO�?_��-F�r��左��[����qB�C�A\h;�=�F�e�&a���������h:��ז�gJ_�&�ϭ�%q�{�8�0�g�-1*f�>�w�O�k1WZ|O��d��?���g�T��H9�-��x�l�('����8ֻ$�_��%b��
�d��k^��i/
+^�DG*�+_�R�ݝBBo�59�}������cS[�����秋���§y ��	`w�2�B' 9�Q1�ù��n��zoi��(1z{������Ӎ���9G��+xE��)6yww,�H�j��^-�0�K$�s�1���ՙ�R��
+w�ί�K��P	'�����9�33mRr�E\	���s �Nհ3�y��o�L�&���v�㠱��U�vȰi� �+�rB��������Ql�K}y��;m"`�|�f"��Z<xs����(l{�H9��e䱄��Q�N��h�8%�)�B����KeM�s���1�d�\��2�
+�y%�����a"�>N~�د�L�����f���C���o
mM.%-�x���)�CV���N��[�F�*y�C)���,�`�u+���#�W[�J��ڳ~Wׁ���i����⃩�,����J�\�Ey4L�KAJ�.�d�2�x�v�5�W�Y��	:�F_G�jy_W8�=w$�N�/q4���h�C	6L�z`��ϳs�U��	�˫�:�!��ƾ�g3��_.4�ғV�>��#5c[LH2�`#7��1g�tQ��pw�䣽�&��,j�'�L	�q+����[�u?,u�/F6ٳ@)��E���֔��5B�>`�%���2��܉~y�i ��=�!�\����
���B��<L��}0��h�(��
��k]L�z�U��oM-
���꿮��gKĴ�	d�MTz�����<��!7�XJ�t�9X���<�r-����0�b{J�jf൑Zv��",��P��q��S�5B�g��66P�"L�@
�WE}�G2a��Du���(Hݜ�5P�dх��:�3rm,v�x��8%�6Rb����&���1�魑^�eS�4�q`YCQЉ��p-���I4�&.N��B���ʰ������x`�`�����E�{s|�G���V򐻟��sl��lm��GC�y�\��*��DG/p��7<���]u�§]Zj'�-c�d� ��u�%d�OV���2�K����yq�Z�TSM��L-���Jܐ4LDYe_����&[�7d�U�d�l�����������9��{�O��~!��D������o�b�S#�
���.�1��^�����V�}�����e���Y�.ؿWޗ��i��J)�y)�7�\ҋ�G���*r�wsw��bl/��QV
+����x�S��f=�xQ
��?B�O7U��"�_�.^�\�������d�9ʄY_#�m~¦e9>4�_��!��O���
+z�{��\S���'�B�O��:��7�ʓ&:��
�o.v������,�Y������LP��
+|nt�[T3���>�I�N���)� G^\���o��(	���0��"o&���$��dėd����ڧ�r³��^��O���j	z}���CC�7�a�ۮ�M����ښ�gV��Y�~t�O�~iWK���4���RX'%�U�����<<À�T���Ir��,=���Ƶ��K�6z)��=��@]���\��&�\a�m_]�i����}��z`n�>^��r��*;�%����,��e/��頮��/gWO|IL��y��
+B�L���j郋�	d����U!�@C�?Zj.��%)��$���rK\S�y��<�D趪�x�%ӣ���fZɑ9qC��,�U�r�
w�v2�V>6dli�}��/����c���9�$@��4"��j��ݝ$�[�7𖱣ꂥ
q1j��>���1^$V����ˇ_m���T�1[�|��ڽ�7
74����ԓU�����]���%^��>ٛo�"������X�9$� "��N�p��{ѩ�1�/���#��Ch^�tN�:UT�G�M_�X��;\���p�5��h���	!�;�/?�m+i�B�����Vt2Ϩ��=5�i���^���r�U_����诺�7A͏뛪�Zy��eY�_'�	�[�<^|�8c�������i�9D��N�G�+3u�������)*���E�R�o����=�}����4�;T'f�����4GO��؏sV���E62f�;G��� �9�(�ږ��:FI�&"$,"l�Ԅ�4>�c�V{*�Z۟��3��N�2vS���Ѐ��8��E�
��:�(�?˩<Y�˃z��3�G^�o�I���3l�m��W7�)�c=�Qۧ���K�ud�<�E\�(��9�C�
�s���a�1F/9^l�'	��.}w���V_���p۪�_�q�ݸ����РV:����&j����Α��;
+TZDO��,Jǀ�7F�y~-�}S�r�"�$,Ԓ�������ϒ�+�k�~ߒu�
��M�
��
��Ʉ��Bn|�O
ki0�s?2�Xְ�¶N�Tg�5�k$$b�bV	���C-h_פ���&e����=A���5��@�-}�e�ڌ�g��35׬���
ԧ��d�����Sk�U7�cuA=�$�,b&�:;=@+�C���=�(����b�|Y��;�(�����=)�VIQ�Xz�������	>��pp��o���͒�,LD���.���f�T�mz��޵-�$�8$2�b]���H]�k�>-l��m�m#O�.
ښ�R�����=���Oq���Q�������>�-��Q�U5B���;Q5*�PGȍ�EQc�?�+y5��bj��Fu��}�T� �W�8.3����2���`�n+�{:V�w�u
ҝ�u�����;JR���6kg�[��wk���8�(e�����;LFp�Yh� N�>cӾ��%=��1Tq�;Ex�Q�3w�h�]#L�� 2���L�܌K.��C
َ��K݈�>>;�i|thb��&A�O�Gz��e{�Nz�$��f����뺶��99�7�(�IX�#���I:jah)0ÆY���g�vFQ��*���>��C+��ъ�1	�QS+9� e8G0鶮�3�Ίs֎�3���+I�4aicl���L�+π�eF�Xe�J$8Cz�U�gy�����S�K���;b�OA
�7�Ot�ZfxT���W�\ÈK{S
�o2I���tC���P��%<u+j��2�d�E��-�������|*"b����q���u&p�ӴOg�I�m�&�6�L6��h�I�m
j0F� ����W@DTp��kb�D@%�*(��dW$f�3��!s3��������9`�b�FV�WI,	��`)u����ۙ�sk"DaB�Aq϶@l��pN!��+�YQ-�གྷ�w�y�.�x������
+�۟�3t"�iIݹ���tMbzGݚ������I<$����L��3��􄡽�2�@Â[{����,�쉝����ct���������;e5.���-�ydm�M>	<{J����~w`��G�8rttt�Z��
��
+"����
hM;�H����#k*M�)���N����6>N튇NܝB?�$q��=f�fFtm
~6�3_9���������	-���jF�!�<�B�(qy[/j��F*/�M�o��O���ӟ4q0Q
�6���f��`s�F�9)�W�"�]p��x�ED��U�xޜ�1���P��5~ٷ�52,�!z}D�TPe���wf�J���,徶��dsΟ���g�3�{I
�{�rw�]^�ă[�o�T~?���|������Si{;=dP��D�w�%/�fT�	���DV��-��?�H�2bZ�Aqێ���f��ٓ�*�thBO���l��\R@��o�@��L5���tC䅭1LvR�i��dI=�m��6\~����?C WRN���Ԫ��٘�U���RTNx[��_wUgj<���2�Z`?>�_�@���ѷB
+B�{�Xhn��"�9�_�<�-�`[/.�ƞ\��#��HQ��*���¡�8����]�0����x�C=�&��V�J�\�WٔXj)|k��_�3<���c���Xg"��	�����񚋖�Ꟃ*V��I�\4�����Eq
�>�!�����~:�Lja-а��n����YU��<��Vb�@�>PQ��MBn�,�u�ٰm� a�f.nw��Sዂj4n�Ǜ��Sؕ���vA'	�	�|���_0j�:,�J(��ɥq�.��+
+��^X��%���`o���K��\��#�S'N?ia�mj���K[���O�����ZZ�ᆴ����=�.'�'����E��=��C+�yho�E@_I�%��f�$��D5􊄆PS��[A�-�QY�e*4���
+�(���u�S����K�&�-ȃ61:@r]@�h{9�%~�q���,��gQ�W�y\AD��A׊��V���J��}�[J���`�&3��@|
+R�Gލޕ��J	u_���;O/؛�X�������	lfp�9�?���)9o_ف
+k:[B*J�us�%������4���&�}ȷTE����3��╣2}����	�倢1�� cf!�%g��;�醆#k]�}
+RVVcDC�|3���l���u{��j� �RP��(i��B���
+�g�<c|�y'��7��8�I�
�|�����k��	�^d��(*�����o�\ִcV�1����촉��`!��YV���[�Q��8��F��4����+��F\+���F��A�k�u�sM�`[�tm�qp�:M(Z����v֯a5��ph�=l�`�cږ*��Vt����׏<�j��~��c!�la�5�QzS�Nۄ<�=*�O���6��\�9��B@�̉��Lh��Cc;!m�m�%�e>|G!@���ƍq�u�{7�����6Lp�������%Lmr�	#��ߎ����S6���"ZF}�؎ߑKF��H�T��ſ���o���<�+Ɉ=9�5Ք咢��Y��z��ms�)�q������)
tmFS`�\iE\ܞ��Mlp�I�[g�%��樑
+O9�o]BQ�ʥ�
,�{�s�`>�ۈ���HY��"�^N`�
(���^Ԟ{I���K�/Vw��~�yl�d�����zѾ�Vz�h΍�1��2x���ҳFɽSǛ|Jp���|�)�y�(rM o&��Xh��]�K��ՌT_�>Gf��=$���+Է��Y�mk�S��c걧A���;�zwo��Rs]ţ���0�Ng�+��##��i��KĂ�g�,tM��S�K~ysNB��H@;4�85�/�dF�H����L����(��kj��g�'3�LRSI:�1{�N�1�█�
+�"�*���""��D[�IG��(�l
+����;��1����cn>�_ު[���<�w�&)��^�5�����ҋ!UÝ��E������tX���W�<:vr��5nk@M��L�<ڗӊ�2��-7��AƖ!�o�V�4@m!%�$0��޻b���r@^#���%
=����g�W���qsOF�G�td�D�K�Л`k#��s�ڰ��\w�T�$n���"�� ��Z6&��ltM��ޠ�;ed0o��	��|h��I�,� �f|���'�ݒ�	R���>+��3Ҁ�f��'o�W���.���-4?<�]ȱ�g��w�_̍�����d�7��P��i½���JۻE��؇���*V�g��7<�еVx�ѹ�El�W�w�B�c�����?Ș���m		vh�զ����Ȭ;��X�pL��YF�Rt8��d��%H���۫F�����q	����kC���_��(��=��/ҩ
�'�䚈[p��"�5��}Y�U����n�����1bfS�x��.��@*������o����G,�ʠ��&b����A.�F��"���f��[푳+mo0�����%���v��o7��.�]�?G���Y��rV�ʯ�sK]�_$O�b����6t2�_х�N�#J���۟����`^*έ�>���U���1�O1���St��g�A%�����"�"����L����s�<F��'�lKI��#�Ŭ�9^U���'�{�PדK�gkC����O�VB:��sme���@5���ˬ2q)3�yX�V���m��LD����=�����S�����i}[y�
+�&vs���w��_SB��M����ֻH}QSˣjZij�ݔ^�(!
�ħ���lD��/ٛ!�ߕ5e-��]'圍���?ot
+�">ж~CF|�	����''>�+�0Ÿ����3�y"�x/{7ƙ��%����_# �>��@���y_u~�]م����B�]�ʻ@��̶�:D�cg�4ef5���������-QK�y��U*
�;�g9��Z)/�$�Ft<T��%�5-
�q`��,s1	�S�F6:�g�cZ����<^e���솵Q
+�qf��F�Ю�Z�o̶��\v�k��01�f!٣�ju��2A�[)alͶ���9+��;�7�+�y�㤮��������n�����li��EG�/�rB��,�n�Ĩ;qu�>�{��):��qW������_����Z>�h�qo��;sOɅ�q|��(�h�ȋ�]=�$c�.�蓽���b�Bsշvgj~�� Ρ��s�T%���|�����?���Ǵ���謘�������
+,��;S�'.YG���[�5��)��QC75d�0�)�����˻��\���ؙ�=Y!���.��Ƨ����@���P�<�w���7���Q��򦬈���0}yG&��ܓ���q����0��0�c�^9��c�0��o��ɩ"��:9!]G�k�x�=G�wʚ��^����E��Z<c�GtXLŨ:���Ŗ��	-1?n�VD�4��
+����e.:��5&����U"��;[S&.֣@�
+,bs�r\^L�V�Y㑂FU�Ȭ;]��IE�Ŗ<�l㭸�K�����2�tN��嬚/YZ� �J|^̃}o�m������q]:x`�b��R�ź���rC
+�3�J]�5�H��}��>-k�PP��:0+6�t]�K�X�]�7ލi�u�/��^ɁU�K[�04�w�6���r`ᐣ:66��6l�3k"����^
+E�B|TǪ�-�T-)2��02jC*rQjY��L,��)e�9�=�P����ƫq�z��H�w���j�ix�����X�b&� �
|������!`y=�P�̞���Ŗde��h���02�lPY�0a�#"_���J��}����FyjU�I�rZ����u��XaZ�s�	&d��E,"(j ��U-ya�с�Pv�3a��-R��<�/���'=��q����^��c��m�d���lv0��w��l	 ��jc�4a������ݩ:�.��
4e�uB�G��˳����o�����2�q��7����1p��)�*�"�VeUVZ!	���>�e���)��^Q�H�"@u%��\f�5���ݙ����_�����F���}��thR�q�
+N�1N�"'��U���e�����><!#$�5��{Xz�Y�f��U�Y��`N�y��>�̉���x53�e��=�.�����\b��hRV�.<�s%4�.����.<SX��ܶ��^��|xM/�����5E��;M-/إ���K(�xm�%j��ۖ�S�o�s�ʜ�ƍ���2�.msnQ߅�O�2a��}�'W��j�m��6��{�;/l)x弤�Q��pZ>m�g�����0�4x����Ȼ��
)�i#�Nb�|��)��wc��'�ӗy�F
+X�%fC�{f%skr����|o�t����(:��#��
���`��P����!�|�k�2�����O�=�I�|0�(�����:uڂW�λ��¬���Τ��st�qy�'8	�Ti���u���
+˺Ą�~7eb��}轾35P�q���_�<�Ɛ�AJL�G'^���*�͘y-)�>2�[�5�7q	�k���5�2m�w��P��4�:<A*=]�B�~�h�
+=XyK�Z��n��
�i���G%�m�G�A�2��$�����]���R�r��׵��W)LYݻ3}Uǫ��M�p��b!nU��qҕ�$�������p'���~{��xK7�>��5ʨ1#����N�2��GXY�[�5��Ș`�Ps��yX��7pڜ/{�L���9���v4�2DLX@/���Oa��꿏�����Kw��=���Cd���򄑲k�I+��M9d�UB��0qΧ�,��C��q�(�ݛ��mM����A��qgp�{;��T�!W�mRjʁ
�lrJ„$-j(eӀ�
+�UIw�#��5J��3�[��.{_�^^{E�&2ͻ��Q]G+?�Ð�G�Mؠ挃Ӑ42@.�oŁF�+iAzr�=@�%�e�}˥�T��mW�zV]� �LXe��A܁;Pf�pk���َ��zrEt�\_f��
+���w���\���Red���JcV�N���#^-��}ۋHgp�q�81�:�r�G/�5kc�ߞ�zL{Qhۤ��t0�db�H��5R��ά
+��܌���)3�)xGt{��{[���""'�b"x��܊B�_�=��Ԃ�e���밃e�:�x��
�9a��d�Y��V��L_id�Y{��������CЕ���Җ���~�s
K���x�����9F*�_������bBP�״�ޘ��;p=�p����*�;i�w�KRV�po�Z�*na�Ox$���9�ޜ�`?E������7Ժ�]DM:Y���<�0X�^�h4ŵ�g@W�#/&I{^��G~>
��#;��r� B���+�D�Ӱ�g��W�����О��o�PEv]&�X%��.f���Ӎ�юf=%떳?�P����cH�ׅ�C�v{��c�*��?yUXժ��@���C=�-�Ⓨ�bF�-g�FYwG:�K؆�wĂ��T�[X
�1���
+N���ϫ��F��b�{��Ѿߛ���Mh?n֊Ҷ'���*���/�g���K;��_��솸�ט4�N|
+�y@��Y@��{���M�
4Ё[�pT���1Z�$y�4p�S&��yct	n,:P���%�$�Hoܪ⥬O�1��|����������#s�;	��
�k	��/ٝ��'M�����rk��6�IWq=�|��Q�+*Ѿ�O�,p�%�������Yx�߸>N-ݜd�;������Y؎ۤ�����	j�����4뇨QК�*��5������"��D��iJ)n�b`O�����1΍�/n���Ww'�%)��[��y��u�z�<�2�ޛ@�vf=*1n�S���3?ܛs�]g�R�4�ɸ���(�flI�yyq�!������ٮ��%ۓ=�q�`StMƩ�d�BJ������Ыc��;�c��<ϛ��|C�[�=HZ�8�Y�_�1��Z�$8�����3`�e��Ͳ��&(7�	;������e�J���0�sˡ�u��w0��q�=�u�a����^�3�i��ml3�K3����MuTAYT�#�r8�����%�1�&.DY=,�"⊂,*�H�q���K.���̙�y���aB��7���O�����f�X�ՐY����\2�b
��܂��	�5t����wLl���m�-jG��'J3n����)��������H7NA����L����VA��=�Pik�$���v�ʅ�_��y^6��]W"�u��$ܼ���v'`�j�n	0�D֥D����C��y�32���d	����T�j8�F~mrU̼��/v%����6�&��&�̊Ot�sH�� �Q+&vM@Uĭ"BeT�''��䲔]�S�:q����3ޘ���z����<\♗Cά@��
��A ���*�����S1!�#L�ߧfr�'>Aa��xkah�^�t�ɉ)=�x<6��{@?�t>���cw'Y�.����'^;2�A/Y���H��F���
+x���"����'�jzA�	-�s�Rwt0ίSu��Ռ�e�A�U!�?˨
�Ĥ�M�J���`��,T���C��������K<<�=�c��x-+nS�:��-nw��K��ń
�	�v� ���@%	��-m�u�(�x����\�w܎[�ˀov��Rȑ�K�θ�݀�ʣJI�.$�$��i�^�!�o?�;����@��lr(��z����|�e��ys�&�U��';n�i�UG�
+
+�$�,��S%Y�躅⾝�}�9����o�&�麗�I;O��S7�����R}`5o�˭H�{�1����a��Y��UH�Y$��
+Ȱ'��=l����x�F�����k��T������^�=Yz4�LtHY'k*����q[[ib��I9{�B�]��CJy?�k8�&e�|��i��jYվWM�㸂)n�����/��.�c	�����R�d�rqnC��!a�z����7�ʁ������a���������v�Ex�ag��n��"a'Ee�Һ���K
+f�!h9Y�$l�G�Yb~�H/K�A�XAI'������[#(�<���9s۳.tT�?�lCp�]��������Rwe��Z6���@�]l�E'�K%#bdW���#3L
+@h9�)���j�Q�[{A.<�t?H-�	�k�������v����z9!����kw��)E1_�O
+��64���Qeפ�mhT�FF��p[h�u�;N��9��3x��Ȯ��5{�)�����\�<:��	�]�+5�Et���C��zU��*!�$�QG�2��E-pk�=���?�|�1!��1�A��!fVs"ZQC�,l:2B��)Z������[l!��jvp�S�{E��=I.��YU	���W�����BOe�:(�9��Z��D�w�z�P/n
+k��K7»�~s�T�t���s@u���F�b+}������w�;A����8�u��9��?#�����Zb⢆��TWY
endstream
endobj
70 0 obj
<</Filter[/FlateDecode]/Length 41781>>stream
+H���S���z�&/�\�����;.��M5�6EtK @�^V]Z5$��W���v���
+	\@Tv��U��e�d��o�y�����>���KJ�	���y��������K@�y���O���K����6��3.N�摒Q+��g�Cl�{ϩ*��Å
�[E�[8�u��2a+�S0
+�G����aH?q��VU��CI�= +�
!vVӇ7��i������1�Z�I���ETԧ�b�N���,�������k+m���52�q�$�y�3R�'�x�wџIU!�߸�Gثd��r��Ǒ�_��1�?��_�O��}�צּm�u�!ͨ�;yK��+��5!�����~5E�zB�v�wi7��*6���.���-�v5���>������2�<a�U���R��Q��a)#	�`��>l���=
+Zѫ�ViW�#�f��G2PX�33NIW�#��l��䪬s����v((����g�e�UAc	R0Sqk�=,��T���ל�ҫ2.z%laV`N~�R�i�޲�>ji�UB�:8
�g�3�:�A�22�Q1�v-v�ŨS�C]* 㒳�x������3�o� � 0�$�|�kQ�26%=c�6���ʏo�.��=�&��#��؋=�r(n{S;e�<��@c�ȨL,�n$WX՘C�G]�;�@}|�qm�1���T�id�]�;��Sއ9��䲊�2��9��]2��������?�՝B�Bj!8�<�!.	9mS2�^=����hGV�nd]���]ԆzAN)��M60�(�Ӄhlq��a��6�9Ŕ�%Q��YQ
�����͛��O��u�ۚ��='���St!+�^Ԫ�Zj7�=tu����y���;vy�.l��%��
+̯�?A}zծU� �$�O���_��IXYu%?@=��C›b�0���ć��gGD~Y���&�܆��q;M̧mBJ18<R��Nja��}�hAܯ`�r���\�/�!>��]sߕ"����2����ktc.�������>K�yh�9n�7E����3�����ˤG>_��vq������&�D�⎽%~u�ļ��8pu�z�CE�ɽ[ _�0�+2�j�d��QH�/�g=����[@8p�)��Ze�rb���o{�}��*K��]����r�QD�:�jՅ�������zY���2�q������rϸG֓��KP
+��+!#��)�N۵�9"O�G��C5��L�F�g��g]��W>P����;4�����	h��1��8��:̴]֛X�u$ރ��~m�i��1���ͬYL��®�(�<�`�ԝq�:0�ݔ�w]M������c.a{�k�G�	+�|�z6���mb�z�=��ݙ4�	�1�n/�HA�bW���$�=���,��6�C�A�	�Ɩ�"����	�^�������<�p��Ģ�&oWsp�(� ��41+K��y4�& m͒������2�J~M6��ONc�Q�TҲD��-��\y�=�
+�:kc��#��IԄ���)¹��M���,���Y�N�����T�[��]7�v'e�����%V��i�)臖��T�W��]��~4�����e!0>Ep���#(-FĴ���lW
�A[���vvH)�C�_�N��GucGQ�d�D�<�<Wt+�.2L�!�$��i������5�_����K3Ni�ѦF�d,�t&V���M�Z
+J���2�~��\��ϳ��&L���M�$��:�o���9C:�=�_N��_\7�&���щ=��̆Zy�5�3�+/���¼��$4I��#\-x
+���5����е�C܁z���{ڭ�t��ީ�/�����^�ˬʼn�tR�����A���3������s���ȋ�SG
+�qT�=��j
+���[J��%�]���^�͓/n�R��\�Tg���J~ըJ� �
+�ʥ��߀ؕ�ҺV^\��J��^���U>L����b^j:R6I��FUx�r}�����ƍ�F^w���g��]{R�юQB���v5�2FnݧW]���<��J�(�v�I�3��ά��8�c3nx�#l0:��!��r%������
�qYI��t�)�#�*�5dI��������9FE��e앜�����)����Ɣ���z����3:"����R�R���Ɛy��MK2�iyasB�jY�����O􆐎ߞ��Gyؠ��	��yDL�#�������S�E߫�K�uRM�&��&ب^6p���es��� \A?�0�=�ζ\BZ.�t�ڂfƭ��U|����+)3���fw��������Ÿ3�����ib������uٽ�NWq�y���B��m2p[�jI�����U
�V�Iy�F8Y����������g��	щ^F�_�fբJ%�N����a+���Cŭ'?d<
+Q�
�^�0a�ӢFh0��w�VC��h�y�����������Fao�"�M#bzSP%����}��Ƒ���,>
�`�f��b�����f&�|	��rخ/��ޅ���م��ӎjIU�5�]TK��Y)��&o���CfR��:�2熡R`�u�U���/���q3���1ʻ���ޓW�:�����͢���ֽ��~��O�+�WO
�G�d���پ����
+�]�t�=P�#���I�3v	��L
+��ɘ����u�B��y=p
��mW�-o��M);��K��r����e�*q�w�^9yO�{��6�-�ƒK�/xe�SF˹�`����֓f���[0<9�sN�I��Ҏu~ W���\=�0r�eS�,L#0=向]�5=&@&��.���u�`�43�*�M������������_}nhykv!��?	����z�`bcB�|xw���<RU����Ҟ�K)�����B|T������UNOZ���o���{Q�1����Ό�����t�R����el��t�*d���5p��Jֳ��y����F����������nw��bf^��:��7��2[#:½���kǟ��RzaO�:�fn.jU0��<��V�'�f�������n9Ro�j�I���"�?#^�3
+~��1K>�sf�5G���4""$�rfҵ�*d������{)w�J|e���BzaS�I9LjG��)5�4b�T�Jt�V�0p;s�Q�o2�|W1s��~gҥ>��%�#�t����ե,��l�ό����]%�����1a�|d<8X�Y�ֱڲ���O^�r遒x+�e��٥��G�H5a�~�W�H�<�Q�J�S�M$	1��J��O����=);{���.=�i��7�f������������|�{����e�}�"�r�!���yD���ECI=��䄨�~TtJ)y����vF̓��n�
���~�K�69��\�¼�kn>i�'M��i�x(kTPZ^����m���c�E�w	3�=%��l����[��-_G57���"=rv�&���0�I�'��V�j��N}X7��@Yה8�g�7	�+��9�Y9�8y���X�_�cck�U��K�
T��
+ƩA-<�ޘ�����C5�@R�Tȋ[���%\&�9 ��*�vX%���C���oW�u���<�[�H���c�#��\LT�m�9e���@O�h�'�G*@Gy�|z�h�4�:RBm���UY\/��u���g�_}�z�"�>��
&����]�pi���6ô�7���ѷ�ɦ�;x���!��|�a�{��^N�8�y��P�'$��=�!ջ���w�2�ҮI8�g�"B��n3��4��n�tr2�~2���������FF}�F��臫�����*�����8�!쥈Xذ�ݘD}4z).���r�0!=�&�rˁ����#��䓋ηa(m���������n��o�Fz�������g_�Y�����t�- ���]��設Ǫ������Z�=y��likn)�s��9�y��L�����@�#�%�2F�'怦	;D�[�=�)Xq��#��7Gqa�h��&b����g�̞ں���V�t"����&��4�f�0�c����	�H\��]H�q�M�K���I �H���	I !	�q����&M�ԇ����4�{�ѹW�wt���p�g���o�	�@L_䤬�4�}��5I��u��m�
+�C�VQP+��@^�X��1S7
�KK��'7��������84My�V��âH�;���&^��������j.�H)�n�s��b�U��Qe���;� �Y���bPwH�Z)ŭ�&��=cU�.u�	��c������/�bP����T������ne������ ��E4�)�~-	�D`Z�o����r�=�>���C�Y׀���|%sM(���:�T��0�WA��|�K�_`%;F�!��;ֶ���s�����[�ZH+����n�r��s��
+զ�_����3B�{��ܥU���g�����w^-3�Y�ؚh�/�ԓ�+#�֜���\\xDd9�*���ȷv�ȫ��W}��]����Y�$d�� �8��<�h�Яo��:�dM[�G���� ���Z�A�J青qY�����l脵P�-�~7�S}b����	%�?�v�k�N�9�9Լ�p�O�\C��K]���J=�
^�i��g��Ǡh^Uss�c�B�Q��̪��̶}�q��y~e�����s6�b��~�ɍI1�ͼ�}�J�x���`��C3v��\꧑�ؗ����/�7.l�5q��Z���s|��X�6s�����1.��q]'��u��UG��Zn�FyuD�k��moN���+
�f	7�\*�Y�}ֱ���G�C
�{6�$4/W����3�eǼ�I�~cb��~ϣc�ke15���K���Q�`C/���M|��_|&�fDl���oʿ�ݿ�����%�;X��u��m��v{���+FV֖��w�v�7���?f%-=�:5ߨ����k��.Z�K��Ytd���ԩ3���G}��}�_�^	��/h�nM����I�!~!�]�M�Wo���f�~h�s��bwʼn
Q�ȅ�1mi�)��#ֹ�nn�kA��M�
+�XW�F�O-�fq.f�*W�2�1�J��W�-uGx���}4)�k�R�Q����C��q�m����;�1� �ߠ$B3m׽F	�;)��P]��
�!�%��W"4m	����Z9L�$��뿮���J��E{Ь����z��X魎zL�����q� �w>��:����^=��yƗ�)�hפ V5���t�{B��O�}��r���7�]}|��<b������JԬ�����5�j�VR�7��m��{&p��JvL-�s�������u���5JY;ϔ2?�_׋�4ܜ偦׈��9��꫍��/�x�AUd�,��ڔ�A���g�5oN���O����V����o��m�x@δ<Ԑ�r����S6�&�}���l���d�rǦ�p��%��S-wלZ�R]:ffx���M�7�����z��{=��3ˏr?��M9j�����΋��ϻ�z�9��e�VU��k���	�:PG^zTu��G���{9��8s=�$[WC��cj��t��E5�{��6}+�7�m�����V�ȩ��p�@����]�ǐE�
�:�y3w������m�Y�|�D����_ۻˢ���O��O��
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6��	�{��8=�*��*�H��	�.�
+E�T@���I&Di���S	9����b�3�*;�n$a����AgI�Lj�N�����T�ob��)�X�.���%�����ߺ���8��A��{1Ѝ��&D���d𮔆O$18�`���J9h䀓F�%�b��|��.����N���0rbb�nğ�"�}���y;n������l������ �i1�Y�/_��Hzw�/�ϵ<�I:�Ɛp��U�Xe�;����&ᓟM�G&ǜ�����u6,��o�	��u?�x0����Y�c�� ED�O4�$a�	��dRe�/�������k�8բ�aA��(�ʣ�W̼r����R33=MW<F��;-o^�
+��Y�k#�l�0�`s\B��˹^]��R=�ׄ�ʥSp��$U�>����L_~�Ls
��<#�t�����P��2�[w���WSW���~�/�Y��Z�����U+�RDD�� !��������Nm�ulgl�k��99�I�1���	8�����û�������{�w߯ħ���ºu8��i{�b���4z��>v�X�tP~�w�f���9]73�Ҧ����y�WU���I��5��"Q��	��9tdT�_� ��fNz�
+�����eD�8L��w	�$ɭ�Z��E�/ʛ���.:�PׂVqe�	��m"*ೖ��{f����~����'Ņ�StP�τ�r6nW�,��z�����_�_�>�ܞ�=ZZ�4�7��\	h��A�
*f�s	��Nz'Ja���w�r�a~Y/d�>�$��1��"f)��V��Րa��^�E��4��{��wlwq�謹V�!��I����y�h�_R��q��J�ͅ�xG�]�����v��B�����S�WT�*��L�b��6���K�}6m��$��&�2JkQ�
+�Z鸲�����ˀ�p��I����^T��_���=n#QM?�YT|���Q3��(a��NX�|Hٞ�[��a�IF�6�7��߁s�n/��xK1�*6I
+Q��=$�v��kT��.}�	���dN#�Y�|�(�0��Ĵ:i����{�A�u*nUҩ[�Ӹ��o8l�M���
R��Q�[C� t)�
+u�����Z��I7��EE��қg����J'@/3n�6�ј��+��(��Ze�RX{}wI޸��l�b����\iM�CG�#�KO"&I%��T�[
+!�pk�t�D}��C�k#�k!�?���k!���bHs�6����^
[%����'¿��ŧ�k�:�wra�h-j����A�G�q�E)���Gv��}�[����Am,j3�CE%0�:54��:�4jW�1� Q�s�^�b�;-�N7��L�!]%l�֍}t�<B�
++c�۳=GR��������0�T������?+<��q��o~8F���dP�V�W�n7�j��n�p��PX������g�>���f:�ha@�0�SG%�
+5K)ĩ�0��0���V5����Z~�7�oxo�	�種��]'��^1��v�Oj9T�K��lܩ�������c��"�R6���j6�2��o�D��R�*�F\*
+u����FoX�dʦf��@�:����/��E'���vk�6�r�޻��������&"��ɸ����|ꭠ�sŨ���8�f�H�9����N����x��jQEknE|���eul������2+JQU�۠�|>,�@ƭ���ɟ�w��YU�N>d�ӳ~�Q��j���WuVP�����i3z(�p��Iz]Lҡ�gc���l�3&���XD;HdMd�,�a^�p8�[n�{�L�%���/�Vn�_:Q�(�6f��Ǝ��t��z̯�.d���ǂ#���6�빬�B���LҢ��p������$�_����n-E�#yDwse����g�V.�6$}�
+�ڙ�������r�$�Ѹ�SA��޲
+��d
+���!:���_�ٞ>�vMu��85������{:~���2P�k��!�ʺ�����ӑ{=ڙ���F��bXן[����зDp��õ"*����wP�=5��5�b
+qiȸIH#po=
�csG=@bP3Ih�k-Gl�Šm��8�t�(Ƚ�:�S���?$�|V]t)����|���|qNy��+/��8�~����߆��~��t���ij �sKc�;3���eI3�(;����A��(T/,��X�d<����q��[�f��ap���=+n���i� ������K�}�iy�K/�o|M��8d�W
+A�5qC�j�e���_����MG�9����/�
"'L��N���t����;ܦg��8Lt���C��`���L�[���n��xP����3���iT�W	�(D�H ��Bx�d!,j�\B��Yjqi�M&�h����v����z��8|r��Xd�^P�jn�	�7K�
���X44�僭�_��25�b��s\�Om�g��t:���6N�ISw�4-�O���s�V��	��c�n3qp�/0��Z]�C�%�:�Ю$H���/������<���Ra�Ä�ͅUu>�������4�������}�f��[�*�9��_):J!�u
+��{�B�	{JF���y=�e���y� چ�Л�s=呧�?n?�Բ�G΃iU�����Y�?٠��
��ؐ���yL�j̇FlTpHK�eY�������ϟ�g�%�_z�r&9��R>�em7�E�p�������!3��3~M�ẋi����9�S7�\�6�-�P^E{v�E�2l�o��G��>ݙB.oN�����+����R}8-�<���d��§�����Da?��A*���=��d@�L���]l��S0�Ϧ/���){s~Q-��+�,Kjr^�C�3+jnʥ�Ϋn%g尗���YA����/�o��!]���{�v^�/�S\��Z^���6nM��]yp�7���|�[Rs�E�`V���O���R�����q��wik������g�NAe҅^�x���܊��b�Z&l5��Ð�::��Cz�Ww���4!8�"�6��z
+�L�s>��h�aֶg�_���%���u��f%���j���YF��$dhίh%�w�I�n��kf=�:h�W��w��N�
�,�M�҆�V�0��5�.�SZ{�ƆlyL/J��
ŐA^��Ÿ^U\�+������$8Uƫ����2�����t@�%}�jSu oR��v�3���#Clجʇ�h.`��ِ�;������n63�Eń�;v]ѓY�����Z���)��usz��֌����~{�f��֌6jd�� �Lzy�f:���N\ń
hq�������c�T�ޏL|�)g��>w�_f|��bĬa7lG����ep�e9'���{�����K�՝�.�voA�=r�
�V,(�Q��ܢ�����iQ�Ⴆ%�5���jc���=
9L`&FIzI՚Y�X��Y�q(������*�\P�s���v{>�d��Ɣg�_��؛A��g�W�{�z������r�V!ᲈ��SX�|�z����$��Լ�	��"�8sCx{*�.�W�����K�oҋ��r~-wI�ۛ_9�w(�4"��;G��J|��"�Um������G�_�W�4�e��;~Yb���g-g߷~��F\���� e��x(�-�m�<0�ŤM�	ZRnI������#����{�=��S�cZQ��Ƶ��VDa��p�y��)��Am���l��5u?�*���DW��)9'Q��ɦi�dC�#}��qWgYjvY\�ǔ�|H'd�f5$C��Td�1vܣ�	�0�i��	�˛������̪I}�d���f%��J�֡�M���n�7L6;�^�̄�Lx�1�:1S��L7��AEÙ���ј�'�eTЈC�����W�
+\��>s��[S��Y
i��'�5�#&�:���fTܴ:J	���Eɸ���4��u�1�N{���8ٲ='ӧ}��=,>�#a��]5��ӵ+;)���q����ڬOz3�)x�����'�zo*�Y
���}���m��u�-�6�~�u���?8������i�L֚vwWl�i���t��;����־Ф�������	�c��u�NC�Q��ˮ/7'���tw^�t������>I}�+�I{�.l�h������f���dȤ�}+��q+o�=�8��پ����������/�-gs��Ԝ�>+����+�N�w"�����1��eW�[����h����"��w!�K-	/������r��>�ݯ?sU��bj�.�$�v����Z�)��~����3�Ӓ:
+|.�=�ț�EI��[����ϒ3��W������}�U~.�D��� �w�[�����}�U�,伀�|�b&$�$mH�j`uܓg��қLd��&:d�Î��'���r�I��=��7b�q"���*~1����3Ap?r#�C�0���U�E�$����MtB̢�@&���)����]9Z_�oZl$��t�7,�ŸI�ed��
+k�ax������/�]<���}OC�)%�柶���̟ڸ�8�W�m��d&mf����v:v��6�@�d�]�H�����v���6����I�kuK`��$��]����G��?h�A���}?��8yc�I1(�^��X8_!f�鰦�F��
H8c
+�;
LIUw�~��,�f>�빴�¥�V~�b�@>��(�Gp>cup�fx�f��?1	'|�mB����>x�s�W,�%Q�HX�)���52�Q��R��*��j�����l|����Q�)M�c��t@�M�i�s�p]>Z��&ɠ���Y�
ҏ6�=�l����Ə�,�^ʭ��߮۽3"�;NQk��m̯��,��ۚ�_L�$��`n��qʌ﹑nU=��r{��l��q:���E�+�9\�P����,pV��_��P��BH���O��j�1��Qx�����U�;hs�a㧻���	]�v�p����/w^�~����?C�V�!�F�耡���sQ}oz`����\ǩ��?��O۹I��)�E���Ou'�A곋��rn��R�ma	m�ZAn1�ES
+�D��3ч
���S���*�X�eɫ�=N��R����~6h�	a����Ty��V!x�&\�\����
�h.��؂�%}��q�sQ&�{<⯊Y=��dҮ����d���l�]�-W&�.�h����"�Y���I��b��Z�V6�}﷕��!�����'F&��k��g�^��Ű�-��f��t����	i\>!�#hUu0I���b(���O:'��Y���\x>�!��:��V^u��Aǥ05�‡KQ��"���&=�X�+�C�1��y?Ҙ[����m���Z��ϭ�������y.maSf3��
�1[����j���I�O�0���~��3�UG�;ٸ���r)ؕ����.ǵ�º���Fň�/�j��a�c�������#&����W�P"�!�%�t�<+�u65�ze1������_u��y|u�4TGzt�lC
+��oׇފ=��l��[&b��������6��q��s�qw�&��@��z.�̋ϔ�K߼�8U�\���Q��״N����}���ž��+�X�����I�M����k
G�U�1^U�ӵ��#�����<쇈�*n��1���os⚼[��{���.]a�&%pp/�u'���Wk��;�R�����\h�
+}[�����"��wXĄ�Cd_%iPpq��������IK!�9���C�-z�Rګmc���d���컥��f;O3~a�
�����>H����ơ_7,��3�1����w�^�.R¥�~��a��j�WT���Q���q&c��l*ٔ�TN�CV[Ltd���w�%���$!�/őV2��|�y$$F�5�������F�͡����@u�P�'#e�:���d��i�C~z����~y-��(Mh�EC��]�8��=�J�s�K�N�)��Ih�\J#e�?�A:��?�!	��IL-1�l���N@J�������^�v<��=��]C������n�(��� ט���#Sp�����v��>=��
+��1����՞ܴتW"L
�*����v��	��0a|�l,G̪�)"��/̍���w�g�si�4Ww�/)�n�[r+N#��Z䁳���
+M=�������AC5�L�fcSv'�7ߧC���
�	v�'����,!uLWp1=t˯�n};�>1�_q(s+&ɞ[ߔ�Y�y!��.ֲA���
+뇬��pr����]�>�vVr�pi�B6�
�F)p[ʋI�u+J����^T\���������%y-��zw�z/���
�R��>���٦O_?i�8?�s��h�qa��䇮�%8E��9�n;E.�~N�����U�2�xp��y����ޯyŠ1Lj�bLlX��4b*���L�Zi<�^��������ͽ��_I�S���n���.X&�V|��P��p��Q��ϐSp�
+~Mk)��baw��d�|�D�_1	��r>(��Æ>2d�璮i�G�2��A;&�3iL�$�b&��2�^>��O6�Ӑ�`��̴xi������'15�+�K'�l�9FW�������9w�>�mL�fa�{�\1lQSa;^��ͼ]�ĻK��4��;Θ�'0��,c|ƨ�b�!Q���<�䁱��ɘ��8.ӧ&�4��ط��5�Ϋ����Y�j�9�Yt�ƃ]dA���@ !!w��t�9I8uTQt89:�	#rv�s��%�d^t�UW������~>*I9��X-���M�8M����JV
+�L�:]�!iK;����H�b�3<�@>�#�2�~�JyƧ�^�j�0+wR�4�|���,ob��)�w�έ�ܢ�2԰6OU"�s���\「a����A�>�T�v��i�y$E<|{��y9坘'�z�j��<x��M#�w�̛��Z5PI�S����]���&�M'M�);�>\Y����<ڏI�L�C&��k�����||#mL�@_Cm
+^\Y�ZA��i���k9�X��yĝ�_�O�0{H1�Ɋ~�:��Ѥ
鋿��}Ǿ�� h؞�;�Y��Z3VNC�+쨂�\����;�����;�w��c����mo��_�e��%���pΝ7m�ğw~���Z�gg�����G o�4���Y�9��r���Jv�K~Tx<=�,�Q�9��2�����L��[�^�"<��j����Z��V�/�(��B�)��?n�kp�?�-���Ho|n�|Ɗ��N�&_��ռW�̹E?m-u}�i��߂�� �6�%���=�kl���d�t)�r6�,�>� �T�i��])x���[�)$�q%�kQPA��$� �թ�����Տ�vq>�Fʰc�c��bH�˸���ؖ&�RҮ�S���Vu��e0S����r�P���8�gWr¯��sv���d���Gy�]I����sK19�i�T��$AȺS^���.W�eO@ޟ�(����b���	�$��쥽:�0Xh��X�h��-TY�i�tH��z�p�d�=<�q�BH?\�4>*�,�
+�J�M�X�A>��ȇž�	�?��<���cor�d>`/F0E���GaT��{�ܫs�g^>p>\�h�|��j���1N8Xo���ҋ�R.9+�q��J{r>iw�'g�>LLzT��gx4���|Xݬ�
�j�l)��2�sa�,��=\�f�ʾ=���5�~z^�u��4g�h7&���6g�NZ��;+����O�G�(�^��*�iBޓ&d�>�����u����ޙ��~Q4�؟�6U�x��%E�Ӝg�uo��w��cO��B�E���/Yu�M9Pt�CY��%�λ�Xb�mM7�ڙ��u�
�����I�����`|�ʹ8Z�.jMژH��H�Č�Ӷ�e��q���t�<���I�+��{�Ky�����8G[O�N����*��˺k�\��cM'	ӵ����+����/H��ʃ�Bxd6�1j��q
+oXb�p`�7Ӱ3�Ѿ���}����q�g�dk��E8�5����N�
��,�$�	��x5���=n�9�C������'#�@�~�5�{��ȫbd�M!l�)F��,)�����H�yM�S�%m��v����Ub�����p����7�C����3‹%b�T
+�b\�� �J�m�05~�pI� KS.L� }	��9�Cx0�䓶6�U��[��Ou�MZan��)x
+f<C�Y�*�%��/�(����5�_P܅���<,F�#���\���M%��k�ַ��3�a84?>�<%���R��������xK�-��]�/�c/�Rޱ��	�[�„K�)o?-G1M�.��_������k���W�U�-k���4�zέ<�+��W%���_��-Dge'm;K�y$�Y�#�~�Ȫ�?�8�XuV6�ciB3�&p�o��
�cCX�r��n,(>�m�Ў0?�	�NI8˽�C֑s"̌p?�{)����4�F9�)Ho͗�w��{���Ǟ��M-�o��*�Ay���[�Q�X�u�f{����VNYMH�2VA���O��;��Ϊo�w%���t�ڲ)��U�*A��0�$�_'ט���ھ��M�
Q�'G=I��E�gʥ�L`�*a��5�̳ �qUv��:��b[Ρ�gm:Iz�ɮ(�u%�>�������%5(�K�������Ԥā{pK5��Y�����Y�j��ѴS-H�pYօr*����:��{�����**�����G�_"<�/��RV)���!L���S���1�z�}M��g�#�Sn\
+,g�nh���g�W���������Fg:әv�ΤdBZȤJ�%B|���uY����\I�%�̘����ؒl���[�| Y��+YJ��~��ߴ�w���>�癨����.:��msBZ7�Ƞ::�3�e��������Bi�<x�{�LB7�fe3�{(�0
� b:��?l�;޽R��8b��ה�8��Y���_ow{)Ҫ�%M�rH�]|:���:��L>�I�E>����{A�8����>��[���{e�g�.Xz��������F��g쨀c^���hW=�!(�‘�Gl�A�"�V�1>��b�>�@���V�Og].&��e���l�$��)�����[�K$t�S��fna29 @V���t.4M�sVsk���3g���٬�W�u(�1��0��)�N�.�T\�æБ���DE13
}���f�6�qP�s�����u���d ;~Y��{�x�L5��"ơ�mCo-��������U6
}��l�o����"0 �(����]<�2Y�6\���}�u�X�4rQ���fw�����s��O�?�S��,���F��i$�X������
+�纙���	��9��:�?|~��yLԮ���S0�fѬi��fΤn����^_����[c��Wj��������L�έ���d���WM��@c���'t��3���h���9OE��һ�k"aQи~�n���}��9��-C_	��������?kv�\r1O1�[+q�g��gd�!M`��M]����"x`�H��Z3W��4�z���Ħ)��ǚ�A'Y�4�K����?���zڻȴ�&��v��h�yDy�5β����W�r�5��Ѳ�E���	��G��1�9&�U�fi��k�eK�gH��s����j3@GҜ��
+���0�L����|ѽD�Q5M8L<�̚��g��	<�e�#K���c?��9���k�W�{��O�MtB��'����r)�B�v�(K�~!�����9�(�Q=C"�rTvU��lB��ُ)8)����on�E�=>mks��Az|��?6r��z��o�1�n*�����.��9�V,؝B�Q1t�M8:�4�޴ʹ��&
S[�K�����9�ըMy�a�Q�k�$�M3�������S{�;~����L�;v�CT��b.C��0IT.�fE3m��I��		z�VAOAm7�L����ᶮ�R\��:t�`m�K&�oe0���av5��0��e�z�����?�;�E#"i���AvW��FM�L0�aBc5��->��cys
+�j��2)m��GkQT	�zT�c1�c���2q�>������|"h:���A%���m��e��qU��ьRq���жw���UCv)��s�Q;���m�9x�'�r.�ʙ2E�h{��M�f1����zh�7�Pиvz�^H/>�$}�Z2𠖸����S͝�f��4LR��A�F��O��|��z��,8\͌I&�~����i�[Y�8�˺����Z�a�.�R�R$lz�o:>�gc��0ˡ/�$癔��d��UI��L:�����Y)RvM u�|�tCH�ߧ|wĜk��M6��q����:ؚ��~Pq��b�`1��!��M?L�'>�
+�y�F���Z=)x���c3��f��s���[o}�J��Y�YZo-��X\�_���r��W&�*&m��A�<�C�ļ�U/XLLV6�.4��Iq��[�#`��&dU�x�]ˆ�Y����K�	��!���(�ɴ��,b�G��-c-�RN{������%[7�1q�t{�G;���S��ڶ]т;X�ucLl�|yk��������7LX=$���s	䭺_$�NX��a�(������Uw�)����]J���Scw�,01�*�6���-w��g�s�x�Dե�S_R��K�i!e3|\�������
�qT�Ƶ��ɳG�#�U²+�2��\�EG`���\�7�7i��v�#���7�`N�*1��a���O���IZ9D�ʛ5BF3V�K��E�=\�*�l�S�M�tu[��7.5�j`T^x�+��;ڞ�]��o��IZz��Z^��V�I�jb�ڡ����7'Έ�g>�21��'�Ќp�v�#����i����H.��&�3��'�L���v:Sh��IJ�!�}�`Y�eY�uYiw�+iu�dcHH.	[��jW7˦5�J��^����?����/���=�9���e�>�J�'�_+��|4��W0�"j����^��vm�T
+-�,�׊$�~G��.�q�iⒺ��on��3|�� n���&����m&�D��<��k�(����q�כֿ~���~��v�-���3������o�g�y���*�8�ŭ\�vCȡ�v����R�O���O.;&Ċe4��q�� %��+�������m�V�F��%0ش��} d�wJT��V�H[��]����2�ۯ��n��������s-��*��J%�B*�BR	w
+�C�b��M�2�UC��ϯ�| ;�����6pR��
+������^�t�݈���2^��8pԄD;��p/��/,Ѹ��C��UH�[�ߗK$YO�����߭�>�w�K��		礜��򑇝�?$d��oԟ:\��ɐ����9�L�p>�qC7���}�3��[1_�����~Wc�=r�l���l�&$AS���
g��gڴ��Z�S�q>F�R&8'����s��`7���������������)	��Bʡ���k||��a�20�s�z�����j.�B.�c���{��5_2�/��o�-�߹O��{��G���nz"�7=~�s�A
+?Hۆ�+����N��bȐ�
+����3-�m&̗wWF?�Y<q�:�1G�vW�[���>:F�\蔐	����w�x�S��@3��c��x`��J�[<�A�|����(�f:���]#<h�χﵫ�Em� ���_���B�n�/5�N9VY:�����܏�^ȑ`���4�����!g�GYҺ��l�q\�ع<t#���	�'Ԣ��"���3=�������ԅVG���S��47Y��f�t��6^l����E�P�wW���v%p�
��l��-�R��|�G5�G�����%�>Sh�	nW�Ƣ���K�Mv�n���f�r�����,rG+Q!�
Tb<���(��S���	�Y���q�T�Q�e7}PJSd�����i�������"�ՁôB`FcQ��tK���������C�z���B>����AY��۩U�(����Q+����v!8��3r֋I�B�9"fm#Bz����.ʩ�ŧ�~s��z�r��nl��e��3���KȞ%k_7}��0���������tk���D��2��Ő�_�%(tw���>\�PӃ\|���ձ3�gW?���Ᏽ4E���nH9�fg�h��y��X�ɥ�}�#6��B.8t��\v��Z�z�6����FO%��:3?�[)�F[tϿ�I>�q&ݓ\��O���.�n�9��f�ҁ�v�G�<j�i�C+����w_[.�N�x�r3��T��?�Jbr.QK��$6��R?n�@��
+�����b�����g�"j��P�VuY�k�@gӍA�	©�j��9^��T��^��
+�	�
�g|�7�>1=����_���O�).G-8�P�xE�tˬ8+��E��j�ń愢�#�W��9؀>�C��2�i�6��׮�f&� 1�/e6�Lۊ.i���x(]��*5'C7�������K<��� ���n��8�:��[�6��f<�&��{���;4�3��:�λ�&>����Z��hE��2��+�0)��h�&�d�V��+e�>���]VH{\�Ә�ϑV����M�Yd2����:ĸ��Ű�F��3�Й%3)�!bϛ�)	���:5_D.{<|7���^���(�UD�I��M	���"-𿷯&��u��Y�����:�	̸��~��	4��V
+�Dt���?��Cs�vCM���"��s��ފm���j�Gj���2��ʎ�[N�A����/���2t{9�-$͗[���B
+�u�zC���5��m�@�42Ph8_��V��9�~�.�g;ei�&?o$���L������1���bF>��r��;?N�~����DO]�ӆ�m�
+���b>��˹���>:~�$�8�66
w<�?�͆�"��AfO��n��l��L��H�(��g����93}�i���qPAd�!keO*EB��(L��-mm�-aɾT*$��T��ڒ���c���R�T���s��]W�PY5R5�a�������$p�C6���и�߳���y3Bz����+�����A���(�m;ٴؾ���-�A���j�CS����–}ZH؟���7�gN��?���:�;ZS�C����t�����({������sa��zW���:�d!KLͱ��'Y�%=rq�61���E�<�
��}���$p�c��x~<�,�Z�{�r�},�ɗ#&��A �&X��,��L��iWU6�}p��6�ۦ}�4f����L�6�'F�A��	���������P!n�J���4̓��-��98Xb�<x5H�+�����k��y�>�������b��(���9|/�v<��^�ZL��(��&�<�Vʫk���|�l0+2LF�9�`�7�����
��J�K�}I����EGk�Ɲy�����#��&�S6��T
)���CU�t��o����z�������.Mk1<��C.l{fj��ϩ�H�>�ʊa�З���i�Z���>uh�&����.M�U7�DM���_�``䪪��*D�"Ưi�y�{)���^5>��^q�G���!]�A�>�]W6�aYC6`�aq���,�!��Uk�Y͟#�o��x��eB�*<�	Z
���}!PQ+6�.�w�8�̅��@Ʉ��%���C6躐����w��-�.��>2��Q%d������#'K�[�Ƭ�}&!s���Gs��oM
+�#&h�qщ����1�ˊ��S8���R�����;ٴڋ��ρ�^��<�.$��$�\T'�/e��A4{GG����x�Z���&�(Չ��N��:2d-����566�#�Y�(aMG6$���(���O�9��aA[Bb���6Jt]aF���x0pUd�i.`*�G����4�˜�Y�s!��C����u�bԬ>zX�|���N|(l
�P�c(\�B�6:�nfqM{.�n�j;rc
+�Ƀ���al�+jR��A�!-�y�{~�]���_e�/%�3˚�̲���k�%Y����������l�W�_Q������A��H-�V�3>]0�2ˆr�"���z&h3�.�;��k:^RTP0�Uu]zYQ�tȯ-I�{�44�Ωn��I�R.Y%����\g<��C��F��3ċ���������=�m9���tIn$�{�2�9��n8^������S�y�g�}§��v(n�$�I;$�X���$f�~j6b���$J9�w�nms؞�k[�.l�j?G-�9�|"�?��s�j�yTM���*��y�4nRc#Ox��Q�\�~�U�;6}�0h1��k��nEMҡ���A��4t��?fpTʄU-I��;ʭ��|�%���ȁCא�*kٰ:�pB��B����u��%��1=0��e�'���i���G��M<��g`>�J���l8E� Gq�4�n�����RƋ4;��H���3*0�<�S��L�|ldJ�[0/umG
+����,]����r�:�OXYB����=6����gq��0�[�\t�)d�c!nR��F��
�����S�ҟ\���u5���C�c�˺��_�/q�䁟K��\S�A'eB��t�=��<pb8����NEe�'�f}�z���`<h��f�#O���煏c�y�s.��s~LJ��w�z.l��{a�m�ŤCR�F�2��� v9_$b&�j�,�ʓ��2bFtn��br�����bzQv#�04����m�����tӟvg�ϥ�r
+8,�"�ėI���ӴP0יU}�ᜲ����zr^wg�ŷ�}����b{�����"�Vէ`��~�=�q��Ͻ���^Q����u{�w��^L�"�3ny5�A��ʃ���ӎ�ϩ�9��x����Z��})��s!�$���(ks.M�Ⴂ|sV|�Z6u������ֳ�SZ�z��Ԋ��^�WQ+H����
+֝]źY&�8���2���
+�'��������ߤW%�W^C��Ưm?sAU�W�+F�BȪ�y��[ߙ[
��ԛ�ĥ�.e��ܡVU��Nw2����,�?�e��F���vjk~ؚI��df�1�&јx�W<�}��܇
"��x%�1�D�#^���(��QQ�>��+1��������U]oWw���y�σ,?�"��Uk�i#j�8�#�3G���	%�&�R=������yV��2󇮍�p�^㔒�]�&�ȭ?3<��t�S��Yjm@T-�A��-�R�����XE�
+���ѫ���H��
�3��2�`���Eϧ"K��CM���!������L�[Ђ�]-�2d=�ħ��3�@��5���u��[<���v������?�r���B�,%�@å���������h��>��CG�V����
��<ݜf�bM#L��(7{�yc�u�����W�e�?55�P�(vϱ��ŬL�4�z0ϩ�@q�0�O7���]]g:��%^�9�Wz��淧~�3�i���Su���S�)	��Yr�[���.6������.������rck����4}���RF�}��?J�vN3�l��|����:���|��a�kwL1�V�i������'���Q�����\���$9�>Մ�HY9nIK�K���aﭽ„y�ןh���:������;L��/�E �4d����\�n2<�MgE��s�"Z�eJtLC�cuk���v�GFK�β�|Jv	��#�)�9���M4ܱ�pJ�,2F��u�,c����6ځ�Qh=_3U�%i�k����*�H�A�PP=�{�@N%�fk�pG?�n"��q��2Jҗ5���&��l��U|���O6�ij>��ۯ�=�_�����|��NW'`[N�̿Oͭ�UP�Y��q�@F��EvqK��xS�K�),vR���z�993�)�&�'ɱ;Í��F	Q�(! ��i���&��"��t��߃j	�	+/+���Ez���#���\�I��rNQQ����OP<�	�.���A1����B�C��xd�[s��T! �}Jn�U֜�U	H�ڧ=���� `hح�����Y�"r�m���W���uAu�p�
\�LFI�Ԇ���^��B�����jy�Gz:MۻԎ�N3�
����>L��i�%)�������~��Q3J�4�'Z����,�&���e�c�
����QгO6�}׿& �J^%�ë䔹嬂�Q�Ab��%�4�~\�f���s���2��d�U8��6EI�R�ӌXє������k|��
+0�	-�%��Y�Iћ
��_���G[s�G��q�!(n����mc�?R�":�-n�q�^P�|Q���e�"��9�<N��%���|���������(�89�4	��Y�@�'�I�!�5�X��́����cQ�\'�*m�>X�$��Z�$#��	�cب95#��=2V�Y&�ɖ)f�K�*��-�v��[���a9�0Bz0�����m��u>K�qt�u�1�=CIu˩(�5�`�{g���irb`��)���å�!���Y�ì��������p��p�#a��q*b(�X#���P�_	<���40kd��
+N6�M
�W�޶�	���QL��]]��ۆ��p��?�o�i�.�gn)370�Z�q
+�P�c���5X��-�kL�M�H?^������sp�o��M���!��a#�}?��3��{]�5g�
c#,����k�V�����]yq�w�<���Qʮ��s]�5��P?�����4�z�͏�?$�E�d���x�Mu:�
�
+�@��󌛥��bמּ���뫿�7J�]��D��G�`y�����!\��t���.�'g<>���B|�w�G@�_�r�
+��h��)�w�k�݅?��9����_��<2r.�p�߶�u��}�m���l��X�-�hE��Y�_��z��4��g�rv�w�#��O
�W~-	ѽ���&��mR�$�eIySɑ�G9������J�"	e�DG�V����(�.&�kߡ�yg�U'����yv�m{gw�2t����)v�w�w�&�\k.1R�-�T}?��f6�4D�����Pv�]3��a|���gZ+ay{�s���4JO�L�j���魾d"FM�d|��(��l-��xe�1f��'(v��!�6\w���:�!$<t�S�7ߠ���j`�E�CƯ0
+�W�u�����B�/KCv�17g�K/i_�SM���S\.�h�}v�3�y,������0�1L�)�I"R�!9-9EN%)g9�h���3�p?{��y~���u}���~��PC?b�RB������G��6c��E�3#�4^��璀s��!]��p�����,�d��F��N'
+�;�L�	s,�L�R}fZ��,�J��!��ng��n'�c�-�]ݘ��J�A��t9[w:Uu�퉔b�wDh����WI�ϷF��t
�w+���YV��X�C��<^f�g�xI���g�Ҥ;q�湼4�TZ�� &�X�h[�^Xl�Ւ��|��x�YϼߖwZf�	�ɕ&��F�ݞ�mB<��J�0'�>���v�`}�i���"��4;)3�n��|8̎7��?�����i*2����[
;�|�(|�)�������V�Ӝ�N��X�.\ĵ��4����Dx�e�Ґ����:D�ڪks|��Jo4���Y�x�t<tn+�O��0L|
���NUM�εT�
�}�(yYwڶ6��*{��r���h�"�~���P���/�(���ܐ��?���jI���r��|I���r��
>��<�]+���6p+b��7���=Q���9��B%z����p�S/ʍ���,8�'i��_X��I����t2�����Ŋ��.�
+f�o�7�3���1r�Nw&x��ڔ�.���?��l�1����y>�~�
+a���|�Ҙ���2�~�4��\3‘����Z#&�
+���AV�v'�cC�vZkE?_�C>���=^j���@yJ(I�S�5��(��ޗl�u��̇?W�bmt�0�A�N��⏇xi�4�D��ޟ�S���|�}d�v�m�6�3��k�~{m���s2ƈ�����F���Az�AB��|p��ż���N�U�����$f�.O�N1���P��l��mt ���,�17N?Xk�(O8���H>�>�����bs��#���2d�(M>���vx��b��u���V�����~��LI�V6���xP�y>�`�.��v��N�
���T���D��f��#}~-�p�qJ�i����u(�5��@�x�Ǻ0�/�L1�?Z�z������K<��F�{
+�C�`_�j�s��m{�AG#�p����_��^��K����3է�{�ZmE:�d�Q{}������$]OA�V{��q����{fHh�K�<��J�I�E촓}��e1;"F����$z�a�-��<x��N7ནl����@��� ]�C?@
+�T��XgaV�2�%���nr�U)�<�.���)8HWE9�i�&�����IF�3M�/fJa�6����7L����u���~��A�
>�+xi��C���C�IA7�Me���%��lع���2B
=):$�^^��)Ū����>r��up��c1��$��k�A�{��?y?�����u대d�,K8�QC�}w:p�B��N��v��7NP���Eo��9q�Bz�n7����p0���l���G�?P� #n4
4����F�H#x�h���D�M}jQ:
+|)�O��<������ԣA���6Ku0��V�3u5�~����x�����ޞ���f��0ퟭ�=�h��J׉w��d:��~�Yi�q��c����\��rf��g�׆��xH˒���롄������L�����ݭ�e0��`�-��}?�kY�� gF?�PC�X���pIy&��(a�3[&�LҒ��^j��k+�G�����0J8�x��b�eϦ�	7l��kl���ȃ��B=��L�H=���G��w�(�bJ�y�$�x�4Jӂ��@�ʹp��.Jۜl�)Ls�ua�g+S@[M�/�c��Hv�u(+�VW�\�bؓ�=T�t%��D�v��V�\/�RUB����DZ���eD.6a���ҟ��Ӣ-��h}?�W�[�k��틩z1-�v��s��2f�~?�� ��LW�?kϋx�n@��U���3��f�gt����B�����������q��ol����r�f<��JY���p1w�n�PQ��b���	�k�P��QZ�����HLq^�b�[�
��w.'[�� ���%7�� ��.W|.�9���5I�P�X!�L��p")�3�Q;=H]f�M79��v�_�%p�]G���.ϯ�<���L�ь��]�%�XbK��NPA@�M����D�(**�bAD�`��d�ݝs���G�~����}��lw��*�Q�:z֩��$%Ļ� a�l��S��6w`��P;]�>�7���s�(�\�	1�Z	�b��iU2�G�XkC�-�s�j���H�r�م��߭^V�}�Ghö>�B�-�y	*HS���0��t������n���������[��X^�o+{�Z��@�OXE�]o�<�hA���`����=4�"�����1Jl1�E�!��V򗩡�|�{8Tn�|F[z��ʂ�������s���r�9n}�1�P�R�)Y���+@�f8�gS�������1�*��������4u�l��<1�,
+����NF�I-�4�^J&����l�[>��s���Zaޣ���4��9:j���g�`���)m��p�g�6��] '~ђ�/Ը��.��Nj�|#�}Z��*XIG�Q�cй��M+�z��/���zqΣc9)�LY?�%_M�2��QC��:�T�;����Z�%�o�AJ��0��|���ǻݥOo�)7zF����_v�3'��J�T�@�� >���0�ϩV3�z�
�R�rL��!;��h�l�2�϶���F+�
��''��!_�S�xЧC���SUU�R#*`�u[��<�@�&���*!"rSNI��y����Ϥ4��!�J�-t�<�?�
+�����|<C�-�F�\ࠠ�f0�AW�r����@����~���ĺ�(�qN
+w���ڌ��I��a�e8fXYmpswI�F��|���������$EG��t�=�܄K5+�b���։�%��X�#oQZ�
>�BŅ�h�p�<!͢�El��6z�����1Z�y����*.�xq>�
wL������<L�ۦ%�+Mg�u\R��M5'*��g<�hF?�Vsr�m���i����
�SU�`���3������!�Լ<�aR�����ѧ*t�t(�δ�k�S�~V�S]�[������Q>��͜��U/��(H���>#(��ÿ45#}��E^���,x��x6�D��c'��_�%OV���6��SSS��GI6�U�ou)Ǔ���QR�u�Sx��'�`}C��Z#�����fUZ�kl-~v��A�z�QG2z�M�N�)I��d�d
�˒�u�	 �����n��sKl��^/T�]�33nYYwZN�s�Wd�&h�0/��%��vL���p�1��x�А��P_�q2H��;XW�r2LG�0�q�x��eV�co*ِ�;�?��*���^�ąOr27���:1�т�����X7yU��Z4`���`h�'�O	`Qw���lM!pca�YJ��<�*/	��(�:��^�(EE��Om{i��"f��&n����P�N'*�,#�pSG���`H)��\o�F��	��t�Wa��$=Uۂ	S���b��|�c���Z-�����^�+�1�}
+5�E�p�
�iGSLĴ(?d]
+�?����)�)W��/���6ܦ&���i���Ĕ/��
+���~:N�Y�B�`�
0�yIV��Dy��
j�Ļ(9�s)��e��ژ賓$��dg��K@w�H��I»5�1��g*N�Ŕw����[�Ў'i��S��Km�LY�k'Fow#�M�0?����0��7:>�d��c����ڛ����ifƕ��M�����.5��3�.~]k�=�w[�O��a����c�:1��NT���[�|ON���Ξ��E�U滚�+"mU�v;�TIK���Ŝ*���D�nw��ƫ�gӒr`ǟ-7���O
E��Z�Z�ݓ�ӌ]��vU=s��G��EF���Д�{2A]k��%�Y�%:��o�BƟ�͝���D]S�3@}��O���h������I!�l�_�?6B�ڦ8��{G�sݵ��Ֆ�ཡ�t SȻ�z��M��n]Tu����j�����p C���ƌ�-}��֒�8f뙇
+f�z��2���[���kW�@��"��:/�����e]/Ւ'p�
���d��N��8@vYy�qZ�e��]�H]m/���3�!B�����������8��3;;��h�M�z�I4�$��&&��  (�y�JA�-F�,4A���� J/�b�����W���g�̙�|���X����7��7d���W��R\�sW�s����4�"z����Mt� F��7Q=��p��"�%���!��9
����,H��_[��v�+�u��(&G#*�2�1`�f+�?�/�O��w���]�Mς�$�O�V�%�9ͬ<�v�}zN��H��É�L�q]̈́$�u-o��`m@6B����
+�m�Ɛ(�)�<*ҫ�����H�<��՘�0�c_��$�,6t�)00g��Ƹ�I��1�B66*b�M3�������|J�$j=7�/���;計��_���?�������V�����+�j�u�W:��"���8ؑ��XN��)�?�)eԈF��8uVڽ��<�'d{�u�
Y��Y�R4f�����G��?��yt�Bywjd���d��[�Z�"��b�}�����ޙ�l�&����q��xK� 
�8�Vvͭ�@�5�����Gzѻ��|�%{_y��*�3K�wt�]�
+��
�Ŗ����zw]��K�
+�NPs�:E���9����Q�?�?}�B=��9�ovꋕ�(��S�����;?���ю���a��p�"+9�joh�?�xŷ�|X�8��_4��+�Q|�(zU'(�խ�T�w�_�.>��e�d�Կ�R�J�Q���V��L�œc��'c��/FjQT�
+wM��s�o�J4��|Zf����1���j�%^
3	�~��ǻ����z�Hdmh!��'O�8>�޲�T�ؒ7d��X5`O��t��Z�(�Yb�ZN��!gs���yߥ��OT�5!��ͧ�����Y�9*�YE��F���Iԣ��;�N�%����(�=E̍����rG�W�
+;�@e��4dϢ��d��:�!�3O�?�Q1#	z�@?7K�������qA>諺�)�U�$d��æ��栎�pM2��r\��<�ߛn�|��t�r��Ɏ���[�
+	-�ʂ��2��Z\�&�UOE�g�^%�w�������9U�=!'b��)j�oӮ����{��3�1�h��'{��)G�5����n9����.6$=[�~��vYo���>]O�X��Sz2˂�N��i�_Wx-Y���W!F�ˁ��랤C�JfY�,"mB���|�s�$���<TX���,䐉[2��=JZ�w�u�U�Ԣ�[��ԣQ�e@�,-p�|����)v�z7.�9��zi���h���Y���k�����.~PK�O�3wG���c3N�ꉂ���_yS�*�����m���������S?b`	;��򿛲����mP��<��>>Zh�t@�����sK[��P彣	n�oi@�7�+�J�o�9���A/k�EI~E�����a�+Q�r/:���פ�S#
���<���?���Z
+�Vvs�*$��^���������pvX��	(1Y;��k�>�/�E�����ߝl���s�`U��`_�>][��H+�-%�5.1��7�Ƚ�N�G˪p*����X�����x����#�+Ȑ3����oz�ݏ�{0��t��uqkg{��'�L�`Y�m�"�&�.�]8�]~��d��|k����,es����
+�
<X��!Tʗ���S��I�֮��|n@M��Z���j'3b�7�~Gnj<��46�(���':
+��*����kL�ݻլ���O4�~]���j���ቇ��i>u��T�	}s�w��
+����W���L�hu���wj�=}a�0���������1qP1���ۮ�;�!��BQ��dM?��lO:���5f���أ#z���A#�uK$��8D�8����Z�U����3`�a�U"��05DśK���6a[�MH��$�M�Ʊ�	Z
+.����L�;#-�Hy�
+B�W���#
+?0�5�ƃYn��=oW��q�� r��2���7V�j.�I�����j鸞t�#+��m��'�O5�t�F�d gm��	��?-�Q�w����	uw]Zz�x� ����wV�����g�]�OR3��P[J�="A[�1b%�D"$�aS5�U�Z��Q��m�R5�����_�r�������s]�}_;
+.椷1��[�p6�:�Z�^}6,/<���,�y��
l�C��II��Dm��LC�Ͳ����^�h��,�hޖ�Is����:U?G����_���F9����#��C�֏|��8���P�O���W~�E~+�^�9�m4=�{Mχ�-�`�mɳ�A*�Y�k���so	��=s��I�5]G��$�\N�(�]�h݀<��c��c�|T���(p���܇�Vɝ�{�lC���$*�/	����ۍ���
i�Ͳ�J?��}SV��է?�I�?�[+jrMG�/P�����類�E9O?V�)}~1Ǣ<t)�����W+���+
E�;2��V�q��s�P��O�ES�uc��*Nz5�v�:�eKZt>�\v��-��V0�p��og;9�w-��e��'9i3���Ua�݆��v����Ht�o�!����;uw�?9���`m�n��q
+�x�S�į�z�V�KVK���-��\�~?{8H��{C�;R�=�������u�5q���f�&�bS!�=|���s�᳈�u����}�?\�u��L����Q��w��Z��g���������?w���\�"�>���\�3�4�\�8��q�J� |TPi3�)��g���	���Q��gX�v�
+.� ��V���ɒ���T�N��H���X��}��@=�]��,v���t��f���]i�(%�2����D���
+�"�KrS
iq��yq�I�� ���A�K�>z�Ӫ���6ޔ�c���}_��}Ǎ�OH^�k�\R�1��Z��Ʈ����(;� �
�"��ĩ�4��'F�_���>� �p�΀�S��v'���r��R��ۂ��?ʋ߁�|8��j��5n���>�*E�ؕ��<N��Esc�9�)'#�����e�O�
�rfS��fom<�7w!�f����jC鞲��U䧟T�m�KO�D/��UNK-4�
Ym����.���$Y�r�̔X��@>�	/5�%Dkz��kB��
�z����"����$�g���ݔ|>/.=�nu5D,���Zj�G��n�$*.Ԩ<1� ����"A�SW�ƌD[%'��lkA��Cm�����zCº��|6+�?�呮�b��n+�J�P�����J\w:Ya��u�mEY攈P5:�KM1b$Eq3�4d%!���8OgX6�H�Yv�#�*~�/��w���g%źqF�f��e���;T�=� ����U������:N ���0ј�f���1t43г5G�O+P�1���%�������E~��&���n
���n�m�נY2�ϸ\�#�n
+���i���bݤ�t���WTd�7�X���X����`sy	�q�)�~����v�����������y1�>C
Tk�!,)���$|p��vD7��h{0EWK�����X�@urS���aKP�kWHݟb��M�d�I�����}�Bsiy>BT���$��W�@6&�F��Xow�ok	�A^ ���#����r���8�l����[� .w�hc�
���􈣕�[s	Ք��{���A��'@#-�s��v�.�����P&FP�� ��@�h�IT��Y��N4��3L�pk�\{c����y��p|è��s��qQ0Rp cCAQ����xAx�YYcCC�FY��h-"�{��ߖI?6��!{��X���I9;�̙n@�’���%��h�hP��I�����-r�(�)@�����9p������Tlw����x�LE��<'�%-��'rNA�^Pe�UM1g����8�*�H�G�c��6(��BkS3����=s�pq2\�G�oJE����m)�~W�����%~މ�KX��g��1�I��$�0vv���ĺ���7�;
+�[!����53pC�
+����&r��fO]��)y���P��z��rE��͈�V�h�*1ե����� Lp����`����848C�,���;��������[;@K�3�m)�����t�Ə�B3��h�p�ERQp�0�$P�����K�܋L��̜�YZ�m��s?���{_<o���:�An�?N���y���ω\��@�;^�4�I�w���+���YYK�UDO46?�c�܈�h��P�pH9P��������K�	���u��y���.��G�K=�i
;f@H
�a4yv>!{�����2��D�K�������P�tϝ[Y�������?�f�_�/7��c��ywVKY3>�1*������-qe�\Z��\�����P�%�w� ޮC�|r�K*ޭ�,��U��I��LoFy�W
\���+c���`TB��!z6/�����bP�A|"Ȍ�Q� �g<��w���x_��M_p?2����h��7&V���x��lgRE��we��
���=��mk����x�0h���0�A�>����a>� �
+eG((@'���b��s�"i:_5Z�ؽ�IA����Ƅ��Q��gsB��n�� (4H��!�a�ֵk &�}A\�d��1��Fb����.$��r>Z��{C�{;���ݬ�11'BM#�4��]��e�bJ
+(Bc@"��=@��'�GHE��[P^��\|�K]N�Ϭ�u�=���#���G��w�)����	+&j���K�3(A����tP�J��
+ /\�����A4�ݰp���!'���(p�Ԟu4%���Я��j���ލ	qۣ�;)a�2�{nRH����H$@@��� _��ȋ>0����q��
���)����\�6N'x�N���:P����m+;O욎��F�Ѣ�����l&�`�܊Q�.�$�M
+@�G�/�k�~���n��,��Kg]���^�;҂ݲ�!�_J+f
ԜN�6gP�wH���H�4VGE2+���="y1˛�:I4�i���n�hy7>�yj�H���%��|m�]l�G+�sZ^n?���n1FGg �l��#��"��b�O�ɫ���}D�f[ʺIR}l��Ʃ�ӗ���F|�ԉ�m��Y�`�jjU3�}����F]ɰ��H���I���c9��#3bC� -��p�0P���T6�۸i[���Ѯ��Yӹ]����f�Z�jFE��\� g'.���C��}�)|�
+.����$�((;�P�!Q�!:�����*�ҕ\�䆌F���1�{C9�k����|�"k�����}�5��֩���3F��l!���𧵵�9iin�	)���"���/���x0�i�B*'~\*ΰ����Fх��tj���W�ˊ֋eE��95��K3gmXI��w�����g�
+�<*���XL��H��vą�@e.��U�:,P���%NI˅CX��R�g����@7�{O�w�&elN��NJ�Ǥ��~?JA~�QW�Ǫ��VT��g_όKi��8��+[����r!WU�D�IJY�{lUп.�_��s��r:'��hC�w�-:C�R�9�U����n��r�3j���p`��H���^O ����Ԗ=��?%�ygL�K[�m˰���R��|�6�ݗ+����m]�?�2h?8�"��8���b?��^���Ca�)�<)$�ee{`��@6͕I���94�U.�ߝV3>�m?7���72��j�'h�9Y2w�L��	Q���/mVI�moF���XGd���:�.��;u�����rC'�|;��}Go9ߐ3�2�5�Ê�~�T������/{�[�ݏ^�ȉ�����xnT�g�0�̴OS]�V��?����4�oNQ��E)�jɬ�r�͝��M'�S'9�k���ݥ������f��x͙߳)�sbB0o�+�S�sGE���;�����V}���/�����cՠ��!��z#��~������Yŕ�#fdM�lZ��U�tu�P��{�2�_�`��M��%�<�*�"��M5�}��yʤN�hy���aE/�p�0/V��g��Qz��<������_�r��,w��+ݜ�UN�J�g�4�^����7w�CRs��v?&U&�t��O�(�3ʆ�^��M���h�Kq�u�y�Q�t�]+�h���i��NSۉm�x
+����hB#��h��y�	a��BB�,}@!$!4����O闋s������}��BrU18�-U���\{�A�T�J�O�q��E�w�w���F7f���33_�$O4<�m�LxW��~���|��f�K�yS�W����`j(���XYx�b�9�q����?�?�"���� �)��L:iP/����zf���ޱ�`��sE��[������U����1��c�+n�(���qr�(m��l2�)%nf��:ܝ��;e�%�JOz��V��u�p�`\��4�;a�g]2y`R�r�q��'o������ې��(�q�T�4D�E+��䔃��YDǚh`oI�c]���4��
%ܵ�����b&j_�@�������~5g�a�u�[Y#�އ��zg���+%�L�s��g`7��z�
+ؿ����T�q�U/��5�O-o����_�N0��H��B����͆W�`�K�fXcn���fL"�y�謃<t���86��:2�
�]z	j^)���˜j�c� �u������w^]ؓ�+N!��a��<L�&eV�bf�L�o���G�������OrG�:ٕ�SGԧE����yD��kl���Z��DW|�7rj��2F�D�+��|bv�͛��d��C!(�¬�=}d�w�L�Μ��2�K��;83�u΋��xѱf���� 
zu��"CJvt����ղ��2.���<|��'W�2M1�\;��/{5�)�v5�T0c[�θA0���0'����vX�����Oǂ���pD�_��_��l\%&��;�ve���sm?z����0��2�O����ȱ�k��XE�}'u4n�C�6�l=�㴣��ͨDU���Q�Rk)Ԍ˖�n�$عX�ػ��^&����Nv)��Uč����K���f��C�콐�mg�AGg=|z�'f����
xȤ�fD�n�Q�u����e��y�d��4=T��F�G��Z����<�|}=�}�����_�+�w�A�0��%�^���7ԮVH,�����M�����Q�����x��묪�S;�kB�ڎ���
+�	q?��.�6q��r�
+}�G)�!�#^%�B��hՋ*;p�2�7?o����H���7*��͊ki��S�^�t�Nz�3zb���gv�`pv+����5{�{�ފ�2Q�GK�����>S�P^�@ߵ"g+�6���v��>��dzv�Ӭ���Au�G�Z���_Ƥ�Fxa��0
+B_��qj��>����ld�H��c72�ءfH���T+��b����k��>^�\�l!�f��A���S`�6��
���č�w�1m�_+���ϼj`y��f�k>��)��O�
螌��1�wƜ�Yo
+v�d�I����7��n�Q�O
��a���NL3�S[�0��m?~��@�^T�eL(g̔=�y\mk̛�a��Rj~�"�N�����5Sr	�(��D��!!�6�tT3��\Ʊ�[a�Dщ^�Q ��Yr��57m�ӑ`�S���m�I��I#	��-@�����D4B��jT�.�NT��FR��>)����+��g�ja
+��4v��M@�ЊH��Hr��m���4@=��ي�8�����|��F��L)��u��Kh��Z��m�$��X��S�6U�7,����V�x�:��"H�����6��T����#w2���4�X�F��U���K��X�R���/9��a�\+*]�lcv]_�s���|�d'sώ-�g�-dw�C���<�yJa�%�U��/s{��q�� ���Ѳ�퓌	z3����Y���!����V����TS�*W�|<\�AxY؃�-���1k����2���X�Tr���+�W�e�XۧX����8�d���n�o�����C��os;����3�\WZ����nT�0�� >�d�oI��"&�5L�{P�_�|pW��n�p�K��M������q�b3,W�|��).ӧ��4������tWM'ӓ��I*�TM�I[�$�E�$EE㊊�ʾ\vpI�&fр�"�"ܐ����,�����=u?�������In@m�K�7`5�q�*�&R�y�V�@m>{��Tޒ��f�hL/����F������K�$���W�o:�b��zD;&�%����7�>L���a������Nt�ֲ�e?�.RD�n~{F�uMȣ!>��DEԸʽw]��׺�&��V�K�Ͼ���uz�4�-RF��닛�ݡ
bM�HA�m܁����'�ۭy瘤�3�+�4t�M�+����;쵤�O<�Ψ�!)�!�$�ri�"GLB2�糒g��1#���e�R�DG����–\�s����x��T�f���רuE��Z���[̞���]a-����?�$�!=�Q�HB��� O�Vh(����ad�L�Ǣ����{��j�oO�&�"�����)�+����sRK�A�\� �j�W�����1�#fJK�Li�[)
9��{'��-��(e�pJ���S���eƵ�X������R�1��
+�!�����cSs"*���(	U�%������#
�&����y����՗ޚ�L�fչ��9����.�zǧvmWI��Y�E7o�x�V�wH����2r��I`r��/�I9���=��ͻ`ϳ�A�5�{>8���D��r�ܓ���76���H5g	��-�e����U��K�s�?�L�����jh��P5�~Q�v�Lj��U4M@e��VrPOG�����j��?��)o�v��G�X�qs6P�6jS�FkO)����W����#��jHk!T|��8~O��Ѐ���8�쿶���a5�*a`w(靰�7p�a��VI�=%
[��tBl���؝��WtͪN@��o�AWd��6��C
ֱ��e�kL2'a�˲N�d���줆�[�⪂�{�UBet���^�܍�9��t���Àװ�
+�4�(��ӣ5���g�e֭����y���ø�PoI�w�k�����M���3eʥ���씰r�a�Hux���|�� ��2�~D��.��ߔ@��9䒴EDJꩨC%�6����
*z���5��S�}
+�W@N#'A^�4��Wz�`�g=<J�|�������~�§�|�������|v�ܹ�:T��4|=�F�=Z�Tg����\��J�Y�����i	�ӨsktęC����.n�`�7^HZ�';"���1Y�'&�Bґ������y��bT���-t_�/�/dM��m���pT���D����}��4���a�`Z��,D�v)/i�2�Bi��b�<,���ؿ�K"9�A#)���wx��[�8���;"^��ľa����-���;k(�N��!j{o%���1�T��0�'�N�Af{V��U���x�y;[�U�Lc4��PŇ9"�l�Ks�����ْRS�.`~J�-&5��=%��+:�1��%���u��#�Ξ��ʮ
+}��p�}�/_<RɁ��VJ���~L*��11��~���2�B��U��/��=1�Ώ���u�f��9���T�y���.Y�Y�w�@E\�zjy���ץ�'��Z�@lSDIY������#��O/�5�ʬ��L!`?e���&
+2c���GjSfb}s�]�ʹIHO9�/F�<�[(Ȣ�ޞ5�0I���QQ=�qp�\�E�{��`9X����V���	�����?GA����E�wpN��
+ʠ+�8��
�#�ÿ��:F�{hMã�
\rP�B�A��{D,����6���&tP[\C�~]����@�N�4�~�ݖ)"FcXKG,�o�O�M���O��`l��
���2�����G�RsHOn��ؽE�l��B��l��#��6e�!"��;�����Wь܍k)u���[��&6���-abv��ĺ�W�v�X>5Mo���;J[ywFS��^�l\B�Di�(��^��^��q��H�h9ְ{B���Y�
���R�5�׽��k��Fj�:f�	;n����JgJ~?���62b�
+�o��Ծ��|V�um��?����f�@�=��dg�lr6�3ٌI&�N�if-�ƣ{�� J�6@)��h4��`!
+RTĈ�R�����˾��|y><�}ソ{3�r<8dᏆ�niL_MG�]�-���y�2�"F�P�̢�͌�����1�m�����⒡E�/�[��	�q��?�4B~T�펩{�u_�g�Z��{S�	�+�"��VS2>�̴���Z�m��m^�?�ܒ��ᆗ�5Z�a��m
+��Z�A���H����~�� ���p��/�ؚK��@���o��t�5\�z�>�:ٚ��h>Иq�=G�v/v��MI�����������5��o�ܲ^�2�zu�;VM��*6�LՇr�c�ܛ��Å���*�y��Ud�FP���gr�@�	�pU~"˽I��J�	�n�@S�ʾ��-�p	�V���t,RB;��]2B�S���R�XF�RCSi���PAw#��c�Tt<�H;��>�I[ӝ��g�K��q=�3�a༛������n�k[�R��^R`W@G�Em�v	�"jbQ.�}�V�@m+�|���\��u,��y5������� �Y�F�h������sm����᚟��(��JG�SҒ�0s�=;�l�1������N��Bs��|S���>Y��>Ō��>_��2�~
�ȳ����q �]�+��G=ҎL���_���M\zXG��!�9%�7�b<Ȳ���ֽp��Оp֧ �����[�B�D'�Ccq�p��A*?٠��CC�����׍#s,���>��d���gU�I�]ܙu� ���}Ԩ���!-3�����_mݸ�.�п�3�4�&�.����5�Έ�͸��ǽjbUP�{���4���ڥ��A�<��%��#Vի&�]��b���D��wz��yT��L78�)��c ����6E�����W�K��4������׶Om���o\����$<�-n���P�Gߥa���"!T�zi�
�����*��T�}#�OW;2c:.˫�
��ī�Kv˺�m��/�a�ZƚR����\_��O:S*]bJ�{�s2��bo�p�_g�	�5�νa�>��(�����?u��A�ϴ��
+`��z4מ~0O�����
+���'��%7��l���<�>��A��	E�	D�S����S�<2Z�s���d	�_�.�LF*�2M�6��3���T�H[�s��V�`�݅�sKo6��޵��=��7W�>��]�~zSɁ�.M�Wޚ�0}x5�Z�)��{�9�o9r�F��/��q�A��T�V�sR��%7G>��N�����j�'ϒ��:��DJ�6
+����ܚ��޼����7�������uܱD)�v��*&1�E�
�p�_�z�	�5p	�um�Wׇ��Z����;˷ڞe�Or�Bƶ	�>9i_$�\��B��\~�I�tJ�E�E���'������L��<�YԸ�Èh�1	� ӯ�^��Q	3o8d�*9^��G����nѡA%��x��h��c@J�[�j�k������ᕥ�r}(�	k��}JTAPM�rob���v�O�.uH���jϔ���60	1�$dp�Xu��-=#3#�@|��
+���Dd�?�Xjd��R�7TyT�b�64�|�l�7�}�9=>��L�/��=�|�>��*�E�{z�4�(>�R*�F��٦R\+��J^ŝ��ʿ����_�0�q3_�Q�j��~c�S�Q��y�z�ñI��
cmO<�]���M?]���,b2�Em�������b��
��N�sX�"�J�E���F�'�5%�$�0���LsZ@��8��K籀�@�z�h��
�&jL����.�RR�B�#�k��Б�zv��Y�/5{dȬ�Ip�������#�P���=a�c���9��)���YL��\��:�O<H�
yW�]�2�D5Iz;�)�y4�|�?��BN{g6?7�4�<_mʵL6&K{Z�	5qc/�:	�{�y�F�9��޸����&��&�GaO���GQ=���6�7��NWp9�el�[B(��2ɡmn�����՘X$���:�J����>mڙ�6�L�4u�&��m4j�j��Ѹ�� �"�"��4�h�5FvA@DQ	*(kП[rr��?2��x^>�=�9�~��lO�eT}� �_�0�c�"�{C��X{٦�Q_���紲{��Iq��ӷ9Yo�ɿ`�+�nG�H=Z�2"f�[yg��q�.�h�BE�������K���o�r�v@��h
�#mE���H����^�M�6�kd�IR��`sr����c�� ���5)�ޭ&CNWz�/�x�ˌ�&{W���5����g����½jFuD�nv�6�Y$�n�!��)ܝ/fُ~t+��\�!)���+h6�̡�s}�,V����G�W� 	�-����O�jY�-�$`�E-<ڡ���h���������PX�b�G�T�.z�[���L���g�X2��U.տ��yu,Dh���)��,!��eQ=�}O�i��(��#��z�'c v�;���屶'�W�u74��;@c�U���%!߭ᵾ{K/h��Q#�p��h;Yct��3��
+�-G���;�"F.qC�^e����"�_-&F�B�_M.g��,���,��m�RƇܘ��d��]�h�E�M�2yO����g�5�����0*�����Q�ۆ����RW������vAo�:�ܪ�b��Qsj{2���;6�жa؍��k냐����f�5.)������9'���R|�s��V��{�ʍէnj�𼡗�D�[�ʴ���,��l��W^����*��7UGZ�w��v@E�?w�
��<P�X��#��/��n��8���R��u;j�t����8���!#�!l�w��ӡ�YR��kL�c���z�1�ϔ��)�ﱎ��l���蕋�A%�8(#�l��������7dG4"aH�D�y�ZzZssk�yl�"X�4���:��!���e����Ut�{�����vހ�kN��4%*i��巿�&�������Sk�&���oQ��T���O�^��FF�ۘ"TX{�<X��<oS6�˯�LÒ]������"�Gńu�����4ښ�����gc-9gU���{Y�,��vQϑ��e���\')�8^aQ�FR��
��{3	�;�V��_���>��Ӊ���$��Z��+����
�0<������xYu�>T4�VF�T��0S�Q�S�S��aS���!�[ل������"�(g5�6�0:���㢼
+b�{�@����X����#<(;�BR	h�T�uwO
v���aֹf�А�O�(�a�,hB?���/�E����e6�b��sH��u`��M0g���,s_u���{�o�r�bF�yq!��o�����{���y��[|Q�y|n��{~{�9��*�8�Z��2������#:ZmDג�Q��-=���=Ց{b�{q�,��iA�M���IJ���ʯ��!��L㳝#-�w��B��\����VP+ӌJ�~Y˩�NǮ�aAK'^�u�\r��>\Ŧ/H�.��*�d����ǠN,¾�K�M�3�W%��
+�'�'^0W\S�ۮi����L�] �X8D��Z201�Uҷ;�����k9�ߘzJ�]�'�Ov��aKb1�	_��{����j�ȑi���+�Pw����2�@�Q��:!}����a�݈��,<�
aω��6���҈�
,h.9�8�a6��$`f��Ԙ�k�П�������3IE�����[�,�GA,먵Q	��ac'$���p�As�b3+�{��t,�g�l��%�5�|��"�����,�9��`o�s�EƄ\c,~�92�9
+�(�2�*��]9&��
+vO��:�k�;�3�[�𤭉և`
��
+��o��|\�q?8���L����rH~۰9bZ���T��~�&���찎����>Yp%��'���T�l��
+h�e���Y��
endstream
endobj
71 0 obj
<</Filter[/FlateDecode]/Length 46168>>stream
+H���S��g�~�͝�i{�M٫��z��$75^{�]�Az�"����cA�
D@EE:jP@��$���ɲΜ�g��<g��=��*�:�F��,�_Mmֿ=�[�7�
��=
+:4�q<���/#��؟���ZҶj������&�w({���%�4�L����N�9Ԩ	��,lHЂz1�gSN�=�߶�O}�y?����RDFd�I9�|�86�zN
\Fx��-��$�L�)�$&f�����\��\�*�8G*���Y{{{�zO�l���[�+�����>���Ww@��ݬ#
��@N�+��fo�e%;�BHC��y��%r����^���w3#Z.>�A��.@�\2��C9�w�<9_�k��$h�픳�\�n�F?졔���Pk����?���a�[����ΡB_��(���c��6�bC�j�_ޞe�z��y}c�#�bxY�]���-���
+��9��K
+{Y#�Om�;���-l��2�2��D�7�D���C�x�+A��)I�Gj�s�\��y� �\�͡Jcb}�"Eۛ�0R�@B��e
+�{�#�Gu��0�y��}��}�]ƿw^�@n9X�e��Mi~5:7�ف:1�^u'dg�=ݧ�5D��n9.o{��u��egu����}�#�nO�2��3��Hd��ޝn{ik�o7޲���r���8�������������ێ�/�c�L���k��$�@ӝ�ԧڌ���!mwG�&,�X�?�Z_��?�����u���_�.���7�^E�D���-%՝�>��M���Hl<1`���০ᒛ摒��-�`�<$?X	<�̆Ss��D0Ό]��R#�]�u�䭯���u=�5	��m�3���*\�g�5��K�<����w:�
+��Ϳ�	w}�g;��7Ֆ��q�kn���
�q}���s��Ss�{rb�X����q/br������
��'��!E��/=��IO�|ṭ����H�g��h��Q뼫,�Ѻp��S�L� <�6�v_'���3��{SbG�YFh�\��C"�9g8-�9Z�k�Rl�!3�eM��zz�_ǣ:��&��
	����@�+�eG+��D��zZ�gW�V��-�����rp���]��.扙��,b����{_$�,�R©��-�y������d���w���j�v�1�������w�	���=5~�J�ʠ[��Tse��3(�،����`�,�k�\7�b�|b���.zHOo��˭�����UF�h���g�:�Rb�]K�"�1�]���_ݝBeoɈ����_F i�M.=�������*�Uc*lSmOׄ���V�w���5�\�"����:7�N�%*��q/
+w�a�j&Խħ�q��頰�C���Q�)�p�gR�JPvCJ+�X�v)�B#���]"�M�!>f�t�ls�N��y.9�ѯ�s�]-�
&�P�-�OA��$�WN	�o��=�,P���8d�J�gr�BW�#
P�▢�#K���
+Vw�w���O�϶�U��-f��9���i�=����e����,4��6��i0b�)�Z�z��7wl~��w"���L[_}�:���Sڜ���=h�B�Q��9����c{��H��l�`2m�ڟ٥���:�p�#�3a��B�,��#�W���lu7����W�o�Z�S���E>�:�.Ј*�;����
+���L��Zi𘭓����(f�č=�g���s�h���͏�Y�#�<`�4xu4�n�z�Vy�`�	ޗ��5������?�������]�o��+�W��e���ۓ��k�LNp�Gky԰��3��V:ڌ����%���|�[���3�R��>�Mpa��ݢÿ�x�'&QO�cGdS�3���M=�F�В�Jh�G���p������9f���5I��C_o��i�{��}i�R�d�O�/t�)߷���j���TB��3�p�2��]ly��U�tL�G݉�o}�����.���t�ƣ
6ŧe�F.��"������RJ�I��?\�*��XP��=2l��$.K%j��o͸�+�8g������Ҿ�8��{N����6Go�ۦѤiclF�՘D1���{�&*CD�ld���3�p$�"����u���ܦ͟r�������>��y?����5��ݻB���a�S
ww^?�ipPЏd�8:O+�O3_���7sz��D����=+�G+�W^-��㞂}z�����m~`�������-N�t�}+�<�l�H���.�,H>�sh!Sw���u�F,�/�<��2��h��ԋ�wf�ʎ����8�#���mG��P�u��7�����u� �(%�V�g6Y}��3�m~�+�H7I�o�`����.�7d}����)�Jl~XO�V�y��?�X����**!n9,�=�.���v>/b�S�f9n�1�\��&��.
w� cܳ�G{sd(8[��d4b�D-�'�=��T�AF�o�C��"��س��qN X�S�=@�|�,,K��K�̠3����*Qi����)$���&]�TT�J����0�'��::
+fF��%^�%Sg6!��&`'>�e��FlL����j� ���l�x�Q����@��ƪ�Z��<pH`w�����Ub���	�<C}�Mp��pj���EԀ�T�Qbr�*b��.ߧ!W�ߑ�
C��+��cK�$f���u���j$�n/�O-<�EĎm��Q�|j�Omѩ
����,P+��{��<MO�/u97?/�����8ewW�5�z�9
+OS�
+�i����e�ƩE��qR�����NȞ�����c^]lSp���sW�t�!Y��c+�v���]��	�d>fF���[�5���Z��$�~�X�e��w#czJML�l<��A�F��G���� s<*��E~m�Z_}Zdd]#�ԑkB����\�ӑ��È��<�M�]"i`�
+�h��~}����|�
+�٨C��9��$bf� ����r���6���=�|��U�YF��+�%|�ϳ��_N�<��鍇*̻ƀ�-<�W��8P3}zN�e����k`�ʽ�=�e�-����яvd�̝y�P�E*�����oO���-�v�˫�#/t�Ÿ�����yA5���^��2�H7�r׫aa����@'&l芀�澢���
+r��{��g�]��]EW�]��ܷ���F4���L��\]��F�K�d˃�2�6��FtBҩsp��%]<��J�K�B��f��w��'�њԝ��[~%�m�5�9��cv��O����l��c홗�i_q�~��(2���[b���8��*�����
Z�U؛���-�h��%��yl��T3�����yp������-�P;�B��F_s�%����u8��v�ԦZ$�I�����َIt��[4$adc��Ҁ��و��2��(� !����ޒ��w��.�&�k�!�Z��**7����Ɉ��:��-��w����W���9l2�������lӑ-'�\y��"I/l�5�+�Q�\��{��N�w�$&k��V�OA5�ާ෦X�䲤����VH
�Q�MJˉ������$�M�Ƞ�����F�[¾��	`h)f�������;��mo��ֱ�.9�z�^�+�9�Ȯ��q9fQa����>Xu{[�̞�@�T��{'���Uʁ	x:0
O�_���`��{'��7~�'�F�\�W�i��JQ�Ly�I�&&Ԋ��z�<z��s�\�q�T�1�|b��[d�i�.�9��xW����@Kl��:�a����%������K��p/蝸�W�������ưA,�[��skOH��l/2ʜ
+.l�mw��2��&k{D����@ۓ�=�3���8T��m϶d�Fa7դ�]��R�ZA����{��k�*���H�,�W��f2Z|���G����lN������&����L���EH�"il�G���b>���c �FM⾰���ӱ;����_0�eҫ�
+�"��V��:�[�+R,����`���zE'����*�>��&�P������GK�B��c��
Dt���96�q@2��<zF�8��0��%t��<%�&�o���]^%��*�ߔ!��g~��V]��f}E-��]�	i�ʃ����*��h��9Q}�(�������W�Y����9{�n��$��cb��s�ic�=��@���ޛ�`���l���� "R�JA�Lvg�O�_��}��|ۇ���c��|OA/SwU��쬾kA�87�DG�������H�/B�5D�w ���z����w�UȌ��!)��Ώx������y�����%!q�3���+$-�����%S����g�7Jȸ8�ͺ����m(��墠,v�o���jz1��RV���[r�a�}*RYP�'E
��ss{ǩ�N
���#X���Zv��ΧٰY�9h���B�l���*����X�9����+���Ag�������D91����%-���-�{�ѳ���uɭ��.y��Ȉ���hCH�=����M
+���c�p���a�Sv��q���3���"���k�*�Dc�g�PS+�mDX�<!�^�G��zt�OIy����V)s_N�;t�3τۧG:�0�	B>)l��nݦ��Bl@?8����tʙ5��6�k�Ӱ���|WzCF�p�6�y�**}���ܝ�WII�׽*te��!F��䨙ǍX��c	��ѣ�����Kx�sԳ�!��o5�R�>`sow����eW�ip�1k#���cӰ��:�?6}QF�;?��|�
�ů*D�{���֊z�غ�Z�;PP�=S�d�8��}����-���*n���V��k?I i��
+b��6m�3,�6�+mz�?	,P��> �h�az֍�
+�)����ZowH��zf���EB�)�>����T�_����\���2���<t��G��̋��ou#
+��m�D�]mwa�����,--F�̉��AS
�ͯzPy�X�x����X��G��ҐS�/���.4%�hi�3���_�UG�̦����?�󗭽�mQ۩����W?�:Q�̩ I���r@���*i�����u���r/"�RGţ����㔭u�Zk�bl��D� <�.Ee{��>r�$�,���`o��%�K�Ck\ⱖ��R֦:�U��ED����|���Y�}�@���s�������A5������Q�����d�$��2��#�����wRJV�4��=��Yn�{���!�VX&	�#�ɷ�S#yfa�#��-�V�S�0#(zzn��ۙ^U6�n����C9:�;��ѿD��*��
+�8�1U�9J�u��n� d8g��n%�򫔐�[$�zWiuK��/��o��]=G��=A@�@N6�4lp�[�*�
��)W;�O�iŭ�.x���۔s��)�_���ߎT���:�v��!&�ɍ��w��Eͭ��Q�w�H. �<K
o=�MY�:>�%j�Ȱ%J^ٵ�l�C"9�Jö������rP�ǘf�E{�|�_K��-�+#��S���wG��E�����c+�00a�5z�a�B*y��к��[��y�B���u������ًz4��������>s������Ua��04~W֔P"�Nu|LH���ɰZ���a냗�6d����J��y���.�����ùȩ���I�����-�a5��p���dX	��>a�.s��<�3ͬ6�!��U�.9*�.�&�� /=rB!���]
+L��4<qU���ǫZ�]���S��H�F.������q��/�,"�O֩��R��\�_vɗ�- �����2X�W�)ޝ'��b��ꇎ1J�m�dC\��\dqYҐriWp��O����%���1M��`\�{��3�Lܟ�$,�_��_�9
;Җ�e �gq��F��DÝ��s+󻕉
��|�-Y�L�m�X|��=��/'z�DK�=P4�Yk��
+o|�b�[')U2ni�����'�ϰ�f�~*��X?�v!}w��sf�1�L,ꙉ��nӠa0�(:�d�7���6�Ͱɨ�!�X��"��`)*f��Mq�}�D��*�6��jZ���� ��U�z�2��:}a�ox���&��P��̆C
�ԋ����F��]�	|j�#::j�w.֭bU��|�/P�𾌞o����.
�R�~F���4&��!3/��@9�1��%J����	�a�W�+j:į��,2d�F�7�8>�����W�i���̚�qR�L�d�Y�D�ɘL4�%"T4
+"EzG��R�%�+*�TĆ��� ��drv���!������9���~�$N���Ѫ����]��p����p��&w}�$ƭeV��g������˻̡���$����@>��k:����q�?-�t�2����If�5t����$t�@�����Ns�Cv�)�3Է�Yr汊��R��:&iy�~z�0�$�5�e�V�4��F���+��$d�ػ*)S!%��Ve�mtP��9n�zW�{?.�ځ��r�7�������7F�D��7w�5<4�C>}m���1n֭!&����2fG�O����^F^�b����[�>�T��ۯ�¬�_4-y���=�hy�nBڵ����/����f��TDŽ�hh��YJ����J7��BKMT'	6B���hB���{�$į��/��������Ғ_��%�[`1���{�|�Gͨ�h=���D-�{m�E�`1GJ�b�Y�7K��� �z	��\X�����r��ܪ⩶K~�j�?��Tl
���:��M��w����<�
+U�WȌ�K���|F>i������h�h��_�٭�"ݚº��l�ݛAe~���)K=��R��}S,;6�6�j��y����~ܛ�f̴����$�0�e@���V%�[!�r|�?l=�2Jv�8dFP�/���;�0��&xW��r-�������F��,��X+��B��
+���z�������ۇa���������av��Al��vX⥶����ʤ�.�K�k%����yA���R��e*��$聊Y��+`��Vͳ"�:u\�ZV�:�y}�ٮ�ۤ�CC�e����L�}��"9gj�)�>���K:�eS�x�"�w'��[�U�>��S��ш���胩&��8���GM1K�9Aix��p寎~l��<vQ\v�h�Ql�W����F�dQVYq����{�W�`��޻̣��$�rc×5@�֖A�I">R�W{��U�
��*}����񁖼'�-��b'��}S����Ⴐ�V�k룁��"ڡ���Q�ҝ�D�0�K�*�Q�
+6�iy
+�64񦩽";��6�?�*ߐc
+ܛ-vj�W��䒃F��琓�Sk/�Ƴ�:�G�,�%���>�H�k%�w�~��C�s)X�{��1Jr���\��q$@��+��g�LR�o��!���U���ʵ��G�	WL]��ݙ�����5�[|ߪ���l��s.�����o���o���B.�j�K��غ��Fn|�c����(`x(��u��o�H̼0X�
���������G�FH`�z4K�q�S
+��Z��fݰ"�>�\�%�9|���
+=ֳQ��Rى�����In�Z�|�����&���j���S5fߔaSC���w���d��
+)�W�_G�};̄>��ty�¦��i���d��얋؁�=E�ڛc����^����y��
+�.�(ν3�}����<��������^bN�1+x�&钆
+�p�!q�W:Q)����a����Y�IJ�Ϳ!�"�3L��81m{����D��S
+WGп�Mb���o��lh�!���멁���j��'{��Ŷ����&��;V�dG�}�o/�ِ�쏓A;C5	Nyu�c�]�Voٯ'��]N����4� |����?���~��� �^���^Y��"[���/�:0�W�F�o]S�oH��}~�K�u�J�Z��g+B�Ui��\���g��ol��i9�,��p�SbiCF[�1��D���U��{q��!|�uCS�����$�,�dg���g,�k�:1�gd!�g��jq�-� ��Jwy�k����C��i�h�^\b��JR��|GQa���G\ʹ����Y�S���}���u��!|�b<N-�G��kb6�	��|�NZ��9A�inA�Jwep�"u��8[/d��'���Ȝ�T���� yai����I8�ľ
+y8��T��p�p��i�G��q�gˤ��%\v���zb����<@͋;1��g(9���H[{ٽ9^���GA�g�<��Z�(<gRV�J5��LU���Xb콀��X�Q�^�(p,���4��ٰ b���[^����	�}��69��~}O�˔6ƒ౏Wz�;*&b�ꫨ��-���3����܇s)��
K/{$祆�Y�~y
�<֡��˪b��:^��[C��CC�)9�n5�T���e��m.� �&��	r�u�E�8$�c�Cf������\��
+�b�ې��21����q�N�oK�Ij�}��g�P�w&�(���E�R��,���1����/kr��5��ݔ�S��J-����&D�'���Kݵq�T�y���`�dU���`U�y��Ǝ�u�����۬z�����j��|U�����Ll��"�dW���א
+�Z*jY�Jv(�.Ћ�ܼG��ۋ�=A��혠hE����/W�����</4�� 6��A���dݚfg�2������Pbo�<��i^�C5��e�t��3�Pˏ��C
.�t	�ۆ��vh�*­P���E�.#%Z��/&���:0��|h�BL���|�bA��\oCK�+5�=Ί�;ך��=Y_��WY����QB���2rs�8�1\�n�//�)+���2tl䱾�圠A�r|ʙ�Rz���ܝ�Bv&��g�,�KE����d����kaBV��������<Avz�#�}3]^_�h���&k(Zn/{#%��]��4��^������ ���q����aTچ�q|�SA��5a�b���.c讎u���Cw�X�=��x�Zr4GC,uW��6���&B.֚$N�5T�1��7���@ɛ�ڔ{�"�߮�o��<�L�ԴV��&�p�0厒��{�11h�'����r2'�4L4�0��+=��*_p<槚�a�V�`�t@�=��%��!�wIY1�u��4eh��!����=ڊ.�v�=?��VE=2'��~yl��4���: >[d`-������k
+a�9��hC�K���b�̲�{:�&#�[��8s/��Z��
=��x����\Wi���M):���8|����6��1�Jx�G&��i�q��}ط�禯jpg���z6�� �W%�/�*�^o�Z���+4��Ħ����s�q4K���\�;["W[U�,��Y�=J������>W�S����q���)����{g��ӄN�JH���^�~�5��\af�z����H���jS��5D���!AEj���uTG^�k��;���'3u��q\�y�f�(��|�]˭��cce�|�u)9ϭ�w���C�/�EOfx�^2J��1r�mS'1���5A˹o��(�=3wm�V&:�jS�=���ME��d��h�-�g�*	���� �8�ɩ����HU���D�v!^w��%9%�}&�1^㚬Mؙ$�h�kf�x�j�Ze�mE�RBԕ���krF���{� ���~7߉�ԍL�\n�1�����Fy��3}7�WD�{�S7����XF��]#��Q�jCRb� ����?�M�J�d��Y��a���l��&h;�n�n
32f�>�`�<������K���W�T��V�
+@���
�F��ًM|4�Y��]�jW
+��J�zc��y4��-76�,�5_-*�ӈK�ߑ�t<���Ur��g�u�2�$ag!�d�L��hs�[.�B�b�`����3LL��[��J��R{����:	����6~����t�A����v��)��$��B������\�U�.Wo���S�XZ�O���.1cKV��:��IQ@?JX�#E�3�.��o��E;S��!�S�K��_�*C�=��}=v�����JQ�#���|�Q���
+T�]IH���n=������9+�8��QO=��������֞�ۖ!CL��7�~d���\�,b��3���}Ue�k�4h}��k����`wU
�w�����U~��OjQ��������c���m/�]H� :�9N�Z��$�@|Vj]J�&'�l��ٛ�}J@>\6:�|���=Giy{�"`wFĵ�Y�L�0%����?�}��=��s�d�v�k�����1*���!��P�s��K�lF�sBR��B%!%��p�럹��~�<>����~��F����Ԭ��~V�HX���Ԩ���8[OYĂ$��В�DNN�)A��1\�0#,|BN}}�.EǞ�1�־���3���仲���VD]SQ෦Ĺ�i�W
+c�yԄ�K���E�e`��	y��h��(Xۊ��&ޓb����9���i򑹹ꏩ����8	h)��cgD�.�����¸�H_",ԯ���m
+-`UZ� ��ʊ�;�%�g��k�p��0w�<��l�
+�>����)�	�a���Um2��������%�9���V�Bf�y�Y�:@�P�ُm����6"t���s�f,|�D��N�Ց��s��_Vq�w�O�+ٹ��\ܾ�R�5��6a˩��t�Rs��z<�b:T��$�k�&�G�#�����t�k�9���ekk��vm��f�%�S����T�}� �T�g��}�&�B��BK��<�aWK������1s@�gA@�	�`?�L��̣�ܽy!�D��ΉP!����3��k��r�钠aEAB�j {Z�h[EM=��"�su�m
+��

y�CHpk�f���"����m���v�����8]�ߙ�����-%3ǩf���l�<XrN�b�c�b��ۅY�?3	��D`ge���`npK-��+݅!�#�h}'>|�	�]P�p�%����*rc��0�� �m�е�&Ԫ��b��
۔�������������w^=�ޣ��J<tCA@�[��~.75-Jx�iWې�Y2���%�Ǝ^Ϣ�����8��!*��U�z����z �������kx�z���#�8ߎ��o�$?��4�,%×��[1a’O��ݕ����p�G��	�;���W��X�����Ŀ�!!~����S�ʍ!t�C�yc����[��W��o/}>$(y��ć�{gUZ���������}����z�6�JƋWJ���H0��3?<��'��X���؅�@�4v�<o�������sӭ���'�Y
+ =��Q����;�g��*f���=P�RÁ޳t��u�XE���h�0�6�I�t�C6e�Xx�-96i�1=���}��������U���'L�AjVܽ�����Ś4��f��-�z��F-w��
Tsj�c~Y�u�&����S�,�0O7��#-� ��3�k�!vY
�1��l
��.e+i[�X�R�q.ukæBPa�3s�T8��"���1z����eKk��U��?��Em�
+|���:S#˳��:�pн���D�>LL{����l
TD.��<���u�)�m*�	�$ץ��G��^�ta�~���:��:'�0�4���ql`b/7%=?�����g�e�%f�KK�����"�Q@?1r������P��,]�HZ��8��ƣ
+\J��]����$������,��iH�wb6�Y9���w�؈�QL�me�����V�ن�EfY���ۙ�m�����Bø��)b��;!ee�<�(��:1���`O�t���9!��^s{ߙ�S~fi�300u=­c�m*Y�q*bF�
+��7��R����!�}<���'95�3-�}з�c�t��]�1V ��Wq��y�v�+���9������}5��
�i�@���sm5o�_�⎴�B{Y����[-��=Qr
+B��tHL~U��|����e�`>��a��_�!��Ra�7��[M������ R6�_\��3�
+"���%ܞlH�1HJ��-%p^R�ҩl(��j�)/��V'��\��E�N%=�1�{o���M�C�f!篌2s1�7��n�t�U����U��<�}�߃����&�Zm�栓�_ܙh�|u��d��@������OJvܳβ�ZN��n�Q����rF���.���KP�'��kjҦE�O4���aܧ~ #b���@�I
�f#_o����P;
+"l(77t{�6kO#�z�Y�r��_�����S�n=��S�8F�=�!WGH����վ�wsLܱ��{l�Q���Yh��j�Oqy?5�na���w���W���kC��(.�F�$B �������I�B R 
RI��R"��zw�������;sf�s��|�E+���+����}�L�DC���2�7�����(U>yS�C�}���V:�"T:�MɶT�_�}��&W蹔�@��'�T�f��ȕG6����]�J�y�_�ѱ������>�����.���)�.����#=
�6�N����]�b�G��|�)�6�:��@��b;'<ï�)�+R�mG/���>�U�>�+c�{IɞbڎVDp���̒�Kַ�QFIQTH���������;l���QBƎQ�K�����#�Prda�m�q�� s����j�zx�]��:��T���ں���o���jN5IJ�7&�ئ���l{�9�����WvuCV���@��Z�=#���_�B.��5A��;�Ku�c�7&	�;:zՁ�O�`i��U�Z!mO/ao�X�>�4)�h�����'n��2
+̉��
+j�*�^�Mv�_��)�L���x[N�_2K�ܐ1a׹%Ig东�?�2N|�>T�E-��]L��)��wQ˭N84Ӑ^92�1���G����g;jz횲��|�lGWF�T�7;jT��h�-sg��1l�i)*��D���ξ��$�m,I?�����CdEoO���w�ް
+_���'�a�:Ջ�:��b��s^տH��{r;�k�~�p8���]i������ڸ�L�����p�U���/����h:20�3�Y#�?�����^r������4�ؐv���Y�|`fc�4����^�=�~�3�$��45�w�H�<��ZP���#��*�?q����VHXӒ��W3E�;�U��AӢ
+^��3��FT���XULP��1��o�ZRq������%J-�4�,!'����.�E��b��X��3�e׀�lk�O���[D�I��)�����QO\��cO���p���A����ߘ���֓P��ܻ����>96gC��gp�5{o�94��Y)�!51S�k�s�Ô�-��yGf�9Z��:��UyS�.�m�s�݋L�8cO�=��>�p�?2�c+����fim�s��	�[�}�Tt��������7O-��ڊ>�����-�$� "�A������KȴM4�8������]s`���2#zFݮ���`>��(+�9�j�_��M�{
+�:�~��`w�������j��ٰod7m�գĿ޳
+��Eqd$�DK�g��Ӑ+�����"�<�OYz�KX��n�߿�+9p���3@~bү�Ɯ�c��h�`�3�]�k��{�{��[F�]W1 �.�3ǯ[Wqj���c���`��	�`fh��
[zVÁ�C�(�Ekj�ʯa�,��--���FHͪ�@�_�����
+���mjK�7ܜ"b�
+b���排����Z�jIv�]��ҥ!Q�qHT�`�X��ק"�*�9~%�"4�F�ub� �����R���$*��Fkr
��8{k�{����+㸼�>������"<�@�]�H`i��D�]��c�C=p5���Rr���찖�f��������Xs��-LlD�Z�:Q{�
����lc�^n�	�g%��IzU��<������f��^0�.�;�	�D����:���߻Pϯ�U�ܻ�I̓-
�<�!C�Ӹ�}�c"��,�4?:[�weWG#���|����m�j�s�;zʮ�z`q�aRIy��_�dޏ�Y�w~񉆏Jh��ѝwECL?���n�Z��3��%i�Ӡ�S�C�Cs�
+p�O~�Y�zM+���i��)�6D�^Q�l���H�6#<G,�)i>M=��~4�t�KŦ����D�W9 ܘf�-��@/E�N�=ښŽZ��֌�᷺��/غщ�#�,W?�g{��)�5r��*re�Y�i����M=6�!~-!�-C=	�Z^	а���3Kx�%�)$��㔼�:V�����V�=3r1��$�8��]'�額���u|��?�x�m=�.�����������ж|�w�Y��hq������J?,nMV����\�K��X�i!<V-�?�e��ƕ��yK�C*5K�i��I�&�x�
+�;ccc�Yl����BRKjuk���&0;�BHhG���BZ���ZA,�矙�뭺U��{��}�����m�a~�'g������W��G�x��w8���������,o��ӗ1)�:0/"�7U���P�,�lM�)Z��ngjs�Vl��c�	�<��SL1]ؗ���x5�(R6���CI�;ᱬ.y@F3(c^�U�SB#�:��J�8W'���˸̸e��.aWqo���忨c�70��1o�]ZމJo��s����E�8�!y7��ɀ>ڕ�b����9Yvߤ(8T��Ԏ���U��{M�	�쌀Ee�80Q9��V|�p3��17bQ
���LΨbS~��r��/xI:/j~�Vt�������6�8�V�������y8^pKFM�6>d��rX�?�,#��X`�w����������B}a�5\�����[v�F�f#��ȱ�S?���OI�r�ʸ��;����V�?����\�ޓ����z�����t�ʒ�K�<كi�f�#���[���ۓ��@��5�'m��0��+��ZEݤzKe�X-�G��ԱW$����8aސG����-a����t�\���f�wd�g/��y��Ȓ��`^�V��9з�)����-�yPQ�oP�C:
�+���^:PrK~�T�
�������Zps:JAp"du�St��Cm�{����� �Ĥ��˺��
+�"�CT_�(�T���A��)&o����B���'����tK��rv5#`��뇿�.�nP�}#�=r�`�|R�d����xǸ�C������]���2L�s{t�Ub�ݱ�dn(�f٫�9ۯ)��e������ă��='�#��@��0�+�xO/#���^�����x��@0D:g�k�-8q��-�1
T��
B7{ՙ>Q���*:x�^ٛ�C˪g��[�N�2��t a� ��E���OF/y�O��wpv���7�Y;LK��r6�@�&��+��Qy�[�%m�Q�Q�sbk5f_7�\*�^�}�d�j�2�׌it��Bx�6�%��ed�#J	�x)�8�a^5�K��c��<��v�0D�w�U�J`8��rF-b\�Λ˄Θ�A㍈q�G�1��#ĺ��Ȧ���&|J�3o?�
�?����)����q����C�6��L�5CY:Y�f��fw�܎c3�^l�y��ĺ����|D�e
+��
K�Њ?�^�Zfٍ�*�K?�O|�s+�)�_p*&��9%�Y6Ճi-�~R�I_�8UL�������#��5|n��v���v�>/"v
�Ъ���{d����+�%�`�U��Ƴ0�C|G6�s�||��]���~O��%�� U\-)T��u�ّE�Vp�&*�����$���6㰒㡭��v=�{���r��2�U�ɉ
lrNWI���r�|ʢ[GZc5O6B��Fh�~}(�]�x��і�kI��LRn�wi��MY�Y:�Ef��	�R묖��ɻ�5�Mln�k�1n5���5��{��YJ+��W1��Hƽ����_�Ϻ��g�%li#�3-�\(/�E��W-��@R��2�/9;�q����%�3�Y�D�~�k�џ����Y���<GR�U��5D����Nɯ��T�Q^֝��[%����������e��+�����WCzF�BX)Lإ=y�����@T�������=x�D�W�Z�أ�~�f�L�QvlgM8��uC�'��?��	����M�DU�բjH��|���"�ZҰ]�m���YB�%q�s��,@ŴL8f%���/(�jD���B�u�F�A9�T
+��7� 4U%��í������e�bo��M5�6ڹ�'�$� ��SL7�&_�����u�ҪϢ�yܰ^?4��0x*���c�Q2��<�ނs�?����e�侊-�/�֬S5ےuY�1�҃�_}��w6���PH����yS����t:ә̤�N�L�I�I��v�8�č�C�
���#����]+��������ՁV�>�@H6�vҙ��T�x�y���>��c�3t�����2��2�I���x�����?�y;,`_��b;�$�/�EOrv��4*�˺@��������O|bQ'�η��v��3J�^H6]q�'sv�s���M�?����񃐄vW��]�T�o��|���O����pj!T���jaū-l�޶[4�@����=n�Y�^3��9�ATr跀u�T���}����<��M1�ﭜ9qBJ_׽kC{>��YB4�I�i�$o��,zC;a��AD',�yr���g!�$![n��fR�Ј�g�^�`���-R�����<'X<H��%%KͤN[j�1��7d�
lz��{q:!!�("_(b�;)
���k�e��:�yL��r����EQ���4�ӬBp�P.7�Z#��
2�w����M�L�G�wvX�q�D�u`���wg�� �6��a�1��=�N�}P^VOː봛�����Դ�fN.���X% �8���7e��yaerw��"�����Rf%dA˜����� z?a�'���?�,��f���`w���������O�y�+h�S����XX3)�M9�D�hI�����]+�]�7e����^	��[y5����[}�(����P#V��mH��zc��u��n ��V�[[�O;!�S�<gE����>�
�g�z�y����N'�^N��F;�
+y����㬘{���U
�Ƀ�v���Sq�R(�4/&�>N�^rj��.��/�J�q�-L��������
�����ǫ��5#A��9	2z��
�vҪ��O4��P<�;���3���=�����;\�5�$�=K�wC���@�B���������Y�?�GG~���8#��)iv���7p+=d�N�m�lnݥ	�����C�[��'���XD�P�&p��!w��)���x\|�ö~V{�I�4Y������
+��e%x^��i��7���c*e��%ϫ~ַ��y3	ȏ�\�|�ЊoY<�{*N��nP��!T�F��-�����]Ƙ���'�*J����-�d4�f]ǹ��I�ގ��fZ�?�I粸x(�r�v���F�ucj����/ZY�57��Y�7�w7����u�-�z��R�7TK�1� �<P����l��a�t8%j�ǒ�i.b6OGp��0�AcD�,_C�gi���1I%k/
����O�f�Y1����i	c?�u5�d�k��7�Ak���:�P�#^îq^��8s�GԾ�_�L0?wAکm?8�����Rf-�Ѯ�Ȼ�y[��gE��hK����"		�#;�#�i2�ie�()E0���V{s8�����b�7�s�����Y��?-X3�m8z^��ߔA�_;*㻺H��c9�Cp�{�u*ry���`}�0k�zq_9��	�p�#�N�e��T��`?�V�& C+g�43Z�J���"O�B� �Qء�"�H
��/!v��u}��M���.���,�R�D�\��i0b�
fl���2O���n���G-�{��鸽�@���J蹁}�	5A��<42>Ib��6��*�=��"��)��M�/~�0��5��=�P�{���[�V#t”]�]7�y���,�9�R˂�J��F��K�Բ�#�����vi�����=K��z��~��Ӂ�xO���KAR�s�X�d���,g��Lz��A����0J��|�o��vd�����	[�3�������~ͼ2�s��&��6�VFQ�i�_Ttݎ!���o�DCo�Z��Z/'�^�:�P� xץ4
����
+aQg]0ͦ�|%��~��n&
Ȱa����T=��1�!DZqH)u��i�Uu��/��bK	�e)`�>�Ê;A�2b���������+/%R��^sW�[T��'��K��������o_�_Y�� lL��J���?�{�?ߐes�f��{f��YB��l�dk�R�6Ki��J1��5ì�}������y�z~8?��9gE���}?���8x߶b�p���2�T2Y2�h���e<W���:8�!u-�6������R������~�"uBY�׬�tk�{K����N�{���e�;[��U[�Fi�׬�:bf�c*�U�l*���y$e������J!�QcH��H�Pw�Q>�g�.��KF�}]��Om�����R��;����X������+���Lk�9R+���j�e�eV�;�bU�]g��7�&�kS,U��x��lݥk���O���e��E�׹�b��VLw"��7
+c�����%r�j��
�#�u���2jH#~>��aN��	
��JP~�>��P)�M5�j�b���u��'�e�ɸp�kӌ�w���?������3�Cs"�ƶ^3������xR���M��ئ	JB���PY���<qꥋ~�Ζ��P��ڒ
_8F��f�u�tVw�5)����d���FZCZ���N[XS����b
�U���
+� .�BB3@�?��M����r(557^��P�ٵ,�ͪ�v��Q4�W4���)���E߰r�%Q��*��l�Mo���� �ˊ/uy��v<���\���-���}��������_�6�����Θj���J�V���w΢l�N.�.��<y���m6������z��JO�<n(mA�x�z��0��!GY&KC>���x��5�q��_=�j|$��c6e��;hCL�/�=�g�l
+,#�NlW�5��A���"
+"��A.�E��o��'cu�{�Z��}\�]�͏9
�u��j��3#��
Nz_�TLfd��1e��V��Q]�����!�z@N	ʫAQ�^�@�@y7dpx'f�mI�,�[���S��pf���[
���Xy�1-�U��<����C���!��
+�/-��|Y������?����D
D�E���>B�v��ֱcMʵ˪�W���8?s锿?tli]���q�[5}�MI�ϸ	�r�nO�LfO���)mtQn�#n*[��WID�D�?=
+���������Zu���Y�ے�/��k	��a�8�_N���l�O߁�$"���A�;*�D@M�\8eɰ������5	�c�r��L{��U�����v��K�8|^մ�SLeU\Xm�̯���Q=�����- ��8HA����	��n�3�r�y�l�u��w��ܭ�n۔d���6�>ǑY�1�ԏ��o�I�V��� �M(�B�\�6Pc +��U
+Xj�����}`� ����,~ٓ��ts2�2K(����اH|�1�`���e@rZ�x;+�
+�K��Px������GO�HPN!+��t�;�NV������{I��n���B�/
+��w���T�$���i|�{w�E/��t!z]
RQ����cj��|*l���0�x����{����)�j{�Dy�Đ�({��ƒ��S�؁�tS'�U��~�&�^ ����	��AC��@t������]x}��㱙O�Z���aC7��Tc��Z���uZ�k7\��eL|��q�����5�VB�r��IЫ�~������ ���Y1�O0����Ѧ/2$K��״GT�����]�}�R�͜
+�\�)X�E�x��7M�3������F`V�C�y�L������cT��F�a/����
+�%���oN��-Ļ�y�7�d��~�E٣�[k�NI�˟[�3�����ʄ/�ch�I
A��&{d�a��\�ɋj�8���%���P���ةg�z�I�k0m�*�������i�-vLx���GV4HB�j�pt��YR#�
2��&��$��4m�I�=x�i�����|�<ܩm�>׸a�+Wϩ���j�`�
�������[4Cf��Y�'�BJ���NPI�0��Ϝ0�2�ٔ������9U��;C��+��ڙ�caM%n��ՇVS	�a�3�w��q�.
+�uED� �@��	!$�$�����soz���wB�t���:��ٗY��?�o���E�*"�·	���g�ΓE��n��~_QK;T�":Ԁ��1�?�9j?�#��8��C�T�9���1{3<�4��L@J�I
tk��!���5�c��O�+�v�Fp�f%�F1��L�٫9E�(�E5œ�7sN<�v�4��E�H�P0�)�=�;��V�螨J��wg!a��	���Y����!�>v��������Ǜ�ʣ?_B���ʹz�s��7�Թ֜�c����CH�11�u?j��az;���jJI��`��yK��5]� \{���#��g0��_�H��z��׫���ŕ���6���N�Ɇ^E�0�SēF�̖)k�1����)���9��]��T�Ȳ�y[�+c��7XǝQ���k�RЌV�5v�/�t	.y�2?R1���e�G��A&�,�݈�E�>Vۺ�֖�R�2®��[��<�#��J�|{!�,z��/��G~�/g
+�s�>��Bj~�B�'���(�ܵ�	׵~����BN�
+DoYu
���|�L��A
�f�:g�=
d�����D�FY?e�z,z���z��ml��9���l~�]i���*VɁ')��)� n��	�W�fTND�W��uIT��<I��B�ɮ����:��������K.bp��"��)����~�v0�D�9p�^D��<o*���=��N���-l?�J��"��ja%�QX��Ƨؿ��'��<¸���-�L��l:_�b�����g�_2��Qҳ-�d�6L}�(�a�4��xn�s�ؐ��ۥ�;ESP)�	I��q����LK�U*��Bc4�:�L��7 k/)c�k�7�&>޶�� !���C~��YF�ZE�H`�Ebo�"��ړ��C��J�&�֑��j�|�)?R�Ro��O�h���q8��sJp{)a7JA�Fh}���帚����:��Aa_���6QA�t���5D��5�<u�%�l^{ν��܇uǐݒsD��@̂����W.f�+;��n��b���݊�H����Sb�@:S�O�!t�`�
+�v�U�j����ѤZp4�},Qr��n��n�Åp�At6�a
yI@��������u�tb�E|f6�����X��N���fP׃&c`�1�݇3Y<}z=�4:tp&�tC�>�f��
+�EnD�Ƿ�����hRK��b
������IE�q%7�S`�&f�ij��^J��1��9
+�z�f��r��/F�5x���&W����-�D�sWjl^T(
l,�3��Q|݇$��,���;sw<hպ<�	�́Q��y/T�[�T-��նՙ�n�3��]"[R�u�XHG�wN6.���A�ü�9�#�^	a�Ld<���]ӓt�1��ש�=�)m��iR�h���݃)�Խ����x�����/�rէ$�椵l���I�p/�[��v���΀�S�Ua�Oiw�q�����Hk"ig«%$=z�j���݄��>5��_���f�S�''��������ʛZ몋���'�d
+Ҭ�۾�Q�Cjv�ܪ��v���j�j�"o�z��s>^���Z�P�����~J��wz��s[�;3R�}��
l�A�V������G�H8yma���i���� �J�T{�,�2�4�2�+�W��f�������]�����Ǥ���kF����v[����y�u=�C_�G��v�D�5�*��œ!2E`�����@7�8�ĺ �K�fk_��b,A {��C~N�z>��}d��f���T�ٔ�ᗴ
ss�*�;LL���>skQc\���nvS��W�:zY�ʫ��K_nf���l��Ū?6��o�|��2������,m�sz��>_Mkԙ0 ]�h��-ʔ{�
+�����!-�x��nG/�"̮��l�u�֒rλy!�]���0o�,̛(	��*_���2����`��V�S�	��~�d�vvv�ٹ��&����kL���(j�
+��HQz�"vs�͢4)�t$��H�4kf���O��ߛ7o>�}J��A�<�[Nz�BU�Fa{�z��1�%^��$yoP
+��f�E5�e7-�|�I��0�>q�͟��ɏ�W13�5��������Ӟ�7A�8�$��1���΂ڷWF�2vS���TM�)�|�d���KHz�\߮�����g\�3A�P�c���mO�_�(�
+�?8�C�
+�Gj�_J��/u�v���;T	�[����#�b���w������Ov|�{X��Ë�‹����WQ[��;+��?�؜��im)#�#gccb����a|�غ�:��2�g����FRCf�5���²�1Tp��5�_8�+�t��O���})	��ʽ2��*�ف�

��m|bb�J���yX�{(` ƕ�������2c�BsV2��A�m����V�;Fov�O��J��0�<bz���������[¬��,���x�ݧk�W�#������	�a���ۀ�ؑ۝��^�t/��|J֊m
+o ��qj�6=�uLLŌx����G��w�;�Y�~�\�"�	\L˄jq퀅֟����V>�0o��=U�:R�_ؗ;���
.*,c�N�c��7�
+�4��Me\<JDS�
rC@�e,��s'��e
박�m��S�zu�K��
�����^z�DU�Mdȗ}
���{�%�B.��k1
�ֿ�ų�gg
+Rt�2�k�@����İ���@��Єyl�/C{E=w]�;�>@����������p!gg`N=�e`�r�7�t�DTx��n��:���W�N��؋��Z��#���hEg�W������u?=���%���{�?��)�p"���Z�#Y��F�`٘ݟ%��c�(«"��X�c��Z���r�<I��G:2k�RΝ���M̛�}�6���т1$�)��7��c���f��6G;�
+J]JCo
Ki�!��'Ɣiy�73�IBJ?N>V�[�ߎ�[ԶS�;�C�8�|b�k�1?��of~g�W������St�^k��P<H��i��N2�ۣ�Gj|m�H�L��}�rkT=P��>8.�(� T�U��3;g8oe
�M�W	-�>$A�zW��e������Pe���[a�η���o��19�w��{��̓�w������`��~���IyX���2��4��Хq%�*�'�gt���:��8�������0���S��.�����~@OkMi����=�XnP���#���%CUy�6c�?�m�?�tR�Y+�;gC�w�x�yZ�0��J8��-K���i'����A5�:���e�XD��p/��v.t����i�"o�A
+5TTMjH�h�)�2�Ij���P�QlRO�$6	5Y����|����'�iV�1?X��������Z8��frˉ�P�`�CrdɅk��ۥ�����٘�!�'���@m��75{雘*GʏTĆ�E�)�T��4غ���H�%��n���˚HM_\l̕�
;5����EֻK+�{�u�ݿ¼�+/��&4��欅��� n\׹�׏��,䎼�5x�
+�Zr�W�[����ͤ��@p��l!�'����2lu�" �yg���e��ə�K�M�x�B�=��B��,��!D
l8�����f����W	�$,�?8�>��`��\�׈`.��z�P�@�Ud�<�ٵmN��ܶ�l��3:�������a	�~D�-;�`4:��Şw#%Y��������I�rw��m��s��fb���y��&�����~D���:5�d���gu���ѩut��#Q"EM�<w���|�)MY�+m���T�'��[�p�����
+���y�h�uk�s��_����U�/�U�K𠤂P�i�~���A����
+��i�����oJ��^)‚���@Ä�#�#q�}����։���3
��[�.JiX݇r\k��s|k��Q�,��˻+�4
�gϙͦG�q4�6)&&���h"��k/ @)*�4)
+�u&FclQD%������ (�8��d���o������u��8)�&!'N�nU�]5�3Η;;��:��@A�r�۰��İ�y\�_��9Q�J�*V�C��q-���U-���&����]�]�"�3�DWS�-ƒ�����z���_z2O�tO�c�ce൏����H /��e>i�y�$�����ߖ[xޙ��irʁ��+)�u~����	*��-�M1-�"&�ڧ�a^��Qs�V16�4\�hc���q����g�����/�W����-�Яa��/s	?��kOt�IX�TV垮�w�jK�dԔ�qb�sޗ���
�cu-�2R
+9^�g3C쌓R��Ԍ�!�!-K�
+�`�$>ί�cw�ظ͡�'���#]C����V�
+\�Y�{垥g-��u�W1��Ux��l�]�G˧X��	�~T�KIL�.	���[�6�����lvt?��m���kn�����d8�e�4ʩ�J<�;Zid[��3�.�ʎ8�#5��`�Y�I�W��?!��=%�����}�+e���*@_��,�c���i�Vů#4���aj�o��jU%xU̬Å��=-�LM�?��~
%�*�%n
#�j>�x�Sh9ņ����R�˿�7%_=�e�h��j!!F�˽��bΗ��3u�!��'�/6zr�x���u���(���?U<ۓ0��"JŽ��OP�v19f��p����fm�Sb�o.�*R�.4"�}@>����{f��iLىz"�ƒ�6������!?�����o�[sn�Gq/}s��M�Gȸ��K��+����1~E�ϼ>לq]X��0���|�T��:�&��9�p).!��]��[!A����{5�,�������m�L��0
+x��z�[M���o��"��Q��{���w$����4Px�:Z��c�ؖ~CY�t��fa�K��Y7�c�q�s|��1���h�(d)y�G����MT[�!"�N6d�*؈}C�GS�6�_�~H��`@.ii��l%�t�K�t�>5C�W�>=�k�G����y0��s��SQ�^��r�Hͪ��%|ߨ��LW�R����)�	*�Bn��.�v �l6p�0p�	>V˃�(�q״M�k�a�f]��#&|s93�1��-h��j�}��p��nj�ۣ�ǁM6ͣ�R���T�|3ݫ���-n6p���j��慯u����t:��fy�En�o�����C
��l��	,2�ah����R�tE�:Y�g� �s�L� �W��uϳr]ӌ�}91fWZ
+Z|���$_��X���W+]�C�Ѵ���z	�f!=	��2u�ȟ�	/v'�	����h����7-"�S�4���B3ţ�,BR�K��p)h){2"x_V��;�K��a@s-�������1
�,��`��<ڥ ����"-���(-q�./d��r�_��qn�`_��4�*�5-���k�W�C�G�i�D�����g��+	��ԣ������uk������{S
�S}[��;˥`ey�1n)7=��9Ĥ����kȅ�Μ`����vf�MR�^g9$e/��B���#�l�i���6:���u�zZW�鐥Nr�f?�u@M�9��L�Mb����Ç�)A�䤛竭���&�s���L{l��	
+�I�(�_�*�i��'?�v�}�Z�SA�Nra�Xi�ة��P/ڄ8�),�i����_2���ݧ�εK
+�m��C�o���������+g�țP���񠀶�ɷPWz �Ãi���%USz��1��UR�x����w!�9e>=�������	:ޭ�&z2�d<x衦�-��1~ʽ�+���cd�ML�;����LU�~�����d9ۭ�.4�=5
c�Z�=��P�	�7�TVB5m�!��y�?-<�7#��9�ԏ{����W]{���u>��L׏�V6f�
�u�����qIvqރ�ql��Q`Gol�s�{1�zL������?,5���.���u���� �zoY�UuG�3�j�
��҇I�i�~-��P�{y�a~Gz�h������N�(���5��h��4jԨC"�`[l��"�DP)"X���F����ņ
+�BPkK4�M��5��'��|����}��bw�o��J!�ș��n)ʒ�y�n�B|��h%ܦ`A�����f��b�����p0�KY�(�5��:5�7_��#+�r��h꘠F��b���Xp�?�>Y5�fx��Ļ.S�h���$mG���(���wI�n��qA�[��I��h�e�3��^N}@�O�P~�at���>��ԝ�T׎~2.@����n�K��zt�xm����|<�D�N�3��*�}�<�d���7�
��:�I�������iW�U�9�;�
���8#�ԾG�Or�wޛm���H0~��d�!�}�	�s��B����j���4n����lB\c�e#N�J�O�EQFq��I�z�/�7.��alj8����+�ޓ�RÌ�Il��P�s��Y�w�j莙�}79�2�g���W+B����0���6�Ѕ�_�.9���3H���|�n�#C-����#*pg� �Б��"%����s��o���2��n<�p��?\s��IF�e&xN��Ӽ�Q~�W#
+�sk�2�M�æ�����I�����ެV���+L}��Ya��EQ��(�kY���U�B�Q�
+x��b�H]���>���t�Z�ﺖT�E�c
+������а�K5d��a��D�zq����c�]�A[}���;����q�f).�d��r��!�1���m��p�V�0��PE��&���5a���Α�+�]�LpjhI�L�0
�O cd,��Z>�
+�Nj������Z���i���%3�"Æ���B~�ដ�%�|�Zh��gDE���8��;R�xg���Ԙ����3*@(�Y���u�N@�{�e�q��bc���3��$F��?w�Jt��P��$vGN���lu`�|��N���k���g���ک~�ѵ��ֻ�Ϧ��=j''x�%��%�(�;IQ��p�&���8']/.��b]z�!��$�V�n��LRaVc1ܽ��q:-�\�d�`:�؍�۔�=<T`��F��'ZX:�e��v0��Gt����dh?}C��'R$�w�M9!��4�m����9)1>�>�y~6E��H3^���A+M�>Gc�ح!��}���w�ȣ��s�3��s5v<��v��ڃ��v�u3���Vd�_����q@NAo�����ʷ)5v�:��X�����"��C+���E^i��)��|���;����u���*��(+�,��;�x�:�=�b]7:2����9P���ĸw�b<�GJR�u����׻�/����O���h�����/�ʜ��7��W�HP��}���?�����x����[{|�����cTﲼ�X	�qA�CA�r�P������T���	�r�"b�q�W1O���l�u>��G���&��]�ڛd%:jH�'��'�oM����ܒ��М`l�}v��F��#`�&h����#�>��=�)����3Ů"�:��aW���l���*�u1�r����*z���+:�-�>�����P�@A��>����l��d$��J-š�ȸ��^���W�58�[g�����`�P�Gc����zڮR��?U���G���Jc����#uy���8H����s6[W�'/�,�d�,�����N/�fIT�?�͙k����!�U9��{j~�]���1…ޝ�E�h�i����g!vV�{ߡ��=���m��x;��w�$����E�G�)G@��9�+]��f�+��a링��$�pm��cq�Yʈ���Ro�a��'JaN��t:.��2��~|ඬ ��Wl3 ��B�y���쥟����>pS�ѷ¬�L�u���W��^�~�L��^kM�0v��[zs�Z��/N����븺�H'-�}��_c��|�<k[�zl�ʿo�,���
)����0�(-ܥ��C_��Y�@��R�w�BՕPw������#�V���>sYh.�����Ux��t�B��Ґ�9Q��F[��sm-y��ږQ#jV��,�f�ͳ��$e�a�2������R�d=�$A��=q�����?�e�������q��95�u4;fii�V����� ��"�#� b���e���������"�Ȣ(�dM��O�����y���s]3�)%f�J�m3Ĵ�	|��h�dz���莄��1�x|����c?:�2�Or�iEΉ���>h�������=�<������RS��@M䱊Q|ii�"�WN�v͔�l~x���0�#��z���M��YZ��ц�[Do.�
�"��
�4��R�Fjc�3�,�IȷI�-������v��M ����}�b}zJ��(4�ԟ�/��.C�K3|,�;Yfb�L慙B���e~]c�%@�#�ϖ�Ѓ��4�-�#k,8�"�S2�R �fq�-�B�Az�|�}�1+�mmp�9�j­C�v'�#���۳��S
uq�c�K��
+�>%➧��$�Ls/�]�Mܙ��rJ� �F�^��S�]�CE��qIG��L�<q,����#�W���OU,ر�]�S^�ϑ��踥��'[�����Vʾ�	�1DM>����[�lӴ�I\�J,�6V���1r�
���9���BƩ��mf�l��E��`!Rn�-Us��sM;ݣ�`mL6���� �<+��Ҁ��t���(��U�iېw���#
�'�ln��^�l��$$�
T%��3n.6C����q'jn�������V�;�OtJ9���]�O%��7��z�	�wب!z���h���s���3e�lSπ��pNbN��Y[��aq�$p���b.􌲽Ѣ�+o_�X?@��P��ƪ�O�$�O�FNpro*��S�:~ݥ�Y�SR@����f��H�������}��~xC,�E]�
+�?�E�w���;K���|t�a�O�`���Ƈ���qp�����G�",�Р����	B��,�e?#+����g�
+>S���/�\���;�|�Ԥ����~��8�KF�Y`\�I�s-��z���^o"9$���w�(	���[��ʙ����:^?�ͺ7�=t+H�+�y���n�sf�;��灨�M�vʰ��������QGR��scC��6
��EX����N�(�i����e~}]����3<z[x���2�%a�����c��m���z�T�g�z�l��,^m�[?�X�Q�>5�¹�X�=B�wL�_��Wį��{��Y���R4�n��ӯ���^%-�5O~��A�=��n)z�f#��<ġ�]�Pv0C�(��cظ����]���͙7F�S��ACO����|�01�r��~��E���2�����4��2�5O��.��WGX��i:�j����2���p�W�M�#	���T��#1&޻@J8�Z�-�=ǵ�.t��S���'�f�!�ަO��9���J�V�>��#5o{��҇M���M>��0�>��ݱ�	�7���Y`��>kVP�l���%l�im�5�ɾ/���)\�C��n�
+�[c4��#�ܑ�A���'��<����9|򅱙ziy�r�l�YG��-�[s��M�c��������	I������ks{����u6�TG�ٟF��G+�.
B�W�#�Z��]R:ī�`�*�L�fI�]��k��"W �.MԪ�e*�:����c���M�3����5�NL-�(&a�!�7��בLP�7MJ5����m�a[�U��O�z�%g*:K�����}�>EI���D���[�f�^�P���D����gZ�q��x�[�Bx5d�c�i/O�B����hMGa��@E*�a0#܂�i<ao�	�ӿ!�(y���ؔ6(d�1#ا�B��\��jS��@/�,3`W<���]��DXZi��gZ'��!��u�%`���<�CC��F��H��j����]��+�_w!f�5��{�[��q�Y���O���9l�}�d��Z�+ޟ�$��$߲�䔳NT�����D�|}ڡo��Sۖ������+|�ו��G2z�O�)=Spa�I�s�B#�\�ǹd�� ���v$i,ޝ��
]����O��J�~ĤX�a�G	)�
+�p���>���\��_H�ź��9l�1���:zѥ�W�S
+�5�#�=UI�Sr.���h��1�c�v�f��2��RXx3��/��ՕV���s17�e�2�ӏ�f���4Mb��l �R��E,��f��T�"M�#(�t	I�u.��8;�~������</�e��Ia���^���An�u���J?�Vb��ڟ��ɨ��5	;jb��d�y'py�EzeD+h�ϋ�~�a'��G�����+���MZ��SGGG�L��͠�t#�|J�k�R��4f�j.�5"�_�(?��_��b��P��?:X$[:��It�}�_�_��-��d�	_�c��JnP�uWl���qc��P#"���)+��<��ܨW�Z��
+��/�W�4,�wG�`|M@���{3�|����诋�Yؽ����o�<rPE,8Y�W��Ě�4�=j&�9ߖoA��=����K�>�eB���Y4Gu�r���>�|����2ҋ�,�[rV�nȌ.Qʁ�
+�a��,L�L����`��a��ir��w��n�^��H��ׄ�(U�
9�.�~�T\�7���M�����Ϥ��*^��FiMVz�K��!��f���F2ī�@���}��s�"Ї&���>EV��4�I"&f��"�9���|3|b����T���CN�gP9[J3<㕗����d��#U'�5˃y8�A5�m�Ih�X�0�J�fJ�OO(�/B�.�u��}����xm�}����,� �m����n:Y���5������.OW��g��e�)�=����l�"���0��a셝�D��J��(E�$�`�
|���5�E�w}7f�m�-����+����PS�tXLO*uL�sF��_®ۇ�jq����IZ�����J�aG��g�iT��`�������J �j��,�0|�fVDth��C)��n9"�Q��Q��J�-��
+���n�K�8�)�������k;ӄ����ɨ��l��+�j��L��k)���;����E�����)2$�����a@�d�g����P����M-�*ajZn�����ؐ�W�9f$�:&jo����#ZREzU�ML�=A����;qj�KH���#eS������ 7>5\;ݕ��u�&]_�M�	��Hx�f3n��jR�O��0��VV�J–�|O�u�(��b�Bܱ�
?Y璾n��^%�x{�[�v���.��A�ػ���,�?[,l��j�n�ck�3��JAɕϨg�jo����Z"$�Χ&�zz܀V6���=�*$���R���ec�g�R�7��A���7ǯ��࿙����]��YN�	�ÁEL�m��oW4Q�I{�۸�����kx���kg|��Kۅ��z#j��2�9��[8��J�pON)8P��2�-��˙�\S��<��<�Z��*c@�V8�������@�Y�Mw�Jx���(���D�b��]ҳ�7Ā�
h�}��,�(��w��~T�C��$~e�6�,ړ�C4�2����8F�Y�ުߌݐ���uI���?Ǭ���r{e�~i�Y�1F~u~�mӽ����]���Bu~Be�t	���2�X�
�<�{���g���9A-���AK�Ug�FVKr���kε�8�6������TmO�
�������80���@�C>2P>�;�xC�Y��$-��l}ֲ��NᑆX��t�������g�'�w�r�C����2��d�O�x�QC>�"�8&�r,��g-=�痻K���2�:BY��I�&��Ԝ��~t�V~(À
+�3���W����#�e�@����P�+~���.K�3�(IP�x�m�8���|3�۶D�b�9�P�)�/b^�fr*|qzC,9uI�zJ����>91rZ���6�7zėA5�*id��kB��V����e�z1�����o}�]�E��.��
���mB�K_RVi�[����o}J6��}��Sv��.�_�gvG�A���.}�@ׇ��=�ˏ����"`[̘E@�-��
+���'��]�
+v�!�g�V���u���.�)���9
�~G&z�;�O�OJ��2Nyj]H���������_H�D"��Y�V���z�!}O?�w�[추���,��p�Z_�V)����g��R��߾O:��Ү��(.��<���;���Gm3�L��Q�5Y֚�i�Y��Gyp	�}��
+�x��*" �r
+�x��"��
+d�cg��o?~�|>����|z'�Z�ms=dhm��PY{3�WBjLN��jHX8��<�(��U�!
!ߧ�do����>���{`�ggw_��F�u̧>%��p�=)*kc��'�<��q�n�H�kq�߭�]2F��K�����g�Y�_�~�X"V�VD�=E/�.�W�K�e����F�{�t_���5:�/F���A)./��׸fI�wf����,Х�f1��!���ƞ]��$�=�Zo��|���n�ii�@���U�wC��Hٿ�%u�#z �L��m%w��/�T�g�����������r>�E:��v�C�
�6F�q����Fj��T�=�P�/��O.�\ݔ��ӌ�S����%�:,'��%���,��+�.tVo�������Y�I��W�,2�`�1-0�t+�������!�U����W�~�gTm�j�lm�l��ޕ r"����t�)���QCƾΰ��92�k�r���~�Ô���پ���w66vk�����8��gƖ�����-�����h��ٯbT[��~
�Q'z�g�X�1�:\��
:�˻�<��Y������ޑm9�ru���PJ���wU��E��YE=�rfՖ�T��1+�3���E~-5���U��CЙZ���L���~�����q�*��+i��F]x�G�7��Z����_�o��A��+V�wv����:q�yq{dg�S����Zߠ�ys��_�SPOi���9�a��;��a���C�>j�R��}���5�h�x%�.~���!C)��V�t����Y~`�Y!���>9�vHM���~��)E�韃�E������<�hg��ė�Đ����5��^�"���I��;�)pj�t�J�=P�d�����t�W�L(�9�bO�մ# ��b򁢽�=C-؟&��B�mCui�qT�}�;��Ϯ��}�lGu-�dmyk�^tNJ��n��Zr���<�gU������-�_u��9X�c��O�JZY��U@s��%@�C"����R'	p����Q���Q7�a95�n�Sm�^��Zk�&.&���T�l����}��'�4�n��C;��`��������A�N�3��ŝ��eߘz@?z戥A]rq���e�,lLP�ʱ
��M1��9֒���U����Z��ǭL��3�A����OMX������S�v�����Z!A�@���h����Y��Z\U�Ʀ�s��kPe}K�{q+0C����k���U?{fP9�YTax�X�Z�3Sv`��9�BP�
+������/�d��(��1~dn��
�إ�A�|�Kɇ��5��$�ܠ�
+��[�~
���
+���)H�r�13��������W6?
+��!=�>ln�n��%13��d�NJ�X����}�����ԫ$B���ƛ��NI�oI+�?w���-9ac">��x7YԄ��6��7O[F������
+��	�eZ]|���ɐ�&��S L�q(Q��5����������n��'l��!cۧf�|
+t�ƫ��LR�|=I���"���\o!7��z@�z�7K-:PP*�Ya9�_I�z��Y�w*��#���)����oiE�q�͸�)�O�Mv��Y���k/᷃�n�Gщ����f.�ʾ��6�E�}��v��_%hvO=�ݟ"d�h��I�S��M����g�R의�VqlfA#z2�p_p�`�������e��3�7�S�,B�O˨:�#��K���r;�PK�L�\ٙ(��@3̚�y`0a���:�~uK�{��\���T�K֒w��<rHI�S�������
�SQJ��m���RP���ݻ���J@	I��GF!7l�NqKO��n�K)O"jj��2�1i���Z���c6�Y��Q��������u�u7�@'u�ȸ�	s�ಗ_4�pH�����ĭ�Ĕ��|�L�8�'��l�8�w��6�D�S�b]?$-��ѓ�+�,m8�W��,�q���O��}��ޅ^?�xxF��07����W��ƿvNOO�i�Τ��i�D��b2N2.A�%⮀��f��Ѵ��&&�H	���)��� ;/�,c�i������s�������]1�u�Zbo����*���p'ib�2�A��\�=�dw^L����54r<�����ޡ+��B�5B��;N�B�������=� ��Ve-�֌�Ҹ��%7��3��#�[2�#�t󕔕E��w於<u
��,��O�&��98�s	�7�����K�.�T�r�@k��|f���J��">�HA-��p���s����y��QÓN�¦/�NvEb��\a�	w;n����L��74[�uaÓ&��]ϧ�\�Y+D����ѧ`��_`���u~e���M7���3�}+
+� �wݡ�R�S�j����WE�_%e���\9�k��T���w�FX�r���䥸�������?ꟕ�A}�JX���p�QVA-
�]髍�8�nYO��_��Jί�KĊ�mX��X9�>Ά�)%��7G��G����,ce��I��®<��O�~H�n��q'L\�Bo�zK�_�^�O�_�5���cX��*�à��n��[sb�HGfvw��l�zٞ����LYh�����_���ZMLC�L���2�5��U��Ҁ�ݜ4�I<����]����Wf�_����wY��f۾3O���`��7� �۟��,c���"��e�xOGvf��8�e5�\s�\��r�o�/������TelP߉C����^�^�-�n��>8�)�#�F��/�~�7S���*��G8�I�a�`���!���B�C4X�C�,\BPKD�����j_���$�L@EA$Ml4l`��Zzͱ���a�A>T�;6���Ǚ��;#�jZ��lg��e�U��I3�#jR|zQ�k�W�5/h�$���'m�����)�mNj�k�el񑾷�g��H�g�VL�i�]i�D7qѰ��c��P�Y���͌�S׀��w�G�߸6���}aN�ã�����m������<ӥ�W\ޙ�?�$C���������_��3_���O=�a�#�ƛ�M�L�!N��tֹH�WH�.|�O}��-~t��:B��:7n���F>��B+l�[F���G��s+�ފ�� >f�E��%#��~��z�@+�y������~0�������T�Q��Y�EZqT�C��)E��9G�+�ra�(i>G&�梼���ٖoB�I�q�ٝ��WP�>vL��2�3+D9�p"��&�,�WN/q�w]�?��V�Ŕ䲴��<�P3��ae_U\ͨ?u��������T�0�ja�]g�~#��E�5�ΤmD��I��������)�7C+��W��֝l��a-����l;����W�E��Λ	-�*ed��F1/e~6�|�[�U��γ4��i���E���"��ޫ�k'f��t"m�š�J�Ŷ��T
+#J�#�:�X]���֜C�����R��z�;�p�-��YT�<�a@љ�0ё�ے'�G$i�����34��5�����r(1=�q;���M�yl4l�B1�ӳZ!5���1 ��I�5��<L�	��
�j�O���,�zk��z�ȧ�:GƓ�"�|�����D�䆈yd�l��F>>`�!���-����|lE��9F`76��qb�džUm���f�ܫ�$�:���z���Q��rR�񶀓݆��u!�c4��`"�(lC1#�2�&Eո�fB�1�ΤC2�J%�˼�CE?�g�d���㑡����[��oy������%88}�'�|����tY�	��P�Y`L��&fʊ�x�
+j��p�o�V��~�Ԋ�q��]QBz~�GA-qˈ�N�c��\�����B�Q�0)cd���}5`/��}��e~S@)h�-����tD`��d�{31��ޢ���<���ځ�_�ߴ]K�����sm%� ̹g�Vf۱����K�����<�"�pOF��}���]�a�Zu�Ho�U8��LmN@֑Z���9���VVS�k쎴��u���;3�Ak�)��֪Ko?����^�6����F"�N���b�ζل���R��qy=�y�a�z/�j'ٙg��n���k�1�ؘj���PA�S�����;Nv�M��0E����E�O�Tiv���7����̙9��<��+��1E�!�J�@�K-k"��O?xǞ�j1`���UF�5)h�3�{s�+�ӄK�'��z��P	�69������wX��`����K���σ��.,*o��?�]�6IBKBL�5�.��jJ��脺3�!���������+%/�� 8<�u�Y�K�;+Q�2~�1R�w��\�~�9由��8�R�I��6��<
+^�"�ə�m#�1���fs�Qbd����G+kÊ���I�8��Y��4��hM̩$�����o�K"Jʥ� �Yx$���U��\�p)E�9����qyi�T�qj��-�Q�3fng��f�'dm(Fʁg�I�
+M΅g(�J#�	�C��s:�fn'
+|R��NC�;	9a`ԗ<B�A@�)`:
+x]���:
���D��~�����^ܗs���L��6,CW����e/�!"SZ^�݃;��d�	��qW���&`	b�v�<�flqڢy�d�b�"��Ja���%�Ҿ}��q� ��]ul�p��,p���Blh�u#��P�#�d�brƮdf�RR�(�O�U��U
�ˁVE��y��7��[s���/����=g�^��βOy�pTW~U�-z�0ꖳRVNk�>t?m��\�M
�pW�w�<@��?��u�Mۙ���3�w��:zCJ/��,BR/� v-	t�9��et�U\G�_!^M���rN9��)钱#�Pc�#cG��j�K��h�vkg���|����Z���9j-�q|���d�ě�j;j��ۚ��z�zd�-�|`~����{�
���Y�j �=�f�����Ԙ1)�J�Q��{���Rb�&!�SX��>�ӄU��_Q��6�roEF;�x��2;���ۦ>�l�Noߚ뭎.��+�jMqM���y]�UЛ53۲�Q�9":���c-�	�ٍIBUl�C�7���iޝ�eM�M���At���S�{��F����WGD���;K��f�L��r��u��$�}u���!j�����`q]�M�䴃�^$]	/�$����juym�)Е$�Q���gS���G!�$oct"��1=�%�g4���QD������~ܖk�€��29��QpjH�8���j�>nk&P7LB]R�aX&=�U��岲�O�7����`���EɧQ��!K�Y�u����K��ԬKJwNп[�~��2������P����K�BB�%�����{}j��_�.z�<�{�^S��;Ͼ�4���F��>N۟GW��S��x��������q?ib7�M����w��|Tk��`�*�
`���4̤IIIE��zVc���<o�/CMe�l�ȯ��S�'ifg,c��AN��A������7�������_�U��%_I��Y��g�G��mL�#:NkŧV!�Â���]d�MY�}i�����?E�ޘ�]=��^v�W	���	)���ָ�Ӝ4A��Y�����^��9�5�����g�w�s�%���,���Z�O�W���ɡo�]��'D�{����2znb�c�	��96^t��@��`�bQ���II�A^�q��)����
1�(��9U�����IJ�{}v�.�����������㫶f������2�59�B�s�I%��{X)c���
�mM�]t��~��
+1��~��ȇ�S�VU��?OB�3FA��l���s�础mw��6�I�Q���I����
+qe}DYpI9G~�R�����.�}��AP�Ö�۵����q���z%��0��Ó��G�?	��5�|�3{@o)��2QT�)�E�Bv�����e`c�����"JM~�OH۠��9�͢�1��P���y�|�������\\
+Jا�q�c:Rm��h���4�I&+^�xg�՘��h�Ʀ+	���o/�n����5��=��öP7�[t�����V��t~�*�V<r=Պ��[`��l|\�Lm���_Bm���KDJ���Ċ�Ati�����g��L����8�jk��Vmm�U��K��ꬵ�1��#(�A	"	�rw:��1x��2rJB���$	�ӹ�Ⱥ�����.՝���|�����g�N��3�?�q�y��x�<08&-e�v�u|lHũ���Ψ����.�������7g:χ?Pne�"b�%�����Ƀ��(p"�|�ArhAT���q��{�?�?�ЊZ������V�v�s��#���^?f���q-�cw�U|�+9�
�w�6���������`�Y�ƈND�Y����r_ul.0�jޝ�^|�@�ŤM�朕���+����e�7��Z��bw��W��LDþ��@��~s`�Y�6JI9���G�櫶�;o�b���Q��f_nMB=Ҟs���5	8TUL�U��	I��?ǼqhG�����N��=O�x��lLYf�=:R�)'bz^�i��q�=�ͮ�a������%v]� gF�b|�x�)o��d��ヨ����̦�3��{p��F�"�+�e��������:a�ֻ�[ٵ!$eC��K�����A͂�IL��.����t���I�O��?-xƦ�v�����&Ju`��RdE��9F�
+ޱ�!
�D��Q��A�T�RE�A�d��氆|=�����g��&�^	��?1��!̘�q��wnk{nv�⟧�e\{q�—�У�။{�Q1Y�!��M����������_���T��C� ��l<���s;�&$�`���/�c��^��
++�H�������9;�^�ſ��0j�3Q-�2m,�i'�����:�JUX�}�hM�St���b��1�g[B+��*����f�Ԛ���|DC�x:�x@��M����]RQ�F�րPq�d͒��}q��}N<�D��:x%���C�y���7f�
C��"Ը���0��v��\Rˬ��GҮ]����$�
+,I��"�W7}3]g�f{��K��{~Þ�E����_-F�S�)۰ �����kkYTͽ����>94��;q{̮L9��1�\�]��
xƹ�&�3��c�T���Q����-����21{���Y������&f�
+vh�S�I8���x52��&zM�@��vWWX51�4e�����-?�W9��U.�Ĭ��s�?N�I8e�=5�!��'��S)�䣔kXZeչ�b��H9�E���|`^|7�QP�F}�J��4��s�)5r�/�'<O	W��yu�ɖ��1�Eػ?G������Ւ�r�Q��5i���##�*^��VuqC1\�*3ND�Z�����K���YL+������G>��wP��#�MRjֆ0r`�I#���;�ٸ�O�{ᾚx%e�6$�ꐲ3�!9�~���N���K�)W�L$u�V������ol���N��{�
������op�edV�*���=�uK�!�@���ޫ���>�w�JXX��yԷ����?K�y���|Bb���y��������q��t���I�Ldy��âV.`歬Uܓu@��2�zHE���p�aKi����7Ĵ���O蹍	��5o����A���6��6	;�6����Sf>mc>�Ԗ��h)�PqL�\��ۦk�M%L��L�[�Ey��'�n�N�NY�U_���is�.&EMb�,�FԈ�%�"B�Ī_�ƞ\���B��è`&�J!j�/e���3FSD��K�l�Q?�O>I;�z������A�Q�7ǵԪ�Y܅��ړq0o�'�9����EJ�������Qgb��_�UET}���2&��j��-�0�9��Cl��1��}m��oˀ,Ș�S#�9����@ăe�5�S��֧�C�|R�3�4�><���q����+��¼�ז\����pq1���a�6�y=w(��k|<i��&tܦ�|?��Z4���$4r������۶���{?����7'�`|r�F�09�ī���\B̓bp&{�K�fe���e�D�ҦɯM<AJ��I�]��΃ŔM�
+�8�#zF]��#o �؛�gd,g�Ƨ?��TГ���]��n����>��-���
���16�[W Y7�,z$��K�΂�M:�
��Q\�OM�	��U35U�k��[5�����2*�z�"��r	!r'��I ]�U�E<�#!� 	�A ���;'�Z��Ǿ~���>���~���Ih�U���?��ba����>ճ�����1��4lLs�}S��g�#vq`��13�TX����eҸ���s*�zZ��\���
+��V֓�Y\����ҍO��m����T�y����Y����{T��R�sɘ{:F��{���)���GRI�L�?^�O6��Me�+�����ěqC�݄�V�Xy-Y���yF�"|xN�#��=�\�!��-��U����ԸuH1j��yw�!���fǖ�)���v���P?'�M�_Њo���l瀍�V	-j‹"txA�;��ԬO4���52K��2�Q��ܪ�������	����0�h��1%Qc���,�*\ 
*3��a�������;Ե��X���x��m�n�^�D-	�x(�jCq���~����u�Ō��X�Dݰ�K؛�~����փ�i�7�,#��3���ڳ���s�U��	�[��q���<$c�rl������t�_":bqfUԓq�M�N�:n��S`ˢKߞ�rp�1CGej�
+\�߼��5����Cй�i��%5���D�%�L��s�[�����J?���o��U�CӰ0jш�������?��B�M�@�1yϠ&�V��>�4��}q�E&�m������Yރ@je�[�ו#1��#f�t�7G�
+���M�`_O~�h��[��-R�e ���E̓\ء�#�U��P}�xz@��-MX���B�xD����X�>��ۜ�
+{N|"N��%�6V��Gµ��Zq�W��-ܶ�����)ԕ�Lg9�F�ρ���xjE3YJ��K�v�߂�����fx
g�1�i�լ����ld��;0�s���G'�Bbx�\�>���c���L[v��$��� �>-@RƱg���Q�b6a�w���u?Z5��m��=�&a�n*�'~�"�u�W�ĴY�K�{b���ܯ����Efej��>ݐ�O7�[Ƅ}�᥎�%Nm�yޭ��JQ�
�	��*'�;�Į�-솤��>\���R��:�q�Z�s�Amǭ�w�+{���h��k(�o�Ҥ�]�вm�����l�E]�BRfvM=�GƢ+*np�^�=�-��������^��]X�T��JV�6 J�d�u�(d�W��7�(�a��)t���7��"K���Sؙsr1�%��'�/�/D���`�%fS0BF	fw�_���]� ^��˼�W������31��yHJ�[����"��˰��&�b4E���a7	q�e#a{6�\���t=e���?�%��?����sIh�S����?��/���>����ús�#�H��+'�>�9؞�����Mʥ��������ziHG��w�G�i�"VFmaS*(�����r>��29/i��DM졁���+�꣬G�:�Լ��_,�x-Q�q
+)����T�_����
���c����I#u�N��'�=�~�pHiI��p�^��F�C#�����yԣq�i��yg_K*	�e	+����n?�0���;A}�-��#��d�Un�Ӗ�X-q3���'�o��_�^BRz`Q�<�A�|t\K*u�U�3��ܘj�z����+����zdC��OKCzr�[!Ȼ�ظ	0�B�ʹ]D�;���K����iJ	���{s
�g��-!��'����CH8r�<��T}iK*4��������irIb�U�X��G���H�UIO�%cg�%�̺���"��<͹�����,`��MF	�߾�*
+~�_�}��
+rY��8��!�J�p!}O58�
+���p���ҋ���������o��偧��-�>4C�{
+6�اM:������}��\Q��'�Gp�9���\{QP�U��G�a���C��;�Т�|� hB�2J���z�%�ȷ�����l�c&����&�\�Xz�i�ql�x'QԲ����%���h��/�d5?�ĕg�&�~�9YM��3ff?	������)+��p�x�?������6l�5��M�*�n�2��u�ٙ&��M�ڌ���n	̓n訥)����Y�b��˴��,
��˔S5eUkM��]:�b�Ȩ� *�
+��		$!oB��M�f����:�e�вل%!�N6��e!�J��1��s�s���s!�D�^Gͭ��yL�hIB*Zc���G-������}��9��;�{cgw3a��f�r�š�-�-����I���#�-Y�ͽRiTIoHۙ�c��=Z
�M˯e4Ĭ"6�����������ʛ��>uލk7�%B�,���{y}�R{��R5J��i�=�xǕ�BGp���M@/l<}�������;rjm��g�l%�$�Ԅ���殢�n�-n$��y=	Bͻ�CY���C��j�XR�* M()��4�����h�d{��{�xף=eK��n	iQ�k�Z�y��6	��5�X�,��F.6�L��[�#��Y��+��2��A�b}
+���,e�)ϺhM�.1gG��ѱ���S3j�R�����ޏO.F��q��u�z}Ǝ���ᑔ�G؜�]w~|�uh��Z��=�[a|�&��z~wX-��r��9P��ޛ;�H�(��a-ܞ�!��A$eFIjV���ZPA���ԴE�0������\��m
+/��W���1���;KJqߎ�&#h�8:�97��\"anE��&�2$l�	�S����>�b�íޜ �M�0��ٜ���O�1c2v���!�:m��F����no�v���*�x3��n��u�qa�wJ�v����J�?�|�5���+#G�쎨Q���jBKpgB+�����W:'�:'������	ΰ���
+���15�6cecs��	��	�WM<)%	� �t�������Zp�e1%��p&��̬<�[F�צ����A*JE\O�.w�ֽ(?��n�������(�c54Pu��jM��.ढ़q3�)�|�P����k�'@K�*F]�!��Q8��a��ڮ��5����?R�|�J_m�������yFx�欙۝4rqAE_�_�V�3O.i��sh$�:�*�g�[HC{��#� `��"�F��hO����]@I:��4xӨ�9��19�8x�a����5�~��@yP�뎛PF�=�&�� �w������z����,�$�F\w����ND*�.3v���ꄙt߿�]���P���
+N}H�j8� �߶��#���3��2��O��
+nkL)$��u�eJ��]ӷ���Ӿ�W�?w\`n��xJ�Ĩ��ZY-1m�����jXI,
)9������_�`�溊����~�Z��K� �9;���5� Y���B����W?><㟢�=�$�D��E��=�T9�IR����c����{2���TR
+�ϳ�=#�ʀ=�Ya\���'.���d�HoT�hؙ^'�?�H�	�3����n5p;"j~gƂ�Ǵ��ͩ��$uԆ/�$m�l���l��yec
+W䛥����ԆTR�wi��@%�%ƣ�yڃ#���5Zp	� OB�솘f��1={'i%��72��Ӏ%��1r�PrE�ؒC��q\q���ǀ�m�76f���f����e�ȳ��*�"�T����x=E�u�t�7�wէ����즄Eve짘Y�
��a-�)i�פ��F^'�|:��;�K��ILOX��(n@��I�{��l�o����i'��_ �l��*V!��`>N�y�#;��w�������ָ?`έ��G����Q�ܘ$�X�><3ýu��sۏI#B�╌o�����D��s��ª����t�+��Q���+D>�4��Թ'�/&m(Z�~i8�~:3B:Q�)���_�_ְ��M<"���{�L�)��|`�ƴ��w�����ږ�~Z��獂޼���[������Z�ڴ�\�4��S+�߯P����-�~!�9%��:�=4LP�sk�'̙�,�&g���O�wĕgS��^�<��y��}9;�)m�j�rJYH�i�%M���ki5k����z_qjk{5nD��.1��, ��G럡ҭF�;��?/e�PsP�rmS��,ȹ�#�X�u�ءe�fm����RR����9�� ��ے	3g�*�{5�I�2�e�d�����~�<��#��?����Tp�]�
+������J��"YS�7�-7�4����]tg:'&Q�#�y�˔��]�n����fj����x��7�������yu���9�y��Jaԡ&״�q��9<�R�}�8�����0��.�aή�Sr�!��������^�U1���I붦��&���E��]�����sm�P��=+�#s��Ē�;��vL�7f�9���ȡn��;k#fI�o�{}�P�κ�U$\2�R
[3��d^��ܨY�;��o�]\�g������uj��K����~`��2+���V�+�>"�C6�h�$.
;�ß�����t{�I��ã����q�\���:ƭ��\�΃����E���䇞�������������r�tg�18&��g\����Y/�.��Yu�Sc
!scn��R���S�k�Q�ì�޻g���(��2R�Bv������]ӿ�fN�J/mMS5dW�=����\UR;F^��D�M�� {���ɳj�����I�xYC��5Z��p�/M�ߖ\Y���[���`4�VwM�ʐ����NC'~���J��Y�x�<�WG��e��d.r�T�}�g��]���d���D���}�@�!�`4
�@�!�`4
�@�!�`4
�@�!�`4
�@�!�`4
�@�!�`4
�@�!�`4
�@�!�`4
�@�!�`4
�@�!�`4
�@�!�`4�o�2�$
endstream
endobj
72 0 obj
<</Filter[/FlateDecode]/Length 59250>>stream
+H��T�SSi}�2U�6=�3S����ݐ@H�-4�`�BB�Ynn����P۶��q��qZY��7��u0!��ԩ��ù��_|�G��n���/������o�C��#���Æ#!�
GB��6	9l8r�����H���Hp���N5\+BD�FQ5�|���!�!��ha
����Z���U"�̬��J�K��3�b~�ɤI�VX.����N��3O�Գ��(a��%/��q��es�Y�,6�URRQ�fr+�ť%�\.��[Q�a*����2.��S�b��+>$AR��Z%�?園R��=�b�qYl���~��d�k��Q���8��VU
0�?�c��W/���w_k�ڑ��IWќˌ3��A..5�42�-��Bu��wo̟U4�q��������d�p
+�~YE���U�?+�l�V�A�lf���QTt�d!Ů��R.���Uګ��V(���;��특�=���'��q?�K9$�3>e{&��&���n�K��K
+�ޢ���ȀY������(�x���Oד�[���3��g?J궧$��EYmfIV�{伴St���i�WwR��w�1K|�8�U�^>�J�U���/dT���4HF�O@
[����_7w�/��9[S�g�I#��2�%̫�$��0�Z4�OݕqAM)��bR�ŝ����(�Y�n��UTԢˆ��X�9%`�f$�s��gQf\Faj�*۝2	p�11G��nO�?{~���{��K�Ez�*`�O�?���h������m>��<1'��5�S^�r���.��7Jra������Qm�aw��9m?��‚*~���GF��Gݙv)��n�{ϩn�x�]DPy�_�WOl��K���}?d���Z����3y�DZ�36`���q��1�եh���ʭ�
ٰQ��T��?�=���@ڏH�<P[n�l���~�Z1@d�DJ-����J�-�'�F���Y�����d�F�E���Oќ�+�ɨn��(���mV"���E'�"6@1��a�)���Arz�b��g�~�
�����N���~� ���/�Cm#	:k��os+���"c�ɰUG�y~U'�Q�*��{�,ʯ�u$]�v�;��QN,�����5�i�6NDaq6$k�QYg&(mL�du������=�6�n#BZ���{�8���0��m_�
��3�6>���
+}V�f8�Qwl�J�m��kӨ؜��O,j�	/����"��KZ�tJj�n}��i������=7=����[x��u�o�6�S���U	"Ȇ���(�},=�y���<�(�"�PS�c�����K�"�?IϢ�����?�}�;����"$�[ <dUtOdȪ&Bf9���1/ؐC��
+�Q��Ն�F�#�!Mʣ�M,�~� N�/>?|ns��h��mr��}���Y�]�/�L��|�]˧/~�>�;$5�K�Kz���/k~����|	�P+_Vn�p�7�Z�Hx$5�GZK�w
�Z5x�(͆�b<hU��Q��u��\Ԩ��&�΂:�6~;�f�A��y�i��NM��t�po.���#j~.���:u|*`�E���(����-� 
+5+�Ȉ�����BVm�c��# �!��D��زII�9/��֦���N	����o��c�P�#���������˭XMTP!�
�5���)�*�L���|‹�U�G�2��s2~�U"u�WW�Qew�'�ߝVf�z`��ë���e�4��^��1P������FϮ�ZӃ����R+�'�����̄��t�lJ�t�����Ԋ�=���q2b!#��*<�����*�#H�|�	\�|zQ��f�8G{�۰��"Z��Bo����;=��^9om������c��֢��]Wl�^���wϾ�-J-(x��Y�[��e�1��3�����W�E�;3��9e}§�5}�7>�z��6�Ud|<T�<�����T��I7�Oߏ2"jM���9����S��������I/����ɁS/�+��U�5]y���퇊�'��CՌ��WRK�Kۏ�8ޯ��|Rr>�5��<�������v�5ܘ����̞�H�8���/S���X;���Ԕ�8�"^ �D"ᆐ����$$�����S㪋�r�$���$�����+������؇�~���{|~�W�!�;<�=�.�c���"�}�n�/m/G��"�Y���1�f����9�a(���IxLң�,���>��Yp��硩�Ӆy�0�����I�||=r)�Z\K���r��>�u*�����/�O���y��`�_���w>�4p����h��e* n!Hw�
�4��FG٨�TI�dPށ�o��Y˞h%n��ҧ�c�&�7� 9
+K9���j�,q�b�H'�wس.ѭ�Ju9��%̦O��	&jP���X��0�p�Y�Û�B�oZ�tr��9�c&
�I߯��W�#�Ljt
+�Iv{�a9e�ab��=�s��j��_��.�ݝߧݽՠKQv@�:!P��Qy6�!dt�?��v�)8�rh�:�.�u�9�+lȹx��}�&n�R1���\fSϙĽ�xx�^@�2,n��#��82T�!B4~t�]����a��SFç�*��O�[�;+!�M�3���a/B:6�XL�y}Y���xXP���$?}x�Wy����g�z&�p�㼲��١�K��LP���&���Y��И�Zո�$-�՝�[�[����}{Α�3m��K*.���{r^IK�ɯ����,j52a���Wu�Ǽ�ג���;�s�8�K�Lz�E��6Pa�v뵠:��wzoV|i������JaUq;�N|�p^X�Y�+�m�Oy71�[����p@��Ȱ�;��_"�V*(�y�̈́!3�&	� |6m�~�������9�@u�#�ü�f����p�N
�pYy;�$_Jo��/���6=7t�p�:޿��{%�1�(ox�Fv-7�n�y�qfc��g�5�	[G��Ϭ�Q�voUr#��V"��2��pm���l����9�^�I;%7^�z��m�yjR�a�����Bgk�02@��ø���r� .�,YT�R�� Ѿ��r�i�F
+�����}��`M��8i6�V0�rѫ��F)�3��P�/o'�w��a�l�M�����T�j_�#�~1�ZHT���VI�̦AS�T�Ϙ��VB��y�H#��*	�&�JvS+��H�-i"��
+^9�����e� �
+.��_�QeO�&�Qt��cZ28fe�Fe)��`����+���V�m���H�ێ������!��sT�^N ��O־5/��� �c���<�4�+�z5�hȁRP�Jxy?�/t��_��a��ݴ?�bc���}��N���Or0��l�יU�%�'mc#F����,O��<��Ys�-�˭�W�~i+t9��#]�Nq�����qMX�f	�Vr0����Jﹽ����U[�k�.��c?��#=L@��0��l/x�6D
������|\��n��œ�����^
+jޑ��[t=���_�,�\I��?����wo�
��,|�iWd��U~����׼���y_f��-�kJ�K3� cpo߅���]a���z�����E̯������W��#�E��j�v7�Ưɭ
](:�kw�z����y�a�7�
����h?X��~��b�Y۩�_��r0'�ٞ�W���~�z0R_�ی%�i���-�^��.��q� �tb��?�=�n��$[ؘz��o3	��Q�(t*̺��D����
+�Ȉ�s�ҫ�Md���x����������t���_׹���*��\+�
+n)��3Q#�D�&"�GF&�a�LP���Җ�_֊GTtB'���;���A��
+:j1T����^I4lʠc���E�e:䘤Ó�����rb�>�2��NI�L�
+U��P����lh�~<����*�!�.�=s�ڳn�u"d��꾬[�T��L|�qy���ݲ8*��1&��	Y'���PI��M�x�Ħ�s�c{L���N8���61:A����
p�u@Vv�>%��\͹D�E��O*��Tt�i)>5[D-����>�[�6�)i��}#���>��&gN�U��}N��=4*mϻz.�ε�mw���d��˖��s�ŭ�
+Ny܏ܭ�ʭ�:���7_���2}j"����}�/g��êu��r�u�r�EG/�D�R	!IwNr_�����:����脐�`��@@� �t��Gu���e_tQ��t?����|�G�<��M�-��u��YT���yK),�PX�X�i�����(0�S	�fkV�u1��^X�́���8��D�v���i��_�������s(��N�s��>�%ܧ����'���\�.!U�4�𠊷;'9�7/���]�H��xD
y��1x���ȷ-���
�2:	
+(����_q�ɛ�_��'	o��_*��0�h;�_ؚ�����΃{��μ}&9qGq�י�����
+r���ýЎr�0���W�U\z^�A?q�b?���/���E`O���)��)��[5����������Sz	S�q�����w=��J�=I�5&�Uj!���ŀU�
+>Q��IU'���W!'���*>�'��uE�|PٲF��ì�
5�������k}ޯ�]՜e����U�.���YQ�_$�#p��xH���V�֏oS�W�clZ+*F�.�C��o%�P1��Fa�
���w
+��Qw������A۹�����v6�pp+vG�fD	=b�nv�s����#:=
+�眪,�&+�}pM��W�e)��%0`A�����T�$ev�t�a5��z��ǜ\v����~S�XU5�/�	�E� ?�
+�r|��u�a?�A�жb����gW,?��~gn�T~Q/x�7	w�b�����B�m���;�ԗ֞���D�w^(�ײ6˖i��y�K��Y�]o�����0�m���6��3dCw���ߋ�N�\�2��E:Vf�����;�V�'���柨�w����ֿl���a�~6��`�۳}G7�{���O��z���y/�L��.if��"���K�݇��x�����"`�G�a]w����o�#;���%�h��n�"p�|�e�kɰ�wsV�e�.�����v_HO���%��Z�f&��2
2��s;ظU��T���o`-�Jʢ�-;o�#��5�_"��b�\�1螅�����]������rjl
+��@A6ì
�����([ٌ!�h/�Y�#�����]I���4��huE#�������_I9\z���&�9`��0�^�i�v�3W_�8�C�TsE%g1�Oȩ8�E%��t��$f���eF��M�$
R6
<�6#��F*�Wߘ�ܲQ�f�.k!Zq	�@�[
�b1��C�\��y�Қ�˛
+!�J���q+Z����e�b���2|�͹Ƙ��F���ڪ�QY�S�n�}��WY���AV��rݑ\�L�ie�g�,�J��~ԔS:qᵦ��FŸA�)���_z�>��|ȭ���I��F:�*>��ܕ��MbQ/,�]A�3�;��Wc��z�����o������Ă^Ȥ�H3J6����7>�x:t�����^�Y‡������һ��ܺ9��\ �s�_m��}I���>�>TX������	M�/9���9ǃJ��G�Ye3��f��m�y5|�ݜ���������^����86����L�	��^*�l��c�<Cg��p��m��L��Q�cbVp����:j�������/�`�	.,��F����j
+�gߏ���H/3)XȾjƨdS��]�FC!��Q�-?��?;���
+��EM;
�Tz�tl{ŧ֞��Cf��صT�"/�-2*̔0)~Y�;>,ـ���|Huu��Pc)lE����62�����:5)�7�dw��T1Y�������[�����#"�F���r��[]�X�WI߄k�A5s�Iui��(:�9���졚˸�ʘc<G_]��u����W�qT��5���J~��]�$�z
=�J���ܼ�e
r:��c�Z1S��6Ȩ�ap��V:==G�0�8!1]V��"��,���i/ 9�������݄I�y��\�����g��g�t��p����B5�?nI'e�=�bw�;�Ĭ�Z���\��̲��em�rܦ&1�2�S�W/&[>����Ԗ��es㷉�F�=�<���ԑ��������*��Rtz�����DD�*aE���d]���m���-Tt�]�9��`ƃ���9���X�lҌ�y��	�A@����}nU�gmy
m�p�6��q�5��^a��r�TRS��N�U3�q�ǩ�[��P`���E��Rk�VK�]b�=����	��,Bk��[�_��\�t���w�s��<3�ӻ��/3>���
+�]&0��������Y}��'P�o2��mKKh��S�*n�-o/8�.�_5�a�m�7�y�ej�ٜ��ak��wƏ	I6P\�_۞m�z�ٝ���v�@9��؀ZHz k�*.NQp�.��,�[O�g(wݷTp��[�߶f{�Y	j�jDo�F�(Q��S�"m��$ ����\h?6��u��~�~*�{��j�ܒV�#����.��V}�Cp�ȗ�\}�aO�}\�{�V�'�``v
+�,� 6<2E�'��1�$�0��������W�ظi�#V���O�V��I��?�� =�T~�2L�>���h��u�KƱ��P��b&��Ԁ�W��L�`���\]�r:��=?(�9�	:Jhx
�+4�R@�����l͋oQAy���Zu}���RYQIJ���N[
+=r怱��dtT-�&P��jqQ�X��o��9��Z^��L�a�>��ϻ����Ȱr��2>�A>V8Z�?^��/��P�jU`V
+�]5�|�n�����)�Vp`�^����*԰�N��3���Z瀂K��[�4V�:C΃J�����:��>z���y!��#�8��j�Z����U�����w2�]����eeةT�ɥ�R~�iY/�8�6D�lX��\�a\
+g��2�^�ۑ��A�5+k�ۡ��6L�@�P+�9�s�3��3�WJ�����PN�fO�Fp9�i�!�.�x�7�s����o��>�;S�����������x(�q�_�;��˽?Sn���Y���癶���V��k��sn��?�~��]�!iY��~��\��0�X�(y�eEro�Cי��\T��a����G���h5�I���[ܳ�o�O��Hs>�VƧ���~�4PK��8C-H(+~����;�O�����K���J^Uozf�ǂ�+z��r�3�W�AEw�/���|��]���>��M���ӡ�_�C���tD5H���Ҳ^^\�xX�hDtH��ĔB&��RJ�Qž�UJ**j��RA�>Z&L���a������
+;�(�gc
+a�ϻVg[ګ��.����T��:X3Cn���{�d�w��Ka��B����K%�AQ���JR)���άg��I*��BDǴ*b{���9��Z
+{W_��+ճ'��/����26���Zif���z��mt�`�%t��5���&:�b8�u�跌����,�U��J���V���Z
+�9�Qm|�ݜ����-E̓�y�M��*�w-Fh��-
+<m?����Ҟ��–k����Q�����`�!:�I� &��=�gܓdP�U
+�8Ő���P���̒^��Qr�7�R����*�1�`ɇ��^�w	i)zP�g7��o;�3'�<\��-��fڏ����:}�D�!hش�ݘS\=�,��Q!��T�彊��W޾��4������(���:�^y��Ό�� N�{Y�B��C-��;�'/�6��鏔KҶ�4ܴ�k�9z`��P�=�\\�����[{�t|s����l�姒ǒ�=7�#/��UtT!����.IKv��<�4�!�{v�D5�p�>��
�tR!w��w�󇾋e*���<�-_m��HߓE*��s���˚�c�_y�׿�7p3m�Z04��t�`�<���G^�=rn=W
+�ݍ���9DM4��%��w�rhb��=)���b=;�*~�)��w�}9�Q�~,���	��A�0��a�9A�1����wܓ�sc����x�A-9�M��2q�4�0MԳ��!�o��/l�<j�L�i�0��q-EX)`�b�P��V|C���Gq�ʴ�B�k1WbB��A����Vg�5\C��d|��
�Ҝ�g�J^�-n*�TB�Q�IW������:��:`n��)x
+f<c��M��
+>?`���?([aFl�&�ؤa�I��a��֒<���U_9I:��B��d���*I�S6a����њT����՗�S�4�c�6]f,�0�3>���byVM�ڜ�ܱ�($my��6D:���,�VjNC�����}��sg���s��򚗩T�R����I�d
+�I���%�;�,/�����.�$��Y
+�6���Z��[�0`YK/�n-��%�4�����{�� ݐ�K�׎��k#�:[
+Zg)�&g��*q��ۍ���?_jƚy��
+nWVp��g��A�	�X�,��]Z7]����!�h߯�D�A�,�հ~��EՐu.�p��c��_��2u����D�/�>�%�w7��*<���R�YOX4L�,/?�u6����+�Dau�8�n�Or82^�Vu�������ۮ�4�ΥRL3H�uW��M�La��-m�+�E_�>���˺��fz?,>��6T���FMbȄ)>aQqy׏k�����"�g~�/����N��i��^�V&Qhe�8�w�҆��%o<)�l�ª��2쉐r��8|���L���{�*h����\��T��COE͒&x1�W�W֧/,O}�kfˬje�o1qŢ�r�DgXR7U�5Bڊ��Wr��ܯ��W���-~�$�֪�k��1�X���c-�3.�����L�4��,r>��hdL����q�}�����Rz��il.7׌p�A��z�
+)�AC�ۍ C{���me���s��Q�&;C�0�����E�v��J��Մ^tPwVgO�o��ڞ�e��h³�em�u.����5��'o֍�o_���������+Ž��E�C��3VO`n����VN���/Ԓ�l�N�"������vSQeO�b�Bs
���:L�u���=䳞;lJ?�'��V��^[���j7�r�!�}<de5f��(p�~��3���yf�0/�uz�a���H�������у��3tP?:���;Q8f���P��,n������
�y`��Җ��������G�_T��p5�*m#�� :v���y�8[�D�~JYПv��6G��У�pڠ����jq�Rh�֥�9`Ѫ_7Xí��6�C��Ϝ������/>����&�:��m$�X�p9����
+����LDt�IJ{�6��Ag��'�jQ����J:<�i�ÂV��镍�X���Ŗ�c����č�j� �}q���ǓGs+�Sĝ��\���-����J��c���#��@g>fNQ�7tXqY �R�ЎV#�m1��[嵨M]�B���g�և��o_��!i55�KJ�$���B�׿c�|��ݥI�����]���H������"Mz�A�����)T�ڱpP3�L���b��H
W���E��71��K�{�Q�ʣ�fV7�����6�iiK��Q��q�����j�j%�sL�n)'��s_�/�p?�4+�Q����A�:���2Hi�k��3qTB'o��
+�%*mRҤM�nȬ��\�͝�c0[&aӱ��N1��>5=���r��v�7밸�UO��\B=Q�,�/F�~�ib�O���-�{_=g��i��I��|�"��X����!*��Y��o���)��\���Bu#��@��k�������c�����R���D"�ja�j�w05Ͳq;J��Л��6#l�����Pu�Q���[d�HW�o�MB޴R��:)�����ٛG�y�x��掰n�j�Xԁ�{
+�0I��A�J#�z��#A�
+�iׯ��~o��������׆>�}6�w&�?�`.&��aªn*�2�P���R\����󱣵2"$�3\\=ȆU�,��f�>p�*�������I8��FJ/m�=2���&h�A=����z�M�~�����v�����,�@��IT�$*���W���q�#�BF5J�tt3���G^	X�t�m�S���m�Ix�K$��I�D�I*����E��8����Аo5R9@�a�Z>��ZNx�Մ�N5~{�#}��Sɛ�A,$��TX3ȁ���R�[d=��YO�[;6G+��HE��|�ʩ����1�U¥�U�f��R�L -Z8o.�g���4H�/�D�����d�+I�� i3P�l�b��s���f�K��4�}�sS�9�B/b�1�P
Py����??���,����K����8p�`+��w�l住���k���16��m�.�
�`��Xɤm,���Ft�+�IN�VzkI�� iP0i#0��9t��$��s������d:틺�g:��m���8����uَ�����=�E �;����5v���XB,Dz�%$��$�e/X���}���7��g���|����#}�<�gt][��G�������c`��xU�~�Y�p+��Ԓ��e5�����I�DZ
+���rVi{����M�&:TM�/~X<Y��N��[w~n�Xu�ԷaIۭzl�奮?m�:���B���5s��D��W�[�
%����+G]�+��啡ϫ��J4?������"A��L\�q��G��ˮ�b�z��`���������4TN���k(���T\3v7��I��]�7��v_���������z��|���}��|%n�G����p
���}�5��FtpOӕ������ٵ�9���u�9�"s�[Uz�|5j�*��he	��Lh��W����&k6�,���b���D�W�K�D�<>��h8W^0^R�MeqW�����>����O�YJ��z�0H)�N�[�D�zKd���<�n罁�,���Z	����i�݂G��F��AL��S<�U�Y�x!e��2G��I~�ĐÂ�|Xpk��{+]G�Vn��_/��/W"訜�z�d�?4R>������:6�����]�g-�%���ْOO=��-o�g5_u�S���*wr*�Yk�톐D�͜7�.>%o�Ys��s��y�M�����[��b"h���Q�B�߅~R�ް����Z���!3Nm+K���x(2�^)m�4�&�2��ퟆN��L��s����u5���%~)�|A)��Ρ����*cR��r��W�?���A�.�� wB�A�%�煽�̥v#��h��b�MÐ�F$ƥ=�{i|���:s؀s�<I����r�$+1�ٽE�߀�q��0�kQ�u!���i5��J��B�5��_���ek�	�t�#-ը�������>d�݈���E�9~}�ae��>X����k?��0S�v��N,
�j2ƞ6�Ç�EJ����
+��5)���nȑ��ͬ��£�|�}T�z0��R�'�û�k�5{��ް>��ý�SAO�[t�Fw�ѝ���!a�&����S{@����'����'��hozB7=~�sw)��h���������00[�M96b3��Tp�5]�Y<�~��Hyi�31I�v��[{o�n��̶���f�1���OA'ǪI�T��{[��M�K(�L{�R�t��� �̴6��f���`V����f!4�nd-a�װ�B,͌��kA�)��7�l-`����u/�H P��8��yZ��́ό�'H��:ڿ��*qS/y`�Z��8O��fD60)g&:�?#��r�p��Ĝ���!�2U9�Ք����P����h��퉹f~l�	s���klTj��>���<"ܗ�:u���/�{��i�V�����Z��v�:3[���|X��]L8��,���H���=%?�Dɇ~�B�"�;x3J��׀%�"��o���iLw�t�?D<E�,T����&Tn,�f}c�,�58� �{e�x11y��>hnz�IL�����jw�y*���ӫ��l3~�L&�T`BNxQ	��@�Ąm@�-=����xz���:��(wy���0}z.s��w_���[����%�KK�s{��K�ŀ�QSG՜[��/�~7J!;�䐜�a*d�F��W[���4t*���'�~r��JST�%�2솔��Mn�4QeB���C�����Mb��
�}���y��z�r5���{5x|c����gz�"%p��t��wy�%�ѽ��w/���$\��/ۮ���-ȣJ
+���Ps��3�;o���/Y��<r�qv5Xз4���o�#r2jdC�$.�Tɍ?���oGЛ�����q��OH��."v��=c�M�	i¥d�&Y�8r�z^)L-�y��)�-����F
�g}�G�HO�֓w�y&4�3~����:�%d<^�%q��C�
+xfjN�_���)!��Y�]I;Jk��I� ��O�m}��uwW��Y��y-s���Vx^�̪ű�r�m<,PS2�!�L0�Q�09�s��a��u2�?�˴�m+�$g�uΜy3�g&�3M;�f���a�,�mI�-˖7�����Y&�i&MS ,�,c�,�$��,Y�m=��w^�7�-]�{���=�hm��W� ��5���Dg���Y'Vel>�t�w�.�7.k/�it���r�~�e�+�MD��o�h7�AT��9%����AL+��B�¸1�Lj>鶊i��l\N؆ S�ĘC^�6��z�Y�	�"ֽ�q���^ݢ|�m�(>�4���F-�q�^͈����)��U��L��͂���g�����_�{�b�п[A�؍�������K��t�ݥ��6�N5�%O6}����9�
+�-��n5�uWA�'9������vp3���.�Z�֝2�������6����Ak�B���ѕ��&�l��C
+
�-jjjVIO�W6�wj9��FuMlX
�g�~���2ƅ�	Bχn��1���m�D:���Z��T��s1u��$
��%��W`�D�	�MX`��>t�����F!�ukHg�&Ӗ..�ob��N)�F��YIO��ޖ2$��|�*�gm���N3�{�F>�������=���3�p�N��޳7�~ǁ�i\�2R��ͩ;�{��5�gd���?���n�}�&�nX[!��$f�A��llrbR��~�x��@`r!�%�?�B�*Ӂi���������܂�
�/C���Q����b���_Q����)6�]���W݃�MW��s��*Y�
��+0��b�QT`f� �O3�~�F��c�����r�;}�
���;ͺa-HTL{����cȣ�
+�V3ذ�F�@��j�$Ԝ���i�40O��O�OЦ�Sg�
+x���u�_�-�W�k�:������`���W͍b����惗�/��k���A#�۴\��"X7�����.���'�l�e ���Qb�Q�;F�+�s� �����
���"���Kk���5�7,m�!kǻKSa�k�zn�r����p��� �]Ky�Z��S�Xx��������J!J_K�}gy��Ӽ�b���Psam�H����d�?�O�`�0v��z�V�6�C�����񪾑_��U�?�����Il����Q�
�6�K)}[9�K��R ��r�ҝ~������Ε"���Im��"&(\�|"�r�eU3	6���(��SN��\�eS��:�
+��]2����F/��.�4>�Bf)4a��ш�}z�l�wk�$U_g2g�|�p�x�m߬
+:nL���W���)9���e8���L7Ԥ��
+�-�	�d��׶'��=�������]N9�iT�K%�j��G��Iqs2Ǧ^��[��E(lLLa�b�/1���C�g�7���w\��Vd��rR{��.��2K�=#�����S�w��c�"�4KYx0pUz������jf���bډ����$�QR�)���ML[�8�۵������_�;�ok9��{!����N�Fz���<��a�4���|<����]�Qe��Š��ͳ����ta��?KkHKi���½²�ᷟF��������w�Č�J��x������!k��n)q����w�n-��Ą����үX�Ѳ�2缴nm)��V�u�9\���,������*4\+��.�-�+�K�G�瘧]�]���)#!�������
j/ֆ/�qs�����u%JYN��V����(�S\1^9^������B�Y;O��NG5�r�#����r����1��`q��Ώ�ᖱv9����I5���OﳔW[:�Ց����Ӝ�R�N�W��c�s���/�&�Ǝ�-�fmcr
+��C��Š�L{H.����MT`Z�X�	���t��Ϲ����յSL��oW��R�t]J���N�NM��R����&m��(<���)w�!Q)N�r!�C�o}L�$��ځ
��(�(m�U6qC��4��Ĉ��hu���i�V�vSΣ�T3�
+h����Ssn����?���^�Uf�k��(�zQ�J��d@��7�����E`��!3��䞚s+9������ư�c`�wA����M�����������'2C���z�b7L-��I�$ib����"�VN��(	�xq�xU����q�?���Q�ש�i��f�N:�N��11��ѸG#qAx�;�I&��T���$�A@dq��e����\����\��*�R�{���I�p�OWDĤMJ;�:���:��|�����8�����X�3#V��%�x��{���F>�%��M�8�3$����m1�\��K0]`�o���g�H�KE�/��a���Ѱ�����a�W���a#��ȧi� bd�$W��10�Q���?��{u�
+t^��a��&�C���x�~�#Uq+�9��=C���@�v0F��Q��1�>�¹85Լ���ZYu�
�\@�y��������9n]�&�$mHs��F��!=%7j��S6NS��'��l�cʎ-��*b�[�q-�ȬJ�1\�-�jc&�ɯ�T�Mrr�,'�lr(�(�.I�><�Q�V���j�9a3���U�%�*�~�׹��*���ր�tC!J���UD:��'W��g[b�"�/2
+[Fcfnx��(�CbUa�GBl�,h0{?5a��F��5A#�,bA���������D��-�E^C�*��e���3�$A��iiy~-�����;��y:�ɺ��-�z0�~܄�tp�G
���k�.	D�2b� �M�dT��O��#x�����Y5�[:�, $�����	0O��a0AxEƈ�
rQ+d=�����?�����<BrM���]1��������%�ĺ�3de�;���]H�����;Rnr��u�+��;"Zt���gs����9�qw4!į<#^q���πߟ�.��Y�	;�1`�7�����pqtQ��
+�!��
������M��eq�ElCf�8by"sL�k�&˫��|zAS�®,�
+zrN�L�A�h����e=��O<U
��X�	�_��#ղ�<3P���O�T���Z�V��Tn�&��xūb�x5�j�ZPk}���Oî�,⎀�S
t^嚡�yTL\P˫
+h��~=R�5B������!��i���BgN%�΅>Gi7��z3�%j	�L)AYu~���.*h�(��S}�d�9���ƥ,���)5�c��x
a�	�"4G����3��=�9A�4}w�:v����?9'���W�Q��u�F�yï!�kr#��c&)i�3�'<���B��`�AҶ;B�nk����%so���G���)g��@����ט^��RF�"�>��l{h�lK!M�I(����m10�a�������YR�_2z������M1��:AK�<@R�s���H�o�^虡�����d9���ؼ��ם1�l
+��k��r?���w�"���Gʾ|��֯����X�G��㽙�1r�OE���D�<�����<ZY��8{�������d�*l���� lq�8��IFM�?:���3`@�=t,�.��P�r�j�n���t�-rj��O��@?�AE���6_�Y�k/<�_�c�!~hYJr�٥;�(W�^v_�<&�E˫�����K�AR�Y�M�:x��:\�~����m�����o��0�g��2$�5(���h�A܊��́y^�����O�P�c�/nS�R+�ΐ�^������Mn�4F����u��Y�Y$D��m�E�0�eA
��?�:�����{����u�xBTu4.�9x��u���G��÷�-�$R|���U�p�YnU��	�^��	|���㩾ۻc�Oj�0��b�mo�s�v74	��ޱ��;�f�t��=�����?;�H8�8@ui�F�TtQ��a�^0�k������􌊃w���z�S���Z^=:ϭ�(I7���9J���S�5��5ه��6Ȼ�%�TW�k������t\���jCH�GM+�-)�1�3��0���W��J��3n��8�(�5쪨Q�ꝅKRv��-C��xj�	�i`�h��ե7$̘]����f��`��Dw�Λ�˻�{��������|�h���g�"ձEQkH'������F���o@�^�z�}٭d��ֆ�a����\^bV�5��O�}9�#�����6')����+>%���()�9M���U�e����6E��/{�O�wwF88� ����/���94 5~
�8��T�=+YE�q�?KA���l���L����0|Ϡ��^�6ژk�9�RE)5Ŕ�92��	�PC՘c"� !�C�$J���޳�W���k��z��y~\����tv�8--�"!�������ER�,�o�S���w��O�_�E���^�׎�u�fe��VC4�ɩ����o���sm=�"��̊���.�՜�[{}X��|�����I���eb�U��3%r�$�B��
+��%���+l�����
��:ґ���7L	=�@,�E���y c7��./}a.�S�aqjz�OCM�ߛ5����«���$.�`��}K�:QPb��K-�k��{9ρ�'�!c�^�]P�'��`Y������<�?\s$c%nI����UD�0
+I�s�̇��$��r�gUu�gu�LU�J��G�(C�uM��(��Ɏ�
p߫������UZ�7ʈ6	���c?� ��T\u*+�1��~V7�}]jo:�}W�/&;����`��|��>@�����Vqu�y�p$%��'Ha�RR����kA�l�~'
+Z�MR��}�Ͼ���UUP����Y�u�n\�Е���x��8)��T�H�I�!�ouaܶ��+m����6��ӧٲ��Ҙ�m�RB�YTd���P�=Q���GZ�6k�,ՑNg�oƋ���D�CII������(�+�'2z�;��橜w,-yn�����Z�����~��dž�}����cd���\j�?X{�o�#�t�ُ��x_#���5�ig
+�C�C]��(gf8J�ӵ0��QV�M^���G���Vf]�Y��Z���ɒ���4g݇|��n����6�m��<STe_��rlJ����ȇ9/5<X��v�����+���ӓ��uسY6�2N���
+�S��2���䋪�`W��1��')��_tmmveu�F������LeƽA�k��$�틱oN����Ƥ;;�_���^/P�!F_ϕ%��U���s\�W��J����|i*
7b��HO���#�҅�@E��a"~���wǩ�����GS耓I���?dE�[�B��\(�_�o�g�I�qb��'��
uYn�z�*@zK�wa"o�e���Ѣ�9��lu���&��R򡊓vo�����%�-����&8����03j��&��VZa�>���Ws�o/4!=ĕ��"R���7K�ú��h�,��Ť�E����ٚ�l���f�e��q�m(��ձ�z0����'l������y�;WG�3����K�8-��z0ƈ6S#�"r�?����i��=�VCw����t�tE�}�{8A�ؤ�P�0�o�#�*��3To��;��x}0J�l	>�~����5߂���ݖs2�'�)��촭n��r+���s^j���w�ݶ{��'JJ��%<�M_��@��o��� C7�
�ou]��dM�3񗆗��c��:�� 61�=�7�	Xt(��X$=<�)M���.�عg�����AV=��[�?B��K���
ܖq7t0F�<�W�JB���[}��}iE��]�g-��<��Jc��� c/��
+f�f/>t��?X���"J��� ��dUنv���h�K����G�6���w�h��q�\h�����IV��.�E�N����v��@{�	A�T%q�V���<󥃾�bW
+8�cUi�8?;�UQ����rVV&��&#�ۦ��g3��zA�?ۍ|��?_���Oq2�����n?��YD�,�� s-����������yV�����h�����c//I6���D�f?�}��\$�2��p�6�Q۽����M�o��w�z�}�O8�,m���vq����^�2��\/V��'����pc;~U@
��!���Qw�Q�-8Ot��o�ڜ�+m#�$����ni��n��R����x_RV����?�Th`γ����tG}k�}MM�٪��1�y��=��g��3�Yo�=SQ_�	�6��n��<'	���Rs�I�Kx��2x(g�,~@x�	P�Biy���Q���7���an��}�<�H^����F�i�����r�3b���~_䧃+�ODy@���g�L��^�0<�N��v���,\��Rz]w#D�EQ0@d�E0�%�T\rCET��APT4�����s��G��'|�;��>�y�o���O2�O䌸�>J����"�%�X;�h��l����m��f8T؍���c���s��<ņ��#�8f)���8����'��<H���3,�ʄ��B0//�eJ�x~5'�_k�t�l{��Ӎ���[M�>g�y/m2L⅖��YA���W�[�>��K	U񑮓�\�(��j��ҳs4m�A~�=��m�c���ދMp��	j�]�H<(>�#�G�����؃Aj⭡�ݥFRfS�����A|����Q{G+F>����Xp�
��i�I�΢�y!£�,٥.�_6�ea�*D'7�8��9[�� @��BCN8���h���6g=�<FM��Q�˲���9�Y1ٮ`&�O�E��KB1/fq�q�K5D�h䰧$�DN�2���:����b�M�L��%�֣b���2������`~�Ӊ�����唨�%V�]MOm�&�s��w��)�g�G�u��{�Oz
+A��4w���ы�"���q�o�X��d�Q#7:����o~��@<:�:Wx��6��n?7�|�Wd��w�H�+�����k�M
+
+�����.uHL�չ�R���4�׏{z�O��DV����6���r�������Ix��^p�KYmD<����[GȑV#�C�U��p������\6C�7��GXF���Q�
+���o��B�Ov$�U���M
+.\^
w ��]�MwQr3�}*�����Ng���r��{�+�K
kU�c���{�@;�%��ۋ��E��+�|�83������������Evd��h���z�w�2���6��$+�����?�������Z�ǜ�8�v����@�]�I1[=���nf�����|VH�ʹ��#�Qg
+�LY	=� Fy�>�R.f�Q+b�lj��z����V®g*s��]C�呂�TS�C���K��+���FQ�16T'ƃ��Џ�e!7Zf��
+�$ż�+��y����Q�R]�|�ԈY�ކyN��9�_4<䵚7J����b/5����ז	V��Dy���xz�jgq�i��>Z�
+����w�[�O5u(��z�Ǽ�3-(�D��;2FZ9<�59��o����"��NPx	���>�	:������`��!�H�s̈́L��Pk��n��r����=�m�&��&'&8u�7S���km���2�y?����9n�v'�'-	҉���9!�S�|w�h������!�9�B8�N�Rss.f鰍n\�J��07�ˢb#��o��D^��s��fX�ȝ^���^�J/$�**S�F�q�y!�\%@���"�&�����m�ƨPǬ�w��n�NJ�v��W�
X�8+��v[�/j>��[Mu�\o��6S�F�i��r0T�/���6��k�c4؝�>J�]�G�u����9VYM�3ᎊ���^��M��:b@n�Ŵ�+b�MN�u����	K(aƶb�E1�G+�xjjq`S?;�t�C���/u����Z�l��౱
��Sb�����f(��.�g�L�aG�X���bITq4ł�4yo���L����b��:�BO����~z��0+���e:��ԳI6�|���mQĽZQ[�/��`��I��J��~Y�B\k9Y7zn�W�������Ɇ��Z�`�#Ṓ�|o�%��D�/4g<\o*�T&-;�X�jc�~n5
+�\�%�.s�.5�$�hA�v+�i�(�ǚ�0|�F7)�d���-%���(�Q�o��xwٻ$ύ.����ҠC9/����9#DG}�K�7��B�c�N
#˦����J�w�
+|�äh���̈́{>�%\�h�,3e��4�<�e�*O���F�
+vF�!J!�{��y$c'�Lr3�[\�Dd�4+��NW�q���
u��u��ņ
+�K��mؙ�"��{����!R��PY��7ې�ي	��ȉeE��
�m�O����8�T�L]��y�"�۲��R�ɴO��[Q�W��^��h�$l�"g.},���\MJ>�LEK���2D
+_k��V2R����xnIK"�@v�����$�'I��:�`����y3
��������ʓ����).����4����\Lv�i�dS֘l��%u�  J�%�(
+(EP���Q�A���"*,A�* �&����+���s{����~�6	���x@�MwW?�����.��M.1ja"�jz��-����1�|��g�������acS������轎If��35�`���3X��;X��#�g��%���e�~������n���
PR��E��t�g̳&�1Tq�/k+���
��?Y�'�
++lŠ���}T�B��6�0ie�:Bz#�e�4�M�����[�1u�F��Yac�2������i0lqݚ������XK��$!�p�V��^yG��Wt}w�:ѿD��N^��0qK���u�����������߷����-�:4tiu��bAQ9�P�-[7�W���Z\jP�EvJ�y�+�P�131��u`�Rq�Ʈ�D=��iD�n���x���y�H���s>'b����\���N�Z�53��]Ie�J2E�+y�?^�|a��nI��OMooE�ү�N�x]��Pq�E�wU�ʾ�G>����#:z�҃˹�<P>[a�o�&����a�v$UOce�CZb����.�Ѐ�fJ�o~1r��8��}�R6e��M�اl+�%�9�(�Y{�>�jo����T����|կmɋ؅��9*�����\S~l���R�%�[����`�&�����nE������w2*4λ@���=��^D
��s[Gㅝ����k�k���2ǀ�o
V���8�в�5ff7^����Pac�[����v������mt�{�.훽_�mS�{��E=��^@����
+%��q�"lzT!&�U<tDϬ���׹1��r\�Wé�n���&F�Kژ�a3�?>=�W%�VIΌ���u.ѧgU�Y�c��9Jx������L�8:	��{{S�7�S-�
+��B[�m�����x�[�M�:��[���@i��$*ӳ��=b�tʩ���'Q�W��;�~S�s������?ϒs�8�e�r�g<䗕T���I��IG}�ґ!=��`�l���_o�n���um��^�;[s��Rۧ�{jF�-�0Aǁ�M�R�sonN`S'�[Z.��[J�����1�+\|��l8Ѡ��������#b1�K쏇3�P�$.�d�⫑�h[a�9|�[��ޫ�@B:.ƧfY�[��T��Q�U�`Q3�us�f֥&�6���룋aw<�}e�\���WyoGR�2�W>���[�`�����Y}<�m��wH�O]
+�D�Yԉ�|Jf�C�Ms��`���FjqXO��2�J^�-y��]�iI��*�Xf�wg��a��2�[��V��4*�d�>�x���H��m01~ �y��3-	5 �Һ�����ʎ�_�, T<���H6qw�,�-��V�O�t�k�bF��&���T��\+����;���:'���d��4QJN��%>=���ƥL�*�Ȍk^���>�t��'�9����/Ł�V`W���/*zy޳��k�f���F=F�p�j�6�h����dI�}���]��r��o�G!��rS���t���3���`�,�C��h�c��UvKZX6L�J��	��f�gh��Q6�k<��y�|
+:7p�A5ұ1Q�\f���R����]�C�Jn����!�h���2
+�����_8�Q�ыItNS�^��uOƀ���?4��)������K�s��s�&A�g�R��+�M5����'Rb��`���v�=��E��p����KQ��ICh�U���m�`d�9�t�!�D���h��RK��:�b�������GӬb�aX�?�.�v��t<NJ��Pw�������Q�c���z������X�Ό@�s�*L��,:ţo)Y;�CV1`��:�/��|��3C�P@�Ns� no��5Ԋ����7�	2 �H�^5����}ڶB�����E�u>�30��K��]����)m�q�I��2�!���y���.t,%��-B�}����`ݣÑ�T�<������p��9�".��0�.6��K��ǯ%�,�^�L�^������~g{���'J�*E��5JK�洨}��+V+!C��65"�*1B��U	b��8�=����O������\�s���ܯ�}���6�s��Y���ݙ���ځv�k������;=�K�������	"�z�G�Y�e�5� 9�`��&X)j�6
+>�a�-��BQ���
+���'�Y�s��s%��TU����{�k�(���P�'T��u��r�[t2R�r8����9\?�[����u#a{3D��$���P�^S�~�m�>��Ȣ�s��B߬��?�E
wB�n�!(
+���d��.�:�d�z9!�h�q<C�9��a��
+xFMU�Z��TIN<��L�^h�=S4���[]���*:�2��SãyO1�=�JQv=X��$g�k��9��$���c��C����L��sut�\T��N��K��d��81�Κ��z�'Q^��Py��
v�W�<��n�2C����Jؕ���//�U�ntQ#/ZZ��j�G`߹]U�A��JR��1^�	N�NOmƊ�
+�i�
+�n�v�f��K��y�8���"{�HE��Q>�p�<�b��y5'dU�1�BC����(�^���u����]o]�N;;��[������s�z�ɛ�֯›!|����{1&.���b}�*
+��2��N�2|�m0j�����]8p_H1.�K�:�o���>�t�,�r�y3�A�����M�`}�8��k��k騟����:�}0�nS���6�E��YN�a��<��_�k��j!�j�Wb%G�ˊ?\M�����)AQgY�y?!�f��s;.m�U���]O���I�~�Iv���y�V'�Pr�Ε�����Zåޯq)�3��� �n��~�qo��ЂC�JK34��G�5�����qI�n'5���-o��{�E����ǣ��q5�.�Qs�����%����ֺ~|ȍ���7#����U�Q��H:�;��9ro����cU|����}��J�Zo'�lv�=־ =�d�~w[��_�6�?;M#Gӕ������%	�z�c�n������'�ǪZsޮw�=�#"��֊��m�
+A�a����j[߯�/�?W�;�gJ�7���~��t?]$"�5T�9���/M����g?�RP�bT�#r|���� H�>@�[��K�
+j
+8X>���ChI���P�d��[��_����EV����;�N��h"{�	o�j�N2r�3IҜ��DDB��pH2�!?e!�|@���A��+��|g�^���FHy5/�����SN�jp�>Z���f�gm�
+�g%X?��EJ.{�X�}�IM3���2)����M��QPZ|�i��'H�����p{
��� 2<�Ŏ�&�D.Ɵ�6r�gD��~z�
+��1G�X1^Mr�'�������a�y����i��
+0�zm�����9�T�E?cc\�Z������Ѳ)W�U���5Y��|S��A�,���w�8YS��W�\����[#�X�>v'>�G��B����&QA���`(5:𡶅�p��&_�9$�j-g_AM4L�
rB0؛b��x��PM+@!���y�W"���1�q�f��� W����hR�i+����rCu�ת�R��O�y>��3��D��G�]�/T�\mOlQ�q\i$�-�W��X�|!���gVhFM
+{�J����M#\_C2|>@+O���aF�JH�PK�9�����v�	���r��f�j7�_!)q�"d[�*)ޠW�Ey�Ъt�y����'��{��Z@��V@~�ᤰ0��V��?=WlT���C�>��D���j�����x̒	Fҙ�2�z��=_����~�Y0ׄ��%;�d�Y��%>!ŇX��c�_NV'��	��uC��t�����G��xhp�p��p�$�|(�k����>zn/m�'k+�����0�>�Z��@^���4�zI��t�a�.Wٸ�1r��(7Y)Ǝ�1��HyBl&���n���Dz��^uRa^@^���x�>�?���;P3 �=��H*��Z{ŧ��������~���l�˘�Μ���	R��� WW����loD�8���3�G���l���-�?��s\�Ig{�"��(���Ȣ����;������*n(��,.MWM��M+��v5�|U:�zMwj���g��yz����,�w�t�>4�B�4)g.��lͦڟ���O�y�4
+ƿ�J��RN���5
+�0bj��A��6p���xЈDp�b!���7�4��Ou��7���Jɉ�:��Mt��|��>�k,[���gTm~}5\gA�3'y��
+.�
+	�� {z��F�ɉc��"곛-q�)�ޭ�	>oh�.t�ok���wE-��S�&��w#O��\(I��1�d`Q�I&���7x����9.q�aw��i?F�����p����Q=zt|��>]щ�f��7�2��(�]�_�V�(��q�
Qt4�N�P"	X�@����Ѽ
+>���S�)��[e�6�l_��_����֌�;3��+í�����J���`
+�Y��Br0����@�����f�Q���Tt�5G<u6D��+���bP�����'V��CS�۵����=9ێΘUsG����v�^#����$.&�A��F�K�O��?�w7�E9��\�׋�������G��	M�-};eT��5�(�kjp��rl:��	 ���؆Qh����+��:Ҍ�3|{�'�xA��m_�����:[i}�:ٶ��v�9�nG�����M!)�t�aj���
e����8H�G�y &4(�'`
+8,loy������>�w��/~����uts���)��C��&yȬNh��h����ǁLR�b �B*:'uf\������N��	2�b�#W�}S.�}>��9��/=�;T��U��>��dP0'��	���Ie����*^��B="��xtdDDC4�	ADAz1�t�t(�a���5�u�mj��54�u��G-	�[�5g��'��Js���-�ER��� %"�.�Ę�~��Eeŗ��L(JLu+��qM���y��˦^z��]��՝s4���r�/�5�_2jC��2b�(Sq%$��P�����_����@H�`����"�X1���d��p=�ێ�Ɵ/GM�y3:���Y���$���+ޞj�ښ���6�,7W����e:PP�)�(��=�(޾��;.(BiA�b�ACv�{wE��To��]K��_���u؎���^-�E���YsmA]�"\NB$0� ��&�K!x�\� 
+e�H��g>Ґ	,F4�e��ee��.�������'c��/��/�c6'�>�;����FU�c�RO��[�ac�x�M"pBB��_47b���,O����!ٺ�Ƽ��!|:[�<�7\����ٌ�5�5o�o�5��g����u�T��~��ު�V�TN^1M�l:~�x��0p�>k��9�����>s�.�8'O�'4;+���yc�ˮ�.
y�.�ѩa�j-�A���V�F�K}t5���r	�PYɼ�R&�O�j�\=���v��=��bo��q�f8[w��Y����WT��]
�����3߬�ꑶS;$���Z|j<b��ˁ�e�B|UcN�-x:c�9Z,��an���|~4�z��4�+*)#�R�
���a5&ϛ���}��uu@�P�K�fC8�N&	�[���n��L��*7YY��Y�~߬���eݛ�_<2˾m��?���/&�ڬ������6�������R[�-`��A���a�@�&AqR6^Q/��۵��ac���Qxr�i�ܚ�:_���^�G:/�t�_���7��[���U���7�
���Ja�����2��K�bC8P�#ƪ+[��#�o��M�;���-}���c��3�?OlsM�<�V����1�,
�G���	�]���Փ�W��+�H�����l(�BIz��DX���ad��Cg��tΙk�������[��5S��-%���`��#G���H������.&���u��U�_�(������x\�XJ-+-#֖J���6�B�d�	�g�)��uG��¿ތO�<����C��������w;v��1�ѫ�i��{����Bh,������� (
+�T�J�]+�pY����L��J�8�L�t�􇙞��������L����f3jb'&nmԸ����.� �"�� �,���"�,"�f���ɟ2�?�_�z����>�l�v.����� *U��9�x_F�m0:��[&>��:��'�U
�԰�93*�6)��������%�,W�bH�8���g:炈)'{s������2֧e?�ώ��ǦMQrOǍs�-�Lz���t��&�W�'d`�ȅ�)�%e�~��%��:��iX�:��H�uvOr]0ߔO�ו���->��A1˕={y����!��@��}l�^�v���Ta���H�5�P�ĆbW=B���썬->N�rF��"l� z�h���N�ڹ���՝v���@��1�>q�d}V����jS,zd�^�N9%�<̛�;������X��:o&��%.7�AJ„xl%�xw9�����]��Q�4��勄���["m���V���۲��.��A�-zS��PT
+,)��em��ܬ���W���O�l�I�á��ܱJ{`P�:�/Ǟ��H/V<��wR�w.�_
+���p/aVCy�R��7�!��W�G��jH$��x��!�A�G&J��?���Q���ے�Y/��Sn=������@�l�B=X�'��iq+�n��ן�		?���F�����;��?J�����]LE{J�Y؃!=�����Ăf�d�oʣ��=�7��C�Im�kƬ��.���͑Y��9���O>��=q���x�;��V�_�ԡj��) �ᒏO=qr1Q����:Xt��K=v
pޒ�"{k߾r!j��Č��=�5�m��sv>����5����^����zP�+y��"�^�n��'w;d�_�'��C��.5k!�8��}��'<.�(�N�`���!���ř��P��+�fPc�ʵͨx)���g����]\۩�퓔ea�u���y$�*���.{�y�8��S'�N���5Y�,�
+K�
+�sj��sv	����ʫ��b�����6�3mQq�Гܓ���K�&h"�EV��fn�`'��.,�]5����F�͞�xY�'k��
+NfL�h�#dּ"N��[�x�ҼS� ��L�̤�3�#g����{�Np&�	��u���s�V;Z2��<:�}E�:Vr�?I��(���cq��#�a>��j�a�Fʻ�r�Ѭ����'��ݡvČ�H�*�g``�b.��*�ޟB���A�e�E*���K>�-�;�q�?E��>��U�9_q3�sV��C:�-8��47�DtƐM8��C1;s,i�b�xY�mF�ʂ�8҈WZ�@3&]˻oP��aԻ��zؘ��OL����[����e+�[��!��g�콀�mG�ɜϺ�̌W����}3�ph&�5�bUӅ��gڋ֙�όs�%;m��qu��y�sj��1M}��~}3���k@��S'��OI��ݺ_$yL�|�^f��G*���>>i�n��~�v~Tp`�S��bdIoS���;Ș_���0$hxtt�L��1����эћ�(,��%?H��!^%��׃���_v���9ݙ��@��*��vY�({U���5UvPzsfrWT5u��A���&o��ndM���bw�C���J�����9Ss�~l�s�
+k�VPe����(�sd�gY+�酓2��o���_\G%�FP�Yq�Y+�'g��un��s�O�.�8sQc�����%�72mͫ�U�
+u�q��g��c����}��P�R|�WF(؅t�!�e�G����ġ��x[T���7q���.<�P7w���k^!���n!��0�Ό�]+�A+A�C����p���M	fN�|h
�B�EF}w���h�����K�g��̵�<����F+NL�u�N��
+��3e�zS�[G˖|pI[ȵ�T���y'���fj~.�aާE�?' I���5�ı��u+�8Z�I��^�X+�e��l�Řz����'����ٔ��2��co����.�lL# Y�F$���).ӧ��4������tOM'���T'�e*ɤ����$F�����aQ��"Ȯ�K���F�"�움H�}�lb���d�|���[�9�s�'�L�����_��e_(;��E'�Su^ϸh��K�*�M��YqO��%��<�v.>ed4�w_(:.�v�`�ݻ�0p/��h����̞P�?��+썾�� ��t���$l�3�؄��xD��Ĕ\���S��g�Km��ʾ�����l
���lc
��m��6�������w�޸���%�G���|=�c4����C
�޳Bx33��]�x�`Br���x
�CZR��H�ӛ�&V{�@~T�*v�4�x�A!�>��3c�����仨UD���Ș{'����x��VX���t(}�0�	�y^G��Pg�:1Sr	9083�&V+�-����-sM��Z�<�RQ
�a@��*�?������.�_(-y�r��(��}��-I�5m�z*⣃eL��l&��N��Ĥ��z���)�"?*Y�ԄNB4�Ъ���-���%ŒI0�F��F4Զ�¥�b(��7�{�}v+�
G
bR�D{7�&���a
�*���Ӛ4P�g�� �%��L*a�,���cZ&2��U��r��y#a�5�ߠ��}���Y&f�u��Yˆ�}q��kJ}�:�>�tS=W�������;2U�
+.Zw�E�+:���w��I�x�T��|RP�G%l2I�,F�|2��T�-�}�ј����	`�0)n�#�6Z[��Ɣ������p�DU8����שO��ajy��/l3{�6:���k��:����-�ð����_�@��JZ�/��?�71`U��E�@�
�n���;#�	�0܅��)��f���9;�)k�w�p��j�;n$��
�yDGx1Q��&Jc�B��9٘�g���R�$f�mbN�-�Jnv�Ni��#/�0n��,���`g�L[D��UF]B��=�BԜ���q��
+�]���pc��H�����97�����2�#�sZ��0���I_���#O��=�*ebu]܁�
��]2��Ix�m>#��;��7��ɴB��:�u��S�A��5@=����~6�w��}����ɰ��'՜]$ .����2��-�nl����L��݉����Z'�*�m�ĭ��I�A�E��l�Jv*��`c\��^k�����}�m��8�	Dz.!��ԇuԺ���[im�=�J���\�'�Yu
_� ��)�j�<
+)^�ܟo�WX����A�
+zGJ�E����5b_AC�6=�M>&m�
DtP�7�����k��B�+2�BZz}@MF�7!��Q��A��$��Q�1&/��/J6Rl�TF5��A�����2�����(��)'�Odl<|
+�:e���Rv�ʉ��s�ebw�-��&SvfW�4��m\G�I�lɀ9���i��FY_M~gJ�v�M�@wJX�0a�@uXK@��<�籑�RUD
u��%����2q�, %��Ȁw;���uJzݙ��ؚ/������U���I��Aֵ���J�<���R�d3G^H�D~���>�es_��_ų�6��`�e���Vp���h�R
[��'N�X�"��R��!<pL ϭ�gJF;`
yC�z�$k��43�'��G�h���6>�h��J9�y��bt���������O�llT�������}����˧E7DJ��:�`a}�&�&�Rvv�/��,F���|����N����H;yԸ���.>�dO((�
+�����gT�ݵ�o+�M���o����_�B]�>�Xt�P�|#s�`�!�ٝ魔mL����Y+��q0�5\e�(��g^V|�!"��$�硳fSZE}�C]M�-&լ�}��ot�_��׿K���orz���;�ʞk{��k���徟��%��-Z�B��_�_��/W="!�����
+�B�{�W���߶פ���;�#˃O��'�W�+;�\cm�t�6��m�.�DW�լ�|uW͵?/
<���cz%m&d�PoL�G�[��՘J��c&
l`/me�H)�Y��).����W�EOM�$5���J��'��t'ڝD'j�8��=�� .� �"�	��DM���"���	n�����&5U�S��չ9�9�=���[Ѣ��VṧK]�Q
�1�[�i��[H��.�)��w�4����Z�S�ʜD�i���:��0���-v=�j����%A=��K(��i=�42��5/m�[!ef������v�ɰs%
f�Y���5��T���I+��
t�Քư��*rr%�uyd��J�@NM‘�e|6�/{մj��
+=_���_�%�A�]��褰��P�Q)�ebZ!���|j̭"��5D�"�ߩX��c�����`�2����E^UO�s��G�.�ʱ�	(Hae��\�h��gj���2|�S�~5��G2:�ڔw�h��xm�����#zV_@C����kA!����c:�腌V�3����Ix�E���{�w:��س�-(��OV0�v��W���˓AN�BA���w����n{vy@��|¡�u����9n��ŀ�_�D3ק™���c��$������&./n��<V��ȘK�{mcPFZ�K�)<��z�V��Vi��i^C@=3ՍF>=�e�CZf�ON�ə�I����X��`I��|�+ӽҕe��g�M�/�a7=vl�jM�=ٶit�K6�p+Q�-&���&����4�İ�ϖ�5���!�U�Η^�γ�+�
+�2�w=�O"�6?�ֽ@�v/�ˌ��;���[�A�_��M�aM�ʉ�n)���Pk&����x5y�E�C���v����rT��R�������z^��P�:Q�O�mr�g�=1�*���ulȰϗ}g��y:�� �bvz�<��
+>?�h�2�Hi�;��7�����U\>�J���JܒA����*r;�;Lq���O��-�ֻ����_OW`)#�7�c��r��8�}h��pmb���AJ�v�,�y�;˾����Q.��p�Zl	/}��R�����Y����e��簊��3������v�*���q�P\�Mx

�|�)r�v業|�gł��Ͼ��³�9Yj�8\l{ܡ����,]��a�ա`<}��u}�>e�K�	�0�q�28�[��	l`������3�z#r�s��T���/�
+���R%j�蹤sp~�
+=��
+'R��K�MR��&��!���snx�����H)��K]�>��I�]қ��"�$�Lj�J���xXTO�'�HmW�ԞO6:.�K����<��t�	�!� >������ؗ6�[��X��~%�2����-�|�:�(�g�.��
��r��M�k	P��X�XŽ:�`!A��|�g��C�������xX7��jm	#���7U�R�bk�a���Ed�m���g�ܵ�~���{x�[ҝ�Pj���3��2��J��wi�i���|��b!gT��ZON������\�A
I�xu4<
+�%���ն䣃w���'��׹���2-~�#�T�$�2�\��b�#�d��Aݷ2����k�<��+Q�?`����a �mZgX
��b��, ��&�I
���hDd�4��;RzC�}}�6�� ���Hާu��Pl�D�wJp��'�U:��+�W�;�p�)��l��g��(Xm�7�9��a�z����F~٭�&*Ͽ�|�v=�21	������������_ѕ���x���,:X�>�N}o[h�ɧ�6\l�������aN��f:���BG���ƛ�������mo�%���E�1Ð�|�Vm!��
7�kn)/�,!f|m���r�u��p�
+�Է��9Đ�
+��qe�,Lz�MH�����w}����D%���)3�;��5$��
+�!s�uw�s
w�;�ʀ���/!�5BQ`�\ᕓ*���b�2��I��m�»��|��GMY��q�`_�4�	���.�����&��B5��7L�����VQ�O�O�Z2B�>HD�{�Zk�6�Jn�OA�^�3)�Ǣ٘��P��ZB�[�WjS�ƀS�X�n�<�/{�?3qI<	�!Vy�ز	*'n�qS�3��h<~$��
+f��R3���—o��q%��S\�oI�k��L3�ƙ:��i�l/�rM˲l�4EQPTTd�E��-wS33�EA�E��EQ���:�����y{�z���s�HP�����r����?����p��iv1�S{�sg�};�
+rv��lՂL��닽�m#��&�'����myA�j�`���9I�r����\����r<�G&���E!%��^����8��RR��:vy�,l�
vmi�_9� z�3�
+6n]�k�)�ihͻfj/�kh�^3�@�/���LԲ���0Xd��,�ۚ �Ǫ�,��
+q	�&�o����e^�����}���C=�z���)�xj�μ&$�8g@E-T>1�!l�Xp���c[�D,��cDD��Lp�Oh�Ytus����&$v�S�/�V$~��<2r�l<�ؚ�-zi����ߚ���:0Ҫ�3�.A�TթҲ�MQ�k�����r�����ܜ�>=�{����`�EX��X�y�)ĥ�D����ԁohذX����|����A���tX��
�t���d�Jh�ܸ?S2c7�i�}cS��p^��)墹�צu4Ǣ�8�!V��.��K�����r��ВsE[��u]��+]�ۇ*J�lu���3����Wx^}}�ʧ�p� �Ϟ�����U������D":�&#BO����Ngi�;򊄭1�S��$
+���F�m�w�h9�F��@Y�Q�Բ�.��q�����2�xs�&-�����5�{`�X���e��\�r�~0G��G�~sa��g�����D���6N���j���rh��3��~��Zĭ�湦�~k�Ȯ���]�t��}�����,��4�P�#<�M�+"��(����̧a�l�1�bR�b?2D'(������dC#8��
+����SpS�Yc쌣f�l���jYHMu)�U>]�p�V}�@Ý,ҩ�9|Ѻ�4rS�K�ձ�K������awd|�O�%�Ȉ  7'���O����>N�����<X�K�,����K����oK�_�roi�����G���8歹�0��$j��4j��,v�־�6�6^�n�rOͭ��,ͽ^]}�����B_����M�K!�rj�nlE�]$&z��r��je�L�G�iG&�`qC����/T���xLΎ>7�\�ʯ���:��wUD��K���8.:�1\�'����`S��6t���l��E����F����L�KA�[����阸Ӆ�����Q
+�Zv힆Z� ������;/�m�ċE��◁�����^��1�1R�[��b3�C;K����$�*x\������;�>���Py���{`dSv4�*u7���!=���\Jі�b�f��J��8f�,��T:Fɸ�G�2JHz�}���U���>�>�	�O��qY{:L��uf���F�M^��|]�;�fR�����!p��hq��(<�oj`�u<�}�u���.�d�*�7~��
V&��&�g�C~���8��,,#���*���\=٫#�|A��Э��ԙ�|����S�ON������əns�o��p���z���>�u��uK/�[W��k ��J*���R����x���u�������X��V��jo�������\��S��s��I�!�'چ���ˣ�5�]DH�ľp��fz`��)2f[VM-\���7�"����ђ�FL�[_���۟�J���Y��"�ź�h�Z�u�������uH�_Zr�����`�)���
�$��q0�.�#!�e��^ߜ~I�|{^NK��>Xl�VF��nH�N%�����(y���D�Xq�LG�
�.����}4+l+�}��sJ�nY-dG8UA���$��WFl�H�	���'T�MJβ�Ҳ�<�u%3�/#���8t��zI\�b�z�0���@�L6d�����qǀN�L쾁E0�?�uB�O���E^�蕍D��(2fS8\^l�pv�L�SA��h�~��eK�I\�+���@���C�k�[P�������Q)�_'o+�J��h]sFP;��.$�W%=
��Uq�3���}Ș]M=�ol ~_�6���ZJ�K����)�,��Փ��I'�'�Lǎ���1�f+5�$.q��B�Ed}� v�o�DĄ(����A@Q�MP�����#s�ëWu�n����w��x��~5��3G,:T0�b�KF7���̓�1D�x��o;�n#(K�`�+�n`w牯+��������ȁ5r�_�Z�^��k�93j�r�,���*똆�r�hΏ�x�V=��=X�!b\��"	���̨�0��B�m�G&�e
���\�&{
+�xʺt����Y�Ι�d��%�A=5C��F�
���U���a�=%�t`��Zǵap����>#����灕N���֙�\P�Ƕ��E�Q�#fY��l9��HC�o�+(Hݯ��;+�Z�&uWNk<^rw�H�_ƫ�鞆��;[�b���
+�:Ύ��p�P�	�W3P`�2p)a#��3���tLґx#��_���E`�f�`�Cz特_5�N�n�*�7O���g�EY�IR����'���5O-�1K.}�x}e�Uu�6��3K뛣�U]
-��.�g�/�=�erOO�|�����W��Jru��
��\�5��4
+|3XR��ڎJ�|c�k�1y_���3G�]�F�X���1�\��6�������hC�����̒{ߨx�7w�#(�O��Ϳ������2VR*���L�xy���u)#�RP�R���މ������X�n��K�Ni��+�>��BQ3�s�T2.�e�����!�>��^�;*��*�<��v��('~���+�軰k#����+��Dqg���Wׁ��٩��iu�;����oC��zr��:�#C�� l0p1��׫`��R}�Է�5�#��ئ��X��Yq����Lb���J0��t:��w�Bk��홦��w�wL��?Y�j~<P4>93w�B:og�	?R�Zbf����`0�ޅ6�~�p���È�=yG�O5&��=�O��w�_F�/�0�]�f�y
*�엵���=�YmE���#�>3�O�!���TӷUx��iƱ���¸��ޑ#ӨloU(�]��=1�M�tPש����Q6�5S��'kx��x�o`w�G{=�B���?\���~jɜ!��	+\�i�,��Z��Л��,��#!�	���tS�k
+�����������ڵц��O�O�mߑ�
+�2��y|�g�-{_M,>ҳۃ�!Q�0*�$1ˠ����=�������A��P���L��Z/�#��O2,#�$�pӝuA嵭��'i[�e
+�b�>sI�����ĭw|��@�϶d�f�a��<б�D�lT`U��P�{�\|�"��:*rw_���ʣf����G>Ts�5�o-�ɡ�L]-�m9�Ɇ�_��L��\�a���0'��K|�B����Vzu�vW=\�������W��;G�Y�5���ozg�7'�I���x�GXR��^ґ�)��k�\x��s"z�3s��&-��5yU������JK�o��/��ë�����%�-x�,:����.�&�=��=��ڜ%�M�s.G�o�h!-�v�ava���R�tS����u�nq%��?��<3�N�s<����t꾂��Y�S�c��,���i���2���1ޏ�˂�����*�d��J����K�7�����ˊٸ��_P����k�j>wo�S��Q���"�4*uG�{�c���_xfZ����l{��#1ϩ�����=\nh�Pt�b6��m	�`�}�C�d�ͨ�I��{�L���c�*�<Zu�-m�<�u��=���$�U?���'�l~��z�#k,�Wښa��_��pJ�_�=#�i��e!&ۿ1�!j�(H��-�ԇv	�0��l�y쐡����yR�Gڑ�+��oM�S���76G+n�x/���+�"\����"j�S
+KpHpYG*J퉉�>�P1+���w��a���wl�8�͝Y�#��~����J��o��T����j��=)�(��q���?
�\P�r����{e�2��x�V}�CW�5ǧ�죕nrP�M	�Sj#z2bOz�B�{	j�*�g��l�(E�%J͑�B�^��&
sn���}`��І�'����+�<
�sv����ٙL�9��I�$3qܴ�� i��Ŏ�""�t�){NJFAD�.zŒ���Oٛ���������|�l,iK�,rt�X�W7A|��!�*�P�yz�
+В:A�����a���!��K=MЋs��+6q��{F�Z�𠏐�♤T�5ݤ�Y���dVt��W5�=4��ƍ�V�
+�=�NF7蘙R7�ˣƎ��F)��$Z�Ξ�X�7���L������2�
+�?��(���E�t{���� _ܙĽ��u�v����:`;Ӹ���;;�<�#�4�y��פ������L���<2RK�o�-�`	�Ư����g���:4�����v�ۇ+o�rS4��o����������t��OnϽ|�[��j�c:Vs��B����+�^����,9�;f��6�m��m����k櫯G���e�1��Pp�魔/��5��.j{D��lGQ�n�U���w�!��]8�������	�Q�T��߁{��|p�w���pQ�U�C�
+x�{���'m< f�Q�&�|l�.�/��i��?u���)�#�4�Vv�(���q����f�(f���jr�H��ubED�V�S���q� g�7�kHuȐw���M��랁�4�$&cw���_'>��=���Yؤs;}l逃�:?�'��`ψ�����m��S��8�������Q�c ���f�(����7�PT
��{���U��ƭ�,�ly[!�X@/��`�'�����kO�QL/�����
+�ԯ&x��9
��=G*4�"��-1Z�"Y�Hk��OC+M��rk��xb�Gf!;�)�ō\�U(>��'V�� ��S�v���)�sMw���ٿ�-���_L
+��L��z��8i���ZA��yA��jA�u�T����3��*[�y��̨��|����˓��$��`���Z8�S'Gp��%���M��J`�V�7k(�Y�	��\u��P	=�2�e��O�[��l�W=��l��ٸ��J]�Ԥ��@���(a�2�N��ȕ�����y��8�'�]Byh�
+�iȥAs����|����}5��9��$fb�ݒ��Kݓ�ko�C��w]�[D�쪈E�<��)F�'`���}5
�_e �f���s����u=��<���V�3��~��2j�	9�	�#�02�3���/sQ*).�V�a{�8����6���f�O�)�C_5��W�<��+��to/
+t�Mw��.ܩ]6yj��VLYH[yOɺ�����w�⃋׽��,�):_�x�s{��/�t쓛I���[o�s�5�-2�"*�9��N�=�O]��H�O�w�"~IZx`i}��L��V�
+���i�~����3Hx����q�
�~�5�~U�?9o���*���,�t�=�0��,��u�uZ�E Jڥ�Ėx n�Om�;�&�&�N�0��\zh�O���-�B�g����6ܐ4<����1� @�� ���T�,?�1Pucg���d��b��
6.�H.�𨞍k�y!M[�o	�K��DE������L��@C�������j+��DF�i�c�ܢa>l1�G�l|p�Q󙟣�pC*�
+ȶ�6�����P��������'YC�e{O�;G�p��ǰY��7W��
+/Sj�|��xW�(�$eUڔ�
+�a}�Ii:���f<��Ea#6�q	���xK I������OX�
&���]p��	�=�"�2�|ߥ V��߫���v�O��6	�St��K�����(�$��T�=;����>�H�O �w��/c�&�gp���3�L�q�~�5�"��7�UgN�<jd�@��8�7�	��k���}l�Gu̖��X�EA�=թ�IԿBoL�y�=-��>����#�x,b�vD�\�_�@�A��D�覴/�!�iYuQ��l��,�҈���^`�8�\��,�xo�RfnyD/��ջ�'�������l_�y�=Քi���_&��x����Kک�[\%�
�����]uK�k�6#�%TZ���iN���yp�|t�h��̄LX�:�v�<��-K���	@��y�Ƞq�X�s��Oqy}���a|��ݝ�̤�9i�L4��h��c��b�(��ҥw� h4v�"*"���XD)"�����)���{��^��y?�������E&��`���c��5�OE�1��Ś$�;�Afv:柳&��eq�=���$	ty������QQ=�ۇȠ����]�a�k�쨭k<hK�:�7�x�6mWEi;Kc�"�.�;Xi��iE��{��o��U���!8�M��Q��KwMZ`�R�_$��Ee}��0�A�~u��末�tGI/�v��\W�q���=7�x�R�_�	�;Б _NuH'�����5��&)�Ԙ5�H��
������`ü�B��#��}�wNT���������g�3LL�q�y�5H��)[0�1��9A���NX�]���ƾ��X��D��c�|rI@�'GM��3kk���N
�p�U*¿B��솓ͮ�U�1`j㹦q���/K��A�hm���	_xG/m�pO
+���
�
+R֥�KjڻƖ�k{�䈑MZ�Jn��8��#�RI� �G����v����CM�������8sJ�"�^M���2�5�!�3Ә��RˁlD\�?"e_�E�٦����������Pv99cWA�:t��b"�IJ�j�0dl�L|r��.	�޶*$�8��fw����`V-�"�f��������������V|���=M����~�jˣf)��o�Zy܈��>Z%�yg��(�$j
+���=����У
�G˂��<��Gb)�ߟ�՜��&4b�[>�����#�'utC�2��/~����N�Cc�Mj�U��������%o��=t�U��Zr/j�����ko�?���zӫ$��L�R7>"��ȇ۲�'�)�#�,���D�,
>HϼX�"��W74�]��ͧ����&�O�s����凋t�w���h|���~�bAb�]�7�g��(|�Ӻ�w�$�6� �c�w�P�����4-5F�̺��K1�ֿ�br.�{x���~�e��F|qH���U�=���&�i�S��v�D��ꙵ���	��U��F[ˉ����x�y��ɖ�\ j|��4�`k����$mtCn��s��0~�ЍJ:�^��2�����*����%Z��YN�W��ާa���Ē���Y�+���VD��2�t��׺�Д-8yo�4����gי�>����Ń_�4TԌ+
hqy���C�,�Gٔ�%$��YE�-C��;�B�؝��UFɌ�d����<ͭ~��}pɹe�qbJ�d�
��LE��X��GO���	S���g�Nپ���մ����?P4fy'��Γ*����kޚ���G(i�1b��4)wO�,�,#������%Z�|���p�S\K�VN��tlX�����M0�Dk#�l}!ŧ�hv�ra*�vwmօ�ڔm�~	j0��t������_T�ʜ���1���4�27�9�|���6�h�G������"5����.�� �E�aGk��[N���if����8��q;��kK������%>�	>#}d��&&·L��Я�E��Zq}s�*��ړ�^�C�[��׺1�#\X"3��'{3�mG��%a�%�`]ܶ�6��F�����vƪ��Pp��dI� 7�
Ë���S{kG�"d�[s����\�~���Pֲk��r��y�~���.��N�u���dVXz�I&	��[�Iq�꒜#��d�4���9�L\��b��W�H�����>�e�fY��5�l]�8X$�<s���*4�H.���K��)�t��}�^�-G��*��۪��nb�u��k����G>2t��h8y�Y\ռ>?�ϻm�F&��Jb!I7�s
ԥ��u|��.ss��;O؟�=�S}x�_��l���6�N�O�⩅�?�0�gv�7;�_��2�X�["Ǝ��
��{96rp�z*t_Y�j�|�m]�,ý��S�rnq�NI�S�J�X�	S��{@�k��C�8�Ĵm9���c�ZX�SݠՅ-t��£쯲���y_\B�c��SA!]��M �?����v���={&���I'N��D��$�1�Q��*6)ҋTDc'6��&"�"6T� ��drv���!������{�y��ޏ}�:N�H
[l΋�D���%�:fլ�,bYB�w+`�Y"d����]qs�ء@%�.-��5��if�[���.
+yN5�=s���l�CɄ:�\�/�M9�}-sUR�BN_�E�_�D��,�|v��t��X�d�S�=�֡ C�5\�[�'�_�Q���jZ�YV��U��4�Ou-
+Ŏy*�1O��,���,�C�F�.��~����蜍��h���_��_,��o6�Ŀ�"�X����#G�ܙ�k����s�?ͯ�����.�Iz�RT��^4�����k.9�rk��3��ݕՁf�o�J�)ש���MRr���)����q6=�&�zW�~`����~���2wU-ty�^���M�g�5����~l���Hdž^3��o�ԧn�Ѳ���׺Pi���O�[�K_,�e��6D_5�UF��8�LP�T�yi����ڮZ�~ ��z2�<��Uۖf�x��q��)?,��e}]i�?]	���C-���$��G��W? ��j�z��QJޏ�O|���K>vMJL��ej���۫/���O����6�����2}Z�OE�?���N����Tc,����(����V鞒Y�~�_�C�KĂ�2��m6���ѫj�?�Id�V�k�U�=���glͻe���)媞�׈��sb�������>q��xS��4�����հ^m#~C��T3n�� �|��4qI>�~h�1��j�,�n��>�q
+b�>�io
+�u�D���It#�u8�}�*~�!����ҋ�����h���3���t쑉�82R`����SM�ߛ��뚨;Jv�N@	,觫\���3wx�:{�o��1��_
3b�/t���u��
+�L�j��j6�:V_�i�F���v�J�=��V���P��^�����f�,�o��v̳qiy��:�d�S��H��T�A������e:�t�Ap���J0��:�/g���-~�G��~B�nW���?�~�VDs+�P�)!jw�Sd�#��?"f�h9�P�p�o�~L����\z�3K+�Ȫ�̽%�iy�YZ�3�~��}�����W8��Xij��h��64��=*^�o�[u�n�;R��[}��.JҞLP�܆��$�C�‚����jA�M�v��G{4"�{���+���P�S�(��)��Ô\��"�	��n�,�>^�؟c�m�0�696�PG���A=��5C+Y�F<�Ɉ�cc�G�KM'�
H��^�3FH�!zc��2�N��Ɨ�8�P}ש�c��a��II!R��z���'h��
+�^�D����K~��19"$�"�
+�L'��i���Q����͍-Ye졆�	,�o��Ƃ�F�����������6�g��;[%������𘆂�PZNl���y�O;Vs�~j���|H��0X�5�����Ymz�t���&ԣ$��Α�s�:���P	��Y)�
6���Y\�[G���/�類�
.�;��ZM"Χm��,�m�l�U5e_�b�o�o[�QI�k�����F�?L��<t�RaR�s��}%*ɧ���ec�v �L���f�%G����O���e�4�r�',�Мsk�򲾭,���������w��Y�j�i�,p�6�Bt��&)\�T�H)�==��DJ�E��1Q��3Y��7�Q�9R��(���It����ۣ���|��6\k�l�;���Z�� �v�k�����β�M>m��a�}�Հl���K;�5�2*��5O�9���D�~ؽYƻ+���r|��r����p� �i��ҍN��7F|뜪K[C"���E:����鑉Xv�*|^k��x�cc��$n	�
�ڧd��YŦ�#S+:Fɯ~"Ef\�Ԥ^i.y}q��ꂰ�k�.ѫ��'�9�I\�Kͭ��7�F��*IӜ��g^]�P��9A��|��O<Z.*�o�.�^�[Q��.�h��##XЩ�����_ҋ��{�ӴNu�c��e���#��8�AQ�=d	��Y9SCTP@�
+8' ̭���o��?�}��}���8��\�z�ITh��켵o�hs[E�^Zhm����7F�Ŧ&��F��������
+0I�Bl�թ�]�8	r�꿭dW/vUOK��ge؈�>l��XM��ln�8
|3.�K#-�8��Q~�8�y�l�uj%@AN,�jG��>x�QsB��v�8��U`kG>�� ���QӞ^��y�k	PycIXCI���bَ���t"�����
+ƛ;3-|콨�]
�έ��őUBH����碰��"�i�-Euܜ,?�(L��詈!>"����ѱ��j*­ $:��
�o���Fq����=-�����-�b� �	~��-��G�Ow�#��!�3l�1x��A���G�rb�{���5J�9h9;�m��hhA��c��m%��r���^������̂�n��&T�7��K]u	�j�`��0�Du�iɩ	=s�g�@ۯ
���69|��
+�A���N����ˉMٸ��9Z���CO)��؅l�[MG�^d��������{��t�=�(0H�|�������Kr6̇���6��|`W�ӲoMq�n�e�O��K^u��oeo/�3|6�jcW��_�ϧ�A�o��z�t��-�
�?����#�Zʣ��$�u}ᖂ��Sm _�w��;pi7D���X%�H����<_kK����Ur��[�y&��n��!��%A��1����!����뽰�mEy̾��u`�b�M���qܣ"��ieG���$�3A���pp�Z:b� k����6|�+6dR�yKY��
�ӣ!d�L�p��ƥh@.������nJ�C�|F��^��?�!�n��A^�7Fֽ�/̬�aq�k����$&o�����&����I��X�j�=&nա�K8��ǟ��l�������7��2��a2�b�i`[�,���[�'&��ȩ:���`]�=��0pO�*i���Y��o��wM�Kt��;�G��ƔХ��'�ډY*q��UԢ��C���_�"��O9�!�[�\��@��L�
����KɎ��c���Xk+�o�w��܆���{vdb��j>&7��UQE|�����* ;�c��%�+��������EI۶�Gm��0I�/.�E���j��*q)(�N9!�ރz��W�zM��b��{3^]5.K��~�.�JY�Z�n��п�.���vY�I~�VbRv���������-Y�������"��$���i��߫�r����Bĝظ�S;�rn㱎f��?�	g������c�7Gyk}��g:��=UU�� 5yR������e��4U�]#��^V2�?�B�Jï��~�{�®ʙ��� ��"��\�F��v�D{�[�	�&�d���$$�G�]���E��2�M}�x�0�骜
+���=5�rs��8ی|<-��Q� ^cԜ۶Nrl7>�g��{�*.�kNR���Y��S����8��-MH?{&�p��Q0��dk�<�&�~|��$�3K-:��A܃���Ϩ��1����큪�j\�[Y�;Q��3A�80�k�D�8��9��6���s�;!溊��c`fe%OA?K�t>taR�Z*í-e���1��o�+:
+�k�������1" 9֎����p�8	b�y�?�(;������"��ޔ|�{E�v0Հ�feM�
+�����p��=�����Q[ja���]�ִr���E}^�uZN��|�Cs':h����s75@��zdJ��-��9F��I����@�W��}�P|ak8�q<Fv�{��r*9�
��"��*)6�$�L��ڿ���7z*�;B��̷�kkR�.[��1I�w��ޜN��?���Zb��u6[O>��٩�V�%�W�5�-��vݮ�����y���tɱoA?J���D�1W��a7m�UȝI\����Xd%ϭ�+#�Q?L�“9!oG�H�Hs:�)��K��]�Vc�4���U�11*~�K��g�������?�;�ls�������3l��a3#�˜�P��P$��N�roFBB*w�
+�D)-r3lv�������q=����|ɸ��?~=^u�j>[�}:bg�>Ri��['
+VE�m��{��Uy8W��G�ܚ�0aD��m.�o�X�!#�ն�
�d]��B�O�K���1��a��V���Hy�C�o'�a�Z�w�Q�R7f���P���rϋ�Ǧ�G�L�k��|�Vᾡ��V���R\�8r��?�O
а�����;	Q!��b��z��l}e�K���ݰ�����rR�51��Ց���Y�!)��v	:�\G+���z�o���ߒV=���"���|]-*ώ	������������,���HC(t�������vt8� ���}k��WI�	����[��T����$��4)���Ԏz6-(���b��]�onL����%�Q�Iإ�x�;�J>30�ObΡ��r�طH��T���a|ž����L��Uզ��Ϋ��~����
+,�1�I�Qւ����>�:D�U0�l����D�$��R:�.C��L��T��iIy��U�~�£ڕ����6�O�l҅M�vj�1=��}=��:�4�SEC�N1
+��4�>�Pˬ<3��h�).5�ܩ�am���n��-��WJ4TN��d�K�+9��b��L���Km�_9��y*fWC�nʪ��u�r���
�`ߌL‰��rdq�.
+��l�N�x<֘{k���Ά�<�`��w�§�) �������9k�������������3M�����S��w`d��$?vZG���O��c�v�xU�Jf�K�D|wtL��8�f����5q�����,䝙L�Q̷O��vU< 7�����^����f���|��x�����Vt�6X�5N���;p�-�uiO�z?;�!��W{K�M]�!���W'z^�O�(�+�-rni�����r�,n:0����E�e�h�U|d���-���N�[�)��!���u��P��;Rri� %�>���&�����*��>���E�f		�:@x3ӎ���ݶ�V&Z�ʞ>�1Hȸ9�z�ET���U�h�PҴ���XB�'�mྺ�rk�c^X%����c�������O���Gi���Y�7�%u��ʟL�L�
+C8y�� ^�^�}z�Ri�#?1&�ʇ7O�������w�AG9�Б����tP`��H��k%.cs���`��Jޜ|a�/�<*&�p�
+�*���n[zQ/�*V�������`2L���<�!%$��Kl˱i��9!=�W��2����伕��L�>e�	հ�no@#N�k�}Z|�M
+Z�-6��RJ��
���L���0��M4̅��p��y�a9���y�3I̙��M3sۥ5	�Q|��0�V�7�țQn��ִ�
+~�]���Q��@��l����Ԭ�1ck��Ԁ﫚�ޞ��;
+|�W�����-��N5�����(m�S����&��)��C1K�a�㕉nM�{��LR��fm��OL��0�jJѺrM�3<����#��!���ʥ3W�]`���0���ԚS��|U(85��F.�9KG�of��bM�����9_f`|Zܭ������ߐ�o-;\�"�����nB��+UR�jK�����؆��FIy��SU�mXTl�� ��Y��M�[#5�����.nOM����kc��Fie�I$�;���:��0N̝g�n���s諁�qj�!-�̡��&ȐY"TB�_�ʼ��U>�h�-lx''�kh���qo���x�-ǥa�l��%H��&�T�BC'��VX��ج�Ib�W�.��vZ`@L�T]G��Ǻ��y>i��,�ڇ�^﯌�S�*9�������_�E��*��,�=Q�;?vN�/H�/䌸�Ԍ��-E�����hF��(g�<��c����ܘ��\�5��6J�Y�#]J:R/�M%fF^�N{�sU�yn6���\�'���&���QR����~h���N�YU'@vZ{�b������ׁ}���*r���1:��N��?����t�F�u���=�����QQ���	-�B
+	!�7R�!@B(�4 !��$�P� ��Ȁeݙ?e���������s�"��F�N@9���LSڮ�6}���Vg]��YV΍�Q���
+J��?��77���AC�e;d�V��%)�k�>D+x<�˼4�ʹ�e��x��o������%k0�9v��]���,}-E
+Z�_�Oɮ�VsC��bg"m��u����)9.�ъr
��w
t��2�}`���/�9[��f�|�7�˵}l�1t�K�)�����hO�7Q��ʦt��2�
	��4Ħ_�6%,wß����-��������^����%{g�\q��e�ظ�o+<�w����K :v�9�Z[������.��(�oN��n��#�nm��o�^�"cׇ��^*�x����@^%�f���9ů�+)�+Һ��ȵ�^�u�.�#g�{H	�b�^�w��f	��}ɕIѕ�
+��g`��B^�*n_�gZ��;b�_�d�l���Bɑ�M����s��- �����$���:��$������;L����L���
�rK����r[�N���o9zK�o��cw�hաy.�-�$h�j����	�Ʌ�al���tc��3K�:0�ɟ,mb��jK/��$�-5�����DŽ`� 3m���%g�Y�Y3b��	*���� �$8{�Y�N|�����+��Kfɻ;rf�m^q�%6��O�VF�o֧YU~��yU����R�1y����C3
�Q���#u\��^%�Վ�^���o5|��kCTD��w;Zx��p�=sG��L�i)<팢��yGoC�m�A��~��?>ԥGlO6��u�ܱ
+����ŝa���A�����K}�7
�q��V���%P���\������lk���Q���+c�RD*2��96(��_-,‰��tdd4�P�2������ڊ�O9;+O�B��o�V1��̞N�]�d�y��W�r��NMRS/{��qt�k�I�ݒ�/���'��ojo�s{k"ǩy�<�$�J��뿺G������ȡ�6d���ƘӒ���v)�Ēس���L�i_,�֯6qۉU�?03�w�8���o/�s�戨5�1�§��t4ꉳGw�����ٮ�;��[��c����=F-��*19�ׁɖ�9�p�n�����-}+ʯ�5؇(�!���:��d]���uV�UsJ��`sκz`q5��]��)m�=�c5�Y�c+wb���\���ҡd�6t�w��c���i�x{jYXM(�l���ε������8x�5�*�4�K���yVO˺���<0
+Y~������F���R����YaS�V&گn�_�>L4��)P� �YH'����C#��
�.#�q��:�[�{�g�6��%��<���$.ǫ#��-11�ylI�K\��Ʈ+�[ھ�>�����&�!E���G8>�_��_{�ԣd@\rZ����~���[��$`���tdp_�t�_�o؍.ޭ��iYU>z`a7���b�A-����	6اb�{��l� !iJ�xW#�{�9A,�t�<P�s#f�e��:�\C�B�(�dqPZ9��C�t����I�����R�p`��b�(����lR���<�d�����t�������'蠫�ؼ�F>���U7݉ՎȻ��T&o�!6)쁭��5�N\��8>��7��w�&|M���TkN\|񡅉	Z�V��\���O _mL��,rAٴ7F�z��!BݝU7�ݐ����F~�es4��]�"A��v\��F'<�&�Q���[C��HeA�������f9��	��luJ���Y�/�����F����27��]z{��2�<D*.K���]Z̕�Ez�W�h��Πg`����:b��O!�$渦8ՋR�ˀ���ӛ�3�r@�?��4rS/�F&i���A*�VT����X��MaR7g�^�ܫk�
]�}���4҇��+:=���$�tI\
+di]L`��Yh�fu�W#�@�u��/,w!��e�t��).��6�,�?���<�R��J�T�T2v��Ǯ�c'cll06�
X2$��ІԒZ���n-웍�Y�QkG���ZA�	�矙�ۭ[u�9�|��[��+�1x�}@�m�eܬ]NI��U�
+���sU0�c����ݓڙ��ۙ�~���H�؝)�ی�|�=��ř��Ar�)!�� ��bI-�@	����R:���˴Js����#����U\�U�wl��9�p}���A����a&���[r������w�����f�R,��5��|�$��a���������c��%����k8��,�$/�;��/�2i+$����YWI�~忭{9}��p��gAv�y�la?��ٽi�ĭ���C��:
�9'�|��/���ɺ�����]A-:dyH��AZ;(�_%����J�w��ZX�Ќ���Vj0뒼);�}彙Φ���������mXC�]u�9�6h4�%�*�E})��IxK�(a��~���,~�-����$��yɮ$X$�wys~��=9�(%����&ri����(5/@nG�2�dGM��̾t��Iiub`��/��/��y�p;�E���.�P�6����]r*�G����}�N�\"�/i��eY����C�?jF'�ν�����]�#t���>�2[�鮆�����e�:Zlk�e�����3>���q�m�7n���,��������I̓�Nj��-�99;:[&�����{2R����9�
��=���.�~d,�&�z�y���C��L4BZ4�gr
��/����ɈqK�Y�e-�xD7s�h��6����G6ޕ<���<��O�UA�
+��o��h���z7�O�%-�QAѧSVC�ϖ�2j�@���3%H�����V�ݒ��S	�S!��W6��W^��?4�eM��[u�&p��Ԃ�Ȼ��"�CTۈ����H�A��	&�l�̳����˘�v����lG��
+6���S�h��cˤk����.٘�uLB�����������񛱍ޯ.¤;c�O����_ϹW��-99i���L-XIk�/␨�g>kbS[��YD8����훒���"
+��ޫ�O0|RNx��cn(���Q�S'I�ZSA%�mE4�1��'B���벝�䑼-��ӵ��Zx{�׷F�[9�*~�U���k�M�+�V<�Ы��.8?����мMF�|��
+V�p�*��+Y�^��.iRV��֋J�oo�m����F�k��/|]���]$����J���3z�iR=_
��fT!��'�h��U�LβA#_���P���� ‘�CJkD����Ec5����d+��h'��fTȨ`�X���A�yd�?�s�2��f]Wi���#t�,�ַ#�����j$iT��(���/_͛K�잜�q?�I��2};����$��U/
+��u��І/�Z֖�jzՅpSf%ɩ��w`�u+i�?(9�SEǂw��4�*q#��z�o�J�w�v�-���m6q��n[݉���ڔw}@�PWfC:��"���h����f�O�J��X�v���=�| ��Q.c*��EU�����=;2�:KN�TͯS�NQ>Ѐ�����A�vB����dh{�MK���w�Qzd�>�B#툔U(E��L5(c}ʣ��Gj}=(c�B��Vh�vu(�\�8ø��Y0Otdv'o��lUt��A�d�(�<k x������c3�^��&�@����Z>1�E�s~|�6�I�}.�cTH�:��/0R��ܼ!�|^Q�V�
+ޕ���<(P����($&�`4k���`�>��Aj��q��˼i���~ʏ9c�?
+��;
7��D�jz�QE-��[�$8�aD.�O�]9�h�$�h�c�{�vy
�
+�=�,o���V��Y)��'m⁢W�*V�#�Vl�����U{��
+q_���[�K�uܸU���PF|wMڍưeK��e���xϊ6^+��6"�����
+<�,y�)�"�FJ����'Y��iR�� +���M@_܄L�����m��0ڢ(P4@�1�"\�0�M�6il �G�lG�5,�5-Q��D���<��Hq��8���)J")�␥�p��)�������=��'���o����H�i>���L7�<Z=.�Wœ׵8@m&!mڲx7g���,�s���u3�g\�%�w�
+��"�E�˵=�Z;����7Es���ؗ����mNaj���H-��;��)�	!�(���w��*�U
�+�%/3�n�.f-���tv���󣿊�iq�ߎ��o��`<;��M3�1Ԉ�U��?,�]���?��8�˜!�I��*	��.ދ���4�
+��V�h~�׊�G�8^7	���bv�w�;	1��+�)XeS)���c�EU3�T<��N���/H��$[y+4�s��)�j9��<=!䌒��*A�'Z�7��;��f�nT�q�CN#U�c�hzP��2J+]����o����8�~��ﭔ>|F��T�ώ����0o�cSZ�L5�g�ge�`�į��ͬ�)���s?�rl4�BF#.WC�\��L�ܼE�d�)��2#�S�Փ��H=�5"JE�#g��>�V9����B����_��5�܍�'o�	�h+&`Uv������3��ۗY�����I�oT ��gz��O{luS�<�_�*���-�(a3�һ�L�Ǭ�j�}Rjɧ��0�_!xŸ}?�m5����ݒ���FJ��ev��&�	�w�g��3�S�{�0�7j*a�Y��]�Q�3h'w��)z?�G&�?��H#���)���(�NB�q�J32�y��)��n������>>�nU�BV�P"��4r�g��=�kq��1�_)x$���(jB���[O*�j�J��ˣ=p��Ti[=�[�w�4�9���x��p��l?ϢDaw�顗=�Ψ����d�
+��J;}er��.rYWG|�i`��C�NQ�w�RE'�\�fy�zT
'w�����k}k;r���-�K�V�V��o=�˹�"Ѓ�	�-����!�����9)��]�ծN��1�v��{�g=
��n�}	���4T���������;Xq�z%3Y�z2���C��8 �����ƙ�}Nj�&����FW�	���؊W�M�L��ԮU�FM���YP��طG�1���3���sX3�X��Vo ��m;��'�OF�T����
+?E�wy���U�1�j2�6���tT�x^����.ڷ��U#	�=�SN�J(�;ȼ���>�҃�w��#��		��
+�f����T�c���ڋ���qF'Q�bq�h�p&�#Ҡ�9�#�FL���IxC����H��A�ʭ���(��K6��TX
C�C�x��RR���颛?y�'Y;�('������Us>��fU�C2�u~�~Ə;AB��{�~a����Ob��z�Ws�1�(��z{L�fI`���%j1�z��	1.7v�˃q#E�Ŀ�J,w�m�M�"z�� �p��7��[a��K�T݃�'q�z)�~�)@���x[�]�Y>X�1�Sj$Kœ�[K��	�I7µ�<�s~������B�3X�=\�H:����5�����a��yB�jf�D��	�sJ�E^���,�^Ux���
+
?T�����nA(ldD�aQ�	�<���^+K(�q;o� ,t�|�q�>Vto���au+��7
+�HJ�sa�0���=����W5��s%��%L3�41��X�s��ϭ5���8���4��'�nЯV&L�PŭX?Kb��fK�2����b����դ�$\�m��O�J@i����E��Xv*<c|(d���?�h���q�o�c��,\U�Y�hk%S�Pr�f�wA\��л����a�M&��Y���@�F�[�	�O؛�ۓC�צ�������/�ts�'�~���w���UDN�5;�5bk��Xi%/8�P��랆c�B����48���v0f�,�|f4��k|6k��[�7�7|�K�����&�PE3��/��1\��l��%HQڞNjTcT��X�[�MB�B�����L"		�k�*����q����\o��w���>wC(�Y�*��6�����]��֢K���Je�Sf����s�+6�^u���,��aW�#�/gG�#h���	�r� ����8�O4}u	[�̓%y�ΒK��23���^�ƣ�*Z1�7[�+m:�M̲!8=�9O_=���8�r7�	�H���ڊ���%SQ��5��Vm��
�����}��Q/=L�Ɋjp�kx-�l�b�$��BW���+bs6=C��و�$� 
+NL*�	Ű�&�#A�8�(V�l��S�^t�1+�ݒ���r;.�Ž=�M�v{E���v�ډ�k}�I7z�k}'�h�8tAqgSj;?����J�����Q�^r�E9��ϐ\�ގk���D����K�s*��ߵ���bR������3�����q��Sn:tn�"ۦ���&5�.���,��*]�S5[�Lc���S�4�ߟ��ߧs���e�����R��Z����0���v�٣���n�cB�^E=�;Ah����
����y���V����ѩD�F�=Y�1������������Y���s_���M�S������{��ؐ7��g��u��m��V�#B�>4I	��AE9?�>���=���z��;:��W�w����䎥-��x�aDz�?̤̿��E�g›�L����f�7���d!�����rQ���V�c6}��[���(X�;2�}�d�,�i�
R�F�+S���Ko���S¤��N�]*�_A1mq�Q<.�_��mX&��%@�4���^��M�����_{���{Γu��d>d��GC�I��x���qguJ�J������m#ɭ�{��pr#��r(4=����n�[q�1q��K������/׬{�6��4�7,ןY�OٔnK\g�>"8EQ�]O��hFF�Ц��'�B��<�D��@Z��~���B������=ߢ����x�15��1��{3��+�Py��	�*)���I��˘a-D���Fsp�{$)�
+rK���J)$:���l�HZ��[�r���9[�[3[{����M���7�L���Ǖ'���uxs��r�+������
JC�@�^��$<�B
�?���px
���z_#��� G��qb���9�����>M	O=ʏ;n����]K��y�g���K&R�c�դ�QW2w|'���L�P/����1���Օ�'�
+�6-����b_oO�,�x�y?U<w���]�t�N���H4vZ��������$�$@Z��s� 
+�5U�x̞a׸H��ھ�~�����1���O��nH��m�$�c�Ye�LPn��(��Akq���
+�GR�w��� =g��ؐ�\FpY�Ԥ^mڴY�����u���o��8�$���:�;ا1-�O	݁Ht�>$���"��o���\I/�ش>�9�T�
+�(�r��w]5+����ڙ/
+ɮ�8������\��n��� 	�n	E��!h�&��^���d�큾��┐�qX�b�AJ�(xG��c?d�<�=��/~��՚^}�-/Z&U۵b�O���7�O��5���qO��Lh�Ê+&a�8M��(���*�@R@R<����СB����lN�nb�ۨ�7�\�2�Q#S��쎙]M�=Cq�!
+G!�:%���)	zo�d0 ��2T)�L&��R����um?~.0��ĭ%�������'��P/\�������w/�����������
y�H��J��Dd7H̤��bNHf�$��o�u���g�f?7-v遥�c��|�S�l�r�R�)ٳ��GX��
~@�#������F
+���=	���$D7��Rﶎ�UJ���@�'�%尠�{���B���v�����7R�uUвcWS�JG���qj�eTx���<{Ma�Ĵ�n<��k��d��|4��y��
+<x\Ace���G#�fž���?C���db�p<����ٳ�u�(�D�*{##���B �l2I��y��7ɛ��= �q,��'�r�����)�������k���Ek[��o��(v먂��(�Um�Ke���5���r�e\����?x��#��A6����>;k/,��Aܦ%7�9��y\�-�B���t�'�L�o�����M��
��~֊j휽Ќ�_�h՜ϯ`^��\�:�XS��VR������Y�G����l|30C��uv@ۤ�G�"�j}:T0�
�Y��6��ZA�ғb���湪ɹ�.�C����q2�5�M�����!F�|S��ã�������X�@�����!�"Q=4�}�N��բOK�O
+I�p�u�
+*��b�ͧC�맏ʯ��*�'.`���Q�-��*"zժg�2� =_���n7B�[{E�m�����γ���r������.�ͬnԣ�I��9���wZQ�/�2Z�:њ�R6Tuݻ���C��C���yH���D��W$��t�t� �w*zǑ�]x�-܈��0
�W�k��|��5%��]v�
+��V߯�a{�h�Ֆ��=i/&��:#������:��u�u�ȸ������	W����t�t�r�{UY
ზn�}� \JF�DŽ�%R�����1�B^��Խ�V�������>Fc�+�rj�u�Ɂ1Y���
+��!t�Q��6<x��I���R�n��3�����D뾭ĂWѓ��X�Rn��;*v��%~*��n���mh��c���KzV��M����^��i<G��"�+�ӗ���E����/>�'d\�Z���=p��ϔԓ�'5�%�6�P��ؔ��r*����9��� ��k
�n�&�$���,oez�';��vI�)����!��#Z�J�ƈ1�]���8%�-�#/"j�e�pa�/�C|�I����c
+�d�_Ŋ͎Qn�K0f64�H%�nN0\Y�qg�$�W&���?>h3��y='���_�S������T��є�%a�,�C��=nh���6��\B�y�&{|ҜKgE�rc��d,י�5.��p¬�y�{�T���"��o�
��kaД����G�mT�^�Z"2=�q�Oi��:��Zy��\]��RQ�����ɳ��3o��UXՕV��*����l^��#!Ւ[F<NM���t�Q�9�eE�݈kY.P�`0�U΍)�aK-�P�φY���f៯�oɸ�ՁzQF�xU;q�#�C!�s�\�e�h�ل8͛NR�Q��~�/�?�(h���>�q��j�
�؀��2؂x
��QjUr��aZ�j!2]����䋍����x��b!��u�'k"��������ٕ�Wa^{�o�!X�<�^��6�&mh1768�D��;`4"h�+��l��&^l!|�^dv� :;y��&���!��E���%�d;��'�*��©���1�i�tV�cZ�T�2�~��=U[MbZ^3��J�2�F�G�J
��:�JD��VL��i���QR�/I:�dC�<�6$�L�xЮ���	�ÅӚ�N�u�$�.����iW��4��:�9m�����L�X��\vO5�iхA���b��}2�*��H{���Sח���S��V)^:Ԏf��X�H���'Λ=C)�ҳ�2?z���5��.+5_�|⎛�r���O��qJ8�5��N���y�t�eW��~���!�Fs#��WG\rL§''�F�v��Tܣ���)5�>Y�I~[���#9�����
=?�1[�!V�O~	n}^E[��;��
+�FH�[��X�f�S>��Ռ=
+ٔ�Q�yd�/�X�2��絒�=t�����0��5J(;�-�	��ٙ~X�I�(��^QW�-hە�n�(]�
+T�`8s��`!���c��Y|��\�r7k�`�
0�n���G�SL.9�c���V�~_�z~_�����e��8f�}1S�N�	D�u�V�`rDeMS8�ph�ve��t�E�f*����>vB�5���	f��8k��i�Į�*��ʼ'���_bɲ��L͚e��j�����f�꼘7� D���P@�b�DD9D��Snx9,�"�dͲo2���Ǔ����o��(���j�σf\�B�� �*x,�dC��Q�{z��Y��-V�m_��Hљ�:�pwI��!��n@BA�:]��1��ϦL���wS鷫�	�j��ɯ}�eE����E/��SYg2e��.�:u��+W����>��.\\d��r�+H�yQ�qH����� ���v<�'�d�1��;��CNk:�S�:�N�G�aeĥe�v%�Jf�%�A�Յ�T���t7^�\�E��
+�YU������T�pɩM:5��PӇ��h�ęT��(�;��u�c�Q�%ڍ�i��5X����a�ZF?��
}ܚ|�Q?[�'����ܑ����B:BW@9�4��?;7��f�e��?��m7��ZP��8�.͘W9-�ǜ�V�z�l�A�H:⌶��1�ٸ��0P�÷ u��ga�62��_x�wg*C9"d6ٟ�[�o�@b�ǜ-{��������b#$�>�b#�[�iI�;�K��z�;�Δ�K�h�i#����5w�a�cBO΀�M7�Oi���}bgB�B:�e'V�p�w�Խ���uR���OU||R,䌂����.��M@��ސz�eHM�h�E-rbP��;��$��CEpg?�P�.],l����
?-Y�G�>	�����k�A>������:KN!�◈*�Uq$#��T¡`G���G����Kڼ�����V�܊)��3em����y�����:��H����g&t#L������.�v�/�����O\��yK�7�����]vSf�!��c"/l���BO-PS��ƅ��+�[�:D���u�$�Ir��8��p��z`���-K}�6���|��T<ޒ�F>/;��5?9ga"�k�'i���ŝ��m������ZRjX���I�ڗ����ck1�sz���(?P]q��wa�XKF7�S-��_��X�Ӄ
endstream
endobj
73 0 obj
<</Filter[/FlateDecode]/Length 41657>>stream
+H���W�	��ff��dg'�d�NʉI&MǚD�Q�,�қ4)"("�Č�4cAQE�"b ]�Q-x29�g����އ{�s�K=uN��"汽��op&e�.��tʚ����7����
�|���eW��Hzj!�g��v��b{����뉐�W��	�6�x[�o����t������.���^�c殶��{l�`$�lĉ��:sk��;!��9+�aBn(�л���> o+
����N�S��٥��%�zT�GkzX^�f�=%Xd�H8M	c[�w��]ym��}w}�WkoO��F��{�ɚkA%�QX�(�D����ݧ`�JZIH˩���1#�֧De9�ᏼ�gN9���`���	�	��K�2�4!�����PF{��w&9�o�7\
+V�}�TX`A���l�������{Q����S�"��t8�/kE��	NE@�V�$f�[Aq
�,��,uLk�_�$eA�B�vX��/I�u�jZi�Ԏ4�ڰ���;P�)r�����C���J�r(�#�DW�E�Ehޙ�
3��Nb��/������gB|JxNX�/�X���u	ס�z��Ҩ����m���m��
���eҳ���p�|Jfyp�S6u�]����p�%��4����8��
+���#}��\0n<��c��!��M��8H��,�!>u+гj�4�2��Z��g�nv���8ȸ�
+�h�	#Zj-Vص�����콯�|��Q5H�1S7=�d@�%����ib�[N�xM���1���� ��-I-�r�Ë����̃O
w�S
��D})�P�S��3��1C;1�Fo8�j��X�Ȁ��"l`�%,|L�&��X5�	x���FpD�ĝn��gV.�h[\Dg�d�B�A�<�
����%�}��MIW�,jm��
>1b�c���[�@���Q��Q�F�|0��tIя�Ә'~YKFd���G�:�@�*[��c��C��ij!�I\-����2�ao���`s�5�}��Qs�s�J�(���JfL�K;7�sSf>&��/X{���[|����zp�Q
hD$���g��3
�-�L'u�J���ڛh��C]p"d$M\rUH��c�UW�u���\@�V3pa�Z�_A���Z�Fŧ��S�Ǜoa7���޴��~�nI�C��H]�N��!9�ps�抚N�c|�d�/m���:Pu�`��ֿGLP!?'4]X@���S�n)���p�mSo����?n�4���M������́E2Xf��dĜ�)�3Kɻ���Q�����/���m��p��揫����1:�d�Y�4��Q
�W�kBz	�H#a~��8�[J�܁�yMa-�<��;�b�a��f�@%hN���EL�w�%c�mݯ���4�,�bo��=)!��, �,���r[5�D.�h�o�)'��i��A��e���N9ǻ�Z]�".�P���y���卝1ĭ�ӳ�{�U"�/��'Ml؉��b�a��+lO�2�{���Z{��?h��A��7��
+��Gd��Z')ah�8'�szF��:��(�D�8k��ϵ�'�yLމ��r�Py�1���5qg|���03�"&b�_��sHѿ�W�q3�)��E�d�̓m6!���?���"&�p��|�CczH�E��=�ے�M@?�`cN�ñ�w��������:���@�:g��TTprG��vq.>CE+���-	=7p����!�G*l��]����&�YG
+A�o�Yr0Fx(�0��]�_p�az���q���_�i��:1�#�>�jXU1}4��W�h�s���H�*��q������ra^م�S������s��ot�´�
+
+���$6[�Q���򋅃8�`5ƍ�"���6R{�6������$�d��^p�Yx(�<wϒ��rJ�WFζ�G��m�̶W�?Pr>��CJ�������g�-���2�ܿD/V6ޙ��\>]��g�l�	�e�M����{k�y�Й�Zz��桂W��y��������q_�.�N%��^+��~����k�����_���_w�L��,�L�R�R�\�w�]Q�DQPE,�L���
�pe�q�$��{{�_r�������>�T^�g�z8Y�p �@-$��
+3�w$�PgM+�I?��ǹ��e�m(�S�MÄ����Z٦ &J��
+���#��>��Y��`#'�
+�L����1O4m�we
���]9O
c���7Y.&A�b��'�x ,�0���F��aQ�m�j����G�X�NG�:ؕ�Uy��G��շ�f!:�:�
����|^e��=�+CE���,�]M��Vp���0	`~n�#�Taȵ���C�Z� �K���6��m���L^�b��6�g�r�,%@8�kN��͹x��-��F�YX�b&�I)`G;��8��l([y���E��l4��o��~>[�gW�­�Ku�2��}����gZF�IDI�-�P�U=�V8�~l�_��*�
����u��}7v�\�t�1�WF�]W�9WS1JJ��5�ZC��
+C6���X5�uڕ�gg����k2�\�׹�&׶@˵ʩ�'|��$6Dӕ�*�'�~��e���u�XoM'ꡲ��W�o����5�85N�
+���-
:���=W�Ƌ�t=i.+]�.F>:�L^��y��t&e"�c�P���a������1��g�C�_e:�qm�L�~�4�8^v0Qa�^���%O��8AԍGJt��V�mRf���.����P��u��BL<���09��X��"%�_���}�	e��E��d�)Z��4%�Uw�y<�B}ֶ�N�벬RZ��t3�6�H��e�'�3�	�StЍ��9n��Ab"D�:��XD��:�,,Ҵ��o�
+1�z�g�q�����{[u=��k"xk��ZA��8_�p B��
�����._W[[>-�k,3e13�Q�5!N���g��G��4F�߯s�0��g�!"F�#-��V]������c8�)4��=�K������~��]]�{(���Kq_��8�a75�i��$u96�$�Z���/6`O%8����.��ݚe�;I��]M²��٪m7�׮�۵@���G��o��mRL�Jo�����~��E�
+Kb6�s	K�D��|:OJ۟�L&�;��G�
+x9�6[U�-Џ������r�m���w5�"��(�2���a?�L��t<��P� �w�m�cu{���T;�3� *B֜��i���ۜ6�8�>z����#�d�ɗ��I�w�}�&t��hE�?�wJ�Z{�m��'��^����+~r[ёh_m�nA���
�c��&�'{!�=�T�
+�����ɩ�q���
āK�e�y{KP��K�v��P�����]�5�Zl/�^xs_l���wa�ܟ�%)�0��<��&�PP�x$ �\̐�m�-S���Ot����`����f�1���uP��׽�q�$���A���[˝���fQ�Q\�Z/�s����Y�Ѝ~���)�yc�,T��-eýv�D����ɸ���T��4�H�=���дW�h��lLp5�`ÏŤT���n�����ՙ'R\����r�>5^D�zx}��Gưό#EO�ؐaI�"'���
+���o�#�g��/Ae��񲨻����g<���^t�h��+c��О�S=L��%�*&$�|(�X���^��������_V�^���BM�J��-��'�NEE���^��z?*�"aVXd-Mo��~�gϤ�6���T,�����rwa��[��R/"�*g�d���o{�3T�`�l��	�>�QD�rW�z..���C]l/��kθ��s���X�}l�5:h��r0EδHi��L�V��_x%�7�uɎj 6y��tx'1��)����K����:��&|���`���`�*�����|*‰[�x�P�=���*9�n:��!w�Ɏl�-��m�I��)�
+f���
�� �F��@�G�����������p���6�H�YE��JW��r��o���W��\`�$eQ�"|ԅ�U��V��Km���l��9b�m��l�'�1<r����؏�s������b O�)���f[>���� M'4�g�I�cl����,�X�.�V�,����2�f{]�����v�=(ZSͪ�J
����L� 2��l�+fb&C�D	���41$��1QC�����?�~��������ޟ�t�.�{4Ɉ}���v�&���I�`�������K@��e�n��*'�����"���1��B
+DՓ��/���`�b��q��r.��o½�1�����/%uhU�q�/�[T���U��,������Y�ǩ�L׹�,��F��[�%�#�-`@���9����tj�I��_,T�n�8Q��A����=
�Y��\��%r��0!��`�� �tέ~d���Ɛ��d�al�6����
P�O���'|F�.7��d�oa@���P7�Oٚ��"ă�'�4�OaE���*g�1�W��6	)�l�
�*c}��%�F���~��R������>ȩ�{y9�j�<gw^�N~z&af��0nq��#�S׋	P�f{ѯ���I�ٛ](O`�>׫U����=�ݟu�)�����4����iж����`?<;�.I�U�����n�"_�9)>�a���"�҆�cq9l������ދ��%GM�@_G��Վ�.)��5��F]�7	H����4��.x:�?�ƅ[DĨ|���5/�\�H�2���5��f 7fo<t>��k�^�ߝ��-�r�x�3�c���k;�]���vez_���6U�g	��f���<9�D�ʴ,���6+
+�T�	'�šgK�؛M旑�s��"K������{�u?u좳�ȳ%L��TF���ﵲw�ibY�l���ke-�t��z%�)�U5�oVk���N=�&��G�%o-BFⅬ��/�L=�A#��-.��HH_.W#-*D?��eǁ~h���
E|J��=���=���t9�θ_k,;\`¤�.�eIG�*��3�AR��DR	��fF=�cG>��';�J�K��ˍ�ΧV��Rm�q�st�w~�b_m�y��tZ��eǯ��B�\\��G9��}ܛ�MS������;E{��"-�d�{)��^�4�� #/�wg�)
+�r�g�$�-������q8��0��J݉	�/�ݛ�'�`�W�8[�)�ڞD�ݡLW]G������B�O��n`�x%=�x;Ysn�?ڎA�
+5}g���v6�b|vNJ��F��-u�%�y@��9��.ϻW��e\����@Iy��������-�����K>���J*�/u%�6��mr%�	Q��=����k�3��&�-��Bv��a�Z�u���\�gYe�@'qڱ���2����M?!d�&��aa�����n匜��:��Z=�"&CֹY�&9�8A����Lf$,��^�j��T�UFM9Yd��`}�F�a��t�e"7���p�ڍp��yi�#�_���W�tC���2f�������&��"5�T�2�}�1��?_�'�K+�+��^
+��v<Jʯ�����u��y2T��_׍����
�&�g��0.غFC��[��m���m���{�M�)�/�cc ��,&@d�(U�[��U�m��u����1T�~�X�c�|��75-�h�$�,�ǜ/��ߨ��gv�M�J?'ć���)w�ʜ��Zԁ�<�F�L1�0��z��'1���D�uN���r��H6��L#�����M�H=��Ɯ�hq�^���.to`�A�W�ʮ\���>���N&iq��*ԥ����y�墽�dl���"�<C�>�-��a�*{��l����Cq
R?B��{3��4l�ćn���L�A�@>],0�nUՅdz��c	r%m�����s	�k-pWq�AV�h��a�������di��b��vp鍪"�l�$Vцv_i����丛%��=�<G��<��f;燲�T7���π�K�S�w�ط֕*�OM;秦��8E��+Q7������3J�Z�!�[���02˻����g��W���`^�e����bI�6��4ߐ�<	�O�k��L�>��
+v��K�3�D�cB���P��"g�2�~���z���]�BۤT��!`E�)�Ku�w }���wҎ����'3uЀ{��� ��k�����i�r1�佺\e�'�ྙ��������8�?�3;�Z����X�����Jh*�
+�! r�}j6ڨ�Zy�"� r��� r�x5��?�����������߯���8��>9s�㵸g�Õ7�o�q��7�&pi��ĜZa�L��>Qr ��9t�}��+m̊j��Q����|���V�J5-�OMm��u.�%�=[�� eU�ߗ�Q{��R��m�)E�.�&f��W��ff۱���6�-�����j��m����g���Mw�%SE�g�shh-_�@ga���3=������jKmTۜ�yz�<
+��9p��]�e�W�,-��|䶘��S�A�Yt桪��O�{���m��mq'�ĩs�3*7�q).11�?�_i��Ej�Ț�AX��[���d�ï��xg�9>)�����?G�����ݛc�-���NQAA%��>��o���e�u��%A�#�̿j���A���4��6�r��$�F�lDH�V�W�Eխe�[yg)�~Y�2L�uLR���\TC�:3���z.�#%<q�቞T�_F�IY�aJم�	j�w�Y��g�'�I�en`o�`�m	��܁�]��@�v3x��g���'���σ�����
+�y�w5t0�f�����i~�#�����U(��&�������.�<p)xh�4�h�z�����?�9�8s/2)�a���J��1��|d�MP1jl#�J肄��7�$$���m�G_ǥ��]4��������3��e\�sv�1R�p�R�K����w�Z�_b���tXD���X����~]x���ڑ��ӓ�����8�١�K�h��в�4�H�T����š�9�ng��i��Xꬸj�А�$�@�Ax�
+ew�uu$=��bR�c�񎱷Ꚍ�wy�]�S#���3��<�ɗ� 7�t�_M������Y�/�ZG�*�M��2�A
��oN�CRwd\DH��Tq`�Qt��Y|e��w)�!��z6*f���u�j��Vs���FL���K��~[�ͷ}"��>�*��V>�9���6�52�aK{{���Ƿʧڕ�z�⻻�Fդr��*�C���i�����}	:�1�I�u�.Xޖ_r~B=8�		!���V0˃��ƝO��Y|��"�����|�MG9�Wآ�o9�(�bUG���'�㐌Qs��a�rZ��d��
�Gʨ��) �k����MI�}���Q��Q��\FXɂ�M�
+c��#���@���7?tK�i�5���G�xH���Y�kH;Xd�B
+Rё`uxw����dE��5~9���JXq�`��ޝk�RwA����n)>�)i~�1��k�܉�8M�RhGB)<4u�"+L�[��	�0��U���+�7&ٟGI�AuOgH��}d�}������j�42m{���j�rA�XG}�4��jH%l�ζU�$���<�%���,��Tp`xI���U�~̣�C���t��hc��
+���&���B�_\�~Dej_	�U�ր�;�`a�j|�k�!=�����T�<�v�\|ޯb6�a�84�IQ-�3��x^��/��Q�{r����P��D�#�3	Ɂen�k�^�=���:
+��9��ޙe���R�A�g�^�"jJ�K�˲�����z�c75�C?:y�m�����̀�9����֓`n%6�%�e�V�p[�W�++/��#j"�����y��&�����XT�pS�Gl��`�G�}궒�����&�l�C�����G�jIe{jr��=_6y����+Ї+��}�6�g���W�Ѝ!x��$:���#�֮���G�K�9���l�tS��`�E�D�w'�n�%l�O���B�d�����bnP�Z[&>;ӓ��ߔGNz\�m�lð�[���-�Lk��"z�c!����_\l����d��ꟺ��I�}��iǦ��S�fU,��oi�!�CJaCX)l˅p��R0ܒ�S/<��Ӌ{��{�!�:�N�
�_�~g�O9Y�A�b�]�L�_&�ܴ
�D�q����k���b��o�%�9Ք�6P��|z.�H�2	���&n���}tpX�V[�6���qy~���a��{�̞$�L&3I&e&j&YM,�%�+ 6@��QЈYcIb�*��4��4��4�E$���g��}��������}]��arlX
+أ�*���Q �*�;J�O�T�|GJl�V�p���nvs�֏�B���S]?��d��2��GĚ���y{�a��,�o�1�K�T�<�>�p��-�nhp���C�w�^�gx��CrQt̖�St8[{�x�T`�η��8`z�,&ݽN,������ѧL�G֘�3^z[;\���x��/�~�&�qsr�<��8�q�-)�E�ֱNq��jGN`
_��9����jR�J*�e�"*�l���`��2|�i��x��WNoM,����A߭�i)��
+2��4&Z�0L6'���2V�/���`��}4��U`�Ow�]1�o��7M|�M��m6Ư��em@��D�2�Э� }j���^^ьt�Y����ig�����l��s���tU�,}/�ƞ^�<Y5����}�`�[�\�b�A]W��,<�:ߜ��}/����Z'�xux�ġKHώ���eR�<pP-��0𣰞�0��#ձ��yј�A#rDZH�+)�Q�j�_Im��0^
��+G?u.B?����o}Z�ÛC\��a�&��+\r|�c�a�B$N���W^Q�/x��t\�������~zm�Txa���彗���K]�j^�u9����ď�>�G�)�LW�r,#��-�=��a3��]Ʃ��
^�Ő����N�$[F�.����)iK��u<���e!�\���Vh�.�ӣb59��ԃ�-yo�
A�
��-+��"�
�l�����
+4��5���E�{	��-�^DK�;�e�*F[H���sp���I��ҋ:~�e-��e��zl]r��ř&:�U�/��{������^)*�!i��C�J��=
+N�z����7���3�OhS��a+g��Zg*~v-��~4q�A��+-�'k��*"�h�!ٻ�^p����r�q+qϵ���pJ�A5�
�Ֆ�b�b�|��ʘ��t��M=Q�H�̺�|XvX��ͷ�Fk��O��9V�Tȧ��l
+ȥ7q�@h��㖁��
+5�nNP�K.	��u�����dKj��?z��cm�o�&Q�a
�Hz)�c��:!�eu��y�d����XJ�<}��Hi��Ϥ|9�
��8����3��Ŝ�%a�Eĭ��i��6����}���	WN��[M��I�%���n��/~���@툛	p�J[�M��,����[{�ǀl��f���W1�`������$�糂[}$��q�Z����א�1-�!�g�xV;srby|��c��Rd�i���a����*�?���EDOo	()�n)��:�m���i��&B���0�������}��9���o	�+.�Rs�����gl��2�N���`��r��Yt8G{f_$���q����˓�G�0+����O"J��#	.ӺH)�m��@�fm	ˮ�B%|7���wZ���Ǎ,�g���"¤����rbȰ�Y[���;Zt�PT�T�
+h�b|��Et��_j�J�B�}�l��u���za��é�$���
�7Mc-�%���E4�J�<$���������f�l����Fw�ՠ�\X�f����$��.1*[�[uY?�x�
:��T�S���KҒ�@=��<+���L�֫�����W]k��*��4�ck�c�?|/jJn`��w�s3���i�uf�5/zj&2�骎����"�^%2�.mKs��gإ�,3�	�et�֑���>�o��uw����T�眬S!JA���3'�$ׇ����&R뷹���TT��*�>j=\"��Ŧ��yƷ��Wu��2�ۂ~���"�=
빔�6i]h}씡rN�ؒ��
+;ۡ�?�s{�F��0ɉ]���.��%�2�����;���亀����؛&�&I�ot��%�~<���:��fGv)����7r��Ú�m�+��?�Tx���ß�=�33���`*�Zb}h��7�^|�E�ؤ����^���C�B�_݇(	�a%:'(���,wd��v/���2}K2����s]��i�S��8u�j2��E�FsIE̴�@6e_dG�PS+M�)Q�Pv7TRVy�0m�9��r�Wϛ纞뾟����|0�!5v���䟥�9���+�ESg��a��� ~u�����E	2t�s��7ϯ�����,���w�>2��sjzٮ�N�[%�qO	+]c����^9.-��ey���O�v춢��R����暽If��=we��܏H�Ƨ�G����?�Q3ݪfLP�������e�G嬬owG*n$�8/�!��<��!�%G_�S`�<3�i���|��{	����
+v�qd���ҵр���W�j!=������6+�f!vgO-}�d�,�2j���|�,1�����+��@���n�}q���$fl�x'����3�ܿZ�%g�]�K�jQP/�-���]�GV~}P��Z�]o��f�!󜊛n}��d���#�9���
�V� a�m��r33b`"�'�r��-=F2h��Y!=Z�*�<�8�%Uė�0��_64��Mc�À"V>�4Py��[�g����橕GKΑ�U�nz����P�*|�͓+�)������}h��җ���^�Z��RJP.���>�Mq���Ld����5��1����)�/	�n��树��U�Czrd`U�,"�����¬9^s�\L�" ~���_a� O�**jWф\�Xw�9��1akB�o�g�dC@�/s0_���_׹̸�X�U監­oQW7���r����Y��
+��Б�uI�gg�4�"`D�MX�41����}�����z9_��L]|��	�S2�~y�$c�9%�_?� ��g�(25aka��'�����JFᾒp/������i�
+�i���{bIL��:���­Q�#�0:5��>�c�����Ow�����^]y���vP<�6�W�g�xW�Yr�1�"%�})k_�g[����S2Z
+2��>)����ͭ���r�
�,f��:|����m�_e�9G����d��p���n$aZ�|���­���t����fʾ�ߖU^�)�!�Ae�9�Kߛ�mp
+ҵ��ꆜ�M>5�* �0�TC�[�(ޔӲ7��������e�D䠚QP2��ݰ�*�P!�̲C�T2�HDžE�M=��]9�YXͬ>^��HX��M�����{3�h�[�<��Y��|*YߍH�]���pQ3��9I�\|���)��y��ښ�G�p�Z�?G)=^~�i����޹>N��� S �����x`�|*R�����|G�i�,��Ɇ��Z������`n\�.�k�ߖצo�0�{SĻQ�p��m�����԰���}����\�@*�La��uy^��Z�`צ�0���쎬>���!����5�`GVFM�B���N�;���zW��$�m��q���_]��8;�cV6�VE���|�l�B�9B��:�Hr�}z9�����*�_��+"f�H}2��lp�:J�[��q�quO^�Y�!+�vAx����1QJ�	{������<C!�ɾ��<d��SA/KM�#��1��>��ʣ�=Yy�K6��^2v"�ӷ?K������=C�٣���*n���g��[�2u~�z��XM
+p2��띒T���9S�=�,)�A�y)��<����u�6e������k�����jQupA����򰞏tM�Έ�MF�����$a�JB��"��
(�y���<���`i������1?h�i{q7��s�Fd2�x�C�YO!#�`�]������,ᐶA�v�OM)���F2��.j<\��&r�=�Z�{>f�ׄ95^-�0�@���13�Xт:z�OC+�y����sw���'9:e^Z�<Jɼ����hi>�����"7�ِ��2H�>Uc����$;��4�����8^o��('��OH���_�뚉�1L
+p��HE�·���$X�.b;�_{g0���w���q����rQ13�UԤm�J/��%�{�C{w����iG�
+黅��z� �Ĭ�_א�s�LX�,�E�8�����!#�1�����e6ŭ�V�i��9���L��J�8�v�ռ��Ꚛ�JuM�M�vL4�dQ�&11n����.,�pᲪ�&���ڭQ�
+"�����W�-��隯1��>����;-%��Ԯ�޶=�)�|�<�}�����Љu�`� ��.�۶g�������8�2���x������,�$���-����i��A���	z
+N�<m�ᒦ����\X$T��,ԱW,�P��_/�a��gl⏠�����Vc~
+�m�z}��{�tg�"��B��˻�u⑌��M�z�ϛlZN�o�/=��]@~�q�P��dƳ0Ц�=��$0��K`r���M��M�p��>1m��Z6��E������z�,��ΜY!�L#��	�{��W\�p�w�[�~�_���z3p-�5�pE��:
+wVx�^�P�a�`M@�;㨊���RRO��Z���ǧ5<lPA��4��Ct�ڐ6�x�4�ǰ�v;�x��22O�}j���b(n`#�3ԫ�%F�g������ߓ����z���g!�Ŵ�㤚� �a�o�����Q5�	=�.c��$�Dq����i3��1Y��,c��f�⾼�G�q�UBuXE�Ik�[��1�-gF�n����W)5�ELEFG{�7
�
+&)?o}��3�_Tq�g]_�:S+��8����j���C��sⒿ,�%���yx�ұ�*򭸚px��0�zq�M��=��=��	/���e@+N��%���ww'��Tf,D�%�Ovc\V�K��3�&�+��?�!Z�
�\BL�CR#��ɉ�Q��"R���,S�J}��Ń�f-��f�N�,\6*�i͡%l��Խn��\Ș�c����K"X�@����wF	-���A7��}��1����Զ�)W1A�$4�����؍��:t�	�ԍ��ٙ<�Q.��L��h7�ˬ�y��; J�%��.������zV;�	>�.�Hڤp�4x?���$4ě+���3�)�L��2��߹�b#~����P`W��]ޞ�T<����f��?��xG����
+\c�������(�.��-̔�0�H��k��P��Vy�a����R��RV�,����?O�����n����spsB3F=��p@c�C�˵�%fCD)@F��� �d�Gɕ9�#ea=�W���~�-�K�������+�,4Z�6�i+c��g�)چQ%+�=�F��+�=�)����y���GbU��'d��梉ў\!��N�\�̣/E����D�k��b��ƌ��.�9=gz?q���㐪�`�ւ��trS�<�n):���Z�1���˥���䌉�(�B�Y�1�a������t3��{���#��5��s�����\K�$��Ӌ�v��EB�������5&�d��͢Е��f�����fX�U�~�8�,����;ԕ�^@������;9�\Vt�F�Y�����7��A'o�:�~\Ut��G�4c�sv!��-���ltBK���Q�0�y|ev]�(�e�rv	_㣓Z���!f�\LV�hI��T�Ꝺ����ykl�pK*Θ��Uf����:�����y�9A#��6M��I�#%�2Y�9"���d7�p�5:^��1���\�ZͿT�'	թu�Ӄm�<����bO��&�v����ϗ�F1�7�-�� �T�<�Y]i��0;↡�����݁�2���1�@C��%�af�
���o�D���nba�O�����ۭ/0�k|\�*�N?	��@œ��N@/;�]_�B��g�]���+�T����F_�/�i�P;�j�,�'��7&e�{cF���pN1;f�����V��S��wCw�J���5.�7G����--�VgL|b�"��LBB'�'
�̔i|/Z�ue�]�_�IQ-���w�����滭�{/�>2�x8�3o�8%PnCDO��������
+r�r=4��B�I�*�}�Fo�j�&8��mh����B{Yr��1��A&�06��E�-¾8�Ꭲ�|h	�}t��ZT�{-��/XE̒G>��eֽ�C���C�i#h��.��}�h��UCH�"�:�qt��Dd�zk��֜�zw�cϏ~�njC����+�4
�Ws�j����INz2I�t��:�vlc7b\pCQQ
+��(1����LO��N�1j�}�QTd�BMf�����e�w���y�����JȋO:�?��03��ԐJ1
���r�[�m�\�I���ѱ���s�������	`&͇6	?�{6�8Ji_�4&
*�$��U@����ѐ������HqL�i��]W������|$�.b�̜���J�������DPt�Q��:��o�bI@��}�w�Yν�$u5�	jN������UtJ8����i�A� ����}�<��>�:��T~�3��dO�ԯ�=�Y��̆l,l���,�:�2�w�|+8=��s���^	ӫRA�1�:�}y�%�MPc�@P���j�~n�G;ޑ��O�'Lp��=�ȱ�W,�\B�� ��\��u�����72�9fA�Xt�/�(x%✋K:�S+w�iao ��W�9"=C�3�T̆��M̻���]D�N�~X�52(�����x+��Ugm|b�.��Z�G@{�r��K.ϬJ9��<�z�yq�^D+�N�FxI��p�<>�WJ{?���Uә�9������kb:N�њ�s�9�SqS>�YE�F^+؁�~�F��?����̪�~��&��krf1��%�R�D-Hg�0<7L�5���;P��o�%_�/AeQ-�<���������zL;X�4 ��Ef����M�k�7	�w�e	�0/�b������;f<�t��Įq��ꙣ�=��^��_�u�Ƅ%FuHkH�BZVmD�o��n�4��̪��_G(���g��[����ؙ']M�uaЧ�J�im�~�ܛ�q�;�����%q5�.���3!��:�"cE)`�kA��1�0?a������<��-E�:ޔ���2d}�~;��ዛ��G(Q��,�|�@(ٝk�Q�ks kR�!A��%e�v�R\?�cXE.۝��x����p)�|3H��L����f��Kq-�'�g�'U���y`��Eڏ۳�ۘC��UB�{z���{�o<��E�cܟ1S�C�-���5]<ڔ=�ճ[�
_��RXB�Tt½���h퟽�5)狹 ط���(�:�Ќk�2�?�X�_���E·G���w�#�u.1f�[>�1�t�"bΉ2ҦAh������7%hvS8��`NV{@E��Bu)'�
+:�L~M���U1��z�;1������P�+���6.�Σ~
+�d�{|~HӇ;� �����&j�o�y�&��W%0�yW����T�2q[#z�}���ĨO���ND+y��+�2�t��ݹ�d�Ƃk���fvfW���-�}�B!�1)I���A�*�E;"��O��D����iۚ�Z&W�m�NlU@N���a��g��D���Rp�W���v������q
�	p	�:��B[�?S.[&	����J�؏cv���a�MH'c�nH�U"�>�P�g^J��
�]�t�(���G���h�u�̯FZ��R��]�����j�Ȫ�XXx�=]	-�	x--e���J��qo�z3���03�}����C��A؝1�A�(�z����k�娪�z�8P|�/�P@��d�Č�S0�:TET�U��r	-��?�-�D������wޓ�� \�,��k#�[6ձ[�u_ƫ�mv%�������Uq�V�����3�!��L�5�H�e^��������]��
,��͘}9��~�D��=ٖH�ܖ������aQ�*���heq�:e��F>�x],�4aG�a#�
[�)�}��!����Ì�{�ٞk�n[�.�m���A&������������S������O�$����k�pC@-xƧ3VU�j=S�%�Ӎ%��W������^���\"68��W:�w�x�-�,��a-��3����;P0j
+	�����]�y�urI�n�����Kk=�)B�n�EA���e,bj���V�v�L{�[h�ѐ�1+`�U��v �����V^GDO�)�w�NNO~���̿�ن�
+�.�b՟l i������RX�y�2�tK��/��JDè
+*ȥqB�A(���&A�վ��������,
�_���/3=ՎU�(V;vOۥMu���&�(K�	[YIr�odeq�nEi@@��7&dAd	��$7����s�~�ֹ�}��}~���ԫ{s�R�5���]�G�z^ǞE�w�x�V{wVvos�[d��:�3��-j�T��UǬʶ�
-2�iۚSRq��c�]�����d�5�-:��𷗅w��e��0��fl���[/���.����u�G��5��U��qY����U�2n�ݏ�3onL�|8�[̪���0����z̦�,��S61s��'iE��=�[Ӭ�0��J8���oy��_(W6^S��m�ʤ�U�Z{*���K���_�y��EVi�e����:�$!��8%��+�>�BV��m��.�jԠ�ã�o�땻K�J�Sҿ�/��SN%owA��{ƾ�5#�;X�2��Մ�E�/3˃ϩ&��2��"����<Ti����*�)�ڙ�%L�*�ɭG\<ҁ]Ԁ:���h�Y������BZ}vMۗZU�p��'���1����*����l.80v4����jIҮdn;
��ص�P�$�BJfM%�1Q����Kԁ{��)X��}�牵��q�\��<r~�8����/�.�dEg��s
U~yE*=
+��F��  �.9�h���S���5S]?�^4|�i/C�\��XF_0T�OR�C
+~~UHA���:tgǨ�g4��??�߸�����,G�	w	@w�.i'�Ѷ�Y7wY�c�RdY\����Ч�����-�Ep1K2n=����iK�-�H���	���]��0��%�R�V!���1�T31Сv52������ �,���
+Vdrƥ�d�j������Q�9%�L��im�#�8�K����6�H(I;����t����"�
+��a�r�A�;t<ܩ�0'�Ͱ���kb�]?��M�2Ƒ�q�;2����S���c��^�03J6&�߅~�������?|��T���w�Z����>���$�%�E:�$vYʮ�����9�*:��a�!����<���CؘY�r�zHM��T�i�"�2��<�F�i���O*��6aG60�4���P����*YI�Az�8�ѥ�I���=*n>��
��фנ���A�%�BV5���CLݝ�lN�ʑe
cgNZ���������[S�׶�EUѷ�tI֎[��9�b���븣O
+4�ޞ�}˹��	��{	-Q�2��^�z�I�]��ǑY̭�Fywbve�u|
+���7��q �щ���ON��%]
+ؓ-���:�¼���V!5���Æ�\H)ɇ���Z�Spr9D��^�X�˹�g��>t�?�[�e�-ZSN�������6���S]�׆��o�&Ř�������=�&�<\S?����Yܴ?�/��X���h�q����?b�޻;�����n����f)�u�<�z�ͭƜ�UG��~��$�U�|*��"���d��-���´�Ys�&g���꓈�/�3Q�uS�ut��fa�&"r�#����	��-
8'�WCyDx$�κ�8��	���:���!nWw�=*2�J�NIk�#�e�>>����������_Sn>�xI�P�6Y{lY�{�����+����w=�e%�b85�����>	�W�A>�bQS
+��&l-�	3�Jt��J
+�@6h3��1�x�p)��ul��V���O6��z'8�,�^�����6E������d��u���;��w�+ï�����,bUu��s���_�S��)6'(�� ,`o��1�J򰊓�(�U@ښ"}������b���UYO�7�"�0�%=	�,�rz���oC��eI+���a�$�M��8�\�
�h��Z������x�GA�s�q��ĵ�MǍ[�	��l{�]��??���?�ܒ���5�|H����ƀnm�������Al�6j��zj�����]����aD7xQHvM�*�x��K	��8���#)�J����Ǩ&�z�aH����|�@A�bi�ɺFC�el�
5��Z�Z
����$$��Δ��as��똉Y�i]7�ڡ��d�W����3]��?�곫�cI���>��֧<�|���l�:#�?�e��ԝ��?`zfN�x�=�9u����� 
+�0,�,d_!ɽInaWi�Vk���h!����-$ܬdߐӿd����p�}���y����9��՜}d er�N>ſL�1	�	L)��/;��?�;���9Y�;�1
���BX'މѢwj<f��������y��/[/����.�n��}�GD�XaB��2�����p	���=�jXîOZ���-��t{LV�H�);�AH7P�����8
+���m�]�����:nK��mOG����D��\���G���[��Tl��~�d������ �a|���+���N����2�����<�B΅�s�S�)�ù�u|$�c��S�]�j�m�vXE�
+�)
~%�!d�s��	Q�=!-l��P5�������@�vNZ� �\LPͨ	��yL�;Fz�:ڝ��_�=o;^%U�,#�1��Jz>	�7�5�g���f�Y����s�G�gb��.�7ý[����_�/��C�7�3�e��y����Yǖ�V����5�gm߬Jn~q���Ȼ%���[�x��-A�����h��7NeDE,�8�w�v[�%���)�ON�o�I�DŽ�dho��r�ĬFU�
+t�T60��fVsq����?f<2a�
�^� a�R�z�/��u�*f}�Do�yŜ��̯y�O�C��;j�N;`Z��Q���{�������3�=�g�+F��;�����c;�H�E��x���l�M��ܬ�ы�w�Q�ľ��I���
TM�96�k�����2�*��
+��P�7�2�*���\��Qڄ�';������a�5�^�3�i�_!V���}���rk��⑎8W4����d��~�[ T����T������A��k�_p���<f����n�~'_����Y���9لi�
1+m��%���9�8?c�cP��Ϋ�����Nc��l(����W��:%Ԝ[���K��-a��݌�v?�������'-RZH
���PY`q������`/����-e�%�]�6�y���
��.V	:�Uq_�0�G�Ƶ_p�4L������/�%��SpCO6�%�Ӿe�Vܗ��	ҀO���
+�U���,�:T��<|������i)���jd�#%ԙ6KiI���
+�<�&ߌ�
Y���Y�{�g�Eu�F�Grm�4��X��i�(�T+������k�
���S¿T�ƿ���gv^��'��t=)f�V��`~�I3�%�!����t��r3�t��d�33Q�����}���R���X�ѳ��&�ſL�v��W'�"B�#�m{L<^���c7!Fi
b��MQ=�#�N)#�{ҍ����vߓo�����-�h�
;����(�U�8b���eJ�B�J�8�9�0�}	r�#����C�=��Ag@n�;oWݿ`�|oq�)�&˘tw�^�x�qGAo9��Y���	�������]���]�Ԛ�H8�����R�XT3[�m⑬��u����t;	�+�'Ui(����q�Fc	���v��Җt��&�e-�����9v�԰KB��j� �)U;�z.x~n����@3�c<�Y��&��1ϼm�ß�٥’ob6r6aR�n,9!��*:��K46
�G�rfH3�}
+��|;�%�6ؘ�
�PыpK��٤^ؓ4��
pV/�$�ܶ�ם�Y����{�����s?�E8��ɩ�CD:P���_7���z�d����"=RV�"�d�0�I�O\C��*�N��ua�pK��f]�p�-���7�t�HW"NSΉ0s�Q��)�����k[���r1����J\eX7J	����u
+I�f�J�0���!�7��)\��is�|-�,��,"��I�7��쟌g�.xD�?�1��
+NMT�i�9%��
���'����K�e�Q����/��L�jݚ�v�.Jz�Z��뭏����w]<Z&];����	�h��]�pi���6"��W�*��޷jy���w���
!�d(�b�y�v�O�-y���& ��C���T�z�9���^�vɑ��(��
+	I3����I���
�NAO��ӳ��������2{j2K���x�ѩ./t��Iu˴����De�1d�$d#�BB�m��q\ZGeрl	��	�`�������qښ�b���M�T��T�)�<).��r��}����2mSCM��ӝ��ݝ�c���d��ts�]
f/�S�.��ey��2��W
ri�����f���͔�������a�S��ߵHZ��ļm�d�~y��a�����KC�yoW��[P���	�V����>^[j���Z�)oY]�_����Ƙ%��jw���=����F�ׂf>�	fR����#������5��~����閞W�9�(	ۄb0+�Fl솈�U��e,�6�9G5>���;��S�*8AM_ddn���@_'��b�̋�D�(�"�o�uRr̅`�U}Sֶ�|y����6�O^�����e���M�,	{9hfU���ɋωq[C-e�	�5��wS3-�7��<�x\�皨�� �CLq�$�-�"4�.��U�{4��#���ȣ�Q�iD �pK�^W�������*���t�o�Z�*	��D�_��9?4-���hy���'g�=����g@I�hoK=r��AOd_�w�� +5�S�6h�Qe�v�QĦ�C<G�I^m`�W�s��t���8�ak�Y��r�`s��M��6q��V!}wN@ۚh��h�UA���;F�[|y��~]S�{�R�3��]�i�����]xY{��ø����si�t{���M�o0����s�,B�_��U����5�)�AC�����ת*�R��dB��&
+[�
+����4H˘yZ���u^����7zjN;��Ϭ�&�'U���?i���B��UpPG��z�PM�rW�Ws���<���r��MR�t>��-f�{�U�7I9�y�ȼ�G�����k��m���mQ�����&E�y����%���L���r�r?��GO���������gf�~�q��MSC�ܓ��OI8�^ܼ���^����Ǻ[�[����|�{�\�� U�M���ʅ�Ě�J ��>��<�o�p|k���o����rCC͟{q�Z,��ܛ�_i���*tR�a�<�貺1�=ʹ�3��|	��pK�3RntNH3nю���Y�7���ZQ�}��]�Ջv
���I~}��R2��vL�t�9-0ũp���.�����;�������O۱�K����SJ�m�0��z%o�y��~Y����A_�^�
+�GA���;��<� 5�5�-�K�
�j�={�y֗��釗�+O�����U&�4��˃�+o{i)K�̌�f>�ov-d�]w���]T�u�g��C)�5L˞Z�]�.��k�%C+'lV���r�I�
+�o�[;�m��u�)NjR�k��r�G�Tw�&1�?)��U�
+��P�e���c��d��ݜ_;�5����oXőy	Q��($��!`�T��k�^�q�&�e~6
+�o�WA��n�����7�0g܌N)�{f9Cۜ��O�oMHi�Iis��R��c.tלrtU�D,�����W��k��\�׶���N\4��mdy'8`��Ḙ∥U�}u�9gS'"�MZdF!
��Q㺖Y�:�����k܃�����x����ϫcCuϮh۔���e{Zն9�.r�;�?��Uw�`fZ���$������< ;��4��&����=Z��o�:��]{vSG$x�MW�ۦf�L<`&�t��ֻ]; �z���V{���>�<����T�,���l��ZR��Z�Ȫ��~?'�o��{��_�#%�@/����Әj�$.�"��N�*>�Z�a��������v�����ٰ���<d�
+�ZV�����N?�(��
+�a��G���Y��[��"ۓ�o_p�2����J����n��?���_�D`���
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l �@"��D`�����g�5�g�119j6IH�T�ab2��})I l�c�ab��2��lE��rH|6\��KHž+m$�����a���.�QH��X�Y�����cq��O�*�{<�����'�O�ᒓX<��������'�$$���(����ǟ'���cY��?]K��'$��O��🾅K��I�����_~���쉅�c*1�uL
+�T,���U�sS���	3�~i:i:J�NVc��ll�W�#ٲ,Y������ղ��C�J2�����}}��h���v�2Й�!���4�~���s朹��;�s��}�8�N�y����N(Q�;�ŀ�_��ܧR	�bk��nVUU�瀥:��h� >`�5k��p��e�d���*Y�r|w���2��}�N�=U�o���>�������^��׃M�3��e{�h������^q��
+��\:p�Al���9�,vǁA�{dO0�_`�]]�ߊj����8(��\���J(�)��4�$�p��ޓ�rb偊�=�eyײNWWU�:�n�Mާ$�V���3N�?���K�՜BP�abp?7眒K����
Q�&��l/H�Rˊ�����G��YA���|�`ί�������jVu��I����!�$k(,�	��9�|A�L�|���\p�N&8fI-�C�9U�맢���ș���|qQ�J8M�tЦ}�nٚ�t���Sxag�_�5=p,RQ����\�}�2��(̢��꾂n˹�WS�S�K�~��qѫ�f��aD�X�6�yǓ���yu�(n��[���&�G3�Ia��$�ӗ��|���&��>�k��A3�rf�����[��z�=����̼���E�,pΥ�̻uW��*a"v#u�e��ڔ�%��伖KE����<�b�0�,2�^uOޭh�{t�i�������!e��gznͲ�萢k7����,�RԊ�'��J�w�<hC��ݐ�(Z�NYcpD�0�n6#�lǥ�\4p���|����p'�f6�>sܦ�F��!2�H�����].zdMdP�J�+�V�}1���"B�������+��eӋ𰪏ƌPi�n%�����ed�'=�K�Tꆩ��۸I��
��w���5��Zud&(�E)��[���m�5b��7L��}&:v��X�f��V��{qL=@Fu�ҪYO���[�MQ9�r�/d̢+�YL��q2�ò+&�)���Y��1�(�p}�U�+n�z��ɰ��v�_=�M��Mdp�j�q��Ĕ=E�����}o�W�f]ƫ�ޚ���Z�7�1�xsVr.���"}@#!�!��[ژuIR��Ҏ��Lj��x��oi����Ač�_�P�+;�UwƋ���9�E�'ҳ����'����%A-��/:R��gF/���{̢G��õ/7�����Ț�0§B��X`"lU����ɰY��l��0��Kc:^)f5�ٰ�Ĭ�
ir^�@fY�K��_jAtvs��b寝�8G;?HMY��ˡN�Cw&��^����Ճ���SR����Y/�>�e���-$��Yu�E���.�n�a�ǤWROz�
xk(̪!"��6��U�`��뎛LU���.��O�����g��/��t�NM�
05�U������ҳ�UKݸG�\€�F1�b�i̬��6����ڌ��}6��j�j"�P5�bR�@��Y�c������Ӽ�u�����u���ḵ���]&n5��ÝxP\_�I�J���\�w.��_(�Z��p���^2
+w���RL�_�K��3E�A��M��&>�\1H3~���[|>���AT�v��w`v����]�v��OL�/�f1*���|j˅�����7t��%L�1NE6*j���D���AWZE *�BtH�&\��� (`��bĢc��̆�&�
+v�n/\=���9��ɛ�&9�7D��{�\�`V���;����@EnQ�\���̺�H��G��Qzgz��v�f
�!YE�μ�)�7'C���-l=����]�&:>��8/�z��=��Yփp��(#c��\�m�C��4�5��K/%���6���^�.�BV��<|����#ۏ�O������/疥����������)ɹ����������3��E�����yD@�K��)���d��'hll��Tx�!�g7����(�qL�Q 2�@�>�0�`�>����O�*��տ�h�m�V�'�Y�4�hؙ��^OA��S�s�S~)������֏�=�
+|����=�9.��6;�?f2y��1��&�\��\.G�%�7�6��FF�
+��j�^`;����9�ƍB��Pۦ]Ip��y��ۮ������<�5*
+���3����s�����_�D�.Si@{��o���r|h���+I��*�p�
���'ZI؆�����i���)dD�"��JLt��\?�e}�ͣݴ��ȸ%�2��RԠ8JZ̟6m�L̨�z�j0�,`��~��_2ٿfu��Cw�!'7kɸ^�aIr��z<r�I
݃g��9�����3q�C�
+(:sn^5���`~�崧����S
���`dH/&jS�Paq#�@Fs����tޥd���~�����^�]A��U�\ܧ�3	����$�r95:�$��#Î|Ȁ�i3l+%Ёb�!Q�G��������Yq��7e2~�R#xP��|ZN)�讄E7I�Ϭ� ������S"j5C�q3+�f, gcA�3�C�ߝ�VG�6�a�����>Z�8�jz?9p6=+��U�L@�ɄU�T�e�a����A���e�����9���O��q
�Xo?��U�Hp֊�/�EZ�.A��)�l&&b�����=��S�Zts8��`.u'�7�^EWai%�~"b�m�UǞ��ؙ�^ژ@.�M"W����9鵃)q���`]��l�}�;�IN��+��tB��Ɉ�7�\"�6*��
y��D 3�f9	� |v]�~���a~a}�ͯί��0/�LB��WQVƥe̫Zӳr��fz����랯�o�.uׇ7���W��3���ȯe�j��&�N��_�e�_ͿŖQ����U����ȹ
���c��8X�_ܚl�l���������������lU�fBf
��ʱ�!�l-A�TX'��h7����Fi	fY!-����֤盿��h�@k�Ӝ�2s�5���u������^u/0�p�IB@�b~E�Cō(�aH��tT�l�6��.�
+
+�BҨ��,�J�db֌�"���>�����ŐN�s6��zy%�G�I����S�1��� M0Uޫ�����QQ
+�T@�"|�ktH�W��ɬ(���a�1��6 X� "��
+a�i�+��G̺�D�7�?0�
+n~UT;�$BHG)��2>y�Ɣ��ִ������h�b���L�b�!�A�����M�|�7#��#z���xLŇNJq�8���N�<��lc�}_.�.�>Y{9jR3)�����C�`�ys�#��.�i��
��E�ў��~oA�:t��2���:1��jz�sfgJX}��n�y���yI}����P��d�40�s˪��
+t���z~E�L��?.j7��Wa.=�(�p����w�)�4dWd������ӃW�oxg���~�Fq��جU��,�‚�1�(�݅|�z������̼�rM��wi`�"d��^ȹX�䗻��-s��.b~
gwe�M��G;J*q��v�pIP�]�Pp	k��r�6�l�U�Qן��6uaUٱ?éڜ�����S�?v|��VT�9%��V�"�p��ⷛ��Lh�n���[��qY|��#���K�'���]'�R�k�e�6��H�Q��A�¬���/Ȑ�	�QA
���:�SMy
`r��KxuF�|s>8�0��S26��9�u�Te��aWD׊!%��
+��	eb63v�%���Ɉ�LP�������_ކG�|:���	#z�D��$#&%�+�V���QY7j�)��I�g�p���s���=��K����Ĭ�U���I���b� #�i9<��[@�y��K��������[�9����Ț�Q��I�<)�9�7��ʦe�Y� DR�Mo�ԺрE�&��>a��_o���r�N�;,9���%@��M��p�uAV��>+�]ͺ%����XH��!��ؿ��{���U�Y�;F~��G>�[�9�`[�?��p���ɽ�����)����:r��o���=���d��y+?<!���&�R���؉{�=�E}7�Q�ګޯ7&X�/����#�(T������o`^A]��{v�e�g�_r�ZX��Q��N|1�V��y s`������9	>���C�ٟ-��Oc&^fN~+;+���
���
�Ei}zv��Gڔs
+�Hk1b@��q�?�q�q�/�i�6��$��㺍�k;�;�‘ls�d$��vu�����uƱ��`
+�@��`n�0+�v�����#}�v4��]����~>�_+������`/z���g�5�yy������w���>i�>J�t\ȧ����^&�W�yU��k���3��תk%โ�|	m"TWv��]����i六W�3��~���Q�X�RMAs*�.��1wAfK��ʁ�B��y�2��}A~��
+Y]��d��K��&��[�u���
�0��2�O&a�S����Y��%;��(�<�TR/g�i%����r8�JX-$CjA)�m�3��
+�$�{BGG�����Q������k��[�0+o�zX������|����5��������<0[y���U�Y��0�E���'1���8�Ѻ��a�9�n�1�%
�BHy5Tֳ����#
����E��i`�bH�R�b�=B��f�2�q:�5����3������[��k.7�}�$��\c��h��Q���,F�bn��u��[l�a���V*���]�Vs7���O=���o
+!����;�%�(7�������=2dl+�~V{����@�כ�n~��T���l��ܒI��`��}��o;V\�����bAwkZwmcBU�~&=�?��|��c�^���W'�_�nNu��z�N��[�>q�����諞!;��J� �;p��`}�0Ҽ����Ŀ��k�(2�����:��)��᳝��G����iX�ޔ���w��zq���u�{�y�z:�/����\��U��}-;�=�v,�X�ǭ�ZOH!"|�4� �	�����3=�s^�E*�6���n1gh���4�w��'c���{�Y��T��<�|I��]GI���2S��͆��r���6��ȇz�����	L��΅�m�Y����\�p�EɹBP)�6=Lf�a)18�m�!�aֺJU�	��e4
\�!��,�\�]��)ǭ�Rz1x�ZY���oj��C��.'���%��)��kQ>�6"��,p����dI%cV�3�|BEG�V:�kcRN���F6>50�$�&6nVpI������c&Y��į����Uϧ�>*f�q=����+Z!t�m�� 
�U]>��,V39jC�񹅞oب����2�A6m�3IS�Ѻ�Y^|P�~�s��W^�ٙ����3G�UGr�	�����0+��Q_Je�e}sՍ
+Q�<P+	����c.3��_�<b�V}>����B
+w{ʱ�ar�ԑ���Φ��^Y�۪yp��~�C�=�:�Uד��6aE�x�|Ǐވ�x����LԢ�y�y���u�f0��k�ΔKs���v�ݞ����K�_��/*.�Ap��^�kƤ�`�	�F�=#�jJS����X44�O�^y;��WS��t���$�y%9��~����̇��i���13��iI
�B�u���3�KlĦ�s�΄�^b���p��o�_r��\�ŠK,�m%�
+�s��H_���X�d_%կ����nM�g�Qa�=7�
+�?[
+>���[�%}�T\F������'��aB�T� �C��b�����;��U�hom�V��6�K��@�}�Åj���Pa��{�å�	gS˦�Rj��a���F2�~�IkI\%�ȝ2dne�be�Q99��J��ϕ�>���n�d���۰�:>�,��>�Se����>�����,EQ�;��rڂҸ�#���,o#��2�h�*����ϧ�*&i�pi���>&�=t�ܽB�N��e�	ؔ���P���Ꚋ!����Xί�;��/��\l���}7fQo�� ט8��3��p��<���v��>3��
+����bT�՞\s��G�6�F-g��2���g�f��vK)j�Q�U�Ervr��G��Ѓ��隸��}2��؛�\ޜ�4��,lr|��*E�bx�9�'b������
eR.�v�^:����qA?���UW�Uu��H=�4\܊xU�I�YD/���mn�&����p��_Jj��=ulȡ��� kc.��ܠ��v�;NnMHO�!B.첲��"�m�g�1�N��[��e���������'�)�	bVUG��]ۓ]gw^J���1
”�_uuw��7O�S�g�E�m.b�P���q\�OM�Y�fjj��6U�,:�U�Ν;��ujF��8"[�IH �l�I'�tVA�**���5����,�v��t���9�R����{�s��yPn�"g��Yj?�_n;��u]��5�B�*�����������תؐ����R1!�Sp#lj������^)h���
7��:��ȽX��4�NI�v��2_��7�Y�z���+S�g�Sp׳.���ȺK0;9��2�rpl�	N}d"��r���	2>�@ދ���)؏��=:�g`��D%&"�dב��:&?N�S�O��.��i�a�x� +QL\
+�%U��
�x)L����W����cCpϝ98� ��	M	����r>���ө��y��2��Y7�~��Ѻ=�>���1W�QI!�i���0v��	��lC�k�����x�M�eΥ�W-���f�A�>㔶g����`TP9TMU!����Vh��&D�Ű���p'�
�O�[�4��krP��S���{��J:X�!��Tc�o+1�R〜��H�ذ�̸0��uY�2�\?-e�S�0�:t�4�,
����U�{M���2�]��	�eEةt�ɡ��^��pM/Kٱ�r���A�r]�q)�IWcȔMx3���ɹI�Μ�1�}
�)�	��ZA�)���|�r&�4p��C��_��;m7(a��r���:M1@��k�`��`��Gޥ��������E	8�hk�Ư��ŝG�%�������gw�D;N<f�E���v�%�Ļ^�;��P>��<��}�y�wi��uk��m���ZţB��Nb��!\�w!w?��^H����E���#���J|<=��Q�����Ľ����|fi�����L�w�ϑFz�:~g��	eūS.yw�q��S��]a�^C��$�����xy�A[�y�jѯ�+x%��\����]��R�� �5�3n��&�15��6���:Ly���5�<�:���҈���W�(���BPM(�'IL�5�*鰨-
3H���hKA�����..�4(;�$��,Gœw�F�m�NF9�"ڭCk�u�i��2X�_z�h=t��������7���Dpy%��~YO�5�R�+��B�D�:d}�r�9�Z
+{W_��+ղ'����)��-e�*(����
+6���x)d�2A�X��G�*�����R����,���<���R�4W6��*	���A�	����0X?�����&:1W���!�d9�+Y��j��GURx������y�����Ҏc��֊A����9�`�&��R~�$�Q�r�Q~Yo! ���>*�#�O=Z���S�z���j�`=J��&�(F�������*Қwa�{N��3�qv����x�'l0g�/>�[����ݳi����2��{��S���	:@�y���u+z�nyח�9��W�� ����������[A�Q�����}Z����-v_�O_�M�i��i���pu�y�U��
�����s�%�*��Z��|�|��l�_�s�?>�\>��u{	��2a��G�:$�鵾K�[�Hn�i�YևpO�q��ʆ�z而��̻�7ϻR�`”o��5�zz��j��<^��9����eY�{���t���ǡ�䲨a�l�3e3�^y�P���κ��Z��\�;���y`53�3WU�Y'.*��C�Dž����e��g��;Y;��8��k`I7.>���Gqr��6a�9A�Q{�;xܓ�q��~6�s���؛rl|��ΖcƩZ��#H_��w��
+�h�Z@�b�3�fzTM�> P؊��|@%�^7�ϊ/W�fS%�Bp=�aއ
+�5���54�I�#��Y����[9�r��T3�C>�jsz���b��L��i�M�:��O���g�v�����Oŝ�(iٵ�伲
f�
+n�'�Jq��&̈���)������9�n0�–���T�4Q����c����lJ� ҳ��C��PS�?���äJ�Hq�Cj�u�S6�k3�gy�V�'���E�)?������*Psr��U:�=�+��B��?�$��MT
+g��p^ޭR�gY�����_|�y&�(鮮�Y�v$�&�_���g
���*>�Y�<V�[f͠:t�}_��ƬK��ҕs�;.�/������^��U�Eŕ���K�'�����9.��&�3�?�/H��T%�LB���$SC2��;��cy��ﭵ��dY�`0K�����ؒ����l#k�Eݭř�$��p�������ߙ�����ǕʞFҦeVE剡�^t�^��볧�t��q���'k;������c�l�=�VֵR�kET�p�O��V
+�8R�Eyg�d9 �l��VT�+䵳a�9&�"�3�H f��MS�*zܘ�b�N����!���(��.��u�[�i��r-h�֦N������a��kK!TS\���g"���=N;k�R0c?<R��vmr�@����ƜF*f�����j���9{au�_2�Vu;�x�I >eV�2���FƬ�v����s��^���Vn�C�lԒW�T�N����ǖ��g\�0U��
0a�,�)��v�����@����2���a���/dgJ[&Qw{��v�#L�v�{[HaN:�^D?�щ�����<��+G̒��Y:�Y��o��/���<i�ԒF�aP�W\����s�D�3���
+�{��,�qY��q8�Y�|B�z�<�晡��q8a��.>�[
+.�5����-<�yx���AX5�. �P'}����E�l��1.#�b�A�@$���:��:�L�}����g��ؔq�'��v�_ٝ����0�sKw!��<de-n���p�q�����^��<s4���ͺ��0*��l��]uqc���S�Yz�8:Z��;QQ�DC�� �٨MZh���������=dǏO$��ޟ��@Fk�HyG?P�E&w����/*[���R6䧂���hz�^�](tw%�\.��/U����M�X�0��Q������{�s��w�~���跥��O�`m�n����f҃5q��
+j�� �p\��D�]-Bֿ�5z:�g<��R��Q&jW�q�)��vѤ>*��Q�L��=�z|�{6���M^[�EL�g�O�~0}"����o-��R.o5aӽ�Uwo>��7r��K��܇�\�~I���,�q�x-��.�Q��C5�m�`	��������K>"�&pI9b�f�W�(���l��H�m���[ڞ�
�Y����(k1�TM.-ӄo��
�M!�M���ZY�,�K�*.�G5���g��M���R�^cV�󈼕5̳��������膻Ѱ�y�����K���je�sL�a�$M��Ӆ����
x�!��J�qYhզ���n�L2�ڇ]�"���/��k�J[T4�9���x��t�x�I����*�1������_\mvV�s��KٍtB9�%5S����R̉�\�����-����7r����F��36_D��c�oZE����+[Bѳʥm.�4I�2�N3�Zld]�f��Y��n��e��%R!g���/`^*f�g�N8L�7M;mճI��޶�_�����9tըM��\�[
X��A��7�z�AH{�o�}��W��c:�6�P�9����$-R�4��i��A��m�HЃ�
+z�h��Q̸�����h+A��w#������	�&�2��	������
+��s���?�6.���t�D=�H��Јذz��g����݆jT9P\�����4̆r��2ʚ���kQ��u����BF3�&�d�\B7� Q��żh:��
+Y��M�0��6W�6Oq�rHȨǩ�a�Nb��w��(�A��{��
+*�p��#>�Or�IZOX�L��B�.aSvX��,apE?
�V'T�4������땤�WK�o�7�8�:����$BR�
+kE�&���� ����t�]@��qA �Cu\�M;��<�j&��Bo9*�EQ��v����a���i��v����y�$��0rw1)��dW��UuH�&
+r��۬�p�'��\�8ç��S��Bι��F1��Mp�z��(z��g��> ��f1�`�s�>��M�N�'>��y��f�w�	Zm�+|΁��|��p�9h��^y��,�v�f>zeF@����he�N����Iɤ��@�7H�r誐�;���.�	���*.}�|�,�܆�:*��Cײ!B�7:{�a^>cV1�f��>����E���2��>�7��i��ZRֽ�=s���g;{=iE�uɧ���f��k'��t�����}����H.��&�;��}��t�/ʴ��&i„&�@(w���%˶���K�%[�C��@��|I�V�jW�e��-ɲv����I����}�������y������MӀ�Fu��j�[�u9���E�}��������[�Kr4?�
TS������ѐ��L�$q��K�����볾���f��L��	vs�4�4T�����?W��$l�[i�ȓ���ˑ��/��Z��~]�p��}n��š�/�_	[��v�qS�16f�o�s$��>��N����n��9*X�ݼK�- f�17ȉoq���'뫘����Y����m��3��E�g/j�R[uO���#>�ê+�s�e�E9�[w6I�@mM�i��w�pg1�Û	B/f\Z>i(˰@�F�E��-z���,l2��
+���ՁGa��V�C�lơ�<�Q���]�y"�C��(9���6��\�����n�OU���U�o��_��t��QtRJ�=hӑZ��0�y������k�_�i/QI��=`K.;�X�|'�x#���w��A
��,R�S�’��|ѵ�P�L��m��M�R�>!M7`#s'&��$�~�8��섟�	����)��x5K��B��N��m'x_�L�b֦n��2ƾ�_�N�6���c����&��b��\�<���ǜ<c�4i�@�2�)��})��P���A�
�;����a��ya/zs�݈�ڢ�|�8pԄH95GЗN�7-R��7�-8G)���rඔw��	��ʊ����L��0�ظ�wNJ�Լ�	��d!>�}�o͉ښ�_�>�h&��F܇qI����`��������[�_���p������t�߂�.�{�=u�:~�M�0\�~���I�`X��&���M�
):�M;o^~p�//�?��La<��F&�i��>�Zc�6 &�6����0�4�Г��]6��^�G����m�O��I�9�����G�g��q�n�w�=��۞�����@ǫ��Fae�����S0[Q�
)���Lh�7^�[����б���B�m�[E�+��~2F�\��:L9�BƩ�OA'�i�X��;��m�KȽl�� Մ�b=5y^���l;�2�aaV����v)�T�&�l�2�S�q>���9���2�@�+.�8������1/�H0�ؚ�9����%o=��>H�-�1tdw�~Ed�q��؜��3�P�
+.tpV����A�M}���\3�9���|�il0�o��CRw���_r�*̯(�3O�ũ�6�mgw�ik����\��od��%�-�5��LYaO0[+k�(b~_B��˸�[����6����5�R�%�o "��x:tG.N?���po����Ĝ�����E��n���_#1�aӂ�]�X��d�ff*��}S�<��D/�{%�x!5{�U�ko{����Y�<�T��Gb�L��B��\�q;�U2�)�EE`
�t���Uœ�6j8/%��9��A��'���1�L`�6�\bK=i/���Y��wӑ{r5TW
�*k���b��QcO��K�/�~?�G�6�cRƇ)���y���Y];Y||���<���B��-�@j�b��n33?(��
+�'g�h��&,��#V���/��p�]6���z�,��|4���艭�o��\���‘&��od�K{\�-|�M����m��r��RΛo׬W:P��A��ەf����kӹ����\nD}-�-�B�jn�R:n�ÏD&�\����oGdЛ�e����	�	̈9��-#6���=S�m�b峄S�MͶ����Y��%�4�,x$�5V��,�}�w��~��]l�o/qTx��~6�'�p/>��
+����pV0�QsOy���&��s^�'\��]U݄<�F�R�4f�������,�����<Vv"K�vpQ)Oݕr.�Q�?'A6���Cj1.�f�8&x�m��WH\+�αN�<�a���k�3]`��`���1�B;F��u������?+��_��6��#�N^��[<�4(��/PJ���
����!�����PG�.��Y�l6!�*��a��څ���F��Ø�-�?��쫍���G}z���7=9��4N���c���`��E�6i4�hc�164�R�'���	ZF�h�d!�bB#�4�vN�������H�|��<��Qs��<�iE���ʹ6��&���SB� ؄][�ن8����{5�QN+h�:�&Ӿ�2��μ�����/��~	���G]h!�����m����Y�Y�$��2x`{����uS�v��������_2���^��t;�����Z� #�P})j��^�����`{!��Wº�rHs�B[��\��]��SK%b��)x��� %&���Ĝ��S�`�T53!u#p�h}�؄2Ɓ�1L͆l�Қ�c���7��
<��`#�F���$��.q�a)�k�asW_�u�(;�6f�=������'8�2���_5u����U�������O8�B�m����������Ϥ�Y��pޮgBh/�l�kr�Ɵ~��)f0�-�!�3w�s�?�`؇-*%Q�Dc�ڦgF��ܫnyg���>��X-�;���(m:=�
9X7�BO���l�",L|l\H�~�x��@20y%��D�;&A�*S��=9�&�/��y>��_�[ף����=�["4G��	&�YH�������&�x.p��&��=��;Q�=$+�ԣ
+0���_���G�����hS9j�y����-�9I;a-p3�tO�ٱG�Gs2m7VS� �4��wKi�2ޙB¢(P�<�;/A��M��Ά2x��BU�_�-�%C#��t���eҦ�H�5fUs�hE�ą1E~�te����y��Z�i����6e)�t��H7����[d�][��j&��V �E�e#���چ���}�����X�������o�M~�%�Ե�
mGAc�{��9���l��\�~=�#�xy!`�%\x-�q
+	t$4w��޼�vY�AB]Kx=�޻'Y;h�2ʒ��Е����
�ڸ���8e��~�ރY3��^���E�EL]����ъ��]�ޔ��?ɻ���qd�ҷ�I�5�ҵ�	u[9��!D��r�Н|t���ߟ*�����&<��h%��p��1�QJ80�����/R�N!n�-E:.a�U��
+�qCׅL6�1�����s�K�Y"�� ke�9]���6N�י���[�_:�מ�=癖@G\̉����Y�=1cQ�6
�'pH	�5)n쪂gY9��Zn�1p�8���RzM�aR�B��T���~�6� s,j�5��	�M��BF��(�Ѿ"
YK=�Xzn�OO�T��<mUr���W^-G	���2CͼxÃ�����{�E8ڮ���`��ԃJ��f�g���,Kzp.i7��F��I!& S�C��������n�rwW�ݩ_�[�k�k�J�t��;y��[�{��nq-G����)�p8��Jٴm����v�}��z���Wچ�gʯ����⪮��k�eu��^�m�y�_��v&F��b��ˑh�����_e��V�Dn�Q����v1�N%qY�����[�_���e���yq��RX�^��5��U�:XA�w�
�{�ʳ���2�4a��!C�_}>������w���e�� t[m%d�e������\T�y�nl;\2� ������̅�O�HO���t���g�����;��6�v[5����6�ъ�r��Y�"������[?�~^ZFڅ��ƥ��S>}H�J�����e��O�dl�Zz�H����_����7Qs5m�6����k/�/�v�D����9
+Sq	CW>����]H�ͺv
+1���i+�uW��:��혶��:�G�`	`o��j�{r�pVi��G��R��!·~�&c�R�����3	9JYU�������Qַ��60��jڪ��<��RjlZ
��)��Y��Y�}G�?��4t
X1U�!�'g�.�6���:�0���Y�?Q����|�YrO�شrƪ��i�2��X�}�6��hlf#��l�7���t���R�1��\�]̺���:)�uL��]@�d��*p���V��+���'u�i��Bذ���3c�����շOeXs!�k*\�������~5tz���_y�OZ�,E�BʅC��ht��:����%M=��|��L~I߸�b�LaI}��G;�^kr����1����s\�Oiey�mjj~ꮮ�鞙���I4��{p����&<��]A�$���TL'�$&�(�� �[T\Q@����%����C��?PTQ�z���=�|��z�ȩ�Cm
+d*��5�K����Y���Uy��
+T'n�Lqqa��w��?cf�z�����{��Y;�HWwG�7������W�X�����.5=/lF�VNfC��;^��z�-�Zp�_wj�юmȽ�*��S�CzZn����xM	��կ�V9Ǡ��B/�3M��(;�������#f���"�6fB��Z^e��G����'�>(:/#Fd$����*�(�^
5'lfUE�li>^��C�����eAۧ�~��5�$a�gcV	���Bz��K?ߐBɼNf��4���&�N�Q��IJ¬���cy�$i��􄽇Y������it���.�^Y6��
�V)��^��������װq�YL�p<���g�r�(��L��qR���G*�}FACtAt?b��B�>J�&�c�^�_�T��,\�̩�����E�	{/��g�S|�_L^���+|�*�Y�4�-�p��1p�q���xE���-)�⃌����{��U!d�Ի栒�]��m���O�xM�y��;$�貰-���P�+��s���`L\��)�=ݝ��t��O�¬Lع���q{FP������v0P`�:[�����X�_�v$�(bD0��"��r礴6lRp��>�O/j�Y�u�9Fa@O�	�I9��4��_'������SՀ�ɀ5����;߱�P
��h
+�9cd�TH�G)��kd��IQ��귎!R�w�[�U��*Q�������
+�"�x�@�x�#�h��j���_��#5���O��C��O�bBRg.%#;������#�4l�^�-�J�yN�ߠ`��
+�+j�U*Yy�I����q'	�㒌ԲJCs���A��\�������ɮ.�>uw�K˭�?��7�81�b��5q���5ӄ�~5)�ɍ������c{xƒ��!'4��zڶ�i76^v���ҷ�S�i��R���^6�yU�$h<]�RO�d����x����`���Bv��C���l+���[ĭ�	�9�!g�� �u†�~���ȯ5���L�!�A=�!վf��#g�=���-�5
+��t�{�;�� �i肠!����@'��ENG������[.��JINs�Fi�9G)��j�o���������:!i�m�ଵ�ԫ{#��{R1��-j�b ��q�[˫
+�����G�g�8`h8��n���9�JF�Gݎ��@�=qK=a��m��i��՗�)�/�/E��ڤ�c ��R�#�}�}PZ���*n��9���1���K���/[/�S" ;�Z��p�~w
+h��p}0���Y���_�o	���PaPϩ:]�#��Ȳ���-(���At/���1���t��BY�)᝸M!8YBFfy��i<]t��n�LC�#�\��[���嘥���-</�f�,�f�g�\�=s�eו�'�W�$��QY��[n�s�=x�2��H��[(ӫ��3||��	�^�Њ|3��É�[[#W
�k?7��|�5%�5���yp�P��Nr
+w�;��|�����]dj짻5���~::/mwMqK�L�'gDu̲��U�����k�Y�F��A=���)�73���YZ�g8F��ƇM��ǻq�V�YrNt���H�Y�8�c�@ר^P�C�T��؂�3���7v;'��{�%;oY�/I���wA55�Z�3pɉ]'��P����|z�5�su�k=�]����f��`��1����֋��ۯ)׶_S���r����:6/i	iE��)��;�*�zC�����g��%��deP��i>��q�e�v�GM�����&�����lO��ן���������4�$�և��m�{�)Z���\9�o;�y8���+�@���)�3AR�W���^�Cѡ�St��7.��t�.�&&z�p�/�qs���1�'�_�.�A9�?�7^2ʎ�}����]�=LI���3��#%���9�K��#��Ь��Y�>
��I��,���ێW�o̊��tB��v^RW���#\��JJ�-NG`��O����+�|�sfN3�t,4�
O�8�ռi���,��
+(�� Z&�F�a���	j)��Ȓ��C��j�v��_���{����}��CE��40[��u):�7]s����_�K鹥�}��A���w�d������.)���0`��O�����rN�M�[ۙ��jg|��*�L���\M®�p�&/��u�,�HM�颠�Kx�Q�f�I�w?��� ��QV��g���2�[����4�9�X�j�G�N��i�%QI���t��g~5�U|5v����in��#�*�
+ߐ�n%=u�%?`�{6׆9�o�yԼ;*N�S^L��<�Ę�Ɇ�C
+�9T���ͺ4�w�?#�'�����viY��q`!���b,�:���L��\#��}5-����Դ$�0%��[搓��:6�;����,�-<�Zр���Y�g���]�*+�����u��{A����v��g��q
+�&#E�dհ�>읅�[�|�!��/�Zf�t[����R�%X�;�t���s��]�����S�p��xw�!�5L���Ӏ+FN�2��$�5M�>����lS΁��O�9�yb�`o�f��y������ɹ�-/̜/蓦|��K2t��a����䵱JN��砧鸏�}$��0�-Ps��=Džm��s���G��Ը�Ŗ''�f��b��ù����� �+l�� )jAT7��ۚ�{�kŜZK����-yuĊd�"���g�~[計ٛjB�-v����轩��=�����.U]"����v
+`|�nW=�����>@�FؔUG��}�R|s��0�)��O�I�#��:}�y��!�r���|�z5�|��������qO���K�������V��w�1S]��h��陠".?pk2rZUF�/N91�ǧ^��#���־�:�?Ww
�A<�j�7Sk�Xs�����M�=�7EM��)�n��V{��K�093�)�:�a|V��/��7��0����M���������^L0� ��n<�̴C��ؔU�6�8Ț��E�FA���n"l��,RI�<�
+�,��w@���&@�IZʊ���\ے����)7wo\X|��Y�ۿ��wGjc����;�����d/u�������g���E+D�Np2]
+F�KY��$����Gy'"��ПGY)���x����l��UӒ]����t]���y���Sђ��=�U19%�9L�[^��~�%E����
+J�|3M�������UI%d�Ey�I�����G���l}o1T+DAO�D������VE�{e�(�kG�+�~[����,�ڟ�!�� �4T��8)dm�o��.E���3������%~�� �[F�Gٔ�j��gd��%��O�o˜+ڝ���϶��#�I��0�[Z�[�C�
�*�<kUR��0����	�!Щu������O�5Q�ц��+f(��bR�e���մb������}����,��l�ꢶ��i�/kb���k�7���5��az>�ƪ�5P
s�R�s��s��r��{���
5	�K���˒�8�4\�+�||�$Hߒ������%'�o*��"����K�$�?��X�F�.9�=\�R�_����
endstream
endobj
74 0 obj
<</Filter[/FlateDecode]/Length 63243>>stream
+H���Wҋ�_ݼVZZ9p�����i""�AE�!���8������ ��\�Ł��;��w��G^����}�H]Gq���4�n��s��~�Ȇ^����Qr�i�,lo�(�|�<�8Z�U�`C������>�.��Qǃ8�Iq�V.p���}���m�S�U]_t>',=����7P�ى��!�6���u\��$9��_�f��c���M����
�b�-�^�D�j>"�nA@1J*��)�.��j3���Yv�br����O�	BK�zx5W�^h�wTr2l��O7>�9�k2��t��1btlπ��[˲�[�5�h�4h�3�}��|>Q���K3�Uވ���,��N13tmX�u.P/�xJ��'?u=�P����d���	��\@�S�i'��))�؏��	s�O1I�uB(h��*�D��y�C	#�p�<�<Ɉ?���{�!R�[[)5�f��?F�1��i��\��$��B���i�пVع��{#�@m��b��|6]�=e���H�_Ia����ъ���|����).���7o�%�~C���Յ�Qr�;�3\��s#NGщ5��UF�Vs0ך��#z���� �&���.��z��t�ee�D��n��c��e�e�-6����a��&(�f=��_�o�%��P�vɱ�AJ��b��+���T�|�ۏ����)�a�����G_̭�	��yЭ~f��7�����s�w�*I��͍~�..	W���(۟8���ʼ�.�wmQ����W�m����_�(�bһ���.6�|V@2�ɗS%������At�,7��� 6�^WM8)O��.�?��3�ˠS�T��p*c$l���16���{m#�V���-�s�:�n��1�f)9�^DŽ����6�[�j�;NN?�eg�|.��ڍ�2v��5iVe�N+�[��o�t���m�������;q�_9Ϸ;�/������|����^N��OP۽D��v��Z���4��&�^�p�uƒqtC�r׋�@;}X��>R��h����ҀRʓar��U�'lt{o��<�z+M�g;Xw��n���?�C��yq϶?�?-��3��Ñ���F�QL	]j�w6t��I�(���
+^NЁ�Iy0�~R�/J �Vd<(K��㼵?��$5��_5���]���IF����y�@[=��k�^�:��eA���8#���Ρ��x!�}0|&��q������C%��:P��O55�N�E�����Sl���~��p�gӌD���_����H�X��}7!�K#Y�Z��r�O0I��#IY乌�t.���IJBH��j�e��\�OF��g�j��H�f�"��Ք�np	V%lB�~��Ӯ���;z����A󵨗{⒀;5#�n�׉���B�d�u�G(��tM��Pi�Ϟ�MRv���
+q�`q��q�$�J�T~<Q�}<�L8�(�9���h)+����1Z�H
2`���cV|�^j�{�j���y>�e���Fl����`Qvɾ��5H}���Z�F�Ϳ�gg�K�{}��'��HRe�p1<\�:���\Kqƅ�
+��)�U/���Q�����|u��`��9S5P�U.����oC=�j�nv�A;�B?�����
+x8LIs��B�ڊ���L�~��	�J �2K��wa}* ��@�ӱ�׶��^��-
+.�n���RS�K��[=(���ϵ�OږU��P��|����<#��O®fI1� kg���V�h�ZM�‚-1��|#4��|�)*�Ur`��7����&��m!�M�q �8T�+F��4�\�5p�1*��~/9֬� W;���ü,�h��1F�#EU��F{�����s���'���ߖ�S)5�:W�������C"�ے���_�j�>}��gӟʷ��R���(}[��j뇗��BJ��j�1��t���|�k��L� ��X�'ߢ�+ߟb��[
+��[�n���6���� �L^���E
3.�UrV��$r9]M�c����QZ)INFq	�ǮH|��-��2n*�7jv������`U�`}��S\�oI.X|��{g���Lm�^�5�����fF�������	���r]�$72YEDAA�\YE��|�e��p���<���S�B%�4\�i�$��ucr�X\s[ˇ��<���#孁>�C<���H����c~5w�ό~56�9���-����l���&.�Dمܜ��=�3`ۓ��k��j{���hO��:�b6�+ۛB��_����,�T?��ruW���u;�%�Iu��<�G��g1�.P;A|�k��2��J��w�G���4��5۱�|d�Jؙk͕���n��SE��cI�K����z[�r��0ꡊS��ҳ�~-�1d�p�Q�.ԧ$�4&�:�I7�4A�,Q�@��-AM�KԒ��BZ|�����ؠ�xUm�Kl�e�������WQ_�%�,����:����_���vI[^��!sQy��d��_d����<4
V��ڟ�,��b,�o@�r��6K��|�v���(����G��8]0Q��-j����g�%jiP�k��he>	.so��u���uyZ�rd��t-3_��ygkcCa��SR�!!�+o�8[�umyP/6��<jyo�
�{G�;�@�ڝ@%�&�	ٻSM�D��C	�T3�I�*.��ZS��N�OA��e�gqs�[��٘�����W�Y�Qr[@�g��$������x��EDՋ>�!���'>��u�=%W���i���y��_.)!7��AE`�p~-�u���m�Y��T]��3Ĝ��L�,)�p
+���"=��-���}C�w�Q�>X�q��;�/AL5D
��;\ �tF�߾�0�?�r�5 ��b̓�+a���z�j_�B���%8�蔨�\��O�(�n�1I�[�^���v)�_Ǭ���˩�3%� �e���(wJH�bR����h���̆�b�%G�i*���4*��Ѓ�^$���V�`���z��MI����k<�UUo�5�'��
+�Ex�Ys$�����V�QА��ٚDݗvA����
+���}��P��-3�9J^y����k�"=��xs B%;m�i[֩�=QtV�w�o_`�D7F�'+���ӭ����24<��K,�U��	[����
+{pmw��8jb����2��Э �7&i��x)�yl�ĥ�N�<��K�<bJi@3D�it�h>3w��[Y��&��o�FM\��=Q���S�����������@u��^%&�?6���ə���Zjz��:&�f9_����p���Ǖ|Y�,2^��p��05��4�5�Ƌ��&����=������W�jt,�fx%����7������:�uHǪ?��'������)R:���z>�����A�'|���Z�9�i%�ĝ���E.ҫ䠶��RVx�cU���-�UI_f��n1�YX�]g�ҋ���{=�UR��S��3����b���|�\�ϳ�WƩ���K�!t湁M�na��n0�
���G�}Q��������]�4<|h}p��U�?�Yŗ�}�+�%qs�̟�}E7,3��&,V
��r-R�|
+�kp��#@���-Ǫ�L���*�1�6خ��7����,>�x��UG-�;J�l����GN�V���2�bc�=���(Y%�4b����~���X��Ʀ��S����\��[�5$�F�v��������7k#U�Zn������-����9;�5��	��9��X�S�_t�(��{B���
+yV��+�J���>��]3Pz�DM����o��l�H�����K�(;J��O�?aҜ��^�$���z��疒�Bj
+<�#���MO
��7�EWԽ`>��}�ơ����Aw`u��j���	w��Ӭ�ȇf!6�@J/�_�����iU�YB���=�%���4ĩ�q��V���<�6��̺摳�έSK��Q��Џ�+������ȕ>�Hɬ�<��QbI~�<:���h�"\��*鋸��m�h}�H�a�_l���Q`�^}a�lu��<BH���ٕ��.��F���z�IP2��,�Bz�}���1`^94��&u�y�|�s�p��>t���W�Y�єM��M2���M�8&�$�أ`�
u,�޻Q,��(�
+6, łu�̜�_����9��s��|>�;�C�M"���[qh������Zz�ވ����u}N�|��M���0���2ψ�ҮbAPO��(��I9i}��5�X6�@���!�����`���P��׻�a�ȗ�)ѩ�'�4��2�����P��v�
�L
�!�y"��Z��VE��z0��v#_�h1����o��S���^�x����3�*�P���!@��Ր3��XYw�����ڴ�Nr��2=H	O����\xl Y^��֡b7U��.=r4���	��S�wR�9~��p�أd��D�Z[�KM�`�8�����_��d��aB�3"���h�5�c gy�)9�.�����k�p�p�1f���7L����S��5�O���sh��_M�rsu�j3���
�������q|&>zm��iR�z��%g�
+���\� f;���lݰ(�2����4��,�8��3��aO�Zlhr��ً����>p�k>��'&!�?_������p���t �͒�z>��^���Z��P_��m���9�{���#C����:�.�w�D��>^3I���*"<�T��e��hBP�b���9������Q��]��K�Ш�Ix{���������3��������2�a�%!�����lE"��P ⪤{�fD��
y�ȓ]5��:l�k
qO�J4�7�X賰�K��p�������4���Y{#���Nb,��!SL�}��a�"����ڊ��Ȋc�={7����]�¾����5�1�	&�ύ�C=ݡ�V��9}���F�v/���O�W�^K�L	��J~Y�Ң��uPw���J3���>ڐR��uJڮNZ=ӊ�Y餦�4��h�0�;�3R��gأE�� G7��o�W��[W� �Fm���כxI{�u��AE�^���Y}��D0�"Ex���aQ�����(��� a��]Z�L������+#g$��nI��`��W_���Ir���6;$��m�Tg�(�
+����TݳJ���5&n[�����Я����y���<�H�����NT4�/��fD�����x���D'�P��	lH
+[V��:d�_Z�_�./�"/|���*�mM�Y)}{�W��@�����:����vl�8�Iɻ=տ�Ѳ�gDXϸ��]pM�-�eU0�OG��O�2�C]��ދx�#��W�=g+ʎӥz١�Wu`d��.H�'�|I@�NV';�+߯w�"�ԨW;��f�vWm�}���Kͯ<�j������$w?3�D�H��T�+*#��d�w�9�� �����it��<%x\�|Ӯ�|��2���Nܫ�^F�p<����3HK���?�E�p���|�����F��v�—>C�W{�ߜ��?�Z�o*�\���蝓�N��g덽gk<����R�x�������V'=�)Z�zq�C���g�����g��Ŧ��ɚLkg��5U�3���9��[R�ƀ0���|�bVu�+��*��E�L�P��>��e4(�q(��uЍ+A��_�	
+�弽:%���$��Yq���n���K��j���+I�l��O
+�!U�"G@��;����Q68@	-�,*�_aA��@+��Bz�#8�I`[mɃVl^�����y��({?-��GMt���}��)9#J���u��wȫ�O��i����o�ഋ���+�̸�%1�Ҟ=%��
+J~��"��������d���F�����'.�,[�Kg�G�ć*"�� �����b��y��W�����D�����.(��
P꓇����k9�\"�L��C>^f���,�R:zZY��1���dS�+�O	0��R\�E��5���ګ���+H�H�H��|�O}���BM��lk&d��pHG�<�o�����f;&i6𦏮q!b���`Q�b�R��1:BE����ӃP�1��)�?�zv�&(�Ƀ@vN��r���,�>�+;1sk}�"��yO�)r���>��p�(��Ye�ު(��`���f^A��/��,6&�@g\§�]��$^e�_�?�e�Ά���'���D"� D$[k'bW4�X��E��$B#�H�NZz�J;�ji��.����Lgz�u��5�a��y�|x����������A}��,L�,��/�
+�T~Y�/��c��u�r��͒>�孆䷫ڼ�Y����)�`Θ�gG�Gm
q��K��BW�+
+���,���ѡ	����.U�nk��������e�X}�T#ۿ��~<<��������d���|�[�mo���mkLJ���7wM�G�Gk	�R�0�R�w*RIu)R��Q�\.	z4v�{��Y�1���+���nfZ�ma��*�1?r�1ɤ��L�� ��(�G�������A�&���T������M�_�Z���l����9�Eӝ*����`�Z�k���d��W9P&�Ur�ErAHEl8$D���y�rj4�U��xC�w�-�9d�i�:��ߚ��̛�9��?mY9�6#���2�<r�$C6��l:P�>����M�6���f5�dޘt�2�<[sv�Ɗ�'�7�:֏]z�^C�.�է_�(�qP-���(cE aB8�� ���%��,`�N�3������~����4��@��P��m[׳%sɚ�'f���_U�����td��.'r�\����
+��>8�!�'+�������n4Ez��y�֚�i�+��|G�ɭ�K�mĂ����4
�"�9�P�,��X��4P) �Q �B��?p^䜄��Dž`��/߳��p�������m�������{�O���n���"�ۘ��%����hҸ\�GF"���� 
+��?༰��ʼna�:��7՝���]�qc�u���8��|�f�|<��lmaOtT�{*�I&/F�`:$��!���/�.�F"�b���K��?����ԅ�]Ҥ~?��ϻ1�o�v��Kݫ5k��bo֖�C�:�.X֊<-W)�y��x	&�� Od����S����"�Hb�M���.�xq[��e�-��M��4F�l��t�~�j����.(Ŧ�$� h�m��b/�+j���ޖ�7�d^��ug��bo�p�~����D�����=ϵ�I��Ty���B�*=$\ġ�
I�<��b€��XL�X��+ͤ�w��׭�ѧ�&����mw�d�3��33�vۢ����'�=C]�o�TiB$G�G��S�23:�l*�}�M$Cj��ڳ��ohTQS�Yg?
�-���dWݟJ^ֱ�m���&ℾ=���
+^.�@3��gR&R���`C�
+���D���<��j
+�Ƶ��,����^�ҏ�b�<2U�m���ޱ��$N��M�����P�% b�c_���:hd�
+f�B��U ��9��N��盃����yoW���猗�f�SWF:y�.�C�&5�s0e���X&�D
+"6px��C<�!�/j@ �ȅLMf"i�Z+��x����,{i�~;���gѼ[�SnM�E<��7�ke��3q��P*�E���e��!q�����C8�e���u�Y��e
+��T���KcU�6�d�u��:Y4)�/ʟ��˘h
і�qY��bBB؈/���"�,�|���?i(
!��9^���V��~�������͝�O��m:�?�xܯ�
?���-*�N���E��X)b#1��xo`P��
+eiY	3PSEvi�^�jOߟ�a?�k-_u��k.sš۞��o�M�[}V�K;f(ol�U��Z(*
e�r�p�}��������ˇMg���.��]_v=������ce�s洕�A�ˆY�����#k�kL8��a��R�*bOU5����4\^ξe��v�,Ug+��׋m��w�䟟8�����ݽ/WgL�+S]٣���qͻ<��:SD����^|�W�S�O�� ���j����֬�;a�^u|{H�ac��������be���+�]S�m�Evs���H�d�0��3�4]�K�e'���/�I��<1ͫ2��K]ROմ���$�s��O�����L��L�0�,9iڞ,gҞt��4i��3��IF���fԸ$��
P��e__v��E�EAP��UD�Lg�i�����|������,��R6:*�aNVx��2�u	�V�Ѐ�*6n������?����y�X��Xލ<ؕ?\��?|v�����k��I���I.Z��bV�x����_fFo����Z�t�΁�1V�N@x����h��u���iѽ(�_C��v��E؝���ꊫ>��v\fTnh�������|,z.$1���U�A�l�I�����Ӕ
+5m��������PS�LCå�ں�%?�|�[XY�cXE��O���Ε>*�������.k�C��|h���t���yY�����\YG5���k���U��k*->��P}���Ʌ{�n��=��檷Wk*k.5VV�#�"���з�tl�K�zda6�98�Ut��'!���۸��;X�"vɢ"?�������|���OJ��{[���W����ܽ[��*������`��� >_����[�#
����{�|��Epd� ��H�e6_�Bޙ�w��U"�5���y��,I���+��t$�| ��r$��@�Y�]Q'�1��v2�(�I�Kc��q�z�0���M����Fڷ1v�ΌT�l�2�+�ĥ����C�;�
+RV�o[��v>e���mLRk“�7�iᚔ�{�3,��԰��,p��	)O��vY�B�0sy����K��8��#70���c/��qsi�r���PYDK�k�!C�ǘ��>!{g�7AE�E,�/r�
q�S.n0�������i>�yV��	�1;��:���כȇ1=���!P�]�7t��M�ƣ���Jh�Z�l^�l֫��P�W�4�p�7V������ЬֲZ�غ��ԙ�syI�H��J��^�tvU4v���ޑ��y�6l�­��ﬣ��)��T�Gjw��j��J�dh��)�o���E9��^������8����ِT�.���y���IM,S�{R˺n�b	�?��Q�%�����^-�j��.5����Z�('?��8X����>1�ZTq+=f㆙۟��i�؜�������Y��kq�;:�%j����Fj�_�-ܚ.�2B�%h��~qq�Vsuu�ִ<�S���6�(��5�������6)/�d��P/���/v�m?�����ŸY!��Ė���ec�L�^�����SaV�j,JZ�}�q,�ӗ���~�&8?_����3�SK쑨��	����PO��+2�F��p"�r�.�b�=��*F<�.e-@�� ����������ʪ�؜q�PY?_x����P�*SnEi<]�r�(ꢣ�m��M-�ɶ~�e�8��B��
+�}��2	�]jGny���K@�۰?:(��["�/�Xi;u01�f&&jP�n5a~�*ߙ��n��w�r������k
n�����ꄉ�s��P��۟W�����'�J��贇��Q�L�bO�?rs�G=�d�=Ba�&f�bξ�����[z,<j&���51н:
ԅ&x�	۔�h]�IzIȫ
	�-iE�ܝk�K�1�>9������Y�̊P�X�"�jۭ��r�Mn�����g��MB̞��v�'�����g~���l�v�i��K��Ktl:�A7��q���%@<]"����贋�5Q[�¾���j�}-a�ļ���	�G�-䶰�������D�[���l��WuR�rA�x�I��1-�
+q�2�[7�7�faw
Ć������қ�U�3�%~e�?65ȧ>��<l#��],�G�f5���PP'-�V��U��t'L��v����bs���z��k,������u>ޝ}wwc��>���
(��xS�����y&�"���)�ܺ�q���3KLX���Ȫ�l��"�>Fx��5��,k}r`����!�<]es�}���tl�{�}�7����M@j]�ك�Hz|v��L�h��
+�=��5�l�W{�]�����p�K�}|6�PM�<ru�M�LY����Q\e_Mdi�u^==:硏���Q������l�Ybً�������ۈ��@ ��{B@��H*�JL����O����{���>���4�N��n��~�Lo�ָuI�.���f�N��lȻ����߅b�C��V�?m��@1��&��=13�>fd����:m����/�s�r1k׈�FNC|�p?a =Ll��2v)5�&��ʻ�G?m�~vM�g�3���7���ㅾ������p�YǨs�����qHT(�R��G�����"4��Z���+�t�)�
+��S��:���]:=��lBbd��2j$W�A�*�U^zL�,H���UH����$̌���A��Ī�qO��^�vb|x�B����\t�{�r�Y��B����C�*�No��'6�����o|.���cV�M��k��%��W�Aw����х�}��
+i?��lx����+�)����!��	I�]@�v����/W|��rv^��{�ρ)�QLF|�w���Q؛�S鑰~�<�y��P�9ۓ*`?�t`�
��B@3�5H`DS��}İ%C�~�<"J��m�|�Y����Gk�����'�
n��\�i����I7�ߞj���*@�Cc�#[`Of�RS����H-D���^���(��_���������6}����f�1�Y�-%?�Dw�o��-��דV&�[���ִ��xlC+�i���*�JGzcܫ�-����M@�ŮB��pZ����S��oQ���ۦ�cF|M�@�@0K;$�|P;�/�\
+V����M�ǐi���Z����R�DZ�-d�R���]�w��K?S�V�d<�-�| ܶ���� �+�.x�Xeդ���e҃�2�~�Ĩ=�|�"0�����!��i�X��QbZ�m;�s�sN�/b`�8�H������cS�E�85��c������e���U��j�������s�J�e����a�/idu@6��s)��eL8Ji�6M���4*$)���ٯ26z-dc�LIOㆾ�)�����>��%��Btg|�hRf)%m��r��B�?c��w '�����w���S?{�a������3v�u�Ĩ���F�%$cg��1n��^���;2q�/��r��_���Ļ�f1�,4��qH��I���Uڡ�'m�!��B|�i�P}9��!^	��qp97�����~�Lу��4/����o%�Yu%��u�#�}�^��'��x�	#����{Ju|��<aphxҎ��S'0���Sb��	p�ŽaN�@����}�í����0���P��Y�(�L�.�U���=��A�U���d�Iٯ�fj}��lIٙ�'�������$��ń]�Ϲ��rP�������v0���½�������?�s*�'������Y� �$�^�V���oЫN6)�)���r`�p?����S��g��z����!�䖱����f�ïK-��~�zT��[%����Bpt�,��8?R��< !�	�ެ?����()+��%,��9��B�����?�	��2T_�@��q�P�α��H����fZ�����v�;�N|}�vY�qS��˕��]�����rv�����ޜ1�%�Zo��/���-�]ȵ����43fVé�Ռ�����]�[U���Nh}�6�q�5fM�#�	���
��7w����0�+!3�y����n��M�p
�9\bפ7d��-)1�Ӓf��{%����kP��y-q�1�9T��1,�j�B�e�Ҍ"^����)���N�HɕQ����"e��O2V� ���a�����:kca�e6�.1*���kᏌ�RP�	hdz�k�N����6c�Vg1o��>lJ�ꁪ�l��jtgb)�׎���9�Ą�V�0Qk�16��q��ir|]����جW�h��C�n�p�%�E؟0p�9
W�ޑ���}�լb9m���׵��)�y�=$(b�>kfN�⁸���z�������H=��X9�������.��E�9/O֙U�SJ?�k��J��d@֎��H}��㮭sj�D�����L�Ұ(~�|�9sz��IO�5gҦ��6����X��+�;"
+Ⱦo���$��
DP@QYd_MfN�O�����{��������7�Mw���wC:z�ա���_��	�!�p���æWSɃ�E���j�m��xz7�;��¿72{|+�B�+ȗ*n��K����Ek0Ş
�����a��2cV�@� �-�_��	���Htec�F�y��.p������+�Pp}(��
t�;ڳ[�yL�}\}m��n6֩�=	��Ua#�&e���s<45	8`��Ŭ㪰ad8�����ܞ����K�O��~�q�s4�/��Hl�c
+z}DF�p��-��z�[8C-�!��z3�6�dw��`�+��h��<��r�oYDg*
+T"��}����p�J�:��v��G��9��g��5w�B!4�ۋe\y`�^n{�Ȱ���6�4�/���"��y�ҝ�3uӘ����,�V�(8��m)����t,�S|�ؘ�#��M<zh����E�̮�����ʒ�޲�]|�
+�u,t�F5|j��vѧ��B��v��q
Ґ�:j�OE*um�L���O׉U�id�}��IT��������C�{	%�:�g!�F��~-H����V��c����/A��V�kϔ�Z�К�K��9D��
�^��a�ӯ�4�5,DP�l
+�ɕ ��"��	��$���f�V�ȅ�V�UP!g��\}_�g�
B�ih$�ֳQ5y	�LL+ $�<�OM����
~
�2�G�����H<y}(�K����]|�B�6P9^9��B��G@A*+�M�MrYp��oj����%A�����6�ݰ-������≈��
hH�^������%�@�e�z����w7�C�GZ�y�0y�Ɏ޵޲���r���=�C����N���f
+,�'@.v:���'�r�cïc�Y�{xH�:4�>m��v��:2�ǔ�J�,3mQ_��,Υ��Ș��ǿ��(	#
�b��u��(i��UZ�ޔ�1�����ƆF#�eACZ6�'����즤VH�X!���ڤ��y6ӕ�Y�ʶ�B�v�>׊^~ji~�ܠՙ�P��S�l��	�(���-&���4<�VP�U#�?�.�֤A��V�;��:��O��>�`�+G?���ߒs��T�Yd�E���
+�������/n��]PN,�HY��¶���_�MP��uD-�x�l�S�-�ȑGu�[�*��o����!��k�F���������,׳Ҙy2W��a���c�5#�b�/���>?�e�]��~�T3Z�R�3�*.h�̹�|�iͤ5d�J-�*��Oq��J����w��ֻ�]��_K���FjOL������8�}h�so���(ݗv)�+d���溳OV��}%
��G�l����6I//���2�@;X�y�駰���%�74���w8W��	��#5_���E�T�k������
+�p�'�݅޵��ㅎ������
zm{���O&���W�Cc�5�Ö���g>�(��<�눕A���u���F���z�/������\�Z�<uH�E�\���SʡD�c�=�t��[!��aR��K�؂s�T~�I�
���i�͙�5�A�[� �RJ��B�#��'�Iى�'�b�T����		���F�Thr��~uHE��3p�]R�_�{3�,��P2��:^O|_�Mۇ���Ī��+	�!
�5n���㋣z.)}4eH�,��T���qˉ:Wq/�$�EA
j�G�g��~n+��z,��V{��'�t�Ơ
+��d�-�0X��c��>��л�y�G��&��Iwn@C�[m���g�c�Py'm�
iE���t.�-:� ���P����o�5&M\╭�%{��j�4���۶;����u~��;v�V���+�T�%�R�2.�lu�<���[2��4���'s���0�h���g�Sަ��j�*V��;D��543�a����O$-�v^~��Wܰ��f61� �S:&�-#���~pIp��'�U����gK�ߝ�\��Tr:M̳��+8홖Wݏ]���`�m���FQ��)��$�=�skn�i�;u�̴h�jZ��f9Yj�*�&��"��n�Y���������� ��f���O��O�ߞ�=��?����{�|[��q��G�?����
+;�����\��2��H��+>f�3�%-��v�HP���i��2=�m}>�V?T�K�ϷUD������)%�1I��������u�k)���A���/�hq������㯁�1fs�Q��.�9N)�Q2	n9)ǫĦ|1�P=�x����>^�篖�<�Q*�:j�o���=�5�xf�̻�9
9��g�dl�e�o�'���iimƦ��vc��. ��Lԏy�g��F.c_�B�>sg���n�	�^��٪�Vok;�\sM�mỵ AV������2t���`/�ֶ$]6�f���u�K-{B�KQ�ƣ�gnI1�I*�ѥD�l�0o���cW��S<����L,�$�g���cRVF�O�v���.�t웛�����p��x�.tC�S�Mrΐ���v�9�]������Qq�]Suiv1����vG�N�D�
;�_�d�e�r���
+����������Ǝ���Y�ol�p*��p��؁V:�9E�����"��,���U�N)�8��i�N�R�G�OW��";��l�#-B�k!LϺzO��[����^�u��ડ�����k����w+�իBb��0� �Z��-'�'k◇�n	�qg�Է�^E]���2z�o�y8ϡ�f�T�#��{��
+�/Ϛ������=6t��n�Xe>����)f�� �����	y���䌌�qy�3)Y�S�ЍN>�҇L���ve�|cGY����c��oSO�-Q}a�B?>ۯ��,�d]^�>pϠR7'�b�D�׾Yz_ͩU��*�yw|���O~=��:�}���rK�O>�0��VR��b=uK�s?&FN��c�rAI/���A��]��0&k]B+ʏ�v������g�@�ܺ�� �М|�Ԛ��-Iy����p�#������oS0�ӑN<z�5>����_׺�7g(0� *��E�iAe�]�+<�|j�c��yA�z��S�_]�4���-Zыl2"�d���X�k<1���L!�'��l�(�`F��69��!����UkCU�:䊚�vA�������rF�e�"��&�OԘr���$.`d��\9܀��T��Yv����a����<��n(ߐ�3�j&ʧk���o&RY��ā�����dd��:�g�u:��2��^�}mW�w�ŁEyG�B;f�w��Mk"֯p`/���$��.&�.��4��N1�|k�4A��� �����Jn�Uh�):���m�ƚU!5�=ͮ�iq�F��
�e�N
,J����-	>iO�"�L`r
��$�$�#�|*n펌�fẜ�r^NN��*����۳��P��Y�-&�-�T�[�|�@�:�CT��?���G��V����Wj�P�8P��[�t�ց���&�K��h�'���o�>��a(��4P���z)�5E����um�[�ab�w�������F�ϧ��7;��xE1�F���G�1��9'��\Kɫ��^e��	�FF��O���}����-%��`K�����:6��,h��@�k����L�[I*��?�i�������M��P`^5�n_E-ٕ��Y?"c-������!l��Q)(���e�Ћ>�3IJ��	�a\�\SqxWe̿f���=%������������{#��cS=ίcSvTٞ̚������r�(%��d�.�U��(��CsE�$%�������{ߗXM�Yr�Ƨ�6!��K����`s�[��>h1.ie��u���_ˤ؅ő�#���҇��e�C#ӣ���R:�3�F�������_�y��1�.ᬔ���j�������k>2�X��ۧf/��^M-lm�d��n+P���Bз�	�'����za��<��I�J/p���z��c7r�,��A�ܛMM�@�\� _�R���.:^�|]�4}�pxέ�U��y��e$
����8u�y.٣`���Hi��"�@Ũ��j6�q/����̟���8>��[�J���U-VQ)�@�
+�/�d	�HȾ�$,AV�a�%$�BBkBB	���޹��=�p�93g����9���}J|>p��{��$�8��rS����*���%�����}<��84�s���a#��|�6�UvoNT�v��7
κ$
iK��5���tBh�^L�aC���y��1�5q���H(�gu�y��̳
+zF�m�z�,m��ۧ�*N�G)h
+�)�5�SZ���U|mg�9#b��96�Dp���]	�p_N,ٓOU��盃��IR�k����2aGB.^���V��\U�KT�J�5��{bB΅)Z��u1:}�#�FTrq��:f�\tg���	p����=\��M��'�%�#�0bm���b�>�O�'9���+�'+|~@���*�o|Z"�,�p+0/�kbU��tm��ͽ5w���W��ˈ�w�iBf�Z'{T�Z�t]�B{�������������\�W���Ȕ�����<�s	�	�"&.ͯ����
+Zj�Wçاqy�J,z���#��V����-�խoDű���E�}^f�\�_M.ju!��_ �y�w���f���e'by7�g��Đ{{JdVH�Ă��`
jo�Z�5Ґ�QЫWQS����c�����͏ձ^im���FdmU?RsӢ|�(Hd�N����A��=('f.�p���b�r>���s���:fW����+}�Ap���FP�U���~5��;V�H��k��k�?7:�!�652�Ǖ��d��&��\��ܱ����^�C��Z�k�9��Y�}o~�C~u�C�ݥ�]�͹�%n��q쓨'���<pN��Q�q�<r��%�
L�d�O���� A���!�|�S�c��-�tl~7Znk?�&0G�pKp��L��0!�8�O���bF��I(�Rfa�!�5�M����>N랦Bs�Z�"�1�M���.�0�T��]YE��`օ�Η���~��pY��X�&F?	���h��G��R��>�6^�6=wL3���3��1�R&̦liZ���e��M>�U�v�Yx��9~�u;`���O��߾���X�?ˮ�ȥ^)2���:v����$#-*��.��fk��Uѻ��x[\��6O<�+�W��U7df�<j|1p���"����*is��[A(�S��lK�ً�u�2\���C
��膦3�C_y�)���
+Ȃ�c��M��w�l�$�����]9<�!�J�*�,1�&Q�KɪLx�VP�,�X)6�:�m魹�`�D�B��@�]r�!����dNur�Tw��l��=�Bo�*Y*����1�z�.gV�4,t�,���&z����.ȯZޛhsw��]!ϭ�–�1I~M���`սh��a����R�����;�6���&�u�7��j�u��"�w#�~����J����ܫ�����j���G�;�&r��o�M�a=�v��!j�u~%*�6Z�+�}��5a�G����7��G+\z@C�؟�f9'Щ���m��O���m�ȫ�ü�,��Ss�6�%��`��i(��J�Ż*r�BO���	ĭ�a�R|Ύ�m�`��t���3�1}�pp�G4v��-�ǎ-���J�<��=�f��Zr�k�Y���ʵM��')����n�m����Z�c�dS�e�`�<���÷F���<��%�|pc�b���P/��-�ʭd���۸^
�qGA�ߛ��4��j����_��m�}�|⾆��/�����FV9����vʛ2L���G���j[�G��+ݜW�V�}5��Zt~�rG�]�����C��鐕AX����]��ɫ�q����O���	S|�'VlMb��I��G!���%��<摉C��0�\s�e��G��r�Ӫ=2.28?0y��߂��?\��i�ο4Ґt~Sܐ�:�Տ�8��W�p�ħ,�>-p��p)��VİDmkō/��d�'r�@�~�c=�1v��k\��(��GI�w�)�^�s��
+	�x�-���26����?+ʿ2Fɾ�?��o��T��ˮ\�a��
+[y�0�_@�*�I�^�������+�3
�=�9�̜i�Lr2�R5�Im�4�,&"1��B\�v��U�P���hQ#��(.,�,����j���S�����s�s��}�.%��h�S�U���#5���T�w�`��l�9ی��3N.���WN�Ij2~�����E�x���&��XM��]�}�@Q\��cF"���=Z��3���F��NE-죍����6
+c ���Pt���53����6��
+b���*ι��J�d��F�UL�O'�����C5��.'�@=��}��Z呂`sx�]���;����L��hs����y��W�>��FOq��0��91�<L�TK^\�#�K@ʼn	�?131K=�������=��.=�tO}�HzO�"q��k8�R~�ܭe�iG)�d�����9�B�y%{��}�Uv�5+��s��{�Uhe�����d�w&Hi�E!=�,BZ�"b�Wz��^ �����[�)�e��&���y�X�|a #���0-BѱQ�i�uQ�(��;�����t+ka.e�s��̧��IN�X� ���<�Ϲ4����[��k�g'�M��8�4�쨾�K�>o�3�Um����,�&ٿ�Iu�U�	���Z�����v��..�g�
+j)%~mc��Z3�`�G
���=-o��nc��
(�<��*��iD��4�k�ߔ5�T��D1���m99�1Aϲ
��gs�����Õ��'k{T�\ȏ�n�L�U�e���V���摖�ޟ��\����Yb�[ͪ2�PҠ=M�A0b	�������Ŗ������7��:�p0
+A魁��1��|�&��Yj��!_h@�c��rA�մc~���CP~�����|O�m�Tƭ�2�{G����ۚ��������2T�>�X
>uu��H�-�y
,��qiҙ����ϻ��ef��9�w�ފ,B����[4쎢�5R��5�π�P�&!�	YAD� �x���|�fS�-�qk��1�B���J��6QP/y}dh�V��C%P1;�JC�T�|���5IN�8���uu�E��c��U'.����'����2j���E�0�ɷ[�X��:�qjf�"덥Э��i�A�g�����NM��c�<1���/�Xu��\+Mu�w�?�x�n�ߒ�J��1b�������]�bYE����p�R#�������2��4�,��Q�#>u+i��IJ�G�lM0
+Vz0��f��!�Dֲ��K��ޅZ�w����� �H��Z�Am3��nj�֘��������F�c��L���Fy����~���� ~[F)�詻m�G')���%�L���������xܡ �9��~
1�t�I��+�:�u�"��7>=Z����M2�H�æ�� tW<��W�|�g�ŸF��˒��&lX�D�ռ*�(��_g�C^�˱�.%�fJX���Q�X�Xw
d.(�*�[P�%०�@�� dn�El�]�eV�K,q���!��t���s*�aBJ@LJ�%�ƣ�mɉ�ƞW����i�	�5�Kߝ�!&��?�rnĠ<�h8UN%�Խ�E�� ӭi!���<A������f��5��^5�b�����0���\�|v����.�]ڔ����>5
d��З}�:�NY�-��z+�Γ_|��m�3������nU3��,��9��_�U�~W4���x�/�8����m[A�7��3=�¦Ss��os���-�OX%e[�j�zg�e�9�.�$fĬ��Ƕ���Q"uO��,=���u!�A)�~T��]y��%��_�d��>���PSք������~/*K�����o���콧�M3�*����U�_e���Œ��s$���ԵЎM ߣd�W�t��N�-����gZq�AA����ZG��3�F�e���&�l}e	zi�yKٵ���e����������w�[���1�jJ�WE�p�b�μ�%	�s�&����Wؘ59�`�ԷHȍ���_f��
6���rd�S�_�ٿ"��:��E1`zK��4"ν%d�׈�)�+�����\�i���"&���\�m.��p�Y������J3�����={vg3%1sfR';1�dRL�5�DcD�(�{GP��Q�WDE�"HcA�^2�����)��{�}���>���<��)f��:M#���|rP�@$-$XŠk��р.��A#�3hb�������(�r�1��IF�6��!������1��h��4ܓ{Qɭ�T��}3�S_y��]t�>X���|1K*K[��'��w���8&�w��;�k�
�v�"?=PG�걖����E�e���>i�H���p�q+�5b]�'�RYXK��7p;_������oR�R�^�G�;�Qea3_�p	'C&6d����4�10;I�@����b�G̀��B^�,��Z��!�ۭ�U��9��EF�g�Tk���Q��-�g�Gt$ThS{�|W螃=��4^?R���|�K�l���_��t�W�Y|��?>Qc@1[?�9�n�L
+����������:�V&6���-�)s?/��b��^L`ШQ(
+�8(���
+lR`��tV	��k�ڠ�\�_A�X�k���Mל2J�Pǫo�qeg�†�W��W0eik�7�C��
+�|{q�9�-���>5�;f�Ғ����U(��ho=�ǻ�sW�eQ�հ��Y$#�-�XI��@�u�}���W��tjS�?�w�a���6�5�MLyp[�Ut��N�2��yԴ�g�F �
+R�FTw�$l���x����������͊�A2C:�3�ӟ]��?�����#/�h}Sw�&�LL�L�
+]a��8����uf{�T�+��ɹyF�R�]�v�`~ǻ�S2���f
+Y��'×����i��5v��Z��s��N��dg��Ћ�:2د�V�t,l��e����Rv!f�!�,�����w�݁�؎`0d�3���e�Ko��Ԉ��Si�)~�SqM/���,pZ����1E��ڟ�S_�d�-�x4�Ji�hs���w�VG� ��9�$��=	1���=&-h#�����S���C�y?��%�	ǰ*h�D��ߟ~���ܕ���6Bo� ����)x.�6m k�J�,��	w�b����(���J�{]6�s"F>;bfac;}�	�6�s�A����Z/e_Nim��=��V��3s����,��%�䆚_u�4������������KZ阤��K�0	�5`�|�_r�X����,�	�&z��6��P�
��0G�&�������޺�LiJ8F�Q��w����ʤM81��]@_��bBT"�-�p��/1O!�#vϱ�P�Gf�O��r��\�������/Op���n�����sɧ��:XD��a7]��[g��<����UB9���U"DF*��$�B�1�O7���J�c��] �[��<��=O��I�V��{c]�7X-��PAW������C�x��EP`�v�AW\Ӎ����Y��3KĜt9��{�-�<��X�(9�b���RTC'�=U}��Cy�#�*4+�'�?���5�!��@�k�����\<��6~o�H�rM5��0�|o_�-t��D��?E,r�!ڤ��������K�����J˪���6gp�r�]��;��E��K��Ư�A����㍮��U�S�ߢ�[qD��D�$�Gٔ�/��:Z�煷nt��a�U��:@��N��?N"<iEք4�Wq��#Z*ث����PY�9j%0� ��"6�w����/��\Wz^b�x�o�f��9tv�
+0���JY	�TT8۫�7)%
w��wNݢ�c
��S�"C�^zp	Ȼ�|�oN�1�rv��Ib�������e|�s��F��/aJ����3�\��ʧ&6�����5==�I�&�$h��V���s�!�@`���GP�~}?׽����!W�Т���8�wX�(�m��d��酷/�uE�X����V>�H����>�]o}�]�F
LT���9f��Jf�y�82�d[ �;�1O��Iz���n���`�;ѓ��]u��^i�1��yO8�r��~#�#�d`�f
+̯%՛�;�a+�:�%`���>9��h���<cG
+�b�"2&�tX�Ϳ-���-�K4�5?�9��\���g�w�JxN�����Oqy?��oa�Ν-ٝ�lڦ'�I�uuotM֘X�5Q,���t���� �+F��ؐ"���
�&"j4enf��!��o��o�y��hRP��rn|�ԁ��*���}ڰ�]y�o:�Ij��k���&ll2��b')/������2�J��?��U��`��؈�!�ց���]�T�1������T�l�FN��Nsa����.v���
��M%�ɡ�C�����|��ql�^--{k���(
j����/˲�c+��F.ҥ�J��~�c=EO��"���S�z�Q�M�����,��*~��n.������V{�_+rLRH��a��w�4�k���aT�<�=���k�A�
��#Ԍ�y�~d�Pm ����~��Q�Fj�GCJ;��I�榦���ޯ~�7(�3@��(ች��^�}yu���P��¼Ckq�{��ã����?�Bz	�������c>=���#8���L����m"�����2Yt�"i^zKI^R��AC��],�|[�0�K�8ה{m�ҁ�!#�R�X~{���蛪A�4L��7�YqgE��v���w��
+�A�
��	>�g���=���|�$��B�{����kq�`VT��ܬ���*�^b��v\�U���|����d�
+��M<�[�F�Lג}&	+d��|zZ�_�E���b��0ہ�;����k��g8,���/H%[3�� �m�6J� ��ѓ^,�D�<�C�e|pJ[>o4t���#'�0R��U����a����m�W.!v&$�a.��A�}�?#'f��KJ�n��yΫ�W�����[���IvN`��lW���9c@�����K�yF�ྣ���K���~�(��Y�|�LK����)m��WV:٘�F�]�F�q�S�흄ߍB�9{c�坷���an��*�\��]������K���/����>tԦ����V&=��i����զ�77������H�L��e�E�ۊ�A���CK;3׊��hk�?�6Jf@d���Xy�C�'�=�h�K|d~e���?*!����t��r��>n�t�N[U�O�%����`s/�Q��⛁IjVp�[��&����.��K�t!#ͯ�Q~��ubk�oO��KCUq{s4���Yxhcc��	���%u]��ح�յ��Zjm���R▥%��Y�w#�P���'���oeȇ?�kK��I�b�J7!�t������:ڲ���nȼ�=Ix��	yp�����y1��j�|w�^�:��S�
+�Qr�/m�����~m��V������Dk��������� g�Fr��9=))�-l)�\܁@B����C=�`[�)�1�s֧��]�؟��Nj��O�u�'�B�!�}�mj��0w�)�Ew�?�#�}U��T':鬳�x_/$���E�M������DM)�Dz|jz�W�@xu 
+�ޡS��@pQ"t���rT�c��~�ڮ;���:���X����H<^�1ܓ�y���� �O���UI�_G�m���ה�1��L�wc����M���
ĭw�bW;eVZru��y� ���(�m��3�������~
�ة�L���F8�H�����҃�����x'N�x�&��Zƾ�����E�ˁ�E��׉�AMm偾��@��Y�c��t���
+i��KB�v��PxgFVrW/-�l�!�;�����͈�jF�{���j�yE�*�`E	䩤Q|D�yK;*����ݎ�W�� 'n�(OCFy`��&f�w�[j�����`"-m�!/�����`��0#ʇ��7�4M#��V��XM�M�ZB��"o���O�I��$���������v�S/)���[�0So�
+�Xн�e����G?Z�3.Z{�]XU��C�"��\k�L'%eu������ܵ
��k���RO�e{j�B&��0�4�E���Q����{����bCA|������0�����)9;j~�|+&�3Ā&���y@�*hy�A=��f�s
��ޛ�B�%�j���F����fy�TK	[%��1!~��4�`�m�-5�,+����=/'�^df\w)��k�OΦG^�N	"�@����i-9mg��4�l��g�<��n�8�\{����=��-O)ZtЪ�c˰B�&S�D"�HlJQ�F��D� F�NB���>w���'�����y*��@�VTg�k��f����|�m�*�P�(u��g�9O�*#�̴ƒ[)9�y�^��#g�|'gxab��g�z�9��!|��6ޫ
�‚T�%��C'z�&���1r��&�h���k�!+�qW'�qG�����о���z����/�����.��5?������@�vFQ�vye�L<x]JJv�QS�C�(�o,���W����@ْ2�-D�)�`��oT���jV��QR����p{�����8��>�[(k�}�Յ��ܕQ3]��d�$��ܒ��qO��-P����JS�����|^ȻX�4�Ί�'�Pł�+9��蠅f����ٍJ�+.��"��D�{�U�n��>FȱM3��<��(�̲��I\�N��h��v�����������y��q��I�pOQ@�S�H�`�xd�5�Ps:#`�(j�����c���g�o���+Bu�� s&x}��=�+16!��|�Se8h��P�Q\j�å�z��b$ȫ��R�q�ފ��,`�
�as��7Qs>�%��5�z>���|�\�V��r�K��"!��L�8�t��.��1@�
=6:����[��֎�gj.�^=��-Z��k2r��
1[�[�{��O.�Ӱ�_�~*^�}yM؃ٖ��k��j6ɩ��%>������~Z��8�:tW��]l���}�:t�}?@�vk���uʉ��al��������� ���\gyԁ�[���c-�������[�,|�[CH��"#6e�dzl�)���a"p'�'69�9������Rz��c�R�-��5)#c���yCW��t��������Uf�d,���1��x�k����xK^�vg
+�yh�PZA�{���bC��k[����&E���o����p�*�9�6O�u��Ez��p��.r��e)&ͩb �-2��>�ȏ7:JB�6�H�)�K�|ȉ������`o.4��0!�Y�
���ܛ�˺��{���G��',{w}���m���,ch��ij�ۇ
+uD���Prai~�ש�-vj��N�8�s�T�������:�
+��R'>��vG����Y��06�5��Q��kn��
+�|���Z���S<�S���e�x�8�9���,	u�����u�ˣ)YG�:����㚬�������D[�}0M��MQ�/f9�}
�
+dZ�5��u�|���:-ȼ������ɞ��0f��W�cj����닗;�_ɨIw%%�7�������?�z�1�a!fu�����0�vGE��JҾ���R1`6�&Ӭ�i ˘{+���:챹�x�XK8��t�Qz2W�X�E����F����&�K�,����$'�
PS���Wät�yIaЁ�o����J	�ԵV�v��p�8����;ݘ�җ���ħ��I�;:6�V���'3�ת@t:����e���Z��� /�0�o[�, C�V�ľpDmG3L���7F��+�_o/���	�?1� *:��˛�������
a��"�`���B��O㓮,�v��K��4�!/��£Y���ߑWg:dĄ�~ī���7�rf�Ƀ����\wY���-6��$r��0���~�y{]�I~�T�S�4�����X䭶�Kk����W�$�縴��j�7�e5���ƞY��k–K+�u2K��\�%^,�*Bή������oT}֋����Jl��0-yZ}���?��<h¦ݢ��_W0W���M��o�����c�ޔ1cn�@���Pc�nJ1Q��Ҡ��(��d¹Q�<3�bl
+b��Xm�δ�~8/����8��!N��{�!���z�@�C�F(���OM
0o9�1A˽o�B��#�zO��=2��^,���})
+��G�8GH G)j���o�~<^�p˙��j
+hw�<�ږ��\�N�k�Vt�!������nD����o�T�}��'8U��S�佩�#=����'�'YНqn�㻰|���OF����}[�J�6�������p�~%��a��d3�靦�S�SYSf���Kf�䮹��(�����*� b��&���,�(��(
+��(��e�3��|�?��>�uݿ̳w+݄�>,����*�؎��']Z��u|�@����I��?y7\�<¡^�2v�؇ѱuc�m0�P�+<�K�,� ^���u�Ǧ�����o��s��;[`�.5U�6�W��4��7�ٺ��Ği����Jɏ����܍y�ڇ��j�l��g�r������$���rOQKtbD���<���2����>6	X�zf历U�V�*�'h��)v�C�C���qR�p���6�O�����]�$%��jg٣�
+��5�.¾څ����@ά\�o��4�*NM���!��y�{���n�xb��e��jW�X�
~=��=��w�׼�ȫ_�y�f�'%s�.y/.��Ԕ��6��o/����+R�?ƞ��5YE��B#������DT�� ܭ&������tg���Wۘ噡#�h��oI�2ȁ?�%��KpM��m�m�d��
+����	l��p�C��6�:�G˙��pSNp�Yu0S��G�lM��6̝9><l������4u�Fo�:1��@m��}���SMe�L��k=�G�>%��:А8�)��1X���ҋ<*R�SE�w�9H﬐4��|��]
vO�0`��-�y^�.���@/�#����RB�LXX?}
~�!��u[wu�����(����0j����(����p��0-q�x��p:O����� ȍ0��)�~�K��%)�w��(2�Y�9D\����P�����43	���C5��5����J#g%�HJQʕ^l�Zz�u�6M+�aW��j*�
+�����PVNlȒ�H�/��>!�E�J����03��{��=��t���@�9Y��-���t$���=1ߣ�{�9���(��I�Ö�*���=�{�~���}
�c�Ø$��>yo�Z���@���������o'&Or1/���h� "�7�y�&{G��湵߭B��
+�jW���s�:��;2��3����e���{:�κT4�KI����E�r�}9�1�Nŭ�:ţ�V�]��1I���+��Gx�`�G���Wm��d��[���`��&�|��R�xW�nڙ�b�j s�&no�^X⑿�쫑A827S�Bή�O
+�X����1RΟ���k�ʇ� �x�״&o��j!���R�����'���Y6y]�[C)<\�|���":���F�S���)����5.�5ès�p�������h��[᳃f���*�8[�|>3�pOL|F�(��'�yn%�
N���2j�qwuD�2t��[1wgx���m%7l��϶ƩPS#d��.j���.�B���������H��8��_����m�v.yKN��ZZۿ���,���y�;�M%�e>�pE,:4J��"�w�]�U���Cd����ɼ!��&#�_��>��#5Ͱ;=؄�bR�w�3.5tVXe��W��%�h>��kwU����1�G��.k�Ya��GfiM���������BB����T���!T�k�����W�"�Kul��S��!�v��[�	��{�/�*�ih�'��pv���s9��+q���r17��y���筝��Pю�CcG�����Km�!�
��)��6'�<9=;�(-�?Z��zV�Oɀh��΁��v�K72ƫd�R���A�[KG%�!#$�%�G��ZAvx��� +w�����U��;�{;ͅF��IW6��G/�ft�L�2hEr@/ e���i2
+d��c3������h�3��Q�@����f�8�$1{������s�.���Fp��!J�W!it�
+�^��Ϋ�49�<�}�Q�����.��޸Ʃ�s"��%��6����$������R�� י��2�R�%�.0�F�ps��z24�3N)�@?[j�p�=^��U��lJz!�$E^
�ds�����n<���WQJ�qɞ)\�O
2���s����p�z��rh����s���F�w�Z{d�OW[��F5h�]�&D���5�����$?-<��2��a^5k����b�?�������|�d�ٍ뽹����ML���[b�[,X�%����;R-1Tl �"MTT�X�+��k41[����93�����?<��T��hY�.l���d]�K�AD��a��Q�K��>|��1�9*�^�T�����In��XS¶�.�3��?�Ń�u�܍��(� ��UQ���}�5�b}�V��Z����K���9|d��<j\Ρ�U����M�r���6�Vwc�O<tS�-[�D�T����Q	!굩�9�3A-�S�>l}ƤH��ѯ�f�͝�H���1��y��<��U}��.���)Ǝ��'Lʩ�O\�{d�CD���JJ�oS�p���6*"F�J�n
��O���*f�$�� Տ��G��S@ɷ%��_�u!0(@�!-@�(�WD�m��8MK�!��UA����������4����>�9�|v�.켴{S�B�8*��]|_�͹�� B6����s/��b��xd���.�$*y8�N
+�Eߜ!�����ٵY��a?OҊ"�gZ����W����ӵ�S���]u�zv�?GQ!)�Jj᫯f&����^[���b�w�)_#��ME��P�C�¨QB��v^��U��5��>Ց+wUx�&PNy�{]|4'����w��J`n��H�E�PJl}Ȍ�-�`zv����z�1�����c#u�*��Y�-@#���=�C�'�k��cG}�[�H6
+@A�a��-0�D�v��3�uM��~�Б�jb���9i��1ƭ€�ʇ3#�z�.���%8��s�zJ��*�y��\o�?�¶�v���*�~���~����-�?6R��6��?Q煑^�5�Lt�`���M��#�D���r��hc�]*v��|oJ��QQ�7�랮�To�V��G	�N���CNr�R�:1�6�L4K�w-������q�'F6ʷ(��,���qb��1ݻ(���𗵏#�"��
+��Ј+8�����qգ�INŦ�Vd��%��5���GǻF(�N9:�$-
�Q���]�gUGs�u䡵�,dG�{l�8��!Ø�=���-">���]5��9�K�ʚbvƉ^=���$�|Yi��fY�:��(��90��_AtrV����`Wp�WF؅�̳	*t���6J1I�^��E|mio���QOUD�]��>T��z�/I��������6�H��3�jϜ�9���
�ӻ1����b��t�S�[���5ƸT�7^
�vkZ�j�oCV��)�^Mc��H�sG�QL�c�-%>'���]gW�J��C���c]f��$6g��4�"ʹ�&��‟�� 3��ư�>^6,+�FkU�S�������y�(�����ܟ;j#n�ګb���MQp쟿��[����&lw
+�9LH	�E��V�g몌�l��C�>�f'������=��2J�ɑonrK"�&i���C�8$�W��$��C:�mS*��q�&<d_��_�	�L{��h)l�H}Pr�1���S=��a�
+��aH���_����A������T{��󋩣!�ۊ�������"��Y���H���ͽrpŴ��/��b�h�+[���ѭ��~�����K�3�>��Hn���#�i�/\*Lގ�9ew�{b C���j힆Tp�kEy����!j�V��ꀎ8K/�FƭuU>Vs˂Gqy��=�]5�i��ṭ{n`�.��K�p��c��y�YN�U��h�l����:ю��{�|m��9Z�O�R���V{l��t��AL�^�FF̳���S��Dg���A�l|��-�����P3|Ff�����:��m�C�YXh�_��	�lw���d�
+�ȑ/�B�W'$�/��k@v-�����C��:�	9'!�GZ��Tb���<����d����s��Ä�K}��m���@����AݟE��[�I��Qy��Ă � �
�.ȵx�ޠN�®��o�����t�
+�ռ��e!�rM�q��h���΀�h�C#q��#:�i�[v�[˅��p��:r��ƞ����Z��f�w*(�&yK��xNT�l�T��U>����ʟ,wa��C�"��tI./���6%����!_m����2{j�:��U{�N'�4u=ɸ鴉il'��q�؎�f�1�X%���.}�>���*��Hh_Ч}��}cB�N��J?ߝ�3g����{���2Q��ZBsZO�Ι9�]H�A|~WH�����ܿ2Ə��_�
}���xyus��O�`��#eP�c[>�J�~,�!
���<�fde�~|��|�Lm��X�+n6��
�9o"]F��~��9�"���&����C��t���])����`&F��_Dg����B���<���³�;�=
+"j��_�1O����=������h�t�Ԟ�n������D��·������ú�;����p��(��[�0�3�Ix����l_�g���u�߿��ƕ�P�O�W߅����$<�r�J~�ə�C*�$��g��!5d�ܑ�ٜ32������l�5�p�.�c�w�}+t�U�u�q`���=����ܖ�3�SV9�s�(����#�F��X��w��1��(�cv�$�0KQ7��÷���g�=��g�3M�g�wk�����D�{���q��7�ч����K�|BZ�	�!jO�Fl�la���g5�w�:�bc�@i�J�ݤ�\9��#%�*Yب���^�.z��eW������X~�.��’�5��2��zFGJ"�f>6�D��`����'�K��p���xk��]��u����:��u�u���%�|<r�����I��F���B�����R��Y�:�;�Ext�q�^�<̚�<����KRG�����ߜ�>�#�\�ۣ�w���3�{��N >!cdv�mL�%�G�"L�$��ͼфD�l ��a�_'~1'aa�>�L�/V�"����q+{(k�vd��+vrgn%�[�|��`��R�`l�є�2;"���u��;D�%�iY��,�^�0�N��v!ݦ<;�Q[?���/d��y�
�K��Xq��.:�T- `g!!1�+�9�E��+A\<$�<s)k���M�β@f�tD�@�o�V>6�IO�ʵ��d�L�/Q��E\�)����5����6H�F��$��#���_�6��Z&��fbw�B��(q����]�ԏ��CD�)Ì�o"o��m֑��AGn�R��	g'6i�N%�c����Y����S{<���^"5����'��=�m�+�*��q�U��N�I���&�̘ѲW!K�DS�v9ph�c�6�1��uN`k׉F�ʩ��
J{��.�y�m�K5��o���?�2z�3�����h�kd��뼕9����i�RX���y7����}1�Le� �`#���2��֜����yS�W)���+y���\��F�np"��I;w4a`��LZ
����
+��]�p�N 6���L�y����7�2�_���\d� ¹Tد�
+T]hyv�[�����a�����ՉF��i�ǥ��*�2r;����s��w�����@,��KǶ�g��:�a�]Df��D��a.��|Q�ƞU!b���1\uȃe�͌��v�p57�����y�}�`�LC�N6��ɡ\���܌]D�����|���;�/k"���ٯ�&�Dѣ��6'ڝ��>�s��E��ZiC��K�����Xv*e	{v$������7
+�q�Jp옓G�"�M�z|h�\	�TI���?cd�����_�=?P,��by�ǧ������u�
�*3�㒢..��J��������
�$e����{C���f�@������bpv�����.�P-��s�����a�����HOm˻i#b�7��f��Q�ֻ#��Y@����ҊW&	o�wă	�l���/��ڌ��z��^\���oO?>�HE��{�S.V��Θu^�1I�V)9�"-���黇ԧ3,m��m���G�*{�-k(e�;pl�������ka;-n�
�t�V9�]����g�M�eNO�!�Gt`�N>q�6G�w���O�ed���Z�=����ca�/Bbi�-b\BJDG{q�Ki�X�cE�R�����s\f�m\g�(z׋���(\$����"F�H[^b[�d[�f�Z-����3�)R���}��M\���o�.K)��1���\�|��=O+"�u"Bj��9P�I�W������>����L��n`�2ŧ���FDD�H���Ta�UA��%@�0���z�O>�:I{�A׿�9Vn�,�7��[5�Rf�;e���|B��	��oo��dMk7��ŏ	���㐆D?W]��s+g�饯��f��T��\��Pӫ~�ȹJ؎�ZXwx�i��n�Ĝ�4�!r0W�����?���Qp�؝��7n�w�"��b}���s��~��Hµ�D_w��{v`icn��a��=ϟ�&*����$��j\�������#x��o��Z/)�u� �y&d�=��FXDmv�Dì��'��ζ��nB
+T�RFΧ��n�䁷p�}V���n%�E�y��x��0���v?��q�^/)�+iÃ��e y��8���QYv:΋��8�Z	pfq;{�C>���d����f��^F����K���N��M+Pz)H�1o��YV��������˼T���@�U��o�l���|[��^��I�x�����ǃ��X���r`�F�C꜉X� k��n|}�R_gu�q=v��:��h7s��J�M�k3�Jh�O.�`0:(��2'/��hSݘF����͉����_�|\�UΈ��:O�8y�E�D�,�>HY�����ˏ>j8��8�:&%���Gg^�+\.Xd���vș���?�z����l���!�^�-�\���C��;����Y��D�ZX�7�F��V�J٭�d�Γ�	�cj���U��yt`�uWQ-Xt�<��_�˰�.���!r�	�V���5o�ᯎ�� �^n�5�Ν,���
���?a?L+�n��<�EDH��D�n�j��ռ��4C����ɮ��UV����Fd�U;
+nw�JE�#g5�	�^�$aSo�B�L�j�E[��|'&_���2gq!��d��ond
��p�q���Rbn+"�5 ��gMW<��"[�4$�����wʨV|f=�g��r��Y'���`Jɧ�+>�ޯ~/���]�	���*K���qI��K
+k7-�3;Sp�3���P����JX%������3�
+ޣ�Q�p��?8�uw#�|@��������Z�(�4�򐶙��{Y�9̫l��.6�j��<���(�+^�T3!b�P!)j�O`Gܻ�e�a��p+!��1������x��vJ�4TB�^���v+���\��Bv'�;;H�^��<�8���qZp�=�x9�ì�6�a�(+�UQ�b�Μ(c��a�Ǿ�	4���HB�QQ��3�b�cm�q>�ӨR�j��`����S9��‘�%�3����4��弛1-t�x�[)Z����.����%S&�3�(�B�q�~��6���N��`�D`ݷƍ�������GQ��Q+^�2~�Y������������j�V��>�Gz�����\��FLd��4:6����[w�bW'�/-i���V�����%�yDh~�Ze�~M�D;ܲ1L�}2�BT{�X�A���H�ߢX�>/������B��وּ�+��}�\�E�_G�s�($j�N;TT|���O�`�o�+���+9��J��,|�+��.�}D�vz������?j�4��)��-����Č��~��W�[A�z
+&�:փ�)�U�`ݠ��y��~���OKV֋~5#��l]JJ�"[*���t��>ړ����ԫ>��nQ"S�C�L9\��~�������Z��7*�䳸IO��5�fTB��!N�`�:�_馀�.��8H��V� ��m��H��1�#�A�|K�w�}��
݇�u���;��E�X:w���0�h$;��ͨ�\�tg�
+*W����UOk�8��F�z�9��.�=)����ߨ��V�df��(�0S��{ٳi+�A;���]��1\�mI&
+�}13��5ՔN�Bj�����!����������#��/������V�M�m����Χ{����o�yΉ�w���?b�C!�����o�������������������2O#
+١_��1��b�k�����芇D�?�8�C��c7��,$��Wo|�K����X�D�^ȣ��B҃�AK�
+)A�gX��[����%/*�8�]��\� A��!��v
�[��iO9
���k�Θ Ϝ�q���4�n+2�u~�, ��mKU�a�}�!�`��`3��Q��,�hYH����c٩&���SXg���0��K���4j&���Q�M�kv"���Gq�37�AQlJ�"�$k� f��f�拆��yXafCB[�p*}BWf�n�@�왟��u��e�8����2J�r!@��L��/wh#�
+���o|���k}z���+��V$���Ɇ�~�.n�r�J��
+�_G��A��s��ژ���@l|q��v�S	b�Ba���n����$<��D{Ř��^M�j\��� Z>K�p����6�\;2�a���=ڹ�c32l�Bv�bȦ[tkĭ.�ʣ�u�^�c.C��	V��l�
+����|C��i]���0s��
�6��������G�
+��߻��6e8�" ��\�m��
^�\����v��!������܉y�m��rG+��H|�Ud�{�ԋ!]��0��LAm'b~%�dS���1�z���~z��:�n�Ng�S�,mJ��_�q"���J6I�3i��|3�h�����N|�n���E���&3µ23_��K��ݪ�-�}1��ߧB÷c��8���*�qOe�G@�ޖt��D��4�s��<f78��"��"���
�H����S�x�~�I�wa�0�r+ s��0���wC�՝��)S��4�>;���nY�P_;�ҁ�^F�As��?�oOxV:�܃�_�,q8�2d�7L��'��_)��WL��N��f��{#���hi�u�<낯̻��ic#�;�^�M\��*�G��]���o�먉ӳ�LPr0���à��-�:p��E\�l�Y����}R�@�?��HCu�S�z5W�����.MR�9X�(� ��TR���! �rPZ2���ÿF���uʔM�`�4�#o��q���+lw�Y�U+��c��W$���Q(��94w%�l�X[����.4�"<�,�ɝ*���ڋ$�ɣ�B�ܻt��Y�o�gk�/;��l�
���vo����U�)P���T�'��-B���O
��)ۅ�=��턔�N�ֆ����?�k��j��M��|`"��M���#�BS���C�M�F���WF�ˌ�O��
�#8�+��(|:�PPЛ����c5ɹ�����@Zf�A��?�ʗ��:�+ʎϪ:}�Por".-�j��u'd�0�:�ޭ�[�P�x8	QK�؍5]j��&V������j2���
K���D���21�M'��MR��)�4�=3�yˬ]T����Iߪ0Z7C���%�'�飓���sy�ݰ�[U@N
+xR2���$%�8�	64nI{�ĺ��;���B�0��v��o���/���K�K��V��A���J�3�f��O<��u����/ٳɫ᧋ĭ��!�OU�/���\il��Z��C����t{m��(r��)=� �N��)�lԈ)�\M�o��+���<�.^/r��@9�dOip���bs�T`��q�bj[�C,f2d
+�T{�Y�<�C�5�=����S|���,P�@Ihn����w
+����n=���G%Dأ����A�
�̋ق�s'~�sЂ�~5�c��4FC�*�ߊ#�nwO����":������8���a���	˯��yS���y��Q�+i%�V0�Jk�羻�*��[
+�M+�S�	�'L�����<�%�f!��%�yJ���.;��7�M$�hd&ִ	aW2����R �A�S�\���J+�Wˮ.�+��s�d����W�	�AG]udQ邔P��5$`h���IHBz#���+!�Zh"+E����=�>��s��Y^��}���������uYpI����:�4�sj�{Q>I�y��K<A�Ci}pmJC� ڣJ�"��g����@^�p�Q����"�s�FAL��-�����^��_R������:+�ö������DPs�8��K|��~�ZFn?�E���Unb����@I�6N陌�!��t�rݭ'\$��ߏuۡ�ߡ4�m���'��8�ֳIL ��������	z�|
+xV>
<+��(�enr̘�3J���K��f�&6��
+�=�c'!����
+���e"���/��f(�a8�勷#�;���)W�K�o�*j�@^�4�[��b(o�`JRF>�Z^9	�g��kj31e+Њ�}�1!�|u��,�Dlؕ(���!�'�B�'��(G��r���ì�k���V���ZJRE�"�^Fp'��ܽ���!�F������ITB�X
F�
+^i9�����%'Pg�|�y��]�Y߾�n�\O��q��)���;	6�t��ӽ��Vf�^+�4"&�]	'�;��u;�J��#�h#�݅8�/s����Kt墙��R�XN�FZo6�)e���m���I[m�X�T
+j�l�g?��2�?�掂Bt�ʇZ��.�5����dV��Ĉ��h녽��J�fI
�zC+5�#Hn����>$�31�`���J-\��p�1	�,�s���)��
J�Z�Q��\I�e���񛷲�T��R�בA%`��P�G@e#T��>�2�U�"���SgByt^�7�\��Gղ}�|�
[���9��ذ=�3����S�ϥ����at�n'B~�~6x�3����ǀ�,�~���$ ��]5�&��I�3�%�D���U�	k5�b�o5W�NS�ޏ�n��'���Y���)tD���w܄���R ����1Y�좧�#^k3[�ĝ�{�M�r��Ij�	�h.OL�r2y�]$�ﯣ3�%���j����w��r:��=C�l<'R��F>pWk�$�F��8�p�>-�4��}'Ajߡ�ҹ����J1Ԩ�
��+�|���µ�9���	���.�oyu�_2�&@��)�կ�HS����H̻
+�sC�zW��v2>�h=Ǯɚ���;�K�!��[�k�[�e��]�x���M��#�2`����Р[iP +o���SI���,IVH�o6mrԟ�E�YX��{5�����#���1�&6$RD�8�P=��)“\�8��6��NC+�~W��)
+cx.�x;��5ƞ7h�7�l
+�	�lUT��ݵ΀w�K����՘{�Tn��+_r����F��O:�з	8��y�#7gB�x�EBW�M�Y��g���m��vF��{��_��M#�6b]F�.��㜳m��;�Q�B_-�n*�ys$}!�j�^k�:m�Jonuh=���G;[51~lH���Y��>�wa�"&�F�k�b��BP�eM���H�L��P�:��K��nV7ϧԶ��7���� ����.mO�P7������@X�p�0?6Y��52�2J�s������9L��F�.�\�jΐd�V-�/��Ŋ꺹�2�{@�r���z�U��-İ(���/1|/�Z���}d��\�ߝ�9c�Q	q׿<�в��ߤ�Wk�p�%4�0z��
+D��t�T�=�����2�62�w��n�i$0`#*��忧l��.������>f_�of�>i �fy,�A�F�a�)�&���h	��v?�`�k�����VBt��0�U�W}
+�����e�ETH�P�.Œɿo�8�b�񺜽ᗡ�:� ��Ҋ�*���%@�Smyhv��Aق����H3Uz�S�,i�M*���������w��ְml��??J�?�5�ν��]˼��@)���y�Wn�%���+���*2!��^���ի]Fb,���::�p��*�"LA�:h�C������+
�
+�O}k�<��=�Ι��:����Nb�b��K�PE�}��PE�}�wYY]@��3���Iy��܇�~��3,a����|iأZsʗA�E��P�&�ք��~ܼ��y�׆b����p���W����9�P��3*
+���qO�lT����*g��+�f��Ro��r�z|��j�j��`W�����)��#2n[���.���r�;O)o��."�3�̇I����н#�#�"���y��y��f��lb�*��t��j��]9�[���*]�vhV'zV϶�ؐ6�y'�Mk�;�<�az������ɺ]�����5����2�u]�$@�5�[��m.�+?�$�G��H�?�1-O��w$��oL�Ǻ�Ee�hy�I*����O|2k����)����uX��s�'D[P2��
+�}u��M.��%v�Rի�u���I�?��b�B|E�Ҿ,�=Qll�mr%�[�g��E7i��"�/�lLrR�i��W����C��	ɐ�TH�F65ZZ�Zg�5��,!�6���[7Y
[&>4�g�"t����2=/�N�Y۸��v!M}`BO����~���/sK!��dkQ����G>&�c���@�N�O��]�D��,0rA.)�eQRf*��E�8����2)�=�lQ�7I����/u$ec�"*�۴�j�IE�B|��p������k9].9�έ��p�Iq��s�N"|�eR�(���y��,�f]e�������r�ɞr�x�N�'T�a���r��2Xk��H5�Bn$�Tr�M�ܲ��r;s�r�7�V�>
+�oW��$U#?YX�o��؆�����ӁI�6 �^=��q�i���W0�t�����"(�^o��G�ˬ�}V~�3!돭���ۮ�v�K��Z
RgndkɁ�,:p�g~2<�@Rv��W�p���-Gؤj��,�o����	X�R@?
�6�rv��u���	�Q�!��߷�@���@=�)���5̋��H��)���I.8���6���OU�O�&kv7Q/�*zwR�y_vbg^*��C9�� E'��;�@e���9XcYk(&'��#��%����d�IH�|��EMBTP%��f��Z{ޱ�y`	�\dxV��H;�,��g[�̫����Pvdb*^�/Y�ȋ�����gy� w&���3v�@�.�Dl��<�&F?K8�#+w2o!��,�]%7n���V�LD���Ud��u�HF��,u?<�C[��XP�OG�8h�;�'�UP��c�f`LUި�-)�uٍ�
+��-�Њ�;0#�^��؛�Vp!Z���;)�fO�=u�{ۥ�J1&9j���U����4o�jH���������I�B~(�q�~�t�D���ߤ�S�cm4��>�m�?깓����'B��.{�Gx �/vX�ϩ%�etV�����;o��=wҊ�^D���̜�b�.�4�ss��8Wxl���(�~N�:�UC?]o����'~�e�A7m����ʎP]I,9*���B��:tRFb:����8��Y��R��Cf��}+Z��1W!*��O�>wa��x��}�#��_��[���-B5�֓����#
��h�wd���r�U\fat}]6�E}�÷�L</��n\߹�}�����o�%�>�����ӗ�}��5�����:�,ڦ�O�X��#��Ⱦ~����������#��d�?V�� �:l�e�:~�%AN���c�9#���VǾ�SN�l���Y@<t;�C7�7��Gtc^u�9��:�	� Y��jp-v��?쩡�"��{�ôd�c5G��Wg6TsيjJo�9f:�(C7��`"~�	�pη�SG橦3/q�d�uM�Ʋ�n������2���hӱf�չ�P����]?a�/���K;��0J�Yα��LkQ�9�����|b�>�G�9� ��.�@3V��
	���кS+��܅��`9=��؊k+ziЬ�v�E�]G(��
�{l@���'�D�/I&����W�k��{�t۬۽VS��,KSsmT4��/((��Ȏ����mVj�"�������:�Ȧ�&��w��G�;��{���y>���;��
/��jp��Q5�|Z�GM)�3+v��"����)oJ9Z�h��Z��:8�T��gV�5p`�Uy���ͱ���c������t]�@oi�	za`�\P�ےҶǨ�
�.0�C��e�/�'���,���_���u)�����ڸou�:���{Դb�(�<�k#�M�ڣ
+��BF����=���ŜX��~
��:�Z����e����nޝ���L�Ӭ2r�W'dX{�w�ɢ�W�{�]/�:[����K�؀����֞�!ۛ�mm{�]ڔ�%A'���$��198C)��%|�7��ܙ���������W�Ò"j!60ūMsk7�		���-)��KFN�VpJ-��'k_I)aU7�T��}l��)�����B7���Mō�<��$z'�ٮQ�c��(<ME���2|��Hc��
+�	�5�qQc;�5�Ms���:%��;������,�cÂ3�"����~8\'ɣ��b����Uޱ��n۾5�-��ȹ1n)���-�V��f��+�9?N�@̽U7�=e1�q<h�:g�\xm_�P����H�m	��ʇ�{��k��ŗW?���Sq�rJ�pg�T3(0M/���Qb�Kޜ;&(�>D�<�5��-���h�@m�һ�ց���:��Ȩ��X��Y��.����q���z��'�x8�<�no�Y5���L��&�#o�T����to
+��6&�|��v7&�}����ĩ��|�����M��4��5:�#�K�M��wg�C�&��6e���)
+8d��:6�)Cem�߳���6��{��g�&q��ȧީƬ��;Է�ϖ8����mQ#�!��������׽m|GI����R}c������CSq_׆�i�؟���A�G��!
��>M�*AN"�?��<4�Q�2T�m~��$�;��tH�@�{U�L��to�^Yh�و-6�p����=����$������W�rC���]�+�vdfa�l=�k��'�'����,Rk]Jt��hC�OE�E,/Z���f�����Y���ldDǮ����!A�*l��gH��G�-��9uWɯ�(�!|b`��c��c@�2l�[A�Z���{�؇�YsB�KB�i�e����%��TG�>5`s��B����>�K8����l�[�T��3�.�Q0S�2יw>:�Z0p:6M«�r0�A�-�"N�LhDO�w�![?V�l����)�>[q
+V?���yN	){[N��H9nYs����jC�O�Vf�JJ���	�������+�k�ĈG�ij�WC�{��EԂ�#�+���������KzA�����n1:�`�Vd<B��[��;���׾!�e��U�ҋ�’�"rֹ�aԓ��Y���VP�\rz�o�C�%/��$/)�ԝqy�Kō��Q��r�7�1ʝ߈��k��J;mO�vO��V%؇��W���ʗD���|c�v�)����M��/�����9D��۲+N)!3<�GmI��bl�c��'�O:]l�Dm
V	.}����G�
+�.v���6�C�{�����W�L�+�3���eN���y�>�l��~`��o
�SJ�R�}�`��|cu�G�T����ݐq+�c��\����5��`���{2R�^1G�ʸZ��י��������W�I7���T���N���a$p&���	gAf��q���Cږ�]K�`��S�u����G�VZp�Cu��������áY��[�l�C�ɑ9ۢ���wE׾o�G�=_wfx�Q����D��TXO�=]a!�L��MQ]���Nt��yl����;�e�nBn�t�ʽ9V�_�(ܝĥy
�����jv�9��U�:@zjy���
��5"v���3�$����k��i}��3F��UR�����EW�}�W6%�A
���T�"b��]�W��w���]%�QH��uJ���]�13��=-�1�M�7%�dM�~�{��?����}��{�l�1��23&3fcDY"� K*QI))d�Ȓ�Vc+k�����%Dv!��s�}̽�/�����>����z�vD�7�!V���$fF�n��0���=U���a:d�.4Y
+��gy����+3��>����{�LU�JZ�^��4_�������6e�:��&���P}:�N:S�%]L���܄�i^Ʊ4/d�a7Ɓ�[jNq�=P0��f��93�uұ,�w�!�e�;��P�d�=�]Y�[��Ӣ֯
+��K��F5�v��r���8���3�ąQ=�Hǿ���~��%�)Z�Tc��h�;����5-�H]�M{}g�	p�\N��p97Ʈ,�ˆ�u_ƌxp0H2�c���1`���p�mA����2[f7\�`�%��H�NQ�ӟj�(�n5M���
+ҹ�5��]���i~���&�'�E�O$.��=o9�7ˀ��R����!VUbE�tU�b]�Jӷe�0cW��#%�P€H�`�_����q}��zl������8�@�������L��N��.D[�t�B�i�������C����������6����VY|䙶��Q�$=��RS����$9�P�r?�
+�&]�sb���F�o��;�I��"=Z�'�{�����:]�ٕ`��j#uf�y8߄���W~"�{��M��TQhx�+5�÷�2��˯���!x�n+bx�6�z�!)@˒�T��=);v[‚m�Q}�q�uh��Ohǵ6ҫ������,omc��u�$�PRu$a�]M1#�݄Yƨ w߬�c]N�@�Qs���y0cwh�)�v�:�_�u) ���P.t�(�Fג�,�<@�31/F��v-�`�v����*�cc���3�]�ǀ���U!�c�6�A�z�mź�r��R����?a�G+ s?)�D��;�%X'�1NJB䩊�;��	�|k�8R�A�����3�x� ��?������TFy?Wg//�=�uo��DS,ɏr�ۯ6�9_(��?�����$S_~�R�����g�.�;S�E��gC�4w���zo�
+�87�O}C��T)jO��,��3���L�����[b��Z�ע��-�Oy�B�����gr�����M5�Aߚ�k���u`ܗ���g��l���%&�����n�R`�nқ�.�ۑ�aH���Ҟ�D��������LM�����H��{�y!�@�0�����ǃ1Ң*K�r��z��obJ�=;�N�a]L��`Z�*��?o���3�tCoV�Tu��Y~��<?��O}�ca�	Qi���l9�h��P�����_	�m�����l,
+|��-^�e�(�j�G1�H~�n��v7>�`�0?Dߑ�ћ���~eŕ��`�=N���ە6����������˅�@�(i��rj��r5�����o.�XɌ�N��3�D�4#�4�@ƈY��˝�5�/g�������?�Z��b�4�2Ό2�3}[P޿x��� �x��&ZЉ���-+�ua]Gؑ6������iO6{��Rn�x
���ɠ���%V`�w
+�:�}�>�Qߞ2���/D�Y~���5�j���0.m8��~���xa�r�}�n�!$Y'�p�fhE��RQ�z�J�p.�p5v�!�cEIM�S9�|o�8~Q��'�����
�#-��?^���X�v1�������-�P�37�;���|�{Ѓ�B4x���@��i�dD.����a�w�Z��@�\������G�/�}|�C���;��� �mg~���$��x�8�$ x�^�+��fQB�A�i�q>�QC7���5��G2N�z�,�b�{�f .&��1F0��N��\������&�_^�}�S��96�R��0������v'%ɇ��D���k�:�^��4��.��
�C�Ei+��`�_}�-'IYQF�oK���BmW����f��H
+{�Nq�ɋ��e���]������e�z��|>]�w8�N�Hz<X��t���1��z�Z/9p���/���uŸ_/VR�Rz��
+	��"�M�t�$bɁ)ra�T��D>�T�/ڑ�Di�q/��Ѿ����Bੜ��k���s��ڕ�"�_yd��N}��{����kM)�u�)����/ϔ��k�2��h��<��^�(�3;og�%�1�4=cl1ƞ��
X�� MD��
+X��k,Q�bCAA�
+�AP���e&e����޹��;�6أ�%b�M��f�r1W[��suM�m�*�.%�x�舿L���‰�r�b���o��n3P�T�]�H8����)��317�V�KƀY�YgcN�tȹ�	y�n�xW������c��+CL���<t&o��X�#am��&\7�<�'%:W���ԝ�2�$&���wصҌ:�"ũ�r��@���X�z��R{�L�ɺ���Ǣ�����	�+f�}fi	w�)�Y��y5i.)�l�%��TL�sH��Ij�
�@��S;�~�5�za��eX������tE'!Z?�	7�p�6���4;G3��'&]���lr�m���q�g���$1�ī4L팡B��8�2���'���w�������"pw�����?Y��/�dN5�����sI����l}?�q4��vw��e*�ՙ�}�i��y�q���{�7?��#nE]�a�tg���4�0N��t�UQ�>d�*��oxp��5��7�t�{�|�%?T\�po�E�w�KĔ�j���):�ÿkXh�RE��rq乸4r�=������z
+����=!�0��9��\+�s����N��Ȱ�Z�j�C�.r�)���$:�2O�<��ʼTRKo5��oS7���s��|���L͐��
+���;cš.y]�MB�l�tc��S	f嗅�B�?1��>�.��x���7�G+��rZ޵��ջ�J?��e�Ε��~z�;�>رL�t�XE����{�<R�_���ɱDk{���o�'P�9|�g��m~ �>c�]kd�c�����eb7��cݪ:�6�ls8���*�.LP�G�4���M�J[G���@��MG��*��А�dz�	�9J�c�>׫�`�bF�[Fϵ�����F{��+%��!a�ק{�m$�������0�
+4M#�5} ߍ���R�W�B�Ƅ��p���f�[F���O��4�@�C&z���
+k���f�zo�#UGѓ�A��)l�m���^l(v
+)��å��%��rF�S�,�꒎j�����~���������#QS��9�d��/h��g)��il�V��de�)�Og˴�Kuc�����!�\��4�3�wq�k텏E
���\���jա�d�L�g�ZK|�9���z��R�Ju���䩢�♲���ELͱ�)Y�E����[]�֛k�G+����>b.��8��p)�ڮ�[��V�>�*b{U=�ny+�0NJX��GI{0!cԼ;�>4��������9�K�LY0o�u�*�\R��7��]j����ڪ+
~���������	d�D�L""]��[�,�2}��%o=klܵ�^�Ձ7a�����s O��E�}�(Y7*�tW��ܨH�#�������SmW��ݱ��Uz�tka`^������;�e֫f�d�q���~.���b��Iôt�l�K�ic�w��iaRM�ҸSae�GY��QS`����	;�h�W�ȥ���E��~m��i��=�!+�Ǿ�Pu"�CE�)�)T�BC��8�.�����}S�A��q�-�����ΟfӺ�y���m
����I���m>&�����~�4�?�D�G�K����2
+���4��:2s�
+v�s��6���;$�,�"&�RF�p,Rv�`��/���qd�[�Xf�Ì�H�Lm�?��� 95����i���gt��FWۙ��y�X��R��~�+��u)��NYc���xv<G�rI9�IL��P�mw�7�.�:���V���Ur<_�c'F\o�P/4
H��?�A�UR�-A������6�~��|8K�h�����}����4amš��D�MPy�D�:�����f>t*f��
+��Zgѯ�ָ���7Gʃh�߽ʆr�
+����&%g��)�AL��&�\�X�\e#�sʚО�6��"#K;�O���㶆1��{��_.��&�ֽRW`��F[$l��<�vo���ń	�.7B}u}����<�Y����Q\�mi`i��{]����d6Nz̚h4��L&j�]���)ҋ�"�Lb&1&��
�7EAEi��f����cO~���9��>���i��N鑺��5����/g��m��e���)d;F���ӣ1���!=s�I��ư���;�����0I�%~�BZu�?�(
,q�
1��_R��U�k_%���^MXi���s}���`Kb5��CzqS�*�1���PIj��+Du��\k��R{��'D�I豁��+���k�hVH+�xƩ�<��d����Ǘ�n�Y��u!ky��@!�^?P�a-�xw���3�*��#�P�]mWE���.8f�W~s���=/@�m���was�9�.ϴ<�)��UF�<L|E@<01j��ړ5>#b�O�����q|�k��������b�Μ"�w��꯼����+��QgǛC���V	��o��\�R�A�U8���=S����5Irl�g�)��]����?y�0b&	)d��|JNyP#Bo��g�y{ӨtkO�E]{�?u�r�W����Nپ��4���DT�Z�%?4�R3��
+f��Sc��;���ٖj�8���zi��!�+�����;&�;H�	����)j�g�)-a�I�p�>96��fLϨJ��ȐZ����L�� 2�5\xHI}���fѲ*w�I�ݩ����6��?�}��T|w��cw�X��.h��{X�o�����
��Z�B��&~��,�x[N/��e܈����}��!%�*���sR�_!F��� �CTHP��=�{۝�tI��[[�fz�o�1sk��S0_:bܰ�>uJT{%����3��C9�Yh�V�!�������cK�9Ψ�hz��O*��b����E'Fb�6
�:����U�g$f��%�#C�t��h��w�Y�EB�]��.0_�Ӟ}Ps���{cv5j�·�p��_���<L�MC���#}YP�T���Tpl��v	�H/��]d�m�5�;����N�!�3-��>R�W.F�/��K"LDK�ؕ�\Ø{`v2b&^CP'm�|������Y�U�O�=��A��ppa3�S�!��������l�:`��m�I-���6�D{_�QC�bz?��Ƹ�.{C.Bm��*W>S��`n�/.�jS�W���ܲ�/N!�o���iie����|���ϝ����A�熭B�9p���
[�G�lM`s��z=x���4��Y��2�;Ր��Xzqw�ꗝѺ�>9��P�F�L�{󼪣E0�rʣ��\�SJ�ʹ�o��WP���̵������(�kvk�\Ӵ��L\�ɲ�ů�5�M�]~������U~�3���'�G���u�{����-C7�RH%A�UtX!A���͐o��yO.�4ދ%D� 6��[5��U��ƄFu�R�xc����b�M��)kQZ�㑚V��qq��!�o�.4?�N6�����hj����^vL׃OY�Bٕa-�:n4*�E�d6��l��U{�����v\ =ڛ"��&��Z��(�����ycc��[��;��M�-��5�fƋ��VӰ�Ǡv����Q�5A-;�����\�:mw����@���p۪���ؚl��X�)#�Y����\��%�L!R�J�M�?L�>F��/�*�nȤ�+|R�H.;T��?U�6�/KZ�Tw�리ۯe��o�o;�(��E&86�13�Z��䨜���(�b��,����ڛ���ܰND��Ąc#q�̧�9$�=�x}���vuĖ���|�׬�#�
+��˄������G��:� 6�1Ԙ5�
+Q���
.8z`�=��
�,�,�'��^0+�#��oy���䠎V�W4�\֧���J�z	����۞�g$���������Ɲi^�	��W����S
+���ꄫ�]l���҇�ҿF�����.��Xw�B�9�NݚlL
Yx���M�=C+�_d�,tb]�ߙa?�L0�s�R�y� ࣪(�GQ+�p�{3͹{�8��{"�X�ˋhh%�����Vuܺ�U9`dVԤ�4"�3\���$6#��$E�=2���a?ߖ�T��{�$��0.�=�N1v����Qv1��.a�1vf���<����8�jg���3�����d��l�IL�$�$��,XbA@�Ҕ�4Q�Dt,11��"�REE���Ĕ9g��!�˾��Ž�|���<��W�����iZ��Iғ����s�ņކ�Zv���1�͏+=��"�=Y����3���">v��^bۚ��I���z�9����8�6P��š�G	}GELφ�4�:��U�_��z.§�d;�5���.=�$.�䒢s#�L쉭����Y
+�(%Fq]����ԮzcO��o��H�(��VNGT߉��Z-|��Oح���Q�YSoi���br>2v�7ߐ@��5i���Ė:�2L��
+��'o�mO��w�@}\�#����?�P*>�'�D(�Pt�&V9��_u����W �?n
+yQ�/v�Ȭ�S�?�)t�4fhZKN���pd_G�1���S���Ud�Lo�E��H��@���E.m�SqYԜ�����V�m������{ʖ�=6������],�OS��G|j&���%� ���_�FA}|�1��Nn���u=��~���	(n�¥%V���
+�7q��@����ޞ]�|���h���a|q��6�����v6�����9	i[*���X�ux{rr�������G�<����
�gZ��u"	�w-l̶��U�=2���*����%������̃�I�x���%�N���Qs-l`5�ը�ن�a
�41��Ndp�T�R+���1w_���|S{�6Rqu�-���Ŀ�/62�c<�W1��g�L�l�B�{��R����]�w/��{5"�[F/�z��X�:3�,��2����2	�Z=���TPi�rʜS�'�Yz�w��X�>;���7#��\h
+�(��ո��ǮYFeh�ti�YR��0.�۱�kߚ��Kٹ��Yо-%��3�9a-��0P@��/��YG��;��Q=�A&1�)��}?���:ʽr
+8n�<���e�v�e��	���-�����/o�Df%tl�W&K)�t��᲋;���ruKʮ��}�$xz.��WG戹)�~H�*��p����g-C�K��sY߶��u��r$hO�t3�h�T��3�|�0�ڂ���_î���!�o���^6^���ラ"@�%B퉕M>�
+�@~�Ԥ���Ew����k��j��9�@�-��9����l�����_xl0�+4xd_杂�����u�����^}d��&���'��T��b:|�_�4��wx��3�v�
���G�s���qbΎ���>�w�&W[���Uq���-#��-BF|��A=�q-31��י�O;��]��0I@�/����/��:
+$��/kIObz}d�O0�|�1I+�M`n�A��_����9u�#�%�ܡ�ݞ��9��C�At�RPy!��h���{蓫��x��2 &jC�*`��z_|��n�h�v6�J�.y[�H†rDG)���Qm[nPі�l���nX�N���jr�c
+uS?N7��NyǑ�<�lcb�$V������5���]�n���$���?���p,Hhn���4��85n)��{���S�̠	�)�垹����ѭ���)���YJ��L{��Kh�u���w�����Oc{/%�������5�&m� C�OQA?�NB��3~��|���Ȳ�^f#�S�k�9D�O���\�W��2��U!�1G+z5
���ɀ��%7谰��������P�w���ܕ��U�0q�A
�p_��Y�H�
<����gG
<�c�]a�4�r������L�A�􌂑�O��촩��OA*�ȥad���������:N��~?֚��b�m����M��$������VL/�$WԔ�O��)��t���>2�oL���*/�U��!I+��CL`UշVz�;Q�b6�8Rs�$���E��rT~d�T�Z0R6!`�
+� �rH�j�+H�CU��e��1 ;�N����O�D/�6���u*�n���6�r�-E=i)��,�K��8�/�@r�73����C*bW�.
��a=�!b��2BQ�Li<��1�&&"i��}X������J+O�����ٙ�lv�Ys�1͘8�8&k��
+
+"ҥH� �1;I�FS0E��"
+PQ�^�����?��W��=��<Ϸ|�`W��S��ߑ�a���Y�ȫ�Ez�o�u69��@�l�x�טԤ��v'�+'VZ^�/�K��Ŭl|��"D̝
q
6�aɵ��O�>a�ƦD�t�k��N����x:�\X^��d���OSo��/�R����k��Z�����j���$0����n��a7�_�������SK<�O#�8&X%����̸y��e
+�W'��G��?�`k�
+���9>�W����FT��}�)#�zʋ�F~����ݓ�{;����
����9f�q�oc_�i�{+��H�����\��T}m+��{|��<�#�܎�Y��z(�!˫���JQ7�BY��M�:+7�O.m�/�T³��'Q�^$G�C�^�O�~���"�V�~5�n��+�<rHH��IJ^`���X�<�t����2�&h����K~�FLG��79aÐp�S��a��掄RQP��frS�Dm��YC\v�2Cj&ty�����<];ؐ�Y��v��FF�s�#��y�!!�{�/v�\�X��Wy�/[�ώ��Ek��"�,#���R�+�,����@�/=� (��;�z�h�̅�~?�[ytnT�nH�+ڔ4��#2����q����7>�s�#��%���`�h.��ڛF�yU����t�{���,���Ö�-��������ב Jc�D��|�H�y������)������"�s��;/���5qq���tl��=���HC����s~�QXO��E8�q�q=�>�C�3q>
�bW��x�p�-A��w6�-]$���F�@(���dG�C�G�g��	FË�ꀾ�>l���A.��h��\lT�k�*ص{��j�kT�q���^����.m}���`A����Yb���Y�+cV-��;�Зw� *��
������d����
+�s����Ǻ����Kչ���=�O��sT#bz���Zq@���\xHE��hY0�TG�,/�Ob�?���e)��'l0wf95~��X�'F\�_ >\)O���-��u\�����(�~R�m��9\f`��_����m�љ�Iم�����UJ}��;)=�����훻Z�luvM�}p:a!7�͌F��\V�+#jJy��ՒZ⒂r�WI*�*��!���ζ�%cAX�>A�9Q�>����}`���la�\nH�M
�z�^.wK\y~�v����3�9`�g��"�KL��e�%����������z_�����|D�IY��C��s�<��V��#G�`�„'��J���Ʀ����r�v�:80�ӷ���!� ǿ  �uD����4�E~
���
+	٨����*�EqS2��BF5��O
+�h�F�Ut�W�I��3�>��l+�5�͙���Kη�q3
���t}N)�fU�]�V�h���&�04gi�m
��C?���~u�D�?�5|ܞ�ג���&62l�|�asv��[Q3�������x�#���1W��\ԱC��77���
+�-*o��3^��EXv~}���g	L�HE�A��ώ>���"���b�������lm��L�嘍�:p<�p�jd"ș�;�ѯ;C3��AT�-���̈�8����-��!���:���)�mH�囓}u^E[��O�(����7�K��y>%����R�6F��s����2�.8�3C~�s�<s�����o=*+ k�k��q�=rPQ%����ߚ�^��㊣z.jC�v�##z��G���S�'�\Ɑ�����l�,��!i�b{Qy:,�ȏ�	%I-����KJ���THTI�9��0���{~9�Z\A�D�
+�)uK]�/�1�F62��4ǭ��U$��{;f6zO����9&?��W�p
�f��h:Y�J���|��9+�!A2i�s��ÎI|�[Ƭ���A�!�h��{�� oo��]94�1?�
'�}̀�Z�����|2l^P�~4V����:�xm�v������痓kb:p+���L��88��y�����3g���P�����`l��,��HH+�V�����������i�е�@���{u���ӯч���<�����"���f�"��d����r��#�|�3�Quޥ�\�M�~O�Yv�8y'�N�Ŕ�IB���%��c1L�09-eu�/2j�:FM�)�$���q�NΊ�.S*p���'U��������˸E���1�<�Ce�cm����r2t(���l�Q,2�>ӣ�g/ח����(唆��V'=����?�C��[��ۓ�^�4���X`�s3�(���ȡ�b�|T���[D��-�N���Xҩ�SvcB��.������M%Н�U�x©Q����!�א�Ց_
+�fz��&{���l��~Xu
+�{0���G����޺��{_�jvf�����PZ���;%�rZd��k�xϸY�������v(	+ʎ�e���:8�(��:ΰn����)�)�S�\#"��H�̿r�*2ϯ�������ΈV�Þ�W�?G/�:��)�����	r�	m��q��w��]�2@��yqӹ�p+�ws��d�$����4��ƿe���[3�o³Ԋ�UJ��ME�%�L��y����񫨖V�wCԸ�[ӱ�p���w�z��~쇇
+���:`��y��w�Uͳ��Ps�#�%-�57��Ӧ���'�����2�V��#\C�
)��v+�L�qd����}��;���PI�5�,���ix`k�ss�R�;E�
+|�mN�'��Jq�*g�����
6��
+i�
+�Bz�޶~���E��믻�%M2z`IL�O���5�G�,8]i�@]`��k���ѥGE���hC��]rnօ��
+4��픱�v�C���L_yƁ�J~�Ӭ��z)1i�:�<��&�Θx�)#�>��]�5�Y�6r�N�T��k�a�:H���;vf���)ҵ�5)����������%	-�R���ɸpާ-��1*��A��oX�K�ʔC󤰮�d=�C)��#<�Su�*�o�����ذ �ti{�������&�H�mi�5nl��ni^O�aL�X�E��v��%?���ʮ�Ei7<�6
5��O���==������^ڛ�ˡ�mD�[B�N1a���w|
+"(���.�Z���eG�ٮ��� 8mlyҟ���Iyu�l09�I�y/*�{��1�����?�dݻZI����ݰ��x����7�����H�)�IYd���K����E�ˁV%�r�5H�;s7��H=ϻ/�� _����y�pT{Ή�(�u˹	�^��nH�A.2nā�=i����=@�n�sx��Bd����-��+̺�^Ԗ�`R\/&�m�@�pk���y�?�+��Q�z\7P�����
�˸��y‹,�VF�:.�1*��@ux䏖�e�5Գ����o�'��|�'W}����Z������3�{��QN�龰� h�ڄD�@��5P��άڞd�
+�S&�]�jv�w��)ei���4���My�\\X�<�Y��Jŭt_�P@G���K[8-9����� ^�Ƽ�3�s-�8P{�S�k���M؞��zp3���yLj�ďH�ǚ���.n�%��-��?Ro�iJX�W��h�ZY��
+���!�9Y�N���	9�$�)�vg��A��恻	��Y���Ӡ��i}10���Q�)51����3��)ۋ�����[�*��>��sT������G: p��jMc�{z~SLϪ+yE���'�3�i���,$Wo��F��uX�$}s������ۮ��YH�:�(Y���q������Hi}�r`��Yd~�D�����U��$i�><X���Aҡ_܏�dL�k���Ѷ�N�YH,�1Re��l(:Ť�KB+ڇ�T��*U��
+����]ٝ��čHoڤ�1E�6���P�9�l�yx!4��E��j��x�I����+�nh~>�Pi
+)��:�i�Z]Qs�&��4J:�zn}�(hy�]4�l�x]	��v�;�)x)l|8f��V�V�u[���-�V�(l皷'z����L�ں�0���~�L��t2i=N;q�Ro1���F�
+��	�}�Z��V`p����v�l����$�*$�}��q���8��s���y����vԳ�2&�=4Ϫڜ�xK�>��K�!e�1 k���Eփ�	�J���=�\��z��^	LSo��F\/���b>&mF�	��� tTϩ����ڍ���P\�qJ+0%0�x:4��.��s}s�t%mb��@��P���I��x7m�7����e)-�>m�c�61��>��hG(@�u [�9׀0m���Wy]�~�PpB���s���ڕ��+ƭ�J�=^yz�C����zx����|��t����\��&k���6>i�)�VJ���4䊭ɮr��_���1�1i�1\oYhe��?NBu�)��;od6d4��,�y9��;�{�S�[9��҈������H�7�(8%�#/�W�RQ��֋����V�����V�Ӧ��&�|��O|0���lLb�G��xO��z�LG��v�x�h�#G�^92E���TYrӱ�y���YG����
+���@���5�:�z	q߃0�6}�5���e�7�U��*f>9�=�!����!t�ɒ[��X5I��z�56U
+��9�3�fTm/�*wu\t~E@��(O��¨�]�����+�j�o���!���eP�V�����*k���FJu��r��l�;E��AB����%r�w����tDž=s�e��Y��e:�d
�x:蘔�QLL�!LDŪ�둎�Ɓ��%���[?1�mk��ErU�! �E���PL�˿šaЉ���e�Ȝ�v����g̹�D۹�N��d��� ���K���3�o�ncR��m/0F��D
J��-5�	��=�ecV�vh�G�Q�1�����i��!eH���跃jn]� l�UsP93��h�`�t���f൴�U����&����ꍸ���i�rV�kw	j��o�L⮢U�������s[o���kYs�]���E��r���2�<�~С*���{v>���f�w���'���6gI�w5tt�*�﹇�J~�h��ř��6��΀��Le��w=?�,0kRF9=�����]r��d�U�0�o�����'���`�-
/��)ZE��)����?���u�bW�o]��]U�H2v	5�@�H�h���G̘�ԣ�d��!�̼��ʣg�ޑ�&�Lt�L���[��C���'-�D������Z�*rN*��b4D����*��}�p�h�'�F'�v	=���^���O`ʦؗ�4N8�{�˺K��Os^	��b����}���X��w����쪘���C�ݚ�~���N�瓗כ�3������wϋN��h�R��}j�Yi�sm��:�ݜ��2Bɻ���my��#n$WF���=��	�}�)�ĬOh8
}p��_��w�Ǵ��� �N�$�}�%9���1k"*��	�G� T���E�
|�7�`|/���N.�����:`2༮]��'a`E���<��~˨0������:zmt�U3�;��r�ڂ�3� &d�pWt�v�?�ya}��
+��7e��w�P��n�������Ƈ3�A^x��b��ͧ�jNc�!g��rI�(l��
+[�,�'�pG��ͷm�A�(���#�4eL
+V\�oʛx-)�3E�؞"_�Poe�`Q0#s���+���w�KY�&g�V��䚨�X^bT',��cd0���L6�=�a�&5������l��I��Ў�ϸ��i��x�=�4�<(�h5�g����{y��YR����ʃ��ƸV���j6*&��T�_Ϊ%u���9�}����[�k:8���{B3������XM)7�ӖAQ�=4RqѡE��Ҫbpߧ��]^��sVK�5�e?0>_��|�W��d�#�T�3��v	��6�6~%\HZ!��O��	72�����וu����y��ˇ�o|:�"�2ˬ���hZ�k�l�F
W��>���h�ŵ7��G����Ы�M�{�9�<�3#j�?7���t�l>�1K�J����e�wIY�U`�p�pa� |j���2������+��f&w?ܜg��c�9s����zqc��-@K �@�,�VI�j�ܒ�qL ��X�D�A�ʮʮ���?����a��o�T��]�J�p�Ϗ��π��@�cv��r��v���p��3�[;FNItNx[��|j��A%t��Y�����0\�u*�yW7?e�)Y����JN#���$m2J�	���]��䍸]�N�
�Z�����Y�YtQL* JNdr��#˺5�=��i�N��*=bЧ5��Ǭ0`郔E���2j�ʯ�=#�����-�j�	�â�a6�4e�Sv
���݌H��K�.��,�A�}���i����
+|��z��{
jb�~z�p!�k��7蓾Lp�EĮ�<�w�Z����6��9vi����-í:Q�>4�3
�ݞ`_[yJ>�:�p
+��J��Ո�,�mG�P���֌Sv9mw�q�����|ϪN�,]���y�ףO�eTtY�I�j�{�YԘXh�������)��_=~��	�6����@¡hǖ�$���&���HH��%�آ���k��6�
+l.�︸5!���QII,�[Sf%cs�\�o祔���nM�/m䕠���+cBu�;�s�m��=	�K���J:5�m��"j�V<�0�V~���{�3.������pi��z��Y��%v1
+Σ�]�����4�*Y!��,�ө	����+ Qб	7�����r�$2#(ݞb�ܝ7�v�������>Ê,�Y�='�	���ķ���/cNl��Eڶ����c]�J��M�QYt�S�9͸�rHZ��c�&�����m��Vp�۰a�Y)Do(������]pwx��O�:��Ty��6��~{�R�1F9o����I_V܃�Ns�u��
+vl]l�~)��y=i�6ICΥ`f��	��%8���@_7D�dԄ�S���fԢc'l}����+e�td\j2[�5����K��!ݢ$�;�tzNq�+��⯸S2^FOٔ�"o�.ʛ��j�rm��0����f�$%�S�+J(��>%�Ss�&i�^
j�\AM
�oO5��!]���U�5�_�zK�!j�����CЭk�+[F	�Z_¢l��3��l�.��C��
j
�tT߂;�܎�
blY��ᕛ����jʿ�N�˳�3�)�8����e\J&�,&o�����]ݷ1#�rvEޙ������	���Y�.��r�Z�ZYz�
XIZ�y^R�{=q��;�ͥ��k���#,�y��qM�H:����̢���0j�o�po{F�N"?�GF�N�/S
+>CƫUZU�78t�t������iqf�tH�.w��5� f�i�U�^
���!�lg�y�7��(�P�,��"�aܥ�B-w�jw�~/����������Y���-�Z-�sN�!ت�IJ����;rўj�����?D�٥����zz�|n}�\�5�^�Q��'�24�v�E����ݪ�́7@�µ׭�'%5Ǒa��j��p�TH�tul�t^�[�M)'L��2o�����5r�8�0�»�qq*	Ч{�����ӽ���cv������{���||Q}�`U)8�t�:m�+��8`z�"�f,�l��rx�zak����"�,�65�ÐVS�����1�D�[U'�6/xu��W'/x�>ۂ\a�K�{�UX��@M�eYӧ)����?���y��u{�v5���(<�)�]P���}��9y�W�Ԝ�:9'��xM9o�\=��|.�������;8�:����|c��2jb��Ǝ�1#�Ft��bk�U����G����kZyd�[�>�zik�U�9m�
+�;��ؒ�.���n��.�n�_�?�N:�o��̮ۡ�ELJ�攴z퍰�;J?���G�l�է�C��0��������������5�p������L��9a���e=/i<�r�:#��b�(����k��@���(9�f$�]��������ݏ��7�]̬0K	7��E4"dOa����?��J�MJ��ѽ�$�V�ȼ�o/�-s�b6^�^H%��=�x5R�#k��4��]݉�e��Qm��-C�쪜O!���̯?�
�%
�j �0+놙��S\&LM�w;���3�3�k���h�E(�
+rB �}���!����UQąM!�&I B�}��N�>��~��;������|���2�uï�>�瞅tӰ�
�u����7���ԄI�.ـ�؈=��i���u��;���
\u`
[� ��M����5T>���\��w�<T��,d�[��쁂��3��K��| ->}v�4�F2xf0m bkغ���+��
��{�w�LK�+��2�,s�?x�a�jBw�9�\dLD��������_؞�G-а{�\�xM��\�����t d�w��GLO[������9�8/c���ʃ7�k�K����ٚ6�ZJ���гv	)�-e���%L���&�a�J��os��N�s���f)�|��������F���l�L�`r�*�'� TPMj�|\q��x��T��I�$/�`��_��������S�Ep]s	nhywj6a�y�U���bdbk��|xu�@��+�n���
i���s�a������A��p����MRr���?[��>� ܋�i-Y�{)�`0��5F��V�*�!m� 2f�Q
�:2"�)���~����=��̟ץ��Y7}y�0�}��|RtB����q��5���$M���sϻ4Rq�3�^j�ߛ���NOGL2��/����j��.�c<ʚ�=Q�-~%���:�.ia��>�s�Ր����V܅�%7ĈIm�;m`v)5�{u�g�,Rk?�
+�ݴ��(�������~pS�U�ڌkT6�~%�np�T��2�r.�O_�&�V!����J:d<���`o��1��_"nz�P
)#�&��p��d[�~�����~�%,c�G��"�"����ԑuJ�GO_�\R�O��ؠ��-bn�)����ڐw?	�+���=�J{c����66m�J{��[�Κ�)�'n�B	9l�Ia=��\E�=x3p�����,?
+j���-^��<����9�ըU*(y'f�6=g%7�%;D�ܑAE���w��!#�+l���5�t��`���.l}���){���f��3I�` ��t��¡�NFLl��}������z���m���̻`figr*k�U��;o}Y��ݢ�����f�HT/#����@=1
�&�3��hi8�Q#4�u���ra��bzn���FX�l��aZ�>ʶ�@}c�%W��{�k�UV��j
+UҎ�Pzk
+N[���*�0���I�����+��.F�nw�p'�����!�$����
�όg���"��|�;�쀂Y�0[rv	9c�I)�	!%��te�&p����E��^N�+���Ei��d �)D�4����u_�?�^?S����<d�2�)Y�5�J���&�!�*$�_o�[��`��7��%��uz��E�դ�ўw���n>�����q������o)�i���
+3.&i���?����Z����d~��LpS8���|���QSf|cxs��4W�D��5��c[�a�^����2�[�6."c�����R6�SV\��&�6�3���w �'�:vG�-\��P���ݙ��-t����눎���������˸I�	����}�`$c��b��r�:�"�G������Tiwz>�'�-b`<ɻ��0`��:�*gc��bR�%�d�R~�4a��1#���/�+���\B��A���ΣUV}X+IYavio�e�#��M?�`6���n������|�T���2).�d����FT�BkI�HO�F*� �B:q��wF�ܮ�}!�~����#�]��S%����o	����J�5�#�Iiv/�|co���Y�y���J�w��I�O� d���O�o�u�G��ڈ��7�R�:	�~�_1\i�n���
�Zd�� c��[(�]|<�WD�=&,8e���������ݷ?^9Y��=���������#�9S7�O2����LW����!5�)��]�?�Oy�y0GI��:!L���؂YHHh�]��u��O�ci;U��==�%@��bT�S�FF����_2&Zׯܖ��_!T����8ZFW�V�
ǫ���n�q�v��L��ُ�U��K���_���Hx1pO��}�=%��q�n���i���j�^���6�m4���J-LMG�T^< r/!�r�v��\]�B]1��&�����
+�#��:�_�>�쿰3��|���=����|�������3G�h<�Te���.n�6����U-T�8؜���0p�U��l���W�t���5/nV��_f�� 0é<ȑ��lM���Fow�(��>t#�㒢&�J��Qڵ1î��p�M��}I��n��l�kX�Q��5	����K���*��0�Kn�N�$��3��7I�Y�`-��
+�S�Ghi+�v�ɣ�{x1S[�c����`{�&�ab�g��=-�8��v����
+����n�bσ�p�e]C�'l"vjI��7����z�3��h�{n�(��7f�#���"Q��T��W�1�a�:���d�Ԍ�Y�݈i��}��WC,���C��{g����{���+��C~u���*�ńm��e�S��Ƅ	��c��zꍘ���}
��ƅ�A�9�(姗ah�ɬٜ�\�<�9�1�*#09�1�(��g���
+�nX��K��GXY�3tkSK�L�H ��Q�Ցw�2�p�Q���ë�Ƌ&'�$dR}ڇ7�ǡ�*v�G+����%�н����+�L�sYi�D�����4T�$��j��3�����KXe��y~=n�r�?�ާ�Fկn���=�2
+�F�r(�q����E����/aEh[S�����)�}n�/�b0L�ʧ~�8��K�H��M&��m1�q]M���:d~Zr�0"m���*�1�WF��|x�~pƃ�E.H[�������$=g[�Bq3�3v5l�q�=*��hù��y'eみ
+7�Or+�׶uB2>'�č ���;a=p?�.i�%m�h������М�7������A���cW�iVl�!"���-W�C5'��M_'l=�)	�\��]�EOH��=Ȏ��3¥x̴6E�{���F1YW���x��k�q=b�%ݲ��,�S�YS5_͵�na7��T?,�?g�������a]�k�U'�%G�$,ݒ�r�˥Qz�Z\yt}�\U��Q���!�74��x�7�������X�1F�{���{�^���-������e/n~5�[p$�����G�	'*�8���U
���_�s�.`&��Q�h��9ë�\��;�����_�_u�꾗���Rm�����xP
endstream
endobj
75 0 obj
<</Filter[/FlateDecode]/Length 42178>>stream
+H���S[���;�Lߚ���S�؎1�$�If5X�q�^�W;B`;��&u�$3nlaվ^!��-�@B��$lw��Gz!M:�Lf�r�s~�;����=��;�9�}���y����
(P4�h@Ѐ"�E@��
(P4�h@Ѐ"�E@��
(P4�h@Ѐ"�E@��
(P4�h@Ѐ"�E@��
(P4�h@Ѐ"�E@��
(P4�h@Ѐ"�E@����G��5����p���^3Z'�����a���Cl���S4t�ƀ�)$�B�l�j�QIqY�|"F��|�e����L�avJ�(r��.z��8%�Rn��Gd���*������2~EE	�����+��J�<A_�+/��g�����������������g�ϫ���`�*NF	�<A	����k:���r��
��#�s�+��Z� ��r��r'�kP�H����[�����\ᜯC�
+	r�jOW���㞔���N��d�?��+�ܲ�RniI�q�?i��?��ϭ`(��[�=y���$������+��x������;ЬϡH���䒾k߫�Ɇ�=��M�a�-��
�۳Q������ޝYMrY%<XҶ���ȐC��Y���֗{�!�jg���|V���i�δ�.�$��.��I�B��/P�"��n:|�^*<aO.[��4�o��N͍2ˣ��5M��:Ą��O��ۏum��q �\�]�ڞ�=�qK��8ڕuK/u'�Fiܮ#�ڮ�mN{���%<ң�J��3Q����M�$��\�-*붦K�g���-TЮ�z-��%�|o�:Hz&-�y�gJR�3%z�ك���TR^}��I��M�lf���g�E��?��e���ηS��j֡�	�ѴGۖ���!�4s���k"��'�N�ޢ�^�O�&&�|F��FT�M
+��3�$��vf�����}��^��]TD}��3��lϊʘ���(jQ�L�ͅ�#�5y���vwN�H��02�4%}��}��>�ֈI����͜�Y�U�Ɨ��ɠɄ0�m˯�lG߸�2�f�N`R*�ɘ�$��������)[_���%�Z:�IH\7�����A��LH�N'��DT���fea�頢&v]�b&n�S13��S4�y�
��a�^1��\���������h����]��U����ɠ�����9�b{�\��I~���||�siܬ(��$�^#pm/7�k6#͎�x�dآ�Vn��J�
�u��h�9I%�\T�J���lD�t���-�[<l�J�G��7�TT?x�F�?B.�ϡ
T���s�\5�R��3�5RA���*�Vk6Cʯ�؞�^�^P�ep3�5+}/��o�l�D��D����C��.�3�?�����	2:9y�c���PU�7|�!�Tp�.T��4)?6���l�E�����փ��{�Õ�K�jʃ6����l��73~�T���gٽ(!�摃��g��o�Ͷ�E��B&�
�����Q2��PlNtԡ��6ҋ���1����0XH8�/6N
+��ҥ���Բ�2
�l�%F/nM��������7��ʜǥM�+/�N��}�i˛Ͽ�>C����W!<��W�>��e�V�o�eL�����`��+��z��;�/����:�=khܡ#cY.j���6���^n�n�5�*�^��'��]7�������G�A�u����7ӊ
+q�(�t�<Fv詰���Ʌ�텨ɯXQ������IL�"�}�o�Ɣdԉ�k+�n�+V5����^ ������'Ӄ�
��̓����1ga����77��WV&fd�hFj	isaMޙ��w�TX��H�"'�3'�\��hGaUu��Pwg�����aA.`B��;��X��Z1�RAe�^��}?RC�-җ�7���]�nRmܸǬޙ"�?�-�lTْ	+��Q�pac�fՄ�5���I:���v�њa�_�0
+k���[�LD+"=�%"hgq�x.f7����7]���^���[��p���bϻ��p}������S_a�E��{���f㳶_?���(��6}~�n�V�#tܬ`���"1f=Z��h��Ϊjv��
��ih?��[�����#eC>�4��ON�#��g�;��3�����g�G9�p��#�μ����SS	Ɵ�楫�fq�ښ)���.��u
+T@1�bb��Y�z��@"*�h�tW[�M#����}'Zd�~�ܛf���<ܺ���9����3���U�JP�&6Emǫ�˿�
�?Zk/�-��eY{����?I��zfi]qsI�k���w#�<3ݿ�0'l,z�Y������ţy�Et���*��Wه�wPx@{r*�`����V��~Yo%�C�șXH�@��a�?a�{����F6�1	��s�8x!���g�雟�3���슞s0/�~47֔��4�뒶�w���n�I���������w�I�QQ�.�>��\�.ߠ��N�7z�H���2��|-�V���՘�\K�DP���7dԢ�~�J�6�4��O;T
�����ғ���ަ��m�e�taS~�=��έ��+Q��$i1��c��cF���U�B_@F1��0x1`���N��Q[�*n�q��㺸�r<2M����3������㎧�=%P�\�z��k@���2n�77�t).���^��\*��'â*,F�s��\ѩ�T����_/�{NqS�‚���
�	����p���zM'��"��b� %"�$��ra!aǑ[�q��~\VD�S�M���XP�B}Zn%�`���[�3�5�a/"*>��Z͐yC9����4(����w���G_2��ᕨ��>[;ZPu�2;�mfYt���t@�G�Ud��Pa���� �6
�7�Jn
�p����O3��kߘ�9�YV��,�f0�v���+�_
�LtĢ+���c>.H	�M�=҅:�}�K� �
+f�#��4#xĪ۞��^p���J��_K�f�׋kʻ�����QCvy���R�`>���,�n�g)���7�@��o��n2����#���YN�.p߄�^?�R�P��5��/zD-�W� ���M��sjY�+���e9�Rv+�<r�p��|f~��T3?�����,��]R�}|+o��k:w_3�m�\�,�o��
�E�,j*d���I�.�H-j���>�ׇ���2����޹��HC�)�U�"l�	>����!���XM���8d��� �dX'����F*A������]����
5dVg!;:H�ڇE�7��#
5��)������K^��0�0�I�C��~E/}��z{�)�eґ	��L����GDD�/@I����L��&�eԖ�?���+:n�(�t��k����kI=RM�T�-���!��[ډC�*z�ot<*`TTBF9P�p��
+�+�79���wO�ऍ��T�A�B�Fѐv��3�N�L����{:�*n
+[`�}xH�[I"œO޻� ���(k�c�u�e�Զj:f1S��rPڍ{9�,�_8X6R���eN�'���"��
�|�2���~�]6Q>YO5jR��'ٕ��:�G�(��-�u^=�uC��p?�씴�jXYה-�i�bnU��Ȭr/�-�W�=�Q�aE����H�a"��D�
Uo��)n+zd¯�w��o��q�u�O"v{9�)z�:sn�ͼGv�`Q�x�8v=��wQ���7om�G��|�i�V��5~�>�}w���k�_s+�.��
+��RЙ���;t��d}]�`]��^*��^E����9X^?�	�Q\������u~C~}�J�)hܝ��c�q���3�W�M�����=\������b�Uϙ�z�|8/l�Y��OJ�~�~:�Z�O���:4�7AO�%�y�!jκ��<����@�(��'�T�A�M'5�rT# B��0���"dw��dP3LDe}�i������	9��)�q��d��ON���Ӵ����/��u�u�as9�d��Z>3!t�f�ÎGDt�9q<&��@���+�wcQ�0��˩���;�؄����T�j�����m���2j�i��N�g�p�����!y��J<Y�$'�T�f�ҫH�)������!��$���'���"ԫ�.]�{����ܒ�xت/x5C9���5*�ă�-����Q۱L�)�O��Զ^K��47Ql����tw�9t2]�������|ZM�O��ӿ&LF����~§b]�y�������X@���q��5��q���������֮�u�um�'lP9%9 $�$39!wW`�xԭ���*hÙ`��	�-��d&s$Q�H?���y L�3����~�<�d�ψ�Ӝ
����G?�ݣ�]u��1�}çd��w�W��#�92��0Ҍ��g���������6d�欳;�Xy�͓�?�����-�Rgn��|t5���؛���Jq�fwV_��B�X5�}ɐ���_��D�6�6�v��8��"V���\ޯ��/A�����v�^"��{�Ф��OlM��l]��.�U�������U�r�ޞ��K��_q�h��E��k�3�3sR�ŵ�O~a�+���˪���	}S�釸���0Ȩ��O]��ﻜ[P]��+/n����<�y��V���aΗ��܂���t��7v����s٩;��?M�U���T���9%�m*���!��|�����2��[UY�Z�/�]!!����40{S�`cv�n6ґ�1::�)���cF����׬�~��E��n�ɘ�^R�hE��VYV�!���4s)}Wr���?��cߒap°Ð�N��յ� r3��.�[k���pS����_s�S�~`/�VJ;�r#Ua�"��g�����C��n�}�r��_w�q�$꽊{k��R�i�V�B
+�7 `���)`�BH�\[�w�v<�6r	��M9l�����2�̈z�ʥ�nv�s
�	�#:>��/�=%�>�<,�lY�:X�i��,�l�3��\ֵ�A-�m�[M=�c..9r�Ν�ɇl�
+ܗ
+DĒ^���u��bxd�ڊ��|o�!�:���ơՇ�_��t��,�[f��N�g���#���C�sڛ{���6^(���$G��T�+I�uw�ݛ�
+��4�Ӣ��m�2�Gs���oGU�ǟ!;���N�':08P���������b�h�6����hӯ2O��;hc�n��v��OV0c2�S�η����?�:�������g��"5Tp@�E�؈�;=��Rzb{��H�~ݯ�����@�,�H1hh�C���ڛ�ED��U����^ �h�:!8C��us�ɠ�cgZ�e�n���>�ڟ��N�'}��J�n!yf
+�{���XZq;ٰM�h�㡾�a-�R̪���F3!]��/��
��p.�tϢ�t>�+`7�
+:5r���6Q��0k�E�aB2pu=�@�(�g�.�>�t��`)]x�Z^��>lj�?@��b.'�`�#�$<����]�>p����c9Ȓrʤ*��&�	%F[����N8]DĂ�ٸ��8���I�Ɓ��rz����7f#�:`d����������m&X1��A�������R�YP^�ȍ��a����,(�Ƅ�=E�<�f�v;7**�vgiu��/ܪ{��WZ���I��Le�w��!&�1��lf%�pA?�1��k��(6�2U]9��Ϧ<�u�=:j��A�����#�Aw)24J,E���:����2�bh�� ж��!_g��fT5ĢQ��,�
�v����:o?�=O�ͽ�Y�b���ں2^k��3K�δK
+s�����j{Z�%	^�����(�D�#��SF%s��붽���M�k���_�Hr��ƽW}W��h��Q��>m�7
+w��Ob���m?�:��A�Եṕ��|數*7+�n�.���{U���8��u;�l��-(.f�ڿ ��S\Pq�]�_b�o�1pT`��" |��Y�B��j6�
+��:�p�QJ.��T��ٜ�����J/�iȤ�k������Ƌ�ct���!��
+X�ŠUA��"fՏ�燴�آ�477^�V�6�M�}Ga����W���e��}c��i�Φ�I:lń��a�ª"�~�I�	L) cȭdny�"=|���󠜘xRN�#�5Us9e�>ж�j��{��9��s��4�����ǁ�Q����ץ��0���pp�w+f��k��e���/���m.iR�q��M��3nRPqS�8�9mt|r�'`�n����DP�X�$46h���|��a(��ߍ�����,��j���$<���a�|7�?�R����B�?.m�3|O�9\|Ǒ�
��QK)`���Hi
>�j�pI���kI̢�[�Ք���rl�N%��4��M�t��3�˛S������Oz9�b���Sy����}㛭ݲvguk����u\�f��sd)qL8$&�N�;�t.�pꨌ:�^rv�nB��twпd���7����{����ѫ������d8�����Q��I�2��~\D�&�&��J��~��/n���g�0AL��Pi�)���T�D����I�;��o:�-;0K�S��;��ϳA���뇬��AC�m�����4�Dvn�:G(KZ����������W|ꎢ��l�e�v�t|����=h��L�wS��$&���@�#��9������ȿ���v+or!���C׸>NQt�杷�,͵+�:Nо�o!Up���?6�{���
X-f�����i���W(n�p'!e�.x�E�������޵�WDzo�'���f�'o�����̎S|y���
�@�t��9�q��W�SAU'�S/� ����$�$�\�<B��C�����u�����4�5p��"�`�r��ݩ-)z�K�� m�<5���a���K�у%�\M�26��ׁ��M#l�l��\]!	5F������'�,|W����b���9��1+�F�ս�K:�����G������1����P�<t灱s�dL\���P�A�ՒF�#�|P؜��fI����&Sާ�U�k��QQ�@=myT�~��p�B>��Ccϙ��\��"0+
o�-[>X5OԖq}�)��� s/Ф�v
�O�S#SՔ��������˛kq�9�G�N-������v���3T����-�{�v<�69d_~��5ꙘNU�L�c�O^-�&��{�*�F;��rQ�z]�Dq%���`ȬK|�0��Q�
Ӫ���5�
&��̜�!���T둬��B9����k��i�E��p1\�E��J��rD�y-8������{���I����G�Vt	�Vò;��lP�[}y���/7�J��<x����/��n����X�7��!�\��u<��K޶���unFt����Rз1\U�+n���:�s	���*7�6U����8��ZKbr�sᆓr�uDZ�����i����l>S4���}8C=Lh��^F�՝���������l��r���L
�����J~������JX�]&�?���=��]g#��j�P!��i8���Đ{TP+({L������_/a"�>6��I����*?eP�s��qI{v����c`�Z_4�4���#5��Oi��Ј���R�m��QEy
:`D���2�e����I�cϧ�/G	|ˋ
+��d��^������E�������VvQ#��5&a��1Ǔl@�ˇuJ�]S%	��螘���v[��"���<�˄M8�8���ZO��+ZO�LB+)�dp�D��
IB�&̶��Q5�x�+Ֆ	k=
���#kWDž_�x@�$G�˱��Jlh�K���w=A����[z�q�w��ܮ��s�;�luޢ����"p�� ŔT�烚��S��TX�U��x������
+*��VB���I��A�c=iq�	[}�TȽr��h�ނ���G[>EWp�����݃%���=Đ����w��ͣ9��i}��ʌ��!vad���ͥ����tꎝyEK�uߩ��K�]'�i�ڞ5�'��,+9��rh�mk��Dx����O[�L{���-���b<��Gb�%���� �1;�sj�yˑ��&�{�?��9�8�s� >�+0>��5"�����<ݧ�����(������B
+���8�$U�w鈊�=�wn�}��JgC�]���Ûϱ*�x���xռF��T����Á�ˇ��\��I�9ͭ�\Vȕ���˂_�o�J�/��6��]������[�.�D�g*1��r��(5�#��n卂��{-��K`��.�O����c�?v�E%!�U g�=�y&Z{'n��ݩ/��R#�l��KY�]�%��@��7�~���2&8�6���&�4�})B �
�KL��i��L5`�&0��#.�q��6+��?���kХ� �����O�R� b�Q�����}�(E';�ι`o�Ix
+v<C��-��!��a�f��e�k�aG�&�E�0�h��҄v�P_��Y����—��b+����q�57��a�"���J�*U�J*��L���$PCKo﫼h_[��X��1�b��`���Z[Rwk���"k�Eݭ�3�$���\J�}�w��y�Oi�;_�x�çg5���׈�#4C;�GN�VDmEl~�C�k~��V�#n{-;�T�X�Šfh���JL�W�ɯјf���kUa�Y�u*j�
C{[H;t�B�c��ڈ��N�I��h�RL;�vc�q������z�=_B�����wQ�q�A�b8���+����0h��T-�0��2P����QPZEч�VT~�ny�j-e5�XӗT�!�ݍ�s��,���V1����e�g��zhʞ�έ��d��Va�(�"C�meKp��O��/�����zڵP��{Șv��l�z��d��������먴�Ϫ��C‹4j��p���I�0�aU��}X�<K�2��/�
+��C�\z2�BJ��Q�a��7	���'��c�6�f6~�I>hS�V��*ž�	p�c����I�c�~P�')C�̥�MY�8td�,�C�s�,pun}����W�����Fj����Q��	�ЎUSF5���w�'��b��+t�Ɵ뙹���Z�y�uh��fY�t��Ŵå��:2�3Q��K��k)ƒ�0gljf����I.�)9��4��q�����Y� m����	����
#�{aM��mE������Q�}&=OE�&6=��e� �]2nV�1��ЯjϭN���0
63�MynR�w�Mۜl�5ͥ��Zڬ����Y7v�}�m���X6����,�;��%�_MYM��p�����b��Ox��y�$�EHba
��dS�v2������\�����r߬�fri�=&���I٤���k��'��vc#3��<�AW���1
+��ƫ��荭�g�j�9ä]�b�&-E,⽀�#�6|���<����(p'u(�:�A-�Oݱ�����V�R����	ϼ<�Uɧ�+����m�z9�<����y*�P�D:JX�?혍M����w��]�E�~$���(�5���s,�h٧���V�Q�ݡ�w�'�d�����A���O����q��fv��0�����_�E�����v:,8['${�}'��Ns��B%�ѨUAE���|9��(�72:E-,�8*хGLd���Z.�
��#'߬��,+���D�؄�[�Y4a�J��+z�	Kx���8�O�%��o���O%�(��ۢ�i
+��*�*��t�!�ޯ���޽��#�j��†Q�_&��GL����S��y��n�]���l�	��qJ��E�,¼��bz!�k�A�42���+yߍcT�WMz����Dgf�D�k��FV/����:������[�8�E|��~PV+���)����;�E_C.��{:n�#6
��ìZp$e=a�P�kș�^L�o�ds�2iRP�M��謩�l�ɝ�cp�4f�2�̽|�i�PwԳS�����ܮ�bV�w��j���^�G�������r��;���ՌI�%M:���+\�b�r6�����zλ�xs��y٤�Ʌ�Z�텎�_˸��i�L-���f��%�%b>cT�;V;�����$�멘���j$��!��[����6*bהP�twi+�L��0��7����J�[?����q�o>����������8���ИI��
�FV㈠	��)�<��T�ԩ�����m�;�~ɥ�k�_�>�;����n:��C�v2�4N��:��_�������0���ulL�Ä�]��}�n��֖P���j��7G�nȻk	����Ȉv����0[�Y�,�R
2��7tTx��i�q���vzy�YpR4	
+�n�e��efqy�R�Q�0�9M������V!�X�9ddPt��-8�O�q��3��~����1���b,t	��:(�
+��pUx��Kέ1�L��W���d����T�:n�2B��=,�w;ل�]Ϧ�������҉xB�U���52ʡ��j����
+�����|�Yj��E�M���CLD��1�B�_p�N�tzj�7+�6	=�d-f2.����ClB7�%!���|�1E�:�iY\�M�em�[�������2}n�����W��N���e��0�]��.W��\�&��؎�K�%��;,�r�!����$>��qBI�8��[vh�����z��H?}��y>�i6OE�j��!�=�}��N|l��;r1�B�*%�m�@RlΩi�I?��
+{�l���0[����
��u�_�N�V�r�/T�c+�Aߠ�~ȡ)�Hx��l�=�˽����Sy#�Xn�
Y�)Gf���k�.1�!��Z
+THȡ�m�Q_�>�%�v��>Bx�����OȐ�|'g�#��I��O��[q���֝���43z��H�;p���f+6���B��f���:7�uk��'�P}eVyk�.�}$\�Z�޳�4v��4�uc�tÌ�H_5i�^z=�g6$Y`�V�=��v�X�х_��U�an�rK�1Su~�hsEs
+8
2�}����U�\��[1�J)���-=շ�Gv^����=]]v�|�5]b�`�ߪ���]:��q�Α�m��b<��-��T=�v�v�6�AѪ�\c�"br曍��ƚ�
+w���P���_�\��ç�	�3�Nq%³�\�-�||���b�����9�E1�*Y��������}�×"��Ozݭ>Ƨ]Z6a�h�M��
vJnW�D���4>/x%�ϧdW.%G���!��i�
+xL��0�\�����S��yC�.�A�ih��N�.��]�u�����T��:!9�H�F~��^������*6��d��Y�{3E�	
+݆n�d&�s�w�&a�����Ҩ��"t{j�4���l
+��E2ة�^�de��^�h�J����������8�~��V6ó�?+2"�.6�����\��v�
+�g3�M�|Ʀ�
+F�2ƞ��GN�V���c�ò����)��K�y��A��9ٜ]�����iD)
+y�O��@v<�8������	]*ā�Y/	碫K/���\�Q)Kb�O�Q�<�T�����OcƮ%x�R"�N�wG(D=�=�;��0�[����Zs�x�]sꄸJI��3� �p���hm��+@FB?m�sc͋1	������t����۝y�Yfu�a}���_t��ٮ5ߙ���)���'�4'd���-01���R�L
+�@X^�S���
!�;'L7����k����Sr�O!�Vʥ�_k�����&녹���+����M���Q�)&a�c�ƫlBAL9��q��3��_�p���Y��
O���y��PM5n�Q������:
ڊ:n�@P�M?W���ƚ�����o����R�u{�����1:���v�1*��ôCť�*�)����B�����
(gI\�eƃTcƋ���<�io8r�4A+L:t[.�g�
�h&-},�԰i�,��_*L9R��qhsڃ�ﭒ�#�@c=4��v�i3~{r&��$,[���֒�
+��|��5��y�-:0�eB~����B��S���m�0��z���F��}#m��ןoƮry��S�����\�Oɠ��VhF��)	��d�T#My8�/!��6�G�i+��&e�j%��?�Q䗊���XW�����%�_��cP)PA���`l6xW,��������˹�����-����|�"��?��8��O`Z����B�CS2�q%�(��S�1)��q�]<�KNܓJ��	�H`,܃�(�S)Q&��70��ޗ��r&0���B�Dy�l�9�%�Cl��׌�1?�ħ�R�z�rՖqM+��e���C,��]Sy
�����IE�)�P]0��]4]�.l����]z	���ǝ5
+�^&F��S�CH�@sU�Mua�D���/����1%NQRGjp6����s�?)��
+~ �I��l�,��G�<m�\��������R�$�:|4�av������IL���O����oDǤ<�ں[�L��ݘ�7�Rm'��>.Z��a�m�b�
+�ۮ1[W���Mg?.��}�r#�葲�o*�?�ZGG�T ,���\�X=���lGD�9���K�Q%���SAlJ�e9�x��
7
+be3�S��'���9^�F,O�	%ߴ��f���5��&������\|�~+u�
C��3��j�(��b���n!烞0������iw�V�?g�uΜy3�g�33��N�,����=��ݖd��"�		!@��r��BC����"˱q��	M�X���rBz�9�o^�7�-]�{���=k5zr���|�m�d��u���  O#H�β����y(�s/���3uk敺z����
��蟕�
�lh��F���W\.to7�6�'\Z�����F����A':]}�;1��i�$�S�y�8Ѳ��=�d�au����K�Wx�A��f��g!�b`N.x0���d`Y>Abl���(��X����lBJن!S���">�
&��z�Y��"4����҆ۮn��F�7-H��8���cT���H{�W�屃�n��ou:8]�{�����|���W#~�^�%��.����t�Y�kq��m��:����ߪ�H��6�����=���%%��ѣ�Ӯ��-��&mۯm�֜���������5\����ak�A{T��z�m��>�!A����<%35+g����ۍac��LT	�g�y��L�2ƍq)B�Ev
���i�����2tr	��:�*��Bf��v�1��Ư�:	�|���착�)���Af��V��
+�M�,�lR�I[�Č��>g=;9\;#�\�\��R`?%\w��(�G=�,>w�A���tHʁw��;*y|'��ÖW��N�	���S��wխ�}��g$�(珶�M���pa���6��)���_�H�MJ�������T&�3>B�!zW�
+�b�[�\��b��[��{5�M=J;Z|����7��0�}��|�d���Uw�y��%�\�z��@���t`��z����<0�Ӵ�_�������Jx���D�������s�y����)�zy4_��V5���Y��ߣ�]�R�U26M��)���	��z�lXo�s����Z�����uq����C#�-יU���s�#4�E���+×Ƴ���KH��mZ6���1�����[7d��XM��L�m�!���.��t�5W��2a��K�5��hǻ���;����ˆB��^Y��F���.[.�W|�����_�����/����F��j��)��G篜�]��db^[5B������s\t�Vl\��	�R^A۸0�.ĬG9��w��̃Y�\��(Y�FH �|�|�pE�ʭ���ԝ��`
+��46�F����L�:Č����GD�Gʐ2�-j��>��쓯OUcC�im��"�H�O��Z�mUr�,���ʔ�KJ�}l�m2��&���]2�:�$���G��*>�@f�a����}z�l�w�.���d���������%��:RL�M�G.�����i<��dLו��[ϖ�vT"���ࠧ0���ӕ"����)�0�}�
+]
2�� 69)l� slz�5R�֦IB�a�B�Tb�@������8z~]�O}��u��k���WkI�`S�j��{������o}�lh�Y̻��������ɀ_-L�Wr�����%d��k\J#9��n`�FΉ��4JwV�;�?�[������{>���R�.�B����<��~�e���:x
+0�K̂w�F�F��˺�w�G?�}9���OƖ�g�TW�k�US+��K����8�ם�����9al��h��$�l�|��Xۄ8vSN�5�U��Y�h���&�|v.LW�:���Y8��5�ʪ�by�pvI����cg�riwA{�
�/2aå*��j�Ҷ��?�|�v�~�������(i�b�t[#��1a�����!i�:\���A���I�1t�:���>�z+�����U��_�	k�Q����P�nG-���X��EЮ���@{�^�����O��!ż��K�z>�Ӈ<�㣖Nfe��>x���4�{2�1wLp.���Y���dGռm\� �\�x��l�(Q^w�8�&
+0��~,P�N�X��a�l�tU����ک�����X{5f�*f��y��G�C���!1��K�{�l��(<��I�J�P1I���S�o��L ����ف
�8�(e��7p�
+���uB��~�2��$�ռݤ�y�a�J.4+���МR�8��YЁC��U�5����k��=^�F%�|C�X{k�.	�_���?�e��F�����j�����N2�Lg�c�3A���11� 
4�4��dRI�2٘�h�-���[�r5Wsyd6;�>̋.��������~?��Ɛ,��bd�N����=	��'�$���K��Ҿ#=Z�;_���~Xv��ř-��s�wE��-A�IS�
+n�*�zt��3���cN֤���s/�קW��OWD��]F?�{6��{�&��������3��5;�T��6�o�Zx4O+<Tы0#��ޔ��Ɛ8�=�����-1�Z�Ŗ`"�Ȯ�z��=�*��Z��QY��"Fq۱�]�"_�i��3�s-bd��0��i*�9��~G�u�"�,p�>-�.�6y�8��Y�ȷ��>�d���Hu�ƻ���']���8V2�q3�!��m��h%n5�(bAb6v=nGZB��=���%]
-��3v5eG�',PE�D)멅1T��s��V~[@�!�&������U�r���W�&Vu�.茛�j|�]7#�-�*aVP%mW@1��'�$#��<�<�-��/ϧ�D,Lb��nĝHk�)�~e�xm)'��ys@t�>$J:X�MD>�8$N9���M1���lF��HS��k���t�!��X��<��̢6�!�%����6ddމZ�&�*�j��%�e~kĄ6fl�/R���J�^��Ћ��η�|:�ɚ��/�zq3�%aF�Z��X�ψ6Ɩ�F9)lP�%�rn��:���2	1��tS���mI��r�3	�)�1 �&��ș��AfCA�#�+����{��V���3�?ʘ�=x	���\t�m��"Ts_����-����	���cN~{�͑�[�?�&�ᤐ��tɣ�/>~�L�'neT%����ߴ;�V�ಘI��
+. ēu9������
��eqg����aw<{�>��f�u�ۧW��zAs�ʩ.�K�zJA�B*��������t���S5��ɀ5���U��3�1
���Tp8I��*ﬨ.���zfU[o(�m�B��Sr�}j�ƥ��^v|�Ws��Vqg���:���ы��,BH�Vռ����#�p���bx}�!����=K������������_��c&v}�0D�LCtpVT�ȭ9�e�g��
+&�����-�eV��ƈ���|7�@+�+{r�3�߻A���7�ZN��U���S=��N)3f�4x�k�]�jRXS^7��)��	<�Q���6=��I����͑�K��Ԝ�}׎�P�SL=�(e��f�)�&�d�e̘U�s��������,�*���
�����G��6��͓�Z��:~��<��p�u+���-�!5!=�:�Cj����9z����O��\�\�	���= �MŖ�Ɛ���dV9
�=��/��|��ޯ}9!%��p���k�/�5N��+��_)9���"��F޾��_M�r0��	�'�	�cfA�?b�z�\b�,��מ�l��p�����k���*�v���t&�
+Z�.�$젟i�[k#6�t|]�����O����+p�0?�,#{T�����˛��\�>i�����Λ�Q�!-Ҁ[9��Pjf
n��f?�0JVߵ�sw�뻀*
���̺�l
+�N93�b`>�����?���������	(�5ǿ����~W�Ȩ���M�u�pt�W	�3
+}*N=�gU�V		x{�$|�f�NHͼ��
+�Ӵ����˫/�/M��'d����B�\x�.<x�y����Q(�7�&�y�A�+�f�/zQkP+l��s�M���3�y���+�`�W[��r����a�I���f9��v��X���S����w�4��h��Q�2@�L���"˄�)rnLǸ�3����v�=Ǹ�V"Ām�t���Y��<�'l�Z���%�������L�>���YrMw_�̑r�PYP� ���1=Z^D�U����+ny���]����h��(����%�8����S3
+����C'��P�O���zz�5:�s��u	+�tG�����X0ٓ�����Λ�+����\=g��5HM�$z�
+|sp�o�Y��[׷ o�n����T�W��������\Yb���)��&�������<ؒn0~�{.{�:f��;W915͕&9�*[���8@܈��-��
+��FQQT��L-��s��|���<��<�=~w��'�M^�����}6U�d#M�m�^k\��7���C�JJ�v����&��|�i����z�R]�~.�'\Ζ'w��N1bO�*�Vz����,�]c�Oe��gw��%��� m{����aG���;�Ԥ_�F�k��_�F!)`��+�x^+���Z�!Ed蕼��V��y�j �$4 ���v�>��G+��~�{�.*K[�H	��c`.丰3r"#�B���aNV1�ՏU&�;��7�F��j=�H�L��[�)�h��5^6Hߍt�M�1��ȸ�K=��������mE��rQ�mp8��-��H)Q�\ȕ���{��}��B�&�A�cy�]0�+��`I��T-쩤<t0\u4Q��# �z��f!-L/ ��9�O���ȯ�꼯�z̙�a3��&��.��:	>RB'+��>���Ws5p��"n�4� (�a|̓H�SQa��DI���⫢���r{��\m���q����A;9��1�����uS̢j�q��$!��&I!V	)H�O�Ѵ�;���'RZ�E\��c�˼V�.�U0����Y�y�j�XRו��s"�E�&X��ϥ��f���?B���¸nw��W�rܔ���.�L�)��󹒸���m�B�QX��ݴ0�}a���<-�?[M5ߖ�I�s��ㅡ�~��U\f��HqI����	z�793����=�XR��8���}���<�Iˠ�����ƂKmc�ݶ��)M��<�܂x��	�lG�jZ2��xai*�����Τ���6���*�~��f/)M��Rw�-��LU���}�T�/e�Uه���G����n����29�v��8�Ve\ʫ2-bJ����ą;.7�>Y��v�B�T��y���תz��f'�������<����{���l�O5���#;盦��&����B�P0?ܛ�L{4Hy�P��������Ԕ�`w ���Jɇ�E*�=��uI�/M��:�q�fÿk��ך&��p�[�Pq�q�B/@z�Lj���,�j6��/���{���7NMR��?;�A��L����Y �(��v�*�,������M�,#�4N��d�7�a�+-�������]����	Z��h���{4W�a/��~�܌|*g�<���{�h�xBK��c���4�3̈���w_��A�<��|C�c+��b3�]T��!$%9ϰ?*9X7�9����`���ā9I1v[�TG��,I�gěF�iW�� �b�������A?��
��働���z�����.ߚ�i�3l��Xi�q�n�#��}����XR
�,	�M�Sm_*�l3�h�$b�����(����?���PU�a�2�:Y��p�
+��
�?m'�s��1BK�?�Jw�Nғ��0S���+�|��!�q�w��D���"�Nd�hYkx�
_�9T�����Y�vH׍r��KQ��0]�����S������F�I��	"dtm�U���O|j�-N��a.�̬3�����f!=��[��`��K���l˘;:#�MUB�EA��x��>����z"�ͻ�^��Dq������Z�H���o����u������j;HA���];��`���N@^�@[]^{C���O86,�N�p�tT^��,cB�p2�:��AB���(�v��X���2��i{�A6��7V�����J��.Ҋ,�B�GGYe��-�8�6�l���S�o�{��k!�엸����Q���ǿ0
+���vD�J�^h)��i,�Y(K=� �9#C�c�A��X�ˋ�c�|ek~�V?�c��X$�4��q/��Q�;�����[
��Bـ��r	���w�	r�� �Gׁr��3A��,盥*��$9�0P��aƭ��=d��>ʫ�AF�t+���Oe]fĵ��b�ߨ���T��{jN�yU�C���j��C���8�����\U#�q��l�ؐj��e=V�@�U%=6����ɱ�h�^�m|*L�{���LN}{("���B������v�-y�g�L��n�0<�o+--74�,�4�wBD�EP1A�E0�%\RqIETPDq�EP\�Ꝛ���9g���?��{�}���hĂJ�_���^[&�:�g�
hh�x�Xi��sݗ�_�;����‚��؋3%j������F����G'�y:I��/!���BA_���jd �%�IB�1
W�Z'h1'2j�v)HFO��U�>�X;�`�2����.�2�J�)��[
�k���{����j>"^ئ�H�S
X�����O|�u�b��K�bZ��� �I.���,7o�%�a���V7��d9�3���r�,Rt��<+﫜t=��\n���v/)P�A�O��v~���4%�Z��V���y�ͲZ����mF�.5ÜO��qV95no�����o!G�����qw���ja�ENO����~�Z�cGQ��y�E?�1@��,@�lNc�\6tz���NݥIv��oוֹK�����&4�x���Lu����51vo�.�8��d>�:J�3�>M�Y���L�ٌ�h�Ӓ�'KC�cE�����3����ؐ;]-�p�"~����DF�4��Cm����`��b7{��
��=e/�4�`[0��lu"=v�0^V)�NG�ZU�9���~�;FJ;8z������S���Ku�R�a��b�_�M+�^hZ�f#	p���N�� ��v���0��J�.P�!<��Y��S���qj���_ߎ���}�I~����!�/]��p��!Fy�y��~��A?�Չ�:A��>����h���
+���Y�َ���%�4���t`=�b�YN��T���E?��"�6�4�M�cL#�!�#4����K�����~2�-+tOY���P΂�j`���?U�4;+���x�YN���49��<��#������1�)Q��ƞB�Vo��Z{�����yZ�h)��t�~j6��5��.�?�[ �\C�/�:P��U1��\�������L��D�o9�S`���I�[�$��R ��HC!p���4�Z��|�G0�X)G���395�LQ��0�V�t9�R�|1]��`N'�ʔSE-�h�
+r3]����Z�7��+9qo��S�@��mGB
?e$.
+�z��}qi��<-�Vπ��������r��:*�T��'�&�x�}0��4����M�FܨX0���o�4�R�Tq<^��x�{4^y4J8���҉�8����!F8�`��û�V����Ѐp��!ݦ�`%�%����"�|��1X���k�O�Y�\<w ����#@{�y�#	��\L
.����lKI�@��O9w@��=�~Lt���q���W����:��j.�_F����q9˂nv�A;�"�Eµ&;��ar��V_%dITz��ѯf�p�	�*V���ލ��Rqfe�+p��=�7��%u�e�/���Dz�Э^��f/|����U);#��9�\�E�����MB.g����m3B��bw�yBX�%���kĀ�虏6ۊ}��8�����&�ϴ���&��+yo��oW��Xi¹��������}�(���\�(�5
�d���Y����Jv��F{�����~<�`�;'����,�ʨ��:��,�h�dl�y,	0n�<���>�gd�N}��`�:�Q��jk�sc��&#E^-�b���@y��#�d�9��2�r
+.t���Iz����u��q���vU��0t�*�����az�M�ΰ))g��Tmُ%>�Z�'���]������&��������P
��gf�jX��ZN���c�%i?����rW?��T�����;�������'k��.IU�����`{�(�����k��p��ʽT��#�����LJÅ��V���׻��O�8ٛbX'@:-�J�c��׻�޻��~�2v^)�y��
+��rnյ@Ǣ���L�f�ou廙��",�FL7
��\{��l3��������u�<�x�8��U�%)�W�����)#�d��a��f�O4M�Ӵ�%�*�
�Òm}��B=�f�����c���3EE4�O/w�ŒCekC��G�L�Lc����e��l��ԛ�J��e��
+mS����L������K3�:A�^!��[�Oqu}���񽙙�'3�MQ�Lb���1��cb/AQ@)��"���n�i�4AE�b	�TA4�dϞ�W�����=�y�_-��,,���a��wK��4QM��/
+:ޭ�g���>��sUT�h|�����1���.�*���'~۹�Vs,+�R�O��L��A
���%�s��.5�+�%Y�nv���.��
�Zb!��	z��Rog�$�y���!ãD'��`���t���k��{���'Z��)y��&f����SJH���=��'ʘp]��,�������yԫ�A�
+�k�,:٩@���������Z�\j~�㏗�e�+Šh��<�;C|Z`��H9�D���b"�I��?��~�t�v�	iAc{M��eΧ� ����߬�1�Xh-�kJ=iJ:'&��J6�%o+��
+��U�x�����q+��F�8r�����d�;SUaS��6�-����K��c��$.1TaA~�KjA��'�4�������}6�rA���*Z~5�4tT���EO��栉C��1�|F�ĞOI�9W2�z:���c�}��q��mZ�-�?���eWR�܃�_�?����0�㶤$�dž�1�䫩��6Z�;P�$ȹ��θf��|�����/2*��ym��r��¬���[!Qza��w$���#���R��:U-(��[��A}M��Ү�77�j��U
)vyC���V��w���0���n�[˪���e�!A'@�1DŽ\�h�r��B`m����>��3Ӑ^e��4�|�9˩"fLV����(9�MDh�O[�{#��"]�d�_�I���4�@�[��/6����ڷچ
+��3Lh�V��K�/
+��&N�%���M:*`���1i����u��-�c�6��f���FW��J�t��p��z�H�R �����B�.J@�Cu��Ksk�C�M8��S\���VW��Ȭ�K�<2\���''�ʸ�
+����Yy���:v�]�F+�ȍa�K0w�r}nJ���cA��ݛ��mL4�Qa�f[�o9�|�Gͫ�n��
+�G,p��7�Jb��Q)�Y�렾��&��K0�CFޣ&Cv����dd^�y���_�)���&���>J�'��r'*���"~�`���H���w0�z�?U���Y�o��<��_'���t�JV��c��yf�NA���� %���d���%�1� ��CJ������]c/�B�Ȫ;Y@'y�MyA��-h�s��S�0�8>�d������4��3����KI�����=�,4�!���q	.5�Х��C&>lq}&.�>O�����ֆ#<�{���*z�����׷V�>�a��$Z�/��3��yV��g|��`�=��Į��OT�>��ŭbUZ%�D����yV0Њ:r�)T�Jw�]��[C�W��w��ޝ&dLB���or��a���ēϘ����	v���z�����4dD�@�Kk_�D�Tmٿk�`>�+���#_X�D>��Ϳ����x�a ����A�	6�@N���4C~X;D^
��6Nxi�4�9����Z|jh.v�(���:�+O �����֋���������T��})>5`��-|Q3�r���GO,���3�4��S���51G���vNj�7�����v]n�zv�~�_��^nt��̝mgF�LԹ�����V��={�����iJ�.�y ���Fi�):ԣdL��*��v^0�����o���k9����[d�������R0�P>B���,��=��{����]�V�1��my����$
�Ҋ��d����S:~����vrO�����ڄ�ъ{u�g�DJ���/�7ך[�.��$D%[��`gꦪx��4�u����vWp�1�t�.�D^��H��jh%�,�
ᥖ���GG��"�~P���Sl��u<RJ�ޘoˏ�qKcw����G�Y�Fom��~��yg*����.56�`��5���m�~3���h�����E>��)~U]�W�N�!nm��oh��n��T;̀�G�֊���5��ִ�
�|��VXc�;}�.�ĵ�At�����j2k��D'*
+X��
+R�hP@d�%�)%�Zzo�R��"�W!�@�@(� ����@Œ�����|�\����Y�Zg����'s��7DN�iy�K��|��3Xf�'�������A��S��Gϳ/T�msU�z�Is�,��q^�}Y��2(��	J��py��
ө>��������~�wGN�r3�����u��N��$�.�s=��>��Q�s"��b5ۦ�*y�\L���X�N�쬩B�j�H�����MY�_K��t�7��>��kA^�y����1f­9)���[p8�@�2(�’�A^�^?���.�Ж_iG��'Ɉ�1V��~�J_�d7�ڭ�12'�ky����}U*1�Б���G�����������^�&��OT &����L�_F�Ȧ�U�tb��Zj��(=�|���HS�����RB���9����E����4�&t��ub��ȸG�ϕ��݂�om��01b��<�`��s��x��eQ�JL��߻�-찭A���*nQ�|#ˏq�'��[�1a�ը�n���N�����]F���U���t����ʈ9��o��B�y�rVF7|A�,+>޷�cm�������%���ߨD��Vg���{���UyM����X�R�d��!q�� ���(7�lZʶ�چm���N��hcsqЬ4㉩]�mh���j�6��Q���f���f� v�S�����M��Ǘ<Z��N���}���>,ܦ��~,�yvc�����צ�r��1�����`_H�͊��[�o
��n�:Pu:BG]L�G�2�A%7��3ξ6�Ͼ~������<O0f��$�c]�޼��5%(�L�Q�Q��|5�j^�<��Y���;���Ƙ�W�b�Ḥ��"�V!�uMɎ�i����Y���Sg�;�}��갯�Z.Wj�'ZAɱ�[p�$��녌�!�:Ym*~�ю0��^oВ�q�m�Y�z)��~_U��T��dDA�jaDts��յ4s��dQYp0DCZGiȳ~�ż��|�"eF�d\�b���������.X��[��͝��]0��Sc����V�N���	�/W��&2|������Q�־.Q�27j��T
�O�s�}����|�y¾Q�i�&`l��	�������G�d��jٕQ�h�H�,����-~���\�|<Y��֚��[O��u�����~j��^�'m-'��Sz��VxG^��5)�Zi�{H��p ��7����u����B<�C���nN�
+�w���ŕ�6ĕs�<]'5x���F���OJ	^�UT�j�=E�|�����S*�8�"������Z|��x��T���HH2#��v�+�ǫp�nf���ig�uIҦlX���F�xX[��)��ɑ�P�"B�9J3b�̤0ǜ�7�8?_ ��1��@�B:𨇛U�j9�h�V�3)#zX�K �km�����#��g=�"�j���8@�?�#?��E�`cC��^��@�g���n�1�
�Hpop.�|ڙ�G<���tT�gT�5��B��n��EeO��x�y1H/#�Ή	��KS�
+2bɉ�A~���7Y�p(#.솱��|>˧��(��j����b� �YԄp07%쏋�V[8z7T#�V��Q��������ؘ�}��.@�^j̃Z��$/��K�;�U���Ŕ��=5?kW�J��D��e	�D��3v���d��Z��E%=�� �	���BX�������ț��x(8�c��SH&�����[�����NuR�ɼ�oQ����Hc':tk����F���rb�۩!E�O+!ǩ�N��"���e o%���=���<����}g���Ƙ�8�Q��_�Pn���6�s�������J�AQs0z�(;�HKO9_�c�gE�]���<�)�V�c%iϪ2�(�SnS�>8��v�c��U��MK����)�$u�;�n���`��k���)P>&��ľ|��.��K�����+pz�{���#����L�E��]�)<]���Ԉ�!a��M�0\�j��;I�YPA^�#.1
+�
j���C��π�w��Wρ�/=���s\�oI`{�!஬*B ������(�� ���6MZ:%5�f�e5j:�S�t���}q_��垙������.�9�x�D!/�Ecl�y>Gs����ֈ
ks�	m���@���5u��ô4�x�J�05P*L���P`� 1(��LH`P���X� y�ѹ}AȠ���,g�,��]���U�v~�hm�$��W�6hh�%���W/J�HqP��u�x��r�L�0�#�@�w,�$��Y�P]����Jp��ɹ:��N]�qGs�
��k��;bx��\�j댙�*�{*e���L�8��i��a�N�XZ �<��聃0�/\C�G3�SJ	��\S��
M��
+�uC�ۅ������k��Ec+šl��J�p��EP�̇��H��(I&�B�0��>��s�����=.�3V���`�������|9bB���ϛ=g˝�����9�<@�����w��/ ��)dHg�@����E '0�>>�s��54�4��Uy䃩��w�����ؾ�9�?o��~_5W�̴G-[[����r	b"���p�D��k��@G�����B3B(�����j����4�>wօ�{�L�~ԧ������c��'����֚WK]�mG{��`[��_�u��$�
+r��>&�`"Od������iIF�.��@�D��(��{sO�u�ٚs�1�\�Ї�6�RFԍ޽�r���'/(��r��@	(�m%�"�,ȍ���(�&�h����]�'�į���/C���7+���E��G��T;z?:���Բ|L[a>�R�
+|��ʊ���6��1	���XL.���.�$/��k����e���δ]G�ٗ�?;�~Ϣd�v������m]��H��t��#�M�ݓ�:3:�
+2�ܽ��K���Hh˒��)k�^N����ME�J^��}l�K^�W3&Zk�&�M���6?C�
�D��pZ0�"�	h�&����bPi�;h���B_u!~kT~�mi���ox�Ҋ��b��������~���$��Z������@R(�<>p�t�����!���������V ��M4�O�
�ϛ�ڋ���w������;=i�{�l`�+�I6��z���!�/�.�~8<{{#A����?�H8����DŠ���u���_�F,��m���h���E�~�[�=��5�gW+�Y����D(�Ţ,Ӏ��L��D9�#�@�� t��`&������L�{Gi>��Tw�ك��O�?��k�a;Y2�^4I�ug��U�J$8ql8��i 	�K��A� B8�"�����㐆�ka��3�1;��./�.���˺����ڿ�u�G{�oN�|�w:Ξ�iц���z����BS+@l��d���~hn0D]�C(Ҳ$�:����hS݈|s�M�|��q��Z��0�Vmf�c,{��ʙ��w���6U���տ9��G[�B�U��-Ӆ��_�^/-�^��Z>lNt}A�//��g�ɳ�	���P�ڼ9�e7���J�p��鳆!N_m'CQ� �j};+�%2BY�V�?e�<wuIϖZ
�˽	�[����뷕Y�s�T�����T�]{�-؜9�jcxWm+�Mv�K�]�O��Ad	y9��`(���
�;�����{}��/7���6Ƶo\C
��2ʰ��{}H�]3'���{�CMͺ����6�N�[(2��n��t���r7yq��R�~4����d~ٛ0]nʿnj���M:�<��}�w<r*\ӳұ�fSU�w�P�͎�IBĄ��ɇ	�xu��fj5p��椵������jkf�bmH���|:�~�t�������i��¨t��?ݧe�oQ��J�e�<7� e���K��?D1yP.�bue-��p��Gv�Վ��j�T�����������;O�]�Y��ݹ��-��Vc�O�]�ay3������q��ZVN�JL�H��B�0
+S3�d�\�$)#����oW0�N��a�O�?6'�/������������
G���p������(�=�%b�
��$�K	�1�i-����PU$Û��S\�Om�Wv2�d2���L�lI&�7��k;K��ڸ�l�ƦcLG$��t���.j $�@BH�\UԐH�
+B��a�;��)������;����Dcohل:�<殕��Ljf�ۋ0:� ⇯�.�x�㰘f]�ߗ�������ɝ��=��������i~�����_����מ[�s���O�_���{�|t����=,\���%
+E���z�-%DVhͻJB�D�MC�~��B��'z9��"��`���ç��p�-�G.(���l��K;y����:�9��x*�1�򪙏}K����%��aU��p":�`
O�Q�jv�UC�*x�,L83��;��`�n�:!鱍7��E���x���-����ЈkY>��\ᕕY#$���CM��dl�C%��@�2�)#�a��ˠ�C���t��>���u�ν��'�M��Ķ�	�9ԒNX#c_Tt� e�U*m���:��u�B�e�C߭p�����-��cq�����،�5�4�^jP_f��W?D!ce�=0��	�Mv��<�aS.x�W�z��^h��"jX�[�,��K�l��KGb�`���Й��F�A�0�|��O�Z	ͩ/�?`�GN[f_�L�f�r�s�"�N�h����
s|��H�T����$�oT�?e���ށQ�˸W�0�Z
+�����Xݗn��B��2s�LT�A��7̶y���)9Or�Ah]<6j�>�dԥ%?��1_�(�k�kA�?`��� h������~��?�q�5s��{�$>:1��i�����11{�ZB���l�	�.qϟu��?�bu�>�������jм�os����崴]&�:A����)l���������2���ɬ�ҟ���#;g2lL�W�v�m�\�U�z��A��%�w[>6R;"���=�)������Q�V..�E�M0����3����J���=A�! �!n��&�ۤ#_B#�[����CN�H/N�S-�m����j����,L%(��9�E'o�\�LH]���.66e'wnb��S-q�t�
+C����%�<2�����L�GI�	ߝ9#%��"�3a)���-\\�*f�Bf�4�*�1�z�F|t�NnM���ĶĘ������7_�>˙�U���^�	�����?�Rt1�Ec,kg�����x[v�e���sr���$c��)?ec�ƍ��##�9m!�Lm�:2v`<�
+tF5�}�Rޟ��}42�]9y0oö$6n`��_�ws�$�U.��=��n��S�|K��
rsD���%�$�������}Y�;�����a1�"��{لbX8��|����}�>}�%]�آ�>�63l���p��u<t̡�-��(L�X�1+U�s�����ڞH���{���肿�,e��w�s�j!Ļv�޺��7HHlS��'�0c��.��U��P����昝�M�@z�#d��]7"z"ɤ�ZH��91��xS�<~�D�n�[)�5��8ؓ��@v��"$
�_%���:Pw����a}��5T|BiPϥ���{)�A��+�~���e�b��F��C�����
�s.����@㩍4�Áx�"��W�\*�g����M~U��ᕷ�
+aPؗ��;�>�T	�E?[	P�Jnbw�Nx�ԏ}u�1r��8_Y�*֊��zѱ�R�(�%7c�`��LIma��3�˧�����2̴gv�E7�m�5ӗ�MwT<�������
+>(�?1p٧n�@�F|�2���g��ޛ���UX��d�E���5�:҆��S�D��6�=�d��ڐ��_���w��Ru�#�]2e���ώ��Hn��I��]6	��#��d�*��"ȥ����}���ư��㢋0X�KgnuW�n�:YزG��x$ҪK�(9�'zl[�<��<��Uv��Osfc�em�wy�>Z�"5���sN⃘�S=���i�>*&a�?�@7"<������WA*�*� w�\"����z�?o���9?��z%�L��g�s���̞�X�0~;WS�85�c95u���:�Ü:���A=�b@�%���Y�����	��od#&B���:���'�^uW_|�_���{��46�u����hb��/���p�I�;�#w��ޤ�ޔ���
+^2rqY�m_:��/��Y�ݿH��k3����]�یG�&lz�>��ڬ��/�"��'g�l\@�u-�c�.�E�
���q��W� ���<Kv!md����\);����:�Ͽ8|7��l�wy�_$*�KE��˘
���6_��F�e����m�'�M@�,l��.)�yr��~+�����.�9�y�&o:��q9c�4C�����<������
�1u��܀t�ք��x�!7zW�f��'�,Li"P��o�ђ�O��⤞ђ3�v���a5����c
U
+�0�o	�.疿�z���V1-�g�Z�mH;���z�ͨ�P��P�2��~g�-��h��+�D9�"�+G~
��f�=��kf�ߑ
���
�P�T���j�紖T����k�9(���2l�W��}IV1��L̶���IV�u�{�\�99�%����v���)��<,[D4H'%������Tv���I8��� Z�ih��g� ���N�Ͽ�=�ӈ��	9i�?MG�!#�QT�����n����
����v?�#�<�*�9�uBB�B�������ot]�,�V�k�|o	�y�ԫ�0k�2�^�tG��:�@m�Z���7�L��ۭ�XR�����¢��Sv1�KN�`p	{#��N�Ӫ�Y@k�JfP3
+(�>g�n1�{�&�'e�X;��I#�����66��T�����M�*L�s��jt��[�9F�x8��.���`$�Y]Q
����>�,��5�х�ҧvR�Px���6�>�bb��QF) �Etܾ���ւg|������
+�h��sV�Ӽ�ܒ�3:W9��4c��!-�yLC���LԖ��ڜ�P�N6����n9j��36	��e7{�h�>,�/�2o��,���hge,b���ҳ�N}�-�&�#[�{A%�w�Rs�9R{�E���]y������gw��:�A���^����+��lB�_I�I�F�K.���&�Q�.�٤�ܮ��wO̟���t����@��ʙvϬ�
BB���~r�߂lƷ ����t��}�tT�#L��ν#�.��e�
+ҟ�Zܝ�j׏s�����~�s=�A�W��/K�~9�Y�J�qv�&���4��#�I�Vt���'���)g�4 ��\bLGm��h
)+���۳jGx����5)6���6F�6:�NE�P�B[Ȼ��0�|~c��Q5��:����o�x���_'���tTbS؛�`3f�pLt~�^�9�:AzMaW�슬����ڢ������	v�H��@Vpv�e;�y�Fn�M��'��^'V���>�<�n� ������OH#�Ni�}�M{JR��H���
+���V��]�鴝�
��� �_����H�d�9�ư��ڳF�����Qf���ҝ ��F�DT��G�<6:�J��m�%��B���vP�5ɩ:���J��Q5�A�h8s�W�%0��s\Cz%�tq$�U�j��&��Q3��#0�f�����Ap���՗C�+x��y�>T�����`<:ڠ���ȉ��-R.l��&d~�}���u&�bv ��l��.���K)3k�dO(�O�}"A�& m�0i��U�;�.�����w_��\��Ȟ�H�v6.���s+���������� ��Tdaac�&奬2v�#���Qf�=���p7��vJ$'>�p�ɧ%-��>�0O�"aeOȃm,��毮EB{�?������Ci�~M9�
i�Hs�M�|
+��gB.����<�;i��X����+�8��:�:a��sCU�H���������ՒQ���1W D���і}%��ꏢ�kN!y��������U�W�����E��+�?uK%�;����Šj��cP�,y�"ķ�ӈG�W1U[��������$��ܾ[�?�e���F�~詩��g�۶�Ѷ��У�(�Ȩd5�K �%����
+��!��!!	$!IB��}����?e��������)�3�ޠ�lc��q��{�����o}��������
+��vP��
+l�Q]_o\�F��EG�
Y^9�q��g�wX����Q=�3�!�����W�b�NVy�K�y1M?-j|�������a�]ZSB��k(��֯"��6HP�$◓u�K��Ҿ��(��ye�gn	���^RI���٨����P��
+i3�ǿE(9�o��Rs���X����<�W�%��LDpm�*`Ft�����ѰQ!%�1(�T��.�ns�iЩI4����&l"�OM��*h��el���⯱
b͹iD��s��j:
�L\+ ��|�_M��H�
�����w,���P4u�a�/ia��zL�O�]���~��c
+}r��
+ryD�hlR�B۬�8�[H�h���.	�y�(`ȘZS��%r�}B����깽A
�ʫb�?B~{��qɩ��2z�[�n��-��\����g�<�vϻ�+*�G+�?�;��s����Q?a�"#z"̷�^�U�>:ۧ�>�3:V�m��GA��l#cq��g�љ�c�L��@G���I�=�lKV��/H��E�����X!{f��_��Ԥ���b��w��(�u��z�!������G�F!3�e#�ZN�_N+�9�)�����T��kR*^��lg�g�3�>���.��VXr�*n��ܠך��s�Ә����(���-6	���itĭ�6��5��,��@��V;_|0���VT���@?��W��=�*�2��(l��+������vO�2��琜T쑲�
�dC�_�JP��cT=@��9����#G.��b���)���Ա�~���5�M���'n��m!�<� ���
�O.�³�*N�O)��
+�ZV˹A@��x!5��-%>u���Vʜ���Ub8�^���*
z5�;Hu��������;s\��ߏWj i#�'���rBE�>��D�7qe�}jW��&'Av�
\�y�+DZJ�H�	�g�_x�,��=��\��:ߡ
+������7�Qq[#�Y�摱�uxh�͹J(��E�� ��.���z�w�V;�3V!����ױ��Ļ�=Zj�|Xl�
+�����l�S)� ����xf�O�z���ާ~Ra�%t���Q�z����qh��H�	�q�'��ԺV���%�m	_8Ϯ��r�1��\P�O>��AW���،U4���/97�姛���^$
+��^�*x�kt��5*?(���.u��e��O���<��:e�ВV2"a&���4Dj��z�������Gv������g��n9�6l�#�t�������>�:�%������X���	ˠбN(��y��iC�H�����Z"�-'�p�⟟JpА���-b�-�LXD?�ٝ��1
�5i�'�u����P�Xl�6�w��ʵOu��.c�1\�`�" IW^PC�]������*���ul.�R�;��ȧ�R�D������0e
+��~�A
)�t~08�R<RF�}uw�M�M�Dk�g���p�S� �y%�J��Z�y�/8]�k�l��3R����<�-��1Oo��F������xdXhd��Q��P��G���	$�a�?�:$ͷw�J.i�+.�'�Y�Mly�}F�B�e�b�$�K�/�h/�Rz�k�Q~�B�ù���J��'3�|�ᡂ�
+���z���[�+�E6
+K��7���
�#����C�Tߡ��\R
¡g{��EgAf��yr��h	�e�.�ɾ��կ�5|ܠ�t,��
�����t���B;d�[r�U{�W�a�?BJF�k܋[s���a`�t�^eE�4�nV_Q���EB�|m�^:ƹd<�s�Z�_c Bj>)�������O66��#&MB^fO(���k�SfFG���J��
Iг�k�<�D�5�\Í��2���$�{�Xܢ����J�*�ع�{d7ݶϢ�����/~6
+hi� /���͘��!]?.���d���iT�Q5�0L�	�F�%QѪ���������U៻��r
�/�ڦ`7�m����l����[�����I�I��6�hvb�+����$���
���L��LW�{�#2A@DQq Kd(�+�r���<y�\�wϻ�{n
��5�|�Qa�l�:�%y���RԦn
+�����k������]��c�'!<J\�c�.u�3"vO�j:X���[;�L��{K��>Хz:�.Ǥn�r*��N%���X.5����y��-]��%�O��0oJ��J�Y�Hy���&ۅ���������{�1��)~��I^�������:�`���9E�q����-2T�S�}�����" ��>T�9����"��"!�m��b׆�—:��lâ��kJ�~xfW��Z�w�ޒk���+�e�t��+�6p����[��^R����؀E�ۓ�R����P�-6��$�]�o��ʧ㳜2Z��q�eS����Y�8E�����+ҋ�����塚'���m!�Wuv���� *FH���������"#g^��S=��nTʹ�>D��y.�+#,t@���E���ƞ�[†���؜=�ؓ}ym�ȭ�MےT�ۄ���:jO�ƫޗ�Mq����l��J���y&�2�~�9Z��&��i���7���Xűn1gꯋ����-���+h��.8��Un���S���DΎ
�����-m��a����ƶ̿lbh��"���c�F��O�Q�/�o�?�ד�N!��r[�%uC�f�~[��8T�KkӋ�_?ï��x���6֮������쭊R�^]����[�,�[e��b���yn���fG�H؞�=��*�O�ifX'�������W�U=��A�jf�y&�_c�'?O��^�J�9߶�}¦Ի���!���6'`��#�~3�z��R�����ΫeӍ�M))ӭf���M�C��H��K쫱y�iL�{�����vM��9
+�=G�v��O�r�ZBi`�Iڙc��F�w��y]�D�������*V�k�Qj�Va�5��Nj�&�A��vP�y�趂�r�cG�J<�簬�&䚀��f!��&����d��=Y�Q��2��2�&�&�j��UI]�����bvd<�_�����@�M�R�M�R�Hɹ"���8�-bTl����=��+#\��׺���*^օ���#}s�]�~g�+
3�S�4P��[�
xk_]_d��gX�ԂSc��WSk�O�7��^(����x�KN)�3���[�aB�o��
+ѯ�GPϦyЛ`IA�⸠t�E�g
+Hą>"�>>;�Z�*��U�rC�Qgү� �>r��D����#`��\]w����E;2��<*��ȁ��v+����a�~
{���s``Q�r�Oͪ�SQʼ��|�GD�y�<|�}�
�:^D/�◿6�&8ĴR����L3<"\�e�=�\���2��3���]��U�`j^�������0zyG�@��@���2¾�˭"�mK�)�1L�d�g�1�Uᆖ��KlP�����{ߖ�;R���GV�K���Ӡs�YM~#`&yu��e�s�`�A�J�6F@����qHT����h�T���(Y�n�b��+/���5�g���?���"�詉�rdb2��R�3�/6�||��gX̞ޞ�M��*|K��~r*�uWM�YD���&�����U�'����1�煘��nz4��]�rC�x��+�����uN�
v�3��o�c�j��W{s,����f���t����C�L1a	.�:R����Wѫ�B|��0�{�>۫�g��ޑ�b\2��3��u9�hKN/�jX�5�ЧGg{���߿�yd�_��9\��/6Lu���!��}��`��pg��W����YV��Z4L?BLc@c����7�l���P@x$!ǟӶf\�1ޝ�S�~�W�x��1��-1>�9�D���]%�pWY�h�(���̹j�&��z��|�4`�O�8���������*�Y�qt��`M䶐��RW?VGY%��85w�	�f�����_��?!�]5d^2� _/U����.M5���@�ֺ�qǀN�̾��7�Ÿi��"N�8��n��+[c�ȭqX�M8\��?6�ٻzΩ x�4D��oۖ�W�Oq�?���a�fS�;���̤v�3q�IL���Qj���xPQAQ�C��1�}`$"&D�T.A.1(��r��&5�������VWuUW����~���KPs�5��.ZG��8�ȹo��.c����c�)�:eOMo�� Su=�~�G�]�,��g5���?
+<��I3�7e8Ũ��VS��~���Y zPK�,�^���ڀ�Oݚ!���� K�V�9�������Ͽ�Ƚ���4᜵����k,�o��2�Dy�2�1�ԑ�����9��2ck<W\ab]����������{Ճ5��Z�K��؛g �W��UW�L��ͷ����!�@ٔ�;��ۜ@<X��..bagv�=U��6?{PO�-�J�|q@�ϟ�ef�aq}G�!�[ī!��>��`��smҎ�$�ԁ��6�}f&�5-E��ߢξ���M:�/jf��W~�����6T��
����F;�I�)i�#���!�}��q{��o�>�1Xq�/o/�B�.�q���G����`
	�	�5%b�:�&V[hܡ�E<4m����$�s	��9d�����qb���D='�oB�4��,!gKږᔐ��bb�����6	�g�Z�`_�Hz����c�lk�Q�;C�-��zV�S�����v���tĎ��>���վ��s2����Z'�wr��d���`YX�o?ғ*���d�4*iO���;CΙ﬽� ���V�=��V��������pC�����s��;_-�mFPP�����;�;�E2��TM��Ѳ�޳+rfօ����?��c_օ��eB�{�/��֒�'v�s�΃bVN���x\H�~���K���)�=۝'��)��Y�K}2AI(�n�#�0j�cuC%񚾜L���9?M�_\Z�2f�I����ŝo��u�oB�G&r��:˫�M��Xe�-�n���LHٝ�V�uB�W��vL�߲��ݘg��u�ҿc�.�d�<�:��H��Vv �:V��T�#�x�-���g����U��g�N~�(�oͱ��v�U��yC�1����/Z^e�u��Ǝ�T�������5]L�&,�x������L�׋ԧ�A��-��t�xWZТ�{��HUg�^�b��k�M���x�y��e� �l�{��2��Y	}s��K����O׸������9����E��o�=}�E~{�����1B
+�`���М9՞'��w~W/`��Ԓ���Xac<�۳ܠ��&�=�q���_�����n�?0a�*^ۖ���� �ܚ�?�ε>���M���q@YVF��c[���&�>�w	�(�sF��Kj)U�r_�
yf���&�>�x� ���1V��+o-�M`�����Y�%��x����B������tmR�H��
tͳjwUdpE4P��<�h�Px���>߫$�Ŭ��C=�|���:��z.�l��8�Л}s��q��OR|�w��u��1�1f�}��k�&�[b��SI+������I|ۑAů��a��㍩k�e��Ө��1x�e�4��������d�K��%�ܨ	"[y�#�4�����6I������:bO	5EV��#�x��9�N�$��0
]���_ܜ�e�Os����E&��ia=�v����1~Uk�}�1U�
��b�:O7xB�h����c���$����5�YB��:eO�@yT���w�xa-Y���J���T�(,�"���r��2b�ZX~ٿ@xx�������/d���(5���3ϭ���=u[�s��%�=vK�i�3mϼS͹JN�
�t[��=�v�[uG
U�{e���B{��2R�[6e�����iqٵ��E���:]2L���k�2�:\yk[�����h�46C��_�&��%����Y�{�:6�/oɰ����	�e��/ή!�$����4���.��S��5��4��PұZ�V>'�FGG���,1�+'�����	t�}����p��e�����x��z0'h�IZrբ��..�p�Rsb��OlTL��&�W��P5w������f�좡S[� ja��
����j��
+7L�?{G-��#g���i�jVE� "�O��{�Դ�S\�Oi�k��;s��i�f̤i�&�Ik�͍1	�M��FqDžE@�}�]A���eY"�,�E�U�4i��7��ߟ�3�<�9��{�7�#�L-�LS���We����c�����=�|`$�&-ĺ��2ا��pc�V��'��U1=���/����Db@##a	�6�D�&�Z9䨞PP6��ʖg!�:��!����U^k��6�z��"����s}����vq���[F������>?�3E�	��I;s���%xvt
�P4�:0��ō�6�*�=�LE-d�Li�qQcGmx����g��<ή�P�;���̐`�������)?��(�*	��Y,xS�R��a�nOa_x�/ݓȻ������c����bӃ��H6���jzk3�����:�yh���VP �
+&wo�*���;�'��^?0�xI��Z#V8F���q��Ԭ��F���
�g�ut��9ڞw�`�������ZVK��B��{���V9�~�3M,=��;f�������_w��|��8��YG�����W_O��6Z�覶G4�O���Fi�U���Ќ3{�uٟv�}�zJ���;`o��N���vg�-�υ
+���5����Rv>/f�S�&9i�1�
\�?N&��6
w�$�����3dp[�1�t(f��͢7��nQ������z��h��5�п�|�_����}���1�)��r�6�n�^��d��P�vd�\eWɕI��/�&�+�t�"��(p�":4�8��u.��.�<�	y'6;��_vjK�>���b'=_b6�������?fА�k���zn��`م���UB��� 	r~����*����#�麨!
�ԯ@?(	��E\nPM�ؚ'��7wW�f�4a��D��ǡ�fpH�V�%�y�Cs;a��Ǎ\�K|dt������H-ߑ�^z�	O��
�������1�/��-�m���t
�2���4Š���Kc��t���	@�g��]h{�]�gEu�W����~G�t��#f&��ʡ�8��h"��&��8pW�zZ0��e^��r"�BJ/�<Գ	�*�a���q��������K�)D�_�lZ�W����f�����(a-�*�T1���Z�k�����
�ށ�K�tw���T�_M.���Q�..�wbH�F���"�dۣ��
tKzSPC(ۚB���oM �x���edP�ȇ^�f�z�aPG��)i��5�(��b�u�6�0:gs���W��!
�vo�땡xF�Y�Y4ħ�"l��æ�p_���>���e0�'�4�a�d�}VaK>xxݛ��B�`�̀�{�N;脔
U�T�^`��r�|�+�,��{7�{{�Xh�_�|֩cP��C2�i�I��M���a�]�wBˌꈂ��
+IG�����ޥ#�HxK(p��~IY�@i{��J���\�W�^؆Z2\����Y1z{�h�_���
�8ܖ���:㿜׿�{q����l�-�(�&�č���;ZˑU(J9$�Ćx(n���<vPI*K�D�0O\zh]@�Q�Z�����1N���x���际���KB�orV���iΡ�۳� �*�7������2�$�`@�:6<���Ԙ<�
+��\֊���曲OLz�@��k�/�W��#km�����AG��AC��`�-l��*��3?G
B���DZ��#�����H��4������'ic�yG_�;O�t�"�nM���q�.�t�VQj�*~c��h�\��&i����a��P������eGq��B�Mll��3�����^N9��&lo����`�N��m�in��*���
+^ɵ���/�嘺
+Ҵ��s���76����V�::_@�Q��e:d�̝���;F3�38	K�؉W��ٹ��\�
+�룊WWo��D�Z�q@o�£'� ��	�;i��j��A5��3���j�]SXp`�ޔr�%�B�c�5E�n�D��툘������I�E�Q�d`]"�հ�� i��X�%���(u-p��s���eJ�m�����WoZ}�Q�#z|�O�z�9ݜe�^��H�
+!����W���g�9���d�Ƭ4��D�N4�ı�n,��`�"J�*MA��Dc�Q�""E AzI�ə9󧜟��w�]�k�{?�*a����}1�%�ʣĕ9͹�������:����v�lO��<�.���ka
���a�3���ۼ����Vs�A4���N�{����Ӡ�^P�eR��V�S��K�<�@E��t�2B��G|?�VtaCP��������
+��es?$ѹD*��#�c%��=�.��У��A r������fQ�K�"��]�_N���E���.ⱌ\j�k�i�9�o}�/�]묊k���Z��FqC�o��λ�/��J����ݱ�'ZA���9� �Ɂ�R�V���ܶ�"^=73�!��n� ����+�'>��+��_���?,]=!9"�'mH)Z�z>x�S�+1@�I�`�j'^���ͽIK8ǯ�:o6�9�?t.b��p�M��/�G��n)i��?[�(��!'X�0�Ub��T;ȣ����`��P�S�	Q=�yj��)���
�א��Mb�OMo���-�L�>}7˾�.�[x�§@f�U�ҭaL�GL�m��5�1�YohI��s.�^_���\�q��@S"::^1T��=?�c#"Q�_�I�9PS��-"8fgѽ;T�U�/�`���Ge\?���#�y����jo�}�s�5ݫ$Ul�[B���s/�N���i��Y�Q����T,�e��y(!���.�`�Y\�_���;z6!d���m٦��zԝh�nh�p�Kۓ�j}Z.ñ�h�6?ǔ]��ްB�*���n
�3��US�7?�䭕Q�f�EM,f�L�5�&��Y��ˣF��ж`̹�h�=�Dہs*��%��#�#��q_�h�[��"����qD��Ə�莠/�c��@_�$gA�B�}� �[��@���c))�9�Nٛh�o��Wq�/(��n�qodܿ�
�v�%�̣�v>@�#���S�����eR1�p�e2d��}շN��t�R�jt޵!�
�z8��|Q���i�%��f�@~*O�)`�2.�>��|�]o��:�Ub[e�wԒW�o��<R|��h�-�d�muoQ�4�ٹrZ���s�6ޔ��h~.B�]������>JPIGu���Up(iz�ZnL	������\U��g�c���Ok�ෝnnLGo�N���4Y�xOJ(�f������7Aα
#�w��7�=�W��� �'��H�v��S����Y��I�!X�m
+��%k{��!�2\��Zk��2�%�oq�M~o`���)�(uOR�r���kn����mҩ����E0����|JtA���F;�)m˷M`S3���-W��wd�\s8���1;n�������>�1�zo�fV�gp���;Tl�@B|6�c#��N5$�<��(~xjN+�h.9�Sr�U<�#i�q�6�=Y��J:*���E�s���Eb�e��n��e�-��d��OS�t�
+�̥ ׭���J�@/O6�"��@��
+�d�[E��{Y��>=��5N�UbS�jǶ�/1 �č9?4��{��_��mbA#�¸�W���[�5qC7�HN�p�>�\mx�\j�jX��vw�y]*c�_�E��h����?�v	�g��|P�Fh�Kl艚�>Xm�����yH��.��;�n�0	^=
�ޠT�G��O���3�+�:��\t4�~�i�hCnm����Lp4;�s���G��<%��5Eg�E�HS��t�#��ӰQMU3�.l)��wk?�<��6x�c�㇙ϖ.^��I?㎽F��̩ϸlh))�
�����j�e�b��p��tM�Kp��j���d}o�5��j�jJ��C�9%�"���RT��,I��l�gUmv��8f�i1=�ٯ�#<����-�t���Y�9W)�M(�N����I����x�
��&�~��%E��/���q��$̚{�qb�u�@�+��3
+.����������IK�$��W'_��>ܔZ?�0�ܣEt��("�p��x��h��S��aw��t
���Ln�@�}6�11#qjiG}����ML�{�%�W#���x�wzG��%�c��j�Xڜf����]�����D��h?��oR�xM&��S+šlO�uO+�sP"™nFѪ|h˥tU��k<��mBֹysַupַsgԶq^ѷr`̷yoȯu`Ըyyپ|���h=��pHϬ��۹{{Ě_7�tA��N"��c3ѩsVѭu]��Y"��n9˦vX˧mO��^1��[#��^+ťd:Ȫt[ʬxpͱ�z��u\˯{Ͳ�{ɪvYͯyf��,�
endstream
endobj
76 0 obj
<</Filter[/FlateDecode]/Length 40697>>stream
+H���W҉��g�k�M�49�܎��d5�5f)Z*�����)�*;_6Y��
s�T\A�E@A��Mд�s瞹�����}���W|�Sɂ��<Ğ��&�d����֞�'r
+�B/:�r"�gqգ��H��NrI�M�&ҩ�B�4<��������P�U�+=jz�M�L�לּc �t/4��zũj��B����rj9��y?�$��Sc�VGK|:&aYF'}�[�9�zKlʑ�E���[r�ӭ�:���:wW!@�Lq�{��*�(l�Dݛd� Eg��ŀ��$f]r��U�#@�4;7zGVڟ���)ɯ�U�|���1	��iÌһ�1#�ܣ�-5
+��ڰ�M��,������0�2��:'f��
+�rjW{�no��l]�{:��MTzm����(=�_�~���������S�Q�3W+~��\b�/�����x�LX�V�<��++��f�"h���b�@���i[�n~z�ȯ�b>2~Xx�����l	�z�@��������}u+2���
+~�N�1��_�	I�R��>z����v[M�9I�o�t����SK�/�|�_C�����C���D-��{i���a	^�r��"�UR +#5�H�L.:\�����p���>������U-
�9v�� ��J7�����Q�ӯ*U��^ ��N�aO��<��Gb�r'��Z*qc�xw����p>���*Ge+��n�Π^��!��40,
�?כ������1�c��.����v��9�f��1T��F<?��!ۣ�)�6H���/{/.YJɍ�CF���21pa6��]��e.5�pw�V��k�m)9U�:!�2��<ڟ�щ��?�e�ð��6�Mc7��0��� 6�L,�T{�����ԋ��󠚃�%k��qs���;��e+��l��X�#A�*F呍�<�sX!�[�����H+�G1/��;T!�D��\FϷ��-2��V&�9S�߃]	�3��$S_���^�3�H��NΓa9E�~���Q6��SM�qn�f4/,�y���傣]�U�;����Nx�Bs�5�,��.�N����٥��6iI����o�[��,`�ع
�%.�5�H��F�ו�����I��U5��gy�a��.�����k�@ڮLX�؊J����
ME����;ja�5�v������sQ�
+R�s���hp)���r�pmȗ�%��)�M������{s̊56�!ǽ:�1`a#�2d ��g�e�.���=4�}�t��h���0ʷFI�}HX�g̶����?N����R���[c��()��w�����tȕ	z�
k≡�Z�ǭ���Q!�S:q�O#�ggL=�W�^_Y�U%h�����6}�>B~{��N^��N^�6�+�<��g/~�'��D��L��>�P�E��!C�R�!	s"��I�%��͞�Ucy�s����ԫ����Q
+}s�:���P	s.m"2>������s=:*t��B}�I�.d�3�&9H������C&6��	�n���j̽,Ŧ_"g��F�Y�XE苋/�c�f@��D�t���9lƞ���o9�p$��)J��,�,ll��|�c�.˯�U�&p cs��!���֊�VR^lA���ocF�9g�����̬�Z68�.�L7
+t��6-F�XrO)�=ݽ�DF�Y��:N�ؚD>���9J�����ILZ ���:�#�,�\���:Zn���>w�%�;���G����}�-Ǿ0tT$������Y�C�gNY-�1�.e�c��:iSF�la��ina�F?9�vk����!󬜐~z��~f�9?f{��2P�P�N��¤��%�qMս�Cb���\rH�OU�0l!WY���˒����~hj�YĒ���>�c�����4��Ҏ�gi�$*�5���s=�//4��8;�}q���{�.էJ��qy�I|�[�C���접Y�7�N�4�]U�/Z?T�u���A��1�q^-447�i>�GQ�t[^x���0v�tl�C!sg�U~���b�s��1������;�	k���3\lI7j?'�i\�մކ����ijf�ܢ�����!C�?�5+gj�D�D��80jo��>����s߿'fs���Ј�W���<H��WT���
��PKWU�L'1^R��
��T�;�Cf���2L�z/&fw��N�%v��Є��VK�#���_.�l�;[ d�MD���(�n��~�����ۜ�T�FgY��
�D���^_��?�$'��>���d����p��T��᠌0U]�-����揾�TԞ�S��X�Q�"PğU��Y$�0��Gz:l[Q� +ы2�\S4�`,�����r;*̩ &��)���w
+F�=�8ﯹ���}
���"��=h�o�@�{h�0�.
!�6T�./=���N<��
=>)x�%'�:'��#4�����;!�X�)I��@k?#s��s���� ��\S��~R�g�R�8�p�������RgM�=M
dCQ��9�%۵�"�BC����{���-n����aï������E[x��zɾ��s�Z��10K��t��Q���"��"�r[q��ɷ���B��ȯ��t@��$�@|�������&16d��ss��}�*+x�҅|�EO�	���bd�n
Vǭ����7@_�4��m�Î���" =3�yn��9U�pj�(ה�q8-��j��
+j�]NM�x�j�ҎK�^���I��2�Ё.����35�h��1n�����箉�J����&'|�!����1}šΡ�7=��EY쁁�}��O
ܝq&ԥ$e����Z<x��ݝ���f��=
�2@��a�꽩&�m�]��	��Ϻ9V���a���Jb��1��u�3͸�����V�JNI�!-���⽏YV�����5�`V�����毬��!q�c���7FJ�Q1
+�<��O�ᓭ�a�N|�����xē�Z����'s���9&j��򭮩4`c��Xm��Ѱ������}�dk/%M���ɸk�ƒ��ld3=�qej��T��1�Aj%���O~�
�a�]�Ng���9��1��Ҋ"�
r��~�ԋO����R�m��p��=�����7��B4�5'��K/�N�0���0-�P�Պ���y~l`��:t^��+��	!��l�?k��l�M�
!CV�`O�&q�fI뎖O@^$З����,{�g#
+j�]NL�v�^����YW����ޤ��W澔&�<y�!Ǧ����n�t�d\BýƸ)��c��]
)�6��ph��e}��Z����:��'=|^�~�D��{�InW�9S�a��m��-|��,���R-�l���k9�ZN��3����N��\[z���&��R&Ű;j~��&�v#6�*9=�k�\��k,����{ucï�Yq�j@~����X���辖��c��+݆z��L-fk��l��;&�Oc=w['�2����krĥ��Uu�[���&ģQ������޲tP����̼{&qѳ	����(l��2�9X�w����vt�ш��R��n5�=Pf��<r+����ӊ�55 ��.v�*pԣC1m��S�Kt�U��MԤ�NP3uuՇ3B�m�
s����?�2c+�_N���{M�N�����2�SO�%;�;�i>K͕��҈�Xc=��[E�g���&L�7J�}۰�x�o������#�d�u��`�Yzh�lJb�;1z[IL��%������pZ@�bg��
+��y�ϣY�x����G��V��v4m����P/k�#��s�ntR�uT/v�A�j1oK
�ׇ)��9��l����p�����(hJVd��~w��/,-����\��S���c\Ԧ�	v����r�i�Q�3m=���!J����������m��|��K׆yPt��k����i6�ײ���!eMSQg�S���R�*^�J�z�ԃ��cks/qj����M��}�c�y�(e��C�^��߰`��d�R����e��/���.T�O~� ��jji��8��|�A�g� �*L¶���а�\f��
i�ά�����>�:2�[�����	�R�#,��g����^�8��8��w��a;��nl�����֌
+s�*R$*�tC�r3��R�KV�$"����pf��~~�~����~]�Wq�qg��)�e��V��Wn��|y�g�f{JJ^j��,����T���䱩��9D��m�<$d����O��_�:q���#�G+߹U�ܵ�����!�CU�;ߩ���S�`;�z�kAB;55IݺF�]tO%��7�
�B���ؐ�&�лm�(�R������=�E]�Ɉyh�H��b���9�̝�喼�c��[R䛛#5��s"�SjƟ7�2L�������~�o�	�KR��+^��Ws]U����fF^C�]�jȕ?Mҿf.���[}�!8FбVyQ�B+&���|_�ϼ7��{��f�2�����Y�w�R���ˎ�]nEGΈ
+"��Ѿ��0����wf�������T�}ڟD'^ؕg)�X�F�[�]���*b��0	t��������P��UU�@��h>�i�h���%�)�����l�f+ذ'����6
+xJ��k�aB�qOc��Tfh��n����*i=[0�J^�g�����!Ό<�M�rnp܋��C=��:�L�C�D�O������8	t��_�����t�ZP�Pvsw�[�6y��>�[%<F�؆�`�RP|4W���3y��-�4[��}
�5Tw�c�z����@�n���
����ے��T�������u���
+l�KÏf���Bֺ�j$��-���T���%ܭ��dS?����'_Ed�qiK�-"���C��'���k��;��"�<��7/��Ur�򟝶��U��,�\Y;&��[�\�ł���5J��In�J��F}���4l��|m���$�Zj�=����>�
TDoO0���Z�J1l��	�!�.����1 k=š��������gzA�W�.�+I�mziij����t�"m82kX���d�Yzb���H�]��b��_l�A-ݥꚑ�
+��䴒�zD����w�L"��;JI��(���BJ�[����eT�Z?��l+.B��x��So�ž|tg��vw��)�(��Qo��S���wt8ȏ����P]W�=��p��^[e�?�*c|�+b}��%/���g)QO}�w7d�ZJ_�0�����s��@�	��������g>R\��/|H��|�]�;vc"v1��μ��,����H��[n%1mk���`g�;�ߟ}eW�.�j�*�x��,���[z�o\*n�k!�7�pI��RЎ��.�;�O�k�
+�ƽ�n��,w�rW�+�]㤤Y4X�M���;_!dz��L��.5Ҍrz��,
�pnf�~X8՗&&��"`;Ք\�0�v��>�=Eɚd&�p�����c���C\��ڽ�F�K)!�4�����>���S� @��n
R���E){{�� �U
�.��=)ţ\gj�zW�x�����[uj�J�F(�����C��������������x���Mņ&�wͰ��)�g&~�
�{5�pc�vN��������sG��}��	�\�g��=[�Ը�3S��rM,:7
+��z�c��:5�D��b�պ��_�����y�l�K��t�쓵��o.
9^d zY��Nr��7oMV�v{�;���
�c���0��۰��,oBZ�p�����Gq�~l�c�{���\������(��<��$y��pi����Ջ�g���K�؅�}𛁉shj�n-��`�:'i�9	2XF���H���?��o��t�~��<4��f����vR�c�������'�$X��@N��Ў�Ԋ�/���8��dx4�"7`��~6���Hֵ^������vl����W;��|��#�t26xXB���K�5P��}M΄(��G�>���_���_hi�7i�
+!���ZX����?��z"DD�WIO�3�J�9T���QzzВ�T�PzyU2%=�z_e�˟k��K��ѩdd;Ɖ�ݹ�-4@��R��9�8�kC~�­8��ڍ��K�B����⢯�hI���Y0>&�	&���)VN䡪�?J��IɇӘ�J^BH'6����W���os�N�S�[sj��6m�ie���n�+*�j�,���Ȫ�;.� �l*
+����#��-�;�����9�}��y������c�n��E��������̤s��t쑑�Ӡs������Y7\���!z��B�6讖U�¿=ԓ����5���9��>9�pW#�[z�
+7��2@�<��S������P���������w�(Yѫr�5���700�'l�6�Zp��؍z1��o��ch�2��O�)����}�曨^UC:�Cމ���V:jKM,s�V���|*\֞�R6�v��Wܿ�m�ޛ����6���*_��#l���O����/k��n�e�*��S(��[���@�YB�{����б��x��x�BGZG�`��]u���ۚ��UԜUY�{7��j�o���Q�����w?)yO/&:�x�|����ڢ��Zp�}``cB�"~�*i[#fZ���{��_:�l���"鱅Ӽc������7����;[�ؚ�V���Lª�2��0%�3�M2I�#6���m]����]
6�����SrsSQ�?O��Y��r\B��V�����R��'9���6Lji{s���I@�di�xgY�z�� �n�9u^5�4&��Yi�݄�.bf��Jp�&h��S4�S����!e�:���6t���y�"¯����*X�w�E��Tx��u[%�ݘaW�5��5MK�ON���^��+c��t�G�����<t�"�yU��{ZF��t_�a�#�UTS��i�)������WGp�geȴsʦw=u��16S�r������X��;����^|�*z���w����~A'@F.����e���R��Ah��������'�����Z���^����<�(C���\��c����n>53��̺�&]NxsQX���֢�g�eO&[`q��w�N�
+�f.�@'�o��2
�܈A�럹EQg&i�W=C�8��ZaQ�w���˚����a���[�Ɯ����qZ��Ds~3,�Z�ӛ?�GP������(�ћrhd_}�Yi齳�Œ��K�jRq�y"��%S{m����M�zj	�fV㾑���!^��esO�\1�*1]�����N;uv�N�]�?��4�k#|s�4r�@F��s�ъc�*hS��&0ٔ}0O�-�߭�ꠖ���o��5�:�5}G'��過8K/ސ��le��ܒ#x�yW7".���j����أyvݱ��>�r�v���#��r�*&xS'e{�?8&�P���֐����AB����&Z��|S~HO*
+͋I.��W�PQlȕ~D����zz֥�Npd�(b�uB�[AL���Fj�;��e�C
YYX��)o��(0�P|`�­���;:!nO/$���l�wY���܆����	��B����0�G٘�$��:J��2�_�"��ĥ^|�RX��������}�w?%���d��b^�c��x������R�s6�L���r�
+j7Լ��e!��&i/1��9b>�0~��~���[xD�4�p]ˮ���Ӹ�'���j9�@��Mp��iV�GA�6
6'MI��iD5��&H����ӌ��9��rGc�k�Q��/
�����B���d�OW[�^5�`m���MSK�.bkNH
+%T`>�&C��!OW�
���HGw��&~��>�Ͻl��ϲkf:���P�Wu�����&C<�� ����k�T�c����g��7���*hKM�:u	$G.dh*\SVG���ߘ@�ޜa@,
+!dF��cT<�֐�[�.�mSK�%� ���k憎�M�anu��Pt��qȨ���ޭ��_��Ȑ���L�A��DŽ��Y��o�??_�u}�N��+���S~�*��Ͱw��Y�*�2�� 	�y�smo����+:�3��YD��3����r���ۼ�,Ầ��K��W��oo�2K�_�ݧfذ�z!<*0I/[g��`׵⚧a#`)�7�Kݚ%�{��^]#h��X�pjd�H/�>���L��6'�%˒ Kkb��wf�oצ�Ur.�~'6��J'*nCNHw�!���G�t��"���nA��� ۋb������SZYǟ�mj�R�3�US5SݝTM�'�T�T:鞘�hL4F57Ad.p�,�eqߢ�d��.��\VE�mw柙�o�N�y8�s~���3[��8��/�X]ɝ�;����c
�^����՞�r;M���۳�_���њ
$�br3��	.W�7K�n�X���Lt�R�/S0zy$SԼ���S�W�z�M�@�.����M�E/J{jF�X���$V������Fz�EWɷjp�_w��7O���r�	����_�>�):��蘸������-�����Ë�T��f.b"�U��Gx�kvO+$!����f�+�YOj.VwJ?~;���X�oN�2�	&�)��p�d��Cd)<ql�S
+v�x�
+��.��
+�iWq��$����0���7�*E3��
+�8��J^Oio����j`J���~R��T*��No	:�&aO���>�$�O-=2�^c��9�8��,+����.�q�����&ga��4,�W\������p��ȭ�\\���Q1�ޗV1	��AtL>�U�ȥ�>�
n㾪{R���Yg{b;���SF�}(r�n<�D�)�5�޺� ���Fsh\�EL�O�~p�<z#�˦�~�������z�1�Q��^W���AK�n-1���<:z��$�Z'2.�M��%{�����?�9_6��$f'%o����U�
�)YRv���=))k��bk��:������p�
}���f��g�����ߋ۠Q"c��A
�s��Y�H�E>��Dذ%��,P3fx4��~P�s���H�-�
+�_�q��
y���
+��h^����4M~��w
+��.�_�j��Z��e3%��R>���^�t�	�*.΋��r��dv��d���Nw���}�O�}�xå�T����1%��sN9���H���#2�-�F@2}��'Z~	�,(�6}RƱ��2�1Ӗ7B����t�o����&��7�;#w�VFg
��?L��ר�Z!�[u�����z��!ҽO���Uϭe]˺����0��^&�-��4�1H��1^4���M���,,i��R|��]��~~�-?�M��<
+�N�ø}v ��V���'	�jSBE7�i��sQ��gb~7�ܷ%�e�-~����������T�w�t�| ��} ���%�컊GL)��G=�C`n���բ9������-���E4�ٗ�3N�<�YT'-�K'�9����n���x����m�
�N�0t׬�bJu#$�}J�L�	�\�R�A�����ZD�1�
+
}u�g��1DX�5��.�\��
+v	��mT��Z��@͈n�G��#�M�/�����{��gG?��K/8�RڝOG��YD�k��DU�m�P �YPF�[�:�3�Y]Y�al���py�Nf���I��+:
iW��uoڹ�)�T���$M
+�C3�o�"�vB�{T��&�y9�Z]n��z��Y���4�2��K�����(Z��o������.��&--�!�<����硎�����A�I3�oVO]w-�܍��v��_�E7g�?�q�.�J�懅���4Ͼ82rۋ�dէU�V^:P����Y�B�V\*��Dp{��UC��
���PZx�<�@C���Y�+���t% e~Ρ��G*]- e4�څfp�zu(a_ك��ڞ7���w'n%	�*8T��^�g
^��	� 8!�9�vlb<�~�������q���5����ߥ"Rq�C�P��Ĭ�8��0'�@�>�������gy5�@�y7
+�ܰ�<��>��~�[9�*.����,�9�:g�l#��Q�=�S�����y�^�Ep$�Zub^�T^
-햽J1Nd�e�	��#k���yta��,�_���_���Ԩ�"-�伄U�W�(���*>Dь�m;�ړ���j@e]*nܦ��,ZFڊ�c�[h�f0��[��E�(�<��}Q�r{�~h�FU?̯��Yz��H�H��ԓڝFFg9ɨwN
+��Y�h(fzbFd�6'�PR�_#�n�U�j�2A�!�$�r@��?�e��Fb�a�UU��J�*m��V�T[Eͦ�f�=i��f!�,$��s�3>g|���x|_��|���U*m��z�<=�����W�p^��������ݼm�ӳxϽ��W��qQ���ɉJ p�.�w�k�,���ߔ���^?`cO"�fŲ�y����� ����8ʦ�&���s�F,޹J�LWY4������";UB���p���.
ï�~�P�.���O	��)�:��M3�1܈�U��?,�]������9�˼!�I��	�n���4�
+�S6xJ�z���G��^7�Ե���N��w�b�O0[�I��f�KR�f?�zW��>�r�ll�Lޭc�]�國����1�>TX	�e�hqϰzo�Λ�xPqֳcc8�T�����E���W	,�������f��/��eo������Sun��c��|7Φ����Zx�sr�*~��q@�-�Yӊ���.�,"�hĄ�F\������5��y��J/�j�eV�k�9�Ǒ�ѓ(�ֈ*�U��R�|Z�@¡Z:k�g�Ry.�+wc��'c���;̗!ɫ�Y���˜����t͔�S��7jA�R0G����=��iHѯ|FW�VD���x�h��S�{�~�Z�k�?�
�O��c�v��fAik�v~��"�e����z�+z��f�]ث������R�5��:���E�Q�7h��rm�F�G��dP����mDQS;��;Y�)@H-�[ifAF��tt�h�[E�������|õ���'�(��#���9���F��zB�qD�W�^�F+#E/J�p���x-Aeb���.�VO���׭����uۜh�m��f��n^�8ϡDqg�遏=�Ϊ��t�n��Ng���
+�Mi����C��40�� A�$ûX��3�9�$�V����(�b��5�lc���E���
��D�2��b��dB�Jv�4�pJ�zو�N�Ծ�����*�d;��=۵������G�X�a���J�9��wY'���DŽ�>�lά�
+*�����Kb�Ҁ?�GG~a���>'�x���NI�;�R���؊O�M�M���M�AMsN�a(��m�9���=`�|��5�,���Y�7�	ඃ�}�:���n��V�儂K"黂n�xܬ�
+���2�ʟU��˒����zوB“�i��Jȁ;ȼ��#~x�A��]8��hBB�E`�ۜ����cl�Y{~U#?��8���Y�Q��vg2>"
����"h��z����8��Xy���놤+��֣F,ۙ��㰰���Rɭ��٤3%�hW�v�Q��e/0w���ͦ���:d,��z�l�w�����j �2~���?�cZ�A@ͭEŴ�8�>�9�ɛk���F�A�Q��j$�H�=X��n/���X�ۆ��E�c�p��w���۔�}7�Tۅ��	�z9�~�)B��2�|[T��s|�dO�<J����D=Z��LL��0��-�$�_�b�����F�m�|�������ϓ:w3�%��H��W�/
+�懊D{U�	�{*4�X������nQ(ldE�AQ�,��>9+Gȹ	od?"t
+|�Q�>^�l��G��VZh$��)Y�G4˜�g��"�2��Ş)�4�M���
�>�;��ZC��0���3#�L�m{���j�`�
W=���;�b�L�(��
o,f�
+n΋PMfI�u�ƹ�����
+��>���.�wC�����a�&�~�<!�=u\𞅫�;���$b*
+n�,�>���z7�4L�I�>1���?�H�RA�	{�~{jx�������<X�՟o����|����6~a�S�u�Nl�t�룭c2���*�t��p�_h�ؗ.�kƅh�f�r�oF3>�Əas�ꎙ��%}�~c��׿��������z�7�������\Ρk�˳�u�"#�˱�B��젚a+�����J]��*Q�I&Uc���a�[�KQ저bTl(M�Zhz��((�؈m4�$��6w������y�o��]�pv��ٺMq�7+O��E:_&��}b�������0?�;��]��E?6�ӗ�閯.a��i���!�_u�w]&��5.`<���u��բY��jOib�
�闤�x��%��0ɱ�[�I-FRC���v�x�@G(��u��a�]nkd���=����ו#�^��k�`��[$���(���|_	����u����p�P|�(49��&��:Z8OC��X^�i���:�����nW*�������}6������N�ʉ�i|]�Y7z�k�0�Q�p�Ҟ����N~fW#;��@�#�;c8�x�b��![ �-�}׊������}���\6��[���լ��k��_������@�<�qh���Mk�4ΪK]�eYcY��Z�r��o����%
�y����Ηl���Wcs�h��3�o�����A{��;�g|Jh`=���G6a��������m#� �ގ8;1��V���5-�b�n�]x��#ݒ�hL���Y���25���q�I�Đ'�;�O�z����Z�)�ء~Ij7>!���S�$���TU�C��[	��3Zp�k����.���3��ȁ�&s���$�����1�u6uh3ߺ��a|L�rF7�aȂH<� ����<����Ȩ,����w�˞���7n���: g��K���y�M�ڡ��5�H�K&���b�w�x�[�B~N�x?H����S�(�-�� ��'BsK@C!1�˄s{H�zc���[�cG%��9����v��3���M',��tT�j
w<���|�A!^/��
+��=$�]򠫑Inf��T��g��5���
|+�8)N�sI������屺-��f��͇c2]��}Υ�Yz���q�9���z�̥@��:`�et#��Ȧ���� &
+�H�^�Ɯ��2/�}+�������؁�$]q.��7\���?xSV9� +�
+CW0#ڈ��
ͦ��HJ�q!��3�ؔ�G�A3i3�p#Nȱgڗlmn�b��C�?q��w&��p:>���R+��[�֮�W�Wl��E%���h�ļ*i)x���%t���:���N�0A��o��[U���K�_��|��{���^��0�V�f���/�H~�ap6R�'\�ܩ�\{'�Bѿ.) ?�`&�VӞa�p��L׏-%�vozl}��S��T��U[zS����{��h��
+�ɯ��m �YHK%�"�����A�j0�=ˮv�V4�{�R�������r�I7O��aT��� ?����Qݼ�_:*�y�z�<��J��T��=�Ur+���(6$=��EV<7�6Zvl֑�v�vˤ=�d�N�h��OiO1$�y\��cB_ ݬ�(ョoH��;*(�C2�y >c�E���Z9U��"�E�|�t�Ƚ�&���zG����\r�3L�E��x-_4wP:�9N�vZ�Qhq���kT��et����Џ���r��8"��A|r'H+��������L��g�H�߽s��S��Ek+��Y�^�X��"0�M�|G�N%|b'R?��Zu�ҪYX-N��0y� ���E/��!�Et���7��i;�c�����6(�ZW�Tu��T|��g�֒l/%���	�A��(B�J�C^›!9E���
U��SI ���!o�p�{�F�_��Z?qw�0��X���J���8T��<��ut�
+5�=L��>o&j�r
+�^'!o2i ���i ���])	+›�p=���SgY��/-��z`um��%'��ŔC�Ҧe�D�ܙ�S,�~X�#������nv��=�-�D��Sᅫ�5
+���@_���䱠�{�v�F���v��Μ�o��놠m߮�����c���eۄ���y���ul?�ëC�厀�B4��y�<zZ
+Ac�J+'��fҡ�Ⱥ	(�.���d]QY��9�E��vT|���?C���T��`8xl����8V��#�P�)	�BI��{HH�7�&��������#������9�2�;|���W�ۥ�Xg�j�3s�d����]0|��
#��N2����G>;s7,��C��e7�%��x\�1-�J��u4�'�D�����YeͲ����y܆j�;ׂ�_�lӜ-�d���\vd3g��n��d�ů��3�#����l�]`���퀶Yo�D��n/T8�	����!wfa5�����Zƙ�Və�n�w]#���:a:���$_�g�o#L:�)�{��h�eV�-Z�Wo�j�ĈP����n�~���ѹGe���E�����P�����1�ڣԕ�G��QUo�0���(�pG���j�3U�t�.�����-K}"�6�j������,�ًG.5��翿Ӎ��݃������;��r�
U�|"��Mq���(eA%qP���}�pq��V����vp� ����ڝn��o�$�Ne�$�{�x7f�:J�o�����/%�/zIΨ퐝��h3T9c,o�@����4�'��D#��f_���tPDŽ�1�ε�W�\���ͱ?�\O(Gnψ-��O�݈�m��!�ea�bB�P*U�+a0�-�%�Hٍi%�~N����c�GoJ{�N��090&�|�X�҅�|� X�>�*oV�5����������hg�к練�e��R����5���fh��
+�9[0�u.�������nu<�W܋�9 =�V,�"wˆh�w�&�W������3.^�G��<i�O�J�7	Ӛ"�x�r�q_b,�^H9�����
�4@��X�LiȂ�4�7�<
="9n�uK����}��)��#XI���1�Y���(%�.�c�"j���hQ�/�G|�i����e��$�bŻ�qN��7f56��D!��M�]٤Ig�4�W.��:�P�f��s{���ÿ�g�>G�������9�J��94��{�8Ѐ��c�1�Y�����TM��9�������*��X�3[k]F/.ᄙ{ �(�`�sU0�1>��>�'��AS2ೆ��Q�z�K�����>�F����̊zљ�.Յ⪩��uӧ�:e�^��窱�Kmx�e#��ټ:GB�e��p���4�a�1�eU�ٌk�.P�h0T���aK-�Rx�ǣ�X~Y��/W�f���D=+�d�������$��R�<d�����-�Ē� ��_0�QPW�s�.#��j��
�ؠ��6؂C�׫�8��o#O�j%0\%x��.����^���x��b!n�u���"�w������y/���܎���E�	xx^��6�&m=h1768���;h4"h�+��ll�馞m!|�ndnr?:7}��$��g!��%���e�d;��'�*��®���4ʩ�uV���B���<?�����!2,/�pC|%�#���K�Ç
%���&��4g�(���$
��to�&O<h�C^۔���i�p�ںJk�X�T-�����]��v��S2WV���j,d`��g׵� �E�A��^q1�>i
�M��ʡ�Sן���S?�V)�;Ԏ��X�H���',�=#)�һ�2>zդ��5s��(5_�|Ž�Ѻ����QJ8�5��I����Ѳ��~����@��	��k".9&�ӓ�^#y;�R*�aB����c��$�oHg���B�zr6��>�3ڶ!f��~	ncAE]��;��
+�fH�]��X�f�S>���L�ٔQ�yl�/�\��k�����=t�����8��5�/?������YX�I�(&�^Qw�-�ە=n�
(]
+TL�;s9�`���g���|��B�r�h�`�
0�m���EG�SL.9�g���V��X�z�X���Ė�� f�1S��N�	D&u'V�`rLeM���hd�zi��x�I�d)��B��>vB�u����	F��8s��i��{+�E|��FJ��â�h����'l\}�ʼ�����?Ce�����O��̧9gέ3�ԭ���d9��,�5s��D�}�ݕF�J�EY�}�%@@VE�A��ԝ��\>��y?���y���,Ҳ�lS��v?�j�[�&�j�̳�&*{8�t�_/���g�Ѕ�/y���>PR����B�n}��_�g\��3���u�y�?�O��Q}0�gt�i}=`yϊ;�Ը�C����H�@�F��gA1�A���]�T��`ƬhH�{��/�{��##|�_$U:)�j�F�'���mS���oF!�o�F�|ęgApHR��w	����r."+�b��~�;�6r'���������C��1(�Q���|W1�)Ӱ%�=�b[��)�lZZ{�;'ȹ���ۣ�NA�5燁�mh������)*[ +���S���r���)x���c��$LdUJ�q��n�?sh���gQ1�^tRWa^%������!c������r�Q3�-c v�
Ğ���LX�#!=w�ĺ�>�yE��p����4�I�5g��rV:8o������q=w�����Ll�Ś<3��%����'%����4`HI�
+)�3#�]�@��0/�r��P�}@��9��>�o3{��뜑�,X���-ک#i#��w������8���3���xE����k�k��#�4���m�C4��Mu$k[1����DCF���f׭�f��`�e_�_��,�.�l|ފz݁>����}v:���$xHDO����G�E6�	q�C�<ة��Nh(�#
�;c&笤������ۺ��T�΄F�W�垻'JXk�M���L̙aj̻�ݽ
+�)zY397SU�f�!rf������ۨ#'Z����f�̩�	�jv�I 5Grx]ֈ��z� f|lځ����f����	�DSp�o���m�L�����o9=��dgOFUT�n�SH9L��F�RX�oc���S���:��=���r��x�Y�rX��e�����X��	�n���7ÒwKT92��v����)���9ɕ���Ԡ"��'Q����pu�3��6��!g:����j�`���{w�eC�pa#��sN�t�O�k<PP�'�fty9d��D
��c-��3�.��N�,�Cv��x�����R��*�߳��PR��fv齧2|sZE�J�M�d�_�|�au_ϩ�1iw� u~����Jfbт�9���i�����&vo�7�{�$%do�nv\K*A�Ӻɖ���[�)q5}�X9є2{�&�Pނ�+A5�����F�yTAh9w0ƊV�H��x�ԠZ"bx�oq�H:Q�ґ��
�c�p�FT�k�o![Nwq��6�o����
+�z��N���[�������*�A|}���F65�rt}A�m�i���-x�a���]JEy{��m̉S�Ds�J�舝i�3�@έ�V%���V�s�9)�/�M9=�eb��ɥ�[����h�aeL�����	˱��r�q�kɺؤ��G
++1/b2Ts�D�d�:���-�bϭ��<�E�Mľ�Wb[�Zb{�:��b�6*�졣R:b_rӘף�<d� �Wa<3�R�N� ceOd���j��T���h@Ƅ�8�aZ�*ԋ�6����l��՝5�ڊ\wJ�n��	�_f�/����|��X1ٚ3��bR�I@F�dT����X6ѐԐ�3F�Pވ}��MC^�i��a�-���nl��:��w7��w��(k���`�՘ְݞ7Sy���A��p��Ou�]i3��褎\�x���������&�h���\�Hcg{З�=�#��"a�`�}s�_�i�?=�v�i;�1��?SY+��00q=
���.�����:ƻ�VAG$���Y=��[���ޅ?I*�
�5X����;5�탂���ѺsZj_�O�o���_�b轘��x���ZFTy?�W�U��/��U%�SZ�s�<�;��{�|����d{F�B&vQ�b��{1��y-��d�l;����'�5P��a�J-�3�19�Qx��?�D=��?�e�����3��i�,�k���-o��WKEKD�}AA�E�MLK�d��+�����&⊌�)�b�g:��#��=�y����|�}�Q4�*Y�9�!%�<�m�õ��R
+�$�����ޢk��hu��&z�>-�6A���(��=�wfY��*��$H�S���;?dw��<���g�+�pyS�s��"�m��F�����������nys�E�P���s���S����$�$!�*&�M����'_7�kr/V{zN���PY�j��������%L⩆Vx�dT��c�Q�Z�(:i����
.ɷ�������EzΉ��+���`����Gέ:Y��g����������Xu���*�0�Uz�(��W���V;9����1�3�I��˓�_(���}u'� �@�"b�m�!ӧ��J�"B��*"��+~�A><��Ҭ2�K���Luʉ��8U1+/Vٸ;-M'�ȯ�r�������(�*����$>�9��?��N���ce�<^:^��3��M2|s���x�CR
���il򩚊���
#���ڎ�#Mk��
+�U�e:�d��½@�;Za�jXȯ"���MF-�����7�^5�d�ԥn}�G�f�i���f'��6��3�Cw���'ŷ�~�M��t�2�2OV�9���c���6�Et�����eF��2u�d��d� r\��'X�����.��p ��%4��Hm��K�6��tLs�bl����!|���;FN�/u����T�����X�/��+�%�j�TEʲH)i;c��S%w��B�D@N�(�;h�����K���O�%u3R��%
+9E��l��*y��ÏT����vѝ��%?[�[|6t�S�}1-�"$��	��)�&"&Q7���|�gR�0��%am����{JZȧ�yr�c��9��'CC���=1��CI��zSŃ��u޵	0����l�Rv�Օ����ZS��(2ZĀ^�s�n,v���ק\�:���3G/q�L�Iҭbj�����`RN�
'.D�
+6��S��]��
+�(��2J�����6Z(n%1�&x;Q�;��@�wH�L|�k�"�"@<pL���osn�6CB�W~j�W>��#��e�.�p���:�@\�`�bM�O�⊸s�5Um�Iӭ�v9v�k������	���9�bT�KRs�P>[g�U}E��C���V�_C-���HՐk��=2
��*�
��p��
+�U��d�~���o�4z��	���"R�%����A���//t�&�0����gcbl���*�&��3��c(����GT�a:�j��{��Χh,�+K]�K�>�����00)^�l��f��:�>uwߩ���C+�B�np�Q�=~q�Fov�s�ؑ�����x�eW���h���>TQ��7���Vj��n�������x������-��ð��^�^b��hY2|�]R�}�=�J�j2
+6�H/�z�~�����z���E����B:�"��i�J��=�O�S�
�&Aţ���[��9��B�c����r�+���|B�K��u�)�R|����o�f�@�.v�,����
+�8��3j⭢�����6��1c�MJ�Dsq�)��?���rNف��g�%�:�n�5��YFБۣ�Bn��u�'�k���Ϸ ݲ�����PeW��������3��3��փf�K���δ��vN@�)w�)�m�AS,Х���P`� ��V���O�R���w���i�f�������D�He��'tB@�?���w��QA+=�d�g�ˀ�Rx�X�n�F�mVD��3�?!�.ֻ:NW�����W���$����p�l�K�,=�]�觅��x��	����� Fv�fV��Ĥ��V>`
+��8�c2#�l
cR����4��eO��aK�WABZ�e��w�2f��~W�Pw�����<2�4�6͊��h�	���ܶ�k�<��\]/�w��U���'�'���#S�rt��?/\ʁ���b쫭OE��bl�m���ɞER��L}�(%'��,�' �nE�8^��8�zl��Ղ�����0���(.���=�?�ޙ�s��X�l�0�a��d	Y��ҴH*)�HYƾe�Bd/��(��+d7Μ{��{����?�����y�_��
+]����u������0p�@?�7v�um藚��翭��n�>�tႧ*>9}_�(�s��Φ$F�{f���!gS��KUn���弹||9>��j5��_n�����"�婪�~ؑ��n��w�+-�ƽ�[��Gި����|�����
�;��#a���} ���"���m�
+b�9)�����Pq�Yƀl���U�hϹ�cU5��Z���('v�%�WS��nS�?�ذC#�b�
�&�:Jz��j+���)n�e,b�Lr^n�|� ��u�&�8�ڟ�nj��m"��3���#�ۑ/Fx��M9����;�r�����~��s��a�AV۱^sU�.����f��^�]7zw�>$�F����8o�@G��1f�m�i/�O�v0���AM��1n�疄��j��%%n�b�Z�sޫ��X���f��EhY>̭�vX�Kp;S�!�k����R��'?b���tT�7v2N��`���`�0�S/D�ޕ�������9�.J��ݑrb����1��~�k���&��[|�u�:o�=�����3�CGn�Z�p�5gyi[?�iې�K홾'J^�m�a��_ovc�M�9c'�ͦ��P�����ֶd<5�����*�����lE������G��n����;�Q��Gp�$'e�w�E�"�	�;Yg��a]Bۑs�M��r�Ͽn�J�g�ř��,д ��\e���4��d�K%�;������J�%�U)�
+.��eЇ��8��J�}�86�/�iU2.��9F1!�؉0wb���	@���2�7�����++�аp1��x�{��"��65�e��r�\�8�d_A�����eA���K5oQУlJJ��,-�6C�����	�`�|���lI�Ϲ�R�ߘ�f�R�r:�(��/6�����.�ĺ�7PB��*��ÅZ�}�8���zo�6�e���ak�� ���Z��|��¶���W��=�j#�ZS��B���+�k{8?Jӊ�3I�·��u!��F��A/%�X^[!<�������D9Zӈt^iǼ/Oڜ�8P�n�ͣ�YEړ1~���V�0+@H	�ә��+Ꞝso��X/�ks��(�'�<�5�����{P��v�Ǻ(�ɾ�mSҢ��(okP�w����g�s�~E����#Ay,�|t�"~��wZ���v�ۏ���,RV�Q����_���A[� �歮�s;&�o��h��a.��j�C:�e�Χh1gT��(-������������c�(���
+��#���ܪ���Sş�br�d�G��	vʁ���h1�6���.����{���3c�9�x�W�s%��!� D{�Z>9�[j���$���n�'g��"��J{�;�w�)�r>~�
�FU����x��>���;����~r�%=Yj#BLbZ螌
+Z�&��q�Bj�}g!���byk��(�;3���L?��l$��B�P��:l챺��=̆�k�/�k��L��:Å���$���g�1�m��D ]{��������R�i�S_��^�(0����ͣ��:�}OAK��Ա���
+�p���Z9AGJ*�j������\SB=�ȅ^,p0�*��9�G�١GJ<d[��g����TsI�ڪ��N*Б�Kuɪ,J:W�5�̫9>`���\І��c��{w8̊;���l�yI��Q�ݤ�U!�ko8?�6]�:�(�2tb<��H��t����;�|�B�m�!�m���)8)�����ԙ�wcAž�$U��4������;�!vc��;*�G��z��R���Ls�N�+�p�>V�p�;ô"������C��C��t=�pu������=�@�#�4P���57� �E�,4T[����|�M. ��TRv�h s�kS��m����	i�I���Hn���r�܅�Za}��oM}t�i�� -I�"��T�JYnLtԵ�9;Ӟ��]��ioN�ɉ�+ؚ�<p+�0[�	�S�(:�V�!��2\�b�+�$����9.�4��9{f��$3���$c��F�L�$*�"6l�XP��.]�h4Qcb7���TD��͞���v�����}�w���@�VA��@�<�틡��z�	����>>��O�e�
��-�����_����Vd�㕕���H��
+���u�6���Z�<DY�q�9j�g�?��
+=j*�	xm9X��C��3}���s���1	�)b�m�y���nB��b�!%�.w�['�I���佡j���tEs�=��rw��ԣ�d)��ݘ��~B�SA�w���ou�6:��۽�`�,�O���%~�zoe؉�Qp��,>_3�
+J�s�$r��_�[��\rZ�K�Ah^WOъ~�
�f�{U��� �u��S;$l�}�����(�$!�g	�����>\�g�
+��ͧ�
+��w��f٫��ׇ`A�������T���$���h���=3r��&
+����y��9��=0�93Pa�$�$-�%��=���s,�W��=�7��=WӲ.��K!@ڦ��εM��iF�Ƈ�Kգݱ�0CG��rK��{�6�\�H���EZ��c��"�WE�>��$;%T��}�C�4.vg�"�!���D������D�z:�6��;����\䉄V�ލ�X�*	9U��OT�"�4���LM����Y���G��^j��K���~j��T+~g�n������cW:��Õ�N�On9#�Bϫ<���y8IL=U��-��ͮ�����)7���!���Bݥmem��CU�?�,+���s=u<OJѵ�<Ј˃�ͨ�9zΑ���6חݬ��|^լ��nj�S��5d�o�`�=nō�����F�;N�uH9�sݻf�Z\m�MZ�$�(������������3eOm��'����/cؘS)�<����
+�ǀ�	x-�Rǀ�
�?\y�2��!��u��7\�(j ^5�ɼ�l.y�[T_�%^b���d&�<'�ԾE�.u`bTo����ߞB¯u�y�=�Ѝ��g������Vٓ�fɘ��Q��oX�-���?�Ȏit��`~��{��FwY��(1n{��U7#��=>�'��
+=S�����c).uw���T&��$�OO�_��'O��1r/u5�Zr��
+����KYK���N��c9{�`fۤu)��*�7-x�y|���]����k��4!cR�g���ĭ߬B�C��K��_��~$E��X��]�%�!�?�*�|�i6M�W��U��F��V?!"���Tp��\�8%��FP~�(�X�)�.��%^�j�]2b�f~��S�#��:̫�:���� �x�+ �~ed���7�5�=�p%r{��|����V�2��u�\:d��"�Xʀy4lԉ��<�r`kʃ&�P�RX�;��6,}hz��|{���O��QpJ��s,�諕F�����j�p����[���e�s�v˚0k��d�rmh ����/+̵��?�Ԥ�W<=�Ƃ�2�P
�r�ZG��9v�c���1�yv��@<���S�x���㹖[v<�*��p��fm�RV�p1[=��S-{� @���;Q�1��&��,j�%�M	�	+ݸ�ofQ�wK�೑]睧��c�
+�<%�3� ���H	���[��<;�6�����/��W�oOT�Ŗ��e#������&Q_�i���X#�8�� �������x��Z�e��9]$f�O�"mCe�Wzͭ���!N)=ۭ���j�L�޲.s�=��6-l�7;��H-�4P��~d�m�u��SδB�w��16RtCؘ�Z�OJQ�Gra��DM���i�2��G>�8���N#O�V��B'"޻ ���)ɶ��0cGA�����Ƈ�G7Fz��-su�7"B�,�{�j�Ām#%I�^H6��Xh�\�-M6v��:!F����h��u�G�C�~�=��!����^-�3p��k|ұ�^�20��7y��e6�z�OXZf'�-c�T}݋%}c��'+_X`>c=�tM,��[�]&!}W)(s+��]�i�J.��<��)�6EH��)
+<����&�q�6�ݵ�\��1l�^T�5�j
+v�G-��#�:gII��h�����9�gmS.�W���+o�Kqy����Q��\�M�<�L��c���f��a�`E�"�(łN43�{APA�T�#("H��d�sq�������ֻ~K|���kؕQ��?I�/�V%��f��Q���)c�}핃�V�c�Vh�_���������x�Ot�{�8�bW{��k�9+�& ��/
+l�O�yt�f�@/O�ȰF������:�xײkË��)�,:f��,�6?�.���J���5�ҳq�?τ�$�K�W_��@n��u���J?�v��E��1
+�d��Ě�5���d������"�<�4���~�i� ��G)���]WX�ߛ�H�8::�˴J���s��S2�ڔB옸>S*��ֈ�~9�4 ��	+��>91�3Gxr�H��-�,�������/D�� &�9ژl"���CG�6hH�P�U�g48a�jD�#ck퉕���YDNT�/;Y��
+��/�7g�������Ě�3�k���<E�ӋJ��|����s	�6y�#	r��΋���5������YP�|K�m��{ޓ��}$f�eBā��Y��:Z�G�bC����0sP!}{��&k�������i��9,��F6�L���p`��q��ip��wW�f�]���@`T����
%�.�}�]�j��ݑ	v�8e���ߡo�x�%U��\�q�7��7R�^�_��ݷ>�PA*�yhX�sPd��;:I�Ī�~Af8�1��ξ�c��Ch�Os��:�$�[���*N�L�_ޟ���q��N�k��.pʏԀ�e�g�E$i �.S+z�@Iy2u1�Ø;���+�������$HB�Z���n8^��5������.�W�a�̒�4�4�or���]��-e��7���a�Q�#J�7E�����#�Qs^�yǛ��L"�m�i���yΦ�v�ʀ���b�TS�(�����ab�������
+MY�ؤ��JZ�E��*ss����/!-��I��\�u��Ye�4�P%)�-G�:��/2�N�IP�����+%�|3-�)���$��u<��#����ylep*j�8���
+�Z�,X�W$�ThB˄ǁl�,q�V'�`�4z�����aA>ic�g����p����M=�*fi0����A��b�W3���շ���̈�\v�*��L�=I��e?v��'\b�D��
y�Jo���^��Tw�Ǯ�ׯc6���߲���I��_��RXM.��G[��*zQ��#�喙�郃"z>f��&6�x�K��%�z����	|NlEҝX�j��_3ˏT�r��M�ې�n��b����̃�Ѧ��2��]��zxfk���k��~PK�&����VO����8��O��V����Z�W6�����S����(����k�"į�A��|W��,�����"b���[�C�L4X���>a��|l�1�!o�ڙX��N�B1�b��fw�1�9Ӕ�p��Nវ
+9P3J����Զ��/g�qM3 �yV1�y�A���ǀ}[� �6�+oyg�@^4܋*�q
�ITK-�����viHϮ�o
+HA�_�f�1�e�&;��!�tb��kg��Zaz�w�v�a�c��ފ_��д �u)���?�*�����2��<�*J�������~p�V`�M�pag��P��,]€�Tb����>uK��=����IZ�u��Z�85�aR��8:�>Tv~m�v�'o�	�Z��
������Sq��N遶�0P>�;QS�Y��$)��j~ֲq�[�€�T�P0
+M�ES��3�S��^9�uq7nf�o���9j� $VDT�dC�������򂹻�}�$=�#�$M���J����p�����P��^y�#��T3��e"����	�e����.���^�d�c��sv�`
��-F���_@�����E�+��.'�"�n���ă~=����O΄E��f����˭�����^�2��Nׄ�C��5˯I�� !1���!�m
�/�!�z��
���m�6 ���X%�nzb��)���{ƞ���5���g>?�;���{�\�.��]���s\f_i�w��j�Lۓv���%�d�,&5I���ԨA@�w?��u���TD@%�*(��dW f����!�����z���<��l$3����3�|z����:Բ�[߾��={���x��?��Dz�n���i��Nyw�K!!�JEM^yWuvK@Ϟ�����sϽ�J�ǎ���U����AaT+���k{c�tft�O�^敷W$-ĉ�G�z�W-l��F��O�(�6I�,��M}̨��%���{�/DWp����(m����Ҙ�Q{�GWIEA�`�i�O������7A�'���J�tL�n�8u�`�xe���Ix�W��X�!|��Þ��aߊ�葳*O��7�|��)����:��y���v��v[ʫړuU�X�9�]� ��gؼ?x�Dd�”�Y�Y��u/�k#�=xp��$5ߌ�/2�y����S�m>=lRw�D�o�� �aԁ3R�ߊ�"oZ'���'m�ׁ2t��iE��}9�ڷH�&
��N>'cᒂr�]�zf�y�U�A7D�ݙB禴@�G'K�0�\�m�x���'�\uH��yV��5��3q�.� �����"�, Ǘ����<��Cl.���b����h��b˕�R����P�'���[/���V���el�i�y�ԣ��i��R$�Fl8���H��V�K���ޘ��;2PRzj�[��9���}����rG�+��}�vٻD(�l��
&2��P����N7��N�}R������*�E;���"�4�e5'���_w�����1���/s��vO�)X�[3���V�=��y���e�"n�20�P�a�rJq�,b'-\�{��W�KC4a� 2[�;��7�-~��$�!��~��`4��tXl�PՐ+zVSlcP�O=��2��ϰW�� ���޺z�AN�8�����?���v7/k3���*���Ft�����c��=����C#�9ar�������M�<���EA_�nK~IX$�����ҫ�ZBi\�Y^�,}�$�@݈�P�ٍ>VHM)q�0Wt��ӆ���fЗ߀<xo�	�RBrT7�-��Ƴs�[4��>,������V%L�z��>:���=RR�kpd蜰
�+I�^E_�[1B�$�e�#��x�Zl���XǛ��f09�Y���_���U7*����)�	�����2��Yإ��}ȿ̩����u��'C^�)P9�����BPٚ��p�q���R0��9���ƣ��}��6VkTK�y�s���^a4�/q�L#��!uW}��ÅW�eA5��2Rs�>r���<�V\/�������)��X�C
+�cs���_.���bW}n��ݿD��h��qt�n�57kp�U�:==�*��tG�*N����KQ���9K.�՟�ƐW:!=m2��nzBGorϷ�m��w�#��a�,�tm��,�Y�",mh�;ĆV1Uq]G�ou=:C��
����w�$��)��"�g���]�ݣ�0
+?�t!K䚭�g�rd^dgR�E����]<t�3 ��{J!£�nN�]�H1w":<a�B�V)?o��\���4q�����3P���{Q-�2�c4�L|���X�4��8����J���7�<"xWmq����`�w���pI�~�XX������r�i+��-�wp�i#
tmF{p�\c�D�ە��$7�Ĕ �7M)3Q�i���K$N۸�����Y��NZ8��.���f��Ǐ��A �‚��ܝ��߿������k�[�_�Xz����"��@I�8Tb�c
+������K����TfK@	��Ӝ/�����R��ZJ�v�w+
������|�D�9�䍈���W��@���y�U�ۧZ��5C��fj4����:��ϑ
+�."��x����a�?���/C2���*����A�uԚ�eb�F��~�,q�s=��
+l^R�m$���@PÂ(�9�uRUr��t�aԸ_�_p���1���
�b�'L#ci˔<��C�t�u��6�^�C=���SF�휣�=|4'�||PM�<2���ZUX�-��ޥ���a<'��Wļ�a���WZ�����3�v�i3irz&�$��b2N2.������*k����K�DG��DE�"�*��(��웈(�N;�G��t���>���>��g�W��i�q�+��jzC�Bmʘ�Л*�F����Ƙ�հ:�QV�͒�岾��Y�ѳѩef�g�#��u�-'�y��M��#'D=���"*RE���~ܖ�8]��֧H0�@sNL�gd�+�[�����X#.=�$-�2����dCta4�w=�j���;����1�%o��5������M��ȌS"ޜ��n�MhX�\��,�\��Q��*.b�F���\�9�Jaß��q��V&�[A�@�<��3fr�ֻ��C'��Z�t͐����6t8�َl��#L[���צ��[�3p�wؼ�a�E�/O/��䲸�Z����SFr}܀��l��!�jO�|�=���O��)f|���)���H�7����b�$�C'�/�ґ���$b|^7A`��� ��&Fݑ
�'�����[�W��8^�//��7ʚ����/n��ߎ�.��dOA.�+Y�{JV��/�K��/L�Gr�\ٝl��R�P��º�<��{���I
�Kͅձ�1�,��=��)�����n��,�$���Z�%�H�I�9�;3
+~������#�g�=¸Y��*x�a�nx�\�G�8X"?^��hx�ט�� ������χF��dlv��M[iOc�Β��5�Ce��Zle��#�$���TR���;��v�x`a��L�f�h�u5T�u�Jm�[���E꣸�Z���*����
+D���A
�$�f#R��w�xoWޖ��Suy��>�i/���-8���@��
9�~� ��
�Π�x{�����W��υ牠��ݘ`¬����Aܕ�N��L"s@���yW{q�mե���2c��Yg����rg����%���%}i+�%�L��5��5^�����?���EL���9�Ә��^�R�2m��C:,������e.:e᠃j2,ef��F6*��U[i
'�Ҟ�ݲ6F<ά9����Pk]�����+��-7SFK�*$�
����%���2����&�PC����u���<����Y��Nwo�g�NL���m�Y_��E�Mϟ���|�&/ia4�z�ş|�o�����!�5��>u����'~u�օK�Z�|c�)��1�+
�eR�����nQ��A����/�����UQEݭ��������b�=K�U�*�}���|��~��I=�|w��4�I�����E6|g���#�mʹ[S"xP-�%Lj��=3���oPWv��!
�3M{�>J����L\ԑ�O������T<x`�\�F}�[e[N\�/LY>�#��p��il��DÍ��$i�Л�J�� ���T^p�����Oݜ����3A��SЊ�򶫎W�_Ǖ�	�ѡ��Z�)p�q�2�aԞ:���"�AXxBO,�7Sk�F�h���t��2��ZS�^پ]&�7vw�-\�_��^����¤��Iv�G���ff��hL*M.
+s���u�ʴ��:4�yi��!�Tg�Oɪ����E"��F�<�fQw��4_�ZD��}C�v+��W�/6%t]�_Ua�=1<��m���=��b����*j��̊��?[�,,�G�*
*[���4���ߩ�^١]���?34�a`�1���rh�6&��l�3�㖁���J�����\ ��5X��F�b�̌ƨ�\�^�.�����*�y�9\��k��ھ�O=u���E|E��M�A�3�(�U��
+���džL|\��öW�.տ����<Ly��IF`768��uta"�)��Uc�,lxѿ9Ey�[`T�W���*�p�.��C��
+�3�M�Q��?nC	�"�!�4؟-��c��)�l f�m��{�.�o^�����A�䨛��g�}�uE���b����n	 ��vc�(e���7H��L`t��

4e�B�_
5�'���\D@+D�tbB�*fĖE䰁��UR�wfyn0�;3����lg
+��iz���rX1Ы�^.�+�%�y~}P%h�ϳ*�4Xp�w`�?K�u!Ug��d{�^T��˳��+�_w?�쇝dgv��uf����������#0TPE�\u�$��8�Yb���t�+*��@P��W]4{���{�g��9oy�?����u^H�FgD
g����3���E�1R��z��R�v>��lMR�F�����6�
+vN�H�������$�Rl�R���䄉]_b�`>�v���8 �}�g�9b%`�����wȊn$2'h*�d�N�����>m�h'�>��y[�]\��=���
+�D��\$�<t�)������:��H��5��r��EI����ڟ&U�N������mE�Z�u(��+;��x���	�	;{��Z��x�qi^U�����r�"�.���y2.���Ӫ�n���k�:�7�j��-<�(�����G��x�����*���&Ꝕ�v�cו���ki��Sh�3�0J��	~z�S�6QW��iJ���ѹ�����e���p��*�(1�-n�vlO�����U	��
+#6���w䫡1%��jQ��I{��u�P1�P�=*�nv�e^[xA�J�u��kZ]Ƨ�����t��Ҋ��xS9X��'lJ(8N��S�6��6�uB8��mMXy���Җn4����三y��QRn1�32��2�
+!����!缒�ӰR�gd��^w}�4Jz�.|�k~ہ��~|�
+z������loz­et��Q�yW����a)j嵀<��Z	bS����RN)1n�s~�(�W��VYρI�,f�u�Ί[�����Yn݁Q�N�o�ʢ��*�.!�����]FJ�彈U�M�5�hUܑ� �Rb&	~{�~3��y���o��E�8g��	8�=�����*8�U��vnc��z��h �7@�I܎X�������_���t.:�|n�c����I���MJHEm�SNO�n�[��δ}3+cK����^Υ�7t?'<rNx�����bOUt��;�F�WG�@���/<������9�Ϲ�m��x��Gk��i���/��1���mV��v�۟��2N>3�neL��`g�
}`݈�B�)��U�
�v�����2�*$"�I[nY!ʯ�^��j�����9t��%9	tt-�l#j�oɺ ����I�NF��twyt�~�����We���ߞ��1kf���܃Ⓚ\<�ŝ�#��-r��"��r��o��Z�q0�P���v��(��e)��ڲ˃�M-؝"_r7a�?LzŌºJsֽ=�Q���M����պ�CHF\���<�"4�W�^�j4�աW@WҬO%Ƽ#����O�A�4�`��6��=#�!nd��B�qX��u�5ꀺ?�(��!�[!�"�&�Gm�ލi�&n��������xaR�#c���]Ջ��B^\�������6!����MaE�;C�X�O���#�"�1ܣ�;C���~����P+�QaYD(zĔ�K��x��Fs����}*>�=��)?��p�%��Ԣb�����@tIE<c�ͷO���q_�,�G	���[�
+��
�.�P1��h�
�j��A۟��(�Y�1�kSf�	�y]l�+:��55xK�t�]	��'e{�����x``�l}��e�N��-�\S�}OYd�\��9��
�ΰ�'��7�	Q����Q���=�!:�~��Iz���,�nm�\�����;��^~�Vq���KI�3A�13�>a���S��1�9�SpK�0m����~�[ V��H娍�{*�?񏱮����E@Ot]���e)#��
+py��q�~1�wKh@���[q�u�H'����ԕ�@�'���z(�Vë���E!�dch�p]%��{3�����˶���	c_}tMڥ�]R���VJY��qC���������/7��/�9����g7�{*�4�_N���Yk3f`��;/�vw�Q�5A���Q����z�(����U9��{�Q�N���|����o7�/����ő��l|.�|�2?��̓����:T�Eh�^�^���%�
+�DqaE)ɯ)%�S��G�꒟�ۛ�_:�uVi������1f?�3��I����SZi����o�jj*S��3V��IOj:Kw���fqiŸDDE�
d���-j�,��$��Q�d9�
+�FE@v�aM�d������9p������>�^�q����my]���ß���.S.G��&tU�N��S��E^C�&cmOϕCr9��F
��-�z�$hίI��b����4n�6p2ZU�ά��{~�1�^��|W�ܦ��]���]I�.�D:�ٹ�y���ZQ�%����?�^��{�钇�?�?y䒗�u��08&#g����B|L�kH�ឤ	���+��?��7f{����j�.	��h�kr<a��Kty8`>��[�4�d]r�ß�OfL�v�%�렎�e����q�q��5x�w��ʹIе�������W�x�
��
>lP��5�w�!��ஊ��EFs�,!�5+�6>1B]��ʰAp#�"��3�q���Zt�;���f��v��,��c�
�-~g�y1i�%�ܟ1���	[��J�*�/"�!���:Nn� �K-^@m�k 7��U�Hgѧ�Vet�P�)coe�)"e�Rbd�}�Х�ܺ��z`�����2�9�(�%��x986�Zt٦��[�p_����ZT������j�
���0H�e��E�Z��|�G��_o%׎m��׃�t�g	��j��uߥ����!%�qS��3�;7_
�VG9��Ѳ�2V���r6)���R	:�v�
�6[�|��5SvA�"�m�l������	��Xt���n݉A'�d�����@5��Wan&���ƍ�+a=�T�O>�5UȘ���٢S�N�Y7BO	g6g�g���u�\���'7�}�����
+8��w��rP!9�Ќ��p����=����A��{zn�aH��Ol����*�a�'���7s�OI�/��N�Z+�Tt(�E��{�+��V}x�x*i�]Ü�%�0#���'杒���V7�]��*(�Ľ�Qq`�8�m1�)��o���y�.e�9�0���v���,�l*F��m��i�+D�A�y7
+v���Uj�$����i�5���  D]
p^�ފr0����V�
Լ���2��22�u&kb7���y�YM�Ъ{�Z9�@�q�zp�������YԌS=�k6�!Br�6���7I��D�9*������^�4�o\��rP��Z��m��3�S�<��
�.1�l�F<<�L�����r�1bzI[Ϊ�%�ⶼUDȘظ�9J���Bx��Sn&�nl�WzJ:���|��0�.k�5ė���:N]�>!Ϲn�F�̚��o�˼�����в�?����wS/2�p� l�y��Y��L�7}7��ǖ9
����ϻ��9/����Ά�7�F
=id5L|�Ȩ>&�0(n�mAp���!���4�vp0Eă�yJU����N[���'m���}T����#zAs�-�����hTy�B�:�4��#�l���f�fޔ���}�M����J	f��N�暵�Z߽"�N#BR)�G�9;�)���n97�Q���K�����L�����Y�z������9Q�w�T�6^�kއ���Eǟf@f�2����G�O΍�[�^^�=i?�n��6c���v��U7��Uh�|�p>�I��γ���/�/|�&\��m��� +�(��"��>`vm�!(�!Jx�y%�g^K�x5���`M��o�K%���Y�7gL�����]*�"%��P?f��ʾG���%D�)%�,B0#�#�(9�PiL�xìt>�>�6�[�032�����J������^�C�՟���ik�%�Oڤ�Y�ͨUAͬHH��Ӹ��|�n�7�wHY'p������Q�E����+��ݬ��q�8p٢��_�����u�,�OA=G�ޚ6ѫ����g돧��A�LC��∜��߁k�S:IOF'hI��	=x�6o����TL+�E�=w��{�
+�����#� o��CJRʠ�+:Ղ���(��q�X{��j������FG�����ș�kL�W\r	:���1�OH�D]
+����W �g��1E�;9�u�3f~K���]L�-�Zv^��2F5=����|�QY��.�z��y.����2}J+K��ש���3�J*SթIO2��؉1�,bl�6�*�("�* �/��1�,N'1�qD���"�
d�,�mR5�ǜ|?�=������&�"B�(!m�sk�^QJ��A!�cg��4��Y7��		�ey�ؿӮa�>�I�]����\�!�k�5Q#�qs�O2�1���O��9U�c��p��
+�$6aa���Pqp>n�,��F���b@*@�g9�R�%̢O̅!1;6�b>�7oAN"������R?.k���7�z��-�8Q��K���w���L�����˘CLl�(a�פ�!�4i�c"�����ڞ'�����o�������K6>���b�n��4�F@�3���������c�Jz�SJ�nY߮�Y������b�#�,g�5��'�J�IP9X��iI��	]wiRO��2�+`+����s ϰCԕ��x�\�;ȅ�|�B�IX���YIKZG�1�f m���2ztv�$h����SL*@���wh��’�����?e���UB��E��]����8����w������2>�Z\�p�A�0@?�RV&1�flY��z%<���.P���yד騑��{��S�-�jTۍ*B�.���`���?��v�<4p���YB����-��b��j:�D�Y+����[����,�~�8ܟ0Ɉ��j���좼���|ux�l{k8��^�@2f�)!'L����o�k�KL�}#�*����Y�F��J��e�o�A�������*c�W�l�x�Y������;�5���'�L�[t�ێ�rq�>ط��7&̪��0nшv��S��5��&�ρY�"�aMΣ#�����}z�E&,��������YN�!���-�~�X�"�LX$=Hp|�0�=	J{:�oީ��E�t�z")'�N�@�<��:�r�5�:(T_����9�&A���®��B{E����X�!i�oA|B�I@�9�q�Y�e�#�jTG�<
�&�n{�=�Rh}yg���#��Pau|2c׌G@�Rk�ң��7 �l�kB�,��,4A�9f���vf|6�:л�@�u`�c�awt�\�n��9��p����|�s�ka�O!)��;4x�U�6a�o����~�j*�[Q�dM�:
*�'!��������Y�ϙ�˄����w>v_�-�Ue�|��\|T���/�h��t^��p꓀��R\�(E���-�UN�wr�� ka7��\́I��2G�50����gZu��#��:o���\�]�������ooI��N.O/��SK���������7�KH�WXS�f=cq��^aTo��n�
��mx�|7���Y��D�JV�6$ʹ�d�_!��5�B��'jU�s��3�F����
+����]\l|�z����9��1]�ݬ�ۚ�)���=ǯ��a�<Sݗ"��o��U]�5^&�����U�]�@(�l��5�j7�9f`>��9�Q�O�T̔��X�.�D��w���:ɭ��?�o�z�%$%m���E-��;B�a�>���Vɕ���!�90�dmxx�&�V��	i����,�<�%ߌ�z*b&z]�ʬ?J���'9���u�y�����(q��w��4E�����VW��YGA��b��⮑��p[a���w	ɑyj��9�c��;�eb,f�H=�赁��;�[�oRN)=m�\�K\�h�v�����E�z<i�{����["�E�dT�JF���f��s;��	X^p���*�r��՚4�����|�����H��Y�`�`a3�\"��'��T?�ϴ^�_a�un}f�9&0�C3����أ ..i��S�s��K�C�je�!�����A���y��W�{��nY�!��/f�N!��=��`S
�,��<��p����e�eV-la�A|�0�J�-c��}bRe�I}Tts;�L*��365�~��T��ue�}���Z�.8�%�f�R�.�Gt���1�%��Z^SD'�eL��yV����i���˾��=��ӮёЂ�m� ƥ�
+��><O��3�Q֑*`��d�3���&�f]rNdYN�_4�V5ch�_"^��ɷ����L����0��o�8o<��L��;�b;Ze�Ͳ��,Av���I��<I��@@�zF��UPA����;�H 	a�B�� 3��?����u�~jz}�^B��5a%�!07X�Բ;Szڝ�W�:bUб��v�"��-�'�s�ߗ�
g���g7_u]Κ�myL�h��v������:ZcH�+�x7pi��4���d��La����ȸ��T���L�w�zV{pK@����D��k��9����Bp�Z���_�ïjɷ�*Fk����,bZ����r�圤���^ߝ��H���9'��s�	����0X��Cz��n�/��cJfK��Ɲ�E��d,bB8�ZVK�*�=��{��|���ڋ�6��U'����R�w�Zk~����<����T3J���-�dϥ�bO	p���M�,�����B�<���
+�1jr�6�TʃjBE�׮�pcOA�.������1���� �[<�sYi=�I���!�"JȄ�Cj^���|�u׷����sN���W��G��a-JpM�+4O�"&1��!{�5K����_e4,0��)���`�* �얐f�~��@����H��U9����#���P�:�0��w��얤�M�$����=�����O��1
�9kG���x�, l-`�:���<��}%m�n�0.oC1�p ����`O�y���`&�5A�1�����Q$�6���(�P�iݘ"\	)��3��������2=���ޠ�E��P�����B_YP9L�]A{��q4i��Z�[�.�8��"�up1�����kA��9����:��5E�N�2��ݑ�	h�����Y��̪��Y���()#JN�O��7wf~��R��|��R���p�{R��u�"�C���K����{rµ���3��=�PCx�Kj�PR����I���+#
<�*���"��Tc{�q!�f4f��޼�G8r”�%B��Y��jY�:����H����uP#xӊ��^��AOf�<�_E�7f����A�*jMBO�	����=�:�-ǖF����N?`/IH�ij����ә2���K�f�S&B��*�<m2�6O���T���C�?v�pR��8�u]�j���{����r��W���7�"��vXM�;rf�@��dž��myW���*�ea������ij��}�na
�-kG(!���%����՝�	�q���r�y�1#�?�21y��8r����}A5��77TR
+&�UpO�Ⱥ$����f]P�i�NL�Q��=�zB��c¼NB..g�K��I3���Ł�$觠
+�<P��jN˱��
+��\r���ݑK���)��q��^f5EV�u�W�_iF�����y���6��w���NL������s?���Uu]�(��a%�5���D�Wx��|�v��/��}߆�Rf��q��#��;�H�&�&�P�����7w�mO��]�Q��ǒ�Aʈ�v�
+�-�Ai��	�J�}9�Fp�
+E�Eϣߎ<��΂9�[al��2�.��szd0�d����[j>�HeI�/�2
+n3�{�ja_ւ��ZF��t�?R:z�'�L�1����e;�.���%�Yf���V�����*.��,0n;���mHТK�=y^��5ガ����=�L=���\x�,`ɟ��1Q�!M�IX���9���0
+pq�z9�ov��C��<�"k�r�T%פ°��|�#Y��U\ݞi�����,𡪰�۞�H��<�5n��*VsD�nOY$ܣ
٣����)��	f�ro�Y�4
3��5�+IXE���'�%��gx���޹�H.�Z`Ԭ�%��`�K��c;����O���6�_cίO��E��СQ���'__��9��_z��[׏)#B�䕎��$�)��[�T�(��.�7�3]��8V�ELA�?�ѢXTQ���/�l(Z�yj8�y07B=:ɵ3ji��m9�*��%L"xߛ�K<L�)��B`�֌��w��ߩ�|�#��.��\0�&�`E�9�7g�3JM�@�J�q{����9QWD�D�wJ��M�x��_��+�\p�ِ7�`�;Z��p�i�i����+�����/����8�������߶��&�,@o_��G�!�y�X�m���[���B�9�d/��ԡ�8
+؎	"8
+"HkAM������z�,xbΧi{{�������X�B>�p�׺k�Ւ4��0�����W��jK<�ss���y�����.�(���^�4�jO�zڪ��T�|��UX�>뾉�9q#�io�yN�4�
+�]���֔��
�hS�t�#;�]̈́|a�RE�\O�}�Y������7�5����M��;�v�Jm�\��2��,]�9�q��C;���'m�UK�Rߚ�{�E_��!���6�+�#Uu!��r�[(��f
+n4%�a���o	y����=���Hc�֛�	�g|��W�/���[��#�,��N�u��U:�-�?�Ag^k*�n�/
�m{��o�c�&�~m�](��p/x���-�{�����ܰ���W����?�V���s=���o�(t������-���_�ES���g?‡~��2|�@l��Y��<u����y������Á�:a�{��;x���`�����i�͜�G�I{��S>�{��48;�"u���=�!O����䮺��ƛ�:���C�|4�S;�,S��ԻC�
�w���v{�l�����O�7����`_�;|����-;�+wo�q��gժG�꾺���j)֌�>?v�P΂��u��4�hV��!R�]��<��	�3��%S���߽X�}�lWY��ؑ��?�N-T&�;{0V��b?_�a�A>2�� �&.8��}���ܭ?q�׼
�wƚ��G��W���݁�$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l �@"��D`���
$H6�l�L�"da�oH���%��	I�.�49Cm�s�'YI�Dj�%�|
+e�)C�n,	�	
+&�!	�Y��@f`)+ŀ�\3A��X���cx�U��k4*M�R��k�
+��4Z�2A�ƕj%��J�	Rk�ZE�B�R��ħ��H���t:�V�JLT� U��N'��p�f9�ۉ
+z�v6I����谘X��@���
+�Mɛ�8[6���0��i�r0�,��c��_.֓ Uk+$Y�9�\��?=��#c {|	r/+ܛ�尐��u��̊mX��N3�*t��LOr����OD�mmaI&R��d�Z�����q���4��3���e��C�-,�VR���`��GcAW������FRV/Zi%|Ý�3��t��0�ŚQ��H̆����qq����4�z��X@���X�C�)���h�um �$a��k���݅e���$�$c&Ŧb���l��g�6W��1�ƒH��'�Vn���v��'����rm�
c�<ś_���q��<�����l�a�kǒ�@�_�W���@���9]���w�
+@扜NV�M���u8P�
endstream
endobj
77 0 obj
<</Filter[/FlateDecode]/Length 19586>>stream
+H��W{oۺ���6E��W综�8źb0���J��G����GҖ���6�X�m��xx^<<$����f����e�ލ+�Q���j�󼭛J�N>��4Z`���r���Wu&�3��C:��I铸�e�<��f���u��S��݋��9Q�l���eP�9o�d���f �Րe�;�`b��y���z&��lˌ/$+X]g��M}'t@��L�r5��L�
́Om���e��%����LD�b�u%^�c���>3�O�4/�
+=����\<���%_z"3Q6�U�Uƫ�H�)z��#\�G�]R/��^4kVγպyA�7,ϒ>y$ė��\<���%嘾��vǵ�%�)O��FϽ�,�9�`�I�����Q���e[�qd�����,U�֘y9~�Kr�����A&!22s�������'�?�U�2��[͕���RICٿ��&G��Du"�ǒ�~cˋ�v�!u� �hdN �����ȡah)v��qM��o�T��/����3�R�\�/����஥ߺ�C���[��I<�t�/D��3���g9SqS���fX�j�,V����gL�9{�rM���Ն��Q�H-���wێ���c�mۊ���=�v��6gR;��PY����j��÷6+�H;�A��F\U�*+ϠlX�N��U��s#��P����|(������'�b_C��A���˭z���^�ZË�dZ�cQ���6�l-�ʹX��_�@���
'"_[���rnF>YU�#�!�S��I\�����<gdʒ����b��j�f��N�i���d2�>����hy��';�\I�kQ��h��g�'��dO��Dh^�yE�Wt�B��j�V��{V��o�V+^�rNě�
�r9��'2��]��!V�l�+ӻQ��Fm)I�橒*�ƒr���CgnX�&��$���:g���H��EV�{������h���|����{UY�����ec��@�Z���Z2�%�ߒ��ٕ%,�@'u�m#+_���6��B���o�-	��F��ް��XOF�M��gJ������B}T"#�J鮡u�֞��i�������S�w_1=�Ӷ�S�R:�UK�3�}�o���vD*D��~�ݱ�w�X��hk��A�^�N{��Όi��T�f���~��;��f��LW=}�q_i�[�q�Ws��R9S��HOZOD��J�;��� ���+� �\��-r�6X�8����A�XL�����\�8����T�ԴL�,���e�p9�b>��Nr��O��ߵR�;��j��i�փ~�t�z���'�c��F����a��mr��O�c�k��vA�jNJ�g�h*9"��ɪ��b�;#����F��+�]9KO�
��5��}�&�C�7s�0>׃�.��@�M&�I�vҟ0l;}�72�<w�+ѡ+�s�|�[��O�ōI����_[��ᓬ�G��<�Jy0(T��ɣN6RY��j2����=�@u{"�J�m��(��FVzPF��+f4��!YM�4
+�@��֋($�7̴��=�Qz|�力�kI����橸�����N��/�k�T��6.7�'\^�-��W����{a��Șײ��ʫ?ksT���\�����.�EvV��Qt)1d�����V's�:�Wl��FUj#͏�9�������I\�*�ע��o5��|=��l�?����G�xP��yu�O4�e^0,�Jg�,�;�W�>�ꍼD=�Bk*�}��:C��Ջ�D5
�~��o��<�&Y�gw�����.�\^Ѱ=>��Z��,��L�ؼbr�p�ᔦ�~�z��Y�]ts�%爰���M��fu�O��ZI�o��?�6��Go�P�i��s��-F�����dճi?W��p0�JF����4���tL��nڬ���Gі�y�f�F���z�8�H��A�Q�;���3��3��,Y�%�ڒL�?5�Rq��Ŋa
}ߢ�o{���A�y�UƟ��5����c`�*���.�(��,��̘̤��~���" �\�l
+Xk<S�pH�����H!�W��W�l�*Xck4��&�z�*���.�(��,�x���a�
8$��'B�����@��*�h��Dy+�Ag�Qv,���j�aľ{�;��؊�h�ə��&�(����ȍ�Ȏhd�3L�D	c��(� �C/tC'�C�ih3��Qqa ?�7p;����0�r��L���������O}˛!+&�`����B/�|��\��l�z�;���1�����뻞+ǵ]�Zοد�]�m#�����7")�dv�(YYea���Ef����SU$%���v�o�f��W/��Σ��2ʗ,j���z<���Zk��o-���O[�A�+Ӏ�0x�/6�^t�/x�u*~�R�4bi����^��U���ƌؠ	�a36n����[j��#V7a�6}��/(�J�Q�9��G�"��Pƌr��Fy-��Pp��G4@B#d4DA�j��E�8��G�":=��3�A�TḣŴ8��c�"0a:2&�`�5��b4��ch#�4a�3�����b�E�_�`��~ĽA��;x�=��1FF;CWS*�d���a4�bfĊ���1�
+yR;�2�0�
+&]�^���"2B�gL�]��hk���v��TT��X�bV�gE `k+�oq�>�?Kߌiڳ�������6�b�0ЩS?��̩�ߏ�����ɏ��?��q�އ�%�7Z���~��o�kw�z����6���3�=]�g@)�B7
~'F��y��W��w�
��w�v7����u��2�X*��b'r�O$o/z"{G��ӽ�A�j`W��t'��]Ϙ�12�@	-�i��	؆D�"��.B�P�,0|ŤD�Ԛj^jfW̮�Wjy�Jյ�J)�tr��]$w��F^+�>Ƴ82��&��R��!�d��̍3�!q�c�#���2���܅E
x/XFb�A�w8��%�%�%����%�K�#T�./1_�����.X.�/�^A��`;�͌�������b(���Id��WW����7�x����Z�g@x�KLי5�7��i�˧�f2�A;CR0Y�O�lgN�-m��>u�ܗ���g~2wgj����}�9��t��@gN#�x�N0>8�C�xW�K2PM���� ����
��s�z(�����8O�nZԝ��#]�<�ws�6v���蚬�x���{��瘂[�n$F[|�Y�H�H�D�F6��`�E%y�ݬX��XGr%�e�UH�H����X�I�H�D�H�Dƌ�n"-#5=[�9��'�F�&�ϲ�״{5��-�3f�#��#�ųl�5�n�ʗ���tX�׈�‰Q-��,�kI=x�6\��劚'r�I(��b�l�ѱ}�*�km�֚�w�t���Q���X�A�ւ���|UD�=��[iJ��1/#�%8����(�C�X��kBӑ�ұg$�8�;$W��6~��Y��=]f7���I�T��	��7?�A)n�OtP����bB��fx����}�O9�ǧ|�
Q�n�2���t�;䎥#u�CT�#�����h�6�BTt��b���9W���b�pUX���x ��6_��>d��ǘ��iH������iɾ�͖͗b��\J���ZS^
+8p
B��w{谙���	�����Ep(�GQ"��P��b��F�l*9����Q�E�A�ض�w���1w��V�VȬzmW�t���g�`�0ϩ�0���&��w�J��}���ȯ�)h�%��kM	�B����F�2�7�O���w]��%�7t�����
�5�ǕW.��y����K�7��_�����]e����m�f�L4㏸O4`C��2r�=2B(3C8�K�Y�щ�2�.u�
+�� ��)h��������2$�pj�����	Eڄܓi�!�d#3���zS�մ�	N�-Lp
�G#<�'��Qd�
+P��hð�����l{#L��Vx�I�l��Œ�2d8ɫ��ud��f��t���ec+�ٔ�d��"�jY^v��w�rp:@�fF�X*r��QTg���tʚ�Wqc����F��v?�d-�I�C�S��$��H�Q�3N;ɶd:^���*��ݛ����}c�=ï"�J>v��W��ap�m��'�K�+��u�[
���n���w��.��}Ax(�2q����j_��i�>>���B={��k�Y~�7��{�poK�P&Xh���BsHa�^#�9I6��F��V��g����>~	K\�%-˒�q�Ze�-T�A�|9�9����\@�z5�]G(�M	k\�5�˚�SY�7a�d���H2r�c�ı��*
+�X�G__�WDw�jkXgkl`uM��+�))�e�X4�b�\Xߓ�A|ff�%���5{�}O���?��ߓ��#��'�¡.-��T6�.8�Xbb����#2k����ca��"kM����#�]�
+�B�22�8�"B`Df��'1��d�Ba���E6dd��������Rn������p��Z�����g�
�ND�Hqx���P�j�[�9�ò����گ�[_fWu�׫%m��EQ� ���7<�������GdO�gS�[r���s��o��e���g��GJ�a�
~oo�4�j�m|���/\#������	�O�>��.����ExJ������ۗ����/�~���!}���o��?����o�~���/�_�O7=��.Ţ�-}A�-
rB+�h�
h�|oF˭h7�N���:�pw��+�D�~�nr�I�g]�zQQ�P��8�.�*�&�"�75�Z�	���f��m�WLVs%�ܩIWF+	Ef3�Ib�`��Y"�ĆI�g"�$�)0����?��"�>j�Ӱ�"C5��"[E���U`��C�{���Vf�%(�����TX��)����W�bǼCڠ����H^��N��TL��1�O�(P��g��7�Ci:)�䡍	�R:%yha����pnGK+˞eb�,w$v�:�#����k��m�����}n8ņspآ�F[��FU��W�6W[V
Y�b�z����|��s���j^k���Yb+ϥ�u�L{Q��J|B}B�3��u.���5�%ӣd�4�t�l�SL��$�AS4�;��	�8�j_����������_��fGr��O�w���KAI�������ɇ��X��s���pdd���U]���bašg�Y����/��ז���Ƚ���vC$���y�Y�����m��8x� ��S�^�h�.,����C���[,���˼�ֶ���n���Y���:v?���:�C��K3�e���|L3f�]��'�}L�2MN5�kJ��l�J��̖S3���9
+�vC���ׄ�'t�7!�B	儐BX!�[;p�N��Lv��BՂ�K�&�DiH��d�H���HU��yn�ܮ*��(�L[9Eo�TN3�DU�j�������tp���e�f��)>_�)��)���_�7�MC�h��6S��љ����N�+J��l�jߩ;U&W�9<�v��������"x�xAi���睚�5غ���z��rϗ����ՅXzz�����
we�T�����!��L�_܉���?[5������gs���#]>���i��zO7��;:��~}�I���F�����M�s�W����x�^��y�Wl�%,�k��!d@
+����J4o`ް���H&�
DŽ���/��]�aMIb�.��wil8��8��屋ǡ�x�g�����1�p�]���~��=׾������ӷ�}�ß��xE�ڲ�G��0�'[V[ԙ�k0�E�)g��a(�VU����mn(��)�M��Δ_!_�i2ͦŴ�Fs��9����LєL�)��Δ�{~��F�&�l����&Zmu����!e����T�x6�j����v�-���b�9{�P\pc��3Ǫ�M�AD��[�B�E8�E�q[�ۢ�� C�s���(�P�B]_BݔC�.�w�zCN�s��G�\���kMo����!l�p�e��-o��`&��q����������3����2{�9|�U�������m#���zSy�y�&�����w?�����\u�^�o��c��žʏ*��<Uo!�����^���/� u���ʻ$���֥����g����65�f1�?���w����!<e�����O��/���_~�����/���5���o��ׯ?��/o�گ�|��;�-�/�G�<4]������Gzd�\��~�p���2��9U{"t�+��N���{�G�����S8(��q�:"���ٽC��~�i�䪩h�i)Z�v��]�N���p1:fB6�ɬ�h+�lL�,秢ٴ�����ٮ`�j��
�=�$g��'W�B��ґ�
+�Cy��Ž�7&v� ��0�1�1���Zp�OV�q�D����B��|�ÿ�NT�
+,"P��&�:@�<��(�M%�\f@f�9��LL@H`�$���Q�	�b/�jqY��R�$,�������0L�b�fy)?�������
���5����/<�	'5`�:|��Q5ʣB�,(�	�60�I��+��%��H��n�m]��[#��pjW2K��)�ti1�{Su�����E}2�ap+k3���O��ڟ�r��	y�/(qJb�Ě-8�����]!�QzM��\1�R�:�����P/nfA�=gi}$�B�l�.z�oV/-��@
O�pݟ�P]�g�a���V��n[��:q�Ԧ�TR��;�������,�� �%,X䠑�����|i�wE�)��vbQ�C% ����6Js�����h�iO���
�|�s�ӑ`��{����<#�9��������DKq]��ds�?ҽ���u%^�&��!=Q�&�}�ZoXށ]��g���lY��u祼2�&V���qg2UF��D&u��h8�D��hr5Ƣ`,)������0��ȥو4�H�$�R"��K^lٴ�id��̤m�����RRy�>ie2�*�F��pK�%�j�/!�0,��F*G�	�m��ұ2m����5�\b��fjOp9�o%�C�lE���	�&�8���	ʶ�l���@j��e��ذ͘mfm�p;_�7|�>�=�h*�^�<���[ۣ�;q���uo�/_ֹ����DS�Z�d�x��U��ضf`Ŵ�K]đ:�Q����Ԡ���zԜ���Z\�6�T�B,��bnY�=}�C�K�/�
�y)���~IҚl���_Klb�Iӭq��K�����1�Sv�8X�_!�t��^z[\Z�U!�+
"/(O��0"&Elj�X���
;�鲲ؤ�o�=�~�o���W��Y����Ď�ߴ�I��jU��-L1]rt�kL����l�p�ؑ�T��Nc�y�=Ͱ���=I�/�S�(��4]Pq5ngp�hy&�|ɹع%?��|��L+G�G��B�I�tx��t�i��b�z@!�?�̛��,@4���6���+�j
�D�F�*�s�>��.�������'}�W�n�4Nrȕ�7}ՠ}$�t�w��Uu�a�t�����j޷E�i{y<3�%յ���ϗ~*2�t��[ܸ��T��̠�bN�%=IcnD���� �?�{D3�K�����$�K�-|���U�e>X"�?��_���~�����ھx�{�G<��y��o#�ƽ�zʼL<���Ps�PnR�߂��5��D�b8S�%b�#�_@�#��Z
+���)�J4ՄR"�:Rh$}2Ǔ5��i�2�%Ba��>�2ϡV%�'�ܝ�j�K��|B�=�o#�N4;�"z8s4z�f&77��Pc�p�[nwg&���-�gN�8f�����\��]�`RS�̐4zZ�9��PW�����ȡ}d���^��W�Ö��qw����u�r��,:ߋO^�r�-���No(�q7w�90��_�p�7B�[�a ?��o+����s�џH��&��|�;we>n�dK&��O[
+u�ic	�̖R��·r�b[XYl`�-��+���߷��!Og���ۍ�mL�%�Ҳ]�o��3��*f-I�F_K�&�Bm��}m���>��ZlS4�tæ��c��FEc"�B��L�ڣ��u���|�;������聯o�w�{�����W_�#�a�ϟ��G����EHC�[�+Bnj(4"L��^-�YB�`�w}�� N���Y�h� lF�����Q���1�J�u]h����c9m����	�r�c;�)_r��(E��*�j���)0[m�B��>~m'�圓3�B��G�'�ع8��\�hG<��8M����:ʱbY/��a��e�����d\�F��d`��i|c�=���~�{Z��	���Խ�ehۢ�bQz;��;��C������jv�7M⎝'h+j�/f�����:9���]�O
+w)����`��O�w֋	ʘ�.7L�w���e*�q]�x�b����~��&6�Uݨ��R�&wP�֨�����:�kJ 1�L)$���H#)�p Q#'��IB*�$$��M|:	��'d�1E��VB\��GZ|l���G�.�-��ـ55Do�%!��D�3�f���
�e2wL�
G��.��&��bl|�X�zV�KK�Ȭ�dh�11-3SJM)7�䔲�:=��ɞܥ 5�]��9QͩjJV�Xs�ʣ�2p�K-���6�l`w��@�ns
�g�+�]���w,���>�o@t�t1����x����_P6�n?{6��^pv?���_TP�n�#���m�#>�@kK�N
�00�f��)��G��@cK������|l?������F	ϫ�1.�i۶�7��+�
+��:
�1��\�tm�u}7t#xYP_��#������l�.{���-�=%\��hXS��®�dw=��$� G9f1�J�&��b�5Qx��Qm+�Y�kY][�Ձ��+�d��X)c�b�;�9B#�٣dq�Yn����w�<����=�sWނ���#�/�=���/�`{tl�b�/0��ffK0lļ5�.���0$�9���
��#�6��?6"=B�ڈ.��"ƀ6:^�9)��*BF�QG$o#һ�{�Ԇ���#�:�[��vCo'��|Jr��dǓ<��d����SSԆ虓G���cf�ѱ����%"KoI�E��)��An�rs�
+�5d��W8E� (�P�V��M��K�.�t�v"�������'�*�7��{�`j
����"f�Knx�C��x��W4-pX\�Q�뺻P^ړ�Lyo�^�_Ϊ�S�cn(7C3�Ce �����K
��_郻s���Py�Z��<	�~J���)���uY��d�����2���T��⁕���h��RV����7̉���ʓѵ4���Om+��a�or|����A����ݫ7��O�@{���c:�i���_�p���6…>�ݣx)��|�ψ�f�!�kw�b�y�T��P��D�K������/���!��D��w+6E!�V^�b����91�Ԩ&j9�ّ�=��[~�F-�Ɉ1��8�?��L��f���9�%Z3s(K��a֠�c7p+4���AZb,�M]-�iYGu�K.!�*h��u�,k��jG���s��N����3׍Nu�
+4"�@��Vg*�YTΐ�餥IIZ�N��/۪5(��
�:�~-Œ��j�����T ����? -�"��EA�+75,��K����)�m\tV��T�P+�p�:r�u��9��m���S�B-h-�E�3��q�zf��#6�3�������;�����~�qsѪ��¹�PM�y��$�_�T��������ZX��Gx�yj����m2VF��I�9�����]�.�������E�vA�z�}D+
��yp����*�d0Z���Q���4�,�P��2
+톡3q�|Zǡ�=��m���оZ��Eݭ*��z�z�vWe�w�����ҡ�s^��9뼯(�$�����EpY?.��TA�"?nrѱ�n�IW�5Dt�
m+g],Y�о:炲˜�b.
+e5q�]�@����L���E@�엀\��m����ϯ�|�g�F��y�6g�ج��e3�21����X��e��ʮS�������~��1�t���BZpadå_���Nx�c�R6�X�-��������K婪�m~i��"�d���nI'���q~[_��c��~��o��7\0	�`M�eY�Z��%��B�0X���~d����5�e�e;��Jr'�}��I�l)��H�$�h� =eFT�3�Y�II���fR�aCBє&W�i�&ޝ���<J�>ef5��2�d�/Iѽ*�@�&m6�E4�nBO�MC�q��@�e��V�“��賨���s6�tr��#�cÎ�����'*���.t�;T���Ya�#T�L�z�T��������|�����}K�vm��w�M��rgΙ!�n0�q����x�%�l������-`5%b��7xC������F7�b+*�y����6�4MtM�،���V�<ui&�ٸ��v�f��z``����>�j�x9����1�u�D�,�1��_�K[�"ƀ)3L	��&�	�z5Ag�3��
+.ŝf�t��͡n��������.�(SV��8��c\��W�HK[�c
�SJ�Q�N��a�u!d�ũD��+�I�O�ƉZ �	QH�ب�b����|���Uy��3;��#��Ƅ�(����/��r77ʏ��U
+�`:
Γ�>є �
܁���ajP��
+W����.|yL�G�pFXh��B|�n�ŵṔ��6\g�Yb��+��g����e6N��.
�
+�D����O���|��C.�1�}���w�O��~�q���	�����g�z��t��1�&�H�=ґ��$\]9� `��JT7VR
+�s��:�(�ډJR�a��W+��E�������=~�˻��q�'��O�����)�\|�ϲxf~���ìoU��QW��bo��žػ�Q�w|ĿO�wO��맇�����T|�M�I����Ň��q��7Oo�ݵ�^��w�����ᄒ��Q�{L�����w���%��o�K�W��;U�9�܁��k��$����OJk����JL'�	4��'��jB�e��%��0S���j���or��e�$Yn���	Ҹ����,:��/w�e�LW���m��I,������0��F w^�r���}�@�0��(���A�m��G��+�d��x�
�K���.�_'���a�t&<=*2M�’w=��b�����q�I>*cՖ�C����v=Pwz�2Ӄ}̃O'�c���g�{@��6H�鱁�ڻwA
���	�
+��k@�h�2�8�Ļ-^p�l$�$�7�(�'���+KA#��ҘH��I\�۱p�^_D�NAJ��5
+q�cP(u)o�t7�<���&�򀾉�6��n&�^T܎D�q&qN6q<���sؓ��I��7��GN�M�L��-�Nh��3;�Sk;�|��}ϑ�u��ZT�樫���$N�=?���p��b�F,OV����et^ik�w^�5C�p�	�$u�@P�/X��:;��N�ױ��W��F��=���=���!<���^����M�*��ǀ�>e��	�x�Y�b}o��N��Y��1X�+�m��O��y��B	���̪�a��?|�~��Gg�y�p�	��^,-���ڧM�x!ݠZ����$��ָ^������f�~��Qbo�͸ң5��v���`��h��n��Yk^��t�FF��|�Q�|��`:('/�eN��q���>�nч�zu⢀&4�É3���A�ў�c���K�~��Y`�cZ�)������|��/��;�/Lat=�}�vb��F��j۰z�k���]FMp;ԁ�_��z�+�9`���[�~l�_
+䑌�)���dڡ���9Jhz�Y��$��q`j�wҸ�HƬ�1o�P
+L6�
��� ]�O��ib+�C����kTmK@��Woޟ��b��h�c���/Y�z�H������qڅ�F����X���P�0[�WA�AA��E
+u�
+�?.��U��k����L�3R�la�Nf��Y�Vk?=�� �g_��8��
+/���q��˸ڥ\�R���<��ָ2S�ļ_�2
"[J!R����p�N1�/o�WPS�t���Y�y�Q��+�6ܡ@Yɕ����+ݪ5��z����y��H 2�
+4#fTv6��C3i�mPQK[��q
+x��dү���1|=���8����bt�#
��j�礙��W	/��E�<i���IЇ�G��Xy	D��]�=�[����=�Ԅ�PB���\$�����I4*9qz��Qq4�����Y��,v�3}�)��'��AéܩdTh*�Nf�KxaF��K��}�e�t�Fm�E)�������T��VadHUS1�JG��(����������ȭ*ցR�t�^�'�pJ�}�5ô鰋��#[��V�"i{PU�q��9���{Hf��Y���Y�*��H0Z��h��WSIk��ߌ����'I�[��j�>��"���ȳB#��2��͈�w403
�g���!o���i^0��׹�
+
���ߡXЖ�f����@YUfo�_��
+���t�D�HF\|F\]O�Iw�2d<�>�z%��*�D+�x��+2K4�#[�����Τ~IZ�P`���S~�#��v2���F��w��O�`�"���4���귭�r?i���<�n��KE��� ��:�Z<�3�0
+Y��-Yir7����b�i��ԊBC��R�
�}�~6Nd��������=���Ȍn�PY�`u{�_��Z��lI�[_�{;2R����o_���l�U��%���9�=�񇉁QTdr"'V��;��O�~��!�lR�!bV,
�V�z��zM�)�?�+T��؀phcu5ģ�뤁J�(�e����銓ŧeX�|��R��4_{`dJl���d�S��%���`��o��2Q[���—_�|l������W
�/&�9��^�
��?
(�L~��a��E��x${uش�A	�)^����(C: 
+�_u�P���sڼ���BVoD�I_�[�,�
�}�;�dǍ;���p�Bs�R�����UA��D�?pYuRF��Ҋq�C��۠=�D2`�-j��LH�ݨ!�K���y�����X\�0�1�W#m�o3��X�ܿ?ۦ��>t��g�O� �������P��E`4�n��P-�i��К�(:^]k3�
ԙ��ڸ��+�}$$��rju��cPe;J�����E9�X��o��B�%b�V��ə��]�
+k�n����y�"<F�<X�I��N�a^U8M��d���p�aDv�'t�oqOà�K�#<v���@�<1���P�Y�7�T�;�%
+M���e��iH�<F�����6�B�Lo�v� d�/B@_�V�����hOm�QeUPY�"
�<a��VX���C��L۳馱$��1���>Oԋ'<
�*���]:G�<��l��6>��2O<�#�}���0����'_��!�z��؆i��\��9�P��PJ����j��Tpu�M�<�3N�c�@-��Y4�p
+����*	X�%�Yk�+A6�P��|�cA�� a�x�.�]��*�j�u{>�A2��C��E�G>���)4�_�P�r�H����v눠�;���z�F
+qT.��a��^@�+\W���f�BQx�}����A�zG
+|\�?"���#7��8	��m������H�Q�8q��ċ��&e%�^w>����i!i�ﯠO�����K�[�ھ���AlX]��*>��1�G:EG� Ґ��n����kv�{�qz���Q�/�eb�X�CAWʂއ���0�o&ȯ���%����w`H���rUYKpgL���s|Uh5��7��E $�V��!�rT��K@�×���?��+�;�0c����n�,��Z��d�Vנ�l�v��K@ə�C��1�5�/Z�T�d�CyZ��ND�'���:7���Q2A��We������P
+�p�A���.q�����?��1fj�:tAEN?��es\	�Bxbm��My@/H�m�篪Dz�x
+��P��<���Sdf��L� 9�t�_�sQ�v�p����Uվv���n�p-8��>z��t�2 ]�l���1ȿEL�`�.���隆���ߛ���6�Y�7��2�,n\b&�������9_���C�?g�+���$6m�),�����֦:�A�[��8��x\�	�T��<���j�F��1!?�9��~	�?�x��� l[�*�Cq:�}����S�|�[�ѕ�����
8A�`|O��l`��7D�\��B`4x���4���"S�au��@��6n��6w60�VC����v�|���@;b_a1�[Y����Q�Az��:��\g�������)�^C&24>(zE^
�� �������n�bB>����JFn�\�v:6�D نP4]�۱Yb��/V�A�����'����
+��/'���Iܯ �E�:�	-=b��L�3�7�~/�#���B�0�ԃ�Wd.P��bx<}J�y��j6�1��XHr1�U3ڔS{���9��;5/0��;���Rs^�c�>���2�����lI�P{>��1���os�QlL�	�o�50R'���p�d�c��}�K��JO�"�����
+~\H:�v���׳�����&)�Z2�i"Og���A�@VO��pf���a�`+�Xcŕ؅�����G�w�>[촞��y=��Ж�$z�+|�Ý.H�!��H�yQ|�MEs���,B�����P18����O=���!�lI���9p���4������,W(��=@��HM�@P5�}�ܑf4���]N|�t�q��]
֟���)^
iA��))�bl���P�N�<���w���)�lo��Y!�o���>]`0O@��|�����_G[�FH���c�P:F�1���Pi3;1G�A5�ʗֲq�_8���LU�>��P5\�Z��`�΅��~�&�=�2e4	e7c�ʿ��j�Ƞ���S����0�
+�>�FKաyv�}:�<|��89>�H�cR!EH|a��E�=4&~��Y��GK���]��{��Rmb��
�J>�d���r3
+G١��X�	;�j��nD֚O���u��B��8*�F��n��ʉG7�b�s�ڌ��f��"++�:��"�~�\�N��7#zٳ��
�'�s|jq_Od	E۫hk�t�;i�p}���f��zgqA��Np3P�X��V>�Ю0� p}�Cy��빌ߜa#:l��Ңa�2ou������<i��qX0�3	��R�:9��	
���4LW}d�w�2`�L\�����L�R��Da0
+�d|�P+�5��:k������������#B��w�(_V^0�Z_HQ�m>�-2�0Id�TY�`�:L��NJm���@&�xS�i�!�%P��}��YU�z��#�8c��9d4�nj4�);K`&��	R%	cDB�W^%E�]M��uf�iI���^����*�{K�\�����L��>y}b�e
+�.[��x�gm�Y�9���l����T�
+�C{&U"�̤X/�֋�P(�Gc�%��Z�_ֱ@���ף��ӗ��t��n��π���uF����90��X��:��jL���C�?#j������U^D�,�9�8��Dy�z9�MVI2�
+��Du'���"�(��j�,��Y�|�:���2��Ȱ�]��F7��|f�D 4]�|v:���E�YM� c�����<�\'#<�g�D���B!Ѯ��
+
%5�Jr_��Lp_��=:$�Ɖ�X,�S�B��`}d�L_��Lϝ>����>ښ@�
+�upq�Y���UZ�;-�A�3��R��3Bуr_֡kAYI0�y椊\�+A��/�Y�#6��EZ-RErq2�0f��3
+̡z����J��/��!�(��e�̒�sl��<.}�0T
���#��8�Q�v�
�ߝ��=��t&�{v�M,�H�7�PDF��w�����l����u�6:��X9��A/�|�{`�������ե]���Xs�Ĥ�.QR}Q��?9�G�qL�j���Cx2�Tg��Iɘ�����ȷ*;7��l���6�c��R��V���T��Ō�<�hۑ���[��P�	��Z���H�\��*�yܸZ�seh�3��!d`�"T���K����f������R�@3p��M�����/�B���p�$�ӎȒ2t��N�}�t�5d�š�B���|�0��,�ɡë��#I�B�xϰ@����}��[V�VB��(����‰��2�hG���+�Y���
+p�ψ���f�7�@�Ԋ�_a:���;!OF~��Pmm[f�`� ������t���E��Ό���e���!Y���N3zL�qP^L�KVݹ�:Ce@�
+[GS2����y�r��Yc��̘s�[4�0[P�\��Ky�Z�t��ޚ^��QVe ���5����n��V5	�K��<��a�QY��!����qjՎ���N_�A=�~d���|IK:hH,�`��')�(�}Xj�XĤ��}W$�~���=�[�4垲æٶ�U�3h��<��W�Ϩ��e*�X����m�`t��G���PxQ��c8wec�~��U�����l��n5>3��!�� D���b'kTA�j�~��N��G�;?)����?6m��Jl�A*q�
+:��2�Zg��0��h�~dԎ��L<"��|�k�6�����z���UQ�W�"r��#�D��!�H�A�L$�����:R�d�	�S��Ouծ��$�����փ�z6?p��<y��o9��OḈK��p/%g�-��`�pt�h_֩�"p6�Z?�h�e��ﮓ˳	B��?���1LL�>�=0�$�e��B��B	���m��?�oZ�����'3��1�U^	���m�����H�苇BJ�@�q�1�JS�y�_�}S$9�3�*���������h�ձ���g�хB��BLp^`8��N5���W��o~����?�#=�#����%LiY�dj+oq���qnP��A�f� J6�l�{ed�#b�eӢ�>���ߍH�	Պ��8(���	Z�R��mM�D���C���i���Aa��(�\���+<I��/���S������@Z|C	����!��"|�y^�<GS8�YJD���]��C�FD�<_�T!�(�F)F�>�@��
�'�}��x��q?D�4�}�
����-K��A��Ѱ-��@2���b*�Pw�`�1�7��'c�N�����v�r�m�w��*��?łm���,����J�AZ@d�Y�a9��� ���>��	���>t$��{0ߨ%�hH��BUp����?t^�	^ h�]4� d.+�M��2��W��z�ZL��p���`'��u��"*��yH���:��t���K"Z<W�}.���p,���z�c�(2����9���Y�\�iC�t����Ӂ��� ]��]���P�
��=�^��VX/F�8�A��BZ�$J��V�KI'�jxyLS���&h�Ƣ�UL��!(
+��A�i�����BL%��<`�Y�07���}�
,7����YTrڙ{=W��j��]�\���:���ز*�A�7���b
�a��Z1��'�18��"�ᨺX�����|��zq����h�y��F	~7
+g9"��э��FP@��l��@s��yƎ�0�G������F;�0�\Of��E�-���ָ��gq��>]�'��3Է2Q��2 ���G�]��t"Q��BF6��'���
+;Q���qm]��=nv*�6�^g���Ls�R'��8 ��P��ks'ЏzP "��ԣ�hzN���@��*"�jn��5@˚'��=!�)^i�(§&�r;���v����{O��
S��T'�G�� V����_����p̩S#�mO�R�ju5������:�Z)
+4�1"���5t%ܡo@��O�ED<���}��%>�Rg��dL2bb�{�@I��2��Ѥ+�x�e���O��N,ӶZD��S�t�٨�ĤڈKf�-�u19J�%�nλ�Ѳ�GBx$QLT*�+���7pT��b��\$���)�#
��:��'�0V?<���vh?Gb&*@���p��D���/3�`���Xe3�9���ۋ�}������>����?���?}�G��]�׏o�����������޼{��~����_?�!���	x|{�&�X��DS�(,�!��r@�]�;6��F/?�-**��A�,2^ڇd.ɽjbK<�b#v'5S�-wRǃ�R�
i�A��>e�*e	�/��y�o�j>�#f��	r�Vө��l�ML���rZ�g<S+ȧ*�r�1�`���.Q�B�PE��'D�����&/z�qZg��7�!�;����	pq'��3�$��N���tL?�>��Np�|W�f�Xũ�+�B-�;�7�"���Q��P�M�xR'�<�h�|�HI���am�׺���X��#,�����������p^nT�D� �Q^�Q˳_Gjvw�y���P�K���ϓO�"
+�6*���%
+��g(,�єQ�Ϩ$��Q��i�� �.�x�~[��Y���Q(�ie�iz��
a�(�{�
+$Èi��QZ�خ}�7cVr�SC���h��[3<��k5����������m*� �;?fd�0^:�ǐ�>�(֩FѤ�D
q[�E�`e]�����-��pn��5"ʢ��(8��߉(�fDam�9i�s�sL�1P����r��Z59Fx�F�}/�9�ɽZ�+$��(���"Q�+YZ^I,3�.��S��ۈ�q�g�P�U��"�B��_�ǟ��"���N v��ޔxϴA��;��-�Ӛ����g����/��(�w�P7x>n�!|�y�Q����'G�
@�ыz�5�ߜ��	��v"��Z���=���F*Vm��GzJ�JA��0���Z�Yci>��c���k޷�������ӺMr�#7�Bn�7���mr�B��ԏ�\�6�݀B�y	�(�Q��x=+�(�د;5iBM�'‚ѝj�$�}�����|���^���Ը��[�?���m��~��w!÷h�z����cؙ|��d1p���+3"mN��u���qc%^]-�Q:�u��� �����]�@q\9>�)�.8�ZJ�7T�N�a��f-�8�-�e���H�M�Gr?�[�%��z��
AH�>�B
k<w��Jx|؎�
+����V�y�.ӂ��\���`��%Փ
endstream
endobj
78 0 obj
<</Filter[/FlateDecode]/Length 3739>>stream
+H���R;ǟ�w�ͩ:�
+��g�pe�+U1P�M��ִ%�4�H`��w��ǐeZ$h4΄
+v7�Z���O*����>g�+	z�����O?|���l*d��!���L�5�4�Z�si���;��Gi��-��y����4V��5����e/���+�vM�Aؕ-���M%L��Y K���iF�j�
I�ˁ�����$*A
Fi2�����o�|��r�<S�D�� 5��o�����qz�}�/_�[Ϸ��j�A�/<21��������]l�Hs�Lݏ�]��p{LV��ݏ/q^��P�ə��2/�C�� 3=ee���S3*�J;2S��w|NY�!�f��LN40�B��lc�L<��'�N�6g)�k�fQ2zi>��HLi��Y��^�y�`R�7��o�ҥ�
�;>�	]v
���F�1/m���ج�j�a�
E����p�v����*����(�H=ܒ�`7��ξ�.${�"�iW$1�K%/���x�a��t�w�7��{Uw��MS�W��풙�)��.�QO�+|4+DM&)��ʨn�_.	�W�b1Yf�2%���!.\q�h.����:�����Sc���dh��;\� ��5���^H�Y�o�3%S�����?d˕�Y�$��r�X�M���������������5+q�R\�O��NG�$�Ѻb?�g��MG#e5îHb����~�
}&*�oK��`T�4���:�����Kgj���p�Q��'t=X��@Cs�/����x��NT%u O,_��8ӀA
+֨<H;�-�+]���t�#:�Q	 ��+�Ef�Bi����$E��@��S���!�;\�d�F"�R�㔼]����A�h���qz�}�/�v����>���䫺��߱��D1���6�ޙ�oϔ=������d%z��{�ד��C���ə�@��_����2�B�k% ��Iɀ;>��vB�Y�)�f�n�X����"���z�g��(���4*A
F�;_��;=E=Ee�e�C���A�-]Q6���j[�P�$VBݑ�V8kK�i�kڸִ`5���Z�LJ�6n�K�SI"������sR����LR$�N�O40�B���W���l>)؛����~�:֢�0cH�\�7���5퉗w�*���ˬ��>��]��I52ܰ�ʗ.�o�p���	�ʪ֙n�[�UY���N�'Lwd�Sw��!9ڗ�DI�̳�81�1�D�T��YR��@f�&�=w�٥B�_�ܱ�v��i"���BR��4��O��jW��y��x_:S���j<{l�<R��O�q|cp�6��)��� !ʞCi.�9<5Q�9,rXc�N���d_�N�:J�M4���A"'5\�q���7��V��㝃�������bK�������O���J%�7�S+�8��\���5�(�T�J���sr�e�h@;I�����L��d���w���F��(��;Tң�w4�%B��o�6�^!�m'ZM�Mxi\�f�O��[�0��4� {�^��G��1�}�8�7�U��btN�pz����LR$�N�O40�B�ܿW�ԡq�I�޴�u��/:���"�%cH�\�7���E퉗���E�vz��=�9���w2�F�S�ҥ�
�;>�Y�zӍ�c+��p��C�O�'Lw��S���!9ڗ�D�S�>���N̫E�3�5hv��(F(���h��Cv����B>w,��y�`8Ei��T�'M!�S��ږ�zzg:ޗ��jl��?���J�|����sX�I�L	���Q�J+p� �ᩉ�x�a���w�_='���t�����l�r�=a�#�O0B���RR*���pq���q��p�u.�0�rc�� Y�}�4N��σ�c@���x�����ŐA�.���F�j�
I�پ��2�T���ȷ:����|W5Dܦ�1rm^��*���Jy7����ۿj}���"�F���������^�Ƿ��7\�uխ��jusT�zx�խ"�V�n����m�6M9Ȟ����w92|j�>�sXD.�]��J(�ޤ������_Q]D�Et�g(��oۿ��<��d������zjF%Ze435��l��;�I�q�rûFW�k$Ν��g�SuO�.2H�r"��<�
+r������C��[��ϾXO�{��S*I�����Z�/�❭�h�vZ��I������f�����z�Dף��wX0'_V��m�X����H��>n�l��hL0z�E7��O�����;Z�N��
�W�d[�d\F8���D��Ҍ`��1�Q���O���,xN�HYͰ+��{}�(e���
+����v��ÍEQ]<Y���*c�sa�Z�Nwi^�Lp�6M9�^!c��0АĜ�u�� ��/\�*WߖD%��(z;�:x�bj��4.mA�WW�6�U��i!tUx͝]@sO��ջJ*ѢB}=&�,Li�A�%�������2ĀrD9*Y��P�s+-F��*�����Q���0�)}�8ʍ���~���qz�}�/��ݏ�W|��J�����nl���G���Q	Ҫ�_����2�b��h���Ԥ�b���z�j����U���
+w�
+�:�q���a�X�ˉ�2т�mi�x��J���y�Wq�������xO��cJ%���S+�>,���#=��V��:u���]�6��A<��|A�Yۀv��W��W(��D�<߬l��hL0z�E7��7�K���;������d*�X�s�N�e�.��|u%��ps%�J ��A�_Ȃ����"���W�n�0��\{(��M@�6.rq�����V2�(1����e+�40)���.�!wfg��^#C��i�bFϜmC7E�(|�8m�C��n!X�
+5"h���䠤[fږ3�ˋq��4e��KX�.��X�e�o�qS|Ɵ0l���B+xY��n��.[��/:��	>���I�B�^-;���\	�{�ö�?��T���Z�b����ul����y��y�*`��K�kN�p�#�1tE�*��g�幩�Hn��D
+�U�Hf֤Q�e�+�=s%��4��LV�
��<��ʣ#gb��0+��vL��>�˹�Ax���F�����+
+�q��p��ڐ@A%1X9�e���/0�}CtdVA���4�eWC����Ӂ���x��ϬI^��;��y���g!a�l�?��_��a`�צ[�21�'���f������G�HG���|��O������`œ���KIktiW��.|������H��m�!�
�������ȋdE����	��p	7J�2����)3pw���(���CS�[M��Yrg�p!���G�s8a=R�Av�	�����p�#@�Ը+:Vi#�sS[��.Ԓ"x�Je�&�ٚ�P�̚ʞ��ev�fJ3Y�7��L��~(����[ì��c:h�n�,T�3���6��k�5�0���wܷ9\�6$PPIVN��;��lߐBS���4�eWC����Ӂ�#�Z&y ��ɲ��ì'M�a�H0kWp` a�l�r:��5����tK\��D�)i���5��˟�e��I�==:/��9�͒���_qVoj���_�T8��$&���HTC�u�T���7��CYklD���˓�Ս��z�����eiZ؆M_�bw�Y���GQ�y������B�>��;gSߒ�@<�.��I�.O)������_����
endstream
endobj
79 0 obj
<</Filter[/FlateDecode]/Length 8249>>stream
+H��W�N�J}�����4H���w�_	\"V�n��Y�V��n�:nO�
�>��������6�ʮ�Uu�T���9&K)�wk||\3O}lG<�&GƧֱ��]t�_|�T_�[�SjK�=$6��q∤z�*�$�=fB�W�Kċ���sO�Vn����_����E����[{A��eX�0=��?|���_G���y@%�������'vȐ�
+�١^���V�z�^@%�A�JwM$����O�\�q%��3���`8���@,8� ᥀���"��Á�9A����͆���͝�ܓ��t^qK�����pq�e���p��8�q����8�5*�����E�?����}>�:�%�)_� �����*�9�"ڦS���܉;>���%�K
+�̘H����	$>%�E�!�:n�����@X�0(��AA����B[Xo�@"S��d��4��2���DF�!�E�Uc�����On��]��UH�|��M^�%N�%���u�@�t���d]���pD.��.|�=��iv~�t�7�}�⣷�8�&�,mk�\0�����圇V��y�*|M�T`�;>Z'
.�a�L����J��!��@�O�=EQ@`H�N��[)�\��g�� �țgb�Q&�Ɍ�-4���i��gp p�Ǐe�e�	��:C�����W1�������'77����x��N�z��UH�|��M^G�1Ļ4��)q��Vw�mq;j�&��T�^�����IW)~g�hu��#�-��4�h�䀶���y~S��l�.r���jE �2:���PV( g���g÷�W^��L(>/\_���'p�I����KI��B���5e9���h�f܉t�
+���=x����LJVBzsJ����q�@���J�U�:d��:dH怗r)a���*��5
+/
+bh���;�#���:[��q
��p^����c�gȆw�T�,�L�ҋC����8����}�%�#�&U�8o*������YF;���96�Ȕ������nF�xt�c
+}:D��*dJ"�DͶ䡰Ɍ�./�^��Mo���ƪ�z9���JP$�'I'�ġ��u�	_�<Ȥ�C70e��ϭ{J��]~[�Ŏ-`�i~�����˓u����K�׺��c���$��*|�v%�9
+��,�ڀ��)_� �����*�9류���XbҲ)��q�2!��6Ht�J	m�Ql]������U�	��+�3A~�����ʫp�(</\_��xS�]
+����	� ���,���F-E'H2�06/M�6;�f;`�bk��fl���bi��Cm�`��l���l������g��5��^��5�Y�5�Y�5�Y��8���Q���q�o�w��;`�j���m�y�V�=p�}�.���;R �)��(
+(��v*܊�c�aUo��R��h�� �țgb�q'�Ue��w��dTNuzLn�4pR>}�ci��� x�|ՕӮ���#�9L�m�3.>���-�#���g��C3l�!b��k2�Z���j=ub�Zjң^/�^��^o�����$�'�,�)<�C�a�pR'�{?2ℯ}P	���^���!X��A6Y�(���q*���y�a������ݼ@"N�+�Su��7��0�޺R}�Ȑ��n���CK�a�$C�V��G&	a�CPʣx:�!���C�a�ؗ&�NiL�_�J�����×'�j�_���q�?��'vȐ�
+3�7�\]���V�w,$x�>�ǣ�=��ır�O�xjēC�O�\]��䡰Ɍ�.�����iGE��1�uW�Y�%H�O�94S�P�D���Jb���y��|u��]
��[�[�Ԯ3 A��&��Jhw0��T���.�2
��:#p:�+�
�@�p ��0*�"���6#�����}�歷f�6�P �OP��|�4�64�.×;N@䜅B<c��6�J���$:��)������pqT�,�l��%�AF�	ح3�8��T0�%�MKBC�C(�
+ș ?C��0�W^��������*���@pi�‘y|)��](� ���,���^�b2U8`����"ԑ��H=�N����t�w�0�~޺z��_���ټp��؈Ֆ7N8��Ѐ:G
e��>��)��(
+(�N;n�B!��5��A@�a�^G�!�[�
^L0|�e� m0;`0�Ǧ�#�r�����[��c��3D�^B�UA��NqY�%H�O�<�R��:�k?*�h��+=Dy@%x�Շ!�I��du�b��<����nKU[��n6E5��!�
+0���.y�h���xϯ(P�0�p"�ߢ�Uڧ4n9=���J튭36L�}�ۢ)����z/�6�W���!�x�Z /P��zտ䡰��q�Km�����;2�W��6͊/A�}"���rL9���mj������C\qKf�i�]�d����/%�j���4K��q��@����)q��ևٹe������Y����0�ssɽ��R=���ޞ�[꥿h]��3ۯ�������+E�G-Ә����i���{������u�C�z0ƅ������l�{��tb
�^�cN���nEW�����;mua
&u���{����s�2;�5fg<QF�0ڀ�Zmk�[}��QghN�cC�gvzCe�wF��T]��No`��V�th�;��Gc�=��cS]X��h<Q��؜���3���$�cNƓ�q��8�X����w���D=��w��`����s��`h���i8��<k=���G!Y���]��u$9>����E�ߦK{"d+b��;��/͕������^W�D��/��{��{&o������k�)�ˣw�Wym������s�q^�����. �˪N�H+u
"�Qg���2�h\��"�¹�@�a'|���
�"?0��|K���}�2Go/��+'�r�B��T�U1ף�J�	�J��F��ju
+����u��C�բ�g�Y�a9"�q���~'_յ���e;b4nڏzN������N=�c�����:����Q��{���~%�	wU7��@W�C����R�Zm��p�����/%�wj��{�2ͤ��j�(�V�8M��ş5`��}4_~VL�i�G�J���'�H�������U���)@
�{Y�\C��S���	���-;��*p�4H�������B��9����C��G6`�����9�b�BN�_�>�EW���(I�:j���Si(�ZqK꣪[lX�v\�$\k]a9�$���-��E������L>��r� ���o����REz�����KKbLڳeY�A�K�4��4�>@Y���%,�"��]�������_^>I����
�b����z������ Qg1#��u��6��^�G�R5���-s�zH��lk�h��9%ZFf�XK��+>۪.8�h�R���V��랞�E�9�S\��������S��YUb�T%)%�~\n	��a���\�8��A���.�E�Մ�^[���ܑ|T
+4e����>�jp��ǷO�c��4�A��Wz]�]Bm���}R����Q#�	��ݚ4��Cf��m��3~{��_�����R��4A��p1���ɚ����Y:�_J���ϕ|���ǹ�B�)���dd�����.�X�c!�G&���nh�#D.p��S�]��jY4�(��\`_�����S�u/'G)$�`!�u��W�Ω��9y�w�3P9n�᪂�E��ڻ=�Ë���0�uS��k�	9��qK7Ku3]���飥{~Q�I[�YVU�4�ឃ��]�<�]��;o��/m̫G�1
��GI����]���Uo���"#�b��n�#d��u�t��FO�t����/�ȧ��n����r�+J�Ф���b��7ԟ*�r��.��א�9���|�F��Z��X\'ɬ�9W�����BL�l�6�]�2��h���ܞ@-��A���������
�3${g�h��}���x�kv�9���m`�1	�WL��@0�gG�`H��C8Kcz}�%F�����������P���/��Z���X���7��3|�m9������>����"�qx
+���^����R����]iJ��[Ei��
+�T��SP�6����ƪ��g6�D����
Ur}<��g�|�fX�f���h�	,De3LV�mcݶ����ʥ�3C]*��l�ͽ����g7+1�U=�N�t4״wnV��@��/NZ�Q�<N|�"���q�-���]2`�ڕ�}�y�D����g$���!x�P��怶��8���1�B�G6�~���+oy<�����Z�k���~/�wyz��MX�M�--�&�3:���5�q�~(�qi�vo����BI_=�s��8�II�k/��z��R_Q>7s�zr��K�ˤ��{Y�3.P�۰�z�{�m�y�h0�<�~aj&[���9ݴ��6a����r~/���v������A:}�ꉞ�Vn��T�J��/��� 9�,�9�}����Z�4�
�x�`=�W+E�O���Nja\d;$��i��⨩%�"� �V�~��oMT�I�u9sub�NztL��w)ܮr��
+%���qt��xS�D6&��_��V�,�.�GI��������uh5�(����z�2�������[yH?��K#��=W��f�"�p���k��Vt'�[��������u#�M?��U3^���=��#��Z�t��0R�J'͡-�/M�rM�!S�R9%�	�1�@��
���@���)�WK�K\�R_Nu�ϯ��u�94�G���OH��*^� m����������~�Mm�?9��gj��]�h���ŋQ�K���&��
��;V>��+�.)V�u6��9���o�o<:��W��������ٺ��M����ȽS����X�g;���{Xa�V��P�8��"r�v��������yY5������z໊z�X�5k�j���_Լ�[�Ukt�W ��M��w��vY��
+�R����X��P�~:�{u����E]��w�����*����0��ЩG/[��٣���an�,ٗ�,�Z�*anE�6��0�(�ʮ@���.G">��GۀC��=��nx����Cj�אC��#,&PF�n���yx���}�H��#֚����C%:�9�M4B��үC�q�%�_Q���–�c��X��9�g%?��'v�?�t꨾g�[�^�\��S�³���7%����$R���������a�x�MI'��b��,ܫ_��ƞ�o7����?2�W�q
��Ґ��4��|����]�܅�V�&�u1���wH�h�@��U�*��W�'M��� ���"¼5�c#��bė*2S3��q
^�Zxaa�o�:ۯz��(�[��Tt*���R�UF����3�i�R&��z�^�.�{��]4F�ro�<�F`3k���V�WC��
+
+�m�X���ìӳk&x(tϱ�ҹe�HwO�ڳ*d'����b���֘w�,�_��/Z�?����#�'�p1z_l��A��tu~���3 ,Q�?3�UY�ķ���֐�{���]����Kt��I�lzKlj;a�v(X�r����NUB�ס⁽�/��S�(fHw�T����P~"�(���������[�����ʕ�h��l�E,ىNoQ��o^)f���S�i��B�Ԩ��K86U"�h!�%f�BVE�š�i�j}f%Pr�����d�ʄ7D��r�<�AR8]�Gnx���5�������g`����amap��_�-�x&�xF&&�\S+KFBK"1���ۥ`�4K��q��F|Ym,
����w,/ȗDp�p�Ԣ	,l�&�dG�q+^Og��é-�7�ԝ_�F2�13,MBǵ��k�eH��H�$��4��Lq����q?�����|h[���W�5���Z�x���ȟeQs��5�fE9�%���
+u4���,����r<pT�����q~�Wۙw��{AG9?9p��٩�a�0`/'V4/���Xe�a)��1g�����W��7}���;b��{�4��98t7�y���n���.�/^���O���'��>�r�]�ٚ���7�9k}�4/{
�器ug���Y&%�I�����h�bd.���t��!Y�� �
`C�Bޭ�;r�Q1�� �iY��&Ҏ>���ڱ�<�$���t��d"/pRQ�<I%��m �:m8i�NE���V�`!4>'E&�vϯX"$W�I:C{�O�~X�ȃ��O!^`	*Ue��D-:�Ks|wv�Xv|�����Eg�ݻ����挍~��!;��wL�D/`Ȳ�S^��4�@���Q�אmW�����m��<�M��2�
+���2�o�8TO�cȕxׄ��?�b�c\�F/R}���k��}���n���l������˙��Or���J;W��X�-W��;h��󢐉��/_����k���軕3g�\3����`�u���Z-��M�MLkL1�V�m�	<N�[���M,�`�S���jԶ0���44��"N@�~�m��Z0^iSC>���������ɪ["e��$%9c�4�a�S0a����H�C�F�����3�޾����&��V	^�W"������t��|����M\N��@s�8Ek�c�$v��<��]I�#,ܡ���0m�8�Z+�a�z��0�2^ힶ���	�� 5#42Ix��}Ԣgw�n}�GҠ��plcj��l��%�6~�u���G�r{���.���["���i��{�-��ђ#�z�^�RV�2,=���u�nJ	-�7��P��b�ӕB�B��my��Yi�Jk�\�c���UP����|����Y��`[�a.���
+�����s��T_v.�NJ�q�rEЍ�c�aw��E�[��[&Ia�8Az�”�R�-�
+5�2
`[��������k��D�F%�Bn��G�r���ÿj�&Zs�p�H�o��?��&{�/����6�G�)�O-�k���Z瀤������/Wɸi��#����߫je�� �FE�>b-��ij�	yͫ��������ƿh5d�JVV��mQ;���q��A�X-��T�sф��m{M�g�`䒽l����{� RL+b�\"_�2u&���q���߆D�����6
+�>��v���m'�ˆTj\
+�^�+/6ݫ�t*ج�CH���!o�X���P��U(���_rit࣍ٚu�kp���߆s �Vpߩy��������	p��^ʧ���G��W��@���A��5OɘX��	u�(��xt�8
+څ-�gv/\����\��~��L�Y��ڥ���5Px	D\�[�`��xV�`�+�Ic���p;�!��
+��>��p^nm�Ǻ�(񃍼2�>Co-Wd�ـ3������o��'�a��G�h�ظ����n����1�5�6T��\�Π[�n��#��SgPA��`�=N��������6�F��[��L���)P6�Kt�Gl�e������'&GQW"�^��}�)���i���)�=}�#cB�-}Ĭ��+�
���W۟������� c��r�q{Ҧ���f���m����ޗc#@���́D�p��v6�3�o��m�����ٸ��9V�J��g�NRQ��{����2��4/�����U�{�j�DA�
+
��:��"�ʾ�о����
���B��(5[�B�UD�+MN��W]�<�۠��4�s�:�ߐ�Յp������	ifANˌ+X��h`~hH���/�s�g�c5���-�X<���)&���c6��:A��d������[o{�lѩn���@�^#G�����[�J�d*��י���aL�*�Px�L�*��!���eU����/���p���=2��*��_
�U��)�����PkK�=���:g�mˆ=c=����T�kxR&}x�hm1�w�x��2��k�ܵM7�ک0�2���?��em�t���9TYb�N@��[ټ'ٹ�����#0Ю�Xi�&�Sj{�d����PAL�)x��=4�J���i�$/�����~�!�/��+��S`[�lG��U�u^�8E�m!Wv��Br�y���[R)�EȬ橾j�"������T��'���ԙh��Eۑ���n��ӧ�an'z�|u��F�O�����
endstream
endobj
80 0 obj
<</Filter[/FlateDecode]/Length 20630>>stream
+H��Wˎ#G��C�TH&�y4���d��Z�b7�����*��,��(f&� �f���^G�7�S��m���?�{�[N{��7��h�[���b۷[�=�.�y�[���fsoٷ��-��+G/�}�<�d��彺�m�5٬����2ܝ *�?�䲥���m��:�=��}@���BI�e��`v���ڜ��[J
��f��O�V��G�����V�{u��>j)S�޽@���
+BPFqޝ&~����Kύo��-��ͽZ�x’UX
�Y��1Vcx���Q�uқ�s���Nv�����<A³�X�ҨEiN��!���߿�pg��q�)���V�[e�5�1x���}����w3�/\d�2���(���=�z��K����� Hi�A�-X@��{���
+$H���Tq�Q��P�V&�ü9�̐��li�{U6J3�kCЄ�e��G�(ƅ^VD�	H�aŘV��LM�=\A�s�<z��rif�%F�� %���r����Keu�0aCŗ��#M� ��T�o�;V��ܙ၀D��(l�>����w&�l;��,`k��#��Sj<vJf�X��2�ݼ���o����`A�@l���A��9��W!��QiIj��[]�����D�U�U��^	^��o��œ��}	���b��5�O�:+���DI7���O��">9���ܛ�I��C
+�g*��A�2Oәᨻ;@���������a��a�D�*��tTA��E�>JVyFRuMTt*m�%�[9�)���ʁU3ax"RJҷ;�
+�[�ޢ������d~	�:���o�����3>�!�� l�LCL!�!��ܾA��@�@�Qm1�=!�V�]�=��!��%~B�n{+`�BgD��^<�W�>���Vj%P�`����q���B"R]����&�uk��S5��8�.��FB�u1jp�5����>��>ٞ ��]�R�$N�/���_ ���i
Q"�X
Pp����'�H�����Xq'I��;�(P)�rX˔,��3MҚ��ռ��h#�7�P�$�Ԇ������0�c((2Xu�$X������#����PaS/�'��B5ج4�SHb�)g�X���GIa��9�Rq��K��'��CMH->���nbm���H�8�d����v�D�¡��IJ�<F	���@ߔ)���x�ɯx6�$��	΁df˪���c�����d�����J�((�<J�Q�5�]�YU�E���-;�qB�2v�Z�M�`�[J�
+H��\Y��UL��8�IB�!��}F�
H��s����aKUϝ��*h����bB�n�爛a*���O����qĆS4=��h�P�y�q���h��8ҩ�	]�X7	�7�L�#_uL"�I��I=�d�fU����z
+~���@W]��O���5lA�;
+;�$���a8�|�I6j�Q�e��@7�Aw�s깪#���rB�5�,�+��X��!8A`lv��S�#����"|F&@��s)R�
+F�j�L�N3�t4�wL� ��lj��M��)���Z�l�R��nuJ��)�?W/#7� N��J	���x��xR���\�L�	~$bE��\�>�b��#V����
+*|W$�Wv��������pZ��:�mo�C-�kLU�f2ɉHї��'������T�an�cy0ѽ�]�B9'W�F�gHUD��p�‰��̸a5H���c�.�'-x���-DGT@�'1��H�|���~�%�)S?���?<����NQm�"�C�����i9��9���u��A���j�_���e&,�����h<!�	2���l�DG�I�����t�Z�Oq���Xr�ִ��^�"�׎{�JP�D�@�^�j.��<X9	>p�u��,�D�d1��dL_K�Dc�5�y����3��%>KB�X'נ�������ġYK���*9�O��Ă�u�zLt�|�,��a;�6�qdH=f]�\j�/�b�$�!�zU��U=����v9�(����>i.�0�����p:���]#)EX9m%5G�jθ����r�E�¯����m��_�
�[�蘴�yUд��[���>.{�(Βm���S�9�k1���-霷\���z[H�6�k$�K8]�p���)"%�=��4���ͣG�����p����g��q���S��\�������i�)Q/���T�US�-���S�����՗_#p��� KtZ|]���#ʿ�/�am�5):2�P�q����S
v��L�1�<Em
k//����;o�('E�,���q�#���v\:���w5�zOI]m�y��9o>��u/PJ�qQ��c��_DI�g�i"N��UP_�?��__��\�x���}�[lǥ�j�&H�
k�3�}�U���^?��W��-��Yf }n��B0'L�Nj����[�m�E�-�5�<z��/�yU��K�������n��C�����B
��]'ZF˪�O2�3�{������W�)�͈��2���Cd#��_Z��g�Fee!^"_�|9xj�g��_\f�!����:꫃�j~��Բ�l���WQYC����u^|}Qf�\y���P�
+�%���������4҄?�����Ԣs���5-w**T��P�&yK�ĩ� �������	�6��(�=�ݙ��g�X�E��
Ȕm��ѭ}բ����B��&S��|�(�Vʜ
�ݔ� ��FR�}ݕ���زzg��R0��ˈ��h(H&?��;4�R;� G ��h�%�v�X�2"���V�j�j�ꛂ
�\`kE�#t�J��bT��g�i�֨�]]Q�$!���edAI����&��f42{��E�NSd�jVm�W��v�,)���29���g��z�,F���9D/�����|�����_\/������ͬ(%�����Ŭ�����ը��Q����k5{�G�����W�xy���}ME��I?|��	��Hn�[�C�բ��*z�?�&>�8�|3	���*I�ݚm�Ot�V�7�O��'L6�m�KM��8�,����Y�&�i�N�<b��Q�R��À��F��Tj�%���S�7���ׂY�́��%,�wB|���j��!�pg;�QnRne�Mf8D�@�\H�ㆲ�:�8#j��ƠR<յ��kŋQ� � >�*�h/m���iF�l3U��64
+r�GqT�-�>�,)�tg��`mEO-��, }�'~H쌢EL���	Q)�_��Ѩ�8�"3�gh0�1�D�AQ���V=�#�n��ȵ���I��m:�χO�=�Y��a�@0����D���M�}�Y'�vuB#��U��(��bV�w<mH�G�F���Y;���S�6 ��e�S"��H� Pd������T(2y0�
W,i������@Fw5T	O|�\�@��K�
�K���|���z�Ԉ�t�j]��������r�L�=��
+��ځb#��3�fԂ��I%�f�U���Pu��N���c�ݝ�R�m�m�ڸ�i�;��Y�(;�d�*��\ە�4i�A�ݪS�dy�t���k]f7�wiزc�D6nrڼ
v�.1�!�=�+�&�-��r�"�\PN	�	���Ē���ng���,}���W��j����`����_�`�����?�瀃aA���X|�KH�OV��x=[��}��<=�/�s,<��h�������z>���l2�;J�*���+��}�\����N��$��0�×�����z9�w=�OofE)9|�Z��ww��t�7��4|���
+]]���V�Wx��VAN?|��	��H2	�bK�HCUO5��𻱼��-�T*A%��D�[���Y�XV\	N�䦖XB�i%�c����-�������W'nd��
]�9=l*�ѯD�l�*��8��"�k@	-O�\���`6��e��t�JV<�ýr�&�ҴH*%����x�h����V�y�q��M��ڂ�ar�D�jS���G��J�V�A��^ʔ��6.Z-MG�®���S���
+�ʽ�tTf|cA��0���
�$�&�/B�����0�?9εu��cuS��G��	ui|L�e�a�i|1W�K	���D�2bӆa�������]7��h��	����W����<��K-�w����4J�
��[@#h�W̾���졅3۪��à�(��Hv���hf[���x�K�eX���N��<���"��M#���k����F�H�-���z��������K}�G����z1�#/v;B]>���3|�I����&2�E���pUڶY	�3���볖����NHJ4[J�(���+�J/ے�&��iP%�ci}����x=m^���������tZ㽪�޼~-`������N�� l�.��dw�<�5Il9�^v��֯CA���0����. يbC�md[��E����I�,R�Li����d�>��׳e1Zݧ�٘��r9��s�ގ���xY����?��&ӻ��7R�����}�\����N��$��+�×�����z9�w=�OofE)9��]_/�#�>W_[��[��H�v����Wx�Lc�I��:}�~���:�"�(�
+J�Dϣa���\n�����B�[�^��Ë2`���Z��e�;K�6=$��2@	+z�S
+�W��8lR��"��T
+�R�R=�J�@[j�9J�S�	"�m�zQ�C4��
�Ǣ\BKК6�o
�s|���t��i�}�A�E�����b��@Tax�)]������Ic��){�k��p�\�ےHS�)��vPĠ	A��F E�������x�(�̓��ky#3r���׬�Mj��
+�+��c�K%\n��9d����Q�&�"�Z(��8H)b�]n��ڔ�a���O�"i\�0��z��������Մ��Nw(��w*i�5��8�/|L6�~�d�8��
�C����G���jVܤ����x�eq�\�hi��a���ݧ���?�����Y��d0ع��h=��~ٟ�o�*�z����u -z*jw���ȍ��*'#��|�CG$ '�P��x���������5R87"	n��6dz@"{�>�O���F:�%���VK��,������T�����F )�h�A�^	�ba���`.寴�v��K�pI�9)���y�� 4��$�:*��&�P�(Z������Q`+�Z��3G�B��r"��rc��;�6�`�&�H�Q�Se�"�q�9c`��;d1-�D���R�-�R	#>E�r��=����Q�!�+RjФA�0C��K��#�tl |�3&��ն[�q����/H ��{��������
��h��H	4
A��9<<� �\���tW���1��LZ.4�`c�z�`�nᏍ��]T�,N�9�8D��sh�'6
+4�'���f}���(�_�c֍J԰�(WLz0�@Qr���n�ڳNO�`1^��r����*�k�"��W<}G$�A�^p/0N��`p@��P
��b��8ĩ��D49������6H��1̧k	�
+B�A��Ysv
�����g���!p���c��Axt
+�� ��0^��3�@C��q���|�f�vd��0�^S���J�<#=LX5#��J5@��i{jW�Z�(
B7-�?B0j�c�XP�y��3���D��{e	�֪b$�:���լ��`G,L�{���I��vu����M:o}Rs�qw�����1'Aa�U7*�Nb0$��?���v2.��DC5�=	zA�PH��O,�X���D,�;^�hS
�R�s����,F
+L� h=
�>U:�R����E{�$� 
iJ腈��Rܧ�W�c䒰�2�n=>�Rf��E\�(F+��fYs"s��(��j��q��R�bC��&99Tr�9���A�m,8��&�On����ݙ	�`��L����	��	r��
]ı��d��ш�Fu���v9h{`�������#Au����pX�`Dqr��=to���}��p�gCM�(�FэN����5z07��	�������CJ*��Rx�?R�HA���,�PG�&C��4M�G}�D�ږ��?M�J��4�(%6���
��R�N�;N1���a���f�m�x���Cm=�}����XL<���jYD�V�Gn��D��k�8��e�PR�-�'{�`�3h��`4)�?�hЬ������u�D��|� �uU	2,QY�^���Qh����:��2��Jx�ܥ�J�D�,�ƃ���u�"Uq�$�B�"����:gJ��3E���.sDya9�F�0"C�����	o�'>H�b��@!>&W#2��f:{y'U��G�w&����.�7u�Q3<�DMk�3��yUvRؚ�@
8{�%��͒ظ$nd0�-�0ͬ1��z"��g[Rˢ8�H�D�`�gX�f�5+���@�ntV��C��H�K��g
�-B^�{�Op_]�����NlXJ:�,\	G*")�},[)q�$Ȥ�p��Gbq��ו�8�EH��Y�y�p󄛵�T, D��@!H�73g$�+
+�ԃ�3����]R�5���M��-����ݲ4�vM�7��)��e
+D�2x���P�Yз�_Q�N	P����P?��f����y���g�$5�,��a�ii���K̶�)��d��@p�1L3�(���3����ᇪEm"#��΀�$��9��5m�d"HT��3okI�aӰ�}'��	5s���.i�10i�E���K5���C�*��8C��)bL�֐d�@"]��͋(��k2g4�
+���t��Hj"m�P-%��%V�F�c�����NXtƻ��u��WT?�nD�*`<���AzV>h}�d�����=�*#�����Q����\��
�ƈ#n����	&�0�������d�����Fi�󔰃Vz�p[���$��5(�xPH�Q�H
+���oմ,k����k�iLZ�p�a�X2zBT'�T:0��ZI���e ��ؑN��6rU�����O�R??)'��ɼ��M!��c9�F�"A���	�im7)��0�8L���P��#�>/���^�LDx��V�m3��V���NJK<4�չ������`Xx�*F;ĝ�Hj����'gxn��z`G{Pe�
+ȠAz)�9z�¢6Y�Ș�0����H�=�Y�1Tx���
+� �I[����8�
+���"(
+��
���4�x����3����H`�7����tN���IX��byZ�"R���ӻ�j\x)�sP�0�yy�F�)1
+Fl.�f'R?
���A���0%�\�5�/1 b��0��
+��ـb#�7�9�����@�i��Et��V�5WL��HG�9:�{4��j[L��(5X��*J|��y�|�!����Jq�9�P��R�N�J�fk�3��G<��Զ�E��ZB"7)q��-(�YFQj�u�]��p��P�Qc�P�9�����D�G��w���n`�R>+q�P��j���D�{�yuƔ�^wn�c.(d�!��=c*
+��H�Ⱦ�0�Ca��ʤ�V�����b��;2A�$-k��d(0��<+'Ic᪜�peC�b�x9�R֠
2�#�ݪk�F
+t�R�'y�.��\�,�r~��Z�Ik�2'
d1���`6�S�q&�USc<�y�s���zu��X_ �x���ק7��\��^��>��������:�����ۛ�럷�'ON���z������lყO��{��۳O�]\�yvv{����ӟn/nv����>�}��7���#/?}���������Ͷ�y��ȶ����7Gm;>�^}�'��dz{�g�:����_�y�����������ϗ����˛˫����/�n?��}��G/�]�_�pr�O����}zq��q�am,����\��>B��g��?��
_z8�m�*�S��}��O�>��?t��������?����Q~<��7�&��+��u�/#Z�/��ӣ��ϲ�MK�c��{���{�/�Z���޽w���w���Y�L�»�W��.^�h�lw��;\-����W-l���}��f����[��n]����b����U;W��m߶������\��y׮�e�\=���~WP���~%�Wk�ı�
�/Gz���)���y��Z��x=�A�$�=xԖWP�W#������ιR�_M�� �Y=x�S��+?�~�qϟ٬��������b��߿1�?c�a1
6�-+�*(�J����M[bWzIˣ��~�Q627Pp�^^�t���{�������wI".�`N�b��R���+��MN�#�����S��9�]H�5Ψ��)w5�$�:�I@��ݧ����f�YCj�@�oC]�+���#�+s��e�
+r�����#�Z6e�0��ȣ������A�B
�R4#�.�p�{����W}+uh-h��'��
GW
K��򳅐����.����Z�ߟy&�~����>�<ʓ}Ԗ�G٩@�+.+���Q�=�n��?o+͡Pm��x ͞�p�
��$�/�����Owst����B��5��	�`�L�r���R�6�)����
)�^�
+�ƈ�����NT��F+�.	ł���\h�Y�/.�LohW>����m��-�햁kc�n�nqI
�L���2v�6H�曼��i�M��X��*L�ѨG�i����m�;H+�[tC�<Hޖ�e˶0�HN�P	�K����5�yj�eYeUX����zf���^k���\�]de��9�~��HC������h�6��������*e4�������rJBY������3����B�칭3DUv��r���,������A�?����� �������SU-H���|_0|��_��1(��y�iX�k�%�
টY��� ���� Zg��<2��磕P�M2.hwp[LS���a�-�喃)��M�۔6=�f2&�M��k�b�� 0��)	�\,��29�1y�a���;�����}@jˆ��
�'T
+0�+�
+����۠MJ
+�ў�u���b� W�7����*9��2�+�ن��gf��l�"y��!|��@(�u �*��::�����5�IUjG����c��Hh���n�(���k%�L����瑖�;yõ ������a
���ʡ�o��V�n��`�������Y".]1�=���:IJ�	�d���Cy��5^�Q}�EႽ�����eɀ����uG�
+{Ο;"}�w�8�lM�0�"=s�[�fs����.��%>W���KTD��mE�i����a��U���#L?��j&��vuX�����m�_P.�WW+h���:܂r{�1ɀ/���LR��=�,����H_��L�\l�y�~����
+���gMF�TW�y<F��,z(B�I�f��C77�Y���첤%0�=�@ʗt���iʎ�j�J'�ι9Y�6��p/��o�E��l��"8��[kX�O����Pj�ՠ�4R)��*���~�}���~A��(ӐH����
+`@u΀*��,��.֑Y��a'�H���$�˜X�pY����o<�+W�Tl��Mpu>�D��Ptt�X�]O(4���I���e1�"r�uA�j�
+N�2���|��L+���j�G��G;��}����>���T�)���|ޠ7;�hv�}a8����"
\ ��/
+�;O�"�Ύi儣�T�����^Q'�IqI�)�޻���~�B�`z�V�O��}��
+�-{H�$J�NM���oo���Jg1�t�;x$"��[�#�R$,��#�\˕�=q�L*E)z��%'Jb���
�>O�".�2O.�rBA�W�Ac>BrC�X���DKj���db���V������txm��Š��e%��ڼy^Ƚ�׳��z=�e�kbI��}�r��+&ܱ�e'���;�6���kD���׫�.��j*�cJ�D��3�^Ė^�������$S��m���S?�>���_�p%�a$�KC���	�^3��d��- �ڠ,�_����Կ�>Y�l�B�e�������6hn^\��H��%H3W�
+���@�s�Q����H��<J ��DY	RK�k�fu�uBt@�i<1ƒ�)w���HY�7B�*�X~�[���-K������^�I7�#3�p5���"Y�-'���0�|�JK{�V�\���f0�Z W�8�{oƆNl!��P��Ů_��j|�z�k�|bR@�YЭ�������Thո-޺���$���n�m��x�C9��0W�6˥�$��3�����^6����v�o�[��D�bja1�|��p3r�"͠��]̇���m�K�(��P?��E�an�#��wea�e�Ȁv��|}k�ݶ�&'�6�J�4�!���q�����
Ҭ{Dt;-����k ���@��3�\qd��&޲��hy[a��3�/$W˴0�X��.���E� �̜���J��m��]�՗�]zd����-벯2_�lsW~�6����L��C[ƣ�am{Y�šmͅ�z����C�g�>�Sȥ�A{p�e��,K����q[���$�!@�!b(��{�g�1�mj)aB�Ԉ��9���~�uX#���Z��s�B�I�=�F�Y/ȏ��#�~%H"���EGҘ��n/"
+��d�<	�p���QP�]50�+^-ybj��w��9�r�e
P��} \�����{[�.�|��z�D��r���,W�株����b`V�7�3}�ŕV@+��@��\�^�ce4y����,'��By��ڮ֖u��
+��(��kE���\4����W�P�Ω�u�D�L?���*F-2����E�6�q[��W�R��X���S�˂J;P��0����O�K�R[�F���y���u�/�?�e�i�*��0؛@�"���҆���jRI�0M��\
����t]j�@���-1�db�:�^W�&�>��VD�՘�6�VB�'Ѐ��T�9�yE�����݆f��x@��eI�N�Mn�j�hSG�ќ)�:72���y�D���@�<n΂�'x{UEգ�%��wI84����R�+�ڮ�.J���_���~~���Qj�њ֍Zc��BJp���YP%!խb�|�j�eϵ�T���	�я�<��YA��k)��=w"��)�:��a��6�І�pS�ct�x-�c6{���L �|l��*2����p޹ޙ�t���\�����7��ňN����Lk0�gd��O�]?�%_tA�I�)���]~��O�}���O�����ۧ���g:�׏��K}����N����w/z��oB83�Xl���(1¹�a���zgA�����³�Pxԟu]1I�Y�-�Ӣq�2����EՔ�\�q���+,�3�M�	���y��X쵞�
+e�A/���,�j������ʝ�b&1w�u�n��!l�^�j�B[
+���⢐�	�Z�B��a�8ޔ��/���y:[��F��YY��JMl�]��N��4�t��위�04����#��pl�u��I��YG��z��DRR)�i:9߿�f����B�������X`\�ъ���Xˆt��+�\�+u6?!�)��M��&F�H`�*7/"Pnޤ��Rt��,��61$d�zL�ҭ�K�\74��i �h���_�AIz��6�x��[uk�V.�X���JU��3��YQ�x�深6�J���F�<�Vw�m��'U�-��iZȖ��VW*/�2)O���(zV�|UU}XC��<u��]-~ŤZ�
+�@�z��6��6�m��`S�O��X�";�,W##��yT�z�Wu�Ū"�>��3C=�1����ܛ{9��2EG�V�:S��{�D�Tu���t@ٸ#�d���=<��c|�J?�,��w�&�WO���9�ͤ��AV�U��;�s;HA��Tg�T���'�q�&���]�ԯ�n�w�| (�@����9��"�k#�,$�چ�jD��L��pXj�piZ>Vv��%�Ē5���rNa�9'�a�s���QG���B��!6�d�����c;���:�3g�K����-�#6ht5F��WE��У�7ֈ�65w9=M��u�`/�A�r�Ĕ�!�M�+��RE]73DA�r�9ֆ*8S��hvE-F�]��L��o�t��cW�/%:�U��)Q��Q�3c��yn��G��G�X�Y��#�;�
�S"�	U�qqu1AC߿CAK��!#��z7�b���	�Zţ�bؙ'
+�p�� q��b��y�B�zh�߯����
�m�kV�ӊİ�К?f���Я��v�s�{n,��|%���J�<�!�Ǖ���;˯�f{�Wt�emN8�)B�z#�������`�ŋ�q�	0�)�>��r�*��c/;�����H�����`�ϙ�w$�b�$f�E��(C4=>�1���o�����������~��N����Ro?z�����x�݋^��[�<4�ՖLr�^7\F�/.�t_
��Z�49�tg�vX��d+Sm�tgŌ��d�Y/��m��,#U5�Ra��>��n�8�o5�TߙA{g�IX��6�� K(��Xk�$Bs�h��S���2�a\,��З?�H\ҐG�x-�׌%�#�q��Z�Թ�>j3�9A�u�JI/�%��'��խ�J���7u&��X�`=�bP����A�F�Qt�4�KZ,��j
��Z�u�Cr�^1T��	��\�P@�: +�3�irW���ڊo5���Nc�8�.��B�4iY�$��TZtM_��Nb&�R��i(�*�z���(Ic��b�lZL�Ӂ�Y�Lez�7$+��8���vuY�"���C�C���
+�vQ!��-o���kR}�lW
+K݆�)��y�5�(��!,7O$uw��0�	�.u�S-�!M]���@����)IJ�V#�jk���_�㨧�b�;��'h�dPNɬ��.hqάIIj�n�Jf�!x�+�N�w[��z+)���wch��D�֟�
��
+��TzX�����vi��0��Ҵ�[5�v�6�\݁!����ua���{tc=y�:�׭j����s��)���f�Fr�W�pպ�+/��\�Ք��"�.`rw��=��0��i7�*!�I3!.��Ս�–?KRN���lȩ~�q
HxmՒܯ]�J4E�n0�Ҙ��xX�r�I4Z3ץx�|ٖ����%Æ\_�ƾ��Η ���]����6?���Y��1��dt�m���.�:���	��6�!��ͮp���cfZ�0��2$#q�W���ݚ�h��t�5$1GiϠ��S���]a��5o'E�ڄZF�Z��ǎyCA�m��zP;\L���G���#d�Z���M���*�+'�h�FY��db�S:L�n��~]��$�X��3h2^����z�dC�wT��:f9�Nî9��ٶ���YŽ?3�;�R��JS�ؕ�ځ�Oõ�cټ�m�'{EW����)B�z#�������`�ŋ�q�	�x�Sx}L	RV2����`�e�t�EƟ(������I[��gw9ۣ�]g�LJ�
+ڏ��KeI�ǿ�xN��߽敾�	i��ʘ�� 2�E�N��ԣVA����jN4�RBB�1����δ4˱��Y�����f����!�B�ri���P~�����"�;Y�-�AA���e���[
��E�EI_�,_V��aM���n;{Ș���K��Y�0�;[�z-k%I��u2��f���N(����,w��~��Zv��/�8C�ޏ1� �d�����4H$R�>vy��s:�	��N�]�^����D�QaO��s�HreѸ�_�9U+�&�-?��nqY�����!*�F2b�
��M�_��([WH�m�X�9D݉�m�$H�X�w՗�3�W.ഺ���i��5�k���E�ȗ	(}D���R6�.޷uI��E�!���]��Ӏ��Z&ޑ��G�}�YG�6"hN��䴜l�	k_M� [k�bW	�
+$�dž���^����fR��m�d'=��o%H�z��		�|d ��R�[���.?I�(W.���Z��]��T%ʽjOm��[è8�#�o�h�v�1Q��li���eS�IiF2d�����~])M(�XN\6b���Z3����u�j�U�+y�r9*��gt	һ =�S�ꈝ� �[Lx�A���*�|ic�
+C
+^��=�6���}$��]&�i�XE����ڒ��Y O0t���#�b�Ug�aH<�͓<%��.ں����u�"��萦"g-R�Cݠ� K���R��
+�[�&l���T�m��>o�`[D�����G�t�w�aF���U�
�	徴MN}�lH�	��N%��ġh�lM�]@�PWC$W�u�����F:�l3�y
+�)Ճ�-\!�3B�6���;E�1$���˴HkbHV�[����L7v���Bչ������f�i"(=�7��Έp��1��h)�h;��jl,�v���Y��	џHEE��$5��U�DC���$����W����A�)�sXHV$@"
+��� l����u�q�V&�j��n5%�_G�[mh����L������{e��/��7���L�X< Q9joA���F{s��USE��P%�r�2pSO'^GP-��[��"|3"[Z����b��]JVH�[]���*�ř��HmM�ڤBv�~A�~��S_[y�K�"%/�#���L�J/��V�uw�%0�y����v48-�t�������nj�FW1����!kQD+c(�
���;#�$�[s�L���Դ}V�R�=�G�86�zD/�`�A(9��Tq��
+�+��h����[�|�$w�����ebB��Ng%fѭ1z�hR�AC��
��3ҁ&��F7wi�!D���B^[&�Ӛ�<��|�t�cΜ�D�p��D%�+j(��)�Q�'4�B�0y��AUvؖQ5�S&��\1�t�G m;�Y�?	'�A>Ic {y��#�{�����YGBN�AYR���{UK�����Z�-�ɤ����4٦lKw���d��.��\�=���o�N`��8��<�*t�7�D���y�?�J�!���+���]}L�VkaS:BF&��-�,��S���i����B'M���3�S���uh��hw2ckEm�.ِs���RC(�U9��գ�X�a���M(�Jτ�5�'0�t�m�.
q��9�M�B�6�^b$i�2y�<�Axn��kw�0(#,X[XHcN㢒����tc�1�}%;��u?����ђ_���xa_�諰]A��%׿���
+���Ň���_���~��?��÷����~M���w�>>�G�|o�:<~���}O�~���YXFS�{%�T��6���1T��j8,EY��WZV��	�D'�c��z��K��FI���Q�q���)AL!���WzZ`yt(Ju�yi��ى�S15�ņ�8[���O}�ԇ`$㣍�c�2B{JMWvy�lm�������ֱ�����c��ԧ��Ǔ<�1uÚn>41�9ð�Oƍ%mP�f\P�C�Z���Ѷ���&[)��W\�텬��H���/Ҍh�������ޙ+�֌q�Tu�b�B����TZ<6C|��|0�_B,؉T�XR�Y�v
��A�|��Y%�-
2S<ޫ�!�"�F����_a��k���fb��_J`]���О��s;^D�$�~7A"`�>��� ���#\b��k�N5pti�|�U��Hf�~;�UD\yAPtL�N�s���$��[�RH���s�]�ݬt�M��p��F���r[439R$��1]��*q|`*���W��_�b�Q��(W�%�a�(d��w�g]�4��kTaWu�3�lBİ�[Џ��YW_d{f�Z�]05@gmdO̳޲��`�bZj�b�'��3�ilYme5�tT2�u��Z���M�>D���Xْu�6�r�Z �m����X���Byd���Vpy�#�%�L�nƴ.�(Ѕ��/�A�8a=Hh�Xvaw����Y����R6q� ͶH�h�i��:SO���7���`#D!Ԓ�Z����^��4��X��Ѭ�'��B�L�<�+�S#�Hwu�L���͏���HUFʾ��M1������ ը�m���ʴ����Nc�b8��D
+A�z>i�i��<�����
�	���������1_E�U�NΊayK���v�fJ�z~a���f)wU�'�	X.�J���}e=s�c|<�C�C��m�ZR�#Rrb{��~*���]�rYӘ�*f)�nEe�\�]8�˿�t}�������:��_O��ҟb}�����O��B��/r����ޙ�����Ud�����3܈U���Sb�؂����U)Qx�Yxy����t��͋�y�A;{���Ҷs�8��qE0"�\��J{8Z`e���\1�>NVYx�����t�#ȋ�y��/{�'��m�?�>����3J�+�v��c0?���o}�Nc!�"v�+ae�I��57���E=w���w�ZM�̒�k�P߬^m���x��e/�3n��I��l�\��6W�0��Q��M�#)d|��%֙����-��Ow,�U����d��t$�J��z
S_t��}��R^���G�'�~���?C����VV|�����?����ە�F}q�O�'q'��D|�'��v���(��Dy>�N����!O_%�K�^z��_.�uG���gb@
+r��Q�JF2-Nb@��-]L(�`(X���]}�H��@x@����U]�k��{��8��i�{���w�̝�?�qwt�=���{�85؝����-�>�{�\������޼�"9�kG�v�����o�g}�_>f���ߝZ���x�����Wg�������;Lay��w�ˣ���������������~��������>>^~��8ڊ.�QB�d5e��J���Rh���x�����ߞ^]�}`�;��O��������Ëק�g?~}y��Gey����g�o���:l�܈��r����7�Zu��g~zwyu}���ٍ������v_�0�zv�f�޿�՗Dp�Y��ܼ�\����1�}��˟��a�~���{ﶰ��O�d��#��b�y����������;���"�{][��HX�@���Z�WoY-�IYb�Q����]'�-k���mXt�X�Yr�q������w���׾��Ł�i�@*�o���X{O=NK�Ј5�zbS c
%4�UܶDDm�a-��Գ���ty�5���2��1m#w����H�ۇ�fkD��,���1�a�ֲ��RA''����ň�5�ZI{�MϊHcI�MkZ��(��^�m�8Jp+kP��U�Ś��<�V���9�%�Y��I�V�r���y
��Xl.Q��ɓi�LZ���$��̓%��3���ʒ�1�!��,��{��;��rO:`���?���Ʃ=�jbp���������r��7>��5���<s`Y���$��>ax��~?R׃?��Q��b�gk
U�R��'���e�IHȻ�@)�(�ނ�@n�eYc0���;+�?�ch����{����20K�f���|�M=z6�&Q�Ә胚cH%v]9��)�V���8
����	O1z)foh7�LC-��YZ�b��ZZ�7�~��dGb�	e�Y�C�7Џ���RqCAX1qY�L�M<���� S�
+8��z�rS)|m��F�R����Q�R�?��#Fv]>���˅.�u��ih�G���`��Et!xˢ��' ����hi҃o��Ch'd7���=ad7�&��R���4F�⌌zU'0��I,CI
+�K��Њ������U%/�1�X
+-V8A��ꑑu��ÙmmR�{�C9jY�k�)#SC$YP���TT0�1Jn�̼��.�)��W��'�[�X���t�+/j����xK�t%�Jf9;�J�YEi�v嵀m�S��>
D�ի#��T͊��~0=?
���	�{:�%�SC�qEJJ#�=
+=$Q�.�rK������98����L����7-C�����d"�pb�҃�g>ig~ �T�$R�0������,9:`-���"����YsǑ� �. 
+p�?9�g�����FߡU�
+���LciԐff��5�1%9��Y@2���f�PѨ�q[�פVR:������cq���Ю��2ȝ�$5�^.�nTI�>ht�!f���3��L��١�j��K$N�a�݊E߂6�A�T�QPF)��Ɠa�� �p`"6!x���ir��۞��mV���O.�$W��^��b׌�&҈肿�ҡ@�4V�Q!3���Q�s19ڽ�$à�����蕗N�ݤR_�0���0J�[�
+��G�d7���%���o
+s�4WT�ۜ(���oEH/Mj�wKB`��r�����Qm���W:�r(`�\e�۔*7�����$Z��C{h�L^h�R��QK��O�:����6�]4�8�M�88��mX�HG��	Si��Kə�W�έ���g�!WrS����ħ��z���F׽I2
���JX�<mjK5�ķ�¢�I�%����Cq�>�jbז��N����<���cu>�a�M��%Һ�
+�6���	�q���6� �Τ�,�\S���ϴ���M�ĤG�G_�Y��y�Ӎf��\{�x�)L����	�<'�>UM��+Z��D���r�o�Zay���IT��(�"?T�\UH\��ũ�����ǐD��R����F2�R��xۃ�������4�y�;e�Z\S�O#�B�p������\�����"���H��``t��#�.t�hG��d�/q�y�MPS�<�|��f��h�h�zT�V$����-Ӕ�1�"D+����~�.��3���Hk�:R�1ߗ��^ܔ,6_SF�����&��<��8�T����&'�:���8 �Lr��]}��:l���I'�����7/$!�כ�h�����P���[�3�exit�ԦgJR�� }�3H�w��n�2�d�ߜ�˒�]VO�m�v�E���
����$y�<�T����8���v8:}�Zɔ�|b�4}-C�dt�|~R>If�� �/�;��ƀ��`.�%�/�q�J%����u�>�"'�#
+���!ʬ~-Y`�e�e(z<fM-
+�z'S�{'�by�b&XF�.Jw�	��@%�\g�5@�YL�>[L`�=���*	U)��.�2ZA ��z��Y�\=�֜��Tr���iU0�6��%�,(�+\�%��76f���ؕcjF(�;���C�]������Ң��i����7�4
*+r.襔��aZ
+DK�,񲕐-N�	�c��6�3�6y'��<�2��<���gpe)�iJAtn1?!$D!�u�M%�.2KcP�ف�M��N�]������܎	a ��&�-�C���s�>-���s�0 !��L'P�)������9iW��
+TO�%L�x�Hس�x����bW��Ǽ��i[�|X��z���R�����B�kQ���M��i��|�#�AQ��k����`7��O)#��U-�Vɻ0�ذ��$���&�>Ux�}����ܣ0�%t?<��tA(���!���]n�&�u��[Dž#Jq{T��*��c<%p^t٥#���mB/�+����&�J��0G�>A��9��\��<�{l�Ό�6�����U"���_^��.�.��j<L[�<﮼�Q����3{-��8�1[��5�\�_�	@$����Z�D��f KJ�f�]ԇqG�M�Q�͇ʢrz��KF�K�hݵ+�
"�Y�u�b�����t��q����⧟�]kӏ��o#{��P��
+�G�.�m�n��1Æ���N8c�ő�F�lQ�(J��Y��8��}ɹ�~J��#WK��+�)�\5n���:ːe�(�ʢ	O��2��{P��"r�f'�^��qcV�T���Kct�no�e/>NE/5َ%YY��˴�B:�kv^Y����yE�GS}q&�Ά�R�Y�
+� M��,��>O-�mVv�
+4$%P N!0d��[^�Ddmĸ��&�H� O&�c��0d?�3Ȋ�L�"�u����2>��#m�z����}����Ҡ���",jΗ��ۤm���N�1�D�WB�A�_S-�=})U��*��N���C�j��Q�1�_luuU:�PLP�Q4Ut��B)�^�PS5%"���	�@��_�Q��mj��F��D�8������<��L��B��cũH$�Լ��]�
�T���NH�
�є��e56b���	��[��p�@ۂ�fF��a28���z�J���������M�Q��E���j��_�a�Q1$]�kh"90��,�O��[��wU��	Z�5��>x��!(JNy�B
U�'t3*)�A`���u���[>�9��J���eڠ����~
+��E'�9\�/�#�os����8�՞��m{�Ac��z�A���B�z��	�����砐�w�G�Ǡ/��J�h�������نJ�������=�><sF�6_`5�Wwó�\�	0�4��
endstream
endobj
81 0 obj
<</Filter[/FlateDecode]/Length 15080>>stream
+H����n�������7� ����\I�#�%X6�;bD��I�!1�����.�-#�P"�=յ�:U�b�.�%��c\F���>4.��Kn.�%��ܳ��0�ؚ��ڐ		�tQB�5��RXrG����V]���K!.���_�o��O1�E�U�δ��(�P���]Km�w,�G�\�K�{�Ѓ�.�%��Q����Rr�E^��Y����xԗBpi,�y3��C�sУ��R�˝��i��S�.#[j3KQ�J C-hM�F����Gy������7�,Y�-���9^���!w8�'wR�a���.�ǹJ^�88g~r�Z�|���<�*�����)��7�C኷1[z3n�)a��f��\[�x��G���L���Rc�
+t*�S�ږf�A�c���Y��u�c�)�%���\�Bi=$�*�<x��Z����`?Im�8q	)�,-5���N�
�-���&---�')%\oy)$�u�QI+�L��VT���J��<�����ܡ������4����p�Z;Und6lj�����ة	�A�
+�	�;e�xM�}�����L&8�Aj���;=o��֬
(��
hv��OxO��z��pӫ��+u�J����ԭ�T�7y2](�"��|��\�J�^�N\z�غ1y��%5��b^�Wڢ�pQ�*J��腪��n���*33�%U���Q%��k	�@ܠF��@��L!W���|��v9q�A�:a�!���T�!���~asNFE��֫܌NM��絓ך��νmTX��a��8�#_��ɛ��^��|�D��b�S���yɥ���4=�_"-�R�9��(<9���(�M��K!	ͼ�bK�!�;���+���4N��Ii�!�G� *NsN]�H��ipv�M$a"�9\Q*�ȶ��B�x"y;
+��+�����::c�I��8[�t�%Q�i���`�G�������(4#��b�U�)eE���e�du�)
uLQ#�z':M��CvPjchr�]�Kԭ�=��(�V��4m�	�X3��{�\It.�X5�&j1
�F�[(fQ�?����Y�j/
+K͕n�Y:lpb!s���㡉ЬјF_�lu�ma&ݢ�	v�m‘��2�$c�����GZ������N�sZ��S�vLu���"c$[m��U���!�I��
+��KU`�)���ڒTIm
/ɶ�A�{ ��Y��e����A��À���Io��,���{$Q���2Ž�Z�DRcV��
n��
�Qm��C�D���D��rwM��}����H�a��g5|$��C\c����~D��j�LL�\������&-�x��SO4`�*ġ���F^QEE�3X�!$��z��-kANE|/�d�aj��mc��8q�l+q�U���?v���˵z�Oh��;�,���S�0�ǁɏq6��o)���m�t��,�Ó��~D�)+	���-ۣ�~Q�hߕ�/I��X���$�9�4��$S�]�ɤ��陜�Pœ�.r�w�oF77���͠ХF�p�6?ۑ��8W�4�r�����P����L����`lyt�2Sُm�DrL���6;����,�ez��w��Ru�T��vyH��8%����(��`#���#M8Ϊ&����O��l��P��Ҟ|c��
vy�hB�4��}�H�E|H�}���e–�
+��e��K��:�2���p����(���%ᅀ�[�����R�D�����C��ⶡ�����}M+�D3��dUtY�3��W��@�d^���Wa��?��6�1�â��wڻ�,�خ���bU]�z�!Y��G���<��|�9��\mW���/\yw����=z�u���������ܽ}��^�˫��c�g�����_������T����/ֻ�g7/�_����b�zu�����Ԥ�
�aN"�d�vM��^��l�5�mE����x~N�[�.�Y��6?��L�����n;^^l��/�V���v��L����߭_o���V��������Gp��n�ns�~;�������jws���t��gJ���������^m_�6��=>��O�k{���o��I����x����EV�=9�z�vOw�޾q߬����{�;_��37?|���ؼޭ��l������+��fq�	�'�>v�G�>�~�P8�kS���?�.~S~��P�T|B�ˋ��o�6'�����/�^��[��恕goV��+S��p���5�ݧ}��	�
+��3S�P웫��_��k��\������c�L������v>�����#|�w�A:N��_|��XY\uO�>}���.����W0�鳗H�Sa�Rp~��j�����q��>�u���{���0�����t��f�c����.Lÿ�ٻ~1�|1�(�����AFoc��`���Y�D�?��4|W�?*�_#�	�h��;7~�v�%�³�q����N����r}��;���U��Y����R���j]j[I��~�9[�j�5�F����������Y��%�1� K.]L���"Y2��v"k���������U�В���S��q\�%4g&�(�@:�,�����8Jq��3@������22U�OO��ʃ+
+*��aQ���*�O.�e��W�
+��@��G�V���}��$���P$���t Z�} �S��vm=r=���v}����#���!�~u#8U�T� ���h�ّ���a��u��kIݾ�%Zqܑ�V(l�;�BИ'��� >'N��pH'���#�=o��*t$���B+���+����,.��/��H�0|*}�.KC�8oQ��!lNF�;�%�sQ��NbvI���>�s��7Ix�l4�H���X/������
�D�^��O:�4�ޏh��_�xUan�p9�/wz��������Փ�@��g?�����]�.+ۜ�{���~���)��E��%��������`�����f M��"kQ���S�
��D,�f:�H�QAȖ�5dk;-
+�Q�.�&���Z3�O�{7����99���sD���Zs䗉0�wR���o�[4e�ny#���݀V���$�6�֖�4	�w`j
])�Fg幄� HA�
�=4a/#-gI�k�7���0�p�uW4�!-M��$m�z���b��b�������Q�A:���喥~Cr_Gr5]�r,w��'^�rY�:�j���#l"���%ӗ�4l��ƪ�Fdâ	�U�)��!ݽ8�p׏��o���b�E>�oc�����.V��%�IU.<ۖ��EuW�^ݕ,ٙnB���%._Sv���ma�5�_*��7��~ë���1_�e�u�M�,����
+�T��4s
v�Ȕ�\�x�ʛ�-�׿�(�v��2��"��e[�>��PkV�a���Rt]w(dX:6-]�%�Ql�����(y||�N��n1#cr�^U�#bǷ���Z�d�Q�����s�Cը�+��A!�`�b/pA*W鄂�z�0R?�(�^�ҁ��w8b|�<i��Ǔ����۠qSw5~@����S��0�H�[{�7Euۊ�&��e�^��s!��3�r��\�
�ʔ.��[�k�������Q�+	#XOO�gx>�:���^�p���k�柝(t��S�B��hb�Ⴖw��+U�xL9�*���
+��c��$"��IO�F���(�P������oڎ�bAﶔ�i�1A��K�4�EӬ5�#_Bۏ�RNj�>����z0��8NW����H�ǿȱ=����v� \�A������3��Ř����K�
+Y.(�x�'�C���SPߏK�|�[�
�ȃ�t��Ώ9;3q6s��ܪ��Ӎ�u_D� �cruHnB2�ELц���TA���c�MB�"!�����Ԧ�vQF09N�*s���-�z�d���I�
 <�6�5p��,>Sю�+
+#�W�i�`�n
+c��Mal�*�Vպ��ŗEd��D��5ɺNK\y�ļD��4��4�<ZP+��@�Z!q}����p/?�s#Spn���!(�2�P@�j@1@�����j(*k����h�`e���	����A���Q��Ѫ���'�6�	���=��{_�a<׾!WP�D����S�ʬ�9�jĶs�<��0�#��+l�;������^&�O����q��č�j�ng����Hʎ���y���"�n���*��vd��Ȅ1�ߥ���8�z�;����	 �tι�tрYf���e�;����Z�k�m�5�/�k�!H�:�a��
��r�~}���hI�Z�W����L��h-��3�w���S���N
�^���K/�O�HR�I�N/%I%&ZI���#JJV��'Q�e��
+ċʹ�����-�Y+�
ڬm����x�������@f��K�-�C�)�Y���'��?�c�_DG0�����]�fw���K� ̊�5�L��o�0AsE����"j͏��N�0��ݺ1�
":���F�`G6t]G��-!�Aœ1Ɔ�b��:VT6b��i���,KW��=S:�ӥK���b�����tN�����K�y�=�BsS�!�97s�`��0���m��8�o�ӳ�I-�b/CG�D���%ӗ�4l����jlDVa@1,Q_e�2���G���=U��+����!�X=���~���K��AO�SǤ���rVQ�`V<3�b:;�S1�(��X�q���S	\�P+�׊bJ��jQUX���
+�ќ�V�)N��ݛ�x�Y�2y���߳�@�<?�����@�2����L<��6�)�k6u
+�!���ҹT�e/��`k��%�^�D)�� (�M���bl&ű��<��ڇa0������2��j���Py��zdJ��#:{�D�J���s��^}�C8hLB�8�̈g��0H�S���u�Q5�����!Q:���@�i���� Tr����%c׷c�qg!��/0	X�E���{7���݁�:�����:��j �5	��?X�߽��񇁓����n�q�M���ѧ\)��ɡ[I#�6�i����`J�	݆�����N$'�����/V@�w?���+B;��;去�=�w_ҽ8=�I���������.�
+��$&b��~��W�Y�
+�礜[��PϘ�"��ү�a"����]M�0zD8/Ŀ(:�i��t<����p1aITx�R�\����j8�8 �g��=��^Q�.{F?�LΟ��; V5ΖJ�(��<=Zx�Zqumh=�$���|��$Q��uշ	����>������?#�DZ�:����زA��
+�4�op5~�kQ���QF�j���jin7�U�8��E�=��x�){���I��R[	I� �@�5�>
>A�$����K�����{����vG��P���7~,{��d�riO���ǧ��N��I�C�a�>��~���>����X'?�'3ϕ�S�N��l���\y�E��#?�ˀ܈��>�a2}�	G�q+��ڱ�I;�� >ދ�,��e���
#$4T�<���"ZJ���?o���5�Gh6�g���k���:fD�T�+��*b���!�i)�F`"s�������}+OՂ,V�u��x<D���o�^�*֩�Ď�P��|�Ӈ��
{?�j���r����L=O~�H����	i|Dk�������|�<t��
�fG�N$ZI��FVP&ER��D����D�ب���/F�ʋ�XG�v��S�d�#��Z�(��EcT���b����Qs���5�F�+y��sH5�PF��ڿ���x���L�'�\�}\|_��2��-�Fz$o��j�h[�sM��:7oh�D��)-�!�������j
4*֗�aM��C���P`�����!�� �m��&fX>�e�E�wrr�@.���vR�9n�R��	������3�E8��(z�.k̷�%�*�@��	t��V�8�G`�!s���V�����Н$9o;��dɛN&�I;ҳpB-��€*��${�E�v]��KE�y
+�sO!m�oDF�D����*"�D���㵘X~I@uЯ
+K�_��z�
+�%�Y�0����RRiu�=B>o�@�Y[��N����
v�z2_̽�Ms�{����.ن���t�"6A�:�����|�fk���wF��.���������Y��"��G�`��4��M��F�b�g�h7�%߁�`�јE��r���;�'!���+#A���%�	zm�E;����J�VU\y��p0�6����>f,����3|m���#煰_����Rjve�U-X0�ȇ;i~�0�����l3,�G��K3�j~YeһŒ�Ü��\1[\ �UD���D�oT�t�2eN�_%�~�3k��!y��R���G��7u���S�ڐ}^�k}!��Y}��~j�8յΧ�~ő�S�Q���ˣ�ѯ>J|K�?M�C�Rbv�7��MS
+�����5�b���ZY���aj}�b\|��|
�IxN%���З|�ct
����Xu��l�>b�'�Ϣ�2펇�Ƙ*���&Ic�ɭ�#�U�{
�T�NJ��%aQ�����
��-vFF�@��d��J�A�JL�B���2V�r'��O�s8<n�� ]���L/t_�x�G���GM�
����pG�M��59�u�0��,�ߘt�}����Պ�[˳7oC�#ޑ��";�&�q7R��g�V+S�]�WP�p��hsBw��QF
+�K�\QP�Z;�Z�(a]�j��$�,��z�HnתW]&rӊ�R��*+�e�h�23��^ũ���z�VQP=����&axk�;h�X���ü�z�vOT���H��'֏�8�M5�� `Ҹ	}�U$�h?!Qt�qe�4�,�6�1ఐVK�ט35��H�Duؖ8+�. 鰮�Q&�y-52�@3V-��ݛ$n�AN�Z�@���Q�Xc����v3ߣ����-&�~����#��Ӱ��]N���`�*o�v�r�+k�c �P�Qg��XE{!�Z+�]=j*�� Y6��	}�ط�ǁ��|#B���oF�m��d�-��S�ƕZ�A�o��b:��<�Rf����G-�F�����FL�
���u�=irD�CD�P��\��M�b�8�׈w,U��(�1�����]r9��є���=PX��GG!�%�+���(B��o҂ܝ!�q���R:vr��hw��k�Ū`���TG|K�4y�HV"(�;mVq�$���jRT��O$����9N-��;o,J��1:�q����I�DN��e��E�i�M��T�D̹�‰�[Q�y��Z>x^z�e�Dw4�]�!~������B�I dGC�^��	�j�w�g��@#�0��MN���d���SeWL�&N�a^���C�~��P�]l���@�������Ý�i��-��C�!"�C�D�ު���(���ɣW轳GUM��z�XU�ʭ+�\��N��(y!:��#d#������rӼ"ѱ@\�b)A�#C�f)"��@���Y%����$�k���C�
+�Y��n�A�-���;�ށZ�}��Ye�K���\i�Ze�[�5���H��D7���ՠ�y�T�(���&v�)��/P)��*�9T)�_�2y�`�'e���;a+"�$�g��F�b�)����XWR0D�M�q7r��4,���5��f��ԧ��;K��O�V-�aL|w��;&�mU�B>n<�l��
�{�-3
��Nٶ�I��X<���i+�
.#>nG���^^�U��a�]��{��*ڕ:��y5'�d��M��h�7.`v�B�a�.r��{�R��`6L�Ƴ��r�cݬζ�Y�R_�Q?"�x����
+ʸ=a�$���,<w��c�o��*��%�_�+~5AEl�`́���7�������֫��>uY5�C�������Od4o���K�����sj�v�`�Q�p<���+p�������M��J�ߘ���g���&qd�X��4���xuk������5�u���fAh�$��B:`�}�סܜ�?��@`ͬY�/�
��eI�/Y��Wo��R���fW������D;���2��;*�W*�Љ�.�gT�_�~߰����'�6e4���L���?z����'^����0��׎S0�J�17���tE���`����іeR��a�ǬR������6G�.����m�oF3eWg�iwj��W9 p��~�\�b�{��z�8�fN�I��eK�L���.q�یV�p)��Ѩ� .�FZ�	'�}�?]�K!�a\�h?�B�UX�E�����:�Τ`н��TQ�{��`I���J������X��)��Y�qS���-lv�
��:�T��N,�V���7�`�k�V��c�ʀK^�{\�c7œ�6���G围�ia��:Ʌ���+�G>�1vI3���1w�._��rx+ׇ���v!�8�z�q@>t&�͆%6|&�bU����R�E\�����n*���c[�c���&[}���Eq�,�DhB���qr=T5a�e܁3�~�uׇK���
�R��f�=�.�B��=����e�ϳ<�o��]�LR/-@����%�bh�K�Ҟ�.���!�1N�3���O�. .�>�`i�8ę��O���T�0���|=$}�MU:O���R#5[Z� ���0.Ŏ�κJ�B-PĆ�_�(\��+�-����HY�΃��8�����Y�
=�4��6oCɻ�@_Y�V����< =�.4��o1� � �����R=j3����‡<���5mV��4b��jv�+�Y�o�# �<=�:��'wƙ۝"��Oi:�>��w�s�X�(-��j'^�u��(B�f&�H�%D;�ϫf4Yjg`�������q��R��ʻ�
+��ʆ���ͣH;R �X�d�5��R�#�j\�
�z��ʗHZx7�9��o
P�>�k���[-1W<��W\Q��<%�4?��ļ�N�At��(f��J�lccE�������t�Q@���}�/��".�8A��"j�.,��� +�t�����=!�p�_|�a��yY�n�90Ue�
+!���wo_�f`�fO�������0��_�q}YSz��+a�#�{�J͓�=��5��^%<��T���Ա�Ŋ��u����X�B�GA
+��7J�%�j�'��vl�������?���쀘��l��2
������껋�<��|mw�Y媓(�(][��|�[?�0K	7�G\�v���G�|z2|.i���Oo@MQF^�
+��5�0W*6}�5���o�^�ixD�G�ߘ���6��'Φ����~� ��UM�f�ER��(���]��w@��	;���?�'Ϭ}Q�5'�X��$
+��~4�(��Vj7����M8�7r)�j�8cHN���R4n�ʛ��3�i����~<'�ej`����.�[!O��=]ȪZ�K�*,��O�[M2�A.��-�
+t„��^���� *hE?�J����F��F�5z��i�Zf�P3~���J$<�L����g��fj�w,O��Ch��0@,�@��Y�,�!�gM���@r��(_`�薟|�X�|��7!���De�Z�+_%�wiѳ����{��V�$�
�0�`օ?%��I13���a����Y��>���0.w:���"�t��G��gW��]?�_�k�",0�p�T�]�@�;,�d��8s����K�_�!�ix+-�m/U6W�!w�p<UA�D�w/���bY�me���`��V�p$��aY,;mI�CYz�[c�ѵ��RDŎ˭N�|�NK;a�
+^�$��
��j_��[F32��@�A���9Mѩ^Q�#[�
+�g@8lX����/�R!��ZFs�v�7��5���b��S�v2����1|!�~�/�BE�a��j�D�@�.���٠S�f���՚��}���� ��U�'�5�m�R���֯H	��~�g���g�?Ozwa��2�n�iQ��C�J���!�~;����0��(dì��#CuhWi3�%_V�M{$�7T(��cK���H�	;��vԝ<�#����U �
e��ɂ�q�V�yJZ�d�aǠQ+���Ck6�4b����,�iT�����J��F���;a=��8��P�bQ�?.@%��ţ���-�&���i�2�	)ۥ��+��p6ZzU[�{�_��c�iv\�M<Ķ��j2��pR%�1�
+אqm��W�2��|���Xb7�����~��U�Z�����
�M�����[��H^��x$��E��۴B�ӽ���$�fʮ����qW��$�fG#3��g�J�e���E�q�Q�i���5�b���
+D%��;?��<�Щ�SuΩ *���}C~�,�Qv,숴��!a�D�a�{%M����]�y02���C��wf]��ܷ�UCM�}v�%��\�ܷ����}�]����'���"���600H{4b���l|��nΚ2�R�,�����D�ιT��"Q��h	Ş���'/uf}H�(<�bp�B���^"f^Ƒ���8i��:&z?)ݦ���7���M�>���]h_��sz-ѧw
���
%�Qb@�3���5⪎�;��>h�)p��4�O�k��V,�+T&���K�,i(�Z9����K�D��!�Wڮ��|A�tܢp/����^�7��T��ټ\�M����¾��f<jq���P��Y��H٢X���[�|s�(�鞶)�0_sL[C]�������?NC��@�,�-�m��x�E���)�R��N��Jܡ��@e�j�O�+	�.�&N"��%$�q��cU��!.���.]'5�v�Pi{����R��ǐ�^��p_AZ����َ)�������Q:S�Av�$�	?'%2�=���q��b���c���\]������;����v
+bϑ�>}��+E�⮯��kAA�Gd�݀�0�>�R�����s:.p2I5��_G��r~z=2�=p�܊���E�rP"p�rL���Y楋�ɧ�T�[wz�
�9�MW���32K��Z�={w���/Iv��@�E�!Ļ������ibO)[�C|1M�	b�L��o��֎Q<ɨ�ء���p}z0yuԛ���9'zw��<<P�;���(������
�����e�[�^뙿�s����d���/I.۷f��a�x���ۢr%����4H��s�,"W������K�����w�(�I����Sa�"�х`��J��! ��Y:[RvDZ�Z�"�B����R�}{������R��}��	
�,�b
��h�;�;�jXB����M��"�G&J�j��o\�r?��$M�kK��ӁG<��X��[?��J���&a�ԫa7ˑ���'�钂澭��L�X�+;$m���_l%��Q�̆�V�h��X����-�
Ю�_
+�i�gҩ&Pq�8_�Gix�6��Υ!T.�s����
h�>�"�	`~�c�/����
M��Ħ0�Y�6��x��eRJ��#KK�6gaHs^�"������Ͱ���Qmc�r��\L��h� ��a���n>�v�x�W��`��c��+��{�1ǎ�{���9�G:�D��90����Y����ҏ!��Ғo�e��������&�h����������U>�Xd�:V���ü3?��_v���G�>�fX�٦G��$WE����tm��� �ŝ�Jp
+X����x羴^D7%�K���
;�7K�T�~5y���K�Ye[]��S��V��^m��o�U��-�}-��ԧ�)q�t�ʇ�Y�1v�L5�
��u�WAI|��~{��pC��Ӫ������.+���y
+�>���X��9����i�.��.�@�z��>�� �M><�S0�ܽ�Ty |'����M�
���r��KSWB\`�I�YX9"[��=0hHT��������<�ФȽK���loX#��*�n�K��W�Z����6�˱��.�7}P��>j��v�?���<�o�����x�����=�&;��Rz%X�_��k����Cσd�� /�KO�P�[��8�4ξ$3��a���g\b�CA|����#��<�?_� �	��8�qgoώʥ�	�ر�����q�hY��If^w��_�K�rU(��eĜ{%�-E�Y�P�+���H3�P�/��(i(�%���	������u㬻J_yʄD4����Zs�����2ճv�z�n�$OQ�������E���+q ES
�#m��6ֵi�S������A[F���4-�1�xQg�&8w�_����.�M��q
�֤�A��M|�����i^[2hmaK��0�l֮÷��)�9yw����Xp�10l���.��b���P���WB�ުӖ)��ujp�}|~�����G��a��,d��d���'����y����Kv�0Lj'��QϚԚ��*�����j�|?ɼ!	�YI2O�ǰk�> �8�SJ�p�Bv�z���9A�k!u̗^ꁾ8��nq���T���X��“�;���{I<>���8��z�� #G�ە�T2�O�0�x[��h��oA�N�L��W{�Z��CRuIܵT�:��5L�����I�sz�8��];.���y��O�/�zֳn[x�Y�w�G6��o����|y�}���
+q~g|Y6\Eq��������%~@��NY�&����[p�k�xu�/�	r8�x˸�-Qo.}��?�J����~��ε�{fsԋ��O���Q��_��궂zB���K"� M�`�)��<3SƂ�z���ֲ7/�|� �?<�/�+�'Ǻ�����t�*o����ϣ�{^2���Y�{����J8B=�UW
	+:�	�� �'�䛠}P7�&�6Fcs���"�K��k�&�R6�>�yV$�Q��$eJy��_���tFIJ��K�Z��SQ��}`U���&-j�6�OomSTQ&x����~+x��X=wk^�6���;Ɔ��,���!]�iƹF4��l��۞!Q��(c�������<�S�fH�t᝸_P�]�&�u�97�#D�����R����W����>�Re8�
+�%�bB���
+�BI{@
+��G��20�BD�d��%�fP��ʒ(�����8#�U���b]�BS�EK�O,xI���\������#�N�	W��d��iMyA7:h�"�_�e5��J�����;�T��8mB�X���$������G�c��h{n�U��8z�	�2(K���ı[�	�����/���C0}Q�
+xO�B���@<�4����x�IP� i�&�D	�$�[J1J���k0훤�au��jϖ��"H���_�Z+�
+E@9��q�٦ڒ�������QK�g��0{̬�rDŊ�$�|w�� mua����W�D��G��X��O&���D:��V����,� B���쁬���KC��քҁ4�Ui�
+�PzZ
+ݯe�n�:.��}����I(�O�4��dz���
+<G��ed������"B�������J@�>���A"���!TY����w�'�lǎc�7@x������`T������ֶg����If̚����!�+�BG S	V*c�W�HH;;EYR)�S��)��ʲ���}2�l%����x�\�T������f�Vp�,�U
��P�>%�E#v�q$LG"az8f6O����r�������?(9;�-5�<O		��u0z������H��8;#|q5�U0ۭ����ed7�43����؃	~$��A<^J�U�]�Ûv����}N�7��K�,���&�9�g��:[c�����U��'�)��1�y�F�X�#���pCr
�ʘ[?�8���px�a�6t�͚��`�uC1�V�RI�9D����ƇI��ˈa-进Q�+�<�D�O�_�B:z�6���4/;��7a���j��L�h_�|KO����y��=����L���$D��7-:P���A�a�ۮׄ���SL��50������l4����Ģ�	y��Dٱ�ʖ��pkZ�>�z���/F���SN����/P3߾K��Â-�-T}e�ɏ��Rl��j�I������|��kþ���>�������'��* �x:���ȟ*�V��Ͳ���L]v��R+��@�'�y�6w+��rIe
u�#���Y2o�$Ʒ�`Eڍ�i´I�{^��r�JvR�d7U�H�{Ƹ���ZG>�x�Lm��~xɷ'�;fc�=G"|!�^����t*A�5���I��?��rrH�/��Z��}�Э�*71z��x�\> Ŀ�~�ع��Q��-�+Ku�j|������%a%?̔��b��e���k1K��yuM����YZ8�kr%�r1D-9�Q��N�2�L9w�M[�\8�i9�_��3���N��k]��r@ގ ��]�Y�N�ǽ�KQ{�����63lͅe��ٟ��#�C�Y�węȐ.����eאX��2�Vs���\ͪ��J�
B3o�}��ķ?�WK�m���x��^w]6ae'^�ǴW}�uS˵�����R��vNL���:+��zO�ub�w7"L�R�5�}V
؂����'P�K�����Ї@G���؃>�}�gU�ځ�ηDތd[���SRy������b�f�-�7�+w�Z�����]��h��J�'�@��,��?�2�����]�jM;�lɉ�A=�X�{��W1�@@}�
+���E'�8ÿ�z�ʮAϧP���%����A��+�/���z3�?���-�[��x4�LZtS�W�0eh��_�m$�6�����v�@�3���ɣ�=ט��Ϥ�L/x!���X��@Y��S�]�Uu�S�����v��亽��ٳ(���S�吃˗A:4[�_���{/|��>`���7��`�y����T���ɵZy�A�A�'��x(����[j�d��h��R^�b%O�R��d�����z��[��@�����>��`KQ�}�_���|����Z����`_��l��ږ&�.aq���GW9$%^���aq��8-
�H�/�[
+��0��k�k��RW�p�"g��F��a�X&���R
+�q��1f��	�X,0�t
+j�
endstream
endobj
82 0 obj
<</Filter[/FlateDecode]/Length 12825>>stream
+H��WiC�@�����MMi5�5�,��t�m����;���_�́�y��}���6���i�e'�_ˤ����i��v.>����0.�/w�������7
&������b*���?K���</2��8�&��f���\�a�]��>��(ݾ���pZ�x�]��۶+P�a��f̧�2��F@/�L*"*�Ȼ-�A�<��N(�4z�z�
�^��5E���+�^���<��������\���a��Ac(@Q`/�͘�[ȴ�hakM�,��*���h�#8a��*�Ӆ�2������؄5�������e�Z�X@=|��CM��Hg��<WA�n���B-��z=�X@�[~k�N��/��Nw�0�Z�O���X.9%��A34�N�-V�����I���>e����+��E~�e�\b�IT�1�����vA:-�
���TϘ�$��*��C��0�NQ����!����u#D:O�]�*�?����vz0��2���d���8��c����i�}��~�N���\����'߯��3���!�>�b_f�Q�i
+��v3���^S��ᚋGjI��(ĥ��1cc��	_��Z�[%��Yp�9����I���j���������	�oZ�`��TN�`.TFOS�'^�Ω�V�㷟�+�:3�b����m��r����/6M�r�%-n�hrR��4�PE�Re�L���c���׉m�P��~�o�����'�*~c��|�O��O����R�����*�	�'!�$�_
+����ρ�}���w�Md{;8@��W�H�Ŀ�8f�+o.��B�k/̶b����mP��p!�4���<<���A��I�J�,[�Ϸ	�>��_cD}�-����`'����]o��F�˲���g���O$�ސT��S��޽qq"(s���@/|����*�����"	�≠lqqO
ԧĂ�Nɠ��v�
+51�
5Ők����tT�W���y��=�0ڛW�纻��-�=�`�~���nq��N������N^Qp*��3kL�5�rQ�1����o�֥y�ޘoh����fr���W���]��	�W�4�<`9
	�͋i�?7�X����ǫJ��\��m�?���L�Zi�^�p�˦��>-`��9����B͎���tlD�:��$М�|�czC�N����؊�S�+��rT}h��5+�/�1s�w.��<��Z� !��LjOٕꏎ�����
��
w��z�ik�!M�����75�sd��͐�ZL��tnw|���K��2�J�drg��"��y�{dީM]ON���]��s�P�/��]"�z��<ES
�Q2��]F�'P��4������v���	`s'??X��L���T�.��$�VwE[�CB���CS�V<�[�����Z_MZGFT5*|����t3���V��;ʎ�}�}^�,Z��c�P7�s$fH�� �鶛�zG�d���56��M�62:w��`����E̸�C4?�l�y�bS��.�^#�sR���"���הp'�
+���� >�S�|HqI�Y�<c�������m�Œ�CK"�J2�\��8{�1o1UoCZLX͈*F��%�*S�.&������?Xv��ua�OH�R�de�!{���A���S��wJWs$I���ٕF�\,�Ϲ�VX�4������A
��1�Ng��)�.GC��_&�<0�\�Ζ1]wL������2fa�c3&F;�F�ms+�ŕ��^�$dUdž6V���o]�v����`%e[3l�V�ͽg��2#�䚓�W�*L���2E�L�~Rv��}�sv�q�4US�c!��ebo-�#�W�X���.�+��9!���E�
�+����66�w3a����H�&�8�K����?�
+`����4����s}�dV��������������������U��}|[&���rtҝ���gŅ��h�J��-�ϊg�o����q �=���˕�W�f���e;�d)V��`�u�#�B<�m1dĿ��.i@?�UC𧽦u
+x�����!w_U�{r�Pr�ld����Z��
�Ho(�F�9�!������A�ڧ����]B�?�b�D5m�8}��~�<,NȺS�!��J{�B{�2Uw(�:�0-���t�����
+`n�7�lPC��R���HiA��K�A,�b���*�r�3�TR��m����Ik���AmWZz�X%���k�g�"u��S�\��eͺ��Q��y��A��) =7��	��c��}��i�,:�R}�#hY�t�9�!��W��UȾ ���GU�����c6M���C���EX:�#r�֗eb�}G�v���]��</��
+�1��s��ph�S�վj��
+�r���Qޘ�o�Ü%*��9�N̅7��ͧ���D�۫�p��J�:k���L�p��FTÐe
��,����Wi�v��i��S9	�	Wu1P;FW�d��h෴�hG%���h�.@V���
��0�����0���(F�+%v��'�>�Z&r�هv��z�ю��B�Ў�p������.��X0�}�RdrЂ1���ͅ��C�d	C�P�����x�X=��M!L�)?ϋ���*��Y�� ���<�fMƜI�rK��W���f��/����p�8^�X��;l�0�v�Ҟhݕ��c�sdoF�`�t�����y�$���j�<����a��m8��6y�.�4>�]���z�����+�.�ո�m���{�.Dx5�C}o�)�M�c�����l1`������F�9{���g�J�Rס��P(�8�a�H*��WT���I�$$m
+�������{m��$�$���zr&L�u�
-va.��g�a.����ې�=d�BY�'9}�����J.�vC(����.!��I
;*]C[���[�6q��٫'P��u']�!�˞���M	/�>��)O!B*$��&��&s��
+}-ʬ%���R殴YL0{�j-��%#�d=�6��n�R
+ȵі:X�1��h�Xխ�qW�Y�������~�1c$� ��yT'#,F2�e��-kL@��%<qD�^HL��BzJ(�\�/t�f$-�["^r�{0��ۏ�Wo4,)o�r��{�\�\��W�l�J'���T�N�O�<~MT����b�o����6����C�4�T�~�]�;_�Ԕ��k`o���!+/�����=��o�ύ*+0� �J=���]�E�k���Ҋ�/�ُ����&����G�w���O��N3Z_��Sy��&*������*����#�����)��MU��b�/umy����������i��tz�	�N3�^��b���1N]>���g�m�Ӭ�̳�G�ӌ6:��NQJ��5Q�v:B�����M�t�8�'�J���b��߃���ޟ��P���������yN�3�w����<�HY�[�wXL�d��H1ąH���X���^,�Cʜw�������=�69W[�T(�
���׃R2T�����g/��g�Q�R�!A��5��k�`#��9�(u)|99�&�K=���m�I���{��D�ߔ����ߖ���u������^��O�p���w�H��H/�O�\bLFeaH.Gx���t�1����a�3�)�tч��\2uJ���w�����/��֬�"3;�,3k��@󗟖U����P���� �ە�$U��B8\����@�!�U�xxQ}�1ꗠ�����Pr��3�G�Im�1Jo���V91
��YU���*�s�|�%T��]I�VL5%9�&+�ϖE8-Aa�s�?���������2�6��_SSFB���fN��m�Kͬ��ښ�.�5��7§�͚Я�2w&W���3�zMq5S(I�N��i�L�rD�r��DŰ��M�J7B�g�
+�RF��i���x�Zl�M��/D��~''+;9a�]#�9�ym��$Gk�Q^.�X!���!B{D!�ROqP̼'C�m�����v�����ˠMؿS��br��Ջ:�����>�2?����?�1h*qȊ%Y��!+���^�h��Ӛ�s��58-�Ժ�����
+�,����_���fy���}�;������_�w졲P��̱��s���Φ�aH�s��˥�`�׫�iQM��q�y��[�M%�0��L�C.]i�ۖ�<�l`O�M91i���&�a"72缲Б�@i������ߊWr�_G
+�V�[�橤�>J����%$��k��{��k!�M����$MW�d0�y���:�ԩ��f �ޕ�(�,t�vH.�UP�Lr؄�O�AB���9
+*U�sZw�Η9%^.V�N�t����t4�BB�}ד�e�4�>(LC��7���8r�H�
uV�Œ~Q}���Y�J.���B�-�L`���.^U�xE�$ƣa�6������
+��&�N	��Ƭ��?ƭ�*[u��q��Y�Ta�%�-ܤ8�ܜ��F���ДTG��i�g�2��f
Z,o;��
V,{���rw6M��/&��c�u/�G�r�6@7�F!�2��,>A�ml-��:>^Nд���eBn�!벣n��;ڗ�
��r��(|�IW��#Y�_=ӍE8#��x������I��M��{!�;I�b�T�+�(G��;��?C�)Ct�zL0�$�L`Lb��a�;�/Ɗ.T���v���]�%�w�����N� YE+[�l�KF�UUd,&2��m���� �� s:��guf��,>��1�
+�g
+M��0#w���oj*.���~�&����o��-7e��Ŏg�����;��e�r�f-�$8��rڒ(`��K������e�y%�����JϮ��v���h���c�N��E�IȽ���U7�Qd;�@��T�K���i��e,Y-�B�2�Ұ�X�.�����P�9�!vt�������b�c?�D4����qX�Ge_��	]�C�٢����qHC����=�.|q(푱�%i,�LY_	����2�6���M1������tsJ����Bx!�5�����9��:�2�AB�d�6�l��x�B=��w:��4w�Tx$=Q#`Š�Ł�d��Yq
�>kg��KXy�5�[�֎�y)0|�b1�Rn.X-� ��؀��/����w�H7A>�	��o�p�ئ!��1
����D4�d��Ũ�M�2`/Qr�!!���m)����IbSf_�?bcO�B�r��Me�BVi�Y��Θ@������G��])\}�M�L"=�c1!@��0L�Z���K��l�K$�ץp0!K�Rj0��`���>������Ha�ZIЗB�߾>}��&�~��q���n
��󹻦���C��0���^&ƣaWҘ`9cq�� �m׃�D!�u�	�o���)�`�_/8����hg?܁������w�t��'ѡ;�8K�#���;�{�wG�ow��+�Z�ˢ;�%���1^F�	r�����͓"~�_/��@,}�~nܕ�GE��S^���	��ÅԮE�.���\~J�Կc���G��۞�xANa_��L���:�T��B��J!{+p�U�?�!�ɴۍS���i�}$vZ�.4�i9�Fw{RS�����i��.��4s�%�{w�&����b:
�}u�"�8t���f4M��S��`���o���8�*�I��*r:�pZM�(mI�X��+B��G%��7�8u��\�U����Q���F�^�I}w���w��}鹽pKX\���:aΦE#��;`�yTq�T���
+��~�:(�s��Z^�2���Rg��(Mx�=��Тި!]�y![LND�ԅuHM�v!���m8(��z�v���_��`@ْF1�&h"7��z����_w�0������e�;R]u��ֽ��̓�W�~;֊���1N�D��V���N���(J�$#��C�Z.|��g&<��BJr5n6O�i��u!V����x�
+\R(�L�ٔ��kYJ��oг��/����N�T���ؔ�7����z��Y��v_�������R$�~-�����Q�}���Id�^��S)��Bl�}
+�d��n�zWb�\_�b$�)�T%g'�q�/H�,��QONȥ�q'c�sɶ�о}7���l%F�ZȐj�u��BQN�s��Z$��o�HFN�5��ȣ�J���r�|\�������#����|���꒞6�+�y(;ʎ�����
+) ��<X$ޗ��M��9Ug��M�R:�CS�M2b؄B2�`��ʼn/M����B>�[�.�fe(���W�'�{卌\%��E-9Fx_腄�G �uD�L	!F���MJ/�������tZ���o�/
+��;��O�L+��'���Ӗ~�i5��r��X��+C�=���S狆���nΰ.����~bq��!����!Y�&ַ�/��(X.Ĩ��-^����C/��lwN��O��ݪ�VXO�����|���v��3�ҹWm�Å�`���}ft��Iv<w�u����'i��2_��kו�J��0�h���IIo+ծP.���AA��V��@�c��Z@�J�����\��@�%)�W�����E'����XF!ua"xuq�R�����@]��T)��M���
+�����@�/�M�R�[�W�&�}�Ez�SrْO�d��RZ;LC�Q��՜a@GT�����#j���{@�ao')���X9b�+-�W�{iy���,|T�Wrmt�1�qgL
?*-�RR���B�����כ�����-=���Y�*��3�d,芷��_�c/��c��J1;[�,–@�Z+��$
+��/�f�vYڌR��-��D�׼��`�Uʝ%V}��c&��e<�|�J(\з���y��L�"�Z9mQto@g�v��Jt�ڼ�F|-�Aɍ�R>O4TS�p:��Bq�	-��y��oq]_�{^^Сݛ�&!fN���x+
��0J�
+`�c��h�����_�w���ԌM�U]����S'�6;��M;����1J���f�n��\ͯ笸3*���:X�1��r��f���`�/'
+'X%�7����A����nDA��i<�������jUɖP0^jfǓqR�{�o��ЊG�i�q��[�5��a-Ĭ�D�mh~lˈ̘�B���@��k$"�5������İ�\d e�a�o�
��#*8R3�v�/})	�����$�m?�B6�ʵO�~�͗~��$LC�A���۪N��Ʃ�-lu��Q����
����0��IW���1�\C� �5�
+��_��}M�hy��6��
��ҿ�a��d�˕y���n�5dB�%��c�v�5���x�ZC��W<|
q���ܫG��B��+F�]C�.!�1q
}H{'X��Ԓo4�0@0W@��&�����7�'�9�ȩFJ�y�����w����1$�rjmb,sP(�o\O�R�H�}�Pw�D�F�1_L%ჿDt�(���h��A6��6No�*r+o5rʬ�>w
���^�#|+����y�eY�@���\�kS��������������S'-�!�ۥ��E���.��
+����b
Y�\n�+\K�b���5���Q,ҙ���׫����Qq���cT�o%
+65�ʨ	b��������<;�/�}%p��Ɍ�Қ
+C�a���&�L�D
+���J��a��^=�hc��K����8�o��r�#��;Z��]R$�*�
+��[Uۺ�?n���W!��>e4�@�g�\M��z&F��g�9�$���
�)�ޑ��S'!�?�q��{���U��ہ��|�_�B�02+��V�N?O���Qx�_�N�.���o�pZ�y�������#�"�l\|}�/r�9}Or��@�����]�5��|�D�=�{Mdw�V������{������F��� ����(z�{�霥�ѯ��������5��"Ҙ�x��=�m<��
>j�Z����1�h(���Y����`YQ��"�<�X�=|��x���q��z�Q��b�y��l���	<�5�x���
�q�w`��E~�N�ࣉq��3yԽ��(�3�GO����aX�h(N�
����:.��'��6"u|��b����+�0�/�F���W���<�s��*���� :=�$_��dٹ���'�;t�}�Z���Y��8,5c������yӕ���Z
N)5�ʆR"��U
��Ȯ��yŔB>�B�W��Z��v�;��Q�ȃT�(]��d�ͻWN)'z�խs��e�qb'ᴿ�+�'=��@v<we)���s��������X������'Շu�r_�@�)��S
+�H�8s�9����r�qʅ����6��]�O�u����b��E�K��{�Z��ٙC�~�
�=+�\8�m�ե�Ur�S�a��US�N�@�gǝ�E����e���r��O�}�n������WpAv�
+Ņ���T���K�x�3\K�X<0�6،-r��m��Q�]]�)��O��%�
+}��r���xƘ�
+�F���|�DB��a�!+��E�G3+��
���^�Z�"�U�|�P��ǃc�E̕�k'3ݛ!һ9�)�{97�#�"k�M�@��.�4�\�Bw	b���Z�����x���˖�ʁ5
+����1aK0�RDqԴj�UJ���(�ԑ'&
�-�D)�W	ui�
+��3_�š�=ex���,�U�4d�B��=�
+�r�X��Y��\(�h�߭�my^^�u���7�azS>5��Y�0�j��V����'����҉2B�9�Zc��,�SS:?�����&�߲n��A!,S��"�8\h�e�i9աQ�&����lw�O7��u�^�a�d���B�
^)��XN^�{�Q!��e���iA�GH�x��1V�\ʫ��S%Y����n����(	�e�$�a?�����:9�2?G\��;!�"�KLNԔ2'
�����@��h�!N�1E��T���jKPN)�}Q%՛�
+U0%<c8�O�'�Te)�W|��0%f_�����R��d�Iۼ�=XR��t�k�Ԗ��徴xMX�^aέݶ�eh�+'cl�l������6S���.)����W�b�L}Ė�IbW��v�Rjׯ��j{���$HRA�Oʤ�����<Nu�&Z#����v{�k^�Y�h���ȟ��)h>�.z��NW%d�Dk���
+����м�ɉ��_]ðm	��Q���`>WL����Y�J��c�����)ؿ�Z�.j��e�~�NQ/د,�R�����`	�䡸��l'+"�
+ص�r:�J���EHD�t�k&�L�����]��"aM��*T��|�x<��b��ԩ1���5ѐ(����Ҥ&,�c�-U/D�%����{�j\�u��g�]��مb0$:��<�cߩsEu�J���Eb�b7�e�ѭe!+��.�����p��[k,���0D���u8��F�%�O�bu(p�?ḯ���$��c�6g���J%5�9���|�&���t�՛Z�I4��(<l��0Si��eʙMன� �b�?#"�@�>'Ʈo����X�,)�om����ͬ��M�
+����`��IB&V�ۍ��?�}����F�i���CQ�������Q���t���+E�X�_q�m��r�|��H���PU���$>�8&�{]2�=ŞV�X�i�P��\�6����Է��	�$��6|��Щb':��m`Wu�f��!�]���<�v�r��O���t%�/����Jpno���
/��e�6<����	��&�߃)P^��*쟼W64�_��Kg:Z\52��"{�������9�x��1ї����2w��/�n\]�+1�n�u�>̱k'ovL�z�����]���ms�������3���WX#�b�8�QP�)���U�^�J�>n��������B|��j�g[<K׵�p�kBr��I�W���S	5�i�[ʰ�XLjd����`'�y9���/ü���.U�T,���y��v��H�t�+
Ԏ6b���+!���T��!<k�����(�I��y��4�	C!��u��CJ7�WH�}j'�3�P=
+��{���ؗ��G~�.�2�Y�/�1���f�V�;>�e��D2��^���0]&��/��p�:?�I&�|<lF�̀����+���� tӽ�"N�p�z�oj483&����r��������p��g��ġ�o��Y�W��9���o�����Q-}l{u^F̗:]�����WZ�'@)�(?���u���w�$||�1s�������L�6^St��Qv0���'��d"�U���4�L�m�D���!��F�b=�?�|+�\=�F����>_�CՏ�+z(�!Լk���������zt��m9���\E�A�
��Ď�ʎ�z��������w�W�D�wàccذ$hl�kakw����|%��h??�G�lt�f
F>Rt�!W��.h�9�U��)}�
٪��N��ޙ��nD��ooeDR!���G%��&����֖'g����l�l(���D�S]/�:���/ц���|�S�`�PA�r��±[�����^W�����z��N�'P6UL��˴�r����2�O<b)D)��V
Vz��)���ۭ#��7�,���Y��Ҷ�MSh�O�4�ʵ#�x�Dbk��w/���m
+�e�9�u&��@1us�b��
+~��IqF��N�r�,��xܷu����s�ʻ�|�D�����&"%jM���\�6���㈉Gl8k�м�!na�-ZC�[��g;�|��8�:�9�����	�$;t��7DY�|��=�f��$��p_1��e��{���~J��*��X�y0�x���2&Z�jlMG�����!�Ԋ�_��+��s[�_���8�Xt��s%󘜑ޯ0��
<�ÿ��/���q�n�U�k�����%d�ɀ����c�oލ܇*��\q`ޯ{d��?�q�6�̚���;}��JֺY�+?,Dx�d�[���L��ڦG�9�A$|<�rԶ�G�H����ӷ��
+@�}%�-,R��s��ӊ@^�����<�dfΧJ)�nO8ִh��e��^Qp�f�}�c�L>��g9X��{��=0rfZ���@��O!���i,�?ͼ��Y1ޢv�9
7��&D_;���E�?
xb&T2:.-ŔZ]�ăa@�CكQyE+N.>�$�b*(#��%���VSAK���L���0�T��P�1Mێ�p���������4���f��N������K�1�j{|�v��Em�����ɕhn��c|�g?#�;�d��,gbz���/�SК	��0�ʹLuI� ���U��ť\��^,W��3h\K�.Zc��g��|����t4� =KIB>!=�ʅ�K�YI���
+�E�ِ�1K?,y&��r�ۇoR*������|���i����/�a��y�?O����;�z(��&��^�xO���F�`Ct��3�L�1{⟛�_�,����i>eq=6���y��m!���B\��( %=3}��6�H6dYԤDŽ8�<��b��v��̋�u>�ə�:��m��+X7L�Ͼ\��藈7�ɖ;a�(������V4�N�l����y�&v�>&���l�	���������2��(��������� �C�Ρ4S�T���z���
�'�!hEKnԄ�������BT�J[����Mr�@B���#�1�;s�̙�ր�/��H$8���OM�Q��.�m�"�$Œ��Z�~L�7@
+�~L�G/k��ډ6��|ϥX����TCy�#r�5��@`�����r��$f��:�+�0��A$�3����x����q��/x	�3�$$*���.Mj����Iv���V��겐����~��aQ8؃�M�����k����0�\�S�{0��};A#��u�T}���)Kc��#�$J�M�6y2���Vo�"-�Z:H���"�����95e2ڍ�!�X����_��;����<G?/�I���k��p��|�ܻ�$����b5xA��=-R�B�d���h�Gu��1�*޽�A�?X��%�`��PI�[���*�ZY�����A��q��G�P��M&>P����R� <`���	�	88��v>m�Sy]ntb�����oюf�ҟe�4��ږ�Ek�Vq���@:�v�
��t�R�ӡ�r����5� ,c� ���
�H����	9	8��8��ː�?��_N��8�D��82
v�@m���6ġsl ��)3*���	:8/�0����0!TS��E��]������nl�:>)f2��ȂA\��a��ОAQ����X̘���*�G�g������mLO�]u�0<��*����@�Ah�v�>��-�
�(3g�����m�rx[+��2ـ%M��+d��@_�'^Z��
� Ͼ�4�<�Y7�-��p�A��@���![�c'd�=��٬d!��B���{?���n�,b:Ұz�+�h�\�(��2
���A����ZG�e7h2-�^H�g �f��x����.�}p�.<G�|�y��OVg��`��M��uQ���Z��?�Ts��Ӡ
+Ǡ�S�Ĭ
+�tg��8%�Ϝ�� tK�	�A���W=�	�7�s�x�6��ϛ ��{qo�=k�)Y�J�������ٲ��Az)�3��QJ��W:���V�/�Łt��`���=�dBƅm��Y%Q����w�	0��z#1
endstream
endobj
83 0 obj
<</Filter[/FlateDecode]/Length 20702>>stream
+H�̗�V�J�����%(�L@.B���z��j
+T��U�=��L&�\�$ص�?�P��}߿},�?ZHGw'�yؔ���1��ek�Ռ�PU�~�O!}2��wsI�!�ݎOH���ă|$$!� �F��3��E*4>��i
e���?e�����QI��U6��@A���LBP_��7u��ÿ~̛O򳥃N���Y�eA*/�k���HIՏI���h٨�j��
+�s�D#fA_�9Fz�ڶ#��E,�L�5��P�볈y�Wq^Ғ�<[������h%�r�؃���y.��Ia�X"G%S�U��F��!!p@6�)�L�Bh^�]���lVև���XIM���Z]��ł*�/�?�@�c�Kus?�=��;3�s�&q(��y�]���X_y��ٯ_����L�B�~	u=f�d�ߊ���(�8U�Wڛ��ƈ���M'�9#/��B��4����ز�%b&��
��%����R�C^�_i\�m$�L''v�׷�2��������'���$�䷋�9�����Z��_���Jj�ؐ����	E���LWTt�8��|Nk�A%�N.j.��uҀ޿
��M�3���wA��/��Dl�5x��i����2��������/�u��y��/�q�zˈ�xP�`�q���PHA��c��#ʱ16n���Lf2��
�1/7����:��~y}p���4��
+�"�A����_\��/�w���5��;w�as���B6l���=���ǥ���\��_���~��o��ּ�QZ����aV�|��q%o��M���	��cq{
+C���u���T�+N=;e�)���*���|�\�Rިh�C���Uz�^����<��4�<-���O��}Nn�n�_a(|[t��q	t�_�#�?�`���(�a<K\�w24�O�J�BQΞ]���c**��(¶T5!p@$p� 8bb&S��1�	�t=�J$R%p!���V�{yp��6���AqM�@��_I�
+�R�#=t�5�6�!�M��Bk���(56ׯ����	]W��n��
+�59�j/�1_��S��z�l�6��Jϴ��8?\7kð�M�8�v���$�]N��Ƣ�������컫��C^VۜT�sT O�6H�Hye>!�}��:�O���Kzz��	���ٲ�a�Vu9rcC��R�
z9f���@��`��a2nh��c+b�$��Nj)p)��H�����5g���ܳ��eӚK�:v�H�_J��V8����$���(��jMG�TǁPLu�K�{ _���l�b�K�Db�MM���q��E���R����������:����(�Lmi��b2��#�9�NL��(ff2E��;xK ��zt��L������@4�{)f]k;��%��R6�NL�(ӢH���6$AU�N�!NA�vk� �)X��z��&��	�/��`��9��Q:wG��a����̽z����H4!&����&�c�z�h�l��)b�1��z�9�'O�F�jO.���������s]�ʝ
+�0sy����?=^��]\���[a7Df2E��!�,|���#^�IK�򸒉��Wa��R�W3�(��Y���)
�$����9�<���
Ñ��ދ��}��{�\�ՋHW���^�}��qL�e��NSZ�^�(X�
�(tM��1^�Rx��A�Pw��j܂*�/b-?�M5�1���
�{?��y�
il����F��t
+�}|U�K�	����/�K�QȮ�C;&�P��l
+Cf2'�'L������Nq��D��)&�za��*�������d-��f�]��Qz=>�ãä���9qKjz�@x���%�2
+QpK%٩6�0R��3�����+�M�~q2#��*��W8\��?�4�����(g[j;K�y���DZ�����1w����<
+l��L�h{q�-����K^z�,Z~2Ո�P�jf�kb��A���ZE���NR�$yu+
-7Cp.X�G8�%J�����n��k�+[����C���
+ڄ)i?NE<Mf�v-W�4�9KQ��>� /t�j��G�|z��F�}�n�X.�e��Q�a#S��8(,�+�
+H<\˻E��1���W��q�L��������	����"̟Ӯ�}:P��'#y�t�G�*D�Oy֭w��X���x�6��߳X��ڴky�&���BE=�_�IMȫ��樘U�K���X�ϒ����x Bt2���[��L��M�	������/!Dп��������@�M罡"^���	��	���j������G�B��uV^�~��TT�k3�V;���t��I��^�&�`{W�LvB|H��q�E^͔��r��y���||��>��n�s}$g����'����ř�\f��vC&2� �e�!w���������0-9ec�GV��k�p/,�]wc� D`���٣[�~�!�N��q
+>!5聸���}k�%b&��&s#8��G�yj�IJHB bqDDD���8"k_]��"�te$�G&��"p}�&�|��KPc0���&>�Ol%H|y��Uj8L���w�G��a��/l�E�l릑�U3�Dڕ� ���_9����֋I��^dIL�����(WY
~O�ii���{�"C�{'i3�~f��~	�Ca����ٿ�dH����eڿ���fҮ����,���v����LE��zYܽ����A"־���ʆ���{�w0�)�u���t�?�E���������ˌ:�2����5��uG~�ў�(�}����}.j�
+2a�q�62$�k?�T:4>�5ElM�U�>R�	|I_T������>��U���Wm��W��z}a����A��+�4���sR�oI.j�������.����W�Z�\�.$�R@z�A��QAE� ���.�$����ѐ�LfOY����L��.�A
+����<���zR�mH��m�Zu)�����	H������[-�MR^�v�7��ڼW�:wq��2��5�)P��oI�@���c�c�U"�\�����}���rm�W��GU�<��	���!��>�ə�@�D�$���<?�O�
S��
�T��$�9o	��., �
+2���DU�����E���U���S����ӳ���^R�[��M،L��-��񼰉-�S8���7B�,|4�!CnI���
�?
+��O
5�A�#F2��ZxS��o��l9Al����r
t��@d�%�!
+`Y��)Ď
;%�Gz��bv��U��	uT=kP2{}����BL��F�ĽD�J���e]�5���tnԍ�r�{��a9��ܽ�McR'!ᵰ,�����›*��&�� ;�#��A�D�g����l=�nc_	�'3�+���#���%�'��$M��s���� �|}��2��v���]Bm��X�-���K:^q�F<�ˑ�����Udz�������Tø��CV�8ȥ�!�aT�l�.�������[��ll2���rJʊ�ǠbWh�a$W�K�0(�C�Uě��	B8\��!���s�_���!�I�I�
+I� H�Y@�����D�h[��軭.�l���a�M��������F2\�Y�+���K���a��rꁨ�� ����Z���/f�����0���w�/�HjJ�4��f>���!�5L�Q{��h�eM���4����hvO
C��ȉ�����2�]�Ih�Oy�#�H���I~�[La�U�ϙ�#@3�3\w�%l|���[˽�����i�)�!�?�'��e��E%R�����#|���N���Tu���]�N��|�}�z���i�*�W�88�:
+9wӵw�rr ����H9<dT��=
+���n��w���ӵ�6:U�	o��@F���7OWc3_�}_�E��[�qȺ��PIa��@������#^���.c�tn���ާ �fK
�I�GH�l���h�- 3����F�G�����WA�����/�G5�x���,Cga�@�]���j����V�c�0n����w���:��ϣT��Е5�n�n���0ѬW5��i�k�B2�5�N�죅6˜u
�B9����'�k��X�x;	��N'��zt���P��"*�z��I!�?((���LDI���8�*�5�u�m)�t�UY���|���wRޔ�|!s�h]9y��,���cWR�ޕ�!x���t!����9ܑ�<�}����r��:����>�]�J
+ѻ��v�L�f�e����<洃P`���uK�u��`��bu���J)e��:H��C6���V�=տ�q��@��-����HLVQ3�a4��t}l���#C��b���
1�t���B��(�[A���ۑT����t�z���SL��J���]�XHTr��)F��>�n����#�j5��ˉ���̿=/��Q���,�ӛ/���>�X.��I�U4�>���5��{�J�����o9݀�Aw�F�D���V���[&�b(� ���|>�pʏ���b������f���j�n��1��n�U�LLB�����PE���TP�d�����⫲������J�+�������K��j�x��������?����|9����]-��#�#���K>��Ѓ;C^�ځ>"�N��*��X
���~����)<8SyE�Լ���^����1�������vѣ#��߻+Cr���F�n��á|�|�w�h
>�Ãַ��_=�P�/��(
Buy��1�Ǧ����.��<.�������Ä+�ѳ�����1j"~C
+��o��	U8P���$4%ۃ��?���J�攆@\	vu��E�-1�����B��(?<�A
��?u�����.�Ki���*�h��x���vp^\���l)�����\�H�k^l�i�u0�*$ZX��1��u(DM��f��>x���Ċ���#=K�i�b��":��%e[W���Zc��k,�������5q4�����cej2a=ƖP��	����E=��Hl4��<�FN�t�
d��;��~Es]�x�ۚ�=��3<�~�w����i{����J�����ɀh��Dv	���[�����U�Nl)�7vsHgK���O��c�%yq��k�iQ���D�����%av%!��I����@q��yV_� ��I����)�g��aJ���z������EB,��
+��KL�+XlUp(�%�dl��g�^��O�.}\���-�Z�d�ŷ�4d�[��n��z���M4}���M'�/y{U\e�	�~r{^����N�׭��mr/�z���9u�]��r^����>�bP�U�
��0X���	֞�4�W���=CĦ>.6� �g�<����woԃ���~�9F
[c����������{�,z�j��c���}���*w�t9��@l�f�8W�?��o��G�����?���d�d�4��X����yV<95�{���^�o����忾�0���׀�I��+�ii��i�f–P�����=~���Ђ4��o�#��F�X���!7\q���9���/�D�e%Z���޸�Y��Z�=�t���,�Ю�=�~"����ƕ,�֛��2ζ���/�8�m��7?
+�pք�Q^����@���^���
+	�.(�Zmm]�O�v��V{�g& ��w���e����&R�N�59�u��u;7�++�.
+˩�得�ߟ��Wj��P+i5���ik�K
��ח�N~6F�w6��ϛ04�m넦գ�(×"1��
+\|1*?�,6�Ҍ�4};���9��s,^�IJd�y���5�b5��N���LVA����׮D��]�V�!M11�����b���O��I,DÏÜZ�K��n0V"�iOր�5���V���	������.�O-��k���K�}2�E����}�5��݂��3Z�YAq��kQ�Z�`1E8K+d�}�`Q)��5��4���#[P�!'��T��H奎�]��k�b@�P�O[�A��B��n:���O���d-�,{
+�1	������oЉ��0�iG����e�ݷ��%��:� ��0s�!��0	�{յ�9R6 \ǟG�aq�=��	K�eޱX�-b�>�8(�%��3�"�g!���<�-���vY@���aAlP=%FuE}}J��y(U������'X���l�2<�!^�z�-L�D�r2�x�U����f�]��a:�M�>a~�"�~��}�a�_��o։E����9���N8��E����]ž���_Xs1�{�V���!b����Muͫ:�3��k�V.���H�-7�#ia=3K>�����oYC�e%-�U���I�(��>�d�nE��'���@d?X��gǖoʷ,����C���A�y�CQt�v�&�t�x�sn�T�y2���S���c~�&܋�ب�_&�F��Q[TX�r�˼;����&I��kU:�~��\eT��4��N�k���V[��H�q���#�$�j��Xu�|l�*� l�^���`������f�Q�$ouD�n 0Z�g��s1���b�^M�+��B��0>��>����(�xX����7<��ኒ�UaŲ�Żz�X
|��fK<��
�s��K`	�����e^m�:��)̮GeQ���z�a� F�0z2���n-ٶtPȩL��Td,_��NG��J���� �n��G �۝u�X��(�EN�
+��H����!��x x
+gm�+f#I�O6�+ILZ�U4e%�h��Z1��	ǔ�¤�����zā�?��y05cF�7v09~��ϼi�^}���yS��7}Y�yH0��D#F�!���X�]��Y`�<�Ŏ(��@��!�{/唫3�^,����W���_TK���nw<	YO@<���(s �&���ُ��B����΋���/�Ig��^�P��;7��.�l�rֶ�����\kmR��N�N�b'j��&�<+��zv5�Ǝ-β)��06d��#
+�R�a� ���M�z`4~1��}ί�YS�##�A]h�$H��������W�X0��3�Uar"T�1P�)�C�-��Xň�
x��ؒ�������7�xAyC�>hf�HC�O8���3,�8��曕�Ij�W������t(�U-���}��
�#��*ǥ���@�_$��G���Ag�R��BJ8�ceKCp�w*�y��@3��Os<����[�	=x9
+B��_�I����5yHk�/�v2��qȅT�3�^:�3DOa`�@��Z�
RX�h�/ʱ��'�3����+���=q�F,y����m�|nj!�FOy��0憐u
+�I��W��_�zً��B
���m(�籐Z�U��\N3�o�諭>`�_�9f�VJ�K��zq�F{�������=Ψ�
+�	�,
+T�oM�16��_m����TMx��>�-����w�m��OyHG�� @��n���w�
+E"U��ߍ�)���+�0^\�:&��W�,՗=�k�յ��w���VvE�x�j�X�����i}}�2����`���E���ǭ�dY:� �L�c�P��W+)���n?�)�N^(mH��G�%H��0o��~�S}b�
+U-a}Q�]��,Y���*��e�3ex�]_8��(�:�0�o+��n�"1�ou�%}���+[�ٱ�R�3
+��S�LO���I�2f������>�/��v����Z@,�5�O|��p�������&8���J��ǁi@���%O��cb�v9��Oy�NY=���1��9sx�r��)r�>�x���ᧄ7�JowOQ���
+�:��MņR��ר�X�VahwP�߬x@Ć$֮F
�Xq�`�� �6ƈv1���	�d��y8�8�P����~�[")��R���>�1�N����z�oH1uը�����P;�v[q���Ĩl�~C����O�&��!��	�W��4f�'�*�xf��u������;�֙~���U�������^0��ڰm�}����O�/v�V/&�c�E��C3�c�y��xx���K��冘7���5h-�:�D+�y>Sq����}^�v%"���{~+��(&z|���s=Y-��W�]Db�fł��%���Kb��T�h���٠�����0{f�w��:{���3O<V".�L���b�
0�<j#%�|℘�(ٸT���,F�
+�s�[������ij$�b���������C��d�ywL��F�h�x�׾z�X���N�}�[hg@?��#‘��[ŷ;}��c�(�J,���sas�%X/�:��{�#�t��ȅ���㈤Ct�H��y�с]��yN�PU����b���PV#Yz]~�� �b��!.��7(�$)��E9v
+`����P'�W�'.��Li�h g�;_� ���&Cľ�������Ku�:j��c�0o
+���cj�l8,��T�����r��� 
+Ǎ�HaS�������������
����sO���M�����ڮU��w���ލ��0pᲸ_�뜻�T� ��ʿ����n�_'`ԇ�U7��Ԅ`<%mdu�Fh�H4��V���W����\��^^J����w
�y���:X��G[�-��}B7y�HH��T.������qC
+D��x����b��/R�=Ҭ:\�0�)�<2#��x�f_ع��G#m�R�7��)��/J��}YRs��3�=O'�TyxI9�{�M�r��Cj��������S��?_�Nd>H9&��[��^�/����]�F��77�
+�|��t&pt.���h������UpLb�@���@
+����u�s"��2"��'vOIa�)vB��������};��}Jk%g/d�ݐ-M�~�\/��(���-�g��:�~+9��B�����L?��8�B�\B:?�|����f}@��'KK-�h��m+��P��B��J��ޏ���fW����͐���q������T�mk�����?��8V�/�Ԇ��<�k�c	n���!��}��Emu��֕h��Uri�o�[?�551���U�G���6Ds�uo.G���qox�)b
ܛ�߷�S�z���Yٮ��\[���m�tb��2������,�¸�_WAvO�,bƛ��[�%�I��;������BD�ү[�}�����;}�b�ۢJ7ݛ��,6��Hg���{F�i�@�l�ŤJ5W����1���+�3w^�_�^��L(a(�0$#(�}K�����Sr.<+��Qr�:�a�6�K]M�|��Au�c�m�%YEGw�ƀ(Kv]���3�iZ�o	��q冷}�%�tfJ�
�T�Zb��]|��mE{���+�:�o�B<"� �-���f����#%��,�d���,R1�T[��M�_V�G�u���N�c���EEQ�%��)F5����;��"�Τ@��tJ�O:E#��\2�`�[��g'{��g)�X���L��%�ʻ�>�.�����f}�1��߫3����7��qZ��n
+pϾD���SP�{hN���9?}�=�rx��m@0�n?+{�lw`N��ZsE�Qs~�Ǯ�����]��}�����=ϭ��5[(7!d��ʠ3�V��Iq|�k�i�B��!�.���t��U�;(��H��RR�;&�R�Ę�F=FV���`h��DV��	���ޑ��|e8�0
a���Q�X�4�[nm���z����WUr�Q��v�FB����Gs�惫�ç2��W+ui�+�r��1��}We�V6s�^��k����ʬ�����g���}tX�T��Ɏ�����Vwb��ٗ���7J�0�����Ғ^H+�-� �1(����?~��)l=Ĥ���c�!���H�L�kU������X{�{Z�����������ǘ�y�^`Bx��IR{������!��0�3���pO�ЖQ�ra{�c� ��/�m����&��L�<�A�����
+�^�
+��Uk]1on�L�
4lb]F�i1��+皝4b+C� ��Q�!�d���,J�^�*'h���[�'0v����U���s�]l�������ٌ���ف��a��??O^!#Hšsu��f����JO�f����+ֿ�K�)��RWB����e5��r��T��Vvȱ[N�d��T�U�v��Ͻ���A�=��MN�1
+�d=�t%y�dm���&�Ft7ŝ�k��vc%w!R�^�_Va+�p�|舢��A6���5�Y9Xƈ|Z�ɍ�&4�6���X2�%�L�]-�a�� ���:�"v1޲ܳ10�q�3���G�3�wm���!�j
+�C�!��<��JV��;�"f��<�+Cn���}����/��:�ŷ>:�G>y����F�v�#<�W��~y�/b�Q�'u��W�)��Ď #JQr�J�Ċݮ7���=Y��M���2t�T�͟:�tq�b��;�z�(���S�m��UB���r�x(�#�
3��a����idP^�2��G��E���Bf��"�,�A�&KY�ߑ?�����P��q�1��rHs�ѐj�4�p���ɏR�!��e��Uw�ղ@�a�
N�q����PO��{ӧ��7�
�U��ĥU�L��@;�%� �3���@@��^�D�����pƹ<2�b�ҕ�e��X@��Ȯ�L��դ�A�YPH���?�\q^��F��w���S���TWfi���幝��D�'�!�MB�(QD2�_�1�D���n
+�gw��ђ�թ���W����H���"��r��-4i�<k�m<6:L65��&�Շ۳U�o�h��+(�_;��ӄ�^�XY+r��K�|ȄK&Է}�m��v�� LR�����M�
+�n��kDJ�'��WwOn��>����O�����^�3��+Ҭ$�$�
+,� h�V$efLt�" Bl5�q	ef�w?��
+��W%�u��?G�����Le4�a�q�x!O�]�ό�U�&PW֐�C��~����S��o��a_���e�]���yq�lX�p�_�،ő7pr�
ʀ��$<)�-�,�|(��ף�=��f����mK>Nj��9�(!�Qᡤ�\��.���gH�#h��z�j�ś����"��9��ߧ7Ā�����ٳ��x�W,Y�#x��!8��H������g) ̀�H�B=B���w�:HdzӃt�c��p��bG<�c ��0�M��5�
+A}���{���%�(v:Z�����]��\�|Ԟ��M��@�Q�-�Ax7�i����~�&��Hw&�B��?g#W���t��74^"�ɕ��MS��n�:�d���X��烸������5�(�Q��oY���T�ݻ�_�$׽��F�7�1���N �H+�Ow�k��}�
+:�_��� L�b�g��q`�7h;�8�q�H��z[:���+�ټ�s��&*n������4�D;.�jGRrғb\zd�'+�H��'IX���Y󴂐�~�Lժ�3ߝa�����
Y�'�hQP�V�����u51À��1ېu�*�܈�goOT���oD�����Ur[��-�G��3�Z�qlT;{&�����5&c�'�XTIt�!Jcg�g&J۩^��ܳ�M�M<�\�������9�"A+�g@\�d2����H.�Z\���$+���d|0�����x^��c\���2IH�t0N��?��솔�2�*G.�d�܍�	�!J�[����7���K��'����}���B�֒l����{(Gu3 �F��0/���k�Q����3��ka���ʂ�*ȴ�3͘��(d]��g�Z��A���ZƎ%��1���#ΐ���H�[���%.L���
��w��Y����1FY𘝎�����d������-eî_����s��\�)���\�lg<�'([j�DyKY�,�s~gFt7Z�?C!X�ղC��Y.�n'�!�b������b($���ׇÕ��;�B�]��h�V��d���N���P�q����.𖫡mYW2ާ0�Sׅ��C����m���Fp���]Np4[^�p���_0���p]�p��؅�ɒ�a��.]j~u�����~�o��{��K-7fl�����TIGBC飨
+u(d�򩿙G��t{G%Uޅ� ��qE��m���U�z =��eQ_���FF�S�T1��\Yf�$Q@7����nK�徉n�f���M����$	��
��N��{����8�fi���a�c?
�Ƚ����9B�`��+#�ݞ(���'x��%,��a���Hzn��3��r\��t�%e���L��z�0ɯ2f��:$XX�\<C�I8�����XK���A�j�؛�,�q]����N��*���{�,�d��X�"C\�H�^���Q�yf]�^2��衵��
+��������m�a��U�[G�o�z��&�À]9��9{�~�<RO	��o��<�ED����bs�W"�����)J���s��K܌F+)}���=,���K�ՌL�%�R������4պ�OP>�I�0me9��|���%�E��-���O�V�pU��mS��b���ִ���R%��{�ztP�}�f>��+i5���v��|<�q
+V������,����؍5Q��u����:�T�ի�O�
+[ߌ����cF�g�S��)�Q��45��)���e�2*��,���[hn�JT|�
+�'���*���&m�>�"E�Z�|�������i�^~D�k6����t�*U���i�@����t�v�.�Hв��RW���r����G�;p��+T�����>����KKݎ�=|z
+`����a�p����+�PZ:���3lM\�A|TDza�������:h���{#���¸��޲��,O0����i�{gDV%I?D�����Ė���
+m~pۣ�T_�ǫ�]	]ŐE��c�SСq�赈�ڑ{i>瞼^��:i�O!�WGR���̟�2::�t��B\dV%&����Hr�JjuJ��'�����`��@mԨ^�!r����u+#y	8��B�l�bM���,�M�i��Ȉ����F�5��7MNʜ�+Hg]�B�3T^�I41:��"�	"G,�[ȽD}�x+/s�£R՜m�N.o�iyOnw(��Î�#3�l)�uPn"�if�	b:$�@�I��Vr���j�W&��yg��D���~��<��qp�(No=%�n�:L�@�ʧ�/�?�5�&+ZpB=�k����l9�z����%~����N�<J����
+�4�A|��t�f�����<z-�J¤�������J����A�)�$t�&BD��DE|���IB
+̬����'+99}�߷�F��	�>�����H�y+ue��[��shJ��T˯�&ͩ�G�h�]Ҥ9��/����챳c�k��IQ~]�
+������4e�?��y�����L�<��s�@m^�=�9'}ͽ	7X�^���5���m��Rd��UB� �.�H�4\��ZOCx�r�~�5vr(�M����c���j��~��	:#���� 
�ɘ�NUV�=�v�#���i؆(V��a�,d�`�F��3]9��N�1Ld�q�~T����m
+e�ڰ�"�*���Y�����r���z��eN��d{��r�@�6�?&<<���ݝ�eH����yP�u�yO������IE����I�#}޻Թ�~��~y ���Yз))Zftߦ �����Ӌ���Pk��m�G4����Ρ(_�kM9T��薺4U?��dS�F�NA�h�Z�� wی�G-PU�d�G\|��ҋ���.f����?�$UU�rUjC
+{��ц���\;�wt����,ү[�2��{c��#�+��K$#��.��P���mB[�6T#�N�l������`vf�4&e�<�U�P��6��6b3bjb){�=C�_��{���t�G�_��m��ҳ}q�7Ƣ�$Q��^�[?�1��JX
+��'`LJ�67����/�ȣ�@�-���`A]����A`�zw�2����_X%
�ZLG���#
8Q,������m
+oR���XU?��{N�G�giA:N�5��2�E��$j���U��B^�m������csQ���"bga�2A99y%�
�s����l9�F�&Kr.ߡ�n�Q�F���͵��{S���ٓK6G�R��7�v�R/0��?�	��P�8�u�]���P,�����[?I�`K!G��eY��$!JӍ&����/���"��yL[�(ÿ���w��1��y®�:͈��#�T�ς���G��&c��4�Ep�
+�g�����Ce���=]��ǰ�N�qc����a���H}�|tfwǧg)8�.DZ��ff�!#�"8������l�Z���t��L���ᐗ�*0m2�R�<r����`��M�.�x���[���	��
F&�p˂�сhZ�mI��'!��%(	�?ŭ���91�L„7��,��_]����t�Y�t���?s�#��i���cц	�A�	�]�"���N��/ͱ^�N�+�۬wd��ko���#�XY�r_Wڏ9���z&Kס�#:��Cx�N)�#���m�ǝɮ8�4��=]�C�a*�Asw�b�ˡX�K�VQ�GY�ʕ�ܢ4�<�E���1��1pUg��"�rJ��
_9��V\+<��j-Vi�^*����7Ӹ
+����s9���gA�I�ʯ��:�^��N��SV�6�0��}}|[�^��e���Rz�fS��r|7�+Ua�T��-��}?�9��n��wڌ��V���g.u�w����N���lu�;m����6�4n��O��m�҈����&����1إ���$��yq�2��r<֕�a��A�N��:R}Jd>PS�6c�>uX0NRpdE�������[R���|���<U�;H]	��]uO�[B���N�(qH���U��=/CC���i<���|J��h:��B��[B�C�1�̩�<�'M'>QP��ģՋ隶�x,��/�4n_!>e���'�nM/����
n�`���X��m�R��`f� [B�/	Dv�C��W���ʝ��Wp��G�E	&�"Ϯ)�z� ������m�\'�)����ƫ=ў���<�F:8�)�x�U��m��}��n��-�>AD�H�)�$���'�<"M�1���ʡ�Xݳr���4<t�ڹ��q�ގoeI�uK��"y3p��9��q:�QK��J�ս�����L�ɕ��V&�2����=qy�]Y�}�M�-#yV.�d��}�s�b�K�i�0(&E��.�2A�-�~�"m���I��?���S=�G/\��n#������p�I���1����Ī+=)s�j�\��_ʕ�.MYC4*��R�
+�@�<���	��9k�A�� c�c;#��О�{T9��p���/�����[2�L�1j��p�Q߆gAl0|��0@�u�����t��F����3|<<b���1<���-�a���p���c���t�3QDZ
&�T���gAo�v֑��B?�&�����G���2�E��p�&�jϡ9?!���>"�^j����TGc�$X$E��+o�8�R�P�5�)aĝ�mT��@J[��h��=���JT�†H}�$ �ѷ؊p��Jb&.pJ�8�qVۀ���V�!ЗA�:Z�-�I���"�rN'Zu��_t��\ ��\�X/��	^�X���i���S���f��p;��v��c�*�����m�"0A�fE1=�0��������D�T�?!
ֿȮ��G5ƍis����E�����q�"�{�h�˛�+r�#�H@�2��Xwh�Q)\u�n��F;ETD̫��y>�^0���'��e�cq5cŖ��,8?o�����Q#�==���A���sa׍�'���*f�@k�g	��gg:#���?���z����`.�.[�"�n�hf[�c4���Z{�5�?<�����~&�%��p9p�^�{�{�SH<�6�6�}@�-'��m�n��Z�z�6��~���DH5v��wP[�����"[�k � ��n�S5�TJ]�`�>��'H=I<����tRd�E�`�/�f*��<��*�g;B�@ r�a�r�����QF�J9�6���U��`�"l�p�,��I"���)_s�Pnw�t��+�����S��B��N_/ŋT��'jX_T.�7�-
+�,�St�nk�9c�����"�3V����x�xdQ�O���==Nj���:9Z9#�����	�d�A�����l�s�;��4{�=��cN~���
�r{?���9�MJ�ɐ��.4:IʃS'7=�o�le�3)O183�����<����)͐���il��u3�v�	�1��ݼ����*���,ؼH\V?eF��Ȩ�*��1�7-`oUi�VV��%KR��k�����y�.T�YIb�����P�#��s4�E���O��T:�L���.���'pe�":x�2��5�k�������kd��/��~��@�h1�ˀO �.�Rt���{Ce&�>:�Q�<S�[�R�0�T6���̒��^ ]p�:��������<��T�ްt0N��"����/Z}�X�)b�x��Q�N�M���ax��̴���g��x,��2v<�+B�YB������?���ˣTѠ�mA�����V�[�= ��j����"[�i�sT�DRG�_%1p#߁���1����m�.�O�����n����<�:��A������1�I���DXk�3ޜ�}S零�f��!hR�)�>%xW��\��S�D�5I-�B���<��w�Ҹ�†&�M�"�u���?!P���A����#'l�èON��g��o�^g[E1
+��3\�u*��"��PI�‘�h?�����%H�٭*n�Z�t����K����%,��T.�Tc��.��s�Z.H�9���c�J�
u�`���-=�>��L�����!���u��6K�@�����@ۍ
�e:n LI�n����dygp2l��ª������y�r"�Fe&����e��8�3$����=b�`g����z
+�5��SY�ZI�9�<�"�.ŶX�TT��+��j1��' Ez�0xfo�*>�X����_y�����S�\��
+�q#��醍t����U���ݡz��ړ�.�&�y蘭O�@��hU��|N�'�8yeq�g�R>C��m��������.Vd�7��J�([խ1A�����S�A�k��V>G��������]'+y�JK�fF��h'�8�Cy����>́�����VO�Zz�=�8�u��'u�CL�
��AZ+�Ys?l�ѝ��.�-ct��9o��Xi@���,G��6JB���jI�L�!�Ͳ�Ĭ�pW���A
涕�n!)x�d��)�+Dy�H�+.h�ҌZu�/H*�VéʛȻ`%�(��o��042���[@[��~|��~_��T�S0�_%���������rX�^;�z�{��n�u1֌��Ll���{��/~�P~0�mx4�m��)oy?Be�����?��Pw�_!V�
+�����e���F��Oނ���}���>.@�
+`�|K�M�⴮CY����V�6�B�c=�6&��58���l�3�V��;�-�-��b��S|��s�g�&<�צh�/��������4�;R#��t(0c(װ���mxXQ�A�*)"�	�a&�p?�>�����Ż@ߌZ�:�$�����
;�'{-M�p�10>�����"�*"t-"�A%
��L,H�A�n��fR��l�rνAv4*r\�L6��Kh��9��D⛔�������T��XE#0|���%QR���p��>��Hˉ,����5>�@���s*z:S�	�xot	��+}s�u�]<��q,]3�ўt[���}iji��:�Hs
�X%9�%�z%��Qe��EG�:�I�ZHp �'Oh�^m��i㻖���r���ڇM�Ȗ��=(:?6l�b��rP0x��]�F�7�)�*�&Ǝ����Y�S�c`:Q‰
'ɠ�Y\i��冼CLRs�M��,~��/X����Ey�/�u��ޙT��&��+�[�#��Q*���ĜuI�m��%(-�ᾟR�Z�mIz�-J�b�Hj�"�]D�rn*P|j��!�*H����bE���d�=�@^}G(N�6K@��d���@&z��D�a`�D�hS����.���V�*f�@/3˩���9�!���t�����-��#��U�l�/�%�L���i�$��.٭�K����c��>2�"���QN�5�Q��Y�r�Tq�L+�P�GIAE6��B���HI{���DG��t��<V��e�QL����` V�@��*3������ξ���^ZT�p�3F>�`צ��ܟ,��bE�4��^Fit�����Ȁ�����m�'��DA�D�u�1p�߼"<��X��o<�#��K�v���j~}���x��w�r]H��cys[k�'i���|���
���6���R�F��6�z)ʟlh�2*��H�ҵĕ ��(K���-����xA@P�a����N $�,����NwWu�Y>-;�\瓟f.����b[\*`
��夺�#�3��]��|����5��N�)�s���rl���M���˜?�,�g�wZ��z/XV	wیK�b��
k6aFJ�7b�C�?� gǨE�Fd@�9p�RO+(�� �:MM�tMeh�eK[�E��J��~��PJ�g@�懀;R�b��$ǐ�S�A��*�?Z�G����R�:e���}��J�t�>�i��p�s%��
�����BaJ�T�������
+2��b�E"�
+�2ZK��H�J�I��d����"�,�S8�3��d-̓Y�^@��Wi�5S�%�TE�7i���2��KD�*�>lb;u7E��E�۱�e�&�$����1oڕ�Z�6w��Nؔ�߽���h�}֚
��gg�]�*)�������qW��Y:����?M�ŷ34h'V�2G4�Q�?^E��¼<%Tò)/�i��/7_H�u�b������G��s��M��%Z�b�+i����s������cEM����<~{PW����*ִ��
��uq�	
ԙ͋�F�
+�*�2�T�>��e�RT�v�MP��EUjL� 5��E,���%FCY	O�����]��4@2MT۸�t���wU{w҃5{���j�n�
k��c��+]�ޖ2Y����wl�k7Z��n�0��;sS^&}=�����ҭF�u:��F����uX����L]���K�jʖ�y��+ӵ���כ��|�F�=sIa,�Ԍ2��ہQM����߇!~i�z���`Ts<�6�*`��.޶��ej�1��L�/����mJuk�[��-]�=�f��qT�<�y���b�W^m��n
Ju����'c5!�Q�f����1���k�f%��ob�
�|���q��3��{C� L^2��5�t�{9�^4ERp���΃�(�8(�Q���u`,�s�ds�/nGu��:��L��Y�R�N��D��Vq%bJOr��?���|����{��Ŧf�ê��Ʈ���$;ˍq"N�&�'i��sd����S�[�A�As5
+���R)�Ďl/,���}�<i�pۋ���蟌�:c�2@2H�E*�����T�-y�J>Wb%r@����"s�`�f��a&~���>�S�B�Ըmv}ǻ��;>�h<�tM _]�
?UOX;:
Z��*��T�0��T&�r�b�߬���m�?�o��G����m��)�t~s~�;R�-��o
gW�U\2j#�z��y[�C��<����`�e	�\Ӄ
+����S�.ȴ<���r�"ӧ��*�5iц��ˣ�F�m)[V�?R���Tc��+{%��D����K� J�XƑ]����.�hy����9�)��[��[��ۅ�pl�4nk�(3̔m�(l7xbc2��Ia�B���{m�6&8�݂W���%WXyJ\���k�ʺ��+6b2�c\ݟ�J��E���Ҹ�U3<�Z�.��y�I����1y�<J�Ѹ��מ܋��E����{�|X�h˧WB�;�#I$A���&�p';)�,L�1y=(�)�f��f�%�*F�v<w��H�]���/�L��;&����d����u����;7��˩��TQ��������"(�N%�+�of�JSJ�
ЕI��.�E6�a��D�?�Xv:�d��H�EAl��}b{�©Q*�����Ɓ0��N�"���l�Ơ[;ͿB�c�H�#�����8��~\dƏ�E%dDԗ���7JJ8�lB�.ud��vM�`V0������ezN���>���ب��f́J�bZf�l�jޞ�����Q�������d�t��6�$l��5�tF�� R��Wf�R�}�����_�\�h�
���b!z׎���}A�/Ty*����+>�&	\�8p��?���y��\qi�-���xm߿�pVb�
endstream
endobj
84 0 obj
<</Filter[/FlateDecode]/Length 27083>>stream
+H��W�z�H}�A��DP11&Mn"q���?Սk�;��>z��:��V�݂W�ݜ|N�9#oe��"_Yl���5Y�w���h2�9&6�W��p!+��l�Q����V|o�&�̏!��[5g�<4|�� �y��5.��3�Hu�Hv�oS�"M]%-��i��&~�U��B1���Y�p�v���y]��yT�crx�([(����1_���-y�m+�K��<ڢ�ߖ�����P�D����M�v�-�߄jAa0�y��y6���`��̃�yA~�l�0{`�W.�M�d�	&�����\�x����Cw�^+�$�>3��ZZ|�}z�
+�yU�2���2�H��H��*��4i)1I�ƒo}�p7z���̬)�>�%3�p��Uķ����ت:�\�`���KCno<��%$Y�d�1C�v�{}����W�{�!H����\��M��Y1�VCBn��I
�|��U��o��Z�zq!I�j%��=ɑ��W�+4�P"R{+���]q��-d#K�^0��D�6zp��/��./$Ѷt����J[�8`7����
+Z@Dqr$o4��%�<�S��v�� 6�!E�=��;y[L���I�M�����]�&q������w
+���<ڱ�Ue��ot�a������]�}yM��v���bg�8�hP����;N�](	�
+�|�|��=t��{	�{� �U��l
+_��D�8��)�� �>0�����2,��jΉ|�?�$,�f�$���g��V�B�p��i���QrV�Hv���kϞ��I�"�3=(j�j��Yr����}�07n�i�Ri$CD�6$����6�Bq��I?�X����Fbu%�����h7K|�>�&�B����k.3��	u����<������9��3@�TReiC�l%Hl=)��e��"ٍ����	`Ps�g�wM�s[�+A)�-m�R��������O
+II8����IJ�R�w��/W$Dy�j�?�Ү���P�\-�h����`?Z*#a93H;�l�仓0>zpK
Pt��FV
+R7ƒ�r��Q�qA�������FRĕ�
+�cv2;��x-��`?��,��E}��bZ'�B!I��9
�?�+YF�l�
���i�UqT�9�,����@��d��4A^sNpHC�e�|gF�.����l�-<�/n�� ��G9E"��%=Wf�()�?�3�r_�����W���:]�m���(�)^�YDNF�_�
c�s��0b7�o�Ј	:��1_c�]�8�ݸڅ؉B��7�Y/�o�Ȭ���D�wEi���}"V-v���Y؉��-�r�׻��O[��dh��U22{�Ё��t��O�l1��x��U�6�$Œ�8]��QMˁ�njP�{5���F�3
b���T�6jO����j��PN(
+��%�JK&��A�~2��s�ts��1�c��b���|�ک�72��[]?��\�����Vms�Rp��N�Z7KMwңk>�zm��kpK.}3�Y諸~�ߚV���~,*�U��
++�۸	�Î.�-�@E�ػ+��#�݀����xP��{#ԃ�m:],�)7����Z{�j|����!�.P�q w�Ş�AS�-��3���P�t�P��^2��n|-�M��N�KJ�|���T�GP�U�D��D8ѕ�\�DV�4(�8�0�gX�R�h�?m� ����,4b��UWH��ށ�5�{g0��@8�� BY@
3]��>�1���f����+I�a��Q}��ve���ˡu��م�HxK����/�3�/7��f�rg>�{	Հ�5J�'��t3��>D�i�#��%�?{���}���'��R\��U�ݓ�A|e&|V�
+��\&�g��}��a�p��PI��_4�`8�Z��󹏒R������IS��������b�l�ԁ���W�]ЀV�&�E8�yr�ݶ�SC��
+���5gR���+�jR}�s����ET�2�۔@�H�z�\�&�H�$(O�dx8���QCNRJ�п$%7��C�f*y%=]������:q|Z��6���(������(Q�l�Ue6�.���������q�%�D��{]���אI�(��8�Š�_������}V��J3p�|3�uJg�-�k�k���77�Ό��C���2���Nk�x��".�BK�eW�z��>
���d.��6��a�s��W��6� ��%iA��e�-�����4لa�!��+4\�QF�"��a�p�^@��?$[���n�-l��?�W�B�L}��JEe@�*�K��:ej�e��|�o�@�:����gf_�^KOC���l
x	�()x�;M�؝�b�|KU�TtHI��cJ��|[tx��~9F?��~�W���*�/�K��eх^�"j1%|�����Vd!�����*���A�َa�F����k3`]^�-�@�H�w�9�X�Ž�󼇨��!dγ�?f���@wp�sP#z��|�Q���E�Q�g�T�j�����KX8U�ܾi~a�(#����Q�����ې�c��On������d
��۽���*>6UzL}��k���r\�5���EءiH�Ϗh�{�5Q/i���]A�	u dU2m�ܑI�2�d�(Q&��n=����TlvM=@&w�����:s�����a�5~��+��Q��)$����R?�!�v�q��j߇����q�����|���n���)�
���E�iC ��h��茪M��݂#7:�{�ﶲ"�׮O�D�A��C:�D������>B��FAe�[.ۖ�d��%�<D�d�%�$h��~�X�"Z�=K~TpS_
�3�=�;��}���w�����~���΄
�_wz��z�WPȃ��w��c��E��9�U0oq���挥�BN��@
+��C|��\+ޞ����^�X>+Ph�S�s����&��OL���]v[viNy��gAF�[@��u�d(N���FYjZ�s~�|J��+\^t�ho��N�R�
+75;�*idѡ��أ�� X�^����#�\�w����C��s��g��j�D�;62k.�H�\�\�s�d�� ĉ�ip�Y��}��h�ɉ��%[�q����^wl�Z0��r�����W�+0�h�C�D�g0&�湋��i�����g�x�B�غuN�O�gt��y���Λ|�����Z���_<���6�}�� �Mc���¯�<�A�"y��%"G�ܭ9nZP|	��(�n�����+��ړ
+j�����`�Q���0Y�<����%�	�,#T^����6����g��*U��v4]��/�k� ���@i'�`���-���`��I�����rN�T�ڍ������M�ۦ�^��3ݥ�(�,��#ʡ��q�=�3݃��E"�q޶�	��d�n�;I����~Y�pM�&���G�8����lcЊ�N���"s4��/��X��P�"4��\�2+=��h5�sm�������;�04���^�N����[�*ɹ*^CB�k��U�&�.�
+T�$V��1�l"�M��Ӗ"#�.��]��k��~JGX/�j�m�]�@���W�I>����zW���G2+G�|DD���#�Q_!��N4��dĸ�1�&a����$
2I��]�騬ɵ�k�qЧ�4�0�v_��R�u����b����k2�e�FI����ߥb�,�/���ߖ�GRKǪ�I*��$����Y#
+�rt#�k�nӢ�<�.�@���
+�_rM^ Zjr6$�_�'�ϊ1�������	�7� (�5yX�*�΢1X�	XF�뀎ӄ�Z,nX�~,�_q�>l���	��ě.�dq��{��=��V0!¸ZuN���T��Ğ�}Q�v��Ѡ'�4��U�d��\SZY�T
+���E�@���Þ0��ԕm�BɆ��EN�����z"R�[�ؘ;��>�/�9��zA��Љ�/&�P��jV.2Y��3ڗ����e��R�m�Q"�"�[�1`5��*9�R<}�<k[�C�C����{�*�u-:p~#����s-h�,*��2���rW���9Yf<y���ɲ@���ߣR*5e/s��C
�V�?�b��z)��**���w�
+&6���C�t��џ.&z�Pr��5���,�YoP	�����i�jֳ��7�2��^�E��&�$��H*���.l�6�k�J�A��f�}���Ǜ������S�&z������M/s��&����	�+U��p
+�����I�vc!��Гs�'K&D���I�'z�Bφ
06���F��|_C��T2���,����1��YE|}/ݵ* �)�2=���(/|nh}�]�lQ�P�Q>���*��>���h�.*�{N���r�f�5HE��z�v��QY\p��]���C�Jp�о�@�a�@��8}�Rj��<ʘ��H�2�dR���K�Ӊ���pgB3�N	�VCp��7#@�T��6�V\J8��Ӗ����!���'�~�8�?�?H8�3
�<p��SuCDi}�ʂ(#���c�=6 (�Zɝr��\4�rj[������bhk��F�XՏ�=�=J���7oe��a��j& �nb Ht��9ܑ`K�A%W�l��o>��(�:]�Ri^6��7q>�HSv�R��j$���A�\�H;��ώ�t(AI����� ���]�;BΪ6[}�di�B�<���$։@�Lk���h���q��õ6���-�B)-iD
+x�c�׬���$x�?gd��a1��p���M�4����t���
�J�K�M�"����\}����t<?h��M@nT�ɧ餥T�ϊ4���^Ð��";�����V[4��c����a�Lf7��{��ml8�ܗ)��(�''���<�g�0|�l��@��р�c��8��s��VK(�����o��@�ꪮ���K�f�Y��wI�*�~q�+2�hl�^=��L4���EE����2Q'�E�q�"t0���&�H���*m����p��ZfJT$Ó��8(�}Һ�h�%�fs��;n!e�����*��9Vn���2�-���0��谷=[B�x�l�:�̾0�Zv8��t��R�^�v$���0��r�z���9�{��{#���}��z�f�I��c8"���ٴ�(}4G���s
+�	S�Fq�F(miI�`�76)��׳�
+��c
T��Z���7�8�Y�*Ɩ�
�����$����8,U96�Þ-��O�Qd�ż����=}�Uv<��񾥓�i.��V�_�G�#�\�~W�L�9� :yl"�~`��;���s,'�� C����A�\q�͊��!	O{���W�<��:��#�O?E����٩S��V�mXD�(�E��$O Ò1T�U�b+A�ߏ��y��h��*-����T�<NE�����>!]wϓ�C���o��_���/�
+�AY�gibDdV�_}�{.����v���[����'�(�k�1J)�*�ˠ��.���/0/�5��㙡/܅�Ms�8�_̀:�
+�-C_V�)�������UPx�?R�q$�G�ԉgXN�,�S�n{U��>�����}X��+*#
�����A�ǚAҪb�S�_f�j=����*��������~�YB׵����3����+�~2J@൹�vH���סL��j�������y��:�L���=�!JRgċG4n{頽P�R{:1^_�8z� ��e���ןi�{N;�x�(���W�L�>��Z~z�/ܕLY������{�f�Z��qy�˘���j6�#"�I��*�4�E�zf9\D��v����,�=�W��<�࣢���״D��!���/��[����d]xwI���nm���ˁeEÈcT�p��ǫ�j�%�#��	��Ƴ���W�0���-(5�0�T-��?�Ҍ���@zd�����d:���z�p񯰈��V	�"�|x�S@������w��w-��,rr:�*�|�(A��F�t9�EN�+.���Vb"��4��ϼ��+��$%%�އ&yڍ&��1���մ�Q>)1�l�����2AU�+y��I8Z-���q����z�W�,�ٔ8J����Xi�'���;n������,���0)p���c4��:��J���I��1�5R�������t<��-5�F�9>�#�cαk�ϻ��9C���yD���3�腎�D�o�±d�h�;�;�%�:H�Y��>w���/ߩ���@k��x��\+�KC�����d3>�˕t%����������@�y�O���6ԋ9���>B���¢R�N�뒧ܮ������9%EI]��͠�L6�B9%k�� ���>�^L�B�ˏK�'�豴��*�Sb��@�<Jp{>'T�M����r�q���2Å��
Q-`�;Tl*���g��0�k�(>��jx������h6_�b�l��x�,�#�Hi�5ˏ����wjK�3Nk��>YV��-�K�nqԾjc��Lƴ!�T�X"���]Q����K��Sw�t%y}y�>Uw���'�^���.Xp�`�A�x����Bc�đ����'�rc]Z/�:ݟ�+�v\��W�-��.��Ref�r��R��1p<L���u��)P<�~=Y�	™y8��
o����0K����|<$��|:?��o���6��������.����Z`�h��W��MDt�쫘��Y��pJ0}�}S���]����&r�9y�Gf>_���������k*sS86f�]�F4�4�D
���R���7�ɛ��"z04�l�X,���J�$t �8��.ܺ���<qm[�Z��Mwa��׫G=|Ѝ��ߚ!+^;:���h&�W�k��
�b&z0/�S����]e�X�1O2�G"�3Q�KWB��|]��R<�%�$Oeͳ�S�=�,[V��B����)�J]��(�L����̜UDN����fO���JNj�4�c!�Y퀘H1�B�ݒ%z�<'	�vyš6��J��b�FJuc�����b�;o�?���ߌ�"��(QP��;i���{����h���x��0�Ps�d�I�uWïNЦ�����%Q�I�D��B
+�{�.���aU#A����&�N�=���40��:�
�!���ćx�?�M��dx]�d)��ۓY����Cv�ŗ�N�>��΁���G)�
j$'η&#�ߟ�8�e*舶E���l�4�D�� �����.�h<�~���kr,��k�@/�q�˱�l�m�y����/����
+�m���dmA��U�KVv~D�#�v6.a���,�s��FY��u\D�XI0��^�����=[.뻑�EX���O8�d�%Lv.��EI��'�k�_-y�6Y�����Ej�9`2��#�>���I@�qXP���	�syN�>=#��咔�o6O���ū�w,����5�߯N�M���ԅ�yX����m-�n����э+��h�I��Cz�n��,�'�!�@ 	��!�0���� ���������=w�?Y�C'���M5��GW;�
�k ��"��<:��ܬ�y-�rۀ���� ?g
��u��]�~Rd�'H8$��"�)����G�.���j�U�Ҹ�8���������(�!���Wg��Zn!���q �yK+O��$��k���_6�+�)���ݾ�U"��Wd!����Y��<�E'
he��~�����s�3��-��q�)��f��_ �*��e�8A��)Q����0{�E^�;�Qi�Z4�D%Ym�|���\y���Mp�iq%C�9�Q@�T�?�~8C�97�⛽��PB$Zy�d�`��`^��Xz��$s$��Sz�ʦD��-�����M(� �z&�I%�q�ŧ��~Dr+:W����{�WVW�ѫ�1	�o� 	�XŎ[>�@w�[�n��{Ysse/�i�׎XG��8��,�+�5#�h/E^����}dL�|���-S�D��;�1�.Tyh��%�I�P�>w��8���e"�))�뿐�1O��8�Be���;���^��0��I�K�2g�Ý�R9��)�@�ˡ���@z��E�S{j*b�0-7NQ&P���Ų�m3;���
+L�A�z؆J����O`K��F��"��1��w&���f�d5��J��zTW�%�ƺ��Y��w�>1INv8c�s!��X����#�
+�?�� Q��1�d��,���yµx��.ӛ�A���#��#Ute{���ځ��J]U��V�	�T���q8Y�����2�t�0h��7q=
+�G����^��`�˥�}� ����'�jǸ��B*yM��|��}3/S�?&�]�k����p����H���Q�Y�SqT����ۦ9�_S5�58im!^����&0__�t��LY+���V��������X[���-�nC+s��e�T�m�����
蘖2(��8�h,�+�v��E�T�,S^F�ck�kQ��� ��3����3>~`(��-�zP��~�S�DFx^_3�m4wfBfz��刉��6#\��������K�^2|�<�����A�
w񂨵��O�w��e�J�v�|A)��v�Tƭ]pf!hQQ�~r��:�D�?N컹��t`��EC#l���.
I
+X�O�B2��=l>�%0S�HY;q�5��E��D�4��9�q/��}�/�X�!�����K
E0�x��cmwՊ��C�Hf3���-����26����wK������N�Z����@)F�!�k��oE�H�]��R݊�������,uK�nQ#���=�er��@����3O��w�wf�o�{��@Aޕs8�]����~�9ע?kJ�?��2�wv`�j�-�吏�c��2�o���|�b"=��[T�y��������/����Qb�Nt��b��K���
�z/����/i!P`���4���+�o�Ν
s�����к��*K��db�3����9��獿&
6�х;�Hr�&�R�"Z��K2����Su�Q�>��HjW�/L��!*�F�,��
D�l�?l��>���U5{oyTZ�,
+�#�Sd�*�̐?3���
�}�F��b����	��bds����I/�R!�9K����̴O�e�6m��<7ɧ�a�:!T�w��������	��@�k_B�훠�a�Թx�$3��������2���1���c��"�+����m��2�J�"���t��*QxX��Pwfd�2�R�II�7�	�D��������t���5���+���a؅t4nn��2�:���C�@���}�}P��<%[$�X�]���C�K�]��v�N�$��(H禔;^ԓr_���$���!$�J��P+���y����5��BM���B�{�v����hT��P�7Wǣ V��m�����=����?���[U�{N�3.�f1\T$g�?>5e�GcJ����K�`0�u�UB4![b��6�Kb{���_��^5��*,��G˖�N�B[�,�`;Y�jb��$K�Y�VvZȑ���+[��0 J��δ^��/��r����Y�	l1j��mc�K�Q�6��}`�\6Q�D�����|[��97�֧��ݮ��[���vS��.��s�$�Y��_[��g�2.6]�H�;�u1sk�r�l��`l��ĸ��&?6?��3��en�����������ol�O�x:n�2�xc~��t��)N�2�\tj���}I������v���@Z2;��2���	kz$L���,v�g���� &X�|��N����^}��/��8N�OJ&b�=:��FA*P�q�_
e%
+Y��~���E��=��x y��^PXm�$5�0|Њ��'��Q�c-α������Z�36P���j�C�:۔��X�b�e.aJh�rr�����W>S����,�RW؊�JD!��:J�O7~�Q�I���I	g�焃{�U>xK;F=!����ݽ�*[b&4�=UE����w��e�%�ÃDȓ�������S�>@�9�
+�N`)�1��;f����¾��y�L�J�U'�ņ��^t�B���>�Qq������UZ��U��8��`����3���2#��"��U�Н���&�tw�w�U��fE􇷦�3b@~KC�K�
+���Gw��:�-�ƈi���N⿤0M�N⿤���L⿤��"�ƍ�3�5T�(�dq�6���Y5�ɡI�[d��OC�R���G����39P�9B��8Z2�L^.Aa���|#�Š�Y!XK�݈_���9���B��8)�����f�D��x��4{�dG��J�}��
���T4
+'�:q2?���oP�r����FC8�ؐ:�L�r���C�b�B�ƍo�:�Yڋ���>�����w��.G \t��H���i���x�����(�
�.uc����U4�ό��T�
Ee�zi��=�p��ůϨn�݃5#�A�cX�	G}g��$f@E�d���W!��SA���d'�T��Nq"׫��E�Yq�ח%����`~�?�o[9���R�{�Y�����Lɯ�-�@}b(�H�d/���nU�k���Զ3��G{�0\d�*��G�h�u��R�#B���D+6iR:�+uq���z[Z��$�|��U�(8t�0�����F�[�Ո�	�a���3�����<����g�g��;<�j)�S����p�Ŝ���W1�J"����蠖u<":�>sĖ8���(M$׶�֧{9Z�l
+L@��ϓBG�[ߪ��iCA��d-:�p��*����$��'�m��(��c���}]R�ШSI-ng�[|*��yHp����V���A~�q���鷰�u���1:�Iih�97�)j���\\�qV���O۾�ès�eI�妕���H��_1e=U����X�v�W�,�%��P���3���NOϧ=��
i���J�� �b�"��떍M���lv}�1&	��[�h��%Aj��10���`�P��@�X�fr�ফTB�z}��!y���X�	�9���
�QR@�=�[�����4���\�>������`Q~��{�,Di��K�d��Od�����1��/	��W����Oe�t�[�il+O1�n���:��'�dYM%WD����з��y����*oy��w/���.��}d���V���Z�� ��Y�.��ܾS3%
+�t�u�Q5�5�{x&Y�/�D۽�}YƋY��Sl]v�.��=�~�r��bT��6eZ5Gi��P�:%	;����{�e��V�`�#�)��(�2��)���9n�wZ��4�^�Jd�:B�i�k��Q\L~��֦g���Cۂ��үZ�(�m/	���n��&�٧� K�aW
R��'�L7�i��3�#�I�v��p����Kw��N�2=��=�����H%TF��J6G�L	��tDqR�����wH~�%J�����l�I���)��A��%�uP0�
.��sǭ�*}Y�xE;!["U��
�
+��m�|�5�k�Z>X?ڞ����(i�y򍯛�0�GUX`�$�PӘHh)�Z�d�3�$�hj�T��F����0�E4��G	=Q��3��!�+����s�}:u�Nc�D�m�;^0�s���Cl]��Mɤ8�x�	�u���.	����09ο-��[u%$\f2.��H��Q�<�*�L��
+���V�f��z��{�mZe�]��/5��r���)�^嶷�uұ�p���{K�0lX��y�i>�s���*/����f#�fB��
�n<�oi)gD(t}�'*L�-�:���i{�����
+z|J���3�>����]㘯�X�ic�ⱐ%{�$��hM�`��]O)f����9)s��*a��=�z��tD�L�"�o�l0{��K͂�[깐79�ߓF�N�����e���i^7݀�����v���`D�W��{�6��1D��D�/��[���3q��6����	�8Lݰe/�c�bgl=��]�j���/��}�47�J��%�$���d�/U�|��/w�2��d�sI|���b����n�\�Br!#��9b/�m�6Z�����taE?�+(̲[We���W[�i'�J�[ K��rS�B�x�Ź���,>A�<}Z580����#�|�4d]��q��0R�,��d:Y�E�aC`8�^��H.	#�DUK��u�	e
+g�X���2V���e���Z؜*���KB�)Qۛj@սngکt+�uP1�yϪ�5?3d��HP�e]�@ࢆ(�4]Q�Nl��	�-6=a��Z�R?U��)f_w\��'u���Zd-K`{U��9*�F}��>
�C��9i��a��dN<�.l3�xP���{=�0a$��EX~�m�:�;Tg��}t�R��;��B)�a����_�B}�bzK�y+��X�_��VQ9x�F�`?�tuؠ3��ē��Pn�(��/�L�7���Б�i/u_:�p����L� ʋ7n&aȪ|3��L����.]�矰�e�Ͽ>4�2�xP��s{�*cټG�e�h*��z|!2����H���3��EU2odG��Wj�i
��TB-�t�|��U�����|k��6��A�?r�4/r��TE��tx�o>�wH�2��e	l�p���DD2�ѬiG��wu�j�@��_�}����#ԓZ�_���t;U�	�W��0����#� 8�)����d���U
���:g}X�]tW��[�����訤�[�GO_�7A��]�������&�>`�Ҳd�~��dlu�h�aD��0�#�
�~6|ts�ƶ&>��8���]�Gs����o?챟�!v��q�M���󲟨e*a(�Zo$�[V���tr5u,u��Qb���.�4�xSJ�Ԧ�8�:1g��h"�.M��߭"�b���7h�����3�Ȳ�#@8�P���Ő�4�Ͽ�����b	�@,n+Bp_�N2r
4$�h��"m��Y�Q���ݏ�>>�?�,���[I��8�
a=bG⌨���%Y�`IPaC��@d�A�J;�f�fR���c[����Jpqn����OP��{C�}�/��p�^\����EQ_�(���a�\��K��bG��� yT)�h �檍�8�vL���B��F!*��L\������>��c��T�/�d����H�<�lmm��1��KO�V:DL��|�גU("�b/�S��z�Tڝ��7�tg(Y)ʓ�Z�r�߸+��֬�4?+��+���yH��@˿��I�7��Pr�g/s.yT��8D��/��<�9���CA��,j~,Kv�+���Fv��@���	�Ӡzn��ʄ�_�!���0�^}�,.v���j0‚<����7�V|����/���f���(R����#��T9]��>M�Q�� O?R�j���S_
+�kb�N�m�s��Q)q�'�9{\LB2�EM��s��/iu��*���އb8ki����jw�WS�/}~�0��FIg>Z��2v�VI]������ё	�R7���!dv#.�.��Ea�łK�Syw�EZ������ܚ��Ou^�sّ�!�֡+?knU�1��+�J�ڏn|�n��2��.��<�(���
OC4���s�5XNu�.ܝp�̃�H{�!*_���w'��N�4�[�%邢Ŭ�
+��Q�>�?[�8��/l��c�!+�؅#Z�c�T�9��0������x�I��a%���NMw��fP��U�qs_x�� ���8�塑�s7o�u%��ϙ)�b�6?9V�$_'Z���u�Ј]ı�S/S��Y8��MP4�
+�P�:��=
+	����*�_���Nȱ�5n��'�i��nU���h:��%�cn���.�Îq]���M8Z�#��N�x���˽��
+�y�$l��������ma��'����ri��~�[n�L �x�����]���GT��`��pF�em���L@+��M4���Oٜ# �2�w
+���LHIa�B��`����Ӱ2c��|g�3��|�^���D���xP�-Ͳ�����:\�E�t��jQ,���d��Ѹ�se�G�|�1x�3��8��#���
+a�&o�/.���+�V�I�hWH��#�G������GJ�i�ܵL������m�q���"-J���a��"��dBѶ�3��\V��`�9�̴'�s)��-ـ)ܜ�6v�BGq끧���f�?c�Ҩ�F̖PVV�ZUa���
@���9�me�U�J���0��M���L�QsPh$#�w�-�mֶ��ni��ݒ��F,�0�̜�(`�e	u������cD��h>����U�9�3���ӛ��L�
+��=u���o/r��S��V֠J���t,�\��#��m9�e%��~��!���tk	>�X܂�ű�4�V�O�a{����(��g`���y�X��oe� ��_�6P��B��X�f�T�X���ɧp���oavz���=��x{cݑB��f���2�-��g�uA
+�_�%�����lD���g����o����6x�M��ú�(�9&�9z�����7��
+�+X%�
+�n�K �
+i���.p_4C��:�ľ��7y��
�����,C,�r��;�ğ��B1�"�v?2��p�W.A]�yxG��E����Q{��+X��![����9m��iW<ӕ�ߗ^6�J��ɰ~�N�Bs�5
+�%�W��5�����&�>*�Z�z}]�i�ʬ�oI�����K�;��;��?���Euտ�M�0���]�՛�US��R6����yL�kC�v���f�j�YJ�~/⣧�GUݵ����y]�1YF���I�a���2k�ʤ���s�YJb��v��M���}ֵn�����
+-�y��moMXU���{��G���� ˖���fflaC�o�9����Yf͉F��Lj�����3�8�0��I��m�^��#��a�"���yF�dMu���,ѿ}���2�
�(6�G�#��)�I-�N0�������g�&��Ȍ����7�0J�����5���d[p-�{�Y���_�o�j���DN�dɛRb�{�=t+я��iՠ��L,'w�*>R&F�5�l�G��D#�A���r�RY<��Em�b~[�B�?A�t�G�䪕]�\^�������w�T)���	��p��j��.����e���E�'�!HC�J�f¤���Q�V�AED���9��(�޻����-I*u��}����F�(l��.$)�߳$S:�<�j/a?����r��)F��,�u�m��no-c;\m����{׮p�	#���t����p��%c�ܾL2��y����*����w�k�A_�9(��4U}jtѸcB��J�������D>��Y&��[%�q"���]�6�E��e�]4�_}/�Q��f����S�>`����[��D(I�Nv��V���"�r1J�7�+EZ8���*/�Ы�ߢRe"�wńY��/��*6�W�|��1�P���w(��~����L��R�=��om���@�p����yZZ&K0U�D�z���hHZM�8*})C��q4W,���T��X�/�O+���+�Z?(���d��Z������&¸�����F�^������y�g��AC:�Ӗ嘘$�U���@b@�Ӧ��-���-�*z%���Ӎ���c�p�#�U����J�$�����ьYҍ��^��"B�=��~�‹q�$���T�gr������3,i��2�F��Ϳ��Y>'\�
+5g���,M�2�G-�����'�LSI}�h��sNa�ޗx҃W��m��T
�/�F?�Ġ��?a�Y�E��h���A����L0'$Nx�iT�s�������n�%`V�:�v-NVY����=���oa����nO:�vM�5��<�D�=�Ҧ��LY��$�jX'�8�ݮ�d+�6P�)*C�7\���^�K�J|$�����i
c;�rhG�L�*p��L��<�a�_z|S�wk��n.�l�|��3�=9�K���2�`)I��l��>��������ܱ{�$�F���H�O�/FS����={9�R'�c��߈ի|�W�s���+���0��wJn#����{��г����Đ�������<c���X�|�H‰�S����5Ot~'X4}6��2+�y���`�mXK/�����^���.?�o!R�:D%A+,U��[�X�W]�X]�~0���I�����&H�a1����%�7��i9ݍQ�;���6b:�?i\ s�4ի5a[CN�M��Y���7��S5�1�����c�_�^�K�X��ǟ?��(Uj���J�l]�Ù��{�o�@�s��Z�F]g��H�
+uxE�:�5�-7�A?�s,v+���ٸ۟�T�bl���q�*z��lJ���Hi*Yl��ou��$���^%ӛq
+74�B�H�O�G�;2}��W�JU�.:�Z�+��od�*x��2���v�I�����t�!��q�+�g�N�z��\�p�^C0��	��k���2;330*{��q��@��+*���g�21?��[R°Ŧ*��n���X-(���ڑ��=������{˫Xs��o�]�ۋ��w�|���I��X�}���
��Ft�����'J�x���pX^�݂5�?U�ۈ|���!�@���9���{o�D�:���z���o�������y�o1���F��\|��:-�5�����B�\u�n̬�|Vi�k�U��Q�e)��6�5�-��*����v�e��v��u�H��0qoOO�c+}v��Ε�g���.��k����@�-��ͮeM������1�{����b�a��C:�h���]
,x��|B�J�*��[@�|��x_~t�{=�gy��bsj��ޮ��a��|��<�Wo�@r�54&"-�G�|<�^���b��͐ڇ"DD	m&Gπ�Op��h�N_���<�68lo/���Z������}��?9L�f.��q̛��h�u/��쨘��Y=FL(�'��OTz+����U�InQB�/~�\,��x/(%�f�@=�	�(+BUn��Jd�6AH�
+�TN#[$m36r�]�<Pl��K;�Z鰝tڽ�Y+аpjc��l|GY�]�|1��d����%gb�="V,��`��0/�Y���N`�ەVq�*�Y�b{���b��]��'�?�Y�Z�ˏΩq�9Q��z7$>�|��
�Q��� h>^u���:��T��*%Ü���,F���}�w�B�� �2��M͆;'^��@��"K���hL1�}��(���r��A�� ��kP���=���q>S�C��X������/��ꚲ	\^r.�(BJ�x�Xp�������ɍ��/S6.mC�a(.���G���t�w('�:��B�!��������Y�k/�锺J��V�)��<�8�vr
T�{�*�R)�������Q���|c�4<{�����I"�� ���u�����m���|x��axYJ�M��~�i���:��ݸB��iARU����+��*��!h_��D��X���p{;��t�z��K�IgS�G�eL��&��$X:
+�M�B=�[��0��'jt��R<�U����et�T�b/�ܛ�(���RO:yV��,�=�.^���� �3@Y(8�S9������dc%��ݻ�5
+p�K��-K�U��4/�U,޼�1Xf���}�a*X�ޔ��EXW2%�쥶g���#��(��O|�����G�7LBi��Rҟ�cçT&\�d�~���)D�D�H�;���P�i�i��Q�@��y�D>B}^!Q�a��@������KQE���*�QM�~���"�E#G,�<-����-Z����r���7�a�L�SU�0|�"�#ʠ"8�cbLL4���&�l5�����nL�^��������煿�i��8-�X�$&PTjZ�
v&2?����R-�E
喣�;'�����r{!�
+�OZ�>:�e�:Rm�����fY����mr,����qK���QC	�/,��
+�{�BhP����?�b���r��}?��`g�8PB���i��[t<�:�O�|K �l�Pɝ��.�a������G5�W�^7:�@3�_�@_b�C�o� �W��J���T��:d��(��O��[��p�F�������s�[R�:�yX!���c�����bZ(�QXq��G�2��ܱ���X8�8
+36��K@�a0�x&"ȥ�1���Z(l�ؒ^�����|�T�pя�Q^�p=#F�F��P��9����2��*ϻr30}(�K�q���yV
�}�`D��}:�0��m�i�+@7�Bm�A�L�!8�C66��O���&z��؞a,C�r����}Q
�����9�{����2[>�A��l �Qb's}z�D��ǤXݨʄV�3�a>Hz��ly�5ٰM���g�z�d؇�������S��d*���`:,0V���{���h8�_�B���ߌ�N�*\��rz
����B��� �o=�_Mel}���sj�'Z?�Wy%ůf�������'h�J�ːt4�,Z����A�D�-����ʠ� �9�(�����h��kP�g5�����^�=�	NV�r�ss \s�e!�ݨ!��C�,�Ý�����Th)��Kz��l�L�:�HxtƱ���s�EZ2��<v9�=\�w�Ӕ0�Ӳ-�@��4#L�C9Fl���$�:�Oh�9Sȱڸc��Ao8�>�,��hQTÒ�+�D��n�@BG�k�Vi���*o���q�Œx�FD>���3`���P�s~a��8A��1ʃ�	�Mu紏�@Thn���l�����L����c�#�H6�U�^�a�����p���g�B�Vƙ�,��i&�9���ъ��?�Fw����%����8mV#�t~h���36��m/bUE���&ӄ�A<vK�S!a��\Ӣ*��s+��7J���k�~Vj�F~�k��B�o�.~bw��}�6�9�#B[j)��+k"�i��
�j���*�p�~6�_����daՈ�����8��K�'
+�Ew�f*�d�i�t���K
+
��z��UB�p/D,&��}���!8���c�'%�_8Yld1(&�����Uw2ļh�s`�<�+�E|��&k|N��T����p�<�
+�(�ٷy�N/�L�@IJ:-�AL��1��8j}fL�o���:�y����1���7��1�'O�y���W˞;}��ZT�}Wr%'ޅ��y�oxf�/���u�����+�	�,=�
`��8fL�����N��c�z�-�V�5�I����
+��Ψ�F���P/ֵ���=��>C��P/0ϩ!�樹v���1&�*��T�U��k���sl�C騲c�z��}�yrM���-3�c��R��.jl�ڦ袝�d�Jd:���_U�`|����xO^�T[�~��o/ڊ#��S$��@$X
d*
Њ�[�����$pi/�Do�jB"Er�/ji|�B�I`��d���'BRJ�w��~X^é
@��}�(����,�l�&	��2/��K���?��ux��5�TG�c�/��ǎL�r��̍C*{�im���M����%
=�'�^�>���|B���m�<��i�=���"�����w��0K��
ƇE�ڛ��1��9ƷC$u	�a�I%���b���� tsU"<��Ve�c� @]��%���YD�O<����w��~�Լ��w�$��n�����Dž0��F��l�Å �D������-��m~-ҟq1��}�X�l!rܱ�ÿ ��]�/J������i��$%'Mdަ������]^��P�w��,��r+�b��e�n]���=�R�6��<W�f����m��%�����v�1�Tg,��'������(Lj�qY�t������%i6I�����H�f�fQ�.ֺ�
~�_η�o{=OX	�#5�4Pӯ��ׇ����]��;oH\ -��p���
����A���
c>]G@.���wc���Ya��h/r}J��P��>'��^}�3��}��}b����;NFQ�'�T�$�z��KS-�>T�bh_�WOa�KF�ww���2��؋�����|�S/VuKj�'w0��z��p�ɜ�?�86��'���>�A��J���Қ��2���������2��l5��j_7+x��O�����-�'+Yƿ��ߓa0_��0�H;<M����ÇS��X���$�ŖP_LF+�L�u���>!��R��l���`���J�P���ad�jN��d��2n�N�n�ԎXE?�KoâCp���FK�����FgۡIo4��*0�Qָ������I�ê$ugw>)�0��`Gb��S�}_��9蛟6�zL
����v���@�Jʒ���K�H@�.��%�
Lq#b�,h�۬‰��u�����I���n��Ҽ����
���Ӡ�:fN
��2���lc>a�q��?D�(�=/h`l
+`�/��OP���F8�G h��>�w�����8��
���@J������z����Eq��!�	�A�	EE�9-�!���<����km;�v�s��Apo���!!�
@&����H��������������|`k�Q�dY��Qd%��r��4�9�н��b�V�:5�y�3����I����1�BȺ7��v�F{�,^������c���>������m?�Kzs1W����I�Ԫ���D���{)l�0�{y�`�������/v!Q�M�n�_��d���C������p��O�sݛ�j��t�lm��()[!Z9��m_��IH�xWR�væ��i��/����Q�_CQ��.
��	���.�eM?�k�{=�#u�w�4v�{z`��\Z�P�w#`�
j��o� �?������s��eʇj�Ɩ�f���l�Oa���/���.l�6|D9`�>�jw@!�X[���1�1�|B^������Vy�t��y\�PR4��A���]LX
+�(��
+���[�5���������s�J1\�G`��G���h1��D��k;kX+�Ⲱ.���B�Y������0���ݍ*�A'����n�C�I!q���
+<�*�b�G
+y{{�C\<^A8�"���H������@�7)��aQ�����q
������>����}�C�o�@_�m���ٮ�e�a�謌Q�����`�4��M� �>(#脻�q��S���3K˶��W��+	V�����������*e�G�����+�o��"��R�o�ȶ����-0�֞7�qQ� �v�d�R����C>���|��B��J+�ݔ���h3���ND�+���3����GM�J�B����?M��2>���K����]�s�+a��|&�o^4���A���9ɱ�'ﵨ�ojR�{�C<�#oV�fQ_WM���v��B���'Ŝ�{���o_>d�V��)c%H�<�؝�&�C��d�_x��7J��e,�~Xo�����ꥺ솺���r��	�67cު毒r�|�RF�y��Yq����e��ڢ6o�,�'ӄ�z$����V�����׺Nj�bn�	�:4���Z*�#D������~�A��{nCH��`\�qp`?���$w�;��Q�.v���� ��8�do��� w�3����9j�,)�{�n�^�1�9@ZqyS!�M�k��>�,�@k����=$�i@JJ��ZJo�R�Pټ�w��ׇ���s�[�I
;b�,/�>G>��1dfh3�˙>x�,ÿ+N�ydfw"�̎��#��8�����#Kv���$�|�K�R4�@�pQp�@#.�P�wU_��|_ΛF�_��u�S����� 
�a���z*�/�Y���C%��-��Q2н�w�d�{!x3�
$d�A�I�-v~B$����\g���Â��ܹ�B�Z���>Gܛ��ɹ�/�vij�	Q��D� �$ﹷ�K��+�q��6��_8u���*�V�AM��S����(X��Z?���7{��t̠v�6�����hu�U��fA5��X/l2X�q(��`wR��y�0�<�����"r�[}{�P�F��J�aD!�
M���K�Rph���}@:����8N[�=E����n�@�C�s�R"�,��wc�	��9�	���3�k�T�~0����lcH��Ec5J��ϝ�2*M
+(S�@�rI�<Uq�yZ$�)./)�ms�C�M5�V�T���~��Vɶ��V�����j�Qd���t���V�q٧��8��
��ɬ��r��!���[ɐc��Q�>]����� �vm��J����T,��~Rbr��?��ѹ����o�w����ѿ��j����I3V�t��e`J`#R��n�3�D��l�OR4�9Y`:T/h��iRe����*�H�Hp.Y&���X�P=
+�s� "��
$�%��O���z)0�zq�hN���!)IѢ\��M
�bS��63j]����M6;7p�˃�o��)��Ĉ}ZՁ��yl8h=���Z21_��%����ơ�����!����
���n���,�c��Hm��{TX�w�rE%K/��5*����ـb�ؘbF�	�}�Pl��R�[�L1�a�v��(&�i��9���Y��Im9|�XΝxt����].g� �R���ᡄ�b������vM��V��Is��=p������q���ij�c��<M )u��.�k,־������)��hk���Y�h=�4�Cqċ��Z���2�������Z�=�"�˟(��������hU�V��x�	
�3m.������/C`ÍG�Ц��y񀣑`�Rɨ`"fPcikpy��'��Wp�i�䧃�gZ|��ۄN��U�$�0O"��)is\n�Ӥ�Ņ�f\DT�^�8�����yLh�{@�3<��p><�+$]�3,��x�q	"�� �)�Xlc2��P��z�J���
+L�2��xlvDf�g��$&�%�+�e?��b�n�ػ��'X�bRe��B���W��г
+�o�C�!�y���c���1��7�;RT\�$���oly���`e�K�^v�+ݏƜ!��aW�+#͍=k��6���g�A:�7J����0�z!r���b�V7-��x����df�*��8�[N���\6Y�
�
+��aH)�D$8����t=Ue	�W�.�$NJ�C�Aq6j�b3�q6����wUB����s��(twu����m�x�������`E�P��-�����"	g�F��"&��\Ơ�l��+��w	�q�u�^����x3��ReQ��o4�F�7�Sl�_���SQ�L����"FqBR�6g��D&D&I�A6���M�ؔb7�C��X�(��i��VYh��6<�k��DGK�W���l>j�y��߶}�rÌIy��Uה�`��{V���YMLJ�aPr��~�+�xP�lN/��HQJUg.T��0U~6�������zt�����X��/����}�jj�!�w����`��פ	��`�(K���&Цw�K��tz�WP��QC.s	.�!'5��,�����Yyt�9���eWK���q�.��k�j2H���JT2	\�g3�D��|s�*r� l�2�K�#b���b4���F�[5sw�%�ެ���n��G�������[d�{N�]�����D��\7���l{~���\�9��|��
+	���z0��C�o�pu���oH}h�����B�^4���E�hs�;�ݶ�����`F'*<�4�U$��"9��x��!~��^�	F9��{�!�뚸�E'��O�U�%F�|��igE�Vl�~C��=F~�(t0�~��Ag����t\�2�f���ϘI�	�8:�u�=��Z֟��YZ��8}��JZ�V��L 
+CiAY���s�.��Xf��D��A�P5�cV��h���\:��	�O�XtUY�p�.(L�S�x�����`�?�!�%��4DJ�����&���Џ[KY��,m���3�g�=��)� �+_���A�`�!G�B���f�O��-�U�nr�ȔER�.P/��@�p!X����J�-��w��Ca��QSݦ�����?f��@[Rd���0����{���4���I�#�{=I��d`���u"�ȏ�����0���LG��������I��\��TԱ$��b�R���p�}�����1����+���~�8Υ0O�Ԕ�?0=.���Pm�`Q�,���|������챊�paj�}
+���P���ʗV�Qb^R���Z��fL��;��h߫J��ϗom����B���ak��{$���w�&;I�OO=e@�[�F<ɀe�u�(�n��N?�Ї�ͯ{��9"�E<�L�<���U8c���;�
+��*�A�(M5z��˰G�nYv0�^���\�L��&\���g������dI��D[.+�9�M6���9�~9OWm�M�|�`�vY���n�x����U�2�w���J�0�����"l��}%d
�vQ"-?�&���\7J�ŒSPB��К�~�e�$o�A)��CnT��߉Yg��K/��?�岼��&��9��Hx���<؋@��Jƃӳ�RWЍ�݀�I���n�
+z���%���/_� ��U�2)��\%1
+��*	��(HJ^1�6Bwק��aH�wp�fqk�o	�XC]\;�Tq��o�����Bܚ����Z�"�����y2�~�:���������a�=���w��hl���,�������a#E{�2�|Sn�o��*3�58�'-ǜ�ٍo~��9F
+f�����z�c�Wس:�cgB�&�%;H�m)�2�lG���
+��O:�[�h/�:���T�<]�L~��II改4�2,�j�<�����oY6q?�Z�&�s,�9���8c������<��f�9���rj�n����h��2�΀N�jtu�V��s���Q\Mn�BT��$�XXN3($g�E;�cpv:ߒ� ����ۙ��X�n�3K�����F�vD}-Qf�1�
�5R�N%�+B��k�������}�a��]pN��f�M�
_ra�Ao��T��(�ɓL�����O\	�56I��N��<f
�N)a�<��1�/����qJJn��Q����;CWM����p�ں���*��~ua�;���AM=�����x�2�1��Vɀsr�*��
+}t�_�v�ⰻ��U�&V����nry��bXi$���{��K���"�Ú4��J��5h���	[�ݸT�q.ѓ̨�l�U����6[H�no7��?�1�g-���Ƕ+
�J������^�i�)���F���.�6�(�"SYW����z��)��#g,4�bFq�x�ڹC�jதM�o�n<���w5g���xW���^y�ܺ����<)��*�,ۑ�p��	���zG6Pd��w�-�84��¯����|HC��G�2��ɶ���Ȥ^���$��?�W�	�2n�s��f�� r��º���k��YNF��e��t�
a
+��E�d�u���T��S�vp�R�Q1��*���Wذ4�U�^�O� �d����u�����tȭ�M�^뾩J<�m���$wii�����d�Je��HJ����nʦ�D�d\dt�r�4��d�t�;eK/�c��$tE�۴L+�����}�:C%&�?�D�gD�_]E"��@߁�Ĭ���К�p|�ż�pK!z�.)��QfZ<�~t(X�yiP9y�o��i��c�[��:�)-�s6[�y4S�v3POH&Pf�1��	9��p��Tk�%!�?��i͝�xUw�_>�c/�:�ĥ��t�_�T��Ku�U\��X,+�l�nL���g�*��Vz�9��0��w��򇗴t��Ҹ����=�-J�Dne1^$QT���%ȹ�­=N��ܷ��0�=c�EP.)�((j�i��՘�4��)�y�������f�������}��s�ARLE\K%���^7U��r󟿃ʭn�\D�A�g-������aXx2����
+̾S���l�N�Pg���Y�S�iQ�(���(�N6h��8��F�dXzdx
̚8_���o��'�9t��hX�ݡ�
#���.�6#���Lnʹ�5F�5X2"o���{/����=����^���۱�������ӵ_��ɇ<C�>m�!l��vߌ�G	s�����V���H�[y�n��}��`^x&O����%�{�.���[`�����XN�	l�p-�Q"W)���J���v��}Q���)6�S��Q��@�,W�t�����7{
�՘_��M	<�7�u�>Ͳ@_��r�N8u�0%V�S�sA�O�����ʚ-�6�D<{� 2&��Y
��Ё�I�4Hrd-��صQB��$
�H`ah炎~��P[V�B��Og:�j�x54IJ�;ƓpR:L��\��r��ݧDZk�Th��!�)�}�V���,he�8u��[ϟ�����Ȋ�Ȗ�]d�o�)����*���G�P�� ݙ"r}�V~4�q?���γ�		�M���z�bX����ܫQjQ�/5jI�d�Byt�4&������ȼ.���s�$/�d*t�J*�����J��N�i2v�h[Z����}ǯAX0,�]A�`��Y|���Ҭ��됁����jVv5o�݉n�y���%��/�X�`�7�>L\�y5n�OG�k(��&ԤPԅ����S���F5$��ˆ����9%"����Ջ��ҿ��%��n��Ӎ��6{>��d��..15l��Bh1llq
��8�ucm/c� =�#L|�<��tK���c��ek��/���T81�lښ�ihp.��l}�Y�(��O����w48�"P��,�*�����r�����E�xE�i�>F����m��n�
endstream
endobj
85 0 obj
<</Filter[/FlateDecode]/Length 26200>>stream
+H��W�z��}�(8�
q��'����C4�1�)���n�wι�~��?��Tu��Z�Z�'iFMY�����h(�!��1�/x�J4��M�a����^�
�l�mXGwU�)F]=��Sp������x��%i��*i1���Qo,F��?����7+�j���r�4c�����-���;�x���<Wl}�nc�-�*�(U)�7yg�����E�{����P�e];������x�E�}ɏ���x�i� W��+š��Ab�<'uڌZ
+ڌ��)(���
e~�L�h�>�q���I�/��${�?��
Q�U���*�,+��e�\e��v��ɤ�h�lZ��a�lb�����h{PdžU~qXE.����Ԫ\��[�l�%�=�{h��"@�k/�IE#)Ir١$�j�iR'�F�~X������]�إ�\+�0�.�/�1���D�T;�6j��dL�I��e�+1�"��*X^��__W����{P;��������L�$s�	�p"��4l�I��u�,��E��#I��C���la�2�������X:yVgh#���N؃����=��������S<6R�EX�^pG\��;��/fE�5He%�j�
*pڷN=��!��w�����<�lJ�w�����I���*��hB��$�d%U�����
+�2$h(���ydh�6�\V��ۃ���P;V|2��P�K�>�����s
Ń�-٣P�9d����
+�S���v�Jak"[t�b8#��j������[4v�
+g���
+�����UMl�,�v�
+�e���`��`�=�6�-e�n�ѫ��/ Y�%(��.�,��������j��z/��^5��z(�tv�1Jʝ��Ѭa�
+�c���7t'����=��6�*z1}��f�V��^�Q�
+P�u&��WreM��s�,^/�tx	�d���7�F��w�3��aMp(1�9Y�D.@�6zl��Sx]��J�Z/lx�TN���IH�t�?�b�dU�[��^�h��f�h�p<Y���1�\fT�1���9��� Q2g�_����
I��S������ُB��IO��9M2�(�tD��J��2����HMtH��o��h��B�EbV��y΀j����N�
+�;	�	�p���H�Y�_!�8��ğ��Gx��og@�����8�������~Q��뜨�R�?|�&?��3/��/�{��E
+��&`b���g�)O[Mh�S��"VaKG�����(<U�g&��OD`�k����'٣_6_���$��ڣ�?�SO��n$�z�1��������v��)��׾R<�D�$uѠ7�7Dv�_|+�=:����^�	�<:x*^Λ���Q��Y}>�{@r����B
|_��I}{S�Q�y�̗
��!s5��1`�o,X���U��� ���_��:��� W`J���%���0��+�|j���jQ�{Au�-�j��4��K�3�̥e�� ��2P�;v�8MO�����J�[�������.�"=Ľ>K*��)�R��`M�k�{@�tMˆ�d4:첌����R�4����24�8�g^KfK��	D����-f���!����1
&��OM����j��3��MHgLdHw.$��V�z(6�dqq�X��eQ��ռ�x?��OZ��=�s������Ը��_�L��g�?��?D*��v�
+��$���$�L{w���x���s���ޭ���)zS�t�B8ѽU�-��(��*q��$�hk9��2}R��^,�l;�٭��ԑ�f�-*$���kފ��Z�h-�E�Y9.��e�;��~#X�2D@l�㉸���N	���̸���iLa1B�L2�~��zw����/@������\�A���;MꛣR�JЭ���5�Ђ-[3�O�fL\�ai��|��E~����#\��۱B�
�P�K����UT���u��`y�:1ltg�����u�樢�K�Q���z�,T3mF�S�)hb��X�i܄�Wi��[���X��Yu�uk�x
��`��s�����u|̗����23r�.l�Q H�Xz����q�~sGt�������*1F�1��ͬs=$��K?5�X����[Z�l;�-����.�^e=|^3
+Z�8�'})�,�g\�b�
+	�x�
ɾ���?[	P����\��s���=�V�K�T�O�����fH�Y����c,�:�N���R�t����{�h�8<��p��42�%y��%��:�w�L�7�_'>�����\OȡO�C�jc���^L'�H%��
+	��+�;�lr���?�l�h���#���J�w�\��PZ��S�1ac!
+	��(.LiZ%'��(:L�ڽ��Lk��UZ��Ϡ�Z��L:�Nܾ���Pk�V��G�~~Ab�����^	[�F����Z��TF9:ݠK�9��I"��~)
+d6��9�`~܌�n��8�s+Ɏ$���gR�?�X�>��Q�,cm���ȯC�N��2�$n<�K�e�d�y����+���" ��h�,�B?E�`j����&6����`��C4ZXd���%�=�uh��.�61�4q^=����3��]� D��C��JL0�B���YpxV1:�N�fҍz��z��:-�n�oB��O�ɜ_�F(�]hIX:�.����'` �����~!���	y!Â5w`�)[8ٹ����������-'i��������w)��/�SNu�]��T�>��@]��y�����X��8Rh�I ��IiJL��������g����K�-Hc&__�����<]S�?7I\�q���Z��[�Ud����n]2#Un���7�z�M�ž��/��(��B��N%z�(�}GB��(`����n�F��@��<l�Q����m�JZN'y�Z���a��e����T�&�0�	l&��IE�4)��m�vs������0.g�%%���򅴧�όy��Iu��#u�o�z��7�o�*��ACgf�u��0*0�� �M�d���GdP�i��?K.��z������vT�q��z����3O<���^Цs���P���~q���X$�������ˈ��*#VsD�@y��e�{/�:�4N��_���P�*�0Yu��>�F��<;���#��Dn ���c�~{���y��?r{*|��c6�k�ވ��9�rۤI۲�2i����1f��M���0|��l�j�б�q�ǿa�m���c�)��)Ơ>Ŗ%�)8TpD5ٚ	��=�H�A��$񆷏g��&e�;��� 0Y88��N᤻��v�_6�C4����_�G�$J}�3Β���L�Md�!R��8o��K��"���*��T����x���4��]��1��y��b�j�`�  6C�lʞ4ut���e�P����2�rT�t[��kz:4��Zn�$����wT�N/���$I,�����D._N%a���̥�b�x&�nO�g|Uy��tMeހ?�E��a�S����{�Q��q&�������(�����ꃈ�'�@ug����
��i]�b��|^b�/e#�h&�e�����'��T%i���a�TN$�'���=��8�)rP�g��׍�0�����gت����D>�@��'�/XU(��d��G�%MZd��-��[�qM��5�}�u���d�I���)���x�h���)L�ĒC%&� �
�F�+dtY��;g�0K�H 㱖ʹ���]R�=+@i�0
+����tU��۞u�)���K��ՎӖ�MA����{�Y����{��<E�NI�7K%�)��\���FuX߷YQ����3W-ylp���#TT��5/�6�i�j�aK{������|�e�l��w��^*�ܳA��o���b�m�C�w_�=����!G|��7���=�N=y�D�T�����'^���	�T�%Ջ�C��G�T���ywV�^�2%>����rr�9������_Tm�Y�P)��F��蠱Zٰ
+�X�"~�_p?uE~�,�[��<��y`����_�0��m�����֖��I
+'���ZB�����NT(�������j�5I�=�
^�f<�lo�ϸ�ސ�"K�Fi���H3o	��o"l1�	s���m�T!fth ��
+tZ�G7-�vݒ�Qp������4��FK�*��˰E����#ǡN�U9�[T\	�d��lv� �d?t�Gm��fہ�,���>]A�7������Fu�K��
+�Gw�U�{Yh7��{�sa�I��KN.���¼����ˋX^%�N��"-+�K�+2ꪏ$e@�֣�����)	�;��Z�*��;�zA�n������
+��L5����2�{s
��3a/���o�K�A�T3n{��@д�f��+tS�P8�݊���n�mi��T��O@"�
+b3E�����@+�P���C4	�;x�*�9�Ҍx��b ^�<ѓD)Q;�<�V�j�ԕ��� ���T��;��[^NEņ��Kc��
+|!A[�Bܙb"�:�dt�и���"�4��B�����-��L��b$�-�n��עKo�or���1�p�n�̐��{��B�p�
+"�odע$�5�zH��w���8H�KC��g1B�$bq���X��8+��]���JN`Vy�n�J3�8��ҌB�\�ȖK��
W_[�hy%fϹ����I)�k�U{�TcA��X��ncpJc�^7\�^�Ez���� A���I�n/E���޺��D�
&��5���vb�D�Q�\�A/J�]��T{�m�,j�����U�=E?�c��=����z_Q�~k���y/ڄ_�ug7�'���o�0�Ĵ�٧�R�W�9�:���f�z��=T�#�9S������Ӑ���_���Cz��%�u�+�"0P8���
+�PV����S�ef�����E�~�<�?�3�=���QҬ�lIB$V��f�M�B�q�.@�hy���)H�q�R�-
l D]�Jݺ0,��ݽ�!�6��
+��������l�Uz�%�,z�*P�Ȼ�
���#>��Acv~�;����ƻ�q�?�.9�e�4�(`�SLsVC�����v:9L��JE$��>k����j��
+f���Q�w�I�a�K4��|��6[�h	�
�
_��/P�D��fV�Z��.a �R���n3G�I�����*5�^�EͧI�O>��W�	|GY�����2..�vR
�{8�x�Fñ��P+�����ߛ?�g�1�_0x�e��-8^����qȜ�|��۶�6�4��I�\�Ѳ
+���4�KM���_���q����+`��,���_���HX���bc�U����3?�%�!)���B%��i�rbl���|Őx8��'《1�[��Y�*��>���0gp�
+�p��X
���g�uߊ_�2m��*���tq�¯z�)/WO*�͊>]��*�V{]���
�*��~���U$�2@}�~#�kN�_Zb�T�fIƷ�1��Z�'v\���[-p��r=�a��*֡6&>�u����E��ү��g�1<!හ�-�~����T��X��>|�M�u�e���F�o1!��yxwo��8���^:��2h����i�is�-��
��K���G�oUl�}��`2Uɜ�N��iD_&l��U���0�x�CS��w��{�bw�!��^��b�
}����U�8`�@��)rX] ���/7�y���3;Xo��q}۬vnn�(Za_�G��E�f$N-�	=T2_t�Yi^�x��Y,!�S�m��m�@cXdb��S2��5�N�5U|��*{:�R-&5˽�t��2q�#�����駔"�cH�VY:��!����b�|��ΕԫyRC�P�|�ֆ&c��T��"tv� � ��L���C�Ceb��O]�O	��X�?I9��K���x8'J=����á}C�-���y$�%bI\X� Њ�He�%��B���*��9�dmQ��lIu����v^��".�T9!KC��ӈc�|L�懣�X���_f�YE��EI|hh�y��6Zz��Ht�|*i��I��6]u1T�����؞�s�€$SJ�g�E�ޫlE|�k�1�H<;��>���r��&z%���^���S��h�a�Ġ�'��F���޲�����F�/'Ga�$��Kt]	a�N�¬�#��)<�X�� ������o�q�G~,��5w�e��p��1rr�� ����ʾ	
��h���L��hx�)�/u2��.��6�OK��0�I@�����s�%L��}�G �}a�'~)	��ƴ@�w����
>n�DO2Mzџ���I4oY|�f�k�J���ѕ��7^�����T�n��m���a�w��p���$�[�;ā$,�*��n��!���V��E�M����0u�[n�?!�����`]��ׅ7�:�M�3�a1�{���$A���`g�4��P�b;Ej��M"rt�)|T�v>��_T�+�5\PnΙ��[�Y�Y{��f>$�0�a��~����b{�p
+���ne5��j!#���͍z��?Bt��������Ɠ�zyS;�ƴ��a��������mi$/���,�7:��7�3 o �n��� >MF�>r��W�|SgO<=�a$Fs?��$����,��
����gb��,�6�sK���/dT'���l67K!;a�x���ޕ��>0\���>�w2�wQ����Q����s#\]ů>,�{OW֯��G���M��Oou�3���~�3�����wl~�ܠk�8���H�'j8����A��*�nY���"���rJ�ӗ�Z���K�K�@�����e���dCY=,̮�K�74�O��U��K� ��~��2抐z-N���rt�z���(4ق6�C�>��x��6׉48����y7����C�	'`�`�JkJoV"�N#��=j���{裁`=��O�5,���C6��j�R���	kU�.��*�6���++1e6�`��S��nj�o�A���RA��Z��Os��agira��X0x0y���/	;��a����X��o�v��1��λ��n���Z������VzH�no�}g���v�֤D�Q���r��]y`�r�usH!Z�<�P�f*:��4��k�� 5b7&XF�rd����R������u,���{����[��'���zd�2�i5��7�+Ѻ&$u�� �"�!;v�_�8�����>n���x|M�6�' ��"���z�~m@
��/K�*�/zj(7��o
�[^��������Q��v^aX`@�8�8����e(�\M��*Bō�/�<%p�^I|e4�zQ�2	iO1t�u������f���I6��7�f�j�\��Y�v$�c+�u:Y�֚�A�(¼/
�,6��[Κgih�x�����(�E�M�
���:��wSh`J�p����4}�$����'��#�y���l&N�L�%Mkz(�L��yPZ����Z�X����@$����Y�MmeDD���	d�{zz��Ir���z?[W�͓n�>vv���7�����Õ?��{��EÚ&�/)��+��hV�}�9:#y��J��zz�ŭ)���q�6�>�[�yl�E��s���BN���ؒGJ���Z�C��*��Tp�4��d���FC3�~u��$c��?��|�&c�-V69��+'jn��CW�N�Z��K-?�Â�8���Pj�jH�fw
�K�*�}@�٠J�ƴ�>~ꦝ�r����2�Q��zr���̉��z�f'*�oeM���?��S�m�'G�4�'AW��S��Pr�?I��B›;`Hyt|u-��l��v��f:��㢏F�H�+����l><�1az�Jum�����P�Ѐ֩��D�tc߻g�;������,���oA��K*�P�1͢�G�^PP1{漨�(f��D�-�'�����W�W<�&f���J�yυ#NmOK�&���:(��Ni��������%��P�8��}@=}	<F߃��'�6���Y�T�tӆ+0."�F���U�A*@�٤�ʵ��֢@!/�����\G����R��4-�&���K��%�\���ځ��z��<U�B�z���]h��.��9�#A����*����nG_�U=b\e.	�ڕ��\��Ϊ���)�[�㛐w�<�>����P_y���Ecs�;jm����s9fm���q;����Ɔ�$H��������!�"��*.PN�����M��M�.��w}.tR_�釿S>/�?���/;^����o7�F=\K�ڦ��J��^Q�Uy�G䙘a*�g��ĺ�%�X�S�|[���0sձ�؃�c�U�]�����:�PXL�d�F/����՛�=k]4��FBH�IّPOj�2=G����{�n�a��Z%�`�a��Ow�V��;�~���p?����n����=qȟAs��m��!6�z("9�g�\��`88�X�&^����vmoo.辣�[	U�U
+�˻Ihg��m���KP��^b�8X+��42)1���.�I�
��|��⢞�w���w�� A/*� X�B��	D|�4�1����AC����M����F-�S�hj����%p��:P��B�;��
+�P/ũ��8zЃ��S���(f��f��\�!r�`-��bi[��I`�e�E��]܍����i��_̿��������3�y��P�7ڂ´3�c�@��ZH e����[
�~D-�W3�zQ��V3��›�#U�_���o�yG�I҉4PO�j�s�K�U)%�[�Qw��k�j��_s/���/<	P2|��|�@}�L��˘krS�q�yu�;�
+Zĵ����<�������^١�q��6�0��w1�򋛺�]�7� �"p[+�j��;��=��MŲps�,��(Ġ�cK�O�����<�W���kRz\�V��-
+LJ?j���E?�EaV"8��)�A���x��T��#�5�N�7<"������"���Bq�� �
����Hy�[��u�:�Pk#"ްO).���%>��[�ƪ�:�Q�`���Xؒ��MB-�ĉ�"�^�����s��OmD�U_��h𕻭v�*Go���W� ȁהE!S�~Wׯ��Bi
ʲ�φ2��Բ'�+��>�Q(C�HR������$
+��n�"+��U�_g��[!��Z�{,�w�շ{`��(,��4��XT�MfED�c�%�z�L�7����(]d��V��<?�,��ҥ�Z2
E���U���Fauou����$ըa���]�����
+=����txZE/&U
+���������o-L� 8Ɲ쀭LB:�fd3�������<��mO����5����dx��ͳ�����>	ATv��QLE,	���'��ws8KL�1��eϨ��ݱQWQ&�pt7s���zf�����!Konz�t��:p�9�������k�o~��c�-��1[G�
+o�J
+I%�Йy|��؁ʟu�M�iz��a�BC��ɪc�.,�>���7�t������e^?�uY��4 {c��:5�Q1VBR���7
�U/R-*���Ck��.�O|�ͳ0�ʑ�Vk7)��;��%ƦB�0΅Z��b,��΢����Q�l
@{\��%��a�N�d����lj���G��"�	#,dF��������i4_��l5&&���"�c��`|�U�	$��7�7�|< �6�{}	���M���A�R�u*v�I��9&E�ϝgw��WN�θ���i;�A�Fg�:`��`�m ^_|簴F�>��Sc�مΣʋ�pv��ak��Ӕ�0������!x��m�\����JկL!>��P�}���<i�T5.����l��m*����%�MI����
+H���Õ�@��&�0o�H%h�E���,�ss�/��l��M'���.�򙦺B�����nA����$�@ov짢����i�^��5����9-�mA��y�>0�)똾�f[ m�|_fE��a��3}}�˳L.A����V&��[sewZ��y��YL�0cC`�&_,�+R9�vK� �*o"��b��zR�\�f�V!J��0�n_Mm(�����#x
�)�z�!�%�A9N5�&��[�����:�ע��Q���[(�m��::
+��]�$p�Η����k�'Xա��wA����O�ja�GÍ?�3ϟ��|^'��x���!�Y��{-�����+ι�/9��⩪��I9�J�]�_�>'�d��][��D�'^Y)e�BT�͂�(�Ϊ�+T��[�]0+��\=�?x�.ܗ�o�'��+�_���h���n8�P��a ���O,����Z	��U���2HW���cf����k��|�.�+W�n�. }x?e%���2qOg��v��:�T��u����sf3�3�5B�kb�熏��o�_c�����M����Y�v���)��cʴ����K"��a�W���)�4cjn�Ua�禫�j-(n���^�
+�����A�F�ۥQ4���?���4y����)���$t��gT����k[��z!e�.�r^НLH0H�v-��9bg,�({.��~})��'���q����ps.=6�|�@�������8�R�i�/Zh�B��gi��d��8y���
+珉cW�i.ϡ<79���UH�?3Ƭ?�B��P�%���_���.�K�Q��l�߷�t7�Pq����1fД�����"�ͭ�`Q����W?�IM���M�d�@p��o���σp��o‡��!@ "Ɗ�J����™�f��,h�g��?O�bHA�����Kv��쇮	1v�O���)��4�eO�ł{n͉�ܽL䤎�}���' �{�T-Ӑ��N=�.[ԥJ�2b`�cSg����ꯡ�}�ú����\J�rA$�z����o��"k�>�f�f�E_�%�,�>��I`#��=M������!z���� \�F���xX�����w�,4m9iQ�|x�v-ˏ��[�O�*F�v����(��0,�3������z��0C��P�7�S]µ��t�8LaR7��G�1�nE_�(,4�U��a��MF��J��$�']���P doa4����b��QӼ�Tmd�=����H�����&E#�lXo5V��K�
+W�<{���DYu/V~�Rƀ������%��L*�u��� ���2�/�;=�1�d{�C̄院���8���?��>�3Ѕ��x�P�)��ܔ2�Pw��\9�[���K<E��ه�&�t9�b(
��%�Q�����T�A����b~�&r����>EN޷|D�.�G�M�GE'���!��ൔ���r�+U��{>�6�`n�Ů5oY���6��s�S��K���[��iD�d����*Se�[�o��B�� 
+��V��K
+>�������7x)�1��Z��ve��4�?}�=a�X+�E�nl"q�7��+Z���CP�o��Y�����Q\���o@�|��T�a���a�������2Ðޕ���	Ϳ��u����:��1�.UJ;�'R's�l��]�����k4Ν�K	gT�S��Q���[��A��5����T��x+����O�*�e��RdT��3R�]�;��^;���x�1,�85�ZNt�;M(��F��Mʢ<S������7�S�I���b:E��ٯ�*���dxP%ɠ&�b�@�G.'X��/�����+8��O�O���S����r���pb�i~(t*~QMAʉ�����Y���>�u�
A5~qp0>'���QJ{{8h�b�E�������Ju�#^���ϩy�䨢�^7�p��Pm�+��Fo�H�1v�:�}}�c�㏉�����%)��	�Y�'6?���;">J�,]k�I�:���v�
+5q��Q���"G�����H�_�UM^d]��
){pB.h�g��]�ӻ.{jP�H�|*�S�\��,�aY(�f����� Z��Ѫ��j>�|�*ѯ�6��s��\��B�)�A���sY%�W!yc4�A4d�#���_9��d ���$��I�!X�#����ҳ|4�7@�e6��I�@�*�y<{��6�ƣ&D�u,U%˂��[��$2��{�`jrq�H�粌P����j�"�ˁj�����Rk	�n��j��}#.)���m}��`���*�(pDLf�%��gk�
T�$@��/�5CR&�#fi������O�����@p�dR��y�n?��w�㫽޻�v��jH������s�1���ᠧ��c�R�S��*wK9��|}e�s]�����4��ڣ�y�3w�C7��H� hĢ�(2�;�b�3���eS$�f��R�`ہn�:|0�A�W<�_}��:���K�=X�/6r�Ep�(��2s�ʼndDո���+��'��4�h�Y>�v���|����c'K�p��e
+��v��B�Q�<�-��9J�N�O�N':�b�cr����(
+o9�݆)s2��P�|\Mj@�:s-eg���,�lp_�W���`orן��FSZ���x����
��=�p���G�j�~���c�u�*�����}���(����ӣn~p�_,�!�k��~S��� �_��c<�~�oH������,w��_׉�T���l�a�R<])��/7��[|��6�Љ���+1���d�F���B��Ia�nUET;h�J8��LU���UZw5��~�RQ�����xeV�L5�U�Pz
+y����^�k�+A�/�����	;�M��QdPD��?Uݝ��̙yΜ?y�t:�]�Woe жP��/H�?d����{��B������4&��F��O �!&�?��0p��f=��z0֩��X�����q�_a��F��,�J)O!g���n��0 !?����ʩ�I�Vv*��*9�yp�sf�D�h[��f�5Ư�?��<��a�����W�8YT���,&�1+���l�g�Js���qhv�	"yz}קrE7:Z��G�<Ly��O�MXt��2n�L��n�
+x���P�M�:Et������0Hods���Z�I��߫C�5��nBzrt�$�JE[�="�$*�)�^
��w�dP'���χMFR��1є��˳��4Gs
~�i����\�%�p�N+�u&��`�i���,������ETK�
+#�ῗ1i��.nj�kޱ2�8v>&��&���	��͐��������W>q����{|��|�!���4�y��O�.�t	��@�n"Qq�-yK�#���11�F.2'|W�-�!�a�}O4+g���X|�e�Q�&&w6�	p1�Ċ�Gt�#X�!�A��DrAVW�\�<�c���"�S7����<�ܰ��:p_��i�]HFK�bjK �|d���D�i�nln�x��[ii�E��hw�M����馦Ɂ��G�Z)�K�:��>��㘚�K�a����6���f�d��T�[S�Cݠ!gA`ت��Uuᷙ=�QUW����u!���K %�(([8�Jq���g���.����Z�{��p4�����͖	ד�-���(�VY�g:v�qu%lE�zQ�#�b�k���9��B*rd^ A�aR�����7z��/x�"�8Ia�%}�ZvOǎ��\�H$+<�V������`��u��6�!]A!�@���o�����Wzy./С���t�}�q*�����9������v5L�LJ2�;��ؚ�!��
+�Q!�ɠa:k�d勞u��%��6"?�����׳�Ӥ�YA��ı�>NZ�hf`��g�����{f�%$�(T��A��_va��Q]��(EZ����?�/�ʇI!��N8�ԫ�2u�:Am}*���4�{��2J��@��N��\f��<@����hq@�=�I�-e�b�!��Pz%�M�4�G�j�(w�,��KN�F[)ʖ�b�F�QD�i�����@�~W�N�_�V�.=̯P�O��X�ܛ����MA���ߗ�5�~kz�����~��i�����Ϸ��������i�t�"g�^�^�T�����2�0L��{*4��A҅B䂼cYI�Vneo+5_ξ���-����\������0��H����w���y��<�_�u�+	�4��Q��B�����u�Q62N,�
h�V]��B*
�mT�9��ŝ5��B��ݤ�y��$���,%��@�R�+�rN�.�a�u�*��UN�����JT��MQ3o5|�@���?m����Sȱ��6��|?΁��D�&EC��d���L������O�7('ʛ��'	�<NpF��ۍ*>Y��}��m��
�>�Q1`�o���]����?�N��?��߅N�����}X��.A�x�?Dҽ�E�x�/��(��JP_��~w�B�>R
!7�����ΪMW���n�"TdV<B���\Rp���S9Ct���6��seB}!�n?_S���O[��x��zy�..@���m�����bFp��U�į���f.c2��	/�a�5��9�O���CSv�8�ʘ/�ٓ�Ku��)���᩼���(3�2@X��d��y��@%�Kitd�>�8�r��o��HHٓ��p|2�cĀ��1�����:K]��Q�40c�w
+&x,H��`�{e�C*�pA�r�"W4��B$�4)���~	�V�����̬�@C��T�y�T�<s]����-4`Ks�!f�#A���en+4*�H6_��_=���X_����8������l����gC����>��J�	�`�l� )�"�4�}���F_�%�Z*$f�x:qC>����$E����փ�Gʳ��{uU*�xV@H�J܍r��vPQAU�T𸉢'���̧���i*#S.��M�,2�W�}��)Oj�+1��|���f���	C������9��&iR�s�"�ZB��},��H�iKأ�u�/{�p�ߵѱ����I��?�g\��)����bȅh{Uy��I���ړ�^p��wUk�U7���JM,7��LM�����:��j/a��
�l�B^CҘ=�i�e%X��F�<���E����!�'��V��#�<oA�-8��1@>(��${�21`4���7��sS%�7 ��d��B3�K��Z�W����>lި�v9c^ɋ��J>��hwW�\�w�����
����lqbN�@&KWp	�*'U���W�-a3��s	�e���W��N�U�0��'�`��ݍ"~{vԫ+y=�Is���y����;L���N�X@`쾄J������
�>?C0�H��9J�h�,@�!ٙ�
�TNu���6�U;M4��G��F����0��sy��"�����sŶ	�ͻ\�t�c.��C��u��2��/{6wV�6HM9q
+
+}›����Ma��$Isi�[V�UtZ�B�H/ӭĵ 
+?��
+$�a�0�'E�E����N������''g�a�W�Ei���Xe[B$-M��Y�2�O!l�(o���.�|m��
�ˀ8��2r��P�#
��((�����χ5VÙ�u�!�V���RgW�+�����P�	Hl�hJ��%$�@8�vI��f�@�\R���l�J��&mz�r�+է��1J�V���C�]+%�%�]^U�O�B���xE�lB=��Y��%���g�Jg,���G�(ⱚo>h���W�_����6�y ,-ٲf����`��o4�8/I�j�6WuF�Z�\�)�u�ظ�S好y�jei��2v�a�f|�}�sl̪b�e�k���M�\�5e�\��:;_<��1�6�������8M>�6�M­+��Z�]v:�7v�>���3�3)���� �ٱ�,\z�����ϫ΅�.;�Ι��9�žK�)S�ܖ?>��ɺW�r)��J��c�̔׿���~�Ŷ?:���cˊ��|J��.IumUF�nM�u�
�@�vw�z(
+|<UB����q:��&?�N��o�k��~�dA3r
+?/�0�Ն�Y59�T_*UP���t���
+X.)�8	Ow9�s
+�H%�����-#Ͻ8���H����xy�x�n�ZV-$�>�5ڥӕ�l��Ⱥ)�S�QP���)�
�#C�:4�#e+;�S�nź��N�J�P�5��q	��㋿�5Vxߎ�y7�f��jӊ�%ɹOF���"���'kl���������-�w+�0�%łAz�Q2�~x�tu�ЕS������c�n{:�o;"@�"b�[�5;��e�y��T4�>��D-G�|ig߁�Ó�U���")���S(
������%S���?`����x����+]�ڼ��xt?[Qٱ���n�vo�ыU��謅�F���*z΃��;g�~����,���>���.)ȌL(��m)�Z��P�d��E��HS���'%����˂��ẅ́�75�����b�s���U:����y����y!��!�:ZN?܆�d�t�2�!���&h��>�r���9�����h%e���vcG��7�y~�%+���4���Ÿ��j~y$jr5�7 \o���d���W�Z܁���K�@4��s-Ow�e+?���ԩ�����	P��\����?T�������6�t@�cBA��z�C<WQ[�D�M8ۂ��S��$���/VCh���I���s9���D�ym�=3�-��{e�;��P_�z�5�POUۄ�A�-���Z>��@��c�w9O!�k1
+�Sex���n�	�����T}��$�t��Ʊ�/��}�����������;����fP�z��F1V�S�`�0�x��sݑw��������:����{cN_�:H��H���J�.H�K���d�q}�R1ݪSWf@Z_J,@L�Ϟ�)J�0�m�i�G�
+j٤8R�q�>���R��IKè%��\͞+���im�$�������-lu�\\.3��Jt��*'N�[������`�>*����_��|���"����z6�z{�-�Z�~S���g���x`S͕������M
s������ꖊXl�£Wc�ʟ7�y��â����&7X9��]�H��q��`�e��o��wY����[��W�/&��O�p
+��;	��0Y�� ?�0���
z/u��.sU� ����Υ�ջ`�Uȩ|,��ia#֡`Fh~"��h1�JԾ�
|��m6)�6b����/��k��
`���p��AX�p�V�=�2ƴ�S�N.=h){4'�1��9$5c�Rt\'����daQ��Z�S”�l���ՃmCC-��UN�Z
?��)nj@V�˦��J��b&b�����U6?M֬���v�RJ)9ם^쯽�S��b��՟��蟼�S�2���W�Sb���U|=�7�ix�*�����Ȼ\F��
A�F��<g�ɰ:$��<2��5H���1?c&"�0¢)��U�H6��_\׌:��7��F��_ ���8,����i]\B}qq���v���_xn�X>���qDnf��KrS��D�~*��V'7�V�5��4�&�!^����$c�l����tl��F����oޘ�$����2��1����d��}����#���T
+7j�i�������yܯ)��1�7B��XW��7�8-W�ХZ�ο��Z�B��ׅ���nz��{���Z���]	������!��#/���v�$�lﻼ��b3><�'Y�l.�KF	@j�ćk��������
T”���'�	���0��U�ž�����<��D�n�/�U��"x�.)�|�c�/sA�b�����B�i���
։���S:��͘�
�1��������Mn���9������CqO��I����v�Aĝ�����ks����<D�>}p�y��q�k�d�1��@w�(Fag	5?�%~��TSV�
�Ek��É�^,D=���X������ Z�Hҩ�4�3��sI��:L�&O嗚{����i�C���"�Cho��UK7�94\J<A�!�5E�5���RԵ��zun'�n�+�E�X@@�Q��1�h�Ěc�����K7��|���R޶��컷6ܻi�^>Հ��I�U��E�qS�����!�(���@�۫$���;�n�kC��Y�R��?Ûi�
+��X�8؋z�3��%L&v�h�N� 1�9G�i)�}�y�N�;�E�8ɂ^��ʹd�H���t�%\/z����UCj@%�aWqq�
+��99޳ 9`�MzK��W��N��6�cp��I�>)�,�UKZ<���'���&��@Z�W,�7'O&"$���{�t�$
+����=i$FX�Ţ�B��?pJ����;�@<�����M��[�3�o�	���!�y�Et��C�j6���ţRh���-]��_��P0��\|-� �?�G�V)�K\�9��'�k9%s���������G�.�#X�)Xl�-G��b�i��Z��
X�(+��uM�J��<1�C��R��V�x�C��4q��,ak�#�V(ˆȔ>T�&#�Q�@ǫ<v�G�-�t��	윺�0n�/�țWd��mrgG4a{�1$�L�t걱k�7�P45���v����ȾGN]<��p�2�=�L)>nQ��RЇy�/K�����C�̌�f�*�i��g�y�v΂Y=��{S�f3;6�d�J�c�����{꼼�Ql��Mqbu�c[��~�U���	���`T��v�۵����t��ܝ�R+���$��Ňv��2��E�N���ɴ��&8��]y���dNh�?�����=Z�:c·����d%��
+�ˬλ�J
+�����,)�cM�<�y���x1�Fm�@'r/��a�4 KN3N(�|�~�{E�soq���^d�7#'��k����*pw�{�F��ӣ�:-�a�]�J��s�iN(��ь����.�>���*��j�����E6�H�IA��7�'Ɯoq�dLWo~���pQ(̤��4F��YO��:e+�2p)���"È�u��^�%0�%h%n��F�t�iE��)Y���x1�)�����0���$H�="��{���֡�C}њ�m P���@��f�4�l��o��jB�,Ωl�J�C.�E���#����ݨU	��~o�u���R7� �6?��%6@r�okD���Yo���>p�J��Q�<y�~<,�b�>����U�]u�
�k-����+���V��7¯���K�r�exI�� n@�#�3ֆL�*<�Z;A�ZI�;'a��̿g�'�لx`sKX�2��=�c��{Ԅ�E\���n�-����W]�R쥞L�%ޱ2au��+�	�ZIoa����fK���e"E4v���#iB����	��|]��Q�2?680���/���IC�i
���_�\߿�;���w�~�G�N�~~��^K����#�L�>��D��+ ��j"V]�67�/��}�
+Z�����93V�h*�ݿ�5ظs��1�D${P[�Bfґ;OG�Ba��/Ǚ@&.v�'��!�9�qI�����8�D��X@����t��?�$4��Z�(y
+ⱖ� U�i���a�����J�}fىu��b�X����2�1�k+�rH
+�6<:���4����O>U��Ɉ*t�.���2Լ�nK��ZDq������s��ޟ�-�h���bm.Q�*Yfx�.�&�	�Ro�u/��"�X����}[&Ǧ��`�H�U�a\�������i�v��ev�ĞeEF���0����@
�Y�{�ZnޕB�MX����Ng7Jn({Q�<9�d����@��H���A�f�;�|�J3F
+2��h;%o|��"j��O�V���we_(<O�L�U�~��� 	��́ߎ�*�X�WnUI��֐V��=k��,sR������\�__g�{�W��WD�m���̜�ا���1��o�����b�DD�|ĭ��jڗ�����{��M(�~XPZh�r�RwX GYd�P{Ѓ��ᰂE�6��E����I2�����V ��Z�F��#��Ά.A=����q�GS��78��9{N���z���r�#�,������1ibLNDzN
+�ÆȬ�9)$����k#���@��R�н�=ga�9Y���=�Bo[l��7__P_cV #�by�DJ��9�`\���#���L�х�ΒJ���Pㆺ��B�mǍ�L5����s�~�Ԡۢ�
+,*���_��FnQvY@��)���Q�Y1�I����Yt�4U
Lf;x=����A�����<#�Zk��z�l��*����������SNg^���`�֦N^��Қ[�q�M�K���Fx"��]^�D�@^oB\Е���%"���(Z�5�v�/PdaH
��a�̏����!q/��6����4Y��MuC 1�ٸGK\%�[��"�TJBW.�����*�j���B�2��oQ��S	r�MN��{���B��`9�*',�%T��D�)���A ����?c�$4�e�D)X$tm\A�ʢ�9�>.� ���KL��%q6�^�#��W �!~��іÃ��5���k�7!��֐�|��5�k����
���9�_�����k��{�����Ü����ձ}֎I�M"��7�4��Gz����m�Op>9��28�(�i�V6��v��L����A�s�����^{
�����=�>uA�˒<ڒ'���T��)�_�q6��=��~�XE���g>08��ԅ!�Uѡ�$�m�9��^��Y ;�|X{�?p�D��w�oGg:C�k*�GH�dX/b��܎�͕iL`?��҄�Ӽ�tP����=+��F��S�Y�d~����t��E�=?��^֩.�_5�N���6��ړ���
��G9�+sK/���^�3�-�]U�K8s�Ξ�U�r���0��I�C�5�4���+�%�������*��ɚ*E~n�G;�,$u���m���*��TZ?B��6�]�;�̞����;Y ���j�|�V-�AJ��f��op����|�2t��x���3��a�ouw�U�pw�ߵ���S����c��ז)�}=I{u���b���I��,w�V�W��&%��SfUUqmR=y2M
u��i��ԥ�D]�Tg�ܑ���]�_c�ʄ��]t�X��g/y�E����u�%���V�1�e=�3��=�3{�-���*�SJEe�PJ�~:�b3��?=v%q�5�$�P�k��N�=n�{�W�^_1mi��Y[��}����@��m�|S�Z#?!c�nl��`��;=�g����e�܁���A���f�N���"�۸sb�8�pP�E��^�4L�wT�a?��,Eh߆p�װ<�/�r��I�w�Đ�n�{}�X,��j~�'�^�?�l��#��\���+��ȿyI�V�B�mj��#�v��,�<��[1_\u���Y%�?c���EƩP���"�_"�I\�r�q���ۆ�\֢��f�fk���H��JB$��4 ����j�V��.���
Ƕ"�?n��DI��=j!
�eM��ؙ����Gӣ�L�2��87��"%��M�8��]Zu&c�0W�|T�S>t�5��i[���Pp)d�I��d�i���d��SCn>d�6�]��v�q���t[�nS�I[�Xc��x�5����ߜ�^�rB����']N�W�Xz�p�T�s���w1�d����[�K�?q�P1���~]��\�o�OG�4znp�1hrr��V��)_qr<rMO�oU
�̝T��������OӃ��Q��b��TO���c��������vX�xū�I#镥o�b���n+:%tI���H';�%�E����;�o��;�󐐳���hV�p�����	̀�U��0*�W���I,��	,p�Zvő�S�P<�^O,��b�����BtbEg�����=3��C��G����yÿᴭ$h�%-
+ݫ�%7��NT�هþ���ٙ���a
�TG�:�C��K�g��ϡ���Y���=��o���7�}i�w�}N�����@�YX��m&�J��p� �|[�����^E�EmE�Dtq��s�>AaV����z8
+y�jl�4Qh<
��mw�#�v$B���|o��D�I���e�տ�e~���b��'R��N�<H������,H�I.kL�0O��IgP�k�@������^��	�����}�������]٥	��	ĝ��W�n��w�B��R�+�3i%�@�!bzA��ZZ�{�hT��,�6�4�^3NHG,#<[��lT}R�s�2��4���\�j+n'v��c_��rU+)J�)��+��!�X��R��5Z#]����2$
+��%b�I��ʎ!{DŽ�1��쫒Y�,�a��%=���Jg����^W����]��߾�vO��*�����kH/�=���
��P~+��@� H�^��6��n���b#�b�I���\E��&���P?	�$�X��� ���)�?d���oT�f�S�o�9�/�zu��0΢괢��\�
+�����o֜&c1=����l�NV\B��E"��n��E�Bu�4p�ҿLm_yM�����YOb�����4P���FeL8�]�^
+˖��m �v�6�.���5��h���:�TU�_21���Hj�0��� �p�V�;HR9�Jٯ���T�����,������C�?��2q��!u�^�/}Ӽ��6-�W�c�d|�բj�%Q�-J���?���g2z��m�uzѿX ��v���	���(��< c���_31?)��?���T����
+y;ˌ���i�"�����z^�/���c\Y�g�ԏ�����ҪE���E���\�\����hc�V=����땃VQ���Ze.��{�����3�c{I,�J���9�T&���<��ޅ��Q�S���s��T�<��&C?�Y`+��a>M��]Y/u�B�q��ߢ`h���ř$n��vLͨȩ#�>���>_��Q�Rq�N�w�)�|A�6!�#��A��‘�Ʉ��I+�t�”K)y�c��О�t�Lֺ������A[���4�‰�п�+��=:5��lA�]OxW�ÿ������@Vz(�*i���9=y�c�Ư����憩>qbCQ4��w��Z�DQ9����$]����	����{�k��v�ܔ�c�n�A59�9���Ml�iQ
+*}4W;9u�;L�Q�]u�yË6%3]�N[�	�>�_ ^��|*$k��Z�B�����n��Rf�������t�M*!L)�{]����~8�`7��!���W���#��&-@���+Rv�+�R,�ϙ4ܻ���/93sf����p?�}M��O���&�e����a�Z�0/�
+�H
pjF�9�!\��%�j�e#X�tI�3,�w��͇��I�����׭�C�}<e��ZҲ|Iε�9����D�a��nj�+틠3����W�8���q��,—�+sQ���W��T�(dCZ˙���Šʕ�7�@�l�f�V{�z�u�v�D���p�`��IFX2�)��R�@�@�	͌_{�Zi�Q<H����ldqzaDJZh�HY*��;��_�)�{um�\^���S��ۢ���0�[��f
ɨR~C?<���P�
�[a*��>�e�1�`h,Z6��m�><�����`��~ݘ��� nU�����������w}z����]��[��W��S3_�«	��N��CH���������'X�r���1��^)��i�Čd�<�-���,�xW�7NbM���R8���/�/���I��%C.�9�pT�����K�ݴU[�o]��W��#Jq��(��s�X0#����we ��&�ZR2k֤��IГ��Ь���Y�m�@�f�F�CN��D�YC!0%�����u�bH�� !W��n8��VB��Fͅy���}ϗ;"��;v�����[e�?���J%Iو���ݻ���Ϊe�0��G��>/��]|�G��d�C
+��H��V�eq�ψ��{_�Ǚ�(�(P1���[t��,dF�y.�wC�ATa9��
+@"#�^�^I��n���ia=�S15Ya}���-G�fߢ�)n��#�B�9�m�8x#PC�,	rv	2�����b��>�4�_%QUc�$!̓i	���SV��χܝe��Ѻ:WK�9tU��`�&Ǹ���(Pi/��>�t������<��L�Q�I��S™����G���uN�V.۲d���H1Z?��钟�,�K�_�����Lli"J�w��>���m� b'��ur��$���yJ+z��2�HX��� �ee�^�{d����>ZaLiR�Ʀ�?�^f�\�����^�Z�U��N�K{���.x��łcx/r�����
+��������|ފnj>��fG~"��F��/�r5�;�o�U���G=苍 ��G��Q�J�O�������~YǧX��2�����3l�é�:����e;�����.����+�H�r)y���˺�с9/��B4���ȓμ+�����?�����q�|���
��WKX�6M9������R��iQEh����|��(da#��¡���#���.FG8�ι��9�#}�́����q^�}��0��ℾv�V��>�O��
j�{I�T;m�]Tn�-mBD�@c~�m9z�Iq��ט����N~Et����ӌu��}�0Ѩwa�VA��A�P��[�[��~���C9h{��z���	h)/�@�����E3��=�xQP�y��\��j�����꾡�"��-<`e���6(�c��d�5J�Du��sjr5M��<d`%�g�����3�_����w[�B�n���� ��[���/d�c괤ʱawl���*^n�3%�eRUJ��oA�H&(D�l�w<*�R1�R��u�<n�&�((��N�
+�� O.�E��#�e��ERX���jU�2�����i�d+�T�r���nMP��Hv#��M�H���fΫ��o�	w�v	'D~V�]v�蓠��E�XgX"\Y�%�j�'.qG�	��,a/�c85�E�Nu��p^����+)��c�?�Q���}��1K��!��&oP����/�e!�>�q�Y2��!-��ȁ��{��� "GJ�-�`�G�g)����o��O
+�`e��J0Wm�wpsB�uZ4 �'���44�b:V~ݵ��B�RZ$�X`�ԔM�{�i�,
+�x�\y9���,�6�̛�յ�sy��+�z*@70�17=�j9Ɉ���d<%8�\ڔ�(�%(DEP�aM��:4e�7�p?a����4'#N��ߖh��Js��:�[AN��|>�wn���h�_Cx�S�Oȥ�;���E�*u��3|$4ݙ�s�SU���Z�F�M�9��'�&����m�����/�t	�.GM���1Ä#ـ@�hdu���t���6���9C��]�u�%�c���.a#G�i�ͽN�sK���Ӿ�t<RjR����)����������O"
+�A���
+{�'&Hrn����T$q*\~����
�K�N�/I��
<Ø$��3Y�%1���n�b�?빕"���	!>�䑢>�RJ�����IM-�	�Ekٽ�۰��7BsH	f�e�^g{�x�)�M�4��:a��K�����zG7
+�G�,��@���}*�؜�2�TJ�Z��*q��9��K�~f
+j^�O�;'\L�o���U"J87*y�%�e�S��۬%M�����<��Q�Eׁ��rSw+��<l+<��y�	}�-^�٫��5w��a2r���y����U���?Y2�'rC���0-r^eE�D>&����O7{ ��Uq�0�F���45|ʀ����t�@33�=H[:P�L�O�N�-����3am�[��wJ� �!m�q�M���U�f`?:L�����^H=0
�(`S����Q���q��v���fIz
endstream
endobj
86 0 obj
<</Filter[/FlateDecode]/Length 24849>>stream
+H��W�Z�J}%�����@H�F¾� "��"*����NHXƙ;���uz��:u����-�����K$5��H:"�91VWl~^#�m&&����a?-72ϥ$��_��i�j�j�MЪSI��D��J�V�kB�IL;1�5��~��R�x��Op
+nKZc���>֒�v)Ww����TѠ��h媴����v=3l��[Z�^Ê�z���m�m��^�;z6w�!i!R��`�΀���ଳ�g�M6���6�,�������oO�Ԇ��)��U	�j�ϓ�$)�,��)Z�x�_Q���0��u/��h�[�����!>�����7ˉZ��q�z���5�q/���Ȉ�t}���ա�m!��2��l1�n�:��,�L�~o�]pGk�S<�S���+�l�Ѿ��j3�q6 ��oS�\�_N�5��t�M��Ւ&�
0$uڴ���+�� ��U�c�D�j��m���*��7h�3�zݗ���P,�?�uE�C|�n�'�P5��)�Rы˱�Zf*#k ��E~z����e�]2_nT�<-���wIX�5��@��p�9�I��,�§4W�'����ӗ_�t�0"D�~�]C���M#@�š�Q�N���	�N�*c���/Nj�G$_���q����8�f��#�j���M
<��0�j����ϖ	.K��������>�O� ����)F�/�}�'��
+x¬x��y�1��Nτl>�\<��Z��YLZ		��aP���2Fh�[�{�hpIM�� 8fU���*L25i��e����p�<`�U�hbL��`
��)�~:�6h
e �ɝ%<����w�:�-���8m��\�rw���r�	��	��ɪ�5M��.���B/�����n�E�$+V�h�Wk�-t�w�Kւ�z˴
�Pa�sN������`����~`�|{s�PM(�03R8]��8��Z8��N$��wA�%�g�_��%�^��=���������9n1�U0~��<�6!����@�g��PWOe
D}to|���$_^޸>��:��/��vYK�C�W'��j.&��_��o��?�Op���&8���D�RN��<��}�C�����i{��zpe��
+$M4�صp~*���Q/a��sia����@��L�!�
+�DRs�	�6�!5��>&7��c�!_)4ğ���@+ �/�ۭ���b��3��a��z��2��+�����F����ݑ�WL�]9�v����);.�W_o�[�(����%���:�3(t���Jh�)`�����@@[��k�Z���
+3�c��������L��S�Oǘ��<�rrّ���n�WH�ZI��t��埛l>i�׉��`oC��ؚ��ז8P�TX�K#Ѹ�>��Iܗ�%�笲�⁄�������ՆbT^�E!-�^�\5��Z���W@[QG㈜�I�pd�m�	��
+����~���,$��p~�r,�gZ?%u��������[\e������ �I0��DUδ�S�[����"�6�n�j~
+��tA1��a׾��6<��+�/��@1���LW{�2cS��d�BPM�5�F�G㇔�='ÐC�[���OU8���aQ�8Q�;�%8B̹N�1}���#�c.�
+d3�5螒�)�CV�h4c��/�X)�T�����9þ�Y���T_�mEo��c����$�����[�4�fi��Hy~o�!j�!��.��A��õ�[l��n��}���SI������H��%��h��"%��O|����>'�;Ah'����������[�P��K������F�S�[0i��Z{�ݥ�����PZ���i`Fk�d�	A|#�����H���FF�˛r�o}#�k�<�lio��!����=���J���ŀ�_�x������tC^���8`Q<��5����L�aYUv0p%^";Qo�H�V�%�荻�ȏ��T����X�ȗ'��#U_ˌdQ�=�����V���N�A
W��O��\���	d�y�l5<�v��~X��?�������Z
u2~1=/��5A�7M�����h��>}4�d������Ɍg��0�eP��ܙw@��o/"��E`�š;�K�.&����O�Y��O��}�Q����)�E�E��6��E`Sf���]���&�}x����$�(���p��rsHG2�]��+�]
+��-x�5{%�d?#0��W��n(�WA�}i��dcp�S��E&,:���-�.�w�Oh|���֚1�_�
���7v	
+!*��U���ǨL��Z���S���4?��#��JTX~M�Cz���Da�
+�4�Ϧy,��;�ee�����ր jm����̬5�}���~��s$a�S�.I���—����z²�R�������U���~�k�pl's0.3I׀���w�����[0b3Y�ƃ��l/p��D��I�<��-��BP	�I��o��owc��p;������6~@��*�P����S�vP�vBA��$��<ڿ���{�q�wAr�S�e9D�K�zʭJ��T���.8��pNC��+��#ښ�윫���o.蒤 ��gM�ҭ�0�;�x���`�
+��%d�{� :Dq��ƭ��0$����
y�o�����lw�cJt֫��%�ռ�bӻ$+��C�7�9)ud���v0d�Kvg�}a^����|;*|�x�#�`�D�Z�}Qy�VSlR�N��S�h�*;� ��wPz�����)�cGF7i�_�l�E�"��������#��~BKXYbi��W�{Ə�˾�
+��d�x�U�~/G�A?�8�R$#�r�8hB��\#�b^��,��� �5�>����e0��Z��P1�	��"�W�@.*��u6))8�~�MfU�]mC�+k��|�݅X��:�
VF^̠��+y`���k��cS�E>6b��U��y��'�^��|�Ya����^R�_X-܎��k��ڮ�h�
��P"lS(�C��������N�[#<�R��'^�*���#*q����,�:�_�lR��7��-��*�O@�yh�~� ӽm�61`�`C��58�V�?R����a�?��f��!%QN[,kڳ����{#ge�r~\�3�;��7�{X!��������sù6�IW���((��R�; f��‹+S�M����:0"��*�����,���~S��/��6O=vK�MG��0�����Ǟd�l~
_,$�F�K����xE�2�\4az�����C��t"��x�@}��ؽ���~O=�M�x(�)��VDm�.kyh��HL��h�W*�	c0lMz��e��8܅��
+m�ј"��n[Js�j��]L$Hr�37>��ѫ������6qI
Ti�����ީ}3�����M���������Υx>I/u�o
u�F�џҭ�O�+&��H�
���	�� yq>�?�h>&�U�?�0�ӣ5{@�r�3/�}�0[�(�@�h
+�@�:"'X�"2^�a��g��^_�m�9XBi�m�ݳ&m�9w�m�Շ4���.��@9�*���g�-Wz:��BP��o(��!���c490�QYf�k�����bU���xIxfj:�yU_I�e"��&���yT++^�I�ǡ��ẑ���)���kD�G�vC<�
���S��9�9*�K�|�Zt�L�Rr�7�'!���Y��HT�L���Xژ���P�(^��c�/Ɖv���z�=
+L#�����V������Q��j,�1�>"{�tE}�(M�]mz���=���������N�e��#{�~��F��_���kp�b�0�<�ܶb�!�)���N���{��_��o6��T��)'~�/��}&�� �T��K��P��ʖ��3��嗀r��y����'���<q��E��P����_�x�������I���˯�ż��f��8����~	(��ɧkD [�zy�P?ʹ͠��/��뒇˒�G��m��դ'`�l��9�j�!?�iU.$a�Irr6�KҸ�V�n�О�@v��S��n��h׮*+s�E�P��|G&g�	��l�-�D�༠�	�W�d]G:��P$H2�)&�0�H8��09M!l@���#�@����~	��o꾇����*
+�c��@bV��A����^�!��*`^�"�g�,�:�A�RW��\�,����Pۇ*�#*�j5(��E��q�)�A����t)�!$#I���ev�Ί��J����ҫ����Eka�B�Wv�Q��@�3o�O�<O�$x���=�ă�.���1���u�zKe�|V��}�_%��:Q�}�������ȳn��m9��t
�">�<�<���]�^6�B�Z�n?o�UxO�G�OL
Ӹ�.���Ẕ�`�;>���΢�י�"��`@��k�%�\+,�&m�f.3nuSF^�>'��n��5;��U)�@Y�9��L�4X��d�ڋ�:��΢�$��:�k�<KK���ю��ml.˂�&�=�,���N%����H����*T�?�k�Kp'�������{(���B	:6^�'���^�K�^�X�c��`��= �a9��L�B������&L�
��*pxi�
�P�i	:���(��t�f�%X���&����d��#e����:���O
$�{�W��:s����ue�b��6�\��U8�"LR�s'HB��(j`�0֋�FpGRp�����tK��A@n)����0%�_���?�I�M�u
+���~�w�֚���`�f��H!!Ca��R����X��u�80�h��{�5"���PK�k���HM�c͠Rk���^S|���h��4��
+?U%�6˂�>�粜cGs���U��:.��'�)��mj�F�3$����N
+S��e�*�b��Q9���=_0�g�����od�*V��ٿ�|�iiܹ#P/
g&BE4rR9����Ml�z��jM���~r�?��-+�\c����2_Hi����H�,�}'	� n�ª^�����ϩN	�̝���i�NwU�9�R*��-	�~�JDf��K���t�Rr��
?��/)��y�)���q�z��(*�)�T)/�O�q�z���T�}z����1F[�l23)K5�1��k�\j8'�5�X|��k�6��Ѯ~<V���Ha���{W��4�(�M�9f���Ѵ*�ؾ�eE��b�1{t��9ӄ��H�����IY��*2�M����iF)�
�:5Ll��RS���N;-a/-ίB\(�~��B�YTm� 	�7�������z?5rV%��n�VE���|{�C':�!����Ə
_x�x"������r�HY�71[�dc'��I.G�[R�}
+����\�M�B~��_"�}���ΓR�ѧ��-ר	��T��z!�m�=GjCr�x�|ٖ�S)tV�F��R+@��b�;��IE�o]��
�:�sj�օ�P�sf"9.�;�2l���2��XI M�(����@#&���S+j#VC>���̭D<ҕ��U{M,;r�����M�}�~�6-�>�U����$�}�Ŗ����,�0��z����A��
+�'c?�JŽ��	�}�M}����~:�y���Q����p��B��OKY[P+��{�=�����7E5�����S*�K\淞@�.A���؟��.�o�8a��i?%���•7c�%��r�.<�QQ�ڼ+��<rvW$����{�����^l"����񮛶��>�$�'�=�ܵ��ڻy)f�������.�����A�����Q9�Yz��C�e��}�e��.�{�û���o����S�oe��V��oxIx���b�qs��jJ��u'�)XS�w
1�K�R?�s�F�#>-�t,��g�>��$v&���3�7`����F~�vjX-	�}�۬��|��a� �[bu?��ة<�*P�s��[ұ�k	?	%����u�����,*&hq]ʋ
+�,rҼ���9z��!b�'����"�|ܫ�҆�.tȆ ̏M�G�l��f	�Nj�!VÜ9f��ޤwc������kM��i��g�Zc��~�Sy��'&X�����UX%�id7����6v���,/ä�
���9d��A^�����6y_Q	�^vQ�9I��E9��$ѽ���^��y)�k��@.]�\��{�Nў����w��7�Ƅ�G�4��C�m��p=j��mz�QXd=�֯z�m�Jc8��ק�KE�/5>�P�I粢�T:M��Z�a,wW��}���4[/=_��Rl�Q,��.~�G�/�/���%Z�����Lμg��(3*�6a���C�?�������n.����~/�r������յ"/7
+W���f�`ʺm�����+Ĕ$��}�5�aK��0M�~�&�Pq��*��N,�rS�$D�<�<?y��$��I��H��`��s5*�x
+��6��l�$��c�O���z������x}�b�.��aޅ�$�@)ɐM)�Z�clz���X5b���z���>}7$a�|2UmK^׫�E������b�S-:.�>�:դy�+A�K[-d�q8Hb_��ט
+�-$!�(���Hc���Π�f���{�*�Z�q@Oa;�!$���lW!��z��ٺ���x�������m���iQ��N��L̑��G�����1�UJ��PC��9/��)�%�"��	�.��T����7�7���W��1xoe'~Bc�|����#���g�c����#�9�����s/�=%����'uIǞ6y��C�)vG��g����^���Ƚ��>.&�5�#u��r"���9`�5i��Œx�;��]�G�-��&���!{ɓU�t��[��K�#���^��
+�c���6e�
�Zu�x�>�V�85��]5Y���ʑ��l�R��7�����
(����]�gͥ����:Co������&�����^������,��SsI���}��~��;S�])���
+��������)�֊�v�e+C�pMқbrE�<���*���'�f��%�$�W^��U�Z�4�H����OI����P��X�<�ݏ�=�8H�b� �4�ۧ/��'.E���2A5jz����fx8b�Y�ɒ��bc�<��eͦ����c��f~�.b��+��/�s���3�v��1`,Z�^65�_9���4���N��'~=�J��v��i�.���'+)�i�ZW��~*���&k.��C����U\��%d��rR�l�ѸR����q2�h���A���_�L46rh>(�"��1������Z%�(��:͡R��A�F�'QX<��+S�'����v���"&��Z���+�Yw��dqߩ�M��#��6N�	Y��]3����Q�t�>�;�s��N<f=��!)��"Y{��P���<ɥ��V|C`�B�4K���:~8���	����.�Tʓ�5#AlR����;���A����n��sC`�n^���%(m�wJ�Z�oD��w�����ؒ����Ez��T�U���T�~-k��U~g[CA	(iC����#�{���_�(b���l�c]��^�^�k�sM>"
+!�@�ԄzW7`C�������7���ur�*�*3���P8�/���f��
+���Jѫ�l�IS�������A���ezs��U/�4�2	/+-�@�i�ض��dDI�.��"ܠ�)�#��=�5kK�r�!C�gV)<.�:{>,�_~!�
+NIH��u�GM�W��=���?�1��j�Oad2(LCd�?��!Q�� k�F٫b�:�5�U6�q���r����?�3���K�^֭)_��Œ��(�z8�����\;�_81��a����e��#��is�U��2}��%�YH�Y
��Id����hPb����(B�	8Ѓ��
���P�)Q�_ŤB('!,�UT��<!��N	�i.��X�|)� �̧4�Y�r�5�4���:,W�"Y0��&�R���D�ڋ���
+э�m]�`��R.22W��s$������^NAC�����ۏpA.
2��E�>��`�D�Gl�e�<Q�C�J.���PQ��l�=�p���ל���s`l�*�1Xh���0~�)�]�j �cή>�J�9��$8Q����-yL ��I��$q	Xμ݃��Gr��	0?�
+���B�Hb���^�޹X�L���?�X�3��X�����|���EtN��V1?'2��q�n�����#�Pz�g"�ȎK��S�5b��*��^LpW
/
�9������]F|E�O�Ƽ$DM.&�@W�gCZ�"Ɓ�"$'I���F��(v�hS�T.S������kGa��k[��®s*d�]bې���&ŵ���R��
+�h�W�8�7���J����ہi�+*4��r3�4��dW�|+K��S;
���4Oc26?@�Y��C	A��#t�p%/��q��py��̉}ʓqӕAH\�sD\�O=��<�5+��-�R�{!}����Mghi)<��+o��*󶧽����:jV��Ei�A:�:!qG	&�/&�mY�
F4�y�M刯<a`��wh��Bj�P�$X���j��H#��Z�!�F����֕��KP�mI.�J���+�'.O���D9E.��D�B�'�$V޲<���P�#8#k#9�#o�-����QGaoN���K���;�M�.�(��ef͑�r��=L�i�����4�n�i}M��@`��R��J����I
�����t��h�l��T}e���=W����U�h��V�*�����=a`���-qDMpn�WHӧ�,�K4��:�;%�Nj��@2B.Ũ�U�1�%�J��3I��rZ�Oͭ��h9����뿚c͈��=?a[��U54:���B�䗸�,�G� �������/]z����}�#X��sRn���r��U�%�,E�f�d���#8��|��M� [~�T��'
+��C��^���1�D41hl��RTQe462�O�Ş7hm@\@3��W����O�]N�L�)��L�;��	��4��CƯS�Ԝ�wB`�D��S��[��x(-r̵,�p2�֮��j��ڞm�
��^�Xy�|mA��D.;L9�EkC�[� +qg$�;~�=u�H�,����VŻ�	v-�0B��Ȥ����@K�?�`[8
�(^�ˋՐ����BI��~iq�,�:�V[��D�=R�iC\��
+s`�����4��9O ��顓��P/>ۇ{ᴈL���w��6�#����lW�Y3��b�M�ϱFNB�*�s9�3�2=���Y���t3#��US2�48��Gz5�L	%8+V�ZN�`)̍E��<�H�k�	��P�Ei@�
�%
+H����L��H�\R���vfQ��gX�*};�Y~1�4����c��>��րG�S@��s�{�;��s��-��}�Q”�91*��5�¥���S/͚��RM�ߍ��Ж1U~��XC��\�V�n������W�?�@?´V�j�P�q2�4�-Z֢/
����Q��	%��Lj�)_(�;s���0h:b3��f߷����qU]��m�'E���N���\���%��QǪz�:��0��j7@`�f����Q�����m���������$�ҽ�nz����x�?�!�~�%c�Q���C�D-�-��OH���t(X��0\�*��O��r�3v0W|C�X���{�����=���*�7l	H<�+\�Ñ%)���L�B��;��:�4�����
+�h�JP!�s�}>�`�� ��
0�EŽ��2�Ϩ���E��3~Q��rx��୞��GaTy`T��r^�==~ώG��G�Z�K�߳#f%�#���z���'l����@U�Q*�1��7o�,^��ne��#=p����4	�����;Q"#�m�n�%鈕*���
E���nj����0c�HZm�����7C�i�gY���x�g�5�0#R��N`�)�o���a2;у�����H��������Ȯ�p8Yڥ��ꢰG�Y&:�,#)����
+�w�\|i�o>��o��̤�@�_�w��տ��l�;�]F���\Z/zm@ϏYm��,T����.�ћX���8�j��r��v/�Q���3�;�	��d��#�v���f�>Kp�����˟���K�ݿk<0_��[pP`�^�����a�N,fA�NsB�R`Q�۳��M��ͪ��I#j�B)#ԳK����
+���Z�DEKe���^�k�sM�
+����Ф(=�"�J�&=(Ҽ�o�N��G������޳ff�YR�"&<�n��R\�V�>�Į��a���I�����kߙފ+��.b�!��~�S��U>��^�$��vl6I�Z����j�2�bF��Q}�/=�IO�_2&�;�tjt��^�|�3	-,F��ݬ��.�͞T$ni�h
+�?����y�3φ�,�W�G���K�tNq����5_���meVt_��y����B��%>i��H��4�YK�cp��4{`�>�4��m��>������봶�pe��:�'�;i��6��Ee)��vR���WԔ���nEP�~��
"�PH|��o
�ty�K6�y��
+;+�e�w��͂�s�s\$�n�$
�m��Ο������7,%�R8���]C�L{mاd���*?��J�`ܦ��<}>쫌.��Oh0/�fV�s��2�\�i���w��eG��+#��n�bXL��сj-��Ყ��q;5�Z���j����ڮd��12qXb�«`����M���}fQz�%�Z��0�p��t���
W����-謡[��+�AQ��0�ȇ���v䩲k\'�a����6}��<��Vs/��T�'�T�{���P/��{��܈�QB8E�΢N�}O�����V�+l%��`�T�!���˼����}�03�wc^�cq�X����łL�3�Ԡ�*pf�}��>'60'Y@��}ˎ��*�asf�_��-�U��g�gi7q�f�1�e����e��v�ع1Q:J���ڡ�Q弪X�?��s�b�a�z�!"�ٗ����k�����=>_!���.D�@�Vn�g�ViWq�d������#c�z\Uuu�/�}k\.ʀߵ��
��E��ł�Q����^=r3���f4�bն����%0�~�XW�/qF�{����J3ՙ���%S1��BL�$A�B���dy&��W�-A��H��`�J�%^���#_(Ь �9h�y��뙠�y1�8�g6,��VB�~H���Y*��j�N�'�_��*+1G��A�0�(�xѪ�G�i�"�w��ۢ��pD��³
<9s�ԟ&�����I�KQI܆FEV��o0��+�6g4��[<�@{��:A�X�Zfv�҆��{�E����8�;dTV�M�#!�^��,N턵�B7ΰ��8mmm|���M��J�v���z��+�d���`���6��㾓U�:�aAr��X����;������
+��8h�t�]�6Ƞ��4
?�'ٖ�&��st���������T5��6��F1㢾�O��.��#؟$ʚs7k�
O���3dN��*���aa%=�Y��ﳆg/���y���e�2�4��OΓMz�氚��I��R�/(*	=$�nU���<(��-�G�B@WE�v|Ϲ��GK���0�b�����V���`�^��ve���4P�7ϸ\pRE�,Mh���,��D���f��	h�ǟ��MlIs
�yj�G����F�ڽ���B�`�D�[0Q]���FT��g�2Y*��"ST+ϸ�W��]��Jd{��Z�ł�m�P��9�E��g���2�v�~A���㙚Z�>h�V��X�.�Β�t��8"qn=�tH��-���m�ͼ^b�ܣ�!Q��*����Q��\ZP�]=c��������c����_u�9�f�5�
+S�nw���>}��xacC���WSQʹ=�`M*��|"Onja���6z��D;��[�i�U�]�'�A�~a3w�<c��N�g"9�pX�����u�d�@N�b����J�Wiß��$<(>2CC#k.�����x�5�p�F*I,�&��֛���u�/��{v�#�Z���0��E�O�"r�㵜��}�X�����0��I_w�A`�Ҋ�����"�:¨���qD[�g���<�N7�݊U ��S��(!�XN�򣄜��)R~��cR:Mʏr�0�I������m��������(!gy9EʏrƖ�H�QB�i�4)?J�1]�&�$䞟
+9c�S��(!�]N���ĝ(�G	9��4)?J����)ϙm�ż�6���gc�o,��1i�E��|���Mo�cc�K�.���<�(6�\Z�\�_�?(>��>�_����
i贅9��S#ݶ&���|�M���T}�v��8�4��!���Y�á\6YOw�R�������*��6�mO�&sN��0����Zc�}��	��dh�GPZ�e���?j���18m�G,��_|��X�k�7�b?P��t}�l�d��<6ݻ���r�zit<��Bp�������w7�;��|��dz&U3����fTc�8��c���q(���h�#�2��*P����V~�����Ͳ_�+ƴ"�Yg;�:^)LIT���ӭ�_zsn����ej�X�ſ�3q#ThR���UJ��T�N��\�K�xₖ���N65�4����^B�uekfY���Y<��2�mW�sv�B�x��>���z�_#Ȱ7�uݓ�vtӇD��<���9�����c���&�נ��rb�_����g��K1ow9�� o�˯A��&�נ��r�Q��6��뜺�W��!9���Kra����OɅA�)�J.��r,������a�b�����Ϣ7q��s�+�p^.T��o��m�5��VB��+Ii����3��l��}*���uuJ�al*R�>���YIn��%�����4��U����D�`��$�5a	�+#�
+��
+�����,
^������ZuΩS�c[8L��/7��"�F���_��قs��b�~�G�z��[�A��p�A_w���g�9��V���()j�sWt��~5C�����qCD�>d���
��W�qW�o�}�q�$57ؓ�/w�GV�j�&	�8NW���^�
+o�C�ڷ#�9Y�u*�|<JJO���jF��� a:�MG5s/YJ�"
Mn&�gN�y��-\�(�fǁwW���HD�H���=���\��je����6O��s���ir���0�Z0
�GwMz�1;�n�Fۘ�t5�P+�f)y1|n��(g~DH|�U���Fy�4iΉ5e�sYyؽ�0OV;2���\:�n�ܒf���̃�N���ӓ0����s~��
+`]=�I�>��>O_O�.�z�D^T�¾s8�����'-�k�8y�jT�N^��[�U�%t�0�|(����<�3��Z����c�j!p�Ϋ����,�,��?���W�H��u�Bƻ�c7�O5�f��جΑ�Y\�mu�elτ�P�΢�
>�5���c)��vh��� �u��d(.i��ܶ�q5�]������U���4�d�3��|��l��<�R)���4�,�&n�j+��0���j�^HN:������X"LW�Ī�Q� �\��p_��q��FO�4YT��/���4|�
+%�ez�U�'1g�=1�2��h*R�Pk/���P	2GD�_��(:?l����6��>18���Sv܆�PWg�Y�U�LHIOnK��I�}���~�-~�!<J£�)��!�%��/�L�8�E����r�<����[�}IDp�HQ�YP�ʟj`�='w4R��\��[8!	��xcX�NTHw��y�"�,�x��+����/�2�,{
+���Qtu��7"t��経 �q�{`�B�WV�O/s=E('��3��g�}.`�	j
+]ߤ�`g&ȝ|��s�.�Q5�رګ�`�~�̋��������.�<�qf�O���6�����)L���,@X�å#�.�[�Z�/I��C0\�I�ԍ��ֺ\��1`f��A��}���$X6��pӻ���X�^A�q>��P�[�	�Y�p�g�
>t׺��7>߼�20�~6_��|�1��\E��t��Mp���P�;j�s���E�	!���`�I3k�@�Z:�g\X)��oXS1������0�+;����%�3��P�B&��ٍ�L���e���r��K��/n"��~F������_�f���߃fI	�=*�{O��6E��ߟ9q؝�S�í)P�Emg�4�͟x@<P�K1�]#�$�qJ�m��x��jn�H�c����ܨc�M7/=�Z�Fߚ�HM�����_M�2�n����������}�I1b
#6���A�*�h�%����]4�o��R����$���)5춑Il�齱p|n
+ʏ�<Иx�����Z<�B*hT��
ՎzKύG���� �9�S�΃�:$����+g|���t��,c�Y��\h��vs�ww
f3���;���>㎹�j2��a+�U�8�3_Ƀ���샮�`�vU��ͪ��Ӫ#G:���|j��Mg�+z�oJ
+HX�
����	E�L_M�X�T�x
+
0����96���������X�P������Ϡ4L'����U�,�:Q�^i��DZ���|r��Y ��3�.�
+��G*�U�2��2Ĭ":���rG�<�T�S��YLQJI�)�k���QV�"�y����A�����m�;d�yZ.}ɧ=�":�ь#A�E٭��T�.��E2�1�{�&Eֲ.�
+�l�w��}ݭ+����\�L�C�H�|nP�d�ېb�
��e���C�����c�IO�OaU1ȴ\��j���"wZ��]�2���JAؿB���km8iw�U��/'b��?`ה��+tA��>l�h�%�g��e��ܘ��\`c���{>n�O(�!��v�,��s����P���u��Hoƪ�`8IBs��D�I1D̗Un\�粞� ��j�|�y���$�֩��5�e�?��E.�w�m��n�y���18�Q�����R)��k�Q�p��SH7Y�{*��J~<���!�/�>P6�hLUar�UN�b0C�}E�JْC�l���wT�M���#��\�@�������>oI�x�auW�4�-pOժ��i9��a�����|<J1X}@�/�	���tR���K�*�k0�����]�'�k/�9/��/��=�$�c
��;�j�5t��./�TZ=�@�4������l*�&-O�S�:�ݕ�x�[��v��Âs9�h�J*e��g�d�e��1��n`��_�K����)c+VV^�m*�P���|@g1)V�z�B���*�2T�&�x����7ߨ+��%W�{���HVb�
+�&��V@FO�p��j�J$+œ�}�[�!�(�2 kC�u��o�I3	�Ws��먭p�p�FG2Z�O�M��qY?m�����}o9�<�Q�~������V1�m�&�/?7H��r��_Tv��>�����=������u�VƷ�n�2�:%�b-����t-q���WP��L��0�)	ciak�|%
+�"�P����}��IP�����!ə�Z��͐��˗��^g��8}��c'7�ޒi�
+q�7,�{���ӷB�Sh����%Қh
+��r4l㑔 �/t���0`z#�e؄�4NOH���zɽ��d����W�gE���I6�Ю��~�O�F���!�=+hq���I�T$���E���"���E�ɻߠ��[(쳥J��r���$Zi.�C���@4�<}#��V�b�#��[–�@��Sݫ�1�[·��l����ٰ�c�R95�c�:Ax+їR����
+��a�aK2!v�[���$��E��T�6~-Ӭ_Z���n�Hg;4>����s����a� �|+ml��H���s��Y;�:��wB�H޳
+�aa����ҽ��˓.���>�҅�OrҠ\�ZiQY붬1���7������:XX�E��L����3K`/��&���a����@p.݆�-ʼ�����$�(8�DM� ��+����^l�=�=�՟|pdz�ӽ��a?��|ͷFo
�!�e�4�q!��*�b�3�������l׋QJ��H:6�{����dO�q`#��E$�7{[��z���6#�}�RbYA{���{�=���s[8w}��=��v�H����D=���6"�%u��+j5��,��_�C�\��/e����0�#
+R�b{)��~f��NU/��bpr�&�d�oX��S��2l0��V�{�q����:�c���ɥ�/S#�0��mF��5�,�3�E2ι�_
��������L{1~�*R!�/�{f���mu�k��}���/^�����$>O�P�
+�o�b����bW��_"7	�)�^��K�͗ xUI�D� �٦L��p�3�<��fZ~��<2	�u��G�oX���a
���(�e4�`�B�@���%DU�/�e��;�IT�Z)S�ͷ��Wlҝ��س\e���U�~�Z�:��5�堨�,,�!Ő�rL5n+\��o��^e�?K��Ik��؂��
+v)�{#�
+�!_�&K�/��:��J�7�n5Ȱ���tUb�����F���<���C�A�_�<֊<B��
�|�N,��yM�y��o��������@bg�R+"j�؆	�wQ��Fd��k�/aCo�䰚'aL���N��~7��r���}"����K�y�K�V���5u/����9=�W�5�X��:��_��0���C�Z�q�
�%�:
���ض+p4�v��}RDcʺ�@��-P�G��'�v�"�y;����$�&�-��{�봄i�u.��A�E>=�U��S�A�$ċ[]��1��[fp�����_=���t��}4����1�����s>��c@=�u�fֿܲfYA����ۓ�\[�ࣅ�#���̞�:R�mz�?���_�����'j���'��㑜Q�&�m$l��B�#�mlVW)�Ik�;���,�S�4��y�RW���&M{�G�صHg%��F����圈��lA�%�6YI�>�9O�:��U���&ʀ/����g3M��v�v��Of�@��i����ߩH�RAw�"�! v$�~'#ܨ�i:i���p��q��p��-����	bN���#�_ku�� Z��Xf��;qQ��p|�I�:�A>z(����x�.
+s�}zrH�L��;@:r�`�*^�q�6�[�D!q�Pb�
+�fAc#p��?�<N�~�r;��,-r�q�-Û���M}:��.	l� �Y���O�{��ӕ��&k�L�a�x4~9h�|��P�m�&�\�詀&��[��>�{|
+!�.�XI�������M<�"!����|��X����+���6�����ImT�}���	 z�iP9�i�����ι0X��|���t��>��*���&V��R(4��IT�VRo�s�r���b%f
+�<XI�wXI���/�R�g�;f�SL�t�y�&a%ۜ�2c}�"v:Y����ggI�\]�c���8��s�����g�8��O�u˓oO��5����X�9�J��9N��gêC�Ǩ�$�߽��a�/��q�f�Q*dS��������mn^߸�AMC0�_;����y�l~"=���ڽЯچ�û��
F�Go
*�E����k>�$�$�Ua�wY��rrd5!A��>�AP�! �8�/}�A
+��q��!��D��S���E�W����b�HgW�j[�ߞsp��UJER
+�.C��靭"�Q$��H����������Ҝ��<�_���%N^�����M95��B(F/,D}!B�k	��/B(��x줚���"R�e�Y�=����0�Z�t|-���v|8@�(a'nE�~Ӭ6�Vz�],�|a^+�*�o��������m����/��fc�*�Ё�2*��C �(u�����v�y�a�S��)���lO��7
+?������<B�-h����
T���8�
F�$>�b�e(EKx`!f*���e�*�x��o<�N�������קP��2�b~%����,�	����P*���|��V��CG��"��0~�{w��_��!-��a��!���`=�?��/��
2���m�YSO��঻`1�f��+y����P���n�
Z�ʡ���7�����"8�^����ϛ^j�W������Md1ΉR;ZDN#f�_K
�����Wg?Z�����K7���e�{��fr��^����Jtk�����ɕ
���4i��S�i�~'/�RJ\<�a��y�6�VU�S��|�pc���?�[�Qb��>�\%�s�W`�"��s^�{�*Q�	zSE@M4-M��6/YVn���Pk�}�8�ef���ާU���@���:���_#;�ӽ[��@x.3G
+Jҙ"�m�%���:Z
+7�x)�o����U#g�I�X�V����T��.�Ǵ]:�3q�<��K�t`�|E7�w�SY�'֟^{`��[��c��u�mΞ����L+͌x�2�̰D��|ly���*����5�{��P������T T�����
�%:�����z?�ɉ�T�Ld���
h�J/?��
+p�
+�D��.��mu�I3�C�,����p�����?3;z~���~��s�p&)�0:)TCYY[	{5�:��9&���{��yRƤ9i��ո*�t����w�aDs��A��WwP5!��%_>^����Aή(w�*�f�~�8V�t��W��N5	���KJ;K�g\[_��^5_BE��NH�1��Ӿ]�k���$��bi<��XW�Y̏�|��k��Pw��h"k��e`�7�a�f��9�
+Q�CO/��@v�霊��lw�"ӫ88ŎI�t���rT"�K�l}M�o����5�;w��w<
+�n�Fad�h�$/�����eM#���ݕH�M
�?~��ˆŹ��c���"*i�T��I���{l�aN�f�ʑ����
+��7��k��	�[����F�]bס<���u4��jZ��p��P%�]5V��f��Q���X�(�݂�K�6Z]7���ss|�_��S��D���n�3sʙ�[��!)0�`Ԟ���	�ɗw��.��I:�s�8)������NE�D6I��K�6	.)�IK`%x�Y'
+��W�Ġpn?��b6�8Qƿ���5�)~7<��+�7�-��V�Bxꎱ�bd��'p�c���<^�f�������&�LOkx�5����ޠM��+���Ԝ��Ͼū��
+D��:�s�*0[���a��Z7���{w���{�?���1�5�k02������]��O+����4�O�**+�.o�鯻�Ke؟~�����mD	�`vh��s?@���'���<�x0��&t�>��%/���
�׌�����:�=�G3"�6uf��|e��w��KoF��z��%O;Ź}q{�~-�bb*�}��O���)V1�M\iR�L�R5�r���y���␯��%� ��(�c�i�8?̌�i�n���s;�|��`�Ew�����%���L�z��F:F^O��"�`�>ځ���_��d��d-�Bqk�޽�%( �	��Y�{g,,���$lc���
]�K?�%%ď��qO'FN����Ҿ��^!�:2������u����Q�X�<�i�kS@��I��ytO�xf���醴1�-N&�<;�m��6�������Z�a�a	y~�0S�-��cD*����񌵥�'��N�`]�
+E�L,�R��!�G7�C�2%�b��I'����O?����{��M��t�p�D����y���T�%+$��xRZ��b��4�;ζƉ�����~@ϒ^<��h#����6shZd!xDGb�A3�: t.E�
+�F�FC�0����4���@D5Xke�F�o$��d1|�y}�� *�ˢ�0Y��gK�=��\-7�Q�?��i�M�hF�F��-��Ս�K�u�%
�)$>�|Y(�������5�:�W�>�J��|j��|�d�!���v������{=�
+�s�:��y=ϲ����9��T�6*F��"��f��$�����0n���"]P��5D����B4�Tm�迪_�,
��C�����u��-I���K�ԗ�^s���.yvM\( 0m���B�p��j৛@��\��a{gi����i�o�)|�P!�c�vB�q�V�HV+쯓�y�/�$��H�;X������3���p��]/��lW�m���IDDG�s�`b��������K�ZM��	��Q'�"lG z�*n�P�r)Y�,\�~�4��,`���~�=X��ϳ����������B�����˂J'˂.6���]䬦`�к��ԡ8�=~$�VP@"����"���ǥ31���@�hG}=/Њ��n��ɢXP�wG��Ȗ����Ie��S:�P�:U�@�}����)��E�����!Y�Ѿ��*��D�\��݄pJ��x�����c���kiۍw���0TH�:3Z�	��]�����T.Y��I�,��a������ϻ��|�Z]�V�}�H~�Ж�@ʲ&���"���z��VH�-zX�1p�B�b�E�,R��ש�JP�h�Z�sF�|���yOT�t�y�eYW�ay⢑h��ѳ6Ɉ�$1����YSQ��H���z����$!���m�3�6ؿ���q�03��X�����m�zyX�n��S��^���Ʀ�p_1�<���Z��m�dӻ�&3ou��ZZ��a��`lڻ���x7���k�݀��J���,�W�������en���1���.�e_CM�g�Jz_x4���{&+.�TCk�B����s�?F��D�7vh�D�h�j��V6z�����:�Zי��&�q�ӝ^��TN�H����qI�|g�u��D�5Ҕ={C>�2�e�f�2�y���'�JqE4ァ}!���π��yM�b{
s%�;`p̜�B; e}��0�a����s��́.�f�В����^ZLsz�$���>��H����:2�謉.jʶt#⦤��
+����n�����-)Q~�CYT:-&܎�K�KA����%�H��G;u16�{౫@�qY��Gh�Z���.�&�#�o-��N��fex	��"1[��Y�R+p3@~�B�!��w�����ez˳!G�#h�v1B{��:/��H��	�Z蕞��:w���v�lf�sӧUB��J���u9au�Șr⣆o���b
|"Vx3n��}"T�5��
+�-b�l�����Ф�c�J�,�>%N��Q�%iÃޠ����s��n�7�fi��(�xg�ˀO�S�俿o�KE`���0[�]������-Ho60�}���ղ��Uz���,m7'����wu���lZ>���k�����Ͳ,�s�X�h�.w�
+��<�������{x�UO�@-3͟������[^��M����=j^�hJxTᇷ?�
��lm>T����|���̀N���]����8C�ߤ���|�1���G�޽�&����.��^G8" a}Q8q	��-"0��jR��qn�'�k����߄�N&:^E�V�n�i�WV�����B�����m�Ɯ��\���`�a��~�3Dl�J.�
+�s-��uh���T�7S]��m%,�m�C������9!��,��.�<<���6��LY߉�j<���\�e^G��j��/���CǕ����q�i�+1
��Jn���Z9}Ф2̸��.|�����|�v��;o����'���O�'�`�Ol�Dȹ�r�<�JY۽6�D	��a���V���t@L6�WΥ�_�o�j�'So	i�:� g�R倀��B'\��ܹF��q1��&:����"X�V_[�*� o�oeovbP�jVm��+3�¥��Z�XF�U�_W��r�3!a}ގ6�*6m1���Ƃ"{DL��o��'�����"�2�v�LՀ�W_���/�48�B�d���#�C�x�1��&�s!�>��
+�#!�|�20+�0!X)�^p���a�\�7-�;
+WuQ�,���y��R���h�?�v�Ҹ��[�'U);R׬
!�ʎ�l�F�3��컫�(���h�R\-5�x�
+t~�J9y����YU��
+���I�<B\�u��ET���q��J3�[�$�9@��k:����-z'��&y��Qћ�"|jh��H��=0%(�۪Y���:��ZJ`Z�{��ʨ�ťYl���Y�.�0jt�k�f��z+k�¢�M}�`�����H
�US1�I%��Z9/����W��٦����6	��Z%=�+�e�j��Q~��i��;_�x4�C|�!_H�V������"�ׄ������!b�'@��T5(+�3�4�ډ���-)ȟ��ʆ`:� T���8ES�/Prn���u�z�uN���pB���-Nx�3�T_q�r|����V�X�z������>䄏HJ�E6':��U����L�����.�8��8�c��٨8~~�'�J�KTI�e�{��z�n%�ւ�V #�Jw��z�M��5�{�e"�W�*A@�s��iu�?5��t,�*)�h�
+��:W���$о`����^�\I�"�Lf4y��T�U�N��2�h]EP�v�]�F�����;�K��B`N����HO��"���d��0QW�謉�ܔ�>U'⦤��
+[��ҧ��r_+?����:-
+[����bql��H�Q�t$�"blt,�^k#��#+&=��SZ�ּ���[��7���ћg���
��`8б�6؛
�0�J\U,����w�>1�<�
���.0���x�gc��V��[��yIYdf<P��#��nG;7�4EЈ��yk`��/+����KH��;M���A�9�9�ЩMөЛ�c課�a؛\~?.WU@�[c�����
+��c�0�y��iu1�_���g��r�B�u)Ӵ�L6J4�x�Y?u�b^
++���i��z}��d���>	6Z��}l�.��p��f��`���p�@��йd�U��P�l�k�E��+�eT%�ׄ��||7�0�#���ۇ��#��?7������"����d�}��)�£�� �@r��ɕ̪r�>�o�2;L�	�(�}Z�M���Uක�D֬6�~�F�}q��k���ĺ�J��}*0�ȼ5��� 2�Z<�g~b�}�#���6z~���jjJ�y��݀�lb</��a�l�v�M�W9d1�
VCVO�V ������.#��l���Y$f��1L�B38�_k�V�PL6�Zw�2�a�Y�#]�hcE%C�ENؤ%fZ��9�������o%�*�����6c�y�f1W2����k?���k�����p?��"_
+��089\t|P�7˄M4>�OY:�=\y���q�^�Hx�6�n���H����(�w�b8D�v�`]*h)h��/tjY�c�	$T|�Z0�ԊO�s�o�NJ��ZA�l�F61�<�@T����W{[�L�}�U�,.�DT/�n���\Ӭ,+w���g�ݧ|pf~��;'k�g�i|�}�,�<��_-N���x����?�,�\�@�.�T�O�~�am����D��g��X@��x`sUF�h��Om��2�r���.�,'86>E��k����Eg��^Oܜ7g��Pm�olJI�ts���IS����^z�
��c�ɿ��.దb?�i#@=&�hk��:�]Vc=Ow��r�bM��y /�RL`���%�f�׵��>b�$�����S�M�S����С���W���My�7�&�7��>����ԅ���.�f�¿�r�&S,��SWL6[�d�T�4�0v�$��?ȋU��ٗLʋY���<�4r��4�X�Qߋ�R�U�,��R��^���N��������X���U�iy��(�l}���N��p��$��]��S�B9�@^ҙ!aD �?�7��<UI�w���]��̪����H
+�������V�(��Ћ�����҈���"ʢ�w��h-0�
+u�kI
]�B=u��}��I'r�٩S����J��ʲ9'��CI'�R�ID�a�V�x�c̡����_�r��Ɲ6h�V��R�M��R��o~D�j�-��;r�TM�aO��isl!/�_rf^.���z;��K2��K�+��F�1�#&��Z�ۗ���.�~T"׋��0�=0i4��f��x����3R��K��]�q�v�Kzsٌ�$�Q>Z�����q`6����%ik`��mb�.�4!uT�/r�$�J��M��Y�ti���Οl���ݝl�K�4Tݦ����&IW��\�����.�`�B 9���w����E>#ryM��0Л2��s���C9?V[Aظ)w�ؖ/��-�:�i)	����aӫ�[4J��-)'M�0�2�OK�βCK��K�������,e�ҸY�Q��	h�m�,�AXx��-��ˤ�'�W�Ȝ�Ԍ� yR0�Yi�u��l�^ro��`�����5�^V`�k�g���>���`�(Ç���U��({󥝰�q��OC4��ɣs�5i5��b��h����� ׌m��~8������٦����Z��8j@U�j�����9�T
+����'�̋1� z]I9xVZ�E������½�
endstream
endobj
87 0 obj
<</Filter[/FlateDecode]/Length 24995>>stream
+H��W�v�J~�D@e vP��[b�i�Ęb�y��g�sνg��5L�����Er��Z4��eb�EC�^ifsh�Ҩcѕ��g,<U3:S�Z�����h=�w��Oc)d���~c���c�U-��`��;�)$S���0д�'T�ay�k�l��f����-����*���C��Oأ�02Gr�Y�-����a?B,����>�흽��$��y5��7}ވ����k�#�"}��%�Qͫ����ge��3q���
+���j�DᎶ�5]�K�=�g8��)�Vrm��V�U-9��_�rUzc�U�\�\�~ج4��eU����E��)���2�qU
��l���4����t�7�Ö�)��fA��o.]5��ou�Sk&�r٬��ʣ���JV]��ɪ�Ө��L��j!�XF��@��I6R��]`b�)7W�.�E
�Z������,���<w&����!i�j��.?J�2.�
+�Q��Fn�jM��3g[�B
���T��UVR����Nf���r&`;�VP��F.9I�FE<xB��:��xxo
�=4�É�P��Pi��ʯF�Pb�
+f�s�oDE�15��n��A���|P��qf]:����h!�I�e��Ԙ5UɣՍh^�e��p)�X�^�VG����2�MT���S�Y�`��h�P���5_OI�UJ����\���Ĩ��L@�.@��
,�~a���$�@Zb���W��
+t���N�}��/��ˁj-��M侹d�2� 	��s���0M,��}����;�@�b��Wʁ]�U���ᳩ�.�O����Q��}��*Hs3��8����'{�a8�$��+�BIV���v�����9���U��N�^�إ+�=��W=��A��Zh�j��/�����#����I��ёB����0q�ƩB^��=
+��f)Ҳh�~fH�UO��RtϏ=<̚���jV��i���MM�U
+��͹J���o��E���H����	t����t�U�m�w���=�b�G[�V���=������!)��S�z�(˯�7۷e�v�i����d�>�T��2���� �����msTTY��go(-��4�;d��M2p��U���S��w�]=o��@�L@N�e�SJ#��"���9I�~����Y����f�ƛ<�#�	��uRfb2�`D�ƈ�X��\r�f���#a��H��+F�~,��>9��U���d�cb��H�^����=�"~�[���D_-g��-���"Wk������ܚ�JRy�?0rR��hK3��&i��8��5��A�S��ڦP������5@�D 6t>�%E��+���R#U*L��jW:�1�arcMkڭhHׄA������w�M�Qy�>��c���Y��C��ɤ�
+�-�_n�T.�xImE�+v�&��1_�%'ە�����jj8��a}�}��~���g�
�h�XK�hn-��]�GNo���"N0���ɞ����uVHn�~r!���~��.%��H��V�S��ؿ���4�WV�S��ؿ�������	�1|�)�K���恷�i�V�os{�9��&���3��U��
�+m�����% C�?�(����IXU�����e������i��I�Q�mj��]Aq�%��A�V��f2r���1T_��>t��[��#Ѝ�� �<��W��i1X��K�Xg/M�8�xQp����!��+Dǧ6͖�~{�ge��L���o��E�$��̕G�%�uƫ1ѯ�q7U���M%	���h�J�����-Le'-9���y<�L�������*ۻ��z�3��⢟���au��
+	�Ch��%�@�_̝~j��.�b�����'W=�$�`�d���0pI�k�C2�n������Q�Ǹ}��H~^+���SK�2�������8�]�����2^*
+@2N��ʤ�M����W>1�(1�3��)m@CT�_	�ϭ21�:DA�"�+O����2~�u�r��������;n309�Kt�	JfT�^��Q�8[hf���Q5�7���Ѕ�~��߫H��Cw�gň�z�u�)���A�h�Ӵl�yhY�A�"�	��A�ʭ��o����\Y?*2x�a숽4�8Ok/�o4�`��}|Yy������:�4���N>@�M�6	UF����i��3i���ɔwz��U�]tb�����<n�����&$����a��5_<����1����pr�������ҋ%nn*$�H*7V��\����Ecr���jy�l&�b��KĄd&�9��V9!�P#�Yʤ�L�ﰬx�?�6gW��!�J�RW���Ȗ@v��$$�Ȫ��E���LH�=�������2��U��I��CFG�ɐ}�h(	���~�i1��[�`� �N(y��;.�Ko;��X��W}���I�)a���*��'�"�����(0fB���7�yqv�c��ͩm#�:�����o���-Y.�xS�e(L91�q� ��C�eN��WV�#A�i�M��)����'�������:qP�36N(D�(�!�Ǒ*cVZ�Co���N��la���ho{��_�W.��$�J�VL�i��J^��V��xQ���'3>���(�����<Hd����m��zbދ�Q&Zl�?��#'=��:��L�V���a��癑��-��W��U���ے���^ա�U�|����J&��׊�#D�S��W�<E���날��&.��	g�E�����0�޲4m���'o�_���y��ز���2r�	{u��cG�~�}��M�	[�ڳVe񳄋м�~���6+��z����Q�3H)���� ����䐼�M�u���aX�"̥,qJ.�
�7z�@!u�NU����2A]&�tzZ���{�O�Df�ۙ���Y���wӷ���~+T��ݖ��LQS0n�o2� K���1C��	�?��gAAPrɀ�_"�,f�^�{�K��O�\F��R�^�</b1�+�.	Pz�߹�Gu��Ӿ�d,a��S����g��-������t"�W�_�p#��;Қq�Qa,6�1��
���J09�UdV|C6��	1 r-�%4{j&-$
��2-��S��n��e
�o����*H�����yI�ٓT&R����n~���=��D�����|��;�D$����0�iuyP,7r�rt�c�\V���UY
+��m��/w�[�X6.�X�o�f�n)?�uń+�b]O����+���#N�˅��;<��U{����ʲ��
$��;Y�>
�	��6���&�w�.~��[����Z��-&�8s׾]9��S���+mS��Fn�6�������*ή��Ж���U�8|نy��Y9��9	�y؛K�E#�+�n�W6���l��䠅�o�f*�J��P���C��n��0dkL7R{x'Jp/<@���!;�{g2*���#����+u�{�>��
鶒���T}�}i���ap>8��q��~�yΆ>�NLɸX�����!帺k���J���{��ôA�@a(%Z'���W��Mc��&�w���W'xW�䯑��U��i�aݨ
+G6U��eH�P|�p]nB�\ʿ�y��\��d����R��uNa�R�~��7�ʯ��wo����������ɰ�ryfΖ���cMC&HfE=H?�l<i,:?0���)�io��-�3X?q-�)5���0P>�PQ��.�,<�x<��18G��D2�8��9F����v���*L�F���S �?
+�tY8�p��2��Aɐ����+��͇)�LUr D<���
+�^�S"z�{�K����D?>~��Rk�?�yJ:=����/�s�ۢ��&���7�#�	q��]����{�P�ȅ���A�E���B���z���:.����������|		R��'���[€�te�ԾS̍�a�uDx�O,��r�u�0�ô�a�2���xw���8� �?^�t{�+(�������;����x�Xl����������i@n�,>�ƕ,��	��~�#S����c�����F����i�ڡb����y� uh����l�y���S�����q	d���=�?%�6>�"?>��Ϣˌ�n��]�[�ҞES���_�4z�.}�
Ƚ��i�U�	g��`}]C,���VG�֖C��_���j1" j��TI���Q�)�ŠW~�y6���|�`�1��Ҫ1·>ѕXpƄ�P���"���;�qE��{�;4- C��oH�諅��^o&�����bBh$���4"J�v͂?���B�+��1�g�V�N8�&�KFaGĨ�d�d�8�����4���I��D�%'����QA������MS�@��8�����AR�ާ6�1��E�*̽x>�}�1���}���x�hi+Ȩm��_�òO�H\����7����
+��gu��φ�[�"<�_姟�0�B;������7D\�������"/ʂ���M�"W��Ӏޗ.�xITm/�T��E�FD!UoR�3\�Oq�GP�{���G^�}���|�h�Q>��zTP��CF���8z͔$rX2�)H�u,E��.�4�<�.D)�������w^�g��E�
�3�Վ�D2!sd�󆟮y%�A�M_A��5?s�,�p�q�|׼�	�ETt%��d<��|����i
�M���㦏�1*����7cӄ�ɉ�?�J"Y��3祾Dc�$�rHx��WH�ε�St�CK�&}w)^ɓ��
k�Q�+���wQ���	+��c�֚�^�������%�B����G��(1��M謯�
?�		�a�X�N�V�=��Cǯ�o��hI�v{�E�Y�=^:�����V�Z��`_�H�)�.	!
+*�q,X@,� ����RV�f�82 e�w�gN�E�_��t&��Jc�EӨ{{�K����<)��=�T��:(�����l\�g+��q�����ʠ����[^���v��>L��/�*��S��>�Y�9�\�7�]�o��-��-
+d�d�MA�|��P+Z���Bv�{q�_���e�=�)����0ܮ������h�L�(dMW[ѯ�}��a��
+>?��q�����a\[��
+Y���$��v��O����`3-}}^�c�0%_S����B��x_kK��
+{^�
+蠿�{XgK���Z!$*���9���� �EBY�d^�5:Z�ae���0�O��E?;��ƟJ�r���r�z�����g��s��0?�Q��!����p��N<�
+�d!��Jo������*/I�/J�Y������ѭغK���:M���x��X0b�j�A�O��(�
+���4���?F�,P�"�"т>����L��%�UR�RɁc���Yf�㼬�%�Ϟ?�{x}����(mq\�w̃r�i������6��S{;Kx�'MO|PՃ�a����t��C�����f��[���:M�z	
+L��"�'Un� ۍ���Xh���-C�r�a*�it^�'�U���+��4�	l��I�<WytPm�0�����@X����*'/�-j`_��eW'婱��
+=S��|h	{�	2��qH��b�����qC�Vb}"�	k�٬Io�X�jB���qc �]��J/ϩ�D�2�J�N?���)�td�e��h?�?�\Vt���%Na(�1�5��
+hqq���C��h�K2�X���}�%�l��Io�Zʯ8>�E��I[����v�4�b���ϪF#La�ڿ��ֺVMwH����iWg(Pt���?	�g~���	B�Sm���Iu��Q�H�����hy�h۽���u��Nj��d�󊔈 �%y�>����6ـ6~ޭ�I��gM�����Kb~�Q��Vk+�tثp��*�G�~�E{����#o~b�������e�0ii�&ܤ�����l&ڴ���v�v��R�C{QY���b;A"��{��8����Ԗ��M���XG��El4Uo��,"7��Y��˺��'�"|�a��u�VpU�e}����{��J��Y}~����rܸ{�-ܖ�@�.y�U���soz�e�Õƹq
+�Ӛ�r 4}���S�%.��ŲU?�p���V��t����X ��g~t$J�,�]@;s�;�~�����, 7��Y�<L�X��V��0K����D�['wjkw�����-]�0�懁��3�^���l[封t˳ ���J���I
+.o�m�)U�pŇ^����K��o,�W]��?�J�f��(�D1�̆^�������3ڗ@����/�5��9��׋���!�޿6B�=�0�fx�'W��7�U����W��ʲ�������f����I�W�g'�u\�I�=��b9X'�V��&�rf�lh\�d�'�
+,	��
���ܣ�o���F�Xa�s.��a���:��ã������N�sd_�6��/��!1O�*�un�Q?��:�]�B/�\�1�:�E��I�z���XrI+?�j2
��W���Br	�V�Sɛ�1L���+�M�D����2�1�3[uE`���,�-�y��6�9���[���H͏S�A�9
��l'Z'�QB{.�|�|��W'J�8��3|�b�)0��B8_�ѕw!�ȯ�-Q��+�M�����,��Y�č��/�ڰ��K}!��g�l[�gu������)ߘ���U��B-с4`�h��T/���C>h.����=�i�\>À�酾���~�7%H}:j��5i�j�u�h�j�t�P���"���Y���l��>z!$J	=�1����ޥc�4&ۊ�6�c�eE����8�8�X\�߮��.#�޳�2m��h����Q6oi"�`�����Y�RK���:d�I"=T,J��$5�Kу�R�.Y�u�l���k]k��g��Ϫ�U�����M�άת��r�)���ΖH6�=9�{��W�m��?1�>�2øGs����'1x0oB=�E8qD!J�+�D!��+�G�ãY5�^O�
+���r�-0�+���jRݕQT��"�fT[��5����T"3%�X��u=�K'"GՒ�S�Iba"o~�d�ec!��3x�y�����QQ%��圍�u���{$'�����5�et��c��J�!�~+meZL4��=�V�਀YU�@��̤spT/9|Q�����#�������#{#���L ���<5�ccJH��2�`%�ƔCYꝭ�t�!Rs�3��^�/��=��զ�ɺj��Qk���a_�+�FT~'��~����W~g�ޮ���^�I�J��XG��б�
+���k-E�>,bY�+��?�H��فp��d����R��9�F���s����[h(�L���4�}�2��s8XJ�I9{9E+�bf͛;*��h����ۤ`�T�''=�o$�^x�<��e�6�/��ߒ��}��a�-�=�G�4���q��V�ܹ��.�f�竈��F5�9A�oٕù��8�S�l���e;����;�dh�:>VVJЬ
+�&��f��6[W��iQ���s(=������}�d
+�6.N�n���[E'�W��&J�SP��VONg��,�\�`g��-I-���~I����Aq
L��ag��>��h�Kz��m�'8aLH�d
+�����UCuT���ߵvv����{��G"��k��u=��V��-8O�i�K1M:9Iq��!� ���<���������!O=`;���=go�T�f��j|l��"�fC�����`vM�蔃lj��w��.EAB��_��媱խ��;-!���^{���Y�B���l��|Wab�_�̎C�|�5�-�$�OEp�������w���I˓��?d�	@�quY�ډ	ȭ㸑l)'B_fw���c��<L@��(�v@���n�%,����?�c~_r��N@;C}�v��7��Ci�)������M�_�j�U�]��LE�{����YQ}���&�c#�]u��g�[�ތR1�2˛��8��^�^�4=��:�n�KOH�<\ۛ��l�5 �
+��n�8if�®h�W�ܱ��n�'�߷�5xĔ�j���Sヵ'�
+I?��<����IE*Q�y������=��3b7��O|!
+%����M�ۊ��^����W�;d��|��P	��'Èm~�1w�@�
+�5�I��I�U��*�s-�(�������$.a�����"Ix6�K��s\e���x�}b�Z�	^[i�����^O��WP��u�4Y�s�ν|�e*H��k�b|fa-�$��f�#q�VeP�UbǠ@�מ1q���+�<�q$.s��\����6в���p��!
+�B�:+���MU�����Rt��_��&f�`;�t�x����߇�bv�ִ�ӏ|n@�c,:M���JY�HQE���
ƭ�Y�Q��gad��Uơ�ٓ��w���	/�]�*�戡������Ь�P�^�AVIn�M��R� kDG���Q��{So
�R������������|��Btq����f:��
+4�2+%�yʘ)�ѥ+8��&���R��ﰔͨ�uv��O?x��M0�ќ�@�,��@l���4�g�
�y��=HX@�/�1�P�/�n�K��tI�3x�'��
+�x5�6�A��]N��>�|����ۖ���=IaE�ʠ��8�\�
�ˡ�W�&��(>�b��Ӷ= �Zϻ}p�O��u�Q���Im]�#�����6��v�
+�r0�X���%�%O�\�x%�U�m�%;ðn���F�@��{!�3�A�E#��#_-��^�q)FК�~��<l�3+s��
������1�툱+��$�sa�,��ʲ����P"���?�����O����~��?��]�n�Y�A�����v���wp�����ZR b
+u�VΜm��qG�o��H|?A&����,.�A�ݕ�#��/��okx�Zg#%�ݕz߸�U0lB�e0lf�������DP)
+�
+4�
|j:0�#��:u���B2����@֝�hB���٬̩f�	���$%p�������38�
�H���1�O�r��Ň�|f�AM)�DmoH6"k0��%���>����\���9_x���|J�X��`�F4�lʔjĒj���t��� 9]�C6~�|#G��&H�Ru��|e�y
�B&+�s�PbE7��}��!_u��m��â��D[S�i���0��=���P�rO��R��ߗ�o
P�O>�-$��.��_�\��4���X��v@\��(z���J\���&k
(�J�<%-4�ȯ�=��x4H$��pzﱷ��zK�`0
0&$o�J�Z��Tq�)�|�xǥ���YG��{YE�4��KY�y�PT������u{���V������aOѲ���F;%(e�~t/�=?Х�
��U�6��^NO��
�Nf�r�T�Q��u)��ﰊlԘ������I��I6Z'�>�4�Ӣ��✹)�Q������o�ы�r�[P��`hjH�5���T
+�5#�M
R�l�;�K���'�����"d�����WB��啢�!?qv�s��i����ם�X<r,%���6�R�'B:��ЪU=���ɐx�A�o�?������J�0%�O�;ӭ#\�e"$�WI�b}Q��k�ȕU-�ib�T�S:'���y2����=���
S�nAj�;TMO������/��K��Z��z�OK�Ҥj�)��F]�qD��S����æ	$R��"0�|ĸ�}��Q�T���5��p�����ݎN�����r fRͽ����`�K��������{I�T�Wi�d��"���ԙ���L<���)��	Ixu�J�T�a�ƺ�1�$O���1�Tl��7����'M�c�+�����7�K�����a�
��	�Lܷr�T �ˢR}}X�ő�B��g�C$���h���'���1�f��|����m��@-�BI�c���	%0W��޴��Ͷ%<?r�X}WP��[
r�g��I�� +�=���Y�R�}�)�̖����E-�}��F��n��rߔJ�_�R�w����R�3���!��}��������?�_Hs�M|d;;L�f#	�%\?�. ;M�A �W��$ �	[��|t�(_>���*
����1mȒl�/W���Ϣ��塵1
� �h�a�:דe���"���+"�h�%�-Ec������A�|�9x���3��Zk�p�[2<�g�.]��W�Y�%�݂K0.c�)�����6��U�cYB��'�p~+��+� h��-���I0�b��������"���T
qHx�S\*_�=�)$i�ꚗ
+B��	/�I̪�]-�E�SS
����t2��H[�]��fE�L���@�?�����NX&j�ӎ��U5�}�e.����nNu��­�揷"Ui�6�?����?s��R$hJ>/��NZ�mX_[��A7-1�PN��T�Ϋ�.��a�6A�3tT ���t�MT���P/ץ�����^��TV3HW5+�L[$y�q�f�1�����н6ui<��a���y>|�4��*��(8���֢lv�܉3�C��!�䘗?5�я�ɈD�6�'��@9z��/��z�x�Ir'<��0m[z���<!�w��EnDAJJ�D��Y[�X>4 �ш7F����{$1���8T�ѷ����H����Q2���d�\,�/6���
�cJ$�a�Kԧ��\��D�bO{nu�����l�M��Ӭ/1.�5`�Lǜ8ԋ�ha��紸�S��EP_��-=�_^��x}\,K���#��aSʾ�����8n	]m��o5�+W��>Y�
J��~���
+�<��<�6��/$-6��u�s�Z�SO!�E>��?ce<���&��d��������E����D�׋`>Ӡv���n�������*�ڒOx���%$��ԓ>b�PH�'��kNz���
+�ޟ�݋K�$~���Xyx�C�)@�Dh�w�Kb
 �X����	���*{�o�n�_��s���<�����KG��j_�E��7J�e�6�K�� F�J�9M�$ �?_�*���j��� �B�w�GgF�3b~N���5}��ț���d�\z���Ŕ�2���)�����ocj���F��1��/Q�mL��y�*~�l��2�l�c�3��G�F*@l��c�f������c��@����	����´����|3;�n���tڱ�A,\Z-S��7������1�ɚҔn�M���M���J��'�o����B����!ʩ���;�A�����$��E��o�"5�J�ǸF�剼����!S�|�S}�<��QYDq��]�2�_��� �E�׭[����Ѻ�_[��&*�a&�
+��K������Q�̭������\�����/�:�6�=�<~��ꎅ�БG������䁙v���,��	w��z%���	@�})��|+r���������~(�<T%��fZ���_w mb"R5���
^W�ds�2��	��5�v����Y�.q0���O�<GLS_�iso�
�tm��)���sn.����"�0�s9^��������ļ�X��	�<�>Z�T���0K�1���,�|2}�ּ�����O�u�Q8�e���D�a�$G.����3"��$���X����{8|��1q��B�Y�Q�i��~�Ҟ��>�-��.+�p���u�;���x�Ȏ�-1ϱ3�л�
ZAz�|�N���c��`I
̅�w�^^ʉ3^�C�!^?� ��\��S��6��8mL����*�)��2�W�����fFi�]N��)"erP�j^.
+�+X8���ݲL��3lRa�|�3��pjjR���]�a���c��o�:v�Y�nwUp���[L�b�b��2S/��L)��CG�9b�����8�.�o�Gras�7O��E�@��l.CLj��7K�t�:���@�rî�L\�gm���f�u����1�%��Hb�M���}}�7O;����ke�����A�It\���;����`|�5	6M�(�2�W{��ŀ�M�XS�"ـS�]C2�.��Ʋr��,!.���9�tG���()U�ά��A�C\~��E�,`��&	�z@mR?$C��Fp���������|l?�g�+�ҨJՀ��d�n	��
(�1��������CV��TSXT��h=-&�_ .�7�C��/t�m�{�NXYLQ�1���ǐO��K��up��	�X��Ψ���W�`��u1륚��[���W�۸����������Q��y��oN[oXW�\5m3%W�\u���v1mᔊ}���/�&N%�)�eLX��K(�/s�Od���W(�9<J��uɩ�PP�
�ß�HE�"�"��o��|ʼ�mH�;$�r��
+�l{,�U	B�c1S�޷Nk�g�̺�Ea�O+�{}޼�Ex5�%']R�a���$mUL��n�]�eؑ�F�2�e5.����j�L\�l/�=�0�b�����~�z�}.����˲Q�ʔ�ʓ�^���v�@~��
+�TKR�j����u�������(�2-_���v�$..��Nv���#S�>T�
��E�i�6��x�\���j��Gߜ�}�X��H1��bZ�{*�%y���Z'��0�����m7}x��g�F��p'�/���5|4�sL���FG7z����-�5{�i�
+�'����M��P�u�����a���Ru�8~]�gTT<��i*Km��i�����k
���n?����̬5���B�4��?�	_$�z�;��y�;�uq����?C����~AG��d���,L1h�7+Q
�1��2a2�J�7F�'`r�Y(����V��DǾ��ȾD/�`A�A��D�1�)�i�ь���1*�qG���Ϭc�b�9Å���s�����QV���.�E�#�޴s�6c��C�O/6pj���hk/�%�e�~���P�D�`�<�_�H��:q��(����&��p��`�����bh6z��1���3�(�2�j������
�*�.���G�,{���(��J����OZ��n�V���u��������~
��ōs�R�t BG�{#d���C�U�!e8zuFģ+��F�Lݵ�
+�������u${�)��APr���?�
+4`m!�2��m[�����-!�}��%������2��'w�I�t1D#����ϔ},��2c�����5|�11�郆+��`�g2z����!� ���k��}���"�|��'�f��_TXlX2�`3�J-"�C������C����-�Lo\s�3���4]շU��*#j�Ϛ���]cS���aWx�jg�*����*�U�U2�v���B�@!i���)�4JEx�wɀZ�"T��"P�~�k������X ���~�r"\�kGs浊�W�4+�f��k�,\�a�:�7��!}�׎<���7k5���f��L5k�i���W�1����C~�I���ߺE�$7Q�N�}vU��_��h]c��%c�����l�M�d�"<���Sp���Ct�"�$N���Z�ȸ�I@{xq�h�!�/Wl�b"���=n\��-��c��.�]�L���N�4ڹ��x�������V�Mc?���'&��Ow�Q�_=��3uŖ|#���d˚=������6���j9����I�s#Eq�M���s���Aƶ���V�'33�L��ys!7x�1���1��L�J�DP�☷eN>u։[�T�&[��|z�Q�&s�c�hZT��!���b}�l�i���80���c�T:5��47��Ǭ���_��\A��~?�/q�6�nZ���mG�%No���<$%Ì�
�Tm3ӥ��gļs� ?5lڟ�c����-���ky�t���_ٗ�}{��
+��;jR������h Ry���^
+�㖑 �:9A�v����]����
+�mS%c����N'�&���˝�B�b3��������8��x3�jq6��3QΤL�Ç���z��Vg¥������������nc�4��BC���x���&��/.|֫�>����z-79�_�ݪ�ʛ
��f��k(ܶPWu����+�xo�o�t_��jC��f8���T>�V/�BIX749��&��7Bo�w��\+���G�಩���6�SE����A��!v[KS �Ƣz
+��@���f�Z�b��ߔ��m�TQMC�	|B2+KJ����Sa�"��;G��
+,���(�'��h_pv1@wy�UT X�k�Ƕ���!����0��
B�7��Xs�C���H�Ӌ�s�E(�;�^\����Q
X#a���ʌ^��J�+�ok��;O�<r�T>�$䌨�E�<W)���0����U*
+C�S�Y��<�i\њ�2
���g������f�Z��0�D����-wu3�|�D�����F!�my'������$1@<뵰����-<�}�����GvNn�#1w)�v���(�����_a*����TO	���Jݚ���
H�h*_������d8�Q�))	K�����%H����_��קY'V��V3ўx���N��+&��P�_�,+�K�K�K�eB=��������BE�]�X%�G��
���w(�_|q��L��.6�kfI��Ya�"6�/�����Ȣ�Sx��A�T:
�(l�t����֨���.4�ݐ�*|�����\�������#	 �v:?M3)3� x.�c��bYߨ�.�.�;r�S����e2�?�
'�t���Ȏ/mi}!���Vs³KOc�t
[�p�<������Le�[������N����&^V��Ţ	���J(ey�L�Ʒϙ�LiI��7��?qx�N��'�
+���Ij�B�b���.��3E��+��U",�[Rz�T�c~�P���N懭J��N��
���c^a˺��f�t�t���e<6�.q;��I�[��_?q�y�Zғ�1���1Ϩ�t4 �]Y�ۙw��u��ix��1H#�D1���OE,���Ӡ�~�\v�:t
+ਇ��J����;�֫�,;O�i�N��^縚���b����>w���<��L�/� ��ʶ� a'�����������pz2�Hg�ť��g�j��v�v�F.-9��:Ԟ
+�a��Ǯ~A��'��V��b�]���N^�`�]
+ж��(H�Ʒmn��)�_�E6�
+!������U}�h!u��!W�k��]F�Va�^��=�״@�=��'��˶�;[}��l�C��B�:pc`��U�s/�@����AP\^M�{\�\LdȺ����W�Z�Z�."
+B$��P	U��:tAG��o����8����wvY�-y�+�]x�j������5��{�j=�]o@N�u|7�|�+ť82Y�)5���}����"��'_�.��'up��С.*����ٚ��j���#��i����Q�]�����5�\%2XlW�%��cKC��g������#ul�����:ֵ��������Y=7���d�ܜz|��ss���yV��)T�O��P~k1˿��T�`pI%��p��U���H7��xcO���<F�q�48E�B%�;��~�H����,�u����`�Y̤�m��
+�d��Y�6���ψh!�z�s5�%�����!W;�~�
��7vfȊ���=o�j�"�;��]y�j�@R��E<���~��i$;�+�%p\��2�31a_fy'��{{�w��t�!���l�$�2$�����i3@�31M��HX�����4���roXwb�_�}���\�f���� Dl5ؐ\F]6�+�&�LW�6�6�y�ȈK�תˤy|�Mӿ6m�ä�p���y$?.����;�F0�K���I+���ȟ��X�N�XɢXb8fr���+y���e֩��S>�����'���&�eA>W��=�J\�ɔJ�����6��yx�����)~!�㐃6���qo��P��g�y��X�����\^�y
�3�Ey���C������O�<���Z�Oz�����r5}?�dō�N�����##�{=6"��rl
+�#�~����._m|�.�$�=1��y���c��H(i��OB������P����]�_��;�m3�+��`�B�v��d���D��y��yb�]q[82;lX̎���X�f^u�vۢx2�~�~]f�XX�}g���6�r'�͌�c��;����NͲt�ˉb���mģ��B�w<����'��ՄM��W^J���(/�*��|�|d��?�F�����[M��2`�:���JL�f�
�l7
D9V�O�
t|�z�m��9�A�K�����[�zt5Id4�g
+F�o�<Qx�v+��Ak
+"�cY�hK8c6fL���:��4\
+�����e5ژ��<K���.��Z͓jC�G�-(�]�|��-�R~>Di��ؙ�v;�!p$����绞�O�h���j� �R�D�ΐ���[=��4�.�$���xC��j2C�E�Qû��"���Bn�>�kP��*@�rn�� _65M=��|�.��4F\(Ř$���n��KiF�f6%]������:��`�98fO�~:]�A���.y�m{U��o#��n�$�.��T^
+ieЍ��wƬ��!n�j��H�ɚ*��:it�B&5�I
+��*ˡ�{���JI/$M�5�V}B%��*DI=v�2�Z�S�"j��:��͐���bN����|_5�j�y5&
�i���sh�E�a�K�MN�_sЮao�7\��"�b���i97��e��žM����'��n�&�/֑���{|�����h���7s�@'L��VF�e�)BoF3'��L��9h�"����3o%����m,�\[3І��d�2
�Is�h�/9�(+�w�I���c;����W6N��:p�������չ��;3)�}k��ˊ�N��mf6E��ޠ�S��i��&��f�0j
+����GI�G�/yI��xˈ`�fa���}7�axvB5����	W��Z���KI`�jRwI��װ��)�ū3�C��*BU�`k�h3p��>�'���)�hl�����OaZ���/�0=�m�yX�����a�`B��Zj��<�iŘއ�[�iu��f�6ԣٸ����{�yc���4���&{|�-��O4�A-	S*��m��/X�S^�e":�����We�p4=�3�Snq�y��X��Vګ���Z����!���r�����4$e�1D���#�~�Ǵ��4�u��.��ۨ�7�x	�N9�/:V���H̏����^�,Tr�Y�%���rv��b��
+U�z��=ғ��w��ܷ[�x�a�d��Y2(��$|�K��@�ݥ�@$��P�)T)���Y
:5�8Z��SE�H�@Y�|�ϒ��Գb�E����!��r�H�����pgC-1
+DLS��2r�LZ<���5%5�^]���8m�b��H�L
+P�WK��'M��w�@�ӫȳ2P�J�f�mt[��/@LUU�2�=�2��D�цR�4!��FH���aK;��d,��F
+��)m�G�Kz7]���C����ٹ���T�
+-�u�]o�wM���b۷7+Ժ�K�y0Z�f)V�U��g�Bq)�L�%v����.�6�N�c�u���q�������݈�(�e����$��^ˆ^2z��
+j��{h�"�U&hab�|�|��tDAx�w$a�
$��Ѥ���PnE���y0�j��Bv����H�4��d��Әm`\|И�z��T2�
+�f0$���Z@��y6�����ߵBx�&���lDn�ޢPY��y�_�7�})�\����������CdGoa�I�]|�F�G�����H��@��U�X�a��
�
���s�znN=����9%��8�����󬞛S��qV�9ur���Av����eY[Y ��%H���`9�i+/�F�g8��&
�����R$��j#f�ZѴ3n��3�l	������Z����`]RczB/	�@��R�*�"*��ǘ)$A׿�I�}�9���ԡsSO�Es�10�b���nR:C�$��=�眧��;�z�P�*�����Q�l�y,"������B�'N%��<���9ĤL�+Ϋs�0�l�����kl�OV�ri6�#Rl���Ll\Bm=c~g�O�[o�6�8��"�t,W��o�������-Fn`��@�SV�%/�l�	9@ļ��I\�k��b�"2Z��uM���Xg>����}�Z�ߟ�������bM��׼�w��6`&�z	�U����޹�,ق�t!�돂A������`�e��d��t5x�u�iC����9a��B�K�O���V���~�iM�L�³�m�w!�7H��+����.��X�gg�C�?>i��tNz<d랉ͳs�����[w��̎
�`�E�6r�[���Q<;�J���ŵ��H�q\����+�y�sR9����9V:�l������A����D��'�	� �	Qi5�f�u��F�~ٹ��("p�~�V�t�yk�y�89�:��Vc�e�H9�c췢m���v҂Y�W��z�R�
�;��	uF�7kDk�w�XȖ��yC.M�d�!��U��y������p���>�gz�O'�6C��H{x(�	�(͐#T���h�s^$5Ǘ�So�j��P��hh�"F���ה
+Z%Ӕ�ZH<�,-0X����lv+�'�Ol������Tk	�b-��n�_�9�׸)خ�t�S��XT��o�\�0�7���g�]��k[�)d��捗�wٟ"5&V�ռwZ��/!�x��_�j����+��Jj�C��`1l%��<�ʕ� Cok�|�4=���
���܃Cܔ���50TTq���Yy�Ƿz���K�ӥ*���w$h�b����)vU)��9��\�����.2�*=���m��R��
��UlK	D���I��'�"\�r�L�zɗ�ݽ z���`�h5�M��Q{�N?ᕸ]	NX6�)m��8�ue�R��N�!�DI�EA
+��u��^v`�S���	�2��z�B+]xt�
=�����K�tV�DY@�!j�����K,�fH���p2�d0:GB�5�#��S�j1�<��E�L
+�A�H�q'`��"ȂGpCo�<�r��N�\��L��?���4:(;�>f��h\Z�D/�6�j�(�<f��]U�mJO����u5�)�E�eCtI �j��3�rr"��։�Y���Ѽ����cd�Ƙ�e~QagԈ�A{�Vf����k��f�?9�#>�%���N/MR���H��U���#_�%џ|�f#�yc&�Sj1�$����:�2G����t0��?��{�{�N|��(錓�����s��<Pn]RG,Q:@��N�_��A�u3���rR�R�Zlّ�sZ����D�����(I��C,$�T�ސ,!^j������w��$�
+��S�[�:��*�XV�V��\-�s]B��B߮�W2rDN��m�u�Rwq~9':���k����a0R�s��X
+g�ן�)���$�td˧��=�d�ul=Єg=�"q̷�x��U0^0���##2믊���j��6)97��/�W���l���4��!|�_��֡���'��g�N����l;6<r���=��l	�E���~��5Qfp�
+�� �*�U�7��п�wS��JI�{q�����A�H�l�ʠņ��4]��T���;9;�0([$d1�K��4B�Mje؜ #*�W
+au��_�f,���ݶ@*�5����&Kȑ�7@a��&.+��H�J���t��@�n�L�73L-#_�>�"V�|�߶X�5�25���P���0L+�ȋՔ�u�NP��l8�:[��O�KT*j@���U��d����i�O��#��$�j[��r���2���罭p�^��P��.�)�����J�?�Ӣ�ch��zf���oL�gm�]4�=f�(�.QHq�~+�	�wvL�k���q=��Ճx�fE��_��$��53a`��k�w(`�[�3H��j��߅��kS�t�}�l��,������6_?�~2�p����P9�1��{ի�H^�	�-w����_���9�W����\�Ky���F��.7�Je��&2��v+
�ӄ��v���
���
�oI�RP�4��m�S
+d�l	"��ls[�8����a�q*���Β�D_�3t?gzxOW�����&	�z+���01������2��0y�Y�~6��\3Z�ER���Y���o���l ��Ab#қT��W�A���lֳD��wԢ�D��b�0!��8{Z�wĎ�w9�)�[^nv ����}�@�:�!�`wh���5�d{dž�����6G�2��w��nv�pK��uw|eQ�	�+eL�m���XM6%�+�k/&ag�.mY|�2]ցΐ9�ƙC �q��@�1}�vH���r4�wVh�oM� Q�쓽�-�B��&\f2Ԥ��Bn�GN�߀81�V���t%,��벾E��}Y�
D|�;O�s��ҏ�K�ǧ�)9��M�r��X:����g6�Sǧ�m�{��x�^-����LcÅ��t���W�v�J���IB	�L؀I&���d�Z�4�>��J�8�˼���Pu���K�'���H��=�t~2諙�N
U�:C�����͕�=lۼ���E�W�0t����bu5X*0�/�F�=����ڄ,Sx�eH����RZP�kRzql�?�Ra�<�9��)X�m�-�� �ŔVcQ_�L������ӛ��5�SK�y���^VFe:�}�]Xx�3�x��x�Tƶ��-J�z��ĭU��7�:���4�+��*�q��_�U�Q��bh&H�;~�`+{I���R;<"�@#d60�5|�B�]�3M
+��Ѽ�u�R�E�RH��?u\ؐ(��.�	�0R�{��#= �>��l��g�v�Q|aR�`�ȌVw���V�ई愢h�J�}�`QA�.��8�"<�w�9>�a����{����-��o��WD�ª��05P[u�q��7a�#�?ᛛ��~^����u����nm�ݽ(6���rP�'�?��nzި�ӟ�������	f��n��ߑ�Ga��5c�������y3��G򫂣g�B'aI�x=����O{�]��3�h��^(VR��pdѶ�J��?v)�gfia>�2Lbu��T�`Z�E��+Cl�צx�8���u�k�hU,"�h��6���)@�9��D�1)r�1XH���9�U�v�1;�2�|�z���)�{H��٭q����T`p�-m�u�ݻ+��	fz"z0���Ώ�(��Z��`h���5"V+���AkM'
+��IgVy�z0����o��%�0XN�kDN���+Z�;[b��^�vwvV
o�g��C��p�]p�|�c$�#k,d�??r�jC5J	��A�H��43�P`C����i5c�G���w��S�q��(E��V��NkM�~1B�
+�a�hX�cĞ,�H�d���zz�-|w�鼔-�S
3 �k�bH_��q`k}���l��Uc�72x�:�|�{���w���5םUQ}�����AJ���A@�'�J�a#T��o�ex����F�61�{�Z�[׳��ޡU�X�DE�v�mW�8�b�wy�ۮ`�D����4x���,���+�ƌVoA�-�����}B�l;3٠���9�Ҁ�[A�����A+�XI���2:�Mk �u{jʨ��d����ʭ��l��:��P�r��Zk�g���}��WPmNJK��Ñ�]%"�����!vG];I�=��-���,	�1�n�'AP~Ȟ��
+�I%��2�G!�wnJ���Y��d�[w��F�Y`/I����M��^��؃�V$�M:���b芿��
��Q�^s|0��_��0/��Y��A'���o�y3���� ����H�*,�Iqe>��~RP	�Y���Cl'�mQL��j�Z�hB8>e(:H	�Ɍ����J�A^+�G��X\^��۫��|��y��p���6��me~�h�p���כ���}Iʍ�	���O�a�
u�TqZ~�{��ڃ<�},�����5aFo����o�*�%�=��
+�HF��Ds�ˁe��� ���1ݼ��A”n΄{���zn��#B.V1�L(ƈ�󅊂��T���I���>J��8�-0h�g�q~ah��@G&��kA^��GǨļ=w8��& X��8�=�}9���H	C��}̨�1d<���Q.RH�	��n��G0�Wj~I{��}�}��ք0
+\���P���z�/ɦ�3}�@��
+�>#(Et�]�tZ)|E��֘�+�,���������tg���7@ZI �5���Ƅ����O �c�&���xcB ���z)�@s	��n�Ό�6��s�C���8H�16!O� P���e���&򭝁bϊ�5��=��R�y���0�=ӓ=��_�~��/UL�W>cy�ˌ�
��{��{��1m�/T�H��BYU���!v��Ӣ"���.T쨟m�J“���]W�٘*�B�3�^���۱8^P����s���c���:���?R�5uu���W�XgwM���g
+�-Ht�{���Bi���|�7:�F�N�d�
��u�O���7:�O3�)�_~x�����l����q���e����8ۯ���p�ܑ�c�TA�[ˆU�d��`t�VL��OH�`��R���HLV�k��d{�ѡ�����c�ʓ���ə�n������z��f��[���b�=^l�����lݮ��]�˚��^��f�d�I�t�QO��(ϋO���M���Ŗ�BN��9�BV�K2�
C�]�����%1�R�:E_F�ͼ�y�:�'��N�I�X5�Ev�H����*�[�9�m��@�����:z�՛�愂�L�s��A[F�F=~b-ق��y3z"S��6�����܇[
+�SD34��"�q�";3q]��)�m&u�=o�%�]�颊h�@�����>��zs>�Z��������t���I�F���񝯋� �lR���L�C�F�V]UX��4j�.�k|�&��
LH�j���#��{'l�X���/��X��'��s 9p@�:%��~�����8�.������j��F������T	3��HpKX�ۊ��uW&j���]������-uw�1�̙�|�;�In&�>y��Sq���l���<�����C�1���,f�K�%�H򕵝���[��u�v_�Ï;���/:�?��8?�iE�B��L��g�N6��2r�Ⱥ�-�U�W�����F��50:��-����=#�I଺�=T��k){E���Eޕ�vIk�N�xt6Ͷ.ɿ�*:�^`?Z8����v
+�����KN�w��w�]slg;<+\�^����Z�y�H����ϟ��
M2��]��;M`Ҷ&N/t�$g���0�ɽ$�"I�e.����S�f���Be[��v�r�<Ӛ��	�vo��Y��7ߜ���6zӃXYQ9&���uϪ:yU9��ʛ�jW��v/mkPg��SEk��R�>57+��E]f�BU�**@	����&n<��m�������w�9ARfm���`�����ޙ��\(Ʌ��!7y���uC	�'���vy����q���:#ު�ٖ�cKNK�qҨ����LG�0ƺ��$O��վpȃ����|X�E���U}���R��ּK���J�nj��x7��X�p#Om7^�d�9��y:���]1��\��q�M|�Jv��awF$Gar'�S����¡����'��51qL�L��z]cCaM\0��@f���딪�d'�H�A�̲����Y6S�(l����
+�� ̎4����zT�`���
d��������D�p��#�2��M��  6�N�\�=靁�����
�������d-S��"�ļ58uҡ���@�<���%,��7��\n��_�ÂY:���A%�(�2ղ�]�wa�������a�ּ=���
+��9k�\��u���Rm0X�������h�m�%��a[~ݏ�e��7��~?
+������AngU���>`!�F��I�&z���J�+�W�j���Q�6W՝����iI���lP#����e��f�,@�q�D~����~����������ՙv]�.�9��>D#67��P�V��E��.���w�Q¥f
�;̖�s܌��"���}��]f��M9�x��(��Lj˱�v&˰�и���2�y)�6�@~6&B(��!�ȱ"�-f2~ee�\��4����G�ی��JuSv*���+�6�ɕ�o!�`"t��$�1aیQ�!�ā7y�@':^n�L�;ʗ� lsa�������b�<(����]%�"�?ຂ"���q�V�.�f���-%���X��,������f��5� ہ�͍�����6�B�ؠ�~��s[m[L�@��j,C�i9&c�M��Y��Y&_��Mc�,��e�>?�������I�h9Ɉ�Y�M�lE4K�i��H)*��7-=�b��V`�YJ��2m�3�8����4��$�G�3��L�h��K3����W�+(Ks@�(�*Y /4��\,]X4�Tf�
w�'w�
���M����εS$��t�N/T�b /�yP��-��������©_F8H����3�_����@L�A�G�?�~���l��7kGd?��,�ǧ&�Y��8�
+x���yY�G�L�m�����,{�0�%�O�
endstream
endobj
88 0 obj
<</Filter[/FlateDecode]/Length 29339>>stream
+H�l�Q�g7
�W��R+A�Ď��S[V�@�H�>������;���<����c;�9'}�3g���X�F�ǧ�����N��<��X���w������q9�^)��|�~�����3[��x��������O볟ǭ�=O�g�0W�a�x�5��I�m������W݈��R	�f�,NZ+3��Of�K�>�||d�>lR\�l�$(1C��I���O֩i����A>ǍUM��Ʌ�:�3�d�1檚V�T=������ufx|�I�4yͳ����~�K�NUX_T�����wK�Ͳ��3�e��v&#�q
�H^
W��K�87�2�#ǼL�\�Ɯ���&?�l���A�z2K�\��;�����m)5o�I=��])�?��o���?}����?ϟ��?.)�_?����?�������ӧ���_>� ߯�?��g��m�<T�U"]���MU?ɘ�1�̛ϑFnT:�z,����k��6���>F�0;B��f�*�2��b*�
��V_1c!�z��7Z�e��20^�+�K�ݭ���,�GtO�0��u�3�2���g���{�p��~��'O��XNvX[�`��j�ߙ�C�:s�$G��z�Es�@��c�fnǨ59�/F����~�:��͘��֬�a\��8=��U��%�n��nH���1�<�"~�]�q	Ǽ6f�W{�9̾Dg���ΐ�Nf�����#��x���<Vv�g�V�(�8�����ߍ�>]Xg�1x���+�Ue�/���D74]���
~,Kf�@�4"H$��j�>^��[O�&��N7''&+O�$S������1��#�j�0ұ�yk颅���L5������b����6J���e����Y(�a��Z�s�;��1���LC��^2�O׌����Όw^'��o�ڋ(�57�Gp�|fl���6ڜ�W���YM���.Nܢ�\\9���fd̜l����삹-�g>�W�n�N���j|����S����Ժ�s�M
#�2����Q�D[>�Q�Լ���t�R�p��WF��P�;���ZVRw��m�������]a@Đ����
�s�s�Y��*�M:�֗�O�.��v	e�
+�Ə�h��O��o�aK-����d��G� ��-Р�0ϝ�|��V�8f�"�.�E@�AB#�%�ʁ����I����C�pK�jm���J�6�JS� ���2!�.eb�����!N�U�NG��z����ƈ)'cBo�'Y���cF�${����>�։�ٿS���%��--Z�t� ��YMh�fq4�E�G܁��Y3�b�']~/#�R��bff������	m�جPX��ر�Э�a-�!���9�\b蟗ad�J���#3�e��9wU ����`@�2�h�ʥ�*Z��2��hQ��!�&� �j�4!Қ�d2 ���`����;���d��O�a�Hؓ>	қP���/�~�+��:�=����	
+�����TD�}�*0T��B�@�R)�B�[
+"�\A�\�aJ����ZQA2�^ep�O�H�_�M9��,�W�'�Y:���_��2�27*!��iˆRK@4+F�������9$FV ���V"Yl���Ŷ%x�(���P��L��J����ܒ2F�A,[H���z�U��<�"\
+9or(�!1����R"�w
�s��
����j��J.�4���jJ{p�W�r8Ji�(��jLb�9&��m�/]�^mp"*����)�W��[�Z�r`E���5V��%9�B��;f�|�R8M��/#6�5ߠ�"�u*��7���˜@T�
+e\�ټ���,��}��J�q)���:2���xO(}<R�W“7f'�]d)�z�uzu�-X���/$#9��n\@#��<SL@
��5�ؿ+���dm�Da�oM�����F,���-y	m(�9��C��U��m�	�t�������z��z�&�={Xt9 ^XN������A����-�$����{�d��5z�A��Äi�p��8]���z~�P�᥄�s�u���[��W��=VyF��[y����-Rk�T?�����δH�R7�as!~
+��;P0ǒ��,��4���K)7�����|�!5�5=R��V�;('�(�+Q��b{O�1�GA��yzʀ2�O0�2��-E�q��e<S��;nv�B)+
q��KC'���^1o|hK�'��(M�ŴL���d&ɐ�)U%:�"4���@�Tdֳe�{�x<R�D.����w"Vщ�@�Q^G� �..�T���*������Za@͆�ď���lhn��P�M9�>Tϊ-�`Í�����_]�~����&B�0�|Ā]�@orQ�bNA0NK@�AtD/Q�J����"���R��,9�S�'�]HB;9����>_ ]C4�eī��͘��[q����E_��Y/�]��"���&8}��(Q��@H0�"@J"ERޞ���?��!J�㳻v�T}�*y��/�ڇ�w�.�~@0og0�Dm[�M
+�݈x�cw#���h�ұALX�&\Pe�Qv�T)�N����B���*ov�D`�*҈�*���w�Y!��C�eKB0
+�ӯ�`���G]�f��C5�����"0�aWdD�cTb3F��g=�xH��yG�3qĜXK׌���	H.��c�����������mΌ�wѳ�[a>Ծ(�k&%�G��(�5KB'�fZ�{I�$7U�N�}��ѡ"��^�iA�SN�p8��DSd�+Vv��+� LT���D��{E��n�\����@^Ηz�jgtH(/�����[8����"1��ӻSĞ׸��Bi��!�5�'�D�@��W*����c'�t^\K���nr������ncb'=�(�q�g����0O%�D#Pڤ�\p����PZ��p�KD6i�<^�)����E"�����]%����w6)b��ru5��t�o�����'�{���Gڊ�eD�!1"��������&Nr����TZ:Q�ט��\�YJ;�E���SL�7
"k�F,ϲخ��%�C�AV�f�f�z��b�����d&�ؤ�"���#�Z� �oX;�]��B8hي�
+r��Ǧ5V���2�,�dA.�G7f�3���$Ƚ$j9Ue�{G[hG����g�k�V9���bbP�ja�Xӳ���f{�ɛxi?x�'6=�J���M�3h5Ĵ_d�q�Kg�(���%���v��%hA��5��.�vtx�=-�2t�<?����)������<���t	��E؍���Q�.�����n3�~�F��4���Z��r:9)+��c���0��@�o��.I@#U�7���K#~`{'"���'�(`������~J�
Ŝ�~�h��-�����ٵO{��>�=(Y~�&/���=��?��,2�r����$
+x�*�gi��8b~s��v��&e�5�X1�I7�R
4�8*��
+�����/�^l�w�����r+���Y����_6h��@G��1����(z��G��
:ϱ�<���K4���x���9��\���N�A0r^��r��w�Dʧ�C��i8t562��U�c���>�}�����9Qؾ�s;�4K��<v4@γկ�xN,0��h'>&|I�~��U3
+E(U�j���c��iDj3"�������K��t�'�F̕������Pvl��v�>BbPj�OF<��=�n�2'uS������;P�[�=4&��zhJҤ�_�"�y�+����4Y�"F�CҵaZ2�ۗb�|	��#(�#]|�,�r���p��������D�6�"~G��Z���/��!"���,]F!�n��UP��Uݬg6m	02���ґ�fW6`���x������d�eT��a��tT�h�Ns�0�܌�N8L�#�S�X&����a�v�Щm����6w�@�ɍL�;
����n�owx�E��[YTI���ME���h�k�ӤV�.?<�J��WLJʘ�T#��.4,-Ƚ����E8I����H�nrQI�%��|FD������D����������&5����&���mn���jg�8�o#'`�x<��e,��!��͝�����]����um�s���S�Sh��2�C��\p9a`<�I�����&5�����N����]��lB����#��*i�'��3�D�`�8�_�������jǎ��P�_"Иd��O	D�1�<Q��Q���Q$�a��)�-��:��Q��
��mq㢢f��m�G��-��v����
�&�E�#�7�1y\� {ڹ���������^Z�MB>��IҲ�1T�*�p+Zt���/�D��e�G��L�E��
�:�
+R�s��iz�K�X�C��Ԁ'���6�a��[�5���xMz�RFc��jt#
+
�
+�X���Qu)C��H�#�o�t`�X�]�_o;��t���-6"�<��p;�-t�G c�)�r�y����1�"�X�b��]G��������7[���!E��-�N#Qa�䋓%ϴ�k��t-t�ĥE���_�-��i���q.�.�ι�-�q.r��h��x��o�T��&�aY2��x������W?}���w���÷?����G�����[����O~z��?�Ͼ�������?���[c?~C�����_���4Qz��?~���/ο���������_~	9�(�ؐ>��o��o���F�Y2�$H6^�e�f>K q \�ў�� 4.�f�p�D���-�+px�Qa�����*I1���Q���%��� IX�Lv�U��Gځw`����7j���K��V5�)�A�S�[%q���-y?��3݈F��Dc`��=�v�u��!R�'Y��A.���UWx~�����bhͼl2N�"��g8=W���p��|�0%T�C���\��R��LT:��.�<%N�	�6<���t%ժ�{=C.U�'`��F�����bg��x>?�#s|��֕��tO2v���l��ٸ����9P�`Z ��.=��>æi�	����v���z���m�0S�r����i�^1�hK�bi�_ZHS��2�s��X��9iA*ܹ~5���`�uU�pC�pe=��Kr�Ca+�y̅.��E�#n�6S�r�S�T���,^(`.Ar�;+�o��n����1�����M�WM���tg@wr���oӱM�P�<���Vh�^��z1��%)0���l���X
Ņ¿�h1TZ@��Γ�v�nu�#�<O����~5h?;�!�j# u�R�6*����S��q��������g#�L���d&K�"~�Ӂ�L�Oq�a#�7�7�qRu�~���%ܬ������KdM�
i�jY(ö:=}�vC]�4���DE*��8�|���P�[��9��}N���^Yr%G�
+N��Z�y�K���>TS,ft���.�M�8ù9�Yn����P}H\�
���'���Cү[h\��3�`J}e���S�O韍�Q�)��g�ݔ���@L�����\���\�~��_
+`?u+�P�M�C��xnU�~Q�*�g��\;恀Cn�l*)]JW�?���<v������?��i�&�Q"ׂ~��~~���
+	�+��a��P�S: �E�Uh��,a�"���Id�&K܎pp/<E�v1@;F,��9NԈ�x��=M14GƠu���=����:�Όsjڊ�;��8�o�Gj� ݯ^����a�9|׋ˤ�,N�u��k[��qT�Z�Oa�M�ܝ��/--�����7ZrXk���2��9h�8f��@�����y߯�P�]�v��IXF��w����c�X����������#H ڈ�ў�#��! �����q+�u�J"����[@��.�S���o���q}�L��a��� n���R_�Ô��<�=Pî�j�Dq�����.Q�cq"�Q��J����&	��ť�J�(���<�$����;z�\
+5�l,��F��
鷩��z�
!���Ivؑ�h+�d0��U��=.��6n���?ig���dj�f�?Q�Tjצ�!n��?�s\��t�A��b�a:6���7[/��[IAL��(��b0���h[����]m���w ��c'`�{�1�����P�ˆ�4a�9 f�-����Y��D�8���R@��3��I�Ƃ��rn�����ʑ���ja�j����4��#��k�2��z����l�×$�e���dG���RW����1u��<
V�<5��i�~f��a�u�g:�y�-���64��R�D;�O����� �L�ׅ�֬��i���p�k�%<RP�1�\�n��(0�xG�@M�NS`P��q.�n��ynM�/s}M�F!�^Je\�f��]8iaz+��RuL���i�x˕��D�"h�j�Lk2ޭҸƧ:)��M$�^�4�``pmjPl:P���>P���y��Њq��>|����-8�`y��.D��Bx^?�Ϻ0Xm���J\=����h0�D=:�@�Z�{��1�y���x#���\��d��+*.��=�͜C�Z���ϯ�~�G۵^��w@��q�`���JӖ/��y�Y�Q	�N�Ĺh"Fw��W�?y?=�/E
�#�������f$�|jH�u�'L!I�y
���P�S�:(E�b�# >�@ts�F�!~~A-�C8=/�U<�����R��\��M"@QLh��W�8kH.6v,��)��w=��rS��Ab��u�߀��j� ��4�8��L;�x��1�!cT�;(W(�����o� &?��bA�"|᜿�
+���{�@[�/�7:��������������&����X�S��w:q�CJB%PLk�i�k�c��K����u�ϯ����|���C���Z!X-����r��U�YAq�rBʠv���,1��WpJ���J�]S|�c7ER�0��*�[� �|pQJ���&H��
�i�K_N��\i��,AƑ@@\��-��ҭ��?#��R,o�P;���G'���X�*_��%tA��Q�	*�}�E��Ei��!�+��&WH�X��M@����?�'�X����~)�~�jz���e�7�]�lUqH�P�,���{��E�8
+�@��U�����Qf�f�g�b�n�JA)���;I��I��+�-��6P�x��ۏ�%���9�ģ��B͡��J9��G�-�fF�}ޝ��Hh
U3
y�,%䋜��
�� �ȴ7��Ѿ�ȶ]�E�~(]�Pz�]_����!AD��.'�bjK�!���ш��"�^�}�n�����Dc�"��F5�_,̼PQP4{�^X��:��;Q��*�0��1�q�\�>�<Y1e�.�7,?�b��Z��H��5�/�1e�����Ζ�i�X��m��6d=�9�5�b\	�D�����F����)�1��Fp����-�(���6��"X��4N���k�,�����{�yL/�������n?���|�XX�c�j�B�5d�$M׀cjr�ϸ\(��Eָ���l��f��$?�S)�&gqG���]�Ű��᮶��R	�C�
+\��2�ȕD�߰Aͤ 瀲�G�cOb����]7c�n��^4y"��
+/���bһ&T�i쉣T��`�J�Z����@d�b�K�?�M�g'E�((��+�4��m���-��P�ǯl���t�OD�
+����Љ�L��y���ˋ�@^`K_M-T}����O�j!�ji��>P��u[�%�huޙ6*`��
��8!-ť�"J�om�OD^���l��~�_c�s#��3I�
��'�|�1�V�2���$6�qO}�vG73�¦���1
+X�!U�����;]�%�D|5i�b8R>~�g �ch�]�b�{*���0U��MR.�z�N���Ld��V��l��n�7�q�i���Ȗ��k�@��Q���N���<p8�H�6��R����+쌜���ɘSv*G"!_
+*��-��Ǒ��l8�@u��������mg�8�I
+�����1b
+"�	/���<#��]�#R@����������)Y����L��l���Rͨ��J�7nxӢ��h��\�`�o�}����
+�(M��؈��9?`H�mmc�H��~p�_���m�Y�r�똕p|����9X�)zo+�O�����hI���b����5z�N���%��9gTK��l���=?W�5�TP�ER�Aڗ+�+�~3������ -d֚�eE����E�E�!�-^~�7|yJ�
x��xred�&�!�����c��7�y+}�p7V��sVx̦���9g��ņ�����.��	���׊"�NCPh����Q��$�>�mpy���_��]o����^�A+/�%�l��(�h�"�s%�Sm,C����y�{��sܻ �-��r�����fo���=�8�����7LVre���,>b(b��%���V��(��8A-7|�ZT��s���(�w9M��
+w�sWj\&|�/��]�b3��y��!��>� ����c��p���ޤ&;GW��3�,��Y�˺�q�u�%`��c�a���r$gO���K��͘�:����8�ڈ"Ǘ�Ɨ�F ;�'��}��PB
-���~�����l_1Y�:�b2���04�l�5�/�{�EN���4ؚ��ϙTfR��$/�$�gf�I�a��̀��>3�&32�pf�ӗ�9�DZ�Yx�@7L�|�z��}��O���gf����5���-�/�y-X�x��(�*���,������wNFZ�^2r��Mo2���"H�y���R�.���F�R�����c�� ga,oB�4n'�m�D�Bs�Y8�j'EZ��x��W�<`��q�u�n��##���,s^W\�-}�1=�/�l�|%�����6W�\!	
��P1c��U��9�ĺY`#ڿ�|�g&cF�A�����%۷��r:��g��獞��ݘYFg�$�/���^)�w�)��~��XuF�^����_"�
+���rt� ll|�b��x���e�����8g?�P�W�-}uSv9U�w�ViQ/!�Yn�g��,�"���&��n�TuEW.����x�oQ�F���
���ƶ�c9h��gC����������0��7�}*�����H��52�����IҴ�G��r?%*�91�P����
*f�η �d�;����%zz|e[�y1�[��>��l���iM7H���#������>��s��gkL�pP$:�� ���=���Ŝ5π���t�*2<L4��[��
���2�E��ՇB�U�`KXv�;Vj����|{D�f����ϯ@WH�*]eފ��
�ы�:c8q��.�Ad�*ɱ�
�R�:�m�Es���}�޶�:�q�4xJ����b���;�G��]���fCs0z��F� ���1�Q��/��|��Α�������eT@�ŷ�%�ᛌI�>қ��	*Q+!��<�R6�G����	L��I���1�%S�ۤK�^߁cz����4:���.�3/E���v^�vi�ͦ�P����̈�?pĭ$�ln�9���h��d�7�L��~‰
�$#��t"FB��{�kTQ�l���5�������@���0N�mj��Kk�o�\�{�h�U&�2����\�U����GP�HH^x������� �����m
+�΅0�KSk��۵�����8�,�s����.�A����ѕ��X x��K�dker�a	dw����WmL	�q�˦ �p[j�I\g�'��:��\+z��i��z�i��)��@+���D��C��~z>QR�Ko(pQa�r�7�zO��EY���z>&���.�������j>�Z@�"�[�R�;���*�h�繃��;J�����܀>FW7Qrp"S�=EMNƐg�x�bV����я�2�4�؃�j���)���J�:�Ƹ�/�Uy�S�@�G�:]�!0{�s�&m�j���S�9�bb���`bN�R�j
���>�2�ʇ��<�B��k�B�R�Ӈɞ�z\�K$æ:�:�U���d;���D�6�>�m�k�h�����U�Y���)U&z��uO���=m܉2��6�e�11~8��&;��ilG���<��_��*�Bu�潁Aɹ2��HW�l�T;��Oom�ұ���K�pC��u��h?��.��J��+G�xY�	]
+ܢ��۹;���IU�5Cu�}��ȼ�z�g��\��� ��f�%�w}ʦv�l���j���f�]]� `�d�Q�{����2nq�B�aN2�(|;k)ݓ��ug�}D�\`x�X�2��k�8ň���������fg/��\.Ono�刉<����"���J0�pX�4���Y��G��J�!� n���-ؙ��ٸ:=$ �P�l�������<��C©b����o@	�k�%|�D�Z���g٘�z�|�㭺�z��[R�93�P��9�2��-�x��*�U��R��(±:�hk�l*��`q��pSVI�ڮ} 8wX��M����;�
+��n��I
+���>	z 
Q��}�&�:��@(Fe��r?�[��’L&[�:�*�P4Bt];�d�/d�V��V���eW.�d����B����)���z.4J�r
+z^���6*!��@,j��$Zi4(�#*�`���U�����\��R�Z�1��h
+"�E��V�3�^V�V��j%�f��Co!RF ?���c:G'	m�?���ˇ����>��x��y������#?_^������?�g�^�|���/?�?�1���2����G���WZleRr�������dy�����������ciy����_˳���������������o�>�~{�����Ϸxw��LJ�O�G����?�����-���͍����{�����7������7M�a�y�F,}y8`%��QU�i�j��9�����k�$A2@�'�鈀�!	�!`�����ˑĂ��wi�1l�*:���r��jW�lKnx�~��*S���@��+� ��LA!8�daGٶ83��#2b�D�63h�Xc�홑DZ>��{<b��GC*0,�pD0@[�̐��(l;2�
+���H62�X�`��k��&r���B�'��ގI.�'��o⳻;�K�kF�p;BB��#8o�����
h���Kp4͗�*낤��
�+~����q4`c�8x7��l�=	�`G[���@��h+�����@n�t
*-s��x�	��k:�5�[�E8)c-���1M�ǥ��ܗ��P�𿄗I�#9����L�����/3�]��~����I��I�l$yV��?}��~�������w.�����ߊ,��@�z=�EA��X�}nf �Gd����`J���Q��٭zn����_)��e�rȠo�P����Ã���.���R�BDm/�^��K��
+2����Qu����}�����$m��u��l�a�ȠA/3�i0
5��
+��E�3@�L��cՕ<̥7
:�\�r‹OK���Hh0���n�2R�J���R4���:��[�J�mz4J�L�q��J��f�0����h����#�������3��H�̌���>2��$l1���'9�����F<��#�*O焵"�CϻSjLx�^T�l+��4�'L��K>O�3k9�]���KbU���f1g�k�E����'�7��6��_
+��ؘ�N��>�n����bK9���K�om��?�{'I�r����!�ֶw7C+�4`��Ww��yM�<)f(�d��
��;P��1Fi�np�~�/�@R��-A�d.��X��H����~ �zT�-��!0���Hd9D:"���,���XB3@���?���i¸��Rkl��-&�,���Ie�h�ʘ���5��5��t�C.��(�9�T����T���]~ۧ�<�,
+�-�]|�s�X))V�Z��\lL7�xN+iz
�kj"1��*�G���fp�c��'�jI�W(&<�_�4�(����~�/|����D��`�&!
+�BfmQ�Y��37�D�66�SKln�\��=W����b��X �e@�f\��4C�I�#��mL�T:
8�
+�l{�=fQ.�D���f�	kf�͹�C�v����3NF\/�����Cΰ��?.{O����"�U��Q3]H��@���BU-Z�f
��z��C��s<{H��ّ4�c���tz`jyN���<$l�ś1��
+ /c1C;�Ey��j)f�`��;@�Ȑ�}gȧ�J�a�1s)��
+vU)�|�J���h0)K�����>
d0cm�iFt(�Ȩ�K2�<	jm�w��� YP@�������c����E��Q�����Y������!��*Lk�Nkb2����s�bP)=�@����E69���0�����>J�{f��"L��t�
���8�b ]tu�M:2#��E���4�͋�����ҫ���HvX�H�PA2��'�X��Ub�T%R�CoUqN�0d�9U;�AgT��`�b��#�S0�U����jY$(�����
}�7��؛��=�.5��0xe��k��D�D��H��}$�V
+�
�P�����G��Y�r�������H,�P�"�@G�9�2#k�/��
+�煸� m
+����|P��~s�� z<ðr�Y?�M�AZ���"!f��y���8���l�{��S����g���	g�{�b\�Q���G�q/��[_���nt��b�`��sw�od_���o^����^S�F��q	Bey,�ΓV�#{�10>WlGe�������?.�� �l�%�5��?��~�x��N<��ب��Z��ѭ
+�G��[�Q�9�P1j��A���^�
+mEE����y������
6ܗ��1��ĸ�ב^>^�/�D��WF����n�mr��L����S!�?^f1�փ��Ǖ��6���l6'�y%d��Y��������\N�<�2)�#��#JoVh75S����x���<
+w�k�����ԉ��uo�5j����ĚUh%��o3�����J�����G�Kp��@�3�:u��U��]o��.Qyw�{��\����̻!�����H2������]�,]�a�ʜIt�#���E��ۈ��pN��A�bv@iu~�PE�.��d�|��)�{�8L{�Z�pi�nP2ѕ���J�@���vc:��D�gwLC|ZYݥ�$	U�3�<��Z��v;:�f��b��cy!��R!����e	�\�:C�2h��]x5�:���p����X�ͣ>	NX� �Z
�"� pT� �s�$�?m5�w�7�ldn��@��D�y�p��Y��@+�owԐ�s���چ��J6��M.�^۟�]�H<��+v�䊟M�5U��QZ85��Q==���0u�F�gF| ����S���@��<hz*�݇�Rx�����7Y�t��b�+C����F92��-;�i�ݷ���_�l�ox�I�B��KF�`���RQՀ;���\%�q�h��0�����VK����̥x�=q�U��}��~�;�l1�l�;��<G�Q�&�}�B;����	5���K�N���~�-��h<d�B�LK��F�x�y��1>�U���B�h,Q�����M�ģ�&#2�f5�j;�,���W���1��t����#�ɞ�n�l_�n�'�e�Xզv��F�D��2"A�\�p���}�l&�͏;~XIV�ćw�`�ᎀ�����$z�t*��G�|~Udz�ޡe�/x���PAx�J}�0~��<=�S6�@B}�Q{��K�SJE�W!��,Q�8��>���)ُ���$p�4�ne@h��X�����=����q�yfA8�W5N3��*)A�|g~���D���Gp�l)>���"SK�p4��r`��w o�Q����	�v�Z:�)�n#	wJ�-u�]=|1�RyX��1�!4)�GLa�%�6e
��J �?!'Vhe��H�U�?��"L�ڜ�8k�vg�UX1g Ԟ���CiT��e�jVn��:�Mw1�X�ŭ�M�{�R���zIP�{�ۛ��cza�^�j�W�0�����p����;��[���!��]�q.�i	,IVl?����c��������ˮ���R%�m�(諕4��ǖo�|��V���W���	����2י�6��L��Gs'C��c��J�����#kz H�wXͥ�oqa��
+SA�:ma�i��,�T\� /M�7O������>�|�a0m��K�~����e-��{���T
+�c��w�B	�63/{���;hrq����I��m1�b`�D0�%�r8,A����\·0�q����q��L��%>B����bP�H�2l/�Q��<����]�<�
+�L���!�Sgc1>�;2���RB�+�[�LIk���c\�Z���H؂^5�d,9�~ͥ�~��P��:����Y���r��7k�+x�u��{IJ!��-�%��i1LSUMUB>�B+EӅ��b�<�5o��u�P{AO�B�����P�S�ʽ��\L�;��B%b�d��I�X�v��HoQ2�XHB�ގ����Y.��L}Ɠ���Ϩ��b
��R�j:y�@�tҔ
h�x���u��(CS�-\��B��`X��58��]'����� ?��@5� �j,t](19,h��}h��M�ҰƄ��c����@@��`��ܻ�4�&��m�jR<Z�$����'/j?�'¡�vXK��U��P��[��
!xg�F��~���J�0l�L�sl?�X����v����R�>,��-_�0�C���`4��(E�$/���eBu�̬��꓍�q���l��f&���>�T�p�i���&y%iV�(\c�7�NPVT�L����Š����ꆠ�Gl����x�ԕ��"�S3"*�7bd]����Ft�}���C�\&��}��2���Q|���_Ȭ�>-��D���EG�����m)8%"3H�l����Z7�4�0��I�S-V�L����4�9���,��,\���T�ϓsm��j����bd$�i���0b:�����R������8l"��I#�>4R���e�s�ܗ�𕟚�wB���K�1t8]�Q��5.��Q�*�Ƀ���ƽ�8�j���U��xoe��e����e�lܿI/������k�fcTx嶥g-i��LM_�Bn�
+�p�M|���j�I�����g2?"v��	��7����O������t"�̮p�d�g�[=z����(���@��{�Ȧ�>k�Bf����B�E�p+.u�B:2+���$y���"*g�����0�WW�������ረV5o%tWl���A����ƾfϨ)�E��eD�kgD �I*h.��0��4x�1"�"C�]��M:�G25%`P���M����$Dr|5�^���'�dO ��-6��-���]�z�����t�JAYs�4Ν��W���HD�v�E�� �R�#�2�<� �͗�m9��[bYЎ�����R��ы�UD�ֈ��ۅ��d����;��bB�!��sAFD������>�`��L��E����[bf��I'�#j��F�S�F&�_�<�Qh��T����w��>vbD�l#*����4���>)؋���E�Qj�}ڜqR�$�e��#�n��ˎ�R��mN��0�djj6Ӯ��v���.�p�y������#PZ���P�tڂ�c/��ϨQy�-�!�%�9��+�3�\�����x����`h�l�C_��>�{`j����Uh�ڣ�o��d걆��
+1����P�U�D��5��"���|������:(h��e�Z����}�=�īiI���7+`q��Hw��f�x@���Q
�(���L��늈�L B=`D������L���)Iu��6�r��d�[��N�����.��>ښ�G�r.��$BV�{Z�=H՛��I��5�e–|��UcbNCt""�Å��M	�|h�πt��Ru��9A��,�>���G�_(of6U�c)[C����M�{�UH��`l�AKq�]2�
+�|/���4��B�/Fk�7D`}��ֹ�lu���_�V��w\��f�(���u@t`��Ƕ���(ڵ��C�1Ը�
+�m'����3�2!��j����ى
+a9�4���������`չ���'���+�)ڧ��^���-��Ȏ��U�Q
t�4���$z@L���4is�DX�K|��vIw�#�=�,v���Ik�,�?��o4�""T�����N�b]�>���
[à��`�ۮM9��j����5"�n��wu����;!g�r��
+��x����.��`*�Z*nh92�)%=\�F�*���"M�bV�H3
+���,�N����[O5���[�1.���}�f�(���~�6�c
-0���[��S�0/{J����(@k=��v����a���XbSQ�@��uK#@�+ޛ,5��o�/ΎEg���V��:�1zJ6���(�WB�q�J:�u�j���(.>#n��%�zg�/�-���^��}0�WG�5�����q�#
+ �z�6�nn}XC��Y
+tl�1H�`�;�H~L�Q�s��δS��J�9�Vhp/>�v�og�inИ�A�
@K�ޙA�%)�y���C�휃H	�� �%_?6��twq������S;
���g�ô�I8���Ih|\�vB��'C
mT^PC��0��W����9�=��bju�_�*��gA�Y��%���8��E{Fȹ�8�Ǣj�&!�!E��:af��L�f��Š�MRL8��zge�"�g�$�dc3)��H}s��"ț/��Os�6����;��^���-��W��^�����㿧+Ar��j�1ͥa���ׯ'(�"WAtl2h�ϱM�%c�S��M#�޲�%\���{�#9����Tk��p9��Rp�([��ʰ;��>�3t�P��r�^A�0�l��I&wFI쓌�9�z��?��ُ���r��F.�M�mK��cE!�#t���E]�*~�D
�4F�z�����	����!;�.Z��*/���5P��Z�hRlo&)����:� �0SK�	.�]��b	�/���ɮEE�_�1�ˮ���h�@��00����o�����ʼn:!A�Z�����{��uhn��'HI#ӓw*Nc�b��G�ph��Qe
+jѪR��)�9}܄z����c`(+ƈ�������]B��u�V���P:�4<.�qz�G�p�@��-��7��sh&h�,,�����GT���r,Q׳��,�]�|>v�ر�DȒD��w��,j{��O��޼�SH�>8����\�4��
+ZR�+tɀՈ�nFV�0����7#ݤXFk�#\����#������c�h��Хg��/���п��3����)�0�Q�y�_p�F�>�
+�C+�ΚηzQ��F�Y�T�̅�b�T��L	������Rl�E���7�d�ٖ�BU��ɞ6���V�+��eكn�N1<{���
+��
N�*Jah�dxY����8�*��D�Dd@"�s�T�r�|�ti��GK���(�tN�+F���$pœ@��D���î%�MS����"S���I�Ar4�V�h`�m�"؁��EH��K��3H�,���Ѭ��s��@�AxEA���
���H�6k�J�|Bo1
+��R6(vE�rKH��^9�!�#
+s�)A_=2uSQ��'Y6O�a�$r�!b�I#��j��<�u�uq�r��g`�3
+k0�XȂ���w���x-�*r�r��L�����
+�ջ D�5,��CVՋ�n�q��I_1}A`�����P"ؘ,�?�
��5�*'J)fT�����g+���s�Dd9>�e��<��t:�q�A� @h���2Jv�2�6��hķ�b@e�
@��Ea��T�=��F��V��l�37܉֭�(MS����[Ҭ��7����V�E
+�9�ڃ�tw5׽�.��Ơ�8��P�SkP��#v?�I��G�t��c\�@f�Q�&�S���G��mF�X�ʣ�¥QOJ
+�a��@���?e�[�}��/�~�������O���ן��?1��y�x}��_�᧿����믾��?���_�3��?������`�c�XL�zA�x�}!�,1���9]\Z��B^X6��~M��O\�C�g�'/�����y$�5��X'1����D
+q.�+p����Ɓ,���*t�}�,���X��x��XY�"�u���eD����
��FV�(��� ���c�MS�X朗{��!?��="������8���d��]����GÓ�Hw�Gi�t�mbau/�����8p���9(��l��1�c������� �쑅�tea}ұ��e&�VS����.�p�(8uO�����{��G} 
++nʉ̯�P��(�%#���$jcR���@-"�]���&�#�[Hn5 ��m>RH��R��I%4�(R،*6"�=�a$����d[9W�ȍ�w"�X��U�|N�j8��Ίਠ���@6�C�xlX��٧����B��X���$�\��&��?&�HA��� r��}�|<,��*���1�4�,k%��:��{��Qe�z���¨y�*-dG�4��_"��m�(��1V�s������ �A�<QXبMF��W�r�#U�\4�w)I�#a%��;m�(_�Um�=N?��$
+�<M��D"�܅my�hI\A�I�H����}$c����H�����\UX���džښ˿�v�@+��z
+�&���CivP� �_��TC�#�ɂ���8�p�%���D,��A�|�X��F\���$��8w�{���
+�^�5��jh2NZ5�"G�p"�Lᅐۤ�����ǵ�T�M�4%0���3@K���Q0����H��FI"T1D0�4��M�x͝(l��"o��T%�x���Q�G>%�W��)S�����y�赳=�9>�GBV?���q�b�α�c������r�RڟWQ_5ʣ|��N鍖S�;-�����4�g\+�(�X��}�_�|��3�H�����\Xm��t�Q���hy����&,�pp*
�"q7�E��}�����ʳ�A�-Z�~: �o���~�F|!���u��Α�0r<Ԉv]�;38�&`j���я��|L�F�F��L�.�9���,؀;20?���&�LU�h��rR�$�YU�����*H���&
+4���bȖkRљ��X����$�сRB�C$�dA_^��p	+]Q�u"��	А�t(q�����~
+eλ��"�x~��Q�˅�`&IYY��Za{�&�G�jh���W�9��gq��J������\a��P���;>�f"����	nO�X��E��:����
+9I#�ԩRiN#jų�h^����9���.3x �n[3�l�A���-��}�����j�G��1�{H��D6�2f@���/�O����g�j���[w���2���ɉ�ݳ�e�"°�1���j��R�Ժ�.�@{q+>	�h`k�G����,��W���i������t�����Pb�Q������!����,fz������p��.��ݘq�*��L�V�H�Ձ���U�7�ڀ㙲;J�N�w}�J�w��5'��G����R�����-���n�q0/s���P�b_�,�V�:T�����½�մY����A}�#��g��tuǬ(P���	�7@Y�i��8O�����/F��*����}(_�D���Mo����ݚ�I�ǽx�(}�k�P0��)�p��A薇���ae�����&�yPL�*�&m䘹���!3�U2�!�i�7gYd$5���}UL�Ky'ҁ��Z�Ӏ�6�(�dV@h���Wտ�5�G#1<*cFB����o����Ψ��^��iD`�ɍ:�+�uk�H�Ѣ(�=�/�<h���zi�v(n�M�A�[���_K�5u+Tʳ�/DW�?w;P>&m�^S��G8g	{mB=�ie�sNQ�-%P*xߏ�uޚ.�
��}��53n�Ύ�B"�Qͨ�G=�(J��R��y�-��r����!ra����G��0"��;��)���>���<�J�(�
+,�h-��̬j`�@^&b��[�xB��Y~��?閁%�*��t�Ũ;�Zߑ�����VS'�#��zW]&��T��+�_^�	��}'	.&:"��?�����I�X������6��P$z��^�C7�4	�%H,;��1�͹#�1�K��?4���&�$���.���ҳN6;�c{~��9D+V���J��yYX�?�A���	��M9�ھ�@�q�{0=��<�:�B�X���T���1��/����o�;T@�a�c-k|S���2f���݁j���&z��oڌ1�����#�\:�9*]�Bl����v��w�.��)ݸ��T�{o'~?��P6�n�s
+7�M-oX-@���	�W��`�� {]y9��xn(�����D\U���dݐxa/�cgD���U�X?a�7����/_ŴH��%Ar�N�
+t?�3��j5�`�sD��І
+��n���E�V�*�³�Y~E�Qn,�R5�*���ǂD��&.��w,��Ք9�-�y��-��8E��BGT�mj�픑�������'.� dSs�y�<��f�G�̅�5	�!bF�:E��s6�>��M�0�>�9
+n���0~�=�4��A�bv(����Ε|�����:��&�ST��[x*FO��s1����y������mE�����z=�9�1R���px�֣ShC�Ï��%��S�����X`�3i]``���Q�P��aИ��X?��.j����Bڊ1Ke����v;���b�(o��IyM;�T{�-�3ìj]�Ud����w7�k�I�Z8.��̄���K���Q��Ht��Z���>��R��͸�i��_QH|N���{ʄ��Q
+P?���c���O !D�B��y��u��o���7 .��/��� �/�2b��w���H��QΛQ`A���h�׋�R=�.�}�1�F�����Z�BJ"w�:��>⢝���m^π��-��4�fĬ�rx[��T{���:�&s��n(/P�����E/�0�Mc7CU��+m_��V���;�A� �Q[)I�{c�^"�:Ĉ�[,�D񩓒{��
�b���"f�o�y�5�pq����,G�]i�������O��?����\B?u@^C�H9^��h+,�┓[4E������q�Y9�b ��é��jU�;�&�B�}&;׈k)�����ת�^���*�ˊLd<�ڽ���3�/�6@{�$�\��^�9Bz1��)S�rð�|���T����һ�ltL�PA�āp�6�yN:�3��΢:e�b3������f�'Q@I��dI'G��<'�v�AWU�4
+$�F7�Ԉ	�̤�0��\``��N{�2�;��H1#�
+?�d�^����������q�q߮�פ줴�MD3A��2S�ڎ�#�f���D\PRĭ^�ؽLG�B
1Yz��0u٩P����s<����[
+pdDH"��J�����6#�:.Dt�.#PvQ�x1�(E�Z+�A(��-�ȶe�Yy�)U�H�	�|�j#�eb'���&zp�n�P��n=�U����4������+S����q�����5P�5�vt	;gŀ2u��1F0�H"�Q�/J��]�����R�X x8�+������b��<i2&B��	.V0���qF��6 ���Ӗ�R��R�n��P����=a:�N�ȅ�
4f��i���U�s	ZiY}���M��\��F��Ղ:�(��m���Q@���A��F�:*i�8����L4J��AI��}�>��k�f�J*��Z�XK�<�'�dq��M}����g��\ؙ*;+���Z��D�hb�����?��^"�w�J���<ilz�(&��><4"F˃F�.fŶ.�c���y�8�iT�;\���ͻ[�̊�U�5}R/�!"���ضAE�-�A
+ɫ u����)���-*_1�D!�z49�LO]D���L%}��|�60$4:b}'f�U��A��3��g��|ȏ�"G�GG�H&�eo=3��l4�ũC��RI�%��:�1�����!'(A���W�1L�#>N��j?h�#<��W$!]B$q�� ��1#<��C�E�is���ϲ����dg��7������G���a�C�	j���.�QͿ#;�����b
�w1�Ţ(���.DO��F5D�Xpf�{K� ���j�3CT��H�(/�s��`f��`a�/������
+c�Tϐ��P �:G}W����c��1�G����(q(��X�����SD��ƕ�>G���x.��/�
+��5�&��D7s��W��T#�#r,x
+<��Y�ņ�Q�:���qJR r�+����&��Ol8{�`cxV5��I���<��I	�l��'�J \,��~���V�=@^QJ���yҚ�+{����D�8��A�܁������!�ܱ`����T���!Dm����uE�P����稠I���\�+�_�f������1�<<<��2j4����K�/��2'�mD� ��l}�IV��PF�1ۈ��{��U~ ��Ѣ�K��y�H�`r��lX���G��Y�<���=�q8=�H>�u��jG�ZW)Ӝ�'�����\�	`�(p�
+ܝ�$ס���I�ۓ��P1\M3�-N���:�Mw�sS��WM����Pi<���LlR�g��$c���)ds4�Ѵ<�ش��X"��2�j)Mb�Ў-xb�����gp��n3��"
+M�fZ��dR��k@e}�R>L�����Xb�` 8���r(�Jמ��tC|K���.K�[�1)))����C��p�t�1X���D��ԇ���l�+�f���	O��+s��)��PԸpcl�P*�w��ɞ�
V�����*r�NS�UԵD��c��g�>[8B��;�݀���D�󯓪�(���/�岣�U��W9�$�ξ_`�$CF $F %�,)o�Z���!�0��ݧj߫���j1:m����9��N
��ߋ�O)r����z\��Ӧ.V�/`iDEv�a�`N�z����n�!8��Z�8U{a����$�4+ hR�g^P����r3.e���z;�U�3i�	�e7��l�*)��G��FA>�B�8С1z4�52�:���t@dq�fey�,k�,����ȚO2�� &ܷ���Z��3��t�=m]H�)k���/�(����`VK�(��h��:q\
;Ԯ�S/;wCf7D*~�7�9�ʦ 8� �JO�JD�!�lv�����k���u��(���C �])��oO�
+c��j�9��1:�4
+Mǂ7€G!��!��(3d�<$
�M���ok�>#Q�������MQ��
+�spa�뒰jh��P�ӾE�y��6qii\�8���VA��rq�J��h9��8�X�
+)�i���nCs��i�����"x��L�*�y��ס�"�(�x�V�G
+�ٮ�n��L�B��O��ƎQ�ۍQD��沠s.��`�r��`A�Pc�B�(6Ը�@c���z����w�|����o޽����}���;>}�[�(����?}x���\�}�՛�o��?|���ϯߐ�{����D������ǟ����M�}��g������S`j�(�����(>�}wg���K��^�`K�#a�)����[�ӝP�3��|.!-
+�D�%[��G�jN�&�Ю�y߷D"�S
���$1�6�Qk��9�	�JgD��?�ڵ��pB�na�@��Q�v��=~�a�@��b�v��L�����I�肆(���Y���nwJ���|�w#g¬���
+r�M�5X��k���.��[x����4�����@�T�`�cCyJ`e48{��V������ؤ�Mi,����f?���>�	��tԌ�.?&�%c2�)�{G|���.M��K�^������-X�z	����x�!��Y(!���)��53(����G㭭�?*<
Nr�R8OoO�_~�x�3�DZ|أe�[��C�� 4����%����R��~�ř;jcK���=���I�Ȼ�2�+"��t|�&�6��|��̥���i�JM��b�L���"�B7�~D 6����h��
��)�������
,�Q`g�ң}!
+��D�C2--�(��e��h6N�j{�*�=f�(X�%CV�f���UA�q2�ƛA/�	�r?�r��S�&�(n��R̢v�m/������6=��� �)qc���/����^�*����w�)�)������Vjo�kH�%���A'.�`Q�k���3
+������.~g�[���i,�ln�:�l	� ���P��;�|5�pF4�����>�oX�h�L@�\Å�A��P@i���-$t�m��øG�_2f�x�Zޢ������-y)�Ț�d-�����yܿ�QA��� N���	��
S���	9��n�Ƃ]
+�8���]�F����!���.,G%襤PI�E�l٫�&�]���P�;J� q�p{��k�T5p���%�6�n�*�MxLG�t��m� �������%>C��=	P|Gb��~��'2���Q&i���ǁ��t	FP�e$4Q�r,���6Ƀ��S0��2��e�%��4@0�{R'H_Tΐ������qQ�`��Ψ�bf������p3�����\C�D�Z���X��Nk�A��%��w}\PH�Z�05I
+�j�m�3r�������x\����ן��aP��Ҡ��+s!�%���§����V�4:gfV�#�B�q%��	����@7aVA '2�/EF���A[��e��,��Y��Y	�Yt�y�5��#��D �'p����z�.0�-���E!H�@�8!U�d��ǔv2���-�x�Ԏ^u-����7~��^�8vo����ɯL3�uqp������4AF�nnmY���f�Q��^�,=�н;��Ft�Vv�-�KSJ�AT3Z�p͠q��h���c%���J=
<tp=�G�dj�������JX32�dpf ��٭�B���+����ڇZ= &�PpE��&3�h)\��5��F��]�(/����A�.m<����ud��yBh��N]M�B�H�� b	�TZ��y��U�u8��S/�4N\��=:8M
+mFє
+r�T�ƯYo�D �N���8g�N�QB�PK�̓�N���{Q��>��eJ����q��=���Y`�S+�s�v���~ȰJEQ����5}�[{=ZA�A6��T�>���o��
+Y��8�0cd�f�>��
+Q2�K��h���'�)��	=/ĕ��嵧�bϑ��:�$�]R�0Dd�SgIgK�d��@�]@�u*:��:4�\���4����-@M$��\=:*��&{-�ۀ@���>�B#S��#T����49��D�{gC�8�}����:F�����3�+�C��j���TW�
`����y���C�/���Z�O����p�xJ��DlG���!P�ӡ�IM�)�q�������o1���X�y`xQ*;h�VX�\�t���a_�n@��J�=X=��xӔW��I+�P3�i��KS�`��P���8lp.{ �6X����)81���Z��)�y�OE1�a����s���[؆v��1���\u�H���jOG}��uDƖH��Jt3jW�;?r֌T�|^�8A�ŗ�1�D�3�#�����wˀ"\�=-��W�w�N�(��{��ѵT�r(T����~]}JsA{�<'��k��aDpNA,#��(�f%�q��vml�8��:h/�E)%v=Ź��"e�_��Q�X2��#��Q��)��%ۙ��y��I�_�J�^WJ�FF�3��B�\�3�/Y�&��#%�X`�؂7zb)�ā�(z&�G���=��.��r���
+ڗ�����?�P��[�n4|Em�-G�l��8J�$E�{�Y'��5I?��"��il�km�{@A�_nE�96H��}?$6e�Np��a;R�*u߾]5��T�eFjTk��{�Lg�q�1��,���'*���c�5�hA�Z�D����ɉP5�G3�w
��~w��Q�'PkXQ�1# z#��C^JLټjL��.g����T��n�n�ь�!45y-ϋ`jA�*�2���ҟ="�[���Ũy���7��w!�����:7Hz���,��	�P���XħX�,�t~f�r�j��3��}R�4ʋsS��5+s�p���́���Ub<H���*RPC���j��*sDm���qG�|�#B�ٳ.��;��PUDM�%(}T{�G�]D�a��W����� i�jb�*	,��
+8M%!s�V�pX�!�@:(N���w��t#�*B�Ua�"��։b�W|UOQ%�K�Y���~�0�DJI�|Ā���Q���D��*���LEh�
�ۄ"������;�]4S�4}�(.�؃j?����BS�[�����ZH�&ժ,`-j��D����W��������>"d��t=����N=2*0��M��
+0�`h��F,lĊ��D#�����2 ��S�����)0IWP����H�ؕ�
X����CA�E�rU��&�I��q6@e&
�
+ݨ�n�8��U—!�8��Peݺ����!	��:;=�pJ��-�ܣ�yg�"K !nC�zM��Cb��5���gD�ԔԔPU�����
+R�����ā��0�����21.ޝ�����4w�qbD�E���P�D+ gAN�@�+J�Is��x�i�� B�>֙��� �Y�&ak����^���+dɬ�O.aDT�'j�t!5��r�87,��B��'�
�n��
+��-�tJ��qrG}�,������C�\����Z:j
+8�]��l`cWҎ� �B$5��ؚ�#b�����j���zX�Y^=��3�����J��v��(T�<���ܽ��N���MQFD�"����(��;�ȩ�O�j�y���<D����,�)(�&W=�T�O'��ȗ~#ʍ��A�զ]=�Q�yt�y2B�`0O!"<oV���?���bP�a��8���E��	p�0JO�-/��2�R��R�R��w�~`�Atj"sb�Z!d��6"z3�d����ƈ&���F /�g�FT�W�����)�Ĉ#M�y9;��զ�{ߤ�7Y7B�3�ͯl�y�I�0�=^��y�>�ʼn�=��������(�S�ٿ"L�~���w���v;U�`k����uAj�>]�$�x|�c?���<6���� �#�G�5�e�:O�p3��dS��yX��ds�[�s!Xp�zN�7�V	�e��`0�޷�M��^��!�&�����ÖC�T�]�XiYU�d�׏ME�kS�Tn<"�$�Gd��k�	pB��
+P	Oq��޳R1��c-�&4�Q��<���O��8�HjfOdö�%F��#��o��d��``6��*/2Jg�th�(2���܆
+��p��&;
�:�BD�*���Q���$@ؒ����~L��Bƚ	
+���dU��MBR��W�6g `@�y�cFP�A!8��(�c�������b��ۍ�7��#�qF��N*�;A(�D�d��၉h�t�w�w���b&,}.�`2��Y^�D�$�-^����#
��������(N��'G��%E�*4�,�~7�GSt��D9��	��ѳiO���t���q^�G��e5u��c	��D�
��`�
+T��dT�~1��Fnr��� }FD���Ϻ����Z=Qe��
��3����~hg��#ѣ����`g�;���8$r�/Q��� �ac(R�T(��(^�v[�֦ڮ��e�[�G�Ҳ>IN�[;��
 ����gFX#^�t焵�νΝ�؈(�ꦤ@�(��<J���t���ȏ��x>jn�fÚ�[���Q��f�a�ʏ����h�f���2����$a_��`f����W��M�Yh��Yd���))&�:�j�#[�kE,���P����;QY7���B��â�	e�\n���`�Ef(N0�w�K���EP������
���g��I���w@�:���t@�mx��jUC��T18Cg9�7��2��!1���}�}��|2?|Ls�g_h�����A2�EH���E����b{���׬�(k�
+:��
+{!�A92����n^՞��,����{�
+�AQ����́�P�]�ʘ�h���OO�#bO��m��A�q���?�^�>�^KL����x�ߣ�Í󌞌���R@6��L��o��D����1ق�Ջ��Hrq@ʋ#1�����&%�P%B�u����S$L���;�΄k�����̈]�qa��@�3 A8�(c��� ���~A�qzl��t�$�(�'�L�&�CcAUp�'7�J�1�~�(^�ڴ�U �?""��
�1-b�=�n��b֣Q��}]�(:��%���3X�?�\�]7gt
�`SbEq��������>\��g0����D\L;���X���K�%�WS.�y�G�v���gP�� 
+�!���рw�Oyu�i��<�9�<?To�Rr��*��͘$�L��I�IvE�2t����,0^��Z#8Do��z�vg���6�����T?u9Bs�r�%��s������]2����|c���h��*�|t�����4���/:|�T�&�R�7g!���3!UX4����a�X�{�N��(����ʑ�7X�r<�Pd���;�i;ʶ�nx���&x˺�?h��7%o��5���`�Lǐ�
endstream
endobj
89 0 obj
<</Filter[/FlateDecode]/Length 14240>>stream
+H��W�nG����y1 y�T�/�A�D�ěUbD�bapE���
+4����s�"9C��<8N�a͙����S�Uzr�����Ml�D�ˇd���)I?%FYr��4}�P"D�
e��?O�Դz
/�G��	�Zn�?ZQi�H�T[��aTH�4�B8��`a4|e�NO�R�Z�Cr1�/��L�`�;�j��VpM���~�ك�{H=�qa�4��%���6�K(��	I��$�!�w!H�^�8,`J4��rX��n�`�RjΥDIƽ�n�1ʭX���ԑ(��
++t{�F �qR�ʕa��p�@H������_n�s����׋��|�J�~�>-����O��xz��f��ZXz�>��7������2֋�w��<QŹB<�	qv�v_��#�����^Qz��MOeQ7k�;LJ�}�1R�!�	��˓ۿ%�٫U~�̡P?�6���j{		S�쨰R92�=+���K{�h���S�_��2�e0�������!����k�Zw���m���{������{ݵgQo�\�v��==u��,P	�윥��{�&L����5E��h<�G�!(����1�����6���W�h��N�^�8��p���{T9�\�,��ᔠl���9��䈺�ک(T�����ڳ�N�������Q�:��./
+LWW�CXH?�r�]��!v(W�bK8+��o��զw��3޵����=��e#�2dD�b�-#��'iEk�*��Z/P���.��ָ����N�D��a n"*�����H��%Z��2�<l-&�jP����4�Z'\/��ϟB�h
+����81�>�|�_�C%`,��;�Ə1���Tg	�ԳC�x�2%P���)AZI]�C'ZL��١gK�a��:�W�um(�@Rb�p(w�+�n��“h��6*oL��A@u]Z���4~�jr8�&xW�`-��
	ayy��4�Im�J��&;X�(�(�L-��!��-I!�2܍,�Q�XE�=C��)#�e�ĩ�q�"ܷت�ì&���ki��,Q(�@�vAH�^�8��(*Oc�tYԄh����1DQ'�"P��dE�F*C[�P�����8
+��q6 Dw�Bttw�p5-ϩ��m��$
�2~Ȉ}�[�!�iq$\/P�xCFt�*R�B��LE�<�R�D��H�a (L����Í R�i���Y�|%,���Fu�P��D,a�p�@q�#����f��q�����a��z�Ư�!�Ft�ϰU�p��\�:3M�r�s#A1�s�B笭$�J|�����	�oP��ng���)������pGd	ދ% U�V�A�ۗ����`P���z�Ğke�P
+�a���V�Y�`��0�����6{�3^���n�03
����"׉`�0;�����G"�i�����.es�B[7C!�P��t���[�H�7s:t�{.���ZYV���CN�}�J)��ZN18��B����#Pڽ�u~(�6p))���3<r\
�?�e�sN��pr,u�,RJ͹��(ɸ��v�8ފmiia�oi����bvhKw%WW:P���ju�hi+�<x�Rl��ۭ��^ u\M@i���P�r�t��!�(������;���+�$�\2h�r��+�^V?��0D"���ː;v!�[U�P�;	=�F6�,3f��k5_��G8b���0��`��bK\��n�6��Ȯ#E�8�����ݗ��k �ɛ��e�(�|�ۯ'Z]*?����S���xc�;J��7TV:��K�h[�9{�ٕ�*7�i/�*{�QwE&�i���ZY{�q��ݪzE��]
��;��k9����	��T,��VC�{s��u4���@渣p���,����������ڥخ���샱�ȃ5ޠh���DvA�����ϐFߣ�(��!�T�lt/�D�Rd'$���i/cx�/͎{L�r�#R@`���X�7��q��Gx9��*�ƫ�w�!��m�Z
����[��!=kv�P`g[�ʄkB�ʦ
唊�s��SSo��G8^Ӛ"Yв� �⻶��m�Q��^q�!�N{�|��GG=�t��X�K��3nCŖ��䌇d�_%B�f��TB�Od��o�g������Ps���2e����%�s����"�[���ƻ�dWɋ�k��|�;.֓I�}�x�̽�"�q>��L�.!��Jg����xh�N�,w����;W��˻�r���_��`��){{�:=O������v��4�:�|_��������K}_�&	)��W��#<�L_RJҟ����s��&鮉�O�o�5�U@�w�g���q�I�|�1]��	-��g���,�v鵗y~
�
+�sV<Ý������x�O^��A��&�SwZ֮�N��.��?ݬ63
{x��0={���,�V��b�_�̖��`������m��[��O�:[������aq~��,�\���q���]��n��i;���o���C��j��!�>��~���\�"[<�Z����f6_>~>?�|r��go��(��ׯnuC��Y=�sx�&C�dOH�<�[>$�A�Y�����?��C�mG�S��p�|�S���b���&�xzv�o"�u�t��_���z�؋�x�<�A�ۢ��r'8ݭ��QQ�'��AZ�@O%���D�c���D����1�7f�2���T(��`[tN�"T*&A�Q��p'ۜ��LO��V2m����)#V�Qe�$�d���@�)�|���%7���'�j9�"A���V7�°ז�1`��c����G���Si��^t�KQ$��?�cۚ+�{�1�d�
+��ggu���>4:;A7B�h�}y��I�6[�f���޳�wv�v�NL�_'��K�`y���N�8��m~D��0{F�3dDښ�)� Ďtx�MJ���/NY�g����c�5F���uNo�S��Ep���g�?�
+kq�"ڑ��kF��¸G�1�h̪�:Y��領��6��n9U=혍6��y������<f<>�ʷ���]KMh�'k)����^f}@�����l~�nA?���G�1��3�����~�ol�;s]A����A�A/�ТEP4u�Ճ%#rL�I���[�g�I��S��|��ǂʮvfbR��wA����s�6g��˾�2y^#���ѩRZo
+�������-d{��QD(ۺJ37:
��;F�g�ٮH����{�[��X��76�ld��J��ݙ!�ov�O�9�GUge�� '^u]ŤR2Ff#���am	<��2G'/MiR��Q�Ak>�з�t]3�ED��k��Ot$�f�j͘|@ͻ5����0��1��&F����c��:��M2o�����E<.꩐��P�e�'?���V�M"a���_�o���xw�wy�NokHɢ�o�a�θ]�F$13
�,�Q�'D�h�ZV=7&f&8t�>t��(h�dW�����u�|@R���
�m�9$v��1�|�WPN
+��^��3���'�?�<�`$��xk����[��+N
+��a�jP��\L[�aP]q� N�B�5�+\��'[���tx1`�`�^sq��b:
���GԠ�t��fD���{�E{$L�.��i��g�B��kR��uJ'^l˰�.�Vs�N���&�Ch^���5��K��`�sPCyj��Y��@W���f�)m~|.o�����?_����7@�ß�k��Ǐ����_b������~����Ǘ���?�SY)O��(ivQ(R��/_�RH�A�_Ʋ�_f{����_���\ >�L4dӤ�y��($d
+�ox�����י�#q����K��b����O__�Ȋt�_��8w�L����"��9��˾[f1�TK�h|Q7����{��@�_���tR=Ñ<^__���?�.�7��5���������RY�:}&��C(��Ɓ��� z?��n%~A���'S�pm�:C����G	���N�kFq����+H��m�\�����0�`�f	ր4��GWy�yl��S��%{���,9ʘ��ӏcK�y��2��[C�����S��W����
+��Qz���U��
MC�V&
+����$��591��Xa�\/nzTRԉ,�"y��e���9k�̛ᐅ�.�y��c�b]�к��Z�2*�q�S��ۊ��`��M.k�>:�w��<!���!��-���[C���A?�����$�8��e^v�q��Lp-�fT���x
+�%
+�ޱ�˲�BvC-g��6�ΓdL��C�!�����n���.�mv�������_`���G���
+V�S\hf�
G�M#Nc���-�,�ţO���5�>�͗\�Џ��;G��2��}�I!�v:�%*��:��!�c/�\��M��"�T�s���8n�'�,�^��zJ#�W$a` ��۔%�5D��.j�f؄F���Ni~hO@���us
+؁>p��`vw�M�F���[�8MS+�
+����w��	�)������o��۷'��5��'�L�I$��2��w�S����Sia��D)�����K��&H!(�nZ<�
+Y,��>�ɜ�d�U�Pwq�����}{�fg���	���UA��A4¤
+q
դ�ba��U�H�c�hp���X�!l
+�1	���"�����C1?3�������P���b2@�h�c��E��PD�5bU����Vj�J�Ckl\�#�I�螬>!�s�+�S�h"h�߅��!�P6���� H����Ҍ��W�X-��'w����FnSg�2L��vyU�7%�46y"* �zn{ŖGr1�iixjh����t6����� 96I�מS�M�x;ˑ�XeM5���)�7�by�B�`|��U�v,�l�Z�JE� 7z5�	��s:��ɳ|e��Y���C*�q��E���'Zޞ����x������iU�<w����$���yP���`�M�"rŸ�Qf��ċF��b�^!����p{m��k��}z^����0��n�hp���Z7�x݌��T��uL��|0S��kTvE�QLίC�����ٶ�u���3��3�c��/=�u�����#�(wI�
f��0��`�1k� �����UM\ƨ3Dv�"�>,3م<ʃұJ��)/8��u�y�5IL���0��4P�S3b>�aT�I9�u���0ރc(�7��2�3D��,n
6�%�P�s����,��B�@�e��9��9��nԜ?�"�p�oR�q>�S[	F�0
+q�
��*U���0D�~~���]h�iyRO͐��xS3�.�yY�@V@���7߆&�z���,@T������Τ�O�c�������*�Z%����5����'� ���`!\�K:�C�1�k����~t���/����U�Z)�Q! [K���ޅ�/�_�F^W==i�S�`�q�t翌�I�$EEO�w�5�����+p����[�7�D�Ku��j�pw����_��Y��Y���0"�ӛ��מ����%�����0��3I��Uy�w��Q�”�z�="��!��G##\�"7��9	���I�@�^Zx�=��Ro
�[.�j��\���,ޥ����0�|A��r==
+!'z�y9�,�D���>l�@�D�b�m����������B|³�F
F�=���L���T�nCN�Ze�?�
�ʞ���Ib����Z��4�~{���
$�i�5�\KgN|�$�{5԰�^C<�2��ݬ�|S§tw;@
-��7s�
ʲTZZ�LD�9żd����x0*v����� �m��j�e�gO�gxT*��ΪD�e=Qg��zvoN��F�go����������N�pi����'gAQ��m'_4��0x��}�
+m�Ƭ@������[��`Z9�!R�۰2J�5�mX9���>l���	��b0�N�P<��)��]mO#'m�@�X�+#2��;��rs�~�^hQ�_�`A��i��[	��Md���:~8�����	����D�3�(�K�JO%�3D��Gaɓ͌�*�����&�.�����a�Ď���`L+��J�9m�E������������]�.��� ���A��D���І|$m��@>���B/�>ݸ�"�t�Fj��	"����v��������I)��"����2m�ϣ�`	��n��7U�ן~��5`ҩ�l��%���-�z�sIa�֠���)_^T��c$�kQ+�"k��X��@q:[�z�(����9L���*�?�u�����6�0�eH�O]�7i��q 3�L$�F�1@/gՇB]y�I\��lM��3�*�55���L���z&�f��GB��8%�Jf�D� @�9�<B�w �#�SA�6)P���P�H�
;!��l���S�bw�!� 
+b�^����H�t2-�A!pB)��b�����
�,wy�PF�G�=VyQ�
� ��݃n�w��
��O ���LEC��䩞[�Z0ȶb�S[ti��lG��ޢz~�����0���1���1�����40
�%_�,B�����e��m�?���k�� �CE�X#_�q��
+T�8B��6t��o+Y�"�إ`�#i���j��L?�����RM��A��ө�=����]2m\A�K��Cz��W�x���%�b.QwA�Q�&RY���C�q����` �,�xH�U�!i�d0�
{p�!U����=�U�w�)�tnNKq�$uj�D��x	�3�
qT�6�=���Ȑ�2��
@�D�98��'��wD�Ȏ��y̓a��a�9��ib7��i�3���q�D�e�X�ҋYL�e�Һmp�1�J��&�l��`��t�@e�D}^kc�l�GS�~t[,-�ݶcRQڢ�EQ֙b4O^3w��dsU
+Ĵ	�/M�I��)����u>o!Ǧs�BE+�~��X��#�
-I��L����QB!��f3T� 7ȐB�yk��Y���
J��2:k���(*���U�b1���m4��C�z�±��L<Ǫ��w�6�ya%˂7��څ(AvrK2=��j.��h_�\��p7t8e���w�l����3
+����h�6ˆ�wF17b��0�U3���ù-����.\&x��Y"剑�84/���@�r����]�9���4|k���:ٹ�>��B6��i��a��C��
+�+�AS��O� ����[��Aq0Fy���24Vv����6-LO�����h�w,6���R_X8t��s�Т~�t�O�P�	�\H���Ġu�㉛w��D71F���#�3�x�&�2��	��P�z�_Z��a��0H��'Ćɏ�*���<�A+� z��$�{g(}��.!�Wn�|��I�[*0�F��N��`2lp�LT	
+���%�'�n�ԩ�1��n��-(:n1���S�O��t�S�((:�A�r��װm@M�F��(:�]?��^�zܣ��0�x߮2G
+�U�އ\&�3�5��WdoE�VQp����K�� ��q�� SvȘ`�:>t�����5��#��{P��k.��� �o=o��*d\��Ȅu��� CxO=ނA5��ėf>�MZ2�Hs)��Pn]T�㘬�l.@R2;���6���B�
�p-1ĺ�h+���x��\���SL�!�+S{���8�1+b�C�^���Ն|��B���xv/��`��(��
+AR���H���6��V���o���WU#'�	���}Y�!�'���P��H�:�CX��(��k���BT�r^%�;Mױ�f�!$3�������#9��t�I�1��,Fm��y��Y�"+�;��|ؤ��d}�(���/eR���I?�%�P.�=��5>��5H}y�jvI�0�|�H6��O�������'�*†4;����C���<P�R��Q�p��Lrǜm������ʖ��ZDf��^�b1���Ҡ��hi~^ZV
+{�66`�y�F;�rN�/���z�\��˭�-kK��p\����B�v�K��rq���%7sd�����Z��%�Z�2�s*
s�Xm���MH�D
+�@��(�*;]�����&=����(3$o��^)=����=(s�SBp���A��=�K���BA�ҙ�N�h��z	������ko/
+�-�.��(ll�m)TBh6&a�����5X����
+*��!Keqۭ�JHcdM�Qj$���=��a�D�߁29V����PQ	<�%6��M\��
�1�N����s���B"E��5�7I���.�aP�������b0Y*jA�5ú¨� X��bRM��J^2!֒�\%��+�ʧ�� �$���ݡ�B�Q�\�S(�}��f��M-�c�м����64sMR�/t���V��*��
a0��� .��'���&����}�����W�	,pH(��QԚfi2�����?M�{��f�7:��r�`!�����m���l��*Ֆ�1�$��l��-F}#Q�d$?L�B���8(���r�����u��?~��G�����/��n�������1��~��$@O�f�9E�p[F;�$ϏW��bU���>��_����x5��?�~���G�P�֗8�2���j�㭍�֍���5�f�1���B4�tl���LM��GĴ,PK�\��1�0r���$�Q�q�J�<�9�F5_h�H�a��S�1��M�3�?�c~-�{1_t�/�%�=Jz$|��o�(;/֏=6i�R5_~�H��Axa*�'���cy�N�~'ݛA_"����E��/;b��px,����=�9F3�
qB=�����eaQ�� ��T5,:��"�S]��Q���S2���.��7c��s ��)�j�LUc4��|�s�
+:��������xT���0]Y��fwZ��m0�γ����r��a��ZM4��"���0��Hz~����|:Y?��dؿlp{m�[C$��B�!�
+�����XqQ%k���!�i�Y�#��Ӑ�>)Mn-��߳��g|��m`r�j��s��o���~�X�{���*;\ٓ�Z��y���f�aX�/�V��ֿ�0Q��OL[f=�!5Z�Ѳ�p��1�sm��*���[�[A����m���6�-���h9[㲀0��̂�׃�b�߸��'AsT��j�����T).O�8��؞�e�=F�8!�sQ
nrj
+1M�����I��|���	�S�&,
(�S*~p��\%@�����3�;w:��Y���N�5F��҃f����>�;��a�:K�lO1�<%{+��ט��f�d������ ?�e�=V�{z�\�V(��H���zCiD��� ʌW���g=�"Ma��<a��ъ��=b`�cସ�5��QoH�f��	�i���N�V�����pb�X0��C0}%��9O��`L>Z9��i�>\�@�=d
+Q��x�6�Ye!!7_~���2Jƍ�;>�e76@��ïWq���CO]r���{���'o_Ã2����P����y�yJz�Amw�N��jD��2��xݧR�y��=��	-Ρw �Z�.�*\*���-���\�׊����
+;�}�g�4��+�%�s
+�K�Rw0y��lyN�"B�K�B�!y%K��Te	����fx�m�2��ތ5G
+��xe�3��(���_X���Ҍž	�6��xOfl┮U���7ц��e�V����%s�G4�P����x����]9�u�a����*�4�˭�*,7���Ĕ7���j��56K��	��*"x�3�`��ּ����j2��C���BTK���%�ɮzW�����=�={���)z
�+K���y�2Xm� �\�||y��ء/��:��9'��SڽzlP+�5�a�;��N�6���Ԫ�S=��a���x���\�J?P�;@T_4�
b�=]���t2#!E�*��üR�^���h>��ϐ�
+�a|���W�`w��.���n�L�HT�!�-��Xr�WeV"h�b��ĕ�QD[�A���Ӳ��H��s�a�a?���92qc�a½���;c74P�r4�
�΄�l3�b������e�9���^�mDH��8�?��B�H`�7Y\2V�
{̂I?�G�9�e0�\P�<GHUG�H$�\H8��&�U�Q�A�!���3؂�\�aYCq�Ә�L�p���ht�-�y�,�'��8I}�U�hQ��>z���R"��Ӂ�1+q�9�Ŕ6`��}C5��d�wcخ�1d#�3����s�	T1�J�/��)�"����:+nC��K���m�2���oҩ%�!��c����og�O�
��Zf�@.<	NjW�&=I�lwJGÇܰ��Je��@p�}#��@�[�ak�^Y"΢��aB�r -8��3�A?E�1Rݬ�w�M!���gR+��ipO�+,B@#�E���
+S@viW�4Sb7���DP�8�d��4c4�5'���B�dR����0�����?s	��� /�s�����k�eJ�
+�����PT�>ic#��f�~�u�M�R�8n�B��_��ՄٶMb#�L��/��M�D�v�j�:�`�n:�>xg� �+ x�qA��Ұ��6qw�"�Dt�b7R�!��Cg�z<h��!R=��&��f��0���*��_2��3��~�š�݊���ݓ!AL�<֝,��g�o�z�9Y�s�kׁ铖����:��;;S�V�.P�]0����G�ig#�W+�ĭb���C!��S��ϛ���d+�U��L0��J��iB�R���hbi}wwB��8N�r{��LJ]��^��L�ᤫ�VIK�:\�+�\5�����Z��X[�c<���6���,o'�O�ŕj�������TA7ʮ���h9}g�f�7uLs�+djYC�a�ڙ~��8����8�'L[��s_
+BԴg�G��1ղ�p��uؖ ���ZpuS��
P����@����X��'��B�	S��0��)���G����Q�=�GW���h�Z\d�pP����>V�((ˌ��
+^Iμ2�5�����t��Zt�))l8*��ʦ�G��A�@�q�f���8�m8�_`�}]�U9��&-E��$��S�.�s"�O]\m�+��3d�U�)��<���II��M��=�x��xP��@�Y�s�P�
�]�Pi�2�O!�)cY*֣����g@��
+C����B�R�J�s���V��ɾ_
�VmGd-L<c^K����g�2
���IE�&��&�8gPl�P�%��>�@�B��V,($]S�L�=Տ�)�������� :+�C���RN�i�I��6ӾL�	3V4Jț]jt/��:
�^d9!��c-��,���c�L���P0�q�Ʌ�E&�QhKK��l�@�&�xTSť����Q�.��"K�!��w�!������E�Lۇ��J<$[;y�u��ꇑ�b�!����	W/K.�	g���b��գ2�wFhn2)���?�����qE�_����Y���i��M��H�ƨ�
+����j���~{.�gHQ��Vl���3{�^k�I��@�-�	"(G��/ܧ�# $<���-�f9G(>�{l�����9�tʔ{JbhhB�JlT��w��<�yF|������ŦeNZ$�$6]prkJ�)C�$�$	�1�6&��v�̓�I�=�m�e'ã)��Da|iٰ���>�hWC8,��L�(�l�� �=���(��h����es����!���V��؛�z�t�,�(�3\�*+��9Q��{���ՑJS�R�xY��[�dݚ=FZ.NB�
+a�J�ym��H#�:�j�(�	�L!��D�{�qI6��XFW��f��R�&I�1�e��`��Rm~j��+<'�X��
+7F�l�, Xi;yP�\��e���i=��m-��A\������c,�D��J0�$N3uf������`+Ɂ�iW���Kqw�j�f~B|]��A%&�J��:�� �C���oru�p�>+Qy�.�a-�GC$�ն�"�$]إx$�-�ft�:e�65I3��$1.��g����(��L��AĜ$� 7M�h�d�(���MA&�F��&�]�IQ����2�C�W��0�+D�`�ݖ�3m�}� ��d�Q�pek�Uԣ:�$�S��
S����|�ը2+�Eѐ-�ķ������J(�@
+%��T��/u�ߪ�2h�jٴ��*��)�Ci�X���e�&We�8�4�o ��a�X����x)��^��A��:�L�P�4G�Ң��V�#C(��U���P
+�Dj N�b�#iN��B5$�h����!b�Qxq_���>�qD��M���{3�ܒX��ǐ�zf�H���;��N�a+��[?�	5����8TG"ւj�)�p@X��ZU윻r�űQ$��Ռ���뺟�����!_B���B%�S �'����k�!�\�XIZ�j\�m���r�z�[��m�4�ˡ��%�:����P��4Ir#�m.�(-K�Xٮ7�"�T��m�����6U��ܖDH�F�jd��m(��d��0�H��Z�_�(y.��0a'�PY��\�%��*��.�#�T�#��|E�b���L\"���&��\��I�6��p��A�Ba����B�:U:SŤ������QЇ����^�^���7�]������[���|���J�/���l^ݼ���C�����ۛ7����}���O����W���Z���O����P/�ˬ\
]@�2>~\��Q�������169�8/r�z���W�˿|�y����ͻ��~dwf})Ǻ��{����g�����T��oV��	�{	85�Z_mV���$K߭�f��#��4}�t�e
+�u���BX�'F�oEHQ�r�rˤ��
+9��Qs3ɼ1լ���	��ΠV,�y���T�âj���o���s�e;� d� ����@'@���6�����d\�<&H�	"�$� j�4َ�b�x2��A[���Ͻ����(�ԅ;	4��1���Xُ����f�]�t�y�eM�Z%ڵ�|n�U{n�='|P:��[�|�|����i�fÙT��a�����ы��pb���y��/K��$W
+}D�I$PCF5q��/E1Y����y�
+�RwS��r�Ý�;����eT�F<�g�؇@���M�ԅ;	����L[!�UD���O�L"��mdS�"�0����߂�`'��ho�W�H_e�
+޽pո�KG�ՁF͕\����!�}sh�|�e�\x�.{]�t�Qsm#�}sh����yth]q?]�~Q����ym����������ѝ�W��f��̨�t�Ý��=�h�C�ј��1�LzH!����\y��/�J�c��G�C�:w��A#v�9��Ý�ÝYz�U�]2�B�1�s}a�k/�U���$� �S�z���I��ş��'OT:�"�tFiܟ���Q��+���9'��=����%���I�^y�r��[��m�w/����"N.ZG����U��o�P՛��m(��~�����X�>��|��9����gl��� ��LVC?n���Q�,	H&���<���8�#����
�<9B�3�w?��8�!1k�}�M�ԣ�qx�W�l��y�R)^���[	v���V�Gj��K{����ޤ���uba!�h�|hj�u�RV�.�I�>����aK�|[w:)��>.��J�*�:��4�@��D�l���p'��p��ˈ��)�XڣM6�s�^l5�@��d�kg��Lڪ�N��@�pO�^��U�z5	5B���)^U�<�� ꪁtԩN^����Q��q���ti*�i�q�<�I^�A]��@�p_zl3��M�n�j���Y�����"�[L�L�)��l,[��1ϲ�i���
�ӹC�y�ѩ��X�`�X�몣~Δ}ژt����:�G�mZP�$��'�)�.<�G�:�LbP��i.�\V��z�cz^�>����1:\`Ȃ��=��G�q/X��|=���u=�뜯�y��������>+�-�>��8���Ջ�o�?��y3_���}�r������6?�^����]��|������������'ެ��n>s�����#O�J��x��w߬�+��SG��
endstream
endobj
90 0 obj
<</Filter[/FlateDecode]/Length 29185>>stream
+H���]��I�?�ߡoL`�]��z�1�h֬وW�	���2���S��gp�2�O�~���:�ʚ���X��ecY����+o`N���c5eΑ^��Wz3��=@��b��=^b;~��ڪ}��9�@/�v����Vz�v�T��:���ҒJ>J�G��э��ֹ�e���Zg��c���V���6�:|�R�ї]v,���]mG��U�+�W5�O�Ɇɓ��1lN�~X���H/�Kcs_���1S]���Qm����&^�g`Vpb������X�v�0�8��+U�j#��į��tܚ��{�9�F�7ش���x-+����2GW�Z�C�,_�s�9�馇X9Z�<���+䆁����۴ժLk�U��
��n�cf8[�`�v]O���*M@q/�j�	���n��crkz:m_L��5VLf?�F��<�ܑ��WdK�:����⊎�z�6}_}E�<o�����C��VF>�ȸ��w	��dټ��Z�w���2� �j�bU9F0�P���[r����L88�K�]�[�����y�"F�Q�+�:m<�(k؅�>pc�9
~���K�Q�s�ԅ򑳭��mG����1;O��N��p]���\��=0߇U�&\ZL�j��;r�;���@S˸0�{0y���n��uo8
+Z"��4�~ؾ0ׯ� Ob39�U�,�l�l�;�G;9
]�UW�	HOB`?�wq�ªى�4&/,��k��
+��jb6����Up�̪:���h���l�'�K�#�eUH�,<���Y�Y?�6}Rkޯ�
09�C�u�mf��4L�y������}v#�Y�6Wak^DϏ��7���$'J�>jk��02���աvXx{*CD>		T�2迆Q�=3Nr�08�P�ٰђVrz�t��){��j���?����߾{}��������7=�u9���iz��ۏ���-=y����ן~����Zs��_1����7?�����f�<!2s�y�y��Wo�OOO��W��Yz���������t}{�������y���w�^�|�|u����޼���ǛO������퇷׷o�\q���,���[~}���7���������2J��/�����ˍB���H@"���{����R��h���o�����
q��R�X:��밑y�R#Fm@Wi����*p�D@�ao�H6h�� ��y@�`!�B��F016�Qk�f�
]��\G�L{n%��wP���k�����:���*K��DT��ʉ��0e��t ���d��y�,QjA�=����H�YB�!U,B۩�$�K�릟^z��j���C��F!�Fb�P����˶����BVb�l�H�c�:*Q�C��=`��t������q��K
s��n�"�ȼW��4k��A�Tߖ�Mo�$, �L���V�'|����(��E�A���f���dW�� 07=8i�K��w�7�ñ�=��Rkʉy"��g�]�)}����)������0	…�Y%a�s�A@�gy9�
+�F�`�΀p�c	4e �X��	(2i�ie�cTL���.��e�b���`��ԇ����P��F
�Ƣo��R@�m#�6����:��q<A��=!	��n|�S�F��F'&��B�D*�7r���ҳ
��Q�dꗯ�Ha��^�kR�v�\�	S叆	
+FIIz3�"�@5h$g�Z����8�Vv¢��'#I@�H�]8�5��v��>Z�_ZdA���P�4X�d��c�A�j�I�U��\�P/�+��Z��F.��3'�#P�x�{7�X�Ԋ��W���DW	%A����&wbI4�]]�B��v#�k�G@^���hF�Cҟ|�?y_Lc�x�Q�Ú�3l
���]���R�O1�x��f�'e�
+U�p@�VgяIV��<SdCq*��,I�'���҅�b��,Rg��LY	�Q��ډ͑ftrC3h
����]	3hb��J�u6��<sEL��:�����Y9Fà:1�1N�f���^M���#&�.�y� ��D�fݶ��|m�(���RP¢Jk4TU!��Z����1�¥���$��wAzJ������W+�򦉆��	������%"U�o=-eV���=C��ji;�S였�k��Ř�I��ko1�H��ӳHHj]��6 ��c���$�J�D�w=��)ǘ�ƌ&�ӄ0&��
!6�&�5��H{��Ƭ�A�#ꫣ��2�b��!o�BDy��D��۝�+	^^RF
kQ@�x^
+Fq3v��֬�ؓ�F �8�U���̔Nx�S0������ih��5�@8m��M��T���P����Nd�Ѵ��9�@�cW*8�1Q�N�=�aY�[�+M�Q7�{ d��i���Q�Q�l��?KD!
^I�<�R1fQ+�CN��o��E���-�-}�<�����]c�Y�T�����ʵǀ��s��<%�0	E�▥��ԩ��D�I���S�L[����N�;T��C:�}S<e�h��7�e�;�ѫ�	������}�~�T�-/�
+	 EbHd��*,�3�8��	�	����9�|e�����P�=�0���-'��+J�y��7������ �\S�����V�F�x����q���s�k��w��طՠ�`��\��8K���G�MV������y�hOn�w�zqj�đ0���_��Qk�����n��G�G���όf�9����AX�&����EM���0B���hl��sU������&����'p8q`��d���SI{H�R��`���zUK.�qg��ɠGr<�v�)���T�ߤ��{FDQ@=h_U;UXݴ�㨧ѹ��XX�F��Y�z�z9V���4���p�w��C��x����g�ð���Z/=b*�k��6��Q���i
y�h��*4�r"��^8(�<6�]>hOH������ �*��J�a���j���cuvB@^Y ��PC�5��]���0�q�$>�`�([�a˅��2�4��5 �ֵ]98���N?e��7�+3�����"�c����{���3���,T���^����v�[SU0J4�A��;C&	7'��̔��ͶxÍ��ܴ�7e�^��w �itC$ ����*?�vY/��'�c�Sc\�IJ<n��#E?���׾��0�����g���L?�_��D���i�P�7���"r����ޜf˖�zk��|f
+j{��۲e�-����010�0���^@g5_f�?<�oV&NUš�Bx�3��&N�az�ԡ��{AT�ک>ȧ6pXՖ_������6+]D�
)ar\
+h�{4=h�cÇ����8�H���:�,���2I�d/o�"�Bv���E`M�)��]�@�B��=�;5�U��,�$�hJ	;�!з!�	�.o�n�_c����_h5�������i�֘/#
Zrf�%�Q&Ah���|4%��k>���UE�N�{4�C�"��jh�J��':��~#�F;Uc�q���C�I5G1tG��Ф<`����
 �ڸS|���XT�BfO��������9\�̳Y�*��`�eu���ꁿ��:�sZ���(�y�
+>�ؤ�_��F�*�ʌ+qê�{�D���Q�e]�_���4���@�~��Y���]K�K
Ŭ_%��D��y����F�$g��
+�d���yUi�k����ʕ�>�GS}������V����-~!Y+ʈ�On���Ayl�AQ��na�0�ù�Vʐ��Y��YMd�s>3>J�w��t�9(��D,�6	��������=D�4@�=P*�W(���P����	Z�h@E�J��5��p�X!�a��>��jo��"*�UW�tZ[���f�����A���L��u̻�q����[�T��]�(ڷ���0��ĿFa�� S��wvV�^��CM(�h2����.8ۥk3kHY	D���N�X�"�l_�}۫�{(�������GъD�H��m:m��k�L:�:	���7��CǢ`m�TT��ِ����@!^н�M���@������$���é�&2
O�t>��>�E}@l��
+��km9���/��A���{���C��1��Fp%W��i�$.C�l$@�ꛑ�q�
"��!�S�zӄ�P����I�2zx���M}�������KZ����!
+���Q�������Q֠+8r��ɊX��HS�l��s�i�p�L���)�kVv8�YE:{�	��o���D����ߞ|��y��_�q�g��dz���W�h =����!��#L��y��♛�u�]�,�ְ9k�)�H����$�L�|��5���A^`+���#54� +��:ATu����D3rc�*��c�G�y�*��;x�>؋�/��n�y�^�5���L��s�gp<�Q�nA��k`�	��$KQ��_�nﳦ�fǙ����.V	:?�!�T�(��y;@y��g�7�<Y���V�]
�p�lצ#d��p�!�I!�.u������qX��eKUK�L��؊݁̚�FF��x�Ek|�1Ү>K~|*�@�5É�:�z3��UZ���ǃ��m��C��HL��Q��~�ш}�r�:N��&[�Y������0���]|g;tm�cF�[�!U>��CT�jf�|C��q�Y�HFk8���P���ZP��$K�W�mh��������'<�V\1�+�Y��f�([��������z��4)�*6qƗ�xm�*��B��K5��s,%��d�h��M�#���d"I�s�_O����@�6�,��b���\����l�Py����m���:�c�C�&�M��h�����th]�-H��@d��6
+B��r//f?I���.���hŭ!wo�3�@��bȴ��I�#�v�o���>�v[��ӻ��i�!r�ro��4�V�}��ƿ^ �a�O�)��*�$���x[�7�:��i�:)1��`[%�
+�_��H֣2@�H�9�=T-<���c��KP��2��K1��8BN��Z�}���Ǒ�x@���Uf:0+�a�\�㶬j��}�*)�R�4�#d��p���15QWQ�\� ����d��hV2���/�@�V��'����ӑ������5_k�cQV\�f����;)t>B������1�,�����6���$�W
�p�(�r,��D���XMu{q"�K�Ǒ)�.*^&�d���-0L|�,���	ȋ��X/'����Q��8��F%X�"�L�B@�k��m���b�YM/����̛��q2�:f����ا=P�z�.׮���IK�>_:3/1��=��GB0�+�Ԋ�^���9�_R���0��c�u�x��]�!%%RÉ�O&Y{�(X�.�Qw� ̫@�C��c�8(����N//֠�7�!�5����Nm��o�����S��m��E}��PJL@�^(���^.�zE}�� pz��a��!##+ �H����g��}��9���_��R]�]s�
�dg�
+��K�q��y�	U�xF���<�A�����4.	��}���1���ˌgD�� .c|e@TʳХ<N�Ѭ��h �:�׳~`��<�_#��b�,:r��K�b�>T�8]�H�Ȩ��l��5��M��9<�~�)�48�^G�,Yk���S��8��!.����k��P���O�Ģ�\�|f������O��41�V��?eB�}�ž��â��C��:��O;�9/���D�Q����%8\��q��[EmW�S��ߣ���v����)�C�XVF��w������m'�
�1%*ޥ�j�D�hK[L�*(I�f��Rl����*$�������6�"��O�O�<c��)��]xU��:8�
+�в��e����E�����8�{�ʦ���[F�bX ��~��u���;��hN:�d 1W�ц�
tF@'i����Q��[�(VQ5H��~5Æ���'|��f��c`�y/�D͕�¤�Wk��	�x%ﮭ�4�`�%����/���&ר)�?������?��-���:��E�&����d�uݶ���e��#�'A��_��[��	��c>J�`Xw���B-�x��Ɓ렞S>Ay�&(����g�ߑT�8�W}��_���R��x��fE�Ocί�º�,��	ZԹ�W2^�H��*��8}sFz�`�K�
+bl�)�#,e�9q)K���D��VTZ-�t�D �}��E����M��^^z��$�t���-9$2��������Z�e�)]��%_����q���	�����7܅�x��Q���ޛ[C�p��#���5�Q�ZB4B�G|Y�,w�xh.u&z3�ƋUxy��k�P�-�@ԣ����*�^���/����I���kE1.��<�{�^y��`��<�)�#��r]��:=�bi���6�"����Bl����$���W��<��������?��G����ݖ�B���J�Fe\����;��S�[K�$Z�2iW
��4&�e.�N��$����d4e���D3�,�ZT�6E�%�2$P�ԑ���BP)���"t]�v&j�.w�\���v�|m�G�er#�‰�?����;Va�e��﮴BM��
+��7\v6c�	��\0C+���a�Eߏ�>�
+!L�<�(�g;_����3p�d�Gu��ݩi�7ȅ�!^�����Z����0����Rsj9t+<�MO-��է�G�0��K�%aNUD�/��\��F�풮M�����B�8�tU-Bhr��&�fNA�@���)�u�V+��
+1��L
+B��3\�BԢ���d�W��Q��Y���p����C���@\�������R3p���.O&���
1�=w'��鸕븰��zgȊd�S�eY~e�^;�)7WU�Č=�oM�O��`���,t�_��9:�ca�lɐ7!�6yr�U�ԋ����b�&��]�7f�gX>�K�YA� �A�N�*4�ŕ*2j�w��
��a����35ݱuF��щ���2��C�C]?�����_;mY>�W�rƹ	#Q`-%�9�[*@����P�Io0��˂t).�\ĭ��
+������Qw��Z��|53�������7��~�F}<��)r'����s��o������5���E�^fp������[��D"8��+��
+����2s��Nh�ݯx��<r;ɠ��`P��?�6Gx7P���٨���5����l@��J
�7�Y�D�%��$��[��;��zi����jM�s��N�W�$�f�x��Q6�EJ�K���6鉻V�ĵ��(:�x۞���pC�����
+�������V(��V� �ע�PQ���FCS��Anàpm�IȵmNj�:N����L�v�M���"V��9���Ɍ7�wu�U���Wn��˝� �Bi�5s�=D�af.3z�u�)�6��L 3J����h>�2�ьZĖ���:��:~�il#~�]�8�yr���Z���_�t�/���ʐ\�g	��Pfr�+�\30V�0/�,v��H�����"�Z<w��Y�7���
+��[�A�8�F��2�FO�?Uؓ�������>�����~�����������^��>����O~�������/��������[2�������$8I�D�?V����]K�E���{g�2���s^�&3�kY��=�.
�5o�#�DL����@[A��\b��v"0�
������DØ<���1N�J�����c�FʏQ"B(U/\sV��m{vt?�-4��б�d��S�]�튦�� �����o�L�N5�AZ�
H:Cs��ά�?Xuk9�6����"H9�1QO��Y=���$�P�����]��f��B�A����f3���Ήm&�=W�=�_O��ݷ����=t�V��*�ͤtI������e��:-����������o� <A����{~�X>!������>
+>>���xD��4��͊�f���R�7��m�h�~b�
��˭
+�*I0��@��T�k����	tȆ𫞫�$1�>e���������0,��hŀ$~�}I'�~*����ۣش��Nu���ԋr!��,�*��l��W��w��z^�
+�G�TC��#p����B�q
͙�j`�Gs
+{RYT	�qI�\gQ㣉L�#h�<�¡.��M�1��Y��n=5��X�J������+F�i_�	��[�*Ox�u���2��.�,���)�N��m�:zN���9xf���5�% �vX�{�KQ��Q�S�u�.=u�_�[X���z���-��i5�z�O�S,���&�_����!i���r]�}�6�4��;(ftQ�
{���ˀ���,��Y/�#6� ���T�Mb�_�u ���X$��;��7q��vB(��F��wF�"Fg��z�jh�����S8$F4��&)��Z�p�}���"�m텝��.�W=V��[��F�\�_j��z�)�zS,�SH���`E�ޑ�2�
+�'��������������p��H����=~@]f�����D��c��O`�UqA�&�.�G��V�0c�X�z�I�K�5p6mW�д��:�`����T0�HXd��r�/��S�ȳ֭�5h=^bP�}�o��s�8@��e���e���Fh�8�p^h��tHϭ�d�5������toX��C�E��+8D�h����A�-x@��>Thx#SK/����r9N�*j�^&��bO��M_A��'Q1F�Bs8���SsQ���&�.��R���PHV������/�x���Z�x�ň쟓���+��MI�И�1\�Z9u��#��!Uu=8	��ډ��'���u\5v�Q>�@.��:��zF���f���{:ȝw�����[���h7�;qvh�Z>{�"�r
���W�v�vRh
|��t��'��o�"G���G�pA&�
+Ff�'�5�}��J3�僵=J(�T�6��y�g�3�a"n�Fd�o�4~���do*?���1ȓˢ��n�߈�����;�'8Rݧ��ʕÉQ���%����B�o����Ԑ�
�_:��mV6�6m���4�5�{���*<��jl�4�-sDv9����{�i�Gh\I�׾��ȿ���Ȍ&C]�زh�^�(���E ��m@�P�0�J1U����i�A��)Fq#��~�C�x �Mթ�c�ү:KӆA��*��3w4�^���e\�Ua[z�AˏS0���B�yO���3M	[ّ���PZ��q�(����I �R��'Xn���(���ch��}>�ȝ����Mj,��<���ᛪ� 2�3G�g1��
���j{�Ot���^��r�p��������������K��tl����@����]Hh�k'N����S�/�
KT��[#��8��V�q��ai�)�)'�;�6����u8sϻ�j)՚+@�r���	�¶K�^��Ɲ���'��ˢ�����b}U��W����=�9���
����Ywؐ��-9��WՕ�?�n'W�$�jHh��s�1����J�<�
>��.rhd�e��V�ߍ�~S�8}�9�b>�k��}R��dj�Ƚ�	���OLm��+�s�ly�hĪ�r,������s2[��m���q8H����⛅	V�%��<�N��L��VJĬ���;\��E�������In,����O,��}�zZ�`,:C�ܑh�`0}�5��Ks���Q"��3.<�
U�~lU��Y�^ǖG��.�s;���]i0�������s>7
�!���4-�1�oH3���",3fI�Tz�DAS�
��eG��V)���nv�
+6e����e&�{��xfO13�jM����H���N����g]��ihI,� ��@~�E0u���M��Gq�H���$�|�9�t�4q=����v�fj3���0:�
9v�#���7��Bǯϟϝ���9�R Vz�%��8�YF�E;�h���F�#*:$c^�z��L��ۀ:&!�oQ������>�}�t)�B5�-�q2�r���>#h�:t�H�������S�a���^R�����Ҵ�XyD��m�om�n�S���X�Dj�jOQ�Da�wD��e4�#b��^���\�5����$ow�	�@Ϙ�3\�1u�a	]�CǻӢ�T�(¢��,�	c+�V�w@
+�+�D�%eg���F�/b@����F����J	�X����]w���#�ɥ�]��.��<��w��c��gC��B�1������*��� �b'[zW�ԮXħh��σ���!5OhP���)�Z*�Q�pQa��8�m܈�ޠ����L9�������������pI
+�8��ᦝw0�H*t���hM�W%1XB��Z,r��b�BM�l�́д:3K3�����,�g�hL;LRrR��:枦�:GK��~��np��7ΗwB>��|ŨÂF��1ꈈ��`�PZ��N�$#p7}%��o{��_�(�M�4댨�O�����xA@>V���Ơ�d��@#�惝�ø]{�sTc�x;��+��2�ճp���*$���B=��Q}�z�Z#.[U7��-�4�6.���L`7��P��/�Y�(O�R�/G�e=���S�9�Qn<{0ѵ�
`���z�п����3���ā�A_�� GZ�
a?�3�eTfg�ڲ�T�V���Y�U�J+�	�P��f�AmC�������%��bD_��6Ό�n,��d�/�1�M�#��,W5|7?��NSx�}�e���&3w�Qj릴0�:��"X��%g��A�[|w��}!�����l�5���	��uY���^8�˽w���*]�K/1�%�
+S�;��a�,�Xh�}�~�
�
+r�VY�5%`™o��˅�������X0J��B,���y�w���:^V= 5
�
+F�*�ov�%�P�/��H��'"F�X��
o��c]�Am$W���# ��_���@��c�I;����Rn,3\�jV��9�!:����a�ϳ#������V�5�����9����BF�w���<��0#��
+�r�W�D��'b,{�R���ō��Nip�rIY�g��Ӆ����y%��[��� ]��G�>��(*�M���#񑶁�|dt1�e��!s����i�05P�4�&��,�s��
��{���ѤQ�G�����
;H�`gA	�D��L x��~d�[�j,@�{tN��|,U�"��"��GFDhGT�(�f�:
_upܕчD�#cуئR�/�˥W��
+�e�HS��:Ґ��t�t�t��ϳ��s�4�����Zu_��F�3��T�5������&)k��@��k�f�9�����mst���Pd��d�fT
�����5I��Y^�w�W�]d�]�M�@��c߶�[FTY���TF�V�!�L� �����2���mV��
+-��[�X�
�q�UDB�d�<�&�U1�f�����*%#x�"�r�L�U�%!���r=}r�,����l�t���k��x}Tf���V����4��v�թL��9����,��i.x�Ҕ�|;P.B�Ż\� Kfop����B�s��iU�P�$��.�6�s�5k�R��һ5!��c�B�����,Q�q��X
û�-���R&ђ�Y��;����+��Q�;_�!���Ŭ���1�a안�QOB�ddC��,|W����j��^x�p���j�����W�~�_v�N�Ͼ��Q���a��c��!hXa@}������^H~!F���B+�
��F
rl��ܸ+U�(j�"��J���L���C�^u����
+��Q��ۛSKaA�b E9X�ʒ:��Q���b�wd y�T}+�
*!_��S3��
�X�{%�SkYt?F"Ŭ<�3:<Vːj� ���te��V-���BT�'<]Ae�t�G���(Pr�l�M���Y�c���dZ�F���Yȍ.+�Q3	a ҝ�.��zh4DG���Z��nk�6����sdž�ED{m�̺]�&]
+�:��	��@e�:p��äU�@��������^�d��fp��C�,�����x�]ʹ��8��N��M������9�x�Az�m��G	���p�˿9T�tXKC� �.�[�}9T��%��|��XR����}���j��+p�@"�({�@�-��	!(�*���x�T�*���q�Bh�Zzֲ�IE�$�p�?���j�тڐ����n�����vL03V�?V%h�R‘8Gd)�Ȓj@^��qުp�ZU��N�*2�Fr��������d|UҪ@wY�-B`�����k��L5\
F��uEV1����*��؋.�?X�3*�:W�!�� I���t�X�.�B�A��T�i�…U���@�k@KY���ۖ�"��h~�@�ѶO��q'�B�q��R�XK�zW�pݝ��9�7~Q:�J	/x\�<%?�$���l�Tv� 	�n���3����,>��(����P3���ƪ�Tc@� �x����)�m��R��j��0
+������L5�5���h������,�ʺS
O*ʆ�fU���Ɂ<��BUe�qKTC%�~�0�5�0�7������_�{��������|��s�T+���������>����o����_~�𭹟^ �O���?��w�(]���~|����W����������OA5��,Q%�)8'�S���;Y�"d���,u�� ;�kFF4��`B*߷��(�{>^K���*z�Q�9i%��ωfТ�Q�;�Z��
����4?`L2�]J�1�����罿�f1��@/Χٶ���p�k�"�@G[`�=]���+���{=��!XV�Pq��˴lh��~��_���/����ۼ-
+f:7ɝ��e39���iPW�lc�X4�L��c�{6d;T���6��#�Uw]Th���Ƌ�m#mC�^t�/@r+M�f�)�N�w^UB�hJ����VH�9@MT}�Ʒ�-_����1��P|�~��]D��!t2���-T�;�nv`pC!�$�e�����S f�!�&Ϗ(���܀|�*诱�'�%P=񹯏������:�ئ2ʥ�Uӱ|ChNv��ad补�����J��z�5h5`9��p��[�	�i2
+n�l�1R���4`�`�����a��'���_�W�K5U+`���'�s��Ȋ��o��ԃ�/�4��F±�
+�zj���'��QT/��n��y�DsS� u��Rn2'Vv�l����OX6H����y�~Z.9�e���2�v__J! �)Td�G���(�X�����TR�����:�Q��L�&�������w�"8P��
����ޣ���k s,�"ߋ����r5�Q��p�����{�x��,��j�ߠ��H��N�-���[S�#�,����c+zM�DB����
�(O~K�?�,.�+�A�zar�k���|M3��o)��T��.��vE׻�]h�f�<�#,ݼ�������f��*4|oj���w5o��p{썒o�M򷢴��X�ڃ�<��NF���Ol}�2k���q��i9��"�	��<0	�F���j��Z1�k�k����1͑™%�*�#b6�-��1i���Ù���K8R�,C��C�L�j,�X�̷�NFa`�R����G;k�&�
.����S`q�wnBw*������ƈBu��r������ K�=J�w�ۖ��e�����g�r�o
+��G��{�o`ւD��j���X�EP7
+E����$������J�YYo~�".tm����ZZ<J_J3��>u�+:��~����dY�W�c��^�d������͸S����02�
3��3K �0�5=�4x�<#\6��z2�<|d��$���2����웽�����LJW^�J["�����-&<-J�.nCL��ER�����:Dωj���8K�@I�)��g��C�j��{C�T:l����m����� �Y랑U�����ա��'��$݌�+��2#������Θ+V"�~Z��^0����=	XYҌ-�a�Ѷ���(��3�t/�{�A�}zH��mX6sI'�IO�\֗fu(S��H{���T��w�u'o�
+1���;h���?К(������y���߽�yBW�B;Ca%L�#�D�T�@�>���Xn�=m�(];�2�(r�<��{��f=�δ�^f��C}x:��W���z�]G��P4��@�H�x��������X��/̢����*^�D��oʭ��UP�f/���B	6<
+Ћu�}O�[y��+�9&U����mxq@��ux^A{<���"�M���T�x�q։�!C7�1�F}�$�rl��8�˳�����*���$�C'Gt�f"�h(��1N�\�P<�>,[6��
��h�%>X�nEx�D����ѻs�,S��5)9G�+C�Z�ΠY�s�;�6��i>���5k�>x<�c�*��n������L8P����h�I�?��4�����d�F��?����'���g���/��r�d� ��y�y�q���q�8r�L��T�����C��2�t'�S�	��I����OB���b����Aʬ_�;�D�*5�p���c@8\v�L��<��{���l�A` ���ϗ�YE�Ug�.���UV@I<��`0iS��
+L��_v
��gw�D[H1�����
������.lJ$�h��]�tݱZ���1��m-u2|3�;7)�!�TNs#
+`�t~��z�y�}v"�{�qheF�ژ��MơѬaAbGF2��2�9-D�t8z���4�߮���T�%��E=�o�������������xQ\%��ӫGb<뉭/h�h�*GRҹ
+��eoq2��M��'��\�n���i�'(��U_񤶴�q�,I=�3Z:_��<��VOy�W��/�})��u�Q�����C���/@�
+ܹ��3�8��S�a¾vUИ�o�ʭ`��T��C��H���P�u(�F�-��@xK��d圈�/Y�p�
.��u@�v�
+o/������6)5}/�KI�6�C��@?�E�ĪP�pۑ0Д�`0tVS�)W�k��R�2זP}cdŠ���o�g�>�KPQ���1����jyI#��>����hO/<�le��M��H���x�zgYƍ�6M���6l���J4r��4]�6����ێ������L���@7+.�����x��O袦�C��Jlz쨆��*Mz�FA�eӏ'p=�G����y��:�n#c$9���&�(4v:&��#���5��k���G�e�ֻ�'� �������7)�����ps>8�_�u3`�]�:�w.��H��;�?���oƚ�B�G�����������M������%����;s���'��DP�����2	��#Y.�
+�]��!��g$
+�c�W�9����u� �4��;�����.'8�)3��f�}�x
&��?س:ٍ��g�� ݾ,3E�s��y�>��D����Z���W���V�b�w|�.Q�u�R��b�X�_�z4<����Q���z��R��]~�
\B�
+ ��y)4�
8KceVy��T����E�ՠ=�vr0�ɑ��6�]_���x3Q��cY�"J28���Q>����� P��zH�i�<n�pò[`���&��5g����
���?l	8g'��~�Z��*�峅��-j�Ww�D �����������Z�.�e��y�z����`�6�q��(�ɦ?�zz.���x������)7�|ǧi~7�+"N��;&��X�HJ4x�ߔ���H,v�,}#��U9m�y�E1	Bt~���B�װ�������_��4��X�吰��� �Xg���j�g*�`�8�8�x�v ��]G|M�֕�����[�f����r������z�[:��:b�d8],��X�T_��
+9�/o���O:L��;��h�	R"��'����!�8��^�y����p�:�Ma�~ޚ,��YrVu���'@
+�PZ<�8����
�1���3�*�Z
+MRt��uv�0�g�_���U���]^�늃�Ó�aHU䑅jQ�	m�L4ˢ-�,�
+1��;M�6�]oBw�0�A(3!�k�p UF�����[���Bh~�b���-q�{|�QCA9g�����J���ϑ���Ń����s`��U�WTÊ�����ٝ)�r�`�?zNބ���fΙ��$�w��Ӥ1�e�u3�?�͸D�d�'C�E�㽓��f�[,0�\��b�=/	i)^3%��$�+'!aA�b����j��4u�r��U��n'��ު}�j��BX������FG�1
+�!��?��4z�*ON!�25��4β�0 F��E����	tf��y���d�qQ<�Ԗ�EY.�ږo����:�$`�LƔ��P:&���
�V>(��
��9>����h���M��
�I�p�	�|������~
��q���8�&��0
BTG�^G��g8W{��A�J2��{!ү�k���|��mw4>�f���G���`���ؒ5�,zh?U5C��>˾)�������яܢ�4!�
ͬ���GԞ�܂U��ks�!��~���z ��Qu?�� �W��.K��0<���	�Z#`��I�����@���L���B��WAf��l|����\�@;X�
�y�B?���rp��ϥ���CLq ���TfQ,o|�#�T��4��O���h�a��P�%�"k��>���8��YIq��\��-��:2��3ᾭey@5,��.�����,4���A�rG���.�E�0��c,M���Y��W墍o��+��L��!*$�i�~Y�,}~�b��*��2h���@�Y��K��ϣIa�~�򙱧:���A��%�i\u�O��O��<t"�@�����r?�Wk�??_�@�ۼ�Q4�����Q������͡��d� ���8�r�F�xE
W����J�b��1�V��]A�Z���V�{\�?����'6��J�f�v��Ճ�ڈ5Ay�}� �@��y���V���(�����:;6CѰ��W8�w�)ۣ,>>���&��ꥼW9�6��<�{��A��s����yMLĶ���?׷��D7�b^�e*�����U0F�:3�?��]�G���\:��=�=�pe'E��"��ʲdA��Y#���<����r���S�_�q�)0�ɓ��tE�,2sl	���P�v�Qi֕Fb;�U�s�B'4쯈�1�–���B���{�x6<SF�S�v�)ɒ���6/�,F�T�>s���y�8^wÈ��5��k0���
+R�cU�߉��sZ(�y�,��g�L{W`�����4��lbY�{JMȳ_���.�N_M��G.X/�C��w���%�S��PC�/��75Y;��)R�hs����aU�6q�–|YJ8�tp]��aU?�>�-�gܽ�A��P��QDF��@[s�{��u�~���(�]�՗E��L�%�)Lm-Erd�.�
���"8��q�&���4��s{8י��#�<g�а3�^w�c��XƑcz�i@1�0�N��-��"�s�.ەs;D��I}�:�+�ʸ�^����ߏ��UKc��0/!4*�6A�<G$�V!�ܢr��a��j!�W�Q1�\��#)��.�IY�BT���)(�8��2ov)4�����ѕ�Sm��@�Y������hm7�"M�	��xhmG,����N��N�T��A������ڷ�T!T}ݤv������Od;BKQw?0𚡜��A�;��kU�$�9Q��f�I4�K�f^���ø�.�
+�� �k؋e��jB�ۮ�uS2&���l$3��c{�MYw���,b1�]�|��7�}�eR^�I���w�Y���RA���7�E�E*��Y��q�/�����0S�k���3}�����>c.��`�yP��<����s�H)x��D�W���G���F����,�N�B^�Ij%^z���F�_��
\�R��խ� d��`:u���v�x�򖮒�0ɥ��v�ޣ[�Ӂp��a.C�|.������T';�e�rCW����RF�Z�=-_
+dQ? ��pa#��:S.�����bh0矣*�+��uhun`����1�1�Ͼ�MT���&���8y��ʍ�����}!��a��D��<;%}���sF<e�rF�j�[��ƨ�
=��`^D9�k"�(���[�F�"���@����B�x6Eɼ�(%�pY�Y����I��)`\V��ȟg�?�}���ݻ���>~�~ç'�F9Tм|�=����w���=y����ן~���_m��������������>H��������
��ۓ����߇��ً��nO���Wwwo?����_7|����7�>���x�7��~���Ӈu��+�������on8�.7�7H������?�^��6~�ɟ�����Q�[�����b*a�b+*��򧋀���tzђz��:~�G�exP�=< ��GU���P$�aW�P�gm'�;+E�)��h_0)�䆮��eȐvkN J]@9#�vB��h��r!ڢ�
+T��N�zrS�C�����Ck�@z �.�T��C
�u�Q�=wh�SM��أ�q�h����mG`�#����5������/��jR��T�R�+�"�2F�it��@���#ylQ��?%x�j�����)�k�d��4nW���'��!	
3���I= xZ����=r�	�a�D��8�B�P��\��T�U{3J�}<���PNDJ�2�Gz�P�Ӹg��� /����@���c!�_�}�i`�Z˙���&��\�:=Ã����V|I�ՉU��lu�t*С1��͑�=����y���й:0T��1�egDl���5q�V3=v�v)���c�&�s�
{~�]�1��y�
+��5�K�
+=���w�!S�� {>�Q|��C���^�oN�����S�;��J�5�B�YaHҕ�{������GV��6:xR"^JM�W	OG`�Ռ�q�ҲȤK��2�x��.���e[�}v�k��y,�A�C�%<MLb�����c�]O��;^��O�^�X��|���n;C��F�/�3(:��:�s�1.�� �e���l�޶�,8�Q�A���_F��|��GS�Vr!��I��v���J�L>4a��'T������<R=M`�CY-�V��xM�@���]B�XY�*��{#�?3<V�#\�,���8����B�2�"/�X
	R�kx�袝��F���d�󬚢`j;�����@�}�w<���XE�B���=���{�m6#.x�U��]�
+�V�b����vF/�/T|
�h�F��(E�ۗG=jx��ƒ�5=��]�k�`�8[-��̺X�Ͳ�<�A�ء�B�t�4L/Z��:z�`8��G�4T�ʼnu?�c��U�*�<�4�Fq.�Bfi����S��P:��'����:��j���MY��o�C�[�I�P1�K�/+��F�!�OyBB�X����M�@���@�+d��T9Ǜ5:L����"<`�>W�A((~h��'TD��d6~h��J�����D�XX��?V7��G��L�;�O=�z�@kx�)���1Γz��^��\C�#��9+��(Lx�1R�eD���b�V]�B���$�L"3��>�hR\�6$�i"�Ph�EdI��u�@=�x���-F����04���
Rֈ#y�r�~��f0�za"���tNS�Vg�J��RHAeE����,`9(�FZYم$��Z��C�w��=��k%�,�@�\�ߏN�V�t���Jbc�a8�'cyXqz�|��<��H���;���P3�#B���&�[��������P�kF���d��[䛳��EADܘA�H[�
+���G�̈́WE*���Zx�~�W�Cȿ�X��p��Hӣ�=8>�w��wZs���l�X�
�^�sx!	j,gA�cR�ˡ�p �80�����G=#څi���p�I[q�A�������~@j�H���0Զ�	� }�G��@S��^f��Ku�\t�U�ϔ���9�MJs��h0Ê�%��Hɼ:����;��8��B���eL�f�,S�5 2Wp#e]?�c��Q���B�e?�"�U�V9�D3��F�BLuC!����߇�߹Ľ����o�9v;Q�}���±Nb��3J�`J@k^�]�<h)�c'�����.�V�PqY�(�}FbN�f��CP:B�<c֘�.�L��ܩ��E:�,��M&$�`�B���}`�W�MiR�bnL����:*݃;Y�=�>PΦ
�I�q�������4:{a@:R�0!}���ι��|S�^m|1�|A�muqT������:4��y��Fo��q��ʯ����BEФ>=�6�P�5�>���mρJ��N˃B�Ol�\* ���b��yJD�b��@�`F8�C� tN'J�E�Zl��1�I�+�M��E�#f^��-"��vR�?uIY3�F�Lu�I���y�e���<{�o@7���p�`7	ü=�%��m��u'`#)�F�xQB ���g�"���mҤ��߈�cp����>u�&�A����MJEH=P!~�.PR�}�E�s4���ićHʘ�Ft%+&/��ԫc����U(�
B��}@W�C�N���:�h�
�-�ԝg�4x�bW�=j�wv��#O�D�Wl���,!��Hܱah	��t�ի��i9
n�4Chc��Ρ���V-q�"j?�.Y��ێ}B�a!�&f�d���9�_��Ox��c�����d��(���;9�:+�bT�0�b�����>�Q�:���u�����?`J��,_x�p�\��Ϸ�����@\��n^�q'���mfڑĢ�t�\�ʡ<�1���b#�<��l2Hu�êzύw2��i�����>�,+�¦z3�:QxK�licF��h�1�DwDe��H��
+�2��C�4��3�@\�%�v�SAũ*���5A�H�-��p�D�n_予�9���M ��{H?�>i�}�>֨����A���3�E�����N:ġQP_r{,2�b&�^��˃z�y	�b_�7[�(VR/j�h��4�����#VhF@�Q7�p]kϴj��i_J���BU�O��T�҄^�*�4�Պ���\��9��g�v\��@ 8^fj%��JQ``
+�
+e����1,�cO���#��>2�&G�5V3k�.F�|�!)�~JJ�$Cj�^
+GO/��PB;f�x�������h����ğ��iu;�fE�hzkO]���x!V�4���^0F:M�e"~#✘�`Pc#���3_��*�&�R�;
���T_6�g�zם���0��>l�"a��*�N�#Q�a|cD�7/*��p�A
+}��d�뉈'5K	�;���e2{e�=%f�sj[�,]u}A4�?ʎ�q��ן(,�	;M����Æ}!8��li�le]~�GQ������C�.|\yn��t�B�0D���0
|���@�b�/��Z���D�"}E71٢"��?�����[ҧ���!s�t?�R�_�*4��B���Y��GДԗWBUi��i�U�w����j_�~�tn
+"f�����
+J	�}���g9ۂh�j��i�@ iE��.ؐ�9�9�:|�(�
[���؇�Y����‡0��<)�(�I�)Mw�l�'�>��G�Ѕ�2����A��hgF9"��Lo��Yl����0$�Ǖ��c}Ŀ��z�s֬5m|C��f���7��qk�-�G��]�].�1hZ�n��n�+q�DS �Z�C�3���2:Z�ڂ�Z*$����T:��7VI�Ѯ띒�i4t~0ؙy�3DЩt�KP��8|CI�R$�ʵ9��F�[�DP��4��A�����ê.���/?;S�71S����O�kh��@���TxPmL��P�!c'���Ru�<1�-�`�q���>�w��n�Mr;�q;1#�NάL���g�[���`
+� �iJ\D�10�a���g�N-Ȝ9���5��c�����9���6x����w�1�Xq�Zg�:���E�8�;�Zr��w@�z�)����ΔZm�s�;�`2΢6/H�,����)y��"El=�/]���s�n*2�um�-�����#v�̰���{����r5Mp�^�4��!u;�N�lߣ5+�$�U��N<�\�t���u���[�Ko����(�AV�lx	�]�Ϳ��xЛ��gߔ��Ą�����[���wi=8�������jt�n^pfKIJ���N
+&}�<�%K���>h�&�X,퍓��6�Y}� H[ixq�����E�*��.3'��V8�I��М�7����b�8��)`,�\���W�~�����O�^��&�
��Q�`ž<�r7�:$�$�L��ЁQsso�!b%tU#��B��-6�F��'�N9�sqI�Q�OD��f� �x�L�?P<��N^�3ϙ�20��*�<_��	j���/�r��.��ۀ���!��ؐ1%f��Y�#���8	&��a�#�L�лJk6�6�-�Y���
���*�J��طt��
�?��p�ؚ�UC�N�c�Q�O��V�
+|�sm���8]}��+F��pEV�竆�Y�%>1{R11�bcAT���#�E]�MV�y1�Ź8���.i"�@�D�DX ���卸J �:�'q�!
+����f�U���D"��+Q1���EP�%�`ώo̓���cj��"zQ/sGH���A��B3�,lO4�׾3��|�l�&�^�"a�#и���nG�d!n�M~``��Ct�#�Hq�
+{`���[�v���qQ��w�ҏ������7�`	�\�<�6w_峿~D��Ū�^�N�\?��!�XǤ'Bٍsj�Z��E��sPQҴy��ph�o�#`���g�v�o����h�LxY��3ѫ�M�L}�T-s��.��{��v�m�\�um����GǮ�)�O����Z'�����A0�`��XQ=��T\O�PLƐ�Կ�.s%ɒ*��J�i�/"f����������s΍�j�36=��b��_w�S-�"��-�	�P�q�A��[h�4��o��)����'�\�Iҷ��B��_U�%�8
2$�i:�ML�@Ѫʙ"���T�(H�*jQ�^�}P"f���@�{"��@D��慍�$�U��~N�8
Q�|����6,4�
�Df�X�2�&a,P��!6U>�}��-��*�/�@�6Ʋ1��ՂiZ���1��$Ѭ,�[V"�\!�j���dQ��b-����d��G�<k �m�����E�v����
+���!�d):Ճ�M�A�4�D�����sr�O�v�'!�̸}I~YO���u�:�<�g��|re��,�vw�s8^�V�Y��(�5qD(��eHj�e�S���-�<b߁�C@?�k�f�NK�ȟ��?�N�!y7;k���%ɉ���
Ds�L��Ҋ,u��^�I�wI~��h��D���苉���o��{��vs��냉GWs�o�$5';fHf�U��0Tq��)�8׀3 �c�l�xf�tЭn�y(4����u�!�)���I�����:���RuF��r��CS��Yw����~N92��V��%Fb�Y�$Y
D�:x[�9�cSE8�A$�*
iQNJ�F�ŷ�%���N��ic%�]�����l�t9�?��8��l{l��߸5tC�x�H�/�(�vJ ���ZG�Rk%�~�;�}��)�:g8t��?���jO���)U�d�@�_��P3u����H�C�pAL)s��#(�B���Pi�]:6��(v��}��}a*��ƫ�ڜbO3{@����y����Hi=F*F`k)��}릸ر3f,�"
+B
+�����Ӄ���x������[%�3����.�-�@ds��ė"�T̯�δ��!�@m�d	�ݱ��T�@�@}�8�)NbP�]�h�Pj�``^��4ڑp1�|E�G�aj�d�q���-ƌ�\�:nA��pL��R>Oz�Z~�����[ѽx�����_�Y�都f���_�T0oᄠ�/�`��\�rV��Ɣ9��UyO�"]~�Q<�d]'��q�X�� �,C �����_��]�G f{�~�)� ��s��8�ic�{\��aZ
)C9t���Mo�ۉ5�tB$X��F=	A�wA3����"��o"���b�j�t��'3���m)�&K.�z�{a�F��_����v5l��|bK���$�n����� �0='�}��6����'R��yE�&c�����b>QA�����QU��)2�jd��p
����#tsAsX��[��d=��ZP���/��>=��>���shi��߷R�L%���d�#����B��+,�T�@����Z}�S6�g�V�ˢC�;�n��53|m�ٕIK�q��a�G�P�#�;����u�����,]f{�Oe�H_�u�>���Au�c���r�=w+�|��n�RGM�;Q���3F��܇
+hF{3\��s�(�$D�B�yfq�Ҷ��"<��*��S	�[ ��"��O��  �i��cx��sЌ��Mgܓd��Au,c�3T	 VXG��aNj:����<���@�ٍ
+�#�B��@�&c������hJ����A�c���Ҹ�h��X�'�m�DCDN���"�|A�'l�OĉU;���4������R�í�=�O��{8D�gW������o��&@�����:���B��N&æ֜	��0���b�`�����(,��������3b?�遂Y�*�A���8Z����E�ޖ��@��l�kI������3Ƨ�nh���P8����Dxx,�4{"~�G����Řk��,�q�ԀpԙR0c+GxH!�z��B��ti��e+�>�}��^�MU&b�`B^��7|�<n3�B��
+��JV���f	}�lˡ�y	��e ?�9	�s$�$�EDZ&U���NP�;N�z#aԈޕ�OR���s.����|�"$�Qc��1��|t=�����*�P0Z���j��{#NO��[���_�&�䱫��+���Fh�'��7������8@�#|�H�\HI����8?	��tFck�}��\;E�&�T�js(M
+���0��n��"�?{��!f<;0<I:>��B��������Gz�������O��_�]^)���nSP�q^UJB�L9 #4��_�T�������w4M��D �r F>��~��D /�*�~����(����PL��Hre;�I���B��D"Ƕ�}��"�n�R%�z7�9��UԊ�:$�@����=���y��H&C�J�QT:�;��\_[����IU9��/J��E4�MD���.�}Ѓ+���mOA,�{�����:!7ɶ����P;����]�x�i��UI�6����D�1&O��E23h;2�+��V����z��I�"��Ae���͈A���qJS)QP��H;aJ�Cv�V�ߋqH)�_��>�U�P��g�|��%8�V�Rq���ijP[��SX�2�����q{t'.LM�p������4|y�\��:��A�C���ԿR�*�@8]A��[�
+� �
+�>��ߎ;���i��ׅ@���
�N�-��:����E���A���KsW��1o�u'�������Ә��%�М%��ũ�I�0����:�e�S���j��"��h�";rw�ɘorG3��C��MQR��ܰK,8-X(cY���*�����6��[�J�^��"�'���D��f��<�Oxo�����k�j�N�a�d�+��8�p˃ah�;�9Dp�.�����=��)��E�nj�D�I�9(I���#P�Ã��� ͔�n��h�xlvc�Q���"x��9hGf�/��1&�8�eni���$:^�XC#��|�2�Xp<�Q�K���IR@�g�{ԌЇ�$�R��,F�=�|�6��}:f����_��$g�b��[�!HPd���f����,Y��sNd֏��&<��_T6�7��A�u�Qᬉ�gĜ�f:�{��n���qd|p���Gs'��4B�����	��t�=k,$#��^�SӀ��M��ǖ�X�i��]Q2��D�����;ř�f4#�(�Lƫ��4U�.u�3�9�]�s��������]�T�'�l�j90��up��҃y�(�lP_�r�ۉo��q#X/"����p�F�U>�U��:'!D������#�k�:�y�����Q�a��T�ň��4���rvȩ?..I���n!����Ғ��ɣ������ GvQ�䔠���B��6f�\L�LCj�P#����f�� 
+}M�]�b�А�C֡��*�
��2{��Q��pN��KL1We�>�*���X���~���O?������~����k��/|U)�?������������}���_���gc?|A�7�?��41נ���alS8S��1J
�J5]T,�/����<߮�͠���:�,�i=�L$dy�W�1e���|/��%��g�;)�5'-fD�R��fD4��i�Z	#�R�v:Ӑ�T��O�v�2w'&T�C�FĤ�����N�����G��ȩ��@�@���C�#���}*P�.�S���Pg�x�����:<�@�xTޛ0��������G��\�hP��t�M����x���U�u���\��"��sZ�������c����N���+U	�~�<����kD	i0D0b�gDp�d_T!jͳ��sΉa����l�f�����6�]��'����ӈ"������8	AAN	�*y��r��:-��2˞�
+K@���n���ǖ��A+-禒!���\F�N��>�ި!��-zDYFq*������J9��P���{D4\���<�9c
��̀���w�����Ul܈=�bDD9U|�9�8;���0r��7;ڙx`k���Xɥx���G�V1���8Њ�x"�|�o-5<\��X+���X��)b����9���C����2��ƨ�N�W4�K���3�t�5hep�W�:�Rf�A�(���Z��2�;K�D ��f���<S��h"P���N�������2n��t�)�0��sȡ��Z�mFl�\�^w��D!�-8��4�y�D�C���[����X���U��8��7k��s�W	64���(���U��(���4�����B:�5��7��n��i���
����*y`T�*���?��h�m�[X����P
+���ZU�Knρ��*8c��D>EX4�㺎5���|�cۂ)�&���@�-%u3�� Xc馮�U�0��L�`�MF�!f���"5�Gj������_��S�p}��<�^w�F/1ŷD2�cE���yVi�f8Ι���O��‡�9�/z����C+�(P���u:�F{<�=����}m\���br����g�U?ꛚ����d1P���Ԩ��~�{"ގ+�Ӆ���,ާ���<���
+��/*0]G��:|Ԩ$�ݦJ��ɋYw�(8�p.�5$�'��4;��Y��Q�H��+3��)O0R���i��W��>eV�#�)U_i�=U��i�p�| ъ=E+2�I�,�Q� �Yg�E 1gxq�L��0������+���Yg:�b��W.�yL��#���<g��?rU�ޝ���u���<�:�>@����,�;��P��)��<�AI0J���=Hu���pe���ސ�Ө�cm�����-�v2#9[r�qIx�J]էJxI&դǽt��{{�ҧ��	RK�Ch�ϸG|h֜P���t��*�V���G����q*���|>�\��|"Hj7������y�Z�nZN�d��Ks>�&[��b�zoU��7������U.6�����G}���AqGx��#��V��4=I�C��'FUW@�D�Kb|[�4�p	!����=�"K
+�J��F5�C��>�[&�D|w2jD�)�8�4�V�-ڞJ�2B�!b�Q�vZ�FӮ��80Q=���j#��s[��w{D�s��AX�N��X��:��&ŀ�
�f�N�4��c?!��I��A2�9J�~E�wd�)E�al�� 6^֎�U�yF��M�&GH��D`8�ވbCu&��E8��z���fTx@�Zd�Y����F��F,�����j���J{�I�0���e7u�Y=�B{�r�}~�p�8�N�O)1��R��v9�IO��;����q�s\�̳>5�P����>$��
��֚R�Mb���Lm�x�A��#�L&='c
���ud{�
�v���GK��d��eG;�7�4�FN��x�&��*턭N�-�/AK����6?�~F2�D�#��_=g@��y�o�z�,�v^&i+���sF�nL�,1p4���1��*���t"Q�eF�{
�T�f�u�fvBw��l,z�ѪWQ�C�&�-Iͬ�Q��U�bd�j���4
@F4(V_aK�omi7�T����!�u�#�I��5R�h똙�u`a	�f�(��̳34��MRU�����`>hg�T�,�y�D�%Y�&���"�?�(��r��r,�3�ޖ?�~c���*�w8ӝ��g$a�3�>�'s��Z�l4O��f��X�Y
+E/��i7�#�l�0/��ʺ���p�F�؇��O��T#"���FD�=�����d�yw�����p<�"������Ÿ1G��J�f�l�����KΑv
endstream
endobj
91 0 obj
<</Filter[/FlateDecode]/Length 29031>>stream
+H�l�A�%�
+DW�=܉�B��^�ރ���8~8~�[)	A�����5����[�\���?V�u�Ҏ������a�ۃ���A������?�vۏ��`MP���j�=�]�YǢN�\3A�9����G�XO�H@j�8�Xg�H[��I�Yc����Q�3A�Z{}|�g�[�mƺ>ɦi�� N��=��^�G'9��=`�S���>s�g�^����r~����b�>.gyu�bz�l�!�=g�'J~�'���5��X����fy�,f�ϊ��TթJ�>�0���T,�m���I�>jĴ{��'�H_���#s��+wc5�A�71n�����y����6	���$��t6;ȑ����}�����r��1b?'��7+��۟����M+z�U'G�m�H�r>ş�6�j�0Ӧh5�%[�^���&1 |����|�e�i�	��j�!w�ș� �ZK��k#l�bռ�˅��s�(
+	*G4��
�3un8�F����2e#*XB.
r߃�
��߃6��yIYZ)'T�z���ClGgjD�8���>�-�y�*2�i�wx��b�Pv�d��\t&���*�M�!�!�x)ȳc�|'ՎF��I�2��$e��P��}�����^���+'%�����$��T���l�P���b��H�2�k|S�P��"'��'{�I���{�7"�4���EB�z����o�@�� :�2�<
+Dq� ��%&�ROڹ�Gŏ��ELoD���T����o�_8'�;�T+�S�����I�`_rx�T�x��GL$FhA�@��ۙ�
��@�h�@�m����Eom›�{x�b�%~IZ���B|����qS��Q�2LR3��º�|���9��jq���ݺ����>0Ɇ���'�uΌz!#	���z�~׀s��#BR�%B��QzjЋvu�G{�&vNdd��.�%=E^�!�G*ǁ��T�Kj�5 j��:Lt� ������3��^]&3���ib����L��<�S#�m���
+�Ldn�R5�rGk�}��1�[��h:�Iȫs�2r�B�h���t�������An�(�m�a���*fOB��H�$�=`�����8ろ&�`[�;325��w����P�g�{M�\�d��N�pr�PFt�"PD6Id\�B���+�� �K��/xu�_�& ���}�"Hڋ��B�t/;"�|(r#��u�lXm6��xy����g�$!j��B�����X��������sP.�
+�<�
+Z�n�]`�v����!m�I���ڽ4�E�)T#�8�����i�g�p��̜k�4H����"?��*�4a%SF0��q���V#�†�\�`��� ��N����(܃���h	A�K�ܲ- ��?�${)�s�o?�c�<>���Oi_���FeW۸��+�F��*������3�$Fw;Β��Rw�uG
+-�-s�4񗊴�PZ�D�r);t�,�Ę�|'�aߒhB3E��P� �0�ϫu�4���РL)�!��S�^Ӏ����1k���f
+��!�;0P�������2b���D���LcS�8\�?`8/
+E'�)�4ﴘIw�'�4�%�‵	ͨNJ�s���p_5�0�$WWC�T"�~TI�AQ�O��
8ra�Z��z߃���Z
>��~���ߏ�Q�W��2���}�3�!�3����ާ�:�7�´a'� ���芙�%Fz��r�(%�=z
 #�� �<+$P��q�W(z��u�B�˖��7��07����Hx$�زj�����C�05�,��	���sëQ[Z�(h���4�w"M.�B��_���� �0��:Q�(Nb��-I�z0�=wh|�������~IbB$�F/��\�n�(�R�q��R�H<��ŪK��~�n��3jql�*ϫ��Jd�;�rX�W� ��yQr�ﲥ�pO�XJ8y\�r)�,��[�[�:2̔���W7�4�����1�H�r��H����m�ż���C�IY�e���q�������-���v'9�
�9zE�4rN�L:SHy+�T��h/��~K�{5��[�66EM��
u�K@�(��˓T�sD���X�Ǝ��פ�[��9z�m�uelR����!R��o����;6I�	ka��&�����-�AQ��U�S��ׅ�>ػ.�Q!�mD�L�\�zOB�K�������s6eCɒ
+�W��pd,�����`���(J�P��r���e�=��!Na��{�Rt�uof4b	ؤ����&�"�!3ĝ�J
��u��1r�Zxi���W%�ϒ�K(4�oJ�tSƑJw��R����Z�>��3e|`�`��"�U��3Z&USf��^8�^���w��?_׍QR�Cڅ(�����Mq�vS��V�-i�BY&��~�#�A*��wfWw#5�;�lc=J�{����v'��0�S��r��Jj�l����,�c���iT	oϽ���Wtד��B��z��jr�Q��|�$�ɾW��:f�Ht�F�@���}���|O�$��٫��}�e��,���t����䖾�����=��|N�.�E��7�L���z>_Xh����-�[����Cַ.�!
0\��;ة!�C��`�
+��f��A�ҥ�	�����͢���6��n����]Q�/ˊ��UfF��L��y佩7XFRf@cN)}�5�X���ﶘ�F�`1��-�P���z��&�b�A��CF���ypK0/w���(fi�R��&��7I0X�#���1*7v���\�c�<I�L�u���X �k���Rꍊ@C��KL㰱"���3]��N�'�wX�H��H�v�:S�����q�[��/�Qą���iN�<7���\�'��w�աY豱շ�Tc��B��'J�
k�!�r�%\!1�U�Yd���AB�t��]�J��0�Q�}�Vg�j�܈Pn����p��w~�U{x��an��{c�q�,�}y�l[�h�}�™�Hx�8�U����ym�C�Gw�=Fd��N��8jaB�<��?Y)gb%�E�V_�Z�6I�����u�!�v�^p��j8*�@֒�EB��v"��y��\&����(@�ʖխl��
+��/��)a�^L�˟����;ǻ]2PPU��4*���I��N�BL_X *�q�$85	�O0��4�<�DwY�-�Ϋ�p���k{�h�5�1��iV��TDw��?5���5*��ר2��<���5+ѭ���MJ�s�	ve�i�x�u�N"�46�;�����5�aQؚ.�2h�'9��@׍�m@p�Ľ�>n���}�T��Ŀ�����Q�C͛r�6_sks#����2n�"]�w�^�y�d�u�n��.��F����1�6��ق�\�}s��џ�����G!W�A��޸_��g�Q՝`��A���%c��J��X���#�W���uX�mu��XK�1��ȁ����Х� ���A���4�F�p���h��=�y�*�(��l�n^}<�[ ���59dSD)��K�?��}إ]S�������kKmV��:Km���p�+���kj�0��T�؆�;�LEӾ[�+`���&���-D4k�]
+����K�_�ۭ��C~SJ�^�
�qy{�����~�"�j)��Es�8��j�=bMǐ�(,�~%x-i��<b5z��<b	($,��CuF4���&�a��$���h�=r�߶�Քx#��r�c�aC�q��ZT��6�s�z��N�E��cb-���>�k\�%�ʩ`s�N���AГ����Χ��M���B�)��,C[ġS~�ˣ�b�9�L�0���bdI6���(�*�Q�5�8ՏZ@�S�n���
��T
PwHEP�Y����Y�Qn�������iN�|�K!�e�aPɑ�������1�
+S^��п<�(��3<�>.fmk�������H�b�?�f����#��__������?}���>���
?���Z=��}�����>~���/������?}��?}'��ǯ@��_��՟�O�ǻ���O������o�����{����ÍX��(/mM��-u\<�������`��dL8�˼��A��}�#:���x�qG8%��pq��6P�6O�%�G��c�BlQ���r!�X\G�̈�
+6�b륾
+
+(��E����cQ�y��:�p�nUCbZ�{�㞣�9ʴ��4�+т����
+�D���x�!9��i#`,WBjFb%����"� ���Q�:�wë,Q#j��P� ���������9�f��5R�����j��[;:�?e�����b�x��U�7��ղ2i�5Rq=4"��)�3��֐ѡg%��G�|�H��N��m�YP�s�(�^ޅ��*� ��2�y��y�P�`�0ҜO�埚�q�@���K�����C
+"��"��5��
+���pa.@Y���>
+�b��<]B��A�:�[��E��džu�l��^@9B0'#�T}����_Z�շ>!��݊f�H�Q3Yv�
+�4voY	eqy8=���4'ES��M��jU;DA��Q��(�nʸ��e�
��F�y@cv��c�-�J�J1-���YC��f{ �"0'M�q�r��W����|'MUc�4�;��1Gȵ�V2������Z鯑Ah�CMo���� ,� 0�]�!�HZ���H�9ړE�H���qocRh��nt�u-����� �^��bE�\�B�p���
+nIQf�P�<���3
�#����#wvJ5o,�0&���oP��򥟭HCO�k���h;�R��I���6`�����oļW��b��tb�d���v�*(]WS��� >W�oQ�:��A!8��AD:ϯ�01��k>S�ʫ�D��K~wwkqT���*�R�^��`��[#�XY��s�������AZhںI.�NQ���"Н д ���x����^^��A���b�`=�^n%�P�A�x�\����p� (77	�Dp+w����kSV+�hO�X���iiG�/�a�jy�~�������O�<?�+v:ބ�]��H̥�9d&�'�p�C��Z]�ǘ��1�xM���҃���
�3Q,�2b�偶�:LNիZ������Žⲯ��7�DTjh�v[���ɂpE1��2�3׼�rݩe]�i��4��s)z�6��36�ߙ�%S@KX��d�Z+I�&.AT�{�2߀B-��<�c�m�i2,�^��<�,�^ɾA�:�+u,�(Vݨ�?��2��q����O�"�q���F�?�@����z!dy%���$j��R���KÐ��LDT3�2/�_�3��@D�́���쐦�G�bb��D�)��f4����|�	q
w�-Y���%�����혃��������Ғ�L��Qך+�Z�8�ˀ�
+�<Q'�_��{��
����;��.��6����QȨUod����-�9Gو6�Ieuo�{h"h��~��ŵ3����9-�CR�Vp<=-qV[�_��In$9E���Bú�����H�p&P���Q?E�a\%��ס��?*B�mw�UgO_�*��2h�bB��Pd�H�,��l�ebn@T�\���td �W�1�����mQL�(n&�Ċ���X���@�}�w���6��H�������M �<�E�-H�r)��ؐmѡ�p_�2~�Q�
1j����[�"sԁ�w�b(�yG���A�4D���;P�����ԗ4a���lP�*����]q�u0A�IƗ�b��E��X'�qd"t^��I��)~��̉��~���oQ��2���.[,�kF�E,����D<ǭ�%��f!-��-�hIL�R��3C&��YT��H�5���w��܈�S:��_�
���T����#�5��V�C�.)����|��¸��*�M��v�Z<p��;���"����O��"�U�װ��)�:||b��y���BE��4|Z�H�5���{	3/h�x�e!O�,���Ə�zG�-���=K�[z��I�VeffN_4��͙�?���G���%P]VBŴ0�h�&
+NEX�u��"� B"*�D����E꺚k��?#Dl���@#�O�V�_�xE��1�8,7�&o�d@��y�پ���"��>��(�,�:��Ho־���=��	A5���:|�$o(�R��~έ=^|[�;�t�W6�gmE%���$5�[�vi�̷_�y�֠}g�p�����
+��!�F~���W|�֣�[�d�q�pR�\II���rT�oz����J��g��Ub��Z��u
tL���4h��KH	h�R�;�<z�m��/ۄEſS#Գ���Q,��q���N�	V�|���d
+�����%>qԔ[r<��u�eq˗yV�et���I�a.��!~6��1�#d�j(,����HX���Z����K:��2t�����C�W\0�7}�(b¢"��\�RLr�Y#�/����}���x>U��a�e�,#�X3�]/jE��ԙ�Ő�Y�rM�_+�7��g�A8�c|����		b������;�錐3���eմ�!cp��AY�#17���A�}�4��ndu�B����׬=��(�$P�;:�e:��ǧ�V~���'�i"�Q[���ׇ�i��H#h������[~����)8���܊/�ɴ�\,!Ƅ�zMP�m��I�]�3���A	+��,���[��"����n����ƈ~BP% eM;5Zd�EC+Ѣ*���
+����S�o3���0�����(��N���C(��:�����@�9Bb!���B��
� HL��/q�@��YK]�s���^�J�ri.�r��':-�c|���q8:c	}�b�C������}p��R *�́}��׋�ȳλ��uQ�-n�2R$x�}.)D�dh��ဘ|<O8����9�� ��v�Fö�3��4]��D��PC��$�'�%�o���)�
����7��M�����o�B�ȁJ4�a�,ZK? ����*�26S�A1x��?���%���w\I+�:b�-��D�5�1�&˯�d��z���fG�3}A T���2�<�vm��\������S�N�P�Q.⺦�K�2����D����̊�GC�K,�|4> �!���?|?����ս�b��m�Z���8ņ�D�&{Q��? ^�E����	E��Er5��Äf6��.� �j,Mf�(��ف[nB�aZ2N�K�*đ����)��Ac5;q��v��[W���l�.�I�_�%P��-0Ք8G��u�<�,y|�m��n&��� ��v
���q�J��b�����]�f,Ǔ�:��W�<�;"�Z��P��U�־(
Iӎ���]l�F0R�G��� ��m�x�_zC��W[�FJ �An��M�B_R;j�-F؂������q���:�3���Kn��YS�(̿>���g�n�jZ��y���بJ��q�||5r����g�9�R�-�<#^��,'BSLJuƤ0CSN����S��? "?�I��nWQ�z�v2ʣq`����gN���Ϊ��C�}Wl�B2�Y<�S�9:�v>�7�LW��x��Q�o��d����N��َ�]�D���K�l�?��;���-_4ؽNNkۙ�#��t2El��(suF����r���~}<�Έ��ԉ������5�@�p�༷�J��|�{�n:���Z��hA����Ա��T--u����R��P<���ح����v%�{B������ŗ#]��^�7j�)��&�iц
#���i{d.n�=��B|�Zk��,�^IKN�%�/^��s��j�p�[��m$@�08,�Dl���>��z���t9�������kF�Cq���˼7��F �DL��]_G�#k�������|���(��h�t �

+��!�S�|	�^��
5k4-��ALfӖQw�ř��)�#L&�qޟ��.�ÍQ����\�1^�QH��6)&�H�>U`���ƞ�TE�iW|��K����Y��d�P`����#�+:��!�0���<��oν,����똷�\3�rI�d�^�7�<��&����y���5ȟ�:	���c�cdv�G���g7G��6��=Z��ى�@�C�tID劫y��I�5���HT�F��K�)��4�.�Y8�ih�Bf�Kk�iXh�NX
+,��R F��¦(Z�FDxC��:T ���K��N��%�&&1r���&��5�p�}$g�m�%>��D�D��3P�λ���\�D]�1�����u�7�4�-�l%
+���w�k
+Ϲ������4%�y$h8�g��m]���y1�i_���^e^pu���]~���:�Z$_�H���c�t�؂j�3�BşN���vv�'�m�l���t��!�ir�p� Ppx��Lk����QPY
Ԃ	D���e�\z�8�0�W������+� 	
+�0+ˊdA<�/��y�S=3߰#�'���z�{i1�:Lj4O9��30NrK $_�S�|&3��I�w-�'�4K�	@��'@����DBD��@v���N��
+���0�m�m��w��j��O�.=dB��&{�L������tl��i]�:+1���=`2��@x�h�j=��D����]$���@�L�����B|I4f�RR�,��\��\u���	�:�^��*�n=Q{�,�VT�1ؒ��Õ���D���Є��@�m7h\j��[Gh���F��‘-�6˦�7���`f4<��Q���2�>b��j�����p�=U�b�bq���=��D�>B�0��n�?V|=��k�`��Dөħ��ÊP|E��:'X7־�	Tb�Ep�v"���?&��29R��
c,�
+t��v*��F�f�B1O	������7��c;���8�H̴�P����+i��i�~.��9�J)UGm{�)b�]E@�SD��J(�X�FY���TA�7C+z��TO���d?��v�r����l�.qr���a	ıAi�%��P0�Ү��q&�ʥ/�+�W�p�e�d�2g#�<g�e��w>���exz�Z>A���].Ӻ��#X ���b�mk��i9�p���N{��Ao��Hy�BমnaΠ�L^�qpS�|1��r�id�(�IN��-��m{&�Z���#
C���/
+ȗ����U�w�J��tti��<I* �sI:�)��c��(ggž��Δ�����G$S����r9un�φ�Wu3����_�0`�aN�$�F@v�h�By�颇�°���u�� @׉����3`C�:��{�Y�Q�z�bw�#wv�9|�ײ�p�V�0��8�J�|���=tΙ��9�G��;\�퍶H�,E�C9q}}��	��k獚+��Vcs�QM>A��U��L��`_.nh�U\����*�i��æuC�&6jMуL`ӂr&T7,���������Rڰ�L�Q-T��ul��Ʌ�����G��b)l.��Š�!W�D��0�-:��	d&:���l*ݒd���X������a��8��t���S>G��x�k�~I��2~�$/���\�瞵��h8y?gO�9qH��vF r/1V�=4�0�X�-Ĵ+�Q4�7����eU�������=�}�2x�%�;�)�q_;�s{�U�cA�kpɂH�}�h�C�[D�5)rC�įQ��9pI3s�<�z4�O� <���a�~N�U0cI��uƒk�P�]�,�\�ȅ�b8[�.�D�]�k]vx�x���2���q�=RG/�cW\Y�+�.TL:���1�7�vN�
+s��2�+�\F�x�Y>�!{܌eN"H6��E������R����h=@�V���a`)����D��)���R�\BC!{'�)&:�}y�hJ8.��hpP�5�(
���=��/��8�6��\~��Ȋ�m�����5��;�c9z%,D#��v��k�
+W����
+o��8�������T�h��'�}p�5��SԐ2�q2��0�(9�}�����7�g"�j��BeM�x2dc彌�QM\��qѬ�Md�s���	��4��Vn?'�&?��<	wtS����\!a��@̍�/َh� f{��q�TJ�,)��m&2@�O 8JW*C�o�S�,FlQc*�; b��"�<�G</�����!�I������&uQ�P;�@7�p��.��p�DBD3���wE@��pXhȞ�9���x�hX$^]��&n$�ϧ���s*��1�h��c�2s��G���d"�(�Ϝ籎bV�*k�}d����ARf�$��tE�S�J�F�)0L ��t?��2�
+�o�ܱb
+ߐ�/�D�ɓk��t��׈=S�6p�_K�z=v�N�(�Js-.��#\�����[ǹ���53�uDEVclT96�.<ףǃX��z���N��-�.�VQ��||���n�$솮:��5
+\�N��8��C��j����<���ҍ��/"���^`8�x�E�����K���@�\'{��Ahqı=��
+��j����],�ҹ�f!ʆ�6������C{�g�k3�"��<�jE��>B�E
+��\
��eNj�x���%Z�=#Ja���n,�7)��#7�e1"�3�yʱ}�B޲֠u
+.S&9��4��X�P��6��%���c|��ن��8X�jx`M\�q�N笪�Vѥ�B8f�����F
���
�a��'���{������O�.�$��<��t|-M3�/�f^*�h5i�L��$��Up����
��"
�R��K�Qs�-g��b|A0���BJOj�hB�T|�a1��23���1Kt����M�WY@ߒ��3v�#^��x������~x����7<z�k���_����_�>����˳��~���~������_��-�������i�t!�K�_}�O.���˸<{~y���=Y������_�g/��˛��w?���߯�����׿������_�����?|������/�{��7w�޾f��Z�zXA��|��>���W��o���Iٱ���co��.�9�����@�r3$�:3=[Q��%�*آq��̝ ������@t�$Y�WN+i�Ӱ]@�i6�4i��1�e�u�-�.-0J���(1�SMH&B��
6Ò�hZZM%'���Ԗ�+��@��V 2�[󮍠�c�&e�㳆~�#H�hi�J,Nc�Gk��#8�h��ü;��c#�$�0��nDDW������p�� }}��!���t�!f�֎�������gx�r`
+2�\��u�lA�hQz4-�	�Z.���&��+C��$�CN� +$��"�q�H���lV�w\�I2bՠ�
+V��/ݭ@FQ�ԑ��mw酒�0r����,A��s'�pΒ��SX�P�2P8Q�����e�?_�!��r�ȑ(x�@�N�w�i�?f��j�"�����o�90���Su5"��vy)��??��Ď@-���zN��@�F�p(U����`�S��-��Q���1�
+���e���m"��q���
��ML84'@��۬���Y	Eم��nv�|�$�3�OA������;<_(�l�e��4��Y�g�)�J�q)x+���������� �b��h_�zR�9�N��#���* '�6�8�j!�-�s1Vx��Y�H�O�ݜ�w����N)��7�T-,�$�R?������g%Zc�Z�(j��k޹O�����M��L��G�~����N�ak����5���>Pi~�
�֚Wd�t�4;��DĻ�ō���(lt�bF���	��'���[��o���h�膡�"�4�r
����%XY6�i� ����D�}��,a��8r,�h;AI}��ū�o�oE�BAm���N����f$k����&�AĵGi�2��u��K�)�����R/�hpT�����
B��*��q
���!��-��c@
�B�L�EO�^�,�@�y0$��e���H���CƊωV"�����zj�@pYS�x4
+�Tj)���uQ�]S�`Ҫ�)�Q0��«fV�:m�o=�ٱ����e}!�Dib`�o�4j���U�	�J)��WJ���̥])ayP��,����i{��a{�QW#�u�uœ�uB�~�݂}�r
w�`>#����0�T6�����i٢��U��"���٤�q����0v�ܒ(dn'X���m|T)ƆZ�-�h����MCu.�\�� �U��o�˛%�'�2)�9��&�΢�rMC���\������5"YED�\�M2
+��;{,���U�$z���
+�}�uґmI�ү]
C�t��Gk�J����Zj�Z��Np�o�d����(?���q��y�fɜ�
Ü�:�8�]:|�ҽC���;���dQXy�C���t`D25�_�d Ό+�G��������h���Q���0N�f��������J��%���zPO6�Ӛw�������i��l���5�Nq�CeGU{t@X�v���=���)RoJSk�
+�l�^y�nE�徸�5t&�D���Lc�3
�H�	
"�[���{X>~GŒ��gU�ޛ(�9P<���`�8�w"�� ��T�wn���1�7�@�<+<m���f�	�(K�ב~�b�m쓢SC��ȀB����U��<��yG�.��G���� ~��.�����m�-U�����=*HՊi��)Hd?�CC�GS�����
+����;{�����Mq&*�֒Ik|����2@T@,�q��q\��S�����F)�tC*Fx���a <�À�7���h�I�X�\�VҸ�2kv����6�of�an�?[�IU\`2n���{ĭ��olO3IAE�y_(�H)�㎹x���g��F�n"J���|�e0�C}#�L�ܬB7��<\I�-�Uc����9Ǟ�
�D���1Z[%��iX+�7$�BY3@�A{�rj�pc��䜖�'G�b��4MSm�8�s�asO:W���3m�@����U�^��E�Q�P�yFw���b��6�w�~ݚ+�v"[�+�[��m���˳�c�p����|���n3M.�z#� ^r��w�7�K���������Ə���#!pY5����ۡ��5�@$k����@���2ϲ9xEDD�����m��`n�Y��#�z.�FVY����$��p�XWIkt%��F�b�=$V���
t�*�?w~�k�5�{|~ˀ��.o*-ღ�](��퍃ږ�o3Ӗ�B�{m�`��H�q���q���IOs2���y�*�׆��f��H��γ�9+�ur%PH��v���tu"�>�nJ�DsG5�N����^�뮸G:;�5���_�mDQ!jc>0:�k`���,����\Dm�V�����3�1I�O�=�_/y3�Jg�}�$�D�C%%¨��ropo�Cp����M�.�m��~�$(U8Cֱ�)\2[m�M߉	W|��>I�k�98p̅%�����tM�V�G����[�HWjkXQ���qn���:]�R �R��͜��P�I�(�%��q��*�]��Ƌ�&h��v`�y�D�n^[���L%"H����C���DT�O/�ؤ�r~(;x��� iRE 0�S\遨u�|u�@�88���v%z��R��m���q�XI�(w\�T�W,��6��ˆ)���R޸y�tj��i`�i����r��!0Wj:|F�Ob��!�]EML�(���W pݴ#��Eh������`��Gz��O�Sj������ �q�{*����w���C�B���SS�$U:׵�����OOt�֬6�{x˜�9aL�o����?/���)�ܲ�6�1%!H��&�RP;����ф��o�Xgn��уN��5��2cC�<�Q�V��exv��qv�Nr�'�Ǩ��e�e����!�Д3��\���DR�љ-�+? "h�g������"δ�b$�)zme�5ϖE}}�b�2L�����m��CR��'�����/���*6�/�F�7���,;���������ȣ$��upᆛ��=��nI���hQz��~����ŭ���7��Q�	r`C�|�^�/L�)����-��H��n�}�7�Sm��E�a��yȊˬ��b�"x����(@��.C)*f���j*��q�������dՂ�+(�(籿�g&����Z!�[0Q�@@�[j��g[�6�I�ņ��$ޘ�}m���aEV�-W
+Cj4��Hi��v�D5����k$���Q��D�b��8$�y��Yl�Tv;v��GBz����8���UӠ3fq��j��=��Q^�|�O���E��k�E�u���IjN+B߭8�0M�z����+c���.�c�qc��"&����B>\��V���h��D����BU>l��(��=��<&Ț�����ξ�8��7э|��MX������v��:D�HY�.�C8�4����)�����͒��r.^���
�Ut�����\��&W�����"J����:�0�i?��ZZ���;���n�=���F��уr�e%����m ������c��c~�Onu|�l��ĺ=�lnD�.��o��Ə���;?�NJ'oc�8�f�l%��Q�ܣ�*�d�Oh@�A�A-[h��?
+z��#��n�Y��s���g�2;�~�a��C���i�:�Y��y�}@7���1G 0�8�ӂP@`���X������⸍b�tu�v���s�Y��ű�Yn���6��AI�D~�H�0��T�
+�Xx�� �%H�v�j���H�t��w�)��sm���t+����>��)�j|E��Y�i��[g���g߈����n�����X�m����g�4�č�?O�O�)P� ��A��Ý5�g�1k4p�Vu4�$kp�)��$!dj@	oc��U*������'�}��Nűsp'���bB5��Bl2f,�]E'�&��O�>KA��~��I$����޼�P��K�������w�܎�F�q������v
+�tZ���i��Ae1�+�p���%���]�XPo@���	Tv����悙�)uF
+O�I~5����K_���ƞvԗ���M�q��,;y�?��g@�1�Rťi��n��6�o��A�eC8X�
+�C���U�z�>�|bo4���DK��1�$,OţqKTQo���z4��y��hJ<Eg����i'�)��	,b�g����&�-�����9t�8��;Q��!�)�U��p9�sӀ���\�E�+��oQ���o=F����A������y4L���Ih[U���b���Ou�}� �6�A�e����xD����"����r����E��@
b���`��Y������1�g���}r&��uyt	�N{2�[�w_�9��&Y�{�v�
+������q�t�Z��E4�E�ֿO�ůQC�?����N	"4��5���f�l�gՉ��~P�z���κ��4S��dw~A��"�����sȵ2��l��4f�a��=M=lI�pW����O�Iţ{�ő[`o�ScU�3���8e�+�����e���1c������]/�j��wU%����Z���Q�7
+ރ��[�K�a�'F�����-�]�2��k��
+_�oZ��0���Ddd�a��n����o��@�!�r�QA�Rs�}D��MS{�e�����@ ��1E��/�K���{wv�����bL��!Je��x�}9�0�"&��9�}0�M���)Hak��������g��|`(�y^�G��\f�-,�mگu�'OD��1�.�`���~�\zZԌu����V��F�I���b������NH���A��A���H����A�*�+\O���$:��:���4K��Zͮ�j4�-T��O�v���|�%-bs��%�%�UU��,в�/�������H�3
0'LJ9�i��a��=>�'TסY����}7q���^T\�e�2I��p�������c�Ez��Y�`��ytA^�X���������e<���WLq6�����A�B�7Ӎ Hz�R��}����髢���÷�hހ�hT�6~����ze�%ʵ��g�qhy<M{�Y����q^�0h����ߪ/ �����ռ9���H�r�At��4Ր�v������f��瘸@8�y.���!D�t.X_�|W��:�1kk8�d=d]��~N��X�;��ԃ��y������b���.���ꝁ�c��8���F����m�}`�6y���8Ņ�f�i�vZ�|��d>�a%4���v>���1éP�ߡ�2�m��e�oDf��I������-�ʆ*������ԟ�Ho�ngh�%�u���(��t\�6>����}gW����o]$�(���ڬ�AE�Ŋ����_(������ �G�QV�p���2L#�>��i�����j�ݏRB�u%�"4���ˣ��J7h��AP
d����z������}��D��ם}�Z9	C�L�HIN9ɘ��׃X;{\��V�� B��L�ʳ�J�̅ 5�רTb�"���e��^�ۄ��-��~����	m?�B��y��u�T'P�Q�{���͇�</Ŀ�D��f ����� ZRD���D�䩭��ݽ���!��������J.�T}"ݗ��d��AΌ�������0I�a��k�vA u泇�$F~ñ&ѣ.]��a�S�vj� =T�3ћ���=(f����t"�f�>]���~��x�M�AIJ�(��i�v�Q;��H�"� 3��1��]��M��t��9dn3}�񥳞=&}��׏B��p�-O�3$mSr�Z����m������`��}��S�k�狾A���u�d�)3�p��v�&c�|+�a��#u��/���0��@�~���mD~���	���Q�dBRo=��C����D�d��p�$�x�B7
�E��'l�����!�&B�>e��1b:�,��_�4�����|���ؕ2�K���v��O�H � SҤ`�s����HyЏ�Ws�Ó_����}�D/��\�,��r���������!�Ӯ��g#�T���\D?�X%�`��Hh�;Sg`qh��ڥ��b����N=&iU��7XBJ`�`��
+�',��9���z��[�Au�b���1DP��ep�y�� ��.}�$􈙣d��5[.�7��yVC�SP���������3v�E�kZdl��]���j2�9�Y��ĥ9oo�9`_X�)ޏ}��3�f����Q�"��X�/fΛ.�z=�_J��0�~���ObY�K��P���PH���@���8�ԨH>e(�����v��IKo:Z5(�^��'����rف�8����d��%�L��"%Kd��@�o�s�{��Q��"��_ӷ���|B�@d��mm0������Ţ	�*T�6�e�����gQ#�4���;6O,��6�	�Y�o�r��Y
+6ɚ
+�b�(���\π��*��4'(�r|B����n�b��zrA�K(m��3�z�-pDs�(+tO�L��P�Š!�.k����9�c�a*tk>���);6�]F$�yq�������3��O.J������08���n�y�x�yј�-����Ӡ$����>�c�.I�����H>i�,W�����ɎL�!H�yuR����>�
+��3�������d˛3Sq`�����ؚ�x�w�7��<-�(B��¤�X�!1�����y�f�E
+����}�;K04HG�fk$bއ������+=�|��?����>R����*���b�oQ1�xL�.�c����b ���"
+��wts;�_�/e$�h_F��~��c��嬡S5�^��X:��6M��3,�j-�k�i5�*c��E��^���^�ֺ�YE�9�B>�G���L�R��sd��s�O�&��I�#B�c�S\��X��66��A���jm�(e�(��
E3��SΨj�}OE��YM^`	�b^���0X1��솪����bm83���E8к��m�Y�W&b�֘
�F��
+�<�'�e��&��( ����ʼnN�P��,�A�qFSv��Q��Ѭ�ϋPpTO�ѣ�P%؁*��l�*�G*�}W���i�������c���Q���D��y�)���E5�s�R|XV�������;xld�[D��q�HC���wÅmk7B'bX�D4�"��z#x����TU�&xqö%/D��k:x��_̂�"��a�b���ף[��i���"�٘�Vs�����|�i?�4��49BKm��r'+��YA0�sp��4�S,=7�<d9���h��$rcX��m�&E��s?>$�<�:4>d�(L�(�2Uv�yֆԸ]Q�A˞�IA��%�PdbD~
�ȣDq��E�,Y"P�W��'�)HLꍙ@
1$g�X���Pѕšō�5�q�L���~g��$U�꫕�J��(�Q8V-�X_�N�&#��g'Dŝ�H}"P�Xâ%���;��Y�R��h�sd�\H�:�nI՜�O��Af�ጄ+�`/Dn�lb�~�3`G����&j�O�I�B7�0��m��̐A����
+"��I�5|
z���܅N�N�Ӌ(����-�:�si�����r��t��T?����U��	�]ӎ�j�BS)3mM�����z8�zlL=�1�:s5�D����E���tA�Wn�T�LJ
+�m��P�A͹;��xޔu�%Ag��?�2�:)>R$9��6��R
+x��,u�u�="��>��ԇ^�;�]��^�x#�ڴqu���3�C��b"���D�a_�S�L�G�U|:0
�Ҳ,U_$������n�(�E���$��lX*����#J�oww��0��c�d^_�����N�Z��"M�s�4�CA4T�촞��T��O>����I�u�I�DT�d�4�ɛ��e�:��Sڋ��z������>���o?���3�ş�F꩔/_����?����7߼y�������o����G"�柀ķ`b�9N�^���rQė�l�D�ķ��Q�����Zܛ����D{�i)�F$|&�W�1V���q���p�w���=N2"C���ODK�`�����>�t�_��f
��6;Q���׈u4xF��`�������a�q�w#��)F��+�k���c��T��A���G<�;�<�q�K��F\��E��J��œ��̶�a!(�|��I��D�%��6rS���rik�s� ��nˈ�Q�����r�z�*��2L�a��m�uJ����k�s�#���\���:���+�����
_u�Q��GpU#��L#�h�ް��>��f�J�,DS}Y�%<��D��f�Z5��!i����?�$BLE
g��(�r�)Iu��F��.�gSD�7���bb�:�[�:X#��$�1�mR�Tv��Ǝ�G���(R�"*��D�gC�#�T�5�YF<z����``��Ѝݝ���n�W�bd�.���)��AyX���KL�>���K�MX�qf?E����1@�|L'��1�h.7�?b[�[��2\����[������ë�k��O{�)��8��x��H�ѱ;�tV�#k
_#È`��~!�E-�n�e3(�s��Q@��HA���_2�H�������Y�^w���	����	< tZ㩊
+)�H�,�c�"6��>���.�����w��`|bS+h�.#llH:َ�������;���^)���/��<h�k֯�o�j����X
+,6�Y����ɲ$Q���T΀��Puv��_;��9�K��dH�	n2X]ԡ��U�)��p]�Q���UHn+Ȝ����]9�k���һ4b4�3H�h�2Y��et)'B*#��Vtg���4���>�؏\�
�u�(��6�b�s��������("D�|���L����O�C���ְ���{9����y��|�]͔��{-!�k���(.�4���l�	��(*�Jc�u#�ݏ�uOD������Q�QF���q-�i���.)�!%t��.�գP)m�6��W��ڧ��/|sݬ�sX��z�Dg�m�@b�&��<w�O�i��&U�
+��x���vDPH��0x��`�m������,��V䓭HJ�5���B-�e����C�(�z%�+D����@(���*K�t�&��1�<�	K<<b�_�ٳ���>rU*����*���Y"K����f;,8
+��>����̲�ӌ���D�U%�i�k0�ʸQ�W�u(.N��R�q�d�1�[\)|$�NO�lX�b�%��+�s�}�䙖��t���J
}ij@������‡��^&�����J���v��������[�P�&�����ݚo�/�
+Mbiƒ��[��JXX����pc:�x�/^���#�B�|�.8k���F�����D=rl	
+���4��aq<�r0�$�wՅ�OG���i�����d���/��T�%n�J�S��`���iťJBڇ�BA���p
Q�� �,*Kp#T��D��f�s���A�U�ׅB\�$���!��htK0+�	.AK��"�7 ^F�o'�BP��)TJ�BS
����YENL�]A��zZ�܉�A��X���u��#-�ė��L� 2�\�Et2}4)��bv"��J��8lZ�ۀ�?F(aG��]�2u�T���H'��N�9�|N]�������6k����w8:��n1�z��v��ȶF��	a�D�g�����g(GYԷFYs���:�uc�����D�iE��і�o�I;�(�\�s��b��?F�ntv��'��=���y������x~��iL8�uv�����)�J��N`�N-&V��J-WV�JaF���3t��I��~�����B8N<�y�{�k��51�"z��sʆ�7�%�k_/����]yq|b�
D����%�~u��W��g�_���h�g�6I��b�/Gz�
+���/���b�LD��6B�(��9��'��.���<��?�����D��I�v��ty��	��S��*%���)��!��t��rz�c�:;~����SR?��%�w7E�߿hE�=:�����|���/���L�o�0M���׹%��8p+X}l!��[��rm3N$��r�)�(m?��W�Riy�+߰3G�Zh��۪�.��~��P�;v,���|���9�������"V�O��Ϙ��u�RD�j̒��6�_�q|qHW'��A戱5"�f ��o^)���@0�
7Lx=��M��T
+�m�-�9��C��YD㓄��㟯$����e�ꦨ�$��6|���hnތ^;���p[���l���!(���FUC���Y��f
�Ʃޏ���C�	jt���V~��r����%��
�A{f��8Rr�8���lu;�#'@���0��q��V�q#�0.�FԆ����oEJ�>����xU9%'��X��N똥�ŗG9��J.���7M�/��>x��s^��ú���!�B��ܳ�}�@��¥�8�ac���#��d��g����ǵ��wZ��^\�%�a��
+�>�-��d��,k�;3�P�3�1V[�tC�#S(Q� ��������.]fn������_j�zF�&��"B�U/�f�e	b`E��o�#�)a &��\;a ^Q�������m_wMF ^�(W{��A^�7/���Q�����0��jŸZ�ATuX�vit�*�h'&x���ߔ!A��}1RYV�� ��֠4��K���u����*�1�.�l��ҙ����n]�fMp����/��d��l�-��:OHb�B�zdV�u����w.�!'�ĐϜ/k�5��1U�gjٜ�x�2���/-j`��i"����<�K~�sDħp��+�d�r�=�~U�u�x26v.��so������!���� F�-F��{#I6J��/0�|�o�!JM����A'c�,���T�зx�/�c��P6����@k4gp�p���8L�n�qe<0w�Փ�(_'�m�E��e�n�؎�q�
���
 ��]7jg6��krz�-�\V�Ӥ�Z�w{}��7�v�t��An�y�f�n�̵8��镆��x�L�'X��x"��,��Y�Q^n�7��Ȇ��� iC(.�$�ؒ,����(]����X�
u���ư��q�=��g��S���,�;2��)���\�I�d�ʙu��&*����l����e�g��}XSY����5mz�ʴ4!�n��7��P�}��X�H�Wn���V�C(�c�xx�u�q<�v\�v�T��T�,�x���:��6��]����V�Ås,7R����אd�u���~��Y��jC��Q
+(������^�k[�� x�#��w�{I5������q �7M�k�cWG�#6�*Įê�m%����v]��u��y���c2��
^�i;���@��E��!J����=F����eδS#Q�v=��`����60��{��t2�"���Z����z~�G��	
+��A#Iw�v 8����.�1�O���7�|kǗ<K��OXw$��I��}��fA� b�@�'�h�	e��� ��(�0E1�H�E����c�I�Q3m�@��!$�k�D�MP�&:J��˱�$
+4��e��Z��T��*�֏��h��x�x�2
+�u(�@�?ׅ1���6�'č<܀g�f���.�`��-������5..%G��b
��2�8�ZU�hϪv*J	�"[Yn�<;�ɷ���f$A��.Z�����2mQe�A��<(�(��Gne�)ͷ�9��_0�[֦����/5V�U�+S�M�~�����Ȫ���v��V��%�=���	��{JԂCm����L��z8?�Py��k�n�}(M�����#��e�*��S��ub�2�`W���Н�c��,���o����"h�������b��]�gu̱G��/��}=L�ˇ%�-=�a�
��?�OW�i{��N�
!���m����ɆV��m��<��a��
+��CP������>sF���G�t��(j��8G�֥�������]�&f�}!SB턡\Ҁ,r<8�J�1=N�BH�m�W��U\��縉e'f�ݘD�	����Nʛ�R
+��m�ܾ��нo�&�v����md*J���x�L\G8�}�5����º�]L-[��V.p�gH�p;����;�H-y��o�kN�C���"�S��ws<v	:�t����S	�|��q�άʲ�;���f���x�&b�z���k�-���M	�q�}td���T��"�X/�^Kn"���L"Hl��v�jB��@H��F�F(�4� ���<���sG�`�为l��ޏ��6}�/��U܂?R��7�k*O'���7B�Ja�V>[�t��s���kA����	����ΐ�>	*x�#%��m�@�>"��go�:>�$9�rWf��zF���3B��J�_����P����0.�0��*S��3
�%�(?�^u�h�2��x�-���T�0Z?^�/����y�_D[Yg�FlOQ�X��K�F�����o�m
+e9����|*)N�'��xK�9[�\���0���4�p��2�<J,�ˆ4DP�J���x�*nT���MȤ��2Xg����Z�B��0��&ArqݏDSVMƾ_�w����	�
����Y|����yW.�,���8%p�Z����D�LG>��	���hȤJ��'��`ai�v~�Ze]�DU��9�)�|�D󩆪J�'G^e��M�����K��q�6�T�M�eЯ�޷+�+�$�t-����FzFy��"��:����ҵ@(E�<�=jצbƱ������[�U�x؅KMȸ���SK�<#�gi��}DȤ���-��F�А2�i���J�>J�䉕$	p�
+C�`��\fE���iw�x��LN;�H���|�	�����tN����?r%;lńDK�v�xX
+�D�i}��g���*�Cl������vh�]:(�u���5>�R�rM6M�� Q����X���É8Vk��Ȓgv9˝|6"�Hh�vA�ܬ›���i��Z=Fe𧇵k�`3�׃�{<�hhd����w�BT.���K7�-Kj�-ba��8+����Q���dža�y��9a�"n�`dg�`�ߌ���N^ɝB�H-ΨԢX"�y*V˥?�"*6d݆(�������6#ܷPQ�������*46�\6�Y��Dpp]�Ȇ@�P��Zk�;;��;?��-�L�TFE��.0�ի"<���4^ >Qv�˫5���3�܈��Q&Ms٭��n�(qD�[Uvy�09o��#ƴUM���}[�雇�!�	S����xz�+��� ��N��D�}��D��NT�Ԝ؉�K5�ӐV9��bkOf�Ɓ��$n���$8}������P""��d�}�V"(��N��0
+��vT������?���_S��#�ֳ-Tr�1��Ԏn�,�_Z�i�F,�K���4���a�mL詷Po*�S��d�X�%��Lz�2�������mV=I_� �p���B�i���`�G�P�v���_���4�J
��E�I�!-���L��3�(�hT=ڎ�����~���k���u�,�f��}#�<�(�?�*p^qz7��Oɘ�!�1@n��]PYn�qx��tQ�yQL�V
+ʲ)#�������l}{%_Q]�l�	�w��)�������[�
+�c����N������D��n������v��N�U�M,G5n��Jt'~8�Kn$S�ݶl���"G9�r��%i^m��6��C�d�[0է�J��4~
+�Z5�}�Y��C���œ�
*�Y@qLN�+p.@h�D0$�"L�D~�����/��-�1i*Ҁ4��Eo��PL<;*���$�Yh{�}r������"q-�w;�!�jA?�ޕ���"��\N�gQ4Tz��Z6JHO��=�@��iH�jof�x%!���DهF�v��r�:l8�p�f"�r�j���hD��8���&�>��������� S�E$bK5�T�<g]���m���IJ�@�Q���BG�1�urF.�7�|�����޽�������7��ů�w'4���?~x��ǿ?����7o����~��_>~E�o�������)Qy��+���ǿ~���]�����������_�(x&��N*55��ҕ���ڰI���_Ei
V�x)���ܿ��c��,l��#��i�^��8�j^��VLp$lR�����,>g�l��%O��!|Y��_}�Q<'�4�z���e-{&����{%�*‰A��8�e�(Ù��O٩�ʉ�@K��.z'��y8�Έ��0�Y#fc��α�D��d\l�X
+܍��M�2�	��cPoaDWQ�mB�	���o��Jm����Y����*��l��B=��>x���Bf�l�"ڶ3�*��.�kπ���	�4�6m������mA�
+����P�����I��},/�E�f!�΅Q/������$��;�a�������j5b����\i���?���}~�E��
+ �{l�j8�C�E^��i�0b���! lF���#�nL���K������)�$�p
��a����C��ӈ���E9�_���i]����L�P��	��3��s٧]zo�i��w�?
+�W���-I�@*��z@�f�0CYاǸ�ܑ#�ϯ?H1V�M�g�t�_B�~�3й����i�1i{�a���O����g�#q�S��Dh�"t���#�=qè�t�K�!�A��	�_�%@�#�G"Σ&b�j�B�71�و�[Ҡ(܅�j>k�{�S)O�<�|,��"���?�`�`$�ή����3-
+��H���A+z��3-U6�)"��K8�I��q��ީi�^��Q����r��"����L�g[�U*N��°2��5���Y䮘��Wz�L�ಢe�����#�wd��5�ޫ�v��^DeP;�N`r2��L�N�����4jM��T������8l"��,�]��W�xyN���&�l�e��y��> ����q�|��UQ����K� �ܭ���IO�v��J5�����؏3 96�_>OU�ڣز�ˢ���O#�ؤ�f�[�<�2| �H�;|)h�+��Um�k��D]��1r�f9u����(6j��e��߶r���R�����|L�]��N���>����x3�jC
\ZZ:(�� }8�%`bQ�u.��P�3B�������mE��z�Zl"�6ĩ��;5��b�\r��a z�>AC��s�;�{��
t���Ί��Q���0��t$��ȿ!��4�
ڗUݩ*A@��Ӕ�@�����h�)����*�z��
��|�0���M���� ���F�_���M߮`bDОt���h��Ra-G
�bĔǏY��!ѹ�N�I0������v6JD%Yg�cvl�D�+��<��6b��JO����N|Nl�&�(�8G\�_��� B,d�j���h���L3 �����B$���IS6D̹`���v�FH����<O�nk���쾮��:��"���n�[L���c��)��4�ռx��7|�O,�jA��0`~��_�8�d�o;�HE �#dv����y�r=1g��%���ebf� N��Y�^��1�H �'l7n�
+_? ϑ;1����Et�)@���Q���4�� ^���%�ZٸA�aO�Z����^�p�
+���۞H�a[o�XyC��к]��D�4�p�u+�x���k�"��]Mc�{#;��Wߞ�Σh���t=Q遍��Q|�(B�	�0�#R�Ox�tT B�A�r'Hb��{V"�8P��N�L�&�J�RE�(�Ȅ��:��4ܚX[� �� ��<-�%�������
+�{e���+�!�˘_�
+vp�}DK��k$�t�а�}$z���x�h*���XT3��|l�i�˗��ٍ��A���z��wȱ��+[�����
�b��D�'���N@Z��Yc4S���{N���_�}�TaMq>�Ãb�0���8�v1�%��c���)m��߆��RȮg�tK�y@��l5�y�%Bl�٬ZdLj������2�i�,)Eը�0��LSTDL��.YU�l�"���\�B�F5���yFf�v�;Q�"׾�f|+��!�v/�
+̫$��f�6Qr��̊��L�c�q��:��ٿ־�����P,
l�C/6��¼b� T������p�T�c��A���Ҋ��?�FƅuI��h�����vj�V�V0������
+�SSZn��z�WL�ڣ�c%V"�JO��;3yz�ڠ)��o=;��q}R�v}萫0`�]Ӝ�/�������^ێ�O���Y^2Eܝ�gx�_��p�d*���$C>���WH��'f��N�,awķ����5��
+v�Jt��F�zP'^+��q�6ȓ< z���m���@w�����Zɏu�2��X�w6V�����=��]_�%H�g�#��M���,�䏖�#�85�G��8�x�B^��=���$��L�S�o�����XH=FarB^��UʦG�B8�&�����L8K��iˆ�`?l|\i���������j�c�COʢ�����Dz�~�_�X�;�آŧu1�==�_��^��Qt��&*�T	+lN5+Q�=[�v�6�&�9� j�50	�g�pj��ȴ��}l�F�J����FM�.'�3~���]��3����#-:t;�����+̀�"VV_a�7�k`��o��Ys�jP�� J��&.��*f�1���-����R��Pz���چj�@(�%�:Qr����Dl��-�>�`�YX�"�L"�>W"S��ӑ�@�{�����xr�^�Ԛ��TΕ�?�|���S�k}Mc�ik��L�-��j �3e��9��v^v�V^u�+�/
+?o�E��2�=?���9Q)���FP�m�{���<V�H�}$���ygi�9#����E�i�I4>X4<���m#�AT@weld�[���ΨHdI8��0�4�M�8֯x[��[�`8��Ex�w@�ӧx�3��D��@}���JK}[[�o�y�'	ĺ�3������_?�!���Y�٠r
+	����9K;Ϩ`y��ə�>uΈ7�(q��)�9�b$j<�"[p��֌�W���̺�]���hEfM��8��
BZb��>�
+bŢ�Gs��4)5q��E*�Kj�߈WgmY���O(>*rP5�$^40�r0L 
+G���WB������	��2P���~Zn�I#Y>��T�1�.V�V����t�)�a;bvT��KQ�����a$q��˼������k9E��EyA;
��#s%�p_�v�#t�*�;�x���;"7����;<���\��?�c�:�Ãf�̌zo��|B`��cD��;���ǫ-0k����r&jH�1-
+�\eʼn'CI�hM?��h�{
+�Ma	>���^���O�HҒ��fm�;Bc�i����ϿQ��w�}�7\M�s�C����N���N�b�ޠ^Ʒw�kB[Ԇ�ճ������ ���b�/��&x�4
endstream
endobj
92 0 obj
<</Filter[/FlateDecode]/Length 28911>>stream
+H�l��q-=��-h��m� H�ǐ^�c�|	��O�(�BqO%_@"�xv�u|zeė��L?����+l<�<�[n����������
+���ck����@�u���+ҟ��"�>��3�q�<1�`�OD����j[��?��z�&N������ɕ&��Y�՜s�����c��1�I�����{��0V�q�������8S��3/bO�F�Ͼ3��)�uO�U}zλO�^�iD.o����وʺ'�-��I�;y1���u5�E3�f�/2����G��}9�[������]����>�����
��D���C"RB��Tـ<k��0���͌�ާ|��<�{�Sc��JI���Y$�G�E����z�K���ʠ���Aw�y�c}<�:����Q�F���4Q�i����K�M���D�bX�b$9�i�!⃀�$��@��z��oR��(1��y�I��1t�$������qc#‹'p�5M!ُQ, ��?s>>(�,�O��*���6�c��pyӬM�-4� �|T����☣��� �q��Ϡ��jԂ
���KG�;bQ��C�o��+������M�N�mN2���*��ĺ�=PW���ՂO�>}�
���E���?�9��Rҳ|*��RD#X��'��Y��qxO���Ω2I����1�zFR��\p�6a�oR��	 ��E��3*�Cu^*�ߚ��ځ�k�x���N�g f��S�r4v9�FeN~���A�x'K�,:�N��8	�s�~����9��T9�%�D�vh�O��j?W�?��̈�M��z�䘻���Q��W�/�6�E�6�=/�}4�F����D��"֋��"֋�oL!xO"n��$��_�)Ա�O�"�w�ݿ�
���Rk��}���R0����)=��xf����e���UB �Ȕ��%���.�	�7��Eޭ�4ϓ�ŴA�g�[=���~�;��*� !��z��)��$"�{�RTB����`"�1�������%b��}�ا�
)�>̷��VfVA��#�*�8���5��_�[�%^�*�/��խ^�tQ�~;���Ĉu�#�lH��Vb8��%����A�����:�EU��|±!�j@��U�o���_)e��E�['�˯�\TJ�;$�/
��u�R�?�$	F���6M2�$<
+�Ԁ�ܖ%�5��h���IwBŏ�v�A����e�-/�q= ��	�d��8(]Xp�T7%��u�y	�Q���ؒ�&PPF�C�VԘ��]�G��}pQ��{6B]A>�/[�mw\��!��1P]����3�{{>�s��c��ww^Ԉl���""��P����=���x����<e:�7ު˜�B���S^�_cK��#�!���ˣޓ@ae@qN�L��mU1�&��� #}С��\B�Sܫ�P��_��i�P�=i��PQ��$�D�4��r	��] E߅n~OR����� �JqJn %�'	Dzq�j'�O�5t��
���$��7=�2�Bl'x�����Wg~���>�b�:G�5�t'朻����� 9F�N���k�K��+��)aL�!�`��h8P䢬{ 2A����!������b��F�LJ���ߺ�Ę�k�h�m�(�i��u�R��_g��2���@�\d���:53$9?�Ò�мX��B�ȫ�j�b��BwT�\��z�b�"����%�A���?a�?AGN¥F?
��֢bXh�NT3�1��w7f�7�׺�o"ۭ�>�H,+�D��a-�D���Y!�m�P�m�?��.�҄�ڵ��rQ���^��,����Y��JK���e�>���M�fqѽ4�Y<�����8o���I�Q�Ck���Z��.��f`�(���@��F]}���]��
uBy�U�ؘw>P�$9i�$�tg�vԴ9\�����~X���F\U�},�<��ƒ�j��-�t`�'���õ���C���s�p�(��B-�%6	��.;��ׁ$K&��D�H�i���5`��Q�Φ�*h��2�e�OE��h�A����P�f�j�eՃ>�Vtf�s�b��B���^�ǐ=D��]�3˥����k9���ɴ!!�N�x����ߪ`�1s�wG��M����[у-*�Z��߈�ȹ^q���{p�"�Fƺ;��m_��5-��h)�&��vkؚ��"n��\��c�*k4?�$�-c��f�v$�޼��E���"
��ez0�)��+���~���j�G4�1@I~#~$� 	�����}�zTJ
��}aD�uah����w��w���{@>���#����s�>D����}iPg�Q�v�m��M�O#0%]i�@k4�"5
+	B-%Y��~b�U/�QS�w���>�LAM	��y�n�=	��4o�>�����>�M������ՎAn:������FI��<�M��xq��=8�H�;UK��d@�r��70jl".��vw�����}�2`�/x��vtۆc�24,|�i��s&�0坃8��ul��k�*�o&�R{�:���[�obJ��<hgB��Zš�Q����?�˭G���e.���>•� 	E8W��$�{#�F��y��ۅ�6�&Ivcw����=��ء�۹R_zHƔ0G����#����j�c��>v~���7"����b�†�?Pa�̃s���h�# <�/1(�{C�JVC�\��*	|F5q
�Q����<6±|��.+"u���4Q�\(qQ�9���zB9Y�b֨���Wr��/cnBx��zJ�8��fpUf$�ތ��(�$f��y�U���]!� ���"���yj+^F�fZ�(�tN�j�jC�@�A#�!eэN�����Jg7�vX�W	�D	��~Y�auI\���#0�`�c���?���a"/v���R~;0�XydzOiDgR��,b�ah2:��'���oq)��&����йf)�W4��g�ù���?t,��BA#Y+��%x��]dð�uF�>��Ey拃�ʂ1��Jqɘ���L�DW��!Lɶ�)�D��Y�"�rD��b�k�vie�J]
@���$�-���.e�0�R�
+U2r�XC��w�
�B�&ML��}U���Ӓ�x�^��B�p�)���Ȱ��¡��a��
+-!ҕ��D�
+`B�v@�Ĭ�ITE=P�x�1$��NKK��i�T�����:�T0�g�Դ�B�q$��wΣ�m�V9
�y��R՞�2={��Ѐ\��#Ѓ�V����#dx:"��܌G��v�*��B��ߦ��x�7�iz�<ļ����x�Cੋ#8�>��0����@�}�A���A��S9I]�����Dǩ�����B`�d�ۘK��Kߔ�V��.�K8Z
��J�2|*9������O�_�w�����O_��0���*9�4?ݞ������ߞ�|��ݻ��rs��ܧۯ��-?��շ����l�pu����_����{�ж'O�����������?�'/������>}|�Ϳ������o^�����͏o~����������,:�f޷?����j�����'SLl��3�f���ߛ�[��
+��-G�}XA�� 
+��j�Q9m�/xD��zO�	�Q�j���b�QQV�<����}7���q��������Nzq�nX�EIm�j��2W ��C�) 3y���C0@��ή3�\����+(�5;_�cW}Ш�����W��f��NVOo#	��&&n���|��oL��f�6(}>AE��A��6܁.B�nE2�j��)����Ȣ�@�$��;
+�����K�sh:�'��A�=�Lo$AQ��pt�m� Dj_�5�����M����
���vn�2]�}Mה�qe�Q-����9��m-S���		%����ɕ!:��Vv�J����U�]h�J�R���ZY��@�����T3L�_j�>���Ë�Xe�g�e	�p��
+���,���a �ĉKz$���X�&]C�8E)�sz�X4���M�_�H0�@��à_ճ��Y�i��o�GZ��^���"F��!�zl��k\��x���8�q��)2��JL;��Cx����笻��d���$y�J�))��a���ji�a�
w8u*a���;�p5=�~��b;KO��:}����xI0�����O$���0�wS�@�#X��ZV�XƉI���$V���RV�Ne5,��
��S�0�����fOW\�&U熢�mk�B#��]E}���t���_q7g@]d�w`�C�5j������whM�Ŭ�`Gb���Q�ߩr���a�SH�z�٪�#?�MJK�M$���i%Uٻ�h;��������_�4'յ��?��,A^�I
+ʥ\��9&rZ| @`v	��o?h�C�ui ��]`zn���9\0#$T�Q�����w�] 0�n�6ʂ%�a(��,1��*<2��M�7���Ș�m�]��\��Cr�����ܑ|���0kX�f ]��A���lΌ�J!��Of LW6Ќ���݁t��[$u�����Ѱ�hz�~SE�Qz4?FU�g%�NJ1
+�aE��E!�yv���Aj#
+^Z-���
mM���	���x�F�$�l^�{'8�^�~�N����8���(C�#!�ֆ#N%`S��1�#��9<99��(N+����6������*;�`}���DB*t6	��]뀵f�Y�� Q(ڥ��N����;�����C�������^]:�P'YO�ov[a�w�U�lg��UxI��(6�Tet��s1>��D}�1h^3z�ɨМ	Y$g!�L��慒��I�f1_7>�6F�%��݌��VFi�1�+��u�J\�ﱒJa�DՕn�
+�ɧ����!6$�����7�P�(�.u����`1^*�� �rV�w@t4(��4-&������,/�6�C5�#�me���ѥ3ƃ�$y����Bp��%��Қ���Z^���4�u�U����� %�yܵ5���&iZZ/�{�����^Z�S)g�AC�O���g�wy&*]7��!ؑ�>Ts0�C�P��~D����4����N��hz���o֤]�u����B�T�[W�8�D&�~�(�i]'�M_zM��� ?/�n��a6�a��t3�[�;�8�C�.���Q��,赪!X���������׈���2��na^f��Y�<}1����>�q�����~,f+�l�h�oy�8�Q�� ��1�:��8)P}Pe���.�����?@�T\ú Zp�{ʥ0�Z +��:���2��zA�(F��	�<4�v7�lF$XE�ȼ<�}����4�e����$n��e��pñMU��_<���%9�՚=��!(������!�@^�i���`x�Ŧ�aN��5g@�gπ��ٖ���8b��|�J� �R��f��c	Z]'R�q"$�X+�u��GY��t#N����N5���{c^�瞥T�D��ZԄM�΃�-�y�f�J�B��hfa;"��R���{�!�̎��(��X0�h{��WfU�+��)v�ju��ȧfD�>S�A�.lL�##�����>	��I�I��}	q�-01[D��-"
+�Lj�>Ɉ�`Q2���x�}��?G1��=.���`��ܵ��PL�M-Dk�����/%�͖D��C�p��~U��\��ua�z9|-���i�f�D��bC�]����nѝPF�H;������8�sQ���hc�APq^���$�M)��������B�k�[d#���T�^$�}RK�:i��Ỉ�(�<���˱��@�#���P�A���􈨤�>�L�7y�����I�U�@E�0XLhd��j*��D�e���H�:�J��6��>�5�rR#Yd�fW�]9z�D&^�I���T�Uo���c��~äQs���4��'�C��gf~Ԃ��r��kרf�@�z��[�GPq�	��
+gP�5~5��&3�/E��E^�6����y+:�[�����v@,ڱ��cg�c�ֵ�_"���*���L´Dcʍ��v�
��8E0�-6,��Q"�/�l6Z�� �lE�AH@�(פeB���B�!�H�<9D�_�<�����:)��ib�갫ʭ�慧�t.=����-^�F�+)yF�S�g;�~F
+KϟQV�d��R
�f��@0n��$Gτ.�O�t��`z����3�W4��
+�?�����F:鏀xzU/J�8���{`Lw�w=���{�پ��#�6U���=<�`��c��(bŎ��Q4#m�po��…"�o$��3��m4Lt�t�l����\��87��ƒ^;�����'.�L��F��qn~5J2�C�6.QS��x+���'\��%�1#d>�3E:��ze�;�ҤD�]���6�ܫ�g-#zh�D˃���y�'���*���$&�9ҺH���yŠ���G/�'=~/�ft�5��Ŵ��XϦC�+1�g}	�҅���;�G�*ݮ���"�U-J�=�� ZS�W�
��vS�0+	Zl	�]��*$�l	�1����ySc����#8����k�XH{�J��
+bI�Ƃⶼ�n��<`�)�<t4�T�D��/�	
���VP����
旟u>d"��宏(����SU��=�� ����~d��A��>B=#2O�]�N��8��G1�-B��*�"��"Sg�O�+�-ы7��
+��P�;/���J�)����~)M�Bz�QS�N� ��=&�h�7�E������!�<�*Z�}�!c���D��;�$,)a��C*�-�`dG%s�*�4RM!v�+$N'b�t|B:����\H91�Z������̙�nֺ����!�?#R<���������}���W
EG�P���Pt�h�K����k+�ہ9n���π���R�ա�[��(0G]��Q�uF,�ӱpՀUt��������@V�{�Y�}�.�}a�t�
+d�v^E1��͈m��+m�<��
?��D3G����TW�¢�	*I���i}�DP?�'�H��ۄ}Dѧ2�\��JV�1r���1p�d��a������,��z/jS4�qO5�&c��s����\�]{<�X
+n�|���0I���[sJ�Q�j��f��G���
+\����Ń}i�;�7��<#��21(Ͷ��s���U2�Iz[���n�O�E|�GP��E���X���q1$�]Ux�7f��m2�������zv�玖���Q~I�>�A"�o�c�`��d$��j4�r_�����r:��$5�TGjle^w��#S0����8`0��"�;/������g��	�s��h��a����޺$��'��o1w��P��}�S�_�]� ��x- �\�G��q�������*�X��33�r���aw����nx��E~7*#��e�s����+���LJ�)��!D�~�I5>�j�gC��g]��wa�(�\F6:�����}Ţ���
+�ߗG���\�������k���"?�����?C��3�7�z>+�̸Z�ʹ�c�P;�E�w&�G��ZB)�ؾWQ��o^:Vr
*��
+�7�E���6�C���W�_���q���t����ѭ�&t w{/�)�.���b���q��¿W���H�V�
�x�{dhrEM>lt�Vn�@��{�YL�y��C�-����*�:*�9t	0x�K�4��l`c����-�����μ��`ލ�Ҧ��4���<	=d�FſOB��>H�~ߧ��
+��V�'��4��ؠ�v�t�T�������H��g�1L�͵�}>L�(_�?�z��]$��񚝼1T'"�e�4G��$�R�(��� �x��c�"�Aa�j��mQ��wA�x��XaC
:�$��i��@P��:�F�%��q���ȅZ�S�Kj��}o�m�
+���Х�e�]���Z@�����;���a�Z�fE��8gL�9D���,�`��Us���ψ�o�Ӛ���({�)=$�	a8C_s��\<#��PH�~��<�������E����)����BL�R��ψ�-�K����Y��O��s&��h�D����q��3�p�����%TQ�jr!�Y��>^Ȣ�Lf:�lS�MiN=Q�"���S��|njZD5�(�q��اÊ��מSX��Xv�k�砪b�̳��� J�����6K�R���lRd��e�O��U;AC�B�F ������E	��a�"e��}�[NZ�I�"u|�g^k�[*�ψ�ͧ�y�fa1�P���'K$�pݢ|DD������(��%&Q�9���q��
+n\`(���A�I/4 W�9�dU�/�L�n�ԞƀGO�@������¸L���4p�)�黠����P��8�^%?�����T7��t.�����Qv$���|A���P�'ȁ������^&=pU�+o� pj`�%+,#+ /�H����9�^�Eڂ
�伺]���������DC@�ڋ�v
+�(��>Q�%�j�e5XP��]�pX��4ۉ�2|�W�e��<�kJ󈨭�+��;��H������������4�Dd�܉X;�H�aP�̥�'S#�yY?u]բqJ��	�]%'���Q����b��E3�)�'�Da|舶�Z��������q��I�&Ԧ�/�n�U�a%��k�r�_8���D����P�Æ�OtȢe@��C�
!�P�x��z�`�%�*�:^��A����_7�u
+q:ZZ4�]DBV��'y�$��ݻ3i�G��D�؍R��6�)χ�LF �#��栐6�F���A���I�^��縒��(���/�z��F)����L�L�����-&}�ػ'�����6�]O�
+��8�pKt����9�LL��K�y�b�o�:*K�\��m)����Ű!Pw�t.�s�@V��Bt���}]�S�K��EC~\���p
+p���x��k@s;:�I,�����C�Z�3��L�86!�=c����Bma0�?梣��c�.)t�-���a
+���^��P���X6%s�$���}؋�'�s���\��AX�7G�_P+r��]�����T_�vƈm]܈2d��ߘK���Y,��g譻��&�17��d=v�Q��d�c������6\�;�l�Z�B��tc�G�y����B(��8�Og�9g�a�^�jo���f�&-�HiU��R�{�/~vx�����DP��!l0HϠ���'�HF�~tx�}]��9
+�>���4�HWF���
+P�xA�B�|^���w���"�^E���[�Z�22K���;������il^#�!&�@[�/��8m��'�["�3�gt����k���^��YX˒Ϣn��Z�%��a��$-��[�"z�<�!�����M2���`�$�{M�����W�K(oe&<h�Fy�`�@8J�
��0-��HԐ0���N�v��Svl�;�_�Ut�<px��hɿ�>덚��4e�(�#*[����>H떎��jIm�—�U66��1_#Lx��kWk6���P|������t8�U��"�d]�<-g�^�$��ݡ�C�5��^����\m���M�ć@}�
+��H9��PX(�4��0e7�I��vMۊ�
�2�����.�`�B�5���j�dޙ�����+]o��?ǟ��\�t���o��mLC��tB��>����ׇ;�Jg�u�����#w
6k�>9�q�a�����:��d>�(#�Cɂ�yR�ݔ�*H��K�&v�9�F��P����qL�s���N�����ǭ��
+�ҥ�腇A��؇��66R0e1�Q�;"���`�m��8F+}>	���bP��
+�LTHf"(`7"E[y�Ѕ�t��%c�
F�<�"v8
��3B�L����¶B�^�j��L&�7��t�������T:(@��CB���0Q�@�G��KSA5�gcF�"q��%C�#ާM��<���=Pu8L��b-cT��9C��]��5^H���agmG�h5�PRWQ��k��I��W�5�:?_��Bܟ��p�@u�˞pa�[�j'�`�G�s:��u2���b�#�P���� ���n>%�8�!b�����E��j�<�������!m��$ɦ�Z�$�v�����IF��(��F)V�2lF%OAK�C���G�>�F��h���6�
�U�j����ȍ�X��VCr�
�I0��]�]��e����,$0S/��,�lT�d롣0�<�Q��i��+�>Υ�#� .��F##6'tB�Vx��Ԯbk��/MB�%��[��4g�'����Q�ɤ,�t,�U��#����pW��5*�J}zDm�T���s�.���DDc�Ж�;�=hɈ@�d#x�z��O{��f���7�(.:�n���UI��yR:��L�C/P�rQp<���������IJ�|�5�B�K*����O38��ą�$�<�[i�/\1-�|��[l����UAKjhČS�qՊ��ګ�Z�#D�.��=%8S��+@�������Ur��(-��HT�j���Ү��S�Pۤ����G0b$g�7�n:(����y&���2��c8��H"���'"�@НM��+��QsAKl�Q�.�W+�����:�m�p""����x����6p����D
��܇�"j�"¡'b:���\����5������i�h�
Tx�o%�ҙlW!E���祵jf��ԡ�\3e}�c��+�
�=��ʏ�qN����3Z��E69D���Cau2��(i��쩂z�̪�L����ڸ�}�;,�[�?�4�F�9�d�8�㿋�������O߽���O?~����|��w�����7����������۷������?}��د����	
�ݭK��:=l�E(z�~��� i�����ӡ6�ZP���w҉Q dQ@�Qg �u��yj�!��3g)�c,��gq)d��\k�N�M�������QwD�CFD��e����y�����%����h|X��Z��ξ`Ns_|��� �'�ƽ-�&m�VHsU�_
+K2�)�dx:�u]����g�O�da+��;�����!�‡�њd
��iL�(���&�X�W�F�
+�z`�R葁|.+�qYX���`t���(i�'q��e�<#_���#�P#f�@6�4����b�Н�{�(8�����f�hf���UXl�>h���v<(�γ�/Bf6�/���
+�:�!����wZ׫TŦ�M�����������bc���܉�_�̇��j,�<b�;̋��pG�+l��]w��8�:�ȧ��.V��b6),2�%~5b;�P�@i�Boz�Pf�@CC�b;�l��]�̤��sP�
4�}�'�|\�߬�I�
��'P�<�}'�ߙ@}j!{�Q�oԈހ�(���̼���VQqj!��v�x~A:�o&�3VK3aIAx�2y�ʅ�� \Opc�� ���X���U�.k��zhVk�е��c5J$g!"�����U�6pI�j�<G�;N�($�pi�0n��C�@5�&$�8�*�F�vY�L#�;X® ��^?�M#h�hQ�2�D�`��
�6~)!�SV��XJM��>��������T������* �
+���>�k��F�Iߘ;U����¹�a���/7X��g�7���
׈�`�f�c`�;h��:ڴ^�ئ�#��-�T�ď'��$K�HM���a�o�P����\�W��I�(�|bOu�۩P�".��ţx�~<�N=���U�~��q`s��\��#�}�G��Q�v�B�.
+���r��ň�T�;@�q��� ��)P�[Qڛ���u8!|��w�/h��l$���Y�j�5@[�7l����`�[��\����=N�������f�2bi~�I��y�&E�r�/�����,���~[K����5�[I���ڕ�HX�+���T�2X�'�џ����(P�smn�
"�Bas������=A�d�K^ �8܈vA� ���R=�V�5t�ݠ��
e�a)���Q���b��e��cA[�{�Y*���R�.Q� 2x��[��o	��8���,5u ��	�ŧ�H��S!؅ė�IGLj�7����,�t�U�P;��7��Z�5��=�'~@�ɔt@����	 �h�k��86�(QQ����i�q��ɷ�O�=���ᢗÒ���:�+p~:�N��qJ�@y
+����X��1~�X`��(��'68T��O������#QD߱���$c��[�,�`�� &�Yȳ���!��i�ӵ�tԊ�d��R`_S�,�!�����U6�6WyY�(��$=�8�Me��'V�RN�r����[�����N_��"8��@��NZZ��C��L��o�����J�`NB?�<�5��n��Y�?�o*���j����x���>$V
�����IE�iՌ�}�P\Ph<B{-%�/X�}����ɀ���?(E��6�U�`AF�A4�������.��j乵B�l�֐��-X	檣��PQΤ��oʳ��G0�L�VN"�	��X&�Щ�Ђ��NZB���K���i
+���jM�M:A�K'�����	d'/?Z������j�����_ȱUpý ��Z4
+�G��������*�̨{�����S�_��uO�=,�����#eU��4x�d� �L#�$�#�L�#Q
+�O���L^
+�⧴Q�
�r��ŭ���ܰ�P��nW[ ���$�n�'i�-�Pߵ�
+z��B�f�W�6�yf"���zJ�^�!��fY�����C���v��r��X��u��,$���"1s9�����"��g����ʜ����pp��		Rg�pETzU�n�wMY�\S�U8ۊ���E,��3�ҍ��D�
+^�<u,��%"������Q�ti��㊐e�s�	��ˑIw�1#cG9�,����v
�k�" ul�$�M9�{B���f"?|C^�+rs�����;z��U�5;L����
z�Z�JR�%6�^p{~(Z�;������%�J��mQh'G�
�mz�l�jT�-��#�����Q�:m�Ie)]�*�gcw(��* �k�QO6��2�4N�C�SIu�	�����, E-����bs��B����|�zp,/ }��1��xU2�SC�BX�!���00�KP�=��@G���[�̶��[����.e�Qa^�Z������S	u<K�4�Ӯ4�-���kZP��~����0#��N��l��)ʲ�t�el����l��FJdl
�YVu71>~�̩B��`:W�˭v�4�A�9����a�vBM�W�Mޘ>>A��YȲ����5g��(A��î�j�K��.F�}�:7�~�>�z�ߩrS3��g��r�\�c�t���	B��>���Rg��w�F�P}�`NR$��Ȝ���L��}��<�Kأ�{��%B�$́lvR0]"�*4΄��I�5l�=\�E�z�At/�#�w����{KlLa]SV��a���áJ�Т0��^O�(՟��ࡄwyo����P�4>rg�щ6eժ�K��n���J4�"؉Y ��u��j#�4|ߔ΢wA�K����ʲ�����,K姛�S�T
�pN���VG�~VG�ćTIw�,j��?���ċ��9$�؞��<\E]�,�l2�4� ;$ZӚ��/uD]��!�`����Z�'R�~��ZF�v��(�"��#�ZZs�O�(\/��U��[��FYR�����F�ԌB���/@���_��2�Xo9�����e�(�R:
+5E��*	@}�Α�(����<M�+�(s��hu�B���H��:6a�=/eL�`�1�k1b��xߕK��a*��=aK�(�ѡ�BTC(�DT�����U��94<L-�ٖ��V�ˏ��6p���=���C�s��e�'����6�|3P����58�0ݜrU�,�ծ�17h�g� ��y�����c�h����8hD�u�,�B�
��k�ve+�^ZHkB���\��pH'<T�
+�� e7��	�w����"�x���	��P����#7�	�XUT1�<�ĉ�oS�Y8�*��G�7���C_�L	����*� 8;#�%i�@�JC���G�aypepsuڐ,)�D��t�
+ZGȁ�@n,�Xd�zN�Һ��G�ó�j}o��)�[�6�u�pFi
b��0΀�eV�S�FoG��o9��Ag��b�Aa3J��:c��#�.�#�h#�32��8�+Iqޒncu��t�
v�B*ly��([1/�ѩ\��W�ڨ���6��@��>�׈&HY�(�������岣Iq��W�% {��{٫A,��e�^"�-d�hX��>���ƂYZ3��U����߅��=A������\'��k4�}�y���������|��/�ȼ,�]�5�S?��	�(ˎ6�iJ_���+3޴�mN4���V.-�nC�rֈ��Ҍ�u`��ݵ��nZ;���"m:D�PP�Ƒ�AH�eH�B��
+������Wx�n�RR�9�Y�+́U��6F���W���n�IwO�o���m�&�`���Z��1��~JՁKz��d7���`�^�i0�>���Vz�0��Q�,�*l�����K4M��W}6R��obzq>�z�����č(Tcu1�S0\h�	�{�ņ1$�7�[�.��n���3ygC����P�2�6��]G|%�������
+^��Y�Fy�;n"�����ӮfN��O�:������m��(jڕ U�A���2����'�h-zS���cY���z;b��t�B�s����OyM���Q�WH�Bw@�<�J���*'�a�� ��8|�A�3��N�G��m��.�]�r�۳�P=d&��\;ͯ�i�+���4��D���`bFz�4���P�AOZ�KZ6�H	̃��HX����v�|o�X�Τ��*u�	�T���,@�r}4�#�բ���Y���?�MC��8�]������U�;��U�`�H��~���)��c��9{#8����\�&Ո@O��%�mV]�|X	6�E��Y��g����Ɗ�R�Q��D� q{\F��u*�>�N��l����–CmsvZ�=t�x�	w6��S�ڱX�R�:��_2D`R��j5�v�+3"B���;;�*�ר�;���"=bTc'��%�j���<f�
˜1�8�3�iī��e�y��udK����j�7����hJ_�할ϴ�u�����&�"ʨ,j|��X5&�C��}T����#�������\
+�S�=�iE]�fL�.�j�!4��
��x�������g���v
+~�-wwn���L\$k(ٜ~�U@Q$h1�Q��t�G���KR�l�\=f4R���oQ�S)J����֮4e��6��n�|Z$;���6�Gd��	�
+w�(N�Nq;�Ύ�����-�RG���AW)ݵ�	��;�pm�٨;x��C�F���f�X��\߅GJ�g�٥�+R$k�'��n���FPG�	����ik����:�e(�`NQx�G��W�n���.a�""l���#P�<�d�pT?�a���Vq�Š"H��ۆ�e{�J�ɊC��zx�³�ڿ��ܩ+��\4��H~ ��Z�;���n������ּ�U��v9a���j�7&���(�8����hv6�r%]6������Š�d�E�lEg���&mH$���K���d8��������XrÓ��l�&�6�M��^���@�9����.���r�rC�\..nŨVt \�}U�3~h����u����OHHb>���n�NWoD-M�����L���d���M4�x���ǨF@�(���>5�K[���	b�����ė�rtm;q6f��D�ى@޿m�H+F
8�D�|�����r'=g�oS�q" F��'G���ђ4O�v�~��B1���6g�-��Ѵ���H�1��
f��O	�+�4�il�ڧ�t�eG����
�n�af��<�“���m�i���/P�	"	�Nj�����"t-/�Z���='1"k��+�#��i8Q�@�;H�/�1͐�Fa��
*�o�p$;���>��ލ�SquIn�!tݒf}����9e��	%V
�Ad!��=Ѷڲ�5q�{{��A�$��~\�˫Vk��t��ֽ������k{t:y<SHꭎk�%�pE�x�rl��r��㰸��:���t��(���!�1y��`W%|�4��]��yu��1����J�Z���� ��Ĝ�#hu=g���I��K�@�v2��t���c��R����X7c4T���-1I�U�~Ȏ�C�
+Wt1�U&&-�9<x�Ŭ���,3ԩ�k�����QZN��AC�����.ݳxO�8(�"47�>E�Wg{��LJt}Ƕ�(-o�@ii�q�\�f\��ѝ*z���{I�JWZ�栞8�Gvɑ;"�~G�"x��p?�cʳ,�[za��w#��;i�졠�/��V����!�/�ܯ����K���*�����C�Hn��ߗ�?|���o?~�ӏ�|���O<���:p�~����>~����|��W��������o����D����������������_����u~�?��������8qNU�-(
gq�ֲ�������@"Q{�x�*	�V�1K���!v˷��؟K�lo�mGH�p�1�kǠ�/��Jӣ�+d�����
JC�@9[�\�vvCʈ�����QrQ���QR�Q��<�$�Rp)�	6�Yb]Y"�O*z�����b:���
�"u���B�4�u�	2�-��cc�r���^�#?�T�ib0�ө��[���k�vT��t;�\p$��Y��>�T�ED��l�����[�pP;�½p]X0LtN��RW�1��;N�7��g#yߚu�z���P�D��O{v�����i�:��d#�
+!.���FAG������y�]��P�</V�ˁ���J��v��!{A��m^f��lpNB���g�W�� ��-'�C�}��x�����������u
+gP'x�D��=��anO&�J
+��a~�
zt8㩆���r4�2�c=�v�qjLf�TDj�����zv�]W���}eրL!,��nn��֋9��s�r?/�`L��ֵ�����:��eV���f�(�G=�W��'ޔ*���-_��3/	�P�k����#@D�S3���Fĕ��D`�F}E��5u��Ic�iF�$MĈ1�a�D�+�ծD�q^t���a����:
+$����j#fN���D��O������3��r�W�t���z�$Gv�Pt+o
+�͸�������P*~��'.+��n����"����S��<���&�7�ތ~7:�Ϙ���gcp��ׯVkr��GƯ-����������IH��r��6����c�c�k�������&�X� ��	Zf&H��I@�Z&�	�X���� K�L3Y#�B��@8����iU[A�&+�~N��1��3x8� ����������d�8ȰsdL��4 ��
�_rps��.f�5c9:�k=���P��u�X".ҝ	���?3b#�m�(�~[GoW%~��%�����
+!c�H��V\M���Q��yI׬��;U�y���,6:z�K�d�Ŏ�ِ�l<�^�Si�S���+s(���9�Xc`3f��%��Ƚ��j
+wK���16�����2l���uVj�\� L��N��T��z��F�ocV���҆���ˆu�X%�aT#��Σb'���12��b�h�wړY(�z����p�u���/U���OIEN�,6ȗ93hʙ-�`N����x_���yР���-!e�
+�(���[x���O:�;���,t�q��oY�:�M��&�ҊiQ�Կ���`�Ɨ�|@W�`�Js�bC�&��l�;���0�#��b��qԲ�u�[��!˥E�k�&?�>B"���O�`P����a��`���u��E�����^CJ��9��-�����_'лU5�Y�M��&8PIK�����_N#�@#�x~��S�*�s{��C�eo��$hlG���$���.�phUX)2���6GFN)6���Ƞ>d�]��lhV�#k��da_f�S!=2��q�u�axȠ!��k�;%�X��V]q':��i:�R$i@ky ^�<�!ޓmy��Oi�[�:��ό�:Pϟlċ��,�	�N˯��zj�공2E	S�g�~E� N���I���c֖-�j4�Y,�LӘSFF ��XGF�;���0Of�L�d8af�N��
+��S��)��T��q\9���4�]�{�B��������6_�����}�5! x��'C�"\8�TNt3f$�
�+YZ��#����|�(�6$�f�DLes&���T�<lB����҅�����vW}ˑ`)ƒ��� ��z����K*ŀ����s��+�g���y7{��,+{i)AuS��!I������A�D�{�v�r��M�eP�Gu)���5�mxn�D�����A(�k��H���<Y�M[�QE���dHf�<��ٛ��c'����Y\�6}��Yc�`B��d�tw�L��i��0����[�'�@=>������%6X}����7'Fi�}j�XӚs��2<�����U~fAcCw���O�Y�hu�Y[Od8[b/�V|�.ƯτS�Fz�^�Y<�\fv��G�d�Ҹ��%�
�T��y��gÍ��f�R:|�BNpN��ӆ���X�8�G�ij�/�=�+K�X/nC�#�����b�&�.�t�8��<A��j�c.N�*��\��4��%��Խ/����nb6�C����wLHn�L��oV��N��0g�P�:[`I�hx�E���c�creQձ�h��]��Y�P-�lMC�J
r������J��J�V��Ui_�g|/X����,�f14]3��>�ߌ�[y�әM���g����B&�N&@�-��0$�����5"�9�d0�-t�t�y��u��Da@}T�l�(Z��pk�_��i�x��Ϧ��<hq=%Xk_'�ի'��ȝG��X_���	������j�-�<�#��"7lF�Ax�]mh��±8g�)
���\__�!�Nu�mW��l)��s�m퇞��3zVAX'eK�唧3�k���D3p��Z��Y)������go�h��������ʜ�r<]G
�-�̀�.MӰ��ġ�t�	:����W�r�.N`�C��6���� �� ���~V�J6�K�ٶ���`����w1U�b%+���0��ǦPz�H3Ŧ�2^�$G>j"�4N����sX�VkV��P�xUK�?�t�c�3�*�X���D��{�+��y���b�3&�m:\���`UT�������v�����T%�Y���3��X�O�������L\��e�#�&#jӮ�?���bо�h��L԰��*��Y1��
\Ͱ%�6O��D�1�p�V�;�H'~H��Ϳd��t�R�ΟY)�:����/(���D�
+�G}������3��gp��%p~h���%1��k���λ��1�[��mߜN=�0�ٟמ��%�Y�k��?��#'�>C��`��zT%��2�\�5��+�b���d$�A��=<H�]  /�]�3���[Np�d�M$��7G�=Q������Н0�!�� �Y�81Bա�0֥,��>�Mp}�0K��|���'�j
�k��~Ǭ1+� ��A��]N�q7t�2���ď`���xA�|^�[Jd��y�l���X1����0j�1�3Z�U.Ɲ&&rdG&�+�D?j�0A�9R�h5“֦v����35�6���`�X[:Ċ�U"dd�x�
+T�"<A�p������y�.�T�=�^|�X>��@��*�鳅��- |�j�P�JO����p'@U�N~�}@�H3��n�8��n�ZT���C�P'�J\��"Pn`��	W�A{�@�Nq%K3��<1P�xS���^A��P��H|D�*�-G�Lc�vm<40�Hg�<p��A,D�~�ZKd!�nY��-[,$�:������C��Jy�*f �^1@�ƩX�b\[	o�KK^;DИ
��~�{I���W].靾�C�r(�y��;8����"RP��8��f��O�4�f�g����
R"���3`��8D6Z��Bz�Sh�G�sP*���e��z�Ȫ0�W�&��]�Xz�1�h4c&�!�����ϳvu��}�	t���[���{�0�4���p1���åKڏ����.La�R�%*�%5M�*��q�7�x2�^ �1�J�,MFj���61&�aޣo��
+��<k�x�0�Y&e�g1ݭ�F��Bi^��Q��W�q	��L� �%"�Au����%��*�9�k�_9(J�#p�D��5�'��2�Q#$�у�:�
+�G��Tw\yj���E
�v"(���9'*��%u�o7zJdl����hk��*'*ߣ���'�8p���D�A�-�8�@h�E���I��L*O� 'A�<���P�Q�|���}F�.�x&�i���)��E6���=sQ�e��!8��Yfǥ����u�y��b����Z����0�9q̍��3���P�+��"0V6�`�+��N�"*�c��Σ�s��K�
+�O�p�5��AD���8
+%�$7r��(Vr ک>�f]��<���+���F-���j�� ���yN�6���k�w�=vc�z�h5)�s�8�A�5���e^�|�{9˻�21f�'��4&��|`��hȲ	����3f�+N%!@���$�@���#��(vDL�q���ii|�y��}t.��m�0Κ�$uU8�}���ԧvp��Xu�48�s0�X]��vӥR
�z�f�4�`稨7ԯA����2�B��B��5/��|��EDd�@ ��YcU�7kR]yv�M}���,�~\��^(bJ"���b��DT�+�4�"J�1�.B����L�˖�Yn�@P���1�%�L��բ�=�����)7-�<��x%�Z�{V�c&P�
+Phj�G���v/������a�;����A4c���]�s|�I!�!��TN1A�5&��D��CDj�Z)��\�BD��m���A4�zhNf�M'y~�\��n��'gD;�M��q�:��i�	��8p7�ǁ��:�B��.')���F���Nl䱖<eD�
��c�J������Byx��!�:����ް�(��_AX��R<��W/P/=����f�)���A���2a���V��e�wX#Ll��/�~o]�ΫRv��Ǖq�<~TJ���ᑊ�Q���`u%`�4��M%}�
+�C��gF���+��KӘ�H}Ğ#Ys���<t�����F�!��x��bw�x�[DP�����w����������X�H
+���hf|P9����8����F�=�7����1b��~���43��.�P�3�����3���H!�����e�|6�w�]
ժ��rxq�KD�l[7KF9[�1����$x���B�Z�y0̝��Z���W{�w����i���E����a�4Ӣ'}���8t�T�P&����pQ�%m��i�(����g�S�+؛v�
+�j�YK:�
+�#b��Y��g�
+E	�6��#$0ޒ}����'a	��P�U�*�)��0�Qu]R�2QE=i�����*J
+.(PD���1��d�c����ANk|�D�M������=
+�]#R@ѮAH-�
+{g_"���ª暿�0"�-Pm���}�A�;Bq� *&)�g<��6��Ãd�=)���
9�n����v�!,��.��^�,�Fϐ��=y�X�O�'�g��8��CI

��3u]����+���K(���[�Q{�.�������a�h�h�ѹ7"UGȱ�>�K�D�BX�����>��0�!�Ћ+cO9\X����R���
+�ֹ�x�]�3aB�RN��@�2QGd7e�^������Y=7K �	]b�&��(��B��I'�ƁÛBY^��S�F�֬�i�e��f����~�D�
+K}�7A5:@�]��@xg���5�^'G?�a.�(��ZϾF��m$�֞o���4W-@V�Z�/��(m���i�J��3��ei4���&M��	�k�p�,�\>�z� ;�'q���ܗ@R���G���>�rT@�y�'��p*�TM��‰BjA��8a���&�Ui�u��:��V��(0��6����=,�������Ū�M�_���C��]���5�D�6<��A�J\����+(H����LF�:h�>�J!�ᴵ�c��U��~n{:��vp�L����z�O�9��M/�D)/���b1,C�@T
+MD�'���(i�
+��YfT���R�������\A$��^�BǏ:��F�v���jl$�0��i��!�?�#�3�>���<����L(�+P��g���9��4dq������ɵ�q���
y���E{��j�V����yY+|X08���p{��bq.�g���1(�/�j�ş���zb�$��dHA��:f�|7�Y�w�E�~���v�x���h䡱@��9%1�(�`�CՈ��f�)�dVV胇xDe��쟷ٓ
+�Ң1b�*�..�BԸ�G"c^�`%=����b�J���"q 0���J��-��٩�|@�ܥX*_��@�iPL7&����An������p3Z�2�7�ۇX_�N��:�a(3�bm�K�S�Q:U�w��Y-W�W_�7�[D�V��L�8�rӦ���rpUun��(V��� �?��g\V
+��������R�>@�8�F=�ú���*o��H�g���7L:�Q�8�
�l��`���O,Y�̚� ���F�@)ۆ_ѱ2'���T5�+�ҡ'@���X��|={�����o���~x����+>z�˂{B���۳?�}z��oۓ/��y���?�޽�t��_�ſ�~��O����Fa�-�ߗ_�'�˷�з'O���ߓ��ً��lO����ww�>}x�ÿ^�����~s��˫۟_������}���qMz���}|�����WL�_�;V���������[?���w
+��t������Y�vsU)�L�u�US� ����2˱#ǡ�Vr����S���>�T��~�j��7$E��V8������Q���(4iA[�@��G"�11��ub>�Ƭ¸����CDc��..2R$��Z����$<��@�.S���,{.:�2��0�f��6�TY[���d	�	2�}��01� 1l|�L12�X4��v��b�Ohx�Y���x���@����I���W�L@ĪO�����Q��|.tR ���0��@$xb�`}�#,7$�
L��/@���L�q &w9�Q�9��P�ז���L<���)�[�����<�KN�7������yE���슭+�8@5�SN���6��hJ�q�zU�3��h��ʑ�����5PQ����x�
+��Dц+Q��6�Xf������8惹I9�4R�U��@L$��^6�d!�%�!���_�9I�+��5�I��"T�8z&���=~���U��B�u
+�T��t!�7���8&�s�j���A�=E���=V�#����$���8�L(�b��`�������H4���;�J�'��c/���s	2�<.?���$��3���C_�����A�[����G�lpW�,�:���B�Y9���B�����(�"�j{$�bD]�>���q����8�T/q��y��bV"$)���h���*h]�}��^���w��>�"��}��ވ��lJ@\�(Ț{��u��3tl_NI��qNK�S��F��6�������7��~y{�ga'�e�����'�L�&�UiZ��q���m�m����1�a��<v�D�s��H�<��{���dXd<o��9��9�8v��/�i�,�E����\�(o�#E�<��2rG�l�I�,�vl�r�3���?�ꌇ�%�~;����}}jjEt+
bj���#r-��Ԁ��_1A��#PN�(<�uZ�hSO�����CS��7��Vj��[]���T1T����?�gL�!j�P)�g{u1�
t�~"b��S'f{�u�+z�a�
+9q���t}JI�RO�Sç��:m��Ǣ�q�H�L�3W��
)�o!ۥg���3��L�]r
[�N�`�k��ͤ���dVͮ����ջ�l�*�����e��iÛ�Z�gA��/:�[���P��&
+�榵���G=}�ۓ�Ah�"�Y�4�M�\_
+��ӊfUp��r]Pd*=U���A��	D;%�����ԙ�b�u�"L��&�C��+��a�.�	u�V#�r����0D�ΐ��̣���J��` ʷ�����	#���Ӓ%��jI��k�D�ǭq5���U���
+���x�C�|��+e�>�4����Ox-ˢd��)�a�N�g��K��6x3H{@$�<[3��I"��@��'�"@`�v7�^<�e͍03S��5�5U@܎U ͮP��OS��p`N"g��M�_o�pE!C����`�xb��ֿj�/�d}"��7�u�9��3L��O� �m�j�
G~2�S���t�`gQD�{���Sqi��pv�����;:�]f|�*�VvEt@����	���S�O�
+
mh��2�5�w���ODlPi�I[��u2џ�&�l�4�
o�2O
W���-�7�"��a��tAS?a�2j���H�ڶR��
"��TDsIK��i<�����N$\#v;A�� �m�������'J���r}4�P��q�ꗜo3�8LY�6)ȠgMP	�FoA�[s�X:�T�Yt�qF�DP��넟�K�EYd�Nև4#e6`IDz�)Uu�����
��U}<'�pI8aH�������P2<���cV$�{`��H�e�6�	�N��F�=�� ��0i�S�9� ��=�Y�S�:/�������Gj���ζۡ.�>6��ƌ��w5�=#����ZߒL��d��~��
+��%ߊ�ZD�
+�V<F��Q7���-�|�� zM
+���@I�|��eF\n�&��%�63(�ԓ V�����ayJާ�f�9j���Ԥ,3��${�k[��0��0�������b���c}o�'�����g�:��Y*������َ�
/��c"�x
�3���=�u�#�%B6ݬǸ���Bh�? p5CE�Q����p�������J1�:rЌi<�4��]&*�f��y	U|����
����`�����U��l9��?t
+v-�hR�%{�C.]o�Ae��c��(��v��;���1�F�f�Eֲ�:�U#D��5���l��)���:H5C^T�C�������7�ߢ��$|�6Pۄ���*�/.u��'���݀¢Q����S��Xg�N�r�.��h|�Ғ���'[���=�,Wx
+͸��&��	���\�`F���kY�B�R?C��im�!g�9����jkIÒC�*��U��!����'�CN<�6�T�^�1��_�Z-}����66.Р�����/z���/Vi#6��h�a%�AS�D�	w=%z�@�ϓ��F�e�;y�R&��0#�R?5��K�j�N�x2V��e��D���lT���ַ���3:`��:O���yN�:�阞q�t�S{@w��7rA<����F/�B�����%`�ԭ(�K�GU��.Hn@�6�@��th5|�lƍ
�
�����D��%�r5e��8=N�����A��8˿�:�=�n�p��O;7�a�� &b�= $|���g��b6v�B�����A���`�އ��"v����8����47G)�<�ҡ����A��]���!QA>��8���߇M:sN(zo���w�/с�zi�-�I�����#]�;�I��P˸�O��r�(�QM:��V+J0���-��_X���1>L5?��r���d�UBA�J���N��a(�tLH5�O��hL�<��D�'u���l�ٕ�D]�;�-S��~ݛɪ�4)�L�Xr���ϼl�%��>���g_
+�L��Q_<Zd�.�ȷ���`$��Аj�HE���"��V�Q�'�QAW �>Y�������sC�n��l�o��N�Z`�ѕ�]�f��
AŢ�/+�gߑ{�$�=DHu08���R+dP%D�|�~">Ŧճ�D�m�
=Q{��"";$�	0>@0G��[V���0h�Ub�o���!���7�;C��D���
+Kx�n�,�@�#Ma��n\�i0t�{R��:|�(�M�؆�Y����B��gσB����~R�&�´����I�5I)e��8W���j��j N��Kn�z#Tw��&��ȓ>��}�8��^��D�M,�}{ ����x��@~�:�;�;^�>�/�D��Z��S�4�[��VD>�@��D�Tub�:Cs��a�����Y^���Xf�� ���ץ4���%a�^4�
+�>C���t��ҙ� �ET�Bݶ���O��
#�A��u+�+Fi��(�*��s�+��!���!(�Ď���`�`�(ÅZ)���aULj�e���4��ODF�R�k�ڨ���<ޑy
+-�ϭ�ƭʌX;�^'sn�:�L�r��#d4u�&�ţ,c�q����v�B�%��,�D7�k�9$���<0T�D�c�B���sLe�}�hEBlbKC4=�-�r�&\N�5>/�4���P����B�˒���@�xۢ����/$`QK�3���U�.;�'"g�6~
+a�q��s�����^/z�@vZ�Ħ�Z����e�F
������Kț
+�G�ݾ�\Df�x�C���\�vd|�̇��c̷t����m��ѕ�"�Ʌ���V�$��7�_���聸��	㾪IO>q=8�:��u'%���X�F���`�~V��,��
��:��QjY�d���0
+&bd�����A����m��F5�t�*����,�C��A�4�����/�.�!l�Y��/j�����+`�A�yoܪ.|4�O%�-"T�/O��ME�|�ʲb����ۋ��RqS&uª)��s��$f�5�+�H�^:��� �MV,�����>|��F�Ι�2�a�^���m@>Px�IL� �chEG#���1���!bHK���YԚ����:�� ��@;�W� ��nhQ�MU�6����p}'�t�%J�:�E<�:�?�kHe��B���>�J.�]�,�Gm���n�Y�~)tZ߅��&'(ܙ%���
+�׭b�P�ir���u4�|�m�.@H�;o�3����E���<�ϹO"��F��'b���Ao|�>CP]qO
+��t��p��&�*���@N�D�(�/�(c���>��59Eǚ���գE���&�
��B3�,�Kdb���x��x����>�0�QZjW�r��(�,�9(����M�R�XB����Y�&��
e�"��źƈ�D�j��R|�k$�A��X����X���Qpi��q�S:���QX���v�jL�fL�."�|��%SD����(�eJ�A�a�x�E�O��ZH:�� Tg���ƙ��)/[
ڥ��=�"T� �l_]�!�p�2�ah��e��Em�k�	����Q�%�������Tl���8��{�E�$	��s��!����$r���q0����F���5���*��<�F�%1n�
'G{��-��6���E��=�5s�/��`�؇1bJ�W-�A�pbɓ���41c�I�K�V7|N��0Vz��S��8�d1�$}�%���.�>���0���L_����i'DJ�x"�vG�Nl�/=�f�p|�?]�U�z�����`��9�0�b����s�A��o�[ 8;��)�FH�b���7(�(dq���>�];�@�=O���e�AtJ&�QuA�ɅR�S�b�f T�aZ�w������ib�q�z/P�=ތ/���^��Qtt�S�:D����5q|jھ3!�vh{����u���|~3-�hK��mY����f�<�"�/x��-�X+=[�
+��dR��>>�Ia	���9�:
+�6�OD&L-�<�:����1���������},�'�05<J�4�B��3X�M��3S�o�[U��C��ž��I@-��Y��N8DazT�N�Ty6��y��%`D3WT�@��������E��='u��Q��q�9V#"vT�4����AŪ(7]�N�_��^vP��߃.u#��}"#}w�DĶj�:{����� e���|5[{�~ȶ�6��h�҈��M�u�^=���"�w�[t?P�Ь��u��P�S~�>R#5�լP#�Q
K�D�{r��X̗��x�`‘�M$9�_��)�
endstream
endobj
93 0 obj
<</Filter[/FlateDecode]/Length 29183>>stream
+H�l����;
D��w����+[�%;� $�
+"�[�Bo�j��B���9g-K�V{���㫭��l��k���ε2|۞���3ƴ����������oc�g{
Ϙ�ڬb�J����۞5'��>#�İdžw���;_�Ծ��G�s=�[�ܬY�> ��=یM�\�@�~rn��-�lj5Pѭ�A5+�p��'��	~���B؎u=�sO/Ċ�B4.��Is�*���,}��G�
+1@d{z&��~��W,-�A�!��8'mP�2R�T���r�…R�Os�Gbz/�`\!W�T?{>#"W����N�(�����}6�D����=�����\�"�'Y":���Q�x���n�t�},� d��E�ɢ.�2��DO��z�nlس�Dr�*y���hŚ�>(0��K��uкOD�4RgS\���g�g����ojw��7-ҷcB��jxL�7�㤛o�IT���ȩI���>��چ
+�,�B��1��:��b�Q!��+@������i���M�E�g�X�Ba�t���zR�T[s�E���a���=(z���g�@J�:p>ݧ������Ӛ�k0^���OVF�,�F������E��P��^����A�/>h������w�
���ڍ#2۲ó�]�ֵ��Rܘ�e@T���0��)~&*қ:�F��pWs-��Z�rA%��=��*�����&AnP)�O κ:}dv�	j����=�I!ۮ��fR�Uk��5hǤ?��{y�k4J�M��Gҕw���)�nj����7S��hN�6�_G3h�ojI��p�+_P�;{�jC�@çK�6�9��l��!0=f�Y�il���l��v��/�,�B�Y�K����:��2ِʃ�Psf�q���)��R��&���_Oʢ�gJ�PN���j���B,qE�PX 6C��g2�J�q�`��p��4Ԁ#H	i(*�x�2Ms�[��Ќ$��%<I�7~#���%D�K� C*FC��J
���fݠ_���O���u4{�I��}h�!�BNaB�ׂ����d@�<R����J�-�f�u�&a�ښ��?�p0���=56d�p�Kv
+AÄQ�ܫt�A
�B�yGLU�Ė�V݋���.��[�$�����@����m��T��xBi�ѿ �7@��e�Ш�mLGSnP*B�R�,Ԭ}G|��:���1�D6~�c�� ,�IŜ�%R������!�F�I���zZ���j0ڲD��Kt���:$A��m�Z3R;�F�d���|E#Q�.����lӠ��i�k�M�Hvo@J:F���1��1�1#�tp��1��I������0�A5���ᷚ�ڐuz��g��K��z$�9�����K�����M?rur�T�����LY
y���{��{|A@9l��rs����5��b}�M�U�Y
+�(��t﹗��E|5����o��L5ӏ�(�/��W����t3��l�>/�&]�!�����x�@�셲U�mHk�$����?�G{�����_������c�V���?��-1�w�Z��q0�>W���f(xl��%
�2;�����	�Uz!���)��Yć��"ږq�~�Q�R�T�N���` G�Q%��C��CO�%]	� �b�����F�zN�r�چle��`���j$VT�>����4j!@)�&���{�!��r�)PՋ�Ԭ���g��Ū
+E7���/�̦.�d<y�=�Cd�꼇R�j��๚^.<���`�{MJ1�e��v�%��a�5!�5k1�z�����kB�K����m��[��!����IC���xh���R�F`�'C�N
��^�x„�^~/	TB�P�}>�s@��Qu���,���J�+%S��+���
+�t�.c]˗g-W���'|�z�o�/h4EM_W(m�/��tӫ�k9
�i��/"k9e腐p!�v�n�w5�~;�3X�l"GJ��]oߨ,Z�_b6xI�Лfh?�����R��(ݒAi}��P��o����L	��u��)t��*(OSr��2�Ol�i��<l@��gL�$�$��ȹ*?t"Q�P^�A�&b�<���|Ac�Q:����8s�����"�4{�=Mʏ6q�S��L!R��� (r�@\�u�lT:�m�]ѓ,��_S-T
F=3�S�Lh2*b�:����t2V�4�^�Dj��"�� ��~=����Wh��N�L�| ���b� �n'n[��qG݅Xza�T�������v2CUYsѫ�C��{���U2�~��!�0��z��<-{�l��U��rzi�I���L����z�PKx*y�t̪#'���-��b�j���iN��Ah�uPUm��T_/��Ֆk�xt�8vmY�S���ޔ��t�SNZH&pY�;�`D�m���ܘG�]�J�a~�e�.L(� aE�J��"��{��}�j�nCː���xS����D
+��_��}L��Q�U��i�@�|Vk�`�\�+>މU�]�U8��s�l��8��U�8V�3���TB��m�ө�<���T
+M<��`��B��+5Z�9P
+\[VJi��-4`h��Ⱥ�oD�,yoR� x�I<�ߒ?��
+R���^&��W��o�dn7
+h��=�
+)�4<{����%ӁB�|�(N쳋�\D�0�
+�"�N�~m]	64v�� �(�T4_W��?�xLQjJ�5�c�"�ڪ{<��lT0���
��~�㗯?����o�����o���7e��|���w������|�槟~���������X���_�����~<M�mj܊׆�`. ��n؈F/Nz�k��>�ޓƠz�|�����c/Tj�Yv���]>�n�s�\�jc5l i͂�|��"�&�8ݧo��Sa��b:D5�q���|,�mU;�ۤڬ„���@�=Dv��ܝ/���������	�$C�ߘ*nOf����)�A��^�G���_C���?�Q�"�Nv���ؾ~"����3�gqb�?V��MW�JbT�x%g���z�}N�#{�Rk��oz��h�0��=�,�I<�vp���N�
+-A*��e:�hU�:_ި��\:@?��&����e��S��
��o���[LL-��X��6�x�fWy�c�WM�y�)�j�#�������۟8��*�Ŝ�+��.�of�&*�0�w���R4�GV��;)��u*��:e��9�����Z<�4��
+�dU�۪b��2��uƝ���TT��:Xd�2�NF9��y�Z����@f�����
�õ��KmI�H�"�L�q����<�
"o$����ľ��8 �&���{h��@��5�'@�qD�G�YS��52����Hw}���d���BN��*2˰�8-�D�����ݓ�|�zd�5��Tԥ�!��ߍ�X�j�l����؜���`x��s�����ܬ�h��?"A����|T<�b�mX��iX1ee]�����[?d��{�"3�&�!n`g� G��L�;�\qaG�����g&��
^�=#���Fv���X'y&��.Q:b�ƍ0���.�\�N�Q��:[��W�2�&�y�� �kLE�NZp�k$޸��L)HkYtf6$��)�{͋mU��5�y�I�E�xa�����1ju�'bp��=���U�Xr�B{f��
+�tg���OS۳�Mi�[?U��*.���"��<%�A/��A�S ^���f}��X���C~�ŢU�7�ꔆ���8�=�{e_��}�s1��S���u#��0�L��;��SVg* �*]�<�}+��tA�+��:�
��ď�G���������L�����-��9�1���+�-[$�7��o�!$��@N���X�]��3}7��L�Ԥr�m������$���NĘ����F��0roP���4����u�4�=����)�~=9�[�r�"�4��:�A�[k=V�c"Io�1BL#��j!�*ˬg'BK��Zea� &�r7O�4���>�+�;|�?\�����5��]��2~b��N��P���%7�ᱠ�s���]D���*�ܾ�;�**O���o��/&�
+H[U�}�$�|�+�7�E��G؍T��y��c�@�!�3_���M+�����ǩ���,�Ϻ�͝��X|zs&�6�6�S�ٖ�C��[Q�������͟�k�j��&@����!`��Cy����܌��r���J��:�9��I���D;0(1�����4���O��ş��G����B�g�%�� z�u�䰢\�@��	�v*��t��k�
+�N*���V螜��z�rb�rI+0�V��~�����~�]��ˍ� ~O��.�z�9�Zm��QfC���,�`P<(}G���F�e��s>h7]ƞ�g�>�Q5��q�s]�q'��Q���AYI�fG��0<>�
+�<�<E<���	K�S�O�f-�+��]籩�Y"�~t*b]��Ҟ
+�8��c'Iª[�M��*�=� ���aK�9���3�s�
+�
+��O�Ê�����bo�@�8�In��9�HS؟����
+T�q'�`ڬu��or��Ä\�q�5-�}��.�U�*���S�U`GѮ.��bald�9�W8E$�G�������U/<��J�jlSL��E�q��r8��=�Ul�<��9yB���H�Y���4̰i����{D��8��"X]�BOCn1�(�:�p(/;`SY��1�ݷLt� �w���E����5_�Q]-CEDc9����$��#@G�hĽ�O��qwtZ{��#MC�ֆ���*��d����C4����(Gj��A@���9PH�K
+)��<���*�r����(�W��1V��EW.Ն�R�hn\
+�^
+���|E���X��e#��*�s�1G�-q�=��D-p���i�/x5�'8ڛa��(a٨�DǰjI��ʆ�D�Đg�i����+�ϊ���V�r�3*p�Oˬ��X�t��R��j���i�EP{j�rf�	�ܤ˜����<A�m��v��ABc;C��<�?#�ѫ�5:P� Nj��F�5}D���,��%p���y8u}'����[��V}Z�=��|�Ԙ��f�*^H
+Y�$���h,`\��qr�h��3���� ��}�V����}���M�� ���rj�΋�S�/S�����j�PC>����[r�]SM��5�o�ǣ�Q�+т�B��D�(��P����0�h����v��w:�4\�|�O$��v�
+����˺̍��‰�PP�<��1�U�fOӠCM�j�:�����;��to:o��Mu�{k�dov���kǘ/�bà
n�p]��Z��Q���q@�G�\��5�z�>��I{
�TG��4h�����z;d%����������3������ F��Q1�H�	�
+^+���w6(S�g�W=��
 I�����
y�+j@����#�s��\�.�@\���˖��u�q~6�
ܡ�@�Ï����*R�8
+�5�م}��Sư�����oA�{�H���ˀ#tBq��6�㎘G�N��y�G�Py~N�|�+/(�ˋ
�����evdɍAUF���
�@yV�u��?\������wq��j1�ꔫ�X"i�\�����҈+͛�x��E��ͨ�.4j�n1,��(�C!?����s�}�N��|�&���[��>�Bi��Ģ>U+YEosS�����Pi�΍@��|��y�' 3���"4��i�{���=3r�=��?��fn���)9P�h6�5-lb���.g��1��]���!��YQa�5jI����v����Yv8���*��^�8�r�@E��L�<[v�
+��h1�_
U�P����Z&��9�H�9�&x�4?��
+����m�?���a ��d'����.� 6����Iki4e�#N���=�I�UYu�� �†�Hwd%��s��ںH߂:x�Le���IiAmi��W�og�c����\o��'Y0l
+��sq�����exZ�_�\���P�ץ'2`H�( ��o�k�k@�/�M��{�5DA��_���o_ �� b���ԩ^}…$�a[q2�q�+;��/���q}k�I�J}�
+{0�ޛ�F�(�� �����Qᶗ*���+L�E��r��QҟQ8�wμ�����F��T{"���D0f�ޤ�ڋ�UJDm������}0b�����I����g�Ȕ�y�E��g�|�R�-H�SJO�ֳO�GܑHd�H|�3��
Q+e1
+���x7
mD�ڥa�(Ϋі*�@FP������PB:������qJ����bF�c�A��Qљ���B�Q��1xFle5?(�������cƏ�x�He�W�����H�M��c���:�DD=m�����)�O�A!hq��m]g���w�!��ީ��,+z����P�#K��<&�R0����iO��%4�9���֠RgX�ƒLg��3s�����՟�`C������h�[Ϥ�����9��4K'�Zt5��C*��P"/0��j��l9�
H��x���TA:�
Y���(5T�}%=�m���#�w����]��(Vq��MF��a��rܨ-�SJ�	4��\".@h�{��?����I���W�?���"�>_���9��ȟ!�៏FӿΞ�֏_BF��,:�4X#�D؜.�b��I���n`�;j����IL�G��u_s�(O�`� ���(�0���s�Qa�A�5�D^������E[E����&�+Q˺'j�4���Hy��+oqlj��&�S�p�ؙ�9�4\U���f`���ءV�ǝ�2��<���j߂&�mE���D
+�%�!��l��=�d�ҧ�����Dz�~[p6�+���~X��P����
�]z��<��y`o�߁�u7��ܛ�XB'�Ǒkʰ�4��m#$_�j
+,���OӸѪX�눻D��|��By)�b+�e��ѿ�5z^A�����!F;�u5�"�Qp.rOw?5b	i#9�1s��;�I���@��N%u5�}T�L(cq2�e���}�6/34��=�G
��w��o�*Pۗ��Չ*������*�"A��,�1|V"��P*t��L�k��?��9��{QH� v�F��ȄD�1�uF����~��"a/շDK���!b�r{��P������Z�ɺGg��y]Vv��f#��rf�%o����)����Ϙ�*�ꇮ4`�#O���U��������$V{+���%^���W�#h��2b��&ڇy�R����Rd��J�Q�$w�	�KDW�j��z�e�+��������S���=>m*�\R:���������#���
A�aH��WU�MTU
#d�E�$�c8`<�qE<�R���*��U��W<�}t�~��y�ܱX��u�B�)�`{�|��Ć���Pw�Q6طK�OO��s��@�ljFͫ�o��R{>&��8vs�y�m��{�x#��	RI�)���u�뉒6�V����W�&���^�=��^������ip� ��\PPиR>╻�����"��`v�7�s���l�G�,��,����(�Y���ej�
+��:CUy0��u��D`���=������C�v,|��P�V1X��:0W�ns���u!�����a:�㐈�����A7L��l�
+�L�<Si
9�����c��d�'�d�����ʖ��^m�M+m��ыغCh��:�*(,j��ll�����
���`S��HJ�B��F���ǽ�co�-�Q��
+���c���ʜ�1�9�':���b[�oD���I~�y2�B��D�&VQ�u0B<6��+�;9��7��s��*�x$»	���:f��;ْ�@�a1�I7���>�Ab.Б|�r�h$���F�T��MԾ���m�`ð���}�^7���<D���K�I"�ASB	C�M���MI����[mFo9���n.+��WY�����ReJ8�QA�~�		�%��.�Z��Q-�T�P8�������TMz�;߅����|'�^���\�.8hFE R0���������vmXU)�Ϡ4h�ք���o�V	pG��v��9�S;��bE��8��t7d.C
_�S����[����@%N���c����JQ@sƢ�&��(�Fuy���6&�ˋ�w�;];f�ר^�����D��:]\T���Q�rN%xWu�o�X������"bI�h_�����B����5��J*
+��;�2|���7��M(!����)W:�B֔z�kf&����0նp.E�
/��`E�Y����CG��e�o���G��+�*�R�<-���խN�����i� ��Z�F��F��q�&���WQ��w�-�$S� �˄hh�P_�>�H7͜�n��g���O���z@��7��ّg���c��
+q�P���D�?�_�4�'G�d�y�1Fy"9����[9x8��U
J�)q��t
Dj�l�)�7����������|�	e�-5�Ϧu���G�8����LG:��P�X���lEӫ
+÷R�I�ʞ=�p����Qi�!w�󬽫����A�������Z�`��P�8A�W�6�$^��ֲ�u��bk�N�˅�p�T���.Qa3#-p�S�Q�.�m�v�� N�⚺ޤfɈ7h�i^-v�D��ٔ.���+/�ڂɘ�Р�ʴh0#T����g���� �M�j���v#mR54Ĵ�AQ�X�.ht%2V��`S3
+#�]��5�ֳ��Ǚ�ۑ�SXt���y�FYu��N��ج��<�ʪ�!����_¢TB�`tĉ+�#o�E��BJ���A��:4b�f�5�:d�����*ይ�����L��a��'��9Q�&/��Q��p��aK�(����I��:ej�yH!�.&�C]
+�V��(嗻Cb������������>����~�������1m�._>}��?���O_|��7�����O?}�A�O��G�����&JO�������?~u��}������s����_�1�EQ�Z�E���qn>\�!Ё]�c�
+Z��|�K��@H>fI�p�$�
���c/#\̆�DKp�;��N�q�mNW'��DZZ�`n�н1�leS;j��ZP �(�r����EA1%�t�w���
+=�~�w�z�H���"��|P�����r�C,G=˕��q�4�*�
+��Ah�E��%ce���Q��tT�4P�S�3y��P��(�����4}�s�	�<fn���$������.�c��a��K�H/ᒞ�Ğ�C��c�f��&+��)~���O�F	�M�D���hH��L@�F�v��R4��,G��aP�f�%I�-D�Cꫀ����
+������k;�>?� "�,����-'��]�sv6��(��u�y�t
+�XrJ n����� Z�f�d������u�
������B�-�Ќ�S�K5��U����+��y0�4?=N�`��ƺ���
�j��������IZ5%�e~�!�����e�kh]e)T�W�g��� ��P�WqbZ΢�8#R))�|� 1��e��y0X�
+�-�B���@ ������yʆ~�A:�CU�K3$�Xb�"�j�D�,������H�Ds�W��t�u�wn���h��%d���^r̓�@,˜�����(�dI5��X�R�z�����P�TZ��qg��[�E[�R�]෨!L�mP�*#
pU�WH�3Xi���S��i拨1�J�(�� ���'�g�3�Lxd�?ӿ1�F�>��u��E^RP4���2��F�,Q�%|��4�����Ț|�(G1 Rٞ+#�����]1�leB���ދ.�w��A�S�
+T'(�r�yTm�@0Ap������fr��� �Xb0O�����Dd����vle�`8]T
��®���EG�6,���"5��?M�ͨ��a���mے@�р��.]�؏�X���0=~n>�#f����k�=c�#wr	��m4ÛIㄏi��(#�(j�� ?ee�<ha�-t�LN
+���I?�?�'$����ks�Cs`�J�-�������=UY�d*n#�\1S�/Z(�d����y�I)�z<:Y"<��#O�"O@J��Kp0�ԹFQ���(�4P��&*�R �wb�@���]�g%s��hg%�V�[_W�ZQ^�A���9̬	#��@�Fޱ�\ 8�����wE�vu��z&ay%��ԈP�yǝa�hj��d
+�0sJ�?�D��`�4g����`Bo��Ά�b�G�� � �CȤ++U�:AX�"�u0xe�ҌU!�����4i�v�]֎��w"j�>��|�P�3���4G��UIU3�@�c�o��k ��e܅ЅR�:�� >Od�������
+!�ȓ ���(�Qx}�һ��Y�|����y#��(d�1L�5b�h�![ȟj��>c��?u�T��Շ�� RUĚ~t��4(�>PMnE�QJ�m"���	u��'�C�D@P"�����RD�4g%f�bb��;�l3�-���G����]��e}�T��c�&�k3�MiВb��Ŭ/�Y�[s�b�y!κ!�1	tLh�o'DQ�u�!���#�$D�&!��
�r�樜��7���B?z�,&�j���
��o���@1M�Nљ�W�@�F B�A�&+uC!�Ο� �Wx�ו��%*�3�Rm�t��ȅ
���B͕	s���T�<
SG�����]�L�*K�W%��2�\�]M��Gج��43{��q�x?o!q��*��C+�ŠwW���w�\@V��2*�:E>&��^Pw\�>���Ho �-�^5?]�����W�^�߲����U:��R����	�B��#< Ι4q0� �P�o��z��I��K��`�1�_�`B�l2�Wc���l�#���:�o�{�<7�q�
+D}�pFc�
�	��I�j�ő��+��RJ��
+�Һ��c H��PZD��a�8;�Z�ܚD@��A
+5_WZ�B�}�]
�.5���*�D�h� Ʃ4^�M�����@?ݘ����׬�F�37����p���'���}*)�~�
�S�df��=�#��ϓɉ��,č@-�Sg)w�DF�"����a6�X���Rs��׉���j�FJY�xc�ǁ�jB��t����ƲS}
+�@�'�ĈV�ƽ�
+EJ�t��������b��;汾����f0zzyj���Xjf�-�Ui<��ė��
�f�>�:�w2�)P	ͺ?�����5:#��F��2d�=k1���q֣���:	O�U��ɻ�3�&�ۯ&<��#R��ZL��*��y=.c$����U^9f,�3�X�1Ġ�G$Bph|��H��AT�p(B�,l�Ο>�����n��ﱸ=�)�����2/���FDP����l��[&�p�5<�y�r����Q[�e�d�IK�9s�Q��a�j�9���+J���8��uΠ('�-�vص��>��c
+BĴ�;̹!A
w�xצ2�L���v�$9��P�*u�4�������PYe�,W�x� A�
Δ�J_���T���@�FR�量iuk��7s|F?B���(�*��\�|~?�Y����t�y�,�Q�̷�v�>o:���q����L�2���b��������t
��)��(�֥�cN�066��B�Q~N�$��9��f5�vAPߣ�ibޮ��ͼ�7�m�p庅��{��A%��>��`�n���*�l��$*�"�}b�tc'?�ɔX�/��@H�":�VD����%�<P��'Ikkz�31i쥄Rsh��ZΈ�N���xp��r�Y�I�7D͜�hY��;y.7(��P�Mo�/�u�H��Q�D�:�k��թ��=��C�\R4�R�8�;�Ùa��A 
a����!�W�V�=����C�PX�|�	�i|���]7Ƙ����]���وh�?�#��Z���'���ε�|l�wDl�Ш��Q��n���=��K�ڔ��t+�77x+[-Y��]����7G)��X0�Ş[�ݵ9����-5��L7�(�8�6
,o�2�'A)A� ��o>�`X��-5�L@*�� h���u�&��BW���!�u��%Uo��49ņ0�E��ظ��	x5�m67�e��@D\
��"��ٌ�$��l;��	���PO<n��RRK�4!-�J�-±�E�z��aG-8p�ڋ>P���p�-��c�-O���%j�\�b�����R5���aODv3*q�}
{��~�t�S2`ݧe�iVU��9���@�3�1���u�x�OD^
+w
�rs�Q�*P�I��ۻ��P�F׵��,`��RZ���#5i��-��/������������r.c�Nh�1
+�HcQ4\�q�H���Ddш=�|�mc_��C.0����<�pI�_���t1�ؼCV�iv����ܬ����}e�ɾx�!��+��8&S&w�#^��,��r�/�����
+�j�m�e���SU�,�ՓD���'	�R��������k8���d�h�rh�����,��G�~��/���,�6��ڭQ�n-���P��Y['},��
+������y���6�ں6�C#���o����ݧ�t��=�f�2#j����N�N�<���O�3�����D�n�&�%4�.�X@��	S�*��R���B�v�6�T�evxt��Z��)@�d�h	p�_�{	�Ӑ���n��l��&��q�\?����:m�������,�;�����B4����A�A4�'�.���>6O^HJ��(�C�|���L��e�@��xC���4��w}j�5�UQD����"�+37P���Z�7��F��D,{��e��B͟p"6z����6��L�1�Ż!hG�K�*|"p�,i�o�2�'�ɖ]K�N��d�sq&L^�,ȝx�������ۻ��`"Е���"�`h��&f��`�c����Lb�6�HYm�(���#�p���UI~襆�6��9ˡfe�p������D�	&��e���c��\�'�f������|��wZBLj	&��sKP?=��gN����nh6���h~g��P�"�A���$�
��U<*A��iZ�4�� 
�¤���Y�Қ�j�1X\ƔW�"��w�("B���S�Bq��t�j�E��D��u.���az]��$�&13�D��Qf �7�s�т���w�	�	��+A�D�I����1��C;���J�_�,�����j��m�?�ȷ��P`�B��5��^�=�+���~����r浜Pf�t�2����\�e�7���❃@�j 8g�Q��80|�^a�bU���E�NXYf�[�;�b��F���q�l
+��*+�m�Q��)�<�����%�p�\_��X��:����?�J˾e��������
�#�t�;��`K[8�5�Fӈ����l�@e���фB0-��Y�=��
+H�+����4v�ު�ls�2^1����*�Gç��:ڐ/��1!�/v��<�!#���()�AF����T8	;I�m�V��h�P�H��P7�{�i��?�%��������V]���0Kͧ:��&yt s)�Oz
�㦇R�­�=��dG��K۾���Np"��@��H�VF�upO����`�����-��Mr
$MDQ��Ktz�a����:�McL �ց��w ��D򐈉�!?������ńP
+=����t]zks<{��j1)*d��=��n5�Ib&98W�@i7D���f� ���2D0s(.��c��@�v v�c�]�~�G�Z�NKyGDA�'�S��K����"j~���}�'�ɽ�e�-�[a�]�U�餾���-��z�$�2!MUք�LI;�?'�3J;�ډr������UC�u�i�0/y��줷�q��1�U"
�"u��ϱy�ƔG����ȿ>Mqٍ�b�#O0͸���k�BNv;�5�QX~f��tf]0�yBQ���v�9	;�m!���x�`��23O��gy�6�weF���]�<�K�����q(g�O��S�>Ҹ�;�b���s�����5~"lJ���'^�$�}�����߸H2ϸ��v��f�߼{��C}Pu�R���=���9%[hz 8B `�)���~��¶�������5Ƅ"��
+L�R=;��:���z�烜�wS���qд1�t�׻9͙*�\u� �g��~��;��#r�ݧ�M>T�vy�n�&�_e�I��u�4DW����u%��:R�@��oi�W� ��a�il�ۉuK�����j����<�5�`_�*�����B���e�z�l�4�9��3�gT4<ۤGv����e�~�q8b���'�EpAخ
+���Kg��oAy P�뜁Z}�{h���$b�L���5�zgn8�B�7����Si_� ix��#�l}��?�岣�Q��W��Nq]N�`�$E��"�ȲlYwd:Hy{��u�>
LP�iw}��{��=†�����$�4#tD��3h�n�\�jN�Q4!4�
�3#�6rIg�� 	��@\�d�Z7��k��x�HjU_A%l�c�flԸ���f(J�uzEi�G�Ǒ7�E`+���2@��d�rz�+�mS֩+�z;<���@�r*q�#�9�1���C�wE�'���c�G�A�>��'D+�o%��_�B��j=/?�e����{0�<h�dN�<�4|ļ �N �r��3i0�/���"z=��OdA�h����hd���{b��^��+A`m��I�H覬
D���ͳ)��Аm�
��)8[��0��};�B��P��h�r^��Ū��D����!f�ʳy��H��(��&.�B H�k��u�tc&�Γ��l��{�+��k�Yh\>~���~��-$&BBa�5U!Yq*&��m�H�� �=�Q.���U$ɀ@R@O��b���T���;{�c� R+|�G���,�*�A=�-��32vyB�U&���16��w�@�����|d�F:B]�	���)?��q=̘Jyx�
+^������*$��S�lwN{q#���G��9�6#�dh.��c�(�~��s�U]��H�{p�;Ǒ������:<��r/�6u��d�@Y">\��(<�Z|>4|�Sٟ�n�#���}��-Κ�)$��8�J�\Țń�3tqc�|X��ᨖY5=�;]Q�Y�үE�p1��ԇ�>FYf��&�p�	Zǎ)�6㍡���n���?g�"�Je[@"NӶ<2�x�D�Ʋ>�*\j�Yǽ�F���hQ��@��U扂�~w�g�
�B�ӱn���l�k�N��0�^�G��	�1W�	��[���Z�mҮBK�:V���u(���D4�hD��^c��ќ����V��D�c��-��0?��|U٘����Z�ktsiH���i#Ƅ�'A�� 3^x�l�n=̞��r;�*�K�bȏr�܎m�"A%m'HF%�I
+o������B��K�<^F�KF	iK=r,T�6�l~fC�@�y���hC>��^FAd���6�u�K̃�R�^�����$5�	l�TG����L-:6K����&z-�
+?F�v��N1���Q#9n��
�ɇ��!U4���۾T���y���B����\�9{Ya���0v�H�k�XNsk��Ń��&vc�{=͵���`��I�� �%ZS��B����ī^�:�|ǟ�����������/��t��z�K���_���?ݿ{����'������������On���k��O��o�O����n)������۷���ߞ|r����y�|{�����oO�}�����߽}��?���ś�Ͽ����w�=�ͫ7��}w��{�ǿ����_ܿ~��%�ms�����k���?~��2���Su��g�C�-�������9�{(1��&}��#PWԯ(�XA��݅�<�	y�!�e�AG�@X|/cjv�L��t����֞�,���3��H)��}��`�kAK����H&"����;�1
+�|�d]r�����2A�[�0!��m#(��	DY��l�����/��>��b��i�@_��$"�"�ӱ{�9����ڕ��!z
+��/[��2O���&�^K��CC�h���D��7��l۾�q8/���skcY�jpo�,f��5�I8���i�6��\��P� YE!����+�^���j�4��J������3��������Ɩ� ���x�o�	FRq-��F�:���1M�1�=�_/=���`oY[#n3f!y��?T�s���A8��'?vį#� �w�, 5���9���Mp����,g��F!K4�~pm]���qÏ#��W@�,�����һ��5���-"q�䖒ݻQ��K�!����|3����VN�qi��4�k���r�D��W��q�h�g���@,�
����Vt����������V̀���8f��N*g�`�F0��
+�O���Q��̍[�$��R�{F X�-ճp����B�Wl��u,AL�U���F��"��F`��4���;:��J6.���!%������ۄ\���֤!�U���@{e�?6wEX�f)�|x���Ǻ��}{���wu&�r"S�\�#��8�=�p8U�WD�D���j�o��<�JfؤH�Mhӽ�'L|E<V��"���N`v�v����x$��f���J�����yM�|��9��%�l���{�6������n��[��[a�����fc۽W��D3�d�W���Àmp6/�Ȫ�#�G�h�@-,e|^�5up!y�/#���� uM���
+.�h���9���(Vy�YѮb�i�3�,t��n��a��h&�w�4wȖD�h��J��<6O�(iç�#�����u,i;�2�%��)���5��s�(�m|��a|�$Ӱ�i��:�S��鿛������LEK\�k�sY�>d�8Ex6��)(T�M��XK2^���s�LC�8��8�pC�pc�@���r}��nk<U���X�T��_��DL����܇���kf	n3���$�'=W"��_V�m��b^ȉLY�+-����K����W@5
+�>�:��X�'�uH]=�]�׀�.y=��Iڎfe�L�L���gZ*��Ue�YG��� u�'��h�I���p>t5熹�
����7C�I���V�+G��G�EU�8�Wqpj�,Ճ�Ln��N��-*"q��ea��OD�m��:��� å�����w�@#�FDс����� ��	ޠ9n|=_[�K�6�v��vz��Q*�c�\:���u��E�8;�Ի����������2Ivd7��U�m��:��:��3AJ���zՏ�Cdq�	�O��Eau9&�>��������X�lC�F ��S�bV��bB�}�5.�2�|7Q��(t����E���D�9������3y��?egD�f����X@��N*Gj�����J~�	�R`	����)�p�v�'"�	�&���d샯���
�v(~���d��/ET��2*q�VӆlH����@�T�RgĉZ4�m)�>����p�
+h�"j�o���W`�v�Z~��i	Rk�����_��2�UP��푺���{#�����Hᔂh|�@EӇ��@%}��}WX�=Z�8��6A�Ѹ?��>84{��T�q<z��7�n	A�K�	�A�)���� *�Y���2Ã0��ν/ds�f��S[G��=^���(T,�cO���' ߳�S���{諯]��Lk]U7��-�AZ~����k���f۬I��)?��OF�"���cu ��Į��Ս�2zRi����c��è�ޑ0�3��ƍu�p��PS�<�@A�\uP�]�/s�>�������K�r�$xΓ�^��[�5D`����J�5+y�2#�|C��{�/�a���$�K�}�P���Ǭ;�O\�bZ>�)a(
+�j(�����5��D$[�|��c���+d���P�܅�0��!������
�:h��8��x�d�tt�&�t�9*j�aD#��R�H��:�9�|�zb��?Sk�uCZ�����gKD@WBQ��W��з!����&�[���򂲹��2�%j�g�7
�|������Z��<�Ή��;_�)�t j� PL�����.��yܥ/N�*z��C�)R�	Kƒ��)#䳒�0��R�OF���QT�31�O!db�+vYQ�Q[W�@���ж�c0���G$�?5��e���81al�.LJt����q��`�Q`G�x+�Aa��A�����x�T�T�F�Fa�г[m�'�����"�e@��z�s�2@>Di:硴�j	��H�-"���7*V�E��
+WR�z�T�_
��l�Μ�9�(Q��z	RP��@����%F���J�]��G�>�pZ{���aFD����AN}�ܟN�5j`���No���a���@0:lx�W;�����/!�B�J�}(��=��]��Ơ��נb0�JR�w������'�t�=`9٬��B�oG�:t�&JBh-{Q��S �r.NЌ��U�6ɽ�*jn$���@� �f7��n� �䌥g"��b���!Ɔ$_��Rc!�b���ל����;�f^����!E9��&@����6u�m��vJ!���م��{3O()�rw�|#WH��N�?[�ϰ@p��;���'M�i�oD'%"���AD��7"N�TT��F��ᇊ
+��z�A�8(:����^���qS1�?��E�=ilهh#��;��>��b��$&�c_c�0��P�N[�a
+;@ĵ��@ě�m�//Wa��c�["��_P�xEb�̡*�l?��Z��7~�]^���͆��Z�UJ�U�C��β�R��ZM�F�1kĮ�#�'!�'V�7�ˏ}pNe�	�G�;{��{Q!(Z�Z�h���O󄁠/�%���4�cbJ�YTU��#�ev�D��M�g��X��>��e&�K/�8A�Nz���!��p�&��fsq�kr%i4�4jt<{;�E���3еE���	��"�̦���yD�-JV�I5!
+tlC�V�g��#T�ȃB�jI�}Q*'��̼�A��AP�I*���N�N6&�v�y�ISdǬ7"��>$�ODf	��k�$#�I>��H��"=��7`�
(ī�f�7��+�#��\��{JN':�H�X�oE��'� n��ȘiƬ7b��{š�JD?o<b��
+W���3���B�'}�d��c�7~�r֠��!�VV�N]��ĉ�@��/īGkĆ��0�އq�o�PU������b55D���_(t����ݛ�d!�-�u¬Q��v�n
L�Ծy��Fd�(F�D
���2�2�s�ټ��I��>�b��\�&0u��U"��6[X���s>�m��@��@�0K���:�#��1�9P�x����gC�,X���������#!M�n��{���cΜ{ާ����/ڞ`��Y�T�
+>��h(�'��@��*�G�)򥬂�l�OD��j�OH�2�])D{�_Ф�"|��B�;��kK�Q0�� �1v�G�߼�
+V#�3���P�9�w 0���/�)�9�o�;{��!_ו�	�Ʌ�m����1I���o��2�:�q;�%�[�����s��n*��¡!b�L�W*h�p&t�ˤS��S�8��X\���(w�0b�����+ꅃN����B1�’�3S�B��Hgr��6���Ƭ)F����]�3y���¹�p��UZܪm,��q  �D{�Oj�z?|��ra���vD�
+�l<�	����K%��\���PYs���wd�>���z��.x��@���������0�N���i��{X�/�����­�Y�9D����T��*'S�2ڡH��n�TB��	j�؄�e��V8�eD�l�$d�a?x#�6�1��h�:ڈ�0ݧ<��K�a߄��H�-��菽�-��r���dN�ڤf��A��N�I��R�y/�ۯ08A�Z��Z[��o�5���H�M6'B��7�E#������X|^�j�5�"��J���^�qF*��J�u����{26:MG���D&A�a���%g��@TR׵L34h�a�{"ͦ%�q�f��h�]�I}J���%R����È�uF����vR� �a������F��Q
+�(�,���B�PHw�7P_�=�Z��l��R9�:}�"#�Ŷ���T$=B�'��?u"XD='�;D:k��nx����\W�䈢�Ҷ�F�i
+�)w����Ɣ���9��M��A���V�w٨Yo�Ym�zQ�'&:	�Ű'��A=\
+��@����ȸ�
+��3���z<6����qfث��}�(�D��V!(	��5fQBA�h唗�H�,;��}iv
I_e6��@�.i�ő�X�G�
��Fu��|(����LPt�ɶE�RE��cm8V̖̐�6�TOD1��r9�r���1�jDH}�����"\6��Ԧ@K�=��8�Oĉl�������8[��f��*#G�`1�0�f �1
+:B�C���F�����r9"F��b�P��7��b|@?�I�y��a`u�x�4�Eԡ_@e>��/Ò�|ެ��G�pqUJ����Q(�n��%�`>΃�L�\�ZZx��T{
+@�''��q�����e��i�s���9'8����p���� 
+�y�@Zc�2E�.�
+�]8��׺g)Ɓk 0|�K���x�R|
+��/ L"�rs��|��=z�e�9^��x3���Scˈ�b���L�E��|jO����c�ʄ��8�U�;����<F]ԖM��NmU��IC�=��z?��ty2!ڔ�y��j}�����y���!0��$�M5�u�ǹ@�;�L�8��?��`�Q`���2N�;�㽓A`�:�b*ْ�{05-Z����_Pj
+�`2���R�8s3)�癲n���]}����S�@����ʙ�8hy6Ɓv[�u>��:Y�P4@@D�
+��C�������{9J�����0p�%�1A��n����*�DY�#�|��DW����r ,�2��yG6u-ð�L�;Β��u�T%g�X!E��/�ö�ǁ�P!��S2��M��-w@A=E������p�m%o���q��_�d�^�[�H�f�x�=[ڋ�#�oƤ�`葿�H�hCE[�F/�d�6���agU���Y�?�����ḳN�e{[1*b�U��1��i���0�o_h/�uN�:˿��M�N�=��-Ir�	�d��V�J���N��;��D�#�0�F�U@բϞz�c":$������l�l�b��B&Au���F�O�����Z
+w½""��Fts~/1C�k��Z��I����k�k������W*\W��`ph��M|A,����Pb�a�e�O2R�!�`\,��H���L�?�Yk������?�W��)#����/��d�7 �S���s�����3��;h�	�شg.ů��U3F�kj����A�[���]��ّ'>o6�dʭ|1�]�z�G�:��thQÆ1l�K�����ys����>��@��
+-����!��	��CD��w�06�WZ(�V��{��ج��
+�l�UP�|��p���:�Lv��
bH)�ڼ��"G�[}�	#R�Y��FR����P?���ˁ�ps�,�}*$���h���~�\���Xn?!���n�-ȹ�g�L~R�lL	eְ�v��1��\��m4�@Mu���&�1%�~�
+��������]���Qm.����ԙ�����w�-�7V�q��Lk��ګn�e����Ꙡ�S��<�UG�t�ְ��B$#�b�aL���7b�%�|"�|�� �j��.?��%ê4�d/�;5��UG�_�3�d�g�
+rZJ`*��a-�-��ͤq�F)�T1#�Sc�F�����46<���2]~�'������_
+��� �C�~�ω�XR�BO4�A-��}�AQE9��;�NߊX���d�������ө����ҥ�?��5���� B�8Q�d�r\_������%5�ˬ9Qe4�WٽY�'��l��z����>{���!>�:�:�������X����O�`Xc;2N�\*>���&�
+������}��2�0,m͖�1�Dzoi�t(qE
+��-�D�
���On��ӢM�{f{���g7)�6
+�H����)��Lr*25�WBK� 0���Qlz�l�/��q��w��1g7�M�c�
+\�<V����5\ nM�Bc)�A��:��+�����f;ݎ�P��X½J�p�D�@|�Q��v�0d#>d'�%��c�(��qy�4�"��g!����C�4l�eCE��{~����ekV6ڝ�S#'<��qړ]��)�l����f2�0.?��=BXZx�B�|��q��mP�
�	��r��T(
+�8�!}�p���޿ H�ll����'ЕR�d����.T��ʦۦ�1�%��>`��i,!@�}@�z�q�3�\��1!/��	q�7�|���;c d&L�����|2�_���o�s=�����'~���6�qş��{
+ҷ��z�hU��@F�ۺT�{E�
+!�*l�����]���O\d ���r�*��s�����(K�&�I��
E"��ncV��+��3�7h��t3�ދ*���X�o�Q͑?N�^�Ğ6�э��ϡ�����]�$�K����7�X�T�8A6�d�o���U�8(F��D.0�%_��Sl�K��}7����Ϥ��#{|,2eWC�z8��7/\��؀�ͅ.z�,�5�dX��`~8�Hh	Y@��.V��n��k���ƅaޢ�2��@Y�˰�`�谐R��̊
+WQ�,l4�vC�c"�U�Q⸢�v��h(���Z��kp��M�W�=PH�O�t�41������(J+�O���Q�x1�8_�/P���p�P�qn���˩8��8����wBʱ׃��5����T%1:N(&x�bb�u�C�gE2�x��'r	�C���h�Zt�3hKD�0X��)�'���'�\i������iki�\�J�dL�0	[��U  ($��9r�1�����P�Ϸ8�e���oe
+�){�爬��C�	�E)�xq�Y#�D�
�V7v��Ù'�H��ey�:!��;�e�.&����٤�b��W�]�*����
+5؇J��L)dP�i�H0�0���Η�:��6�]�@@R �K�e�=��X/�ˎ"��J
m	�'��F6�����R���߳��s���XP׉��ȈkJa���v&�덢JK����︻��ŖF0;�N��;q�z�<%�n	���K/��h��P��+�#夆�s�I��M�Y<�s#�G-�lM�m�}*���QDqp
+ڞP+dl]Vq�DS��Z}�����a�^��8�}�٩zX�e�ϸ�3��6hI��c�
�IgΖ��jlĽ��YYEF�k�=6
�� ���X�=�hR�u�k9��Ú�f�(p�8Jt����Jb��&AX�����#��V������^G3X��Y��'v��8Ȑn�~�w��)��.�%����(�����u��GbJ/�eg�\�%H�IQEQ��9��8j��kC��B"�G��.(�_�8>�ˬ�#F�J˲N��|�Fo6N>���IE��4:��W;C��������&�핱�)d��`r;�������E�x#̫~�����܁��)V`]�'�}����O�:�?�o���L���L�:j@�|�6�����|��󧯟���/�y����4֭�|���?�~���?߾��?}��_���/�~��'"��É??�Q��U��G��m���aCH����]�6���'��&���a�@��J�����2�g������/��E�6�'�M�ri�P�рI*ND��`܉��н������n����,%�>���!��9V�^�;v�Y��v�L}�S��wH1s��WT�����i�L��SVF@5=8-
��,@�[^lk���d��
0�řA�vEj?za�`n�( �f�Q��=Fġ-	RzD0�ul���������TCc�ؕ;c7Q`a��Y:��-WB!K�:��D�*F���,�(�K�gF��9F�=���{������\�gy�fp	p�i��}�3
+S�v˪����ۼ�Ag���V�F���~K��j����݈�RO�(�󋝩$��M#��F�=�c�h�d��B��g��`t����0�l4�=�B���,Q�Q(gKT1D��/��(����*d�s����J��5�w��N��M%Y������d��ؿUMԺyg�_�
�K�?��7+�D�Kأ��|�{��IkG��y�1mXcb��(�4c�iS��K����!�
89MдP�Y������
U�$O�z�DAF]��s!�����]�}J"��"�x9��u����Ѷ��M��!J��q�1�ߌ
+ָ�s�a�_ւ�M�zi�՞�`*Mp�٭W	��=���VV�r�à2�3�Й��ꘂ5���ߝ�`9Pf�
Ń]ʅ2W��H[�ug
����6���a'�;PR�����;
+V��d���5�3����x�#�8��~�����ͻ�5�e.���#A
+��0��ډl�D9�x�U��ʂ+�z�me�?��RB]�1S�;��4��=ε���P�Cs�z2��	d�7�;�)R�ѥ��,�8ީgz�Mr:𑻲�ǘ?Q��(.��su��~7;/S�1����D�߻�:X\�-uWi#����l�?N�9>ۜ]}*wmϵ����|��/-b@ͮdF�Jւ>��/Jy� ��7��{"��_���
+�l�u��z[`#�Twvߐ(��"fpÄ@IQ[�m0�����4��O�����-�*�P���;��.8$~�E�-Z�D0�߻�#��d�]/Ff�rO����a{*x�G�>p�ъ� ��r�4#�l�>äW0�vA(�Y�6;X��e:�q���``�kA@9��Y��}���"� <ǔ�<&��3f�K��U%H��*�l�]�n�o1g!�[��F���(j�ea�R!��$�-ܧɪ�;:� ��[<W0��⼝X�eHTf�4m�	cД�L:�B޵~=w2���.&�[/-�K�"mF����������dɇfݡ?�H�Gk#��Z플oQj>ʏ�DI���ȇ�ಚ�8 P7}og�nr�����I��EYY@�ڕ���@w\Ñp�K淞�|m�H[C��1���(�Qi��� Ĕ��R�Dqg�Rw9���\�7H:%S�Z��"��5��x��Sx���Q���ɛQ��`��Dm�(D�fF�0�rB!��d��@�@��(u;F@:���>v��s��Ő�:�k�8�ga�R����w&7�@�ީ�g�#��
+)fZ�̋��!z3��;�����ɪDo���Fl۔3�,~��@��G5�h9�ֹ.I�S+��H3R�:e��w�3Rk�/�Y�.�ˤ��`*����I�,h��\��:B%3M~��N'�d$�����`T5E#'
+#�u�\1[�;O�u�'�J<B�%!=Rr���f�Ӵm�<�����q([�����*L���+�R�}�CaZ7��Ѓ�?��!f$A�/H��6��㼋�:��+*�ӵ��k�뵥(��,�)�t���q�Ҩ��^�#�U�3a��}���Cd�G#��.�	Mً3�y�|�mH��c����0�,�����{F:Ƒ.r$�%��y��/돲����p�'/Kr�x��g�b~�K�+��_*�`gQz��u��kQ�����ȪǶ�����"4)w�)�ahM-��)��S�������")�Բ�Hw��b.C��G�r�VPGOS�'3��l�C}-�i(�T�֎��f�<_,�:{E�i�R������p��9��(h��
ά�.�kkG�����8��t�ܚ)_��Bh�N$W�,E���fN)m[����NM���E}�_�)�10��sv���p����:�H��3""��D����yJ�	d��F���(Ӛ��f���Dh�xFh�Q�,"�SN��H�xK�4܀$��Ý�9�/)*!n��Ҥ5��$}�G�w�<�
+6����>���(Yu��dب>���j���m0�|��"�Ǵ+n�Ӝ�	�)b
+4v�]kv+���du~pďjn���*dJ�l=�_��,I��W��q'�bs�qf��чdR%�D8N�XS�yp�8
+��ј��dR�  G�B}�1fkF���f?15�o���C%=_#�jċ�ua;���w���4tm���,�
+�.Or��&����F�hǨj�⿆��u�?g7߆�zY^�{�����ئ�R5��;��Is�7 �;
�1˫�K�E�3uي�LJA���$����`m�Y�ZO'����� �Hk�79�$���M�P�B�/�����Y�PX�5?:�2�`�U�
+�'b�7�'�[7���nPi6#�u�Z"���鿝0�c5�J�̕=��L�t��^����0�E^�F��z7BE�[���x�OUg*�:��9�]G��p~_�6��%>6־������'�zq�߳	(V�Y��R�Б�)+�H=T,�\��;x$�'%/�{|���o��i'L@o`�%�P8�a���]�̝�j��Ǒx�ȳ��#XM��oɖ�G��>j�Ќi�`��:�/HxKS��[["\D�?�FR�����i�*ӡ��m�S�P���� ��i�2�X�R�S1��~������H6Ah�^J�;�������yu��{-_���d�e�街ѫ|]��?�.#��,�[ ��TJ�(Y�O�}�q�T����*�4Y�J�h]�OX�|���h�e}D�k>�9����'E'���O(��<�is{�����Ֆ%S�XT�R`=�)�����\l~�$!�Шhh%�h(��\����NDD
�����g�r�w#78�@	!@�E���3S{qY"N������֯��c`�T��w|ž�_�5@��W'��bRxmG�AY�D�.��ҋ��}!����eM7��Q|Z5�,%8�xO`�ٛ�7������/��B��K7��I.U�!]xS�%kc�K���.2���]i���_��җ	0%��*T�m��i���:*/6��4.D�|��sp*�oE1�{������bPx�Yo��F�z#~;���F����NB�JSDm������F�h�C���
@;
�{ޣ����*eވu�`��gi�-vO��bPs��S�O�����€�!�fE"1F̊��ż���V�P�b�pٖ�c�V����d�ΈX]Y��;�1ͱ�C~��\��8��c��IvW���ݜU����u#ಖ�#J�AJ�s?|�1>��X��||�Mv��;0<Ni�~��s�}
+�F�����|�y��
+a��W����{�;&*�
+z�]lՔo&�VdJ�0���ذ��L�⣑*��>�������*Q���^u�J��kM�3Wv��8ޡ�C}X��z�Fh8��/D���G�d�q�z���&�;�����?�m���.��t镉�t��L�U%��W�*`�]g>�*��P�ǼF�+�`3���u��n�穉Dpe��$q�sф��+8f}ܨ�ΓJ̏�{���2��
b�E?,r��˔��r���8��!s+�1U�D�g$e�3�9��kd����:�����U;ub���F.yȂC-3w����#�.|����y(�y����#N��_Q�n��D	�D	5-��\���݈����0�>����7"B���T� �ֺ��5A��-K��u�2���O��2�`n���;"�XF�	�R��7���W	���w8H*��K�p���.�	V�\	��V��44�^������+
Jשuk�1�k���,��c<�+R�t�|Qj9��(u���R_��%
n�6�n�쀻ӤM�!���
+��C	����;�eY�r,���/��-�+��D|�&"P:����&�ZR4����/A�5w�6*�[�Քw$��k	��N�E�A�H��mͽJWH�(�̪����2`���"�4A;��4��v5�DFĪ~ې���[���~����90��:��q�rd��]w����~<S��O�l��m!�i&`܀%$�R�g4��?�G$����5��sw�If���OFp�D�v7��Z�Z��FXs�,�n4��VA��W��:
��M���H\�z�X�i�*���G���I{�n4A���;뉄���fR�S&�����?�]y���3�ҙ���3i���R�5.�x�^�/]-�y���ZZ�jBq�b��]ysōD�|��a�'O����0����W���=0�Ӄ,3b�07W���d�(��8@���N �����Q$�GT�&D�I�*�ȵ�e4dd��y!vZ/��T��M2��&T�\���?��v��:�l�}M+E4(}�Ü��PuhTȮ��B^I;��MZ�!Ԓߴ��k��я�;���Xź��]7����Y߱�o��w����=C�
+�Ӕ�2!�*���|gy�5�.bp ��>`)`WuQv�pljD���>���9�J�V
+�ەV
+��O_��
8q2/���m˷����R�e�k�w���I���86,Ü4��&!�	-j���OR>9��t0��T��R��d"Z@#�-�0���;�#�/������
endstream
endobj
94 0 obj
<</Filter[/FlateDecode]/Length 29048>>stream
+H���ͮ G
���w�
RA�\v�V�d�
+�+��E(�M���|���F̌�����>�*��sNY�����������kY׋q���ޱ=�������q���m؊����濈1}]>���m��y´� F�Bs�}�	"g*F��Bd~V��^c�lk�������ľ�]����A���Y�ɤ�N
+��Z�����v�`��!����J��gʖ�B�Q
+P��U�=��4;�sFŸڍV��;��+��e!��G���U��E�U*+���a-+Κ{��tn ���hd�:�x�i�#�
+ᜥv�ɱ��67����ucS=*���i�"�R�����K{���)f��'#zg�5��U`�Dyg���s��5�>ۮ�f�<BF��k�h{����c�퓽��+)#�DW��tⰽ�ѥ�4���������S!�v�˶�4uMl��^�<�חO�5
+�����b��mz�R�R���N��^Mɂ`�S2�
x���B�9��74�Y`��`0VlS�	eÅ��ʀ�[�[.�V�����5�8�&ߑ����o�mQ���S���j�l��"u���
+"E���5\�&�R�y��W{�o��"�9 }�㥣���*�ZɘPi�kH	�h�`<�j��|� 厽�ʽ�r��#ױ����P�G/�w��*N�9 (�v�����P4{-�7{]�vB1!����n	��\?g�nK_�x���y���d�^�2���y'��1q�jV�~VO��Z���*��B�Ƅ°MJ�S8��m���3���_��:� nuF��€�X�V�Nت
+hp���SB��0��hd��HR�B�o�SdF�P��0+��ɱ]6][�{;Sb�(Uȼ��M ~��
+V�z�s�;c�E}�v�3(�|d�ဓ@H�:5c��^
\��"�s(��E�$-3�A&O�F�9Ji}zh@֜V4NK�c<���FG����#������6ՙ��ղE�ɱ۶�%�x���Z&M�}4_��nXj�/}�P'L���Qx^�MtC%��Y�δ7�m�)P�P�����WM:T�gO 1z���$⸊P�)��eH�r�\Q��("d���P��,`v/�M���,P
+�j�א�6(܈�;�SCEE���B���t&��;,� �,�{V��)��Z��jx���g���j��ݐ�g�0.���@��r0�+%F��� ?��x=	����йI{��#{�^����P��N����iHY����-8�xԞ��9�8�ߡ@y!'L;TЈ��t��c!T�qp�v�(���$���m�LG!7c�N�)�i�tWp�%���c60j��R8te���?�����W߼}����}��O�ox�ɯia���O�����o�����_�y���o������������������]o��?�����߿��ϯ����ן~*B���S95|�rYP���:�I�,��}PըȘ�?�OeK�|�S;i/���N�܋�c)qf(q4�BVN�F����c��#���	™o5�����Jf�fd74�?��Ä� cz�PL�
+���ƕ��/�Ƀ�ԝ����N�6��X���+�@E-���C��@V�1\q�7�?��;9M�I��vbl�p!ڋ���H��8���`��fLH���!O�4�^~Ⱥ�c�"z
{4uM�
�<1	�����ͦ��#�*��C̫K������B�"�躡��^\J��f�8Y�J2�0w?�残L�.Ǟ�W��P� ���S�!�Es�Y�\��_5K�^�+f�f}� 8=�^"&���T�eZ��M@���)��i��ᓊ�kAٝ����i����3=�9��<[y��!�"�?P �|��7̈́Ķ(
]�"|>K�tUi�����tH����-�[g�>�̂O�T�
+?��m4���� ��<���|�T�L�m�,�h�ȧn[>��:���Pw��KDm���Iu__�ݣ���b"���H]�Y٘�K�KWP6E�[��h�?�N5�z��&�w��y��3��)�Y_�k	�2k2hs]\@�R&{�p �8�jrn�y���q
+Du5��F/���At�0���ؕ�$5
�2�8��x…^�޺��ښ�R
+Ȥ[����ˠwy��l{|셼}�D����GM
�b�']]�
;��K<��^b���e�`q�hK﷜Y!�A�g��ׇ�$22(��c���TU;(S����5�(L��&r�$G�e��x)'&�F�Z����%'�u�_>PGDJW�R�S� �����h�;^g�r����VPK��ֵ�ր����3ه�l!P/����g���2HziVqg�^�UU"�s�Q���Ad�OVu�n�z�2�K
��N�2�A��(q�>K<��Y@w�f>���:���P���4k�v�GwBP������[ �[ b?ρ%~F�����x�f��sS�%��`��j�Aq�*_�I^G�
+�ڸ����������G�ɷl=�W�h���BX�d�` l�!L�ԏ���
c�QY�ɚ�
�v<@o1���)�˓�
��Al��C�č�b܎��*
+5��z��r+Qt+�!ٓ��=�s"�2P����~�M�����"-�@a��(Z��<��*o���Z��/R̕��m�+Q�C
5G;P�t�"��d.�>�-����)�8#�\R��rns�v�1Z����2�δb�>�2�$N��%��̜�y�U!X�|2�@���,t�߈R�-���H�⣣̈��4�C�*(q/��5�a�������T5��ͭ���@!�9�0�1M�X�Y���"Ƙ��0E��y┄PQX�����@�H9����Ur>o�A�m�c_;}f�i���fnЧ�{�B(�(�E12D���yi��f���k����-���-Q��!F����E�ٜ�GUQ��PP'u�<�20[F���ް�‹��^I  '�V�(nQT��E-.T��b�F/��6�AD��S�:���C���5(3�	zc�ZR`�kxc����0;${��!�u_���=��`X�"ҧg�-��L�O1oы��~KM�Ʀ9�~�VO1��0��*k\U�qD��N���[�:��O��&	�� `�X@��=!���O�]�Kս!���PDQϓ�d��F�uW��D`kf" R���5�q&��^���K_N<j
+��`���$>ՠ����=ɖ��F�u8b�w�����⥹��M+� 	7@�0�Qd�A]-��9׃�����_��R����}�1�>���e�f
�F�Xj��,���#߃�?y&���|5V?��W�=|$�3�R��ZS�VeWD��%�������%�q�#fs����^>�1Ӵ!?�������b��+�h�߅���I��z���[z+<oLS$�"B�D�*��Y"ȧlA��~W�NE�AmjPt���&�Jp�#�O󧈙��I��Gq�A���r�aHN\��p��[���5"�恢��Zͻ���]�¨��H�v�]�E�>\T�ݏn����dťQ�%l�����=#F�l����W|φ=�䰃�
+��1�oi@��雾���檚%�<�xJ�����2I�P��n6:��k�p���z��Ii����[���cS��n�x��	�����z����O���_�Ԫa1+�Ke�7�lzHB,Vъ�g��_a�c�D�F�-�+�����N�c�ݑ�K=Kr�y���<NS;�2
�z�M]2�x�%p��i�̇W.+#����r0⣵��������Ga�цi��q�"����0�9�U���U�xL8 ��_|����ά"��r��w�7���"�Lf9v���<A����P1P�Ͽ{��2$���A$�.�Ӛfyx[�@�s�p`�`k�։�-Čkeמ�`ȹ�1V¹��>o�8DI�i[���W�ǜ�|"���#Q!v�����ٜ ����`�EL�/�Dp�@@�1�ѓ�W
+��wL?x�X`�؂���No؜��~r���������?�4�Dp�L��\rAp��ұ�0N\��Ϗ��t�5M�&P.��&r�2��Ji��Ge��r_��>t��Se�ow{�_��"u��i)�#����oF�#��HF�@u@���%by�p�',"���lS �fvˏ'8���JG���m�d-Qĵ���"��/=�rN��Ń�o��hK4��PA�W-�͛^��<+mQ�b^C���(��E��;�ޤ��>z^V��_�p����?4/ɓ��1렾��#�ȸ�o�~k����SǯIg��,�ï�����&ؼ�MS�{�am@5^���5��:��B(���M�z�,�
+�J�*L�~�b�LK�P?Y"ŗi*��rpxN��ֆ��U�D̋��9:�_���R���q0)IɯC�C�=–���:J'G�(aH`q�$�\��9k�*G���(��a�Me�T���"��$\��P����x|�X�/f��K���iK���iM��ᬪ�dSVGۄ���|>�Zr�����8)<d�b�$���bh��������u��
�a�`���~AyA�0;�'Σ�9J��yN�HTZ ����c,P4V��r8Bun�u�O���	G���x�D��A^Y� ��<�=Y�~GY�!���w�3�(_he���������2����c|u_qf��D.���Vy���ċZ;Q�oߖ8Ev�W�S�Qc���n��*K�$ѻ�_���c�͒�9m��Ƅ�M���,���95���OD��q%M�����GOs`ӨJرDokI��0���}�_i�/�����1�/DL���bz������_m|�D�;���`�³~��(x�yJ�׬^��"QE�Slߊ��5�PFUZ�pA6|2C4m�^w^�s�_)+��9�ɠ��D���?Χ�?���Ґ�k����kB���d�1�C�{6����ݎ�w*2�6�Z�6����`������sOĶ~:���3�Zc����#ӱ�\9O�@���@d��a(��BO�}�BF$�0��r8���C�6����\lj�	����N�����F��18�"j"�ïK�at�h>����٭����Q�@(�tF،�<�v��U�Q>Q�!>��4��
UC�~˧�dB�䨗0�r�a 6q�A�1��9���4�V�ݜ���2|��D�
�
+�Gq����]`����VQ^g���yҽ�����}� ��(�>ʾ�i]㉡��츿�]kU���z�-P��"�R8��J�*[S��O�\�)�?뼣�'jG�n5����t�.Sk�3Z�6�y�_6���˗?RH�<.�����j٢��3�����V6����N�����K���Yplۂ��X�($��#���)���gck��S>���<S��
+m�9�}�]Fk:�dy�,�Կ �
+�
+9��u�+�U��
+�����1�n�;���9Ip:ZH���g�\z�8�0�Wf)	5�=�g%�A` AF�AHt@$�
+��s��
+��.�)Q�կ������pl2�RԮ�5���CMP�l�[�+����M�A��`y웼�Q:�����c��lAEsH���r'(���*�L�=TE��E[|^�H�*�p.�#��:������)���P��� �3�PU{C^����Dg����T� UZmm��3�� b3���y#�vڨ�A!Fj�ḇSuZD%4$Q(j�!b���/�W���a*���y�\�����E�
+���-^����"
�����[����t�O�~�y�����4ul0e��z?��^Ŏ�m����]��(Q:�G�ZZ8;
+��<�$��:mLIe@U#�w_�(�d5���cP�Ѹȱj�u���.�_���,�1��aFQ��bD	$�yX[�Wj��ڭ�D�|�d��s��D��d���d���p�R	}#LH�[���wy�,u�j(���I���b@�ӀʵA�T�IW�TԅRZ,��4��3�b#�T��T�v^U1a)�QJ$��[]���u聦�S�b)BN�K��厥�+�B��d�D!��<1KՑln2���ȊȨ�إ?�4)5Q�7�e >�
+r?���Եm`� �@��h�bӕX	5"�tW#r�qԘqZ��G�%P�@h���ip���@l���j�����"���eG9��d�E�86@��d�c���fP-�x�Yx��J��U�&Y��ۀ�P�<�N=D��ӼgME�D��(�Y�T#�pE����)���GD�#�
+�y��h���m(�bTW��[�N��`�D��Na_��d�i�CI�I �$�x���e�Mxl����?�.ek	t���&P��)k�\R��9�:v|���21���q��|ha���C�q>�Fu3��}h{*�db5��E�1�Ǫ	��9�����@�i�*	C#Z:�-�*�"���.��Ϣ`e����Av�sE1d/��$�Chu�7�R0����m�����.L�$,Eh&�7r�}5����$P�S�8Vd7D��\�0��@8hA�A�f?�G��<B���*zJ��D!J��1i
5�,��<@	��$�Ss?Rz(��,���1K=���3��`^��!���5�]��}:n�K��^��$/i#K$��2(����9��c�6����>Wfg��
+�cu�`��M�Bfy��X�+��΂��H�t��✶66�^�҇z�U3�+=)�m ��넨ij�����TyU4E�iqt4|��
`��1�b����:5:lYΓ����R.��ԡ���E�AZ���
!4<��/E�!��O�6�4�Fua��kw���bGn���EPg�*�� �Ya���I̡D`%�;�*8ꖨ�*|�j�M������.��Yu.c;8��q
+��
+
+U�����'E��B(��c�N��BcD�8��&O���*�#�~"�X��㩍[�R�̬�VeRMV�!
`s(�}r�~!�����8���J���)��)��j)e�8@Tw�ඤ|y1)DK�p���~aʬ�
8��V�i�}����"0�q��
+�R�+���
+CY9�
����j07����BߑM�I�|�H��iց�Ȟ�G[�������/�\����
 z�A��)Yc�4F5źDl����8�H�3��lF��=�)&���gP��
+s�����|��5��,�(U �i�1#Z��v�;kv?v���گ�/�GD��VXC!�|a�B�)h)�Aԩ�#HԤ�aT��w��Y��[��2�VQ>�9�r�,�6UA���y�,)�:�"CЊгu�.+�*��p�5�G���/L�㶰D��ݦ�J��~؀�)�Вc��Lx��0�kɾ��A,Z�"<�جbR�4	�A�͈
+n�U��{�N}*��`�~��c:���aY�>W���a�g�>(-���g�3S�fa�t)��t������@'6dw2D��K����,kΧ�x�g����îm��Tn�S��=����}�z�*l����%�'9`�(�~6j�vD7�H��*���C����l�v��8��m���%(����t�os�ӻ�`��t���j�z�֗	�F%��a��؀�ٲ׃�"C�J�E�P�Z�`�F')ݣ�����<�Xk^�Or�y�uAx�UHR�@o����|_"���t m�"(�:�#f��T},�����.Z�����n��dpR%����$e��W!6z�(4�Q
+���Qh�?��'��a���DS�Ԉ�gJ3ܢPz�u��vr.gQ�%��$����C (�*R}h�wVdc������N7q�����e�,Rl��)Da鄴f��ԣ��3b���y@UCPW6�\"a�����3���(��
+�v��C�k����(���Tu�`i8����B[�-�#uv�D
+ޜS	���NPO���X��Vt�NkBqB*�$�;7ji
+?*�����5[��Φ0�$�����R��湖�]j�x���.��j�+ ѭ���@�F"����R��R�؊�˻")�#�
�!�6�I�/�C	pc�����:�i���]9��A9�2����"��
+�-4O�рY�V���'��Ԁ�����`9�	�zU15HiG|ԄY�֠/��w�����Ҝ
r������̄�Y�L�Q�<3� ��?�^z���������O_�o����8�4�\^������ߗo޼~���?�?��r�
�������?~�?-�.�B]�����ey��_������o�{���zs�������z��p����������݇����r}�����=�����s��3~��x{�p���-��p��	���-}~�����w��_����2��1/��K__�����Bx���T@W^~���؅A@� ��-#-��a�e�Ϭi�(aPDk6��.���B�	clŢGZ��/�!�L��Hr(x�@��a���m��̀HJb��ڑ�p���N�~T�eh�,������/�j�8ڌ��x��;L��O5C.J�U�n�d�q@$�����1��i��А
p%Ƞ����� u�ᯬĚ@�J0��r|F	F˱c��E<�%X�##���H���Q�&l�:;aqe>�rp�-�@�(&��N�ypfv^�B
)x�:�-}-	�|ڷh�
+O-�F��S��?B�K��-2���@%'�Z�k��v��@��\���Z&����6�-����"(�՝���V�
+�p�GEQ�6�&�O@!�v�ܒR-a����,0�<Y���K���-�zx��g�5���m��C��#Ǡԇ_��q�'x��T��{���� tg{��`u~��n�Z|}z����6
+)TR�5f���z�J�Z�8�S�����D�m�2���b�_.��F�E���Ѐ�Պ����r���w{���%x�G{�bV	G��8��^���`Yt�'1�*�
���)Fj@����P*�Ʋ��cW����`s��DMb�k�	B�﵁a9���J�k@�`��
׵@CdO����!T�P"�����oy�q�B`*CkW3�4[����m�Uh�\]'�!�(���"���Ss5t��/��1�]���B��>��H��j�M���k?���X�ۇ ���E���IB�7	��-a�� p�ԅS
�;�/�#�n�}�ȗ��A�U#��'�l��$lY�i��;})�ظs�镀&�U��E=T�n�ůY��
+����#bO�Dta�G��Ȩv6�:t��e��DCw#É4����N�W9��K���:Y�*��N
��1�4��N��a��߳1����ڟ�63xC�W^v*��8���I@�#`�~3�c�A�e	PG���6�=�VK�<�[u?�Qkl��u�A�E��¬���	��aPݒu{O��o��B"����22=EDo��G���|
+�	4�$��Гӵ"r�����^�$�Yta�_d��<��)9��E�.*�k¾'�
+{M34�Fp(�V#�ev���K��uV����������5/�
+ϴ�۸G�5.���х�}��ëo�5E=[��M~v�ho�
�g�4̀gd��Ýj�2��9�=��Itr"d4zo�S-3�Wˌቇ
Kơ�7vR��N_�N�<F��o�ԕ��ĝ��"<�t�Å�CQ�x�78,����̩OX���Aa(l�=_���@0P"����	�J�E{�&�?� �aGp����⯸����d�9\����20��;��X��� ��B�F�n����Xm�y8��ÝGH�� �q�V����kz���
�p�]�}):�QR!my&�%�ryd���l_��:���|0[���S��@�c��}�����!E��b�/�C��\a�2�j�����E!И?c���MTnB������7�9[�J�?�d�i;�<���Sr���<2
M4�4��n������s��,$j��c��#��<<���+�#����w}X�6�+�qҧF�yj��Z�:�d������HP]do��ܳV��J}t�w��Dy���<#	�F�^�)�����?bap��{i?�����t�� ��;�^��
��S����/w�a�-�':U�F��]��U{���D��^ā��_��>{��y:�e8T�Q��BWA��i��A�+W���}��};�+�֜z���� ��{�Xe-��q�h)�2 �6�>��}<��5 �M�"�ݡe�F3��"p�·.x8$)2B��6�#��ܳ�ݞb�g��v������Y�$3V�?Ȁujf��i(��T���2�p�7B��w�?�8�U�u�l�qx����Ͱ]�(�e8f�҅C�97(P���(���p�+�ר�t:�k�h�B
+A��s������v�:�F�H��m�,�2���D��?�x8��F�,�a�)�.4%�O�(����']�~I�ь=y�G&�U͡�y�Xn���a^ɸ��Ȑx܉r��R�1%���=�����N-I��`~di�̢V��v��Dw���5�Cf�3���@���{v��A|pxb��v���Ӣ��!Ψ#��.���	4������Y$a�2�>�5��s%*���t[�P/��Al�!A�Q+�M�4�4�A7��+��ڶ���4k��b\Wd����+Z~��W{#��;���fd�P����<Y�DQ։,�"�9)�`�H*�y�
+Z�E@�8b��u~ݍO9ך9]�<�
��BH�fF��sa]>��3Fa�^��w���N�JY^��{n���W�!"�'n	L��Â��v�[F����6�ړ�����zX���n�1�2�.�H+��J9�)�<��&r�s��c`��� ӱ�oU�aZx�4-\vi��B�&� �,�橀��:b-�{F\�һ����f��%_]�:91��榪P�l2x�u���Ww��f!z�$�Pzh�r�4������_��/�����=#n$�B�0��~Ȫ1@&$a[�[�Zx�Q?eЪ��=��~9��Y�
+*CU$B*�[�Jѐ�č�C.qBP�*)6x���������o��a��e{ǩ&�RkF�@D�v@@	˳��;̆��x$~d��f� �֔�Q�<]�㈓A����p�WCRS�-3�
+��P�m	��F�@5���q�;�ȎU(a3s�2��:A��܇1p	���Q�(NBI��x��H�£�RN�]鎒b�{^f2�k�)�d6�����{B�rMI���C�o�r���� �F�R���
+�Q��jym���������YGN�Mu�'vc�U���U����%Õț`��>�C�o��D��<�FitŮ2.R��8������9�'���Rx���]fײ�0M�#�U̐��sp��[�u�n��!���ڶ�Ij����9��ei���?}	���n��u��a*�����0AԂ������nϘ�M@��o�/t6�S�&hH8l��KO����u�i�V���'uq�K$G���Ζ�ܶkDf����h#Pc/.��f�hRvA~[��B��\����٣�nmT�fS��%~*o�ם7���׈��7b�9�j�"�"��m��s���د��K���H:���R[��&ʗ�� f�	H����V���0q���m�
��6�+�q*V�[�TI��.��n�3���2K(�s��e@���ZT�C���[\�PR�QZD�A��V>��:r
8��#h��OK�6
K�4w�X{�BܱPd�fu��tǼ*0���"��5��>`�?�$Z#�V�(~��j�~�)�@��-�����.Dw�{��W� c<�K+Ղ:���e��_ ��%��s8�	v��#�3�Ц
ۆ��!Q�@UhU���1p�������^t]�k|I�%@�*+rʃ��ƀLQO�VhMv-qq*�C��T"%r�&h��p�x�L���"�^�A2
+��`�%󯮤-;�֡�5Tu�KY�M����P�K��80�%ЂȎ~�P�3�+	���N��}�K<ċ7z�@N���
+��kt���st��U	a3gx��E����d�{���" T@�t�����Vt� ���Qa���)8�ަ�EZf 	�x�zN�4�D��bC?L�	�v���%�q/��G8�@�Q���G�%N��焀5C[��%\
+"�xF����7������L��B=�,��-��pv�(��L��!�b��{��wav��z(p�Ņ���G�X��4!�}��z�s�Л�ԣ�|[��w�Kӛ\R2Z)����ۣ�$��4&m�o�5<|����Y܋��b�P��z2�Z$�s�ba��@U�H>�5�!g�6!YqO�^X#�1b�2M�ku!d��!C���W�/]ޗ�j$z޳���!iY1cq.K�I5ڧ�\��uZ)G�C|r:b�w�
+,�gNof�����~�+��qx��^4L@)�#_�ڗ&AԐ�u")
+���P���� o�,�.���I>��=��2�R4���<D���^���6b#
+*�x!���ͳtS�8D�2�(@wDTR5?�:� �4"����>��5#:��OB��$[�(M9���\]���kg�?�����X�
�k��Q� #�o��`�>�r�]�6���h|��7N���@�,��Y�	���1f�D	�?Q%GY�>+ ���lC"H""hnH�]�\/u�IEt �t[-��9���Q�e@��2���\w��RD`|ba�)�4�5��U��4�?�1���"���b��vn8=Z�'��w��ڭs/fo��2\)4/W���LS�:U��՗�����l��	�LhQ(�����jT#��Nf��K���6���3��ZQ�\`",���:�8�C��ybv��էl\��]��@`���x��1��F0�)���ȗ�m�4Wc~:�(��\�%M�ykc|L�ݒ�$s�ͻXm^fƓd��ϛ��FAU9�2���[c
+B$
��<��[DT�����I誈@����P�D�%��C>���t4#r9M���u��=�0�)�`/��%��ytiB�pW�"�K;o�|Ԍ���J���~W�Y8FE���u�{i��د�K�<�� !g5e��R�`=%�gD�A=}��^}Di�T�셜j'�3^�a�Ƅ��QP\�'�����w@������tu;'a#x��wl�#�Eً��2�����`�*:/�㨄�.��C��\�:4��8��Wm%�՞04ҎZLL�:���-Ppa����鄊��%���,�ZU!���O)�^ÀEl�(?Q`͈}���#b\0�t܎�&F`1[D�q�p�����ܵ�<u����}�È�,��bD��$-)	3�#f0j��No�~B�S���T���蜋	�s�yr�P�	�29}�Po�>�;����(��I�aQ��.��i���.�.ə�N@7s�X��,Z`��@(=��=��jkzGz4K���KM�����0��ۢS%�E���,1�$�����m԰�����a�J<S��
���\��^Ѭ���&��ԯ���p�@Z�sDё\��EDS�$22Qmw1��aTjD@8����I�Ǧ�P 
+ģE�{��\��Q��0cpU*&Bahs���V֛҇�A�R���v>QC�q�"�v���D�k�EE-E��[t�#��_zFMPs��XE���_�>P����b�Ѫ�K��:�$���=Z���k��2���ǹ�&}������T����	����p?���簈�
v����=��8��PH+�WR �.C�-v�j�E�7���梩=���xu�Y_�{!��%���b�*�8˾$��?�f���y��g��&Q��
+N�����+�LS����c@�9Q�$A��Ip@�� �ޅ*��m�q�8�:19مB'}��&Q5i�`�s��ЅQ*$*�8��]�/�n����c�	��Y��/�
+�qw��sz(��-�?�$u��+�䜣�EOMg3���gw��B빈G��iH�
+ʧ˒�?"�SV\.9DW�X���_�(hz���
+x ��7k�|H'F��?}�(�\��׏ο�"2��DH�c΀#�F���W	���6�7ψ�H���1��}*'�1W�q���������x�H��"u��7�q��+5d�RA91��Vc Ȥ8`��ڥ��i%DVc~�
"��V�
+,��o]�C��8������H,�j���Β������1!n$;�#U��Ȳ�^��>e��z�C����w�3�
+,�P@�#���R��dQ��G�\[�.��,<�|e����岫Wq��W�C��C�/���O�(R��
+@B&o����7�H�lc��շ�����f���;�\#x�yWm�:k��*<;|̝g��xcr-���� E�ۅ�_FIi�$<�l�^�u>�*������;���m���D"N��p��w��Q������y	��ZHvF��_��9�B�:?�P��\C�$�&��6E[����?���Kϻ�����}�bzR���O���s+�2VגV�f�S��Q<s6�j5���%���Ӛ�NX���DTݪ��"�ԜO���ܕ��b�,v�X����ޡ촬A�J� ���jw�U�^M��9K�s^�P
+��)����-��}��hK	���Դ����)�€�
�(P���T�j�a��c#d�2�.�'J�1*43��,�8J\����=3yO�䕻>:�vCe�ę G���Ӑ��h+D?�l�=�"A��9�<���d50�o�Ą��ɣ�����ŵy
+�p���k�����*��J�����@(�MC��ާ��TDƞ�HtS�7��I�g=�CKQI�I�s*��.M#
R�a��v}�/��RWϞ��є��`�R��s�8��1��V �3�Sxnl��:��O�elgw�ݽ!�j���F`�ʍ��N��"��N#0��D�6��K��&��_�m���yr52-�B
a�$H�px������K��`���u�EzշT+V�К�D4*�� b{����R�Z�>@ʇ.�^���#�֪NCb��op���B�A!o#�E���Quc���4�^pP�}����,���|�����6���40�}�Șk�gTWx��T�f0�^꠾�A��u=��b�F�z�ZODY�3/shV��#�
����i��*�����(nՍ�k���3�fk�r�Nܰ��$� ������X���N�T�*}F&���C���n�`��	"ҽ��S�G��#j��B�PFD�h��F�f�>�A���Y�׾�ـ<�n�=����P.5�k�=$��}�y�j�&�;�K�eB��HG�F���i���u���	h�=A>��
+�
+%����9"Q\�^�iQ4��E[�V�PI3������BZ�P�'�
Aw�8��1�
+rc��T��""+ J�4��X�Z���ꠌQ�-z��杤0��:���8�شb��u6���,p���D�ݯ�@@�V�����i�2Ni>�>)E
��#�\����r�i�e2�C��yE�5N> $���J��8w�����E�/��,�P�X��r�ŽƔ"�HIy�DB��H|z�jJ���)���$tE��͢�n���j��';���`��`��'(2ԑB����1d�_�a/e�Ż>�����o���~z�ȧ��@U��狿~�����|���>|��ۿ|��+c?~O��2���&AK��"�%^�����+���I��A��Ҵr���`��lV_9[h^U|I�:5�U_x\�c��A��.��P 	1���$)Yx��q"ꎈ�LjH�ͽ����F�b����N�y�y~�Ϊ��8�}"Rvߩ���"iː4�+F���7T���"���auE�7?d<�I�i��j�_��N@��x��ka˜�E�3:�u��J�&���GYTT8���������簾����Jo�`����(j4��hT\uX�J�c.���s"�N#lL��d��ܮ��f
�	赈�ǁ!�Xe�ff���I��Kw��
o�5J���8.d���7�Y̻�S@䩚^�̑�K�	��n7�P�1�R௶ȟî�Z�
+�PE��o���Cٿ� ���!?����*ԓ���;���o��:c5�� ��<\fS�`5%�X
[�:` �dc�!�1@1:CQ���m-�t�a�	4?Z�0�VH��oM
+��B^���SX=$U	��0���	]����#4l�CH�Є�hB��/M+�A���đ�_;���c����?�˒lQ���Ŋ�Qtsŝ�H�	��YU�A��,u; 9�N�����l�w���H���nN>����Y5O*���a9���ꝛd��;��$��(�T�
+f�&���B,�*���J��@���H��|��u�(�u�-�Y�
+�u�!S����Q�t��Ft�i�w'\`U�ME���2�_Y�Cֵ�����b�G������u̗P�q�����L�k0?��4����d�aJ�ob#"�Dx�fĠ\�1�+"x�R�N�
x5J�
+Q��Q�l�:y�d}:�
5{j��."���'`Qe�����"S�d��E
�m#b��^I	H9P��A�\�t�	Y�x
+�]���64�Z(�Iũ�S���5�[�'a:u��L�^���4�g�8*���@��&�A9)�%{�
+)@��� �I�-��?/�E���e�y�����@C���Z�`(]u,����=�䧝ZE�*�-�_�у0��G�8C
+m�xQ9���]2=L�I�n%עa��$�Qf2�l�rk���qX���2i��Hk��0���4��0�>U:�R�.��b�š���P��Xw9��+���J�yFO�Y
���|�7��ḃ�4�)�5_�� 9�A9ڟ�⸅��L�� �۟w��z-�x��B������c�$������n
+�
+�ʶ�K��&g!(��+�^�h��xK�-�"��
+�P�#�E��u�(-�嫭Aaq�zT*��_h��	M�Cڄ�Mr[湷�ͭ���eH7o�H�D�i�vaj�;еU
+�5_ˑ�;���k,�R�������L;�s6��Ͻ\7�;���S�n�te�(M!�4�����jL��dM�^���8B� RwzXUD��⟁ 	�ɛWz����<vj�%��9�ڼ:)�>T(�<�{��3�h����Z
�Yg��A����C��aG�w&91��9@�Q8P/e
���t�W�e���+�7���Y�����<ԅ)š�'��0�tԸ��ǁ�*�`��`)ѿ,T��A���>��=��� �<�(����T	�)�[�x�,�8����9�~��:#b��9�2� �6���ڦhGE��\���8[+ԡzv����hs�'xL��7�.����A���n�1l�(�6���b�h��t�a�QP�2�0�%9`ѻ�0�r��&B��M��E
�E1(B��*��bTF䊞������~�'+��S�U����-��q�	�x�l���0%��5�t�6��'2��,J�1��8�H^�ݯ��T�w0��H�����+'��B�5v�F$x�� K�R7�l"�Ge&��GxW+"Q�o���~uö�K�~尬��^P'؋�9�^�����P���Nݲ��/�ҍ����!
j,���17�|����,��.v�<�;3����Ҽ]��
+t������T�����h���_
���X'3�,UC[�5��Y\=�)�Nď�6� E��e��]�
+�~ҊG� U��]���]��������Gx��}�nw<-.\z�9�gr3�jw��#Gw�kO�θ�U���ۍ����괡���S�m5i�<Om+�SPN$b`���v+>��,)Z�gR�%�
+m	��j�8�c\8G@㭭��⬖J�d�9[���7d[�1�8�v*�ބ8gׁr PS�
+$=s��X��=j�����ñ@�Zd�� �ģxT�������v:��@4,����⎌�3d�EX��WK2d���.,Ģu;,�.��O��XG,:�,bJ�	!�W.t)���Յ��V�����A;(��O�g�0�
�D�%��8���'؊����({@/#�N���o����p"�y����U��P"_�?v�%�g��-�h߱r;U��1^��_h�����'\�7)��.$�_�R���5,�����,����Fkd9v�Qz�j�<�k�����[��T����۫y��:�3�o�o8�(~PIP�n�{��M��;�m��|���&��.�� U�03�:�E��G�����xC��"7�f��`���S�/w�9;`r�]���^v9]�d��3u��]-�Ko�",�;(qhj�?��xWD�����ݱ��<v~(MO��nf�\�"d:�(9���s0	|���U<=,�);$��I����5��߷O�~	e��
+#���$�:�i�P�\��)x`�ʃv�*����ㄐ�Z��_�?x�7����F:��BsGίX��膐��P�G��_�>n�Ґڪ��|�o��~������D��)3a�4��;�#�#�H�V�)LJ8����<�����	����V�*T2�%LU���Fͅ��9>=v[F�������d�Q9�'�@n�� `NI��NB�
w�J�2b�����e�
+��xL�W1�Ey��uiz kG5Rw0�JQ"F�Qߕ{̊�#b�NRv53
+�����`��е�PuN�=�jv6���M��
+������B��$g�cf�TF�ۨ-�����Ow����l���]���.N�²�]�������tC�<�6.���W�{dD��@��J��`�VdoG�H
�-�J�tk���2m	���!;@K9a�Nا��Ýc�H�?Dd,�B��!GP��!x��'y܍B�L��@o%�TM\�|�qr�h$���#x�5(49q怆%+�`r�!n@SLf�*'r~./@?1ˠ,Q��b�M`\���T�ǸMeF�}��>�P"��W��{T�d0$iB̝�m�.WZ<�h��I&|DJ�uDD�9	�ܮ��q�ۈ��-3Iۈ��n���Q��<i���l��b.#F���3D�Cǯ������A<��1���Mz+�7������1���U����B����)hr�G����I/���SAg=�Q�=�&���>H�)�@a�cE~��`�\P�~���p��]0�sZ��	B�<x�)[v��&*Z����g)���.�˪L`��4p(j��aG?��3��3􈰷D�9~B�-��R���i��\e�bP
vߴ]�Af���tA<TH��qf�Zap��\��j)�Z�~c�x=s��9%���|]�T�ݗz9��ް�ok�H�b
+�}z����]*`�lϗ���o����]̉W!�I�e䒓b����n-J&�be����
'�'���W��	'!P<	*Y�b%�R)� @/0	ue�ж�;�
9�N*������9�N&,$p�U��}m.��yTC�F������t��g�h��Y�C�:}1baE[`��˾������Y�f��&v)Mb?0i�}2"%-J�Ñ0�[�?�؃�}�Q���z��L�I]EMz8C�~��ى!��?vɻ�3�
���G����H͑]Z�4n>�ɏ�\~���\�"���� 4قi�A%�`{b�ѭ��5�=�Q��@� ���q�ܦ聘�
�龖�öLf�#C�OU�ӿ�~9��@b�1#X$���E�F`�����6��Ͱ8z�s�&��OKMT�Z�Ya����ci@��eqM�o
+vʬh��?���Kf��?R���,�F9q+}@8z��a!������������k*"�Z�qyUpKF4:R�i+#H���[yRʜ��<)Ɩ�?CD�9
�+�����,P�ʵ;p��8ʟ�q�)�ԈH��e�dy�����7&�#SD�vO:dx����czX^ax��3�g�Tˈ�L?�K�ٲS��xq��ttt��0�t��Z��Sl��S,�'9�b���A� ��t���)�R�1#P,:*���(���VToȳ���`��M[�"8Q�	z�!�2|E)j�JӸ�Ҧ$2�� v���.i&r�1���p	h�d�A�_���o�Л� 꿬�K������7TI�u��t��0��@2�&	MP�i��<Ϫ�'�}����9��]׵���Jy�d*������ F��̨�A�3Nۤ�\N%B�|Uh	�T*@%9P4�:�N1�ØSB�=ϒCA���Ь��<�F��㨗����E
+�+�^�(n�\�P�Aӎ�X�{%�D�H�����,�x4��|�[6�A5A\UI}SY����?z"ʗ�dL��ӆkw�k�A�K���(�����ܞ��C7�ۖVtB��xm6��wFG�K��HuY�����=��Gr��k��D}c�Ͻ^f�Ԓ�z��t�r�s�rڒMN
l��F�i��ҧ.��(6:+�L�h��hi#����9��!B�16�a��.���X� �P�{%z]�h*I���A
+�Q�;�G��`�HD0�,�	��J���
��F-�WYH<�R��R��*�7�X���V������Wti=�wk�C}�:,����ľ�,��Q±R�#Lȭ�C�s� �u�ر��M�&W���vb
;0y�~�k�"��A���G���떺�C3 ����^e�� Ji��)�.�MK��ױQ-�͇��us{{���6l����"ܐp��J������O71^V��`�{�,6".���yh���;��`p�Z\:n0�g�J&p��cP� �]+趢=�-{�@˾�ɯ(�{�^�� �ĽB��'��O���JI:ub-I�""k�Gi����9z�8�a���<��?�%D1jַ:J�(���y���V��y��&��v*��ۤ�p��"ǜwB:`z�Hr1H��&E�s�d8���I��&-n�L|I��H�/J���[��{;͇L�Jp�����t�I0ݻa���hK�i���H����|F����E�c|	�4ِ�X�L.��S��� ���C)���i�}��bo�g9�~����f���'>�*f4C�6X����Š`�k+nf=8��,$�ZZ���%;N�a��&j1R�׉z�2D���
+1���5�v%M(��ט���V��z�FE43����z4rR����f�m��&	�@��E�7E�0N�HG������Ůj�IA����L=�Pp!�@�Qj����|�"�:g���]�T��6-
��f��yUB�a=hR�N
g�^�w���A����W�KPIR�~�H���aK~n5���$o�l�qr����;�|���w���ӏ������>�}F/!�����>}���?�Ͼ�����?��ǟ>}/���w ��/���o4Q����������?����?���_~	�$;u7��ZB--�ʈ��#����H͊r��w�$�Yg@w��;�`�#�-)��|���Hc��t�a�tm���a���
��7H��Y_�kQz�P$�$��@)��`��P�������Kq7��3�f�h�7;��B8��v�*H��r�����u%�o�#�R��&�Zp��-M����C���w�h�F�l�(GT����'�遹J
+��S�QI1O%w�o�i����-P���E���h���H/�L.�B�(5+�B�2���i��J�v`q�I�a������w1{T��ƙY	�����Ezc� +���@��ÿ��FA�Pp��͋+_�, Kr��*�ΞD����^`����|�y ���p���l��l�$?�
��A邓u'z�U�ƿ�>l�D�ӈ�=���r�ϖ�(�QF�-l�n�9�@L�J�?���y4�����G}B����T��JϨj��.��~
�]�o�*Z�{,�K��Uy;���d�L-w���[�m��8?��z��ʮPA]'_�f�*B7U�\~�Zq�R�#s(�m�ň0>��J�G���""���~f p�1G{P�(j[�"��mt��(n�2�F���C��(9�Pq�=�t����4��:�y�x-Q��:L�pE��^����hZ�hI�4���MO�M�j�Qr����
+�@Tyj��mԃ�1��`�<VXGK�������Eta]��o�
+�5�H
+�Q\1ڀđ�v�X,Ԧ���i�͍�q��S��C�g�������K��w�C',	�� :�6X�~�W���%*�Q�P�&�l��(���Q��P�@M�)�sz4��a�zٚ� ң���W_�K�b��t�(}pP�n��:y�6.:�:��!'	�GN腾�<��ϖ�ek ��o��̈0C���{0�0h׸�5�ɮR�`PV."#'�V��DG�M���p۰�-aX�:�+��’l?D�
+?���1�DŽ�m��<�v�~�x�O�iMQ���;�a1��1��j�c�`,��c��1{��4��W`8�C�t��?f K�X��pc��p�^���.�"�V�ć�F*�\c������8j�:�h�� �%�ik#¥�@g�^	]Al�+��E[_W�ؓ(R�((�,g,`쁜
���X�nc���1���L�,�W2h�'�
�-�IR��B�LҐ��l5%J�����f�7�/�Ohn팈����,�M����&ɢ�\#+�������dMb/�H�̛9����Ý��e:�=�(�(���5x���Pj�&ά�I��s�@��1����0���P){Ш y�(��m�q��w��ݛ\�����\�����.���֙t�hP���zZܪ�ٲ�_�o�^���1Q$��xQ��Y�B8��B|ܢ6D
fT�@@iͯ���0�0U ��EDCDN)V�F�@X93����(�K.��_T�–���y ^��/��; ��3=+Q�g%e�Jp�$�մ���z�لw�~�	�cܡb��8t�j��t�'�E��IX���(3y�6��.R�ތ�AA	At���|�i��C,����~l����@5xM�4P~Zc�`��;�� ��;��$�wj!����2ˑ,���Vb��Y����~�C*����h�Q��@�w0��݉��g�(B!��l3���i�x�;����4���f(z�:6-(�uw�	D}!_m��$ŵ�*gj�i��
�^q��
+������k�It��]M0�E��)�vP�W�y\�Ơ�H�
+���C�P�z(��8S�����]�ѷ!4t��T��؊뜅���+��U���:^��~<�����d�]�C� b�������Dһ�� �q��׼Ud|�>�)��Rw�@r
=�mxqE�G!R��|7P���xnY[�M�-u�ĺE��`�S�@�ȈұZ����p3h���Ӯ=���YL�Yh͝��J�3[$�������S��ݠ��S9
+���$�G֙���:+�=j����Y�%C�S�*yY[�;}dY#�G��ŧf͢�h��)�ht�d�V}�!��τ�*l#�F/-��|Yf�ߛ��n�G)\�|	�`NE$T�\��ް65�%�� �\2���6ʰ�Mb ƕ��[}6��Pu?������	l��M�$L�}~VA�o,Р����A���sd�s�1�����\4�l<��R�xEh��(����ZZ|>�b�_�XM@��5�a��I�H����$���LB�@�D �Y�Ё��L����)�'F2/�'�G8�myy�n?ڿK�$��Ԏ$淙�)G,�6���gU��jH2rXc#�oFe>w;=��ʹI#��Fe��#EiF�j�\Â�͚�A��xw�ȩ�:�?s�4�xC���U�hm[�(] ����E�����S��Y��|p�X�?!�i|G�
+���m���gN�k�i���E�
+t3��*�G0�`N�����Ÿ���	  �E���/���^Օ��]e�T_v��l8w���g�kb�2O���G�"�n��<{ܘ�PqB�n�T�(�����+�]��]�&G)1z����ѓß��U'4�>��)}�g"��`8�7Tĸ{O.d3�K�dS�h�R��SJ��u��A#W+�6�j������h��+��JL�B_C�Ujak+���
+A�`����
+�P3=�%���N�᫊s�״�X��	��ig�?�4�|�f���:���#@�����av�:)��
�u��>������
�{i�(���B�6��ѡ~<�T$�c'��2n9܅�ʚ��s����z0.r^p���7<�Wi��)/Y��x2p�h�#�����op���@�v�:V��CK��%�'�<�c�y��*�,�/$GG�Lp��S�(�衂�����}ڵ��;�J�q]��g8
+耡��H�qE{:�O�5lj �-I���2}��m��L��}��oa!t���9���4��۞
�2P�X́2�-�r1�lھ�����L�#��~$����X�n����WFz>�dp����|/��7�t`���`ث�O���;H!���c�(�S�2ƥ,FR��A�~���}��;��X�ٝǟ����m���n��D7V߿�$�������c��b��l�3��ݺ��t;c��s�Ͻ���c����5���E�e��E��);s�0ʋ��c��VS:r��D���-����,���	��oA�H	vy�?ɫ����!b`vۡ��.Ϫ�dԿ�7�`��U�ы=f��X3�}֎�|Ca�QO����_�W�CH�IAy]?���w%��{�X��E����V�Q��KR�-��WEϱ��2P3 �^
+�>���
+1P�!ˏV�7P6̴ODЬ��~��gW�RUj�
+(F"@�g� ىEC
v����"0$O؅��8$�
+{tP��吹'�H6���2;���]5���Y��E���QN]�VtQ5���@�s|��Z�	�V�BZ+��;P��S�֮�����Ȑ
+u�5̟��TP3��h1��G���##H�"�ʂ%u��_1����Br����:C�1���&��F�T���,��|+t��#�w 矱�����Ÿ"]�Aޕ�j)�)�R�&�_2���gC���$��[��O���GB���s�����e�,��n�@%
bEA���<��2�3�qE8~�� �%��D�Ġ�Y�p�{�������nA�Rs2�@��Թ�P����� �Fg9u9_>�G���_�?%�'����<�h6��0\�0fo!���8g$��T�I�S�����AKތ���7Z7C4]dp��I��E�2� �H:��W$6�9�$TC�,�b&py��\%�̠�~�i����7�u�DV��8vC���@9���������j�>(�������-( �?C?_�Rc}�(d�P�"4�]�f��+���) g�Ж���'"�g��k�����뀏Ō!�:p��`\#cIKd��#c�c�PNk�ځ�@/��@�׌"���y�%���΄��'	�^��y�Y�zC��T�F9s&��.��젲H�'uK���d�ަB�����^TÅ���0���)vQ�ckHJ���|ɠ��~C�p�<md����*֡�v˹�`�m����	ܲDN�tse�T`Ԛ�1B�f�}����;ѫp;��e���-���s�)���jC�>��H`2E�E��MEx4��K]��dq�jV�2, ���S2=[�Ӳ�)`F->����O�SN<�wD� ������LQ|���f��fdtzӌ)1�6�kh���!�hpw�F�*�)�N��,x\�S�:4D���|P�UFY�N�e�,E݊jhLr����p>d���5"K�!N��V2�N��#�m��]g͓ص�di_�������e���0�2���H�8@��"��8��O_�ӨD�:�m�KѦ��,�����ic�B�ו�}Jā?a�
+��)WV���E���}� �Vx=\�x�/�����XǹLk��˶���� �������ۧ�K_I�ۺuC�EA����I��k�����9J
+IE}Q$�D�������!IV��5IS�6�/vsMessA�x"�`�M�����8�B*�8�%fa�ږ�"V��"N�Ѩ^@�-���`����y�YHܧ��������MI�?hGc�3G�C�o�����J%?ɶ΄K��SmĤy��{@�5�*9&�cF0�^?��<��${�C/pk��QDn�b���S׵"�v��!��L�D�CaE[���$�axP�9��d"�d ]Q���ט�"i��^֌//y$+G�-�W$�Y�4	� 
f��J<�����Ԏ��Bc�����xʴ��]�M��q���x_�=�a�z��lr�3{�U���#�����TP5��?j�U"NI��(T���/|F��|߈\B:
�h+ˌI��:�AtM�{�HN�G5N$���b�hEU2 ��
+>@�:�{"�
+���
+�=9K���%}D�X!��R�����"E�.w�9i��o�!����y�I� q{���(�%�����E����z�'c�A���O����WE+)���F���b����y�	c�F��~hDx��W>("�P,�ka{���\��P�ш6��mb�D���x�3�=��{M���4�h솖���(bǸ�h��lX�%�g�%��5�>�`B ?��yb�� �.�i$�I��x���;���c����c˒w*��׊�x}Q)��SJo�
+���q�-D��P��m`B2Sې�̣�M�4�K�4@�!	��n�W祪S��$�v��Pu��Vp_�6E$_��`��0��q-Y��"jʷ���UA)��$���<1dE��#0�D��3(B�9�J�$�^�;~R�N�=%�,&��"�j�\�
+�bN��&��B�{Rh��-5�9﵊J�fU����BHU�<!���>0�JVև>R����9�r˴�:�p!=�~��4M��$��G��™Љ[u�G �Tnj��yUͧ��� 2����T|�P������}a@��i�	X���I�c��z�pdYs�r�%kyLd+.�W%%	SH%�`�v���V�������?ڦ��	}A�q�`���𮘢П����:T#�8��8j`��vT��+���9�+P���A�s�(H�6�7�R�l����&`���:У��/�e��U�D|�����R���(�"����L�"��f���5�h�pCC�}|����]��M{��h�G0T 8!���J�+���|o�B�s+0�Q�,���hs�e��4C��4f����(M�E%�}�C+���	F�-�Ы�5BD?E��rarl����8�84��@�Qf�" ��);4	b������T��?�~Eq�G�6E��_L�X�x
+Y11����@����|I"fQQ6ú���m`1ky�e���b�Mw��n?rr�J��h��
�@�x�L���d5o$r/��͈�c�X5�1z�x�Amϣ(0��JΌ\��eH��cL�B�Ľ��E+HOW�L[5�`�E�A�P�.9Ǚ-#	�7���.C��~G�T�!��0!�_v��R��	.��;QێY�M�
���B�i*�]��o�!�nd�]~Т~F�u���k�J׎����@if2 ��U&#����jh§?�~�W[S�A����X���͇�#�����X��Bn|,Ӈ���>��!/h/�m�C�h@�s���=��I4HcwJ���~ѹ��V�z���٢�p��
��/������j�^l�t_�����	��O��ﶫ�������������n��'�������������Y蘋������{}��;{ҽ�������r�yם]<���������7��z��͇/�͛�������ͧ~��W���ny3�_$7>�A�Ο�w��Ӂ����v����3y�����S���{�Z~��m�ţ��j�y�1���j�8��w�w��_���?���͇9���v�~4�����0��x�ڑ��Ք�_��~���7կſ	�^��\�U�n�b�\n����]�A;�}����i�l}3-�ϗ˷������٫�z�~y�M�t��W'�CW4�UEn�*$n���������He�l_�����|��?,����|j?�_^������sG���������+���ؽ�d=����Q���^�:�W���?�詯����������E��[�ģvV�Y�~�E�z�
z�����L6�j���X���}�Kt�S��G6y��:�R��QԀE��Ph!>ƬFw����*\J֪���J���R��vr�����ɢRy�0_Τ�<��f�ae92���Y��_�^Y���m��c�D+蔊���6	śU�N45C��=]O݃U�a���.�:Z<��x�"����(�D�p�{Z��BS��͈�bM�T��I��&*�Έ�c�˘S�{�:H��g�t�
+
endstream
endobj
95 0 obj
<</Filter[/FlateDecode]/Length 24903>>stream
+H����nXE��`ޡ7#%h�骮���
b�,�A�Udb�"�X��o�w�^��bA�8�}��ԩӳO�����r��VX�:"5��m��c�6'f�[u��=LjƁR����ZĪ�gY#}���j�r]f�y���[LL�3�Zg�?B�R�P��r�z�n}��*��O�
+�u�zx�%������c3��������-*/j�d�'eR�Ei���Q�þ纺>o�)_��.�c��ʭ��Q��92�����L$���n�]A:6��F]���Z�:i�l�;�lʾʤ��S��1[_T�'/-��ɮD�$�g�R'�hz��2Η9��ȩG��ܨ��+��Ak4��A�X�`�^(H���S�U����fy��W�V��H�f.`dv�X�˫��0+��81�sN8����>t��������4k;��/��'��U�ի�F�o���xL����j%w�Bz+"�MQ-u��Y9��j�.��Ӊ#ocN�A��Fx�#�RIQ�S�H6KVcV�h�J��Ƅ�`�h9<��m��	�:
�q��/rn��8G�xƊ�I�j�Ą#�r����u�S�a�@h��LxW(��9Qr4@�����)�3Ħp@^�So����M�3�K�(�w,�CI;��< rNL\
�'���i�V����+q��ckZ����Dv�i@�;Jy:U ��A��AF�K���>�X�2�$C����:�8K����YD� ��c��$*!��i1'sd
���A1j����8�(�� [SY�AY���(����p:ajڄG�i��?8pd�V��j�Q���N[:�
J�D�c�R&��� a�<�`��(UUUT�uڙ	�cT�°�f���6:c�4hcP�Qki;б���?H9�����}�����ۛ����͛�w�����s��b �-"f��4Œ��K�^�U��R��|\xet�;��.(0�
]�,P6�7(V�K��E�3����'LZ;L�$ �A���^�g.HN/|`�����'4���
w���;;bXc��_����,���J\�m�2���.�"������ 
+)hB�����Ia:{��s�U�p/�"w���H�����%]]�ϋ����޼~xs������������w_ݾ���J����Kl������/����������/>?��������oS��g�7w�ݾ��b�"��=������ܟ��������������Y���=O/��.o�磟vΟ�':��la�h�4�p!�7K��QZ�(�'�
+�2�t��zC�!0�
��HC$�uo���^,�.������
WC��:�B�
<f�Z�%�b�s�-��܄��l����0��W�(_��I���T&~����h�T+�œ�Z勩���Le�
+�Įc�������l1l�4'�$8��s��(.�*��"��3̙�PI�o5����Y��z �2���;Ӟm��1�X1���.�>���d�/���P��9�\D >����rXϒ8R�U|hH�E�!C{h�Q\������Q�����Z5��Z,��%��0x?z��k���3�ա�+ŀ�@�t'�h� 5a�ډ4v|B0��'��wݵ�����'JUO�#P�[����q��jR�01���������h�P��"Y}$��v��ܝ�Ĕ� �ݘ����)Z�2KK���2�
+�*7J�1�&�p��?�K��Fl�ɤxG����6�ҫ���i��F2N=oO�wsa�
BnG����y
+BG�j����(����I�486�n,�f��Cª��\O(��j�S�i싒F
+�dW�[��-��_t)YX~���Kp�ҩJ�k�~BJ�a�����b�3�\�lc=z,-�u�
+ALX��"p��E��!i�F�����U�}d��fe��̿ľVj�=RwBթ�=�uqeB�c�siT�=���6�ta$�L�
+��ӷ�V��R���'I�8!^�'�ѐ0�e��l,�"egqn�`EB:i��T3偳�x�B���
����ƻ蓐`X�y�O������e��vZ���x�]��,��,�/�y�C'"[��TWc�7�i\-��K��j�µ��UE7t�"��H��6uss�!wN��o�z��N��$�Ƞ��O�������Y�=]8�����]���C(b��?�ܮT�ǝ�/�0t�1Нje���Y�D�@�_z6�^C�b��s�7�r�FS��75
�.�VHU��KQL
+�"�,n[_����
+�r̵a�3\��*��>��Sst&��r��.=��F�K)q%	�e�:[\��Z�5��L
+jŵ�
�`����X������ٗ������1�:+�/��r�O6!%NՎ�r�ї���R+xWj(
+�:��HA���2� U�WK�q�U���%iĥK>xLQdg�<�edJP&Q�o<N���t�۵��]ij�-0�~����H]�|�����ޑt�ǎ���q��t�5��9�T���y����!=~</Bڡz��]Jʺ9p���	�`K�O����P�v{%1������b�}k����W���q��������I�j?��'���;q;��!�;�\b�����9{;8�Ը\�t6I��I���5������9?�>B�ب���3t�Œ������kT����:Z
+ �k�9Z�cwo�~$��/Z@Ɨzt��'�ՕKo:��cpr���R��6rw�S�:��E�jb]�����@��Z��P��{�\��G��[�~*t��m�Y�����=��-� ���6W�iV���<��,.��c��e9�:���Kr���Ө��]��4�emt7�C���o�������e�]$�=�a!�r[�U5ݲ����]��F~�����wD���v�J/&��U�)��#�F6N��O�A�*y>��CC1D�I�����e��z�6?PhE=WԌ�7ه[���il1���9�?t��s�����Ⱦ���?0���ܙ.�nZ��%_����8?���2���:3��$[u'v/�f�~0�Ы��9/�:[����_(~���v���"��zI߼��t�]�{?0������wyPxS��)��BX~hnژ��K�˲�w�6_;]��7k4�U��5��@j�����%f^	��k-3�\��s:�=9(aC���{����)��Z���=�LzS�ڔ`����BK�چ�ٵ�����w���"�)0�m.��/���8��`x	c��WE����4����Mhq�wf�)��Y��tD@M�Y�#�8WcQ.����jG5���P�C51F~��1a��qpƜ"��q��֊K��ԛ�u�V6 �Pz�&��&��Yi8�Gnk�	.E�6�ɩ^n7�r;���z2+�dǣp,��ptؓ�ӏ��	n[\��0�SY��j�.׬Է�>�iƽei�ò�rXuJf�*jt^� 2�ݪ
��8��]M�0�«�B>�l�_Ҩ�n���㆜B��2��7��D� �fAz�R�R��aѩr����H����R�*z8z���=wY�=f]Z�1�i�3ʇ�잸�&w���1Vy�M�h�Ə��0('�ҽùiFVL�s&���0�+�-F�HD]$�v&Y!��\~M�q��U����b�l�3x��S�{��2���h���9m���ڀ��������Kw��mfA��[��-@eA
s$Q���0(=R�e�9/Ӥ(��0q�FX��E&�Q�Ѕ]�M�	�g��z���?<�\�������
@
�'r"�cP�){��܏������Tv���츶�1�{E�������^�"����q�0H�e��7Lƣ9		1��X's���>Q��M��sN��h�f��7J|��c���A�77��2�$��	�߶kH�]�_�D�������z1K���1B(i�'���G�r��y^�m�E�pzt�.ǴQ���>Z��&s$��W��^?p۬�UZ��rWjX�E�M���2�c�A���Z����������)?
�j�(���J$�(GӠQȻ��)���a��]�!27��Hw��3E72�]ྙo�����c��ӻ�4�"�q�����S�n�n��2C@j{r;�b���κ�RL2��9i��װ ^̼�+�r�86�;G9�b��Eq���|	Bo���q�өM���-�)��p�������ĉiw�o�/���������*|�
p�=�֥sP�{�:��+&�d}����-*�7���gh�:������vd��^� ���}�Ȯ-;?u^�n������?��,4�s�(�E�]�t5�����d�]�����&�M���e���}�S55��;���WA���q3�_V��	wEM�����:+u�Y�����:�j�#�[d�4k���ƣ|P�P����0�-M�V����y�'��[��!‰�ᜂW2�d��5b���P1y"�gN`�'7�.���KH��!&��n^�fD�-3١����b �}�CC��̲�[]�30��IB
+?����
�rB\���v��$(~��̬��KE�)���X1ܜױ�ZC�I�q;���1�!q������5Ċ�(vO�>�R9⃪�n�#g!�I7Ҳ���(����N$!؅�*�nG����Y$�d����Lk����A��[�g�����z��/v�I��Ե��jbT��|8>��j�R�)��cwmnW�,�=��҂��?�c�x�Y�P�.�� A���(��D
+�l�!� 'B]f�AQ�T�d>�
+�R<��0��|`8����;
+��y�B�%.@�ܤ6���K�i�M9'��A ����C�=�T�o J�`����i��*#��CT7S�f@�m`��"���l�Jp$�hK�M�q���W�P;�ݑ����)�ب֕� ˕˶�`�",����!�ͿcR����$u���̤e4��TU?���W	�h� Q}<��!���ۥ,p�S8hP��U��Mou�Xj�<�X�f�8nF#���U?YN`$�y�a���v�Q��ZS�]_�߉���K�}ݸ7u�'g�@	���4���v7CiB ���|��icD8�8���N[]�H{�ɣg�)�n�>�z�6���DݥRs�z��ň8�L1N�(����qY�,�<�!TLS�e%����–N"��(wz&C$F~�;9���F�Tؑ�ک[=f��"�dvg����18(k/-ژ3����=�z$F2���3�L�U;��\��"ߋ�J����U��"����)M�y�)����8Xʳ��X�7ǣd�u�H.
����2RXP�.0�^�S�j||�L����t�"���"ڡ
C_���W-OY���E���I�T�n�hg���2�����
+�)���J�Sg�p�"Qjz�k���m���<ȉ�
+{��xw�����׭�=h4�-��
���.ctk��Yyw�1٩lq�Y�;(hSe�ޯO�ŵ$y����o��Z�1_��I��R����1\��e�Lv�8�0�*����U���HN;+�&iE�%�o��?�$Ū&��dI�5�:�?�x�P}>�!p�.�%PM��r�T5Sx@z�t��ց�s��]�&>��uʤÊ�����
+N%�7U�TF�\�)a�C��n�=�����G�Y�:6�d��|�����0>�^Ȓ�"��R�p�����<�|���د�H�K����^�ڳif��&Dv��d8N|���b��R�g>�"ºhp�p:R!g���@<���fo��{�V��3i��_�+�|ںj�{��F͇��[�D���s�djJޯ�U��?�$r���XA|�Kv��W��@g��U�0ȡ�̅��ҙ�H�+�R��г��v�~�M�o`��E���hF�T#@K$�S	�Q0��C`D)Dg��C�-�=�a��$�4XM��?f"^��{=�E��ɕ�F��^�7�S20e�s\u���Y6g�t���U4z�P�s�S���h&,�=iP���+LѰ���\��Z���ob��ƔT*��S�E��>K�8�1�6��}����"��4�G^xx6�ʅ!��N!�����E9t���	�i��G�…F�y��H%�b!yɲY\H�>2&����d�כ�I��!�"r�x��PL��Gr>��0V$���k3��lã����W���c��CS��/�Hc�x��4w)�ш��l5�E�C-��F1��֧�J���
+�W1#��x�
+^�M�������h\�V	!\!�j�A:��C�������bM���&_D9��ASj���{+�R)W���`��d@az�S>Hy�N�jU ���({�ka/���NT#�}@��7Q�ҋ��0�MA�pC>'�ӲH"2	��Љ՛Nt��q��\LRqEe��8�d�� "�9��j2y�8�G
�|o�A�����(�9�*���4R0`�Fd*)�$i,#�KSu�+8�4U�yL�8Iz9����c�5�(�M��\N�d�FyL��ц�<;$0���M��J����ƒrK��kt���<e耹��Y�9�������^- ��`Q��'i�x4صc�hc��0�b�9�jZ�b,x܂`�Snkg�3
��d� 
+@8��d>b�U�z˖�����Q$�R�M�j�7iӆXǭ���Hܢ�km(ĺ�0�#w�i\@�1�;ҋ{ЬE�LN�s�*'"��8�Ð��d�x���*�7kK��5�$^Y��7L"�(�ru�LBbY��O�)��&*n��e�Le!<�\M'�d��& Ƶ'x��zE�̏��Z�	�Y
+W�ڶt��_��/$���f�+:��2V
+-wM5ᝌ'IG))��@�_����������?�~���m��>������o￿����������~s���oh�-[F��Iaٻ�o.����ݧ��x{���������͗��r{�y|�֎��������7��?�?��������*������5�s��4~_�����/_.?��㮭ŷ��z�;���h�/.��������o�y ����)����?ۗ��:`P�U�Q��B@o`����X�2�%��e�J���!�H<t؅u�5���
r�̙;;�1eلФ
+	�q����gC��k�i(f�K����3Itt�0k�w^1�u~�rΒ;�B/
���Ra/���a����YЂoP&r�oAՄ��O��z�d�Hʆ��eF��
+/jf�d��9?����'��/�FD��E13"g�.+�����*a'�:GC���
+�Vd@�#�8%!$��=<�^�pZ��qLP1�/.=;g�������k3�6sHϠ9��A�]]"n��Lup�Ro���9��YX�u����fv�U
+]���+�)�DY!{5�(D�cZY�	+<C���b��`���4֌,�,Y�	��:����;#J�t���%^�4��A����lrc�)�>횀�����N�@��=�>4|�'$PwlA;sAއ]s��y!w��8��h �`����Q҆���;�_����bS6��!�.�p�C���5�w�i�h� J�&�C��	e׽�;�tT>�ƒ�Y����L%�w\p�EP"Gd���À�~W��=]C��i	|X�����nB7��M5����Z&�$�QEG&�@�S|��X0���Y�ݤx
+�"WZ�R��)���y��.Y8�-�X� yޖ�Y�푻��G�aM�(���Ij�
+\{�k�x����1�X3��K�Q+x���n`x�
+�,��;��KH��x,��=G��M�s�<�;�XR1n`��;�7Q�N�3D���h��*�/����h��9�F������ֲ�Y�Y&Z��<�:�f�S2���WE�rv:�EV�Ee:��BEٱթ���J���%r����N-9�sqm�\3���{"�t>)��~'쎝��u�r�F��i=�S��Գ��5�͍�Y�YW����� \~����M(��13�0�yq�r!r��KRU�����8�L��ǣ��s��K0QV�GX-)��뺀9T��K�ÐF�����S���8�E1d�����>y�Z�{7����~L��s]��D�"��&F2� e�B���0��w�q�4K�����A	Jѹ���B�ޏs���DM�Lh�A�VO,fMlL�"�T=m�P��$O�[�v~��iy���s���\��`�2�Du�+��ݴ��ܑ+��5�J��|,:`���g��ʒy�_V4/頫S����zQ-j̣�S,�PXQ��<�M
tPs�� H�xbفM
+:q���C���U���?�f�)9��a����h�@&^s#�oɇ��ec�nAz �)��=�(r��1�lV0g�f�Ѓ��@Z0���,�2��A�@ȱjWR+qz�@.�!�mA����/��L%i�gD0|�Mo`��ɽ�*��m���	�I�F��+����Σ��w1{�X@�x~K��A��^�?��dG�����S�2�}3���g���e�0FP��:�e�3#�L�!�Ƒ���t{�63�2>/ ��/Z2�`m/ʀg�b]�F���S��xJ�Q�C�p���)�Dc���>�H�ʓ؂�;��|*2W�-�i�#����'c���5�.���A��<N�<i:)9	T��)�n��30�@��'��%/��W��Aso�g��b��xL93�l�D�MI'%�`�
�s�$���`ld��Ȗ�:囑�G�� h�"�>��_���JGaG$�6��1#gQ�-�s����x�ؙ�����<@pč�˦�0��J�3�%q�~~�G��)_�l9$���CG��+qJ&�����Z!��[�ۯ/���g	~T�/���G�nPA�uw��J��W��y(	Bh��7�]����> �Nq/b�Q�͓F~�Qw("L<D��M�O��)nL�5,����[�Z���d�����~��\cĒ?��y=A�wA�3�8�}��	�	��2�Ɂґ=2��E���㈐L(��
+��5�$�{��T\���5#7t��T_�@���4�LA�p�����&��=���=U�k��~�;>Ǯ�(���|�N�zO"wa��;=�p�w���1bXN���ӱ�8$7&�f�[&��c��pP��i����s<�p�r՘�s�ʤ揭�P��<�P�A�;7�WdBy�4wߑN��ii~���u�	��K�-��<�xD�V�Gq���P���;�?��3c��_F4f)$fX�7�Ȥ��)���,R��&50��S�B��$��+�r{0h8ױ@Sss��<1��1��L퉎�"�Tma�J�ɋXj�@'P
+�Wy���]iT�<�e>5c4�f��{7��6�ئi*��W��*�J�XP��
+-�0��rߛ�f��\�ؾ�Ng`�D����Ǔ^v��>/���./{���^N��ؼ�67�}9��f�f��$�fn������Ww�s�e��Q�=�R7ޝ��	��/�������~��o>|x���~��?����������?*��dp�H��x�?~P
���A�J��~Mm0�p-�.S�D��i�net�g#`E���M>��"��������DZ�2�NH�)������|�7�w���n/�����3
+s�+k'U��$R|�e���yN[��h٣��J��2�"9Y�a~R�'��-jaRp1��`���\���*���|����h+�B^�yR#�X<��ux�Fh }�h�]�J�+0{}�h�{!�^�?Dv}�s�u�l��o�5�>����~�q+���8����}�R��}���cӝ���[����XE-/W����K�;�v]Ǿ��>�R\&���`Eぱ/�	K�@(���n�T�J��}���+eH-���8$S�AseQ�z�v��ʙ۳�ʊ:�~e:[Δ��I�>��L *���R��dx�3R�"cY%cC�,�|>����������|�U2Y��d7cJ��&�%��dԡ��zo2d�TdS�$UO�B	�H��~]o�g E��օ&��P~`ӵl�k�U��|1H>.��a
+�]�83/�����VZX�IDկ����s֩/޿��d�����+7f�����5�
+&1ag�R
D�"�g:�sA�l�I�ҘQ���C�����Q�	��I����(���ӗ}��M���iE�>�%��:�$���a�^/�7����Ǣk	�V`�C�䃘������jw"'�A���P�!� �࢑�K��D����g�	�f�ݘ�����V���N�ӊ��AϬFv.L�C����<�'��'@�L�`O������Tp�z�R��S,�g��W���a�ͻ���q�PX.��}PP%���d^�\U�?������I'ܱ�,(�V��/q(�-pYY���x���o�AΠ��h�ݪ��_�$�~B��j�7�,h���b%'#9)��V�M��y�N�oE��>ܥ"�Mo��p-^Ì��P�Srڨ/l*1�0���ȡ�A <GA� ���t��g�>P�8�¤��,�Z4��V�4d	C�E�w�Uj�P(�ѽ}�u�\�ej��m
+D����3sLHP9��+�6p�"�����Jd�vQ�BnhB�}N��M���\�T�Fh��`KR��^Q��bm�����I�O�gU�X�0�F��D��C������(+�W�7z�H��p�ӣ�Ԃ�tGҦ�FOz��W^7�<D�Z%��Y��D̛U�G��Q��x�=����q���Fb20�j
+�aFhz�τ+�c�6gx)�J���E,���q,M��8�9P�v�>L����roJ�$1^ڳdC'�,�Hv�vx,�F#Е-	�4�I:+ȌX����B�Uq��d�z�6�
�^Q�P��<A}-���d��K@����a��+�������&��ˠv)��~\@��������d�D��t�?d��yΉ�|����'���䠳)y�	uR�5tB����$��@�1eu.K��<���'�H
��0j��n�P� ?X�=u�3��{P0?R"bP(20�M��5�$�cdz�	���r��\oC��]�K��l��n@�)a����%�)q�v|�șms�B�KpRv�E&��ȫ��&�&n<']6����p���2J��j���?Y�Jp$m��7����꾓�(p����FR��^P�N�g-�@�v���O�A�燤�u���D[ʈ�����N� '�K?+�'V~�.
L��̔^Z������x֍�A �9���͟�m�/Ζ�X�,���ͯ����3��_������/�W�:~�S4k!��O.R)ji20��5c̮�ffT�Ot�Ub��&�S�:r�zN:�wwt!��0�%h�2�.�"��E�ݥ��r���-�}�@:%��Ͼ����;��+0LbL�l"���=o��A��i���@<��% -�'���r�uqsV�C�r��g��|�d˳�k2��^n�,B/A�4B�0P;pD�C�`�ri�:�?�.�3�q$��B��qn+�<>���^��R��>Tu�$���7�!��T���y�9�^�F➅��P��0��cU��G�#��a܃�R5�Xir���3
+�Pd$5��ɔx����3w`ڱ��e�W|e���p8=��P�e]&��x�	!��-L�Y���=q�F�W{����i����9�c^òC�h=��I���.����4�1O���i�jx˂*^��m[
+sq՗��1(~�嗦��^
���
�J���ė�N��Z��a��G~󤧚u�����ڈ�W0�X`t��t:
x�t�*Z�b���Et�2\�[���vә=MG�;q�
���:�Ȫ��j�&�� ,=�������G0G�։��-<α�~0��^���Ζ��2lM�������B0fg�����eC4���;0%0�ѩvy�M���Or��(gs
+b,.1	8��	�O���삇�"D��4qw�1��)��-��0��Pܱ@vx��������f�<i�����G3N�!h�eBG!�f�{��e���KnW�sƚQlL�v����%�\�n� ��:�.�0��>94N��Ph���RāN�����.3�������Gvu�c5C�����`Ҭ"Y���zE�y�n��C%وt�/	M�3tI�tl��x�����XY*�ر�{�] �K$(f�KO�7��:/
�f�+@�d^�.
�i�%5�:��g��(�ٛ���e�|�F���6�j����f��)�D/,��ℴ�2�cv�ᓇ�j��-13�-;�hO��I�Pi,!����\B���oB�лjk�=�����<W�!š(k�i��۬�d�3`43/�=>̇R6j-�pQ��~�C�]�x�d��ꉈ3eK�cP�3�[�2�f��C��	9j}�uW]�GB�ROO�a��C��BBќA�M�n��@��;&�\���<��uzp��X��ũ��`
:��KO���d'�	_�f�qy����=�r�n��f��v����>��̽�snp?g��jB`��`q��܇��A����}�����}������L����qV����q]]BJpHǔ��z]��ċQ���b�Y�$h���G��Qg,t�p��x��������X(�M���1b,�{.��z�o��g�ucqm� ��{R	��R�/#�8�T�e�,l����D�T- �Fm��z�=𝸇*�BD�o�8Ӊj��+����4'�P#�b�s[���윧Œ�\�Ӄ��Cz�Щ���E��z�(�YJ��6$Y��eu]qs8P�M�#�����5��ªy�;D&��M~*�t���^F�Q�0��CQ�I�o�<o�������[���}��G�����o�ʞ0�E7������}�p��9�����q��iG�2�6��i��0'�)v����1=�=c8�V�4��U�s��2��ľ|ض��ihvd7��m��/F���Brb!}�M��>tT�������~�8a��Ji<@x��}璽œ����L�Z(�u���
+f,S
+���(Ց�3����$�"h�w��{VZ	i<��ev{�FH�gj�g��'��Dˏ�Y~�o�����.�h�_��aڊ�F	�d�KG���f$~�<�|�����N���P~,p)$�?��v��	���{��8i*_2c��m!�T&��H���
+(��6+���>Xo@��
;�:`�U�2���>Զ��!�/�#a	��a#�8v�³��<F}�M�)�D��T�T��dX�ؘHU��\z��~
+�—Ra�?�^�THO
���fR�t�}���{��TY�o&=��N���f�2!�y����KR\O�j�K.]K{2�J�Hc�ǯArI�!� �Nw�rl*��x-ZU�tPn��db��y��[�V�j���{<�K��F�j`�Ч(Xv�Q�qk��%�4D�vk
+2�:�>y)jc��6&ǠsN;k�q��&�J?tD~��!iƒ���Ox7N���=���Y��UĬ�:��)�I�	#�/U��N���K����/�#jIV��|	�*
K��
+v�eUO-],A�݃0,O<[i����pw�j�ZVu�w{Ϫ8Q֎�?̂�<�D0y�{n��G�H�4wl��Q�IZ�q��SM`�N�@6����Gu�~��ƃN�j:@�4x(�v�
5��o�H;��'�C.u�Qkl�V�
��Yo�j6!X�����c&�7�r_1������1#܌y��W�c`��wE�T)/.:�Qaq+�! 7o��R���Fe���[$�|3�Rq��	�E:�|8���ͨ':��Q8��Q��zO�U!�:���i��BDڄ���nR�a�1`8
���T1�Э���m�rܗ�X>>n�1�L����%U�UnƑ���5��7��n�����ȂP@9���L�%0.
�Yy��ؘ@\��G�&�C�=m���s^H�eD���2���@>
+S�i%�@���j�����7+��s����os��Ec6"�~[ �%��6N$��F��e���h���mD��rj��p���o����^���'��Η�dp����щ&O�~CoYژͲ�iU�<���
G�Rކ��_6Z�Y�E�/f���%�u�q~���Z���~��������� �*�$�@�5�y�����AC<��_)E�A�1��S�rd=�#����o�[�ZNȷߙJ"��`3�dž��N
VR�*,�{�r�G_�}2y5��#�!e�b�\��O?rṔ��;MzV�=���3�2�
+�r%�s\��'���-5gv��w���{My� 7�F��n�Ƚ`�.`�!ś;qrq��g�7�G��Y�뗱��WZ׿�`S�V�l���_��F
�Ĩn����P��e��.+���.S5~�A��ڹc�Gb���ܮ�w�N/��^Up����k�zp+��Ss����1���6�t�{�p�z��2��h�3J�)���+Wpe�9�M=b&/
v"1ɉd�]m��tb*�	�B+���Ҍ�L+g�
0c�:_� /��R����r�ث��.�]͙��p��6��?�e�[�q��W�8W5�J����d�$��h�V�"@A����S}/Ů�@@��]]u����ĺ��q�Kڍ.�B�#�h6���-f��#tJ#��y�&3����&PMπ#���0KF�,)�3�>��V��R(6CNʒ��I���n�*i��۽X4�k���
+'2�@�V��U�d���p)q�\B���dmf���
+�X��r��@�O�IB5�Щ#��E�����q�X�$9��ȚI�"C�	D�Y�� Ȏop��%�^RT�^�e���'�@�VIc��T>�y�bm*`�.#cӪ�U1�d��
+�*�
+��M����3��i�X�=v� ��v�U4��i��:��_D2�X�hZ5er4e��0SXd7K��vO"�kUҘw���w/E���Uce�ڢ=�����J����?hV��Yֱ�~w�����Y�~�����0Hǐ���Q:XS�3���bxeDQ��~�^��>Y͒d5��������X!69^ e	YzX�zZ��O�@4�_��o���:XFSrܲ,!Wlb��p�<������#G�W���\Q��_*V�M>όC�d��� �����`�k!전�d4�L�!�N�e����Ȩ5�jc��޾�at�i���1$(b�L��a�{�Fgy�ܤ�Vb�+�t)�a���R���ؙĵ]�q��YːF8�%�>'e$�7x�H�
1�C�z�1MB)��mȸ��Zv��M*���mm~�O���}��<�T�S5�G�8:kj���/E�
�H]�;J��X|i���j�w�
+�1�L��嬑펨y�#�j��=4 LP�����Bu��k�/�3ؠ>����%�4�R���d9�D���L�����_���W>�Kc��d	=�@V���5n�ya;k���q��֎j�_+V�s^u�����EM�El�nP��0��t-�G���+�tHN�7��r�^d:f@&�A
YpOI��$�X�D���HEV��d`�Μ
�ҭb��M�*J�����+�(+�1�K�Gs1��i�: #�)P��l��I�AO@�@3-����<�@Z�>U��7]��E{8�a��F+���,G5�${�H�!`w�Xt�_M}�m�j���"
+�5���m(����v�J�턽|N��`�ۣ.F~S�����r3d�AL��RX\`��Ag�JS@��n�THRL¦HhDQZI/��X�<H��C
�m.M9J�Q2�2��(���mV�	ѳՉX`��nh/��+��4�^�Y� 	��q�ϭ�Z�I�PcVj�1Q������N3EL
�FDƥ~
ޛ<������<��[&~���8�����c��uh�4�&��s{Ԩ��
+4KߐSƉ������v2燲�
+*���n��(E�L�(��w!q�.��+���λ�C��8�����I��A�Ihpp�.h�t&:��h��M+:�8��y3��U�������M����,$�:��CL�0<W������{���2h�jW�H�H��b��ը�2���'�Bdݥn�GE&�G�����(a��
+�`:����0�e���t)�%�LXYai�$U@F����d:#��tz�U2\�]�dh�AzQ�$�+xՍ� !;�,����(W�R���������l�3a\��'�!$��o�"��~��d%'�B��f�"���@��q���nV�U`����-�1�I��q�Q85�EGj�ǁ�E^0�6�Q�a�p^,�Z�G��y��q}�cʝD�0�yC��4�g��^���nM-SC'b��׫Ta����C��}yĩ6�O�����
+j�1asa��#g�[[E�Y��<���ۺ�Y�s��;�{�C�w�Μ�ċ?��iD�6����*���w������ۧ߷?��������������Ow�w�w�����~ckDXX�̵�`һ��o��������x{��?�������������0^�����޼�{�����������x9~_�o~��o?��_���Ϳ����?�|�} �O�Y[�o�%�������}s�_e{�v�������ӎ��b'I�K�?X+�ݼ������)�.�,_�
+RӰ��S}`��~���l�Q�����
+���(�څ�}��(����fA��Q,����a�08�_���16��8 �9��H*)�����"�cz�	������q��XF�ZM�u���z,
)�Xr~I��{x�9Q$��e��;l-u�2CC�>?�r�/��0L�կ;@�O��pt[�;�8�=�?��0ف���O��6~Yۀ�Um�n��i��� P����@���"�����)�C�����uըU��+��"x���4���x#�Ɵ,�m~	o�}F>��d^0����/A���r����叼r��7仂|G��=�=�^"�
+tƅX$�З��b�x/_
x�~G�=��_�0Ƃ�����
~��u�瀪	��_�p9�J��!ԡ�|G6��
+���\�tNF����Kd�� �A��ɻ�*���J�ġ�����	�҃ñ���@^�O��9o��F�V*��!'0O�!SA�c
+^pRI�ז��N�h�3jUpq���,�S�"�P�K��#���Y�;= Ш��1�簤��0�G�IR<%~�I�E��Ȓ�+CH/��VT�b��A��o�?�	��'��퇋�$��]�h<�JN�l�+�QA����O��U�墬�;�P�B��(UmZU0�eLt�i��<,cR#")X��Ke�����<Ѕ�x���TW��q-%�P|_� ����x}'��K�)r�ԐM�ʲ9N��K���%7璿RVu��[�â�QH�x�y�꓈�r���r��m�5/zV&�,:CƩ�yл�	��ܐCTwev���4v��qK�H�sY���Kо�nj� �D2g��}�
+�/t��b���7W�:����'��P���QK
c��&5B[{z���4>�Ma��9�>����r^B*��앾D��'�*�˪��wo����r��(��_�Kc��3#�K����`e������w"�j�+�=��ζvM��x�8�������K;��"iUd���M6�3����<64cl���܇b�Aok�ngj{��N#�l���$��3ԡ.�S�v��r��{'����-�vg�kX�+� ��G�|x}f�ӻQn��e��Z�[xQ�MF��lR��u����ؤq��&�:/�|ܛ�oC��mжd��fX��������,�,��k\�L��Q�2�������s���֥ZU怲����o�����.���~���[d8m��ͧ$��AMpK�fP���2�t
Ԭ3�(�����\�,|�A����b�Ffi��,K#"k���6h*(�,�'�8�_��N�m�%�r���
7���4dń����f}rDȽ,��U�ʀ�}It�e���쓄89;O�d��:B���0���Y�G�i�JKn��cW�U�)��LS���y4+��!#�
+c^c�<4Zr��yZeOL�Dd �C�^�.�W�HK����O5@�@a�NѰ��K8�ė5�s��k��7�ێa�P_�t�iv6���Q*_ �&��V������4�k�W�b�P�.��>�Nj����s-���0���4�NsA�� �H�ɮ_����p�bJ$_��E-#��Q�I�Ѧ�l��1Ƶ%/;*�Օ�Sܠ5�~M�I?l�"V�"M�.�L���3�<�
ܡ��*g��	b�
,S`/��K��t3b�5�C��r;��SZ�Ud�ۢn�t�7b�Z�q↎�[�l��
�;��"�5qx���+��o߿�;�����~������_?|������"|�x�3q������?�E"�6-f�Bt��1��@��0KjO�Y���1�¸㠎R�^X��	�x�*'kF�D?�43qh6�&;-��S����s�%��T�z
+����:�B�c�ʩ���k'0�77��#ëe�2����o�2�k��ΤI h.��A:��?9�F[XiL̬sb�R�dc+��v�<3Hd%�=@�b��K�<�잳��v�L��sN��~<mE���Gc�ĞU��p���T�PEm��S����u���-����f��:�ޕX��
+�/��|���+sj�
+8T~;t�]�I'A�"f��1/���WWQ^jcC%�D�JZ/�j����
�B�̣�iw�S(�iUb�~e-),?bN�lj$	ĩ�i'Z9Q,.ͽR�L�=J�=��,��Z�%�6;鳑Ta^�����8�{kL*�9�^KNq�5V����K�ڄtp�41��V��N}����։��\�(nǃ��
�Ԣ㳏��W��9�; ΀`�����{L-���X�)A�
p���A�V�x<dt�3!%6�ǧ�HlH���ɓ헤��(E:.n�d�0<��Rԃ ��'#�t�f���2����ק��TR�o~��?������ۧ������Ģuo���1�Y�c;���V�0',���& �*F"�iS����đ�0��m�PWP(z�P�����J"?��u��X�g�܁�E���q�1&�`d�}7HD�Х�{�/��`N^v�{
�_\"1��7K�1Yl	T�D<,oxkFߣ�Nl9��J� 6��J��L)�%��D"�qq�"	���*�y���$7��#�>M�&1�7�3�)Z��4�����g�8�x����Z%V�k#��
+5�Q�"�狒!,��
���T~ꄐ<
+)�l�0���ʦ!43`�
+,9�D]�a�Ir�'��8fY�AU��!�|ʹ!6FL#!TD�f]"P�BT��b)�������u�����KΫ\����E|Ɋ�iUW�#����AR��b6e���B��c�V����+Y�E.[O	�Qt@|�&+h';�\��l5nٲ�`����%�8f���J�Whv7P\�\�.N����y���[&�m�jL�tJ�CLntاv�V����j����3�i(}��x��J[�`�Y/�����a�QW@��J1���~@��M��'_�7Wp_��G���_�x83�c���%CSN֢�2<�N(�,��d`U1�,CD�0X��^�a�h}!�/ƥQ�q@KVq�X�ذ�IĦ�q�<�}0�`(������i����u�z,���T?J\����<!�P?���TQnm޾}�ˆ%��^�b��q���x���s��scԾ	7B�v}���z�@��)h��/�j�{��b�7�a#�0?���y87�<s!M�Y���C�Ҋ���W1	�v�~z��3IO
+G��6�ڸ֜[�$Y� =0�����naІ�dQ\!��j�Xq`Q#�k$A�OȰt�K�gւ�Vx�9�D��Sԁ�+�F[a(t�
+8� QJbLu�OR���e��n̵wN�	݃�|�*;���efً*\%���Q�]�#����,����P'g����jRO�&��L�z LVc�b@y ;@�lg�&���B'JC����ƙR�K�祊2�9G�`�h`����#wfm�
+i
+����5mP�C�c��"���%����fS��B����-8����H4�@m�FX��,��P۪�*�A��gs�BsNmĩ���ri 5���O�/qJ?�@L��@�������C��$l,P�Q*IlnI�)��M�ZY���-9���X*�B�eĻ���[ȵL�r��-}�,Gm�jlC�(4��T��@�	]�Q��|h;TO*��ș��V�Y�k� lJ.��?E��5Դb�j���{��i�ҷ�������bᕅ:�H�fG�R���ID3C)�k�S��++e���	�ɀ�\�jmyd>Wv�I?��؉	P]�]V���#�'mKba|�X���|2>e���(��'�|k�a�
+X�̡*9�W�F���)d�rt{+$��!���K���t"����mfv���>
��7�h��ɋ��]oו�HE]�Z	�a�|�m��HRZ]���*A�q�����k�5�pXk�q;v�b��JV���jnڠk1r���QT*A��n\f���͊�'K�۰�HE�R�N��U'�櫏���$Z��2�\|i�ב��pIYN���@E��D\]RZ����Dre�
+R�K�������c��C�4LK�P�1�綣׉O/�/�#H�,>LrN�t֜��<��©w��X�.���,t&��#0����\��pI��m���(�
&��Gփ�!`ROL�s���˄
�G�����|���4����|3޶����Z#�E!d�"o��H�m|�o	��KY��m����jG�<�y\@���3'HH�����g�<���iz铼-��OQ���+F��Z�Hz�bQ�j��~�qcxU-�w=vWؓ${
+�-f�F�[�&<���v��<�R���	��T�F�~AV"qeu�TE)J_���-�ߗ5m
+u�ȯQ���r<��]�D=�'l�^�Y}\6Ԟ�
+�+Z愜�P]{�L�����>���|�#2�cNl����gi$,:* �K�:*�*~�V��<��g����(����D��:Vֶ,]I��\���åʫU�⹥�����+Y��$�B����G*ղ�O.�
+~��+�P���ݸl��z&Š���x�j�Q�L'N��m��L�z�٘N�������K��X��K����]�0��e*�uc$t��?�m7��o��Ϙv��3��~~x�t�SH�wj�Q�ɑ��D��^�k�؊ҳ�|.�#Gܥi��>Bźs�����#�6y��~�.yz��%�}h�A����]��{�;>�D]������T��B�,�|O'vxRjZ���3.�-�#���1k�����Ǵ��$7���EDV��}�-��bGji���zCЯ������_r�qI��Y�G�40������d�
���Z�Ș�^�e	��g�xӊ������hXF��?�Y޸C�=&4>��7|�5U/S�1�S��|�1[����5~��V�{���u3&�=x�r���mF���0�j����d��t�����cF���Nv�g�m�'3
똰-������5�v,�TR򢸑űAV_}&�Tg��ִ�g�a��S�@��L��~Yߤk��a#D�V��/{��7��a�e����PC�<�ö\3��S/�\�Y?�Z3�gJ)S���JŴ8�Qw�D��֑;[�jyǼ�P��5�v]V���!��-B�˟֨��6��ͮo�����Nr�}�db��m>�i�O���a����
��v�(>tؓW��?n�	w�GR[�l�����h�Q����N�l7�_X���o�g�8�qiW	��オ|�����Nɐ��T�u�@);҇Ӊ?ϫc�^����;�iYGlH���c�U.o��,�}]㷜0��*Y&JO�-�_YFb�Ǩ<�Ȱ���q.^�=o9E��؇_���W�bHt���°?� dUD��T�4/6m#F�U����ו�3�f�]�����Z,��Τ��@�!��efO��n���`_1Y�����������|kr��(�w2^*sk���}�]ZǏ�R�n�şp�����ݵ���N�Wϸ�H��bx��Mt�~��pnۃOr�!��C]�C�*�%6�E^��3��O����gF0�#H[��s��F�>?�{��m���?X�+�oZ����Z
��7�����Y�`�����RZK�0����.lR�v��Z�I֨Cn[�Z���7�ˈ�a8hj���z�_-N�n�&[��ϰ7��S�j�l6R�ӣĶ���o$���3�A%%�Rm�Y�E�e�|G�囘��F/QI �%3�ƻ����b�W�/n��q����ڟP�[��X��ьN>�+�R���߮�a�5{�Š���=����+����Yi���V�ѫ��7�����(�U�''>�n�쐅̎<�xFG�Q��֬��X=��j��ںj#=Z���q�gx}G��fCg��#��\���d������t������F���i��j�N϶�'��!���a\�x�K*�}�x�n@�Ѵ_��~�l�����T��Q���=�$�j����MF�6�
��"���(r�h�����	\����3Xn]~�YEψI�H�n�vsF
�ez�ʦK��ēg'�E1P\#�%{j�ĵG�����M1B1�N�L������_q�AAmWNI坛�;g)�>����e�ڲ�=��!&	4�D�Sb�}w�N=����\�ۯ��ǿ+te�\EP���W���p�c�ݒHB�"Y��4˻����%�iz����;�yJ�aK��>'h�>��>��{z�RնW�8����/\<6%��a�e.��~V�Idj�R�+�}	<��JeQ���W~d�ˆﲥ��o���a׆B`Jט�3d�D�u�B��M-e��UI�9o��qa��S�yM����<f�,no��0��6�n4ϵ��ۼz2�U1�A�~7ÿL��<s�L?j!ܷ�v��ed����'RT��I�̼���J�-�g�<`��M4�!��C�����"9D#�^��H�n�QWb�47�z���m:%�4���f�4I�0�]\�Mp&v7�Wl��!�7f&%t�L�Ze�0)r
�:���\g(���xJ��?7=L[�1�pTP�M�}��kM�����E�JG�$�z����Qº'bb{�}�R��q�Fm^����H��L�{�覩E���ͯieA�V�h��WL��լhQ���#�
�2O��p�״���:* ��:osӉ?����V8�Y(Sڱ$��>���]#E�ؗ����v^��z���߯i�O��������������x]�U���
��tD�bwȴ��4?~�L��['<tk��1�N�3�E�1�N�L��L2�,ȼ��7��d��HdU��W_�j��SV��V���A���rXMh4�(u&.:����
+hO��D8� S[N��з
+t�����:���Rb���l�I�Sg���o��ɬ'�R;s�(�A��R�R3 ����iOk�A������,�&�8�׬ԧ2��xW�����T��&��ݔ;9�*�B�����=�;�=�J�zOYM]]2�O?�� c��?/N�D�����]fɕ�@��B,b���&��c�ħ<�4EUvY�"�X��
�=CGd�$m-5f��F�R�\�ם�%����2��B�����ޖz�����%�+�j��"t�c��MH+�=2��b�K�x��{W��$�v��ƆHF��p��ϱ�/����l�[�r:v��x�;�A�BP�%%���;�h��H�ď�����J�������1�I��m��k�;I�SD��E�XA���+|����}y?:z?�<��SHw간�0�+���<�Z�t@Ս�v~-�s)���p�?���>�L#�Ϝ+
]�P�O��ޒݧ:B�()��+�Q�������X[p�Q
+.���94�������L��2	�`kZЪa���R�;�R^{D����>|L4�*&�8
+����ߊ$̿�����B�nʣ9�x�q�u��.�r6,�#e��EZgj�3&)����K[���e|(PHq����f,�*R�>�~�!b8pn���@��·���1-��o`E&��O�Z�=-j���j�����w7	���Y�D9�``q����y�A�鰂g*{�h�q��}J﬒[�B��SSQ̽s���@7��c���d��[��dT�P<޻S�{ ��~7�)q�K��8���*�C�sb����)�!������rx���>�;����U��˜��fo�5g��l�J�9_�sg�ǮX�~��}zE���A�,�|_"�q�cZ��KZ�M�I7�@������
^��_si����t�(��h
+���_N��^��"]��Yң�҃�6���W!�>Y6�f��}�d��G��&�
+ShAN"����(�/��ey�Z��7�,
�c!�8g]��n
+�^S�̄s/@�����7n	lHy�k�TO��@q�`����
endstream
endobj
16 0 obj
[15 0 R 14 0 R]
endobj
96 0 obj
<</CreationDate(D:20150514102039-05'00')/Creator(Adobe Illustrator CC 2014 \(Macintosh\))/ModDate(D:20150514102039-05'00')/Producer(Adobe PDF library 11.00)/Title(conda-cheat-sheet-anaconda-dot-org)>>
endobj
xref
0 97
0000000000 65535 f
+0000000016 00000 n
+0000000161 00000 n
+0000064154 00000 n
+0000000000 00000 f
+0000082306 00000 n
+0000085178 00000 n
+0000082686 00000 n
+0000083098 00000 n
+0000083521 00000 n
+0000083747 00000 n
+0000084024 00000 n
+0000084411 00000 n
+0000084791 00000 n
+0000081932 00000 n
+0000082003 00000 n
+0001015280 00000 n
+0000064206 00000 n
+0000064726 00000 n
+0000079480 00000 n
+0000123220 00000 n
+0000122068 00000 n
+0000122181 00000 n
+0000081326 00000 n
+0000079546 00000 n
+0000080765 00000 n
+0000080813 00000 n
+0000081473 00000 n
+0000081605 00000 n
+0000081711 00000 n
+0000081820 00000 n
+0000082190 00000 n
+0000082221 00000 n
+0000082074 00000 n
+0000082105 00000 n
+0000119603 00000 n
+0000119686 00000 n
+0000116255 00000 n
+0000116342 00000 n
+0000112939 00000 n
+0000113029 00000 n
+0000111865 00000 n
+0000110972 00000 n
+0000108702 00000 n
+0000106547 00000 n
+0000104279 00000 n
+0000085573 00000 n
+0000085827 00000 n
+0000104629 00000 n
+0000106867 00000 n
+0000109054 00000 n
+0000111270 00000 n
+0000112159 00000 n
+0000113443 00000 n
+0000116733 00000 n
+0000120022 00000 n
+0000122296 00000 n
+0000122349 00000 n
+0000122640 00000 n
+0000122717 00000 n
+0000122864 00000 n
+0000122996 00000 n
+0000123070 00000 n
+0000123145 00000 n
+0000123294 00000 n
+0000124174 00000 n
+0000125361 00000 n
+0000143371 00000 n
+0000167101 00000 n
+0000197095 00000 n
+0000260632 00000 n
+0000302486 00000 n
+0000348727 00000 n
+0000408050 00000 n
+0000449780 00000 n
+0000513096 00000 n
+0000555347 00000 n
+0000596117 00000 n
+0000615776 00000 n
+0000619587 00000 n
+0000627908 00000 n
+0000648611 00000 n
+0000663764 00000 n
+0000676662 00000 n
+0000697437 00000 n
+0000724593 00000 n
+0000750866 00000 n
+0000775788 00000 n
+0000800856 00000 n
+0000830268 00000 n
+0000844581 00000 n
+0000873839 00000 n
+0000902943 00000 n
+0000931927 00000 n
+0000961183 00000 n
+0000990304 00000 n
+0001015312 00000 n
+trailer
<</Size 97/Root 1 0 R/Info 96 0 R/ID[<EB0C0D627EEA41B0A173D82EDE62ADAF><C246277960614F5BA176EB1753DEF66C>]>>
startxref
1015529
%%EOF
\ No newline at end of file
diff --git a/static/attachments/integrate_mp.c b/static/attachments/integrate_mp.c
new file mode 100644
index 0000000000000000000000000000000000000000..a3ee307fa90f07f49e7600dbffc7cf9634f2e9fb
--- /dev/null
+++ b/static/attachments/integrate_mp.c
@@ -0,0 +1,48 @@
+/*
+ * integrade.c
+ * 
+ * A prgram integrate the function y=x^2 from 0 to 2.
+ *
+ */
+
+#include <time.h>
+#include <stdio.h>
+#include <omp.h> 
+
+/* you can adjust this to get reasonable running time on your computer */
+/* #define NUM_STEPS (1<<29) */
+/*#define NUM_STEPS 1000000000 */
+
+int main(int argc, char *argv[])
+{
+  double start, stop; /* for keeping track of running time */
+  double sum;
+  double x;
+  long i;
+  long NUM_STEPS=1000000000;
+
+  /* time starts now */
+  start = clock();
+
+printf("thread number %d\n",omp_get_thread_num());
+printf("current threads %d\n",omp_get_num_threads());
+printf("max threads %d\n",omp_get_max_threads());
+printf("number procs %d\n",omp_get_num_procs());
+
+  sum = 0;
+
+#pragma omp parallel for reduction(+: sum) 
+  for (i = 0; i<NUM_STEPS; i++) {
+    x = 2.0 * (double)i / (double)(NUM_STEPS); /* value of x */
+    sum += x * x;
+  }
+
+  sum=sum*2./NUM_STEPS;
+  /* we're done so stop the timer */
+  stop = clock();
+
+  printf("found result %f in %.3f seconds\n", sum, (stop-start)/1000000);
+
+  return 0;
+}
+
diff --git a/static/html/crane-modules.html b/static/html/crane-modules.html
new file mode 100644
index 0000000000000000000000000000000000000000..9aac938e98f4519539e0d73c2366e307b0ef1383
--- /dev/null
+++ b/static/html/crane-modules.html
@@ -0,0 +1,32 @@
+<table style="font-size: small">
+  <colgroup>
+   <col style="width: 8.83281%;"/>
+   <col style="width: 7.9085%;"/>
+   <col style="width: 10.4543%;"/>
+   <col style="width: 25.3754%;"/>
+   <col style="width: 10.2429%;"/>
+   <col style="width: 10.57098%;"/>
+   <col style="width: 19.80757%;"/>
+  </colgroup>
+<tbody>
+<tr style="font-size: x-small">
+<th>Name</th>
+<th>Version</th>
+<th>Module Name</th>
+<th>Prerequisites</th>
+<th>Type</th>
+<th>Domain</th>
+<th>Description</th>
+</tr>
+
+<tr>
+<td colspan="1">abacus</td>
+<td colspan="1" >1.0.1</td>
+<td colspan="1">abacus/1.0</td>
+<td colspan="1">compiler/intel/13:openmpi/1.8</td>
+<td colspan="1">library</td>
+<td colspan="1">runtime support</td>
+<td colspan="1">Finite element simulation</td>
+</tr>
+</tbody>
+</table>
diff --git a/static/html/crane.html b/static/html/crane-partitions.html
similarity index 100%
rename from static/html/crane.html
rename to static/html/crane-partitions.html
diff --git a/static/html/tusker-modules.html b/static/html/tusker-modules.html
new file mode 100644
index 0000000000000000000000000000000000000000..9aac938e98f4519539e0d73c2366e307b0ef1383
--- /dev/null
+++ b/static/html/tusker-modules.html
@@ -0,0 +1,32 @@
+<table style="font-size: small">
+  <colgroup>
+   <col style="width: 8.83281%;"/>
+   <col style="width: 7.9085%;"/>
+   <col style="width: 10.4543%;"/>
+   <col style="width: 25.3754%;"/>
+   <col style="width: 10.2429%;"/>
+   <col style="width: 10.57098%;"/>
+   <col style="width: 19.80757%;"/>
+  </colgroup>
+<tbody>
+<tr style="font-size: x-small">
+<th>Name</th>
+<th>Version</th>
+<th>Module Name</th>
+<th>Prerequisites</th>
+<th>Type</th>
+<th>Domain</th>
+<th>Description</th>
+</tr>
+
+<tr>
+<td colspan="1">abacus</td>
+<td colspan="1" >1.0.1</td>
+<td colspan="1">abacus/1.0</td>
+<td colspan="1">compiler/intel/13:openmpi/1.8</td>
+<td colspan="1">library</td>
+<td colspan="1">runtime support</td>
+<td colspan="1">Finite element simulation</td>
+</tr>
+</tbody>
+</table>
diff --git a/static/html/tusker.html b/static/html/tusker-partitions.html
similarity index 100%
rename from static/html/tusker.html
rename to static/html/tusker-partitions.html
diff --git a/static/images/11635296.png b/static/images/11635296.png
new file mode 100644
index 0000000000000000000000000000000000000000..4956ece7c5354c46b082eafc0847aa003674df06
Binary files /dev/null and b/static/images/11635296.png differ
diff --git a/static/images/11635303.png b/static/images/11635303.png
new file mode 100644
index 0000000000000000000000000000000000000000..fb25ea2099bd4b40a615c1af9c007326a3f6a556
Binary files /dev/null and b/static/images/11635303.png differ
diff --git a/static/images/11635309.png b/static/images/11635309.png
new file mode 100644
index 0000000000000000000000000000000000000000..b30779056a45060947c434af467509e404fbd0de
Binary files /dev/null and b/static/images/11635309.png differ
diff --git a/static/images/16516453.png b/static/images/16516453.png
new file mode 100644
index 0000000000000000000000000000000000000000..263b7e00cde5437c25b5954c0d67493b7c7e90a0
Binary files /dev/null and b/static/images/16516453.png differ
diff --git a/static/images/16516454.png b/static/images/16516454.png
new file mode 100644
index 0000000000000000000000000000000000000000..ccb2be9ecabffff4c57ea1cfc9485544330c92ab
Binary files /dev/null and b/static/images/16516454.png differ
diff --git a/static/images/16516455.png b/static/images/16516455.png
new file mode 100644
index 0000000000000000000000000000000000000000..1e8595ac74b254280528365ed8c89997a0f719f2
Binary files /dev/null and b/static/images/16516455.png differ
diff --git a/static/images/16516456.png b/static/images/16516456.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c5e0dc635b67ba07efcd8bc245495761d8ec018
Binary files /dev/null and b/static/images/16516456.png differ
diff --git a/static/images/16516457.png b/static/images/16516457.png
new file mode 100644
index 0000000000000000000000000000000000000000..a26f2da36509deec08dd5e99fd0fb4a7a1fcfb6b
Binary files /dev/null and b/static/images/16516457.png differ
diff --git a/static/images/16516458.png b/static/images/16516458.png
new file mode 100644
index 0000000000000000000000000000000000000000..dc34c912b55b86b12ca582891a0c1a1f39a34cc9
Binary files /dev/null and b/static/images/16516458.png differ
diff --git a/static/images/16516459.png b/static/images/16516459.png
new file mode 100644
index 0000000000000000000000000000000000000000..a8b2c31aea8aff01b3bcafcc210c7cb637f10571
Binary files /dev/null and b/static/images/16516459.png differ
diff --git a/static/images/16516460.png b/static/images/16516460.png
new file mode 100644
index 0000000000000000000000000000000000000000..fd7f5de7d40f0dddfa4afa5b1b6b94ecc7045953
Binary files /dev/null and b/static/images/16516460.png differ
diff --git a/static/images/16519633.png b/static/images/16519633.png
new file mode 100644
index 0000000000000000000000000000000000000000..5fb6f49b0c0f1ddfe57301c726735d327a9c322a
Binary files /dev/null and b/static/images/16519633.png differ
diff --git a/static/images/24151931.png b/static/images/24151931.png
new file mode 100644
index 0000000000000000000000000000000000000000..4146632de216f4c6255376684d83cdd464551277
Binary files /dev/null and b/static/images/24151931.png differ
diff --git a/static/markdown/singularity-images.md b/static/markdown/singularity-images.md
new file mode 100644
index 0000000000000000000000000000000000000000..bb9c8f43e0ef19022f82dcd051ab67eb23f8e553
--- /dev/null
+++ b/static/markdown/singularity-images.md
@@ -0,0 +1,4 @@
+| Software         | Version | Command to Run                                                                    | Additional Notes                                                                                                                                         |
+| ---------------- | ------- | --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| CUDA (Ubuntu)    | 8.0     | `singularity exec docker://unlhcc/cuda-ubuntu <my CUDA program>`                  | Ubuntu 16.04.1 LTS w/CUDA 8.0                                                                                                                            |
+| TensorFlow GPU   | 1.4     | `singularity exec docker://unlhcc/tensorflow-gpu python /path/to/my_tf_code.py`   | Use `python3` for Python3 code                                                                                                                           |