You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/08/18 07:27:25 UTC

[1/8] isis-site git commit: ISIS-1465: updates to docs

Repository: isis-site
Updated Branches:
  refs/heads/asf-site caac5e5c5 -> 0ceac89f5


http://git-wip-us.apache.org/repos/asf/isis-site/blob/0ceac89f/content/guides/ugtst/ugtst.html
----------------------------------------------------------------------
diff --git a/content/guides/ugtst/ugtst.html b/content/guides/ugtst/ugtst.html
index febe1e8..03b7bfb 100644
--- a/content/guides/ugtst/ugtst.html
+++ b/content/guides/ugtst/ugtst.html
@@ -1355,9 +1355,9 @@ CustomerRepository customers;</code></pre>
           <p>The example code in this section is taken from the app generated by the <a href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp archetype</a>.</p> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_1_15_0_snapshot">4.2.1. 1.15.0-SNAPSHOT</h4> 
+          <h4 id="_1_15_0_onwards">4.2.1. 1.15.0 onwards</h4> 
           <div class="paragraph"> 
-           <p>In <code>1.15.0-SNAPSHOT</code> the bootstrapping is accomplished using a combination of <code>AppManifestAbstract</code> (a framework-provided implementation of <a href="../rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping"><code>AppManifest</code></a>) and <code>IntegrationTestAbstract2</code> superclass.</p> 
+           <p>In <code>1.15.0</code> the bootstrapping is accomplished using a combination of <code>AppManifestAbstract</code> (a framework-provided implementation of <a href="../rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping"><code>AppManifest</code></a>) and <code>IntegrationTestAbstract2</code> superclass.</p> 
           </div> 
           <div class="paragraph"> 
            <p>For example, the <a href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp archetype</a>'s integration tests all inherit from this class:</p> 
@@ -1634,7 +1634,7 @@ CustomerRepository customers;</code></pre>
          </div> 
          <div class="ulist"> 
           <ul> 
-           <li> <p>for <code>1.15.0-SNAPSHOT</code>, use <code>IntegrationTestAbstract2</code></p> </li> 
+           <li> <p>as of (<code>1.15.0</code>), use <code>IntegrationTestAbstract2</code></p> </li> 
            <li> <p>for earlier releases, use (its superclass) <code>IntegrationTestAbstract</code>.</p> </li> 
           </ul> 
          </div> 
@@ -1642,9 +1642,9 @@ CustomerRepository customers;</code></pre>
           <p>This base class <a href="#_ugtst_integ-test-support_bootstrapping">bootstraps</a> the framework (caching the framework on a thread-local), and provides various utility methods and framework-provided services for use by your application’s subclass tests.</p> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__ugtst_integ-test-support_abstract-class_IntegrationTestAbstract2">4.3.1. <code>IntegrationTestAbstract2</code> (<code>1.15.0-SNAPSHOT</code>)</h4> 
+          <h4 id="__ugtst_integ-test-support_abstract-class_IntegrationTestAbstract2">4.3.1. <code>IntegrationTestAbstract2</code></h4> 
           <div class="paragraph"> 
-           <p>(As of <code>1.15.0-SNAPSHOT</code>) we recommend that your integration tests inherit from Apache Isis' <code>IntegrationTestAbstract2</code> class:</p> 
+           <p>(As of <code>1.15.0</code>) we recommend that your integration tests inherit from Apache Isis' <code>IntegrationTestAbstract2</code> class:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
@@ -1753,7 +1753,7 @@ CustomerRepository customers;</code></pre>
           <p>The recommended way to run integration tests is against an HSQLDB in-memory database. This can be done using the application’s usual <a href="../rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping"><code>AppManifest</code></a>, and then overriding JDBC URL and similar.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>Different releases of the framework have provided differing ways to accomplish this. As of <code>1.15.0-SNAPSHOT</code>, using <code>IntegrationTestAbstract2’s `bootstrapUsing</code> method will make these configuration properties as the default. In earlier releases either the helper methods in <code>AppManifest.Util</code> class or the <code>IsisConfigurationForJdoIntegTests</code> (implementation of <code>IsisConfiguration</code>) can be used.</p> 
+          <p>Different releases of the framework have provided differing ways to accomplish this. (As of <code>1.15.0</code>) using <code>IntegrationTestAbstract2’s `bootstrapUsing</code> method will make these configuration properties as the default. In earlier releases either the helper methods in <code>AppManifest.Util</code> class or the <code>IsisConfigurationForJdoIntegTests</code> (implementation of <code>IsisConfiguration</code>) can be used.</p> 
          </div> 
          <div class="paragraph"> 
           <p>Whichever approach is used, these are the configuration properties that will be overridden:</p> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/0ceac89f/content/guides/ugtst/ugtst.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugtst/ugtst.pdf b/content/guides/ugtst/ugtst.pdf
index 22d92dc..3171057 100644
--- a/content/guides/ugtst/ugtst.pdf
+++ b/content/guides/ugtst/ugtst.pdf
@@ -4,8 +4,8 @@
 << /Title (Testing)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170814204517+01'00')
-/ModDate (D:20170814204517+01'00')
+/CreationDate (D:20170818082512+01'00')
+/ModDate (D:20170818082512+01'00')
 >>
 endobj
 2 0 obj
@@ -19238,7 +19238,7 @@ endobj
 endobj
 110 0 obj
 << /Limits [(1-13-0) (_ugtst_integ-test-support_bootstrapping)]
-/Names [(1-13-0) 143 0 R (1-15-0-snapshot) 136 0 R (1-8-0-and-earlier) 152 0 R (1-9-0) 149 0 R (__ugtst) 13 0 R (__ugtst_fixture-scripts_api-and-usage_organizing) 301 0 R (__ugtst_integ-test-support_abstract-class_IntegrationTestAbstract) 170 0 R (__ugtst_integ-test-support_abstract-class_IntegrationTestAbstract2) 159 0 R (_ugtst_bdd-spec-support) 208 0 R (_ugtst_bdd-spec-support_bdd-tooling) 243 0 R (_ugtst_bdd-spec-support_how-it-works) 212 0 R (_ugtst_bdd-spec-support_key-classes) 217 0 R (_ugtst_bdd-spec-support_maven-configuration) 248 0 R (_ugtst_bdd-spec-support_writing-a-bdd-spec) 225 0 R (_ugtst_fixture-scripts) 254 0 R (_ugtst_fixture-scripts_api-and-usage) 259 0 R (_ugtst_fixture-scripts_sudo-service) 321 0 R (_ugtst_integ-test-support) 123 0 R (_ugtst_integ-test-support_abstract-class) 157 0 R (_ugtst_integ-test-support_bootstrapping) 134 0 R]
+/Names [(1-13-0) 143 0 R (1-15-0-onwards) 136 0 R (1-8-0-and-earlier) 152 0 R (1-9-0) 149 0 R (__ugtst) 13 0 R (__ugtst_fixture-scripts_api-and-usage_organizing) 301 0 R (__ugtst_integ-test-support_abstract-class_IntegrationTestAbstract) 170 0 R (__ugtst_integ-test-support_abstract-class_IntegrationTestAbstract2) 159 0 R (_ugtst_bdd-spec-support) 208 0 R (_ugtst_bdd-spec-support_bdd-tooling) 243 0 R (_ugtst_bdd-spec-support_how-it-works) 212 0 R (_ugtst_bdd-spec-support_key-classes) 217 0 R (_ugtst_bdd-spec-support_maven-configuration) 248 0 R (_ugtst_bdd-spec-support_writing-a-bdd-spec) 225 0 R (_ugtst_fixture-scripts) 254 0 R (_ugtst_fixture-scripts_api-and-usage) 259 0 R (_ugtst_fixture-scripts_sudo-service) 321 0 R (_ugtst_integ-test-support) 123 0 R (_ugtst_integ-test-support_abstract-class) 157 0 R (_ugtst_integ-test-support_bootstrapping) 134 0 R]
 >>
 endobj
 111 0 obj
@@ -25011,7 +25011,7 @@ endobj
 >>
 endobj
 129 0 obj
-<< /Length 26040
+<< /Length 26003
 >>
 stream
 q
@@ -26613,7 +26613,7 @@ ET
 BT
 48.239999999999995 85.02600000000001 Td
 /F2.0 13 Tf
-[<342e322e312e20312e31352e302d534e415053484f> 20.01953125 <54>] TJ
+<342e322e312e20312e31352e30206f6e7761726473> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -26621,7 +26621,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.095 Tw
+4.391 Tw
 
 BT
 48.239999999999995 58.46600000000002 Td
@@ -26636,12 +26636,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.095 Tw
+4.391 Tw
 
 BT
-61.680745916193175 58.46600000000002 Td
+65.97620046164772 58.46600000000002 Td
 /F6.0 10.5 Tf
-<312e31352e302d534e415053484f54> Tj
+<312e31352e30> Tj
 ET
 
 
@@ -26651,10 +26651,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.095 Tw
+4.391 Tw
 
 BT
-140.4307459161932 58.46600000000002 Td
+97.47620046164772 58.46600000000002 Td
 /F1.0 10.5 Tf
 [<2074686520626f6f74737472> 20.01953125 <617070696e67206973206163636f6d706c6973686564207573696e67206120636f6d62696e6174696f6e206f6620>] TJ
 ET
@@ -26666,10 +26666,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.095 Tw
+4.391 Tw
 
 BT
-434.9412540838068 58.46600000000002 Td
+430.64579953835226 58.46600000000002 Td
 /F6.0 10.5 Tf
 <4170704d616e69666573744162737472616374> Tj
 ET
@@ -26681,10 +26681,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.095 Tw
+4.391 Tw
 
 BT
-534.6912540838068 58.46600000000002 Td
+530.3957995383522 58.46600000000002 Td
 /F1.0 10.5 Tf
 <202861> Tj
 ET
@@ -38182,7 +38182,7 @@ endobj
 >>
 endobj
 155 0 obj
-<< /Length 26833
+<< /Length 26331
 >>
 stream
 q
@@ -38231,7 +38231,7 @@ ET
 BT
 66.24 730.866 Td
 /F1.0 10.5 Tf
-<666f7220> Tj
+<6173206f662028> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -38240,9 +38240,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-83.838 730.866 Td
+95.88149999999999 730.866 Td
 /F6.0 10.5 Tf
-<312e31352e302d534e415053484f54> Tj
+<312e31352e30> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -38251,9 +38251,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-162.588 730.866 Td
+127.3815 730.866 Td
 /F1.0 10.5 Tf
-<2c2075736520> Tj
+<292c2075736520> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -38262,7 +38262,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-187.66199999999998 730.866 Td
+156.0885 730.866 Td
 /F6.0 10.5 Tf
 <496e746567726174696f6e54657374416273747261637432> Tj
 ET
@@ -38413,40 +38413,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-BT
-240.83499999999998 615.2460000000001 Td
-/F2.0 13 Tf
-<2028> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-BT
-249.389 615.2460000000001 Td
-/F6.0 13 Tf
-<312e31352e302d534e415053484f54> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-346.889 615.2460000000001 Td
-/F2.0 13 Tf
-<29> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-3.836 Tw
+7.773 Tw
 
 BT
 48.239999999999995 588.6860000000001 Td
@@ -38461,12 +38428,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-3.836 Tw
+7.773 Tw
 
 BT
-87.05461751302082 588.6860000000001 Td
+94.92961751302082 588.6860000000001 Td
 /F6.0 10.5 Tf
-<312e31352e302d534e415053484f54> Tj
+<312e31352e30> Tj
 ET
 
 
@@ -38476,10 +38443,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.836 Tw
+7.773 Tw
 
 BT
-165.80461751302084 588.6860000000001 Td
+126.42961751302083 588.6860000000001 Td
 /F1.0 10.5 Tf
 [<29207765207265636f6d6d656e64207468617420796f757220696e74656772> 20.01953125 <6174696f6e20746573747320696e68657269742066726f6d20417061636865204973697327>] TJ
 ET
@@ -39971,7 +39938,7 @@ endobj
 >>
 endobj
 163 0 obj
-<< /Length 20468
+<< /Length 20314
 >>
 stream
 q
@@ -40564,12 +40531,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.547 Tw
+0.403 Tw
 
 BT
 48.24000000000001 302.9860000000003 Td
 /F1.0 10.5 Tf
-[<446966666572656e742072656c6561736573206f6620746865206672> 20.01953125 <616d65776f726b20686176652070726f766964656420646966666572696e67207761> 20.01953125 <797320746f206163636f6d706c69736820746869732e204173206f6620>] TJ
+[<446966666572656e742072656c6561736573206f6620746865206672> 20.01953125 <616d65776f726b20686176652070726f766964656420646966666572696e67207761> 20.01953125 <797320746f206163636f6d706c69736820746869732e20284173206f6620>] TJ
 ET
 
 
@@ -40579,27 +40546,27 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.547 Tw
+0.403 Tw
 
 BT
-510.28999999999996 302.9860000000003 Td
+511.907 302.9860000000003 Td
 /F6.0 10.5 Tf
-<312e31352e302d> Tj
+<312e31352e30> Tj
 ET
 
 
 0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
-1.338 Tw
+0.403 Tw
 
 BT
-48.24000000000001 287.20600000000024 Td
-/F6.0 10.5 Tf
-<534e415053484f54> Tj
+543.4069999999999 302.9860000000003 Td
+/F1.0 10.5 Tf
+<29> Tj
 ET
 
 
@@ -40609,12 +40576,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.338 Tw
+0.437 Tw
 
 BT
-90.24000000000001 287.20600000000024 Td
+48.24000000000001 287.20600000000024 Td
 /F1.0 10.5 Tf
-<2c207573696e6720> Tj
+<7573696e6720> Tj
 ET
 
 
@@ -40624,10 +40591,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.338 Tw
+0.437 Tw
 
 BT
-128.14447753906248 287.20600000000024 Td
+78.55980126953125 287.20600000000024 Td
 /F6.0 10.5 Tf
 <496e746567726174696f6e54657374416273747261637432> Tj
 ET
@@ -40639,10 +40606,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.338 Tw
+0.437 Tw
 
 BT
-254.1444775390625 287.20600000000024 Td
+204.55980126953128 287.20600000000024 Td
 /F7.0 10.5 Tf
 <d5> Tj
 ET
@@ -40654,10 +40621,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.338 Tw
+0.437 Tw
 
 BT
-257.1684775390625 287.20600000000024 Td
+207.58380126953128 287.20600000000024 Td
 /F6.0 10.5 Tf
 <732060626f6f7473747261705573696e67> Tj
 ET
@@ -40669,12 +40636,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.338 Tw
+0.437 Tw
 
 BT
-347.75696630859375 287.20600000000024 Td
+297.2706025390625 287.20600000000024 Td
 /F1.0 10.5 Tf
-[<206d6574686f642077696c6c206d616b> 20.01953125 <6520746865736520636f6e6669677572> 20.01953125 <6174696f6e>] TJ
+[<206d6574686f642077696c6c206d616b> 20.01953125 <6520746865736520636f6e6669677572> 20.01953125 <6174696f6e2070726f70657274696573>] TJ
 ET
 
 
@@ -40684,12 +40651,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.652 Tw
+3.214 Tw
 
 BT
 48.24000000000001 271.4260000000003 Td
 /F1.0 10.5 Tf
-<70726f70657274696573206173207468652064656661756c742e20496e206561726c6965722072656c656173657320656974686572207468652068656c706572206d6574686f647320696e20> Tj
+<6173207468652064656661756c742e20496e206561726c6965722072656c656173657320656974686572207468652068656c706572206d6574686f647320696e20> Tj
 ET
 
 
@@ -40699,10 +40666,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.652 Tw
+3.214 Tw
 
 BT
-421.5008571428571 271.4260000000003 Td
+394.4732857142857 271.4260000000003 Td
 /F6.0 10.5 Tf
 <4170704d616e69666573742e5574696c> Tj
 ET
@@ -40714,34 +40681,23 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.652 Tw
+3.214 Tw
 
 BT
-505.5008571428571 271.4260000000003 Td
+478.4732857142857 271.4260000000003 Td
 /F1.0 10.5 Tf
-<20636c617373206f72> Tj
+<20636c617373206f7220746865> Tj
 ET
 
 
 0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24000000000001 255.64600000000027 Td
-/F1.0 10.5 Tf
-<74686520> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
 BT
-66.93 255.64600000000027 Td
+48.24000000000001 255.64600000000027 Td
 /F6.0 10.5 Tf
 <49736973436f6e66696775726174696f6e466f724a646f496e7465675465737473> Tj
 ET
@@ -40752,7 +40708,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.18 255.64600000000027 Td
+221.49 255.64600000000027 Td
 /F1.0 10.5 Tf
 <2028696d706c656d656e746174696f6e206f6620> Tj
 ET
@@ -40763,7 +40719,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-342.2505 255.64600000000027 Td
+323.56050000000005 255.64600000000027 Td
 /F6.0 10.5 Tf
 <49736973436f6e66696775726174696f6e> Tj
 ET
@@ -40774,7 +40730,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-431.5005 255.64600000000027 Td
+412.81050000000005 255.64600000000027 Td
 /F1.0 10.5 Tf
 <292063616e20626520757365642e> Tj
 ET
@@ -87235,45 +87191,43 @@ endobj
 [259 333 408 1000 1000 1000 1000 220 346 346 1000 1000 250 310 250 288 559 559 559 559 559 559 559 559 559 559 286 286 559 1000 559 500 1000 705 653 613 727 623 589 713 792 367 356 700 623 937 763 742 604 742 655 543 612 716 674 1046 660 625 1000 1000 1000 359 1000 458 577 562 613 492 613 535 369 538 634 319 299 584 310 944 645 577 613 613 471 451 352 634 579 861 578 564 511 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 361 1000 1000 1000 1000 834 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 857 259 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000
  1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
 433 0 obj
-<< /Length1 11572
-/Length 7715
+<< /Length1 11400
+/Length 7632
 /Filter [/FlateDecode]
 >>
 stream
-x��zy|[Օ���=-�mY��X��}���Z-˲�oq��Q��q�x�-��B0&l!	!	aBX&�Pf��+��i��eҐ������~:�t���~���$�)�_#��{��w��,��s��0BH�<��&z=iW3�ʋa����@�[:�?B��1:�ۃ��� dʁ1w
%�o�����'`��7s_A��Ȕ�yu�i�����y����?��=��
�wO�OMs[�� d)����z��V����;B�`ח�о9��y1B�e�%}���	�(��O�gd
-�D�bI�T&W�(U��<�V���`4�-�������r{
-�> �BE��HI�4����g>���F\�:�n�B!sD�/)�!���o*�n�����jk���֛��ā[~�Llw�?��N>����z՝��>���U��L��k@CHdRB�y�R�(+Y^55,�J���������?�$}�w�P�;v���^>�QG<������G��;��%1��'�1�l�B�R���2��0\����h���jW�`,u���c��s�J-b���u�5.�ĕ2�V�;r�y�
-��� P͵/)����X�[�4	�X��-�$
-	�Wt˛{�h�߿�C{ޜ-Zh����:[VV~]Q��@D\|���{���a���c�۷�K���#��jo�ґ#�=�nݓ�%u�C�I9o"=B�+G,$���1�����JeQeX�ˢZ�]���Z��;�Y�¦{&���Y)��T����
-s����_�5�����A?;�����zo���.%~����1�Rv%?���tl�|1�Q"�M�/���_3�^�Sm	O<71���j�gS�ȝO�S_��>�'�;�<3���䞵���F��㶤�a�1��
-!΢�eV���!!3X˜�Ӑ�	_�~vė��[���kl�֛�޾�b[�.����7<��D⥹
-O�de�۫��������k�MZ��B�[5��V���e�r��ɒ�]�������-�ӝՊ����:v=?�`pH
�k㼆r�Ԑ%]�g�F1P/�ɰ?�<�'w���Ղ7l�:�?!�q��4���+���»vy���DB�-���E�1ߴ�aӇ�9����k�6�U�,���d�5[�m��H����[>	� cO|η����k,�Qt��<����!�)�8IqI��WR�����5=���e�x�s�E >�[s{�cG��<3�.}�Z�'M��`��
nz'�81����ܶꍞ�GGM�6���|�@%�����JR�ͤ������Jzj��`���GF�Kv�<3��=
����{�VU�M`,�4����h��ys���ޟ�%T�3��������u/b���ÖOn��Z�b�����YxE�k���=e���ǒ1�	|��C��z7��2����gEanƜ�<��S�\�7�O�]9
�"
-:F@G3
-���� ,C.|��d��IE�UH2���J̵���21w��‰����X�Z7P�yW��v�۷���\�֗��;�
%v�>�����ZwA�C�W���b<S�}C���՛k�
łݻ��]k+��ͽ�ҞG�B���k��*��V���ڎ`Io���;�W،���@K�O)��5���@�<�+�Y%�32b<#�N垤�8��Io0��B*�g���b���
-";{�D6:��D�fO��������
۵Xn�ttwK����h��%b�ت�Zd����_�]�r���9���;�kJw�1[�w��{��a=炯l>���z!����-��.��#���_,R�%��+�N�Q���J�b����1/t�d锢n���
-�����Vg��'�o�(+�RM6L�}��z�j�=�&i���%�`\��l�645��a��0�E��J�dL4P�T:'S�^G�od:�:o��Z\;��MB�ja�]a����v"�Mز�힪�uNqW������uIwuUQ�_�$��7����i�~��͗�>���9M�hӚ�:�.M�����X����k_r��ow2��48�&3K���t1fɁ53��*Q�k�ݯ�_����2N;}�K�����Ry ^ֳ����v�~cQ�!ë�om�Ê'�$��7f.�ൔ{Ծ�6_ۓ�?�Я��3y���+`7�*f��RF�J{y)��#�K1C����?���WXrE�<�<N�xg���>y������ ��)���'mq�V�J��2��ilƚ�5N|��A0��� լ��5p�`&�b�^���!�?�u�9�������<�(ע�S;���%1�Y|�V�R�
��_Y�O����M����i��J�dteV����cyI6e�c�?2|Ź����I���Ը�����-���{1���K����
 ��>13���7$�[�2�&���M��7:��k޸��Yf��V��u�O�u�����4�����j�K#���ҕn6�<�ҡ��Ϟh�򱳭lt4�q�gB�u
l�m[TB�M��WL�B�_u�K>��Xe�q�Eޱem$γ���;�$WL(�u��e��,���g:��%�0�K^�3��ғyc~���X�L�f�Rmv#L�dh2�b�V��*O�%�ek{ͮG���R�B�7N1R�U�����4��i0n�s�X]��40���N�q�v�����hH��|
-���Jy��Y}Ӓ�R<eżo5?9�w�3�1�^����D_ƻ4��b�馍ek6��f&N�)$g&���+�*��B�̠ھ]�ȧ�-|�UyB �t�\-}�A<ʺ°hwv��U��jؕ������~*+i���9��*�]=�y��l��������X�F|cs��Φ>��
-u"���,��2hj��M���@aqA�s�f*��r��
���EV�yg24����L�rcHx�5�3��Ze�/��~��(9/�L����]��,9O��%�_�@~f�����!����	��W�C��_��=�}��x��0��I��l��GK����{��涻�v�m���d���=ѥ�֭{�R��d��͛���j�+���lm�.��t�F�ɗ�카^���/�����+�������|������T_n���騥�ζ�f++L
�y��ƽ������V��
��{_wC�i-�0��3>rd��q��;N�����1�]�����=4��V{ӃH�m�@�Kڱg��P����V�L�-����zt��ͼ�.��w}Q���eo��/�o�[���M,v)`6'��J�1�
-�m*옌�����X턫ԚM	�M�����lk�����j���v|����4KYYz��� +�,�%��o��>��`�3���{?zp-��;��٘��L�T��-H漜dΛ���ɨo���Ȭ�؝�">S�56L6��dLn�p�&o
-f9��"�\��!�:e�i��s�W(����F��h�r'��r��Y(-3I2K*K��J�q��B�i���}���J7@����>��~EiUe�8R]�K���sU|�i4�����Jb2�J�Ҵ�`�ױ��>�j�V%��%2E�(�㒱*7!�j\�<!���)�<M�OS�5�4��ߟ��K(�^���S�=����M�C��3tZ5?��0����ɷ�c�E]�R0:���si�u󖸾b��L\���Cr�g	5h�SQ�N�t�����=m���8T�)�D[��ſ��x�
}���-�N���R�q1�PT�[��i.*t)�}Z��y�j�$���M�*�Eb�%9�(:�E����1g"Q�!�8�8��XU�3	���G�PmS!n��Y���Kn�RO���CBc�<���d��}��ld5.�K�1�NjJ�>ug��+��e�{�r�
�;�����n��PR���jf���K��*.��0W��<�%����m�H��tMQ�Wan�ӽ�UA4"�l����u��?{���዗��
 ��J�}�a�X��UYR,��<_��Ke u6���@�{mD���yE�����o9$E	G���T��#�zڢ��6��y��Y؏'�"7et4�Q�i]��t7vT8����c�����>��ٟ�1�}�K�K��sY�F�d-�jO��?�۰v���{("�-�F��;yg`KcX��q����屓���7;�1�&�]g������Q:��,_�������$[�Q�R6\�_��g�t]j�l�pԶ\w\8�VD�v��=1
-m��x˚b���0Ib��� �X�*�Z(��F}�Nنyw�F�8^P�VV��#�?T�����^�êI�Q�S�G��X�Yh��X�`lFE�f|T��pyzve	o�3m;�LΚ�;����$֨���VU��O���Z��CZ�{���C�������O4�w�g6>���'��n}������]��45���3Xɋ\+�7.�aƀo�u�E��덍�)���^{�p���޻��n�X�&���Kyv���]E��l���`Pa�˔�^�:�U5qp����ID�Rj�(Z����R�J�.�wa�[ �\�{�0��e�=}^�"�9��� �hu���B}� S��%���LjQ��#������e�_<��;�飗�p߾�`�J��w�
��^�����eVsȜ=�g�WO�����,`؟e惆�B}Ж�)�®˖���B�"RUoY��;�1�y2�Nb��[f��,��ͤ���&Cq���[J_}߬���l]��+�[�����(yWpC�A�
-o�0[����k>G��:R��7����<����֘�We��,!w�e,���9|�dn�h��6x�o���F.�t�`�ٿa*F���yL��)rQ��B5�~)���rW��\��fO��s'q�k�zӑ�a[��I���F펙�e��<O��s�gq)hyv�<ga�s�Zd��EVK�I"1]Y`�n����?��fq��a"�/g瘘-6W�g5&�Z���v؄E"��DϽ5����{�p�nj?8L��n\�g�G
-�Q1��
e�'��R���q�0��ry����֖�;g�)H�$0a��|U���N,
-�����FO.��¬���[���c�ř��\�����)�|$E9�n��7���_��
�l�{������R���\�*2�5ˊ-�F��4p�i��
���m��͋�j����M�*��[���c�,�2	Z73��/��݇�-#:�ˬn=�V�������J%�c�]������֑}�+�݉!=���	��ۭ}���{w=����w��/(��H��'g�m^9a�?�����_�z�������ɉpx�db왱Ph�����?�����^$���'���(Whp^4f���*&�df_�?`N�ò8�=~�o�A,�$�YR�=�+�7�Gۘ:����
��些_�QU����;X�q��i��%#�??��OB#����|H��m�����x\Z������ڹ��E�_O�RO�����=��)�y&�I�I�-M����i��]�.��֮����)\W_�C?��-���Q�Q���;�eU׉Ϗ�uZ#j]q�7��0GY�S���
���ӽ=�
 ����{&6o�G�jel��jj�+2yRj*��y���Z����5�Ne^����[Z��v�tn������D������,�v�+��!
��d�LN6��C>[!ȉ���:Q��3X=�T�xŐ6�}s�+���{��,�~��&��a��b?}pa�x�g
-@�f��Z$U�YV�!�
y�)�ֵm�Ad�)�~���YX���5\|Vf�j�ʍ����Y��H,LTl_c��N���N����?��x�T�F��������
'�9�j��6�^��������<��@�ŵ�L�~�Y��H���L�1��&/
-������9��!4�:�GL�Z~�?�,���
���kW�^�7o�H�
-��
d�
HhB����󸜴LQ�&~ze���8������S�/�*�C�%:ԥ�tn�@"ʤ�iZ�Y*�p�aТry#lW����D"��οC�Z� w�
-r���'�(��M
*_���e}��X��5L߸+��mt'��Y�6�o���\����%�۫�;���3N��qEZ����9��܅�%�3z���i{ܭ&���*�\9ٓ�&��s��<_>M�wF
-�~1Gg����үb��L���vC0	V$ϐ۴g�E���ӠK9��0����	9���*I��ї������mщLM��fSYm|�~��ѡJ%}�Ɛ� �J��\��l�̒f�	"C($�Q��7�R
	�1l���
���Kv�����{��lB������]&k�g��|n3? P���F6��PXӀ[��.(�S��~���v�,-cV0_Ht�+jyzƜ��^x��$?欠���3���B��1��үK,�mB��{Џ�׸�&�V�(T"m�	�
-UF�J�F}�)��˹�m�����'���}�w�o⿝fH�/풠Dp��_�����?g�eܓ�^�*�,�t��_xX��,GVg֓Y�WT*:!Fb��L9)�|h�
-b��Mh��v�����0j8���cQ�����n�t�\#��0�k�h�
-�&._;���EP��$<k����a��w��+H�9���@�_@Rꧨ�S��Tuù�zu��J�!�GF�,�\;�Q$�y��l@�Q��x`u#�9��Qdz�:���+;RPO�~�+�$���)�st#�$������OK)C����8��pOq"��q�0ˡ&y&?D�2��t>Aq(���s���gc^�mn�E:$��%1�:�����k�C�d��kh��O*CLߗ�2�I�+�"��
-�=�H��(�@W�� �r�9����^�CA�
-,UuU�j�6��գ��s-jBͨ��6�Aף8ڀ:�F��ͨmaQ��m�m�fa�Y����~G%@�Rtf?��@z!Eg��~)E'�� E'���BY8/E��;Rt�Rt�7��\$�;S�<d�Scx�
-�N��0�r��G/EOCR�0EOC�Du�.@n"��P�D���4ĕ=��9�M�!�S��O���E�N�3Q'��]�
-��]�کm����ÃC�:��Ы���Տ��t壣�6�є�����>�D�h͢I4����P�ܭ��� E�pW��P/���(���͋oM�w�p�^7��>�j�׭����Q�0j;b
T���A;��֎��O�N�D���ؠΩ[zYǎ\#�X.��8�'�z@�0���	�
��uJ�j��:8�?95<>�+ty���!ff�bp��B.���f�P9|�Z�����ϊ����'{��=�#���>Y�`�5a� ���Ϫ7�F�6�"��;�a:��w[k��U�SÃc�����
ޮb}�x{����U=�=�����i����>ݶY�u�}��V�KӬ�3�f��2��U"�m�������b��w���5Ț��;�pO�ȸ�
�ix��g���ǒM],=�'�K�Ɲ�s�NW"��zjz�ox|����D��{
-h3 �q��l
-,63��?���וO���)�ġ[C��v��ߩ��;�����a��N9��qɻ��8��:��L /ӱ�E��t�&QL��+���U;7ַg�Tp�����˥O��V�&�s�0eY�l6Â�/ҵom�*�/X��v��c��3��H0�g24qI��<ġ�
+x��zyxS����{�X�eI�bI�VK��Ւ%Y�ey�W�7�0`��wl��K�CHB$$�LH���!4C3-ʹI�i���0)%���fB&K�tx2yR�/߹W2�	M毑��{﹯����=�9��!r#�w���_���’������W�p�3��gF�z��>��B�;a�]���mߤ�3�,�38��-n�D(�+�ύw�>�bx
+!S��V�<��C?��"������s
+����ӣ�񾷫��!3<�f���."do��~80b�"��\��<$��py�AjZ�0#�@$�dJerE�R��F9��:���;��d��Y�mv���.�x��(
+�J��/���4������F�!2'A�
+%�8 ��
e���/]y���+/��=�$����ٓ��U��V{+�����+�}��^o$y:	�OCHdRB�y�RO++Y^��,�J�ק��}�?�O�;F_�쟪�GN������_�9@�
+K	�GCȤB�hp;T�R�!�T��a��ԡ:��E"s��,5���R�u׹D#W��w
+�8������	T}����5�0Z@`�j� ,�%��R�8A����Ew��s��6n���o��5����`�5##��(X�/".�@����_`ŋ/b��7�M�ҁ�ϴ�=s�����^���6�A4I9o =B^+G,$��L�����s\eV�Y���Z�M���.o���8Ea�=O�x-�n,���|��g�x�P�1������A?�����z���z.%}�f��+c�%�J~"+h������Rd�D<�:[�]���^�l�����a|��%�f����mOu�UW�[�Ǿ���4=��W��偢�������A�1�!�g^�"��pBq���̾EN�iH愯L=?��vG���uE���Vk�m���U��LkT���<�xa<�ʖ
+w�De鶍�u��4/��m)�J�7T賣��
5ywۚ�*���(Y��__�g���\5�Q�H-h��}�v7��`�V�i�����,�
+=6���z�W��!��zr��QjP�y�ưC=�+�
+眣�/�{�i��8޺�]���m�{�V��l�.��5�ue��nʤ��Z�Vi �RƂQx�L}���$�z0F�n�$��{��޵U�GvX"~�����	�E�4�NI�H�K�DޒJ���^����&��:V/S�b[t���|�75�g"ަ�VIr��X��pSS8�����8�V�v�V�۫�����S;*��%�fP�n&
�7�?(E<\�]�ϕ��V�{l��d��?�Q_���<����E�4���Ҡ+�-�������~u�P-O/����{kW���?|�?��i�k��*gg�{�8�(9������cO$bp
��vM���
�l���0n%�s�i[�ٹ_S�}�|���	�a�1:�P-G(�2�ķ�N�	�d4[�$)��t�\+J�0swl/?}��F�����{[L5�޼�3[Bxַ�Dg���d(�)����t׸��튜�V��o�銍��5��^�k0�����\^�w�퉗v?6(ݸ�ms����RS�+ִ�Kzj,߾��j���˼J���	|Wz�^y�J�����
 �If2�$Tĉ�Mz��<HR9>��f��0#?��}�QAV�~����p�l���ؙ�
�>*�ߨ��`����Kj)_aw�S��!����,?30vz{m�qz�����!..+�~f��N<���Ú�_Y|�'\:�X�5�[&&�$؝G��!�X��Kbs�+��Q��`%~9Co�g��:�3tJQ���T�B�O�R��f���O'��J�&&g���I�v�����L�L����5.on���76��� 6�`9`�#'
+����ɘh���t&N�6�����t�%u�]_\3��E@�an�Ma��s,�6"�s�yn��ѮuVqg������,uIWU=U�+�$���/��w�)مv�՛�:�ڵ-�ʑ�ec��[5�����b%����Ⴟ]����D�暙Y��]<K�c��_6�Q�e:GNm?E}�}ͫ8��m�L�˻J�XY�Ζ\�����
i�m}s!�x��a�/FMe�<�r�����m}���?<P��
�n��n*�U�z˥�����Pr	G�b��9��#��~8�S��E��<F}����>v����Бa?��q��_�%lq�Z�JY�*��	lškի�~ʬA0��� դ��5p�`&�b�^���!�?���29�3�5����(۬�Q��	�%�y|�VmU�
]�8_Y�G~h/�N�wu/k������ʬ7X���l�(4E�3|��y��	���Ԙ�
+���Ν���1��ˬ������]�����2�&���
��3~�5g���me��rM��|�p��5����!��VMܧ�:5�ۿ�.usnĭ.���n���.;Z�FF2rCv�d ���-�m`�JȿI���)���7�'ƒ�3V��T�m��υY�s̲�<�
+�b��[1��$��q����',�F�����4޳�d֘W����1��Y�P��
+S0�L|�X�����b�[���^�����������̄���A\d؉��fvUכ
+���E��or�����Ǘ9e�M�}��l4$ps>�Po%�<@̬�)��	)��`�w����;�i�–���:����jE��h�m��ܖL���L�ƒ>H�LP?/[LU�v�A�q��]�G������@�������ط�x�u�a���\��vOְK
/K᭵��dF���3r$EU`�vr�'�+�����������H�K�M���
+t"�g�$����"�q�&*��� �g9LT�5)��,�[J��K�ⳎDh�<��y�F?�q�tfR�M����W��ϿB_{9��9y�k�}in۱�kG���z����m�=�����Yܓ\~fŊg.'j;���ؼ�N�l��aH/��6�R���Ǫ%�<�V�^�z������4l�ԪC뫚)���{�ӯ�Smq�.�t��[��h�i���bj�z�kU���$^\�-Nt�DmF�<����L�pIg�!���5�����l::\����(
+W���]���C��yWZ�����:��;V;%-�–�H�}��]�:)f3_�Se�YY��q����mk�,�y�
+�0��ߴ�~F�e�z&#��`.1V;�,�dR�R�Y��*�R�<ze!�P5R��p7�GO�m𛤬,=����[�O���s�r.�3�2��͝;�d9�1ۉ7��ik���.�O䜬DΙ���щ�w�ջȌ��;�il�Fk��h$��4��2�L�$&�2F�y,R�"SCBu�d��P�P.�ѝ��
�17�E���VӸg��K'��,�}*��q��	1�*6׵�(�
O�ʔz�s����lq��*�KUg���ܑ���7�*E�ɈKȒHS������:���J��Kd����%#Q!�h��9B��O����ޝ�2:4j�eWi8��;U)�PB�9�g��{�4�Mkz��tZ5�gI3�z��ȟ�F�K�|�`d���g���u1}�d	�W������j�'���������s�M���@)�\m~�1S�v�5�y<�3��:[���̥LCQ�7w-�TT�T�~��Xo���1�ѕ��U�xJb�%Y�X�E�����G<^�&���8�>����������	�ڪB܈�
 i�2#��쪅�r7Ջ�(��y���	�̛�泑�8߯�z�h��,*��x��6���ŧK`O���F�~؟��6���6��$��8:������|������%OrI}qq�>��.]V��Q�Zwt�}�_��>k8/3o�֕��q7yc��k�g�Rd��,#�,)�ry\�7�
�2�:�x�?Ե<$��[�9Ev�����8$E	��z���T��-��[�}k��G���YX���"e��4��Y]��p5�W�9������>���߲1�u����cQ�V�d-�l��M?�Y�|��{��)B��F��;�ͷ�!(Qf9�I�w���w��M}ĭ�u��l�'������1Ûmi.���:!?I�V.T��
��@��!��/Z��!�N3��]%�O
��)^��X&�(L�X�(1����H�-ao�C�j�U�ď�W���{��U)m%�A��nѤl����#W7��,0r��F06�B`3>�g�8�<=����7뙶l&gM����
KXy�;;��{:3v�Ί�n�
 ��R�S�[S�ܽ���x��Θs6�a�ٝ�?x�.r��w
�r26�TۛJr��
+H^�Z��m�2�����{p�h,,�זs�t���#=�5��-Ȳ�(s��/�ؼ�.v!~��a��~�կ�*S{��Pgt|�\a�J%EK�M��hڀnKF8+��h߃��sc����&$�e���z���;��l�ԙ7�n������%U���?5�j0h��jY���M��ng큏���we��Ujwe�cy@w�b�V��ZXf1L��;������_j�|��h�.���y~��2*l�L�N�*�+B�:���]~�I̓�t���<]f	<�wt:5U�(�5�\
+Q����wL*�� ���_���e���0�&���*5�#��u&s���o��s��a�1��1|�*j>?��s�Fl�8�Q�Df�s{(c�-+��g%r�D[ո��t�*��Ph��VT�
+WMF�[aS*h��T��@��_��8���gף�������\�I��Z�޴'v�o,�Ka&��T�"&c�;'�]f4E\�iD\Z��P�57�9d)2���"��(W"�-�:��(�'>{<Q� ��y�D _��11[l.1�͘j��n�
+�V�4*G�����p��k��Q�ywn��!2f��5p�Mx�}����P&y���.��7�K-G�3��hs��֤�Y�LA$�	�,�%���-۰�?Z���E�6|lQ=d�4�Yv�ޒ��fG�*g``���Ɩ�N�e!��GB�v�b�W?L�xY��99m��ǥ�
I��Ȅ����䷌T��o��j����$ںk������uk�Q��;���e�)��
+Z�2�/��}�]��!:>ˬn=�V�?�����R%�g����#7M�#�W�$Bzf	����ۥ]������:���[��]7�Px[C���=�z䄕������뱪������ƃ��c���F����w��EuB�
�H�-UOdk�Q���<o&�&��ELd�L�!~ؔ"�e7�xc�?�D��#vXtI��8溉S�W��[�:���Ɔ_mb�ͫp�*���у��V�^�r�c�}����o�����ᾍ��IR"j*@���d<.�{T�{Ĺ�6��8_����V��]�623q��)
+KNna�"���}�
+����hR�G�UN�ʖ����|yn���"�~��N��;�C����w�M]'�0v��a	U�u�-��,eqw튻W9"S��t���_�Zv�������
+gh�4����	R��k�r�7��s9�9�+��Z�h�c��T��o�\:}�˝�n�+_�������S�4���ya�h��>���2�B����t�@]��j�1�ɊAmD�"��W#��w�%��-k���
+
��s;��=��7#U��"ɲͼ$yo���=���u���K"��D�w2rK5YV�_��ge���a_�1��ſv���s��Ym-��x��P͋�uxU�x�o�.ۍ~R��qq���N6s��L��H����dj��k �Ĵ�t�n�I��H2�=�t�1��$/	������-ЉCh�uJ������¬��G��.;�mP28�_E�{p0o���%2���[6��2ɯ~��󸜔tQ�~je��Si������?���k��`�p�vui8�� ���)n�Vu����0�����T%�Bw<�f�xf�"�ϵ��t�Y�x����צ��
+�7�@԰>T@,��j�o\��\�6��\����[m#�%������ѿ��&��R�pEZ��C�Y�Uܹo$�3z���i[̥&��*�\9ѝ�&������oM��BL����i<�,T1�b��c�v���+��ɭڽ�ڢd��YХ�y3�(!$yB�d�%�"au0���裞պ�:QncS�)��&6�X�q��`��~(Mc�S�%UB��b2�gH���&��(h�k�����������=�Fkm�ͅ];[�9	g&�u�]����\K�k�ɼ.?,Pg�R\F6�MPXӀ[�x�|����a�֦����f��� ���mQ�Ss���E�6rc�>�_��g�X��5�t�1�����MBN��_�Q�tj�:N}�qr����7ʝ�ɣx����y�)��R�RO�R��/�e*?�X�մ���~�v%�+�����
+�N�Œ挃�D�D"�"���M�QA�A;�F��3���p�P��
+Gk�3ϸ\��t� �m����ߠ �>���P�� q��I�G�,�����Y��Qø�(㥜�H�9���@�_DR�ר�S��Tu���zu��BmA'���Y8޺~��H\��Y�n�>��V��BV�&��tuf���W96����B�K�C����	��
t�`����?�,��@"�6���{�"���y��,��ę|��+"R�š���#��e����=+�嚦��C�zѮC�����z�i� ��\�G����O)bz�T���H}�ɠW@��D*�F�(45C7�r�!�ڑ9a%pCu�E~��+UtEQd�T��P=Z�5�&ԌZP+Ԝ+Q�B�h5Z�֢��E��7ܰ��E�)f�;��m��Kҙ��ǒtQ�$�yo�J�N"�Q�N�I:�2pN�N!
�'���'���NҹH�7'�yȀ�&��P�H��0�J��G�/IOAR� IOAyDU�.@."��P'�T���4��$=��Y7~��!ے�4�O$���I�H��Q��$]��$]�ڨ
�c�3C�S:�����
 ��Ս�8u�##�V�Ѥ��o�oⶾ^'�Dch͠	4�� ��0���;�h����$��Ӂ��5�����x��{��qljL��ob�cF����!�_16��p�]>6:653H��C�:�n��:v�r9�r��	<q�
�>�8n!��Rnf���c}�Cc����P7=����AX�	v*��i4X�h����w0�YqC��n��Dwo_�{bX7ֿ�'��&�c
+�t���X�&�0��Xd�tǷL�2�~k���h�����n��;~�oGY�2�e!��x�{�[7=:84:����׫�0����w�(|i��q��P��r���C@��`zofpjj������s�&v���]�.2�b�t
+�_y����\��c��N����p�&}�Jr޼y�3�T�e=95�;4v����,E��{h� �a��ot,6=��7���ӕ�w��)�Į�C��
v���ɤ�;�����a��N9��q���߱��@�0��H�n�slb�5�@1�j���j\Q�`P�Z��ER��yl��.�>	��JX9a�U��e����
����(�oX��v����3��H0�g24~9��?��
 endstream
 endobj
 434 0 obj
@@ -87301,7 +87255,7 @@ x
 endstream
 endobj
 436 0 obj
-[259 1000 1000 1000 1000 1000 1000 1000 399 399 1000 1000 1000 310 293 288 559 559 559 559 559 559 559 559 559 559 1000 1000 1000 1000 1000 1000 1000 752 671 667 767 652 621 769 818 400 368 733 653 952 788 787 638 1000 1000 585 652 747 698 1066 731 1000 1000 1000 1000 1000 1000 1000 1000 599 648 526 648 570 407 560 666 352 345 636 352 985 666 612 645 1000 522 487 404 666 605 855 645 579 528 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 100
 0 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
+[259 1000 1000 1000 1000 1000 1000 1000 399 399 1000 1000 1000 1000 293 288 559 559 559 559 559 559 559 559 559 559 1000 1000 1000 1000 1000 1000 1000 752 671 667 767 652 621 769 818 400 368 733 653 952 1000 787 638 1000 1000 585 652 747 698 1066 731 1000 1000 1000 1000 1000 1000 1000 1000 599 648 526 648 570 407 560 666 352 345 636 352 985 666 612 645 1000 522 487 404 666 605 855 645 579 528 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1
 000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
 437 0 obj
 << /Length1 2140
@@ -87730,365 +87684,365 @@ xref
 0000331463 00000 n 
 0000331773 00000 n 
 0000331819 00000 n 
-0000332771 00000 n 
-0000333328 00000 n 
-0000333374 00000 n 
-0000333612 00000 n 
-0000333841 00000 n 
-0000334077 00000 n 
-0000334325 00000 n 
-0000346739 00000 n 
-0000347006 00000 n 
-0000347233 00000 n 
-0000347483 00000 n 
-0000376428 00000 n 
-0000376687 00000 n 
-0000376733 00000 n 
-0000376790 00000 n 
-0000377022 00000 n 
-0000416427 00000 n 
-0000416687 00000 n 
-0000416906 00000 n 
-0000443001 00000 n 
-0000443298 00000 n 
-0000443508 00000 n 
-0000443715 00000 n 
-0000443969 00000 n 
-0000444015 00000 n 
-0000444250 00000 n 
-0000444308 00000 n 
-0000475389 00000 n 
-0000475672 00000 n 
-0000475917 00000 n 
-0000476152 00000 n 
-0000476380 00000 n 
-0000476570 00000 n 
-0000476628 00000 n 
-0000528596 00000 n 
-0000528856 00000 n 
-0000529064 00000 n 
-0000565120 00000 n 
-0000565387 00000 n 
-0000565433 00000 n 
-0000565628 00000 n 
-0000565875 00000 n 
-0000565933 00000 n 
-0000607595 00000 n 
-0000607837 00000 n 
-0000634725 00000 n 
-0000635022 00000 n 
-0000635068 00000 n 
-0000635253 00000 n 
-0000635310 00000 n 
-0000635539 00000 n 
-0000635758 00000 n 
-0000635987 00000 n 
-0000656510 00000 n 
-0000656843 00000 n 
-0000657052 00000 n 
-0000657259 00000 n 
-0000657496 00000 n 
-0000657717 00000 n 
-0000657944 00000 n 
-0000658001 00000 n 
-0000658963 00000 n 
-0000659159 00000 n 
-0000659216 00000 n 
-0000659463 00000 n 
-0000689522 00000 n 
-0000689789 00000 n 
-0000690053 00000 n 
-0000690111 00000 n 
-0000690360 00000 n 
-0000702276 00000 n 
-0000702581 00000 n 
-0000702782 00000 n 
-0000702974 00000 n 
-0000717330 00000 n 
-0000717387 00000 n 
-0000750927 00000 n 
-0000751252 00000 n 
-0000751421 00000 n 
-0000751479 00000 n 
-0000751670 00000 n 
-0000788881 00000 n 
-0000789167 00000 n 
-0000789213 00000 n 
-0000789439 00000 n 
-0000812348 00000 n 
-0000812657 00000 n 
-0000812714 00000 n 
-0000812951 00000 n 
-0000813198 00000 n 
-0000813437 00000 n 
-0000813687 00000 n 
-0000815461 00000 n 
-0000815728 00000 n 
-0000815954 00000 n 
-0000816192 00000 n 
-0000831795 00000 n 
-0000832136 00000 n 
-0000832182 00000 n 
-0000832402 00000 n 
-0000832631 00000 n 
-0000832825 00000 n 
-0000832882 00000 n 
-0000833097 00000 n 
-0000833331 00000 n 
-0000833559 00000 n 
-0000833796 00000 n 
-0000833854 00000 n 
-0000834087 00000 n 
-0000834145 00000 n 
-0000853479 00000 n 
-0000853746 00000 n 
-0000853792 00000 n 
-0000853849 00000 n 
-0000853906 00000 n 
-0000853963 00000 n 
-0000884302 00000 n 
-0000884614 00000 n 
-0000884832 00000 n 
-0000885070 00000 n 
-0000885315 00000 n 
-0000885546 00000 n 
-0000885801 00000 n 
-0000886052 00000 n 
-0000927035 00000 n 
-0000927289 00000 n 
-0000927527 00000 n 
-0000927907 00000 n 
-0000962661 00000 n 
-0000963003 00000 n 
-0000963381 00000 n 
-0000963588 00000 n 
-0000963819 00000 n 
-0000963865 00000 n 
-0000964067 00000 n 
-0000964268 00000 n 
-0000964495 00000 n 
-0000964702 00000 n 
-0000964748 00000 n 
-0000964996 00000 n 
-0000987051 00000 n 
-0000987292 00000 n 
-0001002039 00000 n 
-0001002332 00000 n 
-0001002378 00000 n 
-0001002595 00000 n 
-0001002859 00000 n 
-0001016648 00000 n 
-0001016923 00000 n 
-0001016969 00000 n 
-0001017026 00000 n 
-0001017263 00000 n 
-0001017506 00000 n 
-0001017744 00000 n 
-0001040320 00000 n 
-0001040596 00000 n 
-0001040830 00000 n 
-0001041042 00000 n 
-0001041276 00000 n 
-0001067698 00000 n 
-0001067958 00000 n 
-0001068181 00000 n 
-0001120129 00000 n 
-0001121493 00000 n 
-0001121771 00000 n 
-0001121975 00000 n 
-0001167007 00000 n 
-0001167211 00000 n 
-0001176486 00000 n 
-0001176765 00000 n 
-0001218347 00000 n 
-0001218545 00000 n 
-0001218782 00000 n 
-0001235163 00000 n 
-0001235422 00000 n 
-0001235468 00000 n 
-0001235695 00000 n 
-0001302357 00000 n 
-0001302617 00000 n 
-0001302854 00000 n 
-0001310747 00000 n 
-0001311014 00000 n 
-0001342961 00000 n 
-0001343215 00000 n 
-0001351572 00000 n 
-0001351866 00000 n 
-0001352116 00000 n 
-0001352173 00000 n 
-0001352421 00000 n 
-0001385636 00000 n 
-0001385925 00000 n 
-0001385971 00000 n 
-0001386222 00000 n 
-0001386446 00000 n 
-0001386845 00000 n 
-0001408448 00000 n 
-0001410784 00000 n 
-0001411049 00000 n 
-0001411242 00000 n 
-0001420533 00000 n 
-0001421354 00000 n 
-0001421559 00000 n 
-0001444647 00000 n 
-0001452265 00000 n 
-0001452545 00000 n 
-0001452741 00000 n 
-0001452990 00000 n 
-0001453047 00000 n 
-0001468754 00000 n 
-0001469034 00000 n 
-0001469256 00000 n 
-0001469313 00000 n 
-0001469537 00000 n 
-0001524299 00000 n 
-0001524554 00000 n 
-0001524681 00000 n 
-0001524802 00000 n 
-0001524927 00000 n 
-0001525053 00000 n 
-0001525192 00000 n 
-0001525332 00000 n 
-0001525491 00000 n 
-0001525641 00000 n 
-0001525788 00000 n 
-0001525937 00000 n 
-0001526097 00000 n 
-0001526270 00000 n 
-0001526443 00000 n 
-0001526605 00000 n 
-0001526770 00000 n 
-0001526926 00000 n 
-0001527075 00000 n 
-0001527226 00000 n 
-0001527389 00000 n 
-0001527543 00000 n 
-0001527695 00000 n 
-0001527840 00000 n 
-0001527998 00000 n 
-0001528149 00000 n 
-0001528316 00000 n 
-0001528476 00000 n 
-0001528657 00000 n 
-0001528832 00000 n 
-0001529008 00000 n 
-0001529186 00000 n 
-0001529379 00000 n 
-0001529576 00000 n 
-0001529763 00000 n 
-0001529952 00000 n 
-0001530123 00000 n 
-0001530294 00000 n 
-0001530480 00000 n 
-0001530666 00000 n 
-0001530851 00000 n 
-0001531036 00000 n 
-0001531220 00000 n 
-0001531406 00000 n 
-0001531599 00000 n 
-0001531794 00000 n 
-0001531981 00000 n 
-0001532168 00000 n 
-0001532357 00000 n 
-0001532548 00000 n 
-0001532718 00000 n 
-0001532888 00000 n 
-0001533070 00000 n 
-0001533252 00000 n 
-0001533432 00000 n 
-0001533612 00000 n 
-0001533799 00000 n 
-0001533986 00000 n 
-0001534166 00000 n 
-0001534348 00000 n 
-0001534536 00000 n 
-0001534726 00000 n 
-0001534884 00000 n 
-0001535053 00000 n 
-0001535224 00000 n 
-0001535405 00000 n 
-0001535574 00000 n 
-0001535756 00000 n 
+0000332770 00000 n 
+0000333327 00000 n 
+0000333373 00000 n 
+0000333611 00000 n 
+0000333840 00000 n 
+0000334076 00000 n 
+0000334324 00000 n 
+0000346738 00000 n 
+0000347005 00000 n 
+0000347232 00000 n 
+0000347482 00000 n 
+0000376427 00000 n 
+0000376686 00000 n 
+0000376732 00000 n 
+0000376789 00000 n 
+0000377021 00000 n 
+0000416426 00000 n 
+0000416686 00000 n 
+0000416905 00000 n 
+0000442963 00000 n 
+0000443260 00000 n 
+0000443470 00000 n 
+0000443677 00000 n 
+0000443931 00000 n 
+0000443977 00000 n 
+0000444212 00000 n 
+0000444270 00000 n 
+0000475351 00000 n 
+0000475634 00000 n 
+0000475879 00000 n 
+0000476114 00000 n 
+0000476342 00000 n 
+0000476532 00000 n 
+0000476590 00000 n 
+0000528558 00000 n 
+0000528818 00000 n 
+0000529026 00000 n 
+0000565082 00000 n 
+0000565349 00000 n 
+0000565395 00000 n 
+0000565590 00000 n 
+0000565837 00000 n 
+0000565895 00000 n 
+0000607557 00000 n 
+0000607799 00000 n 
+0000634185 00000 n 
+0000634482 00000 n 
+0000634528 00000 n 
+0000634713 00000 n 
+0000634770 00000 n 
+0000634999 00000 n 
+0000635218 00000 n 
+0000635447 00000 n 
+0000655816 00000 n 
+0000656149 00000 n 
+0000656358 00000 n 
+0000656565 00000 n 
+0000656802 00000 n 
+0000657023 00000 n 
+0000657250 00000 n 
+0000657307 00000 n 
+0000658269 00000 n 
+0000658465 00000 n 
+0000658522 00000 n 
+0000658769 00000 n 
+0000688828 00000 n 
+0000689095 00000 n 
+0000689359 00000 n 
+0000689417 00000 n 
+0000689666 00000 n 
+0000701582 00000 n 
+0000701887 00000 n 
+0000702088 00000 n 
+0000702280 00000 n 
+0000716636 00000 n 
+0000716693 00000 n 
+0000750233 00000 n 
+0000750558 00000 n 
+0000750727 00000 n 
+0000750785 00000 n 
+0000750976 00000 n 
+0000788187 00000 n 
+0000788473 00000 n 
+0000788519 00000 n 
+0000788745 00000 n 
+0000811654 00000 n 
+0000811963 00000 n 
+0000812020 00000 n 
+0000812257 00000 n 
+0000812504 00000 n 
+0000812743 00000 n 
+0000812993 00000 n 
+0000814767 00000 n 
+0000815034 00000 n 
+0000815260 00000 n 
+0000815498 00000 n 
+0000831101 00000 n 
+0000831442 00000 n 
+0000831488 00000 n 
+0000831708 00000 n 
+0000831937 00000 n 
+0000832131 00000 n 
+0000832188 00000 n 
+0000832403 00000 n 
+0000832637 00000 n 
+0000832865 00000 n 
+0000833102 00000 n 
+0000833160 00000 n 
+0000833393 00000 n 
+0000833451 00000 n 
+0000852785 00000 n 
+0000853052 00000 n 
+0000853098 00000 n 
+0000853155 00000 n 
+0000853212 00000 n 
+0000853269 00000 n 
+0000883608 00000 n 
+0000883920 00000 n 
+0000884138 00000 n 
+0000884376 00000 n 
+0000884621 00000 n 
+0000884852 00000 n 
+0000885107 00000 n 
+0000885358 00000 n 
+0000926341 00000 n 
+0000926595 00000 n 
+0000926833 00000 n 
+0000927213 00000 n 
+0000961967 00000 n 
+0000962309 00000 n 
+0000962687 00000 n 
+0000962894 00000 n 
+0000963125 00000 n 
+0000963171 00000 n 
+0000963373 00000 n 
+0000963574 00000 n 
+0000963801 00000 n 
+0000964008 00000 n 
+0000964054 00000 n 
+0000964302 00000 n 
+0000986357 00000 n 
+0000986598 00000 n 
+0001001345 00000 n 
+0001001638 00000 n 
+0001001684 00000 n 
+0001001901 00000 n 
+0001002165 00000 n 
+0001015954 00000 n 
+0001016229 00000 n 
+0001016275 00000 n 
+0001016332 00000 n 
+0001016569 00000 n 
+0001016812 00000 n 
+0001017050 00000 n 
+0001039626 00000 n 
+0001039902 00000 n 
+0001040136 00000 n 
+0001040348 00000 n 
+0001040582 00000 n 
+0001067004 00000 n 
+0001067264 00000 n 
+0001067487 00000 n 
+0001119435 00000 n 
+0001120799 00000 n 
+0001121077 00000 n 
+0001121281 00000 n 
+0001166313 00000 n 
+0001166517 00000 n 
+0001175792 00000 n 
+0001176071 00000 n 
+0001217653 00000 n 
+0001217851 00000 n 
+0001218088 00000 n 
+0001234469 00000 n 
+0001234728 00000 n 
+0001234774 00000 n 
+0001235001 00000 n 
+0001301663 00000 n 
+0001301923 00000 n 
+0001302160 00000 n 
+0001310053 00000 n 
+0001310320 00000 n 
+0001342267 00000 n 
+0001342521 00000 n 
+0001350878 00000 n 
+0001351172 00000 n 
+0001351422 00000 n 
+0001351479 00000 n 
+0001351727 00000 n 
+0001384942 00000 n 
+0001385231 00000 n 
+0001385277 00000 n 
+0001385528 00000 n 
+0001385752 00000 n 
+0001386151 00000 n 
+0001407754 00000 n 
+0001410090 00000 n 
+0001410355 00000 n 
+0001410548 00000 n 
+0001419839 00000 n 
+0001420660 00000 n 
+0001420865 00000 n 
+0001443953 00000 n 
+0001451571 00000 n 
+0001451851 00000 n 
+0001452047 00000 n 
+0001452296 00000 n 
+0001452353 00000 n 
+0001468060 00000 n 
+0001468340 00000 n 
+0001468562 00000 n 
+0001468619 00000 n 
+0001468843 00000 n 
+0001523605 00000 n 
+0001523860 00000 n 
+0001523987 00000 n 
+0001524108 00000 n 
+0001524233 00000 n 
+0001524359 00000 n 
+0001524498 00000 n 
+0001524638 00000 n 
+0001524797 00000 n 
+0001524947 00000 n 
+0001525094 00000 n 
+0001525243 00000 n 
+0001525403 00000 n 
+0001525576 00000 n 
+0001525749 00000 n 
+0001525911 00000 n 
+0001526076 00000 n 
+0001526232 00000 n 
+0001526381 00000 n 
+0001526532 00000 n 
+0001526695 00000 n 
+0001526849 00000 n 
+0001527001 00000 n 
+0001527146 00000 n 
+0001527304 00000 n 
+0001527455 00000 n 
+0001527622 00000 n 
+0001527782 00000 n 
+0001527963 00000 n 
+0001528138 00000 n 
+0001528314 00000 n 
+0001528492 00000 n 
+0001528685 00000 n 
+0001528882 00000 n 
+0001529069 00000 n 
+0001529258 00000 n 
+0001529429 00000 n 
+0001529600 00000 n 
+0001529786 00000 n 
+0001529972 00000 n 
+0001530157 00000 n 
+0001530342 00000 n 
+0001530526 00000 n 
+0001530712 00000 n 
+0001530905 00000 n 
+0001531100 00000 n 
+0001531287 00000 n 
+0001531474 00000 n 
+0001531663 00000 n 
+0001531854 00000 n 
+0001532024 00000 n 
+0001532194 00000 n 
+0001532376 00000 n 
+0001532558 00000 n 
+0001532738 00000 n 
+0001532918 00000 n 
+0001533105 00000 n 
+0001533292 00000 n 
+0001533472 00000 n 
+0001533654 00000 n 
+0001533842 00000 n 
+0001534032 00000 n 
+0001534190 00000 n 
+0001534359 00000 n 
+0001534530 00000 n 
+0001534711 00000 n 
+0001534880 00000 n 
+0001535062 00000 n 
+0001535242 00000 n 
+0001535529 00000 n 
+0001535607 00000 n 
+0001535744 00000 n 
 0001535936 00000 n 
-0001536223 00000 n 
-0001536301 00000 n 
-0001536438 00000 n 
-0001536630 00000 n 
-0001536855 00000 n 
-0001537030 00000 n 
-0001537259 00000 n 
-0001537500 00000 n 
-0001537752 00000 n 
-0001538024 00000 n 
-0001538260 00000 n 
-0001538464 00000 n 
-0001538692 00000 n 
-0001538872 00000 n 
-0001539073 00000 n 
-0001539338 00000 n 
-0001539535 00000 n 
-0001539754 00000 n 
-0001539974 00000 n 
-0001540181 00000 n 
-0001540475 00000 n 
-0001540669 00000 n 
-0001540866 00000 n 
-0001541067 00000 n 
-0001541319 00000 n 
-0001541536 00000 n 
-0001541754 00000 n 
-0001542016 00000 n 
-0001542206 00000 n 
-0001542407 00000 n 
-0001542635 00000 n 
-0001542824 00000 n 
-0001543031 00000 n 
-0001543275 00000 n 
-0001543458 00000 n 
-0001543644 00000 n 
-0001544050 00000 n 
-0001552829 00000 n 
-0001553045 00000 n 
-0001554408 00000 n 
-0001555464 00000 n 
-0001563271 00000 n 
-0001563492 00000 n 
-0001564855 00000 n 
-0001565932 00000 n 
-0001567155 00000 n 
-0001567366 00000 n 
-0001567674 00000 n 
-0001568589 00000 n 
-0001572729 00000 n 
-0001572959 00000 n 
-0001574322 00000 n 
-0001575439 00000 n 
-0001579529 00000 n 
-0001579755 00000 n 
-0001581118 00000 n 
-0001582222 00000 n 
-0001588029 00000 n 
-0001588243 00000 n 
-0001589606 00000 n 
-0001590657 00000 n 
-0001592085 00000 n 
-0001592303 00000 n 
-0001593666 00000 n 
-0001594804 00000 n 
-0001597161 00000 n 
-0001597375 00000 n 
-0001597717 00000 n 
-0001598855 00000 n 
-0001600017 00000 n 
-0001600233 00000 n 
-0001600536 00000 n 
+0001536161 00000 n 
+0001536336 00000 n 
+0001536565 00000 n 
+0001536806 00000 n 
+0001537058 00000 n 
+0001537330 00000 n 
+0001537566 00000 n 
+0001537770 00000 n 
+0001537998 00000 n 
+0001538178 00000 n 
+0001538379 00000 n 
+0001538644 00000 n 
+0001538841 00000 n 
+0001539060 00000 n 
+0001539280 00000 n 
+0001539487 00000 n 
+0001539781 00000 n 
+0001539975 00000 n 
+0001540172 00000 n 
+0001540373 00000 n 
+0001540625 00000 n 
+0001540842 00000 n 
+0001541060 00000 n 
+0001541322 00000 n 
+0001541512 00000 n 
+0001541713 00000 n 
+0001541941 00000 n 
+0001542130 00000 n 
+0001542337 00000 n 
+0001542581 00000 n 
+0001542764 00000 n 
+0001542950 00000 n 
+0001543356 00000 n 
+0001552135 00000 n 
+0001552351 00000 n 
+0001553714 00000 n 
+0001554770 00000 n 
+0001562494 00000 n 
+0001562715 00000 n 
+0001564078 00000 n 
+0001565157 00000 n 
+0001566380 00000 n 
+0001566591 00000 n 
+0001566899 00000 n 
+0001567814 00000 n 
+0001571954 00000 n 
+0001572184 00000 n 
+0001573547 00000 n 
+0001574664 00000 n 
+0001578754 00000 n 
+0001578980 00000 n 
+0001580343 00000 n 
+0001581447 00000 n 
+0001587254 00000 n 
+0001587468 00000 n 
+0001588831 00000 n 
+0001589882 00000 n 
+0001591310 00000 n 
+0001591528 00000 n 
+0001592891 00000 n 
+0001594029 00000 n 
+0001596386 00000 n 
+0001596600 00000 n 
+0001596942 00000 n 
+0001598080 00000 n 
+0001599242 00000 n 
+0001599458 00000 n 
+0001599761 00000 n 
 trailer
 << /Size 465
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-1601673
+1600898
 %%EOF


[7/8] isis-site git commit: ISIS-1465: updates to docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/0ceac89f/content/elasticlunr/index.json
----------------------------------------------------------------------
diff --git a/content/elasticlunr/index.json b/content/elasticlunr/index.json
index 94d72b0..b4c7917 100644
--- a/content/elasticlunr/index.json
+++ b/content/elasticlunr/index.json
@@ -1 +1 @@
-{"version":"0.9.5","fields":["title","body","description","url"],"ref":"id","documentStore":{"docs":{"372886":{"title":"Rows, full-width cols, and tabs","url":"guides/ugvw/ugvw.html#_rows_full_width_cols_and_tabs","body":"Rows, full-width cols, and tabs  The example layout consists of three rows: a row for the object/icon, a row containing a properties, and a row containing collections. In all three cases the row contains a single column spanning the full width of the page. For the property and collection rows, the column contains a tab group.  This corresponds to the following XML:  You will notice that one of the columns has an unreferencedActions attribute, while one of the tabGroups has a similar unreferencedCollections attribute. This topic is discussed in more detail below. ","description":" The example layout consists of three rows: a row for the object/icon, a row containing a properties, and a row containing collections. In all three cases the row contains a single column s
 panning the full width of the page. For the property and collection rows, the column contains a","id":372886},"2646929":{"title":"Apache Isis vs …​","url":"guides/ugfun/ugfun.html#_ugfun_core-concepts_apache-isis-vs","body":"Apache Isis vs …​  Many other frameworks promise rapid application development and provide automatically generated user interfaces, so how do they compare to Apache Isis? ","description":" Many other frameworks promise rapid application development and provide automatically generated user interfaces, so how do they compare to Apache Isis? ","id":2646929},"3836440":{"title":"Running","url":"guides/dg/dg.html#__dg_ide_intellij_running","body":"Running  Let’s see how to run both the app and the tests. ","description":" Let’s see how to run both the app and the tests. ","id":3836440},"11600575":{"title":"Using Contributions","url":"pages/tg/tg.html#_using_contributions","body":"Using Contributions  One of Apache Isis' most powerful features is the abilit
 y for the UI to combine functionality from domain services into the representation of an entity. The effect is similar to traits or mix-ins in other languages, however the \"mixing in\" is done at runtime, within the Apache Isis metamodel. In Apache Isis' terminology, we say that the domain service action is contributed to the entity.  Any action of a domain service that has a domain entity type as one of its parameter types will (by default) be contributed. If the service action takes more than one argument, or does not have safe semantics, then it will be contributed as an entity action. If the service action has precisely one parameter type (that of the entity) and has safe semantics then it will be contributed either as a collection or as a property (dependent on whether it returns a collection of a scalar).  Why are contributions so useful? Because the service action will match not on the entity type, but also on any of the entity’s supertypes (all the way up to java.lang.Obj
 ect). That means that you can apply the dependency inversion principle to ensure that the modules of your application have acyclic dependencies; but in the UI it can still appear as if there are bidirectional dependencies between those modules. The lack of bidirectional dependencies can help save your app degrading into a big ball of mud.  Finally, note that the layout of contributed actions/collections/properties can be specified using the .layout.json file (and it is highly recommended that you do so). ","description":" One of Apache Isis' most powerful features is the ability for the UI to combine functionality from domain services into the representation of an entity. The effect is similar to traits or mix-ins in other languages, however the \"mixing in\" is done at runtime, within the Apache Isis metamodel","id":11600575},"12649581":{"title":"Mark the version as released","url":"guides/cgcom/cgcom.html#_mark_the_version_as_released","body":"Mark the version as released  In JIRA
 , go to the administration section for the Apache Isis project and update the version as being released.  In the Kanban view this will have the effect of marking all tickets as released (clearing the \"done\" column). ","description":" In JIRA, go to the administration section for the Apache Isis project and update the version as being released. ","id":12649581},"13573617":{"title":"hide…​()","url":"guides/rgcms/rgcms.html#_rgcms_methods_prefixes_hide","body":"hide…​()  The hide…​() supporting method is called for properties, collections and actions. It allows the property/collection to be completely hidden from view.  It’s comparatively rare for properties or collections to be imperatively hidden from view, but actions are sometimes hidden or shown visible (as opposed to being just disabled, ie greyed out).  The signature of the supporting method is simply:  Returning true will hide the property, collection or action, returning false leaves it visible.  For example, t
 o hide an action:  Or, to hide a property: ","description":" The hide…​() supporting method is called for properties, collections and actions. It allows the property/collection to be completely hidden from view. ","id":13573617},"14971197":{"title":"Suppressing 'remember me'","url":"guides/ugvw/ugvw.html#_ugvw_configuration-properties_suppressing-remember-me","body":"Suppressing 'remember me'  The 'remember me' checkbox on the login page can be suppressed, if required, by setting a configuration flag. ","description":" The 'remember me' checkbox on the login page can be suppressed, if required, by setting a configuration flag. ","id":14971197},"16629694":{"title":"allowLateRegistration","url":"migration-notes/migration-notes.html#__code_allowlateregistration_code","body":"allowLateRegistration  One possible issue is that (as per ISIS-830) the EventBusService is now initialized as one of the first domain services; this is to ensure that any object lifecycle events caused by domai
 n services initializing themselves can be posted on the event bus for subscribers. The typical case for such lifecycle events to occur is from domain services that seed reference data; one such example can be found in the (non-ASF) Isis addons' security module.  In previous releases, the ordering of initialization for the EventBusService was undefined (but would typically be towards the \"end\" of the list of services. What this meant in practice is that it generally didn’t matter whether (domain service) subscribers were initialized before or after seed services.  Now, though, because the EventBusService is initialized early on, it proactively checks that all subscribers have been registered before any event posts occur (so that no events get missed). If any subscriber attempts to register after at least one event has been posted, then the service will fail fast and the framework will not start. The error looks something like:  To ensure that subscriber domain services are initia
 lized before \"seed\" domain services, the @DomainServiceLayout#menuOrder() attribute can be used. Normally this attribute is just used to order UI-visible services on the menu bars, but it also is used internally to sequence the internal list of services being initialized.  Alternatively, you can disable this checking within the EventBusService using:  If you do that, be aware that not all subscribers may not receive some events generated by other domain services.  For more details, see the EventBusService man page. ","description":" One possible issue is that (as per ISIS-830) the EventBusService is now initialized as one of the first domain services; this is to ensure that any object lifecycle events caused by domain services initializing themselves can be posted on the event bus for subscribers. The typical case for such","id":16629694},"17000573":{"title":"ObjectCreatedEvent","url":"guides/rgcms/rgcms.html#_rgcms_classes_lifecycleevent_ObjectCreatedEvent","body":"ObjectCreatedE
 vent  Subclass of AbstractLifecycleEvent, broadcast when an object is first instantiated using the DomainObjectContainer's #newTransientInstance(…​) method.  ObjectCreatedEvent.Default is the concrete implementation that is used. ","description":" Subclass of AbstractLifecycleEvent, broadcast when an object is first instantiated using the DomainObjectContainer's #newTransientInstance(…​) method. ","id":17000573},"17618894":{"title":"New Feature","url":"release-notes/release-notes.html#_new_feature_20","body":"New Feature ","description":"","id":17618894},"17724516":{"title":"Multi-select action parameters","url":"guides/ugfun/ugfun.html#_multi_select_action_parameters","body":"Multi-select action parameters  As well as scalar values, action parameters can also be collections. For this to be valid, a choices or autoComplete supporting method must be provided.  For example, suppose we want to \"tag\" or \"label\" an object: ","description":" As well as scalar values, action pa
 rameters can also be collections. For this to be valid, a choices or autoComplete supporting method must be provided. ","id":17724516},"18445041":{"title":"Verifying Releases","url":"downloads.html#_verifying_releases","body":"Verifying Releases ","description":"","id":18445041},"19254915":{"title":"API & Implementation","url":"guides/rgsvc/rgsvc.html#_api_implementation_7","body":"API & Implementation  The API of Scratchpad service is:  This class (o.a.i.applib.services.scratchpad.Scratchpad) is also the implementation. And, as you can see, the service is just a request-scoped wrapper around a java.util.Map. ","description":" The API of Scratchpad service is: ","id":19254915},"21190750":{"title":"Run the archetype","url":"pages/tg/tg.html#_run_the_archetype","body":"Run the archetype  Throughout this tutorial you can, if you wish, just checkout from the github repo wherever you see a \"git checkout\" note:  Run the simpleapp archetype to build an empty Isis application. With the *n
 ix bash shell, use:  Adjust as necessary if using Windows cmd.exe or Powershell.  This will generate the app in a petclinic directory. Move the contents back: ","description":" Throughout this tutorial you can, if you wish, just checkout from the github repo wherever you see a \"git checkout\" note: ","id":21190750},"21212015":{"title":"Key features","url":"pages/powered-by/powered-by.html#_key_features","body":"Key features ","description":"","id":21212015},"21857601":{"title":"Other Guides","url":"guides/cgcom/cgcom.html#_other_guides","body":"Other Guides  Apache Isis documentation is broken out into a number of user, reference and \"supporting procedures\" guides.  The user guides available are:  The reference guides are:  The remaining guides are:  This guide provides guidance for Apache Isis' own committers. ","description":" Apache Isis documentation is broken out into a number of user, reference and \"supporting procedures\" guides. ","id":21857601},"23125949":{"title":"Edit
 ing","url":"guides/dg/dg.html#__dg_ide_intellij_hints-and-tips_editing","body":"Editing ","description":"","id":23125949},"23524101":{"title":"Collections","url":"guides/ugvw/ugvw.html#_collections","body":"Collections  In the final row the collections are placed in tabs, simply one collection per tab. This corresponds to the following XML:  As with properties, actions can be associated with collections; this indicates that they should be rendered in the collection’s header. ","description":" In the final row the collections are placed in tabs, simply one collection per tab. This corresponds to the following XML: ","id":23524101},"26509816":{"title":"Commit changes","url":"guides/cgcom/cgcom.html#__cgcom_cutting-a-release_releasing-core_commit-changes","body":"Commit changes  Commit any changes from the preceding steps: ","description":" Commit any changes from the preceding steps: ","id":26509816},"27806498":{"title":"renderedAsDayBefore()","url":"guides/rgant/rgant.html#_rgant-P
 arameterLayout_renderedAsDayBefore","body":"renderedAsDayBefore()  The renderedAsDayBefore() attribute applies only to date parameters whereby the date will be rendered as the day before the value actually held in the domain object. It is ignored for parameters of other types. This attribute is also supported for properties.  This behaviour might at first glance appear odd, but the rationale is to support the use case of a sequence of instances that represent adjacent intervals of time. In such cases there would typically be startDate and endDate properties, eg for all of Q2. Storing this as a half-closed interval — eg [1-Apr-2015, 1-July-2015) — can substantially simplify internal algorithms; the endDate of one interval will correspond to the startDate of the next.  However, from an end-user perspective the requirement may be to render the interval as a fully closed interval; eg the end date should be shown as 30-Jun-2015.  This attribute therefore bridges the gap; it presents 
 the information in a way that makes sense to an end-user, but also stores the domain object in a way that is easy work with internally.  For example: ","description":" The renderedAsDayBefore() attribute applies only to date parameters whereby the date will be rendered as the day before the value actually held in the domain object. It is ignored for parameters of other types. This attribute is also supported for properties. ","id":27806498},"31857620":{"title":"Interacting with the services","url":"guides/rgsvc/rgsvc.html#_interacting_with_the_services","body":"Interacting with the services  Typically domain objects will have little need to interact with the CommandContext and Command directly; what is more useful is that these are persisted in support of the various use cases identified above.  One case however where a domain object might want to obtain the Command is to determine whether it has been invoked in the foreground, or in the background. It can do this using the getExecu
 tedIn() method:  Although not often needed, this then allows the domain object to access the Command object through the CommandContext service. To expand th above example:  If run in the background, it might then notify the user (eg by email) if all work is done.  This leads us onto a related point, distinguishing the current effective user vs the originating \"real\" user. When running in the foreground, the current user can be obtained from the UserService, using:  If running in the background, however, then the current user will be the credentials of the background process, for example as run by a Quartz scheduler job.  The domain object can still obtain the original (\"effective\") user that caused the job to be created, using: ","description":" Typically domain objects will have little need to interact with the CommandContext and Command directly; what is more useful is that these are persisted in support of the various use cases identified above. ","id":31857620},"36734123":{"
 title":"Bug","url":"release-notes/release-notes.html#_bug_8","body":"Bug ","description":"","id":36734123},"39248326":{"title":"Runtime vs Noop implementation","url":"guides/rgfis/rgfis.html#_runtime_vs_noop_implementation","body":"Runtime vs Noop implementation  The framework provides two implementations:  The …​Default implementation takes priority over the …​Noop implementation. ","description":" The framework provides two implementations: ","id":39248326},"39290887":{"title":"Implementation","url":"guides/rgsvc/rgsvc.html#_implementation_22","body":"Implementation  The core framework provides a default implementation of this service (o.a.i.core.metamodel.services.container.DomainObjectContainerDefault). ","description":" The core framework provides a default implementation of this service (o.a.i.core.metamodel.services.container.DomainObjectContainerDefault). ","id":39290887},"42240053":{"title":"Screenshots","url":"guides/ugvw/ugvw.html#_screenshots_9","body":"Screensho
 ts  The screenshot below shows the Isis addons example todoapp (not ASF) with a 'brand logo' image in its header:  A custom brand logo (typically larger) can also be specified for the signin page: ","description":" The screenshot below shows the Isis addons example todoapp (not ASF) with a 'brand logo' image in its header: ","id":42240053},"44483327":{"title":"New Feature","url":"release-notes/release-notes.html#_new_feature_17","body":"New Feature ","description":"","id":44483327},"45128293":{"title":"getConfigurationProperties()","url":"guides/rgcms/rgcms.html#__rgcms_classes_AppManifest-bootstrapping_api_getConfigurationProperties","body":"getConfigurationProperties()  This method allow arbitrary other configuration properties to be overridden. One common use case is in conjunction with the getFixtures() method, discussed above: ","description":" This method allow arbitrary other configuration properties to be overridden. One common use case is in conjunction with the getFixtures
 () method, discussed above: ","id":45128293},"57327287":{"title":"cssClassFa()","url":"guides/rgant/rgant.html#_rgant-ViewModelLayout_cssClassFa","body":"cssClassFa()  The cssClassFa() attribute is used to specify the name of a Font Awesome icon name, to be rendered as the domain object’s icon.  These attribute can also be applied to domain objects to specify the object’s icon, and to actions to specify an icon for the action’s representation as a button or menu item.  If necessary the icon specified can be overridden by a particular object instance using the iconName() method.  For example:  There can be multiple \"fa-\" classes, eg to mirror or rotate the icon. There is no need to include the mandatory fa \"marker\" CSS class; it will be automatically added to the list. The fa- prefix can also be omitted from the class names; it will be prepended to each if required.  The related cssClassFaPosition() attribute is currently unused for domain objects; the icon is always render
 ed to the left. ","description":" The cssClassFa() attribute is used to specify the name of a Font Awesome icon name, to be rendered as the domain object’s icon. ","id":57327287},"64932464":{"title":"Other Guides","url":"guides/ugtst/ugtst.html#_other_guides","body":"Other Guides  Apache Isis documentation is broken out into a number of user, reference and \"supporting procedures\" guides.  The user guides available are:  The reference guides are:  The remaining guides are: ","description":" Apache Isis documentation is broken out into a number of user, reference and \"supporting procedures\" guides. ","id":64932464},"66604001":{"title":"@Programmatic","url":"guides/rgant/rgant.html#_rgant-Programmatic","body":"@Programmatic ","description":"","id":66604001},"68441589":{"title":"License headers","url":"guides/cgcom/cgcom.html#__cgcom_cutting-a-release_releasing-core_license-headers","body":"License headers  The Apache Release Audit Tool RAT (from the Apache Creadur project) checks
  for missing license header files. The parent pom.xml of each releasable module specifies the RAT Maven plugin, with a number of custom exclusions.  To run the RAT tool, use:  where rat.numUnapprovedLicenses property is set to a high figure, temporarily overriding the default value of 0. This will allow the command to run over all submodules, rather than failing after the first one. The command writes out a target\\rat.txt for each submodule. missing license notes are indicated using the key !???. The for command collates all the errors.  Investigate and fix any reported violations, typically by either:  To add missing headers, use the groovy script addmissinglicenses.groovy (in the scripts directory) to automatically insert missing headers for certain file types. The actual files checked are those with extensions specified in the line def fileEndings = [\".java\", \".htm\"]:  (If the -x is omitted then the script is run in \"dry run\" mode). Once you’ve fixed all issues, confirm 
 once more that apache-rat-plugin no longer reports any license violations, this time leaving the rat.numUnapprovedLicenses property to its default, 0: ","description":" The Apache Release Audit Tool RAT (from the Apache Creadur project) checks for missing license header files. The parent pom.xml of each releasable module specifies the RAT Maven plugin, with a number of custom exclusions. ","id":68441589},"73703450":{"title":"New Feature","url":"release-notes/release-notes.html#_new_feature_29","body":"New Feature ","description":"","id":73703450},"75054401":{"title":"Supporting Method Prefixes","url":"guides/rgcms/rgcms.html#_rgcms_methods_prefixes","body":"Supporting Method Prefixes  Supporting methods are those that are associated with properties, collections and actions, providing additional imperative business rule checking and behaviour to be performed when the user interacts with those object members.  This association is performed by name matching. Thus, a property called \"f
 irstName\", derived from a method getFirstName() may have supporting methods hideFirstName(), disableFirstName() and validateFirstName(). Supporting methods are, therefore, each characterized by their own particular prefix.  The table below lists the method prefixes that are recognized as part of Apache Isis' default programming model. ","description":" Supporting methods are those that are associated with properties, collections and actions, providing additional imperative business rule checking and behaviour to be performed when the user interacts with those object members. ","id":75054401},"77231561":{"title":"Interaction Execution","url":"guides/rgcms/rgcms.html#_rgcms_schema-ixn","body":"Interaction Execution  The interaction (\"ixn\") schema defines the serialized form of an action invocation or a property edit. In fact, it actually defines a call-graph of such executions for those cases where the WrapperFactory is used to execute sub-actions/property edits.  Each execution id
 entifies the target object, the member to invoke, and the arguments. It also captures metrics about the execution, and the result of the execution (eg return value of an action invocation). ","description":" The interaction (\"ixn\") schema defines the serialized form of an action invocation or a property edit. In fact, it actually defines a call-graph of such executions for those cases where the WrapperFactory is used to execute sub-actions/property edits. ","id":77231561},"78112488":{"title":"Screencast","url":"guides/ugvw/ugvw.html#_screencast","body":"Screencast  This screencast describes the feature. ","description":" This screencast describes the feature. ","id":78112488},"78624086":{"title":"Other Guides","url":"guides/ugsec/ugsec.html#_other_guides","body":"Other Guides  Apache Isis documentation is broken out into a number of user, reference and \"supporting procedures\" guides.  The user guides available are:  The reference guides are:  The remaining guides are: ","descrip
 tion":" Apache Isis documentation is broken out into a number of user, reference and \"supporting procedures\" guides. ","id":78624086},"80534397":{"title":"ContentMappingService","url":"guides/rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_ContentMappingService","body":"ContentMappingService  The ContentMappingService supports the (default implementation of the) ContentNegotiationService enabling the RestfulObjects viewer to represent domain objects in some other format as specified by the HTTP Accept header.  See ContentNegotiationService for further discussion. ","description":" The ContentMappingService supports the (default implementation of the) ContentNegotiationService enabling the RestfulObjects viewer to represent domain objects in some other format as specified by the HTTP Accept header. ","id":80534397},"83803344":{"title":"MessageService","url":"guides/rgsvc/rgsvc.html#_rgsvc_application-layer-api_MessageService","body":"MessageService  The MessageService allows domain 
 objects to raise information, warning or error messages. These messages can either be simple strings, or can be translated. ","description":" The MessageService allows domain objects to raise information, warning or error messages. These messages can either be simple strings, or can be translated. ","id":83803344},"83933647":{"title":"Persistence Concerns","url":"guides/ugbtb/ugbtb.html#_persistence_concerns","body":"Persistence Concerns ","description":"","id":83933647},"85931482":{"title":"Task","url":"release-notes/release-notes.html#_task_24","body":"Task ","description":"","id":85931482},"87271564":{"title":"2004:","url":"pages/articles-and-presentations/articles-and-presentations.html#_2004","body":"2004: ","description":"","id":87271564},"90561824":{"title":"Wicket Viewer","url":"release-notes/release-notes.html#_wicket_viewer_8","body":"Wicket Viewer ","description":"","id":90561824},"90935214":{"title":"Wicket Viewer","url":"release-notes/release-notes.html#_wicket_viewer_1
 0","body":"Wicket Viewer ","description":"","id":90935214},"91902412":{"title":"The issue in more detail","url":"guides/ugodn/ugodn.html#_the_issue_in_more_detail","body":"The issue in more detail  Consider these entities (yuml.me/b8681268):  In the course of a transaction, the Agreement entity is loaded into memory (not necessarily modified), and then new AgreementRoles are associated to it.  All these entities implement Comparable using ObjectContracts, and the implementation of AgreementRole's (simplified) is:  while Agreement's is implemented as:  and Party's is similarly implemented as:  DataNucleus’s persistence-by-reachability algorithm adds the AgreementRole instances into a SortedSet, which causes AgreementRole#compareTo() to fire:  In other words, in figuring out whether AgreementRole requires the persistence-by-reachability algorithm to run, it causes the adjacent associated entity Party to also be retrieved. ","description":" Consider these entities (yuml.me/b8681268):
  ","id":91902412},"92467660":{"title":"API and Usage","url":"guides/ugtst/ugtst.html#_ugtst_fixture-scripts_api-and-usage","body":"API and Usage  There are two parts to using fixture scripts: the FixtureScripts domain service class, and the FixtureScript view model class:  Let’s look at FixtureScripts domain service in more detail first. ","description":" There are two parts to using fixture scripts: the FixtureScripts domain service class, and the FixtureScript view model class: ","id":92467660},"95725933":{"title":"Appendix: Isis Add-ons (not ASF)","url":"guides/ugvw/ugvw.html#_ugvw_isis-addons","body":"Appendix: Isis Add-ons (not ASF) ","description":"","id":95725933},"96583162":{"title":"Configure toolchains plugin","url":"guides/cgcom/cgcom.html#_configure_toolchains_plugin","body":"Configure toolchains plugin  Apache Isis releases are built using Java 7, enforced using the maven toolchains plugin. Ensure that Java 7 is installed and the toolchains plugin is configured, as de
 scribed in the contributors' guide. ","description":" Apache Isis releases are built using Java 7, enforced using the maven toolchains plugin. Ensure that Java 7 is installed and the toolchains plugin is configured, as described in the contributors' guide. ","id":96583162},"99090360":{"title":"Running the App","url":"guides/ugfun/ugfun.html#__ugfun_getting-started_simpleapp-archetype_running-the-app","body":"Running the App  The simpleapp archetype generates a single WAR file, configured to run both the Wicket viewer and the Restful Objects viewer. The archetype also configures the DataNucleus/JDO Objectstore to use an in-memory HSQLDB connection.  Once you’ve built the app, you can run the WAR in a variety of ways. ","description":" The simpleapp archetype generates a single WAR file, configured to run both the Wicket viewer and the Restful Objects viewer. The archetype also configures the DataNucleus/JDO Objectstore to use an in-memory HSQLDB connection. ","id":99090360},"100682
 258":{"title":"Update dependencies","url":"guides/cgcom/cgcom.html#_update_dependencies","body":"Update dependencies  With the release complete, now is a good time to bump versions of dependencies (so that there is a full release cycle to identify any possible issues).  You will probably want to create a new JIRA ticket for these updates (or if minor then use the \"catch-all\" JIRA ticket raised earlier for the next release). ","description":" With the release complete, now is a good time to bump versions of dependencies (so that there is a full release cycle to identify any possible issues). ","id":100682258},"102347041":{"title":"Bug","url":"release-notes/release-notes.html#_bug_10","body":"Bug ","description":"","id":102347041},"104167755":{"title":"How to implement a spellchecker?","url":"guides/ugbtb/ugbtb.html#_ugbtb_hints-and-tips_how-to-implement-a-spellchecker","body":"How to implement a spellchecker?  From this thread on the Apache Isis users mailing list:  One way to impl
 ement is to use the event bus:  if if the change is made through an edit, you can use @Property#domainEvent().  You’ll need some way to know which fields should be spell checked. Two ways spring to mind:  And you’ll (obviously) also need some sort of spell checker implementation to call. ","description":" From this thread on the Apache Isis users mailing list: ","id":104167755},"105480253":{"title":"Visitor","url":"guides/ugbtb/ugbtb.html#__code_visitor_code","body":"Visitor  More often than not, you’ll want to visit every element in the metamodel, and so for this you can instead subclass from MetaModelValidatorVisiting.Visitor:  You can then create your custom validator by subclassing MetaModelValidatorComposite and adding the visiting validator:  If you have more than one rule then each can live in its own visitor. ","description":" More often than not, you’ll want to visit every element in the metamodel, and so for this you can instead subclass from MetaModelValidatorVisi
 ting.Visitor: ","id":105480253},"106558909":{"title":"contributedAs()","url":"guides/rgant/rgant.html#_rgant-ActionLayout_contributedAs","body":"contributedAs()  For a domain service action that can be contributed, the contributedAs() attribute determines how it is contributed: as an action or as an association (ie a property or collection).  The distinction between property or collection is automatic: if the action returns a java.util.Collection (or subtype) then the action is contributed as a collection; otherwise it is contributed as a property.  For a domain service action to be contributed, the domain services must have a nature nature of either VIEW or VIEW_CONTRIBUTIONS_ONLY, and the action must have safe action semantics, and takes a single argument, namely the contributee domain object.  For example:  It’s also possible to use the attribute to suppress the action completely:  In such cases, though, it would probably make more sense to annotate the action as either hidden 
 or indeed @Programmatic. ","description":" For a domain service action that can be contributed, the contributedAs() attribute determines how it is contributed: as an action or as an association (ie a property or collection). ","id":106558909},"106606865":{"title":"Using the Wicket Viewer","url":"guides/rgcfg/rgcfg.html#_using_the_wicket_viewer","body":"Using the Wicket Viewer  Most of the you’re likely to run Apache Isis using the Wicket viewer. In this case Apache Isis' \"deployment type\" concept maps to Wicket’s \"configuration\" concept:  Wicket’s mechanism for specifying the \"configuration\" is to use a context parameter in web.xml; Apache Isis automatically infers its own deployment type from this. In other words: ","description":" Most of the you’re likely to run Apache Isis using the Wicket viewer. In this case Apache Isis' \"deployment type\" concept maps to Wicket’s \"configuration\" concept: ","id":106606865},"108721033":{"title":"Incode Catalog","url":"guides/
 ugfun/ugfun.html#_ugfun_available-domain-services_incode-catalog","body":"Incode Catalog  The Incode Catalog website also provides a number of reusable modules, focusing on business logic for generic subdomains.  This section surveys the functionality available.  The modules themselves fall into a number of broader groups:  Each of the modules has a full README and demo application demonstrating their usage. The sections below briefly outline the capabilities of these modules. ","description":" The Incode Catalog website also provides a number of reusable modules, focusing on business logic for generic subdomains. ","id":108721033},"108815435":{"title":"unchanging()","url":"guides/rgant/rgant.html#_rgant-PropertyLayout_unchanging","body":"unchanging()  The unchanging() attribute is used to indicate that the value held by the property never changes over time, even when other properties of the object do change.  Setting this attribute to true is used as a hint to the viewer to not red
 raw the property after an AJAX update of some other property/ies of the object have changed. This is primarily for performance, eg can improve the user experience when rendering PDFs/blobs.  Note that for this to work, the viewer will also ensure that none of the property’s parent component (such as a tab group panel) are re-rendered.  For example: ","description":" The unchanging() attribute is used to indicate that the value held by the property never changes over time, even when other properties of the object do change. ","id":108815435},"109833874":{"title":"Persistable","url":"guides/rgcms/rgcms.html#_rgcms_classes_mixins_Persistable","body":"Persistable  All domain entities automatically implement the DataNucleus Persistable role interface as a result of the enhancer process (the fully qualified class name is org.datanucleus.enhancement.Persistable). So as a developer you do not need to write any code to obtain the mixins that contribute to this interface. ","description":" 
 All domain entities automatically implement the DataNucleus Persistable role interface as a result of the enhancer process (the fully qualified class name is org.datanucleus.enhancement.Persistable). So as a developer you do not need to write any code to obtain the mixins that contribute to this interface. ","id":109833874},"112375674":{"title":"Auditing","url":"migration-notes/migration-notes.html#_auditing","body":"Auditing  The AuditingService SPI service has been deprecated, instead replaced by the AuditerService.  There can be more than one implementation of this new SPI, and a framework-provided implementation (AuditerServiceLogging) will log to a file. The (non-ASF) Isis addons' audit module also implements the new SPI. ","description":" The AuditingService SPI service has been deprecated, instead replaced by the AuditerService. ","id":112375674},"114685873":{"title":"Usage","url":"guides/rgsvc/rgsvc.html#_usage_19","body":"Usage  To indicate that an action invocation should 
 be published, annotate it with the @Action#publishing() annotation.  To indicate that an property edit should be published, annotate it with the @Property#publishing() annotation.  To indicate that a changed object should be published is to annotate it with the @DomainObject#publishing() annotation. ","description":" To indicate that an action invocation should be published, annotate it with the @Action#publishing() annotation. ","id":114685873},"115229271":{"title":"Domain Entities","url":"guides/ugfun/ugfun.html#_ugfun_programming-model_domain-entities","body":"Domain Entities  Entities are persistent domain objects, with their persistence handled by JDO/DataNucleus. As such, they are mapped to a persistent object store, typically an RDBMS, with DataNucleus taking care of both lazy loading and also the persisting of modified (\"dirty\") objects.  Domain entities are generally decorated with both DataNucleus and Apache Isis annotations. Let’s look at some of the most commonly-use
 d annotations.  To start with, entities are flagged as being \"persistence capable\", indicating how JDO/DataNucleus should manage their identity:  All domain entities will have some sort of mandatory key properties. The example below is a very simple case, where the entity is identified by a name property:  It’s also common for domain entities to have queries annotated on them. These are used by repository domain services to query for instances of the entity:  DataNucleus provides several APIs for defining queries, including entirely programmatic and type-safe APIs; but JDOQL is very similar to SQL and so easily learnt.  The corresponding repository method for the above query is: ","description":" Entities are persistent domain objects, with their persistence handled by JDO/DataNucleus. As such, they are mapped to a persistent object store, typically an RDBMS, with DataNucleus taking care of both lazy loading and also the persisting of modified (\"dirty\") objects. ","id":1152292
 71},"117553409":{"title":"Object Icon","url":"guides/ugfun/ugfun.html#_object_icon","body":"Object Icon  The icon is often the same for all instances of a particular class, and is picked up by convention.  It’s is also possible for an individual instance to return a custom icon, typically so that some significant state of that domain object is represented. For example, a custom icon could be used to represent a shipped order, say, or an overdue library loan. ","description":" The icon is often the same for all instances of a particular class, and is picked up by convention. ","id":117553409},"121574190":{"title":"Related Services","url":"guides/rgsvc/rgsvc.html#_related_services_18","body":"Related Services  The ActionInteractionContext service allows bulk actions to co-ordinate with each other.  The QueryResultsCache is useful for caching the results of expensive method calls. ","description":" The ActionInteractionContext service allows bulk actions to co-ordinate with each othe
 r. ","id":121574190},"121879267":{"title":"Wicket Viewer","url":"release-notes/release-notes.html#_wicket_viewer_2","body":"Wicket Viewer ","description":"","id":121879267},"122762699":{"title":"Contributee","url":"guides/rgcms/rgcms.html#_rgcms_classes_contributee","body":"Contributee  The interfaces listed in this chapter act as contributees; they allow domain services to contribute actions/properties/collections to any domain objects that implement these interfaces. ","description":" The interfaces listed in this chapter act as contributees; they allow domain services to contribute actions/properties/collections to any domain objects that implement these interfaces. ","id":122762699},"125299345":{"title":"Example","url":"guides/rgant/rgant.html#_example_2","body":"Example  This example is taken from the (non-ASF) Isis addons' todoapp: ","description":" This example is taken from the (non-ASF) Isis addons' todoapp: ","id":125299345},"125961908":{"title":"Do it!","url":"pages/tg/tg
 .html#_do_it","body":"Do it! ","description":"","id":125961908},"134804772":{"title":"How to handle void/null results","url":"guides/ugbtb/ugbtb.html#_ugbtb_hints-and-tips_how-to-handle-void-and-null-results","body":"How to handle void/null results  From this thread on the Apache Isis users mailing list:  One way to implement this idea is to provide a custom implementation of the RoutingService SPI domain service. The default implementation will either return the current object (if not null), else the home page (as defined by @HomePage) if one exists.  The following custom implementation refines this to use the breadcrumbs (available in the Wicket viewer) to return the first non-deleted domain object found in the list of breadcrumbs:  Note that the above implementation uses Java 8, so if you are using Java 7 then you’ll need to backport accordingly. ","description":" From this thread on the Apache Isis users mailing list: ","id":134804772},"140760147":{"title":"Isis Add-on modules
 ","url":"guides/ugvw/ugvw.html#_isis_add_on_modules","body":"Isis Add-on modules  Some of the (non-ASF) Isis Addons modules also provide services whose actions appear in top-level menus.  The security's module places its domain service menus in three top-level menus:  Meanwhile the devutils module places its actions - to download layouts and so forth - on a \"Prototyping\" top-level menu, on the SECONDARY menu bar.  Currently there is no facility to alter the placement of these services. However, their UI can be suppressed using security or using a vetoing subscriber. ","description":" Some of the (non-ASF) Isis Addons modules also provide services whose actions appear in top-level menus. ","id":140760147},"145340696":{"title":"Registering the Services","url":"guides/rgsvc/rgsvc.html#_registering_the_services_20","body":"Registering the Services  The (non-ASF) Isis addons' audit module provides an implementation of this service (AuditingService), and also provides a number of relate
 d domain services (AuditingServiceMenu, AuditingServiceRepository and AuditingServiceContributions).  Assuming that an AppManifest is being used to bootstrap the app) then this can be activated by updating the pom.xml and updating the AppManifest#getModules() method.  If menu items or contributions are not required in the UI, these can be suppressed either using security or by implementing a vetoing subscriber. ","description":" The (non-ASF) Isis addons' audit module provides an implementation of this service (AuditingService), and also provides a number of related domain services (AuditingServiceMenu, AuditingServiceRepository and AuditingServiceContributions). ","id":145340696},"148135206":{"title":"Layout Metadata Reader (deprecated)","url":"guides/ugbtb/ugbtb.html#_ugbtb_programming-model_layout-metadata-reader","body":"Layout Metadata Reader (deprecated)  The metadata for domain objects is obtained both annotations and files. There is also deprecated support for reading layout
 s from .layout.json files. This service provides an SPI (and default implementation) for reading layouts defined in this fashion. ","description":" The metadata for domain objects is obtained both annotations and files. There is also deprecated support for reading layouts from .layout.json files. This service provides an SPI (and default implementation) for reading layouts defined in this fashion. ","id":148135206},"153666205":{"title":"Implementation","url":"guides/rgsvc/rgsvc.html#_implementation_17","body":"Implementation  The core framework provides a default implementation of this service (o.a.i.core.metamodel.services.title.TitleServiceDefault). ","description":" The core framework provides a default implementation of this service (o.a.i.core.metamodel.services.title.TitleServiceDefault). ","id":153666205},"155655500":{"title":"@PrimaryKey (javax.jdo)","url":"guides/rgant/rgant.html#_rgant-PrimaryKey","body":"@PrimaryKey (javax.jdo) ","description":"","id":155655500},"15803341
 2":{"title":"SPI","url":"guides/rgsvc/rgsvc.html#_spi_27","body":"SPI  The SPI defined by the service is: ","description":" The SPI defined by the service is: ","id":158033412},"158069558":{"title":"Usability: Defaults","url":"pages/tg/tg.html#_usability_defaults","body":"Usability: Defaults  Quick detour: often we want to set up defaults to go with choices. Sensible defaults for action parameters can really improve the usability of the app. ","description":" Quick detour: often we want to set up defaults to go with choices. Sensible defaults for action parameters can really improve the usability of the app. ","id":158069558},"158897592":{"title":"Refactoring","url":"guides/dg/dg.html#__dg_ide_intellij_hints-and-tips_refactoring","body":"Refactoring  Loads of good stuff on the Refactor menu; most used are:  If you can’t remember all those shortcuts, just use ctrl-shift-alt-T (might want to rebind that to something else!) and get a context-sensitive list of refactorings available f
 or the currently selected object ","description":" Loads of good stuff on the Refactor menu; most used are: ","id":158897592},"160872749":{"title":"Related Services","url":"guides/rgfis/rgfis.html#_related_services","body":"Related Services  The default implementation of ContentNegotiationService delegates to ContentMappingService (if present) to convert domain entities into a stable form (eg DTO).  The ContentNegotiationService is itself called by the (default implementation of) RepresentationService. ","description":" The default implementation of ContentNegotiationService delegates to ContentMappingService (if present) to convert domain entities into a stable form (eg DTO). ","id":160872749},"163456888":{"title":"Dependency upgrade","url":"release-notes/release-notes.html#_dependency_upgrade_9","body":"Dependency upgrade ","description":"","id":163456888},"163915714":{"title":"web.xml","url":"migration-notes/migration-notes.html#_web_xml","body":"web.xml  In the web.xml, the \"is
 is.viewers\" context-param is now ignored. Instead the viewer_wicket.properties and viewer_restfulobjects.properties will both be loaded if present (but neither need be present). ","description":" In the web.xml, the \"isis.viewers\" context-param is now ignored. Instead the viewer_wicket.properties and viewer_restfulobjects.properties will both be loaded if present (but neither need be present). ","id":163915714},"165602306":{"title":"GridLoaderService","url":"guides/rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_GridLoaderService","body":"GridLoaderService  The GridLoaderService provides the ability to load the XML layout (grid) for a domain class. ","description":" The GridLoaderService provides the ability to load the XML layout (grid) for a domain class. ","id":165602306},"165750333":{"title":"loaded()","url":"guides/rgcms/rgcms.html#_rgcms_methods_lifecycle_loaded","body":"loaded()  The loaded() lifecycle callback method is called when a (persistent) object has just been loade
 d from the object store. ","description":" The loaded() lifecycle callback method is called when a (persistent) object has just been loaded from the object store. ","id":165750333},"166045728":{"title":"Sanity Check","url":"guides/cgcom/cgcom.html#_sanity_check_2","body":"Sanity Check  Ensure that the framework builds ok using the same command that your CI server is set up to execute (see section above). ","description":" Ensure that the framework builds ok using the same command that your CI server is set up to execute (see section above). ","id":166045728},"166899251":{"title":"Installing and Setting up","url":"guides/dg/dg.html#__dg_ide_intellij_installing","body":"Installing and Setting up  This section covers installation and setup. These notes/screenshots were prepared using IntelliJ Community Edition 14.1.x, but are believed to be compatible with more recent versions/other editions of the IDE. ","description":" This section covers installation and setup. These notes/screensho
 ts were prepared using IntelliJ Community Edition 14.1.x, but are believed to be compatible with more recent versions/other editions of the IDE. ","id":166899251},"167039338":{"title":"Task","url":"release-notes/release-notes.html#_task_14","body":"Task ","description":"","id":167039338},"169081251":{"title":"Interaction","url":"guides/rgsvc/rgsvc.html#__code_interaction_code","body":"Interaction  The public API of the Interaction class consists of:  This class is concrete (is also the implementation). ","description":" The public API of the Interaction class consists of: ","id":169081251},"174738887":{"title":"Related functionality","url":"guides/ugvw/ugvw.html#_related_functionality_2","body":"Related functionality  The Recent Pages also lists recently visited pages, selected from a drop-down. ","description":" The Recent Pages also lists recently visited pages, selected from a drop-down. ","id":174738887},"175028546":{"title":"Implementation","url":"guides/rgsvc/rgsvc.html#_imple
 mentation_5","body":"Implementation  The framework provides a default implementation of this service, namely GridServiceDefault. ","description":" The framework provides a default implementation of this service, namely GridServiceDefault. ","id":175028546},"175197970":{"title":"Performance tuning","url":"pages/tg/tg.html#_performance_tuning","body":"Performance tuning  The QueryResultsCache (request-scoped) domain service allows arbitrary objects to be cached for the duration of a request.  This can be helpful for \"naive\" code which would normally make the same query within a loop. ","description":" The QueryResultsCache (request-scoped) domain service allows arbitrary objects to be cached for the duration of a request. ","id":175197970},"175636232":{"title":"RepositoryService","url":"guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-api_RepositoryService","body":"RepositoryService  The RepositoryService collects together methods for creating, persisting and searching for entities 
 from the underlying persistence store. It acts as an abstraction over the JDO/DataNucleus objectstore.  You can use it during prototyping to write naive queries (find all rows, then filter using the Guava Predicate API, or you can use it to call JDO named queries using JDOQL.  As an alternative, you could also use JDO typesafe queries through the IsisJdoSupport service. ","description":" The RepositoryService collects together methods for creating, persisting and searching for entities from the underlying persistence store. It acts as an abstraction over the JDO/DataNucleus objectstore. ","id":175636232},"176767338":{"title":"Command and Events","url":"guides/rgsvc/rgsvc.html#__rgsvc_intro_commands-and-events","body":"Command and Events  A good number of the domain services manage the execution of action invocations/property edits, along with the state of domain objects that are modified as a result of these. These services capture information which can then be used for various purp
 oses, most notably for auditing or for publishing events, or for deferring execution such that the execution be performed in the background at some later date.  The diagram below shows how these services fit together. The outline boxes are services while the coloured boxes represent data structures - defined in the applib and therefore accessible to domain applications - which hold various information about the executions.  To explain:  Implementations of CommandService can use the Command#getMemento() method to obtain a XML equivalent of that Command, reified using the cmd.xsd schema. This can be converted back into a CommandDto using the CommandDtoUtils utility class (part of the applib).  Similarly, implementations of PublisherService can use the InteractionDtoUtils utility class to obtain a InteractionDto representing the interaction, either just for a single execution or for the entire call-graph. This can be converted into XML in a similar fashion.  Likewise, the PublishedObje
 cts class passed to the PublisherService at the end of the interaction provides the PublishedObjects#getDto() method which returns a ChangesDto instance. This can be converted into XML using the ChangesDtoUtils utility class.  One final point: multiple PublisherService implementations are supported because different implementations may have different responsibilities. For example, the (non-ASF) Isis addons' publishmq module is responsible for publishing messages onto an ActiveMQ event bus, for inter-system communication. However, the SPI can also be used for profiling; each execution within the call-graph contains metrics of the number of objects loaded or modified as a result of that execution, and thus could be used for application profiling. The framework provides a default PublisherServiceLogging implementation that logs this using SLF4J. ","description":" A good number of the domain services manage the execution of action invocations/property edits, along with the state of doma
 in objects that are modified as a result of these. These services capture information which can then be used for various purposes, most notably for auditing or for publishing events","id":176767338},"178125062":{"title":"domainEvent()","url":"guides/rgant/rgant.html#_rgant-Action_domainEvent","body":"domainEvent()  Whenever a domain object (or list of domain objects) is to be rendered, the framework fires off multiple domain events for every property, collection and action of the domain object. In the cases of the domain object’s actions, the events that are fired are:  Subscribers subscribe through the EventBusService using either Guava or Axon Framework annotations and can influence each of these phases.  By default the event raised is ActionDomainEvent.Default. For example:  The domainEvent() attribute allows a custom subclass to be emitted allowing more precise subscriptions (to those subclasses) to be defined instead. This attribute is also supported for collections and prope
 rties.  For example:  The benefit is that subscribers can be more targeted as to the events that they subscribe to. ","description":" Whenever a domain object (or list of domain objects) is to be rendered, the framework fires off multiple domain events for every property, collection and action of the domain object. In the cases of the domain object’s actions, the events that are fired are: ","id":178125062},"180783343":{"title":"TranslatableException","url":"guides/ugbtb/ugbtb.html#__code_translatableexception_code","body":"TranslatableException  Another mechanism by which messages can be rendered to the user are as the result of exception messages thrown and recognized by an ExceptionRecognizer.  In this case, if the exception implements TranslatableException, then the message will automatically be translated before being rendered. The TranslatableException itself takes the form: ","description":" Another mechanism by which messages can be rendered to the user are as the result o
 f exception messages thrown and recognized by an ExceptionRecognizer. ","id":180783343},"183226640":{"title":"updatedLifecycleEvent()","url":"guides/rgant/rgant.html#_rgant-DomainObject_updatedLifecycleEvent","body":"updatedLifecycleEvent()  Whenever a (persistent) domain object has been modified and has been updated in the database, an \"updated\" lifecycle event is fired.  Subscribers subscribe through the EventBusService and can use the event to obtain a reference to the domain object.  By default the event raised is ObjectUpdatedEvent.Default. For example:  The purpose of the updatedLifecycleEvent() attribute is to allows a custom subclass to be emitted instead. A similar attribute is available for other lifecycle events.  For example:  The benefit is that subscribers can be more targeted as to the events that they subscribe to. ","description":" Whenever a (persistent) domain object has been modified and has been updated in the database, an \"updated\" lifecycle event is fired.
  ","id":183226640},"188123644":{"title":"2013","url":"pages/articles-and-presentations/articles-and-presentations.html#_2013","body":"2013 ","description":"","id":188123644},"189180810":{"title":"HoldsUpdatedAt","url":"guides/rgcms/rgcms.html#_rgcms_classes_roles_HoldsUpdatedAt","body":"HoldsUpdatedAt  The HoldsUpdatedAt role interface allows the (framework-provided) TimestampService to update each object with the current timestamp whenever it is modified in a transaction.  The interface is defined as:  The current time is obtained from the ClockService.  Entities that implement this interface often also implement HoldsUpdatedBy role interface; as a convenience the Timestampable interface combines the two roles. ","description":" The HoldsUpdatedAt role interface allows the (framework-provided) TimestampService to update each object with the current timestamp whenever it is modified in a transaction. ","id":189180810},"191180113":{"title":"persistence.xml","url":"guides/ugodn/ugodn.
 html#_ugodn_configuring_persistence-xml","body":"persistence.xml  DataNucleus will for itself also and read the META-INF/persistence.xml. In theory it can hold mappings and even connection strings. However, with Apache Isis we tend to use annotations instead and externalize connection strings. so its definition is extremely simply, specifying just the name of the \"persistence unit\".  Here’s the one provided by the SimpleApp archetype:  Normally all one needs to do is to change the persistence-unit name.  See DataNucleus' documentation on persistence.xml to learn more. ","description":" DataNucleus will for itself also and read the META-INF/persistence.xml. In theory it can hold mappings and even connection strings. However, with Apache Isis we tend to use annotations instead and externalize connection strings. so its definition is extremely simply, specifying just the name of the \"persistence unit","id":191180113},"193237835":{"title":"Core","url":"release-notes/release-notes.h
 tml#_core_8","body":"Core ","description":"","id":193237835},"193497711":{"title":"UI Hints","url":"guides/ugfun/ugfun.html#_ugfun_ui-hints","body":"UI Hints ","description":"","id":193497711},"194608562":{"title":"SPI","url":"guides/rgsvc/rgsvc.html#_spi_19","body":"SPI  The SPI defined by the service is:  where FixtureScriptsSpecification exposes these values:  The class is immutable but it has a builder (obtained using FixturescriptsSpecification.builder(…​)) for a fluent API. ","description":" The SPI defined by the service is: ","id":194608562},"195374240":{"title":"Update the LDAP committee (if a PMC member)","url":"guides/cgcom/cgcom.html#_update_the_ldap_committee_if_a_pmc_member","body":"Update the LDAP committee (if a PMC member)  (Assuming that the new committer is a PMC member), also add them as to the PMC committee. This takes two steps:  The new committer does not officially become a member of the PMC until the ASF records have been updated. ","description":" (Assu
 ming that the new committer is a PMC member), also add them as to the PMC committee. This takes two steps: ","id":195374240},"195848147":{"title":"ICLA, obtain new account","url":"guides/cgcom/cgcom.html#_icla_obtain_new_account","body":"ICLA, obtain new account  If required (that is, if the committer is not already a committer for a different ASF project), then ask them to complete an ICLA. As a result of this, they should also get an @apache.org user name.  More info can be found in the ASF new committers guide. ","description":" If required (that is, if the committer is not already a committer for a different ASF project), then ask them to complete an ICLA. As a result of this, they should also get an @apache.org user name. ","id":195848147},"198329644":{"title":"Strings (Length)","url":"guides/ugfun/ugfun.html#__ugfun_programming-model_properties_datatypes_strings","body":"Strings (Length)  By default JDO/DataNucleus will map string properties to a VARCHAR(255). To limit the len
 gth, use the @Column(length=…​) annotation.  For example:  This is a good example of a case where Apache Isis infers domain semantics from the JDO annotation. ","description":" By default JDO/DataNucleus will map string properties to a VARCHAR(255). To limit the length, use the @Column(length=…​) annotation. ","id":198329644},"198382465":{"title":"Actions","url":"pages/tg/tg.html#_actions","body":"Actions  Most business functionality is implemented using actions basically a public method accepting domain classes and primitives as its parameter types. The action can return a domain entity, or a collection of entities, or a primitive/String/value, or void. If a domain entity is returned then that object is rendered immediately; if a collection is returned then the Wicket viewer renders a table. Such collections are sometimes called \"standalone\" collections. ","description":" Most business functionality is implemented using actions basically a public method accepting domain c
 lasses and primitives as its parameter types. The action can return a domain entity, or a collection of entities, or a primitive/String/value, or void. If a domain entity is returned then that object is rendered","id":198382465},"203208629":{"title":"New Feature","url":"release-notes/release-notes.html#_new_feature_18","body":"New Feature ","description":"","id":203208629},"203740710":{"title":"RoutingService","url":"guides/rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_RoutingService","body":"RoutingService  The RoutingService provides the ability to return (and therefore render) an alternative object from an action invocation.  There are two primary use cases:  Currently the routing service is used only by the Wicket viewer; it is ignored by the Restful Objects viewer. ","description":" The RoutingService provides the ability to return (and therefore render) an alternative object from an action invocation. ","id":203740710},"204452611":{"title":"Related services","url":"guides/rgs
 vc/rgsvc.html#_related_services_15","body":"Related services  The ConfigurationServiceMenu exposes the allConfigurationProperties action in the user interface. ","description":" The ConfigurationServiceMenu exposes the allConfigurationProperties action in the user interface. ","id":204452611},"207811701":{"title":"API","url":"guides/rgsvc/rgsvc.html#_api_2","body":"API  The API of TitleService is: ","description":" The API of TitleService is: ","id":207811701},"209853740":{"title":"To run","url":"guides/rgmvn/rgmvn.html#_to_run","body":"To run  The plugin is activated by default, so is run simply using:  This will run any tests, and then also - because the plugin is activated by the isis-validate property and bound to the test phase, will run the plugin’s validate goal.  If for any reason you want to disable the validation, use: ","description":" The plugin is activated by default, so is run simply using: ","id":209853740},"213642269":{"title":"Moving on","url":"guides/ugfun/ugfun
 .html#__ugfun_getting-started_helloworld-archetype_moving-on","body":"Moving on  When you are ready to start working on your own app, we don’t recommend building on top of the helloworld app.  Instead, we suggest that you start with the simpleapp archetype instead. Although a little more complex, it provides more structure and tests, all of which will help you as your application grows. ","description":" When you are ready to start working on your own app, we don’t recommend building on top of the helloworld app. ","id":213642269},"216231183":{"title":"Raising a pull request","url":"guides/dg/dg.html#_raising_a_pull_request","body":"Raising a pull request  If you have your own fork, you can now simply push the changes you’ve made locally to your fork:  This will create a corresponding branch in the remote github repo. If you use gitk --all, you’ll also see a remotes/origin/ISIS-123-blobs branch.  Then, use github to raise a pull request. Pull requests sent to the Apache GitH
 ub repositories will forward a pull request e-mail to the dev mailing list. You’ll probably want to sign up to the dev mailing list first before issuing your first pull request (though that isn’t mandatory).  The process to raise the pull request, broadly speaking: ","description":" If you have your own fork, you can now simply push the changes you’ve made locally to your fork: ","id":216231183},"220685197":{"title":"AbstractSubscriber","url":"guides/rgcms/rgcms.html#_rgcms_classes_super_AbstractSubscriber","body":"AbstractSubscriber  This is a convenience superclass for creating subscriber domain services on the EventBusService. It uses @PostConstruct and @PreDestroy callbacks to automatically register/unregister itself with the EventBusService.  It’s important that subscribers register before any domain services that might emit events on the EventBusService. For example, the (non-ASF) Isis addons' security module provides a domain service that automatically seeds certain d
 omain entities; these will generate lifecycle events and so any subscribers must be registered before such seed services. The easiest way to do this is to use the @DomainServiceLayout#menuOrder() attribute.  As a convenience, the AbstractSubscriber specifies this attribute. ","description":" This is a convenience superclass for creating subscriber domain services on the EventBusService. It uses @PostConstruct and @PreDestroy callbacks to automatically register/unregister itself with the EventBusService. ","id":220685197},"221961571":{"title":"Release prepare \"dry run\"","url":"guides/cgcom/cgcom.html#__cgcom_cutting-a-release_releasing-core_release-prepare-dry-run","body":"Release prepare \"dry run\"  Most of the work is done using the mvn release:prepare goal. Since this makes a lot of changes, we run it first in \"dry run\" mode; only if that works do we run the goal for real.  Run the dry-run as follows:  You may be prompted for the gpg passphrase. ","description":" Most of the 
 work is done using the mvn release:prepare goal. Since this makes a lot of changes, we run it first in \"dry run\" mode; only if that works do we run the goal for real. ","id":221961571},"224301547":{"title":"IsisWebAppBootstrapper","url":"guides/ugbtb/ugbtb.html#__code_isiswebappbootstrapper_code","body":"IsisWebAppBootstrapper  The IsisWebAppBootstrapper servlet context listener bootstraps the shared (global) metadata for the Apache Isis framework. This listener is not required (indeed must not be configured) if the Wicket viewer is in use.  Its definition is:  Its context parameters are: ","description":" The IsisWebAppBootstrapper servlet context listener bootstraps the shared (global) metadata for the Apache Isis framework. This listener is not required (indeed must not be configured) if the Wicket viewer is in use. ","id":224301547},"227377078":{"title":"Initialization","url":"guides/ugfun/ugfun.html#_ugfun_programming-model_domain-services_initialization","body":"Initializati
 on  Services can optionally declare lifecycle callbacks to initialize them (when the app is deployed) and to shut them down (when the app is undeployed).  An Apache Isis session is available when initialization occurs (so services can interact with the object store, for example).  The framework will call any public method annotated with @PostConstruct with either no arguments of an argument of type Map<String,String>. In the latter case, the framework passes in the configuration (isis.properties and any other component-specific configuration files).  Shutdown is similar; the framework will call any method annotated with @PreDestroy. ","description":" Services can optionally declare lifecycle callbacks to initialize them (when the app is deployed) and to shut them down (when the app is undeployed). ","id":227377078},"228550183":{"title":"Policies","url":"guides/cgcom/cgcom.html#_cgcom_policies","body":"Policies ","description":"","id":228550183},"229025509":{"title":"Remove reference
 s to isis-viewer-wicket parent pom.","url":"migration-notes/migration-notes.html#_remove_references_to_code_isis_viewer_wicket_code_parent_pom","body":"Remove references to isis-viewer-wicket parent pom.  In earlier releases the Wicket viewer defined its own parent pom.xml for dependency management and its dependencies and to declare the various submodules that make up the viewer. This pom.xml has now been incorporated into the parent pom.xml for the Core framework.  Therefore, in the parent pom.xml of your own domain applications, remove: ","description":" In earlier releases the Wicket viewer defined its own parent pom.xml for dependency management and its dependencies and to declare the various submodules that make up the viewer. This pom.xml has now been incorporated into the parent pom.xml for the Core framework. ","id":229025509},"230599582":{"title":"AuditingServiceInternal","url":"guides/rgfis/rgfis.html#_rgfis_persistence-layer_AuditingServiceInternal","body":"AuditingServi
 ceInternal  The (internal) AuditingServiceInternal domain service acts as an internal facade to any configured AuditingService and AuditerService services. It is responsible for obtaining the details of all changes to domain objects within an interaction, and then to call the configured AuditingService to actually create audit entries of those changes. ","description":" The (internal) AuditingServiceInternal domain service acts as an internal facade to any configured AuditingService and AuditerService services. It is responsible for obtaining the details of all changes to domain objects within an interaction, and then to call the configured AuditingService to actually create audit entries of those changes. ","id":230599582},"232471644":{"title":"Registering Subscribers","url":"guides/rgsvc/rgsvc.html#_registering_subscribers","body":"Registering Subscribers  The register() method should be called in the @PostConstruct lifecycle method. It is valid and probably the least confusing to
  readers to also \"unregister\" in the @PreDestroy lifecycle method (though as noted above, unregistering is actually a no-op).  For example:  This works for both singleton (application-scoped) and also @RequestScoped domain services. ","description":" The register() method should be called in the @PostConstruct lifecycle method. It is valid and probably the least confusing to readers to also \"unregister\" in the @PreDestroy lifecycle method (though as noted above, unregistering is actually a no-op). ","id":232471644},"235512052":{"title":"Usage","url":"guides/rgsvc/rgsvc.html#_usage_21","body":"Usage  The usage will vary depending upon the conventions of the design. As of 1.9.0, the usage of the service has been centralized such that the packages to be scanned are located from the AppManifest's #getModules() method.  For example, the SimpleApp archetype's app manifest includes:  where the three module classes in effect define three different package prefixes to search under (for d
 omain services, fixture scripts and persistent entities).  Other usages of the ClassDiscoveryService are likely to work in a similar way, requiring some sort of scope to be specified. ","description":" The usage will vary depending upon the conventions of the design. As of 1.9.0, the usage of the service has been centralized such that the packages to be scanned are located from the AppManifest's #getModules() method. ","id":235512052},"238546442":{"title":"rebuildMetamodel()","url":"guides/rgcms/rgcms.html#__rgcms_classes_mixins_Object_rebuildMetamodel","body":"rebuildMetamodel()  The Object_rebuildMetamodel mixin provides the ability to discard the current internal metamodel data (an instance of ObjectSpecification) for the domain class of the rendered object, and recreate from code and other sources (most notably, layout XML data). It has the following signature: ","description":" The Object_rebuildMetamodel mixin provides the ability to discard the current internal metamodel data
  (an instance of ObjectSpecification) for the domain class of the rendered object, and recreate from code and other sources (most notably, layout XML data). It has the following signature: ","id":238546442},"238979657":{"title":"New Feature","url":"release-notes/release-notes.html#_new_feature_22","body":"New Feature ","description":"","id":238979657},"240026998":{"title":"Improvement","url":"release-notes/release-notes.html#_improvement_14","body":"Improvement ","description":"","id":240026998},"242030985":{"title":"1.4.0","url":"release-notes/release-notes.html#_release-notes_1.4.0","body":"1.4.0 ","description":"","id":242030985},"243439147":{"title":"hidden()","url":"guides/rgant/rgant.html#_rgant-Property_hidden","body":"hidden()  Properties can be hidden at the domain-level, indicating that they are not visible to the end-user. This attribute can also be applied to actions and collections.  For example:  The acceptable values for the where parameter are:  For example, if a pro
 perty is annotated with @Title, then normally this should be hidden from all tables. Annotating with @Property(where=Where.NOWHERE) overrides this. ","description":" Properties can be hidden at the domain-level, indicating that they are not visible to the end-user. This attribute can also be applied to actions and collections. ","id":243439147},"243876171":{"title":"Task","url":"release-notes/release-notes.html#_task_28","body":"Task ","description":"","id":243876171},"244520152":{"title":"SessionLoggingService","url":"guides/rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_SessionLoggingService","body":"SessionLoggingService  The SessionLoggingService defines an SPI to keep track of (typically: to log) the current sessions that are using the application. ","description":" The SessionLoggingService defines an SPI to keep track of (typically: to log) the current sessions that are using the application. ","id":244520152},"246275568":{"title":"Registering the Services","url":"guides/rgsv
 c/rgsvc.html#_registering_the_services_4","body":"Registering the Services  Assuming that the configuration-and-annotation services installer is configured (implicit if using the AppManifest to bootstrap the app), then the default implementation of GridLoaderService is automatically registered and injected, and no further configuration is required.  To use an alternative implementation, use @DomainServiceLayout#menuOrder() (as explained in the introduction to this guide). That said, there should be little reason to use a different implementation; if behaviour does need to be changed, it would also be possible to replace the implementation of either the GridLoaderService or the GridSystemService. ","description":" Assuming that the configuration-and-annotation services installer is configured (implicit if using the AppManifest to bootstrap the app), then the default implementation of GridLoaderService is automatically registered and injected, and no further configuration is required.
  ","id":246275568},"246409050":{"title":"Using system properties","url":"guides/ugbtb/ugbtb.html#_using_system_properties","body":"Using system properties  The servlet context initializer will search for any system properties called isis.xxx and if present will use them as overrides.  Thus, an alternative option for a Docker image is to bootstrap the servlet container (Tomcat, Jetty) with appropriate system properties set up. For example, with Tomcat this can be done by writing into the conf/catalina.properties file (see for example this stackoverflow post).  The Docker’s ENTRYPOINT therefore just needs to parse the Docker container’s own command line arguments and use to create this file. ","description":" The servlet context initializer will search for any system properties called isis.xxx and if present will use them as overrides. ","id":246409050},"251015067":{"title":"myapp-dom Module","url":"migration-notes/migration-notes.html#__code_myapp_dom_code_module","body":"myapp-d
 om Module  In your myapp-dom module (containing definitions of your persistent entities and domain services), create an empty class to represent the module. This should be at the root package for the domain, eg:  Since there is no requirement to actually instantiate this class (it merely provides the location of the myapp.dom package), we give it a private constructor.  If you have any other modules where you have either domain services or entities, similarly create an empty \"module\" class. ","description":" In your myapp-dom module (containing definitions of your persistent entities and domain services), create an empty class to represent the module. This should be at the root package for the domain, eg: ","id":251015067},"255768608":{"title":"Multi-tenancy support","url":"pages/isis-in-pictures/isis-in-pictures.html#_multi_tenancy_support","body":"Multi-tenancy support  Of the various Isis Addons, the security module has the most features. One significant feature is the ability 
 to associate users and objects with a \"tenancy\". The todoapp uses this feature so that different users' list of todo items are kept separate from one another. A user with administrator is able to switch their own \"tenancy\" to the tenancy of some other user, in order to access the objects in that tenancy:  For more details, see the security module README. ","description":" Of the various Isis Addons, the security module has the most features. One significant feature is the ability to associate users and objects with a \"tenancy\". The todoapp uses this feature so that different users' list of todo items are kept separate from one another. A user with administrator is","id":255768608},"257661017":{"title":"AppManifest (bootstrapping)","url":"guides/rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping","body":"AppManifest (bootstrapping)  This section describes how to implement the AppManifest interface to bootstrap both an Apache Isis web application, and also its integration
  tests. ","description":" This section describes how to implement the AppManifest interface to bootstrap both an Apache Isis web application, and also its integration tests. ","id":257661017},"259358868":{"title":"Hints and Tips","url":"guides/ugodn/ugodn.html#_ugodn_hints-and-tips","body":"Hints and Tips ","description":"","id":259358868},"266250802":{"title":"Implementation","url":"guides/rgsvc/rgsvc.html#_implementation_2","body":"Implementation  The (non-ASF) Isis addons' kitchensink app provides an example implementation:  which is rendered as: ","description":" The (non-ASF) Isis addons' kitchensink app provides an example implementation: ","id":266250802},"267695496":{"title":"Building Apache Isis","url":"guides/dg/dg.html#_dg_building-isis","body":"Building Apache Isis ","description":"","id":267695496},"273843820":{"title":"Simulated UI (WrapperFactory)","url":"guides/ugtst/ugtst.html#_simulated_ui_code_wrapperfactory_code","body":"Simulated UI (WrapperFactory)  When we tal
 k about integration tests/specs here, we mean tests that exercise the domain object logic, through to the actual database. But we also want the tests to exercise the app from the users’s perspective, which means including the user interface.  For most other frameworks that would require having to test the application in a very heavy weight/fragile fashion using a tool such as Selenium, driving a web browser to navigate . In this regard though, Apache Isis has a significant trick up its sleeve. Because Apache Isis implements the naked objects pattern, it means that the UI is generated automatically from the UI. This therefore allows for other implementations of the UI.  The WrapperFactory domain service allows a test to wrap domain objects and thus to interact with said objects \"as if\" through the UI:  If the test invokes an action that is disabled, then the wrapper will throw an appropriate exception. If the action is ok to invoke, it delegates through.  What this means is that 
 an Isis application can be tested end-to-end without having to deploy it onto a webserver; the whole app can be tested while running in-memory. Although integration tests re (necessarily) slower than unit tests, they are not any harder to write (in fact, in some respects they are easier). ","description":" When we talk about integration tests/specs here, we mean tests that exercise the domain object logic, through to the actual database. But we also want the tests to exercise the app from the users’s perspective, which means including the user interface. ","id":273843820},"273985863":{"title":"addTo…​() (deprecated)","url":"guides/rgcms/rgcms.html#_rgcms_methods_prefixes_addTo","body":"addTo…​() (deprecated)  The addTo…​() supporting method is called whenever an object is added to a collection. Its purpose is to allow additional business logic to be performed.  For example:  See also removeFrom…​()` ","description":" The addTo…​() supporting method is called wh
 enever an object is added to a collection. Its purpose is to allow additional business logic to be performed. ","id":273985863},"278859977":{"title":"promptStyle()","url":"guides/rgant/rgant.html#_rgant-PropertyLayout_promptStyle","body":"promptStyle()  The promptStyle() attribute is used to specify whether, when editing a domain object property, the new value for the property is prompted by way of a dialog box, or is prompted using an inline panel (replacing the property on the page).  If the attribute is not set, then the value of the configuration property isis.viewer.wicket.promptStyle is used. If this is itself not set, then an inline prompt is used.  For example:  Alternatively, the promptStyle() can be specified using file-based layouts. ","description":" The promptStyle() attribute is used to specify whether, when editing a domain object property, the new value for the property is prompted by way of a dialog box, or is prompted using an inline panel (replacing the property o
 n the page). ","id":278859977},"278890330":{"title":"Build a domain app","url":"pages/tg/tg.html#_build_a_domain_app","body":"Build a domain app  The remainder of the tutorial provides guidance on building a domain application. We don’t mandate any particular design, but we suggest one with no more than 3 to 6 domain entities in the first instance. If you’re stuck for ideas, then how about:  Hopefully one of those ideas appeals or sparks an idea for something of your own. ","description":" The remainder of the tutorial provides guidance on building a domain application. We don’t mandate any particular design, but we suggest one with no more than 3 to 6 domain entities in the first instance. If you’re stuck for ideas, then how about: ","id":278890330},"278999912":{"title":"Integration API","url":"guides/rgsvc/rgsvc.html#_rgsvc_integration-api","body":"Integration API ","description":"","id":278999912},"282766365":{"title":"Object CSS Styling","url":"guides/ugfun/ugfun.html#_o
 bject_css_styling","body":"Object CSS Styling  It is also possible for an object to return a CSS class. In conjunction with customized CSS this can be used to apply arbitrary styling; for example each object could be rendered in a page with a different background colour. ","description":" It is also possible for an object to return a CSS class. In conjunction with customized CSS this can be used to apply arbitrary styling; for example each object could be rendered in a page with a different background colour. ","id":282766365},"283629224":{"title":"App Structure","url":"guides/ugfun/ugfun.html#_app_structure","body":"App Structure  As noted above, the generated app is a very simple application consisting of a single domain object that can be easily renamed and extended. The intention is not to showcase all of Apache Isis' capabilities; rather it is to allow you to very easily modify the generated application (eg rename SimpleObject to Customer) without having to waste time deleting 
 lots of generated code.  If you run into issues, please don’t hesitate to ask for help on the users mailing list. ","description":" As noted above, the generated app is a very simple application consisting of a single domain object that can be easily renamed and extended. The intention is not to showcase all of Apache Isis' capabilities; rather it is to allow you to very easily modify the generated application (eg rename","id":283629224},"285898371":{"title":"ObjectUpdatedEvent","url":"guides/rgcms/rgcms.html#_rgcms_classes_lifecycleevent_ObjectUpdatedEvent","body":"ObjectUpdatedEvent  Subclass of AbstractLifecycleEvent, broadcast when an object has just been updated in the database. This is done either explicitly when the current transaction is flushed using the DomainObjectContainer's #flush(…​) method, else is done implicitly when the transaction commits at the end of the user request.  ObjectUpdatedEvent.Default is the concrete implementation that is used. ","description":
 " Subclass of AbstractLifecycleEvent, broadcast when an object has just been updated in the database. This is done either explicitly when the current transaction is flushed using the DomainObjectContainer's #flush(…​) method, else is done implicitly when the transaction commits at the end of the user request. ","id":285898371},"286850218":{"title":"Dependent choices for action parameters","url":"guides/ugfun/ugfun.html#_dependent_choices_for_action_parameters","body":"Dependent choices for action parameters  For action it is also possible (in a limited form) to define dependencies between parameters. Specifically, if one parameter is a drop-down choice, then other drop-down choices can be derived from it.  A good example is a category/sub-category:  Note how the choices method for the 2nd parameter also accepts the first parameter. ","description":" For action it is also possible (in a limited form) to define dependencies between parameters. Specifically, if one parameter is a d
 rop-down choice, then other drop-down choices can be derived from it. ","id":286850218},"287120012":{"title":"Actions","url":"guides/ugfun/ugfun.html#_actions_2","body":"Actions  Of course, the precondition business rules described above are only one type of business rule.  More generally, business rules are implemented in the form of the implementation of actions. Rather than have the end-user have to edit individual properties of numerous objects, an action can encode these rules and allow only safe transformations of the application from one consistent state to the next. ","description":" Of course, the precondition business rules described above are only one type of business rule. ","id":287120012},"288377989":{"title":"Philosophy and Architecture","url":"guides/ugfun/ugfun.html#_ugfun_core-concepts_philosophy","body":"Philosophy and Architecture  This section describes some of the core ideas and architectural patterns upon which Apache Isis builds. ","description":" This sectio
 n describes some of the core ideas and architectural patterns upon which Apache Isis builds. ","id":288377989},"288392697":{"title":"User Experience","url":"guides/ugvw/ugvw.html#_user_experience_3","body":"User Experience  The copy URL dialog is typically obtained by clicking on the icon.  Alternatively, alt+] will also open the dialog. It can be closed with either OK or the Esc key. ","description":" The copy URL dialog is typically obtained by clicking on the icon. ","id":288392697},"291813215":{"title":"Raising events programmatically","url":"guides/rgant/rgant.html#_raising_events_programmatically","body":"Raising events programmatically  Normally events are only raised for interactions through the UI. However, events can be raised programmatically either by calling the EventBusService API directly, or by emulating the UI by wrapping the target object using the WrapperFactory domain service. ","description":" Normally events are only raised for interactions through the UI. Howe
 ver, events can be raised programmatically either by calling the EventBusService API directly, or by emulating the UI by wrapping the target object using the WrapperFactory domain service. ","id":291813215},"293860175":{"title":"Usage","url":"guides/rgsvc/rgsvc.html#_usage_10","body":"Usage  The most common use-case is for bulk actions that act upon multiple objects in a list. The (same) Scratchpad service is injected into each of these objects, and so they can use pass information.  For example, the Isis addons example todoapp (not ASF) demonstrates how the Scratchpad service can be used to calculate the total cost of the selected `ToDoItem`s:  A more complex example could use a view model to enable bulk updates to a set of objects. The view model’s job is to gather track of the items to be updated:  The bulk action in the objects simply adds the selected item to the view model:  If using the Wicket viewer, the ToDoItemBulkUpdate view model returned from the last action invoked w
 ill be displayed. Thereafter this view model can be used to perform a bulk update of the \"enlisted\" items. ","description":" The most common use-case is for bulk actions that act upon multiple objects in a list. The (same) Scratchpad service is injected into each of these objects, and so they can use pass information. ","id":293860175},"295225295":{"title":"updatingLifecycleEvent()","url":"guides/rgant/rgant.html#_rgant-DomainObject_updatingLifecycleEvent","body":"updatingLifecycleEvent()  Whenever a (persistent) domain object has been modified and is about to be updated to the database, an \"updating\" lifecycle event is fired.  Subscribers subscribe through the EventBusService and can use the event to obtain a reference to the domain object. The subscriber could then, for example, update the object, or it could use it maintain an external datastore. One possible application is to maintain a full-text search database using Apache Lucene or similar.  By default the event raised is
  ObjectUpdatingEvent.Default. For example:  The purpose of the updatingLifecycleEvent() attribute is to allows a custom subclass to be emitted instead. A similar attribute is available for other lifecycle events.  For example:  The benefit is that subscribers can be more targeted as to the events that they subscribe to. ","description":" Whenever a (persistent) domain object has been modified and is about to be updated to the database, an \"updating\" lifecycle event is fired. ","id":295225295},"295564393":{"title":"FactoryService","url":"guides/rgsvc/rgsvc.html#_rgsvc_core-dom

<TRUNCATED>

[4/8] isis-site git commit: ISIS-1465: updates to docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/0ceac89f/content/guides/rgsvc/rgsvc.html
----------------------------------------------------------------------
diff --git a/content/guides/rgsvc/rgsvc.html b/content/guides/rgsvc/rgsvc.html
index e6174d7..0de2a9b 100644
--- a/content/guides/rgsvc/rgsvc.html
+++ b/content/guides/rgsvc/rgsvc.html
@@ -1989,7 +1989,7 @@ table.CodeRay td.code>pre{padding:0}
          <div class="sect3"> 
           <h4 id="_implementations_2">3.11.2. Implementations</h4> 
           <div class="paragraph"> 
-           <p>The framework provides an implementation, <code>SessionLoggingService.Stderr</code> that just prints out to standard error. This is not registered by default, but can be easily registered manually (in <code>1.15.0-SNAPSHOT</code>) using <code>AppManifestAbstract.Builder#withAdditionalServices(…​)</code>.</p> 
+           <p>The framework provides an implementation, <code>SessionLoggingService.Stderr</code> that just prints out to standard error. This is not registered by default, but can be easily registered manually using <code>AppManifestAbstract.Builder#withAdditionalServices(…​)</code>.</p> 
           </div> 
           <div class="paragraph"> 
            <p>The (non-ASF) <a href="http://github.com/isisaddons/isis-module-sessionlogger">Sessionlogger module</a> provides an implementation that logs each session as a JDO entity.</p> 
@@ -9493,7 +9493,7 @@ repositoryService.persist(cust);</code></pre>
            </table> 
           </div> 
           <div class="paragraph"> 
-           <p>The <code>executeUniqueQuery(…​)</code> method (<code>1.15.0-SNAPSHOT</code>) is similar to <code>executeQuery(…​)</code>, however expects the query to return at most a single object, which it returns (or <code>null</code> if none).</p> 
+           <p>The <code>executeUniqueQuery(…​)</code> method (introduced in <code>1.15.0</code>) is similar to <code>executeQuery(…​)</code>, however expects the query to return at most a single object, which it returns (or <code>null</code> if none).</p> 
           </div> 
           <div class="paragraph"> 
            <p>The <code>newTypesafeQuery(…​)</code> method is a lower-level API that allows a type safe query to be instantiated for most sophisticated querying, eg using group by or order by clauses. See the DataNucleus <a href="http://www.datanucleus.org/products/accessplatform_4_0/jdo/jdoql_typesafe.html">documentation</a> for full details of using this.</p> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/0ceac89f/content/guides/rgsvc/rgsvc.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgsvc/rgsvc.pdf b/content/guides/rgsvc/rgsvc.pdf
index 40fbc56..5ebc805 100644
--- a/content/guides/rgsvc/rgsvc.pdf
+++ b/content/guides/rgsvc/rgsvc.pdf
@@ -4,8 +4,8 @@
 << /Title (Domain Services)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170814204344+01'00')
-/ModDate (D:20170814204344+01'00')
+/CreationDate (D:20170818082337+01'00')
+/ModDate (D:20170818082337+01'00')
 >>
 endobj
 2 0 obj
@@ -50380,7 +50380,7 @@ endobj
 [388 0 R /XYZ 0 110.8700000000002 null]
 endobj
 401 0 obj
-<< /Length 23920
+<< /Length 23403
 >>
 stream
 q
@@ -50389,27 +50389,12 @@ q
 /DeviceRGB CS
 0.200 0.200 0.200 SCN
 
-0.886 Tw
+2.811 Tw
 
 BT
 48.24 794.6759999999999 Td
 /F1.0 10.5 Tf
-[<7374616e64617264206572726f722e2054686973206973206e6f7420726567697374657265642062> 20.01953125 <792064656661756c742c206275742063616e20626520656173696c792072656769737465726564206d616e75616c6c792028696e20>] TJ
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-0.886 Tw
-
-BT
-510.28999999999996 794.6759999999999 Td
-/F3.0 10.5 Tf
-<312e31352e302d> Tj
+[<7374616e64617264206572726f722e2054686973206973206e6f7420726567697374657265642062> 20.01953125 <792064656661756c742c206275742063616e20626520656173696c792072656769737465726564206d616e75616c6c79207573696e67>] TJ
 ET
 
 
@@ -50422,28 +50407,6 @@ ET
 BT
 48.24 778.896 Td
 /F3.0 10.5 Tf
-<534e415053484f54> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-90.24000000000001 778.896 Td
-/F1.0 10.5 Tf
-<29207573696e6720> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-BT
-126.47550000000001 778.896 Td
-/F3.0 10.5 Tf
 <4170704d616e696665737441627374726163742e4275696c64657223776974684164646974696f6e616c536572766963657328> Tj
 ET
 
@@ -50453,7 +50416,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-394.2255 778.896 Td
+315.99 778.896 Td
 /F4.0 10.5 Tf
 <c9> Tj
 ET
@@ -50464,7 +50427,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-404.7255 778.896 Td
+326.49 778.896 Td
 /F3.0 10.5 Tf
 <29> Tj
 ET
@@ -50475,7 +50438,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-409.9755 778.896 Td
+331.74 778.896 Td
 /F1.0 10.5 Tf
 <2e> Tj
 ET
@@ -251907,7 +251870,7 @@ endobj
 >>
 endobj
 1653 0 obj
-<< /Length 42358
+<< /Length 42313
 >>
 stream
 q
@@ -254520,7 +254483,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-4.315 Tw
+1.107 Tw
 
 BT
 48.24000000000001 219.31700000000004 Td
@@ -254535,10 +254498,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-4.315 Tw
+1.107 Tw
 
 BT
-73.9751875 219.31700000000004 Td
+70.76750000000001 219.31700000000004 Td
 /F3.0 10.5 Tf
 <65786563757465556e69717565517565727928> Tj
 ET
@@ -254550,10 +254513,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-4.315 Tw
+1.107 Tw
 
 BT
-173.7251875 219.31700000000004 Td
+170.5175 219.31700000000004 Td
 /F4.0 10.5 Tf
 <c9> Tj
 ET
@@ -254565,10 +254528,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-4.315 Tw
+1.107 Tw
 
 BT
-184.2251875 219.31700000000004 Td
+181.0175 219.31700000000004 Td
 /F3.0 10.5 Tf
 <29> Tj
 ET
@@ -254580,12 +254543,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-4.315 Tw
+1.107 Tw
 
 BT
-189.4751875 219.31700000000004 Td
+186.2675 219.31700000000004 Td
 /F1.0 10.5 Tf
-<206d6574686f642028> Tj
+<206d6574686f642028696e74726f647563656420696e20> Tj
 ET
 
 
@@ -254595,12 +254558,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-4.315 Tw
+1.107 Tw
 
 BT
-245.5550625 219.31700000000004 Td
+308.8435 219.31700000000004 Td
 /F3.0 10.5 Tf
-<312e31352e302d534e415053484f54> Tj
+<312e31352e30> Tj
 ET
 
 
@@ -254610,10 +254573,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-4.315 Tw
+1.107 Tw
 
 BT
-324.30506249999996 219.31700000000004 Td
+340.3435 219.31700000000004 Td
 /F1.0 10.5 Tf
 <292069732073696d696c617220746f20> Tj
 ET
@@ -254625,10 +254588,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-4.315 Tw
+1.107 Tw
 
 BT
-409.3643124999999 219.31700000000004 Td
+412.572 219.31700000000004 Td
 /F3.0 10.5 Tf
 <65786563757465517565727928> Tj
 ET
@@ -254640,10 +254603,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-4.315 Tw
+1.107 Tw
 
 BT
-477.6143124999999 219.31700000000004 Td
+480.822 219.31700000000004 Td
 /F4.0 10.5 Tf
 <c9> Tj
 ET
@@ -254655,10 +254618,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-4.315 Tw
+1.107 Tw
 
 BT
-488.1143124999999 219.31700000000004 Td
+491.322 219.31700000000004 Td
 /F3.0 10.5 Tf
 <29> Tj
 ET
@@ -254670,10 +254633,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-4.315 Tw
+1.107 Tw
 
 BT
-493.3643124999999 219.31700000000004 Td
+496.572 219.31700000000004 Td
 /F1.0 10.5 Tf
 <2c20686f7765766572> Tj
 ET
@@ -317375,1951 +317338,1951 @@ xref
 0000846916 00000 n 
 0000846973 00000 n 
 0000847030 00000 n 
-0000871005 00000 n 
-0000871307 00000 n 
-0000871527 00000 n 
-0000871584 00000 n 
-0000871641 00000 n 
-0000871872 00000 n 
-0000871929 00000 n 
-0000871987 00000 n 
-0000872235 00000 n 
-0000897864 00000 n 
-0000898158 00000 n 
-0000898204 00000 n 
-0000898398 00000 n 
-0000898455 00000 n 
-0000898513 00000 n 
-0000898725 00000 n 
-0000918175 00000 n 
-0000918520 00000 n 
-0000918566 00000 n 
-0000918801 00000 n 
-0000919017 00000 n 
-0000919237 00000 n 
-0000919468 00000 n 
-0000919525 00000 n 
-0000919582 00000 n 
-0000919825 00000 n 
-0000920084 00000 n 
-0000920142 00000 n 
-0000920395 00000 n 
-0000920611 00000 n 
-0000920668 00000 n 
-0000921071 00000 n 
-0000921129 00000 n 
-0000921329 00000 n 
-0000921533 00000 n 
-0000934355 00000 n 
-0000934655 00000 n 
-0000934701 00000 n 
-0000934941 00000 n 
-0000935149 00000 n 
-0000935206 00000 n 
-0000935447 00000 n 
-0000935702 00000 n 
-0000935759 00000 n 
-0000936025 00000 n 
-0000936244 00000 n 
-0000936302 00000 n 
-0000956851 00000 n 
-0000957140 00000 n 
-0000957186 00000 n 
-0000957426 00000 n 
-0000957671 00000 n 
-0000957729 00000 n 
-0000957932 00000 n 
-0000957989 00000 n 
-0000960633 00000 n 
-0000960913 00000 n 
-0000960959 00000 n 
-0000961179 00000 n 
-0001018832 00000 n 
-0001019055 00000 n 
-0001038322 00000 n 
-0001038779 00000 n 
-0001038825 00000 n 
-0001039035 00000 n 
-0001039277 00000 n 
-0001039496 00000 n 
-0001039706 00000 n 
-0001039915 00000 n 
-0001040125 00000 n 
-0001040331 00000 n 
-0001040527 00000 n 
-0001040734 00000 n 
-0001040980 00000 n 
-0001041214 00000 n 
-0001041450 00000 n 
-0001041685 00000 n 
-0001041921 00000 n 
-0001042156 00000 n 
-0001042403 00000 n 
-0001042645 00000 n 
-0001042873 00000 n 
-0001043101 00000 n 
-0001043328 00000 n 
-0001043556 00000 n 
-0001043815 00000 n 
-0001044074 00000 n 
-0001044333 00000 n 
-0001070510 00000 n 
-0001071063 00000 n 
-0001071300 00000 n 
-0001071514 00000 n 
-0001071729 00000 n 
-0001071953 00000 n 
-0001072190 00000 n 
-0001072419 00000 n 
-0001072669 00000 n 
-0001072922 00000 n 
-0001073175 00000 n 
-0001073418 00000 n 
-0001073648 00000 n 
-0001073891 00000 n 
-0001074121 00000 n 
-0001074330 00000 n 
-0001074569 00000 n 
-0001074784 00000 n 
-0001074989 00000 n 
-0001075193 00000 n 
-0001075410 00000 n 
-0001075640 00000 n 
-0001075870 00000 n 
-0001076101 00000 n 
-0001076350 00000 n 
-0001076575 00000 n 
-0001076812 00000 n 
-0001077026 00000 n 
-0001077241 00000 n 
-0001077466 00000 n 
-0001077703 00000 n 
-0001077927 00000 n 
-0001078164 00000 n 
-0001078388 00000 n 
-0001078625 00000 n 
-0001078877 00000 n 
-0001079129 00000 n 
-0001079382 00000 n 
-0001106061 00000 n 
-0001106475 00000 n 
-0001106716 00000 n 
-0001106944 00000 n 
-0001107185 00000 n 
-0001107413 00000 n 
-0001107642 00000 n 
-0001107892 00000 n 
-0001108142 00000 n 
-0001108393 00000 n 
-0001108630 00000 n 
-0001108854 00000 n 
-0001109079 00000 n 
-0001109303 00000 n 
-0001109540 00000 n 
-0001109598 00000 n 
+0000870488 00000 n 
+0000870790 00000 n 
+0000871010 00000 n 
+0000871067 00000 n 
+0000871124 00000 n 
+0000871355 00000 n 
+0000871412 00000 n 
+0000871470 00000 n 
+0000871718 00000 n 
+0000897347 00000 n 
+0000897641 00000 n 
+0000897687 00000 n 
+0000897881 00000 n 
+0000897938 00000 n 
+0000897996 00000 n 
+0000898208 00000 n 
+0000917658 00000 n 
+0000918003 00000 n 
+0000918049 00000 n 
+0000918284 00000 n 
+0000918500 00000 n 
+0000918720 00000 n 
+0000918951 00000 n 
+0000919008 00000 n 
+0000919065 00000 n 
+0000919308 00000 n 
+0000919567 00000 n 
+0000919625 00000 n 
+0000919878 00000 n 
+0000920094 00000 n 
+0000920151 00000 n 
+0000920554 00000 n 
+0000920612 00000 n 
+0000920812 00000 n 
+0000921016 00000 n 
+0000933838 00000 n 
+0000934138 00000 n 
+0000934184 00000 n 
+0000934424 00000 n 
+0000934632 00000 n 
+0000934689 00000 n 
+0000934930 00000 n 
+0000935185 00000 n 
+0000935242 00000 n 
+0000935508 00000 n 
+0000935727 00000 n 
+0000935785 00000 n 
+0000956334 00000 n 
+0000956623 00000 n 
+0000956669 00000 n 
+0000956909 00000 n 
+0000957154 00000 n 
+0000957212 00000 n 
+0000957415 00000 n 
+0000957472 00000 n 
+0000960116 00000 n 
+0000960396 00000 n 
+0000960442 00000 n 
+0000960662 00000 n 
+0001018315 00000 n 
+0001018538 00000 n 
+0001037805 00000 n 
+0001038262 00000 n 
+0001038308 00000 n 
+0001038518 00000 n 
+0001038760 00000 n 
+0001038979 00000 n 
+0001039189 00000 n 
+0001039398 00000 n 
+0001039608 00000 n 
+0001039814 00000 n 
+0001040010 00000 n 
+0001040217 00000 n 
+0001040463 00000 n 
+0001040697 00000 n 
+0001040933 00000 n 
+0001041168 00000 n 
+0001041404 00000 n 
+0001041639 00000 n 
+0001041886 00000 n 
+0001042128 00000 n 
+0001042356 00000 n 
+0001042584 00000 n 
+0001042811 00000 n 
+0001043039 00000 n 
+0001043298 00000 n 
+0001043557 00000 n 
+0001043816 00000 n 
+0001069993 00000 n 
+0001070546 00000 n 
+0001070783 00000 n 
+0001070997 00000 n 
+0001071212 00000 n 
+0001071436 00000 n 
+0001071673 00000 n 
+0001071902 00000 n 
+0001072152 00000 n 
+0001072405 00000 n 
+0001072658 00000 n 
+0001072901 00000 n 
+0001073131 00000 n 
+0001073374 00000 n 
+0001073604 00000 n 
+0001073813 00000 n 
+0001074052 00000 n 
+0001074267 00000 n 
+0001074472 00000 n 
+0001074676 00000 n 
+0001074893 00000 n 
+0001075123 00000 n 
+0001075353 00000 n 
+0001075584 00000 n 
+0001075833 00000 n 
+0001076058 00000 n 
+0001076295 00000 n 
+0001076509 00000 n 
+0001076724 00000 n 
+0001076949 00000 n 
+0001077186 00000 n 
+0001077410 00000 n 
+0001077647 00000 n 
+0001077871 00000 n 
+0001078108 00000 n 
+0001078360 00000 n 
+0001078612 00000 n 
+0001078865 00000 n 
+0001105544 00000 n 
+0001105958 00000 n 
+0001106199 00000 n 
+0001106427 00000 n 
+0001106668 00000 n 
+0001106896 00000 n 
+0001107125 00000 n 
+0001107375 00000 n 
+0001107625 00000 n 
+0001107876 00000 n 
+0001108113 00000 n 
+0001108337 00000 n 
+0001108562 00000 n 
+0001108786 00000 n 
+0001109023 00000 n 
+0001109081 00000 n 
+0001109308 00000 n 
+0001109567 00000 n 
 0001109825 00000 n 
-0001110084 00000 n 
-0001110342 00000 n 
-0001110400 00000 n 
-0001110626 00000 n 
-0001119158 00000 n 
-0001119459 00000 n 
-0001119654 00000 n 
-0001119711 00000 n 
-0001129701 00000 n 
-0001130522 00000 n 
-0001130752 00000 n 
-0001130986 00000 n 
-0001164268 00000 n 
-0001164602 00000 n 
-0001164839 00000 n 
-0001164885 00000 n 
-0001165132 00000 n 
-0001165355 00000 n 
-0001165587 00000 n 
-0001165644 00000 n 
-0001165873 00000 n 
-0001166080 00000 n 
-0001166138 00000 n 
-0001166364 00000 n 
-0001192232 00000 n 
-0001192545 00000 n 
-0001192602 00000 n 
-0001192828 00000 n 
-0001193043 00000 n 
-0001193246 00000 n 
-0001193304 00000 n 
-0001193550 00000 n 
-0001193788 00000 n 
-0001194032 00000 n 
-0001226602 00000 n 
-0001226894 00000 n 
-0001226940 00000 n 
-0001226997 00000 n 
-0001227257 00000 n 
-0001227469 00000 n 
-0001227693 00000 n 
-0001227927 00000 n 
-0001228163 00000 n 
-0001228209 00000 n 
-0001256349 00000 n 
-0001256704 00000 n 
-0001256922 00000 n 
-0001257160 00000 n 
-0001257207 00000 n 
-0001257433 00000 n 
-0001257660 00000 n 
-0001257892 00000 n 
-0001258121 00000 n 
-0001258349 00000 n 
-0001258577 00000 n 
-0001258635 00000 n 
-0001258998 00000 n 
-0001286695 00000 n 
-0001287032 00000 n 
-0001287262 00000 n 
-0001287480 00000 n 
-0001287693 00000 n 
-0001287923 00000 n 
-0001287980 00000 n 
-0001288229 00000 n 
-0001288471 00000 n 
-0001288717 00000 n 
-0001288775 00000 n 
-0001289027 00000 n 
-0001289267 00000 n 
-0001314376 00000 n 
-0001314705 00000 n 
-0001314900 00000 n 
-0001315108 00000 n 
-0001315323 00000 n 
-0001315579 00000 n 
-0001315781 00000 n 
-0001315838 00000 n 
-0001315896 00000 n 
-0001316110 00000 n 
-0001316320 00000 n 
-0001316556 00000 n 
-0001366831 00000 n 
-0001367060 00000 n 
-0001392793 00000 n 
-0001393022 00000 n 
-0001414342 00000 n 
-0001414650 00000 n 
-0001414696 00000 n 
-0001414901 00000 n 
-0001415151 00000 n 
-0001415366 00000 n 
-0001415591 00000 n 
-0001415823 00000 n 
-0001416053 00000 n 
-0001416277 00000 n 
-0001433645 00000 n 
-0001433974 00000 n 
-0001434225 00000 n 
-0001434477 00000 n 
-0001434706 00000 n 
-0001434935 00000 n 
-0001435177 00000 n 
-0001435403 00000 n 
-0001435460 00000 n 
-0001435679 00000 n 
-0001435871 00000 n 
-0001435917 00000 n 
-0001479675 00000 n 
-0001479917 00000 n 
-0001506762 00000 n 
-0001507104 00000 n 
-0001507355 00000 n 
-0001507412 00000 n 
-0001507628 00000 n 
-0001507858 00000 n 
-0001508088 00000 n 
-0001508317 00000 n 
-0001508567 00000 n 
-0001508803 00000 n 
-0001509063 00000 n 
-0001535765 00000 n 
-0001536033 00000 n 
-0001536079 00000 n 
-0001536311 00000 n 
-0001536369 00000 n 
-0001536801 00000 n 
-0001537048 00000 n 
-0001563698 00000 n 
-0001564099 00000 n 
-0001564319 00000 n 
-0001564539 00000 n 
-0001564596 00000 n 
-0001564845 00000 n 
-0001565080 00000 n 
-0001565308 00000 n 
-0001565559 00000 n 
-0001565814 00000 n 
-0001566054 00000 n 
-0001566293 00000 n 
-0001566521 00000 n 
-0001566578 00000 n 
-0001566826 00000 n 
-0001567057 00000 n 
-0001567274 00000 n 
-0001567491 00000 n 
-0001567731 00000 n 
-0001567979 00000 n 
-0001568222 00000 n 
-0001595679 00000 n 
-0001595960 00000 n 
-0001596006 00000 n 
-0001596063 00000 n 
-0001596121 00000 n 
-0001596373 00000 n 
-0001596625 00000 n 
-0001631927 00000 n 
-0001632211 00000 n 
-0001632257 00000 n 
-0001632485 00000 n 
-0001632713 00000 n 
-0001632957 00000 n 
-0001633178 00000 n 
-0001661509 00000 n 
-0001661880 00000 n 
-0001661937 00000 n 
-0001662179 00000 n 
-0001662404 00000 n 
-0001662461 00000 n 
-0001662707 00000 n 
-0001662950 00000 n 
-0001663200 00000 n 
-0001663461 00000 n 
-0001663707 00000 n 
-0001663765 00000 n 
-0001664511 00000 n 
-0001664739 00000 n 
-0001664967 00000 n 
-0001665218 00000 n 
-0001693860 00000 n 
-0001694194 00000 n 
-0001694437 00000 n 
-0001694483 00000 n 
-0001694734 00000 n 
-0001694791 00000 n 
-0001694983 00000 n 
-0001695186 00000 n 
-0001695404 00000 n 
-0001695606 00000 n 
-0001695808 00000 n 
-0001719991 00000 n 
-0001720267 00000 n 
-0001720313 00000 n 
-0001720370 00000 n 
-0001720618 00000 n 
-0001720858 00000 n 
-0001721090 00000 n 
-0001721148 00000 n 
-0001721205 00000 n 
-0001737635 00000 n 
-0001737945 00000 n 
-0001737991 00000 n 
-0001738048 00000 n 
-0001738290 00000 n 
-0001738533 00000 n 
-0001738776 00000 n 
-0001738833 00000 n 
-0001739084 00000 n 
-0001739142 00000 n 
-0001739199 00000 n 
-0001757286 00000 n 
-0001757583 00000 n 
-0001757629 00000 n 
-0001757686 00000 n 
-0001757933 00000 n 
-0001758173 00000 n 
-0001758405 00000 n 
-0001758463 00000 n 
-0001758714 00000 n 
-0001758771 00000 n 
-0001782035 00000 n 
-0001782303 00000 n 
-0001782533 00000 n 
-0001782714 00000 n 
-0001812737 00000 n 
-0001813055 00000 n 
-0001813300 00000 n 
-0001813512 00000 n 
-0001813570 00000 n 
-0001813628 00000 n 
-0001813875 00000 n 
-0001814120 00000 n 
-0001814364 00000 n 
-0001851166 00000 n 
-0001851474 00000 n 
-0001851520 00000 n 
-0001851692 00000 n 
-0001851928 00000 n 
-0001852134 00000 n 
-0001852192 00000 n 
-0001873889 00000 n 
-0001874279 00000 n 
-0001874507 00000 n 
-0001874718 00000 n 
-0001874939 00000 n 
-0001875151 00000 n 
-0001875386 00000 n 
-0001875624 00000 n 
-0001875861 00000 n 
-0001876096 00000 n 
-0001876331 00000 n 
-0001876566 00000 n 
-0001876801 00000 n 
-0001877043 00000 n 
-0001877283 00000 n 
-0001877523 00000 n 
-0001877581 00000 n 
-0001912575 00000 n 
-0001912874 00000 n 
-0001913108 00000 n 
-0001913166 00000 n 
-0001921334 00000 n 
-0001921623 00000 n 
-0001921669 00000 n 
-0001921916 00000 n 
-0001922156 00000 n 
-0001922401 00000 n 
-0001947400 00000 n 
-0001947825 00000 n 
-0001947871 00000 n 
-0001948081 00000 n 
-0001948328 00000 n 
-0001948552 00000 n 
-0001948767 00000 n 
-0001948981 00000 n 
-0001949196 00000 n 
-0001949430 00000 n 
-0001949667 00000 n 
-0001949891 00000 n 
-0001950116 00000 n 
-0001950341 00000 n 
-0001950580 00000 n 
-0001950826 00000 n 
-0001951059 00000 n 
-0001951293 00000 n 
-0001951526 00000 n 
-0001951760 00000 n 
-0001951993 00000 n 
-0001952243 00000 n 
-0001952494 00000 n 
-0001994948 00000 n 
-0001995245 00000 n 
-0001995291 00000 n 
-0001995544 00000 n 
-0001995784 00000 n 
-0001996062 00000 n 
+0001109883 00000 n 
+0001110109 00000 n 
+0001118641 00000 n 
+0001118942 00000 n 
+0001119137 00000 n 
+0001119194 00000 n 
+0001129184 00000 n 
+0001130005 00000 n 
+0001130235 00000 n 
+0001130469 00000 n 
+0001163751 00000 n 
+0001164085 00000 n 
+0001164322 00000 n 
+0001164368 00000 n 
+0001164615 00000 n 
+0001164838 00000 n 
+0001165070 00000 n 
+0001165127 00000 n 
+0001165356 00000 n 
+0001165563 00000 n 
+0001165621 00000 n 
+0001165847 00000 n 
+0001191715 00000 n 
+0001192028 00000 n 
+0001192085 00000 n 
+0001192311 00000 n 
+0001192526 00000 n 
+0001192729 00000 n 
+0001192787 00000 n 
+0001193033 00000 n 
+0001193271 00000 n 
+0001193515 00000 n 
+0001226085 00000 n 
+0001226377 00000 n 
+0001226423 00000 n 
+0001226480 00000 n 
+0001226740 00000 n 
+0001226952 00000 n 
+0001227176 00000 n 
+0001227410 00000 n 
+0001227646 00000 n 
+0001227692 00000 n 
+0001255832 00000 n 
+0001256187 00000 n 
+0001256405 00000 n 
+0001256643 00000 n 
+0001256690 00000 n 
+0001256916 00000 n 
+0001257143 00000 n 
+0001257375 00000 n 
+0001257604 00000 n 
+0001257832 00000 n 
+0001258060 00000 n 
+0001258118 00000 n 
+0001258481 00000 n 
+0001286178 00000 n 
+0001286515 00000 n 
+0001286745 00000 n 
+0001286963 00000 n 
+0001287176 00000 n 
+0001287406 00000 n 
+0001287463 00000 n 
+0001287712 00000 n 
+0001287954 00000 n 
+0001288200 00000 n 
+0001288258 00000 n 
+0001288510 00000 n 
+0001288750 00000 n 
+0001313859 00000 n 
+0001314188 00000 n 
+0001314383 00000 n 
+0001314591 00000 n 
+0001314806 00000 n 
+0001315062 00000 n 
+0001315264 00000 n 
+0001315321 00000 n 
+0001315379 00000 n 
+0001315593 00000 n 
+0001315803 00000 n 
+0001316039 00000 n 
+0001366314 00000 n 
+0001366543 00000 n 
+0001392276 00000 n 
+0001392505 00000 n 
+0001413825 00000 n 
+0001414133 00000 n 
+0001414179 00000 n 
+0001414384 00000 n 
+0001414634 00000 n 
+0001414849 00000 n 
+0001415074 00000 n 
+0001415306 00000 n 
+0001415536 00000 n 
+0001415760 00000 n 
+0001433128 00000 n 
+0001433457 00000 n 
+0001433708 00000 n 
+0001433960 00000 n 
+0001434189 00000 n 
+0001434418 00000 n 
+0001434660 00000 n 
+0001434886 00000 n 
+0001434943 00000 n 
+0001435162 00000 n 
+0001435354 00000 n 
+0001435400 00000 n 
+0001479158 00000 n 
+0001479400 00000 n 
+0001506245 00000 n 
+0001506587 00000 n 
+0001506838 00000 n 
+0001506895 00000 n 
+0001507111 00000 n 
+0001507341 00000 n 
+0001507571 00000 n 
+0001507800 00000 n 
+0001508050 00000 n 
+0001508286 00000 n 
+0001508546 00000 n 
+0001535248 00000 n 
+0001535516 00000 n 
+0001535562 00000 n 
+0001535794 00000 n 
+0001535852 00000 n 
+0001536284 00000 n 
+0001536531 00000 n 
+0001563181 00000 n 
+0001563582 00000 n 
+0001563802 00000 n 
+0001564022 00000 n 
+0001564079 00000 n 
+0001564328 00000 n 
+0001564563 00000 n 
+0001564791 00000 n 
+0001565042 00000 n 
+0001565297 00000 n 
+0001565537 00000 n 
+0001565776 00000 n 
+0001566004 00000 n 
+0001566061 00000 n 
+0001566309 00000 n 
+0001566540 00000 n 
+0001566757 00000 n 
+0001566974 00000 n 
+0001567214 00000 n 
+0001567462 00000 n 
+0001567705 00000 n 
+0001595162 00000 n 
+0001595443 00000 n 
+0001595489 00000 n 
+0001595546 00000 n 
+0001595604 00000 n 
+0001595856 00000 n 
+0001596108 00000 n 
+0001631410 00000 n 
+0001631694 00000 n 
+0001631740 00000 n 
+0001631968 00000 n 
+0001632196 00000 n 
+0001632440 00000 n 
+0001632661 00000 n 
+0001660992 00000 n 
+0001661363 00000 n 
+0001661420 00000 n 
+0001661662 00000 n 
+0001661887 00000 n 
+0001661944 00000 n 
+0001662190 00000 n 
+0001662433 00000 n 
+0001662683 00000 n 
+0001662944 00000 n 
+0001663190 00000 n 
+0001663248 00000 n 
+0001663994 00000 n 
+0001664222 00000 n 
+0001664450 00000 n 
+0001664701 00000 n 
+0001693343 00000 n 
+0001693677 00000 n 
+0001693920 00000 n 
+0001693966 00000 n 
+0001694217 00000 n 
+0001694274 00000 n 
+0001694466 00000 n 
+0001694669 00000 n 
+0001694887 00000 n 
+0001695089 00000 n 
+0001695291 00000 n 
+0001719474 00000 n 
+0001719750 00000 n 
+0001719796 00000 n 
+0001719853 00000 n 
+0001720101 00000 n 
+0001720341 00000 n 
+0001720573 00000 n 
+0001720631 00000 n 
+0001720688 00000 n 
+0001737118 00000 n 
+0001737428 00000 n 
+0001737474 00000 n 
+0001737531 00000 n 
+0001737773 00000 n 
+0001738016 00000 n 
+0001738259 00000 n 
+0001738316 00000 n 
+0001738567 00000 n 
+0001738625 00000 n 
+0001738682 00000 n 
+0001756769 00000 n 
+0001757066 00000 n 
+0001757112 00000 n 
+0001757169 00000 n 
+0001757416 00000 n 
+0001757656 00000 n 
+0001757888 00000 n 
+0001757946 00000 n 
+0001758197 00000 n 
+0001758254 00000 n 
+0001781518 00000 n 
+0001781786 00000 n 
+0001782016 00000 n 
+0001782197 00000 n 
+0001812220 00000 n 
+0001812538 00000 n 
+0001812783 00000 n 
+0001812995 00000 n 
+0001813053 00000 n 
+0001813111 00000 n 
+0001813358 00000 n 
+0001813603 00000 n 
+0001813847 00000 n 
+0001850649 00000 n 
+0001850957 00000 n 
+0001851003 00000 n 
+0001851175 00000 n 
+0001851411 00000 n 
+0001851617 00000 n 
+0001851675 00000 n 
+0001873372 00000 n 
+0001873762 00000 n 
+0001873990 00000 n 
+0001874201 00000 n 
+0001874422 00000 n 
+0001874634 00000 n 
+0001874869 00000 n 
+0001875107 00000 n 
+0001875344 00000 n 
+0001875579 00000 n 
+0001875814 00000 n 
+0001876049 00000 n 
+0001876284 00000 n 
+0001876526 00000 n 
+0001876766 00000 n 
+0001877006 00000 n 
+0001877064 00000 n 
+0001912058 00000 n 
+0001912357 00000 n 
+0001912591 00000 n 
+0001912649 00000 n 
+0001920817 00000 n 
+0001921106 00000 n 
+0001921152 00000 n 
+0001921399 00000 n 
+0001921639 00000 n 
+0001921884 00000 n 
+0001946883 00000 n 
+0001947308 00000 n 
+0001947354 00000 n 
+0001947564 00000 n 
+0001947811 00000 n 
+0001948035 00000 n 
+0001948250 00000 n 
+0001948464 00000 n 
+0001948679 00000 n 
+0001948913 00000 n 
+0001949150 00000 n 
+0001949374 00000 n 
+0001949599 00000 n 
+0001949824 00000 n 
+0001950063 00000 n 
+0001950309 00000 n 
+0001950542 00000 n 
+0001950776 00000 n 
+0001951009 00000 n 
+0001951243 00000 n 
+0001951476 00000 n 
+0001951726 00000 n 
+0001951977 00000 n 
+0001994431 00000 n 
+0001994728 00000 n 
+0001994774 00000 n 
+0001995027 00000 n 
+0001995267 00000 n 
+0001995545 00000 n 
+0001995602 00000 n 
+0001995877 00000 n 
 0001996119 00000 n 
-0001996394 00000 n 
-0001996636 00000 n 
-0002018721 00000 n 
-0002019042 00000 n 
-0002019088 00000 n 
-0002019332 00000 n 
-0002019389 00000 n 
-0002019624 00000 n 
-0002019877 00000 n 
-0002019934 00000 n 
-0002020163 00000 n 
-0002020416 00000 n 
-0002020474 00000 n 
-0002020712 00000 n 
-0002020938 00000 n 
-0002044476 00000 n 
-0002044848 00000 n 
-0002045082 00000 n 
-0002045298 00000 n 
-0002045355 00000 n 
-0002045606 00000 n 
-0002045847 00000 n 
-0002046095 00000 n 
-0002046331 00000 n 
-0002046388 00000 n 
-0002046639 00000 n 
-0002046869 00000 n 
-0002047093 00000 n 
-0002047325 00000 n 
-0002047569 00000 n 
-0002047799 00000 n 
-0002048031 00000 n 
-0002048275 00000 n 
-0002048514 00000 n 
-0002076304 00000 n 
-0002076614 00000 n 
-0002076660 00000 n 
-0002076879 00000 n 
-0002077059 00000 n 
-0002077116 00000 n 
-0002077368 00000 n 
-0002077425 00000 n 
-0002077930 00000 n 
-0002078167 00000 n 
-0002095023 00000 n 
-0002095371 00000 n 
-0002095417 00000 n 
-0002095603 00000 n 
-0002095660 00000 n 
-0002095896 00000 n 
-0002096121 00000 n 
-0002096366 00000 n 
-0002096593 00000 n 
-0002096650 00000 n 
-0002096900 00000 n 
-0002097162 00000 n 
-0002097392 00000 n 
-0002097645 00000 n 
-0002097888 00000 n 
-0002097946 00000 n 
-0002098158 00000 n 
-0002098408 00000 n 
-0002107784 00000 n 
-0002108044 00000 n 
-0002108090 00000 n 
-0002108147 00000 n 
-0002108389 00000 n 
-0002131627 00000 n 
-0002132092 00000 n 
-0002132138 00000 n 
-0002132891 00000 n 
-0002133101 00000 n 
-0002133330 00000 n 
-0002133536 00000 n 
-0002133745 00000 n 
-0002133941 00000 n 
-0002134150 00000 n 
-0002134387 00000 n 
-0002134602 00000 n 
-0002134829 00000 n 
-0002135033 00000 n 
-0002135238 00000 n 
-0002135490 00000 n 
-0002135720 00000 n 
-0002135951 00000 n 
-0002136191 00000 n 
-0002136418 00000 n 
-0002136645 00000 n 
-0002136879 00000 n 
-0002137100 00000 n 
-0002137322 00000 n 
-0002137543 00000 n 
-0002137765 00000 n 
-0002137977 00000 n 
-0002138193 00000 n 
-0002138407 00000 n 
-0002167163 00000 n 
-0002167612 00000 n 
-0002167823 00000 n 
-0002168031 00000 n 
-0002168250 00000 n 
-0002168458 00000 n 
-0002168669 00000 n 
-0002168899 00000 n 
-0002169149 00000 n 
-0002169380 00000 n 
-0002169607 00000 n 
-0002169821 00000 n 
-0002170036 00000 n 
-0002170240 00000 n 
-0002170447 00000 n 
-0002170675 00000 n 
-0002170880 00000 n 
-0002171088 00000 n 
-0002171283 00000 n 
-0002171491 00000 n 
-0002171721 00000 n 
-0002171971 00000 n 
-0002172212 00000 n 
-0002172449 00000 n 
-0002172684 00000 n 
-0002203091 00000 n 
-0002203351 00000 n 
-0002203397 00000 n 
-0002203454 00000 n 
-0002203861 00000 n 
-0002203919 00000 n 
-0002204149 00000 n 
-0002236509 00000 n 
-0002236795 00000 n 
-0002236841 00000 n 
-0002236898 00000 n 
-0002237145 00000 n 
-0002257241 00000 n 
-0002257556 00000 n 
+0002018204 00000 n 
+0002018525 00000 n 
+0002018571 00000 n 
+0002018815 00000 n 
+0002018872 00000 n 
+0002019107 00000 n 
+0002019360 00000 n 
+0002019417 00000 n 
+0002019646 00000 n 
+0002019899 00000 n 
+0002019957 00000 n 
+0002020195 00000 n 
+0002020421 00000 n 
+0002043959 00000 n 
+0002044331 00000 n 
+0002044565 00000 n 
+0002044781 00000 n 
+0002044838 00000 n 
+0002045089 00000 n 
+0002045330 00000 n 
+0002045578 00000 n 
+0002045814 00000 n 
+0002045871 00000 n 
+0002046122 00000 n 
+0002046352 00000 n 
+0002046576 00000 n 
+0002046808 00000 n 
+0002047052 00000 n 
+0002047282 00000 n 
+0002047514 00000 n 
+0002047758 00000 n 
+0002047997 00000 n 
+0002075787 00000 n 
+0002076097 00000 n 
+0002076143 00000 n 
+0002076362 00000 n 
+0002076542 00000 n 
+0002076599 00000 n 
+0002076851 00000 n 
+0002076908 00000 n 
+0002077413 00000 n 
+0002077650 00000 n 
+0002094506 00000 n 
+0002094854 00000 n 
+0002094900 00000 n 
+0002095086 00000 n 
+0002095143 00000 n 
+0002095379 00000 n 
+0002095604 00000 n 
+0002095849 00000 n 
+0002096076 00000 n 
+0002096133 00000 n 
+0002096383 00000 n 
+0002096645 00000 n 
+0002096875 00000 n 
+0002097128 00000 n 
+0002097371 00000 n 
+0002097429 00000 n 
+0002097641 00000 n 
+0002097891 00000 n 
+0002107267 00000 n 
+0002107527 00000 n 
+0002107573 00000 n 
+0002107630 00000 n 
+0002107872 00000 n 
+0002131110 00000 n 
+0002131575 00000 n 
+0002131621 00000 n 
+0002132374 00000 n 
+0002132584 00000 n 
+0002132813 00000 n 
+0002133019 00000 n 
+0002133228 00000 n 
+0002133424 00000 n 
+0002133633 00000 n 
+0002133870 00000 n 
+0002134085 00000 n 
+0002134312 00000 n 
+0002134516 00000 n 
+0002134721 00000 n 
+0002134973 00000 n 
+0002135203 00000 n 
+0002135434 00000 n 
+0002135674 00000 n 
+0002135901 00000 n 
+0002136128 00000 n 
+0002136362 00000 n 
+0002136583 00000 n 
+0002136805 00000 n 
+0002137026 00000 n 
+0002137248 00000 n 
+0002137460 00000 n 
+0002137676 00000 n 
+0002137890 00000 n 
+0002166646 00000 n 
+0002167095 00000 n 
+0002167306 00000 n 
+0002167514 00000 n 
+0002167733 00000 n 
+0002167941 00000 n 
+0002168152 00000 n 
+0002168382 00000 n 
+0002168632 00000 n 
+0002168863 00000 n 
+0002169090 00000 n 
+0002169304 00000 n 
+0002169519 00000 n 
+0002169723 00000 n 
+0002169930 00000 n 
+0002170158 00000 n 
+0002170363 00000 n 
+0002170571 00000 n 
+0002170766 00000 n 
+0002170974 00000 n 
+0002171204 00000 n 
+0002171454 00000 n 
+0002171695 00000 n 
+0002171932 00000 n 
+0002172167 00000 n 
+0002202574 00000 n 
+0002202834 00000 n 
+0002202880 00000 n 
+0002202937 00000 n 
+0002203344 00000 n 
+0002203402 00000 n 
+0002203632 00000 n 
+0002235992 00000 n 
+0002236278 00000 n 
+0002236324 00000 n 
+0002236381 00000 n 
+0002236628 00000 n 
+0002256724 00000 n 
+0002257039 00000 n 
+0002257085 00000 n 
+0002257294 00000 n 
+0002257545 00000 n 
 0002257602 00000 n 
-0002257811 00000 n 
-0002258062 00000 n 
-0002258119 00000 n 
-0002258350 00000 n 
-0002285825 00000 n 
-0002286135 00000 n 
-0002286340 00000 n 
-0002286398 00000 n 
-0002286455 00000 n 
-0002286925 00000 n 
-0002287174 00000 n 
-0002287419 00000 n 
-0002287664 00000 n 
-0002287722 00000 n 
-0002287780 00000 n 
-0002318464 00000 n 
-0002318857 00000 n 
-0002319090 00000 n 
-0002319319 00000 n 
-0002319531 00000 n 
-0002319759 00000 n 
-0002319989 00000 n 
-0002320208 00000 n 
-0002320431 00000 n 
+0002257833 00000 n 
+0002285308 00000 n 
+0002285618 00000 n 
+0002285823 00000 n 
+0002285881 00000 n 
+0002285938 00000 n 
+0002286408 00000 n 
+0002286657 00000 n 
+0002286902 00000 n 
+0002287147 00000 n 
+0002287205 00000 n 
+0002287263 00000 n 
+0002317947 00000 n 
+0002318340 00000 n 
+0002318573 00000 n 
+0002318802 00000 n 
+0002319014 00000 n 
+0002319242 00000 n 
+0002319472 00000 n 
+0002319691 00000 n 
+0002319914 00000 n 
+0002319961 00000 n 
+0002320019 00000 n 
+0002320254 00000 n 
 0002320478 00000 n 
-0002320536 00000 n 
-0002320771 00000 n 
-0002320995 00000 n 
-0002321217 00000 n 
-0002321451 00000 n 
-0002321658 00000 n 
-0002364709 00000 n 
-0002365074 00000 n 
-0002365295 00000 n 
-0002365532 00000 n 
-0002365769 00000 n 
-0002366006 00000 n 
-0002366054 00000 n 
-0002366308 00000 n 
-0002366554 00000 n 
-0002366765 00000 n 
-0002366998 00000 n 
-0002406157 00000 n 
-0002406401 00000 n 
-0002434436 00000 n 
-0002434801 00000 n 
-0002435051 00000 n 
-0002435099 00000 n 
-0002435360 00000 n 
-0002435610 00000 n 
-0002435860 00000 n 
-0002436094 00000 n 
-0002436318 00000 n 
-0002436585 00000 n 
-0002436790 00000 n 
-0002473225 00000 n 
-0002473555 00000 n 
-0002473818 00000 n 
-0002474026 00000 n 
-0002474085 00000 n 
-0002474279 00000 n 
-0002474462 00000 n 
-0002474683 00000 n 
-0002474890 00000 n 
-0002475093 00000 n 
-0002517832 00000 n 
-0002518108 00000 n 
-0002518167 00000 n 
-0002518374 00000 n 
-0002547855 00000 n 
-0002548167 00000 n 
-0002548361 00000 n 
-0002548408 00000 n 
-0002548594 00000 n 
-0002548805 00000 n 
-0002549058 00000 n 
-0002549292 00000 n 
-0002581679 00000 n 
-0002581999 00000 n 
-0002582047 00000 n 
-0002582907 00000 n 
-0002583115 00000 n 
-0002583345 00000 n 
-0002583564 00000 n 
-0002583624 00000 n 
-0002616145 00000 n 
-0002616465 00000 n 
-0002616716 00000 n 
-0002616987 00000 n 
-0002617047 00000 n 
-0002617286 00000 n 
-0002617345 00000 n 
-0002632718 00000 n 
-0002633071 00000 n 
-0002633119 00000 n 
-0002633350 00000 n 
-0002633409 00000 n 
-0002633628 00000 n 
-0002633841 00000 n 
-0002634056 00000 n 
-0002634289 00000 n 
-0002634524 00000 n 
-0002634761 00000 n 
-0002634994 00000 n 
-0002635246 00000 n 
-0002635463 00000 n 
-0002635711 00000 n 
-0002635771 00000 n 
-0002672560 00000 n 
-0002672908 00000 n 
-0002673104 00000 n 
-0002673312 00000 n 
-0002673371 00000 n 
-0002673597 00000 n 
-0002673822 00000 n 
-0002674073 00000 n 
-0002674313 00000 n 
-0002674538 00000 n 
-0002674752 00000 n 
-0002674985 00000 n 
-0002705576 00000 n 
-0002705892 00000 n 
-0002706098 00000 n 
-0002706284 00000 n 
-0002706511 00000 n 
-0002706733 00000 n 
-0002706781 00000 n 
-0002737079 00000 n 
-0002737355 00000 n 
-0002737576 00000 n 
-0002737636 00000 n 
-0002776893 00000 n 
-0002777150 00000 n 
-0002777210 00000 n 
-0002808958 00000 n 
-0002809269 00000 n 
-0002809317 00000 n 
-0002809546 00000 n 
-0002809594 00000 n 
-0002809825 00000 n 
-0002839545 00000 n 
-0002839892 00000 n 
-0002839952 00000 n 
-0002840171 00000 n 
-0002840390 00000 n 
-0002840607 00000 n 
-0002840830 00000 n 
-0002841044 00000 n 
-0002841295 00000 n 
-0002857371 00000 n 
-0002857710 00000 n 
-0002857757 00000 n 
-0002857975 00000 n 
-0002858194 00000 n 
-0002858399 00000 n 
-0002858632 00000 n 
-0002858847 00000 n 
-0002858907 00000 n 
-0002859133 00000 n 
-0002859354 00000 n 
-0002859564 00000 n 
-0002881147 00000 n 
-0002881499 00000 n 
-0002881547 00000 n 
-0002881780 00000 n 
-0002881992 00000 n 
-0002882200 00000 n 
-0002882248 00000 n 
-0002882500 00000 n 
-0002882559 00000 n 
-0002882779 00000 n 
-0002883011 00000 n 
-0002883252 00000 n 
-0002883495 00000 n 
-0002883554 00000 n 
-0002912087 00000 n 
-0002912386 00000 n 
-0002912434 00000 n 
-0002912493 00000 n 
-0002912741 00000 n 
-0002912982 00000 n 
-0002913215 00000 n 
-0002913274 00000 n 
-0002913527 00000 n 
-0002913771 00000 n 
-0002913830 00000 n 
-0002913890 00000 n 
-0002948897 00000 n 
-0002949191 00000 n 
-0002949239 00000 n 
-0002949469 00000 n 
-0002949704 00000 n 
-0002949969 00000 n 
-0002979909 00000 n 
-0002980248 00000 n 
-0002980431 00000 n 
-0002980491 00000 n 
-0002980729 00000 n 
-0002980970 00000 n 
-0002981215 00000 n 
-0002981275 00000 n 
-0002981505 00000 n 
-0002981735 00000 n 
-0002981964 00000 n 
-0002982023 00000 n 
-0002982257 00000 n 
-0003019101 00000 n 
-0003019404 00000 n 
-0003019656 00000 n 
-0003019704 00000 n 
-0003019912 00000 n 
-0003020119 00000 n 
-0003020179 00000 n 
-0003020239 00000 n 
-0003020488 00000 n 
-0003022714 00000 n 
-0003022973 00000 n 
-0003023194 00000 n 
-0003023415 00000 n 
-0003050263 00000 n 
-0003050764 00000 n 
-0003050812 00000 n 
-0003051023 00000 n 
-0003051256 00000 n 
-0003051466 00000 n 
-0003051667 00000 n 
-0003051867 00000 n 
-0003052068 00000 n 
-0003052301 00000 n 
-0003052521 00000 n 
-0003052742 00000 n 
-0003052963 00000 n 
-0003053186 00000 n 
-0003053416 00000 n 
-0003053633 00000 n 
-0003053863 00000 n 
-0003054080 00000 n 
-0003054312 00000 n 
-0003054547 00000 n 
-0003054769 00000 n 
-0003055004 00000 n 
-0003055226 00000 n 
-0003055449 00000 n 
-0003055680 00000 n 
-0003055897 00000 n 
-0003056127 00000 n 
-0003056343 00000 n 
-0003056572 00000 n 
-0003080673 00000 n 
-0003081093 00000 n 
-0003081325 00000 n 
-0003081544 00000 n 
-0003081764 00000 n 
-0003081983 00000 n 
-0003082215 00000 n 
-0003082451 00000 n 
-0003082667 00000 n 
-0003082880 00000 n 
-0003083104 00000 n 
-0003083327 00000 n 
-0003083551 00000 n 
-0003083611 00000 n 
-0003083849 00000 n 
-0003084074 00000 n 
-0003084311 00000 n 
-0003117308 00000 n 
-0003117610 00000 n 
-0003117820 00000 n 
-0003117868 00000 n 
-0003117927 00000 n 
-0003140494 00000 n 
-0003140842 00000 n 
-0003140901 00000 n 
-0003141138 00000 n 
-0003141356 00000 n 
-0003141594 00000 n 
-0003141824 00000 n 
-0003142058 00000 n 
-0003142296 00000 n 
-0003142356 00000 n 
-0003142604 00000 n 
-0003142845 00000 n 
-0003143078 00000 n 
-0003143138 00000 n 
-0003143197 00000 n 
-0003155426 00000 n 
-0003155783 00000 n 
-0003155963 00000 n 
-0003156159 00000 n 
-0003156354 00000 n 
-0003156550 00000 n 
-0003156776 00000 n 
-0003156824 00000 n 
-0003157264 00000 n 
-0003157525 00000 n 
-0003157750 00000 n 
-0003157988 00000 n 
-0003158047 00000 n 
-0003158106 00000 n 
-0003158347 00000 n 
-0003158593 00000 n 
-0003158653 00000 n 
-0003159244 00000 n 
-0003159303 00000 n 
-0003182976 00000 n 
-0003183283 00000 n 
-0003183342 00000 n 
-0003183564 00000 n 
-0003183805 00000 n 
-0003184058 00000 n 
-0003201365 00000 n 
-0003201659 00000 n 
-0003201719 00000 n 
-0003201945 00000 n 
-0003202005 00000 n 
-0003202253 00000 n 
-0003202497 00000 n 
-0003221087 00000 n 
-0003221426 00000 n 
-0003221647 00000 n 
-0003221695 00000 n 
-0003221957 00000 n 
-0003222192 00000 n 
-0003222251 00000 n 
-0003222456 00000 n 
-0003222674 00000 n 
-0003222920 00000 n 
-0003222979 00000 n 
-0003223182 00000 n 
-0003223241 00000 n 
-0003223446 00000 n 
-0003260594 00000 n 
-0003260866 00000 n 
-0003260925 00000 n 
-0003261168 00000 n 
-0003261402 00000 n 
-0003287487 00000 n 
-0003287790 00000 n 
-0003287838 00000 n 
-0003287897 00000 n 
-0003288120 00000 n 
-0003288180 00000 n 
-0003288406 00000 n 
-0003288666 00000 n 
-0003288891 00000 n 
-0003320452 00000 n 
-0003320782 00000 n 
-0003320830 00000 n 
-0003321065 00000 n 
-0003321286 00000 n 
-0003321507 00000 n 
-0003321566 00000 n 
-0003321822 00000 n 
-0003322058 00000 n 
-0003322300 00000 n 
-0003322547 00000 n 
-0003322606 00000 n 
-0003340892 00000 n 
-0003341208 00000 n 
-0003341268 00000 n 
-0003341514 00000 n 
-0003341740 00000 n 
-0003341975 00000 n 
-0003342210 00000 n 
-0003381565 00000 n 
-0003381886 00000 n 
-0003381934 00000 n 
-0003382183 00000 n 
-0003382434 00000 n 
-0003382681 00000 n 
-0003382741 00000 n 
-0003382990 00000 n 
-0003383233 00000 n 
-0003383480 00000 n 
-0003383540 00000 n 
-0003398373 00000 n 
-0003398636 00000 n 
-0003398695 00000 n 
-0003398922 00000 n 
-0003433189 00000 n 
-0003433433 00000 n 
-0003433481 00000 n 
-0003444733 00000 n 
-0003444990 00000 n 
-0003445038 00000 n 
-0003445098 00000 n 
-0003459125 00000 n 
-0003459455 00000 n 
-0003459514 00000 n 
-0003459762 00000 n 
-0003460005 00000 n 
-0003460250 00000 n 
-0003460310 00000 n 
-0003460978 00000 n 
-0003461203 00000 n 
-0003461447 00000 n 
-0003461689 00000 n 
-0003461900 00000 n 
-0003484413 00000 n 
-0003484905 00000 n 
-0003484953 00000 n 
-0003485164 00000 n 
-0003485407 00000 n 
-0003485627 00000 n 
-0003485838 00000 n 
-0003486048 00000 n 
-0003486259 00000 n 
-0003486501 00000 n 
-0003486729 00000 n 
-0003486944 00000 n 
-0003487160 00000 n 
-0003487376 00000 n 
-0003487606 00000 n 
-0003487837 00000 n 
-0003488056 00000 n 
-0003488277 00000 n 
-0003488486 00000 n 
-0003488707 00000 n 
-0003488939 00000 n 
-0003489157 00000 n 
-0003489375 00000 n 
-0003489592 00000 n 
-0003489810 00000 n 
-0003490061 00000 n 
-0003490312 00000 n 
-0003490564 00000 n 
-0003506777 00000 n 
-0003507148 00000 n 
-0003507357 00000 n 
-0003507573 00000 n 
-0003507790 00000 n 
-0003508006 00000 n 
-0003508235 00000 n 
-0003508438 00000 n 
-0003508633 00000 n 
-0003508837 00000 n 
-0003509045 00000 n 
-0003509242 00000 n 
-0003509439 00000 n 
-0003509650 00000 n 
-0003509872 00000 n 
-0003509932 00000 n 
-0003536987 00000 n 
-0003537290 00000 n 
-0003537480 00000 n 
-0003537528 00000 n 
-0003537588 00000 n 
-0003538364 00000 n 
-0003538608 00000 n 
-0003538854 00000 n 
-0003539100 00000 n 
-0003539160 00000 n 
-0003539219 00000 n 
-0003570150 00000 n 
-0003570493 00000 n 
-0003570727 00000 n 
-0003570970 00000 n 
-0003571018 00000 n 
-0003571238 00000 n 
-0003571452 00000 n 
-0003571661 00000 n 
-0003571872 00000 n 
-0003572104 00000 n 
-0003585235 00000 n 
-0003585534 00000 n 
-0003585582 00000 n 
-0003585817 00000 n 
-0003586053 00000 n 
-0003586112 00000 n 
-0003586359 00000 n 
-0003586616 00000 n 
-0003586851 00000 n 
-0003586911 00000 n 
-0003586970 00000 n 
-0003587557 00000 n 
-0003623328 00000 n 
-0003623622 00000 n 
-0003623670 00000 n 
-0003623730 00000 n 
-0003623978 00000 n 
-0003624219 00000 n 
-0003624465 00000 n 
-0003624524 00000 n 
-0003655114 00000 n 
-0003655443 00000 n 
-0003655674 00000 n 
-0003655722 00000 n 
-0003655974 00000 n 
-0003656033 00000 n 
-0003656259 00000 n 
-0003656319 00000 n 
-0003656552 00000 n 
-0003681708 00000 n 
-0003682096 00000 n 
-0003682144 00000 n 
-0003682203 00000 n 
-0003682451 00000 n 
-0003682692 00000 n 
-0003682924 00000 n 
-0003682983 00000 n 
-0003683569 00000 n 
-0003683761 00000 n 
-0003683955 00000 n 
-0003684162 00000 n 
-0003684365 00000 n 
-0003684581 00000 n 
-0003684803 00000 n 
-0003685009 00000 n 
-0003685228 00000 n 
-0003685469 00000 n 
-0003685528 00000 n 
-0003685784 00000 n 
-0003686019 00000 n 
-0003696275 00000 n 
-0003696578 00000 n 
-0003696776 00000 n 
-0003696835 00000 n 
-0003696894 00000 n 
-0003697142 00000 n 
-0003697201 00000 n 
-0003697398 00000 n 
-0003697620 00000 n 
-0003725450 00000 n 
-0003726086 00000 n 
-0003726134 00000 n 
-0003726345 00000 n 
-0003726581 00000 n 
-0003726794 00000 n 
-0003726998 00000 n 
-0003727211 00000 n 
-0003727435 00000 n 
-0003727670 00000 n 
-0003727901 00000 n 
-0003728120 00000 n 
-0003728352 00000 n 
-0003728571 00000 n 
-0003728802 00000 n 
-0003729021 00000 n 
-0003729242 00000 n 
-0003729479 00000 n 
-0003729738 00000 n 
-0003729997 00000 n 
+0002320700 00000 n 
+0002320934 00000 n 
+0002321141 00000 n 
+0002364192 00000 n 
+0002364557 00000 n 
+0002364778 00000 n 
+0002365015 00000 n 
+0002365252 00000 n 
+0002365489 00000 n 
+0002365537 00000 n 
+0002365791 00000 n 
+0002366037 00000 n 
+0002366248 00000 n 
+0002366481 00000 n 
+0002405640 00000 n 
+0002405884 00000 n 
+0002433919 00000 n 
+0002434284 00000 n 
+0002434534 00000 n 
+0002434582 00000 n 
+0002434843 00000 n 
+0002435093 00000 n 
+0002435343 00000 n 
+0002435577 00000 n 
+0002435801 00000 n 
+0002436068 00000 n 
+0002436273 00000 n 
+0002472708 00000 n 
+0002473038 00000 n 
+0002473301 00000 n 
+0002473509 00000 n 
+0002473568 00000 n 
+0002473762 00000 n 
+0002473945 00000 n 
+0002474166 00000 n 
+0002474373 00000 n 
+0002474576 00000 n 
+0002517315 00000 n 
+0002517591 00000 n 
+0002517650 00000 n 
+0002517857 00000 n 
+0002547338 00000 n 
+0002547650 00000 n 
+0002547844 00000 n 
+0002547891 00000 n 
+0002548077 00000 n 
+0002548288 00000 n 
+0002548541 00000 n 
+0002548775 00000 n 
+0002581162 00000 n 
+0002581482 00000 n 
+0002581530 00000 n 
+0002582390 00000 n 
+0002582598 00000 n 
+0002582828 00000 n 
+0002583047 00000 n 
+0002583107 00000 n 
+0002615628 00000 n 
+0002615948 00000 n 
+0002616199 00000 n 
+0002616470 00000 n 
+0002616530 00000 n 
+0002616769 00000 n 
+0002616828 00000 n 
+0002632201 00000 n 
+0002632554 00000 n 
+0002632602 00000 n 
+0002632833 00000 n 
+0002632892 00000 n 
+0002633111 00000 n 
+0002633324 00000 n 
+0002633539 00000 n 
+0002633772 00000 n 
+0002634007 00000 n 
+0002634244 00000 n 
+0002634477 00000 n 
+0002634729 00000 n 
+0002634946 00000 n 
+0002635194 00000 n 
+0002635254 00000 n 
+0002672043 00000 n 
+0002672391 00000 n 
+0002672587 00000 n 
+0002672795 00000 n 
+0002672854 00000 n 
+0002673080 00000 n 
+0002673305 00000 n 
+0002673556 00000 n 
+0002673796 00000 n 
+0002674021 00000 n 
+0002674235 00000 n 
+0002674468 00000 n 
+0002705059 00000 n 
+0002705375 00000 n 
+0002705581 00000 n 
+0002705767 00000 n 
+0002705994 00000 n 
+0002706216 00000 n 
+0002706264 00000 n 
+0002736562 00000 n 
+0002736838 00000 n 
+0002737059 00000 n 
+0002737119 00000 n 
+0002776376 00000 n 
+0002776633 00000 n 
+0002776693 00000 n 
+0002808441 00000 n 
+0002808752 00000 n 
+0002808800 00000 n 
+0002809029 00000 n 
+0002809077 00000 n 
+0002809308 00000 n 
+0002839028 00000 n 
+0002839375 00000 n 
+0002839435 00000 n 
+0002839654 00000 n 
+0002839873 00000 n 
+0002840090 00000 n 
+0002840313 00000 n 
+0002840527 00000 n 
+0002840778 00000 n 
+0002856854 00000 n 
+0002857193 00000 n 
+0002857240 00000 n 
+0002857458 00000 n 
+0002857677 00000 n 
+0002857882 00000 n 
+0002858115 00000 n 
+0002858330 00000 n 
+0002858390 00000 n 
+0002858616 00000 n 
+0002858837 00000 n 
+0002859047 00000 n 
+0002880630 00000 n 
+0002880982 00000 n 
+0002881030 00000 n 
+0002881263 00000 n 
+0002881475 00000 n 
+0002881683 00000 n 
+0002881731 00000 n 
+0002881983 00000 n 
+0002882042 00000 n 
+0002882262 00000 n 
+0002882494 00000 n 
+0002882735 00000 n 
+0002882978 00000 n 
+0002883037 00000 n 
+0002911570 00000 n 
+0002911869 00000 n 
+0002911917 00000 n 
+0002911976 00000 n 
+0002912224 00000 n 
+0002912465 00000 n 
+0002912698 00000 n 
+0002912757 00000 n 
+0002913010 00000 n 
+0002913254 00000 n 
+0002913313 00000 n 
+0002913373 00000 n 
+0002948380 00000 n 
+0002948674 00000 n 
+0002948722 00000 n 
+0002948952 00000 n 
+0002949187 00000 n 
+0002949452 00000 n 
+0002979392 00000 n 
+0002979731 00000 n 
+0002979914 00000 n 
+0002979974 00000 n 
+0002980212 00000 n 
+0002980453 00000 n 
+0002980698 00000 n 
+0002980758 00000 n 
+0002980988 00000 n 
+0002981218 00000 n 
+0002981447 00000 n 
+0002981506 00000 n 
+0002981740 00000 n 
+0003018584 00000 n 
+0003018887 00000 n 
+0003019139 00000 n 
+0003019187 00000 n 
+0003019395 00000 n 
+0003019602 00000 n 
+0003019662 00000 n 
+0003019722 00000 n 
+0003019971 00000 n 
+0003022197 00000 n 
+0003022456 00000 n 
+0003022677 00000 n 
+0003022898 00000 n 
+0003049746 00000 n 
+0003050247 00000 n 
+0003050295 00000 n 
+0003050506 00000 n 
+0003050739 00000 n 
+0003050949 00000 n 
+0003051150 00000 n 
+0003051350 00000 n 
+0003051551 00000 n 
+0003051784 00000 n 
+0003052004 00000 n 
+0003052225 00000 n 
+0003052446 00000 n 
+0003052669 00000 n 
+0003052899 00000 n 
+0003053116 00000 n 
+0003053346 00000 n 
+0003053563 00000 n 
+0003053795 00000 n 
+0003054030 00000 n 
+0003054252 00000 n 
+0003054487 00000 n 
+0003054709 00000 n 
+0003054932 00000 n 
+0003055163 00000 n 
+0003055380 00000 n 
+0003055610 00000 n 
+0003055826 00000 n 
+0003056055 00000 n 
+0003080156 00000 n 
+0003080576 00000 n 
+0003080808 00000 n 
+0003081027 00000 n 
+0003081247 00000 n 
+0003081466 00000 n 
+0003081698 00000 n 
+0003081934 00000 n 
+0003082150 00000 n 
+0003082363 00000 n 
+0003082587 00000 n 
+0003082810 00000 n 
+0003083034 00000 n 
+0003083094 00000 n 
+0003083332 00000 n 
+0003083557 00000 n 
+0003083794 00000 n 
+0003116791 00000 n 
+0003117093 00000 n 
+0003117303 00000 n 
+0003117351 00000 n 
+0003117410 00000 n 
+0003139977 00000 n 
+0003140325 00000 n 
+0003140384 00000 n 
+0003140621 00000 n 
+0003140839 00000 n 
+0003141077 00000 n 
+0003141307 00000 n 
+0003141541 00000 n 
+0003141779 00000 n 
+0003141839 00000 n 
+0003142087 00000 n 
+0003142328 00000 n 
+0003142561 00000 n 
+0003142621 00000 n 
+0003142680 00000 n 
+0003154909 00000 n 
+0003155266 00000 n 
+0003155446 00000 n 
+0003155642 00000 n 
+0003155837 00000 n 
+0003156033 00000 n 
+0003156259 00000 n 
+0003156307 00000 n 
+0003156747 00000 n 
+0003157008 00000 n 
+0003157233 00000 n 
+0003157471 00000 n 
+0003157530 00000 n 
+0003157589 00000 n 
+0003157830 00000 n 
+0003158076 00000 n 
+0003158136 00000 n 
+0003158727 00000 n 
+0003158786 00000 n 
+0003182459 00000 n 
+0003182766 00000 n 
+0003182825 00000 n 
+0003183047 00000 n 
+0003183288 00000 n 
+0003183541 00000 n 
+0003200848 00000 n 
+0003201142 00000 n 
+0003201202 00000 n 
+0003201428 00000 n 
+0003201488 00000 n 
+0003201736 00000 n 
+0003201980 00000 n 
+0003220570 00000 n 
+0003220909 00000 n 
+0003221130 00000 n 
+0003221178 00000 n 
+0003221440 00000 n 
+0003221675 00000 n 
+0003221734 00000 n 
+0003221939 00000 n 
+0003222157 00000 n 
+0003222403 00000 n 
+0003222462 00000 n 
+0003222665 00000 n 
+0003222724 00000 n 
+0003222929 00000 n 
+0003260077 00000 n 
+0003260349 00000 n 
+0003260408 00000 n 
+0003260651 00000 n 
+0003260885 00000 n 
+0003286970 00000 n 
+0003287273 00000 n 
+0003287321 00000 n 
+0003287380 00000 n 
+0003287603 00000 n 
+0003287663 00000 n 
+0003287889 00000 n 
+0003288149 00000 n 
+0003288374 00000 n 
+0003319935 00000 n 
+0003320265 00000 n 
+0003320313 00000 n 
+0003320548 00000 n 
+0003320769 00000 n 
+0003320990 00000 n 
+0003321049 00000 n 
+0003321305 00000 n 
+0003321541 00000 n 
+0003321783 00000 n 
+0003322030 00000 n 
+0003322089 00000 n 
+0003340375 00000 n 
+0003340691 00000 n 
+0003340751 00000 n 
+0003340997 00000 n 
+0003341223 00000 n 
+0003341458 00000 n 
+0003341693 00000 n 
+0003381048 00000 n 
+0003381369 00000 n 
+0003381417 00000 n 
+0003381666 00000 n 
+0003381917 00000 n 
+0003382164 00000 n 
+0003382224 00000 n 
+0003382473 00000 n 
+0003382716 00000 n 
+0003382963 00000 n 
+0003383023 00000 n 
+0003397856 00000 n 
+0003398119 00000 n 
+0003398178 00000 n 
+0003398405 00000 n 
+0003432672 00000 n 
+0003432916 00000 n 
+0003432964 00000 n 
+0003444216 00000 n 
+0003444473 00000 n 
+0003444521 00000 n 
+0003444581 00000 n 
+0003458608 00000 n 
+0003458938 00000 n 
+0003458997 00000 n 
+0003459245 00000 n 
+0003459488 00000 n 
+0003459733 00000 n 
+0003459793 00000 n 
+0003460461 00000 n 
+0003460686 00000 n 
+0003460930 00000 n 
+0003461172 00000 n 
+0003461383 00000 n 
+0003483896 00000 n 
+0003484388 00000 n 
+0003484436 00000 n 
+0003484647 00000 n 
+0003484890 00000 n 
+0003485110 00000 n 
+0003485321 00000 n 
+0003485531 00000 n 
+0003485742 00000 n 
+0003485984 00000 n 
+0003486212 00000 n 
+0003486427 00000 n 
+0003486643 00000 n 
+0003486859 00000 n 
+0003487089 00000 n 
+0003487320 00000 n 
+0003487539 00000 n 
+0003487760 00000 n 
+0003487969 00000 n 
+0003488190 00000 n 
+0003488422 00000 n 
+0003488640 00000 n 
+0003488858 00000 n 
+0003489075 00000 n 
+0003489293 00000 n 
+0003489544 00000 n 
+0003489795 00000 n 
+0003490047 00000 n 
+0003506260 00000 n 
+0003506631 00000 n 
+0003506840 00000 n 
+0003507056 00000 n 
+0003507273 00000 n 
+0003507489 00000 n 
+0003507718 00000 n 
+0003507921 00000 n 
+0003508116 00000 n 
+0003508320 00000 n 
+0003508528 00000 n 
+0003508725 00000 n 
+0003508922 00000 n 
+0003509133 00000 n 
+0003509355 00000 n 
+0003509415 00000 n 
+0003536470 00000 n 
+0003536773 00000 n 
+0003536963 00000 n 
+0003537011 00000 n 
+0003537071 00000 n 
+0003537847 00000 n 
+0003538091 00000 n 
+0003538337 00000 n 
+0003538583 00000 n 
+0003538643 00000 n 
+0003538702 00000 n 
+0003569633 00000 n 
+0003569976 00000 n 
+0003570210 00000 n 
+0003570453 00000 n 
+0003570501 00000 n 
+0003570721 00000 n 
+0003570935 00000 n 
+0003571144 00000 n 
+0003571355 00000 n 
+0003571587 00000 n 
+0003584718 00000 n 
+0003585017 00000 n 
+0003585065 00000 n 
+0003585300 00000 n 
+0003585536 00000 n 
+0003585595 00000 n 
+0003585842 00000 n 
+0003586099 00000 n 
+0003586334 00000 n 
+0003586394 00000 n 
+0003586453 00000 n 
+0003587040 00000 n 
+0003622811 00000 n 
+0003623105 00000 n 
+0003623153 00000 n 
+0003623213 00000 n 
+0003623461 00000 n 
+0003623702 00000 n 
+0003623948 00000 n 
+0003624007 00000 n 
+0003654597 00000 n 
+0003654926 00000 n 
+0003655157 00000 n 
+0003655205 00000 n 
+0003655457 00000 n 
+0003655516 00000 n 
+0003655742 00000 n 
+0003655802 00000 n 
+0003656035 00000 n 
+0003681191 00000 n 
+0003681579 00000 n 
+0003681627 00000 n 
+0003681686 00000 n 
+0003681934 00000 n 
+0003682175 00000 n 
+0003682407 00000 n 
+0003682466 00000 n 
+0003683052 00000 n 
+0003683244 00000 n 
+0003683438 00000 n 
+0003683645 00000 n 
+0003683848 00000 n 
+0003684064 00000 n 
+0003684286 00000 n 
+0003684492 00000 n 
+0003684711 00000 n 
+0003684952 00000 n 
+0003685011 00000 n 
+0003685267 00000 n 
+0003685502 00000 n 
+0003695758 00000 n 
+0003696061 00000 n 
+0003696259 00000 n 
+0003696318 00000 n 
+0003696377 00000 n 
+0003696625 00000 n 
+0003696684 00000 n 
+0003696881 00000 n 
+0003697103 00000 n 
+0003724933 00000 n 
+0003725569 00000 n 
+0003725617 00000 n 
+0003725828 00000 n 
+0003726064 00000 n 
+0003726277 00000 n 
+0003726481 00000 n 
+0003726694 00000 n 
+0003726918 00000 n 
+0003727153 00000 n 
+0003727384 00000 n 
+0003727603 00000 n 
+0003727835 00000 n 
+0003728054 00000 n 
+0003728285 00000 n 
+0003728504 00000 n 
+0003728725 00000 n 
+0003728962 00000 n 
+0003729221 00000 n 
+0003729480 00000 n 
+0003729739 00000 n 
+0003729996 00000 n 
 0003730256 00000 n 
-0003730513 00000 n 
-0003730773 00000 n 
-0003731018 00000 n 
-0003731252 00000 n 
-0003731487 00000 n 
-0003731721 00000 n 
-0003731954 00000 n 
-0003732188 00000 n 
-0003732423 00000 n 
-0003732645 00000 n 
-0003732868 00000 n 
-0003733078 00000 n 
-0003733301 00000 n 
-0003733511 00000 n 
-0003733732 00000 n 
-0003733971 00000 n 
-0003734200 00000 n 
-0003734416 00000 n 
-0003734633 00000 n 
-0003734849 00000 n 
-0003735066 00000 n 
-0003735282 00000 n 
-0003735494 00000 n 
-0003760212 00000 n 
-0003760533 00000 n 
-0003760592 00000 n 
-0003760640 00000 n 
-0003760699 00000 n 
-0003760925 00000 n 
-0003761170 00000 n 
-0003761426 00000 n 
-0003761686 00000 n 
-0003761928 00000 n 
-0003761987 00000 n 
-0003762230 00000 n 
-0003775961 00000 n 
-0003776277 00000 n 
-0003776325 00000 n 
-0003776887 00000 n 
-0003777116 00000 n 
-0003777175 00000 n 
-0003777431 00000 n 
-0003777490 00000 n 
-0003777734 00000 n 
-0003777979 00000 n 
-0003778039 00000 n 
-0003817235 00000 n 
-0003817538 00000 n 
-0003817586 00000 n 
-0003817823 00000 n 
-0003817882 00000 n 
-0003818120 00000 n 
-0003818353 00000 n 
-0003818571 00000 n 
-0003818631 00000 n 
-0003854370 00000 n 
-0003854673 00000 n 
-0003854924 00000 n 
-0003855121 00000 n 
-0003855350 00000 n 
-0003855398 00000 n 
-0003855446 00000 n 
-0003855659 00000 n 
-0003888259 00000 n 
-0003888615 00000 n 
-0003888663 00000 n 
-0003888885 00000 n 
-0003889102 00000 n 
-0003889275 00000 n 
-0003889493 00000 n 
-0003889731 00000 n 
-0003889791 00000 n 
-0003890012 00000 n 
-0003890324 00000 n 
-0003908397 00000 n 
-0003908722 00000 n 
-0003908770 00000 n 
-0003909005 00000 n 
-0003909226 00000 n 
-0003909447 00000 n 
-0003909506 00000 n 
-0003910177 00000 n 
-0003910406 00000 n 
-0003910640 00000 n 
-0003910699 00000 n 
-0003910758 00000 n 
-0003936682 00000 n 
-0003937183 00000 n 
-0003937231 00000 n 
-0003937431 00000 n 
-0003937669 00000 n 
-0003937884 00000 n 
-0003938090 00000 n 
-0003938295 00000 n 
-0003938513 00000 n 
-0003938751 00000 n 
-0003938977 00000 n 
-0003939205 00000 n 
-0003939421 00000 n 
-0003939661 00000 n 
-0003939882 00000 n 
-0003940090 00000 n 
-0003940310 00000 n 
-0003940518 00000 n 
-0003940749 00000 n 
-0003940968 00000 n 
-0003941177 00000 n 
-0003941398 00000 n 
-0003941617 00000 n 
-0003941826 00000 n 
-0003942056 00000 n 
-0003942287 00000 n 
-0003942540 00000 n 
-0003942793 00000 n 
-0003943025 00000 n 
-0003943074 00000 n 
-0003961583 00000 n 
-0003961846 00000 n 
-0003961894 00000 n 
-0003961953 00000 n 
-0003962013 00000 n 
-0003962266 00000 n 
-0003962326 00000 n 
-0003988237 00000 n 
-0003988571 00000 n 
-0003988838 00000 n 
-0003989109 00000 n 
-0003989168 00000 n 
-0003990193 00000 n 
-0003990439 00000 n 
-0003990667 00000 n 
-0003990898 00000 n 
-0003991165 00000 n 
-0004033579 00000 n 
-0004033873 00000 n 
-0004034096 00000 n 
-0004034373 00000 n 
-0004034642 00000 n 
-0004070315 00000 n 
-0004070635 00000 n 
-0004070694 00000 n 
-0004070916 00000 n 
-0004071169 00000 n 
-0004071229 00000 n 
-0004071513 00000 n 
-0004105562 00000 n 
-0004105860 00000 n 
-0004106040 00000 n 
-0004106100 00000 n 
-0004125527 00000 n 
-0004125826 00000 n 
-0004125886 00000 n 
-0004126136 00000 n 
-0004126357 00000 n 
-0004126591 00000 n 
-0004126639 00000 n 
-0004126892 00000 n 
-0004127150 00000 n 
-0004127210 00000 n 
-0004149521 00000 n 
-0004149868 00000 n 
-0004150097 00000 n 
-0004150348 00000 n 
-0004150407 00000 n 
-0004150657 00000 n 
-0004150717 00000 n 
-0004150968 00000 n 
-0004151027 00000 n 
-0004151312 00000 n 
-0004151559 00000 n 
-0004211884 00000 n 
-0004212128 00000 n 
-0004212176 00000 n 
-0004212236 00000 n 
-0004243749 00000 n 
-0004244043 00000 n 
-0004244103 00000 n 
-0004244353 00000 n 
-0004244594 00000 n 
-0004244839 00000 n 
-0004253279 00000 n 
-0004253600 00000 n 
-0004253648 00000 n 
-0004253868 00000 n 
-0004254066 00000 n 
-0004254125 00000 n 
-0004254389 00000 n 
-0004254646 00000 n 
-0004254877 00000 n 
-0004255131 00000 n 
-0004255190 00000 n 
-0004304712 00000 n 
-0004304988 00000 n 
-0004305233 00000 n 
-0004327936 00000 n 
-0004328234 00000 n 
-0004328293 00000 n 
-0004328353 00000 n 
-0004328629 00000 n 
-0004328861 00000 n 
-0004375484 00000 n 
-0004375754 00000 n 
-0004375802 00000 n 
-0004416212 00000 n 
-0004416501 00000 n 
-0004416549 00000 n 
-0004416781 00000 n 
-0004443255 00000 n 
-0004443544 00000 n 
-0004443797 00000 n 
-0004443857 00000 n 
-0004443917 00000 n 
-0004454503 00000 n 
-0004454793 00000 n 
-0004454841 00000 n 
-0004455091 00000 n 
-0004455334 00000 n 
-0004455568 00000 n 
-0004455628 00000 n 
-0004455872 00000 n 
-0004478924 00000 n 
-0004479407 00000 n 
-0004479455 00000 n 
-0004479666 00000 n 
-0004479905 00000 n 
-0004480121 00000 n 
-0004480340 00000 n 
-0004480546 00000 n 
-0004480765 00000 n 
-0004481006 00000 n 
-0004481233 00000 n 
-0004481472 00000 n 
-0004481698 00000 n 
-0004481925 00000 n 
-0004482174 00000 n 
-0004482413 00000 n 
-0004482639 00000 n 
-0004482868 00000 n 
-0004483095 00000 n 
-0004483324 00000 n 
-0004483555 00000 n 
-0004483789 00000 n 
-0004484031 00000 n 
-0004484260 00000 n 
-0004484490 00000 n 
-0004484719 00000 n 
-0004484949 00000 n 
-0004505459 00000 n 
-0004505852 00000 n 
-0004506073 00000 n 
-0004506291 00000 n 
-0004506520 00000 n 
-0004506738 00000 n 
-0004506947 00000 n 
-0004507176 00000 n 
-0004507403 00000 n 
-0004507627 00000 n 
-0004507862 00000 n 
-0004508086 00000 n 
-0004508301 00000 n 
-0004508515 00000 n 
-0004508745 00000 n 
-0004508804 00000 n 
-0004509057 00000 n 
-0004509117 00000 n 
-0004535324 00000 n 
-0004535581 00000 n 
-0004535640 00000 n 
-0004552055 00000 n 
-0004552385 00000 n 
-0004552609 00000 n 
-0004552827 00000 n 
-0004553037 00000 n 
-0004553096 00000 n 
-0004553319 00000 n 
-0004553379 00000 n 
-0004553615 00000 n 
-0004553862 00000 n 
-0004554106 00000 n 
-0004554166 00000 n 
-0004579841 00000 n 
-0004580148 00000 n 
-0004580379 00000 n 
-0004580438 00000 n 
-0004580688 00000 n 
-0004580747 00000 n 
-0004580807 00000 n 
-0004581318 00000 n 
-0004581552 00000 n 
-0004601851 00000 n 
-0004602221 00000 n 
-0004602439 00000 n 
-0004602669 00000 n 
-0004602728 00000 n 
-0004602931 00000 n 
-0004602990 00000 n 
-0004603204 00000 n 
-0004603450 00000 n 
-0004603695 00000 n 
-0004603755 00000 n 
-0004604006 00000 n 
-0004604065 00000 n 
-0004604990 00000 n 
-0004605231 00000 n 
-0004605485 00000 n 
-0004605740 00000 n 
-0004605800 00000 n 
-0004613549 00000 n 
-0004613843 00000 n 
-0004614069 00000 n 
-0004614117 00000 n 
-0004614345 00000 n 
-0004614557 00000 n 
-0004631972 00000 n 
-0004632794 00000 n 
-0004633629 00000 n 
-0004633892 00000 n 
-0004634132 00000 n 
-0004647078 00000 n 
-0004647900 00000 n 
-0004657420 00000 n 
-0004657763 00000 n 
-0004658000 00000 n 
-0004658060 00000 n 
-0004658302 00000 n 
-0004658547 00000 n 
-0004658795 00000 n 
-0004658855 00000 n 
-0004659084 00000 n 
-0004659323 00000 n 
-0004659549 00000 n 
-0004659608 00000 n 
-0004693617 00000 n 
-0004693965 00000 n 
-0004694158 00000 n 
-0004694357 00000 n 
-0004694588 00000 n 
-0004694812 00000 n 
-0004695013 00000 n 
-0004695202 00000 n 
-0004695409 00000 n 
-0004695468 00000 n 
-0004695695 00000 n 
-0004695919 00000 n 
-0004712565 00000 n 
-0004712886 00000 n 
-0004713100 00000 n 
-0004713159 00000 n 
-0004713400 00000 n 
-0004713614 00000 n 
-0004713674 00000 n 
-0004713896 00000 n 
-0004714120 00000 n 
-0004714346 00000 n 
-0004734639 00000 n 
-0004735023 00000 n 
-0004735071 00000 n 
-0004735299 00000 n 
-0004735533 00000 n 
-0004735766 00000 n 
-0004735825 00000 n 
-0004736059 00000 n 
-0004736313 00000 n 
-0004736574 00000 n 
-0004736797 00000 n 
-0004737033 00000 n 
-0004737283 00000 n 
-0004737528 00000 n 
-0004737773 00000 n 
-0004737833 00000 n 
-0004738048 00000 n 
-0004738258 00000 n 
-0004767740 00000 n 
-0004768065 00000 n 
-0004768316 00000 n 
-0004768364 00000 n 
-0004768590 00000 n 
-0004768842 00000 n 
-0004768901 00000 n 
-0004769142 00000 n 
-0004769357 00000 n 
-0004789755 00000 n 
-0004790075 00000 n 
-0004790134 00000 n 
-0004790434 00000 n 
-0004790654 00000 n 
-0004790867 00000 n 
-0004791121 00000 n 
-0004826255 00000 n 
-0004826562 00000 n 
-0004826622 00000 n 
-0004827227 00000 n 
-0004827469 00000 n 
-0004827717 00000 n 
-0004827962 00000 n 
-0004840922 00000 n 
-0004841275 00000 n 
-0004841323 00000 n 
-0004841533 00000 n 
-0004841761 00000 n 
-0004841993 00000 n 
-0004842224 00000 n 
-0004842433 00000 n 
-0004842626 00000 n 
-0004842851 00000 n 
-0004843048 00000 n 
-0004843273 00000 n 
-0004843504 00000 n 
-0004843727 00000 n 
-0004843787 00000 n 
-0004896001 00000 n 
-0004934503 00000 n 
-0004942268 00000 n 
-0004942553 00000 n 
-0004942774 00000 n 
-0004942986 00000 n 
-0004943045 00000 n 
-0004967624 00000 n 
-0004967931 00000 n 
-0004968158 00000 n 
-0004968206 00000 n 
-0004968266 00000 n 
-0004968504 00000 n 
-0004968563 00000 n 
-0004968782 00000 n 
-0004988794 00000 n 
-0004989075 00000 n 
-0004989123 00000 n 
-0004989331 00000 n 
-0004989558 00000 n 
-0004989765 00000 n 
-0005006840 00000 n 
-0005007206 00000 n 
-0005007254 00000 n 
-0005007465 00000 n 
-0005007706 00000 n 
-0005007924 00000 n 
-0005008133 00000 n 
-0005008341 00000 n 
-0005008549 00000 n 
-0005008758 00000 n 
-0005008944 00000 n 
-0005009166 00000 n 
-0005009225 00000 n 
-0005009461 00000 n 
-0005009693 00000 n 
-0005009752 00000 n 
-0005038741 00000 n 
-0005039048 00000 n 
-0005039096 00000 n 
-0005039324 00000 n 
-0005039383 00000 n 
-0005039633 00000 n 
-0005039884 00000 n 
-0005044000 00000 n 
-0005044281 00000 n 
-0005044329 00000 n 
+0003730501 00000 n 
+0003730735 00000 n 
+0003730970 00000 n 
+0003731204 00000 n 
+0003731437 00000 n 
+0003731671 00000 n 
+0003731906 00000 n 
+0003732128 00000 n 
+0003732351 00000 n 
+0003732561 00000 n 
+0003732784 00000 n 
+0003732994 00000 n 
+0003733215 00000 n 
+0003733454 00000 n 
+0003733683 00000 n 
+0003733899 00000 n 
+0003734116 00000 n 
+0003734332 00000 n 
+0003734549 00000 n 
+0003734765 00000 n 
+0003734977 00000 n 
+0003759695 00000 n 
+0003760016 00000 n 
+0003760075 00000 n 
+0003760123 00000 n 
+0003760182 00000 n 
+0003760408 00000 n 
+0003760653 00000 n 
+0003760909 00000 n 
+0003761169 00000 n 
+0003761411 00000 n 
+0003761470 00000 n 
+0003761713 00000 n 
+0003775444 00000 n 
+0003775760 00000 n 
+0003775808 00000 n 
+0003776370 00000 n 
+0003776599 00000 n 
+0003776658 00000 n 
+0003776914 00000 n 
+0003776973 00000 n 
+0003777217 00000 n 
+0003777462 00000 n 
+0003777522 00000 n 
+0003816718 00000 n 
+0003817021 00000 n 
+0003817069 00000 n 
+0003817306 00000 n 
+0003817365 00000 n 
+0003817603 00000 n 
+0003817836 00000 n 
+0003818054 00000 n 
+0003818114 00000 n 
+0003853853 00000 n 
+0003854156 00000 n 
+0003854407 00000 n 
+0003854604 00000 n 
+0003854833 00000 n 
+0003854881 00000 n 
+0003854929 00000 n 
+0003855142 00000 n 
+0003887742 00000 n 
+0003888098 00000 n 
+0003888146 00000 n 
+0003888368 00000 n 
+0003888585 00000 n 
+0003888758 00000 n 
+0003888976 00000 n 
+0003889214 00000 n 
+0003889274 00000 n 
+0003889495 00000 n 
+0003889807 00000 n 
+0003907880 00000 n 
+0003908205 00000 n 
+0003908253 00000 n 
+0003908488 00000 n 
+0003908709 00000 n 
+0003908930 00000 n 
+0003908989 00000 n 
+0003909660 00000 n 
+0003909889 00000 n 
+0003910123 00000 n 
+0003910182 00000 n 
+0003910241 00000 n 
+0003936165 00000 n 
+0003936666 00000 n 
+0003936714 00000 n 
+0003936914 00000 n 
+0003937152 00000 n 
+0003937367 00000 n 
+0003937573 00000 n 
+0003937778 00000 n 
+0003937996 00000 n 
+0003938234 00000 n 
+0003938460 00000 n 
+0003938688 00000 n 
+0003938904 00000 n 
+0003939144 00000 n 
+0003939365 00000 n 
+0003939573 00000 n 
+0003939793 00000 n 
+0003940001 00000 n 
+0003940232 00000 n 
+0003940451 00000 n 
+0003940660 00000 n 
+0003940881 00000 n 
+0003941100 00000 n 
+0003941309 00000 n 
+0003941539 00000 n 
+0003941770 00000 n 
+0003942023 00000 n 
+0003942276 00000 n 
+0003942508 00000 n 
+0003942557 00000 n 
+0003961066 00000 n 
+0003961329 00000 n 
+0003961377 00000 n 
+0003961436 00000 n 
+0003961496 00000 n 
+0003961749 00000 n 
+0003961809 00000 n 
+0003987720 00000 n 
+0003988054 00000 n 
+0003988321 00000 n 
+0003988592 00000 n 
+0003988651 00000 n 
+0003989676 00000 n 
+0003989922 00000 n 
+0003990150 00000 n 
+0003990381 00000 n 
+0003990648 00000 n 
+0004033017 00000 n 
+0004033311 00000 n 
+0004033534 00000 n 
+0004033811 00000 n 
+0004034080 00000 n 
+0004069753 00000 n 
+0004070073 00000 n 
+0004070132 00000 n 
+0004070354 00000 n 
+0004070607 00000 n 
+0004070667 00000 n 
+0004070951 00000 n 
+0004105000 00000 n 
+0004105298 00000 n 
+0004105478 00000 n 
+0004105538 00000 n 
+0004124965 00000 n 
+0004125264 00000 n 
+0004125324 00000 n 
+0004125574 00000 n 
+0004125795 00000 n 
+0004126029 00000 n 
+0004126077 00000 n 
+0004126330 00000 n 
+0004126588 00000 n 
+0004126648 00000 n 
+0004148959 00000 n 
+0004149306 00000 n 
+0004149535 00000 n 
+0004149786 00000 n 
+0004149845 00000 n 
+0004150095 00000 n 
+0004150155 00000 n 
+0004150406 00000 n 
+0004150465 00000 n 
+0004150750 00000 n 
+0004150997 00000 n 
+0004211322 00000 n 
+0004211566 00000 n 
+0004211614 00000 n 
+0004211674 00000 n 
+0004243187 00000 n 
+0004243481 00000 n 
+0004243541 00000 n 
+0004243791 00000 n 
+0004244032 00000 n 
+0004244277 00000 n 
+0004252717 00000 n 
+0004253038 00000 n 
+0004253086 00000 n 
+0004253306 00000 n 
+0004253504 00000 n 
+0004253563 00000 n 
+0004253827 00000 n 
+0004254084 00000 n 
+0004254315 00000 n 
+0004254569 00000 n 
+0004254628 00000 n 
+0004304150 00000 n 
+0004304426 00000 n 
+0004304671 00000 n 
+0004327374 00000 n 
+0004327672 00000 n 
+0004327731 00000 n 
+0004327791 00000 n 
+0004328067 00000 n 
+0004328299 00000 n 
+0004374922 00000 n 
+0004375192 00000 n 
+0004375240 00000 n 
+0004415650 00000 n 
+0004415939 00000 n 
+0004415987 00000 n 
+0004416219 00000 n 
+0004442693 00000 n 
+0004442982 00000 n 
+0004443235 00000 n 
+0004443295 00000 n 
+0004443355 00000 n 
+0004453941 00000 n 
+0004454231 00000 n 
+0004454279 00000 n 
+0004454529 00000 n 
+0004454772 00000 n 
+0004455006 00000 n 
+0004455066 00000 n 
+0004455310 00000 n 
+0004478362 00000 n 
+0004478845 00000 n 
+0004478893 00000 n 
+0004479104 00000 n 
+0004479343 00000 n 
+0004479559 00000 n 
+0004479778 00000 n 
+0004479984 00000 n 
+0004480203 00000 n 
+0004480444 00000 n 
+0004480671 00000 n 
+0004480910 00000 n 
+0004481136 00000 n 
+0004481363 00000 n 
+0004481612 00000 n 
+0004481851 00000 n 
+0004482077 00000 n 
+0004482306 00000 n 
+0004482533 00000 n 
+0004482762 00000 n 
+0004482993 00000 n 
+0004483227 00000 n 
+0004483469 00000 n 
+0004483698 00000 n 
+0004483928 00000 n 
+0004484157 00000 n 
+0004484387 00000 n 
+0004504897 00000 n 
+0004505290 00000 n 
+0004505511 00000 n 
+0004505729 00000 n 
+0004505958 00000 n 
+0004506176 00000 n 
+0004506385 00000 n 
+0004506614 00000 n 
+0004506841 00000 n 
+0004507065 00000 n 
+0004507300 00000 n 
+0004507524 00000 n 
+0004507739 00000 n 
+0004507953 00000 n 
+0004508183 00000 n 
+0004508242 00000 n 
+0004508495 00000 n 
+0004508555 00000 n 
+0004534762 00000 n 
+0004535019 00000 n 
+0004535078 00000 n 
+0004551493 00000 n 
+0004551823 00000 n 
+0004552047 00000 n 
+0004552265 00000 n 
+0004552475 00000 n 
+0004552534 00000 n 
+0004552757 00000 n 
+0004552817 00000 n 
+0004553053 00000 n 
+0004553300 00000 n 
+0004553544 00000 n 
+0004553604 00000 n 
+0004579279 00000 n 
+0004579586 00000 n 
+0004579817 00000 n 
+0004579876 00000 n 
+0004580126 00000 n 
+0004580185 00000 n 
+0004580245 00000 n 
+0004580756 00000 n 
+0004580990 00000 n 
+0004601289 00000 n 
+0004601659 00000 n 
+0004601877 00000 n 
+0004602107 00000 n 
+0004602166 00000 n 
+0004602369 00000 n 
+0004602428 00000 n 
+0004602642 00000 n 
+0004602888 00000 n 
+0004603133 00000 n 
+0004603193 00000 n 
+0004603444 00000 n 
+0004603503 00000 n 
+0004604428 00000 n 
+0004604669 00000 n 
+0004604923 00000 n 
+0004605178 00000 n 
+0004605238 00000 n 
+0004612987 00000 n 
+0004613281 00000 n 
+0004613507 00000 n 
+0004613555 00000 n 
+0004613783 00000 n 
+0004613995 00000 n 
+0004631410 00000 n 
+0004632232 00000 n 
+0004633067 00000 n 
+0004633330 00000 n 
+0004633570 00000 n 
+0004646516 00000 n 
+0004647338 00000 n 
+0004656858 00000 n 
+0004657201 00000 n 
+0004657438 00000 n 
+0004657498 00000 n 
+0004657740 00000 n 
+0004657985 00000 n 
+0004658233 00000 n 
+0004658293 00000 n 
+0004658522 00000 n 
+0004658761 00000 n 
+0004658987 00000 n 
+0004659046 00000 n 
+0004693055 00000 n 
+0004693403 00000 n 
+0004693596 00000 n 
+0004693795 00000 n 
+0004694026 00000 n 
+0004694250 00000 n 
+0004694451 00000 n 
+0004694640 00000 n 
+0004694847 00000 n 
+0004694906 00000 n 
+0004695133 00000 n 
+0004695357 00000 n 
+0004712003 00000 n 
+0004712324 00000 n 
+0004712538 00000 n 
+0004712597 00000 n 
+0004712838 00000 n 
+0004713052 00000 n 
+0004713112 00000 n 
+0004713334 00000 n 
+0004713558 00000 n 
+0004713784 00000 n 
+0004734077 00000 n 
+0004734461 00000 n 
+0004734509 00000 n 
+0004734737 00000 n 
+0004734971 00000 n 
+0004735204 00000 n 
+0004735263 00000 n 
+0004735497 00000 n 
+0004735751 00000 n 
+0004736012 00000 n 
+0004736235 00000 n 
+0004736471 00000 n 
+0004736721 00000 n 
+0004736966 00000 n 
+0004737211 00000 n 
+0004737271 00000 n 
+0004737486 00000 n 
+0004737696 00000 n 
+0004767178 00000 n 
+0004767503 00000 n 
+0004767754 00000 n 
+0004767802 00000 n 
+0004768028 00000 n 
+0004768280 00000 n 
+0004768339 00000 n 
+0004768580 00000 n 
+0004768795 00000 n 
+0004789193 00000 n 
+0004789513 00000 n 
+0004789572 00000 n 
+0004789872 00000 n 
+0004790092 00000 n 
+0004790305 00000 n 
+0004790559 00000 n 
+0004825693 00000 n 
+0004826000 00000 n 
+0004826060 00000 n 
+0004826665 00000 n 
+0004826907 00000 n 
+0004827155 00000 n 
+0004827400 00000 n 
+0004840360 00000 n 
+0004840713 00000 n 
+0004840761 00000 n 
+0004840971 00000 n 
+0004841199 00000 n 
+0004841431 00000 n 
+0004841662 00000 n 
+0004841871 00000 n 
+0004842064 00000 n 
+0004842289 00000 n 
+0004842486 00000 n 
+0004842711 00000 n 
+0004842942 00000 n 
+0004843165 00000 n 
+0004843225 00000 n 
+0004895439 00000 n 
+0004933941 00000 n 
+0004941706 00000 n 
+0004941991 00000 n 
+0004942212 00000 n 
+0004942424 00000 n 
+0004942483 00000 n 
+0004967062 00000 n 
+0004967369 00000 n 
+0004967596 00000 n 
+0004967644 00000 n 
+0004967704 00000 n 
+0004967942 00000 n 
+0004968001 00000 n 
+0004968220 00000 n 
+0004988232 00000 n 
+0004988513 00000 n 
+0004988561 00000 n 
+0004988769 00000 n 
+0004988996 00000 n 
+0004989203 00000 n 
+0005006278 00000 n 
+0005006644 00000 n 
+0005006692 00000 n 
+0005006903 00000 n 
+0005007144 00000 n 
+0005007362 00000 n 
+0005007571 00000 n 
+0005007779 00000 n 
+0005007987 00000 n 
+0005008196 00000 n 
+0005008382 00000 n 
+0005008604 00000 n 
+0005008663 00000 n 
+0005008899 00000 n 
+0005009131 00000 n 
+0005009190 00000 n 
+0005038179 00000 n 
+0005038486 00000 n 
+0005038534 00000 n 
+0005038762 00000 n 
+0005038821 00000 n 
+0005039071 00000 n 
+0005039322 00000 n 
+0005043438 00000 n 
+0005043719 00000 n 
+0005043767 00000 n 
+0005043998 00000 n 
+0005044219 00000 n 
+0005044440 00000 n 
 0005044560 00000 n 
-0005044781 00000 n 
-0005045002 00000 n 
-0005045122 00000 n 
-0005045244 00000 n 
-0005045370 00000 n 
-0005045497 00000 n 
-0005045633 00000 n 
-0005045771 00000 n 
-0005045944 00000 n 
-0005046108 00000 n 
-0005046267 00000 n 
-0005046417 00000 n 
-0005046584 00000 n 
-0005046742 00000 n 
-0005046915 00000 n 
-0005047089 00000 n 
-0005047268 00000 n 
-0005047438 00000 n 
-0005047613 00000 n 
-0005047779 00000 n 
-0005047965 00000 n 
-0005048164 00000 n 
-0005048361 00000 n 
-0005048550 00000 n 
-0005048752 00000 n 
-0005048952 00000 n 
-0005049138 00000 n 
-0005049337 00000 n 
-0005049534 00000 n 
-0005049718 00000 n 
-0005049905 00000 n 
+0005044682 00000 n 
+0005044808 00000 n 
+0005044935 00000 n 
+0005045071 00000 n 
+0005045209 00000 n 
+0005045382 00000 n 
+0005045546 00000 n 
+0005045705 00000 n 
+0005045855 00000 n 
+0005046022 00000 n 
+0005046180 00000 n 
+0005046353 00000 n 
+0005046527 00000 n 
+0005046706 00000 n 
+0005046876 00000 n 
+0005047051 00000 n 
+0005047217 00000 n 
+0005047403 00000 n 
+0005047602 00000 n 
+0005047799 00000 n 
+0005047988 00000 n 
+0005048190 00000 n 
+0005048390 00000 n 
+0005048576 00000 n 
+0005048775 00000 n 
+0005048972 00000 n 
+0005049156 00000 n 
+0005049343 00000 n 
+0005049538 00000 n 
+0005049721 00000 n 
+0005049906 00000 n 
 0005050100 00000 n 
-0005050283 00000 n 
-0005050468 00000 n 
-0005050662 00000 n 
-0005050838 00000 n 
-0005051029 00000 n 
+0005050276 00000 n 
+0005050467 00000 n 
+0005050654 00000 n 
+0005050836 00000 n 
+0005051023 00000 n 
 0005051216 00000 n 
-0005051398 00000 n 
-0005051585 00000 n 
-0005051778 00000 n 
-0005051953 00000 n 
-0005052132 00000 n 
-0005052318 00000 n 
-0005052499 00000 n 
-0005052681 00000 n 
-0005052873 00000 n 
-0005053063 00000 n 
-0005053254 00000 n 
-0005053445 00000 n 
-0005053642 00000 n 
-0005053840 00000 n 
-0005054038 00000 n 
-0005054236 00000 n 
-0005054449 00000 n 
-0005054648 00000 n 
-0005054842 00000 n 
-0005055039 00000 n 
-0005055234 00000 n 
-0005055430 00000 n 
-0005055627 00000 n 
-0005055824 00000 n 
-0005056019 00000 n 
-0005056214 00000 n 
-0005056410 00000 n 
-0005056604 00000 n 
-0005056799 00000 n 
-0005056994 00000 n 
-0005057168 00000 n 
-0005057342 00000 n 
-0005057525 00000 n 
-0005057711 00000 n 
-0005057905 00000 n 
-0005058094 00000 n 
-0005058295 00000 n 
-0005058495 00000 n 
-0005058678 00000 n 
-0005058864 00000 n 
-0005059058 00000 n 
-0005059238 00000 n 
-0005059421 00000 n 
-0005059612 00000 n 
-0005059794 00000 n 
-0005059979 00000 n 
-0005060172 00000 n 
-0005060350 00000 n 
-0005060531 00000 n 
-0005060720 00000 n 
-0005060908 00000 n 
-0005061109 00000 n 
-0005061308 00000 n 
-0005061486 00000 n 
-0005061677 00000 n 
-0005061866 00000 n 
-0005062050 00000 n 
-0005062237 00000 n 
-0005062432 00000 n 
-0005062622 00000 n 
-0005062814 00000 n 
-0005063005 00000 n 
-0005063177 00000 n 
-0005063351 00000 n 
-0005063539 00000 n 
-0005063740 00000 n 
-0005063939 00000 n 
-0005064106 00000 n 
-0005064287 00000 n 
-0005064465 00000 n 
-0005064641 00000 n 
-0005064841 00000 n 
-0005065028 00000 n 
-0005065175 00000 n 
-0005065332 00000 n 
-0005065502 00000 n 
-0005065685 00000 n 
-0005065866 00000 n 
-0005066044 00000 n 
-0005066225 00000 n 
-0005066414 00000 n 
-0005066593 00000 n 
-0005066785 00000 n 
-0005066975 00000 n 
-0005067148 00000 n 
-0005067324 00000 n 
-0005067508 00000 n 
-0005067680 00000 n 
-0005067855 00000 n 
-0005068038 00000 n 
-0005068206 00000 n 
-0005068377 00000 n 
-0005068556 00000 n 
-0005068725 00000 n 
-0005068907 00000 n 
-0005069087 00000 n 
-0005069253 00000 n 
-0005069421 00000 n 
-0005069594 00000 n 
-0005069770 00000 n 
-0005069954 00000 n 
-0005070127 00000 n 
-0005070303 00000 n 
-0005070487 00000 n 
-0005070657 00000 n 
-0005070840 00000 n 
-0005071021 00000 n 
-0005071196 00000 n 
-0005071374 00000 n 
-0005071560 00000 n 
-0005071729 00000 n 
-0005071911 00000 n 
-0005072091 00000 n 
-0005072263 00000 n 
-0005072440 00000 n 
-0005072626 00000 n 
-0005072809 00000 n 
-0005072985 00000 n 
-0005073166 00000 n 
-0005073353 00000 n 
-0005073519 00000 n 
-0005073685 00000 n 
-0005073870 00000 n 
-0005074066 00000 n 
-0005074262 00000 n 
-0005074431 00000 n 
-0005074602 00000 n 
-0005074782 00000 n 
-0005074954 00000 n 
-0005075128 00000 n 
-0005075311 00000 n 
-0005075481 00000 n 
-0005075656 00000 n 
-0005075837 00000 n 
-0005076007 00000 n 
-0005076181 00000 n 
-0005076362 00000 n 
-0005076520 00000 n 
-0005076681 00000 n 
-0005076859 00000 n 
-0005077048 00000 n 
-0005077237 00000 n 
-0005077409 00000 n 
-0005077593 00000 n 
-0005077776 00000 n 
-0005077961 00000 n 
-0005078150 00000 n 
-0005078340 00000 n 
-0005078540 00000 n 
-0005078736 00000 n 
-0005078897 00000 n 
-0005079071 00000 n 
-0005079243 00000 n 
-0005079412 00000 n 
-0005079582 00000 n 
-0005079765 00000 n 
-0005079945 00000 n 
-0005080119 00000 n 
-0005080295 00000 n 
-0005080488 00000 n 
-0005080683 00000 n 
-0005080877 00000 n 
-0005081065 00000 n 
-0005081255 00000 n 
-0005081444 00000 n 
-0005081632 00000 n 
-0005081822 00000 n 
-0005082011 00000 n 
-0005082202 00000 n 
-0005082395 00000 n 
-0005082587 00000 n 
-0005082780 00000 n 
-0005082975 00000 n 
-0005083169 00000 n 
-0005083345 00000 n 
-0005083521 00000 n 
-0005083711 00000 n 
-0005083903 00000 n 
-0005084094 00000 n 
-0005084284 00000 n 
-0005084476 00000 n 
-0005084669 00000 n 
-0005084860 00000 n 
-0005085049 00000 n 
-0005085240 00000 n 
-0005085432 00000 n 
-0005085622 00000 n 
-0005085812 00000 n 
-0005086005 00000 n 
-0005086196 00000 n 
-0005086376 00000 n 
-0005086569 00000 n 
-0005086752 00000 n 
-0005086933 00000 n 
-0005087119 00000 n 
-0005087329 00000 n 
-0005087516 00000 n 
-0005087675 00000 n 
-0005087834 00000 n 
-0005088025 00000 n 
-0005088229 00000 n 
-0005088421 00000 n 
-0005088709 00000 n 
-0005088790 00000 n 
-0005088962 00000 n 
-0005089158 00000 n 
-0005089421 00000 n 
-0005089587 00000 n 
-0005089838 00000 n 
-0005090074 00000 n 
-0005090346 00000 n 
-0005090566 00000 n 
-0005090806 00000 n 
-0005091023 00000 n 
-0005091316 00000 n 
-0005091545 00000 n 
-0005091801 00000 n 
-0005092045 00000 n 
-0005092270 00000 n 
-0005092499 00000 n 
-0005092703 00000 n 
-0005092931 00000 n 
-0005093127 00000 n 
-0005093343 00000 n 
-0005093563 00000 n 
-0005093812 00000 n 
-0005094068 00000 n 
-0005094293 00000 n 
-0005094538 00000 n 
-0005094774 00000 n 
-0005094996 00000 n 
-0005095285 00000 n 
-0005095507 00000 n 
-0005095759 00000 n 
-0005095991 00000 n 
-0005096196 00000 n 
-0005096428 00000 n 
-0005096633 00000 n 
-0005096890 00000 n 
-0005097098 00000 n 
-0005097335 00000 n 
-0005097529 00000 n 
-0005097817 00000 n 
-0005098047 00000 n 
-0005098263 00000 n 
-0005098501 00000 n 
-0005098765 00000 n 
-0005098947 00000 n 
-0005099176 00000 n 
-0005099421 00000 n 
-0005099642 00000 n 
-0005099848 00000 n 
-0005100049 00000 n 
-0005100239 00000 n 
-0005100504 00000 n 
-0005100715 00000 n 
-0005100937 00000 n 
-0005101147 00000 n 
-0005101376 00000 n 
-0005101570 00000 n 
-0005101839 00000 n 
-0005102058 00000 n 
-0005102311 00000 n 
-0005102570 00000 n 
-0005102783 00000 n 
-0005103013 00000 n 
-0005103227 00000 n 
-0005103429 00000 n 
-0005103662 00000 n 
-0005103912 00000 n 
-0005104157 00000 n 
-0005104430 00000 n 
-0005104635 00000 n 
-0005104901 00000 n 
-0005105194 00000 n 
-0005105402 00000 n 
-0005105624 00000 n 
-0005105834 00000 n 
-0005106067 00000 n 
-0005106285 00000 n 
-0005106578 00000 n 
-0005106784 00000 n 
-0005107065 00000 n 
-0005107342 00000 n 
-0005107571 00000 n 
-0005107857 00000 n 
-0005108099 00000 n 
-0005108361 00000 n 
-0005108584 00000 n 
-0005110046 00000 n 
-0005119561 00000 n 
-0005119779 00000 n 
-0005121143 00000 n 
-0005122190 00000 n 
-0005130201 00000 n 
-0005130424 00000 n 
-0005131788 00000 n 
-0005132862 00000 n 
-0005138879 00000 n 
-0005139095 00000 n 
-0005140459 00000 n 
-0005141507 00000 n 
-0005144558 00000 n 
-0005144774 00000 n 
-0005145147 00000 n 
-0005146286 00000 n 
-0005147715 00000 n 
-0005147935 00000 n 
-0005149299 00000 n 
-0005150438 00000 n 
-0005151889 00000 n 
-0005152102 00000 n 
-0005152423 00000 n 
-0005153340 00000 n 
-0005158935 00000 n 
-0005159163 00000 n 
-0005160527 00000 n 
-0005161614 00000 n 
-0005162778 00000 n 
-0005162996 00000 n 
-0005163300 00000 n 
-0005164438 00000 n 
-0005165905 00000 n 
-0005166125 00000 n 
-0005166433 00000 n 
+0005051391 00000 n 
+0005051570 00000 n 
+0005051756 00000 n 
+0005051937 00000 n 
+0005052119 00000 n 
+0005052311 00000 n 
+0005052501 00000 n 
+0005052692 00000 n 
+0005052883 00000 n 
+0005053080 00000 n 
+0005053278 00000 n 
+0005053476 00000 n 
+0005053674 00000 n 
+0005053887 00000 n 
+0005054086 00000 n 
+0005054280 00000 n 
+0005054477 00000 n 
+0005054672 00000 n 
+0005054868 00000 n 
+0005055065 00000 n 
+0005055262 00000 n 
+0005055457 00000 n 
+0005055652 00000 n 
+0005055848 00000 n 
+0005056042 00000 n 
+0005056237 00000 n 
+0005056432 00000 n 
+0005056606 00000 n 
+0005056780 00000 n 
+0005056963 00000 n 
+0005057149 00000 n 
+0005057343 00000 n 
+0005057532 00000 n 
+0005057733 00000 n 
+0005057933 00000 n 
+0005058116 00000 n 
+0005058302 00000 n 
+0005058496 00000 n 
+0005058676 00000 n 
+0005058859 00000 n 
+0005059050 00000 n 
+0005059232 00000 n 
+0005059417 00000 n 
+0005059610 00000 n 
+0005059788 00000 n 
+0005059969 00000 n 
+0005060158 00000 n 
+0005060346 00000 n 
+0005060547 00000 n 
+0005060746 00000 n 
+0005060924 00000 n 
+0005061115 00000 n 
+0005061304 00000 n 
+0005061488 00000 n 
+0005061675 00000 n 
+0005061870 00000 n 
+0005062060 00000 n 
+0005062252 00000 n 
+0005062443 00000 n 
+0005062615 00000 n 
+0005062789 00000 n 
+0005062977 00000 n 
+0005063178 00000 n 
+0005063377 00000 n 
+0005063544 00000 n 
+0005063725 00000 n 
+0005063903 00000 n 
+0005064079 00000 n 
+0005064279 00000 n 
+0005064466 00000 n 
+0005064613 00000 n 
+0005064770 00000 n 
+0005064940 00000 n 
+0005065123 00000 n 
+0005065304 00000 n 
+0005065482 00000 n 
+0005065663 00000 n 
+0005065852 00000 n 
+0005066031 00000 n 
+0005066223 00000 n 
+0005066413 00000 n 
+0005066586 00000 n 
+0005066762 00000 n 
+0005066946 00000 n 
+0005067118 00000 n 
+0005067293 00000 n 
+0005067476 00000 n 
+0005067644 00000 n 
+0005067815 00000 n 
+0005067994 00000 n 
+0005068163 00000 n 
+0005068345 00000 n 
+0005068525 00000 n 
+0005068691 00000 n 
+0005068859 00000 n 
+0005069032 00000 n 
+0005069208 00000 n 
+0005069392 00000 n 
+0005069565 00000 n 
+0005069741 00000 n 
+0005069925 00000 n 
+0005070095 00000 n 
+0005070278 00000 n 
+0005070459 00000 n 
+0005070634 00000 n 
+0005070812 00000 n 
+0005070998 00000 n 
+0005071167 00000 n 
+0005071349 00000 n 
+0005071529 00000 n 
+0005071701 00000 n 
+0005071878 00000 n 
+0005072064 00000 n 
+0005072247 00000 n 
+0005072423 00000 n 
+0005072604 00000 n 
+0005072791 00000 n 
+0005072957 00000 n 
+0005073123 00000 n 
+0005073308 00000 n 
+0005073504 00000 n 
+0005073700 00000 n 
+0005073869 00000 n 
+0005074040 00000 n 
+0005074220 00000 n 
+0005074392 00000 n 
+0005074566 00000 n 
+0005074749 00000 n 
+0005074919 00000 n 
+0005075094 00000 n 
+0005075275 00000 n 
+0005075445 00000 n 
+0005075619 00000 n 
+0005075800 00000 n 
+0005075958 00000 n 
+0005076119 00000 n 
+0005076297 00000 n 
+0005076486 00000 n 
+0005076675 00000 n 
+0005076847 00000 n 
+0005077031 00000 n 
+0005077214 00000 n 
+0005077399 00000 n 
+0005077588 00000 n 
+0005077778 00000 n 
+0005077978 00000 n 
+0005078174 00000 n 
+0005078335 00000 n 
+0005078509 00000 n 
+0005078681 00000 n 
+0005078850 00000 n 
+0005079020 00000 n 
+0005079203 00000 n 
+0005079383 00000 n 
+0005079557 00000 n 
+0005079733 00000 n 
+0005079926 00000 n 
+0005080121 00000 n 
+0005080315 00000 n 
+0005080503 00000 n 
+0005080693 00000 n 
+0005080882 00000 n 
+0005081070 00000 n 
+0005081260 00000 n 
+0005081449 00000 n 
+0005081640 00000 n 
+0005081833 00000 n 
+0005082025 00000 n 
+0005082218 00000 n 
+0005082413 00000 n 
+0005082607 00000 n 
+0005082783 00000 n 
+0005082959 00000 n 
+0005083149 00000 n 
+0005083341 00000 n 
+0005083532 00000 n 
+0005083722 00000 n 
+0005083914 00000 n 
+0005084107 00000 n 
+0005084298 00000 n 
+0005084487 00000 n 
+0005084678 00000 n 
+0005084870 00000 n 
+0005085060 00000 n 
+0005085250 00000 n 
+0005085443 00000 n 
+0005085634 00000 n 
+0005085814 00000 n 
+0005086007 00000 n 
+0005086190 00000 n 
+0005086371 00000 n 
+0005086557 00000 n 
+0005086767 00000 n 
+0005086954 00000 n 
+0005087113 00000 n 
+0005087272 00000 n 
+0005087463 00000 n 
+0005087667 00000 n 
+0005087859 00000 n 
+0005088147 00000 n 
+0005088228 00000 n 
+0005088400 00000 n 
+0005088596 00000 n 
+0005088859 00000 n 
+0005089025 00000 n 
+0005089276 00000 n 
+0005089512 00000 n 
+0005089784 00000 n 
+0005090004 00000 n 
+0005090244 00000 n 
+0005090461 00000 n 
+0005090754 00000 n 
+0005090983 00000 n 
+0005091239 00000 n 
+0005091483 00000 n 
+0005091708 00000 n 
+0005091937 00000 n 
+0005092141 00000 n 
+0005092369 00000 n 
+0005092565 00000 n 
+0005092781 00000 n 
+0005093001 00000 n 
+0005093250 00000 n 
+0005093506 00000 n 
+0005093731 00000 n 
+0005093976 00000 n 
+0005094212 00000 n 
+0005094434 00000 n 
+0005094723 00000 n 
+0005094945 00000 n 
+0005095197 00000 n 
+0005095429 00000 n 
+0005095634 00000 n 
+0005095866 00000 n 
+0005096071 00000 n 
+0005096328 00000 n 
+0005096536 00000 n 
+0005096773 00000 n 
+0005096967 00000 n 
+0005097255 00000 n 
+0005097485 00000 n 
+0005097701 00000 n 
+0005097939 00000 n 
+0005098203 00000 n 
+0005098385 00000 n 
+0005098614 00000 n 
+0005098859 00000 n 
+0005099080 00000 n 
+0005099286 00000 n 
+0005099487 00000 n 
+0005099677 00000 n 
+0005099942 00000 n 
+0005100153 00000 n 
+0005100375 00000 n 
+0005100585 00000 n 
+0005100814 00000 n 
+0005101008 00000 n 
+0005101277 00000 n 
+0005101496 00000 n 
+0005101749 00000 n 
+0005102008 00000 n 
+0005102221 00000 n 
+0005102451 00000 n 
+0005102665 00000 n 
+0005102867 00000 n 
+0005103100 00000 n 
+0005103350 00000 n 
+0005103595 00000 n 
+0005103868 00000 n 
+0005104073 00000 n 
+0005104339 00000 n 
+0005104632 00000 n 
+0005104840 00000 n 
+0005105062 00000 n 
+0005105272 00000 n 
+0005105505 00000 n 
+0005105723 00000 n 
+0005106016 00000 n 
+0005106222 00000 n 
+0005106503 00000 n 
+0005106780 00000 n 
+0005107009 00000 n 
+0005107295 00000 n 
+0005107537 00000 n 
+0005107799 00000 n 
+0005108022 00000 n 
+0005109484 00000 n 
+0005118999 00000 n 
+0005119217 00000 n 
+0005120581 00000 n 
+0005121628 00000 n 
+0005129639 00000 n 
+0005129862 00000 n 
+0005131226 00000 n 
+0005132300 00000 n 
+0005138317 00000 n 
+0005138533 00000 n 
+0005139897 00000 n 
+0005140945 00000 n 
+0005143996 00000 n 
+0005144212 00000 n 
+0005144585 00000 n 
+0005145724 00000 n 
+0005147153 00000 n 
+0005147373 00000 n 
+0005148737 00000 n 
+0005149876 00000 n 
+0005151327 00000 n 
+0005151540 00000 n 
+0005151861 00000 n 
+0005152778 00000 n 
+0005158373 00000 n 
+0005158601 00000 n 
+0005159965 00000 n 
+0005161052 00000 n 
+0005162216 00000 n 
+0005162434 00000 n 
+0005162738 00000 n 
+0005163876 00000 n 
+0005165343 00000 n 
+0005165563 00000 n 
+0005165871 00000 n 
 trailer
 << /Size 2342
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-5167572
+5167010
 %%EOF


[2/8] isis-site git commit: ISIS-1465: updates to docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/0ceac89f/content/guides/ugbtb/ugbtb.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugbtb/ugbtb.pdf b/content/guides/ugbtb/ugbtb.pdf
index 28fc26d..57617b7 100644
--- a/content/guides/ugbtb/ugbtb.pdf
+++ b/content/guides/ugbtb/ugbtb.pdf
@@ -4,16 +4,16 @@
 << /Title (Beyond the Basics)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170814204423+01'00')
-/ModDate (D:20170814204423+01'00')
+/CreationDate (D:20170818082417+01'00')
+/ModDate (D:20170818082417+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 16 0 R
-/Outlines 545 0 R
-/PageLabels 591 0 R
+/Outlines 550 0 R
+/PageLabels 595 0 R
 /PageMode /UseOutlines
 /OpenAction [7 0 R /FitH 842.89]
 /ViewerPreferences << /DisplayDocTitle true
@@ -22,8 +22,8 @@ endobj
 endobj
 3 0 obj
 << /Type /Pages
-/Count 69
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 39 0 R 56 0 R 63 0 R 71 0 R 74 0 R 81 0 R 84 0 R 88 0 R 90 0 R 92 0 R 97 0 R 101 0 R 109 0 R 118 0 R 122 0 R 133 0 R 142 0 R 153 0 R 155 0 R 168 0 R 174 0 R 180 0 R 186 0 R 192 0 R 199 0 R 209 0 R 214 0 R 221 0 R 229 0 R 231 0 R 238 0 R 242 0 R 246 0 R 261 0 R 263 0 R 274 0 R 278 0 R 292 0 R 302 0 R 305 0 R 308 0 R 314 0 R 322 0 R 334 0 R 341 0 R 346 0 R 349 0 R 355 0 R 362 0 R 368 0 R 378 0 R 387 0 R 395 0 R 407 0 R 414 0 R 420 0 R 423 0 R 429 0 R 433 0 R 437 0 R 439 0 R 442 0 R 446 0 R 448 0 R 452 0 R]
+/Count 70
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 39 0 R 56 0 R 63 0 R 71 0 R 74 0 R 81 0 R 84 0 R 88 0 R 90 0 R 92 0 R 97 0 R 101 0 R 109 0 R 118 0 R 122 0 R 133 0 R 142 0 R 153 0 R 155 0 R 168 0 R 174 0 R 180 0 R 186 0 R 192 0 R 199 0 R 209 0 R 214 0 R 221 0 R 229 0 R 231 0 R 238 0 R 242 0 R 246 0 R 261 0 R 263 0 R 274 0 R 278 0 R 292 0 R 302 0 R 305 0 R 308 0 R 314 0 R 317 0 R 327 0 R 336 0 R 338 0 R 341 0 R 352 0 R 362 0 R 369 0 R 376 0 R 386 0 R 393 0 R 400 0 R 412 0 R 419 0 R 426 0 R 429 0 R 435 0 R 439 0 R 443 0 R 445 0 R 449 0 R 453 0 R 455 0 R 459 0 R]
 >>
 endobj
 4 0 obj
@@ -80,15 +80,15 @@ endobj
 << /Type /Font
 /BaseFont /AAAACI+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 593 0 R
+/FontDescriptor 597 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 595 0 R
-/ToUnicode 594 0 R
+/Widths 599 0 R
+/ToUnicode 598 0 R
 >>
 endobj
 9 0 obj
-<< /Length 32420
+<< /Length 32593
 >>
 stream
 q
@@ -1453,7 +1453,7 @@ ET
 BT
 535.3009999999999 160.4959999999996 Td
 /F1.0 10.5 Tf
-<3433> Tj
+<3438> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1464,7 +1464,7 @@ ET
 BT
 60.24 142.01599999999962 Td
 /F1.0 10.5 Tf
-[<362e332e2045787465726e616c697a656420436f6e6669677572> 20.01953125 <6174696f6e>] TJ
+[<362e332e20446f636b> 20.01953125 <6572>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1473,9 +1473,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-218.61574999999993 142.01599999999962 Td
+117.07024999999993 142.01599999999962 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1493,7 +1493,7 @@ ET
 BT
 535.3009999999999 142.01599999999962 Td
 /F1.0 10.5 Tf
-<3434> Tj
+<3439> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1504,7 +1504,7 @@ ET
 BT
 60.24 123.53599999999963 Td
 /F1.0 10.5 Tf
-[<362e342e20446f636b> 20.01953125 <6572>] TJ
+[<362e342e204465706c6f> 20.01953125 <79696e6720746f20476f6f676c652041707020456e67696e65>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1513,9 +1513,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-117.07024999999993 123.53599999999963 Td
+245.33824999999996 123.53599999999963 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1533,7 +1533,7 @@ ET
 BT
 535.3009999999999 123.53599999999963 Td
 /F1.0 10.5 Tf
-<3438> Tj
+<3531> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1544,7 +1544,7 @@ ET
 BT
 60.24 105.05599999999964 Td
 /F1.0 10.5 Tf
-[<362e352e204465706c6f> 20.01953125 <79696e6720746f20476f6f676c652041707020456e67696e65>] TJ
+<362e352e204e656f344a> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1553,9 +1553,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-245.33824999999996 105.05599999999964 Td
+111.72574999999995 105.05599999999964 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1573,7 +1573,7 @@ ET
 BT
 535.3009999999999 105.05599999999964 Td
 /F1.0 10.5 Tf
-<3530> Tj
+<3532> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1584,7 +1584,7 @@ ET
 BT
 60.24 86.57599999999965 Td
 /F1.0 10.5 Tf
-<362e362e204e656f344a> Tj
+<362e362e204a564d20466c616773> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1593,9 +1593,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-111.72574999999995 86.57599999999965 Td
+133.10374999999993 86.57599999999965 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1613,7 +1613,7 @@ ET
 BT
 535.3009999999999 86.57599999999965 Td
 /F1.0 10.5 Tf
-<3531> Tj
+<3533> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1622,9 +1622,20 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 68.09599999999966 Td
+48.24 68.09599999999966 Td
 /F1.0 10.5 Tf
-<362e372e204a564d20466c616773> Tj
+<372e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+59.454 68.09599999999966 Td
+/F3.0 10.5 Tf
+<7765622e786d6c> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1633,9 +1644,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-133.10374999999993 68.09599999999966 Td
+101.03674999999993 68.09599999999966 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1653,7 +1664,7 @@ ET
 BT
 535.3009999999999 68.09599999999966 Td
 /F1.0 10.5 Tf
-<3532> Tj
+<3535> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1673,11 +1684,11 @@ endobj
 /F3.0 41 0 R
 >>
 >>
-/Annots [454 0 R 455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 465 0 R 466 0 R 467 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 512 0 R 513 0 R 514 0 R 515 0 R 516 0 R 517 0 R 518 0 R 519 0 R 520 0 R 521 0 R 522 0 R 523 0 R 524 0 R 525 0 R 526 0 R 527 0 R 528 0 R 529 0 R 530 0 R 531 0 R 532 0 R]
+/Annots [461 0 R 462 0 R 463 0 R 464 0 R 465 0 R 466 0 R 467 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 512 0 R 513 0 R 514 0 R 515 0 R 516 0 R 517 0 R 518 0 R 519 0 R 520 0 R 521 0 R 522 0 R 523 0 R 524 0 R 525 0 R 526 0 R 527 0 R 528 0 R 529 0 R 530 0 R 531 0 R 532 0 R 533 0 R 534 0 R 535 0 R 536 0 R 537 0 R 538 0 R 539 0 R 540 0 R]
 >>
 endobj
 11 0 obj
-<< /Length 4418
+<< /Length 3411
 >>
 stream
 q
@@ -1687,20 +1698,9 @@ q
 0.200 0.200 0.200 SCN
 
 BT
-48.24 794.6759999999999 Td
+60.24 794.6759999999999 Td
 /F1.0 10.5 Tf
-<372e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-BT
-59.454 794.6759999999999 Td
-/F3.0 10.5 Tf
-<7765622e786d6c> Tj
+<372e312e20536572766c657420436f6e74657874204c697374656e657273> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1709,9 +1709,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-101.03674999999993 794.6759999999999 Td
+207.92674999999997 794.6759999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1729,7 +1729,7 @@ ET
 BT
 535.3009999999999 794.6759999999999 Td
 /F1.0 10.5 Tf
-<3534> Tj
+<3537> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1740,7 +1740,7 @@ ET
 BT
 60.24 776.1959999999999 Td
 /F1.0 10.5 Tf
-<372e312e20536572766c657420436f6e74657874204c697374656e657273> Tj
+<372e322e20536572766c657473> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1749,9 +1749,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 776.1959999999999 Td
+122.41474999999997 776.1959999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1769,7 +1769,7 @@ ET
 BT
 535.3009999999999 776.1959999999999 Td
 /F1.0 10.5 Tf
-<3536> Tj
+<3539> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1780,7 +1780,7 @@ ET
 BT
 60.24 757.7159999999999 Td
 /F1.0 10.5 Tf
-<372e322e20536572766c657473> Tj
+<372e332e2046696c74657273> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1789,9 +1789,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-122.41474999999997 757.7159999999999 Td
+117.07024999999993 757.7159999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1809,7 +1809,7 @@ ET
 BT
 535.3009999999999 757.7159999999999 Td
 /F1.0 10.5 Tf
-<3538> Tj
+<3630> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1820,46 +1820,6 @@ ET
 BT
 60.24 739.2359999999999 Td
 /F1.0 10.5 Tf
-<372e332e2046696c74657273> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-117.07024999999993 739.2359999999999 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-BT
-533.94125 739.2359999999999 Td
-/F1.0 5.25 Tf
-<ca> Tj
-ET
-
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-535.3009999999999 739.2359999999999 Td
-/F1.0 10.5 Tf
-<3539> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-60.24 720.7559999999999 Td
-/F1.0 10.5 Tf
 [<372e342e20436f6e6669677572> 20.01953125 <6174696f6e2046696c6573>] TJ
 ET
 
@@ -1869,7 +1829,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-181.20424999999994 720.7559999999999 Td
+181.20424999999994 739.2359999999999 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -1878,7 +1838,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 720.7559999999999 Td
+533.94125 739.2359999999999 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -1887,9 +1847,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 720.7559999999999 Td
+535.3009999999999 739.2359999999999 Td
 /F1.0 10.5 Tf
-<3636> Tj
+<3637> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1905,10 +1865,9 @@ endobj
 /Contents 11 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
-/F3.0 41 0 R
 >>
 >>
-/Annots [533 0 R 534 0 R 535 0 R 536 0 R 537 0 R 538 0 R 539 0 R 540 0 R 541 0 R 542 0 R 543 0 R]
+/Annots [541 0 R 542 0 R 543 0 R 544 0 R 545 0 R 546 0 R 547 0 R 548 0 R]
 >>
 endobj
 13 0 obj
@@ -2593,7 +2552,7 @@ endobj
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [19 0 R 20 0 R 21 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R 36 0 R 37 0 R]
@@ -2608,18 +2567,18 @@ endobj
 >>
 endobj
 17 0 obj
-<< /Kids [115 0 R 385 0 R 211 0 R 270 0 R 426 0 R 116 0 R 391 0 R 244 0 R 382 0 R]
+<< /Kids [115 0 R 422 0 R 211 0 R 270 0 R 432 0 R 116 0 R 447 0 R 244 0 R 374 0 R]
 >>
 endobj
 18 0 obj
 << /Type /Font
 /BaseFont /AAAACJ+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 597 0 R
+/FontDescriptor 601 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 599 0 R
-/ToUnicode 598 0 R
+/Widths 603 0 R
+/ToUnicode 602 0 R
 >>
 endobj
 19 0 obj
@@ -3960,7 +3919,7 @@ endobj
 /F5.1 53 0 R
 /F6.0 54 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [42 0 R 44 0 R 45 0 R 46 0 R 47 0 R 48 0 R 49 0 R 51 0 R 52 0 R]
@@ -3973,11 +3932,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACK+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 601 0 R
+/FontDescriptor 605 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 603 0 R
-/ToUnicode 602 0 R
+/Widths 607 0 R
+/ToUnicode 606 0 R
 >>
 endobj
 42 0 obj
@@ -3995,11 +3954,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACL+mplus-1p-regular
 /Subtype /TrueType
-/FontDescriptor 605 0 R
+/FontDescriptor 609 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 607 0 R
-/ToUnicode 606 0 R
+/Widths 611 0 R
+/ToUnicode 610 0 R
 >>
 endobj
 44 0 obj
@@ -4097,22 +4056,22 @@ endobj
 << /Type /Font
 /BaseFont /AAAACM+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 609 0 R
+/FontDescriptor 613 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 611 0 R
-/ToUnicode 610 0 R
+/Widths 615 0 R
+/ToUnicode 614 0 R
 >>
 endobj
 54 0 obj
 << /Type /Font
 /BaseFont /AAAACN+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 613 0 R
+/FontDescriptor 617 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 615 0 R
-/ToUnicode 614 0 R
+/Widths 619 0 R
+/ToUnicode 618 0 R
 >>
 endobj
 55 0 obj
@@ -5974,7 +5933,7 @@ endobj
 /F3.1 61 0 R
 /F4.0 43 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [57 0 R 58 0 R 59 0 R]
@@ -6020,11 +5979,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACO+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 617 0 R
+/FontDescriptor 621 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 619 0 R
-/ToUnicode 618 0 R
+/Widths 623 0 R
+/ToUnicode 622 0 R
 >>
 endobj
 62 0 obj
@@ -7163,7 +7122,7 @@ endobj
 /F3.0 41 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [65 0 R 66 0 R 69 0 R]
@@ -9964,7 +9923,7 @@ endobj
 /F1.0 8 0 R
 /F3.1 61 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [72 0 R]
@@ -11533,7 +11492,7 @@ endobj
 /F3.1 61 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [75 0 R 77 0 R 79 0 R]
@@ -13022,7 +12981,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 >>
@@ -13557,7 +13516,7 @@ endobj
 /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [86 0 R]
@@ -14117,7 +14076,7 @@ endobj
 /Font << /F3.0 41 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 >>
@@ -14651,7 +14610,7 @@ endobj
 /Font << /F3.0 41 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 >>
@@ -15203,7 +15162,7 @@ endobj
 /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [94 0 R 95 0 R]
@@ -17124,7 +17083,7 @@ endobj
 /F5.1 53 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [98 0 R]
@@ -18323,7 +18282,7 @@ endobj
 /F2.0 18 0 R
 /F6.0 54 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [102 0 R 103 0 R 104 0 R]
@@ -19344,7 +19303,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [111 0 R]
@@ -19375,12 +19334,12 @@ endobj
 endobj
 115 0 obj
 << /Limits [(__ugbtb) (__ugbtb_i18n_wicket-viewer)]
-/Names [(__ugbtb) 15 0 R (__ugbtb_deployment_externalized-configuration_Isis) 332 0 R (__ugbtb_deployment_externalized-configuration_Log4j) 339 0 R (__ugbtb_deployment_externalized-configuration_Shiro) 337 0 R (__ugbtb_i18n_configuration) 105 0 R (__ugbtb_i18n_imperative-messages) 67 0 R (__ugbtb_i18n_implementation-approach) 50 0 R (__ugbtb_i18n_integration-testing) 93 0 R (__ugbtb_i18n_translation-service) 60 0 R (__ugbtb_i18n_wicket-viewer) 78 0 R]
+/Names [(__ugbtb) 15 0 R (__ugbtb_deployment_externalized-configuration_Isis) 325 0 R (__ugbtb_deployment_externalized-configuration_Log4j) 330 0 R (__ugbtb_deployment_externalized-configuration_Shiro) 328 0 R (__ugbtb_i18n_configuration) 105 0 R (__ugbtb_i18n_imperative-messages) 67 0 R (__ugbtb_i18n_implementation-approach) 50 0 R (__ugbtb_i18n_integration-testing) 93 0 R (__ugbtb_i18n_translation-service) 60 0 R (__ugbtb_i18n_wicket-viewer) 78 0 R]
 >>
 endobj
 116 0 obj
-<< /Limits [(code-translatablestring-code) (connectionurl)]
-/Names [(code-translatablestring-code) 68 0 R (code-translationservicepo-code) 64 0 R (code-translationservicepomenu-code) 120 0 R (code-translationsresolver-code) 119 0 R (code-visitor-code) 272 0 R (code-wicketfilter-code) 440 0 R (commonly-used) 82 0 R (configuration) 276 0 R (configuration-2) 306 0 R (configuring-in-tomcat) 390 0 R (connectionurl) 376 0 R]
+<< /Limits [(code-translatablestring-code) (configuring-in-tomcat)]
+/Names [(code-translatablestring-code) 68 0 R (code-translationservicepo-code) 64 0 R (code-translationservicepomenu-code) 120 0 R (code-translationsresolver-code) 119 0 R (code-visitor-code) 272 0 R (code-wicketfilter-code) 446 0 R (commonly-used) 82 0 R (configuration) 276 0 R (configuration-2) 306 0 R (configuring-in-tomcat) 396 0 R]
 >>
 endobj
 117 0 obj
@@ -20123,7 +20082,7 @@ endobj
 /F3.0 41 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 >>
@@ -22436,7 +22395,7 @@ endobj
 /F3.1 61 0 R
 /F4.0 43 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [124 0 R 125 0 R 126 0 R 127 0 R 129 0 R 130 0 R 131 0 R]
@@ -23771,7 +23730,7 @@ endobj
 /F5.1 53 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [135 0 R 136 0 R 137 0 R 138 0 R]
@@ -24401,7 +24360,7 @@ endobj
 /Contents 141 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I1 139 0 R
-/Stamp1 544 0 R
+/Stamp1 549 0 R
 >>
 /Font << /F6.0 54 0 R
 /F3.0 41 0 R
@@ -24711,7 +24670,7 @@ endobj
 /Contents 152 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I2 150 0 R
-/Stamp1 544 0 R
+/Stamp1 549 0 R
 >>
 /Font << /F6.0 54 0 R
 /F3.0 41 0 R
@@ -25854,7 +25813,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 165 0 R]
@@ -26213,7 +26172,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I3 166 0 R
 /I4 170 0 R
-/Stamp1 544 0 R
+/Stamp1 549 0 R
 >>
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
@@ -27508,7 +27467,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I5 172 0 R
 /I6 175 0 R
-/Stamp1 544 0 R
+/Stamp1 549 0 R
 >>
 /Font << /F1.0 8 0 R
 /F3.0 41 0 R
@@ -28990,7 +28949,7 @@ endobj
 /F3.0 41 0 R
 /F3.1 61 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [182 0 R 183 0 R 184 0 R]
@@ -31399,7 +31358,7 @@ endobj
 /F2.0 18 0 R
 /F3.1 61 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [187 0 R 188 0 R 189 0 R]
@@ -32590,7 +32549,7 @@ endobj
 /F5.1 53 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [194 0 R 196 0 R 197 0 R]
@@ -33528,7 +33487,7 @@ endobj
 /F2.0 18 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [201 0 R 202 0 R 203 0 R 205 0 R 206 0 R 207 0 R]
@@ -35952,7 +35911,7 @@ endobj
 /F3.0 41 0 R
 /F3.1 61 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [212 0 R]
@@ -38092,7 +38051,7 @@ endobj
 /F2.0 18 0 R
 /F5.1 53 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [215 0 R 216 0 R]
@@ -38613,7 +38572,7 @@ endobj
 /F6.0 54 0 R
 /F7.0 225 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [222 0 R 224 0 R 226 0 R 227 0 R]
@@ -38648,11 +38607,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACP+mplus1mn-italic
 /Subtype /TrueType
-/FontDescriptor 621 0 R
+/FontDescriptor 625 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 623 0 R
-/ToUnicode 622 0 R
+/Widths 627 0 R
+/ToUnicode 626 0 R
 >>
 endobj
 226 0 obj
@@ -42280,7 +42239,7 @@ endobj
 /F3.1 61 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 >>
@@ -43708,7 +43667,7 @@ endobj
 /F3.0 41 0 R
 /F5.1 53 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [233 0 R 234 0 R 236 0 R]
@@ -45733,7 +45692,7 @@ endobj
 /F1.0 8 0 R
 /F3.1 61 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 >>
@@ -47608,7 +47567,7 @@ endobj
 /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 >>
@@ -47617,8 +47576,8 @@ endobj
 [242 0 R /XYZ 0 624.49 null]
 endobj
 244 0 obj
-<< /Limits [(logging) (supporting-services)]
-/Names [(logging) 106 0 R (login-self-sign-up) 85 0 R (modifying-the-prog-model) 289 0 R (other-guides) 22 0 R (persistence-concerns) 219 0 R (primary-keys-and-owned-unowned-relationships) 366 0 R (raise-message-in-the-ui) 200 0 R (see-also) 351 0 R (spring-config) 343 0 R (supporting-services) 113 0 R]
+<< /Limits [(logging) (tomcat)]
+/Names [(logging) 106 0 R (login-self-sign-up) 85 0 R (modifying-the-prog-model) 289 0 R (other-guides) 22 0 R (persistence-concerns) 219 0 R (primary-keys-and-owned-unowned-relationships) 373 0 R (raise-message-in-the-ui) 200 0 R (spring-config) 333 0 R (supporting-services) 113 0 R (tomcat) 331 0 R]
 >>
 endobj
 245 0 obj
@@ -50966,7 +50925,7 @@ endobj
 /F2.0 18 0 R
 /F6.0 54 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [247 0 R 248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 254 0 R 255 0 R 256 0 R 257 0 R 258 0 R 259 0 R]
@@ -51258,7 +51217,7 @@ endobj
 /Font << /F1.0 8 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 >>
@@ -52327,7 +52286,7 @@ endobj
 /F5.1 53 0 R
 /F3.1 61 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [266 0 R 267 0 R 271 0 R]
@@ -52369,7 +52328,7 @@ endobj
 endobj
 270 0 obj
 << /Limits [(_ugbtb_hints-and-tips_transactions-and-errors) (an-alternative-approach)]
-/Names [(_ugbtb_hints-and-tips_transactions-and-errors) 195 0 R (_ugbtb_hints-and-tips_vetoing-visibility) 193 0 R (_ugbtb_i18n) 40 0 R (_ugbtb_programming-model) 264 0 R (_ugbtb_programming-model_custom-validator) 265 0 R (_ugbtb_programming-model_finetuning) 279 0 R (_ugbtb_programming-model_layout-metadata-reader) 296 0 R (_ugbtb_web-xml) 396 0 R (aborting-transactions) 204 0 R (an-alternative-approach) 347 0 R]
+/Names [(_ugbtb_hints-and-tips_transactions-and-errors) 195 0 R (_ugbtb_hints-and-tips_vetoing-visibility) 193 0 R (_ugbtb_i18n) 40 0 R (_ugbtb_programming-model) 264 0 R (_ugbtb_programming-model_custom-validator) 265 0 R (_ugbtb_programming-model_finetuning) 279 0 R (_ugbtb_programming-model_layout-metadata-reader) 296 0 R (_ugbtb_web-xml) 401 0 R (aborting-transactions) 204 0 R (an-alternative-approach) 339 0 R]
 >>
 endobj
 271 0 obj
@@ -54411,7 +54370,7 @@ endobj
 /F3.1 61 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 >>
@@ -55317,7 +55276,7 @@ endobj
 /F1.0 8 0 R
 /F6.0 54 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [280 0 R 281 0 R 282 0 R 283 0 R 284 0 R 285 0 R 286 0 R 287 0 R 288 0 R 290 0 R]
@@ -56330,7 +56289,7 @@ endobj
 /F3.0 41 0 R
 /F5.1 53 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [294 0 R 295 0 R 297 0 R 298 0 R]
@@ -59305,7 +59264,7 @@ endobj
 /F2.0 18 0 R
 /F3.1 61 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 >>
@@ -59533,7 +59492,7 @@ endobj
 /F3.0 41 0 R
 /F3.1 61 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 >>
@@ -61117,7 +61076,7 @@ endobj
 /F3.0 41 0 R
 /F6.0 54 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
 /Annots [311 0 R 312 0 R]
@@ -61152,7 +61111,7 @@ endobj
 >>
 endobj
 313 0 obj
-<< /Length 20211
+<< /Length 22526
 >>
 stream
 q
@@ -62220,13 +62179,40 @@ ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
+q
+0.961 0.961 0.961 scn
+52.240 328.370 m
+543.040 328.370 l
+545.249 328.370 547.040 326.579 547.040 324.370 c
+547.040 104.010 l
+547.040 101.801 545.249 100.010 543.040 100.010 c
+52.240 100.010 l
+50.031 100.010 48.240 101.801 48.240 104.010 c
+48.240 324.370 l
+48.240 326.579 50.031 328.370 52.240 328.370 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 328.370 m
+543.040 328.370 l
+545.249 328.370 547.040 326.579 547.040 324.370 c
+547.040 104.010 l
+547.040 101.801 545.249 100.010 543.040 100.010 c
+52.240 100.010 l
+50.031 100.010 48.240 101.801 48.240 104.010 c
+48.240 324.370 l
+48.240 326.579 50.031 328.370 52.240 328.370 c
+h
+S
+Q
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 304.34600000000023 Td
-/F2.0 18 Tf
-[<362e322e204465706c6f> 20.01953125 <79696e6720746f2054> 29.78515625 <6f6d636174>] TJ
+59.24000000000001 305.54500000000024 Td
+/F3.0 11 Tf
+<ca2020205b5b5f75676274625f6465706c6f796d656e745f65787465726e616c697a65642d636f6e66696775726174696f6e5d5d> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -62235,9 +62221,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 276.3260000000002 Td
-/F1.0 10.5 Tf
-[<536f6d6520706f696e74657273207768656e206465706c6f> 20.01953125 <79696e6720746f2054> 29.78515625 <6f6d63617420286f7220616e> 20.01953125 <79206f7468657220736572766c657420636f6e7461696e6572292e>] TJ
+59.24000000000001 290.80500000000023 Td
+/F3.0 11 Tf
+<3d2045787465726e616c697a656420436f6e66696775726174696f6e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -62246,9 +62232,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 241.8260000000002 Td
-/F2.0 13 Tf
-[<362e322e312e2045787465726e616c697a656420436f6e6669677572> 20.01953125 <6174696f6e>] TJ
+59.24000000000001 276.0650000000002 Td
+/F3.0 11 Tf
+<3a4e6f746963653a204c6963656e73656420746f207468652041706163686520536f66747761726520466f756e646174696f6e20284153462920756e646572206f6e65206f72206d6f7265> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -62257,20 +62243,20 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 215.2660000000002 Td
-/F1.0 10.5 Tf
-<536565207468652067756964616e636520> Tj
+59.24000000000001 261.3250000000002 Td
+/F3.0 11 Tf
+<636f6e7472696275746f72206c6963656e73652061677265656d656e74732e2053656520746865204e4f544943452066696c652064697374726962757465642077697468207468697320776f726b20666f72> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.259 0.545 0.792 scn
-0.259 0.545 0.792 SCN
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-134.85450000000003 215.2660000000002 Td
-/F1.0 10.5 Tf
-<62656c6f77> Tj
+59.24000000000001 246.5850000000002 Td
+/F3.0 11 Tf
+<6164646974696f6e616c20696e666f726d6174696f6e20726567617264696e6720636f70797269676874206f776e6572736869702e2054686520415346206c6963656e73657320746869732066696c6520746f> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -62279,9 +62265,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-165.26250000000002 215.2660000000002 Td
-/F1.0 10.5 Tf
-<2e> Tj
+59.24000000000001 231.84500000000023 Td
+/F3.0 11 Tf
+<796f7520756e6465722074686520417061636865204c6963656e73652c2056657273696f6e20322e30202874686520224c6963656e736522293b20796f75206d6179206e6f742075736520746869732066696c65> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -62290,9 +62276,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 180.7660000000002 Td
-/F2.0 13 Tf
-<362e322e322e204a564d2041726773> Tj
+59.24000000000001 217.10500000000025 Td
+/F3.0 11 Tf
+<65786365707420696e20636f6d706c69616e6365207769746820746865204c6963656e73652e20596f75206d6179206f627461696e206120636f7079206f6620746865204c6963656e73652061742e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -62300,42 +62286,89 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.404 Tw
+BT
+59.24000000000001 202.36500000000024 Td
+/F3.0 11 Tf
+<687474703a2f2f7777772e6170616368652e6f72672f6c6963656e7365732f4c4943454e53452d322e30202e20556e6c657373207265717569726564206279206170706c696361626c65206c6177206f72> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 154.20600000000016 Td
-/F1.0 10.5 Tf
-<54686520> Tj
+59.24000000000001 187.62500000000023 Td
+/F3.0 11 Tf
+<61677265656420746f20696e2077726974696e672c20736f66747761726520646973747269627574656420756e64657220746865204c6963656e7365206973206469737472696275746564206f6e20616e20224153> Tj
 ET
 
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24000000000001 172.88500000000025 Td
+/F3.0 11 Tf
+<4953222042415349532c20574954484f55542057415252414e54494553204f522020434f4e444954494f4e53204f4620414e59204b494e442c206569746865722065787072657373206f7220696d706c6965642e> Tj
+ET
 
-0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
-1.404 Tw
+BT
+59.24000000000001 158.14500000000024 Td
+/F3.0 11 Tf
+<53656520746865204c6963656e736520666f7220746865207370656369666963206c616e677561676520676f7665726e696e67207065726d697373696f6e7320616e64206c696d69746174696f6e7320756e646572> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-71.0641162109375 154.20600000000016 Td
-/F3.0 10.5 Tf
-<57726170706572466163746f7279> Tj
+59.24000000000001 143.40500000000023 Td
+/F3.0 11 Tf
+<746865204c6963656e73652e> Tj
 ET
 
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24000000000001 128.66500000000022 Td
+/F3.0 11 Tf
+<3a5f626173656469723a202e2e2f2e2e2f> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24000000000001 113.92500000000021 Td
+/F3.0 11 Tf
+<3a5f696d616765736469723a20696d616765732f> Tj
+ET
 
-0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.404 Tw
+1.151 Tw
 
 BT
-144.5641162109375 154.20600000000016 Td
+48.24000000000001 76.04600000000022 Td
 /F1.0 10.5 Tf
-<207573657320> Tj
+<41732064657363726962656420> Tj
 ET
 
 
@@ -62345,12 +62378,12 @@ ET
 0.259 0.545 0.792 scn
 0.259 0.545 0.792 SCN
 
-1.404 Tw
+1.151 Tw
 
 BT
-174.5568486328125 154.20600000000016 Td
+116.86068587239583 76.04600000000022 Td
 /F1.0 10.5 Tf
-<4a6176617373697374> Tj
+<68657265> Tj
 ET
 
 
@@ -62360,12 +62393,27 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.404 Tw
+1.151 Tw
 
 BT
-217.4283486328125 154.20600000000016 Td
+139.69818587239584 76.04600000000022 Td
 /F1.0 10.5 Tf
-[<20746f20637265617465206f6e2d7468652d666c7920636c617373657320616374696e6720617320612070726f7879> 89.84375 <2e202054686520636f7374206f66207468657365>] TJ
+[<2c2062> 20.01953125 <792064656661756c7420417061636865204973697320697473656c6620626f6f74737472> 20.01953125 <6170732066726f6d2074686520>] TJ
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+1.151 Tw
+
+BT
+396.379362141927 76.04600000000022 Td
+/F3.0 10.5 Tf
+<697369732e70726f70657274696573> Tj
 ET
 
 
@@ -62375,50 +62423,31 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+1.151 Tw
+
 BT
-48.24000000000001 138.42600000000016 Td
+475.129362141927 76.04600000000022 Td
 /F1.0 10.5 Tf
-<70726f786965732063616e206265206d6974696761746564207573696e673a> Tj
+[<20636f6e6669677572> 20.01953125 <6174696f6e>] TJ
 ET
 
+
+0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-q
-0.961 0.961 0.961 scn
-52.240 122.610 m
-543.040 122.610 l
-545.249 122.610 547.040 120.819 547.040 118.610 c
-547.040 89.870 l
-547.040 87.661 545.249 85.870 543.040 85.870 c
-52.240 85.870 l
-50.031 85.870 48.240 87.661 48.240 89.870 c
-48.240 118.610 l
-48.240 120.819 50.031 122.610 52.240 122.610 c
-h
-f
-0.800 0.800 0.800 SCN
-0.75 w
-52.240 122.610 m
-543.040 122.610 l
-545.249 122.610 547.040 120.819 547.040 118.610 c
-547.040 89.870 l
-547.040 87.661 545.249 85.870 543.040 85.870 c
-52.240 85.870 l
-50.031 85.870 48.240 87.661 48.240 89.870 c
-48.240 118.610 l
-48.240 120.819 50.031 122.610 52.240 122.610 c
-h
-S
-Q
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+5.322 Tw
+
 BT
-59.24000000000001 99.78500000000017 Td
-/F3.0 11 Tf
-<2d58583a2b434d53436c617373556e6c6f6164696e67456e61626c6564202d58583a2b557365436f6e634d61726b53776565704743> Tj
+48.24000000000001 60.26600000000022 Td
+/F1.0 10.5 Tf
+[<66696c652e2049742077696c6c20616c736f207265616420636f6e6669677572> 20.01953125 <6174696f6e2066726f6d2074686520286f7074696f6e616c2920636f6d706f6e656e742f696d706c656d656e746174696f6e2d7370656369666963>] TJ
 ET
 
+
+0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 q
@@ -62457,56 +62486,25 @@ endobj
 /F6.0 54 0 R
 /F5.1 53 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
-/Annots [317 0 R 319 0 R 320 0 R]
+/Annots [315 0 R]
 >>
 endobj
 315 0 obj
-[314 0 R /XYZ 0 328.37000000000023 null]
-endobj
-316 0 obj
-[314 0 R /XYZ 0 260.5100000000002 null]
-endobj
-317 0 obj
-<< /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (../ugbtb/ugbtb.pdf#_ugbtb_deployment_externalized-configuration)
->>
-/Subtype /Link
-/Rect [134.85450000000003 212.2000000000002 165.26250000000002 226.4800000000002]
-/Type /Annot
->>
-endobj
-318 0 obj
-[314 0 R /XYZ 0 199.4500000000002 null]
-endobj
-319 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_application-layer-api_WrapperFactory)
->>
-/Subtype /Link
-/Rect [71.0641162109375 152.73600000000016 144.5641162109375 163.23600000000016]
-/Type /Annot
->>
-endobj
-320 0 obj
-<< /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (http://www.javassist.org)
+/URI (../rgcfg/rgcfg.pdf#_rgcfg_configuration-files)
 >>
 /Subtype /Link
-/Rect [174.5568486328125 151.14000000000016 217.4283486328125 165.42000000000016]
+/Rect [116.86068587239583 72.98000000000022 139.69818587239584 87.26000000000022]
 /Type /Annot
 >>
 endobj
-321 0 obj
-<< /Length 18797
+316 0 obj
+<< /Length 18690
 >>
 stream
 q
@@ -62515,155 +62513,10 @@ q
 /DeviceRGB CS
 0.200 0.200 0.200 SCN
 
-BT
-48.24 792.006 Td
-/F2.0 13 Tf
-<362e322e332e205573696e672061204a4e44492044617461736f75726365> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24 765.446 Td
-/F1.0 10.5 Tf
-<536565207468652067756964616e636520696e2074686520> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.259 0.545 0.792 scn
-0.259 0.545 0.792 SCN
-
-BT
-166.386 765.446 Td
-/F1.0 10.5 Tf
-<636f6e6669677572696e6720646174616e75636c657573> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-288.144 765.446 Td
-/F1.0 10.5 Tf
-<2073656374696f6e2e> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24 725.6060000000001 Td
-/F2.0 18 Tf
-[<362e332e2045787465726e616c697a656420436f6e6669677572> 20.01953125 <6174696f6e>] TJ
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-1.151 Tw
-
-BT
-48.24 697.5860000000001 Td
-/F1.0 10.5 Tf
-<41732064657363726962656420> Tj
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.259 0.545 0.792 scn
-0.259 0.545 0.792 SCN
-
-1.151 Tw
-
-BT
-116.86068587239583 697.5860000000001 Td
-/F1.0 10.5 Tf
-<68657265> Tj
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-1.151 Tw
-
-BT
-139.69818587239584 697.5860000000001 Td
-/F1.0 10.5 Tf
-[<2c2062> 20.01953125 <792064656661756c7420417061636865204973697320697473656c6620626f6f74737472> 20.01953125 <6170732066726f6d2074686520>] TJ
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-1.151 Tw
-
-BT
-396.379362141927 697.5860000000001 Td
-/F3.0 10.5 Tf
-<697369732e70726f70657274696573> Tj
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-1.151 Tw
-
-BT
-475.129362141927 697.5860000000001 Td
-/F1.0 10.5 Tf
-[<20636f6e6669677572> 20.01953125 <6174696f6e>] TJ
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-4.518 Tw
-
-BT
-48.24 681.8060000000002 Td
-/F1.0 10.5 Tf
-[<66696c652e202049742077696c6c20616c736f207265616420636f6e6669677572> 20.01953125 <6174696f6e2066726f6d2074686520286f7074696f6e616c2920636f6d706f6e656e742f696d706c656d656e746174696f6e2d7370656369666963>] TJ
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
 0.046 Tw
 
 BT
-48.24 666.0260000000002 Td
+48.24 794.6759999999999 Td
 /F1.0 10.5 Tf
 [<636f6e6669677572> 20.01953125 <6174696f6e2066696c657320287375636820617320>] TJ
 ET
@@ -62678,7 +62531,7 @@ ET
 0.046 Tw
 
 BT
-185.6573974609375 666.0260000000002 Td
+185.6573974609375 794.6759999999999 Td
 /F3.0 10.5 Tf
 <706572736973746f725f646174616e75636c6575732e70726f70657274696573> Tj
 ET
@@ -62693,7 +62546,7 @@ ET
 0.046 Tw
 
 BT
-353.6573974609375 666.0260000000002 Td
+353.6573974609375 794.6759999999999 Td
 /F1.0 10.5 Tf
 <206f7220> Tj
 ET
@@ -62708,7 +62561,7 @@ ET
 0.046 Tw
 
 BT
-370.1916987304687 666.0260000000002 Td
+370.1916987304687 794.6759999999999 Td
 /F3.0 10.5 Tf
 <7669657765725f7769636b65742e70726f70657274696573> Tj
 ET
@@ -62723,7 +62576,7 @@ ET
 0.046 Tw
 
 BT
-496.1916987304687 666.0260000000002 Td
+496.1916987304687 794.6759999999999 Td
 /F1.0 10.5 Tf
 <292c20616e6420616c736f> Tj
 ET
@@ -62738,7 +62591,7 @@ ET
 13.024 Tw
 
 BT
-48.24 650.2460000000002 Td
+48.24 778.896 Td
 /F1.0 10.5 Tf
 [<286f7074696f6e616c2920636f6d706f6e656e742d737065636966696320636f6e6669677572> 20.01953125 <6174696f6e2066696c657320287375636820617320>] TJ
 ET
@@ -62753,7 +62606,7 @@ ET
 13.024 Tw
 
 BT
-415.29232784598213 650.2460000000002 Td
+415.29232784598213 778.896 Td
 /F3.0 10.5 Tf
 <706572736973746f722e70726f70657274696573> Tj
 ET
@@ -62768,7 +62621,7 @@ ET
 13.024 Tw
 
 BT
-520.2923278459821 650.2460000000002 Td
+520.2923278459821 778.896 Td
 /F1.0 10.5 Tf
 <206f72> Tj
 ET
@@ -62781,7 +62634,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-48.24 634.4660000000001 Td
+48.24 763.116 Td
 /F3.0 10.5 Tf
 <7669657765722e70726f70657274696573> Tj
 ET
@@ -62792,7 +62645,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-137.49 634.4660000000001 Td
+137.49 763.116 Td
 /F1.0 10.5 Tf
 <292e> Tj
 ET
@@ -62805,7 +62658,7 @@ ET
 0.060 Tw
 
 BT
-48.24 606.6860000000001 Td
+48.24 735.3359999999999 Td
 /F1.0 10.5 Tf
 [<4974d5732067656e6572> 20.01953125 <616c6c79206e6f7420676f6f64207072> 20.01953125 <61637469636520746f2068617665207468652073616d6520636f6e6669677572> 20.01953125 <6174696f6e2070726f706572747920696e206d6f7265207468616e206f6e652066696c652c20627574206966>] TJ
 ET
@@ -62818,7 +62671,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 590.9060000000002 Td
+48.24 719.5559999999999 Td
 /F1.0 10.5 Tf
 [<7468617420646f6573206f636375722c207468656e207468652073756273657175656e7420636f6e6669677572> 20.01953125 <6174696f6e2070726f70657274792077696c6c2062652069676e6f7265642e>] TJ
 ET
@@ -62828,8 +62681,8 @@ ET
 q
 0.5 w
 0.933 0.933 0.933 SCN
-113.807 535.530 m
-113.807 575.090 l
+113.807 664.180 m
+113.807 703.740 l
 S
 Q
 0.067 0.067 0.067 scn
@@ -62840,7 +62693,7 @@ Q
 0.067 0.067 0.067 SCN
 
 BT
-80.17133333333334 546.7300000000002 Td
+80.17133333333334 675.38 Td
 /F5.1 24 Tf
 <23> Tj
 ET
@@ -62850,10 +62703,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.862 Tw
+2.278 Tw
 
 BT
-125.80666666666667 559.1260000000002 Td
+125.80666666666667 687.776 Td
 /F1.0 10.5 Tf
 [<496e206164646974696f6e20746865206672> 20.01953125 <616d65776f726b2077696c6c20616c736f206c6f61642074686520>] TJ
 ET
@@ -62865,10 +62718,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.862 Tw
+2.278 Tw
 
 BT
-363.7408205295139 559.1260000000002 Td
+367.0725804332386 687.776 Td
 /F3.0 10.5 Tf
 <6f76657272696465732e70726f70657274696573> Tj
 ET
@@ -62880,12 +62733,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.862 Tw
+2.278 Tw
 
 BT
-468.7408205295139 559.1260000000002 Td
+472.07258043323867 687.776 Td
 /F1.0 10.5 Tf
-<2066696c652e202054686973206973> Tj
+<2066696c652e2054686973206973> Tj
 ET
 
 
@@ -62896,7 +62749,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.80666666666667 543.3460000000002 Td
+125.80666666666667 671.996 Td
 /F1.0 10.5 Tf
 [<696e74656e64656420746f20737570706f7274206465706c6f> 20.01953125 <796d656e74207468726f75676820446f636b> 20.01953125 <65722c2061732064697363757373656420>] TJ
 ET
@@ -62907,7 +62760,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-437.2887565104167 543.3460000000002 Td
+437.2887565104167 671.996 Td
 /F1.0 10.5 Tf
 <6e657874> Tj
 ET
@@ -62918,7 +62771,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-459.4437565104167 543.3460000000002 Td
+459.4437565104167 671.996 Td
 /F1.0 10.5 Tf
 <2e> Tj
 ET
@@ -62928,10 +62781,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.395 Tw
+1.669 Tw
 
 BT
-48.24000000000001 511.5660000000003 Td
+48.24000000000001 640.216 Td
 /F1.0 10.5 Tf
 <416c6c206f662074686573652066696c65732061726520726561642066726f6d2074686520> Tj
 ET
@@ -62943,10 +62796,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.395 Tw
+1.669 Tw
 
 BT
-232.282134765625 511.5660000000003 Td
+234.47651041666668 640.216 Td
 /F3.0 10.5 Tf
 <5745422d494e46> Tj
 ET
@@ -62958,12 +62811,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.395 Tw
+1.669 Tw
 
 BT
-269.03213476562496 511.5660000000003 Td
+271.22651041666666 640.216 Td
 /F1.0 10.5 Tf
-[<206469726563746f7279> 89.84375 <2e2020486176696e67207468697320636f6e6669677572> 20.01953125 <6174696f6e202262616b> 20.01953125 <656420696e746f2220746865>] TJ
+[<206469726563746f7279> 89.84375 <2e20486176696e67207468697320636f6e6669677572> 20.01953125 <6174696f6e202262616b> 20.01953125 <656420696e746f2220746865>] TJ
 ET
 
 
@@ -62976,7 +62829,7 @@ ET
 0.296 Tw
 
 BT
-48.24000000000001 495.7860000000003 Td
+48.24000000000001 624.436 Td
 /F1.0 10.5 Tf
 [<6170706c69636174696f6e206973206f6b61> 20.01953125 <7920696e206120646576656c6f706d656e7420656e7669726f6e6d656e742c20627574207768656e2074686520617070206e6565647320746f206265206465706c6f> 20.01953125 <79656420746f20612074657374>] TJ
 ET
@@ -62989,7 +62842,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 480.0060000000003 Td
+48.24000000000001 608.6560000000001 Td
 /F1.0 10.5 Tf
 [<6f722070726f64756374696f6e20656e7669726f6e6d656e742c207468697320636f6e6669677572> 20.01953125 <6174696f6e2073686f756c6420626520726561642066726f6d20616e2065787465726e616c206c6f636174696f6e2e>] TJ
 ET
@@ -63002,7 +62855,7 @@ ET
 0.246 Tw
 
 BT
-48.24000000000001 452.2260000000003 Td
+48.24000000000001 580.876 Td
 /F1.0 10.5 Tf
 [<54686572652061726520696e2066616374207365766572> 20.01953125 <616c206672> 20.01953125 <616d65776f726b7320696e766f6c76656420686572652c20616c6c206f66207768696368206e65656420746f20626520706f696e74656420746f20746869732065787465726e616c>] TJ
 ET
@@ -63015,7 +62868,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 436.44600000000025 Td
+48.24000000000001 565.096 Td
 /F1.0 10.5 Tf
 <6c6f636174696f6e3a> Tj
 ET
@@ -63028,7 +62881,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 408.6660000000003 Td
+56.88050000000001 537.316 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -63043,7 +62896,7 @@ ET
 0.772 Tw
 
 BT
-66.24000000000001 408.6660000000003 Td
+66.24000000000001 537.316 Td
 /F1.0 10.5 Tf
 <417061636865204973697320697473656c662c2077686963682028617320616c7265616479206469736375737365642920726561647320> Tj
 ET
@@ -63058,7 +62911,7 @@ ET
 0.772 Tw
 
 BT
-337.4338181818182 408.6660000000003 Td
+337.4338181818182 537.316 Td
 /F3.0 10.5 Tf
 <697369732e70726f70657274696573> Tj
 ET
@@ -63073,7 +62926,7 @@ ET
 0.772 Tw
 
 BT
-416.1838181818182 408.6660000000003 Td
+416.1838181818182 537.316 Td
 /F1.0 10.5 Tf
 <20616e64206f7074696f6e616c20636f6d706f6e656e742d> Tj
 ET
@@ -63086,7 +62939,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 392.8860000000003 Td
+66.24000000000001 521.5360000000001 Td
 /F1.0 10.5 Tf
 <737065636966696320636f6e6669672066696c65732e> Tj
 ET
@@ -63099,7 +62952,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 371.1060000000003 Td
+56.88050000000001 499.75600000000014 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -63114,7 +62967,7 @@ ET
 1.423 Tw
 
 BT
-66.24000000000001 371.1060000000003 Td
+66.24000000000001 499.75600000000014 Td
 /F1.0 10.5 Tf
 <41706163686520536869726f> Tj
 ET
@@ -63129,7 +62982,7 @@ ET
 1.423 Tw
 
 BT
-134.27474700520833 371.1060000000003 Td
+134.27474700520833 499.75600000000014 Td
 /F1.0 10.5 Tf
 <2c202077686963682072656164732074686520> Tj
 ET
@@ -63144,7 +62997,7 @@ ET
 1.423 Tw
 
 BT
-232.08748203124998 371.1060000000003 Td
+232.08748203124998 499.75600000000014 Td
 /F3.0 10.5 Tf
 <736869726f2e696e69> Tj
 ET
@@ -63159,7 +63012,7 @@ ET
 1.423 Tw
 
 BT
-279.33748203125 371.1060000000003 Td
+279.33748203125 499.75600000000014 Td
 /F1.0 10.5 Tf
 [<2066696c652028616e64206d61> 20.01953125 <792072656164206f746865722066696c6573207265666572656e6365642066726f6d2074686174>] TJ
 ET
@@ -63172,7 +63025,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 355.32600000000025 Td
+66.24000000000001 483.9760000000001 Td
 /F1.0 10.5 Tf
 <66696c6529> Tj
 ET
@@ -63185,7 +63038,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 333.5460000000003 Td
+56.88050000000001 462.19600000000014 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -63198,7 +63051,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-66.24000000000001 333.5460000000003 Td
+66.24000000000001 462.19600000000014 Td
 /F1.0 10.5 Tf
 <417061636865206c6f67346a20312e32> Tj
 ET
@@ -63209,7 +63062,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-147.195 333.5460000000003 Td
+147.195 462.19600000000014 Td
 /F1.0 10.5 Tf
 <2c20666f72206c6f6767696e672c20776869636820726561647320> Tj
 ET
@@ -63220,7 +63073,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-275.8095 333.5460000000003 Td
+275.8095 462.19600000000014 Td
 /F3.0 10.5 Tf
 <6c6f6767696e672e70726f70657274696573> Tj
 ET
@@ -63231,7 +63084,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-370.3095 333.5460000000003 Td
+370.3095 462.19600000000014 Td
 /F1.0 10.5 Tf
 <2066696c65> Tj
 ET
@@ -63244,7 +63097,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 311.76600000000025 Td
+56.88050000000001 440.4160000000001 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -63259,7 +63112,7 @@ ET
 0.029 Tw
 
 BT
-66.24000000000001 311.76600000000025 Td
+66.24000000000001 440.4160000000001 Td
 /F1.0 10.5 Tf
 [<616c74686f756768206e6f7420757365642062> 20.01953125 <792041706163686520497369732c207468657265d573206120676f6f64206368616e636520796f75206d61> 20.01953125 <79206265207573696e672074686520537072696e67206672> 20.01953125 <616d65776f726b>] TJ
 ET
@@ -63272,7 +63125,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 295.9860000000002 Td
+66.24000000000001 424.6360000000001 Td
 /F1.0 10.5 Tf
 <286567206966207573696e6720> Tj
 ET
@@ -63283,7 +63136,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-123.68550000000002 295.9860000000002 Td
+123.68550000000002 424.6360000000001 Td
 /F1.0 10.5 Tf
 [<4170616368652041> 20.01953125 <6374697665204d51>] TJ
 ET
@@ -63294,7 +63147,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-215.03529492187502 295.9860000000002 Td
+215.03529492187502 424.6360000000001 Td
 /F1.0 10.5 Tf
 <206f7220> Tj
 ET
@@ -63305,7 +63158,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-231.47829492187503 295.9860000000002 Td
+231.47829492187503 424.6360000000001 Td
 /F1.0 10.5 Tf
 <4170616368652043616d656c> Tj
 ET
@@ -63316,7 +63169,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-302.500294921875 295.9860000000002 Td
+302.500294921875 424.6360000000001 Td
 /F1.0 10.5 Tf
 <2e> Tj
 ET
@@ -63327,20 +63180,109 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 268.20600000000024 Td
+48.24000000000001 396.8560000000001 Td
 /F1.0 10.5 Tf
 [<45616368206f66207468657365206672> 20.01953125 <616d65776f726b732068617320697473206f776e207761> 20.01953125 <79206f662065787465726e616c697a696e672069747320636f6e6669677572> 20.01953125 <6174696f6e2e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
+q
+0.5 w
+0.933 0.933 0.933 SCN
+113.807 341.480 m
+113.807 381.040 l
+S
+Q
+0.067 0.067 0.067 scn
+0.067 0.067 0.067 SCN
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.067 0.067 0.067 scn
+0.067 0.067 0.067 SCN
+
+BT
+80.17133333333334 352.6800000000001 Td
+/F5.1 24 Tf
+<23> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+0.471 Tw
+
+BT
+125.80666666666667 365.0760000000001 Td
+/F1.0 10.5 Tf
+[<53756273657175656e742073656374696f6e73206578706c61696e20686f7720746f2065787465726e616c697a6520636f6e6669677572> 20.01953125 <6174696f6e20666f7220>] TJ
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+0.471 Tw
+
+BT
+457.82408763020834 365.0760000000001 Td
+/F1.0 10.5 Tf
+[<54> 29.78515625 <6f6d636174>] TJ
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+0.471 Tw
+
+BT
+494.6708434895833 365.0760000000001 Td
+/F1.0 10.5 Tf
+<20616e6420666f72> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+125.80666666666667 349.29600000000005 Td
+/F1.0 10.5 Tf
+[<446f636b> 20.01953125 <6572>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 233.7060000000002 Td
+161.14946158854167 349.29600000000005 Td
+/F1.0 10.5 Tf
+<2e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24000000000001 310.79600000000005 Td
 /F2.0 13 Tf
-<362e332e312e2041706163686520497369732720436f6e666967> Tj
+<362e312e312e2041706163686520497369732720436f6e666967> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -63351,7 +63293,7 @@ ET
 1.936 Tw
 
 BT
-48.24000000000001 207.14600000000019 Td
+48.24000000000001 284.23600000000005 Td
 /F1.0 10.5 Tf
 [<54> 29.78515625 <6f2074656c6c20417061636865204973697320746f206c6f616420636f6e6669677572> 20.01953125 <6174696f6e2066726f6d20616e2065787465726e616c206469726563746f7279> 89.84375 <2c20737065636966792074686520>] TJ
 ET
@@ -63366,7 +63308,7 @@ ET
 1.936 Tw
 
 BT
-468.28999999999996 207.14600000000019 Td
+468.28999999999996 284.23600000000005 Td
 /F3.0 10.5 Tf
 <697369732e636f6e6669672e646972> Tj
 ET
@@ -63381,7 +63323,7 @@ ET
 1.936 Tw
 
 BT
-547.04 207.14600000000019 Td
+547.04 284.23600000000005 Td
 ET
 
 
@@ -63392,7 +63334,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 191.36600000000018 Td
+48.24000000000001 268.456 Td
 /F1.0 10.5 Tf
 [<636f6e7465787420706172> 20.01953125 <616d657465722e>] TJ
 ET
@@ -63405,7 +63347,7 @@ ET
 1.499 Tw
 
 BT
-48.24000000000001 163.58600000000018 Td
+48.24000000000001 240.67600000000004 Td
 /F1.0 10.5 Tf
 [<4966207468652065787465726e616c20636f6e6669677572> 20.01953125 <6174696f6e206469726563746f727920697320666978656420666f7220616c6c20656e7669726f6e6d656e74732028737973746573742c2055> 20.01953125 <41> 60.05859375 <54> 89.84375 <2c2070726f6420657463292c207468656e>] TJ
 ET
@@ -63418,7 +63360,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 147.80600000000018 Td
+48.24000000000001 224.89600000000004 Td
 /F1.0 10.5 Tf
 <796f752063616e20737065636966792077697468696e2074686520> Tj
 ET
@@ -63429,7 +63371,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-182.25150000000002 147.80600000000018 Td
+182.25150000000002 224.89600000000004 Td
 /F3.0 10.5 Tf
 <7765622e786d6c> Tj
 ET
@@ -63440,7 +63382,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-219.00150000000002 147.80600000000018 Td
+219.00150000000002 224.89600000000004 Td
 /F1.0 10.5 Tf
 <20697473656c663a> Tj
 ET
@@ -63449,28 +63391,28 @@ ET
 0.000 0.000 0.000 scn
 q
 0.961 0.961 0.961 scn
-52.240 131.990 m
-543.040 131.990 l
-545.249 131.990 547.040 130.199 547.040 127.990 c
-547.040 55.030 l
-547.040 52.821 545.249 51.030 543.040 51.030 c
-52.240 51.030 l
-50.031 51.030 48.240 52.821 48.240 55.030 c
-48.240 127.990 l
-48.240 130.199 50.031 131.990 52.240 131.990 c
+52.240 209.080 m
+543.040 209.080 l
+545.249 209.080 547.040 207.289 547.040 205.080 c
+547.040 132.120 l
+547.040 129.911 545.249 128.120 543.040 128.120 c
+52.240 128.120 l
+50.031 128.120 48.240 129.911 48.240 132.120 c
+48.240 205.080 l
+48.240 207.289 50.031 209.080 52.240 209.080 c
 h
 f
 0.800 0.800 0.800 SCN
 0.75 w
-52.240 131.990 m
-543.040 131.990 l
-545.249 131.990 547.040 130.199 547.040 127.990 c
-547.040 55.030 l
-547.040 52.821 545.249 51.030 543.040 51.030 c
-52.240 51.030 l
-50.031 51.030 48.240 52.821 48.240 55.030 c
-48.240 127.990 l
-48.240 130.199 50.031 131.990 52.240 131.990 c
+52.240 209.080 m
+543.040 209.080 l
+545.249 209.080 547.040 207.289 547.040 205.080 c
+547.040 132.120 l
+547.040 129.911 545.249 128.120 543.040 128.120 c
+52.240 128.120 l
+50.031 128.120 48.240 129.911 48.240 132.120 c
+48.240 205.080 l
+48.240 207.289 50.031 209.080 52.240 209.080 c
 h
 S
 Q
@@ -63478,7 +63420,7 @@ Q
 0.184 0.435 0.624 SCN
 
 BT
-59.24000000000001 109.16500000000019 Td
+59.24000000000001 186.25500000000002 Td
 /F3.0 11 Tf
 <3c636f6e746578742d706172616d3e> Tj
 ET
@@ -63489,7 +63431,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 94.42500000000018 Td
+59.24000000000001 171.51500000000004 Td
 /F3.0 11 Tf
 <ca202020> Tj
 ET
@@ -63500,7 +63442,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-81.24000000000001 94.42500000000018 Td
+81.24000000000001 171.51500000000004 Td
 /F3.0 11 Tf
 <3c706172616d2d6e616d653e> Tj
 ET
@@ -63511,7 +63453,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-147.24 94.42500000000018 Td
+147.24 171.51500000000004 Td
 /F3.0 11 Tf
 <697369732e636f6e6669672e646972> Tj
 ET
@@ -63522,7 +63464,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-229.74 94.42500000000018 Td
+229.74 171.51500000000004 Td
 /F3.0 11 Tf
 <3c2f706172616d2d6e616d653e> Tj
 ET
@@ -63533,7 +63475,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 79.68500000000019 Td
+59.24000000000001 156.77500000000003 Td
 /F3.0 11 Tf
 <ca202020> Tj
 ET
@@ -63544,7 +63486,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-81.24000000000001 79.68500000000019 Td
+81.24000000000001 156.77500000000003 Td
 /F3.0 11 Tf
 <3c706172616d2d76616c75653e> Tj
 ET
@@ -63555,7 +63497,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-152.74 79.68500000000019 Td
+152.74 156.77500000000003 Td
 /F3.0 11 Tf
 <6c6f636174696f6e206f662065787465726e616c20636f6e666967206469726563746f7279> Tj
 ET
@@ -63566,7 +63508,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-356.24 79.68500000000019 Td
+356.24 156.77500000000003 Td
 /F3.0 11 Tf
 <3c2f706172616d2d76616c75653e> Tj
 ET
@@ -63577,13 +63519,54 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-59.24000000000001 64.94500000000019 Td
+59.24000000000001 142.03500000000003 Td
 /F3.0 11 Tf
 <3c2f636f6e746578742d706172616d3e> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+0.850 Tw
+
+BT
+48.24000000000001 104.15600000000003 Td
+/F1.0 10.5 Tf
+[<496620686f77657665722074686520636f6e6669677572> 20.01953125 <6174696f6e206469726563746f7279207661726965732062> 20.01953125 <7920656e7669726f6e6d656e742c207468656e2074686520636f6e7465787420706172> 20.01953125 <616d657465722077696c6c206265>] TJ
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+2.452 Tw
+
+BT
+48.24000000000001 88.37600000000003 Td
+/F1.0 10.5 Tf
+<73706563696669656420746f206561636820696e7374616c6c6174696f6e206f6620796f757220736572766c657420636f6e7461696e65722e204d6f737420286966206e6f7420616c6c2920736572766c657420636f6e7461696e6572732077696c6c> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24000000000001 72.59600000000003 Td
+/F1.0 10.5 Tf
+[<70726f766964652061206d65616e7320746f20646566696e6520636f6e7465787420706172> 20.01953125 <616d6574657273207468726f7567682070726f707269657461727920636f6e6669672066696c65732e>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
 q
 0.000 0.000 0.000 scn
 0.000 0.000 0.000 SCN
@@ -63608,125 +63591,151 @@ Q
 
 endstream
 endobj
-322 0 obj
+317 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 321 0 R
+/Contents 316 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 18 0 R
-/F1.0 8 0 R
+/Font << /F1.0 8 0 R
 /F3.0 41 0 R
 /F5.1 53 0 R
+/F2.0 18 0 R
 >>
-/XObject << /Stamp1 544 0 R
+/XObject << /Stamp1 549 0 R
 >>
 >>
-/Annots [324 0 R 326 0 R 327 0 R 328 0 R 329 0 R 330 0 R 331 0 R]
+/Annots [318 0 R 319 0 R 320 0 R 321 0 R 322 0 R 323 0 R 324 0 R]
 >>
 endobj
-323 0 obj
-[322 0 R /XYZ 0 841.89 null]
-endobj
-324 0 obj
+318 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../ugodn/ugodn.pdf#_ugodn_configuring_using-jndi-data-source)
+/URI (../ugbtb/ugbtb.pdf#_ugbtb_deployment_docker)
 >>
 /Subtype /Link
-/Rect [166.386 762.38 288.144 776.6600000000001]
+/Rect [437.2887565104167 668.93 459.4437565104167 683.21]
 /Type /Annot
 >>
 endobj
-325 0 obj
-[322 0 R /XYZ 0 749.6300000000001 null]
-endobj
-326 0 obj
+319 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgcfg/rgcfg.pdf#_rgcfg_configuration-files)
+/URI (http://shiro.apache.org)
 >>
 /Subtype /Link
-/Rect [116.86068587239583 694.5200000000001 139.69818587239584 708.8000000000002]
+/Rect [66.24000000000001 496.69000000000017 134.27474700520833 510.97000000000014]
 /Type /Annot
 >>
 endobj
-327 0 obj
+320 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../ugbtb/ugbtb.pdf#_ugbtb_deployment_docker)
+/URI (http://logging.apache.org/log4j/1.2)
 >>
 /Subtype /Link
-/Rect [437.2887565104167 540.2800000000002 459.4437565104167 554.5600000000002]
+/Rect [66.24000000000001 459.13000000000017 147.195 473.41000000000014]
 /Type /Annot
 >>
 endobj
-328 0 obj
+321 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (http://shiro.apache.org)
+/URI (http://activemq.apache.org)
 >>
 /Subtype /Link
-/Rect [66.24000000000001 368.0400000000003 134.27474700520833 382.3200000000003]
+/Rect [123.68550000000002 421.5700000000001 215.03529492187502 435.8500000000001]
 /Type /Annot
 >>
 endobj
-329 0 obj
+322 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (http://logging.apache.org/log4j/1.2)
+/URI (http://camel.apache.org)
 >>
 /Subtype /Link
-/Rect [66.24000000000001 330.4800000000003 147.195 344.7600000000003]
+/Rect [231.47829492187503 421.5700000000001 302.500294921875 435.8500000000001]
 /Type /Annot
 >>
 endobj
-330 0 obj
+323 0 obj
 << /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (http://activemq.apache.org)
->>
+/Dest (_ugbtb_deployment_tomcat)
 /Subtype /Link
-/Rect [123.68550000000002 292.92000000000024 215.03529492187502 307.2000000000003]
+/Rect [457.82408763020834 362.0100000000001 494.6708434895833 376.2900000000001]
 /Type /Annot
 >>
 endobj
-331 0 obj
+324 0 obj
 << /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (http://camel.apache.org)
->>
+/Dest (_ugbtb_deployment_docker)
 /Subtype /Link
-/Rect [231.47829492187503 292.92000000000024 302.500294921875 307.2000000000003]
+/Rect [125.80666666666667 346.2300000000001 161.14946158854167 360.51000000000005]
 /Type /Annot
 >>
 endobj
-332 0 obj
-[322 0 R /XYZ 0 252.3900000000002 null]
+325 0 obj
+[317 0 R /XYZ 0 329.4800000000001 null]
 endobj
-333 0 obj
-<< /Length 21428
+326 0 obj
+<< /Length 18022
 >>
 stream
 q
+q
+0.5 w
+/DeviceRGB CS
+0.933 0.933 0.933 SCN
+113.807 766.330 m
+113.807 805.890 l
+S
+Q
 /DeviceRGB cs
-0.200 0.200 0.200 scn
+0.098 0.251 0.486 scn
 /DeviceRGB CS
+0.098 0.251 0.486 SCN
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.098 0.251 0.486 scn
+0.098 0.251 0.486 SCN
+
+BT
+76.73933333333333 777.53 Td
+/F5.1 24 Tf
+<22> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.850 Tw
+6.738 Tw
 
 BT
-48.24 793.9259999999999 Td
+125.80666666666667 789.9259999999999 Td
 /F1.0 10.5 Tf
-[<496620686f77657665722074686520636f6e6669677572> 20.01953125 <6174696f6e206469726563746f7279207661726965732062> 20.01953125 <7920656e7669726f6e6d656e742c207468656e2074686520636f6e7465787420706172> 20.01953125 <616d657465722077696c6c206265>] TJ
+<4e6f746520746861742072756e6e696e672074686520617070207573696e672041706163686520497369732720> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+6.738 Tw
+
+BT
+403.7899999999999 789.9259999999999 Td
+/F3.0 10.5 Tf
+<6f72672e6170616368652e697369732e576562536572766572> Tj
 ET
 
 
@@ -63736,12 +63745,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-2.452 Tw
+6.738 Tw
 
 BT
-48.24 778.146 Td
-/F1.0 10.5 Tf
-<73706563696669656420746f206561636820696e7374616c6c6174696f6e206f6620796f757220736572766c657420636f6e7461696e65722e204d6f737420286966206e6f7420616c6c2920736572766c657420636f6e7461696e6572732077696c6c> Tj
+535.04 789.9259999999999 Td
 ET
 
 
@@ -63752,9 +63759,20 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 762.366 Td
+125.80666666666667 774.146 Td
 /F1.0 10.5 Tf
-[<70726f766964652061206d65616e7320746f20646566696e6520636f6e7465787420706172> 20.01953125 <616d6574657273207468726f7567682070726f707269657461727920636f6e6669672066696c65732e>] TJ
+[<626f6f74737472> 20.01953125 <617070657220646f6573206e6f74207573652065787465726e616c697a656420417061636865204973697320636f6e6669677572> 20.01953125 <6174696f6e2e>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24000000000001 735.6460000000001 Td
+/F2.0 13 Tf
+<362e312e322e20536869726f20436f6e666967> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -63762,27 +63780,27 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-14.050 Tw
+1.613 Tw
 
 BT
-48.24 734.5859999999999 Td
+48.24000000000001 709.0860000000001 Td
 /F1.0 10.5 Tf
-[<46> 40.0390625 <6f72206578616d706c652c206966207573696e672054> 29.78515625 <6f6d63617420372e302c20796f7520776f756c64207479706963616c6c7920636f70> 20.01953125 <792074686520656d707479>] TJ
+<4966207573696e672041706163686520497369732720> Tj
 ET
 
 
 0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
 
-9.414 Tw
+1.613 Tw
 
 BT
-48.24 718.8059999999999 Td
-/F3.0 10.5 Tf
-<24544f4d4341545f484f4d452f776562617070732f636f6e662f636f6e746578742e786d6c> Tj
+156.62514002403844 709.0860000000001 Td
+/F1.0 10.5 Tf
+[<536869726f20696e74656772> 20.01953125 <6174696f6e>] TJ
 ET
 
 
@@ -63792,42 +63810,119 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-9.414 Tw
+1.613 Tw
 
 BT
-242.49 718.8059999999999 Td
+243.26671995192305 709.0860000000001 Td
 /F1.0 10.5 Tf
-<20746f20612066696c6520737065636966696320746f20746865207765626170702c20666f72206578616d706c65> Tj
+<20666f722061757468656e7469636174696f6e20616e642f6f7220617574686f72697a6174696f6e2c206e6f74652074686174206974207265616473> Tj
 ET
 
 
 0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24000000000001 693.3060000000002 Td
+/F1.0 10.5 Tf
+<66726f6d2074686520> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.845 Tw
+BT
+94.44000000000001 693.3060000000002 Td
+/F3.0 10.5 Tf
+<736869726f2e696e69> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-48.24 703.026 Td
+141.69 693.3060000000002 Td
+/F1.0 10.5 Tf
+[<20636f6e6669677572> 20.01953125 <6174696f6e2066696c652e2042> 20.01953125 <792064656661756c74207468697320616c736f207265736964657320696e20>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+384.88008984375 693.3060000000002 Td
 /F3.0 10.5 Tf
-<24544f4d4341545f484f4d452f776562617070732f636f6e662f746f646f2e786d6c> Tj
+<5745422d494e46> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+421.63008984375 693.3060000000002 Td
+/F1.0 10.5 Tf
+<2e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+4.233 Tw
+
+BT
+48.24000000000001 665.5260000000002 Td
+/F1.0 10.5 Tf
+[<53696d696c617220746f2041706163686520497369732c20536869726f206c657473207468697320636f6e6669677572> 20.01953125 <6174696f6e206469726563746f727920626520616c74657265642c2062> 20.01953125 <792073706563696679696e6720746865>] TJ
 ET
 
 
 0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+48.24000000000001 649.7460000000002 Td
+/F3.0 10.5 Tf
+<736869726f436f6e6669674c6f636174696f6e73> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+153.24 649.7460000000002 Td
+/F1.0 10.5 Tf
+[<20636f6e7465787420706172> 20.01953125 <616d657465722e>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.845 Tw
+1.356 Tw
 
 BT
-226.74 703.026 Td
+48.24000000000001 621.9660000000002 Td
 /F1.0 10.5 Tf
-[<2e2054686520636f6e7465787420706172> 20.01953125 <616d6574657220776f756c64207468656e206265207370656369666965642062> 20.01953125 <7920616464696e6720746865>] TJ
+[<59> 69.82421875 <6f752063616e207468657265666f7265206f76657272696465207468652064656661756c74206c6f636174696f6e207573696e67207468652073616d6520746563686e69717565206173206465736372696265642061626f766520666f72>] TJ
 ET
 
 
@@ -63838,37 +63933,59 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 687.246 Td
+48.24000000000001 606.1860000000003 Td
+/F1.0 10.5 Tf
+<41706163686520497369732720> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+109.8435 606.1860000000003 Td
+/F3.0 10.5 Tf
+<697369732e636f6e6669672e646972> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+188.5935 606.1860000000003 Td
 /F1.0 10.5 Tf
-<666f6c6c6f77696e673a> Tj
+[<20636f6e7465787420706172> 20.01953125 <616d657465722e2046> 40.0390625 <6f72206578616d706c653a>] TJ
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 q
 0.961 0.961 0.961 scn
-52.240 671.430 m
-543.040 671.430 l
-545.249 671.430 547.040 669.639 547.040 667.430 c
-547.040 609.210 l
-547.040 607.001 545.249 605.210 543.040 605.210 c
-52.240 605.210 l
-50.031 605.210 48.240 607.001 48.240 609.210 c
-48.240 667.430 l
-48.240 669.639 50.031 671.430 52.240 671.430 c
+52.240 590.370 m
+543.040 590.370 l
+545.249 590.370 547.040 588.579 547.040 586.370 c
+547.040 528.150 l
+547.040 525.941 545.249 524.150 543.040 524.150 c
+52.240 524.150 l
+50.031 524.150 48.240 525.941 48.240 528.150 c
+48.240 586.370 l
+48.240 588.579 50.031 590.370 52.240 590.370 c
 h
 f
 0.800 0.800 0.800 SCN
 0.75 w
-52.240 671.430 m
-543.040 671.430 l
-545.249 671.430 547.040 669.639 547.040 667.430 c
-547.040 609.210 l
-547.040 607.001 545.249 605.210 543.040 605.210 c
-52.240 605.210 l
-50.031 605.210 48.240 607.001 48.240 609.210 c
-48.240 667.430 l
-48.240 669.639 50.031 671.430 52.240 671.430 c
+52.240 590.370 m
+543.040 590.370 l
+545.249 590.370 547.040 588.579 547.040 586.370 c
+547.040 528.150 l
+547.040 525.941 545.249 524.150 543.040 524.150 c
+52.240 524.150 l
+50.031 524.150 48.240 525.941 48.240 528.150 c
+48.240 586.370 l
+48.240 588.579 50.031 590.370 52.240 590.370 c
 h
 S
 Q
@@ -63876,7 +63993,7 @@ Q
 0.184 0.435 0.624 SCN
 
 BT
-59.24 648.6049999999999 Td
+59.24000000000001 567.5450000000003 Td
 /F3.0 11 Tf
 <3c506172616d65746572> Tj
 ET
@@ -63887,7 +64004,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-114.24000000000001 648.6049999999999 Td
+114.24000000000001 567.5450000000003 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -63898,7 +64015,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-119.74000000000001 648.6049999999999 Td
+119.74000000000001 567.5450000000003 Td
 /F3.0 11 Tf
 <6e616d65> Tj
 ET
@@ -63909,7 +64026,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-141.74 648.6049999999999 Td
+141.74 567.5450000000003 Td
 /F3.0 11 Tf
 <3d> Tj
 ET
@@ -63920,7 +64037,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-147.24 648.6049999999999 Td
+147.24 567.5450000000003 Td
 /F3.0 11 Tf
 <22> Tj
 ET
@@ -63931,9 +64048,9 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-152.74 648.6049999999999 Td
+152.74 567.5450000000003 Td
 /F3.0 11 Tf
-<697369732e636f6e6669672e646972> Tj
+<736869726f436f6e6669674c6f636174696f6e73> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -63942,7 +64059,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-235.24 648.6049999999999 Td
+262.74 567.5450000000003 Td
 /F3.0 11 Tf
 <22> Tj
 ET
@@ -63953,7 +64070,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 633.8649999999999 Td
+59.24000000000001 552.8050000000003 Td
 /F3.0 11 Tf
 <ca20202020202020202020> Tj
 ET
@@ -63964,7 +64081,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-119.74000000000001 633.8649999999999 Td
+119.74000000000001 552.8050000000003 Td
 /F3.0 11 Tf
 <76616c7565> Tj
 ET
@@ -63975,7 +64092,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-147.24 633.8649999999999 Td
+147.24 552.8050000000003 Td
 /F3.0 11 Tf
 <3d> Tj
 ET
@@ -63986,7 +64103,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-152.74 633.8649999999999 Td
+152.74 552.8050000000003 Td
 /F3.0 11 Tf
 <22> Tj
 ET
@@ -63997,9 +64114,9 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-158.24 633.8649999999999 Td
+158.24 552.8050000000003 Td
 /F3.0 11 Tf
-<2f7573722f6c6f63616c2f746f6d6361742f6d796170702f636f6e662f> Tj
+<66696c653a2f7573722f6c6f63616c2f6d796170702f636f6e662f736869726f2e696e69> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -64008,7 +64125,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-317.74 633.8649999999999 Td
+356.24 552.8050000000003 Td
 /F3.0 11 Tf
 <22> Tj
 ET
@@ -64019,7 +64136,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 619.125 Td
+59.24000000000001 538.0650000000003 Td
 /F3.0 11 Tf
 <ca20202020202020202020> Tj
 ET
@@ -64030,7 +64147,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-119.74000000000001 619.125 Td
+119.74000000000001 538.0650000000003 Td
 /F3.0 11 Tf
 <6f76657272696465> Tj
 ET
@@ -64041,7 +64158,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-163.74 619.125 Td
+163.74 538.0650000000003 Td
 /F3.0 11 Tf
 <3d> Tj
 ET
@@ -64052,7 +64169,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-169.24 619.125 Td
+169.24 538.0650000000003 Td
 /F3.0 11 Tf
 <22> Tj
 ET
@@ -64063,7 +64180,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-174.74 619.125 Td
+174.74 538.0650000000003 Td
 /F3.0 11 Tf
 <66616c7365> Tj
 ET
@@ -64074,18 +64191,29 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-202.24 619.125 Td
+202.24 538.0650000000003 Td
 /F3.0 11 Tf
 <22> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+207.74 538.0650000000003 Td
+/F3.0 11 Tf
+<20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
 0.184 0.435 0.624 scn
 0.184 0.435 0.624 SCN
 
 BT
-207.74 619.125 Td
+213.24 538.0650000000003 Td
 /F3.0 11 Tf
 <2f3e> Tj
 ET
@@ -64095,21 +64223,21 @@ ET
 q
 0.5 w
 0.933 0.933 0.933 SCN
-113.807 537.870 m
-113.807 593.210 l
+113.807 472.590 m
+113.807 512.150 l
 S
 Q
-0.749 0.000 0.000 scn
-0.749 0.000 0.000 SCN
+0.067 0.067 0.067 scn
+0.067 0.067 0.067 SCN
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.749 0.000 0.000 scn
-0.749 0.000 0.000 SCN
+0.067 0.067 0.067 scn
+0.067 0.067 0.067 SCN
 
 BT
-76.73933333333333 556.9599999999999 Td
+80.17133333333334 483.79000000000036 Td
 /F5.1 24 Tf
-<21> Tj
+<23> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -64117,57 +64245,49 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.133 Tw
+1.784 Tw
 
 BT
-125.80666666666667 577.2459999999999 Td
+125.80666666666667 496.1860000000003 Td
 /F1.0 10.5 Tf
-<4e6f746520746861742074686520> Tj
+[<4e6f7465207468617420536869726f206973206d6f726520666c657869626c65207468616e2041706163686520497369733b2069742077696c6c20726561642069747320636f6e6669677572> 20.01953125 <6174696f6e>] TJ
 ET
 
 
 0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-0.133 Tw
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-193.66947434895832 577.2459999999999 Td
-/F3.0 10.5 Tf
-<6f76657272696465> Tj
+125.80666666666667 480.4060000000003 Td
+/F1.0 10.5 Tf
+[<66726f6d20616e> 20.01953125 <792055524c2c206e6f74206a7573742061206469726563746f7279206f6e20746865206c6f63616c2066696c6573797374656d2e>] TJ
 ET
 
-
-0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.133 Tw
-
 BT
-235.66947434895832 577.2459999999999 Td
-/F1.0 10.5 Tf
-[<206b> 20.01953125 <65792073686f756c642062652073657420746f202266616c7365222c206e6f74202274727565222e2020497420696e646963617465732077686574686572>] TJ
+48.24000000000001 441.9060000000003 Td
+/F2.0 13 Tf
+<362e312e332e204c6f67346a20436f6e666967> Tj
 ET
 
-
-0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.573 Tw
+0.870 Tw
 
 BT
-125.80666666666667 561.4659999999999 Td
+48.24000000000001 415.3460000000003 Td
 /F1.0 10.5 Tf
-<746865206170706c69636174696f6ed573206f776e20> Tj
+[<42> 20.01953125 <792064656661756c7420417061636865204973697320636f6e66696775726573206c6f67346a20746f20726561642074686520>] TJ
 ET
 
 
@@ -64177,12 +64297,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-3.573 Tw
+0.870 Tw
 
 BT
-246.209125 561.4659999999999 Td
+307.83251492745535 415.3460000000003 Td
 /F3.0 10.5 Tf
-<7765622e786d6c> Tj
+<6c6f6767696e672e70726f70657274696573> Tj
 ET
 
 
@@ -64192,115 +64312,57 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.573 Tw
+0.870 Tw
 
 BT
-282.959125 561.4659999999999 Td
+402.33251492745535 415.3460000000003 Td
 /F1.0 10.5 Tf
-<2063616e206f76657272696465207468652073657474696e672e2020496e206d6f73742063617365732c20796f75> Tj
+<2066696c6520696e2074686520> Tj
 ET
 
 
 0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-125.80666666666667 545.6859999999999 Td
-/F1.0 10.5 Tf
-<70726f6261626c792077616e7420746f20646973616c6c6f7720746861742e> Tj
-ET
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
+0.870 Tw
 
 BT
-48.24000000000001 513.906 Td
-/F1.0 10.5 Tf
-[<46> 40.0390625 <6f72206d6f72652064657461696c2c20736565207468652054> 29.78515625 <6f6d63617420646f63756d656e746174696f6e206f6e20>] TJ
+458.88139048549107 415.3460000000003 Td
+/F3.0 10.5 Tf
+<5745422d494e46> Tj
 ET
 
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.259 0.545 0.792 scn
-0.259 0.545 0.792 SCN
-
-BT
-301.89034570312504 513.906 Td
-/F1.0 10.5 Tf
-<646566696e696e67206120636f6e74657874> Tj
-ET
 
+0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-BT
-392.12734570312506 513.906 Td
-/F1.0 10.5 Tf
-<20616e64206f6e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.259 0.545 0.792 scn
-0.259 0.545 0.792 SCN
-
-BT
-432.22684570312504 513.906 Td
-/F1.0 10.5 Tf
-[<636f6e7465787420706172> 20.01953125 <616d6574657273>] TJ
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
+0.870 Tw
 
 BT
-529.519640625 513.906 Td
+495.63139048549107 415.3460000000003 Td
 /F1.0 10.5 Tf
-<2e> Tj
+[<206469726563746f7279> 89.84375 <2e>] TJ
 ET
 
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-q
-0.5 w
-0.933 0.933 0.933 SCN
-113.807 458.530 m
-113.807 498.090 l
-S
-Q
-0.098 0.251 0.486 scn
-0.098 0.251 0.486 SCN
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.098 0.251 0.486 scn
-0.098 0.251 0.486 SCN
-
-BT
-76.73933333333335 469.72999999999996 Td
-/F5.1 24 Tf
-<22> Tj
-ET
 
+0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-6.738 Tw
+1.989 Tw
 
 BT
-125.80666666666667 482.1259999999999 Td
+48.24000000000001 399.56600000000026 Td
 /F1.0 10.5 Tf
-<4e6f746520746861742072756e6e696e672074686520617070207573696e672041706163686520497369732720> Tj
+[<546869732063616e206265206f76657272696464656e2062> 20.01953125 <792073657474696e672074686520>] TJ
 ET
 
 
@@ -64310,12 +64372,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-6.738 Tw
+1.989 Tw
 
 BT
-403.7899999999999 482.1259999999999 Td
+250.1565239583333 399.56600000000026 Td
 /F3.0 10.5 Tf
-<6f72672e6170616368652e697369732e576562536572766572> Tj
+<6c6f67346a2e70726f70657274696573> Tj
 ET
 
 
@@ -64325,10 +64387,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-6.738 Tw
+1.989 Tw
 
 BT
-535.04 482.1259999999999 Td
+334.1565239583333 399.56600000000026 Td
+/F1.0 10.5 Tf
+<2073797374656d2070726f706572747920746f207468652055524c206f6620746865206c6f67346a> Tj
 ET
 
 
@@ -64339,9 +64403,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.80666666666667 466.3459999999999 Td
+48.24000000000001 383.7860000000003 Td
 /F1.0 10.5 Tf
-[<626f6f74737472> 20.01953125 <61707065722063757272656e746c7920646f6573206e6f742065787465726e616c697a656420417061636865204973697320636f6e6669677572> 20.01953125 <6174696f6e2e>] TJ
+<70726f706572746965732066696c652e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -64350,9 +64414,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 427.8459999999999 Td
-/F2.0 13 Tf
-<362e332e322e20536869726f20436f6e666967> Tj
+48.24000000000001 351.95600000000024 Td
+/F2.0 10.5 Tf
+[<54> 29.78515625 <6f6d636174>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -64360,55 +64424,107 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.613 Tw
+2.333 Tw
 
 BT
-48.24000000000001 401.2859999999999 Td
+48.24000000000001 326.1260000000002 Td
 /F1.0 10.5 Tf
-<4966207573696e672041706163686520497369732720> Tj
+[<46> 40.0390625 <6f72206578616d706c652c206966206465706c6f> 20.01953125 <79696e6720746f2054> 29.78515625 <6f6d63617437206f722054> 29.78515625 <6f6d636174382c207468697320616d6f756e747320746f20616464696e672074686520666f6c6c6f77696e6720746f20746865>] TJ
 ET
 
 
 0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.259 0.545 0.792 scn
-0.259 0.545 0.792 SCN
-
-1.613 Tw
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
 BT
-156.62514002403844 401.2859999999999 Td
-/F1.0 10.5 Tf
-[<536869726f20696e74656772> 20.01953125 <6174696f6e>] TJ
+48.24000000000001 310.34600000000023 Td
+/F3.0 10.5 Tf
+<434154414c494e415f4f505453> Tj
 ET
 
-
-0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.613 Tw
-
 BT
-243.26671995192305 401.2859999999999 Td
+116.49000000000001 310.34600000000023 Td
 /F1.0 10.5 Tf
-<20666f722061757468656e7469636174696f6e20616e642f6f7220617574686f72697a6174696f6e2c206e6f74652074686174206974207265616473> Tj
+<20666c6167733a> Tj
 ET
 
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+q
+0.961 0.961 0.961 scn
+52.240 294.530 m
+543.040 294.530 l
+545.249 294.530 547.040 292.739 547.040 290.530 c
+547.040 247.050 l
+547.040 244.841 545.249 243.050 543.040 243.050 c
+52.240 243.050 l
+50.031 243.050 48.240 244.841 48.240 247.050 c
+48.240 290.530 l
+48.240 292.739 50.031 294.530 52.240 294.530 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 294.530 m
+543.040 294.530 l
+545.249 294.530 547.040 292.739 547.040 290.530 c
+547.040 247.050 l
+547.040 244.841 545.249 243.050 543.040 243.050 c
+52.240 243.050 l
+50.031 243.050 48.240 244.841 48.240 247.050 c
+48.240 290.530 l
+48.240 292.739 50.031 294.530 52.240 294.530 c
+h
+S
+Q
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24000000000001 271.70500000000015 Td
+/F3.0 11 Tf
+<6578706f727420434154414c494e415f4f5054533d222d> Tj
+ET
 
-0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 385.50599999999986 Td
-/F1.0 10.5 Tf
-<66726f6d2074686520> Tj
+59.24000000000001 256.9650000000002 Td
+/F3.0 11 Tf
+<446c6f67346a2e636f6e66696775726174696f6e3d2f7573722f6c6f63616c2f746f6d6361742f6d796170702f636f6e662f6c6f6767696e672e70726f7065727469657322> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+q
+0.5 w
+0.933 0.933 0.933 SCN
+113.807 207.270 m
+113.807 231.050 l
+S
+Q
+0.067 0.067 0.067 scn
+0.067 0.067 0.067 SCN
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.067 0.067 0.067 scn
+0.067 0.067 0.067 SCN
+
+BT
+80.45683333333335 210.9375000000002 Td
+/F5.1 23 Tf
+<23> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -64417,9 +64533,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-94.44000000000001 385.50599999999986 Td
+125.80666666666667 215.08600000000018 Td
 /F3.0 10.5 Tf
-<736869726f2e696e69> Tj
+<434154414c494e415f4f505453> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -64428,9 +64544,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-141.69 385.50599999999986 Td
+194.05666666666667 215.08600000000018 Td
 /F1.0 10.5 Tf
-[<20636f6e6669677572> 20.01953125 <6174696f6e2066696c652e2042> 20.01953125 <792064656661756c74207468697320616c736f207265736964657320696e20>] TJ
+<207761732063616c6c656420> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -64439,9 +64555,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-384.88008984375 385.50599999999986 Td
+251.52316666666667 215.08600000000018 Td
 /F3.0 10.5 Tf
-<5745422d494e46> Tj
+<544f4d4341545f4f505453> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -64450,9 +64566,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-421.63008984375 385.50599999999986 Td
+309.27316666666667 215.08600000000018 Td
 /F1.0 10.5 Tf
-<2e> Tj
+[<20696e206561726c6965722076657273696f6e73206f662054> 29.78515625 <6f6d6361742e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -64460,25 +64576,21 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-4.233 Tw
-
 BT
-48.24000000000001 357.7259999999999 Td
+48.24000000000001 183.30600000000018 Td
 /F1.0 10.5 Tf
-[<53696d696c617220746f2041706163686520497369732c20536869726f206c657473207468697320636f6e6669677572> 20.01953125 <6174696f6e206469726563746f727920626520616c74657265642c2062> 20.01953125 <792073706563696679696e6720746865>] TJ
+<467572746865722064657461696c7320616e20626520666f756e6420696e2074686520> Tj
 ET
 
-
-0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
 
 BT
-48.24000000000001 341.9459999999999 Td
-/F3.0 10.5 Tf
-<736869726f436f6e6669674c6f636174696f6e73> Tj
+219.58950000000002 183.30600000000018 Td
+/F1.0 10.5 Tf
+<6c6f67346a20646f63756d656e746174696f6e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -64487,9 +64599,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-153.24 341.9459999999999 Td
+322.374 183.30600000000018 Td
 /F1.0 10.5 Tf
-[<20636f6e7465787420706172> 20.01953125 <616d657465722e>] TJ
+<2e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -64497,107 +64609,81 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.356 Tw
-
 BT
-48.24000000000001 314.1659999999999 Td
-/F1.0 10.5 Tf
-[<59> 69.82421875 <6f752063616e207468657265666f7265206f76657272696465207468652064656661756c74206c6f636174696f6e207573696e67207468652073616d6520746563686e69717565206173206465736372696265642061626f766520666f72>] TJ
+48.24000000000001 148.80600000000015 Td
+/F2.0 13 Tf
+<362e312e342e20537072696e6720436f6e666967> Tj
 ET
 
-
-0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+1.479 Tw
+
 BT
-48.24000000000001 298.38599999999985 Td
+48.24000000000001 122.24600000000015 Td
 /F1.0 10.5 Tf
-<41706163686520497369732720> Tj
+[<416c74686f75676820417061636865204973697320646f6573206e6f742075736520537072696e672c206974d57320706f737369626c65207468617420796f757220617070206d61> 20.01953125 <7920757365206f7468657220636f6d706f6e656e7473>] TJ
 ET
 
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-BT
-109.8435 298.38599999999985 Td
-/F3.0 10.5 Tf
-<697369732e636f6e6669672e646972> Tj
-ET
 
+0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+0.820 Tw
+
 BT
-188.5935 298.38599999999985 Td
+48.24000000000001 106.46600000000015 Td
 /F1.0 10.5 Tf
-[<20636f6e7465787420706172> 20.01953125 <616d657465722e2046> 40.0390625 <6f72206578616d706c653a>] TJ
+[<7468617420646f2075736520537072696e672e2046> 40.0390625 <6f72206578616d706c652c2074686520286e6f6e2d4153462920>] TJ
 ET
 
+
+0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-q
-0.961 0.961 0.961 scn
-52.240 282.570 m
-543.040 282.570 l
-545.249 282.570 547.040 280.779 547.040 278.570 c
-547.040 220.350 l
-547.040 218.141 545.249 216.350 543.040 216.350 c
-52.240 216.350 l
-50.031 216.350 48.240 218.141 48.240 220.350 c
-48.240 278.570 l
-48.240 280.779 50.031 282.570 52.240 282.570 c
-h
-f
-0.800 0.800 0.800 SCN
-0.75 w
-52.240 282.570 m
-543.040 282.570 l
-545.249 282.570 547.040 280.779 547.040 278.570 c
-547.040 220.350 l
-547.040 218.141 545.249 216.350 543.040 216.350 c
-52.240 216.350 l
-50.031 216.350 48.240 218.141 48.240 220.350 c
-48.240 278.570 l
-48.240 280.779 50.031 282.570 52.240 282.570 c
-h
-S
-Q
-0.184 0.435 0.624 scn
-0.184 0.435 0.624 SCN
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+0.820 Tw
 
 BT
-59.24000000000001 259.7449999999999 Td
-/F3.0 11 Tf
-<3c506172616d65746572> Tj
+289.0785128348214 106.46600000000015 Td
+/F1.0 10.5 Tf
+<49736973206164646f6e7327207075626c6973686d71> Tj
 ET
 
+
+0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+0.820 Tw
+
 BT
-114.24000000000001 259.7449999999999 Td
-/F3.0 11 Tf
-<20> Tj
+405.3582435825893 106.46600000000015 Td
+/F1.0 10.5 Tf
+[<206d6f64756c6520757365732041> 20.01953125 <63746976654d5120616e64>] TJ
 ET
 
+
+0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.310 0.624 0.812 scn
-0.310 0.624 0.812 SCN
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-119.74000000000001 259.7449999999999 Td
-/F3.0 11 Tf
-<6e616d65> Tj
+48.24000000000001 90.68600000000015 Td
+/F1.0 10.5 Tf
+[<43

<TRUNCATED>

[5/8] isis-site git commit: ISIS-1465: updates to docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/0ceac89f/content/guides/rgmvn/rgmvn.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgmvn/rgmvn.pdf b/content/guides/rgmvn/rgmvn.pdf
index 1d106fc..1011a74 100644
--- a/content/guides/rgmvn/rgmvn.pdf
+++ b/content/guides/rgmvn/rgmvn.pdf
@@ -4,16 +4,16 @@
 << /Title (Apache Isis Maven plugin)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170814204339+01'00')
-/ModDate (D:20170814204339+01'00')
+/CreationDate (D:20170818082333+01'00')
+/ModDate (D:20170818082333+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 14 0 R
-/Outlines 173 0 R
-/PageLabels 192 0 R
+/Outlines 177 0 R
+/PageLabels 196 0 R
 /PageMode /UseOutlines
 /OpenAction [7 0 R /FitH 842.89]
 /ViewerPreferences << /DisplayDocTitle true
@@ -23,7 +23,7 @@ endobj
 3 0 obj
 << /Type /Pages
 /Count 22
-/Kids [7 0 R 10 0 R 12 0 R 34 0 R 50 0 R 54 0 R 60 0 R 63 0 R 69 0 R 73 0 R 76 0 R 78 0 R 86 0 R 88 0 R 92 0 R 106 0 R 112 0 R 115 0 R 117 0 R 119 0 R 122 0 R 125 0 R]
+/Kids [7 0 R 10 0 R 12 0 R 34 0 R 50 0 R 54 0 R 60 0 R 63 0 R 69 0 R 73 0 R 76 0 R 78 0 R 86 0 R 88 0 R 92 0 R 106 0 R 112 0 R 119 0 R 121 0 R 123 0 R 126 0 R 129 0 R]
 >>
 endobj
 4 0 obj
@@ -80,11 +80,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAABT+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 194 0 R
+/FontDescriptor 198 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 196 0 R
-/ToUnicode 195 0 R
+/Widths 200 0 R
+/ToUnicode 199 0 R
 >>
 endobj
 9 0 obj
@@ -903,7 +903,7 @@ endobj
 /F3.0 36 0 R
 >>
 >>
-/Annots [127 0 R 128 0 R 129 0 R 130 0 R 131 0 R 132 0 R 133 0 R 134 0 R 135 0 R 136 0 R 137 0 R 138 0 R 139 0 R 140 0 R 141 0 R 142 0 R 143 0 R 144 0 R 145 0 R 146 0 R 147 0 R 148 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R 154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R 165 0 R 166 0 R 167 0 R 168 0 R 169 0 R 170 0 R 171 0 R]
+/Annots [131 0 R 132 0 R 133 0 R 134 0 R 135 0 R 136 0 R 137 0 R 138 0 R 139 0 R 140 0 R 141 0 R 142 0 R 143 0 R 144 0 R 145 0 R 146 0 R 147 0 R 148 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R 154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R 165 0 R 166 0 R 167 0 R 168 0 R 169 0 R 170 0 R 171 0 R 172 0 R 173 0 R 174 0 R 175 0 R]
 >>
 endobj
 11 0 obj
@@ -1480,7 +1480,7 @@ endobj
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 /Annots [18 0 R 19 0 R 20 0 R 21 0 R 22 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R]
@@ -1495,18 +1495,18 @@ endobj
 >>
 endobj
 15 0 obj
-<< /Names [(1-9-0-version) 74 0 R (__rgmvn) 13 0 R (__rgmvn_intro_app-manifest) 46 0 R (__rgmvn_xsd) 102 0 R (_rgmvn_intro) 35 0 R (_rgmvn_swagger) 79 0 R (_rgmvn_validate) 55 0 R (_rgmvn_xsd) 93 0 R (code-dom-code-submodule) 57 0 R (code-integtest-code-submodule) 84 0 R (custom-validation-rules) 70 0 R (example-of-failure) 66 0 R (other-guides) 17 0 R (to-run) 65 0 R (to-run-2) 90 0 R (to-run-3) 126 0 R (xjc-profile) 120 0 R (xsd-profile) 113 0 R]
+<< /Names [(1-9-0-version) 74 0 R (__rgmvn) 13 0 R (__rgmvn_intro_app-manifest) 46 0 R (__rgmvn_xsd_xsd-submodule) 102 0 R (__rgmvn_xsd_xsd-submodule_xjc-profile) 124 0 R (__rgmvn_xsd_xsd-submodule_xsd-profile) 117 0 R (_rgmvn_intro) 35 0 R (_rgmvn_swagger) 79 0 R (_rgmvn_validate) 55 0 R (_rgmvn_xsd) 93 0 R (code-dom-code-submodule) 57 0 R (code-integtest-code-submodule) 84 0 R (custom-validation-rules) 70 0 R (example-of-failure) 66 0 R (other-guides) 17 0 R (to-run) 65 0 R (to-run-2) 90 0 R (to-run-3) 130 0 R]
 >>
 endobj
 16 0 obj
 << /Type /Font
 /BaseFont /AAAABU+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 198 0 R
+/FontDescriptor 202 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 200 0 R
-/ToUnicode 199 0 R
+/Widths 204 0 R
+/ToUnicode 203 0 R
 >>
 endobj
 17 0 obj
@@ -2820,7 +2820,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 36 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 /Annots [37 0 R 38 0 R 39 0 R 40 0 R 41 0 R 42 0 R 43 0 R 44 0 R 45 0 R 47 0 R 48 0 R]
@@ -2833,11 +2833,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAABV+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 202 0 R
+/FontDescriptor 206 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 204 0 R
-/ToUnicode 203 0 R
+/Widths 208 0 R
+/ToUnicode 207 0 R
 >>
 endobj
 37 0 obj
@@ -5799,7 +5799,7 @@ endobj
 /Font << /F3.0 36 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 /Annots [51 0 R 52 0 R]
@@ -6509,7 +6509,7 @@ endobj
 /F1.0 8 0 R
 /F4.1 56 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 /Annots [58 0 R]
@@ -6522,11 +6522,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAABW+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 206 0 R
+/FontDescriptor 210 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 208 0 R
-/ToUnicode 207 0 R
+/Widths 212 0 R
+/ToUnicode 211 0 R
 >>
 endobj
 57 0 obj
@@ -7978,7 +7978,7 @@ endobj
 /F3.1 61 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 >>
@@ -7987,11 +7987,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAABX+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 210 0 R
+/FontDescriptor 214 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 212 0 R
-/ToUnicode 211 0 R
+/Widths 216 0 R
+/ToUnicode 215 0 R
 >>
 endobj
 62 0 obj
@@ -9225,7 +9225,7 @@ endobj
 /F3.0 36 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 /Annots [64 0 R 67 0 R]
@@ -9901,7 +9901,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 /Annots [71 0 R]
@@ -11406,7 +11406,7 @@ endobj
 /F3.0 36 0 R
 /F3.1 61 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 >>
@@ -11662,7 +11662,7 @@ endobj
 /F3.0 36 0 R
 /F4.1 56 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 >>
@@ -12537,7 +12537,7 @@ endobj
 /F3.0 36 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 /Annots [80 0 R 81 0 R 82 0 R 83 0 R]
@@ -14302,7 +14302,7 @@ endobj
 /F3.1 61 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 >>
@@ -14660,7 +14660,7 @@ endobj
 /F3.0 36 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 /Annots [89 0 R]
@@ -16013,7 +16013,7 @@ endobj
 /F1.0 8 0 R
 /F5.0 104 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 /Annots [94 0 R 95 0 R 96 0 R 97 0 R 98 0 R 99 0 R 100 0 R 101 0 R 103 0 R]
@@ -16128,11 +16128,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAABY+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 214 0 R
+/FontDescriptor 218 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 216 0 R
-/ToUnicode 215 0 R
+/Widths 220 0 R
+/ToUnicode 219 0 R
 >>
 endobj
 105 0 obj
@@ -16356,7 +16356,7 @@ endobj
 /F3.0 36 0 R
 >>
 /XObject << /I1 107 0 R
-/Stamp1 172 0 R
+/Stamp1 176 0 R
 >>
 >>
 /Annots [109 0 R 110 0 R]
@@ -16580,7 +16580,7 @@ endobj
 >>
 endobj
 111 0 obj
-<< /Length 22565
+<< /Length 22778
 >>
 stream
 q
@@ -16940,7 +16940,7 @@ ET
 BT
 152.74 679.885 Td
 /F3.0 11 Tf
-<6d6c656465722e616e616c69737461707062> Tj
+<636f6d2e6d79636f6d70616e79> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -16949,7 +16949,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-251.74 679.885 Td
+224.24 679.885 Td
 /F3.0 11 Tf
 <3c2f67726f757049643e> Tj
 ET
@@ -17028,7 +17028,7 @@ ET
 BT
 152.74 650.405 Td
 /F3.0 11 Tf
-<312e31352e302d534e415053484f54> Tj
+<312e302e302d534e415053484f54> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -17037,7 +17037,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-235.24 650.405 Td
+229.74 650.405 Td
 /F3.0 11 Tf
 <3c2f76657273696f6e3e> Tj
 ET
@@ -17755,7 +17755,18 @@ ET
 BT
 64.809 241.94599999999983 Td
 /F1.0 10.5 Tf
-<6d6f64756c6172697479> Tj
+<6d6f64756c61726974793b207365652073656374696f6e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+183.4695 241.94599999999983 Td
+/F1.0 10.5 Tf
+<62656c6f77> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -17822,7 +17833,73 @@ ET
 BT
 64.809 204.38599999999983 Td
 /F1.0 10.5 Tf
-<6d6f64756c6172697479> Tj
+<6d6f64756c61726974793b207365652073656374696f6e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+183.4695 204.38599999999983 Td
+/F1.0 10.5 Tf
+<62656c6f77> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.239999999999995 176.60599999999982 Td
+/F1.0 10.5 Tf
+<54686520> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+69.66 176.60599999999982 Td
+/F1.0 10.5 Tf
+<73656374696f6e73> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+109.791 176.60599999999982 Td
+/F1.0 10.5 Tf
+<20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+112.5105 176.60599999999982 Td
+/F1.0 10.5 Tf
+<62656c6f77> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+142.9185 176.60599999999982 Td
+/F1.0 10.5 Tf
+<20666c657368206f75742074686520676170732e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -17831,7 +17908,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.239999999999995 169.8859999999998 Td
+48.239999999999995 142.10599999999982 Td
 /F2.0 13 Tf
 [<352e312e312e2058> 9.765625 <53442070726f66696c65>] TJ
 ET
@@ -17844,7 +17921,7 @@ ET
 1.676 Tw
 
 BT
-48.239999999999995 143.3259999999998 Td
+48.239999999999995 115.54599999999981 Td
 /F1.0 10.5 Tf
 <54686520> Tj
 ET
@@ -17859,7 +17936,7 @@ ET
 1.676 Tw
 
 BT
-71.3359190673828 143.3259999999998 Td
+71.3359190673828 115.54599999999981 Td
 /F3.0 10.5 Tf
 <697369732d787364> Tj
 ET
@@ -17874,7 +17951,7 @@ ET
 1.676 Tw
 
 BT
-113.3359190673828 143.3259999999998 Td
+113.3359190673828 115.54599999999981 Td
 /F1.0 10.5 Tf
 <2070726f66696c652072756e732074686520> Tj
 ET
@@ -17889,7 +17966,7 @@ ET
 1.676 Tw
 
 BT
-203.53559533691407 143.3259999999998 Td
+203.53559533691407 115.54599999999981 Td
 /F3.0 10.5 Tf
 <787364> Tj
 ET
@@ -17904,7 +17981,7 @@ ET
 1.676 Tw
 
 BT
-219.28559533691407 143.3259999999998 Td
+219.28559533691407 115.54599999999981 Td
 /F1.0 10.5 Tf
 <20676f616c206f662074686520> Tj
 ET
@@ -17919,7 +17996,7 @@ ET
 1.676 Tw
 
 BT
-283.6342716064453 143.3259999999998 Td
+283.6342716064453 115.54599999999981 Td
 /F3.0 10.5 Tf
 <697369732d6d6176656e2d706c7567696e> Tj
 ET
@@ -17934,7 +18011,7 @@ ET
 1.676 Tw
 
 BT
-372.8842716064453 143.3259999999998 Td
+372.8842716064453 115.54599999999981 Td
 /F1.0 10.5 Tf
 [<3b20746865736520617265207468656e207a69707065642075702062> 20.01953125 <7920746865>] TJ
 ET
@@ -17947,7 +18024,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.239999999999995 127.5459999999998 Td
+48.239999999999995 99.7659999999998 Td
 /F1.0 10.5 Tf
 <617373656d626c7920706c7567696e3a> Tj
 ET
@@ -17956,28 +18033,28 @@ ET
 0.000 0.000 0.000 scn
 q
 0.961 0.961 0.961 scn
-52.240 111.730 m
-543.040 111.730 l
-545.249 111.730 547.040 109.939 547.040 107.730 c
+52.240 83.950 m
+543.040 83.950 l
+545.249 83.950 547.040 82.159 547.040 79.950 c
 547.040 52.240 l
 547.040 50.031 545.249 48.240 543.040 48.240 c
 52.240 48.240 l
 50.031 48.240 48.240 50.031 48.240 52.240 c
-48.240 107.730 l
-48.240 109.939 50.031 111.730 52.240 111.730 c
+48.240 79.950 l
+48.240 82.159 50.031 83.950 52.240 83.950 c
 h
 f
 0.800 0.800 0.800 SCN
 0.75 w
-52.240 111.730 m
-543.040 111.730 l
-545.249 111.730 547.040 109.939 547.040 107.730 c
+52.240 83.950 m
+543.040 83.950 l
+545.249 83.950 547.040 82.159 547.040 79.950 c
 547.040 52.240 l
 547.040 50.031 545.249 48.240 543.040 48.240 c
 52.240 48.240 l
 50.031 48.240 48.240 50.031 48.240 52.240 c
-48.240 107.730 l
-48.240 109.939 50.031 111.730 52.240 111.730 c
+48.240 79.950 l
+48.240 82.159 50.031 83.950 52.240 83.950 c
 h
 S
 Q
@@ -17994,79 +18071,13 @@ Q
 0.184 0.435 0.624 SCN
 
 BT
-59.24 88.9049999999998 Td
+59.24 61.12499999999981 Td
 /F3.0 11 Tf
 <3c70726f66696c653e> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-59.24 74.1649999999998 Td
-/F3.0 11 Tf
-<ca202020> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.184 0.435 0.624 scn
-0.184 0.435 0.624 SCN
-
-BT
-81.24000000000001 74.1649999999998 Td
-/F3.0 11 Tf
-<3c69643e> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-103.24000000000001 74.1649999999998 Td
-/F3.0 11 Tf
-<697369732d787364> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.184 0.435 0.624 scn
-0.184 0.435 0.624 SCN
-
-BT
-147.24 74.1649999999998 Td
-/F3.0 11 Tf
-<3c2f69643e> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-59.24 59.4249999999998 Td
-/F3.0 11 Tf
-<ca202020> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.184 0.435 0.624 scn
-0.184 0.435 0.624 SCN
-
-BT
-81.24000000000001 59.4249999999998 Td
-/F3.0 11 Tf
-<3c61637469766174696f6e3e> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
 q
 0.000 0.000 0.000 scn
 0.000 0.000 0.000 SCN
@@ -18102,16 +18113,49 @@ endobj
 /F1.0 8 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
+/Annots [113 0 R 114 0 R 115 0 R 116 0 R]
 >>
 endobj
 113 0 obj
-[112 0 R /XYZ 0 188.56999999999982 null]
+<< /Border [0 0 0]
+/Dest (__rgmvn_xsd_xsd-submodule_xsd-profile)
+/Subtype /Link
+/Rect [183.4695 238.87999999999982 213.87750000000003 253.15999999999983]
+/Type /Annot
+>>
 endobj
 114 0 obj
-<< /Length 22823
+<< /Border [0 0 0]
+/Dest (__rgmvn_xsd_xsd-submodule_xjc-profile)
+/Subtype /Link
+/Rect [183.4695 201.31999999999982 213.87750000000003 215.59999999999982]
+/Type /Annot
+>>
+endobj
+115 0 obj
+<< /Border [0 0 0]
+/Dest (<em>rgmvn_xsd_xsd-submodule_xsd-profile)
+/Subtype /Link
+/Rect [69.66 173.53999999999982 109.791 187.81999999999982]
+/Type /Annot
+>>
+endobj
+116 0 obj
+<< /Border [0 0 0]
+/Dest (</em>rgmvn_xsd_xsd-submodule_xjc-profile)
+/Subtype /Link
+/Rect [112.5105 173.53999999999982 142.9185 187.81999999999982]
+/Type /Annot
+>>
+endobj
+117 0 obj
+[112 0 R /XYZ 0 160.78999999999982 null]
+endobj
+118 0 obj
+<< /Length 22763
 >>
 stream
 q
@@ -18172,7 +18216,7 @@ Q
 BT
 59.24 796.43 Td
 /F3.0 11 Tf
-<ca20202020202020> Tj
+<ca202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18181,9 +18225,9 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-103.24000000000001 796.43 Td
+81.24000000000001 796.43 Td
 /F3.0 11 Tf
-<3c70726f70657274793e> Tj
+<3c69643e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18192,9 +18236,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 781.6899999999999 Td
+103.24000000000001 796.43 Td
 /F3.0 11 Tf
-<ca2020202020202020202020> Tj
+<697369732d787364> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18203,9 +18247,9 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-125.24000000000001 781.6899999999999 Td
+147.24 796.43 Td
 /F3.0 11 Tf
-<3c6e616d653e> Tj
+<3c2f69643e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18214,9 +18258,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-158.24 781.6899999999999 Td
+59.24 781.6899999999999 Td
 /F3.0 11 Tf
-<21736b69702e697369732d787364> Tj
+<ca202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18225,9 +18269,9 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-235.24 781.6899999999999 Td
+81.24000000000001 781.6899999999999 Td
 /F3.0 11 Tf
-<3c2f6e616d653e> Tj
+<3c61637469766174696f6e3e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18237,17 +18281,19 @@ ET
 
 BT
 59.24 766.95 Td
+/F3.0 11 Tf
+<ca20202020202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
+0.184 0.435 0.624 scn
+0.184 0.435 0.624 SCN
 
 BT
-59.24 766.95 Td
-/F3.1 11 Tf
-<21> Tj
+103.24000000000001 766.95 Td
+/F3.0 11 Tf
+<3c70726f70657274793e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18258,7 +18304,7 @@ ET
 BT
 59.24 752.21 Td
 /F3.0 11 Tf
-<ca20202020202020> Tj
+<ca2020202020202020202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18267,9 +18313,9 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-103.24000000000001 752.21 Td
+125.24000000000001 752.21 Td
 /F3.0 11 Tf
-<3c2f70726f70657274793e> Tj
+<3c6e616d653e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18278,9 +18324,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 737.47 Td
+158.24 752.21 Td
 /F3.0 11 Tf
-<ca202020> Tj
+<21736b69702e697369732d787364> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18289,9 +18335,9 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-81.24000000000001 737.47 Td
+235.24 752.21 Td
 /F3.0 11 Tf
-<3c2f61637469766174696f6e3e> Tj
+<3c2f6e616d653e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18300,20 +18346,18 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 722.73 Td
-/F3.0 11 Tf
-<ca202020> Tj
+59.24 737.47 Td
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.184 0.435 0.624 scn
-0.184 0.435 0.624 SCN
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
 BT
-81.24000000000001 722.73 Td
-/F3.0 11 Tf
-<3c6275696c643e> Tj
+59.24 737.47 Td
+/F3.1 11 Tf
+<21> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18322,7 +18366,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 707.99 Td
+59.24 722.73 Td
 /F3.0 11 Tf
 <ca20202020202020> Tj
 ET
@@ -18333,9 +18377,9 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-103.24000000000001 707.99 Td
+103.24000000000001 722.73 Td
 /F3.0 11 Tf
-<3c706c7567696e733e> Tj
+<3c2f70726f70657274793e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18344,9 +18388,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 693.25 Td
+59.24 707.99 Td
 /F3.0 11 Tf
-<ca2020202020202020202020> Tj
+<ca202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18355,9 +18399,9 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-125.24000000000001 693.25 Td
+81.24000000000001 707.99 Td
 /F3.0 11 Tf
-<3c706c7567696e3e> Tj
+<3c2f61637469766174696f6e3e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18366,9 +18410,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 678.51 Td
+59.24 693.25 Td
 /F3.0 11 Tf
-<ca202020202020202020202020202020> Tj
+<ca202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18377,9 +18421,9 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 678.51 Td
+81.24000000000001 693.25 Td
 /F3.0 11 Tf
-<3c67726f757049643e> Tj
+<3c6275696c643e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18388,9 +18432,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-196.74 678.51 Td
+59.24 678.51 Td
 /F3.0 11 Tf
-<6f72672e6170616368652e697369732e746f6f6c> Tj
+<ca20202020202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18399,9 +18443,9 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-306.74 678.51 Td
+103.24000000000001 678.51 Td
 /F3.0 11 Tf
-<3c2f67726f757049643e> Tj
+<3c706c7567696e733e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18412,7 +18456,7 @@ ET
 BT
 59.24 663.77 Td
 /F3.0 11 Tf
-<ca202020202020202020202020202020> Tj
+<ca2020202020202020202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18421,9 +18465,9 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 663.77 Td
+125.24000000000001 663.77 Td
 /F3.0 11 Tf
-<3c617274696661637449643e> Tj
+<3c706c7567696e3e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18432,9 +18476,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.24 663.77 Td
+59.24 649.03 Td
 /F3.0 11 Tf
-<697369732d6d6176656e2d706c7567696e> Tj
+<ca202020202020202020202020202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -18443,7 +18487,73 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-306.74 663.77 Td
+147.24 649.03 Td
+/F3.0 11 Tf
+<3c67726f757049643e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+196.74 649.03 Td
+/F3.0 11 Tf
+<6f72672e6170616368652e697369732e746f6f6c> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.184 0.435 0.624 scn
+0.184 0.435 0.624 SCN
+
+BT
+306.74 649.03 Td
+/F3.0 11 Tf
+<3c2f67726f757049643e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 634.29 Td
+/F3.0 11 Tf
+<ca202020202020202020202020202020> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.184 0.435 0.624 scn
+0.184 0.435 0.624 SCN
+
+BT
+147.24 634.29 Td
+/F3.0 11 Tf
+<3c617274696661637449643e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+213.24 634.29 Td
+/F3.0 11 Tf
+<697369732d6d6176656e2d706c7567696e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.184 0.435 0.624 scn
+0.184 0.435 0.624 SCN
+
+BT
+306.74 634.29 Td
 /F3.0 11 Tf
 <3c2f617274696661637449643e> Tj
 ET
@@ -18454,7 +18564,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 649.03 Td
+59.24 619.55 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020> Tj
 ET
@@ -18465,7 +18575,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 649.03 Td
+147.24 619.55 Td
 /F3.0 11 Tf
 <3c76657273696f6e3e> Tj
 ET
@@ -18476,7 +18586,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-196.74 649.03 Td
+196.74 619.55 Td
 /F3.0 11 Tf
 <247b697369732e76657273696f6e7d> Tj
 ET
@@ -18487,7 +18597,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-279.24 649.03 Td
+279.24 619.55 Td
 /F3.0 11 Tf
 <3c2f76657273696f6e3e> Tj
 ET
@@ -18498,7 +18608,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 634.29 Td
+59.24 604.81 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020> Tj
 ET
@@ -18509,7 +18619,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 634.29 Td
+147.24 604.81 Td
 /F3.0 11 Tf
 <3c636f6e66696775726174696f6e3e> Tj
 ET
@@ -18520,7 +18630,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 619.55 Td
+59.24 590.0699999999999 Td
 /F3.0 11 Tf
 <ca20202020202020202020202020202020202020> Tj
 ET
@@ -18531,7 +18641,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-169.24 619.55 Td
+169.24 590.0699999999999 Td
 /F3.0 11 Tf
 <3c6170704d616e69666573743e> Tj
 ET
@@ -18542,7 +18652,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 619.55 Td
+240.74 590.0699999999999 Td
 /F3.0 11 Tf
 <746f646f6170702e646f6d2e546f446f417070446f6d4d616e6966657374> Tj
 ET
@@ -18553,7 +18663,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-405.74 619.55 Td
+405.74 590.0699999999999 Td
 /F3.0 11 Tf
 <3c2f6170704d616e69666573743e> Tj
 ET
@@ -18564,7 +18674,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 604.81 Td
+59.24 575.3299999999999 Td
 ET
 
 0.000 0.000 0.000 SCN
@@ -18573,7 +18683,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-59.24 604.81 Td
+59.24 575.3299999999999 Td
 /F3.1 11 Tf
 <22> Tj
 ET
@@ -18584,7 +18694,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 590.0699999999999 Td
+59.24 560.5899999999999 Td
 /F3.0 11 Tf
 <ca20202020202020202020202020202020202020> Tj
 ET
@@ -18595,7 +18705,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-169.24 590.0699999999999 Td
+169.24 560.5899999999999 Td
 /F3.0 11 Tf
 <3c6a617862436c61737365733e> Tj
 ET
@@ -18606,7 +18716,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 575.3299999999999 Td
+59.24 545.8499999999999 Td
 ET
 
 0.000 0.000 0.000 SCN
@@ -18615,7 +18725,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-59.24 575.3299999999999 Td
+59.24 545.8499999999999 Td
 /F3.1 11 Tf
 <23> Tj
 ET
@@ -18626,7 +18736,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 560.5899999999999 Td
+59.24 531.1099999999999 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -18637,7 +18747,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 560.5899999999999 Td
+191.24 531.1099999999999 Td
 /F3.0 11 Tf
 <3c6a617862436c6173733e> Tj
 ET
@@ -18648,7 +18758,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 545.8499999999999 Td
+59.24 516.3699999999999 Td
 /F3.0 11 Tf
 <746f646f6170702e6170702e766965776d6f64656c732e746f646f6974656d2e76315f302e546f446f4974656d44746f> Tj
 ET
@@ -18659,7 +18769,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-323.24 545.8499999999999 Td
+323.24 516.3699999999999 Td
 /F3.0 11 Tf
 <3c2f6a617862436c6173733e> Tj
 ET
@@ -18670,7 +18780,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 531.1099999999999 Td
+59.24 501.62999999999994 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -18681,7 +18791,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 531.1099999999999 Td
+191.24 501.62999999999994 Td
 /F3.0 11 Tf
 <3c6a617862436c6173733e> Tj
 ET
@@ -18692,7 +18802,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 516.3699999999999 Td
+59.24 486.88999999999993 Td
 /F3.0 11 Tf
 <746f646f6170702e6170702e766965776d6f64656c732e746f646f6974656d2e76315f312e546f446f4974656d44746f> Tj
 ET
@@ -18703,7 +18813,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-323.24 516.3699999999999 Td
+323.24 486.88999999999993 Td
 /F3.0 11 Tf
 <3c2f6a617862436c6173733e> Tj
 ET
@@ -18714,7 +18824,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 501.62999999999994 Td
+59.24 472.1499999999999 Td
 /F3.0 11 Tf
 <ca20202020202020202020202020202020202020> Tj
 ET
@@ -18725,7 +18835,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-169.24 501.62999999999994 Td
+169.24 472.1499999999999 Td
 /F3.0 11 Tf
 <3c2f6a617862436c61737365733e> Tj
 ET
@@ -18736,7 +18846,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 486.88999999999993 Td
+59.24 457.4099999999999 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020> Tj
 ET
@@ -18747,7 +18857,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 486.88999999999993 Td
+147.24 457.4099999999999 Td
 /F3.0 11 Tf
 <3c2f636f6e66696775726174696f6e3e> Tj
 ET
@@ -18758,7 +18868,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 472.1499999999999 Td
+59.24 442.6699999999999 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020> Tj
 ET
@@ -18769,7 +18879,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 472.1499999999999 Td
+147.24 442.6699999999999 Td
 /F3.0 11 Tf
 <3c646570656e64656e636965733e> Tj
 ET
@@ -18780,7 +18890,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 457.4099999999999 Td
+59.24 427.9299999999999 Td
 /F3.0 11 Tf
 <ca20202020202020202020202020202020202020> Tj
 ET
@@ -18791,7 +18901,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-169.24 457.4099999999999 Td
+169.24 427.9299999999999 Td
 /F3.0 11 Tf
 <3c646570656e64656e63793e> Tj
 ET
@@ -18802,7 +18912,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 442.6699999999999 Td
+59.24 413.1899999999999 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -18813,7 +18923,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 442.6699999999999 Td
+191.24 413.1899999999999 Td
 /F3.0 11 Tf
 <3c67726f757049643e> Tj
 ET
@@ -18824,7 +18934,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 442.6699999999999 Td
+240.74 413.1899999999999 Td
 /F3.0 11 Tf
 <247b70726f6a6563742e67726f757049647d> Tj
 ET
@@ -18835,7 +18945,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-339.74 442.6699999999999 Td
+339.74 413.1899999999999 Td
 /F3.0 11 Tf
 <3c2f67726f757049643e> Tj
 ET
@@ -18846,7 +18956,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 427.9299999999999 Td
+59.24 398.4499999999999 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -18857,7 +18967,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 427.9299999999999 Td
+191.24 398.4499999999999 Td
 /F3.0 11 Tf
 <3c617274696661637449643e> Tj
 ET
@@ -18868,7 +18978,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-257.24 427.9299999999999 Td
+257.24 398.4499999999999 Td
 /F3.0 11 Tf
 <746f646f6170702d646f6d> Tj
 ET
@@ -18879,7 +18989,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-317.74 427.9299999999999 Td
+317.74 398.4499999999999 Td
 /F3.0 11 Tf
 <3c2f617274696661637449643e> Tj
 ET
@@ -18890,7 +19000,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 413.1899999999999 Td
+59.24 383.70999999999987 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -18901,7 +19011,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 413.1899999999999 Td
+191.24 383.70999999999987 Td
 /F3.0 11 Tf
 <3c76657273696f6e3e> Tj
 ET
@@ -18912,7 +19022,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 413.1899999999999 Td
+240.74 383.70999999999987 Td
 /F3.0 11 Tf
 <247b70726f6a6563742e76657273696f6e7d> Tj
 ET
@@ -18923,7 +19033,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-339.74 413.1899999999999 Td
+339.74 383.70999999999987 Td
 /F3.0 11 Tf
 <3c2f76657273696f6e3e> Tj
 ET
@@ -18934,7 +19044,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 398.4499999999999 Td
+59.24 368.96999999999986 Td
 /F3.0 11 Tf
 <ca20202020202020202020202020202020202020> Tj
 ET
@@ -18945,7 +19055,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-169.24 398.4499999999999 Td
+169.24 368.96999999999986 Td
 /F3.0 11 Tf
 <3c2f646570656e64656e63793e> Tj
 ET
@@ -18956,7 +19066,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 383.70999999999987 Td
+59.24 354.22999999999985 Td
 /F3.0 11 Tf
 <ca20202020202020202020202020202020202020> Tj
 ET
@@ -18967,7 +19077,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-169.24 383.70999999999987 Td
+169.24 354.22999999999985 Td
 /F3.0 11 Tf
 <3c646570656e64656e63793e> Tj
 ET
@@ -18978,7 +19088,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 368.96999999999986 Td
+59.24 339.48999999999984 Td
 ET
 
 0.000 0.000 0.000 SCN
@@ -18987,7 +19097,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-59.24 368.96999999999986 Td
+59.24 339.48999999999984 Td
 /F3.1 11 Tf
 <24> Tj
 ET
@@ -18998,7 +19108,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 354.22999999999985 Td
+59.24 324.74999999999983 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -19009,7 +19119,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 354.22999999999985 Td
+191.24 324.74999999999983 Td
 /F3.0 11 Tf
 <3c67726f757049643e> Tj
 ET
@@ -19020,7 +19130,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 354.22999999999985 Td
+240.74 324.74999999999983 Td
 /F3.0 11 Tf
 <636f6d2e676f6f676c652e6775617661> Tj
 ET
@@ -19031,7 +19141,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-328.74 354.22999999999985 Td
+328.74 324.74999999999983 Td
 /F3.0 11 Tf
 <3c2f67726f757049643e> Tj
 ET
@@ -19042,7 +19152,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 339.48999999999984 Td
+59.24 310.0099999999998 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -19053,7 +19163,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 339.48999999999984 Td
+191.24 310.0099999999998 Td
 /F3.0 11 Tf
 <3c617274696661637449643e> Tj
 ET
@@ -19064,7 +19174,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-257.24 339.48999999999984 Td
+257.24 310.0099999999998 Td
 /F3.0 11 Tf
 <6775617661> Tj
 ET
@@ -19075,7 +19185,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-284.74 339.48999999999984 Td
+284.74 310.0099999999998 Td
 /F3.0 11 Tf
 <3c2f617274696661637449643e> Tj
 ET
@@ -19086,7 +19196,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 324.74999999999983 Td
+59.24 295.2699999999998 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -19097,7 +19207,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 324.74999999999983 Td
+191.24 295.2699999999998 Td
 /F3.0 11 Tf
 <3c76657273696f6e3e> Tj
 ET
@@ -19108,7 +19218,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 324.74999999999983 Td
+240.74 295.2699999999998 Td
 /F3.0 11 Tf
 <31362e302e31> Tj
 ET
@@ -19119,7 +19229,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-273.74 324.74999999999983 Td
+273.74 295.2699999999998 Td
 /F3.0 11 Tf
 <3c2f76657273696f6e3e> Tj
 ET
@@ -19130,7 +19240,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 310.0099999999998 Td
+59.24 280.52999999999986 Td
 /F3.0 11 Tf
 <ca20202020202020202020202020202020202020> Tj
 ET
@@ -19141,7 +19251,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-169.24 310.0099999999998 Td
+169.24 280.52999999999986 Td
 /F3.0 11 Tf
 <3c2f646570656e64656e63793e> Tj
 ET
@@ -19152,7 +19262,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 295.2699999999998 Td
+59.24 265.78999999999985 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020> Tj
 ET
@@ -19163,7 +19273,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 295.2699999999998 Td
+147.24 265.78999999999985 Td
 /F3.0 11 Tf
 <3c2f646570656e64656e636965733e> Tj
 ET
@@ -19174,7 +19284,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 280.52999999999986 Td
+59.24 251.04999999999984 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020> Tj
 ET
@@ -19185,7 +19295,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 280.52999999999986 Td
+147.24 251.04999999999984 Td
 /F3.0 11 Tf
 <3c657865637574696f6e733e> Tj
 ET
@@ -19196,7 +19306,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 265.78999999999985 Td
+59.24 236.30999999999983 Td
 /F3.0 11 Tf
 <ca20202020202020202020202020202020202020> Tj
 ET
@@ -19207,7 +19317,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-169.24 265.78999999999985 Td
+169.24 236.30999999999983 Td
 /F3.0 11 Tf
 <3c657865637574696f6e3e> Tj
 ET
@@ -19218,7 +19328,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 251.04999999999984 Td
+59.24 221.56999999999982 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -19229,7 +19339,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 251.04999999999984 Td
+191.24 221.56999999999982 Td
 /F3.0 11 Tf
 <3c70686173653e> Tj
 ET
@@ -19240,7 +19350,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-229.74 251.04999999999984 Td
+229.74 221.56999999999982 Td
 /F3.0 11 Tf
 <67656e65726174652d736f7572636573> Tj
 ET
@@ -19251,7 +19361,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-317.74 251.04999999999984 Td
+317.74 221.56999999999982 Td
 /F3.0 11 Tf
 <3c2f70686173653e> Tj
 ET
@@ -19262,7 +19372,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 236.30999999999983 Td
+59.24 206.8299999999998 Td
 ET
 
 0.000 0.000 0.000 SCN
@@ -19271,7 +19381,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-59.24 236.30999999999983 Td
+59.24 206.8299999999998 Td
 /F3.1 11 Tf
 <25> Tj
 ET
@@ -19282,7 +19392,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 221.56999999999982 Td
+59.24 192.0899999999998 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -19293,7 +19403,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 221.56999999999982 Td
+191.24 192.0899999999998 Td
 /F3.0 11 Tf
 <3c676f616c733e> Tj
 ET
@@ -19304,7 +19414,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 206.8299999999998 Td
+59.24 177.3499999999998 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020202020202020202020202020> Tj
 ET
@@ -19315,7 +19425,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-213.24 206.8299999999998 Td
+213.24 177.3499999999998 Td
 /F3.0 11 Tf
 <3c676f616c3e> Tj
 ET
@@ -19326,7 +19436,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-246.24 206.8299999999998 Td
+246.24 177.3499999999998 Td
 /F3.0 11 Tf
 <787364> Tj
 ET
@@ -19337,7 +19447,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-262.74 206.8299999999998 Td
+262.74 177.3499999999998 Td
 /F3.0 11 Tf
 <3c2f676f616c3e> Tj
 ET
@@ -19348,7 +19458,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 192.0899999999998 Td
+59.24 162.6099999999998 Td
 ET
 
 0.000 0.000 0.000 SCN
@@ -19357,7 +19467,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-59.24 192.0899999999998 Td
+59.24 162.6099999999998 Td
 /F3.1 11 Tf
 <26> Tj
 ET
@@ -19368,7 +19478,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 177.3499999999998 Td
+59.24 147.86999999999978 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -19379,7 +19489,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 177.3499999999998 Td
+191.24 147.86999999999978 Td
 /F3.0 11 Tf
 <3c2f676f616c733e> Tj
 ET
@@ -19390,7 +19500,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 162.6099999999998 Td
+59.24 133.12999999999977 Td
 /F3.0 11 Tf
 <ca20202020202020202020202020202020202020> Tj
 ET
@@ -19401,7 +19511,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-169.24 162.6099999999998 Td
+169.24 133.12999999999977 Td
 /F3.0 11 Tf
 <3c2f657865637574696f6e3e> Tj
 ET
@@ -19412,7 +19522,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 147.86999999999978 Td
+59.24 118.38999999999976 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020> Tj
 ET
@@ -19423,7 +19533,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 147.86999999999978 Td
+147.24 118.38999999999976 Td
 /F3.0 11 Tf
 <3c2f657865637574696f6e733e> Tj
 ET
@@ -19434,7 +19544,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 133.12999999999977 Td
+59.24 103.64999999999975 Td
 /F3.0 11 Tf
 <ca2020202020202020202020> Tj
 ET
@@ -19445,7 +19555,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-125.24000000000001 133.12999999999977 Td
+125.24000000000001 103.64999999999975 Td
 /F3.0 11 Tf
 <3c2f706c7567696e3e> Tj
 ET
@@ -19456,7 +19566,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 118.38999999999976 Td
+59.24 88.90999999999974 Td
 /F3.0 11 Tf
 <ca2020202020202020202020> Tj
 ET
@@ -19467,7 +19577,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-125.24000000000001 118.38999999999976 Td
+125.24000000000001 88.90999999999974 Td
 /F3.0 11 Tf
 <3c706c7567696e3e> Tj
 ET
@@ -19478,7 +19588,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 103.64999999999975 Td
+59.24 74.16999999999973 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020> Tj
 ET
@@ -19489,7 +19599,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 103.64999999999975 Td
+147.24 74.16999999999973 Td
 /F3.0 11 Tf
 <3c617274696661637449643e> Tj
 ET
@@ -19500,7 +19610,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.24 103.64999999999975 Td
+213.24 74.16999999999973 Td
 /F3.0 11 Tf
 <6d6176656e2d617373656d626c792d706c7567696e> Tj
 ET
@@ -19511,7 +19621,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-328.74 103.64999999999975 Td
+328.74 74.16999999999973 Td
 /F3.0 11 Tf
 <3c2f617274696661637449643e> Tj
 ET
@@ -19522,7 +19632,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 88.90999999999974 Td
+59.24 59.42999999999972 Td
 ET
 
 0.000 0.000 0.000 SCN
@@ -19531,79 +19641,13 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-59.24 88.90999999999974 Td
+59.24 59.42999999999972 Td
 /F3.1 11 Tf
 <27> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-59.24 74.16999999999973 Td
-/F3.0 11 Tf
-<ca202020202020202020202020202020> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.184 0.435 0.624 scn
-0.184 0.435 0.624 SCN
-
-BT
-147.24 74.16999999999973 Td
-/F3.0 11 Tf
-<3c76657273696f6e3e> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-196.74 74.16999999999973 Td
-/F3.0 11 Tf
-<322e352e33> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.184 0.435 0.624 scn
-0.184 0.435 0.624 SCN
-
-BT
-224.24 74.16999999999973 Td
-/F3.0 11 Tf
-<3c2f76657273696f6e3e> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-59.24 59.42999999999972 Td
-/F3.0 11 Tf
-<ca202020202020202020202020202020> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.184 0.435 0.624 scn
-0.184 0.435 0.624 SCN
-
-BT
-147.24 59.42999999999972 Td
-/F3.0 11 Tf
-<3c636f6e66696775726174696f6e3e> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
 q
 0.000 0.000 0.000 scn
 0.000 0.000 0.000 SCN
@@ -19628,23 +19672,23 @@ Q
 
 endstream
 endobj
-115 0 obj
+119 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 114 0 R
+/Contents 118 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 36 0 R
 /F3.1 61 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 >>
 endobj
-116 0 obj
-<< /Length 15516
+120 0 obj
+<< /Length 16387
 >>
 stream
 q
@@ -19654,10 +19698,10 @@ q
 52.240 805.890 m
 543.040 805.890 l
 545.249 805.890 547.040 804.099 547.040 801.890 c
-547.040 569.945 l
-547.040 567.736 545.249 565.945 543.040 565.945 c
-52.240 565.945 l
-50.031 565.945 48.240 567.736 48.240 569.945 c
+547.040 542.165 l
+547.040 539.956 545.249 538.165 543.040 538.165 c
+52.240 538.165 l
+50.031 538.165 48.240 539.956 48.240 542.165 c
 48.240 801.890 l
 48.240 804.099 50.031 805.890 52.240 805.890 c
 h
@@ -19668,10 +19712,10 @@ f
 52.240 805.890 m
 543.040 805.890 l
 545.249 805.890 547.040 804.099 547.040 801.890 c
-547.040 569.945 l
-547.040 567.736 545.249 565.945 543.040 565.945 c
-52.240 565.945 l
-50.031 565.945 48.240 567.736 48.240 569.945 c
+547.040 542.165 l
+547.040 539.956 545.249 538.165 543.040 538.165 c
+52.240 538.165 l
+50.031 538.165 48.240 539.956 48.240 542.165 c
 48.240 801.890 l
 48.240 804.099 50.031 805.890 52.240 805.890 c
 h
@@ -19695,6 +19739,72 @@ Q
 BT
 59.24 796.43 Td
 /F3.0 11 Tf
+<ca202020202020202020202020202020> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.184 0.435 0.624 scn
+0.184 0.435 0.624 SCN
+
+BT
+147.24 796.43 Td
+/F3.0 11 Tf
+<3c76657273696f6e3e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+196.74 796.43 Td
+/F3.0 11 Tf
+<322e352e33> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.184 0.435 0.624 scn
+0.184 0.435 0.624 SCN
+
+BT
+224.24 796.43 Td
+/F3.0 11 Tf
+<3c2f76657273696f6e3e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 781.6899999999999 Td
+/F3.0 11 Tf
+<ca202020202020202020202020202020> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.184 0.435 0.624 scn
+0.184 0.435 0.624 SCN
+
+BT
+147.24 781.6899999999999 Td
+/F3.0 11 Tf
+<3c636f6e66696775726174696f6e3e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 766.95 Td
+/F3.0 11 Tf
 <ca20202020202020202020202020202020202020> Tj
 ET
 
@@ -19704,7 +19814,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-169.24 796.43 Td
+169.24 766.95 Td
 /F3.0 11 Tf
 <3c64657363726970746f723e> Tj
 ET
@@ -19715,7 +19825,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-235.24 796.43 Td
+235.24 766.95 Td
 /F3.0 11 Tf
 <7372632f617373656d626c792f6465702e786d6c> Tj
 ET
@@ -19726,7 +19836,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-345.24 796.43 Td
+345.24 766.95 Td
 /F3.0 11 Tf
 <3c2f64657363726970746f723e> Tj
 ET
@@ -19737,7 +19847,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 781.6899999999999 Td
+59.24 752.21 Td
 ET
 
 0.000 0.000 0.000 SCN
@@ -19746,7 +19856,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-59.24 781.6899999999999 Td
+59.24 752.21 Td
 /F3.1 11 Tf
 <28> Tj
 ET
@@ -19757,7 +19867,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 766.95 Td
+59.24 737.47 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020> Tj
 ET
@@ -19768,7 +19878,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 766.95 Td
+147.24 737.47 Td
 /F3.0 11 Tf
 <3c2f636f6e66696775726174696f6e3e> Tj
 ET
@@ -19779,7 +19889,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 752.21 Td
+59.24 722.73 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020> Tj
 ET
@@ -19790,7 +19900,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 752.21 Td
+147.24 722.73 Td
 /F3.0 11 Tf
 <3c657865637574696f6e733e> Tj
 ET
@@ -19801,7 +19911,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 737.47 Td
+59.24 707.99 Td
 /F3.0 11 Tf
 <ca20202020202020202020202020202020202020> Tj
 ET
@@ -19812,7 +19922,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-169.24 737.47 Td
+169.24 707.99 Td
 /F3.0 11 Tf
 <3c657865637574696f6e3e> Tj
 ET
@@ -19823,7 +19933,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 722.73 Td
+59.24 693.25 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -19834,7 +19944,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 722.73 Td
+191.24 693.25 Td
 /F3.0 11 Tf
 <3c69643e> Tj
 ET
@@ -19845,7 +19955,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.24 722.73 Td
+213.24 693.25 Td
 /F3.0 11 Tf
 <6372656174652d61726368697665> Tj
 ET
@@ -19856,7 +19966,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-290.24 722.73 Td
+290.24 693.25 Td
 /F3.0 11 Tf
 <3c2f69643e> Tj
 ET
@@ -19867,7 +19977,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 707.99 Td
+59.24 678.51 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -19878,7 +19988,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 707.99 Td
+191.24 678.51 Td
 /F3.0 11 Tf
 <3c70686173653e> Tj
 ET
@@ -19889,7 +19999,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-229.74 707.99 Td
+229.74 678.51 Td
 /F3.0 11 Tf
 <7061636b616765> Tj
 ET
@@ -19900,7 +20010,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-268.24 707.99 Td
+268.24 678.51 Td
 /F3.0 11 Tf
 <3c2f70686173653e> Tj
 ET
@@ -19911,7 +20021,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 693.25 Td
+59.24 663.77 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -19922,7 +20032,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 693.25 Td
+191.24 663.77 Td
 /F3.0 11 Tf
 <3c676f616c733e> Tj
 ET
@@ -19933,7 +20043,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 678.51 Td
+59.24 649.03 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020202020202020202020202020> Tj
 ET
@@ -19944,7 +20054,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-213.24 678.51 Td
+213.24 649.03 Td
 /F3.0 11 Tf
 <3c676f616c3e> Tj
 ET
@@ -19955,7 +20065,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-246.24 678.51 Td
+246.24 649.03 Td
 /F3.0 11 Tf
 <73696e676c65> Tj
 ET
@@ -19966,7 +20076,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-279.24 678.51 Td
+279.24 649.03 Td
 /F3.0 11 Tf
 <3c2f676f616c3e> Tj
 ET
@@ -19977,7 +20087,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 663.77 Td
+59.24 634.29 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020> Tj
 ET
@@ -19988,7 +20098,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-191.24 663.77 Td
+191.24 634.29 Td
 /F3.0 11 Tf
 <3c2f676f616c733e> Tj
 ET
@@ -19999,7 +20109,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 649.03 Td
+59.24 619.55 Td
 /F3.0 11 Tf
 <ca20202020202020202020202020202020202020> Tj
 ET
@@ -20010,7 +20120,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-169.24 649.03 Td
+169.24 619.55 Td
 /F3.0 11 Tf
 <3c2f657865637574696f6e3e> Tj
 ET
@@ -20021,7 +20131,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 634.29 Td
+59.24 604.81 Td
 /F3.0 11 Tf
 <ca202020202020202020202020202020> Tj
 ET
@@ -20032,7 +20142,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-147.24 634.29 Td
+147.24 604.81 Td
 /F3.0 11 Tf
 <3c2f657865637574696f6e733e> Tj
 ET
@@ -20043,7 +20153,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 619.55 Td
+59.24 590.0699999999999 Td
 /F3.0 11 Tf
 <ca2020202020202020202020> Tj
 ET
@@ -20054,7 +20164,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-125.24000000000001 619.55 Td
+125.24000000000001 590.0699999999999 Td
 /F3.0 11 Tf
 <3c2f706c7567696e3e> Tj
 ET
@@ -20065,7 +20175,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 604.81 Td
+59.24 575.3299999999999 Td
 /F3.0 11 Tf
 <ca20202020202020> Tj
 ET
@@ -20076,7 +20186,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-103.24000000000001 604.81 Td
+103.24000000000001 575.3299999999999 Td
 /F3.0 11 Tf
 <3c2f706c7567696e733e> Tj
 ET
@@ -20087,7 +20197,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 590.0699999999999 Td
+59.24 560.5899999999999 Td
 /F3.0 11 Tf
 <ca202020> Tj
 ET
@@ -20098,7 +20208,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-81.24000000000001 590.0699999999999 Td
+81.24000000000001 560.5899999999999 Td
 /F3.0 11 Tf
 <3c2f6275696c643e> Tj
 ET
@@ -20109,7 +20219,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-59.24 575.3299999999999 Td
+59.24 545.8499999999999 Td
 /F3.0 11 Tf
 <3c2f70726f66696c653e> Tj
 ET
@@ -20120,7 +20230,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.2745 543.6899999999999 Td
+51.2745 514.2099999999999 Td
 /F3.1 10.5 Tf
 <21> Tj
 ET
@@ -20131,7 +20241,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 543.451 Td
+64.809 513.971 Td
 /F1.0 10.5 Tf
 <656e61626c656420> Tj
 ET
@@ -20142,7 +20252,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-107.565 543.451 Td
+107.565 513.971 Td
 /F5.0 10.5 Tf
 <756e6c657373> Tj
 ET
@@ -20153,7 +20263,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.2355 543.451 Td
+138.2355 513.971 Td
 /F1.0 10.5 Tf
 <20> Tj
 ET
@@ -20164,7 +20274,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-140.95499999999998 543.451 Td
+140.95499999999998 513.971 Td
 /F3.0 10.5 Tf
 <736b69702e697369732d787364> Tj
 ET
@@ -20175,7 +20285,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-209.205 543.451 Td
+209.205 513.971 Td
 /F1.0 10.5 Tf
 <2070726f706572747920737065636966696564> Tj
 ET
@@ -20186,7 +20296,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.274499999999996 521.91 Td
+51.274499999999996 492.43 Td
 /F3.1 10.5 Tf
 <22> Tj
 ET
@@ -20197,7 +20307,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 521.671 Td
+64.809 492.191 Td
 /F1.0 10.5 Tf
 [<737065636966792074686520617070206d616e696665737420746f20626f6f74737472> 20.01953125 <61702074686520497369732072756e74696d652077697468696e20746865206d6176656e20706c7567696e>] TJ
 ET
@@ -20208,7 +20318,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.274499999999996 500.13000000000005 Td
+51.274499999999996 470.65000000000003 Td
 /F3.1 10.5 Tf
 <23> Tj
 ET
@@ -20219,7 +20329,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 499.891 Td
+64.809 470.411 Td
 /F1.0 10.5 Tf
 [<656e756d6572> 20.01953125 <61746520616c6c204a4158422d616e6e6f74617465642076696577206d6f64656c73>] TJ
 ET
@@ -20230,7 +20340,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.274499999999996 478.3500000000001 Td
+51.274499999999996 448.87000000000006 Td
 /F3.1 10.5 Tf
 <24> Tj
 ET
@@ -20241,7 +20351,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 478.11100000000005 Td
+64.809 448.63100000000003 Td
 /F1.0 10.5 Tf
 <776f726b61726f756e6420746f2061766f696420636f6e666c696374207769746820706c657875732d64656661756c74> Tj
 ET
@@ -20252,7 +20362,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.274499999999996 456.5700000000001 Td
+51.274499999999996 427.0900000000001 Td
 /F3.1 10.5 Tf
 <25> Tj
 ET
@@ -20265,7 +20375,7 @@ ET
 1.064 Tw
 
 BT
-64.809 456.3310000000001 Td
+64.809 426.85100000000006 Td
 /F1.0 10.5 Tf
 [<62> 20.01953125 <792064656661756c7420697320626f756e6420746f20>] TJ
 ET
@@ -20280,7 +20390,7 @@ ET
 1.064 Tw
 
 BT
-181.51056610576921 456.3310000000001 Td
+181.51056610576921 426.85100000000006 Td
 /F3.0 10.5 Tf
 <67656e65726174652d7265736f7572636573> Tj
 ET
@@ -20295,7 +20405,7 @@ ET
 1.064 Tw
 
 BT
-276.0105661057692 456.3310000000001 Td
+276.0105661057692 426.85100000000006 Td
 /F1.0 10.5 Tf
 <2c206275742062696e6420696e737465616420746f20> Tj
 ET
@@ -20310,7 +20420,7 @@ ET
 1.064 Tw
 
 BT
-383.5983372896634 456.3310000000001 Td
+383.5983372896634 426.85100000000006 Td
 /F3.0 10.5 Tf
 <67656e65726174652d736f7572636573> Tj
 ET
@@ -20325,7 +20435,7 @@ ET
 1.064 Tw
 
 BT
-467.5983372896634 456.3310000000001 Td
+467.5983372896634 426.85100000000006 Td
 /F1.0 10.5 Tf
 <20696620616c736f2072756e6e696e67> Tj
 ET
@@ -20340,7 +20450,7 @@ ET
 0.068 Tw
 
 BT
-64.809 440.55100000000004 Td
+64.809 411.071 Td
 /F1.0 10.5 Tf
 <74686520> Tj
 ET
@@ -20355,7 +20465,7 @@ ET
 0.068 Tw
 
 BT
-83.56672337582236 440.55100000000004 Td
+83.56672337582236 411.071 Td
 /F3.0 10.5 Tf
 <786a63> Tj
 ET
@@ -20370,7 +20480,7 @@ ET
 0.068 Tw
 
 BT
-99.31672337582236 440.55100000000004 Td
+99.31672337582236 411.071 Td
 /F1.0 10.5 Tf
 [<2070726f66696c653a207468652058> 9.765625 <53442061726520616e20696e70757420746f20>] TJ
 ET
@@ -20385,7 +20495,7 @@ ET
 0.068 Tw
 
 BT
-260.0909713199013 440.55100000000004 Td
+260.0909713199013 411.071 Td
 /F3.0 10.5 Tf
 <786a63> Tj
 ET
@@ -20400,7 +20510,7 @@ ET
 0.068 Tw
 
 BT
-275.8409713199013 440.55100000000004 Td
+275.8409713199013 411.071 Td
 /F1.0 10.5 Tf
 [<2c2062757420697420697320626f756e642062> 20.01953125 <792064656661756c7420746f20>] TJ
 ET
@@ -20415,7 +20525,7 @@ ET
 0.068 Tw
 
 BT
-422.38505324835523 440.55100000000004 Td
+422.38505324835523 411.071 Td
 /F3.0 10.5 Tf
 <67656e65726174652d736f7572636573> Tj
 ET
@@ -20430,7 +20540,7 @@ ET
 0.068 Tw
 
 BT
-506.38505324835523 440.55100000000004 Td
+506.38505324835523 411.071 Td
 /F1.0 10.5 Tf
 <20616e6420746865> Tj
 ET
@@ -20443,7 +20553,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 424.7710000000001 Td
+64.809 395.29100000000005 Td
 ET
 
 0.000 0.000 0.000 SCN
@@ -20452,7 +20562,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-64.809 424.7710000000001 Td
+64.809 395.29100000000005 Td
 /F3.0 10.5 Tf
 <67656e65726174652d736f7572636573> Tj
 ET
@@ -20463,7 +20573,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-148.809 424.7710000000001 Td
+148.809 395.29100000000005 Td
 /F1.0 10.5 Tf
 <2070686173652072756e73206265666f72652074686520> Tj
 ET
@@ -20474,7 +20584,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-263.385 424.7710000000001 Td
+263.385 395.29100000000005 Td
 /F3.0 10.5 Tf
 <67656e65726174652d7265736f7572636573> Tj
 ET
@@ -20485,7 +20595,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-357.885 424.7710000000001 Td
+357.885 395.29100000000005 Td
 /F1.0 10.5 Tf
 <2e> Tj
 ET
@@ -20496,7 +20606,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.274499999999996 403.2300000000001 Td
+51.274499999999996 373.75000000000006 Td
 /F3.1 10.5 Tf
 <26> Tj
 ET
@@ -20507,7 +20617,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 402.99100000000004 Td
+64.809 373.511 Td
 /F1.0 10.5 Tf
 <72756e2074686520> Tj
 ET
@@ -20518,7 +20628,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-104.5935 402.99100000000004 Td
+104.5935 373.511 Td
 /F3.0 10.5 Tf
 <787364> Tj
 ET
@@ -20529,7 +20639,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-120.3435 402.99100000000004 Td
+120.3435 373.511 Td
 /F1.0 10.5 Tf
 <20676f616c> Tj
 ET
@@ -20540,7 +20650,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.274499999999996 381.4500000000001 Td
+51.274499999999996 351.9700000000001 Td
 /F3.1 10.5 Tf
 <27> Tj
 ET
@@ -20551,7 +20661,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 381.21100000000007 Td
+64.809 351.73100000000005 Td
 /F1.0 10.5 Tf
 <646566696e652074686520617373656d626c7920706c7567696e> Tj
 ET
@@ -20562,7 +20672,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.274499999999996 359.67000000000013 Td
+51.274499999999996 330.1900000000001 Td
 /F3.1 10.5 Tf
 <28> Tj
 ET
@@ -20573,7 +20683,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 359.4310000000001 Td
+64.809 329.9510000000001 Td
 /F1.0 10.5 Tf
 [<617373656d626c6573207468652058> 9.765625 <534420736368656d617320696e746f2061207a69702066696c652c20617320646566696e65642062> 20.01953125 <792074686520>] TJ
 ET
@@ -20584,7 +20694,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-363.75675585937506 359.4310000000001 Td
+363.75675585937506 329.9510000000001 Td
 /F3.0 10.5 Tf
 <6465702e786d6c> Tj
 ET
@@ -20595,7 +20705,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-400.50675585937506 359.4310000000001 Td
+400.50675585937506 329.9510000000001 Td
 /F1.0 10.5 Tf
 <2066696c6520287365652062656c6f77292e> Tj
 ET
@@ -20604,28 +20714,28 @@ ET
 0.000 0.000 0.000 scn
 q
 0.961 0.961 0.961 scn
-68.809 349.615 m
-543.040 349.615 l
-545.249 349.615 547.040 347.824 547.040 345.615 c
-547.040 316.875 l
-547.040 314.666 545.249 312.875 543.040 312.875 c
-68.809 312.875 l
-66.600 312.875 64.809 314.666 64.809 316.875 c
-64.809 345.615 l
-64.809 347.824 66.600 349.615 68.809 349.615 c
+68.809 320.135 m
+543.040 320.135 l
+545.249 320.135 547.040 318.344 547.040 316.135 c
+547.040 287.395 l
+547.040 285.186 545.249 283.395 543.040 283.395 c
+68.809 283.395 l
+66.600 283.395 64.809 285.186 64.809 287.395 c
+64.809 316.135 l
+64.809 318.344 66.600 320.135 68.809 320.135 c
 h
 f
 0.800 0.800 0.800 SCN
 0.75 w
-68.809 349.615 m
-543.040 349.615 l
-545.249 349.615 547.040 347.824 547.040 345.615 c
-547.040 316.875 l
-547.040 314.666 545.249 312.875 543.040 312.875 c
-68.809 312.875 l
-66.600 312.875 64.809 314.666 64.809 316.875 c
-64.809 345.615 l
-64.809 347.824 66.600 349.615 68.809 349.615 c
+68.809 320.135 m
+543.040 320.135 l
+545.249 320.135 547.040 318.344 547.040 316.135 c
+547.040 287.395 l
+547.040 285.186 545.249 283.395 543.040 283.395 c
+68.809 283.395 l
+66.600 283.395 64.809 285.186 64.809 287.395 c
+64.809 316.135 l
+64.809 318.344 66.600 320.135 68.809 320.135 c
 h
 S
 Q
@@ -20633,7 +20743,7 @@ Q
 0.200 0.200 0.200 SCN
 
 BT
-75.809 326.79000000000013 Td
+75.809 297.31000000000006 Td
 /F3.0 11 Tf
 <54686520606465702e786d6c602066696c652c207265666572656e636564206279207468652060617373656d626c796020706c7567696e2c20697320646566696e65642061733a> Tj
 ET
@@ -20664,23 +20774,23 @@ Q
 
 endstream
 endobj
-117 0 obj
+121 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 116 0 R
+/Contents 120 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 36 0 R
 /F3.1 61 0 R
 /F1.0 8 0 R
 /F5.0 104 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 >>
 endobj
-118 0 obj
+122 0 obj
 << /Length 23015
 >>
 stream
@@ -22188,26 +22298,26 @@ Q
 
 endstream
 endobj
-119 0 obj
+123 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 118 0 R
+/Contents 122 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 36 0 R
 /F3.1 61 0 R
 /F1.0 8 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 >>
 endobj
-120 0 obj
-[119 0 R /XYZ 0 499.53 null]
+124 0 obj
+[123 0 R /XYZ 0 499.53 null]
 endobj
-121 0 obj
+125 0 obj
 << /Length 22720
 >>
 stream
@@ -23684,24 +23794,24 @@ Q
 
 endstream
 endobj
-122 0 obj
+126 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 121 0 R
+/Contents 125 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 36 0 R
 /F3.1 61 0 R
 /F1.0 8 0 R
 /F5.0 104 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
-/Annots [123 0 R]
+/Annots [127 0 R]
 >>
 endobj
-123 0 obj
+127 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -23712,7 +23822,7 @@ endobj
 /Type /Annot
 >>
 endobj
-124 0 obj
+128 0 obj
 << /Length 13093
 >>
 stream
@@ -24460,26 +24570,26 @@ Q
 
 endstream
 endobj
-125 0 obj
+129 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 124 0 R
+/Contents 128 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.1 61 0 R
 /F3.0 36 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 172 0 R
+/XObject << /Stamp1 176 0 R
 >>
 >>
 >>
 endobj
-126 0 obj
-[125 0 R /XYZ 0 509.30000000000007 null]
+130 0 obj
+[129 0 R /XYZ 0 509.30000000000007 null]
 endobj
-127 0 obj
+131 0 obj
 << /Border [0 0 0]
 /Dest (__rgmvn)
 /Subtype /Link
@@ -24487,7 +24597,7 @@ endobj
 /Type /Annot
 >>
 endobj
-128 0 obj
+132 0 obj
 << /Border [0 0 0]
 /Dest (__rgmvn)
 /Subtype /Link
@@ -24495,7 +24605,7 @@ endobj
 /Type /Annot
 >>
 endobj
-129 0 obj
+133 0 obj
 << /Border [0 0 0]
 /Dest (other-guides)
 /Subtype /Link
@@ -24503,7 +24613,7 @@ endobj
 /Type /Annot
 >>
 endobj
-130 0 obj
+134 0 obj
 << /Border [0 0 0]
 /Dest (other-guides)
 /Subtype /Link
@@ -24511,7 +24621,7 @@ endobj
 /Type /Annot
 >>
 endobj
-131 0 obj
+135 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_intro)
 /Subtype /Link
@@ -24519,7 +24629,7 @@ endobj
 /Type /Annot
 >>
 endobj
-132 0 obj
+136 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_intro)
 /Subtype /Link
@@ -24527,7 +24637,7 @@ endobj
 /Type /Annot
 >>
 endobj
-133 0 obj
+137 0 obj
 << /Border [0 0 0]
 /Dest (__rgmvn_intro_app-manifest)
 /Subtype /Link
@@ -24535,7 +24645,7 @@ endobj
 /Type /Annot
 >>
 endobj
-134 0 obj
+138 0 obj
 << /Border [0 0 0]
 /Dest (__rgmvn_intro_app-manifest)
 /Subtype /Link
@@ -24543,7 +24653,7 @@ endobj
 /Type /Annot
 >>
 endobj
-135 0 obj
+139 0 obj
 << /Border [0 0 0]
 /Dest (__rgmvn_intro_app-manifest)
 /Subtype /Link
@@ -24551,7 +24661,7 @@ endobj
 /Type /Annot
 >>
 endobj
-136 0 obj
+140 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_validate)
 /Subtype /Link
@@ -24559,7 +24669,7 @@ endobj
 /Type /Annot
 >>
 endobj
-137 0 obj
+141 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_validate)
 /Subtype /Link
@@ -24567,7 +24677,7 @@ endobj
 /Type /Annot
 >>
 endobj
-138 0 obj
+142 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_validate)
 /Subtype /Link
@@ -24575,7 +24685,7 @@ endobj
 /Type /Annot
 >>
 endobj
-139 0 obj
+143 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_validate)
 /Subtype /Link
@@ -24583,7 +24693,7 @@ endobj
 /Type /Annot
 >>
 endobj
-140 0 obj
+144 0 obj
 << /Border [0 0 0]
 /Dest (code-dom-code-submodule)
 /Subtype /Link
@@ -24591,7 +24701,7 @@ endobj
 /Type /Annot
 >>
 endobj
-141 0 obj
+145 0 obj
 << /Border [0 0 0]
 /Dest (code-dom-code-submodule)
 /Subtype /Link
@@ -24599,7 +24709,7 @@ endobj
 /Type /Annot
 >>
 endobj
-142 0 obj
+146 0 obj
 << /Border [0 0 0]
 /Dest (code-dom-code-submodule)
 /Subtype /Link
@@ -24607,7 +24717,7 @@ endobj
 /Type /Annot
 >>
 endobj
-143 0 obj
+147 0 obj
 << /Border [0 0 0]
 /Dest (code-dom-code-submodule)
 /Subtype /Link
@@ -24615,7 +24725,7 @@ endobj
 /Type /Annot
 >>
 endobj
-144 0 obj
+148 0 obj
 << /Border [0 0 0]
 /Dest (to-run)
 /Subtype /Link
@@ -24623,7 +24733,7 @@ endobj
 /Type /Annot
 >>
 endobj
-145 0 obj
+149 0 obj
 << /Border [0 0 0]
 /Dest (to-run)
 /Subtype /Link
@@ -24631,7 +24741,7 @@ endobj
 /Type /Annot
 >>
 endobj
-146 0 obj
+150 0 obj
 << /Border [0 0 0]
 /Dest (example-of-failure)
 /Subtype /Link
@@ -24639,7 +24749,7 @@ endobj
 /Type /Annot
 >>
 endobj
-147 0 obj
+151 0 obj
 << /Border [0 0 0]
 /Dest (example-of-failure)
 /Subtype /Link
@@ -24647,7 +24757,7 @@ endobj
 /Type /Annot
 >>
 endobj
-148 0 obj
+152 0 obj
 << /Border [0 0 0]
 /Dest (custom-validation-rules)
 /Subtype /Link
@@ -24655,7 +24765,7 @@ endobj
 /Type /Annot
 >>
 endobj
-149 0 obj
+153 0 obj
 << /Border [0 0 0]
 /Dest (custom-validation-rules)
 /Subtype /Link
@@ -24663,7 +24773,7 @@ endobj
 /Type /Annot
 >>
 endobj
-150 0 obj
+154 0 obj
 << /Border [0 0 0]
 /Dest (1-9-0-version)
 /Subtype /Link
@@ -24671,7 +24781,7 @@ endobj
 /Type /Annot
 >>
 endobj
-151 0 obj
+155 0 obj
 << /Border [0 0 0]
 /Dest (1-9-0-version)
 /Subtype /Link
@@ -24679,7 +24789,7 @@ endobj
 /Type /Annot
 >>
 endobj
-152 0 obj
+156 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_swagger)
 /Subtype /Link
@@ -24687,7 +24797,7 @@ endobj
 /Type /Annot
 >>
 endobj
-153 0 obj
+157 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_swagger)
 /Subtype /Link
@@ -24695,7 +24805,7 @@ endobj
 /Type /Annot
 >>
 endobj
-154 0 obj
+158 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_swagger)
 /Subtype /Link
@@ -24703,7 +24813,7 @@ endobj
 /Type /Annot
 >>
 endobj
-155 0 obj
+159 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_swagger)
 /Subtype /Link
@@ -24711,7 +24821,7 @@ endobj
 /Type /Annot
 >>
 endobj
-156 0 obj
+160 0 obj
 << /Border [0 0 0]
 /Dest (code-integtest-code-submodule)
 /Subtype /Link
@@ -24719,7 +24829,7 @@ endobj
 /Type /Annot
 >>
 endobj
-157 0 obj
+161 0 obj
 << /Border [0 0 0]
 /Dest (code-integtest-code-submodule)
 /Subtype /Link
@@ -24727,7 +24837,7 @@ endobj
 /Type /Annot
 >>
 endobj
-158 0 obj
+162 0 obj
 << /Border [0 0 0]
 /Dest (code-integtest-code-submodule)
 /Subtype /Link
@@ -24735,7 +24845,7 @@ endobj
 /Type /Annot
 >>
 endobj
-159 0 obj
+163 0 obj
 << /Border [0 0 0]
 /Dest (code-integtest-code-submodule)
 /Subtype /Link
@@ -24743,7 +24853,7 @@ endobj
 /Type /Annot
 >>
 endobj
-160 0 obj
+164 0 obj
 << /Border [0 0 0]
 /Dest (to-run-2)
 /Subtype /Link
@@ -24751,7 +24861,7 @@ endobj
 /Type /Annot
 >>
 endobj
-161 0 obj
+165 0 obj
 << /Border [0 0 0]
 /Dest (to-run-2)
 /Subtype /Link
@@ -24759,7 +24869,7 @@ endobj
 /Type /Annot
 >>
 endobj
-162 0 obj
+166 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_xsd)
 /Subtype /Link
@@ -24767,7 +24877,7 @@ endobj
 /Type /Annot
 >>
 endobj
-163 0 obj
+167 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_xsd)
 /Subtype /Link
@@ -24775,7 +24885,7 @@ endobj
 /Type /Annot
 >>
 endobj
-164 0 obj
+168 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_xsd)
 /Subtype /Link
@@ -24783,7 +24893,7 @@ endobj
 /Type /Annot
 >>
 endobj
-165 0 obj
+169 0 obj
 << /Border [0 0 0]
 /Dest (_rgmvn_xsd)
 /Subtype /Link
@@ -24791,39 +24901,39 @@ endobj
 /Type /Annot
 >>
 endobj
-166 0 obj
+170 0 obj
 << /Border [0 0 0]
-/Dest (__rgmvn_xsd)
+/Dest (__rgmvn_xsd_xsd-submodule)
 /Subtype /Link
 /Rect [60.24 490.0699999999998 79.9485 504.3499999999998]
 /Type /Annot
 >>
 endobj
-167 0 obj
+171 0 obj
 << /Border [0 0 0]
-/Dest (__rgmvn_xsd)
+/Dest (__rgmvn_xsd_xsd-submodule)
 /Subtype /Link
 /Rect [79.9485 491.66599999999977 95.6985 502.16599999999977]
 /Type /Annot
 >>
 endobj
-168 0 obj
+172 0 obj
 << /Border [0 0 0]
-/Dest (__rgmvn_xsd)
+/Dest (__rgmvn_xsd_xsd-submodule)
 /Subtype /Link
 /Rect [95.6985 490.0699999999998 154.1835 504.3499999999998]
 /Type /Annot
 >>
 endobj
-169 0 obj
+173 0 obj
 << /Border [0 0 0]
-/Dest (__rgmvn_xsd)
+/Dest (__rgmvn_xsd_xsd-submodule)
 /Subtype /Link
 /Rect [535.3009999999999 490.0699999999998 547.04 504.3499999999998]
 /Type /Annot
 >>
 endobj
-170 0 obj
+174 0 obj
 << /Border [0 0 0]
 /Dest (to-run-3)
 /Subtype /Link
@@ -24831,7 +24941,7 @@ endobj
 /Type /Annot
 >>
 endobj
-171 0 obj
+175 0 obj
 << /Border [0 0 0]
 /Dest (to-run-3)
 /Subtype /Link
@@ -24839,7 +24949,7 @@ endobj
 /Type /Annot
 >>
 endobj
-172 0 obj
+176 0 obj
 << /Type /XObject
 /Subtype /Form
 /BBox [0 0 595.28 841.89]
@@ -24867,174 +24977,174 @@ Q
 
 endstream
 endobj
-173 0 obj
+177 0 obj
 << /Type /Outlines
 /Count 18
-/First 174 0 R
-/Last 189 0 R
+/First 178 0 R
+/Last 193 0 R
 >>
 endobj
-174 0 obj
+178 0 obj
 << /Title <feff004100700061006300680065002000490073006900730020004d006100760065006e00200070006c007500670069006e>
-/Parent 173 0 R
+/Parent 177 0 R
 /Count 0
-/Next 175 0 R
+/Next 179 0 R
 /Dest [7 0 R /XYZ 0 841.89 null]
 >>
 endobj
-175 0 obj
+179 0 obj
 << /Title <feff005400610062006c00650020006f006600200043006f006e00740065006e00740073>
-/Parent 173 0 R
+/Parent 177 0 R
 /Count 0
-/Next 176 0 R
-/Prev 174 0 R
+/Next 180 0 R
+/Prev 178 0 R
 /Dest [10 0 R /XYZ 0 841.89 null]
 >>
 endobj
-176 0 obj
+180 0 obj
 << /Title <feff004300680061007000740065007200200031002e0020004100700061006300680065002000490073006900730020004d006100760065006e00200070006c007500670069006e>
-/Parent 173 0 R
+/Parent 177 0 R
 /Count 1
-/First 177 0 R
-/Last 177 0 R
-/Next 178 0 R
-/Prev 175 0 R
+/First 181 0 R
+/Last 181 0 R
+/Next 182 0 R
+/Prev 179 0 R
 /Dest [12 0 R /XYZ 0 841.89 null]
 >>
 endobj
-177 0 obj
+181 0 obj
 << /Title <feff0031002e0031002e0020004f00740068006500720020004700750069006400650073>
-/Parent 176 0 R
+/Parent 180 0 R
 /Count 0
 /Dest [12 0 R /XYZ 0 737.3900000000001 null]
 >>
 endobj
-178 0 obj
+182 0 obj
 << /Title <feff004300680061007000740065007200200032002e00200049006e00740072006f00640075006300740069006f006e>
-/Parent 173 0 R
+/Parent 177 0 R
 /Count 1
-/First 179 0 R
-/Last 179 0 R
-/Next 180 0 R
-/Prev 176 0 R
+/First 183 0 R
+/Last 183 0 R
+/Next 184 0 R
+/Prev 180 0 R
 /Dest [34 0 R /XYZ 0 841.89 null]
 >>
 endobj
-179 0 obj
+183 0 obj
 << /Title <feff0032002e0031002e0020004100700070004d0061006e00690066006500730074>
-/Parent 178 0 R
+/Parent 182 0 R
 /Count 0
 /Dest [34 0 R /XYZ 0 339.3500000000003 null]
 >>
 endobj
-180 0 obj
+184 0 obj
 << /Title <feff004300680061007000740065007200200033002e002000760061006c0069006400610074006500200067006f0061006c>
-/Parent 173 0 R
+/Parent 177 0 R
 /Count 5
-/First 181 0 R
-/Last 185 0 R
-/Next 186 0 R
-/Prev 178 0 R
+/First 185 0 R
+/Last 189 0 R
+/Next 190 0 R
+/Prev 182 0 R
 /Dest [54 0 R /XYZ 0 841.89 null]
 >>
 endobj
-181 0 obj
+185 0 obj
 << /Title <feff0033002e0031002e00200064006f006d0020007300750062006d006f00640075006c0065>
-/Parent 180 0 R
+/Parent 184 0 R
 /Count 0
-/Next 182 0 R
+/Next 186 0 R
 /Dest [54 0 R /XYZ 0 424.4700000000003 null]
 >>
 endobj
-182 0 obj
+186 0 obj
 << /Title <feff0033002e0032002e00200054006f002000720075006e>
-/Parent 180 0 R
+/Parent 184 0 R
 /Count 0
-/Next 183 0 R
-/Prev 181 0 R
+/Next 187 0 R
+/Prev 185 0 R
 /Dest [63 0 R /XYZ 0 718.7700000000001 null]
 >>
 endobj
-183 0 obj
+187 0 obj
 << /Title <feff0033002e0033002e0020004500780061006d0070006c00650020006f00660020006600610069006c007500720065>
-/Parent 180 0 R
+/Parent 184 0 R
 /Count 0
-/Next 184 0 R
-/Prev 182 0 R
+/Next 188 0 R
+/Prev 186 0 R
 /Dest [63 0 R /XYZ 0 482.09000000000026 null]
 >>
 endobj
-184 0 obj
+188 0 obj
 << /Title <feff0033002e0034002e00200043007500730074006f006d002000760061006c00690064006100740069006f006e002000720075006c00650073>
-/Parent 180 0 R
+/Parent 184 0 R
 /Count 0
-/Next 185 0 R
-/Prev 183 0 R
+/Next 189 0 R
+/Prev 187 0 R
 /Dest [69 0 R /XYZ 0 359.82999999999987 null]
 >>
 endobj
-185 0 obj
+189 0 obj
 << /Title <feff0033002e0035002e00200031002e0039002e0030002000760065007200730069006f006e>
-/Parent 180 0 R
+/Parent 184 0 R
 /Count 0
-/Prev 184 0 R
+/Prev 188 0 R
 /Dest [73 0 R /XYZ 0 841.89 null]
 >>
 endobj
-186 0 obj
+190 0 obj
 << /Title <feff004300680061007000740065007200200034002e0020007300770061006700670065007200200067006f0061006c>
-/Parent 173 0 R
+/Parent 177 0 R
 /Count 2
-/First 187 0 R
-/Last 188 0 R
-/Next 189 0 R
-/Prev 180 0 R
+/First 191 0 R
+/Last 192 0 R
+/Next 193 0 R
+/Prev 184 0 R
 /Dest [78 0 R /XYZ 0 841.89 null]
 >>
 endobj
-187 0 obj
+191 0 obj
 << /Title <feff0034002e0031002e00200069006e00740065006700740065007300740020007300750062006d006f00640075006c0065>
-/Parent 186 0 R
+/Parent 190 0 R
 /Count 0
-/Next 188 0 R
+/Next 192 0 R
 /Dest [78 0 R /XYZ 0 352.9100000000004 null]
 >>
 endobj
-188 0 obj
+192 0 obj
 << /Title <feff0034002e0032002e00200054006f002000720075006e>
-/Parent 186 0 R
+/Parent 190 0 R
 /Count 0
-/Prev 187 0 R
+/Prev 191 0 R
 /Dest [88 0 R /XYZ 0 675.2100000000002 null]
 >>
 endobj
-189 0 obj
+193 0 obj
 << /Title <feff004300680061007000740065007200200035002e002000780073006400200067006f0061006c>
-/Parent 173 0 R
+/Parent 177 0 R
 /Count 2
-/First 190 0 R
-/Last 191 0 R
-/Prev 186 0 R
+/First 194 0 R
+/Last 195 0 R
+/Prev 190 0 R
 /Dest [92 0 R /XYZ 0 841.89 null]
 >>
 endobj
-190 0 obj
+194 0 obj
 << /Title <feff0035002e0031002e00200078007300640020007300750062006d006f00640075006c0065>
-/Parent 189 0 R
+/Parent 193 0 R
 /Count 0
-/Next 191 0 R
+/Next 195 0 R
 /Dest [92 0 R /XYZ 0 220.67000000000033 null]
 >>
 endobj
-191 0 obj
+195 0 obj
 << /Title <feff0035002e0032002e00200054006f002000720075006e>
-/Parent 189 0 R
+/Parent 193 0 R
 /Count 0
-/Prev 190 0 R
-/Dest [125 0 R /XYZ 0 509.30000000000007 null]
+/Prev 194 0 R
+/Dest [129 0 R /XYZ 0 509.30000000000007 null]
 >>
 endobj
-192 0 obj
+196 0 obj
 << /Nums [0 << /P (i)
 >> 1 << /P (ii)
 >> 2 << /P (1)
@@ -25050,7 +25160,7 @@ endobj
 >>]
 >>
 endobj
-193 0 obj
+197 0 obj
 << /Length1 12620
 /Length 8038
 /Filter [/FlateDecode]
@@ -25087,10 +25197,10 @@ t֠
 E�DJ������N��@R�\�^~�VI���Q.��@f�@� _
�P2��P#U^����R�[���e>��H�z�X�Y]02��g.M���&�&n��5�"�C�hM�!4���Zz�
�`j�
��g��Af�V=#p�_~j�=�cȺ
��"s�oʧn��7��]>����c���
L�x'���4�jߘojf �z���&u��j�0�J��~L������jpb�z��1O���oL�f�f������p�Q�2�@I|�F��)lLa$�Y�C�j�zj���7�V����R9��6�@R;�	4}>��?@�-����9k/�SO�yG�y��� c�1b�-�Ny��c�CcS�1	}������� ����;�i3�B��;�L�u�z�:`z�3855�c���z��,��ߨe�@|�����&���b+����Q�>m,`K@�m�̣�a��'��{�|k$oc�� e5�ٓ�7
�����z��&���޾	��`��`�����T�����
 �U�@Jȝ0�����$�� �N���}���ϤB�ZNg|8h�^��71`񣘴Tm(*�i(11(��7H�$O�`5X�$�T��A���IV�����vh|��}��͑�'�xl{�G%KGȿ(�{^7m��3��.
 endstream
 endobj
-194 0 obj
+198 0 obj
 << /Type /FontDescriptor
 /FontName /AAAABT+NotoSerif
-/FontFile2 193 0 R
+/FontFile2 197 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
 /StemV 0
@@ -25101,7 +25211,7 @@ endobj
 /XHeight 1098
 >>
 endobj
-195 0 obj
+199 0 obj
 << /Length 1286
 /Filter [/FlateDecode]
 >>
@@ -25111,10 +25221,10 @@ x
 ���J���J��특���x��x��x��+�!Êw��B�x�b�x��+ށ�r�;��2��k�Μ�J�Y�e�Y��7+|��x�oS��7+[ƛețךyޢoV��浖-㭌���"���R�W�*��4Xq��C�^J�[(��^�1�»�y]���k�}�YM-x����V�z�����[YE�V�Y���_}/7�*�Y%��e�ӫq+��:��.�7�J���E�/�3Y(Y�*A�W	R��VJS�����:(u@c��D�]a*��f)�9J���)�o,#�\�Z>M�U��\�jPS�
{HS��M���j����{fk���yG�m[z*E�sa��>�&�ӫ���j%u���;�2^���W�[���®�v�[���2�쯲u�[���P�:���V̡�Յ>�M��Bi2.Ħ����ԇ!���d�k�`���=o��qWޕwdJF(�L164�U��)�x0E�~��Z?�=��/����ί���~:�o?$���������O
 endstream
 endobj
-196 0 obj
+200 0 obj
 [259 1000 408 559 1000 1000 1000 220 346 346 1000 1000 250 310 250 288 559 559 559 559 559 559 559 559 559 559 286 286 1000 1000 1000 1000 1000 705 653 613 727 623 589 713 1000 367 356 1000 623 937 763 742 604 1000 655 543 612 716 1000 1046 660 625 591 359 1000 359 1000 458 1000 562 613 492 613 535 369 538 634 319 299 584 310 944 645 577 613 613 471 451 352 634 579 861 578 564 511 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 361 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 259 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1
 000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
-197 0 obj
+201 0 obj
 << /Length1 8488
 /Length 5646
 /Filter [/FlateDecode]
@@ -25142,10 +25252,10 @@ rt
 k;w�ל��Y�ݛ����I]����͏A3���M�:@�8y�j�U�_�z#��og����gu1��Ll8���L�FV�d��,�18�@L���͠	�M����_��e��h��x]|v|tR7�%��t�[�ۓ��q�����t�c�sK���npAw���*�u��k�<�cU�K��m"������2�wRflnn�����;FY�CSI��r�A:ϗA�q��S,𸉩��'��i8&9�89�;v�p$9�Xֳs���S�q���;�˭Z��=�y���2>����'��3�����z:6'��J�.ȫ��%|g9����dpcѩy1�/�������n&�W�c5pL͌:)-f�-����]�vF�;�[%��gS'��Z�,PZ �j�^�ž��-�Jg�F�Ϝ�ؒ]��P���v���3�R$�0Z�R��ZL��
 endstream
 endobj
-198 0 obj
+202 0 obj
 << /Type /FontDescriptor
 /FontName /AAAABU+NotoSerif-Bold
-/FontFile2 197 0 R
+/FontFile2 201 0 R
 /FontBBox [-212 -250 1306 1058]
 /Flags 6
 /StemV 0
@@ -25156,7 +25266,7 @@ endobj
 /XHeight 1098
 >>
 endobj
-199 0 obj
+203 0 obj
 << /Length 1286
 /Filter [/FlateDecode]
 >>
@@ -25166,10 +25276,10 @@ x
 ���J���J��특���x��x��x��+�!Êw��B�x�b�x��+ށ�r�;��2��k�Μ�J�Y�e�Y��7+|��x�oS��7+[ƛețךyޢoV��浖-㭌���"���R�W�*��4Xq��C�^J�[(��^�1�»�y]���k�}�YM-x����V�z�����[YE�V�Y���_}/7�*�Y%��e�ӫq+��:��.�7�J���E�/�3Y(Y�*A�W	R��VJS�����:(u@c��D�]a*��f)�9J���)�o,#�\�Z>M�U��\�jPS�
{HS��M���j����{fk���yG�m[z*E�sa��>�&�ӫ���j%u���;�2^���W�[���®�v�[���2�쯲u�[���P�:���V̡�Յ>�M��Bi2.Ħ����ԇ!���d�k�`���=o��qWޕwdJF(�L164�U��)�x0E�~��Z?�=��/����ί���~:�o?$���������O
 endstream
 endobj
-200 0 obj
+204 0 obj
 [259 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 293 1000 559 559 559 559 559 559 1000 1000 1000 559 1000 1000 1000 1000 1000 1000 1000 752 1000 667 767 652 1000 769 1000 400 368 1000 1000 952 1000 787 1000 1000 1000 585 652 1000 1000 1000 731 1000 1000 1000 1000 1000 1000 1000 1000 599 648 526 648 570 407 560 666 352 1000 1000 352 985 666 612 645 1000 522 487 404 666 605 1000 645 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 10
 00 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
-201 0 obj
+205 0 obj
 << /Length1 8024
 /Length 5502
 /Filter [/FlateDecode]
@@ -25203,10 +25313,10 @@ t^
 ��RҺ]Ռ�����09�"��aw?��31������$��P�n���X���]�3�V_S�>��Zg@�f�����0=��N�p5���S�B�%f���lڰ\zTi!f�R�Ն�iX�o-Nz���g��=�;��])ps+�Z�^��$��h�h=
~]��9�u���/��HKm�.�.&Z��!���
LO����*�
 endstream
 endobj
-202 0 obj
+206 0 obj
 << /Type /FontDescriptor
 /FontName /AAAABV+mplus1mn-regular
-/FontFile2 201 0 R
+/FontFile2 205 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
 /StemV 0
@@ -25217,7 +25327,7 @@ endobj
 /XHeight 0
 >>
 endobj
-203 0 obj
+207 0 obj
 << /Length 1286
 /Filter [/FlateDecode]
 >>
@@ -25227,10 +25337,10 @@ x
 ���J���J��특���x��x��x��+�!Êw��B�x�b�x��+ށ�r�;��2��k�Μ�J�Y�e�Y��7+|��x�oS��7+[ƛețךyޢoV��浖-㭌���"���R�W�*��4Xq��C�^J�[(��^�1�»�y]���k�}�YM-x����V�z�����[YE�V�Y���_}/7�*�Y%��e�ӫq+��:��.�7�J���E�/�3Y(Y�*A�W	R��VJS�����:(u@c��D�]a*��f)�9J���)�o,#�\�Z>M�U��\�jPS�
{HS��M���j����{fk���yG�m[z*E�sa��>�&�ӫ���j%u���;�2^���W�[���®�v�[���2�쯲u�[���P�:���V̡�Յ>�M��Bi2.Ħ����ԇ!���d�k�`���=o��qWޕwdJF(�L164�U��)�x0E�~��Z?�=��/����ί���~:�o?$���������O
 endstream
 endobj
-204 0 obj
+208 0 obj
 [500 500 500 500 500 1000 1000 1000 500 500 1000 1000 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 1000 500 500 500 500 500 500 500 500 500 1000 500 500 500 500 500 500 500 500 1000 500 1000 500 1000 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 1000 500 500 500 500 500 500 500 500 500 500 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000
  1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
-205 0 obj
+209 0 obj
 << /Length1 1860
 /Length 883
 /Filter [/FlateDecode]
@@ -25243,10 +25353,10 @@ x
 �f�v�N�:`���5���a|B/�Ԩ���Wcg���xm�S������o�vh�q��t�qɦ:���.X�
 endstream
 endobj
-206 0 obj
+210 0 obj
 << /Type /FontDescriptor
 /FontName /AAAABW+FontAwesome
-/FontFile2 205 0 R
+/FontFile2 209 0 R
 /FontBBox [-10 -155 1290 867]
 /Flags 4
 /StemV 0
@@ -25257,7 +25367,7 @@ endobj
 /XHeight 0
 >>
 endobj
-207 0 obj
+211 0 obj
 << /Length 227
 /Filter [/FlateDecode]
 >>
@@ -25266,10 +25376,10 @@ x
 �wJv�>DG���,ŒK����[n�u��,$�ӱ\��h-��[�NO.�� �9�8}]&�Ӟ��(1���C/&��A6�<:�C9���m|�o�����ᖍE2qA��������Y����6$tϋJq�cF=�F�����sٝ�#�3�,5E�x�TN�R�~�	pZ
 endstream
 endobj
-208 0 obj
+212 0 obj
 [250 857 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500]
 endobj
-209 0 obj
+213 0 obj
 << /Length1 3696
 /Length 2064
 /Filter [/FlateDecode]
@@ -25283,10 +25393,10 @@ x
 �;&p=7`EA�d>n�L�&��iR�O��2�D�"/�rK�O3�z�u`���a�Au
 endstream
 endobj
-210 0 obj
+214 0 obj
 << /Type /FontDescriptor
 /FontName /AAAABX+mplus1mn-regular
-/FontFile2 209 0 R
+/FontFile2 213 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
 /StemV 0
@@ -25297,7 +25407,7 @@ endobj
 /XHeight 0
 >>
 endobj
-211 0 obj
+215 0 obj
 << /Length 260
 /Filter [/FlateDecode]
 >>
@@ -25306,10 +25416,10 @@ x
 ��-��	�-��x�n��eʹ�&�c��7EcŒup?{���	�t
 endstream
 endobj
-212 0 obj
+216 0 obj
 [500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 10
 00 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
-213 0 obj
+217 0 obj
 << /Length1 3056
 /Length 1776
 /Filter [/FlateDecode]
@@ -25324,10 +25434,10 @@ h?
 �̈D�LB��q��H5>W�^h��^ʲ^��hJTD#��Ը�����yG�ʪ`3Б����I�FL��M��I��]����j*�DCU����|���U��C�Z$�X_�A
����mh�7�i���P�l�Lpab"t�{q�`B�1�D�,��*���RP��	�eZ��ĻGƃ�EB�s�J��|��r#3枞)ΎE�SF:�'0�П�,�G}�;�X�c)5D���B��ZHM�FD�J;6�H-D����D.�~z!�c����C��S��\���߳����1Ky���'�r,EJn���mj�-3�����8�2'QS9�-�yO!Ҁ�W�X���.�z�7�[v|I��k�U���������]���Pr��u���m�o�oh}q�
 endstream
 endobj
-214 0 obj
+218 0 obj
 << /Type /FontDescriptor
 /FontName /AAAABY+NotoSerif-Italic
-/FontFile2 213 0 R
+/FontFile2 217 0 R
 /FontBBox [-254 -250 1238 1047]
 /Flags 70
 /StemV 0
@@ -25338,7 +25448,7 @@ endobj
 /XHeight 1098
 >>
 endobj
-215 0 obj
+219 0 obj
 << /Length 1286
 /Filter [/FlateDecode]
 >>
@@ -25348,11 +25458,11 @@ x
 ���J���J��특���x��x��x��+�!Êw��B�x�b�x��+ށ�r�;��2��k�Μ�J�Y�e�Y��7+|��x�oS��7+[ƛețךyޢoV��浖-㭌���"���R�W�*��4Xq��C�^J�[(��^�1�»�y]���k�}�YM-x����V�z�����[YE�V�Y���_}/7�*�Y%��e�ӫq+��:��.�7�J���E�/�3Y(Y�*A�W	R��VJS�����:(u@c��D�]a*��f)�9J���)�o,#�\�Z>M�U��\�jPS�
{HS��M���j����{fk���yG�m[z*E�sa��>�&�ӫ���j%u���;�2^���W�[���®�v�[���2�쯲u�[���P�:���V̡�Յ>�M��Bi2.Ħ����ԇ!���d�k�`���=o��qWޕwdJF(�L164�U��)�x0E�~��Z?�=��/����ί���~:�o?$���������O
 endstream
 endobj
-216 0 obj
+220 0 obj
 [1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 493 1000 1000 1000 1000 1000 1000 304 1000 599 574 1000 1000 1000 463 368 599 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 100
 0 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
 xref
-0 217
+0 221
 0000000000 65535 f 
 0000000015 00000 n 
 0000000274 00000 n 
@@ -25369,212 +25479,216 @@ xref
 0000026778 00000 n 
 0000026822 00000 n 
 0000026871 00000 n 
-0000027343 00000 n 
-0000027516 00000 n 
-0000027571 00000 n 
-0000027775 00000 n 
-0000027975 00000 n 
-0000028179 00000 n 
-0000028372 00000 n 
-0000028576 00000 n 
-0000028780 00000 n 
-0000028985 00000 n 
-0000029189 00000 n 
-0000029393 00000 n 
-0000029598 00000 n 
-0000029803 00000 n 
-0000029997 00000 n 
-0000030200 00000 n 
-0000030398 00000 n 
-0000030594 00000 n 
-0000048712 00000 n 
-0000049038 00000 n 
-0000049082 00000 n 
-0000049257 00000 n 
-0000049497 00000 n 
-0000049701 00000 n 
-0000049906 00000 n 
-0000050146 00000 n 
-0000050379 00000 n 
-0000050610 00000 n 
-0000050835 00000 n 
-0000051065 00000 n 
-0000051311 00000 n 
-0000051366 00000 n 
-0000051612 00000 n 
-0000051859 00000 n 
-0000091572 00000 n 
-0000091822 00000 n 
-0000092069 00000 n 
-0000092292 00000 n 
-0000103092 00000 n 
-0000103361 00000 n 
-0000103405 00000 n 
-0000103575 00000 n 
-0000103630 00000 n 
-0000103852 00000 n 
-0000125558 00000 n 
-0000125797 00000 n 
-0000125972 00000 n 
-0000144564 00000 n 
-0000144840 00000 n 
-0000145039 00000 n 
-0000145094 00000 n 
-0000145150 00000 n 
-0000145398 00000 n 
-0000157728 00000 n 
-0000157984 00000 n 
-0000158040 00000 n 
-0000158287 00000 n 
-0000180702 00000 n 
-0000180954 00000 n 
-0000180998 00000 n 
-0000184421 00000 n 
-0000184660 00000 n 
-0000197950 00000 n 
-0000198227 00000 n 
-0000198271 00000 n 
-0000198491 00000 n 
-0000198683 00000 n 
-0000198877 00000 n 
-0000199159 00000 n 
-0000199214 00000 n 
-0000225283 00000 n 
-0000225522 00000 n 
-0000230902 00000 n 
-0000231171 00000 n 
-0000231370 00000 n 
-0000231425 00000 n 
-0000253222 00000 n 
-0000253551 00000 n 
-0000253595 00000 n 
-0000253814 00000 n 
-0000254056 00000 n 
-0000254279 00000 n 
-0000254510 00000 n 
-0000254734 00000 n 
-0000254981 00000 n 
-0000255196 00000 n 
-0000255417 00000 n 
-0000255474 00000 n 
-0000255708 00000 n 
-0000255884 00000 n 
-0000259278 00000 n 
-0000259544 00000 n 
-0000304860 00000 n 
-0000307225 00000 n 
-0000307433 00000 n 
-0000307664 00000 n 
-0000330284 00000 n 
-0000330538 00000 n 
-0000330596 00000 n 
-0000353474 00000 n 
-0000353715 00000 n 
-0000369286 00000 n 
-0000369541 00000 n 
-0000392611 00000 n 
-0000392865 00000 n 
-0000392911 00000 n 
-0000415686 00000 n 
-0000415959 00000 n 
-0000416176 00000 n 
-0000429324 00000 n 
-0000429578 00000 n 
-0000429636 00000 n 
-0000429756 00000 n 
-0000429877 00000 n 
-0000430002 00000 n 
-0000430128 00000 n 
-0000430263 00000 n 
-0000430400 00000 n 
-0000430549 00000 n 
-0000430722 00000 n 
-0000430873 00000 n 
-0000431010 00000 n 
-0000431171 00000 n 
-0000431322 00000 n 
-0000431462 00000 n 
-0000431608 00000 n 
-0000431767 00000 n 
-0000431916 00000 n 
-0000432064 00000 n 
-0000432213 00000 n 
-0000432355 00000 n 
-0000432518 00000 n 
-0000432672 00000 n 
-0000432830 00000 n 
-0000432989 00000 n 
-0000433136 00000 n 
-0000433285 00000 n 
-0000433432 00000 n 
-0000433591 00000 n 
-0000433751 00000 n 
-0000433910 00000 n 
-0000434073 00000 n 
-0000434239 00000 n 
-0000434406 00000 n 
-0000434580 00000 n 
-0000434731 00000 n 
-0000434884 00000 n 
-0000435028 00000 n 
-0000435183 00000 n 
-0000435339 00000 n 
-0000435495 00000 n 
-0000435640 00000 n 
-0000435789 00000 n 
-0000435937 00000 n 
-0000436093 00000 n 
-0000436244 00000 n 
-0000436397 00000 n 
-0000436684 00000 n 
-0000436762 00000 n 
-0000436967 00000 n 
-0000437159 00000 n 
-0000437452 00000 n 
-0000437627 00000 n 
-0000437872 00000 n 
-0000438043 00000 n 
-0000438292 00000 n 
-0000438485 00000 n 
-0000438664 00000 n 
-0000438892 00000 n 
-0000439140 00000 n 
-0000439322 00000 n 
-0000439567 00000 n 
-0000439784 00000 n 
-0000439949 00000 n 
-0000440164 00000 n 
-0000440358 00000 n 
-0000440525 00000 n 
-0000440745 00000 n 
-0000448875 00000 n 
-0000449091 00000 n 
-0000450454 00000 n 
-0000451518 00000 n 
-0000457255 00000 n 
-0000457476 00000 n 
-0000458839 00000 n 
-0000459937 00000 n 
-0000465530 00000 n 
-0000465744 00000 n 
-0000467107 00000 n 
-0000468163 00000 n 
-0000469136 00000 n 
-0000469347 00000 n 
-0000469650 00000 n 
-0000470565 00000 n 
-0000472720 00000 n 
-0000472934 00000 n 
-0000473270 00000 n 
-0000474408 00000 n 
-0000476275 00000 n 
-0000476501 00000 n 
-0000477864 00000 n 
+0000027409 00000 n 
+0000027582 00000 n 
+0000027637 00000 n 
+0000027841 00000 n 
+0000028041 00000 n 
+0000028245 00000 n 
+0000028438 00000 n 
+0000028642 00000 n 
+0000028846 00000 n 
+0000029051 00000 n 
+0000029255 00000 n 
+0000029459 00000 n 
+0000029664 00000 n 
+0000029869 00000 n 
+0000030063 00000 n 
+0000030266 00000 n 
+0000030464 00000 n 
+0000030660 00000 n 
+0000048778 00000 n 
+0000049104 00000 n 
+0000049148 00000 n 
+0000049323 00000 n 
+0000049563 00000 n 
+0000049767 00000 n 
+0000049972 00000 n 
+0000050212 00000 n 
+0000050445 00000 n 
+0000050676 00000 n 
+0000050901 00000 n 
+0000051131 00000 n 
+0000051377 00000 n 
+0000051432 00000 n 
+0000051678 00000 n 
+0000051925 00000 n 
+0000091638 00000 n 
+0000091888 00000 n 
+0000092135 00000 n 
+0000092358 00000 n 
+0000103158 00000 n 
+0000103427 00000 n 
+0000103471 00000 n 
+0000103641 00000 n 
+0000103696 00000 n 
+0000103918 00000 n 
+0000125624 00000 n 
+0000125863 00000 n 
+0000126038 00000 n 
+0000144630 00000 n 
+0000144906 00000 n 
+0000145105 00000 n 
+0000145160 00000 n 
+0000145216 00000 n 
+0000145464 00000 n 
+0000157794 00000 n 
+0000158050 00000 n 
+0000158106 00000 n 
+0000158353 00000 n 
+0000180768 00000 n 
+0000181020 00000 n 
+0000181064 00000 n 
+0000184487 00000 n 
+0000184726 00000 n 
+0000198016 00000 n 
+0000198293 00000 n 
+0000198337 00000 n 
+0000198557 00000 n 
+0000198749 00000 n 
+0000198943 00000 n 
+0000199225 00000 n 
+0000199280 00000 n 
+0000225349 00000 n 
+0000225588 00000 n 
+0000230968 00000 n 
+0000231237 00000 n 
+0000231436 00000 n 
+0000231491 00000 n 
+0000253288 00000 n 
+0000253617 00000 n 
+0000253661 00000 n 
+0000253880 00000 n 
+0000254122 00000 n 
+0000254345 00000 n 
+0000254576 00000 n 
+0000254800 00000 n 
+0000255047 00000 n 
+0000255262 00000 n 
+0000255483 00000 n 
+0000255540 00000 n 
+0000255774 00000 n 
+0000255950 00000 n 
+0000259344 00000 n 
+0000259610 00000 n 
+0000304926 00000 n 
+0000307291 00000 n 
+0000307499 00000 n 
+0000307730 00000 n 
+0000330563 00000 n 
+0000330859 00000 n 
+0000331046 00000 n 
+0000331233 00000 n 
+0000331408 00000 n 
+0000331588 00000 n 
+0000331646 00000 n 
+0000354464 00000 n 
+0000354705 00000 n 
+0000371147 00000 n 
+0000371402 00000 n 
+0000394472 00000 n 
+0000394726 00000 n 
+0000394772 00000 n 
+0000417547 00000 n 
+0000417820 00000 n 
+0000418037 00000 n 
+0000431185 00000 n 
+0000431439 00000 n 
+0000431497 00000 n 
+0000431617 00000 n 
+0000431738 00000 n 
+0000431863 00000 n 
+0000431989 00000 n 
+0000432124 00000 n 
+0000432261 00000 n 
+0000432410 00000 n 
+0000432583 00000 n 
+0000432734 00000 n 
+0000432871 00000 n 
+0000433032 00000 n 
+0000433183 00000 n 
+0000433323 00000 n 
+0000433469 00000 n 
+0000433628 00000 n 
+0000433777 00000 n 
+0000433925 00000 n 
+0000434074 00000 n 
+0000434216 00000 n 
+0000434379 00000 n 
+0000434533 00000 n 
+0000434691 00000 n 
+0000434850 00000 n 
+0000434997 00000 n 
+0000435146 00000 n 
+0000435293 00000 n 
+0000435452 00000 n 
+0000435612 00000 n 
+0000435771 00000 n 
+0000435934 00000 n 
+0000436100 00000 n 
+0000436267 00000 n 
+0000436441 00000 n 
+0000436592 00000 n 
+0000436745 00000 n 
+0000436889 00000 n 
+0000437044 00000 n 
+0000437200 00000 n 
+0000437356 00000 n 
+0000437515 00000 n 
+0000437678 00000 n 
+0000437840 00000 n 
+0000438010 00000 n 
+0000

<TRUNCATED>

[8/8] isis-site git commit: ISIS-1465: updates to docs

Posted by da...@apache.org.
ISIS-1465: updates to docs


Project: http://git-wip-us.apache.org/repos/asf/isis-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis-site/commit/0ceac89f
Tree: http://git-wip-us.apache.org/repos/asf/isis-site/tree/0ceac89f
Diff: http://git-wip-us.apache.org/repos/asf/isis-site/diff/0ceac89f

Branch: refs/heads/asf-site
Commit: 0ceac89f5ee2ef9772e559d95bbea7e22aa2d9f8
Parents: caac5e5
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Fri Aug 18 08:26:16 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Fri Aug 18 08:26:16 2017 +0100

----------------------------------------------------------------------
 content/applib/layout/component/component.xsd |    3 -
 content/elasticlunr/index.json                |    2 +-
 content/guides/rgcms/rgcms.html               |    8 +-
 content/guides/rgcms/rgcms.pdf                | 1548 ++--
 content/guides/rgmvn/rgmvn.html               |   17 +-
 content/guides/rgmvn/rgmvn.pdf                | 1800 ++--
 content/guides/rgsvc/rgsvc.html               |    4 +-
 content/guides/rgsvc/rgsvc.pdf                | 3967 +++++----
 content/guides/ugbtb/ugbtb.html               |  274 +-
 content/guides/ugbtb/ugbtb.pdf                | 8688 ++++++++++++--------
 content/guides/ugtst/ugtst.html               |   12 +-
 content/guides/ugtst/ugtst.pdf                |  950 +--
 12 files changed, 9350 insertions(+), 7923 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/0ceac89f/content/applib/layout/component/component.xsd
----------------------------------------------------------------------
diff --git a/content/applib/layout/component/component.xsd b/content/applib/layout/component/component.xsd
index a8d1edc..c7ff585 100644
--- a/content/applib/layout/component/component.xsd
+++ b/content/applib/layout/component/component.xsd
@@ -38,7 +38,6 @@
     <xs:attribute name="id" type="xs:string" use="required"/>
     <xs:attribute name="namedEscaped" type="xs:boolean"/>
 
-    <!-- 1.15.0-SNAPSHOT -->
     <xs:attribute name="promptStyle" type="tns:promptStyle"/>
 
     <xs:attribute name="position" type="tns:position"/>
@@ -70,7 +69,6 @@
     <xs:attribute name="multiLine" type="xs:int"/>
     <xs:attribute name="namedEscaped" type="xs:boolean"/>
 
-    <!-- 1.15.0-SNAPSHOT -->
     <xs:attribute name="promptStyle" type="tns:promptStyle"/>
 
     <xs:attribute name="renderedAsDayBefore" type="xs:boolean"/>
@@ -109,7 +107,6 @@
     </xs:restriction>
   </xs:simpleType>
 
-  <!-- 1.15.0-SNAPSHOT -->
   <xs:simpleType name="promptStyle">
     <xs:restriction base="xs:string">
       <xs:enumeration value="DIALOG"/>


[6/8] isis-site git commit: ISIS-1465: updates to docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/0ceac89f/content/guides/rgcms/rgcms.html
----------------------------------------------------------------------
diff --git a/content/guides/rgcms/rgcms.html b/content/guides/rgcms/rgcms.html
index 4b021d1..aef9cc1 100644
--- a/content/guides/rgcms/rgcms.html
+++ b/content/guides/rgcms/rgcms.html
@@ -3121,7 +3121,7 @@ table.CodeRay td.code>pre{padding:0}
              <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>(As of <code>1.15.0-SNAPSHOT</code>), the framework-provided <code>AppManifestAbstract</code> and <code>AppManifestAbstract.Builder</code> make it easy to write <code>AppManifest</code> that can be used both to bootstrap the application "proper", and to be tweaked for use within integration tests.</p> 
+               <p>(As of <code>1.15.0</code>), the framework-provided <code>AppManifestAbstract</code> and <code>AppManifestAbstract.Builder</code> make it easy to write <code>AppManifest</code> that can be used both to bootstrap the application "proper", and to be tweaked for use within integration tests.</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -3379,12 +3379,12 @@ table.CodeRay td.code>pre{padding:0}
            </ul> 
           </div> 
           <div class="paragraph"> 
-           <p>The next section describes some helper classes that (as of <code>1.15.0-SNAPSHOT</code>) the framework provides to help achieve this.</p> 
+           <p>The next section describes some helper classes that the framework provides to help achieve this.</p> 
           </div> 
           <div class="sect4"> 
-           <h5 id="__rgcms_classes_AppManifest-bootstrapping_bootstrapping_AppManifestAbstract">AppManifestAbstract (<code>1.15.0-SNAPSHOT</code>)</h5> 
+           <h5 id="__rgcms_classes_AppManifest-bootstrapping_bootstrapping_AppManifestAbstract">AppManifestAbstract</h5> 
            <div class="paragraph"> 
-            <p>(As of <code>1.15.0-SNAPSHOT</code>), the <code>AppManifestAbstract</code> and its associated builder (<code>AppManifestAbstract.Builder</code>) make it easy to bootstrap the application both as a webapp and also as an integration test.</p> 
+            <p>(As of <code>1.15.0</code>), the <code>AppManifestAbstract</code> and its associated builder (<code>AppManifestAbstract.Builder</code>) make it easy to bootstrap the application both as a webapp and also as an integration test.</p> 
            </div> 
            <div class="paragraph"> 
             <p>Rather than implement <code>AppManifest</code> interface directly, instead your application subclasses from <code>AppManifestAbstract</code>. This takes an instance of a <code>AppManifestAbstract.Builder</code> in its constructor; the builder is what allows for variation between environments.</p> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/0ceac89f/content/guides/rgcms/rgcms.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgcms/rgcms.pdf b/content/guides/rgcms/rgcms.pdf
index 4c4c72f..42d1d36 100644
--- a/content/guides/rgcms/rgcms.pdf
+++ b/content/guides/rgcms/rgcms.pdf
@@ -4,8 +4,8 @@
 << /Title (Classes, Methods and Schema)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170814204311+01'00')
-/ModDate (D:20170814204311+01'00')
+/CreationDate (D:20170818082305+01'00')
+/ModDate (D:20170818082305+01'00')
 >>
 endobj
 2 0 obj
@@ -70638,7 +70638,7 @@ endobj
 >>
 endobj
 422 0 obj
-<< /Length 31990
+<< /Length 31977
 >>
 stream
 q
@@ -70861,7 +70861,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-7.090 Tw
+14.965 Tw
 
 BT
 125.80666666666667 622.0060000000002 Td
@@ -70876,12 +70876,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-7.090 Tw
+14.965 Tw
 
 BT
-171.13034613715277 622.0060000000002 Td
+186.88034613715277 622.0060000000002 Td
 /F3.0 10.5 Tf
-<312e31352e302d534e415053484f54> Tj
+<312e31352e30> Tj
 ET
 
 
@@ -70891,10 +70891,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-7.090 Tw
+14.965 Tw
 
 BT
-249.88034613715277 622.0060000000002 Td
+218.38034613715277 622.0060000000002 Td
 /F1.0 10.5 Tf
 [<292c20746865206672> 20.01953125 <616d65776f726b2d70726f766964656420>] TJ
 ET
@@ -70906,10 +70906,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-7.090 Tw
+14.965 Tw
 
 BT
-406.3701602647569 622.0060000000002 Td
+398.4951602647569 622.0060000000002 Td
 /F3.0 10.5 Tf
 <4170704d616e69666573744162737472616374> Tj
 ET
@@ -70921,10 +70921,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-7.090 Tw
+14.965 Tw
 
 BT
-506.1201602647569 622.0060000000002 Td
+498.2451602647569 622.0060000000002 Td
 /F1.0 10.5 Tf
 <20616e64> Tj
 ET
@@ -78904,7 +78904,7 @@ endobj
 >>
 endobj
 453 0 obj
-<< /Length 16467
+<< /Length 15360
 >>
 stream
 q
@@ -79374,55 +79374,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.367 Tw
-
 BT
 48.24000000000001 471.82600000000025 Td
 /F1.0 10.5 Tf
-<546865206e6578742073656374696f6e2064657363726962657320736f6d652068656c70657220636c6173736573207468617420286173206f6620> Tj
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-0.367 Tw
-
-BT
-339.55023467548074 471.82600000000025 Td
-/F3.0 10.5 Tf
-<312e31352e302d534e415053484f54> Tj
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-0.367 Tw
-
-BT
-418.30023467548074 471.82600000000025 Td
-/F1.0 10.5 Tf
-[<2920746865206672> 20.01953125 <616d65776f726b2070726f7669646573>] TJ
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24000000000001 456.0460000000003 Td
-/F1.0 10.5 Tf
-<746f2068656c70206163686965766520746869732e> Tj
+[<546865206e6578742073656374696f6e2064657363726962657320736f6d652068656c70657220636c6173736573207468617420746865206672> 20.01953125 <616d65776f726b2070726f766964657320746f2068656c70206163686965766520746869732e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -79431,20 +79386,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 424.21600000000024 Td
+48.24000000000001 439.9960000000002 Td
 /F2.0 10.5 Tf
-[<4170704d616e69666573744162737472> 20.01953125 <6163742028>] TJ
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-BT
-168.55929492187502 424.21600000000024 Td
-/F3.0 10.5 Tf
-<312e31352e302d534e415053484f54> Tj
+[<4170704d616e69666573744162737472> 20.01953125 <616374>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -79452,21 +79396,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-BT
-247.30929492187502 424.21600000000024 Td
-/F2.0 10.5 Tf
-<29> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-16.428 Tw
+2.993 Tw
 
 BT
-48.24000000000001 398.3860000000002 Td
+48.24000000000001 414.16600000000017 Td
 /F1.0 10.5 Tf
 <284173206f6620> Tj
 ET
@@ -79478,12 +79411,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-16.428 Tw
+2.993 Tw
 
 BT
-112.23949999999999 398.3860000000002 Td
+85.36977777777778 414.16600000000017 Td
 /F3.0 10.5 Tf
-<312e31352e302d534e415053484f54> Tj
+<312e31352e30> Tj
 ET
 
 
@@ -79493,10 +79426,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-16.428 Tw
+2.993 Tw
 
 BT
-190.9895 398.3860000000002 Td
+116.86977777777778 414.16600000000017 Td
 /F1.0 10.5 Tf
 <292c2074686520> Tj
 ET
@@ -79508,10 +79441,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-16.428 Tw
+2.993 Tw
 
 BT
-251.51349999999996 398.3860000000002 Td
+150.52405555555555 414.16600000000017 Td
 /F3.0 10.5 Tf
 <4170704d616e69666573744162737472616374> Tj
 ET
@@ -79523,27 +79456,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-16.428 Tw
-
-BT
-351.26349999999996 398.3860000000002 Td
-/F1.0 10.5 Tf
-<20616e6420697473206173736f636961746564206275696c646572> Tj
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-0.749 Tw
+2.993 Tw
 
 BT
-48.24000000000001 382.6060000000002 Td
+250.27405555555555 414.16600000000017 Td
 /F1.0 10.5 Tf
-<28> Tj
+<20616e6420697473206173736f636961746564206275696c6465722028> Tj
 ET
 
 
@@ -79553,10 +79471,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.749 Tw
+2.993 Tw
 
 BT
-51.87300000000001 382.6060000000002 Td
+401.657 414.16600000000017 Td
 /F3.0 10.5 Tf
 <4170704d616e696665737441627374726163742e4275696c646572> Tj
 ET
@@ -79568,12 +79486,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.749 Tw
+2.993 Tw
 
 BT
-193.62300000000002 382.6060000000002 Td
+543.4069999999999 414.16600000000017 Td
 /F1.0 10.5 Tf
-[<29206d616b> 20.01953125 <65206974206561737920746f20626f6f74737472> 20.01953125 <617020746865206170706c69636174696f6e20626f746820617320612077656261707020616e6420616c736f>] TJ
+<29> Tj
 ET
 
 
@@ -79584,9 +79502,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 366.8260000000002 Td
+48.24000000000001 398.3860000000002 Td
 /F1.0 10.5 Tf
-[<617320616e20696e74656772> 20.01953125 <6174696f6e20746573742e>] TJ
+[<6d616b> 20.01953125 <65206974206561737920746f20626f6f74737472> 20.01953125 <617020746865206170706c69636174696f6e20626f746820617320612077656261707020616e6420616c736f20617320616e20696e74656772> 20.01953125 <6174696f6e20746573742e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -79597,7 +79515,7 @@ ET
 2.438 Tw
 
 BT
-48.24000000000001 339.0460000000002 Td
+48.24000000000001 370.60600000000017 Td
 /F1.0 10.5 Tf
 <526174686572207468616e20696d706c656d656e7420> Tj
 ET
@@ -79612,7 +79530,7 @@ ET
 2.438 Tw
 
 BT
-175.0010578125 339.0460000000002 Td
+175.0010578125 370.60600000000017 Td
 /F3.0 10.5 Tf
 <4170704d616e6966657374> Tj
 ET
@@ -79627,7 +79545,7 @@ ET
 2.438 Tw
 
 BT
-232.75105781250002 339.0460000000002 Td
+232.75105781250002 370.60600000000017 Td
 /F1.0 10.5 Tf
 [<20696e74657266616365206469726563746c79> 89.84375 <2c20696e737465616420796f7572206170706c69636174696f6e20737562636c61737365732066726f6d>] TJ
 ET
@@ -79642,7 +79560,7 @@ ET
 0.766 Tw
 
 BT
-48.24000000000001 323.2660000000002 Td
+48.24000000000001 354.82600000000014 Td
 /F3.0 10.5 Tf
 <4170704d616e69666573744162737472616374> Tj
 ET
@@ -79657,7 +79575,7 @@ ET
 0.766 Tw
 
 BT
-147.99 323.2660000000002 Td
+147.99 354.82600000000014 Td
 /F1.0 10.5 Tf
 [<2e20546869732074616b> 20.01953125 <657320616e20696e7374616e6365206f66206120>] TJ
 ET
@@ -79672,7 +79590,7 @@ ET
 0.766 Tw
 
 BT
-292.57333451704545 323.2660000000002 Td
+292.57333451704545 354.82600000000014 Td
 /F3.0 10.5 Tf
 <4170704d616e696665737441627374726163742e4275696c646572> Tj
 ET
@@ -79687,7 +79605,7 @@ ET
 0.766 Tw
 
 BT
-434.32333451704545 323.2660000000002 Td
+434.32333451704545 354.82600000000014 Td
 /F1.0 10.5 Tf
 <20696e2069747320636f6e7374727563746f723b20746865> Tj
 ET
@@ -79700,7 +79618,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 307.4860000000002 Td
+48.24000000000001 339.04600000000016 Td
 /F1.0 10.5 Tf
 <6275696c646572206973207768617420616c6c6f777320666f7220766172696174696f6e206265747765656e20656e7669726f6e6d656e74732e> Tj
 ET
@@ -79711,7 +79629,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 279.7060000000002 Td
+48.24000000000001 311.26600000000013 Td
 /F1.0 10.5 Tf
 [<4d6f72656f7665722c20746865736520636c6173736573207265636f676e697365207468617420636f6e6669677572> 20.01953125 <6174696f6e2070726f706572746965732066616c6c20696e746f2074776f2062726f616420636c61737365733a>] TJ
 ET
@@ -79724,7 +79642,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 251.92600000000022 Td
+56.88050000000001 283.48600000000016 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -79737,7 +79655,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 251.92600000000022 Td
+66.24000000000001 283.48600000000016 Td
 /F1.0 10.5 Tf
 <74686f736520746861742061726520666978656420616e6420646f206e6f74206368616e6765206265747765656e20656e7669726f6e6d656e74732e> Tj
 ET
@@ -79750,7 +79668,7 @@ ET
 0.268 Tw
 
 BT
-66.24000000000001 224.1460000000002 Td
+66.24000000000001 255.7060000000002 Td
 /F1.0 10.5 Tf
 [<496e206f7468657220776f72647320746865736520646573637269626520686f7720746865206170706c69636174696f6e2063686f6f73657320746f20636f6e66696775726520746865206672> 20.01953125 <616d65776f726b20697473656c662c206567>] TJ
 ET
@@ -79763,7 +79681,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 208.3660000000002 Td
+66.24000000000001 239.9260000000002 Td
 /F1.0 10.5 Tf
 <676c6f62616c2064697361626c65206f662065646974696e67206f662070726f706572746965732c206f7220656e61626c696e67206f66206175646974696e672e> Tj
 ET
@@ -79776,7 +79694,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 180.5860000000002 Td
+56.88050000000001 212.14600000000019 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -79789,7 +79707,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 180.5860000000002 Td
+66.24000000000001 212.14600000000019 Td
 /F1.0 10.5 Tf
 <74686f73652074686174206368616e6765206265747765656e20656e7669726f6e6d656e74732e> Tj
 ET
@@ -79800,7 +79718,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 152.8060000000002 Td
+66.24000000000001 184.36600000000018 Td
 /F1.0 10.5 Tf
 <54686520636c6173736963206578616d706c65206865726520697320746865204a4442432055524c2e> Tj
 ET
@@ -79811,7 +79729,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 119.02600000000021 Td
+48.24000000000001 150.58600000000018 Td
 /F1.0 10.5 Tf
 [<46> 40.0390625 <6f72206578616d706c652c2074686520>] TJ
 ET
@@ -79822,7 +79740,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-134.57058984375 119.02600000000021 Td
+134.57058984375 150.58600000000018 Td
 /F1.0 10.5 Tf
 <53696d706c6541707020617263686574797065> Tj
 ET
@@ -79833,7 +79751,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-241.79658984375004 119.02600000000021 Td
+241.79658984375004 150.58600000000018 Td
 /F1.0 10.5 Tf
 <277320> Tj
 ET
@@ -79844,7 +79762,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-251.56158984375003 119.02600000000021 Td
+251.56158984375003 150.58600000000018 Td
 /F3.0 10.5 Tf
 <4170704d616e6966657374> Tj
 ET
@@ -79855,7 +79773,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-309.31158984375 119.02600000000021 Td
+309.31158984375 150.58600000000018 Td
 /F1.0 10.5 Tf
 <20697320646566696e65642061733a> Tj
 ET
@@ -79925,7 +79843,7 @@ endobj
 >>
 endobj
 457 0 obj
-[454 0 R /XYZ 0 440.23000000000025 null]
+[454 0 R /XYZ 0 456.0100000000002 null]
 endobj
 458 0 obj
 << /Border [0 0 0]
@@ -79934,7 +79852,7 @@ endobj
 /URI (../ugfun/ugfun.pdf#_ugfun_getting-started_simpleapp-archetype)
 >>
 /Subtype /Link
-/Rect [134.57058984375 115.9600000000002 241.79658984375004 130.2400000000002]
+/Rect [134.57058984375 147.52000000000018 241.79658984375004 161.80000000000018]
 /Type /Annot
 >>
 endobj
@@ -191988,684 +191906,684 @@ xref
 0001238352 00000 n 
 0001238613 00000 n 
 0001238852 00000 n 
-0001270897 00000 n 
-0001271200 00000 n 
-0001271246 00000 n 
-0001271809 00000 n 
-0001271983 00000 n 
-0001272178 00000 n 
-0001272380 00000 n 
-0001272437 00000 n 
-0001272494 00000 n 
-0001310546 00000 n 
-0001310817 00000 n 
-0001310863 00000 n 
-0001311070 00000 n 
-0001311257 00000 n 
-0001311474 00000 n 
-0001311663 00000 n 
-0001311708 00000 n 
-0001333814 00000 n 
-0001334098 00000 n 
-0001334305 00000 n 
-0001334530 00000 n 
-0001334576 00000 n 
-0001334748 00000 n 
-0001334794 00000 n 
-0001334966 00000 n 
-0001335012 00000 n 
-0001361873 00000 n 
-0001362133 00000 n 
-0001362190 00000 n 
-0001362248 00000 n 
-0001362427 00000 n 
-0001378949 00000 n 
-0001379225 00000 n 
-0001379412 00000 n 
-0001379644 00000 n 
-0001379702 00000 n 
-0001379948 00000 n 
-0001409295 00000 n 
-0001409538 00000 n 
-0001435656 00000 n 
-0001435953 00000 n 
-0001435999 00000 n 
-0001436665 00000 n 
-0001436722 00000 n 
-0001436974 00000 n 
-0001437224 00000 n 
-0001437463 00000 n 
-0001437712 00000 n 
-0001467355 00000 n 
-0001467860 00000 n 
-0001468095 00000 n 
-0001468307 00000 n 
-0001468530 00000 n 
-0001468773 00000 n 
-0001469003 00000 n 
-0001469234 00000 n 
-0001469476 00000 n 
-0001469686 00000 n 
-0001469883 00000 n 
-0001470101 00000 n 
-0001470334 00000 n 
-0001470554 00000 n 
-0001470775 00000 n 
-0001470987 00000 n 
-0001471186 00000 n 
-0001471406 00000 n 
-0001471634 00000 n 
-0001471849 00000 n 
-0001472077 00000 n 
-0001472292 00000 n 
-0001472520 00000 n 
-0001472749 00000 n 
-0001472966 00000 n 
-0001473197 00000 n 
-0001473414 00000 n 
-0001473643 00000 n 
-0001473874 00000 n 
-0001474103 00000 n 
-0001474334 00000 n 
-0001474565 00000 n 
-0001474623 00000 n 
-0001491838 00000 n 
-0001492220 00000 n 
-0001492449 00000 n 
-0001492699 00000 n 
-0001492756 00000 n 
-0001492991 00000 n 
-0001493229 00000 n 
-0001493287 00000 n 
-0001493537 00000 n 
-0001493758 00000 n 
-0001493816 00000 n 
-0001494047 00000 n 
-0001494296 00000 n 
-0001494353 00000 n 
-0001494598 00000 n 
-0001494804 00000 n 
-0001495005 00000 n 
-0001495250 00000 n 
-0001495486 00000 n 
-0001513237 00000 n 
-0001513598 00000 n 
-0001513822 00000 n 
-0001514020 00000 n 
-0001514066 00000 n 
-0001514297 00000 n 
-0001514512 00000 n 
-0001514569 00000 n 
-0001514800 00000 n 
-0001515023 00000 n 
-0001515081 00000 n 
-0001515322 00000 n 
-0001515566 00000 n 
-0001515787 00000 n 
-0001516016 00000 n 
-0001516238 00000 n 
-0001516295 00000 n 
-0001517053 00000 n 
-0001517278 00000 n 
-0001535700 00000 n 
-0001536061 00000 n 
-0001536284 00000 n 
-0001536510 00000 n 
-0001536722 00000 n 
-0001536942 00000 n 
-0001537149 00000 n 
-0001537357 00000 n 
-0001537575 00000 n 
-0001537780 00000 n 
-0001537986 00000 n 
-0001538230 00000 n 
-0001538459 00000 n 
-0001538689 00000 n 
-0001550310 00000 n 
-0001550610 00000 n 
-0001550850 00000 n 
-0001551077 00000 n 
-0001551305 00000 n 
-0001551362 00000 n 
-0001551602 00000 n 
-0001551844 00000 n 
-0001552088 00000 n 
-0001552146 00000 n 
-0001601489 00000 n 
-0001601745 00000 n 
-0001613279 00000 n 
-0001613561 00000 n 
-0001613618 00000 n 
-0001613859 00000 n 
-0001614091 00000 n 
-0001614148 00000 n 
-0001652411 00000 n 
-0001652722 00000 n 
-0001652954 00000 n 
-0001653184 00000 n 
-0001653428 00000 n 
-0001653485 00000 n 
-0001653726 00000 n 
-0001688008 00000 n 
-0001688303 00000 n 
-0001688349 00000 n 
-0001688585 00000 n 
-0001688642 00000 n 
-0001688885 00000 n 
-0001720296 00000 n 
-0001720615 00000 n 
-0001720672 00000 n 
-0001720904 00000 n 
-0001720961 00000 n 
-0001721199 00000 n 
-0001721442 00000 n 
-0001721684 00000 n 
-0001721919 00000 n 
-0001731316 00000 n 
-0001731608 00000 n 
-0001731837 00000 n 
-0001732043 00000 n 
-0001732272 00000 n 
-0001732507 00000 n 
-0001732714 00000 n 
-0001742665 00000 n 
-0001742981 00000 n 
-0001743189 00000 n 
-0001743394 00000 n 
-0001743622 00000 n 
-0001743850 00000 n 
-0001744083 00000 n 
-0001744314 00000 n 
-0001744545 00000 n 
-0001744777 00000 n 
-0001760442 00000 n 
-0001760755 00000 n 
-0001760987 00000 n 
-0001761196 00000 n 
-0001761416 00000 n 
-0001761654 00000 n 
-0001761700 00000 n 
-0001761936 00000 n 
-0001762144 00000 n 
-0001762202 00000 n 
-0001781260 00000 n 
-0001781647 00000 n 
-0001781884 00000 n 
-0001782115 00000 n 
-0001782161 00000 n 
-0001782398 00000 n 
-0001782455 00000 n 
-0001782713 00000 n 
-0001782971 00000 n 
-0001783219 00000 n 
-0001783481 00000 n 
-0001783742 00000 n 
-0001783992 00000 n 
-0001784264 00000 n 
-0001784536 00000 n 
-0001784809 00000 n 
-0001803317 00000 n 
-0001803702 00000 n 
-0001803949 00000 n 
-0001804183 00000 n 
-0001804418 00000 n 
-0001804668 00000 n 
-0001804905 00000 n 
-0001805143 00000 n 
-0001805416 00000 n 
-0001805689 00000 n 
-0001805963 00000 n 
-0001806216 00000 n 
-0001806455 00000 n 
-0001806694 00000 n 
-0001806967 00000 n 
-0001807242 00000 n 
-0001807516 00000 n 
-0001822948 00000 n 
-0001823309 00000 n 
-0001823558 00000 n 
-0001823794 00000 n 
-0001824031 00000 n 
-0001824304 00000 n 
-0001824577 00000 n 
-0001824831 00000 n 
-0001825079 00000 n 
-0001825294 00000 n 
-0001825530 00000 n 
-0001825803 00000 n 
-0001826076 00000 n 
-0001826352 00000 n 
-0001839872 00000 n 
-0001840241 00000 n 
-0001840490 00000 n 
-0001840716 00000 n 
-0001840953 00000 n 
-0001841226 00000 n 
-0001841499 00000 n 
-0001841775 00000 n 
-0001841832 00000 n 
-0001842076 00000 n 
-0001842319 00000 n 
-0001842565 00000 n 
-0001842812 00000 n 
-0001843057 00000 n 
-0001843301 00000 n 
-0001843546 00000 n 
-0001860181 00000 n 
-0001860531 00000 n 
-0001860577 00000 n 
-0001860816 00000 n 
-0001861042 00000 n 
-0001861099 00000 n 
-0001861358 00000 n 
-0001861415 00000 n 
-0001861674 00000 n 
-0001861950 00000 n 
-0001862008 00000 n 
-0001862266 00000 n 
-0001862532 00000 n 
-0001862589 00000 n 
-0001863239 00000 n 
-0001863500 00000 n 
-0001863776 00000 n 
-0001888220 00000 n 
-0001888543 00000 n 
-0001888589 00000 n 
-0001888828 00000 n 
-0001889057 00000 n 
-0001889114 00000 n 
-0001889373 00000 n 
-0001889634 00000 n 
-0001889691 00000 n 
-0001907131 00000 n 
-0001907386 00000 n 
-0001907432 00000 n 
-0001950634 00000 n 
-0001950907 00000 n 
-0001951124 00000 n 
-0001951170 00000 n 
-0002007064 00000 n 
-0002007337 00000 n 
-0002007576 00000 n 
-0002007634 00000 n 
-0002007691 00000 n 
-0002007749 00000 n 
-0002008314 00000 n 
-0002008372 00000 n 
-0002061269 00000 n 
-0002061524 00000 n 
-0002061570 00000 n 
-0002061627 00000 n 
-0002088343 00000 n 
-0002088649 00000 n 
-0002088695 00000 n 
-0002088911 00000 n 
-0002094089 00000 n 
-0002095894 00000 n 
-0002096118 00000 n 
-0002126434 00000 n 
-0002126676 00000 n 
-0002126733 00000 n 
-0002157557 00000 n 
-0002157860 00000 n 
-0002157906 00000 n 
-0002158108 00000 n 
-0002158165 00000 n 
-0002158374 00000 n 
-0002158605 00000 n 
-0002158662 00000 n 
-0002159137 00000 n 
-0002190872 00000 n 
-0002191154 00000 n 
-0002191200 00000 n 
-0002191423 00000 n 
-0002191480 00000 n 
-0002191691 00000 n 
-0002191749 00000 n 
-0002212667 00000 n 
-0002212991 00000 n 
-0002213048 00000 n 
-0002213105 00000 n 
-0002213322 00000 n 
-0002213379 00000 n 
-0002213437 00000 n 
-0002213681 00000 n 
-0002213906 00000 n 
-0002214142 00000 n 
-0002238122 00000 n 
-0002238446 00000 n 
-0002238670 00000 n 
-0002238865 00000 n 
-0002238922 00000 n 
-0002239155 00000 n 
-0002239379 00000 n 
-0002239605 00000 n 
-0002239835 00000 n 
-0002240078 00000 n 
-0002240306 00000 n 
-0002240363 00000 n 
-0002240421 00000 n 
-0002240641 00000 n 
-0002266003 00000 n 
-0002266316 00000 n 
-0002266558 00000 n 
-0002266777 00000 n 
-0002266823 00000 n 
-0002266880 00000 n 
-0002267124 00000 n 
-0002267345 00000 n 
-0002267402 00000 n 
-0002267642 00000 n 
-0002267883 00000 n 
-0002282803 00000 n 
-0002283108 00000 n 
-0002283154 00000 n 
-0002283356 00000 n 
-0002283402 00000 n 
-0002283662 00000 n 
-0002283719 00000 n 
-0002283776 00000 n 
-0002283980 00000 n 
-0002284038 00000 n 
-0002284096 00000 n 
-0002284324 00000 n 
-0002284381 00000 n 
-0002284608 00000 n 
-0002305404 00000 n 
-0002305742 00000 n 
-0002305957 00000 n 
-0002306195 00000 n 
-0002306241 00000 n 
-0002306459 00000 n 
-0002306516 00000 n 
-0002306738 00000 n 
-0002306796 00000 n 
-0002306854 00000 n 
-0002307074 00000 n 
-0002307132 00000 n 
-0002307357 00000 n 
-0002307597 00000 n 
-0002307655 00000 n 
-0002308312 00000 n 
-0002308520 00000 n 
-0002308759 00000 n 
-0002342556 00000 n 
-0002342862 00000 n 
-0002343090 00000 n 
-0002343330 00000 n 
-0002343548 00000 n 
-0002343758 00000 n 
-0002343816 00000 n 
-0002344059 00000 n 
-0002344117 00000 n 
-0002362759 00000 n 
-0002363065 00000 n 
-0002363111 00000 n 
-0002363344 00000 n 
-0002363562 00000 n 
-0002363619 00000 n 
-0002363853 00000 n 
-0002363910 00000 n 
-0002364161 00000 n 
-0002364219 00000 n 
-0002364277 00000 n 
-0002364511 00000 n 
-0002364568 00000 n 
-0002365234 00000 n 
-0002387378 00000 n 
-0002387750 00000 n 
-0002387926 00000 n 
-0002388115 00000 n 
-0002388311 00000 n 
-0002388501 00000 n 
-0002388685 00000 n 
-0002388875 00000 n 
-0002389088 00000 n 
-0002389327 00000 n 
-0002389581 00000 n 
-0002389627 00000 n 
-0002389855 00000 n 
-0002390085 00000 n 
-0002390313 00000 n 
-0002390545 00000 n 
-0002390602 00000 n 
-0002390814 00000 n 
-0002391035 00000 n 
-0002410714 00000 n 
-0002410969 00000 n 
-0002411208 00000 n 
-0002411455 00000 n 
-0002425735 00000 n 
-0002426077 00000 n 
-0002426123 00000 n 
-0002426334 00000 n 
-0002426557 00000 n 
-0002426780 00000 n 
-0002427003 00000 n 
-0002427226 00000 n 
-0002427462 00000 n 
-0002427699 00000 n 
-0002427901 00000 n 
-0002427958 00000 n 
-0002428015 00000 n 
-0002470356 00000 n 
-0002470633 00000 n 
-0002470852 00000 n 
-0002471086 00000 n 
-0002471315 00000 n 
-0002509041 00000 n 
-0002509315 00000 n 
-0002509361 00000 n 
-0002509596 00000 n 
-0002537557 00000 n 
-0002537860 00000 n 
-0002538084 00000 n 
-0002538130 00000 n 
-0002538343 00000 n 
-0002538401 00000 n 
-0002538641 00000 n 
-0002578912 00000 n 
-0002579210 00000 n 
-0002579256 00000 n 
-0002579448 00000 n 
-0002579644 00000 n 
-0002579874 00000 n 
-0002580103 00000 n 
-0002632667 00000 n 
-0002632994 00000 n 
-0002633040 00000 n 
-0002633273 00000 n 
-0002633490 00000 n 
-0002633717 00000 n 
-0002633931 00000 n 
-0002634144 00000 n 
-0002634358 00000 n 
-0002670166 00000 n 
-0002670443 00000 n 
-0002670693 00000 n 
-0002670918 00000 n 
-0002671152 00000 n 
-0002707699 00000 n 
-0002707973 00000 n 
-0002708030 00000 n 
-0002708258 00000 n 
-0002712299 00000 n 
-0002712567 00000 n 
-0002712613 00000 n 
-0002712864 00000 n 
-0002713079 00000 n 
-0002713125 00000 n 
-0002713568 00000 n 
-0002755797 00000 n 
-0002756074 00000 n 
-0002756293 00000 n 
-0002756520 00000 n 
-0002756741 00000 n 
-0002783130 00000 n 
-0002783404 00000 n 
-0002783461 00000 n 
-0002783684 00000 n 
-0002783742 00000 n 
-0002784234 00000 n 
-0002827853 00000 n 
-0002828156 00000 n 
-0002828369 00000 n 
-0002828580 00000 n 
-0002828804 00000 n 
-0002867989 00000 n 
-0002868250 00000 n 
-0002868458 00000 n 
-0002882067 00000 n 
-0002882383 00000 n 
-0002882578 00000 n 
-0002882635 00000 n 
-0002882693 00000 n 
-0002882918 00000 n 
-0002883164 00000 n 
-0002920670 00000 n 
-0002920955 00000 n 
-0002921190 00000 n 
-0002921399 00000 n 
-0002921614 00000 n 
-0002921839 00000 n 
-0002930485 00000 n 
-0002930774 00000 n 
-0002930980 00000 n 
-0002931202 00000 n 
-0002931420 00000 n 
-0002931478 00000 n 
-0002980616 00000 n 
-0002980877 00000 n 
-0002981090 00000 n 
-0003018898 00000 n 
-0003019196 00000 n 
-0003019242 00000 n 
-0003019820 00000 n 
-0003020032 00000 n 
-0003020244 00000 n 
-0003020468 00000 n 
-0003020694 00000 n 
-0003020824 00000 n 
-0003020945 00000 n 
-0003021070 00000 n 
-0003021196 00000 n 
-0003021344 00000 n 
-0003021483 00000 n 
-0003021640 00000 n 
-0003021788 00000 n 
-0003021935 00000 n 
-0003022092 00000 n 
-0003022239 00000 n 
-0003022397 00000 n 
-0003022556 00000 n 
-0003022715 00000 n 
-0003022889 00000 n 
-0003023076 00000 n 
-0003023274 00000 n 
-0003023459 00000 n 
-0003023624 00000 n 
-0003023789 00000 n 
-0003023949 00000 n 
-0003024121 00000 n 
-0003024289 00000 n 
-0003024457 00000 n 
-0003024620 00000 n 
-0003024795 00000 n 
-0003024967 00000 n 
-0003025139 00000 n 
-0003025308 00000 n 
-0003025477 00000 n 
-0003025632 00000 n 
-0003025797 00000 n 
-0003025962 00000 n 
-0003026127 00000 n 
-0003026289 00000 n 
-0003026462 00000 n 
-0003026619 00000 n 
-0003026787 00000 n 
-0003026945 00000 n 
-0003027113 00000 n 
-0003027281 00000 n 
-0003027449 00000 n 
-0003027596 00000 n 
-0003027755 00000 n 
-0003027909 00000 n 
-0003028073 00000 n 
-0003028235 00000 n 
-0003028399 00000 n 
-0003028554 00000 n 
-0003028719 00000 n 
-0003028881 00000 n 
-0003029045 00000 n 
-0003029200 00000 n 
-0003029366 00000 n 
-0003029654 00000 n 
-0003029735 00000 n 
-0003029955 00000 n 
-0003030151 00000 n 
-0003030462 00000 n 
-0003030639 00000 n 
-0003030870 00000 n 
-0003031118 00000 n 
-0003031331 00000 n 
-0003031533 00000 n 
-0003031826 00000 n 
-0003032079 00000 n 
-0003032287 00000 n 
-0003032527 00000 n 
-0003032751 00000 n 
-0003032975 00000 n 
-0003033179 00000 n 
-0003033428 00000 n 
-0003033672 00000 n 
-0003033880 00000 n 
-0003034088 00000 n 
-0003034272 00000 n 
-0003034449 00000 n 
-0003034622 00000 n 
-0003034835 00000 n 
-0003035008 00000 n 
-0003035253 00000 n 
-0003035430 00000 n 
-0003035691 00000 n 
-0003035888 00000 n 
-0003036304 00000 n 
-0003045279 00000 n 
-0003045497 00000 n 
-0003046861 00000 n 
-0003047917 00000 n 
-0003055059 00000 n 
-0003055282 00000 n 
-0003056646 00000 n 
-0003057729 00000 n 
-0003063322 00000 n 
-0003063538 00000 n 
-0003064902 00000 n 
-0003065957 00000 n 
-0003067355 00000 n 
-0003067575 00000 n 
-0003068939 00000 n 
-0003070079 00000 n 
-0003071533 00000 n 
-0003071746 00000 n 
-0003072068 00000 n 
-0003072985 00000 n 
-0003078509 00000 n 
-0003078737 00000 n 
-0003080101 00000 n 
-0003081189 00000 n 
-0003084090 00000 n 
-0003084306 00000 n 
-0003084675 00000 n 
-0003085814 00000 n 
-0003086979 00000 n 
-0003087197 00000 n 
-0003087501 00000 n 
+0001270884 00000 n 
+0001271187 00000 n 
+0001271233 00000 n 
+0001271796 00000 n 
+0001271970 00000 n 
+0001272165 00000 n 
+0001272367 00000 n 
+0001272424 00000 n 
+0001272481 00000 n 
+0001310533 00000 n 
+0001310804 00000 n 
+0001310850 00000 n 
+0001311057 00000 n 
+0001311244 00000 n 
+0001311461 00000 n 
+0001311650 00000 n 
+0001311695 00000 n 
+0001333801 00000 n 
+0001334085 00000 n 
+0001334292 00000 n 
+0001334517 00000 n 
+0001334563 00000 n 
+0001334735 00000 n 
+0001334781 00000 n 
+0001334953 00000 n 
+0001334999 00000 n 
+0001361860 00000 n 
+0001362120 00000 n 
+0001362177 00000 n 
+0001362235 00000 n 
+0001362414 00000 n 
+0001377829 00000 n 
+0001378105 00000 n 
+0001378292 00000 n 
+0001378524 00000 n 
+0001378581 00000 n 
+0001378829 00000 n 
+0001408176 00000 n 
+0001408419 00000 n 
+0001434537 00000 n 
+0001434834 00000 n 
+0001434880 00000 n 
+0001435546 00000 n 
+0001435603 00000 n 
+0001435855 00000 n 
+0001436105 00000 n 
+0001436344 00000 n 
+0001436593 00000 n 
+0001466236 00000 n 
+0001466741 00000 n 
+0001466976 00000 n 
+0001467188 00000 n 
+0001467411 00000 n 
+0001467654 00000 n 
+0001467884 00000 n 
+0001468115 00000 n 
+0001468357 00000 n 
+0001468567 00000 n 
+0001468764 00000 n 
+0001468982 00000 n 
+0001469215 00000 n 
+0001469435 00000 n 
+0001469656 00000 n 
+0001469868 00000 n 
+0001470067 00000 n 
+0001470287 00000 n 
+0001470515 00000 n 
+0001470730 00000 n 
+0001470958 00000 n 
+0001471173 00000 n 
+0001471401 00000 n 
+0001471630 00000 n 
+0001471847 00000 n 
+0001472078 00000 n 
+0001472295 00000 n 
+0001472524 00000 n 
+0001472755 00000 n 
+0001472984 00000 n 
+0001473215 00000 n 
+0001473446 00000 n 
+0001473504 00000 n 
+0001490719 00000 n 
+0001491101 00000 n 
+0001491330 00000 n 
+0001491580 00000 n 
+0001491637 00000 n 
+0001491872 00000 n 
+0001492110 00000 n 
+0001492168 00000 n 
+0001492418 00000 n 
+0001492639 00000 n 
+0001492697 00000 n 
+0001492928 00000 n 
+0001493177 00000 n 
+0001493234 00000 n 
+0001493479 00000 n 
+0001493685 00000 n 
+0001493886 00000 n 
+0001494131 00000 n 
+0001494367 00000 n 
+0001512118 00000 n 
+0001512479 00000 n 
+0001512703 00000 n 
+0001512901 00000 n 
+0001512947 00000 n 
+0001513178 00000 n 
+0001513393 00000 n 
+0001513450 00000 n 
+0001513681 00000 n 
+0001513904 00000 n 
+0001513962 00000 n 
+0001514203 00000 n 
+0001514447 00000 n 
+0001514668 00000 n 
+0001514897 00000 n 
+0001515119 00000 n 
+0001515176 00000 n 
+0001515934 00000 n 
+0001516159 00000 n 
+0001534581 00000 n 
+0001534942 00000 n 
+0001535165 00000 n 
+0001535391 00000 n 
+0001535603 00000 n 
+0001535823 00000 n 
+0001536030 00000 n 
+0001536238 00000 n 
+0001536456 00000 n 
+0001536661 00000 n 
+0001536867 00000 n 
+0001537111 00000 n 
+0001537340 00000 n 
+0001537570 00000 n 
+0001549191 00000 n 
+0001549491 00000 n 
+0001549731 00000 n 
+0001549958 00000 n 
+0001550186 00000 n 
+0001550243 00000 n 
+0001550483 00000 n 
+0001550725 00000 n 
+0001550969 00000 n 
+0001551027 00000 n 
+0001600370 00000 n 
+0001600626 00000 n 
+0001612160 00000 n 
+0001612442 00000 n 
+0001612499 00000 n 
+0001612740 00000 n 
+0001612972 00000 n 
+0001613029 00000 n 
+0001651292 00000 n 
+0001651603 00000 n 
+0001651835 00000 n 
+0001652065 00000 n 
+0001652309 00000 n 
+0001652366 00000 n 
+0001652607 00000 n 
+0001686889 00000 n 
+0001687184 00000 n 
+0001687230 00000 n 
+0001687466 00000 n 
+0001687523 00000 n 
+0001687766 00000 n 
+0001719177 00000 n 
+0001719496 00000 n 
+0001719553 00000 n 
+0001719785 00000 n 
+0001719842 00000 n 
+0001720080 00000 n 
+0001720323 00000 n 
+0001720565 00000 n 
+0001720800 00000 n 
+0001730197 00000 n 
+0001730489 00000 n 
+0001730718 00000 n 
+0001730924 00000 n 
+0001731153 00000 n 
+0001731388 00000 n 
+0001731595 00000 n 
+0001741546 00000 n 
+0001741862 00000 n 
+0001742070 00000 n 
+0001742275 00000 n 
+0001742503 00000 n 
+0001742731 00000 n 
+0001742964 00000 n 
+0001743195 00000 n 
+0001743426 00000 n 
+0001743658 00000 n 
+0001759323 00000 n 
+0001759636 00000 n 
+0001759868 00000 n 
+0001760077 00000 n 
+0001760297 00000 n 
+0001760535 00000 n 
+0001760581 00000 n 
+0001760817 00000 n 
+0001761025 00000 n 
+0001761083 00000 n 
+0001780141 00000 n 
+0001780528 00000 n 
+0001780765 00000 n 
+0001780996 00000 n 
+0001781042 00000 n 
+0001781279 00000 n 
+0001781336 00000 n 
+0001781594 00000 n 
+0001781852 00000 n 
+0001782100 00000 n 
+0001782362 00000 n 
+0001782623 00000 n 
+0001782873 00000 n 
+0001783145 00000 n 
+0001783417 00000 n 
+0001783690 00000 n 
+0001802198 00000 n 
+0001802583 00000 n 
+0001802830 00000 n 
+0001803064 00000 n 
+0001803299 00000 n 
+0001803549 00000 n 
+0001803786 00000 n 
+0001804024 00000 n 
+0001804297 00000 n 
+0001804570 00000 n 
+0001804844 00000 n 
+0001805097 00000 n 
+0001805336 00000 n 
+0001805575 00000 n 
+0001805848 00000 n 
+0001806123 00000 n 
+0001806397 00000 n 
+0001821829 00000 n 
+0001822190 00000 n 
+0001822439 00000 n 
+0001822675 00000 n 
+0001822912 00000 n 
+0001823185 00000 n 
+0001823458 00000 n 
+0001823712 00000 n 
+0001823960 00000 n 
+0001824175 00000 n 
+0001824411 00000 n 
+0001824684 00000 n 
+0001824957 00000 n 
+0001825233 00000 n 
+0001838753 00000 n 
+0001839122 00000 n 
+0001839371 00000 n 
+0001839597 00000 n 
+0001839834 00000 n 
+0001840107 00000 n 
+0001840380 00000 n 
+0001840656 00000 n 
+0001840713 00000 n 
+0001840957 00000 n 
+0001841200 00000 n 
+0001841446 00000 n 
+0001841693 00000 n 
+0001841938 00000 n 
+0001842182 00000 n 
+0001842427 00000 n 
+0001859062 00000 n 
+0001859412 00000 n 
+0001859458 00000 n 
+0001859697 00000 n 
+0001859923 00000 n 
+0001859980 00000 n 
+0001860239 00000 n 
+0001860296 00000 n 
+0001860555 00000 n 
+0001860831 00000 n 
+0001860889 00000 n 
+0001861147 00000 n 
+0001861413 00000 n 
+0001861470 00000 n 
+0001862120 00000 n 
+0001862381 00000 n 
+0001862657 00000 n 
+0001887101 00000 n 
+0001887424 00000 n 
+0001887470 00000 n 
+0001887709 00000 n 
+0001887938 00000 n 
+0001887995 00000 n 
+0001888254 00000 n 
+0001888515 00000 n 
+0001888572 00000 n 
+0001906012 00000 n 
+0001906267 00000 n 
+0001906313 00000 n 
+0001949515 00000 n 
+0001949788 00000 n 
+0001950005 00000 n 
+0001950051 00000 n 
+0002005945 00000 n 
+0002006218 00000 n 
+0002006457 00000 n 
+0002006515 00000 n 
+0002006572 00000 n 
+0002006630 00000 n 
+0002007195 00000 n 
+0002007253 00000 n 
+0002060150 00000 n 
+0002060405 00000 n 
+0002060451 00000 n 
+0002060508 00000 n 
+0002087224 00000 n 
+0002087530 00000 n 
+0002087576 00000 n 
+0002087792 00000 n 
+0002092970 00000 n 
+0002094775 00000 n 
+0002094999 00000 n 
+0002125315 00000 n 
+0002125557 00000 n 
+0002125614 00000 n 
+0002156438 00000 n 
+0002156741 00000 n 
+0002156787 00000 n 
+0002156989 00000 n 
+0002157046 00000 n 
+0002157255 00000 n 
+0002157486 00000 n 
+0002157543 00000 n 
+0002158018 00000 n 
+0002189753 00000 n 
+0002190035 00000 n 
+0002190081 00000 n 
+0002190304 00000 n 
+0002190361 00000 n 
+0002190572 00000 n 
+0002190630 00000 n 
+0002211548 00000 n 
+0002211872 00000 n 
+0002211929 00000 n 
+0002211986 00000 n 
+0002212203 00000 n 
+0002212260 00000 n 
+0002212318 00000 n 
+0002212562 00000 n 
+0002212787 00000 n 
+0002213023 00000 n 
+0002237003 00000 n 
+0002237327 00000 n 
+0002237551 00000 n 
+0002237746 00000 n 
+0002237803 00000 n 
+0002238036 00000 n 
+0002238260 00000 n 
+0002238486 00000 n 
+0002238716 00000 n 
+0002238959 00000 n 
+0002239187 00000 n 
+0002239244 00000 n 
+0002239302 00000 n 
+0002239522 00000 n 
+0002264884 00000 n 
+0002265197 00000 n 
+0002265439 00000 n 
+0002265658 00000 n 
+0002265704 00000 n 
+0002265761 00000 n 
+0002266005 00000 n 
+0002266226 00000 n 
+0002266283 00000 n 
+0002266523 00000 n 
+0002266764 00000 n 
+0002281684 00000 n 
+0002281989 00000 n 
+0002282035 00000 n 
+0002282237 00000 n 
+0002282283 00000 n 
+0002282543 00000 n 
+0002282600 00000 n 
+0002282657 00000 n 
+0002282861 00000 n 
+0002282919 00000 n 
+0002282977 00000 n 
+0002283205 00000 n 
+0002283262 00000 n 
+0002283489 00000 n 
+0002304285 00000 n 
+0002304623 00000 n 
+0002304838 00000 n 
+0002305076 00000 n 
+0002305122 00000 n 
+0002305340 00000 n 
+0002305397 00000 n 
+0002305619 00000 n 
+0002305677 00000 n 
+0002305735 00000 n 
+0002305955 00000 n 
+0002306013 00000 n 
+0002306238 00000 n 
+0002306478 00000 n 
+0002306536 00000 n 
+0002307193 00000 n 
+0002307401 00000 n 
+0002307640 00000 n 
+0002341437 00000 n 
+0002341743 00000 n 
+0002341971 00000 n 
+0002342211 00000 n 
+0002342429 00000 n 
+0002342639 00000 n 
+0002342697 00000 n 
+0002342940 00000 n 
+0002342998 00000 n 
+0002361640 00000 n 
+0002361946 00000 n 
+0002361992 00000 n 
+0002362225 00000 n 
+0002362443 00000 n 
+0002362500 00000 n 
+0002362734 00000 n 
+0002362791 00000 n 
+0002363042 00000 n 
+0002363100 00000 n 
+0002363158 00000 n 
+0002363392 00000 n 
+0002363449 00000 n 
+0002364115 00000 n 
+0002386259 00000 n 
+0002386631 00000 n 
+0002386807 00000 n 
+0002386996 00000 n 
+0002387192 00000 n 
+0002387382 00000 n 
+0002387566 00000 n 
+0002387756 00000 n 
+0002387969 00000 n 
+0002388208 00000 n 
+0002388462 00000 n 
+0002388508 00000 n 
+0002388736 00000 n 
+0002388966 00000 n 
+0002389194 00000 n 
+0002389426 00000 n 
+0002389483 00000 n 
+0002389695 00000 n 
+0002389916 00000 n 
+0002409595 00000 n 
+0002409850 00000 n 
+0002410089 00000 n 
+0002410336 00000 n 
+0002424616 00000 n 
+0002424958 00000 n 
+0002425004 00000 n 
+0002425215 00000 n 
+0002425438 00000 n 
+0002425661 00000 n 
+0002425884 00000 n 
+0002426107 00000 n 
+0002426343 00000 n 
+0002426580 00000 n 
+0002426782 00000 n 
+0002426839 00000 n 
+0002426896 00000 n 
+0002469237 00000 n 
+0002469514 00000 n 
+0002469733 00000 n 
+0002469967 00000 n 
+0002470196 00000 n 
+0002507922 00000 n 
+0002508196 00000 n 
+0002508242 00000 n 
+0002508477 00000 n 
+0002536438 00000 n 
+0002536741 00000 n 
+0002536965 00000 n 
+0002537011 00000 n 
+0002537224 00000 n 
+0002537282 00000 n 
+0002537522 00000 n 
+0002577793 00000 n 
+0002578091 00000 n 
+0002578137 00000 n 
+0002578329 00000 n 
+0002578525 00000 n 
+0002578755 00000 n 
+0002578984 00000 n 
+0002631548 00000 n 
+0002631875 00000 n 
+0002631921 00000 n 
+0002632154 00000 n 
+0002632371 00000 n 
+0002632598 00000 n 
+0002632812 00000 n 
+0002633025 00000 n 
+0002633239 00000 n 
+0002669047 00000 n 
+0002669324 00000 n 
+0002669574 00000 n 
+0002669799 00000 n 
+0002670033 00000 n 
+0002706580 00000 n 
+0002706854 00000 n 
+0002706911 00000 n 
+0002707139 00000 n 
+0002711180 00000 n 
+0002711448 00000 n 
+0002711494 00000 n 
+0002711745 00000 n 
+0002711960 00000 n 
+0002712006 00000 n 
+0002712449 00000 n 
+0002754678 00000 n 
+0002754955 00000 n 
+0002755174 00000 n 
+0002755401 00000 n 
+0002755622 00000 n 
+0002782011 00000 n 
+0002782285 00000 n 
+0002782342 00000 n 
+0002782565 00000 n 
+0002782623 00000 n 
+0002783115 00000 n 
+0002826734 00000 n 
+0002827037 00000 n 
+0002827250 00000 n 
+0002827461 00000 n 
+0002827685 00000 n 
+0002866870 00000 n 
+0002867131 00000 n 
+0002867339 00000 n 
+0002880948 00000 n 
+0002881264 00000 n 
+0002881459 00000 n 
+0002881516 00000 n 
+0002881574 00000 n 
+0002881799 00000 n 
+0002882045 00000 n 
+0002919551 00000 n 
+0002919836 00000 n 
+0002920071 00000 n 
+0002920280 00000 n 
+0002920495 00000 n 
+0002920720 00000 n 
+0002929366 00000 n 
+0002929655 00000 n 
+0002929861 00000 n 
+0002930083 00000 n 
+0002930301 00000 n 
+0002930359 00000 n 
+0002979497 00000 n 
+0002979758 00000 n 
+0002979971 00000 n 
+0003017779 00000 n 
+0003018077 00000 n 
+0003018123 00000 n 
+0003018701 00000 n 
+0003018913 00000 n 
+0003019125 00000 n 
+0003019349 00000 n 
+0003019575 00000 n 
+0003019705 00000 n 
+0003019826 00000 n 
+0003019951 00000 n 
+0003020077 00000 n 
+0003020225 00000 n 
+0003020364 00000 n 
+0003020521 00000 n 
+0003020669 00000 n 
+0003020816 00000 n 
+0003020973 00000 n 
+0003021120 00000 n 
+0003021278 00000 n 
+0003021437 00000 n 
+0003021596 00000 n 
+0003021770 00000 n 
+0003021957 00000 n 
+0003022155 00000 n 
+0003022340 00000 n 
+0003022505 00000 n 
+0003022670 00000 n 
+0003022830 00000 n 
+0003023002 00000 n 
+0003023170 00000 n 
+0003023338 00000 n 
+0003023501 00000 n 
+0003023676 00000 n 
+0003023848 00000 n 
+0003024020 00000 n 
+0003024189 00000 n 
+0003024358 00000 n 
+0003024513 00000 n 
+0003024678 00000 n 
+0003024843 00000 n 
+0003025008 00000 n 
+0003025170 00000 n 
+0003025343 00000 n 
+0003025500 00000 n 
+0003025668 00000 n 
+0003025826 00000 n 
+0003025994 00000 n 
+0003026162 00000 n 
+0003026330 00000 n 
+0003026477 00000 n 
+0003026636 00000 n 
+0003026790 00000 n 
+0003026954 00000 n 
+0003027116 00000 n 
+0003027280 00000 n 
+0003027435 00000 n 
+0003027600 00000 n 
+0003027762 00000 n 
+0003027926 00000 n 
+0003028081 00000 n 
+0003028247 00000 n 
+0003028535 00000 n 
+0003028616 00000 n 
+0003028836 00000 n 
+0003029032 00000 n 
+0003029343 00000 n 
+0003029520 00000 n 
+0003029751 00000 n 
+0003029999 00000 n 
+0003030212 00000 n 
+0003030414 00000 n 
+0003030707 00000 n 
+0003030960 00000 n 
+0003031168 00000 n 
+0003031408 00000 n 
+0003031632 00000 n 
+0003031856 00000 n 
+0003032060 00000 n 
+0003032309 00000 n 
+0003032553 00000 n 
+0003032761 00000 n 
+0003032969 00000 n 
+0003033153 00000 n 
+0003033330 00000 n 
+0003033503 00000 n 
+0003033716 00000 n 
+0003033889 00000 n 
+0003034134 00000 n 
+0003034311 00000 n 
+0003034572 00000 n 
+0003034769 00000 n 
+0003035185 00000 n 
+0003044160 00000 n 
+0003044378 00000 n 
+0003045742 00000 n 
+0003046798 00000 n 
+0003053940 00000 n 
+0003054163 00000 n 
+0003055527 00000 n 
+0003056610 00000 n 
+0003062203 00000 n 
+0003062419 00000 n 
+0003063783 00000 n 
+0003064838 00000 n 
+0003066236 00000 n 
+0003066456 00000 n 
+0003067820 00000 n 
+0003068960 00000 n 
+0003070414 00000 n 
+0003070627 00000 n 
+0003070949 00000 n 
+0003071866 00000 n 
+0003077390 00000 n 
+0003077618 00000 n 
+0003078982 00000 n 
+0003080070 00000 n 
+0003082971 00000 n 
+0003083187 00000 n 
+0003083556 00000 n 
+0003084695 00000 n 
+0003085860 00000 n 
+0003086078 00000 n 
+0003086382 00000 n 
 trailer
 << /Size 1096
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-3088639
+3087520
 %%EOF

http://git-wip-us.apache.org/repos/asf/isis-site/blob/0ceac89f/content/guides/rgmvn/rgmvn.html
----------------------------------------------------------------------
diff --git a/content/guides/rgmvn/rgmvn.html b/content/guides/rgmvn/rgmvn.html
index ae9288e..34d4371 100644
--- a/content/guides/rgmvn/rgmvn.html
+++ b/content/guides/rgmvn/rgmvn.html
@@ -916,7 +916,7 @@ public <span class="type">class</span> <span class="class">DomainAppDomManifest<
          <p>The rest of this section explains how to configure a new <code>xsd</code> submodule that uses the <code>isis-maven-plugin</code> along with other standard plugins in order to generate both XSDs and DTOs. The <code>pom.xml</code> described below uses Maven profiles to separate out these two responsibilities.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__rgmvn_xsd">5.1. <code>xsd</code> submodule</h3> 
+         <h3 id="__rgmvn_xsd_xsd-submodule">5.1. <code>xsd</code> submodule</h3> 
          <div class="paragraph"> 
           <p>We recommend creating a new submodule that will perform the following build steps:</p> 
          </div> 
@@ -951,9 +951,9 @@ public <span class="type">class</span> <span class="class">DomainAppDomManifest<
     <span class="tag">&lt;modelVersion&gt;</span>4.0.0<span class="tag">&lt;/modelVersion&gt;</span>
 
     <span class="tag">&lt;parent&gt;</span>
-        <span class="tag">&lt;groupId&gt;</span>mleder.analistappb<span class="tag">&lt;/groupId&gt;</span>
+        <span class="tag">&lt;groupId&gt;</span>com.mycompany<span class="tag">&lt;/groupId&gt;</span>
         <span class="tag">&lt;artifactId&gt;</span>todoapp<span class="tag">&lt;/artifactId&gt;</span>
-        <span class="tag">&lt;version&gt;</span>1.15.0-SNAPSHOT<span class="tag">&lt;/version&gt;</span>
+        <span class="tag">&lt;version&gt;</span>1.0.0-SNAPSHOT<span class="tag">&lt;/version&gt;</span>
     <span class="tag">&lt;/parent&gt;</span>
 
     <span class="tag">&lt;artifactId&gt;</span>todoapp-xsd<span class="tag">&lt;/artifactId&gt;</span>
@@ -988,17 +988,20 @@ public <span class="type">class</span> <span class="class">DomainAppDomManifest<
             </tr> 
             <tr> 
              <td><i class="conum" data-value="2"></i><b>2</b></td> 
-             <td>XSD generation, to run the <code>xsd</code> goal and then assemble into a zip file; within a profile for modularity</td> 
+             <td>XSD generation, to run the <code>xsd</code> goal and then assemble into a zip file; within a profile for modularity; see section <a href="#__rgmvn_xsd_xsd-submodule_xsd-profile">below</a></td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="3"></i><b>3</b></td> 
-             <td>XJC generation, to run the <code>xjc</code> to generate Java DTO classes from XSDs; within a profile for modularity</td> 
+             <td>XJC generation, to run the <code>xjc</code> to generate Java DTO classes from XSDs; within a profile for modularity; see section <a href="#__rgmvn_xsd_xsd-submodule_xjc-profile">below</a></td> 
             </tr> 
            </tbody>
           </table> 
          </div> 
+         <div class="paragraph"> 
+          <p>The <a href="#<em>rgmvn_xsd_xsd-submodule_xsd-profile">sections</a> <a href="#</em>rgmvn_xsd_xsd-submodule_xjc-profile">below</a> flesh out the gaps.</p> 
+         </div> 
          <div class="sect3"> 
-          <h4 id="_xsd_profile">5.1.1. XSD profile</h4> 
+          <h4 id="__rgmvn_xsd_xsd-submodule_xsd-profile">5.1.1. XSD profile</h4> 
           <div class="paragraph"> 
            <p>The <code>isis-xsd</code> profile runs the <code>xsd</code> goal of the <code>isis-maven-plugin</code>; these are then zipped up by the assembly plugin:</p> 
           </div> 
@@ -1134,7 +1137,7 @@ public <span class="type">class</span> <span class="class">DomainAppDomManifest<
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_xjc_profile">5.1.2. XJC profile</h4> 
+          <h4 id="__rgmvn_xsd_xsd-submodule_xjc-profile">5.1.2. XJC profile</h4> 
           <div class="paragraph"> 
            <p>The <code>xjc</code> profile reads the XSD generated by the <code>xsd</code> goal, and from it generates Java DTOs. Note that this isn’t round-tripping: the original view model is only for use within the Isis app, whereas the DTO generated from the XSDs is for use in a standalone context, eg in a Java subscriber on an event bus.</p> 
           </div> 


[3/8] isis-site git commit: ISIS-1465: updates to docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/0ceac89f/content/guides/ugbtb/ugbtb.html
----------------------------------------------------------------------
diff --git a/content/guides/ugbtb/ugbtb.html b/content/guides/ugbtb/ugbtb.html
index 762dee7..b371daa 100644
--- a/content/guides/ugbtb/ugbtb.html
+++ b/content/guides/ugbtb/ugbtb.html
@@ -3055,58 +3055,15 @@ LocalProvider localeProvider;</code></pre>
            </tbody>
           </table> 
          </div> 
-        </div> 
-        <div class="sect2"> 
-         <h3 id="_ugbtb_deployment_tomcat">6.2. Deploying to Tomcat</h3>
-         <div class="btn-group" style="float: right; font-size: small; padding: 6px; margin-top: -55px; ">
-          <button type="button" class="btn btn-xs btn-default" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_tomcat.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
-          <button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="caret"></span><span class="sr-only">Toggle Dropdown</span></button>
-          <ul class="dropdown-menu">
-           <li><a href="https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_tomcat.adoc" target="_blank"><i class="fa fa-pencil-square-o fa-fw" aria-hidden="true"></i>&nbsp; Edit</a></li>
-           <li><a href="https://github.com/apache/isis/commits/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_tomcat.adoc" target="_blank"><i class="fa fa-clock-o fa-fw" aria-hidden="true"></i>&nbsp; History</a></li>
-           <li><a href="https://github.com/apache/isis/raw/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_tomcat.adoc" target="_blank"><i class="fa fa-file-text-o fa-fw" aria-hidden="true"></i>&nbsp; Raw</a></li>
-           <li><a href="https://github.com/apache/isis/blame/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_tomcat.adoc" target="_blank"><i class="fa fa-hand-o-right fa-fw" aria-hidden="true"></i>&nbsp; Blame</a></li>
-          </ul>
-         </div> 
-         <div class="paragraph"> 
-          <p>Some pointers when deploying to Tomcat (or any other servlet container).</p> 
-         </div> 
-         <div class="sect3"> 
-          <h4 id="_externalized_configuration">6.2.1. Externalized Configuration</h4> 
-          <div class="paragraph"> 
-           <p>See the guidance <a href="../ugbtb/ugbtb.html#_ugbtb_deployment_externalized-configuration">below</a>.</p> 
-          </div> 
-         </div> 
-         <div class="sect3"> 
-          <h4 id="_jvm_args">6.2.2. JVM Args</h4> 
-          <div class="paragraph"> 
-           <p>The <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-api_WrapperFactory"><code>WrapperFactory</code></a> uses <a href="http://www.javassist.org">Javassist</a> to create on-the-fly classes acting as a proxy. The cost of these proxies can be mitigated using:</p> 
-          </div> 
-          <div class="listingblock"> 
-           <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="ini">-XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC</code></pre> 
-           </div> 
-          </div> 
-         </div> 
-         <div class="sect3"> 
-          <h4 id="_using_a_jndi_datasource">6.2.3. Using a JNDI Datasource</h4> 
-          <div class="paragraph"> 
-           <p>See the guidance in the <a href="../ugodn/ugodn.html#_ugodn_configuring_using-jndi-data-source">configuring datanucleus</a> section.</p> 
+         <div class="literalblock"> 
+          <div class="content"> 
+           <pre>    [[_ugbtb_deployment_externalized-configuration]]
+= Externalized Configuration
+:Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR  CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
+:_basedir: ../../
+:_imagesdir: images/</pre> 
           </div> 
          </div> 
-        </div> 
-        <div class="sect2"> 
-         <h3 id="_ugbtb_deployment_externalized-configuration">6.3. Externalized Configuration</h3>
-         <div class="btn-group" style="float: right; font-size: small; padding: 6px; margin-top: -55px; ">
-          <button type="button" class="btn btn-xs btn-default" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_externalized-configuration.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
-          <button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="caret"></span><span class="sr-only">Toggle Dropdown</span></button>
-          <ul class="dropdown-menu">
-           <li><a href="https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_externalized-configuration.adoc" target="_blank"><i class="fa fa-pencil-square-o fa-fw" aria-hidden="true"></i>&nbsp; Edit</a></li>
-           <li><a href="https://github.com/apache/isis/commits/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_externalized-configuration.adoc" target="_blank"><i class="fa fa-clock-o fa-fw" aria-hidden="true"></i>&nbsp; History</a></li>
-           <li><a href="https://github.com/apache/isis/raw/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_externalized-configuration.adoc" target="_blank"><i class="fa fa-file-text-o fa-fw" aria-hidden="true"></i>&nbsp; Raw</a></li>
-           <li><a href="https://github.com/apache/isis/blame/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_externalized-configuration.adoc" target="_blank"><i class="fa fa-hand-o-right fa-fw" aria-hidden="true"></i>&nbsp; Blame</a></li>
-          </ul>
-         </div> 
          <div class="paragraph"> 
           <p>As described <a href="../rgcfg/rgcfg.html#_rgcfg_configuration-files">here</a>, by default Apache Isis itself bootstraps from the <code>isis.properties</code> configuration file. It will also read configuration from the (optional) component/implementation-specific configuration files (such as <code>persistor_datanucleus.properties</code> or <code>viewer_wicket.properties</code>), and also (optional) component-specific configuration files (such as <code>persistor.properties</code> or <code>viewer.properties</code>).</p> 
          </div> 
@@ -3143,8 +3100,21 @@ LocalProvider localeProvider;</code></pre>
          <div class="paragraph"> 
           <p>Each of these frameworks has its own way of externalizing its configuration.</p> 
          </div> 
+         <div class="admonitionblock tip"> 
+          <table> 
+           <tbody>
+            <tr> 
+             <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> 
+             <td class="content"> 
+              <div class="paragraph"> 
+               <p>Subsequent sections explain how to externalize configuration for <a href="#_ugbtb_deployment_tomcat">Tomcat</a> and for <a href="#_ugbtb_deployment_docker">Docker</a>.</p> 
+              </div> </td> 
+            </tr> 
+           </tbody>
+          </table> 
+         </div> 
          <div class="sect3"> 
-          <h4 id="__ugbtb_deployment_externalized-configuration_Isis">6.3.1. Apache Isis' Config</h4> 
+          <h4 id="__ugbtb_deployment_externalized-configuration_Isis">6.1.1. Apache Isis' Config</h4> 
           <div class="paragraph"> 
            <p>To tell Apache Isis to load configuration from an external directory, specify the <code>isis.config.dir</code> context parameter.</p> 
           </div> 
@@ -3162,32 +3132,6 @@ LocalProvider localeProvider;</code></pre>
           <div class="paragraph"> 
            <p>If however the configuration directory varies by environment, then the context parameter will be specified to each installation of your servlet container. Most (if not all) servlet containers will provide a means to define context parameters through proprietary config files.</p> 
           </div> 
-          <div class="paragraph"> 
-           <p>For example, if using Tomcat 7.0, you would typically copy the empty <code>$TOMCAT_HOME/webapps/conf/context.xml</code> to a file specific to the webapp, for example <code>$TOMCAT_HOME/webapps/conf/todo.xml</code>. The context parameter would then be specified by adding the following:</p> 
-          </div> 
-          <div class="listingblock"> 
-           <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;Parameter</span> <span class="attribute-name">name</span>=<span class="string"><span class="delimiter">"</span><span class="content">isis.config.dir</span><span class="delimiter">"</span></span>
-           <span class="attribute-name">value</span>=<span class="string"><span class="delimiter">"</span><span class="content">/usr/local/tomcat/myapp/conf/</span><span class="delimiter">"</span></span>
-           <span class="attribute-name">override</span>=<span class="string"><span class="delimiter">"</span><span class="content">false</span><span class="delimiter">"</span></span><span class="tag">/&gt;</span></code></pre> 
-           </div> 
-          </div> 
-          <div class="admonitionblock important"> 
-           <table> 
-            <tbody>
-             <tr> 
-              <td class="icon"> <i class="fa icon-important" title="Important"></i> </td> 
-              <td class="content"> 
-               <div class="paragraph"> 
-                <p>Note that the <code>override</code> key should be set to "false", not "true". It indicates whether the application’s own <code>web.xml</code> can override the setting. In most cases, you probably want to disallow that.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
-          <div class="paragraph"> 
-           <p>For more detail, see the Tomcat documentation on <a href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Defining_a_context">defining a context</a> and on <a href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Context_Parameters">context parameters</a>.</p> 
-          </div> 
           <div class="admonitionblock note"> 
            <table> 
             <tbody>
@@ -3195,7 +3139,7 @@ LocalProvider localeProvider;</code></pre>
               <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
               <td class="content"> 
                <div class="paragraph"> 
-                <p>Note that running the app using Apache Isis' <code>org.apache.isis.WebServer</code> bootstrapper currently does not externalized Apache Isis configuration.</p> 
+                <p>Note that running the app using Apache Isis' <code>org.apache.isis.WebServer</code> bootstrapper does not use externalized Apache Isis configuration.</p> 
                </div> </td> 
              </tr> 
             </tbody>
@@ -3203,7 +3147,7 @@ LocalProvider localeProvider;</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__ugbtb_deployment_externalized-configuration_Shiro">6.3.2. Shiro Config</h4> 
+          <h4 id="__ugbtb_deployment_externalized-configuration_Shiro">6.1.2. Shiro Config</h4> 
           <div class="paragraph"> 
            <p>If using Apache Isis' <a href="../ugsec/ugsec.html#_ugsec_configuring-isis-to-use-shiro">Shiro integration</a> for authentication and/or authorization, note that it reads from the <code>shiro.ini</code> configuration file. By default this also resides in <code>WEB-INF</code>.</p> 
           </div> 
@@ -3235,37 +3179,40 @@ LocalProvider localeProvider;</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__ugbtb_deployment_externalized-configuration_Log4j">6.3.3. Log4j Config</h4> 
+          <h4 id="__ugbtb_deployment_externalized-configuration_Log4j">6.1.3. Log4j Config</h4> 
           <div class="paragraph"> 
            <p>By default Apache Isis configures log4j to read the <code>logging.properties</code> file in the <code>WEB-INF</code> directory. This can be overridden by setting the <code>log4j.properties</code> system property to the URL of the log4j properties file.</p> 
           </div> 
-          <div class="paragraph"> 
-           <p>For example, if deploying to Tomcat7, this amounts to adding the following to the <code>CATALINA_OPTS</code> flags:</p> 
-          </div> 
-          <div class="listingblock"> 
-           <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">export CATALINA_OPTS="-Dlog4j.configuration=/usr/local/tomcat/myapp/conf/logging.properties"</code></pre> 
+          <div class="sect4"> 
+           <h5 id="_tomcat">Tomcat</h5> 
+           <div class="paragraph"> 
+            <p>For example, if deploying to Tomcat7 or Tomcat8, this amounts to adding the following to the <code>CATALINA_OPTS</code> flags:</p> 
+           </div> 
+           <div class="listingblock"> 
+            <div class="content"> 
+             <pre class="CodeRay highlight"><code data-lang="bash">export CATALINA_OPTS="-Dlog4j.configuration=/usr/local/tomcat/myapp/conf/logging.properties"</code></pre> 
+            </div> 
+           </div> 
+           <div class="admonitionblock tip"> 
+            <table> 
+             <tbody>
+              <tr> 
+               <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> 
+               <td class="content"> 
+                <div class="paragraph"> 
+                 <p><code>CATALINA_OPTS</code> was called <code>TOMCAT_OPTS</code> in earlier versions of Tomcat.</p> 
+                </div> </td> 
+              </tr> 
+             </tbody>
+            </table> 
+           </div> 
+           <div class="paragraph"> 
+            <p>Further details an be found in the <a href="https://logging.apache.org/log4j/1.2/manual.html#Example_Configurations">log4j documentation</a>.</p> 
            </div> 
-          </div> 
-          <div class="admonitionblock tip"> 
-           <table> 
-            <tbody>
-             <tr> 
-              <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> 
-              <td class="content"> 
-               <div class="paragraph"> 
-                <p><code>CATALINA_OPTS</code> was called <code>TOMCAT_OPTS</code> in earlier versions of Tomcat.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
-          <div class="paragraph"> 
-           <p>Further details an be found in the <a href="https://logging.apache.org/log4j/1.2/manual.html#Example_Configurations">log4j documentation</a>.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_spring_config">6.3.4. Spring Config</h4> 
+          <h4 id="_spring_config">6.1.4. Spring Config</h4> 
           <div class="paragraph"> 
            <p>Although Apache Isis does not use Spring, it’s possible that your app may use other components that do use Spring. For example, the (non-ASF) <a href="http://github.com/isisaddons/isis-module-publishmq">Isis addons' publishmq</a> module uses ActiveMQ and Camel to support publishing; both of these leverage Spring.</p> 
           </div> 
@@ -3386,14 +3333,105 @@ LocalProvider localeProvider;</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_see_also">6.3.5. See also</h4> 
+          <h4 id="_jvm_args">6.1.5. JVM Args</h4> 
+          <div class="paragraph"> 
+           <p>The <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-api_WrapperFactory"><code>WrapperFactory</code></a> uses <a href="http://www.javassist.org">Javassist</a> to create on-the-fly classes acting as a proxy. The cost of these proxies can be mitigated using:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="ini">-XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC</code></pre> 
+           </div> 
+          </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_using_a_jndi_datasource">6.1.6. Using a JNDI Datasource</h4> 
+          <div class="paragraph"> 
+           <p>See the guidance in the <a href="../ugodn/ugodn.html#_ugodn_configuring_using-jndi-data-source">configuring datanucleus</a> section.</p> 
+          </div> 
+         </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_ugbtb_deployment_tomcat">6.2. Deploying to Tomcat</h3>
+         <div class="btn-group" style="float: right; font-size: small; padding: 6px; margin-top: -55px; ">
+          <button type="button" class="btn btn-xs btn-default" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_tomcat.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
+          <button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="caret"></span><span class="sr-only">Toggle Dropdown</span></button>
+          <ul class="dropdown-menu">
+           <li><a href="https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_tomcat.adoc" target="_blank"><i class="fa fa-pencil-square-o fa-fw" aria-hidden="true"></i>&nbsp; Edit</a></li>
+           <li><a href="https://github.com/apache/isis/commits/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_tomcat.adoc" target="_blank"><i class="fa fa-clock-o fa-fw" aria-hidden="true"></i>&nbsp; History</a></li>
+           <li><a href="https://github.com/apache/isis/raw/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_tomcat.adoc" target="_blank"><i class="fa fa-file-text-o fa-fw" aria-hidden="true"></i>&nbsp; Raw</a></li>
+           <li><a href="https://github.com/apache/isis/blame/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_tomcat.adoc" target="_blank"><i class="fa fa-hand-o-right fa-fw" aria-hidden="true"></i>&nbsp; Blame</a></li>
+          </ul>
+         </div> 
+         <div class="paragraph"> 
+          <p>Some pointers on how to <a href="#_ugbtb_deployment_externalized-configuration">externalize configuration</a> when deploying to Tomcat. Other servlet containers have similar mechanisms.</p> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_tomcat_8_0">6.2.1. Tomcat 8.0</h4> 
+          <div class="paragraph"> 
+           <p>If deploying Tomcat 8.0, create a file called <code>$TOMCAT_HOME/conf/Catalina/localhost/todoapp.xml</code>, where <code>todoapp.xml</code> corresponds to the name of the webapp being deployed, eg <code>todoapp.war</code>.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>The contents of this file would be something like:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="xml"><span class="preprocessor">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span>
+<span class="tag">&lt;Context&gt;</span>
+
+    <span class="tag">&lt;WatchedResource&gt;</span>WEB-INF/web.xml<span class="tag">&lt;/WatchedResource&gt;</span>
+    <span class="tag">&lt;Manager</span> <span class="attribute-name">pathname</span>=<span class="string"><span class="delimiter">"</span><span class="delimiter">"</span></span> <span class="tag">/&gt;</span>
+
+    <span class="tag">&lt;Parameter</span> <span class="attribute-name">name</span>=<span class="string"><span class="delimiter">"</span><span class="content">shiroConfigLocations</span><span class="delimiter">"</span></span>
+               <span class="attribute-name">value</span>=<span class="string"><span class="delimiter">"</span><span class="content">file:/var/todoapp/dev/shiro.ini</span><span class="delimiter">"</span></span>
+               <span class="attribute-name">override</span>=<span class="string"><span class="delimiter">"</span><span class="content">false</span><span class="delimiter">"</span></span> <span class="tag">/&gt;</span>
+
+    <span class="tag">&lt;Parameter</span> <span class="attribute-name">name</span>=<span class="string"><span class="delimiter">"</span><span class="content">isis.config.dir</span><span class="delimiter">"</span></span>
+               <span class="attribute-name">value</span>=<span class="string"><span class="delimiter">"</span><span class="content">/var/todoapp/dev/</span><span class="delimiter">"</span></span>
+               <span class="attribute-name">override</span>=<span class="string"><span class="delimiter">"</span><span class="content">false</span><span class="delimiter">"</span></span> <span class="tag">/&gt;</span>
+
+    <span class="tag">&lt;Parameter</span> <span class="attribute-name">name</span>=<span class="string"><span class="delimiter">"</span><span class="content">spring.config.file</span><span class="delimiter">"</span></span>
+               <span class="attribute-name">value</span>=<span class="string"><span class="delimiter">"</span><span class="content">file:/var/todoapp/dev/spring.properties</span><span class="delimiter">"</span></span>
+               <span class="attribute-name">override</span>=<span class="string"><span class="delimiter">"</span><span class="content">false</span><span class="delimiter">"</span></span> <span class="tag">/&gt;</span>
+
+    <span class="tag">&lt;Parameter</span> <span class="attribute-name">name</span>=<span class="string"><span class="delimiter">"</span><span class="content">wicket.configuration</span><span class="delimiter">"</span></span>
+               <span class="attribute-name">value</span>=<span class="string"><span class="delimiter">"</span><span class="content">development</span><span class="delimiter">"</span></span>
+               <span class="attribute-name">override</span>=<span class="string"><span class="delimiter">"</span><span class="content">false</span><span class="delimiter">"</span></span> <span class="tag">/&gt;</span>
+
+<span class="tag">&lt;/Context&gt;</span></code></pre> 
+           </div> 
+          </div> 
+          <div class="admonitionblock important"> 
+           <table> 
+            <tbody>
+             <tr> 
+              <td class="icon"> <i class="fa icon-important" title="Important"></i> </td> 
+              <td class="content"> 
+               <div class="paragraph"> 
+                <p>Note that the <code>override</code> key should be set to "false", not "true". It indicates whether the application’s own <code>web.xml</code> can override the setting. In most cases, you probably want to disallow that.</p> 
+               </div> </td> 
+             </tr> 
+            </tbody>
+           </table> 
+          </div> 
+          <div class="paragraph"> 
+           <p>Thus, when <code>todoapp.war</code> is deployed to <code>$CATALINA_HOME/webapp</code>, then this configuration will be used.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>For more detail, see the Tomcat 8.0 documentation on <a href="http://tomcat.apache.org/tomcat-8.0-doc/config/context.html#Defining_a_context">defining a context</a> and on <a href="http://tomcat.apache.org/tomcat-8.0-doc/config/context.html#Context_Parameters">context parameters</a>.</p> 
+          </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_tomcat_7_0">6.2.2. Tomcat 7.0</h4> 
+          <div class="paragraph"> 
+           <p>If using Tomcat 7.0, the process is similar to that of Tomcat 8.0, however the override file resides in <code>$TOMCAT_HOME/conf</code>, rather than <code>$TOMCAT_HOME/conf/Catalina/localhost</code>.</p> 
+          </div> 
           <div class="paragraph"> 
-           <p>See <a href="#_ugbtb_deployment_jvm-flags">JVM args</a> for other JVM args and system properties that you might want to consider setting.</p> 
+           <p>For more detail, see the Tomcat 7.0 documentation on <a href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Defining_a_context">defining a context</a> and on <a href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Context_Parameters">context parameters</a>.</p> 
           </div> 
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_ugbtb_deployment_docker">6.4. Docker</h3>
+         <h3 id="_ugbtb_deployment_docker">6.3. Docker</h3>
          <div class="btn-group" style="float: right; font-size: small; padding: 6px; margin-top: -55px; ">
           <button type="button" class="btn btn-xs btn-default" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_docker.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
           <button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="caret"></span><span class="sr-only">Toggle Dropdown</span></button>
@@ -3424,7 +3462,7 @@ LocalProvider localeProvider;</code></pre>
           </table> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_using_an_code_overrides_properties_code">6.4.1. Using an <code>overrides.properties</code></h4> 
+          <h4 id="_using_an_code_overrides_properties_code">6.3.1. Using an <code>overrides.properties</code></h4> 
           <div class="paragraph"> 
            <p>In addition to loading the regular configuration properties from <code>WEB-INF</code> directory (described <a href="../rgcfg/rgcfg.html#_rgcfg_configuration-files">here</a>), Apache Isis will also load the <code>overrides.properties</code> file.</p> 
           </div> 
@@ -3455,7 +3493,7 @@ LocalProvider localeProvider;</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_using_system_properties">6.4.2. Using system properties</h4> 
+          <h4 id="_using_system_properties">6.3.2. Using system properties</h4> 
           <div class="paragraph"> 
            <p>The servlet context initializer will search for any system properties called <code>isis.xxx</code> and if present will use them as overrides.</p> 
           </div> 
@@ -3467,7 +3505,7 @@ LocalProvider localeProvider;</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_using_code_isis_opts_code">6.4.3. Using <code>$ISIS_OPTS</code></h4> 
+          <h4 id="_using_code_isis_opts_code">6.3.3. Using <code>$ISIS_OPTS</code></h4> 
           <div class="paragraph"> 
            <p>The servlet context initializer will search for an environment variable called <code>$ISIS_OPTS</code> and if present will parse the content as a set of key/value pairs. Each key/value pair is separated by "||".</p> 
           </div> 
@@ -3497,7 +3535,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_ugbtb_deployment_gae">6.5. Deploying to Google App Engine</h3>
+         <h3 id="_ugbtb_deployment_gae">6.4. Deploying to Google App Engine</h3>
          <div class="btn-group" style="float: right; font-size: small; padding: 6px; margin-top: -55px; ">
           <button type="button" class="btn btn-xs btn-default" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_gae.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
           <button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="caret"></span><span class="sr-only">Toggle Dropdown</span></button>
@@ -3515,7 +3553,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
           <p>However, GAE is not an RDBMS, and so there are some limitations that it imposes. This page gathers together various hints, tips and workarounds.</p> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_primary_keys_and_owned_unowned_relationships">6.5.1. Primary Keys and Owned/Unowned Relationships</h4> 
+          <h4 id="_primary_keys_and_owned_unowned_relationships">6.4.1. Primary Keys and Owned/Unowned Relationships</h4> 
           <div class="paragraph"> 
            <p>All entities must have a <code>@PrimaryKey</code>. Within GAE, the type of this key matters.</p> 
           </div> 
@@ -3533,7 +3571,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_custom_types">6.5.2. Custom Types</h4> 
+          <h4 id="_custom_types">6.4.2. Custom Types</h4> 
           <div class="paragraph"> 
            <p>Currently Apache Isis' <code>Blob</code> and <code>Clob</code> types and the JODA types (<code>LocalDate</code> et al) are <em>not</em> supported in GAE.</p> 
           </div> 
@@ -3566,7 +3604,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_ugbtb_deployment_neo4j">6.6. Neo4J</h3>
+         <h3 id="_ugbtb_deployment_neo4j">6.5. Neo4J</h3>
          <div class="btn-group" style="float: right; font-size: small; padding: 6px; margin-top: -55px; ">
           <button type="button" class="btn btn-xs btn-default" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_neo4j.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
           <button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="caret"></span><span class="sr-only">Toggle Dropdown</span></button>
@@ -3600,7 +3638,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
           <p>The steps below describe the configuration steps required to update an existing app.</p> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_connectionurl">6.6.1. ConnectionURL</h4> 
+          <h4 id="_connectionurl">6.5.1. ConnectionURL</h4> 
           <div class="paragraph"> 
            <p>In <code>persistor.properties</code>, update the JDO <code>ConnectionURL</code> property, eg:</p> 
           </div> 
@@ -3614,7 +3652,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_update_pom_xml">6.6.2. Update pom.xml</h4> 
+          <h4 id="_update_pom_xml">6.5.2. Update pom.xml</h4> 
           <div class="paragraph"> 
            <p>Add the following dependency to the <code>webapp</code> project’s <code>pom.xml</code>:</p> 
           </div> 
@@ -3646,7 +3684,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_try_it_out">6.6.3. Try it out!</h4> 
+          <h4 id="_try_it_out">6.5.3. Try it out!</h4> 
           <div class="paragraph"> 
            <p>If you want to quickly try out neo4j for yourself:</p> 
           </div> 
@@ -3663,7 +3701,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_ugbtb_deployment_jvm-flags">6.7. JVM Flags</h3>
+         <h3 id="_ugbtb_deployment_jvm-flags">6.6. JVM Flags</h3>
          <div class="btn-group" style="float: right; font-size: small; padding: 6px; margin-top: -55px; ">
           <button type="button" class="btn btn-xs btn-default" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_jvm-flags.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
           <button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="caret"></span><span class="sr-only">Toggle Dropdown</span></button>
@@ -3728,7 +3766,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
           <p>There are also a whole bunch of GC-related flags, that you might want to explore; see this detailed <a href="http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html">Hotspot JVM</a> documentation and also this <a href="http://blog.ragozin.info/2011/09/hotspot-jvm-garbage-collection-options.html">blog post</a>.</p> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_configuring_in_tomcat">6.7.1. Configuring in Tomcat</h4> 
+          <h4 id="_configuring_in_tomcat">6.6.1. Configuring in Tomcat</h4> 
           <div class="paragraph"> 
            <p>If using Tomcat, update the <code>CATALINA_OPTS</code> variable. (This variable is also updated if <a href="../ugbtb/ugbtb.html#__ugbtb_deployment_externalized-configuration_Log4j">configuring logging to run externally</a>).</p> 
           </div>