]> code.delx.au - offlineimap/commitdiff
/offlineimap/head: changeset 510
authorjgoerzen <jgoerzen>
Fri, 18 Jul 2003 23:54:18 +0000 (00:54 +0100)
committerjgoerzen <jgoerzen>
Fri, 18 Jul 2003 23:54:18 +0000 (00:54 +0100)
Final commits before 4.0. This is the re-built manual and updated
ChangeLog.

offlineimap/head/ChangeLog
offlineimap/head/manual.html
offlineimap/head/manual.pdf
offlineimap/head/manual.ps
offlineimap/head/manual.txt

index 5b8b19ee25bf6278e71e4f514255bc84cd1b5260..31f241760bb2bd608be8868c7c9b2cc233d5219e 100644 (file)
@@ -1,3 +1,141 @@
+------------------------------------------------------------------------
+rev 509:  jgoerzen | 2003-07-18 13:49:13 -0500 (Fri, 18 Jul 2003) | 3 lines
+Changed paths:
+   A /offlineimap/head/UPGRADING
+   M /offlineimap/head/debian/changelog
+   M /offlineimap/head/offlineimap.1
+   M /offlineimap/head/offlineimap.sgml
+
+Added a section on upgrading to the documentation
+
+
+------------------------------------------------------------------------
+rev 487:  jgoerzen | 2003-06-26 14:03:07 -0500 (Thu, 26 Jun 2003) | 2 lines
+Changed paths:
+   M /offlineimap/head/bin/offlineimap
+   M /offlineimap/head/debian/changelog
+   M /offlineimap/head/offlineimap/folder/Maildir.py
+   M /offlineimap/head/offlineimap/version.py
+   M /offlineimap/head/offlineimap.py
+
+Fixed version confusion
+
+------------------------------------------------------------------------
+rev 486:  jgoerzen | 2003-06-26 13:38:47 -0500 (Thu, 26 Jun 2003) | 2 lines
+Changed paths:
+   M /offlineimap/head/bin/offlineimap
+   M /offlineimap/head/debian/changelog
+   M /offlineimap/head/offlineimap/version.py
+   M /offlineimap/head/offlineimap.py
+
+Prep for 3.99.19
+
+------------------------------------------------------------------------
+rev 485:  jgoerzen | 2003-06-26 13:28:54 -0500 (Thu, 26 Jun 2003) | 5 lines
+Changed paths:
+   M /offlineimap/head/debian/changelog
+   M /offlineimap/head/offlineimap/folder/IMAP.py
+
+  * Applied patch from Joerg Wendland <joergland@debian.org> to use
+    APPENDUID result from mail servers that provide it.  Closes: #198772.
+
+Resolves: [debian.org #198772]
+
+------------------------------------------------------------------------
+rev 484:  jgoerzen | 2003-06-02 11:17:29 -0500 (Mon, 02 Jun 2003) | 7 lines
+Changed paths:
+   M /offlineimap/head/debian/changelog
+   M /offlineimap/head/offlineimap/folder/IMAP.py
+   M /offlineimap/head/offlineimap/imapserver.py
+
+  * Added a "force" option to imapserver/select to force a reloading of a
+    folder.  Per [complete.org #67], when cachemessagelist() was called
+    on an object that was cached from a previous run, it would not
+    re-issue the select().
+
+Closes: [complete.org #67]
+
+------------------------------------------------------------------------
+rev 482:  jgoerzen | 2003-06-02 11:11:51 -0500 (Mon, 02 Jun 2003) | 1 line
+Changed paths:
+   M /offlineimap/head/debian/control
+
+
+------------------------------------------------------------------------
+rev 481:  jgoerzen | 2003-06-02 11:09:57 -0500 (Mon, 02 Jun 2003) | 2 lines
+Changed paths:
+   M /offlineimap/head/Makefile
+   M /offlineimap/head/bin/offlineimap
+   M /offlineimap/head/debian/changelog
+   M /offlineimap/head/debian/rules
+   M /offlineimap/head/offlineimap.py
+   M /offlineimap/head/setup.py
+
+Updated
+
+------------------------------------------------------------------------
+rev 480:  jgoerzen | 2003-06-02 09:52:33 -0500 (Mon, 02 Jun 2003) | 3 lines
+Changed paths:
+   M /offlineimap/head/offlineimap/init.py
+   M /offlineimap/head/offlineimap/ui/UIBase.py
+
+Fixed the -l option
+
+
+------------------------------------------------------------------------
+rev 479:  jgoerzen | 2003-06-02 09:07:30 -0500 (Mon, 02 Jun 2003) | 2 lines
+Changed paths:
+   M /offlineimap/head/offlineimap/init.py
+
+Made -d recognized
+
+------------------------------------------------------------------------
+rev 478:  jgoerzen | 2003-06-02 09:06:18 -0500 (Mon, 02 Jun 2003) | 4 lines
+Changed paths:
+   M /offlineimap/head/Makefile
+   M /offlineimap/head/bin/offlineimap
+   M /offlineimap/head/debian/changelog
+   M /offlineimap/head/debian/control
+   M /offlineimap/head/debian/rules
+   M /offlineimap/head/manual.html
+   M /offlineimap/head/manual.pdf
+   M /offlineimap/head/manual.ps
+   M /offlineimap/head/manual.txt
+   M /offlineimap/head/offlineimap/imaplib.py
+   M /offlineimap/head/offlineimap/imapserver.py
+   M /offlineimap/head/offlineimap/init.py
+   M /offlineimap/head/offlineimap/ui/Curses.py
+   M /offlineimap/head/offlineimap/ui/TTY.py
+   M /offlineimap/head/offlineimap/ui/Tk.py
+   M /offlineimap/head/offlineimap/ui/UIBase.py
+   M /offlineimap/head/offlineimap.1
+   M /offlineimap/head/offlineimap.py
+   M /offlineimap/head/offlineimap.sgml
+   M /offlineimap/head/setup.py
+
+Added -l option.  Updated documentation for it.  Changed _msg to _display
+override in UI modules.  Renamed "doc" to "docs" target in Makefile to avoid
+conflicting with a subdir.
+
+------------------------------------------------------------------------
+rev 477:  jgoerzen | 2003-05-27 17:01:27 -0500 (Tue, 27 May 2003) | 2 lines
+Changed paths:
+   M /offlineimap/head/debian/changelog
+   M /offlineimap/head/offlineimap/folder/IMAP.py
+   M /offlineimap/head/offlineimap/imaplib.py
+
+Fixed SSL for Python2.3.
+
+------------------------------------------------------------------------
+rev 475:  jgoerzen | 2003-05-06 09:27:36 -0500 (Tue, 06 May 2003) | 2 lines
+Changed paths:
+   M /offlineimap/head/ChangeLog
+   M /offlineimap/head/bin/offlineimap
+   M /offlineimap/head/offlineimap/version.py
+   M /offlineimap/head/offlineimap.py
+
+Preparing for 3.99.17
+
 ------------------------------------------------------------------------
 rev 474:  jgoerzen | 2003-05-06 09:26:12 -0500 (Tue, 06 May 2003) | 17 lines
 Changed paths:
index abcfbccd8e6a8a8e3afcff6234ed2d20c0759141..830fb973014d1c9323ef02d0923a744090b5e91c 100644 (file)
@@ -229,7 +229,9 @@ CLASS="APPLICATION"
 >OfflineIMAP</SPAN
 > supports many
          features (offline reading, for one) that most IMAP-aware
-         readers don't.
+         readers don't.  However, this feature is not as time-tested
+         as traditional syncing, so my advice is to stick with normal
+         methods of operation for the time being.
        </P
 ></DIV
 ></DIV
@@ -1483,6 +1485,19 @@ CLASS="APPLICATION"
          </P
 ></DD
 ><DT
+>I've upgraded and now <SPAN
+CLASS="APPLICATION"
+>OfflineIMAP</SPAN
+>
+       crashes when I start it up!  Why?</DT
+><DD
+><P
+>You need to upgrade your configuration
+       file.  See  at the end of this
+             manual.
+           </P
+></DD
+><DT
 >How do I specify the names of my folders?</DT
 ><DD
 ><P
@@ -1712,7 +1727,7 @@ CLASS="PROPERTY"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN478"
+NAME="AEN484"
 ></A
 ><H2
 >Conforming To</H2
@@ -1722,7 +1737,7 @@ NAME="AEN478"
 ><LI
 ><P
 >Internet Message Access Protocol version 4rev1 (IMAP 4rev1) as
-         specified in RFC2060</P
+         specified in RFC2060 and RFC3501</P
 ></LI
 ><LI
 ><P
@@ -1751,14 +1766,14 @@ TARGET="_top"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN491"
+NAME="AEN497"
 ></A
 ><H2
 >Notes</H2
 ><DIV
 CLASS="REFSECT2"
 ><A
-NAME="AEN493"
+NAME="AEN499"
 ></A
 ><H3
 >Deleting Local Folders</H3
@@ -1790,7 +1805,7 @@ CLASS="APPLICATION"
 ><DIV
 CLASS="REFSECT2"
 ><A
-NAME="AEN500"
+NAME="AEN506"
 ></A
 ><H3
 >Multiple Instances</H3
@@ -1819,7 +1834,7 @@ CLASS="PROPERTY"
 ><DIV
 CLASS="REFSECT2"
 ><A
-NAME="AEN507"
+NAME="AEN513"
 ></A
 ><H3
 >Copying Messages Between Folders</H3
@@ -1849,7 +1864,7 @@ CLASS="APPLICATION"
 ><DIV
 CLASS="REFSECT2"
 ><A
-NAME="AEN513"
+NAME="AEN519"
 ></A
 ><H3
 >Use with Evolution</H3
@@ -1885,7 +1900,7 @@ CLASS="APPLICATION"
 ><DIV
 CLASS="REFSECT2"
 ><A
-NAME="AEN521"
+NAME="AEN527"
 ></A
 ><H3
 >Use with KMail</H3
@@ -1919,7 +1934,7 @@ CLASS="APPLICATION"
 ><DIV
 CLASS="REFSECT2"
 ><A
-NAME="AEN529"
+NAME="AEN535"
 ></A
 ><H3
 >Mailing List</H3
@@ -1938,7 +1953,7 @@ TARGET="_top"
 ><DIV
 CLASS="REFSECT2"
 ><A
-NAME="AEN533"
+NAME="AEN539"
 ></A
 ><H3
 >Bugs</H3
@@ -1964,7 +1979,70 @@ TARGET="_top"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN539"
+NAME="UPGRADING.4.0"
+></A
+><H2
+>Upgrading to 4.0</H2
+><P
+>      If you are upgrading from a version of <SPAN
+CLASS="APPLICATION"
+>OfflineIMAP</SPAN
+> prior to
+       3.99.12, you will find that you will get errors when
+       <SPAN
+CLASS="APPLICATION"
+>OfflineIMAP</SPAN
+> starts up (relating to ConfigParser or
+       AccountHashGenerator) and the
+       configuration file.  This is because the config file format
+       had to change to accomodate new features in 4.0.  Fortunately,
+       it's not difficult to adjust it to suit.
+      </P
+><P
+>      First thing you need to do is stop any running <SPAN
+CLASS="APPLICATION"
+>OfflineIMAP</SPAN
+>
+       instance, making sure first that it's synced all your mail.
+       Then, modify your
+       <TT
+CLASS="FILENAME"
+>~/.offlineimaprc</TT
+> file.  You'll need to
+       split up each account section (make sure that it now starts
+       with "Account ") into two Repository sections (one for the
+       local side and another for the remote side.)  See the files
+       <TT
+CLASS="FILENAME"
+>offlineimap.conf.minimal</TT
+> and
+       <TT
+CLASS="FILENAME"
+>offlineimap.conf</TT
+> in the distribution if
+       you need more assistance.
+      </P
+><P
+>      <SPAN
+CLASS="APPLICATION"
+>OfflineIMAP</SPAN
+>'s status directory area has also changed.
+       Therefore, you should delete everything in ~/.offlineimap as
+       well as your local mail folders.
+      </P
+><P
+>      When you start up <SPAN
+CLASS="APPLICATION"
+>OfflineIMAP</SPAN
+> 4.0, it will re-download all
+       your mail from the server and then you can continue using it
+       like normal.
+      </P
+></DIV
+><DIV
+CLASS="REFSECT1"
+><A
+NAME="AEN559"
 ></A
 ><H2
 >Copyright</H2
@@ -2002,7 +2080,7 @@ CLASS="APPLICATION"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN548"
+NAME="AEN568"
 ></A
 ><H2
 >Author</H2
@@ -2054,7 +2132,7 @@ TARGET="_top"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN560"
+NAME="AEN580"
 ></A
 ><H2
 >See Also</H2
index ba07ccfa65747f602649b7ad8015757ae8d83bda..bcd6bf99e440a2c1413ec5c35c4c2cc3179b500d 100644 (file)
Binary files a/offlineimap/head/manual.pdf and b/offlineimap/head/manual.pdf differ
index f009eed9360ca5e093088ae0f9fcf584e9aa4aa9..d2e4775fdc2b526ccf3e74ea9855c72d85f840ad 100644 (file)
@@ -1,11 +1,11 @@
 %!PS-Adobe-3.0
 %%Creator: groff version 1.18.1
-%%CreationDate: Mon Jun  2 09:02:11 2003
+%%CreationDate: Fri Jul 18 13:52:14 2003
 %%DocumentNeededResources: font Times-Roman
 %%+ font Times-Bold
 %%+ font Times-Italic
 %%DocumentSuppliedResources: procset grops 1.18 1
-%%Pages: 10
+%%Pages: 11
 %%PageOrder: Ascend
 %%Orientation: Portrait
 %%EndComments
@@ -360,1290 +360,1358 @@ F -.15<7665>-.25 G 1.466
 <736f>-.55 G .076<776e20494d415020737570706f72742073696e6365>-2.826 F F2
 <4f668d696e65494d4150>2.576 E F0 .075<737570706f727473206d616e>2.575 F
 2.575<7966>-.15 G .075<6561747572657320286f66>-2.575 F<8d696e65>-.25 E
+.397
 <72656164696e672c20666f72206f6e65292074686174206d6f737420494d41502d61>
-108 621.6 Q -.1<7761>-.15 G<7265207265616465727320646f6e27>.1 E<742e>
--.18 E F1 -.11<5155>72 638.4 S<49434b205354>.11 E<4152>-.986 E<54>-.438
-E F0 1.422<496620796f75206861>108 650.4 R 1.722 -.15<76652061>-.2 H
-1.422<6c726561647920696e7374616c6c6564>.15 F F2<4f668d696e65494d4150>
-3.922 E F0 1.422<73797374656d2d776964652c206f7220796f75722073797374656d
-2061646d696e73747261746f722068617320646f6e65207468617420666f72>3.922 F
-.67<796f752c20796f7572207461736b20666f722073657474696e67207570>108 662.4
-R F2<4f668d696e65494d4150>3.17 E F0 .67
+108 621.6 R -.1<7761>-.15 G .397<7265207265616465727320646f6e27>.1 F
+2.897<742e20486f>-.18 F<7765>-.25 E -.15<7665>-.25 G 1.198 -.4<722c2074>
+.15 H .398<6869732066656174757265206973206e6f742061732074696d652d746573
+7465642061732074726164692d>.4 F<74696f6e616c2073796e63696e672c20736f206d
+792061647669636520697320746f20737469636b2077697468206e6f726d616c206d6574
+686f6473206f66206f7065726174696f6e20666f72207468652074696d65206265696e67
+2e>108 633.6 Q F1 -.11<5155>72 650.4 S<49434b205354>.11 E<4152>-.986 E
+<54>-.438 E F0 1.423<496620796f75206861>108 662.4 R 1.722 -.15<76652061>
+-.2 H 1.422<6c726561647920696e7374616c6c6564>.15 F F2
+<4f668d696e65494d4150>3.922 E F0 1.422<73797374656d2d776964652c206f7220
+796f75722073797374656d2061646d696e73747261746f722068617320646f6e65207468
+617420666f72>3.922 F .669
+<796f752c20796f7572207461736b20666f722073657474696e67207570>108 674.4 R
+F2<4f668d696e65494d4150>3.169 E F0 .669
 <666f7220746865208c7273742074696d652069732071756974652073696d706c652e>
-3.17 F -1.1<596f>5.669 G 3.169<756a>1.1 G .669
-<757374206e65656420746f2073657420757020796f7572>-3.169 F
-<636f6e8c6775726174696f6e208c6c652c206d616b>108 674.4 Q 2.5<6579>-.1 G
+3.169 F -1.1<596f>5.67 G 3.17<756a>1.1 G .67
+<757374206e65656420746f2073657420757020796f7572>-3.17 F
+<636f6e8c6775726174696f6e208c6c652c206d616b>108 686.4 Q 2.5<6579>-.1 G
 <6f757220666f6c646572206469726563746f7279>-2.5 E 2.5<2c61>-.65 G
-<6e642072756e20697421>-2.5 E -1.1<596f>108 691.2 S 3.827<7563>1.1 G
-1.327<616e20717569636b6c792073657420757020796f757220636f6e8c677572617469
-6f6e208c6c652e>-3.827 F 1.328<5468652064697374726962>6.328 F 1.328
-<7574696f6e20696e636c756465732061208c6c65>-.2 F F3<6f66>3.828 E
+<6e642072756e20697421>-2.5 E -1.1<596f>108 703.2 S 3.828<7563>1.1 G
+1.328<616e20717569636b6c792073657420757020796f757220636f6e8c677572617469
+6f6e208c6c652e>-3.828 F 1.328<5468652064697374726962>6.328 F 1.327
+<7574696f6e20696e636c756465732061208c6c65>-.2 F F3<6f66>3.827 E
 <8d696e65696d61702e636f6e66>-.18 E<2e6d696e696d616c>-.15 E F0 .255
-<2844656269616e207573657273206d6179208c6e642074686973206174>108 703.2 R
+<2844656269616e207573657273206d6179208c6e642074686973206174>108 715.2 R
 F3<2f7573722f73686172>2.755 E<652f646f632f6f66>-.37 E
 <8d696e65696d61702f65>-.18 E<78616d706c65732f6f66>-.2 E
 <8d696e65696d61702e636f6e66>-.18 E<2e6d696e696d616c>-.15 E F0 2.755
-<2974>C .255<6861742069732061206261736963>-2.755 F -.15<6578>108 715.2 S
-.803<616d706c65206f662073657474696e67206f66>.15 F F2
-<4f668d696e65494d4150>3.303 E F0 5.803<2e59>C .803
-<6f752063616e2073696d706c7920636f70>-6.903 F 3.304<7974>-.1 G .804<6869
+<2974>C .255<6861742069732061206261736963>-2.755 F -.15<6578>108 727.2 S
+.804<616d706c65206f662073657474696e67206f66>.15 F F2
+<4f668d696e65494d4150>3.304 E F0 5.804<2e59>C .804
+<6f752063616e2073696d706c7920636f70>-6.904 F 3.304<7974>-.1 G .803<6869
 73208c6c6520696e746f20796f757220686f6d65206469726563746f727920616e64206e
-616d65206974>-3.304 F F3<2e6f66>108 727.2 Q<8d696e65696d617072>-.18 E
-<63>-.37 E F0 6.523
-<286e6f746520746865206c656164696e6720706572696f64292e>9.023 F 9.023
-<4163>11.523 G 6.523<6f6d6d616e642073756368206173>-9.023 F F2 6.523
-<6370206f668d696e65696d61702e636f6e66>9.023 F<2e6d696e696d616c>-.15 E F0
-<4a6f686e20476f65727a656e>72 768 Q<3032204a756e652032303033>152.075 E
-<31>202.335 E 0 Cg EP
+616d65206974>-3.304 F<4a6f686e20476f65727a656e>72 768 Q
+<3138204a756c792032303033>152.905 E<31>203.165 E 0 Cg EP
 %%Page: 2 2
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF 110.665<4f46464c494e45494d4150283129204f66>72 48
 R<8d696e65494d4150204d616e75616c>-.25 E<4f46464c494e45494d4150283129>
-113.165 E/F1 10/Times-Bold@0 SF<7e2f2e6f668d696e65696d617072>108 84 Q
-<63>-.18 E F0<77696c6c20646f2069742e>2.5 E<4f72>5 E 2.5<2c69>-.4 G 2.5
-<6679>-2.5 G<6f7520707265666572>-2.5 E 2.5<2c79>-.4 G
+113.165 E/F1 10/Times-Italic@0 SF<2e6f66>108 84 Q<8d696e65696d617072>
+-.18 E<63>-.37 E F0 6.523
+<286e6f746520746865206c656164696e6720706572696f64292e>9.023 F 9.023
+<4163>11.523 G 6.523<6f6d6d616e642073756368206173>-9.023 F/F2 10
+/Times-Bold@0 SF 6.523<6370206f668d696e65696d61702e636f6e66>9.023 F
+<2e6d696e696d616c>-.15 E<7e2f2e6f668d696e65696d617072>108 96 Q<63>-.18 E
+F0<77696c6c20646f2069742e>2.5 E<4f72>5 E 2.5<2c69>-.4 G 2.5<6679>-2.5 G
+<6f7520707265666572>-2.5 E 2.5<2c79>-.4 G
 <6f752063616e206a75737420636f70>-2.5 E 2.5<7974>-.1 G<686973207465>-2.5
-E<787420746f>-.15 E/F2 10/Times-Italic@0 SF<7e2f2e6f66>2.5 E
-<8d696e65696d617072>-.18 E<63>-.37 E F0<3a>A<5b67656e6572616c5d>108 108
-Q<6163636f756e7473203d2054>108 120 Q<657374>-.7 E<5b4163636f756e742054>
-108 144 Q<6573745d>-.7 E<6c6f63616c7265706f7369746f7279203d204c6f63616c>
-108 156 Q<72656d6f74657265706f7369746f7279203d2052656d6f7465>108 168 Q
-<5b5265706f7369746f7279204c6f63616c5d>108 192 Q
-<74797065203d204d61696c646972>108 204 Q
-<6c6f63616c666f6c64657273203d207e2f54>108 216 Q<657374>-.7 E
-<5b5265706f7369746f72792052656d6f74655d>108 240 Q
-<74797065203d20494d4150>108 252 Q<72656d6f7465686f7374203d2065>108 264 Q
+E<787420746f>-.15 E F1<7e2f2e6f66>2.5 E<8d696e65696d617072>-.18 E<63>
+-.37 E F0<3a>A<5b67656e6572616c5d>108 120 Q<6163636f756e7473203d2054>108
+132 Q<657374>-.7 E<5b4163636f756e742054>108 156 Q<6573745d>-.7 E
+<6c6f63616c7265706f7369746f7279203d204c6f63616c>108 168 Q
+<72656d6f74657265706f7369746f7279203d2052656d6f7465>108 180 Q
+<5b5265706f7369746f7279204c6f63616c5d>108 204 Q
+<74797065203d204d61696c646972>108 216 Q
+<6c6f63616c666f6c64657273203d207e2f54>108 228 Q<657374>-.7 E
+<5b5265706f7369746f72792052656d6f74655d>108 252 Q
+<74797065203d20494d4150>108 264 Q<72656d6f7465686f7374203d2065>108 276 Q
 <78616d706c65686f7374>-.15 E<72656d6f746575736572203d206a676f65727a656e>
-108 276 Q<4e6f>108 292.8 Q 2.313 -.65<772c2065>-.25 H 1.013
-<64697420746865>.65 F F2<7e2f2e6f66>3.513 E<8d696e65696d617072>-.18 E
-<63>-.37 E F0 1.013<8c6c65207769746820796f75722066>3.513 F -.2<61766f>
+108 288 Q<4e6f>108 304.8 Q 2.314 -.65<772c2065>-.25 H 1.014
+<64697420746865>.65 F F1<7e2f2e6f66>3.514 E<8d696e65696d617072>-.18 E
+<63>-.37 E F0 1.014<8c6c65207769746820796f75722066>3.514 F -.2<61766f>
 -.1 G 1.013<7269746520656469746f72>.2 F 6.013<2e41>-.55 G 1.013
-<6c6c20796f75206861>-6.013 F 1.313 -.15<76652074>-.2 H 3.514<6f64>.15 G
-3.514<6f69>-3.514 G 3.514<7373>-3.514 G 1.014
-<7065636966792061206469726563746f727920666f72>-3.514 F .127
-<796f757220666f6c6465727320746f20626520696e20286f6e20746865>108 304.8 R
-F2<6c6f63616c666f6c646572>2.626 E<73>-.1 E F0 .126<6c696e65292c20746865
-20686f7374206e616d65206f6620796f757220494d41502073657276>2.626 F .126
-<657220286f6e20746865>-.15 F F2 -.37<7265>2.626 G<6d6f7465686f7374>.37 E
-F0<6c696e65292c>2.626 E<616e6420796f7572206c6f67696e206e616d65206f6e2074
-68652072656d6f746520286f6e20746865>108 316.8 Q F2 -.37<7265>2.5 G
+<6c6c20796f75206861>-6.013 F 1.313 -.15<76652074>-.2 H 3.513<6f64>.15 G
+3.513<6f69>-3.513 G 3.513<7373>-3.513 G 1.013
+<7065636966792061206469726563746f727920666f72>-3.513 F .126
+<796f757220666f6c6465727320746f20626520696e20286f6e20746865>108 316.8 R
+F1<6c6f63616c666f6c646572>2.626 E<73>-.1 E F0 .126<6c696e65292c20746865
+20686f7374206e616d65206f6620796f757220494d41502073657276>2.626 F .127
+<657220286f6e20746865>-.15 F F1 -.37<7265>2.627 G<6d6f7465686f7374>.37 E
+F0<6c696e65292c>2.627 E<616e6420796f7572206c6f67696e206e616d65206f6e2074
+68652072656d6f746520286f6e20746865>108 328.8 Q F1 -.37<7265>2.5 G
 <6d6f746575736572>.37 E F0 2.5<6c696e65292e205468617427>2.5 F 2.5<7369>
--.55 G<7421>-2.5 E 1.61 -.8<546f2072>108 333.6 T<756e>.8 E F1
+-.55 G<7421>-2.5 E 1.611 -.8<546f2072>108 345.6 T<756e>.8 E F2
 <4f668d696e65494d4150>2.511 E F0 2.511<2c79>C .011<6f75206a757374206861>
--2.511 F .311 -.15<76652074>-.2 H 2.511<6f73>.15 G<6179>-2.511 E F1
+-2.511 F .311 -.15<76652074>-.2 H 2.511<6f73>.15 G<6179>-2.511 E F2
 <6f668d696e65696d6170>2.511 E F0 .011<2d2d2069742077696c6c208c7265207570
 2c2061736b20796f7520666f722061206c6f67696e207061737377>2.511 F .011
-<6f7264206966206e65632d>-.1 F<657373617279>108 345.6 Q 3.649<2c73>-.65 G
-1.149<796e6368726f6e697a6520796f757220666f6c646572732c20616e642065>
--3.649 F 3.649<7869742e205365653f2059>-.15 F 1.149
+<6f7264206966206e65632d>-.1 F<657373617279>108 357.6 Q 3.648<2c73>-.65 G
+1.148<796e6368726f6e697a6520796f757220666f6c646572732c20616e642065>
+-3.648 F 3.649<7869742e205365653f2059>-.15 F 1.149
 <6f752063616e206a757374207468726f>-1.1 F 3.649<7761>-.25 G -.1<7761>
--3.799 G 3.649<7974>.1 G 1.148
+-3.799 G 3.649<7974>.1 G 1.149
 <68652072657374206f662074686973208c6e656c792d637261667465642c>-3.649 F
-1.335<706572666563746c792d686f6e6564206d616e75616c21>108 357.6 R 1.335
-<4f6620636f757273652c20696620796f752077>6.335 F 1.335
-<616e7420746f2073656520686f>-.1 F 3.835<7779>-.25 G 1.336
-<6f752063616e206d616b>-3.835 F<65>-.1 E F1<4f668d696e65494d4150>3.836 E
-F0 1.336<464956452054494d4553>3.836 F -.74<4641>108 369.6 S
+1.336<706572666563746c792d686f6e6564206d616e75616c21>108 369.6 R 1.336
+<4f6620636f757273652c20696620796f752077>6.336 F 1.335
+<616e7420746f2073656520686f>-.1 F 3.835<7779>-.25 G 1.335
+<6f752063616e206d616b>-3.835 F<65>-.1 E F2<4f668d696e65494d4150>3.835 E
+F0 1.335<464956452054494d4553>3.835 F -.74<4641>108 381.6 S
 <5354455220464f52204a555354202431392e39352028657272>.74 E 2.5<2c77>-.4 G
 <656c6c2c202430292c20796f75206861>-2.5 E .3 -.15<76652074>-.2 H 2.5
 <6f72>.15 G<656164206f6e21>-2.5 E/F3 10.95/Times-Bold@0 SF<494e5354>72
-386.4 Q<414c4c41>-.986 E<54494f4e>-1.04 E F0 .491<496620796f752061726520
+398.4 Q<414c4c41>-.986 E<54494f4e>-1.04 E F0 .49<496620796f752061726520
 72656164696e67207468697320646f63756d656e74207669612074686520226d616e2220
-636f6d6d616e642c206974206973206c696b>108 398.4 R .49
-<656c79207468617420796f75206861>-.1 F .79 -.15<7665206e>-.2 H 2.99<6f69>
-.15 G .49<6e7374616c6c6174696f6e207461736b7320746f>-2.99 F .043<70657266
-6f726d3b20796f75722073797374656d2061646d696e6973747261746f72206861732061
-6c726561647920696e7374616c6c65642069742e>108 410.4 R .044<496620796f7520
-6e65656420746f20696e7374616c6c20697420796f757273656c662c20796f75206861>
-5.043 F .344 -.15<76652074>-.2 H<68726565>.15 E .39<6f7074696f6e733a2061
-2073797374656d2d7769646520696e7374616c6c6174696f6e2077697468204465626961
-6e2c2073797374656d2d7769646520696e7374616c6c6174696f6e2077697468206f7468
-65722073797374656d732c20616e6420612073696e676c652d>108 422.4 R 1.447
-<7573657220696e7374616c6c6174696f6e2e>108 434.4 R -1.1<596f>6.447 G
-3.947<7563>1.1 G 1.447<616e20646f>-3.947 F 1.448
+636f6d6d616e642c206974206973206c696b>108 410.4 R .491
+<656c79207468617420796f75206861>-.1 F .791 -.15<7665206e>-.2 H 2.991
+<6f69>.15 G .491<6e7374616c6c6174696f6e207461736b7320746f>-2.991 F .044<
+706572666f726d3b20796f75722073797374656d2061646d696e6973747261746f722068
+617320616c726561647920696e7374616c6c65642069742e>108 422.4 R .043<496620
+796f75206e65656420746f20696e7374616c6c20697420796f757273656c662c20796f75
+206861>5.044 F .343 -.15<76652074>-.2 H<68726565>.15 E .39<6f7074696f6e
+733a20612073797374656d2d7769646520696e7374616c6c6174696f6e20776974682044
+656269616e2c2073797374656d2d7769646520696e7374616c6c6174696f6e2077697468
+206f746865722073797374656d732c20616e6420612073696e676c652d>108 434.4 R
+1.448<7573657220696e7374616c6c6174696f6e2e>108 446.4 R -1.1<596f>6.448 G
+3.948<7563>1.1 G 1.448<616e20646f>-3.948 F 1.448
 <776e6c6f616420746865206c61746573742076>-.25 F 1.448<657273696f6e206f66>
--.15 F F1<4f668d696e65494d4150>3.948 E F0 1.448<66726f6d20746865>3.948 F
-F1<4f668d696e65494d4150>3.948 E F0<77656273697465>3.948 E
-<3c55524c3a687474703a2f2f717575782e6f72>108 446.4 Q<672f6465>-.18 E -.15
-<7665>-.25 G<6c2f6f66>.15 E<8d696e65696d61702f3e2e>-.25 E F1
-<505245524551>87 463.2 Q<55495349544553>-.1 E F0
-<496e206f7264657220746f20757365>108 475.2 Q F1<4f668d696e65494d4150>2.5
+-.15 F F2<4f668d696e65494d4150>3.948 E F0 1.447<66726f6d20746865>3.947 F
+F2<4f668d696e65494d4150>3.947 E F0<77656273697465>3.947 E
+<3c55524c3a687474703a2f2f717575782e6f72>108 458.4 Q<672f6465>-.18 E -.15
+<7665>-.25 G<6c2f6f66>.15 E<8d696e65696d61702f3e2e>-.25 E F2
+<505245524551>87 475.2 Q<55495349544553>-.1 E F0
+<496e206f7264657220746f20757365>108 487.2 Q F2<4f668d696e65494d4150>2.5
 E F0 2.5<2c79>C<6f75206e65656420746f206861>-2.5 E .3 -.15<76652074>-.2 H
 <6865736520636f6e646974696f6e732073617469738c65643a>.15 E 10.9<8359>108
-492 S .516<6f7572206d61696c2073657276>-12 F .516
+504 S .515<6f7572206d61696c2073657276>-12 F .515
 <6572206d75737420737570706f727420494d4150>-.15 F 5.516<2e4d>-1.11 G .516
-<6f737420496e7465726e657420536572766963652050726f>-5.516 F .515
-<76696465727320616e6420636f72706f72617465206e657477>-.15 F .515
+<6f737420496e7465726e657420536572766963652050726f>-5.516 F .516
+<76696465727320616e6420636f72706f72617465206e657477>-.15 F .516
 <6f726b7320646f2c20616e64>-.1 F
-<6d6f7374206f7065726174696e672073797374656d73206861>122.4 504 Q .3 -.15
+<6d6f7374206f7065726174696e672073797374656d73206861>122.4 516 Q .3 -.15
 <76652061>-.2 H 2.5<6e49>.15 G
 <4d415020696d706c656d656e746174696f6e2072656164696c792061>-2.5 E -.25
-<7661>-.2 G<696c61626c652e>.25 E 10.9<8359>108 520.8 S .37
-<6f75206d757374206861>-12 F .67 -.15<76652050>-.2 H .37<7974686f6e2076>
-.15 F .37<657273696f6e20322e322e31206f722061626f>-.15 F .671 -.15
-<76652069>-.15 H 2.871<6e7374616c6c65642e204966>.15 F .371<796f75206172
-652072756e6e696e67206f6e2044656269616e20474e552f4c696e75782c2074686973>
-2.871 F .321<726571756972656d656e742077696c6c206175746f6d61746963616c6c
-792062652074616b>122.4 532.8 R .321
-<656e2063617265206f6620666f7220796f752e>-.1 F .32
-<496620796f7520646f206e6f74206861>5.321 F .62 -.15<76652050>-.2 H .32
-<7974686f6e20616c7265616479>.15 F 2.82<2c63>-.65 G .32
-<6865636b2077697468>-2.82 F 2.742<796f75722073797374656d2061646d696e6973
-747261746f72206f72206f7065726174696e672073797374656d2076>122.4 544.8 R
+<7661>-.2 G<696c61626c652e>.25 E 10.9<8359>108 532.8 S .371
+<6f75206d757374206861>-12 F .671 -.15<76652050>-.2 H .371
+<7974686f6e2076>.15 F .371<657273696f6e20322e322e31206f722061626f>-.15 F
+.671 -.15<76652069>-.15 H 2.871<6e7374616c6c65642e204966>.15 F .37<796f
+75206172652072756e6e696e67206f6e2044656269616e20474e552f4c696e75782c2074
+686973>2.871 F .32<726571756972656d656e742077696c6c206175746f6d61746963
+616c6c792062652074616b>122.4 544.8 R .32
+<656e2063617265206f6620666f7220796f752e>-.1 F .321
+<496620796f7520646f206e6f74206861>5.321 F .621 -.15<76652050>-.2 H .321
+<7974686f6e20616c7265616479>.15 F 2.821<2c63>-.65 G .321
+<6865636b2077697468>-2.821 F 2.743<796f75722073797374656d2061646d696e69
+73747261746f72206f72206f7065726174696e672073797374656d2076>122.4 556.8 R
 2.742<656e646f723b206f72>-.15 F 5.242<2c64>-.4 G -.25<6f77>-5.242 G
-2.743<6e6c6f61642069742066726f6d2074686520507974686f6e2077656273697465>
-.25 F<3c55524c3a687474703a2f2f777777>122.4 556.8 Q<2e70>-.65 E
+2.742<6e6c6f61642069742066726f6d2074686520507974686f6e2077656273697465>
+.25 F<3c55524c3a687474703a2f2f777777>122.4 568.8 Q<2e70>-.65 E
 <7974686f6e2e6f72>-.1 E 3.06<672f3e2e204966>-.18 F .56
 <796f7520696e74656e6420746f207573652074686520546b20696e74657266>3.06 F
 .56<6163652c20796f75206d757374206861>-.1 F .86 -.15<76652054>-.2 H .56
-<6b696e746572202870>.15 F<7974686f6e2d>-.1 E .783
-<746b2920696e7374616c6c65642e>122.4 568.8 R .783
+<6b696e746572202870>.15 F<7974686f6e2d>-.1 E .784
+<746b2920696e7374616c6c65642e>122.4 580.8 R .784
 <496620796f7520696e74656e6420746f20757365207468652053534c20696e74657266>
-5.783 F .783<6163652c20796f757220507974686f6e206d757374206861>-.1 F
-1.084 -.15<76652062>-.2 H .784<65656e2062>.15 F .784
-<75696c7420776974682053534c207375702d>-.2 F<706f72742e>122.4 580.8 Q
-10.9<8348>108 597.6 S -2.25 -.2<61762065>-10.9 H 2.884<616d>3.084 G .384
+5.784 F .783<6163652c20796f757220507974686f6e206d757374206861>-.1 F
+1.083 -.15<76652062>-.2 H .783<65656e2062>.15 F .783
+<75696c7420776974682053534c207375702d>-.2 F<706f72742e>122.4 592.8 Q
+10.9<8348>108 609.6 S -2.25 -.2<61762065>-10.9 H 2.883<616d>3.083 G .384
 <61696c20726561646572207468617420737570706f72747320746865204d61696c6469
-72206d61696c626f7820666f726d61742e>-2.884 F .384
-<4d6f7374206d6f6465726e206d61696c2072656164657273206861>5.384 F .683
--.15<76652074>-.2 H .383<686973207375702d>.15 F .623<706f72742062>122.4
-609.6 R .623<75696c742d696e2c20736f20796f752063616e2063686f6f7365206672
+72206d61696c626f7820666f726d61742e>-2.883 F .384
+<4d6f7374206d6f6465726e206d61696c2072656164657273206861>5.384 F .684
+-.15<76652074>-.2 H .384<686973207375702d>.15 F .624<706f72742062>122.4
+621.6 R .623<75696c742d696e2c20736f20796f752063616e2063686f6f7365206672
 6f6d206120776964652076>-.2 F .623
 <617269657479206f66206d61696c2073657276>-.25 F 3.123<6572732e2054686973>
--.15 F .623<666f726d617420697320616c736f206b6e6f>3.123 F .624
-<776e20617320746865>-.25 F .201
-<22716d61696c2220666f726d61742c20736f20616e>122.4 621.6 R 2.701<796d>
--.15 G .201<61696c2072656164657220636f6d70617469626c65207769746820697420
-77696c6c2077>-2.701 F .2<6f726b2077697468>-.1 F F1<4f668d696e65494d4150>
-2.7 E F0 5.2<2e49>C 2.7<6679>-5.2 G .2<6f7520646f206e6f74206861>-2.7 F
--.15<7665>-.2 G 5.599<616d>122.4 633.6 S 3.099
-<61696c20726561646572207468617420737570706f727473204d61696c646972>-5.599
-F 5.599<2c79>-.4 G 3.099<6f752063616e206f6674656e20696e7374616c6c206120
-6c6f63616c20494d41502073657276>-5.599 F 3.1
-<657220616e6420706f696e7420626f7468>-.15 F F1<4f668d696e65494d4150>122.4
-645.6 Q F0<616e6420796f7572206d61696c207265616465722061742069742e>2.5 E
-F1<53595354454d2d5749444520494e5354>87 662.4 Q<414c4c41>-.9 E
+-.15 F .623<666f726d617420697320616c736f206b6e6f>3.123 F .623
+<776e20617320746865>-.25 F .2
+<22716d61696c2220666f726d61742c20736f20616e>122.4 633.6 R 2.7<796d>-.15
+G .2<61696c2072656164657220636f6d70617469626c6520776974682069742077696c
+6c2077>-2.7 F .201<6f726b2077697468>-.1 F F2<4f668d696e65494d4150>2.701
+E F0 5.201<2e49>C 2.701<6679>-5.201 G .201<6f7520646f206e6f74206861>
+-2.701 F -.15<7665>-.2 G 5.6<616d>122.4 645.6 S 3.1
+<61696c20726561646572207468617420737570706f727473204d61696c646972>-5.6 F
+5.6<2c79>-.4 G 3.099<6f752063616e206f6674656e20696e7374616c6c2061206c6f
+63616c20494d41502073657276>-5.6 F 3.099
+<657220616e6420706f696e7420626f7468>-.15 F F2<4f668d696e65494d4150>122.4
+657.6 Q F0<616e6420796f7572206d61696c207265616465722061742069742e>2.5 E
+F2<53595354454d2d5749444520494e5354>87 674.4 Q<414c4c41>-.9 E
 <54494f4e2c2044454249414e>-.95 E F0 .708<496620796f75206172652074726163
 6b696e672044656269616e20756e737461626c652c20796f75206d617920696e7374616c
-6c>108 674.4 R F1<4f668d696e65494d4150>3.208 E F0 .708
+6c>108 686.4 R F2<4f668d696e65494d4150>3.208 E F0 .708
 <62792073696d706c792072756e6e696e672074686520666f6c6c6f>3.208 F .708
-<77696e6720636f6d2d>-.25 F<6d616e6420617320726f6f743a>108 686.4 Q F1
-<6170742d67657420696e7374616c6c206f668d696e65696d6170>108 703.2 Q F0
-.137<496620796f7520617265206e6f7420747261636b696e672044656269616e20756e
-737461626c652c20646f>108 720 R .137<776e6c6f6164207468652044656269616e20
-2e646562207061636b6167652066726f6d20746865>-.25 F F1
-<4f668d696e65494d4150>2.638 E F0<77656273697465>2.638 E
-<4a6f686e20476f65727a656e>72 768 Q<3032204a756e652032303033>152.075 E
-<32>202.335 E 0 Cg EP
+<77696e6720636f6d2d>-.25 F<6d616e6420617320726f6f743a>108 698.4 Q F2
+<6170742d67657420696e7374616c6c206f668d696e65696d6170>108 715.2 Q F0
+<4a6f686e20476f65727a656e>72 768 Q<3138204a756c792032303033>152.905 E
+<32>203.165 E 0 Cg EP
 %%Page: 3 3
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF 110.665<4f46464c494e45494d4150283129204f66>72 48
 R<8d696e65494d4150204d616e75616c>-.25 E<4f46464c494e45494d4150283129>
-113.165 E<3c55524c3a687474703a2f2f717575782e6f72>108 84 Q<672f6465>-.18
-E -.15<7665>-.25 G<6c2f6f66>.15 E .797
-<8d696e65696d61702f3e20616e64207468656e2072756e>-.25 F/F1 10
-/Times-Bold@0 SF .796<64706b67202d69>3.297 F F0 .796
-<746f20696e7374616c6c2074686520646f>3.296 F .796
-<776e6c6f61646564207061636b6167652e>-.25 F<5468656e2c>5.796 E
-<736b697020746f205b5852656620746f20434f4e464947555241>108 96 Q
+113.165 E .138<496620796f7520617265206e6f7420747261636b696e672044656269
+616e20756e737461626c652c20646f>108 84 R .137<776e6c6f616420746865204465
+6269616e202e646562207061636b6167652066726f6d20746865>-.25 F/F1 10
+/Times-Bold@0 SF<4f668d696e65494d4150>2.637 E F0<77656273697465>2.637 E
+<3c55524c3a687474703a2f2f717575782e6f72>108 96 Q<672f6465>-.18 E -.15
+<7665>-.25 G<6c2f6f66>.15 E .796
+<8d696e65696d61702f3e20616e64207468656e2072756e>-.25 F F1 .796
+<64706b67202d69>3.296 F F0 .797<746f20696e7374616c6c2074686520646f>3.296
+F .797<776e6c6f61646564207061636b6167652e>-.25 F<5468656e2c>5.797 E
+<736b697020746f205b5852656620746f20434f4e464947555241>108 108 Q
 <54494f4e5d2062656c6f>-1.11 E 3.8 -.65<772e2059>-.25 H
 <6f752077696c6c2074797065>-.45 E F1<6f668d696e65696d6170>2.5 E F0
 <746f20696e>2.5 E -.2<766f>-.4 G .2 -.1<6b652074>.2 H
 <68652070726f6772616d2e>.1 E F1<53595354454d2d5749444520494e5354>87
-112.8 Q<414c4c41>-.9 E<54494f4e2c204f>-.95 E<54484552>-.4 E F0<446f>108
-124.8 Q 1.505<776e6c6f61642074686520746172>-.25 F 1.505<2e677a2076>-.55
+124.8 Q<414c4c41>-.9 E<54494f4e2c204f>-.95 E<54484552>-.4 E F0<446f>108
+136.8 Q 1.505<776e6c6f61642074686520746172>-.25 F 1.505<2e677a2076>-.55
 F 1.505<657273696f6e206f6620746865207061636b6167652066726f6d207468652077
 656273697465203c55524c3a687474703a2f2f717575782e6f72>-.15 F<672f6465>
 -.18 E -.15<7665>-.25 G<6c2f6f66>.15 E<8d696e65696d61702f3e2e>-.25 E<54
 68656e2072756e20746865736520636f6d6d616e64732c206d616b696e67207375726520
 7468617420796f7520617265207468652022726f6f74222075736572208c7273743a>108
-136.8 Q<746172202d7a787666206f66>108 160.8 Q<8d696e65696d61705f782e79>
--.25 E<2e7a2e746172>-.65 E<2e677a>-.55 E<6364206f66>108 172.8 Q
-<8d696e65696d61702d782e79>-.25 E<2e7a>-.65 E -.1<7079>108 184.8 S
+148.8 Q<746172202d7a787666206f66>108 172.8 Q<8d696e65696d61705f782e79>
+-.25 E<2e7a2e746172>-.65 E<2e677a>-.55 E<6364206f66>108 184.8 Q
+<8d696e65696d61702d782e79>-.25 E<2e7a>-.65 E -.1<7079>108 196.8 S
 <74686f6e322e322073657475702e70>.1 E 2.5<7969>-.1 G<6e7374616c6c>-2.5 E
-.161<4f6e20736f6d652073797374656d732c20796f752077696c6c206e65656420746f
-20757365>108 201.6 R F1<707974686f6e>2.661 E F0 .161
-<696e7374656164206f66>2.661 F F1<707974686f6e322e32>2.66 E F0 5.16<2e4e>
-C -.15<6578>-5.16 G .16
-<742c2070726f6365656420746f205b5852656620746f20434f4e4649472d>.15 F
-<555241>108 213.6 Q<54494f4e5d2062656c6f>-1.11 E 3.8 -.65<772e2059>-.25
+.16<4f6e20736f6d652073797374656d732c20796f752077696c6c206e65656420746f20
+757365>108 213.6 R F1<707974686f6e>2.661 E F0 .161<696e7374656164206f66>
+2.661 F F1<707974686f6e322e32>2.661 E F0 5.161<2e4e>C -.15<6578>-5.161 G
+.161<742c2070726f6365656420746f205b5852656620746f20434f4e4649472d>.15 F
+<555241>108 225.6 Q<54494f4e5d2062656c6f>-1.11 E 3.8 -.65<772e2059>-.25
 H<6f752077696c6c2074797065>-.45 E F1<6f668d696e65696d6170>2.5 E F0
 <746f20696e>2.5 E -.2<766f>-.4 G .2 -.1<6b652074>.2 H
-<68652070726f6772616d2e>.1 E F1<53494e474c452d41>87 230.4 Q
+<68652070726f6772616d2e>.1 E F1<53494e474c452d41>87 242.4 Q
 <43434f554e5420494e5354>-.55 E<414c4c41>-.9 E<54494f4e>-.95 E F0<446f>
-108 242.4 Q 1.505<776e6c6f61642074686520746172>-.25 F 1.505<2e677a2076>
+108 254.4 Q 1.505<776e6c6f61642074686520746172>-.25 F 1.505<2e677a2076>
 -.55 F 1.505<657273696f6e206f6620746865207061636b6167652066726f6d207468
 652077656273697465203c55524c3a687474703a2f2f717575782e6f72>-.15 F
 <672f6465>-.18 E -.15<7665>-.25 G<6c2f6f66>.15 E<8d696e65696d61702f3e2e>
--.25 E<5468656e2072756e20746865736520636f6d6d616e64733a>108 254.4 Q
-<746172202d7a787666206f66>108 278.4 Q<8d696e65696d61705f782e79>-.25 E
-<2e7a2e746172>-.65 E<2e677a>-.55 E<6364206f66>108 290.4 Q
-<8d696e65696d61702d782e79>-.25 E<2e7a>-.65 E 3.816<5768656e20796f752077>
-108 307.2 R 3.816<616e7420746f2072756e>-.1 F F1<4f668d696e65494d4150>
-6.316 E F0 6.316<2c79>C 3.816<6f752077696c6c20697373756520746865>-6.316
-F F1<6364>6.316 E F0 3.815<636f6d6d616e642061732061626f>6.315 F 4.115
--.15<76652061>-.15 H 3.815<6e64207468656e2074797065>.15 F F1
-<2e2f6f668d696e65696d61702e7079>108 319.2 Q F0 2.5<3b74>C<68657265206973
+-.25 E<5468656e2072756e20746865736520636f6d6d616e64733a>108 266.4 Q
+<746172202d7a787666206f66>108 290.4 Q<8d696e65696d61705f782e79>-.25 E
+<2e7a2e746172>-.65 E<2e677a>-.55 E<6364206f66>108 302.4 Q
+<8d696e65696d61702d782e79>-.25 E<2e7a>-.65 E 3.815<5768656e20796f752077>
+108 319.2 R 3.815<616e7420746f2072756e>-.1 F F1<4f668d696e65494d4150>
+6.315 E F0 6.315<2c79>C 3.816<6f752077696c6c20697373756520746865>-6.315
+F F1<6364>6.316 E F0 3.816<636f6d6d616e642061732061626f>6.316 F 4.116
+-.15<76652061>-.15 H 3.816<6e64207468656e2074797065>.15 F F1
+<2e2f6f668d696e65696d61702e7079>108 331.2 Q F0 2.5<3b74>C<68657265206973
 206e6f20696e7374616c6c6174696f6e2073746570206e6563657373617279>-2.5 E
-<2e>-.65 E/F2 10.95/Times-Bold@0 SF<434f4e46494752>72 336 Q -.657<5541>
--.329 G<54494f4e>-.383 E F1<4f668d696e65494d4150>108 348 Q F0 .508
-<6973207265>3.008 F .508<67756c61746564206279206120636f6e8c677572617469
+<2e>-.65 E/F2 10.95/Times-Bold@0 SF<434f4e46494752>72 348 Q -.657<5541>
+-.329 G<54494f4e>-.383 E F1<4f668d696e65494d4150>108 360 Q F0 .509
+<6973207265>3.009 F .508<67756c61746564206279206120636f6e8c677572617469
 6f6e208c6c652074686174206973206e6f726d616c6c792073746f72656420696e>-.15
-F/F3 10/Times-Italic@0 SF<7e2f2e6f66>3.009 E<8d696e65696d617072>-.18 E
-<63>-.37 E F0<2e>A F1<4f668d696e65494d4150>5.509 E F0 .004
-<736869707320776974682061208c6c65206e616d6564>108 360 R F3<6f66>2.503 E
+F/F3 10/Times-Italic@0 SF<7e2f2e6f66>3.008 E<8d696e65696d617072>-.18 E
+<63>-.37 E F0<2e>A F1<4f668d696e65494d4150>5.508 E F0 .003
+<736869707320776974682061208c6c65206e616d6564>108 372 R F3<6f66>2.503 E
 <8d696e65696d61702e636f6e66>-.18 E F0 .003
 <7468617420796f752073686f756c6420636f70>2.503 F 2.503<7974>-.1 G 2.503
 <6f74>-2.503 G .003
-<686174206c6f636174696f6e20616e64207468656e20656469742e>-2.503 F .003
+<686174206c6f636174696f6e20616e64207468656e20656469742e>-2.503 F .004
 <54686973208c6c6520697320766974616c>5.003 F .187<746f2070726f706572206f
 7065726174696f6e206f66207468652073797374656d3b20697420736574732065>108
-372 R -.15<7665>-.25 G .187
+384 R -.15<7665>-.25 G .187
 <72797468696e6720796f75206e65656420746f2072756e>.15 F F1
-<4f668d696e65494d4150>2.687 E F0 5.187<2e46>C .187
+<4f668d696e65494d4150>2.687 E F0 5.187<2e46>C .186
 <756c6c20646f63756d656e746174696f6e20666f72>-5.187 F<74686520636f6e8c67
 75726174696f6e208c6c6520697320696e636c756465642077697468696e207468652073
-616d706c65208c6c652e>108 384 Q F1<4f668d696e65494d4150>108 400.8 Q F0
-.16<616c736f2073686970732061208c6c65206e616d6564>2.66 F F3<6f66>2.66 E
-<8d696e65696d61702e636f6e66>-.18 E<2e6d696e696d616c>-.15 E F0 .159
-<7468617420796f752063616e20616c736f20747279>2.659 F 5.159<2e49>-.65 G
-<7427>-5.159 E 2.659<7375>-.55 G .159<736566756c20696620796f752077>
--2.659 F<616e74>-.1 E 3.586<746f2067657420737461727465642077697468207468
-65206d6f73742062617369632066656174757265207365742c20616e6420796f75206361
-6e20726561642061626f7574206f74686572206665617475726573206c61746572207769
-7468>108 412.8 R F3<6f66>108 424.8 Q<8d696e65696d61702e636f6e66>-.18 E
-F0<2e>A F2<4f5054494f4e53>72 441.6 Q F0 .65<4d6f737420636f6e8c6775726174
-696f6e20697320646f6e65207669612074686520636f6e8c6775726174696f6e208c6c65
-2e>108 453.6 R<4e65>5.65 E -.15<7665>-.25 G .65
+616d706c65208c6c652e>108 396 Q F1<4f668d696e65494d4150>108 412.8 Q F0
+.159<616c736f2073686970732061208c6c65206e616d6564>2.659 F F3<6f66>2.659
+E<8d696e65696d61702e636f6e66>-.18 E<2e6d696e696d616c>-.15 E F0 .159
+<7468617420796f752063616e20616c736f20747279>2.659 F 5.16<2e49>-.65 G
+<7427>-5.16 E 2.66<7375>-.55 G .16<736566756c20696620796f752077>-2.66 F
+<616e74>-.1 E 3.586<746f206765742073746172746564207769746820746865206d6f
+73742062617369632066656174757265207365742c20616e6420796f752063616e207265
+61642061626f7574206f74686572206665617475726573206c617465722077697468>108
+424.8 R F3<6f66>108 436.8 Q<8d696e65696d61702e636f6e66>-.18 E F0<2e>A F2
+<4f5054494f4e53>72 453.6 Q F0 .65<4d6f737420636f6e8c6775726174696f6e2069
+7320646f6e65207669612074686520636f6e8c6775726174696f6e208c6c652e>108
+465.6 R<4e65>5.65 E -.15<7665>-.25 G .65
 <727468656c6573732c207468657265206172652061206665>.15 F 3.15<7763>-.25 G
 .65<6f6d6d616e642d6c696e65206f7074696f6e73>-3.15 F
-<7468617420796f75206d61792073657420666f72>108 465.6 Q F1
-<4f668d696e65494d4150>2.5 E F0<2e>A F1<2d31>108 482.4 Q F0 .684<44697361
+<7468617420796f75206d61792073657420666f72>108 477.6 Q F1
+<4f668d696e65494d4150>2.5 E F0<2e>A F1<2d31>108 494.4 Q F0 .685<44697361
 626c65206d6f7374206d756c7469746872656164696e67206f7065726174696f6e732061
 6e642075736520736f6c656c7920612073696e676c652d636f6e6e656374696f6e207379
-6e632e>27.67 F .685<54686973206566>5.685 F<6665637469>-.25 E -.15<7665>
--.25 G<6c79>.15 E<7365747320746865>144 494.4 Q F3
+6e632e>27.67 F .684<54686973206566>5.684 F<6665637469>-.25 E -.15<7665>
+-.25 G<6c79>.15 E<7365747320746865>144 506.4 Q F3
 <6d617873796e636163636f756e7473>2.5 E F0<616e6420616c6c>2.5 E F3
 <6d6178636f6e6e656374696f6e73>2.5 E F0
 <636f6e8c6775726174696f6e208c6c652076>2.5 E
-<61726961626c657320746f20312e>-.25 E F1<2d50>108 511.2 Q F3<7072>2.5 E
-<6f8c6c65646972>-.45 E F0<53657473>144 523.2 Q F1<4f668d696e65494d4150>
+<61726961626c657320746f20312e>-.25 E F1<2d50>108 523.2 Q F3<7072>2.5 E
+<6f8c6c65646972>-.45 E F0<53657473>144 535.2 Q F1<4f668d696e65494d4150>
 4.43 E F0 1.93<696e746f2070726f8c6c65206d6f64652e>4.43 F 1.93
 <5468652070726f6772616d2077696c6c20637265617465>6.93 F F3<7072>4.43 E
 <6f8c6c65646972>-.45 E F0 1.93<286974206d757374206e6f7420616c7265616479>
-4.43 F -.15<6578>144 535.2 S 2.88<697374292e204173>.15 F .381<6974207275
-6e732c20507974686f6e2070726f8c6c696e6720696e666f726d6174696f6e2061626f75
-74206561636820746872656164206973206c6f6767656420696e746f2070726f8c6c6564
-6972>2.88 F 5.381<2e50>-.55 G<6c65617365>-5.381 E .485<6e6f74653a205468
-6973206f7074696f6e2069732070726573656e7420666f7220646562>144 547.2 R
+4.43 F -.15<6578>144 547.2 S 2.881<697374292e204173>.15 F .381<69742072
+756e732c20507974686f6e2070726f8c6c696e6720696e666f726d6174696f6e2061626f
+7574206561636820746872656164206973206c6f6767656420696e746f2070726f8c6c65
+646972>2.881 F 5.38<2e50>-.55 G<6c65617365>-5.38 E .484<6e6f74653a205468
+6973206f7074696f6e2069732070726573656e7420666f7220646562>144 559.2 R
 .485<756767696e6720616e64206f7074696d697a6174696f6e206f6e6c79>-.2 F
-2.985<2c61>-.65 G .484<6e642073686f756c64204e4f>-2.985 F 2.984<5462>-.4
-G 2.984<6575>-2.984 G .484<73656420756e6c657373>-2.984 F .778
-<796f75206861>144 559.2 R 1.078 -.15<766520612073>-.2 H .778
+2.985<2c61>-.65 G .485<6e642073686f756c64204e4f>-2.985 F 2.985<5462>-.4
+G 2.985<6575>-2.985 G .485<73656420756e6c657373>-2.985 F .778
+<796f75206861>144 571.2 R 1.078 -.15<766520612073>-.2 H .778
 <706563698c6320726561736f6e20746f20646f20736f2e>.15 F .778
 <49742077696c6c207369676e698c63616e746c7920736c6f>5.778 F 3.278<7770>
 -.25 G .778
 <726f6772616d20706572666f726d616e63652c206d617920726564756365>-3.278 F
-<72656c696162696c697479>144 571.2 Q 2.5<2c61>-.65 G<6e642063616e2067656e
+<72656c696162696c697479>144 583.2 Q 2.5<2c61>-.65 G<6e642063616e2067656e
 6572617465206875676520616d6f756e7473206f6620646174612e>-2.5 E -1.1<596f>
 5 G 2.5<756d>1.1 G<7573742075736520746865>-2.5 E F1<2d31>2.5 E F0
 <6f7074696f6e207768656e20796f7520757365>2.5 E F1<2d50>2.5 E F0<2e>A F1
-<2d61>108 588 Q F3<6163636f756e746c697374>2.5 E F0<4f76>144 600 Q .558
-<6572726964657320746865>-.15 F F3<6163636f756e7473>3.058 E F0 .558
-<6f7074696f6e20696e20746865>3.058 F F3 -.1<6765>3.057 G<6e6572>.1 E
+<2d61>108 600 Q F3<6163636f756e746c697374>2.5 E F0<4f76>144 612 Q .557
+<6572726964657320746865>-.15 F F3<6163636f756e7473>3.057 E F0 .557
+<6f7074696f6e20696e20746865>3.057 F F3 -.1<6765>3.057 G<6e6572>.1 E
 <616c>-.15 E F0 .557
 <73656374696f6e206f662074686520636f6e8c6775726174696f6e208c6c652e>3.057
-F -1.1<596f>5.557 G 3.057<756d>1.1 G .557<69676874207573652074686973>
--3.057 F .97<746f2065>144 612 R .971<78636c756465206365727461696e206163
+F -1.1<596f>5.558 G 3.058<756d>1.1 G .558<69676874207573652074686973>
+-3.058 F .971<746f2065>144 624 R .971<78636c756465206365727461696e206163
 636f756e74732c206f7220746f2073796e6320736f6d65206163636f756e747320746861
 7420796f75206e6f726d616c6c7920707265666572206e6f7420746f2e>-.15 F
-<5365706172617465>5.971 E<746865206163636f756e747320627920636f6d6d61732c
-20616e6420757365206e6f20656d626564646564207370616365732e>144 624 Q F1
-<2d63>108 640.8 Q F3<636f6e8c678c6c65>2.5 E F0<53706563698c657320612063
+<5365706172617465>5.97 E<746865206163636f756e747320627920636f6d6d61732c
+20616e6420757365206e6f20656d626564646564207370616365732e>144 636 Q F1
+<2d63>108 652.8 Q F3<636f6e8c678c6c65>2.5 E F0<53706563698c657320612063
 6f6e8c6775726174696f6e208c6c6520746f2075736520696e206c696575206f66207468
-6520646566>144 652.8 Q<61756c742c>-.1 E F3<7e2f2e6f66>2.5 E
-<8d696e65696d617072>-.18 E<63>-.37 E F0<2e>A F1<2d64>108 669.6 Q F3
-<646562>2.5 E<7567747970655b2c2e2e2e5d>-.2 E F0 .506
-<456e61626c657320646562>144 681.6 R .506<756767696e6720666f72204f66>-.2
-F<8d696e65494d4150>-.25 E 5.506<2e54>-1.11 G .505<6869732069732075736566
-756c20696620796f752061726520747279696e6720746f20747261636b20646f>-5.506
-F .505<776e2061206d616c66756e6374696f6e>-.25 F 1.195<6f72208c6775726520
+6520646566>144 664.8 Q<61756c742c>-.1 E F3<7e2f2e6f66>2.5 E
+<8d696e65696d617072>-.18 E<63>-.37 E F0<2e>A F1<2d64>108 681.6 Q F3
+<646562>2.5 E<7567747970655b2c2e2e2e5d>-.2 E F0 .505
+<456e61626c657320646562>144 693.6 R .505<756767696e6720666f72204f66>-.2
+F<8d696e65494d4150>-.25 E 5.505<2e54>-1.11 G .505<6869732069732075736566
+756c20696620796f752061726520747279696e6720746f20747261636b20646f>-5.505
+F .506<776e2061206d616c66756e6374696f6e>-.25 F 1.195<6f72208c6775726520
 6f7574207768617420697320676f696e67206f6e20756e6465722074686520686f6f642e>
-144 693.6 R 3.695<4973>6.195 G 1.195
+144 705.6 R 3.695<4973>6.195 G 1.195
 <756767657374207468617420796f752075736520746869732077697468>-3.695 F F1
 <2d31>3.695 E F0 1.195<746f206d616b>3.695 F 3.695<6574>-.1 G<6865>-3.695
-E<726573756c7473206d6f72652073656e7369626c652e>144 705.6 Q F1<2d64>144
-729.6 Q F0 1.511<7265717569726573206f6e65206f72206d6f726520646562>4.011
-F 1.511<756774797065732c2073657061726174656420627920636f6d6d61732e>-.2 F
-1.51<54686573652064658c6e6520776861742065>6.511 F 1.51
-<786163746c792077696c6c206265>-.15 F<4a6f686e20476f65727a656e>72 768 Q
-<3032204a756e652032303033>152.075 E<33>202.335 E 0 Cg EP
+E<726573756c7473206d6f72652073656e7369626c652e>144 717.6 Q
+<4a6f686e20476f65727a656e>72 768 Q<3138204a756c792032303033>152.905 E
+<33>203.165 E 0 Cg EP
 %%Page: 4 4
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF 110.665<4f46464c494e45494d4150283129204f66>72 48
 R<8d696e65494d4150204d616e75616c>-.25 E<4f46464c494e45494d4150283129>
-113.165 E<646562>144 84 Q 1.832
+113.165 E/F1 10/Times-Bold@0 SF<2d64>144 84 Q F0 1.51
+<7265717569726573206f6e65206f72206d6f726520646562>4.01 F 1.511
+<756774797065732c2073657061726174656420627920636f6d6d61732e>-.2 F 1.511
+<54686573652064658c6e6520776861742065>6.511 F 1.511
+<786163746c792077696c6c206265>-.15 F<646562>144 96 Q 1.833
 <75676765642c20616e6420696e636c756465207468726565206f7074696f6e733a>-.2
-F/F1 10/Times-Italic@0 SF<696d6170>4.332 E F0<2c>A F1<6d61696c646972>
-4.332 E F0 4.332<2c61>C<6e64>-4.332 E F1<746872>4.332 E<656164>-.37 E F0
-6.832<2e54>C<6865>-6.832 E F1<696d6170>4.333 E F0 1.833
-<6f7074696f6e2077696c6c20656e61626c65>4.333 F 1.214<494d41502070726f746f
-636f6c2073747265616d20616e642070617273696e6720646562>144 96 R 3.714
+F/F2 10/Times-Italic@0 SF<696d6170>4.332 E F0<2c>A F2<6d61696c646972>
+4.332 E F0 4.332<2c61>C<6e64>-4.332 E F2<746872>4.332 E<656164>-.37 E F0
+6.832<2e54>C<6865>-6.832 E F2<696d6170>4.332 E F0 1.832
+<6f7074696f6e2077696c6c20656e61626c65>4.332 F 1.214<494d41502070726f746f
+636f6c2073747265616d20616e642070617273696e6720646562>144 108 R 3.714
 <756767696e672e204e6f7465>-.2 F 1.214
 <7468617420746865206f7574707574206d617920636f6e7461696e207061737377>
-3.714 F 1.213<6f7264732c20736f>-.1 F<74616b>144 108 Q 2.925<6563>-.1 G
-.425<61726520746f2072656d6f>-2.925 F .725 -.15<76652074>-.15 H .425
+3.714 F 1.214<6f7264732c20736f>-.1 F<74616b>144 120 Q 2.926<6563>-.1 G
+.426<61726520746f2072656d6f>-2.926 F .726 -.15<76652074>-.15 H .426
 <6861742066726f6d2074686520646562>.15 F .426<756767696e67206f7574707574
-206265666f72652073656e64696e6720697420746f20616e>-.2 F .426
-<796f6e6520656c73652e>-.15 F<546865>5.426 E F1<6d61696c646972>2.926 E F0
-.46<6f7074696f6e2077696c6c20656e61626c6520646562>144 120 R .46<75676769
+206265666f72652073656e64696e6720697420746f20616e>-.2 F .425
+<796f6e6520656c73652e>-.15 F<546865>5.425 E F2<6d61696c646972>2.925 E F0
+.46<6f7074696f6e2077696c6c20656e61626c6520646562>144 132 R .46<75676769
 6e6720666f72206365727461696e204d61696c646972206f7065726174696f6e732e>-.2
-F<416e64>5.46 E F1<746872>2.96 E<656164>-.37 E F0 .46<77696c6c20646562>
-2.96 F .46<75672074686520746872656164696e67>-.2 F<6d6f64656c2e>144 132 Q
-/F2 10/Times-Bold@0 SF<2d6c>108 148.8 Q F1<8c6c656e616d65>2.5 E F0 .523
-<456e61626c6573206c6f6767696e6720746f208c6c656e616d652e>144 160.8 R .523
+F<416e64>5.46 E F2<746872>2.96 E<656164>-.37 E F0 .46<77696c6c20646562>
+2.96 F .46<75672074686520746872656164696e67>-.2 F<6d6f64656c2e>144 144 Q
+F1<2d6c>108 160.8 Q F2<8c6c656e616d65>2.5 E F0 .524
+<456e61626c6573206c6f6767696e6720746f208c6c656e616d652e>144 172.8 R .523
 <546869732077696c6c206c6f672065>5.523 F -.15<7665>-.25 G .523<7279746869
 6e67207468617420676f657320746f207468652073637265656e20746f20746865207370
-6563698c6564208c6c652e>.15 F<4164646974696f6e616c6c79>144 172.8 Q 2.796
-<2c69>-.65 G 2.796<6661>-2.796 G .596 -.15<6e792064>-2.796 H<6562>.15 E
-.296<756767696e672069732073706563698c65642077697468202d642c207468656e20
-646562>-.2 F .295<7567206d657373616765732077696c6c206e6f7420676f20746f20
-7468652073637265656e2c>-.2 F -.2<6275>144 184.8 S 2.5<7469>.2 G
-<6e737465616420746f20746865206c6f678c6c65206f6e6c79>-2.5 E<2e>-.65 E F2
-<2d6f>108 201.6 Q F0
-<52756e206f6e6c79206f6e63652c2069676e6f72696e6720616c6c>27.67 E F1
+6563698c6564208c6c652e>.15 F<4164646974696f6e616c6c79>144 184.8 Q 2.795
+<2c69>-.65 G 2.795<6661>-2.795 G .595 -.15<6e792064>-2.795 H<6562>.15 E
+.295<756767696e672069732073706563698c65642077697468202d642c207468656e20
+646562>-.2 F .296<7567206d657373616765732077696c6c206e6f7420676f20746f20
+7468652073637265656e2c>-.2 F -.2<6275>144 196.8 S 2.5<7469>.2 G
+<6e737465616420746f20746865206c6f678c6c65206f6e6c79>-2.5 E<2e>-.65 E F1
+<2d6f>108 213.6 Q F0
+<52756e206f6e6c79206f6e63652c2069676e6f72696e6720616c6c>27.67 E F2
 <6175746f72>2.5 E<656672>-.37 E<657368>-.37 E F0
 <73657474696e677320696e2074686520636f6e8c6775726174696f6e208c6c652e>2.5
-E F2<2d68>108 218.4 Q<2d2d68656c70>108 235.2 Q F0<53686f>11 E 2.5<7773>
--.25 G<756d6d617279206f66206f7074696f6e732e>-2.5 E F2<2d75>108 252 Q F1
-<696e74657266616365>2.5 E F0 1.291
-<53706563698c657320616e20616c7465726e617469>144 264 R 1.591 -.15
-<76652075>-.25 H 1.291<73657220696e74657266>.15 F 1.291
-<616365206d6f64756c6520746f207573652e>-.1 F 1.292<54686973206f>6.291 F
--.15<7665>-.15 G 1.292<7272696465732074686520646566>.15 F 1.292
+E F1<2d68>108 230.4 Q<2d2d68656c70>108 247.2 Q F0<53686f>11 E 2.5<7773>
+-.25 G<756d6d617279206f66206f7074696f6e732e>-2.5 E F1<2d75>108 264 Q F2
+<696e74657266616365>2.5 E F0 1.292
+<53706563698c657320616e20616c7465726e617469>144 276 R 1.592 -.15
+<76652075>-.25 H 1.292<73657220696e74657266>.15 F 1.292
+<616365206d6f64756c6520746f207573652e>-.1 F 1.291<54686973206f>6.291 F
+-.15<7665>-.15 G 1.291<7272696465732074686520646566>.15 F 1.291
 <61696c742073706563698c656420696e20746865>-.1 F
-<636f6e8c6775726174696f6e208c6c652e>144 276 Q<546865207072652d64658c6e65
+<636f6e8c6775726174696f6e208c6c652e>144 288 Q<546865207072652d64658c6e65
 64206f7074696f6e7320617265206c697374656420696e20746865205573657220496e74
 657266>5 E<616365732073656374696f6e2e>-.1 E/F3 10.95/Times-Bold@0 SF
-<5553455220494e54455246>72 292.8 Q -.602<4143>-.986 G<4553>.602 E F2
-<4f668d696e65494d4150>108 304.8 Q F0 .851<686173206120706c756767>3.351 F
-.851<61626c65207573657220696e74657266>-.05 F .851
+<5553455220494e54455246>72 304.8 Q -.602<4143>-.986 G<4553>.602 E F1
+<4f668d696e65494d4150>108 316.8 Q F0 .85<686173206120706c756767>3.35 F
+.85<61626c65207573657220696e74657266>-.05 F .851
 <6163652073797374656d2074686174206c65747320796f752063686f6f736520686f>
--.1 F 3.35<7774>-.25 G .85
-<68652070726f6772616d20636f6d6d756e696361746573>-3.35 F 1.533
-<696e666f726d6174696f6e20746f20796f752e>108 316.8 R 1.534
+-.1 F 3.351<7774>-.25 G .851
+<68652070726f6772616d20636f6d6d756e696361746573>-3.351 F 1.534
+<696e666f726d6174696f6e20746f20796f752e>108 328.8 R 1.534
 <546865726520617265207477>6.534 F 4.034<6f67>-.1 G 1.534
 <726170686963616c20696e74657266>-4.034 F 1.534<616365732c207477>-.1 F
 4.034<6f74>-.1 G 1.534<65726d696e616c20696e74657266>-4.034 F 1.534
-<616365732c20616e64207477>-.1 F 4.034<6f6e>-.1 G<6f6e696e74657261637469>
--4.034 E -.15<7665>-.25 G<696e74657266>108 328.8 Q .828<6163657320737569
+<616365732c20616e64207477>-.1 F 4.033<6f6e>-.1 G<6f6e696e74657261637469>
+-4.033 E -.15<7665>-.25 G<696e74657266>108 340.8 Q .828<6163657320737569
 7461626c6520666f7220736372697074696e67206f72206c6f6767696e6720707572706f
-7365732e>-.1 F<546865>5.828 E F1<7569>3.328 E F0 .828<6f7074696f6e20696e
+7365732e>-.1 F<546865>5.828 E F2<7569>3.328 E F0 .828<6f7074696f6e20696e
 2074686520636f6e8c6775726174696f6e208c6c652073706563698c65732075736572>
-3.328 F<696e74657266>108 340.8 Q .846<61636520707265666572656e6365732e>
--.1 F<546865>5.846 E F2<2d75>3.346 E F0 .846
+3.328 F<696e74657266>108 352.8 Q .847<61636520707265666572656e6365732e>
+-.1 F<546865>5.847 E F1<2d75>3.346 E F0 .846
 <636f6d6d616e642d6c696e65206f7074696f6e2063616e206f>3.346 F -.15<7665>
 -.15 G .846
 <72726964652074686520636f6e8c6775726174696f6e208c6c652073657474696e672e>
-.15 F .847<5468652061>5.847 F -.25<7661>-.2 G<696c2d>.25 E<61626c652076>
-108 352.8 Q<616c75657320666f722074686520636f6e8c6775726174696f6e208c6c65
+.15 F .846<5468652061>5.846 F -.25<7661>-.2 G<696c2d>.25 E<61626c652076>
+108 364.8 Q<616c75657320666f722074686520636f6e8c6775726174696f6e208c6c65
 206f7220636f6d6d616e642d6c696e65206172652064657363726962656420696e207468
-69732073656374696f6e2e>-.25 E F2<544b2e424c494e4b454e4c4947485453>87
-369.6 Q F0<546b2e426c696e6b>108 381.6 Q .181
-<656e6c696768747320697320616e20696e74657266>-.1 F .181
+69732073656374696f6e2e>-.25 E F1<544b2e424c494e4b454e4c4947485453>87
+381.6 Q F0<546b2e426c696e6b>108 393.6 Q .18
+<656e6c696768747320697320616e20696e74657266>-.1 F .18
 <6163652064657369676e656420746f20626520736c65656b2c2066756e20746f2077>
--.1 F .18<617463682c20616e6420696e666f726d617469>-.1 F .48 -.15
-<7665206f>-.25 H 2.68<6674>.15 G .18<6865206f>-2.68 F -.15<7665>-.15 G
-.18<72616c6c2070696374757265206f66>.15 F<77686174>108 393.6 Q F2
+-.1 F .181<617463682c20616e6420696e666f726d617469>-.1 F .481 -.15
+<7665206f>-.25 H 2.681<6674>.15 G .181<6865206f>-2.681 F -.15<7665>-.15
+G .181<72616c6c2070696374757265206f66>.15 F<77686174>108 405.6 Q F1
 <4f668d696e65494d4150>2.5 E F0<697320646f696e672e>2.5 E 2.5<4963>5 G<6f
 6e736964657220697420746f2062652074686520626573742067656e6572616c2d707572
-706f736520696e74657266>-2.5 E<61636520696e>-.1 E F2
-<4f668d696e65494d4150>2.5 E F0<2e>A<546b2e426c696e6b>108 410.4 Q .362
+706f736520696e74657266>-2.5 E<61636520696e>-.1 E F1
+<4f668d696e65494d4150>2.5 E F0<2e>A<546b2e426c696e6b>108 422.4 Q .363
 <656e6c696768747320636f6e7461696e732c20627920646566>-.1 F .362
 <61756c742c206120736d616c6c2077696e646f>-.1 F 2.862<7777>-.25 G .362
 <697468206120726f>-2.862 F 2.862<776f>-.25 G 2.862<664c>-2.862 G .362
-<4544732c206120736d616c6c206c6f672c20616e64206120726f>-2.862 F 2.863
-<776f>-.25 G 2.863<6663>-2.863 G<6f6d2d>-2.863 E .086<6d616e642062>108
-422.4 R 2.586<7574746f6e732e20546865>-.2 F .086
-<746f74616c2073697a65206f66207468652077696e646f>2.586 F 2.585<7769>-.25
+<4544732c206120736d616c6c206c6f672c20616e64206120726f>-2.862 F 2.862
+<776f>-.25 G 2.862<6663>-2.862 G<6f6d2d>-2.862 E .085<6d616e642062>108
+434.4 R 2.585<7574746f6e732e20546865>-.2 F .085
+<746f74616c2073697a65206f66207468652077696e646f>2.585 F 2.585<7769>-.25
 G 2.585<7376>-2.585 G .085<65727920736d616c6c2c20736f206974207573657320
 6c6974746c65206465736b746f702073706163652c207965742069742069732071756974
-652066756e632d>-2.735 F 4.166<74696f6e616c2e20546865>108 434.4 R 1.666
+652066756e632d>-2.735 F 4.166<74696f6e616c2e20546865>108 446.4 R 1.666
 <6f7074696f6e616c2c20746f67676c6561626c652c206c6f672073686f>4.166 F
 1.666<7773206d6f72652064657461696c2061626f757420776861742069732068617070
 656e696e6720616e6420697320636f6c6f72>-.25 F 1.666<2d636f64656420746f>-.2
-F<6d617463682074686520636f6c6f72206f6620746865206c69676874732e>108 446.4
-Q<546b2e426c696e6b>108 463.2 Q 5.224
+F<6d617463682074686520636f6c6f72206f6620746865206c69676874732e>108 458.4
+Q<546b2e426c696e6b>108 475.2 Q 5.224
 <656e6c696768747320697320746865206f6e6c79207573657220696e74657266>-.1 F
 5.224<61636520746861742068617320636f6e8c67757261626c6520706172616d657465
-72733b20736565207468652065>-.1 F<78616d706c65>-.15 E F1<6f66>108 475.2 Q
+72733b20736565207468652065>-.1 F<78616d706c65>-.15 E F2<6f66>108 487.2 Q
 <8d696e65696d61702e636f6e66>-.18 E F0
 <666f72206d6f72652064657461696c732e>2.5 E 1.23
-<45616368206c6967687420696e2074686520426c696e6b>108 492 R 1.23
+<45616368206c6967687420696e2074686520426c696e6b>108 504 R 1.23
 <656e6c696768747320696e74657266>-.1 F 1.23
 <61636520726570726573656e7473206120746872656164206f662065>-.1 F -.15
 <7865>-.15 G 1.23<637574696f6e202d2d20746861742069732c206120706172746963
-756c6172207461736b2074686174>.15 F F2<4f668d696e65494d4150>108 504 Q F0
-.867<697320706572666f726d696e67207269676874206e6f>3.367 F 4.667 -.65
-<772e2054>-.25 H .866<686520636f6c6f727320696e64696361746520776861742074
+756c6172207461736b2074686174>.15 F F1<4f668d696e65494d4150>108 516 Q F0
+.866<697320706572666f726d696e67207269676874206e6f>3.366 F 4.666 -.65
+<772e2054>-.25 H .867<686520636f6c6f727320696e64696361746520776861742074
 61736b2074686520706172746963756c61722074687265616420697320706572666f726d
-696e672c>.65 F<616e642061726520617320666f6c6c6f>108 516 Q<77733a>-.25 E
-F2<426c61636b>108 532.8 Q F0 .569
-<696e6469636174657320746861742074686973206c6967687427>11.55 F 3.069
-<7374>-.55 G .569<687265616420686173207465726d696e617465643b206974207769
-6c6c206c69676874207570206167>-3.069 F .57
-<61696e206c61746572207768656e206e65>-.05 F 3.07<7774>-.25 G .57
-<687265616473207374617274>-3.07 F 2.5<75702e20536f2c>144 544.8 R
+696e672c>.65 F<616e642061726520617320666f6c6c6f>108 528 Q<77733a>-.25 E
+F1<426c61636b>108 544.8 Q F0 .57
+<696e6469636174657320746861742074686973206c6967687427>11.55 F 3.07<7374>
+-.55 G .569<687265616420686173207465726d696e617465643b2069742077696c6c20
+6c69676874207570206167>-3.07 F .569<61696e206c61746572207768656e206e65>
+-.05 F 3.069<7774>-.25 G .569<687265616473207374617274>-3.069 F 2.5
+<75702e20536f2c>144 556.8 R
 <626c61636b20696e64696361746573206e6f2061637469>2.5 E<76697479>-.25 E
-<2e>-.65 E F2<52656420284d65616e696e67203129>108 561.6 Q F0 .442
+<2e>-.65 E F1<52656420284d65616e696e67203129>108 573.6 Q F0 .442
 <69732074686520636f6c6f72206f6620746865206d61696e2070726f6772616d27>144
-573.6 R 2.942<7374>-.55 G .442<68726561642c207768696368206261736963616c
+585.6 R 2.942<7374>-.55 G .442<68726561642c207768696368206261736963616c
 6c7920646f6573206e6f7468696e672062>-2.942 F .442
-<7574206d6f6e69746f7220746865206f74686572732e>-.2 F<4974>5.441 E<6d6967
+<7574206d6f6e69746f7220746865206f74686572732e>-.2 F<4974>5.442 E<6d6967
 68742072656d696e6420796f75206f662048414c203930303020696e20323030312e>144
-585.6 Q F2<47726179>108 602.4 Q F0<696e64696361746573207468617420746865
+597.6 Q F1<47726179>108 614.4 Q F0<696e64696361746573207468617420746865
 207468726561642069732065737461626c697368696e672061206e65>13.78 E 2.5
 <7763>-.25 G<6f6e6e656374696f6e20746f2074686520494d41502073657276>-2.5 E
-<6572>-.15 E<2e>-.55 E F2<507572>108 619.2 Q<706c65>-.1 E F0 .656<697320
+<6572>-.15 E<2e>-.55 E F1<507572>108 631.2 Q<706c65>-.1 E F0 .656<697320
 74686520636f6c6f72206f6620616e206163636f756e742073796e6368726f6e697a6174
 696f6e207468726561642074686174206973206d6f6e69746f72696e6720746865207072
 6f6772657373206f662074686520666f6c6465727320696e>7.21 F
 <74686174206163636f756e7420286e6f742067656e65726174696e6720616e>144
-631.2 Q 2.5<7949>-.15 G<2f4f292e>-2.5 E F2<4379616e>108 648 Q F0<696e64
+643.2 Q 2.5<7949>-.15 G<2f4f292e>-2.5 E F1<4379616e>108 660 Q F0<696e64
 696361746573207468617420746865207468726561642069732073796e63696e67206120
-666f6c646572>13.22 E<2e>-.55 E F2<4772>108 664.8 Q<65656e>-.18 E F0
+666f6c646572>13.22 E<2e>-.55 E F1<4772>108 676.8 Q<65656e>-.18 E F0
 <6d65616e732074686174206120666f6c64657227>9.52 E 2.5<736d>-.55 G
-<657373616765206c697374206973206265696e67206c6f616465642e>-2.5 E F2
-<426c7565>108 681.6 Q F0<69732074686520636f6c6f72206f662061206d65737361
+<657373616765206c697374206973206265696e67206c6f616465642e>-2.5 E F1
+<426c7565>108 693.6 Q F0<69732074686520636f6c6f72206f662061206d65737361
 67652073796e6368726f6e697a6174696f6e20636f6e74726f6c6c657220746872656164
-2e>16.55 E F2<4f72616e6765>108 698.4 Q F0<696e64696361746573207468617420
-616e2061637475616c206d657373616765206973206265696e6720636f706965642e>144
-710.4 Q<2857>5 E 2.5<6575>-.8 G<7365206675736368696120666f722066>-2.5 E
-<616b>-.1 E 2.5<656d>-.1 G<657373616765732e29>-2.5 E
-<4a6f686e20476f65727a656e>72 768 Q<3032204a756e652032303033>152.075 E
-<34>202.335 E 0 Cg EP
+2e>16.55 E<4a6f686e20476f65727a656e>72 768 Q<3138204a756c792032303033>
+152.905 E<34>203.165 E 0 Cg EP
 %%Page: 5 5
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF 110.665<4f46464c494e45494d4150283129204f66>72 48
 R<8d696e65494d4150204d616e75616c>-.25 E<4f46464c494e45494d4150283129>
-113.165 E/F1 10/Times-Bold@0 SF<52656420286d65616e696e67203229>108 84 Q
+113.165 E/F1 10/Times-Bold@0 SF<4f72616e6765>108 84 Q F0<696e6469636174
+6573207468617420616e2061637475616c206d657373616765206973206265696e672063
+6f706965642e>144 96 Q<2857>5 E 2.5<6575>-.8 G
+<7365206675736368696120666f722066>-2.5 E<616b>-.1 E 2.5<656d>-.1 G
+<657373616765732e29>-2.5 E F1<52656420286d65616e696e67203229>108 112.8 Q
 F0<696e6469636174657320746861742061206d657373616765206973206265696e6720
-64656c657465642e>144 96 Q F1 -1.11<5965>108 112.8 S<6c6c6f>1.11 E 2.5
+64656c657465642e>144 124.8 Q F1 -1.11<5965>108 141.6 S<6c6c6f>1.11 E 2.5
 <772f62>-.1 G<7269676874206f72616e6765>-2.5 E F0<696e646963617465732074
 686174206d657373616765208d61677320617265206265696e672061646465642e>144
-124.8 Q F1<50696e6b202f206272696768742072>108 141.6 Q<6564>-.18 E F0<69
+153.6 Q F1<50696e6b202f206272696768742072>108 170.4 Q<6564>-.18 E F0<69
 6e646963617465732074686174206d657373616765208d61677320617265206265696e67
-2072656d6f>144 153.6 Q -.15<7665>-.15 G<642e>.15 E F1
-<526564202f20426c61636b20466c617368696e67>108 170.4 Q F0
-<636f72726573706f6e647320746f2074686520636f756e74646f>144 182.4 Q<776e20
+2072656d6f>144 182.4 Q -.15<7665>-.15 G<642e>.15 E F1
+<526564202f20426c61636b20466c617368696e67>108 199.2 Q F0
+<636f72726573706f6e647320746f2074686520636f756e74646f>144 211.2 Q<776e20
 74696d657220746861742072756e73206265747765656e2073796e6368726f6e697a6174
-696f6e732e>-.25 E 1.219<546865206e616d65206f66207468697320696e74657266>
-108 199.2 R 1.219<616365732064657269>-.1 F -.15<7665>-.25 G 3.719<7366>
-.15 G 1.219<726f6d206120626974206f6620636f6d707574657220686973746f7279>
--3.719 F 6.219<2e45>-.65 G 1.218<726963205261796d6f6e6427>-6.219 F 3.718
-<734a>-.55 G<6172>-3.718 E 1.218<676f6e2046696c652064658c6e6573>-.18 F
-/F2 10/Times-Italic@0 SF<626c696e6b>108 211.2 Q<656e6c6967687473>-.1 E
-F0 2.5<2c69>C 2.5<6e70>-2.5 G<6172742c2061733a>-2.5 E .132<46726f6e742d
-70616e656c20646961676e6f73746963206c6967687473206f6e206120636f6d70757465
-72>144 240 R 2.632<2c65>-.4 G .132<73702e20612064696e6f73617572>-2.632 F
+696f6e732e>-.25 E 1.218<546865206e616d65206f66207468697320696e74657266>
+108 228 R 1.219<616365732064657269>-.1 F -.15<7665>-.25 G 3.719<7366>.15
+G 1.219<726f6d206120626974206f6620636f6d707574657220686973746f7279>
+-3.719 F 6.219<2e45>-.65 G 1.219<726963205261796d6f6e6427>-6.219 F 3.719
+<734a>-.55 G<6172>-3.719 E 1.219<676f6e2046696c652064658c6e6573>-.18 F
+/F2 10/Times-Italic@0 SF<626c696e6b>108 240 Q<656e6c6967687473>-.1 E F0
+2.5<2c69>C 2.5<6e70>-2.5 G<6172742c2061733a>-2.5 E .132<46726f6e742d7061
+6e656c20646961676e6f73746963206c6967687473206f6e206120636f6d7075746572>
+144 268.8 R 2.632<2c65>-.4 G .132<73702e20612064696e6f73617572>-2.632 F
 2.632<2e4e>-.55 G .632 -.25<6f772074>-2.632 H .132
 <6861742064696e6f73617572732061726520726172652c2074686973207465726d>.25
 F<757375616c6c792072656665727320746f20737461747573206c6967687473206f6e20
-61206d6f64656d2c206e657477>144 252 Q
-<6f726b206875622c206f7220746865206c696b>-.1 E<652e>-.1 E 1.244
-<54686973207465726d2064657269>144 268.8 R -.15<7665>-.25 G 3.744<7366>
-.15 G 1.244<726f6d20746865206c6173742077>-3.744 F 1.244
-<6f7264206f66207468652066>-.1 F 1.243
-<616d6f757320626c61636b6c6574746572>-.1 F 1.243
+61206d6f64656d2c206e657477>144 280.8 Q
+<6f726b206875622c206f7220746865206c696b>-.1 E<652e>-.1 E 1.243
+<54686973207465726d2064657269>144 297.6 R -.15<7665>-.25 G 3.743<7366>
+.15 G 1.243<726f6d20746865206c6173742077>-3.743 F 1.244
+<6f7264206f66207468652066>-.1 F 1.244
+<616d6f757320626c61636b6c6574746572>-.1 F 1.244
 <2d476f74686963207369676e20696e206d616e676c65642070736575646f2d>-.2 F
 .566<4765726d616e2074686174206f6e6365206772616365642061626f75742068616c
 662074686520636f6d707574657220726f6f6d7320696e2074686520456e676c6973682d
-737065616b696e672077>144 280.8 R .566<6f726c642e204f6e652076>-.1 F<6572>
+737065616b696e672077>144 309.6 R .565<6f726c642e204f6e652076>-.1 F<6572>
 -.15 E<2d>-.2 E
 <73696f6e2072616e20696e2069747320656e74697265747920617320666f6c6c6f>144
-292.8 Q<77733a>-.25 E F1 -.55<4143>144 309.6 S 2.5
+321.6 Q<77733a>-.25 E F1 -.55<4143>144 338.4 S 2.5
 <4854554e472120414c4c4553>.55 F<4c4f4f4b454e535045455045525321>2.5 E F0
-1.648<44617320636f6d70757465726d616368696e6520697374206e6963687420667565
-722067658c6e676572706f6b>144 326.4 R 1.647
-<656e20756e64206d697474656e6772616262656e2e>-.1 F 1.647
-<4973742065617379207363686e617070656e20646572>6.647 F .12
-<737072696e67656e7765726b2c20626c6f>144 338.4 R .121
+1.647<44617320636f6d70757465726d616368696e6520697374206e6963687420667565
+722067658c6e676572706f6b>144 355.2 R 1.647
+<656e20756e64206d697474656e6772616262656e2e>-.1 F 1.648
+<4973742065617379207363686e617070656e20646572>6.647 F .121
+<737072696e67656e7765726b2c20626c6f>144 367.2 R .121
 <77656e667573656e20756e6420706f7070656e636f726b>-.25 F .121
 <656e206d697420737069747a656e737061726b>-.1 F 2.621<656e2e20497374>-.1 F
 .121<6e696368742066756572206765>2.621 F<7765726b>-.25 E .121
-<656e2062656920646173>-.1 F<64756d706b>144 350.4 Q 2.519
-<6f7066656e2e20446173>-.1 F<7275626265726e65636b>2.519 E .018
+<656e2062656920646173>-.1 F<64756d706b>144 379.2 Q 2.518
+<6f7066656e2e20446173>-.1 F<7275626265726e65636b>2.518 E .018
 <656e20736963687473656572656e206b>-.1 F .018
 <656570656e2064617320636f7474656e2d7069636b>-.1 F .018
-<656e656e2068616e7320696e2064617320706f636b>-.1 F .018
-<657473206d7573733b>-.1 F<72656c6178>144 362.4 Q<656e20756e642077>-.15 E
+<656e656e2068616e7320696e2064617320706f636b>-.1 F .019
+<657473206d7573733b>-.1 F<72656c6178>144 391.2 Q<656e20756e642077>-.15 E
 <61746368656e2064617320626c696e6b>-.1 E<656e6c69636874656e2e>-.1 E F1
-<4355525345532e424c494e4b454e4c4947485453>87 379.2 Q F0
-<4375727365732e426c696e6b>108 391.2 Q .392
-<656e6c696768747320697320616e20696e74657266>-.1 F .392<6163652076>-.1 F
-.392<6572792073696d696c617220746f20546b2e426c696e6b>-.15 F .392
-<656e6c69676874732c2062>-.1 F .393<75742069732064657369676e656420746f20
-62652072756e20696e206120636f6e736f6c65>-.2 F<77696e646f>108 403.2 Q
-3.462<7728>-.25 G .962<616e20787465726d2c204c696e7578207669727475616c20
-7465726d696e616c2c206574632e29>-3.462 F .962
-<53696e636520697420646f65736e27>5.962 F 3.462<7468>-.18 G -2.25 -.2
-<61762065>-3.462 H .962
-<61636365737320746f2067726170686963732c2069742069736e27>3.662 F 3.461
-<7471>-.18 G .961<75697465206173>-3.461 F<707265747479>108 415.2 Q 2.5
+<4355525345532e424c494e4b454e4c4947485453>87 408 Q F0
+<4375727365732e426c696e6b>108 420 Q .393
+<656e6c696768747320697320616e20696e74657266>-.1 F .393<6163652076>-.1 F
+.393<6572792073696d696c617220746f20546b2e426c696e6b>-.15 F .393
+<656e6c69676874732c2062>-.1 F .392<75742069732064657369676e656420746f20
+62652072756e20696e206120636f6e736f6c65>-.2 F<77696e646f>108 432 Q 3.461
+<7728>-.25 G .961<616e20787465726d2c204c696e7578207669727475616c20746572
+6d696e616c2c206574632e29>-3.461 F .962<53696e636520697420646f65736e27>
+5.962 F 3.462<7468>-.18 G -2.25 -.2<61762065>-3.462 H .962
+<61636365737320746f2067726170686963732c2069742069736e27>3.662 F 3.462
+<7471>-.18 G .962<75697465206173>-3.462 F<707265747479>108 444 Q 2.5
 <2c62>-.65 G
 <7574206974207374696c6c206765747320746865206a6f6220646f6e652e>-2.7 E
-<506c65617365207365652074686520546b2e426c696e6b>108 432 Q
+<506c65617365207365652074686520546b2e426c696e6b>108 460.8 Q
 <656e6c69676874732073656374696f6e2061626f>-.1 E .3 -.15<76652066>-.15 H<
 6f72206d6f726520696e666f726d6174696f6e2061626f75742074686520636f6c6f7273
 207573656420696e207468697320696e74657266>.15 E<6163652e>-.1 E F1
-<544b2e564552424f53455549>87 448.8 Q F0<546b2e56>108 460.8 Q .449
+<544b2e564552424f53455549>87 477.6 Q F0<546b2e56>108 489.6 Q .45
 <6572626f736555492028666f726d65726c79206b6e6f>-1.11 F .449<776e20617320
 546b2e546b55492920697320612067726170686963616c20696e74657266>-.25 F .449
-<61636520746861742070726573656e747320612076>-.1 F .45
+<61636520746861742070726573656e747320612076>-.1 F .449
 <61726961626c652d73697a65642077696e646f>-.25 F -.65<772e>-.25 G 1.37
-<496e207468652077696e646f>108 472.8 R 2.67 -.65<772c2065>-.25 H 1.37
+<496e207468652077696e646f>108 501.6 R 2.67 -.65<772c2065>-.25 H 1.37
 <6163682063757272656e746c792d65>.65 F -.15<7865>-.15 G 1.37<637574696e67
 207468726561642068617320612073656374696f6e20776865726520697473206e616d65
-20616e642063757272656e742073746174757320617265206469732d>.15 F 2.768
-<706c617965642e2054686973>108 484.8 R<696e74657266>2.768 E .268<61636520
+20616e642063757272656e742073746174757320617265206469732d>.15 F 2.769
+<706c617965642e2054686973>108 513.6 R<696e74657266>2.769 E .269<61636520
 697320626573742073756974656420746f2070656f706c652072756e6e696e67206f6e20
-736c6f>-.1 F .269<77657220636f6e6e656374696f6e732c20617320796f7520676574
-2061206c6f74206f662064657461696c2c2062>-.25 F<7574>-.2 E .357
-<666f722066>108 496.8 R .356<61737420636f6e6e656374696f6e732c2074686520
+736c6f>-.1 F .268<77657220636f6e6e656374696f6e732c20617320796f7520676574
+2061206c6f74206f662064657461696c2c2062>-.25 F<7574>-.2 E .356
+<666f722066>108 525.6 R .356<61737420636f6e6e656374696f6e732c2074686520
 64657461696c206d617920676f20627920746f6f20717569636b6c7920746f2062652075
-736566756c2e>-.1 F .356<50656f706c6520776974682066>5.356 F .356
+736566756c2e>-.1 F .356<50656f706c6520776974682066>5.356 F .357
 <61737420636f6e6e656374696f6e73206d61792077697368>-.1 F
-<746f2075736520546b2e426c696e6b>108 508.8 Q
-<656e6c696768747320696e73746561642e>-.1 E F1<545459>87 525.6 Q
-<2e5454595549>-.92 E F0<545459>108 537.6 Q 1.1
-<2e545459554920696e74657266>-1.29 F 1.1<61636520697320666f722070656f706c
-652072756e6e696e6720696e2062617369632c206e6f6e2d636f6c6f72207465726d696e
-616c732e>-.1 F 1.101
+<746f2075736520546b2e426c696e6b>108 537.6 Q
+<656e6c696768747320696e73746561642e>-.1 E F1<545459>87 554.4 Q
+<2e5454595549>-.92 E F0<545459>108 566.4 Q 1.101
+<2e545459554920696e74657266>-1.29 F 1.101<61636520697320666f722070656f70
+6c652072756e6e696e6720696e2062617369632c206e6f6e2d636f6c6f72207465726d69
+6e616c732e>-.1 F 1.1
 <4974207072696e7473206f757420626173696320737461747573206d65732d>6.101 F<
 736167657320616e642069732067656e6572616c6c7920667269656e646c7920746f2075
-7365206f6e206120636f6e736f6c65206f7220787465726d2e>108 549.6 Q F1
-<4e4f4e494e54455241>87 566.4 Q<43544956452e42>-.55 E<41534943>-.3 E F0
-<4e6f6e696e74657261637469>108 578.4 Q -.15<7665>-.25 G .076<2e4261736963
+7365206f6e206120636f6e736f6c65206f7220787465726d2e>108 578.4 Q F1
+<4e4f4e494e54455241>87 595.2 Q<43544956452e42>-.55 E<41534943>-.3 E F0
+<4e6f6e696e74657261637469>108 607.2 Q -.15<7665>-.25 G .075<2e4261736963
 2069732064657369676e656420666f7220736974756174696f6e7320696e207768696368>
-.15 F F1<4f668d696e65494d4150>2.576 E F0 .075<77696c6c2062652072756e206e
-6f6e2d617474656e64656420616e6420746865207374612d>2.576 F .155
-<747573206f66206974732065>108 590.4 R -.15<7865>-.15 G .155
+.15 F F1<4f668d696e65494d4150>2.576 E F0 .076<77696c6c2062652072756e206e
+6f6e2d617474656e64656420616e6420746865207374612d>2.576 F .156
+<747573206f66206974732065>108 619.2 R -.15<7865>-.15 G .156
 <637574696f6e2077696c6c206265206c6f676765642e>.15 F -1.1<596f>5.155 G
 2.655<756d>1.1 G .155
 <69676874207573652069742c20666f7220696e7374616e63652c20746f206861>-2.655
-F .456 -.15<76652074>-.2 H .156
+F .455 -.15<76652074>-.2 H .155
 <68652073797374656d2072756e206175746f6d61746963616c6c7920616e64>.15 F
-.119<652d6d61696c20796f752074686520726573756c7473206f66207468652073796e
-6368726f6e697a6174696f6e2e>108 602.4 R .118
+.118<652d6d61696c20796f752074686520726573756c7473206f66207468652073796e
+6368726f6e697a6174696f6e2e>108 631.2 R .118
 <54686973207573657220696e74657266>5.118 F .118<616365206973206e6f742063
-617061626c65206f662072656164696e672061207061737377>-.1 F .118
-<6f72642066726f6d>-.1 F<746865206b>108 614.4 Q -.15<6579>-.1 G
+617061626c65206f662072656164696e672061207061737377>-.1 F .119
+<6f72642066726f6d>-.1 F<746865206b>108 643.2 Q -.15<6579>-.1 G
 <626f6172643b206163636f756e74207061737377>.15 E<6f726473206d757374206265
 2073706563698c6564207573696e67206f6e65206f662074686520636f6e8c6775726174
-696f6e208c6c65206f7074696f6e732e>-.1 E F1<4e4f4e494e54455241>87 631.2 Q
+696f6e208c6c65206f7074696f6e732e>-.1 E F1<4e4f4e494e54455241>87 660 Q
 <43544956452e51>-.55 E<55494554>-.1 E F0<4e6f6e696e74657261637469>108
-643.2 Q -.15<7665>-.25 G .784<2e51756965742069732064657369676e656420666f
-72206e6f6e2d617474656e6465642072756e6e696e6720696e20736974756174696f6e73
-207768657265206e6f726d616c20737461747573206d6573736167657320617265>.15 F
-.24<6e6f7420646573697265642e>108 655.2 R .24
+672 Q -.15<7665>-.25 G .784<2e51756965742069732064657369676e656420666f72
+206e6f6e2d617474656e6465642072756e6e696e6720696e20736974756174696f6e7320
+7768657265206e6f726d616c20737461747573206d6573736167657320617265>.15 F
+.24<6e6f7420646573697265642e>108 684 R .24
 <49742077696c6c206f7574707574206e6f7468696e672065>5.24 F .24
 <7863657074206572726f727320616e6420736572696f75732077>-.15 F 2.74
 <61726e696e67732e204c696b>-.1 F 2.74<654e>-.1 G<6f6e696e74657261637469>
 -2.74 E -.15<7665>-.25 G .24<2e42617369632c20746869732075736572>.15 F
-<696e74657266>108 667.2 Q 1.38<616365206973206e6f742063617061626c65206f
-662072656164696e672061207061737377>-.1 F 1.38
+<696e74657266>108 696 Q 1.38<616365206973206e6f742063617061626c65206f66
+2072656164696e672061207061737377>-.1 F 1.38
 <6f72642066726f6d20746865206b>-.1 F -.15<6579>-.1 G 1.38
 <626f6172643b206163636f756e74207061737377>.15 F 1.38
 <6f726473206d7573742062652073706563698c6564>-.1 F<7573696e67206f6e65206f
-662074686520636f6e8c6775726174696f6e208c6c65206f7074696f6e732e>108 679.2
-Q/F3 10.95/Times-Bold@0 SF<4558414d504c4553>72 696 Q F0 .859
-<486572652061726520736f6d652065>108 708 R .859
-<78616d706c6520636f6e8c6775726174696f6e7320666f722076>-.15 F .859
-<6172696f757320736974756174696f6e732e>-.25 F .858
-<506c6561736520652d6d61696c20616e>5.859 F 3.358<796f>-.15 G .858
-<746865722065>-3.358 F .858<78616d706c657320796f75206861>-.15 F -.15
-<7665>-.2 G<74686174206d61792062652075736566756c20746f206d652e>108 720 Q
-<4a6f686e20476f65727a656e>72 768 Q<3032204a756e652032303033>152.075 E
-<35>202.335 E 0 Cg EP
+662074686520636f6e8c6775726174696f6e208c6c65206f7074696f6e732e>108 708 Q
+<4a6f686e20476f65727a656e>72 768 Q<3138204a756c792032303033>152.905 E
+<35>203.165 E 0 Cg EP
 %%Page: 6 6
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF 110.665<4f46464c494e45494d4150283129204f66>72 48
 R<8d696e65494d4150204d616e75616c>-.25 E<4f46464c494e45494d4150283129>
-113.165 E/F1 10/Times-Bold@0 SF<4d554c>87 84 Q<5449504c452041>-.92 E
-<43434f554e54532057495448204d555454>-.55 E F0 .513<546869732065>108 96 R
-.513<78616d706c652073686f>-.15 F .513<777320796f7520686f>-.25 F 3.014
-<7774>-.25 G 3.014<6f73>-3.014 G .514<6574207570>-3.014 F F1
-<4f668d696e65494d4150>3.014 E F0 .514<746f2073796e6368726f6e697a65206d75
+113.165 E/F1 10.95/Times-Bold@0 SF<4558414d504c4553>72 84 Q F0 .858
+<486572652061726520736f6d652065>108 96 R .858
+<78616d706c6520636f6e8c6775726174696f6e7320666f722076>-.15 F .859
+<6172696f757320736974756174696f6e732e>-.25 F .859
+<506c6561736520652d6d61696c20616e>5.859 F 3.359<796f>-.15 G .859
+<746865722065>-3.359 F .859<78616d706c657320796f75206861>-.15 F -.15
+<7665>-.2 G<74686174206d61792062652075736566756c20746f206d652e>108 108 Q
+/F2 10/Times-Bold@0 SF<4d554c>87 124.8 Q<5449504c452041>-.92 E
+<43434f554e54532057495448204d555454>-.55 E F0 .514<546869732065>108
+136.8 R .514<78616d706c652073686f>-.15 F .514<777320796f7520686f>-.25 F
+3.014<7774>-.25 G 3.014<6f73>-3.014 G .514<6574207570>-3.014 F F2
+<4f668d696e65494d4150>3.014 E F0 .513<746f2073796e6368726f6e697a65206d75
 6c7469706c65206163636f756e7473207769746820746865206d757474206d61696c>
-3.014 F<726561646572>108 108 Q<2e>-.55 E .423<53746172742062792063726561
-74696e672061206469726563746f727920746f20686f6c6420796f757220666f6c646572
-732062792072756e6e696e67>108 124.8 R F1 .422<6d6b646972207e2f4d61696c>
-2.922 F F0 5.422<2e54>C .422<68656e2c20696e20796f7572>-5.422 F/F2 10
-/Times-Italic@0 SF<7e2f2e6f66>2.922 E<8d696e65696d617072>-.18 E<63>-.37
-E F0<2c>A<737065636966793a>108 136.8 Q
-<6163636f756e7473203d20506572736f6e616c2c2057>108 160.8 Q<6f726b>-.8 E
-<4d616b>108 177.6 Q 2.945<6573>-.1 G .445
+3.014 F<726561646572>108 148.8 Q<2e>-.55 E .422<537461727420627920637265
+6174696e672061206469726563746f727920746f20686f6c6420796f757220666f6c6465
+72732062792072756e6e696e67>108 165.6 R F2 .423<6d6b646972207e2f4d61696c>
+2.923 F F0 5.423<2e54>C .423<68656e2c20696e20796f7572>-5.423 F/F3 10
+/Times-Italic@0 SF<7e2f2e6f66>2.923 E<8d696e65696d617072>-.18 E<63>-.37
+E F0<2c>A<737065636966793a>108 177.6 Q
+<6163636f756e7473203d20506572736f6e616c2c2057>108 201.6 Q<6f726b>-.8 E
+<4d616b>108 218.4 Q 2.945<6573>-.1 G .445
 <757265207468617420796f75206861>-2.945 F .745 -.15<76652062>-.2 H .445
-<6f746820616e>.15 F F2 .445<5b4163636f756e742050>2.945 F<6572>-.8 E
-<736f6e616c5d>-.1 E F0 .445<616e6420616e>2.945 F F2 .445
+<6f746820616e>.15 F F3 .445<5b4163636f756e742050>2.945 F<6572>-.8 E
+<736f6e616c5d>-.1 E F0 .445<616e6420616e>2.945 F F3 .445
 <5b4163636f756e742057>2.945 F<6f726b5d>-.92 E F0 2.945
 <73656374696f6e2e20546865>2.945 F .445<6c6f63616c207265706f7369746f7279>
-2.945 F<666f722065616368206163636f756e74206d757374206861>108 189.6 Q .3
--.15<76652064>-.2 H<6966>.15 E<666572656e74>-.25 E F2
+2.945 F<666f722065616368206163636f756e74206d757374206861>108 230.4 Q .3
+-.15<76652064>-.2 H<6966>.15 E<666572656e74>-.25 E F3
 <6c6f63616c666f6c646572>2.5 E F0<70617468206e616d65732e>2.5 E
 <416c736f2c206d616b>5 E 2.5<6573>-.1 G<75726520746f20656e61626c65>-2.5 E
-F2<5b6d626e616d65735d>2.5 E F0<2e>A<496e2065616368206c6f63616c207265706f
+F3<5b6d626e616d65735d>2.5 E F0<2e>A<496e2065616368206c6f63616c207265706f
 7369746f72792073656374696f6e2c20777269746520736f6d657468696e67206c696b>
-108 206.4 Q 2.5<6574>-.1 G<6869733a>-2.5 E
-<6c6f63616c666f6c64657273203d207e2f4d61696c2f506572736f6e616c>108 230.4
-Q<46696e616c6c79>108 247.2 Q 2.5<2c61>-.65 G
-<6464207468657365206c696e657320746f20796f7572>-2.5 E F2
+108 247.2 Q 2.5<6574>-.1 G<6869733a>-2.5 E
+<6c6f63616c666f6c64657273203d207e2f4d61696c2f506572736f6e616c>108 271.2
+Q<46696e616c6c79>108 288 Q 2.5<2c61>-.65 G
+<6464207468657365206c696e657320746f20796f7572>-2.5 E F3
 <7e2f2e6d75747472>2.5 E<63>-.37 E F0<3a>A<736f75726365207e2f706174682d74
-6f2d6d626e616d65732d6d75747472632d6d61696c626f78>108 271.2 Q<6573>-.15 E
-<666f6c646572>108 283.2 Q<2d686f6f6b20506572736f6e616c207365742066726f6d
-3d22796f7572656d61696c40706572736f6e616c2e636f6d22>-.2 E<666f6c646572>
-108 295.2 Q<2d686f6f6b2057>-.2 E
+6f2d6d626e616d65732d6d75747472632d6d61696c626f78>108 312 Q<6573>-.15 E
+<666f6c646572>108 324 Q<2d686f6f6b20506572736f6e616c207365742066726f6d3d
+22796f7572656d61696c40706572736f6e616c2e636f6d22>-.2 E<666f6c646572>108
+336 Q<2d686f6f6b2057>-.2 E
 <6f726b207365742066726f6d3d22796f7572656d61696c4077>-.8 E
 <6f726b2e636f6d22>-.1 E<736574206d626f785f747970653d4d61696c646972>108
-307.2 Q<73657420666f6c6465723d24484f4d452f4d61696c>108 319.2 Q
-<73706f6f6c8c6c653d2b506572736f6e616c2f494e424f>108 331.2 Q<58>-.4 E
-<5468617427>108 348 Q 2.5<7369>-.55 G<7421>-2.5 E F1<5557>87 364.8 Q
-<2d494d41504420414e44205245464552454e434553>-.37 E F0 .505
-<536f6d6520757365727320776974682061205557>108 376.8 R .505
+348 Q<73657420666f6c6465723d24484f4d452f4d61696c>108 360 Q
+<73706f6f6c8c6c653d2b506572736f6e616c2f494e424f>108 372 Q<58>-.4 E
+<5468617427>108 388.8 Q 2.5<7369>-.55 G<7421>-2.5 E F2<5557>87 405.6 Q
+<2d494d41504420414e44205245464552454e434553>-.37 E F0 .504
+<536f6d6520757365727320776974682061205557>108 417.6 R .504
 <2d494d4150442073657276>-.65 F .504<6572206e65656420746f20757365>-.15 F
-F1<4f668d696e65494d4150>3.004 E F0 1.604 -.55<27732022>D .504<7265666572
+F2<4f668d696e65494d4150>3.004 E F0 1.604 -.55<27732022>D .505<7265666572
 656e636522206665617475726520746f20676574206174207468656972206d61696c2d>
-.55 F<626f78>108 388.8 Q .46<65732c2073706563696679696e6720612072656665
+.55 F<626f78>108 429.6 Q .46<65732c2073706563696679696e6720612072656665
 72656e6365206f6620227e2f4d61696c22206f722022236d682f2220646570656e64696e
 67206f6e2074686520636f6e8c6775726174696f6e2e>-.15 F .46
-<5468652062656c6f>5.46 F 2.96<7763>-.25 G<6f6e8c677572612d>-2.96 E .445<
+<5468652062656c6f>5.46 F 2.96<7763>-.25 G<6f6e8c677572612d>-2.96 E .444<
 74696f6e2066726f6d20286f726967696e616c6c792066726f6d20646f63776861744067
-6572662e6f72>108 400.8 R .445<67292073686f>-.18 F .445
-<7773207573696e672061>-.25 F F2 -.37<7265>2.945 G<666572>.37 E<656e6365>
--.37 E F0 .445<6f66204d61696c2c2061>2.945 F F2<6e616d657472>2.944 E
-<616e73>-.15 E F0 .444<746861742073747269707320746865>2.944 F
-<6c656164696e67204d61696c2f206f66>108 412.8 Q 2.5<6669>-.25 G
-<6e636f6d696e6720666f6c646572206e616d65732c20616e642061>-2.5 E F2
+6572662e6f72>108 441.6 R .444<67292073686f>-.18 F .445
+<7773207573696e672061>-.25 F F3 -.37<7265>2.945 G<666572>.37 E<656e6365>
+-.37 E F0 .445<6f66204d61696c2c2061>2.945 F F3<6e616d657472>2.945 E
+<616e73>-.15 E F0 .445<746861742073747269707320746865>2.945 F
+<6c656164696e67204d61696c2f206f66>108 453.6 Q 2.5<6669>-.25 G
+<6e636f6d696e6720666f6c646572206e616d65732c20616e642061>-2.5 E F3
 <666f6c6465728c6c746572>2.5 E F0<74686174206c696d6974732074686520666f6c
 646572732073796e63656420746f206a7573742074687265652e>2.5 E
-<5b4163636f756e7420476572665d>108 436.8 Q
-<6c6f63616c7265706f7369746f7279203d20476572664c6f63616c>108 448.8 Q
-<72656d6f74657265706f7369746f7279203d204765726652656d6f7465>108 460.8 Q
-<5b5265706f7369746f727920476572664c6f63616c5d>108 484.8 Q
-<74797065203d204d61696c646972>108 496.8 Q
-<6c6f63616c666f6c64657273203d207e2f4d61696c>108 508.8 Q
-<5b5265706f7369746f7279204765726652656d6f74655d>108 532.8 Q
-<74797065203d20494d4150>108 544.8 Q
-<72656d6f7465686f7374203d20676572662e6f72>108 556.8 Q<67>-.18 E
-<73736c203d20796573>108 568.8 Q
-<72656d6f746575736572203d20646f6377686174>108 580.8 Q
-<7265666572656e6365203d204d61696c>108 592.8 Q 2.5<2354>108 604.8 S
+<5b4163636f756e7420476572665d>108 477.6 Q
+<6c6f63616c7265706f7369746f7279203d20476572664c6f63616c>108 489.6 Q
+<72656d6f74657265706f7369746f7279203d204765726652656d6f7465>108 501.6 Q
+<5b5265706f7369746f727920476572664c6f63616c5d>108 525.6 Q
+<74797065203d204d61696c646972>108 537.6 Q
+<6c6f63616c666f6c64657273203d207e2f4d61696c>108 549.6 Q
+<5b5265706f7369746f7279204765726652656d6f74655d>108 573.6 Q
+<74797065203d20494d4150>108 585.6 Q
+<72656d6f7465686f7374203d20676572662e6f72>108 597.6 Q<67>-.18 E
+<73736c203d20796573>108 609.6 Q
+<72656d6f746575736572203d20646f6377686174>108 621.6 Q
+<7265666572656e6365203d204d61696c>108 633.6 Q 2.5<2354>108 645.6 S
 <72696d73206f66>-2.85 E 2.5<6674>-.25 G<68652070726563656564696e67204d61
 696c206f6e20616c6c2074686520666f6c646572206e616d65732e>-2.5 E
 <6e616d657472616e73203d206c616d62646120666f6c6465726e616d653a205c>108
-616.8 Q<72652e73756228275e4d61696c2f272c2027>138 628.8 Q
-<272c20666f6c6465726e616d6529>-.74 E 2.5<2359>108 640.8 S
+657.6 Q<72652e73756228275e4d61696c2f272c2027>138 669.6 Q
+<272c20666f6c6465726e616d6529>-.74 E 2.5<2359>108 681.6 S
 <6561682c20796f75206861>-3.5 E .3 -.15<76652074>-.2 H 2.5<6f6d>.15 G
 <656e74696f6e20746865204d61696c20646972>-2.5 E 2.5<2c65>-.4 G -.15<7665>
--2.75 G 2.5<6e74>.15 G<686f756768206974>-2.5 E 2.5<2377>108 652.8 S
+-2.75 G 2.5<6e74>.15 G<686f756768206974>-2.5 E 2.5<2377>108 693.6 S
 <6f756c64207365656d20696e7475697469>-2.6 E .3 -.15<76652074>-.25 H
 <686174207265666572656e63652077>.15 E<6f756c64207472696d2069742e>-.1 E<
 666f6c6465728c6c746572203d206c616d62646120666f6c6465726e616d653a20666f6c
-6465726e616d6520696e205b>108 664.8 Q<274d61696c2f494e424f>123 676.8 Q
+6465726e616d6520696e205b>108 705.6 Q<274d61696c2f494e424f>123 717.6 Q
 <58272c>-.4 E<274d61696c2f6c6973742f7a61757275732d67656e6572616c272c>123
-688.8 Q<274d61696c2f6c6973742f7a61757275732d6465>123 700.8 Q<76272c>-.25
-E<5d>123 712.8 Q<6d6178636f6e6e656374696f6e73203d2031>108 724.8 Q
-<4a6f686e20476f65727a656e>72 768 Q<3032204a756e652032303033>152.075 E
-<36>202.335 E 0 Cg EP
+729.6 Q<4a6f686e20476f65727a656e>72 768 Q<3138204a756c792032303033>
+152.905 E<36>203.165 E 0 Cg EP
 %%Page: 7 7
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF 110.665<4f46464c494e45494d4150283129204f66>72 48
 R<8d696e65494d4150204d616e75616c>-.25 E<4f46464c494e45494d4150283129>
-113.165 E<686f6c64636f6e6e656374696f6e6f70656e203d206e6f>108 84 Q/F1 10
-/Times-Bold@0 SF<505954484f4e46494c4520434f4e464947555241>87 100.8 Q
-<54494f4e2046494c45204f5054494f4e>-.95 E F0 -1.1<596f>108 112.8 S 3.305
-<7563>1.1 G .805<616e206861>-3.305 F -.15<7665>-.2 G F1
-<4f668d696e65494d4150>3.455 E F0 .806
-<6c6f6164207570206120507974686f6e208c6c65206265666f72652065>3.305 F -.25
-<7661>-.25 G .806<6c756174696e672074686520636f6e8c6775726174696f6e208c6c
-65206f7074696f6e73207468617420617265>.25 F<507974686f6e2065>108 124.8 Q
+113.165 E<274d61696c2f6c6973742f7a61757275732d6465>123 84 Q<76272c>-.25
+E<5d>123 96 Q<6d6178636f6e6e656374696f6e73203d2031>108 108 Q
+<686f6c64636f6e6e656374696f6e6f70656e203d206e6f>108 120 Q/F1 10
+/Times-Bold@0 SF<505954484f4e46494c4520434f4e464947555241>87 136.8 Q
+<54494f4e2046494c45204f5054494f4e>-.95 E F0 -1.1<596f>108 148.8 S 3.306
+<7563>1.1 G .806<616e206861>-3.306 F -.15<7665>-.2 G F1
+<4f668d696e65494d4150>3.456 E F0 .806
+<6c6f6164207570206120507974686f6e208c6c65206265666f72652065>3.306 F -.25
+<7661>-.25 G .805<6c756174696e672074686520636f6e8c6775726174696f6e208c6c
+65206f7074696f6e73207468617420617265>.25 F<507974686f6e2065>108 160.8 Q
 2.5<787072657373696f6e732e2054686973>-.15 F -.15<6578>2.5 G
 <616d706c65206973206261736564206f6e206f6e6520737570706c6965642062792054>
 .15 E<6f6d6d692056>-.8 E
-<697274616e656e20666f72207468697320666561747572652e>-.6 E<496e>108 141.6
+<697274616e656e20666f72207468697320666561747572652e>-.6 E<496e>108 177.6
 Q/F2 10/Times-Italic@0 SF<7e2f2e6f66>2.5 E<8d696e65696d61702e72>-.18 E
 <63>-.37 E F0 2.5<2c68>C 2.5<6561>-2.5 G
 <646473207468657365206f7074696f6e733a>-2.5 E<5b67656e6572616c5d>108
-165.6 Q -.1<7079>108 177.6 S<74686f6e8c6c653d7e2f2e6f66>.1 E
+201.6 Q -.1<7079>108 213.6 S<74686f6e8c6c653d7e2f2e6f66>.1 E
 <8d696e65696d61702e70>-.25 E<79>-.1 E<5b5265706f7369746f727920666f6f5d>
-108 189.6 Q<666f6c646572736f72743d6d79636d70>108 201.6 Q
-<5468656e2c20746865>108 218.4 Q F2<7e2f2e6f66>2.5 E
+108 225.6 Q<666f6c646572736f72743d6d79636d70>108 237.6 Q
+<5468656e2c20746865>108 254.4 Q F2<7e2f2e6f66>2.5 E
 <8d696e65696d61702e7079>-.18 E F0<8c6c652077696c6c20636f6e7461696e3a>2.5
-E<7072696f726974697a6564203d205b27494e424f>108 242.4 Q
+E<7072696f726974697a6564203d205b27494e424f>108 278.4 Q
 <58272c2027706572736f6e616c272c2027616e6e6f756e6365272c2027>-.4 E
-<6c697374275d>-.1 E<646566206d79636d7028782c2079293a>108 266.4 Q
-<666f72207072658c7820696e207072696f726974697a65643a>115.5 278.4 Q
-<696620782e73746172747377697468287072658c78293a>125.5 290.4 Q
-<72657475726e202d31>135.5 302.4 Q<656c69662079>125.5 314.4 Q
+<6c697374275d>-.1 E<646566206d79636d7028782c2079293a>108 302.4 Q
+<666f72207072658c7820696e207072696f726974697a65643a>115.5 314.4 Q
+<696620782e73746172747377697468287072658c78293a>125.5 326.4 Q
+<72657475726e202d31>135.5 338.4 Q<656c69662079>125.5 350.4 Q
 <2e73746172747377697468287072658c78293a>-.65 E<72657475726e202b31>135.5
-326.4 Q<72657475726e20636d7028782c207929>115.5 338.4 Q
-<64656620746573745f6d79636d7028293a>108 362.4 Q
-<696d706f7274206f732c206f732e70617468>115.5 374.4 Q
-<666f6c646572733d6f732e6c697374646972286f732e706174682e65>115.5 386.4 Q<
+362.4 Q<72657475726e20636d7028782c207929>115.5 374.4 Q
+<64656620746573745f6d79636d7028293a>108 398.4 Q
+<696d706f7274206f732c206f732e70617468>115.5 410.4 Q
+<666f6c646572733d6f732e6c697374646972286f732e706174682e65>115.5 422.4 Q<
 7870616e647573657228277e2f646174612f6d61696c2f74764068712e796f6b2e757475
-2e8c272929>-.15 E<666f6c646572732e736f7274286d79636d7029>115.5 398.4 Q
-<7072696e7420666f6c64657273>115.5 410.4 Q .565
+2e8c272929>-.15 E<666f6c646572732e736f7274286d79636d7029>115.5 434.4 Q
+<7072696e7420666f6c64657273>115.5 446.4 Q .565
 <5468697320636f646520736e697070657420696c6c757374726174657320686f>108
-427.2 R 3.065<7774>-.25 G<6865>-3.065 E F2<666f6c646572>3.065 E
+463.2 R 3.065<7774>-.25 G<6865>-3.065 E F2<666f6c646572>3.065 E
 <736f7274>-.1 E F0 .565<6f7074696f6e2063616e20626520637573746f6d697a6564
 2077697468206120507974686f6e2066756e6374696f6e2066726f6d20746865>3.065 F
-F2<707974686f6e8c6c65>108 439.2 Q F0<746f20616c>2.5 E -.1<7761>-.1 G<79
+F2<707974686f6e8c6c65>108 475.2 Q F0<746f20616c>2.5 E -.1<7761>-.1 G<79
 732073796e6368726f6e697a65206365727461696e20666f6c64657273208c7273742e>
-.1 E/F3 10.95/Times-Bold@0 SF<455252>72 456 Q<4f5253>-.329 E F0<49662079
+.1 E/F3 10.95/Times-Bold@0 SF<455252>72 492 Q<4f5253>-.329 E F0<49662079
 6f7520676574206f6e65206f6620736f6d65206672657175656e746c792d656e636f756e
 7465726564206f7220636f6e667573696e67206572726f72732c20706c65617365206368
-65636b20746869732073656374696f6e2e>108 468 Q F1<5549442056>87 484.8 Q
+65636b20746869732073656374696f6e2e>108 504 Q F1<5549442056>87 520.8 Q
 <414c4944495459205052>-1.35 E<4f424c454d20464f5220464f4c444552>-.3 E F0
-1.637<494d41502073657276>108 496.8 R 1.637<65727320757365206120756e6971
+1.638<494d41502073657276>108 532.8 R 1.637<65727320757365206120756e6971
 756520494420285549442920746f20726566657220746f20612073706563698c63206d65
-73736167652e>-.15 F 1.638
+73736167652e>-.15 F 1.637
 <54686973206e756d6265722069732067756172616e7465656420746f206265>6.637 F
-.625<756e6971756520746f206120706172746963756c6172206d657373616765>108
-508.8 R F1 -.25<666f>3.125 G -2.29 -.18<72652076>.25 H<6572>.08 E F0
-5.625<2e4e>C 3.125<6f6f>-5.625 G .624<74686572206d65737361676520696e2074
-68652073616d6520666f6c6465722077696c6c2065>-3.125 F -.15<7665>-.25 G
-3.124<7267>.15 G .624<6574207468652073616d65205549442e>-3.124 F .658
-<554944732061726520616e20696e7465>108 520.8 R .658
+.624<756e6971756520746f206120706172746963756c6172206d657373616765>108
+544.8 R F1 -.25<666f>3.124 G -2.29 -.18<72652076>.25 H<6572>.08 E F0
+5.624<2e4e>C 3.124<6f6f>-5.624 G .625<74686572206d65737361676520696e2074
+68652073616d6520666f6c6465722077696c6c2065>-3.124 F -.15<7665>-.25 G
+3.125<7267>.15 G .625<6574207468652073616d65205549442e>-3.125 F .659
+<554944732061726520616e20696e7465>108 556.8 R .659
 <6772616c2070617274206f66>-.15 F F1<4f668d696e65494d4150>3.159 E F0
 1.759 -.55<27732073>D .659
 <796e6368726f6e697a6174696f6e20736368656d653b20746865>.55 F 3.159<7961>
--.15 G .659<7265207573656420746f206d61746368207570206d65737361676573>
+-.15 G .658<7265207573656420746f206d61746368207570206d65737361676573>
 -3.159 F<6f6e20796f757220636f6d707574657220746f206d65737361676573206f6e
-207468652073657276>108 532.8 Q<6572>-.15 E<2e>-.55 E .108
+207468652073657276>108 568.8 Q<6572>-.15 E<2e>-.55 E .107
 <536f6d6574696d65732c207468652055494473206f6e207468652073657276>108
-549.6 R .108<6572206d69676874206765742072657365742e>-.15 F .108<55737561
+585.6 R .108<6572206d69676874206765742072657365742e>-.15 F .108<55737561
 6c6c7920746869732077696c6c2068617070656e20696620796f752064656c6574652061
-6e64207468656e207265637265617465>5.108 F 3.742<6166>108 561.6 S
-<6f6c646572>-3.742 E 6.242<2e57>-.55 G 1.242
-<68656e20796f7520637265617465206120666f6c646572>-6.242 F 3.742<2c74>-.4
+6e64207468656e207265637265617465>5.108 F 3.743<6166>108 597.6 S
+<6f6c646572>-3.743 E 6.243<2e57>-.55 G 1.243
+<68656e20796f7520637265617465206120666f6c646572>-6.243 F 3.742<2c74>-.4
 G 1.242<68652073657276>-3.742 F 1.242<65722077696c6c206f6674656e20737461
-72742074686520554944206261636b2066726f6d20312e>-.15 F<427574>6.243 E F1
-<4f668d696e65494d4150>3.743 E F0 .303<6d69676874207374696c6c206861>108
-573.6 R .603 -.15<76652074>-.2 H .303
+72742074686520554944206261636b2066726f6d20312e>-.15 F<427574>6.242 E F1
+<4f668d696e65494d4150>3.742 E F0 .302<6d69676874207374696c6c206861>108
+609.6 R .602 -.15<76652074>-.2 H .302
 <686520554944732066726f6d2074686520707265>.15 F .302<76696f757320666f6c
 646572206279207468652073616d65206e616d652073746f7265642e>-.25 F F1
-<4f668d696e65494d4150>5.302 E F0 .302<77696c6c206465746563742074686973>
-2.802 F<636f6e646974696f6e20616e6420736b69702074686520666f6c646572>108
-585.6 Q 5<2e54>-.55 G
+<4f668d696e65494d4150>5.303 E F0 .303<77696c6c206465746563742074686973>
+2.803 F<636f6e646974696f6e20616e6420736b69702074686520666f6c646572>108
+621.6 Q 5<2e54>-.55 G
 <68697320697320474f4f442c206265636175736520697420707265>-5 E -.15<7665>
--.25 G<6e74732064617461206c6f73732e>.15 E -1.1<596f>108 602.4 S 2.826
-<7563>1.1 G .326<616e208c782069742062792072656d6f>-2.826 F .327<76696e67
+-.25 G<6e74732064617461206c6f73732e>.15 E -1.1<596f>108 638.4 S 2.827
+<7563>1.1 G .327<616e208c782069742062792072656d6f>-2.827 F .327<76696e67
 20796f7572206c6f63616c20666f6c64657220616e6420636163686520646174612e>
 -.15 F -.15<466f>5.327 G 2.827<7269>.15 G .327
 <6e7374616e63652c20696620796f757220666f6c646572732061726520756e646572>
--2.827 F F2<7e2f46>2.827 E<6f6c642d>-1.05 E<6572>108 614.4 Q<73>-.1 E F0
+-2.827 F F2<7e2f46>2.826 E<6f6c642d>-1.05 E<6572>108 650.4 Q<73>-.1 E F0
 <616e642074686520666f6c6465722077697468207468652070726f626c656d20697320
 494e424f>2.5 E<582c20796f7527>-.4 E 2.5<6474>-.5 G<79706520746869733a>
--2.5 E<726d202d72207e2f46>108 638.4 Q<6f6c646572732f494e424f>-.15 E<58>
--.4 E<726d202d72207e2f2e6f66>108 650.4 Q
+-2.5 E<726d202d72207e2f46>108 674.4 Q<6f6c646572732f494e424f>-.15 E<58>
+-.4 E<726d202d72207e2f2e6f66>108 686.4 Q
 <8d696e65696d61702f4163636f756e742d>-.25 E F2<4163636f756e744e616d65>A
-F0<726d202d72207e2f2e6f66>108 662.4 Q
+F0<726d202d72207e2f2e6f66>108 698.4 Q
 <8d696e65696d61702f5265706f7369746f72792d>-.25 E F2
 <5265706f7369746f72794e616d65>A F0<284f6620636f757273652c207265706c6163
 65204163636f756e744e616d6520616e64205265706f7369746f72794e616d6520776974
-6820746865206e616d65732061732073706563698c656420696e>108 679.2 Q F2
-<7e2f2e6f66>2.5 E<8d696e65696d617072>-.18 E<63>-.37 E F0<292e>A<4e65>108
-696 Q .748<78742074696d6520796f752072756e>-.15 F F1
-<4f668d696e65494d4150>3.248 E F0 3.248<2c69>C 3.248<7477>-3.248 G .748
-<696c6c2072652d646f>-3.248 F .748
-<776e6c6f61642074686520666f6c646572207769746820746865206e65>-.25 F 3.247
-<7755>-.25 G 3.247<4944732e204e6f7465>-3.247 F .747
-<74686174207468652070726f63652d>3.247 F
-<647572652073706563698c65642061626f>108 708 Q .3 -.15<76652077>-.15 H
-<696c6c206c6f736520616e>.15 E 2.5<796c>-.15 G
-<6f63616c206368616e676573206d61646520746f2074686520666f6c646572>-2.5 E
-<2e>-.55 E .522<536f6d6520494d41502073657276>108 724.8 R .522
-<657273206172652062726f6b>-.15 F .522
-<656e20616e6420646f206e6f7420737570706f727420554944732070726f7065726c79>
--.1 F 5.522<2e49>-.65 G 3.022<6679>-5.522 G .522<6f7520636f6e74696e7565
-20746f206765742074686973206572726f7220666f7220616c6c>-3.022 F
-<4a6f686e20476f65727a656e>72 768 Q<3032204a756e652032303033>152.075 E
-<37>202.335 E 0 Cg EP
+6820746865206e616d65732061732073706563698c656420696e>108 715.2 Q F2
+<7e2f2e6f66>2.5 E<8d696e65696d617072>-.18 E<63>-.37 E F0<292e>A
+<4a6f686e20476f65727a656e>72 768 Q<3138204a756c792032303033>152.905 E
+<37>203.165 E 0 Cg EP
 %%Page: 8 8
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF 110.665<4f46464c494e45494d4150283129204f66>72 48
 R<8d696e65494d4150204d616e75616c>-.25 E<4f46464c494e45494d4150283129>
-113.165 E .067<796f757220666f6c646572732065>108 84 R -.15<7665>-.25 G
-2.566<6e61>.15 G .066<6674657220706572666f726d696e67207468652061626f>
--2.566 F .366 -.15<76652070>-.15 H .066
-<726f6365647572652c206974206973206c696b>.15 F .066
-<656c79207468617420796f757220494d41502073657276>-.1 F .066<65722066>-.15
-F .066<616c6c7320696e746f2074686973206361742d>-.1 F -.15<6567>108 96 S
-<6f7279>.15 E<2e>-.65 E/F1 10/Times-Bold@0 SF<4f668d696e65494d4150>5.983
-E F0 .984<697320696e636f6d70617469626c65207769746820737563682073657276>
-3.483 F 3.484<6572732e205573696e67>-.15 F F1<4f668d696e65494d4150>3.484
-E F0 .984<77697468207468656d2077696c6c206e6f742064657374726f>3.484 F<79>
--.1 E<616e>108 108 Q 2.602<796d>-.15 G .102<61696c2c2062>-2.602 F .101<
-7574206174207468652073616d652074696d652c2069742077696c6c206e6f7420616374
-75616c6c792073796e6368726f6e697a6520697420656974686572>-.2 F 5.101<2e28>
--.55 G F1<4f668d696e65494d4150>-5.101 E F0 .101
+113.165 E<4e65>108 84 Q .747<78742074696d6520796f752072756e>-.15 F/F1 10
+/Times-Bold@0 SF<4f668d696e65494d4150>3.247 E F0 3.247<2c69>C 3.247
+<7477>-3.247 G .748<696c6c2072652d646f>-3.247 F .748
+<776e6c6f61642074686520666f6c646572207769746820746865206e65>-.25 F 3.248
+<7755>-.25 G 3.248<4944732e204e6f7465>-3.248 F .748
+<74686174207468652070726f63652d>3.248 F
+<647572652073706563698c65642061626f>108 96 Q .3 -.15<76652077>-.15 H
+<696c6c206c6f736520616e>.15 E 2.5<796c>-.15 G
+<6f63616c206368616e676573206d61646520746f2074686520666f6c646572>-2.5 E
+<2e>-.55 E .523<536f6d6520494d41502073657276>108 112.8 R .522
+<657273206172652062726f6b>-.15 F .522
+<656e20616e6420646f206e6f7420737570706f727420554944732070726f7065726c79>
+-.1 F 5.522<2e49>-.65 G 3.022<6679>-5.522 G .522<6f7520636f6e74696e7565
+20746f206765742074686973206572726f7220666f7220616c6c>-3.022 F .066
+<796f757220666f6c646572732065>108 124.8 R -.15<7665>-.25 G 2.566<6e61>
+.15 G .066<6674657220706572666f726d696e67207468652061626f>-2.566 F .366
+-.15<76652070>-.15 H .066<726f6365647572652c206974206973206c696b>.15 F
+.066<656c79207468617420796f757220494d41502073657276>-.1 F .066<65722066>
+-.15 F .067<616c6c7320696e746f2074686973206361742d>-.1 F -.15<6567>108
+136.8 S<6f7279>.15 E<2e>-.65 E F1<4f668d696e65494d4150>5.984 E F0 .984
+<697320696e636f6d70617469626c65207769746820737563682073657276>3.484 F
+3.484<6572732e205573696e67>-.15 F F1<4f668d696e65494d4150>3.484 E F0
+.984<77697468207468656d2077696c6c206e6f742064657374726f>3.484 F<79>-.1 E
+<616e>108 148.8 Q 2.601<796d>-.15 G .101<61696c2c2062>-2.601 F .101<7574
+206174207468652073616d652074696d652c2069742077696c6c206e6f74206163747561
+6c6c792073796e6368726f6e697a6520697420656974686572>-.2 F 5.101<2e28>-.55
+G F1<4f668d696e65494d4150>-5.101 E F0 .102
 <77696c6c20646574656374207468697320636f6e2d>2.601 F<646974696f6e20616e64
 2061626f7274207072696f7220746f2073796e6368726f6e697a6174696f6e2e29>108
-120 Q 6.607<54686973207175657374696f6e20636f6d6573207570206672657175656e
-746c79206f6e20746865>108 136.8 R F1<4f668d696e65494d4150>9.107 E F0
+160.8 Q 6.607<54686973207175657374696f6e20636f6d657320757020667265717565
+6e746c79206f6e20746865>108 177.6 R F1<4f668d696e65494d4150>9.107 E F0
 6.607
 <6d61696c696e67206c697374203c55524c3a687474703a2f2f6c697374732e636f6d2d>
-9.107 F<706c6574652e6f72>108 148.8 Q<672f6f66>-.18 E
-<8d696e65696d617040636f6d706c6574652e6f72>-.25 E 8.359<672f3e2e2059>-.18
+9.107 F<706c6574652e6f72>108 189.6 Q<672f6f66>-.18 E
+<8d696e65696d617040636f6d706c6574652e6f72>-.25 E 8.358<672f3e2e2059>-.18
 F 5.859<6f752063616e208c6e6420612064657461696c65642064697363757373696f6e
 203c55524c3a687474703a2f2f6c697374732e636f6d2d>-1.1 F<706c6574652e6f72>
-108 160.8 Q<672f6f66>-.18 E<8d696e65696d617040636f6d706c6574652e6f72>
+108 201.6 Q<672f6f66>-.18 E<8d696e65696d617040636f6d706c6574652e6f72>
 -.25 E<672f323030332f30342f6d736730303031322e68746d6c2e677a3e206f662074
 68652070726f626c656d2074686572652e>-.18 E/F2 10.95/Times-Bold@0 SF -.438
-<4f54>72 177.6 S<4845522046524551>.438 E<55454e544c>-.11 E 2.738<5941>
--1.007 G<534b45442051>-2.738 E<55455354494f4e53>-.11 E F0 .826
-<54686572652061726520736f6d65206f746865722046>108 189.6 R -.55<4151>-.74
-G 3.326<7374>.55 G .827<686174206d69676874206e6f74208c7420696e746f20616e
+<4f54>72 218.4 S<4845522046524551>.438 E<55454e544c>-.11 E 2.738<5941>
+-1.007 G<534b45442051>-2.738 E<55455354494f4e53>-.11 E F0 .827
+<54686572652061726520736f6d65206f746865722046>108 230.4 R -.55<4151>-.74
+G 3.327<7374>.55 G .827<686174206d69676874206e6f74208c7420696e746f20616e
 6f746865722073656374696f6e206f662074686520646f63756d656e742c20736f207468
-65>-3.326 F 3.327<7961>-.15 G .827<726520646973637573736564>-3.327 F
-<686572652e>108 201.6 Q F1<5768617420706c617466>108 218.4 Q
+65>-3.327 F 3.326<7961>-.15 G .826<726520646973637573736564>-3.326 F
+<686572652e>108 242.4 Q F1<5768617420706c617466>108 259.2 Q
 <6f726d7320646f6573204f668d696e65494d41502072756e206f6e3f>-.25 E F0<4974
 2073686f756c642072756e206f6e206d6f737420706c6174666f726d7320737570706f72
 74656420627920507974686f6e2c207768696368206172652071756974652061206665>
-144 230.4 Q -.65<772e>-.25 G F1 .596<49276d207573696e67204d7574742e>108
-247.2 R .596<4f7468657220494d41502073796e63207072>5.596 F .596
+144 271.2 Q -.65<772e>-.25 G F1 .596<49276d207573696e67204d7574742e>108
+288 R .596<4f7468657220494d41502073796e63207072>5.596 F .596
 <6f6772616d732072>-.18 F<6571756972>-.18 E 3.096<656d>-.18 G 3.096<6574>
 -3.096 G 3.096<6f75>-3.096 G .596
 <73652022736574206d61696c6469725f74726173683d79>-3.096 F 3.096
 <6573222e20446f>-.1 F 3.096<496e>3.096 G<656564>-3.096 E
-<746f20646f20746861742077697468204f668d696e65494d41503f>108 259.2 Q F0
-<4e6f2e>144 271.2 Q F1<4f668d696e65494d4150>7.27 E F0 2.27<697320736d61
-727420656e6f75676820746f208c67757265206f7574206d6573736167652064656c6574
-696f6e20776974686f757420746869732065>4.77 F 2.27
-<78747261206372757463682e>-.15 F -1.1<596f>144 283.2 S<7527>1.1 E
+<746f20646f20746861742077697468204f668d696e65494d41503f>108 300 Q F0
+<4e6f2e>144 312 Q F1<4f668d696e65494d4150>7.27 E F0 2.27<697320736d6172
+7420656e6f75676820746f208c67757265206f7574206d6573736167652064656c657469
+6f6e20776974686f757420746869732065>4.77 F 2.27<78747261206372757463682e>
+-.15 F -1.1<596f>144 324 S<7527>1.1 E
 <6c6c2067657420746865206265737420726573756c747320696620796f7520646f6e27>
 -.1 E 2.5<7475>-.18 G<736520746869732073657474696e672c20696e2066>-2.5 E
-<6163742e>-.1 E F1<486f>108 300 Q 2.5<7764>-.1 G 2.5<6f4973>-2.5 G
+<6163742e>-.1 E F1<4927>108 340.8 Q .2 -.1<76652075>-.2 H
+<7067726164656420616e64206e6f>.1 E 2.5<774f>-.1 G<668d696e65494d41502063
+726173686573207768656e204920737461727420697420757021>-2.5 E<5768>5 E
+<793f>-.15 E F0 -1.1<596f>144 352.8 S 3.366<756e>1.1 G .866<65656420746f
+207570677261646520796f757220636f6e8c6775726174696f6e208c6c652e>-3.366 F
+.866<536565205b5852656620746f20555047524144494e472e342e305d206174207468
+6520656e64206f662074686973>5.866 F<6d616e75616c2e>144 364.8 Q F1<486f>
+108 381.6 Q 2.5<7764>-.1 G 2.5<6f4973>-2.5 G
 <70656369667920746865206e616d6573206f66206d792066>-2.5 E<6f6c646572733f>
--.25 E F0 -1.1<596f>144 312 S 3.55<7564>1.1 G 3.55<6f6e>-3.55 G 1.05
+-.25 E F0 -1.1<596f>144 393.6 S 3.55<7564>1.1 G 3.55<6f6e>-3.55 G 1.05
 <6f74206e65656420746f2e>-3.55 F F1<4f668d696e65494d4150>6.05 E F0 1.05<
 697320736d61727420656e6f75676820746f206175746f6d61746963616c6c79208c6775
 7265206f7574207768617420666f6c6465727320617265>3.55 F 1.128
-<70726573656e74206f6e2074686520494d41502073657276>144 324 R 1.128
+<70726573656e74206f6e2074686520494d41502073657276>144 405.6 R 1.128
 <657220616e642073796e6368726f6e697a65207468656d2e>-.15 F -1.1<596f>6.128
 G 3.628<7563>1.1 G 1.128<616e2075736520746865>-3.628 F/F3 10
 /Times-Italic@0 SF<666f6c6465728c6c746572>3.628 E F0<616e64>3.627 E F3
 <666f6c6465727472>3.627 E<616e73>-.15 E F0<636f6e8c6775726174696f6e208c
 6c65206f7074696f6e7320746f2072657175657374206365727461696e20666f6c646572
-7320616e642072656e616d65207468656d20617320746865>144 336 Q 2.5<7963>-.15
-G<6f6d6520696e20696620796f75206c696b>-2.5 E<652e>-.1 E F1<486f>108 352.8
-Q 2.5<7763>-.1 G<616e2049207072>-2.5 E -2.3 -.15<65762065>-.18 H
+7320616e642072656e616d65207468656d20617320746865>144 417.6 Q 2.5<7963>
+-.15 G<6f6d6520696e20696620796f75206c696b>-2.5 E<652e>-.1 E F1<486f>108
+434.4 Q 2.5<7763>-.1 G<616e2049207072>-2.5 E -2.3 -.15<65762065>-.18 H
 <6e74206365727461696e2066>.15 E<6f6c64657273206672>-.25 E
-<6f6d206265696e672073796e6365643f>-.18 E F0<55736520746865>144 364.8 Q
+<6f6d206265696e672073796e6365643f>-.18 E F0<55736520746865>144 446.4 Q
 F3<666f6c6465728c6c746572>2.5 E F0
 <6f7074696f6e20696e2074686520636f6e8c6775726174696f6e208c6c652e>2.5 E F1
-<486f>108 381.6 Q 2.5<7763>-.1 G
+<486f>108 463.2 Q 2.5<7763>-.1 G
 <616e204920616464206f722064656c65746520612066>-2.5 E<6f6c6465723f>-.25 E
-<4f668d696e65494d4150>144 393.6 Q F0 .503
+<4f668d696e65494d4150>144 475.2 Q F0 .503
 <646f6573206e6f742063757272656e746c792070726f>3.003 F .504
 <76696465207468697320666561747572652c2062>-.15 F .504
 <757420696620796f75206372656174652061206e65>-.2 F 3.004<7766>-.25 G .504
-<6f6c646572206f6e2074686520494d4150>-3.004 F<73657276>144 405.6 Q<6572>
+<6f6c646572206f6e2074686520494d4150>-3.004 F<73657276>144 487.2 Q<6572>
 -.15 E 2.5<2c69>-.4 G 2.5<7477>-2.5 G<696c6c2062652063726561746564206c6f
-63616c6c79206175746f6d61746963616c6c79>-2.5 E<2e>-.65 E F1<4172>108
-422.4 Q 2.5<6574>-.18 G<686572>-2.5 E 2.5<6561>-.18 G
+63616c6c79206175746f6d61746963616c6c79>-2.5 E<2e>-.65 E F1<4172>108 504
+Q 2.5<6574>-.18 G<686572>-2.5 E 2.5<6561>-.18 G
 <6e79206f7468657220776172>-2.5 E
 <6e696e6773207468617420492073686f756c642062652061776172>-.15 E 2.5<656f>
--.18 G<663f>-2.5 E F0 -1<5965>144 434.4 S
+-.18 G<663f>-2.5 E F0 -1<5965>144 516 S
 <733b2073656520746865204e6f7465732073656374696f6e2062656c6f>1 E -.65
 <772e>-.25 G F1<5768617420697320746865206d61696c626f78206e616d652072>108
-451.2 Q<65636f7264657220286d626e616d6573292066>-.18 E<6f723f>-.25 E F0
+532.8 Q<65636f7264657220286d626e616d6573292066>-.18 E<6f723f>-.25 E F0
 .46<536f6d65206d61696c20726561646572732c2073756368206173204d7574742c2061
 7265206e6f742063617061626c65206f66206175746f6d61746963616c6c792064657465
-726d696e696e6720746865206e616d6573206f6620796f7572>144 463.2 R
-<6d61696c626f78>144 475.2 Q<65732e>-.15 E F1<4f668d696e65494d4150>5.21 E
+726d696e696e6720746865206e616d6573206f6620796f7572>144 544.8 R
+<6d61696c626f78>144 556.8 Q<65732e>-.15 E F1<4f668d696e65494d4150>5.21 E
 F0 .21<63616e2068656c702074686573652070726f6772616d73206279207772697469
 6e6720746865206e616d6573206f662074686520666f6c64657273206e69206120666f72
-6d6174>2.71 F<796f752073706563696679>144 487.2 Q 5<2e53>-.65 G
+6d6174>2.71 F<796f752073706563696679>144 568.8 Q 5<2e53>-.65 G
 <6565207468652065>-5 E<78616d706c65>-.15 E F3<6f66>2.5 E
 <8d696e65696d61702e636f6e66>-.18 E F0<666f722064657461696c732e>2.5 E F1
-<43616e20492073796e636872>108 504 Q<6f6e697a65206d756c7469706c6520616363
-6f756e74732077697468204f668d696e65494d41503f>-.18 E F0 3.099
-<537572652e204a757374>144 516 R .599
+<43616e20492073796e636872>108 585.6 Q<6f6e697a65206d756c7469706c65206163
+636f756e74732077697468204f668d696e65494d41503f>-.18 E F0 3.099
+<537572652e204a757374>144 597.6 R .599
 <6e616d65207468656d20616c6c20696e20746865>3.099 F F3<6163636f756e7473>
 3.098 E F0 .598<6c696e6520696e20746865>3.098 F F3 -.1<6765>3.098 G
 <6e6572>.1 E<616c>-.15 E F0 .598<73656374696f6e206f662074686520636f6e8c
-6775726174696f6e208c6c652c20616e64>3.098 F<616464206120706572>144 528 Q
-<2d6163636f756e742073656374696f6e20666f722065616368206f6e652e>-.2 E F1
-<446f6573204f668d696e65494d415020737570706f727420504f503f>108 544.8 Q F0
-4.076<4e6f2e20504f50>144 556.8 R 1.576<6973206e6f7420726f62>4.076 F
+6775726174696f6e208c6c652c20616e64>3.098 F<616464206120706572>144 609.6
+Q<2d6163636f756e742073656374696f6e20666f722065616368206f6e652e>-.2 E F1
+<446f6573204f668d696e65494d415020737570706f727420504f503f>108 626.4 Q F0
+4.076<4e6f2e20504f50>144 638.4 R 1.576<6973206e6f7420726f62>4.076 F
 1.576<75737420656e6f75676820746f20646f206120636f6d706c6574656c792072656c
 6961626c65206d756c74692d6d616368696e652073796e6368726f6e697a6174696f6e20
-6c696b>-.2 F<65>-.1 E F1<4f668d696e65494d4150>144 568.8 Q F0
+6c696b>-.2 F<65>-.1 E F1<4f668d696e65494d4150>144 650.4 Q F0
 <63616e20646f2e>2.5 E F1<4f668d696e65494d4150>5 E F0
 <77696c6c206e6f7420737570706f72742069742e>2.5 E F1
 <446f6573204f668d696e65494d415020737570706f7274206d61696c626f782066>108
-585.6 Q<6f726d617473206f74686572207468616e204d61696c6469723f>-.25 E F0
-.41<4e6f742061742070726573656e742e>144 597.6 R .41<5468657265206973206e
+667.2 Q<6f726d617473206f74686572207468616e204d61696c6469723f>-.25 E F0
+.41<4e6f742061742070726573656e742e>144 679.2 R .41<5468657265206973206e
 6f20746563686e6963616c20726561736f6e206e6f7420746f3b206a757374206e6f2064
 656d616e64207965742e>5.41 F .409
 <4d61696c6469722069732061207375706572696f7220666f72>5.409 F<2d>-.2 E
-2.078<6d617420616e>144 609.6 R<7977>-.15 E<6179>-.1 E 7.078<2e48>-.65 G
+2.078<6d617420616e>144 691.2 R<7977>-.15 E<6179>-.1 E 7.078<2e48>-.65 G
 -.25<6f77>-7.078 G -2.15 -.25<65762065>.25 H -.4<722c>.25 G F1
 <4f668d696e65494d4150>4.978 E F0 2.078
 <63616e2073796e63206265747765656e207477>4.578 F 4.578<6f49>-.1 G 2.079
 <4d41502073657276>-4.578 F 2.079<6572732c20616e6420736f6d6520494d4150>
--.15 F<73657276>144 621.6 Q .54
+-.15 F<73657276>144 703.2 Q .54
 <65727320737570706f7274206f7468657220666f726d6174732e>-.15 F -1.1<596f>
 5.54 G 3.04<7563>1.1 G .54
 <6f756c6420696e7374616c6c20616e20494d41502073657276>-3.04 F .54
 <6572206f6e20796f7572206c6f63616c206d616368696e6520616e64206861>-.15 F
--.15<7665>-.2 G F1<4f668d696e65494d4150>144 633.6 Q F0
-<73796e6320746f20746861742e>2.5 E F1<5b746563686e6963616c5d205768>108
-650.4 Q 2.5<7961>-.15 G .36 -.18<72652079>-2.5 H<6f7572204d61696c646972
-206d657373616765208c6c656e616d657320736f20687567653f>-.07 E
-<4f668d696e65494d4150>144 662.4 Q F0 .958<686173207477>3.458 F 3.458
-<6f72>-.1 G<656c65>-3.458 E -.25<7661>-.25 G .958
-<6e74207072696e6369706c65733a203129206e65>.25 F -.15<7665>-.25 G 3.459
-<726d>.15 G .959
-<6f64696679696e6720796f7572206d6573736167657320696e20616e>-3.459 F 3.459
-<7977>-.15 G .959<617920616e64203229>-3.559 F .493<656e737572696e672031
-3030252072656c6961626c652073796e6368726f6e697a6174696f6e732e>144 674.4 R
-.493<496e206f7264657220746f20646f20612072656c6961626c652073796e632c>
-5.493 F F1<4f668d696e65494d4150>2.993 E F0 .493<6d757374206861>2.993 F
--.15<7665>-.2 G 3.094<6177>144 686.4 S .594<617920746f20756e697175656c79
-206964656e74696679206561636820652d6d61696c2e>-3.194 F .595<546872656520
-706965636573206f6620696e666f726d6174696f6e206172652072657175697265642074
-6f20646f20746869733a20796f7572>5.594 F .538<6163636f756e74206e616d652c20
-74686520666f6c646572206e616d652c20616e6420746865206d65737361676520554944
-2e>144 698.4 R .537<546865206163636f756e74206e616d652063616e206265206361
-6c63756c617465642066726f6d>5.537 F 1.081<746865207061746820696e20776869
-636820796f7572206d65737361676573206172652e>144 710.4 R 1.082<5468652066
-6f6c646572206e616d652063616e20757375616c6c792062652061732077656c6c2c2042>
-6.082 F 1.082<555420736f6d65206d61696c>-.1 F<636c69656e7473206d6f>144
-722.4 Q .3 -.15<7665206d>-.15 H<65737361676573206265747765656e20666f6c64
-6572732062792073696d706c79206d6f>.15 E
-<76696e6720746865208c6c652c206c6561>-.15 E
-<76696e6720746865206e616d6520696e746163742e>-.2 E
-<4a6f686e20476f65727a656e>72 768 Q<3032204a756e652032303033>152.075 E
-<38>202.335 E 0 Cg EP
+-.15<7665>-.2 G F1<4f668d696e65494d4150>144 715.2 Q F0
+<73796e6320746f20746861742e>2.5 E<4a6f686e20476f65727a656e>72 768 Q
+<3138204a756c792032303033>152.905 E<38>203.165 E 0 Cg EP
 %%Page: 9 9
 %%BeginPageSetup
 BP
 %%EndPageSetup
 /F0 10/Times-Roman@0 SF 110.665<4f46464c494e45494d4150283129204f66>72 48
 R<8d696e65494d4150204d616e75616c>-.25 E<4f46464c494e45494d4150283129>
-113.165 E<536f2c>144 84 Q/F1 10/Times-Bold@0 SF<4f668d696e65494d4150>3.2
-E F0 .7
+113.165 E/F1 10/Times-Bold@0 SF<5b746563686e6963616c5d205768>108 84 Q
+2.5<7961>-.15 G .36 -.18<72652079>-2.5 H<6f7572204d61696c646972206d6573
+73616765208c6c656e616d657320736f20687567653f>-.07 E
+<4f668d696e65494d4150>144 96 Q F0 .958<686173207477>3.458 F 3.458<6f72>
+-.1 G<656c65>-3.458 E -.25<7661>-.25 G .958
+<6e74207072696e6369706c65733a203129206e65>.25 F -.15<7665>-.25 G 3.459
+<726d>.15 G .959
+<6f64696679696e6720796f7572206d6573736167657320696e20616e>-3.459 F 3.459
+<7977>-.15 G .959<617920616e64203229>-3.559 F .493<656e737572696e672031
+3030252072656c6961626c652073796e6368726f6e697a6174696f6e732e>144 108 R
+.493<496e206f7264657220746f20646f20612072656c6961626c652073796e632c>
+5.493 F F1<4f668d696e65494d4150>2.993 E F0 .493<6d757374206861>2.993 F
+-.15<7665>-.2 G 3.094<6177>144 120 S .594<617920746f20756e697175656c7920
+6964656e74696679206561636820652d6d61696c2e>-3.194 F .595<54687265652070
+6965636573206f6620696e666f726d6174696f6e2061726520726571756972656420746f
+20646f20746869733a20796f7572>5.594 F .538<6163636f756e74206e616d652c2074
+686520666f6c646572206e616d652c20616e6420746865206d657373616765205549442e>
+144 132 R .537<546865206163636f756e74206e616d652063616e2062652063616c63
+756c617465642066726f6d>5.537 F 1.081<746865207061746820696e207768696368
+20796f7572206d65737361676573206172652e>144 144 R 1.082<54686520666f6c64
+6572206e616d652063616e20757375616c6c792062652061732077656c6c2c2042>6.082
+F 1.082<555420736f6d65206d61696c>-.1 F<636c69656e7473206d6f>144 156 Q .3
+-.15<7665206d>-.15 H<65737361676573206265747765656e20666f6c646572732062
+792073696d706c79206d6f>.15 E<76696e6720746865208c6c652c206c6561>-.15 E
+<76696e6720746865206e616d6520696e746163742e>-.2 E<536f2c>144 180 Q F1
+<4f668d696e65494d4150>3.2 E F0 .7
 <6d7573742073746f726520626f746820612055494420666f6c6465722049442e>3.2 F
 .7<54686520666f6c646572204944206973206e656365737361727920736f>5.7 F F1
 <4f668d696e65494d4150>3.2 E F0 .455
-<63616e206465746563742061206d657373616765206d6f>144 96 R -.15<7665>-.15
+<63616e206465746563742061206d657373616765206d6f>144 192 R -.15<7665>-.15
 G 2.955<6474>.15 G 2.955<6f6164>-2.955 G<6966>-2.955 E .455
 <666572656e7420666f6c646572>-.25 F<2e>-.55 E F1<4f668d696e65494d4150>
 5.455 E F0 .456
 <73746f72657320746865205549442028553d206e756d6265722920616e64>2.955 F<61
 6e206d643573756d206f662074686520666f6c6465726e616d652028464d44353d206e75
-6d6265722920746f2066>144 108 Q<6163696c697461746520746869732e>-.1 E F1
+6d6265722920746f2066>144 204 Q<6163696c697461746520746869732e>-.1 E F1
 <5768617420697320746865207370656564206f66204f668d696e65494d415027>108
-124.8 Q 2.5<7373>-.37 G<796e633f>-2.5 E F0<4f66>144 136.8 Q .624
+220.8 Q 2.5<7373>-.37 G<796e633f>-2.5 E F0<4f66>144 232.8 Q .624
 <8d696e65494d41502076>-.25 F .624
 <657273696f6e7320322e3020616e642061626f>-.15 F .924 -.15<76652063>-.15 H
 .624<6f6e7461696e2061206d756c746974687265616465642073797374656d2e>.15 F
 3.124<4167>5.624 G .624<6f6f642077>-3.124 F .623<617920746f2065>-.1 F
-<78706572696d656e74>-.15 E<69732062792073657474696e67>144 148.8 Q/F2 10
+<78706572696d656e74>-.15 E<69732062792073657474696e67>144 244.8 Q/F2 10
 /Times-Italic@0 SF<6d617873796e636163636f756e7473>2.5 E F0
 <746f203320616e64>2.5 E F2<6d6178636f6e6e656374696f6e73>2.5 E F0
 <746f203320696e2065616368206163636f756e7420636c617573652e>2.5 E .381
-<54686973206c657473204f66>144 172.8 R .381<8d696e65494d4150206f70656e20
+<54686973206c657473204f66>144 268.8 R .381<8d696e65494d4150206f70656e20
 7570206d756c7469706c6520636f6e6e656374696f6e732073696d756c74616e656f7573
 6c79>-.25 F 5.382<2e54>-.65 G .382
 <6861742077696c6c206c65742069742070726f63657373206d756c2d>-5.382 F
 <7469706c6520666f6c6465727320616e64206d65737361676573206174206f6e63652e>
-144 184.8 Q<496e206d6f73742063617365732c20746869732077696c6c20696e637265
+144 280.8 Q<496e206d6f73742063617365732c20746869732077696c6c20696e637265
 61736520706572666f726d616e6365206f66207468652073796e632e>5 E<446f6e27>
-144 208.8 Q 3.104<7473>-.18 G .604
+144 304.8 Q 3.104<7473>-.18 G .604
 <657420746865206e756d62657220746f6f20686967682e>-3.104 F .603<496620796f
 7520646f20746861742c207468696e6773206d696768742061637475616c6c7920736c6f>
 5.604 F 3.103<7764>-.25 G -.25<6f77>-3.103 G 3.103<6e61>.25 G 3.103
 <7379>-3.103 G .603<6f7572206c696e6b2067657473>-3.103 F 2.632
-<7361747572617465642e20416c736f2c>144 220.8 R .132<746f6f206d616e>2.632
+<7361747572617465642e20416c736f2c>144 316.8 R .132<746f6f206d616e>2.632
 F 2.632<7963>-.15 G .132
 <6f6e6e656374696f6e732063616e206361757365206d61696c2073657276>-2.632 F
 .132<65727320746f206861>-.15 F .433 -.15<7665206578>-.2 H<6365737369>.15
 E .433 -.15<7665206c>-.25 H 2.633<6f61642e2041646d696e69737472612d>.15 F
-.507<746f7273206d696768742074616b>144 232.8 R 3.007<6575>-.1 G .507
+.507<746f7273206d696768742074616b>144 328.8 R 3.007<6575>-.1 G .507
 <6e6b696e646c7920746f20746869732c20616e64207468652073657276>-3.007 F
 .506<6572206d6967687420626f6720646f>-.15 F 3.006<776e2e205468657265>-.25
 F .506<617265206d616e>3.006 F 3.006<7976>-.15 G .506
 <61726961626c657320696e20746865>-3.256 F
-<6f7074696d616c2073657474696e673b2065>144 244.8 Q
+<6f7074696d616c2073657474696e673b2065>144 340.8 Q
 <78706572696d656e746174696f6e206d61792068656c702e>-.15 E<416e20696e666f
 726d616c2062656e63686d61726b207969656c647320746865736520726573756c747320
-666f72206d792073657475703a>144 268.8 Q 10.9<8331>144 285.6 S 2.5<306d>
+666f72206d792073657475703a>144 364.8 Q 10.9<8331>144 381.6 S 2.5<306d>
 -10.9 G<696e757465732077697468204d61634f532058204d61696c2e61707020226d61
-6e75616c20636163686522>-2.5 E 10.9<8335>144 302.4 S
+6e75616c20636163686522>-2.5 E 10.9<8335>144 398.4 S
 <6d696e75746573207769746820474e5553206167656e742073796e63>-8.4 E 10.9
-<8332>144 319.2 S 2.5<3073>-10.9 G<65636f6e64732077697468204f66>-2.5 E
-<8d696e65494d415020312e78>-.25 E 10.9<8339>144 336 S
+<8332>144 415.2 S 2.5<3073>-10.9 G<65636f6e64732077697468204f66>-2.5 E
+<8d696e65494d415020312e78>-.25 E 10.9<8339>144 432 S
 <7365636f6e64732077697468204f66>-8.4 E<8d696e65494d415020322e78>-.25 E
-10.9<8333>144 352.8 S<7365636f6e64732077697468204f66>-8.4 E
+10.9<8333>144 448.8 S<7365636f6e64732077697468204f66>-8.4 E
 <8d696e65494d415020332e782022636f6c6420737461727422>-.25 E 10.9<8332>144
-369.6 S<7365636f6e64732077697468204f66>-8.4 E
+465.6 S<7365636f6e64732077697468204f66>-8.4 E
 <8d696e65494d415020332e78202268656c6420636f6e6e656374696f6e22>-.25 E/F3
-10.95/Times-Bold@0 SF<434f4e464f524d494e472054>72 386.4 Q<4f>-.197 E F0
-10.9<8349>108 398.4 S
+10.95/Times-Bold@0 SF<434f4e464f524d494e472054>72 482.4 Q<4f>-.197 E F0
+10.9<8349>108 494.4 S
 <6e7465726e6574204d657373616765204163636573732050726f746f636f6c2076>
--10.9 E<657273696f6e20347265>-.15 E<76312028494d415020347265>-.25 E
-<7631292061732073706563698c656420696e2052464332303630>-.25 E 10.9<8343>
-108 415.2 S
+-10.9 E<657273696f6e20347265>-.15 E<76312028494d415020347265>-.25 E<7631
+292061732073706563698c656420696e205246433230363020616e642052464333353031>
+-.25 E 10.9<8343>108 511.2 S
 <52414d2d4d44352061732073706563698c656420696e2052464332313935>-10.9 E
-10.9<834d>108 432 S 9.171<61696c6469722061732073706563698c656420696e2074
+10.9<834d>108 528 S 9.171<61696c6469722061732073706563698c656420696e2074
 6865204d61696c646972206d616e70616765203c55524c3a687474703a2f2f777777>
 -10.9 F<2e716d61696c2e6f72>-.65 E<672f716d61696c2d6d616e75616c2d>-.18 E
-<68746d6c2f6d616e352f6d61696c646972>122.4 444 Q<2e68746d6c3e20616e642074
+<68746d6c2f6d616e352f6d61696c646972>122.4 540 Q<2e68746d6c3e20616e642074
 686520716d61696c2077656273697465203c55524c3a687474703a2f2f6372>-.55 E
 <2e79702e746f2f70726f746f2f6d61696c646972>-.55 E<2e68746d6c3e2e>-.55 E
-10.9<8353>108 460.8 S<74616e6461726420507974686f6e20322e322e312061732069
+10.9<8353>108 556.8 S<74616e6461726420507974686f6e20322e322e312061732069
 6d706c656d656e746564206f6e20504f5349582d636f6d706c69616e742073797374656d
-732e>-10.9 E F3<4e4f>72 477.6 Q<544553>-.438 E F1
-<44454c4554494e47204c4f43414c20464f4c44455253>87 489.6 Q
-<4f668d696e65494d4150>108 501.6 Q F0 .533<646f65732061207477>3.033 F
+732e>-10.9 E F3<4e4f>72 573.6 Q<544553>-.438 E F1
+<44454c4554494e47204c4f43414c20464f4c44455253>87 585.6 Q
+<4f668d696e65494d4150>108 597.6 Q F0 .533<646f65732061207477>3.033 F
 <6f2d77>-.1 E .533<61792073796e6368726f6e697a6174696f6e2e>-.1 F .532
 <546861742069732c20696620796f75206d616b>5.532 F 3.032<656163>-.1 G .532
 <68616e676520746f20746865206d61696c206f6e207468652073657276>-3.032 F
 <6572>-.15 E 3.032<2c69>-.4 G<74>-3.032 E .896
-<77696c6c2062652070726f706f67>108 513.6 R .896
+<77696c6c2062652070726f706f67>108 609.6 R .896
 <6174656420746f20796f7572206c6f63616c20636f70>-.05 F 2.197 -.65
 <792c2061>-.1 H .897<6e6420766973652d76>.65 F 3.397
 <657273612e20536f6d65>-.15 F .897
 <70656f706c65206d69676874207468696e6b20746861742069742077>3.397 F .897
 <6f756c64206265207769736520746f>-.1 F 1.332<6a7573742064656c65746520616c
 6c207468656972206c6f63616c206d61696c20666f6c6465727320706572696f64696361
-6c6c79>108 525.6 R 6.331<2e49>-.65 G 3.831<6679>-6.331 G 1.331
+6c6c79>108 621.6 R 6.331<2e49>-.65 G 3.831<6679>-6.331 G 1.331
 <6f7520646f20746869732077697468>-3.831 F F1<4f668d696e65494d4150>3.831 E
 F0 3.831<2c72>C 1.331<656d656d62657220746f20616c736f>-3.831 F<72656d6f>
-108 537.6 Q 1.527 -.15<76652079>-.15 H 1.228
+108 633.6 Q 1.527 -.15<76652079>-.15 H 1.228
 <6f7572206c6f63616c207374617475732063616368652028>.15 F F2<7e2f2e6f66>A
 <8d696e65696d6170>-.18 E F0 1.228<627920646566>3.728 F 3.728
 <61756c74292e204f74686572776973652c>-.1 F F1<4f668d696e65494d4150>3.728
 E F0 1.228<77696c6c2074616b>3.728 F 3.728<6574>-.1 G 1.228
 <68697320617320616e>-3.728 F .416
-<696e74656e74696f6e616c2064656c6574696f6e206f66206d616e>108 549.6 R
+<696e74656e74696f6e616c2064656c6574696f6e206f66206d616e>108 645.6 R
 2.916<796d>-.15 G .416<6573736167657320616e642077696c6c20696e7465727072
 657420796f757220616374696f6e2061732072657175657374696e67207468656d20746f
-2062652064656c657465642066726f6d>-2.916 F<7468652073657276>108 561.6 Q
+2062652064656c657465642066726f6d>-2.916 F<7468652073657276>108 657.6 Q
 <65722061732077656c6c2e>-.15 E<28496620796f7520646f6e27>5 E 2.5<7475>
 -.18 G<6e6465727374616e6420746869732c20646f6e27>-2.5 E 2.5<7477>-.18 G
 <6f7272793b20796f752070726f6261626c792077>-2.6 E<6f6e27>-.1 E 2.5<7465>
 -.18 G<6e636f756e746572207468697320736974756174696f6e29>-2.5 E F1
-<4d554c>87 578.4 Q<5449504c4520494e5354>-.92 E<414e434553>-.9 E
-<4f668d696e65494d4150>108 590.4 Q F0 .604
+<4d554c>87 674.4 Q<5449504c4520494e5354>-.92 E<414e434553>-.9 E
+<4f668d696e65494d4150>108 686.4 Q F0 .604
 <6973206e6f742064657369676e656420746f206861>3.104 F .904 -.15<76652073>
 -.2 H -2.15 -.25<65762065>.15 H .605<72616c20696e7374616e6365732028666f
 7220696e7374616e63652c20612063726f6e206a6f6220616e6420616e20696e74657261
 637469>.25 F .905 -.15<76652069>-.25 H -1.9 -.4<6e76206f>.15 H<63612d>.4
-E 1.142<74696f6e292072756e206f>108 602.4 R -.15<7665>-.15 G 3.642<7274>
+E 1.142<74696f6e292072756e206f>108 698.4 R -.15<7665>-.15 G 3.642<7274>
 .15 G 1.141
 <68652073616d65206d61696c626f782073696d756c74616e656f75736c79>-3.642 F
 6.141<2e49>-.65 G 3.641<7477>-6.141 G 1.141<696c6c20706572666f726d206120
 636865636b206f6e207374617274757020616e642061626f727420696620616e6f746865
-72>-3.641 F F1<4f668d696e65494d4150>108 614.4 Q F0 .339
+72>-3.641 F F1<4f668d696e65494d4150>108 710.4 Q F0 .339
 <697320616c72656164792072756e6e696e672e>2.839 F .339<496620796f75206e65
 656420746f207363686564756c652073796e6368726f6e697a6174696f6e732c20706c65
 6173652075736520746865>5.339 F F2<6175746f72>2.84 E<656672>-.37 E
 <657368>-.37 E F0<7365742d>2.84 E
-<74696e677320726174686572207468616e2063726f6e2e>108 626.4 Q
+<74696e677320726174686572207468616e2063726f6e2e>108 722.4 Q
 <416c7465726e617469>5 E -.15<7665>-.25 G<6c79>.15 E 2.5<2c79>-.65 G
 <6f752063616e207365742061207365706172617465>-2.5 E F2<6d65746164617461>
 2.5 E F0<6469726563746f727920666f72206561636820696e7374616e63652e>2.5 E
-F1<434f5059494e47204d45535341>87 643.2 Q
+<4a6f686e20476f65727a656e>72 768 Q<3138204a756c792032303033>152.905 E
+<39>203.165 E 0 Cg EP
+%%Page: 10 10
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF 110.665<4f46464c494e45494d4150283129204f66>72 48
+R<8d696e65494d4150204d616e75616c>-.25 E<4f46464c494e45494d4150283129>
+113.165 E/F1 10/Times-Bold@0 SF<434f5059494e47204d45535341>87 84 Q
 <474553204245545745454e20464f4c44455253>-.55 E F0<4e6f726d616c6c79>108
-655.2 Q 5.859<2c77>-.65 G 3.359<68656e20796f7520636f70>-5.859 F 5.859
+96 Q 5.859<2c77>-.65 G 3.359<68656e20796f7520636f70>-5.859 F 5.859
 <79616d>-.1 G 3.359
 <657373616765206265747765656e20666f6c64657273206f72206164642061206e65>
 -5.859 F 5.859<776d>-.25 G 3.358
 <65737361676520746f206120666f6c646572206c6f63616c6c79>-5.859 F<2c>-.65 E
-F1<4f668d696e65494d4150>108 667.2 Q F0 .853
+F1<4f668d696e65494d4150>108 108 Q F0 .853
 <77696c6c206a75737420646f20746865207269676874207468696e672e>3.352 F
 <486f>5.853 E<7765>-.25 E -.15<7665>-.25 G 1.653 -.4<722c2073>.15 H .853
 <6f6d6574696d657320746869732063616e20626520747269636b>.4 F 3.353<792d>
 -.15 G 3.353<2d69>-3.353 G 3.353<6679>-3.353 G .853
 <6f757220494d41502073657276>-3.353 F<6572>-.15 E .29
-<646f6573206e6f742070726f>108 679.2 R .29<766964652074686520534541524348
-20636f6d6d616e642c206f7220646f6573206e6f742072657475726e20736f6d65746869
-6e672075736566756c2c>-.15 F F1<4f668d696e65494d4150>2.79 E F0 .29
+<646f6573206e6f742070726f>108 120 R .29<76696465207468652053454152434820
+636f6d6d616e642c206f7220646f6573206e6f742072657475726e20736f6d657468696e
+672075736566756c2c>-.15 F F1<4f668d696e65494d4150>2.79 E F0 .29
 <63616e6e6f74206465746572>2.79 F<2d>-.2 E .173<6d696e6520746865206e65>
-108 691.2 R 2.673<7755>-.25 G .173<4944206f6620746865206d6573736167652e>
+108 132 R 2.673<7755>-.25 G .173<4944206f6620746865206d6573736167652e>
 -2.673 F .173
 <536f2c20696e207468657365207261726520696e7374616e6365732c204f66>5.173 F
 .174<8d696e65494d41502077696c6c2075706c6f616420746865206d65737361676520
-746f20746865>-.25 F .64<494d41502073657276>108 703.2 R .64<657220616e64
-2064656c6574652069742066726f6d20796f7572206c6f63616c20666f6c646572>-.15
-5.64<2e54>-.55 G .64<68656e2c206f6e20796f7572206e65>-5.64 F .64
+746f20746865>-.25 F .64<494d41502073657276>108 144 R .64<657220616e6420
+64656c6574652069742066726f6d20796f7572206c6f63616c20666f6c646572>-.15 F
+5.64<2e54>-.55 G .64<68656e2c206f6e20796f7572206e65>-5.64 F .64
 <78742073796e632c20746865206d6573736167652077696c6c2062652072652d646f>
 -.15 F<776e2d>-.25 E 1.472
-<6c6f616465642077697468207468652070726f706572205549442e>108 715.2 R F1
+<6c6f616465642077697468207468652070726f706572205549442e>108 156 R F1
 <4f668d696e65494d4150>6.473 E F0<6d616b>3.973 E 1.473
 <65732073757265207468617420746865206d6573736167652077>-.1 F 1.473
 <61732070726f7065726c792075706c6f61646564206265666f7265>-.1 F<64656c6574
 696e672069742c20736f2074686572652073686f756c64206265206e6f207269736b206f
-662064617461206c6f73732e>108 727.2 Q<4a6f686e20476f65727a656e>72 768 Q
-<3032204a756e652032303033>152.075 E<39>202.335 E 0 Cg EP
-%%Page: 10 10
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF 110.665<4f46464c494e45494d4150283129204f66>72 48
-R<8d696e65494d4150204d616e75616c>-.25 E<4f46464c494e45494d4150283129>
-113.165 E/F1 10/Times-Bold@0 SF<5553452057495448204556>87 84 Q
-<4f4c5554494f4e>-.45 E<4f668d696e65494d4150>108 96 Q F0 .192<63616e2077>
-2.692 F .192<6f726b2077697468204576>-.1 F 2.691<6f6c7574696f6e2e2054>-.2
-F 2.691<6f64>-.8 G 2.691<6f73>-2.691 G .191
+662064617461206c6f73732e>108 168 Q F1<5553452057495448204556>87 184.8 Q
+<4f4c5554494f4e>-.45 E<4f668d696e65494d4150>108 196.8 Q F0 .192
+<63616e2077>2.692 F .192<6f726b2077697468204576>-.1 F 2.691
+<6f6c7574696f6e2e2054>-.2 F 2.691<6f64>-.8 G 2.691<6f73>-2.691 G .191
 <6f2c208c72737420636f6e8c6775726520796f7572>-2.691 F F1
 <4f668d696e65494d4150>2.691 E F0 .191<6163636f756e7420746f206861>2.691 F
--.15<7665>-.2 G F1 .191<736570203d>2.841 F<2f>108 108 Q F0 .029
+-.15<7665>-.2 G F1 .191<736570203d>2.841 F<2f>108 208.8 Q F0 .029
 <696e2069747320636f6e8c6775726174696f6e2e>2.529 F .029
 <5468656e2c20636f6e8c67757265204576>5.029 F .029
 <6f6c7574696f6e20776974682074686520224d61696c646972>-.2 F .03
 <2d666f726d6174206d61696c206469726563746f72696573222073657276>-.2 F .03
 <657220747970652e>-.15 F -.15<466f>5.03 G<72>.15 E .57<7468652070617468
 2c20796f752077696c6c206e65656420746f207370656369667920746865206e616d6520
-6f662074686520746f702d6c65>108 120 R -.15<7665>-.25 G 3.069<6c66>.15 G
+6f662074686520746f702d6c65>108 220.8 R -.15<7665>-.25 G 3.069<6c66>.15 G
 <6f6c646572>-3.069 E F1<696e73696465>3.069 E F0<796f7572>3.069 E F1
 <4f668d696e65494d4150>3.069 E F0 .569<73746f72616765206c6f63612d>3.069 F
-2.5<74696f6e2e2059>108 132 R<6f7527>-1.1 E<7265206e6f>-.5 E 2.5<7773>
--.25 G<657421>-2.5 E F1<5553452057495448204b4d41494c>87 148.8 Q F0 .417
-<417420746869732074696d652c20492062656c6965>108 160.8 R .717 -.15
+2.5<74696f6e2e2059>108 232.8 R<6f7527>-1.1 E<7265206e6f>-.5 E 2.5<7773>
+-.25 G<657421>-2.5 E F1<5553452057495448204b4d41494c>87 249.6 Q F0 .417
+<417420746869732074696d652c20492062656c6965>108 261.6 R .717 -.15
 <76652074>-.25 H<686174>.15 E F1<4f668d696e65494d4150>2.917 E F0 .418<77
 697468204d61696c64697273206973206e6f7420636f6d70617469626c65207769746820
 4b4d61696c2e>2.917 F .418<4b4d61696c2063616e6e6f742077>5.418 F<6f726b>
--.1 E .159<696e20616e>108 172.8 R 2.659<796d>-.15 G .159
+-.1 E .159<696e20616e>108 273.6 R 2.659<796d>-.15 G .159
 <6f6465206f74686572207468616e20746f206d6f>-2.659 F .458 -.15<76652061>
 -.15 H .158<6c6c206d65737361676573206f7574206f6620616c6c20666f6c64657273
 20696d6d6564696174656c79>.15 F 2.658<2c77>-.65 G .158
 <68696368202862657369646573206265696e6720616e6e6f>-2.658 F<79696e67>-.1
-E<616e642066756e64616d656e74616c6c792062726f6b>108 184.8 Q
+E<616e642066756e64616d656e74616c6c792062726f6b>108 285.6 Q
 <656e2920697320696e636f6d70617469626c652077697468>-.1 E F1
-<4f668d696e65494d4150>2.5 E F0<2e>A<486f>108 201.6 Q<7765>-.25 E -.15
+<4f668d696e65494d4150>2.5 E F0<2e>A<486f>108 302.4 Q<7765>-.25 E -.15
 <7665>-.25 G 1.222 -.4<722c20492068>.15 H -2.25 -.2<61762065>.4 H .423
 <6d616465204b4d61696c2076>3.123 F .423<657273696f6e20332077>-.15 F .423
 <6f726b2077656c6c2077697468>-.1 F F1<4f668d696e65494d4150>2.923 E F0
 .423<627920696e7374616c6c696e6720616e20494d41502073657276>2.923 F .423
-<6572206f6e206d79>-.15 F<6c6f63616c206d616368696e652c206861>108 213.6 Q
+<6572206f6e206d79>-.15 F<6c6f63616c206d616368696e652c206861>108 314.4 Q
 <76696e67>-.2 E F1<4f668d696e65494d4150>2.5 E F0<73796e6320746f20746861
 742c20616e6420706f696e74696e67204b4d61696c206174207468652073616d65207365
-7276>2.5 E<6572>-.15 E<2e>-.55 E F1<4d41494c494e47204c495354>87 230.4 Q
-F0 .522<546865726520697320616e204f66>108 242.4 R .522
+7276>2.5 E<6572>-.15 E<2e>-.55 E F1<4d41494c494e47204c495354>87 331.2 Q
+F0 .522<546865726520697320616e204f66>108 343.2 R .522
 <8d696e65494d4150206d61696c696e67206c6973742061>-.25 F -.25<7661>-.2 G
 3.022<696c61626c652e2054>.25 F 3.022<6f73>-.8 G .522
 <75627363726962652c2073656e6420746865207465>-3.022 F .521
 <787420225375627363726962652220696e20746865207375626a656374206f662061>
--.15 F 3.086<6d61696c20746f206f66>108 254.4 R
+-.15 F 3.086<6d61696c20746f206f66>108 355.2 R
 <8d696e65696d61702d7265717565737440636f6d706c6574652e6f72>-.25 E 5.586
 <672e2054>-.18 F 5.587<6f70>-.8 G 3.087
 <6f73742c2073656e6420746865206d65737361676520746f206f66>-5.587 F
 <8d696e65696d617040636f6d706c6574652e6f72>-.25 E<672e>-.18 E<4172636869>
-108 266.4 Q -.15<7665>-.25 G 2.5<7361>.15 G<72652061>-2.5 E -.25<7661>
+108 367.2 Q -.15<7665>-.25 G 2.5<7361>.15 G<72652061>-2.5 E -.25<7661>
 -.2 G<696c61626c65206174>.25 E
-<3c55524c3a687474703a2f2f6c697374732e636f6d706c6574652e6f72>110.5 278.4
+<3c55524c3a687474703a2f2f6c697374732e636f6d706c6574652e6f72>110.5 379.2
 Q<672f6f66>-.18 E<8d696e65696d617040636f6d706c6574652e6f72>-.25 E
-<672f3e2e>-.18 E F1 -.1<4255>87 295.2 S<4753>.1 E F0 4.42
-<5265706f727473206f662062>108 307.2 R 4.419<7567732073686f756c6420626520
-73656e742076696120652d6d61696c20746f20746865>-.2 F F1
+<672f3e2e>-.18 E F1 -.1<4255>87 396 S<4753>.1 E F0 4.42
+<5265706f727473206f662062>108 408 R 4.419<7567732073686f756c642062652073
+656e742076696120652d6d61696c20746f20746865>-.2 F F1
 <4f668d696e65494d4150>6.919 E F0 -.2<6275>6.919 G 4.419
-<672d747261636b696e672073797374656d202842545329206174>.2 F<6f66>108
-319.2 Q<8d696e65696d61704062>-.25 E<7567732e636f6d706c6574652e6f72>-.2 E
-6.395<676f>-.18 G 6.395<7273>-6.395 G 3.895<75626d6974746564206f6e6c696e
-65207573696e67207468652077656220696e74657266>-6.395 F 3.895
+<672d747261636b696e672073797374656d202842545329206174>.2 F<6f66>108 420
+Q<8d696e65696d61704062>-.25 E<7567732e636f6d706c6574652e6f72>-.2 E 6.395
+<676f>-.18 G 6.395<7273>-6.395 G 3.895<75626d6974746564206f6e6c696e6520
+7573696e67207468652077656220696e74657266>-6.395 F 3.895
 <616365203c55524c3a687474703a2f2f62>-.1 F<7567732e636f6d2d>-.2 E
-<706c6574652e6f72>108 331.2 Q<672f3e2e>-.18 E<5468652057>108 348 Q
+<706c6574652e6f72>108 432 Q<672f3e2e>-.18 E<5468652057>108 448.8 Q
 <6562207369746520616c736f206c6973747320616c6c2063757272656e742062>-.8 E<
 7567732c20776865726520796f752063616e20636865636b207468656972207374617475
 73206f7220636f6e74726962>-.2 E<75746520746f208c78696e67207468656d2e>-.2
-E/F2 10.95/Times-Bold@0 SF<434f50595249474854>72 364.8 Q F0<4f66>108
-376.8 Q<8d696e65494d4150>-.25 E 2.5<2c61>-1.11 G
+E/F2 10.95/Times-Bold@0 SF<555047524144494e472054>72 465.6 Q 2.738<4f34>
+-.197 G<2e30>-2.738 E F0 .291
+<496620796f752061726520757067726164696e672066726f6d20612076>108 477.6 R
+.291<657273696f6e206f66>-.15 F F1<4f668d696e65494d4150>2.791 E F0 .291<
+7072696f7220746f20332e39392e31322c20796f752077696c6c208c6e64207468617420
+796f752077696c6c20676574206572726f7273>2.791 F<7768656e>108 489.6 Q F1
+<4f668d696e65494d4150>3.939 E F0 1.439
+<737461727473207570202872656c6174696e6720746f20436f6e8c6750>3.939 F
+1.439<6172736572206f72204163636f756e744861736847656e657261746f722920616e
+642074686520636f6e8c6775726174696f6e>-.15 F 3.19<8c6c652e2054686973>108
+501.6 R .69<697320626563617573652074686520636f6e8c67208c6c6520666f726d61
+742068616420746f206368616e676520746f206163636f6d6f64617465206e65>3.19 F
+3.19<7766>-.25 G .69<6561747572657320696e20342e302e>-3.19 F -.15<466f>
+5.69 G<7274756e6174656c79>.15 E<2c>-.65 E<697427>108 513.6 Q 2.5<736e>
+-.55 G<6f7420646966>-2.5 E
+<8c63756c7420746f2061646a75737420697420746f20737569742e>-.25 E .505<4669
+727374207468696e6720796f75206e65656420746f20646f2069732073746f7020616e>
+108 530.4 R 3.006<7972>-.15 G<756e6e696e67>-3.006 E F1
+<4f668d696e65494d4150>3.006 E F0 .506
+<696e7374616e63652c206d616b696e672073757265208c727374207468617420697427>
+3.006 F 3.006<7373>-.55 G .506<796e63656420616c6c>-3.006 F .21
+<796f7572206d61696c2e>108 542.4 R .21
+<5468656e2c206d6f6469667920796f7572>5.21 F/F3 10/Times-Italic@0 SF
+<7e2f2e6f66>2.71 E<8d696e65696d617072>-.18 E<63>-.37 E F0 2.709
+<8c6c652e2059>2.71 F<6f7527>-1.1 E .209<6c6c206e65656420746f2073706c6974
+2075702065616368206163636f756e742073656374696f6e20286d616b>-.1 F 2.709
+<6573>-.1 G<757265>-2.709 E .559<74686174206974206e6f>108 554.4 R 3.059
+<7773>-.25 G .559
+<7461727473207769746820224163636f756e7420222920696e746f207477>-3.059 F
+3.059<6f52>-.1 G .56<65706f7369746f72792073656374696f6e7320286f6e652066
+6f7220746865206c6f63616c207369646520616e6420616e6f7468657220666f72207468
+65>-3.059 F 1.493<72656d6f746520736964652e29>108 566.4 R 1.493
+<53656520746865208c6c6573>6.493 F F3<6f66>3.992 E
+<8d696e65696d61702e636f6e66>-.18 E<2e6d696e696d616c>-.15 E F0<616e64>
+3.992 E F3<6f66>3.992 E<8d696e65696d61702e636f6e66>-.18 E F0 1.492
+<696e207468652064697374726962>3.992 F 1.492
+<7574696f6e20696620796f75206e656564>-.2 F
+<6d6f726520617373697374616e63652e>108 578.4 Q F1<4f668d696e65494d4150>
+108 595.2 Q F0 4.292 -.55<27732073>D 3.192<7461747573206469726563746f72
+7920617265612068617320616c736f206368616e6765642e>.55 F 3.193
+<5468657265666f72652c20796f752073686f756c642064656c6574652065>8.193 F
+-.15<7665>-.25 G 3.193<72797468696e6720696e>.15 F<7e2f2e6f66>108 607.2 Q
+<8d696e65696d61702061732077656c6c20617320796f7572206c6f63616c206d61696c
+20666f6c646572732e>-.25 E .878<5768656e20796f75207374617274207570>108
+624 R F1<4f668d696e65494d4150>3.378 E F0 .877
+<342e302c2069742077696c6c2072652d646f>3.377 F .877
+<776e6c6f616420616c6c20796f7572206d61696c2066726f6d207468652073657276>
+-.25 F .877<657220616e64207468656e20796f752063616e>-.15 F
+<636f6e74696e7565207573696e67206974206c696b>108 636 Q 2.5<656e>-.1 G
+<6f726d616c2e>-2.5 E F2<434f50595249474854>72 652.8 Q F0<4f66>108 664.8
+Q<8d696e65494d4150>-.25 E 2.5<2c61>-1.11 G
 <6e642074686973206d616e75616c2c2061726520436f70>-2.5 E
 <7972696768742028432920323030322c2032303033204a6f686e20476f65727a656e2e>
--.1 E .287<546869732070726f6772616d206973206672656520736f667477>108
-393.6 R .287<6172653b20796f752063616e20726564697374726962>-.1 F .286<75
+-.1 E .286<546869732070726f6772616d206973206672656520736f667477>108
+681.6 R .286<6172653b20796f752063616e20726564697374726962>-.1 F .287<75
 746520697420616e642f6f72206d6f6469667920697420756e6465722074686520746572
 6d73206f662074686520474e552047656e6572616c>-.2 F .766<5075626c6963204c69
 63656e7365206173207075626c697368656420627920746865204672656520536f667477>
-108 405.6 R .766<6172652046>-.1 F .766
+108 693.6 R .766<6172652046>-.1 F .766
 <6f756e646174696f6e3b206569746865722076>-.15 F .766<657273696f6e2032206f
 6620746865204c6963656e73652c206f722028617420796f7572>-.15 F
-<6f7074696f6e2920616e>108 417.6 Q 2.5<796c>-.15 G<617465722076>-2.5 E
-<657273696f6e2e>-.15 E .58
-<546869732070726f6772616d2069732064697374726962>108 434.4 R .579<757465
+<6f7074696f6e2920616e>108 705.6 Q 2.5<796c>-.15 G<617465722076>-2.5 E
+<657273696f6e2e>-.15 E .579
+<546869732070726f6772616d2069732064697374726962>108 722.4 R .579<757465
 6420696e2074686520686f706520746861742069742077696c6c2062652075736566756c
-2c2062>-.2 F .579<757420574954484f555420414e592057>-.2 F<415252414e5459>
--1.2 E 3.079<3b77>-.92 G<6974686f7574>-3.079 E -2.15 -.25<65762065>108
-446.4 T 2.729<6e74>.25 G .229<686520696d706c6965642077>-2.729 F .229
+2c2062>-.2 F .58<757420574954484f555420414e592057>-.2 F<415252414e5459>
+-1.2 E 3.08<3b77>-.92 G<6974686f7574>-3.08 E<4a6f686e20476f65727a656e>72
+768 Q<3138204a756c792032303033>152.905 E<3130>198.165 E 0 Cg EP
+%%Page: 11 11
+%%BeginPageSetup
+BP
+%%EndPageSetup
+/F0 10/Times-Roman@0 SF 110.665<4f46464c494e45494d4150283129204f66>72 48
+R<8d696e65494d4150204d616e75616c>-.25 E<4f46464c494e45494d4150283129>
+113.165 E -2.15 -.25<65762065>108 84 T 2.73<6e74>.25 G .23
+<686520696d706c6965642077>-2.73 F .229
 <617272616e7479206f66204d45524348414e54>-.1 F .229
 <4142494c495459206f72204649544e45535320464f5220412050>-.93 F<4152>-.92 E
-.23<544943554c415220505552504f53452e>-.6 F<536565>5.23 E<74686520474e55
-2047656e6572616c205075626c6963204c6963656e736520666f72206d6f726520646574
-61696c732e>108 458.4 Q -1.1<596f>108 475.2 S 2.77<7573>1.1 G .27
+.229<544943554c415220505552504f53452e>-.6 F<536565>5.229 E<74686520474e
+552047656e6572616c205075626c6963204c6963656e736520666f72206d6f7265206465
+7461696c732e>108 96 Q -1.1<596f>108 112.8 S 2.77<7573>1.1 G .27
 <686f756c64206861>-2.77 F .57 -.15<76652072>-.2 H<65636569>.15 E -.15
 <7665>-.25 G 2.77<646163>.15 G<6f70>-2.77 E 2.77<796f>-.1 G 2.77<6674>
 -2.77 G .27<686520474e552047656e6572616c205075626c6963204c6963656e736520
 616c6f6e67207769746820746869732070726f6772616d3b206966206e6f742c20777269
-7465>-2.77 F<746f20746865204672656520536f667477>108 487.2 Q<6172652046>
+7465>-2.77 F<746f20746865204672656520536f667477>108 124.8 Q<6172652046>
 -.1 E<6f756e646174696f6e2c20496e632e2c2035392054>-.15 E
 <656d706c6520506c6163652c205375697465203333302c20426f73746f6e2c204d41>
--.7 E<30323131312d3133303720555341>5 E<696d61706c6962>108 504 Q<2e70>-.4
-E 2.691<7963>-.1 G .192<6f6d65732066726f6d2074686520507974686f6e206465>
--2.691 F 2.692<7674>-.25 G .192<72656520616e64206973206c6963656e73656420
-756e646572207468652047504c2d636f6d70617469626c6520505346206c6963656e7365
-20617320737461746564>-2.692 F<696e20746865208c6c65>108 516 Q/F3 10
-/Times-Italic@0 SF<434f50595249474854>2.5 E F0<696e20746865>2.5 E F1
+-.7 E<30323131312d3133303720555341>5 E<696d61706c6962>108 141.6 Q<2e70>
+-.4 E 2.692<7963>-.1 G .192
+<6f6d65732066726f6d2074686520507974686f6e206465>-2.692 F 2.692<7674>-.25
+G .192<72656520616e64206973206c6963656e73656420756e64657220746865204750
+4c2d636f6d70617469626c6520505346206c6963656e736520617320737461746564>
+-2.692 F<696e20746865208c6c65>108 153.6 Q/F1 10/Times-Italic@0 SF
+<434f50595249474854>2.5 E F0<696e20746865>2.5 E/F2 10/Times-Bold@0 SF
 <4f668d696e65494d4150>2.5 E F0<64697374726962>2.5 E<7574696f6e2e>-.2 E
-F2 -.548<4155>72 532.8 S<54484f52>.548 E F1<4f668d696e65494d4150>108
-544.8 Q F0 2.923<2c69>C .422<7473206c69627261726965732c20646f63756d656e
-746174696f6e2c20616e6420616c6c20696e636c75646564208c6c65732c2065>-2.923
-F .422<7863657074207768657265206e6f7465642c2077>-.15 F .422
+/F3 10.95/Times-Bold@0 SF -.548<4155>72 170.4 S<54484f52>.548 E F2
+<4f668d696e65494d4150>108 182.4 Q F0 2.922<2c69>C .422<7473206c69627261
+726965732c20646f63756d656e746174696f6e2c20616e6420616c6c20696e636c756465
+64208c6c65732c2065>-2.922 F .422
+<7863657074207768657265206e6f7465642c2077>-.15 F .423
 <6173207772697474656e206279204a6f686e>-.1 F
-<476f65727a656e203c6a676f65727a656e40636f6d706c6574652e6f72>108 556.8 Q
+<476f65727a656e203c6a676f65727a656e40636f6d706c6574652e6f72>108 194.4 Q
 <673e20616e6420636f70>-.18 E<7972696768742069732068656c6420617320737461
-74656420696e2074686520434f505952494748542073656374696f6e2e>-.1 E F1
-<4f668d696e65494d4150>108 573.6 Q F0 3.803<6d617920626520646f>6.303 F
+74656420696e2074686520434f505952494748542073656374696f6e2e>-.1 E F2
+<4f668d696e65494d4150>108 211.2 Q F0 3.804<6d617920626520646f>6.304 F
 3.803<776e6c6f616465642c20616e6420696e666f726d6174696f6e20666f756e642c20
 66726f6d2069747320686f6d6570616765207669612065697468657220476f70686572>
--.25 F<3c55524c3a676f706865723a2f2f717575782e6f72>108 585.6 Q
+-.25 F<3c55524c3a676f706865723a2f2f717575782e6f72>108 223.2 Q
 <672f312f6465>-.18 E -.15<7665>-.25 G<6c2f6f66>.15 E<8d696e65696d61703e
 206f722048545450203c55524c3a687474703a2f2f717575782e6f72>-.25 E
 <672f6465>-.18 E -.15<7665>-.25 G<6c2f6f66>.15 E<8d696e65696d61703e2e>
--.25 E F1<4f668d696e65494d4150>108 602.4 Q F0 2.276
-<6d617920616c736f20626520646f>4.776 F 2.276
+-.25 E F2<4f668d696e65494d4150>108 240 Q F0 2.276
+<6d617920616c736f20626520646f>4.775 F 2.276
 <776e6c6f61646564207573696e6720537562>-.25 F -.15<7665>-.15 G 4.776
 <7273696f6e2e204164646974696f6e616c6c79>.15 F 4.776<2c74>-.65 G 2.276
-<68652064697374726962>-4.776 F 2.276<7574656420746172>-.2 F 2.275
-<2e677a206d6179206265>-.55 F .717<75706461746564207769746820612073696d70
+<68652064697374726962>-4.776 F 2.276<7574656420746172>-.2 F 2.276
+<2e677a206d6179206265>-.55 F .718<75706461746564207769746820612073696d70
 6c65202273766e207570646174652220636f6d6d616e643b206974206973207265616479
-20746f20676f2e>108 614.4 R -.15<466f>5.718 G 3.218<7269>.15 G .718
-<6e666f726d6174696f6e206f6e2067657474696e67204f66>-3.218 F
-<8d696e65494d4150>-.25 E<7769746820537562>108 626.4 Q -.15<7665>-.15 G
+20746f20676f2e>108 252 R -.15<466f>5.717 G 3.217<7269>.15 G .717
+<6e666f726d6174696f6e206f6e2067657474696e67204f66>-3.217 F
+<8d696e65494d4150>-.25 E<7769746820537562>108 264 Q -.15<7665>-.15 G
 <7273696f6e2c20706c656173652076697369742074686520636f6d706c6574652e6f72>
 .15 E 2.5<6753>-.18 G<7562>-2.5 E -.15<7665>-.15 G<7273696f6e2070616765
 203c55524c3a687474703a2f2f73766e2e636f6d706c6574652e6f72>.15 E<672f3e2e>
--.18 E F2<53454520414c534f>72 643.2 Q F1<6d757474>108 655.2 Q F0
-<2831292c>A F1<707974686f6e>2.5 E F0<283129>A<4a6f686e20476f65727a656e>
-72 768 Q<3032204a756e652032303033>152.075 E<3130>197.335 E 0 Cg EP
+-.18 E F3<53454520414c534f>72 280.8 Q F2<6d757474>108 292.8 Q F0
+<2831292c>A F2<707974686f6e>2.5 E F0<283129>A<4a6f686e20476f65727a656e>
+72 768 Q<3138204a756c792032303033>152.905 E<3131>198.165 E 0 Cg EP
 %%Trailer
 end
 %%EOF
index 73c8f73bcdd34c19b124c704fbef02edd02776db..0cbedf15a825eae08d962f706aad1fe5ed38a9e2 100644 (file)
@@ -64,7 +64,9 @@ DESCRIPTION
        and point both OfflineIMAP and their mail reader of choice at it.  This
        is  often  preferable  to  the  mail  reader's  own  IMAP support since
        OfflineIMAP supports many features (offline reading, for one) that most
-       IMAP-aware readers don't.
+       IMAP-aware  readers don't.  However, this feature is not as time-tested
+       as traditional syncing, so my advice is to stick with normal methods of
+       operation for the time being.
 
 QUICK START
        If  you  have already installed OfflineIMAP system-wide, or your system
@@ -546,10 +548,14 @@ OTHER FREQUENTLY ASKED QUESTIONS
               without this extra crutch.  You'll get the best results  if  you
               don't use this setting, in fact.
 
+       I've upgraded and now OfflineIMAP crashes when I start it up!  Why?
+              You  need  to  upgrade  your  configuration  file.  See [XRef to
+              UPGRADING.4.0] at the end of this manual.
+
        How do I specify the names of my folders?
-              You  do  not  need to.  OfflineIMAP is smart enough to automati-
+              You do not need to.  OfflineIMAP is smart  enough  to  automati-
               cally figure out what folders are present on the IMAP server and
-              synchronize  them.  You can use the folderfilter and foldertrans
+              synchronize them.  You can use the folderfilter and  foldertrans
               configuration file options to request certain folders and rename
               them as they come in if you like.
 
@@ -557,68 +563,68 @@ OTHER FREQUENTLY ASKED QUESTIONS
               Use the folderfilter option in the configuration file.
 
        How can I add or delete a folder?
-              OfflineIMAP  does not currently provide this feature, but if you
-              create a new folder on the  IMAP  server,  it  will  be  created
+              OfflineIMAP does not currently provide this feature, but if  you
+              create  a  new  folder  on  the  IMAP server, it will be created
               locally automatically.
 
        Are there any other warnings that I should be aware of?
               Yes; see the Notes section below.
 
        What is the mailbox name recorder (mbnames) for?
-              Some  mail  readers,  such as Mutt, are not capable of automati-
-              cally determining the names of your mailboxes.  OfflineIMAP  can
-              help  these  programs  by  writing the names of the folders ni a
+              Some mail readers, such as Mutt, are not  capable  of  automati-
+              cally  determining the names of your mailboxes.  OfflineIMAP can
+              help these programs by writing the names of  the  folders  ni  a
               format  you  specify.   See  the  example  offlineimap.conf  for
               details.
 
        Can I synchronize multiple accounts with OfflineIMAP?
-              Sure.   Just  name  them all in the accounts line in the general
+              Sure.  Just name them all in the accounts line  in  the  general
               section of the configuration file, and add a per-account section
               for each one.
 
        Does OfflineIMAP support POP?
               No.  POP is not robust enough to do a completely reliable multi-
-              machine synchronization like OfflineIMAP  can  do.   OfflineIMAP
+              machine  synchronization  like  OfflineIMAP can do.  OfflineIMAP
               will not support it.
 
        Does OfflineIMAP support mailbox formats other than Maildir?
-              Not  at  present.   There is no technical reason not to; just no
-              demand yet.  Maildir is  a  superior  format  anyway.   However,
-              OfflineIMAP  can  sync  between  two IMAP servers, and some IMAP
+              Not at present.  There is no technical reason not  to;  just  no
+              demand  yet.   Maildir  is  a  superior format anyway.  However,
+              OfflineIMAP can sync between two IMAP  servers,  and  some  IMAP
               servers support other formats.  You could install an IMAP server
               on your local machine and have OfflineIMAP sync to that.
 
        [technical] Why are your Maildir message filenames so huge?
               OfflineIMAP has two relevant principles: 1) never modifying your
-              messages in any way and 2) ensuring 100%  reliable  synchroniza-
-              tions.   In order to do a reliable sync, OfflineIMAP must have a
-              way to uniquely identify each e-mail.  Three pieces of  informa-
-              tion  are  required  to  do  this: your account name, the folder
-              name, and the message UID.  The account name can  be  calculated
-              from  the  path in which your messages are.  The folder name can
-              usually be as well, BUT some mail clients move messages  between
+              messages  in  any way and 2) ensuring 100% reliable synchroniza-
+              tions.  In order to do a reliable sync, OfflineIMAP must have  a
+              way  to uniquely identify each e-mail.  Three pieces of informa-
+              tion are required to do this:  your  account  name,  the  folder
+              name,  and  the message UID.  The account name can be calculated
+              from the path in which your messages are.  The folder  name  can
+              usually  be as well, BUT some mail clients move messages between
               folders by simply moving the file, leaving the name intact.
 
-              So,  OfflineIMAP must store both a UID folder ID.  The folder ID
+              So, OfflineIMAP must store both a UID folder ID.  The folder  ID
               is necessary so OfflineIMAP can detect a message moved to a dif-
-              ferent  folder.   OfflineIMAP  stores the UID (U= number) and an
+              ferent folder.  OfflineIMAP stores the UID (U=  number)  and  an
               md5sum of the foldername (FMD5= number) to facilitate this.
 
        What is the speed of OfflineIMAP's sync?
-              OfflineIMAP versions 2.0 and above contain a multithreaded  sys-
-              tem.   A good way to experiment is by setting maxsyncaccounts to
+              OfflineIMAP  versions 2.0 and above contain a multithreaded sys-
+              tem.  A good way to experiment is by setting maxsyncaccounts  to
               3 and maxconnections to 3 in each account clause.
 
-              This lets OfflineIMAP open up  multiple  connections  simultane-
-              ously.   That  will let it process multiple folders and messages
-              at once.  In most cases, this will increase performance  of  the
+              This  lets  OfflineIMAP  open up multiple connections simultane-
+              ously.  That will let it process multiple folders  and  messages
+              at  once.   In most cases, this will increase performance of the
               sync.
 
-              Don't  set  the  number  too high.  If you do that, things might
-              actually slow down as your link gets saturated.  Also, too  many
-              connections  can  cause  mail  servers  to  have excessive load.
+              Don't set the number too high.  If you  do  that,  things  might
+              actually  slow down as your link gets saturated.  Also, too many
+              connections can cause  mail  servers  to  have  excessive  load.
               Administrators might take unkindly to this, and the server might
-              bog  down.   There  are  many  variables in the optimal setting;
+              bog down.  There are many  variables  in  the  optimal  setting;
               experimentation may help.
 
               An informal benchmark yields these results for my setup:
@@ -637,11 +643,11 @@ OTHER FREQUENTLY ASKED QUESTIONS
 
 CONFORMING TO
        o Internet Message Access Protocol version 4rev1 (IMAP 4rev1) as speci-
-         fied in RFC2060
+         fied in RFC2060 and RFC3501
 
        o CRAM-MD5 as specified in RFC2195
 
-       o Maildir      as      specified     in     the     Maildir     manpage
+       o Maildir     as     specified     in     the      Maildir      manpage
          <URL:http://www.qmail.org/qmail-manual-html/man5/maildir.html>    and
          the qmail website <URL:http://cr.yp.to/proto/maildir.html>.
 
@@ -649,105 +655,128 @@ CONFORMING TO
 
 NOTES
    DELETING LOCAL FOLDERS
-       OfflineIMAP  does  a  two-way  synchronization.  That is, if you make a
-       change to the mail on the server, it will be propogated to  your  local
+       OfflineIMAP does a two-way synchronization.  That is,  if  you  make  a
+       change  to  the mail on the server, it will be propogated to your local
        copy, and vise-versa.  Some people might think that it would be wise to
-       just delete all their local mail folders periodically.  If you do  this
-       with  OfflineIMAP,  remember  to  also  remove  your local status cache
-       (~/.offlineimap by default).  Otherwise, OfflineIMAP will take this  as
+       just  delete all their local mail folders periodically.  If you do this
+       with OfflineIMAP, remember to  also  remove  your  local  status  cache
+       (~/.offlineimap  by default).  Otherwise, OfflineIMAP will take this as
        an intentional deletion of many messages and will interpret your action
-       as requesting them to be deleted from the  server  as  well.   (If  you
-       don't  understand  this, don't worry; you probably won't encounter this
+       as  requesting  them  to  be  deleted from the server as well.  (If you
+       don't understand this, don't worry; you probably won't  encounter  this
        situation)
 
    MULTIPLE INSTANCES
-       OfflineIMAP is not designed to have several instances (for instance,  a
-       cron  job  and  an  interactive  invocation)  run over the same mailbox
-       simultaneously.  It will perform  a  check  on  startup  and  abort  if
-       another  OfflineIMAP  is already running.  If you need to schedule syn-
-       chronizations, please use the autorefresh settings  rather  than  cron.
-       Alternatively,  you  can  set  a  separate  metadata directory for each
+       OfflineIMAP  is not designed to have several instances (for instance, a
+       cron job and an interactive  invocation)  run  over  the  same  mailbox
+       simultaneously.   It  will  perform  a  check  on  startup and abort if
+       another OfflineIMAP is already running.  If you need to  schedule  syn-
+       chronizations,  please  use  the autorefresh settings rather than cron.
+       Alternatively, you can set  a  separate  metadata  directory  for  each
        instance.
 
    COPYING MESSAGES BETWEEN FOLDERS
-       Normally, when you copy a message between folders or add a new  message
-       to  a  folder  locally, OfflineIMAP will just do the right thing.  How-
+       Normally,  when you copy a message between folders or add a new message
+       to a folder locally, OfflineIMAP will just do the  right  thing.   How-
        ever, sometimes this can be tricky -- if your IMAP server does not pro-
-       vide   the  SEARCH  command,  or  does  not  return  something  useful,
-       OfflineIMAP cannot determine the new UID of the message.  So, in  these
-       rare  instances, OfflineIMAP will upload the message to the IMAP server
-       and delete it from your local folder.  Then, on  your  next  sync,  the
-       message  will  be re-downloaded with the proper UID.  OfflineIMAP makes
-       sure that the message was properly  uploaded  before  deleting  it,  so
+       vide  the  SEARCH  command,  or  does  not  return  something   useful,
+       OfflineIMAP  cannot determine the new UID of the message.  So, in these
+       rare instances, OfflineIMAP will upload the message to the IMAP  server
+       and  delete  it  from  your local folder.  Then, on your next sync, the
+       message will be re-downloaded with the proper UID.   OfflineIMAP  makes
+       sure  that  the  message  was  properly uploaded before deleting it, so
        there should be no risk of data loss.
 
    USE WITH EVOLUTION
-       OfflineIMAP  can  work  with Evolution.  To do so, first configure your
-       OfflineIMAP account to have sep = / in its configuration.   Then,  con-
-       figure  Evolution  with  the  "Maildir-format  mail directories" server
+       OfflineIMAP can work with Evolution.  To do so,  first  configure  your
+       OfflineIMAP  account  to have sep = / in its configuration.  Then, con-
+       figure Evolution with  the  "Maildir-format  mail  directories"  server
        type.  For the path, you will need to specify the name of the top-level
        folder inside your OfflineIMAP storage location.  You're now set!
 
    USE WITH KMAIL
-       At  this time, I believe that OfflineIMAP with Maildirs is not compati-
-       ble with KMail.  KMail cannot work in any mode other than to  move  all
-       messages  out of all folders immediately, which (besides being annoying
+       At this time, I believe that OfflineIMAP with Maildirs is not  compati-
+       ble  with  KMail.  KMail cannot work in any mode other than to move all
+       messages out of all folders immediately, which (besides being  annoying
        and fundamentally broken) is incompatible with OfflineIMAP.
 
-       However, I have made KMail version 3  work  well  with  OfflineIMAP  by
-       installing  an IMAP server on my local machine, having OfflineIMAP sync
+       However,  I  have  made  KMail  version 3 work well with OfflineIMAP by
+       installing an IMAP server on my local machine, having OfflineIMAP  sync
        to that, and pointing KMail at the same server.
 
    MAILING LIST
        There is an OfflineIMAP mailing list available.  To subscribe, send the
-       text  "Subscribe"  in the subject of a mail to offlineimap-request@com-
-       plete.org.  To post,  send  the  message  to  offlineimap@complete.org.
+       text "Subscribe" in the subject of a mail  to  offlineimap-request@com-
+       plete.org.   To  post,  send  the  message to offlineimap@complete.org.
        Archives are available at
         <URL:http://lists.complete.org/offlineimap@complete.org/>.
 
    BUGS
        Reports of bugs should be sent via e-mail to the OfflineIMAP bug-track-
-       ing system (BTS) at offlineimap@bugs.complete.org or  submitted  online
+       ing  system  (BTS) at offlineimap@bugs.complete.org or submitted online
        using the web interface <URL:http://bugs.complete.org/>.
 
-       The  Web  site  also  lists all current bugs, where you can check their
+       The Web site also lists all current bugs, where  you  can  check  their
        status or contribute to fixing them.
 
+UPGRADING TO 4.0
+       If  you  are  upgrading from a version of OfflineIMAP prior to 3.99.12,
+       you will find that you will  get  errors  when  OfflineIMAP  starts  up
+       (relating  to  ConfigParser or AccountHashGenerator) and the configura-
+       tion file.  This is because the config file format  had  to  change  to
+       accomodate  new  features  in  4.0.  Fortunately, it's not difficult to
+       adjust it to suit.
+
+       First thing you need to do is stop any  running  OfflineIMAP  instance,
+       making  sure  first  that it's synced all your mail.  Then, modify your
+       ~/.offlineimaprc file.  You'll need to split up  each  account  section
+       (make sure that it now starts with "Account ") into two Repository sec-
+       tions (one for the local side and another for the  remote  side.)   See
+       the  files offlineimap.conf.minimal and offlineimap.conf in the distri-
+       bution if you need more assistance.
+
+       OfflineIMAP's status directory area has also changed.   Therefore,  you
+       should  delete  everything in ~/.offlineimap as well as your local mail
+       folders.
+
+       When you start up OfflineIMAP 4.0, it will re-download  all  your  mail
+       from the server and then you can continue using it like normal.
+
 COPYRIGHT
-       OfflineIMAP, and  this  manual,  are  Copyright  (C)  2002,  2003  John
+       OfflineIMAP,  and  this  manual,  are  Copyright  (C)  2002,  2003 John
        Goerzen.
 
        This program 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
+       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  Gen-
-       eral Public License for more details.
+       This  program  is  distributed  in the hope that it will be useful, but
+       WITHOUT ANY  WARRANTY;  without  even  the  implied  warranty  of  MER-
+       CHANTABILITY  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, write to the Free Software Foundation, Inc.,
        59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 
-       imaplib.py  comes  from  the  Python dev tree and is licensed under the
-       GPL-compatible PSF license as stated  in  the  file  COPYRIGHT  in  the
+       imaplib.py comes from the Python dev tree and  is  licensed  under  the
+       GPL-compatible  PSF  license  as  stated  in  the file COPYRIGHT in the
        OfflineIMAP distribution.
 
 AUTHOR
-       OfflineIMAP,  its  libraries,  documentation,  and  all included files,
+       OfflineIMAP, its libraries,  documentation,  and  all  included  files,
        except where noted, was written by John Goerzen <jgoerzen@complete.org>
        and copyright is held as stated in the COPYRIGHT section.
 
        OfflineIMAP may be downloaded, and information found, from its homepage
-       via either Gopher <URL:gopher://quux.org/1/devel/offlineimap>  or  HTTP
+       via  either  Gopher <URL:gopher://quux.org/1/devel/offlineimap> or HTTP
        <URL:http://quux.org/devel/offlineimap>.
 
        OfflineIMAP may also be downloaded using Subversion.  Additionally, the
-       distributed tar.gz may be updated with a simple "svn  update"  command;
+       distributed  tar.gz  may be updated with a simple "svn update" command;
        it is ready to go.  For information on getting OfflineIMAP with Subver-
-       sion,    please    visit    the    complete.org     Subversion     page
+       sion,     please     visit    the    complete.org    Subversion    page
        <URL:http://svn.complete.org/>.
 
 SEE ALSO
@@ -755,4 +784,4 @@ SEE ALSO
 
 
 
-John Goerzen                     02 June 2003                   OFFLINEIMAP(1)
+John Goerzen                     18 July 2003                   OFFLINEIMAP(1)