summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LaTeX/argo/README.txt81
-rw-r--r--LaTeX/argo/antlrall.jarbin0 -> 379215 bytes
-rw-r--r--LaTeX/argo/argouml-mdr.jarbin0 -> 347072 bytes
-rw-r--r--LaTeX/argo/argouml-model.jarbin0 -> 92025 bytes
-rwxr-xr-xLaTeX/argo/argouml.bat2
-rw-r--r--LaTeX/argo/argouml.jarbin0 -> 3293887 bytes
-rw-r--r--LaTeX/argo/argouml.log125
-rwxr-xr-xLaTeX/argo/argouml.sh29
-rw-r--r--LaTeX/argo/commons-logging.jarbin0 -> 32753 bytes
-rw-r--r--LaTeX/argo/ext/argo_classfile.jarbin0 -> 29266 bytes
-rw-r--r--LaTeX/argo/ext/argo_cpp.jarbin0 -> 107979 bytes
-rw-r--r--LaTeX/argo/ext/argo_idl.jarbin0 -> 49669 bytes
-rw-r--r--LaTeX/argo/ext/argo_php.jarbin0 -> 34646 bytes
-rw-r--r--LaTeX/argo/ext/argouml-csharp.jarbin0 -> 20908 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-de.jarbin0 -> 69637 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-en_GB.jarbin0 -> 30723 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-es.jarbin0 -> 47841 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-fr.jarbin0 -> 33534 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-it.jarbin0 -> 60085 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-nb.jarbin0 -> 55783 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-pt.jarbin0 -> 60440 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-pt_BR.jarbin0 -> 36506 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-ru.jarbin0 -> 40944 bytes
-rw-r--r--LaTeX/argo/ext/argouml-i18n-zh.jarbin0 -> 22715 bytes
-rw-r--r--LaTeX/argo/gef.jarbin0 -> 704375 bytes
-rw-r--r--LaTeX/argo/java-interfaces.jarbin0 -> 203385 bytes
-rw-r--r--LaTeX/argo/jmi.jarbin0 -> 23182 bytes
-rw-r--r--LaTeX/argo/jmiutils.jarbin0 -> 486680 bytes
-rw-r--r--LaTeX/argo/log4j.jarbin0 -> 367460 bytes
-rw-r--r--LaTeX/argo/mdrapi.jarbin0 -> 35168 bytes
-rw-r--r--LaTeX/argo/mof.jarbin0 -> 180478 bytes
-rw-r--r--LaTeX/argo/nbmdr.jarbin0 -> 1368376 bytes
-rw-r--r--LaTeX/argo/ocl-argo.jarbin0 -> 693356 bytes
-rw-r--r--LaTeX/argo/openide-util.jarbin0 -> 494643 bytes
-rw-r--r--LaTeX/argo/swidgets.jarbin0 -> 52273 bytes
-rw-r--r--LaTeX/argo/toolbar.jarbin0 -> 49034 bytes
-rw-r--r--LaTeX/chapters/grundkomponenten.tex6
-rw-r--r--LaTeX/chapters/titlepage.tex19
-rw-r--r--LaTeX/diplomarbeit.pdf882
39 files changed, 691 insertions, 453 deletions
diff --git a/LaTeX/argo/README.txt b/LaTeX/argo/README.txt
new file mode 100644
index 0000000..9a034de
--- /dev/null
+++ b/LaTeX/argo/README.txt
@@ -0,0 +1,81 @@
+Welcome to ArgoUML!
+
+(This file was last updated by $Author: mvw $ on $Date: 2005-09-25 10:41:13 +0200 (Sun, 25 Sep 2005) $.)
+
+In case you just downloaded and unzipped your ArgoUML distribution,
+here's how to proceed.
+
+First, you need the runtime environment for Java (J2SE) installed, get it
+from http://www.java.com for your platform.
+
+At least a JRE 1.4 is required. Please let us know if you experience
+any JDK related problems. Try typing "java" in a console window to see
+if Java is successfully installed. You should get a list of your
+options. If not, try reinstalling Java.
+
+Now (after unpacking the distro, which you obviously have done,
+because this file was in it) you should have a bunch of .jar files
+(argouml.jar, gef.jar and others...) in your directory. Please do
+NOT unpack the .jars! Just leave them as jar files.
+
+Now you can start the argouml.jar, on a Windows platform by
+(double-)clicking it.
+Alternatively, you can type the following at a
+command line console: java -jar argouml.jar
+
+The same effect can be obtained by creating a batch-file (in the same
+dir as argouml.jar), with the following contents:
+ java -jar argouml.jar
+which can then be started via a shortcut on the desktop.
+
+
+Detailed instructions in running ArgoUML from a command line console
+on Windows:
+
+Suppose that you have downloaded ArgoUML to the C: drive, so your
+directory looks like this:
+ c:\ArgoUML
+Open your DOS command prompt and type
+ cd \
+to set the current directory to the root. Then type:
+ c\:>cd ArgoUML
+which will give you the prompt:
+ c:\ArgoUML>
+Then type:
+ dir
+to see everything in the ArgoUML folder. You should have the
+argouml.jar file present in this folder. Note that you need all
+downloaded jar files together in this directory.
+
+Then type
+ java -jar argouml.jar
+That's it, ArgoUML should start up now.
+
+If not, there is a problem with the downloading on your computer.
+Please have a look at http://argouml.tigris.org in the FAQ
+and then consider posting an issue.
+
+
+Modules:
+
+If you downloaded the modules archive, which contains the support for
+code generation of other languages then Java, then put their jar files
+in a subdirectory named ext.
+
+
+Memory:
+
+If you have plenty of memory and wants ArgoUML to be able to handle
+large projects, try:
+java -Xms250M -Xmx500M -jar argouml.jar
+
+
+Batch mode:
+
+The following is an example of how ArgoUML is run in batchmode:
+java -jar argouml.jar -batch -command "org.argouml.uml.ui.ActionOpenProject=test.zargo" -command org.argouml.ui.cmd.ActionGotoDiagram=A -command "org.argouml.uml.ui.ActionSaveGraphics=test.PNG"
+Instead of "test.zargo", it may be better to include the complete path, e.g.
+c:\Documents and Settings\YourNameHere\My Documents\test.zargo
+
+
+Have fun!
diff --git a/LaTeX/argo/antlrall.jar b/LaTeX/argo/antlrall.jar
new file mode 100644
index 0000000..4bdb7c3
--- /dev/null
+++ b/LaTeX/argo/antlrall.jar
Binary files differ
diff --git a/LaTeX/argo/argouml-mdr.jar b/LaTeX/argo/argouml-mdr.jar
new file mode 100644
index 0000000..1754cb7
--- /dev/null
+++ b/LaTeX/argo/argouml-mdr.jar
Binary files differ
diff --git a/LaTeX/argo/argouml-model.jar b/LaTeX/argo/argouml-model.jar
new file mode 100644
index 0000000..4529261
--- /dev/null
+++ b/LaTeX/argo/argouml-model.jar
Binary files differ
diff --git a/LaTeX/argo/argouml.bat b/LaTeX/argo/argouml.bat
new file mode 100755
index 0000000..d91440b
--- /dev/null
+++ b/LaTeX/argo/argouml.bat
@@ -0,0 +1,2 @@
+@echo off
+java -cp @argojarfile@ org.argouml.application.Main %1 %2 %3 %4 %5 %6 %7 %8
diff --git a/LaTeX/argo/argouml.jar b/LaTeX/argo/argouml.jar
new file mode 100644
index 0000000..fd8ee9e
--- /dev/null
+++ b/LaTeX/argo/argouml.jar
Binary files differ
diff --git a/LaTeX/argo/argouml.log b/LaTeX/argo/argouml.log
new file mode 100644
index 0000000..480f9ae
--- /dev/null
+++ b/LaTeX/argo/argouml.log
@@ -0,0 +1,125 @@
+2008-06-21 19:32:05,082 WARN: Unable to load configuration /home/buetow/argo.user.properties (ConfigurationProperties.java:107)
+2008-06-21 19:36:05,751 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:05,929 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:06,539 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:06,773 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:07,261 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:07,380 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:07,490 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:07,605 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:07,730 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:08,648 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:08,954 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:10,097 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:10,936 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:12,201 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:12,770 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:12,890 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:12,943 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:13,132 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:13,786 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:15,337 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:15,559 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:15,697 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:15,773 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:15,891 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:34,290 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:35,540 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:36,627 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:36,749 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:36,827 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:37,052 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:37,216 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:37,331 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:37,396 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:37,670 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:38,315 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:38,977 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:39,330 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:39,509 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:39,577 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:39,705 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:48,420 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:48,627 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:48,802 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:48,958 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:49,110 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:49,255 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:49,399 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:49,557 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:49,716 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:49,880 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:50,027 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:50,190 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:50,361 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 19:36:50,540 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:46,474 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:46,717 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:46,805 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:47,642 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:48,001 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:48,186 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:48,281 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:48,337 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:48,451 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:48,544 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:48,880 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:49,008 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:49,177 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:49,276 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:49,437 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:49,537 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:49,678 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:49,773 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:49,893 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:49,978 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:50,085 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:50,170 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:50,297 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:50,353 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:06:50,457 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:18:04,978 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@1dc5341/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326)
+2008-06-21 20:18:04,991 WARN: I return... (FigNodeModelElement.java:1328)
+2008-06-21 20:18:05,000 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@a488b9/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326)
+2008-06-21 20:18:05,001 WARN: I return... (FigNodeModelElement.java:1328)
+2008-06-21 20:34:08,418 WARN: Got a ClassifierRole - only legal on load (FigClassifierRole.java:1024)
+2008-06-21 20:34:08,419 WARN: Got a ClassifierRole - only legal on load (FigClassifierRole.java:1024)
+2008-06-21 20:36:25,593 WARN: Got a ClassifierRole - only legal on load (FigClassifierRole.java:1024)
+2008-06-21 20:36:25,594 WARN: Got a ClassifierRole - only legal on load (FigClassifierRole.java:1024)
+2008-06-21 20:39:56,964 WARN: Got a ClassifierRole - only legal on load (FigClassifierRole.java:1024)
+2008-06-21 20:39:56,966 WARN: Got a ClassifierRole - only legal on load (FigClassifierRole.java:1024)
+2008-06-21 20:39:59,236 WARN: Got a ClassifierRole - only legal on load (FigClassifierRole.java:1024)
+2008-06-21 20:39:59,237 WARN: Got a ClassifierRole - only legal on load (FigClassifierRole.java:1024)
+2008-06-21 20:40:48,006 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:40:48,198 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:40:48,281 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:40:48,376 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:40:48,540 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:40:48,644 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:40:48,861 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:40:48,942 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:40:49,049 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:40:49,253 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:40:49,409 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:40:49,608 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:40:49,678 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936)
+2008-06-21 20:54:29,309 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87)
+2008-06-21 20:58:55,683 WARN: in dest node but no port (ModeCreateEdgeAndNode.java:417)
+2008-06-21 20:59:44,082 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
+2008-06-21 20:59:47,368 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
+2008-06-21 20:59:52,046 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
+2008-06-21 21:02:18,287 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87)
+2008-06-21 21:02:54,645 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
+2008-06-21 21:02:59,793 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
+2008-06-21 21:03:03,715 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
+2008-06-21 21:03:06,198 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
+2008-06-21 21:03:15,805 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
+2008-06-21 21:04:18,658 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
+2008-06-21 21:04:22,268 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
+2008-06-21 21:04:52,228 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
+2008-06-21 21:05:10,857 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87)
+2008-06-21 21:05:12,909 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87)
+2008-06-21 21:06:26,259 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87)
+2008-06-21 21:07:12,943 WARN: MutableGraphModel connect() returned null (ModeCreatePolyEdge.java:224)
+2008-06-21 21:07:16,851 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87)
+2008-06-21 21:09:20,634 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87)
diff --git a/LaTeX/argo/argouml.sh b/LaTeX/argo/argouml.sh
new file mode 100755
index 0000000..0188e69
--- /dev/null
+++ b/LaTeX/argo/argouml.sh
@@ -0,0 +1,29 @@
+#!/bin/sh
+#
+# Shell script to launch ArgoUML on Unix systems. Mostly borrowed from
+# the Apache Ant project.
+#
+# The idea is that you can put a softlink in your "bin" directory back
+# to this file in the ArgoUML install directory and this script will
+# use the link to find the jars that it needs, e.g.:
+#
+# ln -s /usr/local/ArgoUML/argouml.sh /usr/local/bin/argo
+#
+# 2002-02-25 toby@caboteria.org
+
+## resolve links - $0 may be a link to ArgoUML's home
+PRG=$0
+progname=`basename $0`
+
+while [ -h "$PRG" ] ; do
+ ls=`ls -ld "$PRG"`
+ link=`expr "$ls" : '.*-> \(.*\)$'`
+ if expr "$link" : '.*/.*' > /dev/null; then
+ PRG="$link"
+ else
+ PRG="`dirname $PRG`/$link"
+ fi
+done
+
+java -jar `dirname $PRG`/argouml.jar "$@"
+
diff --git a/LaTeX/argo/commons-logging.jar b/LaTeX/argo/commons-logging.jar
new file mode 100644
index 0000000..5a86bc4
--- /dev/null
+++ b/LaTeX/argo/commons-logging.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argo_classfile.jar b/LaTeX/argo/ext/argo_classfile.jar
new file mode 100644
index 0000000..70b8d02
--- /dev/null
+++ b/LaTeX/argo/ext/argo_classfile.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argo_cpp.jar b/LaTeX/argo/ext/argo_cpp.jar
new file mode 100644
index 0000000..1f22f2d
--- /dev/null
+++ b/LaTeX/argo/ext/argo_cpp.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argo_idl.jar b/LaTeX/argo/ext/argo_idl.jar
new file mode 100644
index 0000000..5b384bd
--- /dev/null
+++ b/LaTeX/argo/ext/argo_idl.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argo_php.jar b/LaTeX/argo/ext/argo_php.jar
new file mode 100644
index 0000000..3a9ca61
--- /dev/null
+++ b/LaTeX/argo/ext/argo_php.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-csharp.jar b/LaTeX/argo/ext/argouml-csharp.jar
new file mode 100644
index 0000000..51a2a9a
--- /dev/null
+++ b/LaTeX/argo/ext/argouml-csharp.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-de.jar b/LaTeX/argo/ext/argouml-i18n-de.jar
new file mode 100644
index 0000000..cd15b85
--- /dev/null
+++ b/LaTeX/argo/ext/argouml-i18n-de.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-en_GB.jar b/LaTeX/argo/ext/argouml-i18n-en_GB.jar
new file mode 100644
index 0000000..200e498
--- /dev/null
+++ b/LaTeX/argo/ext/argouml-i18n-en_GB.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-es.jar b/LaTeX/argo/ext/argouml-i18n-es.jar
new file mode 100644
index 0000000..3f83609
--- /dev/null
+++ b/LaTeX/argo/ext/argouml-i18n-es.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-fr.jar b/LaTeX/argo/ext/argouml-i18n-fr.jar
new file mode 100644
index 0000000..6031e08
--- /dev/null
+++ b/LaTeX/argo/ext/argouml-i18n-fr.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-it.jar b/LaTeX/argo/ext/argouml-i18n-it.jar
new file mode 100644
index 0000000..0a022a8
--- /dev/null
+++ b/LaTeX/argo/ext/argouml-i18n-it.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-nb.jar b/LaTeX/argo/ext/argouml-i18n-nb.jar
new file mode 100644
index 0000000..f32e5a9
--- /dev/null
+++ b/LaTeX/argo/ext/argouml-i18n-nb.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-pt.jar b/LaTeX/argo/ext/argouml-i18n-pt.jar
new file mode 100644
index 0000000..8c0772e
--- /dev/null
+++ b/LaTeX/argo/ext/argouml-i18n-pt.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-pt_BR.jar b/LaTeX/argo/ext/argouml-i18n-pt_BR.jar
new file mode 100644
index 0000000..907fc27
--- /dev/null
+++ b/LaTeX/argo/ext/argouml-i18n-pt_BR.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-ru.jar b/LaTeX/argo/ext/argouml-i18n-ru.jar
new file mode 100644
index 0000000..04d2a88
--- /dev/null
+++ b/LaTeX/argo/ext/argouml-i18n-ru.jar
Binary files differ
diff --git a/LaTeX/argo/ext/argouml-i18n-zh.jar b/LaTeX/argo/ext/argouml-i18n-zh.jar
new file mode 100644
index 0000000..9054910
--- /dev/null
+++ b/LaTeX/argo/ext/argouml-i18n-zh.jar
Binary files differ
diff --git a/LaTeX/argo/gef.jar b/LaTeX/argo/gef.jar
new file mode 100644
index 0000000..5bc75ac
--- /dev/null
+++ b/LaTeX/argo/gef.jar
Binary files differ
diff --git a/LaTeX/argo/java-interfaces.jar b/LaTeX/argo/java-interfaces.jar
new file mode 100644
index 0000000..c3cecb0
--- /dev/null
+++ b/LaTeX/argo/java-interfaces.jar
Binary files differ
diff --git a/LaTeX/argo/jmi.jar b/LaTeX/argo/jmi.jar
new file mode 100644
index 0000000..1a0d89c
--- /dev/null
+++ b/LaTeX/argo/jmi.jar
Binary files differ
diff --git a/LaTeX/argo/jmiutils.jar b/LaTeX/argo/jmiutils.jar
new file mode 100644
index 0000000..208ade1
--- /dev/null
+++ b/LaTeX/argo/jmiutils.jar
Binary files differ
diff --git a/LaTeX/argo/log4j.jar b/LaTeX/argo/log4j.jar
new file mode 100644
index 0000000..2e9c58e
--- /dev/null
+++ b/LaTeX/argo/log4j.jar
Binary files differ
diff --git a/LaTeX/argo/mdrapi.jar b/LaTeX/argo/mdrapi.jar
new file mode 100644
index 0000000..48c9ac4
--- /dev/null
+++ b/LaTeX/argo/mdrapi.jar
Binary files differ
diff --git a/LaTeX/argo/mof.jar b/LaTeX/argo/mof.jar
new file mode 100644
index 0000000..372d755
--- /dev/null
+++ b/LaTeX/argo/mof.jar
Binary files differ
diff --git a/LaTeX/argo/nbmdr.jar b/LaTeX/argo/nbmdr.jar
new file mode 100644
index 0000000..fa99323
--- /dev/null
+++ b/LaTeX/argo/nbmdr.jar
Binary files differ
diff --git a/LaTeX/argo/ocl-argo.jar b/LaTeX/argo/ocl-argo.jar
new file mode 100644
index 0000000..8c9830a
--- /dev/null
+++ b/LaTeX/argo/ocl-argo.jar
Binary files differ
diff --git a/LaTeX/argo/openide-util.jar b/LaTeX/argo/openide-util.jar
new file mode 100644
index 0000000..83fb9da
--- /dev/null
+++ b/LaTeX/argo/openide-util.jar
Binary files differ
diff --git a/LaTeX/argo/swidgets.jar b/LaTeX/argo/swidgets.jar
new file mode 100644
index 0000000..94fc191
--- /dev/null
+++ b/LaTeX/argo/swidgets.jar
Binary files differ
diff --git a/LaTeX/argo/toolbar.jar b/LaTeX/argo/toolbar.jar
new file mode 100644
index 0000000..ce8117f
--- /dev/null
+++ b/LaTeX/argo/toolbar.jar
Binary files differ
diff --git a/LaTeX/chapters/grundkomponenten.tex b/LaTeX/chapters/grundkomponenten.tex
index 821dae3..8a6ba61 100644
--- a/LaTeX/chapters/grundkomponenten.tex
+++ b/LaTeX/chapters/grundkomponenten.tex
@@ -40,6 +40,8 @@ Eine Simulation besteht aus der Hintereinanderausf\"{u}hrung von endlich vielen
\label{fig:ClientServerProtokolle}
\end{figure}
-Eine Simulation besteht aus der Anwendung von Protokollen. Es wurde bereits erw\"{a}hnt, dass ein Prozess die Rollen von Servern und/oder Clients annehmen kann. Bei jeder Server- und Clientrolle muss zus\"{a}tzlich das dazugeh\"{o}rige Protokoll spezifiziert werden. Ein Protokoll definiert, wie ein Client und ein Server Nachrichten verschicken und wie sie bei Ankunft von Nachrichten reagieren. Ein Prozess verarbeitet eine empfangene Nachricht nur, wenn er das jeweilige Protokoll versteht.
+Eine Simulation besteht aus der Anwendung von Protokollen. Es wurde bereits erw\"{a}hnt, dass ein Prozess die Rollen von Servern und/oder Clients annehmen kann. Bei jeder Server- und Clientrolle muss zus\"{a}tzlich das dazugeh\"{o}rige Protokoll spezifiziert werden. Ein Protokoll definiert, wie ein Client und ein Server Nachrichten verschickt und wie bei Ankunft einer Nachricht reagiert wird. Ein Prozess verarbeitet eine empfangene Nachricht nur, wenn er das jeweilige Protokoll versteht.
-In Abbildung \ref{fig:ClientServerProtokolle} sind 3 Prozesse dargestellt. Prozess 1 unterst\"{u}tzt serverseitig das Protokoll ``A'' und clientseitig das Protokoll ``B''. Prozess 2 unterst\"{u}tzt clientseitig das Protokoll ``A'' und Prozess 3 serverseitig das Protokoll ``B''. D.h., Prozess 1 kann mit Prozess 2 via Protokoll ``A'' und mit Prozess 3 via Protokoll ``B'' kommunizieren. Die Prozesse 2 und 3 sind zueinander inkompatibel.
+In Abbildung \ref{fig:ClientServerProtokolle} sind 3 Prozesse dargestellt. Prozess 1 unterst\"{u}tzt serverseitig das Protokoll ``A'' und clientseitig das Protokoll ``B''. Prozess 2 unterst\"{u}tzt clientseitig das Protokoll ``A'' und Prozess 3 serverseitig das Protokoll ``B''. D.h., Prozess 1 kann mit Prozess 2 via Protokoll ``A'' und mit Prozess 3 via Protokoll ``B'' kommunizieren. Die Prozesse 2 und 3 sind zueinander inkompatibel und k\"{o}nnen voneinander erhaltene Nachrichten nicht verarbeiten.
+
+In der Regel k\"{o}nnen Clients nicht mit Clients und Server nicht mit Server kommunizieren. Je nach verwendetem Protokoll kann dies jedoch variieren. Alle vom Simulator verf\"{u}gbaren Protokolle werden sp\"{a}ter behandelt.
diff --git a/LaTeX/chapters/titlepage.tex b/LaTeX/chapters/titlepage.tex
index f707c86..a8115cd 100644
--- a/LaTeX/chapters/titlepage.tex
+++ b/LaTeX/chapters/titlepage.tex
@@ -17,8 +17,7 @@
%
\selectlanguage{german}
-\begin{titlepage}
- % enlarge page
+\begin{titlepage} % enlarge page
\pagestyle{empty}
\setlength{\topmargin}{0pt}
\setlength{\headheight}{0pt}
@@ -34,13 +33,16 @@
\vspace*{1cm}
- {\Huge\bf DIPLOMARBEIT \\[2cm]}
+ {\Huge\bf DIPLOMARBEIT \\[1cm]}
{\Large\bf {\maintitle} \\}
- {\Large\bf {\subtitle} \\[1.5cm] }
- {Durchgefhrt an der}
+ {~\\Durchgefhrt an der}
- {\large Fachhochschule Aachen}
+ {\large Fachhochschule Aachen\\}
+ {\large Fachbereich Elektrotechnik und Informationstechnik}
+
+ {Eupener Str. 70\\}
+ {D-52066 Aachen\\~\\}
{mit Erstpr\"{u}fer und Betreuer }
{\large Prof. Dr.-Ing. Martin Omann}
@@ -72,8 +74,9 @@ Ohne die Hilfe bestimmter Personen w\"{a}re die Anfertigung dieser Diplomarbeit
\begin{itemize}
\item Martin Omann f\"{u}r die Betreuung der Diplomarbeit und der Bereitstellung des f\"{u}r mich sehr interessanten Themas
\item Andre Herbst, f\"{u}r das Testen des Simulators; durch seine Hilfe wurden viele M\"{a}ngel und Bugs aufgedeckt
- \item Meinem Bruder Florian B\"{u}tow, f\"{u}r Tipps und Tricks rund um Java, f\"{u}r die Bereitstellung eines Buches sowie f\"{u}r das Testen des Simulators
- \item Meinen Eltern J\"{o}rn und Leslie B\"{u}tow, die mir das Studium erm\"{o}glichten und stets f\"{u}r alle Dinge ein offenes Ohr hatten sowie f\"{u}r das Sponsoring eines weiteren Buches
+ \item Mein Bruder Florian B\"{u}tow, f\"{u}r Tipps und Tricks rund um Java, f\"{u}r die Bereitstellung eines Buches sowie f\"{u}r das Testen des Simulators
+ \item Meine Eltern J\"{o}rn und Leslie B\"{u}tow, die mir das Studium erm\"{o}glichten und stets f\"{u}r alle Dinge ein offenes Ohr hatten sowie f\"{u}r das Sponsoring eines weiteren Buches
+ \item Die Open Source Gemeinde; diese Diplomarbeit wurde, einschlielich dieses Dokuments, mit 100\% Open Source Software erstellt (mit Ausnahme der BIOS-Version des PCs)
\end{itemize}
diff --git a/LaTeX/diplomarbeit.pdf b/LaTeX/diplomarbeit.pdf
index ddf8516..1e29f8c 100644
--- a/LaTeX/diplomarbeit.pdf
+++ b/LaTeX/diplomarbeit.pdf
@@ -339,14 +339,14 @@ endobj
<< /S /GoTo /D [230 0 R /Fit ] >>
endobj
233 0 obj <<
-/Length 722
+/Length 804
/Filter /FlateDecode
>>
stream
-xڍUMS0WBG”Jzi$Nvﻲ' L"}Zm("H ,H+pv9#B* #TQ(5
-1 h@l6M?瓻7F45(
-ӘZ.u@]L>f:w5iViu0h
-ZjlSɈq03H,%Q!3üڂ}tWl{dB/Xu7 J̈́TpZ 
+xڍUn8}WV,ǤvZ$z_b366J/r49E?Xkz?!h >MhBa!͙XYQa46~9I~N(#qS4o&wtw8<ߑ,
+k-ˤ7aP`Ŵ\&BaCZ="F 6R46ߧ7].?/@԰pL1R(<k
+m15<XGc4?9(,&6[W~Jߤ?8> S
+(- uU]vU؝X*RI8YT,G2j߽{evzO 1-I.7F3/bub^C4~(endstream
endobj
230 0 obj <<
/Type /Page
@@ -528,15 +528,12 @@ endobj
/ProcSet [ /PDF /Text /ImageC ]
>> endobj
245 0 obj <<
-/Length 925
+/Length 1101
/Filter /FlateDecode
>>
stream
-xڍVQo0~H `؞uTm X°aCIЩRs>}wz!Q/a 3%Y ޮ M2&E "VǻHx4 B'ld46/r?&iH^
- ߛ{Xz4 ,MpuDúJKej0zSM֎Zs
-IEI4$)~#rzoj hvvOp.0pzr=.;(iij9cj5Ay<e4HY&nCf S:E=U @$>#x ,#8N\~' /aZv-0,&8c<.1d-[5Ys@aY9Jcru$n**{Q$,7Zbo {%WQ7 ,Θ3]Ϧ`=]}OQfaFk<˫Кno~4R浃`cc:nmCP
-f U03FZwwpqiji/݅w[O]_(薵w RG,(y];ot
-kJ>m86*&9^ڌ4<8gLl?,$DW4ASn{o,Qє%:>^Pendstream
+xڍW]o8}e%#5,aLg#5ڗ>$VD& ]EJ}M$̉G m}z{6b$iBc&jA04Q<z7`4Hso]VxC_ Fg<ϨzigzA0\)ΫxcuݱִZ
+rtQϪl=+M
endobj
244 0 obj <<
/Type /Page
@@ -1162,8 +1159,8 @@ endobj
346 0 obj
<<
/Producer (GPL Ghostscript 8.61)
-/CreationDate (D:20080621212011+02'00')
-/ModDate (D:20080621212011+02'00')
+/CreationDate (D:20080621212416+02'00')
+/ModDate (D:20080621212416+02'00')
>>
endobj
347 0 obj
@@ -1243,16 +1240,17 @@ endobj
/ProcSet [ /PDF /Text ]
>> endobj
357 0 obj <<
-/Length 1113
+/Length 1103
/Filter /FlateDecode
>>
stream
-xڍVo6 ~_Gaz[w vlCVG_(;N㶇5>pIW:)+j;tx>~;ପL'R\,]gl.KJ5}6:=ziי)}xjn?nn
-ZrfB</X2Kȍ'*+̇d͌2R+V AIc$7{޵ƂI,FVŒs;8T!m6WZ_xhy–ÅLIynSe鋳&oiq ylc0\1ek
-?y
-zO%(vsDΞWoUny|tdPD^FO5TI.(H)dUu.]SE3G
-K2՛d.!g}w%twbM+9W*3I&,KF@1j4ir%/bäE4(7µ.LTAt*8\&zz:@鏂>Eon<V]/BE&
-Ջam7w( YGg% }Gwǹ<:-)N]p|e"ڢC?8n)ԡTPR
+xڍVKoFWHz_$96Pu(Gb@>3;Kh;0`DODfi
+!n£ >_tt~>5(LבTByoɵJ27d4<pH"uDnNmd6SH%g&utT
+e@{\\IW%H(#Ui<(P`ݦvMs0c2U,Zw%j,fT"vchݾ&6ݶx"~suk!zQ#Agr톳!oLΫʭ s#j"g -{o] NҗBƏ&6sK]Zm66X}:O `?P WhjV#_e(_F~P*Ƃ=5whll(lT+#G[`}
+BR5:[s|\1~ߩ$
+Djyt oZ%` HABB +zخ%w~n0m2֛ܸd~ۻ/!x2N':2I{.Wf44qX<
+dZ;(%)#76)c`h%oMioP.A[Ve7R,xz>t
+nA~퓰SAa+
endobj
356 0 obj <<
/Type /Page
@@ -1289,8 +1287,8 @@ endobj
359 0 obj
<<
/Producer (GPL Ghostscript 8.61)
-/CreationDate (D:20080621212011+02'00')
-/ModDate (D:20080621212011+02'00')
+/CreationDate (D:20080621212416+02'00')
+/ModDate (D:20080621212416+02'00')
>>
endobj
360 0 obj
@@ -1327,14 +1325,14 @@ endobj
/ProcSet [ /PDF /Text ]
>> endobj
365 0 obj <<
-/Length 671
+/Length 861
/Filter /FlateDecode
>>
stream
-xڍUn0+tCcA[(
-ߒdL )RT=40`˝YΒ"D2,y$$ !f|HBlէ9FR"Zm#
-dFe]UU[$)ELQr6I Z:!8k& *zu(pQc|%aZ %BЎr l6; <nUYk*:uph_N 
-Uk[P(Y_:KS+o3Xo3.ɱM8右(cB[N O@J~E7V^`l_ v(GcK@YlkTGSU"?$QUQ[GHaO:tFerNj"`bXYzd/.07qh3V1쟘zi -+}k˩ TK ٴ(e76)ܥs<4Z;}j)=.˭˂Q5`>nQ ."K$q碌YW?ǝ0\:9pyPA4)w1%$Fæ) sGJw \N3Ƅp c]#:{4޹wѧ}s;8B=@)
+xڍVo@ ~_#Hv?vݦm4y[@ʕ\K.!Կ~6>$d"m|O:a /@
+!j4>xj}x1(rrD~_ۙ&Cɢ8<FHÃ֦im#C\})<O |JxBZ0~+6æakښa*WV֑viW$avm >xiҟt!]HaC<$+js(4H@,4+?LU)O&ܻֆ=֮%tl)S&RN1?Ljֶ>^Rd T14h`o'u}BN#/ T1ŋcG2Z7͘y1[WQF> mTe[h@J{ͬUI:I֑n-2TExBb\0-dR+K5CCBXckFi@!4u);EK|gmS3W2[
+1(fǃMy64x.}Dik3lWtwR PA(7"{o0@xFZvOg`hƚ7RJvQWjy<Yq_ήK{e7L;7앦ݔM׏N\GhNd$SNi@(ܚ 8ѴP(R}
+w<hx` IR 2ْq-u4nVId)LLvv#z]Bc̸j j^%I7lSǦpp$_?ARfcL$-O@q endstream
endobj
364 0 obj <<
/Type /Page
@@ -1742,7 +1740,7 @@ endobj
stream
xYgTY+W)^j(ҥ4E
*7|οﮛx>fkb&qF`x $X hrř7$n"|0
-JRRޮ0&sD#R"d]0^p_i#8
+JRRޮ0&sD#R"d]0^p_i#8
R*QA?˺
}Eo#_cd&xC:(! xKR `^HT? /kPD#G p?fO]~ A#hGhp 4Fu b :)?HB?#=^E6X钷8$W%I:<9e MU+H IS9')y*jH^bdb$ыؓV1R|Yx
_, Պ 314-,B/jk˩hifKJe,/b>ΧV}86
@@ -1767,7 +1765,7 @@ B2#7L9HYcS@¯FlIFR-B"<\VzKduIn*|@Y ZI23xԏk0\,HQ6
$%CX:¿KYk˯OAATmشVvQ|s%Wi賾*}|2-
R}1`5wv<L&e9 jeՎz<U+#:4~fB\+Fqpʼn?˵^ܷ
Bko2&.\ϧ:b*za.x]-o[*/xQr[vV>*bjLs-h&2Eh9ux})63wB4xj;0^ ~kbбptek"'"7c'>[svlϹXx&IenD%2cuB򔬊s/)T57o',ɥ8MK~jy^]mȣ[9,W=a=X~D6ȩ|u!RJ+w)wca'(nBR)&ǚR6;_z ,2ʴrߝ>`*ju[P=M]H/(O@m֓6F "qqop"b}&c `5ӏ4_n'H1QzUȷ uվX;ο(>1rM{9/t,+q!CF[a6~znc߭8tqiҸNsrhNͤIeGE ~%Z_\Zl@HCQStuF=eQC~L\3nAZM ~ LH)gNpDW0|IH[!3oQ7"=t<al{ٮ>\.j%m
-
+
endobj
287 0 obj <<
/Type /Font
@@ -1776,14 +1774,14 @@ endobj
/FirstChar 46
/LastChar 122
/Widths 416 0 R
-/BaseFont /IGMIQJ+NimbusSanL-ReguItal
+/BaseFont /ZNZMVS+NimbusSanL-ReguItal
/FontDescriptor 285 0 R
>> endobj
285 0 obj <<
/Ascent 712
/CapHeight 712
/Descent -213
-/FontName /IGMIQJ+NimbusSanL-ReguItal
+/FontName /ZNZMVS+NimbusSanL-ReguItal
/ItalicAngle -12
/StemV 88
/XHeight 523
@@ -1805,11 +1803,11 @@ endobj
stream
xSU uLOJu+53Rp 44P03RUu.JM,sI,IR04Tp,MW04U002225RUp/,L(Qp)2WpM-LNSM,HZRQZZTeh\ǥrg^Z9D8
@'T*qJB7ܭ4'/1d<80s3s**s JKR|SRЕB盚Y.Y옗khg`l
-,vˬHM ,IPHK)N楠;|`hC,WRY`P "P*ʬP6300*B+2׼̼t#S3ĢJ.`
+,vˬHM ,IPHK)N楠;|`{iC,WRY`P "P*ʬP6300*B+2׼̼t#S3ĢJ.`
L 2RR+R+./jQ
$e~s]F1ʻ/Q?m򻳷|<ċݺ/q'}I+6EgxT.GgtvՏGU|~]Rޅ_k9:{pG d}dN<6-uBoH=cMvHzqaRK~,K̞}˛myo~v
_s>.#ҭߦ{/əkܗ<ne[?[ deH1c+͓_e7aՍ-< {f_Z#MzU.G?==pY'Ƕ/T}[}W:)ӻ03:o;KB.lccyE2
--ƌצWd䓎_~+ ᚔiss`CuI^>\m|rXϾadj|ǝR/,2p0, HIM,*M,
+-ƌצWd䓎_~+ ᚔiss`CuI^>\m|rXϾadj|ǝR/,2p0, HIM,*M,
endobj
249 0 obj <<
/Type /Font
@@ -1818,14 +1816,14 @@ endobj
/FirstChar 15
/LastChar 15
/Widths 418 0 R
-/BaseFont /OTOSMT+CMSY10
+/BaseFont /HPFWMR+CMSY10
/FontDescriptor 247 0 R
>> endobj
247 0 obj <<
/Ascent 750
/CapHeight 683
/Descent -194
-/FontName /OTOSMT+CMSY10
+/FontName /HPFWMR+CMSY10
/ItalicAngle -14.035
/StemV 85
/XHeight 431
@@ -1843,58 +1841,53 @@ endobj
>> endobj
240 0 obj <<
/Length1 1166
-/Length2 11607
+/Length2 11786
/Length3 544
-/Length 12425
+/Length 12607
/Filter /FlateDecode
>>
stream
-x{Ut[bf,133Xbh1X,"bffe1vkfMGw䎈}"ʟ$UVc5@L,|
-9z9[[Zh4ThL
-dacea
-&֞
-HMT'j9]_ bHau:|]lVe5#rk ?QMKVG+~h0?Kb5W c:<v/"j:\&j\XP'sdOܮW2o5"qnTQh~_Wnl]|<RFdt *bJ֓`*JKWDe W9ehXV78c:`cmcaZERSgnJ,;?P,"h1LkC}r=uCPkAaJIۢy& IQy@,Ēd|Z 8$F/҃u7#< >XsZ45&ŞM` /$a#s׹W6eBUS K&Mf9@! ^sd8?s@E2cQ A
-#Ս ,:W"ה|eZIeb^Xi-,,ξH(akvWӷl;E^e|G4OA%7=<} ʢ"j[)݃w?'am!EfIo5* 9b_o`G&sŤYV'4?|ճ }K<]6- b4l<|0Re0vBQM7|9;Mk{15/5"ٷm2,Koկ~kkDqw;(^=s-rU,tجV6Th lH☺τ:\L-l/}$\zTA[o1̤q
-~T*;UdI\AJ˱շYOa+]w+ UƿI,P_V_y3Fz
-Qȃ:o;
-38s'?{T+Cc-sEblrbu&&׼|`qf0iLŒ?K\5L!=t3"4[y g^R nJQ\p9'^MT= O17Sqw|1M/Yc R/pPDĆjx G8\rWM!EΡ!7"2|> Ր"ܼr-I|-A,\vWˡ''Ӯ+պW'Fe'n )&m 8_LL>{|ʎ?]N]m{q"Z
-%*I͜\Q@bOx
-:z!eT~тnà.&!g./T! : 59o*Nko2OigPIY%;jlCl ?
-z̀\ya Y
-$ <# s|,X f`71bh{1]U{+c2@n{3kOTDw2"-I - |j lBDKn*\$V߫t,PR?Q/Ңhqq4
-WAn$M۔G/ߏ]1&+W
-ciDelA1EA1=/B_aAϿzb
-zId4X>%4ʮ{8ZtO5`f\Ym6+g$9}cK(c/"3}bsQWO(x4ݣB<:@8궣=`BS@#-mD!<X{&Հ&_l4U+ U5/gG'vʋndvؗ[~z2i]j͛O(CS"mCXoztr\[嫉%zq6s*}O{#,8!J ̅+nӺ2dj-tH7*
-?S͟zIC[
-9"75nf_ 4!A$;G1C=5MR[Ka1~7kSڒJvEs?{pF$ z!H
-& HLݮ[A Ww~ŸVQ81vR5X>>AA
-i# oc<Tc{-UN<DqUU0{}ί韬Y<b%b(J7icA$ l)/}OgCd 70]`ޕk!VzJaD4}X*}_{k:dzedQJϏYMy(*" X\#iu{X[ ۹u'N~qF|R~F?2UrU*+eCYx}Se31etƔ8 
-_]," kY(;\n9syeu⌍6C% Yo&#h!!֊rɃ;˩V
-fԬ`vf&3Hq\*e1EuHڋFPfKiw;dFkm{G# %#ٕ7ݡBٽ֩4r
-ʥu8uL 34Ž^@@$
->
-nZ$^{X3+_AuskvI`DD0:{"cIx a̍JWn9GvCrx~ϙNbK2̀T*N3˹ȱc/REuqJw՝{˯$.ovі6>ې+c9h# bfLKhĘ{ ,kv*F@<վ-!tߧx&Ơһ=A_QSbH;L 惒#{i4L+!rbǯ bE t3w.6Qh~~$'ɘ F"EmZs%A^6/MÆ֑Ә- ~
-?f<FÔᐲ0|?*i eoEWSc<eKwhYXRv JԠ<P %>j:;8BD^ΞLnjW2Q8 zC.!ܿsD6w?Iצl%k߱?c}w ۫ǖOA bavy]n[^o#ȿ!⯳+9c11C psCP _m*`rJY ; `dRaG|A^" 0דW!Y^n0%KHvx (=e!n^3TU,h$ ~5^Ntvzyr0s_|T$:̬!$5
-?5! 3Ӓgj!].G~fbJʼn%STEfUsQXR*d4LJnSd#1)90uJõY>$NHtC3"b[煘&z3-9/H볠-`/{{YGv4oiv0'q H[[ WN9P'!PKNŷ/` :)[\'WXH@1f+W'y]4CӮ}$15*4;04iМJRk
- /\ v"4d,6RLE__Q~?t>P-%Ͱ"<,cq
-8CQi!{I(zCF S9 :=-Cl+sHοP44|R#U,&k*eeӑ66^ZuߕP<kJ;Qo` UwlSΑ=rFNK ]K0_ȇrDUaR\79f(E.ͻ.j `+vTZ3r?bnm-iW"/u HT˖yJZiSO+-Rxjg{4'6G=d8`19c_mjcJapA9Aく0ģMJWg}`
- m_1kjIK ,b"M겊rz>1Xp֖
-e2jYH+:^,ۙ8GSTٹs.]v-5:3-qƣFzH/GPD7\
-PPJ;dg֝jjP|bC˃W|=5t\3238-k$j .|m$N0SyRuqU62'ǻ}
-G8 ZC
-_%x<4a_)[$ǍUssDB/qVܕ9po"L5hϞ'7tx#\ܺbPK4dc %Z M\Hߎǧّi͸Jaܤ
-ׄ7q;R/w:m^VťBۢ<:A*ݶZ@2/kzv̂7FPtLdMz&Yf8D-dE0c=ufA*߈S0i.|{j
-չ:IhgnG/CGrkO;H19-R1fHX8w%hۻ3Alş d+D=)WЏ3jٜ6(L>Y9=
-Յ0V,\R QHg<{|6g.1p}n/<823æ0
-}xvZrD5,B<:ro8;@'9
-F%!|T;3>B@XK'-эTw5F7U,;rVB^Sv@Lбd_pU&rS XZ_˃!>Eq?oC/|
-PBx "^j%yel=Y~%0Gyn$XNnnZ_i tm\6(dNq|
-3e1 ퟱc<;؝JKFohC;C`05)<jE]|)
-͍45R!`(?K=O3ȢVY܉wowcT!(
-
-# ̞x ,;RSw~HgUEeʔys?0TfOqScpRvJr3 *#H|(B҉UjkŚT*w$fMIb/h[
-$Jenj&ͶD$Qnq-nIs5k|];.yKv(mŲ) ֑Ft[.K%p ]]GH8rn87sm<*rUe94.޸ u&"wH}=LYqbT{*EX14_}}g@q'(J)Q
-e~V#fF|`Fhv9[L>\g{X<oRIB!xơ:gثl n&QJYitD!=I;$Ƈ-P\)GuGnť)9+#,ᲄumOe˸?b<>IqiZ 64Jcz9OM]A&ζ>@W_/e+tendstream
+xUX\۶5w@a݃P]]CpwwH g}}os>1zhRTd*ꌢ@){0#+ @ dgnbt r RQiĝ&` a
+P4q
+ TӦgw`O tY>mBhthrU,L$AX|̎&?1& &{ B%"pAK3 3OS[nՑY
+?!,`
+?
+lg瞕a$QM5G}rF˪EG97lE(X#Y{6KU 'ͮ[mфu(PSZ+HYءmSb|?[EMMf'*Mzy"GRGGfoRXh]S3kS **GB8ssxW1r圴0A|,)ފƔ蝾E5=J{8\;ǒl|Vօt]Z9tOdO}T|neyꇐYJ4Io4ulI~
+"l uEBr#F~?(iu:CDˮHUTwEF9QۻT/:BJmP̪yHEb a%Fy)bҬLꌂSoZ|4rĠ}J]p6- 0cF4fpݽ1:&ҖdvB{vNN['~ ~>_,xĘA.W34L2vqi n&s=jdu\e5ӊ‡hf ī%MhxOi ˬ#WUâu5#S3/eBňRH3u}?]@v*lY1ɓ,}b*p(lq51YOP]:v JG
+Ԭ&1 \%,R_W]yk{1
+I[&TءŲ9#tX9iX<NwV/gorm Ш6tYW*+oeaҠ'|2ӵA9}Ðp
+'+A7eOxK5odB5+=MlwX]?mZ>١k* sЭ;QfB=L}BV?WYtqc P]xf 
+@^G627tL_=&(8{JCVL~<R) ]:2͉.כo!ޤDiz<E؊ypNԈ:K6Slo8ҕ՟3uã^`͋^8vT!M<,@t}yni8B,Ux.m:| IUZ~y0 W&{ƍ+qRio_MDr9aS`6t:9vE>
+ ljT<"p *
+kdɯZdOHOH`)5Rҫ[tL:4;zQ|Z]9b}Lx.`J:εlC:o$iWV`T&S6ױn Y>p CW :Ϯ T]BC|T>AאXQ3s$}5fp5)`G=,M DI98_.K"g&U/!(h^h!o?sxAѕ,W.kz3҂b)gDqlFzAJ@opZ}/%WbhRK^VG~
+{7:TqDtl.vf[.~U1;(b- ({'1$'?FPEU=sM3̦M2@yR=E 1FLPՓxb Pncqx&rZI驞t\f֗d[\?vmά N{B#yOǀ& ?@wVg_Lq͆춆X="U^89H
+K~>#CQiCT~TWպFk<5R~zߺ%9L79vj\Ϩ4J@78u. I-ĝp奥jq @52G`]qpKa [R!3+^S1eaٹ"NI!tIbwe"_.*@B&x {3e㲫wTopk497|S^4<ZD|V_TR9`.Oܲjov:'(R2ae([Ͽ%GwTppv
+EXO8\vfFD{
+ gGذֆ tSdڀ.GhE{\Ƕgl
+}dR]غC:o#yZ,cpWj}rE oǚikz
+T7uռX /_!5t;q
+WQYieF `dt:0Z6f:/`'ˣT)/L#[
+?}gO]d<N̓xǙ *7}
+UJSSuу ךZ8ůOA1CK_njU<R[OA[4&^\tR\"?8x+ iޭfijGx %aqæ=F[Ѵ~Kw]p1;(PQ=vʭ~q[f,zNI&7ߌq ܈g)Ol@X͙tp2$Fk1y!:73b. ƽK_FU.yߴn{ۓ\<i l; 7R7Bt@YsQNwe}iٸ&sVpeGqH*gXk75%ߢcE?
+:<#T}U7Zv 42ㄟHoIu;a1X:P}l]a'c"C"0ǻsAo#Jx)ŏZOLzp7'P{ӏ=H&
+ŀ9L5ˤ}2S\("KTNNe"ieF) VlBb0)NuFZajwTIu r[gj7OKZ5(`Iyg8W
+h.~SDy85QejUtBe+O(ó(3Bpò:+^.pDJ:rl9Xs9p3+vSHs&'\Z %³$&q** o"™/ŇVvˑhRA(9' z\,JL" aM3>yjk5N=SX :i{6}An㈯iq Z.uVDNL|R@Xv ͪ`F|;1<2,
+[QYvGus&m#yvXbRYUk۾I*ޤeDTi:
+%,RyzMȃ|s@4qk-<5ׅp9WJD!vKn2P(#$MxDȦ,/M$B׀zIFq}=9..JjwI$1Q!!!Q}VdDv\(,% W%Y+8<:!1E"GjAs~T!7T
+^W?b}#ظ3RYqayw ;(ͿTY~CXcz~09mzO-/Bi |\l i);n3޹Z+e:^4@pb%aq6%hi0W3;PwzdW|ҽH&2o
+<ZӕAgh(N(`vR+{f-IBJ}
+cwevmVEH6+3ʲuG
+ԟuI8ᥥ~[̸ Qtoa;ۉfuIz=Ayd|0XYی_}N +v-o\JFca^7ݚ)~K+k7`
+{.t:-H݌
+wq]O}*g<^I*&$#+^z^ HO:O7qƾ6[LO]?C dx+^\xVϛHx+ᆬW#VD|BهVt6cNKj7M@vvUatisWbZA[R_\[QS{Ήõ|2V:.I C4vI]1Jx'04Wb+<sf{dw#'d*/ߟ<8Lc?7oͪZ
+j*-KQ}`̋j)xUAAΉP:"T?MbB{U Q!g'qDV.筻ll 8J~C
+X4@>HyĚ5>|%f
+e)r]<r]=k;"aOtUK"Udm^ Df_> olҴNWȓ!I 
+d>*K6׹wʅ#pnrm>znBԍzјڎ@8aHzGέ8iٙmB/b)P&sO04
+nj`}px Y-pQnɜ\7'ßzk,; ?Pax\E`[l³1tcaÇ4#WAˬ.Z#Mw~سp!|`iw)ʲ/<-E'ȶ X">G.
+{,%zj=A:oUy<PQeV*4U(h"`q:,5"FU$& .mmz /.Mn-.}|b^Ęx_+f٢PJT`LV|i]EqܽO$%,'_;Sڨ?V-V t-n`$|4(PbK@| Qw\!O>pL8B+zoUT)
+۸:TWJ 㪮Dk"6}<lDqg׳Ȝj=Q;Sn8 .^aM`IUY~S4t;rT(9W݉HUʡjN7o@L:_hITإmq烀F2.§˭,?^g1i4ٸV=#HZQidoyH:tuqEO`ZR.-ٻp` [Y^᭻.{sYxWzj\ˌ؎647'*x_ؙb  O%jH8ì_xA-uY4x ?.\ZR34(.׏GZŝ.
+s Myu-_׬P渫޵FuC;ܤXOLMLg7ˊYN^ñl('"B(X#6)Kv[|Y7*P;&Ϝ??Bx=?y\rӳᾚ|@6ι* -SŸk09[`6Rj pqi  /ԶS=TTu~fvpI0;.G.Z4׿\HTOi6mw+aJ.\S5iHd\%k୆;@T.|]5:/tWw)zWB>r\ٰ -pXL}ƹ= ԟ Lʤ=-I%2:~uuI2?(<cSN9A^_^:'F:w1XboXBNEYpz~l&6̬OPC-n }ϊH=p)@ H΋IƇipV·
endobj
241 0 obj <<
/Type /Font
@@ -1903,24 +1896,24 @@ endobj
/FirstChar 2
/LastChar 252
/Widths 419 0 R
-/BaseFont /NFFHHL+NimbusSanL-Regu
+/BaseFont /ALRZQU+NimbusSanL-Regu
/FontDescriptor 239 0 R
>> endobj
239 0 obj <<
/Ascent 712
/CapHeight 712
/Descent -213
-/FontName /NFFHHL+NimbusSanL-Regu
+/FontName /ALRZQU+NimbusSanL-Regu
/ItalicAngle 0
/StemV 85
/XHeight 523
/FontBBox [-174 -285 1001 953]
/Flags 4
-/CharSet (/fi/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/question/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/Z/bracketleft/bracketright/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z/quotedblleft/quotedblright/germandbls/adieresis/odieresis/udieresis)
+/CharSet (/fi/percent/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/question/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/Z/bracketleft/bracketright/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z/quotedblleft/quotedblright/germandbls/adieresis/odieresis/udieresis)
/FontFile 240 0 R
>> endobj
419 0 obj
-[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 0 0 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 0 0 0 556 0 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 0 722 667 611 722 667 944 0 0 611 278 0 278 0 0 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 0 333 500 278 556 500 722 500 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 611 0 0 0 0 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556 0 0 0 0 0 556 ]
+[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 889 0 0 333 333 0 0 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 0 0 0 556 0 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 0 722 667 611 722 667 944 0 0 611 278 0 278 0 0 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 0 333 500 278 556 500 722 500 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 611 0 0 0 0 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 556 0 0 0 0 0 556 ]
endobj
237 0 obj <<
/Length1 1608
@@ -1930,48 +1923,51 @@ endobj
/Filter /FlateDecode
>>
stream
-xveP]].$www5@p4xBpwsyofίu]WwתMM,fdvr0An` 3GEfq'{K Zh99JA
-6so0ouuSf^v;?8 ` ;[N [nk#_"h`g}@׿Dп0trXX o)t=YD_EygFOBK+9 ?. (cX3:0@ foms~FX TA,l
-}4u SP21b$ оLfxj,^?ON$ps[4lRuc1\: " Q2DhR`욦SB^'JK\ck)XQ+! cn:DFG}^,︼t/"=7x8 -ܪ #cԲ!sbi XQOC
-z>&sn* 3Nzr>B~%q ј[h2&NhpgXވX_rYmaEK6"H$vW[Ӱz-
-(g8/[U&nl, F 8\(z%P [ؤ2kB9bpol؉y)Ff2s_:trbF w4ò+1- 8BǬM߁›|boReO<+
-C [U Ih zzʙ!N~nBǦ !TjԘon}&Gw؛&E3厰iIp>qnwyet{"*qG6ߒ a(>T5tW%KF-?ug/ _VWX5-,FgR2,.~'3aF|(F1,S˻QduU)P66nvP5:!?<g;v.޷J)4NuݼELR9p!h_C`hs5ʾQ)Y4lE1ݴr܇E([;%ODs
-(XgSZUl_َM
-sRz "ͦYq6_>e\]z?9e>9Eч
-DQf4W_ [b, RtJ앯"P 7Ƞmlo3~%܌OX5RlZ<%XK&c$y,˘ytn9 ܓd 4yx4Y L[2xgVfy9<O8n '_߷Oq.n$1oIuzo}uK 0ƒOfKTbZvekH`bI-(m-&@=;$pާ[|%\$ .Ogrt*fPFUud ϷZ9;n(Jr|eh Q5<WS%,> R}MVL/]RHH|WH 9][RɧlSHI͏F`iNF
-TwHu_;5q3A dN"q'.r
-o2{W pezh*m*oV=7~C[h,W<;7\xZB\"Ua%w&zPr;DsGW+19~lT D zRrBnAoDB%C7؇ oү=%{ׅ
-h\]xȒ^ס@GE_> wz](}FH_~vHqImM F}FMM`OXTz^[nl[+I& f YV&mInXGt Sdt[jwX> a—6hM[9G w Wc>3cBvH_'J+ ʊQ]xy^GǢUD]O>>3L
-o) i?/XbQ^h'ϸkcgGf,b[X J]?'RqMNz!|Zf$"5#JAV1*LDA)U}-g|)Rכ'poSIdq>!5&̄j' 4߶^9?M)\0ɤo٧]1J3z-S85?,ryҪY:|BK۴[XϑO1!Pԥ-!%sS_™,ݿ Oe1 >L$xHz:x,XMPO0ߏ\ ))(jød mϳﶉ<S،ֵa[͋6{dq7*_pCB
-Q`IPFJYiJhOj,g!OEl/5{2=\/5v#nFkAn7}G.$::W,zQ1^Lݚ+bG2CJz!gYUDjA|1Xz ߓf/i림b!c+*rh8'2}F<~&O+.7y|/dE)ڢNE_Wh2 v^c>ХqN&t e=^|:I;}mL6ܟR] $v z\W8lJ
-:z\mv)-&G]tXH̟Ɩ56oU~X0Gp`ښvޢi~MI'}pTkAhkUә| 1GNZݏ t@1r >o-X֩6|:VW짍]ե"RΧJn|0,IW.BK}ш|:4L>qhf*4pv6b}#习L2Z\bK,_>dYs`p| J3LwAMAJT5ݲA>"JSޅ:>sE1MֿJ6HN_˿\p#|ikUڒxqfP)lC?6P炂|~;RqA#kAynJI}|}4Gu N+qOC_y"݈Eavf^ fv/ |Ex5sq}7Fl%}%r|9j$aZ5H]wv#P ;e1$8}V_q z$bT$M$0h
-jT㵍\AU1:ا3ٓD֢`Y ]s%$'K5O|4}Qyfti_UGȔс30̖X ^lۮ?Ct]4
-͖AazI>"2#36wRD_:Oj 1m^7 ;)f^y1r"X?K |21+t<Հ~zՕH(=.t
-4:Զ]6Mb<4~~kEV=R( [;n6W
-*^l1=iNMgkع@~ەZr1yo7@wdžSHRt }6;]TfH<xpЌ, dLP*k\xu.ĥ).hq)3E_fsW}3z'j"
-'|Yhcrߌ(L"ᵡtHޏWΟy9NDOC
-]|3^ѝFJ3q3Uz
-T$xv`u/=Uם$&d
-D7Z! kB9ճS51Ч?PˇuYcjk&t0pjwpv} @Q$7cr6c/5I+q&,JMljfVԹ"5]IHؕ=O`]GL@ڂo><6V?vFH1%L b086jMr˜<V_w!v[ЁBab3LGݐ4]1k&N;9`
-k';4т?ygf[j9WxuEpdtWmղ{ilN'6֧c&tYUrLM z׷34||7KR3KtF]wӖ0b_(;8(h <Ø2Mq`{{e(|s4\SI_f)*/xƞҞLj^~.Z).zaIy*6P%k-31rv쉕Ry^>vt?Vj2V^_9(0}~b'f͠H6nW,|0<+*'!Ni+Egco´|.]L_l)ygk׫\8 9 DZ摜f>7**cnV:2}nAr;NFr~xm,GK6: %]lܫ*jKWEg=0_~:Hs!xV1cϚ$Yt䧿dsn1+{TM7?MI(p WZؑ"V r+Wv`TD mMנzE⣠#M1J(&^B0Btk_ Q0blSs6g2 ;]xQKÍxD{jQM\9
-D5I0.w ",,``m ޳c*+ O,rHB *-@ດ#PFtwe*[7;9Q)e#7gnfln3E P|(^1&0e ځx_[T?*6W{H0|LBpdW{e{=šE^Z4wH(b.r=<wZ~
-z^$+cC~#cz^2vbn^W`8^"R4So`58 C7Ja938;8tlJ֪aÜM}4O; ~)h
-PC\8Ͱ5Ӿʼn*!kޕ^!`}UNB vXPLz1N`IÁmq}ݭ[#_uQLDHtkϗkg_Cz\}ݵPGJe}
-4}D I@tEuװx0`dkΥکٛWQ[7P+5kD5 c&֓Aݫb{/s
-Qf]IuC2=s8~3<I=וF|6b;< .+i?: ~ݑ+gƷuI
-ǯmt֟!. {>wTΓQ\ p<Y=y.BdCPSݪo=ӬVqԃkx/ф.]kgqVGZȻt=9vseJ>%g)5;@ xN3}jlH0ѕʇb׼*%7j]HUp[DDؑb OS;1
-Ә#*ҦOZ< qBHUaLL^LU,JֳDWTrȫxmItC̨}ܲЅ|>gЊ4{j<TдHBD*9焬?nND"C\?$5 ֯w,g̻Kp^fFJ"ݺSﭑx{i>e=e6nu|7ؠM6t f t+iv;@cWHx i9~.@8K ]#%fJ Esm5$+`xe wn8<kÕL J)eC5nøj-LICm{-|Ź.봙tbLm@͵?暼7ۀ{ɳ'CdKkp&\v= ? hayU͍+o]yϏͧ@'7rŌwZ1ە"GۙX%AL4AG1s FK;p6'b
- (*Iu:OӜj_Y)/^`6lOrfFG{Lcsq>؊__jK:q
-/mE4[^Y'
-Rox&{5C}H#lfH@+H^Tyw>4I ~XPI؂;k}K6Xwz |J?d+u|ϙ~[*U"v+]GcM(xuqlXMz#+ZVY6GF$DoS辊j:yIg!l3Vf8c=_yS|^Ѭ"٦;Jֶ9>7#T^/A`3̻W;g:t xMC]0; x{]J1] ;} ;8C]uHϸ$حn[#l(FW1?IHaY13ش= BeǸ6'Y,}O>Gk`QVX=T9P-Fr>΋~Ud0ڐ-7^^,$!ώ>IL5O]&bYQ45l#s Awiɔ˝ݮAx
-*cpYޒ.I$WRtwbTp`y29NٴȀqf)N4tFuqr45K[qw{!GDu+JV~~wiOS\ƍm7POZkY=DŽ,&Xk[J$u,@~.Xpcvs^bhm)RO1!:5Bѥ`+~'H0Y,@
-$ $Q .D^2*:\(gΥ{ Cc\5zTרu{)b3qHD\h1> ۓ7K
-%YJكTfY )f
-=)T< 7B,CFcrDQƆW,POì;ϸtU\-֊O hs#IDf۹2&䕘^ֆ45z
-:Ƞ *CQ8g-eVX:jrIJ%3?jaBGQ%QaƓoG7kD?Yo<'<L0wU/2;@r/뾆yĂ|~Ji~? =u 
-2*ul 9HW5IX4BtsZMk9|Uá
-3AsgŽC.6H~<+vLXDCkwMDx5lhUb"r\&9e č"Q=j^6g'<KOrZΒ5@}AQP)t~ZZLIVF5Oz]gxeiu򞕪߱97 "!1DȻ_!JQ죤WƮb\Ou5:nǷcך %=}d"3#yxr=xGkRI1=<"H)蕖 s@<]6T3ӽ#ƚ/7]/p>S"0SG?qGYv[ʹ F0(/.ԟa6Iyv_P@EiuA]qYbs-dxk|Etu 7O9&ltRgfU
-SHE7'sШ] A
+xveP]].$s9\Opw&^okf~ݺjWjSi2[9[
+fFtC@NR
+K{T"WKD;8w'D΂|"/ƫX빲G's+~w֛O <L%e* ׽O\
+>JoM- ~ٝ:)(um`F 4N~u)&\&1Gwn 1C<$G(.6
+0r5_đYwl\~,unK CL 9d~&ލ? oQҸkDY ،aP`\Ew pbc)[yȗ֠jtrI/ d8pI`%\<T0cUod0]6hq3Gdv.B ˽Ė*7'Y!iՄc(B]<O麊v%B}JDu]noPN\//0΃y_t.r&!sS}3#xJ^#1џE5N!s"mvlDw-Ц
+.>Z_ Vӹmb?%i?:~ ]<XGirEe0&+ HKn(f'.u*gG{#h<
+~KtiW%-:B3q^yEnqѥ m*I)3?z!9K|T@[VJ?tor$'?;+kh7 пr[
+fbS;Y& fYN6mnDWl St|WzoD!aҏ>dC[5Gw OS!3cbNhGZʚ1ɀ}DE~gFu
+NK6knn{}o?, 
+y o.n}7)E;m&1ukA.UyJ]KBΰ0:]/bNE7e(I򞢙;։:co¼BxG|kؕo[b%T;[(UιLq̥Ug"Xx1YPBm/qs]
+iuPQ?
+?G,)DJ0Z^Z:ޛ2YD2̓pB]ַ٣VR~=lxC 8#ʽ馏ӕDHS*BY? Giy ]Ń30n]WGvXyU?TWB%eAh
+m?5VKo59[ʗQszW wp3\ h(g&Xm6FzϟIBFmY<N*Ɂ#R q&0mI1 ]7eyCaZCXͯ:d2zoX.q;]-,울kpWt*›*hHܟtb#mBo1Xas<&Tz*Q1fEÁfgo3Nz5a@Β,+/"kN0f~7 b,rTV½K=.mN%,u}4(ue8܏G5U=Xn\NI+149LG}h杪4JpT6bC[,r:\ش+1d
+ `p?bj 7׀!mܟATv=r3іޅ9=sl0M7J5J^+\ rᴷhOH3(A~2%ade|bq'JiI3K54Qe=njIC"|9c<Gm(^;iè|Dfb{s/=${͗%
+b|Z"L~
+ҟ~R_8>-
+R2s8`꛱6GBNi$f\,U4hj\󵝔\QM1:ķ+ŋTֲpY Cå#cuD(3Ȟˆ~5~|s :꣎kdʘ 9Jf+Fvן zGpJ櫠p'dI9_+<Q1[{:/]guF'.
+T<*.[O]s/9a
+Bs?]јiSaP}+FZ{OkAAʏK]"n
+qu}}lSi8M}Z}A-}G቟ϴ#4(* U&4_O[48\П8x3X<$UvGi5DJ׆!+ |Q٬iv<|H(uOOޢTz-ю\m<mO'nU. nWz*c=c9GR: ׃s|E1*K>@$^F8Tx5ČS0d:{9÷H4hmmOr'kmx*vi}+\z2tHh^ywa0FIuC|I*H|i!هR/$*e]n!;IY\;-)ιU V~Tqb+/116c ֓tp[-C,@}E(ñ&ZRqչlbtښ`࠾ea5E+lk<QGMIpJuIe!fEI IY5`Gc @(9g
+кr.@
+6AAs"_h}RCQuMaĘ#X[215D[ٴp@:j+&y1^I!+MK*w`ub+<BW 4Z
+~TՒ 1* M@n/Դ3T;Be(sNjG-oQz%]l."n$j ^!_>_ŃjI-.oeZ؇dJ n٠C#4>U7,XmD\3Ϡ/r ]̠skV~FQ0줡0ȅP8"Oc :kpw:`~8 Ќ%!$JgQx\rW]A7~lfP1C;h_N)y'%;?ârf23[qM,bU)Yn5;mN`oܻDN
+-JUe[Yh GV:*/3|dc2*=s4?7aqi?նyjvJBrj]F7p#/v:HKEpzgC&^̝I3,K|C.Xgڹqt$,xmHy#lf=![
+vSVNH,߉7
+C6A5i6M9DV <1"WWtD1"R,,b `; 41’fUn=_XGKb|zĄLAFѫ_$͈ 1C߱fzG2 &j7S zZ?VA}R i?Lf66N3&aLFfC589k EKp  _̧5nm[H_.ـ;E6u/da
+Pl,?caul `W
+xcRRu V>Kئ$NX.oe$.>}bLhlO_
+6zG_?#/Hcµ/Q\9yv}5g4"D%$Z`} z7> 3k%q:pqTF`pu-,NsKi5n[ĪAL1]覣3+6J6]yjdiQ؅654rc%oX/M+QaAFSD`
+;. -Gg_|x'cgd<$k*9ۭ~FYzK+;} }X@W kME1QFj?oO1]n"/[m9U) siRMyiwsB?f]#ϲm; (0$56GK< \պf-FX)DQ6^'tL%,JHӥ 78R*-k|+l <c0~w ZGz۫}v5M_(r|q;,)Tnʭ,hM[1p!ue66gj1<j' ۷x&1`i ({X츶aIt_?4%j0_+ ~ո[ X_vWaqu=ԐF#km]Y1uZ>/5 0iF1[Ud`䂺N#{2\G>l$b}|kSpӐtOc,őEٚcVs=JAzK}L1'A ~mĺT8a{[g3YJgj<8{&q `:)jxl2W+<mC&a&韫[-63z ?an-)
+[@Q\-U-W,0fk!TdkBWaոk(G`)lô~-[X6x-}goߧR49։V$>c^ɖv*}^a6
+N݄fJAd]<gk.:y@]\[j +WUj1
+{0vEB}쮖[HIp뉖x@`+񢩷0 0]߻Z=,BgX[,Ʀ,_#zШeIQm=c፴)Dgy,L6}D`$YW:{%p%x1vo1E,fǖy<
+ndR~ UpZer#TAt
+pcoڴ8;S)g 4`nfja;MPr,^)6(u ƑxH@G *.G{HBlbH/TU{}ͣe>:tʒ((bnrA<:AJ5C>dccAcFٷm޲_coNW_ףae8^J4Woh=8C?Na)3$'4lbJκqӂMc<O'09ha87f_M~*ʰ'T=rnc:i Z5#4~=/õݘzFZa Ȑ@PcȬ~J bE-ε ^W{=$R*)5!ّPc*UZ~:_څ0 lCnC/ȯ ;4߫,Tfy)Iߗ5srT1RfZ$e lפ#>~V^- we!ȉ2j7
+(ݦbH $z=u .)aC}nJ: ceв:JZ~;bFMA:zG.K|0rK+T-(ȏ9[Zb Su
+<G: [Mjz%KO+)
+dqNYb|] @R?e8/o;ژU[=na6D{X߇pd m[ /*K?7t"x^a+Ř垷4d> Nˉ.p>kvb&^WFxRp :,.}w5P1M9a0<I\Og9S4C$i~K
+{|c/븭t䡱q4T-!%S*-SʗW̳>*GBwz
+/Q2& 0ܶRF'NyJOM%1 u$kUb=px&k:Tʔ3R(Ik߆sV[F,&e,?e 1XIp_3va>o-_k5:Ͷ=|[hnp̟G)iR`nrKJ,.}g&kmAS+O0ѿd"}wI8D^_uߗ+a[6[5JgX
+$BC|pd‰{ng;uF*DrA;ZX<ۭ9ϭ1 V]~Aa"g=mmr85@<'82AȜL{ᣁ wS\`1|+P+X>_[vvzDw^/.(ZQh+cܫ/ނ(Τ+S|M[Zd ԍ< .pYT
+ld`yߡW-*+痯?2di\jl-]h dž2IS2Ĥ#"<VrV09}◬Y:#CUO
+RϤ{>îY9H7m-x"&T~
+f=|RWwdaU7>܌ZPy?hȽkϜz^~ڻ(գc@]]&ToSCi͕JJA o+!jS$V|&U_&nڛQ4l3MC".MƥXZՂ(; X|:#\6fE!iBm:ȧ@<wa;ۯ|DG}XOH0ȍ<^C|-YjLųEihk[fC2eNө )3N"pJi gUʞ+j2=͈!A5?@68&-ޒ[$P'x81216%u1t,l٧9wL0ߐzx~֗(Y5ߥK>r4UP@y9=k H!uT(Eϧaz9ZB^71 ;DT@Rtj5cOXDKf;L1>,bb%${}>K GkN*^DnQx.D,ݮ Av/f^ GM;Cb*ѩrSɹ! <bn =!]:^|TBs]zm)dJ,m5/[aq_?STb
+Hm^PQ[JH.#055jpb,r>#
endobj
238 0 obj <<
/Type /Font
@@ -1980,14 +1976,14 @@ endobj
/FirstChar 2
/LastChar 252
/Widths 420 0 R
-/BaseFont /XJBSJE+NimbusSanL-Bold
+/BaseFont /YFJXAS+NimbusSanL-Bold
/FontDescriptor 236 0 R
>> endobj
236 0 obj <<
/Ascent 722
/CapHeight 722
/Descent -217
-/FontName /XJBSJE+NimbusSanL-Bold
+/FontName /YFJXAS+NimbusSanL-Bold
/ItalicAngle 0
/StemV 141
/XHeight 532
@@ -2456,7 +2452,7 @@ endobj
>> endobj
427 0 obj <<
/Author(Paul Btow)/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords()
-/CreationDate (D:20080621212239+02'00')
+/CreationDate (D:20080621214626+02'00')
/PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4)
>> endobj
xref
@@ -2467,435 +2463,435 @@ xref
0000000004 00000 f
0000000000 00000 f
0000000009 00000 n
-0000074329 00000 n
-0000138992 00000 n
+0000074587 00000 n
+0000139622 00000 n
0000000054 00000 n
0000000143 00000 n
-0000074390 00000 n
-0000138920 00000 n
+0000074648 00000 n
+0000139550 00000 n
0000000190 00000 n
0000000402 00000 n
-0000074452 00000 n
-0000138847 00000 n
+0000074710 00000 n
+0000139477 00000 n
0000000450 00000 n
0000000550 00000 n
-0000077336 00000 n
-0000138723 00000 n
+0000077594 00000 n
+0000139353 00000 n
0000000596 00000 n
0000000701 00000 n
-0000077398 00000 n
-0000138649 00000 n
+0000077656 00000 n
+0000139279 00000 n
0000000749 00000 n
0000000902 00000 n
-0000079584 00000 n
-0000138562 00000 n
+0000079842 00000 n
+0000139192 00000 n
0000000950 00000 n
0000001134 00000 n
-0000079646 00000 n
-0000138475 00000 n
+0000079904 00000 n
+0000139105 00000 n
0000001182 00000 n
0000001287 00000 n
-0000079708 00000 n
-0000138388 00000 n
+0000079966 00000 n
+0000139018 00000 n
0000001335 00000 n
0000001514 00000 n
-0000082492 00000 n
-0000138301 00000 n
+0000082740 00000 n
+0000138931 00000 n
0000001562 00000 n
0000001662 00000 n
-0000082554 00000 n
-0000138227 00000 n
+0000082802 00000 n
+0000138857 00000 n
0000001710 00000 n
0000001810 00000 n
-0000084405 00000 n
-0000138100 00000 n
+0000084843 00000 n
+0000138730 00000 n
0000001856 00000 n
0000001964 00000 n
-0000086565 00000 n
-0000137989 00000 n
+0000087003 00000 n
+0000138619 00000 n
0000002012 00000 n
0000002227 00000 n
-0000086627 00000 n
-0000137915 00000 n
+0000087065 00000 n
+0000138545 00000 n
0000002280 00000 n
0000002375 00000 n
-0000086689 00000 n
-0000137828 00000 n
+0000087127 00000 n
+0000138458 00000 n
0000002428 00000 n
0000002558 00000 n
-0000086939 00000 n
-0000137741 00000 n
+0000087377 00000 n
+0000138371 00000 n
0000002611 00000 n
0000002726 00000 n
-0000087126 00000 n
-0000137654 00000 n
+0000087564 00000 n
+0000138284 00000 n
0000002779 00000 n
0000002894 00000 n
-0000087188 00000 n
-0000137580 00000 n
+0000087626 00000 n
+0000138210 00000 n
0000002947 00000 n
0000003072 00000 n
-0000087438 00000 n
-0000137456 00000 n
+0000087876 00000 n
+0000138086 00000 n
0000003120 00000 n
0000003220 00000 n
-0000087500 00000 n
-0000137382 00000 n
+0000087938 00000 n
+0000138012 00000 n
0000003273 00000 n
0000003403 00000 n
-0000087562 00000 n
-0000137295 00000 n
+0000088000 00000 n
+0000137925 00000 n
0000003456 00000 n
0000003621 00000 n
-0000087623 00000 n
-0000137208 00000 n
+0000088061 00000 n
+0000137838 00000 n
0000003674 00000 n
0000003971 00000 n
-0000087684 00000 n
-0000137134 00000 n
+0000088122 00000 n
+0000137764 00000 n
0000004024 00000 n
0000004222 00000 n
-0000087745 00000 n
-0000137007 00000 n
+0000088183 00000 n
+0000137637 00000 n
0000004270 00000 n
0000004370 00000 n
-0000087807 00000 n
-0000136931 00000 n
+0000088245 00000 n
+0000137561 00000 n
0000004423 00000 n
0000004626 00000 n
-0000087869 00000 n
-0000136840 00000 n
+0000088307 00000 n
+0000137470 00000 n
0000004680 00000 n
0000004862 00000 n
-0000087933 00000 n
-0000136748 00000 n
+0000088371 00000 n
+0000137378 00000 n
0000004916 00000 n
0000005128 00000 n
-0000087997 00000 n
-0000136656 00000 n
+0000088435 00000 n
+0000137286 00000 n
0000005182 00000 n
0000005617 00000 n
-0000088061 00000 n
-0000136564 00000 n
+0000088499 00000 n
+0000137194 00000 n
0000005671 00000 n
0000005984 00000 n
-0000088124 00000 n
-0000136472 00000 n
+0000088562 00000 n
+0000137102 00000 n
0000006038 00000 n
0000006356 00000 n
-0000088188 00000 n
-0000136380 00000 n
+0000088626 00000 n
+0000137010 00000 n
0000006410 00000 n
0000006635 00000 n
-0000088252 00000 n
-0000136288 00000 n
+0000088690 00000 n
+0000136918 00000 n
0000006689 00000 n
0000006919 00000 n
-0000088316 00000 n
-0000136196 00000 n
+0000088754 00000 n
+0000136826 00000 n
0000006973 00000 n
0000007217 00000 n
-0000088380 00000 n
-0000136118 00000 n
+0000088818 00000 n
+0000136748 00000 n
0000007272 00000 n
0000007541 00000 n
-0000088444 00000 n
-0000135988 00000 n
+0000088882 00000 n
+0000136618 00000 n
0000007590 00000 n
0000007696 00000 n
-0000088508 00000 n
-0000135909 00000 n
+0000088946 00000 n
+0000136539 00000 n
0000007750 00000 n
0000007894 00000 n
-0000088572 00000 n
-0000135816 00000 n
+0000089010 00000 n
+0000136446 00000 n
0000007948 00000 n
0000008161 00000 n
-0000088636 00000 n
-0000135737 00000 n
+0000089074 00000 n
+0000136367 00000 n
0000008215 00000 n
0000008389 00000 n
-0000088700 00000 n
-0000135620 00000 n
+0000089138 00000 n
+0000136250 00000 n
0000008438 00000 n
0000008554 00000 n
-0000088763 00000 n
-0000135541 00000 n
+0000089201 00000 n
+0000136171 00000 n
0000008608 00000 n
0000008789 00000 n
-0000088826 00000 n
-0000135448 00000 n
+0000089264 00000 n
+0000136078 00000 n
0000008843 00000 n
0000009004 00000 n
-0000088890 00000 n
-0000135369 00000 n
+0000089328 00000 n
+0000135999 00000 n
0000009058 00000 n
0000009229 00000 n
-0000089454 00000 n
-0000135238 00000 n
+0000089892 00000 n
+0000135868 00000 n
0000009276 00000 n
0000009415 00000 n
-0000090526 00000 n
-0000135159 00000 n
+0000090964 00000 n
+0000135789 00000 n
0000009464 00000 n
0000009626 00000 n
-0000090589 00000 n
-0000135066 00000 n
+0000091027 00000 n
+0000135696 00000 n
0000009675 00000 n
0000009766 00000 n
-0000090652 00000 n
-0000134934 00000 n
+0000091090 00000 n
+0000135564 00000 n
0000009815 00000 n
0000009916 00000 n
-0000090715 00000 n
-0000134869 00000 n
+0000091153 00000 n
+0000135499 00000 n
0000009970 00000 n
0000010124 00000 n
-0000090778 00000 n
-0000134737 00000 n
+0000091216 00000 n
+0000135367 00000 n
0000010173 00000 n
0000010274 00000 n
-0000090841 00000 n
-0000134672 00000 n
+0000091279 00000 n
+0000135302 00000 n
0000010328 00000 n
0000010454 00000 n
-0000090904 00000 n
-0000134540 00000 n
+0000091342 00000 n
+0000135170 00000 n
0000010503 00000 n
0000010715 00000 n
-0000090967 00000 n
-0000134475 00000 n
+0000091405 00000 n
+0000135105 00000 n
0000010769 00000 n
0000010931 00000 n
-0000091030 00000 n
-0000134382 00000 n
+0000091468 00000 n
+0000135012 00000 n
0000010980 00000 n
0000011141 00000 n
-0000091093 00000 n
-0000134303 00000 n
+0000091531 00000 n
+0000134933 00000 n
0000011190 00000 n
0000011341 00000 n
-0000091734 00000 n
-0000134210 00000 n
+0000092172 00000 n
+0000134840 00000 n
0000011388 00000 n
0000011469 00000 n
-0000092354 00000 n
-0000134117 00000 n
+0000092792 00000 n
+0000134747 00000 n
0000011517 00000 n
0000011598 00000 n
-0000093256 00000 n
-0000134024 00000 n
+0000093694 00000 n
+0000134654 00000 n
0000011646 00000 n
0000011727 00000 n
-0000094616 00000 n
-0000133945 00000 n
+0000095054 00000 n
+0000134575 00000 n
0000011775 00000 n
0000011916 00000 n
-0000012770 00000 n
-0000012892 00000 n
-0000055297 00000 n
+0000012852 00000 n
+0000012974 00000 n
+0000055379 00000 n
0000011968 00000 n
-0000055171 00000 n
-0000055234 00000 n
-0000132247 00000 n
-0000119422 00000 n
-0000132077 00000 n
-0000118228 00000 n
-0000105511 00000 n
-0000118058 00000 n
-0000133356 00000 n
-0000056608 00000 n
-0000056423 00000 n
-0000055418 00000 n
-0000056545 00000 n
-0000105191 00000 n
-0000103801 00000 n
-0000105030 00000 n
-0000063530 00000 n
-0000058922 00000 n
-0000056706 00000 n
-0000063404 00000 n
-0000063467 00000 n
-0000059264 00000 n
-0000059419 00000 n
-0000059575 00000 n
-0000059732 00000 n
-0000059887 00000 n
-0000060044 00000 n
-0000060201 00000 n
-0000060358 00000 n
-0000060515 00000 n
-0000060672 00000 n
-0000060829 00000 n
-0000060983 00000 n
-0000061140 00000 n
-0000061303 00000 n
-0000061466 00000 n
-0000061629 00000 n
-0000061792 00000 n
-0000061953 00000 n
-0000062110 00000 n
-0000062273 00000 n
-0000062436 00000 n
-0000062599 00000 n
-0000062759 00000 n
-0000062916 00000 n
-0000063079 00000 n
-0000063241 00000 n
-0000071581 00000 n
-0000066182 00000 n
-0000063615 00000 n
-0000071518 00000 n
-0000103285 00000 n
-0000096715 00000 n
-0000103110 00000 n
-0000066564 00000 n
-0000066726 00000 n
-0000066888 00000 n
-0000067051 00000 n
-0000067213 00000 n
-0000067375 00000 n
-0000067537 00000 n
-0000067699 00000 n
-0000067863 00000 n
-0000068020 00000 n
-0000068183 00000 n
-0000068346 00000 n
-0000068509 00000 n
-0000068666 00000 n
-0000068829 00000 n
-0000068992 00000 n
-0000069155 00000 n
-0000069310 00000 n
-0000069466 00000 n
-0000069622 00000 n
-0000069779 00000 n
-0000069942 00000 n
-0000070099 00000 n
-0000070262 00000 n
-0000070418 00000 n
-0000070581 00000 n
-0000070738 00000 n
-0000070895 00000 n
-0000071050 00000 n
-0000071206 00000 n
-0000071362 00000 n
-0000072776 00000 n
-0000072188 00000 n
-0000071679 00000 n
-0000072650 00000 n
-0000072713 00000 n
-0000072338 00000 n
-0000072494 00000 n
-0000077460 00000 n
-0000082615 00000 n
-0000073393 00000 n
-0000073145 00000 n
-0000072861 00000 n
-0000073267 00000 n
-0000073330 00000 n
-0000074514 00000 n
-0000073967 00000 n
-0000073478 00000 n
-0000074266 00000 n
-0000074109 00000 n
-0000133473 00000 n
-0000094679 00000 n
-0000075929 00000 n
-0000077524 00000 n
-0000075787 00000 n
-0000074599 00000 n
-0000077273 00000 n
-0000077117 00000 n
-0000076846 00000 n
-0000076977 00000 n
-0000077024 00000 n
-0000077096 00000 n
-0000079770 00000 n
-0000079399 00000 n
-0000077637 00000 n
-0000079521 00000 n
-0000081183 00000 n
-0000082679 00000 n
-0000081061 00000 n
-0000079868 00000 n
-0000082429 00000 n
-0000082158 00000 n
-0000082289 00000 n
-0000082336 00000 n
-0000082408 00000 n
-0000083918 00000 n
-0000083556 00000 n
-0000082805 00000 n
-0000083855 00000 n
-0000083698 00000 n
-0000084467 00000 n
-0000084220 00000 n
-0000084003 00000 n
-0000084342 00000 n
-0000088954 00000 n
-0000086380 00000 n
-0000084539 00000 n
-0000086502 00000 n
-0000086751 00000 n
-0000086814 00000 n
-0000086877 00000 n
-0000087000 00000 n
-0000087063 00000 n
-0000087249 00000 n
-0000087312 00000 n
-0000087375 00000 n
-0000133590 00000 n
-0000089517 00000 n
-0000089269 00000 n
-0000089052 00000 n
-0000089391 00000 n
-0000091156 00000 n
-0000090341 00000 n
-0000089589 00000 n
-0000090463 00000 n
-0000091797 00000 n
-0000091549 00000 n
-0000091254 00000 n
-0000091671 00000 n
-0000092417 00000 n
-0000092169 00000 n
-0000091882 00000 n
-0000092291 00000 n
-0000093571 00000 n
-0000093071 00000 n
-0000092502 00000 n
-0000093193 00000 n
-0000093319 00000 n
-0000093382 00000 n
-0000093445 00000 n
-0000093508 00000 n
-0000094742 00000 n
-0000094191 00000 n
-0000093656 00000 n
-0000094553 00000 n
-0000094333 00000 n
-0000133707 00000 n
-0000094827 00000 n
-0000103569 00000 n
-0000105424 00000 n
-0000105400 00000 n
-0000118748 00000 n
-0000132698 00000 n
-0000133784 00000 n
-0000133870 00000 n
-0000139101 00000 n
-0000141214 00000 n
-0000141253 00000 n
-0000141291 00000 n
-0000141443 00000 n
+0000055253 00000 n
+0000055316 00000 n
+0000132877 00000 n
+0000120052 00000 n
+0000132707 00000 n
+0000118848 00000 n
+0000105949 00000 n
+0000118678 00000 n
+0000133986 00000 n
+0000056866 00000 n
+0000056681 00000 n
+0000055500 00000 n
+0000056803 00000 n
+0000105629 00000 n
+0000104239 00000 n
+0000105468 00000 n
+0000063788 00000 n
+0000059180 00000 n
+0000056964 00000 n
+0000063662 00000 n
+0000063725 00000 n
+0000059522 00000 n
+0000059677 00000 n
+0000059833 00000 n
+0000059990 00000 n
+0000060145 00000 n
+0000060302 00000 n
+0000060459 00000 n
+0000060616 00000 n
+0000060773 00000 n
+0000060930 00000 n
+0000061087 00000 n
+0000061241 00000 n
+0000061398 00000 n
+0000061561 00000 n
+0000061724 00000 n
+0000061887 00000 n
+0000062050 00000 n
+0000062211 00000 n
+0000062368 00000 n
+0000062531 00000 n
+0000062694 00000 n
+0000062857 00000 n
+0000063017 00000 n
+0000063174 00000 n
+0000063337 00000 n
+0000063499 00000 n
+0000071839 00000 n
+0000066440 00000 n
+0000063873 00000 n
+0000071776 00000 n
+0000103723 00000 n
+0000097153 00000 n
+0000103548 00000 n
+0000066822 00000 n
+0000066984 00000 n
+0000067146 00000 n
+0000067309 00000 n
+0000067471 00000 n
+0000067633 00000 n
+0000067795 00000 n
+0000067957 00000 n
+0000068121 00000 n
+0000068278 00000 n
+0000068441 00000 n
+0000068604 00000 n
+0000068767 00000 n
+0000068924 00000 n
+0000069087 00000 n
+0000069250 00000 n
+0000069413 00000 n
+0000069568 00000 n
+0000069724 00000 n
+0000069880 00000 n
+0000070037 00000 n
+0000070200 00000 n
+0000070357 00000 n
+0000070520 00000 n
+0000070676 00000 n
+0000070839 00000 n
+0000070996 00000 n
+0000071153 00000 n
+0000071308 00000 n
+0000071464 00000 n
+0000071620 00000 n
+0000073034 00000 n
+0000072446 00000 n
+0000071937 00000 n
+0000072908 00000 n
+0000072971 00000 n
+0000072596 00000 n
+0000072752 00000 n
+0000077718 00000 n
+0000082863 00000 n
+0000073651 00000 n
+0000073403 00000 n
+0000073119 00000 n
+0000073525 00000 n
+0000073588 00000 n
+0000074772 00000 n
+0000074225 00000 n
+0000073736 00000 n
+0000074524 00000 n
+0000074367 00000 n
+0000134103 00000 n
+0000095117 00000 n
+0000076187 00000 n
+0000077782 00000 n
+0000076045 00000 n
+0000074857 00000 n
+0000077531 00000 n
+0000077375 00000 n
+0000077104 00000 n
+0000077235 00000 n
+0000077282 00000 n
+0000077354 00000 n
+0000080028 00000 n
+0000079657 00000 n
+0000077895 00000 n
+0000079779 00000 n
+0000081431 00000 n
+0000082927 00000 n
+0000081309 00000 n
+0000080126 00000 n
+0000082677 00000 n
+0000082406 00000 n
+0000082537 00000 n
+0000082584 00000 n
+0000082656 00000 n
+0000084356 00000 n
+0000083994 00000 n
+0000083053 00000 n
+0000084293 00000 n
+0000084136 00000 n
+0000084905 00000 n
+0000084658 00000 n
+0000084441 00000 n
+0000084780 00000 n
+0000089392 00000 n
+0000086818 00000 n
+0000084977 00000 n
+0000086940 00000 n
+0000087189 00000 n
+0000087252 00000 n
+0000087315 00000 n
+0000087438 00000 n
+0000087501 00000 n
+0000087687 00000 n
+0000087750 00000 n
+0000087813 00000 n
+0000134220 00000 n
+0000089955 00000 n
+0000089707 00000 n
+0000089490 00000 n
+0000089829 00000 n
+0000091594 00000 n
+0000090779 00000 n
+0000090027 00000 n
+0000090901 00000 n
+0000092235 00000 n
+0000091987 00000 n
+0000091692 00000 n
+0000092109 00000 n
+0000092855 00000 n
+0000092607 00000 n
+0000092320 00000 n
+0000092729 00000 n
+0000094009 00000 n
+0000093509 00000 n
+0000092940 00000 n
+0000093631 00000 n
+0000093757 00000 n
+0000093820 00000 n
+0000093883 00000 n
+0000093946 00000 n
+0000095180 00000 n
+0000094629 00000 n
+0000094094 00000 n
+0000094991 00000 n
+0000094771 00000 n
+0000134337 00000 n
+0000095265 00000 n
+0000104007 00000 n
+0000105862 00000 n
+0000105838 00000 n
+0000119376 00000 n
+0000133328 00000 n
+0000134414 00000 n
+0000134500 00000 n
+0000139731 00000 n
+0000141844 00000 n
+0000141883 00000 n
+0000141921 00000 n
+0000142073 00000 n
trailer
<<
/Size 428
/Root 426 0 R
/Info 427 0 R
-/ID [<2F3F1957B0564459A1C4F48166A3488D> <2F3F1957B0564459A1C4F48166A3488D>]
+/ID [<46F1F0221ADEA9697C3DF5303DFE3C2E> <46F1F0221ADEA9697C3DF5303DFE3C2E>]
>>
startxref
-141716
+142346
%%EOF