[python-xrayutilities] 01/03: Imported Upstream version 1.2.0

Eugen Wintersberger eugenwintersberger-guest at moszumanska.debian.org
Sun Aug 16 14:55:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

eugenwintersberger-guest pushed a commit to branch master
in repository python-xrayutilities.

commit a6a78543327c683bda62802445a37132d18af730
Author: Eugen Wintersberger <eugen.wintersberger at gmail.com>
Date:   Sun Aug 16 16:38:42 2015 +0200

    Imported Upstream version 1.2.0
---
 CHANGES.txt                                        |    12 +
 PKG-INFO                                           |     9 +-
 README.txt                                         |     5 +-
 doc/source/conf.py                                 |     5 +-
 doc/source/examples.rst                            |    17 +-
 doc/source/{examples.rst => examples.rst~}         |    15 +-
 doc/source/index.rst                               |    13 +-
 doc/source/index.rst~                              |   248 -
 doc/source/xrayutilities.io.rst                    |     8 -
 doc/source/xrayutilities.materials.rst             |     8 +
 examples/xrayutilities_math_fitting.py             |     5 +-
 setup.py                                           |     4 +-
 xrayutilities.pdf                                  | 12932 +++++++++----------
 xrayutilities/analysis/sample_align.py             |   291 +-
 xrayutilities/gridder2d.py                         |     2 +-
 xrayutilities/io/__init__.py                       |     6 -
 xrayutilities/io/cbf.py                            |   171 +-
 xrayutilities/io/desy_tty08.py                     |    26 +-
 xrayutilities/io/edf.py                            |    79 +-
 xrayutilities/io/fastscan.py                       |    15 +-
 xrayutilities/io/helper.py                         |    16 +-
 xrayutilities/io/imagereader.py                    |    63 +-
 xrayutilities/io/panalytical_xml.py                |     5 +-
 xrayutilities/io/pdcif.py                          |    65 +-
 xrayutilities/io/radicon.py                        |   298 -
 xrayutilities/io/rotanode_alignment.py             |    16 +-
 xrayutilities/io/seifert.py                        |   129 +-
 xrayutilities/io/spec.py                           |   167 +-
 xrayutilities/io/spectra.py                        |   902 +-
 xrayutilities/materials/__init__.py                |     2 +-
 xrayutilities/materials/_create_database.py        |    45 +-
 xrayutilities/materials/atom.py                    |   102 +
 xrayutilities/materials/data/elements.db           |   Bin 5223396 -> 4514920 bytes
 xrayutilities/materials/database.py                |   481 +-
 xrayutilities/materials/elements.py                |   330 +-
 xrayutilities/materials/lattice.py                 |   108 +-
 xrayutilities/materials/material.py                |    10 +-
 xrayutilities/materials/predefined_materials.py    |     4 +-
 xrayutilities/math/__init__.py                     |     1 +
 xrayutilities/math/fit.py                          |    88 +-
 xrayutilities/normalize.py                         |     2 +-
 xrayutilities/tests/test_HXRD.py                   |    15 +-
 xrayutilities/tests/test_NonCOP.py                 |    15 +-
 xrayutilities/tests/test_blockaverage.py           |     3 +-
 xrayutilities/tests/test_database.py               |    52 +
 xrayutilities/tests/test_functions.py              |    17 +-
 xrayutilities/tests/test_getang.py                 |    51 +
 xrayutilities/tests/test_gridder1d.py              |    21 +-
 xrayutilities/tests/test_gridder2d.py              |    25 +-
 .../{test_gridder2d.py => test_gridder2dlist.py}   |    51 +-
 xrayutilities/tests/test_gridder3d.py              |    29 +-
 xrayutilities/tests/test_io_cbf.py                 |    79 +
 xrayutilities/tests/test_io_edf.py                 |    79 +
 xrayutilities/tests/test_io_esg.py                 |    59 +
 xrayutilities/tests/test_io_fio.py                 |    91 +
 xrayutilities/tests/test_io_nja.py                 |    64 +
 xrayutilities/tests/test_io_nja_map.py             |    58 +
 xrayutilities/tests/test_io_nja_tsk.py             |    60 +
 xrayutilities/tests/test_io_pdcif.py               |    61 +
 xrayutilities/tests/test_io_perkinelmer.py         |    54 +
 xrayutilities/tests/test_io_roperccd.py            |    54 +
 xrayutilities/tests/test_io_spec.py                |    84 +
 xrayutilities/tests/test_io_specalignmentlog.py    |    48 +
 .../tests/{test_NonCOP.py => test_io_speclog.py}   |    41 +-
 xrayutilities/tests/test_io_tty.py                 |    65 +
 xrayutilities/tests/test_io_xrdml.py               |    63 +
 xrayutilities/tests/test_maplog.py                 |    66 +
 xrayutilities/tests/test_npygridder1d.py           |    21 +-
 .../tests/{test_NonCOP.py => test_q2angfit.py}     |    35 +-
 xrayutilities/tests/test_qconversion.py            |    15 +-
 xrayutilities/tests/test_qconversion_area.py       |    25 +-
 xrayutilities/tests/test_qconversion_linear.py     |    21 +-
 xrayutilities/tests/test_qconversion_trans.py      |    36 +-
 xrayutilities/tests/test_structure_factor.py       |    53 +
 xrayutilities/tests/test_transforms.py             |    81 +
 xrayutilities/utilities.py                         |     1 -
 xrayutilities/utilities_noconf.py                  |     8 +-
 77 files changed, 9033 insertions(+), 9273 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 3a75c72..8c2bf49 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,15 @@
+v1.2.0, 2015-08-03
+
+* Radicon file support was removed (no test scripts available!)
+* replace pytables by faster and more convenient h5py
+* bug fixes/improvements in the file parsers (discovered by the unit tests!)
+* new unittests for file parsers (spec, edf, xrdml, esg, nja, fio, cbf, tif)
+* added different oxidation states of the chemical elements to the database
+* huge speed improvements for the database access, especially when querying 
+  multiple values at the same time
+* add PseudoVoigtAsym option in xu.math.peakfit
+* memory usage optimization in FastScanCCD
+
 v1.1.2, 2015-04-22
 
 * new webpage theme to allow for easier reading (esp. mobile devices)
diff --git a/PKG-INFO b/PKG-INFO
index e2c4645..7b1e94f 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: xrayutilities
-Version: 1.1.2
+Version: 1.2.0
 Summary: package for x-ray diffraction data evaluation
 Home-page: http://xrayutilities.sourceforge.net
 Author: Dominik Kriegner
@@ -27,7 +27,7 @@ Description:
         --------
         
         * examples:           directory with example scripts and configurations
-        * python:             directory with the sources for the Python package
+        * xrayutilities:      directory with the sources for the Python package
         * setup.py:           distutils install script used for the package installation
         * xrayutilities.pdf:  pdf-file with documentation of the package
         
@@ -55,8 +55,7 @@ Description:
         
         - Python
         - C-compiler (preferential with OpenMP support)
-        - HDF5
-        - pytables
+        - h5py
         - scipy
         - numpy
         - matplotlib (optionally)
@@ -194,4 +193,4 @@ Classifier: License :: OSI Approved :: GNU General Public License v2 or later (G
 Requires: numpy
 Requires: scipy
 Requires: matplotlib
-Requires: tables
+Requires: h5py
diff --git a/README.txt b/README.txt
index 10a1ba0..d143c13 100644
--- a/README.txt
+++ b/README.txt
@@ -19,7 +19,7 @@ Contents
 --------
 
 * examples:           directory with example scripts and configurations
-* python:             directory with the sources for the Python package
+* xrayutilities:      directory with the sources for the Python package
 * setup.py:           distutils install script used for the package installation
 * xrayutilities.pdf:  pdf-file with documentation of the package
 
@@ -47,8 +47,7 @@ system
 
 - Python
 - C-compiler (preferential with OpenMP support)
-- HDF5
-- pytables
+- h5py
 - scipy
 - numpy
 - matplotlib (optionally)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index f71467c..8271825 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -35,7 +35,6 @@ extensions = [
     'sphinx.ext.todo',
     'sphinx.ext.coverage',
     'sphinx.ext.pngmath',
-    'sphinx.ext.mathjax',
     'sphinx.ext.viewcode',
     'rst2pdf.pdfbuilder']
 
@@ -60,9 +59,9 @@ copyright = u'2015, Dominik Kriegner, Eugen Wintersberger'
 # built documents.
 #
 # The short X.Y version.
-version = '1.1'
+version = '1.2'
 # The full version, including alpha/beta/rc tags.
-release = '1.1.2'
+release = '1.2.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/doc/source/examples.rst b/doc/source/examples.rst
index ac7d080..360bf4d 100644
--- a/doc/source/examples.rst
+++ b/doc/source/examples.rst
@@ -28,7 +28,6 @@ Both methods work incremental, so they do not start at the beginning of the file
 
 An working example for both methods is given in the following.::
 
-    import tables
     import xrayutilities as xu
     import os
 
@@ -76,26 +75,22 @@ Reading EDF files
 
 EDF files are mostly used to store CCD frames at ESRF recorded from various different detectors. This format is therefore used in combination with SPEC files. In an example the EDFFile class is used to parse the data from EDF files and store them to an HDF5 file. HDF5 if perfectly suited because it can handle large amount of data and compression.::
 
-    import tables
     import xrayutilities as xu
     import numpy
 
     specfile = "specfile.spec"
     h5file = "h5file.h5"
-    h5 = tables.openFile(h5file, mode='a')
 
-    s = xu.io.SPECFile(specfile, path=specdir)
-    s.Save2HDF5(h5) # save to hdf5 file
+    s = xu.io.SPECFile(specfile)
+    s.Save2HDF5(h5file) # save to hdf5 file
 
     # read ccd frames from EDF files
-    for i in range(1, 1000, 1):
-        efile = "edfdir/sample_%04d.edf" %i
-        e = xu.io.edf.EDFFile(efile, path=specdir)
+    for i in range(1, 1001, 1):
+        efile = "edfdir/sample_%04d.edf" % i
+        e = xu.io.edf.EDFFile(efile)
         e.ReadData()
-        g5 = h5.createGroup(h5.root, "frelon_%04d" %i)
-        e.Save2HDF5(h5, group=g5)
+        e.Save2HDF5(h5file, group="/frelon_%04d" % i)
 
-    h5.close()
 
 .. seealso::
    the fully working example provided in the ``examples`` directory perfectly suited for reading data from beamline ID01
diff --git a/doc/source/examples.rst b/doc/source/examples.rst~
similarity index 98%
copy from doc/source/examples.rst
copy to doc/source/examples.rst~
index ac7d080..644749c 100644
--- a/doc/source/examples.rst
+++ b/doc/source/examples.rst~
@@ -28,7 +28,6 @@ Both methods work incremental, so they do not start at the beginning of the file
 
 An working example for both methods is given in the following.::
 
-    import tables
     import xrayutilities as xu
     import os
 
@@ -76,26 +75,22 @@ Reading EDF files
 
 EDF files are mostly used to store CCD frames at ESRF recorded from various different detectors. This format is therefore used in combination with SPEC files. In an example the EDFFile class is used to parse the data from EDF files and store them to an HDF5 file. HDF5 if perfectly suited because it can handle large amount of data and compression.::
 
-    import tables
     import xrayutilities as xu
     import numpy
 
     specfile = "specfile.spec"
     h5file = "h5file.h5"
-    h5 = tables.openFile(h5file, mode='a')
 
-    s = xu.io.SPECFile(specfile, path=specdir)
-    s.Save2HDF5(h5) # save to hdf5 file
+    s = xu.io.SPECFile(specfile)
+    s.Save2HDF5(h5file) # save to hdf5 file
 
     # read ccd frames from EDF files
     for i in range(1, 1000, 1):
-        efile = "edfdir/sample_%04d.edf" %i
-        e = xu.io.edf.EDFFile(efile, path=specdir)
+        efile = "edfdir/sample_%04d.edf" % i
+        e = xu.io.edf.EDFFile(efile)
         e.ReadData()
-        g5 = h5.createGroup(h5.root, "frelon_%04d" %i)
-        e.Save2HDF5(h5, group=g5)
+        e.Save2HDF5(h5file, group="/frelon_%04d" % i)
 
-    h5.close()
 
 .. seealso::
    the fully working example provided in the ``examples`` directory perfectly suited for reading data from beamline ID01
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 0b0d0f9..1ae1e25 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -131,7 +131,7 @@ large number of third party libraries and Python modules.
 The needed dependencies are:
  * **GCC** Gnu Compiler Collection or any compatible C compiler. On windows you most probably should use MinGW or CygWin. Others might work but are untested.
  * **HDF5** a versatile binary data format (library is implemented in C).
-   Although the library is not called directly, it is needed by the pytables Python
+   Although the library is not called directly, it is needed by the h5py Python
    module (see below).
  * **Python** the scripting language in which most of *xrayutilities* code is written in.
  * **git** a version control system used to keep track on the *xrayutilities* development. (only needed for development)
@@ -139,7 +139,7 @@ The needed dependencies are:
 Additionally, the following Python modules are needed in order to make *xrayutilities* work as intended:
  * **Numpy** a Python module providing numerical array objects
  * **Scipy** a Python module providing standard numerical routines, which is heavily using numpy arrays
- * **Python-Tables** a powerful Python interface to HDF5.
+ * **h5py** a powerful Python interface to HDF5.
  * **Matplotlib** a Python module for high quality 1D and 2D plotting (optionally)
  * **IPython** although not a dependency of *xrayutilities* the IPython shell is perfectly suited for the interactive use of the *xrayutilities* python package.
 
@@ -212,15 +212,6 @@ Using Python(x,y) you want to specify 'mingw32' as compiler name. With the WinPy
 is recommended to use the MS Visual Studio Express 2008 (which is freely available for download)
 and can also build the code for 64bit Windows. In this case us 'msvc' as compiler name.
 
-In case you want to do it the hard way install all of the following (versions in brackets indicate the tested set of versions by the author (2.3.2012)):
- * MinGW (0.4alpha)
- * Python (2.7.2)
- * numpy (1.6.1)
- * scipy (0.10.1)
- * numexpr (1.4.2) needed for pytables
- * pytables (2.3.1)
- * matplotlib (1.1.0)
-
 It is suggested to add the MinGW binary directory, as well as the Python and Python-scripts directory
 to the Path environment variable as described above! Installation is done as described above.
 
diff --git a/doc/source/index.rst~ b/doc/source/index.rst~
deleted file mode 100644
index b013516..0000000
--- a/doc/source/index.rst~
+++ /dev/null
@@ -1,248 +0,0 @@
-.. xrayutilities documentation master file, created by
-   sphinx-quickstart on Sat Mar  2 11:39:01 2013.
-   You can adapt this file completely to your liking, but it should at least
-   contain the root `toctree` directive.
-
-Welcome to xrayutilities's documentation!
-=========================================
-
-If you look for downloading the package go to `Sourceforge <https://sourceforge.net/projects/xrayutilities>`_ (source distribution) or the `Python package index <https://pypi.python.org/pypi/xrayutilities>`_ (MS Windows binary).
-Installation instructions you find further down `Installation`_.
-
-Read more about *xrayutilities* below or in `Journal of Applied Crystallography 2013, Volume 46, 1162-1170 <http://dx.doi.org/10.1107/S0021889813017214>`_
-
-
-Introduction
-============
-
-*xrayutilities* is a collection of scripts used to analyze x-ray diffraction data. It consists of a python package and several routines coded in C.
-It especially useful for the reciprocal space conversion of diffraction data taken with linear and area detectors.
-
-In the following two concepts of usage for the *xrayutilities* package will be described.
-First one should get a brief idea of how to analyze x-ray diffraction data with *xrayutilities*.
-After that the concept of how angular coordinates of Bragg reflections are calculated is presented.
-
-Concept of usage
-----------------
-
-.. image:: pics/xu_usage.png
-    :width: 400px
-    :align: right
-    :alt: Flow diagram showing how to analyze x-ray diffraction data using xrayutilities
-
-*xrayutilities* provides a set of functions to read experimental data from various data file formats.
-All of them are gathered in the :mod:`io`-subpackage.
-After reading data with a function from the io-submodule the data might be corrected for monitor counts and/or absorption factor of a beam attenuator.
-A special set of functions is provided to perform this for point, linear and area detectors.
-
-Since the amount of data taken with modern detectors often is too large to be able to work with them properly, a functions for reducing the data from linear and area detectors are provided.
-They use block-averaging to reduce the amount of data.
-Use those carefully not to loose the features you are interested in in your measurements.
-
-After the pre-treatment of the data, the core part of the package is the transformation of the angular data to reciprocal space.
-This is done as described in more detail below using the :mod:`experiment`-module`.
-The classes provided within the experiment module provide routines to help performing X-ray diffraction experiments.
-This includes methods to calculate the diffraction angles (described below) needed to align crystalline samples and to convert data between angular and reciprocal space.
-The conversion from angular to reciprocal space is implemented very general for various goniometer geometries.
-It is especially useful in combination with linear and area detectors as described in this `article <http://dx.doi.org/10.1107/S0021889813017214>`_.
-In standard cases, Users will only need the initialized routines, which predefine a certain goniometer geometry like the popular four-cirlce and six-circle geometries.
-
-After the conversion to reciprocal space, it is convenient to transform the data to a regular grid for visualization.
-For this purpose the :mod:`gridder`-module has been included into *xrayutilities*.
-For the visualization of the data in reciprocal space the usage of `matplotlib <http://matplotlib.org>`_ is recommended.
-
-A practical example showing the usage is given below.
-
-Angle calculation using the material classes
---------------------------------------------
-
-.. image:: pics/xu_usage_planning.png
-    :width: 400px
-    :align: right
-    :alt: Flow diagram showing how to calculate angular positions of Bragg reflection using xrayutilities
-
-Calculation of angles needed to align Bragg reflections in various diffraction geometries is done using the Materials defined in the :mod:`materials`-package.
-This package provides a set of classes to describe crystal lattices and materials.
-Once such a material is properly defined one can calculate its properties, which includes the reciprocal lattice points, lattice plane distances, optical properties like
-the refractive index, the structure factor (including the atomic scattering factor) and the complex polarizability.
-These atomic properties are extracted from a database included in *xrayutilities*.
-
-Using such a material and an experimental class from the :mod:`experiment`-module, describing the experimental setup, the needed diffraction angles can be calculated for certain coplanar diffraction (high, low incidence), grazing incidence diffraction and also special non-coplanar diffraction geometries.
-In the predefined experimental classes fixed geometries are used. For angle calculation of custom geometries using arbitrary geometries (max. of three free angles) the :mod:`q2ang_fit`-module can be used as described in one of the included example files.
-
-.. _helloworld:
-
-hello world
------------
-
-A first example with step by step explanation is shown in the following.
-It showcases the use of *xrayutilities* to calculate angles and read a scan recorded with a linear detector from `spec <http://www.certif.com>`_-file and plots
-the result as reciprocal space map using matplotlib.
-
-.. literalinclude:: example_xu_read_spec_easy.py
-    :linenos:
-    :language: python
-
-
-More such examples can be found on the :ref:`examplespage` page.
-
-xrayutilities Python package
-============================
-
-.. automodule:: xrayutilities
-   :members:
-   :undoc-members:
-   :show-inheritance:
-
-for more details see the full API documentation of :mod:`xrayutilities` found here: :ref:`expapi`.
-
-Installation
-============
-
-Express instructions
---------------------
-
- * install the dependencies (Windows: `pythonxy <http://www.pythonxy.com>`_; Linux/Unix: see below for dependencies).
- * download *xrayutilities* from `here <https://sourceforge.net/projects/xrayutilities>`_ or use git to check out the `latest <https://sourceforge.net/p/xrayutilities/code/>`_ version.
- * open a command line and navigate to the downloaded sources and execute:
-
-.. code-block:: bash
- > python setup.py install
-
-which will install *xrayutilities* to the default directory. It should be possible to use it (*import xrayutilities*) from now on in python scripts.
-
-.. note:: The python package of *xrayutilities* was formerly called ''xrutils''
-
-Detailed instructions
----------------------
-
-Installing *xrayutilities* is done using Python's distutils
-
-The package can be installed on Linux, Mac OS X and Microsoft Windows, however, it is mostly tested on Linux/Unix platforms.
-Please inform one of the authors in case the installation fails!
-
-Required third party software
------------------------------
-
-To keep the coding effort as small as possible *xrayutilities* depends on a
-large number of third party libraries and Python modules.
-
-The needed dependencies are:
- * **GCC** Gnu Compiler Collection or any compatible C compiler. On windows you most probably should use MinGW or CygWin. Others might work but are untested.
- * **HDF5** a versatile binary data format (library is implemented in C).
-   Although the library is not called directly, it is needed by the pytables Python
-   module (see below).
- * **Python** the scripting language in which most of *xrayutilities* code is written in.
- * **git** a version control system used to keep track on the *xrayutilities* development. (only needed for development)
-
-Additionally, the following Python modules are needed in order to make *xrayutilities* work as intended:
- * **Numpy** a Python module providing numerical array objects
- * **Scipy** a Python module providing standard numerical routines, which is heavily using numpy arrays
- * **Python-Tables** a powerful Python interface to HDF5.
- * **Matplotlib** a Python module for high quality 1D and 2D plotting (optionally)
- * **IPython** although not a dependency of *xrayutilities* the IPython shell is perfectly suited for the interactive use of the *xrayutilities* python package.
-
-After installing all required packages you can continue with installing and
-building the C library.
-
-Building and installing the library and python package
-------------------------------------------------------
-
-*xrayutilities* uses the distutils packaging system to build and install all of its components. You can perform the installation by executing
-
-.. code-block:: bash
- >python setup.py install
-
-or
-
-.. code-block:: bash
-
- >python setup.py install --prefix=INSTALLPATH
-
-in the root directory of the source distribution.
-
-The *--prefix* option sets the root directory for the installation. If it is omitted
-the libary is installed under /usr/lib/ on Unix systems or in the Python installation directory on Windows.
-
-Setup of the Python package
----------------------------
-
-You need to make your Python installation aware of where to look for the module.
-This is usually only needed when installing in non-standard *<install path>* locations.
-For this case append the installation directory to your *PYTHONPATH* environment variable by
-
-.. code-block:: bash
-
- >export PYTHONPATH=$PYTHONPATH:<local install path>/lib64/python2.7/site-packages
-
-on a Unix/Linux terminal. Or, to make this configuration persistent append this line to
-your local *.bashrc* file in your home directory.
-On MS Windows you would like to create a environment variable in the
-system preferences under system in the advanced tab (Using Python(x,y) this is done automatically).
-Be sure to use the correct directory which might be similar to
-
-.. code-block:: bash
-
- <local install path>/Lib/site-packages
-
-on Windows systems.
-
-Notes for installing on Windows
--------------------------------
-
-Since there is no packages manager on Windows the packages need to be installed manual
-(including all the dependecies) or a pre-packed solution needs two be used. We strongly suggest to
-use the `Python(x,y) <https://code.google.com/p/pythonxy/>`_ or
-`WinPython <https://winpython.github.io/>`_ Python distributions,
-which include already all of the needed dependencies for installing *xrayutilities*.
-
-The setup of the environment variables is also done by the Python distributions.
-One can proceed with the installation of *xrayutilities* directly!
-The easiest way to do this on windows is to use the binaries distributed on the `Python package index <https://pypi.python.org/pypi/xrayutilities>`_, otherwise one can follow the general installation instructions.
-Depending on your compiler on Microsoft Windows it might be necessary to perform the building of the Python extension separately and specify the compiler manually.
-This is done by
-
-.. code-block:: bash
-
-  python setup.py build -c <compiler_name>
-
-Using Python(x,y) you want to specify 'mingw32' as compiler name. With the WinPython it
-is recommended to use the MS Visual Studio Express 2008 (which is freely available for download)
-and can also build the code for 64bit Windows. In this case us 'msvc' as compiler name.
-
-In case you want to do it the hard way install all of the following (versions in brackets indicate the tested set of versions by the author (2.3.2012)):
- * MinGW (0.4alpha)
- * Python (2.7.2)
- * numpy (1.6.1)
- * scipy (0.10.1)
- * numexpr (1.4.2) needed for pytables
- * pytables (2.3.1)
- * matplotlib (1.1.0)
-
-It is suggested to add the MinGW binary directory, as well as the Python and Python-scripts directory
-to the Path environment variable as described above! Installation is done as described above.
-
-.. _expapi:
-
-Examples and API-documentation
-==============================
-
-.. toctree::
-   :maxdepth: 2
-
-   examples
-   xrayutilities
-   xrayutilities.analysis
-   xrayutilities.io
-   xrayutilities.materials
-   xrayutilities.math
-   modules
-
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
-
diff --git a/doc/source/xrayutilities.io.rst b/doc/source/xrayutilities.io.rst
index d893f4a..f8d0c66 100644
--- a/doc/source/xrayutilities.io.rst
+++ b/doc/source/xrayutilities.io.rst
@@ -68,14 +68,6 @@ xrayutilities.io.pdcif module
     :undoc-members:
     :show-inheritance:
 
-xrayutilities.io.radicon module
--------------------------------
-
-.. automodule:: xrayutilities.io.radicon
-    :members:
-    :undoc-members:
-    :show-inheritance:
-
 xrayutilities.io.rotanode_alignment module
 ------------------------------------------
 
diff --git a/doc/source/xrayutilities.materials.rst b/doc/source/xrayutilities.materials.rst
index b18f20b..3578d2a 100644
--- a/doc/source/xrayutilities.materials.rst
+++ b/doc/source/xrayutilities.materials.rst
@@ -4,6 +4,14 @@ xrayutilities.materials package
 Submodules
 ----------
 
+xrayutilities.materials.atom module
+-----------------------------------
+
+.. automodule:: xrayutilities.materials.atom
+    :members:
+    :undoc-members:
+    :show-inheritance:
+
 xrayutilities.materials.cif module
 ----------------------------------
 
diff --git a/examples/xrayutilities_math_fitting.py b/examples/xrayutilities_math_fitting.py
index cfe2562..1f17dd6 100644
--- a/examples/xrayutilities_math_fitting.py
+++ b/examples/xrayutilities_math_fitting.py
@@ -20,11 +20,12 @@ import numpy
 xu.config.VERBOSITY = 3
 
 x = numpy.linspace(10, 20, 250)
-y = xu.math.PseudoVoigt1d(x, 12, 0.2, 0.1, 10, numpy.random.rand()) + 0.01 * (numpy.random.rand(len(x))-0.5)
+y = (xu.math.PseudoVoigt1d(x, 12, 0.2, 0.1, 10, numpy.random.rand()) +
+     0.01 * (numpy.random.rand(len(x))-0.5))
 
 # peaktype can be 'PseudoVoigt', 'Lorentz' or 'Gauss'
 # furthermore a constant background (optional also linear with the option
 # background='linear') can be added
-xu.math.peak_fit(x,y, peaktype='PseudoVoigt', plot=True)
+xu.math.peak_fit(x, y, peaktype='PseudoVoigt', plot=True)
 
 # for fitting multiple peaks simultansously see xu.math.multPeakFit
diff --git a/setup.py b/setup.py
index 831aa07..2dd2230 100644
--- a/setup.py
+++ b/setup.py
@@ -120,7 +120,7 @@ except ImportError:
 
 setup(
     name="xrayutilities",
-    version="1.1.2",
+    version="1.2.0",
     author="Eugen Wintersberger, Dominik Kriegner",
     description="package for x-ray diffraction data evaluation",
     classifiers=[
@@ -150,7 +150,7 @@ setup(
             os.path.join("data", "*.cif")
             ]
         },
-    requires=['numpy', 'scipy', 'matplotlib', 'tables'],
+    requires=['numpy', 'scipy', 'matplotlib', 'h5py'],
     include_dirs=[numpy.get_include()],
     ext_modules=[extmodul],
     cmdclass=cmdclass,
diff --git a/xrayutilities.pdf b/xrayutilities.pdf
index 035b0c9..90b6b16 100644
--- a/xrayutilities.pdf
+++ b/xrayutilities.pdf
@@ -330,7 +330,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [40.01575 520.0394 201.7157 532.0394]
-/Dest [45 0 R /XYZ 40.01575 485.2394 0]
+/Dest [45 0 R /XYZ 40.01575 642.2394 0]
 >>
 endobj 
 46 0 obj 
@@ -340,7 +340,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [549.6998 520.7894 555.2598 532.7894]
-/Dest [45 0 R /XYZ 40.01575 485.2394 0]
+/Dest [45 0 R /XYZ 40.01575 642.2394 0]
 >>
 endobj 
 47 0 obj 
@@ -350,7 +350,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [60.01575 502.0394 103.9157 514.0394]
-/Dest [45 0 R /XYZ 40.01575 445.2394 0]
+/Dest [45 0 R /XYZ 40.01575 602.2394 0]
 >>
 endobj 
 48 0 obj 
@@ -360,7 +360,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [549.6998 502.7894 555.2598 514.7894]
-/Dest [45 0 R /XYZ 40.01575 445.2394 0]
+/Dest [45 0 R /XYZ 40.01575 602.2394 0]
 >>
 endobj 
 49 0 obj 
@@ -370,7 +370,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 484.0394 205.0757 496.0394]
-/Dest [45 0 R /XYZ 40.01575 368.0394 0]
+/Dest [45 0 R /XYZ 40.01575 525.0394 0]
 >>
 endobj 
 50 0 obj 
@@ -380,7 +380,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [549.6998 484.7894 555.2598 496.7894]
-/Dest [45 0 R /XYZ 40.01575 368.0394 0]
+/Dest [45 0 R /XYZ 40.01575 525.0394 0]
 >>
 endobj 
 51 0 obj 
@@ -390,7 +390,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [100.0157 466.0394 187.8257 478.0394]
-/Dest [45 0 R /XYZ 40.01575 305.2394 0]
+/Dest [45 0 R /XYZ 40.01575 462.2394 0]
 >>
 endobj 
 52 0 obj 
@@ -400,7 +400,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [549.6998 466.7894 555.2598 478.7894]
-/Dest [45 0 R /XYZ 40.01575 305.2394 0]
+/Dest [45 0 R /XYZ 40.01575 462.2394 0]
 >>
 endobj 
 53 0 obj 
@@ -410,7 +410,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [100.0157 448.0394 180.5957 460.0394]
-/Dest [54 0 R /XYZ 40.01575 331.4394 0]
+/Dest [54 0 R /XYZ 40.01575 487.4394 0]
 >>
 endobj 
 55 0 obj 
@@ -420,7 +420,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [549.6998 448.7894 555.2598 460.7894]
-/Dest [54 0 R /XYZ 40.01575 331.4394 0]
+/Dest [54 0 R /XYZ 40.01575 487.4394 0]
 >>
 endobj 
 56 0 obj 
@@ -430,17 +430,17 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [100.0157 430.0394 161.1457 442.0394]
-/Dest [57 0 R /XYZ 40.01575 632.2394 0]
+/Dest [54 0 R /XYZ 40.01575 132.2394 0]
 >>
 endobj 
-58 0 obj 
+57 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [549.6998 430.7894 555.2598 442.7894]
-/Dest [57 0 R /XYZ 40.01575 632.2394 0]
+/Dest [54 0 R /XYZ 40.01575 132.2394 0]
 >>
 endobj 
 5 0 obj 
@@ -452,14 +452,14 @@ endobj
 /BaseFont /Courier
 >>
 endobj 
-59 0 obj 
+58 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 412.0394 182.2857 424.0394]
-/Dest [57 0 R /XYZ 40.01575 457.8394 0]
+/Dest [59 0 R /XYZ 40.01575 693.0394 0]
 >>
 endobj 
 60 0 obj 
@@ -469,7 +469,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [185.0657 412.0394 245.0657 424.0394]
-/Dest [57 0 R /XYZ 40.01575 457.8394 0]
+/Dest [59 0 R /XYZ 40.01575 693.0394 0]
 >>
 endobj 
 61 0 obj 
@@ -479,7 +479,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [251.0657 412.0394 267.7457 424.0394]
-/Dest [57 0 R /XYZ 40.01575 457.8394 0]
+/Dest [59 0 R /XYZ 40.01575 693.0394 0]
 >>
 endobj 
 62 0 obj 
@@ -489,7 +489,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [270.5257 412.0394 318.5257 424.0394]
-/Dest [57 0 R /XYZ 40.01575 457.8394 0]
+/Dest [59 0 R /XYZ 40.01575 693.0394 0]
 >>
 endobj 
 63 0 obj 
@@ -499,7 +499,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [324.5257 412.0394 357.8657 424.0394]
-/Dest [57 0 R /XYZ 40.01575 457.8394 0]
+/Dest [59 0 R /XYZ 40.01575 693.0394 0]
 >>
 endobj 
 64 0 obj 
@@ -509,7 +509,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [549.6998 412.7894 555.2598 424.7894]
-/Dest [57 0 R /XYZ 40.01575 457.8394 0]
+/Dest [59 0 R /XYZ 40.01575 693.0394 0]
 >>
 endobj 
 65 0 obj 
@@ -519,7 +519,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 394.0394 122.2557 406.0394]
-/Dest [66 0 R /XYZ 40.01575 107.4394 0]
+/Dest [66 0 R /XYZ 40.01575 353.4394 0]
 >>
 endobj 
 67 0 obj 
@@ -529,7 +529,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [125.0357 394.0394 167.0357 406.0394]
-/Dest [66 0 R /XYZ 40.01575 107.4394 0]
+/Dest [66 0 R /XYZ 40.01575 353.4394 0]
 >>
 endobj 
 68 0 obj 
@@ -539,7 +539,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [173.0357 394.0394 206.3757 406.0394]
-/Dest [66 0 R /XYZ 40.01575 107.4394 0]
+/Dest [66 0 R /XYZ 40.01575 353.4394 0]
 >>
 endobj 
 69 0 obj 
@@ -549,7 +549,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [549.6998 394.7894 555.2598 406.7894]
-/Dest [66 0 R /XYZ 40.01575 107.4394 0]
+/Dest [66 0 R /XYZ 40.01575 353.4394 0]
 >>
 endobj 
 70 0 obj 
@@ -559,7 +559,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 376.0394 122.2557 388.0394]
-/Dest [71 0 R /XYZ 40.01575 463.0394 0]
+/Dest [71 0 R /XYZ 40.01575 714.0394 0]
 >>
 endobj 
 72 0 obj 
@@ -569,7 +569,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [125.0357 376.0394 173.0357 388.0394]
-/Dest [71 0 R /XYZ 40.01575 463.0394 0]
+/Dest [71 0 R /XYZ 40.01575 714.0394 0]
 >>
 endobj 
 73 0 obj 
@@ -579,7 +579,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [179.0357 376.0394 201.8157 388.0394]
-/Dest [71 0 R /XYZ 40.01575 463.0394 0]
+/Dest [71 0 R /XYZ 40.01575 714.0394 0]
 >>
 endobj 
 74 0 obj 
@@ -589,7 +589,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 376.7894 555.2598 388.7894]
-/Dest [71 0 R /XYZ 40.01575 463.0394 0]
+/Dest [71 0 R /XYZ 40.01575 714.0394 0]
 >>
 endobj 
 75 0 obj 
@@ -599,7 +599,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 358.0394 322.3457 370.0394]
-/Dest [76 0 R /XYZ 40.01575 75.03937 0]
+/Dest [76 0 R /XYZ 40.01575 326.6394 0]
 >>
 endobj 
 77 0 obj 
@@ -609,7 +609,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 358.7894 555.2598 370.7894]
-/Dest [76 0 R /XYZ 40.01575 75.03937 0]
+/Dest [76 0 R /XYZ 40.01575 326.6394 0]
 >>
 endobj 
 78 0 obj 
@@ -619,7 +619,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 340.0394 182.8157 352.0394]
-/Dest [79 0 R /XYZ 40.01575 272.2394 0]
+/Dest [79 0 R /XYZ 40.01575 512.2394 0]
 >>
 endobj 
 80 0 obj 
@@ -629,7 +629,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 340.7894 555.2598 352.7894]
-/Dest [79 0 R /XYZ 40.01575 272.2394 0]
+/Dest [79 0 R /XYZ 40.01575 512.2394 0]
 >>
 endobj 
 81 0 obj 
@@ -639,27 +639,27 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 322.0394 226.1757 334.0394]
-/Dest [82 0 R /XYZ 40.01575 596.2394 0]
+/Dest [79 0 R /XYZ 40.01575 118.6394 0]
 >>
 endobj 
-83 0 obj 
+82 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 322.7894 555.2598 334.7894]
-/Dest [82 0 R /XYZ 40.01575 596.2394 0]
+/Dest [79 0 R /XYZ 40.01575 118.6394 0]
 >>
 endobj 
-84 0 obj 
+83 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [100.0157 304.0394 171.7157 316.0394]
-/Dest [82 0 R /XYZ 40.01575 533.4394 0]
+/Dest [84 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
 85 0 obj 
@@ -669,7 +669,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 304.7894 555.2598 316.7894]
-/Dest [82 0 R /XYZ 40.01575 533.4394 0]
+/Dest [84 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
 86 0 obj 
@@ -679,7 +679,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [100.0157 286.0394 209.5057 298.0394]
-/Dest [82 0 R /XYZ 40.01575 118.2394 0]
+/Dest [84 0 R /XYZ 40.01575 371.8394 0]
 >>
 endobj 
 87 0 obj 
@@ -689,7 +689,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 286.7894 555.2598 298.7894]
-/Dest [82 0 R /XYZ 40.01575 118.2394 0]
+/Dest [84 0 R /XYZ 40.01575 371.8394 0]
 >>
 endobj 
 88 0 obj 
@@ -699,7 +699,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [100.0157 268.0394 209.5057 280.0394]
-/Dest [89 0 R /XYZ 40.01575 588.2394 0]
+/Dest [89 0 R /XYZ 40.01575 117.4394 0]
 >>
 endobj 
 90 0 obj 
@@ -709,7 +709,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 268.7894 555.2598 280.7894]
-/Dest [89 0 R /XYZ 40.01575 588.2394 0]
+/Dest [89 0 R /XYZ 40.01575 117.4394 0]
 >>
 endobj 
 91 0 obj 
@@ -719,7 +719,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [60.01575 250.0394 150.0457 262.0394]
-/Dest [92 0 R /XYZ 40.01575 584.2394 0]
+/Dest [92 0 R /XYZ 40.01575 104.2394 0]
 >>
 endobj 
 93 0 obj 
@@ -729,7 +729,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 250.7894 555.2598 262.7894]
-/Dest [92 0 R /XYZ 40.01575 584.2394 0]
+/Dest [92 0 R /XYZ 40.01575 104.2394 0]
 >>
 endobj 
 94 0 obj 
@@ -739,222 +739,222 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 232.0394 140.6057 244.0394]
-/Dest [92 0 R /XYZ 40.01575 549.0394 0]
+/Dest [95 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-95 0 obj 
+96 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 232.7894 555.2598 244.7894]
-/Dest [92 0 R /XYZ 40.01575 549.0394 0]
+/Dest [95 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-96 0 obj 
+97 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [100.0157 214.0394 228.9457 226.0394]
-/Dest [92 0 R /XYZ 40.01575 516.2394 0]
+/Dest [95 0 R /XYZ 40.01575 754.2394 0]
 >>
 endobj 
-97 0 obj 
+98 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 214.7894 555.2598 226.7894]
-/Dest [92 0 R /XYZ 40.01575 516.2394 0]
+/Dest [95 0 R /XYZ 40.01575 754.2394 0]
 >>
 endobj 
-98 0 obj 
+99 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 196.0394 175.5957 208.0394]
-/Dest [92 0 R /XYZ 40.01575 485.8394 0]
+/Dest [95 0 R /XYZ 40.01575 723.8394 0]
 >>
 endobj 
-99 0 obj 
+100 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 196.7894 555.2598 208.7894]
-/Dest [92 0 R /XYZ 40.01575 485.8394 0]
+/Dest [95 0 R /XYZ 40.01575 723.8394 0]
 >>
 endobj 
-100 0 obj 
+101 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 178.0394 286.1757 190.0394]
-/Dest [92 0 R /XYZ 40.01575 456.6394 0]
+/Dest [95 0 R /XYZ 40.01575 694.6394 0]
 >>
 endobj 
-101 0 obj 
+102 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 178.7894 555.2598 190.7894]
-/Dest [92 0 R /XYZ 40.01575 456.6394 0]
+/Dest [95 0 R /XYZ 40.01575 694.6394 0]
 >>
 endobj 
-102 0 obj 
+103 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 160.0394 297.2957 172.0394]
-/Dest [103 0 R /XYZ 40.01575 531.2394 0]
+/Dest [104 0 R /XYZ 40.01575 759.0394 0]
 >>
 endobj 
-104 0 obj 
+105 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 160.7894 555.2598 172.7894]
-/Dest [103 0 R /XYZ 40.01575 531.2394 0]
+/Dest [104 0 R /XYZ 40.01575 759.0394 0]
 >>
 endobj 
-105 0 obj 
+106 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 142.0394 267.2657 154.0394]
-/Dest [106 0 R /XYZ 40.01575 425.2394 0]
+/Dest [107 0 R /XYZ 40.01575 654.0394 0]
 >>
 endobj 
-107 0 obj 
+108 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 142.7894 555.2598 154.7894]
-/Dest [106 0 R /XYZ 40.01575 425.2394 0]
+/Dest [107 0 R /XYZ 40.01575 654.0394 0]
 >>
 endobj 
-108 0 obj 
+109 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 124.0394 305.6257 136.0394]
-/Dest [106 0 R /XYZ 40.01575 189.0394 0]
+/Dest [107 0 R /XYZ 40.01575 417.8394 0]
 >>
 endobj 
-109 0 obj 
+110 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 124.7894 555.2598 136.7894]
-/Dest [106 0 R /XYZ 40.01575 189.0394 0]
+/Dest [107 0 R /XYZ 40.01575 417.8394 0]
 >>
 endobj 
-110 0 obj 
+111 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 106.0394 193.3857 118.0394]
-/Dest [111 0 R /XYZ 40.01575 278.4394 0]
+/Dest [112 0 R /XYZ 40.01575 236.4394 0]
 >>
 endobj 
-112 0 obj 
+113 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 106.7894 555.2598 118.7894]
-/Dest [111 0 R /XYZ 40.01575 278.4394 0]
+/Dest [112 0 R /XYZ 40.01575 236.4394 0]
 >>
 endobj 
-113 0 obj 
+114 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [100.0157 88.03937 200.6057 100.0394]
-/Dest [111 0 R /XYZ 40.01575 189.2394 0]
+/Dest [112 0 R /XYZ 40.01575 147.2394 0]
 >>
 endobj 
-114 0 obj 
+115 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 88.78937 555.2598 100.7894]
-/Dest [111 0 R /XYZ 40.01575 189.2394 0]
+/Dest [112 0 R /XYZ 40.01575 147.2394 0]
 >>
 endobj 
-115 0 obj 
+116 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 70.78937 175.5957 82.78937]
-/Dest [111 0 R /XYZ 40.01575 158.8394 0]
+/Dest [112 0 R /XYZ 40.01575 116.8394 0]
 >>
 endobj 
-116 0 obj 
+117 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 70.78937 555.2598 82.78937]
-/Dest [111 0 R /XYZ 40.01575 158.8394 0]
+/Dest [112 0 R /XYZ 40.01575 116.8394 0]
 >>
 endobj 
-117 0 obj 
+118 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 52.03937 231.7157 64.03937]
-/Dest [111 0 R /XYZ 40.01575 129.6394 0]
+/Dest [112 0 R /XYZ 40.01575 87.63937 0]
 >>
 endobj 
-118 0 obj 
+119 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 52.78937 555.2598 64.78937]
-/Dest [111 0 R /XYZ 40.01575 129.6394 0]
+/Dest [112 0 R /XYZ 40.01575 87.63937 0]
 >>
 endobj 
-119 0 obj 
+120 0 obj 
 <<
-/Annots [14 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R 23 0 R 24 0 R 25 0 R 26 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R 36 0 R 37 0 R 39 0 R 40 0 R 41 0 R 42 0 R 43 0 R 44 0 R 46 0 R 47 0 R 48 0 R 49 0 R 50 0 R 51 0 R 52 0 R 53 0 R 55 0 R 56 0 R 58 0 R 59 0 R 60 0 R 61 0 R 62 0 R 63 0 R 64 0 R 65 0 R 67 0 R 68 0 R 69 0 R 70 0 R 72 0 R 73 0 R 74 0 R 75 0 R 77 0 R 78 0 R 80 0 R 81 0 R 83 0 R 84 0 R 85 0 R 86 0 R 87 0 R 88 0 R 90 0 R 91 0 R 93 0 R 94 0 R 95 0 R 96 0 R  [...]
+/Annots [14 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R 23 0 R 24 0 R 25 0 R 26 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R 36 0 R 37 0 R 39 0 R 40 0 R 41 0 R 42 0 R 43 0 R 44 0 R 46 0 R 47 0 R 48 0 R 49 0 R 50 0 R 51 0 R 52 0 R 53 0 R 55 0 R 56 0 R 57 0 R 58 0 R 60 0 R 61 0 R 62 0 R 63 0 R 64 0 R 65 0 R 67 0 R 68 0 R 69 0 R 70 0 R 72 0 R 73 0 R 74 0 R 75 0 R 77 0 R 78 0 R 80 0 R 81 0 R 82 0 R 83 0 R 85 0 R 86 0 R 87 0 R 88 0 R 90 0 R 91 0 R 93 0 R 94 0 R 96 0 R 97 0 R  [...]
 /Rotate 0
 /Resources 
 <<
@@ -966,258 +966,258 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 120 0 R
+/Contents 121 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-121 0 obj 
+122 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 784.0394 266.7357 796.0394]
-/Dest [122 0 R /XYZ 40.01575 391.0394 0]
+/Dest [123 0 R /XYZ 40.01575 325.0394 0]
 >>
 endobj 
-123 0 obj 
+124 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 784.7894 555.2598 796.7894]
-/Dest [122 0 R /XYZ 40.01575 391.0394 0]
+/Dest [123 0 R /XYZ 40.01575 325.0394 0]
 >>
 endobj 
-124 0 obj 
+125 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 766.0394 232.2757 778.0394]
-/Dest [125 0 R /XYZ 40.01575 534.2394 0]
+/Dest [126 0 R /XYZ 40.01575 461.2394 0]
 >>
 endobj 
-126 0 obj 
+127 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 766.7894 555.2598 778.7894]
-/Dest [125 0 R /XYZ 40.01575 534.2394 0]
+/Dest [126 0 R /XYZ 40.01575 461.2394 0]
 >>
 endobj 
-127 0 obj 
+128 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 748.0394 255.6157 760.0394]
-/Dest [128 0 R /XYZ 40.01575 671.0394 0]
+/Dest [129 0 R /XYZ 40.01575 587.0394 0]
 >>
 endobj 
-129 0 obj 
+130 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 748.7894 555.2598 760.7894]
-/Dest [128 0 R /XYZ 40.01575 671.0394 0]
+/Dest [129 0 R /XYZ 40.01575 587.0394 0]
 >>
 endobj 
-130 0 obj 
+131 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 730.0394 246.1657 742.0394]
-/Dest [131 0 R /XYZ 40.01575 372.0394 0]
+/Dest [132 0 R /XYZ 40.01575 372.0394 0]
 >>
 endobj 
-132 0 obj 
+133 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 730.7894 555.2598 742.7894]
-/Dest [131 0 R /XYZ 40.01575 372.0394 0]
+/Dest [132 0 R /XYZ 40.01575 372.0394 0]
 >>
 endobj 
-133 0 obj 
+134 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 712.0394 274.5057 724.0394]
-/Dest [131 0 R /XYZ 40.01575 120.8394 0]
+/Dest [132 0 R /XYZ 40.01575 120.8394 0]
 >>
 endobj 
-134 0 obj 
+135 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 712.7894 555.2598 724.7894]
-/Dest [131 0 R /XYZ 40.01575 120.8394 0]
+/Dest [132 0 R /XYZ 40.01575 120.8394 0]
 >>
 endobj 
-135 0 obj 
+136 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 694.0394 286.7257 706.0394]
-/Dest [136 0 R /XYZ 40.01575 420.0394 0]
+/Dest [137 0 R /XYZ 40.01575 420.0394 0]
 >>
 endobj 
-137 0 obj 
+138 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 694.7894 555.2598 706.7894]
-/Dest [136 0 R /XYZ 40.01575 420.0394 0]
+/Dest [137 0 R /XYZ 40.01575 420.0394 0]
 >>
 endobj 
-138 0 obj 
+139 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 676.0394 239.4957 688.0394]
-/Dest [139 0 R /XYZ 40.01575 417.4394 0]
+/Dest [140 0 R /XYZ 40.01575 417.4394 0]
 >>
 endobj 
-140 0 obj 
+141 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 676.7894 555.2598 688.7894]
-/Dest [139 0 R /XYZ 40.01575 417.4394 0]
+/Dest [140 0 R /XYZ 40.01575 417.4394 0]
 >>
 endobj 
-141 0 obj 
+142 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [120.0157 658.0394 251.1657 670.0394]
-/Dest [142 0 R /XYZ 40.01575 787.0394 0]
+/Rect [120.0157 658.0394 306.7557 670.0394]
+/Dest [143 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-143 0 obj 
+144 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 658.7894 555.2598 670.7894]
-/Dest [142 0 R /XYZ 40.01575 787.0394 0]
+/Dest [143 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-144 0 obj 
+145 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [120.0157 640.0394 306.7557 652.0394]
-/Dest [142 0 R /XYZ 40.01575 301.8394 0]
+/Rect [120.0157 640.0394 245.6057 652.0394]
+/Dest [143 0 R /XYZ 40.01575 484.8394 0]
 >>
 endobj 
-145 0 obj 
+146 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 640.7894 555.2598 652.7894]
-/Dest [142 0 R /XYZ 40.01575 301.8394 0]
+/Dest [143 0 R /XYZ 40.01575 484.8394 0]
 >>
 endobj 
-146 0 obj 
+147 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [120.0157 622.0394 245.6057 634.0394]
-/Dest [147 0 R /XYZ 40.01575 720.0394 0]
+/Rect [120.0157 622.0394 239.4957 634.0394]
+/Dest [148 0 R /XYZ 40.01575 582.2394 0]
 >>
 endobj 
-148 0 obj 
+149 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 622.7894 555.2598 634.7894]
-/Dest [147 0 R /XYZ 40.01575 720.0394 0]
+/Dest [148 0 R /XYZ 40.01575 582.2394 0]
 >>
 endobj 
-149 0 obj 
+150 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [120.0157 604.0394 239.4957 616.0394]
-/Dest [150 0 R /XYZ 40.01575 378.2394 0]
+/Rect [120.0157 604.0394 251.1657 616.0394]
+/Dest [151 0 R /XYZ 40.01575 265.4394 0]
 >>
 endobj 
-151 0 obj 
+152 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 604.7894 555.2598 616.7894]
-/Dest [150 0 R /XYZ 40.01575 378.2394 0]
+/Dest [151 0 R /XYZ 40.01575 265.4394 0]
 >>
 endobj 
-152 0 obj 
+153 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [120.0157 586.0394 251.1657 598.0394]
-/Dest [153 0 R /XYZ 40.01575 787.0394 0]
+/Rect [120.0157 586.0394 193.3857 598.0394]
+/Dest [154 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-154 0 obj 
+155 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 586.7894 555.2598 598.7894]
-/Dest [153 0 R /XYZ 40.01575 787.0394 0]
+/Dest [154 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-155 0 obj 
+156 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [120.0157 568.0394 193.3857 580.0394]
-/Dest [156 0 R /XYZ 40.01575 269.8504 0]
+/Rect [100.0157 568.0394 233.3857 580.0394]
+/Dest [154 0 R /XYZ 40.01575 757.8394 0]
 >>
 endobj 
 157 0 obj 
@@ -1227,7 +1227,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 568.7894 555.2598 580.7894]
-/Dest [156 0 R /XYZ 40.01575 269.8504 0]
+/Dest [154 0 R /XYZ 40.01575 757.8394 0]
 >>
 endobj 
 158 0 obj 
@@ -1236,8 +1236,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [100.0157 550.0394 233.3857 562.0394]
-/Dest [156 0 R /XYZ 40.01575 240.6504 0]
+/Rect [120.0157 550.7894 175.5957 562.7894]
+/Dest [154 0 R /XYZ 40.01575 727.4394 0]
 >>
 endobj 
 159 0 obj 
@@ -1247,7 +1247,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 550.7894 555.2598 562.7894]
-/Dest [156 0 R /XYZ 40.01575 240.6504 0]
+/Dest [154 0 R /XYZ 40.01575 727.4394 0]
 >>
 endobj 
 160 0 obj 
@@ -1256,8 +1256,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [120.0157 532.7894 175.5957 544.7894]
-/Dest [156 0 R /XYZ 40.01575 210.2504 0]
+/Rect [120.0157 532.0394 273.3857 544.0394]
+/Dest [154 0 R /XYZ 40.01575 698.2394 0]
 >>
 endobj 
 161 0 obj 
@@ -1267,7 +1267,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 532.7894 555.2598 544.7894]
-/Dest [156 0 R /XYZ 40.01575 210.2504 0]
+/Dest [154 0 R /XYZ 40.01575 698.2394 0]
 >>
 endobj 
 162 0 obj 
@@ -1277,7 +1277,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [120.0157 514.0394 261.1557 526.0394]
-/Dest [156 0 R /XYZ 40.01575 181.0504 0]
+/Dest [154 0 R /XYZ 40.01575 375.0394 0]
 >>
 endobj 
 163 0 obj 
@@ -1287,7 +1287,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 514.7894 555.2598 526.7894]
-/Dest [156 0 R /XYZ 40.01575 181.0504 0]
+/Dest [154 0 R /XYZ 40.01575 375.0394 0]
 >>
 endobj 
 164 0 obj 
@@ -1297,287 +1297,287 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [120.0157 496.0394 292.2957 508.0394]
-/Dest [165 0 R /XYZ 40.01575 663.0394 0]
+/Dest [154 0 R /XYZ 40.01575 135.8394 0]
 >>
 endobj 
-166 0 obj 
+165 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 496.7894 555.2598 508.7894]
-/Dest [165 0 R /XYZ 40.01575 663.0394 0]
+/Dest [154 0 R /XYZ 40.01575 135.8394 0]
 >>
 endobj 
-167 0 obj 
+166 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 478.0394 291.7257 490.0394]
-/Dest [168 0 R /XYZ 40.01575 191.0394 0]
+/Dest [167 0 R /XYZ 40.01575 421.0394 0]
 >>
 endobj 
-169 0 obj 
+168 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 478.7894 555.2598 490.7894]
-/Dest [168 0 R /XYZ 40.01575 191.0394 0]
+/Dest [167 0 R /XYZ 40.01575 421.0394 0]
 >>
 endobj 
-170 0 obj 
+169 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 460.0394 277.2757 472.0394]
-/Dest [168 0 R /XYZ 40.01575 161.8394 0]
+/Dest [167 0 R /XYZ 40.01575 391.8394 0]
 >>
 endobj 
-171 0 obj 
+170 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 460.7894 555.2598 472.7894]
-/Dest [168 0 R /XYZ 40.01575 161.8394 0]
+/Dest [167 0 R /XYZ 40.01575 391.8394 0]
 >>
 endobj 
-172 0 obj 
+171 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 442.0394 286.7157 454.0394]
-/Dest [173 0 R /XYZ 40.01575 147.4394 0]
+/Dest [172 0 R /XYZ 40.01575 609.0394 0]
 >>
 endobj 
-174 0 obj 
+173 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 442.7894 555.2598 454.7894]
-/Dest [173 0 R /XYZ 40.01575 147.4394 0]
+/Dest [172 0 R /XYZ 40.01575 609.0394 0]
 >>
 endobj 
-175 0 obj 
+174 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 424.0394 344.5257 436.0394]
-/Dest [176 0 R /XYZ 40.01575 672.0394 0]
+/Dest [175 0 R /XYZ 40.01575 433.2394 0]
 >>
 endobj 
-177 0 obj 
+176 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 424.7894 555.2598 436.7894]
-/Dest [176 0 R /XYZ 40.01575 672.0394 0]
+/Dest [175 0 R /XYZ 40.01575 433.2394 0]
 >>
 endobj 
-178 0 obj 
+177 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 406.0394 193.3857 418.0394]
-/Dest [176 0 R /XYZ 40.01575 540.8394 0]
+/Dest [175 0 R /XYZ 40.01575 302.0394 0]
 >>
 endobj 
-179 0 obj 
+178 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 406.7894 555.2598 418.7894]
-/Dest [176 0 R /XYZ 40.01575 540.8394 0]
+/Dest [175 0 R /XYZ 40.01575 302.0394 0]
 >>
 endobj 
-180 0 obj 
+179 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [100.0157 388.0394 215.0557 400.0394]
-/Dest [176 0 R /XYZ 40.01575 511.6394 0]
+/Dest [175 0 R /XYZ 40.01575 272.8394 0]
 >>
 endobj 
-181 0 obj 
+180 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 388.7894 555.2598 400.7894]
-/Dest [176 0 R /XYZ 40.01575 511.6394 0]
+/Dest [175 0 R /XYZ 40.01575 272.8394 0]
 >>
 endobj 
-182 0 obj 
+181 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 370.7894 175.5957 382.7894]
-/Dest [176 0 R /XYZ 40.01575 481.2394 0]
+/Dest [175 0 R /XYZ 40.01575 242.4394 0]
 >>
 endobj 
-183 0 obj 
+182 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 370.7894 555.2598 382.7894]
-/Dest [176 0 R /XYZ 40.01575 481.2394 0]
+/Dest [175 0 R /XYZ 40.01575 242.4394 0]
 >>
 endobj 
-184 0 obj 
+183 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 352.0394 240.6057 364.0394]
-/Dest [176 0 R /XYZ 40.01575 452.0394 0]
+/Dest [175 0 R /XYZ 40.01575 213.2394 0]
 >>
 endobj 
-185 0 obj 
+184 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 352.7894 555.2598 364.7894]
-/Dest [176 0 R /XYZ 40.01575 452.0394 0]
+/Dest [175 0 R /XYZ 40.01575 213.2394 0]
 >>
 endobj 
-186 0 obj 
+185 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 334.0394 272.8457 346.0394]
-/Dest [187 0 R /XYZ 40.01575 603.0394 0]
+/Dest [186 0 R /XYZ 40.01575 215.0394 0]
 >>
 endobj 
-188 0 obj 
+187 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 334.7894 555.2598 346.7894]
-/Dest [187 0 R /XYZ 40.01575 603.0394 0]
+/Dest [186 0 R /XYZ 40.01575 215.0394 0]
 >>
 endobj 
-189 0 obj 
+188 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 316.0394 280.0557 328.0394]
-/Dest [190 0 R /XYZ 40.01575 99.23937 0]
+/Dest [189 0 R /XYZ 40.01575 450.0394 0]
 >>
 endobj 
-191 0 obj 
+190 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 316.7894 555.2598 328.7894]
-/Dest [190 0 R /XYZ 40.01575 99.23937 0]
+/Dest [189 0 R /XYZ 40.01575 450.0394 0]
 >>
 endobj 
-192 0 obj 
+191 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 298.0394 260.0557 310.0394]
-/Dest [193 0 R /XYZ 40.01575 543.2394 0]
+/Dest [192 0 R /XYZ 40.01575 168.2394 0]
 >>
 endobj 
-194 0 obj 
+193 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 298.7894 555.2598 310.7894]
-/Dest [193 0 R /XYZ 40.01575 543.2394 0]
+/Dest [192 0 R /XYZ 40.01575 168.2394 0]
 >>
 endobj 
-195 0 obj 
+194 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 280.0394 193.3857 292.0394]
-/Dest [196 0 R /XYZ 40.01575 506.0394 0]
+/Dest [195 0 R /XYZ 40.01575 133.0394 0]
 >>
 endobj 
-197 0 obj 
+196 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 280.7894 555.2598 292.7894]
-/Dest [196 0 R /XYZ 40.01575 506.0394 0]
+/Dest [195 0 R /XYZ 40.01575 133.0394 0]
 >>
 endobj 
-198 0 obj 
+197 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 262.0394 135.5957 274.0394]
-/Dest [196 0 R /XYZ 40.01575 476.8394 0]
+/Dest [195 0 R /XYZ 40.01575 103.8394 0]
 >>
 endobj 
-199 0 obj 
+198 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 262.7894 555.2598 274.7894]
-/Dest [196 0 R /XYZ 40.01575 476.8394 0]
+/Dest [195 0 R /XYZ 40.01575 103.8394 0]
 >>
 endobj 
-200 0 obj 
+199 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 244.0394 194.4957 256.0394]
-/Dest [196 0 R /XYZ 40.01575 444.0394 0]
+/Dest [200 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
 201 0 obj 
@@ -1587,7 +1587,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 244.7894 555.2598 256.7894]
-/Dest [196 0 R /XYZ 40.01575 444.0394 0]
+/Dest [200 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
 202 0 obj 
@@ -1597,7 +1597,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 226.0394 210.6157 238.0394]
-/Dest [196 0 R /XYZ 40.01575 357.2394 0]
+/Dest [200 0 R /XYZ 40.01575 700.2394 0]
 >>
 endobj 
 203 0 obj 
@@ -1607,7 +1607,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 226.7894 555.2598 238.7894]
-/Dest [196 0 R /XYZ 40.01575 357.2394 0]
+/Dest [200 0 R /XYZ 40.01575 700.2394 0]
 >>
 endobj 
 204 0 obj 
@@ -1617,7 +1617,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 208.0394 217.2757 220.0394]
-/Dest [196 0 R /XYZ 40.01575 191.4394 0]
+/Dest [200 0 R /XYZ 40.01575 534.4394 0]
 >>
 endobj 
 205 0 obj 
@@ -1627,7 +1627,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 208.7894 555.2598 220.7894]
-/Dest [196 0 R /XYZ 40.01575 191.4394 0]
+/Dest [200 0 R /XYZ 40.01575 534.4394 0]
 >>
 endobj 
 206 0 obj 
@@ -1637,7 +1637,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 190.0394 198.9357 202.0394]
-/Dest [207 0 R /XYZ 40.01575 651.0394 0]
+/Dest [207 0 R /XYZ 40.01575 419.0394 0]
 >>
 endobj 
 208 0 obj 
@@ -1647,7 +1647,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 190.7894 555.2598 202.7894]
-/Dest [207 0 R /XYZ 40.01575 651.0394 0]
+/Dest [207 0 R /XYZ 40.01575 419.0394 0]
 >>
 endobj 
 209 0 obj 
@@ -1657,7 +1657,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 172.0394 210.0557 184.0394]
-/Dest [210 0 R /XYZ 40.01575 447.0394 0]
+/Dest [210 0 R /XYZ 40.01575 198.0394 0]
 >>
 endobj 
 211 0 obj 
@@ -1667,7 +1667,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 172.7894 555.2598 184.7894]
-/Dest [210 0 R /XYZ 40.01575 447.0394 0]
+/Dest [210 0 R /XYZ 40.01575 198.0394 0]
 >>
 endobj 
 212 0 obj 
@@ -1677,7 +1677,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 154.0394 210.0557 166.0394]
-/Dest [213 0 R /XYZ 40.01575 675.0394 0]
+/Dest [213 0 R /XYZ 40.01575 438.0394 0]
 >>
 endobj 
 214 0 obj 
@@ -1687,7 +1687,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 154.7894 555.2598 166.7894]
-/Dest [213 0 R /XYZ 40.01575 675.0394 0]
+/Dest [213 0 R /XYZ 40.01575 438.0394 0]
 >>
 endobj 
 215 0 obj 
@@ -1697,122 +1697,122 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 136.0394 211.1557 148.0394]
-/Dest [213 0 R /XYZ 40.01575 279.2394 0]
+/Dest [216 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-216 0 obj 
+217 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 136.7894 555.2598 148.7894]
-/Dest [213 0 R /XYZ 40.01575 279.2394 0]
+/Dest [216 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-217 0 obj 
+218 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 118.0394 208.9557 130.0394]
-/Dest [218 0 R /XYZ 40.01575 787.0394 0]
+/Dest [219 0 R /XYZ 40.01575 551.0394 0]
 >>
 endobj 
-219 0 obj 
+220 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 118.7894 555.2598 130.7894]
-/Dest [218 0 R /XYZ 40.01575 787.0394 0]
+/Dest [219 0 R /XYZ 40.01575 551.0394 0]
 >>
 endobj 
-220 0 obj 
+221 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 100.0394 198.3757 112.0394]
-/Dest [218 0 R /XYZ 40.01575 285.2394 0]
+/Dest [222 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-221 0 obj 
+223 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 100.7894 555.2598 112.7894]
-/Dest [218 0 R /XYZ 40.01575 285.2394 0]
+/Dest [222 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-222 0 obj 
+224 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 82.03937 233.9557 94.03937]
-/Dest [223 0 R /XYZ 40.01575 716.2394 0]
+/Dest [222 0 R /XYZ 40.01575 485.4394 0]
 >>
 endobj 
-224 0 obj 
+225 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 82.78937 555.2598 94.78937]
-/Dest [223 0 R /XYZ 40.01575 716.2394 0]
+/Dest [222 0 R /XYZ 40.01575 485.4394 0]
 >>
 endobj 
-225 0 obj 
+226 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 64.78937 153.3857 76.78937]
-/Dest [226 0 R /XYZ 40.01575 429.4394 0]
+/Dest [227 0 R /XYZ 40.01575 174.6394 0]
 >>
 endobj 
-227 0 obj 
+228 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 64.78937 555.2598 76.78937]
-/Dest [226 0 R /XYZ 40.01575 429.4394 0]
+/Dest [227 0 R /XYZ 40.01575 174.6394 0]
 >>
 endobj 
-228 0 obj 
+229 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [60.01575 46.78937 188.9457 58.78937]
-/Dest [226 0 R /XYZ 40.01575 315.6394 0]
+/Dest [230 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-229 0 obj 
+231 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 46.78937 555.2598 58.78937]
-/Dest [226 0 R /XYZ 40.01575 315.6394 0]
+/Dest [230 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-230 0 obj 
+232 0 obj 
 <<
-/Annots [121 0 R 123 0 R 124 0 R 126 0 R 127 0 R 129 0 R 130 0 R 132 0 R 133 0 R 134 0 R 135 0 R 137 0 R 138 0 R 140 0 R 141 0 R 143 0 R 144 0 R 145 0 R 146 0 R 148 0 R 149 0 R 151 0 R 152 0 R 154 0 R 155 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R 166 0 R 167 0 R 169 0 R 170 0 R 171 0 R 172 0 R 174 0 R 175 0 R 177 0 R 178 0 R 179 0 R 180 0 R 181 0 R 182 0 R 183 0 R 184 0 R 185 0 R 186 0 R 188 0 R 189 0 R 191 0 R 192 0 R 194 0 R 195 0 R 197 0 R 198 0 R 199 0 R 200 [...]
+/Annots [122 0 R 124 0 R 125 0 R 127 0 R 128 0 R 130 0 R 131 0 R 133 0 R 134 0 R 135 0 R 136 0 R 138 0 R 139 0 R 141 0 R 142 0 R 144 0 R 145 0 R 146 0 R 147 0 R 149 0 R 150 0 R 152 0 R 153 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R 165 0 R 166 0 R 168 0 R 169 0 R 170 0 R 171 0 R 173 0 R 174 0 R 176 0 R 177 0 R 178 0 R 179 0 R 180 0 R 181 0 R 182 0 R 183 0 R 184 0 R 185 0 R 187 0 R 188 0 R 190 0 R 191 0 R 193 0 R 194 0 R 196 0 R 197 0 R 198 0 R 199 [...]
 /Rotate 0
 /Resources 
 <<
@@ -1824,158 +1824,158 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 231 0 R
+/Contents 233 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-232 0 obj 
+234 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 784.7894 135.5957 796.7894]
-/Dest [226 0 R /XYZ 40.01575 280.4394 0]
+/Dest [230 0 R /XYZ 40.01575 751.8394 0]
 >>
 endobj 
-233 0 obj 
+235 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 784.7894 555.2598 796.7894]
-/Dest [226 0 R /XYZ 40.01575 280.4394 0]
+/Dest [230 0 R /XYZ 40.01575 751.8394 0]
 >>
 endobj 
-234 0 obj 
+236 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 766.7894 246.1757 778.7894]
-/Dest [226 0 R /XYZ 40.01575 247.6394 0]
+/Dest [230 0 R /XYZ 40.01575 719.0394 0]
 >>
 endobj 
-235 0 obj 
+237 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 766.7894 555.2598 778.7894]
-/Dest [226 0 R /XYZ 40.01575 247.6394 0]
+/Dest [230 0 R /XYZ 40.01575 719.0394 0]
 >>
 endobj 
-236 0 obj 
+238 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 748.7894 257.2957 760.7894]
-/Dest [237 0 R /XYZ 40.01575 320.2394 0]
+/Dest [239 0 R /XYZ 40.01575 95.85039 0]
 >>
 endobj 
-238 0 obj 
+240 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 748.7894 555.2598 760.7894]
-/Dest [237 0 R /XYZ 40.01575 320.2394 0]
+/Dest [239 0 R /XYZ 40.01575 95.85039 0]
 >>
 endobj 
-239 0 obj 
+241 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 730.7894 227.2657 742.7894]
-/Dest [240 0 R /XYZ 40.01575 202.4394 0]
+/Dest [242 0 R /XYZ 40.01575 714.0394 0]
 >>
 endobj 
-241 0 obj 
+243 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 730.7894 555.2598 742.7894]
-/Dest [240 0 R /XYZ 40.01575 202.4394 0]
+/Dest [242 0 R /XYZ 40.01575 714.0394 0]
 >>
 endobj 
-242 0 obj 
+244 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 712.7894 265.6257 724.7894]
-/Dest [243 0 R /XYZ 40.01575 699.0394 0]
+/Dest [242 0 R /XYZ 40.01575 474.2394 0]
 >>
 endobj 
-244 0 obj 
+245 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 712.7894 555.2598 724.7894]
-/Dest [243 0 R /XYZ 40.01575 699.0394 0]
+/Dest [242 0 R /XYZ 40.01575 474.2394 0]
 >>
 endobj 
-245 0 obj 
+246 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 694.7894 153.3857 706.7894]
-/Dest [246 0 R /XYZ 40.01575 172.0394 0]
+/Dest [247 0 R /XYZ 40.01575 236.4394 0]
 >>
 endobj 
-247 0 obj 
+248 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 694.7894 555.2598 706.7894]
-/Dest [246 0 R /XYZ 40.01575 172.0394 0]
+/Dest [247 0 R /XYZ 40.01575 236.4394 0]
 >>
 endobj 
-248 0 obj 
+249 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [60.01575 676.7894 160.6057 688.7894]
-/Dest [246 0 R /XYZ 40.01575 79.23937 0]
+/Dest [247 0 R /XYZ 40.01575 143.6394 0]
 >>
 endobj 
-249 0 obj 
+250 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 676.7894 555.2598 688.7894]
-/Dest [246 0 R /XYZ 40.01575 79.23937 0]
+/Dest [247 0 R /XYZ 40.01575 143.6394 0]
 >>
 endobj 
-250 0 obj 
+251 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 658.7894 135.5957 670.7894]
-/Dest [251 0 R /XYZ 40.01575 787.0394 0]
+/Dest [247 0 R /XYZ 40.01575 108.4394 0]
 >>
 endobj 
 252 0 obj 
@@ -1985,7 +1985,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 658.7894 555.2598 670.7894]
-/Dest [251 0 R /XYZ 40.01575 787.0394 0]
+/Dest [247 0 R /XYZ 40.01575 108.4394 0]
 >>
 endobj 
 253 0 obj 
@@ -1995,7 +1995,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 640.7894 191.7157 652.7894]
-/Dest [251 0 R /XYZ 40.01575 754.2394 0]
+/Dest [247 0 R /XYZ 40.01575 75.63937 0]
 >>
 endobj 
 254 0 obj 
@@ -2005,7 +2005,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [544.1398 640.7894 555.2598 652.7894]
-/Dest [251 0 R /XYZ 40.01575 754.2394 0]
+/Dest [247 0 R /XYZ 40.01575 75.63937 0]
 >>
 endobj 
 255 0 obj 
@@ -2015,247 +2015,247 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 622.7894 226.7357 634.7894]
-/Dest [251 0 R /XYZ 40.01575 275.4394 0]
+/Dest [256 0 R /XYZ 40.01575 313.0394 0]
 >>
 endobj 
-256 0 obj 
+257 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 622.7894 555.2598 634.7894]
-/Dest [251 0 R /XYZ 40.01575 275.4394 0]
+/Dest [256 0 R /XYZ 40.01575 313.0394 0]
 >>
 endobj 
-257 0 obj 
+258 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 604.7894 192.2757 616.7894]
-/Dest [258 0 R /XYZ 40.01575 407.2394 0]
+/Dest [259 0 R /XYZ 40.01575 443.2394 0]
 >>
 endobj 
-259 0 obj 
+260 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 604.7894 555.2598 616.7894]
-/Dest [258 0 R /XYZ 40.01575 407.2394 0]
+/Dest [259 0 R /XYZ 40.01575 443.2394 0]
 >>
 endobj 
-260 0 obj 
+261 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 586.7894 215.6157 598.7894]
-/Dest [261 0 R /XYZ 40.01575 530.0394 0]
+/Dest [262 0 R /XYZ 40.01575 560.0394 0]
 >>
 endobj 
-262 0 obj 
+263 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 586.7894 555.2598 598.7894]
-/Dest [261 0 R /XYZ 40.01575 530.0394 0]
+/Dest [262 0 R /XYZ 40.01575 560.0394 0]
 >>
 endobj 
-263 0 obj 
+264 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 568.7894 206.1657 580.7894]
-/Dest [264 0 R /XYZ 40.01575 372.0394 0]
+/Dest [265 0 R /XYZ 40.01575 372.0394 0]
 >>
 endobj 
-265 0 obj 
+266 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 568.7894 555.2598 580.7894]
-/Dest [264 0 R /XYZ 40.01575 372.0394 0]
+/Dest [265 0 R /XYZ 40.01575 372.0394 0]
 >>
 endobj 
-266 0 obj 
+267 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 550.7894 234.5057 562.7894]
-/Dest [264 0 R /XYZ 40.01575 117.2394 0]
+/Dest [265 0 R /XYZ 40.01575 117.2394 0]
 >>
 endobj 
-267 0 obj 
+268 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 550.7894 555.2598 562.7894]
-/Dest [264 0 R /XYZ 40.01575 117.2394 0]
+/Dest [265 0 R /XYZ 40.01575 117.2394 0]
 >>
 endobj 
-268 0 obj 
+269 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 532.7894 246.7257 544.7894]
-/Dest [269 0 R /XYZ 40.01575 420.0394 0]
+/Dest [270 0 R /XYZ 40.01575 420.0394 0]
 >>
 endobj 
-270 0 obj 
+271 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 532.7894 555.2598 544.7894]
-/Dest [269 0 R /XYZ 40.01575 420.0394 0]
+/Dest [270 0 R /XYZ 40.01575 420.0394 0]
 >>
 endobj 
-271 0 obj 
+272 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 514.7894 199.4957 526.7894]
-/Dest [272 0 R /XYZ 40.01575 417.4394 0]
+/Dest [273 0 R /XYZ 40.01575 417.4394 0]
 >>
 endobj 
-273 0 obj 
+274 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 514.7894 555.2598 526.7894]
-/Dest [272 0 R /XYZ 40.01575 417.4394 0]
+/Dest [273 0 R /XYZ 40.01575 417.4394 0]
 >>
 endobj 
-274 0 obj 
+275 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [80.01575 496.7894 211.1657 508.7894]
-/Dest [275 0 R /XYZ 40.01575 787.0394 0]
+/Rect [80.01575 496.7894 266.7557 508.7894]
+/Dest [276 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-276 0 obj 
+277 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 496.7894 555.2598 508.7894]
-/Dest [275 0 R /XYZ 40.01575 787.0394 0]
+/Dest [276 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-277 0 obj 
+278 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [80.01575 478.7894 266.7557 490.7894]
-/Dest [275 0 R /XYZ 40.01575 298.2394 0]
+/Rect [80.01575 478.7894 205.6057 490.7894]
+/Dest [276 0 R /XYZ 40.01575 481.2394 0]
 >>
 endobj 
-278 0 obj 
+279 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [544.1398 478.7894 555.2598 490.7894]
-/Dest [275 0 R /XYZ 40.01575 298.2394 0]
+/Dest [276 0 R /XYZ 40.01575 481.2394 0]
 >>
 endobj 
-279 0 obj 
+280 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [80.01575 460.7894 205.6057 472.7894]
-/Dest [280 0 R /XYZ 40.01575 720.0394 0]
+/Rect [80.01575 460.7894 199.4957 472.7894]
+/Dest [281 0 R /XYZ 40.01575 582.2394 0]
 >>
 endobj 
-281 0 obj 
+282 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [538.5798 460.7894 555.2598 472.7894]
-/Dest [280 0 R /XYZ 40.01575 720.0394 0]
+/Rect [544.1398 460.7894 555.2598 472.7894]
+/Dest [281 0 R /XYZ 40.01575 582.2394 0]
 >>
 endobj 
-282 0 obj 
+283 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [80.01575 442.7894 199.4957 454.7894]
-/Dest [283 0 R /XYZ 40.01575 384.2394 0]
+/Rect [80.01575 442.7894 211.1657 454.7894]
+/Dest [284 0 R /XYZ 40.01575 265.4394 0]
 >>
 endobj 
-284 0 obj 
+285 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 442.7894 555.2598 454.7894]
-/Dest [283 0 R /XYZ 40.01575 384.2394 0]
+/Dest [284 0 R /XYZ 40.01575 265.4394 0]
 >>
 endobj 
-285 0 obj 
+286 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [80.01575 424.7894 211.1657 436.7894]
-/Dest [286 0 R /XYZ 40.01575 787.0394 0]
+/Rect [80.01575 424.7894 153.3857 436.7894]
+/Dest [287 0 R /XYZ 40.01575 732.0394 0]
 >>
 endobj 
-287 0 obj 
+288 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 424.7894 555.2598 436.7894]
-/Dest [286 0 R /XYZ 40.01575 787.0394 0]
+/Dest [287 0 R /XYZ 40.01575 732.0394 0]
 >>
 endobj 
-288 0 obj 
+289 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [80.01575 406.7894 153.3857 418.7894]
-/Dest [289 0 R /XYZ 40.01575 269.8504 0]
+/Rect [60.01575 406.7894 193.3857 418.7894]
+/Dest [287 0 R /XYZ 40.01575 699.2394 0]
 >>
 endobj 
 290 0 obj 
@@ -2265,7 +2265,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 406.7894 555.2598 418.7894]
-/Dest [289 0 R /XYZ 40.01575 269.8504 0]
+/Dest [287 0 R /XYZ 40.01575 699.2394 0]
 >>
 endobj 
 291 0 obj 
@@ -2274,8 +2274,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [60.01575 388.7894 193.3857 400.7894]
-/Dest [289 0 R /XYZ 40.01575 237.0504 0]
+/Rect [80.01575 388.7894 135.5957 400.7894]
+/Dest [287 0 R /XYZ 40.01575 664.0394 0]
 >>
 endobj 
 292 0 obj 
@@ -2285,7 +2285,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 388.7894 555.2598 400.7894]
-/Dest [289 0 R /XYZ 40.01575 237.0504 0]
+/Dest [287 0 R /XYZ 40.01575 664.0394 0]
 >>
 endobj 
 293 0 obj 
@@ -2294,8 +2294,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [80.01575 370.7894 135.5957 382.7894]
-/Dest [289 0 R /XYZ 40.01575 201.8504 0]
+/Rect [80.01575 370.7894 233.3857 382.7894]
+/Dest [287 0 R /XYZ 40.01575 631.2394 0]
 >>
 endobj 
 294 0 obj 
@@ -2305,7 +2305,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 370.7894 555.2598 382.7894]
-/Dest [289 0 R /XYZ 40.01575 201.8504 0]
+/Dest [287 0 R /XYZ 40.01575 631.2394 0]
 >>
 endobj 
 295 0 obj 
@@ -2315,7 +2315,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 352.7894 221.1557 364.7894]
-/Dest [289 0 R /XYZ 40.01575 169.0504 0]
+/Dest [287 0 R /XYZ 40.01575 304.4394 0]
 >>
 endobj 
 296 0 obj 
@@ -2325,7 +2325,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 352.7894 555.2598 364.7894]
-/Dest [289 0 R /XYZ 40.01575 169.0504 0]
+/Dest [287 0 R /XYZ 40.01575 304.4394 0]
 >>
 endobj 
 297 0 obj 
@@ -2335,7 +2335,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 334.7894 252.2957 346.7894]
-/Dest [298 0 R /XYZ 40.01575 651.0394 0]
+/Dest [298 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
 299 0 obj 
@@ -2345,7 +2345,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 334.7894 555.2598 346.7894]
-/Dest [298 0 R /XYZ 40.01575 651.0394 0]
+/Dest [298 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
 300 0 obj 
@@ -2355,7 +2355,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 316.7894 251.7257 328.7894]
-/Dest [301 0 R /XYZ 40.01575 163.0394 0]
+/Dest [301 0 R /XYZ 40.01575 343.0394 0]
 >>
 endobj 
 302 0 obj 
@@ -2365,7 +2365,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 316.7894 555.2598 328.7894]
-/Dest [301 0 R /XYZ 40.01575 163.0394 0]
+/Dest [301 0 R /XYZ 40.01575 343.0394 0]
 >>
 endobj 
 303 0 obj 
@@ -2375,7 +2375,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 298.7894 237.2757 310.7894]
-/Dest [301 0 R /XYZ 40.01575 130.2394 0]
+/Dest [301 0 R /XYZ 40.01575 310.2394 0]
 >>
 endobj 
 304 0 obj 
@@ -2385,7 +2385,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 298.7894 555.2598 310.7894]
-/Dest [301 0 R /XYZ 40.01575 130.2394 0]
+/Dest [301 0 R /XYZ 40.01575 310.2394 0]
 >>
 endobj 
 305 0 obj 
@@ -2395,7 +2395,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 280.7894 246.7157 292.7894]
-/Dest [306 0 R /XYZ 40.01575 135.4394 0]
+/Dest [306 0 R /XYZ 40.01575 519.0394 0]
 >>
 endobj 
 307 0 obj 
@@ -2405,7 +2405,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 280.7894 555.2598 292.7894]
-/Dest [306 0 R /XYZ 40.01575 135.4394 0]
+/Dest [306 0 R /XYZ 40.01575 519.0394 0]
 >>
 endobj 
 308 0 obj 
@@ -2415,7 +2415,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 262.7894 304.5257 274.7894]
-/Dest [309 0 R /XYZ 40.01575 672.0394 0]
+/Dest [309 0 R /XYZ 40.01575 280.4394 0]
 >>
 endobj 
 310 0 obj 
@@ -2425,7 +2425,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 262.7894 555.2598 274.7894]
-/Dest [309 0 R /XYZ 40.01575 672.0394 0]
+/Dest [309 0 R /XYZ 40.01575 280.4394 0]
 >>
 endobj 
 311 0 obj 
@@ -2435,7 +2435,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 244.7894 153.3857 256.7894]
-/Dest [309 0 R /XYZ 40.01575 537.2394 0]
+/Dest [309 0 R /XYZ 40.01575 145.6394 0]
 >>
 endobj 
 312 0 obj 
@@ -2445,7 +2445,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 244.7894 555.2598 256.7894]
-/Dest [309 0 R /XYZ 40.01575 537.2394 0]
+/Dest [309 0 R /XYZ 40.01575 145.6394 0]
 >>
 endobj 
 313 0 obj 
@@ -2455,7 +2455,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [60.01575 226.7894 175.0557 238.7894]
-/Dest [309 0 R /XYZ 40.01575 504.4394 0]
+/Dest [309 0 R /XYZ 40.01575 112.8394 0]
 >>
 endobj 
 314 0 obj 
@@ -2465,7 +2465,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 226.7894 555.2598 238.7894]
-/Dest [309 0 R /XYZ 40.01575 504.4394 0]
+/Dest [309 0 R /XYZ 40.01575 112.8394 0]
 >>
 endobj 
 315 0 obj 
@@ -2475,7 +2475,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 208.7894 135.5957 220.7894]
-/Dest [309 0 R /XYZ 40.01575 469.2394 0]
+/Dest [309 0 R /XYZ 40.01575 77.63937 0]
 >>
 endobj 
 316 0 obj 
@@ -2485,7 +2485,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 208.7894 555.2598 220.7894]
-/Dest [309 0 R /XYZ 40.01575 469.2394 0]
+/Dest [309 0 R /XYZ 40.01575 77.63937 0]
 >>
 endobj 
 317 0 obj 
@@ -2495,182 +2495,182 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [80.01575 190.7894 200.6057 202.7894]
-/Dest [309 0 R /XYZ 40.01575 436.4394 0]
+/Dest [318 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-318 0 obj 
+319 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 190.7894 555.2598 202.7894]
-/Dest [309 0 R /XYZ 40.01575 436.4394 0]
+/Dest [318 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-319 0 obj 
+320 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 172.7894 232.8457 184.7894]
-/Dest [320 0 R /XYZ 40.01575 588.0394 0]
+/Dest [321 0 R /XYZ 40.01575 77.03937 0]
 >>
 endobj 
-321 0 obj 
+322 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 172.7894 555.2598 184.7894]
-/Dest [320 0 R /XYZ 40.01575 588.0394 0]
+/Dest [321 0 R /XYZ 40.01575 77.03937 0]
 >>
 endobj 
-322 0 obj 
+323 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 154.7894 240.0557 166.7894]
-/Dest [323 0 R /XYZ 40.01575 99.23937 0]
+/Dest [324 0 R /XYZ 40.01575 318.0394 0]
 >>
 endobj 
-324 0 obj 
+325 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 154.7894 555.2598 166.7894]
-/Dest [323 0 R /XYZ 40.01575 99.23937 0]
+/Dest [324 0 R /XYZ 40.01575 318.0394 0]
 >>
 endobj 
-325 0 obj 
+326 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 136.7894 220.0557 148.7894]
-/Dest [326 0 R /XYZ 40.01575 531.2394 0]
+/Dest [327 0 R /XYZ 40.01575 747.0394 0]
 >>
 endobj 
-327 0 obj 
+328 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 136.7894 555.2598 148.7894]
-/Dest [326 0 R /XYZ 40.01575 531.2394 0]
+/Dest [327 0 R /XYZ 40.01575 747.0394 0]
 >>
 endobj 
-328 0 obj 
+329 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 118.7894 153.3857 130.7894]
-/Dest [329 0 R /XYZ 40.01575 494.0394 0]
+/Dest [330 0 R /XYZ 40.01575 729.0394 0]
 >>
 endobj 
-330 0 obj 
+331 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 118.7894 555.2598 130.7894]
-/Dest [329 0 R /XYZ 40.01575 494.0394 0]
+/Dest [330 0 R /XYZ 40.01575 729.0394 0]
 >>
 endobj 
-331 0 obj 
+332 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [60.01575 100.0394 109.4657 112.0394]
-/Dest [329 0 R /XYZ 40.01575 461.2394 0]
+/Dest [330 0 R /XYZ 40.01575 696.2394 0]
 >>
 endobj 
-332 0 obj 
+333 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 100.7894 555.2598 112.7894]
-/Dest [329 0 R /XYZ 40.01575 461.2394 0]
+/Dest [330 0 R /XYZ 40.01575 696.2394 0]
 >>
 endobj 
-333 0 obj 
+334 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [80.01575 82.78937 170.0457 94.78937]
-/Dest [329 0 R /XYZ 40.01575 426.0394 0]
+/Dest [330 0 R /XYZ 40.01575 661.0394 0]
 >>
 endobj 
-334 0 obj 
+335 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 82.78937 555.2598 94.78937]
-/Dest [329 0 R /XYZ 40.01575 426.0394 0]
+/Dest [330 0 R /XYZ 40.01575 661.0394 0]
 >>
 endobj 
-335 0 obj 
+336 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [100.0157 64.78937 160.6057 76.78937]
-/Dest [329 0 R /XYZ 40.01575 393.2394 0]
+/Dest [330 0 R /XYZ 40.01575 628.2394 0]
 >>
 endobj 
-336 0 obj 
+337 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 64.78937 555.2598 76.78937]
-/Dest [329 0 R /XYZ 40.01575 393.2394 0]
+/Dest [330 0 R /XYZ 40.01575 628.2394 0]
 >>
 endobj 
-337 0 obj 
+338 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 46.78937 248.9457 58.78937]
-/Dest [329 0 R /XYZ 40.01575 362.8394 0]
+/Dest [330 0 R /XYZ 40.01575 597.8394 0]
 >>
 endobj 
-338 0 obj 
+339 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 46.78937 555.2598 58.78937]
-/Dest [329 0 R /XYZ 40.01575 362.8394 0]
+/Dest [330 0 R /XYZ 40.01575 597.8394 0]
 >>
 endobj 
-339 0 obj 
+340 0 obj 
 <<
-/Annots [232 0 R 233 0 R 234 0 R 235 0 R 236 0 R 238 0 R 239 0 R 241 0 R 242 0 R 244 0 R 245 0 R 247 0 R 248 0 R 249 0 R 250 0 R 252 0 R 253 0 R 254 0 R 255 0 R 256 0 R 257 0 R 259 0 R 260 0 R 262 0 R 263 0 R 265 0 R 266 0 R 267 0 R 268 0 R 270 0 R 271 0 R 273 0 R 274 0 R 276 0 R 277 0 R 278 0 R 279 0 R 281 0 R 282 0 R 284 0 R 285 0 R 287 0 R 288 0 R 290 0 R 291 0 R 292 0 R 293 0 R 294 0 R 295 0 R 296 0 R 297 0 R 299 0 R 300 0 R 302 0 R 303 0 R 304 0 R 305 0 R 307 0 R 308 0 R 310 0 R 311 [...]
+/Annots [234 0 R 235 0 R 236 0 R 237 0 R 238 0 R 240 0 R 241 0 R 243 0 R 244 0 R 245 0 R 246 0 R 248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 253 0 R 254 0 R 255 0 R 257 0 R 258 0 R 260 0 R 261 0 R 263 0 R 264 0 R 266 0 R 267 0 R 268 0 R 269 0 R 271 0 R 272 0 R 274 0 R 275 0 R 277 0 R 278 0 R 279 0 R 280 0 R 282 0 R 283 0 R 285 0 R 286 0 R 288 0 R 289 0 R 290 0 R 291 0 R 292 0 R 293 0 R 294 0 R 295 0 R 296 0 R 297 0 R 299 0 R 300 0 R 302 0 R 303 0 R 304 0 R 305 0 R 307 0 R 308 0 R 310 0 R 311 [...]
 /Rotate 0
 /Resources 
 <<
@@ -2682,98 +2682,98 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 340 0 R
+/Contents 341 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-341 0 obj 
+342 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 784.7894 195.5957 796.7894]
-/Dest [329 0 R /XYZ 40.01575 333.6394 0]
+/Dest [330 0 R /XYZ 40.01575 568.6394 0]
 >>
 endobj 
-342 0 obj 
+343 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 784.7894 555.2598 796.7894]
-/Dest [329 0 R /XYZ 40.01575 333.6394 0]
+/Dest [330 0 R /XYZ 40.01575 568.6394 0]
 >>
 endobj 
-343 0 obj 
+344 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 766.7894 306.1757 778.7894]
-/Dest [329 0 R /XYZ 40.01575 305.6394 0]
+/Dest [330 0 R /XYZ 40.01575 540.6394 0]
 >>
 endobj 
-344 0 obj 
+345 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 766.7894 555.2598 778.7894]
-/Dest [329 0 R /XYZ 40.01575 305.6394 0]
+/Dest [330 0 R /XYZ 40.01575 540.6394 0]
 >>
 endobj 
-345 0 obj 
+346 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 748.7894 317.2957 760.7894]
-/Dest [346 0 R /XYZ 40.01575 371.2394 0]
+/Dest [347 0 R /XYZ 40.01575 642.0394 0]
 >>
 endobj 
-347 0 obj 
+348 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 748.7894 555.2598 760.7894]
-/Dest [346 0 R /XYZ 40.01575 371.2394 0]
+/Dest [347 0 R /XYZ 40.01575 642.0394 0]
 >>
 endobj 
-348 0 obj 
+349 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 730.7894 287.2657 742.7894]
-/Dest [349 0 R /XYZ 40.01575 256.4394 0]
+/Dest [350 0 R /XYZ 40.01575 525.2394 0]
 >>
 endobj 
-350 0 obj 
+351 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 730.7894 555.2598 742.7894]
-/Dest [349 0 R /XYZ 40.01575 256.4394 0]
+/Dest [350 0 R /XYZ 40.01575 525.2394 0]
 >>
 endobj 
-351 0 obj 
+352 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 712.7894 325.6257 724.7894]
-/Dest [352 0 R /XYZ 40.01575 744.0394 0]
+/Dest [350 0 R /XYZ 40.01575 290.2394 0]
 >>
 endobj 
 353 0 obj 
@@ -2783,7 +2783,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 712.7894 555.2598 724.7894]
-/Dest [352 0 R /XYZ 40.01575 744.0394 0]
+/Dest [350 0 R /XYZ 40.01575 290.2394 0]
 >>
 endobj 
 354 0 obj 
@@ -2793,7 +2793,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [140.0157 694.7894 213.3857 706.7894]
-/Dest [355 0 R /XYZ 40.01575 169.4394 0]
+/Dest [355 0 R /XYZ 40.01575 236.4394 0]
 >>
 endobj 
 356 0 obj 
@@ -2803,7 +2803,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 694.7894 555.2598 706.7894]
-/Dest [355 0 R /XYZ 40.01575 169.4394 0]
+/Dest [355 0 R /XYZ 40.01575 236.4394 0]
 >>
 endobj 
 357 0 obj 
@@ -2813,7 +2813,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [120.0157 676.7894 220.6057 688.7894]
-/Dest [355 0 R /XYZ 40.01575 81.43937 0]
+/Dest [355 0 R /XYZ 40.01575 148.4394 0]
 >>
 endobj 
 358 0 obj 
@@ -2823,7 +2823,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 676.7894 555.2598 688.7894]
-/Dest [355 0 R /XYZ 40.01575 81.43937 0]
+/Dest [355 0 R /XYZ 40.01575 148.4394 0]
 >>
 endobj 
 359 0 obj 
@@ -2833,47 +2833,47 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [140.0157 658.7894 195.5957 670.7894]
-/Dest [360 0 R /XYZ 40.01575 787.0394 0]
+/Dest [355 0 R /XYZ 40.01575 119.2394 0]
 >>
 endobj 
-361 0 obj 
+360 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 658.7894 555.2598 670.7894]
-/Dest [360 0 R /XYZ 40.01575 787.0394 0]
+/Dest [355 0 R /XYZ 40.01575 119.2394 0]
 >>
 endobj 
-362 0 obj 
+361 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 640.7894 251.7157 652.7894]
-/Dest [360 0 R /XYZ 40.01575 759.0394 0]
+/Dest [355 0 R /XYZ 40.01575 91.23937 0]
 >>
 endobj 
-363 0 obj 
+362 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 640.7894 555.2598 652.7894]
-/Dest [360 0 R /XYZ 40.01575 759.0394 0]
+/Dest [355 0 R /XYZ 40.01575 91.23937 0]
 >>
 endobj 
-364 0 obj 
+363 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 622.7894 286.7357 634.7894]
-/Dest [360 0 R /XYZ 40.01575 285.0394 0]
+/Dest [364 0 R /XYZ 40.01575 325.0394 0]
 >>
 endobj 
 365 0 obj 
@@ -2883,7 +2883,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 622.7894 555.2598 634.7894]
-/Dest [360 0 R /XYZ 40.01575 285.0394 0]
+/Dest [364 0 R /XYZ 40.01575 325.0394 0]
 >>
 endobj 
 366 0 obj 
@@ -2893,7 +2893,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [140.0157 604.7894 252.2757 616.7894]
-/Dest [367 0 R /XYZ 40.01575 443.2394 0]
+/Dest [367 0 R /XYZ 40.01575 461.2394 0]
 >>
 endobj 
 368 0 obj 
@@ -2903,7 +2903,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 604.7894 555.2598 616.7894]
-/Dest [367 0 R /XYZ 40.01575 443.2394 0]
+/Dest [367 0 R /XYZ 40.01575 461.2394 0]
 >>
 endobj 
 369 0 obj 
@@ -2913,7 +2913,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [140.0157 586.7894 275.6157 598.7894]
-/Dest [370 0 R /XYZ 40.01575 578.0394 0]
+/Dest [370 0 R /XYZ 40.01575 587.0394 0]
 >>
 endobj 
 371 0 obj 
@@ -2923,7 +2923,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 586.7894 555.2598 598.7894]
-/Dest [370 0 R /XYZ 40.01575 578.0394 0]
+/Dest [370 0 R /XYZ 40.01575 587.0394 0]
 >>
 endobj 
 372 0 obj 
@@ -3012,8 +3012,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [140.0157 496.7894 271.1657 508.7894]
-/Dest [381 0 R /XYZ 40.01575 91.43937 0]
+/Rect [140.0157 496.7894 326.7557 508.7894]
+/Dest [381 0 R /XYZ 40.01575 73.43937 0]
 >>
 endobj 
 384 0 obj 
@@ -3023,7 +3023,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 496.7894 555.2598 508.7894]
-/Dest [381 0 R /XYZ 40.01575 91.43937 0]
+/Dest [381 0 R /XYZ 40.01575 73.43937 0]
 >>
 endobj 
 385 0 obj 
@@ -3032,8 +3032,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [140.0157 478.7894 326.7557 490.7894]
-/Dest [386 0 R /XYZ 40.01575 339.0394 0]
+/Rect [140.0157 478.7894 265.6057 490.7894]
+/Dest [386 0 R /XYZ 40.01575 504.0394 0]
 >>
 endobj 
 387 0 obj 
@@ -3043,7 +3043,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 478.7894 555.2598 490.7894]
-/Dest [386 0 R /XYZ 40.01575 339.0394 0]
+/Dest [386 0 R /XYZ 40.01575 504.0394 0]
 >>
 endobj 
 388 0 obj 
@@ -3052,8 +3052,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [140.0157 460.7894 265.6057 472.7894]
-/Dest [389 0 R /XYZ 40.01575 756.0394 0]
+/Rect [140.0157 460.7894 259.4957 472.7894]
+/Dest [389 0 R /XYZ 40.01575 597.2394 0]
 >>
 endobj 
 390 0 obj 
@@ -3063,7 +3063,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 460.7894 555.2598 472.7894]
-/Dest [389 0 R /XYZ 40.01575 756.0394 0]
+/Dest [389 0 R /XYZ 40.01575 597.2394 0]
 >>
 endobj 
 391 0 obj 
@@ -3072,8 +3072,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [140.0157 442.7894 259.4957 454.7894]
-/Dest [392 0 R /XYZ 40.01575 450.2394 0]
+/Rect [140.0157 442.7894 271.1657 454.7894]
+/Dest [392 0 R /XYZ 40.01575 280.4394 0]
 >>
 endobj 
 393 0 obj 
@@ -3083,7 +3083,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 442.7894 555.2598 454.7894]
-/Dest [392 0 R /XYZ 40.01575 450.2394 0]
+/Dest [392 0 R /XYZ 40.01575 280.4394 0]
 >>
 endobj 
 394 0 obj 
@@ -3092,8 +3092,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [140.0157 424.7894 271.1657 436.7894]
-/Dest [395 0 R /XYZ 40.01575 136.4394 0]
+/Rect [140.0157 424.7894 213.3857 436.7894]
+/Dest [395 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
 396 0 obj 
@@ -3103,7 +3103,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 424.7894 555.2598 436.7894]
-/Dest [395 0 R /XYZ 40.01575 136.4394 0]
+/Dest [395 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
 397 0 obj 
@@ -3112,423 +3112,423 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [140.0157 406.7894 213.3857 418.7894]
-/Dest [398 0 R /XYZ 40.01575 319.0394 0]
+/Rect [120.0157 406.7894 253.3857 418.7894]
+/Dest [395 0 R /XYZ 40.01575 759.0394 0]
 >>
 endobj 
-399 0 obj 
+398 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 406.7894 555.2598 418.7894]
-/Dest [398 0 R /XYZ 40.01575 319.0394 0]
+/Dest [395 0 R /XYZ 40.01575 759.0394 0]
 >>
 endobj 
-400 0 obj 
+399 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [120.0157 388.7894 253.3857 400.7894]
-/Dest [398 0 R /XYZ 40.01575 291.0394 0]
+/Rect [140.0157 388.7894 195.5957 400.7894]
+/Dest [395 0 R /XYZ 40.01575 729.8394 0]
 >>
 endobj 
-401 0 obj 
+400 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 388.7894 555.2598 400.7894]
-/Dest [398 0 R /XYZ 40.01575 291.0394 0]
+/Dest [395 0 R /XYZ 40.01575 729.8394 0]
 >>
 endobj 
-402 0 obj 
+401 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [140.0157 370.7894 195.5957 382.7894]
-/Dest [398 0 R /XYZ 40.01575 261.8394 0]
+/Rect [140.0157 370.7894 293.3857 382.7894]
+/Dest [395 0 R /XYZ 40.01575 701.8394 0]
 >>
 endobj 
-403 0 obj 
+402 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 370.7894 555.2598 382.7894]
-/Dest [398 0 R /XYZ 40.01575 261.8394 0]
+/Dest [395 0 R /XYZ 40.01575 701.8394 0]
 >>
 endobj 
-404 0 obj 
+403 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 352.7894 281.1557 364.7894]
-/Dest [398 0 R /XYZ 40.01575 233.8394 0]
+/Dest [395 0 R /XYZ 40.01575 379.8394 0]
 >>
 endobj 
-405 0 obj 
+404 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 352.7894 555.2598 364.7894]
-/Dest [398 0 R /XYZ 40.01575 233.8394 0]
+/Dest [395 0 R /XYZ 40.01575 379.8394 0]
 >>
 endobj 
-406 0 obj 
+405 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 334.7894 312.2957 346.7894]
-/Dest [407 0 R /XYZ 40.01575 735.0394 0]
+/Dest [395 0 R /XYZ 40.01575 141.8394 0]
 >>
 endobj 
-408 0 obj 
+406 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 334.7894 555.2598 346.7894]
-/Dest [407 0 R /XYZ 40.01575 735.0394 0]
+/Dest [395 0 R /XYZ 40.01575 141.8394 0]
 >>
 endobj 
-409 0 obj 
+407 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 316.7894 311.7257 328.7894]
-/Dest [410 0 R /XYZ 40.01575 267.0394 0]
+/Dest [408 0 R /XYZ 40.01575 421.0394 0]
 >>
 endobj 
-411 0 obj 
+409 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 316.7894 555.2598 328.7894]
-/Dest [410 0 R /XYZ 40.01575 267.0394 0]
+/Dest [408 0 R /XYZ 40.01575 421.0394 0]
 >>
 endobj 
-412 0 obj 
+410 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 298.7894 297.2757 310.7894]
-/Dest [410 0 R /XYZ 40.01575 239.0394 0]
+/Dest [408 0 R /XYZ 40.01575 393.0394 0]
 >>
 endobj 
-413 0 obj 
+411 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 298.7894 555.2598 310.7894]
-/Dest [410 0 R /XYZ 40.01575 239.0394 0]
+/Dest [408 0 R /XYZ 40.01575 393.0394 0]
 >>
 endobj 
-414 0 obj 
+412 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 280.7894 306.7157 292.7894]
-/Dest [415 0 R /XYZ 40.01575 222.2394 0]
+/Dest [413 0 R /XYZ 40.01575 609.0394 0]
 >>
 endobj 
-416 0 obj 
+414 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 280.7894 555.2598 292.7894]
-/Dest [415 0 R /XYZ 40.01575 222.2394 0]
+/Dest [413 0 R /XYZ 40.01575 609.0394 0]
 >>
 endobj 
-417 0 obj 
+415 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 262.7894 364.5257 274.7894]
-/Dest [418 0 R /XYZ 40.01575 741.0394 0]
+/Dest [416 0 R /XYZ 40.01575 433.2394 0]
 >>
 endobj 
-419 0 obj 
+417 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 262.7894 555.2598 274.7894]
-/Dest [418 0 R /XYZ 40.01575 741.0394 0]
+/Dest [416 0 R /XYZ 40.01575 433.2394 0]
 >>
 endobj 
-420 0 obj 
+418 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 244.7894 213.3857 256.7894]
-/Dest [418 0 R /XYZ 40.01575 611.0394 0]
+/Dest [416 0 R /XYZ 40.01575 303.2394 0]
 >>
 endobj 
-421 0 obj 
+419 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 244.7894 555.2598 256.7894]
-/Dest [418 0 R /XYZ 40.01575 611.0394 0]
+/Dest [416 0 R /XYZ 40.01575 303.2394 0]
 >>
 endobj 
-422 0 obj 
+420 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [120.0157 226.7894 235.0557 238.7894]
-/Dest [418 0 R /XYZ 40.01575 583.0394 0]
+/Dest [416 0 R /XYZ 40.01575 275.2394 0]
 >>
 endobj 
-423 0 obj 
+421 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 226.7894 555.2598 238.7894]
-/Dest [418 0 R /XYZ 40.01575 583.0394 0]
+/Dest [416 0 R /XYZ 40.01575 275.2394 0]
 >>
 endobj 
-424 0 obj 
+422 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 208.7894 195.5957 220.7894]
-/Dest [418 0 R /XYZ 40.01575 553.8394 0]
+/Dest [416 0 R /XYZ 40.01575 246.0394 0]
 >>
 endobj 
-425 0 obj 
+423 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 208.7894 555.2598 220.7894]
-/Dest [418 0 R /XYZ 40.01575 553.8394 0]
+/Dest [416 0 R /XYZ 40.01575 246.0394 0]
 >>
 endobj 
-426 0 obj 
+424 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 190.7894 260.6057 202.7894]
-/Dest [418 0 R /XYZ 40.01575 525.8394 0]
+/Dest [416 0 R /XYZ 40.01575 218.0394 0]
 >>
 endobj 
-427 0 obj 
+425 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 190.7894 555.2598 202.7894]
-/Dest [418 0 R /XYZ 40.01575 525.8394 0]
+/Dest [416 0 R /XYZ 40.01575 218.0394 0]
 >>
 endobj 
-428 0 obj 
+426 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 172.7894 292.8457 184.7894]
-/Dest [429 0 R /XYZ 40.01575 693.0394 0]
+/Dest [427 0 R /XYZ 40.01575 215.0394 0]
 >>
 endobj 
-430 0 obj 
+428 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 172.7894 555.2598 184.7894]
-/Dest [429 0 R /XYZ 40.01575 693.0394 0]
+/Dest [427 0 R /XYZ 40.01575 215.0394 0]
 >>
 endobj 
-431 0 obj 
+429 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 154.7894 300.0557 166.7894]
-/Dest [432 0 R /XYZ 40.01575 192.0394 0]
+/Dest [430 0 R /XYZ 40.01575 450.0394 0]
 >>
 endobj 
-433 0 obj 
+431 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 154.7894 555.2598 166.7894]
-/Dest [432 0 R /XYZ 40.01575 192.0394 0]
+/Dest [430 0 R /XYZ 40.01575 450.0394 0]
 >>
 endobj 
-434 0 obj 
+432 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 136.7894 280.0557 148.7894]
-/Dest [435 0 R /XYZ 40.01575 621.2394 0]
+/Dest [433 0 R /XYZ 40.01575 168.2394 0]
 >>
 endobj 
-436 0 obj 
+434 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 136.7894 555.2598 148.7894]
-/Dest [435 0 R /XYZ 40.01575 621.2394 0]
+/Dest [433 0 R /XYZ 40.01575 168.2394 0]
 >>
 endobj 
-437 0 obj 
+435 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [140.0157 118.7894 213.3857 130.7894]
-/Dest [438 0 R /XYZ 40.01575 579.0394 0]
+/Dest [436 0 R /XYZ 40.01575 133.0394 0]
 >>
 endobj 
-439 0 obj 
+437 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 118.7894 555.2598 130.7894]
-/Dest [438 0 R /XYZ 40.01575 579.0394 0]
+/Dest [436 0 R /XYZ 40.01575 133.0394 0]
 >>
 endobj 
-440 0 obj 
+438 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [100.0157 100.7894 155.5957 112.7894]
-/Dest [438 0 R /XYZ 40.01575 551.0394 0]
+/Dest [436 0 R /XYZ 40.01575 105.0394 0]
 >>
 endobj 
-441 0 obj 
+439 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 100.7894 555.2598 112.7894]
-/Dest [438 0 R /XYZ 40.01575 551.0394 0]
+/Dest [436 0 R /XYZ 40.01575 105.0394 0]
 >>
 endobj 
-442 0 obj 
+440 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [100.0157 82.78937 214.4957 94.78937]
-/Dest [438 0 R /XYZ 40.01575 520.6394 0]
+/Dest [436 0 R /XYZ 40.01575 74.63937 0]
 >>
 endobj 
-443 0 obj 
+441 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 82.78937 555.2598 94.78937]
-/Dest [438 0 R /XYZ 40.01575 520.6394 0]
+/Dest [436 0 R /XYZ 40.01575 74.63937 0]
 >>
 endobj 
-444 0 obj 
+442 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [100.0157 64.78937 230.6157 76.78937]
-/Dest [438 0 R /XYZ 40.01575 436.2394 0]
+/Dest [443 0 R /XYZ 40.01575 723.0394 0]
 >>
 endobj 
-445 0 obj 
+444 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 64.78937 555.2598 76.78937]
-/Dest [438 0 R /XYZ 40.01575 436.2394 0]
+/Dest [443 0 R /XYZ 40.01575 723.0394 0]
 >>
 endobj 
-446 0 obj 
+445 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [100.0157 46.78937 237.2757 58.78937]
-/Dest [438 0 R /XYZ 40.01575 272.8394 0]
+/Dest [443 0 R /XYZ 40.01575 559.6394 0]
 >>
 endobj 
-447 0 obj 
+446 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 46.78937 555.2598 58.78937]
-/Dest [438 0 R /XYZ 40.01575 272.8394 0]
+/Dest [443 0 R /XYZ 40.01575 559.6394 0]
 >>
 endobj 
-448 0 obj 
+447 0 obj 
 <<
-/Annots [341 0 R 342 0 R 343 0 R 344 0 R 345 0 R 347 0 R 348 0 R 350 0 R 351 0 R 353 0 R 354 0 R 356 0 R 357 0 R 358 0 R 359 0 R 361 0 R 362 0 R 363 0 R 364 0 R 365 0 R 366 0 R 368 0 R 369 0 R 371 0 R 372 0 R 374 0 R 375 0 R 376 0 R 377 0 R 379 0 R 380 0 R 382 0 R 383 0 R 384 0 R 385 0 R 387 0 R 388 0 R 390 0 R 391 0 R 393 0 R 394 0 R 396 0 R 397 0 R 399 0 R 400 0 R 401 0 R 402 0 R 403 0 R 404 0 R 405 0 R 406 0 R 408 0 R 409 0 R 411 0 R 412 0 R 413 0 R 414 0 R 416 0 R 417 0 R 419 0 R 420 [...]
+/Annots [342 0 R 343 0 R 344 0 R 345 0 R 346 0 R 348 0 R 349 0 R 351 0 R 352 0 R 353 0 R 354 0 R 356 0 R 357 0 R 358 0 R 359 0 R 360 0 R 361 0 R 362 0 R 363 0 R 365 0 R 366 0 R 368 0 R 369 0 R 371 0 R 372 0 R 374 0 R 375 0 R 376 0 R 377 0 R 379 0 R 380 0 R 382 0 R 383 0 R 384 0 R 385 0 R 387 0 R 388 0 R 390 0 R 391 0 R 393 0 R 394 0 R 396 0 R 397 0 R 398 0 R 399 0 R 400 0 R 401 0 R 402 0 R 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 409 0 R 410 0 R 411 0 R 412 0 R 414 0 R 415 0 R 417 0 R 418 [...]
 /Rotate 0
 /Resources 
 <<
@@ -3540,58 +3540,58 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 449 0 R
+/Contents 448 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-450 0 obj 
+449 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [100.0157 784.7894 218.9357 796.7894]
-/Dest [451 0 R /XYZ 40.01575 76.03937 0]
+/Dest [450 0 R /XYZ 40.01575 419.0394 0]
 >>
 endobj 
-452 0 obj 
+451 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 784.7894 555.2598 796.7894]
-/Dest [451 0 R /XYZ 40.01575 76.03937 0]
+/Dest [450 0 R /XYZ 40.01575 419.0394 0]
 >>
 endobj 
-453 0 obj 
+452 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [100.0157 766.7894 230.0557 778.7894]
-/Dest [454 0 R /XYZ 40.01575 612.0394 0]
+/Dest [453 0 R /XYZ 40.01575 198.0394 0]
 >>
 endobj 
-455 0 obj 
+454 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [538.5798 766.7894 555.2598 778.7894]
-/Dest [454 0 R /XYZ 40.01575 612.0394 0]
+/Dest [453 0 R /XYZ 40.01575 198.0394 0]
 >>
 endobj 
-456 0 obj 
+455 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [100.0157 748.7894 230.0557 760.7894]
-/Dest [454 0 R /XYZ 40.01575 110.6394 0]
+/Dest [456 0 R /XYZ 40.01575 438.0394 0]
 >>
 endobj 
 457 0 obj 
@@ -3601,7 +3601,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 748.7894 555.2598 760.7894]
-/Dest [454 0 R /XYZ 40.01575 110.6394 0]
+/Dest [456 0 R /XYZ 40.01575 438.0394 0]
 >>
 endobj 
 458 0 obj 
@@ -3611,7 +3611,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [100.0157 730.7894 231.1557 742.7894]
-/Dest [459 0 R /XYZ 40.01575 438.0394 0]
+/Dest [459 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
 460 0 obj 
@@ -3621,7 +3621,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 730.7894 555.2598 742.7894]
-/Dest [459 0 R /XYZ 40.01575 438.0394 0]
+/Dest [459 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
 461 0 obj 
@@ -3631,7 +3631,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [100.0157 712.7894 228.9557 724.7894]
-/Dest [462 0 R /XYZ 40.01575 199.0394 0]
+/Dest [462 0 R /XYZ 40.01575 551.0394 0]
 >>
 endobj 
 463 0 obj 
@@ -3641,7 +3641,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 712.7894 555.2598 724.7894]
-/Dest [462 0 R /XYZ 40.01575 199.0394 0]
+/Dest [462 0 R /XYZ 40.01575 551.0394 0]
 >>
 endobj 
 464 0 obj 
@@ -3651,7 +3651,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [100.0157 694.7894 218.3757 706.7894]
-/Dest [465 0 R /XYZ 40.01575 422.0394 0]
+/Dest [465 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
 466 0 obj 
@@ -3661,7 +3661,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 694.7894 555.2598 706.7894]
-/Dest [465 0 R /XYZ 40.01575 422.0394 0]
+/Dest [465 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
 467 0 obj 
@@ -3671,7 +3671,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [100.0157 676.7894 253.9557 688.7894]
-/Dest [465 0 R /XYZ 40.01575 122.8394 0]
+/Dest [465 0 R /XYZ 40.01575 487.8394 0]
 >>
 endobj 
 468 0 obj 
@@ -3681,7 +3681,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 676.7894 555.2598 688.7894]
-/Dest [465 0 R /XYZ 40.01575 122.8394 0]
+/Dest [465 0 R /XYZ 40.01575 487.8394 0]
 >>
 endobj 
 469 0 obj 
@@ -3691,7 +3691,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [100.0157 658.7894 173.3857 670.7894]
-/Dest [470 0 R /XYZ 40.01575 558.2394 0]
+/Dest [470 0 R /XYZ 40.01575 213.6394 0]
 >>
 endobj 
 471 0 obj 
@@ -3701,7 +3701,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 658.7894 555.2598 670.7894]
-/Dest [470 0 R /XYZ 40.01575 558.2394 0]
+/Dest [470 0 R /XYZ 40.01575 213.6394 0]
 >>
 endobj 
 472 0 obj 
@@ -3711,7 +3711,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [40.01575 640.0394 126.7157 652.0394]
-/Dest [470 0 R /XYZ 40.01575 446.8394 0]
+/Dest [470 0 R /XYZ 40.01575 102.2394 0]
 >>
 endobj 
 473 0 obj 
@@ -3721,7 +3721,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [538.5798 640.7894 555.2598 652.7894]
-/Dest [470 0 R /XYZ 40.01575 446.8394 0]
+/Dest [470 0 R /XYZ 40.01575 102.2394 0]
 >>
 endobj 
 474 0 obj 
@@ -3766,7 +3766,7 @@ endobj
 endobj 
 480 0 obj 
 <<
-/Annots [450 0 R 452 0 R 453 0 R 455 0 R 456 0 R 457 0 R 458 0 R 460 0 R 461 0 R 463 0 R 464 0 R 466 0 R 467 0 R 468 0 R 469 0 R 471 0 R 472 0 R 473 0 R 474 0 R 476 0 R 477 0 R 479 0 R]
+/Annots [449 0 R 451 0 R 452 0 R 454 0 R 455 0 R 457 0 R 458 0 R 460 0 R 461 0 R 463 0 R 464 0 R 466 0 R 467 0 R 468 0 R 469 0 R 471 0 R 472 0 R 473 0 R 474 0 R 476 0 R 477 0 R 479 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -4018,7 +4018,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [226.2257 724.2394 270.1257 736.2394]
-/Dest [45 0 R /XYZ 40.01575 448.4394 0]
+/Dest [45 0 R /XYZ 40.01575 605.4394 0]
 >>
 endobj 
 498 0 obj 
@@ -4066,7 +4066,7 @@ endobj
 /Type /Annot
 /Contents ()
 /Rect [398.6057 585.2394 549.7857 597.2394]
-/Dest [45 0 R /XYZ 40.01575 489.2394 0]
+/Dest [45 0 R /XYZ 40.01575 646.2394 0]
 >>
 endobj 
 502 0 obj 
@@ -4203,7 +4203,7 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [181.7557 384.0394 201.7657 396.0394]
+/Rect [181.7557 541.0394 201.7657 553.0394]
 /A 
 <<
 /URI (https://sourceforge.net/projects/xrayutilities)
@@ -4236,13 +4236,27 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [163.0557 542.2394 210.8457 554.2394]
+/Rect [163.0557 698.2394 210.8457 710.2394]
 /Dest [22 0 R /XYZ 40.01575 481.1105 0]
 >>
 endobj 
+513 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Rect [168.5957 72.83937 219.7257 84.83937]
+/A 
+<<
+/URI (http://www.panalytical.com)
+/Type /Action
+/S /URI
+>>
+>>
+endobj 
 54 0 obj 
 <<
-/Annots [512 0 R]
+/Annots [512 0 R 513 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -4254,30 +4268,16 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 513 0 R
+/Contents 514 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-514 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Rect [168.5957 572.8394 219.7257 584.8394]
-/A 
-<<
-/URI (http://www.panalytical.com)
-/Type /Action
-/S /URI
->>
->>
-endobj 
 515 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [66.69575 159.4394 86.70575 171.4394]
+/Rect [66.69575 394.6394 86.70575 406.6394]
 /A 
 <<
 /URI (http://www.certif.com/spec_manual/fourc_4_1.html)
@@ -4286,9 +4286,9 @@ endobj
 >>
 >>
 endobj 
-57 0 obj 
+59 0 obj 
 <<
-/Annots [514 0 R 515 0 R]
+/Annots [515 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -4355,29 +4355,12 @@ endobj
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-79 0 obj 
-<<
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
-/Type /Page
-/Trans 
-<<
->>
-/Parent 10 0 R
-/Contents 520 0 R
-/MediaBox [0 0 595.2756 841.8898]
->>
-endobj 
-521 0 obj 
+520 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [290.1157 549.4394 316.7857 561.4394]
+/Rect [290.1157 71.83937 316.7857 83.83937]
 /A 
 <<
 /URI (http://arxiv.org/abs/1304.1732)
@@ -4386,9 +4369,9 @@ endobj
 >>
 >>
 endobj 
-82 0 obj 
+79 0 obj 
 <<
-/Annots [521 0 R]
+/Annots [520 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -4400,11 +4383,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 522 0 R
+/Contents 521 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-523 0 obj 
+84 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4417,7 +4400,7 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 524 0 R
+/Contents 522 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
@@ -4434,11 +4417,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 525 0 R
+/Contents 523 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-526 0 obj 
+524 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4451,7 +4434,7 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 527 0 R
+/Contents 525 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
@@ -4468,11 +4451,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 528 0 R
+/Contents 526 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-529 0 obj 
+95 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4485,11 +4468,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 530 0 R
+/Contents 527 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-531 0 obj 
+528 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4502,11 +4485,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 532 0 R
+/Contents 529 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-533 0 obj 
+530 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4519,11 +4502,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 534 0 R
+/Contents 531 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-535 0 obj 
+532 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4536,11 +4519,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 536 0 R
+/Contents 533 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-537 0 obj 
+534 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4553,11 +4536,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 538 0 R
+/Contents 535 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-103 0 obj 
+536 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4570,11 +4553,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 539 0 R
+/Contents 537 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-106 0 obj 
+104 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4587,11 +4570,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 540 0 R
+/Contents 538 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-541 0 obj 
+107 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4604,11 +4587,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 542 0 R
+/Contents 539 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-543 0 obj 
+540 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4621,11 +4604,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 544 0 R
+/Contents 541 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-545 0 obj 
+542 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4638,11 +4621,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 546 0 R
+/Contents 543 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-111 0 obj 
+544 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4655,11 +4638,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 547 0 R
+/Contents 545 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-122 0 obj 
+112 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4672,11 +4655,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 548 0 R
+/Contents 546 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-125 0 obj 
+123 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4689,11 +4672,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 549 0 R
+/Contents 547 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-128 0 obj 
+126 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4706,23 +4689,40 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 550 0 R
+/Contents 548 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-551 0 obj 
+129 0 obj 
+<<
+/Rotate 0
+/Resources 
+<<
+/Font 1 0 R
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+>>
+/Type /Page
+/Trans 
+<<
+>>
+/Parent 10 0 R
+/Contents 549 0 R
+/MediaBox [0 0 595.2756 841.8898]
+>>
+endobj 
+550 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 715.0394 287.3657 727.0394]
-/Dest [128 0 R /XYZ 40.01575 521.8394 0]
+/Rect [83.36575 655.0394 287.3657 667.0394]
+/Dest [129 0 R /XYZ 40.01575 437.8394 0]
 >>
 endobj 
-552 0 obj 
+551 0 obj 
 <<
-/Annots [551 0 R]
+/Annots [550 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -4734,11 +4734,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 553 0 R
+/Contents 552 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-554 0 obj 
+553 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4751,11 +4751,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 555 0 R
+/Contents 554 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-556 0 obj 
+555 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4768,11 +4768,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 557 0 R
+/Contents 556 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-131 0 obj 
+132 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4785,33 +4785,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 558 0 R
+/Contents 557 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-559 0 obj 
+558 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [83.36575 556.0394 323.3657 568.0394]
-/Dest [131 0 R /XYZ 40.01575 91.63937 0]
+/Dest [132 0 R /XYZ 40.01575 91.63937 0]
 >>
 endobj 
-560 0 obj 
+559 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [83.36575 484.0394 323.3657 496.0394]
-/Dest [131 0 R /XYZ 40.01575 91.63937 0]
+/Dest [132 0 R /XYZ 40.01575 91.63937 0]
 >>
 endobj 
-136 0 obj 
+137 0 obj 
 <<
-/Annots [559 0 R 560 0 R]
+/Annots [558 0 R 559 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -4823,23 +4823,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 561 0 R
+/Contents 560 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-562 0 obj 
+561 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [83.36575 175.2394 251.3657 187.2394]
-/Dest [139 0 R /XYZ 40.01575 388.2394 0]
+/Dest [140 0 R /XYZ 40.01575 388.2394 0]
 >>
 endobj 
-139 0 obj 
+140 0 obj 
 <<
-/Annots [562 0 R]
+/Annots [561 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -4851,11 +4851,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 563 0 R
+/Contents 562 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-142 0 obj 
+143 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4868,11 +4868,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 564 0 R
+/Contents 563 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-147 0 obj 
+148 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4885,11 +4885,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 565 0 R
+/Contents 564 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-150 0 obj 
+565 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4906,7 +4906,7 @@ endobj
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-567 0 obj 
+151 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4919,11 +4919,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 568 0 R
+/Contents 567 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-569 0 obj 
+568 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4936,11 +4936,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 570 0 R
+/Contents 569 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-153 0 obj 
+154 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4953,11 +4953,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 571 0 R
+/Contents 570 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-572 0 obj 
+571 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4970,11 +4970,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 573 0 R
+/Contents 572 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-156 0 obj 
+167 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -4987,11 +4987,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 574 0 R
+/Contents 573 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-165 0 obj 
+574 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5008,81 +5008,29 @@ endobj
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-168 0 obj 
-<<
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
-/Type /Page
-/Trans 
-<<
->>
-/Parent 10 0 R
-/Contents 576 0 R
-/MediaBox [0 0 595.2756 841.8898]
->>
-endobj 
-577 0 obj 
-<<
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
-/Type /Page
-/Trans 
-<<
->>
-/Parent 10 0 R
-/Contents 578 0 R
-/MediaBox [0 0 595.2756 841.8898]
->>
-endobj 
-579 0 obj 
+576 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 80.23937 329.3657 92.23937]
-/Dest [580 0 R /XYZ 40.01575 294.0394 0]
->>
-endobj 
-173 0 obj 
-<<
-/Annots [579 0 R]
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
-/Type /Page
-/Trans 
-<<
->>
-/Parent 10 0 R
-/Contents 581 0 R
-/MediaBox [0 0 595.2756 841.8898]
+/Rect [83.36575 541.8394 329.3657 553.8394]
+/Dest [577 0 R /XYZ 40.01575 765.0394 0]
 >>
 endobj 
-582 0 obj 
+578 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 339.0394 311.3657 351.0394]
-/Dest [173 0 R /XYZ 40.01575 106.2394 0]
+/Rect [83.36575 69.83937 311.3657 81.83937]
+/Dest [172 0 R /XYZ 40.01575 567.8394 0]
 >>
 endobj 
-583 0 obj 
+172 0 obj 
 <<
-/Annots [582 0 R]
+/Annots [576 0 R 578 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5094,7 +5042,7 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 584 0 R
+/Contents 579 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
@@ -5111,11 +5059,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 585 0 R
+/Contents 581 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-586 0 obj 
+577 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5128,11 +5076,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 587 0 R
+/Contents 582 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-588 0 obj 
+583 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5145,11 +5093,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 589 0 R
+/Contents 584 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-590 0 obj 
+585 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5162,23 +5110,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 591 0 R
+/Contents 586 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-592 0 obj 
+587 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 616.8394 341.3657 628.8394]
-/Dest [583 0 R /XYZ 40.01575 365.0394 0]
+/Rect [83.36575 378.0394 341.3657 390.0394]
+/Dest [172 0 R /XYZ 40.01575 95.83937 0]
 >>
 endobj 
-176 0 obj 
+175 0 obj 
 <<
-/Annots [592 0 R]
+/Annots [587 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5190,11 +5138,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 593 0 R
+/Contents 588 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-594 0 obj 
+589 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5207,11 +5155,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 595 0 R
+/Contents 590 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-187 0 obj 
+186 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5224,11 +5172,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 596 0 R
+/Contents 591 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-597 0 obj 
+592 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5241,11 +5189,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 598 0 R
+/Contents 593 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-599 0 obj 
+594 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5258,11 +5206,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 600 0 R
+/Contents 595 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-190 0 obj 
+596 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5275,43 +5223,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 601 0 R
+/Contents 597 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-602 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [83.36575 775.0394 377.3657 787.0394]
-/Dest [603 0 R /XYZ 40.01575 437.0394 0]
->>
-endobj 
-604 0 obj 
+598 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 703.0394 377.3657 715.0394]
-/Dest [603 0 R /XYZ 40.01575 437.0394 0]
+/Rect [83.36575 394.8394 377.3657 406.8394]
+/Dest [192 0 R /XYZ 40.01575 789.0394 0]
 >>
 endobj 
-605 0 obj 
+599 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 411.0394 317.3657 423.0394]
-/Dest [603 0 R /XYZ 40.01575 377.0394 0]
+/Rect [83.36575 322.8394 377.3657 334.8394]
+/Dest [192 0 R /XYZ 40.01575 789.0394 0]
 >>
 endobj 
-603 0 obj 
+189 0 obj 
 <<
-/Annots [602 0 R 604 0 R 605 0 R]
+/Annots [598 0 R 599 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5323,12 +5261,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 606 0 R
+/Contents 600 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-193 0 obj 
+601 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [83.36575 763.0394 317.3657 775.0394]
+/Dest [192 0 R /XYZ 40.01575 729.0394 0]
+>>
+endobj 
+192 0 obj 
 <<
+/Annots [601 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5340,11 +5289,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 607 0 R
+/Contents 602 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-196 0 obj 
+195 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5357,23 +5306,12 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 608 0 R
+/Contents 603 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-609 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [83.36575 107.0394 293.3657 119.0394]
-/Dest [196 0 R /XYZ 40.01575 92.63937 0]
->>
-endobj 
-610 0 obj 
+200 0 obj 
 <<
-/Annots [609 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5385,23 +5323,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 611 0 R
+/Contents 604 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-612 0 obj 
+605 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 233.0394 293.3657 245.0394]
-/Dest [196 0 R /XYZ 40.01575 92.63937 0]
+/Rect [83.36575 471.0394 293.3657 483.0394]
+/Dest [200 0 R /XYZ 40.01575 435.6394 0]
 >>
 endobj 
-613 0 obj 
+606 0 obj 
 <<
-/Annots [612 0 R]
+/Annots [605 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5413,23 +5351,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 614 0 R
+/Contents 607 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-615 0 obj 
+608 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 606.8504 293.3657 618.8504]
-/Dest [196 0 R /XYZ 40.01575 92.63937 0]
+/Rect [83.36575 604.0394 293.3657 616.0394]
+/Dest [200 0 R /XYZ 40.01575 435.6394 0]
 >>
 endobj 
-616 0 obj 
+609 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [83.36575 240.0394 293.3657 252.0394]
+/Dest [200 0 R /XYZ 40.01575 435.6394 0]
+>>
+endobj 
+610 0 obj 
 <<
-/Annots [615 0 R]
+/Annots [608 0 R 609 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5441,23 +5389,12 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 617 0 R
+/Contents 611 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-618 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [83.36575 334.0394 293.3657 346.0394]
-/Dest [196 0 R /XYZ 40.01575 92.63937 0]
->>
-endobj 
-619 0 obj 
+612 0 obj 
 <<
-/Annots [618 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5469,23 +5406,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 620 0 R
+/Contents 613 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-621 0 obj 
+614 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 372.0394 293.3657 384.0394]
-/Dest [196 0 R /XYZ 40.01575 92.63937 0]
+/Rect [83.36575 763.0394 293.3657 775.0394]
+/Dest [200 0 R /XYZ 40.01575 435.6394 0]
 >>
 endobj 
-622 0 obj 
+615 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [83.36575 161.0394 293.3657 173.0394]
+/Dest [200 0 R /XYZ 40.01575 435.6394 0]
+>>
+endobj 
+616 0 obj 
 <<
-/Annots [621 0 R]
+/Annots [614 0 R 615 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5497,11 +5444,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 623 0 R
+/Contents 617 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-624 0 obj 
+618 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5514,11 +5461,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 625 0 R
+/Contents 619 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-626 0 obj 
+620 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5531,11 +5478,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 627 0 R
+/Contents 621 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-628 0 obj 
+622 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5548,33 +5495,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 629 0 R
+/Contents 623 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-630 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [83.36575 592.2394 269.3657 604.2394]
-/Dest [207 0 R /XYZ 40.01575 234.2394 0]
->>
-endobj 
-631 0 obj 
+624 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 208.2394 257.3657 220.2394]
-/Dest [207 0 R /XYZ 40.01575 534.2394 0]
+/Rect [83.36575 360.2394 269.3657 372.2394]
+/Dest [210 0 R /XYZ 40.01575 717.0394 0]
 >>
 endobj 
 207 0 obj 
 <<
-/Annots [630 0 R 631 0 R]
+/Annots [624 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5586,33 +5523,43 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 632 0 R
+/Contents 625 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-633 0 obj 
+626 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 541.0394 269.3657 553.0394]
-/Dest [207 0 R /XYZ 40.01575 234.2394 0]
+/Rect [83.36575 691.0394 257.3657 703.0394]
+/Dest [207 0 R /XYZ 40.01575 302.2394 0]
 >>
 endobj 
-634 0 obj 
+627 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [83.36575 292.0394 269.3657 304.0394]
+/Dest [210 0 R /XYZ 40.01575 717.0394 0]
+>>
+endobj 
+628 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 388.2394 257.3657 400.2394]
-/Dest [207 0 R /XYZ 40.01575 534.2394 0]
+/Rect [83.36575 139.2394 257.3657 151.2394]
+/Dest [207 0 R /XYZ 40.01575 302.2394 0]
 >>
 endobj 
 210 0 obj 
 <<
-/Annots [633 0 R 634 0 R]
+/Annots [626 0 R 627 0 R 628 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5624,33 +5571,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 635 0 R
+/Contents 629 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-636 0 obj 
+630 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 775.0394 281.3657 787.0394]
-/Dest [210 0 R /XYZ 40.01575 414.2394 0]
+/Rect [83.36575 538.0394 281.3657 550.0394]
+/Dest [210 0 R /XYZ 40.01575 165.2394 0]
 >>
 endobj 
-637 0 obj 
+631 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 616.2394 257.3657 628.2394]
-/Dest [207 0 R /XYZ 40.01575 534.2394 0]
+/Rect [83.36575 379.2394 257.3657 391.2394]
+/Dest [207 0 R /XYZ 40.01575 302.2394 0]
 >>
 endobj 
 213 0 obj 
 <<
-/Annots [636 0 R 637 0 R]
+/Annots [630 0 R 631 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5662,11 +5609,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 638 0 R
+/Contents 632 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-639 0 obj 
+216 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5679,11 +5626,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 640 0 R
+/Contents 633 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-218 0 obj 
+219 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5696,11 +5643,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 641 0 R
+/Contents 634 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-223 0 obj 
+222 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5713,16 +5660,16 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 642 0 R
+/Contents 635 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-643 0 obj 
+636 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [248.869 346.6394 377.929 358.6394]
+/Rect [248.869 96.85039 377.929 108.8504]
 /A 
 <<
 /URI (mailto:dominik.kriegner at gmail.com)
@@ -5731,12 +5678,12 @@ endobj
 >>
 >>
 endobj 
-644 0 obj 
+637 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [136.8951 334.6394 273.2151 346.6394]
+/Rect [136.8951 84.85039 273.2151 96.85039]
 /A 
 <<
 /URI (mailto:eugen.wintersberger at desy.de)
@@ -5745,9 +5692,9 @@ endobj
 >>
 >>
 endobj 
-226 0 obj 
+227 0 obj 
 <<
-/Annots [643 0 R 644 0 R]
+/Annots [636 0 R 637 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -5759,11 +5706,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 645 0 R
+/Contents 638 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-646 0 obj 
+230 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5776,11 +5723,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 647 0 R
+/Contents 639 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-648 0 obj 
+640 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5793,11 +5740,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 649 0 R
+/Contents 641 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-650 0 obj 
+642 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5810,11 +5757,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 651 0 R
+/Contents 643 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-652 0 obj 
+644 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5827,11 +5774,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 653 0 R
+/Contents 645 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-654 0 obj 
+646 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5844,11 +5791,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 655 0 R
+/Contents 647 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-237 0 obj 
+239 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5861,11 +5808,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 656 0 R
+/Contents 648 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-240 0 obj 
+649 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5878,11 +5825,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 657 0 R
+/Contents 650 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-243 0 obj 
+242 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5895,11 +5842,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 658 0 R
+/Contents 651 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-659 0 obj 
+652 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5912,11 +5859,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 660 0 R
+/Contents 653 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-661 0 obj 
+654 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5929,11 +5876,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 662 0 R
+/Contents 655 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-246 0 obj 
+656 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5946,11 +5893,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 663 0 R
+/Contents 657 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-251 0 obj 
+247 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5963,11 +5910,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 664 0 R
+/Contents 658 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-258 0 obj 
+256 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5980,11 +5927,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 665 0 R
+/Contents 659 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-261 0 obj 
+259 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -5997,23 +5944,40 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 666 0 R
+/Contents 660 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-667 0 obj 
+262 0 obj 
+<<
+/Rotate 0
+/Resources 
+<<
+/Font 1 0 R
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+>>
+/Type /Page
+/Trans 
+<<
+>>
+/Parent 10 0 R
+/Contents 661 0 R
+/MediaBox [0 0 595.2756 841.8898]
+>>
+endobj 
+662 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 604.0394 287.3657 616.0394]
-/Dest [128 0 R /XYZ 40.01575 521.8394 0]
+/Rect [83.36575 631.0394 287.3657 643.0394]
+/Dest [129 0 R /XYZ 40.01575 437.8394 0]
 >>
 endobj 
-668 0 obj 
+663 0 obj 
 <<
-/Annots [667 0 R]
+/Annots [662 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -6025,11 +5989,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 669 0 R
+/Contents 664 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-670 0 obj 
+665 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6042,11 +6006,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 671 0 R
+/Contents 666 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-672 0 obj 
+667 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6059,11 +6023,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 673 0 R
+/Contents 668 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-264 0 obj 
+265 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6076,33 +6040,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 674 0 R
+/Contents 669 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-675 0 obj 
+670 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [83.36575 556.0394 323.3657 568.0394]
-/Dest [131 0 R /XYZ 40.01575 91.63937 0]
+/Dest [132 0 R /XYZ 40.01575 91.63937 0]
 >>
 endobj 
-676 0 obj 
+671 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [83.36575 484.0394 323.3657 496.0394]
-/Dest [131 0 R /XYZ 40.01575 91.63937 0]
+/Dest [132 0 R /XYZ 40.01575 91.63937 0]
 >>
 endobj 
-269 0 obj 
+270 0 obj 
 <<
-/Annots [675 0 R 676 0 R]
+/Annots [670 0 R 671 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -6114,57 +6078,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 677 0 R
+/Contents 672 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-678 0 obj 
+673 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [83.36575 171.6394 251.3657 183.6394]
-/Dest [139 0 R /XYZ 40.01575 388.2394 0]
->>
-endobj 
-272 0 obj 
-<<
-/Annots [678 0 R]
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
-/Type /Page
-/Trans 
-<<
->>
-/Parent 10 0 R
-/Contents 679 0 R
-/MediaBox [0 0 595.2756 841.8898]
->>
-endobj 
-275 0 obj 
-<<
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
-/Type /Page
-/Trans 
-<<
->>
-/Parent 10 0 R
-/Contents 680 0 R
-/MediaBox [0 0 595.2756 841.8898]
+/Dest [140 0 R /XYZ 40.01575 388.2394 0]
 >>
 endobj 
-280 0 obj 
+273 0 obj 
 <<
+/Annots [673 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -6176,11 +6106,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 681 0 R
+/Contents 674 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-283 0 obj 
+276 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6193,11 +6123,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 682 0 R
+/Contents 675 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-683 0 obj 
+281 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6210,11 +6140,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 684 0 R
+/Contents 676 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-685 0 obj 
+677 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6227,11 +6157,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 686 0 R
+/Contents 678 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-286 0 obj 
+284 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6244,11 +6174,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 687 0 R
+/Contents 679 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-688 0 obj 
+680 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6261,11 +6191,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 689 0 R
+/Contents 681 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-289 0 obj 
+287 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6278,7 +6208,7 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 690 0 R
+/Contents 682 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
@@ -6295,7 +6225,7 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 691 0 R
+/Contents 683 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
@@ -6312,11 +6242,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 692 0 R
+/Contents 684 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-693 0 obj 
+685 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6329,23 +6259,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 694 0 R
+/Contents 686 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-695 0 obj 
+687 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 64.63937 329.3657 76.63937]
-/Dest [580 0 R /XYZ 40.01575 294.0394 0]
+/Rect [83.36575 448.2394 329.3657 460.2394]
+/Dest [577 0 R /XYZ 40.01575 765.0394 0]
 >>
 endobj 
 306 0 obj 
 <<
-/Annots [695 0 R]
+/Annots [687 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -6357,40 +6287,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 696 0 R
+/Contents 688 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-697 0 obj 
+689 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 327.0394 311.3657 339.0394]
-/Dest [173 0 R /XYZ 40.01575 106.2394 0]
->>
-endobj 
-698 0 obj 
-<<
-/Annots [697 0 R]
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
-/Type /Page
-/Trans 
-<<
->>
-/Parent 10 0 R
-/Contents 699 0 R
-/MediaBox [0 0 595.2756 841.8898]
+/Rect [83.36575 687.0394 311.3657 699.0394]
+/Dest [172 0 R /XYZ 40.01575 567.8394 0]
 >>
 endobj 
-700 0 obj 
+690 0 obj 
 <<
+/Annots [689 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -6402,11 +6315,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 701 0 R
+/Contents 691 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-702 0 obj 
+692 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6419,11 +6332,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 703 0 R
+/Contents 693 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-704 0 obj 
+694 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6436,11 +6349,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 705 0 R
+/Contents 695 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-706 0 obj 
+696 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6453,23 +6366,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 707 0 R
+/Contents 697 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-708 0 obj 
+698 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 613.2394 341.3657 625.2394]
-/Dest [583 0 R /XYZ 40.01575 365.0394 0]
+/Rect [83.36575 221.6394 341.3657 233.6394]
+/Dest [172 0 R /XYZ 40.01575 95.83937 0]
 >>
 endobj 
 309 0 obj 
 <<
-/Annots [708 0 R]
+/Annots [698 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -6481,11 +6394,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 709 0 R
+/Contents 699 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-710 0 obj 
+318 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6498,11 +6411,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 711 0 R
+/Contents 700 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-320 0 obj 
+321 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6515,11 +6428,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 712 0 R
+/Contents 701 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-713 0 obj 
+702 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6532,11 +6445,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 714 0 R
+/Contents 703 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-715 0 obj 
+704 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6549,11 +6462,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 716 0 R
+/Contents 705 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-323 0 obj 
+706 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6566,43 +6479,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 717 0 R
+/Contents 707 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-718 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [83.36575 763.0394 377.3657 775.0394]
-/Dest [603 0 R /XYZ 40.01575 437.0394 0]
->>
-endobj 
-719 0 obj 
+708 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 691.0394 377.3657 703.0394]
-/Dest [603 0 R /XYZ 40.01575 437.0394 0]
+/Rect [83.36575 259.2394 377.3657 271.2394]
+/Dest [192 0 R /XYZ 40.01575 789.0394 0]
 >>
 endobj 
-720 0 obj 
+709 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 399.0394 317.3657 411.0394]
-/Dest [603 0 R /XYZ 40.01575 377.0394 0]
+/Rect [83.36575 187.2394 377.3657 199.2394]
+/Dest [192 0 R /XYZ 40.01575 789.0394 0]
 >>
 endobj 
-721 0 obj 
+324 0 obj 
 <<
-/Annots [718 0 R 719 0 R 720 0 R]
+/Annots [708 0 R 709 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -6614,13 +6517,24 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 722 0 R
+/Contents 710 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-326 0 obj 
+711 0 obj 
 <<
-/Rotate 0
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [83.36575 617.0394 317.3657 629.0394]
+/Dest [192 0 R /XYZ 40.01575 729.0394 0]
+>>
+endobj 
+712 0 obj 
+<<
+/Annots [711 0 R]
+/Rotate 0
 /Resources 
 <<
 /Font 1 0 R
@@ -6631,11 +6545,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 723 0 R
+/Contents 713 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-329 0 obj 
+327 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6648,11 +6562,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 724 0 R
+/Contents 714 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-725 0 obj 
+330 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6665,11 +6579,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 726 0 R
+/Contents 715 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-727 0 obj 
+716 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6682,11 +6596,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 728 0 R
+/Contents 717 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-729 0 obj 
+718 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6699,11 +6613,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 730 0 R
+/Contents 719 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-731 0 obj 
+720 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6716,11 +6630,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 732 0 R
+/Contents 721 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-733 0 obj 
+722 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6733,11 +6647,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 734 0 R
+/Contents 723 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-346 0 obj 
+724 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6750,11 +6664,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 735 0 R
+/Contents 725 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-349 0 obj 
+347 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6767,11 +6681,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 736 0 R
+/Contents 726 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-352 0 obj 
+350 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6784,11 +6698,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 737 0 R
+/Contents 727 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-738 0 obj 
+728 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6801,11 +6715,28 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 739 0 R
+/Contents 729 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-740 0 obj 
+730 0 obj 
+<<
+/Rotate 0
+/Resources 
+<<
+/Font 1 0 R
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+>>
+/Type /Page
+/Trans 
+<<
+>>
+/Parent 10 0 R
+/Contents 731 0 R
+/MediaBox [0 0 595.2756 841.8898]
+>>
+endobj 
+732 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6818,7 +6749,7 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 741 0 R
+/Contents 733 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
@@ -6835,11 +6766,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 742 0 R
+/Contents 734 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-360 0 obj 
+364 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6852,7 +6783,7 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 743 0 R
+/Contents 735 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
@@ -6869,7 +6800,7 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 744 0 R
+/Contents 736 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
@@ -6886,23 +6817,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 745 0 R
+/Contents 737 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-746 0 obj 
+738 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [83.36575 655.0394 287.3657 667.0394]
-/Dest [128 0 R /XYZ 40.01575 521.8394 0]
+/Dest [129 0 R /XYZ 40.01575 437.8394 0]
 >>
 endobj 
-747 0 obj 
+739 0 obj 
 <<
-/Annots [746 0 R]
+/Annots [738 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -6914,11 +6845,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 748 0 R
+/Contents 740 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-749 0 obj 
+741 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6931,11 +6862,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 750 0 R
+/Contents 742 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-751 0 obj 
+743 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -6948,7 +6879,7 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 752 0 R
+/Contents 744 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
@@ -6965,33 +6896,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 753 0 R
+/Contents 745 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-754 0 obj 
+746 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [83.36575 568.0394 323.3657 580.0394]
-/Dest [131 0 R /XYZ 40.01575 91.63937 0]
+/Dest [132 0 R /XYZ 40.01575 91.63937 0]
 >>
 endobj 
-755 0 obj 
+747 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [83.36575 496.0394 323.3657 508.0394]
-/Dest [131 0 R /XYZ 40.01575 91.63937 0]
+/Dest [132 0 R /XYZ 40.01575 91.63937 0]
 >>
 endobj 
 378 0 obj 
 <<
-/Annots [754 0 R 755 0 R]
+/Annots [746 0 R 747 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7003,23 +6934,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 756 0 R
+/Contents 748 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-757 0 obj 
+749 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [83.36575 203.4394 251.3657 215.4394]
-/Dest [139 0 R /XYZ 40.01575 388.2394 0]
+/Dest [140 0 R /XYZ 40.01575 388.2394 0]
 >>
 endobj 
 381 0 obj 
 <<
-/Annots [757 0 R]
+/Annots [749 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7031,7 +6962,7 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 758 0 R
+/Contents 750 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
@@ -7048,7 +6979,7 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 759 0 R
+/Contents 751 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
@@ -7065,28 +6996,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 760 0 R
-/MediaBox [0 0 595.2756 841.8898]
->>
-endobj 
-392 0 obj 
-<<
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
-/Type /Page
-/Trans 
-<<
->>
-/Parent 10 0 R
-/Contents 761 0 R
+/Contents 752 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-762 0 obj 
+753 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7099,11 +7013,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 763 0 R
+/Contents 754 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-395 0 obj 
+392 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7116,11 +7030,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 764 0 R
+/Contents 755 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-765 0 obj 
+756 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7133,11 +7047,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 766 0 R
+/Contents 757 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-767 0 obj 
+395 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7150,11 +7064,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 768 0 R
+/Contents 758 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-398 0 obj 
+759 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7167,11 +7081,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 769 0 R
+/Contents 760 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-407 0 obj 
+408 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7184,11 +7098,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 770 0 R
+/Contents 761 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-410 0 obj 
+762 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7201,40 +7115,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 771 0 R
+/Contents 763 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-772 0 obj 
-<<
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
-/Type /Page
-/Trans 
+764 0 obj 
 <<
->>
-/Parent 10 0 R
-/Contents 773 0 R
-/MediaBox [0 0 595.2756 841.8898]
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [83.36575 543.0394 329.3657 555.0394]
+/Dest [577 0 R /XYZ 40.01575 765.0394 0]
 >>
 endobj 
-774 0 obj 
+765 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 156.2394 329.3657 168.2394]
-/Dest [580 0 R /XYZ 40.01575 294.0394 0]
+/Rect [83.36575 71.03937 311.3657 83.03937]
+/Dest [172 0 R /XYZ 40.01575 567.8394 0]
 >>
 endobj 
-415 0 obj 
+413 0 obj 
 <<
-/Annots [774 0 R]
+/Annots [764 0 R 765 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7246,23 +7153,12 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 775 0 R
+/Contents 766 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-776 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [83.36575 402.0394 311.3657 414.0394]
-/Dest [173 0 R /XYZ 40.01575 106.2394 0]
->>
-endobj 
-777 0 obj 
+767 0 obj 
 <<
-/Annots [776 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7274,11 +7170,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 778 0 R
+/Contents 768 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-779 0 obj 
+769 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7291,11 +7187,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 780 0 R
+/Contents 770 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-781 0 obj 
+771 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7308,11 +7204,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 782 0 R
+/Contents 772 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-783 0 obj 
+773 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7325,12 +7221,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 784 0 R
+/Contents 774 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-785 0 obj 
+775 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [83.36575 379.2394 341.3657 391.2394]
+/Dest [172 0 R /XYZ 40.01575 95.83937 0]
+>>
+endobj 
+416 0 obj 
 <<
+/Annots [775 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7342,23 +7249,12 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 786 0 R
+/Contents 776 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-787 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [83.36575 687.0394 341.3657 699.0394]
-/Dest [583 0 R /XYZ 40.01575 365.0394 0]
->>
-endobj 
-418 0 obj 
+777 0 obj 
 <<
-/Annots [787 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7370,11 +7266,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 788 0 R
+/Contents 778 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-789 0 obj 
+427 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7387,11 +7283,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 790 0 R
+/Contents 779 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-429 0 obj 
+780 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7404,11 +7300,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 791 0 R
+/Contents 781 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-792 0 obj 
+782 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7421,11 +7317,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 793 0 R
+/Contents 783 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-794 0 obj 
+784 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7438,33 +7334,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 795 0 R
+/Contents 785 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-796 0 obj 
+786 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 138.0394 377.3657 150.0394]
-/Dest [603 0 R /XYZ 40.01575 437.0394 0]
+/Rect [83.36575 396.0394 377.3657 408.0394]
+/Dest [192 0 R /XYZ 40.01575 789.0394 0]
 >>
 endobj 
-797 0 obj 
+787 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 66.03937 377.3657 78.03937]
-/Dest [603 0 R /XYZ 40.01575 437.0394 0]
+/Rect [83.36575 324.0394 377.3657 336.0394]
+/Dest [192 0 R /XYZ 40.01575 789.0394 0]
 >>
 endobj 
-432 0 obj 
+430 0 obj 
 <<
-/Annots [796 0 R 797 0 R]
+/Annots [786 0 R 787 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7476,23 +7372,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 798 0 R
+/Contents 788 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-799 0 obj 
+789 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 495.0394 317.3657 507.0394]
-/Dest [603 0 R /XYZ 40.01575 377.0394 0]
+/Rect [83.36575 763.0394 317.3657 775.0394]
+/Dest [192 0 R /XYZ 40.01575 729.0394 0]
 >>
 endobj 
-800 0 obj 
+433 0 obj 
 <<
-/Annots [799 0 R]
+/Annots [789 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7504,11 +7400,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 801 0 R
+/Contents 790 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-435 0 obj 
+436 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7521,11 +7417,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 802 0 R
+/Contents 791 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-438 0 obj 
+443 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7538,23 +7434,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 803 0 R
+/Contents 792 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-804 0 obj 
+793 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 195.0394 293.3657 207.0394]
-/Dest [196 0 R /XYZ 40.01575 92.63937 0]
+/Rect [83.36575 483.0394 293.3657 495.0394]
+/Dest [200 0 R /XYZ 40.01575 435.6394 0]
 >>
 endobj 
-805 0 obj 
+794 0 obj 
 <<
-/Annots [804 0 R]
+/Annots [793 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7566,23 +7462,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 806 0 R
+/Contents 795 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-807 0 obj 
+796 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 332.8504 293.3657 344.8504]
-/Dest [196 0 R /XYZ 40.01575 92.63937 0]
+/Rect [83.36575 604.0394 293.3657 616.0394]
+/Dest [200 0 R /XYZ 40.01575 435.6394 0]
 >>
 endobj 
-808 0 obj 
+797 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [83.36575 240.0394 293.3657 252.0394]
+/Dest [200 0 R /XYZ 40.01575 435.6394 0]
+>>
+endobj 
+798 0 obj 
 <<
-/Annots [807 0 R]
+/Annots [796 0 R 797 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7594,23 +7500,12 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 809 0 R
+/Contents 799 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-810 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [83.36575 691.0394 293.3657 703.0394]
-/Dest [196 0 R /XYZ 40.01575 92.63937 0]
->>
-endobj 
-811 0 obj 
+800 0 obj 
 <<
-/Annots [810 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7622,51 +7517,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 812 0 R
+/Contents 801 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-813 0 obj 
+802 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 466.0394 293.3657 478.0394]
-/Dest [196 0 R /XYZ 40.01575 92.63937 0]
+/Rect [83.36575 763.0394 293.3657 775.0394]
+/Dest [200 0 R /XYZ 40.01575 435.6394 0]
 >>
 endobj 
-814 0 obj 
-<<
-/Annots [813 0 R]
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
-/Type /Page
-/Trans 
-<<
->>
-/Parent 10 0 R
-/Contents 815 0 R
-/MediaBox [0 0 595.2756 841.8898]
->>
-endobj 
-816 0 obj 
+803 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 573.0394 293.3657 585.0394]
-/Dest [196 0 R /XYZ 40.01575 92.63937 0]
+/Rect [83.36575 161.0394 293.3657 173.0394]
+/Dest [200 0 R /XYZ 40.01575 435.6394 0]
 >>
 endobj 
-817 0 obj 
+804 0 obj 
 <<
-/Annots [816 0 R]
+/Annots [802 0 R 803 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7678,11 +7555,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 818 0 R
+/Contents 805 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-819 0 obj 
+806 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7695,11 +7572,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 820 0 R
+/Contents 807 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-821 0 obj 
+808 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7712,11 +7589,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 822 0 R
+/Contents 809 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-451 0 obj 
+810 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7729,33 +7606,23 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 823 0 R
+/Contents 811 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-824 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [83.36575 763.0394 269.3657 775.0394]
-/Dest [207 0 R /XYZ 40.01575 234.2394 0]
->>
-endobj 
-825 0 obj 
+812 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 379.0394 257.3657 391.0394]
-/Dest [207 0 R /XYZ 40.01575 534.2394 0]
+/Rect [83.36575 362.6394 269.3657 374.6394]
+/Dest [210 0 R /XYZ 40.01575 717.0394 0]
 >>
 endobj 
-826 0 obj 
+450 0 obj 
 <<
-/Annots [824 0 R 825 0 R]
+/Annots [812 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7767,43 +7634,43 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 827 0 R
+/Contents 813 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-828 0 obj 
+814 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 706.0394 269.3657 718.0394]
-/Dest [207 0 R /XYZ 40.01575 234.2394 0]
+/Rect [83.36575 691.0394 257.3657 703.0394]
+/Dest [207 0 R /XYZ 40.01575 302.2394 0]
 >>
 endobj 
-829 0 obj 
+815 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 555.6394 257.3657 567.6394]
-/Dest [207 0 R /XYZ 40.01575 534.2394 0]
+/Rect [83.36575 292.0394 269.3657 304.0394]
+/Dest [210 0 R /XYZ 40.01575 717.0394 0]
 >>
 endobj 
-830 0 obj 
+816 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 210.6394 281.3657 222.6394]
-/Dest [210 0 R /XYZ 40.01575 414.2394 0]
+/Rect [83.36575 141.6394 257.3657 153.6394]
+/Dest [207 0 R /XYZ 40.01575 302.2394 0]
 >>
 endobj 
-454 0 obj 
+453 0 obj 
 <<
-/Annots [828 0 R 829 0 R 830 0 R]
+/Annots [814 0 R 815 0 R 816 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7815,23 +7682,33 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 831 0 R
+/Contents 817 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-832 0 obj 
+818 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [83.36575 775.0394 257.3657 787.0394]
-/Dest [207 0 R /XYZ 40.01575 534.2394 0]
+/Rect [83.36575 538.0394 281.3657 550.0394]
+/Dest [210 0 R /XYZ 40.01575 165.2394 0]
 >>
 endobj 
-459 0 obj 
+819 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [83.36575 381.6394 257.3657 393.6394]
+/Dest [207 0 R /XYZ 40.01575 302.2394 0]
+>>
+endobj 
+456 0 obj 
 <<
-/Annots [832 0 R]
+/Annots [818 0 R 819 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7843,11 +7720,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 833 0 R
+/Contents 820 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-462 0 obj 
+459 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7860,11 +7737,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 834 0 R
+/Contents 821 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-465 0 obj 
+462 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7877,11 +7754,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 835 0 R
+/Contents 822 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-836 0 obj 
+465 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7894,16 +7771,16 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 837 0 R
+/Contents 823 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-838 0 obj 
+824 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [248.869 477.8394 377.929 489.8394]
+/Rect [248.869 133.2394 377.929 145.2394]
 /A 
 <<
 /URI (mailto:dominik.kriegner at gmail.com)
@@ -7912,12 +7789,12 @@ endobj
 >>
 >>
 endobj 
-839 0 obj 
+825 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [136.8951 465.8394 273.2151 477.8394]
+/Rect [136.8951 121.2394 273.2151 133.2394]
 /A 
 <<
 /URI (mailto:eugen.wintersberger at desy.de)
@@ -7928,7 +7805,7 @@ endobj
 endobj 
 470 0 obj 
 <<
-/Annots [838 0 R 839 0 R]
+/Annots [824 0 R 825 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -7940,11 +7817,11 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 840 0 R
+/Contents 826 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-841 0 obj 
+827 0 obj 
 <<
 /Rotate 0
 /Resources 
@@ -7957,256 +7834,263 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 842 0 R
+/Contents 828 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-843 0 obj 
+829 0 obj 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 726.6394 268.9557 738.6394]
-/Dest [586 0 R /XYZ 60.01575 204.0394 0]
+/Rotate 0
+/Resources 
+<<
+/Font 1 0 R
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+>>
+/Type /Page
+/Trans 
+<<
+>>
+/Parent 10 0 R
+/Contents 830 0 R
+/MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-844 0 obj 
+831 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 708.6394 268.9557 720.6394]
-/Dest [586 0 R /XYZ 60.01575 204.0394 0]
+/Rect [40.01575 726.6394 268.9557 738.6394]
+/Dest [583 0 R /XYZ 60.01575 681.0394 0]
 >>
 endobj 
-845 0 obj 
+832 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 690.6394 268.9557 702.6394]
-/Dest [586 0 R /XYZ 60.01575 204.0394 0]
+/Rect [40.01575 708.6394 268.9557 720.6394]
+/Dest [583 0 R /XYZ 60.01575 681.0394 0]
 >>
 endobj 
-846 0 obj 
+833 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 672.6394 263.9657 684.6394]
-/Dest [153 0 R /XYZ 60.01575 86.83937 0]
+/Rect [40.01575 690.6394 268.9557 702.6394]
+/Dest [583 0 R /XYZ 60.01575 681.0394 0]
 >>
 endobj 
-847 0 obj 
+834 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 654.6394 260.0657 666.6394]
-/Dest [213 0 R /XYZ 60.01575 84.43937 0]
+/Rect [40.01575 672.6394 260.0657 684.6394]
+/Dest [216 0 R /XYZ 60.01575 592.2394 0]
 >>
 endobj 
-848 0 obj 
+835 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 642.6394 79.47575 654.6394]
-/Dest [213 0 R /XYZ 60.01575 84.43937 0]
+/Rect [40.01575 660.6394 79.47575 672.6394]
+/Dest [216 0 R /XYZ 60.01575 592.2394 0]
 >>
 endobj 
-849 0 obj 
+836 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 624.6394 238.7756 636.6394]
-/Dest [168 0 R /XYZ 50.01575 389.0394 0]
+/Rect [40.01575 642.6394 238.7756 654.6394]
+/Dest [167 0 R /XYZ 50.01575 631.0394 0]
 >>
 endobj 
-850 0 obj 
+837 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 612.6394 180.0557 624.6394]
-/Dest [168 0 R /XYZ 50.01575 389.0394 0]
+/Rect [40.01575 630.6394 180.0557 642.6394]
+/Dest [167 0 R /XYZ 50.01575 631.0394 0]
 >>
 endobj 
-851 0 obj 
+838 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 594.6394 230.1606 606.6394]
-/Dest [168 0 R /XYZ 50.01575 359.0394 0]
+/Rect [40.01575 612.6394 230.1606 624.6394]
+/Dest [167 0 R /XYZ 50.01575 601.0394 0]
 >>
 endobj 
-852 0 obj 
+839 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 582.6394 180.0557 594.6394]
-/Dest [168 0 R /XYZ 50.01575 359.0394 0]
+/Rect [40.01575 600.6394 180.0557 612.6394]
+/Dest [167 0 R /XYZ 50.01575 601.0394 0]
 >>
 endobj 
-853 0 obj 
+840 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 564.6394 245.4406 576.6394]
-/Dest [168 0 R /XYZ 50.01575 329.0394 0]
+/Rect [40.01575 582.6394 245.4406 594.6394]
+/Dest [167 0 R /XYZ 50.01575 571.0394 0]
 >>
 endobj 
-854 0 obj 
+841 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 552.6394 180.0557 564.6394]
-/Dest [168 0 R /XYZ 50.01575 329.0394 0]
+/Rect [40.01575 570.6394 180.0557 582.6394]
+/Dest [167 0 R /XYZ 50.01575 571.0394 0]
 >>
 endobj 
-855 0 obj 
+842 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 534.6394 245.4506 546.6394]
-/Dest [168 0 R /XYZ 50.01575 299.0394 0]
+/Rect [40.01575 552.6394 245.4506 564.6394]
+/Dest [167 0 R /XYZ 50.01575 541.0394 0]
 >>
 endobj 
-856 0 obj 
+843 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 522.6394 180.0557 534.6394]
-/Dest [168 0 R /XYZ 50.01575 299.0394 0]
+/Rect [40.01575 540.6394 180.0557 552.6394]
+/Dest [167 0 R /XYZ 50.01575 541.0394 0]
 >>
 endobj 
-857 0 obj 
+844 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 504.6394 238.7706 516.6394]
-/Dest [168 0 R /XYZ 50.01575 269.0394 0]
+/Rect [40.01575 522.6394 238.7706 534.6394]
+/Dest [167 0 R /XYZ 50.01575 511.0394 0]
 >>
 endobj 
-858 0 obj 
+845 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 492.6394 180.0557 504.6394]
-/Dest [168 0 R /XYZ 50.01575 269.0394 0]
+/Rect [40.01575 510.6394 180.0557 522.6394]
+/Dest [167 0 R /XYZ 50.01575 511.0394 0]
 >>
 endobj 
-859 0 obj 
+846 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 474.6394 241.2656 486.6394]
-/Dest [168 0 R /XYZ 50.01575 239.0394 0]
+/Rect [40.01575 492.6394 241.2656 504.6394]
+/Dest [167 0 R /XYZ 50.01575 481.0394 0]
 >>
 endobj 
-860 0 obj 
+847 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 462.6394 180.0557 474.6394]
-/Dest [168 0 R /XYZ 50.01575 239.0394 0]
+/Rect [40.01575 480.6394 180.0557 492.6394]
+/Dest [167 0 R /XYZ 50.01575 481.0394 0]
 >>
 endobj 
-861 0 obj 
+848 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 444.6394 247.2957 456.6394]
-/Dest [554 0 R /XYZ 60.01575 645.0394 0]
+/Rect [40.01575 462.6394 247.2957 474.6394]
+/Dest [553 0 R /XYZ 60.01575 375.0394 0]
 >>
 endobj 
-862 0 obj 
+849 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 432.6394 76.69575 444.6394]
-/Dest [554 0 R /XYZ 60.01575 645.0394 0]
+/Rect [40.01575 450.6394 76.69575 462.6394]
+/Dest [553 0 R /XYZ 60.01575 375.0394 0]
 >>
 endobj 
-863 0 obj 
+850 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 414.6394 238.3757 426.6394]
-/Dest [173 0 R /XYZ 50.01575 94.23937 0]
+/Rect [40.01575 432.6394 238.3757 444.6394]
+/Dest [172 0 R /XYZ 50.01575 555.8394 0]
 >>
 endobj 
-864 0 obj 
+851 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 396.6394 250.6257 408.6394]
-/Dest [610 0 R /XYZ 60.01575 753.0394 0]
+/Rect [40.01575 414.6394 250.6257 426.6394]
+/Dest [200 0 R /XYZ 60.01575 375.6394 0]
 >>
 endobj 
-865 0 obj 
+852 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 384.6394 76.69575 396.6394]
-/Dest [610 0 R /XYZ 60.01575 753.0394 0]
+/Rect [40.01575 402.6394 76.69575 414.6394]
+/Dest [200 0 R /XYZ 60.01575 375.6394 0]
 >>
 endobj 
-866 0 obj 
+853 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 366.6394 245.6257 378.6394]
-/Dest [613 0 R /XYZ 60.01575 741.0394 0]
+/Rect [40.01575 384.6394 245.6257 396.6394]
+/Dest [606 0 R /XYZ 60.01575 377.0394 0]
 >>
 endobj 
-867 0 obj 
+854 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 348.6394 244.5157 360.6394]
+/Rect [60.01575 366.6394 244.5157 378.6394]
 /A 
 <<
 /URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.GISAXS.Ang2Q'\))
@@ -8215,12 +8099,12 @@ endobj
 >>
 >>
 endobj 
-868 0 obj 
+855 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 330.6394 235.6057 342.6394]
+/Rect [60.01575 348.6394 235.6057 360.6394]
 /A 
 <<
 /URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.HXRD.Ang2Q'\))
@@ -8229,12 +8113,12 @@ endobj
 >>
 >>
 endobj 
-869 0 obj 
+856 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 312.6394 247.2857 324.6394]
+/Rect [60.01575 330.6394 247.2857 342.6394]
 /A 
 <<
 /URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.NonCOP.Ang2Q'\))
@@ -8243,32 +8127,32 @@ endobj
 >>
 >>
 endobj 
-870 0 obj 
+857 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 294.6394 268.9657 306.6394]
-/Dest [153 0 R /XYZ 50.01575 194.8394 0]
+/Rect [40.01575 312.6394 268.9657 324.6394]
+/Dest [568 0 R /XYZ 50.01575 415.0394 0]
 >>
 endobj 
-871 0 obj 
+858 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 282.6394 76.69575 294.6394]
-/Dest [153 0 R /XYZ 50.01575 194.8394 0]
+/Rect [40.01575 300.6394 76.69575 312.6394]
+/Dest [568 0 R /XYZ 50.01575 415.0394 0]
 >>
 endobj 
-872 0 obj 
+859 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 264.6394 279.5257 276.6394]
+/Rect [60.01575 282.6394 279.5257 294.6394]
 /A 
 <<
 /URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.materials.lattice.LatticeBase.append'\))
@@ -8277,32 +8161,32 @@ endobj
 >>
 >>
 endobj 
-873 0 obj 
+860 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 246.6394 257.8457 258.6394]
-/Dest [577 0 R /XYZ 60.01575 154.0394 0]
+/Rect [40.01575 264.6394 257.8457 276.6394]
+/Dest [574 0 R /XYZ 60.01575 609.0394 0]
 >>
 endobj 
-874 0 obj 
+861 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 234.6394 76.69575 246.6394]
-/Dest [577 0 R /XYZ 60.01575 154.0394 0]
+/Rect [40.01575 252.6394 76.69575 264.6394]
+/Dest [574 0 R /XYZ 60.01575 609.0394 0]
 >>
 endobj 
-875 0 obj 
+862 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 216.6394 272.2757 228.6394]
+/Rect [60.01575 234.6394 272.2757 246.6394]
 /A 
 <<
 /URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.materials.material.Material.ApplyStrain'\))
@@ -8311,307 +8195,307 @@ endobj
 >>
 >>
 endobj 
-876 0 obj 
+863 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 198.6394 275.0757 210.6394]
-/Dest [624 0 R /XYZ 60.01575 693.0394 0]
+/Rect [40.01575 216.6394 275.0757 228.6394]
+/Dest [618 0 R /XYZ 60.01575 504.0394 0]
 >>
 endobj 
-877 0 obj 
+864 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 180.6394 235.1606 192.6394]
-/Dest [106 0 R /XYZ 50.01575 105.8394 0]
+/Rect [40.01575 198.6394 235.1606 210.6394]
+/Dest [107 0 R /XYZ 50.01575 334.6394 0]
 >>
 endobj 
-878 0 obj 
+865 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 168.6394 193.3857 180.6394]
-/Dest [106 0 R /XYZ 50.01575 105.8394 0]
+/Rect [40.01575 186.6394 193.3857 198.6394]
+/Dest [107 0 R /XYZ 50.01575 334.6394 0]
 >>
 endobj 
-879 0 obj 
+866 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 150.6394 244.3306 162.6394]
-/Dest [541 0 R /XYZ 50.01575 360.0394 0]
+/Rect [40.01575 168.6394 244.3306 180.6394]
+/Dest [540 0 R /XYZ 50.01575 447.0394 0]
 >>
 endobj 
-880 0 obj 
+867 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 138.6394 193.3857 150.6394]
-/Dest [541 0 R /XYZ 50.01575 360.0394 0]
+/Rect [40.01575 156.6394 193.3857 168.6394]
+/Dest [540 0 R /XYZ 50.01575 447.0394 0]
 >>
 endobj 
-881 0 obj 
+868 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 120.6394 230.6057 132.6394]
-/Dest [168 0 R /XYZ 50.01575 108.6394 0]
+/Rect [40.01575 138.6394 226.7157 150.6394]
+/Dest [154 0 R /XYZ 50.01575 633.0394 0]
 >>
 endobj 
-882 0 obj 
+869 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 102.6394 260.0557 114.6394]
-/Dest [639 0 R /XYZ 60.01575 777.0394 0]
+/Rect [40.01575 120.6394 260.0557 132.6394]
+/Dest [216 0 R /XYZ 60.01575 544.2394 0]
 >>
 endobj 
-883 0 obj 
+870 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 90.63937 79.47575 102.6394]
-/Dest [639 0 R /XYZ 60.01575 777.0394 0]
+/Rect [40.01575 108.6394 79.47575 120.6394]
+/Dest [216 0 R /XYZ 60.01575 544.2394 0]
 >>
 endobj 
-884 0 obj 
+871 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 72.63937 203.3757 84.63937]
-/Dest [210 0 R /XYZ 50.01575 747.0394 0]
+/Rect [40.01575 90.63937 203.3757 102.6394]
+/Dest [210 0 R /XYZ 50.01575 498.0394 0]
 >>
 endobj 
-885 0 obj 
+872 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 54.63937 246.7157 66.63937]
-/Dest [603 0 R /XYZ 50.01575 789.0394 0]
+/Rect [40.01575 72.63937 246.7157 84.63937]
+/Dest [189 0 R /XYZ 50.01575 408.8394 0]
 >>
 endobj 
-886 0 obj 
+873 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 787.0394 490.435 799.0394]
-/Dest [603 0 R /XYZ 50.01575 717.0394 0]
+/Dest [189 0 R /XYZ 50.01575 336.8394 0]
 >>
 endobj 
-887 0 obj 
+874 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 775.0394 436.7102 787.0394]
-/Dest [603 0 R /XYZ 50.01575 717.0394 0]
+/Dest [189 0 R /XYZ 50.01575 336.8394 0]
 >>
 endobj 
-888 0 obj 
+875 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 726.6394 533.4002 738.6394]
-/Dest [580 0 R /XYZ 60.01575 162.0394 0]
+/Dest [577 0 R /XYZ 60.01575 633.0394 0]
 >>
 endobj 
-889 0 obj 
+876 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 708.6394 537.8502 720.6394]
-/Dest [586 0 R /XYZ 60.01575 204.0394 0]
+/Dest [583 0 R /XYZ 60.01575 681.0394 0]
 >>
 endobj 
-890 0 obj 
+877 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 690.6394 537.8502 702.6394]
-/Dest [586 0 R /XYZ 60.01575 204.0394 0]
+/Dest [583 0 R /XYZ 60.01575 681.0394 0]
 >>
 endobj 
-891 0 obj 
+878 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 672.6394 537.8502 684.6394]
-/Dest [586 0 R /XYZ 60.01575 204.0394 0]
+/Dest [583 0 R /XYZ 60.01575 681.0394 0]
 >>
 endobj 
-892 0 obj 
+879 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 654.6394 501 666.6394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Dest [167 0 R /XYZ 50.01575 224.6394 0]
 >>
 endobj 
-893 0 obj 
+880 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 642.6394 433.9302 654.6394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Dest [167 0 R /XYZ 50.01575 224.6394 0]
 >>
 endobj 
-894 0 obj 
+881 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 624.6394 543.4002 636.6394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Dest [167 0 R /XYZ 50.01575 224.6394 0]
 >>
 endobj 
-895 0 obj 
+882 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 606.6394 542.2902 618.6394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Dest [167 0 R /XYZ 50.01575 224.6394 0]
 >>
 endobj 
-896 0 obj 
+883 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 588.6394 550.0702 600.6394]
-/Dest [586 0 R /XYZ 60.01575 204.0394 0]
+/Dest [583 0 R /XYZ 60.01575 681.0394 0]
 >>
 endobj 
-897 0 obj 
+884 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 570.6394 540.0702 582.6394]
-/Dest [639 0 R /XYZ 50.01575 495.0394 0]
+/Dest [216 0 R /XYZ 50.01575 262.2394 0]
 >>
 endobj 
-898 0 obj 
+885 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 552.6394 540.0702 564.6394]
-/Dest [639 0 R /XYZ 50.01575 375.0394 0]
+/Dest [216 0 R /XYZ 50.01575 142.2394 0]
 >>
 endobj 
-899 0 obj 
+886 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 534.6394 547.8502 546.6394]
-/Dest [639 0 R /XYZ 50.01575 215.0394 0]
+/Dest [219 0 R /XYZ 50.01575 711.0394 0]
 >>
 endobj 
-900 0 obj 
+887 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 486.2394 490.6002 498.2394]
-/Dest [111 0 R /XYZ 50.01575 88.43937 0]
+/Dest [123 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
-901 0 obj 
+888 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 468.2394 466.7102 480.2394]
-/Dest [122 0 R /XYZ 50.01575 611.0394 0]
+/Dest [123 0 R /XYZ 50.01575 563.0394 0]
 >>
 endobj 
-902 0 obj 
+889 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 450.2394 548.9502 462.2394]
-/Dest [586 0 R /XYZ 60.01575 99.03937 0]
+/Dest [583 0 R /XYZ 60.01575 576.0394 0]
 >>
 endobj 
-903 0 obj 
+890 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 432.2394 548.9502 444.2394]
-/Dest [588 0 R /XYZ 60.01575 777.0394 0]
+/Dest [583 0 R /XYZ 60.01575 528.0394 0]
 >>
 endobj 
-904 0 obj 
+891 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 414.2394 492.2602 426.2394]
-/Dest [156 0 R /XYZ 50.01575 139.8504 0]
+/Dest [154 0 R /XYZ 50.01575 333.8394 0]
 >>
 endobj 
-905 0 obj 
+892 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 396.2394 538.3702 408.2394]
-/Dest [583 0 R /XYZ 50.01575 579.0394 0]
+/Dest [172 0 R /XYZ 50.01575 309.8394 0]
 >>
 endobj 
-906 0 obj 
+893 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
@@ -8625,17 +8509,17 @@ endobj
 >>
 >>
 endobj 
-907 0 obj 
+894 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 360.2394 538.3702 372.2394]
-/Dest [583 0 R /XYZ 50.01575 469.0394 0]
+/Dest [172 0 R /XYZ 50.01575 199.8394 0]
 >>
 endobj 
-908 0 obj 
+895 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
@@ -8649,17 +8533,17 @@ endobj
 >>
 >>
 endobj 
-909 0 obj 
+896 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 324.2394 504.5002 336.2394]
-/Dest [207 0 R /XYZ 60.01575 366.2394 0]
+/Dest [207 0 R /XYZ 60.01575 134.2394 0]
 >>
 endobj 
-910 0 obj 
+897 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
@@ -8673,169 +8557,169 @@ endobj
 >>
 >>
 endobj 
-911 0 obj 
+898 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 288.2394 542.8602 300.2394]
-/Dest [567 0 R /XYZ 60.01575 521.0394 0]
+/Dest [565 0 R /XYZ 60.01575 729.0394 0]
 >>
 endobj 
-912 0 obj 
+899 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 270.2394 530.6402 282.2394]
-/Dest [165 0 R /XYZ 60.01575 573.8394 0]
+/Dest [571 0 R /XYZ 60.01575 777.0394 0]
 >>
 endobj 
-913 0 obj 
+900 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 258.2394 345.5902 270.2394]
-/Dest [165 0 R /XYZ 60.01575 573.8394 0]
+/Dest [571 0 R /XYZ 60.01575 777.0394 0]
 >>
 endobj 
-914 0 obj 
+901 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 240.2394 381.1502 252.2394]
-/Dest [583 0 R /XYZ 60.01575 317.0394 0]
+/Dest [580 0 R /XYZ 60.01575 777.0394 0]
 >>
 endobj 
-915 0 obj 
+902 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 228.2394 532.8402 240.2394]
-/Dest [583 0 R /XYZ 60.01575 317.0394 0]
+/Dest [580 0 R /XYZ 60.01575 777.0394 0]
 >>
 endobj 
-916 0 obj 
+903 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 210.2394 375.5902 222.2394]
-/Dest [583 0 R /XYZ 60.01575 128.0394 0]
+/Dest [580 0 R /XYZ 60.01575 588.0394 0]
 >>
 endobj 
-917 0 obj 
+904 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 198.2394 532.8402 210.2394]
-/Dest [583 0 R /XYZ 60.01575 128.0394 0]
+/Dest [580 0 R /XYZ 60.01575 588.0394 0]
 >>
 endobj 
-918 0 obj 
+905 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 180.2394 544.5302 192.2394]
-/Dest [622 0 R /XYZ 60.01575 338.0394 0]
+/Dest [616 0 R /XYZ 60.01575 127.0394 0]
 >>
 endobj 
-919 0 obj 
+906 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 162.2394 499.045 174.2394]
-/Dest [603 0 R /XYZ 50.01575 425.0394 0]
+/Dest [192 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
-920 0 obj 
+907 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 150.2394 436.7102 162.2394]
-/Dest [603 0 R /XYZ 50.01575 425.0394 0]
+/Dest [192 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
-921 0 obj 
+908 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 132.2394 535.0902 144.2394]
-/Dest [165 0 R /XYZ 60.01575 537.8394 0]
+/Dest [571 0 R /XYZ 60.01575 741.0394 0]
 >>
 endobj 
-922 0 obj 
+909 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 120.2394 345.5902 132.2394]
-/Dest [165 0 R /XYZ 60.01575 537.8394 0]
+/Dest [571 0 R /XYZ 60.01575 741.0394 0]
 >>
 endobj 
-923 0 obj 
+910 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 102.2394 381.1402 114.2394]
-/Dest [165 0 R /XYZ 60.01575 446.8394 0]
+/Dest [571 0 R /XYZ 60.01575 650.0394 0]
 >>
 endobj 
-924 0 obj 
+911 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 90.23937 535.1002 102.2394]
-/Dest [165 0 R /XYZ 60.01575 446.8394 0]
+/Dest [571 0 R /XYZ 60.01575 650.0394 0]
 >>
 endobj 
-925 0 obj 
+912 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 72.23937 549.5002 84.23937]
-/Dest [588 0 R /XYZ 60.01575 627.0394 0]
+/Dest [583 0 R /XYZ 60.01575 378.0394 0]
 >>
 endobj 
-926 0 obj 
+913 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 60.23937 345.5902 72.23937]
-/Dest [588 0 R /XYZ 60.01575 627.0394 0]
+/Dest [583 0 R /XYZ 60.01575 378.0394 0]
 >>
 endobj 
 475 0 obj 
 <<
-/Annots [843 0 R 844 0 R 845 0 R 846 0 R 847 0 R 848 0 R 849 0 R 850 0 R 851 0 R 852 0 R 853 0 R 854 0 R 855 0 R 856 0 R 857 0 R 858 0 R 859 0 R 860 0 R 861 0 R 862 0 R 863 0 R 864 0 R 865 0 R 866 0 R 867 0 R 868 0 R 869 0 R 870 0 R 871 0 R 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R 877 0 R 878 0 R 879 0 R 880 0 R 881 0 R 882 0 R 883 0 R 884 0 R 885 0 R 886 0 R 887 0 R 888 0 R 889 0 R 890 0 R 891 0 R 892 0 R 893 0 R 894 0 R 895 0 R 896 0 R 897 0 R 898 0 R 899 0 R 900 0 R 901 0 R 902 0 R 903 [...]
+/Annots [831 0 R 832 0 R 833 0 R 834 0 R 835 0 R 836 0 R 837 0 R 838 0 R 839 0 R 840 0 R 841 0 R 842 0 R 843 0 R 844 0 R 845 0 R 846 0 R 847 0 R 848 0 R 849 0 R 850 0 R 851 0 R 852 0 R 853 0 R 854 0 R 855 0 R 856 0 R 857 0 R 858 0 R 859 0 R 860 0 R 861 0 R 862 0 R 863 0 R 864 0 R 865 0 R 866 0 R 867 0 R 868 0 R 869 0 R 870 0 R 871 0 R 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R 877 0 R 878 0 R 879 0 R 880 0 R 881 0 R 882 0 R 883 0 R 884 0 R 885 0 R 886 0 R 887 0 R 888 0 R 889 0 R 890 0 R 891 [...]
 /Rotate 0
 /Resources 
 <<
@@ -8847,131 +8731,131 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 927 0 R
+/Contents 914 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-928 0 obj 
+915 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 787.0394 275.0557 799.0394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Dest [167 0 R /XYZ 50.01575 224.6394 0]
 >>
 endobj 
-929 0 obj 
+916 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 769.0394 263.9357 781.0394]
-/Dest [583 0 R /XYZ 50.01575 353.0394 0]
+/Dest [172 0 R /XYZ 50.01575 83.83937 0]
 >>
 endobj 
-930 0 obj 
+917 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 751.0394 234.3156 763.0394]
-/Dest [580 0 R /XYZ 50.01575 660.0394 0]
+/Dest [580 0 R /XYZ 50.01575 396.0394 0]
 >>
 endobj 
-931 0 obj 
+918 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 739.0394 174.4757 751.0394]
-/Dest [580 0 R /XYZ 50.01575 660.0394 0]
+/Dest [580 0 R /XYZ 50.01575 396.0394 0]
 >>
 endobj 
-932 0 obj 
+919 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 721.0394 230.1456 733.0394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Dest [167 0 R /XYZ 50.01575 224.6394 0]
 >>
 endobj 
-933 0 obj 
+920 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 709.0394 165.0357 721.0394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Dest [167 0 R /XYZ 50.01575 224.6394 0]
 >>
 endobj 
-934 0 obj 
+921 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 691.0394 278.9557 703.0394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Dest [167 0 R /XYZ 50.01575 224.6394 0]
 >>
 endobj 
-935 0 obj 
+922 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 673.0394 225.1506 685.0394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Dest [167 0 R /XYZ 50.01575 224.6394 0]
 >>
 endobj 
-936 0 obj 
+923 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 661.0394 165.0357 673.0394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Dest [167 0 R /XYZ 50.01575 224.6394 0]
 >>
 endobj 
-937 0 obj 
+924 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 612.6394 267.8357 624.6394]
-/Dest [639 0 R /XYZ 60.01575 729.0394 0]
+/Dest [216 0 R /XYZ 60.01575 496.2394 0]
 >>
 endobj 
-938 0 obj 
+925 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 600.6394 79.47575 612.6394]
-/Dest [639 0 R /XYZ 60.01575 729.0394 0]
+/Dest [216 0 R /XYZ 60.01575 496.2394 0]
 >>
 endobj 
-939 0 obj 
+926 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 582.6394 227.2957 594.6394]
-/Dest [207 0 R /XYZ 60.01575 258.2394 0]
+/Dest [210 0 R /XYZ 60.01575 741.0394 0]
 >>
 endobj 
-940 0 obj 
+927 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
@@ -8985,7 +8869,7 @@ endobj
 >>
 >>
 endobj 
-941 0 obj 
+928 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
@@ -8999,27 +8883,27 @@ endobj
 >>
 >>
 endobj 
-942 0 obj 
+929 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 528.6394 266.1957 540.6394]
-/Dest [165 0 R /XYZ 50.01575 609.8394 0]
+/Dest [154 0 R /XYZ 50.01575 82.63937 0]
 >>
 endobj 
-943 0 obj 
+930 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 510.6394 273.4157 522.6394]
-/Dest [207 0 R /XYZ 60.01575 186.2394 0]
+/Dest [210 0 R /XYZ 60.01575 669.0394 0]
 >>
 endobj 
-944 0 obj 
+931 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
@@ -9033,7 +8917,7 @@ endobj
 >>
 >>
 endobj 
-945 0 obj 
+932 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
@@ -9047,27 +8931,27 @@ endobj
 >>
 >>
 endobj 
-946 0 obj 
+933 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 456.6394 253.9657 468.6394]
-/Dest [187 0 R /XYZ 50.01575 555.8394 0]
+/Dest [186 0 R /XYZ 50.01575 167.8394 0]
 >>
 endobj 
-947 0 obj 
+934 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 438.6394 207.2757 450.6394]
-/Dest [210 0 R /XYZ 50.01575 654.0394 0]
+/Dest [210 0 R /XYZ 50.01575 405.0394 0]
 >>
 endobj 
-948 0 obj 
+935 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
@@ -9081,94 +8965,228 @@ endobj
 >>
 >>
 endobj 
-949 0 obj 
+936 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 402.6394 286.1857 414.6394]
-/Dest [639 0 R /XYZ 60.01575 681.0394 0]
+/Dest [216 0 R /XYZ 60.01575 448.2394 0]
 >>
 endobj 
-950 0 obj 
+937 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 384.6394 263.9657 396.6394]
-/Dest [624 0 R /XYZ 60.01575 259.0394 0]
+/Dest [618 0 R /XYZ 60.01575 70.03937 0]
 >>
 endobj 
-951 0 obj 
+938 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 372.6394 79.47575 384.6394]
-/Dest [624 0 R /XYZ 60.01575 259.0394 0]
+/Dest [618 0 R /XYZ 60.01575 70.03937 0]
 >>
 endobj 
-952 0 obj 
+939 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 354.6394 225.9856 366.6394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
-953 0 obj 
+940 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 342.6394 165.0357 354.6394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
-954 0 obj 
+941 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 324.6394 264.4957 336.6394]
-/Dest [588 0 R /XYZ 60.01575 273.0394 0]
+/Dest [585 0 R /XYZ 60.01575 753.0394 0]
 >>
 endobj 
-955 0 obj 
+942 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 312.6394 76.69575 324.6394]
-/Dest [588 0 R /XYZ 60.01575 273.0394 0]
+/Dest [585 0 R /XYZ 60.01575 753.0394 0]
 >>
 endobj 
-956 0 obj 
+943 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 294.6394 253.3857 306.6394]
-/Dest [588 0 R /XYZ 60.01575 507.0394 0]
+/Dest [583 0 R /XYZ 60.01575 258.0394 0]
 >>
 endobj 
-957 0 obj 
+944 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 282.6394 76.69575 294.6394]
-/Dest [588 0 R /XYZ 60.01575 507.0394 0]
+/Dest [583 0 R /XYZ 60.01575 258.0394 0]
+>>
+endobj 
+945 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 234.2394 222.2657 246.2394]
+/Dest [126 0 R /XYZ 50.01575 420.0394 0]
+>>
+endobj 
+946 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 216.2394 198.3757 228.2394]
+/Dest [126 0 R /XYZ 50.01575 206.0394 0]
+>>
+endobj 
+947 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 198.2394 253.4057 210.2394]
+/Dest [222 0 R /XYZ 50.01575 434.6394 0]
+>>
+endobj 
+948 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 180.2394 273.9757 192.2394]
+/Dest [606 0 R /XYZ 50.01575 485.0394 0]
+>>
+endobj 
+949 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Rect [60.01575 162.2394 268.4057 174.2394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.QConversion.energy'\))
+/Type /Action
+/S /URI
+>>
+>>
+endobj 
+950 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 144.2394 251.1857 156.2394]
+/Dest [222 0 R /XYZ 50.01575 296.8394 0]
+>>
+endobj 
+951 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 126.2394 277.2757 138.2394]
+/Dest [585 0 R /XYZ 60.01575 636.2394 0]
+>>
+endobj 
+952 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 114.2394 76.69575 126.2394]
+/Dest [585 0 R /XYZ 60.01575 636.2394 0]
+>>
+endobj 
+953 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 96.23937 231.8306 108.2394]
+/Dest [222 0 R /XYZ 50.01575 173.8394 0]
+>>
+endobj 
+954 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 84.23937 161.7157 96.23937]
+/Dest [222 0 R /XYZ 50.01575 173.8394 0]
+>>
+endobj 
+955 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 66.23937 225.4406 78.23937]
+/Dest [227 0 R /XYZ 50.01575 651.2394 0]
+>>
+endobj 
+956 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 54.23937 161.7157 66.23937]
+/Dest [227 0 R /XYZ 50.01575 651.2394 0]
+>>
+endobj 
+957 0 obj 
+<<
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [308.9102 787.0394 506.7302 799.0394]
+/Dest [200 0 R /XYZ 50.01575 423.6394 0]
 >>
 endobj 
 958 0 obj 
@@ -9177,8 +9195,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 264.6394 278.4257 276.6394]
-/Dest [147 0 R /XYZ 60.01575 259.8394 0]
+/Rect [308.9102 738.6394 507.8402 750.6394]
+/Dest [154 0 R /XYZ 60.01575 597.0394 0]
 >>
 endobj 
 959 0 obj 
@@ -9187,8 +9205,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 246.6394 268.4157 258.6394]
-/Dest [147 0 R /XYZ 60.01575 498.8394 0]
+/Rect [308.9102 720.6394 513.4002 732.6394]
+/Dest [154 0 R /XYZ 40.01575 377.2394 0]
 >>
 endobj 
 960 0 obj 
@@ -9197,8 +9215,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 234.6394 76.69575 246.6394]
-/Dest [147 0 R /XYZ 60.01575 498.8394 0]
+/Rect [308.9102 702.6394 513.4002 714.6394]
+/Dest [154 0 R /XYZ 40.01575 377.2394 0]
 >>
 endobj 
 961 0 obj 
@@ -9207,8 +9225,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 216.6394 270.6257 228.6394]
-/Dest [147 0 R /XYZ 60.01575 355.8394 0]
+/Rect [308.9102 684.6394 513.4002 696.6394]
+/Dest [154 0 R /XYZ 40.01575 377.2394 0]
 >>
 endobj 
 962 0 obj 
@@ -9217,8 +9235,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 204.6394 76.69575 216.6394]
-/Dest [147 0 R /XYZ 60.01575 355.8394 0]
+/Rect [308.9102 666.6394 496.7402 678.6394]
+/Dest [129 0 R /XYZ 50.01575 413.8394 0]
 >>
 endobj 
 963 0 obj 
@@ -9226,13 +9244,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 186.6394 247.2957 198.6394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.seifert.SeifertScan.dump2mlab'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [308.9102 648.6394 518.4002 660.6394]
+/Dest [551 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 964 0 obj 
@@ -9241,8 +9255,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 138.2394 222.2657 150.2394]
-/Dest [125 0 R /XYZ 50.01575 493.0394 0]
+/Rect [308.9102 630.6394 525.0802 642.6394]
+/Dest [553 0 R /XYZ 50.01575 483.0394 0]
 >>
 endobj 
 965 0 obj 
@@ -9251,8 +9265,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 120.2394 198.3757 132.2394]
-/Dest [125 0 R /XYZ 50.01575 279.0394 0]
+/Rect [308.9102 612.6394 542.8402 624.6394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 966 0 obj 
@@ -9261,8 +9275,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 102.2394 253.4057 114.2394]
-/Dest [223 0 R /XYZ 50.01575 665.4394 0]
+/Rect [308.9102 594.6394 501.27 606.6394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 967 0 obj 
@@ -9271,8 +9285,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 84.23937 273.9757 96.23937]
-/Dest [610 0 R /XYZ 50.01575 121.0394 0]
+/Rect [308.9102 582.6394 433.9302 594.6394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 968 0 obj 
@@ -9280,13 +9294,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 66.23937 268.4057 78.23937]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.QConversion.energy'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [308.9102 564.6394 493.22 576.6394]
+/Dest [542 0 R /XYZ 50.01575 498.0394 0]
 >>
 endobj 
 969 0 obj 
@@ -9295,8 +9305,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 48.23937 251.1857 60.23937]
-/Dest [223 0 R /XYZ 50.01575 527.6394 0]
+/Rect [308.9102 552.6394 462.2802 564.6394]
+/Dest [542 0 R /XYZ 50.01575 498.0394 0]
 >>
 endobj 
 970 0 obj 
@@ -9305,8 +9315,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 787.0394 546.1702 799.0394]
-/Dest [588 0 R /XYZ 60.01575 156.2394 0]
+/Rect [308.9102 534.6394 502.3002 546.6394]
+/Dest [175 0 R /XYZ 50.01575 154.0394 0]
 >>
 endobj 
 971 0 obj 
@@ -9315,8 +9325,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 775.0394 345.5902 787.0394]
-/Dest [588 0 R /XYZ 60.01575 156.2394 0]
+/Rect [308.9102 516.6394 530.6202 528.6394]
+/Dest [216 0 R /XYZ 60.01575 400.2394 0]
 >>
 endobj 
 972 0 obj 
@@ -9325,8 +9335,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 757.0394 500.725 769.0394]
-/Dest [223 0 R /XYZ 50.01575 404.6394 0]
+/Rect [308.9102 504.6394 348.3702 516.6394]
+/Dest [216 0 R /XYZ 60.01575 400.2394 0]
 >>
 endobj 
 973 0 obj 
@@ -9335,8 +9345,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 745.0394 430.6102 757.0394]
-/Dest [223 0 R /XYZ 50.01575 404.6394 0]
+/Rect [308.9102 486.6394 554.04 498.6394]
+/Dest [585 0 R /XYZ 60.01575 485.2394 0]
 >>
 endobj 
 974 0 obj 
@@ -9345,8 +9355,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 727.0394 494.335 739.0394]
-/Dest [223 0 R /XYZ 50.01575 176.8394 0]
+/Rect [308.9102 474.6394 345.5902 486.6394]
+/Dest [585 0 R /XYZ 60.01575 485.2394 0]
 >>
 endobj 
 975 0 obj 
@@ -9355,8 +9365,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 715.0394 430.6102 727.0394]
-/Dest [223 0 R /XYZ 50.01575 176.8394 0]
+/Rect [308.9102 456.6394 510.6102 468.6394]
+/Dest [207 0 R /XYZ 50.01575 374.2394 0]
 >>
 endobj 
 976 0 obj 
@@ -9365,8 +9375,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 697.0394 506.7302 709.0394]
-/Dest [196 0 R /XYZ 50.01575 80.63937 0]
+/Rect [308.9102 438.6394 547.3002 450.6394]
+/Dest [95 0 R /XYZ 50.01575 659.4394 0]
 >>
 endobj 
 977 0 obj 
@@ -9375,8 +9385,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 648.6394 511.7302 660.6394]
-/Dest [168 0 R /XYZ 60.01575 72.63937 0]
+/Rect [308.9102 390.2394 528.4202 402.2394]
+/Dest [592 0 R /XYZ 50.01575 756.0504 0]
 >>
 endobj 
 978 0 obj 
@@ -9385,8 +9395,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 630.6394 517.2902 642.6394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Rect [308.9102 372.2394 495.72 384.2394]
+/Dest [592 0 R /XYZ 50.01575 507.0504 0]
 >>
 endobj 
 979 0 obj 
@@ -9395,8 +9405,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 612.6394 517.2902 624.6394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Rect [308.9102 360.2394 429.5002 372.2394]
+/Dest [592 0 R /XYZ 50.01575 507.0504 0]
 >>
 endobj 
 980 0 obj 
@@ -9405,8 +9415,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 594.6394 517.2902 606.6394]
-/Dest [577 0 R /XYZ 50.01575 495.0394 0]
+/Rect [308.9102 342.2394 495.44 354.2394]
+/Dest [592 0 R /XYZ 50.01575 465.0504 0]
 >>
 endobj 
 981 0 obj 
@@ -9415,8 +9425,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 576.6394 496.7402 588.6394]
-/Dest [128 0 R /XYZ 50.01575 497.8394 0]
+/Rect [308.9102 330.2394 429.5002 342.2394]
+/Dest [592 0 R /XYZ 50.01575 465.0504 0]
 >>
 endobj 
 982 0 obj 
@@ -9425,8 +9435,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 558.6394 518.4002 570.6394]
-/Dest [552 0 R /XYZ 50.01575 729.0394 0]
+/Rect [308.9102 312.2394 549.5402 324.2394]
+/Dest [592 0 R /XYZ 50.01575 600.0504 0]
 >>
 endobj 
 983 0 obj 
@@ -9435,8 +9445,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 540.6394 525.0802 552.6394]
-/Dest [554 0 R /XYZ 50.01575 753.0394 0]
+/Rect [308.9102 294.2394 528.4202 306.2394]
+/Dest [592 0 R /XYZ 50.01575 423.0504 0]
 >>
 endobj 
 984 0 obj 
@@ -9445,8 +9455,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 522.6394 542.8402 534.6394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [308.9102 276.2394 549.5402 288.2394]
+/Dest [592 0 R /XYZ 50.01575 291.0504 0]
 >>
 endobj 
 985 0 obj 
@@ -9455,8 +9465,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 504.6394 501.27 516.6394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [308.9102 258.2394 528.4202 270.2394]
+/Dest [592 0 R /XYZ 50.01575 186.0504 0]
 >>
 endobj 
 986 0 obj 
@@ -9465,8 +9475,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 492.6394 433.9302 504.6394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [308.9102 240.2394 496.1802 252.2394]
+/Dest [589 0 R /XYZ 50.01575 690.0394 0]
 >>
 endobj 
 987 0 obj 
@@ -9475,8 +9485,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 474.6394 493.22 486.6394]
-/Dest [543 0 R /XYZ 50.01575 549.0394 0]
+/Rect [308.9102 222.2394 511.825 234.2394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 988 0 obj 
@@ -9485,8 +9495,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 462.6394 462.2802 474.6394]
-/Dest [543 0 R /XYZ 50.01575 549.0394 0]
+/Rect [308.9102 210.2394 433.9302 222.2394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 989 0 obj 
@@ -9495,8 +9505,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 444.6394 502.3002 456.6394]
-/Dest [176 0 R /XYZ 50.01575 392.8394 0]
+/Rect [308.9102 192.2394 552.2802 204.2394]
+/Dest [580 0 R /XYZ 50.01575 273.0394 0]
 >>
 endobj 
 990 0 obj 
@@ -9505,8 +9515,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 426.6394 530.6202 438.6394]
-/Dest [639 0 R /XYZ 60.01575 633.0394 0]
+/Rect [308.9102 174.2394 553.4402 186.2394]
+/Dest [143 0 R /XYZ 60.01575 589.8394 0]
 >>
 endobj 
 991 0 obj 
@@ -9515,8 +9525,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 414.6394 348.3702 426.6394]
-/Dest [639 0 R /XYZ 60.01575 633.0394 0]
+/Rect [308.9102 162.2394 345.5902 174.2394]
+/Dest [143 0 R /XYZ 60.01575 589.8394 0]
 >>
 endobj 
 992 0 obj 
@@ -9525,8 +9535,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 396.6394 554.04 408.6394]
-/Dest [590 0 R /XYZ 60.01575 729.0394 0]
+/Rect [308.9102 144.2394 509.62 156.2394]
+/Dest [95 0 R /XYZ 50.01575 521.4394 0]
 >>
 endobj 
 993 0 obj 
@@ -9535,8 +9545,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 384.6394 345.5902 396.6394]
-/Dest [590 0 R /XYZ 60.01575 729.0394 0]
+/Rect [308.9102 132.2394 442.8302 144.2394]
+/Dest [95 0 R /XYZ 50.01575 521.4394 0]
 >>
 endobj 
 994 0 obj 
@@ -9545,8 +9555,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 366.6394 510.6102 378.6394]
-/Dest [207 0 R /XYZ 50.01575 606.2394 0]
+/Rect [308.9102 114.2394 528.8 126.2394]
+/Dest [95 0 R /XYZ 50.01575 145.6394 0]
 >>
 endobj 
 995 0 obj 
@@ -9555,8 +9565,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 348.6394 547.3002 360.6394]
-/Dest [92 0 R /XYZ 50.01575 421.4394 0]
+/Rect [308.9102 102.2394 442.8302 114.2394]
+/Dest [95 0 R /XYZ 50.01575 145.6394 0]
 >>
 endobj 
 996 0 obj 
@@ -9565,8 +9575,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 300.2394 528.4202 312.2394]
-/Dest [187 0 R /XYZ 50.01575 411.8394 0]
+/Rect [308.9102 84.23937 504.06 96.23937]
+/Dest [528 0 R /XYZ 50.01575 611.2394 0]
 >>
 endobj 
 997 0 obj 
@@ -9575,28 +9585,26 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 282.2394 495.72 294.2394]
-/Dest [187 0 R /XYZ 50.01575 162.8394 0]
+/Rect [308.9102 72.23937 442.8302 84.23937]
+/Dest [528 0 R /XYZ 50.01575 611.2394 0]
 >>
 endobj 
 998 0 obj 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [308.9102 270.2394 429.5002 282.2394]
-/Dest [187 0 R /XYZ 50.01575 162.8394 0]
+/Annots [915 0 R 916 0 R 917 0 R 918 0 R 919 0 R 920 0 R 921 0 R 922 0 R 923 0 R 924 0 R 925 0 R 926 0 R 927 0 R 928 0 R 929 0 R 930 0 R 931 0 R 932 0 R 933 0 R 934 0 R 935 0 R 936 0 R 937 0 R 938 0 R 939 0 R 940 0 R 941 0 R 942 0 R 943 0 R 944 0 R 945 0 R 946 0 R 947 0 R 948 0 R 949 0 R 950 0 R 951 0 R 952 0 R 953 0 R 954 0 R 955 0 R 956 0 R 957 0 R 958 0 R 959 0 R 960 0 R 961 0 R 962 0 R 963 0 R 964 0 R 965 0 R 966 0 R 967 0 R 968 0 R 969 0 R 970 0 R 971 0 R 972 0 R 973 0 R 974 0 R 975 [...]
+/Rotate 0
+/Resources 
+<<
+/Font 1 0 R
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 >>
-endobj 
-999 0 obj 
+/Type /Page
+/Trans 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [308.9102 252.2394 495.44 264.2394]
-/Dest [187 0 R /XYZ 50.01575 120.8394 0]
+>>
+/Parent 10 0 R
+/Contents 999 0 R
+/MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
 1000 0 obj 
@@ -9605,8 +9613,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 240.2394 429.5002 252.2394]
-/Dest [187 0 R /XYZ 50.01575 120.8394 0]
+/Rect [40.01575 787.0394 219.6006 799.0394]
+/Dest [528 0 R /XYZ 50.01575 247.4394 0]
 >>
 endobj 
 1001 0 obj 
@@ -9615,8 +9623,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 222.2394 549.5402 234.2394]
-/Dest [187 0 R /XYZ 50.01575 255.8394 0]
+/Rect [40.01575 775.0394 173.9357 787.0394]
+/Dest [528 0 R /XYZ 50.01575 247.4394 0]
 >>
 endobj 
 1002 0 obj 
@@ -9625,8 +9633,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 204.2394 528.4202 216.2394]
-/Dest [187 0 R /XYZ 50.01575 78.83937 0]
+/Rect [40.01575 757.0394 225.1606 769.0394]
+/Dest [104 0 R /XYZ 50.01575 723.8394 0]
 >>
 endobj 
 1003 0 obj 
@@ -9635,8 +9643,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 186.2394 549.5402 198.2394]
-/Dest [597 0 R /XYZ 50.01575 669.0394 0]
+/Rect [40.01575 745.0394 185.0557 757.0394]
+/Dest [104 0 R /XYZ 50.01575 723.8394 0]
 >>
 endobj 
 1004 0 obj 
@@ -9645,8 +9653,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 168.2394 528.4202 180.2394]
-/Dest [597 0 R /XYZ 50.01575 564.0394 0]
+/Rect [40.01575 727.0394 225.1606 739.0394]
+/Dest [104 0 R /XYZ 50.01575 495.0394 0]
 >>
 endobj 
 1005 0 obj 
@@ -9655,8 +9663,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 150.2394 496.1802 162.2394]
-/Dest [176 0 R /XYZ 50.01575 212.8394 0]
+/Rect [40.01575 715.0394 185.0557 727.0394]
+/Dest [104 0 R /XYZ 50.01575 495.0394 0]
 >>
 endobj 
 1006 0 obj 
@@ -9665,8 +9673,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 132.2394 511.825 144.2394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [40.01575 697.0394 219.6006 709.0394]
+/Dest [530 0 R /XYZ 50.01575 666.2394 0]
 >>
 endobj 
 1007 0 obj 
@@ -9675,8 +9683,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 120.2394 433.9302 132.2394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [40.01575 685.0394 173.9357 697.0394]
+/Dest [530 0 R /XYZ 50.01575 666.2394 0]
 >>
 endobj 
 1008 0 obj 
@@ -9685,8 +9693,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 102.2394 552.2802 114.2394]
-/Dest [580 0 R /XYZ 50.01575 537.0394 0]
+/Rect [40.01575 667.0394 225.1606 679.0394]
+/Dest [104 0 R /XYZ 50.01575 266.2394 0]
 >>
 endobj 
 1009 0 obj 
@@ -9695,8 +9703,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 84.23937 553.4402 96.23937]
-/Dest [142 0 R /XYZ 60.01575 104.6394 0]
+/Rect [40.01575 655.0394 185.0557 667.0394]
+/Dest [104 0 R /XYZ 50.01575 266.2394 0]
 >>
 endobj 
 1010 0 obj 
@@ -9705,26 +9713,28 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 72.23937 345.5902 84.23937]
-/Dest [142 0 R /XYZ 60.01575 104.6394 0]
+/Rect [40.01575 637.0394 227.6606 649.0394]
+/Dest [530 0 R /XYZ 50.01575 407.4394 0]
 >>
 endobj 
 1011 0 obj 
 <<
-/Annots [928 0 R 929 0 R 930 0 R 931 0 R 932 0 R 933 0 R 934 0 R 935 0 R 936 0 R 937 0 R 938 0 R 939 0 R 940 0 R 941 0 R 942 0 R 943 0 R 944 0 R 945 0 R 946 0 R 947 0 R 948 0 R 949 0 R 950 0 R 951 0 R 952 0 R 953 0 R 954 0 R 955 0 R 956 0 R 957 0 R 958 0 R 959 0 R 960 0 R 961 0 R 962 0 R 963 0 R 964 0 R 965 0 R 966 0 R 967 0 R 968 0 R 969 0 R 970 0 R 971 0 R 972 0 R 973 0 R 974 0 R 975 0 R 976 0 R 977 0 R 978 0 R 979 0 R 980 0 R 981 0 R 982 0 R 983 0 R 984 0 R 985 0 R 986 0 R 987 0 R 988 [...]
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 625.0394 173.9357 637.0394]
+/Dest [530 0 R /XYZ 50.01575 407.4394 0]
 >>
-/Type /Page
-/Trans 
+endobj 
+1012 0 obj 
 <<
->>
-/Parent 10 0 R
-/Contents 1012 0 R
-/MediaBox [0 0 595.2756 841.8898]
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 607.0394 237.6656 619.0394]
+/Dest [532 0 R /XYZ 50.01575 765.0394 0]
 >>
 endobj 
 1013 0 obj 
@@ -9733,8 +9743,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 787.0394 240.7256 799.0394]
-/Dest [92 0 R /XYZ 50.01575 283.4394 0]
+/Rect [40.01575 595.0394 173.9357 607.0394]
+/Dest [532 0 R /XYZ 50.01575 765.0394 0]
 >>
 endobj 
 1014 0 obj 
@@ -9743,8 +9753,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 775.0394 173.9357 787.0394]
-/Dest [92 0 R /XYZ 50.01575 283.4394 0]
+/Rect [40.01575 577.0394 256.8456 589.0394]
+/Dest [532 0 R /XYZ 50.01575 377.2394 0]
 >>
 endobj 
 1015 0 obj 
@@ -9753,8 +9763,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 757.0394 259.9056 769.0394]
-/Dest [529 0 R /XYZ 50.01575 636.2394 0]
+/Rect [40.01575 565.0394 173.9357 577.0394]
+/Dest [532 0 R /XYZ 50.01575 377.2394 0]
 >>
 endobj 
 1016 0 obj 
@@ -9763,8 +9773,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 745.0394 173.9357 757.0394]
-/Dest [529 0 R /XYZ 50.01575 636.2394 0]
+/Rect [40.01575 547.0394 232.1056 559.0394]
+/Dest [532 0 R /XYZ 50.01575 118.4394 0]
 >>
 endobj 
 1017 0 obj 
@@ -9773,8 +9783,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 727.0394 235.1656 739.0394]
-/Dest [529 0 R /XYZ 50.01575 377.4394 0]
+/Rect [40.01575 535.0394 173.9357 547.0394]
+/Dest [532 0 R /XYZ 50.01575 118.4394 0]
 >>
 endobj 
 1018 0 obj 
@@ -9783,8 +9793,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 715.0394 173.9357 727.0394]
-/Dest [529 0 R /XYZ 50.01575 377.4394 0]
+/Rect [40.01575 517.0394 237.9506 529.0394]
+/Dest [534 0 R /XYZ 50.01575 452.2394 0]
 >>
 endobj 
 1019 0 obj 
@@ -9793,8 +9803,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 697.0394 219.6006 709.0394]
-/Dest [531 0 R /XYZ 50.01575 744.2394 0]
+/Rect [40.01575 505.0394 173.9357 517.0394]
+/Dest [534 0 R /XYZ 50.01575 452.2394 0]
 >>
 endobj 
 1020 0 obj 
@@ -9803,8 +9813,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 685.0394 173.9357 697.0394]
-/Dest [531 0 R /XYZ 50.01575 744.2394 0]
+/Rect [40.01575 487.0394 257.1306 499.0394]
+/Dest [534 0 R /XYZ 50.01575 76.43937 0]
 >>
 endobj 
 1021 0 obj 
@@ -9813,8 +9823,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 667.0394 225.1606 679.0394]
-/Dest [103 0 R /XYZ 50.01575 496.0394 0]
+/Rect [40.01575 475.0394 173.9357 487.0394]
+/Dest [534 0 R /XYZ 50.01575 76.43937 0]
 >>
 endobj 
 1022 0 obj 
@@ -9823,8 +9833,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 655.0394 185.0557 667.0394]
-/Dest [103 0 R /XYZ 50.01575 496.0394 0]
+/Rect [40.01575 457.0394 232.3906 469.0394]
+/Dest [536 0 R /XYZ 50.01575 515.2394 0]
 >>
 endobj 
 1023 0 obj 
@@ -9833,8 +9843,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 637.0394 225.1606 649.0394]
-/Dest [103 0 R /XYZ 50.01575 267.2394 0]
+/Rect [40.01575 445.0394 173.9357 457.0394]
+/Dest [536 0 R /XYZ 50.01575 515.2394 0]
 >>
 endobj 
 1024 0 obj 
@@ -9843,8 +9853,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 625.0394 185.0557 637.0394]
-/Dest [103 0 R /XYZ 50.01575 267.2394 0]
+/Rect [40.01575 427.0394 257.2857 439.0394]
+/Dest [107 0 R /XYZ 50.01575 606.8394 0]
 >>
 endobj 
 1025 0 obj 
@@ -9853,8 +9863,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 607.0394 219.6006 619.0394]
-/Dest [531 0 R /XYZ 50.01575 431.4394 0]
+/Rect [40.01575 409.0394 133.9257 421.0394]
+/Dest [551 0 R /XYZ 60.01575 585.0394 0]
 >>
 endobj 
 1026 0 obj 
@@ -9863,8 +9873,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 595.0394 173.9357 607.0394]
-/Dest [531 0 R /XYZ 50.01575 431.4394 0]
+/Rect [40.01575 397.0394 249.5157 409.0394]
+/Dest [551 0 R /XYZ 60.01575 585.0394 0]
 >>
 endobj 
 1027 0 obj 
@@ -9873,8 +9883,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 577.0394 225.1606 589.0394]
-/Dest [106 0 R /XYZ 50.01575 771.0394 0]
+/Rect [40.01575 379.0394 116.1257 391.0394]
+/Dest [553 0 R /XYZ 60.01575 249.0394 0]
 >>
 endobj 
 1028 0 obj 
@@ -9883,8 +9893,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 565.0394 185.0557 577.0394]
-/Dest [106 0 R /XYZ 50.01575 771.0394 0]
+/Rect [40.01575 367.0394 256.1957 379.0394]
+/Dest [553 0 R /XYZ 60.01575 249.0394 0]
 >>
 endobj 
 1029 0 obj 
@@ -9893,8 +9903,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 547.0394 227.6606 559.0394]
-/Dest [531 0 R /XYZ 50.01575 172.6394 0]
+/Rect [40.01575 349.0394 236.5456 361.0394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 1030 0 obj 
@@ -9903,8 +9913,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 535.0394 173.9357 547.0394]
-/Dest [531 0 R /XYZ 50.01575 172.6394 0]
+/Rect [40.01575 337.0394 165.0357 349.0394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 1031 0 obj 
@@ -9913,8 +9923,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 517.0394 237.6656 529.0394]
-/Dest [533 0 R /XYZ 50.01575 546.2394 0]
+/Rect [40.01575 319.0394 263.9757 331.0394]
+/Dest [571 0 R /XYZ 60.01575 559.0394 0]
 >>
 endobj 
 1032 0 obj 
@@ -9923,8 +9933,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 505.0394 173.9357 517.0394]
-/Dest [533 0 R /XYZ 50.01575 546.2394 0]
+/Rect [40.01575 307.0394 76.69575 319.0394]
+/Dest [571 0 R /XYZ 60.01575 559.0394 0]
 >>
 endobj 
 1033 0 obj 
@@ -9933,8 +9943,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 487.0394 256.8456 499.0394]
-/Dest [533 0 R /XYZ 50.01575 158.4394 0]
+/Rect [40.01575 289.0394 263.9757 301.0394]
+/Dest [571 0 R /XYZ 60.01575 468.0394 0]
 >>
 endobj 
 1034 0 obj 
@@ -9943,8 +9953,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 475.0394 173.9357 487.0394]
-/Dest [533 0 R /XYZ 50.01575 158.4394 0]
+/Rect [40.01575 277.0394 76.69575 289.0394]
+/Dest [571 0 R /XYZ 60.01575 468.0394 0]
 >>
 endobj 
 1035 0 obj 
@@ -9953,8 +9963,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 457.0394 232.1056 469.0394]
-/Dest [535 0 R /XYZ 50.01575 630.2394 0]
+/Rect [40.01575 259.0394 263.9757 271.0394]
+/Dest [571 0 R /XYZ 60.01575 392.0394 0]
 >>
 endobj 
 1036 0 obj 
@@ -9963,8 +9973,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 445.0394 173.9357 457.0394]
-/Dest [535 0 R /XYZ 50.01575 630.2394 0]
+/Rect [40.01575 247.0394 76.69575 259.0394]
+/Dest [571 0 R /XYZ 60.01575 392.0394 0]
 >>
 endobj 
 1037 0 obj 
@@ -9973,8 +9983,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 427.0394 273.4157 439.0394]
-/Dest [572 0 R /XYZ 50.01575 227.0394 0]
+/Rect [40.01575 229.0394 237.8557 241.0394]
+/Dest [565 0 R /XYZ 50.01575 137.0394 0]
 >>
 endobj 
 1038 0 obj 
@@ -9983,8 +9993,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 409.0394 237.9506 421.0394]
-/Dest [535 0 R /XYZ 50.01575 242.4394 0]
+/Rect [40.01575 211.0394 286.2057 223.0394]
+/Dest [568 0 R /XYZ 50.01575 349.0394 0]
 >>
 endobj 
 1039 0 obj 
@@ -9993,8 +10003,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 397.0394 173.9357 409.0394]
-/Dest [535 0 R /XYZ 50.01575 242.4394 0]
+/Rect [40.01575 193.0394 270.6357 205.0394]
+/Dest [536 0 R /XYZ 50.01575 151.4394 0]
 >>
 endobj 
 1040 0 obj 
@@ -10003,8 +10013,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 379.0394 257.1306 391.0394]
-/Dest [537 0 R /XYZ 50.01575 591.2394 0]
+/Rect [40.01575 175.0394 215.7106 187.0394]
+/Dest [107 0 R /XYZ 50.01575 771.0394 0]
 >>
 endobj 
 1041 0 obj 
@@ -10013,8 +10023,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 367.0394 173.9357 379.0394]
-/Dest [537 0 R /XYZ 50.01575 591.2394 0]
+/Rect [40.01575 163.0394 185.0557 175.0394]
+/Dest [107 0 R /XYZ 50.01575 771.0394 0]
 >>
 endobj 
 1042 0 obj 
@@ -10023,8 +10033,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 349.0394 232.3906 361.0394]
-/Dest [537 0 R /XYZ 50.01575 305.4394 0]
+/Rect [40.01575 145.0394 281.1557 157.0394]
+/Dest [577 0 R /XYZ 60.01575 633.0394 0]
 >>
 endobj 
 1043 0 obj 
@@ -10033,8 +10043,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 337.0394 173.9357 349.0394]
-/Dest [537 0 R /XYZ 50.01575 305.4394 0]
+/Rect [40.01575 133.0394 76.69575 145.0394]
+/Dest [577 0 R /XYZ 60.01575 633.0394 0]
 >>
 endobj 
 1044 0 obj 
@@ -10043,8 +10053,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 319.0394 257.2857 331.0394]
-/Dest [106 0 R /XYZ 50.01575 378.0394 0]
+/Rect [40.01575 115.0394 219.5906 127.0394]
+/Dest [137 0 R /XYZ 50.01575 234.8394 0]
 >>
 endobj 
 1045 0 obj 
@@ -10053,8 +10063,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 301.0394 133.9257 313.0394]
-/Dest [552 0 R /XYZ 60.01575 645.0394 0]
+/Rect [40.01575 103.0394 174.4857 115.0394]
+/Dest [137 0 R /XYZ 50.01575 234.8394 0]
 >>
 endobj 
 1046 0 obj 
@@ -10063,8 +10073,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 289.0394 249.5157 301.0394]
-/Dest [552 0 R /XYZ 60.01575 645.0394 0]
+/Rect [40.01575 85.03937 285.0857 97.03937]
+/Dest [574 0 R /XYZ 60.01575 521.0394 0]
 >>
 endobj 
 1047 0 obj 
@@ -10073,8 +10083,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 271.0394 116.1257 283.0394]
-/Dest [554 0 R /XYZ 60.01575 519.0394 0]
+/Rect [40.01575 67.03937 260.0757 79.03937]
+/Dest [143 0 R /XYZ 50.01575 161.6394 0]
 >>
 endobj 
 1048 0 obj 
@@ -10083,8 +10093,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 259.0394 256.1957 271.0394]
-/Dest [554 0 R /XYZ 60.01575 519.0394 0]
+/Rect [40.01575 49.03937 247.8557 61.03937]
+/Dest [151 0 R /XYZ 50.01575 517.2394 0]
 >>
 endobj 
 1049 0 obj 
@@ -10093,8 +10103,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 241.0394 236.5456 253.0394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [308.9102 787.0394 520.0802 799.0394]
+/Dest [195 0 R /XYZ 50.01575 343.0394 0]
 >>
 endobj 
 1050 0 obj 
@@ -10103,8 +10113,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 229.0394 165.0357 241.0394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [308.9102 769.0394 544.5502 781.0394]
+/Dest [123 0 R /XYZ 50.01575 235.8394 0]
 >>
 endobj 
 1051 0 obj 
@@ -10113,8 +10123,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 211.0394 263.9757 223.0394]
-/Dest [165 0 R /XYZ 60.01575 355.8394 0]
+/Rect [308.9102 751.0394 518.4102 763.0394]
+/Dest [195 0 R /XYZ 50.01575 232.0394 0]
 >>
 endobj 
 1052 0 obj 
@@ -10123,8 +10133,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 199.0394 76.69575 211.0394]
-/Dest [165 0 R /XYZ 60.01575 355.8394 0]
+/Rect [308.9102 733.0394 491.82 745.0394]
+/Dest [137 0 R /XYZ 50.01575 192.8394 0]
 >>
 endobj 
 1053 0 obj 
@@ -10133,8 +10143,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 181.0394 263.9757 193.0394]
-/Dest [165 0 R /XYZ 60.01575 279.8394 0]
+/Rect [308.9102 721.0394 443.3802 733.0394]
+/Dest [137 0 R /XYZ 50.01575 192.8394 0]
 >>
 endobj 
 1054 0 obj 
@@ -10143,8 +10153,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 169.0394 76.69575 181.0394]
-/Dest [165 0 R /XYZ 60.01575 279.8394 0]
+/Rect [308.9102 703.0394 492.655 715.0394]
+/Dest [140 0 R /XYZ 50.01575 681.2394 0]
 >>
 endobj 
 1055 0 obj 
@@ -10153,8 +10163,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 151.0394 263.9757 163.0394]
-/Dest [165 0 R /XYZ 60.01575 203.8394 0]
+/Rect [308.9102 691.0394 443.3802 703.0394]
+/Dest [140 0 R /XYZ 50.01575 681.2394 0]
 >>
 endobj 
 1056 0 obj 
@@ -10163,8 +10173,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 139.0394 76.69575 151.0394]
-/Dest [165 0 R /XYZ 60.01575 203.8394 0]
+/Rect [308.9102 673.0394 473.9402 685.0394]
+/Dest [606 0 R /XYZ 50.01575 485.0394 0]
 >>
 endobj 
 1057 0 obj 
@@ -10173,8 +10183,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 121.0394 237.8557 133.0394]
-/Dest [569 0 R /XYZ 50.01575 623.0394 0]
+/Rect [308.9102 655.0394 493.4002 667.0394]
+/Dest [610 0 R /XYZ 50.01575 618.0394 0]
 >>
 endobj 
 1058 0 obj 
@@ -10183,8 +10193,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 103.0394 286.2057 115.0394]
-/Dest [572 0 R /XYZ 50.01575 126.0394 0]
+/Rect [308.9102 637.0394 535.6402 649.0394]
+/Dest [129 0 R /XYZ 60.01575 341.8394 0]
 >>
 endobj 
 1059 0 obj 
@@ -10193,8 +10203,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 85.03937 270.6357 97.03937]
-/Dest [103 0 R /XYZ 50.01575 666.2394 0]
+/Rect [308.9102 619.0394 534.5202 631.0394]
+/Dest [555 0 R /XYZ 60.01575 777.0394 0]
 >>
 endobj 
 1060 0 obj 
@@ -10203,8 +10213,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 67.03937 215.7106 79.03937]
-/Dest [106 0 R /XYZ 50.01575 542.2394 0]
+/Rect [308.9102 607.0394 345.5902 619.0394]
+/Dest [555 0 R /XYZ 60.01575 777.0394 0]
 >>
 endobj 
 1061 0 obj 
@@ -10213,8 +10223,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 55.03937 185.0557 67.03937]
-/Dest [106 0 R /XYZ 50.01575 542.2394 0]
+/Rect [308.9102 589.0394 526.7202 601.0394]
+/Dest [551 0 R /XYZ 60.01575 366.0394 0]
 >>
 endobj 
 1062 0 obj 
@@ -10223,8 +10233,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 787.0394 550.0502 799.0394]
-/Dest [580 0 R /XYZ 60.01575 162.0394 0]
+/Rect [308.9102 577.0394 345.5902 589.0394]
+/Dest [551 0 R /XYZ 60.01575 366.0394 0]
 >>
 endobj 
 1063 0 obj 
@@ -10233,8 +10243,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 775.0394 345.5902 787.0394]
-/Dest [580 0 R /XYZ 60.01575 162.0394 0]
+/Rect [308.9102 559.0394 471.1602 571.0394]
+/Dest [207 0 R /XYZ 50.01575 290.2394 0]
 >>
 endobj 
 1064 0 obj 
@@ -10243,8 +10253,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 757.0394 488.485 769.0394]
-/Dest [136 0 R /XYZ 50.01575 234.8394 0]
+/Rect [308.9102 541.0394 483.9402 553.0394]
+/Dest [210 0 R /XYZ 50.01575 705.0394 0]
 >>
 endobj 
 1065 0 obj 
@@ -10253,8 +10263,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 745.0394 443.3802 757.0394]
-/Dest [136 0 R /XYZ 50.01575 234.8394 0]
+/Rect [308.9102 523.0394 495.0602 535.0394]
+/Dest [210 0 R /XYZ 50.01575 153.2394 0]
 >>
 endobj 
 1066 0 obj 
@@ -10263,8 +10273,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 727.0394 553.9802 739.0394]
-/Dest [173 0 R /XYZ 60.01575 789.0394 0]
+/Rect [308.9102 505.0394 510.6202 517.0394]
+/Dest [213 0 R /XYZ 50.01575 552.0394 0]
 >>
 endobj 
 1067 0 obj 
@@ -10273,8 +10283,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 709.0394 528.9702 721.0394]
-/Dest [150 0 R /XYZ 50.01575 675.0394 0]
+/Rect [308.9102 487.0394 495.0602 499.0394]
+/Dest [213 0 R /XYZ 50.01575 393.2394 0]
 >>
 endobj 
 1068 0 obj 
@@ -10283,8 +10293,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 691.0394 516.7502 703.0394]
-/Dest [569 0 R /XYZ 50.01575 279.2394 0]
+/Rect [308.9102 469.0394 533.9602 481.0394]
+/Dest [555 0 R /XYZ 60.01575 605.0394 0]
 >>
 endobj 
 1069 0 obj 
@@ -10293,8 +10303,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 673.0394 520.0802 685.0394]
-/Dest [196 0 R /XYZ 50.01575 716.0394 0]
+/Rect [308.9102 457.0394 345.5902 469.0394]
+/Dest [555 0 R /XYZ 60.01575 605.0394 0]
 >>
 endobj 
 1070 0 obj 
@@ -10303,8 +10313,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 655.0394 544.5502 667.0394]
-/Dest [122 0 R /XYZ 50.01575 301.8394 0]
+/Rect [308.9102 408.6394 543.4002 420.6394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 1071 0 obj 
@@ -10313,8 +10323,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 637.0394 518.4102 649.0394]
-/Dest [196 0 R /XYZ 50.01575 605.0394 0]
+/Rect [308.9102 390.6394 505.165 402.6394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 1072 0 obj 
@@ -10323,8 +10333,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 619.0394 491.82 631.0394]
-/Dest [136 0 R /XYZ 50.01575 192.8394 0]
+/Rect [308.9102 378.6394 433.9302 390.6394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 1073 0 obj 
@@ -10333,8 +10343,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 607.0394 443.3802 619.0394]
-/Dest [136 0 R /XYZ 50.01575 192.8394 0]
+/Rect [308.9102 360.6394 505.165 372.6394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 1074 0 obj 
@@ -10343,8 +10353,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 589.0394 492.655 601.0394]
-/Dest [139 0 R /XYZ 50.01575 681.2394 0]
+/Rect [308.9102 348.6394 433.9302 360.6394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 1075 0 obj 
@@ -10353,8 +10363,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 577.0394 443.3802 589.0394]
-/Dest [139 0 R /XYZ 50.01575 681.2394 0]
+/Rect [308.9102 330.6394 505.165 342.6394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 1076 0 obj 
@@ -10363,8 +10373,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 559.0394 473.9402 571.0394]
-/Dest [610 0 R /XYZ 50.01575 121.0394 0]
+/Rect [308.9102 318.6394 433.9302 330.6394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 1077 0 obj 
@@ -10373,8 +10383,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 541.0394 493.4002 553.0394]
-/Dest [613 0 R /XYZ 50.01575 247.0394 0]
+/Rect [308.9102 300.6394 514.33 312.6394]
+/Dest [580 0 R /XYZ 50.01575 147.0394 0]
 >>
 endobj 
 1078 0 obj 
@@ -10383,8 +10393,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 523.0394 535.6402 535.0394]
-/Dest [128 0 R /XYZ 60.01575 425.8394 0]
+/Rect [308.9102 288.6394 443.3702 300.6394]
+/Dest [580 0 R /XYZ 50.01575 147.0394 0]
 >>
 endobj 
 1079 0 obj 
@@ -10393,8 +10403,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 505.0394 534.5202 517.0394]
-/Dest [554 0 R /XYZ 60.01575 320.0394 0]
+/Rect [308.9102 270.6394 484.4902 282.6394]
+/Dest [610 0 R /XYZ 50.01575 254.0394 0]
 >>
 endobj 
 1080 0 obj 
@@ -10403,8 +10413,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 493.0394 345.5902 505.0394]
-/Dest [554 0 R /XYZ 60.01575 320.0394 0]
+/Rect [308.9102 222.2394 551.1702 234.2394]
+/Dest [585 0 R /XYZ 60.01575 380.2394 0]
 >>
 endobj 
 1081 0 obj 
@@ -10413,8 +10423,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 475.0394 526.7202 487.0394]
-/Dest [552 0 R /XYZ 60.01575 426.0394 0]
+/Rect [308.9102 210.2394 345.5902 222.2394]
+/Dest [585 0 R /XYZ 60.01575 380.2394 0]
 >>
 endobj 
 1082 0 obj 
@@ -10423,8 +10433,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 463.0394 345.5902 475.0394]
-/Dest [552 0 R /XYZ 60.01575 426.0394 0]
+/Rect [308.9102 192.2394 533.9702 204.2394]
+/Dest [137 0 R /XYZ 50.01575 789.0394 0]
 >>
 endobj 
 1083 0 obj 
@@ -10433,8 +10443,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 445.0394 471.1602 457.0394]
-/Dest [207 0 R /XYZ 50.01575 522.2394 0]
+/Rect [308.9102 174.2394 498.21 186.2394]
+/Dest [175 0 R /XYZ 40.01575 435.4394 0]
 >>
 endobj 
 1084 0 obj 
@@ -10443,8 +10453,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 427.0394 483.9402 439.0394]
-/Dest [207 0 R /XYZ 50.01575 222.2394 0]
+/Rect [308.9102 162.2394 443.3702 174.2394]
+/Dest [175 0 R /XYZ 40.01575 435.4394 0]
 >>
 endobj 
 1085 0 obj 
@@ -10452,9 +10462,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 409.0394 495.0602 421.0394]
-/Dest [210 0 R /XYZ 50.01575 402.2394 0]
+/Rect [328.9102 144.2394 506.1702 156.2394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.math.transforms.index_map_ij2ijkl'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1086 0 obj 
@@ -10463,8 +10477,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 391.0394 510.6202 403.0394]
-/Dest [213 0 R /XYZ 50.01575 789.0394 0]
+/Rect [308.9102 126.2394 498.21 138.2394]
+/Dest [175 0 R /XYZ 40.01575 435.4394 0]
 >>
 endobj 
 1087 0 obj 
@@ -10473,8 +10487,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 373.0394 495.0602 385.0394]
-/Dest [213 0 R /XYZ 50.01575 630.2394 0]
+/Rect [308.9102 114.2394 443.3702 126.2394]
+/Dest [175 0 R /XYZ 40.01575 435.4394 0]
 >>
 endobj 
 1088 0 obj 
@@ -10482,9 +10496,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 355.0394 533.9602 367.0394]
-/Dest [554 0 R /XYZ 60.01575 148.0394 0]
+/Rect [328.9102 96.23937 506.1702 108.2394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.math.transforms.index_map_ijkl2ij'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1089 0 obj 
@@ -10493,8 +10511,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 343.0394 345.5902 355.0394]
-/Dest [554 0 R /XYZ 60.01575 148.0394 0]
+/Rect [308.9102 78.23937 522.8502 90.23937]
+/Dest [620 0 R /XYZ 60.01575 705.0394 0]
 >>
 endobj 
 1090 0 obj 
@@ -10503,28 +10521,26 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 294.6394 543.4002 306.6394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [308.9102 66.23937 345.5902 78.23937]
+/Dest [620 0 R /XYZ 60.01575 705.0394 0]
 >>
 endobj 
 1091 0 obj 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [308.9102 276.6394 505.165 288.6394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Annots [1000 0 R 1001 0 R 1002 0 R 1003 0 R 1004 0 R 1005 0 R 1006 0 R 1007 0 R 1008 0 R 1009 0 R 1010 0 R 1011 0 R 1012 0 R 1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R 1021 0 R 1022 0 R 1023 0 R 1024 0 R 1025 0 R 1026 0 R 1027 0 R 1028 0 R 1029 0 R 1030 0 R 1031 0 R 1032 0 R 1033 0 R 1034 0 R 1035 0 R 1036 0 R 1037 0 R 1038 0 R 1039 0 R 1040 0 R 1041 0 R 1042 0 R 1043 0 R 1044 0 R 1045 0 R 1046 0 R 1047 0 R 1048 0 R 1049 0 R 1050 0 R 1051 0 R 1052 0 R 1053 0 [...]
+/Rotate 0
+/Resources 
+<<
+/Font 1 0 R
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 >>
-endobj 
-1092 0 obj 
+/Type /Page
+/Trans 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [308.9102 264.6394 433.9302 276.6394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+>>
+/Parent 10 0 R
+/Contents 1092 0 R
+/MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
 1093 0 obj 
@@ -10533,8 +10549,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 246.6394 505.165 258.6394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [40.01575 787.0394 258.3957 799.0394]
+/Dest [620 0 R /XYZ 60.01575 203.4394 0]
 >>
 endobj 
 1094 0 obj 
@@ -10543,8 +10559,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 234.6394 433.9302 246.6394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [40.01575 775.0394 76.69575 787.0394]
+/Dest [620 0 R /XYZ 60.01575 203.4394 0]
 >>
 endobj 
 1095 0 obj 
@@ -10553,8 +10569,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 216.6394 505.165 228.6394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [40.01575 757.0394 226.5406 769.0394]
+/Dest [167 0 R /XYZ 40.01575 423.2394 0]
 >>
 endobj 
 1096 0 obj 
@@ -10563,8 +10579,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 204.6394 433.9302 216.6394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [40.01575 745.0394 180.0557 757.0394]
+/Dest [167 0 R /XYZ 40.01575 423.2394 0]
 >>
 endobj 
 1097 0 obj 
@@ -10573,8 +10589,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 186.6394 514.33 198.6394]
-/Dest [580 0 R /XYZ 50.01575 411.0394 0]
+/Rect [40.01575 727.0394 84.47575 739.0394]
+/Dest [200 0 R /XYZ 50.01575 631.4394 0]
 >>
 endobj 
 1098 0 obj 
@@ -10583,8 +10599,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 174.6394 443.3702 186.6394]
-/Dest [580 0 R /XYZ 50.01575 411.0394 0]
+/Rect [40.01575 709.0394 266.7157 721.0394]
+/Dest [216 0 R /XYZ 50.01575 664.2394 0]
 >>
 endobj 
 1099 0 obj 
@@ -10593,8 +10609,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 156.6394 505.0802 168.6394]
-/Dest [142 0 R /XYZ 50.01575 739.8394 0]
+/Rect [40.01575 691.0394 257.8257 703.0394]
+/Dest [192 0 R /XYZ 60.01575 681.0394 0]
 >>
 endobj 
 1100 0 obj 
@@ -10603,8 +10619,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 138.6394 484.4902 150.6394]
-/Dest [616 0 R /XYZ 50.01575 620.8504 0]
+/Rect [40.01575 679.0394 76.69575 691.0394]
+/Dest [192 0 R /XYZ 60.01575 681.0394 0]
 >>
 endobj 
 1101 0 obj 
@@ -10613,8 +10629,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 90.23937 551.1702 102.2394]
-/Dest [590 0 R /XYZ 60.01575 624.0394 0]
+/Rect [40.01575 630.6394 256.1857 642.6394]
+/Dest [210 0 R /XYZ 60.01575 789.0394 0]
 >>
 endobj 
 1102 0 obj 
@@ -10623,8 +10639,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 78.23937 345.5902 90.23937]
-/Dest [590 0 R /XYZ 60.01575 624.0394 0]
+/Rect [40.01575 612.6394 67.23575 624.6394]
+/Dest [143 0 R /XYZ 60.01575 589.8394 0]
 >>
 endobj 
 1103 0 obj 
@@ -10633,26 +10649,28 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 60.23937 533.9702 72.23937]
-/Dest [136 0 R /XYZ 50.01575 789.0394 0]
+/Rect [40.01575 600.6394 261.2057 612.6394]
+/Dest [143 0 R /XYZ 60.01575 589.8394 0]
 >>
 endobj 
 1104 0 obj 
 <<
-/Annots [1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R 1021 0 R 1022 0 R 1023 0 R 1024 0 R 1025 0 R 1026 0 R 1027 0 R 1028 0 R 1029 0 R 1030 0 R 1031 0 R 1032 0 R 1033 0 R 1034 0 R 1035 0 R 1036 0 R 1037 0 R 1038 0 R 1039 0 R 1040 0 R 1041 0 R 1042 0 R 1043 0 R 1044 0 R 1045 0 R 1046 0 R 1047 0 R 1048 0 R 1049 0 R 1050 0 R 1051 0 R 1052 0 R 1053 0 R 1054 0 R 1055 0 R 1056 0 R 1057 0 R 1058 0 R 1059 0 R 1060 0 R 1061 0 R 1062 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 [...]
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 588.6394 76.69575 600.6394]
+/Dest [143 0 R /XYZ 60.01575 589.8394 0]
 >>
-/Type /Page
-/Trans 
+endobj 
+1105 0 obj 
 <<
->>
-/Parent 10 0 R
-/Contents 1105 0 R
-/MediaBox [0 0 595.2756 841.8898]
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 570.6394 260.0657 582.6394]
+/Dest [596 0 R /XYZ 50.01575 405.0394 0]
 >>
 endobj 
 1106 0 obj 
@@ -10661,8 +10679,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 787.0394 229.3156 799.0394]
-/Dest [176 0 R /XYZ 40.01575 674.2394 0]
+/Rect [40.01575 522.2394 273.9457 534.2394]
+/Dest [585 0 R /XYZ 60.01575 203.2394 0]
 >>
 endobj 
 1107 0 obj 
@@ -10671,8 +10689,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 775.0394 174.4757 787.0394]
-/Dest [176 0 R /XYZ 40.01575 674.2394 0]
+/Rect [40.01575 504.2394 253.4057 516.2394]
+/Dest [227 0 R /XYZ 50.01575 435.4394 0]
 >>
 endobj 
 1108 0 obj 
@@ -10680,13 +10698,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 757.0394 237.2757 769.0394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.math.transforms.index_map_ij2ijkl'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 486.2394 236.7257 498.2394]
+/Dest [574 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 1109 0 obj 
@@ -10695,8 +10709,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 739.0394 229.3156 751.0394]
-/Dest [176 0 R /XYZ 40.01575 674.2394 0]
+/Rect [40.01575 468.2394 262.2757 480.2394]
+/Dest [154 0 R /XYZ 60.01575 261.8394 0]
 >>
 endobj 
 1110 0 obj 
@@ -10705,8 +10719,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 727.0394 174.4757 739.0394]
-/Dest [176 0 R /XYZ 40.01575 674.2394 0]
+/Rect [40.01575 450.2394 282.8457 462.2394]
+/Dest [172 0 R /XYZ 60.01575 363.8394 0]
 >>
 endobj 
 1111 0 obj 
@@ -10714,13 +10728,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 709.0394 237.2757 721.0394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.math.transforms.index_map_ijkl2ij'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 438.2394 76.69575 450.2394]
+/Dest [172 0 R /XYZ 60.01575 363.8394 0]
 >>
 endobj 
 1112 0 obj 
@@ -10728,9 +10738,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 691.0394 253.9557 703.0394]
-/Dest [624 0 R /XYZ 60.01575 163.0394 0]
+/Rect [60.01575 420.2394 277.2957 432.2394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.materials.predefined_materials.SiGe.lattice_const_AB'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1113 0 obj 
@@ -10738,9 +10752,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 679.0394 76.69575 691.0394]
-/Dest [624 0 R /XYZ 60.01575 163.0394 0]
+/Rect [60.01575 408.2394 96.69575 420.2394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.materials.predefined_materials.SiGe.lattice_const_AB'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1114 0 obj 
@@ -10749,8 +10767,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 661.0394 258.3957 673.0394]
-/Dest [626 0 R /XYZ 60.01575 389.4394 0]
+/Rect [40.01575 390.2394 259.5157 402.2394]
+/Dest [574 0 R /XYZ 50.01575 323.4394 0]
 >>
 endobj 
 1115 0 obj 
@@ -10759,8 +10777,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 649.0394 76.69575 661.0394]
-/Dest [626 0 R /XYZ 60.01575 389.4394 0]
+/Rect [40.01575 372.2394 279.5157 384.2394]
+/Dest [622 0 R /XYZ 60.01575 581.2394 0]
 >>
 endobj 
 1116 0 obj 
@@ -10769,8 +10787,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 631.0394 226.5406 643.0394]
-/Dest [168 0 R /XYZ 40.01575 193.2394 0]
+/Rect [40.01575 354.2394 237.3806 366.2394]
+/Dest [542 0 R /XYZ 50.01575 195.0394 0]
 >>
 endobj 
 1117 0 obj 
@@ -10779,8 +10797,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 619.0394 180.0557 631.0394]
-/Dest [168 0 R /XYZ 40.01575 193.2394 0]
+/Rect [40.01575 342.2394 193.3857 354.2394]
+/Dest [542 0 R /XYZ 50.01575 195.0394 0]
 >>
 endobj 
 1118 0 obj 
@@ -10789,8 +10807,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 601.0394 84.47575 613.0394]
-/Dest [196 0 R /XYZ 50.01575 288.4394 0]
+/Rect [40.01575 324.2394 230.6057 336.2394]
+/Dest [589 0 R /XYZ 50.01575 485.0394 0]
 >>
 endobj 
 1119 0 obj 
@@ -10799,8 +10817,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 583.0394 266.7157 595.0394]
-/Dest [213 0 R /XYZ 50.01575 156.4394 0]
+/Rect [40.01575 306.2394 263.9757 318.2394]
+/Dest [594 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1120 0 obj 
@@ -10809,8 +10827,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 565.0394 257.8257 577.0394]
-/Dest [603 0 R /XYZ 60.01575 329.0394 0]
+/Rect [40.01575 288.2394 229.0506 300.2394]
+/Dest [594 0 R /XYZ 50.01575 576.0394 0]
 >>
 endobj 
 1121 0 obj 
@@ -10819,8 +10837,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 553.0394 76.69575 565.0394]
-/Dest [603 0 R /XYZ 60.01575 329.0394 0]
+/Rect [40.01575 276.2394 160.6057 288.2394]
+/Dest [594 0 R /XYZ 50.01575 576.0394 0]
 >>
 endobj 
 1122 0 obj 
@@ -10829,8 +10847,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 504.6394 256.1857 516.6394]
-/Dest [207 0 R /XYZ 60.01575 306.2394 0]
+/Rect [40.01575 258.2394 228.7706 270.2394]
+/Dest [594 0 R /XYZ 50.01575 534.0394 0]
 >>
 endobj 
 1123 0 obj 
@@ -10839,8 +10857,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 486.6394 67.23575 498.6394]
-/Dest [142 0 R /XYZ 60.01575 104.6394 0]
+/Rect [40.01575 246.2394 160.6057 258.2394]
+/Dest [594 0 R /XYZ 50.01575 534.0394 0]
 >>
 endobj 
 1124 0 obj 
@@ -10849,8 +10867,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 474.6394 261.2057 486.6394]
-/Dest [142 0 R /XYZ 60.01575 104.6394 0]
+/Rect [40.01575 228.2394 285.0957 240.2394]
+/Dest [594 0 R /XYZ 50.01575 669.0394 0]
 >>
 endobj 
 1125 0 obj 
@@ -10859,8 +10877,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 462.6394 76.69575 474.6394]
-/Dest [142 0 R /XYZ 60.01575 104.6394 0]
+/Rect [40.01575 210.2394 263.9757 222.2394]
+/Dest [594 0 R /XYZ 50.01575 492.0394 0]
 >>
 endobj 
 1126 0 obj 
@@ -10869,8 +10887,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 444.6394 260.0657 456.6394]
-/Dest [190 0 R /XYZ 50.01575 789.0394 0]
+/Rect [40.01575 161.8394 227.9356 173.8394]
+/Dest [172 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1127 0 obj 
@@ -10879,8 +10897,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 396.2394 273.9457 408.2394]
-/Dest [590 0 R /XYZ 60.01575 447.0394 0]
+/Rect [40.01575 149.8394 165.0357 161.8394]
+/Dest [172 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1128 0 obj 
@@ -10889,8 +10907,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 378.2394 253.4057 390.2394]
-/Dest [226 0 R /XYZ 50.01575 690.2394 0]
+/Rect [40.01575 131.8394 261.7257 143.8394]
+/Dest [123 0 R /XYZ 40.01575 327.2394 0]
 >>
 endobj 
 1129 0 obj 
@@ -10898,9 +10916,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 360.2394 236.7257 372.2394]
-/Dest [577 0 R /XYZ 50.01575 214.0394 0]
+/Rect [60.01575 113.8394 189.4957 125.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.edf.makeNaturalName'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1130 0 obj 
@@ -10908,9 +10930,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 342.2394 262.2757 354.2394]
-/Dest [165 0 R /XYZ 60.01575 789.0394 0]
+/Rect [60.01575 95.83937 196.7157 107.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spec.makeNaturalName'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1131 0 obj 
@@ -10919,8 +10945,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 324.2394 282.8457 336.2394]
-/Dest [583 0 R /XYZ 60.01575 633.0394 0]
+/Rect [40.01575 77.83937 217.8257 89.83937]
+/Dest [222 0 R /XYZ 50.01575 736.2394 0]
 >>
 endobj 
 1132 0 obj 
@@ -10929,8 +10955,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 312.2394 76.69575 324.2394]
-/Dest [583 0 R /XYZ 60.01575 633.0394 0]
+/Rect [40.01575 59.83937 252.2657 71.83937]
+/Dest [577 0 R /XYZ 50.01575 753.0394 0]
 >>
 endobj 
 1133 0 obj 
@@ -10938,13 +10964,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 294.2394 277.2957 306.2394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.materials.predefined_materials.SiGe.lattice_const_AB'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [308.9102 787.0394 486.26 799.0394]
+/Dest [544 0 R /XYZ 50.01575 492.4394 0]
 >>
 endobj 
 1134 0 obj 
@@ -10952,13 +10974,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 282.2394 96.69575 294.2394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.materials.predefined_materials.SiGe.lattice_const_AB'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [308.9102 775.0394 462.2802 787.0394]
+/Dest [544 0 R /XYZ 50.01575 492.4394 0]
 >>
 endobj 
 1135 0 obj 
@@ -10967,8 +10985,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 264.2394 259.5157 276.2394]
-/Dest [173 0 R /XYZ 50.01575 591.4394 0]
+/Rect [308.9102 757.0394 518.3902 769.0394]
+/Dest [216 0 R /XYZ 60.01575 352.2394 0]
 >>
 endobj 
 1136 0 obj 
@@ -10977,8 +10995,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 246.2394 279.5157 258.2394]
-/Dest [628 0 R /XYZ 60.01575 789.0394 0]
+/Rect [308.9102 745.0394 348.3702 757.0394]
+/Dest [216 0 R /XYZ 60.01575 352.2394 0]
 >>
 endobj 
 1137 0 obj 
@@ -10987,8 +11005,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 228.2394 237.3806 240.2394]
-/Dest [543 0 R /XYZ 50.01575 246.0394 0]
+/Rect [308.9102 727.0394 526.7502 739.0394]
+/Dest [129 0 R /XYZ 60.01575 181.8394 0]
 >>
 endobj 
 1138 0 obj 
@@ -10997,8 +11015,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 216.2394 193.3857 228.2394]
-/Dest [543 0 R /XYZ 50.01575 246.0394 0]
+/Rect [308.9102 715.0394 345.5902 727.0394]
+/Dest [129 0 R /XYZ 60.01575 181.8394 0]
 >>
 endobj 
 1139 0 obj 
@@ -11007,8 +11025,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 198.2394 263.9757 210.2394]
-/Dest [597 0 R /XYZ 50.01575 432.0394 0]
+/Rect [308.9102 697.0394 540.6202 709.0394]
+/Dest [585 0 R /XYZ 60.01575 203.2394 0]
 >>
 endobj 
 1140 0 obj 
@@ -11017,8 +11035,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 180.2394 229.0506 192.2394]
-/Dest [597 0 R /XYZ 50.01575 231.0394 0]
+/Rect [308.9102 679.0394 515.0602 691.0394]
+/Dest [589 0 R /XYZ 50.01575 347.2394 0]
 >>
 endobj 
 1141 0 obj 
@@ -11027,8 +11045,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 168.2394 160.6057 180.2394]
-/Dest [597 0 R /XYZ 50.01575 231.0394 0]
+/Rect [308.9102 661.0394 521.1802 673.0394]
+/Dest [589 0 R /XYZ 50.01575 317.2394 0]
 >>
 endobj 
 1142 0 obj 
@@ -11037,8 +11055,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 150.2394 228.7706 162.2394]
-/Dest [597 0 R /XYZ 50.01575 189.0394 0]
+/Rect [308.9102 643.0394 541.2002 655.0394]
+/Dest [596 0 R /XYZ 50.01575 210.2394 0]
 >>
 endobj 
 1143 0 obj 
@@ -11047,8 +11065,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 138.2394 160.6057 150.2394]
-/Dest [597 0 R /XYZ 50.01575 189.0394 0]
+/Rect [308.9102 625.0394 541.2002 637.0394]
+/Dest [189 0 R /XYZ 50.01575 759.0394 0]
 >>
 endobj 
 1144 0 obj 
@@ -11057,8 +11075,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 120.2394 285.0957 132.2394]
-/Dest [597 0 R /XYZ 50.01575 324.0394 0]
+/Rect [308.9102 607.0394 508.9502 619.0394]
+/Dest [589 0 R /XYZ 50.01575 275.2394 0]
 >>
 endobj 
 1145 0 obj 
@@ -11067,8 +11085,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 102.2394 263.9757 114.2394]
-/Dest [597 0 R /XYZ 50.01575 147.0394 0]
+/Rect [308.9102 589.0394 515.0702 601.0394]
+/Dest [186 0 R /XYZ 50.01575 729.0394 0]
 >>
 endobj 
 1146 0 obj 
@@ -11077,8 +11095,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 787.0394 496.83 799.0394]
-/Dest [173 0 R /XYZ 50.01575 315.4394 0]
+/Rect [308.9102 571.0394 532.8302 583.0394]
+/Dest [192 0 R /XYZ 50.01575 444.0394 0]
 >>
 endobj 
 1147 0 obj 
@@ -11087,8 +11105,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 775.0394 433.9302 787.0394]
-/Dest [173 0 R /XYZ 50.01575 315.4394 0]
+/Rect [308.9102 522.6394 501.83 534.6394]
+/Dest [172 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1148 0 obj 
@@ -11097,8 +11115,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 757.0394 538.4002 769.0394]
-/Dest [153 0 R /XYZ 40.01575 789.2394 0]
+/Rect [308.9102 510.6394 433.9302 522.6394]
+/Dest [172 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1149 0 obj 
@@ -11107,8 +11125,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 739.0394 486.7202 751.0394]
-/Dest [218 0 R /XYZ 50.01575 234.4394 0]
+/Rect [308.9102 492.6394 543.4002 504.6394]
+/Dest [172 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1150 0 obj 
@@ -11117,8 +11135,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 721.0394 521.1602 733.0394]
-/Dest [580 0 R /XYZ 50.01575 282.0394 0]
+/Rect [308.9102 474.6394 496.1702 486.6394]
+/Dest [616 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1151 0 obj 
@@ -11127,8 +11145,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 703.0394 486.26 715.0394]
-/Dest [545 0 R /XYZ 50.01575 525.4394 0]
+/Rect [308.9102 456.6394 525.6102 468.6394]
+/Dest [210 0 R /XYZ 60.01575 789.0394 0]
 >>
 endobj 
 1152 0 obj 
@@ -11137,8 +11155,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 691.0394 462.2802 703.0394]
-/Dest [545 0 R /XYZ 50.01575 525.4394 0]
+/Rect [308.9102 438.6394 500.0602 450.6394]
+/Dest [210 0 R /XYZ 50.01575 306.0394 0]
 >>
 endobj 
 1153 0 obj 
@@ -11147,8 +11165,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 673.0394 518.3902 685.0394]
-/Dest [639 0 R /XYZ 60.01575 585.0394 0]
+/Rect [308.9102 420.6394 537.8502 432.6394]
+/Dest [585 0 R /XYZ 60.01575 203.2394 0]
 >>
 endobj 
 1154 0 obj 
@@ -11157,8 +11175,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 661.0394 348.3702 673.0394]
-/Dest [639 0 R /XYZ 60.01575 585.0394 0]
+/Rect [308.9102 372.2394 476.1702 384.2394]
+/Dest [210 0 R /XYZ 50.01575 228.0394 0]
 >>
 endobj 
 1155 0 obj 
@@ -11167,8 +11185,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 643.0394 526.7502 655.0394]
-/Dest [128 0 R /XYZ 60.01575 265.8394 0]
+/Rect [308.9102 354.2394 529.5402 366.2394]
+/Dest [571 0 R /XYZ 60.01575 316.0394 0]
 >>
 endobj 
 1156 0 obj 
@@ -11177,8 +11195,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 631.0394 345.5902 643.0394]
-/Dest [128 0 R /XYZ 60.01575 265.8394 0]
+/Rect [308.9102 342.2394 345.5902 354.2394]
+/Dest [571 0 R /XYZ 60.01575 316.0394 0]
 >>
 endobj 
 1157 0 obj 
@@ -11187,8 +11205,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 613.0394 540.6202 625.0394]
-/Dest [590 0 R /XYZ 60.01575 447.0394 0]
+/Rect [308.9102 293.8394 502.8402 305.8394]
+/Dest [126 0 R /XYZ 60.01575 170.0394 0]
 >>
 endobj 
 1158 0 obj 
@@ -11197,8 +11215,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 595.0394 515.0602 607.0394]
-/Dest [594 0 R /XYZ 50.01575 735.0394 0]
+/Rect [308.9102 275.8394 531.2002 287.8394]
+/Dest [551 0 R /XYZ 60.01575 777.0394 0]
 >>
 endobj 
 1159 0 obj 
@@ -11207,8 +11225,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 577.0394 521.1802 589.0394]
-/Dest [594 0 R /XYZ 50.01575 705.0394 0]
+/Rect [308.9102 257.8394 501.1802 269.8394]
+/Dest [140 0 R /XYZ 60.01575 237.2394 0]
 >>
 endobj 
 1160 0 obj 
@@ -11216,9 +11234,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 559.0394 541.2002 571.0394]
-/Dest [190 0 R /XYZ 50.01575 594.2394 0]
+/Rect [328.9102 239.8394 490.6302 251.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.pdcif.pdESG.Parse'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1161 0 obj 
@@ -11226,9 +11248,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 541.0394 541.2002 553.0394]
-/Dest [190 0 R /XYZ 50.01575 408.2394 0]
+/Rect [328.9102 221.8394 550.1002 233.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.rotanode_alignment.RA_Alignment.Parse'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1162 0 obj 
@@ -11236,9 +11262,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 523.0394 508.9502 535.0394]
-/Dest [594 0 R /XYZ 50.01575 663.0394 0]
+/Rect [328.9102 209.8394 365.5902 221.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.rotanode_alignment.RA_Alignment.Parse'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1163 0 obj 
@@ -11247,8 +11277,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 505.0394 515.0702 517.0394]
-/Dest [594 0 R /XYZ 50.01575 399.0394 0]
+/Rect [308.9102 191.8394 551.7502 203.8394]
+/Dest [143 0 R /XYZ 50.01575 239.6394 0]
 >>
 endobj 
 1164 0 obj 
@@ -11256,9 +11286,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 487.0394 532.8302 499.0394]
-/Dest [603 0 R /XYZ 50.01575 92.03937 0]
+/Rect [328.9102 173.8394 516.1902 185.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.seifert.SeifertScan.parse'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1165 0 obj 
@@ -11267,8 +11301,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 438.6394 501.83 450.6394]
-/Dest [173 0 R /XYZ 50.01575 315.4394 0]
+/Rect [308.9102 155.8394 517.2902 167.8394]
+/Dest [148 0 R /XYZ 60.01575 370.0394 0]
 >>
 endobj 
 1166 0 obj 
@@ -11276,9 +11310,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 426.6394 433.9302 438.6394]
-/Dest [173 0 R /XYZ 50.01575 315.4394 0]
+/Rect [328.9102 137.8394 502.3002 149.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spec.SPECLog.Parse'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1167 0 obj 
@@ -11286,9 +11324,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 408.6394 543.4002 420.6394]
-/Dest [173 0 R /XYZ 50.01575 315.4394 0]
+/Rect [328.9102 119.8394 512.2702 131.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.materials.cif.CIFFile.Parse'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1168 0 obj 
@@ -11297,8 +11339,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 390.6394 496.1702 402.6394]
-/Dest [619 0 R /XYZ 50.01575 348.0394 0]
+/Rect [308.9102 101.8394 465.6102 113.8394]
+/Dest [140 0 R /XYZ 50.01575 376.2394 0]
 >>
 endobj 
 1169 0 obj 
@@ -11307,8 +11349,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 372.6394 525.6102 384.6394]
-/Dest [207 0 R /XYZ 60.01575 306.2394 0]
+/Rect [308.9102 83.83937 470.6202 95.83937]
+/Dest [140 0 R /XYZ 50.01575 189.2394 0]
 >>
 endobj 
 1170 0 obj 
@@ -11317,8 +11359,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 354.6394 500.0602 366.6394]
-/Dest [210 0 R /XYZ 50.01575 555.0394 0]
+/Rect [308.9102 65.83937 491.1802 77.83937]
+/Dest [186 0 R /XYZ 50.01575 516.0394 0]
 >>
 endobj 
 1171 0 obj 
@@ -11327,28 +11369,26 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 336.6394 537.8502 348.6394]
-/Dest [590 0 R /XYZ 60.01575 447.0394 0]
+/Rect [308.9102 47.83937 527.8402 59.83937]
+/Dest [137 0 R /XYZ 50.01575 570.0394 0]
 >>
 endobj 
 1172 0 obj 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [308.9102 288.2394 476.1702 300.2394]
-/Dest [210 0 R /XYZ 50.01575 477.0394 0]
+/Annots [1093 0 R 1094 0 R 1095 0 R 1096 0 R 1097 0 R 1098 0 R 1099 0 R 1100 0 R 1101 0 R 1102 0 R 1103 0 R 1104 0 R 1105 0 R 1106 0 R 1107 0 R 1108 0 R 1109 0 R 1110 0 R 1111 0 R 1112 0 R 1113 0 R 1114 0 R 1115 0 R 1116 0 R 1117 0 R 1118 0 R 1119 0 R 1120 0 R 1121 0 R 1122 0 R 1123 0 R 1124 0 R 1125 0 R 1126 0 R 1127 0 R 1128 0 R 1129 0 R 1130 0 R 1131 0 R 1132 0 R 1133 0 R 1134 0 R 1135 0 R 1136 0 R 1137 0 R 1138 0 R 1139 0 R 1140 0 R 1141 0 R 1142 0 R 1143 0 R 1144 0 R 1145 0 R 1146 0 [...]
+/Rotate 0
+/Resources 
+<<
+/Font 1 0 R
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 >>
-endobj 
-1173 0 obj 
+/Type /Page
+/Trans 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [308.9102 270.2394 529.5402 282.2394]
-/Dest [165 0 R /XYZ 60.01575 127.8394 0]
+>>
+/Parent 10 0 R
+/Contents 1173 0 R
+/MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
 1174 0 obj 
@@ -11357,8 +11397,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 258.2394 345.5902 270.2394]
-/Dest [165 0 R /XYZ 60.01575 127.8394 0]
+/Rect [40.01575 787.0394 258.4956 799.0394]
+/Dest [172 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1175 0 obj 
@@ -11367,8 +11407,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 209.8394 502.8402 221.8394]
-/Dest [125 0 R /XYZ 60.01575 243.0394 0]
+/Rect [40.01575 775.0394 165.0357 787.0394]
+/Dest [172 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1176 0 obj 
@@ -11377,8 +11417,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 191.8394 531.2002 203.8394]
-/Dest [128 0 R /XYZ 60.01575 127.8394 0]
+/Rect [40.01575 757.0394 285.6157 769.0394]
+/Dest [585 0 R /XYZ 60.01575 203.2394 0]
 >>
 endobj 
 1177 0 obj 
@@ -11387,8 +11427,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 173.8394 501.1802 185.8394]
-/Dest [139 0 R /XYZ 60.01575 237.2394 0]
+/Rect [40.01575 745.0394 76.69575 757.0394]
+/Dest [585 0 R /XYZ 60.01575 203.2394 0]
 >>
 endobj 
 1178 0 obj 
@@ -11396,13 +11436,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 155.8394 490.6302 167.8394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.pdcif.pdESG.Parse'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 727.0394 62.79575 739.0394]
+/Dest [143 0 R /XYZ 60.01575 553.8394 0]
 >>
 endobj 
 1179 0 obj 
@@ -11410,13 +11446,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 137.8394 550.1002 149.8394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.rotanode_alignment.RA_Alignment.Parse'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 715.0394 261.2057 727.0394]
+/Dest [143 0 R /XYZ 60.01575 553.8394 0]
 >>
 endobj 
 1180 0 obj 
@@ -11424,13 +11456,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 125.8394 365.5902 137.8394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.rotanode_alignment.RA_Alignment.Parse'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 703.0394 76.69575 715.0394]
+/Dest [143 0 R /XYZ 60.01575 553.8394 0]
 >>
 endobj 
 1181 0 obj 
@@ -11438,9 +11466,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 107.8394 551.7502 119.8394]
-/Dest [147 0 R /XYZ 50.01575 295.8394 0]
+/Rect [60.01575 685.0394 239.5157 697.0394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spec.SPECScan.plot'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1182 0 obj 
@@ -11448,13 +11480,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 89.83937 516.1902 101.8394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.seifert.SeifertScan.parse'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 667.0394 276.7457 679.0394]
+/Dest [622 0 R /XYZ 60.01575 171.2394 0]
 >>
 endobj 
 1183 0 obj 
@@ -11463,8 +11491,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 71.83937 517.2902 83.83937]
-/Dest [150 0 R /XYZ 60.01575 166.0394 0]
+/Rect [40.01575 649.0394 221.1657 661.0394]
+/Dest [616 0 R /XYZ 50.01575 175.0394 0]
 >>
 endobj 
 1184 0 obj 
@@ -11472,31 +11500,29 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 53.83937 502.3002 65.83937]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spec.SPECLog.Parse'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 631.0394 262.2957 643.0394]
+/Dest [618 0 R /XYZ 60.01575 777.0394 0]
 >>
 endobj 
 1185 0 obj 
 <<
-/Annots [1106 0 R 1107 0 R 1108 0 R 1109 0 R 1110 0 R 1111 0 R 1112 0 R 1113 0 R 1114 0 R 1115 0 R 1116 0 R 1117 0 R 1118 0 R 1119 0 R 1120 0 R 1121 0 R 1122 0 R 1123 0 R 1124 0 R 1125 0 R 1126 0 R 1127 0 R 1128 0 R 1129 0 R 1130 0 R 1131 0 R 1132 0 R 1133 0 R 1134 0 R 1135 0 R 1136 0 R 1137 0 R 1138 0 R 1139 0 R 1140 0 R 1141 0 R 1142 0 R 1143 0 R 1144 0 R 1145 0 R 1146 0 R 1147 0 R 1148 0 R 1149 0 R 1150 0 R 1151 0 R 1152 0 R 1153 0 R 1154 0 R 1155 0 R 1156 0 R 1157 0 R 1158 0 R 1159 0 [...]
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 619.0394 76.69575 631.0394]
+/Dest [618 0 R /XYZ 60.01575 777.0394 0]
 >>
-/Type /Page
-/Trans 
+endobj 
+1186 0 obj 
 <<
->>
-/Parent 10 0 R
-/Contents 1186 0 R
-/MediaBox [0 0 595.2756 841.8898]
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 601.0394 215.7106 613.0394]
+/Dest [544 0 R /XYZ 50.01575 185.4394 0]
 >>
 endobj 
 1187 0 obj 
@@ -11504,13 +11530,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 787.0394 243.3757 799.0394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.materials.cif.CIFFile.Parse'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 589.0394 193.3857 601.0394]
+/Dest [544 0 R /XYZ 50.01575 185.4394 0]
 >>
 endobj 
 1188 0 obj 
@@ -11519,8 +11541,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 769.0394 196.7157 781.0394]
-/Dest [139 0 R /XYZ 50.01575 376.2394 0]
+/Rect [40.01575 571.0394 222.3756 583.0394]
+/Dest [112 0 R /XYZ 50.01575 432.2394 0]
 >>
 endobj 
 1189 0 obj 
@@ -11529,8 +11551,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 751.0394 201.7257 763.0394]
-/Dest [139 0 R /XYZ 50.01575 189.2394 0]
+/Rect [40.01575 559.0394 193.3857 571.0394]
+/Dest [112 0 R /XYZ 50.01575 432.2394 0]
 >>
 endobj 
 1190 0 obj 
@@ -11539,8 +11561,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 733.0394 222.2857 745.0394]
-/Dest [594 0 R /XYZ 50.01575 186.0394 0]
+/Rect [40.01575 541.0394 243.7656 553.0394]
+/Dest [175 0 R /XYZ 50.01575 720.2394 0]
 >>
 endobj 
 1191 0 obj 
@@ -11549,8 +11571,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 715.0394 258.9457 727.0394]
-/Dest [136 0 R /XYZ 50.01575 570.0394 0]
+/Rect [40.01575 529.0394 174.4757 541.0394]
+/Dest [175 0 R /XYZ 50.01575 720.2394 0]
 >>
 endobj 
 1192 0 obj 
@@ -11559,8 +11581,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 697.0394 258.4956 709.0394]
-/Dest [173 0 R /XYZ 50.01575 315.4394 0]
+/Rect [40.01575 511.0394 225.1606 523.0394]
+/Dest [594 0 R /XYZ 50.01575 360.0394 0]
 >>
 endobj 
 1193 0 obj 
@@ -11569,8 +11591,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 685.0394 165.0357 697.0394]
-/Dest [173 0 R /XYZ 50.01575 315.4394 0]
+/Rect [40.01575 499.0394 160.6057 511.0394]
+/Dest [594 0 R /XYZ 50.01575 360.0394 0]
 >>
 endobj 
 1194 0 obj 
@@ -11579,8 +11601,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 667.0394 285.6157 679.0394]
-/Dest [590 0 R /XYZ 60.01575 447.0394 0]
+/Rect [40.01575 481.0394 235.7206 493.0394]
+/Dest [594 0 R /XYZ 50.01575 228.0394 0]
 >>
 endobj 
 1195 0 obj 
@@ -11589,8 +11611,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 655.0394 76.69575 667.0394]
-/Dest [590 0 R /XYZ 60.01575 447.0394 0]
+/Rect [40.01575 469.0394 160.6057 481.0394]
+/Dest [594 0 R /XYZ 50.01575 228.0394 0]
 >>
 endobj 
 1196 0 obj 
@@ -11599,8 +11621,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 637.0394 62.79575 649.0394]
-/Dest [147 0 R /XYZ 60.01575 789.0394 0]
+/Rect [40.01575 451.0394 237.1056 463.0394]
+/Dest [594 0 R /XYZ 50.01575 123.0394 0]
 >>
 endobj 
 1197 0 obj 
@@ -11609,8 +11631,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 625.0394 261.2057 637.0394]
-/Dest [147 0 R /XYZ 60.01575 789.0394 0]
+/Rect [40.01575 439.0394 160.6057 451.0394]
+/Dest [594 0 R /XYZ 50.01575 123.0394 0]
 >>
 endobj 
 1198 0 obj 
@@ -11619,8 +11641,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 613.0394 76.69575 625.0394]
-/Dest [147 0 R /XYZ 60.01575 789.0394 0]
+/Rect [40.01575 421.0394 225.1606 433.0394]
+/Dest [596 0 R /XYZ 50.01575 693.0394 0]
 >>
 endobj 
 1199 0 obj 
@@ -11628,13 +11650,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 595.0394 239.5157 607.0394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spec.SPECScan.plot'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 409.0394 160.6057 421.0394]
+/Dest [596 0 R /XYZ 50.01575 693.0394 0]
 >>
 endobj 
 1200 0 obj 
@@ -11643,8 +11661,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 577.0394 276.7457 589.0394]
-/Dest [628 0 R /XYZ 60.01575 379.0394 0]
+/Rect [40.01575 360.6394 269.4957 372.6394]
+/Dest [577 0 R /XYZ 60.01575 597.0394 0]
 >>
 endobj 
 1201 0 obj 
@@ -11653,8 +11671,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 559.0394 221.1657 571.0394]
-/Dest [622 0 R /XYZ 50.01575 386.0394 0]
+/Rect [40.01575 342.6394 278.4157 354.6394]
+/Dest [606 0 R /XYZ 60.01575 777.0394 0]
 >>
 endobj 
 1202 0 obj 
@@ -11662,9 +11680,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 541.0394 262.2957 553.0394]
-/Dest [622 0 R /XYZ 60.01575 248.0394 0]
+/Rect [60.01575 324.6394 225.0557 336.6394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.GID.Q2Ang'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1203 0 obj 
@@ -11672,9 +11694,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 529.0394 76.69575 541.0394]
-/Dest [622 0 R /XYZ 60.01575 248.0394 0]
+/Rect [60.01575 306.6394 244.5157 318.6394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.GISAXS.Q2Ang'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1204 0 obj 
@@ -11682,9 +11708,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 511.0394 215.7106 523.0394]
-/Dest [545 0 R /XYZ 50.01575 218.4394 0]
+/Rect [60.01575 288.6394 235.6057 300.6394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.HXRD.Q2Ang'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1205 0 obj 
@@ -11692,9 +11722,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 499.0394 193.3857 511.0394]
-/Dest [545 0 R /XYZ 50.01575 218.4394 0]
+/Rect [60.01575 270.6394 247.2857 282.6394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.NonCOP.Q2Ang'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1206 0 obj 
@@ -11702,9 +11736,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 481.0394 222.3756 493.0394]
-/Dest [111 0 R /XYZ 50.01575 474.2394 0]
+/Rect [60.01575 252.6394 241.1757 264.6394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.Powder.Q2Ang'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1207 0 obj 
@@ -11713,8 +11751,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 469.0394 193.3857 481.0394]
-/Dest [111 0 R /XYZ 50.01575 474.2394 0]
+/Rect [40.01575 234.6394 245.6157 246.6394]
+/Dest [618 0 R /XYZ 50.01575 648.0394 0]
 >>
 endobj 
 1208 0 obj 
@@ -11723,8 +11761,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 451.0394 243.7656 463.0394]
-/Dest [590 0 R /XYZ 50.01575 237.4394 0]
+/Rect [40.01575 216.6394 283.4057 228.6394]
+/Dest [172 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1209 0 obj 
@@ -11733,8 +11771,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 439.0394 174.4757 451.0394]
-/Dest [590 0 R /XYZ 50.01575 237.4394 0]
+/Rect [40.01575 168.2394 214.8706 180.2394]
+/Dest [143 0 R /XYZ 50.01575 733.8394 0]
 >>
 endobj 
 1210 0 obj 
@@ -11743,8 +11781,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 421.0394 225.1606 433.0394]
-/Dest [599 0 R /XYZ 50.01575 747.0394 0]
+/Rect [40.01575 156.2394 194.5157 168.2394]
+/Dest [143 0 R /XYZ 50.01575 733.8394 0]
 >>
 endobj 
 1211 0 obj 
@@ -11753,8 +11791,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 409.0394 160.6057 421.0394]
-/Dest [599 0 R /XYZ 50.01575 747.0394 0]
+/Rect [40.01575 138.2394 264.5057 150.2394]
+/Dest [555 0 R /XYZ 60.01575 185.0394 0]
 >>
 endobj 
 1212 0 obj 
@@ -11763,8 +11801,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 391.0394 235.7206 403.0394]
-/Dest [599 0 R /XYZ 50.01575 615.0394 0]
+/Rect [40.01575 126.2394 76.69575 138.2394]
+/Dest [555 0 R /XYZ 60.01575 185.0394 0]
 >>
 endobj 
 1213 0 obj 
@@ -11773,8 +11811,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 379.0394 160.6057 391.0394]
-/Dest [599 0 R /XYZ 50.01575 615.0394 0]
+/Rect [40.01575 108.2394 267.8657 120.2394]
+/Dest [126 0 R /XYZ 60.01575 515.2394 0]
 >>
 endobj 
 1214 0 obj 
@@ -11782,9 +11820,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 361.0394 237.1056 373.0394]
-/Dest [599 0 R /XYZ 50.01575 510.0394 0]
+/Rect [60.01575 90.23937 264.5057 102.2394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spectra.SPECTRAFile.Read'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1215 0 obj 
@@ -11793,8 +11835,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 349.0394 160.6057 361.0394]
-/Dest [599 0 R /XYZ 50.01575 510.0394 0]
+/Rect [40.01575 72.23937 282.3057 84.23937]
+/Dest [132 0 R /XYZ 60.01575 438.0394 0]
 >>
 endobj 
 1216 0 obj 
@@ -11803,8 +11845,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 331.0394 225.1606 343.0394]
-/Dest [599 0 R /XYZ 50.01575 366.0394 0]
+/Rect [40.01575 60.23937 76.69575 72.23937]
+/Dest [132 0 R /XYZ 60.01575 438.0394 0]
 >>
 endobj 
 1217 0 obj 
@@ -11813,8 +11855,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 319.0394 160.6057 331.0394]
-/Dest [599 0 R /XYZ 50.01575 366.0394 0]
+/Rect [308.9102 787.0394 521.1802 799.0394]
+/Dest [123 0 R /XYZ 60.01575 527.0394 0]
 >>
 endobj 
 1218 0 obj 
@@ -11822,9 +11864,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 270.6394 269.4957 282.6394]
-/Dest [580 0 R /XYZ 60.01575 126.0394 0]
+/Rect [328.9102 769.0394 487.2802 781.0394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.edf.EDFFile.ReadData'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1219 0 obj 
@@ -11832,9 +11878,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 252.6394 278.4157 264.6394]
-/Dest [610 0 R /XYZ 60.01575 413.0394 0]
+/Rect [328.9102 751.0394 508.4102 763.0394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spec.SPECScan.ReadData'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1220 0 obj 
@@ -11842,13 +11892,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 234.6394 225.0557 246.6394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.GID.Q2Ang'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [308.9102 733.0394 551.7602 745.0394]
+/Dest [137 0 R /XYZ 60.01575 669.0394 0]
 >>
 endobj 
 1221 0 obj 
@@ -11856,13 +11902,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 216.6394 244.5157 228.6394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.GISAXS.Q2Ang'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [308.9102 721.0394 345.5902 733.0394]
+/Dest [137 0 R /XYZ 60.01575 669.0394 0]
 >>
 endobj 
 1222 0 obj 
@@ -11870,13 +11912,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 198.6394 235.6057 210.6394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.HXRD.Q2Ang'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [308.9102 703.0394 519.5202 715.0394]
+/Dest [126 0 R /XYZ 40.01575 463.4394 0]
 >>
 endobj 
 1223 0 obj 
@@ -11884,13 +11922,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 180.6394 247.2857 192.6394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.NonCOP.Q2Ang'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [308.9102 691.0394 345.5902 703.0394]
+/Dest [126 0 R /XYZ 40.01575 463.4394 0]
 >>
 endobj 
 1224 0 obj 
@@ -11898,10 +11932,10 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 162.6394 241.1757 174.6394]
+/Rect [328.9102 673.0394 533.4002 685.0394]
 /A 
 <<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.Powder.Q2Ang'\))
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spectra.SPECTRAFile.ReadMCA'\))
 /Type /Action
 /S /URI
 >>
@@ -11913,8 +11947,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 144.6394 245.6157 156.6394]
-/Dest [622 0 R /XYZ 50.01575 119.0394 0]
+/Rect [308.9102 655.0394 552.3002 667.0394]
+/Dest [574 0 R /XYZ 60.01575 359.4394 0]
 >>
 endobj 
 1226 0 obj 
@@ -11923,8 +11957,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 126.6394 283.4057 138.6394]
-/Dest [173 0 R /XYZ 50.01575 315.4394 0]
+/Rect [308.9102 643.0394 345.5902 655.0394]
+/Dest [574 0 R /XYZ 60.01575 359.4394 0]
 >>
 endobj 
 1227 0 obj 
@@ -11933,8 +11967,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 78.23937 214.8706 90.23937]
-/Dest [142 0 R /XYZ 50.01575 248.6394 0]
+/Rect [308.9102 625.0394 398.9302 637.0394]
+/Dest [172 0 R /XYZ 60.01575 519.8394 0]
 >>
 endobj 
 1228 0 obj 
@@ -11943,8 +11977,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 66.23937 194.5157 78.23937]
-/Dest [142 0 R /XYZ 50.01575 248.6394 0]
+/Rect [308.9102 613.0394 507.2802 625.0394]
+/Dest [172 0 R /XYZ 60.01575 519.8394 0]
 >>
 endobj 
 1229 0 obj 
@@ -11953,8 +11987,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 48.23937 237.2957 60.23937]
-/Dest [142 0 R /XYZ 50.01575 584.8394 0]
+/Rect [308.9102 595.0394 540.0702 607.0394]
+/Dest [143 0 R /XYZ 40.01575 789.2394 0]
 >>
 endobj 
 1230 0 obj 
@@ -11963,8 +11997,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 787.0394 533.4002 799.0394]
-/Dest [556 0 R /XYZ 60.01575 456.0394 0]
+/Rect [308.9102 577.0394 507.8402 589.0394]
+/Dest [148 0 R /XYZ 50.01575 624.2394 0]
 >>
 endobj 
 1231 0 obj 
@@ -11973,8 +12007,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 775.0394 345.5902 787.0394]
-/Dest [556 0 R /XYZ 60.01575 456.0394 0]
+/Rect [308.9102 559.0394 527.3102 571.0394]
+/Dest [551 0 R /XYZ 60.01575 729.0394 0]
 >>
 endobj 
 1232 0 obj 
@@ -11983,8 +12017,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 757.0394 536.7602 769.0394]
-/Dest [125 0 R /XYZ 60.01575 588.2394 0]
+/Rect [308.9102 547.0394 345.5902 559.0394]
+/Dest [551 0 R /XYZ 60.01575 729.0394 0]
 >>
 endobj 
 1233 0 obj 
@@ -11992,10 +12026,10 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 739.0394 533.4002 751.0394]
+/Rect [328.9102 529.0394 545.0902 541.0394]
 /A 
 <<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spectra.SPECTRAFile.Read'\))
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.fastscan.FastScanSeries.retrace_clean'\))
 /Type /Action
 /S /URI
 >>
@@ -12007,8 +12041,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 721.0394 511.7502 733.0394]
-/Dest [156 0 R /XYZ 50.01575 564.8504 0]
+/Rect [308.9102 511.0394 513.22 523.0394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1235 0 obj 
@@ -12017,8 +12051,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 703.0394 511.1802 715.0394]
-/Dest [156 0 R /XYZ 50.01575 439.8504 0]
+/Rect [308.9102 499.0394 433.9302 511.0394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1236 0 obj 
@@ -12027,8 +12061,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 685.0394 527.8502 697.0394]
-/Dest [156 0 R /XYZ 50.01575 329.8504 0]
+/Rect [308.9102 481.0394 494.88 493.0394]
+/Dest [172 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1237 0 obj 
@@ -12037,8 +12071,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 667.0394 516.1802 679.0394]
-/Dest [156 0 R /XYZ 50.01575 299.8504 0]
+/Rect [308.9102 469.0394 433.9302 481.0394]
+/Dest [172 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1238 0 obj 
@@ -12047,8 +12081,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 649.0394 551.2002 661.0394]
-/Dest [131 0 R /XYZ 60.01575 438.0394 0]
+/Rect [308.9102 451.0394 522.2802 463.0394]
+/Dest [137 0 R /XYZ 50.01575 498.0394 0]
 >>
 endobj 
 1239 0 obj 
@@ -12057,8 +12091,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 637.0394 345.5902 649.0394]
-/Dest [131 0 R /XYZ 60.01575 438.0394 0]
+/Rect [308.9102 433.0394 521.7302 445.0394]
+/Dest [192 0 R /XYZ 50.01575 414.0394 0]
 >>
 endobj 
 1240 0 obj 
@@ -12067,8 +12101,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 619.0394 521.1802 631.0394]
-/Dest [122 0 R /XYZ 60.01575 575.0394 0]
+/Rect [308.9102 415.0394 547.8502 427.0394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1241 0 obj 
@@ -12076,13 +12110,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 601.0394 487.2802 613.0394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.edf.EDFFile.ReadData'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [308.9102 366.6394 528.9602 378.6394]
+/Dest [207 0 R /XYZ 60.01575 497.0394 0]
 >>
 endobj 
 1242 0 obj 
@@ -12090,13 +12120,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 583.0394 508.4102 595.0394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spec.SPECScan.ReadData'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [308.9102 354.6394 348.3702 366.6394]
+/Dest [207 0 R /XYZ 60.01575 497.0394 0]
 >>
 endobj 
 1243 0 obj 
@@ -12105,8 +12131,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 565.0394 551.7602 577.0394]
-/Dest [136 0 R /XYZ 60.01575 669.0394 0]
+/Rect [308.9102 336.6394 554.5102 348.6394]
+/Dest [123 0 R /XYZ 60.01575 729.0394 0]
 >>
 endobj 
 1244 0 obj 
@@ -12114,9 +12140,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 553.0394 345.5902 565.0394]
-/Dest [136 0 R /XYZ 60.01575 669.0394 0]
+/Rect [328.9102 318.6394 486.7202 330.6394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.cbf.CBFFile.Save2HDF5'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1245 0 obj 
@@ -12124,9 +12154,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 535.0394 519.5202 547.0394]
-/Dest [125 0 R /XYZ 40.01575 536.4394 0]
+/Rect [328.9102 300.6394 511.1702 312.6394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.edf.EDFDirectory.Save2HDF5'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1246 0 obj 
@@ -12134,9 +12168,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 523.0394 345.5902 535.0394]
-/Dest [125 0 R /XYZ 40.01575 536.4394 0]
+/Rect [328.9102 282.6394 487.2802 294.6394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.edf.EDFFile.Save2HDF5'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1247 0 obj 
@@ -12144,10 +12182,10 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 505.0394 533.4002 517.0394]
+/Rect [328.9102 264.6394 501.7302 276.6394]
 /A 
 <<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spectra.SPECTRAFile.ReadMCA'\))
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spec.SPECFile.Save2HDF5'\))
 /Type /Action
 /S /URI
 >>
@@ -12158,9 +12196,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 487.0394 516.1902 499.0394]
-/Dest [572 0 R /XYZ 60.01575 591.0394 0]
+/Rect [328.9102 246.6394 508.4102 258.6394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spec.SPECScan.Save2HDF5'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1249 0 obj 
@@ -12168,9 +12210,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 475.0394 345.5902 487.0394]
-/Dest [572 0 R /XYZ 60.01575 591.0394 0]
+/Rect [328.9102 228.6394 533.4002 240.6394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spectra.SPECTRAFile.Save2HDF5'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1250 0 obj 
@@ -12179,8 +12225,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 457.0394 552.3002 469.0394]
-/Dest [173 0 R /XYZ 60.01575 627.4394 0]
+/Rect [308.9102 210.6394 506.1802 222.6394]
+/Dest [143 0 R /XYZ 50.01575 359.6394 0]
 >>
 endobj 
 1251 0 obj 
@@ -12189,8 +12235,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 445.0394 345.5902 457.0394]
-/Dest [173 0 R /XYZ 60.01575 627.4394 0]
+/Rect [308.9102 192.6394 517.2902 204.6394]
+/Dest [143 0 R /XYZ 50.01575 311.6394 0]
 >>
 endobj 
 1252 0 obj 
@@ -12199,8 +12245,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 427.0394 398.9302 439.0394]
-/Dest [583 0 R /XYZ 60.01575 789.0394 0]
+/Rect [308.9102 174.6394 496.1802 186.6394]
+/Dest [143 0 R /XYZ 50.01575 239.6394 0]
 >>
 endobj 
 1253 0 obj 
@@ -12209,8 +12255,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 415.0394 507.2802 427.0394]
-/Dest [583 0 R /XYZ 60.01575 789.0394 0]
+/Rect [308.9102 156.6394 531.7602 168.6394]
+/Dest [571 0 R /XYZ 60.01575 280.0394 0]
 >>
 endobj 
 1254 0 obj 
@@ -12219,8 +12265,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 397.0394 507.8402 409.0394]
-/Dest [150 0 R /XYZ 50.01575 420.2394 0]
+/Rect [308.9102 144.6394 345.5902 156.6394]
+/Dest [571 0 R /XYZ 60.01575 280.0394 0]
 >>
 endobj 
 1255 0 obj 
@@ -12229,8 +12275,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 379.0394 527.3102 391.0394]
-/Dest [552 0 R /XYZ 60.01575 789.0394 0]
+/Rect [308.9102 126.6394 543.4302 138.6394]
+/Dest [571 0 R /XYZ 60.01575 177.0394 0]
 >>
 endobj 
 1256 0 obj 
@@ -12239,8 +12285,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 367.0394 345.5902 379.0394]
-/Dest [552 0 R /XYZ 60.01575 789.0394 0]
+/Rect [308.9102 114.6394 345.5902 126.6394]
+/Dest [571 0 R /XYZ 60.01575 177.0394 0]
 >>
 endobj 
 1257 0 obj 
@@ -12248,13 +12294,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 349.0394 545.0902 361.0394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.fastscan.FastScanSeries.retrace_clean'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [308.9102 96.63937 366.1402 108.6394]
+/Dest [167 0 R /XYZ 60.01575 789.0394 0]
 >>
 endobj 
 1258 0 obj 
@@ -12263,8 +12305,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 331.0394 513.22 343.0394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [308.9102 84.63937 535.1002 96.63937]
+/Dest [167 0 R /XYZ 60.01575 789.0394 0]
 >>
 endobj 
 1259 0 obj 
@@ -12273,8 +12315,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 319.0394 433.9302 331.0394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [308.9102 66.63937 530.0702 78.63937]
+/Dest [565 0 R /XYZ 60.01575 448.0394 0]
 >>
 endobj 
 1260 0 obj 
@@ -12283,28 +12325,26 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 301.0394 494.88 313.0394]
-/Dest [173 0 R /XYZ 50.01575 315.4394 0]
+/Rect [308.9102 54.63937 345.5902 66.63937]
+/Dest [565 0 R /XYZ 60.01575 448.0394 0]
 >>
 endobj 
 1261 0 obj 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [308.9102 289.0394 433.9302 301.0394]
-/Dest [173 0 R /XYZ 50.01575 315.4394 0]
+/Annots [1174 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R 1183 0 R 1184 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 [...]
+/Rotate 0
+/Resources 
+<<
+/Font 1 0 R
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 >>
-endobj 
-1262 0 obj 
+/Type /Page
+/Trans 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [308.9102 271.0394 522.2802 283.0394]
-/Dest [136 0 R /XYZ 50.01575 498.0394 0]
+>>
+/Parent 10 0 R
+/Contents 1262 0 R
+/MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
 1263 0 obj 
@@ -12313,8 +12353,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 253.0394 521.7302 265.0394]
-/Dest [193 0 R /XYZ 50.01575 789.0394 0]
+/Rect [40.01575 787.0394 258.4057 799.0394]
+/Dest [210 0 R /XYZ 60.01575 117.2394 0]
 >>
 endobj 
 1264 0 obj 
@@ -12323,8 +12363,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 235.0394 547.8502 247.0394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [40.01575 775.0394 76.69575 787.0394]
+/Dest [210 0 R /XYZ 60.01575 117.2394 0]
 >>
 endobj 
 1265 0 obj 
@@ -12332,9 +12372,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 186.6394 528.9602 198.6394]
-/Dest [207 0 R /XYZ 60.01575 729.0394 0]
+/Rect [60.01575 757.0394 246.1757 769.0394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder3d.Gridder3D.SetResolution'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1266 0 obj 
@@ -12343,8 +12387,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 174.6394 348.3702 186.6394]
-/Dest [207 0 R /XYZ 60.01575 729.0394 0]
+/Rect [40.01575 739.0394 282.3157 751.0394]
+/Dest [167 0 R /XYZ 60.01575 701.0394 0]
 >>
 endobj 
 1267 0 obj 
@@ -12353,8 +12397,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 156.6394 554.5102 168.6394]
-/Dest [122 0 R /XYZ 60.01575 777.0394 0]
+/Rect [40.01575 727.0394 76.69575 739.0394]
+/Dest [167 0 R /XYZ 60.01575 701.0394 0]
 >>
 endobj 
 1268 0 obj 
@@ -12362,13 +12406,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 138.6394 486.7202 150.6394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.cbf.CBFFile.Save2HDF5'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 709.0394 194.0306 721.0394]
+/Dest [175 0 R /XYZ 50.01575 392.0394 0]
 >>
 endobj 
 1269 0 obj 
@@ -12376,13 +12416,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 120.6394 511.1702 132.6394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.edf.EDFDirectory.Save2HDF5'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 697.0394 232.2857 709.0394]
+/Dest [175 0 R /XYZ 50.01575 392.0394 0]
 >>
 endobj 
 1270 0 obj 
@@ -12390,13 +12426,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 102.6394 487.2802 114.6394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.edf.EDFFile.Save2HDF5'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 679.0394 252.2957 691.0394]
+/Dest [189 0 R /XYZ 50.01575 573.0394 0]
 >>
 endobj 
 1271 0 obj 
@@ -12404,13 +12436,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 84.63937 501.7302 96.63937]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spec.SPECFile.Save2HDF5'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 661.0394 236.7257 673.0394]
+/Dest [148 0 R /XYZ 50.01575 466.0394 0]
 >>
 endobj 
 1272 0 obj 
@@ -12418,13 +12446,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 66.63937 508.4102 78.63937]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spec.SPECScan.Save2HDF5'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 643.0394 212.8257 655.0394]
+/Dest [148 0 R /XYZ 50.01575 430.0394 0]
 >>
 endobj 
 1273 0 obj 
@@ -12432,31 +12456,29 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 48.63937 533.4002 60.63937]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.io.spectra.SPECTRAFile.Save2HDF5'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 625.0394 213.3957 637.0394]
+/Dest [148 0 R /XYZ 50.01575 146.0394 0]
 >>
 endobj 
 1274 0 obj 
 <<
-/Annots [1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 [...]
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 607.0394 219.5057 619.0394]
+/Dest [565 0 R /XYZ 50.01575 789.0394 0]
 >>
-/Type /Page
-/Trans 
+endobj 
+1275 0 obj 
 <<
->>
-/Parent 10 0 R
-/Contents 1275 0 R
-/MediaBox [0 0 595.2756 841.8898]
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 589.0394 244.4957 601.0394]
+/Dest [151 0 R /XYZ 50.01575 200.2394 0]
 >>
 endobj 
 1276 0 obj 
@@ -12465,8 +12487,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 787.0394 277.8657 799.0394]
-/Dest [147 0 R /XYZ 50.01575 534.8394 0]
+/Rect [40.01575 571.0394 238.7556 583.0394]
+/Dest [568 0 R /XYZ 50.01575 535.0394 0]
 >>
 endobj 
 1277 0 obj 
@@ -12475,8 +12497,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 775.0394 76.69575 787.0394]
-/Dest [147 0 R /XYZ 50.01575 534.8394 0]
+/Rect [40.01575 559.0394 138.9257 571.0394]
+/Dest [568 0 R /XYZ 50.01575 535.0394 0]
 >>
 endobj 
 1278 0 obj 
@@ -12485,8 +12507,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 757.0394 237.2857 769.0394]
-/Dest [147 0 R /XYZ 50.01575 594.8394 0]
+/Rect [40.01575 541.0394 265.6157 553.0394]
+/Dest [568 0 R /XYZ 50.01575 475.0394 0]
 >>
 endobj 
 1279 0 obj 
@@ -12495,8 +12517,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 739.0394 248.3957 751.0394]
-/Dest [147 0 R /XYZ 50.01575 534.8394 0]
+/Rect [40.01575 523.0394 242.3706 535.0394]
+/Dest [568 0 R /XYZ 50.01575 415.0394 0]
 >>
 endobj 
 1280 0 obj 
@@ -12505,8 +12527,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 721.0394 227.2857 733.0394]
-/Dest [147 0 R /XYZ 50.01575 295.8394 0]
+/Rect [40.01575 511.0394 138.9257 523.0394]
+/Dest [568 0 R /XYZ 50.01575 415.0394 0]
 >>
 endobj 
 1281 0 obj 
@@ -12515,8 +12537,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 703.0394 237.2857 715.0394]
-/Dest [142 0 R /XYZ 50.01575 444.8394 0]
+/Rect [40.01575 493.0394 240.4256 505.0394]
+/Dest [568 0 R /XYZ 50.01575 379.0394 0]
 >>
 endobj 
 1282 0 obj 
@@ -12525,8 +12547,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 685.0394 256.1957 697.0394]
-/Dest [572 0 R /XYZ 60.01575 430.0394 0]
+/Rect [40.01575 481.0394 138.9257 493.0394]
+/Dest [568 0 R /XYZ 50.01575 379.0394 0]
 >>
 endobj 
 1283 0 obj 
@@ -12535,8 +12557,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 673.0394 76.69575 685.0394]
-/Dest [572 0 R /XYZ 60.01575 430.0394 0]
+/Rect [40.01575 463.0394 115.5857 475.0394]
+/Dest [577 0 R /XYZ 60.01575 521.0394 0]
 >>
 endobj 
 1284 0 obj 
@@ -12545,8 +12567,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 655.0394 262.8657 667.0394]
-/Dest [165 0 R /XYZ 60.01575 91.83937 0]
+/Rect [40.01575 451.0394 252.2757 463.0394]
+/Dest [577 0 R /XYZ 60.01575 521.0394 0]
 >>
 endobj 
 1285 0 obj 
@@ -12555,8 +12577,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 643.0394 76.69575 655.0394]
-/Dest [165 0 R /XYZ 60.01575 91.83937 0]
+/Rect [40.01575 433.0394 162.2657 445.0394]
+/Dest [577 0 R /XYZ 60.01575 374.0394 0]
 >>
 endobj 
 1286 0 obj 
@@ -12565,8 +12587,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 625.0394 262.8657 637.0394]
-/Dest [168 0 R /XYZ 60.01575 729.0394 0]
+/Rect [40.01575 421.0394 252.2757 433.0394]
+/Dest [577 0 R /XYZ 60.01575 374.0394 0]
 >>
 endobj 
 1287 0 obj 
@@ -12575,8 +12597,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 613.0394 76.69575 625.0394]
-/Dest [168 0 R /XYZ 60.01575 729.0394 0]
+/Rect [40.01575 403.0394 138.3657 415.0394]
+/Dest [577 0 R /XYZ 60.01575 239.0394 0]
 >>
 endobj 
 1288 0 obj 
@@ -12585,8 +12607,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 595.0394 262.8657 607.0394]
-/Dest [168 0 R /XYZ 60.01575 638.0394 0]
+/Rect [40.01575 391.0394 252.2757 403.0394]
+/Dest [577 0 R /XYZ 60.01575 239.0394 0]
 >>
 endobj 
 1289 0 obj 
@@ -12595,8 +12617,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 583.0394 76.69575 595.0394]
-/Dest [168 0 R /XYZ 60.01575 638.0394 0]
+/Rect [40.01575 373.0394 278.9357 385.0394]
+/Dest [154 0 R /XYZ 60.01575 177.8394 0]
 >>
 endobj 
 1290 0 obj 
@@ -12605,8 +12627,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 565.0394 97.24575 577.0394]
-/Dest [168 0 R /XYZ 60.01575 547.0394 0]
+/Rect [40.01575 324.6394 274.5157 336.6394]
+/Dest [192 0 R /XYZ 50.01575 198.2394 0]
 >>
 endobj 
 1291 0 obj 
@@ -12615,8 +12637,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 553.0394 266.2057 565.0394]
-/Dest [168 0 R /XYZ 60.01575 547.0394 0]
+/Rect [40.01575 306.6394 244.8856 318.6394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1292 0 obj 
@@ -12625,8 +12647,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 535.0394 261.1757 547.0394]
-/Dest [567 0 R /XYZ 60.01575 225.0394 0]
+/Rect [40.01575 294.6394 165.0357 306.6394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1293 0 obj 
@@ -12635,8 +12657,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 523.0394 76.69575 535.0394]
-/Dest [567 0 R /XYZ 60.01575 225.0394 0]
+/Rect [40.01575 276.6394 236.8256 288.6394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1294 0 obj 
@@ -12645,8 +12667,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 505.0394 258.4057 517.0394]
-/Dest [210 0 R /XYZ 60.01575 366.2394 0]
+/Rect [40.01575 264.6394 165.0357 276.6394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1295 0 obj 
@@ -12655,8 +12677,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 493.0394 76.69575 505.0394]
-/Dest [210 0 R /XYZ 60.01575 366.2394 0]
+/Rect [40.01575 246.6394 286.1857 258.6394]
+/Dest [606 0 R /XYZ 60.01575 777.0394 0]
 >>
 endobj 
 1296 0 obj 
@@ -12664,13 +12686,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 475.0394 246.1757 487.0394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder3d.Gridder3D.SetResolution'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 228.6394 248.9357 240.6394]
+/Dest [216 0 R /XYZ 60.01575 304.2394 0]
 >>
 endobj 
 1297 0 obj 
@@ -12679,8 +12697,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 457.0394 282.3157 469.0394]
-/Dest [168 0 R /XYZ 60.01575 459.0394 0]
+/Rect [40.01575 216.6394 79.47575 228.6394]
+/Dest [216 0 R /XYZ 60.01575 304.2394 0]
 >>
 endobj 
 1298 0 obj 
@@ -12689,8 +12707,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 445.0394 76.69575 457.0394]
-/Dest [168 0 R /XYZ 60.01575 459.0394 0]
+/Rect [40.01575 198.6394 255.6057 210.6394]
+/Dest [192 0 R /XYZ 50.01575 717.0394 0]
 >>
 endobj 
 1299 0 obj 
@@ -12699,8 +12717,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 427.0394 194.0306 439.0394]
-/Dest [176 0 R /XYZ 50.01575 630.8394 0]
+/Rect [40.01575 180.6394 253.3857 192.6394]
+/Dest [606 0 R /XYZ 60.01575 662.0394 0]
 >>
 endobj 
 1300 0 obj 
@@ -12709,8 +12727,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 415.0394 232.2857 427.0394]
-/Dest [176 0 R /XYZ 50.01575 630.8394 0]
+/Rect [40.01575 168.6394 76.69575 180.6394]
+/Dest [606 0 R /XYZ 60.01575 662.0394 0]
 >>
 endobj 
 1301 0 obj 
@@ -12719,8 +12737,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 397.0394 252.2957 409.0394]
-/Dest [190 0 R /XYZ 50.01575 222.2394 0]
+/Rect [40.01575 150.6394 222.6456 162.6394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1302 0 obj 
@@ -12729,8 +12747,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 379.0394 236.7257 391.0394]
-/Dest [150 0 R /XYZ 50.01575 262.0394 0]
+/Rect [40.01575 138.6394 165.0357 150.6394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1303 0 obj 
@@ -12739,8 +12757,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 361.0394 212.8257 373.0394]
-/Dest [150 0 R /XYZ 50.01575 226.0394 0]
+/Rect [40.01575 120.6394 234.5157 132.6394]
+/Dest [126 0 R /XYZ 50.01575 653.2394 0]
 >>
 endobj 
 1304 0 obj 
@@ -12749,8 +12767,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 343.0394 213.3957 355.0394]
-/Dest [567 0 R /XYZ 50.01575 653.0394 0]
+/Rect [40.01575 102.6394 278.4157 114.6394]
+/Dest [596 0 R /XYZ 50.01575 549.0394 0]
 >>
 endobj 
 1305 0 obj 
@@ -12759,8 +12777,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 325.0394 219.5057 337.0394]
-/Dest [567 0 R /XYZ 50.01575 581.0394 0]
+/Rect [40.01575 54.23937 265.0757 66.23937]
+/Dest [618 0 R /XYZ 60.01575 504.0394 0]
 >>
 endobj 
 1306 0 obj 
@@ -12769,8 +12787,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 307.0394 215.6157 319.0394]
-/Dest [153 0 R /XYZ 50.01575 122.8394 0]
+/Rect [308.9102 787.0394 544.5102 799.0394]
+/Dest [574 0 R /XYZ 60.01575 359.4394 0]
 >>
 endobj 
 1307 0 obj 
@@ -12779,8 +12797,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 289.0394 282.8757 301.0394]
-/Dest [572 0 R /XYZ 60.01575 394.0394 0]
+/Rect [308.9102 775.0394 345.5902 787.0394]
+/Dest [574 0 R /XYZ 60.01575 359.4394 0]
 >>
 endobj 
 1308 0 obj 
@@ -12789,8 +12807,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 271.0394 244.4957 283.0394]
-/Dest [153 0 R /XYZ 50.01575 721.8394 0]
+/Rect [308.9102 757.0394 523.4102 769.0394]
+/Dest [148 0 R /XYZ 60.01575 194.0394 0]
 >>
 endobj 
 1309 0 obj 
@@ -12799,8 +12817,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 253.0394 238.7556 265.0394]
-/Dest [153 0 R /XYZ 50.01575 314.8394 0]
+/Rect [308.9102 708.6394 518.4102 720.6394]
+/Dest [192 0 R /XYZ 50.01575 109.0394 0]
 >>
 endobj 
 1310 0 obj 
@@ -12809,8 +12827,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 241.0394 138.9257 253.0394]
-/Dest [153 0 R /XYZ 50.01575 314.8394 0]
+/Rect [308.9102 690.6394 508.4002 702.6394]
+/Dest [195 0 R /XYZ 50.01575 661.0394 0]
 >>
 endobj 
 1311 0 obj 
@@ -12819,8 +12837,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 223.0394 265.6157 235.0394]
-/Dest [153 0 R /XYZ 50.01575 254.8394 0]
+/Rect [308.9102 672.6394 517.2802 684.6394]
+/Dest [195 0 R /XYZ 50.01575 545.0394 0]
 >>
 endobj 
 1312 0 obj 
@@ -12829,8 +12847,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 205.0394 242.3706 217.0394]
-/Dest [153 0 R /XYZ 50.01575 194.8394 0]
+/Rect [308.9102 654.6394 510.6202 666.6394]
+/Dest [195 0 R /XYZ 50.01575 444.0394 0]
 >>
 endobj 
 1313 0 obj 
@@ -12839,8 +12857,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 193.0394 138.9257 205.0394]
-/Dest [153 0 R /XYZ 50.01575 194.8394 0]
+/Rect [308.9102 606.2394 520.6402 618.2394]
+/Dest [606 0 R /XYZ 50.01575 485.0394 0]
 >>
 endobj 
 1314 0 obj 
@@ -12849,8 +12867,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 175.0394 240.4256 187.0394]
-/Dest [153 0 R /XYZ 50.01575 158.8394 0]
+/Rect [308.9102 594.2394 348.3702 606.2394]
+/Dest [606 0 R /XYZ 50.01575 485.0394 0]
 >>
 endobj 
 1315 0 obj 
@@ -12858,19 +12876,23 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 163.0394 138.9257 175.0394]
-/Dest [153 0 R /XYZ 50.01575 158.8394 0]
->>
-endobj 
-1316 0 obj 
+/Rect [328.9102 576.2394 537.3002 588.2394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.QConversion.wavelength'\))
+/Type /Action
+/S /URI
+>>
+>>
+endobj 
+1316 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 145.0394 115.5857 157.0394]
-/Dest [586 0 R /XYZ 60.01575 777.0394 0]
+/Rect [308.9102 558.2394 540.0902 570.2394]
+/Dest [227 0 R /XYZ 50.01575 297.6394 0]
 >>
 endobj 
 1317 0 obj 
@@ -12879,8 +12901,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 133.0394 252.2757 145.0394]
-/Dest [586 0 R /XYZ 60.01575 777.0394 0]
+/Rect [308.9102 540.2394 530.0802 552.2394]
+/Dest [154 0 R /XYZ 40.01575 377.2394 0]
 >>
 endobj 
 1318 0 obj 
@@ -12889,8 +12911,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 115.0394 162.2657 127.0394]
-/Dest [586 0 R /XYZ 60.01575 630.0394 0]
+/Rect [308.9102 522.2394 493.21 534.2394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1319 0 obj 
@@ -12899,8 +12921,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 103.0394 252.2757 115.0394]
-/Dest [586 0 R /XYZ 60.01575 630.0394 0]
+/Rect [308.9102 510.2394 433.9302 522.2394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1320 0 obj 
@@ -12909,8 +12931,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 85.03937 138.3657 97.03937]
-/Dest [586 0 R /XYZ 60.01575 495.0394 0]
+/Rect [308.9102 492.2394 504.315 504.2394]
+/Dest [175 0 R /XYZ 50.01575 592.2394 0]
 >>
 endobj 
 1321 0 obj 
@@ -12919,8 +12941,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 73.03937 252.2757 85.03937]
-/Dest [586 0 R /XYZ 60.01575 495.0394 0]
+/Rect [308.9102 480.2394 443.3702 492.2394]
+/Dest [175 0 R /XYZ 50.01575 592.2394 0]
 >>
 endobj 
 1322 0 obj 
@@ -12929,8 +12951,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 55.03937 278.9357 67.03937]
-/Dest [165 0 R /XYZ 60.01575 705.0394 0]
+/Rect [308.9102 431.8394 517.8402 443.8394]
+/Dest [172 0 R /XYZ 50.01575 309.8394 0]
 >>
 endobj 
 1323 0 obj 
@@ -12938,9 +12960,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 766.6394 543.4102 778.6394]
-/Dest [193 0 R /XYZ 50.01575 573.2394 0]
+/Rect [328.9102 413.8394 546.1902 425.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.materials.predefined_materials.SiGe.x'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1324 0 obj 
@@ -12948,9 +12974,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 748.6394 513.78 760.6394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [328.9102 401.8394 368.3702 413.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.materials.predefined_materials.SiGe.x'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1325 0 obj 
@@ -12959,8 +12989,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 736.6394 433.9302 748.6394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [308.9102 383.8394 512.2902 395.8394]
+/Dest [210 0 R /XYZ 60.01575 540.0394 0]
 >>
 endobj 
 1326 0 obj 
@@ -12968,9 +12998,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 718.6394 505.72 730.6394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [328.9102 365.8394 522.8502 377.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder.npyGridder1D.xaxis'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1327 0 obj 
@@ -12978,9 +13012,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 706.6394 433.9302 718.6394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [328.9102 347.8394 517.8502 359.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder2d.Gridder2D.xaxis'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1328 0 obj 
@@ -12988,9 +13026,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 688.6394 555.0802 700.6394]
-/Dest [610 0 R /XYZ 60.01575 413.0394 0]
+/Rect [328.9102 329.8394 517.8502 341.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder3d.Gridder3D.xaxis'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1329 0 obj 
@@ -12999,8 +13041,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 670.6394 517.8302 682.6394]
-/Dest [639 0 R /XYZ 60.01575 537.0394 0]
+/Rect [308.9102 311.8394 532.8502 323.8394]
+/Dest [213 0 R /XYZ 50.01575 552.0394 0]
 >>
 endobj 
 1330 0 obj 
@@ -13008,9 +13050,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [308.9102 658.6394 348.3702 670.6394]
-/Dest [639 0 R /XYZ 60.01575 537.0394 0]
+/Rect [328.9102 293.8394 517.8502 305.8394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder3d.Gridder3D.xmatrix'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1331 0 obj 
@@ -13019,8 +13065,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 640.6394 524.5002 652.6394]
-/Dest [603 0 R /XYZ 50.01575 365.0394 0]
+/Rect [308.9102 275.8394 400.5902 287.8394]
+/Dest [27 0 R /XYZ 40.01575 712.2394 0]
 >>
 endobj 
 1332 0 obj 
@@ -13029,8 +13075,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 622.6394 522.2802 634.6394]
-/Dest [610 0 R /XYZ 60.01575 298.0394 0]
+/Rect [403.3702 275.8394 414.4902 287.8394]
+/Dest [27 0 R /XYZ 40.01575 712.2394 0]
 >>
 endobj 
 1333 0 obj 
@@ -13039,8 +13085,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 610.6394 345.5902 622.6394]
-/Dest [610 0 R /XYZ 60.01575 298.0394 0]
+/Rect [308.9102 257.8394 439.4902 269.8394]
+/Dest [112 0 R /XYZ 40.01575 219.2394 0]
 >>
 endobj 
 1334 0 obj 
@@ -13049,8 +13095,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 592.6394 491.54 604.6394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [308.9102 240.5894 481.7302 252.5894]
+/Dest [95 0 R /XYZ 50.01575 659.4394 0]
 >>
 endobj 
 1335 0 obj 
@@ -13059,8 +13105,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 580.6394 433.9302 592.6394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [308.9102 222.5894 492.8502 234.5894]
+/Dest [104 0 R /XYZ 50.01575 723.8394 0]
 >>
 endobj 
 1336 0 obj 
@@ -13069,8 +13115,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 562.6394 503.4102 574.6394]
-/Dest [125 0 R /XYZ 50.01575 726.2394 0]
+/Rect [308.9102 204.5894 462.8202 216.5894]
+/Dest [107 0 R /XYZ 40.01575 636.8394 0]
 >>
 endobj 
 1337 0 obj 
@@ -13079,8 +13125,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 544.6394 547.3102 556.6394]
-/Dest [599 0 R /XYZ 50.01575 222.0394 0]
+/Rect [308.9102 186.5894 501.1802 198.5894]
+/Dest [107 0 R /XYZ 40.01575 400.6394 0]
 >>
 endobj 
 1338 0 obj 
@@ -13089,8 +13135,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 496.2394 533.9702 508.2394]
-/Dest [624 0 R /XYZ 60.01575 693.0394 0]
+/Rect [308.9102 168.5894 430.0502 180.5894]
+/Dest [200 0 R /XYZ 40.01575 766.2394 0]
 >>
 endobj 
 1339 0 obj 
@@ -13099,8 +13145,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 478.2394 544.5102 490.2394]
-/Dest [173 0 R /XYZ 60.01575 627.4394 0]
+/Rect [308.9102 150.5894 446.1702 162.5894]
+/Dest [200 0 R /XYZ 40.01575 679.4394 0]
 >>
 endobj 
 1340 0 obj 
@@ -13109,8 +13155,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 466.2394 345.5902 478.2394]
-/Dest [173 0 R /XYZ 60.01575 627.4394 0]
+/Rect [308.9102 132.5894 452.8302 144.5894]
+/Dest [200 0 R /XYZ 40.01575 513.6394 0]
 >>
 endobj 
 1341 0 obj 
@@ -13119,8 +13165,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 448.2394 523.4102 460.2394]
-/Dest [567 0 R /XYZ 60.01575 701.0394 0]
+/Rect [308.9102 114.5894 434.4902 126.5894]
+/Dest [207 0 R /XYZ 50.01575 374.2394 0]
 >>
 endobj 
 1342 0 obj 
@@ -13129,8 +13175,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 399.8394 518.4102 411.8394]
-/Dest [193 0 R /XYZ 50.01575 484.0394 0]
+/Rect [308.9102 96.58937 445.6102 108.5894]
+/Dest [210 0 R /XYZ 50.01575 153.2394 0]
 >>
 endobj 
 1343 0 obj 
@@ -13139,8 +13185,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 381.8394 508.4002 393.8394]
-/Dest [193 0 R /XYZ 50.01575 316.0394 0]
+/Rect [308.9102 78.58937 445.6102 90.58937]
+/Dest [213 0 R /XYZ 50.01575 393.2394 0]
 >>
 endobj 
 1344 0 obj 
@@ -13149,28 +13195,26 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 363.8394 517.2802 375.8394]
-/Dest [193 0 R /XYZ 50.01575 200.0394 0]
+/Rect [308.9102 59.83937 411.1502 71.83937]
+/Dest [154 0 R /XYZ 40.01575 760.2394 0]
 >>
 endobj 
 1345 0 obj 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [308.9102 345.8394 510.6202 357.8394]
-/Dest [193 0 R /XYZ 50.01575 99.03937 0]
+/Annots [1263 0 R 1264 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 [...]
+/Rotate 0
+/Resources 
+<<
+/Font 1 0 R
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 >>
-endobj 
-1346 0 obj 
+/Type /Page
+/Trans 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [308.9102 297.4394 520.6402 309.4394]
-/Dest [610 0 R /XYZ 50.01575 121.0394 0]
+>>
+/Parent 10 0 R
+/Contents 1346 0 R
+/MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
 1347 0 obj 
@@ -13179,8 +13223,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 285.4394 348.3702 297.4394]
-/Dest [610 0 R /XYZ 50.01575 121.0394 0]
+/Rect [40.01575 787.7894 158.3757 799.7894]
+/Dest [123 0 R /XYZ 50.01575 777.0394 0]
 >>
 endobj 
 1348 0 obj 
@@ -13188,13 +13232,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 267.4394 537.3002 279.4394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.experiment.QConversion.wavelength'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 769.7894 193.3957 781.7894]
+/Dest [123 0 R /XYZ 40.01575 307.8394 0]
 >>
 endobj 
 1349 0 obj 
@@ -13203,8 +13243,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 249.4394 540.0902 261.4394]
-/Dest [226 0 R /XYZ 50.01575 552.4394 0]
+/Rect [40.01575 751.7894 158.9357 763.7894]
+/Dest [126 0 R /XYZ 50.01575 420.0394 0]
 >>
 endobj 
 1350 0 obj 
@@ -13213,8 +13253,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 231.4394 493.21 243.4394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [40.01575 733.7894 182.2757 745.7894]
+/Dest [129 0 R /XYZ 40.01575 569.8394 0]
 >>
 endobj 
 1351 0 obj 
@@ -13223,8 +13263,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 219.4394 433.9302 231.4394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [40.01575 715.7894 172.8257 727.7894]
+/Dest [132 0 R /XYZ 40.01575 354.8394 0]
 >>
 endobj 
 1352 0 obj 
@@ -13233,8 +13273,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 201.4394 504.315 213.4394]
-/Dest [590 0 R /XYZ 50.01575 109.4394 0]
+/Rect [40.01575 697.7894 201.1657 709.7894]
+/Dest [137 0 R /XYZ 50.01575 789.0394 0]
 >>
 endobj 
 1353 0 obj 
@@ -13243,8 +13283,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 189.4394 443.3702 201.4394]
-/Dest [590 0 R /XYZ 50.01575 109.4394 0]
+/Rect [40.01575 679.7894 213.3857 691.7894]
+/Dest [137 0 R /XYZ 40.01575 402.8394 0]
 >>
 endobj 
 1354 0 obj 
@@ -13253,8 +13293,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 141.0394 517.8402 153.0394]
-/Dest [583 0 R /XYZ 50.01575 579.0394 0]
+/Rect [40.01575 661.7894 166.1557 673.7894]
+/Dest [140 0 R /XYZ 50.01575 376.2394 0]
 >>
 endobj 
 1355 0 obj 
@@ -13262,13 +13302,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 123.0394 546.1902 135.0394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.materials.predefined_materials.SiGe.x'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 643.7894 233.4157 655.7894]
+/Dest [143 0 R /XYZ 40.01575 769.8394 0]
 >>
 endobj 
 1356 0 obj 
@@ -13276,13 +13312,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 111.0394 368.3702 123.0394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.materials.predefined_materials.SiGe.x'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 625.7894 172.2657 637.7894]
+/Dest [143 0 R /XYZ 40.01575 467.6394 0]
 >>
 endobj 
 1357 0 obj 
@@ -13291,8 +13323,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 93.03937 512.2902 105.0394]
-/Dest [210 0 R /XYZ 60.01575 789.0394 0]
+/Rect [40.01575 607.7894 166.1557 619.7894]
+/Dest [148 0 R /XYZ 40.01575 565.0394 0]
 >>
 endobj 
 1358 0 obj 
@@ -13300,13 +13332,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 75.03937 522.8502 87.03937]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder.npyGridder1D.xaxis'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 589.7894 177.8257 601.7894]
+/Dest [151 0 R /XYZ 40.01575 248.2394 0]
 >>
 endobj 
 1359 0 obj 
@@ -13314,13 +13342,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 57.03937 517.8502 69.03937]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder2d.Gridder2D.xaxis'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 571.0394 175.0357 583.0394]
+/Dest [175 0 R /XYZ 40.01575 275.2394 0]
 >>
 endobj 
 1360 0 obj 
@@ -13328,31 +13352,29 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 45.03937 517.8502 57.03937]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder3d.Gridder3D.xaxis'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 553.7894 200.0457 565.7894]
+/Dest [154 0 R /XYZ 40.01575 681.0394 0]
 >>
 endobj 
 1361 0 obj 
 <<
-/Annots [1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1327 0 R 1328 0 R 1329 0 [...]
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 535.7894 187.8157 547.7894]
+/Dest [154 0 R /XYZ 50.01575 333.8394 0]
 >>
-/Type /Page
-/Trans 
+endobj 
+1362 0 obj 
 <<
->>
-/Parent 10 0 R
-/Contents 1362 0 R
-/MediaBox [0 0 595.2756 841.8898]
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 517.7894 218.9557 529.7894]
+/Dest [154 0 R /XYZ 40.01575 118.6394 0]
 >>
 endobj 
 1363 0 obj 
@@ -13361,8 +13383,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 787.0394 263.9557 799.0394]
-/Dest [213 0 R /XYZ 50.01575 789.0394 0]
+/Rect [40.01575 499.7894 218.3857 511.7894]
+/Dest [167 0 R /XYZ 40.01575 394.0394 0]
 >>
 endobj 
 1364 0 obj 
@@ -13370,13 +13392,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [60.01575 769.0394 248.9557 781.0394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder3d.Gridder3D.xmatrix'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 481.7894 203.9357 493.7894]
+/Dest [167 0 R /XYZ 40.01575 374.6394 0]
 >>
 endobj 
 1365 0 obj 
@@ -13385,8 +13403,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 751.0394 131.6957 763.0394]
-/Dest [27 0 R /XYZ 40.01575 712.2394 0]
+/Rect [40.01575 463.7894 213.3757 475.7894]
+/Dest [172 0 R /XYZ 40.01575 591.8394 0]
 >>
 endobj 
 1366 0 obj 
@@ -13395,8 +13413,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [134.4757 751.0394 145.5957 763.0394]
-/Dest [27 0 R /XYZ 40.01575 712.2394 0]
+/Rect [40.01575 445.7894 271.1857 457.7894]
+/Dest [175 0 R /XYZ 50.01575 392.0394 0]
 >>
 endobj 
 1367 0 obj 
@@ -13405,8 +13423,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 733.0394 170.5957 745.0394]
-/Dest [111 0 R /XYZ 40.01575 261.2394 0]
+/Rect [40.01575 427.0394 156.7057 439.0394]
+/Dest [195 0 R /XYZ 40.01575 106.6394 0]
 >>
 endobj 
 1368 0 obj 
@@ -13415,8 +13433,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 715.7894 212.8357 727.7894]
-/Dest [92 0 R /XYZ 50.01575 421.4394 0]
+/Rect [40.01575 409.7894 167.2657 421.7894]
+/Dest [175 0 R /XYZ 40.01575 196.0394 0]
 >>
 endobj 
 1369 0 obj 
@@ -13425,8 +13443,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 697.7894 223.9557 709.7894]
-/Dest [103 0 R /XYZ 50.01575 496.0394 0]
+/Rect [40.01575 391.7894 199.5057 403.7894]
+/Dest [186 0 R /XYZ 40.01575 197.8394 0]
 >>
 endobj 
 1370 0 obj 
@@ -13435,8 +13453,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 679.7894 193.9257 691.7894]
-/Dest [106 0 R /XYZ 40.01575 408.0394 0]
+/Rect [40.01575 373.7894 206.7157 385.7894]
+/Dest [189 0 R /XYZ 50.01575 408.8394 0]
 >>
 endobj 
 1371 0 obj 
@@ -13445,8 +13463,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 661.7894 232.2857 673.7894]
-/Dest [106 0 R /XYZ 40.01575 171.8394 0]
+/Rect [40.01575 355.7894 186.7157 367.7894]
+/Dest [192 0 R /XYZ 40.01575 151.0394 0]
 >>
 endobj 
 1372 0 obj 
@@ -13455,8 +13473,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 643.7894 161.1557 655.7894]
-/Dest [196 0 R /XYZ 40.01575 423.2394 0]
+/Rect [40.01575 337.7894 177.8157 349.7894]
+/Dest [216 0 R /XYZ 40.01575 766.2394 0]
 >>
 endobj 
 1373 0 obj 
@@ -13465,8 +13483,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 625.7894 177.2757 637.7894]
-/Dest [196 0 R /XYZ 40.01575 336.4394 0]
+/Rect [40.01575 319.7894 175.6157 331.7894]
+/Dest [219 0 R /XYZ 40.01575 530.2394 0]
 >>
 endobj 
 1374 0 obj 
@@ -13475,8 +13493,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 607.7894 183.9357 619.7894]
-/Dest [196 0 R /XYZ 40.01575 170.6394 0]
+/Rect [40.01575 301.7894 165.0357 313.7894]
+/Dest [222 0 R /XYZ 40.01575 766.2394 0]
 >>
 endobj 
 1375 0 obj 
@@ -13485,8 +13503,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 589.7894 165.5957 601.7894]
-/Dest [207 0 R /XYZ 50.01575 606.2394 0]
+/Rect [40.01575 283.7894 200.6157 295.7894]
+/Dest [222 0 R /XYZ 40.01575 464.6394 0]
 >>
 endobj 
 1376 0 obj 
@@ -13495,8 +13513,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 571.7894 176.7157 583.7894]
-/Dest [210 0 R /XYZ 50.01575 402.2394 0]
+/Rect [40.01575 265.0394 267.8257 277.0394]
+/Dest [137 0 R /XYZ 50.01575 336.8394 0]
 >>
 endobj 
 1377 0 obj 
@@ -13505,8 +13523,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 553.7894 176.7157 565.7894]
-/Dest [213 0 R /XYZ 50.01575 630.2394 0]
+/Rect [40.01575 247.0394 230.9806 259.0394]
+/Dest [137 0 R /XYZ 50.01575 276.8394 0]
 >>
 endobj 
 1378 0 obj 
@@ -13515,8 +13533,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 535.0394 142.2557 547.0394]
-/Dest [156 0 R /XYZ 40.01575 243.0504 0]
+/Rect [40.01575 235.0394 174.4857 247.0394]
+/Dest [137 0 R /XYZ 50.01575 276.8394 0]
 >>
 endobj 
 1379 0 obj 
@@ -13525,8 +13543,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 517.7894 158.3757 529.7894]
-/Dest [111 0 R /XYZ 50.01575 88.43937 0]
+/Rect [40.01575 217.0394 270.6257 229.0394]
+/Dest [192 0 R /XYZ 50.01575 606.0394 0]
 >>
 endobj 
 1380 0 obj 
@@ -13535,8 +13553,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 499.7894 193.3957 511.7894]
-/Dest [122 0 R /XYZ 40.01575 373.8394 0]
+/Rect [40.01575 199.0394 225.6357 211.0394]
+/Dest [132 0 R /XYZ 50.01575 300.8394 0]
 >>
 endobj 
 1381 0 obj 
@@ -13545,8 +13563,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 481.7894 158.9357 493.7894]
-/Dest [125 0 R /XYZ 50.01575 493.0394 0]
+/Rect [40.01575 181.0394 231.1857 193.0394]
+/Dest [132 0 R /XYZ 50.01575 258.8394 0]
 >>
 endobj 
 1382 0 obj 
@@ -13555,8 +13573,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 463.7894 182.2757 475.7894]
-/Dest [128 0 R /XYZ 40.01575 653.8394 0]
+/Rect [40.01575 132.6394 254.5157 144.6394]
+/Dest [213 0 R /XYZ 50.01575 552.0394 0]
 >>
 endobj 
 1383 0 obj 
@@ -13564,9 +13582,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 445.7894 172.8257 457.7894]
-/Dest [131 0 R /XYZ 40.01575 354.8394 0]
+/Rect [60.01575 114.6394 248.9557 126.6394]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder3d.Gridder3D.yaxis'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1384 0 obj 
@@ -13575,8 +13597,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 427.7894 201.1657 439.7894]
-/Dest [136 0 R /XYZ 50.01575 789.0394 0]
+/Rect [40.01575 96.63937 263.9557 108.6394]
+/Dest [213 0 R /XYZ 50.01575 552.0394 0]
 >>
 endobj 
 1385 0 obj 
@@ -13584,9 +13606,13 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Contents ()
-/Rect [40.01575 409.7894 213.3857 421.7894]
-/Dest [136 0 R /XYZ 40.01575 402.8394 0]
+/Rect [60.01575 78.63937 248.9557 90.63937]
+/A 
+<<
+/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder3d.Gridder3D.ymatrix'\))
+/Type /Action
+/S /URI
+>>
 >>
 endobj 
 1386 0 obj 
@@ -13595,8 +13621,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 391.7894 166.1557 403.7894]
-/Dest [139 0 R /XYZ 50.01575 376.2394 0]
+/Rect [40.01575 60.63937 270.6257 72.63937]
+/Dest [192 0 R /XYZ 50.01575 564.0394 0]
 >>
 endobj 
 1387 0 obj 
@@ -13605,8 +13631,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 373.7894 177.8257 385.7894]
-/Dest [142 0 R /XYZ 40.01575 769.8394 0]
+/Rect [308.9102 766.6394 523.4102 778.6394]
+/Dest [216 0 R /XYZ 40.01575 789.8394 0]
 >>
 endobj 
 1388 0 obj 
@@ -13615,8 +13641,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 355.7894 233.4157 367.7894]
-/Dest [142 0 R /XYZ 40.01575 284.6394 0]
+/Rect [308.9102 748.6394 499.885 760.6394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1389 0 obj 
@@ -13625,8 +13651,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 337.7894 172.2657 349.7894]
-/Dest [147 0 R /XYZ 40.01575 702.8394 0]
+/Rect [308.9102 736.6394 433.9302 748.6394]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
 1390 0 obj 
@@ -13635,8 +13661,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 319.7894 166.1557 331.7894]
-/Dest [150 0 R /XYZ 40.01575 361.0394 0]
+/Rect [308.9102 718.6394 532.8502 730.6394]
+/Dest [216 0 R /XYZ 40.01575 789.8394 0]
 >>
 endobj 
 1391 0 obj 
@@ -13645,48 +13671,43 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 301.7894 177.8257 313.7894]
-/Dest [153 0 R /XYZ 40.01575 769.8394 0]
+/Rect [308.9102 700.6394 538.9602 712.6394]
+/Dest [192 0 R /XYZ 50.01575 522.0394 0]
 >>
 endobj 
 1392 0 obj 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 283.0394 175.0357 295.0394]
-/Dest [176 0 R /XYZ 40.01575 514.0394 0]
+/Annots [1347 0 R 1348 0 R 1349 0 R 1350 0 R 1351 0 R 1352 0 R 1353 0 R 1354 0 R 1355 0 R 1356 0 R 1357 0 R 1358 0 R 1359 0 R 1360 0 R 1361 0 R 1362 0 R 1363 0 R 1364 0 R 1365 0 R 1366 0 R 1367 0 R 1368 0 R 1369 0 R 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R 1376 0 R 1377 0 R 1378 0 R 1379 0 R 1380 0 R 1381 0 R 1382 0 R 1383 0 R 1384 0 R 1385 0 R 1386 0 R 1387 0 R 1388 0 R 1389 0 R 1390 0 R 1391 0 R]
+/Rotate 0
+/Resources 
+<<
+/Font 1 0 R
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 >>
-endobj 
-1393 0 obj 
+/Type /Page
+/Trans 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 265.7894 187.8157 277.7894]
-/Dest [156 0 R /XYZ 50.01575 139.8504 0]
+>>
+/Parent 10 0 R
+/Contents 1393 0 R
+/MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
 1394 0 obj 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 247.7894 218.9557 259.7894]
-/Dest [165 0 R /XYZ 40.01575 645.8394 0]
+/Rotate 0
+/Resources 
+<<
+/Font 1 0 R
+/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 >>
-endobj 
-1395 0 obj 
+/Type /Page
+/Trans 
 <<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 229.7894 218.3857 241.7894]
-/Dest [168 0 R /XYZ 40.01575 164.0394 0]
+>>
+/Parent 10 0 R
+/Contents 1395 0 R
+/MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
 1396 0 obj 
@@ -13695,8 +13716,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 211.7894 203.9357 223.7894]
-/Dest [168 0 R /XYZ 40.01575 144.6394 0]
+/Rect [40.01575 727.3894 89.46575 739.3894]
+/Dest [27 0 R /XYZ 40.01575 712.2394 0]
 >>
 endobj 
 1397 0 obj 
@@ -13705,8 +13726,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 193.7894 213.3757 205.7894]
-/Dest [173 0 R /XYZ 40.01575 130.2394 0]
+/Rect [40.01575 708.6394 128.3657 720.6394]
+/Dest [112 0 R /XYZ 40.01575 238.6394 0]
 >>
 endobj 
 1398 0 obj 
@@ -13715,8 +13736,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 175.7894 271.1857 187.7894]
-/Dest [176 0 R /XYZ 50.01575 630.8394 0]
+/Rect [40.01575 690.6394 170.6057 702.6394]
+/Dest [95 0 R /XYZ 40.01575 696.8394 0]
 >>
 endobj 
 1399 0 obj 
@@ -13725,8 +13746,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 157.0394 156.7057 169.0394]
-/Dest [196 0 R /XYZ 40.01575 479.6394 0]
+/Rect [40.01575 672.6394 181.7257 684.6394]
+/Dest [104 0 R /XYZ 40.01575 761.2394 0]
 >>
 endobj 
 1400 0 obj 
@@ -13735,8 +13756,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 139.7894 167.2657 151.7894]
-/Dest [176 0 R /XYZ 40.01575 434.8394 0]
+/Rect [40.01575 654.6394 151.6957 666.6394]
+/Dest [107 0 R /XYZ 40.01575 656.2394 0]
 >>
 endobj 
 1401 0 obj 
@@ -13745,8 +13766,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 121.7894 199.5057 133.7894]
-/Dest [187 0 R /XYZ 40.01575 585.8394 0]
+/Rect [40.01575 636.6394 190.0557 648.6394]
+/Dest [107 0 R /XYZ 40.01575 420.0394 0]
 >>
 endobj 
 1402 0 obj 
@@ -13755,8 +13776,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 103.7894 206.7157 115.7894]
-/Dest [603 0 R /XYZ 50.01575 789.0394 0]
+/Rect [40.01575 618.6394 118.9257 630.6394]
+/Dest [200 0 R /XYZ 40.01575 789.8394 0]
 >>
 endobj 
 1403 0 obj 
@@ -13765,8 +13786,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 85.78937 186.7157 97.78937]
-/Dest [193 0 R /XYZ 40.01575 526.0394 0]
+/Rect [40.01575 600.6394 135.0457 612.6394]
+/Dest [200 0 R /XYZ 40.01575 703.0394 0]
 >>
 endobj 
 1404 0 obj 
@@ -13775,8 +13796,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 67.78937 177.8157 79.78937]
-/Dest [213 0 R /XYZ 40.01575 258.4394 0]
+/Rect [40.01575 582.6394 141.7057 594.6394]
+/Dest [200 0 R /XYZ 40.01575 537.2394 0]
 >>
 endobj 
 1405 0 obj 
@@ -13785,8 +13806,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [40.01575 49.78937 175.6157 61.78937]
-/Dest [218 0 R /XYZ 40.01575 766.2394 0]
+/Rect [40.01575 564.6394 123.3657 576.6394]
+/Dest [207 0 R /XYZ 40.01575 421.8394 0]
 >>
 endobj 
 1406 0 obj 
@@ -13795,8 +13816,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 787.7894 433.9302 799.7894]
-/Dest [218 0 R /XYZ 40.01575 264.4394 0]
+/Rect [40.01575 546.6394 134.4857 558.6394]
+/Dest [210 0 R /XYZ 40.01575 200.8394 0]
 >>
 endobj 
 1407 0 obj 
@@ -13805,8 +13826,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 769.7894 469.5102 781.7894]
-/Dest [223 0 R /XYZ 40.01575 695.4394 0]
+/Rect [40.01575 528.6394 134.4857 540.6394]
+/Dest [213 0 R /XYZ 40.01575 440.8394 0]
 >>
 endobj 
 1408 0 obj 
@@ -13815,8 +13836,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 751.0394 536.7202 763.0394]
-/Dest [136 0 R /XYZ 50.01575 336.8394 0]
+/Rect [40.01575 510.6394 100.0257 522.6394]
+/Dest [154 0 R /XYZ 40.01575 789.2394 0]
 >>
 endobj 
 1409 0 obj 
@@ -13825,8 +13846,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 733.0394 499.875 745.0394]
-/Dest [136 0 R /XYZ 50.01575 276.8394 0]
+/Rect [40.01575 492.6394 116.1457 504.6394]
+/Dest [112 0 R /XYZ 40.01575 89.83937 0]
 >>
 endobj 
 1410 0 obj 
@@ -13835,8 +13856,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 721.0394 443.3802 733.0394]
-/Dest [136 0 R /XYZ 50.01575 276.8394 0]
+/Rect [40.01575 474.6394 151.1657 486.6394]
+/Dest [123 0 R /XYZ 40.01575 327.2394 0]
 >>
 endobj 
 1411 0 obj 
@@ -13845,8 +13866,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 703.0394 539.5202 715.0394]
-/Dest [603 0 R /XYZ 50.01575 254.0394 0]
+/Rect [40.01575 456.6394 116.7057 468.6394]
+/Dest [126 0 R /XYZ 40.01575 463.4394 0]
 >>
 endobj 
 1412 0 obj 
@@ -13855,8 +13876,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 685.0394 494.5302 697.0394]
-/Dest [131 0 R /XYZ 50.01575 300.8394 0]
+/Rect [40.01575 438.6394 140.0457 450.6394]
+/Dest [129 0 R /XYZ 40.01575 589.2394 0]
 >>
 endobj 
 1413 0 obj 
@@ -13865,8 +13886,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 667.0394 500.0802 679.0394]
-/Dest [131 0 R /XYZ 50.01575 258.8394 0]
+/Rect [40.01575 420.6394 130.5957 432.6394]
+/Dest [132 0 R /XYZ 40.01575 374.2394 0]
 >>
 endobj 
 1414 0 obj 
@@ -13875,8 +13896,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 618.6394 523.4102 630.6394]
-/Dest [213 0 R /XYZ 50.01575 789.0394 0]
+/Rect [40.01575 402.6394 158.9357 414.6394]
+/Dest [132 0 R /XYZ 40.01575 123.0394 0]
 >>
 endobj 
 1415 0 obj 
@@ -13884,13 +13905,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 600.6394 517.8502 612.6394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder3d.Gridder3D.yaxis'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 384.6394 171.1557 396.6394]
+/Dest [137 0 R /XYZ 40.01575 422.2394 0]
 >>
 endobj 
 1416 0 obj 
@@ -13899,8 +13916,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 582.6394 532.8502 594.6394]
-/Dest [213 0 R /XYZ 50.01575 789.0394 0]
+/Rect [40.01575 366.6394 123.9257 378.6394]
+/Dest [140 0 R /XYZ 40.01575 419.6394 0]
 >>
 endobj 
 1417 0 obj 
@@ -13908,13 +13925,9 @@ endobj
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
-/Rect [328.9102 564.6394 517.8502 576.6394]
-/A 
-<<
-/URI (file:///home/dk/Dropbox/devel/xrayutilities/\('',u'#xrayutilities.gridder3d.Gridder3D.ymatrix'\))
-/Type /Action
-/S /URI
->>
+/Contents ()
+/Rect [40.01575 348.6394 191.1857 360.6394]
+/Dest [143 0 R /XYZ 40.01575 789.2394 0]
 >>
 endobj 
 1418 0 obj 
@@ -13923,8 +13936,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 546.6394 539.5202 558.6394]
-/Dest [603 0 R /XYZ 50.01575 212.0394 0]
+/Rect [40.01575 330.6394 130.0357 342.6394]
+/Dest [143 0 R /XYZ 40.01575 487.0394 0]
 >>
 endobj 
 1419 0 obj 
@@ -13933,8 +13946,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 498.2394 523.4102 510.2394]
-/Dest [213 0 R /XYZ 40.01575 282.0394 0]
+/Rect [40.01575 312.6394 123.9257 324.6394]
+/Dest [148 0 R /XYZ 40.01575 584.4394 0]
 >>
 endobj 
 1420 0 obj 
@@ -13943,8 +13956,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 480.2394 499.885 492.2394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [40.01575 294.6394 135.5957 306.6394]
+/Dest [151 0 R /XYZ 40.01575 267.6394 0]
 >>
 endobj 
 1421 0 obj 
@@ -13953,8 +13966,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 468.2394 433.9302 480.2394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Rect [40.01575 276.6394 132.8057 288.6394]
+/Dest [175 0 R /XYZ 40.01575 304.2394 0]
 >>
 endobj 
 1422 0 obj 
@@ -13963,8 +13976,8 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 450.2394 532.8502 462.2394]
-/Dest [213 0 R /XYZ 40.01575 282.0394 0]
+/Rect [40.01575 258.6394 157.8157 270.6394]
+/Dest [154 0 R /XYZ 40.01575 700.4394 0]
 >>
 endobj 
 1423 0 obj 
@@ -13973,468 +13986,153 @@ endobj
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
-/Rect [308.9102 432.2394 538.9602 444.2394]
-/Dest [603 0 R /XYZ 50.01575 170.0394 0]
+/Rect [40.01575 240.6394 145.5857 252.6394]
+/Dest [154 0 R /XYZ 40.01575 377.2394 0]
 >>
 endobj 
 1424 0 obj 
 <<
-/Annots [1363 0 R 1364 0 R 1365 0 R 1366 0 R 1367 0 R 1368 0 R 1369 0 R 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R 1376 0 R 1377 0 R 1378 0 R 1379 0 R 1380 0 R 1381 0 R 1382 0 R 1383 0 R 1384 0 R 1385 0 R 1386 0 R 1387 0 R 1388 0 R 1389 0 R 1390 0 R 1391 0 R 1392 0 R 1393 0 R 1394 0 R 1395 0 R 1396 0 R 1397 0 R 1398 0 R 1399 0 R 1400 0 R 1401 0 R 1402 0 R 1403 0 R 1404 0 R 1405 0 R 1406 0 R 1407 0 R 1408 0 R 1409 0 R 1410 0 R 1411 0 R 1412 0 R 1413 0 R 1414 0 R 1415 0 R 1416 0 [...]
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
-/Type /Page
-/Trans 
-<<
->>
-/Parent 10 0 R
-/Contents 1425 0 R
-/MediaBox [0 0 595.2756 841.8898]
+/Subtype /Link
+/Border [0 0 0]
+/Type /Annot
+/Contents ()
+/Rect [40.01575 222.6394 176.7257 234.6394]
+/Dest [154 0 R /XYZ 40.01575 138.0394 0]
 >>
 endobj 
-1426 0 obj 
-<<
-/Rotate 0
-/Resources 
-<<
-/Font 1 0 R
-/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
-/Type /Page
-/Trans 
-<<
->>
-/Parent 10 0 R
-/Contents 1427 0 R
-/MediaBox [0 0 595.2756 841.8898]
->>
-endobj 
-1428 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 727.3894 89.46575 739.3894]
-/Dest [27 0 R /XYZ 40.01575 712.2394 0]
->>
-endobj 
-1429 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 708.6394 128.3657 720.6394]
-/Dest [111 0 R /XYZ 40.01575 280.6394 0]
->>
-endobj 
-1430 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 690.6394 170.6057 702.6394]
-/Dest [92 0 R /XYZ 40.01575 458.8394 0]
->>
-endobj 
-1431 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 672.6394 181.7257 684.6394]
-/Dest [103 0 R /XYZ 40.01575 533.4394 0]
->>
-endobj 
-1432 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 654.6394 151.6957 666.6394]
-/Dest [106 0 R /XYZ 40.01575 427.4394 0]
->>
-endobj 
-1433 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 636.6394 190.0557 648.6394]
-/Dest [106 0 R /XYZ 40.01575 191.2394 0]
->>
-endobj 
-1434 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 618.6394 118.9257 630.6394]
-/Dest [196 0 R /XYZ 40.01575 446.8394 0]
->>
-endobj 
-1435 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 600.6394 135.0457 612.6394]
-/Dest [196 0 R /XYZ 40.01575 360.0394 0]
->>
-endobj 
-1436 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 582.6394 141.7057 594.6394]
-/Dest [196 0 R /XYZ 40.01575 194.2394 0]
->>
-endobj 
-1437 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 564.6394 123.3657 576.6394]
-/Dest [207 0 R /XYZ 40.01575 653.8394 0]
->>
-endobj 
-1438 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 546.6394 134.4857 558.6394]
-/Dest [210 0 R /XYZ 40.01575 449.8394 0]
->>
-endobj 
-1439 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 528.6394 134.4857 540.6394]
-/Dest [213 0 R /XYZ 40.01575 677.8394 0]
->>
-endobj 
-1440 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 510.6394 100.0257 522.6394]
-/Dest [156 0 R /XYZ 40.01575 272.0504 0]
->>
-endobj 
-1441 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 492.6394 116.1457 504.6394]
-/Dest [111 0 R /XYZ 40.01575 131.8394 0]
->>
-endobj 
-1442 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 474.6394 151.1657 486.6394]
-/Dest [122 0 R /XYZ 40.01575 393.2394 0]
->>
-endobj 
-1443 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 456.6394 116.7057 468.6394]
-/Dest [125 0 R /XYZ 40.01575 536.4394 0]
->>
-endobj 
-1444 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 438.6394 140.0457 450.6394]
-/Dest [128 0 R /XYZ 40.01575 673.2394 0]
->>
-endobj 
-1445 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 420.6394 130.5957 432.6394]
-/Dest [131 0 R /XYZ 40.01575 374.2394 0]
->>
-endobj 
-1446 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 402.6394 158.9357 414.6394]
-/Dest [131 0 R /XYZ 40.01575 123.0394 0]
->>
-endobj 
-1447 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 384.6394 171.1557 396.6394]
-/Dest [136 0 R /XYZ 40.01575 422.2394 0]
->>
-endobj 
-1448 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 366.6394 123.9257 378.6394]
-/Dest [139 0 R /XYZ 40.01575 419.6394 0]
->>
-endobj 
-1449 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 348.6394 135.5957 360.6394]
-/Dest [142 0 R /XYZ 40.01575 789.2394 0]
->>
-endobj 
-1450 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 330.6394 191.1857 342.6394]
-/Dest [142 0 R /XYZ 40.01575 304.0394 0]
->>
-endobj 
-1451 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 312.6394 130.0357 324.6394]
-/Dest [147 0 R /XYZ 40.01575 722.2394 0]
->>
-endobj 
-1452 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 294.6394 123.9257 306.6394]
-/Dest [150 0 R /XYZ 40.01575 380.4394 0]
->>
-endobj 
-1453 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 276.6394 135.5957 288.6394]
-/Dest [153 0 R /XYZ 40.01575 789.2394 0]
->>
-endobj 
-1454 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 258.6394 132.8057 270.6394]
-/Dest [176 0 R /XYZ 40.01575 543.0394 0]
->>
-endobj 
-1455 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 240.6394 145.5857 252.6394]
-/Dest [156 0 R /XYZ 40.01575 183.2504 0]
->>
-endobj 
-1456 0 obj 
-<<
-/Subtype /Link
-/Border [0 0 0]
-/Type /Annot
-/Contents ()
-/Rect [40.01575 222.6394 176.7257 234.6394]
-/Dest [165 0 R /XYZ 40.01575 665.2394 0]
->>
-endobj 
-1457 0 obj 
+1425 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 204.6394 176.1557 216.6394]
-/Dest [168 0 R /XYZ 40.01575 193.2394 0]
+/Dest [167 0 R /XYZ 40.01575 423.2394 0]
 >>
 endobj 
-1458 0 obj 
+1426 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 186.6394 161.7057 198.6394]
-/Dest [168 0 R /XYZ 40.01575 164.0394 0]
+/Dest [167 0 R /XYZ 40.01575 394.0394 0]
 >>
 endobj 
-1459 0 obj 
+1427 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 168.6394 171.1457 180.6394]
-/Dest [173 0 R /XYZ 40.01575 149.6394 0]
+/Dest [172 0 R /XYZ 40.01575 611.2394 0]
 >>
 endobj 
-1460 0 obj 
+1428 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 150.6394 228.9557 162.6394]
-/Dest [176 0 R /XYZ 40.01575 674.2394 0]
+/Dest [175 0 R /XYZ 40.01575 435.4394 0]
 >>
 endobj 
-1461 0 obj 
+1429 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 132.6394 114.4757 144.6394]
-/Dest [196 0 R /XYZ 40.01575 508.2394 0]
+/Dest [195 0 R /XYZ 40.01575 135.2394 0]
 >>
 endobj 
-1462 0 obj 
+1430 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 114.6394 125.0357 126.6394]
-/Dest [176 0 R /XYZ 40.01575 454.2394 0]
+/Dest [175 0 R /XYZ 40.01575 215.4394 0]
 >>
 endobj 
-1463 0 obj 
+1431 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 96.63937 157.2757 108.6394]
-/Dest [187 0 R /XYZ 40.01575 605.2394 0]
+/Dest [186 0 R /XYZ 40.01575 217.2394 0]
 >>
 endobj 
-1464 0 obj 
+1432 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 78.63937 164.4857 90.63937]
-/Dest [190 0 R /XYZ 40.01575 101.4394 0]
+/Dest [189 0 R /XYZ 40.01575 452.2394 0]
 >>
 endobj 
-1465 0 obj 
+1433 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [40.01575 60.63937 144.4857 72.63937]
-/Dest [193 0 R /XYZ 40.01575 545.4394 0]
+/Dest [192 0 R /XYZ 40.01575 170.4394 0]
 >>
 endobj 
-1466 0 obj 
+1434 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 787.0394 404.4802 799.0394]
-/Dest [213 0 R /XYZ 40.01575 282.0394 0]
+/Dest [216 0 R /XYZ 40.01575 789.8394 0]
 >>
 endobj 
-1467 0 obj 
+1435 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 769.0394 402.2802 781.0394]
-/Dest [218 0 R /XYZ 40.01575 789.8394 0]
+/Dest [219 0 R /XYZ 40.01575 553.8394 0]
 >>
 endobj 
-1468 0 obj 
+1436 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 751.0394 391.7002 763.0394]
-/Dest [218 0 R /XYZ 40.01575 288.0394 0]
+/Dest [222 0 R /XYZ 40.01575 789.8394 0]
 >>
 endobj 
-1469 0 obj 
+1437 0 obj 
 <<
 /Subtype /Link
 /Border [0 0 0]
 /Type /Annot
 /Contents ()
 /Rect [308.9102 733.0394 427.2802 745.0394]
-/Dest [223 0 R /XYZ 40.01575 719.0394 0]
+/Dest [222 0 R /XYZ 40.01575 488.2394 0]
 >>
 endobj 
 478 0 obj 
 <<
-/Annots [1428 0 R 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R 1438 0 R 1439 0 R 1440 0 R 1441 0 R 1442 0 R 1443 0 R 1444 0 R 1445 0 R 1446 0 R 1447 0 R 1448 0 R 1449 0 R 1450 0 R 1451 0 R 1452 0 R 1453 0 R 1454 0 R 1455 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R 1464 0 R 1465 0 R 1466 0 R 1467 0 R 1468 0 R 1469 0 R]
+/Annots [1396 0 R 1397 0 R 1398 0 R 1399 0 R 1400 0 R 1401 0 R 1402 0 R 1403 0 R 1404 0 R 1405 0 R 1406 0 R 1407 0 R 1408 0 R 1409 0 R 1410 0 R 1411 0 R 1412 0 R 1413 0 R 1414 0 R 1415 0 R 1416 0 R 1417 0 R 1418 0 R 1419 0 R 1420 0 R 1421 0 R 1422 0 R 1423 0 R 1424 0 R 1425 0 R 1426 0 R 1427 0 R 1428 0 R 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R]
 /Rotate 0
 /Resources 
 <<
@@ -14446,1646 +14144,1646 @@ endobj
 <<
 >>
 /Parent 10 0 R
-/Contents 1470 0 R
+/Contents 1438 0 R
 /MediaBox [0 0 595.2756 841.8898]
 >>
 endobj 
-1471 0 obj 
+1439 0 obj 
 <<
-/PageLabels 1472 0 R
+/PageLabels 1440 0 R
 /Type /Catalog
 /Pages 10 0 R
 /PageMode /UseNone
-/Outlines 1473 0 R
+/Outlines 1441 0 R
 >>
 endobj 
-1473 0 obj 
+1441 0 obj 
 <<
 /Type /Outlines
-/Last 1474 0 R
-/First 1475 0 R
+/Last 1442 0 R
+/First 1443 0 R
 /Count 200
 >>
 endobj 
-1475 0 obj 
+1443 0 obj 
 <<
 /Title (Welcome to xrayutilities's documentation!)
-/Parent 1473 0 R
-/Next 1476 0 R
+/Parent 1441 0 R
+/Next 1444 0 R
 /Dest [15 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1476 0 obj 
+1444 0 obj 
 <<
 /Title (Introduction)
-/Parent 1473 0 R
-/Last 1477 0 R
-/Prev 1475 0 R
-/Next 1478 0 R
-/First 1479 0 R
+/Parent 1441 0 R
+/Last 1445 0 R
+/Prev 1443 0 R
+/Next 1446 0 R
+/First 1447 0 R
 /Dest [15 0 R /XYZ 40.01575 699.0394 0]
 /Count 3
 >>
 endobj 
-1479 0 obj 
+1447 0 obj 
 <<
 /Title (Concept of usage)
-/Parent 1476 0 R
-/Next 1480 0 R
+/Parent 1444 0 R
+/Next 1448 0 R
 /Dest [15 0 R /XYZ 40.01575 575.0394 0]
 >>
 endobj 
-1480 0 obj 
+1448 0 obj 
 <<
 /Title (Angle calculation using the material classes)
-/Parent 1476 0 R
-/Prev 1479 0 R
-/Next 1477 0 R
+/Parent 1444 0 R
+/Prev 1447 0 R
+/Next 1445 0 R
 /Dest [22 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1477 0 obj 
+1445 0 obj 
 <<
 /Title (hello world)
-/Parent 1476 0 R
-/Prev 1480 0 R
+/Parent 1444 0 R
+/Prev 1448 0 R
 /Dest [22 0 R /XYZ 40.01575 477.9105 0]
 >>
 endobj 
-1478 0 obj 
+1446 0 obj 
 <<
 /Title (xrayutilities Python package)
-/Parent 1473 0 R
-/Prev 1476 0 R
-/Next 1481 0 R
+/Parent 1441 0 R
+/Prev 1444 0 R
+/Next 1449 0 R
 /Dest [27 0 R /XYZ 40.01575 708.2394 0]
 >>
 endobj 
-1481 0 obj 
+1449 0 obj 
 <<
 /Title (Installation)
-/Parent 1473 0 R
-/Last 1482 0 R
-/Prev 1478 0 R
-/Next 1483 0 R
-/First 1484 0 R
+/Parent 1441 0 R
+/Last 1450 0 R
+/Prev 1446 0 R
+/Next 1451 0 R
+/First 1452 0 R
 /Dest [27 0 R /XYZ 40.01575 569.2394 0]
 /Count 6
 >>
 endobj 
-1484 0 obj 
+1452 0 obj 
 <<
 /Title (Express instructions)
-/Parent 1481 0 R
-/Next 1485 0 R
+/Parent 1449 0 R
+/Next 1453 0 R
 /Dest [27 0 R /XYZ 40.01575 529.2394 0]
 >>
 endobj 
-1485 0 obj 
+1453 0 obj 
 <<
 /Title (Detailed instructions)
-/Parent 1481 0 R
-/Prev 1484 0 R
-/Next 1486 0 R
+/Parent 1449 0 R
+/Prev 1452 0 R
+/Next 1454 0 R
 /Dest [27 0 R /XYZ 40.01575 302.4394 0]
 >>
 endobj 
-1486 0 obj 
+1454 0 obj 
 <<
 /Title (Required third party software)
-/Parent 1481 0 R
-/Prev 1485 0 R
-/Next 1487 0 R
+/Parent 1449 0 R
+/Prev 1453 0 R
+/Next 1455 0 R
 /Dest [27 0 R /XYZ 40.01575 219.2394 0]
 >>
 endobj 
-1487 0 obj 
+1455 0 obj 
 <<
 /Title (Building and installing the library and python package)
-/Parent 1481 0 R
-/Prev 1486 0 R
-/Next 1488 0 R
+/Parent 1449 0 R
+/Prev 1454 0 R
+/Next 1456 0 R
 /Dest [38 0 R /XYZ 40.01575 521.0394 0]
 >>
 endobj 
-1488 0 obj 
+1456 0 obj 
 <<
 /Title (Setup of the Python package)
-/Parent 1481 0 R
-/Prev 1487 0 R
-/Next 1482 0 R
+/Parent 1449 0 R
+/Prev 1455 0 R
+/Next 1450 0 R
 /Dest [38 0 R /XYZ 40.01575 348.2394 0]
 >>
 endobj 
-1482 0 obj 
+1450 0 obj 
 <<
 /Title (Notes for installing on Windows)
-/Parent 1481 0 R
-/Prev 1488 0 R
+/Parent 1449 0 R
+/Prev 1456 0 R
 /Dest [38 0 R /XYZ 40.01575 157.4394 0]
 >>
 endobj 
-1483 0 obj 
+1451 0 obj 
 <<
 /Title (Examples and API-documentation)
-/Parent 1473 0 R
-/Last 1489 0 R
-/Prev 1481 0 R
-/Next 1490 0 R
-/First 1491 0 R
-/Dest [45 0 R /XYZ 40.01575 485.2394 0]
+/Parent 1441 0 R
+/Last 1457 0 R
+/Prev 1449 0 R
+/Next 1458 0 R
+/First 1459 0 R
+/Dest [45 0 R /XYZ 40.01575 642.2394 0]
 /Count 160
 >>
 endobj 
-1491 0 obj 
+1459 0 obj 
 <<
 /Title (Examples)
-/Parent 1483 0 R
-/Last 1492 0 R
-/Next 1493 0 R
-/First 1494 0 R
-/Dest [45 0 R /XYZ 40.01575 445.2394 0]
+/Parent 1451 0 R
+/Last 1460 0 R
+/Next 1461 0 R
+/First 1462 0 R
+/Dest [45 0 R /XYZ 40.01575 602.2394 0]
 /Count 13
 >>
 endobj 
-1494 0 obj 
+1462 0 obj 
 <<
 /Title (Reading data from data files)
-/Parent 1491 0 R
-/Last 1495 0 R
-/Next 1496 0 R
-/First 1497 0 R
-/Dest [45 0 R /XYZ 40.01575 368.0394 0]
+/Parent 1459 0 R
+/Last 1463 0 R
+/Next 1464 0 R
+/First 1465 0 R
+/Dest [45 0 R /XYZ 40.01575 525.0394 0]
 /Count 3
 >>
 endobj 
-1497 0 obj 
+1465 0 obj 
 <<
 /Title (Reading SPEC files)
-/Parent 1494 0 R
-/Next 1498 0 R
-/Dest [45 0 R /XYZ 40.01575 305.2394 0]
+/Parent 1462 0 R
+/Next 1466 0 R
+/Dest [45 0 R /XYZ 40.01575 462.2394 0]
 >>
 endobj 
-1498 0 obj 
+1466 0 obj 
 <<
 /Title (Reading EDF files)
-/Parent 1494 0 R
-/Prev 1497 0 R
-/Next 1495 0 R
-/Dest [54 0 R /XYZ 40.01575 331.4394 0]
+/Parent 1462 0 R
+/Prev 1465 0 R
+/Next 1463 0 R
+/Dest [54 0 R /XYZ 40.01575 487.4394 0]
 >>
 endobj 
-1495 0 obj 
+1463 0 obj 
 <<
 /Title (Other formats)
-/Parent 1494 0 R
-/Prev 1498 0 R
-/Dest [57 0 R /XYZ 40.01575 632.2394 0]
+/Parent 1462 0 R
+/Prev 1466 0 R
+/Dest [54 0 R /XYZ 40.01575 132.2394 0]
 >>
 endobj 
-1496 0 obj 
+1464 0 obj 
 <<
 /Title (Angle calculation using experiment and material classes)
-/Parent 1491 0 R
-/Prev 1494 0 R
-/Next 1499 0 R
-/Dest [57 0 R /XYZ 40.01575 457.8394 0]
+/Parent 1459 0 R
+/Prev 1462 0 R
+/Next 1467 0 R
+/Dest [59 0 R /XYZ 40.01575 693.0394 0]
 >>
 endobj 
-1499 0 obj 
+1467 0 obj 
 <<
 /Title (Using the Gridder classes)
-/Parent 1491 0 R
-/Prev 1496 0 R
-/Next 1500 0 R
-/Dest [66 0 R /XYZ 40.01575 107.4394 0]
+/Parent 1459 0 R
+/Prev 1464 0 R
+/Next 1468 0 R
+/Dest [66 0 R /XYZ 40.01575 353.4394 0]
 >>
 endobj 
-1500 0 obj 
+1468 0 obj 
 <<
 /Title (Using the material class)
-/Parent 1491 0 R
-/Prev 1499 0 R
-/Next 1501 0 R
-/Dest [71 0 R /XYZ 40.01575 463.0394 0]
+/Parent 1459 0 R
+/Prev 1467 0 R
+/Next 1469 0 R
+/Dest [71 0 R /XYZ 40.01575 714.0394 0]
 >>
 endobj 
-1501 0 obj 
+1469 0 obj 
 <<
 /Title (Calculation of diffraction angles for a general geometry)
-/Parent 1491 0 R
-/Prev 1500 0 R
-/Next 1502 0 R
-/Dest [76 0 R /XYZ 40.01575 75.03937 0]
+/Parent 1459 0 R
+/Prev 1468 0 R
+/Next 1470 0 R
+/Dest [76 0 R /XYZ 40.01575 326.6394 0]
 >>
 endobj 
-1502 0 obj 
+1470 0 obj 
 <<
 /Title (User-specific config file)
-/Parent 1491 0 R
-/Prev 1501 0 R
-/Next 1492 0 R
-/Dest [79 0 R /XYZ 40.01575 272.2394 0]
+/Parent 1459 0 R
+/Prev 1469 0 R
+/Next 1460 0 R
+/Dest [79 0 R /XYZ 40.01575 512.2394 0]
 >>
 endobj 
-1492 0 obj 
+1460 0 obj 
 <<
 /Title (Determining detector parameters)
-/Parent 1491 0 R
-/Last 1503 0 R
-/Prev 1502 0 R
-/First 1504 0 R
-/Dest [82 0 R /XYZ 40.01575 596.2394 0]
+/Parent 1459 0 R
+/Last 1471 0 R
+/Prev 1470 0 R
+/First 1472 0 R
+/Dest [79 0 R /XYZ 40.01575 118.6394 0]
 /Count 3
 >>
 endobj 
-1504 0 obj 
+1472 0 obj 
 <<
 /Title (Linear detectors)
-/Parent 1492 0 R
-/Next 1505 0 R
-/Dest [82 0 R /XYZ 40.01575 533.4394 0]
+/Parent 1460 0 R
+/Next 1473 0 R
+/Dest [84 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1505 0 obj 
+1473 0 obj 
 <<
 /Title (Area detector \(Variant 1\))
-/Parent 1492 0 R
-/Prev 1504 0 R
-/Next 1503 0 R
-/Dest [82 0 R /XYZ 40.01575 118.2394 0]
+/Parent 1460 0 R
+/Prev 1472 0 R
+/Next 1471 0 R
+/Dest [84 0 R /XYZ 40.01575 371.8394 0]
 >>
 endobj 
-1503 0 obj 
+1471 0 obj 
 <<
 /Title (Area detector \(Variant 2\))
-/Parent 1492 0 R
-/Prev 1505 0 R
-/Dest [89 0 R /XYZ 40.01575 588.2394 0]
+/Parent 1460 0 R
+/Prev 1473 0 R
+/Dest [89 0 R /XYZ 40.01575 117.4394 0]
 >>
 endobj 
-1493 0 obj 
+1461 0 obj 
 <<
 /Title (xrayutilities package)
-/Parent 1483 0 R
-/Last 1506 0 R
-/Prev 1491 0 R
-/Next 1507 0 R
-/First 1508 0 R
-/Dest [92 0 R /XYZ 40.01575 584.2394 0]
+/Parent 1451 0 R
+/Last 1474 0 R
+/Prev 1459 0 R
+/Next 1475 0 R
+/First 1476 0 R
+/Dest [92 0 R /XYZ 40.01575 104.2394 0]
 /Count 52
 >>
 endobj 
-1508 0 obj 
+1476 0 obj 
 <<
 /Title (Subpackages)
-/Parent 1493 0 R
-/Last 1509 0 R
-/Next 1510 0 R
-/First 1511 0 R
-/Dest [92 0 R /XYZ 40.01575 549.0394 0]
+/Parent 1461 0 R
+/Last 1477 0 R
+/Next 1478 0 R
+/First 1479 0 R
+/Dest [95 0 R /XYZ 40.01575 787.0394 0]
 /Count 39
 >>
 endobj 
-1511 0 obj 
+1479 0 obj 
 <<
 /Title (xrayutilities.analysis package)
-/Parent 1508 0 R
-/Last 1512 0 R
-/Next 1513 0 R
-/First 1514 0 R
-/Dest [92 0 R /XYZ 40.01575 516.2394 0]
+/Parent 1476 0 R
+/Last 1480 0 R
+/Next 1481 0 R
+/First 1482 0 R
+/Dest [95 0 R /XYZ 40.01575 754.2394 0]
 /Count 6
 >>
 endobj 
-1514 0 obj 
+1482 0 obj 
 <<
 /Title (Submodules)
-/Parent 1511 0 R
-/Next 1515 0 R
-/Dest [92 0 R /XYZ 40.01575 485.8394 0]
+/Parent 1479 0 R
+/Next 1483 0 R
+/Dest [95 0 R /XYZ 40.01575 723.8394 0]
 >>
 endobj 
-1515 0 obj 
+1483 0 obj 
 <<
 /Title (xrayutilities.analysis.line_cuts module)
-/Parent 1511 0 R
-/Prev 1514 0 R
-/Next 1516 0 R
-/Dest [92 0 R /XYZ 40.01575 456.6394 0]
+/Parent 1479 0 R
+/Prev 1482 0 R
+/Next 1484 0 R
+/Dest [95 0 R /XYZ 40.01575 694.6394 0]
 >>
 endobj 
-1516 0 obj 
+1484 0 obj 
 <<
 /Title (xrayutilities.analysis.line_cuts3d module)
-/Parent 1511 0 R
-/Prev 1515 0 R
-/Next 1517 0 R
-/Dest [103 0 R /XYZ 40.01575 531.2394 0]
+/Parent 1479 0 R
+/Prev 1483 0 R
+/Next 1485 0 R
+/Dest [104 0 R /XYZ 40.01575 759.0394 0]
 >>
 endobj 
-1517 0 obj 
+1485 0 obj 
 <<
 /Title (xrayutilities.analysis.misc module)
-/Parent 1511 0 R
-/Prev 1516 0 R
-/Next 1518 0 R
-/Dest [106 0 R /XYZ 40.01575 425.2394 0]
+/Parent 1479 0 R
+/Prev 1484 0 R
+/Next 1486 0 R
+/Dest [107 0 R /XYZ 40.01575 654.0394 0]
 >>
 endobj 
-1518 0 obj 
+1486 0 obj 
 <<
 /Title (xrayutilities.analysis.sample_align module)
-/Parent 1511 0 R
-/Prev 1517 0 R
-/Next 1512 0 R
-/Dest [106 0 R /XYZ 40.01575 189.0394 0]
+/Parent 1479 0 R
+/Prev 1485 0 R
+/Next 1480 0 R
+/Dest [107 0 R /XYZ 40.01575 417.8394 0]
 >>
 endobj 
-1512 0 obj 
+1480 0 obj 
 <<
 /Title (Module contents)
-/Parent 1511 0 R
-/Prev 1518 0 R
-/Dest [111 0 R /XYZ 40.01575 278.4394 0]
+/Parent 1479 0 R
+/Prev 1486 0 R
+/Dest [112 0 R /XYZ 40.01575 236.4394 0]
 >>
 endobj 
-1513 0 obj 
+1481 0 obj 
 <<
 /Title (xrayutilities.io package)
-/Parent 1508 0 R
-/Last 1519 0 R
-/Prev 1511 0 R
-/Next 1520 0 R
-/First 1521 0 R
-/Dest [111 0 R /XYZ 40.01575 189.2394 0]
-/Count 15
+/Parent 1476 0 R
+/Last 1487 0 R
+/Prev 1479 0 R
+/Next 1488 0 R
+/First 1489 0 R
+/Dest [112 0 R /XYZ 40.01575 147.2394 0]
+/Count 14
 >>
 endobj 
-1521 0 obj 
+1489 0 obj 
 <<
 /Title (Submodules)
-/Parent 1513 0 R
-/Next 1522 0 R
-/Dest [111 0 R /XYZ 40.01575 158.8394 0]
+/Parent 1481 0 R
+/Next 1490 0 R
+/Dest [112 0 R /XYZ 40.01575 116.8394 0]
 >>
 endobj 
-1522 0 obj 
+1490 0 obj 
 <<
 /Title (xrayutilities.io.cbf module)
-/Parent 1513 0 R
-/Prev 1521 0 R
-/Next 1523 0 R
-/Dest [111 0 R /XYZ 40.01575 129.6394 0]
+/Parent 1481 0 R
+/Prev 1489 0 R
+/Next 1491 0 R
+/Dest [112 0 R /XYZ 40.01575 87.63937 0]
 >>
 endobj 
-1523 0 obj 
+1491 0 obj 
 <<
 /Title (xrayutilities.io.desy_tty08 module)
-/Parent 1513 0 R
-/Prev 1522 0 R
-/Next 1524 0 R
-/Dest [122 0 R /XYZ 40.01575 391.0394 0]
+/Parent 1481 0 R
+/Prev 1490 0 R
+/Next 1492 0 R
+/Dest [123 0 R /XYZ 40.01575 325.0394 0]
 >>
 endobj 
-1524 0 obj 
+1492 0 obj 
 <<
 /Title (xrayutilities.io.edf module)
-/Parent 1513 0 R
-/Prev 1523 0 R
-/Next 1525 0 R
-/Dest [125 0 R /XYZ 40.01575 534.2394 0]
+/Parent 1481 0 R
+/Prev 1491 0 R
+/Next 1493 0 R
+/Dest [126 0 R /XYZ 40.01575 461.2394 0]
 >>
 endobj 
-1525 0 obj 
+1493 0 obj 
 <<
 /Title (xrayutilities.io.fastscan module)
-/Parent 1513 0 R
-/Prev 1524 0 R
-/Next 1526 0 R
-/Dest [128 0 R /XYZ 40.01575 671.0394 0]
+/Parent 1481 0 R
+/Prev 1492 0 R
+/Next 1494 0 R
+/Dest [129 0 R /XYZ 40.01575 587.0394 0]
 >>
 endobj 
-1526 0 obj 
+1494 0 obj 
 <<
 /Title (xrayutilities.io.helper module)
-/Parent 1513 0 R
-/Prev 1525 0 R
-/Next 1527 0 R
-/Dest [131 0 R /XYZ 40.01575 372.0394 0]
+/Parent 1481 0 R
+/Prev 1493 0 R
+/Next 1495 0 R
+/Dest [132 0 R /XYZ 40.01575 372.0394 0]
 >>
 endobj 
-1527 0 obj 
+1495 0 obj 
 <<
 /Title (xrayutilities.io.imagereader module)
-/Parent 1513 0 R
-/Prev 1526 0 R
-/Next 1528 0 R
-/Dest [131 0 R /XYZ 40.01575 120.8394 0]
+/Parent 1481 0 R
+/Prev 1494 0 R
+/Next 1496 0 R
+/Dest [132 0 R /XYZ 40.01575 120.8394 0]
 >>
 endobj 
-1528 0 obj 
+1496 0 obj 
 <<
 /Title (xrayutilities.io.panalytical_xml module)
-/Parent 1513 0 R
-/Prev 1527 0 R
-/Next 1529 0 R
-/Dest [136 0 R /XYZ 40.01575 420.0394 0]
+/Parent 1481 0 R
+/Prev 1495 0 R
+/Next 1497 0 R
+/Dest [137 0 R /XYZ 40.01575 420.0394 0]
 >>
 endobj 
-1529 0 obj 
+1497 0 obj 
 <<
 /Title (xrayutilities.io.pdcif module)
-/Parent 1513 0 R
-/Prev 1528 0 R
-/Next 1530 0 R
-/Dest [139 0 R /XYZ 40.01575 417.4394 0]
->>
-endobj 
-1530 0 obj 
-<<
-/Title (xrayutilities.io.radicon module)
-/Parent 1513 0 R
-/Prev 1529 0 R
-/Next 1531 0 R
-/Dest [142 0 R /XYZ 40.01575 787.0394 0]
+/Parent 1481 0 R
+/Prev 1496 0 R
+/Next 1498 0 R
+/Dest [140 0 R /XYZ 40.01575 417.4394 0]
 >>
 endobj 
-1531 0 obj 
+1498 0 obj 
 <<
 /Title (xrayutilities.io.rotanode_alignment module)
-/Parent 1513 0 R
-/Prev 1530 0 R
-/Next 1532 0 R
-/Dest [142 0 R /XYZ 40.01575 301.8394 0]
+/Parent 1481 0 R
+/Prev 1497 0 R
+/Next 1499 0 R
+/Dest [143 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1532 0 obj 
+1499 0 obj 
 <<
 /Title (xrayutilities.io.seifert module)
-/Parent 1513 0 R
-/Prev 1531 0 R
-/Next 1533 0 R
-/Dest [147 0 R /XYZ 40.01575 720.0394 0]
+/Parent 1481 0 R
+/Prev 1498 0 R
+/Next 1500 0 R
+/Dest [143 0 R /XYZ 40.01575 484.8394 0]
 >>
 endobj 
-1533 0 obj 
+1500 0 obj 
 <<
 /Title (xrayutilities.io.spec module)
-/Parent 1513 0 R
-/Prev 1532 0 R
-/Next 1534 0 R
-/Dest [150 0 R /XYZ 40.01575 378.2394 0]
+/Parent 1481 0 R
+/Prev 1499 0 R
+/Next 1501 0 R
+/Dest [148 0 R /XYZ 40.01575 582.2394 0]
 >>
 endobj 
-1534 0 obj 
+1501 0 obj 
 <<
 /Title (xrayutilities.io.spectra module)
-/Parent 1513 0 R
-/Prev 1533 0 R
-/Next 1519 0 R
-/Dest [153 0 R /XYZ 40.01575 787.0394 0]
+/Parent 1481 0 R
+/Prev 1500 0 R
+/Next 1487 0 R
+/Dest [151 0 R /XYZ 40.01575 265.4394 0]
 >>
 endobj 
-1519 0 obj 
+1487 0 obj 
 <<
 /Title (Module contents)
-/Parent 1513 0 R
-/Prev 1534 0 R
-/Dest [156 0 R /XYZ 40.01575 269.8504 0]
+/Parent 1481 0 R
+/Prev 1501 0 R
+/Dest [154 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1520 0 obj 
+1488 0 obj 
 <<
 /Title (xrayutilities.materials package)
-/Parent 1508 0 R
-/Last 1535 0 R
-/Prev 1513 0 R
-/Next 1509 0 R
-/First 1536 0 R
-/Dest [156 0 R /XYZ 40.01575 240.6504 0]
-/Count 8
+/Parent 1476 0 R
+/Last 1502 0 R
+/Prev 1481 0 R
+/Next 1477 0 R
+/First 1503 0 R
+/Dest [154 0 R /XYZ 40.01575 757.8394 0]
+/Count 9
 >>
 endobj 
-1536 0 obj 
+1503 0 obj 
 <<
 /Title (Submodules)
-/Parent 1520 0 R
-/Next 1537 0 R
-/Dest [156 0 R /XYZ 40.01575 210.2504 0]
+/Parent 1488 0 R
+/Next 1504 0 R
+/Dest [154 0 R /XYZ 40.01575 727.4394 0]
 >>
 endobj 
-1537 0 obj 
+1504 0 obj 
+<<
+/Title (xrayutilities.materials.atom module)
+/Parent 1488 0 R
+/Prev 1503 0 R
+/Next 1505 0 R
+/Dest [154 0 R /XYZ 40.01575 698.2394 0]
+>>
+endobj 
+1505 0 obj 
 <<
 /Title (xrayutilities.materials.cif module)
-/Parent 1520 0 R
-/Prev 1536 0 R
-/Next 1538 0 R
-/Dest [156 0 R /XYZ 40.01575 181.0504 0]
+/Parent 1488 0 R
+/Prev 1504 0 R
+/Next 1506 0 R
+/Dest [154 0 R /XYZ 40.01575 375.0394 0]
 >>
 endobj 
-1538 0 obj 
+1506 0 obj 
 <<
 /Title (xrayutilities.materials.database module)
-/Parent 1520 0 R
-/Prev 1537 0 R
-/Next 1539 0 R
-/Dest [165 0 R /XYZ 40.01575 663.0394 0]
+/Parent 1488 0 R
+/Prev 1505 0 R
+/Next 1507 0 R
+/Dest [154 0 R /XYZ 40.01575 135.8394 0]
 >>
 endobj 
-1539 0 obj 
+1507 0 obj 
 <<
 /Title (xrayutilities.materials.elements module)
-/Parent 1520 0 R
-/Prev 1538 0 R
-/Next 1540 0 R
-/Dest [168 0 R /XYZ 40.01575 191.0394 0]
+/Parent 1488 0 R
+/Prev 1506 0 R
+/Next 1508 0 R
+/Dest [167 0 R /XYZ 40.01575 421.0394 0]
 >>
 endobj 
-1540 0 obj 
+1508 0 obj 
 <<
 /Title (xrayutilities.materials.lattice module)
-/Parent 1520 0 R
-/Prev 1539 0 R
-/Next 1541 0 R
-/Dest [168 0 R /XYZ 40.01575 161.8394 0]
+/Parent 1488 0 R
+/Prev 1507 0 R
+/Next 1509 0 R
+/Dest [167 0 R /XYZ 40.01575 391.8394 0]
 >>
 endobj 
-1541 0 obj 
+1509 0 obj 
 <<
 /Title (xrayutilities.materials.material module)
-/Parent 1520 0 R
-/Prev 1540 0 R
-/Next 1542 0 R
-/Dest [173 0 R /XYZ 40.01575 147.4394 0]
+/Parent 1488 0 R
+/Prev 1508 0 R
+/Next 1510 0 R
+/Dest [172 0 R /XYZ 40.01575 609.0394 0]
 >>
 endobj 
-1542 0 obj 
+1510 0 obj 
 <<
 /Title (xrayutilities.materials.predefined_materials module)
-/Parent 1520 0 R
-/Prev 1541 0 R
-/Next 1535 0 R
-/Dest [176 0 R /XYZ 40.01575 672.0394 0]
+/Parent 1488 0 R
+/Prev 1509 0 R
+/Next 1502 0 R
+/Dest [175 0 R /XYZ 40.01575 433.2394 0]
 >>
 endobj 
-1535 0 obj 
+1502 0 obj 
 <<
 /Title (Module contents)
-/Parent 1520 0 R
-/Prev 1542 0 R
-/Dest [176 0 R /XYZ 40.01575 540.8394 0]
+/Parent 1488 0 R
+/Prev 1510 0 R
+/Dest [175 0 R /XYZ 40.01575 302.0394 0]
 >>
 endobj 
-1509 0 obj 
+1477 0 obj 
 <<
 /Title (xrayutilities.math package)
-/Parent 1508 0 R
-/Last 1543 0 R
-/Prev 1520 0 R
-/First 1544 0 R
-/Dest [176 0 R /XYZ 40.01575 511.6394 0]
+/Parent 1476 0 R
+/Last 1511 0 R
+/Prev 1488 0 R
+/First 1512 0 R
+/Dest [175 0 R /XYZ 40.01575 272.8394 0]
 /Count 6
 >>
 endobj 
-1544 0 obj 
+1512 0 obj 
 <<
 /Title (Submodules)
-/Parent 1509 0 R
-/Next 1545 0 R
-/Dest [176 0 R /XYZ 40.01575 481.2394 0]
+/Parent 1477 0 R
+/Next 1513 0 R
+/Dest [175 0 R /XYZ 40.01575 242.4394 0]
 >>
 endobj 
-1545 0 obj 
+1513 0 obj 
 <<
 /Title (xrayutilities.math.fit module)
-/Parent 1509 0 R
-/Prev 1544 0 R
-/Next 1546 0 R
-/Dest [176 0 R /XYZ 40.01575 452.0394 0]
+/Parent 1477 0 R
+/Prev 1512 0 R
+/Next 1514 0 R
+/Dest [175 0 R /XYZ 40.01575 213.2394 0]
 >>
 endobj 
-1546 0 obj 
+1514 0 obj 
 <<
 /Title (xrayutilities.math.functions module)
-/Parent 1509 0 R
-/Prev 1545 0 R
-/Next 1547 0 R
-/Dest [187 0 R /XYZ 40.01575 603.0394 0]
+/Parent 1477 0 R
+/Prev 1513 0 R
+/Next 1515 0 R
+/Dest [186 0 R /XYZ 40.01575 215.0394 0]
 >>
 endobj 
-1547 0 obj 
+1515 0 obj 
 <<
 /Title (xrayutilities.math.transforms module)
-/Parent 1509 0 R
-/Prev 1546 0 R
-/Next 1548 0 R
-/Dest [190 0 R /XYZ 40.01575 99.23937 0]
+/Parent 1477 0 R
+/Prev 1514 0 R
+/Next 1516 0 R
+/Dest [189 0 R /XYZ 40.01575 450.0394 0]
 >>
 endobj 
-1548 0 obj 
+1516 0 obj 
 <<
 /Title (xrayutilities.math.vector module)
-/Parent 1509 0 R
-/Prev 1547 0 R
-/Next 1543 0 R
-/Dest [193 0 R /XYZ 40.01575 543.2394 0]
+/Parent 1477 0 R
+/Prev 1515 0 R
+/Next 1511 0 R
+/Dest [192 0 R /XYZ 40.01575 168.2394 0]
 >>
 endobj 
-1543 0 obj 
+1511 0 obj 
 <<
 /Title (Module contents)
-/Parent 1509 0 R
-/Prev 1548 0 R
-/Dest [196 0 R /XYZ 40.01575 506.0394 0]
+/Parent 1477 0 R
+/Prev 1516 0 R
+/Dest [195 0 R /XYZ 40.01575 133.0394 0]
 >>
 endobj 
-1510 0 obj 
+1478 0 obj 
 <<
 /Title (Submodules)
-/Parent 1493 0 R
-/Prev 1508 0 R
-/Next 1549 0 R
-/Dest [196 0 R /XYZ 40.01575 476.8394 0]
+/Parent 1461 0 R
+/Prev 1476 0 R
+/Next 1517 0 R
+/Dest [195 0 R /XYZ 40.01575 103.8394 0]
 >>
 endobj 
-1549 0 obj 
+1517 0 obj 
 <<
 /Title (xrayutilities.config module)
-/Parent 1493 0 R
-/Prev 1510 0 R
-/Next 1550 0 R
-/Dest [196 0 R /XYZ 40.01575 444.0394 0]
+/Parent 1461 0 R
+/Prev 1478 0 R
+/Next 1518 0 R
+/Dest [200 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1550 0 obj 
+1518 0 obj 
 <<
 /Title (xrayutilities.exception module)
-/Parent 1493 0 R
-/Prev 1549 0 R
-/Next 1551 0 R
-/Dest [196 0 R /XYZ 40.01575 357.2394 0]
+/Parent 1461 0 R
+/Prev 1517 0 R
+/Next 1519 0 R
+/Dest [200 0 R /XYZ 40.01575 700.2394 0]
 >>
 endobj 
-1551 0 obj 
+1519 0 obj 
 <<
 /Title (xrayutilities.experiment module)
-/Parent 1493 0 R
-/Prev 1550 0 R
-/Next 1552 0 R
-/Dest [196 0 R /XYZ 40.01575 191.4394 0]
+/Parent 1461 0 R
+/Prev 1518 0 R
+/Next 1520 0 R
+/Dest [200 0 R /XYZ 40.01575 534.4394 0]
 >>
 endobj 
-1552 0 obj 
+1520 0 obj 
 <<
 /Title (xrayutilities.gridder module)
-/Parent 1493 0 R
-/Prev 1551 0 R
-/Next 1553 0 R
-/Dest [207 0 R /XYZ 40.01575 651.0394 0]
+/Parent 1461 0 R
+/Prev 1519 0 R
+/Next 1521 0 R
+/Dest [207 0 R /XYZ 40.01575 419.0394 0]
 >>
 endobj 
-1553 0 obj 
+1521 0 obj 
 <<
 /Title (xrayutilities.gridder2d module)
-/Parent 1493 0 R
-/Prev 1552 0 R
-/Next 1554 0 R
-/Dest [210 0 R /XYZ 40.01575 447.0394 0]
+/Parent 1461 0 R
+/Prev 1520 0 R
+/Next 1522 0 R
+/Dest [210 0 R /XYZ 40.01575 198.0394 0]
 >>
 endobj 
-1554 0 obj 
+1522 0 obj 
 <<
 /Title (xrayutilities.gridder3d module)
-/Parent 1493 0 R
-/Prev 1553 0 R
-/Next 1555 0 R
-/Dest [213 0 R /XYZ 40.01575 675.0394 0]
+/Parent 1461 0 R
+/Prev 1521 0 R
+/Next 1523 0 R
+/Dest [213 0 R /XYZ 40.01575 438.0394 0]
 >>
 endobj 
-1555 0 obj 
+1523 0 obj 
 <<
 /Title (xrayutilities.normalize module)
-/Parent 1493 0 R
-/Prev 1554 0 R
-/Next 1556 0 R
-/Dest [213 0 R /XYZ 40.01575 279.2394 0]
+/Parent 1461 0 R
+/Prev 1522 0 R
+/Next 1524 0 R
+/Dest [216 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1556 0 obj 
+1524 0 obj 
 <<
 /Title (xrayutilities.q2ang_fit module)
-/Parent 1493 0 R
-/Prev 1555 0 R
-/Next 1557 0 R
-/Dest [218 0 R /XYZ 40.01575 787.0394 0]
+/Parent 1461 0 R
+/Prev 1523 0 R
+/Next 1525 0 R
+/Dest [219 0 R /XYZ 40.01575 551.0394 0]
 >>
 endobj 
-1557 0 obj 
+1525 0 obj 
 <<
 /Title (xrayutilities.utilities module)
-/Parent 1493 0 R
-/Prev 1556 0 R
-/Next 1558 0 R
-/Dest [218 0 R /XYZ 40.01575 285.2394 0]
+/Parent 1461 0 R
+/Prev 1524 0 R
+/Next 1526 0 R
+/Dest [222 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1558 0 obj 
+1526 0 obj 
 <<
 /Title (xrayutilities.utilities_noconf module)
-/Parent 1493 0 R
-/Prev 1557 0 R
-/Next 1506 0 R
-/Dest [223 0 R /XYZ 40.01575 716.2394 0]
+/Parent 1461 0 R
+/Prev 1525 0 R
+/Next 1474 0 R
+/Dest [222 0 R /XYZ 40.01575 485.4394 0]
 >>
 endobj 
-1506 0 obj 
+1474 0 obj 
 <<
 /Title (Module contents)
-/Parent 1493 0 R
-/Prev 1558 0 R
-/Dest [226 0 R /XYZ 40.01575 429.4394 0]
+/Parent 1461 0 R
+/Prev 1526 0 R
+/Dest [227 0 R /XYZ 40.01575 174.6394 0]
 >>
 endobj 
-1507 0 obj 
+1475 0 obj 
 <<
 /Title (xrayutilities.analysis package)
-/Parent 1483 0 R
-/Last 1559 0 R
-/Prev 1493 0 R
-/Next 1560 0 R
-/First 1561 0 R
-/Dest [226 0 R /XYZ 40.01575 315.6394 0]
+/Parent 1451 0 R
+/Last 1527 0 R
+/Prev 1461 0 R
+/Next 1528 0 R
+/First 1529 0 R
+/Dest [230 0 R /XYZ 40.01575 787.0394 0]
 /Count 6
 >>
 endobj 
-1561 0 obj 
+1529 0 obj 
 <<
 /Title (Submodules)
-/Parent 1507 0 R
-/Next 1562 0 R
-/Dest [226 0 R /XYZ 40.01575 280.4394 0]
+/Parent 1475 0 R
+/Next 1530 0 R
+/Dest [230 0 R /XYZ 40.01575 751.8394 0]
 >>
 endobj 
-1562 0 obj 
+1530 0 obj 
 <<
 /Title (xrayutilities.analysis.line_cuts module)
-/Parent 1507 0 R
-/Prev 1561 0 R
-/Next 1563 0 R
-/Dest [226 0 R /XYZ 40.01575 247.6394 0]
+/Parent 1475 0 R
+/Prev 1529 0 R
+/Next 1531 0 R
+/Dest [230 0 R /XYZ 40.01575 719.0394 0]
 >>
 endobj 
-1563 0 obj 
+1531 0 obj 
 <<
 /Title (xrayutilities.analysis.line_cuts3d module)
-/Parent 1507 0 R
-/Prev 1562 0 R
-/Next 1564 0 R
-/Dest [237 0 R /XYZ 40.01575 320.2394 0]
+/Parent 1475 0 R
+/Prev 1530 0 R
+/Next 1532 0 R
+/Dest [239 0 R /XYZ 40.01575 95.85039 0]
 >>
 endobj 
-1564 0 obj 
+1532 0 obj 
 <<
 /Title (xrayutilities.analysis.misc module)
-/Parent 1507 0 R
-/Prev 1563 0 R
-/Next 1565 0 R
-/Dest [240 0 R /XYZ 40.01575 202.4394 0]
+/Parent 1475 0 R
+/Prev 1531 0 R
+/Next 1533 0 R
+/Dest [242 0 R /XYZ 40.01575 714.0394 0]
 >>
 endobj 
-1565 0 obj 
+1533 0 obj 
 <<
 /Title (xrayutilities.analysis.sample_align module)
-/Parent 1507 0 R
-/Prev 1564 0 R
-/Next 1559 0 R
-/Dest [243 0 R /XYZ 40.01575 699.0394 0]
+/Parent 1475 0 R
+/Prev 1532 0 R
+/Next 1527 0 R
+/Dest [242 0 R /XYZ 40.01575 474.2394 0]
 >>
 endobj 
-1559 0 obj 
+1527 0 obj 
 <<
 /Title (Module contents)
-/Parent 1507 0 R
-/Prev 1565 0 R
-/Dest [246 0 R /XYZ 40.01575 172.0394 0]
+/Parent 1475 0 R
+/Prev 1533 0 R
+/Dest [247 0 R /XYZ 40.01575 236.4394 0]
 >>
 endobj 
-1560 0 obj 
+1528 0 obj 
 <<
 /Title (xrayutilities.io package)
-/Parent 1483 0 R
-/Last 1566 0 R
-/Prev 1507 0 R
-/Next 1567 0 R
-/First 1568 0 R
-/Dest [246 0 R /XYZ 40.01575 79.23937 0]
-/Count 15
+/Parent 1451 0 R
+/Last 1534 0 R
+/Prev 1475 0 R
+/Next 1535 0 R
+/First 1536 0 R
+/Dest [247 0 R /XYZ 40.01575 143.6394 0]
+/Count 14
 >>
 endobj 
-1568 0 obj 
+1536 0 obj 
 <<
 /Title (Submodules)
-/Parent 1560 0 R
-/Next 1569 0 R
-/Dest [251 0 R /XYZ 40.01575 787.0394 0]
+/Parent 1528 0 R
+/Next 1537 0 R
+/Dest [247 0 R /XYZ 40.01575 108.4394 0]
 >>
 endobj 
-1569 0 obj 
+1537 0 obj 
 <<
 /Title (xrayutilities.io.cbf module)
-/Parent 1560 0 R
-/Prev 1568 0 R
-/Next 1570 0 R
-/Dest [251 0 R /XYZ 40.01575 754.2394 0]
+/Parent 1528 0 R
+/Prev 1536 0 R
+/Next 1538 0 R
+/Dest [247 0 R /XYZ 40.01575 75.63937 0]
 >>
 endobj 
-1570 0 obj 
+1538 0 obj 
 <<
 /Title (xrayutilities.io.desy_tty08 module)
-/Parent 1560 0 R
-/Prev 1569 0 R
-/Next 1571 0 R
-/Dest [251 0 R /XYZ 40.01575 275.4394 0]
+/Parent 1528 0 R
+/Prev 1537 0 R
+/Next 1539 0 R
+/Dest [256 0 R /XYZ 40.01575 313.0394 0]
 >>
 endobj 
-1571 0 obj 
+1539 0 obj 
 <<
 /Title (xrayutilities.io.edf module)
-/Parent 1560 0 R
-/Prev 1570 0 R
-/Next 1572 0 R
-/Dest [258 0 R /XYZ 40.01575 407.2394 0]
+/Parent 1528 0 R
+/Prev 1538 0 R
+/Next 1540 0 R
+/Dest [259 0 R /XYZ 40.01575 443.2394 0]
 >>
 endobj 
-1572 0 obj 
+1540 0 obj 
 <<
 /Title (xrayutilities.io.fastscan module)
-/Parent 1560 0 R
-/Prev 1571 0 R
-/Next 1573 0 R
-/Dest [261 0 R /XYZ 40.01575 530.0394 0]
+/Parent 1528 0 R
+/Prev 1539 0 R
+/Next 1541 0 R
+/Dest [262 0 R /XYZ 40.01575 560.0394 0]
 >>
 endobj 
-1573 0 obj 
+1541 0 obj 
 <<
 /Title (xrayutilities.io.helper module)
-/Parent 1560 0 R
-/Prev 1572 0 R
-/Next 1574 0 R
-/Dest [264 0 R /XYZ 40.01575 372.0394 0]
+/Parent 1528 0 R
+/Prev 1540 0 R
+/Next 1542 0 R
+/Dest [265 0 R /XYZ 40.01575 372.0394 0]
 >>
 endobj 
-1574 0 obj 
+1542 0 obj 
 <<
 /Title (xrayutilities.io.imagereader module)
-/Parent 1560 0 R
-/Prev 1573 0 R
-/Next 1575 0 R
-/Dest [264 0 R /XYZ 40.01575 117.2394 0]
+/Parent 1528 0 R
+/Prev 1541 0 R
+/Next 1543 0 R
+/Dest [265 0 R /XYZ 40.01575 117.2394 0]
 >>
 endobj 
-1575 0 obj 
+1543 0 obj 
 <<
 /Title (xrayutilities.io.panalytical_xml module)
-/Parent 1560 0 R
-/Prev 1574 0 R
-/Next 1576 0 R
-/Dest [269 0 R /XYZ 40.01575 420.0394 0]
+/Parent 1528 0 R
+/Prev 1542 0 R
+/Next 1544 0 R
+/Dest [270 0 R /XYZ 40.01575 420.0394 0]
 >>
 endobj 
-1576 0 obj 
+1544 0 obj 
 <<
 /Title (xrayutilities.io.pdcif module)
-/Parent 1560 0 R
-/Prev 1575 0 R
-/Next 1577 0 R
-/Dest [272 0 R /XYZ 40.01575 417.4394 0]
->>
-endobj 
-1577 0 obj 
-<<
-/Title (xrayutilities.io.radicon module)
-/Parent 1560 0 R
-/Prev 1576 0 R
-/Next 1578 0 R
-/Dest [275 0 R /XYZ 40.01575 787.0394 0]
+/Parent 1528 0 R
+/Prev 1543 0 R
+/Next 1545 0 R
+/Dest [273 0 R /XYZ 40.01575 417.4394 0]
 >>
 endobj 
-1578 0 obj 
+1545 0 obj 
 <<
 /Title (xrayutilities.io.rotanode_alignment module)
-/Parent 1560 0 R
-/Prev 1577 0 R
-/Next 1579 0 R
-/Dest [275 0 R /XYZ 40.01575 298.2394 0]
+/Parent 1528 0 R
+/Prev 1544 0 R
+/Next 1546 0 R
+/Dest [276 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1579 0 obj 
+1546 0 obj 
 <<
 /Title (xrayutilities.io.seifert module)
-/Parent 1560 0 R
-/Prev 1578 0 R
-/Next 1580 0 R
-/Dest [280 0 R /XYZ 40.01575 720.0394 0]
+/Parent 1528 0 R
+/Prev 1545 0 R
+/Next 1547 0 R
+/Dest [276 0 R /XYZ 40.01575 481.2394 0]
 >>
 endobj 
-1580 0 obj 
+1547 0 obj 
 <<
 /Title (xrayutilities.io.spec module)
-/Parent 1560 0 R
-/Prev 1579 0 R
-/Next 1581 0 R
-/Dest [283 0 R /XYZ 40.01575 384.2394 0]
+/Parent 1528 0 R
+/Prev 1546 0 R
+/Next 1548 0 R
+/Dest [281 0 R /XYZ 40.01575 582.2394 0]
 >>
 endobj 
-1581 0 obj 
+1548 0 obj 
 <<
 /Title (xrayutilities.io.spectra module)
-/Parent 1560 0 R
-/Prev 1580 0 R
-/Next 1566 0 R
-/Dest [286 0 R /XYZ 40.01575 787.0394 0]
+/Parent 1528 0 R
+/Prev 1547 0 R
+/Next 1534 0 R
+/Dest [284 0 R /XYZ 40.01575 265.4394 0]
 >>
 endobj 
-1566 0 obj 
+1534 0 obj 
 <<
 /Title (Module contents)
-/Parent 1560 0 R
-/Prev 1581 0 R
-/Dest [289 0 R /XYZ 40.01575 269.8504 0]
+/Parent 1528 0 R
+/Prev 1548 0 R
+/Dest [287 0 R /XYZ 40.01575 732.0394 0]
 >>
 endobj 
-1567 0 obj 
+1535 0 obj 
 <<
 /Title (xrayutilities.materials package)
-/Parent 1483 0 R
-/Last 1582 0 R
-/Prev 1560 0 R
-/Next 1583 0 R
-/First 1584 0 R
-/Dest [289 0 R /XYZ 40.01575 237.0504 0]
-/Count 8
+/Parent 1451 0 R
+/Last 1549 0 R
+/Prev 1528 0 R
+/Next 1550 0 R
+/First 1551 0 R
+/Dest [287 0 R /XYZ 40.01575 699.2394 0]
+/Count 9
 >>
 endobj 
-1584 0 obj 
+1551 0 obj 
 <<
 /Title (Submodules)
-/Parent 1567 0 R
-/Next 1585 0 R
-/Dest [289 0 R /XYZ 40.01575 201.8504 0]
+/Parent 1535 0 R
+/Next 1552 0 R
+/Dest [287 0 R /XYZ 40.01575 664.0394 0]
 >>
 endobj 
-1585 0 obj 
+1552 0 obj 
+<<
+/Title (xrayutilities.materials.atom module)
+/Parent 1535 0 R
+/Prev 1551 0 R
+/Next 1553 0 R
+/Dest [287 0 R /XYZ 40.01575 631.2394 0]
+>>
+endobj 
+1553 0 obj 
 <<
 /Title (xrayutilities.materials.cif module)
-/Parent 1567 0 R
-/Prev 1584 0 R
-/Next 1586 0 R
-/Dest [289 0 R /XYZ 40.01575 169.0504 0]
+/Parent 1535 0 R
+/Prev 1552 0 R
+/Next 1554 0 R
+/Dest [287 0 R /XYZ 40.01575 304.4394 0]
 >>
 endobj 
-1586 0 obj 
+1554 0 obj 
 <<
 /Title (xrayutilities.materials.database module)
-/Parent 1567 0 R
-/Prev 1585 0 R
-/Next 1587 0 R
-/Dest [298 0 R /XYZ 40.01575 651.0394 0]
+/Parent 1535 0 R
+/Prev 1553 0 R
+/Next 1555 0 R
+/Dest [298 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1587 0 obj 
+1555 0 obj 
 <<
 /Title (xrayutilities.materials.elements module)
-/Parent 1567 0 R
-/Prev 1586 0 R
-/Next 1588 0 R
-/Dest [301 0 R /XYZ 40.01575 163.0394 0]
+/Parent 1535 0 R
+/Prev 1554 0 R
+/Next 1556 0 R
+/Dest [301 0 R /XYZ 40.01575 343.0394 0]
 >>
 endobj 
-1588 0 obj 
+1556 0 obj 
 <<
 /Title (xrayutilities.materials.lattice module)
-/Parent 1567 0 R
-/Prev 1587 0 R
-/Next 1589 0 R
-/Dest [301 0 R /XYZ 40.01575 130.2394 0]
+/Parent 1535 0 R
+/Prev 1555 0 R
+/Next 1557 0 R
+/Dest [301 0 R /XYZ 40.01575 310.2394 0]
 >>
 endobj 
-1589 0 obj 
+1557 0 obj 
 <<
 /Title (xrayutilities.materials.material module)
-/Parent 1567 0 R
-/Prev 1588 0 R
-/Next 1590 0 R
-/Dest [306 0 R /XYZ 40.01575 135.4394 0]
+/Parent 1535 0 R
+/Prev 1556 0 R
+/Next 1558 0 R
+/Dest [306 0 R /XYZ 40.01575 519.0394 0]
 >>
 endobj 
-1590 0 obj 
+1558 0 obj 
 <<
 /Title (xrayutilities.materials.predefined_materials module)
-/Parent 1567 0 R
-/Prev 1589 0 R
-/Next 1582 0 R
-/Dest [309 0 R /XYZ 40.01575 672.0394 0]
+/Parent 1535 0 R
+/Prev 1557 0 R
+/Next 1549 0 R
+/Dest [309 0 R /XYZ 40.01575 280.4394 0]
 >>
 endobj 
-1582 0 obj 
+1549 0 obj 
 <<
 /Title (Module contents)
-/Parent 1567 0 R
-/Prev 1590 0 R
-/Dest [309 0 R /XYZ 40.01575 537.2394 0]
+/Parent 1535 0 R
+/Prev 1558 0 R
+/Dest [309 0 R /XYZ 40.01575 145.6394 0]
 >>
 endobj 
-1583 0 obj 
+1550 0 obj 
 <<
 /Title (xrayutilities.math package)
-/Parent 1483 0 R
-/Last 1591 0 R
-/Prev 1567 0 R
-/Next 1489 0 R
-/First 1592 0 R
-/Dest [309 0 R /XYZ 40.01575 504.4394 0]
+/Parent 1451 0 R
+/Last 1559 0 R
+/Prev 1535 0 R
+/Next 1457 0 R
+/First 1560 0 R
+/Dest [309 0 R /XYZ 40.01575 112.8394 0]
 /Count 6
 >>
 endobj 
-1592 0 obj 
+1560 0 obj 
 <<
 /Title (Submodules)
-/Parent 1583 0 R
-/Next 1593 0 R
-/Dest [309 0 R /XYZ 40.01575 469.2394 0]
+/Parent 1550 0 R
+/Next 1561 0 R
+/Dest [309 0 R /XYZ 40.01575 77.63937 0]
 >>
 endobj 
-1593 0 obj 
+1561 0 obj 
 <<
 /Title (xrayutilities.math.fit module)
-/Parent 1583 0 R
-/Prev 1592 0 R
-/Next 1594 0 R
-/Dest [309 0 R /XYZ 40.01575 436.4394 0]
+/Parent 1550 0 R
+/Prev 1560 0 R
+/Next 1562 0 R
+/Dest [318 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1594 0 obj 
+1562 0 obj 
 <<
 /Title (xrayutilities.math.functions module)
-/Parent 1583 0 R
-/Prev 1593 0 R
-/Next 1595 0 R
-/Dest [320 0 R /XYZ 40.01575 588.0394 0]
+/Parent 1550 0 R
+/Prev 1561 0 R
+/Next 1563 0 R
+/Dest [321 0 R /XYZ 40.01575 77.03937 0]
 >>
 endobj 
-1595 0 obj 
+1563 0 obj 
 <<
 /Title (xrayutilities.math.transforms module)
-/Parent 1583 0 R
-/Prev 1594 0 R
-/Next 1596 0 R
-/Dest [323 0 R /XYZ 40.01575 99.23937 0]
+/Parent 1550 0 R
+/Prev 1562 0 R
+/Next 1564 0 R
+/Dest [324 0 R /XYZ 40.01575 318.0394 0]
 >>
 endobj 
-1596 0 obj 
+1564 0 obj 
 <<
 /Title (xrayutilities.math.vector module)
-/Parent 1583 0 R
-/Prev 1595 0 R
-/Next 1591 0 R
-/Dest [326 0 R /XYZ 40.01575 531.2394 0]
+/Parent 1550 0 R
+/Prev 1563 0 R
+/Next 1559 0 R
+/Dest [327 0 R /XYZ 40.01575 747.0394 0]
 >>
 endobj 
-1591 0 obj 
+1559 0 obj 
 <<
 /Title (Module contents)
-/Parent 1583 0 R
-/Prev 1596 0 R
-/Dest [329 0 R /XYZ 40.01575 494.0394 0]
+/Parent 1550 0 R
+/Prev 1564 0 R
+/Dest [330 0 R /XYZ 40.01575 729.0394 0]
 >>
 endobj 
-1489 0 obj 
+1457 0 obj 
 <<
 /Title (xrayutilities)
-/Parent 1483 0 R
-/Last 1597 0 R
-/Prev 1583 0 R
-/First 1597 0 R
-/Dest [329 0 R /XYZ 40.01575 461.2394 0]
+/Parent 1451 0 R
+/Last 1565 0 R
+/Prev 1550 0 R
+/First 1565 0 R
+/Dest [330 0 R /XYZ 40.01575 696.2394 0]
 /Count 53
 >>
 endobj 
-1597 0 obj 
+1565 0 obj 
 <<
 /Title (xrayutilities package)
-/Parent 1489 0 R
-/Last 1598 0 R
-/First 1599 0 R
-/Dest [329 0 R /XYZ 40.01575 426.0394 0]
+/Parent 1457 0 R
+/Last 1566 0 R
+/First 1567 0 R
+/Dest [330 0 R /XYZ 40.01575 661.0394 0]
 /Count 52
 >>
 endobj 
-1599 0 obj 
+1567 0 obj 
 <<
 /Title (Subpackages)
-/Parent 1597 0 R
-/Last 1600 0 R
-/Next 1601 0 R
-/First 1602 0 R
-/Dest [329 0 R /XYZ 40.01575 393.2394 0]
+/Parent 1565 0 R
+/Last 1568 0 R
+/Next 1569 0 R
+/First 1570 0 R
+/Dest [330 0 R /XYZ 40.01575 628.2394 0]
 /Count 39
 >>
 endobj 
-1602 0 obj 
+1570 0 obj 
 <<
 /Title (xrayutilities.analysis package)
-/Parent 1599 0 R
-/Last 1603 0 R
-/Next 1604 0 R
-/First 1605 0 R
-/Dest [329 0 R /XYZ 40.01575 362.8394 0]
+/Parent 1567 0 R
+/Last 1571 0 R
+/Next 1572 0 R
+/First 1573 0 R
+/Dest [330 0 R /XYZ 40.01575 597.8394 0]
 /Count 6
 >>
 endobj 
-1605 0 obj 
+1573 0 obj 
 <<
 /Title (Submodules)
-/Parent 1602 0 R
-/Next 1606 0 R
-/Dest [329 0 R /XYZ 40.01575 333.6394 0]
+/Parent 1570 0 R
+/Next 1574 0 R
+/Dest [330 0 R /XYZ 40.01575 568.6394 0]
 >>
 endobj 
-1606 0 obj 
+1574 0 obj 
 <<
 /Title (xrayutilities.analysis.line_cuts module)
-/Parent 1602 0 R
-/Prev 1605 0 R
-/Next 1607 0 R
-/Dest [329 0 R /XYZ 40.01575 305.6394 0]
+/Parent 1570 0 R
+/Prev 1573 0 R
+/Next 1575 0 R
+/Dest [330 0 R /XYZ 40.01575 540.6394 0]
 >>
 endobj 
-1607 0 obj 
+1575 0 obj 
 <<
 /Title (xrayutilities.analysis.line_cuts3d module)
-/Parent 1602 0 R
-/Prev 1606 0 R
-/Next 1608 0 R
-/Dest [346 0 R /XYZ 40.01575 371.2394 0]
+/Parent 1570 0 R
+/Prev 1574 0 R
+/Next 1576 0 R
+/Dest [347 0 R /XYZ 40.01575 642.0394 0]
 >>
 endobj 
-1608 0 obj 
+1576 0 obj 
 <<
 /Title (xrayutilities.analysis.misc module)
-/Parent 1602 0 R
-/Prev 1607 0 R
-/Next 1609 0 R
-/Dest [349 0 R /XYZ 40.01575 256.4394 0]
+/Parent 1570 0 R
+/Prev 1575 0 R
+/Next 1577 0 R
+/Dest [350 0 R /XYZ 40.01575 525.2394 0]
 >>
 endobj 
-1609 0 obj 
+1577 0 obj 
 <<
 /Title (xrayutilities.analysis.sample_align module)
-/Parent 1602 0 R
-/Prev 1608 0 R
-/Next 1603 0 R
-/Dest [352 0 R /XYZ 40.01575 744.0394 0]
+/Parent 1570 0 R
+/Prev 1576 0 R
+/Next 1571 0 R
+/Dest [350 0 R /XYZ 40.01575 290.2394 0]
 >>
 endobj 
-1603 0 obj 
+1571 0 obj 
 <<
 /Title (Module contents)
-/Parent 1602 0 R
-/Prev 1609 0 R
-/Dest [355 0 R /XYZ 40.01575 169.4394 0]
+/Parent 1570 0 R
+/Prev 1577 0 R
+/Dest [355 0 R /XYZ 40.01575 236.4394 0]
 >>
 endobj 
-1604 0 obj 
+1572 0 obj 
 <<
 /Title (xrayutilities.io package)
-/Parent 1599 0 R
-/Last 1610 0 R
-/Prev 1602 0 R
-/Next 1611 0 R
-/First 1612 0 R
-/Dest [355 0 R /XYZ 40.01575 81.43937 0]
-/Count 15
+/Parent 1567 0 R
+/Last 1578 0 R
+/Prev 1570 0 R
+/Next 1579 0 R
+/First 1580 0 R
+/Dest [355 0 R /XYZ 40.01575 148.4394 0]
+/Count 14
 >>
 endobj 
-1612 0 obj 
+1580 0 obj 
 <<
 /Title (Submodules)
-/Parent 1604 0 R
-/Next 1613 0 R
-/Dest [360 0 R /XYZ 40.01575 787.0394 0]
+/Parent 1572 0 R
+/Next 1581 0 R
+/Dest [355 0 R /XYZ 40.01575 119.2394 0]
 >>
 endobj 
-1613 0 obj 
+1581 0 obj 
 <<
 /Title (xrayutilities.io.cbf module)
-/Parent 1604 0 R
-/Prev 1612 0 R
-/Next 1614 0 R
-/Dest [360 0 R /XYZ 40.01575 759.0394 0]
+/Parent 1572 0 R
+/Prev 1580 0 R
+/Next 1582 0 R
+/Dest [355 0 R /XYZ 40.01575 91.23937 0]
 >>
 endobj 
-1614 0 obj 
+1582 0 obj 
 <<
 /Title (xrayutilities.io.desy_tty08 module)
-/Parent 1604 0 R
-/Prev 1613 0 R
-/Next 1615 0 R
-/Dest [360 0 R /XYZ 40.01575 285.0394 0]
+/Parent 1572 0 R
+/Prev 1581 0 R
+/Next 1583 0 R
+/Dest [364 0 R /XYZ 40.01575 325.0394 0]
 >>
 endobj 
-1615 0 obj 
+1583 0 obj 
 <<
 /Title (xrayutilities.io.edf module)
-/Parent 1604 0 R
-/Prev 1614 0 R
-/Next 1616 0 R
-/Dest [367 0 R /XYZ 40.01575 443.2394 0]
+/Parent 1572 0 R
+/Prev 1582 0 R
+/Next 1584 0 R
+/Dest [367 0 R /XYZ 40.01575 461.2394 0]
 >>
 endobj 
-1616 0 obj 
+1584 0 obj 
 <<
 /Title (xrayutilities.io.fastscan module)
-/Parent 1604 0 R
-/Prev 1615 0 R
-/Next 1617 0 R
-/Dest [370 0 R /XYZ 40.01575 578.0394 0]
+/Parent 1572 0 R
+/Prev 1583 0 R
+/Next 1585 0 R
+/Dest [370 0 R /XYZ 40.01575 587.0394 0]
 >>
 endobj 
-1617 0 obj 
+1585 0 obj 
 <<
 /Title (xrayutilities.io.helper module)
-/Parent 1604 0 R
-/Prev 1616 0 R
-/Next 1618 0 R
+/Parent 1572 0 R
+/Prev 1584 0 R
+/Next 1586 0 R
 /Dest [373 0 R /XYZ 40.01575 372.0394 0]
 >>
 endobj 
-1618 0 obj 
+1586 0 obj 
 <<
 /Title (xrayutilities.io.imagereader module)
-/Parent 1604 0 R
-/Prev 1617 0 R
-/Next 1619 0 R
+/Parent 1572 0 R
+/Prev 1585 0 R
+/Next 1587 0 R
 /Dest [373 0 R /XYZ 40.01575 122.0394 0]
 >>
 endobj 
-1619 0 obj 
+1587 0 obj 
 <<
 /Title (xrayutilities.io.panalytical_xml module)
-/Parent 1604 0 R
-/Prev 1618 0 R
-/Next 1620 0 R
+/Parent 1572 0 R
+/Prev 1586 0 R
+/Next 1588 0 R
 /Dest [378 0 R /XYZ 40.01575 432.0394 0]
 >>
 endobj 
-1620 0 obj 
+1588 0 obj 
 <<
 /Title (xrayutilities.io.pdcif module)
-/Parent 1604 0 R
-/Prev 1619 0 R
-/Next 1621 0 R
+/Parent 1572 0 R
+/Prev 1587 0 R
+/Next 1589 0 R
 /Dest [381 0 R /XYZ 40.01575 444.4394 0]
 >>
 endobj 
-1621 0 obj 
-<<
-/Title (xrayutilities.io.radicon module)
-/Parent 1604 0 R
-/Prev 1620 0 R
-/Next 1622 0 R
-/Dest [381 0 R /XYZ 40.01575 91.43937 0]
->>
-endobj 
-1622 0 obj 
+1589 0 obj 
 <<
 /Title (xrayutilities.io.rotanode_alignment module)
-/Parent 1604 0 R
-/Prev 1621 0 R
-/Next 1623 0 R
-/Dest [386 0 R /XYZ 40.01575 339.0394 0]
+/Parent 1572 0 R
+/Prev 1588 0 R
+/Next 1590 0 R
+/Dest [381 0 R /XYZ 40.01575 73.43937 0]
 >>
 endobj 
-1623 0 obj 
+1590 0 obj 
 <<
 /Title (xrayutilities.io.seifert module)
-/Parent 1604 0 R
-/Prev 1622 0 R
-/Next 1624 0 R
-/Dest [389 0 R /XYZ 40.01575 756.0394 0]
+/Parent 1572 0 R
+/Prev 1589 0 R
+/Next 1591 0 R
+/Dest [386 0 R /XYZ 40.01575 504.0394 0]
 >>
 endobj 
-1624 0 obj 
+1591 0 obj 
 <<
 /Title (xrayutilities.io.spec module)
-/Parent 1604 0 R
-/Prev 1623 0 R
-/Next 1625 0 R
-/Dest [392 0 R /XYZ 40.01575 450.2394 0]
+/Parent 1572 0 R
+/Prev 1590 0 R
+/Next 1592 0 R
+/Dest [389 0 R /XYZ 40.01575 597.2394 0]
 >>
 endobj 
-1625 0 obj 
+1592 0 obj 
 <<
 /Title (xrayutilities.io.spectra module)
-/Parent 1604 0 R
-/Prev 1624 0 R
-/Next 1610 0 R
-/Dest [395 0 R /XYZ 40.01575 136.4394 0]
+/Parent 1572 0 R
+/Prev 1591 0 R
+/Next 1578 0 R
+/Dest [392 0 R /XYZ 40.01575 280.4394 0]
 >>
 endobj 
-1610 0 obj 
+1578 0 obj 
 <<
 /Title (Module contents)
-/Parent 1604 0 R
-/Prev 1625 0 R
-/Dest [398 0 R /XYZ 40.01575 319.0394 0]
+/Parent 1572 0 R
+/Prev 1592 0 R
+/Dest [395 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1611 0 obj 
+1579 0 obj 
 <<
 /Title (xrayutilities.materials package)
-/Parent 1599 0 R
-/Last 1626 0 R
-/Prev 1604 0 R
-/Next 1600 0 R
-/First 1627 0 R
-/Dest [398 0 R /XYZ 40.01575 291.0394 0]
-/Count 8
+/Parent 1567 0 R
+/Last 1593 0 R
+/Prev 1572 0 R
+/Next 1568 0 R
+/First 1594 0 R
+/Dest [395 0 R /XYZ 40.01575 759.0394 0]
+/Count 9
 >>
 endobj 
-1627 0 obj 
+1594 0 obj 
 <<
 /Title (Submodules)
-/Parent 1611 0 R
-/Next 1628 0 R
-/Dest [398 0 R /XYZ 40.01575 261.8394 0]
+/Parent 1579 0 R
+/Next 1595 0 R
+/Dest [395 0 R /XYZ 40.01575 729.8394 0]
 >>
 endobj 
-1628 0 obj 
+1595 0 obj 
+<<
+/Title (xrayutilities.materials.atom module)
+/Parent 1579 0 R
+/Prev 1594 0 R
+/Next 1596 0 R
+/Dest [395 0 R /XYZ 40.01575 701.8394 0]
+>>
+endobj 
+1596 0 obj 
 <<
 /Title (xrayutilities.materials.cif module)
-/Parent 1611 0 R
-/Prev 1627 0 R
-/Next 1629 0 R
-/Dest [398 0 R /XYZ 40.01575 233.8394 0]
+/Parent 1579 0 R
+/Prev 1595 0 R
+/Next 1597 0 R
+/Dest [395 0 R /XYZ 40.01575 379.8394 0]
 >>
 endobj 
-1629 0 obj 
+1597 0 obj 
 <<
 /Title (xrayutilities.materials.database module)
-/Parent 1611 0 R
-/Prev 1628 0 R
-/Next 1630 0 R
-/Dest [407 0 R /XYZ 40.01575 735.0394 0]
+/Parent 1579 0 R
+/Prev 1596 0 R
+/Next 1598 0 R
+/Dest [395 0 R /XYZ 40.01575 141.8394 0]
 >>
 endobj 
-1630 0 obj 
+1598 0 obj 
 <<
 /Title (xrayutilities.materials.elements module)
-/Parent 1611 0 R
-/Prev 1629 0 R
-/Next 1631 0 R
-/Dest [410 0 R /XYZ 40.01575 267.0394 0]
+/Parent 1579 0 R
+/Prev 1597 0 R
+/Next 1599 0 R
+/Dest [408 0 R /XYZ 40.01575 421.0394 0]
 >>
 endobj 
-1631 0 obj 
+1599 0 obj 
 <<
 /Title (xrayutilities.materials.lattice module)
-/Parent 1611 0 R
-/Prev 1630 0 R
-/Next 1632 0 R
-/Dest [410 0 R /XYZ 40.01575 239.0394 0]
+/Parent 1579 0 R
+/Prev 1598 0 R
+/Next 1600 0 R
+/Dest [408 0 R /XYZ 40.01575 393.0394 0]
 >>
 endobj 
-1632 0 obj 
+1600 0 obj 
 <<
 /Title (xrayutilities.materials.material module)
-/Parent 1611 0 R
-/Prev 1631 0 R
-/Next 1633 0 R
-/Dest [415 0 R /XYZ 40.01575 222.2394 0]
+/Parent 1579 0 R
+/Prev 1599 0 R
+/Next 1601 0 R
+/Dest [413 0 R /XYZ 40.01575 609.0394 0]
 >>
 endobj 
-1633 0 obj 
+1601 0 obj 
 <<
 /Title (xrayutilities.materials.predefined_materials module)
-/Parent 1611 0 R
-/Prev 1632 0 R
-/Next 1626 0 R
-/Dest [418 0 R /XYZ 40.01575 741.0394 0]
+/Parent 1579 0 R
+/Prev 1600 0 R
+/Next 1593 0 R
+/Dest [416 0 R /XYZ 40.01575 433.2394 0]
 >>
 endobj 
-1626 0 obj 
+1593 0 obj 
 <<
 /Title (Module contents)
-/Parent 1611 0 R
-/Prev 1633 0 R
-/Dest [418 0 R /XYZ 40.01575 611.0394 0]
+/Parent 1579 0 R
+/Prev 1601 0 R
+/Dest [416 0 R /XYZ 40.01575 303.2394 0]
 >>
 endobj 
-1600 0 obj 
+1568 0 obj 
 <<
 /Title (xrayutilities.math package)
-/Parent 1599 0 R
-/Last 1634 0 R
-/Prev 1611 0 R
-/First 1635 0 R
-/Dest [418 0 R /XYZ 40.01575 583.0394 0]
+/Parent 1567 0 R
+/Last 1602 0 R
+/Prev 1579 0 R
+/First 1603 0 R
+/Dest [416 0 R /XYZ 40.01575 275.2394 0]
 /Count 6
 >>
 endobj 
-1635 0 obj 
+1603 0 obj 
 <<
 /Title (Submodules)
-/Parent 1600 0 R
-/Next 1636 0 R
-/Dest [418 0 R /XYZ 40.01575 553.8394 0]
+/Parent 1568 0 R
+/Next 1604 0 R
+/Dest [416 0 R /XYZ 40.01575 246.0394 0]
 >>
 endobj 
-1636 0 obj 
+1604 0 obj 
 <<
 /Title (xrayutilities.math.fit module)
-/Parent 1600 0 R
-/Prev 1635 0 R
-/Next 1637 0 R
-/Dest [418 0 R /XYZ 40.01575 525.8394 0]
+/Parent 1568 0 R
+/Prev 1603 0 R
+/Next 1605 0 R
+/Dest [416 0 R /XYZ 40.01575 218.0394 0]
 >>
 endobj 
-1637 0 obj 
+1605 0 obj 
 <<
 /Title (xrayutilities.math.functions module)
-/Parent 1600 0 R
-/Prev 1636 0 R
-/Next 1638 0 R
-/Dest [429 0 R /XYZ 40.01575 693.0394 0]
+/Parent 1568 0 R
+/Prev 1604 0 R
+/Next 1606 0 R
+/Dest [427 0 R /XYZ 40.01575 215.0394 0]
 >>
 endobj 
-1638 0 obj 
+1606 0 obj 
 <<
 /Title (xrayutilities.math.transforms module)
-/Parent 1600 0 R
-/Prev 1637 0 R
-/Next 1639 0 R
-/Dest [432 0 R /XYZ 40.01575 192.0394 0]
+/Parent 1568 0 R
+/Prev 1605 0 R
+/Next 1607 0 R
+/Dest [430 0 R /XYZ 40.01575 450.0394 0]
 >>
 endobj 
-1639 0 obj 
+1607 0 obj 
 <<
 /Title (xrayutilities.math.vector module)
-/Parent 1600 0 R
-/Prev 1638 0 R
-/Next 1634 0 R
-/Dest [435 0 R /XYZ 40.01575 621.2394 0]
+/Parent 1568 0 R
+/Prev 1606 0 R
+/Next 1602 0 R
+/Dest [433 0 R /XYZ 40.01575 168.2394 0]
 >>
 endobj 
-1634 0 obj 
+1602 0 obj 
 <<
 /Title (Module contents)
-/Parent 1600 0 R
-/Prev 1639 0 R
-/Dest [438 0 R /XYZ 40.01575 579.0394 0]
+/Parent 1568 0 R
+/Prev 1607 0 R
+/Dest [436 0 R /XYZ 40.01575 133.0394 0]
 >>
 endobj 
-1601 0 obj 
+1569 0 obj 
 <<
 /Title (Submodules)
-/Parent 1597 0 R
-/Prev 1599 0 R
-/Next 1640 0 R
-/Dest [438 0 R /XYZ 40.01575 551.0394 0]
+/Parent 1565 0 R
+/Prev 1567 0 R
+/Next 1608 0 R
+/Dest [436 0 R /XYZ 40.01575 105.0394 0]
 >>
 endobj 
-1640 0 obj 
+1608 0 obj 
 <<
 /Title (xrayutilities.config module)
-/Parent 1597 0 R
-/Prev 1601 0 R
-/Next 1641 0 R
-/Dest [438 0 R /XYZ 40.01575 520.6394 0]
+/Parent 1565 0 R
+/Prev 1569 0 R
+/Next 1609 0 R
+/Dest [436 0 R /XYZ 40.01575 74.63937 0]
 >>
 endobj 
-1641 0 obj 
+1609 0 obj 
 <<
 /Title (xrayutilities.exception module)
-/Parent 1597 0 R
-/Prev 1640 0 R
-/Next 1642 0 R
-/Dest [438 0 R /XYZ 40.01575 436.2394 0]
+/Parent 1565 0 R
+/Prev 1608 0 R
+/Next 1610 0 R
+/Dest [443 0 R /XYZ 40.01575 723.0394 0]
 >>
 endobj 
-1642 0 obj 
+1610 0 obj 
 <<
 /Title (xrayutilities.experiment module)
-/Parent 1597 0 R
-/Prev 1641 0 R
-/Next 1643 0 R
-/Dest [438 0 R /XYZ 40.01575 272.8394 0]
+/Parent 1565 0 R
+/Prev 1609 0 R
+/Next 1611 0 R
+/Dest [443 0 R /XYZ 40.01575 559.6394 0]
 >>
 endobj 
-1643 0 obj 
+1611 0 obj 
 <<
 /Title (xrayutilities.gridder module)
-/Parent 1597 0 R
-/Prev 1642 0 R
-/Next 1644 0 R
-/Dest [451 0 R /XYZ 40.01575 76.03937 0]
+/Parent 1565 0 R
+/Prev 1610 0 R
+/Next 1612 0 R
+/Dest [450 0 R /XYZ 40.01575 419.0394 0]
 >>
 endobj 
-1644 0 obj 
+1612 0 obj 
 <<
 /Title (xrayutilities.gridder2d module)
-/Parent 1597 0 R
-/Prev 1643 0 R
-/Next 1645 0 R
-/Dest [454 0 R /XYZ 40.01575 612.0394 0]
+/Parent 1565 0 R
+/Prev 1611 0 R
+/Next 1613 0 R
+/Dest [453 0 R /XYZ 40.01575 198.0394 0]
 >>
 endobj 
-1645 0 obj 
+1613 0 obj 
 <<
 /Title (xrayutilities.gridder3d module)
-/Parent 1597 0 R
-/Prev 1644 0 R
-/Next 1646 0 R
-/Dest [454 0 R /XYZ 40.01575 110.6394 0]
+/Parent 1565 0 R
+/Prev 1612 0 R
+/Next 1614 0 R
+/Dest [456 0 R /XYZ 40.01575 438.0394 0]
 >>
 endobj 
-1646 0 obj 
+1614 0 obj 
 <<
 /Title (xrayutilities.normalize module)
-/Parent 1597 0 R
-/Prev 1645 0 R
-/Next 1647 0 R
-/Dest [459 0 R /XYZ 40.01575 438.0394 0]
+/Parent 1565 0 R
+/Prev 1613 0 R
+/Next 1615 0 R
+/Dest [459 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1647 0 obj 
+1615 0 obj 
 <<
 /Title (xrayutilities.q2ang_fit module)
-/Parent 1597 0 R
-/Prev 1646 0 R
-/Next 1648 0 R
-/Dest [462 0 R /XYZ 40.01575 199.0394 0]
+/Parent 1565 0 R
+/Prev 1614 0 R
+/Next 1616 0 R
+/Dest [462 0 R /XYZ 40.01575 551.0394 0]
 >>
 endobj 
-1648 0 obj 
+1616 0 obj 
 <<
 /Title (xrayutilities.utilities module)
-/Parent 1597 0 R
-/Prev 1647 0 R
-/Next 1649 0 R
-/Dest [465 0 R /XYZ 40.01575 422.0394 0]
+/Parent 1565 0 R
+/Prev 1615 0 R
+/Next 1617 0 R
+/Dest [465 0 R /XYZ 40.01575 787.0394 0]
 >>
 endobj 
-1649 0 obj 
+1617 0 obj 
 <<
 /Title (xrayutilities.utilities_noconf module)
-/Parent 1597 0 R
-/Prev 1648 0 R
-/Next 1598 0 R
-/Dest [465 0 R /XYZ 40.01575 122.8394 0]
+/Parent 1565 0 R
+/Prev 1616 0 R
+/Next 1566 0 R
+/Dest [465 0 R /XYZ 40.01575 487.8394 0]
 >>
 endobj 
-1598 0 obj 
+1566 0 obj 
 <<
 /Title (Module contents)
-/Parent 1597 0 R
-/Prev 1649 0 R
-/Dest [470 0 R /XYZ 40.01575 558.2394 0]
+/Parent 1565 0 R
+/Prev 1617 0 R
+/Dest [470 0 R /XYZ 40.01575 213.6394 0]
 >>
 endobj 
-1490 0 obj 
+1458 0 obj 
 <<
 /Title (Indices and tables)
-/Parent 1473 0 R
-/Prev 1483 0 R
-/Next 1650 0 R
-/Dest [470 0 R /XYZ 40.01575 446.8394 0]
+/Parent 1441 0 R
+/Prev 1451 0 R
+/Next 1618 0 R
+/Dest [470 0 R /XYZ 40.01575 102.2394 0]
 >>
 endobj 
-1650 0 obj 
+1618 0 obj 
 <<
 /Title (Index)
-/Parent 1473 0 R
-/Prev 1490 0 R
-/Next 1474 0 R
+/Parent 1441 0 R
+/Prev 1458 0 R
+/Next 1442 0 R
 /Dest [475 0 R /XYZ 40.01575 799.0394 0]
 >>
 endobj 
-1474 0 obj 
+1442 0 obj 
 <<
 /Title (Python Module Index)
-/Parent 1473 0 R
-/Prev 1650 0 R
+/Parent 1441 0 R
+/Prev 1618 0 R
 /Dest [478 0 R /XYZ 40.01575 799.0394 0]
 >>
 endobj 
 10 0 obj 
 <<
-/Kids [9 0 R 12 0 R 119 0 R 230 0 R 339 0 R 448 0 R 480 0 R 482 0 R 15 0 R 22 0 R 495 0 R 27 0 R 38 0 R 45 0 R 54 0 R 57 0 R 66 0 R 71 0 R 76 0 R 79 0 R 82 0 R 523 0 R 89 0 R 526 0 R 92 0 R 529 0 R 531 0 R 533 0 R 535 0 R 537 0 R 103 0 R 106 0 R 541 0 R 543 0 R 545 0 R 111 0 R 122 0 R 125 0 R 128 0 R 552 0 R 554 0 R 556 0 R 131 0 R 136 0 R 139 0 R 142 0 R 147 0 R 150 0 R 567 0 R 569 0 R 153 0 R 572 0 R 156 0 R 165 0 R 168 0 R 577 0 R 173 0 R 583 0 R 580 0 R 586 0 R 588 0 R 590 0 R 176 0  [...]
+/Kids [9 0 R 12 0 R 120 0 R 232 0 R 340 0 R 447 0 R 480 0 R 482 0 R 15 0 R 22 0 R 495 0 R 27 0 R 38 0 R 45 0 R 54 0 R 59 0 R 66 0 R 71 0 R 76 0 R 79 0 R 84 0 R 89 0 R 524 0 R 92 0 R 95 0 R 528 0 R 530 0 R 532 0 R 534 0 R 536 0 R 104 0 R 107 0 R 540 0 R 542 0 R 544 0 R 112 0 R 123 0 R 126 0 R 129 0 R 551 0 R 553 0 R 555 0 R 132 0 R 137 0 R 140 0 R 143 0 R 148 0 R 565 0 R 151 0 R 568 0 R 154 0 R 571 0 R 167 0 R 574 0 R 172 0 R 580 0 R 577 0 R 583 0 R 585 0 R 175 0 R 589 0 R 186 0 R 592 0 R [...]
 /Type /Pages
-/Count 203
+/Count 197
 >>
 endobj 
 11 0 obj 
@@ -16094,7 +15792,7 @@ endobj
 /Length 451
 >>
 stream
-Gatn"9i&Vk&;KXJqB+ju7)kYZm^>8N6k=U[2"Bp&-*'ja!C-Rsb at 701#_\R'gU-Rtp3GP0)9<m>eqYtFYCP(0"r8VYJ/'O^Y+]4 at d9@U\O&ci*lVp6?C8<+V^,$$KKB7B"l#.40n8#1I&nkY-0TIXHnmX[4)FZ*0KYWl"lbq1Y\J^<+3M73\Pm0njV3q\(*g0U[SoF%a"b[Z8&r;5E8Vo):O)XaUm_7g>40gYH:62)nL8"e+Q=aQF:qq>*W;9#ZT(!kt8Ss]7(etj*EeZ(6D+geqV4611"cU+ffog/1C,?*TJ!D<M;hmW3\q)<?RRm<+&k^Pj4d5KZfN.\LY+.)!<TtE3BukJE;N>cG%d1i-8c at T>kJOTW>?f@"K(l)\2MbPZm6k+lZ6?P+6qmub[:Ts=hg_C,TqONfZWCd0rn3.SQh<DYVJ$3UP at mZ#`6gN>=5+)~>
+Gatn">>Kl:&;B"5p^ctpN?)YD0>O?BeH^N%+n=4n'%G?#_99T;].Fb6Cn&F0QB4,5HtNr45ji*r5"kuH. at a]uYX&$fXAM?2%HB8RhSOeE>"qP(+p1\QOAqr[V\`_LbPUGM]dWYpCSDITkWc(0$q_B- at QPe=7;E)r:h;=!KY_30)2llKTNI&X!E>AZ=SlD0a_Pca3-EFH647Dq`'T'O`KenB3;T`E^7)WX/a=OL+%,l5kl?H$c,/J9rUcsarJsDgiB]q5CQseh-h^"i7]fqMdcl*Zc&5^2N:Q#8-eWCe)Y+sL.SGB%*<Q'%#,^<>OoA]5'VXVHPOmJ7.#SnOWer>\Z`4[38%+&9&sPb'33b(^]ttXGGuhe!;:]W:pK<c*LjI526q0#=-+e#ML(m+ZAe4CgVbpQ)+t`RmP;i(O8=d6kZg":B;=/o%!put<0_bjUA)!R~>
 endstream 
 endobj 
 13 0 obj 
@@ -16106,49 +15804,49 @@ stream
 GapQh0E=F,0U\H3T\pNYT^QKk?tc>IP,;W#U1^23ihPEM_TPs#b at LrZCLWrL?ta:mWaK^YWFoUTB`cf+b8&+AV817X!-*&imJ~>
 endstream 
 endobj 
-120 0 obj 
+121 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1589
+/Length 1594
 >>
 stream
-GauaA?#SIU'Sc&Ypck9T/M.N&Uo:K?HoOQGDG(pm]dZc3'('YeLJ(K8r9m.tE@`d66CJOG"HI:i4Qh,`^5&G8^f<UtI8+a4b8Hi-+@$cUF$RYe0`):-g#V5Gj9.VQ93fM+Ics-9qMsm\7,?O&i'agKrVBC)n_d9X`[#^^m/@TTa[lMGW+jPt^4Q_Xi40sI>^i'1HtaNuR at oo-<#RdT2OX.U%+oFFEtJ%:$k<bd8:5Bh^^VN_>)1S-ZB2/LeU*\^%C6SIJhNUZ?g/\Q,Jsmn*H$548TDYB%Fu)97Dac*of)/['#mY_l[,(Rf53>l*T';*JD)QhZRdPH#-rn06!(JT)4-jn^K$A]8Y%@8<:[>>p]!")[jKbLAN/'*qkeF at kISoYSTPK'KW(*@'Md%&r`SF5hHX:kU@<+ET*d$iZq_OeHC?qSNi4soHSjd_Ldl_ZX0J+tV1`k!F[[*?;tr95+i;V\_L5r<r1[;($kf!TFk2RoV4 [...]
+GauaA?#SIU'Sc&Ypck9T/M.N&Uo:K?HoOQGDG(pm]dZc3'('YeLJ(K8r9m.tED/%V6<Y"\"HI:i4Qh,`^5&G8^f<UtI8+a4b8Hi-+@$cUF$RYe0`):-g#V5Gj9.VQ93fM+Ics-9qMsm\7,?O&i'agKrVBC)n_d9X`[#^^m/@TTa[lMGW+jPt^4Q_Xi40sI>^i'1HtaNuR at oo-<#RdT2OX.U%+oFFEtJ%:$k<bd8:5Bh^^VN_>)1S-ZB2/LeU*\^%C6SIJhNUZ?g/\Q,Jsmn*H$548TDYB%Fu)97Dac*of)/['#mY_l[,(Rf53>l*T';*JD)QhZRdPH#-rn06!(JT)4-jn^K$A]8Y%@8<:[>>p]!")[jJ'8Z5[NPIFC3[F5:H=c8l4N6Ia+[$E%PNs%N<s1D^jZ-p/KjVa?7rXcl5]R:\&+&N'f5LM$H+d:eSS2-(C!PYfZ!Y3:HT$K&ic6oZ)S\;tqA^F0j8K7mi.S[IK_l0 [...]
 endstream 
 endobj 
-231 0 obj 
+233 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1194
+/Length 1181
 >>
 stream
-Gb!$I?#S1G'Sc',ofr4l+;&G1q78urDVtT[IH;bMCWP+j'Wq:Zgs at W*b!]$OXIr9degBqQBAVZYVi4ID`J1"!8]\LQH2E.)`lTPT9R)/*5*>T/p$,u!@cqe9odC3BJ-b&-Ic<l[b4UW%n$]k$lKK at 3\-JY9"!s(;_c75bkteM'PaKqCo0q\6:@EK0AP's:$fp`\Q,c7q$f,UKH+N])eK),IJ#"eJlg.HH=(LonCgIV]Ii5uf%[c0ZQipHIb9eiks8)70jZ2DZI13(ka6(W at 7dbNl']=uDnmiTTK):od<0kEEN6UBLn0nJA%58sdZKo,%<\P.r#%S>T5U).39G2\P1o^_!YS&("#Tt,("I"Hjj\E3UAl'=SN$Vm8W4m(Y-&Z9:;d!oYb5qknE$S.BKE1O>V:fCYL2#*DJ;bY'?soqeCh9Km)J2\o!]#QK!$Xs1XkD:=XQiJrAYF<JWN%#X`(I?]P6f^3S^P&`JKQ.<p4QCI6& [...]
+Gb!$I?#S1G'Sc',ofr4l+;&G1q78urDVtT[IH;bMCWP*?(TmU]da0Qub!]$K9VtN_g3i\g1\]"r;atI#_hPp?8]\LQH2E.)`lTPT9R)/*5*>T/p$-G. at cq5)odC3BJ-b&-Ic<lrRHkS.p9qU+lJWY'\-AS8![Wt:_c_3$i=GCtPk9`tkEEoDSG%70AP'u>(<FaK.usq1$Z3994C*<%lAf(YN\i(oSK/(1MJU"jc0M(^0>k!LJNc%0I0(q<AJ:E6^OEgdGn0Xo+%,>4EPHRYOW0lS"F+Fi4W1,0_0num.a)63`o_7ap_3d\#+,sBfpOIX'o^(u!LX&mO9jkPPJgcBNG:a!X9?Ta!XOQ8_;q7^\PoVn)&1(- at n@L<W\5;oal6uU.Z<\B=hoOjNhkop&0O0:1n-&H0PstoO>0-7$k-.*D/Ef`B5/q)]rOb*)&O%L8t[nh8W]SPZr9"e/I[:I at 7_"BW^46dV(`7=.s42$Wusf1kD [...]
 endstream 
 endobj 
-340 0 obj 
+341 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1162
+/Length 1141
 >>
 stream
-Gb!$I95bIu'LqhZnfPLq8.>4)B8Zn/?iad[\MHujQq'2\;"O-q-Rf^BMse9a;j8]QC[@60lgqM)_77+6l*9XnHadI&56rTF[b<Et7O_Pi at ddCA`U.[h:>\ck`'m^;/57=[<(Z&O>V>gDl$0O>4LDr&2W?)fi2fJgFOfdK_C4H=b/JJuq<P4+Vrm-5R;8sPeGRk+rH1%Uqc9+dD"X@$?;E_5RI98!N]9d>f<jt<krn3,=h5,F%D++4#CnaGDa+Qg,fGO8$$W.,m&b05e]L:cQgMV&'=GDQl[!IY4"::M,-cDP`3W)T8fF3E&fnbbR3EX4AT7`@SMi>t%Lidi-c=$IWsd!'ZJ2d%/R*YPj!9cV+Hgc(Us*TkJ"?eIHK_Kr/MN<$$kO'e`^E-b]biY4oY>XUrZQ3QK7a<e?&A%h_:Y0Eeic8b`=W`g.U^9]+f__)W8+'9GdgQR$s.)<;<G*kp:s=k*"nQ]3P!a<I3_<?a<<q1JQ [...]
+Gb!$I>AqtE(l%K0ofr4l+;*t1F,L1V^]fhsb"J8TOOIYTXoBFqm?WcLaPSAW7 at U0G@R#3M]m8Y&&ScdIr3tqsq,!7KT,:u[.3$.`+=?1do!)H'DV$C^r+o%/b*";!E>6cuLba&4H:@"@VjmAE at 152X&\]q#-!AISUM^SI"pnj0b3$T;T7?l'&%BbVb])CEiNI^sY.LCa[6hPMj\JdgSS.jYs.5Ami\38hj/.<;p65c,DVcp[Eg<I3!:NZhIM'Rj#U>ZKmO#[*C"Z*1KaN(NgV&b"BOrhTeP7W8:h48G`TGqe:!RH$WaUoaF;BmW#&oghfbkcP;H4i"3%Q"/&O]AtS3`1ph:RSoDrj\(PD$eo/h(cY`a<?ZU`+P2H>T(k3!L<8)8npr8\NJg\]B>\]_]TcC_m<``jl`E1kME6C>AHa,p\2bN0Qb,>rSG3_!sCnP'II;A#0rU^X7@'F-mp]QAqCS+t%LOWmBa^)Rs<S4>p4ILm [...]
 endstream 
 endobj 
-449 0 obj 
+448 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1160
+/Length 1134
 >>
 stream
-Gb!$I?#S1G'Sc',ofr4l+;*s"+3cAME!$nAmOKr1>!p#i\7kj8GhG]E[RoX%fk'GJF_bhYHK;b'[OW2=&$\5u*Fg0`pAU7`,%bE(6kUfIr5(X`lda7+,p#7>n;)uZ:K\kd/dn)ZQKo8mhOSiUeYs(noFX=:"(um'Q<#s=%AT/G+qmW at a1m-(]QA at 4-TGbA^[=\n=$I2Hh,#1s4hkFe:KG28LA\LX4 at XP9ET5!8NW6lZBc>+G]iiqQ9#Si.i8(0C5>1#n`6t]@gIWCrf!NF84\)MRm;Y%*e=']^X+Qtr]d06q&tFGA4M@[<=lV&qn0"#B7p*nlq'@S7B!+sVBNuZC!i%+n/tloYh:V"pC<`p%Bd3(u1rU;+WS^hW\gUt:cs,=1?oHIV5V>rn$V?2i%;a%OJW6]+V0:5]6%\Xq7/5#9m'9>)+/C&IBLn&C@;CUr\o(@75m-]H,nHELc:b;&j4;p/hr+-g\GY[7r2/cn4h=*X)\ [...]
+Gb!$I>u03/'Sc',ofr579j2/Lq7N9*m:Nu_QM\fM:?sK=`9p%nrCil"-U at 8`Z3p`-6F$LQOa2A&![H3DYiTZV'Cqh at mlrPD@T'Ue,uI"/0B?WN?JV\am,<.%)Gug_.7nbPH-(+hEkS3j]CU3Z3mL$X3T;DuTHm=c1@""N@$FPiAo&?6rr)T;bB1dEN)F-JlQ=B$oj`L-O3PD&q at 0EQP3VG?jL=7B*8MgZM-V(0r\LUQBuFNYB%;tn(=OME]<e+o8RjWrgoH1a=WI-)Fil,3,;G#BTTtNu298M*2k&MpEcctdoC%L4(NmY8QmEH<PGJ[q.4as^=R)0S6$dKT:3pr:SufSX*\I5fP8hoKm/YUgiq'?&oc)(](BpTU#9sK6R*@Sr(DiT->]<C7'lH*&NFW[p0<oZU+"/!+:70oiL*#*Zot>-3bE-/5`i-Uh61KL.o'[k8RBkC:,P>JTb^gN`4X_p14Y]?#ju6Qfl&cEogRs(e]P [...]
 endstream 
 endobj 
 481 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 515
+/Length 517
 >>
 stream
-Gau1-?#,'H'Sc&[s22D6#.$>cd!@cUa'aO:G[F^`S\mp3/[YEJ$g at m:mCFPm)Mog(jF*Za5m3nleCWpdi')_N(]c'21I*"#8=nc`n\(dfiI3C,!C7;(#RL]g`EYk.*mpbUh"M:=LsA:>A5I-]FOY=I(^P_5LcYJ+rr#]l42cgU<4^%OqSB%(\*Kn>Ml+Qs_7VD+/?`JZAa;+dJ`I3%>HQjYT;Q!T$Rk3%.-M1)63N7I_'FX67\bTf]9DCoeYj7 at hRV"WNf9/I'/CeA6\\+EP at 9bfS0W5QL;s1SO]B(cbMkUm,NC&kL^`"!60sZVP,<7`R2(]%)(/!FA>f["\B"/elremZ;Im_"=`B4D/AK6^6rqc/cE-Lp$0rRlkd1Q/B`F`-1q at F'Ag!Th(kE56+P<s5SZf?B4WMrL>/,3si(7P"<.,ddbb.Nlb1t?(CK4;I8'WQlEh73nbgKO'ns\7QAt.Vi^2BFd9#CQJ[rC3(%ULk2s1 [...]
+Gau1-?#,'H'Sc&[s22D6#.$>cd!@cUa'aO:G[F^`SO4X0(>A``L%L"XG$P_2)Mog(jF*Za5m3nleCSC<E1apbN.;V*)'BGL,gYtAptim^E&X,IJ=q]$KEMCo@]go'O6Fu'mX+gN7-C4U18m*?3bko/$j=C+6lg`(s8JtGmGgM7.U at 1[I^!_<c)NA<U+PqI0Q2h"b8[DFCfTUVOF0?7X#7QSo at OF`!Tb:A"oY,bLk&>[Qt.ndM!c#5*BcWf7^Z(bc at okRA=On_O^U.YGgnemAkC!6OqARL6\`VZOcacbV.K1fgQ?K=A4/o>O?r5ob^u^45+*.f*>p4r7V"gn13&B:pX$5Jj.sbP94YjblEU7.H4sFWCH8`<j!=!VGf3Ttn;HuNMFF#XG%h/t8V.P1OTc#6W,JT7Ci^--FLTh>SM5;O=YWo`7k-<.duQ7CFNuqt<-fkR'K\>$f4JW/V_WP6lj.I:g"ku[VZ!SBm+u^ikFLnr-0 [...]
 endstream 
 endobj 
 483 0 obj 
@@ -16199,1633 +15897,1579 @@ endobj
 508 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2955
+/Length 2950
 >>
 stream
-Gb"/)gMYb:&q)^sJ#EP5_$OqHG=mMD!?>a9%,fpl)?^0;V+%hg*`Hmd8Qs^&:K<Sm8Ptd&-bGQN2 at 6Hel:YF/W at H$l'E;84B=J(h21b?X(0EIgAmi0($^3+9pZ2,5meFl'f"._e>$g-<+8CTTN*Y4aHt;M<ebo3 at 5/Yl_f_#RG[^EY_4G!lG2gMr^\;`^H>G(\9n-?dCQjBg"5)f0+]<,q0Lc.i7I>VSS*e$#(i8hlbJep-:K9S?2hPY]apLJC(bc1'sgg[g9N=e.Y*B5`U<VN#uZ)`4el/:XijX'*u)kg$`-3[YsAL_/ln3:p:_d(7cU]Qj`+iKFD/uC at Y9Do7#1Z2aE/!35?Q,-W>Y`r9#WKL1<NRs7DA._=.AA$L=,e6\,Mra7A3r!_Yrur(<-!tVV_,AJn3NT$fKkZYO;]LZ?k?6(TUHYA]PeM:eK9(9.rS]nTH+miSiRrFYhfq<91:TjGUA*#[;ircAL5=q"Al:3`%Q [...]
+Gb"/)gMYb:&q)^sJ#EP5_$OqHG=mMD!?>a9%,fpl)?^0;V+%hg*`Hmd8Qs^&:K<Sm8Ptd&-bGQNei#'`lq;J,cDdh0"X\\&qKKFPGVt'D2\oLR9P.\CL's1qq"NkEkjJ5eWlDWI at 9R!qJKOZAl&8o<H$j/fVeU[.<3K`q2=,VmI,!BA2BK[;\!t%c?JNP-VQEqt4SV2r)C at ddQ4IIgkAG'=,GImFDQdN;L54)%&Y.WY61=q&J']@aReLNgcTN-d3-4B`3kJKHD.<^/D$LPE<n0CsDsV5r=unWgH[,pD_a^Sg[n-UeEg_fP/,UWPH'eu-J5j=I22(a\j^K-L\CCQ*3!2>kYS'MQ<uJ)N!DAjBO=E8%ds)>T65FPD7E4ZBR3^D+H]bu>647/'k?gW/X5jYk10BG0,);F_[kKCS@#@=6j?1V2ACN,OPg\.n>4<-I\j*i=/^Lom-S5/_oc()I=pF`"?F1alD^lBsee#*V_+^jTbM [...]
 endstream 
 endobj 
 511 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2881
+/Length 3465
 >>
 stream
-Gb!Snl]9f?&cZaas2,QL&=mgpONXPjU-RMdM1MJ,A$u:[TNI=,BkrT:QK7<&hfi\!PXM&`]X)CHG7R88cHa_q2mY<XF2>\2f=WGGJCd`priHP\LZnkFTD:2>(#DVk^A-aM$b)u**Tjjt'L3ABbjd#DXu$9kf\Q)X+\^M'SB0lU#Le[kq5`WF&9f=/J`BKl(\A>0n$htiaIs<iB<d\onl4K'_"9jGcnQfT:t."p2l`$;j:W)f_kP5X at KUiqQ84e1A@T"H7@&d6+[>fj2[Oo8)#PXPRAVNAid05mNJ=62QR\1;0::RmYAc93Q[(]Nj-W#jIT)(UWa\iC-PWW6<1mu.X6$@9\V+37ZDrT76<ui*oqKfK,L=#"RGDXerbaTXpU/3qP-'nDd%ZiZ(.=`\<Q[]][RAj`A[IY@/b0*'gG5/!'M;4g8p6S?4*kqt#P3#b at 30(Z^gV`bajAdYGE7IM'`j5DL%+ucGf>:E^.pfe6 at -;>QS [...]
+GauHN>Ar7c(4HdUs"N2UW"MK,kJE/2h$'7ekltgYV"&=Dl:"!9,DcjuZFj;j^Ya*E84fUjc,`Z?"K"ka3S3_)7RKdQpd`m'GXKQQC\%$*-'XPX-)&0fjSEM0FoCsST22*+Q<(MU9>/+cJO^`IcNL=K"L+9]q(\LHDi!EXJd%ZLD\^Tj20TkI,GF/.FQQM"Y/o]&Y$U9/.AHTY[#u]V(@pl2\c+r.\r,PPam6>c[n.l;Sk0Pb)-Q*9RVrMf-S(V,1.kth<C^aAeHt`_5KY=mc]pk(b<fg!,[8*2ZHJ`#`;-9$;H^jG-11Oh#Qo2ic at R_Yn`/\9&smm/05L+beB5688SYP&<pQ3u--9[KX"#TCUs;OTb at P!tPWn[c8[YXrqRa.3hUOB^:q'%4;&Rn>h2s*iOK+C^ZJ6U?:R0%.a%_dU at +igKfBWRHW5o&=0].$F(oe,3s(K2-F4a@*rp5h7[%7.Oa2ag&3$E9ho'9(jLQa=fSo [...]
 endstream 
 endobj 
-513 0 obj 
+514 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 3500
+/Length 3340
 >>
 stream
-Gb"/+D/\/g')l41s+/h?@aj>:;AAf4^jW`$a^,L9_f"N3Zoos>>E77?-*JS4g4+T.PiPrM1JXJ4jdN&d,7S:?_r5Po%p<+-pg]eco8O;7B&`W?/Sl_F94;U/MqQG9I.m?_+-.Ms26E11ZsDQ(Ss5O]64GLU_&mMLBPd(n=WW%f_?ttXM)RZ8'1Z<Fcd9K]TSGK%e`00!Gc%1JMo)k+<<>tWZ$>g2nY9GA:AkqNc3mH_p]fI6dm5HFW5sR)1<21]hDCK-3)m%=<-"E7?Fq7OI3<S:O^?!9,u8Qf[@nhTfrALOpHWN"#?i!#L<XB]cXVh(!tMY&Z^?FfLRB`pDJI&7Cfg>__<XqP[dWTJ)qqm8P$k:PQM$JLnPb+-30LJ?,AZl^Z5oS!##7='[-'H,20XS0k+s>](QeHWZW,^nOcgNk,T1E_k"n('82?-K*+ijeTH[ZI1&L37r(*T:XDeJF*l/1qIRjZ/TV.-\g2j3O>*S^-nJ [...]
+Gb"/*D/\2f')ipps+/7b5SDR%8Pt^Oi'(E+pmOR$9,%%uI440AeuPBCg.L'YrqA?=8Sc$,En7MO"?7duHDTT5EB#6,+U-oq:RL$t2.JjWYg[[0KObll-Bt:X`R!o<`Ud_l5(=n_>/_L74PsY_V]G#V$<e@"5DNdrf\*rZ2#d9o$(.L at LO[/SQefIGd)@*"LH">fo4L'F;:+/eiCXF=E`OORa4JY0rR*Bg2W1NPo,gMiY>GNP<'pA+pXrBS>U,NkVk%8[q>h4B$WWj]J01ZJ47rljEKY'aTG_j>f_(th%U5Fjq\_F->&rt#DZ5pQm%k!?.sCGQmg2)Ha#&!f$+`dlLuB^:I'G<hU<KBT,$p4=I6[YT/ma0"i=frO`u86t1(QV^%.[b[s(>iumD\uE)BJB1)DMX)V'33/7q-/(^mDJC4,lpXRLs3oY3AJVXk1abaT-[ue%2GD^ngBfgjnKlKLfo?QLOHTP!iGQ9V!nG*d#&m*4 [...]
 endstream 
 endobj 
 516 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 4267
+/Length 4712
 >>
 stream
-Gb"/+D3*F0')ipps+.[IJY_KZ,"5@,JbtNe9q/cgY3dhOpL/W*<gIUqABE at pGMQVU1R.g32fk4.JP@*P at _J't1W,X>E(E/,B/][,rAWFap=0V!op.BdfZfS!Bh<L>4o=C(q6OG#5N=>tZn7cZT$'5d=Mb at igo1U/m?5<1f&8\`iQG_scRd%arYDXrllQ-1%_dH7^+!+/T4R@]_Yl(oQ]a.+Z6EmfIK'/t:CX)X%5r8AWXQX-])6r?8.#]hd_+(T,*0[bQNU>T,L8Wo>t*\j'hL(H;&&')ekF0VAATBAK5Uk6\Yfr+/Lf;2OT$\!ht*[sr4;@a*D-f`R,m]4KN:)k`P7F-0t5%(M+[)FT;T!L7[bM<W!r74]OiAO;aBC^I*6 at 60?tk4GqKebRA323#'4cQd`eJ#k*%V0[.TE-CnqpOiqGo;2MI9]a?`Ru+N4=<)-s5U1`.e=@Jg,Oh/)`!nN@:(E2S[_Lol/a'mmb[p6+80Ec [...]
+Gb"/,D3*F0')ipps+/e>!LkoC-&SFm!r!j0?S8kS?/$n?pE;eqQ";Tf=`PcJS*dCD%OLp>ZHU?.Dk!Ck(3(OZAqn4^E&]YDGg+^Q4nE<tAF0+<qs$8(H(80cR3ruj0)ro)]mTV5mDB08#:j'"on"l*+V,UFO+i&Si<.\Z>:gm[k]+*:#OaD2a52Q>I]BAQ4s&_G/e\hODs&^oT).TG[tFDZ"G^YQf*V(nQSWgTg'begm.+6;l07n%&c0WIln[h_OkrNqcBqc^Ml^Nj@*Ni6)E".n\]Q]d0<8[4YZ4]KenI$P=1 at PZEg9Y.;O%t89Vq*pMf2^d/@-h*=]3JrO'2-Fj7tUbO4Z"!ZEu']g?HY_a8C/r>1D>d at eAH"5H-(K;e^5iC%WIN$PIU,k#Js&<L/s$XHiFY9[0oD at 5C%e<MIIBeC(F#=r'h4k,^2ubtV)Im.H(kn>l$U&S at s92<hgpPC<B8SeNde:Wcu*,lT3h`"POn4- [...]
 endstream 
 endobj 
 517 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 3564
+/Length 3384
 >>
 stream
-Gb!#`s,YXO&cWl.s'\Q#EUYsJ?*Dj<'pZpg%tm>NGeO)U.ca6m`"0lu[_pomr:-?2[<!/)a\9S!2B8(%q<Va,B'7o0p.=5\5A>UCQ9r6q&C4]V+dKR)$)p'>0&DFl0-3=Po'h4sYhJi!)+L<U9]5_4U1'i$p_H]P+$KZC\RCdhZ?3IfV,^(OR8>Cu'Gjj1lsc+-RE-=EPp0S<MJS]GD;+.A[[N%P]QsC4;#g;^r?A-7Cf[Ht[T[9[<dWh+-CQfND(@>DA<Y=`T8@`RM5m.Z2%IVb;o$83>"nL5;IkcSj_aTW>l63,Sq;><_+h>?`Om[A8,Q%[0X/:6)]V#a943GQLha5)p4n)N>3:J9)7>Ng*;_-?C*08c'<+(eafb64D+%Pa("d%s?(m.h6-rYr,&Nc]ibFTO(21tbZ>c,/b-+t(p-Y9?>(R4KC+7SO^+RhP6$5*-=*6Al$dl'(8[`1PcU\]RdL)2(;__M.BV/i>@VrB%`K [...]
+Gb!#^;30JA&Uk7Ps1hr;`!LT%OeO6Q71*:]b9=A0QNZ_Dd4GF&:#!8#OsA*=]#]s$$n9kq/=TmgK3$[,ASO4&AiTD,ctc7$pdb#Gac_b;A+JV2-'XP^N)8q^14E#J)*`TBp$j9\aE$20Bc)OlnCV5:_I9;Wpt?I8aklHR-h*"L(DBT+:VXb;5W8*n$1J"AGZ)g/5K_)*L\W)Gc8e,r?sJiGcQ>CJBJ^aUJE7XI`ugD64Wfo_Yn;o?MZlG*M=XW8BrSll(<'%q&n?KB?4%bNZ'1S(k$TNl3LC+N/nXgA_:+'9)N!:N&WO=:9e<a$Lq?fZ0ILoZoj-oq<&bc>6KW)=$]T?SM^^sM">OS5c5J6jE/><o&f0ZX=J21,7GM,EMC<$H:6;d%-3u>T?:q`+MR9D!(6a46TF2Fd7EPcMOrjb3M8`4_-Hnmr at kLffJ@fVCk"/qHA=c3+AO?RW`RquXb,cb%P0t*cn7)t=/`oA*/K"i;_C [...]
 endstream 
 endobj 
 518 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 3807
+/Length 3947
 >>
 stream
-Gb"/+D/\/u')ipps'ZH6E(]'Z\BEu<J:+;X[O<cD[>"(e?%"-PdRn+%OUarOdJ`p2R3cF.QF*DHZ*-Te34>X9B4beJSJR0@'I!C:o^?lJ`;,,^gUC'O,qe=Hl9L8cGN,*MkKi!LIjR6[*<r3rdo`EN%)OFEY`],sZ/"<;6sQf]TT`2d.5!N3q$tcZO<L?RoVZ#OaiE+Of57cDg;5c-V7?<N)*q_qS%AGmbi"3Dl=)ZX[?rR at e%k!h<=AWr9ITZoj\/'\`QY\Y1q%6&EH,h7gTP>0b1qfIY3f]31pq"7bgaq.GZD0el+D6Ep4/hdLr1piaQSHmrL*mT+`,O3pfl!I>Dgk_);l?V:lDb?AHPE(MK7[K=4T4o)?j;Qhlk:F\a<Cdd\5Ms%;`X+)_nX-;VPmdH_6b'>9c&7[\CIDKsMl/TIp,>Jpo_7lUUf`2eZqCZp"nnn4AVu]+'CN*\:;o)TH=GpEd<k$j%[#:>7VB9O"u!g2 [...]
+Gb"/+?#SK='n$USs"N*<32r6;cL>n+4>^o\#`o, at _L:[[-to$Sfp,*`UuLUqGO?JDZ7&?>aDm_^)s>,IG^/YIHdCIbP/@TjDuTt<s(&:^X#'FtRm7-\SP<)qHD*BHVd>uYIIc@]PG#sN^?5_u&uih%T1g$S1S6l$q.OjBoZ<!.B+DUaYTF*cCS<&_k0 at 9AagJ=2c\*AES=>]E5'^hZZ_$s+4`m`"0(U\sf0rW:Qh7,Wc;-WpWo^4S"6\"\1H!9e1Y#bIlDc9d08i<UQJFEJ^ut9doRf<Yiuak0%d%'KPS]7\:m8KUo!3#pfQ23/+)6n`*ji>Dk"X0Naldq""?$!Vrk%"UHaZ",Fd0g\p"<!ihH?CVWj\K8C0ij4fCo\D<S[!Oa``l%pt/s9(M.01+U;R+3c!!Z=lS\2jt+;@Q2CIQ?gKF8h:hn80_;^+r^O`*e;jXX76:!](tt?mH_QMBWu!:5>OeSc2W-kphr!,&-_,df%C [...]
 endstream 
 endobj 
 519 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 4462
+/Length 4817
 >>
 stream
-Gb!l#D/\/u')ipps'a;B;*.KS^+>U]%fOb]nKC..86TA?\>hO818V4O8<o@,(s%cQSR'@G8;d"8VN\TX\<TDjkC&]?H$7aPY5[aTs%aFt]Jp^7SU&*D`VE2PdZNPeHh$\)nY=t`5Ou7idWJeJN'a4Km.`jjoppiqpO+fFZZH)9UZbK!S6.aCr9t5F,nTP;s-&!4BR9VO4b*C.'[NSh5:#2cC/k=`4VKK?4FZqBEbaL*`VK-JrFjp<P>3S\2Ip\iQ2]Ks+^UV]O5k]#^f?,N'q-O=VPX\7_^gNO*@ik1LdXV,(c!OsNg1IWLdXr`)(MJ=MU<o2&V5cHYY'ke:boV;#VRhfbTrB3^+04r^'Ar6pO+5q"/MSUUo=Db04fBJ!V-hR3jEp1M35g_80Y\pN1,V3OI*lc1C>?ljVa1sHmCO'BrZtfhDH1lH,>c,83K0;bQ9#PNDU*=9C)q)g$.)l\BuQ2W"pe;R2t'fqFD]:-EV(:`! [...]
+Gb"/,>Ar7c(4HdUs"N(o;)q?Qc>Y`gZfjb0;%]IZ2N:Qb;!!7o.%@>,.MUFO5^rXV$n5='. at s<nm5.*L40lfBF.Wj'4#?$Cec3/XJ%B1W]6!]=QnpAIq4)Hh89XtGHZB&[dG)^&GYK\oa5qd.1Sn>HG`gL">(X5=AGTnNGKj"I.pu,n*6!C*;1IT1GP_?\1LHSW?R[TL5K_V7WUKS at E%-brMA6Hpm`FKZY:<<741$t+1eR(P9fmjQ8]=%i- at CD?";O/1T?Ll/6=ag\+oA77V,I7[$5+0]J5p"=q1Mf(6[3S]16F*1N:^g4&YEefO3gO(Vl;):.RQVg*^Nb1=RAZf"+aRQWCTe,76#!2Ns`:m`@7.>.%s\=W?ad+*NuI+1^+"O0#/r'jI&IJ:iV=g#tUe. at Ydg.`('/^,*bEl!m&FodOTnp7SpGq7uS,`&LdhqD]o];KnT*h+c/fXXpD+"ZI+!F0P.1L@[Ic6Q#><+`2X'?\d [...]
 endstream 
 endobj 
-520 0 obj 
+521 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 5130
+/Length 4370
 >>
 stream
-Gb!k9CN&7QnU#faLJ<ZaHl&8Bmdb(b+-Iu&"MH!4(FTh""XU9e2AE,8WUmYBqV+*<91]m at R\<O?,j;p`(5MLQh3mBmckA&0p<:;CPn7;/M3kD.iCS$s'V=dgip*rHqWd+%hL,6`f>@Bej*F!*LaZ5_WtHNB1]VL$\&7CFXXi?lddmQ"(0>\al"c467J*bY?/:=Cn!8qc7!#CtV<b#$k)E]'Feon#R2,5K)dTU'I'7=J<a$2K,N`P at Yj8SsAAsOA8oqIj\(4QfdRBA^U=RS$I4bm*<`a5pf6.$s>l at l3]`>(JcHB:<bK/AK._X^r=e7KA_EdMA4Ni9?/D!F'T'#W=Si5;a].&XH):OjAM]3c=`.7"S6<6.<hhkCWJU!UunFJbH=61D>>GlNoen#<Ob/2geKj+Jlr#+"lRiLX<X1XJD<K(,=1N.F(3MH"D@'">@WiU_t&8JnXJ;KjG9mNMmX%M/Yc)n\3Wdh`=&+FFi78[]$C^ [...]
+Gb!k8CN&"Jn[ei%LCJjPZ7F>`mdb?!nf_`,-A[;oM&I(a!e\(ZmTB)%1Wcu!Ict_=bV&?U*bVFu:4SoESP0OV]sBN$]C^aa5G%[6>mg,PQ$E,I':on>\&-US(0@]Y2cieI]RTdrCLFR9\=Of=_O$B0eO7<=#2oG'(d./$ml:Dt6K(>L$,fVhLFZ!P_=*5t&&?)RErP]&/hStCmiuhS4X#6`SqsRV4FQe?@VS-d$E7<A)ZBd(m>F^f0/?qXm0D)U/Ehl[22c&XE0,e%64mUsMV:JWr^;*>(i6r+@,G]fC'&+J>:cAa)$MR]dc4Iub-nHKd?[DrB_qmNL--Ku$.%>JP8nWoO6'hC[Oor3VH?$Z1ljSf7l9.,=>d6UN&fM"!bVKXR&4+LO9Udnl3/`5?9l)X[U=dB!Zk'8)N?</ETXe_Cn>Fi.1-QlcU$a+4Ks>>(@Yi?=B=o8*cDXO[g at tkF>_88;G*5q9UoUS%9VaJOcT[b;M [...]
 endstream 
 endobj 
 522 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 3199
+/Length 3116
 >>
 stream
-Gb!SoD3*F0')ipps+*_U35J'!.>j8ioL"KoLS?5:D105$[tb.=VS*CKacYY#[_MfR8GP\-/(/dYCJaJ3"\Xo21W//[3A[?SKHFt./iJB15:>@&UP(BX?P1E_:?M#eO7VP\5!=Bb>:^;;ON'jc"D%Ul1(J4@^o&dn?4IIk!eHts"=XW[q<`*>-R/<S2iI/-G^*,gT0FjICC]gR3&p*:9#=/raS2m05Pru/)SQ6i`<)H^?bigNNM:*$?nn:.,o.i);-E+:&dB(GUYmli?L2b$5q?DNZk/P"dl9gN!P/MIU">q;'+SJ#[kP:'!>RVN=_38>,n;%./^Q(`R!M=20IO!Hb at i]:T at 4*KCoB?a9YKd$:f6;@J-a_'l=#^0QSftE3Yj%l+n;d*iFRn`A$3Ao<!+Uj3L'jek8kBNH!(9C\7=X;G`gH<iB7!^]#_dpR$V at bMT;lr-k+D=kP2S-'1/R)RA&X\dEAc2hKTT0pE:,Y7S;e^'4 [...]
+Gb!Sol]9dY'*#\]rXVEn`<eF0?[;mc!tqsi!q\k/q at 3\?`I]V^2KQ=f8Fed1^]&t`r6W>.j_T;.DB=i*d;\5,:QcBC0`3-kmpq.!gF7IANZ^[9FG:(q31Bi"I[FGKICd-:%5#UA- at Y0R0Vi$j at Lc1K!\Zn&pFebJ)htfjGKaPj;>[2[?XMpY,uO#Vl?eb:JgcAmapbt3EIILGZNF at O?9G5U=m\Y(oe('6oEb,8N'&$*OSd+/!=g at 41e3b%A=eVjV-0?8F\u2cdI\ZP^<l_(fWETRMRU"1RR#!M&r:4H1g!k47?q,ro0Z8DJ>QO-R21,9EWpKVHBIS at 6#0>TQ27LI`=*'[CeKWmGTb><ZpJndelb!`aq^"<M9+(Fer)FFOjBBI:-#DBXqtZSR2`_[.9E6k5kgZH-@(KeVi:hT`IUCaL=^GJ?e7R5JC]FuCX3SGb$FM26Z>d!<QTWkV48:DA[,8(WhbmFq>af4ZoC=:B1Z-(8g [...]
 endstream 
 endobj 
-524 0 obj 
+523 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 4354
+/Length 4801
 >>
 stream
-Gb"/,l]9f?&cZaas2-$LOE5.mg]s0VJ/1[b?P+DOo=4Ec00%;kV.2iS$;(&@rp.2&9>*kg1R)%;%XKi\+#Wu`m*+h?m-Gseq;snZs.6>0qtc%qEQo@;lt4)DneA_3NkN#LqW*^8:O#O5I*^tA(pG^PShFSbhR!F"-)d,*T,8EZ6Pc-HX;n<[@0M1-MT8n at G4WMPI]9Y_adW*k/]p1/+5jVS<b:TOc-n#A<`tR9pA8u1,qF4>ZQbs:Fe)Kmk,$4L$+.%Yr/qdtP9kMJ/nqVs@#M$iZ$J4<2kW`>S$.D@)8#^(h0a)W1b<l,PeJ5ADUqgr!nc+=Z=7C-5C2[B;jfQo2D6-Zp0_(HlIi&;=]2KPIdnbaZD;0d_gQ-cail\h?*`O6T!G5(RlY-&I%C?t8Y/-fE4SZ-BmmqB<L(kPC7`^Rdb&Gc>p[Z?X3sFShLYZj$^S$S$fJud9rkXgV/00qekM<S>:`V)O7pnmlD,])DFehM2m [...]
+Gb"/+D/\/u')ipps'`*d,#2o0gu\+OJ3Q#Mh$Xc>Bqk<?Vuq[<<YAVo<%'6)oBU=,Q]reRdZ/]kJNI,njA<a,AnP`=N at T#2_JcUW*R5LK3FFKm3TG]#`f*P\ZGBag0mNQUbL7iOVNn=EE^02ak66n8 at L76nJhNU(E3llscO')BaIJ&H!W2X*>k-Gur#:"X$g?Q?Eq8ioc;#Y?mium&!QK=dWS#B9Sj)u'+Dp#p1?f)Z)ZBa(pkMTo*bdBR58 at Q4Q\5NQ?Eg%Q0PFm*6'IJO2%VUUd,<TDl:.SG!Z>RK"LM!=194ql*)InJ1-8M^8QZ*NciTA5F<M*\[./6lVA%BE-Oa)R6:90R5VegF6(l=N$On<nce,(E`J13p)^I8B1^]bf%0pglP4LA0]f*5%e$^';/BF3qPpCtf8[=-X$lgm8^Q3D&BQpJ,'Fm!'C^G38#Fa#b<0@:rP#4=Za9\A2i#0- at Yh60*H*SGbHSPcMVnr008T [...]
 endstream 
 endobj 
 525 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 4271
+/Length 4311
+>>
+stream
+Gb!l$D/\2f')ipps+-NS+\qL='e,$7$J^CnG'X>G]/K<s#;elBmV:?g[*i!<j1)l'84n>pW1 at R"e]@F3,'N$;cb,>q*)\"7B7]l>]>'\:`]cUsT>'BF$[/sj>V79`qhgr94b!%Hj%$c&b$YhN.#qE2_F5"_dbO'eJHODka,^W<^L?8ZAD>K9N`K7[^'KofLmX`=ZD5V8>ukLtVEJR'QE=7nZ(Ee[cJ&LaX4Z/XgTgH7A*I`n[s:uN"l#kr]$8s1DHPVsAt'QirFT+g:&\(RZ-/)+AT>][mB4O==kR!0o=SMtWd_t5IV*5b(tG_Sk%\[fl?p^>eZMHdZt?@d]roh\("Fk<dFJ]_])TIX#_.I[(-3.L&34mYS=T,sZ;!9tL39E%dI=eP1%S[tT!g1gmC1iMc<-9qNH*+QbW=!0WOaci@;38$m-X*cCKXgt'f3<6Bl,h2`bio-Z=Z"3=t[-c)hU4%G[4TfT7QtQnZ>$)$\h0\R! [...]
+endstream 
+endobj 
+526 0 obj 
+<<
+/Filter [/ASCII85Decode /FlateDecode]
+/Length 4739
 >>
 stream
-Gb!l#lYkN;')u:2rr]H[6elO[MUX^Q5'5P$GCa54gNrV^ckM%Ge$aF:ad(rLn^lY,-/5[GR;k/%'R+70g[sto_g-5mPEs(?J("680891M,bDc:67O^Y$L(`s(qgMoUW8EZ5COkn>1^3!klm[JIG7Xpj?cX0n9LW73a:A5/0B?C@>2Sh`Od4b`=\I+2feBmki&([p at qK7L+`,mOLa\O.)*d1q#7nGO++3mg-'tW*MUpM$aeCO3iQ at L69>!]10[.1N>8ro7RDe]%4,:*,G>0-69.>fA0dCXP>Ii-A0dC4leSfT)%#CYe8?c^,G>f=m at GIGTd3"mPs.d<L=RO!j>Qo]k^0ZnJbK at 8&:3%IK!tKAcbog^Sr1o;[p#Y#=mCiG`Hf,GV9Xu4TiX[gaO1_6>';$R*eM"r&(L-)UUM0l1!\3#3hPYYXH,Q:5MZPZU[N_uC9fTW:&o#kT$(X=UQ/EBaeXS+eY>/XP=6AH,g1<j2p[O4]$ [...]
+Gb"/,D/\/u')ipps'ZFn6^'uOG*gB2j*X+=Z25h\YDnIX+V"RnU1H6/E@!ZSoBU=,Qa11*e3$]np4,f+6npQHAp<CjfpUeK2G2GbnUI0+PktA]4[1^E=ET"gN/O2eI]3g<+$]W#nKZN*3ZVpuA-kilaMrq/42&GupVl at Ykk;\<j^4F5EYYG9QQPE`XKLdU,3E5X:[cLtNuq*HStl/r<plJTFI/FtlMGKA5PdA_4hO._eE+j64Dp<Fqf\_KM'-9'O2]Q7;ON6S$B9QRh4e%<c8Z*T6;oRX%Z.`h<,WSJM8h"*"$hfn5[o6S!3ed7@,;-.MYR7&Zd9E!%fe=#Pfc1o%e9XW`IcA:6Sgd=a[9R]$=JP)@PX8#&/L,A4GRco1##'2=_X&Bl^a9F=I_rH+L\PJX>H+Ic:UYZ/d.4r)t7C7WU+h0$Aaga=Y(>1jt3%/pt0B_S;Dk<YkhHqU52Aq\.jTH0Xr=I4CM+jcJ"rA8T:)Pi, [...]
 endstream 
 endobj 
 527 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 5167
+/Length 2255
 >>
 stream
-Gb"/,D/\/u')ipps'`*d6_)_)\BEu<E-FQOgP5jt?!i!XOq[pA;)0)IF=8WIqs/05QgtMQC*"iu>Mp,1E at _QkH.eVARG"hpKkJ,qrHl*gii at .jr(IHs`;*Y/4ji9e>B+ugpsH^oO(:VY]nn+h-kN(2;1 at Lpk"/58mNJ!Df_j at 62[S_E,UTd`K]:%%R9+cUAc>GPqIAa644W?\UI%)lk4sOpCFquN6;_=RX3VkPqS=?B52h@>MhR*]DF6Mc]TXgCQ:s)FdP)rXO<O4*LeMT?/AQ at h+iZCV\AjQ0dei9n[gQj*::-6_Gl,1JPn$_C"uB)3Lam?NHi(oI&LJZ:4ejBenQ<&NYRHrn)*N*R>!eg[nP=h;+]A]R@(lXc6CqoT5th_j`$d)uAa)1HP8YWDNGok=+60 at Y#"P]t^mQm0i*m4K9,%M!E<s?/).IP7L>Xns'GSq#>_jtcMP-eBE=@,tmm1nNEY(2PK@:rJLquM&>QV`U%t [...]
+Gb!l!95iQE&AACjJ!a`7F]FQM=TQ*h at b\R1Mmhq]J:Nr!>8o_A4^oeRIYX/(Mm6hBhFPncGq"T)R[HshR;YV/d.*=@T3_ZiB`]Bj&0MZ61E`Q,_W34pSm5U'/h]aAC[.?`/B7h4d5>[K-B=;lg).u9++N8l#-@?mCUuP1oodTR04K0%`8`C`C"+sG:l5?R%\KmW0>>WMTe0efT"$k=JCrlX'od=^4CP$TW+EQ5;4BVD"e&lccIbN*E:nE0>r(l?c$B!m-NCmB>.X9QX5M>J_puc1k)bVeST;f9%TO?=LM2T5S!6&OGn:1*^b^th/:>Zn$n<VdqFG_QIOuXuX3m+p;X'r"Y*G'DrM;r>?\D_BR6;mcq1ei.rm%l)M#!TCj;F3=G');YpWb\==H3H=l at H=WZJGTR*j+&UB,>&8C$(1(f"oG\H4f!'bn;K4EZf at K<S]]8]1fNM at 3]G*k-LR8X*]%';JQN(@5Pkjj;c]Db8H?qn# [...]
 endstream 
 endobj 
-528 0 obj 
+529 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2742
+/Length 2209
 >>
 stream
-Gb!#^>BALh(4LIms23OD#@duhlIOck4Cg at q]VL^YKW1rMA]rVs#.+sTf#7iBrLRmMOMXF<-F!#7Qp0?hS53La9+(e^IM;O$1^!NL%rXZD+;FZ^+Jra;s!'Z"YHOP$YK0nue2<e!NWlkoCXhiIS1+W5lXDhVgPfjTpi8W at 6*oOnYP=+YYP?^*`#$SV82@`iMW!@0q3FipRV7Ro6c.fK]BcNTMj8HuTK:gr8RXR#Npl[6;,`@?%:Tg4 at et'n*4BZ0Ppg6Bqm`/1($d_-2,,Bn-q8?c6&rNSYZ[qkQ'A#1FQBBu:*J8kPj1k5;9WfXN0$B/=f8FB+qug99od=5Sh1*bQ$Q%Z67E5s;/ABsa>I^SPrOFp7K[LE\Q5Ih7u9DX7D/m9%:$qN+HNYC*?jN%M,>b`)E!sUbX!\S=C<WJ`_bZSTbr1d"l<'%hGD2<6WG=k>2Z*nDEI,.Q)ccW<$I?Y'\2T3=gQ=uq!7.jT?.fD&X+ZheO [...]
+Gb"/)=]=?M&:UO7s3Qg5iYBo*Z:JgR[^+s?Q-+"?d8e]K*ZG8'[LP"hqXhiiAh4<@JODg+(`Q2qoh?OcFJFDEhcf`#i<+Iu_WA00)M.,[1da!*qE'(oStBlGca6s.<#&ChD%g`T.&u\Pf^o#7c!$n8q,oG,RZ0Uj&b*&+cA#,7[ctcifOVaY'8@/]=eKDU[KkUuVRsJfdO;]0R#[rrfKNTX.+j2jOMk4m@/:[Hfk7jdchTa$&S?2C%KMBV\,^dnUEK6m/:qgEqmlO#jH`*qZSdG]6%`W$dd6W;cQ>lFN+l9I/[67#>hhKhBH:I=dc8uNHOT>pj$OY8!?\4'';7OG?*t0em]8lYZQAArOj2p-boBEn/4I#t"kuL'=>N7XUujl5$[%?/,FZ,N!86G;@F9f596ZME1kI!sPRNjq`"lVCH$+HE,;k<efG0,^od^%([QX\=T_HZ?_)f,\<>\"?1N7uj6l09Nc_?dOM^TdX)5)m!%D [...]
 endstream 
 endobj 
-530 0 obj 
+531 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2029
+/Length 2024
 >>
 stream
-Gb"/)>B?8n'RnA%rdu9JX at nWd?tZD7d+N#<G':;75C+Y$)qeZC`S>4K^OD6Z(s/0!VLc+B,k32ELi`4Qg_!":r8RX&mN_ at DJo:$3_?<RK#ZH_Waku=2jSC@;^;;s8;qH,-g*X,-Z)/IM$8\lhoR&K%?=/uld.;UGnd]UVn%"j"!o,+]L\E-L+D9J)RUdQdT+`5=X4S$#me35#G;0NN*01OJ`[;67beboMP.PpOnt-K[]fI]HIa7s=`a^RN%jYfY='%+YG\i5b&1&hjG8F&r?(ghPUL_XO<(MY)a"[*)1ug"HBbgs/6$Le/_\XlqdQ;Qs]S')<PqjjVf"]]nd'Th_]N"_\\Nn86hFBQaMGk1JDR<Ckd]?3.*8q4UM;=Mi&ZXN1V.ZJd%"1'*.nrqK]$Rh2k=\i(eiX at N`sl.n'>sqWJL!?Kgsh&XV`Q-uE0agQCpTKM!u#I)<QB,>*CQCMY`tL.RQ]Mi7,-De?%k-VCY4"]X@ [...]
+Gb"/)a_oj(&A9%P5L_9F7q('*BcqI&-D&C#- at q0YN4.B%3T_N*M3b?;lDD(u7+ri%.19qsZ9qZ2YIgf at 4Z<BV^PV`UL&djdnF;eEd9o'=@OMG>s+)i`bDYKD"khRtWhL-T2Slgr7FbZG>7(I4(aS^r$g`UI4_%i-dAnaCeTd]fhcQ0l;>M?Rs2"J6N:BpGCE:N;l]Jbp1fE(!;qW7^O**G"EYaYK2&-P%AP at KSfuK*$BOuaD*)`6TMbXuBEci>YO$1!VY"-[C+([AWEZ\hE<ZkZK%@S7sK>"s%Xs'@a#c;U3G^`%:Q3*%.^hL#$oeR]i5In at do>jQhh9mEWPP;0uHS at 1V3-_V9,Ve#7,`55)JK.DRfDEt$S?StA[_&m!geZeY5b!L;X%*4cb`a4K7q#<2%C8$F71a+"+3gFtr!E+4\k\TOl4/%305DIY!d:*?>HXu>NKKNi)37?]ohMdeQOSfSM?Vo:`[<gKnC,q`(Y[mg50 [...]
 endstream 
 endobj 
-532 0 obj 
+533 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1892
+/Length 1999
 >>
 stream
-Gb"/)>>s99'Rj\Ls)9#.S%=o5%5[?<BA7k!_mYb!Af)+1_2Bt'/JfeLIZJ%f[ZVII6c.9+9*3\,FnFp'5(>g_a%mmda!&7]&UaFIJ5@(WJ=)c3UMoX5FFH,459lGqV/&,s*"*b at eYk2ZEMbR[.qZb2D*=cL`J4Pa$^qMhrl-Gm4Q>\R-pH!!8!<-4=Tfg at S8[XOh_`^q]Zf at +jn[SRGpDsCXIVg>6g<qrF;o.m(N/R01RZ,!T-%J5n)bS-iA_JQn0<MQE",_uDW?gSfkic^dETWm+3^&R*9L,`Mo>\*40\4D(>l]Po0M5GF=D5*Y'r8&^P9icCREgl9WC at gcS"gB/Mc8i^@6EJZ%rRAe5*KfO8(<p0\)u6T>"K51Q.gMF1H.dN6%=4bsaLs^%+:(SMbrk=j'"8f&tG!a]Y/-R<X#QnApc,qqPK)YVT@:gO?rVPUEOAD&i]Z7ZZlahHl<,,%4s^o,NW$#'kGe!,`>M+HA_T'd [...]
+Gb"/)95iQE&AAtEJ!a`7Fg[s8G(B"SfQJpe at U&V at +J:%7d8gc^U?]\3^-gS:8_^O^,uWG>:7s^/,E=s:oAEFJFSm?%eVaDkNoA=1"Gd*=)%]HI@/L0lNShHQ^3rAWZBhZX`--!:*E1G3ObK6X!%O2tIKWZGi^R;EQ6m/Kgeof>dQ(RgVt;.q5oB*AAK$PBplGZI('ZM*ol?X<mpQ&XC>&o]F2i,sl3B/Ybrcp%dWc7+@<*JQ\_7N6>-PZCeJ^]df"-iA&9AV"!IndXS4"DcrNon?(`?[&e`Qe"G5]XTVhcs at UDbcuI-@YklLjiE'i!la\s%@"!t/jm/\WN_g(cnj;GU+Vk3(\CllMeTiu(\GO:;?G@$W,OrbJ)0^<_0tR27F&`"U#rl7n+YU7lGd8?o:eq3[F/q_n.SrC9d)0jN50l"#sTf#Th*Z'/%dfq2TpF_G<"Klh580=lRB;B-P<bpJU\*&*kUALMc-LZ5j<(WXS1E; [...]
 endstream 
 endobj 
-534 0 obj 
+535 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2289
+/Length 2049
 >>
 stream
-Gb"/)>B?8n'RnA%rkj#^PGJt5[54"pk\RRY4$22W+$GgMNU3n. at Y9IWs8!dF0Z\tOe)GInOuCrY8*K0#c:-oKJ;4(pG+Ad:T?$HcNW at I849o>q-B.tV0B:66e`?tVAM$X,Luhas30pQ^,85E9!a6o^0.npI0kC;pHrbbneU_De;g%WS_=dK]R`:9H#*r,LGZ16N,C<`eYmYe<%9U]8Rk#?U$fgPHK<Nu.3^%:l<9bVUOj0^XWd'Q"gX$MS'gkqAY%*rb4n.drI7J37:o0Kf7Mh/.;mf+?_nl&O$Nh;"@f0ea=?ak/[4%#j^]m52C*:i4i.[][W8*:ta9Dl&"T1rA)M@@pCaPTcfBGg@`6NDKKcRGK&Ljth"^\./!kKhsP9p&*&'+<o1dJ]Y^nJ+':Xi/X6uu`T*n)!>/gN61Qu9R422m:@!CgO at _9jr9X0Mu.;&[$B@=FH1Ige_SetHcW%N/D_h;^@$k!!&NO!%T2R5]U"D[ [...]
+Gb"/(>B?Pt'RnA%rkj$RVCY$mSseu`:7Jt>3o(f at H6sjUfqF>?J660-I?1Te@"WB'S@#\fO9?StUJIN-3Tq]\i>9V>UFF"A5!2"B+;FZ^+GOVrs*+7GIt&9lhiWo#WMpdjD%eJP<]/\jYiktUQFA3)qn(i*>5eq6499Aam:^_\8*`D+5+?;;%mK6'Q!P6iH(T>ZgWk&)ca<B[dnrikeST-kHdI[P:EQ80Qh9QQ]h&_.-3(+Vl4Q+&1c]RBq@%[4c@!r6"UbL<,[j?%`Xo=])GPK*Z71T_L$=sPKhjQRp:N]L/F?WV;+/GRJb)7F_pfLG'#2"H(\lBb9%YJIms3]@KTH%6&rfunl&:T]Cd!E]04#fMAMXgK?G'*5J&R[tQ2_nQ3#Q5dC?.bc2-M0d at YD,H8Ia[:5o1*QMiY1MdIX+ER"5"55C*M'art2b0/4NQ&2B0M^k3d8^-Ki$"SYY\;h$=;`iB;#4!ndVl53692/_]VlA [...]
 endstream 
 endobj 
-536 0 obj 
+537 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2044
+/Length 2204
 >>
 stream
-Gb"/)>Ar4d'Rl+-s)9#nQFceb#*HJ-eMd<1>&>`1OeTZ5Lpt*K4Y@&U^1WCC".0oaL:.GkS;90]kKN+15LDa8Ip2Pf!e=&[pi*-^7URtVbtnh9qu`Q=f2o$=.kRYV<CPG3gB?7h'ic=p\2, at +1P0jkI>,^TjiMaJJ>X%,eEg-Yc5bWpHsP3GOkdf/8eQ()1\f+af2:l9I[pZojN6dNR/@JYRnSG2m/K at 3FK:Ql&gFq\NN5$/QH^&Z'eF*T',>UH47I^nHd-BIW4'kN]aIBL<Xa>VgUKFe at 1WSs%2Z*6jh8<U&>ZQXTL"a,!m&t1GTg^XQuXhe+_)!T(,&hSH;<bS(jH1?6UPh+QoTc`i#CF7MJVtQ/0LBL!n!o3"e`NZ#CpUdNVP,1n4/j90r,*X0*M9q^kopH/5?>RLa$;t!U<'d!FA;W99)Ab`#OSQJm%N_qh=Ps%M/0fkG4(e:(9&2f^<RGc*j%pi8q=<dhS-I>.&[6WB [...]
+Gb"/)95iQE&AAt%J!d"#F]F82,rn6b;!_dIMoE-od6Ks$[%j`E[RAYhIf0afb9CFFZ.6ugMrs!Ni_UVDR`EI:=CC-t<PHafJ<+2bIqsU(?p"\;0cV&1%=aDAhQ3m:=F41c)Q#qd$D'`sdiLM/ZP5)dJS]?!#&dulmYpmtGBYpf]+TD8_7qO20c)sqhno.Q(giWQHn'Ua(NW+>@Vmlt?-?p84C2?sFf],MKlV*@Jnm9GM:Wbog,dA-([TVd,2-=YA%8:rmG[h"J3b+"G_4#m<62c%"WDq3=V;Ve3DkE!O"64I/^lfr@@@00YeCW\pE8la&:>&unek(C^JBb9J11`;&K.&E*]-(9,NTJ2gUn5h[_51?LSbWDdF8?r5Z<K1dBkN<Rl3-O91:XHaau$NC?*!X\P?Q<>IcSdo-5YP>%)Y2JsS;aW]54.9Z'9ZRPiNBI6/n;.F08W]<rRhHlBF at U:(u&>@_!r4!TaKi!lim^T:SHaD [...]
 endstream 
 endobj 
 538 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1970
+/Length 1727
 >>
 stream
-Gb"/)>B?9''Roe8s20+]>Qr#cP<>$mA6S`(dqLR`e;S#d<\b+#!D=^(fCpg/Jec-l`":Ocj7pK_jdc9/f?\-'i]f$l3qiY=:Z1qQ"-(*,!Lf]!0_lB2T3P_lf2p[4el3Aa1MmeA at OS6?2K7jPQ("hpbNl5,*boj/P2?9nCBn]'/u#r!c10&8$AR7#L8A/kkh2QkBNq0l#^s2V7(NbtKNMa?`q>/jK>62lhgL$s5JjRantJtU-2T6m*Ga[4.+1r(I"jqKqD/mS\:>iq-$'tMO=&2&72Q,VA:WgHAPBWR"u%'N/+E`7]Vk"LgdoPeMKt#SY4dSr;%1(Pd\D6t8nkC8.+e)Qo2r6XNu<6L,GLNU3"LZ1/5?>&49QQR;ieqC22iP7TU[<fZ.+*k9ANFG;1W<&4EQ2DX8l38kQ4S9E>JFh^_1T&5\E[PV47QqRp,uB*=@H[KiOMM_Dr:&0gbu5`W>r+'^r?#WQ.4tifp"m[CnT&Xt [...]
+Gb"/i92jk1&BF6=nK%HCW/QjLq))0YLT)<VZA5!M*3#Z#/:rYq:AbsqI/7]<30"WALDRj]$;_4#/[a*V^KWpQ!l7[4T#1lMf)],^;kOO'pHZ:*@IOeT)k<PFcHk^kefk<lQ=GL+=9^KCN]k_7Lh_o>k@`<^7#f$_&b'YKoS2h/\&%2&fF/jf)Xk`Cqd_oM/"LK1<M.rJ\$]pT>r-=3>T`!tl!XD(LL-):KAuJ+%"=K5rM6og*e17eetZeYct#rHqBC5OkfXs?HUo5(%*)3hP8$K+i(p*j9];j-Nh0bi at sO^'>Z>lH>M_#N/um$.ZePCiqhFAoHtgJM_l[b%^i89.lfWKi_1X1`HJB_RoTsUg+ag$GE#,c6L`G%6);$.llXf0RO,otY6qp$;k3CY$9$9aCPZccDK at p[r",:M'a5uLeH?h'!/.KTb)T]i.TbnS;O;R"#PdeO]9hZWUOe7WpMa?'%Y%cJ1D6dSL$d%NPe&D70`D [...]
 endstream 
 endobj 
 539 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2047
+/Length 2061
 >>
 stream
-Gb"/)hfG8H&:Vr!reGoDEu[V8JDHXM6g'nb\VFt at O.OHA7WE)MfH<-"^]%9N`[EaM9gaAOR\YsR<a'3]^X`'E#rq]So]n=<pb[a"QNRSJnI6%A1Dp-"T?$,-bO[Nq[e1Wp+^X(m&9tYDNYmf+#*(U_B'3ed%B4![\`.@)8'afXS:e"3Y-K=&#NK_V^<f'Xkb#P[r6a(oRggZJ)e1<-I4J[:/)75#0fO6*d60\`EuH%]V_Q=!pUEak at hqOMG;sUF]KQg6+JgAqPfOB)aSffklj`#HLB^J5>eu%tanle5XcOOn.8O??VHF`^>`'MG&d#4*,^CX[r-L3/:01#SJ%Xk6>YO#Ac0rsSBN9OX*DaQG"k9F+2OnK?iNtA#qiTH?YUh[?Au`#b7b?5^a7\M!,NOkZr?hsJAs)4^D9q`$(>8I(#&8:.IQ7%N5UNAU,"niVHGQK\WanA at U[eYaO;WKclDZ\2EO:cfDrYYV0PujN[0a].)e [...]
+Gb!;f95iQE&AAt%J!aHqXeHR'Zi];dT\W8GfG;3?6,6$u_i64XHIR+erJmf]V8TYSVG=aB&_Z<*L@`ZfH-djFi/<E+_$],\%0$/uJ=&#p!3pYcAmaKFm-NR&ZZi42[11q7NotpO-+[O\2JShsq`5k[qGIM$ci at csU6V"Jo`_I$5`F-k+^XCG-JOdQMO[1!k:G(r9VYn51Hj_P]+'W[ZU4URbl1%:kF(b$jZF%+edA+:+jX]]PBpr(ks6U)#*j?]8rkGogL\MpV(J\s4s![n^DBPL56P'%5%TAqZGC^=fg+ne%_Cmc[cbPEdk]so]d<]p1<Ao%@$#YamurJ#\5%:=_cGN+O16IL.Q7j664A'"&BKEQ!JF8!2k'M2X1h^O=UoWaBSlr:+ at tL^nsIJ@`^ur\h1U20Gf[4]U.&KL)[V+-og!3Gg at oPWk:855s3R"5=O,@"`_:=7)3ltQ':%ElSsh<L4l9eVMpB#\.\XN1^T@]%%3 [...]
 endstream 
 endobj 
-540 0 obj 
+541 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2516
+/Length 2687
 >>
 stream
-Gb!;f>Ar7S'Rh^^s1l[^:c4BH\j5scm.)n?leo6u0GoXif]X*.RdL%L*E)XMEb)"A]/[$*O[k0hp[:Wi=n'9(4%p4^Zp[.WL(PbG\O"k&*OP_HrORCRk5O`e>gIODe&&9V,!Wl?AM5$rI/E'ta;f-Gc%-2:!4P(A9;6_1!F0Jp/]H8g+0e79HU/1=j>!!k'dcXhHmj5J`]RhuY`sh^RIAMn/'tk'BX^[<miU+L85hT:oecSWg?P[ZHHLXdGSDke8nt"rdeeHa'se/V1C;sR^Y;Vj*N*2VdmM=Q>+;-+lcX/<jga at I_N%N]km!/d\S/NhFn_+BgIjh"M=)IIdMGf=5ZAr[+/gtgdG?jUNQ;`#;'kH4#o<):A0Hq0OjfDcK]_L\J0_hgkn_BFL;Go#=<X_lAfH/XVimlqf0cl39.fN\Ti1BnJMMe61.ft9b$8rHs"[]6?kg>\16(3=]P&*>;,"D]&6#q*@g:eHV\7V3?W>C*8L [...]
+Gb"/)h/D%-&q:FRs+)hY,Zg>_\)]14Y[+':^b#mEi4F?7Mh%+,>8p^c8L]\sfC'+s=e\,Y>?r1-i/f-W4</B$T>)8`-5M!^l?g/djMQedqe-Yt+epKk4mJ0Wn)Ro!IJ*:0b-'@m(:@sCoSGLH;Tg),^j1?>.B8b@?T!14C(Ft'%KUPNc1Q4;dGDrS_pJkEa>#SnW?2W+&EomBh#<58=+s0dR@$uuAFq5erKF_l%AK<*i-?d/2jCeC73-lqNACI+rcKJ*g3=iEi^Ae>n.=:IHed?K^N4+%hjo1b\t)JIZ_D:)A.i7aPC'+Jc!+$%$[gPRUD:>1Ao'rZJgA"i at ZffCUf/JIXKk_:Q7!s&Ohd0FQ$br\o:jA?1>r at I07!+e,JL!t:&'sh_Y7Rd.c-8GX1Vmh-b>Zg^pUb.Lo^*OQqgjiR.R`;_XX?KFHtG8GQPo9Q00nSf at houROG54$T<VZ,cN%baKuMSSF_a!=IBpbJIh at H4C [...]
 endstream 
 endobj 
-542 0 obj 
+543 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2751
+/Length 3132
 >>
 stream
-Gb"/)>Ar7U(4HdUs1jseS>iQF]"<k_9Gbf%Y_)uZG]k1o,+p7)<[16i.E-:Vr>_!3d?hjRf5A2K$D`O",?!F0IHQ\/RICa1TA]jF[psN$NtJhI3(DOT*&RWsh2O'@5$_LQC9D=j-?aeRq5.elp;d9Vb6q7/ZJ">.r=2c?_lDSoO)_KE4GD>*^M^d?1(h0$]^O1kkFQtO3ZTX[fi$t]L=jL0DXK+D/TtNhf#[PnHlSg\a_!!@Dm%L_UY,*PI98&rkN6qX=9&G%%U<B at MEtPaPbEmK1b<[%#[8F^M0]Q`RTk[P<f[&/Z*MZ3<K^p#LR!9G]>=OPDQsPd-s;WLjXja6N0D%'=%%=mME+,0"]URRRNYSM#80(XB$$6]2U.j(`t=rik$5fE=r]j&j>lItW/mPP7EsUi?B?AQ!AE(/H5"\nP\KXl]taFAl=tROIXUnJ?kCXrMlptXIZ#@r86Yr`YuBSiA711/NM_pk:m<X6;ZQUlH2 [...]
+Gb!;fD/\1M&cNies'b@`@3nca^.WL/%o2'TJ2=@[`/!=`V8es/8_``'i at Z]47K7^IQ7J,68[cQ>_A,!$[dQ$DbWI[SLY2+ZW7NFDjP;[Rqqr%+-.`gipm+^YYK5huabt'b0-&e,YV"T9"p#%cd'C?I%jOkVfW)?HT"J1M at B2ED%5W[Uo`f0\[g*#+H9VljS\ddt0p-)PK+X&rT467GKe4*d&`:rE>.u96s!H@$L_j7R:q*>RPN$u?o#A-j2lK7,T)PG_><<caGTuA2#(bLd[Usa9iRCWl`1c!]B+>p)CE7_mjK^e0g%b?1]H'FYT#(j40^o-a]cb![6Dm66,\E2S.F/ji'2gM]-;kDD`IqmV^g^%bWuJu.09_dY14jk>/@JU6\(.Q7Ro&<n:9KM<XdY3D4JF4X3LV/-[+^Cn8pQUr-B0Y%p4MSGonUG9VkaO?'3JRt4;1sP/&an=<a+H2S\bUt9#4slaU9;*XB$=+4O4<2R, [...]
 endstream 
 endobj 
-544 0 obj 
+545 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 3076
+/Length 2684
 >>
 stream
-Gb!#^>Ar7U(4Ip`s1j%b`,/dKGKF"[+YD+[@"R(feq:r7mKSV<gY>Dq.T/jn`W#TpUhE>YmDN&kbTK2(k#LS+Qg^Fh#MJV.W1QYAd+^!1IIA<!7FO8;I*5%/96;n:rp8tBB9&Q&fTtn-;1O6HZ>=I=_oh/gCc,BJSj-HJ at B2QH/N\X,M*n]9lb/!IHQNKQc=%sLfZ:CNB];H75#'Gg(UCV`<I0A"7K!9^s+ at 1%OV_20XN,B[#_'3'H0s at P)ml[-Sc5V&HT.ERnqgb3CH%<^A(ZX4+\s+ at o$Hg5B+>p)lTK?X1!r.J3V`)"H$bG(HjVCn_nZZ,oG3GK)."H%:eCkiE`s#BkGTT;c3-YI8.dH7!(eUTU`JAd<bEkm-:m!!OORH at hc@@dA<(*X)4FS`=UuC2ZMU&[^j\$]5dgGR,dk-ko6H+F3IVYn>X+5n:Iu"U7rZ*RH,6I^28CIo<N+7a0AmA$C/.Y`B,)%PdK51-AHdYr$R [...]
+Gb"/)=d.UM&Unqhs$OP\m)U/uLIesJ&'co_UqCm%;/0ljB?LI at TS+=,=qVg#r/fg-#'c2"*OI]98S("1O,*uYkk"*E$0_/FW)#&Jpu<!iD[6mVQ2qOiZXESErj$qNm+:FH84dU_RSI\>#03u+h4.\/;\A5N+C.3]L<G[)AR$b&<=L(^>1J^M:(jg?.3r-6P;iZ51>(#+ at m5\O[[I0Cg\>Ro5otB9 at Tl_$fF)bm]m^"*?XW\-D=0LYgUfnlC:;dJT/pS"6ZSaC[S9ik]40/kgsEkme:QR at IVq-C0l"t%JN62K2UP32DE9bkoO5$7'2a\K<HkZK6?=@4Jg;^an"*r#KQJe'Q#2r0K*U<8:q5[k:.,#K8khSa!3-k;/g/moH0E/'JY0l^=*&^-1^]F/=.$oI,>Ch_%(hX6Sh\(!Q9`(B?RATYoh!Z[jtg)JB<^1-A at H!i4&E`&'o3KpL#AZtF.]9k?DFTM-C?.nUqr$cJSRrsBD [...]
 endstream 
 endobj 
 546 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2672
+/Length 2507
 >>
 stream
-Gb"/)>BAQ/'n5n9s20,gP1gVd]/$.:o\saMhIN+Ue(Llc)2NqkXEdZ6d#.GAhnB=<.?YIG$QWfjdj?-h+qARBF8aAb$0_/VW)#VZq#(W@[fhKfZNUn5ZX at q]J!sYLI(Hs5-*=:b3jDs0>hdeNF(4+Pb6qU8VT[/@C(4IN at 8nc8A$Y2c>aQ\Hg$@gZ)oYR4=KaI$!Fi*$T:X<.)&e[qpss+1A*KFj:J;SFB*!t^N!UP_2m6W_ZeX8/HX&?)S,-j'Se*=P,V]gGJ69c#g'9@>M<!j/"1&Gq2Cg+T/-V.9D?Za[?m5;:SFM-+4C/)CJ-k at r"DMhMf>'8 at iNl$L"]&U#nM4X:/-)#f2?1n;l6s5Q&F^BH9?K\l7$+3RPq8,dL6AC%POaO,:G?E<\pjnXUOXq0NZs$WR^;lmeT*6=m/F8*. at +7D8e6n;Yr&5Md3bag#L at lmZ,Sa6B6j8\CPHC4\5?U3#)h*2)5751JMXo4d0%9HA6 [...]
+Gb!;f>Ar7S'RgRSs1h.6E+tKH3^AIo__PW`L0jf/'Eo^Y2EP&^FfCl0qAiIs-/*BUX0L9QNK'<\4QL^h+(^<8r1j*G=<dBPL*jAD;2/ZpU,KI-lo"WfG('&FqMNk0%`*fZSqC:f0X7K5be1Y6H8M*u?SuU1]`r7QJ</qa)g1([co6<c]fLc^gH0;pc86>?HHqkZBrt"0E,s-\<?-lJDeaPO4q#bO'rT$q1Go!12YP!-<!qOJruJLGWXo/m,IO"R(e$0OUEW/&8d$nq5VbYGI?f*"A,2Z31/1R`Tjf0A,R]hidP;<[]g-"pLh<-r^32E5i+-?uSCAF.VbJjd>!0u5'Jf)AC6&<2Ut"hMPi8V-'?<PJ2&`S5!l2tn`39u`9LBDe+AHkoMG,@<5W][6#`9=,@&%3WZ,#k^=';6CPBe\t)m&*Z&N<3'>!XPmR&qX//7"u,.i.A39mEa=l8b8;o'?C9`g>oODA7taQ[f at 1AYln`G. [...]
 endstream 
 endobj 
 547 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2566
+/Length 2609
 >>
 stream
-Gb!#^=``=U&:XA4rr_,XH5$Vf:LtlD:>3:M:>3g`[lBS&84[2^OU at 0%m]Z(3GX<UV,EWnbQ==9R?$puPD%HpO%/&nh$$eNUP?WYVSBMbeYc(!&YK1Xgl`8@`=%5Vo1Wg-\[>EpGPaPGXG$\N1[@/_OYNdp23eQ$3^rJp^c+m?;2nRa,S\kiA%m.)'bort<o6G+UbE=*faXu+>YtVf]l,*9J+JV3_ at e9Lf1Ac`f4k!Jpiu@[IiB&nHOosD'QPaS6,U\Kq?&P3u$\J;u-4/]pX+ep1m]Zr'VX.2gEI`\N@',VX7St#G(,2<=!e<-`*"80\1#(]ZAm7mW4H/h@>i(2%X-)@K\=AI[Qg%>qD;eZObICZ`=R"#l^^<%:W?f9%/lRo\UrXfj8+Moj#irgp=VnD!e'hSX&p"q55kE:gO,>*L(4r at +Mqh)@Ji8>pc6]2%O>&j>7ItPNc))QJTSV$7+fUZ1$HXu/I1n#gb9^,b5oFLTW% [...]
+Gb"/)>Ar99&q1 at Qs01^F*S90=Z6Vj at IQ3@O-9r0MM&sqC!Yd/".<!+^b$A1JIsksqUe"[`9Za\`$H+hRP<6B<SBEk_/Su./^2<I'8dW&"P+UUb`-03Y-8qWX9Re4(VCu<Sq=95Fb;+uZ[MO06#Wuk4+bQ1P!%-HiojEL'XRch$aG=]lMO+&j(?@;E\5MB&RJm6)magmZK!.g!'<.g)<9?$+`O(s)[\R8;^V,b`Lict)Rl0RbWR%JpgWd:k9<N1<kFN3b._b2K'2\/YR)ruR?c8BL$T5$Y.l0"F1N*!4r,eIfD4KRs4_N-g`@hdr'3OJ[Mi>.uFZl,RqWO;5OSEXae$aD0k";RF1?aL at p'3QcUqWGVe$iIkQU\)0Q#<M7ncCWkSBNp0O7Rrg*0=8L6Cj=jXc.-h`%s.^7"L#Y':m%"G;l0S$CMcO=m0'eOAbV&(o]L\7/`4+'9(.oD'OMhGJZ(<eol3HM<%ko*h9Yd%MqQ?0! [...]
 endstream 
 endobj 
 548 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2607
+/Length 2520
 >>
 stream
-Gb"/)hf%7-&:Q:Zs+/fqdO\fqrLt=*%o(Mj"kKA_rNK]Z#$R`@Fctr[<&4-MhiX-Sad*pc?.06r'?$#X,`g!Xn%QDu+:Go>rY_L;>qF at O<s0*S/L!Sfm%VHpkiLgoUV at j7,.4Lb@>fB[6^2oLEoo!ue,h=lCt=4R;SC at OYbHo/V,jtq=2%#An(A/ZJ%UGs-YW#^7-kqVX5eNIfbqBp7VA9dd93MTPj;sP7u,:t7(RiUa at e_"mLqaj377Hr7=TN_k&7?`bkG5a=(]?.SPoc0GIt+&)73e&j>BFNP7/1(j?,hMVI.$HG_MkO!J1)9Z0"=l`?5c43=eBb;F:lW4&DZ-(!RuHF&j#f]I9-#DR_]tV:<?t-'gVk^E-`].-(sj'A7+6(EJ2HdOUtjI)@bIXL)(TP*"iE90#%c(GI"?0Z[+1c*A'X"M$B?ME"gSGqCHh`-Q_L99uckX>^\Nm'UHr)G-VMogWk/VI+eM+2:0mo'09:+e [...]
+Gb!SnD/\/e&H3^ns5>Y>E#Q5+.I+kjO9'.GC`h61lhmk&$:^b,Xa5![P/RBL7nT)KaKcPWl!Dd^M8eNFG^Oc1gaNX[raYf:(BM1;_fo/jQiZd^0U%kXrrq9':JX0HT!1i<U4b;FZ+rX+b$>ZnSt8bARP%B3[Q:A<@;IgZ at ofdf:N<f<q*WsB"e04ST-("Z0_aN5B5`9IpB'K,D0>i\s0jkTI$Eb=4f6kNL+,%7MEcoAaenjXQkDabSDk<u5IM7HiG<-"H^c(]]U\k<#tBlAamc+gGAr9U-pj'53lut98E(&@"lq0?Sr@`YK!uA4/Apl(XVbS(<kmH_n7=5c4A"N./2![iL;^es;m?@HH2Rg8A1;M-I0rrWH5GWm&7MM[qB?_p/&FVb+>V#7Qh2GWS&%N)8lQnN?<HtNV$6uX:Rcm,-!:kr"8FQqqte at TT@Ya;hNR1&Eqi]-a\\apGq:#ogl#hdb(E6a=0cJ/(cs6rDMb>#:? [...]
 endstream 
 endobj 
 549 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2381
+/Length 2696
 >>
 stream
-Gb!SmD/\/e&H3^ns+)RP3"6j.Uo:a(*mc1Wp0le2bhn^0?mOIW at S*_/P5*r'8BI#p8[bACh:a,F at e#I@*Zs6%G9TS1Dk_]m!CGsJo]D#R6IBn0#f@'FIm`\&a%)b_O%:F0BNQL6AK]/OYbjJj1mNTg"QK7I&PPR7R:36 at T2egr;E<p^q^3GdQJscjre%)GC5l$SVfa<'`,odkcS[Fk-8*?C.DIEeD1kW*r<ka8d3JR4FSQ+20HuJbd2<%76N_bV^cZimd.uqGMWQ7+e)+Ep`E"l97OLF$I=1Pir=oLr2#Ve!iS@!\5u/Bl,<QcVR]\OF2K="eF#$A,;u2\iGhD'@BWR]`;&"gH+,rd3*X$k4o=F1\:G':iV6:`<I+9N1=j<Sp>@ier\kAV?8/]t?M5Q`EZd`@YW at nmp@8A07>IA$I-lEI?214L=`F`H)&@jgc>]L%++V-u=m^V$,'i,X0hkP.PEo:uaO*@Y6SR3nc$*>4>$X [...]
+Gb!Sn>Ar7c'7CCQs01^FA]&,i]SZa\OuR.X'Lfag%k/Wo=Hb7l2/h:sAZ<GY1V:;'U+A*mMmfnLR,W(/G4t9j1IG)M_A?3:_j$8W\)bd]8uP0rQ\7DS6Z.B#+)bN$qW%6!>2-Wc at 8b^$M=8'2Ba5,1W=7]ng5ZC_UhZEl at 76GY'1Xn0QWTC'%GPjfVe`e`:2YOd'5Pp)0ro6GHahSoEqHV01A]WqjAka<m*44JLVl5+hVF'HO#q`lDV\WtM#C+tpYt>CEO19BEUtl'L?Dd,$djH;@n7-M:m,kD8]44jA=3fHOZ68]ID#PIQ>se3RLp9KFie08ab4%`K=p*(LbDnrPhf0 at Ho.;5o<MMhM-_'sj7q=o*EJ=VQ";o''jSXA+j7qI-fLM*.i at bn7g^SSS?8$$`_qhX1/]m4i[(Q/'C\T0au(VhA_4[YE+HD6RBlTRh>;cYoA)bd,$<^%8pOGU-Z4h'%lU6jo-%4[S"VcRp4WfT8' [...]
 endstream 
 endobj 
-550 0 obj 
+552 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2567
+/Length 2337
 >>
 stream
-Gb!Sm>Ar9+&q1 at Qs1l*'6)'1H=B:!$kp:Z`S;2"JLFuu-?tA!B<k"5i at dgKb1Sh1^V:b(T3Q8F\.u>LrE;7\*_\"1Ar2&[;L^A>g-he.9:lEP!KK=iTk5QbMk*HlK/h^le4#IJ2\t2R-l-qD(hgm^>02+5Qes at 3'*2]1BWb-e%[+5FW6/2<LIr5XC>W(C\qp3O9e?fZ2[X.,WhJ7IMgcno3=^9#:9],POI(gkiNOsLX:$-r![<LF]eG%"tWBNbKJB3Si]1\MFnuqcu/m3l?-gBYu4NL)D8A\hB):?iXGVQj*I57tYaIMLu8XeaLR]qTqkI]nV/.!!U,3DHLh]0'":ckMKJMcaaP&271;MhXX!L+R=fNnZV[7H4W!E44728H"%P338jSE),]H&<CW:6mGDA2.6X'e?!ua7-'!;aB)0>pB=cf>F!QImg2EQQFO,%FVcRdE^[NKP-C%:FtZ3'alW?+J7GO>SN\jmRZTh1IK]p"2 [...]
+Gau`UD/\/e&H3^ns++O3\:r1!U0d0fq9V#/0VI(0`kYb/_a)D0bsj?-73ur&rJm[[D9I+Y-#8)h$'3-eh/i>G0fH>q_q&24"JL$<o^fJMC^3ZZA at pJ_duW_1o_e'Jo/""Codjq4?JqM"n?>>.0'q'hYh?2PJVHSYq$7m%A6V[$V*Dm"%9?Hh%)#!VDm8SE/`.%U?g5PoCOQ-LqQjad?Q7tWrC5GB[K8OA4)k?ZIAea'HRt=QL at Q&e,9AWTA]"?hUa\ooAB':/j:Q$G`)F>dAn`kd&P<V3koAgSNR<qF2V2uB-_Z]U@(E8JR\`[rA@$2*P\;AK'bcb:I.,<!pU`$OpW5D2aWV9j$6$4b_jJ:5s,0]VjA;d/EGWZ;muLFIUnR?+Or6$p.<!P3UaV.iJ41YT:jE at 8_6FR]AWB*nW._D!elq^&01J`ZTspg[?(`Il\k>aJcCV=Z\3N\Q+iq20W/]2jR,:'`e$rf]&?X29)Ah*k.] [...]
 endstream 
 endobj 
-553 0 obj 
+554 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2906
+/Length 3039
 >>
 stream
-Gb!#^>Ar7U(4Ip`s1in^,TSkE7-Y[5&"TR$"rQ^NZiRUfbs'K0D0)G0LS>DC^O?\b?#@b^e4FhQ+LNe-NXihqIHMU'5rSX#qJVlJo[=7qs4K[J7Q4!$\<`%jIR0TDhS/gOm2MrAle@`mG_(VOT3+".>aVJq^gs?Gc[i&EZ3YWX+/550^#gt[F^(tclQ<AukK>W=--n at mEtg!\_M^9=$S!UJQhkh:_hUmIVarKjBZq#&OtUN#$PWt<-!R&<:(Md6X,BKZdShomX\bJP[B#QNS3?$'d*83Hk""&FloKo%8h+mZkQ-Ytg(O#1p7<TW.qWI-?6G[gN."Yt_<7Y*p%k:p+hoLBoD,"0Q<(\ao&9'6\)U&hnY?u.SfAZ$K;ZAAD9I-ZLV)tt&)80QZm_"om/:R;E-WttY*;'-P-`$b\[@)p;Vnd\.Ghn*qPHK+]WTjL4QY>h_(D!9 at 2Vemi8!"i\b_i8PaP`@7P:jhkT^"L2S;9c/B [...]
+Gb!Sn=`<(T&q1ALs1j&?'A/11>qH0UO@`nhJOO`oCs:+44:eg;mcIWG3[EhTcEH+LWO'4eDCZO-3A'bN<ddtT'e'[(nCoc!V?K:Nh4cj[*qD"rSKfe,!d+<Xo\oN1`M^$Y?JRP\*S1\Z&;<F.\:,(+aKl\cBbcQ4(X3r&R0+P"!FakAUH\&RoNHNJ>QOHS_)s\s]HH`SBYVg=q0uG&Q(6o:YL)[okk6mF*-T]PraPm!(/I%E1j$S'=3E;Glm8te)iLW\.u]u$GP`"!laAWd42*$@WPp*oqJ[*Cio:l)>/SL)!?+Dg*&4UpTMcqX<(i,<H^%Ar;cO/0a^nW:)7l`%TUb7AF-N#,.M1QA,IsjfoH!;0 at 1o$^X47Qggm8c%U`RrXLsdU.SE:I/iBaZEeg4M)%F%bi"S;_gjC$j9]CV!,8X6>,oWdKLmT%^ud*T;&4R>itDtKi[&"2%1*'``4Rh8(s>FgV+m9aJb#Tkn.+!b8W1R [...]
 endstream 
 endobj 
-555 0 obj 
+556 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2886
+/Length 2397
 >>
 stream
-Gb!Sn;/b2K&q1 at Qs1l+>JZVP=AD%"[YhM!i!dhUr at iW'np48?>Rp1_i81D"DlYf<dQ=W^Li\o&U/`>:@O;sG at b^;42K5C>Okg(qKkk?NPII//t7FN,p4Ng+ at 5L@%,l,ingM,VQWCs.#"^dg]K>;i'td.?nJeu`D1H;]`2lS710"F09LAqR!8g[ns!C_o9_4l468kB=US[M;55pUT2G[\Lk.CUZ$UMq+hH!:A5 at SUV^Y3Onp&qV1*^2#UXX4DYA'8O)Y.4)mlTSf0H;EA$H;O,6-f5r"l;(*OmLMT2ptlO>)):bGnn8W4jV&X;/N9uF'\YG'>BQc$krPjpXeUWMOO^/N51\#n,\me*thY.!$tF<8Fi8u,PXqASf[Y6?BGN5[>X<*Ci\Ajg5d,hsl]pj6;L6/i(oDQ&(Le^2U5h!KCMX>:Vj:(f$<3tJo&<n_P5<*-dtW`O16Y6uQ:7k&_'nTAuYn*R/V5ZX!92mC,^#&L at I<r [...]
+Gb"/)>Ar7S'Rh^^s)@ZG[r></\lf45dWQW<m+0\h2Cs2_,hciT9,]+s<e(&X.ERa#MsSIO:^dYhfK:>gch0Al6bpV^U0iO5_!<_fGXm9\(f,\7L(3/biVW/o-iZ;W67Q-Y1ecnR%X=RTR$M[NP?Ir.-L:VLLUl:)8)2Jm@]CGCr?J3oQq at t=[k*Ep)2peR#i--(),s8[el'07qpZ2N5?46EeFVjI9.$RiIQa=fV=AVDW"8a6AM/1D0%]B&0!]W>A.]'W87KXR:o8km`Z[kgER#k`/8)cX&1#R<1=g55.-)QL1&Os']gp1('6sWQ/6_NO-8M!AZG2QOa0PVQ^uCD[$D&+un)KMTI;3VCh5n.cH,mb)9X6ZKmB`C>fr\B2-U[8jVPDDun`m2m-#5)9HW,<3G+;.IK^!JM>>_X$fnsrrYq<j2q3Hg%j&!_o0J6\_<kIe&mPLZArIc at XO5FnV]U7ScPU.!Q'laF%L=NMY:e7`VEi [...]
 endstream 
 endobj 
 557 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1779
+/Length 2802
 >>
 stream
-Gb"/'968iG&AEM2s'^8[PEBP\HtUHc,^$"@I3h`dFUp/48VegI!D,rTYO;OWps?pDe6't;3qd54 at _',GG5'_p#h\oBb\'$AGWUTE>69JpE!4+e>T!GCh[e&Z^7:gXV6"T>2XphZ!ZSm7Oc+.LT at mgVNR,pO3c(RDXu,'HdTFDbBPmNj>rT/7T_n!>H3B7RkKDRpC\FoLBhsZQ>E0dc!NlqH\BJNhGk28sT=&$-rC(SmKDFu'NJQFTMX5&j^P>J$=UIUC at Le;H1bMBD1QVr3QLHn`_?(@DGc[O at r9?;Ji=Wri"fHsu,?@3:pqC;1(;9_$9;%VOdsJ5_NZaZ4.gq><3T9I9hL_V+os:n98\u.Va!+S?DK)5RHuEEKPNCm1Y_uE]>HfQ3&Z4MAfgei)IFN;T/kAbYOEt[q$I[B1UeL1cP'mI&`&ik8Cl<T[OCFV at FssN&qTiOnmP^T6jg_![#Rk?bq;E>tkGl=F\ruf[&Mtm^gi [...]
+Gb!;f=`<%c&q2dts3U?_:#P8tbu;H)J^*00!/m7:il/VK#[1b3l7k^_:"$?FlaNm>9;4#cG(@hG*IZK.<Rk/FS&BilVZ%I7$$h"phHlVgAE8&&9UjbsqVUA_p%d:%o/!_AlPe8,*R>mhiD at F\fs(&Fbg<,"H%&f_ at H]l,TcFF1%)(rHc9ek"#M-"c+4f2%c)>@&/.]b(6SeTbc".OZkhWH'qCcmfLA]VpJB*,ds#Pq]9GADB0[J9)$k:,S0oCt<bAld*[<ef?[OUsj*`pI0l>X3p]rqR0=j2MB)`UtO_4i2X&/jXtM(C%D0jb7(5*Ab',01Ed8[_6K-mWk"3/JnU>*(/c#XrtXergu^UICSZ3&=(n?DK#DR3tECB"4YnO9@'Ta!/[I!^>OVq'I8a]GD.dV1L]M<7]fJH8?#LJeq;`Nr5Keio\j=\7_L*]Pe]5ghSsGgrlY`[I0%M?,sXlZ0/[LZk'\`<njKa\Ctb=Z(?RY]# [...]
 endstream 
 endobj 
-558 0 obj 
+560 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2797
+/Length 2669
 >>
 stream
-Gb!;ffl#P8(4A."J#IgZ3cJ0Aii6BK^gut/J3eB,nR,Z3"=:?!<LY2#,&(3ZqRO)F9;4#cG(@\D/[aErS@]JP&d/-%qId#ZjS^r]HY!hROm<0*D/,:#J!3[[k@[$)ccg.,CJ_oj4GPnN6OdgC_ohR,6]\8/q,tCdU%_rMFs,!boVrup$dD-^=LX$5=Do9>US^2\4;bgCan1WNQV#DrGJB=,^W?'enlpSF*rAD+lPr)E;.u?64BK][1^sE)-oOOJa/(TClD5-HWmi,;>UA^8_qjnU^(PO"0b<,Xi+0(qMiqU:A=O#RZCJ_NHmK'q84&Gs+AW[tfd\GFON[me,a(-$6)%m7']F%695`[J(1i6ZbT+<COesgDSeQ13iKALS'!-<tM^TeXpjf:(RtRU.?:6''$Kck8=`<3^bqp+B?:=TNnp;"-RpYL?SqS6U^1iOFYN_!d0;Gu-\i8bq*V]9IT''G/53-$PD4 at -UC9tmuH4E.&)S [...]
+Gb!Sm?$"c/&q0M5s24Qh:1TEF'&],+RIhXoHZ*MZ2E1:r*]2>s-qH\LY6%[6hd:jLTL=[#-rG)VVR8RM/-#gWHd;%^J:`Ege at nBY^oKQlrauS&_;,Nu7m+;.#=%$M?Mo(o6.^O5LH*coI0`343:=l*OgY?0\`O./O<LRuj[BNZ93`Q/\Uf%'&hpr3]YI*P2)!7>f_OBh1HT2\a8W)!$smp*oFGmEGCO#4^Xo&OrX_q8S+!NI9)i],%^+E]NV.1\ZEkb?R3gCA.2PL+^iLK3>/;?E8dfnBq at 1X_:P8q?6F">NAL`7I#)/Sl1h6q?1?Id5VS(h@*aBBVIs_Dg#3dnb++Yr]+#O'Z:G]A;H,N&=WDK7!)@;K/BH\"J,;qW*liNn4/N?LoB!Bco[Z'Sf*Ne7[\laM(1;_rZQ`.3$+]AClNXHN3&6$pnbd`7i//DM-iRWp38fq\]1Q at sl/q!uC!K?jl^df4Y+&$*.a_%T_osY0Mc! [...]
 endstream 
 endobj 
-561 0 obj 
+562 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2644
+/Length 2616
 >>
 stream
-Gb!Sm?$"c/&q0M5s24Qh:1TEF'&],+RIhXoHZ*MZ2E1:r*]2>s-qH\LY6%[6h-YXJTL=[#.+*.,VR8RM/-#gWHhQf/J:`Ege at nBY^oKQlrauS&_;,Nu7m+;.#=%$M?Mo(o5rX4?LH*coI0`343:=l*OgY?0\`O./O<LRuj[BNZ93`Q/\Uf%'&hpr3]YI*P2)!7>f_OBh1HT2\a8W)!$smp*oFGmEGCO#4J'ac]rX_q8S+!NI9)i],Niq!3NV.1]ZF;%CR3gCA.2PL+^iLK3>/;?E8dfnBq at 1X_:P8q?6F">NAL`7I#)/Sl1h6q?1?E6[;dOD[&$?6<5JD^nK63OBCZ%hT[3d$ZBnj&NO&uZO'ah<A,6>(M/OZ=Q`--or>sOXN"ij3`%$k)@QEd!TUD;Q](Fu_"7Msq>&ll at kA1D!+EFD0M at L>/K)-=&*`M2ZBgj0Q.l/V,HVQl?`V=/spJ5IBjp]pu^K..3Wfl$Jkrq>QYR1 [...]
+Gb!kuD/\1M&cNgos'amG@%X-/\6Qa=#1=$m`eOZ!D(\h>!_m+)aHa[Ohni[Qf"^[t/kLnc.+.U^m at fOl1$%]Hlne)t7ND3Db\*.PnpX?jhD2rQ11([V;3/qN-6MBR?[[A$MD_cT6QP<E4paTK3dg)+8jhMRJnjuT'l:e!SRJ_Gmcp0F?/5&:PLO`?X7+1.=#.NK4FT$"#<;so/Z0a1Dn;e0M=Qlio%KG7Q""BE(I%a!4C&?H#W=c&!lDtYjn<k;4W6@;*l at Mo9Wj7hU@k<]nP+qsRm+eW+D2+V!KrQh4OKEjA=3e,AM.JUf3,X-U8l/oYkIcDNpCG9L'QmGf7ukYQ)Pa;?&h_:*DTsgAEX0'HU\,8#mm.8)N[`Z_AuAmi,cp.#O(+Q$CR):*j#)V=RUNoE0+ at gpXcM]]gFIa:LRgaHcqnbZmR2%Il%CUnjPTD+RdArW2%p8Rcm-hRM9iioj\_Ll!5XYcW:q*i/rpkhL-2=oA [...]
 endstream 
 endobj 
 563 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2560
+/Length 2232
 >>
 stream
-Gb!SmD/\1M&cNgos']?o@%X-/\6Qa=#1=$m`eOZag0CWZ"e*;1OXl8)^4j2+Xaf5r?'5gP;53/FgT+dT$otpU47g[s(ieIU1S7N6aSRuCHcl\9aa?[I7m/X-R=(C:IeEC,/(W)D%X"-\qBQJtlL:2H.h.&>#ccG@=0N/"G)![c];oFbF`Ga.:K#eEY.c:ThoP`LnG(Q3*TRpY[[`(c]]k`Z-d#BEaD5/"<f3H]?23n"n8teD7^1QK'G*H';/U:gf;##qiupOWa5j8A-<a2;(#QBeHdelPW5oiDeH!]^&Y at WI.'cO#ehWRHam6%`&5cG:F4bg9(WUAM7)OZKdIlHqA7[5\U<E)+]>NlKNsqS0G0aiPYE7*[T`Ou],M_8=!Bt-9?U,,t:ro0>nR0'!^j==:KS/WS]YA?\kT,8#GR>tugKWO)V*-QDqNEq\P:t?mJ\34g@#eD<Bqc9?BN!3Be;mV"V0A=U5 at 7\EUQ8Yjo'X,WRO [...]
+Gb!;f?$"IS'RfFDs+=X$BKO^GP!<DfGUTdIh#R^n*]qhJCaCh2CFuA+s*h.^4-&VdG+GoH'O$<qI#kGu3P)d+,87eqrpIf4]q1r7mkDT]:$2ddL4uKHd%Ae9PCH>'E+s*UL5Bd!7]oCD$2#j:W==dm.XlmG$iWH>)SUQaB+i_lOY9I*&p/u\j(r0D`3R1TB>=dCY:iXH^?ET<(;,>k@!!;39\%H"!7F:Q/!'r^[cJZb35i4 at A5L<g-PlJBB0UFF=ii?)A]TQ;VFI.LQD=Pr at o9a,@\-+)VnjkBk at j]$9eZ-2^Jt3ela?-"HCFml]Fl28a&LtjrM?`///LE=o/&sXa\`Ki8f).^7NA7G4eaXQ0NfNXF<E9\X+>EH:co<%eH5209F.H!]QcqN_ZSn7P`tLcjKDX/=5.,I<pfD4Soo?\_+RnS]B>b-N2""F&GDRWlr!E`9H^0iS>F`.2U%nUMABagr8M^1n<sY9?D>_YUpG!pQN [...]
 endstream 
 endobj 
 564 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2151
+/Length 2706
 >>
 stream
-Gb"/(>uTK;'RaVKs.HhfLDkY5rohQioOHSB9R!A1H";XA[M$4)Q7FJ]q=f4^gPJX60MW;6c2p?UP&cVDY0K1n/S)`-V147<6LQ;cr5(ddN@%S7 at 0<:HBCtBJpuocgO]D.pVI<ZH,KTHr_fl.j,BX7/8(GrI?gs,/(@XE$JSCnIMjPM,jlh]#5*":6YVCloJH7>2]mkHXoMpA\@'Nc%ChTAMaE#erB)q0>b>KGlb9f26L@*\9-HL.2e+5<45USc"?-[#E-8K#+O`3\7-jb0Z1*4\=G)@X(dH%^,hUa+<js18t9X9RKA#^-W*))(-eDCTuZ'=c.*1Co!+Sm)l1<F1-!>A=%OlY`T`sXX6&e<KSqYE2.5hO?dlos87%Ia4HClF0CBueVcTXr/j'iuc*dq6+WoStt"rM)tF:$P/pim=2k_jKRH9?U1p8O6qca/ef5,B6f&NW.m<V[k*U=Y6pB4uY]*R91Yj5(/nC`ML^DRd3Akru [...]
+Gb!SnD/\1M&cQ[`s']<.3$n(AI$YZm"e%8c&',Kr7/,qN(i+.<1T!]hGA0MG^,*A8.9`Gk1JTQ(gTW!kg[)R8o?>Pkf_Fjthsgd+bnMc_*H58NcG8s%+/\Mch=U@#rq+..k6AA+42En,Z%oNqaN'RD-ak'2o@&or*k'qC?13:c43_L7. at rGGq06i0#2_R]^Pu5:G^@X5ULfM3]=;rE]D*$iLa$brj3n-#,u_:V?GQ1han9_!O:M1_s(iYo3HT\>EocK at 4,i0.YpaXc at mLj&DE5qhN9>#nj][Vg\Q]-.[[^`U[d$:W<0nP-?I5]F`[k2lP.)q,:A?l83W:Y%3L2o"HlQ>,LsC`a"pn4eo_&Vg+LpCG;cKTDZNVl*i+aN^S<fn*=U)0B0aIUr(7`K=n-#%:)&NWCY;.HU=0_E)T6NEW6G_jE#5:^aN)c:WH?&TZ$J\t0450\c\,X6lH)q-aGHGDEca?3>9]#`2.kXH1nb:RlUF [...]
 endstream 
 endobj 
-565 0 obj 
+566 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1974
+/Length 2620
 >>
 stream
-Gb"/)>Aqt]'RiR35902[W4']%j0<)>*k'7t<+6HOc!r%V8LB9;^>KBms*i:Q*FFu^ESOACg87I]HS/sVjZDA_Q at OfFU>KTI^srRZ^Eu2o9GTlE_h-!7piH$$dHAQ2828[R%?kadKB$pgA?LVBo`1LUb4T]W?a'&Z?dVh'RedaP at C4+-=mC\AU`i.l0SOTp6*.b2i6*6sQ'\:THj>Q`"p%BcM[U_kimT]NI"]Uq2X)=^IF'[;2%85WHcX.J\D5`aHP$WmVD:nmDT85^ZaMU4Y/W<"g"g!%[;Y-WMV?buhtVacBcbD<gXHZ9f$@F)YmPO\bAir&pEt#!70,I;`R\gkc+=4OkRutm*7Ap*SPZ;E:j_IafrVj>C+#"(<LBoO0U4]>;E6rYdf!Oa"5"T'Q"*MB(tZ(=(dn<$mpGj at _$8e&b;C_*J#L6hE(SQ"S8s6c(7ru4n;`1&MsYsfIi*HZ0r([$#7+1u0aQm,$O4#<@rX2iD) [...]
+Gb!#^gMYb*&:G(NIj"U91e:U%AHh9bYLj"^+PZ`I5f(OK_c at RTUuE;NrV)j+Fe]s;MV82-!lm4fLVko\L2r(Z^Q*V71.'jAaib2)EEk8+'$%J/1B0o%c]=-9*$71`h8$I8-\qg:7=f#sYn&Ed"Y9<9#HCl^;Qc%@EoMA1(I0K(`'-g`QD_bn0Sn2<$R94t]T7AL)b7?eDn.&>Dl@('K"N5tDbqMAPo&'0=<^c8r)Cr5+8'j at HiqEVDpunTN#Wq;e4iD.cAM#A#sC'$OH\",>r'6:.0q5OkGsi00:2.b&s:Pr,4ca+8<Qjo#e[-)7FQ?Onj8KBhQ[6ph at b+OTS/S at _+Rl1P[@K)^KHY&:/s%Bpjo?E=e)V6<rH2H([UlSBW-q1)5%CVc9D#A;b"rS<75B.gq>1=-W_r2:,Zo9iWLJRZ>V&X=NVmfW%DsL65Cjia`H5ZfFpT<'!UL22^C%I>3%4/N,Xi3dZ3dM15qdG:k!"un[ [...]
 endstream 
 endobj 
-566 0 obj 
+567 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2856
+/Length 2565
 >>
 stream
-Gb!;f>Ar99&q2dts0+1R6j\5XEd:Xb(MM7,Va+0?M;IO7=Hb7l0h'O&U`KF21UG8_.#JY>`&Xq5bEV]UZZH(W<YdFKT;>l3'd7L.jRo?</4sMq at QB01Aq,p:ZdY-8dhAdNl^<KA\\:^acSeIDlG1Qk'2smJ`T]t-LT1!?oa^JrePNS'1';R'=503CG]D8g+1FHna3iT$Ph9`qrRS9?%uP29^8.<**7LSKeFm<u(6Q^$ALmcB-(00IIfIk;7>`1rR at RM0(RQt at I.n0cUdq^N. at -L*=HTgl163)TF3l)`J*<rT[9>FNQ'X$Ti[eXIaYOgp, at P%YY'=-k2`hoBPGeBsns6V?^0so(^nF7M(.jCBP`k&K=_*,"+_C-k%5NS!Gq<Jl<[GE6l;8kQGp_%13%]@^-X">I"C(1LBt:h:!_'8+i9L/XVP4N(nbWs;!-E3"ahoZh#Z!F;U/mRbZFnRi`!Su>gFkZ?N4kBp>=iZ[C1rWAGG [...]
+Gb"/)D/\/e&H3^ns5C]2%6R[ehWt4]OCZW4 at I:YO^b at Ua^dti-75'Zh--a3^Og6O[Q>B^'pM!B145uAb*q,\INXQ'nJ#Ihj,(Q^3]Y1"()9h5./RlQ_=*QYc4aB.QTds:#+9o5Z)]ZmDL,lZGkNRhs>LURU8NDO!a'e!7pmA3s_l#KKm!NkjL2Y)=hgi+P%[aiRj$pM;$/aUD`[J8a>[qN[fKSn8FDoJYhSAJ"V:Q7&2DsC\qR8BKPcEi?8C,DI9,Pp+:dB'qO74D?F5ZQek8P at tVb7U0+7^t=(N=:G?Q_o`OI:!GGpH!>)gZ?MLt:q)40LT?7>Y_[`lpOdB9bKHXiE,.S4 at cI<L/mD!qc-H+0"a]AX[j+KP\an!>/\Um3meP=QW7fmhEV]PIGIVgXTp5P]YWd,_f_^f7_g5N6Z^[a=]_pk??=_O\)"8DTPc\8^,*,2u#li;fm[$^WQ`r_u8.$AIo0>jXE5c&;-<#6QYh5r* [...]
 endstream 
 endobj 
-568 0 obj 
+569 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2256
+/Length 2369
 >>
 stream
-Gb"/)8T3?C'YXgnIis&o)mkL$eLHYJ[pT[td)C&V:bWOLW0JZqUlmG:oAA_n>%uZqXOP7sQkfrAOcOnfhY')^(n'k8X.S>`TiX$lFb::7ctn`H at lS/q%_\F(TD^`6_rY.L1ed940(M0[0^ZXVan%;eNO$P!=ga!`f!).hi&.Z]_\gX+]@l<.iYMH2eUel%hj_OWBkrTB-1bV6XO4qKC0]Rsg+'78ph!q20KtEAjNa=2G`$+jUpeVB0tH2^9iV9H;1U.u2qO*E+m=tG2_LQ>#t<P72]<$f0bb"u?DV1(.qQ*D]+81o3IYJA"#63S.hQDC8^M[mI`PWE#[?@_RL9%'X$5 at qXl%T3*4n%Oi at SKH>W(rD%j&\q64r)g6'9ri;9m!MkW'8,Vs&;`,!%)s+qA]4[l,.B\]g'o?4^dfeQ'1Woa8 at C:q\n4Rf'^RV!^jg#2!PcbN-jq at IE7QmVXV\,LnK<@-X46RQ].=iQdIB1.i`9mV [...]
+Gb!Sn>Aqt_&:R./5HO]J=r$)0j%;Fu!]iiGLr7=R6"jbHP,5kqn%'\BrljdkZ/+'8j-%gm7=fQ!j-agt^6uB[FSITOB+Q<[AqF@&2iqIBaW)2,Au!HQoPX6tfoP=BN+/rbCV&JL%e;_Pdk0I3Q#ZpW2Knu6%^FgP"754o6PhiLng at Y7d:\%uFG_F&@FX'OSW9SFEc?%G:]EraXiTGgA8nZB1)S7kn0L at Djqu@L1m[%]1a6,dl(nS(Y<9L8No`Jr9 at m73%o?4o%-r@>NSt*?(Z,ksYI?46+`&lDm0tWfU%R!%kGWN7K&]/_(0R*0?GCaX@`[Og^uF/$0>KR7)t_+RlZFAh'meJ*bHfnXR]JU?/53i)KGhjdG`(EXRRBI\9su:2+U3!T3<_.C+rTMG8X5rjNl88t'Cg at B+_;RsL/?Ma'.\;sPK!7SF<Qq3ftM*'ikM76RdD(dm?NQ/4%W70qb at 3qTtfc2*bZ3q%XZKA/e:QPN] [...]
 endstream 
 endobj 
 570 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2456
+/Length 1889
 >>
 stream
-Gb"/(D/\/e&H6"/s5C]2#olt6Z3,26gEkU)[RaVPX,DOpBq()-\e8#`s*f0VD-;l5.p?4p_ihegifQ>En"+mo at Y'BNQ at 99QJCc#jEFXQ2_e97?CUc'E$eM0:cb;PlAo2(,dkE@,n0%3 at _fUVccI;nTg"NQ at iRA\Qdi2K)"/D,fo51bD8ZS?W2k<>)2NeEQO<lSlMLgr++D,AFO!?B1R@*.d2rK`7,^b='?B3I(UC;V+%"_#*`KH>#8jj7b3.r_nMGNoH8C#i+S8iJiB.T)XM!Q*N?X\&-3hUN,)]!"4Hk'o-@=?8c7CHEXoY@<m]3=-q\/J$1 at k9rE3o\/&-*ku)rE!bdc`1)_Hi=,ZfjqP>8qkfA[k))F=$4`2DWZ9,AdpN01G!)eg)P!+HTb>KX2WrL[L$d]BNG^h_:!UP"o+P,4Ad!?A?%;8XFGrUS7ZLpMRTM('!qtd);JSJB2Qqr2%?SJ#9Ah.pi678bp,_1jrSDK), [...]
+Gb!;e95iQE&AACjJ!aH(U/aW[cN67G\sl->/C6:=p;6$%Z`Aj39(i&<mngA;.gfk,9tT((Y[MUORJB#Vk7IbRrfZt4aoSX\nE-/>Ts.(=30jZ))u*o_IeN1,N9k'qgTl\%]AWS1$<ZNMc;q^f5lZ93'0e2'i+qP02ML*o[6-Z(i&+AmF/`qPa$GuaKe!I7]f\OVe34 at Z+e<lm<u3k.VVZ7<808+77TtJV:'_X.W:.6(1!fOq#Bdi$?Y/#'#t/?%-UfU?@IY'J03`Wam?NX$EgYrNPuH1%"K.c1>,QO'[nb<q:An,]D,Z?de0:#UcKh8=4Hm#3dGK>>b]FItd\"RMdJSbkmE+/4HZ at fqjXkg8=n;^HZCgYa1pCT^]$*He3n$rMkiff;dN0dZ$df\"(7Y"Sh<9['Q%aDYWsm/Jf\iJ8`=hH9!l$1*U5V_OS!Ae1Yi8*1,d`IaYPB3*$1K?8:a.JA;"feQAAi9F&j at Z(;-d38E+ [...]
 endstream 
 endobj 
-571 0 obj 
+572 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2310
+/Length 1699
 >>
 stream
-Gb!;fD,8nW&H7^.Ii.hd'N*KZ at QUa2LI0a2V&i- at Ushn+e]-GW\$;K.gJInJc*!Ts-?3M=L!ikQKRK>\H"Q3,E<t4l6d0<W".Tk[o`kPO_Jfp:>9&BiiVd_Fn)+(,;U+=3AJ<+*_"3pN?p;VrAqDmjo)Ienpjp75^A?Wo.5ZORli"L"?4jlA6QM)*N^rp]N^u,mg>Dd:[R43=69L.#_\`[.^H\KT*Y>'"Zj:fa%i0;e`uVCOCO6/DB>EJ%-16XQRRVQJ1Fl)"CaOd>$&I'7R*(aLr!pUhF1j6u6WYr*3/pQhV(sf+'&ajI/Wjn!ZiK2JOJacE8Vlit!e_a6*KTB4I=0chijXh:\<2nX/n#5^HFo9*YK.YV7@&K:m.CUl1>Ja&X'4J`XS@,3rbQiTp-XLWY9pAdl0>MG`%`l<6nDQo*k+c]#9o4A-g,3lGBoJ^Q#G>`DFIcF[WS3aM]>eO2kn,k=PEJ;*p5?X&#Z)PQ#=R.`> [...]
+Gb"/i9lK&M&;KWSnfR!0Vf5X5Ua3"V?<VH/!a at 5021!E!Q7/6)4rfGP2ZLKYac<1)ALhek"DQmU5YR&&]u,+T6^`Ia02h`X;h1M&nA@`t`.<1BKNS`GTAZ(3ji-WK"kiNjD9F9/mt1#?Q;%I9=&p at 2@e)K"Nf[<%I)6J$+LW08Y$PiLPFn&O&9&*M^TlJFBtg"j>ZZpVmjdpY<55P,G`S'XkeKcOSk8D[o!QO_Lq)RTNh=6F&_98>N<ZQCR.'?.KCLuO_=^*f2GJ:k.9^7E'tm[DiP:_ at .)LG&6XAaIj'>U>G6&[=EW>5?$\"""Y=-uB^_?&T4b3;W$XJ;$GF3#HA/\tZO[t-him25^KQQ at hS^G1)2qldU0i?r=PY+=dZZW6uX(@^Y,`3\!g%KfkZ/%.i-raD+j)jJER0d_)Zj(_jT_=trM4YH*R%a4QJW:=s&rV&:os&odD&;?0.,T6<pM(CA?GS5rm<A#. at dHD;>rm=\Z= [...]
 endstream 
 endobj 
 573 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2161
->>
-stream
-Gb!#^gMYb*&:H4YJ!d^B79?Mt-.r[uThW/OLY\[@58GY\RBkB,i_i`\s8<G,HYb,<;`dI#+:p3D3LVrj*6J<rIk:7O8-%Kui6T.iY\[Ep?kJ%,ia;JbGlI'mo4M+Sf/!lbEd\aOcS8++:2m#oJ:jt94q!,m?l>hWc\N*iSXT3.EdCYZDlOnnL+A_0a6O1/;\nO=2 at S"X=Y^Ii#XSD+s-G>;?,&7)JcF).SoNHJQGs*OJT:s!RceJj,#_db+q6r)V*M:#XS4AVnH0Q1cmCC-MK2JdEn6;e@[=5tj at 7rm3rE.Z*d-5*pY;qM3!qq:DX"moc7RZ?e.UX*@DtQ:`'UU#Qq)bbYS=s5-g8E.cB^<,Aff?2bTI]>7sC_-%8X90JI_i$a8#/9RdHF2mi`.E?gCt]rd0rL,Cp%W;>qJc//LalC<HXlOC\OWD+#Q%8gMgZ%GU>,^;@jkM[+fF4&\DN9?c`DAlkN$/>CSCD'<*;Ind9:bt [...]
-endstream 
-endobj 
-574 0 obj 
-<<
-/Filter [/ASCII85Decode /FlateDecode]
-/Length 2301
+/Length 2034
 >>
 stream
-Gb"/)=`<%a&:QRrs"MMeA]*3j=AkB74QNHq!_q&hHE2p49s19dG\+FEWdipZ-#&4!B[]oq#=7B8[^=X+hon$cPRSE-f]G%b!+&I[`Jk>8"4K9_PYdbH$9q;3cT[tng%AUr,*qVU4W&MZ&pP22Q02eG)3p-OZXs`km,9c_i5bQIC%s-K2SIo%gTeQ%b^P'.IVsN2cIlC_K59%chH at 93a,:n7[>RPsfUB<[*1o\S>'ff+$^cCmi]_:Al1=o,Q$$OLbLKO;*o9q+1`%m%m.MY7'kDAnnFPBR&#rEHT(3006DP"1f8AD(]P']Kag*:Y;gJ/=fT4b)oeuLo6C&B+$arQ$@DT<EDRn9:;bIV_pu[RsTu^d\Z5AIhKcC_k_e^SrFf!5cRoi!.$8oH*hlM/K*tF123Rlm/H),FMQV9#hCLH^6.*:Ng2X2WW6MXQGn,ek)PXM#U*NJH6A^S?Am!m4;lib672K6kQD4h=ZgVYDT,G*Ke0M [...]
+Gb!SnD/\/e&H6"/s5E[r/QPlIhQ-bVct#ccTGu7t^qKpW(l>]Skf":9-MdBtdT0o/QE<`8SI>fEa5ld3kFOclSP6i=+(AQO']<L'n';7N$BlnMf5b<j)?-#9IeE[4/$bW0gQkRH^k9FH/DCJ:PVa%MQoqH?:c&>b;.<Ij^uX&tqK]WaXd?NA:GILL"]rKI_$VK_11:?^9^tHR"@NH/c66eW>r0TR8b50)</IC#1^cJo$02J#0I?9`66^;,8?S2uB#(\hAuk\%!`cJc%8=LPj=RCPI>oEb;(PWY=Fn'SN5IJ*:m$jo2J#n:)OE,>G:P^lcp4KimS>f>%Fb21\cQFLd\u*]92Y0q!EbQl:,+7tN][0 at UMdYTR>0]>rhUsT:=F)KDl?R=[Q)5BcRekQkKiO5HId9I:*3_Ga7 at 6D'55;&0ZmM?*tW_L*8Clt82MkWV5*bH)+IL=RRFVObmb,iI`SGLIDq5K#24H'WU_*(7b6eO1< [...]
 endstream 
 endobj 
 575 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1941
+/Length 2300
 >>
 stream
-Gb"/)9lnfD&A=tks.O?6C+tr)gLI8W!kY/)g+ at JVNa+EL4>H/_M(B>&heu/ZnHU,](l&Z[g*@r[C.k\\H;CYD#h\oDbkEdnGdW,>f)uA5<=FO`$s%kp+03SCgWKu1\+OR\-Ecfhn%4nQ":X0E#5BrfqSO at 0e'FY/O1+K(2P5!l=&Pthjs=t;\Pc!ITNH[VTn9mEh13'K:b#V%BI"^d7:mUSIX;NDP)?0Aq?3j3`j($;=3!J5ER,"rpVq#S13!Zh?j_C)=UHjs]XXhkk)WRcT:U/3`KC#W:(V$MYQ>_fXok`:';3?F*ic$W5o$U]hXLe+$W`'k at j)#:ar9Fp8+\aGW4#OjZ:l[WK46>Vf7k-94>M(q?7$h7<Fgkfg"MprD,DX,b7a52Rd-OAKgT68Cf<GtF]VS7-jYf8^.CaR0p\&oO/;6fNoc%%p;*i>mh&@A&'i/CU4H#?GBu6,[Gjbaj-l2>MAW'5NeJ1X1-pIL%XYf'l* [...]
+Gb!l!?$"^h'Rf_7s24O>1Ua%6eHbZ(4(DodoHA at JK_D7L1Q/Vj&q*2Pg!F*`]+RGnO[-uBDA1(k6$mhEhK/,84c;$miJFmBgILI>N*a3:#ST%d+fm+2)S\d\`ht1k:J^J+XJRHsekI0QVQQlId_IUW!607>+3`YUo=Thr.Di*T;9b^&*"A2g>G]40>iG6AnX8=?bIg75Qk6FFPqt8r%#4VEiB&+MR!En\l\"RfJ"I[Q[/o,>QjhQ4[[gg.7d$`#B\LMJmUO2JB[P-p/pc3qRI at U(:<p.<j'bE5&)"]e=r::3Mmb at OH$noTo(qcGD!;\`?:O=(kmW0(pOb`5(BB">ffT\17pj"2(ql+,V')RU5D8;3#dO*Y(i$h`TG[)N9!;1tO%d6Jm6(Y`ZGX%W:89NE at u]nY\MNj,rQI&Kr.;o*pecn"'gcE+mt]9RH5"l<4nMj>Zu;Tr_G>aupB$0CZD,#N1R at O2gG%Q6n^TSNl1Nn;Z) [...]
 endstream 
 endobj 
-576 0 obj 
+579 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1825
+/Length 2042
 >>
 stream
-Gb"/(>Ar7S'RgRSs)?i[(98o_e?-M-P%!/RC]iB.gIm'IPpqKJ/@cDD2#i#[\ldNofo"iOCXFDHPji^2ht_L,7DQi[;LA[!JBKscH:*3ZR"mqo_-m6Ir&R&,qfI9VWk".(R)F/bE*_3P/YD"E at Y.`V8=/LP\..-XN-h[G<slksG,9N2=XlVs1)11YnN'aedq-6+Z$Q?gjr\%2U(I1(pt7+M-B75Tgd:rk6$f/h3eV0pC(X[>;uEkX%H%-Ys5l!qgR<^O`\#+e>i3"q*1nll[cT#G#pn#9j-Q,".6HAH(XBiG"*J9]15f\?+A!a%=6g*M9ZeI8?E.4+[fSmqTM]K;[(6dU7!fS3[KW593Rho^X/gNFn#JBjV13>.bcZUcWs\54(H97`ZYISH%#MK<ePFQ(.O=tuSe$K2Ym6^jG*r^]!Q at 9Z."fi.b!cLXL/:C!#>0F\Yi6KRaWk;_3f`YN4h7nMg$S"$ES4'Wrp7);h:Z(Fr< [...]
+Gb"/)D/Yn7&H3_"s'\*g<Q_SiS#LKOlDd!IC8JP4V3=Z:U((EjRk3JKO?3 at 52[^HrCbR#THqbRCe]d at go/o)f9*gp[,5LsU";jqm[uUXtKujaZD:gQ<$m-h:8%6N/Um/8]_^(9*JEJqIC&'Z%joVJTWqC=b0OO!!Y%RhjonmA\;KFg#.X%G\6Aeb3`!BMgQ!c@%,YM&JE8q[,Y#3U":csYgS%k at b58SoJ$Bbk7o98anVK'UZ[8*E$lZ/(f]7[<X99[tQJH*bVf>?lR@<P1gR#.s*9F]`5WT1kVCDHG8K7W#!k603`%LXRLN;XcP/.sB7>Y9fb^gIma85b]VBr8B at +(LQdKsBVK`*jKQnfG)i:Ede370&2u'TZ.XME$3 at o@8hgg7\kZMt^EMU-u0Uk%g"1CE.,RZ)kk5Y^'/#Q]?3qWOEfYEeqr4[J5dn7#+Yo6n*IDjJK[*EnC&W+7]_6'q<5UPFnSKaMJ%0s*\>BMhp\_h2 [...]
 endstream 
 endobj 
-578 0 obj 
+581 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1946
+/Length 2302
 >>
 stream
-Gb!l!>?BQ=&:Wd^rkn)$Bi!?gAGO5*4;;sQ+1badocl,IXX*2cEq"e"^L,ZNj+P at Z:k43NE4BUOF89E;j09/_ne9R2_Z\m[J.ItP&;FR$L_p8H0CWUnHusFWKGLqTBpctbD/`e80J/nfcC2PM$*q\COk^-mGF!S%o3KUe='Y-<E^_dQY_$G)+nu)S]3<?Ap"*5INo/"EU;<e)=]=IVoLd]3Nf=f)HXd]phBGnt+1l9.<](%Rbu].,(WS:IhmZk$*^jsfF5".jp[sfR*qX6?8.nA=%q&#XKScEsTZF(Q`uT,98B(1NHE;ITXlCMX>F7DE%hl'tesCQ$&0fjkKFGo>Nf,%T=c$bDj;u<T#!]"JSAHT5e$P&Y(bl;1*0r<2=S*[0(t+'RnolLZ$uTca1)OY<;ZD$/dJL6-0eYN0)dCNi6C<WbT9L3FGUe7,;!'=oa.t)^<YM?g`q8qfr#70/9]V'[DH_\H3<!up\>a&p(p6ZSEC [...]
+Gb"/)997gc&AACjJ)Dp8_Gs$]PjAB1A:q6P,X>SDVn*.IM=rF"LI92\q"Ge,eq7b[d`Rk7"bI2hCNK:I3&BI9O;ODTK at U!.K[BAnrUMI.fKtKR_SdR1nHjVK]RKP at odd\AV5@[1l;H]Se1g8MJY#I63ob6C(a2f;I"DqZ_PS=#<'OiE-6JC1j)K7ed`2W!TuC)pZ4<[rPC8XCd.H]u&8tc7:=52a>:p-Q]X\K,FA$hPI=kV$C%7Agq+p[e#.7Ar9lW8EQq4:fC/K1eUW%Wf4$K$M]o0QT87Ih>YRL=ij!"h>T#,-#]_kH"Z:<FoLt-]#%$O2g(.k;c$LS(%Oa&EFl'?T7D3HeQ"%"@N,C,dkcU?]b/SDQ3k"N=c$&a3K0259c1O[:AADU&eq(Z?_Y(23hZ*EI12T9R''XGS$a(Y#K'.f;#oUX1.k%^#u*4M*Y(@uWk3S34.McJ9H[S.OP at 8?Thd!kT9=,Q?n=BX?+6uCb'j_ [...]
 endstream 
 endobj 
-581 0 obj 
+582 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2224
+/Length 1986
 >>
 stream
-Gb!l!D/\/e&H6"/s+)74, at O%+bpneU8^S4Sg7_6S%G8<.[*70;oG39Um/?c$--MH\lQs]3=3h at m7H3itcZ;5*d3M862b?5N&#&SLH?2@`TkJh-Lk[cDreTEl?ba0trJI]2)@BN$DX,;"Ff_O-#*N[&&13nGTEd.;k@<)<,(!;;G;MgB)&GF+*1nIB$/sMVKn89B(u72]JK0.D[ph1<DRg;X+gKs]7J"IX^,SI>mq=gWc2*V&m53*b/&p\NGF;SNQl/#2^LU[7o!kGEQ"!opF]3!$6,]7*fT7a"i=Wp2])2PP<-/A;Q7?7g*hGnQI<;37]Ol`-V at fVUnJn)1F"8`8+BfY"FURT/dXg3N6H]LY$tsUI)rn+3?8I-sE:I(o0c;C[b-<ibb$c-k-t97!i(o"?N9':APqOT&-ImqB=!:HapSAHg;MFU+C^!ZpSr=8tg-P9d)3A?Q:QBU<V8Js_U&dJ_=.P2r2]*HFJRMh'c)T],*u [...]
+Gb"/)968iG&AEM2s'^83S<4\@i'U0cLSh2#C!sT?["kXdLk6m!'IaW%D#aAbpl[%_'MVe(-BgEQLu\X7_!\ZR=!jU#%nZfo<WI'YnEP`.0jm*K at VR6KItqCOQPZ.7$^/\:\u$.aZ+t?19rG.N.k`RJoP(tJ]I<L#dliY!#J<c'D0Ql)NF2,BD.JBspF88m/_sJ^YjZF20cBl_E9GCjn:1i0Hf.>dO=ZXU$H=.qKt$=(c-D)fhl8GD.:^!1ALt-Pfc5#YF5YT.R6+BX%0I,h&<Ih0lA!k2hoG(,Oac4]T*l+!kHW?bm3aJmC"67ub9`%Z8PNYLBN,qV'lR>9Cc44[ZHk;Ps7k`)'_YERQX$h'q"0-HD_\d`QlYjqTPijF24(=-.&)^L6k+]FNEWiLg?N'U%eH$(LL.IO/JDC%L;pQXVB<>r]@ooI&p,WkXH!Tj\)jO\3dCEBA*/Q#_8]t_8Yf"K=103/?+=9(DMnn2nj1_Vh) [...]
 endstream 
 endobj 
 584 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2181
+/Length 1719
 >>
 stream
-Gb"/)D/\/e&H6"/s5?.&7B5TXG/#=l#8HBPXmifF#T/u<'iU8_8u].(^E`Dh=gkE]:=lUc'&,P>aQ%@9glX?Wa-WKKq]WcB'Rol.!5jKS!Xr;>@JU-k:#E[1I/Cq)AR/Tj%EEP*F"L+q-8tQs!nc0Sa"sr8#b!akUVQMk)Y-NZ\1S$<eVc(hZq)E+$/u6)XTEtUS0f\G"=,LTmhsdkeX5iV6u5G'&T](6_cZgFnH,#m'90eg_bDZ`.B1-bl3A7Lqh0OQ&>*EIbi_8[&h8ENH3Mb&R(br\33NpOq'j4i3M[jTQ:c-H."<nuc%ZDs4l(!(%mh0\32FlV&B,4/1k2J(HO]$Q%0I>\hD(9E/QGq#Zde2__F[93b'WEZSOut=N'"9pRDrc\[7afm3>Ss"NG[rg4*u)/pQjZ3:OT*Jos9q:(r^JOe!X=0gsJ-@<bqE&0\ZD9gKkgoe1RFc:ZXYWoio3KjmY:!#<pt)N0['mO5X?f4G [...]
+Gb!l!>Ap!%'Rl+-s)?iS['@LW2cIg/?1%?b&'_9-IBaJ\b[@d=iX at f+qs3tbhuLS163=;n3H>OLB$Ou5jdQVY"[=:.?MXYObi/C3!CC5_!7<,3bWj!PoCK<co.uQWlH2L<\uC<rl4ZUo2!gVA?t]$e*ff/+j*\iYFWcP];+Wr\"XBmN_YcWc^Iq&28cB4j0W^d7*K<fTbAg$Ub+\(EE_s*S*42O^PVgRWW86QK3A6+u2TfHq<d-QKbTIMZq at g!</k0!->&!!4ls^h:Nk;m$ms]O]8`NACU[<_t$4gbg/7UUI+:_i%]]I^S0o("u_=cL(%@GeaL5?a6-[BM!#F?_WZ58*SK&I7OfH[Wr,<-l8L9MKu1GZDL(UNl(4)(VDlKI>Sh$\R#Z!=,)`R,JKR*T7p>4U*Vj#3g/e"!9\b]E38=&m8R'SWe at Id%)^dPSeJ?rIaRe97^`V,?kQ/(MT3\Leim_qnqaEmm;^=sP>,ansaJ4c [...]
 endstream 
 endobj 
-585 0 obj 
+586 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2320
+/Length 2116
 >>
 stream
-Gb!;f968iG&AEM2rrG8OaXAu3OHerH+6#+p%o$6:lHL-$JgA>YW;r#srVJ5B&4r(M.,'j5,a2c_"gIdkm/su9aFrG1q:cDl\t5RQ)iV"T-?FiW_a]hSd$MlMfoP_\SB8@>@:Em1TFl>UPB]!E4?kWcY@;L#QHrtdF'/5Hn70+:%=SYb9g1\3gG4mIl8E!P,=I\L5Fr=2[beu_<LLgG%*S1^#ej)HBX#/4Qg`>_]2n6-op]:V2Yg9Te\c_-+OY9"l4sS2"4!<"5r8ss-;clqC<9;nW*B]g6ZNip9SpPTK$?=I<=h[aDEtakd>Z>&#fc'/+?cVd6W#C$b&dM3$J.*>P\o_s.%A3n(FTO98sE_dHoqk^'O;*X=J-D(pF2=mZq.D(h)LC]7[sc#!NNIkUsO;ieiF[sD:]nJ!A*_P=o_e*GRRtg3N3-]$ur9]J;a=bP);`/1KJ)uW3F_eX-0Fi`p$D:XOf4NCcA&!G_CUn7$C+tR' [...]
+Gb!Sn?#SIU'R^LRs1l*)JYS%tZiY%Sm@%J&>-+j`k$aoob$cMlN^VFfIf1lJbE=F"P*NTtl3*,A?BY&G8*=-?_+9>'XPWm]U"<4bH]Jascnn#?dO[6R*PJ"M?9DM"i2s,VCHAn0)nE,Rl)&)ZbKC9!eL&J_MkU_fojJOt5V_,T#,O$-oQn8j,BlP at eU$"d\j*uD5smrbC_VOW&[SMg2#U<os&&_Y<B_C`Ui']2C`KY5`l=k"dilbQGAls;XntPK&-5E-iBBtuErPdhBUI"5/Whmm1;09>i5R02`dP[4N^Sic\KHj+d^M2$7)Vr[TN"$Mj<knF$;n6pk-?8m9H]s^+\LEP'UC!iac`M&I3i;k<<qR[fLIL;435?7*!EqW1Yc/A-\3P:,"m0<#RV^tl&*P_+[i_MiaEWK=s1ZuLhG,*-IO=9r at FYJL8-tGUBM][4M)NL-Y(@0pnVWX?Tm5cX[(Xo30'gQKoP5_nqHf;b(r'b"6 [...]
 endstream 
 endobj 
-587 0 obj 
+588 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1689
+/Length 2366
 >>
 stream
-Gb"/)95iiK&AACjJ)G17XK<ct;6jBd;KR!66dmpH6X:Cb9K?k\8G'tMs1UimZE;3R(i?>WMnjlUR3U#$a5P7_OU/hn+mRg?&Gfsh5$\dh-sHD%=GDMF?dRuTl,hcG$)qGQ2DAPL6]T%mCq:D;W<D-kZC)58Lt"Oo?q,kVQ8<"C8_7YH2,=T502cf3]f\m6)-ZqGK!Zi6S5_jfCZqqmVCCfC8]2De]Hm3'onO^"k9 at LN^tmS5WM.;A!prVYm6G<&TOXc:3at\I%#cXT2HkL_^dqZ*4<>8EaE*K;r'm?\7MY_FXGMutMI8OUG_gbBKd0Bh3=fR5-'=#T,!pRtj3/;n(9`gU7Cmq94Pu9c:5b@[M/2jiZtf`l9=;//:#A[SiHst:^&Zm`>[fD_NMelOTMART\^f4RA'aC?VI@\Im8@$?`nH<@\LBu`gS5F22mJsG>t^<ZLD=[M@[dRC?.4pO[=[6*;[qE]3O0Ge=2cPCBW?Ne9_ [...]
+Gb!;fD/\/g')l41s'\+&7EUK%oiCE#ctoo)*cC_`NI_.bJUk#iR#NYrU/]mZf`-Cf>.1L\Z5#62mukI8_O'4DoCd-*$4_M`q`.p`S<)Xj>7-V2GRfrO%c`&V5K?QlI!PRA<c`\E37J<u#Qg&HDT$OkS`&-,q=W2a\..9_N-d.c]/k+:B(d4 at q(ik;L at K>sr?(ar:*H, at Fs,j=A"#D$foHa&Hj)c%+?k0tLOX;PKqFKC^2Q8rR.DWnK&_.uiHicu\9MfrkKe at MBUk]8UVQTU0Aj at +)EVM=oFJ"DX^A:ba\ig.=!H5V6BNf7M0u(?+d/gpN$]cqL>S2-P at lrs7P:C;k>TA at 0+&nqH!VGa5OQ=En$-o()QU#$1i2+'2H at 5`lWe8K6H,s$;BMjHq\QO#IJMH0XaI<`3D5]QSh8Ia[q[s'dqNUoA5j#Gc_/H3'\Bnd$p%J0 at O(JSCMQl(l&sm569jJc&6 at XS32O@L_g&T0ZRp./:` [...]
 endstream 
 endobj 
-589 0 obj 
+590 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2092
+/Length 2510
 >>
 stream
-Gb!l!>Ar7S'Rh^^s)?iSA<&0<2`j8G3c#fj'LONCpFm*]/Q3,u>s(`:j8Slq;Ka>)QDH!n>BET$>2g->q!jmCI&'HO^`T<NH6L)M;g at ti!22+>JQO-)VJkGFl,snC]R3#R[^InGM!`pS](X3!-PenF%Idfscl_rml at .T!O#@P:ok<P2\V,NX,AuEZVI-Qmm^:=EgEq!Fl(?[bL/@aYO06gA3:b&ZXNTWQ%p. at PQR>jS^ngbJ;A#Z3+6uFhSa30;KgtsQr[hRH4CITE/MSXMR'XTO!g`B[dMi[&*3K?l%m(lr+qWuC at NQG?BI*fi^lKdJH<d=@6kI?]O4#S4<3dqB3OV?ai";=!9hYM';Xo8"h4^5NF3*N$GfM';3I97s/?9JW2)^IV.;UKZ4<@df[I</$Mc/H^_!V_lM>&U6h)JtA_/+lAXn73R at S\>JMs\ssB$Jj9ZHI"+5m/Q]NR4K_d#XK,5>!VOAcqVhF\S+h3Ijqo`i [...]
+Gb!SnD/\Gm')ipps'b?5@@]ZGoe&<k%VUEj-r:o3D8+Q6"XDJO07*/G<,CHq^EFn+;Ja=4Z?#[l]5Sa0a<Ba6R2O-M"94eS1Pc'\I"_%'$)Rle$SWUWJ]D-VVoQu=YEp&;8a@;+ at Cj/\^>nL54`t`+jb9BtZgdO[>/O0P=OdcRf\CJaVo\8qqXrPXI^l;Xf9kZ"PJ4c"pPRr)hJ+WPHb/T=D'-e?k:i?;,RN`&'g2J"DXF;a/:%5lr\lf49dp)gZ&eB5SRM]gF6JAIfffnJ at 2,u6#nDkM"0nXU-\?m&&;Qe)3Ntn7?SEX*&d!p,1h0u4CI%Ph#:=t@#U9+3EIh*7JM`4l5_-m#MQ0SmMHND9Q6nl&1f*7Kh%_6^Y[4VC$%/0'd2\_bAorJ0Ir&S[BUbB*[&s87`G^6,/%,Se-R#NEXnO=;QokoEdr]`5ThjJBQURJK!fpN#[8$9JX]gLE3i[FJLf8pck5n0cd$6"i:GNP]5r [...]
 endstream 
 endobj 
 591 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2126
+/Length 2811
 >>
 stream
-Gb!SnD/\/e&H3^ns5C]B.9ol;8BE?i!DD/U"4j15$krsK%#dp8>U7JB9-"!/*GJ0P,0O$:3X(rd:+@<1a*W*',8C8<IM;<5M#]0KnG8"BEF:m267iQ)^Yo(cr9WbF);3/Y[Ug-71[og)fks&pV at g%l5VbPg_duBL19M@/<jg2PNa?er=_)fPdL-ol#NM.?a!^IsY9kp$1ptHP*G]De4P$WW2(^A\fNHt^\E2*"#i2sO at _&pWgERQ=?kCI;K6RT'^'mF;/"&!IAh_3%>YW.uB5ob70?#Wf_b;[M3K`"kjoX]9?E-""E]>A)P>"YiLoVt83(:$NKUa]5j$_)UV+Qg&7X5cq7CEcL7P4TD4Gn2k$o6i;Bca$1Th90K_f?k`]=tJlYYrJXNF=-nppH&q7VUo?f2m([mij;:R"RRr,M[)t"_7Pt/(P9#-#rSNc`9B_1^%\#gEF&*5gEss'T,DTIJQCQKI3e\7[lHq-A#kI8,.U!'$ [...]
+Gb!l!>ArO[(4HdUs1j%b`#1P?W2gXU%l<FH-r;Ilh-fuNmKU$dgMCsNO\5!=of],=Z/q+UA%.B8"<P`K'G!F"bBJu"OUhDqqXc"c5!>Um,=^<N:Fh)MbsG2jU;&is?[]K!_PO?9CHAn0)nE,Fl)&+0bj-cbNFqMBX6Lb;\qb:`%Lt8ES1j?.iE at 1f'u=17c<Vu&Zf[kD_Y@&[-6K#TrY at ZqL7UT%]C)%kmjIe[>1LMg>7_[^G]sOZOE#i7'd?Kn16Dg+b:Bik.&H!YUOZtCPm1p4;a7FPW0HU]Z_ph+VsRe):5h'ZC#JnWr0MPljDiP>g(cUQW[,d/:'.u-QUe5)bQ1un:mu>M=;#\^*<rCkJ;G4!qdbX$i*Y??M_1oHU#kXg/@DYSL*g-O3u8<!JPiR=6u4\>E_WMnHaNP.UHB6__,*=NM*RmOhNM,:b+SnFp.h'NhFT4_E7DNZ(5U56RG]/sju)<dAp08uGYS"OhijH$c` [...]
 endstream 
 endobj 
 593 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2394
+/Length 1779
 >>
 stream
-Gb!;f>Ar4d'Rl+-s);:FU(oEVp]clWOR-kZ?1"aghO4dGliAI'L"bPe]A!;!B?#I=Lqu%omC!`Up5J1)n(bWu*!:<\CT(#^"Lu*uhN\*GJ_LbRQ=du#Dt*Acl,hQ+'4\T(ehu9f>oR%hd<'G;iQfmc?/85pV^JNXkis$ro`VpDXA?a7GhVQ^c"@^fYgr>/DI1qa*E1\QJ>r6ih:T.Z7dl46Sq:\rqS74CriH\OcS2r%6+WY!S\Kg3#:]=KFcANXj/0m"6\9q`)@B>AV8FOM9c8CJ!k^L_`Y!Ym+Wc3%0OOoU"nt9d.#emce][CNkE$%:E#PN&8LpNPJ(\\f\i$orX>s7`:J>:joXoS+-X$EHd[8)E6G8Y)cJ4O/8GF0:>YN^\o&;&4'^`Ba/A$&*>=2_)NF0P:^d at ZE.X2p6ot39SGr,^;",/0=h?;9n53,$a+79s7CDLk-_$t-8%X&c<=po#n)R3D>3u''M7F)/*?("=h<b [...]
+Gb"/)>BAd^'RnA%rkj"ca>f2*9/b'h4-RpkSSlm3/Y+4mG'4k#&3%UPC_Ir+^9YS*_$5P&KMEn_R%PZEl0-T?/f"X:IW55:C]f'd_oWVt9VD at jR*$-.TA[#(Gjo`uJ;:E=aTs\^JYj"s0gnIV_ZLU^qQ7YfA.0056';huf6F)cHn2SSO/BrEiX^sfq_J+5.]-gPP6sq;k at L[Je20q'888i2AI[m]-JIc[W*J7MV:VZ;<h]Lg1umV<H_g8VoQ54,,:*sO3.^]W.Z_#RK^`a/*=hK^KMNR?pd:[kA&g;kbB8uYUm02SR(m-F)*3pXe\s;&Nb)P&ehgLNad"Vd=gELToR*Fk#qam=/KVuM,CGZ<AHd+eY`gRqe*G`O"9EDW:]SfI1b-D?%#qfg,fo at pjQ3GBB%hacg6<;Yd]AJI,S7Op)Re>(NKAbn/adT8YebHA1p&Z[![/igO6pEpfuTPOR=\<m>7-pn%GtjjOS_=0AVB1HC* [...]
 endstream 
 endobj 
 595 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2349
+/Length 1650
 >>
 stream
-Gb"/*?#QJt'Rd17s595D4&nm,T1PkAbXgL=8u#C1Vf1<ija]q8-,>%FP5Y'#%4'jW,a9(uO[_-qU%,Oo3PO,>pr(-BKg.Qof3'6gjW4kL0u=j?pCK4s"5SGq^YYTTI6Ts6Krq=(.Q2,Wfs[lYqUg=ik@\P\)UH^T2Ii]=(trR)p_[q__5H5Yrb?Xn/Y>T-R5Enuf3JWJ&W+UR)'nW[n\hr`(8&tP^DehUAq.Qs*fe!3SW/J!S,-8sj3TUt$QERh*gc)RcRJ^MUe-0D),j;j"H`hte7/N%&IX\e"qG9SOP=4<iGpe@=./m%-U\"P_&t9u1lare*.$UWj=rh0""gM at MuO*PL7qC7YX(Y$r-LVqU#he)F2S^P&O2u+V\m5nn-l'(Pba=,PJg+B1$h1c2t(R!&Me)u/8]K76?.L/F23O>H3)q.B6:\AaZAP-B:R@;=V*bu?uARp\`'[$B>6ucScO)Z3%D$!T%1_idBrB3MSuis[c [...]
+Gb"/)D,91]&H7^.J!b-j:-$r'i]!Z^i3"&bb#*IW>>RV``En-h at _9&N8Ul0?NYC0c:=aDkTWLI&@:sd2cd'b at 1M[,npd+/F4TtQ4KC:uK5T"hAJ>bf.G7LOa_h5]6%o=TG<CK?FTn-WcMFoELAu5W=17GBo<Z%_"S;S*g+>m;!9n1#DFN,JnN+."h`\*=:+c at G,qiPO3Y4"g%&bQ&:Za>EhkC1Lcpi#4Y-A!"$DE?HIL!JCD?)X=d5,_P*PRdBCV[36arYBJ$juDTn&uS/=1Jf4f_.Edr1gi$C#(>q0O:B#"3&p>fH]\jPT/2.*k"4:(Tos7KbuIg,p.arA>dBG#H-F/s;Ah&G9V%,WjYA,t?E-eC/K-XUU9HOVJZ';E`W)&IVl)4A#9jBg0!-=F5dN"NM".&=S`"_sfn],h-%]1/8O>gCoo"5:\5<\64TtBT8j:3)I-*%'k&0n5eYglSmcWJWr6db(EnUD9o'*'YY<W&5n\ [...]
 endstream 
 endobj 
-596 0 obj 
+597 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2481
+/Length 2409
 >>
 stream
-Gb!kuD/\E'&H3_"s'ba1&eX/0^Yq_cP^CN[C9P<Wl&/NpBX&B5`n3Ji"R*&Xll'A]i*`(-;d0DkaNf*DB:kT;AjSc%+!TU5)8M.RoPY$I$H!/]?.!*U*P<GbT7&[`,:cna<E*F0#+2iqW1'jKcLWhlY/\r^Zf2k&Hj20oJ:An]D3b>m<&_Jfpu)q=BX7q]lnUkjHTlhaX].iF^A]^d4GB5]B%WQ+lU)K"&SDX=1?-n%0`4SrG#]7g8q3)/%Fm?K5!Y6b(0&W-(&B&CJC"a>#SSkF;7H.OAP(>7FhS5n*i+;GDsn=1\`#382bcB/Mo*>g8R&Ws1C`YLcI=_j(mN=9Z%\O1Suf(9_imFGN;;D.4D(Q/"qY=O0oq$4dsE]0gXp<<aWO-QU0FJG`lr^q`aKXmV<b-*`rohM]a*=[Vo@#&_B;EQOEMbbDn[$,(3^ZYP+E)2##V`:7n.s;J\LF/0jH^.fi5mC9-.JmSmifn&:\utP) [...]
+Gb!l!gN)%,&:O;3rrIPRUJYD#]R(t9:2 at J.,Y\rK8Z'dT?kSW)o+k[!W*eEc8<JR">)F$)Bf#<V,-\iaMqpN$J-jZ^6fc^S&:-B'7qVr:MC)7i$uDTY1NY\2htspu7qu1*_\t7H'A9sW2;L-_jo1huCU;^nhQdYdp-G$.5VZu[5q-K:N,JAaiF/n@?`00CW%As:][cG9_P8oeFCXRfFC!^WqMC7Ce)Nr3ns:3DA$ne)qb@'4Pe'7V*^oX#Wi\n&3X&g,[RL]>9lA<d(utimVC6!nMg3(E>eCemNmaGaIY*#EJm%Vg>/jk\,k5oBRV8d4l5FQrd3%hk5CG7MHi)jpB;]AUq;^"$k<D_]-dQ.[T:UH1bPA2Ghn8_mHoa:`J<&T6%%Udb`Af*fi`taE0J,)@c<6RuLrDR%7`liVr%,s7>l;9OT\/IgZ"W6,T=_0T:#!:["sugOWh2>QWmkjqWdTeOkTrg_#;Ib(`F45c#i3]bQq [...]
 endstream 
 endobj 
-598 0 obj 
+600 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1610
+/Length 2324
 >>
 stream
-Gb"/)lVlP-&HC#as20:BN$EEt4Z_%&,QZUJcm3b3O?/S&m),bVOsA)]rq`-+Q@,!/$!S1B_n]C4gUl:rfC/E6#ZU>HU<gXb^tTnM*$[]cH<5Wq6D8T18%m`L+1jT_Tk16u,,R0CFf)+UUgdq(TLK(@BQlrtK at 6%(=uYuOC:#H#fBdmh4R7_,h"195pE0&$,;pX=ha1qDR5$4e;<MU<BboBW]^eD7UmP@*X2'U;MXM.Xa(K:U#$A(,/M&KK&VZW"dD^?K#bB'j1S)4A7g`70U/3:jKN,5-MC_3$U(^6L[<DkHZ0_eS?GRnp?MIlHc/HU0qYltbWA=frf9saYL9m8a`!Q^+<quFKh9gNB1Apq5pQMr$Mth;F4ZrVgI=(bWO-<@hrdFd[H[(![HLqB86221Ts7u$j%]!Ytr=7]YIs=9S*4mHckjO3i&BtrR4?'K2BkB,,F>%'9H[IOIAL+d&3FFr,=[V^\Yt*sKMW:@TWWuL,Tu [...]
+Gb"/(=`<(R&:QRrs"JA2!_4$*gM]g7jJ=9QFA]DrJV'2t]CbC at Lm%/MYO at Ra]dm;na%g)#52m<4SF`5&,%0CHdD*R%i6;[*h at h"GAof*'@DhFjpiUb)nE'.ie?k6MR)JM7n3"`FXh_rILBj\_bnl-?bo*BBK/P+8A(#D8VoW`KlK6d,&k"r'S9SQ09a4+S/1rqnF"!=oA=9A\k at GPI,"j5d!nNbRl2t;+K\8f3q at EQ'V>&$t=q595QGsC%VK'8/k0#BR.TK7#>IA4*!T<0&B:H1<0l"M#Og&;/[)s7iT9K#peukg-MiXC1BEU1%fqLJgWg at l_*SkfGURO1=CjO(kKcCp!j\CkR43FkK%8:SL at Deln2'&&i[Dq(cf2rfG$pk_bA]tM<O"4dCZ&UiGdC9fW$M9m_$*"4R9As+\@jL2XT(B=>@^G44dKg\[ZZ*=nZP#JZX;V7:,oQPiS].'T9?pl/ZWJb7FeD:C\;YZC9XG$N"+ [...]
 endstream 
 endobj 
-600 0 obj 
+602 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1692
+/Length 2401
 >>
 stream
-Gb"/h>BALf'S,((j8X)TJj#!m?/7Z-#EiOD'AIY8[C)oC3brF=WeEhd;+uIfG8C:CO[*1=1`8C]fX&&.qt@*'.-uZ+]A!F4n%d$_!eeC8!2R^T3#Bq^%M-8p*hZ2-=(DL!V at KK&bDL%MXJZV+KL"<Q4CH("l,[\BhKW!gN/IFuN>n;ri\3 at okAP="`>lXK^XAMYFo@`V/qndG0VAt?!<7'O`AC8:&qWUe2tl^>#PTIje0d!8d?MWWoRWgbNtO\MUCc.=-Y_'o>. at gS\m4']/[n>A.k5Id,NImXS>k1b-C]b0;bTZ5e.:3[BHm1Ag6E`aU!"7 at aC9uRBDPl:l\#b\kkE0eUr\0^%*aX:)d-+]]To$5W9eW]YF]L65%j"ZeXF(<T4=T480`(Fi!ogO;BX=&g&RfVQjSrY!^EJ+"uki'q]QQd1;=uO:'O8k,kNklq%rml4P&9f7dKs?p!b@):58Bjn!hH:H;:?ARci/k\`O\g=[ [...]
+Gb!;&CN&5ko(rLc+6L9`3CbT_H<:2OTNeeB!W?tC(l,`((Bl&4[Lua8;NdU+YJ27RN\*au*kU`#Cl:[+E8EAr!?6NEq&aJS50i*(Y65,bfb0*N3AC=NI[Rm!pZ;?8;SkK'AJ<[>_=q6YAq>Rj%00-Mom4-b`iSbnY35kjonp3R;(FU6A"KQ:%^R)oAd?4tMVmT"'Lu:O;JX1V[?W24Ue@[FWDu]7&#T:VV-67ncbuo:Y&KI)i;$M/qAngk2<cK77n:g5r=kimU"P,3_&qgK,m^sqKZ?-*YQC\/#\$MJU%e!g@*E)_((52j<0Vpp`@6Wa'(_6`,/&S7hObQd/WYHE at R4Ws'q, at Q'1^O,:g6alXWXjIlbRCu.\R!F")t1fi)q<=OOlE8b[A2G_DO0',2cKk8I"r;nOk)"&Ct"g9>rj,K%X=p&b?a3[+^a]:bG-_e0[f+!j:u86eH4WKRb'ePU_A-q2c`%3NCd1HicB5IAQOVi5 [...]
 endstream 
 endobj 
-601 0 obj 
+603 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2276
+/Length 1555
 >>
 stream
-Gb"/)>Ar7S'RgRSs)@[re4:F=U2GB`d<36$$si19^lT at 9U2;d!Ge,/?J,Kj+fofgdFr]-`L;JZS;279pa)h'$TjZf6l<ca[GW1AH%hpFEnJ!B!*6')ZQgsn)^ZT7:QF.-1:s6,ZYt\\p*lj^Q!%ZN at HPEO#5`'27-B'$gP96jF%Fqt^5M6GtVe+j(@@BHD66<%=0o+.)&!L-A7jA:-+^gFe8Wgp.4S7eJK[ZpE@%*oH'QXT??=mXn+e at o=7#&&D,gEQE:?BS1i\Zj;@/LbZ,Lh^D\h)tfdC"jW-M)L$"Y^[?O_+a1Pc-*>KQe%DLJ\0f$(5$d_O#gg9\#"H<kfGJg!]k%XLjRXPr8g)+8X_"UdZ4FLL^gGYa#V#id.+mGQ"/YcHd-)JatGm=G1ZhiEAHX&uMGqZPDJGU7-q;-:W-^21INO$u=i2Y'T!jP7,T at c$?57B(kQ52]j#V#cP^C,p2+:Dil>*2-YWOn[#"hWqGcs0) [...]
+Gb"/hh,E>l&A[1kiIBK=_ArnRQL(!ZCJ/$g:@BgK(Us^BUBDCR%^qmhqs,d.K at hn*NZACr@:0AG5'C#>qqI)s!373)rcMiRT13d>7=\2O9n4q9 at .X^%2EF%55<^:e>`KCCgu;_H+i8uYeB6erS;p(fj.g&oSF/\$*RnTi.#jZL;W:.f2E.NN%%M51H1O&Tm0&\TR:)h+mPgGs'[_53>g^\HI#.RE2Cp^L)T,rK/l,pJYL`E[3i'`ChGi#PqGbt/QEmP,$l6^F at 0B=65r+q5^kj7J"mUs5`Nmjc,.OKNc.mT+Z_IJ`Z`:"1%Vp^"_g9AP(kctpKn8:%SQIJ]BWP1%-8Q7Tq!q")lI'\8U`uTpWUf+1@%7d=drh1>`O$=-Q*HY]PT(ofiZu7NKSea0ioUq!+d4<N0<og3?3!To8-fL_Xb`9L/G-9i)1.Ba?Ir:7m2iNsCUe?]7'qmoe$;"Z\N+nRV_at?Td)A\@Hkm<:^7A'0_ [...]
 endstream 
 endobj 
-606 0 obj 
+604 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2045
+/Length 2992
 >>
 stream
-Gb"/)95iQE&AACjJ)K1H_GMUW0,N9Y2V80Kk[CsiTa_&;N(dH7,uLLL-gn1q+_AcYD:sg%3)-VsSCl8O1S":'_4`Dj_TUAWK,C;C,P:sg$X"=+-HNJ%)i[%T5=amLhp9WM's1saVWE%4niXrHaj>d)R_TaQo`HIoO6#s2/4"q+`.:c&W*iNFd,a$Y)/ui1`kX(T$pPK.9uYi900)H;+)/a#&*OXcmbtmdFoP=ejZM]<cT01-R-(*)9:BB)+lgeV(.+%,6?>%70C"rpn+<XZe\=2t7YZo1PmfU*GEqf9\VkT4L5epR-YW.&0!6K&p)0SQW.[I%Lc"9=6+K7c=>31]A57E%kTeF'jZI);a-HL5TFlR;+tn\dmBK2i80j at t-CZJSjm#OYgG1>7_PX*i#e19e<m:-5B1-4'#:Af20&&eBR&Tl`/brM*E<fH8g8L6-NM4H2$-B)!/8>Fs2]HdB/.6pWS-W.$r0UI4M7[69#c7rM'Z [...]
+Gb!;f969,O'#)!#rrKUV\7?*,'Rbm`S]k'G>Ob+f[0K]K_'DDl6]hc_>1Obg[r42jMLo03Q.T(SO)7`^'902&?aoA5)nm<b1Kb?24!gMJFGSt?l's`Ijcepl\XQo3r-iqMZtk*EZCN*F8/0aClbu%YWWgt,kl5">Jd[X at i+MDs[S+hO,.kK9aL-Y]$f&O<IGZ3N$\EtmgT/MU#PC('`S%2FGGe*nK_YEcP`.jj<75gB^lO?6L2Q&W`:?5VReX)l)*JA=DC!Q=jK,eQZC(6B/BbEBfgdgrND-P*d2ok.pC at PaD'.-OaAWFKY(PJ(<sl9\NLl,eg$/t<cs%,cP)>-c&OS5"e4a-!'he=l-`#:5c;@ucZp[NXB\pO.$34)#I,ZS"ZmJp^511E^C.Se9PBeUA'KhTKU-#01lFE2o4.[8KlVRtH"?mc8b.4L57AfR-D*:p)0%=B02Q'8%[l3<WB2bV1RoX_b(M*VKE'M[JjD[sn&2 [...]
 endstream 
 endobj 
 607 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1970
+/Length 2777
 >>
 stream
-Gb"/(>E at K-'Rl+-s)9#Nb"h*Y$]^HD9q1c$Wg\b;-02mXL;dHY+_)IWJ)<&j!?3^0DjR:u!!/PC3V1M+HtUZRig]&e_$o9#&DheF^c2`M^ars2n.U0d^3oJLjU5+L[4.fnG&;1=6)a9(S='o'a_\:)_l5F7Q7^%*_/PgGq5IJeRal-Oep#K1A9!]c.Y_n#O5s!SB`dNuJl\kC\,0??nJHZFml!kIY?0XHKF-G:o#CGWP3*_G.LFRC;43;or&>.(Jk-(>b:o'_SBCUA%0(n;CQsm;ocg7#6_$<eC:7D7U-pjfj=Fi'._VEbnG&N'%\dF=)Ck'$mbktl4BjWLFF&H5g7QJd[ZtFW>?MDF*7rr*W@>/(h8n=%ENMZ at D,.p@#@q;UA[dk%RH8s4LD@"p@\`I5:UoNua3_^KHFjCKVVZM.6SCYM*7 at a[c9]G&Cq_+-f)?#@L+#_n at kEh%n'WY at K?(I!"6(Wj`UKUT>?eb!>uq$,F^ [...]
+Gb!l!>ArQ1&q41qrrX@,^eo6@*M<qTfPOE8U-35(DZL27U2>'"b"GWPgg>PCW-`>@MOa#n^tAj6ef']=c8Y@>%.+TFIN7qtB7tY;Oro-nLuXZ[ME&?3PNB"/oCDjlDsuRDQ#'i4[M)%0M5%ek]nHtAN;sB1Re^?GbfoZ/bSUo3`YiXb,M2!ca]&.(XA_S at ams?]E=YJ*/uhFu_4tq$K4\Y5:r:dJ/nMkR(VDScQ<.\=\)t0+n$(Jhk`+B,1VE1gMf5q*UV"\gnd!Wt'LZjVU#oVJRGKYF#USB2eX"46CidQQcf$+2(dV0C'g<2>b\1aNe37htg=NnVgIJl.E^prGVNPOb1T<hrk'%q',iea'9M_.UbMuc]9%I0fk'#]033oDcidA[">t'T/m]>4#/-(i at Z1&r^^.\O42t`#5pR`Eg^kK$*Ll>U8M4%8E1s%$U7CM"c.OEo7*S26_)TcI&Q$H&%d`9m8P90^Cg42OGpA>)ml_ [...]
 endstream 
 endobj 
-608 0 obj 
+611 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2300
+/Length 2567
 >>
 stream
-Gb"/(8T3WK(;:$pIsAGCV\;M2XPBZWWBgX8K;i`u0%GAX,[+eM(0)Upa*!d,5*)KZ=ghll%ak_==WC"\jBKC.-m#nnm?u::$1Mp=\">ePI$i0p$_7i at s+L:&ji,ip$a6Cd>fZN3,_ at 9O*&gDUgj+2(RT33i?>Ro+bo-NC"FTRLE:Z2Z+hQFXmbp?Y7-;;2]?f;QI'trP&=>UfGIDX7pf`X2:O_bs3-;ee%2)p<jY1tkq[R5QBj#BN/"55U>sVCbgB:);ZL04sH(p_d!f2Mm8Hj?A29U:T6jU*TaO+M1J$JI at 0^0SM8n1Nt<K3s8M3JI_4".p/^VE&m0`9n>E6g<'QMFq-e,n-O6;oTBf$q`W\iDp$;9b.`eV7`K38<TPQdX$"q^H2ih.QqTB9]`"XCR2ckq%Zp3*&ep#^Z at sg=oM%p%,amj;D,6Di`tG8\;@U&5OD)p>%]Xa/M/%YSV&6IE.h3Bpc\PoqMCK6Q9gHFUdD*i! [...]
+Gb!l!CN&":')`jos+0(m(`Pr=*ih0F%hA/DJ0LtV/PtC%,+u>KM2bgf.BhQ7Its83-$^e,QG)&-ehQN9`TQ4(R at -FqaF\oMq&-%8]j at F7mqcMJZs4j1`@b?nN8?1Z5PsL:1V7Pj>M-6p\VK<g%pR>rKq>/mAK$Bgq(il-hMhqRV(aAb[UhoSHH_Sc:d!';K"eME9eKJ&MPs3OVW?D<[/:pr:X-Ngk.>h\a)>SY9Pnt"RS/^j?'2=W[%3pK33eQTR/nu/IVsMm->G1K3E)Sj4\WMB1Pb/:'fo3DAdp(?]2*bs>1a`1BJOW)mNt\pU1CIad6o`XM^#]#@1MJ<1TD9IMco3eV>BfqHscN;f%uidARS(0d'N7o1]X[\eA0[aFu]70$Lh?<ghU(?$L&'S?_A-49Vad\'(IhW0d)uT$2d3q6\;:8A8HsEL'1e%5T8_cqF#oiGsBOI\-[-si1tSjo%>RnJ+!9'CbgDcMR"uhD?1#/Dc [...]
 endstream 
 endobj 
-611 0 obj 
+613 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2806
+/Length 2924
 >>
 stream
-Gau`V>Ar9+&q2L\s"JA6!_:esG(>!ScmuP;GM at 6Np;+OrO_C.%R;s`+NmFmn6W14cfWlO*c8LC:=Mr>;38]+j"#g-<qDDFXge?]"HNtN,VK6^(bD5=pGW1'Hiqpn8:+7.7QL+gM!(Na!ZFu*U,IN'("[qqP"]")oB?%KJAl`-^lDciL[j7j_V'OAqSdC3e*XR#5GQRMG70Qmn/orF].WWTH=cp_h&!.0VZ@^o]fSl^'215>fle<S1pk1;MA8?R?!RlO+HDu,f7K;8Ws):m)^Ionm=uu(dB(UBI4t-*)X8ml34E3UbqAJpC?GC]."D3;WOgjrGP)(CP*&rW>JX:THK4AO1#H\YW20VRHRQJ5]h6jm<#eU/7l`D%pSHT<qMNeC.)9`;CiS?2Y>sQ+J&c+`PpZQ"NE=4s%=L0i<S4`21D`<2m'IjUB:h at j(5^3\f'f,t=1DCMtV]\V^ELKKQ>O?'"n7[AGe(B7:.4rTlTsg,o.V [...]
+Gb!Sn>Ar7c(4J4#s"Nr[7e+VXLKDTG8rF-TTY"DEl;Lt*@r`tl6ZHdG+tLEWc^CIpN[-Y@*?")cL>d)(BDA%PGKu9_)u`_-4'E9fj, at 5mUkCd>Q4W=a*gusnr\Zc%HTXNfc.p+CD!Hd>$)X;*]2K5 at StF\N[$[JXD>(3a*mS@&GYGTp-85_bAs^-!4#!Nj]\S#(LW9_d*gKQ//UH2Tf:KpsK3WnJN,?5CEeC>1_Y>Z/UR7qo]6R1aJ)Q6fbY]("]6i<^7:]e`q\AYNe+1c8E%FUELQ^>JN99-+aQ>m]JZrs^nrct87'\4c<0:q3#u':qOVs*'Z62e;Z;f&S--n'A=h(QVMEGk1 at .P;Fg-)L'q3nO^?u#g:;ZY?X6;jE"Ws,#Gr*Jr=,F0&aj=q4R**3lcdX,mj1k=4G";L(RDl,eW\"&H[J,ce(SiLm"m9+lTfY4-M?*^IA:J*4$bWbWm'J^n)+d_8-[.omB]nbdVLdf<5Xk [...]
 endstream 
 endobj 
-614 0 obj 
+617 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2744
+/Length 2829
 >>
 stream
-Gb"/)=`<%c&q1 at Qs%nc:TeO,.);#0!3B"Z^Aj'"A"ic0\RqbO.Th%p;C"`CL\#Po38W/gEg<.\n2DKT8eH`.hYHDaJD#Ebcn*pV?r>a[BEkl['^')KcI$jpC50dNMqW%6!VihL*bBAIcJ11%@gRJ!u;@D,\5d"G._J,OrbRRCR1"4j&>*gSD_B=dW#Nf5MqkccmJmp;G`!K?LJ*!om93*AC.(752%]Yad(3 at Qmi+^"7OemU!$XRe_&Lh)&c+P/GdZdDWA84&&AsN;eflet,23*"co7+XT*-Xp=Q`=Rf at YV4=M+q-SEIoBuf5I`oP*Bp^^Nrll7#`[NA at u&8>ob6%Ua)Y&GFsIZ;mesNlnVkW=.o<YmZY9Wq"h(<jR#*>@W9g"#"Re@;8\9#bbuIeYVG1`cbFCd>cD/>]K'Z=E+^%9(q,BSYCcmTPX)b.<c[nVSZ^+g8LQ?IcN[f]DF!<:g,M`D\Pr^KAL;soSr'i$k`$0e(0 [...]
+Gb!l!>BAQ-&q8/#rW=KCN^m],^NcUd8LH[a+lc%oqG_Z"YR")cjt-RH=o%_r!2N.XU.d at DRd#YlN\0%PHhmBi"YF9%Q_f-`1PFU<cjr?FaKj3&Ke1hpdGcDIY^$-3oBTIY4kDP#e+*PN"bC<R:?98a2$"Is]DZ,m9^VE`G'&jXarO4L`=d9t9JP_o/R&&_L7NtU7u"L<TICV?E.^9=K[Gb>_PgO\#:j\Lr23mc2*4tHj0ohWLXDKp_0*(m+nLQV/hc\8(:/Z)$i<s6/M<=VkN]Zh!H2TOhs":ZL`H4$VALImo_MRJ*63"\Bb*0*beXQg?(Nh%TePpi-i=klC4=N1+*PDZHl>*14\^"9^::nA\!9ocDAfSrpa1r:)XiOi?SZpto)u10Z:6fL;M#sn5[G/ReV`=^TLFlEOh$#YCP)3L2+^H$2H6d*&uWo&`BnGg@"R*hULJr61Ro`8j-fIW,IC0,E0M?$XAYc&i<[>-,YdD#SX [...]
 endstream 
 endobj 
-617 0 obj 
+619 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2459
+/Length 2924
 >>
 stream
-Gb"/(gMYb8&:HLqJ(Q\AY0<!NRq/0&8X#eX6!L/m:nTFm[CDs>iQ\u-bKAF\G*h4-&nRK>;\X?e(ll+miQR]MB1<B:iNK#+c;TDQcHtkf%WX7l/Wf!q*h%LFmq9[2f>gBV[5P6 at g[RWQKf6BZ^?rb^j!.bmjmhlgjpYIdJN"sla%h%ekZH,T4;jn3>WOsYHNgk*fGludqmddiG$Wj1jS4&MoppMj4]iTmq?-.*irt_f9\^2NcQ[HLd6s.U=(q<:ZM;*0<*_MtC[T-GCf`3.n%%<Fbl-AL^m9o![ND0q$D#3'L1N*f7Ndl5#o-"nBV'9?k7Yl_7BhGW.*phn,3L at cJg;nm;OY^B?WmenXsiYo]S<O!ccWUs,JlHD,M8D<=I(U:6F0cHO_^Z:Jju56$)___aUhl*.7[GR%R)ffCejABA'6G87G%NV;=o8E\"`ZnD%jeSUZVoVjbJESA*r?A8Bu*qB]aS`6b-TML))mIdH0W`CN [...]
+Gb!#^>Ar7U(4Ip`s1j&(dSqa^mO[LofaG%"?ng8V(B`0 at _+:rMW at YS*(!#q3pQ3nT[Lu$.K1Q-b(2rBUmsI5S7Q10Rr>KSc\lk]@rX0t;TZ%gXcgoHBBCsNhqfgrT^Va&YhmR at fLHZ&4hm2(K#:"?r(lXs[@"sZ4k@^108(^iugA7/6B_H5H9.9ga/nlr*gnP7ap`2CV7idr&Wl[D=P&_;(Z<4;[_N?uD_1cc1>\ZE>oj:4YT[>**7r![;f(_>Ki\DaA$7,'hg1o^\CU>=3!Y=6A.rp3`/Wp9"K>07<W*#fa'==8U1gOGO&OI8GRM#OcR=lH]7k3PSXYN7lm%E`El_=&i<AZ2+[>rL/9 at 90^Z'"4A=;.:<p:,7VOs7AY7W6q1*3I]7/Df1!hV8R6I?C1*66p9Hp9EM"dYMtGbQ;'>Y27c=7Q;cBZt&[@#lmH68[f]l%<fVf>M7-=f%b!,"Mr`ZWS_k71Z^(P(uB':[10"clg [...]
 endstream 
 endobj 
-620 0 obj 
+621 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2721
+/Length 2257
 >>
 stream
-Gb!Sm>Ar7W&q1 at Qs$5XROVWtW]<%U%G&`CFTVptYIbQC\7\X^j8>8^JESY!:1R)F,[cJuR?(B`JE#eC'e9l?5AnVbiIOt.0AV@^%O]V!&@bG:W&Bcq9Z?f;q?<pod]"YK(\\;dFQ5=eaZf.Ae]!1c%b#G-VI=9Z5 at B)KWD?kE&mA8JWljWGc0+W99iPVpuD)j]m4>t`i:Bq746;cgEGIFr at m2CEj3WY2C@WK(m,%Hnn]m`7JJ)^"doEcr>GP-G.4L at oq0P0emoQRj*=iFpkF&nH=_akZm$6J\a9odNjPlk+t)Dd/n3JtRmk.J$3)IBK9HRfBqlL(::HrJdf.IZtB_`t$XL2?X26[0[BR,no)1lk3X[Y0(keO^dB.m*CL.<@Ms0E*>AR>R%EI\RUTX&<YUL+\,?3F-rPF;b(s<,&n@"<*;1HF?=E>>VA21q`p^c^CTnhY5-X<u]NS3ed at 5%i$gEfTAsROUs;13NZ]Urg&#l=^ [...]
+Gb"/)gMZ%0&:G(NJ!bXfkGF'bbt>5O/\3B-'LB at U6\.4!0K(.k=-d)`:?$YLLUpSu/B>%o\QcF4i&Kk\*$#N%cHLrlM;KS.*R=_7\;'TJ!eeG`4V6APiVFAcG^Xi+kMZFjAR3b=M;pVSH&c<:^5Xpi!AbN'_;PDI6WP_t>-h[<1LHEi2$]au[LdG)"P7#=qDdBm\,<.D-eIXt;\Z)H,kj"O)'<LJ!;7,(E1]Nqnef at IA5a!&1="McSDQF\T5SXCc>Ls8<QnSpk'4:CRq+'W;gr$66IGBtVc:<T4;dRTMdY49(X(O8MeR%ZL"NpkL?nZb7?np$;(R[Dln]<F6*B#=-!_0%%E]i0D5]LQ+%&=Pc9I"@o4aQej70M*^,W=FITIQa]BZo`"APK,A,bF:M0YEkk)\IHS!#Ap/%[X7X__<uG#i*8SPOL79oX#]]C1f(-Bd_Jfk#%:7N$O_B8^T[I=Z8lO,q%>1(g=OYNA\D^[&Jf/$ [...]
 endstream 
 endobj 
 623 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2659
+/Length 2604
 >>
 stream
-Gb!l!D/\/e&H3^ns+0C31e:SCYBGGFBT%$N0Qd!G!<\X]?mJq<Wjdd`SF"kr8BI$.=g=^P=b*nnigMMjhAr58mRW:1pl!\K+ at 55i'#"*o&[p&,Ks5&HB_`&4\3)pb4[$W(?dCQ&m.r@*k)Nm(EsG1+SsZOcLe^aSF-p\PCHDWGN>lRfBEW=uoA.M?BWEIbm!eF"irjLkMQj,ch<p5;=(9:*]_Q)Pdl<q-HZRqsp19'*65g5PoboF^Q7K]!>G]E[mW.JmC'M9%#K1,MP-8fA12L`<\fP$mcrn<T=;i?j#Xm)hVAtF$"^+^L5Tm>/#eJ at sALY!fZ2u>2PF+dQ6;paB91gh`%>F?,D4#)/ZqU#q7#HRY+;btPka&>I9[cP6O^k'A3=WGq8O5W^!D1C%Y\"\3r"B-;<\h)sCC9<?"q548cXo`"26;f]It-?Z;/\LM'b/dh9\30g:5C=N]s:CpV0B<)/5+Bja:`TC[f.%L^P;3`,% [...]
+Gb"/)>Ar7S'RgRSs)@hsA-jdOY3p#[ecEZbXDPD4\L8;aQF4ku7o=94?b\s+Z6\1^D'dIcCe`h7]^n4On!q9lYjdS9ccH7HoaSQ]6\3s11BZnT(N+\Rmr-Ltr]!-;eQC]Q(A._>!]qNj'=g*or63U&,!J5lf<FlcG.dr8e+IV2MS%\LDQ[j:LNhBsm1Y'2kXg8?bhLe>jVth<N8kQ97S\L42cCPfk0#37?X:Iln*4T<h/9X`48n!h3MHi]*+IA[#GA4[62)Q5E at f]NnE6(jT4Jm9$WqEMGS7hQN(8/Zh?1AAo!FW$mT<Y58.#njj``8>isR8u35b9LMa`g!.EK'@bBR at N_pXIDre\k<GDW7[*kp$QLj&5CHLV'N:ZPbd+=SSZ-6-,GKk9h/VlO>XkE$'*5f9<I,i!ErP<5APM\eJ$[<4ahkj$P61.4F at J@K$_+>QN"UE87:;h1k at K7&CTj\X,2fGBeO9]V+,1Puoi--7XM). [...]
 endstream 
 endobj 
 625 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2819
+/Length 2805
 >>
 stream
-Gau`V968iI'#(7nrrI1ur1XKoPfQPC at 5>/LD7MPdc<`&g$76o''8k-<OCe7>DZbCQ at 8XD&/\=sp!Ak_nr#/:g>kl511KkpnjVD-O`<[-!4%"8V%+4H,d6DM5Ie`BP&%J"m]8hgJZ&cmLcZ-X;#V59Ff1qFL`t(E>=-PEN=la+!99pEhc7fO:!2J:+)X'1K;+d*?>bO]!1S1ZnMp\!Z3AQ4Lj-nG]5?#fqL1h?t=>5Gp;EXN;_&UQ6MRh.tM_pT+"^bYb-D[@0aJ:TWZp5#(@$t=QcHtt9kk6"K1CU3.NL6,>4uPq1B)hTHgrE\1:A16*E/p69B,\`_ZUbK"3WD5[30#dT6br56)UUC4:+$/=I?%2b$C-VHq1E_(3MM\a`j#8A%!Fan(\U'gaUE,te<4_[59cO>Oej#h^sG])1?hIg=_Vs2=9h@)O/fUQrmjbpAUlI:h"<')P<:Z,qlSoH*\ot6oiJmfC+0]Nq#7*7+)Z=fO& [...]
+Gb!#]CN%re(B%P^s+1-7A.qD-?<4ct1Rl3i(L;.@=Y)6E$ttL+3KZ^2O#l^4ha:#A,X2p\ZO*K\S0fL7mlgF#(IO%=^XRX#.3Wn6EcY"_ARmhLe?rO:r>5;,o^'KIZOaFrle at _"]tbkak?55,\i>!/_)A at iip9#___s8P.fhl3gY3PSaV=JD06a6KHpIB3,**+B_)Q^g,71K;pptNakJE^82A"p$f#/&h!:/+$S/7g'73[WD$SqZJlZPErf9^q at s*@b%<25=&c3jtU\(4r#88(^;3cQU:Y&Q[%=,A&^bThMo7[Yci<U!3<7*Q%a(KDrjZ63j]PU'.P/rGq:@T'4,BA5sL7.tS+Lh(DR1-[qDio-Wf1GE at c,$*1Yh)rKcc3*S;&+nH1`WM7e3fOAR;2V;Oq>]%OXjf(3396)X`:b"[n.a6q0/"F!0Vl3)C/mlknUs#^c!'4KBAZ!4?dFiT&,=Hr'$iaN-$.q&O03C]IZKO6.= [...]
 endstream 
 endobj 
-627 0 obj 
+629 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2054
+/Length 2065
 >>
 stream
-Gb"/)gMYb8&:HLqIi(C=Frbmq=4'GX=u7j.'Lja%-r:)`>$=Kk-rO2G^3tEBQ_MQd8;WKs2?@V5[)JTLSXH$/1M[=#^SuO>jo at UVi9H$u2.80>C)]&>IY[ZMduuG_-Zg[#&qa$$F24WT5qLp5Su3r([>O558Nm>UA!m&tpmS?u_m_V[i*pbD'-E7hCr#V)^f#TpCinF!nES$C7^;fEj8#!rm=R.c7\^j71p>56n4>8"XkkV,r)<QY-MFE,!(@gOYOA2Ei_di%/:pA5?:#4>3"UJ%#&se9";2bN%.Q%PQGPEo0oUC8Xg.XMRYErHf;U?<CP<BuRs'Lam22^!+F8s%(3o,(D;Z9`kBD_0@[BHI@@I6)j(MVJQSq@[m*$N[d5/O3oZZI]dEZRSoF5OMk`(3?A^Q;M#jMJ.+ILJ(0eAr6R#$!Y^VMf?Vb at 0F(e27r)`0.aknba#*eJC3]1$#"%2dWc&uR_K.fb@<KZuM.UEB`+5S [...]
+Gb"/)hf%7-&:P.Os5>#_+B:j-57?hSlWO_\MCnF0J:Y-WLRgiDPgn at alZ]. at bDIlSG%q9$RM`;>*I6_dj7hAd,%0Fa0n1Pg^tTI6ISYJR0M6l*Q4'IKnD!0tilgEe=k`_\AJ6`d+Rl at Ae&]Lo`W-sAFajO`AmbcC$.35SB_qX/pMT<RD=ag*E)lB?EWq`X+3Ffu105>d`A^hT>XFUZW<Jnthau,R!m2M&*9(4Dr at oC\9LtPMI)ZmpQ&&onV_G8GaOgP8RDdtRCD_JSd1*\,0jX&+U1!#Ga+/"S>a[c&XPa7E5&^f3s&*i>$C3SUM?;-nJg9:FW]ps@?fn`sQ+)Lj$Q>tTChV<-Vk_XE60N/O(pfCuNhff7-Q)&YH_D-,.j\sN&2<Jcm]VpQ'Mk#h,Z$U\Eq4aH\\,]F*M2!oO)tEQf[r?,f:%<'22+WEM?;"(?GECBQfj5XW`#Xe'YL[8M(3:T^('spg46h?osg"7rDfaO3U [...]
 endstream 
 endobj 
-629 0 obj 
+632 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2175
+/Length 1754
 >>
 stream
-Gb"/)>Ar7S'Rh^^s1l<.WPaV)g=]CdXA;9iD!kWpTO;;6js!G>8]>\!r=19uP&)Y6eMuam_gu6XiZ\,gqkk!9_2"EHE/Ds=$$uK"+C_+f*"a"!B^uc65'd+lhq,&&nZ6Y;Mg0f.!oLh[1Nm3'GlSVDXZQYXQ\]&$,9qGDZ8P$6k2IsEhD-/bT`Il^/>`KJ'J7c[92r>fE^`?M_DHOG6Lls!o2Hii@\,8uElJe$'o]'p4;9DE3]B:4j3(+GFN4qgd#8>Ldj!69"e, at A-C:qi*,$Ht4NHG38*^=OWjQf9Qq9[L6f48%b;C2m)tS7b%$*6\-uZQsMlfjU0ZYsd1l`V3^d*`Nm1*B@)Y7l`L at -t^SpKU9Nl?*j0qM\oO_+q)3hFn?pHS$e<)>Otkb[<O[WBB!G&su_.O'.t,[IQ^#-+*YlUdfr>HTlW0L7Wb0G1908k$5,q2SGqY&Uc'HYYX$"-5!]ic9sGE#[q[JN(4$m\n/qG5 [...]
+Gb"/'92jS9&AG'"s3Q+FPYj7J]i)6S2OdrlfFT.8%+`LUPpN.pYl3msB4P3^ZK/7rA.O1u)ln>^S$*p_dfaLb-2R(H!H9oM&"a.>$I]7d[l@'r_V`hKG<aC0Oc?GP>;gI`#<^>;C_h!>e,lRBG3e)o$bahe>gWR]WtfLMS'U%U'W&;Tl!2(/9^bi3G!p5n2ih)(d;fhs]m:>/ckFSWHE32%<[7!#nPY*k:@h*OZZDf^:#Ba\I+,8^-b2;dZ!b@=Y4 at ap\`_]AnT!_GdWLq9i`#sl&ML-fLbo7iSGoU;$+Y*="KJ1/8[<s=/hR-2Ta[ui$mEd""b%n/*rhI=XWjc#>DP&+.?+YhAWQD[bU;.nfa<g0#pnlSH'IDea<-[@b?-#Dcf6^<dlG at CZ;VJnWY-^9PUUD6[h;]:2B'P[;1c(U=]E:8l8#h`,["+_EELELNIX:=,$mAWWtq5sGb3ohTcs0[CN7+#o2)GDSC]qas$u-Z+\ [...]
 endstream 
 endobj 
-632 0 obj 
+633 0 obj 
+<<
+/Filter [/ASCII85Decode /FlateDecode]
+/Length 2071
+>>
+stream
+Gb!Sm>Ap8r'Rm78s)9%.W'dgEONcHaG#g-<<ccAmUm2Te_j!e06Ta+2^W.Zd-mA,DG.$&gW):^Bcggb#X!(m2&(//D$,HEAgjC;2-nI\-b[RgO%)4>G0E/Vs+?N_<>;gJL(OY,KW&&(r;@?S_W;_;D'u)`tLqi+hDH#bJjEHq,.D-g=4.!MoAW-Vc\1e`gIX6;0<H!Z$ON'EUFHHRneE:I$dRWnnOVXWCRtF-ml8'5-a0Y^^6QIlVRId>^LuP at hKXB/Y:O!lX,p:<]1)<rqp]6;P52FgoBE*plHcD(Cb(<#a^^0I<nYgI)>Tmc2j)"[hCoMMCOhis%*hknb=JkC.b#/PbL)7'/H&*6Q.aHW>^`Ptin"TFaZ4Nb;&?1VG-f@!+8ZH':&X7(dD^0c[=d^$t0]3+ijWre^)F"7?=.dl@`_F0prs1^ri5:>2O9dJ^>U1LFU`gAlcor*8fq&kR+DDFd&=K1p6S128YGDa]@K8:U$I [...]
+endstream 
+endobj 
+634 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2601
+/Length 2730
 >>
 stream
-Gb!#]D3*F@%fRLls+1-WS(hVQd at 4G"4s\b7U:<SE$iJt6DK-Ld,?q:GEAaN!SR6m-N$MVCCT[@aC%L>l/^BH*L3uP;HJmdicb(SN_#";j5Bu*@=Cg=n:&p3%_VZ05?iC!#Q.O/JY2ah:*'tX#NpG!n>\O=G,>bRM^VXj#IV7H:[(En]=%7PnHka/k.s25X?X`KEkkLM?G?.Z+:!r#*k>XH]`-g^`@LG-&8FfJ,'4-4Cn3k&]Wa+_m;SX#H9tAq=<QaWrmpV^O25iCi#^F"52fK!c4Pmqu/S]hY'3WpRD.Jn]ck>tSd/'T;6"[WD?Kp<,fB?Q&:SNHR189'%C%R>/LV<;q&^4`?/04e5H2n_=qhMDpVLoFt'JDD!Gdkko*ekJ+eE*7b6L6Y*epCNj.P2449\/^*caLX^^J`uYo1=LW?;lt:9u15n"-3AS^I9<TH*oD)T_=Z541P<9\,Z*T00fKum4\4_ at Nq7HNeo0q4sm`98J [...]
+Gb"/(?$"c/&q/)"rknG(G%l[2^SJ5^8=R3Xb`-P(lCg"2VF-K-N.rNfJ@)*KlgFm#77%V%>)kaokes_X!lP-F]6hi+#rq^@kjS$Ki28$:\0O<f9G]rVgOna?i0W^"B/e//Oa=2!fFIF=+2ZC6*I$N%RsK[]-]$mUB=JB'Y)I.uE)d7`dAp0Qk32a at o3EW-ng3A_K'-:$_Ip<fb=)L-\6Q;?3.pJQ0Kn%]hs7Iu]C8D($Y'S@,TW at h*Fi`8W3%p(3f?r7k3E3.mlkrMg$--`J9qViIUGt8`!p^6R_VJTr+,uOKfO;fT8?#@V[PD"*ap>H&haFZ"n8U$K#n'0\U`\.!I]SZ,bg8-b[0#mOZM'(lrY>.#b4\0"g7nj?VonjGcQ9(S.!Y'GaJ<Bm,+s-\VH75*9%&N8s.5HIRM*&/^;a,rX at 1+'@DshOHlm>VEtUWG]=23B$I?RG*83`PZ<e+FbJ(R,D[45B;;LD=4&UfSQYXK\* [...]
 endstream 
 endobj 
 635 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1931
+/Length 2404
 >>
 stream
-Gb"/)D/\/e&H6"/s5?-g6)'5NWL!\`dVUQ?FN'RA at t6kM.#4@">eMuFIf5:k/Qn3Ib=_,q=C]7/bp2]FiUNL$-3R"i&H+YN!T))Zc$KMF_CPi,$jO&!nE]H6X"UY`OgV9-)CFDQ#KO7]e++@$e,hUt2!YaD)?V^1b;$O8ZU_^ma*N#0/T9oE[Xa9?;3Y4H6h):,jf`2)BrF6I1)U3=e%]O!8-JG4O%PPP4O#XD0 at M1s,1R<IOVB4VSf at HY&,-^'/T[G)?`@rs at J1RN=/ZoE]$SXDA-%.d82FC2`1(c.nt5chjZ%#qk>(@<O::0ei)#EX)@rm(a"$\]ZB12"Ur\NQ#_oeTc$S:\f8-P!qr$=:XG?Xu@[[.rd2\[(%E"D.eb$u*Ydp*IpOG3t>'kk)K5Y,;cY:$C$_bJVf0KTJ6Xup(8iiD"lgD'PeQuI$nV<b4Z+r'<7k,a2.+DE<dqiSVeiZt4oH]&Hc3`3-"oYp?B0#5k"` [...]
+Gb!;&gN)";o\D>&L[u;J_*YcFP)_WQZu2dYOsVX,-`3:8(/V,;[$!.nhm4hA8V"%,NK_9u"ROf)pZk.2a$6;)VZFT&&Ia+75U_TR5YTFUd9F*uSY(<j59g?5WG=Q"*"*`Vf;LD\EMilb>fcqpq@,Y+Yeo"c3RfM-+3EO?/;,MtO0bd];:?dU.;hg=]X^-hql#NB>0$ekEci&rZ/tR/''UNaP":R/b8c+'D<dK(BSNWNY),-2GFu*^Q?p93H<b+omi[EuREmNooH0#E'mC`Y3-TYTBT:%n;2QWf'8094,sf-=gVFE^]4htVbR4S.q0(^e!Dch_73P'?a98,J50U?P._cV#>'eXDbT[=f']r^/?C41nKj6sB975YjJh'#$/U9,=P,BWD_edH(EL?2mm[Bkfn>it'+^hPs/YH5'($)l+/FDF`@IV9bI;%Cp>DI[7\pf>?R!X`m*KO<KMrg/J\@fK9CR-M>1[c+bQ"k.MAe3]"$F [...]
 endstream 
 endobj 
 638 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2172
+/Length 2235
 >>
 stream
-Gb!;e95iQE&AACjJ!do0L8.AjdfoHL8[cS>h4i[#kR/t>2A85YMFq^bqAiJ"D8hgCB\NS-#C]32cH"m+5)q0JnR^tZ0EntU^q1*m=9Ks*=H;@Uj:hGO\\@ohI:[8,?.1JZf6>(*?,O%i%Z]$?`n4=A-t3<%k1<ZPfX>5#C=G4>P6qNanG3L"=?FL#.b+kj<N8cig=.c1LVXu_=RdGM at .K-Jh4sit6._so$(%.s`a&!]@Y."fa6g>@4`W=-X8#3bT3R:i2:bYUGQlZ='\Y^q$FaH5*\grf]YL1BZB3N<Ss_!OSj=D""nDXtAFQn_i<#<=`48DHaE!rI/9([/&Tl=)\JcY.$mI/ME1A(]HM"ferg8r`*m6l:QmW1JAYDNX-(5a')L%[s*qe>,9Cbd&.W[b:RKQVX>RDH"5RKtlata:0[8pKI9Q[Y0F0P[]1;n+`[=.A%\+W!o<7F!*Nc%Vte!l at _M00]7C%hh3/:J at k=)7?G<_ [...]
+Gb!;f>Ar7S'RgRSs)?i["=Yp#2euWQG$?a:?&,jB[MK#LA(.k%?!L\#Ge\]_P\cbrABRT8D/!B<iZSiYp%p/&Jq<s#qAb7j57O<997\i8:4ZTeK&LY;G'J<&p%!^#ZF3%-C:cC6epnU7BAq(X$U]n#Zce:")MVFJX]N<mFJB<6U:0%Rmb4bp8;lT<-98kH2<jGP]H)G!>G`u^3Q.\al/MJW!kiq((>iE6n1V>UQhmB)pdtF%l1Lu3+%=C`g7:RDD?[:Nb@)_+Qd?]Ei^N"M&J%?4&EVlA80FLU+%>rNN7/1^INld7S?*jmTh&TPpW%>GkA_P:i(h)$=CdN<"f+,:'BStr0o"2oLh!u3i$a"nSh9LA7_OYGniY"O'c<\r!l)dD^mVi;C?c$J;TkoPK-am$OGGG`,06PLS4>@i_>@pT90\n]b*4\h).\.ooABP6_l;03 at lfn!dEq3nmsS5[Up^*#d:=6S%6\&QS8-h+DJ>F3dH [...]
 endstream 
 endobj 
-640 0 obj 
+639 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1742
+/Length 2221
 >>
 stream
-Gb"/(?#QK-'Rc%,s)9'Na<Ads't3BpX)4Ief!anR\uNb([V7G*"!m42ot:c@`\q6tlm,b7M3?fm\AL?$hK'eBFSm?RVmcm*Gm_$q&g.mc$Qu<Y_XnN>1;1?qkOO4hF"L\HM<.jt30pE\Y)+[j"C+XcrG[P"guf@=BE?NP*Hh0(Q7ud/lSuJ-l/+2.Q2uGuh`G953fIo(L*9((r.T,u,N9.Kkn[;Nnj>#D"'_Q9\D$Z/&XqXs at 7GjHR>;JH<u`8aQuRounq'#F_3Q)1>X989_!ai7E<m?Q:lp4J68&^Lb'dBJGV)ut.i&-rrF^&BTuc#_W+ulc#1Mcln^)cU##V+`0o&^\&.KLl.%@ef)E,9&#Tfh(n.b0bYLrMnb.TrAUKC8lA'B+e?H-g%*R7d56#+&K>;[uB\\]Hk=gBXF1b at 0F'_Fe0bnUO=h0oD6173SQNth[=Wa)11A8L'^IE==$3a'SgUmEh%:/s[l),jQcb>Cul6` [...]
+Gb"/)968iI%)-@$rrL.sl`)0%FCr+>c8L%6lnhui1R"LYg=A_(>E at FYY@!BsCb`A7=fpI!Ou-$GJHG<I"?qnmT]7tn^V'p2b6U;f&g.lX'-O/a_WVqd*F2u&/hb:Lf$lRJ=H3QFm:`XW1i]<*cs/"!rV.?30OTaPLZVF2TO-(2j[BS"M0POZ/WH2G!HEgX_jB]4MnAP"KNdLL1hot0Zp6E`h/Q.L)U0NHb7,FNMU65J`0PQW`@'R$C6c*f+qMO5%sXtVR"`jhOMRH4O)2s'_!"!">taq[.]'aP)O at 9#1++L\m,XrZ.%PJL[7DZ^nHh8PD_[7b^Bf,9dNP/roIW/3s/g!D&G$.1a>57#D<J#ae at 49maZ-GTLh`ilP/qnEFDClfO1+?E4.REO<g.-E]!Z]N:6r6MJZn4?Q687%pK-Zb]5$M#ei7IGNPg.0ZY">%%ROoIi3H#[Y3H=sJ.liYW[TDPe4e&*?$t$m7%f at L4@ir&'C [...]
 endstream 
 endobj 
 641 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2826
+/Length 2204
 >>
 stream
-Gb!;fD0+IA&cS@>s+g!>a?G;(^c*^kI(3sT]6'3 at P3PDIU9m9bP`1>BA:V%hrq]iLUe"=V6H`6[Nal3-5j[L`IJ1o/@,i'NY>GYrb7+CJRK0$8>6/^q(M7UEea2;;c,C>om<*9h-=5Ur&D.b at VCk'32cp_As*a_YIrXBV?`3>AVI9B7l\d,.4<s,NO*VRa>lp8MK-H%WXtH;neAn78A>c#&SY\T!p%'ab)5):J8W-EkSUs:Y)RphjNc,.9(M1DG?A.&WB*laa/?Kj0B'XrK=:Qce(.il[Z[]mZ9&K&H/T^rPY'EN).A[(1A.dhL^k(10#4?=7Trk].op8S=SJDPO_/J!^QEVjE-tbZ+OE65&FrQ>Z6F_;a)b2n)YS'&e4<fMU6t$.;'1T7\Mmk*t:m<&(pkWJF##EgRBq4:Y3jubnXgAu]&g^.4CC>NRZ]tD9#/Ln@/CsANYul".iaE09I#IG[Z!b*J`>7#e at m#bB=BNI+o- [...]
+Gb"/)968iG&ADess'^tKX"X[KOuqnOe$t`>Voe/$)%RuY12B'!K!]+hqCY<r"=2AABp3Gj3f2r09479u+5\\E5fZ)7qn<=9^/!YY'`hdZF9TV2/=?DHhkk$.[V$[Q+`$D4:2JMdf<mKlS65Pu-D4uQnbVSS:.*0lENT:S21XoDXG3,6r8Q`0T#PPp$(H`lDsfEkAInN4]EEVP"tWICj[Y^;"k/B'KC at LNPBrTkV2(d5[MNXX0or?(,F$q9+\ck<@-ZEuh[c=m]@fO!>7R$+5f.r;cGXgEI(G"&D+qi).ma!,%\L[Q63K%ldVsVW([#+lY]WVQ0+&k,*&]A)Y]/hY;P1sj7)0TqKV]KkKoe?@?q4B<\[`0$Tl"J/>@HaETE7q1lN=qLHH1CKY*0f,75:U.JJUXn_dF(1G:_kX=[Wk,blD$;kQ"p['?6Z!nd04gX;5,fT^NDWUiCX*mGjJQ\6>k$`gO?-IC%cf$Q"1PX0O:9=H [...]
 endstream 
 endobj 
-642 0 obj 
+643 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2240
+/Length 2114
 >>
 stream
-Gb"/)=`<=Y&:P.Os"JA2(60qCUlH3pTNgdVTa/.:UJF>qN(r&AFEhr0PCMI5-!Oh0fs2Wr.(2\ial;fWKCaLY`rZp(/TmUR!:Ro]qI"kC?p"[P)AL3+_Y`lreX,SPX-.%k at 9Uldi&\;Tg-3KIf2nha9c)D_Rk[So#2+rcYH at 2.p_IK]^Ni"$.2S`8Bd;27/LpW]T><F%LY:1/nJVUO&ZqW5Su2DlOu_Sr!?$sfZK*M:4G+d%`=UTnOUCm+_a7mq76CuI3XU/D&?5"0irjj+#'[DO3)%mj]IecTEcMP'luics^ZG;d2.7t8+eOW0gcoq'g;lp85H;IONJIJ0m?1mY/^nPidUoYuqaV^06IEBGh3i(gON't$1bfjo`jX-2jGs\'#DN>QI`=<)XRYT1nd"9]74p?M4,X!)M>\kacGJ07hS%UD at TSD,l(\c4V9289)#U'!G]n]Nh$e3Fii=b99Et9+aG-M8(EZkgV]5"Dh`#49H` [...]
+Gb"/)8T3?C'YXgnIsAH")4(rC=og[>@[ajO at 9WG>+CHbSd6rnpV0;e&kD?J[g/9LQOh2_bi2#A-pteNTm5$1>plC<YR1Je$!]P<;W!\_K:n?f(q$0)Z/h^7l(N_$?-q'b`AUpW36oPf#B3nmm at Ph7n?52j)`&lK.%JZ<VX5Qu^D0!>iDH-^C(%;%*s'2tCX](^#JgTW]p876AEHA$MDp]u\9O"iBI,_rlC,9%1g`X.U&!R#KSNk0sfqMjI't,PgZqR9j#-o8Z-H%\U^aom=`sl.f at pjiiW!3cA2f\Bfe#S6X%@m4R*V3`(I:&p#l#WMbRW%k7"%i/4,Up"_+crHJrqS6O'abm0Z0\%*o>C3K"gjs:9Bc^=2$QGEO'Erc)s1Q39.rsO2ctGLo)iQn?)LCdZRVAAc2,(]rmKhdqAl_,a2G'][$&A5-pYp0 at V.h?O>.:[^Aa*f1g&e9X^s^FO!C'U!IW765/*?H\rQ(7 at h,-6$S [...]
 endstream 
 endobj 
 645 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2167
+/Length 2000
 >>
 stream
-Gb!#]lYkKJ&H<e#s2047NDeg0g\4V#]B3)c.^_E]pE^I+Qo46L?5#O)oWQ$_2./LR0[<$3&PguHS]B%"De:/cit##U5n*73"N)_k`.1\j`6p1Rr<494k@]#%B4O_Pl^CRbf*9j72;RmVjAZ8n,"SWpB=JE(mYlM3jfZ2KeW>+f^9P=A7J7Whs2!ncanVlbpI]K(8l?Ufm8c%Q<?B;KZ?A+\BMmO=.,ApTE>+qL+A^E#b\97n/5NgDmPXZfc#nBeBWO^o^kX4qk7R$+";hS;:"3I$9LaoJ?.0ehE^B:^F5YfFpk]:bI.pA26@)n!=pfLa+ht-(^L\!2;0`B70/cujX<<fcUJu\eAZh$GQjeW)PT^PY^m;fqMCBLfPIM[H)WKG/kqFW*n;e`RVo+J5Y:eeaE0eFY=C`s':2!Dm,NJXn`]&O*b?N7tmsX$P7Vh<Z?*E&96K<;s_puA3g$XN)8lnI,,G&tBC"pDB+pekoC.d7>Q+ [...]
+Gb"/)>Ap!%'Rl+-s)9%8X at nr>Ak2,M<86c_C:1&=BIOjhZ,;lc\^d$Rh_Q*cYe^NIBK$l3,,s`6F84m&^A.g2)?5i[3d1Qf:>l,6!22)L!)Y$W-@`k0amG(;HUC\89pT=a)&h_6OX)Ge'kcC[aN8,"]Y2GT+Xd#WfcBQtE``dc`RQ;ZVt['5OgX8):T";)\_]Z`=ZRtQ*<0R'M'MbUZu?g5GqR(OnVIPSJ+N.>-N=Esh\V'dE_iU9N_*t`F7%s#%(IB`VA2SENIV05gOcm7Ifk_oE&WXpL]Z^n$Q`hB'q at 8T#(\S;*eDe[3T,&ai,V3`!Oqq9i:PkMNZpNZ,B/qfEAt8!m1I+-72PaH5E;s""3WO3#m$Z&X2(2\)o<>ZF#\CKCFa^^n:du(9JJu3d+\#`^Is#Nhpo_Km4C;s.d=M%oUIpr"V5Vb(C[m*fQ5oQ4 at INd>[S/F?`a&26n]M]Am,8r3HGd20=FTBESqcEfm1N\g1 [...]
 endstream 
 endobj 
 647 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1976
+/Length 2052
 >>
 stream
-Gb"/)>BALX'RnA%rdu8+eo`QI[NRH_LX%gTZEpn)nAn9mJ0<_D!ks?2YMURW6,GMs[s$JCdKJ"^836ThXrk[)J:BP*SbNJ=)PR`Q(h&#N1PD`&dI8g]H$F\B]Y2..=j,/$CcN8O*(r67!JQr0J<:.+o at k3d"s6m#[J\j\7^acYC\Ia9&bC:bU\GiJrelMTff!3Cn']JI_/Zdg);FEuAJAuV[hjB+Q-?XtegBlq=='HR^qcnXOYk6NAj*MWZHDT?V?>kr.I&M:pGlpUeY,kL#C%n"F75<^ilfiB\oGT="L0 at a)\gTEEfL"Dk<Y:-.#D%;cZiE8OTfS%361:q3,9W;[oIsBL:RJ)q[L?oSQQp5FS\Mcg`YQAlmA2HI]>dTplRe$Yg"D:3os9SnVOl6_?og1]O2D5%[s)VRlmD>M(L\*JW&`s]B.aeS%Xm>e]*u"At4P>[Ubo%568+KOT_p5cj%ErM0&B>&H[K#(a,-;eWW(?6H [...]
+Gb"/)h/h:0&:`#"reGot3U0`;-^j3^FKW0 at S""2K7qOLX$f\4l_3R`W^]%78 at gatF^6iHbd+0Akb$+i;gCN\;J;Jc3\k_AfT8.B697ThU:4_&P%E#s=bOG(3H$M\6ZArXd`:4i:4DL87^rDe/(T&*FB9sFR1JIHM>!)h(PO3+0(KVP^m67#B'l!0Ias7cS2.sHUD.gEF>H0j*Z4(A"YWNmI#1/8E8JmBPjoZ%lQ(!-Na5rase_eNl"!Rb2ObO5,YL/:"q3\(A9OYWCr$LhlUaudS"PJIIKf7ZUqd5BP9q at 7'Q80h>f=SWj^1-=X]0Y8Z/0%/"^@TBFOp6HGo/X!`Gn at Wj*c?<GH).$&puMC?a8>;X(e-[+p.C&co9 at 3M?8>1rmt+uh.R$Ln#a6+TiiqA*K#^/:aWm+'8/05i#ZEpL;TJT66.'l$Kd-)@\g<5`j#`M;l@[n2BpOf+=;g0;%q(j%b#k\UO*\o7IUQ+G3;Uu=9C [...]
 endstream 
 endobj 
-649 0 obj 
+648 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2141
+/Length 2355
 >>
 stream
-Gb"/)8TWWE'Y\q6rrGX1;.p$d7!I'HVK"8[:6X(&1EM@(ACb!2/f(9jhZnrV,grA';g)C"emdV>GkgbdHmD02r*o3ap]u;9TUS$%0L:m+_RcJ:aWKa4jRQc.H%C$>6WI*%=9c'QU8XN_6dNp`<O>6=bDTg<<K'5$&`>DsB7m6=gZ83MCn`+Jm5A:QQ\dQHB78.o@(r*l,)nq/MD;Os$ectLFLBsc/4`lbqZ0Fjk.5u("o+nN`*[@r)fl9MUn\.b3ag6/X"\]12[g6ld,r/e*`2FC;!>537Bo2^'L.8M2b,ZY=I)A)8_C]&:f?OK2ZOL1B*6U\FK5I!oHP8*=Ue$'I0_CCKIC(Fig5<%E1LE!RgEhu at b;E1_('PZ,d't-gP8$G8GsEa3,JK&NraVL[3L*g_aBn%0e8Y*Z+IT]Ib`:`);g&2EU:t5L*##k'1R$GQW'O,TkqZMeALVpat2<hb:KDsnSm;HT7NDfB%CGHJQL"=6e [...]
+Gb!Snh/h:0&:`#"reGot3U58&AXgp9*]hp.9BYHkiK9Oe^k2>rCp<"&q<Ms10U;e&_hgt=1^.?jXOYYon^B*+R/"uW?:RqEc[E=:\%j37++rYl%eRNQQi?[.r;+RiaAUJ@/a?4&4CX\$cbZ%$=(X1U:9LeCH^Mc889kHQCi*7kX12 at 5k4u^4>*0J9VbD-I0':BM9ma>(m6/kb at bV+SokY/ZqZ1fu=VA^u]DDU,s.j6Kol7P)\)LIl\S"J6:uk"JoPJ^0Hog=;,\'r[/O,(^%Kp,AK5AKc;B'KKh%,:59q;]8/"&30leL:n=Kln1h4a7>((MQ!5PSuUU]KE8I*,G?pOZK2@<mk"aK7BHgYB,\]Pc+i=W$Z;a/^aBRAMO,nB/W?nMVp,XbonP-Gh$_ at W;Z`8>^dO+:(n0OopJ6ln(>`&e2=+9e4H[Yr4:?Yb+&;nO,LV3(Y:>$IGSUNfs/b:GW<S8-%Vm,F7=h2#8n<JnL(VeY [...]
 endstream 
 endobj 
-651 0 obj 
+650 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2216
+/Length 1699
 >>
 stream
-Gb"/)gMYb8&:HLqJ!`1<Y!R2TQN?h(B\\rKBEC=(0NQUoB$H7PM^@]T4%kIjY!aT\*AXTu-a4'I/8+]rB$TaG'2\3 at ahH)KJ<+3MI3:d3(b^CVM?2a%i7%Jl at XWMfp9piuW5Q&;YcX%^l6?CD?='S`BXGFb.%[,Ecd7Osi5ap:c%Ift)rDW">K[h'`oD_D(?jGAp!L.pS]9LA5%rACLo$'O8 at NSd4GUc,GD"l.Vq\h!)#qk4p-H.F?9`*&"lCQA+[D5IQQU3WJ3I7'omm<g5hF]X0 at WW4KF;2B,bhVubor\+!,snMQ6r`qoU"$.A_Q7HC:_J>/4lV0g385u;L5 at LdFG[VUX]SZ0e7YF),RoA(lf/(]A\)!#"]\.Z9];s[,0oL1(2!5mKPLVE>Dcg$l6d!ij/8$,egWH)re48ZVOfjY<6u7Qs$2HU'[FBOr5oXb$duKpm2GI",[7hI`G6+f\lLdcG.^I8,+81pgEUNUuHd>^u [...]
+Gb"/i?#Q3)&;KWujZgtc)c=JXI(<.%;4Y-SkMil>AY`uA)i)F`q.bFeIte-]@%.:_OOTE[Lfc at C48\Hilon/M./5.KC3oqfB5m[;!)[0J$Ug19R/IEMB'3gcq&-/KF[]>eDX(UJ<*&3^_j8/)&I-Y\r!^1\l^eE+i`4eaU0G%l<7WYG<-4Kj^k?>l`9[WD$l6"l+h!dL/:h at D]87L%O at oc47Y(dQk)nshgjt:9mP5,c[X`VEC^qLj_G(LH]6F36,^16p71f&MWVR$@`BDgK\<">c+(4d]Af'Z<l%-m<aNYt9,)B1D.sjgRj_4'(Nikd?i?_$C#<Qqc[:?748qh_OT=m;MUlS:95+*btZ&!ZfiDJBO0MUF5en(UM2`<7+[YHNVg3%Gt7AFd$!NPK('CQUJh`-Tr#1.g.WNBL*0!"i5RcU8)0W at AbqQpn'A,H(.*N*AGd%mQA>H:15a<HqJM7^P'iN`<Unq$cB_9HnY0l at 5F_H [...]
 endstream 
 endobj 
-653 0 obj 
+651 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2040
+/Length 1876
 >>
 stream
-Gb"/)=`<%a&:QRrs"KLkX3`tpLCBsh60#Zn72+l^J?]_g1)h:o(!6=FSY^S56s:dOb!BbITH3GOGPKGUm;Nf%nXktM(EUBT.GWc1TVsPMJjL^ae%ahao_L&M^/AuS?']"i2g$g2+VA!,3:lu=c:4SZoi:Mj3I?Ka499 at Nj_B#V=.A%d5$O;'W7gdV*o9uCo at Bnc1-j%FKEos9oXMS9Kr<jUS+8s'EI;N=..G5J16/=#prV=sR/Y;%r[8-DKteZY4]*J-j!&,N+he>eb>r_TC][-K=[F9<:`gH=&>::)@51U9#1SM*Z'.0Bs4M',UqRk!\u0GiAfh at c"m(cO<;3hND.FC0"KeKbc+o?PUMsEc9Xol>6M#3,S'O8t^uM)&]Fs^fP2a)G\nn>/DUT&R\9?@bNW!c,Z%]NEJd%KIdfkB;0d'S=qZ5Fu&`0q%7hm[%B5<`TRmuX6ZQ6_qF#^VMBV^gUlB#A]e6BPd;8;.VA5+go.t [...]
+Gb!;fh/D"<&:]b*s'abN>N0u-$'BJ3eD/73FB at uJU1e&?a^,b;?/#PRfACiCB>?df6?<LNi18Phq9=.JQ4VF5O/R8@!UsY-T5P#I"/Z)19=&%&-[_Ik?@9N#+9emLCHA_+)dM"GFE;7AkN.E#<os8MU>/+;HPkiSGah[\n1I>&IXJi<Yu*pFC[LnSosK=dC'a,K]\J#R7FL?B9j%Np!9k/L39"A8J&)MV/4j8.#Xh)0f`tX(-23OGF*Yk\2ite`2W>ko!l3u^Gq"e at gk89kf<Yu0@/=eUb<P:b^%#MqCgAlX=jt"uMf1/kA=2^_CKlth*nJ?\:Z,nq+(q.l[Z7+134a^:Z[(c@<U"*k6qQh%gj:!,cNYRs1'rO9\Z_L]YSWfZ$@d+nccWIU'OuLFgN6_j`[Y\mZ)\b%@+.TLH%#Pl^R27DpTZU,%;9*h.mg`mq0'2TCPHDoYm)sU#%'Q[nhah.eeg6]0jMm+c#e&OAF7/4)& [...]
 endstream 
 endobj 
-655 0 obj 
+653 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1942
+/Length 2679
 >>
 stream
-Gb"/)>BALX'RnA%rkj"TZIE[32on\dTsO.#FEY)5*gt+U&B%d[^m5AMYMURWD$_mN:/0G[_?:M;aQMdYG:kq.J;GqB^J at 1HpI"`S,6:,>3!3V/2 at MgdLZ.@6o(%BKASomMM;pVSond*\!uklZ?@8o<EP+mJ"],4KFV;?8Qn/&eC+UR*<,:X"A.D],KKWqa%t*@-e6ijr*`G9\!^G]=P>%dl2%9N(REj[53>_EV4E/.)dg:s#=Yto90\I*\?#>Aj/Qf/kBD%pHel/&@IO'0&qVnd)j>`ZKS=e<Wbt!LI#A4G7h!B at 366q@>D_j7S`45$<c.&5PY:Gp_lfX;2MZlcMIblBL;\IT'1kHKefV'd[9Wdr'3.&Wr\G1nOJUpqB3T!*m%;&0Oil-3&:T&RI$(q!N,bD4?dKQ+Z#hbrGH'[";]RO&#6B9ALD5`D>FUh^"\AYL[1i%9b93qEa(02jXVYFaa#F+5`^hfl=RH9%N$n\L8`T [...]
+Gb"/)lYkN9&H<dorr^"E8QJpCqpE5%efik"%0Zr\gP<?GBSj1*aHB1gESS<XGGJc+I\aD5)]19)8/!)+4Po[Ra&p9502$bT(PKF?OZ2_\@bG9K-'i>VAFphO+'i6%^:po<[@V*"Q5=eaN?Z8^+r<5BY=qOLZg4Z(%o_n)n(GN)[]d2)D_YE7Gq:q$!?9_G7ZQF2OV7_CP`XX,fm6ZfjFQl)F[noNPL9-CnI7^akmNfDib_&.m@&dsD7EH?hrVV5A<DR)JgGSR9*#Qc4g2o./ak3V[eJV2ZOEaQl"*n[m at A@YbBIue<4RGc_fL7Pn]5B4DPnACOg6)9.iD]i3@!dQE$hTd'SPTT8TQ/],c)gA&B)5[Z at kmg6.nnsr6U7<b$>Z=V6KG@)=`SA,jd'7fZ=UVAdE at XXs)f)Hmkl at eeU=F/@Me=0FSr#2)q2CnP\JZ8B\Cr9UmHX.d;Q1i!2Ot_%JLT3%=$, at lRYh78DdY]I4:n__ [...]
 endstream 
 endobj 
-656 0 obj 
+655 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2452
+/Length 3134
 >>
 stream
-Gb!Sn95iQE&AACjJ!a`7<>@YFaUXCq'Q&/!/@L7n"p3MQ*Ar.F&lm]^ofJsdM=fP?j^^;aAOd`'_b]n!L6N,_rn?p(9E79Li9ntsgO\2eCgn%@r<6PSf2qe at Q+`FT/CUo<^]Qgj:!;o:m!4"jajspKIC1!2P%-JP&b*57c\?X`[bgEJfFD4=:Cd/:]qK3^2j)P3#?UW at f=J(5Eqed2UNdfa/iUT>?3iLcm/@+ZIL('\l:ka!DsOEHmA7mdF6b?d@<iTA;9<OpJJJE[6T0OD#"b,bPZJ1\Ju7Xc'e>h3,rW+rhu`A!^j02h\5s,!V<N$9^&A(Prl$G66$,-sE)Fb\>"3nri295TJY2PEJSeX[@E:b`fJ&a.foX3M:?[d*XVjeWrX at mESM99&MjS)Jb)H6uIeGuGNA7u2E?^"#UO)SEc%6ZK`/6f!&EgB\P75isZ4n^Bl#S\/#6)i^_$d/;%V^ffAlThfJ,u.5aUU<=O%.TH.u [...]
+Gb!;fD/\1M&cNies'b@`@3nca^.WL/%o2'TJ2=@[`/!=`V8es/;;:S/i at Z]47K7^IQ5%HK-sL.3i<gNQdCp'&k*^L,Q5246b>LQWKTLE0jQqLf/=TnjLufO-\\98Sf-`5cS\22,\XmN&Q8eAjBD[GJ9O(\Fo"nA$H$&Ud]n`T\YWI$tM=$8OWc&C`>.$I.*1al7[^M<.GbYSHKo\PUpk>i9=WZGH4=X[#l[P,a=2aV<Ip at s\/=#4B4n?TM%GRpbUJ1\ah^uqs(-W=(Yrtkh\8Bk>pNUGrHfCadY%RGZ_eD:+,0j`j9`!]-cfFGkEr at Eqch0HA,M,RDR)Lm+1*[s+/5LN5#bR6LM'A7;cnm"1`;p`p.TnnWk#i:OjH^CB?*_gZMf5V$6T1\nnXNkI"^;LOO7J*t9^?AH!7ts)+t2MH2OcS4d)QZ+$el\_7ul"9*)GL;V=IT)\LJ%%n5*8A-T$E>"=XH]aXkVlS?ppg<:VRdn6 [...]
 endstream 
 endobj 
 657 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2131
+/Length 2675
 >>
 stream
-Gb"/)95iQE&AAtEJ!a^a\6;`R,qD7T:i*V-*k"Lt!<P`b*Ar.GO2gmsh]X<3 at 9\bd7-S<G33XEC8.NC[IRFJ*p`f"Z%08Y"_B47 at +9l('J5D6BjYusTq>T48rB!p!;I.`XZPhCRdra'43)^.AA5]Ud.thZ.Dn)MJ7$fFhlBO!\Cn:,kOo'^%q]aL6`.LeHB3O4`in?!Tbk/7QE;:11Z at f\\O^G:Mf9sf,dt:8O*/Imk<C;PR02pd"7+s_F#/*r:lQjbF:#(c!G^b*ccdQJ*goCs#kjht]lFZn0fo+DS@\dM;h$SLp,?1,7fr-a%`obe%)-l%9R98W$GB6l'5T1',-%P0/#=NpY&ZfVL=JTpB*(m.m8;6 at WC$bBjZ at ogk6Cu!;#',1U7n^pA"h6jgM(C=3N#1cI+6=]`<B%N7l:Q\jkGc4f6(C8BKV;YE8E=[f07g.!K&^'?6lmu?B=21NEAF(.3#TbE3r=]14;>=sZ_<kVc" [...]
+Gb"/)=d.UM&Unqhs$OP\m)U/u[p5a7kEp'`?9 at I$Q.kT#>S%35f\rMM_3)bKq<_mHpP@>8Z"B2!``)GaBV9o?^M]-`NrOq3oHSnD0&ZS\!&7ld!b,jZ/De8d(,'%mo'ur5Bl./)M='$T]!eK*1CIhF!aQD6l^'8D),dYsCIPb5!CU"i)KO(o+uV!+A1Mm;B0]B">FK+S!0P&T$U4HWJ?<7Fa1e@:es&;j_`V=F?bt`7=M.\(qa(2SDUG\W/U$icNnN-J>c4oFe!'[3=L8i&FKc1]i"(m@)t%F!>-f2&a2lRRRd&*k(WR<m9X\@RC6?0n%e`M.7\j:Nj@&Fl1JCgm>t[n'>NYP-"7R%%\E@!i6iN?C9gQ&d<&(JaJ8CG1@/rq)5n^M1c0]Ap-qs2:@1mpG1bDuhlpdFh`WQfV!pu"49q]GiPGk2"*)F$a=R9G$gG%_0-t(g;6qP0\nBq)X^eu5W;:Ya]bSLT6i'sW[25]?=HX [...]
 endstream 
 endobj 
 658 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2894
+/Length 2459
 >>
 stream
-Gb"/)h/D=3&q:FRs+)glP-1Ppp$Fp'Tj&cocshPf"MKR9#\](#fuT=XPi?rfqT_p#-2K-PP.4fQ+b;5'*-+"pSGCEkPaLr1eRpifjRY8)GXVqHaE:1T at lWQGGB.tWI.[+,Lt6u[dkIce]>XI%aW<K.H$j/&epMjme;Rh90s"siGYOO2_-<;oqT%-k/bj;8G[FO,>bV+ at ASErjhLlOsQqbL>M6i]d'2HR,Of)a0f`T>o,0N)\+ieLV(WD&`FI'.qP=Xas/-L'G2eV4Jc\AQOX+-[#o53)om^H/DJl=!fc=<I;1uoSn?@UV0]5;tdT^D>K-82"DFI$b*Do59"oA!1:T4;`i)&`$4R2JZ<$(";c41?bRBlo;18scDV/7uNUnP:mDFt[.Z192/HT&,uA")HiM%;tA0rntEbI='Q"$G/@Lq`%:l0<bkc at tdB;WrN+s!^CKVLX2YM1bGGOiEB0#:2r8FEXg335U7*Vk+$huZ'iq2QK [...]
+Gb!;ffkq`f'R_puJ)I)2-ksd+AKXF(U+T9<72ESU5sWb8,c7=SAJQfAfCtH7;G/R#,LuH2_;ZaoH1#u<VMN#HeZZe%U";(W\Y4g71lDpQZ&N at 6d-n<aMm&H`[$Gh?-IhQ*j>)IH276lTjTX&,g&1E8=bGoq=L/'V9NuA`J^6X>ltUTa"u!E/fTNp^0!b,>Y8bqOQ!3/-L)I$O'O0GDnmHh\U<tGcMsD0mp-iibV)bIg^=,;0[8X(:!0IAkRqER,0qY3b7JTOY13u2 at 66+h)]]??qc3p$e.#h'.&1E\Faqnb0LZhL+0MOsA9k.O7)cUc31&t)7%)LC>QoQ1YAM+<-pE2?6T*?aPG at AY`eFe[YU=gHEedDN:AI;o!$<j=#Lf'6\\I:nRP<#9VMF%G7$8Sj50p5XHq!;<fkjr=+MoGrOq+\fP;2A6aap_l4aXBfK.*[W<3_pD1/!YEU-C6iA!2K'1]"T2=,2smkJnA.7DI4B$7, [...]
 endstream 
 endobj 
-660 0 obj 
+659 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 3240
+/Length 2575
 >>
 stream
-Gau`V>Ar7U(4Ip`s1in^3,K[)P'+#3oH>fL*FOKTS^tbh:j3"FU2<YIEChX?Ze5:ALX_U'1pS$Hd3<Eq;P_$Jqp%4/O9pCfoeVC9qCkAT2\r]81nGl60cW$a7G$SOYJ.c#AJK8ldkEB*GEM'5L,g)2Yk%H;;iS*YlW<109_An-HilL>WnlS^lo'=)q/..#350^tmoon&fl!_-1(RNj>4d5Qh8W;EDJ\\tQ>\b>B]-f'3(.C!a30:sA:F=YNW57+51aGgD1CG*o>m*a^m)Yk8$JN]%/Qk=^?+%VO2e6k!/RJf4\b&E:'/1)c4WH1&gEG^*79%`_uf(_=[W<WdtGUI==BLB/0COHZ?updNbFRe<dp+/[L%e at nW[$(->t5L:^XC;W&R,X2.ct;WISi\FHrJ+8l2aB;>;`eQoq3-%1dEpb=sgX[c!;m2VeieILb5*&fqGje#k!u50KtFWt56#GjSeb4\IR3W)e^a(?a>Y#&D`-** [...]
+Gb"/)D/[lo&H6"8s'`m5Q<nA)ZM#W1qVb'*5XG`i528_#B]H2C"i'-2l\=opDe<k,E>,6F$K[ABW2[J:T(20k1\9tQ+ZB6Xk'*1(E]G>i?96#EaXA>C[3up++YQ<?#QGhd30c&&/_ff`:Y<IfCi;jQk2F/R%[k+JA3^,/3(og8,r*!fJ6#8^)n"D^-_HR^0]kuiVe#E;L:t"RY;or(>/jH5Te)U7iAe+mBn&kRq;odMR>XmSq4`>8ZR5A8\5V4:CHgeTVK;0>\#JAf^,Q2cNqSlgEq2XMGWo-`<^/H/UD't5n*_l`^K_3)Be>&so^ErY=9EfpiB^'ucglINjTW.J\KK;A[RFE0jcV-fc:R1[AE2"?#X.SJL+Rc<VeiZ;Z)+hpp`7\s'#Mb$\a31Z'8Q`'a]PK?1;At1%1.;P`e#V#&/1coR.9GK$qDHs,:[_^,B?[14r&JTpUW,TO`C;jRBc1uCORd=@qFb7GF(k7nY=BD>N [...]
 endstream 
 endobj 
-662 0 obj 
+660 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2750
+/Length 2479
 >>
 stream
-Gb"/)=``=e&q3oIr^4GWZ7->4!@l%nn"DneOZ-UD;MjX9NIW04&Io]rLnZ!^gX at qY#_3%G&f.lHe_2Xu_XpM\qY[p[)Q<F4PFl^mn<XFiDD]^^R*7fO'b_q_iU<!%ZS1KS>#&k4MQ0gf"nkbo*(r//kP:Mq=6',P=`K0Gcd7R`n?KF\L/3rdjN[DO\dF0Achh/J\Rll%Vm:(DL>;B3CYP-pK,_LIMJ4K)1GWcOT6S^-iS:?_QSA58#^fWZ'c__UQ?K&QWZanCA7'hC*f4C4L1gdSErmlqO3V6-`Nt)X,`SdYO#V9-'LT1ET.qbtX@]cDR\![Y<V5K'f!&+`i0(]We5D\lP#LSmNT-<Pb:*!b38`+$>Yf^gJh6.D9RAr4VjXffQ[QAd(F0EgT1go1fBeO9c101N at h)/#,PBf<T^,SlHU-S9)UOQnf8ZNm10*_eJNNcS8$6DRVHpc<I)ei\X08)2f9S-!8A'\(8cnKaN%W,E&4 [...]
+Gb!SngMYb*&:H3nIi&l%3"9+ne6N6`5he--&++8hoik>tN'uE8F`DOqikO at o-(@p\fo"2l]1ml&(5Kfdbi-b`g(ZCAVXh2<"2(5AMfT5)LY3ZG8PGMbK=A1^-f9uVcs##KLdiu:!lqR%Ap>ZJPQI9fa;.9A:^u5q7U:#1<KgU/U%A$m0?PifT>BkEbYI4;+6?;]9"(WulB/>7>KJ]q\\#:PX)6h8MB1Na"u[L0]D&Kmm+iOo2N:S&e*N0*h&3(lD^tb1Op.E907?Fuq(fo@]KEQc2T".sm.[r3_")7.h'FJs?'A`nAiF[f)^lqs_(*^I,#"1?dQ&"7%R*YqSq4Xe8]%7Idu>4*4;%U!EsR$,r?BMEi]&CIeX@`ab;-L1H?SfeMKH[Si\h.4>kKEpQGB4cl3pe2i0m(\c[k2>UFmTQR&IiH(i`Ls- at Snu-m]'a1f'QjY;o_s^]8bR]RTNfo&\jKl&8%-TDb[^:W>94TB!Di/7 [...]
 endstream 
 endobj 
-663 0 obj 
+661 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2589
+/Length 2726
 >>
 stream
-Gb!;f>E at OI&q41qrrXA!^nIa>'Hk@\&%Vq%ZtOLXeh%637+lBfae>LigL#GbUi*Q9pla9$GI)HD%QVFfF/LTXi7Cl1nHP[/Q>#er+j3?u'Nm&3dIIbCEI!'.rr12XBK^s(jTQ\4]EnC0jMK.<4/,3`lMdqlK;^ZoFp3,,Fkkn(E*L'/?eZpK+_n^"qp-k_1d6Op5'#/CpNtB_jB+Os`[X`>M&eSWN%Yi$U\QBLjf at jsnh2H^9644 at I(M%LA7=IgOq[Y\]9jnG at W>BRUfjH,rjuD+G`A^\6ee?r'eaT,V!@ObUDpS8-/(%Veq,3MUkWOf1>;TKDh=qTA&mmINRp#5=Z4(F,e,>$/TX1A$"bBK(3P'/^&tpcc!cLLFaBK46(InuSp,lZ&/D6l_t'hJD\TF9WTOGOg8PfHe!=_P_1\fap8p.ZnFXS(ZcXb++*t=M8$AUeAOZ3D_P$s::(PRS[FLI8dW0tE60DD'$$tgD=]+k5R= [...]
+Gb!Sn>Ar9+&q1 at Qs$5pDS01Zs?*+0VC")DtYZUNSH0>;6(5tZ9g?;R8nn!=LR at tm!MCi%02gb7g[R_o_8.IYtn,%hj,s(t$lDG^;o&5_dhGZ`Mni/#HdOata$i0F>IeNa<N)mBIY3FGZD;r-]VOO.\/^Maboi3Qgcg!]9eV@#r!3bX)1jBD'4^PhggF+'[cs>BL@]D?D?Sm*ah!Mf&l,Bs9.J6 at N^-;g4P(`Abh'I at E"5UQQI`)9eXo>\^odJ*,9EpO6S\l^%i[6?L3[a`dP;$SV:=dV8?P9nCM^T]DS-[CA17Q at TM-Q3dQnO:[]<%RiGd[R4j72EgfK1%m3Gi8#)k6;O-<j78p>2sL>V?MR4KoPZrcJHQe1@&U1a]P#ouZ"d[']#0c)sWVZ\:r.m/=oj`L+Yo)JAL\7D\jA4rf^`oqt8lh>5R=3Ku1ciu3X]qf,moU/Yh?Yac;nVh,.!9[p+=GP>Vh7NA$<;+n#4RB.Ku&8 [...]
 endstream 
 endobj 
 664 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2346
+/Length 2422
 >>
 stream
-Gb"/)>Aqt]'Rm78s"NH/U"^F=j"""L[ZiC8BE^4']+PaF39,+rQ`S5F0Y`(_);B/d`2T6S(*k;#C<mciDpFlrGK)Lr%R5^E$t;QK-KN."5n&rN6=O&c74.KElcJ,%Itn7u/SjU>DV2*d>Z]NNl<>r@$"tBZrdXhR/gsl>Vf2CB8\/9^r9tgP at fmfcS$lp4Q9e1X->&d<*?Q>MW#fT=[cJ1IFA1;lM+/NAodhs>?lCQV3,oQ5DANj7g^`1d7n/ia1eq[P`8u%qq*HFKC+15C"e,moY%IXV$i60oZH,H[El"S!;D"8jUfucn'`tts$N"B+XqeP#&/i("42>J@=>Jg`ePA(NUEF#D&r#Gd"l1$PL0q!Xm1&;]B,B_Tj$B8KAb/T*6gE.!=5AhsCr,\ChRP$4;#.TuoEa at qm5+S5pa\"#2OFB at TC:Ph]@dV5\%=9W;u?kEkZu@".+P7*Z`&Kq"!/7"n(P-C/8%Xsq3(C<6TY/IRk [...]
+Gb!Sm>Ar7S'RgRSs1jsEBjn'*W/FXu%rKbq",<pp%'7E1%(&FU>\(sMW$KZlh]\u"/NKuGAAFADZ,OVuF8sOZ/S)`%V-_%S6LUi9c'<u6)bjgQ3JN0`^S$Y:e!&P8'<@r%9Z+5BhaP9J)C>q6fQhdPW`?bm4fN[nMMGJWJB(]=)E``&VQ[ISg[O2PI\4*ARti$5()12bkB:XqQ5FPCljai`2'upcI9<+2kkpGdDdT4&hbr0JG>4\'H!Ae6P"#J8!tXk#E5'I_`mHijR:'/Y43qQC:_k;Spn!<g9$)tUcg"e8E0`,<=AkB=,csK%aL:tX^GEJYDGB-p:XcgS6Z_"[Z<$VBQ!5_ER0T:d$-t%u)Dk3'Q=oBe=2!nd.V&>r+U1&:3INNa%,5t-a%+VU8gJ!'2%=&]:_\O,.Vkfd=Nr9rM_&Hs67c,p@@$&-(SUI>8L'J;)pKb,1fAG2B18V[o5[d+S#K0.k'tiVTJb'HPRBtP]r [...]
 endstream 
 endobj 
-665 0 obj 
+666 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2470
+/Length 3032
 >>
 stream
-Gb!SngMYb*&:G(NIi&l%3"6j-Ui'4`/C6<"mR+V at B)U9p"XDF'>2:B"8c8<EUhj=Qa`3QBfPMPZYrG)\LGNSgcm>@F5GDJt#iNrA?<n*b'W*Z/VIm^;4hR7**o%_VOHloDCHA^?$QP(<]&B*VH$H!_d;48VYb"3`F3sRgpm>$]iDWuuHFu6s/IbS'=u/'9D5k.XJu7i\FUXYo_9k!\k4pIE/E/Z81Csp(;'M/SLT at 0q'gWJ=nEM<Ka at -l_o,RcG$"TS%pu2HkQ?Xs64CoQ`Z8@>mZb4Ah%m^V1P(kN")>M$aQ8)01pCa@\jDK(M5+83--<6qeK3Nd3Vb&.n3<cS12.bCnX<ceH<Z3?&b9.?Vn=(W3AKd*<)KmSuO05ucjL]*j[gY:NS8:><Sc24ZhDG5aID1+bL0Mjf34,hE41aLIaPsk]XH&R)#Hb7Jr>?g--A-L9iUt6^42[I\A'iHm3VQ6ASc'n4m>4'6GYZ9R6H>OlI2 [...]
+Gb!SngQ(#J&q(:PJ)EMe-g5.fl=L4PLJ3j8(0G*[VAm.RR%=Pk7,+5t.#4U-4(#`k;R.S&Ek at SUYdq3\>I!HmSLRN$o&-uqs34/hI_J7SY'o at EF?<!ALdQ:]:\=Y[q6Q..TD;4=fYa:&,nZ$O&:6\]_T:od4PM>%c_%UdG]jR;C^*9/hi at QC2pgI("63"@LCE;g.JCY98>,o>7i22/BjM*L]`&5nre55sU8q]-Zg=mh:N,dQ2aTkJ!e61<,L(ZuS$K;0b.aSeVki(6XE_4N at GC#u"ck5V]@D\+^hH%Hph:0fZNY"V<HH*4As+U&i))-F,4A at R1s9te0iH2p/ol'[&4Ha]S`ZlLek at 8;nlBeWbSXaIGu5L5g$@/q]%gApaH[Xk:5H2%'nR/-c/HL?VUlPdnI7!Fc6`)`U"!K,Mn=n;c"UJIfB>RJf\K>?o0>\'Wq&_8_7]<5)Eqci+N?_&R5_%4_R;K=&)4kC`%a8eiZLpiA7 [...]
 endstream 
 endobj 
-666 0 obj 
+668 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2814
+/Length 2401
 >>
 stream
-Gb!Sn>Ar99&q1 at Qs01^F'Z6enV\C7,M;pKZ+*(gTUk!u)9s,a"]QKRjV8*#R$qZSg7#P[B2J<^OU,]bH4$3&Y2a\KWLVF%AqCuLKn(IB9_$lO`0:?6a2S9!SICt(.lHe(cN(V[O2;N46LO$&!l.4XEOX-T`J6]d:"k+<DR15N//uR66=q`8 at 1rHX>f3n>W2Z4hE_"+m at +$SJaJENH!9=e/lnAAfc!Z&e',oBDZ-:M7^KPlue^((l^(5\Z=Bu8f?c_Cb8n01Y<SqhR$BA9he0lP_C+7/t.oYQ;035^D\1<kKrpGeW=^/.E)QgCEe at BP:R8>YZ=eFU[B. at M^7"MSm<_f-YDQ't at 6`h_NJN!)nE#SDkXWu"9arf@&L[&[[FZ)`/mXOGL#nlXs>We$)]::"&pN+k4+*GliNO)#ad=_lERgOp+#`0t<&M$'&X/'=r%[PBqN^s6T4h"&f.!]EciGkJL'g/[n08K5t>Qp>3?lAn[i.H [...]
+Gb"/)>Ar7U(4Ip`s)@*LC#N_nl=LdpbHs?h!d!\W"70L'%u`p2SB-kJP%1Q-IL[g[&oBXkh:Q!IMZecO*g&tUqOLD/@,i?VYL*F0LC&A.,6:,>1'QZ@/kg_GInX1_q!7#Ld`?aCAJ6`d+:(*QG!["Ke,jkLg$XVW/G)+jiJnrj>O?+i5<4A^R1qB(c]SE;_;nB+TmIumf?KJb\!4$+?8[>P=&l/'p%n@[MTK"@=O1&pC%>FHlD+ at IR*4BUbBFA9D0G,!S9BKJV`*N,FI>UpaAOEB:pu!sc6:>rBuq[>XCT,p(aLc$1=^/4.-<8^C\2PYoDp8e6Bi3IY[ki`R*'4GaoP-27okkH,*m];;XhOAGXEN4rJ#c2OtAY.?OT'@m0)/e)="XcL,QZaX0_Mbgh>*gS)T at XF!e"FB#$-,7DTjR.r+G13gM]7SH.7hYmUJ->.rTkmD`Du2.EN_KH^MZhf2Z->hibPAQ-)PB`TE3or*IE8? [...]
 endstream 
 endobj 
 669 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2436
+/Length 2796
 >>
 stream
-Gb!SmlYkN9&H?&Zrr^"E8I at tQ83O$Uq9W2n!Q3JG#1d6$#"GJ+2R;C@<"eAthiZF;Q5nFl113]3f]M^K][uW?j<,Cj*W6nY&:-E*Y:^gU?o3e(j'"((rIR5WNaDX)oYN%kIG;%J0CVdLGa;&j(NsNp>8)h3d0j at Be=;*Ab&FaG=0-Y<Ht'AmBmtqO?d\5:53$kcf6`Z&2CAs]\C620,Kf`5lE"7t.k+Z70t_`oB4 at X=&]_6^7:_p_E/0A7=]7C-!NaW0kiA$VY:H07Fk:q>(ck8<5Vhp"/M!qYR0g7GE\;X'?Cg.YV^RIcq>-,p,tdEZREt`c]F[22+Lu#2O(d6_hVC-fNS1/u)B/N5%<afc\pJ"0d8q,jH1=Kik[[CVcB,b+A!CU$lK%5PV"`U:QoK*@4qfmk%c#D?d-RnJ8Lo#0U6m;:`F+KogF+XSf1bBs*cj504Oo?eQKD'ZOg5m"k9u*EL/5tE>gi_G'id`Kb>$OCCj [...]
+Gb!;f=`<%c&q2dts3U?_:Z,[6btADp$Z$=A#$B)C&hist5gU]Z;NE7bdj-Ng^OE5P[j9Z_D$S]5f$RQ)hcEfP;e!XOC4:nQ6Jc(3\!N=U7]mM[\s?!lr_5R^SY#a=4e^D2hmR at d"Wm2Mca'+0$S,"KCbr)XV^M-Y[b69Rg4?KD2QM;n/>S7fY\jpIYhhQ[Al3d7">G9>Og@:#>cNItmsZQaJ!$cjjL>*k4SF^/f/\4J;.u?6!oM'Q1^sE)-oOOJcaRMfeOqFGWmi,;==*.8_u9/u^(T#@@0+$q^r^$l(+!]]A<I<PZCJ_NHmK'q80X1S0NZsPfh*!!7-9)?&keb%+L0W+9m@<$P2!LA at kla3AtI\h85km2=%*a5\>7uCKI`W>,0n7252^/N7Zg[,M3p\/_]04;lg9%BI27YC0B2mMq-><+qU^&'B;#RC:[Jb^V;<Wp1<U,1pEogHj5/YFoA!!p6gfZY/e)XSQn9c<F7;KIpn [...]
 endstream 
 endobj 
-671 0 obj 
+672 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 3032
+/Length 2659
 >>
 stream
-Gb!SngQ(#J&q(:PJ)EMe-g5.fl=L4PLJ3j8(0G*[VAm.RR%=Pk7,+5t.#4U-4(#`k;R.S&Ek at SUYdq3\>I!HmSLRN$o&-uqs34/hI_J7SY'o at EF?<!ALdQ:]:\=Y[q6Q..TD;4=fYa:&,nZ$O&:6\]_T:od4PM>%c_%UdG]jR;C^*9/hi at QC2pgI("63"@LCE;g.JCY98>,o>7i22/BjM*L]`&5nre55sU8q]-Zg=mh:N,dQ2aTkJ!e61<,L(ZuS$K;0b.aSeVki(6XE_4N at GC#u"ck5V]@D\+^hH%Hph:0fZNY"V<HH*4As+U&i))-F,4A at R1s9te0iH2p/ol'[&4Ha]S`ZlLek at 8;nlBeWbSXaIGu5L5g$@/q]%gApaH[Xk:5H2%'nR/-c/HL?VUlPdnI7!Fc6`)`U"!K,Mn=n;c"UJIfB>RJf\K>?o0>\'Wq&_8_7]<5)Eqci+N?_&R5_%4_R;K=&)4kC`%a8eiZLpiA7 [...]
+Gb!Smh/D%-&q:FRs'bW[:a\f@,5#M!d!KH<HWM?Gm</$I#6P?;VJU5C[A7'^pXe;aZ6d]&Cdi5f]h8F]0o$Zfju5*2+UQfr9?_19!5*T1++GG!-p17U\<[M`&+K2Np!mF$=(EQAfp5 at F^k3d!/DCJ:S7r,-d*Y'+ at LYWKY-1`B*6[kkQK.:D8e0>)lRPq$._Vc01&;q`c*l2>RpS1._&K8]q?_&tnP:/!%`YjFT0+UInDgWRl+bI"dIhg]Z/4kHp/XRd]qfs/jl.iKGAS:SQ8$CJ<#jc/I0W]m'!=Kq:s<p#R7n`m66W4)"dt%K8=<`#KG=nbK3J``+5K2E6+TVX2)$K4>$2t[Bnj(DO-juHi=_AG,7^FJ`He1s`cd-G=[84J"[f,#"q/DJMqFulBE]dM at Kh)%#_PWPU<FC,83&4=/rZi_:I&JFAJ1<'R!2hh;_R,C)1-!PNLfDhI1O7[KRF9e+Uk^g-86RnG,tB1[mtX:*O [...]
 endstream 
 endobj 
-673 0 obj 
+674 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2401
+/Length 2625
 >>
 stream
-Gb"/)>Ar7U(4Ip`s)@*LC#N_nl=LdpbHs?h!d!\W"70L'%u`p2SB-kJP%1Q-IL[g[&oBXkh:Q!IMZecO*g&tUqOLD/@,i?VYL*F0LC&A.,6:,>1'QZ@/kg_GInX1_q!7#Ld`?aCAJ6`d+:(*QG!["Ke,jkLg$XVW/G)+jiJnrj>O?+i5<4A^R1qB(c]SE;_;nB+TmIumf?KJb\!4$+?8[>P=&l/'p%n@[MTK"@=O1&pC%>FHlD+ at IR*4BUbBFA9D0G,!S9BKJV`*N,FI>UpaAOEB:pu!sc6:>rBuq[>XCT,p(aLc$1=^/4.-<8^C\2PYoDp8e6Bi3IY[ki`R*'4GaoP-27okkH,*m];;XhOAGXEN4rJ#c2OtAY.?OT'@m0)/e)="XcL,QZaX0_Mbgh>*gS)T at XF!e"FB#$-,7DTjR.r+G13gM]7SH.7hYmUJ->.rTkmD`Du2.EN_KH^MZhf2Z->hibPAQ-)PB`TE3or*IE8? [...]
+Gb!kuD/\/u')ipps'al\Y\PWqQcg2e5l)X@>SP98V5XeAE%-_\\WYV7/_m1>rVN);,t1ZT-!G35.o*>pL7I(fSU'?tPh>JdlH_.1jR&JM^86KDAA0>=[9PJ::Ys?'^A.9i"g)K%gTmdpGU*PWb at WOH<b_\?'9oPa045a1h&5oYc*"M3e\ODP4pk;TRJ`)hrugoKc/TW=f?;:.[@DtbghBF1&S7RnniE#>O^_sA#<odASrQ\"#W=c&I)<lPb3A9P\5m"`=9-\1&\6'5M,KO(7Q6=h??I]C'fi%f)B]nH_Odm>,g1ik,r-'pX at eB[iFU+irRO'C3,Yc?)WmZQY'5ph/J9cN?++B+4.O$,aNt6pm5)r+=$Wi9Z$c-4-b.(8"+8B2^478rTTC%:jhc>iL at q]B#m8iaH$e@<d5_>PnJ"Idf=.hF964Q_ot<Q1hA=jSJ\3.e@#dju8ZZAEXZ3dj69UW3RbXaPpiLX%[6?@;MS!dO90 [...]
 endstream 
 endobj 
-674 0 obj 
+675 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2792
+/Length 2231
 >>
 stream
-Gb!;f=`<%c&q2dts3U?_:Z,[6btADp$Z$=A#$B)C&hist5gU]Z;NE7bdj-Ng^OE5P[j9Z_D$S]5f$RQ)hcEfP;e!XOC4:nQ6Jc(3\!N=U7]mM[\s?!lr_5R^SY#a=4e^D2hmR at d"Wm2Mca'+0$S,"KCbr)XV^M-Y[b69Rg4?KD2QM;n/>S7fY\jpIYhhQ[Al3d7">G9>Og@:#>cNItmsZQaJ!$cjjL>*k4SF^/f/\4J;.u?6!oM'Q1^sE)-oOOJcaRMfeOqFGWmi,;==*.8_u9/u^(T#@@0+$q^r^$l(+!]]A<I<PZCJ_NHmK'q80X1S0NZsPfh*!!7-9)?&keb%+L0W+9m@<$P2!LA at kla3AtI\h85km2=%*a5\>7uCKI`W>,0n7252^/N7Zg[,M3p\/_]04;lg9%BI27YC0B2mMq-><+qU^&'B;#RC:[Jb^V;<Wp1<U,1pEogHj5/YFoA!!p6gfZY/e)XSQn9c<F7;KIpn [...]
+Gb!;f>BA7Q'RoLEs+=X$83>>/jBKJ0%qSn0mJm>GO.GM`[ZVJDbA/O9q=f4]hr6UjN)NgY-AC[)kL6th3p.?=9_aV?V]R/UC5T1O@"\iTc4RJo)bo4`^S^1,s.5kA6In%('0De<4O5j?26gSf(,3`Vs7?&)pkORSn2[a$-:,lug#Do\6!%/Oc6836C`=Tc?t74'X3:+@:\j$)EU3ueLeBkb6&+KihUpDk!@Ft2X,YRFE-m+;j*&s3n'L9&7Q2h87\L6Y0LBYf>ge91m"%Xb,)KGH;9XYm`%KF/$^tDeUOFZnZk)Mb`dpi9cj#`P!Ag/_%aeZ^RL,:R3R<dl1/oKSp]A^XL`nt6.gi'\P6KB2HQofP)HiC8))opO1$;*2hq/,'npG-37oTbiZ!>&K>0B&;D%rJ1f&k:;%l]b.$7Xbn\fZ'0=2mmHbe!OT*42G==U;XaJ=]m.(Po$Be5:!aL?63'b>m,FGb&1_Z=Fot.k6p2JN [...]
 endstream 
 endobj 
-677 0 obj 
+676 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2632
+/Length 2700
 >>
 stream
-Gb!Smh/D%-&q:FRs'bW[:a\f@,5#M!d!KH<HWM?Gm</$I#6P?;VJU5C[A7'^pXe;aZ6d]&Cdi5f]h8F]0o+b-ju5*2+UQfr9?_19!5*T1++GG!-p17U\<[M`&+K2Np!mF$=(EQAfp5 at F^k3d!/DCJ:S7r,-d*Y'+ at LYWKY-1`B*6[kkQK.:D8e0>)lRQ4n<9rO9M-9;@>hR[YgZDS_ at .8n"Y'tsAGl/5q]n>ikr$RO41]2K52#Wd:40#JS)Z"?DZDS:S[7[h^V/hmj]=*\d9,Q_`.LpCS^4WCq$!/6I.-A%M9I>iqTb,\PJkX$`UeIq"_?pLB_6&FkO)CW3+C-8g)OQb*XXk$i1dg$]8'Eu_E!].4&I20`i]L'tA%P+_-kKs(_/RdYK8&=67;S:RBE]dM at Kh)%#_PWH;.b_QU`>[/(#u=P'2TQ?R=qCbk$=6kC*bKpZ$/+TfZCkmHQ`#*lsg#+ at A&$&JH<$a>J75T4h>Fo^q [...]
+Gb!SnD/\/g')ipps'ZJsY\oS'oIda@&%M>%]*5d$DX78.3<Y:/4)/:t+fW!NpGYI^Oqh30UScl8,sc!u*-+"lcTFS8!?8corB"<c]U?XUV#u_cdht-Zjhp^R]UPLagn1/tp"[?kCaY#?Lcg(H9mi0f4gF[YR%KtOf<FodmWo%alnl?5;qu6do'tG:%DI2EH5fa*GZs8/Ok?H-/hYu*.fS'--5/&LnS&'"P,[2;04=XEo_Q*[8/qQ*Il=a+3-9P<EocZE1Q:=&YpaXcD*\o0DE5qhN9>#nj][Yh^0:r;[@CWT[;)B_R`c-l05/TVA!X/qa]jsO-[_K,*.O="*6TFN4q9/Q7!h9UK7k[CG'aCk&DV6_. at O/Mfn,K%E&A7j:.nI&/-B%\QifO-"_Y+R4FneR"pT\*X,Mo.;/Eq`-_AVn;"2$*_0$AS at o]D/?<k0o!gd!ZNgB_<m6>Pq*\5(\<@aL"F7%@(PBXe&MMkAOr-e7tB[ [...]
 endstream 
 endobj 
-679 0 obj 
+678 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2572
+/Length 2591
 >>
 stream
-Gb!SmlYkNI')s!qs22]=@Fn<m/sd*j5jh!cED[iqdo6PlE&eacE[A!L/)6t<rV)l9,t1ZT-!G35LLNg`3P.(/o:)X+Z/HeTT4(@5gGsP-9*oa^HqC8P\Rb]2]UQZ`n`Aj?>17f+AQ(8O8.^$3c"8T0e-*3,-s&'/^c$;H1[LBq?#@9UK6ppQ'WNW=q(8$77cr<ka"R:mQ]jXL3=XBGe!?jUb!'b)FXUZC`Qm<MI!@e:*M]bLCj$TiKT/ope(M][Xh^O5!1qL]Eg<O9V'^nTDApd5l;I7(E^in`5Vc5j4^2ntQ3gVbA0N4#Pnk=UbE?f?X`o#0gf?d!bWd1TmiHaX,[r%1CsR-F3.:%QTbCP_B9nU^J65`Zq;gT1E/0P\pma'd!BiP2+Z&]3L%V#HlWohi#-nX-p:?B\EsV'j.?*VsDcqLSk/??G?html?Y#&unqK8Y3 at YakZ&47BinR]DoiO[tEgQ at Ve('0%qT*n2m_4N/rT [...]
+Gb!#^gMYb*&:G(NIj"U91e:U%AHg.BYLj"^+PZ`I5XET#_c at RTUuE;NrV)j+Fe]s=MUDW%!lm4fLVko\L2r(Z^Q*V71.'hmam4utEEk8)&BD8-1AsU)9TP6`*ZmCbh8$I8-\qg:7=f#sYn&Ed"Y9<9#HCl>;D+#kEoMA1(I0K(`'-g`(8o2C0Sn2<$R94t]MEia)b7?eDn., at DlI.(K"N;Vmnb(lPS^[p/<QrWHE(TRO8?J0^4Be<\*7I>7ZNO.l6`8RB>o&\KH?PaaiP at -.[a\T'SI+8o4?(cf;fGNLe)2sOm*;k,Y=sH"Q!+PU1q1^Gp,`\n(=/S2FQCU-t+Eio+Df=jg.S=2fj#_W at Gn/5Ot$rMmLsdWaBQ"K)OO1mAo8:"t9 at -B,CJi.AQ!O.VZ4RmS9&5PNu9T-QBK-EIo at Gj5.1(-gt3\,ZCqlEBZ]),s]Rng`Y5`65L9Mjq;k`01]:-9DFHj&&ltWn&7&@S^CPg@< [...]
 endstream 
 endobj 
-680 0 obj 
+679 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2147
+/Length 2421
 >>
 stream
-Gb"/)?Z2Dp*.>$?n)1[_;b&QM.$O):rnQ at 9Bij$"4BAI%DuqOtAt3K/p at i2%#pc4<A4_-G]2%`3g[Xh(nbF2h@:[4kf&))oU%]dRH&WEEctJ$8 at lS/o)>uQV4o')DJucVGBpb94"F6SQ=LR\68DV+l6KR*o^YfnIc/H;'pnic!5K*3d,XZLSH95RJ_f?`U/.2XhL>K[/4o&9q*O^da,K"ORcQUB6?.6E+oOrc3QcR^m;$sfr5cet;lBT]Zm&-M7R>d>3`iLk'D?q0#!RFTb_cak%dHEY1^"2NH>0jdj8n,2/C$H1t-qXo`SZ+>G)F;*!d;hE-i<$jf%nt&(S"^fq80p]fUJDu88P`$?]>E(Ja*(Xr2pmp.0<aaMF1nksiX?:bnsXBRL^IibiIml(#N"ZaHWE"@:)B&<;&?0X<$<W/[>Rg#Rdir\d4Ad!0kb0^;]5Q(lLNIjguWLMHhd"(UI$*H9t'a,kD)rm"et50[h2MK.N [...]
+Gb"/(D,91O&H7^.J!b-ge.$D()l,V'=Le=6]>q4B:8\8d9]EK`nkp)*Q at FBoVeM;PC"'<"&#UqV0Cd[9O(Y&0`[7A<+-H#0#]MMQdq]"QKCK)#TboK_"BXX$K;ZThZB-qD74"gJJn=2(W]LFY4?QGOCGJ%8.)o*F(g8Wq4snJ+n0uX at 5$8n1_`--12INAN"hO'l[*if&_UE;&2Mu2s[d*'7[Z<Qgbfn2^0oUSf^#%;o`-bqRIq;Z9LukC&a3!X?(ejjX62^5)\K'T8;#'hEg4]CgS41YS/G5bebfol5`!Q3$Q)tW-=eTG%Y;HL2RU(.#mD^u=U77u6;jTsfC!M%j50OmUi<)`+-2ELNSA+c\0\;pEYtG0ikL=&SdQ-(lr.kl/2Ac'^+Ri<YGMLlSVRB2jX%>rQ<=R4(@Jg1Z':MVD1D&<Oe23,0S><)f4Qh/5dGXF0J##1m7nE/3O)Zo(CKs^D+erb;T]>eZ\FD\S&P^(4-^ [...]
 endstream 
 endobj 
 681 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1985
+/Length 2359
 >>
 stream
-Gb"/)fl#P6'R_puJ%3Qm'VhNc1L.iuH)R4D1!g,=X[`K08/b&n`$JZ_q!W9:89#51MP:h5Bq#sF7*]i90'AfnR=L=tM0b_<!7qmo\fj<e9GTl%c%*p.nGD;Em*kbJai at SrVA%E:_7!'4B9%O!eGrkaLmI4:\-sfe`jNHq<F)_!jdMr5lH^)%n0&)\>R(Q\.fk%b/q$Oj$*;oA$).Z,";,TT\t=ZeU#7#"^uPSk/sK([X.R(k=_tTZms)c6ObbFR\X@/uS$e5a<]R$hc0k:GYGRFd.k5=5HnkB^8[DOmfVWC3Y^X<\[8iTr)7IG!]K_h%..ko,0=P9"XP_k"7#+=Bi/jPbmt=;FK\TM&a_'Y[<]b"0YC^jZLT+*1QAG at nO>c!<#I$D3.)tIEUQqq0`fU/so*9_PYeaD]E-)H[?h1Eb>S=T;8PP0_#)89"`(7]:`HFJ*:t'AKUDC6H'/X=cp=S$X.\*H-ARbloB3Fd4]'E#-+4 [...]
+Gb!Sn95iQE&AACjIircG&u:EAZ3'[FV@@^"D:.bIBV;"Eg1I*]6n5A>r=2D%Z>@XFQ+5(V>I_+$,_u!hAgdcGnCNbo6&a0G0tP(TOC=mR$lQKcU[_^Te+iRriUk&:BcUL.%EEOOkJB1$[peF`M(V<iq<?"I%:-,FY#g.o7^X0tL#'b8gM<:9OWM\_9QH7Ak<*QTX1'm$Z/>5FfiZ8BFPXDg(a"Os4:X(*39OB&b68ga&F;E3AiM(;:U?P`o='_h"4^qud,4EO#$\ebU]Vlj\SE6aZTR"5>r5l^F3,998Ve4&JS5[ZT4jPQLbB&1I/=u0BLLJfU,/%0*6m^m8Zq,^&7NQicRFFk'SV4(4JiFIK6#Z<O`\._efM?ZBoG%]E"oF]2/2*\]3k7N8f%q-oLTtEX_Aj19M100qT^NY\X#39s$gs`j8j!OW(/5uPDe#@<AmnJ at +l&23co,FWDkSq,TgKUd4A('q+GD)?+ at Kj0Leir8_ [...]
 endstream 
 endobj 
 682 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2851
+/Length 1984
 >>
 stream
-Gb!;f>Ar99&q2dts0+1R6j\5XhC/YJJL6A'$7(=pkcHIr27\ke;^B%Lg<mZ"1V:;gUeERa:9-?4V7k+>>ec\l6$2m7aPXgoOLHb2qV33J8QKV9fU>N8+3=?0n^6aoO\sDHF\Oe7cQSnGCV&W^Yk%Q[Q_SqLHrTL,b<='a#PcrMWB"Jme5iaomVOFC->_:GLfe]Bm=SsZ3>9NJ4uYR8fXbZU^?*3+.O9pp6?he at 9="DGI/Ts)MA6)T5:sI\J]ENp'?PG/Ys<U\?'BZZaH#C;]dE%nAebOkP5U0M2B8pJ``%.SZTLhn)Nu]e&O$iM2oUe'\TfpO:nPC39d+H-6hE7loThIYYJ_VUSruDor$1cs1F8h2*ed'an at XdkaN:T8?e9$lMK>>/q'J^SQG?)cE"5Y;C/%UmXr0`l.iPq/3h.g:_cH-4!&4IZgd\Lj9gZ^+L8(W2-+5Y22&F]2P4\SY$ZbX-UmtUdAkQ!2F*,/Ac+XOMi* [...]
+Gb!;eh/D%+&:Y4Ps5Dgt'Ib8)hZ`l'G4RD\"hN9'9ck4/ZIMO2.n]L4hsX+hQ=X:/U1 at Jp"EnT&H$@%#i8'6AKtl-M7QJ9=.GRWG:^5AOW'_Pl^5$'nQP\O40BekU[>77WhZ_mDLh2>Om_$3:b\B/M]\&`_R5<LX"T4^+\`($=D>I`ACkbTs3Uck%OaDHD-EP,Dq?rWGHAaHCQ4WW[p;<A\YARbED8YEFo at IPbNKBYkrM!M/,]EDEZ_2sT%eV5DQZ.oke/9oJ;5gio$`TdiTUH7EKWIQJd@<iYZH]it1/L=&s*b6074"\..,k//f(icDAB`5[YCQUmIfi\*'=b=&5[t\7bI!]?cSBQRbUX/fGZG1U>_0bu6k$&2(R$ZhG^M!9XH&E80;L"f&HP*(1*_;Rpi?&dh4(IKpG_03,nBr8m:'?>B1kTt_DX5A5QYWu55g3XCfo\4k_'_(m[H+qKU5X[k;#0;ER9RO2jOO%^=_p"Pd [...]
 endstream 
 endobj 
-684 0 obj 
+683 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2237
+/Length 1882
 >>
 stream
-Gb"/)95iQE&AACjIis&/)RPC#Vc=jp^4JMT5hgO%"U[_n*OW36P#Sd(@fQ<8W@)Q+QC6IZ(>AnA at VUY8DdM>J_8qB2=T+0p#ec\$bA3'@K;LGX4j-4AGNeGdo]5o6$*N.pCs0hIkbBhN/_c7IO?>\2eLI&\ShrKEV8I"(^rNt@%:_5KmA:]#arU99.to'H5I\]#e$g%%9'6#.=D*C6c+(E01bHFSKm)O3YWbe.q40`snJ"^48o('bCN at 1NX/8?gU&qNWgg!(\3C//-\b=E%bpY&Z^X?5WJtZ._oheI"ZnY&)IJmU1?XDC\CJRXLMkrt&S7Lh&ICLq4Jd at j4$^qJ&@\Z*P]0!c?[!6KUmODE"@^5::7://J\ATTi5m0Vs at n&H`0;7Q"Y`ba8#F*RQ.5S5AaS;mdE%b`+h?foI$`eEF.oS)EW[lPf"/>BOQ\i(TRF_JoXa`P7r,c1g"ee.-\?WLL7E^T9U$\W>4Z[5?;3E&A8# [...]
+Gb"/i>B?8n'S,'sPQ,UYP'1)f/qE1[?a@<.lqDUamJ8Oj1'j@%#"OKHq=f4=[Xf!+K&]S&Zai%MP0hUeI%2FLJ;rH^Hjs*V=#5)N9n6'-76nB%@J1T<R%9l*StD->?Z'(+EBFIgcaG7n3K>XP=Au/I^4!jW%.<W8kIsZarC8HbcVf!Xbj?D8=Hmk.Pi=qSiTfh+g"5M4KK at lnMn7Eu%Tpr_]dYU)UR5R>\J[A2U"g\]>fuH&/"bekV\8`XNg!Sc1:L:N9,3 at 1[mHe->iZMu=]cs?%EuQ(lts;YYM7aBX*&)k[<C5s.nq;tlHh.pTqs$b7%c><MDR0i/L?2qOEk^rRWmFga+6ch/X0@/'K(ZJS-&rUDCo7'+$+6jU+:O9nG@"8=ho3KE#Bo&V(H8(J'C%!LQlXm7QR*&^LN<T at ua7odckamffO&8U:0n'^=fPKB;ZR*[U%R!jpSd<Y:TX;0oJ%OMRc2Hkc)taIJW9P@[<C2J6 [...]
 endstream 
 endobj 
-686 0 obj 
+684 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2437
+/Length 2019
 >>
 stream
-Gb"/(D/\/e&H3^ns5C]2#olt6Z3,26gGR`9[7FMOX,DOpBq()-\e8#`s*f0VD-;]0.nX)`_ihegifQ>En"+mo at Y'BNQ at 99QJCc#jEG^8<_e97?CUc(p'AeaE:VNBk=;tE#1ec(#4:$>T0V+nq1UVb4"k*52#qf`T<jlt0\6.>3bM'>%@<t;aG at 7e0hG#71A0FTRaqOq(JO.N0&g'VQ!])RW;f9Am1J%9J^V(V`3Catb[M]41A;VZVLR!Z>QuE=0c4lo9=co5XM`KhSPg<GQ.1k/mN5!0m!];5DY$%"ZnN!NOL\2t*'A77PdK>iQmqREcibC$`O0Js^l%g;5Q,lcDoO"`24KFIPloJqTDHP%jY'?DCgs#H6bo1,?B3<;U[(3q7mIa;tXVQ8!gEs9jTNs_="\\%3(#WjKo0d.DPGu8)ZMkSFF.0)a.,LO:9@,".B5i(jSOGPge24+m+*9JWiP+tt2*8 at _AN58$S%eU.:e#`#kg [...]
+Gb!Snhf%L6&:Uh4s'b>T?/9+&k814A%kYBL<SBTM\*37V;WS)b?:$tgB=n-2Deo\&5TgLMg/Y2>`ZEHNk*s[QD@"ni7Ej(s!cZhFO&lGiL#)fcCUqgh%"IurcQ:BXaF(./>;l!Q%g'eVCo?<fjS>3\7ap>l=h]W-etDgGpm<V>\HI5WY4mBfEJe7t=n(bBF2tG]B\?@(N6K1s=CDKcG'prsV,b1:hNno6GcqW0*e/J@^$j\/&*4t:md$mP*AX6b;g3KlX[ktd8IBGqR6CXE;t^?T6B-N94<6V:LuGe]s1NiIgJfq;bo1[DnW)]jKLVFFNZ4(sETNmh3c74@#E(>iCO>D]86^3RI2rfm[2cVeO1/L$)ALCl295,!Eum4W4>ZThPrCW`h]0"@\GF&V:BcZlfN at pVQuq)O%lnDm0q7ZI\]pPM7XomA.rCrrpVbnKHt#r^;b_n*Aime9b#0P&/7L&%o$(UKWtC+N;s^)I%SW>+=f [...]
 endstream 
 endobj 
-687 0 obj 
+686 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2319
+/Length 2277
 >>
 stream
-Gb!;fD,8nW&H7^.Ii.hd'N*oHoh/PH%u%ID8j/3_8>hZ5Wf=\80!UsOgJInJc*$Fn:?'2H#Gl9/'6_qgSp=r1R;iM"pm:2G56<e`_T>:LKYh[:`%ik\IXr$IrOm^TpIH`KR>+:Lf*9ha%E^d at GA7.g!6)^R5O\c-H[PK;c_Sqc:YtI,`UJV\bLtB'W+?R6'K8VbB1MiG?]3)>C0M_re=j$VK>APV*E[VHW_)?AX,Y"&ola2BXgb'So*#VR9)aobiAAbFOW%Y;UbgtBP!bH:q,G"]i=?bHl21?]S[s-62Jq6GW<H>1.!.`/R9Biq2(/rd/:e+g"+40a&FbX&4Pt2Eo at mf3e'P at nR5.C1SEUSsUK[DgE[Ms2;VC?$i6\+e1^1#6a[`eFgh'BXggRDQpicJlI!G>P at u0kc$BZ'slbh9ea1*kdO_EQtgobMTo.6?$?6jOJm:jRO[cIRU(JSJof'=ScoXK@`&InHhe#(ZS3KL.(.& [...]
+Gb!l!gN)%,&:O;3rrIP32)\0Z+=VTUSVc/^H,udVXS/K*B-7hmR.+]#[&(P+Jeq:K7#I^d8K0a$1F/9ufQ48V$Q10(^2a"undrANU%94^0L;H__Gm4BoEi2Q*?REa+5qUKXstpP9c]WK;,hC'_=I at l9qOoLa%+*1eFXcWGQZa at 95ebc]T)dRmj;0[l+P4Yf1ad:oU([Z58MJP3!uPH',/669?UmdI"FiF$=@/gIh+%G`LH+4>)#mLX)<kkb:sO^,0]%-^X;U3MqOc[4CX4:33FJG*\/9F4E?f..rH-/P(n=4UMh"KjtJIXm:'u/34pt`grgdVqIZh[l4hcQe[mlqRbZ/8dD>7 at C<#T&o]H#H5FG;Ah47>(Ga!O3buhpAJu+Y`<e4h)ncj9.r&k/UR-_h!<F6jF%t)=1c2qnsbd\ZJpP6f'Rk+NQMqS#+<JY6.N4q$B44,tkj=SaQ3IlPt3?Hg:nq.97QOJ)4JCTJXDE-qt+r [...]
 endstream 
 endobj 
-689 0 obj 
+688 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2160
+/Length 2142
 >>
 stream
-Gb!#^gMYb*&:G(NJ!d^B791.G[28$oS$pt)h4b]M(+<ja[b9m(;H-p$r=18Z(Y`t at VG;^Y7:BMWF#\5c3"uB4rt,-IPQ8 at c_!@$aL]`i$&C9oTnh5BX>[I?>]HC53^p\(=LH^BBCYA.._i_N_XZM?XjTSCHlBqrRP*FGLH<Ng58hA_ at 7U?@a2-eNC52 at c(R^+mX\R^d;acm+Qjq)BZ`rE**s)-[s0Z!e9Bq>X]l&NaebCL!)/"5X;"u=Y5k=$:\Su"]W(!-9=0_l$==1BMm;[Bs3Z[MrkZ\5/1\$eGaa'\JrK7:FBF2';V9RJqK96dps)4T)!Q?p6"4Hf?&V(g4`JhAV6CeA2R(7\-0#._q\]$"#84NV1=rYX$B`ZK]og$Y7&0rGWWCRcp2J'[[#QY9dKo4s/f>S[Y#>)mPhVDXlfS3jY^8>>WY[TR6PL5T7M-\:Cg$5TPXbirMY-.oDQQ`dIug"?:NR-e;B27>T$GBZR%dp [...]
+Gb!l!D/Yn7&H6"8s'\*g<Q_QS$b0)!,ZT1PWBIXL9.-8S72rnJ2hAqN+EdPHD\g)qC_JL?lo'jpAsh7SAtF9[AeP5(^. at cWMuh6$nAe$#KL1.o`3ik6ItA40QS7c5^*%K"f=#M4Hj7=2/DKF"W*'D!10Lc8/&]CfT5[4(Li$2"MjGL$a].ke4HkoOUe%VTB0o64V,kO at 9SUE1"oTB>A/gDuq+-?9B&_95''>?f6h9eYIV[CnkI"Kk:p5#t8Ls/'eO=3KcF,-2ocABYh!2X,6Me+bg_s:u<sH*.LA?T8rnfi!\Pg1?oXcMoZ;_@@emW3e3UBN0#[s'4l*CkE-]5F"Bn?Y0miQboBoY8$LQD<KTp,BG(=Tts0G,,],ed$n@\A#=o>BL*XO#F1Ig?V:$j#*C49WC\>\DrdFn-W2mCf+K(ih8h6AKcIKX_!N./W[ih at L%&FL,$pf>S)4%O\FLG\LjRHYU+"9pl7bD[6_&d*X:Q at f [...]
 endstream 
 endobj 
-690 0 obj 
+691 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2264
+/Length 2320
 >>
 stream
-Gb"/)>Ar7S'RgRSs)?>O3C1fF&gb^%qTsE/<aZqon_6/7N'uE*FXoo2o=s0+--)<)M'Bi3;(N%78A(M:GKtD'R=^(+e6\mai:RpngeaXrN2JoY at 5.[$IMncMI5sNe9jcd$%eYT@%/gbEI>?e&o/"FqWnI4$C(A;0iN?e.a7O7,I#=ta0=U+f*Uk%1hhUU^eF0ik`i&l"46F`;YUqkAgpjIhHq&k9a;\Uc3/59)T3bm?p`CaKo6-U+n&)T8,>&s%FQp;[>D9mm-3EbmImg(UT)sf*I_P?GIThP$`))^SRmF=/r&,/K9!jm84$pKcLVJ]E(aYcg[U0pBXB\u6h0KD9AlX.-PVJc$$a at gXDNorfU%4!e:_l/+OR`H"".AC(>ntAt$5-M,ai43jh%=p^:`Sc<]QKi:)L$/BeZ?CfY&:(:>V0BdDOP@*5NA^k;5mGD`(>5>Q!L('eiT=Qml?ooOSIcQNd5 at J[)QUfq':4'oi;(:;_ [...]
+Gb"/)95iQE&AACjJ)IG(iDi9CP,/4C,Xo&+?(bJJ:[:G8bI"$6%u6>>q"HkG/5*?=>F$LX;7$@mfGp'liA^AQOMo4n+"[F&@YAX>kkYc6Cn^A=@GA$6p^d"BI!P7,H%FSQNbOm5)*)Bk'#Q!/%6Z?t9\IQ)QP\a#VB!K'7t at f5Ai>Uq(oA7eh]CR)ru=&WfBr%OG4X3E\VS<jO'CEi4Y3;Hopqq<!XlAOT8]Fk4@=`Dr;I7U\3f6E6Jp\M<\`XdD.S,HliJ at _VcOZhQjh&4r_0JVS/gWAa\n.4L6>QLHps9 at qH@X0W3H0>m^CfDC>4b*c%*-J`=ql3UD<[QW57nLekZVdcYtuM-8gl5D>f"'*P)D>:eYpO^'Ju1'*)K[2 at S1;U60GD?NJQW`eC#9GP55/EckchLh7Nfg0NTuS`U_bI?fRbR"m4K?u:jX1ogO1eifRpStB'40Xut6oX,YZn&S0,g506i)f<?`?=E&AgSNec?H [...]
 endstream 
 endobj 
-691 0 obj 
+693 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1859
+/Length 2121
 >>
 stream
-Gb"/(gN)%,&:MkuraF^DA.k1.Gg/ohP1H&F\<Ahu at pWOUPaV(dK4#_uI2AQpM^1nOA_3>DD:u4O"gBtEF0JaYYjn3MhbamQD?7LW&g.l(#nY-t?uZ at b0:kD?IK#1ACgGf$M<he3qlXM:d(u<n!'?Bf4<,M'j':Q!/eD6JBU`qNKSq@`<#Q'f$&`_85kb]$?@708)AfT9"+Q_?cOI(#_d`d-[UU:ta=PW\e at 9ZFKrS]]!JbLO;0i+76ji?[FT^nu5c&!3TojjnQFV;5ro5:MBdSl:f>6PESUY--/=[12T3PD-"!hla!(i\J8.mGKU$"15gqcEW(Qh>5!`TIViuW,)ZXA=q[MDd1\8$P#EJ/fjbBa?B3mWMCCFE7NEc$UU.Uln3c)WZ&Y0).(/DEk0.][Z$=i$ZM1B"@;Ca0m-S)T-:L8p/26"J2sAL=F6_6h+D_=U&L4.'C+q%pBr*[78KkKa[;773PtmTr$!CW4bs!B.%oPR [...]
+Gb"/(9lo&I&A<G1s'^83P*$W6!(k9g3AbU.*h'HR2=8@!Lk6m!r%^RXp:p'JT;!`+'P0:q:)ld/_Zd8H]RB[],bX0>P'oAT_##"^]cfWLQn<kCNPXs?pb9=m\A,[!Krq=i3\bIbCtmH]3b:9+1XIq1G]e:_du\<VSBK5ke[&Bf2<QA'8K%gH3.0eDLgBF73<(P""<Q?/%EVe(N.g4D?*So.%O2Q5Y)ohqp).I\17rHjmg[TFjdA!.4mTC.m=t at PT6!fchU'.2EdochN;6D@\=Ta+demPVohScRk1^i]2=ai=aB)fc]al0NM<iAR+N#$'Hd]47)\nFf:,moK%NE<W at E,N[FO2^&C`$[<+aLa;">r:jm/p/$G2ZApL.u+M!2CX4'`Ql$)'l=S$h06fpCY7gM#7[t#m6Ub+H`nHZfJ>C%iIu)^bQDuCkee`<Ic#>6mV7H88tdTKn3'qECsR*:!XTYB6)uZ>f5m<Fb:+KbWg?rI= [...]
 endstream 
 endobj 
-692 0 obj 
+695 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1831
+/Length 1866
 >>
 stream
-Gb"/(?#SIU'R^LRs)9(9,#q'hPcVU,_n$TH#.-7rQN.%2;%=OJE[@`"rr"JB at 9KjH/!fM&7?bN,/<]bnS3pV;J;rH^HjphkDeAM0/HJ1H('.hZK at tVHI<L)5jnt(e at pRip$26E(Y%-.FcZ!JV^b,k&oCFbCL9+E&\B(CJeh3;cAl319Y4"CSAp5s),ecm,Cl"=1V9$SAC74/pV&AJ9$+\Qi&GVA#Ylur]jM=*Di?4\'1'El,;kc+/dlWi=+jE?A]m9mhcS0^+mML;eKch2`jMIq2/d/erB$Cl#mYC at GCXC9E&i?_"VOa)%RJ]s]b0+ at idHu4aOGSEDcno%OGK9-hjI15&2'Bo2`l-Tj'OQ*qi.m)[gV`BZHOA%ABd):&I,FHfEC-&"F^=+j7<ci(2#5'8#DW`[Tc;*!<k1]$5Z0/!pK3hWgr#]22\hcBE8+Qubr:VN^8`8XK20`0fCqArg at W&KpZ5Ucqqjeu/<UpH._TUrgc [...]
+Gb!Sm968iG&AEM2s']i3':B("&>aJr8>j_3LUba=LU*+p78Q=gLCB?+Q!`DP7#@WaMA-fID'kj581_!'I=Af(5k#lGs%ahhT>tpJJH@];*!!AU)ofY/YN*faa3+iocjkjtW8fqs>568ZfspYEK'62p]t at I<61c&Wl3)K/fA,jIEZ;c=H+$;[,43\1PR+4_2a+n-pO_Ak#IAHp^bVG-aDu9KlpL73h)1/k;,Z4L<tr8nrO9Ub7+LC]`+i[Sm3V5d'rYQQNb]/6r"XNRI$,dRYRmNSic18SO@^4c!LN%H&;i;s,_.0U:Vl at r=+/0\H,q.k^nbKKmog<W4J$.@'T*i. at soMpfm(2+_RT>dUegiqGMV/$1+5=*L7o*>&EhGg at 4Y4ArO$juhqn$`8OZ?XqEiXH<]\I3:$UPK=iWr'QBpVe.;`9p43k:s0%2"+/uK)%@U[PJ`5)E:K*WTV7$_g7Z5G=H!guIQnJO3TB-J%X5l4<>3" [...]
 endstream 
 endobj 
-694 0 obj 
+697 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1984
+/Length 1967
 >>
 stream
-Gb!l!966Rn&AG%ls.T0$-^A82#;90S&:<#u6T1E.FS',I,Df\C'GqhehsZ)K&=.i$aHg)9?%,NBo],9*Bpq=qW_ZTCpLA`s$2et+!+D8=!)\Bcj:hGGH2[%*lW7aoCRKp6/B7h4Ymch@<,n3,MA^:);`hqZ5+g>b(*Ks9d4 at N23Ln@P/PQ.D96b+6k%q_!G*]kO1;/HD-8$q-pkbAlo/H%lhj-p!GGVSEP[@WAgDc>ndP/5c at A!(d,>1$I2k8-5iQEne+;=6IjQ@,=*9;\RP=ZbjONB?RAY*q00jc7V>\e(cU#B1'@4@,FjJf"-\cmBfNU8_`9gb>(dL03i3`]F#m>Xi5G`PPkJ*cC at g"$jnT!**C(BqP7H,NSGP<_RsH0)>=Rk&hKk`lu6&l$aa@#C/8$^o$X;^SeQ$X>bknLCjelQ0RGnW2e79jILLMqUJAV/Zu3FJ">M@@Pnm&57NeU3Sf7LRH;Y+,eKQ^boY\,``"oni [...]
+Gb!Sm?#SIU'R^LRs1l*)RA5SfVZZR&`A28^MQJ]21(OI=dgd=RE[`JppZm%&%nhd)931>R8/ig4GtHjc*hI^L at V!?*SG`pAKRTGcbA3%j6.7-s[UGrqDs4+`l,hQ+'3s2$VI<rSF-,Ps_mCaKZogK+ZWan#4Xp7^ZT^q5!u0e_BM]&2:!XpU9l`aMFB<Yl=]q5tO.&3Mmdcf'H?"?"^#_QYFFcnT>b.SQ([]^@ZUtc&BD,7CFFjmaSms]((d2+p\j9"D\_<_0LjbkcN=fNl39!Q8"]@8fh9dofBIVsiqt^:E;T2#+3(m'ZM^;`,Ot%L\`"S@^Cf(D`n9F]Frfq<+d at X%#6c8l@<%:?-Ujp!$3HhkjQ?<>s at HWJ%?P8QI@^qU/P7&-U3k\sZ<nM5W*!;[G7W2.E_j:^MJJN&J)&nO9qDpKNS?37j\o#Y_"+ at dijN_+=4%1i7aMf^)/:qWNX6SB:W3UTHR!AW`he;K4S"K@@[6 [...]
 endstream 
 endobj 
-696 0 obj 
+699 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2191
+/Length 2155
 >>
 stream
-Gb!l!D/\/e&H6"/s+)74,>h$iPcOp(O;.(9+<B1cgOROQ6-G4h7PCo4-1QH_NfmsF[Ugs])R$+\30(p%+$KAfGfPmg$u_;W\cG.\6hKXa6%kuk'dCk0BR#*b%UZsFqXOem[cQ/WK\IL"2E.l)0X/b>J2(4"#<`2m58VZk7g/-!EV>EjW;!Vt+!N@;kQhX45RY0N at anW=1,j+D76F;5%?If!_gVgfA+iiPDlqr%Ads4:_mTfl8BJln+/q2]9#cDu9&pAV4BJ8fI[gPsH>82IDuu@=2"b`s#_+!TP6aFOJIGOOFI[GCp\%>bF'g7GLSEFoQ(bqCRV<?NX*]St?T'YDaKX%QcZ$ik\+&XLq??9FN^an\'*e0S!IMfl1',$UkPYHNm3r=AWb'Z<5 at kA2p']]Q7NfJUT(!ERP at lF0@2.E6p$a\"Au-Pp,*'WOeGBUsC`r[;7b+],(cGsDqKn]b5453Xf."A!\"^C'T.J/?fX(5!W( [...]
+Gb!SmgMYb*&:H4YJ!`_RE4$lY;HC&)+RT]NBS!TH:`p#T0K'q-OX4(q`kc-aI>>0]=cm8G9!_[M%d^tN?=r=.cQP`m`Ab&oj#Ono"M_Vt5U_Sg5a]GsoF]r>?G?46nc`1NEn>:;pGr"4G?ce/f[CaHB2X\D,L#O7+)s[Y`&/dNp75GSD\:,_^"$gDUToCq(gWmSXdPaSekKJQl$. at b2YT;=9qu41pb2>Zb6:bQ+M<R>Rh9g(@fp6(=h3(PW(\LY*N9aYR=\7IR7:hjCQL10=@ZFHN>(&]InfHG2:b^.-?+58k<8I2ohmg7^=:IaO`Rka[,kh7/%&)0Pa+.le_HeRbZ/$2AeeN[;uGQ8k+jMT[[:ZRU#<>:'s3G3!_3BEk@=C&!khb:VB<P/7."!^F_;6fRjU%,3W6WjIF;Q&'%##/_3 at 8KXb/-X/,_h(TJSPQ+B&QNP58=q#SeK=;RK>XbS8.Z.\EaigR\$65PoNWA4($S@" [...]
 endstream 
 endobj 
-699 0 obj 
+700 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2214
+/Length 2565
 >>
 stream
-Gb"/)gMYb*&:H4YJ!`a(8@>1jMqtk<kQ1ok?oRT0H4_hDm3pQ)Tqp2kYMULG[k1gMCU[Mah'BEh'WJu+F(RrTd.'QSD`7g/S\f<['-IKQk<M_cK]s<J1k#8`q<],!fNPk`'?dYrE at ah^',,^B"7/^]lerRFFe(11714o(YGeLg=MX-\#AhX_5E;VXB at .p]E!=]<Zo,:.B;;2XDDaR0K?eAdd+L"m*endslW*[)Y>j!CSV$0'otLNr?%HUM(22eE2W,gW`)!Lh)CS*R1F?Vu3rK8XGo!q'55=j8]8n(ZRY`GDoTA22&mImQ\A<d74;P`j-4&U4M!)#3?[)]k*3S;>Q^/QFES"QSfOY(//*:kgNJ6Oc/EI0l_9:T^eaR87Ac]>cO<o at _:]k>:([mQ([0h<Z*mrua%saE!-/F(t8Pb$'U^of3/q?E at 0Yp)IEm](^>*%3B at ulW'VDXdddH+KbF"CtO\@/)`C$c`N^ScCmELJZeg( [...]
+Gb!Sn>ArQ1&q1 at Qs"JjLRKSX%l=pRF!Euj7*+71^DZ*VF$V$j2T'5/KWS$XB5=8&O,hq%og=i#S$#IYP&Vo9!8J3`IQg!$D#5DU._`%^S"d9f8a)GGW(4M]W?@9>s+=4.")CBHP(OY*s/:6_+V^=)e;#Gb:)?6sMM6CE%Cg,25bN>--$/?0d37i0[bAdei(,BJ1I^lr$G[ERn=KXFa_t#A9EP\kBdiUT=)oX(,aVEh]7_*r3=Ng*2Dr/@].\l<7nq]raKFq/YB[!u>3">J8?,P`Q0Y,T3HbYtiIuR3ENM\&TP<hn_(XSRR"A9&/33MNA"=?dO.OKiqQ]FC?Q7%7EB`cJ:/f#u?R=Y_>@VqnKa^b;d1Eo;B'VAd!Aq3cPT$/@K+g:QK`K"aK(5tEX;GeQ$_Tt%T68@]'2N'E"%.]NH)J64H_%WA`7DO'r"PRNcHZbRAqGGTRJ.1>f,sWChgQZ5^iJ):+4aJ+GW)d_g:stFgRd [...]
 endstream 
 endobj 
 701 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2381
+/Length 2627
 >>
 stream
-Gb!;f9lo&I&A<G1rrG8OaXAu3OHefD+6'YF%o$6:lHM+*LkI%ni.jTH[f1[kr"'0mPUP7Kdj3sua9AhnG^-i&!$`0Vip<QZ,'5t:(H31>$VfdigP1]b^S>/5k at Y=gB=P0g9uFopa?_$aINoLF>+V at Sfit^@5:aKWB&Bi80>M)1kma4NDpo6C^MTBPA9IcUh'5=n2 at n-&4mVRr`mVRf>_BO"14o7!*t9:j9peI(hkTEpjk30&[Hd<@qcE*.Je\8nd]n:M'Ecl-Mu:@pE at Of%kWMPt1lt!CTm2UYOs.[(S9`eOjZP8h;U4;[$6j`^"c8$ub#+U(O-S"+hJTk5-p+2&U$Oanj]!YG-n:&GGK57/9>EP$!#;0NdLs<Vd<$\%O4&.f1+<:.%eSS-nh`g"Rg0P4;%:<e%e-2@(*Ve1;799?A]HXI\3`33&lF9aH[-Ns.Cp::Z,g(=5oE(K$qp)LdjUtL'.a2arBTGjG6ZVZ)1?@-,_ [...]
+Gb"/)>Ar7S'RgRSs1gc+Fp^_TFgV;3T`p`j5VZeTYa8o,BSj1.kVc_0Ge\]_P[oWZSB,H at p0hWr7cGS:o]]UF&L/%i at I`(]&GgL(ju4,c%Ge,t2A?8LI7?HWSY,k%IYLKu;cQe5g*X,1WMmC<^s)C+<K&9jo<W0@<NMlo/&6#7gC<SfDKd2rf at Eo3g>1=qbd*<_k5;PED/[2bN@(d%3===Xh1kG]%o$P+*oeZ^\j1IhF4Do)EPCUSihs&fK/iuUdSU&@0r?L4)'_>&8O<KId3M/]-pcO@,-D at VF[.&Vdn1uZM$%Sp4[U.t4]PX`14%9jb;Kh-,`*]7HQmo6pTP=RFN+cZ4`Do!SHt`<"6UsU>gnG\l0els2VN+KFBc(nN:*:be7WKMU(tiAfEV\S=ggWjdt!.YJ at sZE'[R0f!7iA46&!$$Mbp!C"aL\bKMdIj8j.WI6_5]mXr^+KqkRWX.*R;i:&&H[bRt*n8W$-Tlhmd4d4 [...]
 endstream 
 endobj 
 703 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1706
+/Length 1956
 >>
 stream
-Gb"/)95iiK&AACjJ!etO=^+NsU1C[QV<I'KLSejoL\7BLAD0n]8"rL3q=c0aad-bdU)dGE(4cQ41.T6MO2IBH, at NjsK@RFI!rOs-:Y-F;J]Sn9AQUY^!hUk'B+O0<\<Ni25aXSH*/>HRF=hL1&eI"^V*:Rr<-l7aN>+(0)NjkA$Q+99P2+7OKO6MgM\EUNahL0(C^<c at jcI#-o[%p5&6a#3dFAITNop?#_]cL%4M8EqmFGUBTuj,4m7.')TX1!3;;?])d]`p"[Np`F7FX^/Sd%La+WDam@,S:4pB$ZN'XBe1Ba$$2$XD^P0F5XBij/XIiYMe?:GV'&&B5lSZ93dk at 8T)K at P!rKO*IsT#+!dbV:Rh<;K:e?;UZ$HEnY70:$55Pa*Fu8pV at q&@3HH9l-<kCk%^$`a(-LF0P5`V3S1-fPnc14"G'"NbUJ!"Okr3C9>T,qMDV]mVEnM>FQ?WM`-1sQJo&pVfnuH'!`Xth:;+)0O' [...]
+Gb!kuD0+E#&H;)8s+gOgm(l#4dRiAbG/fAGdV4lA. at h__;U8K,Y\G=1OtcCo]/h3&+;l&*>c2(J0Xl88\+f6q0-[(K&!;@D+i*CrZn;Xr$JdlW?.#AC%PG>J#N$%&81L[@MFs8X^bhIRC)n=-8c_p!KS./E>_^I(`jLQ-<E6RZ:"F+hI=(#^(d%7>7,hO+g]bkC%Xela,L;5fr87li$QC&r-6]"5c!q7=j6eaEU*Jn$"5RIdh!af6W1q[BW)tCabhOr(Q(P&2]%#.QA-[fXU=Uf:>UO\_U^VNrX(9pSMH$j'ajt'pMjp[gOH,O4nQmF\.bLtQda<[o at IrMo>*W;:HI9,LVSOZ:TK at nJr0h(:/FH[dQcB0e>60."N+.mH>[/V:ZMX"cTbPZs-)5orIYGPq&<S*uSp]\'/&IK6[pkkJ1X-E.b5K$$:kT<2JcLYH+I!76ZiMK-,<&KW(4F5EUumdNVf6r$a2'43>/F4XcCGUSgY [...]
 endstream 
 endobj 
 705 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2099
+/Length 1676
 >>
 stream
-Gb!l!>Ar7S'Rh^^s)?iSA<&0<2`j8G3c#fj'LONCpFm*]/Q3,u>s(`:j8Slq;RRmj<hq.->BET$>2g->q!jmCI&'HO^`T<NH6L)M;g at ti!22+>JQO-)VJkGFl,snC]R3#R[^InGM!`pS](X3!-PenF%Idf3mgjaNF['fL7iR8XH8P8T>f+:g&N=Y=dkB?G%pEUuD3K7loM=jA6`>Eh8(VB[*;O&hf&cFdLT>3cbEJtd?rDA`WJJrUO7f9oc?7V.6DOKcs->?_p6[pR"nQ"1a3`EgWQ3-4 at GnE+b6""#"O\5!?6$*LILeLfk9:K%#%AYkKP2Y8$c%fL?@#kR9LKH3+ck&&KN,6*nN"$H$fDV`b>$.dfVJBIhD*,=Nh3Wub:3[/NK)sn$Cco/%nB]2*W!;;U=;+ZYkoYTidK!f2br%)0\^#)/%o>\fTV0V at f(7uBlg\7m'>>c'Z#W4,;a*poRg^9N"QPifmp_]>nc?*%Nn`JE@ [...]
+Gb"/)>>s9G'Rj\Ls)?h((e;t[,r:_i-RCTJTJUdq87=93]bhJgE[7(-YOCac?#0i#QEd.JR$#12G5(3Jh`9Ss('M5FT^^YU!ds4I]2&\DL<^MVW_qt"_L?-ElhgAkMJ]>ql%g2c%"i7TBi3D:1f0`?17fCm(li[97O3NV?pm0U\:&&G]Ad8c>6E'XUo+ZUJ$!"9mB1 at f[\rLXk9&64c1F%.A'ZA_L^h^i_0I8C.[[KJ;\Mbb4Y5(HELBS6U[j2o$(Euf+VMPD58cRcJd3Y`4=29e+d:1b at FUZ4+++=)@aH,+KJ,VV?eWpC"7WL".A:A`V<o]foh>^H-1!X_ at q^/N:4t-Pd[.*qk@?EebRtk4Ao)ME9MZbS2='>AMp0gU#?E[ZqAup;k/m8TJ;sB!Klb-[(9ght(ok9uK>qSC'!o(CQGO3A6Bm]@WLB7l+[rYJ&?^W=\V%o;npGDZ@$I<#r8h;/LcTH%PahHG#JC\r3)sIA,Q [...]
 endstream 
 endobj 
 707 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2134
+/Length 2170
 >>
 stream
-Gb!SnD/\/e&H3^ns5C]B.9ol;8BE?i!DD/U"4j15$krsK%#dp8>U7JB9-+'0*@XXe@`_Z at 3X(rd:+@<1a*W*',8C8<IM;<5M#]0KnG8"BEF:m267iQ)^Yo(cr9WbF);3)W[Ug-71[og)fks&pV at g%l5VbPg_duBH19M?,X4h/c8$=rJ/@%B8klm%GKCMU0j-0;jWlYW`9jKMrbF4/7%s;Yn],$]5Cp!(=DV;KZ6JHZR/D#&]HN`@D$pp at o&C2KBQ_?rY-*md1%&WfaX,.\a/<7a9V&2[IR)rnf-Seo`>ejTnPA1T(*)9)c,SO)ribAf<:=6*l+m4d<375$XWQM!E;4baJOY&t!W5[YE7rb\j5t2hYc!s^#<2H]S/:6B_mJEahX(:#2(tLI&hoMbP-l)`0I76*o0#IaC8]]@;_Tg)!0]p-a at QQo_,`^a\GuY35*J']rB#re.+D3JJ$H47;4oM*f6B`d]cJ(bV$j-eXn4+[J#^ [...]
+Gb!l!>Ar7S'RgRSs1geJ2-`SG/sZk:+`3FM>M>pQ]-^X;JWXVMMf,Ae-Jkr`+`6OS9<i<RBt(s1AWc.BT%eH;"X=aG=FN=468&T-i#!\4csV[6Y39P<MN.o<HXHOAn;Ppp'bq[9"8*+/;)MP_cM]n+cLTB^hHYdbAWXG*(rj*E(^4c/m\4M!;gg+`_rA2[:/-Se7+dSp?PiJQeo>Y&.Ul(G0l1([_u.;=SbW"Z2#(9+p/uN-W;Eg/;B$"5!/\-N2:e\:X'<rd[XHt^\QdSR]d-%o&B0m_J>J2Pi[u6-F;f-7VZ/atAtbE7;2G4aG]iYmGPq9]]ADMYZeimC=21;rs8M9]le^%InB61]WYG=ML7Z;$78^ui!_1'1`>N=PKP!f-B^!;?9>`Q&F"*B&0E8OH:7>j<;UDN;=4LoRF-^E#9PW1gX at Z>Lf-G0.3MUX[S0]_-UH]r at PTlG?%em,oMlnFJZK/IhhR2VDg.8!8$6!0WeF [...]
 endstream 
 endobj 
-709 0 obj 
-<<
-/Filter [/ASCII85Decode /FlateDecode]
-/Length 2362
->>
-stream
-Gb!#^=`<%a&:QRrs"H)0S3Ws]]O`2rESCUJdaNNC$Xlc4UlBXJjO0>toY5Tn.IiKfRA(qH8K]P=CZ_,PS#$GTpm7pT56A>9_sda/@_d3q`6p1RItAc_k@\/IccCF8X_Tu&>oR%hd<'G?iQCaJ?&b_fo<Z[_]%Y'Sm!t-gGoAlce&H=8pGVNY<r;j#rESf79PomoVHWS&CY>!j_[f4H(K?mf,LaX%E<$e=+Tn>R"5gDehSAomPkq[G8"TUu[`B[;_8.Q at KkRK,_;g%t(k0C)r$5Gk0n.:gR=^e^?m3btpHc#C92bT8cgUB'&JZkY1s at k@2FQ<uEnI7+F)7nGF0&\t16JL)Iee._ZFm*30i-b^H8"BMV'A]rng-D=0e^f4-ZLI]g@)7K%dV\(a*<=rIYnmaMpSf/i(4@,pQIGlnI.ee'Ga[CF3*paL^V$#\6HeqH,s\.2lOtP4D7-`'Tf[?Z'qFL%4-0d0*E>F0\6YJe:``k8l [...]
-endstream 
-endobj 
-711 0 obj 
+710 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2287
+/Length 2331
 >>
 stream
-Gb"/*?#SIU'R^LRs1jsEC#I(,54&?!BRs_30FZX'[q,hYM6a\UCD%B:qt7RcA4s;36rkM."c=(T*+&26L\L?\*jZ]_n-A.V3WVQSma:eF,HRSc%q.g[d/@nHkPOkWJ'ZG[Bks`+MG;hn[V[Lo4uK!GDP6+ral<4,L;CKa at B?+=<R"%a`0cm@;P#1Cq?c!XKC5p`++N@$O*\+/Q)>rJe#mM_WU0Kt^(+ecSOIC3XaoO*Q]"F%Jom6gO6%&84q!CblO, at OJ"\2.?#R%PfJkc``PTXEKZ=h=j at bAZ+^(8.I)_E",XitI0(i=;?,T(jAYI"E'GblEICNOCcrFu_n-P6(75,!?&5A;n3_,e:N',*M@\=J/IIWMoGng(=KNg:_gqW$9"^3LGZU??5*q</YI#8LU!m`P=6##I at 1ek[-(W3s(3lVXQXV&Op#0VRF\AADWj'02"E/QN`>UO'GETT(&BW;2g0,9kDP##tCCED+5REopSD] [...]
+Gb"/)D/\/e&H6"/s5C]B/Q,$5hQ2*/]6.J<U$IYG.fp-<7,(B\d1`?%m]YN1Z=GDMCrMgKTj(l%LcY+p*o7nZSk?f<ho,GO;LisI3<)6o:mfLY\<[N/O7:'Rjbl?1^*"@tcaIZL"WdetBA$&Di_1S))hED,nc^X5R[%lpZs)!<X&?Xnj:f^>apXfAf.agkfc-^KBCi$&R3-=3%ES<qZ^'cWo2*-O[;0;i7;HaT6YQ5X`,Sa98l'5g&'d/=BP/(;[>5b_!PY2F0Y+rs+a_sldu.U)1aXV+;Y>ZjMPSI+Og0MUh3-q at MC"%'R72gk)5sA_P8LG^n6;3C-l)JokDiQLMR^^Dk9#DM412`c(-e*<e/#phbGRYipL7e>`:\MFh8(?KWW5&7'k]Jg%>r,N`>,U.L/jEP0UFeOb4 at K4jIj#HJ0'q(cO'gnh]crR'uUH,5FbWHY)msF(?1Wm0Gcb7f"5R\5pMh at R0$CL,$VjR.$h*#8r [...]
 endstream 
 endobj 
-712 0 obj 
+713 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2534
+/Length 2182
 >>
 stream
-Gb!kuD0+\p&H88hr.jYe8;7sSIY5kO1V&iW470H-C\febg5N6>;.FF7ALGi3hj(E#%M0UN\7n$5J64>hCA$r]UP45TImh'K'7a.cd(L\i-sVa^fS0i:hne'Jj.fDj8#25h9Z&-9kCD<^L2$<tS9]KmlHs^$HrR7Wl8<7c!^7q=D1-ejlE3l(/l#.)H-I+0RcT-tkBqS0X\u+jFY at HG'oNope$hFZ^C$Vc&sfh[4?nCt^Q`GFol6i"8,ZW>gaC5J.+6ImqDR%O&t*,NB[%Dj-&ggtZ5X8uO`_f)phV,u*WXBiGeu5pZS7o#(dSjK+;=1$Ol/N>Em;T=A'qh.4d:#e>B=]!fkiW?Gidbm^e8oRl%=3`8iL:cngP"$X`l=_ZINZ;(T0C<rl/ju,gV,<QWT3Qf&3@/1S'.Ae[>ma=#k?=VBW''=W`%u:F_&3`2Q!a+pd37U3n`WWUaqXf#D%&%gG<d%GRqr2IugS30!MXW*EC?Gt [...]
+Gb"/)95iiK&AACjJ!f)_<)H%]%kBnlfYs^9cpN$96eh9C_:Z,s7$\fbG*;k$%Ok&VCs,l?`+b+_J03cI1S"8#hiJNQ$f=@%%]04JH>n.(J5GHhJCp_.^#.aHn+>]?oRnc,*QtgGj#Q&.bd<aUA'`U;9=N(6kt-=79AbBaGJMCtcpe<5:gNO;rT4eY*.>`Nldr7NH<*);^iZ4G[;Mf]<1.`O9e1G(!E.Zb*k(ftckutqGN%'ioPTr-(Y)Q_naj>s5#HbpObW/%KBVqhbg>hX)//,nMC=<-n-#K]FS5iB9)b&Z<&%hQ8$:)h_WH)Sf]m!`Vj+aLAp%_OjY^8rSrXFDO(d91%Dj4s6t/o:3\aRTULY(^BjthX0<^q+DBID".=T-3KPZJ:43OKqV:n`<*RD/TCD5*S<JLIRY^MJ*Kog!MksW=#*eo3?^&pHX?9HXf,32<6$t'W:8]i8(+7"Z1a#.*13I4@'O%Odee8.)Qi]Ucg<U [...]
 endstream 
 endobj 
 714 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1622
+/Length 1844
 >>
 stream
-Gb"/)D0)19&H;)8s+gP$HPF];n^<hS:_MOM`-0U/S_C%u)'YUt)As5SIf&e$?3ET665CEkSW5g?l1XP2h.QJm]`Wg84t*uPDZJYfiTLCF_U-%%6kp(-1H=gkn,:nr6]!?m'brHoJZ^dt,pj?i,69Y7nAb?P at Mk>i/B58X7oc<]EB%RnHL;1DgN=WX@;&Ajo;NIDY[GZqmTEHomT^U^2r*qWOSF9>c$eKXS-/!T"9$,.WSaJc;UmV0]kSW at car'9p\YIJ at sU&$6q/u!A9-D*:*7b]<-"\Odb%Y*<]6lN*O3lO=mDgaei0oNc4)!,btO>bU:idCcKqH_c/.Mc8kiuncmV56<)'K[H&?'"-^l`(rsh(ggCM*5L0<fTn67U*0m)8'!4U<N%=9g`M%L.1NUZ](]Anh;<I"?"f at 0?JAUM,Tp<GmGhtGoT3;rL(T,6t.]o1 at Gj"Cs$_U!2lf.Z<+PT.%ekhni.LDPX<WB1m)_*RjIW3 [...]
+Gb"/)hfIL2&:X(As+c"qdO)+Cb;Sc^+0PA(V/p_0j8'DbTGdjF(lQNlK`:YRZ45FeK/"gsc#d@/aHC_SqsCk.#m*$!8H'K%!T*S0c#3^jL&M>`ZP`=!^p!^'0>>/J6-?pc[VXt"0)3.rfhT>%ADR=lPP';___e"K"4$*1Z-A5Nr_d79]N9KKkpVR6,Z8F#ou,:9-g=1%Bkgp>s'Hc.D at P&=8Yqk)3J=[Kg$1B'/8oAuSVrRdNk:$oj(Pd3X8H#u<GnbMnor&Xmb1p;;`!$?L0]Pga=0f-3QdL]7l#X/3fCsV,WZ+#J1.Q:;(>tB`B'I,;98?hEWg\3!EI`LV0c4tGgruM>#E]461OsL48s2,JY)rNC^ThgZ\Sa%LmcPbY!j3Q5Ud1B!oC[qag27q=TB61W6\_Q*7+>*Cki=9?u?)h0pior1G'\l_PUEX9][sd7E]8rojp%+_T:SW"gLV%7stX=$b.a`_BREldaB7N6KK7ZY> [...]
 endstream 
 endobj 
-716 0 obj 
+715 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1697
+/Length 2219
 >>
 stream
-Gb"/iD0+E#&:hNB`rBJ^"_WXm42#tf+%U.:9Pi='e^g=Tl("S+W"p#36j`hb]b:H=J3ZZ<3/n.R_ReQMg"Y?G<e*GG0,20*I=MhTS at 0"P%-AcW=cgJ4KQHb[kkXuZ-*iCVLe,o-cnm;0Os)X+j!-9r%D'SMdlt^[%m961h+"`ufNgD(q0'Jj4IJ`smP7Ba8?pJ3SD)b;Veqsi78X1n1aJ'gRl3+;290>W@/eD`oe,.Aa871^bD^0Y^3Cu&Eq&u>)OBgs[c<L+FrFfP"@bNm:l'E3*f$=%3PG`,cQB_V4A_^N&9l2`mHFap1Ks^\HE2p6<&'ZkF?-fe)?sNXFFK,maa3WB\;@^U./8k.]e986HBCQWY\@bSc3%W9)okYT&s,;:BFr#\8-B#ZFCN^Bpi^jV<_c^kVd!iI<(>"LDfHqal(>D\A3&+-1X?HMGSiFnRi2`i5)FU&e-A;`T&OHg=jX_dl-T-RpRQ2TCe2LkJlnq51b [...]
+Gb!#^gN):5&:I>Sr]uT=2Xso?4]VA7[?H$lh3sbnD4!p%>C\ZHJ1grop"PW_=9/Ze_+Z=-88ubS5&0aN/VB/m5?PS0+[Vg at ki2b7R%WsX at 9q:.pb28bI!rE6^;?_KTdhNM/-B%@Tr=ET_oV-o<Er8\f2pKc<,iFHh#T^Z[5[jp]T$i9hj_E>+n#*tp#g'K2iU*Md_qO'X'r3/naV0$GL<\T&4a(bqUe011e[a[IfBG.s5Od,P:q!D?XM.1_&O7Fl0)K7 at e>)TIJNF3\%<`I:W^`X+)`f+RuOE7CegP[2jWPsPTH at P^*gfZ4r\p+<)S&HpWVDD:(RloBTBA%6Z`9q7EG'6\DYC>U+(ujE4JCo8a,m87=%$nfg`/^0MtAND%mp(^Yf$DIl+Ne=%@I6K&ej3@"dr%^R[Y!L$1SU5[\!:d&3AUT7Von4%LMAJ_;/71KDWL&&88L"[Eif!WeD)566T>NkIP_aGlsR7G6F@:e,)#QB [...]
 endstream 
 endobj 
 717 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2200
->>
-stream
-Gb"/)>Ar7S'RgRSs)@[re4:F=U2GB1\eH!=Tkh@/,qlVngM1j#F at kKjqAiJ>0!Q*P$1&?n at Ddhu6QYgY\U;%d0^qI&Y9*joR)7B2"j146#Kd at .l"Bd6H@#/.km=J'/V=niE\)0GP8L1;Z)/9jZp;&Z4i(`Ddk\m3ii6-K2p50qPaI28_Xnnpk at NWh@@BHD66<%=Z%U4E&!KF--PHbR+^gRi8Wgph1A$nEK_)au@%O2L'MAbl:1drY+e at r>7#$W]/BtDM?KKiYi\Zkf@/:n@'C;+7>qAF=CDG#dk0#Rg?nV@$bm8\I;-1I=D^?kCUBkHE1:`9q0*BalWYJ1.IOCkqU]$m"\r`,82ML*3qE'M/79_%XA.4*pN=6!MHCRmBq,adJ=9IYjr36OfSAM+ObTtC[O65WqI&INuVTf=/@839%:%(/lEe2n*-G?R0Fm\Dg7kM/!q$cG9M_)]DGnLr15<IR at ZDmF[F#B(g%ZO'U,*VURMU [...]
-endstream 
-endobj 
-722 0 obj 
-<<
-/Filter [/ASCII85Decode /FlateDecode]
-/Length 2016
->>
-stream
-Gb"/)95iQE&AACjJ)K1R_GN^!&%fUu[_XT#5S(J\%rDlN?t at u#/;Yi&4*H)O%Ok&"gToVS8[*?$f]%uKSGD<`TeWk3L!B'/7d*b]h>Ds=-E&jgfWcFGqi(O@?!dH=]YJSla0ogNqC_>ef<T,BJXM5m-KAi(=<TTgI"i at VKPeDsD-gt5>!^*4$sfR`,7N%\iMg:mE at rGt$_CKUb<md]/BJ)o`L/TUk&*li at k+dU]IVUQ)[,o;SLbHRoZU_Bm^ZD2W;"+VjBqM.8M+hV(6>Vs`TgA"%nNc3/9H0"+A+6NC*`lqkX]\MpomPDS&0P^):(L at SXS37^fr6f?R.2c^%,UV]b,a*D^E;DiB8dk6LJ;)fQ)f8G:;`>U"6@*^ck*o"dLd?&s;9B-7G3/Q4pE8\B:41O>`2LS;/(I?gCK'lG7fno3r%8pLOD),+/iKfhaISG at t^JfYS+F[VOq0KF/o0X>2X`+uq=j!>*G[%2=`2?9^-,pU [...]
-endstream 
-endobj 
-723 0 obj 
-<<
-/Filter [/ASCII85Decode /FlateDecode]
-/Length 2004
->>
-stream
-Gb"/)>E at K-'Rl+-s)9%4P]^TXpIM:5ZtWmAWekCr66<dO!-aEXN,8k#^1YFigFNP=ZKtU!X:1Q`RIAqF1Fr]]DlTGg!oVl??N3cO1)N`:>)!3U&+G&?o#94I05*As+pOaLCP1s,"u1N6BBfLWRI8YD'c)+d&%J>?Pc,=RI`iT;^<'cHB2KX[&PnBTONibY#"^ijEfh8!0_uT`fajrOOTk:cb's2[Ilo-k*q$Pt at I(9DZq_"C7;8rNafNgq$(nmOadfi4n4%V]?>6fpe:0@;fK83I[%X#W$@?N^QI8^>;5#_^Z;&fC0NuA%RO;MZM$0Ql1?Jt9A1;&1%S at JI4cgj`-4m+oG7eReDEsm"G8oA*b[R`HYS8OdHW?PmK7YA,DSoS0pZj6hYb(GsHU+>"O+k*)E;!7g7C<9=*Q>D<#;qtWfb#"KmfEkYKZ`5V5R%Ufn]lKLeQsh;*652$1kaQ>?1%;]`iTr_[2B"#*7tqZ/\Bb$[9 [...]
-endstream 
-endobj 
-724 0 obj 
-<<
-/Filter [/ASCII85Decode /FlateDecode]
-/Length 1854
->>
-stream
-Gb"/(h/D"<&:]b*s'abNdq%cMYAJZJQ*0k%-hRSt93ObgZbToF60r`Er:N!T)e'%WN!X3 at 3[Fh?cg6&*De>\Ni=@fL5m6\+"ReNNTF=:'TU]s<r<^6"cHkq)cY,c5=N$qokCD_U`3OfOS;+g7"R5RV%$.*OPOY^[:LudCF"/]c*2N-h=/d0lMW_MSO\YL=`]F"a%?1:;dA<!%ao(RkmEd66%DbO6R\\r5L-Ch;$EZbH%VPRrQifQ9s1d)Y:6!@!]8p<(:+5jR&"ep&0R26[j1>%sVg!OK'-ufj\nSt<5mBAA6"CP,9ETa&o4YkTfVDua1G%9&[KC(_PpACd at sAPn0"WG7Zhc!QCX3BhQU>QVK8%`0cnbuRX>H0Erio8NVt5m^=HFKNg1W%gE;-f,V/G`cfTiUTMdWbW4`d_lV3T7q,kR%[H4m":]+<1&b>da[X&t9+<$ZRDjQiIbZn2hbDeFFG/`*Whm#k_?mtqZ$FNAmu_. [...]
-endstream 
-endobj 
-726 0 obj 
-<<
-/Filter [/ASCII85Decode /FlateDecode]
-/Length 1977
+/Length 2122
 >>
 stream
-Gb"/)>ArL\'Rm78s56DEbG;E'>c9LV0\Yd*XB%D-*g%oSL1VeLEZ6FAIZHht2Bcp.-^eiU/^WKeqtS at FIKUl9IW59Io+Cg]7^r+/@=lK,KW.Ggpb28NI!l`8?f=?&e2889[Y\fo1u0!GR!F+VkG.S<qPmdfcds<$$Lfe,mfoE$DW at 5H[>Bnp^"I_[/.3?kSEOY?d=/S!6s54'Rd#b>)ofp>1iS)3#Dnp6h0hQKIt_nb<=,qrfDJ_(H\;P,+OX'iocOA-#@_\sSkup^bLiB3q&IA$k-!]_`]TKefSlT=An^S/O!o9a.uks/BVQmAQ4Ka-r]^-SlE)I<d24R7AoAMbbo.TV%fI9#_o*2+MEhshLH](NO/iflFMe*`'WiJ5fcs*23QfB=11L?X)J7hG9f_4&1hO(YcPtnYoObFa;.-ZH1JNr#<!><;=TC)A(f9"[J_D$MAHRopYiLsq.cXgmR;XMOrs6 at r/:hRF>G#M at 8o>ZN6A [...]
+Gb"/)95iQE&AACjJ!a`7F]D:74,`O#fQJp+`O>9`5X=)2UTGT'.+O?-r=1,X,&JireOXD,-;@C*6ZMm@*o at Ap5f[f+s.0Ao+3*g<'*2RXGQGb2//\Br+32u7nb!XMakF>''AKq2FbZ>nN\$]g$cIpiR&lQ_RNoOOd"\2RnDu>$`.U#I*gu!qj`)PK?=/EUf#%6kNq4h1<Pa_6I(6l(qOBbU2'f$HW+M,Aq_tO7&(-*bHN'HdiT?1[0`LP1%n+5b9*aC/.K5%qY[m!H'X/msk;+#ODW8n`h@=LlL"o<C#IrT at NB`0mdIkVNr&Nfl*1,":5C*8T9X[s;<$u2@$C&[cM=pL!2[OoV;U>)8O)^/6e:6O#f6f5^pUEYpjU/d"A09&q[sgQ$Z>e+XBt/iP'QQ$AEjH]GecUJ7Lg!\<G6#$le$T)/-qI0G<^1_V@&G?,WsFcT[orJ!p?S.obPJcI9]`&p&_3$;:H2qQeN/CMga"GqOq [...]
 endstream 
 endobj 
-728 0 obj 
+719 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2097
+/Length 1991
 >>
 stream
-Gb"/)=``=U&:XA4s2.#]N_5Mn-+]:(A/b3=e#>-LoSa$<+INZLnZjSAqCWmsYf)3(6odtYO!U8t?l'pY_ImSUijU7 at B0O,O$/F<MTFmPB5Vj)V-@`n1alPs5H(btYVQ-S`Bq&M2\t\JMJMSr4<&#:E0/(I*<3ZWV=2;j[V9RS!K'F]70,GuqAr6c\?TtsKDMf@=/C;A+kf'p_&AmhE\KfNP\u"VVUY at alRDW#=dpU:8hne at qDXfCN0NWQ"dTf<&aIl'orUMSDg`U1OR&4a<J5?_+(9^goGA!=6 at n8sXAi,%K)m^EK.W(B.fs;#O1sC#lLi,Nt+T@(AWZdT3LO_)"r$dOI>X4HH3EQSu$(JgV7/3>j1a.=X$<R-Al?SkSGFc"gcfU<9;%1(Vd\D6n8ni)I.+e*ZGq<'p:BE\4&^_77cGJM-`<jQr>nS/XGipUdj1-,UPU2m*eB[3C\tN6d)U"LnkQK5Vn<O33!-HLa(Ai!b&o [...]
+Gb"/)a_oj(&A9%P5Ldr87mjVPRq*X_#UZ.d*%$5s!fXS?Ou_JFEJ^!bTBauo[RAg`D).;?Fs&m5C0(";Xj88cj#<*mP5sOi#jr`>&.50]&5tAnoJ_.=?!f1dYK0JidP[RtNWfo81u0";\F]PhQ`KZCqJ(Kj?/C5%mspbH5oX-!D55kGHW(qYX5<d^]501^T#K*c,CObH<4RoE&EXoAY)ciO/QVTf at .^Y,l?@ABW;@e='pK3M:8Fb)o`RFla?8'I;AQ.Fig?hkR_iM;5nrfBblUFG(+)s$mqks]33`[=1\;0.Z\AYA2@=DWV=&lg]E("?RE&/mB935YKddNG04!c9W=j(+8,peAS&LubEYi1Kn`FgJ at 6PrX2W8VZ%$k5r%*:;pEu8DCBSj4WrP_8**.OoHEG*""lIpb&I<-GU3P=Wl)t9R_0D2%N=:35aDt4>$1C)eF3@#7R,*Yse]C<aiYL$2q.<f,'n\i66r*(I781ns1Pe [...]
 endstream 
 endobj 
-730 0 obj 
+721 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2269
+/Length 2082
 >>
 stream
-Gb!l!h/D%+&:Y4Ps5Di"FKR+YdghI&'O18d$u=fl!s*8fN`LS\&f!M-lZ\REMmT<K<\(T$P/'Z-UQ59:mXE2<&^^';A=rGni6qfmh at h"99U7ppc%='0nGD;CC3+el%^NOGl,7a^E*Z\sc*;sY1BBWPLf`20GT1\91YsY'n#C#E28hW_^[Gj?p=TmKrdi2g9ZQ>_Vc&`GBSN<sUPOb<C<&'R&RR/(,L at G*ncrJU@>gaf;gb9$Neg,YnA3!;[Z9r2$^ZX8)16a;XQ"U at q9hLaRtn*[)hu24ffi/[_.Go-q(V\nn3RV/Y[[N=Z[YO.1n5%63uf4!!"4QMZ\P$;L+ at G&Rl70'kJ2JJ5fbu1A/Q[[FY]hsTQnQ_G;4M@\`\=p at u3ZBl9?Y&UA8-:*cQI_QEBoA]mVe;g2[D76'.TC:'ZQJF7#H&mAqJ\ce>jrPs(2Hj3Oi,mab7`B&`^^?ahjue^(A'Le:ar<EH/>8n(eGV<3eC'. [...]
+Gb"/)95iQE&AACjJ!d"#<E,*,f`AC6@[k%^(>H^H!!-rcNja79YM/NMhk=T6A1TaH)EHUt:7rll:`OqQa2aSZ0^su7f4b6SBac*P#S7@'3=nim@/Lgg*a`6lQPX0_CE'iNCtAmC[<9A,=ZE`!0FEAAEI!+r+hK,^Z\%bI7e'G-SiQSgZTJQC%l!u!``L+t?]+=+Q(66NV'['Pp+hLTcdrqJ*GS\j+[);5@*tE#nNM*MXWu)2^hec?<M!Yth&;;I(WXQP(rR at FhKWIP;^$@e$If,;.\K(iQ5Vl4=7HLC.19Q&7ENa]=iOBJi=&Nl*i<9+iSXB^8X,":o_+=@.DPmZqdL'MUSZq_2NYkW78gTbLHoVKq!1>+.tqi74-e$%ErTPYZu,-YBaHW$HUIY=;P\sbk"u1Q5KY`7>TCf^LjR7Hdj/F^\i]fP2%,^6Ds-K4aO$on;QP\2R&'2jF at U^`d"e8UnF]SiA&8SV,?&td*_1mH+^ [...]
 endstream 
 endobj 
-732 0 obj 
+723 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2046
+/Length 1941
 >>
 stream
-Gb"/)=`<%S&:P.Os"KLJel>0(%a]VP[b[9ZYq>le+J:=?d8l$FeW,--L[lV9[N%l<PTj<nO998HN^(hZc&`'-I$<PN$NNALiS>j_KYhsD6s"IIItj$El`9gWMX4j_<DeT]).4>Z68_9RObH%OM2B'kiLXM9QN`6UM@!Yi`c!\9iRQ>o$g$nRZFIUUiN8.#%2HqL3WVs/KYrT"l`2\XK2=pU:n"&+6)![Ye/P$S$GG!LSLi^]cSmQWn+[!Z?oETf_ojUWm_(<,pTWT/IDT6Mq=j-4L%d-'9Q&k_#ia)7:kXV'QT^?oUP_)6;o`\D[.,_3Yf076`HYV+9,&X2$cg at hKhgLk+",G7,6(Y?4b0`b')Xd. at S7*Y$G1Gt*qRVI^!,N9_F!BLVI$:t?HDRI[o=djIeUrD)0q2&1s/0E'p-:M$oo1]\_5e"<<SYHirUL6 at n0?W(0C;L at uL#Z+1bgaF+_AAKN=:[RJ6FKgPR;8qQ]4"jf [...]
+Gb"/(>BALX'RnA%rkj"TZIH:0L!4'L3ns'qB4ouXOdV04"nC.[YiS4HofY(MQ2hS;A$XpEFIX$c=i[/LF-/Wf3rY6#l9t[pL at G0U!Fii`!lWM<(k.4#_s=B!obAomD-bVImFpJZIEaGN(="H>k),RoXArc!,<d_nIF&u/qBp`%_?-nC;gcq58(-Yp<=J=IS8[^Qhm1TDr0kHW]BcLN`Jr53;E9_S7YS1 at d;?OQ0&5$9T6(E!^YcotT<2J<]Ae+MW;gDCX2hQKqXL"j9O337nW$_,h-6cK3Ti[Fn:5'gNG80X"dp,10miP5SnWnrmm#Je1T-0rVUQ,ipm?=`I[ic>8p3lu2s&ESqX\:YX<'4E>.'b5`14eL^n4g_\b$`a:YWGWdbG9`p<D_^V=BeX=ZE!!ps<05WHWRD(,VR?cQ1j0Ed;SV&iE!7GM!^$of?m.hQS:i]Z2h$YiZi0Y/)AX,5c2E#/8E2$r/ICV26RSB at LE&dF [...]
 endstream 
 endobj 
-734 0 obj 
+725 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1932
+/Length 2051
 >>
 stream
-Gb"/)969)P&AG%ls.PK!b;bgcJlH:l;`i[Uf%/+\8#fGg$fW0k^m55HYFh,c_$W.VT!:)@,nH34QFcb"?huGW*PY0hSH]'97rWNFJ5@*-J=)c3UVGa9kji2.GsQIR9 at n8p3>OT7V<Q"H`0m$DSdE@,b6qR0lrM-6K'fRa[ORPXpASJT$b5,7EWr4f@<A'>q4.C'<Fud9aspq<CTs.&XEgsTl8gc-YbJK_`J\US;2PHC]q1tH//sOoBMi?+mCiu6a%%cSQL!9,Zk)HK;%/4*(TFD2fq%-Ge8r;kYYY=XA%$r%#0Sk,;8>P]"s@@j-8Q\b]o`QN+E3 at k+`Q#:"Pf1B>\U,ui1>At34gu-UPR3'&"FFC*[[K2m.""#g;&dKZ%m0;H`kOtM##P)`6jhFO=]%K_p1#>H/]F!8%.>0`XpN1mtpe*:YG(/W]%k/B?j(Cbq;"h'MQn+G[,i&&SM:+./:$&&3VZRJI,FAHIG at qNuTQS"G [...]
+Gb"/)>ArL\'Rm78s)9$I/s at WBP<bttLXC#6A[U50nVC-^#W+WROMi"b^OD4G#rX%4dRg=<VADkbA,H&m\U6T\!$/h6r,inXHlg,k]`A=gd2WRp;&K6 at Iu^\8ip/+)-Yqt8DHMo&NfEMO+iU&)=*i_l/?Z161%]i%;N--eNH-q)MR/:[%`]o#7Eu`Fl=>O8pPBElmADb=R.'a?.)T^#1,L"f*mL at uH(T.2jSa'O?;LFfB(>slrs9EW9=(^jeG-penbAkrCSk#?+E[ICs%&Rf%07#tS?&<o:5ofT[pcXq*oW/4B95kk#h(1oAmWQgRfWt1J6KQnl>[@7rs]Tbl7J35b'ZaHD!Jk_b/.9gd2[*6E7[4gVmCcL at P)mia1/SnrA7,%GPn.J<*"2?k'=;3PG*WB9Kar&$C0J?CDJIL[o1!$RE/2LdS-ni-7iCPgGE,^3G98&g$nYfHt'r"?\bNR6@!AZ8quht at Xh%krfj.'pt1;H2h [...]
 endstream 
 endobj 
-735 0 obj 
+726 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2330
+/Length 1837
 >>
 stream
-Gb!Sn>Ap8r'Rm78s5:pmQ_>8?-'c%PURf]RC:,k?A#.6R:<F!3"AD2ZlhB$<_+m=<Bh:D@$Vg/rIJe(;hm(#=Jo<3DUBI8DI<9Ok&[kPdN%csmlMljXp+J(2QPXlmlWU0>?/J)bm at 0Ej,LH&Q_NM%sjRT#d_ieN^oa#LUY at iL"0O+R'F)9St`'%p!V3crWfk7b at D.C;LHWqH.%SY(63BjhE6Zb2d7P*XP^\ri^5D=!IFTF5]GPS"-h899q&33PhI2t$)k at msb4N^Pi3LW0%UIW6E)7&5<.4ReD7E&b;`ZZ6U`%%A-&SGOSU8HD*Ee(#sSInRT:saUHJYjX<$(B0\UP[</RuV7g\3Z=2VWiak at -[,bJB?sl>/DVa7bLm1.5Bmd%GnqJS]qWba)lY;Ep5E=;I1cmC$f1KQ^5aTjT;[Jgbj16%3lca"CHn#9;1/b[nR(e7cm82Y-+sXc"T?jDF+#kLk[WO^Y!"ejWT61A\qCtGC [...]
+Gb"/)95iQE&AAtEJ!a^a\6>"--+Q;8:i*V-*k$c`!<P`"*4D/Dld89!ofJrk&fiK'PUK7``.hV;Ela=5c-5@<J;lL^+2\rRdgZ6PQN3^5]*.+s0$M&HkLnTKX1*#g`n%OLRkUIcmk`.1VCmnY"ur":k//'G4jR3"d/d^W)/XfFk&=40]IjT&OG+CZ`=otaF.$5?R>CI=/9:%sb^SJ at G&-/D'JbM5"WIhibMql!F6S50c9W--*)mFd<6[3:%J"]*^pA7]dd0r*au=`eSIO>E%3rmGChMB^-/tq7C)j>db[Sf*=TGdDKNnEg3>>Nr&9SlMlh")i?)BA+TUOAT6%>QY%E^eaM]26e6#UB6HEqu?Q[&TJ!dKG3O@,B^"db'>jrd^$N+?8aUtG+_ek=A]nt,`%VLA/4%rM4)5G%CI'I)l1b\<SifQ^?0Yq]:cmp>h$]u]Rj>'!U]*;b7^r1(!?ITiL/E;G,SNEI+)!dj5-lAQnqpI [...]
 endstream 
 endobj 
-736 0 obj 
+727 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2129
+/Length 2434
 >>
 stream
-Gb"/)95iQE&AACjJ!cuMW/<!#Or^3B.(8AO&)4t1ocdch3bBU0[N:Fq?b\s#Z6\2q6]'96Of#?]El],I1W,WA-ijF"M#-b@!2#$cI7o*X0H:1g3ecO"n7?ii0u(@DKrf.T#-hGQ>asr325%JMo"n50n\aHW\VHmP0ZtJUR&m^S-u']-D=26Z?l<^oDk#e*5#+mjPlm=U1Z)<C at E8&Cg"=9LFjhC60$XuUkWQl$pN_/X!JWh7aWI#D;WkM`HNslq'KOTljtV1J%uZf,ZW%&O'g0mYju-=k6?N6[HRX2:Qnf82n,^rD#G7io['*obQ=X[rl;n"lYM9!_a8'0[-/*a#T,!Y$O`NdEg(;+L"I?pR7!KB!=!0g>M8qqR-;bQRE6j(gd[5;/p\+d#A`3!(BTp9j=j*<@BCG-NnVP3qaUR1-&of"4Gi[&G./![sZRHF6$JM%YY3g04:?UDThK8<L]&hFn/nX&EYN9Y3qA]M`_N[:'9Z [...]
+Gb!;&a_oj*nfAqR:cBm2c#>%A^iOb9b?P7(ab+Js+gf at Wggc5+\4"Nl:N^`f8M+dP04Pl'fMu3mf1,%uiCb!UrY".M$%2cHK5SJ8%_AK?0_lO_3ViSerV;X`_V1HYl*bA[le8 at NN\/0`!1EmY(8!hM2L<%mm^9u=%F?u;X24NMIJs#J+itqAK2nG=lm\b"6?enY#llXA9,_C+h%uIV(FEJm#=$1W0-@(?nBkZ2aO6g*pZ_82E98V_Xj%:a9MK?uoC[7^5)iAHb5kO28LTqiN(k,?-NT1W$&KG)<m#9'\Q;:2SSJEq:8Hd4@`5""/eX>P3!)Ac<]!t,-t%KFOp&'-;P->gY_;imWn1Ws\2"D8]8@)@7ignI*A1KjXI!JPW3H_M#rNo$[`k('U&^:^q#62)3JD\fFIOSpcY-.R&sq(b>!-a8%-riSq23;/BU1#C5OGqEFK_Ap!99#Dl!l`$.a-<8pGnIPW0Z%UW4fLnj#Lfob7 [...]
 endstream 
 endobj 
-737 0 obj 
+729 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2935
+/Length 2675
 >>
 stream
-Gb"/)>Ar7U(4HdUs1jsiP,Y46e at gJs9F&fNY_*"h#^.<L+J:%'k!YM??/iB/ILf#l&q-gTe/f;c879Ub%km,BSO6js_B5)9i>ePPGNeuW7[Tj\(h)1'dG5o.e(siQQh*"<pN90I`/a"'c\3_sY^uBCb`o7*o_bd._j"YmAd!@<f<`:tR-j=>c*7S&3-)Yb)aeMi^:tuJ%$u/UR^*Qk1PTR(9iuu+/=/T)$*hm0d3k0TLa%d4.]PV.+[b at +_62/@T?U"--3*Z2R,<+7B#!0d'3sCL1Ho!dp]J)>gJg6S?f#.R&K074UO,+T5PS9oa&b?H[Jb&HVKs>2h8^^V+6[,-8H&Sc2u$gT-%#o??kT8bM7oeM)N3PoiY]VB@@KI')>a,,1RirP at gC't0(E`_)4#&a^:fk/T$F7#S?AlT-bSNA0PF(B<P]'<T^tUh*biKh. at OmHPoLQd]2_eel5lX-H^E6dJHO)>Tl#W=j!kL2StuT?1G [...]
+Gb"/)lYkN9&H<dorr^"E8QJpCqpE5%efik"%0Zr\gP<?GBSj1*aHB1gESS<XGGJc+I\aD5)]19)8/!)+4Po[Ra&p9502$bT(PKF?OZ2_\@bG9K-'i>VAFphO+'i6%^:po<[@V*"Q5=eaN?Z8^+r<5BY=qOLZg4Z(%o_n)n(GN)[]d2)D_YE7Gq:q$!?9_G7ZQF2OV7_CP`XX,fm6ZfjFQl)F[noNPL9-CnI7^akmNfDib_&.m@&dsD7EH?hrVV5A<DR)JgGSR9*#Qc4g2o./ak3V[eJV2ZOEaQl"*n[m at A@YbBIue<4RGc_fL7Pn]5B4DPnACOg6)9.iD]i3@!dQE$hTd'SPTT8TQ/],c)gA&B)5[Z at kmg6.nnsr6U7<b$>Z=V6KG@)=`SA,jd'7fZ=UVAdE at XXs)f)Hmkl at eeU=F/@Me=0FSr#2)q2CnP\JZ8B\Cr9UmHX.d;Q1i!2Ot_%JLT3%=$, at lRYh78DdY]I4:n__ [...]
 endstream 
 endobj 
-739 0 obj 
+731 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 3155
+/Length 3125
 >>
 stream
-Gau`V>Ar7U(4Ip`s1j%bfPMWtGKBm^O;>qJ0Yu%PlXDTI])a/(2Q+-r,aH:cm!mn[lH7%_A@;-(7FI&pIHU<pF(?F-r`JGuPToa;L/'BRAD(Y)5aH2qBQf(^AhRM=HhkOYk'En5>$g,1h[^.ERC]WnjU5"HZK97GocC!a_le36a&[7"4GD6rY934M_[k5^[p`p;NuYRigS8>@%QqG3[9]<L0^YhQ_"]HMA"5+a@\(2!ZTmO$:@qt?jM07&cG<FP+okPfT!,oJ3%kDC-mjO6,%h1f'WFaT=4#6?E]AS,2?-:MlsjKnZg>`:$BCub(4]i$=@H(\;nOBgKhJ%X&@g5H-sn+%+pb?%"TD"KKS=`FT]9]WDrn<pr3ehMrm>i5SJqL7`GtQ.ks20X*We[P(uCc0PR at dBS;qK,;?1G>cp)PDfENdhHR%\p:BQ$_nQP"prL,F/P"]ss:n)J2r%=F:;3YGub'<L_(ba#;M$`BUNg?Kj`_ [...]
+Gb!;fD/\1M&cNies'b@`@3nca^.WL/%o2'TJ2=@[`/!=`V8es/8_``'i at Z]47K7^IQ7J,6;7<9&_A,!$[dQ$DbWI[SLY2+ZW7NFDjP;[Rqqr%+-.`gipm+^YYK5huabt'b0-&e,YV"T9"p#%cd'C?I%jOkVfW)?HT"J1M at B2EDNYt1CH36%igOk&P]cRKF:15?uR)lUc_$J&t:GM,4_Np+mLi6r]/RO\,J!92"`!`\dW7t7:8TDIZH/mYF)q:X&:]F8kXdtFk4:u[TK0X9m;mSR at j4$in`1c"i1C&s%[15>qEnQu)Cjc.ShNf?E:LOEU(jH(l?BF"hTi3.V&i7XeP\5sE#q;5i'.F43 at _sp;?nnRBeI>uRQUskg)8X!Z(0dj,gM5<,9dk*G-eCf/<_^S2*mp2=*).#Q>&?\rV7antP=?@#qa#>_qSV:-;c880#qW8JSd@$9Q!tpY/$8<*:>pgJV-l$Gj9:Z%<\'2&SnA1Tb] [...]
 endstream 
 endobj 
-741 0 obj 
+733 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2714
+/Length 2670
 >>
 stream
-Gb"/)=``=W&q5%is$OP(:1T7?+]@1F6Y:MT7qJ4HN2F$qUQc-1+UJf'$40m:*qm']K83!$U^kE8e5WR;OsQiR#5\8/+Ta.mP4[;p!IgEOi/Rfb?nqsr-jEB%_d=aW(LJgK85<s#MFpRc"O#4-<?E)<oC>4B8#+&b7BqT9Y+ZR\i+'(SL/3rdjN[;([;7'X/6A5r"?i=Ip"?]bliqZ;D&$80LEkWliJ at q*hk:SNME)lT\(<>09lBBr7O#DB/,cO<*YBh&,WTlQon2n,0T&uF$3QV"$ZMNL%>5>S)hHaX04*'A]7jtFA&5NBK8%@Cf6t/QQ8Al7(Jh5mh:D;/qe!V>g1\]=8TUVRHXGE;*C_[.BT`'@&FjVt<d0rEX0Z(@gC6eW)bu::M>:<jB3L1$PpR;1nC#hOA*:)(<Q';(D.(A^%k`pi`-<+!NSuUu\kc+kDkB8-^%qRR[)=t!4E1a1S$uJr%IEh.?/8I:UD,!M%=R64H/ [...]
+Gb"/)=d.UM&Unqhs$OP\m)U/uLIesJ&'co_UqCm%;/0ljB?LI at TS,05/I at G"I`QG'"2%."%ZWEY8S("1O,*uYkk"*E$0_/FW)#&Jpu<!iD[6mVQ2qOiZXESErj$qNm+:FH84dU_RSI\>#03u+h4.\/;\A5N+C.3]L<G[)AR$b&<=L(^>1J^M:(jg?.3r-6P;iZ51>(#+ at m5\O[[I0Cg\>Ro5otB9 at Tl_$fF)bm]m^"*?XW\-D=0LYgUfnlC:;dJT/pS"6ZSaC[S9ik]40/kgsEkme:QR at Hu:pA0l"t%JN62K2UP32DE9bkoO5$7'2a\K<HkZK6?=@4Jg;^an"*r#KQJe'Q#2r0K6uMW:q5Og:.,#78khSa!3-k;/g/moH0E/'JY0l^=*&^-1^]F/=.$oI,>Ch_%(hX6Sh\(!Q9`(BNtWqHqBTfho9lZ61Ka'QZJ.(p*@P=N$:K`s6L`@u\^+.pY>Nk7'?h*rdbmTm^br"JZT [...]
 endstream 
 endobj 
-742 0 obj 
+734 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2586
+/Length 2470
 >>
 stream
-Gb!;f>E at 5m'Rh-<rdu:#.W4ZgOBAVe0e9BY'sN*r&Fq)ACWN>3actc9n$/FQgLPV](3X*>Bmf8WJ*28c',g;cPcnMQd)uT]h3c9jcltrVK,q=DNF"3>YJ+7KR5M*^@)I)7(\t4p%6JN:k4Ou_8,;`PW`d6$CKSggnCVQf_,K:#Ge1Ss"Y]:Plh+k8aHgn]Ce`[D2nQ?%<U;_(XMFO<HkE%Yad*5bSj,N!:L[t_oO5T,Xo.'d*1-d-+?>OuIYp]b9,a*V7uB0]iQoc+Ke$-*-sGd;.p8I;4I2W.-qVg@'I]fRW&Td*SSDB`fqYBSHP&Xt&)1uWBXf6h7["mj3l+rRD3tF"PZ&U=33TVNnEoRX=RF.B*4)D#'#_n)qQS(eKEtpc.F$!F^HoY=VQT6VC6,615 at Tbh5B'XXi)uDp/B>cu][NsVN9G\f<r2#?e>aog((h)bn7?.N//qeVfHa23^D(dmM/C"[DOoj"LR^PQ%clW&/5 [...]
+Gb!;ffkq`f'R_puJ)I)2-ksd+'d,r-U+T9<72ESU5sWb8,c7=SAJQfAfCtH7;N!,d/N*2F_;ZaoH1#u<VMN#HeZZe%Tf4ba\Yb0<1lDpQZ&N at 6dI4EbMf4pu[$Gh?-IhQ*j>)IH276lTjTX&,g&1E8=bGoq=L/'V9NuA`J^6X>ltUTa"u!E/fTNp^0!b,>D]@.dQ!3/-RMi.c'O0GDnmHh\U<tGcMcVRYm&Sjm963oYI'8$GC8Y#S!$VY_2pX18 at Qm:NMXm#<A9<lCKK-Q,H-'RlK,6:;:`?$:+]'ElPV:H?%ahCD@@E!aS&W1N2Q5PEA,r.L)1nb\0QT9;b?P`:mQkTJ57LM*n%t=JWTt5<7C+iiXVV&Sb7qn!'spY%&YgICEZ'a.-?DF6'SQgM'P(UH at jJ=pnCaA6d-&M5(6&c(o"0^IUCaOMPSq\GP#7Mt;485XFIjgA<\!d49J1U6%n>SPo]g$&MMRUL#b#>$\9W)(&W [...]
 endstream 
 endobj 
-743 0 obj 
+735 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2484
+/Length 2552
 >>
 stream
-Gb"/)hf"uT&:T\)s'aHEUq)-[b7>78&!s0(<]Zf*`Xd8kUhU?sZTV]Elk5Zaof'L50t))+e"j+qVQp:c]0"5c1\8j&$^pKol-D%Pk]2Vg?!GCUd5XU]@lS0"-[IR44S\C7^oCrddkEB*GEM at +L5?!;Anh?VKW>%os*tK9k3s6JJSCnI=$Ac0aO$?OQ?-opYT3tW*2/msbEKhr&(P-Tm5b8'CsVeq(E(j]rK3l<Js+\ODpU<ESUCXa. at k=PnaT=.8U48\<4kWZcY.^#+6#Yoq"gaFrf?n(?ZK$[OsNdW.La=VE"\r2i<DIb?94rI)6<Z4lZuRb]Xi9$m7dJB:XO0L&0[.djjc4p)r at C*;+nN:d]Y=-Y?4Oean)f at doqsH4mq,Y,*L0+]^),8g93")+tnsA]q^!&T:GgP99N(>^Xb'I*gjQ!%!0Ck!j)BP#QV.s*6&2+ at 2ARd_#W3KPAQ)`Y0/+'<1K`?F5W8.E!XARo`Epr[o [...]
+Gb"/)>Aqt]'RiR;Ii._(dVXssj%N^W%pKAK&je.o_lcrF9q62ai(NQu)oAf9F2iAC2f\,Y:_nnrC22(_RH&Ae^2Y0&_ma-)LC#+?,P(bt6QDGO,2uFWP0mM)Ecgg3bJ=jiP,5Tu4$N6BA%lN$!JQq2!%'eNojEKlXRd3.Ur9NX7GE4Q;fWSl>Uf6&N'>(^[l4.AkDM[M=DB:L,r7%k7ogr'Y=ZL=G]bHV&aCoSe8%*\;V+F0gJ,3?1TkXWkFQdr._b3>6W!5jT?5-oT>cEF;q8#C1G^jK2K&<Er2_lq?TM]T[@CY/*e&Zr22$YnSts<r/C0)Sh>eR[$PFIuF5"2X(L.8h7QUL0NB_t-HKsfX/Ucqb2JL\);X/GtT')aQiFK69H^*UpidaEP(@$RsDe+)[6Cs at F+:9C4K]ihV]Y4Nf;96t;MHo%pS.piV78Lne9%8(,\?'=TX;g\eh[7tK=kVKa-'E3EW,p[Y31T,60fqT^gh [...]
 endstream 
 endobj 
-744 0 obj 
+736 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2450
+/Length 2477
 >>
 stream
-Gb!SngMYb*&:G(NIi&l%3"6j.'Ql!h"koj,IG!tr?,&6c^dti7XY-b/8c8<EUh%T)/6c!*!c;+#YrUkRB+AS":o9oE5H8&'#iP at a?<gC$3m?_O%:[->06fQ?55KSQ6n;D=,8rFV'5Y]9)KQ at XH$o7X8&dG+)&1G^5e8p=6<1DDNr#JJZ_fSF;X_^tOV_`%4bq^?0KW9XI-B0m\Hf7A>cX!$RIX1`eCCsGA&[$Q\croj[C^XdhXB8<Y&(=>.jsSTKlqap_KpRf:HVt1.DG"E6HJ==DW0\#<S@^k;kr7)g&]C?\IV\:U,rRu8BpS\"?0/14G?du"aQ3J)'j:EQNB8]k9:(Jal?KVRnktPOGR*=FXt6D\a]/8Kr^EILfS:(q`IUK)X,/jF3'Q!^km1J1o9jtaHs][:p'!RSAQoh$]tJ9+N(U?%metZc@\sOnj2VrKo],P+@,O_$2 at hg"T]%IVocP0Y9omFSs,_-kl.je<:n9l`q [...]
+Gb!SnD,8nW&H7^.Ii)0H"]00O?GFFD32r-_pYgGMEqr`c[+Lkd=2+mQ!;Z at J]6<NXgPKnW;@=luhV$T8g"C#0faRrsIu/Pq!eBkk]Y,RU1mlR=k_]l!^Yn/EnDNa(J/#;DWi3k?%'WPnV7)CI%hDXm)UAp)eiHd06X+?Aa.s[aTAjP5PGbuL'hfhEh*"X2V!lbEN]t/VHjnL(eiLRe^Ue$J%al?9]+f$]5K-f3nQ-LOaV\BlZ(`Z(`]/Zr]7s2g31K-fhH"i&T(dXo"AuO_:2m&,%rd18aF"c at 1.o4/Mo#Uk)5IWM%M)JZK<nroaSke\[2:/O'^tHM\3/kJ)T?ZD'P>1%V1^IZA$uGZEIA702!<Mr>Qn,fqV\1X@(n::\h%E3chr_L^_017(O*\'X2^RjF&_U^Nh<j1,oSm&:RZg+\M at 4d(Z=WCdtd[mDqE$%lUj"kCu5t519+Bs4?"<G5-eS\o<"-QNatn`U2>j2<tc5d>U [...]
 endstream 
 endobj 
-745 0 obj 
+737 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2682
+/Length 2650
 >>
 stream
-Gb!Sn>Ar9+&q1 at Qs$5pDS01Zs?0q]AC")Da3"J/H*kHlQ"XDF'[^q`gI+_kVAk:%, at OlVdj5!/Y^l?P]3?3K(o?F4uR.-HBcQFCl_]u_*VhA77ECQm:399TojO</bfoP_\>02)f at 8b^$M=4Z'Bho_9H%'A*;)(:"X4K&U)HONQHqh)^_7-Z'j43b//Zm)+bI&'/[[QgJfsGDHh;2A,<?0U-du!J0pgZiaBp?j!?'<5m;6?>U+E$s]p!_W<6Lj[jEocZE1Q9a;H/aEd1K#b`M%V`0A at 75F"d+_EN'm0SM;Tp1duc2K-mVqa`IaK+b?E#J<kH,ZHs^.sG:V^!LLluq,P,F&@J(4Nn(m9M[:./?JM"G*gDu6O;`&^HLeL=hOM*HWE+cl5Y"A)h\]DqkrPe0CONBeSjR40Zanlh0Ij;T!VcLiUI;n`MiPk;6bAtE@=5&I._'W[r,I5An%nW"cY<LduP?AT at HtGd7>!4WD5;FD7`Z [...]
+Gb!Sn>Ar9;%Xp(Xs"N)l3'j9RFL,8G05]E+"c>aXa[6juYaELA>?fp,7WRkooh/2G-/"Td.OR at aD1XUM-k;$nnG>b11D at J^rU_>ShVPS?+#r9r]3d8[(_41X`89CdI.?sS(VGuT9uH&[fOa*JCRFhFJL="h*p,P4THPLBT0T0p\;;+uqGKsE\eAjnrT=sa>dF7A5f>\pR>o?np;*kr]BFY/RWUg&<(W[q\Ti6OjC(90dPpnMQe_jQd]NBso%<F'h=-oCo:%m[q5r)Lmm.Ii8E$4q$>1:6fWnb<b at BL!c*EUFF--d+ZUDnq$Y&trrTsiu#XXC"Js!+u;X!CD-mc;+Hb3j1\Ia%ReZ&\aVbJI/<pe2N`=::9`ha^:=-bC.Z<lc"Y!J1'@eLq4^Cp&L'L$>9.^T]F-&KYdP5(t`R8?PEYu7!A:K!=W=I,%Ro5;a5d5hganI+1MKmf0>a$e0\HcnO7EG"j%MDaf:Q"*)tI231`O\ [...]
 endstream 
 endobj 
-748 0 obj 
+740 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
 /Length 2320
 >>
 stream
-Gau`UD/\/e&H6"/s++O3UkR&bU0d0fq9V#O0VI(0`kYb/_a)D0buQJ=73ur&rJm[[D96eJ-#8)h$'3-eh/i>G0fH>q_q&24"JIa^o^dDKfa_1RaEFhH(*Co8`UdaB4F^t0ZCZb%gC$+X"<P"mgkD;&!&iT>51#C)4WcqaLMTUt[.K,UU[p&P3C>IHi[ZQA#Kt`^f.ZdUih\j<GQ$2M_QSsgm#D[CN]hH"=4sA;VN3Kug"6Vd\Jq3\D.Smc0U-KY)"Eue-kk_Z+\bg;,YKKV,*+]f+eIu<0M?I9MGSmY9ii`uDiC9PZ'CUW4UIAn"NsNih(3tp[f"97M7+V_1*J[$O']Ni^YA>ZOGjj3Nfd^Id#e2H`XK$M?c:)2j(!e"@lsZ`4"Ml0:q77]$lSAq]2qs0PXS<b,*=1M]EP%ffnbA<8"j<i6<og</UGapdsJ[W>>h&q;3GYLV5>hWpK9F]TV\:mj]i2C`b8#hn*Y(,>d/U-G3 [...]
-endstream 
-endobj 
-750 0 obj 
-<<
-/Filter [/ASCII85Decode /FlateDecode]
-/Length 3025
->>
-stream
-Gb!Sn>Ar7U(4Ip`s1j%t=sU+9h5gVRctOG,JOOcp'$SR/1(T=3gRLg!92`1R?b_AlY.!FO9%j@$CF%aHchYl^c6;9m(Og_nhm>Z4V]5:%b!R4>2fn$`:4R6]NBZ43I.@$o$a8t;\W6!0EJVISE*PU6 at -#KIY%\W/QS4df>VcUK1]tV/B1@=+)<eL!^pjI._1R#PicmcKa3]:!TsOd#'Iu2c041KD^X::FF><-TQi4o$kq/KO>%m,OiNJPUUtJCQ;`5CefiK"N$1 at L59%IinfQMX8r^2T6G4jf at SA`H&r3V3DklN]!auNp9;*h$Fn>MWei=@?3MPdBf%[,#@atn-0&OAG+S`V=Rf2Nm0ZUSt:cfdICFi,I]ZWF1BFL`nPSk2)@R1Q2f_E#jeR_sba9s%'q at N1c2N!\\M6HR'VB=DLkSWbO)QfqAil0[f6H(^jN<I*5h@,C*5%3I@/+$"f"R5Z at J^pZ9;&)3^giWpV_Yob6"4> [...]
-endstream 
-endobj 
-752 0 obj 
-<<
-/Filter [/ASCII85Decode /FlateDecode]
-/Length 2390
->>
-stream
-Gb"/)>Ar7U(4Ip`s)@*LC#N_nl=LdpbHs?h!d!\W"70L'%u`p2SB-kJP%1Q-IL[g[&oBXkh:Q!IMZecO*g&tUqOLD/@,i?VYL*F0LC&A.,6:,>1'QZ@/kg_GInX1_q!7#Ld`?aCAJ6`d+:(*QG!["Ke,jkLg$XVW/G)+jiJnrj>O?+i5<4A^R1qB(c]SE;_;nB+TmIumf?KJb\!4$+?8[>P=&l/'p%n@[MTK"@=O1&pC%>FHlD+ at IR*4BUbBFA9D0G,!S9BKJV`*N,FI>UpaAOEB:pu!sc6:>rBuq[>XCT,p(aLc$1=^/4.-<8^C\2PYoDp8e6Bi3IY[ki`R*'4GaoP-27okkH,*m];;XhOAGXEN4rJ#c2OtAY.?OT'@m0)/e)="XcL,QZaX0_Mbgh>*gS)T at XF!e"FB#$-,7DTjR.r+G13gM]7SH.7hYmUJ->.rTkmD`Du2.EN_KH^MZhf2Z->hibPAQ-)PB`TE3or*IE8? [...]
+Gau`UD/\/e&H6"/s++O3UkPq-U0d0fq9V#O0VI(0`kYb/_a)D0buQJ=73ur&rJm[[D96eJ-#8)h$'3-eh/i>G0c8U5Jb at VK60QPprVR]]m%?e#Y\Ud_nH$=-4Fd(No4PRtok_gk?JqM"n1:'Q?.c+[?o+tYJVHSYq#D<rKPdR5efS@\cF6d6%)"oaYH[@5/75#V^X.msQhpL7ok2GR^G`sH*@!$SHfe^;fq\#5O#!#0b6ct7)kb/eAWkh&P]'\AnX-!u'BU)S9i5(>9.'9TO#U>eT'F9K962P>:kCAq="&iBN1Q9=Q'MM8$'cJ5b>$OCCjg?4r5q?_[NaH]+Z[`,?G5mDg[bB+N"_/1O^M)6OSp3>%'KV;`6'Fe at q?5W48qo8/1T(E\J*'n)=*O!=&`(^78:]EOX6s="esr.Lk[ZTTjUhd>a at H'HI(3lHb.d4;P($gP%iaKVCcHT=Z9Z[V4\C]>RT'$BM6S<mVZ]CY^D%Gjr [...]
 endstream 
 endobj 
-753 0 obj 
+742 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2765
+/Length 3025
 >>
 stream
-Gb!;f=`<=[&q1 at Qs1j&'VNF`6eEOtbJaF\g%4l\"]<g.V!"E,+ at npQ39hB>p?b]UjA_C*n.nO6[O8'i#/Cs at A=&^TQi at d&QUEq)PYK5Hk8gkocF$a0U-!1*lT<:pbI[m"VHEM0j2Y at -4Gd_8<cI at Q5V^JnjeMjBRN==R_@/D2\(>*6LO0+,CeHaYW5n<5&@8i)q;^[+cX-fFUSeY/"4F-Z/\b_Lp]ck/a-fDF?beK.^V\GDN.4jtJ%R\/'J'>aKSBLN+.I59UQ0aO\++*oVc;U50eaEB'=AstYn88CkM]8lK;0*r16>2Jt"?mS/6.e[?MaBgcdMBq at W_?kW'82Q;ihSS+e4ODke%!f\7Z!/ECtkG*7XCJ60P.-(1sU)4,EP;$Su*^RaW*M&DT,519\t\\`)=Jm:b(qU4hEn9`LN8dnW*N?V;h?<B"2KI8%_Xb&alLP./,L?%6F6\r,0Ec]s6b2Qb*(L$`dPOfY0(E=tXIGK2 [...]
+Gb!Sn>Ar7U(4Ip`s1j%t=sU+9h5gVRctOG,JOOcp'$SR/1(T=3gRLg!92`1R?b_AlY.!FO9%j@$CF%aHchYl^c6;9m(Og_nhm>Z4V]5:%b!R4>2fn$`:4R6]NBZ43I.@$o$a8t;\W6!0EJVISE*PU6 at -#KIY%\W/QS4df>VcUK1]tV/B1@=+)<eL!^pjI._1R#PicmcKa3]:!TsOd#'Iu2c041KD^X::FF><-TQi4o$kq/KO>%m,OiNJPUUtJCQ;`5CefiK"N$1 at L59%IinfQMX8r^2T6G4jf at SA`H&r3V3DklN]!auNp9;*h$Fn>MWei=@?3MPdBf%[,#@atn-0&OAG+S`V=Rf2Nm0ZUSt:cfdICFi,I]ZWF1BFL`nPSk2)@R1Q2f_E#jeR_sba9s%'q at N1c2N!\\M6HR'VB=DLkSWbO)QfqAil0[f6H(^jN<I*5h@,C*5%3I@/+$"f"R5Z at J^pZ9;&)3^giWpV_Yob6"4> [...]
 endstream 
 endobj 
-756 0 obj 
+744 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2615
+/Length 2390
 >>
 stream
-Gb!Snh36PP&q<\WreJ4CX"[I.MC!bg<okBcD!k2dgu`53+V.Oh#pV\SJ$!5_Z[_q^A8Er-n<cmmpG,[_i7:DBs18*Z;CFO"6g\ZR!5-%$QgZ>!#59pH*qA1f"8mEDr7Q#7T@&Y"mgt9NTatSi'#u#<378-n<^=p%5Jq2K4Yt&KP&aaH:<UkW,R?NQ_+-!mjBQC"Dr/-\RGs(M+B'[(!bRim+IbY?B/:!bJr*13H at RFt3/e*o"TKNM6'4IE9_&GH9(<-\5gIhP#s6*mn>T6WAJtl:"_]%lN?bUar`?VE`pK0'6s3]4>Vs]5WPrZkgEe<eU]:A\mnkV1[#5[O0d at +pEJl;N(,?W/ij^_:$S_gU_2KmHa^WY;':utp`$I0T8"#)Yqchq[70')H#4N3/`WoEZ:f=9=]D_H%f$&hP[hn6VEPhd!ZqeBZEhRrBUdu))14kpQ&UMIZi&RQ?D-e?OCCt?<Pi0P9]R^$$r=JQ,^*f, at Rb [...]
+Gb"/)>Ar7U(4Ip`s)@*LC#N_nl=LdpbHs?h!d!\W"70L'%u`p2SB-kJP%1Q-IL[g[&oBXkh:Q!IMZecO*g&tUqOLD/@,i?VYL*F0LC&A.,6:,>1'QZ@/kg_GInX1_q!7#Ld`?aCAJ6`d+:(*QG!["Ke,jkLg$XVW/G)+jiJnrj>O?+i5<4A^R1qB(c]SE;_;nB+TmIumf?KJb\!4$+?8[>P=&l/'p%n@[MTK"@=O1&pC%>FHlD+ at IR*4BUbBFA9D0G,!S9BKJV`*N,FI>UpaAOEB:pu!sc6:>rBuq[>XCT,p(aLc$1=^/4.-<8^C\2PYoDp8e6Bi3IY[ki`R*'4GaoP-27okkH,*m];;XhOAGXEN4rJ#c2OtAY.?OT'@m0)/e)="XcL,QZaX0_Mbgh>*gS)T at XF!e"FB#$-,7DTjR.r+G13gM]7SH.7hYmUJ->.rTkmD`Du2.EN_KH^MZhf2Z->hibPAQ-)PB`TE3or*IE8? [...]
 endstream 
 endobj 
-758 0 obj 
+745 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2592
+/Length 2769
 >>
 stream
-Gb!S-CN%rso"+r&LOk#nY+a3I/g$7-gkW7V>G.$&VZR8_#@g3*,W:%(]<n\ihq;:5'I?VNjT`Dg&kV``bg,RfB10PTImed at .DVE%gtWJa%SZ%N>g%iccgZ+(IeNU8N7>)'D:ui849u#7ZK]:rbk!Vpn!8n'ZfV[#TA_USi%eG6_c<Kj^"ts-_%0>6pO7JF*_'`DaTnhc5&[-3Z#OjJFA?g\/$LBX_#7sM=*ZiiE`@kYp03p`WH`mBKhtb+D_jL!8i-f/OG3*kY*a`b_PH61O!(LO at Kihafh+(`FGT?K*7e+3N)*ZFkApLoM5<YXp[YddM)ps/60WFq9UVHZhQqV&$G[R4jhliqE.u.RISQhf+[#0 at -8To.,/.\7^?ZE)a?,/9f*rOe9+Y1\_XN"q8*dcD2hnA_l&0A+_:f[_2*@Qn.N'V=N4H1Pgfe[m<(:SBT<dJ:eV2B at aB6UR^POMTF"qFJEs9m9rBWouIn*<h\U8g6h* [...]
+Gb!;f>Ar7W&q1 at Qs1j&':6D</eCDNMJaFar$S;"A[TVriJ:a)#RjYM?;GnLtfC'+o=dEnN[[\&D]u1_M_r4k7q1]5&2Z0E6B=&fBr=+%!9aPClAkK";\`DnFjO;BLfoP_\>0lkYbGJV(&^U/%gDRW-o)-]iUO%*4f#Y(T%(8q5@=`8rrRb:EfD<:o"it*m3G`M/GO,GdIM7p'hm5YLPUGpK+ZFn6RlBE[mKD>=Mtsieq3[o)0SK\Ed at kIqrXV$AOE5]]2.l6d[$'g=\mnMXaa%cF^Y6AJ#]&e2!8];9B/'LH&iCsj/VFmb6/Z6-(PI2^Yp`">-uG)oY0&":'1"TL,Yjek6nO*>4H1<)D3X6dbdP3iB;Cks##ckK9]I+Z1]g6*k at lE/S4qlDmT(kRalJ(F81ZXB!N#@Igl'pF=A4".'^s,X<%;d8Bne\bHG]R/*oLAi%<=,.gn8e.b3q:EgDN)t^!tm$?<HUC_"Nc at dW.&C+) [...]
 endstream 
 endobj 
-759 0 obj 
+748 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2142
+/Length 2639
 >>
 stream
-Gb"/)gMYb*&:H4YJ!d\l79:3M;3q@]d*(9r0$pJE$kUbuD6&pi<MJOMmrq;o[U`U!.`Y:\C_Gf<P+(@gbaC8/#akBYo_1$CGW13*IhEk>9P-O0_h#p"pg`mmg%X[U83PQZ%?jVLK'-"KZi^P7l3XtfCn?DX8G.$fiY-/OVL"u95DqO,r$^3D.H;\>0e\Mg(^5iW:h7Ql9YTKn]!l-G8o#$`.+C&ohMgcYH>)3kK(c?n"oYJo3K"P7An`T(iIYVY:WcP#C!Pf!pD:#?N:a_cDY,Ts^=5N6Qhkqkl`\k_e'0&JG3=sV-QG28Xe"b80A_WRQ5?h0#(M,jJ-$C[!1(IY+7P*:ho7o?*:G91Ye"^WnaFZ2i"<n1^6HEjq(h'"/DglBm05-J3ehi;XIdo2a!&U!`^K.O(628j^sBWrgZC1WX]7"+ at t:8eg6_3cp`ra'[fPR!ma+7I!`Df3BR;*bF9IEa<ust9/U3s6UQe+DZJZ9KaU [...]
+Gb!Sn99U8S'#$HEruq-@@Ci4</u`/2&`/0-nZF,'*H+^qHlulb'EU+of1:UHq=TqL5sYMT7H*saXLeRJ.eUs^1;?MZ.6.)im;%pd]RGO#mjM!:Nt\0-n_ip>r:p'bfl,3/dC$(E&;U+U%q4B/`uTCadL%s75Y[k8_eEdA1W;qKEa$LYbKQb-#X$/D7gnPB>\O4WhRnQ!iec#);^c5Z-CIIKRm8,E'+L@]O\E;h_3c#YL:pfCIh-Ija<7$$q$OW0I&..jBppJZVjIcS((.EB,6>(M/OZ=Q`!nj.$BM[+4gT\f9+-c<VA[UcR*9'P`(%b:s*sb:W"sd77LSRM&pfVK7?u+*R0m&8gmHHB(k^+A_A+V40l+<+ceiX")B#u)R+b.*\%W*)!!Z^Ci$/Yh%E?biA968tmC,S]c!7c&4+WD)2[o27f'!WI0%A40'Ii$77PKrZ6I4j84D,3VbmWTQ.:NaK'&4=Y([rNL="tfUHSV%jko [...]
 endstream 
 endobj 
-760 0 obj 
+750 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1941
+/Length 2610
 >>
 stream
-Gb"/)hf"uT&:T\)s'aED]$Z59].B=AICNN8f1:,9h8PG;.W!ZjX^N[:3r/5+$Q+LN(l4A^gIn9ZAq/(nb^B#1lO_G5S#!f35/?7_0!5Hk$BmI]6Si- at -i?.g4o'JO6LqjfY3CUD*%["_3jT88H$Z3_XjPtha^u#GSV(fl^rN6Q%A2WpPI')UBkBnkl,j229?2G:)7Hm,`>,N!_CWs9Ch@,Q`._&*350Y9$76j[?0Ba=[GjF8:MF+(W9n)]NltK_0a`X+8Z`;?)8UXXbncBl"?9'C0(;;k5eN2ZV$g3&iDM"ZE&Yd:XJrsJG>tu2;=lT%D'/,;N?S2ppCDYh@#_p<_q$89s/=0HE)+o)S8sT-#4?O at OatW]c"\/jgos)>-FF6l)DcMOCc!2t<B[;XaE^l6hU5%Z&Smuf at c>R#P^kFCePb`sQ2:JNFajk',/ufR&^=]EYrPM/0QJ9O$-5+p'!2L/%#KY*%)+-RDK=3T^%q'l)W [...]
+Gb!Sml#5<7'`T3srr\Bl8/A^o.-e#=F<A(O`IJtGk5b\9_4W+.euGbpQ,N_$*_ at B<D:sfq at Y\1B$Md4V^@uuP$*rJ2d at W^Vd&SV,\Kcp_BY$II_%)q5LgEm'cT[nlOc%_tYXMgS7DA5"MbY6oH%'Aifj]5U<psJ]4m[J"(adLA0FF^PYIF87iPX4C^"XU;L)mV*a?rq1q6[PGMiF2f]<dF_@,IDL+6KIE]#p1uPbVK:\)3kC?]+"_>mb`>]5<9M7#;+=#-uUha;#A%&Mkk]b!VDZ8\RZq.+h_Q4EM(hI5n=/4rTKj1f*6.ocm-#R.'-TpEXK`HfLnt*ARd[grs2&]mPLR#^be6)]5:4!Bql1]mq/9'U'tliP9ckK(Y-k&-^oNH?EM7dCBC"e1D*t2g;X?97:;lorYsLee`)*J6ns?:e)t030Fji36L`RbJtf#i`X.h%p'Q6b9LR)T7%_h4``?X`H-a)o_O3!lp!ugB6*\9!o [...]
 endstream 
 endobj 
-761 0 obj 
+751 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2762
+/Length 2219
 >>
 stream
-Gb!;egMYb8'>>!=G8M/FiWLmWj\ZHE+8D$HD1SL%'D8 at XN&A/O),hfe]<pV-n'!C1MNMT"FIfj(9%q/kB>0f0As\(,hou!mQN45OnAAH7b_,]m=Ps<9Ig9oS:S3#`qLl7t6e?<\(l&[CU#Yu at J1JkI>g1dri=8MecTBo:"Qn-mY5+A"E*.1\"?_J8-QMigL//=UT:<[m$R>X0o<Y,YYZ;r?3[KOC"Eu9:Jk\u</QKMUIbX)!aE9,"P?3bWq*IX>[*!;OgP*urm@:L/Y?)7VG!':sZn6B^(IF$k?#VA"f,qieHBn',Pj8%qWgpH1k5+ZDRIb6>mE.LXde.H/Nh>;%hm(5+r*RoGHiR$BA*2%k at 11p$Oq+H4lN(D$_bMV%Jh/<4`sim'?04'tDA=^l6K`J7TQN*(E6:rraDD9/R6b#A.Jg3c?Np:(J.r at B-jLNQ"PP.T0?h3I^=k0rPDG95ajhWI7Y.r)8jTVQ;'L'hN]Se\1= [...]
+Gb!;fD0+/c&H:OSrWdk^U$Y\.OtAb(L(=HJUWgPn1`ng.;/E'`q!BW/+ohOBnloARM/h5j5c9i[V-U4sH$6SF7OJ&PqR[OeoO`h1hID3FROo)Z%3*Rk7Xr^DO8_:+_M,(.)CD=67BT8me!euE;[\sr+M0^!Jn8o/19;5PX."?7U=MFu=XJBJ(.j8AOs:_HGB(Q2M8J<`/V9(ZA>)N!6o#XuGDO4pcVMsT)k*=3S,UfBSX):bg9Nm[MAt-UD9a`HG]+CaQhs,t?H at dbg6RZk<bqJ#`\o=bKRjQA0S75>HVi;N<nfHgag<r$lfIMFjbuM5\"mn:HF59d`@U$IF&."+O]EO/V@=%R;bR&i&S%Pr3C]<G=;5 at MNq-5jdGeu/-el)B@=jD=W7N!1r#>Ck5^S>L4s';?PmPliW?]`%P3&D$AXl?[U\X%<Y\"33F3N%VM+mT?2lDJRNjqM%jW4b<+^#Z!k=IdP:X0Xbg6:!n.>&8u:+ [...]
 endstream 
 endobj 
-763 0 obj 
+752 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2476
+/Length 2634
 >>
 stream
-Gb!;fgMYb*&:H3nIj"U91e:U%AJODr0,s6Z/WaiI=J0%Ig/4o/92\KD`W#b[:j:["AS,H=-:&i2S0<0&3-0h_783KbeF+e1jP??=]!dE+PPKf4Y2PQ>8+PF4m+IH+B3*j?2\"7,!fmJuA!g$TJu.a?WXaE%p'f_YX_/$3A<g at t\[BhaiJ+\SoZ6r]S9)[fNJY;\A<E[Hco`X3N_.M;dPX4n=>^A:bb<@?EfoEU+sc8J&1WrV9I2"(@Nh+l5O)T)'p=B/k%%'B2$Z'[ahdTqR=?IQ$^_nDhf`iVo.i7n0"C[@eP?\W[tVU*3XEb%38jk7!B;uH;^(_sg8ts%J0a:ibY&L)QWMea<q at t>f;20h6m_n/;A`l^,,=SoD0<V,q<e.$@bLO_[Q8dr*ut^YcY:BgD(ir-\`-&dP$40UDf8sp(n^<@^&-luHXI)24YT2-^S$K>;iJtXiu!d]<fW7<_1 at I[qt=cO0(5`Hi\_TB^UX0\+u [...]
+Gb!SmD/\/g')ipps'ZIHZ#5[RHC%p1#@)W#mK233\+P0\*!/U('/b(D8]CA;h\f=XXk8LGojtb%"HG'SaPjcoo*k#:NPCL&NH9X%F#Z7*^i<es!6;QrR(n9_oAcUXj!1Ii)q^JD"Ao/]+'>s1o25)RaO[-GqY4a;L99'Hf.5chVqhfSibnAN&(c!p,oF)IQ;k at 0\pGRo@)K<l\$M#4>$`oS+rm4&0Te(?e>hL]T>CF=.JKPuJTguZs)%-dF3"PF`B0`Diu8`E-ZL\elM3EHKF.#TjT6'lfHST890e3hM??Z)%2WuHZg%ZG-A'9P--DTd+=e4K^upf#->UF2=Q3k!+S^)M0sNp"X`sQ]dfgNp5*]3Z:;RgKcIBh>Me>lGnk.ceo"Vs8-a(X&-.lh[>,K7rTGfLso(KOZED[%&Y8>O9>BJ)q at jfl]fM`f;aJsUclHCg"g\CI!nI6uUT#lt%]/.1FZ0jfj:5V*I6D'r5f=TLY1* [...]
 endstream 
 endobj 
-764 0 obj 
+754 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2411
+/Length 2559
 >>
 stream
-Gb"/)h/D%+&:Y4Ps5Dgt#+d;BP[k$_J at 97%LTP5O^GX!G8@$K8&flh/S,[q-9!U!<MIj1:[UDa945uBH]T:ru\--XG-0@'U!+*q/q$d?k at D2`Y/-b]QiQ_;um/HpA<4&66fu3Phn/]i\SJf>9k at _5+c'IO*obk1uK at VF.A$Y3N:QaE0CB&*R$?GKQcF!U67a6MQpR`+C(o,oVf:24&p?c/Pq$h0]j%QkP*$<eq+^CnlAg*JlcX?`TMu5qh=n@$U0COj!,gHGiKTuVGmm/L:cTLL.Hio^E!V<CKJ--,[-qTOi+OXNb1l,NaiY_)-#dT8e-j6MM;77&sd\dY)'tFtA&nJSMXKQ'%_i$ValR/g(4M&s[;n";s8-,7c?o*_F`W38K4uDPC07KDeBp\O;1nI3od+i%M9=<;mM!B at kC&Mf5NlEsdCM<(P1h>=egiqSX][cTmVn-HA$b6,'nV9Gf===dCQB5.]NWRC/mJ2b=LjU)>Q2 [...]
+Gb!l!gMYb*&:H3nIj"U91e8>:AJN9RDo"'1"gY6P!u-\ggMD#58B!G%qsQU6l:*jY'Vu*C/6Y$=Gs<:?3AZmeD#!1lcWNl]].#bTFGSt?l%1n/jceq9jQ#mr`K-c1:0ff_/_^T+J4-)Dfj=#493&f/(!>Xc$g>TEHZl'G<-N,YDI)VYMXB%&4Yg<,j3OeTR:)EsKG),-A\uNTX,l_+R*j,%dhN[0Q;A_14B/&L8[9LB0$+NnfUU`5Lg2Y_ at 3q?5P0G8:hc(5<R?LiM<AF2laV4B:9YZ_S$-Wgu<rH4HDn+<3ec.]I*(8V7pXSeC!u(hE(Qm)15JIVA4;uknnb\!encP/AW;2rj\iWopO0;n4S8?hQ`/TN<NdKC?*.M?&P>&eNa8$"/QN/>XE._Os#[Kt$RnMP!/14#\/`AeN4VUQ@\K=K!)i`rl7d%MnatS"Y6huGX%S&![ah]_MaVX5D"m/0g0Ur:?iYI9rB\^>K>NYqT!D [...]
 endstream 
 endobj 
-766 0 obj 
+755 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2317
+/Length 2467
 >>
 stream
-Gb!;fD,8nW&H7^.Ii.hd'QL:hlaKjYLB=T\;NKkl8>hZ5cmIT\[sgp#CFK5^Ap9e*:?'3ZVPU,H!rFaZ1XF?/1U[BDr]'aqS-#2iiRN8[*!4"a33MA[n0>Rb*Zf\j4E.=2So*/@(O-Mde?\>S`Kbb$XXAqZ_ZS]6=mYM5-E5\Lf%UhFWFJf_Tl^:PHT;#CB7^p^P6EZ8I.coTpus at u9JW!R$+F;%jn]q7"UNBtLe87l[ik50kBU*!;3#3?@*Fd%c,OJXKG=Y)e%A?u\Bi,qR,A+Tk=ZY at J`-oMVF261N^pl1N&XIo39(0IfcdRNK!Tr`)YipkkPm`[4gX8YPs,,os#4-#F1PJ-Cbc>9i`d9NIE"pX at cFgiQ#U,SeA1`l%GKqU\";&FEE+A4CL-PB(/&ufr9uVc,R.Ko`%3M2JT`glC$\.jQ9tm6:sP'Y=CEOd.:3q[O62+TFrY2qiKT?@XLO>m3_k7t5*f-,:o+3R'E*=hDP [...]
+Gb"/)D/\/e&H3^ns5C]2%6R[ehWt4_OCZW0U$]G@^b at Ua^dti-<A1LC--a3^Og6O[Q>B^'pM"O'(\($;O*Ao58!\aXs/:D@,(Q^3]Y:())9h5./RlQ_*P at r6SpWU_Tds:#+9o5Z)]X&g%!-/lcdNOp\#,)4PB%(!O28sNn1e4pL/2ftg%jd_b^dFfeTs5`l9=)`\o#[cqM$jsYp_?oWTdmhb_K'XnMn.*"g`]C at Qu_SeVo"A^Y6>!Wn*4T4f<3N at MJ"Q]gs<7K7"6'V_<Oq_@)ZDipdSc-2.O1HjP"l+I6N*01,b3$=T%<]2tiC%0a3t7D%8iT9;s=QGbI.k*duNK$cSS(YJu14;)F(UI6GCL:S[()'gpImp=t69Vt+gaRHf8E&$-d>u:fgi)uWY++b?BA/Xs*Vr.gOH-/9->e)m_c&\kAY/RatMr7H;^dSkbAM-60"jqX]C*f!En3T.3>7,r*5^^b-7imO)m04A)G4_%qM> [...]
 endstream 
 endobj 
-768 0 obj 
+757 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2110
+/Length 2359
 >>
 stream
-Gb!#^>E at 5m'Rh-<rkj"k5dMWZ[6`f'AO63t/$[IAOcZ%nD4nGt3)etsn$/'':><-iL6`/LReUpij6qBpcLDH"nIJLsL'bYf;gA8'!3ooM!HAMQVZ4Gel0Z`VgDa&boh<7KY4$u23eh>R%Z\380i]`2gtll00\%/oAd80,)J^*HU:KNhmE)Va\AKZCQNX`8o4)R'Al.3.rR'oSiWOuP"LaBYdlH20+arqpVVgI?rogd^HiL([Ralr0m:2K6`k,Hb9;pe=:KYYH$"D$7htQSI:'KH)Tjr/a\5aR&7Ju4lL@)I!MHVZU>L)3(-sd5"iK:98<WHE:ksBZr#\eV;;`cLDJSS%bi1B.j].=b<QI6LqB2 at iPc[kXURBTX)Dt^>Hf/aci2M<%ZS)9#7gFsWW,s"^\:$7$u=;E)R(t<M]BIGWBN!5"R49H^rM3=bO at L#6:S(OL(Zl]nB-r7S;S3F?^<)E4%Z(sA^=o_H2gD"7iZV[lO6X [...]
+Gb!Sn>BA7Q'Rj\Ls.JTaD5S5of=3V!PQJ0Q!t<B8NA-<#.uD'.@*&lRpNn/GZ/+'3j-%iE12[b2cI'1OkK"L.n:T7I9FuM-7PEV-KIo$P+m^$U)S\XX`_W6)GkqQ0F'[6KZ0T$CpKb\D!s_l,$*Y7bpOaJ![Egqed7)]P4.>F^T;0k2PXO^DNPE<.[50j(SXc[qn[YCnO8<5D_;"P=faSu\HaIdf:8TFR^,-L45uC#Q6*i[He>F1BWNhe;,m)]%aEPn6K6rI>rUn](,ZS?l^7/+b>bh=^)f#?E)FjES>7T=J6OQsf]lW9=l<Ka?AC.o5Se]G8cX&^QZ8`/IV#0^#.&VEE^..Jb5qaJVg8rr2CtnYQBY;bSi6$d70Si,Oi2LgmC`89l,E*iWF!EOGEOqr+&JQ[^TPTADiR!F/Set#a7]rEnp<Mb,OgB/D3LqUU)nm!\Nii)DAbjo at oNmqj[H.O&dr.&W#5W\Dk(,K(&[:H*&; [...]
 endstream 
 endobj 
-769 0 obj 
+758 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2270
+/Length 1831
 >>
 stream
-Gb"/(fl#P('R^LRJ%4]8SKMK3m0_3q[PJd8BEt*ZDfno2P3fF'i_i`<q>7^u,g2(I7$4ea#1Ee%6AiG!\`[4T'Fan8ok0Wn]Ucq(3<a07F:QeI2G??Nn'f1,?\\lnT'I63TT82ckLd_W!ZRao4>?E+=<&A=CD_@,ZWR>/9\6nE3/H<`O)HY2"4S3si5S\J=SeFm2]g`+;!iIQDK]&8IH($Qjl,tkJk;PG/<.u9@/<5np8U3U[erdJD/:1g'`jg[E<!'W'=AqCF-)a`/WCPTdTko9AeY+#Z at M^OafeeZB6&1Ff[V]eb9F8bjcdX/E_0ZInWU6t^[CT$a%rjYoj-tt__(I`W*=]Yom9/BEd[e+`PeKI-7pOi1R?7Fc?>Y^[B]%E at r'<ZqeOD6on$Dp0tjL%NZAZiBX*bUX9D at Cm'2+o>=6=?2mWg_"1r#)@2DKt4+\H-`JPHdr0_1PSBWBX4D/4Lceud_GAgeME_Y+QGgF/0KP [...]
+Gb!;d95iQE&AACjJ!aHhU/aW[cN67G]B_n:0$lL?p;6$%Z`Aj3;YBnDG:;1.<EY?VG^%mfE$/r;H-^jo"Dmu^c"E7C]NN+p"T^quR0%@Z#F=i;O6-&bfBXrmVfch!-Ecfhn%4n163g:E"BGNbn'dp(^gN(mTbH,oqZ!SGoi2#GLq_02Y!j?9=U%\KnE/EseOOZuTro&\76Tot/m-?(rP3-mU6)19)^Wa+AfpM'/Mkoihu$KoFd>9l(+LbtHj\%MY^G#8o'sM(W/otB_8Z$Q/NQfTX4)n^3\efkohWPN[1\m(,*>pO<Dj-p8_EOrDn\gjC.\=2C3`[[h:?dqj1'pUo7HIE<Fs*K(0>&W7`gKJ\pYUdL0u,-EJta1-\g`:W1O=</_oDm8oRX`@KgM;^i*DJ.-"4BFtKFGXEbDQ".GQ2=8\*%"F(V,8<K2QBE^d,1?(plK\*"^;Iq-T%lU<o`BcT?0Ll>u</"JQn/)W#BBmhe7f [...]
 endstream 
 endobj 
-770 0 obj 
+760 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1866
+/Length 1681
 >>
 stream
-Gb"/)95iQE&AACjJ!aHh_UXO>*`dj*Uq8&_Zm`BUYnpT<&f#^P'U at 2JIYX)&8[da%;S:fp2G'*3*-$]ho6hSg6bpW9;L\?RJEmC:G!gdV=G/pj_h,iTpiCG#EIW7"C0B:J9ObUl\?9\9bd6f`;?1&Ng\GfCUn$T]c=d;7oo*MY.<"21gH,/-ADo%`%>u;V6MEm^?[[E0%PHV&-N$km[1%&`L=i;3aC^GQPDH&P.b at b%WiS"TB+iOF`?SWA7I$p%90m-N/JX?9[lXV1PUjgA#bj!e;PXZ0aq at ffH).9XW9&mn;W*HmL+nhQPNE=^?AVo_U0l.S=QiVb3,g<)X#*Ho.`ET^:neT1O]ugn[i`?aGQV at g$fe1HXK at O3lhJPg6hU-F"9+(l,C]A<c_SqdTtQi1>GA%%WGPJT6N>:r$FkPkd:Nr)>9:B(TrqsZ_&Upp>Pf#*<<1fL!3UcC^+NA!UGG>V,[:WnnMiK"ZBmZiOCUWhMh [...]
+Gb"/i>ApQ3&:iZ!PlEFU8Lg(4liO'4H"kf-<BAZ->H:PF=i1kj`PkuG>lK-VYRSMt`p5UhdO&t00[%`qZh*S.&cst?PPTKj!rOm-+2/:/%a8B)b[N:'$GXe;52BLl,-.uOD:ul#?1<9oZ>%,Dc?]KI9K)M$$u%lN=.IYA at TPA>os_MdX.PTg&9&)bIo,KJM/TP7Y&!"_]3>.TohWU6De"GjHUb+"fO[hVBXO_WYa#qcK7#,R#U6GISE#l:-Gk(+J*R6hDtOX#Tn0bLPi2C,:T[$,9,,W,Sr1?G-h,!DOXS(TSRZ0ipd`9"IddCuAE%#2)@M"P5qbVj<ko at g*BesuP_C_Ti[;r+/M[d at J4LqPmg3ZC1a*)@mIZB=ii\M<6m/gIWI_,)1.<FF+33X>I&GNN;uGE6eNA8,]ZQnTMU(:C%Fj7>3q57Na!p;B$Im!KPZZECW/pLPZsK.>VgRA<n+9IR7g4[,eGj>B<Vdj,0:eXgfi [...]
 endstream 
 endobj 
-771 0 obj 
+761 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1936
+/Length 1999
 >>
 stream
-Gb"/)D/\/e&H3^ns5C]B/Qu/MhQ-eUcjn6"?lR\JfY.Io(l>QOb*!uI:%RgtP[qst/6eD[HQAOlNZGjhna<rCa.ip-pe-M=?k2[D!jAd5&.4U,Li(cuq&OpP>[H2k?BD1jCDnO>49n!p0hfd"EFdJ5/37=jb6shpXCfJ_ju=jp at MZ:J4m+6RGIbe>#U3F4$<T42k<)W4c#]8"L<5??lA+B,<OV#?Z8Vn&qQEK=o5*^PC5%rteg@:A=Cs;HLWBEB:,bK)We/dA0[<e(bOVlc'#KGP.tbLgCt`VGT2])Wb2-C>-l,]HRR*+_(D#_nN'4ti:c%#9c__6:/%?Yj^TX8JF](RG>/KPMG!ff!8Stqme99S_3iUpZ!af*#F1L%5%=O`bk at T_F[Q]@^`*lU';U*fp:8RZ)EA77-'cOC)Y-r$"Hp+KuX@<k!>"?8Zekm#rQaIi6c-SDo")-k[Vf9<\;,HVFa0P7F7-HZhj1k^B^2fSs`A [...]
+Gb!SnD,91O&H7^.J!g,QY&:SNo at BM?++QHHOS2H'V:'cX67-\V06ug%mK3Ff`bs6^PVaP7(04D2D*4E[1XD$#P7XtgO-oYq!B:t5a"mdM_Is at r[9OPsJ\O[0#<r\/aE"A#>;l!Q%g(XnChMt+U`!R0!VtgG!2h!@R0cWO/>fi"ZrBgn/4saD&fBHAd03Ue@)d45_Kj at G8=8DI?nmHOe<E>='Y at t?"-_k/$e66#(;h[_Nap.B4D.8sWJ"C/E0+<RO\UG'&PSL_ZPfcNnN.S9LXCIU:9+n&7'T]_?odMp;@__<7n#a.As?:dCLFlFf;%iF5oY(4!ZbH1k:#LXjs&t#!\g)g3;I*VE4#+qQFc=LCFY2`qE`G+FViF0'e7c]VtfDB$,8\%h/9-'h,84'i8Qe`2]+T,G$G/?.80FCOUp!#Nrh-`)AX=@;L<Nq7oJH;7(5KW%1T^oaN!@`_2_#+[/$CljfMcWf'$!f`ZG[@PhIs>@H [...]
 endstream 
 endobj 
-773 0 obj 
+763 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1911
+/Length 2280
 >>
 stream
-Gb!l!=`^''&:Shgs$Q6R'UM1S"-?dLXbsgXj<:#;_:r]H7PKurEQB,[r9q*\!a,a^7ZJd5A='*$]'88PAu=f)!?M22na6M[=#R_)+[@I. at j#%:@"3homF.9RdhB$O20DV at L1PmH)4JhT*&UMfoO9YKS=Yu>d#37tnd]o4<7^Og>-lO5mnFUY'\Cq(\=pKJTJqU6DsTt<*PQt3p at n./?]+m<#@Epp=I1`l)0=.W at uuu"m4P:QY.hS(QEHPTUA$\_?GF1I>@YS-EenQAh:=+DcGI$=>Tn?,FUsFQ$;?2 at YFI!\H]qP.LIb!`LcXiC,!An]]QE$N=EPdiAGV$iLtfYh at r\-;T'rMI9XI'\1A6BnBYI#9c]Qp:JF2,s?!i(daHS\/O3*Lq[9D`iY>oL524mq:FC3.WWjC\Vo4]:F4r]`VrBW,QkNtlr%h8SkE*__OHS:Wh!+YY;&9b?YO*d':R<J/JQ'4j&cK+t0j/eee9Qbi76E [...]
+Gb!l!>BALX'RnA%re'p(0SsR:^>R4GB9H"C%rF4AfmR"HB7qkPX`(K+"SUI9Oc at 0e2Ajo)h%i%:D&qm)I%QGE-O1k2hDkD>I=uKmkg`mr0L<S__O at 3mi<T!eG^=C[H at hK#2-!MYDX,;"F[`-m#*rBo0ZL0mTEd^Ik6(?I&QWJ(CA*[cW&Kdj+r.9D$C<,tcNK;7js>o*KQ(e2S>"nC0[r#ihsl6;be&d=+)E%oLYMk]%If+gW40FIklbcY3_,0!j"<fE(F/'2ZYhC9dE-:KI)"?RFI(`$p+o$_b5Tr>_Q_UuBPO<3a/@5[f67J)V,L&L))]m>2$c8"%0EqD!!GJudkG/NIJj4TFBZ=1"X0_S+]Pp9LpcEc:j`5+@^sB*]i#S-0_I',%iC8I(=Rjq[Di?.27dA[f$%':1XE;p$RQDEB-gkg#`XDL)a^=e-EM'1kclCISj6qA%tYO?!f1s(U7DWIQLLs00]67,eQ:Dfe_464W- [...]
 endstream 
 endobj 
-775 0 obj 
+766 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2277
+/Length 2025
 >>
 stream
-Gb!l!D/\/e&H3^ns+)74UJW?&bpneU8[/[+g7_*O%G8<.ZqT4j,tb#4,i5`^;6hap[VSZ5i\c\t8!/&Wq72:$]CQn2LR4.:q]S:-6hL6/5R']q.5EI!6Gn$2a5Q:)f@(CC3S)S8h6:0(\[J8Ae$D:p)t:6n9F5L8B:>TE>bhgjk+LJ$i/WZ^iS?<?%uc8k at Wm(7dCBGOQ3ZuHAKXoAJtf=Fl,cXX&SPjZPVteA0[o_9kRFl^8oHk>M&GUWE/'+>fDhM!<""PYJrq2'4u+]4;DOkZ5>h5"@U+q>URpu_?DFjS=XGrkUE1#!/4R<;Of_c`Tj+_Ik1*i#GQleqrO2ig]u&.5-&,-(YZ8TO"p(kN?uI0,977S6a="g9r)9=`_:R:`@jl`k/_Y,Ca;F8F>1Yhdr@;OO/Id<hU*'mUd<J)[B/$8u;p;L at YA=;O/*.]CVCD6cM`?k3![.FU#Xa`E;j;m.a9PGe?*7p!70G4<KLS,AB8 [...]
+Gb"/)gMYb*&:H4YJ!e9`8 at 9XaZO6%d?*oLk?!oU,@"Cas5`oc9#t6igPrem?*D2W/fp43?:#)V*F1#U>eBHm>MaG5!(Fd)=$,CK_^O7 at m.#]K<>g%iKBD=0,q;V,0$aPk:D9F84i'@p!QL0>XC)-lL9U>#'$;%MJB3`gb@[e,"ih`Mk10;kOY.<JZZcl#cbnQ4,Ar0&o*]**sN36%*gJC"*j-tNBTg+lqYRi'!K'+M>9:NqrW)`-tg9iP[BshmK<H2aF\o@/r`TN,J]qq2]dVs98_OAB!CHPoB.Xb)Ef=%[A_rqJu`/:7`1XK23Ar7u"r&Y+nj;MJS"Jc]eTQ2_s>33$7'slh.WX>RJ<=IkD8Q%#*+j\dXir"t[T\)pmW?]Yd#oR7'S_8_QC<;D.7egF)\t+%PK?RU%=dtB1*"RkMRsMenXM%>\r=L3nTE_11If)It:l>,ujUVm4*UXBI*sPL_ne'>#R\hhQTB)C&aUs.)D8 [...]
 endstream 
 endobj 
-778 0 obj 
+768 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2136
+/Length 2287
 >>
 stream
-Gb"/)D0+\p&H88hr!.Wq2lY+VZ46UFDXM*te!k&5Hn1bHYQ[#]"_9\bqWkbV?Y"cu`Y=T5]j(i9PpNQ(h.LpX%B8ilM,u&iBKSSQ^M-6fd:A7oXC*m\"aurshJ@(JZs;0['id&,'A97bW5]*1ceBC=['I[<:%8Wl4@:cn!+0O'B^dU42Yj`WC`Qj+DU5B/#T9A_AuFD/Gb;b8[ATC\1=A[I%IFfF%H;L'E/,ddHs/bbg\?$.M>ri<7iG_tLiaWL^'$W)S1p+&'Yk+JLlWa7I$,bH6]i%9EC.MF9a<n at GOSlp8)F\Oa!YlN43[YZ,h'A7ijG3B9j,g9q)[6['l6P1dd=W?h-/PZ[/5!X#"8\01mk7WcCt=;=F/7*,tj+BN.g^`@\A'$$;iX,VG;_6kb?Gs(a=p5OA_FVLD at E[m:PBlPJO,\3H^%jdj/L5gc3(IOc7]XfkA:HRIf1l&7\/H&r2t.qorI\M=oFm+H]OA>I2BOUQ [...]
+Gb"/)gQ(#H&:G(NJ)FPDKr^(D.G4amO:BY3+T^<6IB&3UQ>!H7>oZJnp&9ApP]`ZOfiiZtUd2.MG&7_-LPKq_7`*6"+0>J9,(shMka,X2_A6=V&LI]JM\#%MioQ*%043Xi/N!tN;jS][V1r^1$1q1$cl&21_$H/Ak6$Z6&N8a,VYUlD1jPG+)3;+.Q9Ie%"t`#kQ$$QDS/e!aPGYOUJp?&(EJi%`giCfCkM;K/:UbEng,F8ORMJ+:OT/;[C/?u<e.c[p(F'oNNep/0SY2E"a5<O*F_<U94J9fB(OK;H`$i6-)=i'm723[&L!L`aq4XHlNG_T)X7'.--BDglP":!8g^CP7nQ:Uq/b:sU->B+WKMF'fniS.gM82J_cFt")1Y(P;p0kTj5q1.P)%VpV4!E\*Lr$Y((3Ti$Sp(4UC;OTR#88YO0Q`l/Y3'K(E?)Hnd2$dc]:A2/NQ!A^@p:8gh_6F*:M at 4_l75;H2lnQI'V`$R]C [...]
 endstream 
 endobj 
-780 0 obj 
+770 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2307
+/Length 1980
 >>
 stream
-Gb!;f968iG&AEM2rrG8caXAu3J<]+4+6#+p%o$6:lHL-$Jg;[ja93>as1Sk)7)C-:MR)S*ak2K\$g]K0I(NJl,8:(9oVWWNF>H at P[hrN]9c"(6K;.TPkk"HEm, at jNkH^+^R+NJ5BV[hS#mJTF1GaFt0 at .t%1!F_JWu(lO`nT2)>F9:(rqY2IAk7^9WWjV_Vb.KGoUa<OH#%-3:ra^PKT+jbFH-P[pY"$G4#Ho5%/Z\^<E%bNs!e[XYjrl(8B^XmB(P>+(_]4YOD+KH#'7M;3ChHuV.MFG73T5aKUgBa*6AIT1Wd9 at aV@<`'M9E=["tIWM+nP#)1*ta]&#K.>im99AhG`!1"-H[Ompknp[=".24&JNlsK0-)*0B]>*hSea5CkgP;j8ap=7At[9I/"'*'iogYGL&[gb=)\0](t-REYO30_M7T-&jDqN\(T&0Q=PEb$r_O#C[s-'&-]"Q6-g<DU8HSOiC*`?(NE]RGjP@'I5:\d [...]
+Gb"/)9p=:#&A<#4reJe at XG`?$)N=kpq%+q,>[f'";op3D0Sfa?$OJX7n*[qdlP"ps&7WI.QYi(+:sVgZcg02DAdR\rRj<JF97XJrG]cN,(bhBZ0f9V6^Vd7Ml`9^O(!19[Y3CVm$uDDI3ZX[!o(ksSSqck&X*bF at fu(mT^pcmT)SV--NF)&@D5<1;n!/(O=h8rFc[)s+a]7Og_Lnm)+?V9Al[TZD;K6'c)]4"I&%k^;XLJ285IRkW=kHio_`!HiCt<a&U]J->1UDW&YbC5f$ka2n?es,Pj2[6G7EY:.jU.tqn02tb\+uY^X^m]^mkTfKDc3hWpDT+cq,0&PlSlHAEReWgj*lCI54CWSW>7hj?c;"sm,)9";i?Yc.-RmWRG*bB^X, at f,XD$R;N3G:7BQ>o6NON[q_#SIb?HTQHju'Z(JI""8%&#V2?@o06Wd!3<djdX[ITnQW0"W?m]^[>P[q),H0,$@Z18GW]6l2)`*q1NLS [...]
 endstream 
 endobj 
-782 0 obj 
+772 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1709
+/Length 1724
 >>
 stream
-Gb"/)>Ardr&:T\)s"J at 73T08X?=-mtTiFm[qTq'tI4/+'Qo2DE-1N9/o[e;2D(l0QN=!m-'Lb?nGBW/\1Z&UK5l;/9:F?/;Gmq1V(pF?W(U1(+0`Dg$N\<&W0/%91CENdh at M1A;90o#Ko:;3a8?Tu(bDXmg8=lNX:>i>GRN$b"\W(O9cW1YA7%X.WrE_kYphWP0Rb[MI[;AQsgO$>KMP2K;[Pa8PO(U.kro"d8rsE1)eJ5pf at 9ZVK$_)*uQE7+o$so<b7^5I3#blj'BbirPdkGcE%$P-X!LeQ--0[,.SpU`>$t0o6/V1nr'qYn at W:.tXf.4ZfP4".MNJgA8`[+YoTA6q-/?N,^3eqi\aQ!".]F`^;6h"?:!\[:$%+9j:=iS7:UHh#WEa*.TkBj2K&oaSlp#]CN;_JKo9-?m[XL3>#$XK;O(+u_YZJ_^hDftRip(dKB[o(.4:`'IC*h0pKl&q&*UqY17O\8+GK0t&7o;+/P)f [...]
+Gb!l!969)P&AG%ls.O?SR6W>!Kr9gGD!fM^&!L:6p-MbO_(o]U%jIK:Qs[UF!O3Y!2C:=\1R/Y^X!P/Wh>MbJ&CBp-W6]/XnCnfJ4qf%Q`Z>\$@)2P5pg\\snT9%B2R92<d"lD*@,'g/diAO+.KN6MaP#YY2FCeT`jPqbeHDVG<b^9"O6P7MrYNR5Wqh#7^UFm"aZ:l70hHFT*_B'p%'s+LC7h.)Xf2RPeV\&:$&[6&)U#B9'sVSQTZD$FlV95^[]6&C4COm^\bf'E8gh;HOhOc4_pR!k$9^,U.^+;LE0/Z:!3B\-PS>_6/]29HU(EInVTbYbI?nhCjr?e)Ag1c+"UcXjLck@]jj/OX$C_ipH]heNcWDE6q$VF&6Bf6](QM&DjaP'1Lmumj[Dubu'=;\to7]aOn:\uRI2SldS&s#c-<!b'D=;1G]/ji;aL+b4_q`]g?"^\dh;f:S]q23:TbULc9"2'Qm%tj"EGMk/Z"U<E*O [...]
 endstream 
 endobj 
-784 0 obj 
+774 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2166
+/Length 2102
 >>
 stream
-Gb!Sn>ArL\'Rm78s)?ge]9L=G&Or4Efh5DY>-6q=Afm>ha92`1P;nN]PVU"&NtWX-+\eC43h!LO`'1VjO,q'EZ[mXX^Ee1!,ClE,E-"[&QnT##fE3)4J&-'`o<YX`B4PN<)?YUO6O/@S3A at OsN@iK&N3$(*cd0%J(g.sC[Ke?1]@!hs7iPeum+XA41>;D&p'@b$c.<3F*fP;aCK>b$4RKj?`;9!4H;(u_K^i^BeTJ8l&,.^R.h+N`)j?Rt=(fmlQZN[10KEJB(Vi6.JHl`V>U_Q5[:!rD_j!G0j!]9(%8t/4XuK(iO%$kIWMGEl!dFc\_Id$H/,nrsN\Mm+WFB[*"-4-N<\.Di;6Eq@,Kb<pL-\EXb9@'T/E'Yg?*ijHBG`LM*Dg*OR8617%C9`VNoJ.nPun./.tY9i6Rqo at bh42-<MO%,PB"f6#o=[9 at +(OLJ>T$/>XH<j&I"-P`S1c&E[\QoGV&S/4:Efa2O74m4EW:F)< [...]
+Gb!Sn?#SIU'R^LRs1l*)JYItsZiY%Sm@%J&>-+j`k$_Y.b$cMl%OKZqIf1lJbE?\bP3'7ol3*,A?BY&G8*:qV_8q-KXPSRHU"9s"H]Jasd3M-4enm8>*PJ"K?9DS$i3f\&kQZ2m#C2o9)jYD0bKC8\eVa1a7G3HiqCp)6TGVT:K2NP'EkU;<=ZE.u)Ehsqh&]r\UJXM-F;.1Naei- at B_&"drhK=<Y'i8L8^k]4fXQC>NIraNkC&@,mbZe^C\Q!p+TdsAKEj>&b5'e=F2qfPC5Hac+Nn[_En"?K3=dm2E0MXsH,p9OW,aKs&]p1q78TF9;A=p%<(/3B897psF-`MM7M/8G58;Zo,%=<r%"0F!:/qPQK,,Sq(*2Jh9bN2o,;[$lOU7K<Ju=Et#Qg0lAGIF$W0Su]g]WIGM!u;AH2Kp]1eN?B(KAt)o]L<Q_]$SE.h+\1)E6W=Y3UT1F<@t9D.DV;[VhBh\o5\,gAWTIk0OUB2b [...]
 endstream 
 endobj 
-786 0 obj 
+776 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2099
+/Length 2354
 >>
 stream
-Gb!Sm>Ar7S'RgRSs)?i['WroXP[kN`J>HP+%dVK"JHA,fJWXZ9MaY+e2"n]A+_BtK>IL9U.1dkg'Ceo^b4C%W#akBSoJMF)0$!JXM?'nh49\%\$KJn[O7E&!\+;D]Q?>p>,`_&<k;e92q\3[X!E0 at OZh#u#$n7g-c\dUXRej"LHKO.&_HFm0_$Bm1":JY,`"E"KpAG_"7E>r5LIEU6-PnK9&&p91*M;um?>EfX^GR*9K$)H%[%fCsX-C$6fPW"aY\%+Qd^<lO`erKV/\F&iFBV-43iK"s$?im\=cK<jc_.FZHT43\^`X1ePq at jOHaARbX/=+t;#3Q`#=UZlZ'DPQ:5Gg0c$<GLHdfJ$a5LR:a]Pp"Kmi)dT#e(r77P>"0i(YQAhW>i2(W:,0c:s&_dQo at 1/9-**gL_8<[0uDVABHO^2hd7Cts\pQn883pbZDF-=R;8K<"Vq\XUE]aPIfoo%+[D/>ltNU4)l,[h<XCZ[]5SF' [...]
+Gb!#^D/\/g')l41s'\+&7EUK%-!?/<"e+hefYd)o[kY*P at 3Ar/3bBU0W[QEk*VR8:OFE='=cTR/m3Y+3KYs.%k2dHj6c$T7C;3R,!1+pTrJgqj0U`()KZ!#gnFPl>ZS0Xsd>b6r&;PR_#=78[`sk&SZiZ7&aD[\8_e&%LAR'#b?Ic<]1:-*cc!S9M1Q5Yojo;Pl7lTCsYe<cFeATQ;a_m(4js'j]"QI>>p\5O@(AL%7bm2DOLcJfDY;jhj+jT8 at Jr@[8E;=O$MV at kT2[ZXIrVE(s;.HXX%">R@*;k=u8`lb/\Iu.o=,LOn8E=!O$^"-DGVC2c$iD!Z(r+__0Q7>@4eFLtG[V0[bk%87rG_rj^;J*9.]h?7kcfeSdo>_'/p"9I$Pf^/8\M%Yp,?I,qtcl8R/'%k1.p_DT$>dGf8Vb+`+_Sd4P1'"c_/H#gobe^"glR6`Cf9jk#S?=lB:!>69hQ`A;f?KrT;Js.H-NfNXqlg$q [...]
 endstream 
 endobj 
-788 0 obj 
+778 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2404
+/Length 2497
 >>
 stream
-Gb!#^>Ar7S'Rh^^s);9KUk,:s\l`!`4s]Gt%-Y.&c!+*`N'uEZF`Bi"[Q!QfmuXh,agMgbNRK/(j-YUgo:=W[W":ZQS*8HH#.V7!oCiBD"kOtANo at eH8,2KJorIPb?]gVT at i?\64Vp6,2,)bKE2FDda^h_!Xq9oA52qGX&6#]ElL/Nt-]<p9F3,XZ3>4kU--J9-b'1iE\A#kKm`nLtKPWB%l"nH0/:KO;?mSEg6uPh$6bE6e]B377o[*91<r?n7ZWI+>?`N!/j*Ep-U1o9'Fb?W4;@aZn4TVXM?\?Q>5k4IA"9)`H*++-72_D!.b/UVl-#c?'Ej"LBQK-mH#*:RL3aM2d&Bf3D0W`"M3A).lht.,5T"Ad,oCq*6Mo&#E(7A_bA0[\ME4G]Ti\\k(el$/?4mGXfhf%aOc49P67"o;4g*(c"HefM;JTZ"?79?+$2qSQ(@:o;CqEbedS&-mrgTXt;PWM],Ti[1J*s-HV0NV4-E< [...]
+Gb!Sn>ArQ1&q1 at Qs"NWp@%BQFFdF*k#AA[c-r:WB2K*`aJrsc8-b=Ok.^o6?c]F;@.CRffZ?!G!/f[A$Elbe>1IIR<i'1.g"u3pfO"e:,_6i-?!N)VRnG"g;n9B6Kq=;BRBjF(b9\4L)G?it.V[h"b]J.iK(1(<HCD^dqX',NGRlbN_'Y-A5^L#[3&,3I()RI(kdcX^'?83GW>HMIQ:Ue$:mGn!%*(KOY,U'k7K#do5Xkg@>--orKrs%Yc.4'Kip(@;$;f&+T%c-V;gW-!FN$9#n_-rI<+I3`(6kE06ifJ4B#F;=O$RQ!L66K-mAkXac%B(?5^]Z>$5t#'./s+49O=&?j#k43L;0=?U1!=7OdKE+,k/gl1];"@(ek6c0JM5J7R_r(?N6ZA#pJ&jED%i+m[[#aYq!F,W`Kjp*,\.Xeoi?bfPNP5[R]^NcoSL3[[)eFri)+9l[Y`k=<U5`E7hs>[EG?'J>Q>'3\e9_`8Od/=BZ [...]
 endstream 
 endobj 
-790 0 obj 
+779 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2384
+/Length 2766
 >>
 stream
-Gb"/*>Ar7S'Rh^^s1jsE8`@b%b7<Hc%TnJe`K74A?BuaBAD1WI9:A9EZ<t at 69"%:FEb$Io1TX+Y38pQ%I6*_`Ht!M[_j;NqqFcKj*2EK\!uWF(:Q]($2B%'75E4R8qtp=RUTh.K9fF'<6([7Q\i$j'VD*PB`r::'Kr)<)B=O[i%%Ua&(LP8m?#L at gbnpm<UEnBUR*E#fA_IS3Ig(2^aF9N\lt;ibl$X*t<1"OnAe3M4d.)u8E&(':-h^C0`".e!fsqVP at VG[*+SD6!QLJqgGe',lfBs!DO=Sr)0td4TE(*)c6D'ob(A`tZ+^u$e&/(b!pV3AciMV4!PRtdL\gM_GYaS#fRRDV5,U('Qf%J<6&(g?obuWM"<j`#Hp?R&*^St#9g%4)XH1hoqE0GQ%Cc%.j\Jq0PV at tk+[,2"A1QmcINC$N+J*-i4bHl%Z7TUeh-k<FemeE[,h!nrg#6tjd9k3\bh>[8CUBGuA+8CZemSgKiCl [...]
+Gb!l!>ArO[(4HdUs1j%bfGQZSW2gp]%l7lt'I\iQ2qWPW])aM22B1IAUlr7&^5(4o[QLj-lmYb)i3CM\iQ$$8c4MeZi?)*m?AQs`7l5Y0#TMuIKs7CVkj^%mrT!S$Vs>j<oX/g9a0ob.f/5D at S6I]<qFXhkl2(7VS3pA!(^FYlOK$6Ig)5VqBjamGZP]fI/6B/iF45j:7j!`JLWS?]HMdk.^-fBs2S%ZtlE at JX*(t">9@(T3>8RU($P]cU$'Tmrbbn]0M%)l[--mS,1hA>i8'A%2EQ(<p>YCMKZ"c78pS)V9XI2fmk6L!0YL>Ihr#4+/QZJfldZePoONVBaoKn-<cm8`>0kZ*W&P$d<^pIi1E=HM]+/8l3V]Bc^-0<CJS3E<oeE,Q6p^Q<0"9VY3P\VES)\%g4;drKDm(NC,(5S$E-m+(DTV<7Zla7QG9a;I#*&KsPK3!N\TQ.0Z(Rm]8_*3U4X3Z::BKmfjRe$?Jj+ql>06 [...]
 endstream 
 endobj 
-791 0 obj 
+781 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2266
+/Length 1769
 >>
 stream
-Gb!l!D,]1Y&H9r`s'bd2_\cOSG;7RlO9B6o8XcN`8L at 3#6TQ/DZD?[fg\pg$4%Y_A&f*Bm-654ik4W]ep7C)gD at HUaIu*me9E:ZT_r-aZ;;cg)7$BGeIg%4_]/sADG=WmXbE>P@;[:e$-!@W5S1+SO+V9]YGAnG*=;f_ZjK$F4<J at X0HcOPc%[)6"ru95oKT=s.X&5'h=.7iRFL..0R;u4bf6,ibdYam/Q/!tchcrQZ3_B1)HVqHI;W!sklArT"PQf at q`a.K,rT1/haiJXl_bdH^K8F+V\mj^s.J2%=#/Y2BZ8_lRJBLDg^g- at 1i9$qD(r.$6P(^>t=(0=)oH3'Z(rP*]AT%9Uk`&O#%XYNG*/Kl7q\$OMJ?S=dKL%R!+'57Xkm3\mQ8He%%<*7=WUj[@LKT/N"q2iWUp:<>"ANn6b[p2QE/Jtp22gWj!^]a$a"3(a_"E:6YW*,41T6\%iAn^1icOnZ<g^=0Ok^A&C1 at 9Dk" [...]
+Gb"/)>Ap9+'Rl+-s)?iGNX0'J)(q%T.D*-tl6b?C\n\PDC.7KG6Pfh**8C;^*ACl26bp^.\>g/Fa)gBdju_J20F/s'K;-,O5/@%2S6R7'(g7H#Le+33&M at 7B#>^*[.$g]m-m>Tg:_cE`A=`4]LBg`,lLbVtOtibG%%N9l^III(r*)?hlY(``bl?%'][-3,9@]o-l(ihLom*"l2ReX/9:QlR&5e^7=lo%Q/i:jN].n%Z:Rf`--X?1][QU/PoDEWO'Iniq<*V\3)iY*G0`lSXX8rFd!J3fGkNmZAi*g#;!n4E<[:CUkr:'Q>AS&q^7Oj`Jg/R2`DblRfS6X5,cBA,nA)nNf6"!l.?nu*U)o8;:Cs*WiNLa>&KjIj#_"U\B at KEhYcu-cr3AVFo&tlJXO]sqJ1KXU7g6S"_QBoERX:kjZkSR?5?l8tI"+&1'Smd1[1[(9UB)>hhruW]22"I?F\26l[?eQmF1\rY1SmQImU_P%&Pu [...]
 endstream 
 endobj 
-793 0 obj 
+783 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1665
+/Length 1639
 >>
 stream
-Gb!l!lVlP-&HC#as20:BN$EET8QKKpJL!KB!D4$7L")O7 at 3%gs/NK!<l`\Y!@6JGK&sb(94(^&(gUl:rh:piTXV&Y6KnB'X"Q3Q-%ZV,D%/h,1<2.`(KqnY8cB$d%'[\D9,U5`V5gpE=-9;kt!s1J*E(7H$@Mol`/Cp8CX3/8YfO(uFh/^#8iu&+!#5isGfZ\J4Aq at eSTjqDM"0N_uOXYA(KR;Ko at 1(52WU6.GBj3:T4EMYMH[F->(]+#[S::Zk.;<KIXf<bs(==O6Ak1&A#c0aF-IH_nH\Tgu_]EH^3>S?/=.1i3<k=]%6XNYk$:I!9<gI>$]>hja_\kj1BSgELM2%>,mSAaRX]A,)7U!]go.>Q,_iTk5ZSD&r?o@(b8_B=0rX]ta at cDa`]*4+R`dI"GG%SY\,KHBY7R`.?=^U0HfUF?G_ci2[`&+Jh':Ok:MsPjub<jLN8?IljOI!ctLI\`RS(&\uOA\eU34"Q9,Xp=A-H [...]
+Gb"/)?#uc!'Re;$rkj.gB?*Xk+Tu>Q&(teXSS:",m^R*h9kHlr-)#)V"e=6Dod_^S&;(#DfLah;`ZNTnXuQ12HR&Ur,[WNV[mgAd#OoW$%%+ig(,/`:$r5c+YeTr,rZ4gO.8g`.F:E=t;ik`lfeY at ESag/O3Pm0^k>[J?!_2^9.!Yu?d$k/c3f]`('0.797Qe7`DTAmp3M%0>#;GpGp<o7QSU,j+UOTKWW<lld\a$"c,sEh at oqA\?>JJnB6..T7Riq>`q9.`m/T>06!N5`!AVaoHB%Ze=W'KEp`J<#ha<L^*mY!(l4p91H?ooUlL=/Wl:*FYfgMh0O?@R"Y4Q%FrM'-WuN91sUAV84NVD+L;mUKVIPFTrC2`<spU(X*hs&a(!-eF9-g'fN1(e'TQ1JLl9m/n;Rro"j&GK#kG"O/2_d\NT&-ZL%c at 0GF=pksC9^S6'0Vou[Uc2PBNE.$7:prC^QqF at 1'qsTS0r,VAifAFl&\h [...]
 endstream 
 endobj 
-795 0 obj 
+785 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1966
+/Length 2399
 >>
 stream
-Gb"/(D0+Dj&H88hr.hs],n+oI=ao[15GYt<D(k;L;L2("d^`56!&qop[OL0arCOm$"`,k(8FP8`Z*C^;?1$CQ&dVJ961X:L!+*%kp^@2?d-^rZ$A%mSS@/q=^)e>gKN;.h($VS*VPYfBAeWI8GbE4,Y]k=GRmWH^i7SP:2+j_8[p3+K3BoIb(VS[Q3A(E<. at Ioqn]_A&5/W(g$r,,d>;Q)"]*"&OZQj.5&R%=LNX0WSaDXhPNPsg:M7-$`0pQ$LJu1#pMMVi10f2!OMBV3#OG7km at MVGm.IJu/7VpQ\i6T4+`D=)jhhg1)T;edsAulj%6oL>ErH7f(oNgeLe#Ts[PIL!b02>jQG(08aa*5;,:>7.gi>KBoj(sUI#gER4q at O-++bOhsMB\^B#>ek&7ZQUT#ale71E.uLA\gKR)H,l^EhtK`rC at Vj1-aXYr)afhdZ7sWCcF]lG$LZZm%tBN*5T/2\>b/IB&8-<+,miBgbN9pW& [...]
+Gb!l!gN)%,&:O;3rrIPRUJYD#]R-Ld:1Ci%,Y\r[9r@?#?kSW)o+k[!W*eEc8<JR">)Hk$Bf#<V,-\iaMqpN$J-jZ^6fc^S&:-6#7qVr:MC)7i$uDTY96<5Jhtspu7qu1*_\t7H'A9sW2;L-_jo1huCU;^nhQdYdp-G$.5VZu[5q-K:N,JAaiF/n@?`00CW%As:][cG9_P8oeFCXRfFC!^WqMC7Ce)Mfhns:3D;mf)nqcWo at Pe'7V*^oX#Wi\n&3X&g,[RL]>9lA<d(utimVC6!nMg3(E>eCemNmaGaIY*#CJm%Vc>/jk\,k5oBRV8d4l5FQrdI6OrT=uA=rV#'JQ`"I0q;^l:kMK"R-a2BcT:J+EnbhcM^V#"M5+S5AJWA]7%%Udb`Af*fi`taE0J,)@c<6RuLrDR%7`liVr%cB=>l;9OT\/IgZ"W6,T=_0T:#!:["sugOWh2>QWmkjqWdTeOkTrg_#;Ib(`F45c"Pq9^Qq [...]
 endstream 
 endobj 
-798 0 obj 
+788 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2201
+/Length 2304
 >>
 stream
-Gb"/)D/\/e&H3^ns5C[<%2))TopTf7]CnlPFIb.&6\'`MBNpI&4Ae`1rq[Waad-Bb<ZKa at MRGeXOXK#A_n4sH;[JidQg!<m!q:@7QQHJE$BlnMbHPCF$%AEb+8pD26u#lZ1e_Aj2Roo,R*<&/9eBafJUDWgKZfJ-b.(JMX_R-$WESoc1XC=j$B`Lj0_l'>1Tfe`rR7gkn^kp<A/JOoFKBbh?Kp0#ZE^.32Dp&R4Z[SQf]2V2hK".+",h>'Z$_1+5'(^m'#JA($\$X!G0ulI"jn\)().XcrR"Z.&CN=:/:ltE?c%4jbX"?B6lmWu/U.]HT\`u0Y_6&.FqE0%eNp=)k<dJ#3*\i&Q.Q=`/#=r]6':8*A.XHN=u9N:/97?-KSC!Q=d0^#\M+G)J)h-^:pPGZIM##:Vdje5f\<M_pQ;N=XoY^!i1^tDEY7+7$+WU43t[J\mXF')10,X[q!N;CY?PBn?)\gRr4m'&)Rn\t!F7.4.# [...]
+Gb"/(gMYe)&:HLqJ!d])JKp*&h/?$9jJ=9QFA]DrJV'2t]<il(,>,C'?f*#L=ik!PQ$)H#7cR.Se<"b13AX$[J;mpSr/NR`2`!F=:Ol9/c%3Bj$aX3ukLnh1QbrpRaEk:+'//ht#X$:R+r=l5*n]UhYrFjZf<EL<Zs<]f8Z*"f;;:HfmBpYFL`%/5G\cS]"\2WFXZ4B^PY2Ldb4M=t.Z[4GEs8XuPuL)"J=DlZ]4b4EB"l%Prn-W":r_m5r9/SI0A+?ng#c9$b/o".ENKZM*8M<F?'QU&&%Jo#<\CN"3Qq2=o%pu7/$%+h,A3?"JOYCLOZ>L<*c4b83p at JN-a!-2oSO at k2/_EsXZL]MUE!nXi">kuG8l&`S,1Y.@!2uLD.oW-&@43r;HE?PY]O9l.cmnOkUI-(d!(cfW!?dt_mr'C,3ErQn at XEp^#Hiu";mZ8pi96Q$9tnt=q>I[^tI+-VX%K!B.qM5/6,S$..T@"&tW2="% [...]
 endstream 
 endobj 
-801 0 obj 
+790 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2094
+/Length 2375
 >>
 stream
-Gb"/)95iQE&AACjJ!do0KqjIR_fgSoCl9mL^`IY,+*N8:"XDJS at u5:VfnoUlG=Xmp[M?>mRUYlq/WqoYq)I8N7Kcuo-MDAB!.="JbpNRG6 at T9ZGC8WS$,?3f0>:b!OCE%a3\C_"!H\D&\6dM%R<F*r#O'Rs"YN0BQ"^O&,[]-1b>PYpEI@%p\fUJcU%M9(QLPY+6qZ]pOSB;@c"&k73anFQ&i'WIRWC9>l\l,Vlq+#8j(urugU2=i5Ta?KQ/ts6nj#d:&h>uJ_a[,B(%`T at rsi$rfu,$tV/B]6LkLdtT!.]q=1h\gJ"VO>^>t?U.Ln=/\.KD-)]0E/mQ%'e&M_b2DCQ^C'/2Fs"Up(HO\sEh.ag1[>'$PEPF7R,)bTLu>@;/+9@,NKQt;Ni\%,CHQ at d1U8;oDMPt^^[EVAsHDm([:V'+gB^[9@)9E!#0I^!qY^+l4gk4Wq1)dhbL^A6h)*\W'FXXD@/ZV8:]'0LEaZX]nRF6 [...]
+Gb!;fD/\IE&cTM[reKaI,^$I<W>@)#($HEW7=k?_>8Tf`oA[R,[&l_/]p*%TrUh1/Q6jM9XiOZ6Y4H+,*,:6"o#qM2!]L#ho05nK5#1%R0*DQ7aW-+H3AC7DI\+3%pZ;?8ZDD\[b9jC\K($=;blS,_)?QF&G5&m9,j%;*iZ0$^[_AMRIaeG%_O+sR>f5V'LY:PRPN'nW*lUttM9JS:^9hq"dqgX:P$-ORmbY=c8Z?<!b&];:W%/p"O*H!$aaQrFB8sKV?IM3H=LWt8AnZ3p9^nPID&C.G)8]l86WaB<0-mgBGbb$%;II^XXu6Z/ZrN?@q9:XPm0iNJB-Os?:>I!Ng!1X%=2]^AMCLM;6mdq[\X'[gSm"Ef;qHZD#$jP%F9ga.PCVhY9L7N"LbOV/1('@E$]9Tf)5T at OT>WC^fKct<.[V`X#R_tP at 7JIBLpCbm[UD00\PPk^MAb266]SPL;@*A>A11F^C[rW;?;ksPl1G>5[/ [...]
 endstream 
 endobj 
-802 0 obj 
+791 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1815
+/Length 1546
 >>
 stream
-Gb"/(>ArLj'Rl+-s)9#N8t;=>IAO'qD)ZmB.d`PqA_@=/%)H60+ncbi^[E&pJ.3?3ZQW:O5R,L#>iqRFHo"SApnl`nT)sBW_#4?=b$Zn-C1me[rd^&^l`947.p at lhM+4FXRp__o7Wd7tRFbLcl]%O>Y?#G#C^mgV!Lr=W)RcBI_<psM$m0)foh)PAd'GaY>LU%Ah*8-d.ON\Nk3=ku%n=q;U8N2o0_e_KF][s/nigWWP#RbtlZ#H_iDgP;Z&kOc6j+nsj:F^5i_M;l0^RbZpObHe_]'/llA<2OdJVpV$+@&0X=1NP+j7 at f/Y%[/T$s*g6A4-P?nhuc#s(uTGT&t4!BF#[SYZt=,+a)n`)o#^oB+[u6hq44:ET;oNkYCSTPf]sDT9%@m5()C*$ot)gQeSHa0hVdl_X"'"X$ud\XNT;oU9iN'8+j'=%d3j!Yd.>D7p(HF?3W@?6"=8cJ_d[XL^.)l5j7R?bGVSjNYQbZ;$=D,X [...]
+Gb"/)968iG&AEM2s']i3',q- at J/!E*>PHQhRRGE>c at MZ3R5ID_,Ucgko`b,p8BHhcYUjq:@uk0Z[JT at OgD+B'=T+?ReXZ_g(r=`3!CC3O!Q#D#d3%l4kk*s5km>J`Ef;^2('fa,&N4I&G+P;`F>fSZSePhqoF+onTSCRP1hsluM&X._4Ifk7E-gH_c#LUi#qG<t_+=<Jhq1t-7-ei86S#)(+lYlDYgiSa%"e_o5)7P#>2.6cPSX"5;cT<#X/I<RAQKHP(;c>F"AT at k17PJ_M'?R9C;fjU=m/]p]VPYRgj'H8dJo'*[T$Cb[6`DQh9m3oE%\gXE-umAX(<--PtKM9-3>&l5HE,=FPJmU#cUV"4F%DR-Nr+E*@G>O/HnaXDBFFMVZ]bb`0](0EVrqoSO4Z5&d at PP<l<i!TN$f%J5G*\B^*K&O%%@HF-Q:-`fb'1Lo"@oL#XPT at J#qQeX;TdK*QV+q8<daR;!1):Yp^Z/3(Jqf9 [...]
 endstream 
 endobj 
-803 0 obj 
+792 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2402
+/Length 2975
 >>
 stream
-Gb"/(968iW'#)!#s.OA.'ahsMJ8Wc;S at CJh(#)D3<ONE*?jKL1!m&SN'ReWkSt6gM+ at Lg5kd]3C>+)5nU3lamrAEYdNW1!sSu_sqkO at cE"-*c\,riX#_u(mlR6Q2pa7Eq=6Q=[Dm0'`qAt`kj?L/o7-Eo?.c^mA=A";As%N_o6a4gAl<upR0:?9Ip%-ALrE%5X0#e6Xd/30Mbis/U#^^?/R$=[41EXshk^O#u75$u#(,bfe<m#L/6O@%?6\h#jq:!%;WPXW:i]S;<M,%4JHS"oN);Gk2^q<p#P5jag2Ub$f6$6k`\+mBncG"[BiR0=\&WBIXR.>]/5WJ_j&?KIK^qK::JJMY;+mP3TmIO:SdWMEdX']oXkYTXq:mq@%$4;=u0*@f`WZ$3X7Do!$RY">N'@eQ0UnAb:Hm at E5u<p[i_9SG6UM3&SEm&G3_AcMI$0?-%L82=*BK33Q3hgYRsiOd:nH#`W<FC9i:*;BAIH=s6nA1 [...]
+Gb!;f>Ar7U(4Ip`s1l+TJYS+6=on>jfkmY+F;L.$]@[>j$X099:1[!a;0KS_qqLib;Ml`,;T1EuY\fiK((Y]cS_J at K6\u8%WW!rW#e?LiG989-%[jL+odl0J^Q8utf<9XQrJELK4km9A+8R7),Kk6T%j^fL>;)*&lW:;"IG!5DOnm"5C[5gXgsg at XkkSc',Ekiae/9X6+=33d-hiekCF(a0"Kt@%EHtiT4;KFZPIS\8+seaj!c)[!'!c(O%;VAbG@[rn#q)euBiZcfL,,$'\Z3`NOBN"b,U._2k.d&S'rVCA3#7LPlUG'Q!Z"A_)e=iV:a(b@@>DQ<4/(5OgOub4SZ1Is!mdt>"AUc<ma\nii>"K$18Y2e-lIgWX+<1#jZ9_Ni+[$<NrQ2"gNBd]>>R(.'TkL12B/58J-;M^Y?@G at 4<dQO4BD$P5*E7J^&D_:#<GQXqp$*$N at RR&@91;Hm>:!EP%n:P=[JGNXMelJ78LMD?R [...]
 endstream 
 endobj 
-806 0 obj 
+795 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2805
+/Length 2749
 >>
 stream
-Gau`V>Ar7U(4HdUs1l*)JYVLF8Hnf26/1(%AnSQYmQML*0G85D7]%/gMW=[.HV!E?>D]H4R0H41nF6.BgNO.p+</$7rB8gVF>l_Y5<Hr+d<pcjht#1m(\DEjH1>j!iKUW(gTm at m$r at L\QL2XTbe1TmodF0Q?;t^mH4@>e!WMH8]/d-Kk-3b at qYBEZ)@Z8$?Om?QdBL=<VaZVKmGZa2jtNr!b59M&B:50'q,-L40Kr:[jR0o#RfBA4Hda!4gO4L!f%<j8J;EsBerF\BmU!`;i[>/i&C#E4_F[)'4ATpN`"j^',rp;t>gT"7%@3MJTmV\NqA5HN;k.!(T,/ol%)cT>Ef]:M<0DIU/Sr,o at Zlm#/i&8s8slFO;JpK.`#<P#@YCNYaW0+M[$Z):DfJdZd(/oP!_Q\2o4H\`*%Q1OD8 at eBI<ETUUG"_"Pgq6W.m9R'r_J\J"^W at .qN9Z.9GseoY#<;L6EHH+SdK73c4\]X.%mcn#E [...]
+Gb!l!D/\1;(B.X5s+)9@^esbW/&;,1U?sjHfToh;>C_9eBUc%j\Khp1qt3%+Ot8&j**GkA$f!)5;sTN-jE]%oF(g?]nDfnf,U_[5K"V-C&B?)T-#n=U-]=V=kJc17hqu.fC>$tBCaY#?&k. at _Ha+)+NIYjKjQc+OR)[h*%!1O\XL=PI`AoRe4OYCj.V#q(he+BBrF[9HG5L]rr6BC5"jq*T-pB#&9Q(d^KTbe*C-rY(2ML.Z(\!PXNM%c_&g)orjtsF$Oi<r'EG6-%0u$6/&&%5ms$e<ZR:]?V>V(]b`J.p9Ya+Heo6>OclVP\mMpC*1]ECaUF=W!)=Ji,In]%,bgRAA,3J_/uK'/&V>^X;(:@,"\jQHWa%NYq4N*Q4AR51p%.3oL:^=a)J-/F\8f5$!WaV)=M77&fYa44%N*r^05J3u)pI0T!5-[AR*:d*2")r#3;RDOtbA^5s0fAg6U`fhS.3<-l5$QL[?>Dtj1Bi3H2p) [...]
 endstream 
 endobj 
-809 0 obj 
+799 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2582
+/Length 2550
 >>
 stream
-Gb"/)>Ar99&q2dts"KLkTeO-C12n9SjO+#s>;n$NJ@[/[i_%pg(!5ep/\AdsbUuJLPXJZOX#0"T8`1lLgMl;Eq.>BIJ;q;ao5h>AGWUU<*uo6)R*NP</K^iS_Y`Tng"5gOVj\RYQL+fP!)_ZVEFA[Ro)-]iULJ4l<psId4kt>gI-bZE_l%b5oO</cf*6/&p:K11DBF'r>>T8`Zfp`+\h,r!HuM1%349RV'/.5mB`]Nr`qbdWPoAOX74qr`oKQOMfA10;m-AMn-]VbbHA_Ha*+:9epO-;i7n*;09\1t]A<h3C,Y]DTMU#0Jn37:U,nLAsZ-"/=#XKNO^mS.7E;]<dE$?R/$E;sL_LgUke:K3rlaO+khNg50mD(U"&@!Wa1f`)#-+TeDQ5&h5r37M-eJiRu0%A=$+0mc;ULFXJ%TuCsJUjFbHqbZX?J.>QA@>pV4&*%jYlp=0U!-t[UkLnI$Yn583dTW\a'hg<c1-Btc4e#K]" [...]
+Gb!l!D/\/g')l41s'`WY)Rue8]iYcK+&_`B$S8lUedF$J3>@EG9>$N9+%aGnrV at I2OsS(JWlVGl\!I4m at e'-MbVM$cm=:2RNd6Ub!,q&ik(<aGJb]oucgkKC/%hLhI.=D,0:]%Z?sC)":OSU*IEQeH*qhE"CstYf043Wkc?<_<CPAMrE,7<[d:8d0CW5n(VXPtFhrJ5I<5cb5AP-:AK)%W>IW";]1-^+uGCsN$cI?G2Xh"'`h%^*>8bEe"_2/W(D$IY!pqGc!S#F#"E5t6(q%iL5mM);>(N?5Sbo08^GG";WB]`u9YfX]F]:1dLMh8Y<5Z>dTY1Mo$6oghLc_t;\(:26(MX&Xmr41O.>!$LDV1kHC5i8hYU]GGNiWd-bZfAlg;M=KWk?cR\<M86^IK^+VQrrm;8`36<#pPnY.K2g@"2Rq[1:@1SJY3C284,#6:Fm?HO2LmORh5#p:AS?O?d+],cb2E(6cRG?+Y-UZHNZ[^Hc [...]
 endstream 
 endobj 
-812 0 obj 
+801 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2736
+/Length 2917
 >>
 stream
-Gb!l!>Ar:T(4HdUs$6 at uNd%Qqe8=88+-O&u+,[MP:4WT6,%*6t)/aR)8U3Goom96plB0)Dlu]_KM;d)3?4OaASTDM4`BcE[FnGDf7Hj+G]mf,e#G]fR3M,?+eW8qke]Sc$?G:BYZ%6cFNZ\*G%"6<B,7eDO!Oa&b[kD+(1/>/2XHf5SD7qE"CL4ZOZK.EuKi\4?X%U.HNW'jOa`jWKjEO$r=^chdm%DlM?#U^gK'+j[O=3Xn;3;55=e5pf"Nnlo3*=k&E)$mVcf>Rm*@WDJ]g.otJR!<o$LN&%;tr5q3N&UmZaE%R7rh,Mr/[);HiqQt9K%[4p"inr7l/(=4d9MH.8M#AD[u5Y?lg8>_]D(`%PV"tIcjebe.A at 4)uM&;,&PNhGPLClm7$]h4e=YpBn8`$8PV&2c&.j0cKmFEcCTB.q8])rXVa:fX-4Up>-shTO0iD5GG7U?,<On<#VgdgHXLJ8=TZO<_P6c.jXd6r[&P"a0) [...]
+Gb!Sn>Ar7c(4J4#s"Nr[7e+VXn!)V*[+G?^]"<*Y51P?A-AU#+'SkfsZL[>US/G5c8>8K#Oc_8*(_5_Ppmp/`cHma^r3PJQE)"E7$Zc3n,*kq=0sP!$-&Z-O^D?!FO6:.V4kDV%e+*R$piG%@S[f+Ycd,9FRP3"5RQX?TLY_:sO0.5P1Dkf*(74ofgG#K_]\S)*"iCi8MFoEq/pc;Wf1KMI+P.]PD&_(c*.RAZ0YW at a,[s>:Dr-\s?RYH05)MkemYa09&/gkpI-#Ur<Ti\O at 2kNog(mh-aCNCWo5mR"%"tM$KGC9s,SYOL_NL-67UQQrM+D&#(-,OhJgPl5Y$"pHotkiOPiRD3#0gqNEqcqEB3R^oS8JWa9fPf[0hGKY/6<r!q7U05F"GQRS4DP:os?9lQ.ik':]o\W&Q#-1^6o$cc`fJ<r;FZ:Hhu)<ZtFW7DgJk1G>68N5=r89,5oaVJr>l3\QG'-am)fFpE#oa4Q7eAQ" [...]
 endstream 
 endobj 
-815 0 obj 
+805 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 3030
+/Length 2806
 >>
 stream
-Gb!#^>BAOW(4OSgrr],/4-%?nGc0bR8ik5`c=GD8Fe at ri$qru#C6Dsjd^&K1pDe\t#t^@!2Y(Z:NZnNa^q"jU3sTk`%DNqV1W]t!E(f&9FGSt?gEgieb9sckaA99XDuMeEj0W;`gTm at m$:l#DQL2XTbWL5^X/Bu\p82'3<bo5$$LkI0Q0,UG4ik7KfNm<e+*K>Tal0+QUF6#J1U!.E,ej0>)U%o9'g&Z:_=QEGS4g;T1qA'.DZ at Yg?($aNk)K3nO;p?\";p.3+Q)_^#0_-JQ6/,l%A,T?r*G2<d=Tl"Uo\/`k63)X8bBH+/dfHG;UYjT*sriRP=.5r9s.F'UeOlsPE.Q$e=9ar0N,)Wd2g5-,2b1L,<:J>3R(+O<&M4!AAoYfTuKCm:(/J,(9_>D!)2>E(4qP?jtWL!_E=FOfmt5ZoDGLbR^iB]-1sJo_-"iX1mb_U.0lWt'bP$%',X\@;)29q<fs5?6Q7@=8u=dYR`5qI0= [...]
+Gb!l!=`57g(4HdUs$5Ye1$%TcMh+&;7=+Dii'sjF<#5]i;'TDn(6W01q=QlrB9b=EG[dL8DeqDA\=GY'GJ8,X(,Fjl;EpKs6LP`SLS$//fk at W[Q>=!DnI^1O]RKPLodd)3l^EQBH%Ca&^b\Y3Eabf5!/msk5M.,Zqg=&;?"B at D7oOi@(gS[+bW1!-(B9"qk@"(IiE[mG63S[j+HH\71aSPDWYOC,MOQa*l'G3=Nn2&AmD\!lF at Fm@]%O<Lfu/$"QhP$G=j2YTIB/)<QV.!np"cm'f3#h4H581Y8,e,i7L0sHI[)(s0cX!C"3pmf0S7lBVbD4]b^7P?^IEjE+10RRk1>_k at gB]FWK5[Jf9c':P%r)j_fZ(=KX#C]>q<dYN8Dr57N37a&C09gTZ8RE(TlnIc1"WX4@?6lgd$c,6$i?],R$\B.Q1ssP@^.i+h&(<61)Tf^..Q/NoU!+9R4,[g85lM8e+>A#uQIsKOHNs,kCu\c8 [...]
 endstream 
 endobj 
-818 0 obj 
+807 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2712
+/Length 2906
 >>
 stream
-Gb!#^>ArO[(4HdUs$64u8Mc7&WuYRhAr:3*5d>!+(FW*5!_/o$:1[!?WApJV^PC=p[VT*GZY9Z$A)>N(4!0N:OU;%trA.P!oQ?%/mkMZpRa)Lg$jTLV5sJ-u0:jgME&#s#%26 at fMgY3>SiEtFo"rnOHuXF/mU>BDXE"R@)HWiQ[rC'nH@'Q\(So)p9n<k!oqLWOF^+%bhHR+!4D[]mM=&4U1dn*o].5`:VM+fq*`9s at k^SRZ-WoUC;sY`!@jaLQXb(-ZGW[].BY$YXJg)Q&%?aj4;3Z#6B<--,#j5`NOuX.JP#=+Ufs<39Ao`a"5DbU-'YVjY_XnsRV+F?j.F_h=<5[4T$^q]',h6O`@f>W;oB,32HTAF/iU2K=T'r-.3;&dT4Yo].ac`#Zk\n%8-ThN9/@(Phn8>GR];M.di7R\5K@;aQW!qQ"!I.et*fHQ%VK#kYEpKB`SA_g05.*o<(:_r0\/e:h7W7`e,UajN)JpVl^c [...]
+Gb!#^>Ar7U(4Ip`s1j&(dSqa^Xt8_/faG%"?ng8.(B`0 at _+:rMW at YS*(!#q3pQ3nTQUFm>@$8=17IlQ'rgcDdAA^(OYK7-FRlg8oIpn!NFLOZjZTN@(1]$:jqfgrT^Vf_LhmR at fLHZ&4hm2(jK9^`a/B08)TWljdIKkZn_R?1PlX-6WfrsKaV>T5)UkN2sM_<B4mkE/BRlI%j6gifmP`)?#j`:/1NpPd/0(dNHV<6f=s7Nl.>&FCc^eI2T&78U1H6:&`m-c2qWglU0OF3^7Xgpg#AWINS4G:2F/-N!(8=&`Rrj&&gEf!t#d!V/-Cjr'Z#[-_e,5eWb#o'R5EoVoq2ok(55rWGlmOj!(YC.iVVs)NOCukBsp4VV34`6nk8Wc)0)pWtk(L,OMh%7Tp;D_%',d#Q[%L3LO0ucg:0P0>5417C6-X3rdnt at o@7`@[$m;3;Q_Z!c]ai at HKFE.Fmm)1_#4,]J`$p99RDP>inMS.fkXF [...]
 endstream 
 endobj 
-820 0 obj 
+809 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2684
+/Length 2245
 >>
 stream
-Gb!#^>Ar7U(4HdUs1io[F&PNmhShTNGB]V__01q.9,n)A9Zu/4U5+ok359nQ.ENc^Bk=,!"teUs]H$2u\*k:D,9-Vioc#OqqYYk-rf.R;k[B4MCUrZf&+o=GbDX+f05r`![k/PGJVO;n=LJmRYk%A%<hgkL]P.&DeK1OB!?U9\1^>(S\;0D;c&%ENcu2;M8B=YDrn:Q,#upIZr_ADX*8:hfa9c8P@>[OnDg at MNimSWgpn'\&SN/<6ISkSPaUsgM^m(Dq0OJ<hd)@bM-r*2>s%k$A(?O(U_?AjS6q(!*=C)bV;&(C7\IbiEnpH<eN\Zo]7g7(J<kZarYA#`*C/8afGN[bWf(cL(@rEL8`9VB6m_N$FIiltgh$5dV<p7+)N3,?/.p6+t0b!dLe at +)3dm:T]+"cil?KY8*msOCkQq,c[hc=^giY,MdU.?[$DVs)m`Po32UV-oe3JL&:TrsBmn??ikLo;nLN"PsDg!%k:/]ZJeO_ [...]
+Gb"/)D,91]&H7^.J!g+TJHN6jIZ(2n6`]'DW[cM)q+up at dul8Bmi4Dp4,!+h46r6c9,urY3k_Ns'SpsVGOk+ebVM%O+S\[;fC9:-LMOEp8:`P+^'ABj(0pk at +0LZcr]EB=KrdWM6>b<Yf<l&sH5=fM"@sj^rSo,-L9=Ut[:]67,[6P52$]aA\r]d0!nUf;qD?se\*U#4-cbSf;]$c/`:kqtW>MP<"TB5`E$'jD]F5u+d]%b-'rCg?/oD_3:U`:Oc>P at B<6SZ!B"O=;gLNur&*7Y6GnCAIY?EDcR_+h.3g,p=e5A>(_f7j%i;UndMb:$JG8LH[OFH=iE6+9UprG?]7Y>0kg__Neil==4Xn0l3c$\)RrcgQmZnK_j[,4m(rN83L2aNqrd9+&rMBgM[Jb_'gUf4j7IVG-:fuj#"=D'M2e+lE,]@>Ij^\e"DB/36>P:gq*+ADT00O(@%mL+-+H$]=0aebVG^R?P;*3\D4XaHJajE [...]
 endstream 
 endobj 
-822 0 obj 
+811 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2225
+/Length 2594
 >>
 stream
-Gb"/'gMYb8&:HLqIi(C=FqePTGIbd^MC&La^h=ZM'W?Uk/ZgEJ'WEW4bP'P3G"IQrM6n\aEY6*D+^9<NZY/FE$jD7_WVRU\!Ic'+gQ*&I$,\2ggTY,]#sJbn:O\h*csj(L$pku\!RGcqdi-juoCTs<=RmPMrYE?78W<6\@ea=A*5f.#$?+Eq_-qY0H:$,uEaZF@;;7T%k1I?'*%Vb9%e6X<Mp7I]@(PVW5;j:RlY at 9"hgY4eH>46t[X<\`<Kcln(k+!erCd*&X8BLEc^339TGG7p%q.BV![_?EZ$=KD`=l at T_FZY\I1m4oj4RnY"8QNB9Ja3@&;2u)L9n4P;uIk(^*3&2j?J.oNaEc.eGu4COK7g^I*R(1]o2+A6lT>Le[X<K:,RK^MB?\FW5!D4l["<a_R",B6^Am\=<-o<ioU*,M\O)bL8d`)b8LRiNG&:(Tg(',>aJK%BH(GCeX2m]RQ?BD(Z/:f"R.3XM_%P2(;Y3D[n [...]
+Gb"/)>BAOW(4Q":s22sJm+M`]40q^W\(R0E-e#Hj^/UL//3sshMGumgMYl`6!$F^.&hT6+gtgZ'*lZ,>hmn-t*12>3?W;O#<WI(,i:T/=e:tR=:m\\2pEP'8GBr`!jTVd+qA-?7(O-MD!O809`L3&/QL5LXj[Hk;V:Vs;'sO*DGJdJ:mI#:ED&Y^Pe(/<,#TQ?1qI=0pcA&O[fpu[oQV]V]!pm[k_dp2\c[#HN$LW at E8%\/3X$&]2n(,br<=%LoRiXQiFj16((NG7@\Scp^Dq+b;bBR4+RL?op#gQj>ag:UOfR8m[V<%-]dZQsqJD_l+@%!Nk6'9)'NgF"PP)R^Q/k'*dbPE9G?<m0LA1mkLLq;X2)kDdupHFdBYMf:G0%C,g6F(FIJRrn)-XV,08`k%"\Gu^gXNElH4bl"Bi#01RFmrX_#IKJn%b?^r$K;6-%3#J58Lb\Pk]WO"9XPu'$PY"E>(49$T_'$E?Zhf7XJdX@<p [...]
 endstream 
 endobj 
-823 0 obj 
+813 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2401
+/Length 2785
 >>
 stream
-Gb"/)>>sQ?'Rj\Ls)@fMfH;a@:7mhIkt>ZeCpSO5$mT3n>T>hj*CBJOpIM`&3u;kK,b<WU^i6P0*U,YPn)si\#(BDIFYj-/*5M at b"j16B!7W2.%"<t=#KK at 7*$<Sf?,n&l[9X^kMEdNCKendN$p?)\a%,50L0fLt/)XpKZpl'@)=7l.=''$Ld*kWoY74U at SZVa+J_GFu5:c?*bqQPjo./Bo`c?n"pniu0K)g4KLbaF!!e\8<T$Nk#b2i6\IXS63_,ni>bYp%$h`M)f-M%Z#J\`=Pj7#'fa.P?l4<@!:Ke.dP,,H,fO?Erd=%!HgN$AjiKLqR%-lg8@&SK(qaXk]p?JtbP(ku?ZSkZ'ii)9+Li63Uff9-Ap6p0h,E]HmM-SS1^:`AIoTLBoS*e^kIq/X^a(2KQk-dn:]o+"O&D8L$_r,PqcYW9'$%hdW>%%Csi-TmUOMtY at CM4]Jq_^'sAR7q#@H[L\^i_bl[+H1T3qt=4h+Q [...]
+Gb!#]CN%re(B%P^s+1-7A.qD-,g4?>AnEi$m%TCJ4G*gWK)oi:2Q)`%l;>V#olEYrQK1Q1UmkcG_J)@-o%nH6I5-trpe/lp4=0'+6>l3?To;Y\K_g^)-N>7hS=I:iEqYOEHUk7!dNArh&-S$Z76XJ<]lVG5^-$boaDd+Iek!T;l0^H!,;R)`PKSC=$m1T0!g0AaZ>c2DY*"B at -,/`:gUlt;T(U$HXtt5G0?!]4-Ki@'Cmg+=p4?!;e at Jr[fCbu4beMHR&_3ghMt_l+e at -@g%>gU[8&me>P7?sCkrKDe0(V*;E21Vlaf9G0EhX>&kK>=i=]pin.S;HtGqOu^b$n8K7VC=D8jkR#01<*bXNV1cZC"rTH[:Dd=Muc(hTQ'QBKZnKnN^acFZeUX^/oY((8[Cb.f]PFTTM:R$ch&MK\56M&A85=o?5>')]2K.'"'?gb'66:MsX!qEGOH/24r3W4V*Jm8L/k6_Fit()'Ag>j,H*I'M [...]
 endstream 
 endobj 
-827 0 obj 
+817 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2556
+/Length 2064
 >>
 stream
-Gb!ku>ArO[(4I?5rWE%`'WG-_eLId6m<5BU3h:*q5P-*a6!KSu65!ReMW=O*HOd$5j\)[7S$]t+'$%6e%hCmRk<"G=8ppE.p2sLMo'MtFir^Sa+S133aG\.;,Ph*3rOY;O^S at oJjEj(Me!QqFm.k'*_+8>AK5'cb4B0nX8+7?-lD$l,I]4'm=dD`sE_GPE^uOqJnY9R*`e[M0_6paM,1!gj>4_O1r'U)OoBps<7DJ0DdNcC$S$Op%O69$hg.1`f/J>hNml`em*fhQdiSe>krW<gP#*.QTX%=.S@>psn$%ep3.DC0:\Dpu2AX_qga]U#e,M-E]E@#_>Z^puG:r=0j3^i5,p+i'@ISAm.Eq<""?p>F$Y!p#JDUXrXecLH>:\Y#n4-DD;a@;'@&0o;c4`J8/+_kFFfo"Rd4n:s+C;/b41U*3'h]K0>AP!Z-kRFW)>G.&K;_JH at PYrGnU"Id!=gPC:(GISc78\$C_1hOd@;:kIf0 [...]
+Gb"/)hf%7-&:P.Os5>#_+B:j-e;jZXl+.Q2[URGX(gs!gg0l.%/gWAus8!`bgTk;3QCZ_qYpMs,=@_6<j5"p'U'S:(9C1P5#4R'ADsmrC%gHMd^>m,h&,:!\H1C"eJh1F7f5V*))2&$5>T3K!dL*Kb5Yj!cE#Q$NRG]>n4frLtous4,(m50F%\DUY&1-BU.V1f.Nri:`1S2a-]TfsYEQTX=Htn)-KLcFuEu56TE[ArMHrtEg@&igtcnNj&8YhfjYUUgVF*Q[OB@!bin/2EhBUDY6L<G/Z;iq'?*=6TG)"Bp,nFS+C']Mb3<%3+H9IU?7'k=UA,g5ul8q5UI)HL[.'akt^\n#L0#>_OXPI9>]8pJI%RaQ#A(ET6H]k^\QPa,9,&dXoQ$4g2G0T'K^-c]%Ga`@$0P.>nKhJ&V>fLNNGC1Q,.lYTg3g\^]i?eE+u-!ZF-?5-daH$`%?0$cAH=/AT%.7N4F$e<NhS8F(3X9H\#jc [...]
 endstream 
 endobj 
-831 0 obj 
+820 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2046
+/Length 1741
 >>
 stream
-Gb!;eD/\-!&H3_"s'b>"&eW0r?GBLO05WAm8\OCAa2^`K"YXC:A!==V5_&aWXo[Q"K7QAC,U*98m`[dTqoh\=f_A1blYlpp^(5G^":0_\#RIaRoKU58rQC,^b6tV;F`#;KY4$u2;p0>NL+=o1D"CVc0/&W<fObZ*@0[;_Zf_)61:"1i=&!WM>2+`DbAfnia63C,Y5XU+J)>KULj.ItrsJ]D\?/D;XoFc\2;KG'2PWf5'C(T_nX7U/+qlsc-=F26Q.NB#e5i6Qr`MN3Tge/`BRKLl[(=3?5f;3+6"B);1lkfkW'L5XJQ72?$F#\&1(Xf@&S/G>B&/PX/#4/g6E3b7"I74&-DO13mdAcF[&!kD22lgHJMHHXhJ#*D.6]D*)9Z9BbShuL77(,bEOR*_9]r$?)=hdX.;;=9?FB&kB'lY%2aZ,T/_d>"@>0a at 64k_%B9n).+Kaj-JZ#2=!_,-'?u$\PSnB6o#H^7-`bgE(=&81kZX [...]
+Gb"/'92jk1&AD)^J*=QH'g.d5q(Ylr at G.%VLE/9C/g?U6.E?&uJ0_mY>B4%FlpPgtAe0t;OLSNNqYHm]9u+abdD&0bJ=@^0q*om2(e-cX`F*oqIh0lOI\*0oKe0\bRrFF at kAe[g!f!.I!0tZ at 4^;Eif=Ad63=oDsB^8_`L5Slmia/Ej$(!>n7M33Vno1jYjQo!t:?&WZDZG.V`3bT^XJ`a7:O>r$Q/S at Q]TV+7>j=hs.ik3'qRmIdG82ANBEW%[_KNFo'e^SSD5`Jb`L,iBpui/3-DNPcJ4RVBC'#Rg!I(IA=2BPp7<8H/;2HQd62;32JF?<heOYE+jk0dOPVA,)AQl-jWlufaN(6KM!)M:;I$OM8\M7=A[4%_:3tPs`'_5l_dkV[FN:T";j)b]LWU*T<N2d$'$t[T8qP-FnWJsAe?Bh,L5Shmf.!:q^[3o*W(3*I"lA^<Zbp&al,dW4e(\'K(770H3WFl?_)tk*JLg3Va.J [...]
 endstream 
 endobj 
-833 0 obj 
+821 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2031
+/Length 2042
 >>
 stream
-GauHL>Ar7S'RgRSs1l[nE&CLe,ce^%eoiVLCdltP0u-%YPf#s,Q_G,I^OCs6-!@Zfai_3IYT<7qhr/bhc\34hnA>$CR3M9 at Ndge[&U)M`7[R9\c2U2HcYm`Ngtpu&XCk`qp&Ya.JS3YR878;1YX2FiJVZ0N at Wd$]+kO,,:X'6&>#[0i:Mt(N"kUNiQ"n*!%CE71D>b(tFSCe2XE]ZkdJQ(bHRIhm6+<]O$(%.sek5E[@`%tP^@eT'7.9&PrB at h(5A^&@-0*t8?G![cWo>ra^To%Z5g;ElG2f$J4l#F[glnFJdlD3$\n>kMc.[;UGX%9diq3uM"JZ9_W2*d7[UQ#Qgn[%O6d-mRUWfq_M74L^[i:15)i5C&%?#\+Mis'B*5?M$5AZstC5$0ln<JJ[dDC-c77c at k0_>Df_IB)k"AJ<l9G,Mn"M<-tQ1H,l]P!,EU81Ad7IlQW#i6/OasDsB/FjJr1:6&e/2L4<.J&cr^/QnckV [...]
+Gb!SmgMZ%0&:G(NJ!`aHa=8BVZhJ<\dk(oKK>%'-5XAV=Xc4qc.4(I4I>=%5=ghnb;RS0G":6%W3Q&Ct1IDa.nXJb"b8B19%.6:l+;ADg&DOEtp,i1-]>".5qMK*#D::1qj#Q%Ce8VOhN at VDe0nJ?Il`^*"JnP!E[AP@*jr^k>^.R;m;;4+\0rSq&TI)-%*8Za[YJ(_*&aJ"I0W7W-gB#349lFM,eS$;//>pY5)"%%jllQ*:lm9up.*P"1N?f5nMo*4g`2TA!r!$cj at 5c]Wqben,4J^dqUo=M-N$)=Dd!)@qJLV&s#W<hYbar6B."s4+NC][.T0n\fb:H=#$/(bYYi-ck'4DKLb=>r9>d.4qX<7rp9JW3\0REgIn4ZaI,.O6uEPF at 9(8lG at .7'S;%-F=PKh:n<\6XAN;qpg;gHDdZLCYKp+m)J\K#^!qA4K]t]8J3'0i*a)D+?1TgL&-tCXEA`7UCAHF<tP;Y('4$jA%'#D& [...]
 endstream 
 endobj 
-834 0 obj 
+822 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2312
+/Length 2719
 >>
 stream
-Gb"/)>Ar7S'RgRSs)@[tFH.PC2ljh;en+4U/6UTe at DFu6Zp`SPABCO at Uu&<4+YE$>9.e=[=qj>_,W7<2r6BN3q+-p(M*FE.%V>^EDW1.D!CGa'!b**,h#7@>h4C4nT:V.MY at AItEBFIgcS8,:[rJ53 at -S5BEdE>dOD8BtCPK/V5YO<k<HFa#1!:fXj7"%+s+]8Eg<+ at 1eZe.9[Tr+u>@`L at R*0TsA\N[D9>[(>NlE*fhmh`m+d3?*.>ORXOs`8#4GS5[Bqu\8T(=(#-/e)99fRq7P#QZ)j>(M#fF<>sl9i8a5+AB?8&31hbTIj*qYJ;rJg=&Ti=^h7`6pjVS+5?1EIDc/;d at Z;n!%)$GW0kPpCQ5G9f"rgi]9T6TbTb*J\e*_K'lI-1`[9Il*GDuIP8!%Y-Y0Og\rhWeU=MWVOKYNmc3lG<UOY1HT:mNfqQPV/98Q_,>%!U`SqtWkge44Xp9pG1q<GAJP.o[j9j%YA>A&GXD [...]
+Gb"/)9lo&K'"t1ms.T06HYJ37^VoL$OI;&?VeY3cZ8tZZPa\=;8B-B.AUq._q=WJB8Wf*&%kYi)3Gc[#,n`TJ&)I1j[mImHImh$uCOdL=nEQ/:TeK[PnSA_J^VWdQQS35_^*([&hm"3]LH^BbD`_jtiKJS<UBcV*b83,Ig!,IsX`7AK`6knh2<X&ur9IW><q8*^S!"S5SAA:8]dlJXGe%"a]KCi"IpmN'm=3VM7p"Z5DAC/(oM0]jeNCjo#Z461:%Td1pu:TG5OMm&`nBT>'S(N;6 at N<41ibsr5>,E/$N at U?jMJQR'V at pkJjW!G2n(IQCk[WG`=dE%1;RK-b<eI>c%*OG','id#%k&Tpe2\YRQ?aiIfed@>eqApcPP+,#J=.,"6[OBNh5 at kS&<]tUBgSHhBkFkZ4a\fksmQmh9mJtP-5GS1(g]l$@0&9Cho9nNgJ?oDE"Z2C8XM.aB3jn?H7;=5(SCWCd,CUFVWesq3fc\I] [...]
 endstream 
 endobj 
-835 0 obj 
+823 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2787
+/Length 2569
 >>
 stream
-Gb!;f>BAOW(4OS'rkj#>lmaR&X-?b2-Co:&]$k8\Y%D%8ljcEL1:@lg"/Kf,fCo7j7=l_#>)p2K>SMq&*8iofmi779NPC>LN-53Y0AtRq"Gd/<%1pkV at .>IH04)E)IJo%&F$89`M')R*L;%62Et;@;$+?EJ[]a&s2WV(um^9r<I3>uTePUZg4ur(qm0B49-b":NRK at iWU6nP5KiM;%CO,S-:"U.XZ(q+0'nYk?PL#kP=AuHsh_3Fd=SrsNQhl*%oUju=#4C`Rr2bU7k6^e&9*LVJ^O00j9L7f?jEEF5=Gb/jimD92LLW=&Qt$]249mUd at JTmbYQJ"__rO1I6oe$V$$ckTRbTW[",5L=W4+l(YS$+0"H.LOdYPmc1E%u*QR:H2VP8HH_;^2Bi4COP4-nr,D$bo,&gT*c6^m+aa+%Ulm;+ at ZUd`QBVIaC6CsX5"p4ha\O8-(V';"Voc32qor!'*%nQ\nqLSWS)n85aNcbUjF9N [...]
+Gb!;&Bp771p3Tm6IsBj;VhhV=PF9QomHer'G'B+?bYn=pRZmdQT(^!&G%gmR5"Pr0^gO=h:++"h4m<u5pOe!Us+ktA-NH@>T_F!;TeMi8E at ht25JcsLn_s5_#?&CL[Ug+*n/r"8jZ at l,G:ESC"TA at e^Z-+8QMB0Xq_eWL/Y>0iV!sDcj#lU0e9)'o)j05%IX(bbn6$i'W9<ljU-9#k%kPc1K@!W1O\E'SS4Y7EUc[5&]CVJt<EV_0<('tnRno,VP;;8r0_c(]D\[Vkf1>Y(oN[#?>64((Th.MsfnopD:B52qNO-!";(@+<O0^f=Gg;0p9-Kck.JU9/@9TO<q+/;A*f]>:aWSh8Qpq6IBot]IEX?$qnI8iG>`$")acm`^R;.=nI"Us;Fu>Js%o1+9=u;4j[hNtu&)Q/tKIu2"#1Ycf>9A$gV0uSs%,SLt$]Y$1X#/+fn)*%,9V^:1$]gZFZh[U6]RB[o="Ku#B&9/??E1KF0\ [...]
 endstream 
 endobj 
-837 0 obj 
+826 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1979
+/Length 2179
 >>
 stream
-Gb"/)>Ar7S'RgRSs)?iS'WEW]e87PXX@'UT?*G*aSdZ<l:"rioEHR,%J%n?C[`-=.,WRb:F at kDKGY"FlG<SVB@,`h:YHnMmr<1+^#nRH-"V>9"R/@F9-J)>VY-1ABCR^&MCtAmC[11UU)9u1_V at lFdf2oHjfr^3K7HLPH>*[5f7t:&n7j8c6/PQ.paW%Y2-hV\&0?;u=eL&2H]o8i4oA/M79c^]HeCLMl at NX6dQ4E5b9l6$q<]=)WD&&NXY3B.CN_edk$KC^h>G&UZ`t#]--djFldW+kkE>#NIQVS12+T=PAWof)sJSC=QSDhT^=l`!iB,spm11/UeS0O<C6,kLnK]dQ`i=DW<Qha7niobQSj_5>JO2u=Ig18D@!qG638*`unN.g6%#-Db89bW`SA*h2D8,g#+G[NN#q,b4<_$47p9E(SHN^ta3Gft'?D;or_:d;TDi;K.I(/6;Oh8^V>b*K0K0`"Aona&t>6<'Y'#9p#gO/ [...]
+Gb!;elYkN9&H<dos208c;^A_@;3J>h6ee^`MQT3K(u(AW"_6#i(-Pncl=>DCNg+@:Yn]pS"'?1<Nd0X at rU*7?Jq^s=J'K6g[o4-YVa)+n(I1">0`;[A9i"R!T:XDef!1$"*R=c4F,4E)*+s!f9,",Edh>u at mT.?8U2j7,YKG@`UTZF+dPs=@ks$kMWHim=Ig8!EIa+jO`pmd^6^53q'sE#l[o,'6AgK#,Q!4BbN(#!8bL7S?*`V\OD4@!$dI7BKs6`?ElVMa.+8p^I=FE-LP`Lp^(ie)e#@mnSKs-!a)]L^1l.bJ.l#B*_)8cWuq2U1#3N$8[n.OTlge)!g6+Kmg'Rou:Y*@V>%&71;,'P(NDe:L30BG-(NO?i/Q_PAWH'!Igj/fc-0B5_o at l6gJS,C5ci2F^#I\E*@>A-Lf99XH>[k at sdj?!>nWs5e^`god3OS>m0Y5V-FDMpU_K0555fmW`5-aP()&2!;E]sBY9#ESul.P [...]
 endstream 
 endobj 
-840 0 obj 
+828 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1465
+/Length 311
 >>
 stream
-Gb!SlD/\/e&H3^ns5?/Q6,J]t.9V!bgT;?FY!>o&gQqmB,LMMeM/jlP:A4!tP\&%DAQr3!!Lj`nNd0VJp[[+1_LUVV/$D5?n9tM,<t#q$d285n!_0r at LXGA.j66lNA0iOd8Pas$\qE,Y^n%ANZs:j&V^KYDBR'ehSq)mT8fKr_D54G^ZT2?&H/?g.F4s at 5g*RW+EmNdc[LF(?=1iO1'Z?c\j5Kh_KL'.Ghn=Tg?P`#tF3X!^fnAWHlP(&tW4Zi]@'76/=IVm%&!;EeAs*s5ROeIr1i at fr+/3$rB[fZ:=L_^[1!<8IMJl^_(`l0,]LGfH?H.ub<#+ShNQrls2B;SfrINU>bq9n5%K?CsUloGn]*<dX_UhaM2T.0&a_HgFp>Z/k!cd2BYP?%e3F7-SIS_(e/4p!\!r#?Fqh7:_pfPH2ZR(KG.i-bjYFNb$V8Y.`WO-0q[LBs4&?CJ"F$!bt$L6K^fs^aS`I+pIhaMGRp1Vr2T& [...]
+Gb!TQ4\rsL(khWSrXUplU`.#IaP3de+<e!4H"75d.7Hs-)[:aT_.j9&7?k#V[QN2dpXgi,<'Me5FTYlp>[.q5_`raS[.(Q7nfh:rN4)ojUa!hhbYBWdg>486Ptj7GOmOo'b0UA+$Hu1!XhX\qo/aRe)9%]#Y!;LYq)pI)_*>i0 at lE\'JF:k`K%&jqT&&GgMqBZ:&DqZ,^%`1P.&JDJ at Xc`b54S34QS>C$8&(C'aqHG3Mq+\RqJ169Lk#.`NNl^4>d;eSM^`N*2f2[JYs[%G]N,QDfH#A(#cb9`R#*1VM9 at UW,'sPYDu45~>
 endstream 
 endobj 
-842 0 obj 
+830 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
 /Length 99
@@ -17834,70 +17478,70 @@ stream
 GapQh0E=F,0U\H3T\pNYT^QKk?tc>IP,;W#U1^23ihPEM_TPs#b at LrZCLWrL?ta:mWaK^YWFoUTB`cf+b8&+AV817X!-*&imJ~>
 endstream 
 endobj 
-927 0 obj 
+914 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1915
+/Length 1894
 >>
 stream
-Gb!<QCK'd`'Z])mj*/R;I:bAal2;pdj`/jo<I!Kj35^t=BHDM/gNm9mrMD/K&DEqu1 at D);,_Y(TS0[:YU_k6RK8W5Q"J at s\-g)=S!_-+=Ff9r?'f[-Q*rL)(J/<'F";*OC"'CiiOlkm*P=5ReKC\d)K"o[J)h2sO#8+3>PWU!.7,U"oG=N&TC:[mV%=s1arf=sLgS-K!Jj80Q7L2NcF)k"U5rg")`6]M)M+K8S!)PJ6Aa@!QE-)uno_fVcIY#n-!rmGsmA:.pLZVZp+Ga6<9h$_q-\V[=)GeY\:W>Wa8a7G\RZ@'to=jgFY=eO)p<2?H#/ZCW$_t6L4<2$^meeA@!Qu<S at H_;[@;\nI_*8\O^s00<9jTUOE*NrH+<k#)O`ZOq3_0u_lPe.pWecj\m);QeE:e+^!R"r>cD['U/f^2'+Jd[hm)oLr%=ksYasJB/N\c!FTq/nc)k9cqKPnU)V=67_BU#f=I_GY\ZCEZus+7!dCl [...]
+Gb!<Q>ArL\'Z])]ofMrR1X^Sca14>7]hGiiDEI>A];gNN at TlQK@?^?#Ien1"-r<J$i!+>S(.'b<pHQ\^5!BG\8GqE:d>n:kO2/5G$nq^W.DQWq0Y.<uUZ8,!NfW\(/O^4Zdl)boRh-Gi'q[#r5R19'5;'k^"2'F[Qb&!'c):45pa??]iM&DC>0rqF"UkN3#5V\fO)E.d":9O0',V<(--Wi>!XL:F+=8FX!@/GcW<o5++kr]bGAqR?#OM*k)#XN2Y9j28ZJ04.PX=]26kCUp[NVC]nsr)K99%iSm<?Q7kpbm?eqT40hM]++I]k6qQM)icKI4R=KhJ1d(u1[pVV_5"k98/3b@'Dm/EL3J\q5D_/qB;O.A&`am-[M<W.9[D>t!*qU?*S)7&+NcWrWf61W=sa/V$;DEo'AGI>YM$j!9VsOT3M^AXp(dj8&V!q6+m#,#Rk6-[SB<U_9U89uhC@'El6sMT4+%M8if9VR\Xr41Y542" [...]
 endstream 
 endobj 
-1012 0 obj 
+999 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1901
+/Length 1867
 >>
 stream
-Gb!<Q>ArL\'S,'kofr5V*GI[Njn;6=<$SfOSLOFo&org0n)Vnk_G'3t?RLN][)<FaW2h*p`J!\bIEjPa+SCMjqah43bm8\<@Xnb%9`\jfJ^HWj*F3"LH[12.[1#?S*R=bXmm0>DVES-7:`m]Hl_uDQeTL:]=%)-bb;Z,IE8Y2ec+m=Dmmm,b.-*dD^\WBg^0etb`+c`;"F/&`E`'nK(/j3Ik(Ul%O)c)fl`[M.kT9doT.7RYea6X72mB,`4NU/JMUJ=&S4#KcJ\jOf[shp!8/hO`.g[3t&IWt?qIKkXX!![j7O#t'm!$]T=GdHNQb2NX%&=]WK`njr at i3\iL(DCG'!ucq2o&]Yb,P?mFW3#9H<)O%AqkV\8:((4jqI!I,3\G#!.D)_ICiE2./9Y,!u<!\p)gTnj[B7M^ua[6E[Aj0(D*B_<$oE*VtKdM9H4fJ86k./#=.PucY(e+pFQ_&?%!c?^SSQC_-1`9*,&]>G79%Nk` [...]
+Gb!<Q>>O9?&BE[jp^Vb+Q&aJ*g`B*]d7WcQ=m1,uMG3%GT?W'a;O6n<f1GGX,Ym,q*)YEVh=UF`O(ZJm at Xur=0(6gm!*:E7Fbg&F?o.nO5mBffi-KKop?VVb0?5gN&[iYe33E>qopC&<3C(7qYHOk,&=(kX?!IsV="I[2(;cZ&5ro/crN%*tniW7KnSn#;#p(^0%&,#7K`\oaHp5_b.!$gm)"Ck,P(sn`QfB_P_<=)`7UJd%+6@>mV<s[Kc5u)W(P^%:!KKO=AO'[)nZADI"4A)QbR-[p5f>c$N.1*/?7SQXUlgJ>,^jUa&kc)qic5ijPC]06fT>#,156C#Y5"*#;pa)mC_%W);3(%i[U"NrYd5660[mE#pUHPi0H\E^'L@(=!-H':G'B_\T]!;jpR$^AfR6;gk at ZOE$Q#-Sb*=CHCd=)>;5jOs?WNd(0sR)N+L-d@/-)Z/*1)rZhORMGg?S"NGo,m$"tSL=3mb$i4VNBPBT [...]
 endstream 
 endobj 
-1105 0 obj 
+1092 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1609
+/Length 1702
 >>
 stream
-Gb!$I>ArL\(l%K0ofr57NjKk"iZslFG']62g293W\Yt2:`'@?pBTmNCk1B'gKYfK3 at u$l-WX+PuS*.3XSI?2EpnQA\O<AX/6(b>/U'sb.L^G][j:6U+S=[B`T$U2=5qo!mlQFf%0]B`rO];W'9XjUj(n)T+@**g-9tj\MhUSrrEqZd`FpRae7G/Z?k.6p4'0TFG4Ab9AV=VaTiu*._74CipiG5O at d,]+%q#o_c]$W!+ldm><UE\,H<iLu.H'I>K9(b#c/b6rgWdd%%'_#c.3%.-2AMAspF-MW]j_Gds6`QhL2%IUT5>'2D5U*":'HncGV6Ca*ZDnTI`UB2i.;#A557b at TJFV2/=RR0Z6YgZ=hTsT1+jZ8qHf'GtKC8h"4!Y?Km57S4Zl!O"LcNn/=LN1KR0k/R%isqg3FXcd47kKQK?$#]NnfZ1X@;4LYFM;<SRCm_.Te.:L-0t:6'8/2/;eTL1HF0ENL"h<h&;IR%?Od%&C [...]
+Gb!Sm>>O9='RiR35PVLB[%>oiDN>0!!K#2ZZs(]V;IpcqR`P^G1XjXQT9H&e$>o/e+^2"H>,*-#hfmB9\Wn9Fr^ciKNY+;mU<e7>#XuW96l9NLG`BEGO,olnO2sYR=kFpYk9/)lY[n%JG*W36RB4[YYVenQM`mF&B_\Vjo=@!=.S_W"Z"&p3,q,7UhF+<io5'YPH#hNK4$e'RR at lMK?QsKAL6$$C#r]RZ]iiA<01n]38WdMSn7\E:*(MarU[a8bmnQLN at RG_E>P[!1TBYkZ9Wd%DmB at H1fPeub[*E+:2$_`Oh2d#/ksqo*\da+4D?Hp#i:ts*cXA(4eWClB5g+`SfF7ml%N,d'O")25R<6Eceaf at 6G0")SmaILJbe'Z\lWoEWl5W:V\LSG]M/tC\IR03e$H9W#/uDFui*=bqN(<'V`Ul1GZ#S\B7].d"@as/WJefU?OFtt+OhX>DG(>N_4uUDn#CGr?=uH@?*f#.]M4o`t,- [...]
 endstream 
 endobj 
-1186 0 obj 
+1173 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1955
+/Length 1961
 >>
 stream
-Gb!la>Ap8t&BE[0l?D`-]@-4YF+<O.<OKO-2NO,b$Vo7^[faq/Aj?5K+[AR#QpReo*OTWqCWLGnSf*U05sQ#hB`6Bh!'$I"D\E6b#1FGT)UuRp#$aoa^ANEO"`;7o$<3+)lG,6!W2R-OmT^862l#qh8DG*`h1UYt>@@;SrQLc/kt:[AC`q4BA/be"F)]>iO1mXUM&l;Afuq6^3ds*j:ZCgcLqKQ[:VcT+9YZJ>`7'`R'=(e^jtk:r$3S.Z_MDQ)4e8[pB/aB!5M"_=XYB+aMP`+r*Q8k,rSM/"2Rp%?[kE*3RLV<@TqL%a2U3Uu/)9uU0!Viq!H44t"aNGOF;?/gg*B%D*o"+]NPXb.Aq&]s\c8Ura/I`j`W#n]][@f,L1tkV]S`D[A at PN9caZ=T8iBUS[tqc<@R^G<EqnZW$NHekb+c-.%0>S*,#<O1%BYh$ppP&3iV-JG8b-:*TM>l:)d6 at -N'1T7&NPmGr4^PL#UdqDV= [...]
+Gb!$Ih/AcD'YrTVomcI at 46_'YD]\e at C0KA'CE=up/i]8;^i59S\*U;j#nW7P&/18,C=J?`_!`6b+.j&T0]X<ZrsobCXs`/f#Q\IfaUB:2g0jIOmO%+0s.,dUC928;"$)qT4O8S5("i*$o`07mg0>01;\NPb0Q7+1J]WuG73B[q)o^osOjGgZnM?ei$d,E8`fq(Z?S5Y;_99enN`Sk>@k&nK+o.N<:(tJIr-FR4rs@"catCNk?SM9uY9e+,OV%%GNF"6hh\KQ8lsJAJ]b8s&-#`qLS$oLO5_=]c`:5[1Xe_Tu,\aWEaY)k]E:mp*N3L+$3%*uX80t_P at 2:U<!rp3EV7>PJjf5dH!ps2!_K%,,:FT(Y9RdX,<>EM5c[f'JY&[W-7Th+Af)]!AV at O\?fea(P,C@[5cJ3Ul3+ht[@chW-+)4rUC\uK7&chd$I!rVn+"ZnKrX\A20Z!/rT:_`1n..!$B0%ZPm(`e%+Vum]i;,fh5D [...]
 endstream 
 endobj 
-1275 0 obj 
+1262 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 2012
+/Length 1987
 >>
 stream
-Gb!;f?#S^^'Rd17s,b:H8F),'3$41iZnmtZG$7/3H)QDO`.5>m@%8o&qs2i?JNtB`6UK=#/"2'0cEXSA4nmeu9c$#JJ+Z-&q`NFnh*;DnD*6 at A#u#469tMHR?MqCIJAkVh#<Kd]eniA2]&B+;S!Oq;r[FIF?>ScNo/Y00#4XV,hG(X5mPb(>H>^(oP.u59L%T!<jOo:gld3&4\?gAOE:q)iC72AXV2Q`D,Uqi6":=SM'_H<^DHK03OJ_X%J,&M!)umOhE1d10g:=/[>;aE at b:tAa=SMrqp2K*s,Y9g.C&=,s$l6Qb;[*14&VdD"?&u^AM9%C),,4.411f^fe\_Um9L&qpIjqi"@/K+0)lAQ&ig.[R.">^RFV%GW]4*<:1Wh0:.9AuO3Ap#nRDD6KE%KVg`m6,*j57rl9Bg]/TYl$p5/q[/EtZ,leJt/GVe=IZT!3a at .J'K!)_>P&Ct#e6981V7+;#Wu,UJSgYU32#FE7W"(D [...]
+Gb!;f>ArL\'Rh-<rdu:S,HW>:mZ/()bXg4=(=6e;.Np`*OI[Y/*Rg>Qp$2`/aUF#s-:Jpid3)3.pDk?JCCi2\+"H-""G"Z5pbYG?@5(mcA3gUI^4E?<qfi(SIu!a'Q2qG*]/FV6)]GSlaZBk2Gr'bQ&'8#hJ6hA!^'A82`L>\-WuLm"\KJ6gj?!Y:-+LIYS3:CI,!fkr24^gNEmIcCj<VIO\GH9o/ts%*/DS29".9#hAfp.5EnQ?u::;)R`K>si"qr1/O%>eWQj=9-o^5'iT$-:ZDN!+<2O9L8F=lB)*$$s'R&"g<AV-]j_i?u&d_cg4hHs4g-<.'KW6`@8lZlkckFi++7#q(nj5O_<&VHTFC+Q0%&kC,%TrER+_0g4sn9f"EoT&A]dFZKbV4BB!Du$[]HDIpCR/^3PInp#oU9li8*Ine1e'ZbRojhhV_!0+oE#K:%[uF!ncpjF;SW)Sem'kPhZR?P9D3R5dV*PldHTPd&"6 [...]
 endstream 
 endobj 
-1362 0 obj 
+1346 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1927
+/Length 1931
 >>
 stream
-Gb!$IBi!bK(rtNp`-:^o1=CJXa3O2f$>#?-1dHTA$E4AlgNo-;9jF at _l,QBE$_#!o=s4FdXdf7fO8U%^&CBJKb5RD&!)=R(@t4Qr^_m5B+9Bb&3-UCsrI=GKj_]hY2+1.G9Tqe;[u(#pej+[%XmUu*<s)hr at bZWL!9YrGl.+ee>'g(Q-);Hb%0YYskU#XI)c#YE'dDeda]%Zm(d.KJ at s:*Mguj9q"S)gFN/q*mi8*DcDru?s4pK;^_"fVO-m-qHR$^A"drG)!qKAms-MuVuK:9b?E%7UiI>^N\O*ilX!"V at -]fMX#GJeSeo*)lJ\RDsl(j1J_4di1V,YONN7UhgBHmD=a+S',.q[=:Q*ZmhE17Vd=^b%Z=f,uhH'G\r&@d$!'_m)99;-`HJ02bU4_Rmd&/"\OeV#m`2cEF&%Ner=qP<3^eMn/.$cuXp<lm<.4abs)Cd7s],>Q?g`!,?X/!$>5AXV at E.I@\i`kY%FP%1/[[26 [...]
+Gb!$I>Ap!%'Z])]ofLB->%snY%@G2S\YrE7g87WOg<D+AGiHr)M\jB-geYZe`l>q$#%O__Ob92*s3CYg\]b$TQMs2GWuhC^2?od+&O71l*s&*tK(1_.(r(RphtqVr(eZGo+m(K:3"/uD;gi7A5bF"df0fDa&7>```bbjuchU#5Q^>1eb@`%CZV^AaA-u)G$$@K at 31)368,"D*+2Iis9B%Pqq`lV[;E.D3A0MXKJQKh<q$/VQ(Q:TD9Bg at S$&*\_-he_R:U?*<oWS)Z:'5<=)GiAI3TV).s)0[;D(R>B>*aS<708u.YbKd[2I<DsX]^*>RnP]6OL6Lt*&R!.+NUFbF^qZ)k&h"_b&,<[o_P,?djMQPj.WA=,/#+Q'2Nm<]Mu[fI;l%oH?nB0X[[7<$)+Ma%J!,)F?f9C'Zd4F<bKc1&JO[_,;FIGIq[-rn9TPYBp=?lXI]dHAH]kp1(ON?U4%WSo>o6EZ3-YWHI at 6=j'jhP-e [...]
 endstream 
 endobj 
-1425 0 obj 
+1393 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 1376
+/Length 1144
 >>
 stream
-Gb!la95iiK&BF5?nf;ss(+@@m.-VXdG;%W:"!;^8'ETN,2 at I3!P.UF:qGQlOFr]20A-PJ\(q'j6W8A$Z*tHD#JFjq$hSTJHq^M=5'*ahSkmUr()43U<hkmkAhf!H&es7J8Yi at d[oj!<Och*cfJ\E#jgX@`"9filT(/`msr?HCqp,N>r*)'CiW!]p6c]_?Pf#p\)W`$-Uo0Pm./4]n.Dm)>+;/+LGAL3u;m_JHJ!2^hVZJV/'gO-Nmla#JuCP/'_Mg=>T9>0kiIb(KR4,S[!aX3AW6dcPR\dnu3&W/A!3V9f(`kc0^p!<lu]1EbiiuRM>b$Y;Eh[aZ)"97&`K.4J\-krY:f;1MOmQlGq,Eh*M*.NJ9r"eP_iRWPaA!P1Z>ZN56(E'dP^,I9rbUHitSL>.OL?<_#^Csp&P!#%]Lt+UFa(3[PAsfDN2)j\BQ?=BQU!,$P%1!iW/.];6AYBa)<lSs9B3>r'=iMH*[4I)]-")bq=I [...]
+Gb!l_>Ar4L*6$ftp^VbKQ0.n.gM>?I0C?Y,*kD[b\VU>_M*mK269kDgm["OFA?I7R7?@iis*X0Sr-'h[q@>7:_ZYLZ559GZ!@FI(!gl7Xq at DLg^Y=&"G4<'p6P*\HF+EG#&CH$m?S3:^?UG(W^r7E8+9):^hsKWsj)':WLLepO>4tD-SpL!e04oosAKaJPAI??,&K(/'1n)BmE-2?\5=,<q8b at H,qBM=G=QbQ0^).X)!r:u'%^qBFU'@o#C7T.Yo-+^U15Ec-Fh!9aV]modEs):tO9m"e9^nteT4d$k;m(AX-tLEZiB2tA).!-2Qq!c+GD46,]-9lUY0oiLGq?uc&ZRP*,kh2!$TSi&"#a]I+Seui`aFgFh\d_BO`>G#n'DZEIBRtP&KK4 at UEmJ`RH/@:9Mtu3Z#"tC)rsGVQqKk"YPfJKP6>m0jlO7pMg3'FGqP$n=^]nh4%9g?1>u!ZiFPL9nfG&GN-V,kZ3E(qTB;B_Pr [...]
 endstream 
 endobj 
-1427 0 obj 
+1395 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
 /Length 99
@@ -17906,1267 +17550,1231 @@ stream
 GapQh0E=F,0U\H3T\pNYT^QKk?tc>IP,;W#U1^23ihPEM_TPs#b at LrZCLWrL?ta:mWaK^YWFoUTB`cf+b8&+AV817X!-*&imJ~>
 endstream 
 endobj 
-1470 0 obj 
+1438 0 obj 
 <<
 /Filter [/ASCII85Decode /FlateDecode]
-/Length 935
+/Length 932
 >>
 stream
-Gau1/?#SFN'Sc(=p^b+*.a at X!5&MmQe"f]A-gm+d38c5m:!<h=olC0b9rj-"m6mU47.C'nkHX'#',Fo%gh%9E[juK?`sEPm<=l=3,-0&N_eQ`,>V>g9=N)]K3n>R:2.\OCiLf-21a0p6[uXrfP+Q0PWg!fFrTH/_78;Y1TfJek.TIB!a[g'dmIbL>5;j9Jp_-oJW/):!DXIW>CqufNBU'2[+qZ>"W/OiKW6dT9qKhYcVC#Z=HrjMBWQso1*Ede<X6[$Xq`c7-92^X:=="7hqJT9]?]e^F/*L+*c!C8,<*V`T&CI;6iFf/.:Er'#4l7>RS#.:6K*GgM%g57?B+@#l9';c4JJ9Z':qTO`[XHGiEkVgUVDdP0GK9@!nPRG at M5R2Nm5j!I0M!a,#*Cn[7B:]1.bA<0"rY\'d$q$emFmeB;aX\IY+f&t(N'<aB=NQII:c^P)JJY%_=c7E>MH^2efG/0iS(g+>b9[[R]^Tm4J`GL=O [...]
+Gau1/>Ar4L(l%LAp^b+*.a at W@LYGGe1hi0)M0n;1%X?-qM:l:OISQPIBf5F'q]ZR_&c=hbH$i.B at H#&Cf;p1WG"$<:38oIj$GmNXAG)@<==k>Mb6:,$Wu,DQa-srOVG*j:r,OoN-KOt"p+[OXnh[qU.V43*hn%'Q;3Ua%BMRcI8sMk61=B<GHbE\>O,X;UrX9Ss.O%?LRl`n=)t56l>,?n08An+6.O,]V.^VsR^)m3\WQCJRhj'LTWcPe%7onNhl?Y#Dr[HoN8P7A9X!GMJs%SCI/+SUE"W],-\Vjhm'j&aC6o:lQpmPs;dtj'!Ii],s:",0V6%cG7#D+,01P_NFV=W"+5RNfN-siekgHK7E3F at G;;k*@)]4:^!paB^[`7*/bG+J"_(aKkQK?,$iU=D at SQ0U4SK8er$kY9TnG&9j\WM(j_=4++K$b(\A1L*655-qA8%CCANi-K,3XmKA)CC^T)E,FBP0$eA>9inhGT$dda/8 [...]
 endstream 
 endobj 
-1472 0 obj 
+1440 0 obj 
 <<
-/Nums [0 1651 0 R 1 1652 0 R 2 1653 0 R 3 1654 0 R 4 1655 0 R 5 1656 0 R 6 1657 0 R 7 1658 0 R 8 1659 0 R 9 1660 0 R 10 1661 0 R 11 1662 0 R 12 1663 0 R 13 1664 0 R 14 1665 0 R 15 1666 0 R 16 1667 0 R 17 1668 0 R 18 1669 0 R 19 1670 0 R 20 1671 0 R 21 1672 0 R 22 1673 0 R 23 1674 0 R 24 1675 0 R 25 1676 0 R 26 1677 0 R 27 1678 0 R 28 1679 0 R 29 1680 0 R 30 1681 0 R 31 1682 0 R 32 1683 0 R 33 1684 0 R 34 1685 0 R 35 1686 0 R 36 1687 0 R 37 1688 0 R 38 1689 0 R 39 1690 0 R 40 1691 0 R 41  [...]
+/Nums [0 1619 0 R 1 1620 0 R 2 1621 0 R 3 1622 0 R 4 1623 0 R 5 1624 0 R 6 1625 0 R 7 1626 0 R 8 1627 0 R 9 1628 0 R 10 1629 0 R 11 1630 0 R 12 1631 0 R 13 1632 0 R 14 1633 0 R 15 1634 0 R 16 1635 0 R 17 1636 0 R 18 1637 0 R 19 1638 0 R 20 1639 0 R 21 1640 0 R 22 1641 0 R 23 1642 0 R 24 1643 0 R 25 1644 0 R 26 1645 0 R 27 1646 0 R 28 1647 0 R 29 1648 0 R 30 1649 0 R 31 1650 0 R 32 1651 0 R 33 1652 0 R 34 1653 0 R 35 1654 0 R 36 1655 0 R 37 1656 0 R 38 1657 0 R 39 1658 0 R 40 1659 0 R 41  [...]
 >>
 endobj 
-1651 0 obj 
+1619 0 obj 
 <<
 /S /D
 /St 1
 >>
 endobj 
-1652 0 obj 
+1620 0 obj 
 <<
 /S /D
 /St 2
 >>
 endobj 
-1653 0 obj 
+1621 0 obj 
 <<
 /S /r
 /St 1
 >>
 endobj 
-1654 0 obj 
+1622 0 obj 
 <<
 /S /r
 /St 2
 >>
 endobj 
-1655 0 obj 
+1623 0 obj 
 <<
 /S /r
 /St 3
 >>
 endobj 
-1656 0 obj 
+1624 0 obj 
 <<
 /S /r
 /St 4
 >>
 endobj 
-1657 0 obj 
+1625 0 obj 
 <<
 /S /r
 /St 5
 >>
 endobj 
-1658 0 obj 
+1626 0 obj 
 <<
 /S /r
 /St 6
 >>
 endobj 
-1659 0 obj 
+1627 0 obj 
 <<
 /S /D
 /St 1
 >>
 endobj 
-1660 0 obj 
+1628 0 obj 
 <<
 /S /D
 /St 2
 >>
 endobj 
-1661 0 obj 
+1629 0 obj 
 <<
 /S /D
 /St 3
 >>
 endobj 
-1662 0 obj 
+1630 0 obj 
 <<
 /S /D
 /St 4
 >>
 endobj 
-1663 0 obj 
+1631 0 obj 
 <<
 /S /D
 /St 5
 >>
 endobj 
-1664 0 obj 
+1632 0 obj 
 <<
 /S /D
 /St 6
 >>
 endobj 
-1665 0 obj 
+1633 0 obj 
 <<
 /S /D
 /St 7
 >>
 endobj 
-1666 0 obj 
+1634 0 obj 
 <<
 /S /D
 /St 8
 >>
 endobj 
-1667 0 obj 
+1635 0 obj 
 <<
 /S /D
 /St 9
 >>
 endobj 
-1668 0 obj 
+1636 0 obj 
 <<
 /S /D
 /St 10
 >>
 endobj 
-1669 0 obj 
+1637 0 obj 
 <<
 /S /D
 /St 11
 >>
 endobj 
-1670 0 obj 
+1638 0 obj 
 <<
 /S /D
 /St 12
 >>
 endobj 
-1671 0 obj 
+1639 0 obj 
 <<
 /S /D
 /St 13
 >>
 endobj 
-1672 0 obj 
+1640 0 obj 
 <<
 /S /D
 /St 14
 >>
 endobj 
-1673 0 obj 
+1641 0 obj 
 <<
 /S /D
 /St 15
 >>
 endobj 
-1674 0 obj 
+1642 0 obj 
 <<
 /S /D
 /St 16
 >>
 endobj 
-1675 0 obj 
+1643 0 obj 
 <<
 /S /D
 /St 17
 >>
 endobj 
-1676 0 obj 
+1644 0 obj 
 <<
 /S /D
 /St 18
 >>
 endobj 
-1677 0 obj 
+1645 0 obj 
 <<
 /S /D
 /St 19
 >>
 endobj 
-1678 0 obj 
+1646 0 obj 
 <<
 /S /D
 /St 20
 >>
 endobj 
-1679 0 obj 
+1647 0 obj 
 <<
 /S /D
 /St 21
 >>
 endobj 
-1680 0 obj 
+1648 0 obj 
 <<
 /S /D
 /St 22
 >>
 endobj 
-1681 0 obj 
+1649 0 obj 
 <<
 /S /D
 /St 23
 >>
 endobj 
-1682 0 obj 
+1650 0 obj 
 <<
 /S /D
 /St 24
 >>
 endobj 
-1683 0 obj 
+1651 0 obj 
 <<
 /S /D
 /St 25
 >>
 endobj 
-1684 0 obj 
+1652 0 obj 
 <<
 /S /D
 /St 26
 >>
 endobj 
-1685 0 obj 
+1653 0 obj 
 <<
 /S /D
 /St 27
 >>
 endobj 
-1686 0 obj 
+1654 0 obj 
 <<
 /S /D
 /St 28
 >>
 endobj 
-1687 0 obj 
+1655 0 obj 
 <<
 /S /D
 /St 29
 >>
 endobj 
-1688 0 obj 
+1656 0 obj 
 <<
 /S /D
 /St 30
 >>
 endobj 
-1689 0 obj 
+1657 0 obj 
 <<
 /S /D
 /St 31
 >>
 endobj 
-1690 0 obj 
+1658 0 obj 
 <<
 /S /D
 /St 32
 >>
 endobj 
-1691 0 obj 
+1659 0 obj 
 <<
 /S /D
 /St 33
 >>
 endobj 
-1692 0 obj 
+1660 0 obj 
 <<
 /S /D
 /St 34
 >>
 endobj 
-1693 0 obj 
+1661 0 obj 
 <<
 /S /D
 /St 35
 >>
 endobj 
-1694 0 obj 
+1662 0 obj 
 <<
 /S /D
 /St 36
 >>
 endobj 
-1695 0 obj 
+1663 0 obj 
 <<
 /S /D
 /St 37
 >>
 endobj 
-1696 0 obj 
+1664 0 obj 
 <<
 /S /D
 /St 38
 >>
 endobj 
-1697 0 obj 
+1665 0 obj 
 <<
 /S /D
 /St 39
 >>
 endobj 
-1698 0 obj 
+1666 0 obj 
 <<
 /S /D
 /St 40
 >>
 endobj 
-1699 0 obj 
+1667 0 obj 
 <<
 /S /D
 /St 41
 >>
 endobj 
-1700 0 obj 
+1668 0 obj 
 <<
 /S /D
 /St 42
 >>
 endobj 
-1701 0 obj 
+1669 0 obj 
 <<
 /S /D
 /St 43
 >>
 endobj 
-1702 0 obj 
+1670 0 obj 
 <<
 /S /D
 /St 44
 >>
 endobj 
-1703 0 obj 
+1671 0 obj 
 <<
 /S /D
 /St 45
 >>
 endobj 
-1704 0 obj 
+1672 0 obj 
 <<
 /S /D
 /St 46
 >>
 endobj 
-1705 0 obj 
+1673 0 obj 
 <<
 /S /D
 /St 47
 >>
 endobj 
-1706 0 obj 
+1674 0 obj 
 <<
 /S /D
 /St 48
 >>
 endobj 
-1707 0 obj 
+1675 0 obj 
 <<
 /S /D
 /St 49
 >>
 endobj 
-1708 0 obj 
+1676 0 obj 
 <<
 /S /D
 /St 50
 >>
 endobj 
-1709 0 obj 
+1677 0 obj 
 <<
 /S /D
 /St 51
 >>
 endobj 
-1710 0 obj 
+1678 0 obj 
 <<
 /S /D
 /St 52
 >>
 endobj 
-1711 0 obj 
+1679 0 obj 
 <<
 /S /D
 /St 53
 >>
 endobj 
-1712 0 obj 
+1680 0 obj 
 <<
 /S /D
 /St 54
 >>
 endobj 
-1713 0 obj 
+1681 0 obj 
 <<
 /S /D
 /St 55
 >>
 endobj 
-1714 0 obj 
+1682 0 obj 
 <<
 /S /D
 /St 56
 >>
 endobj 
-1715 0 obj 
+1683 0 obj 
 <<
 /S /D
 /St 57
 >>
 endobj 
-1716 0 obj 
+1684 0 obj 
 <<
 /S /D
 /St 58
 >>
 endobj 
-1717 0 obj 
+1685 0 obj 
 <<
 /S /D
 /St 59
 >>
 endobj 
-1718 0 obj 
+1686 0 obj 
 <<
 /S /D
 /St 60
 >>
 endobj 
-1719 0 obj 
+1687 0 obj 
 <<
 /S /D
 /St 61
 >>
 endobj 
-1720 0 obj 
+1688 0 obj 
 <<
 /S /D
 /St 62
 >>
 endobj 
-1721 0 obj 
+1689 0 obj 
 <<
 /S /D
 /St 63
 >>
 endobj 
-1722 0 obj 
+1690 0 obj 
 <<
 /S /D
 /St 64
 >>
 endobj 
-1723 0 obj 
+1691 0 obj 
 <<
 /S /D
 /St 65
 >>
 endobj 
-1724 0 obj 
+1692 0 obj 
 <<
 /S /D
 /St 66
 >>
 endobj 
-1725 0 obj 
+1693 0 obj 
 <<
 /S /D
 /St 67
 >>
 endobj 
-1726 0 obj 
+1694 0 obj 
 <<
 /S /D
 /St 68
 >>
 endobj 
-1727 0 obj 
+1695 0 obj 
 <<
 /S /D
 /St 69
 >>
 endobj 
-1728 0 obj 
+1696 0 obj 
 <<
 /S /D
 /St 70
 >>
 endobj 
-1729 0 obj 
+1697 0 obj 
 <<
 /S /D
 /St 71
 >>
 endobj 
-1730 0 obj 
+1698 0 obj 
 <<
 /S /D
 /St 72
 >>
 endobj 
-1731 0 obj 
+1699 0 obj 
 <<
 /S /D
 /St 73
 >>
 endobj 
-1732 0 obj 
+1700 0 obj 
 <<
 /S /D
 /St 74
 >>
 endobj 
-1733 0 obj 
+1701 0 obj 
 <<
 /S /D
 /St 75
 >>
 endobj 
-1734 0 obj 
+1702 0 obj 
 <<
 /S /D
 /St 76
 >>
 endobj 
-1735 0 obj 
+1703 0 obj 
 <<
 /S /D
 /St 77
 >>
 endobj 
-1736 0 obj 
+1704 0 obj 
 <<
 /S /D
 /St 78
 >>
 endobj 
-1737 0 obj 
+1705 0 obj 
 <<
 /S /D
 /St 79
 >>
 endobj 
-1738 0 obj 
+1706 0 obj 
 <<
 /S /D
 /St 80
 >>
 endobj 
-1739 0 obj 
+1707 0 obj 
 <<
 /S /D
 /St 81
 >>
 endobj 
-1740 0 obj 
+1708 0 obj 
 <<
 /S /D
 /St 82
 >>
 endobj 
-1741 0 obj 
+1709 0 obj 
 <<
 /S /D
 /St 83
 >>
 endobj 
-1742 0 obj 
+1710 0 obj 
 <<
 /S /D
 /St 84
 >>
 endobj 
-1743 0 obj 
+1711 0 obj 
 <<
 /S /D
 /St 85
 >>
 endobj 
-1744 0 obj 
+1712 0 obj 
 <<
 /S /D
 /St 86
 >>
 endobj 
-1745 0 obj 
+1713 0 obj 
 <<
 /S /D
 /St 87
 >>
 endobj 
-1746 0 obj 
+1714 0 obj 
 <<
 /S /D
 /St 88
 >>
 endobj 
-1747 0 obj 
+1715 0 obj 
 <<
 /S /D
 /St 89
 >>
 endobj 
-1748 0 obj 
+1716 0 obj 
 <<
 /S /D
 /St 90
 >>
 endobj 
-1749 0 obj 
+1717 0 obj 
 <<
 /S /D
 /St 91
 >>
 endobj 
-1750 0 obj 
+1718 0 obj 
 <<
 /S /D
 /St 92
 >>
 endobj 
-1751 0 obj 
+1719 0 obj 
 <<
 /S /D
 /St 93
 >>
 endobj 
-1752 0 obj 
+1720 0 obj 
 <<
 /S /D
 /St 94
 >>
 endobj 
-1753 0 obj 
+1721 0 obj 
 <<
 /S /D
 /St 95
 >>
 endobj 
-1754 0 obj 
+1722 0 obj 
 <<
 /S /D
 /St 96
 >>
 endobj 
-1755 0 obj 
+1723 0 obj 
 <<
 /S /D
 /St 97
 >>
 endobj 
-1756 0 obj 
+1724 0 obj 
 <<
 /S /D
 /St 98
 >>
 endobj 
-1757 0 obj 
+1725 0 obj 
 <<
 /S /D
 /St 99
 >>
 endobj 
-1758 0 obj 
+1726 0 obj 
 <<
 /S /D
 /St 100
 >>
 endobj 
-1759 0 obj 
+1727 0 obj 
 <<
 /S /D
 /St 101
 >>
 endobj 
-1760 0 obj 
+1728 0 obj 
 <<
 /S /D
 /St 102
 >>
 endobj 
-1761 0 obj 
+1729 0 obj 
 <<
 /S /D
 /St 103
 >>
 endobj 
-1762 0 obj 
+1730 0 obj 
 <<
 /S /D
 /St 104
 >>
 endobj 
-1763 0 obj 
+1731 0 obj 
 <<
 /S /D
 /St 105
 >>
 endobj 
-1764 0 obj 
+1732 0 obj 
 <<
 /S /D
 /St 106
 >>
 endobj 
-1765 0 obj 
+1733 0 obj 
 <<
 /S /D
 /St 107
 >>
 endobj 
-1766 0 obj 
+1734 0 obj 
 <<
 /S /D
 /St 108
 >>
 endobj 
-1767 0 obj 
+1735 0 obj 
 <<
 /S /D
 /St 109
 >>
 endobj 
-1768 0 obj 
+1736 0 obj 
 <<
 /S /D
 /St 110
 >>
 endobj 
-1769 0 obj 
+1737 0 obj 
 <<
 /S /D
 /St 111
 >>
 endobj 
-1770 0 obj 
+1738 0 obj 
 <<
 /S /D
 /St 112
 >>
 endobj 
-1771 0 obj 
+1739 0 obj 
 <<
 /S /D
 /St 113
 >>
 endobj 
-1772 0 obj 
+1740 0 obj 
 <<
 /S /D
 /St 114
 >>
 endobj 
-1773 0 obj 
+1741 0 obj 
 <<
 /S /D
 /St 115
 >>
 endobj 
-1774 0 obj 
+1742 0 obj 
 <<
 /S /D
 /St 116
 >>
 endobj 
-1775 0 obj 
+1743 0 obj 
 <<
 /S /D
 /St 117
 >>
 endobj 
-1776 0 obj 
+1744 0 obj 
 <<
 /S /D
 /St 118
 >>
 endobj 
-1777 0 obj 
+1745 0 obj 
 <<
 /S /D
 /St 119
 >>
 endobj 
-1778 0 obj 
+1746 0 obj 
 <<
 /S /D
 /St 120
 >>
 endobj 
-1779 0 obj 
+1747 0 obj 
 <<
 /S /D
 /St 121
 >>
 endobj 
-1780 0 obj 
+1748 0 obj 
 <<
 /S /D
 /St 122
 >>
 endobj 
-1781 0 obj 
+1749 0 obj 
 <<
 /S /D
 /St 123
 >>
 endobj 
-1782 0 obj 
+1750 0 obj 
 <<
 /S /D
 /St 124
 >>
 endobj 
-1783 0 obj 
+1751 0 obj 
 <<
 /S /D
 /St 125
 >>
 endobj 
-1784 0 obj 
+1752 0 obj 
 <<
 /S /D
 /St 126
 >>
 endobj 
-1785 0 obj 
+1753 0 obj 
 <<
 /S /D
 /St 127
 >>
 endobj 
-1786 0 obj 
+1754 0 obj 
 <<
 /S /D
 /St 128
 >>
 endobj 
-1787 0 obj 
+1755 0 obj 
 <<
 /S /D
 /St 129
 >>
 endobj 
-1788 0 obj 
+1756 0 obj 
 <<
 /S /D
 /St 130
 >>
 endobj 
-1789 0 obj 
+1757 0 obj 
 <<
 /S /D
 /St 131
 >>
 endobj 
-1790 0 obj 
+1758 0 obj 
 <<
 /S /D
 /St 132
 >>
 endobj 
-1791 0 obj 
+1759 0 obj 
 <<
 /S /D
 /St 133
 >>
 endobj 
-1792 0 obj 
+1760 0 obj 
 <<
 /S /D
 /St 134
 >>
 endobj 
-1793 0 obj 
+1761 0 obj 
 <<
 /S /D
 /St 135
 >>
 endobj 
-1794 0 obj 
+1762 0 obj 
 <<
 /S /D
 /St 136
 >>
 endobj 
-1795 0 obj 
+1763 0 obj 
 <<
 /S /D
 /St 137
 >>
 endobj 
-1796 0 obj 
+1764 0 obj 
 <<
 /S /D
 /St 138
 >>
 endobj 
-1797 0 obj 
+1765 0 obj 
 <<
 /S /D
 /St 139
 >>
 endobj 
-1798 0 obj 
+1766 0 obj 
 <<
 /S /D
 /St 140
 >>
 endobj 
-1799 0 obj 
+1767 0 obj 
 <<
 /S /D
 /St 141
 >>
 endobj 
-1800 0 obj 
+1768 0 obj 
 <<
 /S /D
 /St 142
 >>
 endobj 
-1801 0 obj 
+1769 0 obj 
 <<
 /S /D
 /St 143
 >>
 endobj 
-1802 0 obj 
+1770 0 obj 
 <<
 /S /D
 /St 144
 >>
 endobj 
-1803 0 obj 
+1771 0 obj 
 <<
 /S /D
 /St 145
 >>
 endobj 
-1804 0 obj 
+1772 0 obj 
 <<
 /S /D
 /St 146
 >>
 endobj 
-1805 0 obj 
+1773 0 obj 
 <<
 /S /D
 /St 147
 >>
 endobj 
-1806 0 obj 
+1774 0 obj 
 <<
 /S /D
 /St 148
 >>
 endobj 
-1807 0 obj 
+1775 0 obj 
 <<
 /S /D
 /St 149
 >>
 endobj 
-1808 0 obj 
+1776 0 obj 
 <<
 /S /D
 /St 150
 >>
 endobj 
-1809 0 obj 
+1777 0 obj 
 <<
 /S /D
 /St 151
 >>
 endobj 
-1810 0 obj 
+1778 0 obj 
 <<
 /S /D
 /St 152
 >>
 endobj 
-1811 0 obj 
+1779 0 obj 
 <<
 /S /D
 /St 153
 >>
 endobj 
-1812 0 obj 
+1780 0 obj 
 <<
 /S /D
 /St 154
 >>
 endobj 
-1813 0 obj 
+1781 0 obj 
 <<
 /S /D
 /St 155
 >>
 endobj 
-1814 0 obj 
+1782 0 obj 
 <<
 /S /D
 /St 156
 >>
 endobj 
-1815 0 obj 
+1783 0 obj 
 <<
 /S /D
 /St 157
 >>
 endobj 
-1816 0 obj 
+1784 0 obj 
 <<
 /S /D
 /St 158
 >>
 endobj 
-1817 0 obj 
+1785 0 obj 
 <<
 /S /D
 /St 159
 >>
 endobj 
-1818 0 obj 
+1786 0 obj 
 <<
 /S /D
 /St 160
 >>
 endobj 
-1819 0 obj 
+1787 0 obj 
 <<
 /S /D
 /St 161
 >>
 endobj 
-1820 0 obj 
+1788 0 obj 
 <<
 /S /D
 /St 162
 >>
 endobj 
-1821 0 obj 
+1789 0 obj 
 <<
 /S /D
 /St 163
 >>
 endobj 
-1822 0 obj 
+1790 0 obj 
 <<
 /S /D
 /St 164
 >>
 endobj 
-1823 0 obj 
+1791 0 obj 
 <<
 /S /D
 /St 165
 >>
 endobj 
-1824 0 obj 
+1792 0 obj 
 <<
 /S /D
 /St 166
 >>
 endobj 
-1825 0 obj 
+1793 0 obj 
 <<
 /S /D
 /St 167
 >>
 endobj 
-1826 0 obj 
+1794 0 obj 
 <<
 /S /D
 /St 168
 >>
 endobj 
-1827 0 obj 
+1795 0 obj 
 <<
 /S /D
 /St 169
 >>
 endobj 
-1828 0 obj 
+1796 0 obj 
 <<
 /S /D
 /St 170
 >>
 endobj 
-1829 0 obj 
+1797 0 obj 
 <<
 /S /D
 /St 171
 >>
 endobj 
-1830 0 obj 
+1798 0 obj 
 <<
 /S /D
 /St 172
 >>
 endobj 
-1831 0 obj 
+1799 0 obj 
 <<
 /S /D
 /St 173
 >>
 endobj 
-1832 0 obj 
+1800 0 obj 
 <<
 /S /D
 /St 174
 >>
 endobj 
-1833 0 obj 
+1801 0 obj 
 <<
 /S /D
 /St 175
 >>
 endobj 
-1834 0 obj 
+1802 0 obj 
 <<
 /S /D
 /St 176
 >>
 endobj 
-1835 0 obj 
+1803 0 obj 
 <<
 /S /D
 /St 177
 >>
 endobj 
-1836 0 obj 
+1804 0 obj 
 <<
 /S /D
 /St 178
 >>
 endobj 
-1837 0 obj 
+1805 0 obj 
 <<
 /S /D
 /St 179
 >>
 endobj 
-1838 0 obj 
+1806 0 obj 
 <<
 /S /D
 /St 180
 >>
 endobj 
-1839 0 obj 
+1807 0 obj 
 <<
 /S /D
 /St 181
 >>
 endobj 
-1840 0 obj 
+1808 0 obj 
 <<
 /S /D
 /St 182
 >>
 endobj 
-1841 0 obj 
+1809 0 obj 
 <<
 /S /D
 /St 183
 >>
 endobj 
-1842 0 obj 
+1810 0 obj 
 <<
 /S /D
 /St 184
 >>
 endobj 
-1843 0 obj 
+1811 0 obj 
 <<
 /S /D
 /St 185
 >>
 endobj 
-1844 0 obj 
+1812 0 obj 
 <<
 /S /D
 /St 186
 >>
 endobj 
-1845 0 obj 
+1813 0 obj 
 <<
 /S /D
 /St 187
 >>
 endobj 
-1846 0 obj 
+1814 0 obj 
 <<
 /S /D
 /St 188
 >>
 endobj 
-1847 0 obj 
+1815 0 obj 
 <<
 /S /D
 /St 189
 >>
-endobj 
-1848 0 obj 
-<<
-/S /D
-/St 190
->>
-endobj 
-1849 0 obj 
-<<
-/S /D
-/St 191
->>
-endobj 
-1850 0 obj 
-<<
-/S /D
-/St 192
->>
-endobj 
-1851 0 obj 
-<<
-/S /D
-/St 193
->>
-endobj 
-1852 0 obj 
-<<
-/S /D
-/St 194
->>
-endobj 
-1853 0 obj 
-<<
-/S /D
-/St 195
->>
 endobj xref
-0 1854
+0 1816
 0000000000 65535 f 
 0000000015 00000 n 
-0000156176 00000 n 
-0000119101 00000 n 
-0000065806 00000 n 
+0000156178 00000 n 
+0000119103 00000 n 
+0000065808 00000 n 
 0000007004 00000 n 
 0000000217 00000 n 
 0000000108 00000 n 
-0000158207 00000 n 
+0000158209 00000 n 
 0000000331 00000 n 
-0000349154 00000 n 
-0000350824 00000 n 
+0000344408 00000 n 
+0000346028 00000 n 
 0000000532 00000 n 
-0000351368 00000 n 
+0000346572 00000 n 
 0000000734 00000 n 
-0000119583 00000 n 
+0000119585 00000 n 
 0000000899 00000 n 
 0000001064 00000 n 
 0000001229 00000 n 
 0000001394 00000 n 
 0000001559 00000 n 
 0000001724 00000 n 
-0000156291 00000 n 
+0000156293 00000 n 
 0000001889 00000 n 
 0000002054 00000 n 
 0000002219 00000 n 
 0000002384 00000 n 
-0000158328 00000 n 
+0000158330 00000 n 
 0000002549 00000 n 
 0000002714 00000 n 
 0000002879 00000 n 
@@ -19177,14 +18785,14 @@ endobj xref
 0000003704 00000 n 
 0000003869 00000 n 
 0000004034 00000 n 
-0000158973 00000 n 
+0000158975 00000 n 
 0000004199 00000 n 
 0000004364 00000 n 
 0000004529 00000 n 
 0000004694 00000 n 
 0000004859 00000 n 
 0000005024 00000 n 
-0000159596 00000 n 
+0000159598 00000 n 
 0000005189 00000 n 
 0000005354 00000 n 
 0000005519 00000 n 
@@ -19193,1813 +18801,1775 @@ endobj xref
 0000006014 00000 n 
 0000006179 00000 n 
 0000006344 00000 n 
-0000159991 00000 n 
+0000160172 00000 n 
 0000006509 00000 n 
 0000006674 00000 n 
-0000160592 00000 n 
 0000006839 00000 n 
 0000007111 00000 n 
+0000160602 00000 n 
 0000007276 00000 n 
 0000007441 00000 n 
 0000007606 00000 n 
 0000007771 00000 n 
 0000007936 00000 n 
 0000008101 00000 n 
-0000160821 00000 n 
+0000160823 00000 n 
 0000008266 00000 n 
 0000008431 00000 n 
 0000008596 00000 n 
 0000008761 00000 n 
-0000161024 00000 n 
+0000161026 00000 n 
 0000008926 00000 n 
 0000009091 00000 n 
 0000009256 00000 n 
 0000009421 00000 n 
-0000161227 00000 n 
+0000161229 00000 n 
 0000009586 00000 n 
 0000009751 00000 n 
-0000161430 00000 n 
+0000161615 00000 n 
 0000009916 00000 n 
 0000010081 00000 n 
-0000161816 00000 n 
 0000010246 00000 n 
 0000010411 00000 n 
+0000161836 00000 n 
 0000010576 00000 n 
 0000010741 00000 n 
 0000010906 00000 n 
 0000011071 00000 n 
-0000162241 00000 n 
+0000162039 00000 n 
 0000011236 00000 n 
 0000011401 00000 n 
-0000162648 00000 n 
+0000162446 00000 n 
 0000011566 00000 n 
 0000011731 00000 n 
+0000162649 00000 n 
 0000011896 00000 n 
 0000012061 00000 n 
 0000012226 00000 n 
 0000012391 00000 n 
 0000012556 00000 n 
-0000012721 00000 n 
-0000012887 00000 n 
-0000013053 00000 n 
-0000163871 00000 n 
-0000013220 00000 n 
-0000013387 00000 n 
-0000164075 00000 n 
-0000013554 00000 n 
-0000013721 00000 n 
-0000013888 00000 n 
-0000014055 00000 n 
-0000164891 00000 n 
-0000014222 00000 n 
-0000014389 00000 n 
-0000014556 00000 n 
-0000014723 00000 n 
-0000014890 00000 n 
-0000015057 00000 n 
-0000015224 00000 n 
-0000015391 00000 n 
-0000351559 00000 n 
-0000016237 00000 n 
-0000165095 00000 n 
-0000016404 00000 n 
-0000016571 00000 n 
-0000165299 00000 n 
-0000016738 00000 n 
-0000016905 00000 n 
-0000165503 00000 n 
-0000017072 00000 n 
-0000017239 00000 n 
-0000166504 00000 n 
-0000017406 00000 n 
-0000017573 00000 n 
-0000017740 00000 n 
-0000017907 00000 n 
-0000167042 00000 n 
-0000018074 00000 n 
-0000018241 00000 n 
-0000167439 00000 n 
-0000018408 00000 n 
-0000018575 00000 n 
-0000167661 00000 n 
-0000018742 00000 n 
-0000018909 00000 n 
-0000019076 00000 n 
-0000019243 00000 n 
-0000167865 00000 n 
-0000019410 00000 n 
-0000019577 00000 n 
-0000168069 00000 n 
-0000019744 00000 n 
-0000019911 00000 n 
-0000168681 00000 n 
-0000020078 00000 n 
-0000020245 00000 n 
-0000169089 00000 n 
-0000020412 00000 n 
-0000020579 00000 n 
-0000020746 00000 n 
-0000020913 00000 n 
-0000021080 00000 n 
-0000021247 00000 n 
-0000021414 00000 n 
-0000021581 00000 n 
-0000169293 00000 n 
-0000021748 00000 n 
-0000021915 00000 n 
-0000169497 00000 n 
-0000022082 00000 n 
-0000022249 00000 n 
-0000022416 00000 n 
-0000022583 00000 n 
-0000170072 00000 n 
-0000022750 00000 n 
-0000022917 00000 n 
-0000171666 00000 n 
-0000023084 00000 n 
-0000023251 00000 n 
-0000023418 00000 n 
-0000023585 00000 n 
-0000023752 00000 n 
-0000023919 00000 n 
-0000024086 00000 n 
-0000024253 00000 n 
-0000024420 00000 n 
-0000024587 00000 n 
-0000172092 00000 n 
-0000024754 00000 n 
-0000024921 00000 n 
-0000172704 00000 n 
-0000025088 00000 n 
-0000025255 00000 n 
-0000173647 00000 n 
-0000025422 00000 n 
-0000025589 00000 n 
-0000173851 00000 n 
-0000025756 00000 n 
-0000025923 00000 n 
-0000026090 00000 n 
-0000026257 00000 n 
-0000026424 00000 n 
-0000026591 00000 n 
-0000026758 00000 n 
-0000026925 00000 n 
-0000027092 00000 n 
-0000027259 00000 n 
-0000176946 00000 n 
-0000027426 00000 n 
-0000027593 00000 n 
-0000177510 00000 n 
-0000027760 00000 n 
-0000027927 00000 n 
-0000178074 00000 n 
-0000028094 00000 n 
-0000028261 00000 n 
-0000028428 00000 n 
-0000028595 00000 n 
-0000178508 00000 n 
-0000028762 00000 n 
-0000028929 00000 n 
-0000029096 00000 n 
-0000029263 00000 n 
-0000178712 00000 n 
-0000029430 00000 n 
-0000029597 00000 n 
-0000179287 00000 n 
-0000029764 00000 n 
-0000029931 00000 n 
-0000030098 00000 n 
-0000030265 00000 n 
-0000353243 00000 n 
-0000031151 00000 n 
-0000031318 00000 n 
-0000031485 00000 n 
-0000031652 00000 n 
-0000031819 00000 n 
-0000180537 00000 n 
-0000031986 00000 n 
-0000032153 00000 n 
-0000180741 00000 n 
-0000032320 00000 n 
-0000032487 00000 n 
-0000180945 00000 n 
-0000032654 00000 n 
-0000032821 00000 n 
-0000181557 00000 n 
-0000032988 00000 n 
-0000033155 00000 n 
-0000033322 00000 n 
-0000033489 00000 n 
-0000181761 00000 n 
-0000033656 00000 n 
-0000033823 00000 n 
-0000033990 00000 n 
-0000034157 00000 n 
-0000034324 00000 n 
-0000034491 00000 n 
-0000181965 00000 n 
-0000034658 00000 n 
-0000034825 00000 n 
-0000182169 00000 n 
-0000034992 00000 n 
-0000035159 00000 n 
-0000183170 00000 n 
-0000035326 00000 n 
-0000035493 00000 n 
-0000035660 00000 n 
-0000035827 00000 n 
-0000183708 00000 n 
-0000035994 00000 n 
-0000036161 00000 n 
-0000184105 00000 n 
-0000036328 00000 n 
-0000036495 00000 n 
-0000184327 00000 n 
-0000036662 00000 n 
-0000036829 00000 n 
-0000036996 00000 n 
-0000037163 00000 n 
-0000184531 00000 n 
-0000037330 00000 n 
-0000037497 00000 n 
-0000184735 00000 n 
-0000037664 00000 n 
-0000037831 00000 n 
-0000185347 00000 n 
-0000037998 00000 n 
-0000038165 00000 n 
-0000185755 00000 n 
-0000038332 00000 n 
-0000038499 00000 n 
-0000038666 00000 n 
-0000038833 00000 n 
-0000039000 00000 n 
-0000039167 00000 n 
-0000039334 00000 n 
-0000039501 00000 n 
-0000185959 00000 n 
-0000039668 00000 n 
-0000039835 00000 n 
-0000186163 00000 n 
-0000040002 00000 n 
-0000040169 00000 n 
-0000040336 00000 n 
-0000040503 00000 n 
-0000186738 00000 n 
-0000040670 00000 n 
-0000040837 00000 n 
-0000188332 00000 n 
-0000041004 00000 n 
-0000041171 00000 n 
-0000041338 00000 n 
-0000041505 00000 n 
-0000041672 00000 n 
-0000041839 00000 n 
-0000042006 00000 n 
-0000042173 00000 n 
-0000042340 00000 n 
-0000042507 00000 n 
-0000188758 00000 n 
-0000042674 00000 n 
-0000042841 00000 n 
-0000189370 00000 n 
-0000043008 00000 n 
-0000043175 00000 n 
-0000190313 00000 n 
-0000043342 00000 n 
-0000043509 00000 n 
-0000190517 00000 n 
-0000043676 00000 n 
-0000043843 00000 n 
-0000044010 00000 n 
-0000044177 00000 n 
-0000044344 00000 n 
-0000044511 00000 n 
-0000044678 00000 n 
-0000044845 00000 n 
-0000045012 00000 n 
-0000045179 00000 n 
-0000354532 00000 n 
-0000046065 00000 n 
-0000046232 00000 n 
-0000046399 00000 n 
-0000046566 00000 n 
-0000046733 00000 n 
-0000191741 00000 n 
-0000046900 00000 n 
-0000047067 00000 n 
-0000191945 00000 n 
-0000047234 00000 n 
-0000047401 00000 n 
-0000192149 00000 n 
-0000047568 00000 n 
-0000047735 00000 n 
-0000192761 00000 n 
-0000047902 00000 n 
-0000048069 00000 n 
-0000048236 00000 n 
-0000048403 00000 n 
-0000192965 00000 n 
-0000048570 00000 n 
-0000048737 00000 n 
-0000048904 00000 n 
-0000049071 00000 n 
-0000049238 00000 n 
-0000049405 00000 n 
-0000193169 00000 n 
-0000049572 00000 n 
-0000049739 00000 n 
-0000193373 00000 n 
-0000049906 00000 n 
-0000050073 00000 n 
-0000194374 00000 n 
-0000050240 00000 n 
-0000050407 00000 n 
-0000050574 00000 n 
-0000050741 00000 n 
-0000194912 00000 n 
-0000050908 00000 n 
-0000051075 00000 n 
-0000195309 00000 n 
-0000051242 00000 n 
-0000051409 00000 n 
-0000051576 00000 n 
-0000051743 00000 n 
-0000195531 00000 n 
-0000051910 00000 n 
-0000052077 00000 n 
-0000195735 00000 n 
-0000052244 00000 n 
-0000052411 00000 n 
-0000195939 00000 n 
-0000052578 00000 n 
-0000052745 00000 n 
-0000196347 00000 n 
-0000052912 00000 n 
-0000053079 00000 n 
-0000196959 00000 n 
-0000053246 00000 n 
-0000053413 00000 n 
-0000053580 00000 n 
-0000053747 00000 n 
-0000053914 00000 n 
-0000054081 00000 n 
-0000054248 00000 n 
-0000054415 00000 n 
-0000197163 00000 n 
-0000054582 00000 n 
-0000054749 00000 n 
-0000197367 00000 n 
-0000054916 00000 n 
-0000055083 00000 n 
-0000055250 00000 n 
-0000055417 00000 n 
-0000197942 00000 n 
-0000055584 00000 n 
-0000055751 00000 n 
-0000199536 00000 n 
-0000055918 00000 n 
-0000056085 00000 n 
-0000056252 00000 n 
-0000056419 00000 n 
-0000056586 00000 n 
-0000056753 00000 n 
-0000056920 00000 n 
-0000057087 00000 n 
-0000057254 00000 n 
-0000057421 00000 n 
-0000199962 00000 n 
-0000057588 00000 n 
-0000057755 00000 n 
-0000200908 00000 n 
-0000057922 00000 n 
-0000058089 00000 n 
-0000201527 00000 n 
-0000058256 00000 n 
-0000058423 00000 n 
-0000201731 00000 n 
-0000058590 00000 n 
-0000058757 00000 n 
-0000058924 00000 n 
-0000059091 00000 n 
-0000059258 00000 n 
-0000059425 00000 n 
-0000059592 00000 n 
-0000059759 00000 n 
-0000059926 00000 n 
-0000060093 00000 n 
-0000355789 00000 n 
-0000060979 00000 n 
-0000204288 00000 n 
-0000061146 00000 n 
-0000061313 00000 n 
-0000205557 00000 n 
-0000061480 00000 n 
-0000061647 00000 n 
-0000061814 00000 n 
-0000061981 00000 n 
-0000205962 00000 n 
-0000062148 00000 n 
-0000062315 00000 n 
-0000206184 00000 n 
-0000062482 00000 n 
-0000062649 00000 n 
-0000206388 00000 n 
-0000062816 00000 n 
-0000062983 00000 n 
-0000063150 00000 n 
-0000063317 00000 n 
-0000207167 00000 n 
-0000063484 00000 n 
-0000063651 00000 n 
-0000063818 00000 n 
-0000063985 00000 n 
-0000222283 00000 n 
-0000064152 00000 n 
-0000064319 00000 n 
-0000321251 00000 n 
-0000064486 00000 n 
-0000064653 00000 n 
-0000357044 00000 n 
-0000065043 00000 n 
-0000357653 00000 n 
-0000065247 00000 n 
-0000065446 00000 n 
-0000065640 00000 n 
-0000065923 00000 n 
-0000066119 00000 n 
-0000119213 00000 n 
-0000119409 00000 n 
-0000357845 00000 n 
-0000119893 00000 n 
-0000156002 00000 n 
-0000360457 00000 n 
-0000156561 00000 n 
-0000364026 00000 n 
-0000156765 00000 n 
-0000156931 00000 n 
-0000157115 00000 n 
-0000157302 00000 n 
-0000157468 00000 n 
-0000157634 00000 n 
-0000157810 00000 n 
-0000158009 00000 n 
-0000368835 00000 n 
-0000158605 00000 n 
-0000158792 00000 n 
-0000371329 00000 n 
-0000159202 00000 n 
-0000159397 00000 n 
-0000374379 00000 n 
-0000159825 00000 n 
-0000377355 00000 n 
-0000160212 00000 n 
-0000160391 00000 n 
-0000380950 00000 n 
-0000385312 00000 n 
-0000388971 00000 n 
-0000392873 00000 n 
-0000397430 00000 n 
-0000161633 00000 n 
-0000402655 00000 n 
-0000162037 00000 n 
-0000405949 00000 n 
-0000410398 00000 n 
-0000162444 00000 n 
-0000414764 00000 n 
-0000420026 00000 n 
-0000162851 00000 n 
-0000422863 00000 n 
-0000163055 00000 n 
-0000424987 00000 n 
-0000163259 00000 n 
-0000426974 00000 n 
-0000163463 00000 n 
-0000429358 00000 n 
-0000163667 00000 n 
-0000431497 00000 n 
-0000433562 00000 n 
-0000435704 00000 n 
-0000164279 00000 n 
-0000438315 00000 n 
-0000164483 00000 n 
-0000441161 00000 n 
-0000164687 00000 n 
-0000444332 00000 n 
-0000447099 00000 n 
-0000449760 00000 n 
-0000452462 00000 n 
-0000454938 00000 n 
-0000165707 00000 n 
-0000165874 00000 n 
-0000457600 00000 n 
-0000166096 00000 n 
-0000460601 00000 n 
-0000166300 00000 n 
-0000463582 00000 n 
-0000465456 00000 n 
-0000166708 00000 n 
-0000166875 00000 n 
-0000468348 00000 n 
-0000167272 00000 n 
-0000471087 00000 n 
-0000473742 00000 n 
-0000475988 00000 n 
-0000478057 00000 n 
-0000168273 00000 n 
-0000481008 00000 n 
-0000168477 00000 n 
-0000483359 00000 n 
-0000485910 00000 n 
-0000168885 00000 n 
-0000488315 00000 n 
-0000490571 00000 n 
-0000492967 00000 n 
-0000495003 00000 n 
-0000169701 00000 n 
-0000496923 00000 n 
-0000169905 00000 n 
-0000170683 00000 n 
-0000498964 00000 n 
-0000170294 00000 n 
-0000170461 00000 n 
-0000501283 00000 n 
-0000503559 00000 n 
-0000170887 00000 n 
-0000505974 00000 n 
-0000171091 00000 n 
-0000507758 00000 n 
-0000171295 00000 n 
-0000509945 00000 n 
-0000171499 00000 n 
-0000512166 00000 n 
-0000171888 00000 n 
-0000514655 00000 n 
-0000517099 00000 n 
-0000172296 00000 n 
-0000519675 00000 n 
-0000172500 00000 n 
-0000521380 00000 n 
-0000523167 00000 n 
-0000172908 00000 n 
-0000173409 00000 n 
-0000173075 00000 n 
-0000173242 00000 n 
-0000525538 00000 n 
-0000527678 00000 n 
-0000529743 00000 n 
-0000174055 00000 n 
-0000174222 00000 n 
-0000532138 00000 n 
-0000174444 00000 n 
-0000174611 00000 n 
-0000535039 00000 n 
-0000174833 00000 n 
-0000175000 00000 n 
-0000537878 00000 n 
-0000175222 00000 n 
-0000175389 00000 n 
-0000540432 00000 n 
-0000175611 00000 n 
-0000175778 00000 n 
-0000543248 00000 n 
-0000176000 00000 n 
-0000546002 00000 n 
-0000176204 00000 n 
-0000548916 00000 n 
-0000176408 00000 n 
-0000551065 00000 n 
-0000176612 00000 n 
-0000176779 00000 n 
-0000553335 00000 n 
-0000177176 00000 n 
-0000177343 00000 n 
-0000556031 00000 n 
-0000177740 00000 n 
-0000177907 00000 n 
-0000558057 00000 n 
-0000178304 00000 n 
-0000560324 00000 n 
-0000562161 00000 n 
-0000565082 00000 n 
-0000178916 00000 n 
-0000179100 00000 n 
-0000567417 00000 n 
-0000179517 00000 n 
-0000569679 00000 n 
-0000179721 00000 n 
-0000571750 00000 n 
-0000179925 00000 n 
-0000573986 00000 n 
-0000180129 00000 n 
-0000576297 00000 n 
-0000180333 00000 n 
-0000578432 00000 n 
-0000580469 00000 n 
-0000583016 00000 n 
-0000585242 00000 n 
-0000181149 00000 n 
-0000588231 00000 n 
-0000181353 00000 n 
-0000591566 00000 n 
-0000594411 00000 n 
-0000597095 00000 n 
-0000599536 00000 n 
-0000602101 00000 n 
-0000182373 00000 n 
-0000182540 00000 n 
-0000605010 00000 n 
-0000182762 00000 n 
-0000607541 00000 n 
-0000182966 00000 n 
-0000610668 00000 n 
-0000613164 00000 n 
-0000183374 00000 n 
-0000183541 00000 n 
-0000616051 00000 n 
-0000183938 00000 n 
-0000618778 00000 n 
-0000621445 00000 n 
-0000623687 00000 n 
-0000625767 00000 n 
-0000184939 00000 n 
-0000628713 00000 n 
-0000185143 00000 n 
-0000631045 00000 n 
-0000633577 00000 n 
-0000185551 00000 n 
-0000635991 00000 n 
-0000638246 00000 n 
-0000640605 00000 n 
-0000642559 00000 n 
-0000186367 00000 n 
-0000644485 00000 n 
-0000186571 00000 n 
-0000646564 00000 n 
-0000186960 00000 n 
-0000187127 00000 n 
-0000648850 00000 n 
-0000187349 00000 n 
-0000651159 00000 n 
-0000187553 00000 n 
-0000653635 00000 n 
-0000187757 00000 n 
-0000655436 00000 n 
-0000187961 00000 n 
-0000657630 00000 n 
-0000188165 00000 n 
-0000659859 00000 n 
-0000188554 00000 n 
-0000662316 00000 n 
-0000664698 00000 n 
-0000188962 00000 n 
-0000667327 00000 n 
-0000189166 00000 n 
-0000669044 00000 n 
-0000670836 00000 n 
-0000189574 00000 n 
-0000189741 00000 n 
-0000189908 00000 n 
-0000190075 00000 n 
-0000673131 00000 n 
-0000675242 00000 n 
-0000677341 00000 n 
-0000190721 00000 n 
-0000679290 00000 n 
-0000190925 00000 n 
-0000681362 00000 n 
-0000191129 00000 n 
-0000683554 00000 n 
-0000191333 00000 n 
-0000685918 00000 n 
-0000191537 00000 n 
-0000688059 00000 n 
-0000690086 00000 n 
-0000692511 00000 n 
-0000694735 00000 n 
-0000192353 00000 n 
-0000697765 00000 n 
-0000192557 00000 n 
-0000701015 00000 n 
-0000703824 00000 n 
-0000706505 00000 n 
-0000709084 00000 n 
-0000711629 00000 n 
-0000193577 00000 n 
-0000193744 00000 n 
-0000714406 00000 n 
-0000193966 00000 n 
-0000716821 00000 n 
-0000194170 00000 n 
-0000719941 00000 n 
-0000722426 00000 n 
-0000194578 00000 n 
-0000194745 00000 n 
-0000725286 00000 n 
-0000195142 00000 n 
-0000727996 00000 n 
-0000730683 00000 n 
-0000732920 00000 n 
-0000734956 00000 n 
-0000196143 00000 n 
-0000737813 00000 n 
-0000740384 00000 n 
-0000196551 00000 n 
-0000742890 00000 n 
-0000196755 00000 n 
-0000745302 00000 n 
-0000747507 00000 n 
-0000749872 00000 n 
-0000751833 00000 n 
-0000197571 00000 n 
-0000753864 00000 n 
-0000197775 00000 n 
-0000755870 00000 n 
-0000198164 00000 n 
-0000198331 00000 n 
-0000758242 00000 n 
-0000198553 00000 n 
-0000760473 00000 n 
-0000198757 00000 n 
-0000762875 00000 n 
-0000198961 00000 n 
-0000764679 00000 n 
-0000199165 00000 n 
-0000766940 00000 n 
-0000199369 00000 n 
-0000769134 00000 n 
-0000199758 00000 n 
-0000771633 00000 n 
-0000774112 00000 n 
-0000200166 00000 n 
-0000776473 00000 n 
-0000200370 00000 n 
-0000778233 00000 n 
-0000200574 00000 n 
-0000200741 00000 n 
-0000780294 00000 n 
-0000201138 00000 n 
-0000201305 00000 n 
-0000782590 00000 n 
-0000784779 00000 n 
-0000786689 00000 n 
-0000201935 00000 n 
-0000202102 00000 n 
-0000789186 00000 n 
-0000202324 00000 n 
-0000202491 00000 n 
-0000792086 00000 n 
-0000202713 00000 n 
-0000202880 00000 n 
-0000794763 00000 n 
-0000203102 00000 n 
-0000203269 00000 n 
-0000797594 00000 n 
-0000203491 00000 n 
-0000203658 00000 n 
-0000800719 00000 n 
-0000203880 00000 n 
-0000803526 00000 n 
-0000204084 00000 n 
-0000806305 00000 n 
-0000808625 00000 n 
-0000204492 00000 n 
-0000204659 00000 n 
-0000204826 00000 n 
-0000811121 00000 n 
-0000205056 00000 n 
-0000205223 00000 n 
-0000205390 00000 n 
-0000813772 00000 n 
-0000205795 00000 n 
-0000815913 00000 n 
-0000818039 00000 n 
-0000820446 00000 n 
-0000206592 00000 n 
-0000823328 00000 n 
-0000206796 00000 n 
-0000206980 00000 n 
-0000825402 00000 n 
-0000207397 00000 n 
-0000826962 00000 n 
-0000207601 00000 n 
-0000207768 00000 n 
-0000207935 00000 n 
-0000208102 00000 n 
-0000208269 00000 n 
-0000208436 00000 n 
-0000208603 00000 n 
-0000208770 00000 n 
-0000208937 00000 n 
-0000209104 00000 n 
-0000209271 00000 n 
-0000209438 00000 n 
-0000209605 00000 n 
-0000209772 00000 n 
-0000209939 00000 n 
-0000210106 00000 n 
-0000210273 00000 n 
-0000210440 00000 n 
-0000210607 00000 n 
-0000210774 00000 n 
-0000210941 00000 n 
-0000211108 00000 n 
-0000211275 00000 n 
-0000211442 00000 n 
-0000211609 00000 n 
-0000211854 00000 n 
-0000212097 00000 n 
-0000212342 00000 n 
-0000212509 00000 n 
-0000212676 00000 n 
+0000012722 00000 n 
+0000012888 00000 n 
+0000013054 00000 n 
+0000163872 00000 n 
+0000013221 00000 n 
+0000013388 00000 n 
+0000164076 00000 n 
+0000013555 00000 n 
+0000013722 00000 n 
+0000013889 00000 n 
+0000014056 00000 n 
+0000164892 00000 n 
+0000014223 00000 n 
+0000014390 00000 n 
+0000014557 00000 n 
+0000014724 00000 n 
+0000014891 00000 n 
+0000015058 00000 n 
+0000015225 00000 n 
+0000015392 00000 n 
+0000346763 00000 n 
+0000016239 00000 n 
+0000165096 00000 n 
+0000016406 00000 n 
+0000016573 00000 n 
+0000165300 00000 n 
+0000016740 00000 n 
+0000016907 00000 n 
+0000165504 00000 n 
+0000017074 00000 n 
+0000017241 00000 n 
+0000166505 00000 n 
+0000017408 00000 n 
+0000017575 00000 n 
+0000017742 00000 n 
+0000017909 00000 n 
+0000167043 00000 n 
+0000018076 00000 n 
+0000018243 00000 n 
+0000167440 00000 n 
+0000018410 00000 n 
+0000018577 00000 n 
+0000167662 00000 n 
+0000018744 00000 n 
+0000018911 00000 n 
+0000019078 00000 n 
+0000019245 00000 n 
+0000167866 00000 n 
+0000019412 00000 n 
+0000019579 00000 n 
+0000168274 00000 n 
+0000019746 00000 n 
+0000019913 00000 n 
+0000168682 00000 n 
+0000020080 00000 n 
+0000020247 00000 n 
+0000020414 00000 n 
+0000020581 00000 n 
+0000020748 00000 n 
+0000020915 00000 n 
+0000021082 00000 n 
+0000021249 00000 n 
+0000021416 00000 n 
+0000021583 00000 n 
+0000021750 00000 n 
+0000021917 00000 n 
+0000169090 00000 n 
+0000022084 00000 n 
+0000022251 00000 n 
+0000022418 00000 n 
+0000022585 00000 n 
+0000169832 00000 n 
+0000022752 00000 n 
+0000022919 00000 n 
+0000171045 00000 n 
+0000023086 00000 n 
+0000023253 00000 n 
+0000023420 00000 n 
+0000023587 00000 n 
+0000023754 00000 n 
+0000023921 00000 n 
+0000024088 00000 n 
+0000024255 00000 n 
+0000024422 00000 n 
+0000024589 00000 n 
+0000171471 00000 n 
+0000024756 00000 n 
+0000024923 00000 n 
+0000172621 00000 n 
+0000025090 00000 n 
+0000025257 00000 n 
+0000173018 00000 n 
+0000025424 00000 n 
+0000025591 00000 n 
+0000173240 00000 n 
+0000025758 00000 n 
+0000025925 00000 n 
+0000026092 00000 n 
+0000026259 00000 n 
+0000173444 00000 n 
+0000026426 00000 n 
+0000026593 00000 n 
+0000026760 00000 n 
+0000026927 00000 n 
+0000027094 00000 n 
+0000027261 00000 n 
+0000176148 00000 n 
+0000027428 00000 n 
+0000027595 00000 n 
+0000176871 00000 n 
+0000027762 00000 n 
+0000027929 00000 n 
+0000177443 00000 n 
+0000028096 00000 n 
+0000028263 00000 n 
+0000177673 00000 n 
+0000028430 00000 n 
+0000028597 00000 n 
+0000177877 00000 n 
+0000028764 00000 n 
+0000028931 00000 n 
+0000178081 00000 n 
+0000029098 00000 n 
+0000029265 00000 n 
+0000029432 00000 n 
+0000029599 00000 n 
+0000178656 00000 n 
+0000029766 00000 n 
+0000029933 00000 n 
+0000178886 00000 n 
+0000030100 00000 n 
+0000030267 00000 n 
+0000348452 00000 n 
+0000031153 00000 n 
+0000031320 00000 n 
+0000031487 00000 n 
+0000031654 00000 n 
+0000031821 00000 n 
+0000179906 00000 n 
+0000031988 00000 n 
+0000032155 00000 n 
+0000180314 00000 n 
+0000032322 00000 n 
+0000032489 00000 n 
+0000032656 00000 n 
+0000032823 00000 n 
+0000181130 00000 n 
+0000032990 00000 n 
+0000033157 00000 n 
+0000033324 00000 n 
+0000033491 00000 n 
+0000033658 00000 n 
+0000033825 00000 n 
+0000033992 00000 n 
+0000034159 00000 n 
+0000181334 00000 n 
+0000034326 00000 n 
+0000034493 00000 n 
+0000181538 00000 n 
+0000034660 00000 n 
+0000034827 00000 n 
+0000181742 00000 n 
+0000034994 00000 n 
+0000035161 00000 n 
+0000182743 00000 n 
+0000035328 00000 n 
+0000035495 00000 n 
+0000035662 00000 n 
+0000035829 00000 n 
+0000183281 00000 n 
+0000035996 00000 n 
+0000036163 00000 n 
+0000183678 00000 n 
+0000036330 00000 n 
+0000036497 00000 n 
+0000183900 00000 n 
+0000036664 00000 n 
+0000036831 00000 n 
+0000036998 00000 n 
+0000037165 00000 n 
+0000184104 00000 n 
+0000037332 00000 n 
+0000037499 00000 n 
+0000184512 00000 n 
+0000037666 00000 n 
+0000037833 00000 n 
+0000184920 00000 n 
+0000038000 00000 n 
+0000038167 00000 n 
+0000038334 00000 n 
+0000038501 00000 n 
+0000038668 00000 n 
+0000038835 00000 n 
+0000039002 00000 n 
+0000039169 00000 n 
+0000039336 00000 n 
+0000039503 00000 n 
+0000185124 00000 n 
+0000039670 00000 n 
+0000039837 00000 n 
+0000185328 00000 n 
+0000040004 00000 n 
+0000040171 00000 n 
+0000040338 00000 n 
+0000040505 00000 n 
+0000185903 00000 n 
+0000040672 00000 n 
+0000040839 00000 n 
+0000187293 00000 n 
+0000041006 00000 n 
+0000041173 00000 n 
+0000041340 00000 n 
+0000041507 00000 n 
+0000041674 00000 n 
+0000041841 00000 n 
+0000042008 00000 n 
+0000042175 00000 n 
+0000187515 00000 n 
+0000042342 00000 n 
+0000042509 00000 n 
+0000187719 00000 n 
+0000042676 00000 n 
+0000042843 00000 n 
+0000188869 00000 n 
+0000043010 00000 n 
+0000043177 00000 n 
+0000189488 00000 n 
+0000043344 00000 n 
+0000043511 00000 n 
+0000189692 00000 n 
+0000043678 00000 n 
+0000043845 00000 n 
+0000044012 00000 n 
+0000044179 00000 n 
+0000044346 00000 n 
+0000044513 00000 n 
+0000044680 00000 n 
+0000044847 00000 n 
+0000045014 00000 n 
+0000045181 00000 n 
+0000349728 00000 n 
+0000046067 00000 n 
+0000046234 00000 n 
+0000046401 00000 n 
+0000046568 00000 n 
+0000046735 00000 n 
+0000190916 00000 n 
+0000046902 00000 n 
+0000047069 00000 n 
+0000191120 00000 n 
+0000047236 00000 n 
+0000047403 00000 n 
+0000047570 00000 n 
+0000047737 00000 n 
+0000191936 00000 n 
+0000047904 00000 n 
+0000048071 00000 n 
+0000048238 00000 n 
+0000048405 00000 n 
+0000048572 00000 n 
+0000048739 00000 n 
+0000048906 00000 n 
+0000049073 00000 n 
+0000192140 00000 n 
+0000049240 00000 n 
+0000049407 00000 n 
+0000192344 00000 n 
+0000049574 00000 n 
+0000049741 00000 n 
+0000192548 00000 n 
+0000049908 00000 n 
+0000050075 00000 n 
+0000193549 00000 n 
+0000050242 00000 n 
+0000050409 00000 n 
+0000050576 00000 n 
+0000050743 00000 n 
+0000194087 00000 n 
+0000050910 00000 n 
+0000051077 00000 n 
+0000194484 00000 n 
+0000051244 00000 n 
+0000051411 00000 n 
+0000051578 00000 n 
+0000051745 00000 n 
+0000194706 00000 n 
+0000051912 00000 n 
+0000052079 00000 n 
+0000194910 00000 n 
+0000052246 00000 n 
+0000052413 00000 n 
+0000195318 00000 n 
+0000052580 00000 n 
+0000052747 00000 n 
+0000195726 00000 n 
+0000052914 00000 n 
+0000053081 00000 n 
+0000053248 00000 n 
+0000053415 00000 n 
+0000053582 00000 n 
+0000053749 00000 n 
+0000053916 00000 n 
+0000054083 00000 n 
+0000054250 00000 n 
+0000054417 00000 n 
+0000054584 00000 n 
+0000054751 00000 n 
+0000196134 00000 n 
+0000054918 00000 n 
+0000055085 00000 n 
+0000055252 00000 n 
+0000055419 00000 n 
+0000196876 00000 n 
+0000055586 00000 n 
+0000055753 00000 n 
+0000198089 00000 n 
+0000055920 00000 n 
+0000056087 00000 n 
+0000056254 00000 n 
+0000056421 00000 n 
+0000056588 00000 n 
+0000056755 00000 n 
+0000056922 00000 n 
+0000057089 00000 n 
+0000057256 00000 n 
+0000057423 00000 n 
+0000198515 00000 n 
+0000057590 00000 n 
+0000057757 00000 n 
+0000199665 00000 n 
+0000057924 00000 n 
+0000058091 00000 n 
+0000200062 00000 n 
+0000058258 00000 n 
+0000058425 00000 n 
+0000200284 00000 n 
+0000058592 00000 n 
+0000058759 00000 n 
+0000058926 00000 n 
+0000059093 00000 n 
+0000059260 00000 n 
+0000059427 00000 n 
+0000200488 00000 n 
+0000059594 00000 n 
+0000059761 00000 n 
+0000059928 00000 n 
+0000060095 00000 n 
+0000350964 00000 n 
+0000060981 00000 n 
+0000203192 00000 n 
+0000061148 00000 n 
+0000061315 00000 n 
+0000203915 00000 n 
+0000061482 00000 n 
+0000061649 00000 n 
+0000204487 00000 n 
+0000061816 00000 n 
+0000061983 00000 n 
+0000204717 00000 n 
+0000062150 00000 n 
+0000062317 00000 n 
+0000204921 00000 n 
+0000062484 00000 n 
+0000062651 00000 n 
+0000205125 00000 n 
+0000062818 00000 n 
+0000062985 00000 n 
+0000063152 00000 n 
+0000063319 00000 n 
+0000205700 00000 n 
+0000063486 00000 n 
+0000063653 00000 n 
+0000063820 00000 n 
+0000063987 00000 n 
+0000220853 00000 n 
+0000064154 00000 n 
+0000064321 00000 n 
+0000316493 00000 n 
+0000064488 00000 n 
+0000064655 00000 n 
+0000352193 00000 n 
+0000065045 00000 n 
+0000352804 00000 n 
+0000065249 00000 n 
+0000065448 00000 n 
+0000065642 00000 n 
+0000065925 00000 n 
+0000066121 00000 n 
+0000119215 00000 n 
+0000119411 00000 n 
+0000352996 00000 n 
+0000119895 00000 n 
+0000156004 00000 n 
+0000355608 00000 n 
+0000156563 00000 n 
+0000359177 00000 n 
+0000156767 00000 n 
+0000156933 00000 n 
+0000157117 00000 n 
+0000157304 00000 n 
+0000157470 00000 n 
+0000157636 00000 n 
+0000157812 00000 n 
+0000158011 00000 n 
+0000363986 00000 n 
+0000158607 00000 n 
+0000158794 00000 n 
+0000366480 00000 n 
+0000159204 00000 n 
+0000159399 00000 n 
+0000369525 00000 n 
+0000159827 00000 n 
+0000159993 00000 n 
+0000373085 00000 n 
+0000160401 00000 n 
+0000376520 00000 n 
+0000381327 00000 n 
+0000384806 00000 n 
+0000388848 00000 n 
+0000161432 00000 n 
+0000393760 00000 n 
+0000398225 00000 n 
+0000401436 00000 n 
+0000162242 00000 n 
+0000406332 00000 n 
+0000410738 00000 n 
+0000415572 00000 n 
+0000162852 00000 n 
+0000417922 00000 n 
+0000163056 00000 n 
+0000420226 00000 n 
+0000163260 00000 n 
+0000422345 00000 n 
+0000163464 00000 n 
+0000424439 00000 n 
+0000163668 00000 n 
+0000426583 00000 n 
+0000428882 00000 n 
+0000430704 00000 n 
+0000164280 00000 n 
+0000432860 00000 n 
+0000164484 00000 n 
+0000435642 00000 n 
+0000164688 00000 n 
+0000438869 00000 n 
+0000441648 00000 n 
+0000444250 00000 n 
+0000446954 00000 n 
+0000449569 00000 n 
+0000165708 00000 n 
+0000165875 00000 n 
+0000452360 00000 n 
+0000166097 00000 n 
+0000454792 00000 n 
+0000166301 00000 n 
+0000457926 00000 n 
+0000460418 00000 n 
+0000166709 00000 n 
+0000166876 00000 n 
+0000463315 00000 n 
+0000167273 00000 n 
+0000466079 00000 n 
+0000468790 00000 n 
+0000471117 00000 n 
+0000168070 00000 n 
+0000473918 00000 n 
+0000476633 00000 n 
+0000168478 00000 n 
+0000479293 00000 n 
+0000481757 00000 n 
+0000168886 00000 n 
+0000483741 00000 n 
+0000485535 00000 n 
+0000169294 00000 n 
+0000487664 00000 n 
+0000169498 00000 n 
+0000170266 00000 n 
+0000169665 00000 n 
+0000490059 00000 n 
+0000170062 00000 n 
+0000492196 00000 n 
+0000494593 00000 n 
+0000170470 00000 n 
+0000496674 00000 n 
+0000170674 00000 n 
+0000498488 00000 n 
+0000170878 00000 n 
+0000500699 00000 n 
+0000171267 00000 n 
+0000503160 00000 n 
+0000505765 00000 n 
+0000171675 00000 n 
+0000508671 00000 n 
+0000171879 00000 n 
+0000510545 00000 n 
+0000172083 00000 n 
+0000512290 00000 n 
+0000172287 00000 n 
+0000172454 00000 n 
+0000514794 00000 n 
+0000172851 00000 n 
+0000517213 00000 n 
+0000519709 00000 n 
+0000521359 00000 n 
+0000173648 00000 n 
+0000173815 00000 n 
+0000524446 00000 n 
+0000174037 00000 n 
+0000174204 00000 n 
+0000174371 00000 n 
+0000527318 00000 n 
+0000174601 00000 n 
+0000529980 00000 n 
+0000174805 00000 n 
+0000174972 00000 n 
+0000175139 00000 n 
+0000532999 00000 n 
+0000175369 00000 n 
+0000535923 00000 n 
+0000175573 00000 n 
+0000538942 00000 n 
+0000175777 00000 n 
+0000541294 00000 n 
+0000175981 00000 n 
+0000543993 00000 n 
+0000176370 00000 n 
+0000176537 00000 n 
+0000176704 00000 n 
+0000546893 00000 n 
+0000177109 00000 n 
+0000177276 00000 n 
+0000549053 00000 n 
+0000550902 00000 n 
+0000553068 00000 n 
+0000555893 00000 n 
+0000178285 00000 n 
+0000178469 00000 n 
+0000558392 00000 n 
+0000560722 00000 n 
+0000179090 00000 n 
+0000563038 00000 n 
+0000179294 00000 n 
+0000565337 00000 n 
+0000179498 00000 n 
+0000567546 00000 n 
+0000179702 00000 n 
+0000569641 00000 n 
+0000571788 00000 n 
+0000180110 00000 n 
+0000574238 00000 n 
+0000576032 00000 n 
+0000180518 00000 n 
+0000578003 00000 n 
+0000180722 00000 n 
+0000580777 00000 n 
+0000180926 00000 n 
+0000584006 00000 n 
+0000586776 00000 n 
+0000589330 00000 n 
+0000592000 00000 n 
+0000594574 00000 n 
+0000181946 00000 n 
+0000182113 00000 n 
+0000597395 00000 n 
+0000182335 00000 n 
+0000599912 00000 n 
+0000182539 00000 n 
+0000603039 00000 n 
+0000605535 00000 n 
+0000182947 00000 n 
+0000183114 00000 n 
+0000608426 00000 n 
+0000183511 00000 n 
+0000611180 00000 n 
+0000613900 00000 n 
+0000616226 00000 n 
+0000184308 00000 n 
+0000619021 00000 n 
+0000621707 00000 n 
+0000184716 00000 n 
+0000624223 00000 n 
+0000626677 00000 n 
+0000628756 00000 n 
+0000630733 00000 n 
+0000185532 00000 n 
+0000632847 00000 n 
+0000185736 00000 n 
+0000635219 00000 n 
+0000186125 00000 n 
+0000186292 00000 n 
+0000637456 00000 n 
+0000186514 00000 n 
+0000639871 00000 n 
+0000186718 00000 n 
+0000642087 00000 n 
+0000186922 00000 n 
+0000644048 00000 n 
+0000187126 00000 n 
+0000646110 00000 n 
+0000648360 00000 n 
+0000651020 00000 n 
+0000187923 00000 n 
+0000653742 00000 n 
+0000188127 00000 n 
+0000655793 00000 n 
+0000188331 00000 n 
+0000657564 00000 n 
+0000188535 00000 n 
+0000188702 00000 n 
+0000659829 00000 n 
+0000189099 00000 n 
+0000189266 00000 n 
+0000662255 00000 n 
+0000664532 00000 n 
+0000666471 00000 n 
+0000189896 00000 n 
+0000668785 00000 n 
+0000190100 00000 n 
+0000671002 00000 n 
+0000190304 00000 n 
+0000673088 00000 n 
+0000190508 00000 n 
+0000675265 00000 n 
+0000190712 00000 n 
+0000677301 00000 n 
+0000679447 00000 n 
+0000681379 00000 n 
+0000191324 00000 n 
+0000683908 00000 n 
+0000191528 00000 n 
+0000686678 00000 n 
+0000191732 00000 n 
+0000689898 00000 n 
+0000692663 00000 n 
+0000695228 00000 n 
+0000697875 00000 n 
+0000700447 00000 n 
+0000192752 00000 n 
+0000192919 00000 n 
+0000703192 00000 n 
+0000193141 00000 n 
+0000705607 00000 n 
+0000193345 00000 n 
+0000708727 00000 n 
+0000711212 00000 n 
+0000193753 00000 n 
+0000193920 00000 n 
+0000714076 00000 n 
+0000194317 00000 n 
+0000716810 00000 n 
+0000719515 00000 n 
+0000721829 00000 n 
+0000195114 00000 n 
+0000724558 00000 n 
+0000727212 00000 n 
+0000195522 00000 n 
+0000729774 00000 n 
+0000732228 00000 n 
+0000195930 00000 n 
+0000734154 00000 n 
+0000735930 00000 n 
+0000196338 00000 n 
+0000738024 00000 n 
+0000196542 00000 n 
+0000196709 00000 n 
+0000740399 00000 n 
+0000197106 00000 n 
+0000742519 00000 n 
+0000197310 00000 n 
+0000744901 00000 n 
+0000197514 00000 n 
+0000746976 00000 n 
+0000197718 00000 n 
+0000748795 00000 n 
+0000197922 00000 n 
+0000750992 00000 n 
+0000198311 00000 n 
+0000753441 00000 n 
+0000756033 00000 n 
+0000198719 00000 n 
+0000758894 00000 n 
+0000198923 00000 n 
+0000760758 00000 n 
+0000199127 00000 n 
+0000762492 00000 n 
+0000199331 00000 n 
+0000199498 00000 n 
+0000764986 00000 n 
+0000199895 00000 n 
+0000767385 00000 n 
+0000769855 00000 n 
+0000771496 00000 n 
+0000200692 00000 n 
+0000200859 00000 n 
+0000774566 00000 n 
+0000201081 00000 n 
+0000201248 00000 n 
+0000201415 00000 n 
+0000777410 00000 n 
+0000201645 00000 n 
+0000780055 00000 n 
+0000201849 00000 n 
+0000202016 00000 n 
+0000202183 00000 n 
+0000783067 00000 n 
+0000202413 00000 n 
+0000785968 00000 n 
+0000202617 00000 n 
+0000788969 00000 n 
+0000202821 00000 n 
+0000791309 00000 n 
+0000203025 00000 n 
+0000793998 00000 n 
+0000203414 00000 n 
+0000203581 00000 n 
+0000203748 00000 n 
+0000796878 00000 n 
+0000204153 00000 n 
+0000204320 00000 n 
+0000799037 00000 n 
+0000800873 00000 n 
+0000803010 00000 n 
+0000805824 00000 n 
+0000205329 00000 n 
+0000205513 00000 n 
+0000808488 00000 n 
+0000205930 00000 n 
+0000810762 00000 n 
+0000206134 00000 n 
+0000811167 00000 n 
+0000206338 00000 n 
+0000206505 00000 n 
+0000206672 00000 n 
+0000206839 00000 n 
+0000207006 00000 n 
+0000207173 00000 n 
+0000207340 00000 n 
+0000207507 00000 n 
+0000207674 00000 n 
+0000207841 00000 n 
+0000208008 00000 n 
+0000208175 00000 n 
+0000208342 00000 n 
+0000208509 00000 n 
+0000208676 00000 n 
+0000208843 00000 n 
+0000209010 00000 n 
+0000209177 00000 n 
+0000209344 00000 n 
+0000209511 00000 n 
+0000209678 00000 n 
+0000209845 00000 n 
+0000210012 00000 n 
+0000210179 00000 n 
+0000210424 00000 n 
+0000210667 00000 n 
+0000210912 00000 n 
+0000211079 00000 n 
+0000211246 00000 n 
+0000211504 00000 n 
+0000211671 00000 n 
+0000211838 00000 n 
+0000212099 00000 n 
+0000212266 00000 n 
+0000212433 00000 n 
+0000212600 00000 n 
+0000212767 00000 n 
 0000212934 00000 n 
 0000213101 00000 n 
 0000213268 00000 n 
-0000213529 00000 n 
-0000213696 00000 n 
-0000213863 00000 n 
-0000214030 00000 n 
-0000214197 00000 n 
-0000214364 00000 n 
-0000214531 00000 n 
-0000214698 00000 n 
-0000214865 00000 n 
-0000215032 00000 n 
-0000215199 00000 n 
-0000215365 00000 n 
-0000215532 00000 n 
-0000215699 00000 n 
-0000215866 00000 n 
-0000216033 00000 n 
-0000216200 00000 n 
-0000216362 00000 n 
-0000216529 00000 n 
-0000216696 00000 n 
-0000216863 00000 n 
-0000217030 00000 n 
-0000217197 00000 n 
-0000217364 00000 n 
-0000217531 00000 n 
-0000217698 00000 n 
-0000217865 00000 n 
-0000218032 00000 n 
-0000218199 00000 n 
-0000218366 00000 n 
-0000218533 00000 n 
-0000218780 00000 n 
-0000218947 00000 n 
-0000219194 00000 n 
-0000219361 00000 n 
-0000219612 00000 n 
-0000219779 00000 n 
-0000219946 00000 n 
-0000220113 00000 n 
-0000220280 00000 n 
-0000220447 00000 n 
-0000220614 00000 n 
-0000220781 00000 n 
-0000220948 00000 n 
-0000221114 00000 n 
-0000221281 00000 n 
-0000221448 00000 n 
-0000221615 00000 n 
-0000221782 00000 n 
-0000221949 00000 n 
-0000222116 00000 n 
-0000827154 00000 n 
-0000223169 00000 n 
-0000223336 00000 n 
-0000223503 00000 n 
-0000223670 00000 n 
-0000223837 00000 n 
-0000224004 00000 n 
-0000224171 00000 n 
-0000224338 00000 n 
-0000224505 00000 n 
-0000224672 00000 n 
-0000224839 00000 n 
-0000225006 00000 n 
-0000225173 00000 n 
-0000225423 00000 n 
-0000225664 00000 n 
-0000225831 00000 n 
-0000225998 00000 n 
-0000226249 00000 n 
-0000226500 00000 n 
-0000226667 00000 n 
-0000226834 00000 n 
-0000227089 00000 n 
-0000227256 00000 n 
-0000227423 00000 n 
-0000227590 00000 n 
-0000227757 00000 n 
-0000227924 00000 n 
-0000228091 00000 n 
-0000228258 00000 n 
-0000228425 00000 n 
-0000228592 00000 n 
-0000228759 00000 n 
-0000228926 00000 n 
-0000229093 00000 n 
-0000229260 00000 n 
-0000229427 00000 n 
-0000229681 00000 n 
-0000229848 00000 n 
-0000230015 00000 n 
-0000230182 00000 n 
-0000230349 00000 n 
-0000230600 00000 n 
-0000230767 00000 n 
-0000230934 00000 n 
-0000231101 00000 n 
-0000231267 00000 n 
-0000231434 00000 n 
-0000231600 00000 n 
-0000231767 00000 n 
-0000231934 00000 n 
-0000232101 00000 n 
-0000232268 00000 n 
-0000232435 00000 n 
-0000232602 00000 n 
-0000232769 00000 n 
-0000232936 00000 n 
-0000233103 00000 n 
-0000233270 00000 n 
-0000233435 00000 n 
-0000233602 00000 n 
-0000233767 00000 n 
-0000233934 00000 n 
-0000234101 00000 n 
-0000234268 00000 n 
-0000234435 00000 n 
-0000234600 00000 n 
-0000234767 00000 n 
-0000234934 00000 n 
-0000235100 00000 n 
-0000235267 00000 n 
-0000235432 00000 n 
-0000235599 00000 n 
-0000235764 00000 n 
-0000235932 00000 n 
-0000236100 00000 n 
-0000236268 00000 n 
-0000236436 00000 n 
-0000236604 00000 n 
-0000236772 00000 n 
-0000236939 00000 n 
-0000237107 00000 n 
-0000237275 00000 n 
-0000237443 00000 n 
-0000237611 00000 n 
-0000829164 00000 n 
-0000238502 00000 n 
-0000238669 00000 n 
-0000238836 00000 n 
-0000239004 00000 n 
-0000239172 00000 n 
-0000239340 00000 n 
-0000239508 00000 n 
-0000239676 00000 n 
-0000239844 00000 n 
-0000240012 00000 n 
-0000240180 00000 n 
-0000240348 00000 n 
-0000240516 00000 n 
-0000240684 00000 n 
-0000240852 00000 n 
-0000241020 00000 n 
-0000241188 00000 n 
-0000241356 00000 n 
-0000241524 00000 n 
-0000241692 00000 n 
-0000241860 00000 n 
-0000242028 00000 n 
-0000242196 00000 n 
-0000242364 00000 n 
-0000242532 00000 n 
-0000242700 00000 n 
-0000242868 00000 n 
-0000243036 00000 n 
-0000243204 00000 n 
-0000243372 00000 n 
-0000243540 00000 n 
-0000243708 00000 n 
-0000243876 00000 n 
-0000244044 00000 n 
-0000244212 00000 n 
-0000244380 00000 n 
-0000244548 00000 n 
-0000244716 00000 n 
-0000244884 00000 n 
-0000245052 00000 n 
-0000245220 00000 n 
-0000245388 00000 n 
-0000245556 00000 n 
-0000245724 00000 n 
-0000245892 00000 n 
-0000246060 00000 n 
-0000246228 00000 n 
-0000246396 00000 n 
-0000246564 00000 n 
-0000246732 00000 n 
-0000246900 00000 n 
-0000247068 00000 n 
-0000247235 00000 n 
-0000247403 00000 n 
-0000247571 00000 n 
-0000247739 00000 n 
-0000247907 00000 n 
-0000248075 00000 n 
-0000248243 00000 n 
-0000248411 00000 n 
-0000248577 00000 n 
-0000248745 00000 n 
-0000248912 00000 n 
-0000249080 00000 n 
-0000249248 00000 n 
-0000249416 00000 n 
-0000249584 00000 n 
-0000249752 00000 n 
-0000249920 00000 n 
-0000250088 00000 n 
-0000250256 00000 n 
-0000250424 00000 n 
-0000250592 00000 n 
-0000250760 00000 n 
-0000250928 00000 n 
-0000251096 00000 n 
-0000251264 00000 n 
-0000251432 00000 n 
-0000251600 00000 n 
-0000251767 00000 n 
-0000251935 00000 n 
-0000252102 00000 n 
-0000252270 00000 n 
-0000252437 00000 n 
-0000252605 00000 n 
-0000252771 00000 n 
-0000252939 00000 n 
-0000253107 00000 n 
-0000253275 00000 n 
-0000253443 00000 n 
-0000253611 00000 n 
-0000253779 00000 n 
-0000831161 00000 n 
-0000254814 00000 n 
-0000254982 00000 n 
-0000255150 00000 n 
-0000255406 00000 n 
-0000255574 00000 n 
-0000255742 00000 n 
-0000255998 00000 n 
-0000256166 00000 n 
-0000256334 00000 n 
-0000256502 00000 n 
-0000256670 00000 n 
-0000256838 00000 n 
-0000257006 00000 n 
-0000257174 00000 n 
-0000257342 00000 n 
-0000257510 00000 n 
-0000257678 00000 n 
-0000257846 00000 n 
-0000258014 00000 n 
-0000258182 00000 n 
-0000258350 00000 n 
-0000258518 00000 n 
-0000258686 00000 n 
-0000258854 00000 n 
-0000259022 00000 n 
-0000259190 00000 n 
-0000259358 00000 n 
-0000259526 00000 n 
-0000259801 00000 n 
-0000260076 00000 n 
-0000260244 00000 n 
-0000260412 00000 n 
-0000260580 00000 n 
-0000260748 00000 n 
-0000260916 00000 n 
-0000261084 00000 n 
-0000261252 00000 n 
-0000261420 00000 n 
-0000261588 00000 n 
-0000261756 00000 n 
-0000261924 00000 n 
-0000262090 00000 n 
-0000262258 00000 n 
-0000262426 00000 n 
-0000262594 00000 n 
-0000262762 00000 n 
-0000262928 00000 n 
-0000263096 00000 n 
-0000263264 00000 n 
-0000263432 00000 n 
-0000263600 00000 n 
-0000263768 00000 n 
-0000263936 00000 n 
-0000264104 00000 n 
-0000264272 00000 n 
-0000264440 00000 n 
-0000264608 00000 n 
-0000264776 00000 n 
-0000264944 00000 n 
-0000265112 00000 n 
-0000265278 00000 n 
-0000265446 00000 n 
-0000265614 00000 n 
-0000265782 00000 n 
-0000265950 00000 n 
-0000266118 00000 n 
-0000266286 00000 n 
-0000266454 00000 n 
-0000266622 00000 n 
-0000266790 00000 n 
-0000266958 00000 n 
-0000267126 00000 n 
-0000267294 00000 n 
-0000267537 00000 n 
-0000267800 00000 n 
-0000268063 00000 n 
-0000268231 00000 n 
-0000268482 00000 n 
-0000268650 00000 n 
-0000268894 00000 n 
-0000832866 00000 n 
-0000269821 00000 n 
-0000270071 00000 n 
-0000270239 00000 n 
-0000270407 00000 n 
-0000270575 00000 n 
-0000270743 00000 n 
-0000270911 00000 n 
-0000271079 00000 n 
-0000271247 00000 n 
-0000271415 00000 n 
-0000271583 00000 n 
-0000271751 00000 n 
-0000271919 00000 n 
-0000272163 00000 n 
-0000272331 00000 n 
-0000272499 00000 n 
-0000272667 00000 n 
-0000272835 00000 n 
-0000273003 00000 n 
-0000273171 00000 n 
-0000273339 00000 n 
-0000273507 00000 n 
-0000273675 00000 n 
-0000273843 00000 n 
-0000274011 00000 n 
-0000274179 00000 n 
-0000274347 00000 n 
-0000274515 00000 n 
-0000274683 00000 n 
-0000274851 00000 n 
-0000275019 00000 n 
-0000275187 00000 n 
-0000275355 00000 n 
-0000275523 00000 n 
-0000275766 00000 n 
-0000276012 00000 n 
-0000276256 00000 n 
-0000276502 00000 n 
-0000276748 00000 n 
-0000276916 00000 n 
-0000277084 00000 n 
-0000277252 00000 n 
-0000277420 00000 n 
-0000277588 00000 n 
-0000277756 00000 n 
-0000277924 00000 n 
-0000278092 00000 n 
-0000278342 00000 n 
-0000278510 00000 n 
-0000278678 00000 n 
-0000278846 00000 n 
-0000279014 00000 n 
-0000279182 00000 n 
-0000279350 00000 n 
-0000279518 00000 n 
-0000279764 00000 n 
-0000280012 00000 n 
-0000280180 00000 n 
-0000280348 00000 n 
-0000280516 00000 n 
-0000280684 00000 n 
-0000280937 00000 n 
-0000281105 00000 n 
-0000281273 00000 n 
-0000281441 00000 n 
-0000281609 00000 n 
-0000281777 00000 n 
-0000281945 00000 n 
-0000282113 00000 n 
-0000282281 00000 n 
-0000282449 00000 n 
-0000282712 00000 n 
-0000282878 00000 n 
-0000283046 00000 n 
-0000283212 00000 n 
-0000283380 00000 n 
-0000283548 00000 n 
-0000283716 00000 n 
-0000283884 00000 n 
-0000284052 00000 n 
-0000284220 00000 n 
-0000284388 00000 n 
-0000284635 00000 n 
-0000284887 00000 n 
-0000285134 00000 n 
-0000285383 00000 n 
-0000285632 00000 n 
-0000285887 00000 n 
-0000834917 00000 n 
-0000286886 00000 n 
-0000287054 00000 n 
-0000287222 00000 n 
-0000287390 00000 n 
-0000287558 00000 n 
-0000287726 00000 n 
-0000287894 00000 n 
-0000288062 00000 n 
-0000288230 00000 n 
-0000288398 00000 n 
-0000288566 00000 n 
-0000288734 00000 n 
-0000288902 00000 n 
-0000289070 00000 n 
-0000289238 00000 n 
-0000289406 00000 n 
-0000289574 00000 n 
-0000289742 00000 n 
-0000289910 00000 n 
-0000290078 00000 n 
-0000290246 00000 n 
-0000290502 00000 n 
-0000290670 00000 n 
-0000290838 00000 n 
-0000291006 00000 n 
-0000291174 00000 n 
-0000291342 00000 n 
-0000291510 00000 n 
-0000291678 00000 n 
-0000291846 00000 n 
-0000292014 00000 n 
-0000292182 00000 n 
-0000292350 00000 n 
-0000292518 00000 n 
-0000292686 00000 n 
-0000292854 00000 n 
-0000293022 00000 n 
-0000293190 00000 n 
-0000293358 00000 n 
-0000293526 00000 n 
-0000293694 00000 n 
-0000293862 00000 n 
-0000294030 00000 n 
-0000294198 00000 n 
-0000294366 00000 n 
-0000294534 00000 n 
-0000294702 00000 n 
-0000294870 00000 n 
-0000295038 00000 n 
-0000295204 00000 n 
-0000295372 00000 n 
-0000295538 00000 n 
-0000295706 00000 n 
-0000295874 00000 n 
-0000296042 00000 n 
-0000296210 00000 n 
-0000296378 00000 n 
-0000296546 00000 n 
-0000296714 00000 n 
-0000296880 00000 n 
-0000297048 00000 n 
-0000297216 00000 n 
-0000297384 00000 n 
-0000297552 00000 n 
-0000297720 00000 n 
-0000297888 00000 n 
-0000298056 00000 n 
-0000298224 00000 n 
-0000298392 00000 n 
-0000298560 00000 n 
-0000298728 00000 n 
-0000298896 00000 n 
-0000299064 00000 n 
-0000299320 00000 n 
-0000299488 00000 n 
-0000299654 00000 n 
-0000299822 00000 n 
-0000299989 00000 n 
-0000300157 00000 n 
-0000300325 00000 n 
-0000300585 00000 n 
-0000300845 00000 n 
-0000301013 00000 n 
-0000301262 00000 n 
-0000301510 00000 n 
-0000301758 00000 n 
-0000837025 00000 n 
+0000213435 00000 n 
+0000213602 00000 n 
+0000213769 00000 n 
+0000213935 00000 n 
+0000214102 00000 n 
+0000214269 00000 n 
+0000214436 00000 n 
+0000214603 00000 n 
+0000214770 00000 n 
+0000214932 00000 n 
+0000215099 00000 n 
+0000215266 00000 n 
+0000215433 00000 n 
+0000215600 00000 n 
+0000215767 00000 n 
+0000215934 00000 n 
+0000216101 00000 n 
+0000216268 00000 n 
+0000216435 00000 n 
+0000216602 00000 n 
+0000216769 00000 n 
+0000216936 00000 n 
+0000217103 00000 n 
+0000217350 00000 n 
+0000217517 00000 n 
+0000217764 00000 n 
+0000217931 00000 n 
+0000218182 00000 n 
+0000218349 00000 n 
+0000218516 00000 n 
+0000218683 00000 n 
+0000218850 00000 n 
+0000219017 00000 n 
+0000219184 00000 n 
+0000219351 00000 n 
+0000219518 00000 n 
+0000219684 00000 n 
+0000219851 00000 n 
+0000220018 00000 n 
+0000220185 00000 n 
+0000220352 00000 n 
+0000220519 00000 n 
+0000220686 00000 n 
+0000811359 00000 n 
+0000221731 00000 n 
+0000221898 00000 n 
+0000222065 00000 n 
+0000222232 00000 n 
+0000222399 00000 n 
+0000222566 00000 n 
+0000222733 00000 n 
+0000222900 00000 n 
+0000223067 00000 n 
+0000223234 00000 n 
+0000223401 00000 n 
+0000223568 00000 n 
+0000223735 00000 n 
+0000223985 00000 n 
+0000224226 00000 n 
+0000224393 00000 n 
+0000224560 00000 n 
+0000224811 00000 n 
+0000225062 00000 n 
+0000225229 00000 n 
+0000225396 00000 n 
+0000225651 00000 n 
+0000225818 00000 n 
+0000225985 00000 n 
+0000226152 00000 n 
+0000226319 00000 n 
+0000226486 00000 n 
+0000226653 00000 n 
+0000226820 00000 n 
+0000226987 00000 n 
+0000227154 00000 n 
+0000227321 00000 n 
+0000227488 00000 n 
+0000227655 00000 n 
+0000227822 00000 n 
+0000228073 00000 n 
+0000228240 00000 n 
+0000228407 00000 n 
+0000228574 00000 n 
+0000228741 00000 n 
+0000228908 00000 n 
+0000229075 00000 n 
+0000229242 00000 n 
+0000229409 00000 n 
+0000229576 00000 n 
+0000229743 00000 n 
+0000229910 00000 n 
+0000230077 00000 n 
+0000230244 00000 n 
+0000230411 00000 n 
+0000230578 00000 n 
+0000230745 00000 n 
+0000230910 00000 n 
+0000231077 00000 n 
+0000231242 00000 n 
+0000231409 00000 n 
+0000231576 00000 n 
+0000231743 00000 n 
+0000231910 00000 n 
+0000232075 00000 n 
+0000232242 00000 n 
+0000232409 00000 n 
+0000232575 00000 n 
+0000232742 00000 n 
+0000232907 00000 n 
+0000233074 00000 n 
+0000233239 00000 n 
+0000233406 00000 n 
+0000233573 00000 n 
+0000233740 00000 n 
+0000233907 00000 n 
+0000234074 00000 n 
+0000234241 00000 n 
+0000234407 00000 n 
+0000234574 00000 n 
+0000234741 00000 n 
+0000234908 00000 n 
+0000235075 00000 n 
+0000235239 00000 n 
+0000235405 00000 n 
+0000235568 00000 n 
+0000235734 00000 n 
+0000235899 00000 n 
+0000236066 00000 n 
+0000813348 00000 n 
+0000236944 00000 n 
+0000237112 00000 n 
+0000237280 00000 n 
+0000237448 00000 n 
+0000237616 00000 n 
+0000237784 00000 n 
+0000237952 00000 n 
+0000238120 00000 n 
+0000238288 00000 n 
+0000238456 00000 n 
+0000238624 00000 n 
+0000238792 00000 n 
+0000238960 00000 n 
+0000239128 00000 n 
+0000239296 00000 n 
+0000239464 00000 n 
+0000239632 00000 n 
+0000239800 00000 n 
+0000239968 00000 n 
+0000240136 00000 n 
+0000240304 00000 n 
+0000240472 00000 n 
+0000240640 00000 n 
+0000240808 00000 n 
+0000240976 00000 n 
+0000241144 00000 n 
+0000241312 00000 n 
+0000241480 00000 n 
+0000241648 00000 n 
+0000241816 00000 n 
+0000241984 00000 n 
+0000242152 00000 n 
+0000242320 00000 n 
+0000242488 00000 n 
+0000242656 00000 n 
+0000242824 00000 n 
+0000242992 00000 n 
+0000243160 00000 n 
+0000243328 00000 n 
+0000243496 00000 n 
+0000243664 00000 n 
+0000243832 00000 n 
+0000244000 00000 n 
+0000244168 00000 n 
+0000244336 00000 n 
+0000244504 00000 n 
+0000244672 00000 n 
+0000244840 00000 n 
+0000245008 00000 n 
+0000245176 00000 n 
+0000245344 00000 n 
+0000245512 00000 n 
+0000245680 00000 n 
+0000245846 00000 n 
+0000246014 00000 n 
+0000246181 00000 n 
+0000246349 00000 n 
+0000246517 00000 n 
+0000246685 00000 n 
+0000246853 00000 n 
+0000247021 00000 n 
+0000247189 00000 n 
+0000247357 00000 n 
+0000247525 00000 n 
+0000247693 00000 n 
+0000247861 00000 n 
+0000248029 00000 n 
+0000248197 00000 n 
+0000248365 00000 n 
+0000248533 00000 n 
+0000248701 00000 n 
+0000248869 00000 n 
+0000249036 00000 n 
+0000249204 00000 n 
+0000249371 00000 n 
+0000249539 00000 n 
+0000249706 00000 n 
+0000249874 00000 n 
+0000250040 00000 n 
+0000250208 00000 n 
+0000250376 00000 n 
+0000250544 00000 n 
+0000250712 00000 n 
+0000250880 00000 n 
+0000251046 00000 n 
+0000251214 00000 n 
+0000251470 00000 n 
+0000251636 00000 n 
+0000251804 00000 n 
+0000252060 00000 n 
+0000252228 00000 n 
+0000252396 00000 n 
+0000815310 00000 n 
+0000253431 00000 n 
+0000253599 00000 n 
+0000253767 00000 n 
+0000253935 00000 n 
+0000254103 00000 n 
+0000254271 00000 n 
+0000254439 00000 n 
+0000254607 00000 n 
+0000254775 00000 n 
+0000254943 00000 n 
+0000255111 00000 n 
+0000255279 00000 n 
+0000255447 00000 n 
+0000255615 00000 n 
+0000255783 00000 n 
+0000255951 00000 n 
+0000256119 00000 n 
+0000256287 00000 n 
+0000256455 00000 n 
+0000256623 00000 n 
+0000256898 00000 n 
+0000257173 00000 n 
+0000257341 00000 n 
+0000257509 00000 n 
+0000257677 00000 n 
+0000257845 00000 n 
+0000258013 00000 n 
+0000258181 00000 n 
+0000258349 00000 n 
+0000258517 00000 n 
+0000258685 00000 n 
+0000258853 00000 n 
+0000259021 00000 n 
+0000259189 00000 n 
+0000259357 00000 n 
+0000259525 00000 n 
+0000259693 00000 n 
+0000259938 00000 n 
+0000260184 00000 n 
+0000260352 00000 n 
+0000260520 00000 n 
+0000260686 00000 n 
+0000260854 00000 n 
+0000261022 00000 n 
+0000261190 00000 n 
+0000261358 00000 n 
+0000261526 00000 n 
+0000261694 00000 n 
+0000261862 00000 n 
+0000262030 00000 n 
+0000262198 00000 n 
+0000262366 00000 n 
+0000262534 00000 n 
+0000262702 00000 n 
+0000262870 00000 n 
+0000263036 00000 n 
+0000263204 00000 n 
+0000263372 00000 n 
+0000263540 00000 n 
+0000263708 00000 n 
+0000263876 00000 n 
+0000264044 00000 n 
+0000264212 00000 n 
+0000264380 00000 n 
+0000264548 00000 n 
+0000264716 00000 n 
+0000264884 00000 n 
+0000265052 00000 n 
+0000265295 00000 n 
+0000265558 00000 n 
+0000265821 00000 n 
+0000265989 00000 n 
+0000266240 00000 n 
+0000266408 00000 n 
+0000266652 00000 n 
+0000266902 00000 n 
+0000267070 00000 n 
+0000267238 00000 n 
+0000267406 00000 n 
+0000267574 00000 n 
+0000817108 00000 n 
+0000268501 00000 n 
+0000268669 00000 n 
+0000268837 00000 n 
+0000269005 00000 n 
+0000269173 00000 n 
+0000269341 00000 n 
+0000269509 00000 n 
+0000269677 00000 n 
+0000269921 00000 n 
+0000270089 00000 n 
+0000270257 00000 n 
+0000270425 00000 n 
+0000270593 00000 n 
+0000270761 00000 n 
+0000270929 00000 n 
+0000271097 00000 n 
+0000271265 00000 n 
+0000271433 00000 n 
+0000271601 00000 n 
+0000271769 00000 n 
+0000271937 00000 n 
+0000272105 00000 n 
+0000272273 00000 n 
+0000272441 00000 n 
+0000272609 00000 n 
+0000272777 00000 n 
+0000272945 00000 n 
+0000273113 00000 n 
+0000273281 00000 n 
+0000273524 00000 n 
+0000273770 00000 n 
+0000274014 00000 n 
+0000274260 00000 n 
+0000274506 00000 n 
+0000274674 00000 n 
+0000274842 00000 n 
+0000275010 00000 n 
+0000275178 00000 n 
+0000275346 00000 n 
+0000275514 00000 n 
+0000275682 00000 n 
+0000275932 00000 n 
+0000276100 00000 n 
+0000276268 00000 n 
+0000276436 00000 n 
+0000276682 00000 n 
+0000276930 00000 n 
+0000277098 00000 n 
+0000277266 00000 n 
+0000277434 00000 n 
+0000277602 00000 n 
+0000277855 00000 n 
+0000278023 00000 n 
+0000278191 00000 n 
+0000278359 00000 n 
+0000278527 00000 n 
+0000278695 00000 n 
+0000278863 00000 n 
+0000279031 00000 n 
+0000279199 00000 n 
+0000279462 00000 n 
+0000279628 00000 n 
+0000279796 00000 n 
+0000279962 00000 n 
+0000280130 00000 n 
+0000280298 00000 n 
+0000280466 00000 n 
+0000280634 00000 n 
+0000280802 00000 n 
+0000280970 00000 n 
+0000281138 00000 n 
+0000281385 00000 n 
+0000281637 00000 n 
+0000281884 00000 n 
+0000282133 00000 n 
+0000282382 00000 n 
+0000282637 00000 n 
+0000282805 00000 n 
+0000282973 00000 n 
+0000283141 00000 n 
+0000283309 00000 n 
+0000283477 00000 n 
+0000283645 00000 n 
+0000283813 00000 n 
+0000283981 00000 n 
+0000284149 00000 n 
+0000284317 00000 n 
+0000284485 00000 n 
+0000819165 00000 n 
+0000285484 00000 n 
+0000285652 00000 n 
+0000285820 00000 n 
+0000286076 00000 n 
+0000286244 00000 n 
+0000286412 00000 n 
+0000286580 00000 n 
+0000286748 00000 n 
+0000286916 00000 n 
+0000287084 00000 n 
+0000287252 00000 n 
+0000287420 00000 n 
+0000287588 00000 n 
+0000287756 00000 n 
+0000287924 00000 n 
+0000288092 00000 n 
+0000288260 00000 n 
+0000288428 00000 n 
+0000288596 00000 n 
+0000288764 00000 n 
+0000288932 00000 n 
+0000289100 00000 n 
+0000289268 00000 n 
+0000289436 00000 n 
+0000289604 00000 n 
+0000289772 00000 n 
+0000289940 00000 n 
+0000290108 00000 n 
+0000290276 00000 n 
+0000290444 00000 n 
+0000290612 00000 n 
+0000290780 00000 n 
+0000290948 00000 n 
+0000291116 00000 n 
+0000291284 00000 n 
+0000291452 00000 n 
+0000291620 00000 n 
+0000291788 00000 n 
+0000291956 00000 n 
+0000292124 00000 n 
+0000292292 00000 n 
+0000292460 00000 n 
+0000292628 00000 n 
+0000292796 00000 n 
+0000292964 00000 n 
+0000293132 00000 n 
+0000293300 00000 n 
+0000293468 00000 n 
+0000293636 00000 n 
+0000293804 00000 n 
+0000293972 00000 n 
+0000294140 00000 n 
+0000294308 00000 n 
+0000294564 00000 n 
+0000294732 00000 n 
+0000294900 00000 n 
+0000295066 00000 n 
+0000295234 00000 n 
+0000295401 00000 n 
+0000295569 00000 n 
+0000295737 00000 n 
+0000295997 00000 n 
+0000296257 00000 n 
+0000296425 00000 n 
+0000296674 00000 n 
+0000296922 00000 n 
+0000297170 00000 n 
+0000297338 00000 n 
+0000297588 00000 n 
+0000297755 00000 n 
+0000297922 00000 n 
+0000298090 00000 n 
+0000298257 00000 n 
+0000298425 00000 n 
+0000298593 00000 n 
+0000298761 00000 n 
+0000298929 00000 n 
+0000299097 00000 n 
+0000299265 00000 n 
+0000299433 00000 n 
+0000299601 00000 n 
+0000299769 00000 n 
+0000299937 00000 n 
+0000821248 00000 n 
+0000300891 00000 n 
+0000301059 00000 n 
+0000301227 00000 n 
+0000301395 00000 n 
+0000301563 00000 n 
+0000301731 00000 n 
+0000301899 00000 n 
+0000302067 00000 n 
+0000302235 00000 n 
+0000302403 00000 n 
+0000302571 00000 n 
 0000302739 00000 n 
 0000302907 00000 n 
-0000303157 00000 n 
-0000303324 00000 n 
-0000303491 00000 n 
-0000303659 00000 n 
-0000303826 00000 n 
-0000303994 00000 n 
-0000304162 00000 n 
-0000304330 00000 n 
-0000304498 00000 n 
-0000304666 00000 n 
-0000304834 00000 n 
-0000305002 00000 n 
-0000305170 00000 n 
-0000305338 00000 n 
-0000305506 00000 n 
-0000305674 00000 n 
-0000305842 00000 n 
-0000306010 00000 n 
-0000306178 00000 n 
-0000306346 00000 n 
-0000306514 00000 n 
-0000306682 00000 n 
-0000306850 00000 n 
-0000307018 00000 n 
-0000307186 00000 n 
-0000307354 00000 n 
-0000307522 00000 n 
-0000307690 00000 n 
-0000307858 00000 n 
-0000308026 00000 n 
-0000308194 00000 n 
-0000308362 00000 n 
-0000308530 00000 n 
-0000308698 00000 n 
-0000308866 00000 n 
-0000309034 00000 n 
-0000309202 00000 n 
-0000309370 00000 n 
-0000309538 00000 n 
-0000309706 00000 n 
-0000309874 00000 n 
-0000310042 00000 n 
-0000310210 00000 n 
-0000310378 00000 n 
-0000310546 00000 n 
-0000310713 00000 n 
-0000310881 00000 n 
-0000311049 00000 n 
-0000311217 00000 n 
-0000311385 00000 n 
-0000311553 00000 n 
-0000311801 00000 n 
-0000311969 00000 n 
-0000312219 00000 n 
-0000312387 00000 n 
-0000312555 00000 n 
-0000312722 00000 n 
-0000312890 00000 n 
-0000313058 00000 n 
-0000313226 00000 n 
-0000839048 00000 n 
-0000313991 00000 n 
-0000840520 00000 n 
-0000314197 00000 n 
-0000314364 00000 n 
-0000314532 00000 n 
-0000314699 00000 n 
-0000314867 00000 n 
-0000315035 00000 n 
-0000315203 00000 n 
-0000315371 00000 n 
-0000315539 00000 n 
-0000315707 00000 n 
-0000315875 00000 n 
-0000316043 00000 n 
-0000316211 00000 n 
-0000316379 00000 n 
-0000316547 00000 n 
-0000316715 00000 n 
-0000316883 00000 n 
-0000317051 00000 n 
-0000317219 00000 n 
-0000317387 00000 n 
-0000317555 00000 n 
-0000317723 00000 n 
-0000317891 00000 n 
-0000318059 00000 n 
-0000318227 00000 n 
-0000318395 00000 n 
-0000318563 00000 n 
-0000318731 00000 n 
-0000318899 00000 n 
-0000319067 00000 n 
-0000319235 00000 n 
-0000319403 00000 n 
-0000319571 00000 n 
-0000319739 00000 n 
-0000319907 00000 n 
-0000320075 00000 n 
-0000320243 00000 n 
-0000320411 00000 n 
-0000320579 00000 n 
-0000320747 00000 n 
-0000320915 00000 n 
-0000321083 00000 n 
-0000840713 00000 n 
-0000321844 00000 n 
-0000841743 00000 n 
-0000321958 00000 n 
-0000349026 00000 n 
-0000322042 00000 n 
-0000322191 00000 n 
-0000322657 00000 n 
-0000322776 00000 n 
-0000322366 00000 n 
-0000322490 00000 n 
-0000322927 00000 n 
-0000323853 00000 n 
-0000323992 00000 n 
-0000323102 00000 n 
-0000323230 00000 n 
-0000323374 00000 n 
-0000323526 00000 n 
-0000323703 00000 n 
-0000340472 00000 n 
-0000348755 00000 n 
-0000324187 00000 n 
-0000325707 00000 n 
-0000326295 00000 n 
-0000324344 00000 n 
-0000324786 00000 n 
-0000324907 00000 n 
-0000324520 00000 n 
-0000324646 00000 n 
-0000325085 00000 n 
-0000325233 00000 n 
-0000325380 00000 n 
-0000325559 00000 n 
-0000326160 00000 n 
-0000325886 00000 n 
-0000326010 00000 n 
-0000334316 00000 n 
-0000334440 00000 n 
-0000326480 00000 n 
-0000331593 00000 n 
-0000332639 00000 n 
-0000326640 00000 n 
-0000327587 00000 n 
-0000327711 00000 n 
-0000326818 00000 n 
-0000326936 00000 n 
-0000327098 00000 n 
-0000327263 00000 n 
-0000327421 00000 n 
-0000330047 00000 n 
-0000330171 00000 n 
-0000327900 00000 n 
+0000303075 00000 n 
+0000303243 00000 n 
+0000303411 00000 n 
+0000303579 00000 n 
+0000303747 00000 n 
+0000303915 00000 n 
+0000304083 00000 n 
+0000304251 00000 n 
+0000304419 00000 n 
+0000304587 00000 n 
+0000304755 00000 n 
+0000304923 00000 n 
+0000305091 00000 n 
+0000305259 00000 n 
+0000305427 00000 n 
+0000305595 00000 n 
+0000305763 00000 n 
+0000305931 00000 n 
+0000306099 00000 n 
+0000306267 00000 n 
+0000306435 00000 n 
+0000306603 00000 n 
+0000306771 00000 n 
+0000306939 00000 n 
+0000307187 00000 n 
+0000307355 00000 n 
+0000307605 00000 n 
+0000307773 00000 n 
+0000307941 00000 n 
+0000308108 00000 n 
+0000308276 00000 n 
+0000308444 00000 n 
+0000308612 00000 n 
+0000823275 00000 n 
+0000309233 00000 n 
+0000824515 00000 n 
+0000309439 00000 n 
+0000309606 00000 n 
+0000309774 00000 n 
+0000309941 00000 n 
+0000310109 00000 n 
+0000310277 00000 n 
+0000310445 00000 n 
+0000310613 00000 n 
+0000310781 00000 n 
+0000310949 00000 n 
+0000311117 00000 n 
+0000311285 00000 n 
+0000311453 00000 n 
+0000311621 00000 n 
+0000311789 00000 n 
+0000311957 00000 n 
+0000312125 00000 n 
+0000312293 00000 n 
+0000312461 00000 n 
+0000312629 00000 n 
+0000312797 00000 n 
+0000312965 00000 n 
+0000313133 00000 n 
+0000313301 00000 n 
+0000313469 00000 n 
+0000313637 00000 n 
+0000313805 00000 n 
+0000313973 00000 n 
+0000314141 00000 n 
+0000314309 00000 n 
+0000314477 00000 n 
+0000314645 00000 n 
+0000314813 00000 n 
+0000314981 00000 n 
+0000315149 00000 n 
+0000315317 00000 n 
+0000315485 00000 n 
+0000315653 00000 n 
+0000315821 00000 n 
+0000315989 00000 n 
+0000316157 00000 n 
+0000316325 00000 n 
+0000824708 00000 n 
+0000317086 00000 n 
+0000825735 00000 n 
+0000317200 00000 n 
+0000344280 00000 n 
+0000317284 00000 n 
+0000317433 00000 n 
+0000317899 00000 n 
+0000318018 00000 n 
+0000317608 00000 n 
+0000317732 00000 n 
+0000318169 00000 n 
+0000319095 00000 n 
+0000319234 00000 n 
+0000318344 00000 n 
+0000318472 00000 n 
+0000318616 00000 n 
+0000318768 00000 n 
+0000318945 00000 n 
+0000335722 00000 n 
+0000344009 00000 n 
+0000319429 00000 n 
+0000320949 00000 n 
+0000321537 00000 n 
+0000319586 00000 n 
+0000320028 00000 n 
+0000320149 00000 n 
+0000319762 00000 n 
+0000319888 00000 n 
+0000320327 00000 n 
+0000320475 00000 n 
+0000320622 00000 n 
+0000320801 00000 n 
+0000321402 00000 n 
+0000321128 00000 n 
+0000321252 00000 n 
+0000329562 00000 n 
+0000329686 00000 n 
+0000321722 00000 n 
+0000326839 00000 n 
+0000327885 00000 n 
+0000321882 00000 n 
+0000322829 00000 n 
+0000322953 00000 n 
+0000322060 00000 n 
+0000322178 00000 n 
+0000322340 00000 n 
+0000322505 00000 n 
+0000322663 00000 n 
+0000325134 00000 n 
+0000325258 00000 n 
+0000323142 00000 n 
+0000323261 00000 n 
+0000323412 00000 n 
+0000323570 00000 n 
+0000323721 00000 n 
+0000323877 00000 n 
+0000324031 00000 n 
+0000324190 00000 n 
+0000324353 00000 n 
+0000324506 00000 n 
+0000324672 00000 n 
+0000324827 00000 n 
+0000324979 00000 n 
+0000326715 00000 n 
+0000325453 00000 n 
+0000325572 00000 n 
+0000325731 00000 n 
+0000325889 00000 n 
+0000326052 00000 n 
+0000326215 00000 n 
+0000326377 00000 n 
+0000326540 00000 n 
+0000327761 00000 n 
+0000327014 00000 n 
+0000327133 00000 n 
+0000327286 00000 n 
+0000327445 00000 n 
+0000327605 00000 n 
 0000328019 00000 n 
 0000328170 00000 n 
-0000328328 00000 n 
+0000328324 00000 n 
 0000328479 00000 n 
-0000328635 00000 n 
-0000328789 00000 n 
-0000328948 00000 n 
-0000329111 00000 n 
-0000329264 00000 n 
-0000329419 00000 n 
-0000329585 00000 n 
-0000329740 00000 n 
-0000329892 00000 n 
-0000331469 00000 n 
-0000330366 00000 n 
+0000328631 00000 n 
+0000328785 00000 n 
+0000328939 00000 n 
+0000329093 00000 n 
+0000329247 00000 n 
+0000329401 00000 n 
+0000330651 00000 n 
+0000330775 00000 n 
+0000329880 00000 n 
+0000329999 00000 n 
+0000330162 00000 n 
+0000330327 00000 n 
 0000330485 00000 n 
-0000330643 00000 n 
-0000330806 00000 n 
-0000330969 00000 n 
-0000331131 00000 n 
-0000331294 00000 n 
-0000332515 00000 n 
-0000331768 00000 n 
-0000331887 00000 n 
-0000332040 00000 n 
-0000332199 00000 n 
-0000332359 00000 n 
-0000332773 00000 n 
-0000332924 00000 n 
-0000333078 00000 n 
-0000333233 00000 n 
-0000333385 00000 n 
-0000333539 00000 n 
-0000333693 00000 n 
-0000333847 00000 n 
-0000334001 00000 n 
-0000334155 00000 n 
-0000335405 00000 n 
-0000335529 00000 n 
-0000334634 00000 n 
-0000334753 00000 n 
-0000334916 00000 n 
-0000335081 00000 n 
-0000335239 00000 n 
-0000337865 00000 n 
-0000337989 00000 n 
-0000335718 00000 n 
-0000335837 00000 n 
-0000335988 00000 n 
-0000336146 00000 n 
-0000336297 00000 n 
-0000336453 00000 n 
-0000336607 00000 n 
-0000336766 00000 n 
-0000336929 00000 n 
-0000337082 00000 n 
-0000337237 00000 n 
-0000337403 00000 n 
-0000337558 00000 n 
-0000337710 00000 n 
-0000339287 00000 n 
-0000339411 00000 n 
-0000338184 00000 n 
-0000338303 00000 n 
-0000338461 00000 n 
-0000338624 00000 n 
-0000338787 00000 n 
-0000338949 00000 n 
-0000339112 00000 n 
-0000340348 00000 n 
-0000339601 00000 n 
-0000339720 00000 n 
-0000339873 00000 n 
-0000340032 00000 n 
-0000340192 00000 n 
-0000340635 00000 n 
-0000348631 00000 n 
-0000340791 00000 n 
-0000345908 00000 n 
-0000346954 00000 n 
-0000340952 00000 n 
-0000341902 00000 n 
-0000342026 00000 n 
-0000341131 00000 n 
-0000341250 00000 n 
-0000341413 00000 n 
-0000341578 00000 n 
-0000341736 00000 n 
-0000344362 00000 n 
-0000344486 00000 n 
-0000342215 00000 n 
-0000342334 00000 n 
-0000342485 00000 n 
-0000342643 00000 n 
-0000342794 00000 n 
-0000342950 00000 n 
-0000343104 00000 n 
-0000343263 00000 n 
-0000343426 00000 n 
-0000343579 00000 n 
-0000343734 00000 n 
-0000343900 00000 n 
-0000344055 00000 n 
-0000344207 00000 n 
-0000345784 00000 n 
-0000344681 00000 n 
-0000344800 00000 n 
-0000344958 00000 n 
-0000345121 00000 n 
-0000345284 00000 n 
-0000345446 00000 n 
-0000345609 00000 n 
-0000346830 00000 n 
-0000346083 00000 n 
-0000346202 00000 n 
-0000346355 00000 n 
-0000346514 00000 n 
-0000346674 00000 n 
-0000347088 00000 n 
-0000347239 00000 n 
-0000347393 00000 n 
-0000347548 00000 n 
-0000347700 00000 n 
-0000347854 00000 n 
-0000348008 00000 n 
-0000348162 00000 n 
-0000348316 00000 n 
-0000348470 00000 n 
-0000348897 00000 n 
-0000844306 00000 n 
-0000844344 00000 n 
-0000844382 00000 n 
-0000844420 00000 n 
-0000844458 00000 n 
-0000844496 00000 n 
-0000844534 00000 n 
-0000844572 00000 n 
-0000844610 00000 n 
-0000844648 00000 n 
-0000844686 00000 n 
-0000844724 00000 n 
-0000844762 00000 n 
-0000844800 00000 n 
-0000844838 00000 n 
-0000844876 00000 n 
-0000844914 00000 n 
-0000844952 00000 n 
-0000844991 00000 n 
-0000845030 00000 n 
-0000845069 00000 n 
-0000845108 00000 n 
-0000845147 00000 n 
-0000845186 00000 n 
-0000845225 00000 n 
-0000845264 00000 n 
-0000845303 00000 n 
-0000845342 00000 n 
-0000845381 00000 n 
-0000845420 00000 n 
-0000845459 00000 n 
-0000845498 00000 n 
-0000845537 00000 n 
-0000845576 00000 n 
-0000845615 00000 n 
-0000845654 00000 n 
-0000845693 00000 n 
-0000845732 00000 n 
-0000845771 00000 n 
-0000845810 00000 n 
-0000845849 00000 n 
-0000845888 00000 n 
-0000845927 00000 n 
-0000845966 00000 n 
-0000846005 00000 n 
-0000846044 00000 n 
-0000846083 00000 n 
-0000846122 00000 n 
-0000846161 00000 n 
-0000846200 00000 n 
-0000846239 00000 n 
-0000846278 00000 n 
-0000846317 00000 n 
-0000846356 00000 n 
-0000846395 00000 n 
-0000846434 00000 n 
-0000846473 00000 n 
-0000846512 00000 n 
-0000846551 00000 n 
-0000846590 00000 n 
-0000846629 00000 n 
-0000846668 00000 n 
-0000846707 00000 n 
-0000846746 00000 n 
-0000846785 00000 n 
-0000846824 00000 n 
-0000846863 00000 n 
-0000846902 00000 n 
-0000846941 00000 n 
-0000846980 00000 n 
-0000847019 00000 n 
-0000847058 00000 n 
-0000847097 00000 n 
-0000847136 00000 n 
-0000847175 00000 n 
-0000847214 00000 n 
-0000847253 00000 n 
-0000847292 00000 n 
-0000847331 00000 n 
-0000847370 00000 n 
-0000847409 00000 n 
-0000847448 00000 n 
-0000847487 00000 n 
-0000847526 00000 n 
-0000847565 00000 n 
-0000847604 00000 n 
-0000847643 00000 n 
-0000847682 00000 n 
-0000847721 00000 n 
-0000847760 00000 n 
-0000847799 00000 n 
-0000847838 00000 n 
-0000847877 00000 n 
-0000847916 00000 n 
-0000847955 00000 n 
-0000847994 00000 n 
-0000848033 00000 n 
-0000848072 00000 n 
-0000848111 00000 n 
-0000848150 00000 n 
-0000848189 00000 n 
-0000848228 00000 n 
-0000848267 00000 n 
-0000848306 00000 n 
-0000848345 00000 n 
-0000848384 00000 n 
-0000848423 00000 n 
-0000848462 00000 n 
-0000848502 00000 n 
-0000848542 00000 n 
-0000848582 00000 n 
-0000848622 00000 n 
-0000848662 00000 n 
-0000848702 00000 n 
-0000848742 00000 n 
-0000848782 00000 n 
-0000848822 00000 n 
-0000848862 00000 n 
-0000848902 00000 n 
-0000848942 00000 n 
-0000848982 00000 n 
-0000849022 00000 n 
-0000849062 00000 n 
-0000849102 00000 n 
-0000849142 00000 n 
-0000849182 00000 n 
-0000849222 00000 n 
-0000849262 00000 n 
-0000849302 00000 n 
-0000849342 00000 n 
-0000849382 00000 n 
-0000849422 00000 n 
-0000849462 00000 n 
-0000849502 00000 n 
-0000849542 00000 n 
-0000849582 00000 n 
-0000849622 00000 n 
-0000849662 00000 n 
-0000849702 00000 n 
-0000849742 00000 n 
-0000849782 00000 n 
-0000849822 00000 n 
-0000849862 00000 n 
-0000849902 00000 n 
-0000849942 00000 n 
-0000849982 00000 n 
-0000850022 00000 n 
-0000850062 00000 n 
-0000850102 00000 n 
-0000850142 00000 n 
-0000850182 00000 n 
-0000850222 00000 n 
-0000850262 00000 n 
-0000850302 00000 n 
-0000850342 00000 n 
-0000850382 00000 n 
-0000850422 00000 n 
-0000850462 00000 n 
-0000850502 00000 n 
-0000850542 00000 n 
-0000850582 00000 n 
-0000850622 00000 n 
-0000850662 00000 n 
-0000850702 00000 n 
-0000850742 00000 n 
-0000850782 00000 n 
-0000850822 00000 n 
-0000850862 00000 n 
-0000850902 00000 n 
-0000850942 00000 n 
-0000850982 00000 n 
-0000851022 00000 n 
-0000851062 00000 n 
-0000851102 00000 n 
-0000851142 00000 n 
-0000851182 00000 n 
-0000851222 00000 n 
-0000851262 00000 n 
-0000851302 00000 n 
-0000851342 00000 n 
-0000851382 00000 n 
-0000851422 00000 n 
-0000851462 00000 n 
-0000851502 00000 n 
-0000851542 00000 n 
-0000851582 00000 n 
-0000851622 00000 n 
-0000851662 00000 n 
-0000851702 00000 n 
-0000851742 00000 n 
-0000851782 00000 n 
-0000851822 00000 n 
-0000851862 00000 n 
-0000851902 00000 n 
-0000851942 00000 n 
-0000851982 00000 n 
-0000852022 00000 n 
-0000852062 00000 n 
-0000852102 00000 n 
-0000852142 00000 n 
-0000852182 00000 n 
-0000852222 00000 n 
-0000852262 00000 n 
+0000332956 00000 n 
+0000333080 00000 n 
+0000330964 00000 n 
+0000331083 00000 n 
+0000331234 00000 n 
+0000331392 00000 n 
+0000331543 00000 n 
+0000331699 00000 n 
+0000331853 00000 n 
+0000332012 00000 n 
+0000332175 00000 n 
+0000332328 00000 n 
+0000332494 00000 n 
+0000332649 00000 n 
+0000332801 00000 n 
+0000334537 00000 n 
+0000334661 00000 n 
+0000333275 00000 n 
+0000333394 00000 n 
+0000333553 00000 n 
+0000333711 00000 n 
+0000333874 00000 n 
+0000334037 00000 n 
+0000334199 00000 n 
+0000334362 00000 n 
+0000335598 00000 n 
+0000334851 00000 n 
+0000334970 00000 n 
+0000335123 00000 n 
+0000335282 00000 n 
+0000335442 00000 n 
+0000335885 00000 n 
+0000343885 00000 n 
+0000336041 00000 n 
+0000341162 00000 n 
+0000342208 00000 n 
+0000336202 00000 n 
+0000337152 00000 n 
+0000337276 00000 n 
+0000336381 00000 n 
+0000336500 00000 n 
+0000336663 00000 n 
+0000336828 00000 n 
+0000336986 00000 n 
+0000339457 00000 n 
+0000339581 00000 n 
+0000337465 00000 n 
+0000337584 00000 n 
+0000337735 00000 n 
+0000337893 00000 n 
+0000338044 00000 n 
+0000338200 00000 n 
+0000338354 00000 n 
+0000338513 00000 n 
+0000338676 00000 n 
+0000338829 00000 n 
+0000338995 00000 n 
+0000339150 00000 n 
+0000339302 00000 n 
+0000341038 00000 n 
+0000339776 00000 n 
+0000339895 00000 n 
+0000340054 00000 n 
+0000340212 00000 n 
+0000340375 00000 n 
+0000340538 00000 n 
+0000340700 00000 n 
+0000340863 00000 n 
+0000342084 00000 n 
+0000341337 00000 n 
+0000341456 00000 n 
+0000341609 00000 n 
+0000341768 00000 n 
+0000341928 00000 n 
+0000342342 00000 n 
+0000342493 00000 n 
+0000342647 00000 n 
+0000342802 00000 n 
+0000342954 00000 n 
+0000343108 00000 n 
+0000343262 00000 n 
+0000343416 00000 n 
+0000343570 00000 n 
+0000343724 00000 n 
+0000344151 00000 n 
+0000828220 00000 n 
+0000828258 00000 n 
+0000828296 00000 n 
+0000828334 00000 n 
+0000828372 00000 n 
+0000828410 00000 n 
+0000828448 00000 n 
+0000828486 00000 n 
+0000828524 00000 n 
+0000828562 00000 n 
+0000828600 00000 n 
+0000828638 00000 n 
+0000828676 00000 n 
+0000828714 00000 n 
+0000828752 00000 n 
+0000828790 00000 n 
+0000828828 00000 n 
+0000828866 00000 n 
+0000828905 00000 n 
+0000828944 00000 n 
+0000828983 00000 n 
+0000829022 00000 n 
+0000829061 00000 n 
+0000829100 00000 n 
+0000829139 00000 n 
+0000829178 00000 n 
+0000829217 00000 n 
+0000829256 00000 n 
+0000829295 00000 n 
+0000829334 00000 n 
+0000829373 00000 n 
+0000829412 00000 n 
+0000829451 00000 n 
+0000829490 00000 n 
+0000829529 00000 n 
+0000829568 00000 n 
+0000829607 00000 n 
+0000829646 00000 n 
+0000829685 00000 n 
+0000829724 00000 n 
+0000829763 00000 n 
+0000829802 00000 n 
+0000829841 00000 n 
+0000829880 00000 n 
+0000829919 00000 n 
+0000829958 00000 n 
+0000829997 00000 n 
+0000830036 00000 n 
+0000830075 00000 n 
+0000830114 00000 n 
+0000830153 00000 n 
+0000830192 00000 n 
+0000830231 00000 n 
+0000830270 00000 n 
+0000830309 00000 n 
+0000830348 00000 n 
+0000830387 00000 n 
+0000830426 00000 n 
+0000830465 00000 n 
+0000830504 00000 n 
+0000830543 00000 n 
+0000830582 00000 n 
+0000830621 00000 n 
+0000830660 00000 n 
+0000830699 00000 n 
+0000830738 00000 n 
+0000830777 00000 n 
+0000830816 00000 n 
+0000830855 00000 n 
+0000830894 00000 n 
+0000830933 00000 n 
+0000830972 00000 n 
+0000831011 00000 n 
+0000831050 00000 n 
+0000831089 00000 n 
+0000831128 00000 n 
+0000831167 00000 n 
+0000831206 00000 n 
+0000831245 00000 n 
+0000831284 00000 n 
+0000831323 00000 n 
+0000831362 00000 n 
+0000831401 00000 n 
+0000831440 00000 n 
+0000831479 00000 n 
+0000831518 00000 n 
+0000831557 00000 n 
+0000831596 00000 n 
+0000831635 00000 n 
+0000831674 00000 n 
+0000831713 00000 n 
+0000831752 00000 n 
+0000831791 00000 n 
+0000831830 00000 n 
+0000831869 00000 n 
+0000831908 00000 n 
+0000831947 00000 n 
+0000831986 00000 n 
+0000832025 00000 n 
+0000832064 00000 n 
+0000832103 00000 n 
+0000832142 00000 n 
+0000832181 00000 n 
+0000832220 00000 n 
+0000832259 00000 n 
+0000832298 00000 n 
+0000832337 00000 n 
+0000832376 00000 n 
+0000832416 00000 n 
+0000832456 00000 n 
+0000832496 00000 n 
+0000832536 00000 n 
+0000832576 00000 n 
+0000832616 00000 n 
+0000832656 00000 n 
+0000832696 00000 n 
+0000832736 00000 n 
+0000832776 00000 n 
+0000832816 00000 n 
+0000832856 00000 n 
+0000832896 00000 n 
+0000832936 00000 n 
+0000832976 00000 n 
+0000833016 00000 n 
+0000833056 00000 n 
+0000833096 00000 n 
+0000833136 00000 n 
+0000833176 00000 n 
+0000833216 00000 n 
+0000833256 00000 n 
+0000833296 00000 n 
+0000833336 00000 n 
+0000833376 00000 n 
+0000833416 00000 n 
+0000833456 00000 n 
+0000833496 00000 n 
+0000833536 00000 n 
+0000833576 00000 n 
+0000833616 00000 n 
+0000833656 00000 n 
+0000833696 00000 n 
+0000833736 00000 n 
+0000833776 00000 n 
+0000833816 00000 n 
+0000833856 00000 n 
+0000833896 00000 n 
+0000833936 00000 n 
+0000833976 00000 n 
+0000834016 00000 n 
+0000834056 00000 n 
+0000834096 00000 n 
+0000834136 00000 n 
+0000834176 00000 n 
+0000834216 00000 n 
+0000834256 00000 n 
+0000834296 00000 n 
+0000834336 00000 n 
+0000834376 00000 n 
+0000834416 00000 n 
+0000834456 00000 n 
+0000834496 00000 n 
+0000834536 00000 n 
+0000834576 00000 n 
+0000834616 00000 n 
+0000834656 00000 n 
+0000834696 00000 n 
+0000834736 00000 n 
+0000834776 00000 n 
+0000834816 00000 n 
+0000834856 00000 n 
+0000834896 00000 n 
+0000834936 00000 n 
+0000834976 00000 n 
+0000835016 00000 n 
+0000835056 00000 n 
+0000835096 00000 n 
+0000835136 00000 n 
+0000835176 00000 n 
+0000835216 00000 n 
+0000835256 00000 n 
+0000835296 00000 n 
+0000835336 00000 n 
+0000835376 00000 n 
+0000835416 00000 n 
+0000835456 00000 n 
+0000835496 00000 n 
+0000835536 00000 n 
+0000835576 00000 n 
+0000835616 00000 n 
+0000835656 00000 n 
+0000835696 00000 n 
+0000835736 00000 n 
+0000835776 00000 n 
+0000835816 00000 n 
+0000835856 00000 n 
+0000835896 00000 n 
+0000835936 00000 n 
 trailer
 
 <<
 /ID [(-�/����j��DYu�) (-�/����j��DYu�)]
-/Root 1471 0 R
-/Size 1854
+/Root 1439 0 R
+/Size 1816
 >>
 startxref
-852301
+835975
 %%EOF
diff --git a/xrayutilities/analysis/sample_align.py b/xrayutilities/analysis/sample_align.py
index 7d9e112..80b2cbd 100644
--- a/xrayutilities/analysis/sample_align.py
+++ b/xrayutilities/analysis/sample_align.py
@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
-# Copyright (C) 2011,2013 Dominik Kriegner <dominik.kriegner at gmail.com>
+# Copyright (C) 2011-2015 Dominik Kriegner <dominik.kriegner at gmail.com>
 
 """
 functions to help with experimental alignment during experiments, especially
@@ -21,12 +21,12 @@ for experiments with linear and area detectors
 """
 
 import re
-import numpy
 import numbers
+import time
+
+import numpy
 import scipy
-import scipy.stats
 import scipy.optimize as optimize
-import time
 from scipy.odr import odrpack as odr
 from scipy.odr import models
 from scipy.ndimage.measurements import center_of_mass
@@ -38,13 +38,6 @@ from .line_cuts import fwhm_exp
 from ..exception import InputError
 from .. import cxrayutilities
 
-try:
-    from matplotlib import pyplot as plt
-except ImportError:
-    if config.VERBOSITY >= config.INFO_ALL:
-        print("XU.analysis.sample_align: warning; plotting functionality "
-              "not available")
-
 # regular expression to check goniometer circle syntax
 circleSyntax = re.compile("[xyz][+-]")
 
@@ -178,12 +171,14 @@ def psd_chdeg(angles, channels, stdev=None, usetilt=True, plot=True,
         my_odr.set_job(fit_type=2)
         fittilt = my_odr.run()
 
-    try:
-        plt.__name__
-    except NameError:
-        print("XU.analyis.psd_chdeg: Warning: plot functionality not "
-              "available")
-        plot = False
+    if plot:
+        try:
+            from matplotlib import pyplot as plt
+        except ImportError:
+            if config.VERBOSITY >= config.INFO_ALL:
+                print("XU.analysis.psd_chdeg: warning; plotting "
+                      "functionality not available")
+            plot = False
 
     if plot:
         markersize = 6.0
@@ -430,17 +425,16 @@ def linear_detector_calib(angle, mca_spectra, **keyargs):
 
     return detparam
 
+
 ######################################################
 # detector parameter calculation from scan with
 # area detector (determine maximum by center of mass)
 ######################################################
-
-
 def area_detector_calib(angle1, angle2, ccdimages, detaxis, r_i, plot=True,
                         cut_off=0.7, start=(0, 0, 0, 0),
                         fix=(False, False, False, False),
-                        fig=None, wl=None, plotlog=False, debug=False,
-                        nwindow=50):
+                        fig=None, wl=None, plotlog=False, nwindow=50,
+                        debug=False):
     """
     function to calibrate the detector parameters of an area detector
     it determines the detector tilt possible rotations and offsets in the
@@ -484,10 +478,11 @@ def area_detector_calib(angle1, angle2, ccdimages, detaxis, r_i, plot=True,
 
     if plot:
         try:
-            plt.__name__
-        except NameError:
-            print("XU.analyis.area_detector_calib: Warning: plot functionality"
-                  " not available")
+            from matplotlib import pyplot as plt
+        except ImportError:
+            if config.VERBOSITY >= config.INFO_ALL:
+                print("XU.analysis.area_detector_calib: warning; plotting "
+                      "functionality not available")
             plot = False
 
     if wl is None:
@@ -517,26 +512,10 @@ def area_detector_calib(angle1, angle2, ccdimages, detaxis, r_i, plot=True,
     if debug:
         print("average intensity per image: %.1f" % avg)
 
-    nw = nwindow // 2
     for i in range(Npoints):
         img = ccdimages[i]
         if numpy.sum(img) > cut_off * avg:
-            [cen1r, cen2r] = center_of_mass(img)
-            [cen1, cen2] = center_of_mass(
-                img[max(int(cen1r) - nw, 0):
-                    min(int(cen1r) + nw, img.shape[0]),
-                    max(int(cen2r) - nw, 0):
-                    min(int(cen2r) + nw, img.shape[1])])
-            cen1 += max(int(cen1r) - nw, 0)
-            cen2 += max(int(cen2r) - nw, 0)
-            if debug:
-                plt.figure("_ccd")
-                plt.imshow(utilities.maplog(img), origin='low')
-                plt.plot(cen2, cen1, "wo", mfc='none')
-                plt.axis([cen2 - nw, cen2 + nw, cen1 - nw, cen1 + nw])
-                plt.savefig("xu_calib_ccd_img%d.png" % i)
-                plt.close("_ccd")
-
+            cen1, cen2 = _peak_position(img, nwindow, plot=debug and plot)
             n1 = numpy.append(n1, cen1)
             n2 = numpy.append(n2, cen2)
             ang1 = numpy.append(ang1, angle1[i])
@@ -688,32 +667,57 @@ def area_detector_calib(angle1, angle2, ccdimages, detaxis, r_i, plot=True,
             tilt, detrot, outerangle_offset), eps
 
 
+def _peak_position(img, nwindow, plot=False):
+    """
+    function to determine the peak position on the detector using the center of
+    mass (COM)
+
+    Parameters
+    ----------
+     img:       detector image data as 2D array
+     nwindow:   to avoid influence of hot pixels far away from the peak
+                position the center of mass approach is repeated with a window
+                around the COM of the full image.
+     COM of the size (nwindow, nwindow)
+     plot:      (optional) the result of the of the determination can be saved
+                as a plot
+    """
+    nw = nwindow // 2
+    [cen1r, cen2r] = center_of_mass(img)
+    [cen1, cen2] = center_of_mass(
+        img[max(int(cen1r) - nw, 0):
+            min(int(cen1r) + nw, img.shape[0]),
+            max(int(cen2r) - nw, 0):
+            min(int(cen2r) + nw, img.shape[1])])
+    cen1 += max(int(cen1r) - nw, 0)
+    cen2 += max(int(cen2r) - nw, 0)
+    if plot:
+        try:
+            from matplotlib import pyplot as plt
+        except ImportError:
+            if config.VERBOSITY >= config.INFO_ALL:
+                print("XU.analysis._peak_position: warning; plotting "
+                      "functionality not available")
+
+        plt.figure("_ccd")
+        plt.imshow(utilities.maplog(img), origin='low')
+        plt.plot(cen2, cen1, "wo", mfc='none')
+        plt.axis([cen2 - nw, cen2 + nw, cen1 - nw, cen1 + nw])
+        plt.savefig("xu_calib_ccd_img%d.png" % i)
+        plt.close("_ccd")
+    return cen1, cen2
+
+
 def _determine_detdir(ang1, ang2, n1, n2, detaxis, r_i):
     """
     determines detector pixel direction from correlation analysis of linear
     fits to the observed pixel numbers of the primary beam.
     """
-    debug = False
     # center channel and detector pixel direction and pixel size
-    (s1, i1, r1, dummy, dummy) = scipy.stats.linregress(ang1, n1)
-    (s2, i2, r2, dummy, dummy) = scipy.stats.linregress(ang1, n2)
-    (s3, i3, r3, dummy, dummy) = scipy.stats.linregress(ang2, n1)
-    (s4, i4, r4, dummy, dummy) = scipy.stats.linregress(ang2, n2)
-    if debug:
-        print("%.2f %.2f %.2f %.2f" % (s1, s2, s3, s4))
-        print("%.2f %.2f %.2f %.2f" % (r1, r2, r3, r4))
-        if plot:
-            plt.figure()
-            plt.subplot(211)
-            plt.plot(ang1, n1, 'bx', label='channel 1')
-            plt.plot(ang1, n2, 'rx', label='channel 2')
-            plt.legend()
-            plt.xlabel('angle 1')
-            plt.subplot(212)
-            plt.plot(ang2, n1, 'bx', label='channel 1')
-            plt.plot(ang2, n2, 'rx', label='channel 2')
-            plt.legend()
-            plt.xlabel('angle 2')
+    (s1, i1), r1 = math.linregress(ang1, n1)
+    (s2, i2), r2 = math.linregress(ang1, n2)
+    (s3, i3), r3 = math.linregress(ang2, n1)
+    (s4, i4), r4 = math.linregress(ang2, n2)
 
     # determine detector directions
     s = ord('x') + ord('y') + ord('z')
@@ -1071,10 +1075,10 @@ def _area_detector_calib_fit(ang1, ang2, n1, n2, detaxis, r_i, detdir1,
 
     # guess initial parameters
     # center channel and detector pixel direction and pixel size
-    (s1, i1, r1, dummy, dummy) = scipy.stats.linregress(ang1 - start[3], n1)
-    (s2, i2, r2, dummy, dummy) = scipy.stats.linregress(ang1 - start[3], n2)
-    (s3, i3, r3, dummy, dummy) = scipy.stats.linregress(ang2, n1)
-    (s4, i4, r4, dummy, dummy) = scipy.stats.linregress(ang2, n2)
+    (s1, i1), r1 = math.linregress(ang1 - start[3], n1)
+    (s2, i2), r2 = math.linregress(ang1 - start[3], n2)
+    (s3, i3), r3 = math.linregress(ang2, n1)
+    (s4, i4), r4 = math.linregress(ang2, n2)
 
     if r1 ** 2 > r2 ** 2:
         cch1 = i1
@@ -1142,24 +1146,6 @@ def _area_detector_calib_fit(ang1, ang2, n1, n2, detaxis, r_i, detdir1,
                     detaxis, wl)
     final_error = numpy.mean(final_q)
 
-    if False:  # inactive code path
-        if fig:
-            plt.figure(fig.number)
-        else:
-            plt.figure("CCD Calib fit")
-        plt.grid(True)
-        plt.xlabel("Image number")
-        plt.ylabel(r"|$\Delta$Q|")
-        errp1, = plt.semilogy(afunc(my_odr.beta0, x, detdir1, detdir2, r_i,
-                                    detaxis, wl),
-                              'x-', label='initial param')
-        errp2, = plt.semilogy(afunc(fit.beta, x, detdir1, detdir2, r_i,
-                                    detaxis, wl),
-                              'x-', label='param: %.1f %.1f %5.2g %5.2g %.1f '
-                              '%.2f %.3f %.3f'
-                              % (cch1, cch2, pwidth1, pwidth2, tiltazimuth,
-                                 tilt, detrot, outerangle_offset))
-
     if debug:
         print("fitted parameters: (%d,%s) " % (fit.info, repr(fit.stopreason)))
         print("primary beam / detector pixel directions / distance: "
@@ -1186,7 +1172,7 @@ def area_detector_calib_hkl(sampleang, angle1, angle2, ccdimages, hkls,
                             cut_off=0.1, start=(0, 0, 0, 0, 0, 0, 'config'),
                             fix=(False, False, False, False, False, False,
                                  False),
-                            fig=None, plotlog=False, debug=False):
+                            fig=None, plotlog=False, nwindow=50, debug=False):
     """
     function to calibrate the detector parameters of an area detector
     it determines the detector tilt possible rotations and offsets in the
@@ -1220,7 +1206,7 @@ def area_detector_calib_hkl(sampleang, angle1, angle2, ccdimages, hkls,
         plot .... flag to determine if results and intermediate results should
                   be plotted. default: True
         cut_off . cut off intensity to decide if image is used for the
-                  determination or not. default: 0.7 = 70%
+                  determination or not. default: 0.1 = 10%
         start ... sequence of start values of the fit for parameters,
                   which can not be estimated automatically.  these are:
                   tiltazimuth, tilt, detector_rotation, outerangle_offset,
@@ -1232,16 +1218,20 @@ def area_detector_calib_hkl(sampleang, angle1, angle2, ccdimages, hkls,
                   default: None (creates own figure)
         plotlog . flag to specify if the created error plot should be on
                   log-scale
+        nwindow . window size for determination of the center of mass position
+                  after the center of mass of every full image is determined,
+                  the center of mass is determined again using a window of
+                  size nwindow in order to reduce the effect of hot pixels.
         debug ... flag to tell if you want to see debug output of the script
                   (switch this to true only if you can handle it :))
     """
-
     if plot:
         try:
-            plt.__name__
-        except NameError:
-            print("XU.analyis.area_detector_calib_hkl: Warning: plot "
-                  "functionality not available")
+            from matplotlib import pyplot as plt
+        except ImportError:
+            if config.VERBOSITY >= config.INFO_ALL:
+                print("XU.analyis.area_detector_calib_hkl: Warning: plot "
+                      "functionality not available")
             plot = False
 
     if start[-1] == 'config':
@@ -1286,23 +1276,18 @@ def area_detector_calib_hkl(sampleang, angle1, angle2, ccdimages, hkls,
         img = ccdimages[i]
         if ((numpy.sum(img) > cut_off * avg) or
                 (numpy.all(hkls[i] != (0, 0, 0)))):
-            [cen1, cen2] = center_of_mass(img)
-            if debug:
-                plt.figure("_ccd")
-                plt.imshow(utilities.maplog(img), origin='low')
-                plt.plot(cen2, cen1, "wo", mfc='none')
-                plt.axis([cen2 - 25, cen2 + 25, cen1 - 25, cen1 + 25])
-                plt.savefig("xu_calib_hkl_ccd_img%d.png" % i)
-                plt.close("_ccd")
+            cen1, cen2 = _peak_position(img, nwindow, plot=debug and plot)
+
             n1 = numpy.append(n1, cen1)
             n2 = numpy.append(n2, cen2)
             ang1 = numpy.append(ang1, angle1[i])
             ang2 = numpy.append(ang2, angle2[i])
             sang = numpy.append(sang, sampleang[i])
             usedhkls.append(hkls[i])
-            # if debug:
-            #     print("%8.3f %8.3f \t%.2f %.2f" % (angle1[i], angle2[i],
-            #                                        cen1, cen2))
+            if debug:
+                print("%8.3f %8.3f \t%.2f %.2f" % (angle1[i], angle2[i],
+                      cen1, cen2))
+
     Nused = len(ang1)
     usedhkls = numpy.array(usedhkls)
 
@@ -1397,7 +1382,11 @@ def area_detector_calib_hkl(sampleang, angle1, angle2, ccdimages, hkls,
         if fig:
             plt.figure(fig.number)
         else:
-            plt.figure("CCD Calib fit")
+            figlabel = "CCD Calib fit %d"
+            i = 1
+            while figlabel % i in plt.get_figlabels():
+                i += 1
+            plt.figure(figlabel % i)
         nparams = numpy.array(paramlist)
         neps = numpy.array(epslist)
         labels = (
@@ -1464,7 +1453,7 @@ def area_detector_calib_hkl(sampleang, angle1, angle2, ccdimages, hkls,
               "OUTER DETECTOR ANGLE!" % (outerangle_offset))
 
     return (cch1, cch2, pwidth1, pwidth2, tiltazimuth,
-            tilt, detrot, outerangle_offset), eps
+            tilt, detrot, outerangle_offset, stilt, stazimuth, wavelength), eps
 
 
 def _area_detector_calib_fit2(sang, ang1, ang2, n1, n2, hkls, experiment,
@@ -1769,19 +1758,6 @@ def _area_detector_calib_fit2(sang, ang1, ang2, n1, n2, hkls, experiment,
             sang, angle1, angle2, n1, n2, delta=[0, param[7], 0.],
             distance=1., UB=ubmat, wl=wl)
 
-#        f= plt.figure("afunc")
-#        plt.ion()
-#        f.clear()
-#        plt.plot(qx-h,'k-',label='x')
-#        plt.plot(qy-k,'r-',label='y')
-#        plt.plot(qz-l,'g-',label='z')
-#        print("param: (cch1, cch2, pwidth1, pwidth2, tiltazimuth, tilt, "
-#              "detrot, outerangle_offset)")
-#        print(param)
-#        plt.legend()
-#        plt.draw()
-#        plt.waitforbuttonpress()
-
         return (qx - h) ** 2 + (qy - k) ** 2 + (qz - l) ** 2
 
     Npoints = len(ang1)
@@ -1811,10 +1787,10 @@ def _area_detector_calib_fit2(sang, ang1, ang2, n1, n2, hkls, experiment,
             sangs = numpy.append(sangs, sang[i])
 
     # center channel and detector pixel direction and pixel size
-    (s1, i1, r1, dummy, dummy) = scipy.stats.linregress(ang10 - start[3], n10)
-    (s2, i2, r2, dummy, dummy) = scipy.stats.linregress(ang10 - start[3], n20)
-    (s3, i3, r3, dummy, dummy) = scipy.stats.linregress(ang20, n10)
-    (s4, i4, r4, dummy, dummy) = scipy.stats.linregress(ang20, n20)
+    (s1, i1), r1 = math.linregress(ang10 - start[3], n10)
+    (s2, i2), r2 = math.linregress(ang10 - start[3], n20)
+    (s3, i3), r3 = math.linregress(ang20, n10)
+    (s4, i4), r4 = math.linregress(ang20, n20)
 
     if r1 ** 2 > r2 ** 2:
         cch1 = i1
@@ -1913,24 +1889,6 @@ def _area_detector_calib_fit2(sang, ang1, ang2, n1, n2, hkls, experiment,
                     x, detdir1, detdir2, r_i, detaxis)
     final_error = numpy.mean(final_q)
 
-    if False:  # inactive code path
-        f = plt.figure("CCD Calib fit")
-        f.clear()
-        plt.grid(True)
-        plt.xlabel("Image number")
-        plt.ylabel(r"|$\Delta$Q|")
-        errp1, = plt.semilogy(afunc(my_odr.beta0, x, detdir1, detdir2, r_i,
-                                    detaxis), 'x-', label='initial param')
-        errp2, = plt.semilogy(afunc(fit.beta, x, detdir1, detdir2, r_i,
-                                    detaxis),
-                              'x-', label='param: %.1f %.1f %5.2g %5.2g %.1f '
-                                          '%.2f %.3f %.3f %.3f %.2f %.4f'
-                                          % (cch1, cch2, pwidth1, pwidth2,
-                                             tiltazimuth, tilt, detrot,
-                                             outerangle_offset, sampletilt,
-                                             stazimuth, wavelength))
-        plt.waitforbuttonpress()
-
     if debug:
         print("fitted parameters: (%d,%s) " % (fit.info, repr(fit.stopreason)))
         print("primary beam / detector pixel directions / distance: %s / %s "
@@ -1975,17 +1933,17 @@ def psd_refl_align(primarybeam, angles, channels, plot=True):
     -------
     >>> psd_refl_align(500,[0,0.1,0.2,0.3],[550,600,640,700])
     """
+    if plot:
+        try:
+            from matplotlib import pyplot as plt
+        except ImportError:
+            if config.VERBOSITY >= config.INFO_ALL:
+                print("XU.analyis.psd_refl_align: Warning: plot "
+                      "functionality not available")
+            plot = False
 
-    (a_s, b_s, r, tt, stderr) = scipy.stats.linregress(channels, angles)
-
-    zeropos = scipy.polyval(numpy.array([a_s, b_s]), primarybeam)
-
-    try:
-        plt.__name__
-    except NameError:
-        print("XU.analyis.psd_refl_align: Warning: plot functionality not "
-              "available")
-        plot = False
+    p, rsq = math.linregress(channels, angles)
+    zeropos = numpy.polyval(p, primarybeam)
 
     if plot:
         xmin = min(min(channels), primarybeam)
@@ -1996,7 +1954,7 @@ def psd_refl_align(primarybeam, angles, channels, plot=True):
         plt.figure()
         plt.plot(channels, angles, 'kx', ms=8., mew=2.)
         plt.plot([xmin - (xmax - xmin) * 0.1, xmax + (xmax - xmin) * 0.1],
-                 scipy.polyval(numpy.array([a_s, b_s]),
+                 numpy.polyval(p,
                                [xmin - (xmax - xmin) * 0.1,
                                 xmax + (xmax - xmin) * 0.1]),
                  'g-',
@@ -2014,15 +1972,14 @@ def psd_refl_align(primarybeam, angles, channels, plot=True):
 
     if config.VERBOSITY >= config.INFO_LOW:
         print("XU.analysis.psd_refl_align: sample is parallel to beam at "
-              "goniometer angle %8.4f (R=%6.4f)" % (zeropos, r))
+              "goniometer angle %8.4f (R^2=%6.4f)" % (zeropos, rsq))
     return zeropos
 
+
 #################################################
 #  miscut calculation from alignment in 2 and
 #  more azimuths
 #################################################
-
-
 def miscut_calc(phi, aomega, zeros=None, omega0=None, plot=True):
     """
     function to calculate the miscut direction and miscut angle of a sample
@@ -2055,6 +2012,14 @@ def miscut_calc(phi, aomega, zeros=None, omega0=None, plot=True):
      phi0:      the azimuth in which the primary beam looks upstairs
      miscut:    amplitude of the sinusoidal variation == miscut angle
     """
+    if plot:
+        try:
+            from matplotlib import pyplot as plt
+        except ImportError:
+            if config.VERBOSITY >= config.INFO_ALL:
+                print("XU.analyis.miscut_calc: Warning: plot "
+                      "functionality not available")
+            plot = False
 
     if zeros is not None:
         om = (numpy.array(aomega) - numpy.array(zeros))
@@ -2088,14 +2053,6 @@ def miscut_calc(phi, aomega, zeros=None, omega0=None, plot=True):
               "%d" % success)
 
     if plot:
-        try:
-            plt.__name__
-        except NameError:
-            print("XU.analyis.misfit_calc: Warning: plot functionality not "
-                  "available")
-            plot = False
-
-    if plot:
         plt.figure()
         plt.plot(a, om, 'kx', mew=2, ms=8)
         linx = numpy.linspace(a.min() - 45, a.min() + 360 - 45, num=1000)
@@ -2117,12 +2074,11 @@ def miscut_calc(phi, aomega, zeros=None, omega0=None, plot=True):
 
     return ret
 
+
 #################################################
 #  correct substrate Bragg peak position in
 #  reciprocal space maps
 #################################################
-
-
 def fit_bragg_peak(om, tt, psd, omalign, ttalign, exphxrd, frange=(0.03, 0.03),
                    peaktype='Gauss', plot=True):
     """
@@ -2157,6 +2113,15 @@ def fit_bragg_peak(om, tt, psd, omalign, ttalign, exphxrd, frange=(0.03, 0.03),
     omfit,ttfit,params,covariance: fitted angular values, and the fit
             parameters (of the Gaussian/Lorentzian) as well as their errors
     """
+    if plot:
+        try:
+            from matplotlib import pyplot as plt
+        except ImportError:
+            if config.VERBOSITY >= config.INFO_ALL:
+                print("XU.analyis.fit_bragg_peak: Warning: plot "
+                      "functionality not available")
+            plot = False
+
     if peaktype == 'Gauss':
         func = math.Gauss2d
     elif peaktype == 'Lorentz':
diff --git a/xrayutilities/gridder2d.py b/xrayutilities/gridder2d.py
index 08626dd..d68276b 100644
--- a/xrayutilities/gridder2d.py
+++ b/xrayutilities/gridder2d.py
@@ -246,7 +246,7 @@ class Gridder2DList(Gridder2D):
 
         # perform gridding this should be moved to native code if possible
         def gindex(x, min, delt):
-            return numpy.round((x - min) / delt)
+            return numpy.round((x - min) / delt).astype(numpy.int)
 
         xdelta = delta(self.xmin, self.xmax, self.nx)
         ydelta = delta(self.ymin, self.ymax, self.ny)
diff --git a/xrayutilities/io/__init__.py b/xrayutilities/io/__init__.py
index 91055cc..fd6fb40 100644
--- a/xrayutilities/io/__init__.py
+++ b/xrayutilities/io/__init__.py
@@ -19,10 +19,6 @@
 from .helper import xu_open
 from .helper import xu_h5open
 
-from .radicon import rad2hdf5
-from .radicon import hst2hdf5
-from .radicon import selecthst
-
 from .seifert import SeifertScan
 from .seifert import SeifertMultiScan
 from .seifert import getSeifert_map
@@ -51,8 +47,6 @@ from .fastscan import FastScan
 from .fastscan import FastScanCCD
 from .fastscan import FastScanSeries
 
-from .spectra import Spectra
-
 from .panalytical_xml import XRDMLFile
 from .panalytical_xml import getxrdml_map
 from .panalytical_xml import getxrdml_scan
diff --git a/xrayutilities/io/cbf.py b/xrayutilities/io/cbf.py
index 820c002..5af6795 100644
--- a/xrayutilities/io/cbf.py
+++ b/xrayutilities/io/cbf.py
@@ -13,22 +13,31 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
-# Copyright (C) 2013 Dominik Kriegner <dominik.kriegner at gmail.com>
+# Copyright (C) 2013, 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
 
 # module for handling files stored in the CBF data format
 
-import numpy
-import os
 import os.path
-import gzip
 import re
+import glob
+
+import numpy
+import h5py
 
+from .helper import xu_open, xu_h5open
 from .. import cxrayutilities
 from .. import config
 
 cbf_name_start_num = re.compile(r"^\d")
 
 
+def makeNaturalName(name):
+    ret = name.replace(" ", "_")
+    ret = ret.replace("-", "_")
+    ret = ret.replace(".", "_")
+    return ret
+
+
 class CBFFile(object):
 
     def __init__(self, fname, nxkey="X-Binary-Size-Fastest-Dimension",
@@ -63,46 +72,26 @@ class CBFFile(object):
 
         # create attributes for holding data
         self.data = None
-        self._open()
         self.ReadData()
-        self.fid.close()
-
-    def _open(self):
-        """
-        open data file for reading
-        """
-        try:
-            if os.path.splitext(self.full_filename)[-1] == '.gz':
-                self.fid = gzip.open(self.full_filename, "rb")
-            else:
-                self.fid = open(self.full_filename, "rb")
-        except:
-            raise IOError("cannot open file %s" % (self.full_filename))
 
     def ReadData(self):
         """
         Read the CCD data into the .data object
         this function is called by the initialization
         """
-        wasclosed = False
-        if self.fid.closed:
-            wasclosed = True
-            self._open()
-
-        tmp = numpy.fromfile(file=self.fid, dtype="u1").tostring()
-        tmp2 = tmp.decode('ascii', 'ignore')
-        # read header information
-        pos = tmp2.index(self.nxkey + ':') + len(self.nxkey + ':')
-        self.xdim = int(tmp2[pos:pos + 6].strip())
-        pos = tmp2.index(self.nykey + ':') + len(self.nykey + ':')
-        self.ydim = int(tmp2[pos:pos + 6].strip())
-
-        self.data = cxrayutilities.cbfread(tmp, self.xdim, self.ydim)
-        self.data.shape = (self.ydim, self.xdim)
-        if wasclosed:
-            self.fid.close()
-
-    def Save2HDF5(self, h5, group="/", comp=True):
+        with xu_open(self.full_filename, 'rb') as fid:
+            tmp = numpy.fromfile(file=fid, dtype="u1").tostring()
+            tmp2 = tmp.decode('ascii', 'ignore')
+            # read header information
+            pos = tmp2.index(self.nxkey + ':') + len(self.nxkey + ':')
+            self.xdim = int(tmp2[pos:pos + 6].strip())
+            pos = tmp2.index(self.nykey + ':') + len(self.nykey + ':')
+            self.ydim = int(tmp2[pos:pos + 6].strip())
+
+            self.data = cxrayutilities.cbfread(tmp, self.xdim, self.ydim)
+            self.data.shape = (self.ydim, self.xdim)
+
+    def Save2HDF5(self, h5f, group="/", comp=True):
         """
         Saves the data stored in the EDF file in a HDF5 file as a HDF5 array.
         By default the data is stored in the root group of the HDF5 file - this
@@ -111,54 +100,45 @@ class CBFFile(object):
 
         Parameters
         ----------
-         h5 ........ a HDF5 file object
+         h5f ....... a HDF5 file object or name
 
         optional keyword arguments:
          group ..... group where to store the data (default to the root of the
                      file)
          comp ...... activate compression - true by default
         """
+        with xu_h5open(h5f, 'a') as h5:
+            if isinstance(group, str):
+                g = h5.get(group)
+            else:
+                g = group
+
+            # create the array name
+            name = os.path.split(self.filename)[-1]
+            name = os.path.splitext(name)[0]
+            # perform a second time for case of .cbf.gz files
+            name = os.path.splitext(name)[0]
+            name = makeNaturalName(name)
+            if cbf_name_start_num.match(name):
+                name = "ccd_" + name
+            if config.VERBOSITY >= config.INFO_ALL:
+                print("xu.io.CBFFile: HDF5 group name: %s" % name)
+
+            # create the array description
+            desc = "CBF CCD data from file %s " % (self.filename)
+
+            # create the dataset for the array
+            kwds = {'fletcher32': True}
+            if comp:
+                kwds['compression'] = 'gzip'
 
-        if isinstance(group, str):
-            g = h5.getNode(group)
-        else:
-            g = group
-
-        # create the array name
-        ca_name = os.path.split(self.filename)[-1]
-        ca_name = os.path.splitext(ca_name)[0]
-        # perform a second time for case of .cbf.gz files
-        ca_name = os.path.splitext(ca_name)[0]
-        ca_name = ca_name.replace("-", "_")
-        if cbf_name_start_num.match(ca_name):
-            ca_name = "ccd_" + ca_name
-        if config.VERBOSITY >= config.INFO_ALL:
-            print(ca_name)
-        ca_name = ca_name.replace(" ", "_")
-
-        # create the array description
-        ca_desc = "CBF CCD data from file %s " % (self.filename)
-
-        # create the Atom for the array
-        a = tables.Atom.from_dtype(self.data.dtype)
-        f = tables.Filters(complevel=7, complib="zlib", fletcher32=True)
-        if comp:
-            try:
-                ca = h5.createCArray(g, ca_name, a, self.data.shape,
-                                     ca_desc, filters=f)
-            except:
-                h5.removeNode(g, ca_name, recursive=True)
-                ca = h5.createCArray(g, ca_name, a, self.data.shape,
-                                     ca_desc, filters=f)
-        else:
             try:
-                ca = h5.createCArray(g, ca_name, a, self.data.shape, ca_desc)
-            except:
-                h5.removeNode(g, ca_name, recursive=True)
-                ca = h5.createCArray(g, ca_name, a, self.data.shape, ca_desc)
+                ca = g.create_dataset(name, data=self.data, **kwds)
+            except ValueError:
+                del g[name]
+                ca = g.create_dataset(name, data=self.data, **kwds)
 
-        # write the data
-        ca[...] = self.data[...]
+            ca.attrs['TITLE'] = desc
 
 
 class CBFDirectory(object):
@@ -197,7 +177,7 @@ class CBFDirectory(object):
 
         self.init_keyargs = keyargs
 
-    def Save2HDF5(self, h5, group="", comp=True):
+    def Save2HDF5(self, h5f, group="", comp=True):
         """
         Saves the data stored in the CBF files in the specified directory in a
         HDF5 file as a HDF5 arrays in a subgroup.  By default the data is
@@ -207,32 +187,25 @@ class CBFDirectory(object):
 
         Parameters
         ----------
-         h5 ........ a HDF5 file object
+         h5f ....... a HDF5 file object or name
 
         optional keyword arguments:
          group ..... group where to store the data (defaults to
                      pathname if group is empty string)
          comp ...... activate compression - true by default
         """
+        with xu_h5open(h5f, 'a') as h5:
+            if isinstance(group, str):
+                if group == "":
+                    group = os.path.split(self.datapath)[1]
+                g = h5.get(group)
+                if not g:
+                    g = h5.create_group(group)
+            else:
+                g = group
 
-        if isinstance(group, str):
-            if group == "":
-                group = os.path.split(self.datapath)[1]
-            try:
-                g = h5.getNode(h5.root, group)
-            except:
-                g = h5.createGroup(h5.root, group)
-        else:
-            g = group
-
-        if "comp" in keyargs:
-            compflag = keyargs["comp"]
-        else:
-            compflag = True
-
-        for infile in self.files:
-            # read EDFFile and save to hdf5
-            filename = os.path.split(infile)[1]
-            e = CBFFile(filename, path=self.datapath, **self.init_keyargs)
-            # e.ReadData()
-            e.Save2HDF5(h5, group=g)
+            for infile in self.files:
+                # read CBFFile and save to hdf5
+                filename = os.path.split(infile)[1]
+                e = CBFFile(filename, path=self.datapath, **self.init_keyargs)
+                e.Save2HDF5(h5, group=g, comp=comp)
diff --git a/xrayutilities/io/desy_tty08.py b/xrayutilities/io/desy_tty08.py
index 237e91a..fee4524 100644
--- a/xrayutilities/io/desy_tty08.py
+++ b/xrayutilities/io/desy_tty08.py
@@ -17,18 +17,19 @@
 
 
 """
-class for reading data+header information from tty08 data files
+class for reading data + header information from tty08 data files
 
-tty08 is system used at beamline P08 at Hasylab Hamburg and creates simple
+tty08 is a system used at beamline P08 at Hasylab Hamburg and creates simple
 ASCII files to save the data. Information is easily read from the multicolumn
-data file.  the functions below enable also to parse the information of the
+data file. the functions below enable also to parse the information of the
 header
 """
 
 import re
+import os.path
+
 import numpy
-import os
-import matplotlib
+import numpy.lib.recfunctions
 
 # relative imports from xrayutilities
 from .helper import xu_open
@@ -78,7 +79,6 @@ class tty08File(object):
                 self.ReadMCA()
 
     def ReadMCA(self):
-
         mca = numpy.empty((len(raws), numpy.loadtxt(raws[0]).shape[0]),
                           dtype=numpy.float)
         for i in range(len(raws)):
@@ -99,9 +99,9 @@ class tty08File(object):
                 dlist.append(data.tolist())
 
         self.mca = mca
-        self.data = matplotlib.mlab.rec_append_fields(
-            self.data, 'MCA', self.mca,
-            dtypes=[(numpy.double, self.mca.shape[1])])
+        mcatemp = mca.view([('MCA', (mca.dtype, mca.shape[1]))])
+        self.data = numpy.lib.recfunctions.merge_arrays([self.data, mcatemp],
+                                                        flatten=True)
 
     def Read(self):
         """
@@ -143,7 +143,7 @@ class tty08File(object):
         self.data = numpy.rec.fromrecords(self.data, names=self.columns)
 
 
-def gettty08_scan(scanname, scannumbers, *args):
+def gettty08_scan(scanname, scannumbers, *args, **keyargs):
     """
     function to obtain the angular cooridinates as well as intensity values
     saved in TTY08 datafiles. Especially usefull for reciprocal space map
@@ -164,6 +164,8 @@ def gettty08_scan(scanname, scannumbers, *args):
      omname:  e.g. name of the omega motor (or its equivalent)
      ttname:  e.g. name of the two theta motor (or its equivalent)
 
+     **keyargs: keyword arguments are passed on to tty08File
+
     Returns
     -------
      MAP
@@ -195,7 +197,7 @@ def gettty08_scan(scanname, scannumbers, *args):
     MAP = numpy.zeros(0)
 
     for nr in scanlist:
-        scan = tty08File(scanname % nr)
+        scan = tty08File(scanname % nr, **keyargs)
         sdata = scan.data
         if MAP.dtype == numpy.float64:
             MAP.dtype = sdata.dtype
@@ -218,5 +220,7 @@ def gettty08_scan(scanname, scannumbers, *args):
 
     if len(args) == 0:
         return MAP
+    elif len(args) == 1:
+        return retval[0], MAP
     else:
         return retval, MAP
diff --git a/xrayutilities/io/edf.py b/xrayutilities/io/edf.py
index b3d2429..a1d3791 100644
--- a/xrayutilities/io/edf.py
+++ b/xrayutilities/io/edf.py
@@ -20,16 +20,14 @@
 
 # module for handling files stored in the EDF data format developed by the ESRF
 
-import numpy
 import re
 import struct
-import tables
-import os
 import os.path
 import glob
-import gzip
 
-from .helper import xu_open
+import numpy
+import h5py
+
 from .helper import xu_open, xu_h5open
 from .. import config
 
@@ -52,13 +50,19 @@ DataTypeDict = {"SignedByte": "b",
                 "UnsignedShort": "H",
                 "UnsignedInt": "I",
                 "UnsignedLong": "L"}
-
 # SignedLong is only 4byte, on my 64bit machine using SignedLong:"l" caused
 # troubles
 # UnsignedLong is only 4byte, on my 64bit machine using UnsignedLong:"L"
 # caused troubles ("I" works)
 
 
+def makeNaturalName(name):
+    ret = name.replace(" ", "_")
+    ret = ret.replace("-", "_")
+    ret = ret.replace(".", "_")
+    return ret
+
+
 class EDFFile(object):
 
     def __init__(self, fname, nxkey="Dim_1", nykey="Dim_2",
@@ -341,7 +345,12 @@ class EDFFile(object):
         """
         with xu_h5open(h5f, 'a') as h5:
             if isinstance(group, str):
-                g = h5.getNode(group)
+                if group == '/':
+                    g = h5
+                else:
+                    if group in h5:
+                        del h5[group]
+                    g = h5.create_group(group)
             else:
                 g = group
 
@@ -350,8 +359,7 @@ class EDFFile(object):
             ca_name = os.path.splitext(ca_name)[0]
             # perform a second time for case of .edf.gz files
             ca_name = os.path.splitext(ca_name)[0]
-            ca_name = ca_name.replace("-", "_")
-            ca_name = ca_name.replace(" ", "_")
+            ca_name = makeNaturalName(ca_name)
             if edf_name_start_num.match(ca_name):
                 ca_name = "ccd_" + ca_name
             if config.VERBOSITY >= config.INFO_ALL:
@@ -359,9 +367,10 @@ class EDFFile(object):
 
             # create the array description
             ca_desc = "EDF CCD data from file %s " % (self.filename)
+            kwds = {'fletcher32': True}
+            if comp:
+                kwds['compression'] = 'gzip'
 
-            # create the Atom for the array
-            f = tables.Filters(complevel=7, complib="zlib", fletcher32=True)
             if self.nimages != 1:
                 ca_name += '_{n:04d}'
 
@@ -369,31 +378,18 @@ class EDFFile(object):
             for n in range(self.nimages):
                 if self.nimages != 1:
                     d = self.data[n]
-                s = d.shape
-                a = tables.Atom.from_dtype(d.dtype)
                 name = ca_name.format(n=n)
-                if comp:
-                    try:
-                        ca = h5.createCArray(g, name, a, s, ca_desc,
-                                             filters=f)
-                    except:
-                        h5.removeNode(g, name, recursive=True)
-                        ca = h5.createCArray(g, name, a, s, ca_desc,
-                                             filters=f)
-                else:
-                    try:
-                        ca = h5.createCArray(g, name, a, s, ca_desc)
-                    except:
-                        h5.removeNode(g, name, recursive=True)
-                        ca = h5.createCArray(g, name, a, s, ca_desc)
-                # write the data
-                ca[...] = d[...]
+                try:
+                    ca = g.create_dataset(name, data=d, **kwds)
+                except ValueError:
+                    del g[name]
+                    ca = g.create_dataset(name, data=d, **kwds)
 
-            # finally we have to append the attributes
-            for k in self.header.keys():
-                aname = k.replace(".", "_")
-                aname = aname.replace(" ", "_")
-                ca.attrs.__setattr__(aname, self.header[k])
+                ca.attrs['TITLE'] = ca_desc
+
+                # finally we have to append the attributes
+                for k in self.header.keys():
+                    ca.attrs[makeNaturalName(k)] = self.header[k]
 
 
 class EDFDirectory(object):
@@ -454,21 +450,14 @@ class EDFDirectory(object):
             if isinstance(group, str):
                 if group == "":
                     group = os.path.split(self.datapath)[1]
-                try:
-                    g = h5.getNode(h5.root, group)
-                except:
-                    g = h5.createGroup(h5.root, group)
+                g = h5.get(group)
+                if not g:
+                    g = h5.create_group(group)
             else:
                 g = group
 
-            if "comp" in keyargs:
-                compflag = keyargs["comp"]
-            else:
-                compflag = True
-
             for infile in self.files:
                 # read EDFFile and save to hdf5
                 filename = os.path.split(infile)[1]
                 e = EDFFile(filename, path=self.datapath, **self.init_keyargs)
-                # e.ReadData()
-                e.Save2HDF5(h5, group=g)
+                e.Save2HDF5(h5, group=g, comp=comp)
diff --git a/xrayutilities/io/fastscan.py b/xrayutilities/io/fastscan.py
index ffb73b7..1301e38 100644
--- a/xrayutilities/io/fastscan.py
+++ b/xrayutilities/io/fastscan.py
@@ -14,7 +14,7 @@
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 # Copyright (C) 2014 Raphael Grifone <raphael.grifone at esrf.fr>
-# Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
+# Copyright (C) 2014-2015 Dominik Kriegner <dominik.kriegner at gmail.com>
 
 """
 modules to help with the analysis of FastScan data acquired at the ESRF.
@@ -37,10 +37,11 @@ see examples/xrayutilities_kmap_ESRF.py for an example script
 """
 
 import os.path
-import numpy
 import re
 import glob
 
+import numpy
+
 # relative imports
 from . import SPECFile
 from . import EDFFile
@@ -374,7 +375,7 @@ class FastScanCCD(FastScan):
             print('XU.io.FastScanCCD: open file %s' % filename)
         e = EDFFile(filename, keep_open=True)
         ccdshape = blockAverage2D(e.ReadData(), nav[0], nav[1], roi=roi).shape
-        self.ccddata = numpy.zeros((nx, ny, ccdshape[0], ccdshape[1]))
+        ccddata = numpy.zeros((nx, ny, ccdshape[0], ccdshape[1]))
         nimage = e.nimages
 
         # go through the gridded data and average the ccdframes
@@ -400,12 +401,12 @@ class FastScanCCD(FastScan):
                             ccdfilt = e.ReadData(imgindex)
                         ccdframe = blockAverage2D(ccdfilt, nav[0], nav[1],
                                                   roi=roi)
-                        self.ccddata[i, j, :, :] += ccdframe
+                        ccddata[i, j, :, :] += ccdframe
                         framecount += 1
-                    self.ccddata[i, j, :, :] = self.ccddata[i, j, :, :] / \
-                        float(framecount)
+                        ccddata[i, j, :, :] = ccddata[i, j, :, :] / \
+                            float(framecount)
 
-        return g2l.xmatrix, g2l.ymatrix, self.ccddata
+        return g2l.xmatrix, g2l.ymatrix, ccddata
 
 
 class FastScanSeries(object):
diff --git a/xrayutilities/io/helper.py b/xrayutilities/io/helper.py
index 61c1cd3..262b4ae 100644
--- a/xrayutilities/io/helper.py
+++ b/xrayutilities/io/helper.py
@@ -23,11 +23,11 @@ these functions should be used in new parsers since they transparently allow to
 open gzipped and bzipped files
 """
 
-import os
+import os.path
 import gzip
 import bz2
 import sys
-import tables
+import h5py
 
 from .. import config
 from ..exception import InputError
@@ -80,21 +80,21 @@ def xu_open(filename, mode='rb'):
 
 class xu_h5open(object):
     """
-    helper object to decide if a HDF5 file has to opened/closed when
+    helper object to decide if a HDF5 file has to be opened/closed when
     using with a 'with' statement.
     """
     def __init__(self, f, mode='r'):
         """
         Parameters
         ----------
-         f:     filename or tables.file.File instance
+         f:     filename or h5py.File instance
          mode:  mode in which the file should be opened. ignored in case a
                 file handle is passed as f
         """
         self.closeFile = True
         self.fid = None
         self.mode = mode
-        if isinstance(f, tables.file.File):
+        if isinstance(f, h5py.File):
             self.fid = f
             self.closeFile = False
             self.filename = f.filename
@@ -106,10 +106,10 @@ class xu_h5open(object):
 
     def __enter__(self):
         if self.fid:
-            if not self.fid.isopen:
-                self.fid = tables.openFile(self.filename, mode=self.mode)
+            if not self.fid.fid.valid:
+                self.fid = h5py.File(self.filename, self.mode)
         else:
-            self.fid = tables.openFile(self.filename, mode=self.mode)
+            self.fid = h5py.File(self.filename, self.mode)
         return self.fid
 
     def __exit__(self, type, value, traceback):
diff --git a/xrayutilities/io/imagereader.py b/xrayutilities/io/imagereader.py
index ab9d3c0..c0c16e1 100644
--- a/xrayutilities/io/imagereader.py
+++ b/xrayutilities/io/imagereader.py
@@ -17,7 +17,7 @@
 
 import numpy
 import time
-import os
+import os.path
 import subprocess
 
 # relative imports from xrayutilities
@@ -118,7 +118,7 @@ class ImageReader(object):
         else:
             self.darkc = False
 
-    def readImage(self, filename):
+    def readImage(self, filename, path=None):
         """
         read image file
         and correct for dark- and flatfield in case the necessary data are
@@ -130,49 +130,34 @@ class ImageReader(object):
         ---------
          filename: filename of the image to be read. so far only single
                    filenames are supported. The data might be compressed.
-                   supported extensions: .tiff, .bin and .bin.xz
+                   supported extensions: .tif, .bin and .bin.xz
         """
+        if path:
+            full_filename = os.path.join(path, filename)
+        else:
+            full_filename = filename
 
         if config.VERBOSITY >= config.INFO_ALL:
-            print("XU.io.ImageReader.readImage: file %s" % (filename))
+            print("XU.io.ImageReader.readImage: file %s" % (full_filename))
             t1 = time.time()
 
-        if filename[-2:] == 'xz':
-            if config.VERBOSITY >= config.INFO_ALL:
-                print("XU.io.ImageReader.readImage: uncompressing file %s"
-                      % (filename))
-
-            subprocess.call("xz --decompress --verbose --keep %s"
-                            % (filename), shell=True)
-            fh = open(filename[:-3], 'rb')
-        else:
-            fh = xu_open(filename)
-
-        # jump over header
-        fh.seek(self.hdrlen)
-        # read image
-        if filename[-2:] == 'gz':
+        with xu_open(full_filename) as fh:
+            # jump over header
+            fh.seek(self.hdrlen)
+            # read image
             img = numpy.fromstring(fh.read(), dtype=self.dtype,
                                    count=self.nop1 * self.nop2)
-        else:
-            img = numpy.fromfile(fh, dtype=self.dtype,
-                                 count=self.nop1 * self.nop2)
-        if self.byteswap:
-            img = img.byteswap()
-        img.shape = (self.nop1, self.nop2)  # reshape the data
-        # darkfield correction
-        if self.darkc:
-            imgf = (img - self.darkfield).astype(numpy.float32)
-        else:
-            imgf = img.astype(numpy.float32)
-        # kill negativ pixels
-        # numpy.clip(imgf,1e-6,numpy.Inf,out=imgf)
-        # flatfield correction
-        if self.flatc:
-            imgf = imgf / self.flatfield
-        fh.close()
-        if os.path.splitext(filename)[1] == '.xz':
-            subprocess.call(["rm", "%s" % (filename[:-3])])
+            if self.byteswap:
+                img = img.byteswap()
+            img.shape = (self.nop1, self.nop2)  # reshape the data
+            # darkfield correction
+            if self.darkc:
+                imgf = (img - self.darkfield).astype(numpy.float32)
+            else:
+                imgf = img.astype(numpy.float32)
+            # flatfield correction
+            if self.flatc:
+                imgf = imgf / self.flatfield
 
         if config.VERBOSITY >= config.INFO_ALL:
             t2 = time.time()
@@ -185,7 +170,7 @@ class ImageReader(object):
 class PerkinElmer(ImageReader):
 
     """
-    parse PerkinElmer CCD frames (*.bin) to numpy arrays
+    parse PerkinElmer CCD frames (*.tif) to numpy arrays
     Ignore the header since it seems to contain no useful data
 
     The routine was tested only for files with 2048x2048 pixel images
diff --git a/xrayutilities/io/panalytical_xml.py b/xrayutilities/io/panalytical_xml.py
index e52c3d6..53d7631 100644
--- a/xrayutilities/io/panalytical_xml.py
+++ b/xrayutilities/io/panalytical_xml.py
@@ -24,7 +24,7 @@ want to keep the number of dependancies as small as possible
 
 from xml.etree import cElementTree as ElementTree
 import numpy
-import os
+import os.path
 import warnings
 
 from .helper import xu_open
@@ -179,7 +179,8 @@ class XRDMLFile(object):
 
         """
         self.filename = fname
-        d = ElementTree.parse(xu_open(fname))
+        with xu_open(fname) as fid:
+            d = ElementTree.parse(fid)
         root = d.getroot()
         try:
             namespace = root.tag[:root.tag.index('}')+1]
diff --git a/xrayutilities/io/pdcif.py b/xrayutilities/io/pdcif.py
index 8a044e1..5be9d44 100644
--- a/xrayutilities/io/pdcif.py
+++ b/xrayutilities/io/pdcif.py
@@ -15,12 +15,14 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
-import numpy
 import re
 import copy
 import shlex
 
+import numpy
+
 from . import xu_open
+from .. import config
 
 re_label = re.compile(r'^\s*_')
 re_default = re.compile(r'^\s*_('
@@ -35,6 +37,12 @@ re_nop = re.compile(r'^\s*_(pd_meas_number_of_points|pd_meas_detector_id)')
 re_multiline = re.compile(r';')
 
 
+def remove_comments(line, sep='#'):
+    for s in sep:
+        line = line.split(s)[0]
+    return line
+
+
 class pdCIF(object):
 
     """
@@ -76,20 +84,22 @@ class pdCIF(object):
         parser of the pdCIF file. the method reads the data from the file and
         fills the data and header attributes with content
         """
-
         with xu_open(self.filename) as fh:
             self._parse_single(fh)
 
-    def _parse_single(self, fh):
+    def _parse_single(self, fh, breakAfterData=False):
         """
         internal routine to parse a single loop of the pdCIF file
 
         Parameters
         ----------
          fh:    file handle
+         breakAfterData:    (optional) allowing to stop the parsing after
+                            data loop was found (default:False)
         """
         loopStart = False
         dataLoop = False
+        dataDone = False
         loopheader = []
         numOfEntries = -1
         multiline = None
@@ -99,8 +109,15 @@ class pdCIF(object):
             if not line:
                 break
 
+            line = remove_comments(line)
             if re_loop.match(line):
                 loopStart = True
+                remainingline = re.sub('loop_', '', line).strip()
+                if re_label.match(remainingline):
+                    if ((self.datacolumn is None and re_default.match(line)) or
+                            line.strip() == self.datacolumn):
+                        dataLoop = True
+                    loopheader.append(remainingline)
                 continue
 
             if multiline:
@@ -130,10 +147,8 @@ class pdCIF(object):
                     line2 = fh.readline().decode('ascii')
                     if re_multiline.match(line2):
                         multiline = line2
-                    else:
-                        fh.seek(fh.tell() - len(line2))
-                        raise ValueError('a value is missing for label %s'
-                                         % label)
+                    else:  # single value must be in second line
+                        self.header[label] = line2
 
             elif re_label.match(line) and loopStart:
                 # read loop entries
@@ -144,23 +159,33 @@ class pdCIF(object):
 
             elif loopStart:
                 fh.seek(fh.tell() - len(line))
-                if numOfEntries != -1 and dataLoop:
+                if numOfEntries != -1 and dataLoop and not dataDone:
                     self.data = self._parse_loop_numpy(fh, loopheader,
                                                        numOfEntries)
-                    break
-                elif dataLoop:
+                    dataDone = True
+                    if breakAfterData:
+                        break
+                elif dataLoop and not dataDone:
                     self._parse_loop(fh, loopheader)
                     length = len(self.header[loopheader[0]])
-                    dtypes = [(entry, type(self.header[entry][0]))
+                    dtypes = [(str(entry), type(self.header[entry][0]))
                               for entry in loopheader]
                     for i in range(len(dtypes)):
-                        if dtypes[i][1] == str:
-                            dtypes[i] = (dtypes[i][0], numpy.str_, 64)
+                        if dtypes[i][1] is str:
+                            dtypes[i] = (str(dtypes[i][0]), numpy.str_, 64)
                     self.data = numpy.zeros(length, dtype=dtypes)
                     for entry in loopheader:
                         self.data[entry] = self.header.pop(entry)
+                    dataDone = True
+                    if breakAfterData:
+                        break
                 else:
-                    self._parse_loop(fh, loopheader)
+                    try:
+                        self._parse_loop(fh, loopheader)
+                    except ValueError:
+                        if config.VERBOSITY >= config.INFO_LOW:
+                            print('XU.io.pdCIF: unable to handle loop at %d'
+                                  % fh.tell())
                 dataLoop = False
                 loopStart = False
                 loopheader = []
@@ -211,7 +236,7 @@ class pdCIF(object):
             if re_label.match(line) or line.strip() == '':
                 fh.seek(fh.tell() - len(line))
                 break
-            row = shlex.split(line)
+            row = shlex.split(line, comments=True)
             for i in range(len(fields)):
                 try:
                     self.header[fields[i]].append(float(row[i]))
@@ -219,13 +244,16 @@ class pdCIF(object):
                     self.header[fields[i]].append(row[i])
                 except IndexError:  # maybe multiline field
                     line2 = fh.readline().decode('ascii')
+                    line2 = remove_comments(line2)
                     if re_multiline.match(line2):
                         multiline = line2
                         while True:
                             line = fh.readline().decode('ascii')
+                            line = remove_comments(line)
                             if not line:
+                                fh.seek(fh.tell() - len(line))
                                 break
-                            if not re_multiline.match(line):
+                            if re_multiline.match(line) and line.strip()[1:]:
                                 multiline += line
                             else:
                                 self.header[fields[i]].append(multiline)
@@ -261,10 +289,9 @@ class pdESG(pdCIF):
         parser of the pdCIF file. the method reads the data from the file and
         fills the data and header attributes with content
         """
-
         with xu_open(self.filename) as fh:
             # parse first header and loop
-            self._parse_single(fh)
+            self._parse_single(fh, breakAfterData=True)
             self.fileheader = copy.deepcopy(self.header)
             self.header = {}
             fdata = self.data
@@ -274,7 +301,7 @@ class pdESG(pdCIF):
             while True:  # try to parse all scans
                 tell = fh.tell()
                 try:
-                    self._parse_single(fh)
+                    self._parse_single(fh, breakAfterData=True)
                 except:
                     break
                 if tell == fh.tell():
diff --git a/xrayutilities/io/radicon.py b/xrayutilities/io/radicon.py
deleted file mode 100644
index 822f2b9..0000000
--- a/xrayutilities/io/radicon.py
+++ /dev/null
@@ -1,298 +0,0 @@
-# This file is part of xrayutilities.
-#
-# xrayutilities is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
-#
-# Copyright (C) 2009 Eugen Wintersberger <eugen.wintersberger at desy.de>
-# Copyright (C) 2010 Dominik Kriegner <dominik.kriegner at gmail.com>
-
-"""
-python module for converting radicon data to
-HDF5
-"""
-
-import re
-import tables
-import struct
-import numpy
-import os.path
-
-from .. import config
-
-rdc_start = re.compile(r"^START")
-rdc_end = re.compile(r"^END")
-
-rdc_mopo = re.compile(r"^[A-Z]+=.*")
-rdc_param = re.compile(r"^.*:.+")
-
-rdc_colname = re.compile(r"^-+")
-rdc_data_line = re.compile(r"(\s*[0-9\.]\s*)+")
-
-rem_blank = re.compile(r"\s+")  # remove all multiple blanks in a line
-# extract all columns seperated by single blanks
-blank_extract = re.compile(r"\S+")
-
-
-def rad2hdf5(h5, rdcfile, h5path="/", rdcpath="."):
-    """
-    Converts a RDC file to an HDF5 file.
-
-    Required input arguments:
-     h5 .................. HDF5 object where to store the data
-     rdcfile ............. name of the RDC file
-
-    optional input arguments:
-     h5path .............. Path in the HDF5 file where to store the data
-                           (default to root)
-     rdcpath ............. path where the RDC file is located (default
-                           is the current working directory)
-    """
-
-    rdcfilename = os.path.join(rdcpath, rdcfile)
-
-    try:
-        rdcfid = open(rdcfilename, mode="r")
-        if config.VERBOSITY >= config.INFO_LOW:
-            print("XU.io.rad2hdf5: successfully opened RDC file %s for reading"
-                  % rdcfilename)
-    except:
-        raise IOError("error opening RDC file %s !" % rdcfilename)
-
-    line_buffer = " "
-    while True:
-
-        # read a line from the file
-        line_buffer = rdcfid.readline().decode('ascii')
-
-        if line_buffer == "":
-            if config.VERBOSITY >= config.DEBUG:
-                print("XU.io.rad2hdf5: reached end of RDC file")
-            break
-
-        line_buffer = line_buffer.strip()
-
-        if rdc_start.match(line_buffer):
-            # reaching the start of a new scan - reinit all variables
-            motor_list = []
-            # list with the names of the motors in the motor pos
-            # table
-            motor_pos_list = []
-            # list of the initial motor positions
-            param_name_list = []
-            # parameter names
-            param_value_list = []
-            # parameter values
-
-            col_name_list = []
-            # list with column names
-            tab_dict = {}
-            # dictionary for the table
-
-        if rdc_param.match(line_buffer):
-            data_buffer = re.compile(r":\s+").split(line_buffer)
-            data_buffer[0] = data_buffer[0].replace("/", "_")
-            param_name_list.append(data_buffer[0])
-            param_value_list.append(data_buffer[1])
-            if data_buffer[0] == "Scan":
-                param_name_list.append("scantype")
-                line_buffer = rdcfid.readline().decode('ascii')
-                line_buffer = line_buffer.strip()
-                param_value_list.append(line_buffer)
-
-        if rdc_mopo.match(line_buffer):
-            data_buffer = re.compile(r"=\s+").split(line_buffer)
-            motor_list.append(data_buffer[0])
-            motor_pos_list.append(data_buffer[1])
-
-        if rdc_colname.match(line_buffer):
-            line_buffer = rdcfid.readline().decode('ascii')
-            line_buffer = line_buffer.strip()
-            col_name_list = re.compile(r"\s+").split(line_buffer)
-            # perform an extra read cycle
-            line_buffer = rdcfid.readline().decode('ascii')
-
-            # after the column names have been read - build the table and
-            # add the header attributes
-            tab_name = param_value_list[0] + '_' + param_value_list[1]
-            tab_title = ("Scan %s of type %s on sample %s"
-                         % (param_value_list[0],
-                            param_value_list[1],
-                            param_value_list[2]))
-            # build the table dictionary
-            for name in col_name_list:
-                tab_dict[name] = tables.FloatCol()
-
-            # create the new table object
-            table = h5.createTable(h5path, tab_name, tab_dict, tab_title)
-
-            # add the attributes (parameters and initial motor positions)
-            for i in range(len(param_name_list)):
-                param_name = param_name_list[i]
-                param_value = param_value_list[i]
-                param_name = param_name.replace(" ", "_")
-                param_name = param_name.replace(".", "")
-                param_name = param_name.replace("-", "_")
-                param_name = param_name.replace("(", "")
-                param_name = param_name.replace(")", "")
-                table.attrs.__setattr__(param_name, param_value)
-
-            for i in range(len(motor_list)):
-                table.attrs.__setattr__(motor_list[i], motor_pos_list[i])
-
-            # set finally the scan status to aborted (will be corrected if the
-            # scan has finished properly
-            table.attrs.scan_status = "ABORTED"
-
-        if rdc_data_line.match(line_buffer):
-            data_buffer = re.compile("\s+").split(line_buffer)
-
-            # store the data in the table
-            for i in range(len(data_buffer)):
-                table.row[col_name_list[i]] = float(data_buffer[i])
-
-            table.row.append()
-
-        if rdc_end.match(line_buffer):
-            table.attrs.scan_status = "SUCCEEDED"
-            table.flush()
-            if config.VERBOSITY >= config.INFO_ALL:
-                print("XU.io.rad2hdf5: scan finished")
-
-    # flush the last table (for sure)
-    table.flush()
-    rdcfid.close()
-
-
-def hst2hdf5(h5, hstfile, nofchannels, h5path="/", hstpath="."):
-    """
-    Converts a HST file to an HDF5 file.
-
-    Required input arguments:
-      h5 .................. HDF5 object where to store the data
-      hstfile ............. name of the HST file
-      nofchannels ......... number of channels
-
-    optional input arguments:
-      h5path .............. Path in the HDF5 file where to store the data
-      hstpath ............. path where the HST file is located (default
-                            is the current working directory)
-    """
-
-    hstfilename = os.path.join(hstpath, hstfile)
-
-    try:
-        hstfid = open(hstfilename, mode="r")
-    except:
-        raise IOError("XU.io.hst2hdf5: error opening HST file %s !"
-                      % hstfilename)
-
-    filters = tables.Filters(complevel=5, complib="zlib",
-                             shuffle=True, fletcher32=True)
-
-    # jump the first header entry - it is nof of interest
-    hstfid.seek(12, 0)
-
-    nofhists = 0
-
-    # some format strings used to read the file
-    fmt_hist = 'ii128c128c8HiId' + nofchannels * "i"
-    fmt_hist_size = struct.calcsize(fmt_hist)
-
-    # read the top header and determine the number of histograms
-    # and the size of the histograms
-    data_buffer = struct.unpack("i", hstfid.read(struct.calcsize("i")))
-    nofhists = data_buffer[0]
-
-    if config.VERBOSITY >= config.INFO_ALL:
-        print("XU.io.hst2hdf5: number of histograms found: %d" % nofhists)
-
-    # now the table and the EArray
-    table_dict = {}
-    table_dict["index"] = tables.IntCol()
-    table_dict["channels"] = tables.IntCol()
-    table_dict["type"] = tables.IntCol()
-    table_dict["name"] = tables.StringCol(itemsize=128)
-    table_dict["ExpTime"] = tables.FloatCol()
-    table = h5.createTable(h5path, "MCA_info", table_dict, "MCA info table")
-
-    atype = tables.IntAtom()
-    array = h5.createEArray(h5path, "MCAarray", atype, (0, nofchannels),
-                            "MCA data of file %s" % (hstfilename),
-                            filters=filters)
-
-    # setup the buffer array for storing a single spectrum
-    data = numpy.zeros((nofchannels), numpy.int)
-
-    # loop over all histograms
-    for i in range(nofhists):
-        # read the header structure
-        data_buffer = struct.unpack(fmt_hist, hstfid.read(fmt_hist_size))
-        table.row["index"] = i
-        table.row["type"] = data_buffer[1]
-        table.row["name"] = (
-            ("".join(data_buffer[2:(2 + 128)])).replace(" ", "")).strip()
-        table.row["channels"] = data_buffer[0]
-        table.row["ExpTime"] = data_buffer[268]
-
-        table.row.append()
-
-        # copy the data to the storage array
-        for j in range(nofchannels):
-            data[j] = data_buffer[269 + j]
-
-        # append the array to the EArray
-        array.append([data])
-
-    table.flush()
-
-    hstfid.close()
-
-
-def selecthst(et_limit, mca_info, mca_array):
-    """
-    Select historgrams form the complete set of recorded MCA data
-    and stores it into a new numpy array. The selection is done due to a
-    exposure time limit. Spectra below this limit are ignored.
-
-    required input arguments:
-     et_limit .............. exposure time limit
-     mca_info .............. pytables table with the exposure data
-     mca_array ............. array with all the MCA spectra
-
-    return value:
-     a numpy array with the selected mca spectra of shape (hstnr,channels).
-    """
-
-    # read the exposure time
-    et = mca_info.cols.ExpTime[:]
-    sel = numpy.zeros(et.shape, dtype=numpy.int)
-
-    for i in range(et.shape[0]):
-        if et[i] > et_limit:
-            sel[i] = 1
-
-    if config.VERBOSITY >= config.DEBUG:
-        print("XU.io.selecthst: found %i valid arrays" % sel.sum())
-
-    # load the data
-    mca = mca_array.read()
-
-    # create data array
-    data = numpy.zeros((sel.sum(), mca.shape[1]), dtype=numpy.float)
-    cnt = 0
-    for i in range(sel.shape[0]):
-        if sel[i]:
-            data[cnt, :] = mca[i, :]
-            cnt += 1
-
-    return data
diff --git a/xrayutilities/io/rotanode_alignment.py b/xrayutilities/io/rotanode_alignment.py
index 927f45c..d6aeedd 100644
--- a/xrayutilities/io/rotanode_alignment.py
+++ b/xrayutilities/io/rotanode_alignment.py
@@ -25,13 +25,6 @@ import re
 from .. import config
 from .helper import xu_open
 
-try:
-    from matplotlib import pylab as plt
-except ImportError:
-    if config.VERBOSITY >= config.INFO_ALL:
-        print("rotanode_alignment: warning; plotting functionality "
-              "not available")
-
 LOG_comment = re.compile(r"^#C")
 LOG_peakname = re.compile(r"^#P")
 LOG_motorname = re.compile(r"^#M")
@@ -209,11 +202,12 @@ class RA_Alignment(object):
         ----------
          pname:  peakname for which the alignment should be plotted
         """
-
         try:
-            plt.__version__
-        except NameError:
-            print("RA_Alignment.plot: error: plot functionality not available")
+            from matplotlib import pyplot as plt
+        except ImportError:
+            if config.VERBOSITY >= config.INFO_ALL:
+                print("XU.io.RA_Alignment: Warning: plot "
+                      "functionality not available")
             return
 
         if pname not in self.peaks:
diff --git a/xrayutilities/io/seifert.py b/xrayutilities/io/seifert.py
index 8f1f0c5..1587b04 100644
--- a/xrayutilities/io/seifert.py
+++ b/xrayutilities/io/seifert.py
@@ -28,11 +28,11 @@ In the first case the data ist stored
 """
 
 import re
-import tables
-import numpy
-import os
+import os.path
 import itertools
 
+import numpy
+
 from .helper import xu_open
 from .. import config
 
@@ -78,7 +78,9 @@ def repair_key(key):
 
 
 class SeifertHeader(object):
-
+    """
+    helper class to represent a Seifert (NJA) scan file header
+    """
     def __init__(self):
         pass
 
@@ -93,14 +95,11 @@ class SeifertHeader(object):
 
         return ostr
 
-    def save_h5_attribs(self, obj):
-        for a in self.__dict__.keys():
-            value = self.__getattribute__(a)
-            obj._v_attrs.__setattr__(a, value)
-
 
 class SeifertMultiScan(object):
-
+    """
+    Class to parse a Seifert (NJA) multiscan file
+    """
     def __init__(self, filename, m_scan, m2, path=None):
         """
         Parse data from a multiscan Seifert file.
@@ -155,7 +154,7 @@ class SeifertMultiScan(object):
             lb = list(itertools.islice(self.fid, 1))
             if not lb:
                 break
-            lb = lb[0].strip()
+            lb = lb[0].decode('ascii').strip()
 
             # the first thing needed is the number of scans in the file (in
             # file header)
@@ -195,50 +194,11 @@ class SeifertMultiScan(object):
         self.m2_pos.shape = (self.nscans, self.n_sm_pos)
         self.sm_pos.shape = (self.nscans, self.n_sm_pos)
 
-    def dump2hdf5(self, h5, iname="INT", group="/"):
-        """
-        Saves the content of a multi-scan file to a HDF5 file. By default the
-        data is stored in the root group of the file. To save data somewhere
-        else the keyword argument "group" must be used.
-
-        required arguments:
-         h5 .............. a HDF5 file object
-
-        optional keyword arguments:
-         iname ........... name for the intensity matrix
-         group ........... path to the HDF5 group where to store the data
-        """
-
-        iname = args[0]
-        smname = self.scan_motor_name
-        m2name = self.sec_motor_name
-
-        g = group
-
-        a = tables.Float32Atom()
-        f = tables.Filters(complevel=9, complib="zlib", fletcher32=True)
-
-        c = h5.createCArray(g, iname, a, self.int.shape, filters=f)
-        c[...] = self.int[...]
-        h5.flush()
-
-        c = h5.createCArray(g, smname, a, self.sm_pos.shape, filters=f)
-        c[...] = self.sm_pos[...]
-        h5.flush()
-
-        c = h5.createCArray(g, m2name, a, self.m2_pos.shape, filters=f)
-        c[...] = self.m2_pos[...]
-        h5.flush()
-
-    def dump2mlab(self, fname, *args):
-        """
-        Store the data in a matlab file.
-        """
-        pass
-
 
 class SeifertScan(object):
-
+    """
+    Class to parse a single Seifert (NJA) scan file
+    """
     def __init__(self, filename, path=None):
         """
         Constructor for a SeifertScan object.
@@ -334,69 +294,6 @@ class SeifertScan(object):
         for key in self.axispos:
             self.axispos[key] = numpy.array(self.axispos[key])
 
-    def dump2h5(self, h5, *args, **keyargs):
-        """
-        Save the data stored in the Seifert ASCII file to a HDF5 file.
-
-        required input arguments:
-         h5 ............. HDF5 file object
-
-        optional arguments:
-
-        names to use to store the motors. The first must be the name for the
-        intensity array. The number of names must be equal to the second
-        element of the shape of the data object.
-
-        optional keyword arguments:
-         group .......... HDF5 group object where to store the data.
-        """
-
-        # handle optional arguments:
-        motor_names = []
-        if len(args) != 0:
-            for name in args:
-                motor_names.append(name)
-        else:
-            for i in range(self.data.shape[1] - 1):
-                motor_names.append("motor_%i" % i)
-            motor_names.append("Int")
-
-        # evaluate optional keyword arguments:
-        if "group" in keyargs:
-            g = keyargs["group"]
-        else:
-            g = h5.root
-
-        a = tables.FloatAtom()
-        s = [self.data.shape[0]]
-        if config.VERBOSITY >= config.INFO_ALL:
-            print("XU.io.SeifertScan.dump2h5: shape of data %d" % s)
-
-        for i in range(self.data.shape[1]):
-            title = "SEIFERT data from %s" % self.Filename
-            c = h5.createCArray(g, motor_names[i], a, s, title)
-            c[...] = self.data[:, i][...]
-
-        # dump the header data
-        self.hdr.save_h5_attribs(g)
-
-        h5.flush()
-
-    def dump2mlab(self, fname, *args):
-        """
-        Save the data from a Seifert scan to a matlab file.
-
-        required input arugments:
-         fname .................. name of the matlab file
-
-        optional position arguments:
-
-        names to use to store the motors. The first must be the name for the
-        intensity array. The number of names must be equal to the second
-        element of the shape of the data object.
-        """
-        pass
-
 
 def getSeifert_map(filetemplate, scannrs=None, path=".", scantype="map",
                    Nchannels=1280):
diff --git a/xrayutilities/io/spec.py b/xrayutilities/io/spec.py
index ed26837..10cc9cc 100644
--- a/xrayutilities/io/spec.py
+++ b/xrayutilities/io/spec.py
@@ -28,25 +28,17 @@ a reread of the file starting from a stored offset (last known scan position)
 """
 
 import re
-import numpy
-import os
+import os.path
 import time
-import tables
-import gzip
 import warnings
 
+import numpy
+
 # relative imports from xrayutilities
 from .helper import xu_open, xu_h5open
 from .. import config
 from ..exception import InputError
 
-try:
-    from matplotlib import pylab
-except ImportError:
-    if config.VERBOSITY >= config.INFO_ALL:
-        print("XU.io.spec: warning; spec class plotting "
-              "functionality not available")
-
 # define some uesfull regular expressions
 SPEC_time_format = re.compile(r"\d\d:\d\d:\d\d")
 SPEC_multi_blank = re.compile(r"\s+")
@@ -81,7 +73,6 @@ def makeNaturalName(name):
 
 
 class SPECScan(object):
-
     """
     Represents a single SPEC scan. This class is usually not called by the
     user directly but used via the SPECFile class.
@@ -391,12 +382,12 @@ class SPECScan(object):
                    existing one will be used
           logy:    if True a semilogy plot will be done
         """
-
         try:
-            pylab.__version__
-        except NameError:
-            print("XU.io.SPECScan.plot: ERROR: plot functionality not "
-                  "available")
+            from matplotlib import pyplot as plt
+        except ImportError:
+            if config.VERBOSITY >= config.INFO_ALL:
+                print("XU.io.SPECScan: Warning: plot "
+                      "functionality not available")
             return
 
         if "newfig" in keyargs:
@@ -422,8 +413,8 @@ class SPECScan(object):
             raise InputError("wrong number of yname/style arguments!")
 
         if newfig:
-            pylab.figure()
-            pylab.subplots_adjust(left=0.08, right=0.95)
+            plt.figure()
+            plt.subplots_adjust(left=0.08, right=0.95)
 
         for i in range(0, len(alist), 2):
             yname = alist[i]
@@ -434,22 +425,21 @@ class SPECScan(object):
                 raise InputError("no column with name %s exists!" % yname)
                 continue
             if logy:
-                pylab.semilogy(xdata, ydata, ystyle)
+                plt.semilogy(xdata, ydata, ystyle)
             else:
-                pylab.plot(xdata, ydata, ystyle)
+                plt.plot(xdata, ydata, ystyle)
 
             leglist.append(yname)
 
-        pylab.xlabel("%s" % xname)
-        pylab.legend(leglist)
-        pylab.title("scan %i %s\n%s %s"
-                    % (self.nr, self.command, self.date, self.time))
+        plt.xlabel("%s" % xname)
+        plt.legend(leglist)
+        plt.title("scan %i %s\n%s %s"
+                  % (self.nr, self.command, self.date, self.time))
         # need to adjust axis limits properly
-        lim = pylab.axis()
-        pylab.axis([xdata.min(), xdata.max(), lim[2], lim[3]])
+        lim = plt.axis()
+        plt.axis([xdata.min(), xdata.max(), lim[2], lim[3]])
 
-    def Save2HDF5(self, h5f, group="/", title="", desc="",
-                  optattrs={}, comp=True):
+    def Save2HDF5(self, h5f, group="/", title="", optattrs={}, comp=True):
         """
         Save a SPEC scan to an HDF5 file. The method creates a group with the
         name of the scan and stores the data there as a table object with name
@@ -467,8 +457,6 @@ class SPECScan(object):
                       data
          title ...... a string with the title for the data, defaults to the
                       name of scan if empty
-         desc ....... a string with the description of the data, defaults to
-                      the scan command if empty
          optattrs ... a dictionary with optional attributes to store for the
                       data
          comp ....... activate compression - true by default
@@ -484,7 +472,7 @@ class SPECScan(object):
 
             # parse keyword arguments:
             if isinstance(group, str):
-                rootgroup = h5.getNode(group)
+                rootgroup = h5.get(group)
             else:
                 rootgroup = group
 
@@ -494,76 +482,46 @@ class SPECScan(object):
                 group_title = self.name
             group_title = group_title.replace(".", "_")
 
-            if desc != "":
-                group_desc = desc
-            else:
-                group_desc = self.command
-
-            # create the dictionary describing the table
-            tab_desc_dict = {}
-            col_name_list = []
-            for d in self.data.dtype.descr:
-                cname = d[0].encode('ascii', 'ignore')
-                col_name_list.append(cname)
-                if len(d[1:]) == 1:
-                    ctype = numpy.dtype((d[1]))
-                else:
-                    ctype = numpy.dtype((d[1], d[2]))
-                tab_desc_dict[cname] = tables.Col.from_dtype(ctype)
-
-            # create the table object and fill it
-            f = tables.Filters(complevel=7, complib="zlib", fletcher32=True)
+            # create the dataset and fill it
             copy_count = 0
             while True:
                 try:
                     # if everything goes well the group will be created and the
                     # loop stopped
-                    g = h5.createGroup(rootgroup, group_title, group_desc)
+                    g = rootgroup.create_group(group_title)
                     break
                 except:
                     # if the group already exists the name must be changed and
                     # another will be made to create the group.
                     if self.ischanged:
-                        g = h5.removeNode(rootgroup, group_title,
-                                          recursive=True)
+                        del rootgroup[group_title]
                     else:
                         group_title = group_title + "_%i" % (copy_count)
                         copy_count = copy_count + 1
 
-            with warnings.catch_warnings():
-                warnings.simplefilter('ignore', tables.NaturalNameWarning)
-                if comp:
-                    tab = h5.createTable(g, "data", tab_desc_dict, "scan data",
-                                         filters=f)
-                else:
-                    tab = h5.createTable(g, "data", tab_desc_dict, "scan data")
-
-            for rec in self.data:
-                for cname in rec.dtype.names:
-                    tab.row[cname] = rec[cname]
-                tab.row.append()
+            kwds = {'fletcher32': True}
+            if comp:
+                kwds['compression'] = 'gzip'
 
-            # finally after the table has been written to the table - commit
-            # the table to the file
-            tab.flush()
+            dset = g.create_dataset("data", data=self.data, **kwds)
 
             # write attribute data for the scan
-            g._v_attrs.ScanNumber = numpy.uint(self.nr)
-            g._v_attrs.Command = self.command
-            g._v_attrs.Date = self.date
-            g._v_attrs.Time = self.time
+            g.attrs['ScanNumber'] = numpy.uint(self.nr)
+            g.attrs['Command'] = self.command
+            g.attrs['Date'] = self.date
+            g.attrs['Time'] = self.time
 
             # write the initial motor positions as attributes
             for k in self.init_motor_pos.keys():
-                g._v_attrs.__setattr__(k, numpy.float(self.init_motor_pos[k]))
+                g.attrs[k] = numpy.float(self.init_motor_pos[k])
 
             # if scan contains MCA data write also MCA parameters
-            g._v_attrs.mca_start_channel = numpy.uint(self.mca_start_channel)
-            g._v_attrs.mca_stop_channel = numpy.uint(self.mca_stop_channel)
-            g._v_attrs.mca_nof_channels = numpy.uint(self.mca_channels)
+            g.attrs['mca_start_channel'] = numpy.uint(self.mca_start_channel)
+            g.attrs['mca_stop_channel'] = numpy.uint(self.mca_stop_channel)
+            g.attrs['mca_nof_channels'] = numpy.uint(self.mca_channels)
 
             for k in optattrs.keys():
-                g._v_attrs.__setattr__(k, opattrs[k])
+                g.attrs[k] = optattrs[k]
 
             h5.flush()
 
@@ -667,16 +625,15 @@ class SPECFile(object):
          comp .................. activate compression - true by default
         """
         with xu_h5open(h5f, 'a') as h5:
+            groupname = os.path.splitext(os.path.splitext(self.filename)[0])[0]
             try:
-                g = h5.createGroup("/", os.path.splitext(
-                                   os.path.splitext(self.filename)[0])[0],
-                                   "Data of SPEC - File %s" % (self.filename))
-            except:
-                g = h5.getNode("/" + os.path.splitext(
-                               os.path.splitext(self.filename)[0])[0])
+                g = h5.create_group(groupname)
+            except ValueError:
+                g = h5.get(groupname)
 
+            g.attrs['TITLE'] = "Data of SPEC - File %s" % (self.filename)
             for s in self.scan_list:
-                if (((not g.__contains__(s.name)) or s.ischanged) and
+                if (((s.name not in g) or s.ischanged) and
                         s.scan_status != "NODATA"):
                     s.ReadData()
                     if s.data is not None:
@@ -941,10 +898,18 @@ class SPECCmdLine(object):
 
 
 class SPECLog(object):
-
+    """
+    class to parse a SPEC log file to find the command history
+    """
     def __init__(self, filename, prompt, path=""):
         """
         init routine for a class to read a SPEC log file
+
+        Parameters
+        ----------
+         filename:  SPEC log file name
+         prompt:    SPEC command prompt (e.g. 'PSIC' or 'SPEC')
+         path:      (optional) directory where the SPEC log can be found
         """
         self.filename = filename
         self.full_filename = os.path.join(path, self.filename)
@@ -970,6 +935,12 @@ class SPECLog(object):
                     self.cmdl_list.append(SPECCmdLine(int(float(line)),
                                                       self.prompt, cmd))
 
+    def __getitem__(self, index):
+        """
+        function to return the n-th cmd in the spec-log.
+        """
+        return self.cmdl_list[index]
+
     def __str__(self):
         ostr = "%s with %d lines\n" % (self.filename, self.line_counter)
 
@@ -983,14 +954,14 @@ def geth5_scan(h5f, scans, *args, **kwargs):
     """
     function to obtain the angular cooridinates as well as intensity values
     saved in an HDF5 file, which was created from a spec file by the Save2HDF5
-    method. Especially usefull for reciprocal space map measurements.
+    method. Especially useful for reciprocal space map measurements.
 
     further more it is possible to obtain even more positions from
     the data file if more than two string arguments with its names are given
 
     Parameters
     ----------
-     h5f:     file object of a HDF5 file opened using pytables or its filename
+     h5f:     file object of a HDF5 file opened using h5py or its filename
      scans:   number of the scans of the reciprocal space map (int,tuple or
               list)
 
@@ -1022,9 +993,9 @@ def geth5_scan(h5f, scans, *args, **kwargs):
 
     with xu_h5open(h5f) as h5:
         if "samplename" in kwargs:
-            h5g = h5.getNode(h5.root, kwargs["samplename"])
+            h5g = h5.get(kwargs["samplename"])
         else:
-            h5g = h5.listNodes(h5.root)[0]
+            h5g = h5.get(list(h5.keys())[0])
 
         if numpy.iterable(scans):
             scanlist = scans
@@ -1041,9 +1012,8 @@ def geth5_scan(h5f, scans, *args, **kwargs):
         MAP = numpy.zeros(0)
 
         for nr in scanlist:
-            h5scan = h5.getNode(h5g, "scan_%d" % nr)
-            command = h5.getNodeAttr(h5scan, 'Command')
-            sdata = h5scan.data.read()
+            h5scan = h5g.get("scan_%d" % nr)
+            sdata = numpy.asarray(h5scan.get('data'))
             if MAP.dtype == numpy.float64:
                 MAP.dtype = sdata.dtype
             # append scan data to MAP, where all data are stored
@@ -1062,9 +1032,8 @@ def geth5_scan(h5f, scans, *args, **kwargs):
                 scanshape = len(sdata)
             for i in notscanmotors:
                 motname = args[i]
-                buf = numpy.ones(
-                    scanshape) * h5.getNodeAttr(h5scan,
-                                                "INIT_MOPO_%s" % motname)
+                buf = numpy.ones(scanshape) * \
+                    h5scan.attrs["INIT_MOPO_%s" % motname]
                 angles[motname] = numpy.concatenate((angles[motname], buf))
 
     retval = []
@@ -1102,7 +1071,8 @@ def getspec_scan(specf, scans, *args):
 
     Example
     -------
-    >>> [om, tt] = xu.io.getspec_scan(s, 36, 'omega', 'gamma', 'Counter2')
+    >>> [om, tt, cnt2] = xu.io.getspec_scan(s, 36, 'omega', 'gamma',
+                                            'Counter2')
     """
     if len(args) == 0:
         return
@@ -1122,7 +1092,6 @@ def getspec_scan(specf, scans, *args):
 
     for nr in scanlist:
         sscan = specf.__getattr__("scan%d" % nr)
-        command = sscan.command
         sscan.ReadData()
         sdata = sscan.data
         # check type of scan
@@ -1141,7 +1110,7 @@ def getspec_scan(specf, scans, *args):
             motname = args[i]
             buf = (numpy.ones(scanshape) *
                    sscan.init_motor_pos["INIT_MOPO_%s" % motname])
-        angles[motname] = numpy.concatenate((angles[motname], buf))
+            angles[motname] = numpy.concatenate((angles[motname], buf))
 
     retval = []
     for motname in args:
diff --git a/xrayutilities/io/spectra.py b/xrayutilities/io/spectra.py
index 795bd7a..875b118 100644
--- a/xrayutilities/io/spectra.py
+++ b/xrayutilities/io/spectra.py
@@ -14,28 +14,23 @@
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 # Copyright (C) 2009-2010 Eugen Wintersberger <eugen.wintersberger at desy.de>
-# Copyright (C) 2009-2012 Dominik Kriegner <dominik.kriegner at gmail.com>
+# Copyright (C) 2009-2015 Dominik Kriegner <dominik.kriegner at gmail.com>
 
 """
 module to handle spectra data
 """
 
-import numpy
-import os
 import re
-import tables
-import os.path
-from numpy import rec
+import os
 import glob
 
-from .. import config
+import numpy
+import numpy.lib.recfunctions
+from numpy import rec
+import h5py
 
-try:
-    import matplotlib
-except ImportError:
-    if config.VERBOSITY >= config.INFO_ALL:
-        print("XU.io.spectra: warning; spectra class plotting "
-              "functionality not available")
+from .helper import xu_h5open
+from .. import config
 
 re_wspaces = re.compile(r"\s+")
 re_colname = re.compile(r"^Col")
@@ -54,12 +49,8 @@ re_col_index = re.compile(r"\d+\s+")
 re_col_type = re.compile(r"\[.+\]")
 re_num = re.compile(r"[0-9]")
 
-re_mca_int_tmp = re.compile(r"%.*i")
-
 dtype_map = {"FLOAT": "f4"}
 
-_absorber_factors = None
-
 
 class SPECTRAFileComments(dict):
 
@@ -239,7 +230,6 @@ class SPECTRAFile(object):
                 self.mca_stop_index = mcastop
             else:
                 # try to determine the number of MCA spectra automatically
-                # spat = re_mca_int_tmp.sub("*",self.mca_file_template)
                 spat = self.mca_file_template.replace("%i", "*")
                 l = glob.glob(spat)
                 self.mca_start_index = 1
@@ -250,8 +240,7 @@ class SPECTRAFile(object):
             if self.mca_stop_index != 0:
                 self.ReadMCA()
 
-    def Save2HDF5(self, h5file, name, group="/", description="SPECTRA scan",
-                  mcaname="MCA"):
+    def Save2HDF5(self, h5file, name, group="/", mcaname="MCA"):
         """
         Saves the scan to an HDF5 file. The scan is saved to a
         seperate group of name "name". h5file is either a string
@@ -265,101 +254,61 @@ class SPECTRAFile(object):
 
         optional keyword arguments:
          group ............... root group where to store the data
-         description ......... string with a description of the scan
+         mcaname ............. Name of the MCA in the HDF5 file
 
         Return value:
         The method returns None in the case of everything went fine, True
         otherwise.
         """
-        if isinstance(h5file, str):
+        with xu_h5open(h5file, 'w') as h5:
+            # create the group where to store the data
             try:
-                h5 = tables.openFile(h5file, mode="a")
-            except:
-                print("XU.io.spectra.Save2HDF5: cannot open file %s for "
-                      "writing!" % h5file)
+                g = h5.create_group(group + '/' + name)
+            except ValueError:
+                print("XU.io.spectra.Save2HDF5: cannot create group %s for "
+                      "writing data!" % name)
                 return True
 
-        else:
-            h5 = h5file
-
-        # create the group where to store the data
-        try:
-            g = h5.createGroup(group, name, title=description,
-                               createparents=True)
-        except:
-            print("XU.io.spectra.Save2HDF5: cannot create group %s for "
-                  "writing data!" % name)
-            if isinstance(h5file, str):
-                h5.close()
-            return True
-
-        # start with saving scan comments
-        for k in self.comments.keys():
-            try:
-                h5.setNodeAttr(g, k, self.comments[k])
-            except:
-                print("XU.io.spectra.Save2HDF5: cannot save file comment "
-                      "%s = %s to group %s!" % (k, self.comments[k], name))
+            # start with saving scan comments
+            for k in self.comments.keys():
+                try:
+                    g.attrs[k] = self.comments[k]
+                except:
+                    print("XU.io.spectra.Save2HDF5: cannot save file comment "
+                          "%s = %s to group %s!" % (k, self.comments[k], name))
 
-        # save scan parameters
-        for k in self.params.keys():
-            try:
-                h5.setNodeAttr(g, k, self.params[k])
-            except:
-                print("XU.io.spectra.Save2HDF5: cannot save file parametes "
-                      "%s to group %s!" % (k, name))
-
-        # ----------finally we need to save the data -------------------
-
-        # first save the data stored in the FIO file
-        tab_desc_dict = {}
-        if self.data.data is not None:
-            for t in self.data.data.dtype.descr:
-                cname = t[0]
-                if len(t[1:]) == 1:
-                    ctype = numpy.dtype((t[1]))
-                else:
-                    ctype = numpy.dtype((t[1], t[2]))
+            # save scan parameters
+            for k in self.params.keys():
+                try:
+                    g.attrs[k] = self.params[k]
+                except:
+                    print("XU.io.spectra.Save2HDF5: cannot save file parametes"
+                          " %s to group %s!" % (k, name))
 
-                tab_desc_dict[cname] = tables.Col.from_dtype(ctype)
+            # ----------finally we need to save the data -------------------
+            kwds = {'fletcher32': True, 'compression': 'gzip'}
 
-            # create the table object
             try:
-                tab = h5.createTable(g, "data", tab_desc_dict, "scan data")
+                dset = g.create_dataset("data", data=self.data.data, **kwds)
             except:
                 print("XU.io.spectra.Save2HDF5: cannot create table for "
                       "storing scan data!")
                 return True
 
-            # now write the data to the tables
-            for rec in self.data.data:
-                for cname in rec.dtype.names:
-                    tab.row[cname] = rec[cname]
-                tab.row.append()
-
-            tab.flush()
-
-        # if there is MCA data - store this
-        if self.mca is not None:
-            a = tables.Float32Atom()
-            f = tables.Filters(complib="zlib", complevel=9, fletcher32=True)
-            try:
-                c = h5.createCArray(g, mcaname, a, self.mca.shape)
-            except:
-                print("XU.io.spectra.Save2HDF5: cannot create carray %s for "
-                      "MCA data!" % mcaname)
-                return True
-
-            c[...] = self.mca[...]
-
-            # set MCA specific attributes
-            h5.setNodeAttr(c, "channels", self.mca_channels)
-            h5.setNodeAttr(c, "nchannels", self.mca_channels.shape[0])
+            # if there is MCA data - store this
+            if self.mca is not None:
+                try:
+                    c = g.create_dataset(mcaname, data=self.mca, **kwds)
+                except:
+                    print("XU.io.spectra.Save2HDF5: cannot create carray %s "
+                          "for MCA data!" % mcaname)
+                    return True
 
-        h5.flush()
+                # set MCA specific attributes
+                c.attrs["channels"] = self.mca_channels
+                c.attrs["nchannels"] = self.mca_channels.shape[0]
 
-        if isinstance(h5file, str):
-            h5.close()
+            h5.flush()
 
         return None
 
@@ -392,163 +341,158 @@ class SPECTRAFile(object):
         """
         Read the data from the file.
         """
-        try:
-            fid = open(self.filename, "r")
-        except:
-            print("XU.io.SPECTRAFile.Read: cannot open data file %s for "
-                  "reading!" % (self.filename))
-            return None
-
-        col_names = ""
+        col_names = []
         col_units = []
-        col_types = ""
+        col_types = []
         rec_list = []
+        with open(self.filename, 'rb') as fid:
+            while True:
+                lbuffer = fid.readline().decode('utf8', 'ignore')
+                if lbuffer == "":
+                    break
+                lbuffer = lbuffer.strip()
+
+                # read the next line if the line starts with a "!"
+                if re_end_section.match(lbuffer):
+                    continue
 
-        while True:
-            lbuffer = fid.readline()
-            if lbuffer == "":
-                break
-            lbuffer = lbuffer.strip()
-
-            # read the next line if the line starts with a "!"
-            if re_end_section.match(lbuffer):
-                continue
-
-            # select the which section to read
-            if re_comment_section.match(lbuffer):
-                read_mode = 1
-                continue
-
-            if re_parameter_section.match(lbuffer):
-                read_mode = 2
-                continue
-
-            if re_data_section.match(lbuffer):
-                read_mode = 3
-                continue
-
-            # here we decide how to proceed with the data
-            if read_mode == 1:
-                # read the file comments
-                try:
-                    (key, value) = lbuffer.split("=")
-                except:
-                    # avoid annoying output
-                    if config.VERBOSITY >= config.INFO_ALL:
-                        print("XU.io.SPECTRAFile.Read: cannot interpret the "
-                              "comment string: %s" % (lbuffer))
+                # select the which section to read
+                if re_comment_section.match(lbuffer):
+                    read_mode = 1
                     continue
 
-                key = key.strip()
-                # remove whitespaces to be conform with natural naming
-                key = key.replace(' ', '')
-                # remove possible number at first position
-                if re_num.findall(key[0]) != []:
-                    key = "_" + key
-                value = value.strip()
-                if config.VERBOSITY >= config.DEBUG:
-                    print("XU.io.SPECTRAFile.Read: comment: k,v: %s, %s"
-                          % (key, value))
+                if re_parameter_section.match(lbuffer):
+                    read_mode = 2
+                    continue
 
-                try:
-                    value = float(value)
-                except:
-                    pass
+                if re_data_section.match(lbuffer):
+                    read_mode = 3
+                    continue
 
-                # need to handle the case, that a key may appear several times
-                # in the list
-                kcnt = 0
-                while True:
+                # here we decide how to proceed with the data
+                if read_mode == 1:
+                    # read the file comments
                     try:
-                        self.comments[key] = value
-                        # if adding the key/value pair to the dictionary
-                        # was successful - leave the loop
-                        break
+                        (key, value) = lbuffer.split("=")
                     except:
-                        key += "_%i" % (kcnt + 2)
-
-                    kcnt += 1
-
-            elif read_mode == 2:
-                # read scan parameters
-                try:
-                    (key, value) = lbuffer.split("=")
-                except:
-                    print("XU.io.SPECTRAFile.Read: cannot interpret the "
-                          "parameter string: %s" % (lbuffer))
-
-                key = key.strip()
-                # remove whitespaces to be conform with natural naming
-                key = key.replace(' ', '')
-                # remove possible number at first position
-                if re_num.findall(key[0]) != []:
-                    key = "_" + key
-                value = value.strip()
-                if config.VERBOSITY >= config.DEBUG:
-                    print("XU.io.SPECTRAFile.Read: parameter: k,v: %s, %s"
-                          % (key, value))
+                        # avoid annoying output
+                        if config.VERBOSITY >= config.INFO_ALL:
+                            print("XU.io.SPECTRAFile.Read: cannot interpret "
+                                  "the comment string: %s" % (lbuffer))
+                        continue
+
+                    key = key.strip()
+                    # remove whitespaces to be conform with natural naming
+                    key = key.replace(' ', '')
+                    key = key.replace(':', '_')
+                    # remove possible number at first position
+                    if re_num.findall(key[0]) != []:
+                        key = "_" + key
+                    value = value.strip()
+                    if config.VERBOSITY >= config.DEBUG:
+                        print("XU.io.SPECTRAFile.Read: comment: k,v: %s, %s"
+                              % (key, value))
 
-                try:
-                    value = float(value)
-                except:
-                    # if the conversion of the parameter to float
-                    # fails it will be saved as a string
-                    pass
-
-                # need to handle the case, that a key may appear several times
-                # in the list
-                kcnt = 0
-                while True:
                     try:
-                        self.params[key] = value
-                        # if adding the key/value pair to the dictionary
-                        # was successful - leave the loop
-                        break
+                        value = float(value)
                     except:
-                        key += "_%i" % (kcnt + 2)
-
-                    kcnt += 1
-
-            elif read_mode == 3:
-                if re_column.match(lbuffer):
+                        pass
+
+                    # need to handle the case, that a key may appear several
+                    # times in the list
+                    kcnt = 0
+                    while True:
+                        try:
+                            self.comments[key] = value
+                            # if adding the key/value pair to the dictionary
+                            # was successful - leave the loop
+                            break
+                        except:
+                            key += "_%i" % (kcnt + 2)
+
+                        kcnt += 1
+
+                elif read_mode == 2:
+                    # read scan parameters
                     try:
-                        unit = re_unit.findall(lbuffer)[0]
-                    except IndexError:
-                        unit = "NONE"
+                        (key, value) = lbuffer.split("=")
+                    except:
+                        print("XU.io.SPECTRAFile.Read: cannot interpret the "
+                              "parameter string: %s" % (lbuffer))
+
+                    key = key.strip()
+                    # remove whitespaces to be conform with natural naming
+                    key = key.replace(' ', '')
+                    key = key.replace(':', '_')
+                    # remove possible number at first position
+                    if re_num.findall(key[0]) != []:
+                        key = "_" + key
+                    value = value.strip()
+                    if config.VERBOSITY >= config.DEBUG:
+                        print("XU.io.SPECTRAFile.Read: parameter: k,v: %s, %s"
+                              % (key, value))
 
                     try:
-                        lval = re_obracket.split(lbuffer)[0]
-                        rval = re_cbracket.split(lbuffer)[-1]
-                        dtype = rval.strip()
-                        l = re_wspaces.split(lval)
-                        index = int(l[1])
-                        name = "".join(l[2:])
-                    except IndexError:
-                        l = re_wspaces.split(lbuffer)
-                        index = int(l[1])
-                        dtype = l[-1]
-                        name = "".join(l[2:-1])
-
-                    # store column definition
-                    self.data.append(
-                        SPECTRAFileDataColumn(index, name, unit, dtype))
-
-                    if name in col_names.split(","):
-                        name += "%s_1" % name
-
-                    col_names += "%s," % name
-                    col_types += "%s," % (dtype_map[dtype])
-
-                else:
-                    # read data
-                    dlist = re_wspaces.split(lbuffer)
-                    for i in range(len(dlist)):
-                        dlist[i] = float(dlist[i])
-
-                    rec_list.append(dlist)
+                        value = float(value)
+                    except:
+                        # if the conversion of the parameter to float
+                        # fails it will be saved as a string
+                        pass
+
+                    # need to handle the case, that a key may appear several
+                    # times in the list
+                    kcnt = 0
+                    while True:
+                        try:
+                            self.params[key] = value
+                            # if adding the key/value pair to the dictionary
+                            # was successful - leave the loop
+                            break
+                        except:
+                            key += "_%i" % (kcnt + 2)
+
+                        kcnt += 1
+
+                elif read_mode == 3:
+                    if re_column.match(lbuffer):
+                        try:
+                            unit = re_unit.findall(lbuffer)[0]
+                        except IndexError:
+                            unit = "NONE"
+
+                        try:
+                            lval = re_obracket.split(lbuffer)[0]
+                            rval = re_cbracket.split(lbuffer)[-1]
+                            dtype = rval.strip()
+                            l = re_wspaces.split(lval)
+                            index = int(l[1])
+                            name = "".join(l[2:])
+                            name = name.replace(':', '_')
+                        except IndexError:
+                            l = re_wspaces.split(lbuffer)
+                            index = int(l[1])
+                            dtype = l[-1]
+                            name = "".join(l[2:-1])
+                            name = name.replace(':', '_')
+
+                        # store column definition
+                        self.data.append(
+                            SPECTRAFileDataColumn(index, name, unit, dtype))
+
+                        if name in col_names:
+                            name += "%s_1" % name
+
+                        col_names.append("%s" % name)
+                        col_types.append("%s" % (dtype_map[dtype]))
+
+                    else:
+                        # read data
+                        dlist = re_wspaces.split(lbuffer)
+                        for i in range(len(dlist)):
+                            dlist[i] = float(dlist[i])
+
+                        rec_list.append(dlist)
 
-        col_names = col_names[:-1]
-        col_types = col_types[:-1]
         if config.VERBOSITY >= config.DEBUG:
             print("XU.io.SPECTRAFile.Read: data columns: name,type: %s, %s"
                   % (col_names, col_types))
@@ -559,357 +503,6 @@ class SPECTRAFile(object):
             self.data.data = None
 
 
-class Spectra(object):
-
-    def __init__(self, data_dir):
-        self.data_dir = data_dir
-        self.h5_file = None
-        self.h5_group = None
-        self.abs_factors = None
-
-    def set_abs_factors(self, ff):
-        """
-        Set the global absorber factors in the module.
-        """
-        if isinstance(ff, list):
-            self.abs_factors = numpy.array(ff, dtype=numpy.double)
-        elif isinstance(ff, numpy.ndarray):
-            self.abs_factors = ff
-
-    def recarray2hdf5(self, h5g, rec, name, desc):
-        """
-        Save a record array in an HDF5 file. A pytables table
-        object is used to store the data.
-
-        required input arguments:
-         h5g ................. HDF5 group object or path
-         rec ................ record array
-         name ............... name of the table in the file
-         desc ............... description of the table in the file
-
-        return value:
-         tab ................. a HDF5 table object
-        """
-
-        # to build the table data types and names must be extracted
-        descr = rec.dtype.descr
-        tab_desc = {}
-        cname_list = []
-
-        for d in descr:
-            tab_desc[d[0]] = tables.Col.from_dtype(numpy.dtype(d[1]))
-            cname_list.append(d[0])
-
-        # create the table object
-        try:
-            tab = self.h5_file.createTable(h5g, name, tab_desc, desc)
-        except:
-            print("XU.io.spectra.Spectra: Error creating table object %s!")
-            return None
-
-        # fill in data values
-        for i in range(rec.shape[0]):
-            for k in cname_list:
-                tab.row[k] = rec[k][i]
-
-            tab.row.append()
-
-        tab.flush()
-        self.h5_file.flush()
-
-    def spectra2hdf5(self, dir, fname, mcatemp, name="", desc="SPECTRA data"):
-        """
-        Convert SPECTRA scan data to a HDF5 format.
-
-        required input arguments:
-         dir ............... directory where the scan is stored
-         fname ............. name of the SPECTRA data file
-         mcatemp ........... template for the MCA file names
-
-        optional keyword arguments:
-         name .............. optional name under which to save the data
-                             if empty the basename of the filename will be used
-         desc .............. optional description of the scan
-        """
-
-        (basename, ext) = os.path.splitext(fname)
-        mcadir = os.path.join(dir, name)
-
-        # evaluate keyword arguments
-        if name == "":
-            sg_name = basename
-        else:
-            sg_name = name
-
-        sg_desc = desc
-
-        # check wether an MCA directory exists or not
-        if os.path.exists(mcadir):
-            has_mca = True
-        else:
-            has_mca = False
-
-        fullfname = os.path.join(dir, fname)
-        if not os.path.exists(fullfname):
-            print("XU.io.spectra.Spectra.spectra2hdf5: data file does not "
-                  "exist!")
-            return None
-
-        # read data file
-        (data, hdr) = read_data(fullfname)
-
-        # create a new group to save the scan data in
-        # this group is created below the default group determined by
-        # self.h5_group
-        try:
-            sg = self.h5_file.createGroup(self.h5_group, sg_name, sg_desc)
-        except:
-            print("XU.io.spectra.Spectra.spectra2hdf5: cannot create scan "
-                  "group!")
-            return None
-
-        self.recarray2hdf5(sg, data, "data", "SPECTRA tabular data")
-
-        # write attribute data
-        for k in hdr.keys():
-            self.h5_file.setNodeAttr(sg, "MOPOS_" + k, hdr[k])
-
-        if has_mca:
-            mca = read_mca_dir(mcadir, mcatemp)
-            a = tables.Float64Atom()
-            filter = tables.Filters(complib="zlib", complevel=4,
-                                    fletcher32=True)
-            c = self.h5_file.createCArray(sg, "MCA", a, mca.shape, "MCA data",
-                                          filters=filter)
-            c[...] = mca[...]
-
-        self.h5_file.flush()
-
-        return sg
-
-    def abs_corr(self, data, f, **keyargs):
-        """
-        Perform absorber correction. Data can be either a 1 dimensional data
-        (point detector) or a 2D MCA array. In the case of an array the data
-        array should be of shape (N,NChannels) where N is the number of points
-        in the scan an NChannels the number of channels of the MCA. The
-        absorber values are passed to the function as a 1D array of N elements.
-
-        By default the absorber values are taken form a global variable stored
-        in the module called _absorver_factors. Despite this, costume values
-        can be passed via optional keyword arguments.
-
-        required input arguments:
-         mca ............... matrix with the MCA data
-         f ................. filter values along the scan
-
-        optional keyword arguments:
-         ff ................ custome filter factors
-
-        return value:
-         Array with the same shape as mca with the corrected MCA data.
-        """
-
-        mcan = numpy.zeros(data.shape, dtype=numpy.double)
-
-        if "ff" in keyargs:
-            ff = keyargs["ff"]
-        else:
-            ff = _absorber_factors
-
-        if len(data.shape) == 2:
-            # MCA and matrix data
-            data = data * ff[f][:, numpy.newaxis]
-        elif len(data.shape) == 1:
-            data = data * ff[f]
-
-        return data
-
-
-def get_spectra_files(dirname):
-    """
-    Return a list of spectra files within a directory.
-
-    required input arguments:
-     dirname .............. name of the directory to search
-
-    return values:
-     list with filenames
-    """
-
-    fnlist = os.listdir(dirname)
-    onlist = []
-
-    for fname in fnlist:
-        (name, ext) = os.path.splitext(fname)
-        if ext == ".fio":
-            onlist.append(fname)
-
-    onlist.sort()
-    return onlist
-
-
-def read_mca_dir(dirname, filetemp, sort=True):
-    """
-    Read all MCA files within a directory
-    """
-
-    flist = get_spectra_files(dirname)
-
-    # create a list with the numbers of the files
-    nlist = []
-    for fname in flist:
-        (name, ext) = os.path.splitext(fname)
-        name = name.replace(filetemp, "")
-        nlist.append(int(name))
-
-    if sort:
-        nlist.sort()
-
-    dlist = []
-
-    for i in nlist:
-        fname = os.path.join(dirname, filetemp + "%i.fio")
-        fname = fname % (i)
-        d = read_mca(fname)
-        dlist.append(d.tolist())
-
-    return numpy.array(dlist)
-
-
-def read_mca(fname):
-    """
-    Read a single SPECTRA MCA file.
-
-    required input arguments:
-     fname ............... name of the file to read
-
-    return value:
-     data ................ a numpy array witht the MCA data
-    """
-
-    try:
-        fid = open(fname)
-    except:
-        print("XU.io.spectra.read_mca: cannot open file %s!" % fname)
-        return None
-
-    dlist = []
-    hdr_flag = True
-
-    while True:
-        lbuffer = fid.readline()
-
-        if lbuffer == "":
-            break
-        lbuffer = lbuffer.strip()
-        if lbuffer == "%d":
-            hdr_flag = False
-            lbuffer = fid.readline()
-            continue
-
-        if not hdr_flag:
-            dlist.append(float(lbuffer))
-
-    return numpy.array(dlist, dtype=numpy.double)
-
-
-def read_mcas(ftemp, cntstart, cntstop):
-    """
-    Read MCA data from a SPECTRA MCA directory. The filename is passed as a
-    generic
-    """
-
-    fnums = range(cntstart, cntstop + 1)
-    mcalist = []
-
-    for i in fnums:
-        fname = ftemp % i
-        print("XU.io.spectra.read_mcas: processing file %s ..." % fname)
-        mcalist.append(read_mca(fname))
-
-    return numpy.array(mcalist, dtype=numpy.double)
-
-
-def read_data(fname):
-    """
-    Read a spectra data file (a file with now MCA data).
-
-    required input arguments:
-     fname .................... name of the file to read
-
-    return values: (data,hdr)
-     data .......... numpy record array where the keys are the column names
-     hdr ........... a dictionary with header information
-    """
-
-    try:
-        fid = open(fname, "r")
-    except:
-        print("XU.io.spectra.read_data: cannot open file %s!" % fname)
-        return None
-
-    hdr_dict = {}
-    hdr_flag = False
-    data_flag = False
-    col_cnt = 0  # column counter
-    col_names = []  # list with column names
-    data = []
-
-    fname = os.path.basename(fname)
-    fname, ext = os.path.splitext(fname)
-    print(fname)
-
-    while True:
-        lbuffer = fid.readline()
-        if lbuffer == "":
-            break
-
-        lbuffer = lbuffer.strip()
-        # check for common break conditions
-        # if the line is a comment skip it
-        if lbuffer[0] == "!":
-            continue
-
-        # remove leading and trailing whitespace symbols
-        lbuffer = lbuffer.strip()
-
-        if lbuffer == "%p":
-            hdr_flag = True
-            continue
-
-        if lbuffer == "%d":
-            hdr_flag = False
-            data_flag = True
-            continue
-
-        if hdr_flag:
-            # read header data (initial motor positions)
-            key, value = lbuffer.split("=")
-            key = key.strip()
-            value = value.strip()
-            hdr_dict[key] = float(value)
-
-        if data_flag:
-            # have to read the column names first
-            if re_colname.match(lbuffer):
-                l = re_wspaces.split(lbuffer)
-                col_names.append(l[2].replace(fname.upper() + "_", ""))
-            else:
-                # read data values
-                dlist = re_wspaces.split(lbuffer)
-                # convert strings to float values
-                for i in range(len(dlist)):
-                    dlist[i] = float(dlist[i])
-
-                data.append(dlist)
-
-    # create a record array to hold data
-    data = numpy.rec.fromrecords(data, names=col_names)
-
-    return (data, hdr_dict)
-
-
 def geth5_spectra_map(h5file, scans, *args, **kwargs):
     """
     function to obtain the omega and twotheta as well as intensity values
@@ -921,7 +514,7 @@ def geth5_spectra_map(h5file, scans, *args, **kwargs):
 
     Parameters
     ----------
-     h5f:     file object of a HDF5 file opened using pytables
+     h5f:     file object of a HDF5 file opened using h5py
      scans:   number of the scans of the reciprocal space map (int,tuple or
               list)
 
@@ -945,88 +538,67 @@ def geth5_spectra_map(h5file, scans, *args, **kwargs):
                 intensities e.g. MAP['MCA']).
     """
 
-    try:
-        matplotlib.__version__
-    except NameError:
-        print("XU.io.spectra.geth5_spectra_map: ERROR: matplotlib "
-              "functionality not available")
-        return
+    with xu_h5open(h5file) as h5:
+        if "mca" in kwargs:
+            mca = kwargs["mca"]
+        else:
+            mca = "MCA"
 
-    if isinstance(h5file, str):
-        try:
-            h5 = tables.openFile(h5file, mode="r")
-        except:
-            print("XU.io.spectra.geth5_spectra_map: cannot open file %s "
-                  "for reading!" % h5file)
-            return True
-
-    else:
-        h5 = h5file
-
-    if "mca" in kwargs:
-        mca = kwargs["mca"]
-    else:
-        mca = "MCA"
-
-    if "samplename" in kwargs:
-        basename = kwargs["samplename"]
-    else:
-        nodename = h5.listNodes(h5.root)[0]._v_name
-        basenlist = re_underscore.split(nodename)
-        basename = "_".join(basenlist[:-1])
-        if config.VERBOSITY >= config.DEBUG:
-            print("XU.io.spectra.geth5_spectra_map: using \'%s\' as basename"
-                  % (basename))
-
-    if isinstance(scans, (list, tuple)):
-        scanlist = scans
-    else:
-        scanlist = list([scans])
-
-    angles = dict.fromkeys(args)
-    for key in angles.keys():
-        angles[key] = numpy.zeros(0)
-    buf = numpy.zeros(0)
-    MAP = numpy.zeros(0)
-
-    for nr in scanlist:
-        h5scan = h5.getNode(h5.root, basename + "_%05d" % nr)
-        sdata = h5scan.data.read()
-        if mca:
-            mcanode = h5.getNode(h5.root, basename + "_%05d/%s" % (nr, mca))
-            mcadata = mcanode.read()
-
-        # append scan data to MAP, where all data are stored
-        sdtmp = matplotlib.mlab.rec_append_fields(
-            sdata,
-            [mca, ], [mcadata, ],
-            dtypes=[(numpy.double, mcadata.shape[1])])
-        if MAP.dtype == numpy.float64:
-            MAP.dtype = sdtmp.dtype
-        MAP = numpy.append(MAP, sdtmp)
-
-        # check type of scan
-        notscanmotors = []
-        for i in range(len(args)):
-            motname = args[i]
-            try:
-                buf = sdata[motname]
-                scanshape = buf.shape
+        if "samplename" in kwargs:
+            basename = kwargs["samplename"]
+        else:
+            nodename = list(h5.keys())[0]
+            basenlist = re_underscore.split(nodename)
+            basename = "_".join(basenlist[:-1])
+            if config.VERBOSITY >= config.DEBUG:
+                print("XU.io.spectra.geth5_spectra_map: using \'%s\' as "
+                      "basename" % (basename))
+
+        if isinstance(scans, (list, tuple)):
+            scanlist = scans
+        else:
+            scanlist = list([scans])
+
+        angles = dict.fromkeys(args)
+        for key in angles.keys():
+            angles[key] = numpy.zeros(0)
+        buf = numpy.zeros(0)
+        MAP = numpy.zeros(0)
+
+        for nr in scanlist:
+            h5scan = h5.get(basename + "_%05d" % nr)
+            sdata = h5scan.get('data')
+            if mca:
+                mcanode = h5.get(basename + "_%05d/%s" % (nr, mca))
+                mcadata = numpy.asarray(mcanode)
+
+            # append scan data to MAP, where all data are stored
+            mcatemp = mcadata.view([(mca, (mcadata.dtype, mcadata.shape[1]))])
+            sdtmp = numpy.lib.recfunctions.merge_arrays([sdata, mcatemp],
+                                                        flatten=True)
+            if MAP.dtype == numpy.float64:
+                MAP.dtype = sdtmp.dtype
+            MAP = numpy.append(MAP, sdtmp)
+
+            # check type of scan
+            notscanmotors = []
+            for i in range(len(args)):
+                motname = args[i]
+                try:
+                    buf = sdata[motname]
+                    scanshape = buf.shape
+                    angles[motname] = numpy.concatenate((angles[motname], buf))
+                except:
+                    notscanmotors.append(i)
+            for i in notscanmotors:
+                motname = args[i]
+                buf = numpy.ones(scanshape) * \
+                    h5.getNodeAttr(h5scan, "%s" % motname)
                 angles[motname] = numpy.concatenate((angles[motname], buf))
-            except:
-                notscanmotors.append(i)
-        for i in notscanmotors:
-            motname = args[i]
-            buf = numpy.ones(scanshape) * \
-                h5.getNodeAttr(h5scan, "%s" % motname)
-            angles[motname] = numpy.concatenate((angles[motname], buf))
 
     retval = []
     for motname in args:
         # create return values in correct order
         retval.append(angles[motname])
 
-    if isinstance(h5file, str):
-        h5.close()
-
     return retval, MAP
diff --git a/xrayutilities/materials/__init__.py b/xrayutilities/materials/__init__.py
index 03e932c..3dc75f0 100644
--- a/xrayutilities/materials/__init__.py
+++ b/xrayutilities/materials/__init__.py
@@ -18,7 +18,7 @@
 
 # import module objects
 
-from .lattice import Atom
+from .atom import Atom
 from .lattice import LatticeBase
 from .lattice import Lattice
 from .lattice import CubicLattice
diff --git a/xrayutilities/materials/_create_database.py b/xrayutilities/materials/_create_database.py
index 043b45a..fecf35b 100644
--- a/xrayutilities/materials/_create_database.py
+++ b/xrayutilities/materials/_create_database.py
@@ -13,38 +13,49 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
-# Copyright (C) 2012-2014 Dominik Kriegner <dominik.kriegner at gmail.com>
+# Copyright (C) 2012-2015 Dominik Kriegner <dominik.kriegner at gmail.com>
 """
 script to create the HDF5 database from the raw data of XOP
 this file is only needed for administration
 """
 
-import os
-
-# if __name__ == "__main__" and __package__ is None:
-#        __package__ = "xrayutilities"
-# from . import database as db
-execfile('database.py')
-
-filename = os.path.join("data", "elements.db")
+import os.path
+import lzma
+exec(open('database.py', 'rb').read())
 
+filename = os.path.join('data', 'elements.db')
 dbf = DataBase(filename)
-dbf.Create(filename,
-           "Database with elemental data from XOP and Kissel databases")
+dbf.Create('elementdata',
+           'Database with elemental data from XOP and Kissel databases')
 
 init_material_db(dbf)
 
-add_mass_from_NIST(dbf, os.path.join("data", "nist_atom.dat"))
-add_f0_from_xop(dbf, os.path.join("data", "f0_xop.dat"))
-add_f1f2_from_kissel(dbf, os.path.join("data", "f1f2_asf_Kissel.dat"))
-# alternative use the Henke database
-# add_f1f2_from_henkedb(dbf,os.path.join("data","f1f2_Henke.dat"))
+# add a dummy element, this is useful not only for testing and should be
+# kept in future! It can be used for structure factor calculation tests, and
+# shows how the a database entry can be generated manually
+dbf.SetMaterial('dummy')
+dbf.SetF0([1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])  # atomic structure factors
+dbf.SetF1F2((0, 1e5), (0, 0), (0, 0))  # zero dispersion correction
+
+add_mass_from_NIST(dbf, os.path.join('data', 'nist_atom.dat'))
+
+# add F0(Q) for every element
+# with lzma.open(os.path.join('data', 'f0_xop.dat.xz'), 'r') as xop:
+#    add_f0_from_xop(dbf, xop)
+with lzma.open(os.path.join('data', 'f0_InterTables.dat.xz'), 'r') as itf:
+    add_f0_from_intertab(dbf, itf)
+
+# add F1 and F2 from database
+with lzma.open(os.path.join('data', 'f1f2_asf_Kissel.dat.xz'), 'r') as kf:
+    add_f1f2_from_kissel(dbf, kf)
+# with lzma.open(os.path.join('data','f1f2_Henke.dat'), 'r') as hf:
+#    add_f1f2_from_henkedb(dbf, hf)
 
 # Also its possible to add costum data from different databases; e.g.
 # created by Hepaestus (http://bruceravel.github.io/demeter/). This is also
 # possible for specific elements only, therefore extract the data from
 # Hephaestus or any other source producing ASCII files with three columns
 # (energy (eV), f1, f2). To import such data use:
-# add_f1f2_from_ascii_file(dbf,os.path.join("data","Ga.f1f2"),'Ga')
+# add_f1f2_from_ascii_file(dbf, os.path.join('data','Ga.f1f2'), 'Ga')
 
 dbf.Close()
diff --git a/xrayutilities/materials/atom.py b/xrayutilities/materials/atom.py
new file mode 100644
index 0000000..d6a9ce9
--- /dev/null
+++ b/xrayutilities/materials/atom.py
@@ -0,0 +1,102 @@
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2009-2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+"""
+module containing the Atom class which handles the database access for atomic
+scattering factors and the atomic mass.
+"""
+import atexit
+import os.path
+import re
+
+from . import __path__
+from . import database
+from .. import config
+from .. import utilities
+
+_db = database.DataBase(os.path.join(__path__[0], "data", config.DBNAME))
+_db.Open()
+
+
+def _db_cleanup():
+    _db.Close()
+
+atexit.register(_db_cleanup)
+
+
+class Atom(object):
+
+    def __init__(self, name, num):
+        self.name = name
+        self.ostate = re.sub('[A-Za-z]', '', name)
+        for r, o in zip(('dot', 'p', 'm'), ('.', '+', '-')):
+            self.ostate = self.ostate.replace(o, r)
+
+        self.basename = re.sub('[^A-Za-z]', '', name)
+        self.num = num
+
+    def __key__(self):
+        """ key function to return the elements number """
+        return self.num
+
+    def __lt__(self, other_el):
+        """ make elements sortable by their key """
+        return self.__key__() < other_el.__key__()
+
+    @property
+    def weight(self):
+        _db.SetMaterial(self.basename)
+        return _db.weight
+
+    def f0(self, q):
+        _db.SetMaterial(self.basename)
+        return _db.GetF0(q, self.ostate)
+
+    def f1(self, en="config"):
+        if en == "config":
+            en = utilities.energy(config.ENERGY)
+
+        _db.SetMaterial(self.basename)
+        return _db.GetF1(utilities.energy(en))
+
+    def f2(self, en="config"):
+        if en == "config":
+            en = utilities.energy(config.ENERGY)
+
+        _db.SetMaterial(self.basename)
+        return _db.GetF2(utilities.energy(en))
+
+    def f(self, q, en="config"):
+        """
+        function to calculate the atomic structure factor F
+
+        Parameter
+        ---------
+         q:     momentum transfer
+         en:    energy for which F should be calculated, if omitted the value
+                from the xrayutilities configuration is used
+
+        Returns
+        -------
+         f (float)
+        """
+        f = self.f0(q) + self.f1(en) + 1.j * self.f2(en)
+        return f
+
+    def __str__(self):
+        ostr = self.name
+        ostr += " (%2d)" % self.num
+        return ostr
+
+    def __repr__(self):
+        return self.__str__()
diff --git a/xrayutilities/materials/data/elements.db b/xrayutilities/materials/data/elements.db
index 59328a8..d31b3b2 100644
Binary files a/xrayutilities/materials/data/elements.db and b/xrayutilities/materials/data/elements.db differ
diff --git a/xrayutilities/materials/database.py b/xrayutilities/materials/database.py
index 3be855e..9fba19d 100644
--- a/xrayutilities/materials/database.py
+++ b/xrayutilities/materials/database.py
@@ -14,15 +14,14 @@
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 # Copyright (C) 2009 Eugen Wintersberger <eugen.wintersberger at desy.de>
-# Copyright (C) 2009-2010,2012 Dominik Kriegner <dominik.kriegner at gmail.com>
+# Copyright (C) 2009-2015 Dominik Kriegner <dominik.kriegner at gmail.com>
 
 """
-module to handle access to the optical parameters database
+module to handle the access to the optical parameters database
 """
 
-import tables
+import h5py
 import numpy
-import scipy.interpolate
 import scipy.constants
 import re
 
@@ -38,6 +37,7 @@ class DataBase(object):
         self.f1 = None
         self.f2_en = None
         self.f2 = None
+        self.weight = None
 
     def Create(self, dbname, dbdesc):
         """
@@ -55,30 +55,29 @@ class DataBase(object):
 
         # tryp to open the database file
         try:
-            self.h5file = tables.openFile(self.fname, mode="w")
+            self.h5file = h5py.File(self.fname, 'w')
         except:
-            print("cannot create database file %s!" % (self.fname))
+            print('cannot create database file %s!' % (self.fname))
             return None
 
         # set attributes to the root group with database name and
         # description
-        self.h5file.setNodeAttr("/", "DBName", dbname)
-        self.h5file.setNodeAttr("/", "DBDesc", dbdesc)
+        self.h5file.attrs['DBName'] = dbname
+        self.h5file.attrs['DBDesc'] = dbdesc
 
-    def Open(self, mode="r"):
+    def Open(self, mode='r'):
         """
         Open an existing database file.
         """
         if self.h5file is not None:
-            print("database already opened - "
-                  "close first to open new database!")
-            return None
+            print('database already opened - '
+                  'close first to open new database!')
+            return
 
         try:
-            self.h5file = tables.openFile(self.fname, mode=mode)
+            self.h5file = h5py.File(self.fname, mode)
         except:
             print("cannot open database file %s!" % (self.fname))
-            return None
 
     def Close(self):
         """
@@ -86,7 +85,7 @@ class DataBase(object):
         """
         if self.h5file is None:
             print("no database file opened!")
-            return None
+            return
 
         self.h5file.close()
         self.h5file = None
@@ -102,18 +101,14 @@ class DataBase(object):
         """
         if self.h5file is None:
             print("no database file opened!")
-            return None
+            return
 
-        try:
-            g = self.getNode("/", name)
-            # if this operation succeeds the material node already exists and
-            # a warning message is printed
+        if name in self.h5file:
+            # if the material node already exists a warning message is printed
             print("material node already exists")
-            return None
-        except:
-            pass
-
-        g = self.h5file.createGroup("/", name, title=description)
+        else:
+            g = self.h5file.create_group(name)
+            g.attrs['name'] = description
 
     def SetWeight(self, weight):
         """
@@ -125,10 +120,10 @@ class DataBase(object):
         if not isinstance(weight, float):
             raise TypeError("weight parameter must be a float!")
 
-        self.h5group._v_attrs.atomic_standard_weight = weight
+        self.h5group.attrs['atomic_standard_weight'] = weight
         self.h5file.flush()
 
-    def SetF0(self, parameters):
+    def SetF0(self, parameters, subset='default'):
         """
         Save f0 fit parameters for the set material. The fit parameters
         are stored in the following order:
@@ -136,6 +131,8 @@ class DataBase(object):
 
         required input argument:
          parameters ........ list or numpy array with the fit parameters
+         subset ............ specifies under which name the f0 values should
+                             be saved
         """
         if isinstance(parameters, list):
             p = numpy.array(parameters, dtype=numpy.float32)
@@ -145,94 +142,65 @@ class DataBase(object):
             raise TypeError("f0 fit parameters must be a "
                             "list or a numpy array!")
 
+        if not subset:
+            subset = 'default'
+
         try:
-            self.h5file.removeNode(self.h5group, "f0")
+            del self.h5group['f0/%s' % subset]
         except:
             pass
 
-        c = self.h5file.createArray(self.h5group, "f0", p, "f0 fit parameters")
+        self.h5group.create_dataset('f0/%s' % subset, data=p)
         self.h5file.flush()
 
-    def SetF1(self, en, f1):
+    def SetF1F2(self, en, f1, f2):
         """
-        Set f1 tabels values  for the active material.
+        Set f1, f2 values for the active material.
 
         required input arguments:
          en ................ list or numpy array with energy in (eV)
          f1 ................ list or numpy array with f1 values
+         f2 ................ list or numpy array with f2 values
         """
-        if isinstance(en, list):
+        if isinstance(en, (list, tuple)):
             end = numpy.array(en, dtype=numpy.float32)
         elif isinstance(en, numpy.ndarray):
             end = en.astype(numpy.float32)
         else:
             raise TypeError("energy values must be a list or a numpy array!")
 
-        if isinstance(f1, list):
+        if isinstance(f1, (list, tuple)):
             f1d = numpy.array(f1, dtype=numpy.float32)
         elif isinstance(f1, numpy.ndarray):
             f1d = f1.astype(numpy.float32)
         else:
             raise TypeError("f1 values must be a list or a numpy array!")
 
-        a = tables.Float32Atom()
-
-        try:
-            self.h5file.removeNode(self.h5group, "en_f1")
-        except:
-            pass
-
-        try:
-            self.h5file.removeNode(self.h5group, "f1")
-        except:
-            pass
-
-        c = self.h5file.createArray(self.h5group, "en_f1",
-                                    end, "f1 energy scale in (eV)")
-        self.h5file.flush()
-
-        c = self.h5file.createArray(self.h5group, "f1", f1d, "f1 data")
-        self.h5file.flush()
-
-    def SetF2(self, en, f2):
-        """
-        Set f2 tabels values  for the active material.
-
-        required input arguments:
-         en ................ list or numpy array with energy in (eV)
-         f2 ................ list or numpy array with f2 values
-        """
-        if isinstance(en, list):
-            end = numpy.array(en, dtype=numpy.float32)
-        elif isinstance(en, numpy.ndarray):
-            end = en.astype(numpy.float32)
-        else:
-            raise TypeError("energy values must be a list or a numpy array!")
-
-        if isinstance(f2, list):
+        if isinstance(f2, (list, tuple)):
             f2d = numpy.array(f2, dtype=numpy.float32)
         elif isinstance(f2, numpy.ndarray):
             f2d = f2.astype(numpy.float32)
         else:
             raise TypeError("f2 values must be a list or a numpy array!")
 
-        a = tables.Float32Atom()
-
         try:
-            self.h5file.removeNode(self.h5group, "en_f2")
+            del self.h5group['en_f12']
         except:
             pass
 
         try:
-            self.h5file.removeNode(self.h5group, "f2")
+            del self.h5group['f1']
         except:
             pass
 
-        c = self.h5file.createArray(self.h5group, "en_f2",
-                                    end, "f2 energy scale in (eV)")
-        self.h5file.flush()
+        try:
+            del self.h5group['f2']
+        except:
+            pass
 
-        c = self.h5file.createArray(self.h5group, "f2", f2d, "f2 data")
+        self.h5group.create_dataset('en_f12', data=end)
+        self.h5group.create_dataset('f1', data=f1d)
+        self.h5group.create_dataset('f2', data=f2d)
         self.h5file.flush()
 
     def SetMaterial(self, name):
@@ -241,50 +209,64 @@ class DataBase(object):
         operations like setting and getting optical constants are done for this
         particular material.
 
-        requiered input arguments:
+        required input arguments:
          name ............... string with the name of the material
         """
         try:
-            self.h5group = self.h5file.getNode("/", name)
+            self.h5group = self.h5file[name]
         except:
-            print("XU.materials.database: material does not exist!")
+            print("XU.materials.database: material '%s' not existing!" % name)
 
         try:
-            self.f0_params = self.h5group.f0
-            self.f1_en = self.h5group.en_f1
-            self.f1 = self.h5group.f1
-            self.f2_en = self.h5group.en_f2
-            self.f2 = self.h5group.f2
-            self.weight = self.h5group._v_attrs.atomic_standard_weight
+            self.f0_params = self.h5group['f0']
         except:
-            print("XU.materials.database: some (optical|other) "
-                  "constants are missing!")
-            # self.f0_params = None
-            # self.f1_en     = None
-            # self.f1        = None
-            # self.f2_en     = None
-            # self.f2        = None
-
-    def GetF0(self, q):
+            self.f0_params = None
+        try:
+            self.f1_en = self.h5group['en_f12']
+            self.f1 = self.h5group['f1']
+        except:
+            self.f1_en = None
+            self.f1 = None
+        try:
+            self.f2_en = self.h5group['en_f12']
+            self.f2 = self.h5group['f2']
+        except:
+            self.f2_en = None
+            self.f2 = None
+        try:
+            self.weight = self.h5group.attrs['atomic_standard_weight']
+        except:
+            self.weight = None
+
+    def GetF0(self, q, dset='default'):
         """
         Obtain the f0 scattering factor component for a particular
         momentum transfer q.
 
         required input argument:
          q ......... single float value or numpy array
+         dset ...... specifies which dataset (different oxidation states)
+                     should be used
         """
-        # get parameters
-        f0_params = self.f0_params.read()
-        c = f0_params[0]
-        k = q / (4. * numpy.pi)
-        f0 = 0.
+        # get parameters from file
+        if not dset:
+            dset = 'default'
+        f0_params = self.f0_params[dset]
+        # calculate f0
+        if isinstance(q, (numpy.ndarray, list, tuple)):
+            ql = numpy.asarray(q)
+            f0 = f0_params[0] * numpy.ones(ql.shape)
+        else:
+            ql = q
+            f0 = f0_params[0]
+        k = ql / (4. * numpy.pi)
 
         for i in range(1, len(f0_params) - 1, 2):
             a = f0_params[i]
             b = f0_params[i + 1]
             f0 += a * numpy.exp(-b * k ** 2)
 
-        return f0 + c
+        return f0
 
     def GetF1(self, en):
         """
@@ -294,14 +276,10 @@ class DataBase(object):
         required input arguments:
          en ............. float or numpy array with the energy
         """
-        # check if energy is covered by database data
-        endb = self.f1_en.read()
-        f1db = self.f1.read()
+        if1 = numpy.interp(en, self.f1_en, self.f1,
+                           left=numpy.nan, right=numpy.nan)
 
-        if1 = scipy.interpolate.interp1d(endb, f1db, kind=1)
-        f1 = if1(en)
-
-        return f1
+        return if1
 
     def GetF2(self, en):
         """
@@ -311,18 +289,17 @@ class DataBase(object):
         required input arguments:
          en ............. float or numpy array with the energy
         """
-        # check if energy is covered by database data
-        endb = self.f2_en.read()
-        f2db = self.f2.read()
-
-        if2 = scipy.interpolate.interp1d(endb, f2db, kind=1)
-        f2 = if2(en)
+        if2 = numpy.interp(en, self.f2_en, self.f2,
+                           left=numpy.nan, right=numpy.nan)
 
-        return f2
+        return if2
 
 
 def init_material_db(db):
+    db.CreateMaterial("dummy", "Dummy atom")
     db.CreateMaterial("H", "Hydrogen")
+    db.CreateMaterial("D", "Deuterium")
+    db.CreateMaterial("T", "Tritium")
     db.CreateMaterial("He", "Helium")
     db.CreateMaterial("Li", "Lithium")
     db.CreateMaterial("Be", "Berylium")
@@ -414,29 +391,45 @@ def init_material_db(db):
     db.CreateMaterial("Th", "Thorium")
     db.CreateMaterial("Pa", "Protactinium")
     db.CreateMaterial("U", "Urianium")
+    db.CreateMaterial("Np", "Neptunium")
+    db.CreateMaterial("Pu", "Plutonium")
+    db.CreateMaterial("Am", "Americium")
+    db.CreateMaterial("Cm", "Curium")
+    db.CreateMaterial("Bk", "Berkelium")
+    db.CreateMaterial("Cf", "Californium")
+    db.CreateMaterial("Es", "Einsteinium")
+    db.CreateMaterial("Fm", "Fermium")
+    db.CreateMaterial("Md", "Mendelevium")
+    db.CreateMaterial("No", "Nobelium")
+    db.CreateMaterial("Lr", "Lawrencium")
+    db.CreateMaterial("Rf", "Rutherfordium")
+    db.CreateMaterial("Db", "Dubnium")
+    db.CreateMaterial("Sg", "Seaborgium")
+    db.CreateMaterial("Bh", "Bohrium")
+    db.CreateMaterial("Hs", "Hassium")
+    db.CreateMaterial("Mt", "Meitnerium")
+    db.CreateMaterial("Ds", "Darmstadtium")
+    db.CreateMaterial("Rg", "Roentgenium")
+    db.CreateMaterial("Cn", "Copernicium")
+    db.CreateMaterial("Uut", "Ununtrium")
+    db.CreateMaterial("Uuq", "Flerovium")
+    db.CreateMaterial("Uup", "Ununpentium")
+    db.CreateMaterial("Uuh", "Livermorium")
+    db.CreateMaterial("Uus", "Ununseptium")
+    db.CreateMaterial("Uuo", "Ununoctium")
 
 
 # functions to read database files
-def add_f0_from_intertab(db, itabfile):
+def add_f0_from_intertab(db, itf):
     """
-    Read f0 data from international tables of crystallography and add
+    Read f0 data from International Tables of Crystallography and add
     it to the database.
     """
-
-    # parse the inter. tab. file
-    try:
-        itf = open(itabfile, "r")
-    except:
-        print("cannot open f0 database file")
-        return None
-
     # some regular expressions
     elementstr = re.compile(r"^#S")
     multiblank = re.compile(r"\s+")
-    invalidelem = re.compile(r"[^A-Za-z]")
-
     while True:
-        lb = itf.readline()
+        lb = itf.readline().decode("utf-8")
         if lb == "":
             break
         lb = lb.strip()
@@ -444,53 +437,49 @@ def add_f0_from_intertab(db, itabfile):
         if elementstr.match(lb):
             # found new element
             lb = multiblank.split(lb)
-            ename = lb[2]
-            # check if this is not some funny isotope
-
-            if invalidelem.findall(ename) == []:
-                print("set element %s" % ename)
-                db.SetMaterial(ename)
-                # make one dummy read
-                itf.readline()
-                itf.readline()
-                # read fit parameters
-                lb = itf.readline()
-                lb = lb.strip()
-                lb = multiblank.split(lb)
-                a1 = float(lb[0])
-                a2 = float(lb[1])
-                a3 = float(lb[2])
-                a4 = float(lb[3])
-                c = float(lb[4])
-                b1 = float(lb[5])
-                b2 = float(lb[6])
-                b3 = float(lb[7])
-                b4 = float(lb[8])
-                db.SetF0([c, a1, b1, a2, b2, a3, b3, a4, b4])
 
-    itf.close()
+            # determine oxidation state and element name
+            elemstate = re.sub('[A-Za-z]', '', lb[2])
+            for r, o in zip(('dot', 'p', 'm'), ('.', '+', '-')):
+                elemstate = elemstate.replace(o, r)
+            if elemstate == 'p2':  # fix wrong name in the source file
+                elemstate = '2p'
+            ename = re.sub('[^A-Za-z]', '', lb[2])
 
-
-def add_f0_from_xop(db, xopfile):
+            print("{pyname} = Atom('{name}', {num})".format(
+                pyname=ename+elemstate, name=lb[2], num=lb[1]))
+            db.SetMaterial(ename)
+            # make two dummy reads
+            for i in range(2):
+                itf.readline()
+            # read fit parameters
+            lb = itf.readline().decode("utf-8")
+            lb = lb.strip()
+            lb = multiblank.split(lb)
+            a1 = float(lb[0])
+            a2 = float(lb[1])
+            a3 = float(lb[2])
+            a4 = float(lb[3])
+            c = float(lb[4])
+            b1 = float(lb[5])
+            b2 = float(lb[6])
+            b3 = float(lb[7])
+            b4 = float(lb[8])
+            db.SetF0([c, a1, b1, a2, b2, a3, b3, a4, b4], subset=elemstate)
+
+
+def add_f0_from_xop(db, xop):
     """
     Read f0 data from f0_xop.dat and add
     it to the database.
     """
-
-    # parse the xop file
-    try:
-        xop = open(xopfile, "r")
-    except:
-        print("cannot open f0 database file")
-        return None
-
     # some regular expressions
     elementstr = re.compile(r"^#S")
     multiblank = re.compile(r"\s+")
     invalidelem = re.compile(r"[^A-Za-z]")
 
     while True:
-        lb = xop.readline()
+        lb = xop.readline().decode("utf-8")
         if lb == "":
             break
         lb = lb.strip()
@@ -498,62 +487,49 @@ def add_f0_from_xop(db, xopfile):
         if elementstr.match(lb):
             # found new element
             lb = multiblank.split(lb)
-            ename = lb[2]
-            # check if this is not some funny isotope
+            # determine oxidation state and element name
+            elemstate = re.sub('[A-Za-z]', '', lb[2])
+            for r, o in zip(('dot', 'p', 'm'), ('.', '+', '-')):
+                elemstate = elemstate.replace(o, r)
+            ename = re.sub('[^A-Za-z]', '', lb[2])
+
+            print("{pyname} = Atom('{name}', {num})".format(
+                pyname=ename+elemstate, name=lb[2], num=lb[1]))
+            db.SetMaterial(ename)
 
-            if invalidelem.findall(ename) == []:
-                print("set element %s" % ename)
-                db.SetMaterial(ename)
-                # make nine dummy reads
-                xop.readline()
-                xop.readline()
-                xop.readline()
-                xop.readline()
-                xop.readline()
+            # make nine dummy reads
+            for i in range(9):
                 xop.readline()
-                xop.readline()
-                xop.readline()
-                xop.readline()
-                # read fit parameters
-                lb = xop.readline()
-                lb = lb.strip()
-                lb = multiblank.split(lb)
-                a1 = float(lb[0])
-                a2 = float(lb[1])
-                a3 = float(lb[2])
-                a4 = float(lb[3])
-                a5 = float(lb[4])
-                c = float(lb[5])
-                b1 = float(lb[6])
-                b2 = float(lb[7])
-                b3 = float(lb[8])
-                b4 = float(lb[9])
-                b5 = float(lb[10])
-                db.SetF0([c, a1, b1, a2, b2, a3, b3, a4, b4, a5, b5])
-
-    xop.close()
-
-
-def add_f1f2_from_henkedb(db, henkefile):
+            # read fit parameters
+            lb = xop.readline().decode("utf-8")
+            lb = lb.strip()
+            lb = multiblank.split(lb)
+            a1 = float(lb[0])
+            a2 = float(lb[1])
+            a3 = float(lb[2])
+            a4 = float(lb[3])
+            a5 = float(lb[4])
+            c = float(lb[5])
+            b1 = float(lb[6])
+            b2 = float(lb[7])
+            b3 = float(lb[8])
+            b4 = float(lb[9])
+            b5 = float(lb[10])
+            db.SetF0([c, a1, b1, a2, b2, a3, b3, a4, b4, a5, b5])
+
+
+def add_f1f2_from_henkedb(db, hf):
     """
     Read f1 and f2 data from Henke database and add
     it to the database.
     """
-
-    # parse the inter. tab. file
-    try:
-        hf = open(henkefile, "r")
-    except:
-        print("cannot open f1f2 database file")
-        return None
-
     # some regular expressions
     elementstr = re.compile(r"^#S")
     multiblank = re.compile(r"\s+")
     invalidelem = re.compile(r"[^A-Za-z]")
 
     while True:
-        lb = hf.readline()
+        lb = hf.readline().decode("utf-8")
         if lb == "":
             break
         lb = lb.strip()
@@ -577,7 +553,7 @@ def add_f1f2_from_henkedb(db, henkefile):
                 f1_list = []
                 f2_list = []
                 while True:
-                    lb = hf.readline()
+                    lb = hf.readline().decode("utf-8")
                     lb = lb.strip()
                     lb = multiblank.split(lb)
                     en = float(lb[0])
@@ -588,33 +564,22 @@ def add_f1f2_from_henkedb(db, henkefile):
                     f1_list.append(f1)
                     f2_list.append(f2)
                     if en == 30000.:
-                        db.SetF1(en_list, f1_list)
-                        db.SetF2(en_list, f2_list)
+                        db.SetF1F2(en_list, f1_list, f2_list)
                         break
 
-    hf.close()
-
 
-def add_f1f2_from_kissel(db, kisselfile):
+def add_f1f2_from_kissel(db, kf):
     """
     Read f1 and f2 data from Henke database and add
     it to the database.
     """
-
-    # parse the f1f2 file
-    try:
-        kf = open(kisselfile, "r")
-    except:
-        print("cannot open f1f2 database file")
-        return None
-
     # some regular expressions
     elementstr = re.compile(r"^#S")
     multiblank = re.compile(r"\s+")
     invalidelem = re.compile(r"[^A-Za-z]")
 
     while True:
-        lb = kf.readline()
+        lb = kf.readline().decode("utf-8")
         if lb == "":
             break
         lb = lb.strip()
@@ -638,7 +603,7 @@ def add_f1f2_from_kissel(db, kisselfile):
                 f1_list = []
                 f2_list = []
                 while True:
-                    lb = kf.readline()
+                    lb = kf.readline().decode("utf-8")
                     lb = lb.strip()
                     lb = multiblank.split(lb)
                     try:
@@ -650,15 +615,12 @@ def add_f1f2_from_kissel(db, kisselfile):
                         f1_list.append(f1)
                         f2_list.append(f2)
                         if en == 10000000.:
-                            db.SetF1(en_list, f1_list)
-                            db.SetF2(en_list, f2_list)
+                            db.SetF1F2(en_list, f1_list, f2_list)
                             break
                     except:
                         print(lb)
                         break
 
-    kf.close()
-
 
 def add_f1f2_from_ascii_file(db, asciifile, element):
     """
@@ -677,22 +639,14 @@ def add_f1f2_from_ascii_file(db, asciifile, element):
     en = af[:, 0]
     f1 = af[:, 1]
     f2 = af[:, 2]
-    db.SetF1(en, f1)
-    db.SetF2(en, f2)
+    db.SetF1F2(en, f1, f2)
 
 
 def add_mass_from_NIST(db, nistfile):
     """
     Read atoms standard mass and save it to the database.
+    The mass of the natural isotope mixture is taken from the NIST data!
     """
-
-    # parse the nist file
-    try:
-        nf = open(nistfile, "r")
-    except:
-        print("cannot open NIST data file")
-        return None
-
     # some regular expressions
     commentline = re.compile(r"^#")
     isotope = re.compile(r"^Atomic Number =")
@@ -700,36 +654,37 @@ def add_mass_from_NIST(db, nistfile):
     number = re.compile(r"[0-9.]+")
     multiblank = re.compile(r"\s+")
 
-    while True:
-        lb = nf.readline()
-        if lb == "":
-            break
-        lb = lb.strip()
-
-        if isotope.match(lb):
-            # found new element
-            lb = multiblank.split(lb)
-            enum = int(lb[-1])
+    # parse the nist file
+    with open(nistfile, "r") as nf:
+        while True:
             lb = nf.readline()
+            if lb == "":
+                break
             lb = lb.strip()
-            lb = multiblank.split(lb)
-            ename = lb[-1]
 
-            print("set element %s" % ename)
-            db.SetMaterial(ename)
-
-            # read data
-            while True:
+            if isotope.match(lb):
+                # found new element
+                lb = multiblank.split(lb)
+                enum = int(lb[-1])
                 lb = nf.readline()
                 lb = lb.strip()
-                if standardw.match(lb):
-                    lb = multiblank.split(lb)
-                    try:
-                        w = float(number.findall(lb[-1])[0])  # extract weight
-                        db.SetWeight(w * scipy.constants.atomic_mass)
-                        break
-                    except:
-                        print(lb)
-                        break
+                lb = multiblank.split(lb)
+                ename = lb[-1]
 
-    nf.close()
+                print("set element %s" % ename)
+                db.SetMaterial(ename)
+
+                # read data
+                while True:
+                    lb = nf.readline()
+                    lb = lb.strip()
+                    if standardw.match(lb):
+                        lb = multiblank.split(lb)
+                        try:
+                            # extract weight
+                            w = float(number.findall(lb[-1])[0])
+                            db.SetWeight(w * scipy.constants.atomic_mass)
+                            break
+                        except:
+                            print(lb)
+                            break
diff --git a/xrayutilities/materials/elements.py b/xrayutilities/materials/elements.py
index cc73305..b8a76ba 100644
--- a/xrayutilities/materials/elements.py
+++ b/xrayutilities/materials/elements.py
@@ -14,99 +14,243 @@
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 # Copyright (C) 2009 Eugen Wintersberger <eugen.wintersberger at desy.de>
-# Copyright (C) 2010 Dominik Kriegner <dominik.kriegner at gmail.com>
+# Copyright (C) 2010-2015 Dominik Kriegner <dominik.kriegner at gmail.com>
 
 from .lattice import Atom
 
-Ac = Atom("Ac", 89)
-Ag = Atom("Ag", 47)
-Al = Atom("Al", 13)
-Ar = Atom("Ar", 18)
-As = Atom("As", 33)
-At = Atom("At", 85)
-Au = Atom("Au", 79)
-B = Atom("B", 5)
-Ba = Atom("Ba", 56)
-Be = Atom("Be", 4)
-Bi = Atom("Bi", 83)
-Br = Atom("Br", 35)
-C = Atom("C", 6)
-Ca = Atom("Ca", 20)
-Cd = Atom("Cd", 48)
-Ce = Atom("Ce", 58)
-Cl = Atom("Cl", 17)
-Co = Atom("Co", 27)
-Cr = Atom("Cr", 24)
-Cs = Atom("Cs", 55)
-Cu = Atom("Cu", 29)
-Dy = Atom("Dy", 66)
-Er = Atom("Er", 68)
-Eu = Atom("Eu", 63)
-F = Atom("F", 9)
-Fe = Atom("Fe", 26)
-Fr = Atom("Fr", 87)
-Ga = Atom("Ga", 31)
-Gd = Atom("Gd", 64)
-Ge = Atom("Ge", 32)
-H = Atom("H", 1)
-He = Atom("He", 2)
-Hf = Atom("Hf", 72)
-Hg = Atom("Hg", 80)
-Ho = Atom("Ho", 67)
-I = Atom("I", 53)
-In = Atom("In", 49)
-Ir = Atom("Ir", 77)
-K = Atom("K", 19)
-Kr = Atom("Kr", 36)
-La = Atom("La", 57)
-Li = Atom("Li", 3)
-Lu = Atom("Lu", 71)
-Mg = Atom("Mg", 12)
-Mn = Atom("Mn", 25)
-Mo = Atom("Mo", 42)
-N = Atom("N", 7)
-Na = Atom("Na", 11)
-Nb = Atom("Nb", 41)
-Nd = Atom("Nd", 60)
-Ne = Atom("Ne", 10)
-Ni = Atom("Ni", 28)
-O = Atom("O", 8)
-Os = Atom("Os", 76)
-P = Atom("P", 15)
-Pa = Atom("Pa", 91)
-Pb = Atom("Pb", 82)
-Pd = Atom("Pd", 46)
-Pm = Atom("Pm", 61)
-Po = Atom("Po", 84)
-Pr = Atom("Pr", 59)
-Pt = Atom("Pt", 78)
-Ra = Atom("Ra", 88)
-Rb = Atom("Rb", 37)
-Re = Atom("Re", 75)
-Rh = Atom("Rh", 45)
-Rn = Atom("Rn", 86)
-Ru = Atom("Ru", 44)
-S = Atom("S", 16)
-Sb = Atom("Sb", 51)
-Sc = Atom("Sc", 21)
-Se = Atom("Se", 34)
-Si = Atom("Si", 14)
-Sm = Atom("Sm", 62)
-Sn = Atom("Sn", 50)
-Sr = Atom("Sr", 38)
-Ta = Atom("Ta", 73)
-Tb = Atom("Tb", 65)
-Tc = Atom("Tc", 43)
-Te = Atom("Te", 52)
-Th = Atom("Th", 90)
-Ti = Atom("Ti", 22)
-Tl = Atom("Tl", 81)
-Tm = Atom("Tm", 69)
-U = Atom("U", 92)
-V = Atom("V", 23)
-W = Atom("W", 74)
-Xe = Atom("Xe", 54)
-Y = Atom("Y", 39)
-Yb = Atom("Yb", 70)
-Zn = Atom("Zn", 30)
-Zr = Atom("Zr", 40)
+dummy = Atom('dummy', 0)
+H = Atom('H', 1)
+Hdot = Atom('H.', 1)
+H1m = Atom('H1-', 1)
+D = Atom('D', 1)
+T = Atom('T', 1)
+He = Atom('He', 2)
+Li = Atom('Li', 3)
+Li1p = Atom('Li1+', 3)
+Be = Atom('Be', 4)
+Be2p = Atom('Be2+', 4)
+B = Atom('B', 5)
+C = Atom('C', 6)
+Cdot = Atom('C.', 6)
+N = Atom('N', 7)
+O = Atom('O', 8)
+O1m = Atom('O1-', 8)
+O2mdot = Atom('O2-.', 8)
+F = Atom('F', 9)
+F1m = Atom('F1-', 9)
+Ne = Atom('Ne', 10)
+Na = Atom('Na', 11)
+Na1p = Atom('Na1+', 11)
+Mg = Atom('Mg', 12)
+Mg2p = Atom('Mg2+', 12)
+Al = Atom('Al', 13)
+Al3p = Atom('Al3+', 13)
+Si = Atom('Si', 14)
+Sidot = Atom('Si.', 14)
+Si4p = Atom('Si4+', 14)
+P = Atom('P', 15)
+S = Atom('S', 16)
+Cl = Atom('Cl', 17)
+Cl1m = Atom('Cl1-', 17)
+Ar = Atom('Ar', 18)
+K = Atom('K', 19)
+K1p = Atom('K1+', 19)
+Ca = Atom('Ca', 20)
+Ca2p = Atom('Ca2+', 20)
+Sc = Atom('Sc', 21)
+Sc3p = Atom('Sc3+', 21)
+Ti = Atom('Ti', 22)
+Ti2p = Atom('Ti2+', 22)
+Ti3p = Atom('Ti3+', 22)
+Ti4p = Atom('Ti4+', 22)
+V = Atom('V', 23)
+V2p = Atom('V2+', 23)
+V3p = Atom('V3+', 23)
+V5p = Atom('V5+', 23)
+Cr = Atom('Cr', 24)
+Cr2p = Atom('Cr2+', 24)
+Cr3p = Atom('Cr3+', 24)
+Mn = Atom('Mn', 25)
+Mn2p = Atom('Mn2+', 25)
+Mn3p = Atom('Mn3+', 25)
+Mn4p = Atom('Mn4+', 25)
+Fe = Atom('Fe', 26)
+Fe2p = Atom('Fe2+', 26)
+Fe3p = Atom('Fe3+', 26)
+Co = Atom('Co', 27)
+Co2p = Atom('Co2+', 27)
+Co3p = Atom('Co3+', 27)
+Ni = Atom('Ni', 28)
+Ni2p = Atom('Ni2+', 28)
+Ni3p = Atom('Ni3+', 28)
+Cu = Atom('Cu', 29)
+Cu1p = Atom('Cu1+', 29)
+Cu2p = Atom('Cu2+', 29)
+Zn = Atom('Zn', 30)
+Zn2p = Atom('Zn2+', 30)
+Ga = Atom('Ga', 31)
+Ga3p = Atom('Ga3+', 31)
+Ge = Atom('Ge', 32)
+Ge4p = Atom('Ge4+', 32)
+As = Atom('As', 33)
+Se = Atom('Se', 34)
+Br = Atom('Br', 35)
+Br1m = Atom('Br1-', 35)
+Kr = Atom('Kr', 36)
+Rb = Atom('Rb', 37)
+Rb1p = Atom('Rb1+', 37)
+Sr = Atom('Sr', 38)
+Sr2p = Atom('Sr2+', 38)
+Y = Atom('Y', 39)
+Y3p = Atom('Y3+', 39)
+Zr = Atom('Zr', 40)
+Zr4p = Atom('Zr4+', 40)
+Nb = Atom('Nb', 41)
+Nb3p = Atom('Nb3+', 41)
+Nb5p = Atom('Nb5+', 41)
+Mo = Atom('Mo', 42)
+Mo3p = Atom('Mo3+', 42)
+Mo5p = Atom('Mo5+', 42)
+Mo6p = Atom('Mo6+', 42)
+Tc = Atom('Tc', 43)
+Ru = Atom('Ru', 44)
+Ru3p = Atom('Ru3+', 44)
+Rup4 = Atom('Ru+4', 44)
+Rh = Atom('Rh', 45)
+Rh3p = Atom('Rh3+', 45)
+Rh4p = Atom('Rh4+', 45)
+Pd = Atom('Pd', 46)
+Pd2p = Atom('Pd2+', 46)
+Pd4p = Atom('Pd4+', 46)
+Ag = Atom('Ag', 47)
+Ag1p = Atom('Ag1+', 47)
+Ag2p = Atom('Ag2+', 47)
+Cd = Atom('Cd', 48)
+Cd2p = Atom('Cd2+', 48)
+In = Atom('In', 49)
+In3p = Atom('In3+', 49)
+Sn = Atom('Sn', 50)
+Sn2p = Atom('Sn2+', 50)
+Sn4p = Atom('Sn4+', 50)
+Sb = Atom('Sb', 51)
+Sb3p = Atom('Sb3+', 51)
+Sb5p = Atom('Sb5+', 51)
+Te = Atom('Te', 52)
+I = Atom('I', 53)
+I1m = Atom('I1-', 53)
+Xe = Atom('Xe', 54)
+Cs = Atom('Cs', 55)
+Cs1p = Atom('Cs1+', 55)
+Ba = Atom('Ba', 56)
+Ba2p = Atom('Ba2+', 56)
+La = Atom('La', 57)
+La3p = Atom('La3+', 57)
+Ce = Atom('Ce', 58)
+Ce3p = Atom('Ce3+', 58)
+Ce4p = Atom('Ce4+', 58)
+Pr = Atom('Pr', 59)
+Pr3p = Atom('Pr3+', 59)
+Pr4p = Atom('Pr4+', 59)
+Nd = Atom('Nd', 60)
+Nd3p = Atom('Nd3+', 60)
+Pm = Atom('Pm', 61)
+Pm3p = Atom('Pm3+', 61)
+Sm = Atom('Sm', 62)
+Sm3p = Atom('Sm3+', 62)
+Eu = Atom('Eu', 63)
+Eu2p = Atom('Eu2+', 63)
+Eu3p = Atom('Eu3+', 63)
+Gd = Atom('Gd', 64)
+Gd3p = Atom('Gd3+', 64)
+Tb = Atom('Tb', 65)
+Tb3p = Atom('Tb3+', 65)
+Dy = Atom('Dy', 66)
+Dy3p = Atom('Dy3+', 66)
+Ho = Atom('Ho', 67)
+Ho3p = Atom('Ho3+', 67)
+Er = Atom('Er', 68)
+Er3p = Atom('Er3+', 68)
+Tm = Atom('Tm', 69)
+Tm3p = Atom('Tm3+', 69)
+Yb = Atom('Yb', 70)
+Yb2p = Atom('Yb2+', 70)
+Yb3p = Atom('Yb3+', 70)
+Lu = Atom('Lu', 71)
+Lu3p = Atom('Lu3+', 71)
+Hf = Atom('Hf', 72)
+Hf4p = Atom('Hf4+', 72)
+Ta = Atom('Ta', 73)
+Ta5p = Atom('Ta5+', 73)
+W = Atom('W', 74)
+W6p = Atom('W6+', 74)
+Re = Atom('Re', 75)
+Os = Atom('Os', 76)
+Os4p = Atom('Os4+', 76)
+Ir = Atom('Ir', 77)
+Ir3p = Atom('Ir3+', 77)
+Ir4p = Atom('Ir4+', 77)
+Pt = Atom('Pt', 78)
+Pt2p = Atom('Pt2+', 78)
+Pt4p = Atom('Pt4+', 78)
+Au = Atom('Au', 79)
+Au1p = Atom('Au1+', 79)
+Au3p = Atom('Au3+', 79)
+Hg = Atom('Hg', 80)
+Hg1p = Atom('Hg1+', 80)
+Hg2p = Atom('Hg2+', 80)
+Tl = Atom('Tl', 81)
+Tl1p = Atom('Tl1+', 81)
+Tl3p = Atom('Tl3+', 81)
+Pb = Atom('Pb', 82)
+Pb2p = Atom('Pb2+', 82)
+Pb4p = Atom('Pb4+', 82)
+Bi = Atom('Bi', 83)
+Bi3p = Atom('Bi3+', 83)
+Bi5p = Atom('Bi5+', 83)
+Po = Atom('Po', 84)
+At = Atom('At', 85)
+Rn = Atom('Rn', 86)
+Fr = Atom('Fr', 87)
+Ra = Atom('Ra', 88)
+Ra2p = Atom('Ra2+', 88)
+Ac = Atom('Ac', 89)
+Ac3p = Atom('Ac3+', 89)
+Th = Atom('Th', 90)
+Th4p = Atom('Th4+', 90)
+Pa = Atom('Pa', 91)
+U = Atom('U', 92)
+U3p = Atom('U3+', 92)
+U4p = Atom('U4+', 92)
+U6p = Atom('U6+', 92)
+Np = Atom('Np', 93)
+Np3p = Atom('Np3+', 93)
+Np4p = Atom('Np4+', 93)
+Np6p = Atom('Np6+', 93)
+Pu = Atom('Pu', 94)
+Pu3p = Atom('Pu3+', 94)
+Pu4p = Atom('Pu4+', 94)
+Pu6p = Atom('Pu6+', 94)
+Am = Atom('Am', 95)
+Cm = Atom('Cm', 96)
+Bk = Atom('Bk', 97)
+Cf = Atom('Cf', 98)
+Es = Atom("Es", 99)
+Fm = Atom("Fm", 100)
+Md = Atom("Md", 101)
+No = Atom("No", 102)
+Lr = Atom("Lr", 103)
+Rf = Atom("Rf", 104)
+Db = Atom("Db", 105)
+Sg = Atom("Sg", 106)
+Bh = Atom("Bh", 107)
+Hs = Atom("Hs", 108)
+Mt = Atom("Mt", 109)
+Ds = Atom("Ds", 110)
+Rg = Atom("Rg", 111)
+Cn = Atom("Cn", 112)
+Uut = Atom("Uut", 113)
+Uuq = Atom("Uuq", 114)
+Uup = Atom("Uup", 115)
+Uuh = Atom("Uuh", 116)
+Uus = Atom("Uus", 117)
+Uuo = Atom("Uuo", 118)
diff --git a/xrayutilities/materials/lattice.py b/xrayutilities/materials/lattice.py
index b745b76..c17fec5 100644
--- a/xrayutilities/materials/lattice.py
+++ b/xrayutilities/materials/lattice.py
@@ -17,115 +17,19 @@
 # Copyright (C) 2009-2010 Dominik Kriegner <dominik.kriegner at gmail.com>
 
 """
-module handling crystal lattice structures
+module handling crystal lattice structures. A Lattice consists of unit cell
+parameters and a LatticeBase. It offers methods to calculate the reciprocal
+space position of Bragg peaks and their structure factor.
 """
 
 import numpy
-from numpy.linalg import norm
 import numbers
-import atexit
-import os.path
 
-from . import __path__
-from . import database
+from .atom import Atom
 from .. import math
 from .. import config
-from .. import utilities
 from ..exception import InputError
 
-_db = database.DataBase(os.path.join(__path__[0], "data", config.DBNAME))
-_db.Open()
-
-
-def _db_cleanup():
-    _db.Close()
-
-atexit.register(_db_cleanup)
-
-
-class Atom(object):
-
-    def __init__(self, name, num):
-        self.name = name
-        self.num = num
-        _db.SetMaterial(self.name)
-        self.weight = _db.weight
-
-    def __key__(self):
-        """ key function to return the elements number """
-        return self.num
-
-    def __lt__(self, other_el):
-        """ make elements sortable by their key """
-        return self.__key__() < other_el.__key__()
-
-    def f0(self, q):
-        _db.SetMaterial(self.name)
-
-        if isinstance(q, numpy.ndarray) or isinstance(q, list):
-            d = numpy.zeros((len(q)), dtype=numpy.double)
-            for i in range(len(q)):
-                d[i] = _db.GetF0(q[i])
-
-            return d
-        else:
-            return _db.GetF0(q)
-
-    def f1(self, en="config"):
-        if en == "config":
-            en = utilities.energy(config.ENERGY)
-
-        _db.SetMaterial(self.name)
-
-        if isinstance(en, numpy.ndarray) or isinstance(en, list):
-            d = numpy.zeros((len(en)), dtype=numpy.double)
-            for i in range(len(en)):
-                d[i] = _db.GetF1(utilities.energy(en[i]))
-
-            return d
-        else:
-            return _db.GetF1(utilities.energy(en))
-
-    def f2(self, en="config"):
-        if en == "config":
-            en = utilities.energy(config.ENERGY)
-
-        _db.SetMaterial(self.name)
-
-        if isinstance(en, numpy.ndarray) or isinstance(en, list):
-            d = numpy.zeros((len(en)), dtype=numpy.double)
-            for i in range(len(en)):
-                d[i] = _db.GetF2(utilities.energy(en[i]))
-
-            return d
-        else:
-            return _db.GetF2(utilities.energy(en))
-
-    def f(self, q, en="config"):
-        """
-        function to calculate the atomic structure factor F
-
-        Parameter
-        ---------
-         q:     momentum transfer
-         en:    energy for which F should be calculated, if omitted the value
-                from the xrayutilities configuration is used
-
-        Returns
-        -------
-         f (float)
-        """
-        f = self.f0(norm(q)) + self.f1(en) + 1.j * self.f2(en)
-        return f
-
-    def __str__(self):
-        ostr = self.name
-        ostr += " (%2d)" % self.num
-        return ostr
-
-    def __repr__(self):
-        return self.__str__()
-
 
 class LatticeBase(list):
 
@@ -155,7 +59,7 @@ class LatticeBase(list):
             raise TypeError("atom must be an instance of class "
                             "xrayutilities.materials.Atom")
 
-        if isinstance(pos, list):
+        if isinstance(pos, (list, tuple)):
             pos = numpy.array(pos, dtype=numpy.double)
         elif isinstance(pos, numpy.ndarray):
             pos = pos
@@ -170,7 +74,7 @@ class LatticeBase(list):
             raise TypeError("atom must be an instance of class "
                             "xrayutilities.materials.Atom!")
 
-        if isinstance(pos, list):
+        if isinstance(pos, (list, tuple)):
             p = numpy.array(pos, dtype=numpy.double)
         elif isinstance(pos, numpy.ndarray):
             p = pos
diff --git a/xrayutilities/materials/material.py b/xrayutilities/materials/material.py
index 89bacb0..3e8cff8 100644
--- a/xrayutilities/materials/material.py
+++ b/xrayutilities/materials/material.py
@@ -465,7 +465,7 @@ class Material(object):
             exponentf = 3 / 2. * hbar ** 2 * 1.0e20 / \
                 (m * kb * self.thetaDebye) * (math.Debye1(x) / x + 0.25)
             if config.VERBOSITY >= config.DEBUG:
-                print("XU.materials.StructureFactor: DWF = exp(-W*q**2) W= %g"
+                print("XU.materials.chih: DWF = exp(-W*q**2) W= %g"
                       % exponentf)
             dwf = numpy.exp(-exponentf * math.VecNorm(q) ** 2)
         else:
@@ -636,12 +636,13 @@ class Material(object):
 
         s = 0. + 0.j
         # a: atom, p: position, o: occupancy, b: temperatur-factor
+        qnorm = math.VecNorm(q)
         for a, p, o, b in self.lattice.base:
             r = self.lattice.GetPoint(p)
             if temp == 0:
-                dwf = numpy.exp(-b * math.VecNorm(q) ** 2 /
+                dwf = numpy.exp(-b * qnorm ** 2 /
                                 (4 * numpy.pi) ** 2)
-            f = a.f(q, en) * o
+            f = a.f(qnorm, en) * o
             s += f * numpy.exp(-1.j * math.VecDot(q, r)) * dwf
 
         return s
@@ -795,8 +796,7 @@ class Material(object):
             except ValueError:
                 # add atom type to list and calculate the scattering factor
                 types.append(len(atoms))
-                f_q = at[0].f0(qnorm)
-                f.append((f_q + at[0].f1(en0) + 1.j * at[0].f2(en0)))
+                f.append(at[0].f(qnorm, en0))
                 atoms.append(at[0])
 
         s = 0. + 0.j
diff --git a/xrayutilities/materials/predefined_materials.py b/xrayutilities/materials/predefined_materials.py
index cdd4ec6..720ad5a 100644
--- a/xrayutilities/materials/predefined_materials.py
+++ b/xrayutilities/materials/predefined_materials.py
@@ -15,7 +15,7 @@
 #
 # Copyright (C) 2013,2015 Dominik Kriegner <dominik.kriegner at gmail.com>
 
-import os
+import os.path
 import numpy
 
 from . import __path__
@@ -134,6 +134,8 @@ GeTe = Material(
     lattice.GeTeRhombohedral(elements.Ge, elements.Te, 5.996, 88.18, 0.237))
 Al = Material("Al", lattice.FCCLattice(elements.Al, 4.04958))
 Au = Material("Au", lattice.FCCLattice(elements.Au, 4.0782))
+Fe = Material("Fe", lattice.BCCLattice(elements.Fe, 2.8665))
+Rh = Material("Rh", lattice.FCCLattice(elements.Rh, 3.8034))
 V = Material("V", lattice.BCCLattice(elements.V, 3.024))
 Ta = Material("Ta", lattice.BCCLattice(elements.Ta, 3.306))
 Ag2Se = Material(
diff --git a/xrayutilities/math/__init__.py b/xrayutilities/math/__init__.py
index fbf0de4..6424b9b 100644
--- a/xrayutilities/math/__init__.py
+++ b/xrayutilities/math/__init__.py
@@ -57,6 +57,7 @@ from .functions import PseudoVoigt1dArea
 from .functions import multPeak1d
 from .functions import multPeak2d
 
+from .fit import linregress
 from .fit import fit_peak2d
 from .fit import gauss_fit
 from .fit import peak_fit
diff --git a/xrayutilities/math/fit.py b/xrayutilities/math/fit.py
index 12d0b5e..a19db4e 100644
--- a/xrayutilities/math/fit.py
+++ b/xrayutilities/math/fit.py
@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
-# Copyright (C) 2012, 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
+# Copyright (C) 2012-2015 Dominik Kriegner <dominik.kriegner at gmail.com>
 """
 module with a function wrapper to scipy.optimize.leastsq
 for fitting of a 2D function to a peak or a 1D Gauss fit with
@@ -31,14 +31,35 @@ from .. import config
 from .. exception import InputError
 from .functions import Gauss1d, Gauss1d_der_x, Gauss1d_der_p
 from .functions import Lorentz1d, Lorentz1d_der_x, Lorentz1d_der_p
-from .functions import PseudoVoigt1d
+from .functions import PseudoVoigt1d, PseudoVoigt1dasym
 
-try:
-    from matplotlib import pyplot as plt
-except ImportError:
-    if config.VERBOSITY >= config.INFO_ALL:
-        print("XU.analysis.sample_align: warning; plotting functionality not"
-              "available")
+
+def linregress(x, y):
+    """
+    fast linregress to avoid usage of scipy.stats which is slow!
+
+    Parameters
+    ----------
+     x,y:   data coordinates and values
+
+    Returns
+    -------
+     p, rsq: parameters of the linear fit (slope, offest) and the R^2 value
+
+    Example
+    -------
+     >>> (k, d), R2 = xu.math.linregress(x, y)
+    """
+    p = numpy.polyfit(x, y, 1)
+
+    # calculation of r-squared
+    f = numpy.polyval(p, x)
+    fbar = numpy.sum(y) / len(y)
+    ssreg = numpy.sum((f-fbar)**2)
+    sstot = numpy.sum((y - fbar)**2)
+    rsq = ssreg / sstot
+
+    return p, rsq
 
 
 def peak_fit(xdata, ydata, iparams=[], peaktype='Gauss', maxit=300,
@@ -56,7 +77,8 @@ def peak_fit(xdata, ydata, iparams=[], peaktype='Gauss', maxit=300,
     keyword parameters:
      iparams:   initial paramters for the fit,
                 determined automatically if not specified
-     peaktype:  type of peak to fit ('Gauss','Lorentz','PseudoVoigt')
+     peaktype:  type of peak to fit: 'Gauss', 'Lorentz', 'PseudoVoigt',
+                'PseudoVoigtAsym'
      maxit:     maximal iteration number of the fit
      background:    type of background, either 'constant' or 'linear'
      plot:      flag to ask for a plot to visually judge the fit
@@ -67,13 +89,21 @@ def peak_fit(xdata, ydata, iparams=[], peaktype='Gauss', maxit=300,
     -------
      params,sd_params,itlim[,fitfunc]
 
-    the parameters as defined in function Gauss1d/Lorentz1d or
-    PseudoVoigt1d(x, *param). In the case of linear background one more
+    the parameters as defined in function Gauss1d/Lorentz1d/PseudoVoigt1d/
+    PseudoVoigt1dasym(x, *param). In the case of linear background one more
     parameter is included! For every parameter the corresponding errors of the
     fit 'sd_params' are returned. A boolean flag 'itlim', which is False in
     the case of a successful fit is added by default. Further the function
     used in the fit can be returned (see func_out).
     """
+    if plot:
+        try:
+            from matplotlib import pyplot as plt
+        except ImportError:
+            if config.VERBOSITY >= config.INFO_ALL:
+                print("XU.math.peak_fit: Warning: plot "
+                      "functionality not available")
+            plot = False
 
     gfunc_dx = None
     gfunc_dp = None
@@ -101,6 +131,12 @@ def peak_fit(xdata, ydata, iparams=[], peaktype='Gauss', maxit=300,
                 return PseudoVoigt1d(x, *param) + x * param[-1]
         else:
             def gfunc(param, x): return PseudoVoigt1d(x, *param)
+    elif peaktype == 'PseudoVoigtAsym':
+        if background == 'linear':
+            def gfunc(param, x):
+                return PseudoVoigt1dasym(x, *param) + x * param[-1]
+        else:
+            def gfunc(param, x): return PseudoVoigt1dasym(x, *param)
     else:
         raise InputError("keyword rgument peaktype takes invalid value!")
 
@@ -119,7 +155,9 @@ def peak_fit(xdata, ydata, iparams=[], peaktype='Gauss', maxit=300,
             numpy.median(ydata)]
         if peaktype in ['Lorentz', 'PseudoVoigt']:
             iparams[1] *= 1/(2 * numpy.sqrt(2 * numpy.log(2)))
-        if peaktype == 'PseudoVoigt':
+        if peaktype == 'PseudoVoigtAsym':
+            iparams.insert(1, iparams[1])
+        if peaktype in ['PseudoVoigt', 'PseudoVoigtAsym']:
             # set ETA parameter to be between Gauss and Lorentz shape
             iparams.append(0.5)
         if background == 'linear':
@@ -153,17 +191,11 @@ def peak_fit(xdata, ydata, iparams=[], peaktype='Gauss', maxit=300,
                   "do not trust the result!")
 
     if plot:
-        try:
-            plt.__name__
-        except NameError:
-            print("XU.math.peak_fit: Warning: plot functionality not "
-                  "available")
-        else:
-            plt.figure('XU:peak_fit')
-            plt.plot(xdata, ydata, 'ko', label='data', mew=2)
-            plt.plot(xdata, gfunc(fit.beta, xdata), 'r-',
-                     label='%s-fit' % peaktype)
-            plt.legend()
+        plt.figure('XU:peak_fit')
+        plt.plot(xdata, ydata, 'ko', label='data', mew=2)
+        plt.plot(xdata, gfunc(fit.beta, xdata), 'r-',
+                 label='%s-fit' % peaktype)
+        plt.legend()
 
     if func_out:
         return fit.beta, fit.sd_beta, itlim, lambda x: gfunc(fit.beta, x)
@@ -480,12 +512,12 @@ def multPeakPlot(x, fpos, fwidth, famp, background, dranges=None,
      fig:  matplotlib figure number or name
      fact: factor to use as multiplicator in the plot
     """
-
     try:
-        plt.__name__
-    except NameError:
-        print("XU.math.multPeakPlot: Warning: plot functionality not "
-              "available")
+        from matplotlib import pyplot as plt
+    except ImportError:
+        if config.VERBOSITY >= config.INFO_ALL:
+            print("XU.math.multPeakPlot: Warning: plot "
+                  "functionality not available")
         return
 
     plt.figure(fig)
diff --git a/xrayutilities/normalize.py b/xrayutilities/normalize.py
index 2c2addb..73b30a7 100644
--- a/xrayutilities/normalize.py
+++ b/xrayutilities/normalize.py
@@ -166,7 +166,7 @@ class IntensityNormalizer(object):
     single CCD frames) for count time and absorber factors
     the class must be supplied with a absorber correction function
     and works with data structures provided by xrayutilities.io classes or the
-    corresponding objects from hdf5 files read by pytables
+    corresponding objects from hdf5 files
     """
 
     def __init__(self, det, **keyargs):
diff --git a/xrayutilities/tests/test_HXRD.py b/xrayutilities/tests/test_HXRD.py
index e8798d0..35f1e15 100644
--- a/xrayutilities/tests/test_HXRD.py
+++ b/xrayutilities/tests/test_HXRD.py
@@ -15,19 +15,20 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
+import unittest
+
 import xrayutilities as xu
 import numpy
-import unittest
 
 
 class TestQ2Ang_HXRD(unittest.TestCase):
-
-    def setUp(self):
-        self.mat = xu.materials.GeTe
+    @classmethod
+    def setUpClass(cls):
+        cls.mat = xu.materials.GeTe
         qconv = xu.QConversion(['x+', 'y+', 'z-'], 'x+', [0, 1, 0])
-        inp = numpy.cross(self.mat.Q(1, -1, 0), self.mat.Q(1, 1, 1))
-        self.hxrd = xu.HXRD(inp, self.mat.Q(1, 1, 1), qconv=qconv)
-        self.hkltest = (1, 3, 2)
+        inp = numpy.cross(cls.mat.Q(1, -1, 0), cls.mat.Q(1, 1, 1))
+        cls.hxrd = xu.HXRD(inp, cls.mat.Q(1, 1, 1), qconv=qconv)
+        cls.hkltest = (1, 3, 2)
 
     def test_Q2Ang_hxrd_point(self):
         ang = self.hxrd.Q2Ang(self.mat.Q(self.hkltest))
diff --git a/xrayutilities/tests/test_NonCOP.py b/xrayutilities/tests/test_NonCOP.py
index 9f9f73c..3622939 100644
--- a/xrayutilities/tests/test_NonCOP.py
+++ b/xrayutilities/tests/test_NonCOP.py
@@ -15,18 +15,19 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
+import unittest
+
 import xrayutilities as xu
 import numpy
-import unittest
 
 
 class TestQ2Ang_nonCOP(unittest.TestCase):
-
-    def setUp(self):
-        self.mat = xu.materials.Al2O3
-        self.hxrd = xu.NonCOP(self.mat.Q(1, 1, 0), self.mat.Q(0, 0, 1))
-        self.hkltest = (1, 2, 3)
-        self.hkltest2 = (-1.5, 3.1, 3)
+    @classmethod
+    def setUpClass(cls):
+        cls.mat = xu.materials.Al2O3
+        cls.hxrd = xu.NonCOP(cls.mat.Q(1, 1, 0), cls.mat.Q(0, 0, 1))
+        cls.hkltest = (1, 2, 3)
+        cls.hkltest2 = (-1.5, 3.1, 3)
 
     def test_Q2Ang_nonCOP_point(self):
         ang = self.hxrd.Q2Ang(self.mat.Q(self.hkltest))
diff --git a/xrayutilities/tests/test_blockaverage.py b/xrayutilities/tests/test_blockaverage.py
index 25547bc..5c9bd02 100644
--- a/xrayutilities/tests/test_blockaverage.py
+++ b/xrayutilities/tests/test_blockaverage.py
@@ -15,9 +15,10 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
+import unittest
+
 import xrayutilities as xu
 import numpy
-import unittest
 
 
 class TestBlockAverageFunctions(unittest.TestCase):
diff --git a/xrayutilities/tests/test_database.py b/xrayutilities/tests/test_database.py
new file mode 100644
index 0000000..d9aacdb
--- /dev/null
+++ b/xrayutilities/tests/test_database.py
@@ -0,0 +1,52 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import unittest
+import math
+
+import xrayutilities as xu
+import numpy
+
+
+class TestDatabase(unittest.TestCase):
+    @classmethod
+    def setUpClass(cls):
+        cls.el = xu.materials.elements.dummy
+
+    def test_db_f0(self):
+        f0 = self.el.f0(0)
+        self.assertAlmostEqual(f0, 1.0, places=10)
+
+    def test_db_f1_neg(self):
+        f1 = self.el.f1(-1)
+        self.assertTrue(math.isnan(f1))
+
+    def test_db_f1(self):
+        f1 = self.el.f1(1000)
+        self.assertAlmostEqual(f1, 0.0, places=10)
+
+    def test_db_f2_neg(self):
+        f2 = self.el.f2(-1)
+        self.assertTrue(math.isnan(f2))
+
+    def test_db_f2(self):
+        f2 = self.el.f2(1000)
+        self.assertAlmostEqual(f2, 0.0, places=10)
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_functions.py b/xrayutilities/tests/test_functions.py
index b3c3ebe..513f73b 100644
--- a/xrayutilities/tests/test_functions.py
+++ b/xrayutilities/tests/test_functions.py
@@ -15,22 +15,23 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
+import unittest
+
 import xrayutilities as xu
 import numpy
-import unittest
 from scipy.integrate import quad, dblquad
 
 
 class TestMathFunctions(unittest.TestCase):
-
-    def setUp(self):
+    @classmethod
+    def setUpClass(cls):
         amp = numpy.random.rand(1)[0]
         fwhm = numpy.random.rand(1)[0] * 1.5 + 0.1
-        self.x = numpy.arange(-3, 3, 0.0003)
-        self.p = [0., fwhm, amp, 0.]
-        self.p2d = [0., 0., fwhm, fwhm, amp, 0.,
-                    2 * numpy.pi * numpy.random.rand(1)]
-        self.sigma = fwhm / (2 * numpy.sqrt(2 * numpy.log(2)))
+        cls.x = numpy.arange(-3, 3, 0.0003)
+        cls.p = [0., fwhm, amp, 0.]
+        cls.p2d = [0., 0., fwhm, fwhm, amp, 0.,
+                   2 * numpy.pi * numpy.random.rand(1)]
+        cls.sigma = fwhm / (2 * numpy.sqrt(2 * numpy.log(2)))
 
     def test_gauss1dwidth(self):
         p = numpy.copy(self.p)
diff --git a/xrayutilities/tests/test_getang.py b/xrayutilities/tests/test_getang.py
new file mode 100644
index 0000000..8ab9ad3
--- /dev/null
+++ b/xrayutilities/tests/test_getang.py
@@ -0,0 +1,51 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+
+class TestGetAngles(unittest.TestCase):
+    chi111 = 70.528779365509308
+
+    @classmethod
+    def setUpClass(cls):
+        amp = numpy.random.rand(1)[0]
+        fwhm = numpy.random.rand(1)[0] * 1.5 + 0.1
+        cls.x = numpy.arange(-3, 3, 0.0003)
+        cls.p = [0., fwhm, amp, 0.]
+        cls.p2d = [0., 0., fwhm, fwhm, amp, 0.,
+                   2 * numpy.pi * numpy.random.rand(1)]
+        cls.sigma = fwhm / (2 * numpy.sqrt(2 * numpy.log(2)))
+
+    def test_getang111(self):
+        chi, phi = xu.analysis.getangles([1, 1, -1], [1, 1, 1], [2, 2, -4])
+        self.assertAlmostEqual(chi, self.chi111, places=10)
+        self.assertAlmostEqual(phi, 0, places=10)
+
+    def test_getang001(self):
+        chi, phi = xu.analysis.getangles([1, 1, 0], [0, 1, 0], [1, 0, 0])
+        self.assertAlmostEqual(chi, 45, places=10)
+        self.assertAlmostEqual(phi, 0, places=10)
+        chi, phi = xu.analysis.getangles([1, 0, 1], [0, 1, 0], [1, 0, 0])
+        self.assertAlmostEqual(chi, 90, places=10)
+        self.assertAlmostEqual(phi, -45, places=10)
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_gridder1d.py b/xrayutilities/tests/test_gridder1d.py
index aaaf84e..c247adb 100644
--- a/xrayutilities/tests/test_gridder1d.py
+++ b/xrayutilities/tests/test_gridder1d.py
@@ -15,21 +15,22 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
+import unittest
+
 import xrayutilities as xu
 import numpy
-import unittest
 
 
 class TestGridder1D(unittest.TestCase):
-
-    def setUp(self):
-        self.num = numpy.random.randint(10, 99)
-        self.xmin = 1
-        self.xmax = self.num
-        self.x = numpy.linspace(self.xmin, self.xmax, num=self.num)
-        self.data = numpy.random.rand(self.num)
-        self.gridder = xu.Gridder1D(self.num)
-        self.gridder(self.x, self.data)
+    @classmethod
+    def setUpClass(cls):
+        cls.num = numpy.random.randint(10, 99)
+        cls.xmin = 1
+        cls.xmax = cls.num
+        cls.x = numpy.linspace(cls.xmin, cls.xmax, num=cls.num)
+        cls.data = numpy.random.rand(cls.num)
+        cls.gridder = xu.Gridder1D(cls.num)
+        cls.gridder(cls.x, cls.data)
 
     def test_gridder1d_axis(self):
         # test length of xaxis
diff --git a/xrayutilities/tests/test_gridder2d.py b/xrayutilities/tests/test_gridder2d.py
index 6f10f2b..d670900 100644
--- a/xrayutilities/tests/test_gridder2d.py
+++ b/xrayutilities/tests/test_gridder2d.py
@@ -15,24 +15,25 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
+import unittest
+
 import xrayutilities as xu
 import numpy
-import unittest
 
 
 class TestGridder2D(unittest.TestCase):
-
-    def setUp(self):
-        self.nx = 10
+    @classmethod
+    def setUpClass(cls):
+        cls.nx = 10
         # do not change this here unless you fix also the tests cases
-        self.ny = 19
-        self.xmin = 1
-        self.xmax = 10
-        self.x = numpy.linspace(self.xmin, self.xmax, num=self.nx)
-        self.y = self.x.copy()
-        self.data = numpy.random.rand(self.nx)
-        self.gridder = xu.Gridder2D(self.nx, self.ny)
-        self.gridder(self.x, self.y, self.data)
+        cls.ny = 19
+        cls.xmin = 1
+        cls.xmax = 10
+        cls.x = numpy.linspace(cls.xmin, cls.xmax, num=cls.nx)
+        cls.y = cls.x.copy()
+        cls.data = numpy.random.rand(cls.nx)
+        cls.gridder = xu.Gridder2D(cls.nx, cls.ny)
+        cls.gridder(cls.x, cls.y, cls.data)
 
     def test_gridder2d_xaxis(self):
         # test length of xaxis
diff --git a/xrayutilities/tests/test_gridder2d.py b/xrayutilities/tests/test_gridder2dlist.py
similarity index 51%
copy from xrayutilities/tests/test_gridder2d.py
copy to xrayutilities/tests/test_gridder2dlist.py
index 6f10f2b..561e71b 100644
--- a/xrayutilities/tests/test_gridder2d.py
+++ b/xrayutilities/tests/test_gridder2dlist.py
@@ -13,44 +13,27 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
-# Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
 
-import xrayutilities as xu
-import numpy
 import unittest
 
+import xrayutilities as xu
+import numpy
 
-class TestGridder2D(unittest.TestCase):
 
-    def setUp(self):
-        self.nx = 10
+class TestGridder2DList(unittest.TestCase):
+    @classmethod
+    def setUpClass(cls):
+        cls.nx = 10
         # do not change this here unless you fix also the tests cases
-        self.ny = 19
-        self.xmin = 1
-        self.xmax = 10
-        self.x = numpy.linspace(self.xmin, self.xmax, num=self.nx)
-        self.y = self.x.copy()
-        self.data = numpy.random.rand(self.nx)
-        self.gridder = xu.Gridder2D(self.nx, self.ny)
-        self.gridder(self.x, self.y, self.data)
-
-    def test_gridder2d_xaxis(self):
-        # test length of xaxis
-        self.assertEqual(len(self.gridder.xaxis), self.nx)
-        # test values of xaxis
-        for i in range(self.nx):
-            self.assertAlmostEqual(self.gridder.xaxis[i], self.x[i], places=12)
-
-    def test_gridder2d_yaxis(self):
-        # test length of yaxis
-        self.assertEqual(len(self.gridder.yaxis), self.ny)
-        # test end values of yaxis
-        self.assertAlmostEqual(self.gridder.yaxis[0], self.y[0], places=12)
-        self.assertAlmostEqual(self.gridder.yaxis[-1], self.y[-1], places=12)
-        self.assertAlmostEqual(
-            self.gridder.yaxis[1] - self.gridder.yaxis[0],
-            (self.xmax - self.xmin) / float(self.ny - 1),
-            places=12)
+        cls.ny = 19
+        cls.xmin = 1
+        cls.xmax = 10
+        cls.x = numpy.linspace(cls.xmin, cls.xmax, num=cls.nx)
+        cls.y = cls.x.copy()
+        cls.data = numpy.random.rand(cls.nx)
+        cls.gridder = xu.Gridder2DList(cls.nx, cls.ny)
+        cls.gridder(cls.x, cls.y, cls.data)
 
     def test_gridder2d_data(self):
         # test shape of data
@@ -64,10 +47,10 @@ class TestGridder2D(unittest.TestCase):
             if k == 2 * j:
                 self.assertAlmostEqual(
                     self.gridder.data[j, 2 * j],
-                    self.data[j],
+                    [self.data[j], ],
                     places=12)
             else:
-                self.assertEqual(self.gridder.data[j, k], 0.)
+                self.assertEqual(self.gridder.data[j, k], [])
 
 if __name__ == '__main__':
     unittest.main()
diff --git a/xrayutilities/tests/test_gridder3d.py b/xrayutilities/tests/test_gridder3d.py
index 22cea9b..36617a6 100644
--- a/xrayutilities/tests/test_gridder3d.py
+++ b/xrayutilities/tests/test_gridder3d.py
@@ -15,26 +15,27 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
+import unittest
+
 import xrayutilities as xu
 import numpy
-import unittest
 
 
 class TestGridder3D(unittest.TestCase):
-
-    def setUp(self):
-        self.nx = 10
+    @classmethod
+    def setUpClass(cls):
+        cls.nx = 10
         # do not change this here unless you fix also the tests cases
-        self.ny = 19
-        self.nz = 10
-        self.xmin = 1
-        self.xmax = 10
-        self.x = numpy.linspace(self.xmin, self.xmax, num=self.nx)
-        self.y = self.x.copy()
-        self.z = self.x.copy()
-        self.data = numpy.random.rand(self.nx)
-        self.gridder = xu.Gridder3D(self.nx, self.ny, self.nz)
-        self.gridder(self.x, self.y, self.z, self.data)
+        cls.ny = 19
+        cls.nz = 10
+        cls.xmin = 1
+        cls.xmax = 10
+        cls.x = numpy.linspace(cls.xmin, cls.xmax, num=cls.nx)
+        cls.y = cls.x.copy()
+        cls.z = cls.x.copy()
+        cls.data = numpy.random.rand(cls.nx)
+        cls.gridder = xu.Gridder3D(cls.nx, cls.ny, cls.nz)
+        cls.gridder(cls.x, cls.y, cls.z, cls.data)
 
     def test_gridder3d_xaxis(self):
         # test length of xaxis
diff --git a/xrayutilities/tests/test_io_cbf.py b/xrayutilities/tests/test_io_cbf.py
new file mode 100644
index 0000000..a0d0000
--- /dev/null
+++ b/xrayutilities/tests/test_io_cbf.py
@@ -0,0 +1,79 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
+
+import xrayutilities as xu
+import numpy
+import h5py
+
+testfile = 'eiger.cbf'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_CBF(unittest.TestCase):
+    dshape = (1065, 1030)
+    dmax = 1576.0
+    dmin = 0.0
+    tpos = (500, 500)
+    dtpos = 2.0
+    h5file = '_test_cbf.h5'
+
+    @classmethod
+    def setUpClass(cls):
+        cls.cbffile = xu.io.CBFFile(testfile, path=datadir)
+        cls.data = cls.cbffile.data
+
+    def tearDown(self):
+        try:
+            os.remove(self.h5file)
+        except:
+            pass
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.data.shape)
+
+    def test_datavalues(self):
+        self.assertAlmostEqual(self.dmax, self.data.max(), places=10)
+        self.assertAlmostEqual(self.dmin, self.data.min(), places=10)
+        self.assertAlmostEqual(self.dtpos,
+                               self.data[self.tpos[0], self.tpos[1]],
+                               places=10)
+
+    def test_savehdf5(self):
+        self.cbffile.Save2HDF5(self.h5file)
+        with h5py.File(self.h5file) as h5f:
+            h5d = h5f[list(h5f.keys())[0]]
+            h5d = numpy.asarray(h5d)
+            self.assertTrue(numpy.all(h5d == self.data))
+
+    def test_CBFDirectory(self):
+        ed = xu.io.CBFDirectory(datadir, 'cbf')
+        ed.Save2HDF5(self.h5file)
+        with h5py.File(self.h5file) as h5f:
+            h5g = h5f[datadir]
+            h5d = h5g[list(h5g.keys())[0]]
+            h5d = numpy.asarray(h5d)
+            self.assertTrue(numpy.all(h5d == self.data))
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_io_edf.py b/xrayutilities/tests/test_io_edf.py
new file mode 100644
index 0000000..c8cf88a
--- /dev/null
+++ b/xrayutilities/tests/test_io_edf.py
@@ -0,0 +1,79 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
+
+import xrayutilities as xu
+import numpy
+import h5py
+
+testfile = 'esrf.edf.gz'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_EDF(unittest.TestCase):
+    dshape = (2048, 2048)
+    dmax = 60134
+    dmin = 72
+    tpos = (500, 500)
+    dtpos = 2349
+    h5file = '_test_edf.h5'
+
+    @classmethod
+    def setUpClass(cls):
+        cls.edffile = xu.io.EDFFile(testfile, path=datadir)
+        cls.data = cls.edffile.data
+
+    def tearDown(self):
+        try:
+            os.remove(self.h5file)
+        except:
+            pass
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.data.shape)
+
+    def test_datavalues(self):
+        self.assertAlmostEqual(self.dmax, self.data.max(), places=10)
+        self.assertAlmostEqual(self.dmin, self.data.min(), places=10)
+        self.assertAlmostEqual(self.dtpos,
+                               self.data[self.tpos[0], self.tpos[1]],
+                               places=10)
+
+    def test_savehdf5(self):
+        self.edffile.Save2HDF5(self.h5file)
+        with h5py.File(self.h5file) as h5f:
+            h5d = h5f[list(h5f.keys())[0]]
+            h5d = numpy.asarray(h5d)
+            self.assertTrue(numpy.all(h5d == self.data))
+
+    def test_EDFDirectory(self):
+        ed = xu.io.EDFDirectory(datadir, 'edf.gz')
+        ed.Save2HDF5(self.h5file)
+        with h5py.File(self.h5file) as h5f:
+            h5g = h5f[datadir]
+            h5d = h5g[list(h5g.keys())[0]]
+            h5d = numpy.asarray(h5d)
+            self.assertTrue(numpy.all(h5d == self.data))
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_io_esg.py b/xrayutilities/tests/test_io_esg.py
new file mode 100644
index 0000000..18d27f5
--- /dev/null
+++ b/xrayutilities/tests/test_io_esg.py
@@ -0,0 +1,59 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+testfile = 'sc.esg'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_ESG(unittest.TestCase):
+    dshape = (602, 4096)
+    dmax = 69282.0
+    dmin = 0.0
+    motorname = '_pd_meas_angle_omega'
+    motmin = 2.0
+    motmax = 20.0
+    dtpos = 9.0
+    tpos = (200, 600)
+
+    @classmethod
+    def setUpClass(cls):
+        cls.esgfile = xu.io.pdESG(fullfilename)
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.esgfile.data.shape)
+
+    def test_datavalues(self):
+        motor = self.esgfile.fileheader[self.motorname]
+        counter = self.esgfile.data
+        self.assertAlmostEqual(self.motmax, motor.max(), places=6)
+        self.assertAlmostEqual(self.motmin, motor.min(), places=6)
+        self.assertAlmostEqual(self.dmax, counter.max(), places=6)
+        self.assertAlmostEqual(self.dmin, counter.min(), places=6)
+        self.assertAlmostEqual(counter[self.tpos[0], self.tpos[1]], self.dtpos)
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_io_fio.py b/xrayutilities/tests/test_io_fio.py
new file mode 100644
index 0000000..3a43851
--- /dev/null
+++ b/xrayutilities/tests/test_io_fio.py
@@ -0,0 +1,91 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+testfile = 'p08_00019.FIO'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_FIO(unittest.TestCase):
+    dshape = (601,)
+    dmax = 2272108.0
+    dmin = 66133.0
+    dmaxcorr = 216583893672.0
+    dmincorr = 0.0
+    motmax = 8.000001
+    motmin = 0.0
+    tpos = 300
+    dtpos = 1278952.0
+    motorname = 'Motor_TT'
+    countername = 'MythenIntegral'
+    h5file = '_test_fio.h5'
+    P08_normalizer = xu.IntensityNormalizer(
+        "MCA",
+        time='CountingTime',
+        mon='MonitorEnergyWindow',
+        absfun=lambda d: d['AttenuationFactor'])
+
+    @classmethod
+    def setUpClass(cls):
+        scanname = os.path.splitext(testfile)[0]
+        mcatmp = os.path.join(datadir, scanname, scanname+"_mythen_%i.raw")
+        cls.fiofile = xu.io.SPECTRAFile(fullfilename, mcatmp=mcatmp)
+        cls.sdata = cls.fiofile.data
+        cls.motor = cls.sdata[cls.motorname]
+        cls.inte = cls.sdata[cls.countername]
+        cls.fiofile.Save2HDF5(cls.h5file, scanname)
+        [cls.h5tt, cls.h5int], cls.h5data = xu.io.geth5_spectra_map(
+            cls.h5file, [19], cls.motorname, cls.countername)
+
+    @classmethod
+    def tearDownClass(cls):
+        try:
+            os.remove(cls.h5file)
+        except:
+            pass
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.sdata[self.motorname].shape)
+        self.assertEqual(self.dshape, self.sdata[self.countername].shape)
+
+    def test_datavalues(self):
+        self.assertAlmostEqual(self.motmax, self.motor.max(), places=6)
+        self.assertAlmostEqual(self.motmin, self.motor.min(), places=6)
+        self.assertAlmostEqual(self.dmax, self.inte.max(), places=6)
+        self.assertAlmostEqual(self.dmin, self.inte.min(), places=6)
+        self.assertAlmostEqual(self.dtpos, self.inte[self.tpos], places=6)
+
+    def test_hdf5file(self):
+        self.assertTrue(numpy.all(self.inte == self.h5int))
+        self.assertTrue(numpy.all(self.motor == self.h5tt))
+
+    def test_normalizer(self):
+        mcac = self.P08_normalizer(self.h5data)
+        self.assertAlmostEqual(self.dmaxcorr, mcac.max(), places=6)
+        self.assertAlmostEqual(self.dmincorr, mcac.min(), places=6)
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_io_nja.py b/xrayutilities/tests/test_io_nja.py
new file mode 100644
index 0000000..183ff61
--- /dev/null
+++ b/xrayutilities/tests/test_io_nja.py
@@ -0,0 +1,64 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+xu.config.VERBOSITY = 0  # make no output during test
+testfile = 'seifert.nja.bz2'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_NJA(unittest.TestCase):
+    dshape = (501, 2)
+    dmax = 1344706.25
+    dmin = 90.0
+    motmin = -0.05
+    motmax = 0.15
+    axisT = 1.5
+    dtpos = [5.00000000e-02, 5.64250000e+03]
+    tpos = 250
+
+    @classmethod
+    def setUpClass(cls):
+        cls.njafile = xu.io.SeifertScan(testfile, path=datadir)
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.njafile.data.shape)
+
+    def test_headervalue(self):
+        self.assertAlmostEqual(self.axisT,
+                               self.njafile.axispos['T'][0], places=6)
+
+    def test_datavalues(self):
+        motor = self.njafile.data[:, 0]
+        counter = self.njafile.data[:, 1]
+        self.assertAlmostEqual(self.motmax, motor.max(), places=6)
+        self.assertAlmostEqual(self.motmin, motor.min(), places=6)
+        self.assertAlmostEqual(self.dmax, counter.max(), places=6)
+        self.assertAlmostEqual(self.dmin, counter.min(), places=6)
+        self.assertTrue(numpy.all(self.dtpos == self.njafile.data[self.tpos]))
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_io_nja_map.py b/xrayutilities/tests/test_io_nja_map.py
new file mode 100644
index 0000000..f32524b
--- /dev/null
+++ b/xrayutilities/tests/test_io_nja_map.py
@@ -0,0 +1,58 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+xu.config.VERBOSITY = 0  # make no output during test
+testfile = 'seifert_map.nja.bz2'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_map_NJA(unittest.TestCase):
+    dshape = (601601,)
+    dmax = 12.8161590
+    dmin = 0.0
+    motmin = 77.0
+    motmax = 80.0
+    dtpos = 1.8286480
+    tpos = 294840
+
+    @classmethod
+    def setUpClass(cls):
+        cls.mot, cls.mot2, cls.data = xu.io.getSeifert_map(testfile,
+                                                           path=datadir)
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.data.shape)
+
+    def test_datavalues(self):
+        self.assertAlmostEqual(self.motmax, self.mot.max(), places=6)
+        self.assertAlmostEqual(self.motmin, self.mot.min(), places=6)
+        self.assertAlmostEqual(self.dmax, self.data.max(), places=6)
+        self.assertAlmostEqual(self.dmin, self.data.min(), places=6)
+        self.assertAlmostEqual(self.dtpos, self.data[self.tpos], places=6)
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_io_nja_tsk.py b/xrayutilities/tests/test_io_nja_tsk.py
new file mode 100644
index 0000000..d34eaaf
--- /dev/null
+++ b/xrayutilities/tests/test_io_nja_tsk.py
@@ -0,0 +1,60 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+xu.config.VERBOSITY = 0  # make no output during test
+testfile = 'seifert_tsk.nja.gz'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_task_NJA(unittest.TestCase):
+    dshape = (4001, 1280)
+    dmax = 143563.531
+    dmin = 0.0
+    motmin = 7.5
+    motmax = 57.5
+    dtpos = 1.026
+    tpos = (1515, 640)
+
+    @classmethod
+    def setUpClass(cls):
+        cls.mot, cls.mot2, cls.data = xu.io.getSeifert_map(testfile,
+                                                           path=datadir,
+                                                           scantype='tsk')
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.data.shape)
+
+    def test_datavalues(self):
+        self.assertAlmostEqual(self.motmax, self.mot.max(), places=6)
+        self.assertAlmostEqual(self.motmin, self.mot.min(), places=6)
+        self.assertAlmostEqual(self.dmax, self.data.max(), places=6)
+        self.assertAlmostEqual(self.dmin, self.data.min(), places=6)
+        self.assertTrue(numpy.all(self.dtpos == self.data[self.tpos[0],
+                                                          self.tpos[1]]))
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_io_pdcif.py b/xrayutilities/tests/test_io_pdcif.py
new file mode 100644
index 0000000..0f819c4
--- /dev/null
+++ b/xrayutilities/tests/test_io_pdcif.py
@@ -0,0 +1,61 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+xu.config.VERBOSITY = 0
+testfile = 'NISI.cif'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_pdCIF(unittest.TestCase):
+    dshape = (4495, )
+    # dmax =  # needs update of pdCIF to handle value + error bar
+    # dmin =
+    motorname = '_pd_meas_time_of_flight'
+    motmin = 1000.0
+    motmax = 8190.4
+    # dtpos =
+    # tpos =
+
+    @classmethod
+    def setUpClass(cls):
+        cls.dfile = xu.io.pdCIF(fullfilename)
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.dfile.data.shape)
+
+    def test_datavalues(self):
+        motor = self.dfile.data[self.motorname]
+        # counter = self.dfile.data
+        self.assertAlmostEqual(self.motmax, motor.max(), places=6)
+        self.assertAlmostEqual(self.motmin, motor.min(), places=6)
+        # self.assertAlmostEqual(self.dmax, counter.max(), places=6)
+        # self.assertAlmostEqual(self.dmin, counter.min(), places=6)
+        # self.assertAlmostEqual(counter[self.tpos[0], self.tpos[1]],
+        #                        self.dtpos)
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_io_perkinelmer.py b/xrayutilities/tests/test_io_perkinelmer.py
new file mode 100644
index 0000000..dcde538
--- /dev/null
+++ b/xrayutilities/tests/test_io_perkinelmer.py
@@ -0,0 +1,54 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import unittest
+import os.path
+
+import xrayutilities as xu
+
+testfile = 'perkinelmer.tif.bz2'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_PerkinElmer(unittest.TestCase):
+    dshape = (2048, 2048)
+    dmax = 173359.0
+    dmin = -113.0
+    tpos = (500, 500)
+    dtpos = 2929.0
+
+    @classmethod
+    def setUpClass(cls):
+        imgreader = xu.io.PerkinElmer()
+        cls.data = imgreader.readImage(testfile, path=datadir)
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.data.shape)
+
+    def test_datavalues(self):
+        self.assertAlmostEqual(self.dmax, self.data.max(), places=10)
+        self.assertAlmostEqual(self.dmin, self.data.min(), places=10)
+        self.assertAlmostEqual(self.dtpos,
+                               self.data[self.tpos[0], self.tpos[1]],
+                               places=10)
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_io_roperccd.py b/xrayutilities/tests/test_io_roperccd.py
new file mode 100644
index 0000000..198fec6
--- /dev/null
+++ b/xrayutilities/tests/test_io_roperccd.py
@@ -0,0 +1,54 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import unittest
+import os.path
+
+import xrayutilities as xu
+
+testfile = 'roperccd.bin.gz'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_RoperCCD(unittest.TestCase):
+    dshape = (4096, 4096)
+    dmax = 2285.0
+    dmin = 273.0
+    tpos = (500, 500)
+    dtpos = 304.0
+
+    @classmethod
+    def setUpClass(cls):
+        imgreader = xu.io.RoperCCD()
+        cls.data = imgreader.readImage(testfile, path=datadir)
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.data.shape)
+
+    def test_datavalues(self):
+        self.assertAlmostEqual(self.dmax, self.data.max(), places=10)
+        self.assertAlmostEqual(self.dmin, self.data.min(), places=10)
+        self.assertAlmostEqual(self.dtpos,
+                               self.data[self.tpos[0], self.tpos[1]],
+                               places=10)
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_io_spec.py b/xrayutilities/tests/test_io_spec.py
new file mode 100644
index 0000000..d5a7702
--- /dev/null
+++ b/xrayutilities/tests/test_io_spec.py
@@ -0,0 +1,84 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+xu.config.VERBOSITY = 0  # make no output during test
+testfile = 'specmca.spec.gz'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_SPEC(unittest.TestCase):
+    dshape = (4001,)
+    dmax = 2567926.75
+    dmin = 1.0
+    motmax = 95.407753
+    motmin = 15.40775
+    tpos = 2400
+    dtpos = 6.0
+    scannr = 43
+    motorname = 'Nu'
+    countername = 'PSDCORR'
+    h5file = '_test_spec.h5'
+
+    @classmethod
+    def setUpClass(cls):
+        cls.specfile = xu.io.SPECFile(testfile, path=datadir)
+        cls.specfile.Update()  # this should be a noop
+        cls.specfile.scan43.ReadData()
+        cls.sdata = cls.specfile.scan43.data
+        cls.motor, cls.inte = xu.io.getspec_scan(cls.specfile, cls.scannr,
+                                                 cls.motorname,
+                                                 cls.countername)
+
+    @classmethod
+    def tearDownClass(cls):
+        try:
+            os.remove(cls.h5file)
+        except:
+            pass
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.sdata.shape)
+        self.assertEqual(self.dshape, self.inte.shape)
+        self.assertEqual(self.dshape, self.motor.shape)
+
+    def test_datavalues(self):
+        self.assertAlmostEqual(self.motmax, self.motor.max(), places=6)
+        self.assertAlmostEqual(self.motmin, self.motor.min(), places=6)
+        self.assertAlmostEqual(self.dmax, self.inte.max(), places=6)
+        self.assertAlmostEqual(self.dmin, self.inte.min(), places=6)
+        self.assertAlmostEqual(self.dtpos, self.inte[self.tpos], places=6)
+
+    def test_datamethods(self):
+        self.assertTrue(numpy.all(self.sdata[self.countername] == self.inte))
+
+    def test_hdf5file(self):
+        self.specfile.Save2HDF5(self.h5file)
+        h5d = xu.io.geth5_scan(self.h5file, self.scannr)
+        self.assertTrue(numpy.all(self.inte == h5d[self.countername]))
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_io_specalignmentlog.py b/xrayutilities/tests/test_io_specalignmentlog.py
new file mode 100644
index 0000000..d98c6e9
--- /dev/null
+++ b/xrayutilities/tests/test_io_specalignmentlog.py
@@ -0,0 +1,48 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+xu.config.VERBOSITY = 0  # make no output during test
+testfile = 'alignment.log.gz'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_SPEC_RA_Log(unittest.TestCase):
+    peaks = [u'asymaz1', u'symaz1']
+    niterations = 639
+
+    @classmethod
+    def setUpClass(cls):
+        cls.logfile = xu.io.RA_Alignment(fullfilename)
+
+    def test_peaknames(self):
+        self.assertEqual(self.peaks, self.logfile.peaks)
+
+    def test_iterations(self):
+        self.assertEqual(self.niterations,
+                         numpy.sum(numpy.sum(self.logfile.iterations)))
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_NonCOP.py b/xrayutilities/tests/test_io_speclog.py
similarity index 50%
copy from xrayutilities/tests/test_NonCOP.py
copy to xrayutilities/tests/test_io_speclog.py
index 9f9f73c..8495fc9 100644
--- a/xrayutilities/tests/test_NonCOP.py
+++ b/xrayutilities/tests/test_io_speclog.py
@@ -13,32 +13,35 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
-# Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
 
 import xrayutilities as xu
 import numpy
-import unittest
 
+xu.config.VERBOSITY = 0  # make no output during test
+testfile = 'speclog.log.gz'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
 
-class TestQ2Ang_nonCOP(unittest.TestCase):
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_SPECLog(unittest.TestCase):
+    prompt = 'PSIC'
+    line_cnt = 2046542
+    testcmd = '84.PSIC>  mvr mu -.075; ct'
+    testcmdline = 25
 
     def setUp(self):
-        self.mat = xu.materials.Al2O3
-        self.hxrd = xu.NonCOP(self.mat.Q(1, 1, 0), self.mat.Q(0, 0, 1))
-        self.hkltest = (1, 2, 3)
-        self.hkltest2 = (-1.5, 3.1, 3)
-
-    def test_Q2Ang_nonCOP_point(self):
-        ang = self.hxrd.Q2Ang(self.mat.Q(self.hkltest))
-        qout = self.hxrd.Ang2HKL(*ang, mat=self.mat)
-        for i in range(3):
-            self.assertAlmostEqual(qout[i], self.hkltest[i], places=10)
-
-    def test_Q2Ang_nonCOP_point2(self):
-        ang = self.hxrd.Q2Ang(self.mat.Q(self.hkltest2))
-        qout = self.hxrd.Ang2HKL(*ang, mat=self.mat)
-        for i in range(3):
-            self.assertAlmostEqual(qout[i], self.hkltest2[i], places=10)
+        self.logfile = xu.io.SPECLog(testfile, self.prompt, path=datadir)
+
+    def test_linenumber(self):
+        self.assertEqual(self.line_cnt, self.logfile.line_counter)
+        self.assertEqual(self.testcmd, str(self.logfile[self.testcmdline]))
+
 
 if __name__ == '__main__':
     unittest.main()
diff --git a/xrayutilities/tests/test_io_tty.py b/xrayutilities/tests/test_io_tty.py
new file mode 100644
index 0000000..abee16d
--- /dev/null
+++ b/xrayutilities/tests/test_io_tty.py
@@ -0,0 +1,65 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+testfiletmp = 'p08tty_%05d.dat'
+testfile = testfiletmp % 29
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_FIO(unittest.TestCase):
+    dshape = (102,)
+    dmax = 1444999.0
+    dmin = 314133.0
+    motmax = 26.15
+    motmin = 13.0
+    tpos = 53
+    dtpos = 342586.0
+    motorname = 'om'
+    countername = 'EigerInt'
+
+    @classmethod
+    def setUpClass(cls):
+        cls.motor, cls.data = xu.io.gettty08_scan(testfiletmp, (29, 30),
+                                                  cls.motorname, path=datadir)
+        cls.inte = cls.data[cls.countername]
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.data.shape)
+        self.assertEqual(self.dshape, self.motor.shape)
+
+    def test_datavalues(self):
+        self.assertAlmostEqual(self.motmax, self.motor.max(), places=6)
+        self.assertAlmostEqual(self.motmin, self.motor.min(), places=6)
+        self.assertAlmostEqual(self.dmax, self.inte.max(), places=6)
+        self.assertAlmostEqual(self.dmin, self.inte.min(), places=6)
+        self.assertAlmostEqual(self.dtpos, self.inte[self.tpos], places=6)
+
+    def test_equaldata(self):
+        self.assertTrue(numpy.all(self.motor == self.data[self.motorname]))
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_io_xrdml.py b/xrayutilities/tests/test_io_xrdml.py
new file mode 100644
index 0000000..ed4d860
--- /dev/null
+++ b/xrayutilities/tests/test_io_xrdml.py
@@ -0,0 +1,63 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import os.path
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+testfile = 'omega_mm.xrdml'
+datadir = 'data'
+fullfilename = os.path.join(datadir, testfile)
+
+
+ at unittest.skipIf(not os.path.isfile(fullfilename),
+                 "additional test data needed (http://xrayutilities.sf.net)")
+class TestIO_XRDML(unittest.TestCase):
+    dshape = (499,)
+    dmax = 75052800.0
+    dmin = 54.0
+    motmax = 16.7872
+    motmin = 11.8072
+    tpos = 240
+    dtpos = 1502.0
+
+    @classmethod
+    def setUpClass(cls):
+        cls.xrdmlfile = xu.io.XRDMLFile(fullfilename)
+        cls.data1 = cls.xrdmlfile.scan['detector']
+        cls.motor, cls.data2 = xu.io.getxrdml_scan(fullfilename)
+
+    def test_datashape(self):
+        self.assertEqual(self.dshape, self.data1.shape)
+        self.assertEqual(self.dshape, self.data2.shape)
+        self.assertEqual(self.dshape, self.motor.shape)
+
+    def test_datavalues(self):
+        self.assertAlmostEqual(self.motmax, self.motor.max(), places=10)
+        self.assertAlmostEqual(self.motmin, self.motor.min(), places=10)
+        self.assertAlmostEqual(self.dmax, self.data1.max(), places=10)
+        self.assertAlmostEqual(self.dmin, self.data1.min(), places=10)
+        self.assertAlmostEqual(self.dtpos, self.data1[self.tpos], places=10)
+
+    def test_datamethods(self):
+        self.assertTrue(numpy.all(self.data1 == self.data2))
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_maplog.py b/xrayutilities/tests/test_maplog.py
new file mode 100644
index 0000000..5a4c6af
--- /dev/null
+++ b/xrayutilities/tests/test_maplog.py
@@ -0,0 +1,66 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+
+class Test_maplog(unittest.TestCase):
+    @classmethod
+    def setUpClass(cls):
+        cls.dmin = xu.config.DYNLOW
+        cls.dmax = xu.config.DYNHIGH
+
+    def test_maplog(self):
+        d = numpy.logspace(1, 6, 100)
+        # make noop
+        dm = xu.maplog(d, numpy.inf, -numpy.inf)
+        self.assertTrue(numpy.all(numpy.log10(d) == dm))
+        # cut bottom
+        dl = 3
+        dm = xu.maplog(d, dl, -numpy.inf)
+        dl = min(dl, self.dmin)
+        self.assertAlmostEqual(d.max(), 10.0**dm.max(), places=10)
+        self.assertAlmostEqual(d.max()/10.0**dl, 10**dm.min(), places=10)
+        # cut top
+        dt = 2
+        dm = xu.maplog(d, numpy.inf, dt)
+        dt = max(dt, self.dmax)
+        self.assertAlmostEqual(d.min(), 10.0**dm.min(), places=10)
+        self.assertAlmostEqual(d.max()/10.0**dt, 10.0**dm.max(), places=10)
+
+    def test_maplogzero(self):
+        d = numpy.array((0, 1))
+        # make function call with a zero and negative number
+        dm = xu.maplog(d)
+        self.assertAlmostEqual(d.max()/10.0**self.dmax,
+                               10.0**dm.max(), places=10)
+        self.assertAlmostEqual(d.max()/10.0**self.dmin,
+                               10**dm.min(), places=10)
+        # call with negative number
+        d[0] = -1
+        dm = xu.maplog(d)
+        self.assertAlmostEqual(d.max()/10.0**self.dmax,
+                               10.0**dm.max(), places=10)
+        self.assertAlmostEqual(d.max()/10.0**self.dmin,
+                               10**dm.min(), places=10)
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_npygridder1d.py b/xrayutilities/tests/test_npygridder1d.py
index 17ec7ca..24f3b49 100644
--- a/xrayutilities/tests/test_npygridder1d.py
+++ b/xrayutilities/tests/test_npygridder1d.py
@@ -15,21 +15,22 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
+import unittest
+
 import xrayutilities as xu
 import numpy
-import unittest
 
 
 class TestNpyGridder1D(unittest.TestCase):
-
-    def setUp(self):
-        self.num = numpy.random.randint(10, 99)
-        self.xmin = 1
-        self.xmax = self.num
-        self.x = numpy.linspace(self.xmin, self.xmax, num=self.num)
-        self.data = numpy.random.rand(self.num)
-        self.gridder = xu.npyGridder1D(self.num)
-        self.gridder(self.x, self.data)
+    @classmethod
+    def setUpClass(cls):
+        cls.num = numpy.random.randint(10, 99)
+        cls.xmin = 1
+        cls.xmax = cls.num
+        cls.x = numpy.linspace(cls.xmin, cls.xmax, num=cls.num)
+        cls.data = numpy.random.rand(cls.num)
+        cls.gridder = xu.npyGridder1D(cls.num)
+        cls.gridder(cls.x, cls.data)
 
     def test_npygridder1d_axis(self):
         hist, bins = numpy.histogram(self.x, bins=self.num)
diff --git a/xrayutilities/tests/test_NonCOP.py b/xrayutilities/tests/test_q2angfit.py
similarity index 50%
copy from xrayutilities/tests/test_NonCOP.py
copy to xrayutilities/tests/test_q2angfit.py
index 9f9f73c..162f197 100644
--- a/xrayutilities/tests/test_NonCOP.py
+++ b/xrayutilities/tests/test_q2angfit.py
@@ -13,32 +13,33 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 #
-# Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import unittest
 
 import xrayutilities as xu
 import numpy
-import unittest
 
 
-class TestQ2Ang_nonCOP(unittest.TestCase):
+class TestQ2AngFit(unittest.TestCase):
+    energy = 15000
 
-    def setUp(self):
-        self.mat = xu.materials.Al2O3
-        self.hxrd = xu.NonCOP(self.mat.Q(1, 1, 0), self.mat.Q(0, 0, 1))
-        self.hkltest = (1, 2, 3)
-        self.hkltest2 = (-1.5, 3.1, 3)
+    @classmethod
+    def setUpClass(cls):
+        cls.qconv = xu.experiment.QConversion(['z+', 'y-', 'z-'],
+                                              ['z+', 'y-'],
+                                              [1, 0, 0])
+        cls.hxrd = xu.HXRD((1, 0, 0), (0, 0, 1), en=cls.energy,
+                           qconv=cls.qconv)
+        cls.bounds = (0, (0, 90), 0, (-1, 90), (0, 90))
+        cls.qvec = numpy.array((0, 0, numpy.random.rand(1)[0]))
 
-    def test_Q2Ang_nonCOP_point(self):
-        ang = self.hxrd.Q2Ang(self.mat.Q(self.hkltest))
-        qout = self.hxrd.Ang2HKL(*ang, mat=self.mat)
+    def test_q2angfit(self):
+        ang, qerror, errcode = xu.Q2AngFit(self.qvec, self.hxrd, self.bounds)
+        qout = self.hxrd.Ang2Q(*ang)
         for i in range(3):
-            self.assertAlmostEqual(qout[i], self.hkltest[i], places=10)
+            self.assertAlmostEqual(qout[i], self.qvec[i], places=6)
 
-    def test_Q2Ang_nonCOP_point2(self):
-        ang = self.hxrd.Q2Ang(self.mat.Q(self.hkltest2))
-        qout = self.hxrd.Ang2HKL(*ang, mat=self.mat)
-        for i in range(3):
-            self.assertAlmostEqual(qout[i], self.hkltest2[i], places=10)
 
 if __name__ == '__main__':
     unittest.main()
diff --git a/xrayutilities/tests/test_qconversion.py b/xrayutilities/tests/test_qconversion.py
index 5fdf154..99873ef 100644
--- a/xrayutilities/tests/test_qconversion.py
+++ b/xrayutilities/tests/test_qconversion.py
@@ -15,18 +15,19 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
+import unittest
+
 import xrayutilities as xu
 import numpy
-import unittest
 
 
 class TestQConversion(unittest.TestCase):
-
-    def setUp(self):
-        self.mat = xu.materials.Si
-        self.hxrd = xu.HXRD(self.mat.Q(1, 1, 0), self.mat.Q(0, 0, 1))
-        self.hklsym = (0, 0, 4)
-        self.hklasym = (2, 2, 4)
+    @classmethod
+    def setUpClass(cls):
+        cls.mat = xu.materials.Si
+        cls.hxrd = xu.HXRD(cls.mat.Q(1, 1, 0), cls.mat.Q(0, 0, 1))
+        cls.hklsym = (0, 0, 4)
+        cls.hklasym = (2, 2, 4)
 
     def test_qconversion_point(self):
         ang = self.hxrd.Q2Ang(self.mat.Q(self.hklsym))
diff --git a/xrayutilities/tests/test_qconversion_area.py b/xrayutilities/tests/test_qconversion_area.py
index 5a37238..6161dbf 100644
--- a/xrayutilities/tests/test_qconversion_area.py
+++ b/xrayutilities/tests/test_qconversion_area.py
@@ -15,23 +15,24 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
+import unittest
+
 import xrayutilities as xu
 import numpy
-import unittest
 
 
 class TestQConversion(unittest.TestCase):
-
-    def setUp(self):
-        self.mat = xu.materials.Si
-        self.hxrd = xu.HXRD(self.mat.Q(1, 1, 0), self.mat.Q(0, 0, 1))
-        self.nch = (9, 13)
-        self.ncch1 = 4
-        self.ncch2 = 6
-        self.hxrd.Ang2Q.init_area('z+', 'x+', self.ncch1, self.ncch2,
-                                  self.nch[0], self.nch[1], 1.0, 50e-6, 50e-6)
-        self.hklsym = (0, 0, 4)
-        self.hklasym = (2, 2, 4)
+    @classmethod
+    def setUpClass(cls):
+        cls.mat = xu.materials.Si
+        cls.hxrd = xu.HXRD(cls.mat.Q(1, 1, 0), cls.mat.Q(0, 0, 1))
+        cls.nch = (9, 13)
+        cls.ncch1 = 4
+        cls.ncch2 = 6
+        cls.hxrd.Ang2Q.init_area('z+', 'x+', cls.ncch1, cls.ncch2,
+                                 cls.nch[0], cls.nch[1], 1.0, 50e-6, 50e-6)
+        cls.hklsym = (0, 0, 4)
+        cls.hklasym = (2, 2, 4)
 
     def test_qconversion_area(self):
         ang = self.hxrd.Q2Ang(self.mat.Q(self.hklsym))
diff --git a/xrayutilities/tests/test_qconversion_linear.py b/xrayutilities/tests/test_qconversion_linear.py
index 28aaf10..8b32404 100644
--- a/xrayutilities/tests/test_qconversion_linear.py
+++ b/xrayutilities/tests/test_qconversion_linear.py
@@ -15,21 +15,22 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
+import unittest
+
 import xrayutilities as xu
 import numpy
-import unittest
 
 
 class TestQConversion(unittest.TestCase):
-
-    def setUp(self):
-        self.mat = xu.materials.Si
-        self.hxrd = xu.HXRD(self.mat.Q(1, 1, 0), self.mat.Q(0, 0, 1))
-        self.nch = 9
-        self.ncch = 4
-        self.hxrd.Ang2Q.init_linear('z+', self.ncch, self.nch, 1.0, 50e-6, 0.)
-        self.hklsym = (0, 0, 4)
-        self.hklasym = (2, 2, 4)
+    @classmethod
+    def setUpClass(cls):
+        cls.mat = xu.materials.Si
+        cls.hxrd = xu.HXRD(cls.mat.Q(1, 1, 0), cls.mat.Q(0, 0, 1))
+        cls.nch = 9
+        cls.ncch = 4
+        cls.hxrd.Ang2Q.init_linear('z+', cls.ncch, cls.nch, 1.0, 50e-6, 0.)
+        cls.hklsym = (0, 0, 4)
+        cls.hklasym = (2, 2, 4)
 
     def test_qconversion_linear(self):
         ang = self.hxrd.Q2Ang(self.mat.Q(self.hklsym))
diff --git a/xrayutilities/tests/test_qconversion_trans.py b/xrayutilities/tests/test_qconversion_trans.py
index 92d6b68..ba151e7 100644
--- a/xrayutilities/tests/test_qconversion_trans.py
+++ b/xrayutilities/tests/test_qconversion_trans.py
@@ -15,33 +15,33 @@
 #
 # Copyright (C) 2014 Dominik Kriegner <dominik.kriegner at gmail.com>
 
+import unittest
+
 import xrayutilities as xu
 import numpy
-import unittest
 
 
 class TestQConversionTrans(unittest.TestCase):
-
-    def setUp(self):
-        self.nch = 9
-        self.ncch = 4
-        self.nch2d = (9, 13)
-        self.ncch1 = 4
-        self.ncch2 = 6
+    @classmethod
+    def setUpClass(cls):
+        cls.nch = 9
+        cls.ncch = 4
+        cls.nch2d = (9, 13)
+        cls.ncch1 = 4
+        cls.ncch2 = 6
         # standard 1S+1D goniometer
         qconv = xu.QConversion('x+', 'x+', (0, 1, 0))
-        self.hxrd = xu.HXRD((1., 1., 0.), (0., 0., 1.), qconv=qconv)
+        cls.hxrd = xu.HXRD((1., 1., 0.), (0., 0., 1.), qconv=qconv)
         # comparable goniometer with translations
         qconv = xu.QConversion('x+', ['ty', 'tz'], (0, 1e-15, 0))
-        self.hxrdtrans = xu.HXRD((1., 1., 0.), (0., 0., 1.), qconv=qconv,
-                                 sampleor='z+')
-        self.hxrdtrans.Ang2Q.init_linear('z+', self.ncch, self.nch,
-                                         1e-15, 50e-6)
-        self.hxrdtrans.Ang2Q.init_area('z+', 'x+', self.ncch1, self.ncch2,
-                                       self.nch2d[0], self.nch2d[1],
-                                       1e-15, 50e-6, 50e-6)
-
-        self.angle = numpy.random.rand() * 45
+        cls.hxrdtrans = xu.HXRD((1., 1., 0.), (0., 0., 1.), qconv=qconv,
+                                sampleor='z+')
+        cls.hxrdtrans.Ang2Q.init_linear('z+', cls.ncch, cls.nch, 1e-15, 50e-6)
+        cls.hxrdtrans.Ang2Q.init_area('z+', 'x+', cls.ncch1, cls.ncch2,
+                                      cls.nch2d[0], cls.nch2d[1],
+                                      1e-15, 50e-6, 50e-6)
+
+        cls.angle = numpy.random.rand() * 45
 
     def test_qtrans0(self):
         qvec1 = self.hxrd.Ang2Q(self.angle, 0)
diff --git a/xrayutilities/tests/test_structure_factor.py b/xrayutilities/tests/test_structure_factor.py
new file mode 100644
index 0000000..04609b1
--- /dev/null
+++ b/xrayutilities/tests/test_structure_factor.py
@@ -0,0 +1,53 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+
+class TestStructureFactor(unittest.TestCase):
+    @classmethod
+    def setUpClass(cls):
+        cls.at = xu.materials.elements.dummy
+        cls.mat = xu.materials.Material('test',
+                                        xu.materials.DiamondLattice(cls.at, 4))
+
+    def test_StructureFactor(self):
+        f = self.mat.StructureFactor(self.mat.Q(1, 3, 1))
+        self.assertAlmostEqual(f, 4 - 4j, places=10)
+        f = self.mat.StructureFactor(self.mat.Q(0, 4, 0))
+        self.assertAlmostEqual(f, 8, places=10)
+        f = self.mat.StructureFactor(self.mat.Q(1, 2, 1))
+        self.assertAlmostEqual(f, 0, places=10)
+
+    def test_StructureFactorQ(self):
+        q = (self.mat.Q(1, 1, 1), self.mat.Q(0, 4, 0), self.mat.Q(1, 2, 1))
+        f = self.mat.StructureFactorForQ(q)
+        for i in range(3):
+            self.assertAlmostEqual(f[i], (4 + 4j, 8, 0)[i], places=10)
+
+    def test_StructureFactorE(self):
+        q = self.mat.Q(1, 1, 1)
+        f = self.mat.StructureFactorForEnergy(q, (1000, 2000, 3000))
+        for i in range(3):
+            self.assertAlmostEqual(f[i], 4 + 4j, places=10)
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/tests/test_transforms.py b/xrayutilities/tests/test_transforms.py
new file mode 100644
index 0000000..7d70e5b
--- /dev/null
+++ b/xrayutilities/tests/test_transforms.py
@@ -0,0 +1,81 @@
+# This file is part of xrayutilities.
+#
+# xrayutilities is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Copyright (C) 2015 Dominik Kriegner <dominik.kriegner at gmail.com>
+
+import unittest
+
+import xrayutilities as xu
+import numpy
+
+
+class TestTransforms(unittest.TestCase):
+    @classmethod
+    def setUpClass(cls):
+        cls.x = (1.0, 0.0, 0.0)
+        cls.y = (0.0, 1.0, 0.0)
+        cls.z = (0.0, 0.0, 1.0)
+
+    def test_Xrot(self):
+        xr = xu.math.XRotation(90)
+        for i in range(3):
+            self.assertAlmostEqual(xr(self.y)[i], self.z[i], places=10)
+        for i in range(3):
+            self.assertAlmostEqual(xr(self.z)[i], -self.y[i], places=10)
+
+    def test_Yrot(self):
+        yr = xu.math.YRotation(90)
+        for i in range(3):
+            self.assertAlmostEqual(yr(self.z)[i], self.x[i], places=10)
+        for i in range(3):
+            self.assertAlmostEqual(yr(self.x)[i], -self.z[i], places=10)
+
+    def test_Zrot(self):
+        zr = xu.math.ZRotation(90)
+        for i in range(3):
+            self.assertAlmostEqual(zr(self.x)[i], self.y[i], places=10)
+        for i in range(3):
+            self.assertAlmostEqual(zr(self.y)[i], -self.x[i], places=10)
+
+    def test_arbrot(self):
+        r = xu.math.rotarb
+        a = (1, 1, 1)
+        for i in range(3):
+            self.assertAlmostEqual(r(self.x, a, 120)[i], self.y[i], places=10)
+        for i in range(3):
+            self.assertAlmostEqual(r(self.z, a, 120)[i], self.x[i], places=10)
+
+    def test_Axis2Z(self):
+        a = numpy.random.rand(3)
+        a[2] = 2  # ensure non-zero vector
+        r = xu.math.AxisToZ(a)
+        for i in range(3):
+            self.assertAlmostEqual(r(a)[i],
+                                   self.z[i] * numpy.linalg.norm(a),
+                                   places=10)
+        r = xu.math.AxisToZ_keepXY(a)
+        for i in range(3):
+            self.assertAlmostEqual(r(a)[i],
+                                   self.z[i] * numpy.linalg.norm(a),
+                                   places=10)
+        # test inverse
+        for i in range(3):
+            self.assertAlmostEqual(r.inverse(self.z)[i],
+                                   a[i] / numpy.linalg.norm(a),
+                                   places=10)
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/xrayutilities/utilities.py b/xrayutilities/utilities.py
index 3cd2a11..defa761 100644
--- a/xrayutilities/utilities.py
+++ b/xrayutilities/utilities.py
@@ -52,7 +52,6 @@ def maplog(inte, dynlow="config", dynhigh="config", **keyargs):
     -------
      >>> lint = maplog(int,5,2)
     """
-
     if dynlow == "config":
         dynlow = config.DYNLOW
     if dynhigh == "config":
diff --git a/xrayutilities/utilities_noconf.py b/xrayutilities/utilities_noconf.py
index 21cc09a..f828291 100644
--- a/xrayutilities/utilities_noconf.py
+++ b/xrayutilities/utilities_noconf.py
@@ -23,7 +23,7 @@ this part of utilities does not need the config class
 import numbers
 import numpy
 import scipy.constants
-import os
+import os.path
 
 from .exception import InputError
 
@@ -38,7 +38,9 @@ energies = {
     'CuKa2': 8027.9117,
     'CuKa12': 8041.18,
     'CuKb': 8905.337,
-    'MoKa1': 17479.374}
+    'MoKa1': 17479.374,
+    'CoKa1': 6930.32,
+    'CoKa2': 6915.30}
 # wavelength values from International Tables of Crystallography:
 # Vol C, 2nd Ed. page 203
 # CuKa1: 1.54059292(45) the value in bracket is the uncertainty
@@ -46,6 +48,8 @@ energies = {
 # CuKa12: mixture 2:1 a1 and a2
 # CuKb:  1.392246(14)
 # MoKa1: 0.70931713(41)
+# Xray data booklet:
+# CoKa1,2 energies
 
 
 def lam2en(inp):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-xrayutilities.git



More information about the debian-science-commits mailing list