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 2018/09/18 07:30:33 UTC

[01/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Repository: isis-site
Updated Branches:
  refs/heads/asf-site 274edd1d7 -> dd05aaf7b


http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/guides/rgant/rgant.html
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/guides/rgant/rgant.html b/content/versions/1.16.2/guides/rgant/rgant.html
index 2526129..42be192 100644
--- a/content/versions/1.16.2/guides/rgant/rgant.html
+++ b/content/versions/1.16.2/guides/rgant/rgant.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -339,7 +340,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
          <div class="ulist"> 
           <ul> 
-           <li> <p>if a collection should be rendered "open" rather than collapsed, it can be annotated using <code>@CollectionLayout(render=RenderType.EAGERLY)</code></p> </li> 
+           <li> <p>if a collection should be rendered "open" rather than collapsed, it can be annotated using <code>@CollectionLayout(defaultView="table")</code></p> </li> 
            <li> <p>if an action has a tooltip, it can be annotated using <code>@ActionLayout(describedAs=…​)</code></p> </li> 
            <li> <p>if a domain object is bookmarkable, it can be annotated using <code>@DomainObjectLayout(bookmarking=BookmarkPolicy.AS_ROOT</code>).</p> </li> 
           </ul> 
@@ -762,14 +763,14 @@ table.CodeRay td.code>pre{padding:0}
                <p>Used to build Apache Isis' own internal identifier for objects.<br></p> 
               </div> 
               <div class="paragraph"> 
-               <p>If the <code>schema()</code> attribute is specified (and if <a href="../rgant/rgant.html#<em>rgant-Discriminator"><code>@Discriminator</code></a> _hasn’t been specified), is also used to derive the object type, as used in `Bookmark`s, URLs for <a href="../ugvro/ugvro.html">RestfulObjects viewer</a> and elsewhere.</p> 
+               <p>If the <code>schema()</code> attribute is specified (and if <a href="../rgant/rgant.html#\_rgant-Discriminator"><code>@Discriminator</code></a> <em>hasn’t</em> been specified), is also used to derive the object type, as used in `Bookmark`s, URLs for <a href="../ugvro/ugvro.html">RestfulObjects viewer</a> and elsewhere.</p> 
               </div>
              </div></td> 
             <td class="tableblock halign-left valign-top"><p class="tableblock">Domain / persistence</p></td> 
             <td class="tableblock halign-left valign-top"><p class="tableblock">Class</p></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../rgant/rgant.html#_rgant-PrimaryKey"><code>@javax.jdo.annotations.</code><br> <code>PrimaryKey</code></a></p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../rgant/rgant.html#\_rgant-PrimaryKey"><code>@javax.jdo.annotations.</code><br> <code>PrimaryKey</code></a></p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5600,7 +5601,7 @@ WrapperFactory wrapperFactory;</code></pre>
            <li> <p>whether the domain object has been configured as immutable through the <a href="../rgant/rgant.html#_rgant-DomainObject_editing"><code>@DomainObject#editing()</code></a> attribute</p> </li> 
            <li> <p>else (that is, if the domain object’s editability is specified as being <code>AS_CONFIGURED</code>), then the value of the <a href="../rgcfg/rgcfg.html#_rgcfg_configuring-core">configuration property</a> <code>isis.objects.editing</code>. If set to <code>false</code>, then the object’s collections (and properties) are <strong>not</strong> editable</p> </li> 
            <li> <p>else, then the value of the <code>@Collection(editing=…​)</code> attribute itself.</p> </li> 
-           <li> <p>else, the result of invoking any supporting <a href="../rgcms/rgcms.html#_rgcms_methods_prefixes_disable"><code>disable…​()</code></a> supporting methods</p> </li> 
+           <li> <p>else, the result of invoking any supporting <a href="../rgcms/rgcms.html#\_rgcms_methods_prefixes_disable"><code>disable…​()</code></a> supporting methods</p> </li> 
           </ul> 
          </div> 
          <div class="paragraph"> 
@@ -5818,7 +5819,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="listingblock"> 
           <div class="content"> 
            <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">public</span> <span class="type">void</span> Customer {
-    <span class="annotation">@TypeOf</span>(Order.class)
+    <span class="annotation">@Collection</span>(typeOf=Order.class)
     <span class="directive">public</span> <span class="predefined-type">SortedSet</span> getOutstandingOrders() { ... }
     ...
 }</code></pre> 
@@ -6646,7 +6647,17 @@ WrapperFactory wrapperFactory;</code></pre>
          <p>This section identifies which attributes of <code>@Column</code> are recognized and used by Apache Isis.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_nullability">7.1. Nullability</h3> 
+         <h3 id="_rgant-Column_allowsNull">7.1. Nullability</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/rgant/_rgant-Column_allowsNull.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/rgant/_rgant-Column_allowsNull.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/rgant/_rgant-Column_allowsNull.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/rgant/_rgant-Column_allowsNull.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/rgant/_rgant-Column_allowsNull.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>The <code>allowsNull()</code> attribute is used to specify if a property is mandatory or is optional.</p> 
          </div> 
@@ -6672,7 +6683,17 @@ WrapperFactory wrapperFactory;</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_length_for_code_string_code_s">7.2. Length for <code>String</code>s</h3> 
+         <h3 id="_rgant-Column_length">7.2. Length for <code>String</code>s</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/rgant/_rgant-Column_length.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/rgant/_rgant-Column_length.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/rgant/_rgant-Column_length.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/rgant/_rgant-Column_length.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/rgant/_rgant-Column_length.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>The <code>length()</code> attribute is used to specify the length of <code>java.lang.String</code> property types as they map to <code>varchar(n)</code> columns.</p> 
          </div> 
@@ -6698,7 +6719,17 @@ WrapperFactory wrapperFactory;</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_length_scale_for_code_bigdecimal_code_s">7.3. Length/scale for <code>BigDecimal</code>s</h3> 
+         <h3 id="_rgant-Column_length-scale">7.3. Length/scale for <code>BigDecimal</code>s</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/rgant/_rgant-Column_length-scale.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/rgant/_rgant-Column_length-scale.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/rgant/_rgant-Column_length-scale.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/rgant/_rgant-Column_length-scale.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/rgant/_rgant-Column_length-scale.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>The <code>length()</code> and <code>scale()</code> attributes are used to infer the precision/scale of <code>java.math.BigDecimal</code> property types as they map to <code>decimal(n,p)</code> columns.</p> 
          </div> 
@@ -6714,19 +6745,39 @@ WrapperFactory wrapperFactory;</code></pre>
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>For <code>BigDecimal</code>s it is also possible to specify the <a href="../rgant/rgant.html#<em>rgant-Digits"><code>@Digits</code></a> annotation, whose form is <code>@Digits(integer, fraction)</code>. There is a subtle difference here: while <code>@Column#scale()</code> corresponds to <code>@Digits#fraction()</code>, the value of <code>@Column#length()</code> (ie the precision) is actually the _sum of the <code>@Digits’ `integer()</code> and <code>fraction()</code> parts.</p> 
+          <p>For <code>BigDecimal</code>s it is also possible to specify the <a href="../rgant/rgant.html#\_rgant-Digits"><code>@Digits</code></a> annotation, whose form is <code>@Digits(integer, fraction)</code>. There is a subtle difference here: while <code>@Column#scale()</code> corresponds to <code>@Digits#fraction()</code>, the value of <code>@Column#length()</code> (ie the precision) is actually the <em>sum</em> of the <code>@Digits’ `integer()</code> and <code>fraction()</code> parts.</p> 
          </div> 
          <div class="paragraph"> 
           <p>If both are specified, Apache Isis will check when it initializes for any contradictions, and will fail-fast with an appropriate error message in the log if there are.</p> 
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_hints_and_tips">7.4. Hints and Tips</h3> 
+         <h3 id="_rgant-Column_hints-and-tips">7.4. Hints and Tips</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/rgant/_rgant-Column_hints-and-tips.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/rgant/_rgant-Column_hints-and-tips.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/rgant/_rgant-Column_hints-and-tips.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/rgant/_rgant-Column_hints-and-tips.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/rgant/_rgant-Column_hints-and-tips.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>This seems to be a good place to describe some additional common mappings that use <code>@Column</code>. Unlike the sections above, the attributes specified in these hints and tips aren’t actually part of Apache Isis metamodel.</p> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_mapping_foreign_keys">7.4.1. Mapping foreign keys</h4> 
+          <h4 id="_rgant-Column_hints-and-tips_mapping-foreign-keys">7.4.1. Mapping foreign keys</h4>
+          <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/rgant/_rgant-Column_hints-and-tips_mapping-foreign-keys.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/rgant/_rgant-Column_hints-and-tips_mapping-foreign-keys.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/rgant/_rgant-Column_hints-and-tips_mapping-foreign-keys.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/rgant/_rgant-Column_hints-and-tips_mapping-foreign-keys.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/rgant/_rgant-Column_hints-and-tips_mapping-foreign-keys.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>The <code>name()</code> attribute can be used to override the name of the column. References to other objects are generally mapped as foreign key columns. If there are multiple references to a given type, then you will want to override the name that JDO/DataNucleus would otherwise default.</p> 
           </div> 
@@ -6747,18 +6798,27 @@ WrapperFactory wrapperFactory;</code></pre>
            </div> 
           </div> 
          </div> 
-        </div> 
-        <div class="sect2"> 
-         <h3 id="_mapping_code_blob_code_s_and_code_clob_code_s">7.5. Mapping <code>Blob</code>s and <code>Clob</code>s</h3> 
-         <div class="paragraph"> 
-          <p>Isis provides custom value types for <a href="../rgcms/rgcms.html#_rgcms_classes_value-types_Blob"><code>Blob</code></a>s and <a href="../rgcms/rgcms.html#_rgcms_classes_value-types_Clob"><code>Clob</code></a>s. These value types have multiple internal fields, meaning that they corresponding to multiple columns in the database. Mapping this correctly requires using <code>@Column</code> within JDO’s <code>@Persistent</code> annotation.</p> 
-         </div> 
-         <div class="paragraph"> 
-          <p>For example, here’s how to map a <code>Blob</code> (taken from (non-ASF) <a href="http://github.com/isisaddons/isis-app-todoapp">Isis addons' todoapp</a>):</p> 
-         </div> 
-         <div class="listingblock"> 
-          <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">private</span> <span class="predefined-type">Blob</span> attachment;
+         <div class="sect3"> 
+          <h4 id="_rgant-Column_hints-and-tips_mapping-blobs-and-clobs">7.4.2. Mapping <code>Blob</code>s and <code>Clob</code>s</h4>
+          <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/rgant/_rgant-Column_hints-and-tips_mapping-blobs-and-clobs.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/rgant/_rgant-Column_hints-and-tips_mapping-blobs-and-clobs.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/rgant/_rgant-Column_hints-and-tips_mapping-blobs-and-clobs.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/rgant/_rgant-Column_hints-and-tips_mapping-blobs-and-clobs.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/rgant/_rgant-Column_hints-and-tips_mapping-blobs-and-clobs.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>Isis provides custom value types for <a href="../rgcms/rgcms.html#_rgcms_classes_value-types_Blob"><code>Blob</code></a>s and <a href="../rgcms/rgcms.html#_rgcms_classes_value-types_Clob"><code>Clob</code></a>s. These value types have multiple internal fields, meaning that they corresponding to multiple columns in the database. Mapping this correctly requires using <code>@Column</code> within JDO’s <code>@Persistent</code> annotation.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>For example, here’s how to map a <code>Blob</code> (taken from (non-ASF) <a href="http://github.com/isisaddons/isis-app-todoapp">Isis addons' todoapp</a>):</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">private</span> <span class="predefined-type">Blob</span> attachment;
 <span class="annotation">@javax</span>.jdo.annotations.Persistent(defaultFetchGroup=<span class="string"><span class="delimiter">"</span><span class="content">false</span><span class="delimiter">"</span></span>, columns = {
         <span class="annotation">@javax</span>.jdo.annotations.Column(name = <span class="string"><span class="delimiter">"</span><span class="content">attachment_name</span><span class="delimiter">"</span></span>),
         <span class="annotation">@javax</span>.jdo.annotations.Column(name = <span class="string"><span class="delimiter">"</span><span class="content">attachment_mimetype</span><span class="delimiter">"</span></span>),
@@ -6770,14 +6830,14 @@ WrapperFactory wrapperFactory;</code></pre>
 )
 <span class="directive">public</span> <span class="predefined-type">Blob</span> getAttachment() { ... }
 <span class="directive">public</span> <span class="type">void</span> setAttachment(<span class="predefined-type">Blob</span> attachment) { ... }</code></pre> 
+           </div> 
           </div> 
-         </div> 
-         <div class="paragraph"> 
-          <p>And here’s how to map a <code>Clob</code> (also taken from the todoapp):</p> 
-         </div> 
-         <div class="listingblock"> 
-          <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">private</span> <span class="predefined-type">Clob</span> doc;
+          <div class="paragraph"> 
+           <p>And here’s how to map a <code>Clob</code> (also taken from the todoapp):</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">private</span> <span class="predefined-type">Clob</span> doc;
 <span class="annotation">@javax</span>.jdo.annotations.Persistent(defaultFetchGroup=<span class="string"><span class="delimiter">"</span><span class="content">false</span><span class="delimiter">"</span></span>, columns = {
         <span class="annotation">@javax</span>.jdo.annotations.Column(name = <span class="string"><span class="delimiter">"</span><span class="content">doc_name</span><span class="delimiter">"</span></span>),
         <span class="annotation">@javax</span>.jdo.annotations.Column(name = <span class="string"><span class="delimiter">"</span><span class="content">doc_mimetype</span><span class="delimiter">"</span></span>),
@@ -6788,6 +6848,7 @@ WrapperFactory wrapperFactory;</code></pre>
 )
 <span class="directive">public</span> <span class="predefined-type">Clob</span> getDoc() { ... }
 <span class="directive">public</span> <span class="type">void</span> setDoc(<span class="directive">final</span> <span class="predefined-type">Clob</span> doc) { ... }</code></pre> 
+           </div> 
           </div> 
          </div> 
         </div> 
@@ -7207,7 +7268,7 @@ WrapperFactory wrapperFactory;</code></pre>
           </ul>
          </div> 
          <div class="paragraph"> 
-          <p>The <code>auditing()</code> attribute indicates that if the object is modified, then each of its changed properties should be submitted to the <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditingService"><code>AuditingService</code></a> (if one has been configured), or to any</p> 
+          <p>The <code>auditing()</code> attribute indicates that if the object is modified, then each of its changed properties should be submitted to the <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditingService"><code>AuditingService</code></a> (if one has been configured).</p> 
          </div> 
          <div class="paragraph"> 
           <p>The default value for the attribute is <code>AS_CONFIGURED</code>, meaning that the <a href="../rgcfg/rgcfg.html#_rgcfg_configuring-core">configuration property</a> <code>isis.services.audit.objects</code> is used to determine the whether the action is audited:</p> 
@@ -7348,7 +7409,7 @@ WrapperFactory wrapperFactory;</code></pre>
 <span class="directive">public</span> <span class="type">class</span> <span class="class">Customers</span> {
     <span class="annotation">@Action</span>(semantics=SemanticsOf.SAFE)
     <span class="directive">public</span> <span class="predefined-type">List</span>&lt;Customer&gt; findByName(
-        <span class="annotation">@Parameter</span>(minLength=<span class="integer">3</span>)             <i class="conum" data-value="1"></i><b>(1)</b>
+        <span class="annotation">@MinLength</span>(<span class="integer">3</span>)                       <i class="conum" data-value="1"></i><b>(1)</b>
         <span class="annotation">@ParameterLayout</span>(named=<span class="string"><span class="delimiter">"</span><span class="content">name</span><span class="delimiter">"</span></span>)
         <span class="predefined-type">String</span> name);
     ...
@@ -7374,7 +7435,7 @@ WrapperFactory wrapperFactory;</code></pre>
 <span class="directive">public</span> <span class="type">class</span> <span class="class">Customers</span> {
     <span class="annotation">@Programmatic</span>
     <span class="directive">public</span> <span class="predefined-type">List</span>&lt;Customer&gt; findByName(
-        <span class="annotation">@Parameter</span>(minLength=<span class="integer">3</span>)
+        <span class="annotation">@MinLength</span>(<span class="integer">3</span>)
         <span class="predefined-type">String</span> name);
     ...
 }</code></pre> 
@@ -7464,11 +7525,24 @@ WrapperFactory wrapperFactory;</code></pre>
           </ul>
          </div> 
          <div class="paragraph"> 
-          <p>Whenever a domain object is instantiated or otherwise becomes known to the framework, a "created" lifecycle event is fired. This is typically when the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a>'s <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer_object-creation-api"><code>newTransientInstance()</code></a> is called; it will also happen if the object is simply instantiated with <code>new(…​)</code>, and then the container’s <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer_services-api"><code>injectServicesInto(…​)</code></a> method is called.</p> 
+          <p>Whenever a domain object is instantiated or otherwise becomes known to the framework, a "created" lifecycle event is fired. This is typically when the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_FactoryService"><code>FactoryService</code></a>'s <code>instantiate()</code> method is called.</p> 
          </div> 
          <div class="paragraph"> 
           <p>Subscribers subscribe through the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> and can use the event to obtain a reference to the object just created. The subscriber could then, for example, update the object, eg looking up state from some external datastore.</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>It’s possible to instantiate objects without firing this lifecycle; just instantiate using its regular constructor, and then use the <code>ServiceRegistry</code>'s <a href="../rgsvc/rgsvc.html#_rgsvc_metadata-api_ServiceRegistry"><code>injectServicesInto(…​)</code></a> to manually inject any required domain services.</p> 
+              </div> </td> 
+            </tr> 
+           </tbody>
+          </table> 
+         </div> 
          <div class="paragraph"> 
           <p>By default the event raised is <code>ObjectCreatedEvent.Default</code>. For example:</p> 
          </div> 
@@ -7504,7 +7578,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_3">10.4.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -7513,7 +7587,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ObjectCreatedEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItem) { ... }
     }
@@ -7527,26 +7602,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectCreatedEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_3">10.4.2. Default, Doop and Noop events</h4> 
@@ -7705,7 +7768,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_4">10.6.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below support both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -7714,7 +7777,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ObjectLoadedEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItem) { ... }
     }
@@ -7728,26 +7792,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectLoadedEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_4">10.6.2. Default, Doop and Noop events</h4> 
@@ -7985,7 +8037,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_5">10.9.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -7994,7 +8046,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ObjectPersistedEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItem) { ... }
     }
@@ -8008,26 +8061,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectPersistedEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_5">10.9.2. Default, Doop and Noop events</h4> 
@@ -8111,7 +8152,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_6">10.10.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -8134,26 +8175,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectPersistingEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_6">10.10.2. Default, Doop and Noop events</h4> 
@@ -8226,9 +8255,9 @@ WrapperFactory wrapperFactory;</code></pre>
           </div> 
           <div class="olist arabic"> 
            <ol class="arabic"> 
-            <li> <p><a href="../rgant/rgant.html#_rgant-Discriminator"><code>@Discriminator</code></a></p> </li> 
+            <li> <p><a href="../rgant/rgant.html#_rgant_Discriminator"><code>@Discriminator</code></a></p> </li> 
             <li> <p><code>@DomainObject#objectType</code>, or <a href="../rgant/rgant.html#_rgant_aaa_deprecated"><code>@ObjectType</code></a> (deprecated)</p> </li> 
-            <li> <p><a href="../rgant/rgant.html#_rgant-PersistenceCapable"><code>@PersistenceCapable</code></a>, if at least the <code>schema</code> attribute is defined. <br></p> 
+            <li> <p><a href="../rgant/rgant.html#_rgant_PersistenceCapable"><code>@PersistenceCapable</code></a>, if at least the <code>schema</code> attribute is defined.</p> 
              <div class="paragraph"> 
               <p>If both <code>schema</code> and <code>table</code> are defined, then the value is “schema.table�?. If only <code>schema</code> is defined, then the value is “schema.className�?.</p> 
              </div> </li> 
@@ -8417,7 +8446,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_7">10.13.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -8426,7 +8455,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ObjectRemovingEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItem) { ... }
     }
@@ -8440,26 +8470,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectRemovingEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_7">10.13.2. Default, Doop and Noop events</h4> 
@@ -8543,7 +8561,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_8">10.14.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -8552,7 +8570,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ObjectUpdatingEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItem) { ... }
     }
@@ -8566,26 +8585,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectUpdatingEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_8">10.14.2. Default, Doop and Noop events</h4> 
@@ -8669,7 +8676,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_9">10.15.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -8678,7 +8685,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ObjectUpdatedEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItem) { ... }
     }
@@ -8692,26 +8700,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectUpdatedEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_9">10.15.2. Default, Doop and Noop events</h4> 
@@ -9184,7 +9180,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_10">11.4.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -9193,7 +9189,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(CssClassUiEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItemDto) { ... }
     }
@@ -9207,7 +9204,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItemDto.CssClassUiEvent ev) {
         ...
     }
@@ -9217,19 +9215,6 @@ WrapperFactory wrapperFactory;</code></pre>
           <div class="paragraph"> 
            <p>The subscriber should then use <code>CssClassUiEvent#setCssClass(…​)</code> to actually specify the CSS class to be used.</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_10">11.4.2. Default, Doop and Noop events</h4> 
@@ -9273,7 +9258,7 @@ WrapperFactory wrapperFactory;</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DescribedAs</span>(<span class="string"><span class="delimiter">"</span><span class="content">A customer who may have originally become known to us via </span><span class="delimiter">"</span></span> +
+           <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainObjectLayout</span>(describedAs=<span class="string"><span class="delimiter">"</span><span class="content">A customer who may have originally become known to us via </span><span class="delimiter">"</span></span> +
              <span class="string"><span class="delimiter">"</span><span class="content">the marketing system or who may have contacted us directly.</span><span class="delimiter">"</span></span>)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">ProspectiveSale</span> {
    ...
@@ -9347,7 +9332,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_11">11.6.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -9356,7 +9341,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(IconUiEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItemDto) { ... }
     }
@@ -9370,7 +9356,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItemDto.IconUiEvent ev) {
         ...
     }
@@ -9380,19 +9367,6 @@ WrapperFactory wrapperFactory;</code></pre>
           <div class="paragraph"> 
            <p>The subscriber should then use <code>IconUiEvent#setIconName(…​)</code> to actually specify the icon name to be used.</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_11">11.6.2. Default, Doop and Noop events</h4> 
@@ -9619,7 +9593,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_12">11.10.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -9628,7 +9602,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(TitleUiEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItemDto) { ... }
     }
@@ -9642,7 +9617,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItemDto.TitleUiEvent ev) {
         ...
     }
@@ -9652,19 +9628,6 @@ WrapperFactory wrapperFactory;</code></pre>
           <div class="paragraph"> 
            <p>The subscriber should then use either <code>TitleUiEvent#setTranslatableTitle(…​)</code> or <code>TitleUiEvent#setTitle(…​)</code> to actually specify the title to be used.</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_12">11.10.2. Default, Doop and Noop events</h4> 
@@ -10449,10 +10412,10 @@ WrapperFactory wrapperFactory;</code></pre>
     )
     <span class="annotation">@HomePage</span>
     <span class="directive">public</span> ToDoAppDashboard lookup() {
-        <span class="keyword">return</span> container.injectServicesInto(<span class="keyword">new</span> ToDoAppDashboard());
+        <span class="keyword">return</span> serviceRegistry.injectServicesInto(<span class="keyword">new</span> ToDoAppDashboard());
     }
     <span class="annotation">@Inject</span>
-    <span class="directive">private</span> DomainObjectContainer container;
+    <span class="predefined-type">ServiceRegistry</span> serviceRegistry;
 }</code></pre> 
          </div> 
         </div> 
@@ -10517,7 +10480,7 @@ WrapperFactory wrapperFactory;</code></pre>
          </table> 
         </div> 
         <div class="paragraph"> 
-         <p>Isis supports several syntaxes for injecting domain services. The simplest uses the <code>@javax.inject.Inject</code> annotation on the field, as defined in <a href="https://jcp.org/en/jsr/detail?id=330">JSR-330</a>.</p> 
+         <p>Apache Isis supports several syntaxes for injecting domain services. The simplest uses the <code>@javax.inject.Inject</code> annotation on the field, as defined in <a href="https://jcp.org/en/jsr/detail?id=330">JSR-330</a>.</p> 
         </div> 
         <div class="paragraph"> 
          <p>For example:</p> 
@@ -10550,7 +10513,7 @@ WrapperFactory wrapperFactory;</code></pre>
         <div class="sect2"> 
          <h3 id="_alternative_syntaxes">16.1. Alternative syntaxes</h3> 
          <div class="paragraph"> 
-          <p>Isis also supports setter-based injection:</p> 
+          <p>Apache Isis also supports setter-based injection:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
@@ -10636,55 +10599,35 @@ WrapperFactory wrapperFactory;</code></pre>
         <div class="sect2"> 
          <h3 id="_manually_injecting_services">16.3. Manually injecting services</h3> 
          <div class="paragraph"> 
-          <p>Isis performs dependency injection when domain entities are recreated. It will also perform dependency injection if an object is created through the <code>DomainObjectContainer</code>.</p> 
+          <p>Apache Isis performs dependency injection when domain entities are recreated. It will also perform dependency injection if an object is created through the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_FactoryService"><code>FactoryService</code></a> or <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService</code></a>.</p> 
          </div> 
          <div class="paragraph"> 
           <p>For example, to create a new (transient) domain object, the idiom is:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java">Customer cust = container.newTransientInstance(Customer.class);  <i class="conum" data-value="1"></i><b>(1)</b>
+           <pre class="CodeRay highlight"><code data-lang="java">Customer cust = repositoryService.instantiate(Customer.class);  <i class="conum" data-value="1"></i><b>(1)</b>
 <span class="comment">// initialize state of "cust"</span>
-container.persist(cust);</code></pre> 
+repositoryService.persist(cust);</code></pre> 
           </div> 
          </div> 
-         <div class="colist arabic"> 
-          <table> 
-           <tbody>
-            <tr> 
-             <td><i class="conum" data-value="1"></i><b>1</b></td> 
-             <td>where <code>container</code> is an instance of <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a>.</td> 
-            </tr> 
-           </tbody>
-          </table> 
-         </div> 
          <div class="paragraph"> 
-          <p>View models are created similarly:</p> 
+          <p>View models are created identically:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java">ToDoAppDashboard dashboard = container.newViewModelInstance(ToDoAppDashboard.class);</code></pre> 
+           <pre class="CodeRay highlight"><code data-lang="java">ToDoAppDashboard dashboard = repositoryService.instantiate(ToDoAppDashboard.class);</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>If you prefer, though, you can simply instantiate domain objects using "new" and then inject domain services manually:</p> 
+          <p>If you prefer, though, you can simply instantiate domain objects using "new" and then inject domain services manually using <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_ServiceRegistry"><code>ServiceRegistry</code></a>:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
            <pre class="CodeRay highlight"><code data-lang="java">Customer cust = <span class="keyword">new</span> Customer();
-container.injectServicesInto(cust);
-<span class="comment">// initialize state of "cust"</span>
-container.persist(cust);</code></pre> 
-          </div> 
-         </div> 
-         <div class="paragraph"> 
-          <p>or if you prefer:</p> 
-         </div> 
-         <div class="listingblock"> 
-          <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java">Customer cust = container.injectServicesInto(<span class="keyword">new</span> Customer());
+serviceRegistry.injectServicesInto(cust);
 <span class="comment">// initialize state of "cust"</span>
-container.persist(cust);</code></pre> 
+repositoryService.persist(cust);</code></pre> 
           </div> 
          </div> 
          <div class="admonitionblock note"> 
@@ -10694,10 +10637,10 @@ container.persist(cust);</code></pre>
              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>There is one subtle difference between using <code>DomainObjectContainer#newTransientInstance(…​)</code> and <code>DomainObjectContainer#injectServicesInto(…​)</code>, in that with the former Apache Isis will automatically initialize all fields to their default values.</p> 
+               <p>Note that using either <code>FactoryService#instantiate(…​)</code> or <code>RepositoryService#instantiate(…​)</code> will also automatically initialize all fields to their default values, and will also fire a "created" lifecycle event.</p> 
               </div> 
               <div class="paragraph"> 
-               <p>This isn’t a particular useful feature (and indeed can sometimes be rather confusing) so you may well wish to standardize on using <code>injectServicesInto(…​)</code> throughout.</p> 
+               <p>Neither of these are particularly useful (and indeed can sometimes be rather confusing) so you may well wish to standardize on using <code>injectServicesInto(…​)</code> throughout.</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -10911,7 +10854,44 @@ container.persist(cust);</code></pre>
        </div> 
       </div> 
       <div class="sect1"> 
-       <h2 id="_rgant-Nullable">20. <code>@Nullable</code> (<code>javax</code>)</h2>
+       <h2 id="_rgant-NotPersistent">20. <code>@NotPersistent</code> (<code>javax.jdo</code>)</h2>
+       <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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.adoc" target="_blank"><i class="fa fa-hand-o-right fa-fw" aria-hidden="true"></i>&nbsp; Blame</a></li>
+        </ul>
+       </div> 
+       <div class="sectionbody"> 
+        <div class="paragraph"> 
+         <p>The <code>@javax.jdo.annotation.NotPersistent</code> annotation is used by JDO/DataNucleus to indicate that a property should not be persisted to the database.</p> 
+        </div> 
+        <div class="paragraph"> 
+         <p>Apache Isis also uses this annotation, though (currently) only in the very minimal way to suppress checking of inconsistent metadata between JDO and Isis annotations (eg <code>@Column#allowsNull()</code> vs <code>@Property#optionality()</code>, or <code>@Column#length()</code> and <code>@Property#maxLength()</code>).</p> 
+        </div> 
+        <div class="admonitionblock note"> 
+         <table> 
+          <tbody>
+           <tr> 
+            <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
+            <td class="content"> 
+             <div class="paragraph"> 
+              <p>Isis parses the <code>@NotPersistent</code> annotation from the Java source code; it does not query the JDO metamodel. This means that it the <code>@NotPersistent</code> annotation must be used rather than the equivalent <code>&lt;field&gt;</code> <a href="http://www.datanucleus.org/products/accessplatform_4_0/jdo/fields_properties.html">XML metadata</a>.</p> 
+             </div> 
+             <div class="paragraph"> 
+              <p>Moreover, while JDO/DataNucleus will recognize annotations on either the field or the getter method, Apache Isis (currently) only inspects the getter method. Therefore ensure that the annotation is placed there.</p> 
+             </div> </td> 
+           </tr> 
+          </tbody>
+         </table> 
+        </div> 
+       </div> 
+      </div> 
+      <div class="sect1"> 
+       <h2 id="_rgant-Nullable">21. <code>@Nullable</code> (<code>javax</code>)</h2>
        <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/rgant/_rgant-Nullable.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>
@@ -10973,43 +10953,6 @@ container.persist(cust);</code></pre>
        </div> 
       </div> 
       <div class="sect1"> 
-       <h2 id="_rgant-NotPersistent">21. <code>@NotPersistent</code> (<code>javax.jdo</code>)</h2>
-       <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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.adoc" target="_blank"><i class="fa fa-hand-o-right fa-fw" aria-hidden="true"></i>&nbsp; Blame</a></li>
-        </ul>
-       </div> 
-       <div class="sectionbody"> 
-        <div class="paragraph"> 
-         <p>The <code>@javax.jdo.annotation.NotPersistent</code> annotation is used by JDO/DataNucleus to indicate that a property should not be persisted to the database.</p> 
-        </div> 
-        <div class="paragraph"> 
-         <p>Apache Isis also uses this annotation, though (currently) only in the very minimal way to suppress checking of inconsistent metadata between JDO and Isis annotations (eg <code>@Column#allowsNull()</code> vs <code>@Property#optionality()</code>, or <code>@Column#length()</code> and <code>@Property#maxLength()</code>).</p> 
-        </div> 
-        <div class="admonitionblock note"> 
-         <table> 
-          <tbody>
-           <tr> 
-            <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-            <td class="content"> 
-             <div class="paragraph"> 
-              <p>Isis parses the <code>@NotPersistent</code> annotation from the Java source code; it does not query the JDO metamodel. This means that it the <code>@NotPersistent</code> annotation must be used rather than the equivalent <code>&lt;field&gt;</code> <a href="http://www.datanucleus.org/products/accessplatform_4_0/jdo/fields_properties.html">XML metadata</a>.</p> 
-             </div> 
-             <div class="paragraph"> 
-              <p>Moreover, while JDO/DataNucleus will recognize annotations on either the field or the getter method, Apache Isis (currently) only inspects the getter method. Therefore ensure that the annotation is placed there.</p> 
-             </div> </td> 
-           </tr> 
-          </tbody>
-         </table> 
-        </div> 
-       </div> 
-      </div> 
-      <div class="sect1"> 
        <h2 id="_rgant-MinLength">22. <code>@MinLength</code></h2>
        <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/rgant/_rgant-MinLength.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
@@ -11031,8 +10974,7 @@ container.persist(cust);</code></pre>
         <div class="listingblock"> 
          <div class="content"> 
           <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">public</span> ToDoItem add(
-        <span class="annotation">@TypicalLength</span>(<span class="integer">20</span>)
-        <span class="directive">final</span> ToDoItem toDoItem) {
+    <span class="directive">final</span> ToDoItem toDoItem) {
     getDependencies().add(toDoItem);
     <span class="keyword">return</span> <span class="local-variable">this</span>;
 }
@@ -11046,9 +10988,6 @@ container.persist(cust);</code></pre>
 }</code></pre> 
          </div> 
         </div> 
-        <div class="paragraph"> 
-         <p>The `@Parameter(minLength=…​)`e can also be used (even though strictly speaking the search argument is not a parameter of the action).</p> 
-        </div> 
        </div> 
       </div> 
       <div class="sect1"> 
@@ -11730,10 +11669,10 @@ container.persist(cust);</code></pre>
           <p>The <code>describedAs()</code> attribute is used to provide a short description of the action parameter to the user. In the <a href="../ugvw/ugvw.html">Wicket viewer</a> it is displayed as a 'tool tip'. The <code>describedAs()</code> attribute can also be specified for <a href="../rgant/rgant.html#_rgant-CollectionLayout_describedAs">collections</a>, <a href="../rgant/rgant.html#_rgant-PropertyLayout_describedAs">properties</a>, <a href="../rgant/rgant.html#_rgant-ActionLayout_describedAs">actions</a>, <a href="../rgant/rgant.html#_rgant-DomainObjectLayout_describedAs">domain objects</a> and <a href="../rgant/rgant.html#_rgant-ViewModelLayout_describedAs">view models</a>.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>Descriptions may be provided for objects, members (properties, collections and acti

<TRUNCATED>

[30/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/rgsvc/rgsvc.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgsvc/rgsvc.pdf b/content/guides/rgsvc/rgsvc.pdf
index 899733a..2075252 100644
--- a/content/guides/rgsvc/rgsvc.pdf
+++ b/content/guides/rgsvc/rgsvc.pdf
@@ -4,16 +4,16 @@
 << /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:20180305191301+00'00')
-/ModDate (D:20180305191301+00'00')
+/CreationDate (D:20180918074553+01'00')
+/ModDate (D:20180918074553+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 18 0 R
-/Outlines 2082 0 R
-/PageLabels 2172 0 R
+/Outlines 2125 0 R
+/PageLabels 2215 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 173
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 16 0 R 38 0 R 50 0 R 61 0 R 70 0 R 76 0 R 105 0 R 109 0 R 144 0 R 156 0 R 163 0 R 180 0 R 186 0 R 188 0 R 211 0 R 246 0 R 277 0 R 295 0 R 306 0 R 317 0 R 326 0 R 331 0 R 338 0 R 341 0 R 347 0 R 352 0 R 365 0 R 381 0 R 393 0 R 408 0 R 413 0 R 425 0 R 441 0 R 449 0 R 460 0 R 467 0 R 474 0 R 488 0 R 501 0 R 509 0 R 516 0 R 549 0 R 596 0 R 604 0 R 610 0 R 618 0 R 630 0 R 645 0 R 652 0 R 654 0 R 656 0 R 664 0 R 676 0 R 678 0 R 689 0 R 696 0 R 712 0 R 723 0 R 728 0 R 742 0 R 756 0 R 761 0 R 768 0 R 775 0 R 779 0 R 787 0 R 795 0 R 808 0 R 812 0 R 835 0 R 843 0 R 856 0 R 874 0 R 884 0 R 902 0 R 904 0 R 932 0 R 957 0 R 965 0 R 970 0 R 975 0 R 992 0 R 1005 0 R 1008 0 R 1019 0 R 1024 0 R 1032 0 R 1041 0 R 1046 0 R 1053 0 R 1062 0 R 1078 0 R 1089 0 R 1092 0 R 1095 0 R 1098 0 R 1104 0 R 1117 0 R 1126 0 R 1138 0 R 1145 0 R 1153 0 R 1161 0 R 1191 0 R 1199 0 R 1202 0 R 1213 0 R 1219 0 R 1227 0 R 1231 0 R 1239 0 R 1250 0 R 1257 0 R 1261 0 R 1265 0 R 1267 0 R 1271 0 
 R 1278 0 R 1306 0 R 1322 0 R 1329 0 R 1341 0 R 1356 0 R 1359 0 R 1371 0 R 1386 0 R 1396 0 R 1437 0 R 1447 0 R 1456 0 R 1465 0 R 1474 0 R 1485 0 R 1495 0 R 1525 0 R 1532 0 R 1543 0 R 1548 0 R 1555 0 R 1559 0 R 1565 0 R 1575 0 R 1578 0 R 1583 0 R 1591 0 R 1594 0 R 1600 0 R 1603 0 R 1607 0 R 1612 0 R 1616 0 R 1643 0 R 1661 0 R 1664 0 R 1677 0 R 1686 0 R 1702 0 R 1712 0 R 1727 0 R 1734 0 R 1747 0 R 1762 0 R 1769 0 R 1775 0 R 1783 0 R 1797 0 R 1803 0 R 1809 0 R 1825 0 R]
+/Count 175
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 16 0 R 38 0 R 50 0 R 66 0 R 75 0 R 81 0 R 109 0 R 113 0 R 148 0 R 162 0 R 169 0 R 186 0 R 194 0 R 196 0 R 219 0 R 254 0 R 285 0 R 303 0 R 314 0 R 325 0 R 334 0 R 339 0 R 346 0 R 349 0 R 355 0 R 360 0 R 372 0 R 387 0 R 400 0 R 415 0 R 423 0 R 433 0 R 449 0 R 458 0 R 470 0 R 477 0 R 485 0 R 498 0 R 512 0 R 522 0 R 529 0 R 562 0 R 609 0 R 618 0 R 625 0 R 633 0 R 646 0 R 660 0 R 669 0 R 671 0 R 673 0 R 681 0 R 695 0 R 697 0 R 708 0 R 715 0 R 731 0 R 742 0 R 747 0 R 760 0 R 775 0 R 783 0 R 792 0 R 799 0 R 803 0 R 809 0 R 814 0 R 831 0 R 835 0 R 837 0 R 860 0 R 868 0 R 881 0 R 899 0 R 909 0 R 928 0 R 930 0 R 958 0 R 983 0 R 992 0 R 996 0 R 1002 0 R 1019 0 R 1032 0 R 1035 0 R 1046 0 R 1051 0 R 1059 0 R 1068 0 R 1073 0 R 1080 0 R 1089 0 R 1107 0 R 1118 0 R 1121 0 R 1124 0 R 1127 0 R 1133 0 R 1146 0 R 1155 0 R 1165 0 R 1174 0 R 1182 0 R 1190 0 R 1193 0 R 1223 0 R 1232 0 R 1237 0 R 1246 0 R 1252 0 R 1259 0 R 1265 0 R 1272 0 R 1286 0 R 1295 0 R 1299 0 R 1303 0
  R 1305 0 R 1309 0 R 1317 0 R 1345 0 R 1361 0 R 1368 0 R 1380 0 R 1395 0 R 1398 0 R 1410 0 R 1425 0 R 1436 0 R 1477 0 R 1487 0 R 1496 0 R 1506 0 R 1517 0 R 1528 0 R 1535 0 R 1565 0 R 1572 0 R 1583 0 R 1588 0 R 1595 0 R 1599 0 R 1605 0 R 1615 0 R 1620 0 R 1625 0 R 1633 0 R 1636 0 R 1642 0 R 1645 0 R 1649 0 R 1654 0 R 1658 0 R 1685 0 R 1703 0 R 1706 0 R 1719 0 R 1728 0 R 1744 0 R 1754 0 R 1769 0 R 1776 0 R 1787 0 R 1803 0 R 1810 0 R 1816 0 R 1824 0 R 1838 0 R 1844 0 R 1850 0 R 1866 0 R]
 >>
 endobj
 4 0 obj
@@ -78,13 +78,13 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAACI+NotoSerif
+/BaseFont /AAAACM+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 2174 0 R
+/FontDescriptor 2217 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2176 0 R
-/ToUnicode 2175 0 R
+/Widths 2219 0 R
+/ToUnicode 2218 0 R
 >>
 endobj
 9 0 obj
@@ -1948,11 +1948,11 @@ endobj
 /F3.0 43 0 R
 >>
 >>
-/Annots [1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1848 0 R 1849 0 R 1850 0 R 1851 0 R 1852 0 R 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R 1920 0 R 1921 0 R 1922 0 R 1923 0 R 1924 0 R 1925 0 R 1926 0 R 1927 0 R 1928 0 R 1929 0 R 1930 0 R 1931 0 R 1932 0 R 1933 0 R 1934 0 R]
+/Annots [1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R 1920 0 R 1921 0 R 1922 0 R 1923 0 R 1924 0 R 1925 0 R 1926 0 R 1927 0 R 1928 0 R 1929 0 R 1930 0 R 1931 0 R 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R 1938 0 R 1939 0 R 1940 0 R 1941 0 R 1942 0 R 1943 0 R 1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R 1952 0 R 1953 0 R 1954 0 R 1955 0 R 1956 0 R 1957 0 R 1958 0 R 1959 0 R 1960 0 R 1961 0 R 1962 0 R 1963 0 R 1964 0 R 1965 0 R 1966 0 R 1967 0 R 1968 0 R 1969 0 R 1970 0 R 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R 1977 0 R]
 >>
 endobj
 11 0 obj
-<< /Length 39923
+<< /Length 39921
 >>
 stream
 q
@@ -2197,7 +2197,7 @@ ET
 BT
 535.3009999999999 720.7559999999999 Td
 /F1.0 10.5 Tf
-<3639> Tj
+<3730> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2248,7 +2248,7 @@ ET
 BT
 535.3009999999999 702.2759999999998 Td
 /F1.0 10.5 Tf
-<3730> Tj
+<3731> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2299,7 +2299,7 @@ ET
 BT
 535.3009999999999 683.7959999999998 Td
 /F1.0 10.5 Tf
-<3732> Tj
+<3733> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2350,7 +2350,7 @@ ET
 BT
 535.3009999999999 665.3159999999998 Td
 /F1.0 10.5 Tf
-<3734> Tj
+<3735> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2390,7 +2390,7 @@ ET
 BT
 535.3009999999999 646.8359999999998 Td
 /F1.0 10.5 Tf
-<3736> Tj
+<3737> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2441,7 +2441,7 @@ ET
 BT
 535.3009999999999 628.3559999999998 Td
 /F1.0 10.5 Tf
-<3738> Tj
+<3739> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2492,7 +2492,7 @@ ET
 BT
 535.3009999999999 609.8759999999997 Td
 /F1.0 10.5 Tf
-<3739> Tj
+<3830> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2543,7 +2543,7 @@ ET
 BT
 535.3009999999999 591.3959999999997 Td
 /F1.0 10.5 Tf
-<3831> Tj
+<3832> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2594,7 +2594,7 @@ ET
 BT
 535.3009999999999 572.9159999999997 Td
 /F1.0 10.5 Tf
-<3930> Tj
+<3931> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2645,7 +2645,7 @@ ET
 BT
 535.3009999999999 554.4359999999997 Td
 /F1.0 10.5 Tf
-<3938> Tj
+<3939> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2676,16 +2676,16 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.44824999999992 535.9559999999997 Td
+137.92324999999994 535.9559999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 
 BT
-533.94125 535.9559999999997 Td
+528.07175 535.9559999999997 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2694,9 +2694,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 535.9559999999997 Td
+529.4314999999999 535.9559999999997 Td
 /F1.0 10.5 Tf
-<3939> Tj
+<313031> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2747,7 +2747,7 @@ ET
 BT
 529.4314999999999 517.4759999999997 Td
 /F1.0 10.5 Tf
-<313031> Tj
+<313033> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2787,7 +2787,7 @@ ET
 BT
 529.4314999999999 498.9959999999997 Td
 /F1.0 10.5 Tf
-<313033> Tj
+<313035> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2838,7 +2838,7 @@ ET
 BT
 529.4314999999999 480.5159999999997 Td
 /F1.0 10.5 Tf
-<313034> Tj
+<313036> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2889,7 +2889,7 @@ ET
 BT
 529.4314999999999 462.03599999999966 Td
 /F1.0 10.5 Tf
-<313036> Tj
+<313038> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2940,7 +2940,7 @@ ET
 BT
 529.4314999999999 443.55599999999964 Td
 /F1.0 10.5 Tf
-<313130> Tj
+<313132> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3002,7 +3002,7 @@ ET
 BT
 529.4314999999999 425.0759999999996 Td
 /F1.0 10.5 Tf
-<313131> Tj
+<313133> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3053,7 +3053,7 @@ ET
 BT
 529.4314999999999 406.5959999999996 Td
 /F1.0 10.5 Tf
-<313133> Tj
+<313135> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3093,7 +3093,7 @@ ET
 BT
 529.4314999999999 388.1159999999996 Td
 /F1.0 10.5 Tf
-<313138> Tj
+<313230> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3144,7 +3144,7 @@ ET
 BT
 529.4314999999999 369.63599999999957 Td
 /F1.0 10.5 Tf
-<313139> Tj
+<313231> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3195,7 +3195,7 @@ ET
 BT
 529.4314999999999 351.15599999999955 Td
 /F1.0 10.5 Tf
-<313231> Tj
+<313233> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3246,7 +3246,7 @@ ET
 BT
 529.4314999999999 332.67599999999953 Td
 /F1.0 10.5 Tf
-<313232> Tj
+<313234> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3297,7 +3297,7 @@ ET
 BT
 529.4314999999999 314.1959999999995 Td
 /F1.0 10.5 Tf
-<313234> Tj
+<313236> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3348,7 +3348,7 @@ ET
 BT
 529.4314999999999 295.7159999999995 Td
 /F1.0 10.5 Tf
-<313235> Tj
+<313237> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3388,7 +3388,7 @@ ET
 BT
 529.4314999999999 277.2359999999995 Td
 /F1.0 10.5 Tf
-<313237> Tj
+<313239> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3439,7 +3439,7 @@ ET
 BT
 529.4314999999999 258.75599999999946 Td
 /F1.0 10.5 Tf
-<313238> Tj
+<313330> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3490,7 +3490,7 @@ ET
 BT
 529.4314999999999 240.27599999999947 Td
 /F1.0 10.5 Tf
-<313238> Tj
+<313330> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3563,7 +3563,7 @@ ET
 BT
 529.4314999999999 221.79599999999948 Td
 /F1.0 10.5 Tf
-<313239> Tj
+<313331> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3614,7 +3614,7 @@ ET
 BT
 529.4314999999999 203.3159999999995 Td
 /F1.0 10.5 Tf
-<313330> Tj
+<313332> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3676,7 +3676,7 @@ ET
 BT
 529.4314999999999 184.8359999999995 Td
 /F1.0 10.5 Tf
-<313333> Tj
+<313335> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3716,7 +3716,7 @@ ET
 BT
 529.4314999999999 166.3559999999995 Td
 /F1.0 10.5 Tf
-<313334> Tj
+<313336> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3767,7 +3767,7 @@ ET
 BT
 529.4314999999999 147.87599999999952 Td
 /F1.0 10.5 Tf
-<313334> Tj
+<313336> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3818,7 +3818,7 @@ ET
 BT
 529.4314999999999 129.39599999999953 Td
 /F1.0 10.5 Tf
-<313335> Tj
+<313337> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3869,7 +3869,7 @@ ET
 BT
 529.4314999999999 110.91599999999954 Td
 /F1.0 10.5 Tf
-<313430> Tj
+<313432> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3920,7 +3920,7 @@ ET
 BT
 529.4314999999999 92.43599999999955 Td
 /F1.0 10.5 Tf
-<313431> Tj
+<313433> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3971,7 +3971,7 @@ ET
 BT
 529.4314999999999 73.95599999999956 Td
 /F1.0 10.5 Tf
-<313434> Tj
+<313436> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4011,7 +4011,7 @@ ET
 BT
 529.4314999999999 55.47599999999957 Td
 /F1.0 10.5 Tf
-<313531> Tj
+<313533> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4028,10 +4028,10 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 43 0 R
-/F4.0 58 0 R
+/F4.0 57 0 R
 >>
 >>
-/Annots [1935 0 R 1936 0 R 1937 0 R 1938 0 R 1939 0 R 1940 0 R 1941 0 R 1942 0 R 1943 0 R 1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R 1952 0 R 1953 0 R 1954 0 R 1955 0 R 1956 0 R 1957 0 R 1958 0 R 1959 0 R 1960 0 R 1961 0 R 1962 0 R 1963 0 R 1964 0 R 1965 0 R 1966 0 R 1967 0 R 1968 0 R 1969 0 R 1970 0 R 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R 1977 0 R 1978 0 R 1979 0 R 1980 0 R 1981 0 R 1982 0 R 1983 0 R 1984 0 R 1985 0 R 1986 0 R 1987 0 R 1988 0 R 1989 0 R 1990 0 R 1991 0 R 1992 0 R 1993 0 R 1994 0 R 1995 0 R 1996 0 R 1997 0 R 1998 0 R 1999 0 R 2000 0 R 2001 0 R 2002 0 R 2003 0 R 2004 0 R 2005 0 R 2006 0 R 2007 0 R 2008 0 R 2009 0 R 2010 0 R 2011 0 R 2012 0 R 2013 0 R 2014 0 R 2015 0 R 2016 0 R 2017 0 R 2018 0 R 2019 0 R 2020 0 R 2021 0 R 2022 0 R 2023 0 R 2024 0 R 2025 0 R 2026 0 R 2027 0 R 2028 0 R 2029 0 R 2030 0 R 2031 0 R 2032 0 R 2033 0 R 2034 0 R 2035 0 R 2036 0 R 2037 0 R 2038 0 R 2039 0 R 2040 0 R 2041 0 R 2042 0 R 2043 0 R 2044 0 
 R 2045 0 R 2046 0 R 2047 0 R 2048 0 R 2049 0 R 2050 0 R 2051 0 R 2052 0 R 2053 0 R 2054 0 R]
+/Annots [1978 0 R 1979 0 R 1980 0 R 1981 0 R 1982 0 R 1983 0 R 1984 0 R 1985 0 R 1986 0 R 1987 0 R 1988 0 R 1989 0 R 1990 0 R 1991 0 R 1992 0 R 1993 0 R 1994 0 R 1995 0 R 1996 0 R 1997 0 R 1998 0 R 1999 0 R 2000 0 R 2001 0 R 2002 0 R 2003 0 R 2004 0 R 2005 0 R 2006 0 R 2007 0 R 2008 0 R 2009 0 R 2010 0 R 2011 0 R 2012 0 R 2013 0 R 2014 0 R 2015 0 R 2016 0 R 2017 0 R 2018 0 R 2019 0 R 2020 0 R 2021 0 R 2022 0 R 2023 0 R 2024 0 R 2025 0 R 2026 0 R 2027 0 R 2028 0 R 2029 0 R 2030 0 R 2031 0 R 2032 0 R 2033 0 R 2034 0 R 2035 0 R 2036 0 R 2037 0 R 2038 0 R 2039 0 R 2040 0 R 2041 0 R 2042 0 R 2043 0 R 2044 0 R 2045 0 R 2046 0 R 2047 0 R 2048 0 R 2049 0 R 2050 0 R 2051 0 R 2052 0 R 2053 0 R 2054 0 R 2055 0 R 2056 0 R 2057 0 R 2058 0 R 2059 0 R 2060 0 R 2061 0 R 2062 0 R 2063 0 R 2064 0 R 2065 0 R 2066 0 R 2067 0 R 2068 0 R 2069 0 R 2070 0 R 2071 0 R 2072 0 R 2073 0 R 2074 0 R 2075 0 R 2076 0 R 2077 0 R 2078 0 R 2079 0 R 2080 0 R 2081 0 R 2082 0 R 2083 0 R 2084 0 R 2085 0 R 2086 0 R 2087 0 
 R 2088 0 R 2089 0 R 2090 0 R 2091 0 R 2092 0 R 2093 0 R 2094 0 R 2095 0 R 2096 0 R 2097 0 R]
 >>
 endobj
 13 0 obj
@@ -4087,7 +4087,7 @@ ET
 BT
 529.4314999999999 794.6759999999999 Td
 /F1.0 10.5 Tf
-<313532> Tj
+<313534> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4149,7 +4149,7 @@ ET
 BT
 529.4314999999999 776.1959999999999 Td
 /F1.0 10.5 Tf
-<313535> Tj
+<313537> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4211,7 +4211,7 @@ ET
 BT
 529.4314999999999 757.7159999999999 Td
 /F1.0 10.5 Tf
-<313536> Tj
+<313538> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4262,7 +4262,7 @@ ET
 BT
 529.4314999999999 739.2359999999999 Td
 /F1.0 10.5 Tf
-<313538> Tj
+<313630> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4324,7 +4324,7 @@ ET
 BT
 529.4314999999999 720.7559999999999 Td
 /F1.0 10.5 Tf
-<313631> Tj
+<313633> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4375,7 +4375,7 @@ ET
 BT
 529.4314999999999 702.2759999999998 Td
 /F1.0 10.5 Tf
-<313635> Tj
+<313637> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4415,7 +4415,7 @@ ET
 BT
 529.4314999999999 683.7959999999998 Td
 /F1.0 10.5 Tf
-<313638> Tj
+<313730> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4466,7 +4466,7 @@ ET
 BT
 529.4314999999999 665.3159999999998 Td
 /F1.0 10.5 Tf
-<313638> Tj
+<313730> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4485,7 +4485,7 @@ endobj
 /F3.0 43 0 R
 >>
 >>
-/Annots [2055 0 R 2056 0 R 2057 0 R 2058 0 R 2059 0 R 2060 0 R 2061 0 R 2062 0 R 2063 0 R 2064 0 R 2065 0 R 2066 0 R 2067 0 R 2068 0 R 2069 0 R 2070 0 R 2071 0 R 2072 0 R 2073 0 R 2074 0 R 2075 0 R 2076 0 R 2077 0 R 2078 0 R 2079 0 R 2080 0 R]
+/Annots [2098 0 R 2099 0 R 2100 0 R 2101 0 R 2102 0 R 2103 0 R 2104 0 R 2105 0 R 2106 0 R 2107 0 R 2108 0 R 2109 0 R 2110 0 R 2111 0 R 2112 0 R 2113 0 R 2114 0 R 2115 0 R 2116 0 R 2117 0 R 2118 0 R 2119 0 R 2120 0 R 2121 0 R 2122 0 R 2123 0 R]
 >>
 endobj
 15 0 obj
@@ -5092,7 +5092,7 @@ endobj
 /Font << /F2.0 20 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2081 0 R
+/XObject << /Stamp1 2124 0 R
 >>
 >>
 /Annots [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 33 0 R 34 0 R 35 0 R 36 0 R]
@@ -5107,18 +5107,18 @@ endobj
 >>
 endobj
 19 0 obj
-<< /Kids [1492 0 R 1493 0 R]
+<< /Kids [1513 0 R 1514 0 R]
 >>
 endobj
 20 0 obj
 << /Type /Font
-/BaseFont /AAAACJ+NotoSerif-Bold
+/BaseFont /AAAACN+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 2178 0 R
+/FontDescriptor 2221 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2180 0 R
-/ToUnicode 2179 0 R
+/Widths 2223 0 R
+/ToUnicode 2222 0 R
 >>
 endobj
 21 0 obj
@@ -5290,7 +5290,7 @@ endobj
 >>
 endobj
 37 0 obj
-<< /Length 7025
+<< /Length 7020
 >>
 stream
 q
@@ -5321,12 +5321,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.096 Tw
+1.390 Tw
 
 BT
 48.24 713.1260000000001 Td
 /F1.0 10.5 Tf
-[<54686520646f6d61696e20736572766963657320616c736f2067726f757020696e746f20766172696f75732062726f61642063617465676f726965732e20204d616e> 20.01953125 <7920737570706f72742066756e6374696f6e616c697479206f6620746865>] TJ
+[<54686520646f6d61696e20736572766963657320616c736f2067726f757020696e746f20766172696f75732062726f61642063617465676f726965732e204d616e> 20.01953125 <7920737570706f72742066756e6374696f6e616c697479206f6620746865>] TJ
 ET
 
 
@@ -5369,7 +5369,7 @@ ET
 BT
 48.24 665.7860000000002 Td
 /F1.0 10.5 Tf
-[<766172696f7573206d657461646174612028656720666f7220646576656c6f706d656e742d74696d6520746f6f6c696e67292e2020546865206469616772> 20.01953125 <616d2062656c6f772073686f77732074686573652063617465676f726965733a>] TJ
+[<766172696f7573206d657461646174612028656720666f7220646576656c6f706d656e742d74696d6520746f6f6c696e67292e20546865206469616772> 20.01953125 <616d2062656c6f772073686f77732074686573652063617465676f726965733a>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -5427,7 +5427,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.423 Tw
+0.907 Tw
 
 BT
 48.24 234.6819108781129 Td
@@ -5442,10 +5442,10 @@ ET
 0.259 0.545 0.792 scn
 0.259 0.545 0.792 SCN
 
-0.423 Tw
+0.907 Tw
 
 BT
-200.83223502604167 234.6819108781129 Td
+203.24984119591346 234.6819108781129 Td
 /F1.0 10.5 Tf
 [<757365722072656769737472> 20.01953125 <6174696f6e>] TJ
 ET
@@ -5457,10 +5457,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.423 Tw
+0.907 Tw
 
 BT
-284.43641796875 234.6819108781129 Td
+287.33754537259614 234.6819108781129 Td
 /F1.0 10.5 Tf
 [<2066756e6374696f6e616c69747920737570706f727465642062> 20.01953125 <792074686520>] TJ
 ET
@@ -5472,10 +5472,10 @@ ET
 0.259 0.545 0.792 scn
 0.259 0.545 0.792 SCN
 
-0.423 Tw
+0.907 Tw
 
 BT
-443.75915299479163 234.6819108781129 Td
+449.0778865685096 234.6819108781129 Td
 /F1.0 10.5 Tf
 [<5769636b> 20.01953125 <657420766965776572>] TJ
 ET
@@ -5487,12 +5487,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.423 Tw
+0.907 Tw
 
 BT
-516.2858359375 234.6819108781129 Td
+522.0880907451923 234.6819108781129 Td
 /F1.0 10.5 Tf
-<2e202020546865> Tj
+<2e20546865> Tj
 ET
 
 
@@ -5601,12 +5601,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.105 Tw
+3.521 Tw
 
 BT
 48.24 159.56191087811288 Td
 /F1.0 10.5 Tf
-[<46> 40.0390625 <6f722074686573652068> 20.01953125 <796272696420736572766963657320776520686176652063617465676f72697a656420746865207365727669636520617320616e2022> 80.078125 <4150492220736572766963652e2020546869732063686170746572>] TJ
+[<46> 40.0390625 <6f722074686573652068> 20.01953125 <796272696420736572766963657320776520686176652063617465676f72697a656420746865207365727669636520617320616e2022> 80.078125 <4150492220736572766963652e20546869732063686170746572>] TJ
 ET
 
 
@@ -5685,7 +5685,7 @@ endobj
 /F3.0 43 0 R
 >>
 /XObject << /I1 41 0 R
-/Stamp1 2081 0 R
+/Stamp1 2124 0 R
 >>
 >>
 /Annots [42 0 R 44 0 R 45 0 R 46 0 R 47 0 R 48 0 R]
@@ -5775,13 +5775,13 @@ endobj
 endobj
 43 0 obj
 << /Type /Font
-/BaseFont /AAAACK+mplus1mn-regular
+/BaseFont /AAAACO+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 2182 0 R
+/FontDescriptor 2225 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2184 0 R
-/ToUnicode 2183 0 R
+/Widths 2227 0 R
+/ToUnicode 2226 0 R
 >>
 endobj
 44 0 obj
@@ -5802,7 +5802,7 @@ endobj
 /URI (../ugvw/ugvw.pdf#_ugvw_features_user-registration)
 >>
 /Subtype /Link
-/Rect [200.83223502604167 231.61591087811289 284.43641796875 245.8959108781129]
+/Rect [203.24984119591346 231.61591087811289 287.33754537259614 245.8959108781129]
 /Type /Annot
 >>
 endobj
@@ -5813,7 +5813,7 @@ endobj
 /URI (../ugvw/ugvw.pdf)
 >>
 /Subtype /Link
-/Rect [443.75915299479163 231.61591087811289 516.2858359375 245.8959108781129]
+/Rect [449.0778865685096 231.61591087811289 522.0880907451923 245.8959108781129]
 /Type /Annot
 >>
 endobj
@@ -5840,7 +5840,7 @@ endobj
 >>
 endobj
 49 0 obj
-<< /Length 28700
+<< /Length 28362
 >>
 stream
 q
@@ -5875,7 +5875,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.191 Tw
+0.483 Tw
 
 BT
 48.24 742.866 Td
@@ -5890,7 +5890,7 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.191 Tw
+0.483 Tw
 
 BT
 51.873000000000005 742.866 Td
@@ -5905,12 +5905,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.191 Tw
+0.483 Tw
 
 BT
 193.62300000000002 742.866 Td
 /F1.0 10.5 Tf
-[<206d6f64756c652920617320737461626c652c207075626c696320636c61737365732e2020496d706f7274616e746c79> 89.84375 <2c207468697320616c736f206d696e696d697a657320746865>] TJ
+[<206d6f64756c652920617320737461626c652c207075626c696320636c61737365732e20496d706f7274616e746c79> 89.84375 <2c207468697320616c736f206d696e696d697a657320746865>] TJ
 ET
 
 
@@ -5946,12 +5946,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.224 Tw
+0.421 Tw
 
 BT
 48.24 683.526 Td
 /F1.0 10.5 Tf
-[<546865206672> 20.01953125 <616d65776f726b20616c736f20646566696e65732061206e756d626572206f662022696e7465726e616c222073657276696365732e2020546865736520617265206e6f742070617274206f6620746865206672> 20.01953125 <616d65776f726bd573>] TJ
+[<546865206672> 20.01953125 <616d65776f726b20616c736f20646566696e65732061206e756d626572206f662022696e7465726e616c222073657276696365732e20546865736520617265206e6f742070617274206f6620746865206672> 20.01953125 <616d65776f726bd573>] TJ
 ET
 
 
@@ -5961,12 +5961,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-2.444 Tw
+2.789 Tw
 
 BT
 48.24 667.746 Td
 /F1.0 10.5 Tf
-[<666f726d616c204150492c20696e207468617420746865792075736520636c6173736573207468617420617265206f757473696465206f6620746865206170706c69622e2020546865736520696e7465726e616c206672> 20.01953125 <616d65776f726b>] TJ
+[<666f726d616c204150492c20696e207468617420746865792075736520636c6173736573207468617420617265206f757473696465206f6620746865206170706c69622e20546865736520696e7465726e616c206672> 20.01953125 <616d65776f726b>] TJ
 ET
 
 
@@ -5991,12 +5991,27 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-4.518 Tw
+0.016 Tw
 
 BT
 48.24 636.186 Td
 /F1.0 10.5 Tf
-[<6368616e67652066726f6d2072656c6561736520746f2072656c656173652e202054686520696e7465726e616c206672> 20.01953125 <616d65776f726b2073657276696365732061726520646f63756d656e74656420696e20746865>] TJ
+[<6368616e67652066726f6d2072656c6561736520746f2072656c656173652e2054686520696e7465726e616c206672> 20.01953125 <616d65776f726b2073657276696365732061726520646f63756d656e74656420696e2074686520>] 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.016 Tw
+
+BT
+488.51320507812494 636.186 Td
+/F1.0 10.5 Tf
+[<4672> 20.01953125 <616d65776f726b>] TJ
 ET
 
 
@@ -6009,7 +6024,7 @@ ET
 BT
 48.24 620.406 Td
 /F1.0 10.5 Tf
-[<4672> 20.01953125 <616d65776f726b20496e7465726e616c205365727669636573>] TJ
+<496e7465726e616c205365727669636573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -6018,7 +6033,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-194.231794921875 620.406 Td
+132.9855 620.406 Td
 /F1.0 10.5 Tf
 <2067756964652e> Tj
 ET
@@ -7376,7 +7391,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-2.150 Tw
+2.487 Tw
 
 BT
 48.239999999999995 159.72600000000008 Td
@@ -7391,27 +7406,27 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-2.150 Tw
+2.487 Tw
 
 BT
-350.12866992187503 159.72600000000008 Td
+352.152544921875 159.72600000000008 Td
 /F3.0 10.5 Tf
-<466163746f727953657276696365> Tj
+<466163746f72795365727669636523696e7374616e746961746528> 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.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
-2.150 Tw
+2.487 Tw
 
 BT
-423.62866992187503 159.72600000000008 Td
-/F1.0 10.5 Tf
-<277320> Tj
+493.902544921875 159.72600000000008 Td
+/F4.0 10.5 Tf
+<c9> Tj
 ET
 
 
@@ -7421,27 +7436,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-2.150 Tw
+2.487 Tw
 
 BT
-435.5433349609375 159.72600000000008 Td
+504.402544921875 159.72600000000008 Td
 /F3.0 10.5 Tf
-<696e7374616e74696174652829> 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.150 Tw
-
-BT
-503.7933349609375 159.72600000000008 Td
-/F1.0 10.5 Tf
-<206d6574686f64> Tj
+<29> Tj
 ET
 
 
@@ -7451,12 +7451,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.056 Tw
+2.487 Tw
 
 BT
-48.239999999999995 143.94600000000008 Td
+509.652544921875 159.72600000000008 Td
 /F1.0 10.5 Tf
-<286f7220746865206465707265636174656420> Tj
+<206f7220746865> Tj
 ET
 
 
@@ -7466,70 +7466,43 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.056 Tw
-
 BT
-143.044875 143.94600000000008 Td
+48.239999999999995 143.94600000000008 Td
 /F3.0 10.5 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5265706f7369746f72795365727669636523696e7374616e746961746528> 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.056 Tw
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
 BT
-253.294875 143.94600000000008 Td
-/F1.0 10.5 Tf
-<277320> Tj
+205.74 143.94600000000008 Td
+/F4.0 10.5 Tf
+<c9> 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.056 Tw
-
 BT
-263.116 143.94600000000008 Td
+216.24 143.94600000000008 Td
 /F3.0 10.5 Tf
-<6e65775472616e7369656e74496e7374616e63652829> 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.056 Tw
-
-BT
-378.616 143.94600000000008 Td
-/F1.0 10.5 Tf
-<206d6574686f64292077696c6c206175746f6d61746963616c6c7920696e6a656374> Tj
+<29> 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.239999999999995 128.16600000000008 Td
+221.49 143.94600000000008 Td
 /F1.0 10.5 Tf
-<7468652073657276696365732e> Tj
+<27732077696c6c206175746f6d61746963616c6c7920696e6a656374207468652073657276696365732e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7540,7 +7513,7 @@ ET
 4.638 Tw
 
 BT
-48.239999999999995 100.38600000000008 Td
+48.239999999999995 116.16600000000008 Td
 /F1.0 10.5 Tf
 <416c7465726e61746976656c7920746865206f626a6563742063616e20626520696e7374616e7469617465642073696d706c79207573696e6720> Tj
 ET
@@ -7555,7 +7528,7 @@ ET
 4.638 Tw
 
 BT
-369.2863333333333 100.38600000000008 Td
+369.2863333333333 116.16600000000008 Td
 /F3.0 10.5 Tf
 <6e6577> Tj
 ET
@@ -7570,7 +7543,7 @@ ET
 4.638 Tw
 
 BT
-385.0363333333333 100.38600000000008 Td
+385.0363333333333 116.16600000000008 Td
 /F1.0 10.5 Tf
 <2c207468656e20736572766963657320696e6a6563746564207573696e67> Tj
 ET
@@ -7585,7 +7558,7 @@ ET
 6.506 Tw
 
 BT
-48.239999999999995 84.60600000000008 Td
+48.239999999999995 100.38600000000008 Td
 /F3.0 10.5 Tf
 <536572766963655265676973747279> Tj
 ET
@@ -7600,7 +7573,7 @@ ET
 6.506 Tw
 
 BT
-126.99 84.60600000000008 Td
+126.99 100.38600000000008 Td
 /F1.0 10.5 Tf
 <277320> Tj
 ET
@@ -7615,7 +7588,7 @@ ET
 6.506 Tw
 
 BT
-143.26108333333332 84.60600000000008 Td
+143.26108333333332 100.38600000000008 Td
 /F3.0 10.5 Tf
 <696e6a6563745365727669636573496e746f28> Tj
 ET
@@ -7630,7 +7603,7 @@ ET
 6.506 Tw
 
 BT
-243.01108333333332 84.60600000000008 Td
+243.01108333333332 100.38600000000008 Td
 /F4.0 10.5 Tf
 <c9> Tj
 ET
@@ -7645,7 +7618,7 @@ ET
 6.506 Tw
 
 BT
-253.51108333333332 84.60600000000008 Td
+253.51108333333332 100.38600000000008 Td
 /F3.0 10.5 Tf
 <29> Tj
 ET
@@ -7660,7 +7633,7 @@ ET
 6.506 Tw
 
 BT
-258.7610833333333 84.60600000000008 Td
+258.7610833333333 100.38600000000008 Td
 /F1.0 10.5 Tf
 <206d6574686f6420286f7220746865206465707265636174656420> Tj
 ET
@@ -7675,7 +7648,7 @@ ET
 6.506 Tw
 
 BT
-429.7445 84.60600000000008 Td
+429.7445 100.38600000000008 Td
 /F3.0 10.5 Tf
 <446f6d61696e4f626a656374436f6e7461696e6572> Tj
 ET
@@ -7690,7 +7663,7 @@ ET
 6.506 Tw
 
 BT
-539.9945 84.60600000000008 Td
+539.9945 100.38600000000008 Td
 /F1.0 10.5 Tf
 <2773> Tj
 ET
@@ -7703,7 +7676,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-48.239999999999995 68.82600000000008 Td
+48.239999999999995 84.60600000000008 Td
 /F3.0 10.5 Tf
 <696e6a6563745365727669636573496e746f28> Tj
 ET
@@ -7714,7 +7687,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-147.99 68.82600000000008 Td
+147.99 84.60600000000008 Td
 /F4.0 10.5 Tf
 <c9> Tj
 ET
@@ -7725,7 +7698,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-158.49 68.82600000000008 Td
+158.49 84.60600000000008 Td
 /F3.0 10.5 Tf
 <29> Tj
 ET
@@ -7736,7 +7709,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-163.74 68.82600000000008 Td
+163.74 84.60600000000008 Td
 /F1.0 10.5 Tf
 <206d6574686f64292e> Tj
 ET
@@ -7776,13 +7749,13 @@ endobj
 /Font << /F2.0 20 0 R
 /F1.0 8 0 R
 /F3.0 43 0 R
-/F3.1 54 0 R
-/F4.0 58 0 R
+/F3.1 55 0 R
+/F4.0 57 0 R
 >>
-/XObject << /Stamp1 2081 0 R
+/XObject << /Stamp1 2124 0 R
 >>
 >>
-/Annots [52 0 R 55 0 R 56 0 R 57 0 R 59 0 R]
+/Annots [52 0 R 53 0 R 56 0 R 58 0 R 59 0 R 60 0 R 61 0 R 62 0 R 63 0 R 64 0 R]
 >>
 endobj
 51 0 obj
@@ -7795,81 +7768,136 @@ endobj
 /URI (../rgfis/rgfis.pdf)
 >>
 /Subtype /Link
-/Rect [48.24 617.3399999999999 194.231794921875 631.62]
+/Rect [488.51320507812494 633.12 547.04 647.4000000000001]
 /Type /Annot
 >>
 endobj
 53 0 obj
-[50 0 R /XYZ 0 604.59 null]
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgfis/rgfis.pdf)
+>>
+/Subtype /Link
+/Rect [48.24 617.3399999999999 132.9855 631.62]
+/Type /Annot
+>>
 endobj
 54 0 obj
+[50 0 R /XYZ 0 604.59 null]
+endobj
+55 0 obj
 << /Type /Font
-/BaseFont /AAAACL+mplus1mn-regular
+/BaseFont /AAAACP+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 2186 0 R
+/FontDescriptor 2229 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2188 0 R
-/ToUnicode 2187 0 R
+/Widths 2231 0 R
+/ToUnicode 2230 0 R
 >>
 endobj
-55 0 obj
+56 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_FactoryService)
 >>
 /Subtype /Link
-/Rect [350.12866992187503 158.25600000000009 423.62866992187503 168.75600000000009]
+/Rect [352.152544921875 158.25600000000009 493.902544921875 168.75600000000009]
 /Type /Annot
 >>
 endobj
-56 0 obj
+57 0 obj
+<< /Type /Font
+/BaseFont /AAAACQ+mplus-1p-regular
+/Subtype /TrueType
+/FontDescriptor 2233 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 2235 0 R
+/ToUnicode 2234 0 R
+>>
+endobj
+58 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_DomainObjectContainer)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_FactoryService)
 >>
 /Subtype /Link
-/Rect [143.044875 142.47600000000008 253.294875 152.97600000000008]
+/Rect [493.902544921875 158.25600000000009 504.402544921875 168.75600000000009]
 /Type /Annot
 >>
 endobj
-57 0 obj
+59 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_metadata-api_ServiceRegistry)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_FactoryService)
 >>
 /Subtype /Link
-/Rect [48.239999999999995 83.13600000000008 126.99 93.63600000000008]
+/Rect [504.402544921875 158.25600000000009 509.652544921875 168.75600000000009]
 /Type /Annot
 >>
 endobj
-58 0 obj
-<< /Type /Font
-/BaseFont /AAAACM+mplus-1p-regular
-/Subtype /TrueType
-/FontDescriptor 2190 0 R
-/FirstChar 32
-/LastChar 255
-/Widths 2192 0 R
-/ToUnicode 2191 0 R
+60 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_RepositoryService)
+>>
+/Subtype /Link
+/Rect [48.239999999999995 142.47600000000008 205.74 152.97600000000008]
+/Type /Annot
 >>
 endobj
-59 0 obj
+61 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_RepositoryService)
+>>
+/Subtype /Link
+/Rect [205.74 142.47600000000008 216.24 152.97600000000008]
+/Type /Annot
+>>
+endobj
+62 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_RepositoryService)
+>>
+/Subtype /Link
+/Rect [216.24 142.47600000000008 221.49 152.97600000000008]
+/Type /Annot
+>>
+endobj
+63 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_metadata-api_ServiceRegistry)
+>>
+/Subtype /Link
+/Rect [48.239999999999995 98.91600000000008 126.99 109.41600000000008]
+/Type /Annot
+>>
+endobj
+64 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_DomainObjectContainer)
 >>
 /Subtype /Link
-/Rect [429.7445 83.13600000000008 539.9945 93.63600000000008]
+/Rect [429.7445 98.91600000000008 539.9945 109.41600000000008]
 /Type /Annot
 >>
 endobj
-60 0 obj
-<< /Length 16962
+65 0 obj
+<< /Length 16560
 >>
 stream
 q
@@ -7889,12 +7917,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.440 Tw
+3.953 Tw
 
 BT
 48.24 758.646 Td
 /F1.0 10.5 Tf
-[<546865206672> 20.01953125 <616d65776f726b2070726f76696465732064656661756c7420696d706c656d656e746174696f6e7320666f72206d616e> 20.01953125 <79206f662074686520646f6d61696e2073657276696365732e202054686973206973>] TJ
+[<546865206672> 20.01953125 <616d65776f726b2070726f76696465732064656661756c7420696d706c656d656e746174696f6e7320666f72206d616e> 20.01953125 <79206f662074686520646f6d61696e2073657276696365732e2054686973206973>] TJ
 ET
 
 
@@ -8045,12 +8073,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-4.146 Tw
+0.208 Tw
 
 BT
 125.80666666666667 635.966 Td
 /F1.0 10.5 Tf
-<74686520636861696e2d6f662d726573706f6e736962696c697479207061747465726e292c206e6f74206a75737420746865206669727374206f6e652e202054686520736572766963657320696e> Tj
+<74686520636861696e2d6f662d726573706f6e736962696c697479207061747465726e292c206e6f74206a75737420746865206669727374206f6e652e2054686520736572766963657320696e207175657374696f6e> Tj
 ET
 
 
@@ -8063,7 +8091,7 @@ ET
 BT
 125.80666666666667 620.186 Td
 /F1.0 10.5 Tf
-<7175657374696f6e206172653a20> Tj
+<6172653a20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -8072,7 +8100,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-194.03566666666666 620.186 Td
+147.99316666666667 620.186 Td
 /F3.0 10.5 Tf
 <436f6e74656e744d617070696e6753657276696365> Tj
 ET
@@ -8083,7 +8111,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-304.28566666666666 620.186 Td
+258.24316666666664 620.186 Td
 /F1.0 10.5 Tf
 <2c20> Tj
 ET
@@ -8094,7 +8122,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-309.6301666666667 620.186 Td
+263.5876666666667 620.186 Td
 /F3.0 10.5 Tf
 <4772696453797374656d53657276696365> Tj
 ET
@@ -8105,7 +8133,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-398.88016666666664 620.186 Td
+352.8376666666667 620.186 Td
 /F1.0 10.5 Tf
 <2c20616e6420> Tj
 ET
@@ -8116,7 +8144,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-426.0541666666666 620.186 Td
+380.01166666666666 620.186 Td
 /F3.0 10.5 Tf
 <526f7574696e6753657276696365> Tj
 ET
@@ -8127,7 +8155,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-499.5541666666666 620.186 Td
+453.5116666666667 620.186 Td
 /F1.0 10.5 Tf
 <2e> Tj
 ET
@@ -8137,7 +8165,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.929 Tw
+1.233 Tw
 
 BT
 48.24000000000001 588.406 Td
@@ -8152,10 +8180,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.929 Tw
+1.233 Tw
 
 BT
-431.76162920673073 588.406 Td
+435.1057991536458 588.406 Td
 /F3.0 10.5 Tf
 <4c6f63616c6550726f7669646572> Tj
 ET
@@ -8167,12 +8195,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.929 Tw
+1.233 Tw
 
 BT
-505.26162920673073 588.406 Td
+508.6057991536458 588.406 Td
 /F1.0 10.5 Tf
-<2e202048657265d573> Tj
+<2e2048657265d573> Tj
 ET
 
 
@@ -8873,42 +8901,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.063 Tw
+0.514 Tw
 
 BT
 48.24000000000001 296.40600000000006 Td
 /F1.0 10.5 Tf
-<696d706c656d656e746174696f6e2064656c656761746520746f207468652064656661756c74293b207468697320697320616c736f20706f737369626c6520616e64207175697465206561737920286966207573696e6720> 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.063 Tw
-
-BT
-469.29699999999997 296.40600000000006 Td
-/F3.0 10.5 Tf
-<312e31302e30> 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.063 Tw
-
-BT
-500.79699999999997 296.40600000000006 Td
-/F1.0 10.5 Tf
-<206f72206c61746572292e> Tj
+[<696d706c656d656e746174696f6e2064656c656761746520746f207468652064656661756c74293b207468697320697320616c736f20706f737369626c6520616e642071756974652065617379> 89.84375 <2e20546865206964656120697320746f206861766520746865>] TJ
 ET
 
 
@@ -8918,12 +8916,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.345 Tw
+0.656 Tw
 
 BT
 48.24000000000001 280.6260000000001 Td
 /F1.0 10.5 Tf
-[<546865206964656120697320746f206861766520746865206672> 20.01953125 <616d65776f726b20696e6a65637420616c6c20696d706c656d656e746174696f6e73206f662074686520736572766963652c20616e64207468656e20746f2064656c656761746520746f>] TJ
+[<6672> 20.01953125 <616d65776f726b20696e6a65637420616c6c20696d706c656d656e746174696f6e73206f662074686520736572766963652c20616e64207468656e20746f2064656c656761746520746f20746865206669727374206f6e6520746861742069736ed574>] TJ
 ET
 
 
@@ -8936,7 +8934,7 @@ ET
 BT
 48.24000000000001 264.8460000000001 Td
 /F1.0 10.5 Tf
-<746865206669727374206f6e6520746861742069736ed57420227468697322206f6e653a> Tj
+<227468697322206f6e653a> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -8965,28 +8963,28 @@ Q
 
 endstream
 endobj
-61 0 obj
+66 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 60 0 R
+/Contents 65 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 20 0 R
 /F1.0 8 0 R
 /F3.0 43 0 R
-/F5.1 64 0 R
-/F3.1 54 0 R
+/F5.1 69 0 R
+/F3.1 55 0 R
 >>
-/XObject << /Stamp1 2081 0 R
+/XObject << /Stamp1 2124 0 R
 >>
 >>
-/Annots [63 0 R 65 0 R 66 0 R 67 0 R 68 0 R]
+/Annots [68 0 R 70 0 R 71 0 R 72 0 R 73 0 R]
 >>
 endobj
-62 0 obj
-[61 0 R /XYZ 0 841.89 null]
+67 0 obj
+[66 0 R /XYZ 0 841.89 null]
 endobj
-63 0 obj
+68 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -8997,63 +8995,63 @@ endobj
 /Type /Annot
 >>
 endobj
-64 0 obj
+69 0 obj
 << /Type /Font
-/BaseFont /AAAACN+FontAwesome
+/BaseFont /AAAACR+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 2194 0 R
+/FontDescriptor 2237 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2196 0 R
-/ToUnicode 2195 0 R
+/Widths 2239 0 R
+/ToUnicode 2238 0 R
 >>
 endobj
-65 0 obj
+70 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_ContentMappingService)
 >>
 /Subtype /Link
-/Rect [194.03566666666666 618.716 304.28566666666666 629.216]
+/Rect [147.99316666666667 618.716 258.24316666666664 629.216]
 /Type /Annot
 >>
 endobj
-66 0 obj
+71 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_GridSystemService)
 >>
 /Subtype /Link
-/Rect [309.6301666666667 618.716 398.88016666666664 629.216]
+/Rect [263.5876666666667 618.716 352.8376666666667 629.216]
 /Type /Annot
 >>
 endobj
-67 0 obj
+72 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_RoutingService)
 >>
 /Subtype /Link
-/Rect [426.0541666666666 618.716 499.5541666666666 629.216]
+/Rect [380.01166666666666 618.716 453.5116666666667 629.216]
 /Type /Annot
 >>
 endobj
-68 0 obj
+73 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_LocaleProvider)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_LocaleProvider)
 >>
 /Subtype /Link
-/Rect [431.76162920673073 586.9359999999999 505.26162920673073 597.4359999999999]
+/Rect [435.1057991536458 586.9359999999999 508.6057991536458 597.4359999999999]
 /Type /Annot
 >>
 endobj
-69 0 obj
-<< /Length 25629
+74 0 obj
+<< /Length 25625
 >>
 stream
 q
@@ -10477,12 +10475,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.175 Tw
+0.345 Tw
 
 BT
 48.239999999999995 293.326 Td
 /F1.0 10.5 Tf
-<616c6f6e67207769746820746865207374617465206f6620646f6d61696e206f626a65637473207468617420617265206d6f646966696564206173206120726573756c74206f662074686573652e202054686573652073657276696365732063617074757265> Tj
+<616c6f6e67207769746820746865207374617465206f6620646f6d61696e206f626a65637473207468617420617265206d6f646966696564206173206120726573756c74206f662074686573652e2054686573652073657276696365732063617074757265> Tj
 ET
 
 
@@ -10533,12 +10531,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.352 Tw
+0.557 Tw
 
 BT
 48.239999999999995 218.206 Td
 /F1.0 10.5 Tf
-[<546865206469616772> 20.01953125 <616d2062656c6f772073686f777320686f772074686573652073657276696365732066697420746f6765746865722e2020546865206f75746c696e6520626f78657320617265207365727669636573207768696c6520746865>] TJ
+[<546865206469616772> 20.01953125 <616d2062656c6f772073686f777320686f772074686573652073657276696365732066697420746f6765746865722e20546865206f75746c696e6520626f78657320617265207365727669636573207768696c6520746865>] TJ
 ET
 
 
@@ -10800,39 +10798,39 @@ Q
 
 endstream
 endobj
-70 0 obj
+75 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 69 0 R
+/Contents 74 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 43 0 R
-/F3.1 54 0 R
+/F3.1 55 0 R
 /F1.0 8 0 R
-/F6.0 71 0 R
+/F6.0 76 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2081 0 R
+/XObject << /Stamp1 2124 0 R
 >>
 >>
-/Annots [73 0 R 74 0 R]
+/Annots [78 0 R 79 0 R]
 >>
 endobj
-71 0 obj
+76 0 obj
 << /Type /Font
-/BaseFont /AAAACO+NotoSerif-Italic
+/BaseFont /AAAACS+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 2198 0 R
+/FontDescriptor 2241 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2200 0 R
-/ToUnicode 2199 0 R
+/Widths 2243 0 R
+/ToUnicode 2242 0 R
 >>
 endobj
-72 0 obj
-[70 0 R /XYZ 0 361.15000000000003 null]
+77 0 obj
+[75 0 R /XYZ 0 361.15000000000003 null]
 endobj
-73 0 obj
+78 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -10843,7 +10841,7 @@ endobj
 /Type /Annot
 >>
 endobj
-74 0 obj
+79 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -10854,8 +10852,8 @@ endobj
 /Type /Annot
 >>
 endobj
-75 0 obj
-<< /Length 27055
+80 0 obj
+<< /Length 26594
 >>
 stream
 q
@@ -11143,12 +11141,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.347 Tw
+0.528 Tw
 
 BT
 66.24000000000001 703.776 Td
 /F1.0 10.5 Tf
-[<696e766f636174696f6e73206f722070726f70657274792065646974732e2020496e20746865206d616a6f72697479206f66206361736573207468657265206973206c696b> 20.01953125 <656c7920746f206265206a75737420612073696e676c6520746f702d6c6576656c>] TJ
+[<696e766f636174696f6e73206f722070726f70657274792065646974732e20496e20746865206d616a6f72697479206f66206361736573207468657265206973206c696b> 20.01953125 <656c7920746f206265206a75737420612073696e676c6520746f702d6c6576656c>] TJ
 ET
 
 
@@ -11274,12 +11272,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.728 Tw
+1.042 Tw
 
 BT
 66.24000000000001 634.656 Td
 /F1.0 10.5 Tf
-<73756273637269626572732e2020576865746865722074686973206f636375727320646570656e6473206f6e20776865746865722074686520616374696f6e2f70726f706572747920686173206265656e20616e6e6f7461746564> Tj
+<73756273637269626572732e20576865746865722074686973206f636375727320646570656e6473206f6e20776865746865722074686520616374696f6e2f70726f706572747920686173206265656e20616e6e6f7461746564> Tj
 ET
 
 
@@ -11400,7 +11398,7 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.197 Tw
+1.589 Tw
 
 BT
 66.24000000000001 531.756 Td
@@ -11415,12 +11413,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.197 Tw
+1.589 Tw
 
 BT
 218.49 531.756 Td
 /F1.0 10.5 Tf
-<20646f6d61696e20736572766963652e20204d65747269637320617320746f207768696368206f626a6563747320617265206d6572656c79206c6f61646564> Tj
+<20646f6d61696e20736572766963652e204d65747269637320617320746f207768696368206f626a6563747320617265206d6572656c79206c6f61646564> Tj
 ET
 
 
@@ -11570,7 +11568,7 @@ ET
 BT
 394.72200000000004 462.63599999999997 Td
 /F1.0 10.5 Tf
-<292e20> Tj
+<292e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11578,7 +11576,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.394 Tw
+1.111 Tw
 
 BT
 66.24000000000001 434.85599999999994 Td
@@ -11593,12 +11591,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.394 Tw
+1.111 Tw
 
 BT
-346.2524487304687 434.85599999999994 Td
+352.7037327223557 434.85599999999994 Td
 /F3.0 10.5 Tf
-<5075626c697368696e6753657276696365> Tj
+<5075626c697368657253657276696365> Tj
 ET
 
 
@@ -11608,12 +11606,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.394 Tw
+1.111 Tw
 
 BT
-435.5024487304687 434.85599999999994 Td
+436.7037327223557 434.85599999999994 Td
 /F1.0 10.5 Tf
-<2028646570726563617465642920616e6420616c736f> Tj
+[<7320287468657265206d61> 20.01953125 <79206265206d6f7265>] TJ
 ET
 
 
@@ -11626,29 +11624,7 @@ ET
 BT
 66.24000000000001 419.0759999999999 Td
 /F1.0 10.5 Tf
-[<746f20616e> 20.01953125 <79207265676973746572656420>] 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
-153.14829492187502 419.0759999999999 Td
-/F3.0 10.5 Tf
-<5075626c697368657253657276696365> 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
-237.14829492187502 419.0759999999999 Td
-/F1.0 10.5 Tf
-[<7320287468657265206d61> 20.01953125 <79206265206d6f7265207468616e206f6e65292e>] TJ
+<7468616e206f6e65292e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11789,12 +11765,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-14.765 Tw
+16.950 Tw
 
 BT
 66.24000000000001 359.73599999999993 Td
 /F1.0 10.5 Tf
-<696d706c656d656e746174696f6e732e20204f6e6c7920646f6d61696e206f626a656374732073706563696669656420746f206265207075626c69736865642077697468> Tj
+<696d706c656d656e746174696f6e732e204f6e6c7920646f6d61696e206f626a656374732073706563696669656420746f206265207075626c69736865642077697468> Tj
 ET
 
 
@@ -12338,7 +12314,7 @@ ET
 BT
 48.24000000000001 114.37599999999992 Td
 /F1.0 10.5 Tf
-[<656e746972652063616c6c2d6772> 20.01953125 <6170682e2020546869732063616e20626520636f6e76657274656420696e746f20584d4c20696e20612073696d696c61722066617368696f6e2e>] TJ
+[<656e746972652063616c6c2d6772> 20.01953125 <6170682e20546869732063616e20626520636f6e76657274656420696e746f20584d4c20696e20612073696d696c61722066617368696f6e2e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -12421,7 +12397,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.214 Tw
+1.572 Tw
 
 BT
 48.24000000000001 70.81599999999992 Td
@@ -12436,10 +12412,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.214 Tw
+1.572 Tw
 
 BT
-115.73708333333333 70.81599999999992 Td
+116.45231818181819 70.81599999999992 Td
 /F3.0 10.5 Tf
 <5075626c69736865644f626a656374732367657444746f2829> Tj
 ET
@@ -12451,10 +12427,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.214 Tw
+1.572 Tw
 
 BT
-246.98708333333332 70.81599999999992 Td
+247.70231818181819 70.81599999999992 Td
 /F1.0 10.5 Tf
 <206d6574686f642077686963682072657475726e73206120> Tj
 ET
@@ -12466,10 +12442,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.214 Tw
+1.572 Tw
 
 BT
-379.17404166666665 70.81599999999992 Td
+381.6773636363636 70.81599999999992 Td
 /F3.0 10.5 Tf
 <4368616e67657344746f> Tj
 ET
@@ -12481,12 +12457,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.214 Tw
+1.572 Tw
 
 BT
-431.67404166666665 70.81599999999992 Td
+434.1773636363636 70.81599999999992 Td
 /F1.0 10.5 Tf
-<20696e7374616e63652e2020546869732063616e206265> Tj
+<20696e7374616e63652e20546869732063616e206265> Tj
 ET
 
 
@@ -12550,24 +12526,24 @@ Q
 
 endstream
 endobj
-76 0 obj
+81 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 75 0 R
+/Contents 80 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 43 0 R
-/F4.0 58 0 R
-/F5.1 64 0 R
+/F4.0 57 0 R
+/F5.1 69 0 R
 >>
-/XObject << /Stamp1 2081 0 R
+/XObject << /Stamp1 2124 0 R
 >>
 >>
-/Annots [77 0 R 78 0 R 79 0 R 80 0 R 81 0 R 82 0 R 83 0 R 84 0 R 85 0 R 86 0 R 87 0 R 88 0 R 89 0 R 90 0 R 91 0 R 92 0 R 93 0 R 94 0 R 95 0 R 96 0 R 97 0 R 98 0 R 99 0 R 100 0 R 101 0 R 102 0 R 103 0 R]
+/Annots [82 0 R 83 0 R 84 0 R 85 0 R 86 0 R 87 0 R 88 0 R 89 0 R 90 0 R 91 0 R 92 0 R 93 0 R 94 0 R 95 0 R 96 0 R 97 0 R 98 0 R 99 0 R 100 0 R 101 0 R 102 0 R 103 0 R 104 0 R 105 0 R 106 0 R 107 0 R]
 >>
 endobj
-77 0 obj
+82 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12578,7 +12554,7 @@ endobj
 /Type /Annot
 >>
 endobj
-78 0 obj
+83 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12589,7 +12565,7 @@ endobj
 /Type /Annot
 >>
 endobj
-79 0 obj
+84 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12600,7 +12576,7 @@ endobj
 /Type /Annot
 >>
 endobj
-80 0 obj
+85 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12611,7 +12587,7 @@ endobj
 /Type /Annot
 >>
 endobj
-81 0 obj
+86 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12622,7 +12598,7 @@ endobj
 /Type /Annot
 >>
 endobj
-82 0 obj
+87 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12633,7 +12609,7 @@ endobj
 /Type /Annot
 >>
 endobj
-83 0 obj
+88 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12644,7 +12620,7 @@ endobj
 /Type /Annot
 >>
 endobj
-84 0 obj
+89 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12655,7 +12631,7 @@ endobj
 /Type /Annot
 >>
 endobj
-85 0 obj
+90 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12666,7 +12642,7 @@ endobj
 /Type /Annot
 >>
 endobj
-86 0 obj
+91 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12677,7 +12653,7 @@ endobj
 /Type /Annot
 >>
 endobj
-87 0 obj
+92 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12688,7 +12664,7 @@ endobj
 /Type /Annot
 >>
 endobj
-88 0 obj
+93 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12699,7 +12675,7 @@ endobj
 /Type /Annot
 >>
 endobj
-89 0 obj
+94 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12710,7 +12686,7 @@ endobj
 /Type /Annot
 >>
 endobj
-90 0 obj
+95 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12721,7 +12697,7 @@ endobj
 /Type /Annot
 >>
 endobj
-91 0 obj
+96 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12732,7 +12708,7 @@ endobj
 /Type /Annot
 >>
 endobj
-92 0 obj
+97 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12743,29 +12719,18 @@ endobj
 /Type /Annot
 >>
 endobj
-93 0 obj
-<< /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_persistence-layer-spi_PublishingService)
->>
-/Subtype /Link
-/Rect [346.2524487304687 433.3859999999999 435.5024487304687 443.8859999999999]
-/Type /Annot
->>
-endobj
-94 0 obj
+98 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_persistence-layer-spi_PublisherService)
 >>
 /Subtype /Link
-/Rect [153.14829492187502 417.6059999999999 237.14829492187502 428.1059999999999]
+/Rect [352.7037327223557 433.3859999999999 436.7037327223557 443.8859999999999]
 /Type /Annot
 >>
 endobj
-95 0 obj
+99 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12776,7 +12741,7 @@ endobj
 /Type /Annot
 >>
 endobj
-96 0 obj
+100 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12787,7 +12752,7 @@ endobj
 /Type /Annot
 >>
 endobj
-97 0 obj
+101 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12798,7 +12763,7 @@ endobj
 /Type /Annot
 >>
 endobj
-98 0 obj
+102 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12809,7 +12774,7 @@ endobj
 /Type /Annot
 >>
 endobj
-99 0 obj
+103 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12820,7 +12785,7 @@ endobj
 /Type /Annot
 >>
 endobj
-100 0 obj
+104 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12831,7 +12796,7 @@ endobj
 /Type /Annot
 >>
 endobj
-101 0 obj
+105 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12842,7 +12807,7 @@ endobj
 /Type /Annot
 >>
 endobj
-102 0 obj
+106 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12853,7 +12818,7 @@ endobj
 /Type /Annot
 >>
 endobj
-103 0 obj
+107 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12864,7 +12829,7 @@ endobj
 /Type /Annot
 >>
 endobj
-104 0 obj
+108 0 obj
 << /Length 3457
 >>
 stream
@@ -13067,22 +13032,22 @@ Q
 
 endstream
 endobj
-105 0 obj
+109 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 104 0 R
+/Contents 108 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2081 0 R
+/XObject << /Stamp1 2124 0 R
 >>
 >>
-/Annots [106 0 R 107 0 R]
+/Annots [110 0 R 111 0 R]
 >>
 endobj
-106 0 obj
+110 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -13093,7 +13058,7 @@ endobj
 /Type /Annot
 >>
 endobj
-107 0 obj
+111 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -13104,7 +13069,7 @@ endobj
 /Type /Annot
 >>
 endobj
-108 0 obj
+112 0 obj
 << /Length 26654
 >>
 stream
@@ -14968,27 +14933,27 @@ Q
 
 endstream
 endobj
-109 0 obj
+113 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 108 0 R
+/Contents 112 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 20 0 R
 /F1.0 8 0 R
-/F6.0 71 0 R
+/F6.0 76 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2081 0 R
+/XObject << /Stamp1 2124 0 R
 >>
 >>
-/Annots [111 0 R 112 0 R 113 0 R 114 0 R 115 0 R 116 0 R 117 0 R 118 0 R 119 0 R 120 0 R 121 0 R 122 0 R 123 0 R 124 0 R 125 0 R 126 0 R 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]
+/Annots [115 0 R 116 0 R 117 0 R 118 0 R 119 0 R 120 0 R 121 0 R 122 0 R 123 0 R 124 0 R 125 0 R 126 0 R 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]
 >>
 endobj
-110 0 obj
-[109 0 R /XYZ 0 841.89 null]
+114 0 obj
+[113 0 R /XYZ 0 841.89 null]
 endobj
-111 0 obj
+115 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14999,7 +14964,7 @@ endobj
 /Type /Annot
 >>
 endobj
-112 0 obj
+116 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15010,7 +14975,7 @@ endobj
 /Type /Annot
 >>
 endobj
-113 0 obj
+117 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15021,7 +14986,7 @@ endobj
 /Type /Annot
 >>
 endobj
-114 0 obj
+118 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15032,7 +14997,7 @@ endobj
 /Type /Annot
 >>
 endobj
-115 0 obj
+119 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15043,7 +15008,7 @@ endobj
 /Type /Annot
 >>
 endobj
-116 0 obj
+120 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15054,7 +15019,7 @@ endobj
 /Type /Annot
 >>
 endobj
-117 0 obj
+121 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15065,7 +15030,7 @@ endobj
 /Type /Annot
 >>
 endobj
-118 0 obj
+122 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15076,7 +15041,7 @@ endobj
 /Type /Annot
 >>
 endobj
-119 0 obj
+123 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15087,7 +15052,7 @@ endobj
 /Type /Annot
 >>
 endobj
-120 0 obj
+124 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15098,7 +15063,7 @@ endobj
 /Type /Annot
 >>
 endobj
-121 0 obj
+125 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15109,7 +15074,7 @@ endobj
 /Type /Annot
 >>
 endobj
-122 0 obj
+126 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15120,7 +15085,7 @@ endobj
 /Type /Annot
 >>
 endobj
-123 0 obj
+127 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15131,7 +15096,7 @@ endobj
 /Type /Annot
 >>
 endobj
-124 0 obj
+128 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15142,7 +15107,7 @@ endobj
 /Type /Annot
 >>
 endobj
-125 0 obj
+129 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15153,7 +15118,7 @@ endobj
 /Type /Annot
 >>
 endobj
-126 0 obj
+130 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15164,7 +15129,7 @@ endobj
 /Type /Annot
 >>
 endobj
-127 0 obj
+131 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15175,7 +15140,7 @@ endobj
 /Type /Annot
 >>
 endobj
-128 0 obj
+132 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15186,7 +15151,7 @@ endobj
 /Type /Annot
 >>
 endobj
-129 0 obj
+133 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15197,7 +15162,7 @@ endobj
 /Type /Annot
 >>
 endobj
-130 0 obj
+134 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15208,7 +15173,7 @@ endobj
 /Type /Annot
 >>
 endobj
-131 0 obj
+135 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15219,7 +15184,7 @@ endobj
 /Type /Annot
 >>
 endobj
-132 0 obj
+136 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15230,7 +15195,7 @@ endobj
 /Type /Annot
 >>
 endobj
-133 0 obj
+137 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15241,7 +15206,7 @@ endobj
 /Type /Annot
 >>
 endobj
-134 0 obj
+138 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15252,7 +15217,7 @@ endobj
 /Type /Annot
 >>
 endobj
-135 0 obj
+139 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15263,7 +15228,7 @@ endobj
 /Type /Annot
 >>
 endobj
-136 0 obj
+140 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15274,7 +15239,7 @@ endobj
 /Type /Annot
 >>
 endobj
-137 0 obj
+141 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15285,7 +15250,7 @@ endobj
 /Type /Annot
 >>
 endobj
-138 0 obj
+142 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15296,7 +15261,7 @@ endobj
 /Type /Annot
 >>
 endobj
-139 0 obj
+143 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15307,7 +15272,7 @@ endobj
 /Type /Annot
 >>
 endobj
-140 0 obj
+144 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15318,7 +15283,7 @@ endobj
 /Type /Annot
 >>
 endobj
-141 0 obj
+145 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15329,7 +15294,7 @@ endobj
 /Type /Annot
 >>
 endobj
-142 0 obj
+146 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15340,8 +15305,8 @@ endobj
 /Type /Annot
 >>
 endobj
-143 0 obj
-<< /Length 19036
+147 0 obj
+<< /Length 20140
 >>
 stream
 q
@@ -16374,8 +16339,75 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+1.712 Tw
+
+BT
+48.24000000000001 223.86600000000027 Td
+/F1.0 10.5 Tf
+[<54> 29.78515625 <6f2075736520616e20616c7465726e617469766520696d706c656d656e746174696f6e2c2075736520>] 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.712 Tw
+
+BT
+271.49670234375003 223.86600000000027 Td
+/F3.0 10.5 Tf
+<40446f6d61696e536572766963654c61796f7574236d656e754f726465722829> 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.712 Tw
+
+BT
+439.49670234375003 223.86600000000027 Td
+/F1.0 10.5 Tf
+<20286173206578706c61696e656420696e20746865> 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
+48.24000000000001 208.08600000000027 Td
+/F1.0 10.5 Tf
+<696e74726f64756374696f6e> 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
+111.19800000000001 208.08600000000027 Td
+/F1.0 10.5 Tf
+<20746f2074686973206775696465292e> 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 217.14600000000024 Td
+48.24000000000001 173.58600000000024 Td
 /F2.0 13 Tf
 <332e312e322e205573616765> Tj
 ET
@@ -16388,7 +16420,7 @@ ET
 0.516 Tw
 
 BT
-48.24000000000001 190.58600000000024 Td
+48.24000000000001 147.02600000000024 Td
 /F1.0 10.5 Tf
 [<54686520696e74656e64656420757365206f662074686973207365727669636520697320776865726520746865726520617265206d756c7469706c6520636f6e63757272656e742076657273696f6e73206f66206120524553> 20.01953125 <54204150492c20666f72>] TJ
 ET
@@ -16403,7 +16435,7 @@ ET
 1.619 Tw
 
 BT
-48.24000000000001 174.80600000000024 Td
+48.24000000000001 131.24600000000024 Td
 /F1.0 10.5 Tf
 <6261636b7761726420636f6d7061746962696c697479206f66206578697374696e6720636c69656e74732e202054686520> Tj
 ET
@@ -16418,7 +16450,7 @@ ET
 1.619 Tw
 
 BT
-298.1832727272727 174.80600000000024 Td
+298.1832727272727 131.24600000000024 Td
 /F3.0 10.5 Tf
 <41636365707448656164657253657276696365> Tj
 ET
@@ -16433,7 +16465,7 @@ ET
 1.619 Tw
 
 BT
-397.9332727272727 174.80600000000024 Td
+397.9332727272727 131.24600000000024 Td
 /F1.0 10.5 Tf
 <20616c6c6f77732074686520726573706f6e736962696c69747920666f72> Tj
 ET
@@ -16448,7 +16480,7 @@ ET
 0.800 Tw
 
 BT
-48.24000000000001 159.02600000000024 Td
+48.24000000000001 115.46600000000024 Td
 /F1.0 10.5 Tf
 [<636f6e74656e74206e65676f74696174696f6e202864657465726d696e696e672077686963682076657273696f6e206f662074686520524553> 20.01953125 <542041504920697320746f20626520757365642920746f20626520706572666f726d65642062> 20.01953125 <79>] TJ
 ET
@@ -16461,7 +16493,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 143.24600000000024 Td
+48.24000000000001 99.68600000000023 Td
 /F1.0 10.5 Tf
 <6c6f67696320696e2074686520646f6d61696e206f626a65637473207468656d73656c7665732e> Tj
 ET
@@ -16472,7 +16504,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 115.46600000000024 Td
+48.24000000000001 71.90600000000023 Td
 /F1.0 10.5 Tf
 [<546865206469616772> 20.01953125 <616d2062656c6f7720696c6c75737472> 20.01953125 <6174656420746869733a>] TJ
 ET
@@ -16503,28 +16535,28 @@ Q
 
 endstream
 endobj
-144 0 obj
+148 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 143 0 R
+/Contents 147 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 43 0 R
 /F2.0 20 0 R
-/F5.1 64 0 R
-/F3.1 54 0 R
+/F5.1 69 0 R
+/F3.1 55 0 R
 >>
-/XObject << /Stamp1 2081 0 R
+/XObject << /Stamp1 2124 0 R
 >>
 >>
-/Annots [146 0 R 147 0 R 148 0 R 150 0 R 151 0 R]
+/Annots [150 0 R 151 0 R 152 0 R 154 0 R 155 0 R 156 0 R 157 0 R]
 >>
 endobj
-145 0 obj
-[144 0 R /XYZ 0 756.33 null]
+149 0 obj
+[148 0 R /XYZ 0 756.33 null]
 endobj
-146 0 obj
+150 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16535,7 +16567,7 @@ endobj
 /Type /Annot
 >>
 endobj
-147 0 obj
+151 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16546,7 +16578,7 @@ endobj
 /Type /Annot
 >>
 endobj
-148 0 obj
+152 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16557,10 +16589,10 @@ endobj
 /Type /Annot
 >>
 endobj
-149 0 obj
-[144 0 R /XYZ 0 573.7900000000001 null]
+153 0 obj
+[148 0 R /XYZ 0 573.7900000000001 null]
 endobj
-150 0 obj
+154 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16571,7 +16603,7 @@ endobj
 /Type /Annot
 >>
 endobj
-151 0 obj
+155 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16582,16 +16614,38 @@ endobj
 /Type /Annot
 >>
 endobj
-152 0 obj
-[144 0 R /XYZ 0 235.83000000000027 null]
+156 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgant/rgant.pdf#_rgant-DomainServiceLayout_menuOrder)
+>>
+/Subtype /Link
+/Rect [271.49670234375003 222.39600000000027 439.49670234375003 232.89600000000027]
+/Type /Annot
+>>
 endobj
-153 0 obj
+157 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgsvc/rgsvc.pdf#__rgsvc_intro_overriding-the-services)
+>>
+/Subtype /Link
+/Rect [48.24000000000001 205.02000000000027 111.19800000000001 219.30000000000027]
+/Type /Annot
+>>
+endobj
+158 0 obj
+[148 0 R /XYZ 0 192.27000000000027 null]
+endobj
+159 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 441
 /Width 789
 /BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 255 154 0 R]
+/ColorSpace [/Indexed /DeviceRGB 255 160 0 R]
 /Length 9715
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -16667,14 +16721,14 @@ P
 |`>�X���V�+����
 endstream
 endobj
-154 0 obj
+160 0 obj
 << /Length 768
 >>
 stream
 8]�8^�9_�:`�>b�:a�;b�;c�<e�=f�>h�?i�Kl�Qq�Ao�Cp�Ds�Et�Gx�Hz�J}�J~�P�q�?o�Cj�Vu�E~�Qf�bU��O��P��U��U��X��[��]��a��f��l��p��r��x��x��}�΃�W��Y��^��a��g��l��o��x��������щ�ӌ�Ԏ�Ւ�֔�ך�ٜ�ڟ�ۡ�Ȥ�ݳˀ�ӓ�Ӕ�ǥ��ߴ�ӯ���������՘�ܪ�ҷ��������������������������������������������������������������������������������������������������������������������������������������������
 
 endstream
 endobj
-155 0 obj
+161 0 obj
 << /Length 11012
 >>
 stream
@@ -17363,25 +17417,25 @@ Q
 
 endstream
 endobj
-156 0 obj
+162 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 155 0 R
+/Contents 161 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/XObject << /I2 153 0 R
-/Stamp1 2081 0 R
+/XObject << /I2 159 0 R
+/Stamp1 2124 0 R
 >>
 /Font << /F1.0 8 0 R
 /F3.0 43 0 R
-/F5.1 64 0 R
+/F5.1 69 0 R
 /F2.0 20 0 R
 >>
 >>
-/Annots [157 0 R 158 0 R 159 0 R]
+/Annots [163 0 R 164 0 R 165 0 R]
 >>
 endobj
-157 0 obj
+163 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -17392,7 +17446,7 @@ endobj
 /Type /Annot
 >>
 endobj
-158 0 obj
+164 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -17403,7 +17457,7 @@ endobj
 /Type /Annot
 >>
 endobj
-159 0 obj
+165 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -17414,13 +17468,13 @@ endobj
 /Type /Annot
 >>
 endobj
-160 0 obj
-[156 0 R /XYZ 0 281.73304182509503 null]
+166 0 obj
+[162 0 R /XYZ 0 281.73304182509503 null]
 endobj
-161 0 obj
-[156 0 R /XYZ 0 154.533041825095 null]
+167 0 obj
+[162 0 R /XYZ 0 154.533041825095 null]
 endobj
-162 0 obj
+168 0 obj
 << /Length 19888
 >>
 stream
@@ -18686,24 +18740,24 @@ Q
 
 endstream
 endobj
-163 0 obj
+169 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 162 0 R
+/Contents 168 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 43 0 R
-/F3.1 54 0 R
+/F3.1 55 0 R
 /F1.0 8 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2081 0 R
+/XObject << /Stamp1 2124 0 R
 >>
 >>
-/Annots [164 0 R 167 0 R 168 0 R 169 0 R 170 0 R 172 0 R 173 0 R 174 0 R 176 0 R 177 0 R 178 0 R]
+/Annots [170 0 R 173 0 R 174 0 R 175 0 R 176 0 R 178 0 R 179 0 R 180 0 R 182 0 R 183 0 R 184 0 R]
 >>
 endobj
-164 0 obj
+170 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18714,13 +18768,13 @@ endobj
 /Type /Annot
 >>
 endobj
-165 0 obj
-[163 0 R /XYZ 0 662.33 null]
+171 0 obj
+[169 0 R /XYZ 0 662.33 null]
 endobj
-166 0 obj
-[163 0 R /XYZ 0 535.1300000000002 null]
+172 0 obj
+[169 0 R /XYZ 0 535.1300000000002 null]
 endobj
-167 0 obj
+173 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18731,7 +18785,7 @@ endobj
 /Type /Annot
 >>
 endobj
-168 0 obj
+174 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18742,7 +18796,7 @@ endobj
 /Type /Annot
 >>
 endobj
-169 0 obj
+175 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18753,7 +18807,7 @@ endobj
 /Type /Annot
 >>
 endobj
-170 0 obj
+176 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18764,10 +18818,10 @@ endobj
 /Type /Annot
 >>
 endobj
-171 0 obj
-[163 0 R /XYZ 0 271.17000000000024 null]
+177 0 obj
+[169 0 R /XYZ 0 271.17000000000024 null]
 endobj
-172 0 obj
+178 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18778,7 +18832,7 @@ endobj
 /Type /Annot
 >>
 endobj
-173 0 obj
+179 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18789,7 +18843,7 @@ endobj
 /Type /Annot
 >>
 endobj
-174 0 obj
+180 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18800,10 +18854,10 @@ endobj
 /Type /Annot
 >>
 endobj
-175 0 obj
-[163 0 R /XYZ 0 194.3300000000002 null]
+181 0 obj
+[169 0 R /XYZ 0 194.3300000000002 null]
 endobj
-176 0 obj
+182 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18814,7 +18868,7 @@ endobj
 /Type /Annot
 >>
 endobj
-177 0 obj
+183 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18825,7 +18879,7 @@ endobj
 /Type /Annot
 >>
 endobj
-178 0 obj
+184 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18836,8 +18890,8 @@ endobj
 /Type /Annot
 >>
 endobj
-179 0 obj
-<< /Length 40588
+185 0 obj
+<< /Length 41878
 >>
 stream
 q
@@ -19597,7 +19651,96 @@ ET
 BT
 141.763294921875 511.5260000000001 Td
 /F1.0 10.5 Tf
-<20746869732070726f766964657320616e20696d706c656d656e746174696f6e206f66207468697320736572766963652e> Tj
+<20746869732070726f766964657320612064656661756c7420696d706c656d656e746174696f6e206f66207468697320736572766963652e> 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
+
+5.110 Tw
+
+BT
+48.24000000000001 483.74600000000015 Td
+/F1.0 10.5 Tf
+[<54> 29.78515625 <6f2075736520616e20616c7465726e617469766520696d706c656d656e746174696f6e2c20696d706c656d656e742074686520>] 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
+
+5.110 Tw
+
+BT
+353.24187675781246 483.74600000000015 Td
+/F3.0 10.5 Tf
+<47756964654265616e50726f7669646572> 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
+
+5.110 Tw
+
+BT
+442.49187675781246 483.74600000000015 Td
+/F1.0 10.5 Tf
+<20696e7465726661636520616e6420757365> 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 467.9660000000001 Td
+/F3.0 10.5 Tf
+<40446f6d61696e536572766963654c61796f7574236d656e754f726465722829> 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
+216.24 467.9660000000001 Td
+/F1.0 10.5 Tf
+<20286173206578706c61696e656420696e2074686520> 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
+319.6545 467.9660000000001 Td
+/F1.0 10.5 Tf
+<696e74726f64756374696f6e> 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
+382.6125 467.9660000000001 Td
+/F1.0 10.5 Tf
+<20746f2074686973206775696465292e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -19606,7 +19749,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 477.0260000000001 Td
+48.24000000000001 433.4660000000001 Td
 /F2.0 13 Tf
 <332e342e322e205573616765> Tj
 ET
@@ -19619,7 +19762,7 @@ ET
 3.401 Tw
 
 BT
-48.24000000000001 450.4660000000001 Td
+48.24000000000001 406.9060000000001 Td
 /F1.0 10.5 Tf
 <5573696e672074686520> Tj
 ET
@@ -19634,7 +19777,7 @@ ET
 3.401 Tw
 
 BT
-104.47603155048077 450.4660000000001 Td
+104.47603155048077 406.9060000000001 Td
 /F1.0 10.5 Tf
 [<5769636b> 20.01953125 <657420766965776572>] TJ
 ET
@@ -19649,7 +19792,7 @@ ET
 3.401 Tw
 
 BT
-179.98034224759616 450.4660000000001 Td
+179.98034224759616 406.9060000000001 Td
 /F1.0 10.5 Tf
 <20726571756972657320737562636c617373696e67206f6620> Tj
 ET
@@ -19664,7 +19807,7 @@ ET
 3.401 Tw
 
 BT
-314.0929053485577 450.4660000000001 Td
+314.0929053485577 406.9060000000001 Td
 /F3.0 10.5 Tf
 <497369735769636b65744170706c69636174696f6e> Tj
 ET
@@ -19679,7 +19822,7 @@ ET
 3.401 Tw
 
 BT
-424.3429053485577 450.4660000000001 Td
+424.3429053485577 406.9060000000001 Td
 /F1.0 10.5 Tf
 <2e2020496e2074686520737562636c617373206974206973> Tj
 ET
@@ -19692,7 +19835,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 434.68600000000015 Td
+48.24000000000001 391.1260000000001 Td
 /F1.0 10.5 Tf
 <636f6d6d6f6e706c61636520746f206f7665727269646520> Tj
 ET
@@ -19703,7 +19846,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-179.45850000000002 434.68600000000015 Td
+179.45850000000002 391.1260000000001 Td
 /F3.0 10.5 Tf
 <6e6577497369735769636b65744d6f64756c652829> Tj
 ET
@@ -19714,7 +19857,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-289.7085 434.68600000000015 Td
+289.7085 391.1260000000001 Td
 /F1.0 10.5 Tf
 <2c20666f72206578616d706c653a> Tj
 ET
@@ -19723,28 +19866,28 @@ ET
 0.000 0.000 0.000 scn
 q
 0.961 0.961 0.961 scn
-52.240 418.870 m
-543.040 418.870 l
-545.249 418.870 547.040 417.079 547.040 414.870 c
-547.040 150.290 l
-547.040 148.081 545.249 146.290 543.040 146.290 c
-52.240 146.290 l
-50.031 146.290 48.240 148.081 48.240 150.290 c
-48.240 414.870 l
-48.240 417.079 50.031 418.870 52.240 418.870 c
+52.240 375.310 m
+543.040 375.310 l
+545.249 375.310 547.040 373.519 547.040 371.310 c
+547.040 106.730 l
+547.040 104.521 545.249 102.730 543.040 102.730 c
+52.240 102.730 l
+50.031 102.730 48.240 104.521 48.240 106.730 c
+48.240 371.310 l
+48.240 373.519 50.031 375.310 52.240 375.310 c
 h
 f
 0.800 0.800 0.800 SCN
 0.75 w
-52.240 418.870 m
-543.040 418.870 l
-545.249 418.870 547.040 417.079 547.040 414.870 c
-547.040 150.290 l
-547.040 148.081 545.249 146.290 543.040 146.290 c
-52.240 146.290 l
-50.031 146.290 48.240 148.081 48.240 150.290 c
-48.240 414.870 l
-48.240 417.079 50.031 418.870 52.240 418.870 c
+52.240 375.310 m
+543.040 375.310 l
+545.249 375.310 547.040 373.519 547.040 371.310 c
+547.040 106.730 l
+547.040 104.521 545.249 102.730 543.040 102.730 c
+52.240 102.730 l
+50.031 102.730 48.240 104.521 48.240 106.730 c
+48.240 371.310 l
+48.240 373.519 50.031 375.310 52.240 375.310 c
 h
 S
 Q
@@ -19752,7 +19895,7 @@ Q
 0.600 0.600 1.000 SCN
 
 BT
-59.24000000000001 396.04500000000013 Td
+59.24000000000001 352.4850000000001 Td
 /F3.0 11 Tf
 <404f76657272696465> Tj
 ET
@@ -19763,7 +19906,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-59.24000000000001 381.3050000000001 Td
+59.24000000000001 337.7450000000001 Td
 /F3.0 11 Tf
 <70726f746563746564> Tj
 ET
@@ -19774,7 +19917,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-108.74000000000001 381.3050000000001 Td
+108.74000000000001 337.7450000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -19785,7 +19928,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-114.24000000000001 381.3050000000001 Td
+114.24000000000001 337.7450000000001 Td
 /F3.0 11 Tf
 <4d6f64756c65> Tj
 ET
@@ -19796,7 +19939,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-147.24 381.3050000000001 Td
+147.24 337.7450000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -19807,7 +19950,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-152.74 381.3050000000001 Td
+152.74 337.7450000000001 Td
 /F3.0 11 Tf
 <6e6577497369735769636b65744d6f64756c65> Tj
 ET
@@ -19818,7 +19961,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-257.24 381.3050000000001 Td
+257.24 337.7450000000001 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -19829,7 +19972,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-262.74 381.3050000000001 Td
+262.74 337.7450000000001 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -19840,7 +19983,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-268.24 381.3050000000001 Td
+268.24 337.7450000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -19851,7 +19994,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-273.74 381.3050000000001 Td
+273.74 337.7450000000001 Td
 /F3.0 11 Tf
 <7b> Tj
 ET
@@ -19862,7 +20005,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 366.5650000000001 Td
+59.24000000000001 323.0050000000001 Td
 /F3.0 11 Tf
 <ca202020> Tj
 ET
@@ -19873,7 +20016,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-81.24000000000001 366.5650000000001 Td
+81.24000000000001 323.0050000000001 Td
 /F3.0 11 Tf
 <66696e616c> Tj
 ET
@@ -19884,7 +20027,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-108.74000000000001 366.5650000000001 Td
+108.74000000000001 323.0050000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -19895,7 +20038,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-114.24000000000001 366.5650000000001 Td
+114.24000000000001 323.0050000000001 Td
 /F3.0 11 Tf
 <4d6f64756c65> Tj
 ET
@@ -19906,7 +20049,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-147.24 366.5650000000001 Td
+147.24 323.0050000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -19917,7 +20060,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-152.74 366.5650000000001 Td
+152.74 323.0050000000001 Td
 /F3.0 11 Tf
 <6973697344656661756c7473> Tj
 ET
@@ -19928,7 +20071,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-218.74 366.5650000000001 Td
+218.74 323.0050000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -19939,7 +20082,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-224.24 366.5650000000001 Td
+224.24 323.0050000000001 Td
 /F3.0 11 Tf
 <3d> Tj
 ET
@@ -19950,7 +20093,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-229.74 366.5650000000001 Td
+229.74 323.0050000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -19961,7 +20104,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-235.24 366.5650000000001 Td
+235.24 323.0050000000001 Td
 /F3.0 11 Tf
 <7375706572> Tj
 ET
@@ -19972,7 +20115,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-262.74 366.5650000000001 Td
+262.74 323.0050000000001 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -19983,7 +20126,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-268.24 366.5650000000001 Td
+268.24 323.0050000000001 Td
 /F3.0 11 Tf
 <6e6577497369735769636b65744d6f64756c65> Tj
 ET
@@ -19994,7 +20137,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-372.74 366.5650000000001 Td
+372.74 323.0050000000001 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -20005,7 +20148,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-378.24 366.5650000000001 Td
+378.24 323.0050000000001 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -20016,7 +20159,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-383.74 366.5650000000001 Td
+383.74 323.0050000000001 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -20027,7 +20170,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 351.8250000000001 Td
+59.24000000000001 308.2650000000001 Td
 /F3.0 11 Tf
 <ca202020> Tj
 ET
@@ -20038,7 +20181,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-81.24000000000001 351.8250000000001 Td
+81.24000000000001 308.2650000000001 Td
 /F3.0 11 Tf
 <66696e616c> Tj
 ET
@@ -20049,7 +20192,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-108.74000000000001 351.8250000000001 Td
+108.74000000000001 308.2650000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -20060,7 +20203,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-114.24000000000001 351.8250000000001 Td
+114.24000000000001 308.2650000000001 Td
 /F3.0 11 Tf
 <4d6f64756c65> Tj
 ET
@@ -20071,7 +20214,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-147.24 351.8250000000001 Td
+147.24 308.2650000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -20082,7 +20225,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-152.74 351.8250000000001 Td
+152.74 308.2650000000001 Td
 /F3.0 11 Tf
 <6f7665727269646573> Tj
 ET
@@ -20093,7 +20236,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 351.8250000000001 Td
+202.24 308.2650000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -20104,7 +20247,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.74 351.8250000000001 Td
+207.74 308.2650000000001 Td
 /F3.0 11 Tf
 <3d> Tj
 ET
@@ -20115,7 +20258,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.24 351.8250000000001 Td
+213.24 308.2650000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -20126,7 +20269,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-218.74 351.8250000000001 Td
+218.74 308.2650000000001 Td
 /F3.0 11 Tf
 <6e6577> Tj
 ET
@@ -20137,7 +20280,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-235.24 351.8250000000001 Td
+235.24 308.2650000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -20148,7 +20291,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 351.8250000000001 Td
+240.74 308.2650000000001 Td
 /F3.0 11 Tf
 <41627374726163744d6f64756c65> Tj
 ET
@@ -20159,7 +20302,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-317.74 351.8250000000001 Td
+317.74 308.2650000000001 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -20170,7 +20313,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-323.24 351.8250000000001 Td
+323.24 308.2650000000001 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -20181,7 +20324,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-328.74 351.8250000000001 Td
+328.74 308.2650000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -20192,7 +20335,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-334.24 351.8250000000001 Td
+334.24 308.2650000000001 Td
 /F3.0 11 Tf
 <7b> Tj
 ET
@@ -20203,7 +20346,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 337.0850000000001 Td
+59.24000000000001 293.5250000000001 Td
 /F3.0 11 Tf
 <ca20202020202020> Tj
 ET
@@ -20214,7 +20357,7 @@ ET
 0.600 0.600 1.000 SCN
 
 BT
-103.24000000000001 337.0850000000001 Td
+103.24000000000001 293.5250000000001 Td
 /F3.0 11 Tf
 <404f76657272696465> Tj
 ET
@@ -20225,7 +20368,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 322.34500000000014 Td
+59.24000000000001 278.7850000000001 Td
 /F3.0 11 Tf
 <ca20202020202020> Tj
 ET
@@ -20236,7 +20379,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-103.24000000000001 322.34500000000014 Td
+103.24000000000001 278.7850000000001 Td
 /F3.0 11 Tf
 <70726f746563746564> Tj
 ET
@@ -20247,7 +20390,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-152.74 322.34500000000014 Td
+152.74 278.7850000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -20258,7 +20401,7 @@ ET
 0.000 0.467 0.533 SCN
 
 BT
-158.24 322.34500000000014 Td
+158.24 278.7850000000001 Td
 /F3.0 11 Tf
 <766f6964> Tj
 ET
@@ -20269,7 +20412,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-180.24 322.34500000000014 Td
+180.24 278.7850000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -20280,7 +20423,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-185.74 322.34500000000014 Td
+185.74 278.7850000000001 Td
 /F3.0 11 Tf
 <636f6e666967757265> Tj
 ET
@@ -20291,7 +20434,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-235.24 322.34500000000014 Td
+235.24 278.7850000000001 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -20302,7 +20445,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 322.34500000000014 Td
+240.74 278.7850000000001 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -20313,7 +20456,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-246.24 322.34500000000014 Td
+246.24 278.7850000000001 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -20324,7 +20467,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-251.74 322.34500000000014 Td
+251.74 278.7850000000001 Td
 /F3.0 11 Tf
 <7b> Tj
 ET
@@ -20335,7 +20478,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 307.60500000000013 Td
+59.24000000000001 264.04500000000013 Td
 /F3.0 11 Tf
 <ca2020202020202020202020> Tj
 ET
@@ -20346,7 +20489,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.24000000000001 307.60500000000013 Td
+125.24000000000001 264.04500000000013 Td
 /F3.0 11 Tf
 <62696e64> Tj
 ET
@@ -20357,7 +20500,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-147.24 307.60500000000013 Td
+147.24 264.04500000000013 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -20368,7 +20511,7 @@ ET
 0.000 0.467 0.533 SCN
 
 BT
-152.74 307.60500000000013 Td
+152.74 264.04500000000013 Td
 /F3.0 11 Tf
 <537472696e67> Tj
 ET
@@ -20379,7 +20522,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-185.74 307.60500000000013 Td
+185.74 264.04500000000013 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -20390,7 +20533,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-191.24 307.60500000000013 Td
+191.24 264.04500000000013 Td
 /F3.0 11 Tf
 <636c617373> Tj
 ET
@@ -20401,7 +20544,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-218.74 307.60500000000013 Td
+218.74 264.04500000000013 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -20412,7 +20555,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-224.24 307.60500000000013 Td
+224.24 264.04500000000013 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -20423,7 +20566,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-229.74 307.60500000000013 Td
+229.74 264.04500000000013 Td
 /F3.0 11 Tf
 <616e6e6f746174656457697468> Tj
 ET
@@ -20434,7 +20577,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-301.24 307.60500000000013 Td
+301.24 264.04500000000013 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -20445,7 +20588,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-306.74 307.60500000000013 Td
+306.74 264.04500000000013 Td
 /F3.0 11 Tf
 <4e616d6573> Tj
 ET
@@ -20456,7 +20599,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-334.24 307.60500000000013 Td
+334.24 264.04500000000013 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -20467,7 +20610,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-339.74 307.60500000000013 Td
+339.74 264.04500000000013 Td
 /F3.0 11 Tf
 <6e616d6564> Tj
 ET
@@ -20478,7 +20621,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-367.24 307.60500000000013 Td
+367.24 264.04500000000013 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -20489,7 +20632,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-372.74 307.60500000000013 Td
+372.74 264.04500000000013 Td
 /F3.0 11 Tf
 <22> Tj
 ET
@@ -20500,7 +20643,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-378.24 307.60500000000013 Td
+378.24 264.04500000000013 Td
 /F3.0 11 Tf
 <6170706c69636174696f6e4e616d65> Tj
 ET
@@ -20511,7 +20654,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-460.74 307.60500000000013 Td
+460.74 264.04500000000013 Td
 /F3.0 11 Tf
 <22> Tj
 ET
@@ -20522,7 +20665,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-466.24 307.60500000000013 Td
+466.24 264.04500000000013 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -20533,7 +20676,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-471.74 307.60500000000013 Td
+471.74 264.04500000000013 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -20544,7 +20687,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 292.8650000000001 Td
+59.24000000000001 249.30500000000012 Td
 /F3.0 11 Tf
 <ca2020202020202020202020202020202020202020202020202020202020> Tj
 ET
@@ -20555,7 +20698,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-224.24 292.8650000000001 Td
+224.24 249.30500000000012 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -20566,7 +20709,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-229.74 292.8650000000001 Td
+229.74 249.30500000000012 Td
 /F3.0 11 Tf
 <746f496e7374616e6365> Tj
 ET
@@ -20577,7 +20720,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-284.74 292.8650000000001 Td
+284.74 249.30500000000012 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -20588,7 +20731,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-290.24 292.8650000000001 Td
+290.24 249.30500000000012 Td
 /F3.0 11 Tf
 <22> Tj
 ET
@@ -20599,7 +20742,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-295.74 292.8650000000001 Td
+295.74 249.30500000000012 Td
 /F3.0 11 Tf
 <546f446f20417070> Tj
 ET
@@ -20610,7 +20753,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-339.74 292.8650000000001 Td
+339.74 249.30500000000012 Td
 /F3.0 11 Tf
 <22> Tj
 ET
@@ -20621,7 +20764,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-345.24 292.8650000000001 Td
+345.24 249.30500000000012 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -20632,7 +20775,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-350.74 292.8650000000001 Td
+350.74 249.30500000000012 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -20643,7 +20786,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 278.1250000000001 Td
+59.24000000000001 234.5650000000001 Td
 /F3.0 11 Tf
 <ca2020202020202020202020> Tj
 ET
@@ -20654,7 +20797,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.24000000000001 278.1250000000001 Td
+125.24000000000001 234.5650000000001 Td
 /F3.0 11 Tf
 <62696e64> Tj
 ET
@@ -20665,7 +20808,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-147.24 278.1250000000001 Td
+147.24 234.5650000000001 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -20676,7 +20819,7 @@ ET
 0.000 0.467 0.533 SCN
 
 BT
-152.74 278.1250000000001 Td
+152.74 234.5650000000001 Td
 /F3.0 11 Tf
 <537472696e67> Tj
 ET
@@ -20687,7 +20830,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-185.74 278.1250000000001 Td
+185.74 234.5650000000001 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -20698,7 +20841,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-191.24 278.1250000000001 Td
+191.24 234.5650000000001 Td
 /F3.0 11 Tf
 <636c617373> Tj
 ET
@@ -20709,7 +20852,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-218.74 278.1250000000001 Td
+218.74 234.5650000000001 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -20720,7 +20863,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-224.24 278.1250000000001 Td
+224.24 234.5650000000001 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -20731,7 +20874,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-229.74 278.1250000000001 Td
+229.74 234.5650000000001 Td
 /F3.0 11 Tf
 <616e6e6f746174656457697468> Tj
 ET
@@ -20742,7 +20885,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-301.24 278.1250000000001 Td
+301.24 234.5650000000001 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -20753,7 +20896,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-306.74 278.1250000000001 Td
+306.74 234.5650000000001 Td
 /F3.0 11 Tf
 <4e616d6573> Tj
 ET
@@ -20764,7 +20907,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-334.24 278.1250000000001 Td
+334.24 234.5650000000001 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -20775,7 +20918,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-339.74 278.1250000000001 Td
+339.74 234.5650000000001 Td
 /F3.0 11 Tf
 <6e616d6564> Tj
 ET
@@ -20786,7 +20929,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-367.24 278.1250000000001 Td
+367.24 234.5650000000001 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -20797,7 +20940,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-372.74 278.1250000000001 Td
+372.74 234.5650000000001 Td
 /F3.0 11 Tf
 <22> Tj
 ET
@@ -20808,7 +20951,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-378.24 278.1250000000001 Td
+378.24 234.5650000000001 Td
 /F3.0 11 Tf
 <6170706c69636174696f6e437373> Tj
 ET
@@ -20819,7 +20962,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-455.24 278.1250000000001 Td
+455.24 234.5650000000001 Td
 /F3.0 11 Tf
 <22> Tj
 ET
@@ -20830,7 +20973,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-460.74 278.1250000000001 Td
+460.74 234.5650000000001 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -20841,7 +20984,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-466.24 278.1250000000001 Td
+466.24 234.5650000000001 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -20852,7 +20995,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 2

<TRUNCATED>

[42/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/htg.pdf
----------------------------------------------------------------------
diff --git a/content/guides/htg.pdf b/content/guides/htg.pdf
index 178b0b9..18fb3bc 100644
--- a/content/guides/htg.pdf
+++ b/content/guides/htg.pdf
@@ -4,8 +4,8 @@
 << /Title (Hints & Tips Guide)
 /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:20180305191016+00'00')
-/ModDate (D:20180305191016+00'00')
+/CreationDate (D:20180918074407+01'00')
+/ModDate (D:20180918074407+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAAAQ+NotoSerif
+/BaseFont /AAAAAU+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 529 0 R
 /FirstChar 32
@@ -2602,7 +2602,7 @@ endobj
 endobj
 20 0 obj
 << /Type /Font
-/BaseFont /AAAAAR+NotoSerif-Bold
+/BaseFont /AAAAAV+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 533 0 R
 /FirstChar 32
@@ -2655,7 +2655,7 @@ endobj
 endobj
 28 0 obj
 << /Type /Font
-/BaseFont /AAAAAS+mplus1mn-regular
+/BaseFont /AAAAAW+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 537 0 R
 /FirstChar 32
@@ -5061,7 +5061,7 @@ endobj
 endobj
 32 0 obj
 << /Type /Font
-/BaseFont /AAAAAT+FontAwesome
+/BaseFont /AAAAAX+FontAwesome
 /Subtype /TrueType
 /FontDescriptor 541 0 R
 /FirstChar 32
@@ -9673,7 +9673,7 @@ endobj
 endobj
 45 0 obj
 << /Type /Font
-/BaseFont /AAAAAU+mplus1mn-regular
+/BaseFont /AAAAAY+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 545 0 R
 /FirstChar 32
@@ -15909,7 +15909,7 @@ endobj
 endobj
 63 0 obj
 << /Type /Font
-/BaseFont /AAAAAV+NotoSerif-Italic
+/BaseFont /AAAAAZ+NotoSerif-Italic
 /Subtype /TrueType
 /FontDescriptor 549 0 R
 /FirstChar 32
@@ -18534,7 +18534,7 @@ endobj
 >>
 endobj
 97 0 obj
-<< /Length 30962
+<< /Length 30976
 >>
 stream
 q
@@ -18994,12 +18994,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.323 Tw
+1.151 Tw
 
 BT
 48.24000000000001 636.466 Td
 /F1.0 10.5 Tf
-[<546865206672> 20.01953125 <616d65776f726b20616c736f20737570706f727473206931386e3a206c6f63616c652d7370656369666963206e616d657320616e64206465736372697074696f6e732e20666f72206d6f726520696e666f726d6174696f6e2c>] TJ
+[<546865206672> 20.01953125 <616d65776f726b20616c736f20737570706f727473206931386e3a206c6f63616c652d7370656369666963206e616d657320616e64206465736372697074696f6e732e2046> 40.0390625 <6f72206d6f726520696e666f726d6174696f6e2c>] TJ
 ET
 
 
@@ -20655,7 +20655,7 @@ endobj
 endobj
 101 0 obj
 << /Type /Font
-/BaseFont /AAAAAW+mplus-1p-regular
+/BaseFont /AAAABA+mplus-1p-regular
 /Subtype /TrueType
 /FontDescriptor 553 0 R
 /FirstChar 32
@@ -27831,7 +27831,7 @@ endobj
 endobj
 130 0 obj
 << /Type /Font
-/BaseFont /AAAAAX+mplus1mn-italic
+/BaseFont /AAAABB+mplus1mn-italic
 /Subtype /TrueType
 /FontDescriptor 557 0 R
 /FirstChar 32
@@ -59232,7 +59232,7 @@ endobj
 >>
 endobj
 229 0 obj
-<< /Length 14133
+<< /Length 14131
 >>
 stream
 q
@@ -59317,12 +59317,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.727 Tw
+0.957 Tw
 
 BT
 48.24 669.5660000000001 Td
 /F1.0 10.5 Tf
-<536f6d6574696d657320616e20616374696f6e206d6967687420706572666f726d20697272657665727369626c65206368616e6765732e2020496e207375636820612063617365206974d5732070726f6261626c79206120676f6f642069646561> Tj
+<536f6d6574696d657320616e20616374696f6e206d6967687420706572666f726d20697272657665727369626c65206368616e6765732e20496e207375636820612063617365206974d5732070726f6261626c79206120676f6f642069646561> Tj
 ET
 
 
@@ -60643,7 +60643,7 @@ N[
 endstream
 endobj
 247 0 obj
-<< /Length 19392
+<< /Length 19389
 >>
 stream
 q
@@ -61766,7 +61766,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.440 Tw
+3.953 Tw
 
 BT
 48.239999999999995 292.151294117647 Td
@@ -61781,10 +61781,10 @@ ET
 0.259 0.545 0.792 scn
 0.259 0.545 0.792 SCN
 
-3.440 Tw
+3.953 Tw
 
 BT
-411.84829687499996 292.151294117647 Td
+416.46777246093745 292.151294117647 Td
 /F1.0 10.5 Tf
 <646f6d61696e207365727669636573> Tj
 ET
@@ -61796,12 +61796,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.440 Tw
+3.953 Tw
 
 BT
-496.68409765624995 292.151294117647 Td
+501.8168483072916 292.151294117647 Td
 /F1.0 10.5 Tf
-<2e202054686973206973> Tj
+<2e2054686973206973> Tj
 ET
 
 
@@ -62042,7 +62042,7 @@ endobj
 /URI (../rgsvc/rgsvc.pdf)
 >>
 /Subtype /Link
-/Rect [411.84829687499996 289.085294117647 496.68409765624995 303.365294117647]
+/Rect [416.46777246093745 289.085294117647 501.8168483072916 303.365294117647]
 /Type /Annot
 >>
 endobj
@@ -62050,7 +62050,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_LocaleProvider)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_LocaleProvider)
 >>
 /Subtype /Link
 /Rect [423.1879753605769 231.34129411764704 496.6879753605769 241.84129411764704]
@@ -67854,7 +67854,7 @@ endobj
 >>
 endobj
 286 0 obj
-<< /Length 22939
+<< /Length 22607
 >>
 stream
 q
@@ -69270,7 +69270,7 @@ ET
 BT
 312.24 576.7049999999999 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -69279,7 +69279,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-361.74 576.7049999999999 Td
+378.24 576.7049999999999 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -69290,7 +69290,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-367.24 576.7049999999999 Td
+383.74 576.7049999999999 Td
 /F3.0 11 Tf
 <7469746c654f66> Tj
 ET
@@ -69429,35 +69429,13 @@ ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
-
-BT
-81.24000000000001 503.00499999999994 Td
-/F3.0 11 Tf
-<70726976617465> 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
-119.74000000000001 503.00499999999994 Td
-/F3.0 11 Tf
-<20> 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
-125.24000000000001 503.00499999999994 Td
+81.24000000000001 503.00499999999994 Td
 /F3.0 11 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -69466,7 +69444,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 503.00499999999994 Td
+147.24 503.00499999999994 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -69477,9 +69455,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-246.24 503.00499999999994 Td
+152.74 503.00499999999994 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -69488,7 +69466,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-295.74 503.00499999999994 Td
+218.74 503.00499999999994 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -69556,7 +69534,7 @@ endobj
 >>
 endobj
 288 0 obj
-<< /Length 35351
+<< /Length 34697
 >>
 stream
 q
@@ -70807,7 +70785,7 @@ ET
 BT
 378.24 591.4449999999999 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -70816,7 +70794,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-427.74 591.4449999999999 Td
+444.24 591.4449999999999 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -70827,7 +70805,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-433.24 591.4449999999999 Td
+449.74 591.4449999999999 Td
 /F3.0 11 Tf
 <7469746c654f66> Tj
 ET
@@ -71274,33 +71252,11 @@ ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
-
-BT
-81.24000000000001 444.0449999999999 Td
-/F3.0 11 Tf
-<70726976617465> 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
-119.74000000000001 444.0449999999999 Td
-/F3.0 11 Tf
-<20> 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
-125.24000000000001 444.0449999999999 Td
+81.24000000000001 444.0449999999999 Td
 /F3.0 11 Tf
 <497369734a646f537570706f7274> Tj
 ET
@@ -71311,7 +71267,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 444.0449999999999 Td
+158.24 444.0449999999999 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -71322,7 +71278,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.74 444.0449999999999 Td
+163.74 444.0449999999999 Td
 /F3.0 11 Tf
 <697369734a646f537570706f7274> Tj
 ET
@@ -71333,7 +71289,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-284.74 444.0449999999999 Td
+240.74 444.0449999999999 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -71373,35 +71329,13 @@ ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
-
-BT
-81.24000000000001 414.5649999999999 Td
-/F3.0 11 Tf
-<70726976617465> 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
-119.74000000000001 414.5649999999999 Td
-/F3.0 11 Tf
-<20> 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
-125.24000000000001 414.5649999999999 Td
+81.24000000000001 414.5649999999999 Td
 /F3.0 11 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -71410,7 +71344,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 414.5649999999999 Td
+147.24 414.5649999999999 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -71421,9 +71355,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-246.24 414.5649999999999 Td
+152.74 414.5649999999999 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -71432,7 +71366,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-295.74 414.5649999999999 Td
+218.74 414.5649999999999 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -80762,7 +80696,7 @@ endobj
 >>
 endobj
 316 0 obj
-<< /Length 50470
+<< /Length 50478
 >>
 stream
 q
@@ -81584,7 +81518,7 @@ ET
 BT
 103.24000000000001 665.145 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7265706f7369746f727953657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -81593,7 +81527,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-152.74 665.145 Td
+196.74 665.145 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -81604,7 +81538,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-158.24 665.145 Td
+202.24 665.145 Td
 /F3.0 11 Tf
 <666c757368> Tj
 ET
@@ -81615,7 +81549,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-185.74 665.145 Td
+229.74 665.145 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -81626,7 +81560,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-191.24 665.145 Td
+235.24 665.145 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -81637,7 +81571,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-196.74 665.145 Td
+240.74 665.145 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -81648,9 +81582,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 665.145 Td
+246.24 665.145 Td
 /F3.0 11 Tf
-<202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020> Tj
+<20202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -84004,7 +83938,7 @@ ET
 BT
 81.24000000000001 281.9049999999998 Td
 /F3.0 11 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5265706f7369746f727953657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -84013,7 +83947,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-196.74 281.9049999999998 Td
+174.74 281.9049999999998 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -84024,9 +83958,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 281.9049999999998 Td
+180.24 281.9049999999998 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7265706f7369746f727953657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -84035,7 +83969,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-251.74 281.9049999999998 Td
+273.74 281.9049999999998 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -94519,7 +94453,7 @@ endobj
 endobj
 358 0 obj
 << /Type /Font
-/BaseFont /AAAAAY+NotoSerif
+/BaseFont /AAAABC+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 561 0 R
 /FirstChar 32
@@ -97454,45 +97388,53 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��{	|չ�93#Y�mٲ$˖l���M�-˲-K��%^�5��݉m9^HB!MBXҐ��/�47	Ky\J���k���)M)m��@i��%��~3#Dzc���ht��|���|3F!$DV�C㽣��=�TH`�B8rpdf�����߯"���_��������������{�)F��5}CC�ވw�sY����Q��q��@��B_��ђ����������MN�����j��a�;�q�NB��h ���
����2�a��E(~��w~0AR@�$@��0Qx�8R"�Eɣc�)c�Tj�V��7$��SRMf�5-ݖa��(+;Ǚ�r������WTVU�Ԯ��oh���?M��5������'
�}�K|�w�H���F��7aKW2�������+�]
R�E���e2�E��襼���J_J�kD"�=ј�3Yz���7,� � �c�Wﻻ�B�❦���f�YQ����Z�˴�^�4���6��f��I��U�v�����?�����۵��rk5����՟��� 훡�
 ������g�~z�i3��Y/�*o\�]佉ܨu#�5�Hf�vX��L��ݤkez�� ��tb�!.�"R&U8�,�3?�n�:�mdG�왙\K�L��i��v����bLh�х�E�!�(�f��"-�W�5)������AOy�T�cS�DZYj�����gs�rbO%Wd��{[��T���M���cu)����OM"=m^��b����ƒ5o�KC)OWL�+��k*��\�H�'��T�[��E�)���&���e��J~�/F��4}����"t����0)ҍ2�+%�[���r[Nζ_�ޚ/!vo�r�T~W֑�X��X��'�:����V!Ъ����*"R&%��v7�g%��;��;���,�w~�ߙ���K/�@x�HVW��,���@^�����b�]+���2bf�ޅgf�,q�މgg�����E������n#T��3̔=#��3�_����+J������d��x
-�5*=��\�R&�MR;�rS��D��,��Z����K"��6���0�?�
-ڶ�z��b8�n�Z�Ж�����w7}��I��T�i�,���HH��igRDPq�ͧf�8=��5}f��nv.Hc�+��ʼ�ʪ��X����o������<����_�:�ٳ�~�TK�S�?�蕹��+��v���{��R���G�XMH/��09ƹ�z�Ii,�w�L9꼲F�;f���#T�X�km�ڕ&����S�9j���=�?��Y��1F��@�����$�(�V�9s�z�~ߜ� x���cO��Xc[�Yڒiȷ*m�z�G��������ޮHv���x�;��:וқ�\�j���_���v��M�k�T���9����
���	�E2m�_�w�5�ۺ�x
-
-��[ң���V?��ux�;�usY���ƩO�������:S�S_�m����Y0\�4dj����*��Lm��-��[*�$񙵃�
wy��%w��]��Qh`�E~��:��'-�phv�M��'���.�ɭS.<��pa71�M�	�G)��&�~�?x�+��M�[���id�gYr�]�H:�����A���}��5J���L�$��7�c�g��mX���0Qf�q�J�
-�B���N�ГF�tG�w�m;;=�pk|^�ڵ�O_��[���(����(�LH�C�2G����-2�V��S��/[A� �d�Pu�&�0妸�p�n\�i�H �<�*oN�ztC�s��ၓ���rZ7h�lkJ�����$Vd�ci�klr+o�~�� 3�E��9����V����{���sk����-���2m������?�⏏0<��Ɂ�B�OX��e��-�u,�|��"����..�u�ڔ�6#�F5�V�g*r��<�d�"��@��@�ei�(��)5������������i�w��<9����$'xv�z'�%C��h+�n�UC�8�*5�*}-�mM�h~��n{������u|C�x�������}�$��93�פd���J����CA���Z���sU�p9�ЍO�yVn.F�"%K1�u��P�7鰃�q���̓�(gUGf��������L��6{��e�(6A.JrVߓޘo��^��&Un[;��e�Q�1th���Ϊ�����
�O?�s�
 ��5	�Ӥ �Ҕ��v����W��is���{b�q����+��xE�����]т�\ЊDZ.��8�<�)G)�G����o�|�ՕS���[�/�W�K���
�ȫ�����Z�g�gf��_���,
���ū�xV_Wf��pk�L�Z����oɌ6�M
-Ӻz�s����{m%z|;���f\��.�|�]�Mצ5������6��2.\�5�e�B_�	���qQ	b�QS��GD�6�ęO@p��9sy|���P*��Q��3W�,����c&.Df/j�pol�����*\�nH")���L1���4�c������������Mv�R��;�?��)��/��6=������N�\���$�:C\V`p�Ve�#H�C�o�iM,N�M����sۦG|L��W��R�,ޮ�(����9��,k���z��x�4���T&Td�;�b��?��^:��i#æ�N>��{|Sc,��Û~ųQ��J�͈��6�f�L��fYw�Ňk��E%:ԨJ֩%��#�7�1�T�r�e6X�0����$Q��{��ß�mgX=��xw���0MrD�q��c|��JCI�+������C_LZdFNn!c< ���b.�k5���S0��X�6�t��L��_-V�]f����)bj��-��u����o�׾�\���i�M����#�9k�տq����e�C���
 u��l���ڄM��ʪ~��˵�w��s�E}p�,U8 LA�G��)�	1�ESO��C?�X5�Z�G�G�M<���5=��M��)Mk7H�]U�棟�����q�<]H��X_�	`��ǰ�
N��7�;(�B���v9������y�MǮ�ha_w&�l��}˙-���q�8���3�����|�(NÅף0�:��4,���&����k�xoZ�Y�m]?�й�J&�TP�z!%O)0���:r�A�J��:L�6���2�/|ط8o7�ˬ��,̖VL
�M&[*^��N�.��4�Tl��-<�G�p�;�W�aJ&��˚w?����2�m�J=ӱ8=���E��?O�Ϗ=��C2���,��$1b�]g�22��v�ӗ�@RA\FB���K�]��]y�)4W�ql^��X�~�����,�����]��%O+ٌr��/O�H�R�6)��J�K�$��ΰj��Dk��M�Ұ��|x��|���A~�ē�9`���Zv*VW� Xp�D	 �ߡ���R�v8�UI��'���W~dz=zz����
 ���5\��93��g��@7:LL�I&��*`�xc�A��zr�65&$݆��
-J�w�s��l*j������������~p���5>\!ijR�������7z"����>��[T����
-
-�U�7�zрWp ���rJ�A����*����Z{��1�|q� ̑���1���Y����E�)>� 5:t|ڸ��6>���K�<�J[2Uz�#^���޲����[t���%�������+�B�[@�8�%�Ǜ���%A��ԡ��[t��C������?2�;���x�Ms_<~��#uuG�}��\��L}OLL<ћ������#���5��6��	|>���}���֯G�[����R�B.��'�����]�w�ףۙ~��ѵw7� �7p�N�ᾎ��k�c���-��̎��1I'�|Р�g�
�tKV�����?��^;�ֶ����6ᾷ��|o̿�5jx_s|w�����s�ķp�����#61��~u��Pl�k�A|=���Y�KO��(ˌ��d"v�H&����d﵆�(�<���Y���7f�s#-�u��&+���=�g�bR�����01`�Prn?���=6�QSFj��<���i_w_��h��[K�<����6_����־�'���
 ���U������g�ܚ�(2�F�ijݳ.=!��TXd][aֺ<v�ڪ�xCC��5̦���$^�gv9˘��b��l�N�����YvXv�nr%T��L��&�Ϳ�d�֩�l����k�j���0��ϗ[#�7D��Ww��[[�֪���I���l{Yj��x+�\���Km[k��ӥ�%`���э�,&&�LɌ�a���[�(�D��n�0������01@��(����Yܮ`�%u�8"U�g���؂�iT��Ub����I�~Xl�Q/v<[Yy���c�-O�ޝ~=������g!�D*nRr���`p׫�ag�cO�>��pը2ū��cg���_���-�љo��_V���Iʫ���^*�<�KlU��,.��v=����s9��kZY��^�����0Ws5�%��X��N@�C��~��%��x�Wbȿ_�%F�񫑪4sZ��S�Q��n��H){���aA1��38,�X�O֚�D
-_oVI�D��k�X�!R��xD��d�i���4��8$J��å�sa�xC�>��	�e&�O	�NGD��H��J�6�ݐ�|�<������%�3���'��J��;"\�	�S��&*��:V/
�	}$>]���G��jt�11EA�������wߏKR���FF���D�W�f�Q���g���	�\�һ���y�q�/Eb�$���<�U���˺6�Z�^;{�^\
�J��.���j6�fR�V�K�{'�����2y�W�E��
Sc�Z��<=�O�J_��.�M�O��Z�T%̤�.PN�k���+%D�Xӣ��c[�2]}}u��`ߖDu!�9��{�I	[�H��8��R!3�)��T���/K��2]���Y�$jn�鿧���.�H���g�&��#�x����Ϟ	M��I��+��S��Nb�6���Sf��D�v�,�wJ�N�y.�<#�X?�t�pֱ��x
�wxgB�u
Px}Њ0$���A6�8�6�bjƱ�P����O��`YŠ�3|�����C���nC�RY���
 x�+6��%��wo��Z�x�{$P�퍾��H��,����������6̍gg�?52zt$�_S>|NZ�O�ģ(f��m��������ț�m ��#�X��\W��S��ӇKS[��}��#s�Ɋ�Xc/˱z
-�#�w��wuy�����,���R�X~�-E��B�BnK0��kѩ��'�(*�a��~*J wr�����J�Ş�3tR݆`�H}Q�+��K,o�Z�X��_�\zjBU�q�ܵ�S����6��=/y	�$`8�u� -[����8�U���61�ߍ�h6�~�����{�9<DR�x���2;R�ھ�������θ>_��[;��ܳgf��8��h��'(�e���mB�&w�Ppk),�m�U�E�n�m#�[��n_z)�랦��"U��eSgS���XK�r�?#Fށ�{��d	�ؔ�p���+�)��. �ԙڏ��Rvj7jA#h�_ӹG�A7�(��{��Yq��-�g���~;���($��3�6���)�b��
-�"Y�7�;��e�@����,ʿw�Yo(����߽�\�i�%j����%�k�^C�+-<<1ݩS�T��G�sj��o�)���_���%lj�M/I�4��6S�(c�84Z�2�Z��ˎ1��Ѫy�J�3�o,l��7�������`Ur��Ֆ�W�mk��'#Da�F��ףM�YCaG�ť�'W��;���ޢ=w��b�r�@�s��Id.�o�E��[���J� �|�eW�5:9|ۡh�ǝ�֥b.��w�+�c]
-U܋��4��"~^4Tn���V�uLV��������Ṉ�?=���#W.��|<���^<�I��NVK$���dM$ڈ݀E���y��VUh��ǰ0l|�����?���0W
-XƩ���ù#�i�����HuJtt
-37{��*�cJ^�r@na1��[����̝��a��2H����Y@��D��b�p	?�m��4��#,�[���6E!L����v���

OHҚb\0�������-�V;�6d%k��O_�O�Uݬ��AR��y�}v�Xx)��� Z�y�׵���r�Z<����(l���J}N��UO\���k����5.�X]^�f���c�����<��t�:��T��Ɗ�XvED�2s�E�Ӛ��t^�@f��›
-ή��֙�-����9��UJ��lM[Z��6�@я3�W�.'�@�v6.>�[8����\.���F��_�}����
-� Tm��Y_�*d�*�HH���w�]���'�ss�ONL���ə<�̧�>�I���+��|&
-v�qxUX�qjEr���Lk���Yi
-
-< [�n�V�)t�b���%I�q��M��`��J�g���?�ayk9k�@�l6��y2�$�e9�������H.��5�0�r1[�d���ei-e�=Ǥ`�+��#���oE���f1�c���+�p���"~�d�CO�_�	I)�F�4��^<>*3�gXsrMj��9���o��]��2M�Q�\�R���6үܴ�N�{
-�N&���h��F��
-�ɚ��V�����v4e���=�k����T�W'Ԕ5wd@�
�R\?U���a��Q���Єev�%)�J��t����[T:R����$d
ND������X]amO~���D�k�q�x�W�Ԫ
�����T	z�C����(�Pܚ������r�!C�N�хC�ͭ~;?4�����J�hP����O/��}���T%����Z}�2�QV"�K����:����8�di��bo���ZA���u��rʓ��=���X-�am�R��Y�7��_���{g�f)�d4��ZS3��p���a�1R*�'�S��������I!����3�LM����Xmb�����T��*��3������I��	r��C ���0;6�*=i\�z�L��|�2Z��'�!E%"|Z�Jի����?>I_e���5����FI"`�.�+�.P�?447V*l��J����w��Oo�?�a�x`�m���
�-�
-Eɚ���ˠ�r����\^ư0��o+cD�1��g�j�t���d�OP.|.��G��w�,����h�!+=]�	�65����-a��w��ǒg
rpr�I���
\�B�N՜�e�F�g��*[����,�'X*KҜ}L��������?�E<��>9^M�v��U$�������{:"��V��;E
-m
-��2��
-
-> R+�(~�Q�;t�OUrj1�{`Cir��=��Cn�$)����_�X_�0m�\�#�	�L�N9�^��
5�b�Q�����$H�οL4Я&fhe!�GJ�NLǚ]Z}���!Kv'	��i~��>���"��Wf�}I�}9Y=��ɕ=Y9}�I��M%*U�DS��R��t#�u�n|��f�;42U�o���?��	�򖑊�z#��}���?���ڋ@�?�R�	S{A.r��fx���w4y�7���~�mF4����x�����$������m�ɿP
�3�_x�,���?�-HTtg�Y�P�'���`Epu��?c��“!DHk�}!�*B�B���v[��a�þ5���5<!|}�(�;�H�ř�N�o#U��ȗ%*I��EɧR�t��=Y��!٫�?Ee�_aԐ�I��ОAo��h��A6���M��Vc;�q��Yd��6�y�2�:��6m4=��жB���Ŝ#*�1h=
-�֠.��7�҉j�O�4�-8�C;����4��_@���'��ܹ�������_�I�w����v��7��{�y	�Q$�E�Ѝ��K�<�j�č���x7�
�|���	�r����T-���@܏,����Q'��,Rݏ�yI(�:�^�d�!ϡb��$�BF��B=���AABj'Pr�!>F}��h�ᩀ�|c��}�6��tm����X���#m�$�@/#ފ��)�
-~� �A�
4U��ߢ�%��A�(�����|����>�*[���#!}�� �G�j~��wA���s�4\db>7��*o�3ؘ��(�@
-E"Ƚ#�E��3�WG�
E#��P,�C*����<��	�!Q2J���	�!&[!GHG6�B������#�`A��A�Wjě
-Ⱥ�P5�A�h
�C��5�&�����vԁ:�Z�=�1�):4=6l��f�ល<��+���uA�gb�>�8��<�'Pz�?N��������W��$���������b���±�?�C*\�磈�؂�O��	B��!����{�qJ���FRbq�`�H��Dž�ˍ�q!�"�� �'�x�%����"s��(�l���!3��<u����E(�R��E��*/��LMiҭi�2�op�_S1�k���h�S����������� XG3h
�A4��@Q���q��o��~�U�1�ꢁ{�4 �Ż&�^?���m�̵݇�)���bxT�W��F��a4��?8=�`oD�@Ћ&j|c���q�<�Ԙ4Tj��KiPs�F�A�7�Pg�js};O���oL�f�fh��@���p��N�0K2��4*`>�)E� KzxR��LMx��G�4��@�L9�2�m
-f����L�
0��������w�c�����Ãc��~��*w�dd:�B�Z���)�fzlhxl
-4�O��O�3��I�/�l1�4Ůq��P�8�X13�A=0�f0}����ϱXz}}��A���^ߨe�@|V����&X���bK<5��p~ژ_6?�M�6�G��bIONM�
�VP������r�K�'alf�����M���Oh���5��^8�Ϥj50�l�:T��C�X�d�0�r����u\o�=�0�R��X��E`�MZF8��ꊢ����b��zf5�	��8�$�T��AĨ#+�dgG�sk,t}��GGׅ����n��-!.��=������M
+x��{	|չ�93#Y�mٲ$˖l���M�-˲-K��%^�5��݉m9^HB!MBXҐ��/�47	Ky\J���k���)M)m��@i��%��}3#Dzc���ht��|���|3F!$DV�C㽣��=�TH`�B8rpdf�����߯"���_��������������{�)F��5}CC�ވw�sY����Q��q��@����Y�hI���{o��e�w��&���{Q�PZ5��0��ػӆPz"B<���E�z�,�Lh1x
+��|�L�P�	P�0$4L!��HeQ���@��8�Z����
	�Ĥ�T��bMK�e�a6���q��y��E�%�e��U�5�k���{��OӿqM��;�@k��IÇ@o��_�F$�#$��z2�M��U�L*"�:3q�JyW�ToQ*,z�LoQ(-z)����җ��HcO4f2�L��4y��
K/8������.��x�i5�D��kAVT){-�V��2-��0Mo���Fj��dz��q��G���kgk�jfk�v����Z
'f���*"?H�f�n|�i3����e��c�K���yyo"7�E�i�"�Y�V�0����a7��Z�^�E8H�"�XfH����IU�0���O���<ch�Q;{f&��<Sit��]�z��wt�iQd�7Jt�٦�H���pM�39r~0w�SG;-U����ql��*2:z"��ܶ��S��j���ޖ�=�jssSkz�X]��n��p�S�HO��u��<�8���`͛��P�����+��
+�&�$R�I�6��VcqQy�"��	ld�kY�����ˇQ}4M_#v�Hf}23L�tc�LD�JI���}�ܖ�������K��[�\8�ߕu�"־�V�ቬ����s��U�����eF����I	��M�YI��@����u{K띟�wf=���/�^<�Օ�Kk'6�W��(:b�Xk׊mb�����w�Y<K�w�����g�w���>,`�������3e��d����o����%�j�5Y�1��-C�J��3W��Ic��N��T��Ć/��,�/�Vf#d�����=�
�h;��ϱ‚���������x��`333��M_��v�y�2:+AFF�8 �9q�D8���b�Y�T�s�;NOgeM�ٶ�����ؼ�ʪ�<�2���j0?���4��##o`�3�`���׿N�죟?�����>ze��y�
+��]`8o�^a��fg�3V����61L�qn��eRK�]*S�:������٥���9V*�Z��v�	��a��k�Z�ah�`mfe��i�>P%�v�����&ʰ�|�ܺ��>��7�&Ȃ������+V���d���G�J[��^���lj��{�l��+�*}�޻���m��u%��1W��ft�W&�����u�<��/~��`{ s��~BŃ�y�L��]cM��=������h{���Տkp��Nk�\��i�q�Sk��8����T��z�u�wtW&
��+r�
+u�0SgjK��)I|f�`q�]��d���hr�dvX}у_���f�E��G�.�Df�a��x�o�Kir���0\�M̼F�n��QA
+���	����gE�
+�x��|�$�b�YE��|�=��f����e��)d_��@��Do4�z-�*�M�X��'y֤�6L��k����B��# C��4�Q=����eE��NO<��W�v�������o�3
+�""���+J-�̑�#C'f�������j����V�m�6�TA��$�A�)n���$�[�d�3���ĸʛӻݐ��xtx����M�=ۚ��j$��3���2�X������ߢ/Ȍq�9#�zFNm/o>�տ��x�������$g~zK�a�L�";��=�Ͼ��#g@~r�����1�D�;�G�'����<ἶ��k]�6%�͈�Q
��U♊\�9�/�/�1�l.�uY�&�rzJ��럾���`fb���zk{Z靧�'ON;�E�5�	�ݽ�	}���8�
+��r��)ΩJ�ľJ_K�F[�9�_v���޵��h��@��=^�}l�#wx�;I�}Ό��5)Ǧ򇪒(���,�P�nw���i�\-\�2t�r����ѪH�R�f�_��9T��M:�h\`�o?�0�YՑ���g�ƣ�C'�,Sf���m�,�M�������7�[DDb��9�I��֎�8C�n�g򽰳��8=j��ӏ�\��|MB�@�4)��4�j�]?�#���h�\�g��Xp�j����h ^�?�2:|W� '��"��˻z �=s�Q��nŴ��["}u�ԫ�B�����U�?�o�4�����o�A��������Ɨ� K�)�z��>��ו�(!��6S�Vd6;�[2�
n�´�^���b��C�^[�Ž�u���ťK._gkӵiMn}��=�M{&���nMa����_���@c\T�Xg��T:�Qr���q��žC�\��ip!�
+ci{Fb�̕�/˧�/똉�ً3��m1�ƩG�
+ש҆H��d:S���:��؅;�������=?�x{Ӂ�T���O�{�����MO����=���-�?n)ɨ��׆\�U��R�����{Z��c�=w�;�ܶ�����Ut��*���#�����{��-��������?+���4�	����X��8��g����t�Ȱ��ӂ��i����/���_�lg�u3�8�
��3�Gj��C�Dj���`aQ��5��uj	~��Mh�.U�\8o�
4�i�� ITl�^��'�F[�V�',ޝF�z=L��G/���x��PR��J�b�a-��W���ӟ[�H%�ù��Z
�m�F�Lm7��,�j4���W�z�Y�4�t
+€��Z��E��j��bs����o.W�gZvS�%C��HAh��m�o�c�%y��P{~rݫ)�h���6a@S����߭�rm��s�hQ�\2�ES������mJkABLvG�ԓf��7VM�)�Q��c���uMO}�{S�nJ��
RkW�����w��h{�5O��6��@��1,}��%���
+�P��]�/��bf �b^gӱk?Z�����_?۾`�rf���<E\<N���2��"�����#�>��p��h�������1
K)ಉ��d�Z�!ޛVbV�DD�O+t.���5�@�^H�S
+��q|��`��=��y�Ma胭���-��
�2�e(���Sì@�ɖ�v����&�6[yu���5\��N��`��ɭ�����������x۪R�t,N��Aeb&�����cO��ПL<�1Ke+I���yי���-����0��T��5�{�xW��cW�l
+
Õ&G��9��V��'|!�v=�|����iW�k��J6����*ҤԹMJ����+���3���?њ�lӯ4�o�^:3ir�{�3�$`أ�������?7�_H��w(@��'����eU�"��%��������l���6�<8B�mi
��{Ό.��<�͇�@�I:��
+X&�qз��ܥM�	I��s����D�]��s4�����(�~��"�oj��1�i�WH���ie&���c�����2���~�f�/��mU�M�^4���!sA���n-cy��a����^�}�._�#�sd.�C��xuV��B�E��Gt��6H��6.1����9��6O�ҖL�^��s������(���`ew	�29���
+�P�'zI��&�"�CI� uh��ݿ��7@�l�'�������5�l�����H]ݑ�G�2�t�S�O���`b�H�iyM@���
�k��y<s���8A����-�{��E��KA�6�	�m�vW�]���v�_|yt��MF&��
\��w������k��Ac�n/���pL�I,4(���d�5�Œ�7�p�϶������?��M��=%�ƛ�n���ߝ2���7�=�-\�bi5��@&�_]a4��r_FO?�{���ӟ=�*�2c62���3�I�~`1�{���#J,����v�i��|���HKb�溆�
+-�r�ٿ�����$nG���2L�D����O�k}�
fԔ���=�k*g����e.�<������R)�l-p���i�������(��EirՆ|wu�m�;�fy*�ƶ�{�Z��KO�o4Y�V��.�ݵ��(��пu
�id�.ɟ��]�2&2�ح2�S0�>cl���]��\F	�z;��	n�/>Y�uj#�)�v�ڸl�0�e���ֈ�
р�x�՝����ֱ��m{s7F�c�^��|?�J*�l{�R���xk�t)i	�0ptc.��ɵS2�w�e���V7J.Qa�;$̾/�&� LХ!
+&�&l�+XpI�*�H��Y ,*��U)z��n��j���d���VV�&�Ƙ�v���w�_�c1D"$`��Y1����\>�>�����CřD���S���c0\5�L�p��Y�y�?�wctf��x���fqx��*����*���CU*E0�K�]ϣf��\��ڟV�����q�:����\
z	�?�r������	�f�$^F����q��|�j�*͜qw�TgT,���'R���(82BXP̧���9{蓆�f%��כBR(��<�g����<�>+�nZx27��)�R��p)�\�6����x�u���S����Q�!Re�����z7�'_1O�`m�|m��f?��<�R7����FB����
+a���K�bB�O+��;��|g.�eLLQ��!nꬬ����������aq9Q�YkT��@�>/�d��y��..|bt��F�K�!�xy�>�զ�Ⲯ���%���ެWýR��˽���M����������+g����L�}�<}���ر֮%O�瓯�g��wS�r��1U	3i�����ڤ��J�)��(�����z�LW__���ط%Q]H�xN����_R–3n:�Ew�TD��c�36�7���v�L���vV$���r���"R�A��F��-��/�n����gB�pR��������>��د�m���+-Q��]=����y�K)ψ3��6=ğu�-2^�ޙP�b]^�"��� ~��+��M(���q�?���qF���g#X���"��<��;���z�ې�Tl�/^犍uy	�C��[��&�	Tr{���;��6K�=�h��@.#s�
s����O����ה�����*�(��/q�d�x���%%�?��o���0e8��?�Ժ��
 ��Ԗ��y߻����{�b2���r��C���ݿ�]]^hb��4������9�_yK�&�Ģ���f�Zt*8�I�4�
+e�#���ȝg239�F��$A����T���5R_�튽�˛��*�+�9���Py�=w���/'g��
���K^>	Na?H�V�kD$5kUd@5��M̆�w�3�
��l)�����c��T3^a�̎Ť��"�x���{�3��W=��N��:�왙���E'�b�	
+uYn"c����$��Z
+�v[`UoQb���lۈ�v�ŗ^Jﺧ�n�Hcr���Tg|8��2���ψ�w����4YB�&6%.\�4��z
+f��1u��c����ڍZ����t�Qm��2
+a��:oV\8{e���s��l �1
+	g�̮Mǧ�a��X~�B�H��M掽k�%��+#$:���w�
+�9��w�$�u�d�i~ij�%�����P�JOLw��&U����܁ڱ��tJ{��W)�y	�Zz�KR%M}�͔:�'������L�Vo�cLba�*A����[���<�/�=?18X���u�%G��w������D�E�Q�8��hSm��Pؑiq�E���d��-*��h�ݻ��i�\����@y.w����xQ�9�V/���?;�j��i�N��v(��q�u����]�
+�X�B�����0�����
�,-�Ut��r����c4�s,G�O%+�ȕ��3�q���Ej�c����:9:&YɆ6b7`z���D^~�U����1,L���h)~�b22̕�qj���p���m�p�ǩfA|?R�����#���ǘ����[X����9�<s�ry���������DPi����>\k�l*M9��V�a�MQ�l����u�~zC��������m0D7�ilK�Վ�
Y��pE������d�D7+�o��}q^f�+^
+�|�'�V6BA�u-��������*
+۽�R��,g�(���fkz{�K"V�׷Yko����+�50�!�ݢ���U&���;�]�Q���o�紦17�0�ٹ�𦂳뤾�uf}�:�e9�E��q�R�)[ӖV���"�A�����ˉ�з�]����&����p�8�5���`��e�s����|/UEjj�Ʃ
+٣�0��-��� �D����������'&sr&O0�)����|�����d)����i^�9F�Z����7��;|V��Ȗ��y
+]���fIR|��u�#.�+�R�Y���OrX��Z��Z2P)��r�#D�L�-	�cY��2�8��x1�K�nM2�\�:�Dca|Y�AKY|�1)X��d�{��;�[�m0�Y�����ʇ*������>���~�_RJ�Q(Mv�������܄\�Z"`�e���z���L�i�5W��uz���+7m��B���jo���������q�fk�Ui4EFe4�M�*yvO�����}-��	5e��`���OU��X�t�g&94a�]eIʴ���5]�/����T$�l%	YE�ѩ���l�)VWXۓ_��>�o\&��2�jd�2��!U��m267�"��&,9-3�v�\�ЦӧDt�P�js����
�i+��'T���5����=@�v�1U��a+��@��Lb����x������;<&NF>YZ��؛�b�V3?d]����psϣ��3VD.�CX[�T�cV��:���!�b�ޙ�Y
+ 
��V���)�.�`oXl��
+���Ԣ����p|&�}RH��%�L(S� �z<V�X/��Ʒ4U)�
+j��~�h�R8���<)���?<̎�C�J�DOW�^�!��9��������AHQ��V�R��p�빫��O�WYh||M�r��Q�ؠ�劰T��
͍�
+�ý�R�da��ݶ��[��sX=�x[��qCkK�BQ���@l`��2�����c`&��1,�6���Qj�FF�Y��%]�66����g������K#�9%|:Zb�JOWa��M�f%!`K1�]���Y��\lF�7zW���S5g�����E�ʖ�kq�=��	G�ʒ4gӻ��~p'��y#��}p�O�W�@����|�tI�*>��q���ȡ�1�N�B���w������(�bT��S��Z���P��u�����4I
+�&��7֗+L�+�p�:�s�Sν��CM�Xs�a�l�E-	z��/
�ZYᑒ�ӱf��B�j wȒ�I�o��ƭ�?Gl�����b_Ry_NVOerreOVN_y�~�D�JU2�Դ�T�*�{��_����L�y��&���ϭ|i���e���H1~G����OB�g��"��e���^�����x����M�M/i��D�F��Cq:n����ï��&"�|�{ħd"y�k�/T��^</������_�tV �	�/x%X\|(��Xa��d�r_�{��Щ�?�儵��vw�ᰯD
��D
O_!��8�Gq��S��HU�'�e�J�#yQ��*�,}O�/{H���OQ�W5$`R))�g��d1��f�����?G��9���Np\.b�ญ`��̠Nh��
A�Mm#���f�u1�JtZC�B�5����A�t�Z�4�{����"��;�oE���>��	� w.h;��+��h���yyp���
%�^Fj�B�n�+G<t�+�:��<q�+�0�MmG0���0~�m$�"U�,<)2�#1p�o
 �I�=��A��l^ʦ��+�{�s��<�:����PO"�cDPG��ډ�y��Q�"�cx*`pߘ��`��q��Mt5]���?�>m�H:�"�ˈ��<}����3�w�gMUqG�hI "�GP<� �?��0m�����֬)C�HH��0������]�b%�!
��ύ4�ʛ�6��A>
+�8�B�r�$F�`����Q`Cш����
+(� ;���bx�D@��R`�lBf��V�ґ
�P��,�~#�H.XP>*DE��@�Z���*T�jP-Z��P=j@��	5�olA���u�N��B�b�~��M�
[��YEq��&O-�J0�do]��ƙض�?�a5���	���������$��U�8	�/��)$�r�8��X��pl���
+���(�&� ���k�P1~�?.@2��\�����ǃ��X�+%)�q!�r�\������!HE��?�r	������x(�%[��a�L>�C��k�qJ�T�qj�ʋ|�3ÃCS�tkZ������T���5##��Ԥ�����>3և���@�h
�)P�t�:h@�>�D#�zh���h ��?
~�I���~�u|�!s�oʧi�U��U>����b
4�N�x'���4�ߘojf �z��5&M��0�R���Q�m����Y��\ߎ��?19�Ӥ����!�c��$�b��3����5��
+�Os
+C�%Ȓ��x5S޾�Q���o ��S���B�����~vh���⿁��%���Xy{q����f��;���Ŭ������h�wʫ����S�����hn�� [7M�k�2C,�)N!VL��iPL�YL�j`����s,�^__�y�e���7j���U�)�?���c����O���(��6旍�OyӦM�Q��XғS�}þ�7�f����I���A���{��&�c�c}����~M����3��E
L7[���~�;����>V'>��)���p�[~O*����tF���e�}��Ť��������ĠX}�ހY�@yxj��>	#ՠxE1j��J�(����]_��GGׅ����n��-!.��=����?�M
 endstream
 endobj
 529 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAQ+NotoSerif
+/FontName /AAAAAU+NotoSerif
 /FontFile2 528 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -97523,50 +97465,35 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��z|Օ��3#Y�mY���$[�[�e=��eY����Iǎ߱�ILHhI��8�R,B�l��fY
-,��l�R�Jiw?���_7��G{�ɱcR�o
��9s��=���#�B|�D4��0�
o�i��x(27�<9
-ׯ d芌����)��)���l�}#5������@����"B������6�6���
�k��������G(nQ����w:�	��ad��F^/����$#�Mv�)��}����}p`��E�c.�ƿ�`D��px����A�P$Nc�$���JUF�ei�:��h2g[r�3����g���������`a�(\\RZ�Ͳ������ob��܍�y��iI�~\�u�ŷ�g����6$e�&�R;Ax=�"�
-H���|ۦ�\~������ٴ�\A��΅wW|��Xy�q���K��ϼ�ëx���f��K%�'x�H<�(cyUV���^���LxW�K��?}�4���W�;|��^{���5���F�i�Z�[��{��y����<}����c0�����#9BF��`$z=v���]2�Vv��~[�M.Ӛ��������[��T[��M����
^KE������5��8��˫��	)~���س=����9�~O�v�	)�������H��U*{H�/�)�a�Ph
+x��z|Օ��3#Y�mY���$[�[�e=��eY����Iǎ߱�ILHhI��8�R,B�l��f�(�Ж�%Ki(��������i�M��wf$ǎIa�3Lf�̝s���s��F�q�D_�w��6�	�����ܠZ��(\����+2��+ڧ�	B�sh8:������?c$����&����sC�w�ڈg��7p�ijs����{��l�E=��3��'྇�9�x��/��$#�Mv�)��}����}p`��E�c.�ƿ�`D��px����A�P$Nc�$���JUF�ei�:��h2g[r�3����g���������`a�(\\RZ�Ͳ�W���ob��܍�y��iI�~\�u�ŷ�g����6$e�&�R;Ax=�"�
+H���|ۦ�\~������ٴ�\A��΅wW|��Xy�q���K��ϼ�ëx���f��K%�'x�H<�(cyUV���^���LxW�K��?}�4���W�;|��^{���+5���F�i�Z�[��{��y����<}����c0���W��#9BF��`$z=v���]2�Vv��~[�M.Ӛ��������[��T[��M����
^KE������5��8��˫��	)~���س=����9�~O�v�	)�������H��U*{H�/�)�a�Ph
 ;�E&��Tĺ�5.�ȕ0��f잟�/�B$�����甛��63��[3�bX��*�$
 ʝ��{��������{^��_lZ��jKjjvu~�&GH|�$��7"�7�������-[^����Oio����nk{����:�$���!���#���@�a��� ��yFiR&�+�CY
 �&-����}��D�E�x4E�6S��1?K����ɍ^㖫�K'��jூ�Y��	�T�u��/��b�Z&��+e���J~*�k��������:�h.i!;6�Z���n������xrb�����V����]��VS�[���އ�>�4��32g�?�������ct�`���Y��B�V�8F@Hu&�
 #'�I�/�<1��p���ҍ��
�K�-
��+�\��h�W��:�zr"���Rg�TYѮ-����$�|��\h��l.�f��v7We�nm/���[?U��۷�*;��抙�
 yR^���O
�2�	�ݵ�NGz��4f
--6�A��<������%w�lE:�+��T�?&*p�{4����.{2�9>�w�pd�Q~V�s���B�>������kJ����ZAW� ��ԲR�i�4��N굠�T0��E�,8�/�7TX��1�}Nyw	���r���AR\R(t�em�����/o�~�߶�N��خ�������I)	F�u�P�8S����r�ynR"�=5�����u�����ʸn�g�4l�
��WP�f&u�5�.L�8Z�[�Õ�*�z6�?ZP���٩쩭:���}:�ʂ���j�XFQ�����Gӆ~Nk���!P�R
-�'����궧1��Ob��;M�ܬ�\���޹��(C/���]����c>�l��Bl�b�����iZ)ƭ�v���7y;����u���g����h�9a�F@
��-�v|�d���{�Y@2��̵��1>w������\=X�uG��j߫�}��� ^�)��j&�t�V�6���*GNI�<3��g��Ex�t��]��۪�
�}=�C�
�Zۆ�hQ�����-G^7�w�Z���@U�����L�rהZ��<os�[!s7��a^�0�l&{�V���XF��=�)�X&!]>?x
-�_���f�ӓ�lr����]��
ϝ?�����GE�[��6����鑘K�rm�${sP�s�Y�2I����������������E|PW���\�?���૿�g�ޙ��7��%���
+-6�A��<������%w�lE:�+��T�?&*p�{4����.{2�9>�w�pd�Q~V�s���B�>������kJ����ZAW� ��ԲR�i�4��N굠�T0��E�,8�/�7TX��1�}Nyw	���r���AR\R(t�em�����/o�~�߶�N��خ�������I)	F�u�P�8S����r�ynR"�=5�����u�����ʸn�g�4l�
��WP�f&u�5�.L�8Z�[�Õ�*�z6�?ZP���٩쩭:���}:�ʂ���j�XFQ�����Gӆ~Nk���!P�R
+�'�����궧1��Ob��;M�ܬ�\���޹��(C/���]�����c>�l��Bl�b�����iZ)ƭ�v���7y;����u���g����h�9a�F@
��-�v|�d���{�Y@2��̵��1>w�����\=X�uG��j߫�}��� ^�)��j&�t�V�6���*GNI�<3��g��Ex�t��]��۪�
�}=�C�
�Zۆ�hQ�����-G^7�w�Z���@U�����L�rהZ��<os�[!s7��a^�0�l&{�V���XF��=�)�X&!]>?x
+�_���f�ӓ�lr����]��
ϝ?�����GE�[��6����鑘K�rm�${sP�s�Y�2I����������������E|PW���\�?���૿�g�ޙ��7��%���
 �����-;,�%�bs(�I�-
V����K{�;Vg����Ȇ��/�7E���Z����n�X�3��ݽ����+9�@<����OF�8Apcx�c-V��o������	��䉄J��c�
 �ͬ��X��N՚sӍ�]ͩ�0�[}o�\.�%��T�s�a��s�2�D�$Y[`���Zk
h�hb�Z�����o���Y����4�/h�#�ZdG��&���R�x��¯VC�Dc撺d,�TP5��A�O�j1�.7g�D�fY;с
ش����BUzAwա��M�tUaOE-UZ>P����
��~�f41ÓK�gqg$E���]]i��6�P��++������9�6w��_�c&5��H�3��$K����P
-���v?Gq�s��8��-��hKz�dގ�޽-���'���W�]J�fdeٓ���1c�Z��ĩr��[����_��0�e���M	��\J��Q_.J&��RĐ9�u�H��w�:��0�$� N=�S~�G��xavz��Q������t�%O�Y�,��Yl�꫕kO}��I�Q_�\�j��X��A0��^U�rЉ�\MGxw����)S(�0�;�I�=|^a�~B+w�s�z_����&���H���z�i��e2se2�u֢���,����Ma��_QF���EIL,3cj�O��Z�/�ѽ��hL�'�\�}q�	l�g���r�_�11B�,MQh�����6�����ϻ�u�K�ធ��}6��s�zCm���S�eW��Er��
a��h��š��Z�<lk-�DR
�\��?�{A�v��KS����Ү���%�v2ZY�L�a�u.�X�2M��5x�!"��:��:����������%�3��]ӳ���}v��]�L,����f�1�d����̵YK��
-�v��͙����og&���B��N�S;4���֘��:W���UN-���h�]���qx�z�����7q����KA�Q�,�N�ư��zt$Q�g�zn��l���}˶�z|sk&��E�'��i�t�A�Ij�7$�Բ���We@aq�y�6#�rUB}�����/��#�jm1����
-�r�Z���*mP�~+�0K;?[v'�&�n̯�'Q�V�O,�,���`A\
B|c������<�V,G&���y8lx����3�է;:�sΝ��܆�2���Գ��hl�sS��vӍ}�����Y��|�H[�#���G���q��Lֿ�	&ɯHH��t�X�-��g9����o��]�[ʲT�M����
�K�RY����G鐩���ֹ&3�e����� O<K����'���:�����\b~�f�v��G{�޾���t���ʜ<ڦ��}��W���FS�\t��D!�~W%m�M[K�t�Be�7D1?9�u8������2/ϓ�+��?T�������b�jS@�Q�S>�҇_�^���)ݕ��E������Yⲩn��1R�[wL�\1�����%��*9VK�^w@�h��*�.����1:��\�����QOVxSX�iZj������#�7Y��-����vI�u6]a���R6�n���~ R�f�"��ڷ&?�Ye�����X�m��{��R�0c��x�/2َ�m¬
 ��^����S�"s%8�D-���Ri�"�������}���az�v��(aeia
^Y��5��}5~�`uΥNf�w��w�����I�ʮk�De�XCN,������o�NM����$S����g�UY�کFRɱm9�}��ǔ����L�݌?��;`���'��҅t��t=?KoHu��S3�d�(sSH2U"M|�JL�،���Sի�j=�)���&A�L��E���E�e�`EE1���P�t�Ḩ��pAᝈW�Ƒ&�˽��1�V���O,�'G�..w2��n�Я~F��/���D�ަVO;�B)��I
-��h�X�9�p�ٷ�^e\�7������R񼹑H���}����B��P���G"N��$�6�7l�ЖN����~�	P��/��B��L[�߱�z���>r �l����*��+�`�jR,�~pm��F})N��m�
-���Ϯu}���ҍ�:;�彅'�����ة
�8���]rc랞�/r�y8l	e�e��X�ģ	�IwG�����Y��6��VEf����MpǺ|�\��a��-'�=
AYZ��.���U)s�Z�-��(A��L��#>�
-5;%gkh`�z�r�/�)��ُF��|������1M����,;x��'������?c}������[ۊx���j<�R]�?�[۰�-}z���ff�ʝ���X+���I
-�����_�
h�lڰS����Z���~�_��>՝an.����aK@WT�5��C#w� l��Rr_�C�9�N��������F��-'�
-6�H�I�l�:!�����<�$�%䮱I�.8����9�E��_��t�Ba-4\�\�:q2ǭ�E�L.��99Z#�QA��0{7�-�=��7k��Й�UYO�o�vZqǛ{��������n+]�%�}���5~���?��S�o�/��������j·�t����;�3uenS���d]�C�����j?�׽l:����f�l����/��7�p���F�����L�A��J��L�[��F[⧇�7�;�[|��bE�K�
-v�OZ��+[Q����@mh3�%��D��vG��7L�.I,}�'f�[��b״�
H�:m���@�I�e���IR�J�7��h�N��KQIS��/��ګ�?z���ޗ��Q��eٶ���5;�"���l���l���S�m�*�����|�0���g��i�^nդI5�$O,�15���aL��R#�i�ͳ5���Cc�II[�AW�uȅ������4*��,M�s�ʚ��O�.D��[[�ӆ��K���nv�An�h�ߡa���u�߈���F���6w�E,5�u�Ń������떥�b�8��q��i�Z�H��s��J�*����az���dR�:�N�Y�T��Lv�ٞ[P�M���;L�Xl���Y�j�����
�D7Œ�?�r���bgf��Xo;T�r�8�L�G��8˹Ϝ����fS�A,6�_Yd�n��]8����vz'!ȗ�kL��7�g5&�j��O�A�ڠZi+�r�Y
���z���Q���C#dG����W�Y��lT6�Յ	ү�.��63$Nf[�qs�
 �5g���w�
-U�I`B'��	�j�.,��%�
5a�:���	�FZ�}F�֜��&[�2sh�m�<���1�l$A�P���"��`%�+���xY��;1���Rκ�L��3�5�
m�M=Uj�����Ϻ��FqVMۆ%�q�@�zg�U�5�K�3�C�
-�
��
̿+��x��#��� ]�evn-�-�:�oZn7N����^[4�G��Tv�H��L
-����W�}��������y�_�_�(��[����=��d�����?Uw���be���DOO��c����c���d v���j���N=��z�\�3�0���01�%5�3��1Qi78xr��7�`��\H�$�I)��^⹡u�B�L��L�bݯ:�w�K�ʲÿ����Ce��6S��p�#1��?}�?zr`��a7��zL���J�U��J|����#0[�.i��1�
-m*�(�BJZP��������B���i|��92����hZ�v(^4В(ԅ9�%��Vi^��Ъ(;����8X�p���ʮ��1eC����.���o�ۃ����R�QB�7��kj9wSq��{��\}A�<�s[�gن���]�%�͙�A�B�L^u)�Y�h��Չ�G�v�������!P]S�N?l�g$.���}����cӪ_?�g3KU����!/]Q�[�v�Z[x汾޻:�{'6�ӆl*E8�^>�fN���;ݮ�.�x��$3�3t^�M�Y�6Z�zkK6󽬢zpR�qh��33=�4P�foW�^	����m�?���p��l�##vg�h���._�DcΉ��p�S�K_	M���S�چ��{F<����Ž;bv�B
��j�z*^z�n���W򠍟Uݺ���w�:���o�
-myU6iz�O����Zt�[�O~�g�-[�&9�8Q���bm����mUBt�ͭL��{4�`�^��Ў�Wvc8ָ�x�F]�H�Yj1}��L�K�4�u���,c
-w����ũ�A~�Mį��y/�ۡ���(�"���;=��!;#��S08�]A���`�J2"�7�\j�n�,B+�O#��#�,��IL&��%�U�{Ju�N-����7���k�R������P��/�P��,�*�x�vȤ���&lU�<�h4Yv-�F�Y�$'59��hT�9�����R�;ZOT�6��/gn&:��J���
�o;b��d�_���lѳ����N.�$V;.���h2�g��s�Y��{��*��_���y�,Lд�á"�L�۔|�b�7]E>jL�F�2��4M�
-�E�e�������N���]&h�k}>HBY�̒uh6+?ޯC�~�R�|5g&! �~�yEL�����K=��0i��Ʀ&����c����}�e
-��d�.[NTV�b�Q��*I�D�@@�o��j�}�:�����o��*�����B��ԉ9s�,�ȑj�6��n�T�vy�(_��Lt�پ�k�ggbf:�տ51~��=��,�7���)���^��
�K�0 Z����4z�Kp9ދ��� &��N6���J��_s��v���\w3���ABc‘�_���x�'
-�'��s�����IjL�;�_�#ɯ�����c)/	L�)�ө��-�g�\�O�Mx^�.�)z_l�1���V��t�Y8J�9��X�����
�=D#D�9T	G�p�P��
-G����Q=��x��t�I���%
-@�8�=������q�(��0��G�U�|ƟC!xO¹������#�����!=�G=p������t =q�׮]��c�	��,@�P��xRq�Y�OQ�!+<�R� �\�v�cEr�1�@��=���/�A�������K?x��W�R*�Y$D�#Ϊ��S� q� �	$_����w� �L "�GP
-z��@�Q��]��,��UMMUH����a�S��#]
�r^�!p2ؿk�h�_�@�z�$���
-8EH�B����ȡbW %R��CdD&X1ـ �.�A&rB��Bn�R/�<~�]Џ��JT��Q
�Eu�5�FԄ�Qj�ڽ�Ah-�D���7�.�@��7_ב�E�)��;���ә}���tQ�!Fg��?�����8�T��t
-���8�Bj��s�^�s��.N�")��N@:|(>&��q:�\��y(�H����ȋ�Q6Q�󑃈��|�M<�'!5q%NOB�d��_]���8=�Sqz
-��g���E�*N�*?N�vjs�����������si��LJ"���>��$Ѵ2��5��S���QGh��B�h\�7��;�
���4����J��s����ٻ8�[��~do�״
L��c�èq�ƎA���~(�ǁS������ ����
il��5��9�r��1<Q��G�>�68n"��RV����S�#�c�<�ӣ�Wf�L� �4d=y�j
�0�VF����gōLkz53S���ީQ���J��@0ª����`�7�F�6�"��9��:��7kk����#Cc�����M�.gm�X{��8���3��ٱᑱ�8��~��9�u��+ؖ�K3�g��0e&�*�D04
��57�30�33G�x��}�U��o<�p�q�3�~�L|��b�:���(<��c,nG��֭[����X��3��#�8oe���Q/��,HG����͎�Lif�4%�}p�?��,����;\��t\C��Y�d�0�j���¸�ݍ��e�
 #�G^1�^�}|j����v�הU4�U�7�o�
-�v�<:u�VWJ�J=8^d�FXs�dY�l4��Љ'}�R�r"�.|�t���yL��-���'�
+���v?Gq�s��8��-��hKz�dގ�޽-���'���W�]J�fdeٓ���1c�Z��ĩr��[����_��0�e���M	��\J��Q_.J&��RĐ9�u�H��w�:��0�$� N=�S~�G��xavz��Q������t�%O�Y�,��Yl�꫕kO}��I�Q_�\�j��X��A0��^U�rЉ�\MGxw����)S(�0�;�I�=|^a�~B+w�s�z_����&���H���z�i��e2se2�u֢���,����Ma��_QF���EIL,3cj�O��Z�/�ѽ��hL�'�\�}q�	l�g���r�_�11B�,MQh�����6�����v��7���=%'�l��'�L���jq�*ˮl���F3�NU�p��5���py��Z�����9,��.���#���wTG�]uK�d����(�$�\�:e���k�$CD��u�uH�'Fi��'�/�9�K�g4��g���'��</���X�Y����0b�������k�,&���
 ���5�3���%�1�8�L@YW����(�vhn_e�1ocu���뫜Z��U��#�:�t�����.�
+|���ש7��$���Y��N�a���H�2�r�܆�'�2*�?����m�����L�7*�zO���龃t�ԜoH��e?'q;�$ʀ��%��mF*媄�|���_ГFX��b������2���!�Uڠ�-�V�a�v,~��N�M�ݘ_�YO����X�Y H){�����Ƭ�8o_�y ��X�Lh[��p>��,}�g�Owt��;��
W�dj߳�gO���z禞����룣�����䑶�G>�Տ��?d�3���GL�_��>,>���J�:[���r������/v�귔e���*�)��;�إ�R!����!S�]�sMf�$-a��A�x�ds7SO@��uj)��������n�|�w����}W��+��_��ʜ<ڦ��}��W���FS�\t��D!�~W%m�M[K�t�Be�7D1?9�u8������2/ϓ�+��?T���]�S�T1]�)��(�)_�
 �ï~�egw����
[Ң�v�kt��,q�T7Y��Ȋ�;�f��_q�^��犒me�����/�;�l�AH	v��r����_o���Rd�Ԩ'+�),��-�~MF���㛬��ޖxZ]�j��s�:�����i�r7Fv�u?)`�@�]i�[��[�kjr�뇶��=~K)�]���\h���l��6aVL�Y����x�){�9�H���S�4s�����HUI�>���0=}��g�����/�,��k��o�:�R'�փ;^ݻ��c
L��$^e׿�y��|�!'�c�w�C��B�gw���q`᳎٪,}�T#����ض�>��cJ����v	�D&g�nƟ���p���d�B��m����7�:�SݩrA2���)$�*�&�K%&pl�QBĩ���q����H@� T�Iܢ����Q��"�ORe(y:C$�S������NīH�HW��^NJ��z��YJ	�'�ʓ#d��;�Ym7d
+�W?��Зhz�RoS���E���$�LL	�b,�Y���[_�2�����O�d�x��H$Y_��A�p!L}��Q�#�[T�A��6vhK����^y?Տ(��Yl!A@����XZ�f�R9�Y6�D~an�[�jw�^0{5)�M?�6������Gﶊu��k
+�g׺>��O��y������\R[�N��[�Eu��.��uO��9��<���Ӳ�v�y���Hx���W��K]\�	�"�H�M�&�c]>^.��0���������,-@od�窔�A-��CR� w~���M�����54�~=a����˔���G�|u����z������ds�w�����[N����酟���s�s�sЭmE��Jpa5o)����m��Җ����P3��f�N��n������${y����M6mة��T[��gw��o
+[H���07�X@Wݰ�%�+*Y�������M6Bx)���!�ڜ��	�i�`COa�C�~��}�
+���$�U�B��q�PK�D��r�ؤk�j~�ќR����/�_:\��.i�Y�8��V�"W&�t揜��Ψ 茇r��n��ݞYƛ���v�Lƪ��c��7C;���ͽ��w����s��.��抾b�����쿟��S��u�R�\�{��c5��^�ud�x��љ�2������.�!���zK����^6w�r��z3b�����^�z8�wg�v���ts�� �c%�I��-�a�-��C�����->ME����U��'-z�-�(ZBMR�6���pV"w�~��#��&f�$�����-�mz�k��$@��z�xR�
��2RE�$�A%�|h4I��⥨�)^뗃�{���=p��w����(Uβl[�_sლv��Sl6��i{�����ֶ?e{u�Su�l�a�@�d��J/�jҤY��'�טv��0&q�T��4���P��衱٤$����+�:��@�`��o�b�N��ɹreM��@�'I"��-�i������FSy7�� 7r���P����ʺ���rel#
 ׋�a���"���:��AJ_`M��u��c�A�UѸ�ٴs�]����c�C�F���0=g�d2)U�o��,y*^�~&��l�-(�&�{�����6�N�,�5nnl��]�a���S9�F}�33�Y�7��Y9x\Z��#K_���g�׋D�|�)� �,�N7��.��e}D\������5&b�ԳA5���I� mP��j����C�^=}�Ũ�vC���#������,�H6*�����Xaf�'�-��8�9�̉ƚ�_h��;}�*H�$0����U��e������0�
+�^Q�X#-�>�Fk��Z�-U�94Զa�����	6��t�loj��W
���_��
�,�����~)g]R&_���6���*5�t\|V�g�t�Q�8��mÒ��t�f���*��%���c�~����K<v�G�h��.�2;7���?��7-�'�
k��f����#�W*�{$DZ&��	���>���m}
Nż��Y��ݭ�`�[ƞ[]2�BD�ߪ�yk����G��'���ѱ�������o2�LuC�
+5{�M���f�L�ƙxIM�
��w�ϒݙ|Ԙ(��<���y��X.$]�ä�b/��кu�V�Ni�w��W˻٥Ne��_�{�⡲uu��Cs8摘�م���=9��䰛��
=�
p�P%�*�
�I%>�W�����-g��I�u�6S@!%-��X�wb��?�P!�[�4>�ӅL�`\��];/hI�œ��f�4�@_hU�����_,S8Jsbe��瘲!�y�g�~�7�����~H	��(����5����8z��v�� G�-|��lCxn����L�� O�d&����,F�������
+�|MK�pNq����)M���3�zL�>�Q�?�1�iU��/��쳙��*MA��ې��(�n�}�-<�X_�]ٽ�iC6�"i/�n��NKŝnWH�T<Xe���:�æ�,i�h��%��^VQ=8)�84Z�Ù�j(Y��+�Z��S���޶���k��^����R�ʑ��k4BM��b�1�D�pV8�)̥���&���ĩ|m����=#]�~���ލ1�x��S�L=/=M7�R�M�+y��Ϫn��|�;B��H�7S
���*�4=ۧ��R�K-:�-�'��3��-_�]�(�Rg��LW��6�*!�p��V&D�=u	0X���Zh��+�1k�p�q�.Y��,���H_��%e��:b{G�1��_a�s��T� ?Ŧ�W��Y�������u���jN}[ɝ��␋�����)׮ ��p0_%��d.5�I7m�����B���$�����*�=�:W��_~��?|D�-I��Us�NUQ(�[�S(nb��^<U;dR�]A�*Eg4���^#�,v����t~4�w��r�ccm���'�X��
 ���37Vb%�|̆yƷ�OM��/M�؎W��Y�_���'_���]ls4�T�3I۹�,��=i���/���<W&h���Pw&�mJ�L1՛�"5�G�I��l��w�Ѳ�t�U}�s
+�R��FS�.�ֵ>$	�,Yf�:4����!F?s)a��3��	�d��ż"�uP��~^��r�4BCcS��P\�1u��~��2}O�Z�-'�+\�٨KI���"Y  �Q��7VQ�Q�>`��{���7Vmo���m!�d�Ĝ�h�M�H�t�a�U*u;�<|���P&:�l_pϵ?sϳ�313���ߚ�����_��QB˔�W�b����_	��GS�t��~�%����Adď�� ɇ�?S��ԯ9JN;��}����{��J� �1�H�/x�m�����O��n����&5&ݝ�oɑ�WRPJQʱ��&����T^�ԳB��'�&</J��/��R[G+�O��,���C�G]�v���"�����j8p��h����p��g����E<N
+p:�$W����_��Fҋ��k�8AHx�pԣI�*~>�ϡ�'�\AZ�}��`xuq��8wSGQY���vDq:����k�.r���D�[�Oa��8xǁ,�(D���y�Km.]�±"9�T�����y�� ��N�Ӎ���]��`)�,��g�s�)N�8O��/V���;h_&��#(=�o��(Fۮ�{�媦�*�A|�Z�0ѩA���.�j9/���ߵA4x�߯U f=�QJOK�"$�u!AR�h�P�+��P�!2"��l@��?� 9�Jp!7x�j?Ԯ�Gʁs%�Bըբ:T�P#jBͨ�B�ގ֠�u�u��P� �ě����"�S	t���ގ����>��q:�(��3�쟉�I��b�N�Kq:�Rqf�N!5΍�9@���9@_�s�o�_' >�����8�c.��<�C$��HB���(������AD�t>�&�ӓ����'�B2���.�d{���8=�ɳqz
+�"�P��P;��l|bnjdhxF�r�4U��C�M�X�]S�hZ�GӚց適[����	4�g
�a4.�\����P
�]
C}�W%@�����[������-�o?�7�όk��F�1�a�8�jcG�����H?�����a|l|fn�F{�FƆ46���vd�c����(��#@�{7��q)�Y~������1M������+3C�a�C���<p5��K��+#��oc���F�5�������h�Ԩf|p�MV aU�����
�ӛB�@g���_Q��������鑡1��@o�&o���e�=�B^��ޙ^�������R��@�f��:��l��v���f��2s�U"�m񚛀��ᙙ���o��>Ī��7uL8ȸ�u�x��&>�r��e��Yz�O�1��#�y�֭�h|Z,������U����فˍ��yOm��#Տ�
�M��f���43�����>8ş�j���ewB�.�w:�!F���c2zf�S�za\���wr��ڑ]�
 #��c/��>>5��PL;�k�*�*l��Ϸw�T;p��:@�+�O��2G#��
+X��t6�a~�ē��M���
9�
o>xP�t�����<&B�R��ʝ'�
 endstream
 endobj
 533 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAR+NotoSerif-Bold
+/FontName /AAAAAV+NotoSerif-Bold
 /FontFile2 532 0 R
 /FontBBox [-212 -250 1306 1058]
 /Flags 6
@@ -97593,42 +97520,35 @@ endobj
 endobj
 536 0 obj
 << /Length1 8508
-/Length 5823
+/Length 5824
 /Filter [/FlateDecode]
 >>
 stream
-x��9XSW��@�C��ϐp!�	Ix�^!�C��D��R@E��vZT[�:|�;;]g��cSu;v��u�c�N�v[u]�k;n?wڱ�l�ql��� �cg�
߹��s��_�0Bh)2�P�l�p�h��Q�2���m�[U�q?<�BHy`h]O����v�T��+��/��{������(!ާ
wO��I�	�_�\�ؔk,p��$�o��et����� B	�}4�=�����z�D
B"���r� �^
�-�c���?d)`~�9}���ѧr���ޞ
\ڄ��������=c1��?LD!�H,	��\�4*:F*�+������Ĥdu�F�ʤ��22�-GY���\C�єo�X
-QBŨ��Vf/wTTVU�8k]���F�
-o���e�������Z��	z��#W�I��D��lR�2�!Wgg/?�07����EKx8p"89�(9C������<l&@\��(!��de`�$�P2�`�t�a-�ZUd�z��*�M�`���3�[���3���[�z"�{��$��2��T��
-��1�2̱*i6�[L F�J��+)Xd1�g`w��3�l�+0t�:�2ӷ�
-��#�a�In.��(�6,���Šd���30&u)����"��x����s_�k�:H�(�*��H�LR1��3�[�<}#�3�@>�d��
u6���o�e��YY\d�t�9J22�sc6��9�@�I�(t�EVE�o��5��z���<N������ν�:7�ac5E�X��\]{OO{]&ѝj����E3;�yX#al8F�a�`�0{���1Z���;�wr��$�k�U�a�X�;/nt55�6���LlG�3$_��婧,jW��7��DV�,	{�v�:�f�����'Y�33�K��iz�A�BӐu���XM�����|t�3��p-'�Y�ĩX\Q��}.Ű�Q�����4�n�������c�7�SN\G�~˂�Zv<
v�F*�2��(�Hjɷa9X�:�D��x~u�1.�X��T	�Ko%���i�'�<�K�o�W��>�h�77�>V�������4Cb����_򒝸�apV0�9�� Z@WZ�̜ϤJ��DJ���,{�O�U-���U����R�2�����/9���4Ѝ1�
 �\�3�jl2��uY�T�hÿ�uO>|9�P��(s��]�hn��Vl�zk�^F�xh&R^}���Q�4,�UF-���J�)7I)#R�;o���GN����K�_�
-���k��þ근@L*�)�hW�ȵJ�%�^�l�P����Q�:!U��y���՟~gX]�^�}X��8��j�n*�G4�(�9�C
����K-F��<���W6�w���ڳ���|�9�\W���NGڽa�k?8��y���կ\秺u��(����Z�<"bdx5��|��o"�`
�
-�wQ_!#�vx���BvP� �D�/��8N%J�����E�#�*��/�w�ۚ�kJ�����M�B��pъȨ����Y_ߚʾ8��zWu�(�RՀsM���b�Z�P����%�ީ�R!��[^C&#%�EBz/�Z��5�%_˫�
��l��`\��p&3nx䫂���3'9V���t|���9rZH�P? E0�NNN����f�F��@|�&�j��p
-�>�M�4��!n�H�O��ʄ*C���t|�}��G��^ <_y�dD?§�k��P%x���q���p���x�r3 5���9(f)6���+��@g	H
>΀#Ymd!c��$Q�����&%>V5�ܵ���'!)1Y���l]��$%��;K�z_]FEZ�:���C�(A��^���j.���.Jժ�-�ё.<K��a�px���4y3�
-le�5�7lڸrU��U]Q�ѭe�Ie�:5>ZP���Ʃ|�K}읷N���Wo\n���&����LP�hn��,�J��b,7ə?���^7�NN��C���:��ܯ���C)�B��fqn��u2�|�S�>��=�Cs����$+	g~�q�=�*��WD>�v[��$�-�Q���J}Q$r-�ϭ@���X�0��ʘ{ԣ‡���ƶ�S~����e�$�@�����S��?=���-�{�'�b��rq��)���B[�^��S��%�v�&�w?X����?�^��'��OP9�!��W�!GK�ʣ��5�Lr�3;���\ul��.���
v��a���a�I��N���ה�iR�����-�Ф 2���\-��\���z�΅;;���xX�c/�?��E{��oR��K����w�C����Y$�C����4����T �4����ؾ~���8�/p���}C{,>oS_��a��j�H^�d1Bz�����8c�-6�9s�м���:
��e���]��`F����
 ��?��ƖZ"�d�Ԓ��>r���f�@>G�j?�� 0����|��C�)[p��=)�r���hZ�ccĩ����K��	fO�(+�QF�aW9����f'�ع�=�������ȨH�!��"	�VR�_�/�'R2}n��!o�++))�]��m����##�-
��H��Z����x��u1w˂��!cwF(cy�e�h�ұ�c0x;r����e[Q��q�MZ9�^Gr�)���`&#ga�_,T^	>WV��\�R,������C�뉬$�*�'i�KW���f����"�����)���ꡢ�D(�aw�_e-��[��U{UmDŽ��sEogc]5y��lt����rV�-�bu&-����K����?��\�4���;�"�+x�ލ���
-`w�O���f�/����h����r���f����~��r�#���}!�B�N��Ձ�l�p�/���O+���O�kp���j�ۗ�,�4�6�����6�o��9ؿ��=�Yλ���
n90�1L���ڠ~��ϰ�q�/x#�pa/��{����D�b��G��^ԣD��(X��7���N!�s\�2{.���rf�;iW��g�ss��;`2�}{
-
-�\z�Ƞnк�g�b!��Qr��s���}�+mZa���0P�ծ�+��MS�W6��/_��P�&ʋK�,�|\qy�&�U�B\��|\-��k}��5�ܜ�5����rK�pȾ���-����j��Fw���O��j�_<bh�x����o�,4���2�n��$��?�GES����7A��)�h�*����5��u8$7-�����k�sr�5�}���xD���{�+n�����<����Ł'-�z)_��t�󱐪���q9ho%�(�*��\��p���[�J�#��=)W�ۚ5&5
-'cZ��{�֐���c#��Wl�]�1G��u�W���ȟ2�?���FK)�gK�^�0�r��l��ir����tGŧ�~44��nV�雟��y
-n���y�N��d�f0R�ő�����lXV�T��:및=��+���l+�yG�|A���m�W���6\վ]$l�6>o��dpl=�Z�*�Ђ(�C���m�I���]r��M��	��c=�ʙZ�p\��Ӯw��$����7�M���B����tN�fN��h�#��|߶8�Ȩ6�R�"0w�T��û�IZE�x
-
-��Y\&�/#Qʖ�߾`����쨐o�:'�y����<�^����=/�6���=��sy��g�_Ի|(+����9�3��b�b!�m�'۶a5��m7��np1�1)��T�~]�p�ʰ���3^w�@o�ˠ�.f�E�C�?�Mq��%����Ӹ���	5�m�x޽�J��+�;��f�q���̧�mO<��zր�]L��Kx=�pgdw.P�JŇ7��}���S�|�(ؖ;����ė��'�{�Sx������it�Z����[�k�
]t�s�[]�dfedKj�*��r��y��HN}aQ��~a6���	�!7+��s^����V�[ZQތ����1���j�M�k�������.50$���t���A[v�BM	�j_��*�{��-��݆W~���k�k_m]918������f�a������^ �q����JkW= PjC����֒�-�����}�[�����!8��iӠ�Ca4N(Q�Ȅ��|���#��٤O1{7,�ߴJ��Cnf<�w�6{�6�bc7�
O>�6�N{p5$;��M
 	�+���8��­���
}��f����қ�����z�M��K���t�Sg�i�v�;�k,:���J��A��r��Q>ẗ́�����M�<8/�]`�#|�+���L�q��bB1�eV��C�~}�>A�q���ū�m���WA�O'?&��4"��)���v�^�	Q�8C�B��|ș�k!�C�B�CKB;B'B��	�!�;�m�I��1�y�5�m�X"��%}�)IPrE�mXf�3�3ls�w��]�<<"<'�>~0���/��6""BQ��1q>�<o�V���0�ad�p�Pk[a�X&����0�(����\�i�Q-�1
-0ga�a���``(X�����^�m����E|f
-��E�)L�@[-��y�0/�¼D���Q�H�yz�E<�,z?/�Bx�_��C�=�Cbb_Gm"�s;\�}�o�V��O,|�(亢y�����ٌL�30����5��IX8�
'DD��"skkf?�X��� ;�`�Ds�-Ą�v>��J�o�;Ȉ�گ����Ő�¡GBuX
-�;�y)А��+�W�K�(�iJ�Ꚃ4H�R�� �t(e�e#Y(�Q.2�<�iB�Ȍ,��
-�'L1��KQr�JT��9Q-rA�R��Qj�<�yQ��)��D~�
-\���
-u�i~5ƒ�#�C���@�Ԙ�I�C��J���d��1H7$��xRX' �6a]R��E��O���#������P����P��ºx��#��0�ȁ�1H�/q���g���=K���I��	�(
-r7O�c+֍n����Y�1��5�)Ս
�&���說�
-���Mh
�~4�&��=`C
؍Z/�����S#��Vр}�0s��*�p�
�Pyh�x{��u�P/ ]��Fc��F&�׍��j�9M��ߦ�aa�h���K �Z�	�>z9vr�!
��f1)��-�"@���p�ϋq/��
CK����M^��\����A;�8�<�
3*(�����ѡ��Y/`��-����} �x����c=�}T����'@�E���(�]�����@c����߷����GyQ�R닟n�ŽWE���������
�]�%_�,>���{���}.AtC��B>9��
����_���֗��Y~m0��Tx����8���Td!D�A$w�{�A׆� b��ൿ��[�ڪ� ��9q� ��\
.��I���bZ���({0N�{��Uɦ[��v��׉�jM8�l��Zm04����ʽhm|��K;��Aq�˩xP����H"@#�~9�[�/,�eˤ��\}0<[��y�h���ZFѹ������Ї�D��5q��y�%�s����ٚ�9q�dkr�P�FS
 �Tw���5�5<
-
-��RҚ)M�Tu73��b8rE�$�G��^:�=Q��KqZm����6�7�oZ,:��\�3��)Qĭ�)���b4S�SL7��o�7}0��A|K��A�gL�ӽv�bI�Vy61����`�}�x�%���E�Id�v��Oǀ{sW
-��W��Y�3�D�a���{�'��+z'��-��	��&��Rfa�=�si����d�%���Y�@
+x��9XSW��@�C��ϐp!�	I�G�1A$�, T�Zk��A�թ�g�ӱ�u��:6U�cw�_�>f>�tm�U�e����s��̶ǖ�����<v���{�9�?��u.#��"
+E��w�&�+3aY�Ц�U����-�����t�~oGH���20<1��7�+�����"B��}�p��(�D�0�%�5
����{O��̛G׍O���"�8�G#�ý_|��'J� $����0�B����2:�;�C��a��7�?}*��?���0��u��i
�~	��|�3����D�Ē���%K��c�2�B���OHLJV�h��LZ�.#s�r�����5�M�f��`*D���J�e��ʪjg��][W��Y�m�55���>���������7@�<r��!�I�H�&�/��ruv����p��K�]����'�����0DK�8����f����R��MV�I�
%�
�J��2�T�v�G�QR���dYƈ*�:��x~p;?l��'B��IQ.JB�(hI�X��(�.����`s��bĪ���R��Es~vN;s�ƼCW�3/3}Kߪ�>����ҟ�k�<�(�H�ؚ;�aR�B!��M-bO�'��M=�5�F��dˀr�R[���
 $3�:s����7q9�
+�cMF+�Pk�y=�����]&뚖�Bsx���Q��A��9w�p��)zXHb�
+w[de���Y]��������Y鍑xN�ܻ�s�1A�1VS��U1[�ն���fݩ�/�;_4q�����E1Ɔct&�Q&��W��e��C~� `�J�!ɰfXU&����FWc�k�I��v�>C�Z�z�������ao&��d�H�K��/0���=�<ɺ䘙q\BO�sb����T��j�T-�M�?��{x��?�k8��Z� N���r~�p)����Շ���u���&��(3�ɞr�Zr�[���b��i�c4RQ/��DERsH�
��b�a$rg��+�qq�
+��J(/(_z+����\O�=y�I_���f���7��i����?�|@�h���$ň�����Ľ���:���a�E��Қe�|&Ub'R*�Gf�c�l���h��8X�ޖB��l���q���n��4���aVc�ќ������(F���{���Y+��3wy���z��r��F����eD��f"�5�чj+�Ns��e�☎��t��r���2"%�����;|���/����Ū�;M��6��8�K�~�ĤB�r<�v%�\�d^"��vU۫�ūR���|\��w��5�u݇��x����BpD��"��c9��`@A`|8��b�:�ˆ��������Ԟe5���y亢:�w�8���
{_��׬�3����e����
���;�
+6k�󈈑���g��!���L�5�+�>�E}Q����9�-x��Ae�l�Q�,Bj�8�(i�gp��hnhEN�
+kQW�Qd��9��$��1�n-�d[A�.\UW��b�׷��/��z��U�+�TD5�\��(/ߩ��W��sp1�w��T�*A�V�א�H�Ga������%�|s��j���jE}��=�j0��E(�	�nj��`����I����6�qt΂��$��@�����x��4����=�v�	���#�B��Ey�$�s�E�[+R����2��Pe�9�d_�.�����W��я�i��<m�2F1�>�p\r88�e��5��H���2ʅY��s�p���5�YR��3�HVY�X�1I��c�G�I��UM4u��n�IHJLV��F.[We1I������W�Q���άg��*J3���<��Kk輋�@�*y�pt���x�)�$�9����[iQ��
�6��*s����3���2�,S���B
+��8��s����։@��Y���˭���d��z��	j͍���P�UP��&9�'��p��ߩ�)?y���_�@����5�~t(EZ�S��,�-�N���p�܇��'~h��Ԕg%�̏=n��W%�º�ȧ��n��G�E3
+��T�/�D�����\�\s�zT��W��v�b�/�ܺ}�t	;�� ��g�Oϟ�'gK�����(�\r|�Fc��Ж���tj�x�.�d���#��>��G#�k��2�c�	*'>����*=�h�Vy��Ͽ��I~fg?t����`���!����>l��<�>	@�٩�z���<M
+���\���D��=�����+��Y�ҹ0cg��+�q�e�眾h�}Z�Mj�r	��\���x�U��=��d|`(|\��ᗁ����
+��f__��ׯw�f�c�7�`ch���m�3����C��ɫ�,FH���gL�ņ?�c.��C9�@_�AW8ࠌ`a��V̈�?�@���q��\C�̑��3�G������c��CbT%��<��T�����x�a�"e�:�'Y.p�M�}l�8U#3Zbt��=3��L���;J��#��#G����;w�����P�_	>�p^$��JJ�+���DJ���Y?�te%%e�+0���P�w�bd��>�=���Y���RO�.�nYP19D`��e,ϴ��W:6sFoG�\�ޡ4�l+��9�I�#���H�1����d��,���+��Jr�K��d�x���b�p=��DT�]�$-p�JY�좂}�V�X$���7��7Z=T��%",�n������y�|�j���0�t���l��"ϕ���ؼ����%[�Τ���6u�=�|��9�����Sx�S� x��߻q~Y���	��;�����0y"�D7{����!�٫~��~��;��gwz_�м�C�fu�4(���
 ����;&����SJ���km�����<�/;M~aƲ��M��r�/�}l��..2}C��Lw�a��6�_��3�n���ވ{��1\����i:�;�F�X'�4���(��=
+Vj���
췸F�ק��˽}�܄4�N�s<�����1�N��xߞ�!�%2��.�HH�|e��=���l�J�������j[jK�s���S�e˴�j�DYQI�%��+.ބ��]�+������z����ڛ�ӽ�{AzZnq)����\��ؾ�]-�����^�i�sQ��x�G�O{��u�+�EC�?��ǭD��Ie���Qє'+'�M�?`J7Z��
+0ep~ͧj�MK/��t���\oug_~4Ѿ������[�:�64��$�$Cq�I�^�Wz�$�D�|,�����r\�[	����
+�7���+�w������nO��G��C�I��ɘ�&FꞴ��d������[U�;�|i�őic]����0��O"���R���RA�)L�����7G�?z�*?�Q����

룛l��'�~���$�h����;���kq$4?s6�'�$�x�+
�������89�Jn�Q�_��*r��)�l�
W�o��	����۠��d(�AO�V��*� 
+����k��C�j�@>nc�ܱw���m�y��Aϵr&�@)W?�����	�����Mr�-���?�19#�ӱلS�>���f#߷-�+2�M����*����.e�VQO/����,.ޗ�(eK�o_0���:vTȷ\���<d��r�A�s��^�ɞ���Y���E���}����/�]>��������b�l��6��m۰��Ƕmm7��L���AL*i�.]8\eX�c���m�7�eп�3���ǟئ���vo���i\����pR<�^�Eo�
+����k\h?0�b��?��5�kS��^#�YƝ��R��M�y'���_3
+���=2�>��i���ޟi�w����%��E��ֺ�z�A�F����V�3�Y�҄��
+��L�p�>A%�S_X�`�_�M<qBm��ʱ���ic�ꖖG�5�嶳|�p8¸�g��f�-`���=�%������5x�=hˎ]�)a\��T�q�t`��
+��������a�v���-#gU��8=U��>��V��q�;���0�vYi�ʠJmȷ�Z��y�~?���~�~���8��=m��a(��	%j�0"��n5ֿ�r?=��)f���a����V)�>{�͌�n�f��Yl�b��)�� Ԧ�"��i��dG?�)Au%x�<Y�51�����ڌu5�Yz�Y�UYSg�i3q1QT��u�,�
ӎ��"�tC�E��[R���!Ȑ"Z��@0ʇ���7w�`�	|����±�p��2c�y�	=.�[L(��*�r����'�6���؁�x5��m��*��������s�Fd9E��1��+�;!�g�P�wC�9r-�vhThvhqhG�D��3�7�qb��M<)�#>&>/�&�-Kd��O2%	J�H�
�s�u�m�n�ᰋa��G�������s����FDD�"�#|�"�#�G��#�
�ʗ�x�8�Lnjam+�A˄w���U�0ax`�	0m0�<F�,�=0�¼L�k֚`t���m�= �U���La^�7��h�8�0/�e�U���0J�3Oϸ
 �ǑE��eT���}(��~�BL��M�}n�+����m�J������\W4��x=��)r�{�;���0	'��ᄈ�\Cdnm��g#��4dG율cn�����.Ç��@���}�_��q�B���X8T�H�K�~GC7/r�|%�~)%@=MB�P]S�iQ*bPğe�L�b$e#=�E�4M(��2X���)��q	*ET�*��V#'�A.�RjQ�G
��V"/jD>8�7��G��e;�@�P'��Wc,Y?2h0�8	T8aA���48�~K����A�>a�tC�:�'�uo�E �^a]|�TXAQ8RXAI8^XEK�YXE	�!�����9i����������H�yF��AK�'ܳ�{�)�K����`^�� w���9�|�覱����̞e�!/_�R�P�k�x�
��r*G��(ڄ�� �Gh,�6Ԁݨ����;5�m|`
��3X��g�����ш���P������n4V�nd�j�X�Ƙc�j�m�1��QO�R렵���c���c'Ҁ�h����b*��MW���R��
 �04���������}��z������0��2�k�Z?��恉����\nY�"�猯[?���GE�Y;��xt^����@A�ɋ=4��y=P��}jȁN|��/���Y�f^�{Ut�O@8������]���s�{�Gz���D7DЈ@!��x�� ދ��0��e�o}�J���cZ�A�jM��:��AEBA�Drwp��tmh
"�4^�KZ������X���l���,}�d���J�U����4A���[���l�U�h7�����D���&��5��C����
�܋�V�����Mg���wuͮ��� 4��Ӹ%��RX�L�Y���gk�R"oMP�^�h�!:Wy�S�S��P��ն&Nq3/?�#x�bc��12[�>'ΒlMnP
+�h�����&��GA�R�@Z3�����f�4SG��ȃv���B��K'�'��Tr)N�M�\�5���I�MˁEg3�KqF�w7&j���?�0S�f�f���-��P3Ȁo)�>��L�)zc�׮^,	�*�!�vR���/��8�ux��>����p`��po�J������3k�{Ƒ7�8@�v���uy���`�5=��ޤyZ�� ��^ࢧu.
�z��d��o�@
 endstream
 endobj
 537 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAS+mplus1mn-regular
+/FontName /AAAAAW+mplus1mn-regular
 /FontFile2 536 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -97655,19 +97575,24 @@ endobj
 endobj
 540 0 obj
 << /Length1 2320
-/Length 1272
+/Length 1269
 /Filter [/FlateDecode]
 >>
 stream
-x��U_L[U������?�oK)���k
4@3���A�Y�����Y�A��d���,f��-{.�͘%>,�0|1�gbtф�%��/������f6��ۜ���?�;����+�	򱌞L�%�G"�2��\_@�	@��\L'�@F��df�;
-o#?��+����_5&�g��e�y��f�W�W�Owk�V"�	�3�\aIo��ID�TV��͟�Ia�����P�#�C8�xqo��*�[��?
-y�UC3@�c�v�}�l���t=oRw��r[�\�T�:x����$��X����C}Z+i�W����Px��Ca�Y�fw��:�6�x�lm�:�� �Z)�vv����)k���O�._��;1b}�Z��E�#�D�@D�njꒇ���	W`H�jj�#]��kw76�����Ա�ɋ�]]�O��m���kkב��o,���P��#����ƀ�vj�Ɔ� �����X���ht�v��A+���?J�X�Wj!.���UP�G	\]�h!������9|�(�C�q(�MŁ`��qѡp	N��U�Y�*���":�E��u�"(mr���Ǘ�������;�ى�{<�W�w/ ��`�T�4$�mV����� ��"8e^K���*�~��V�K�Bq����������	`��F>�P�N�Md�ܯ5�lf��ʲpg�84����
��/�|x�����a�y�R��c�i���W	��Y�+�-���>��ht7���Æ� '��(~ b�R�R�2]���ȯ,�
 �������#P����@�D��S�������%���MR�l����Me��+��o-��x�1L�RS�KK�&�k`�p��&��F�8��+r3�"���F�-�"_�/��V BE
n:l�o���1�PC/�>X��
-�I�����3+�)H@#Watx�^E��9ԫ��I/ÌT�B�U�őƑ��sh9�޳���2�� ��
	8�t���^��U�c��dw�9�?|��Q0:f�Bca�g/�(�&���K��x!��������Ȳ��~T�/��$�<�flMQu�y�����q3�"�1�����t�.q��Þ�,R��x��z.r/O���Kr�y�^7����O����e7V�M�g�
o�<�/�^^�ÎE�?V�W�������g�w�Ρu#��0_�O<���B
;�4��H��|��E�����_NmWiy���"9������c�
+x��U_L[U�ι������?�oK)ꠅK� @3���A�2]��J۬�h��d���,��ۖ=�f�ވ/_���ę]4�a����b��;����M|�6�|������}�|�@�
+�`��lZ�	&Z����#�Z��S�/ ���TvV'�@F��Dz�;
+� ?��+����_5&䧑����9��f�W�W�O�������\����?��$"*��c����!@XAws��n����0,^��~�
+��V��BkU�����=��c�&���]˙�ݜ��V(E0�^���>.��?�y��p��JB�Uh�����7$�p�eV��]��M!^[���@2H�VJ�������t����k'�W�^ɞ��d-ʏ�"ґb��@65u�C���+0$w55Ł���������s�&s�Л::yi��k���ظ��vcu����ͅ����n?r�=����:C�N-���b�p�V�Y�9{g!]�S���j�
+�h���;��Z���O�m����WW5ZX����u�*��P�JiSq �f3A\t(\�-n�n�&K����Nn}m
���J��8�kk����~�-<��N�hv���V��Hp�:��,�;
	q����;�2H4�N��'�ʶ�m���R�P��m��~�.x���m�F>�P�N�Md�ܯ5�lf��ʲpw�84����
��/�|x�����a�9�R��c�i���W	��Y�+�-���>��ht7���Æ� '��(~(b�r�R�2]����-����FRe�����z��b �P"XS�xbqj�Bjƒ��g�
+�x�vI�g��8g�
+;<��FD�I�y�Ԥ��������X?�5�	|������I��k��|n`��W���䡁����76�7�M��[���
|��Z�$�az�Cߙe�C���Uޅ�We`�*h�_��0#��Ÿ�oU�s1�1�l�Z���j���uYH#}G.�m+��c����=�]{����gy��Y��X����#ʾ���f3�ѥX!��������Ȳ��~T�/���<�fl�,���H����q3I��Ci��ze:J���a�K)�fy��z湗��։%��V/�����S�|��n�
+U����&�3����U>�Y�h^�'�j�
+����u}�,���y��aY^�k��Ӱ�^��a'��]#)����ԡ��`3�6��S�UZ�)�f�Hdk�o��c�
 endstream
 endobj
 541 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAT+FontAwesome
+/FontName /AAAAAX+FontAwesome
 /FontFile2 540 0 R
 /FontBBox [-10 -155 1290 867]
 /Flags 4
@@ -97699,22 +97624,20 @@ stream
 x��VklY>w���N�8���'N���'v��MR��6&�2���뼶�-��6��(�Ub��
 �����
 �ģ?��,�
-�.ڊ?4vZ^q83��ͮC3���s��|���1����+��d����B���~������\��_t�=�I%u2<`�	�4.,��Ԓo�~u��B:i|��	`�F�u9y.K��Q�@��O��ݣw��z����j���k��~
��+���{���Pq@Ӈ�N룾��8���Y�onꯠ���/���c�j���Sg��M�u㼌��\�2&zx�C�V�7+*����h���u��4^0�
�a�!3g�<8}Lgla,�DKæ6�7��	�2�ܺ�><�~�$���(��`.l�%�>wr����,L��'r5��5de�>�w�o�>
-����Q��A���x�k+v���>>�@�L6v z��b�~�p���3���>62:T������p;9h�ȁ5Dzι�o��2@7�x�g�P܃�ǦN%��S�eǣ����ś���0'�����fG4���"�|y��m|�P���_�%+gE0<	i̜�Z_363s��ORq��A�.Hj�Ο�#��b,>d�������
-I��,9
��ʕ����v~b��

��s6�+�����.�^�	�ݎ������;(ٿ;MO��n8�2ܵ�T����Tt��nzC�"��z�l�_��{ ,v�]�,�H�j4��l5�{0qr��CN�U�<�˖[G`��P�`d���i�+��:�H,�d�_.Pv�d���Jp�Y�^�՗�I�"���̕�\2��X�N��\|~u�9���p��{Rfȶ����J�����.�M�TFm
���_���۳��\=}����4p#����]�F��}Q7�+��¶�}�ō]��cu{��}��f����D,.W[��e73�iw��G�N+���y{
����֦��*��ն�����=䀃�#xKa�]�^n�G��`X�����]��h{����s>z�(��w��{����3��Õ��6��d;%�C�h�;'����{{d������(=a��A,d����3��?k�㎾��u�O���Jm�xf�U��G�b��(}M�h�ǎ��O�`gS`���%I�A�
 0�
-�JW�0�1�fkih������)�T�4�[y�ц�'_}�7j&���,�~תd���h��舞��T�V���UTTeH����UVe�*��6Ҵ]�S9�D[�r��� +s����3���o�9��@-|J�k�.�v
L�wU�jI�jׂ��U�:�!�j�A�W�z�6����%��O�U�	����J�������A��񻪿��c���f�e���<n�d�s�����4�褸���S�411>zt`
-��dar��y8)<m����pop
-q���$�0��(�J0�1�+�W�ae"=�v&�C�4]C����gV��Ln>M����e4W�EC0�
ze��*+E�9��V����6 %�ܓYT� 7/����ؙ�E8�έ.fVh���w�I���*��Q\
-���ϴ{9{fm#{���|6��+f����[ͬ�R�9�t�RV�8��G�T�@Ӯa/�g��U̱��5̜��s�4�`	��R>���cͣrwR�S+]��w��n�?Q��wp��;_XI=�[M���YT����-��9�\�1ɘ��E�z\�X�$�I�	\�%�{V%�@�{Ƥ�� ��%�7��+*�"��D�����7�j�Wb<c�QNd��Ƴ�H�X��D����KY����{��E;�	����v��tnA���	Q�x:O��W�{�;�%�N/���%�0��V��6=�f�{�
-� '�1����5�QI�6*AB(�I*��,+��6Q�䄕%t&��ňU��RN���%B�O.Q��>U
-!��ș15-СB<�h�S�qrp)��X�l�biY�5�J�޻�,k�wH.A4�*6Vq��p����ؤ���(������H�K�JKd�L�6�#n�\�<��@Ypɥg��D^�ǃE>/�6z�+$�z�q���6�H�����2a{+o�yZ��w
-�s�v��G�c�
��T�
B	
-����iǣ\V��V�_^�;Ԋ׺�yXf����{E
+�.ڊ?4vZ^q83��ͮC3���s��|���1����+��d����B���~������\��_t�=�I%u2<`�	�4.,��Ԓo�~u��B:i|��	`�F�u9y.K��Q�@��O��ݣw��z����j���k��~
��+���{��%��8���p��Q�C���gs��7��WP��e��n�15�`ҩ�yJ��&�q^�@@�O=<�!�F����O��?}4�����{/���搙3s�>���	�0�Z��aS՛�[�y�Xn][^�VE�olom06�_�;�yu{N������b�����|�;��qNm
V�AϨ�v� �zX������O�	�~z�f&;�Hb�O�p8���imo*�BEQ|g��4�x��
+"=���7��]a���]<dzV(���cS��Ç)˲��W�E�����W���l�Pk�#lh�|o��D�6�J��]�/�"��4fNc�/����9V�'�8v���n$5}����l�
+12��v��a�Ba�$�N��nk��o�KL;?1���z�9�펕�u�ojp/ل��n�Q�������ߝ�'xj7�D��n*���w*�Un7��AVK	=S��/��=;��gyO�w5�{���=�8���!'�*�eK��#0�L�s0����������G�\$w��/�?(;z���b%�٬U����rˤ�o��qb�Jy.�CL,v��Gb.>����u�^8
+��=)3d��`MX��`U�Jj�&t*��[X�/V����q��>��d�rv����#]쾨w���nia[x߾���.�񱺽��>Gs����h"����粛�ύ����#�V���Cۼ���F[[kScu���j����w��r�A�����.N/7У�y��LC0�^_zk��}��UKj��=�]���{�=}�̓�A�����Wx	��l��g��H4�S�@�=2s}E��u��0|� 2G~��K̟5�qG��������o�6T�
3�*e
��ףJ�T�����4�cGB�'W���)0�G���$� @cS��`
����4��}���ݔB*�[�٭<�hCxE֓���5��l}�e�kU2`BC4DKtDO�H*k+���p�*��2��NU���K���	i�.ө�X��@9�Z�N��9�N�?������jg�>��5��U��໪]��J�k�A��v�^�렉�v=b�U�U��Uէ
+�ɋ��zrW�?T���V}LPM������]���P��1CT3�2F�_7d��������A�tR������I��=:0��r��9X�yX�<��6�{فgo
8�78�8��	db�	�@mo��˜���+˰2��_;�̡S��!�I��3+�x&7��A_���2�+��!��2JL���"�FH+p|�Bt��
+e��,�G����Ge����"�L�V3+4����$N�`��(��G�Gt/gϬ�bd�y!��F�~��ÒW}���\*='��[�*��(�j?�b�5����,���9Vq���S�n�,A�TʇYr��yT�N�vj����.��͊O���ܥ;��VR��V��fU��~�l}N"�aL2&��|Q�׻V2�c�e�fI�D����#��1�=!H�gE	�Í8-��H%�=�F�D<�M����؄p�Y���,6R)���1�+i=�R�c?)���sю~¦�/��c%�[��gEeB1��S3;���Nr	��K��v	0��s�U1ŶMFO��F�^��C/�I~�a��q�pTҶ�J�
+�B�ʃn;ˊ���M�49ae	��nb1b�����S�~ɀ�P:�œKT��O�B�~5rfLMt�OrZ�t�\��'�'�XZVpM����n#����Ҁ�Fʹ��U��<��&�06ig%"
+,h�+p�0R���Yx%��
���, �?P@A\r��'+����`��˴���
+�&��m��x�
1��'c�L���[v������B�\�����؄p�z ��P�B�)io��(��#�y��W���nd��Y�/�~{E
 endstream
 endobj
 545 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAU+mplus1mn-regular
+/FontName /AAAAAY+mplus1mn-regular
 /FontFile2 544 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -97741,38 +97664,37 @@ endobj
 endobj
 548 0 obj
 << /Length1 8480
-/Length 5621
+/Length 5622
 /Filter [/FlateDecode]
 >>
 stream
-x��Y\TU�?��;a�@����0�0��� " ��&BD^��P	�E$3%2,�̬u��5�R��^fVj�.k濒��|��&̙��;�}����̽�w��=����{F���H��
-+�U���
-�n�������&x�!8!�
-[�ySז5���ԖV֮�c�x�(-��ek��Ʈ�q`�yU�@Wa�c��L]��7�a�)��l5��IB�`��j�����8��"$����Z�	L����#�/Bnp*F�����,��H,�"��]�(����<�)�^��g�X_�8�'�1�_�	��L�6)<B792Jm�1�����g���n��=l�h?b�,ֳZ�c����R�uvg�h?�ǽ�Qw��6I�D���@O
-�p���(�Ӹ
��H��+��~����������#Tvl#��b���F抌�r����I�����v�m'*b�[�le��Ax&?����1�5k�1D��c�Q�^Jq��t����9�I�I�8q�tc��yϜ����^&�iې¨���/
������x*v�1�	���7�R�7���Sp�萲n`3�o�����7��A�R�a4!,�RN��QcT���X`����Rr[��*��e��l��Pi�#1?�%:ܯ
Vd�L�i̍�ۛLր��|L׹p��HN��%ZE�gt�6���T����g�ƙ������m�{�����i�R��W��Փo�~�t��{�����,wG�0������c�b<F�hf�C�V��m���IĞ!ƴx���]��U����&wp�F��>�/�I�H3�bK���G�7�J'���'�.�}H�Q������������ðQ։$`�1���
-�j��t���Q���>��9ood��J��@n��Ho����L}JN���Q���`#���~o���r�eQ$�b���j`����ʴ0�Dq��>%����K��Ժ�;yW\�a�Ȃ�x<㵌��,Մ��g�ۤ��)�%j�������PD�`�][�cA�{��'�H�K��ߑ�d��Q�?��xo��#�!��4Q3 [!g���X-M���H4�o��T�����2U�"��l_9'MX&=E���U%�we�NS�L��8��Q&�9c�t���"'�A��ȃ�%Ұ#��4Q�
� 9t���{�d{X���.`��[�*4ɜȒ�
-L�Lg��C�`��0���<�	27��SZ*)���ӹ)Jz�ԑ�J����rW0�pPA6���A
����%/E�:o7��(٬�<1M��7�!O���V̥����g�\;������������~��!�u��:r���kG��yT�Gx�딋L��Ů��2������f��{����0�%���\���ۖ��ޢ��/���Ω�x;����Z|�8c�������V�?Nj����;���\��~=�w rD���{��E�^�	�	> =�OD��H�������8�L!���|��x9p�+[���Gt�|I��}�c�g��1�x��8y��|N�}�E�O�Ҏ0��<�hQJ+�F
-fPRp���&9F�=��y�<��%=yW�'߻H�M�hd�N܎�А�� /�F��.�5�Ya��!,
-g���9.���V�/����{H����8�L��������c#�Jr�䡸��dOI+�5-��O翳�Gx�!w�e����D�v�
-����@��hic%�}�c������]��_1���	�����[ն��e�~���`?}�!����'6?�x駏�~n���U7�x��0����/��i��o�mP�jx���N�x`--�
f�t�NaoQ�J���㧦������r�u�zy�I�we�bҹ0��u\�\u������1jOԞ�B#S�g{n�Cv}��/Ó����׼��n��Vl_�ڳ���)��<�C���,dN�>N�`=*�5x��
�G^J�7Ӕ��+B�u2|G2{v����kR�n�L��!Z�u���
��&S�C�3���:�����K�yy�a}������Qv�<^�߿�}b�����H�)I�;پ��\��w�EQI���
-]�n��{6�r�93���@�̥ �ֿ��i4�۾��>����7\9�Du�q��Y��L�{|�2g�%Y��H��я��+�7B�%�Bi�Nno�S,��n�˧q�r�����1W���ȵ��6>&sq=�-!�DkH6��Y.:.�`Z�"��s��j
�G�h��c���<��r���,9��ϊ�	�xb�z]�kW���b9p�u싿O��W��J
�ޝ��Y���7�\#�
�u��+FX
-`�����e!�pr�_#��M��vOn)�2�n9���d!^���~n��Q�r����Hta7zw?�@����?9�or�le�x[���`+�(�G��^z�p��m/��Jk��}������n�HU���V�u����ԇ]`K�a>���Y����L�to��q������<���>�����q,��9�8���^+�0"�Fb��؆Y������V��z_#�o]Z	�f�jۮ[̸8��l����B���'Ejj5;��+�3��YA��3�~�1|�N\�BVX~��Q��Һ�tn���g@��>�<�ݧ؟�ª�-sv��kZ�z� Qrǹ=(P�a�٠��Ji�IJ́}��c���?v
-fz)!�/t�h�ռ��>vB|8!�ɟ*�O'�&��\����X��r���mU��c�X��{�ߦ��4�̼n��MMֻz�r���>7~��q�^�3V��]|���c]D����׺�Q����ȩ��.@O%���4�gv�>dP�LM	z��K�n|^�?��#�U�$E���p6+/$�ѐ[��Vk��;�ճ���g�7�9rȆǺ�y�69.3bد�h
��FBs����kfM��M�c�����AO�KϋX i�T%,X��J�1٭)�Y�?�U/ZO(&�^��H9��[8|�2�-`��n»�F��}�ݸA)�������M��n�����
�8�S��Z(���z	]�"#a�oY,�G+���;��w[e�u�5���L�7���&˺M��9+H������Syπ�@�7�3��Sr�rE�S���G?):��"�
-�������X�H�\4֯�h����F�cD��oP2�>�Q�|�n�r4��N��/�����Y�U�
[Zv>\3:"��Bk�՚M��Ǝq�he� �v��'���B�!�����������ֽX�0L�߂�����uԳQȋ�q�}�4t_��Co}I���o�-x���/���>I��9�a%>�o�������_cހz�<��5�f�ps��#v���@�UN��LN
Z��B�:�
-�Y��"�h�%�z���+-)7�&o0�:�&�B�DM�~K��T|�k���.�!��������3ng1*<�U|��/�7�N񇢨�\
-�sk�T�
&ifm���K͖oC�	�8՝�Ի�3��-idڏ�p�A>�PT��l�k�
��cR�?ci�~���r�ü2v�w������!lg�m�F���46�)����`�@�̓�f�s���`��e�~~���Sl��-ﰜۻ�VU��p^R����C�剳���Z���.x�ժ�&�m��wD�T� gG��c�R�%z�֙�L���ǿS6nS|�<�p{���c+3;���[�����u��+⪜��0��K���Bzˍ
-�=��|"-԰u�q]hQ�?��}����fͼ��2�k�sA#\���C�X׍�ݺ)�4|Z�5ːt`
@�,
-5;ekW9W.����X�cr�Zg�D��g�R��KG���O�]8u�p�]Wi���sK^�2%+-��!2�'%�k�"��?B>��V���ue,�-������q8Z,ţ�s��lyI��|濄�Y�V����B�{�a���T���V���o%g�E��o��C�r�|�?�KĂ�m��P�š>�S2Ӱ�5D��IJmX���i�Rδꧩd��.r¤����)��Mq9�2y>�h��xX{�	k�;����7A��G�^�mR��W#j�S>=�
ۑ�&�^��1�_�7����S�q�e�M�4��G5�fm�3��=�L�*��u�m��ئ�E�8�{1��`�4rQ�Ҵp��y�̙Ι2������:�fےT �ڬa�Ŷ2*�x�~2�yl��<v�l����%s��|�썢Q����I�K|�p^�w�S�ld����V�]�un��ur�勶��.f�)�G��$rI��1�!�
�i�t��k�q.9.k\�|�vMs]����Q��b��\��$��E&�c�ǘ�� d`�;�z4�
 C�M���&���q�\t���
8z�َ�:�Α�$͎3b���:*�n�q����ܹ��6�tTT����h����K(�kBF��p��@��Xw�8r��Ɔ��,����H�P�s����au�s�v?�37P\���#��
A����M��A��.�NC�f�=�k���}��ETD{ͰO,��#��P	oA?,�9�~� Q�H!�<�_�b|�A�(É8�;�g&Z�y�t���|W�p� mc����ͧ4��U�"�q~Ũ���!by=D�%�U2���GaW�B����I�;��"Q��::�����$4%�9(��44��yh>Z��E��L��@&� �FA�X�r�t$��!_蜞��;�<9�`j�4�"�$F�
-tt~]����{�}z:�<q�@�P��"���]���e]�|�z�\��$��@�"/F,Хh"��.H���.h�@wE:�Y���<f�@�Ƴ�}��NzK6�-�n@T��F�}4�e�tw4�K��(�[1�VU_]VRZ�����c��TXԩ��uBE�:�^�QgXj,�+,Eh��*T��Q*A���%�\
���l�Q*��Bg	@��c�Ь~d��x���"1�VkSgZ�ˊ6��we�w����ZsEY!p�Ef�V�
-�٬���*з�\Rf-Q���P��.V�[=h�ԫ8�+����������[ƿ;�d��)�YՑ���u�oz[
\���g�h8�C�	�c
-�bx)�N)�ز�Y][m.�T����m���4L�2ޭf�Ղ 3��›Z�����w��Ƒ<���ܽӓ,5e%Vu��\y��I|�)����U�d�5�묥e�Z����R�.�W�-�6	&��6��R^�Z'|�AijT���Q��~ʔ��V��t��"KD	��B[��J��t<pka~�n�D��>���p�
-~V!6:��ʕ+#*�x�5�uEe�{8���e��wy������
--��X���R��-���̅p�LR1*b2�]@&��W$����&�C)��g�����s&�^(GQ(���ka�.�U8��ѥ�Κ=?sv8������I����S�3����%�7��|ȼِ��t��a�����`�Ǵ1��|�;}n����~� ��������yg��
+x��Y\Tպ_k�=a�@�a�aAQAD@|M��0����̔ȰL2�t<F�1�R��^fVj�s8f�J2*�y<^O	��~k�Ѽ�߽3���׷��������a��;��D����R�\I�@�A�K+JjC���򭬴Y6uoY�ИIpO]YUݪ�&q(�w����2�E�VlDh�ZWYVU�Lt��0V/��G���F�?�qA���N�+�F��7�,U�=����ē�]�Ǜ�>��?��X�aD�E�N��w?1����%R�v�ew4�c��B2o9B
+��/�3�_5w�Tk���!��	a�'ED�'GEb�������L�?��`����G,���VK���ZJ�����'���"�3��&��h�C�-C!���^%y�c��wt翀���3]y]�0�r����m�"�^�ѹ���\�)Xs�}p�&R�qѮ��DE,k�����8���#�8"�fM��]�1&����IO'�J���{���M�'N7%-���)�o�c2�F�
)LI����ྮ.z�輎�bwS� �p{�9mzs��i��)���IN)�6	�&��Mk�E���c>�S&:��"��>ʩX�1�cM�X��k���30[F~�n��bY�%�k�6L��Hl��w�hC�fsZ:sc��f�-hu�u.B��S$a�V��
by=�ഠa���i&~�2�o���­�r0aڬ4f����A�
䛇k�'=���^�+9.-����1L���`*c��ؠ���1F��P�X�j𳍺���D�3�'0�w|����v�M6���$2����)|�Lrd��Wʽ70zf��\6q\?>�U�
 �������u�"�
�l_�t�!<f�	�&
X'��a\�`j�F+T�݁����rF��%����伣�I؎�H#�y�#}=�N�2�)9ANϗF��w��¦�|q��|�*��EQ�[��Ԫ�Q�;S+��H�E�����7��{\��'�ş;�+��
+WDn���eL��if��8K�"-�O�.Q;�%G��XEe��z���2��H�D68�<?D_$7�����$��2�1��{��9�� ����:9cL(��ji�h5�F���x�_����엩�y������9i�2��)�]��*���;�t��f�W��L�6�����������@�,A����.%� 
+�����o��/����
�v��TEf���rU��+��ʕv�L�������'c�=!A榺bNO#�x:7uPIO\:�P��>[��)����>���~�9��^��&%�=�'�	�3��"�tiOn�^�lq�8C�ʵ�����@�_�|�1�lj^_��#ׁoİ?�v��G�./r]r�)�?;��c�TArU��3�|z��ę\������x�R�[Ը��\�׹�o}B`02vX��g,��b@�22�����!m
+��y��z|���4`��F�Ɓg���xQ�Wtz�H���& R@�@Ń�/��*&S�s�"_��BN���V'"��� _B��ѱ�0��#N:r�q����	>'�>�"اBAi�2��<�h�PJ+�FfPRp���&9F�=��y�<��%��W�'߽H�M�id�.܁�Ѱ�_@^0���]Hk���j�Bu,
+W���n���6�?�N���{I����x�L��������s#�F��Ḓ�dO.I/�3/��O���Gx�!O�e�
+���D�u��EbcL0�@������~�1T]PZKϮM/[���{�����5���e��c��q��C���#O<lyt��Oy��j��6n\�`sQ����]�s�W�D۠N��~G!w9A䅵PD��7�M��z��U�/]��Ϗ��Pa�Z�*����4'�[ޝ�KH�ˆV�{�yYLs=��ӇD�R�h�-<Q{
+�LU��u,��� t^�'�,!���>+�,*����"�ws�Q�y���ܝUĜ}\��zT�j�p1J6�|�~
+_�9#W�j�2|[��=;�a~�U�a7B�O�-�9��̆��4�9塁����l��j�=�����`@����(;R/·�߾~�&I��6J�o�uIs';v���8�v�(:�7B���<͙x��Y�8w�s~�����6q7MF�q;���§�X����+���.�!�����w��KC欼4[�%V>������n^
+�.�v��V9E�«~&�|�&, W�*}
s�I�̌<Gi�c2'	70��ʹ��������
+�e(�i?�3���İ�Q�:���ˣ;/7m�K1�����q���ܐ�'v��W�z���|06�G_�����Gu���8��݉L_:�u�
+�|��5�\��h]1��Pp+��4�h-�A��A��7/	{�;��������Ï��t�L������We����=��Lb�zp�;����4���k�x�w`+���*�][���@�!�5�������s��}{QVvzGo�������(��G���gV����gW�>�[�����!,_���]_֚e�g�L����F����+0켏cy]���Ʊԯ�ZɅ� ����J`a��үZ���{��S�yi%8r�٫�n1�����ӽ��
+=�z|�8��������`�W}^����������	
+CxQMęCG}SqBk�YcT��Aտ���=w�bL�����mGV�i��݃D����pdD�4��f�r�+]��&)1�Ao��5�L��)��T�<1_�1l�euiC܄�B���?U��N�C/L|���E�;����r}G����Ǽ:+��w��M������=����bp�	��H/e{n��%3r�g���r���x��Ǻ�FV���m��w�>h��Sݽ�8��<J(�ّi���>}.ĨJ���h�V�~|~�?ն#�]�$E���6+/$�јW��Vg��?��ճ��g7��rȆǺ{x�6;/3�b?د�h
����p�ǟ�ΚR;�<"��
��SsB�X���@�$�N\�<%�|mv�:Rڲ�~��4>��PL0��������l�<X�	^��7����	�H�T �R̩w⇤���y�#�27���+�s�7���O���k�lBST�$t=0ҋ��ٿe�U���[o/h���aj;�}Dž�(V�:=�l>��,�1/X�� C�s<O�=�+y�|ϼ��N�q��O�K#^���0d�S��*͖>V�X `A"��
 �X�jc�#B?����?A���1�!P�x���hR�:u�S�t��?��fUv�N���|�ftd$��9�����	����ʂ!�8�@���9�B��'P��Q��3{�Z�b�Z�
~�Ϸ��P�F!��u�Z��d|�f���G���^���㟼t����$�F�?�����
��& �[�~�y�I
+���@��#�:��e{��69i�295hY���M����f}��t��C�T�ʕ��/���,R�}��k8���
+Q�4M,eti�ȏ����]�C_���m7v*��(bUxD����Wo����ѓ�T���� �Ҭ��k�Z����	�8���Ի�KK��t2�K8� K(��A6�5�|�1
)����0��'h��>�;*�Y����d���ֶo���s�����zx��@���e���oy0oYɲ[?��܁�)����wZ����2�*]]4/�@o�bˡ������Ӭ1)O>�Juf3��v��ۢ����B�1E+�D�JO�L����*��)>Y�o�e�/��Veue^�������W�W��I=`l7�ί���{��D*F�a�pӺ����,��=09>-d͚yK�e�Wm�BF�t�s�����mSfYĴ[�1���:.]fq��:�r�\6�'+���4��B��҉��Q�&���o=��p��� ����x��N�~ejvz��Cd�J�3����@��������)ke,�-���¦�q8F,ţ��|�yi��|���E�֤f��B�{�a���Ԝ��V�4l%gž�
 ��-��r�|8�KĂ��m��P��a~�S�ұ�Mg�Syc�6,�b���E�gڃ
�T2re9a6���x�R������\r�<�g2�I�=ހ��m��x� H�g�m��6)��5�)��ֆ�H�c���
�/���z���98���E�g�����ٙ=�l!_����z�6�rlSޢc]ό���߈I0S�(Bi^8xBƼE�̋�̙�	oGJ��
+=y#�mM.�bm����f���h?��yl��<v��l����%s��z��bP&����I�K|�q<^�w�/S�ld����V���un��uq�����!fĩ�G��$rI��1�!�
�i�t��+�qn�nk��}�vOw_�����Q��b��\��d��Ef�s��ǘF� dd�;��4�C�C���.���q�Bt���
:{�9�^�:�Α%-�3b���:��n�q����<��6�tTT���yh���܋(�kF&��p��@9�Xw�:r��\Ǝ��l����H�Q.�s����au�s�\v?207P;\���#��A��q�
��I��n�NC��=�{��c��ETL{͈O��#��P%	oA�>,�9�~� Q��!�:�_�|�A�(É87�;�g&Z�yat���|w�t� mgr���-ͧt��U�"�y~%���!�x=D�%=U2���G�aW�tP���$؝LFQ(`�Lh
+̋G�P2��R����P:��2�<4-@�"�Z�F 3z堇�w,Fyh	:p�/�.Op�O>�\t��tm��W::�&�Y��]�΂>}�C�8L�s(�tT�<�.B��2�.F~x�p.��w�HP2�@�K�#�R4�Q	t7�dft74�yH��#=�"��Q>�W��B�YO�>
+Mc'
�%ϖ	t�?*�G�H��>���'��etO�ͭ�e�n�)/-�SGO��Vϱ�K+��4[Q�:��R�I/ժ3��֚��H4�Q5j@5���2TЉB�����[
+��(
JH���D�T�1sxV-?���
+�V�1��o�����5�%
;�e����;�QIZ������!p+GE��6{]C5�[e)-���#�wX����ϭ4w�UJ��
��Y����w��-�ߝb��Ԗ�m���1��2�7��.Q���H�\�գ�D��
�bx).)���Z�E]Wc)�VYj���%#�4B�rޭ�Ձ ��ʛZ�����w��Ƒ<���ܽӓ���6u��Ru���|�)l��V�U�l����me�:����Z�.lP�-�6&��6��2^�:|�AijT���Q��~ʔ��U���E�bkd)���"{��Z���<p�`~<�=n�D�;>���Up�~6!6z��ʕ+#��xֵu����{8�俑��n���Z=H(e�Ym��z[��F]WfU'V[�� \��bt�d���L�e�S�X�c1M�2�;� ���Fwϙ�{�M�<�F�A���T_�ҢV��6k����T���k!58׀O��\�^��,�'�!�fC����
+�������R�i�͌��%��>CG�-��.J�H������
 endstream
 endobj
 549 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAV+NotoSerif-Italic
+/FontName /AAAAAZ+NotoSerif-Italic
 /FontFile2 548 0 R
 /FontBBox [-254 -250 1238 1047]
 /Flags 70
@@ -97799,21 +97721,18 @@ endobj
 endobj
 552 0 obj
 << /Length1 2296
-/Length 1304
+/Length 1305
 /Filter [/FlateDecode]
 >>
 stream
-x��U]lU>w�J�v[����� vf�
-Mmh\[���@�m�3�Q�e�?v���-i�&#�	#Mx3111��&�����1$�F|��1]ϝ�݀�`|t�s���{���9���f����sҎ��$89�Xx�������l)���@��x���ߗ��xb�Ԕ�[�6YFC���[�H�#CLGF���{�W�[�J��s���rE����W�p)���}q	��j�U6-�G��fG
-�dq���ˈOa��?^���},����K���M/��#]�@:]�-4a�=]�d�/��?����cp��;λ���]���g�v�A���?j�F�k���%n7	�M���-}��\}'� N$�Wj�H��$�O��6���}	 ��)�$��]�*vw�� ���?����^�w�1?���6�QN�3�^��>DDL�
-�'�*��pj�/�[�v�%�� �	�
�d��ݰ����}�� ����yY�M ��§	�ɻ����,��'�8v�c�>��#�§Z$���v�@�Z,OONUw�w�D,���dS#�Fi&;2<80P��0	SP���)�6q؍�㚂8c0�v;�a��1��hٜ��͕�s�RLjb�y�����!�0�*�US��I�����B�����K0���	L��I��Q�ct�y�A�U[k�_�=n�+ӥ9�����8��L;��^��y�?/����|E�[��;U�Z��h�.`��H�4_Λ�td�rF^E�^�⧈�,JW�΂踂��Q9����"0���C�7����ƣȹE����エq�=�o����4���.���tw!���]%��9i���+��a���a]f#�ڳh�2�2oxB7X{��ʠ-�vet6|�`�<ہ�z��pK����H�ƈJo�
a�Ij:�*��1�:�AY2�i����*����C�#�~��ЯFH��'���q�90��Q�'k̫�t���N�NL
 �`���͡�
ʯ[�3Q��S���i(s==�P��>� �ۦ����	ɲ���#.��^] �1c�J�v�٠�(��@(ݯ�r3T�ǎ�Sp�f���Ԧ��TN���8r
-O��q�%M0��Q��!�!z��1`�VsH�&;nU���
-�ӣ!�C���!�V�=d+9P����ĺ[y����oJn��Ý��6��_�c>��>F3���5<iW?�$I������eg�·t�fu�(V��p#J?N>�կ�m��_!���h�=i>���Ie��\p����m���nJ��,-�S��
+x��U]lU>w�J��`e%�өؙ�+l .[ئ�@�mifH�,�l�v'�[҂$��	�$������[�y�MMԘ&�F|��1H[ϝ�݀�`|t�s���{���9���f���.��ҁ��$8>=_|��Mo��;r��r!�h�Dq�N�js�/a�6���	3��-rqqw)?g��D<��
G�S��!�!���$��爷��K��ko����K�t'��+gP���*���c}�,�H�/�~}�Y�1'kԻ =�R��y�x�����!�9�s��e���A��ճQ�+����C�.:O=���s\�ݳr�z.�.,���G-��Hp65���#!w��x�@��O_���6ĉ��JMI�\���	֯N�/?��<�P�RH"y�5�Z����<$����Pr�՗��z���?p��Dj���L����~n���	l���%��%�Kx�.����]����f�E�n�Lvރ��{�N�^x��(�&��9��)���!?>��/������O�Ȋ�i��#|��
 ��W��+���m��4��8����a��

��>(��P�I�	��6(`�g�8�D��qM��F;��� ����h����W�s�RLjb�Y��<Tr�!�0�.����ʸI�����B�ح%4^9ʗa��{�N�,�Bo������
Wm��Y��Y�N�gh<۵F񨂗dҩ��
+v�������K��lU�[��;Q�Y��h�.b��H�<[)�E�td�rF^C�^�⧄�4JW�΢踊U�gQ�����"0���C�7����ƣȹE����y�/��a�
��wWG��Յ�۞��������d�<#� ��Y}��׌Ŵ7��,`dXG����
���0P�g؎��O�g;�X�g8��~�H{�ScD��؆��$5��*��1�:�IY2�i����*����C�#�~�r�W#����Y������cG5�U��T���B0�O]�v�d���6�LTc�Tz����4���P(sod��m��Sn�	ɲ���#.��^] �1c�J�v�٠�(��@(�W��)����)�_3WFij�~;�Wlj+��“�$zb�`I��iq��-u�r�.�8�j���dǭUU�W��Ɍ��

(�B�[��z�4࿆ ����F�o
�|S�S���؄�*��	��1����n�I��$I2�"�����ʝ��|���q�^I�p#J
+'�����6�R�%�1Z`O�O�imT�8\4�?�����-�7��y���u��
 endstream
 endobj
 553 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAW+mplus-1p-regular
+/FontName /AAAABA+mplus-1p-regular
 /FontFile2 552 0 R
 /FontBBox [-109 -288 1403 1075]
 /Flags 4
@@ -97840,27 +97759,19 @@ endobj
 endobj
 556 0 obj
 << /Length1 3240
-/Length 2162
+/Length 2163
 /Filter [/FlateDecode]
 >>
 stream
-x��WoL[�?�������^����ـmLHHb��?&�5�<S��q�bp��ɴ�I�����Y�|h5[4u_2�nR�N(��M����L�:���	ij�E銦av��ɪ}[_t��s����9��gJ���G�D$��ն��b��96Q���_��K�����hD7X8P�&PO��
-
yK(ס��cݳ��q~��M�Q>�2nr��9��e�$�Ri�;z@���g#����Ͽ�r=�pG
-:�(�=�{��|�VP����D�/�~�2Ơ��b��}���.��&x~ʞ(���GA����y�_��U����1j��R(�k�L�6�Z(p]Fa��5�4B��]�{�?i���0�w֬++�@~<�	�.�O!���$���\Ȯ�u+�Пg�ڞ}�9��6��gP�F}���iu[�����v:z\ΊӍ����H��N[��nj��,������c	m�.�i�U���$��a+�9+Lzı�=���m�T
-��r����H�o4|x�T��'80�\�ao�.5�Lg�c�oE���Xs��ν&P��C�s��L���$�"`A�ģ��=d���Yc������xja��o-J=3���U<��ru�@����kͥW�]�J����d���8������`�vqo_�b���x�̉��8�0�3�
-��.#7l��*L�ZK
Q�����A֥Q����=�����;ۺ��������x�h&�O��e��x�g
-�Z�*��x�F^����2��]?8����V��wS�\}8]Tz�[*��q��Yl��F���Xq��<�hó��kBT�r�V��Wek�t9�ڷ:��ogNr�UW{z�O��͂)k'׶��Y[.v�w�4��(f�O�
9��w7����Of� 	_�9�zpW�O�=
Ί��Zk���q[k����С-���<�I
'�;q�Tg_����sc^R|�(�=.r����E�"dw��9nc�'h�x�o�JV����x�؛���
t���m�<����������h�Aj0�*�V������c����S��߾�����_�W��뎗�+�HW�߬sy����^t;f������o:m%b�a�S8v�t��x.f��/��W�)�;�w�.[O���������/�e���SA�I���%�1�Ou�D�58&pH88�pt���H�:+���_�1��w�/g�+{�8~9W�/��G�h��oQ�S	�
-xhH�}r����5ʧs+�Z����BJ5�j?�>ݻ�w�1p�}6��(��_O�X��x�r���Hʳ~����Q�����`� O`���8a�(�kTky�@��
C�ZUO�sB��N̨z�������yU��Ȩz
ƻ���PU�դT�磾Q��ޣ����}1X���E^�K�����������fX-����a

�t�@7�A��<L�$�!���X��j���g�l8��.�a�q�����b�$fU�H�l:23�~D�`%� ꟛM���'c��hf;Y·�pr(:=v���(s0�~|�GF1���0ع�E�����ܩ<`�����G%��Ώ�;�OM�ͲGs����N���bآ�o����l���B
-a�S
-l<�N�ljR��	L4�H�-�Gc<a�tR!��2�&����,`;�L.��H�~G1��F��F{���?F_�˦�v|�ܻv�����u�Z���>�=���d�%�����JK��^��$�\��!�o�l�RX.Ǐ��ƀ�=(��a��Ux,�+����L��*�LDvG�d��T��!l��q���� �z�v9O���=����f���̟�͂EηI�1��È�/�����q���������Y�ъKu�ʻ�҉=ko�˅"{���0L���Lγ��2�L�����6g)��x���2s��E����&�5�Z,c��?2�$v�p�ە���eXo�2,#(�.{���
-���lV"�]e��������ͨ�͢������6[d�2�P��X�?#D�C΅/v��_�y�y|c�F���̈́�EL"�
-/��!��YP�0_Ǔr�=�oW	\-�~Tfn<*�9$	����eƅ]XyoH��oJw��
-a�E�-���2�2j�.8����WAu�ׇ��Do��
+x��WoL[�?��`!`�
���$�1Ƙ?&�H�)��8C1���dZۤQ��M�,S'���-��/��H7)K'�U�&U�TQ�e��݄4��tE�0;���dվ�/�ι����{�3��y��h"���j�Q�)1N��,���W��@[:;��&��j��Q�^��r-��x<�?G������$qBʧQfC#�����(_B�@r>�&��'tZ�?I��z�G/��@O"ܑ�N�
+����B,)߳�r{�dr*Q��Ɵ��1h,��fd_����x����'
+���Q�覨����u��saF-�Z��B�o�P�iܢ�AEn��$�t&�F����������Sz{ݶ�J�������<��j5�͂A0X�����_��E����W��Khs�~�P`2��]���P�W�/��@G��U~�A2I�3ikKKw 5K��I��XD����.{��0�)x����e��\�f��Z<���k�T5�2�����?>�x���3<0�R�Qo�n;5��d�gc�D��X}�Ԯ�fP��C�s��L���,�"`~�̣��x�6��ڶ/4��������5��>Z�zv!Ui/��/��ډX��/��8�۠��]:���ɔ�;:y�;�;\k�����޾��z={����q4a&gv$<?�]BnF��ٕ��t�j�23�xtV'ADؐ�H�c2���z?��Ǟ�j��R��3[��բ�l=�җɃ9�)Dk�k���m��x!B[�ۜZq�~�	�__#w�K�r�	�tA�n��{����g�=��bc��&�
ϖ_�Q��y��<�����z�����^�
 �����=VU���>C�j�Y���l��s�C8���%9�G1C}Rl��ѿ��M>�x*�C��Y���p�t���*/ͯ��]�[M~��:���s]]纨�D�o'N����x|
c.a̋�/���M.�\r��@V��n�3�mc�����Mi��jbVz��{s�������>�sM]�����7�s���=H�f{E��6Y���>樍8=e�O�9>����2�y��rx��J��s���u4׉���9re�!��.{�X���+;q�B�<q�\��k�T˻�w�>[G�����������%���SN��(I�7�E�	�O��UD��8&qH8�8�pt���H�:���_�1��w�/�֝��
������cP4�(שG9<4$�>9�Oi���ӹ�܅fB��(��R
���@7fz���6F����f74i׺��k$��Q��<'��?����n�Cz�a��I��18!�%pu�j
O��0�Q�8'U=��Ĭ���?��)�_P������`�˪^ń�z-T�U��
 ���U��z��χr2���Jp(y�{>ylaz*���60WSs�j��������@O�(t�<$�,�4LA��+��`X�&h�_x���s�Fa��X�!��E��Ĝj�	��OGf��Џh��4D�s����T���Ml���YNE���rp�e�Џ��(�0q"�6�(Qp��d�;u�8;�W㨄���zb���9��ljm�[�a��+��J�Vh����'���)�uL+��t:���Q�:&1є35���M�3I�`˼�_w����2�tS"��E���;a�&[�}�n�wK:�{�]���\��Q�Y�L`������L�@P�K˄�^��%�\�e!�o���RX.Ï�����sX���2{+�X�Vtχ�M������춼�I=B��5�t%����
;d��]���{�_,�-h'�[>[��g���RX9�/O,�w���r
9��٩�	���k�wS�����D�<ra�������
�0,eb��v���d)��x���RK��D
 �����5�:,c�B 2�$v�p�����eXo&2,#(�.{���
+���lU"�Ui�Zح����͘�ͪ�������Xe�2�P��X�?#D�C΅/��_�yx|c�F����̈́��DL"�*/��!��ٰ�i��'e���%^����b?*37������^�Yp!�+�
I��M��.Fp�YT�{�A,�(�낓���T�}X��wL��
 endstream
 endobj
 557 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAX+mplus1mn-italic
+/FontName /AAAABB+mplus1mn-italic
 /FontFile2 556 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -97887,21 +97798,19 @@ endobj
 endobj
 560 0 obj
 << /Length1 2272
-/Length 1072
+/Length 1073
 /Filter [/FlateDecode]
 >>
 stream
-x��U�kU����f��Ѡ	��)�mf6�*4DhȆIHJ� �����Н�ef6�^�b�CA�E��҃O��xS�� ��� �����/�&���[�{�����|���3��2
-h��aL�O��N���،jv�]�t{農��0�y�=���
-퇴_���Mڻ���U����M�8G��V��W��d��6�rh�#��˴?
-{����{�;���W�@*�a�=�S�0N���hEvc�'��L%w��f�{�{+��Z���SH�1��y���
�������p����9�#��P���c�����R漸���k(��ws(��$�Ǐ�����7��@��rYb���r�*��b�0O�{�<k�iuq�J�Ѹ�8>Ը�|�q��R�9����0�Gϣ$��x��9�pV���&EU�g0v�����3�����"&�//��M�7b
�E��K��u��p�xG�C�4�h|����1����0fs�4>3wW�#x3���Gq!?��Q�ȿ6�:��z����+r1�ܦ#�š)�M��-%r�I�xө��G�:��Å���Z�d���"W#�M8������49�z%�r8;���X����\wb�����j��ƚ㶛v��\�Ih#��Q�i1��v�ЕS���:B��a�ݜ���9JL����ߙ�t�ďB9m��ȶ��j!�RNR��\�6����q1cT���O�-�خ;�ߑQ�W���
 ����fO��H�:@�;�">E�"�?tQħ�qҽ�$��Ա�>�Uu�ٝ�*E�\A�Nm�=?LY1���ˍ�<����V锪3�I�T�nA��a/�$S���˪Eu�t��f-
-���D"K�bJ��M,<R,&9�45p��껱4��֖�c)�$m������d9��wB��謡e��	k�u'���ȹ�]�W.Ƀ
-��e,ӧF�P=Lu�c]�d���ԙc<����q�KDN�p%��3�*3�]���"����V���,����j�9��U퍞Yf��c����q���M�(�z���o����*���O�~4q0�[�������7�}�
+x��U�k$E}�ӳ�L~l�dC)tw�=WaC���#��eك�vfz�����{��U/<,�{ѣ����'��xSaQaQ�Ѓ �b��J2���[CU�����}���nE��G��tZ��O���ԡ�����������n�S�7�}�u��Y����3Mg��'E��.m��n�w�zw0��~�%��?��M�:M����~���@~�t��s�|�P��bB%0̿gpj��{���n���w�����_Ԭx}oyoepW�v�r
+��������A�4�q��yވ��ι�P0��7
�|c�*����\漸����(��ws(�7%ć�����?���7�_G��rYb��R�
+��b�0O�{���[���`%�h\`�k��>Ѹ�Q|�����s���7QOh�ĸxJ�y�/h<�IQ����6��E���"�h��	��� ~�� ƍ�X�xָ��"lc]�E�2���&�G¬�w�DL�f4>���M�������^�}��Q\0'5>���+�Q����ri�,��k�r)�Zr�ѐk�R"��č7ݚ�yDh��<�Hy�e�H�9J,r5"ހKk	!���o�H��ڡW�,��K�M�5X+Q�u7�X!O�.��v���^�����C���kQ��Sn:^zrJ��\#C��:̺�S�n�B�S�}b�w&7�8	�PN[�˲��ZH����â$���
������"T�A"��N�m:�m�{��	(�����ĸM,�S�/��CE|�'�+nx�L]��ǻ�n0��P�蒫YqRG�C?SV�fpkr�#ik=�:��m��*��['Bd����>���%�ikƶ�Q͵<%�U��v�f"��J1���&6)�G�Z
+or��껱5��֖���R�Iڮ�	�-���r<�#�X��YC�A�
*�kn,Sߕs-��I�\�X�JX�O�\�z�jZǚ��L_�3�x�u��>�����rV�=gtTV{v��Eb//�/��/LeY�?���"sLMm��=!��›�+��T7z��Q|i���7���i�k���L���ap���?���
�}�
 endstream
 endobj
 561 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAY+NotoSerif
+/FontName /AAAABC+NotoSerif
 /FontFile2 560 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -98025,477 +97934,477 @@ xref
 0000287565 00000 n 
 0000287796 00000 n 
 0000288032 00000 n 
-0000319048 00000 n 
-0000319407 00000 n 
-0000319621 00000 n 
-0000319841 00000 n 
-0000320017 00000 n 
-0000320218 00000 n 
-0000320473 00000 n 
-0000320753 00000 n 
-0000320936 00000 n 
-0000320992 00000 n 
-0000399366 00000 n 
-0000402253 00000 n 
-0000402493 00000 n 
-0000402732 00000 n 
-0000402968 00000 n 
-0000411154 00000 n 
-0000411382 00000 n 
-0000457900 00000 n 
-0000458212 00000 n 
-0000458258 00000 n 
-0000459056 00000 n 
-0000459455 00000 n 
-0000459615 00000 n 
-0000459672 00000 n 
-0000459884 00000 n 
-0000460115 00000 n 
-0000460385 00000 n 
-0000460616 00000 n 
-0000460868 00000 n 
-0000501337 00000 n 
-0000501623 00000 n 
-0000501681 00000 n 
-0000501895 00000 n 
-0000502070 00000 n 
-0000517402 00000 n 
-0000517690 00000 n 
-0000517920 00000 n 
-0000518140 00000 n 
-0000518313 00000 n 
-0000518370 00000 n 
-0000558254 00000 n 
-0000558508 00000 n 
-0000577640 00000 n 
-0000577928 00000 n 
-0000577974 00000 n 
-0000578187 00000 n 
-0000578391 00000 n 
-0000578692 00000 n 
-0000595196 00000 n 
-0000595463 00000 n 
-0000595509 00000 n 
-0000595666 00000 n 
-0000595723 00000 n 
-0000595953 00000 n 
-0000596010 00000 n 
-0000596067 00000 n 
-0000627153 00000 n 
-0000627434 00000 n 
-0000627480 00000 n 
-0000627538 00000 n 
-0000627757 00000 n 
-0000627815 00000 n 
-0000628025 00000 n 
-0000648701 00000 n 
-0000648981 00000 n 
-0000649199 00000 n 
-0000649256 00000 n 
-0000649554 00000 n 
-0000649612 00000 n 
-0000666589 00000 n 
-0000666830 00000 n 
-0000666888 00000 n 
-0000681402 00000 n 
-0000681701 00000 n 
-0000681747 00000 n 
-0000681910 00000 n 
-0000682093 00000 n 
-0000682150 00000 n 
-0000682855 00000 n 
-0000683094 00000 n 
-0000683297 00000 n 
-0000683512 00000 n 
-0000683717 00000 n 
-0000708386 00000 n 
-0000708658 00000 n 
-0000708715 00000 n 
-0000708941 00000 n 
-0000731880 00000 n 
-0000732134 00000 n 
-0000741702 00000 n 
-0000742016 00000 n 
-0000742062 00000 n 
-0000742297 00000 n 
-0000742354 00000 n 
-0000877286 00000 n 
-0000877510 00000 n 
-0000877750 00000 n 
-0000902126 00000 n 
-0000902385 00000 n 
-0000902431 00000 n 
-0000902647 00000 n 
-0000941800 00000 n 
-0000942042 00000 n 
-0000983347 00000 n 
-0000983619 00000 n 
-0000983677 00000 n 
-0000983891 00000 n 
-0001006139 00000 n 
-0001006380 00000 n 
-0001013249 00000 n 
-0001013528 00000 n 
-0001013574 00000 n 
-0001013737 00000 n 
-0001013794 00000 n 
-0001023759 00000 n 
-0001024008 00000 n 
-0001024065 00000 n 
-0001065120 00000 n 
-0001065361 00000 n 
-0001099232 00000 n 
-0001099512 00000 n 
-0001099758 00000 n 
-0001099816 00000 n 
-0001100044 00000 n 
-0001100101 00000 n 
-0001104859 00000 n 
-0001105142 00000 n 
-0001105355 00000 n 
-0001105401 00000 n 
-0001105599 00000 n 
-0001105824 00000 n 
-0001106095 00000 n 
-0001120283 00000 n 
-0001120570 00000 n 
-0001120616 00000 n 
-0001120766 00000 n 
-0001120823 00000 n 
-0001120880 00000 n 
-0001121104 00000 n 
-0001131851 00000 n 
-0001132076 00000 n 
-0001132134 00000 n 
-0001140433 00000 n 
-0001142815 00000 n 
-0001143101 00000 n 
-0001143297 00000 n 
-0001143499 00000 n 
-0001152466 00000 n 
-0001152698 00000 n 
-0001162183 00000 n 
-0001181630 00000 n 
-0001181976 00000 n 
-0001182181 00000 n 
-0001182405 00000 n 
-0001182617 00000 n 
-0001182830 00000 n 
-0001182888 00000 n 
-0001183092 00000 n 
-0001183324 00000 n 
-0001183552 00000 n 
-0001202504 00000 n 
-0001202792 00000 n 
-0001203036 00000 n 
-0001203263 00000 n 
-0001203496 00000 n 
-0001203554 00000 n 
-0001230819 00000 n 
-0001231117 00000 n 
-0001231163 00000 n 
-0001231890 00000 n 
-0001232115 00000 n 
-0001252401 00000 n 
-0001252692 00000 n 
-0001252738 00000 n 
-0001252977 00000 n 
-0001253211 00000 n 
-0001253268 00000 n 
-0001253787 00000 n 
-0001254015 00000 n 
-0001254208 00000 n 
-0001254390 00000 n 
-0001273943 00000 n 
-0001274239 00000 n 
-0001274285 00000 n 
-0001274489 00000 n 
-0001274684 00000 n 
-0001274940 00000 n 
-0001274997 00000 n 
-0001275237 00000 n 
-0001298231 00000 n 
-0001298459 00000 n 
-0001333865 00000 n 
-0001334148 00000 n 
-0001334350 00000 n 
-0001334539 00000 n 
-0001334596 00000 n 
-0001334820 00000 n 
-0001335065 00000 n 
-0001375431 00000 n 
-0001375685 00000 n 
-0001375742 00000 n 
-0001382458 00000 n 
-0001412787 00000 n 
-0001413078 00000 n 
-0001413277 00000 n 
-0001420029 00000 n 
-0001420256 00000 n 
-0001462134 00000 n 
-0001462388 00000 n 
-0001462446 00000 n 
-0001472570 00000 n 
-0001472893 00000 n 
-0001472939 00000 n 
-0001472996 00000 n 
-0001473222 00000 n 
-0001473279 00000 n 
-0001473503 00000 n 
-0001473753 00000 n 
-0001473971 00000 n 
-0001524496 00000 n 
-0001524737 00000 n 
-0001546777 00000 n 
-0001547078 00000 n 
-0001547135 00000 n 
-0001547348 00000 n 
-0001547559 00000 n 
-0001547616 00000 n 
-0001547848 00000 n 
-0001578049 00000 n 
-0001578316 00000 n 
-0001578362 00000 n 
-0001578408 00000 n 
-0001604590 00000 n 
-0001604831 00000 n 
-0001604877 00000 n 
-0001651352 00000 n 
-0001651739 00000 n 
-0001651952 00000 n 
-0001652166 00000 n 
-0001652380 00000 n 
-0001652600 00000 n 
-0001652821 00000 n 
-0001653042 00000 n 
-0001653100 00000 n 
-0001653316 00000 n 
-0001653561 00000 n 
-0001653796 00000 n 
-0001654032 00000 n 
-0001654242 00000 n 
-0001654476 00000 n 
-0001656991 00000 n 
-0001657219 00000 n 
-0001675217 00000 n 
-0001675580 00000 n 
-0001675626 00000 n 
-0001675683 00000 n 
-0001675874 00000 n 
-0001676068 00000 n 
-0001676259 00000 n 
-0001676463 00000 n 
-0001676691 00000 n 
-0001676860 00000 n 
-0001677110 00000 n 
-0001677360 00000 n 
-0001677417 00000 n 
-0001677664 00000 n 
-0001677909 00000 n 
-0001690679 00000 n 
-0001691004 00000 n 
-0001691240 00000 n 
-0001691489 00000 n 
-0001691694 00000 n 
-0001691751 00000 n 
-0001692410 00000 n 
-0001692663 00000 n 
-0001692912 00000 n 
-0001693169 00000 n 
-0001693226 00000 n 
-0001704517 00000 n 
-0001704837 00000 n 
-0001704894 00000 n 
-0001705118 00000 n 
-0001705347 00000 n 
-0001705583 00000 n 
-0001705814 00000 n 
-0001706020 00000 n 
-0001706237 00000 n 
-0001706562 00000 n 
-0001706695 00000 n 
-0001706830 00000 n 
-0001706973 00000 n 
-0001707109 00000 n 
-0001707271 00000 n 
-0001707435 00000 n 
-0001707603 00000 n 
-0001707764 00000 n 
-0001707936 00000 n 
-0001708108 00000 n 
-0001708263 00000 n 
-0001708428 00000 n 
-0001708586 00000 n 
-0001708744 00000 n 
-0001708914 00000 n 
-0001709095 00000 n 
-0001709288 00000 n 
-0001709481 00000 n 
-0001709668 00000 n 
-0001709855 00000 n 
-0001710032 00000 n 
-0001710209 00000 n 
-0001710366 00000 n 
-0001710533 00000 n 
-0001710721 00000 n 
-0001710909 00000 n 
-0001711078 00000 n 
-0001711258 00000 n 
-0001711429 00000 n 
-0001711611 00000 n 
-0001711800 00000 n 
-0001711989 00000

<TRUNCATED>

[16/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugvw/ugvw.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugvw/ugvw.pdf b/content/guides/ugvw/ugvw.pdf
index f029c82..703a578 100644
--- a/content/guides/ugvw/ugvw.pdf
+++ b/content/guides/ugvw/ugvw.pdf
@@ -4,16 +4,16 @@
 << /Title (Wicket Viewer)
 /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:20180305191628+00'00')
-/ModDate (D:20180305191628+00'00')
+/CreationDate (D:20180918074813+01'00')
+/ModDate (D:20180918074813+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 16 0 R
-/Outlines 721 0 R
-/PageLabels 769 0 R
+/Outlines 723 0 R
+/PageLabels 771 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 91
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 38 0 R 50 0 R 63 0 R 71 0 R 79 0 R 88 0 R 94 0 R 100 0 R 110 0 R 112 0 R 127 0 R 134 0 R 142 0 R 149 0 R 152 0 R 163 0 R 169 0 R 175 0 R 185 0 R 198 0 R 201 0 R 214 0 R 221 0 R 226 0 R 231 0 R 246 0 R 257 0 R 269 0 R 272 0 R 277 0 R 282 0 R 289 0 R 293 0 R 297 0 R 305 0 R 320 0 R 322 0 R 330 0 R 339 0 R 341 0 R 345 0 R 353 0 R 359 0 R 362 0 R 364 0 R 371 0 R 381 0 R 387 0 R 395 0 R 400 0 R 407 0 R 413 0 R 419 0 R 427 0 R 434 0 R 445 0 R 450 0 R 454 0 R 464 0 R 468 0 R 477 0 R 485 0 R 491 0 R 493 0 R 500 0 R 504 0 R 509 0 R 512 0 R 516 0 R 520 0 R 527 0 R 530 0 R 537 0 R 541 0 R 559 0 R 568 0 R 571 0 R 576 0 R 583 0 R 587 0 R 590 0 R 605 0 R 607 0 R 615 0 R 617 0 R 622 0 R 625 0 R]
+/Count 92
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 38 0 R 50 0 R 63 0 R 71 0 R 79 0 R 88 0 R 94 0 R 100 0 R 110 0 R 112 0 R 127 0 R 134 0 R 142 0 R 149 0 R 152 0 R 163 0 R 169 0 R 175 0 R 185 0 R 198 0 R 201 0 R 214 0 R 221 0 R 226 0 R 231 0 R 245 0 R 255 0 R 267 0 R 271 0 R 276 0 R 281 0 R 284 0 R 291 0 R 295 0 R 299 0 R 307 0 R 322 0 R 324 0 R 332 0 R 341 0 R 343 0 R 347 0 R 355 0 R 361 0 R 364 0 R 366 0 R 373 0 R 383 0 R 389 0 R 397 0 R 402 0 R 409 0 R 415 0 R 421 0 R 429 0 R 436 0 R 447 0 R 452 0 R 456 0 R 466 0 R 470 0 R 479 0 R 487 0 R 493 0 R 495 0 R 502 0 R 506 0 R 511 0 R 514 0 R 518 0 R 522 0 R 529 0 R 532 0 R 539 0 R 543 0 R 561 0 R 570 0 R 573 0 R 578 0 R 585 0 R 589 0 R 592 0 R 607 0 R 609 0 R 617 0 R 619 0 R 624 0 R 627 0 R]
 >>
 endobj
 4 0 obj
@@ -78,13 +78,13 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAAEP+NotoSerif
+/BaseFont /AAAAET+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 771 0 R
+/FontDescriptor 773 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 773 0 R
-/ToUnicode 772 0 R
+/Widths 775 0 R
+/ToUnicode 774 0 R
 >>
 endobj
 9 0 obj
@@ -620,7 +620,7 @@ ET
 BT
 535.3009999999999 530.0959999999998 Td
 /F1.0 10.5 Tf
-<3336> Tj
+<3337> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -660,7 +660,7 @@ ET
 BT
 535.3009999999999 511.6159999999998 Td
 /F1.0 10.5 Tf
-<3338> Tj
+<3339> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -700,7 +700,7 @@ ET
 BT
 535.3009999999999 493.1359999999998 Td
 /F1.0 10.5 Tf
-<3339> Tj
+<3430> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -740,7 +740,7 @@ ET
 BT
 535.3009999999999 474.6559999999998 Td
 /F1.0 10.5 Tf
-<3432> Tj
+<3433> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -780,7 +780,7 @@ ET
 BT
 535.3009999999999 456.17599999999976 Td
 /F1.0 10.5 Tf
-<3436> Tj
+<3437> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -820,7 +820,7 @@ ET
 BT
 535.3009999999999 437.69599999999974 Td
 /F1.0 10.5 Tf
-<3531> Tj
+<3532> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -860,7 +860,7 @@ ET
 BT
 535.3009999999999 419.2159999999997 Td
 /F1.0 10.5 Tf
-<3531> Tj
+<3532> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -900,7 +900,7 @@ ET
 BT
 535.3009999999999 400.7359999999997 Td
 /F1.0 10.5 Tf
-<3533> Tj
+<3534> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -940,7 +940,7 @@ ET
 BT
 535.3009999999999 382.2559999999997 Td
 /F1.0 10.5 Tf
-<3534> Tj
+<3535> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -980,7 +980,7 @@ ET
 BT
 535.3009999999999 363.77599999999967 Td
 /F1.0 10.5 Tf
-<3536> Tj
+<3537> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1020,7 +1020,7 @@ ET
 BT
 535.3009999999999 345.29599999999965 Td
 /F1.0 10.5 Tf
-<3536> Tj
+<3537> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1060,7 +1060,7 @@ ET
 BT
 535.3009999999999 326.81599999999963 Td
 /F1.0 10.5 Tf
-<3539> Tj
+<3630> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1100,7 +1100,7 @@ ET
 BT
 535.3009999999999 308.3359999999996 Td
 /F1.0 10.5 Tf
-<3539> Tj
+<3630> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1140,7 +1140,7 @@ ET
 BT
 535.3009999999999 289.8559999999996 Td
 /F1.0 10.5 Tf
-<3631> Tj
+<3632> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1180,7 +1180,7 @@ ET
 BT
 535.3009999999999 271.3759999999996 Td
 /F1.0 10.5 Tf
-<3632> Tj
+<3633> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1220,7 +1220,7 @@ ET
 BT
 535.3009999999999 252.89599999999956 Td
 /F1.0 10.5 Tf
-<3632> Tj
+<3633> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1260,7 +1260,7 @@ ET
 BT
 535.3009999999999 234.41599999999957 Td
 /F1.0 10.5 Tf
-<3635> Tj
+<3636> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1300,7 +1300,7 @@ ET
 BT
 535.3009999999999 215.93599999999958 Td
 /F1.0 10.5 Tf
-<3730> Tj
+<3731> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1340,7 +1340,7 @@ ET
 BT
 535.3009999999999 197.4559999999996 Td
 /F1.0 10.5 Tf
-<3731> Tj
+<3732> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1380,7 +1380,7 @@ ET
 BT
 535.3009999999999 178.9759999999996 Td
 /F1.0 10.5 Tf
-<3731> Tj
+<3732> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1420,7 +1420,7 @@ ET
 BT
 535.3009999999999 160.4959999999996 Td
 /F1.0 10.5 Tf
-<3732> Tj
+<3733> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1460,7 +1460,7 @@ ET
 BT
 535.3009999999999 142.01599999999962 Td
 /F1.0 10.5 Tf
-<3733> Tj
+<3734> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1500,7 +1500,7 @@ ET
 BT
 535.3009999999999 123.53599999999963 Td
 /F1.0 10.5 Tf
-<3735> Tj
+<3736> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1540,7 +1540,7 @@ ET
 BT
 535.3009999999999 105.05599999999964 Td
 /F1.0 10.5 Tf
-<3735> Tj
+<3736> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1580,7 +1580,7 @@ ET
 BT
 535.3009999999999 86.57599999999965 Td
 /F1.0 10.5 Tf
-<3736> Tj
+<3737> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1620,7 +1620,7 @@ ET
 BT
 535.3009999999999 68.09599999999966 Td
 /F1.0 10.5 Tf
-<3739> Tj
+<3830> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1639,7 +1639,7 @@ endobj
 /F1.0 8 0 R
 >>
 >>
-/Annots [630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R 655 0 R 656 0 R 657 0 R 658 0 R 659 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R 674 0 R 675 0 R 676 0 R 677 0 R 678 0 R 679 0 R 680 0 R 681 0 R 682 0 R 683 0 R 684 0 R 685 0 R 686 0 R 687 0 R 688 0 R 689 0 R 690 0 R 691 0 R 692 0 R 693 0 R 694 0 R 695 0 R 696 0 R 697 0 R 698 0 R 699 0 R 700 0 R 701 0 R 702 0 R 703 0 R 704 0 R 705 0 R]
+/Annots [632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R 655 0 R 656 0 R 657 0 R 658 0 R 659 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R 674 0 R 675 0 R 676 0 R 677 0 R 678 0 R 679 0 R 680 0 R 681 0 R 682 0 R 683 0 R 684 0 R 685 0 R 686 0 R 687 0 R 688 0 R 689 0 R 690 0 R 691 0 R 692 0 R 693 0 R 694 0 R 695 0 R 696 0 R 697 0 R 698 0 R 699 0 R 700 0 R 701 0 R 702 0 R 703 0 R 704 0 R 705 0 R 706 0 R 707 0 R]
 >>
 endobj
 11 0 obj
@@ -1684,7 +1684,7 @@ ET
 BT
 535.3009999999999 794.6759999999999 Td
 /F1.0 10.5 Tf
-<3830> Tj
+<3831> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1724,7 +1724,7 @@ ET
 BT
 535.3009999999999 776.1959999999999 Td
 /F1.0 10.5 Tf
-<3832> Tj
+<3833> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1764,7 +1764,7 @@ ET
 BT
 535.3009999999999 757.7159999999999 Td
 /F1.0 10.5 Tf
-<3832> Tj
+<3833> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1804,7 +1804,7 @@ ET
 BT
 535.3009999999999 739.2359999999999 Td
 /F1.0 10.5 Tf
-<3834> Tj
+<3835> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1844,7 +1844,7 @@ ET
 BT
 535.3009999999999 720.7559999999999 Td
 /F1.0 10.5 Tf
-<3834> Tj
+<3835> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1884,7 +1884,7 @@ ET
 BT
 535.3009999999999 702.2759999999998 Td
 /F1.0 10.5 Tf
-<3836> Tj
+<3837> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1924,7 +1924,7 @@ ET
 BT
 535.3009999999999 683.7959999999998 Td
 /F1.0 10.5 Tf
-<3838> Tj
+<3839> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1942,7 +1942,7 @@ endobj
 /Font << /F1.0 8 0 R
 >>
 >>
-/Annots [706 0 R 707 0 R 708 0 R 709 0 R 710 0 R 711 0 R 712 0 R 713 0 R 714 0 R 715 0 R 716 0 R 717 0 R 718 0 R 719 0 R]
+/Annots [708 0 R 709 0 R 710 0 R 711 0 R 712 0 R 713 0 R 714 0 R 715 0 R 716 0 R 717 0 R 718 0 R 719 0 R 720 0 R 721 0 R]
 >>
 endobj
 13 0 obj
@@ -2585,7 +2585,7 @@ endobj
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 720 0 R
+/XObject << /Stamp1 722 0 R
 >>
 >>
 /Annots [19 0 R 20 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 33 0 R 34 0 R 35 0 R 36 0 R]
@@ -2600,18 +2600,18 @@ endobj
 >>
 endobj
 17 0 obj
-<< /Kids [103 0 R 471 0 R 550 0 R 242 0 R 432 0 R 104 0 R 350 0 R 251 0 R 458 0 R]
+<< /Kids [103 0 R 473 0 R 552 0 R 242 0 R 434 0 R 104 0 R 352 0 R 251 0 R 460 0 R]
 >>
 endobj
 18 0 obj
 << /Type /Font
-/BaseFont /AAAAEQ+NotoSerif-Bold
+/BaseFont /AAAAEU+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 775 0 R
+/FontDescriptor 777 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 777 0 R
-/ToUnicode 776 0 R
+/Widths 779 0 R
+/ToUnicode 778 0 R
 >>
 endobj
 19 0 obj
@@ -3144,7 +3144,7 @@ endobj
 /F3.1 45 0 R
 >>
 /XObject << /I1 43 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 >>
 /Annots [42 0 R 44 0 R 46 0 R]
@@ -3668,13 +3668,13 @@ endobj
 endobj
 45 0 obj
 << /Type /Font
-/BaseFont /AAAAER+FontAwesome
+/BaseFont /AAAAEV+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 779 0 R
+/FontDescriptor 781 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 781 0 R
-/ToUnicode 780 0 R
+/Widths 783 0 R
+/ToUnicode 782 0 R
 >>
 endobj
 46 0 obj
@@ -4099,7 +4099,7 @@ endobj
 /F5.0 54 0 R
 >>
 /XObject << /I2 60 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 >>
 /Annots [52 0 R 57 0 R 59 0 R 61 0 R]
@@ -4121,24 +4121,24 @@ endobj
 endobj
 53 0 obj
 << /Type /Font
-/BaseFont /AAAAES+mplus1mn-regular
+/BaseFont /AAAAEW+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 783 0 R
+/FontDescriptor 785 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 785 0 R
-/ToUnicode 784 0 R
+/Widths 787 0 R
+/ToUnicode 786 0 R
 >>
 endobj
 54 0 obj
 << /Type /Font
-/BaseFont /AAAAET+mplus-1p-regular
+/BaseFont /AAAAEX+mplus-1p-regular
 /Subtype /TrueType
-/FontDescriptor 787 0 R
+/FontDescriptor 789 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 789 0 R
-/ToUnicode 788 0 R
+/Widths 791 0 R
+/ToUnicode 790 0 R
 >>
 endobj
 55 0 obj
@@ -5406,7 +5406,7 @@ endobj
 /F2.0 18 0 R
 >>
 /XObject << /I3 66 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 >>
 /Annots [64 0 R 65 0 R 67 0 R 69 0 R]
@@ -7206,7 +7206,7 @@ endobj
 /F3.1 45 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 720 0 R
+/XObject << /Stamp1 722 0 R
 >>
 >>
 /Annots [72 0 R 75 0 R]
@@ -7493,7 +7493,7 @@ endobj
 /F3.1 45 0 R
 >>
 /XObject << /I4 83 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 >>
 /Annots [81 0 R 84 0 R 85 0 R]
@@ -8606,7 +8606,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I5 86 0 R
 /I6 91 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 /Font << /F1.0 8 0 R
 /F4.0 53 0 R
@@ -9398,7 +9398,7 @@ endobj
 /F2.0 18 0 R
 >>
 /XObject << /I7 95 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 >>
 /Annots [96 0 R]
@@ -10438,7 +10438,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I8 98 0 R
 /I9 106 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
@@ -10464,12 +10464,12 @@ endobj
 endobj
 103 0 obj
 << /Limits [(__ugvw) (_ugvw_customisation)]
-/Names [(__ugvw) 15 0 R (__ugvw_customisation_tweaking-css-classes_columns-in-tables) 506 0 R (__ugvw_customisation_tweaking-css-classes_columns-in-tables_globally) 507 0 R (__ugvw_extending_replacing-page-elements_collections) 572 0 R (__ugvw_layout_file-based_unreferenced) 280 0 R (_ugvw_configuration-properties) 365 0 R (_ugvw_configuration-properties_abbreviating-titles) 401 0 R (_ugvw_configuration-properties_showing-theme-chooser) 438 0 R (_ugvw_configuration-properties_stripped-wicket-tags) 437 0 R (_ugvw_configuration-properties_suppressing-password-reset) 424 0 R (_ugvw_configuration-properties_suppressing-remember-me) 404 0 R (_ugvw_configuration-properties_suppressing-sign-up) 414 0 R (_ugvw_customisation) 455 0 R]
+/Names [(__ugvw) 15 0 R (__ugvw_customisation_tweaking-css-classes_columns-in-tables) 508 0 R (__ugvw_customisation_tweaking-css-classes_columns-in-tables_globally) 509 0 R (__ugvw_extending_replacing-page-elements_collections) 574 0 R (__ugvw_layout_file-based_unreferenced) 282 0 R (_ugvw_configuration-properties) 367 0 R (_ugvw_configuration-properties_abbreviating-titles) 403 0 R (_ugvw_configuration-properties_showing-theme-chooser) 440 0 R (_ugvw_configuration-properties_stripped-wicket-tags) 439 0 R (_ugvw_configuration-properties_suppressing-password-reset) 426 0 R (_ugvw_configuration-properties_suppressing-remember-me) 406 0 R (_ugvw_configuration-properties_suppressing-sign-up) 416 0 R (_ugvw_customisation) 457 0 R]
 >>
 endobj
 104 0 obj
 << /Limits [(domain-code-2) (grids-vs-components)]
-/Names [(domain-code-2) 68 0 R (domain-code-3) 147 0 R (domain-services) 306 0 R (domainservicelayout) 337 0 R (download) 139 0 R (edit-mode) 124 0 R (example-layouts) 215 0 R (examples) 263 0 R (exporting-the-attributes-into-the-app) 494 0 R (fieldsets) 274 0 R (grids-vs-components) 254 0 R]
+/Names [(domain-code-2) 68 0 R (domain-code-3) 147 0 R (domain-services) 308 0 R (domainservicelayout) 339 0 R (download) 139 0 R (edit-mode) 124 0 R (example-layouts) 215 0 R (examples) 263 0 R (exporting-the-attributes-into-the-app) 496 0 R (fieldsets) 274 0 R (grids-vs-components) 256 0 R]
 >>
 endobj
 105 0 obj
@@ -10553,7 +10553,7 @@ endobj
 >>
 endobj
 109 0 obj
-<< /Length 38881
+<< /Length 38933
 >>
 stream
 q
@@ -12428,7 +12428,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.165 Tw
+1.478 Tw
 
 BT
 48.24 342.22600000000006 Td
@@ -12443,10 +12443,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.165 Tw
+1.478 Tw
 
 BT
-173.4131764705882 342.22600000000006 Td
+182.60499999999996 342.22600000000006 Td
 /F4.0 10.5 Tf
 <437573746f6d6572> Tj
 ET
@@ -12458,10 +12458,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.165 Tw
+1.478 Tw
 
 BT
-215.4131764705882 342.22600000000006 Td
+224.60499999999996 342.22600000000006 Td
 /F1.0 10.5 Tf
 <20776974682069747320636f6c6c656374696f6e206f6620> Tj
 ET
@@ -12473,42 +12473,42 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.165 Tw
+1.478 Tw
 
 BT
-322.6890882352941 342.22600000000006 Td
+338.44649999999996 342.22600000000006 Td
 /F4.0 10.5 Tf
-<4f7264657260732c207468656e20696e207468617420706172656e74656420636f6c6c656374696f6e> Tj
+<4f72646572> 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
 
-0.165 Tw
+1.478 Tw
 
 BT
-538.766 342.22600000000006 Td
-/F5.0 10.5 Tf
-<d5> Tj
+364.69649999999996 342.22600000000006 Td
+/F1.0 10.5 Tf
+<732c207468656e20696e207468617420706172656e74656420636f6c6c656374696f6ed573> 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
 
-0.165 Tw
+2.249 Tw
 
 BT
-541.79 342.22600000000006 Td
-/F4.0 10.5 Tf
-<73> Tj
+48.24 326.446 Td
+/F1.0 10.5 Tf
+[<7461626c652074686520637573746f6d6572> -29.78515625 <d5732070726f70657274792077696c6c206265206175746f6d61746963616c6c79206578636c756465642066726f6d20746865207469746c65206f662074686520>] TJ
 ET
 
 
@@ -12518,57 +12518,57 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.058 Tw
+2.249 Tw
 
 BT
-48.24 326.446 Td
+483.3848325520833 326.446 Td
 /F4.0 10.5 Tf
-<7461626c652074686520637573746f6d6572> Tj
+<4f72646572> 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
 
-0.058 Tw
+2.249 Tw
 
 BT
-142.85586666666666 326.446 Td
-/F5.0 10.5 Tf
-<d5> Tj
+509.6348325520833 326.446 Td
+/F1.0 10.5 Tf
+<2028627574206974> 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
 
-0.058 Tw
+1.826 Tw
 
 BT
-145.87986666666666 326.446 Td
-/F4.0 10.5 Tf
-<732070726f70657274792077696c6c206265206175746f6d61746963616c6c79206578636c756465642066726f6d20746865207469746c65206f662074686520604f72646572> Tj
+48.24 310.66600000000005 Td
+/F1.0 10.5 Tf
+[<776f756c642073686f77207468652070726f64756374292e2020436f6e76657273656c79> 89.84375 <2c206966206120>] 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.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
-0.058 Tw
+1.826 Tw
 
 BT
-514.0171333333333 326.446 Td
-/F1.0 10.5 Tf
-<2028627574206974> Tj
+274.41482031249996 310.66600000000005 Td
+/F4.0 10.5 Tf
+<50726f64756374> Tj
 ET
 
 
@@ -12578,12 +12578,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.851 Tw
+1.826 Tw
 
 BT
-48.24 310.66600000000005 Td
+311.16482031249996 310.66600000000005 Td
 /F1.0 10.5 Tf
-[<776f756c642073686f77207468652070726f64756374292e2020436f6e76657273656c79> 89.84375 <2c206966206120>] TJ
+<20697320766965776564207468656e2069747320636f6c6c656374696f6e206f6620> Tj
 ET
 
 
@@ -12593,12 +12593,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.851 Tw
+1.826 Tw
 
 BT
-266.6133203125 310.66600000000005 Td
+480.0614150390624 310.66600000000005 Td
 /F4.0 10.5 Tf
-<50726f64756374> Tj
+<4f72646572> Tj
 ET
 
 
@@ -12608,12 +12608,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.851 Tw
+1.826 Tw
 
 BT
-303.3633203125 310.66600000000005 Td
+506.3114150390624 310.66600000000005 Td
 /F1.0 10.5 Tf
-<20697320766965776564207468656e2069747320636f6c6c656374696f6e206f6620604f72646572607320776f756c64> Tj
+<7320776f756c64> Tj
 ET
 
 
@@ -13304,10 +13304,9 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 53 0 R
 /F1.0 8 0 R
-/F5.0 54 0 R
 /F3.1 45 0 R
 >>
-/XObject << /Stamp1 720 0 R
+/XObject << /Stamp1 722 0 R
 >>
 >>
 >>
@@ -13743,7 +13742,7 @@ endobj
 /F4.0 53 0 R
 >>
 /XObject << /I10 121 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 >>
 /Annots [113 0 R 114 0 R 116 0 R 117 0 R 119 0 R 122 0 R 123 0 R]
@@ -14521,7 +14520,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I11 125 0 R
 /I12 130 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
@@ -15354,7 +15353,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I13 132 0 R
 /I14 137 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
@@ -16342,7 +16341,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I15 140 0 R
 /I16 145 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
@@ -20657,7 +20656,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 720 0 R
+/XObject << /Stamp1 722 0 R
 >>
 >>
 >>
@@ -21065,7 +21064,7 @@ endobj
 /F2.0 18 0 R
 >>
 /XObject << /I17 159 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 >>
 /Annots [153 0 R 154 0 R 155 0 R 156 0 R 160 0 R]
@@ -21117,13 +21116,13 @@ endobj
 endobj
 157 0 obj
 << /Type /Font
-/BaseFont /AAAAEU+NotoSerif-Italic
+/BaseFont /AAAAEY+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 791 0 R
+/FontDescriptor 793 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 793 0 R
-/ToUnicode 792 0 R
+/Widths 795 0 R
+/ToUnicode 794 0 R
 >>
 endobj
 158 0 obj
@@ -21307,7 +21306,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I18 161 0 R
 /I19 165 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 /Font << /F1.0 8 0 R
 >>
@@ -21515,7 +21514,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I20 167 0 R
 /I21 171 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 /Font << /F1.0 8 0 R
 >>
@@ -22035,7 +22034,7 @@ endobj
 /Contents 174 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I22 173 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
@@ -23159,7 +23158,7 @@ endobj
 /F1.0 8 0 R
 /F4.0 53 0 R
 >>
-/XObject << /Stamp1 720 0 R
+/XObject << /Stamp1 722 0 R
 >>
 >>
 /Annots [187 0 R 188 0 R 190 0 R 192 0 R 193 0 R 194 0 R 195 0 R 196 0 R]
@@ -28068,7 +28067,7 @@ endobj
 /Font << /F1.0 8 0 R
 /F4.0 53 0 R
 >>
-/XObject << /Stamp1 720 0 R
+/XObject << /Stamp1 722 0 R
 >>
 >>
 /Annots [199 0 R]
@@ -29716,7 +29715,7 @@ endobj
 /F3.1 45 0 R
 /F6.0 157 0 R
 >>
-/XObject << /Stamp1 720 0 R
+/XObject << /Stamp1 722 0 R
 >>
 >>
 /Annots [202 0 R 205 0 R 206 0 R 207 0 R 208 0 R 209 0 R 210 0 R 211 0 R 212 0 R]
@@ -29735,13 +29734,13 @@ endobj
 endobj
 203 0 obj
 << /Type /Font
-/BaseFont /AAAAEV+NotoSerif
+/BaseFont /AAAAEZ+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 795 0 R
+/FontDescriptor 797 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 797 0 R
-/ToUnicode 796 0 R
+/Widths 799 0 R
+/ToUnicode 798 0 R
 >>
 endobj
 204 0 obj
@@ -30537,7 +30536,7 @@ endobj
 /F4.0 53 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 720 0 R
+/XObject << /Stamp1 722 0 R
 >>
 >>
 /Annots [216 0 R 217 0 R]
@@ -30700,7 +30699,7 @@ endobj
 /Contents 220 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I23 218 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 /Font << /F1.0 8 0 R
 >>
@@ -30918,7 +30917,7 @@ endobj
 /Contents 225 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I24 223 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 /Font << /F1.0 8 0 R
 >>
@@ -31028,7 +31027,7 @@ stream
 endstream
 endobj
 230 0 obj
-<< /Length 9440
+<< /Length 8225
 >>
 stream
 q
@@ -31128,178 +31127,95 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-12.048 Tw
-
 BT
 48.24 319.74423129251704 Td
 /F1.0 10.5 Tf
 <766172696f757320> 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
 
-12.048 Tw
-
 BT
-100.73433333333332 319.74423129251704 Td
+88.686 319.74423129251704 Td
 /F4.0 10.5 Tf
 <5878784c61796f7574> 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
-
-12.048 Tw
-
-BT
-147.98433333333332 319.74423129251704 Td
-/F1.0 10.5 Tf
-<20616e6e6f746174696f6e733a20> 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
-
-12.048 Tw
-
-BT
-240.23649999999998 319.74423129251704 Td
-/F4.0 10.5 Tf
-<40416374696f6e4c61796f7574> 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
 
-12.048 Tw
-
 BT
-308.4865 319.74423129251704 Td
+135.936 319.74423129251704 Td
 /F1.0 10.5 Tf
-<20> Tj
+<20616e6e6f746174696f6e733a> 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
-
-12.048 Tw
-
-BT
-323.2543333333333 319.74423129251704 Td
-/F4.0 10.5 Tf
-<40436f6c6c656374696f6e4c61796f7574> Tj
-ET
-
 
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
+-0.500 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-12.048 Tw
-
 BT
-412.5043333333333 319.74423129251704 Td
+56.88050000000001 291.964231292517 Td
 /F1.0 10.5 Tf
-<2c2020> Tj
+<a5> 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
 
-12.048 Tw
-
-BT
-444.66499999999996 319.74423129251704 Td
-/F4.0 10.5 Tf
-<40446f6d61696e4f626a6563744c61796f7574> Tj
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
+0.000 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-12.048 Tw
-
 BT
-544.415 319.74423129251704 Td
+66.24000000000001 291.964231292517 Td
 /F1.0 10.5 Tf
-<2c> Tj
+<666f7220646f6d61696e2073657276696365733a20> 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.24 303.964231292517 Td
+170.9565 291.964231292517 Td
 /F4.0 10.5 Tf
 <40446f6d61696e536572766963654c61796f7574> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
+
+-0.500 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-153.24 303.964231292517 Td
+56.88050000000001 270.18423129251704 Td
 /F1.0 10.5 Tf
-<2c2020> Tj
+<a5> 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
-161.304 303.964231292517 Td
-/F4.0 10.5 Tf
-<40506172616d657465724c61796f7574> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
+0.000 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-245.304 303.964231292517 Td
+66.24000000000001 270.18423129251704 Td
 /F1.0 10.5 Tf
-<2c20> Tj
+<666f7220646f6d61696e206f626a656374733a20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -31308,9 +31224,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-250.6485 303.964231292517 Td
+165.5595 270.18423129251704 Td
 /F4.0 10.5 Tf
-<4050726f70657274794c61796f7574> Tj
+<40446f6d61696e4f626a6563744c61796f7574> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -31319,9 +31235,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-329.3985 303.964231292517 Td
+265.3095 270.18423129251704 Td
 /F1.0 10.5 Tf
-<2c20616e6420> Tj
+<20616e6420> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -31330,137 +31246,105 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-356.5725 303.964231292517 Td
+289.85850000000005 270.18423129251704 Td
 /F4.0 10.5 Tf
 <40566965774d6f64656c4c61796f7574> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
+
+-0.500 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-48.24 264.12423129251704 Td
-/F2.0 18 Tf
-[<332e322e2046696c652d6261736564204c61> 20.01953125 <796f757473>] TJ
+56.88050000000001 248.40423129251707 Td
+/F1.0 10.5 Tf
+<a5> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
+
+0.000 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.969 Tw
-
 BT
-48.24 236.104231292517 Td
+66.24000000000001 248.40423129251707 Td
 /F1.0 10.5 Tf
-<4d657461646174612070726f766964696e672055492068696e74732063616e206265207370656369666965642065697468657220> Tj
+<666f7220616374696f6e733a20> 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.969 Tw
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
 BT
-314.7543076923077 236.104231292517 Td
-/F1.0 10.5 Tf
-<7573696e6720616e6e6f746174696f6e73> Tj
+125.23950000000002 248.40423129251707 Td
+/F4.0 10.5 Tf
+<40416374696f6e4c61796f7574> 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.969 Tw
-
 BT
-405.31984615384613 236.104231292517 Td
+193.48950000000002 248.40423129251707 Td
 /F1.0 10.5 Tf
-<2c206f72207573696e6720616e20> Tj
+<20616e6420> 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.969 Tw
-
 BT
-473.53999999999996 236.104231292517 Td
+218.03850000000003 248.40423129251707 Td
 /F4.0 10.5 Tf
-<5878782e6c61796f75742e786d6c> Tj
+<40506172616d657465724c61796f7574> 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.969 Tw
-
-BT
-547.04 236.104231292517 Td
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
+-0.500 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-48.24 220.324231292517 Td
+56.88050000000001 226.62423129251707 Td
 /F1.0 10.5 Tf
-<66696c652028776865726520> Tj
+<a5> 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
-105.2865 220.324231292517 Td
-/F4.0 10.5 Tf
-<587878> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
+0.000 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-121.03650000000002 220.324231292517 Td
+66.24000000000001 226.62423129251707 Td
 /F1.0 10.5 Tf
-<2069732074686520656e74697479206f722076696577206d6f64656c206f626a65637420746f2062652072656e6465726564292e> Tj
+<666f722070726f706572746965733a20> 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.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
 BT
-48.24 192.544231292517 Td
-/F1.0 10.5 Tf
-[<46696c652d6261736564206c61> 20.01953125 <796f757473206f666665722061206e756d626572206f662062656e65666974733a>] TJ
+141.399 226.62423129251707 Td
+/F4.0 10.5 Tf
+<4050726f70657274794c61796f7574> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -31471,7 +31355,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 164.764231292517 Td
+56.88050000000001 204.84423129251707 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -31483,53 +31367,60 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.916 Tw
-
 BT
-66.24000000000001 164.764231292517 Td
+66.24000000000001 204.84423129251707 Td
 /F1.0 10.5 Tf
-[<50726f6261626c79206d6f7374207369676e69666963616e746c79> 89.84375 <2c20746865206c61> 20.01953125 <796f75742063616e206265207570646174656420776974686f757420726571756972696e672061207265636f6d70696c65206f6620746865>] TJ
+<666f7220636f6c6c656374696f6e733a20> 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
+142.69050000000001 204.84423129251707 Td
+/F4.0 10.5 Tf
+<40436f6c6c656374696f6e4c61796f7574> 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
-66.24000000000001 148.984231292517 Td
-/F1.0 10.5 Tf
-[<636f646520616e642072656465706c6f> 20.01953125 <79206f6620746865206170703b2066696e652d74756e696e6720746865206c61> 20.01953125 <796f7574207769746820796f757220656e64207573657273206973206561737920746f20646f>] TJ
+48.24000000000001 165.00423129251703 Td
+/F2.0 18 Tf
+[<332e322e2046696c652d6261736564204c61> 20.01953125 <796f757473>] TJ
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-
--0.500 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+0.969 Tw
+
 BT
-56.88050000000001 127.204231292517 Td
+48.24000000000001 136.98423129251705 Td
 /F1.0 10.5 Tf
-<a5> Tj
+<4d657461646174612070726f766964696e672055492068696e74732063616e206265207370656369666965642065697468657220> 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.000 Tc
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-1.205 Tw
+0.969 Tw
 
 BT
-66.24000000000001 127.204231292517 Td
+314.7543076923077 136.98423129251705 Td
 /F1.0 10.5 Tf
-[<4d616e> 20.01953125 <7920646576656c6f7065727320616c736f2066696e642069742065617369657220746f2072> 20.01953125 <6174696f6e616c697a652061626f7574206c61> 20.01953125 <796f7574207768656e20616c6c207468652068696e74732061726520636f6c6c61746564>] TJ
+<7573696e6720616e6e6f746174696f6e73> Tj
 ET
 
 
@@ -31539,83 +31430,118 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+0.969 Tw
+
 BT
-66.24000000000001 111.42423129251699 Td
+405.31984615384613 136.98423129251705 Td
 /F1.0 10.5 Tf
-[<746f67657468657220696e20612073696e676c6520706c616365202872> 20.01953125 <6174686572207468616e20736361747465726564206163726f73732074686520636c617373206d656d6265727320617320616e6e6f746174696f6e73292e>] TJ
+<2c206f72207573696e6720616e20> 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.500 Tc
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
+0.969 Tw
 
 BT
-56.88050000000001 89.64423129251699 Td
-/F1.0 10.5 Tf
-<a5> Tj
+473.53999999999996 136.98423129251705 Td
+/F4.0 10.5 Tf
+<5878782e6c61796f75742e786d6c> Tj
 ET
 
+
+0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-
-0.000 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.105 Tw
+0.969 Tw
 
 BT
-66.24000000000001 89.64423129251699 Td
-/F1.0 10.5 Tf
-<55492068696e74732063616e2062652070726f766964656420666f7220> Tj
+547.04 136.98423129251705 Td
 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
-
-3.105 Tw
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-227.90192307692308 89.64423129251699 Td
+48.24000000000001 121.20423129251705 Td
 /F1.0 10.5 Tf
-<636f6e7472696275746564206173736f63696174696f6e7320616e6420616374696f6e73> Tj
+<66696c652028776865726520> 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
+105.28650000000002 121.20423129251705 Td
+/F4.0 10.5 Tf
+<587878> 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.105 Tw
+BT
+121.03650000000002 121.20423129251705 Td
+/F1.0 10.5 Tf
+<2069732074686520656e74697479206f722076696577206d6f64656c206f626a65637420746f2062652072656e6465726564292e> 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
-419.4553846153846 89.64423129251699 Td
+48.24000000000001 93.42423129251705 Td
 /F1.0 10.5 Tf
-<2074686174206172652073796e7468657369736564206174> Tj
+[<46696c652d6261736564206c61> 20.01953125 <796f757473206f666665722061206e756d626572206f662062656e65666974733a>] TJ
 ET
 
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+56.88050000000001 65.64423129251705 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
 
-0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
+
+0.000 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+1.916 Tw
+
 BT
-66.24000000000001 73.86423129251699 Td
+66.24000000000001 65.64423129251705 Td
 /F1.0 10.5 Tf
-<72756e74696d652e> Tj
+[<50726f6261626c79206d6f7374207369676e69666963616e746c79> 89.84375 <2c20746865206c61> 20.01953125 <796f75742063616e206265207570646174656420776974686f757420726571756972696e672061207265636f6d70696c65206f6620746865>] TJ
 ET
 
+
+0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 q
@@ -31649,14 +31575,14 @@ endobj
 /Contents 230 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I25 228 0 R
-/Stamp1 720 0 R
+/Stamp1 722 0 R
 >>
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 /F4.0 53 0 R
 >>
 >>
-/Annots [232 0 R 234 0 R 235 0 R 236 0 R 237 0 R 238 0 R 239 0 R 240 0 R 243 0 R 244 0 R]
+/Annots [232 0 R 234 0 R 235 0 R 236 0 R 237 0 R 238 0 R 239 0 R 240 0 R 243 0 R]
 >>
 endobj
 232 0 obj
@@ -31677,10 +31603,10 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgant/rgant.pdf#_rgant-ActionLayout, )
+/URI (../rgant/rgant.pdf#_rgant-DomainServiceLayout)
 >>
 /Subtype /Link
-/Rect [240.23649999999998 318.274231292517 308.4865 328.774231292517]
+/Rect [170.9565 290.49423129251704 275.9565 300.99423129251704]
 /Type /Annot
 >>
 endobj
@@ -31688,10 +31614,10 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgant/rgant.pdf#_rgant-CollectionLayout)
+/URI (../rgant/rgant.pdf#_rgant-DomainObjectLayout)
 >>
 /Subtype /Link
-/Rect [323.2543333333333 318.274231292517 412.5043333333333 328.774231292517]
+/Rect [165.5595 268.71423129251707 265.3095 279.21423129251707]
 /Type /Annot
 >>
 endobj
@@ -31699,10 +31625,10 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgant/rgant.pdf#_rgant-DomainObjectLayout)
+/URI (../rgant/rgant.pdf#_rgant-ViewModelLayout)
 >>
 /Subtype /Link
-/Rect [444.66499999999996 318.274231292517 544.415 328.774231292517]
+/Rect [289.85850000000005 268.71423129251707 373.85850000000005 279.21423129251707]
 /Type /Annot
 >>
 endobj
@@ -31710,10 +31636,10 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgant/rgant.pdf#_rgant-DomainServiceLayout)
+/URI (../rgant/rgant.pdf#_rgant-ActionLayout, )
 >>
 /Subtype /Link
-/Rect [48.24 302.49423129251704 153.24 312.994231292517]
+/Rect [125.23950000000002 246.93423129251707 193.48950000000002 257.4342312925171]
 /Type /Annot
 >>
 endobj
@@ -31724,7 +31650,7 @@ endobj
 /URI (../rgant/rgant.pdf#_rgant-ParameterLayout)
 >>
 /Subtype /Link
-/Rect [161.304 302.49423129251704 245.304 312.994231292517]
+/Rect [218.03850000000003 246.93423129251707 302.0385 257.4342312925171]
 /Type /Annot
 >>
 endobj
@@ -31735,7 +31661,7 @@ endobj
 /URI (../rgant/rgant.pdf#_rgant-PropertyLayout)
 >>
 /Subtype /Link
-/Rect [250.6485 302.49423129251704 329.3985 312.994231292517]
+/Rect [141.399 225.15423129251707 220.149 235.65423129251707]
 /Type /Annot
 >>
 endobj
@@ -31743,19 +31669,19 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgant/rgant.pdf#_rgant-ViewModelLayout)
+/URI (../rgant/rgant.pdf#_rgant-CollectionLayout)
 >>
 /Subtype /Link
-/Rect [356.5725 302.49423129251704 440.5725 312.994231292517]
+/Rect [142.69050000000001 203.37423129251707 231.94050000000001 213.87423129251707]
 /Type /Annot
 >>
 endobj
 241 0 obj
-[231 0 R /XYZ 0 288.14823129251704 null]
+[231 0 R /XYZ 0 189.02823129251706 null]
 endobj
 242 0 obj
 << /Limits [(_ugvw_layout_file-based) (code-memberorder-code)]
-/Names [(_ugvw_layout_file-based) 241 0 R (_ugvw_layout_table-columns) 316 0 R (_ugvw_menubars-layout) 323 0 R (_ugvw_menubars-layout_annotation-based) 334 0 R (_ugvw_menubars-layout_file-based) 346 0 R (adding-attributes-to-the-war-s-manifest) 489 0 R (adjusting-the-layout) 360 0 R (choose-file) 129 0 R (clear) 144 0 R (code-membergrouplayout-code) 204 0 R (code-memberorder-code) 191 0 R]
+/Names [(_ugvw_layout_file-based) 241 0 R (_ugvw_layout_table-columns) 318 0 R (_ugvw_menubars-layout) 325 0 R (_ugvw_menubars-layout_annotation-based) 336 0 R (_ugvw_menubars-layout_file-based) 348 0 R (adding-attributes-to-the-war-s-manifest) 491 0 R (adjusting-the-layout) 362 0 R (choose-file) 129 0 R (clear) 144 0 R (code-membergrouplayout-code) 204 0 R (code-memberorder-code) 191 0 R]
 >>
 endobj
 243 0 obj
@@ -31765,23 +31691,12 @@ endobj
 /URI (../ugvw/ugvw.pdf#_ugvw_layout_annotation-based)
 >>
 /Subtype /Link
-/Rect [314.7543076923077 233.038231292517 405.31984615384613 247.318231292517]
+/Rect [314.7543076923077 133.91823129251705 405.31984615384613 148.19823129251705]
 /Type /Annot
 >>
 endobj
 244 0 obj
-<< /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (../ugfun/ugfun.pdf#_ugfun_how-tos_contributed-members)
->>
-/Subtype /Link
-/Rect [227.90192307692308 86.57823129251699 419.4553846153846 100.85823129251699]
-/Type /Annot
->>
-endobj
-245 0 obj
-<< /Length 18634
+<< /Length 19455
 >>
 stream
 q
@@ -31790,10 +31705,133 @@ q
 /DeviceRGB CS
 0.200 0.200 0.200 SCN
 
+BT
+66.24000000000001 794.6759999999999 Td
+/F1.0 10.5 Tf
+[<636f646520616e642072656465706c6f> 20.01953125 <79206f6620746865206170703b2066696e652d74756e696e6720746865206c61> 20.01953125 <796f7574207769746820796f757220656e64207573657273206973206561737920746f20646f>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+56.88050000000001 772.896 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+0.000 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+1.205 Tw
+
+BT
+66.24000000000001 772.896 Td
+/F1.0 10.5 Tf
+[<4d616e> 20.01953125 <7920646576656c6f7065727320616c736f2066696e642069742065617369657220746f2072> 20.01953125 <6174696f6e616c697a652061626f7574206c61> 20.01953125 <796f7574207768656e20616c6c207468652068696e74732061726520636f6c6c61746564>] 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
+66.24000000000001 757.116 Td
+/F1.0 10.5 Tf
+[<746f67657468657220696e20612073696e676c6520706c616365202872> 20.01953125 <6174686572207468616e20736361747465726564206163726f73732074686520636c617373206d656d6265727320617320616e6e6f746174696f6e73292e>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+56.88050000000001 735.336 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+0.000 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+3.105 Tw
+
+BT
+66.24000000000001 735.336 Td
+/F1.0 10.5 Tf
+<55492068696e74732063616e2062652070726f766964656420666f7220> 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
+
+3.105 Tw
+
+BT
+227.90192307692308 735.336 Td
+/F1.0 10.5 Tf
+<636f6e7472696275746564206173736f63696174696f6e7320616e6420616374696f6e73> 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.105 Tw
+
+BT
+419.4553846153846 735.336 Td
+/F1.0 10.5 Tf
+<2074686174206172652073796e7468657369736564206174> 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
+66.24000000000001 719.556 Td
+/F1.0 10.5 Tf
+<72756e74696d652e> 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.066 Tw
 
 BT
-48.24 794.6759999999999 Td
+48.24000000000001 691.7760000000001 Td
 /F1.0 10.5 Tf
 <497420697320616c736f20706f737369626c6520746f20646f776e6c6f616420616e20696e697469616c20> Tj
 ET
@@ -31808,7 +31846,7 @@ ET
 0.066 Tw
 
 BT
-248.79420507812497 794.6759999999999 Td
+248.79420507812497 691.7760000000001 Td
 /F4.0 10.5 Tf
 <2e6c61796f75742e786d6c> Tj
 ET
@@ -31823,7 +31861,7 @@ ET
 0.066 Tw
 
 BT
-306.544205078125 794.6759999999999 Td
+306.544205078125 691.7760000000001 Td
 /F1.0 10.5 Tf
 [<202d20636170747572696e6720616e> 20.01953125 <79206578697374696e67206c61> 20.01953125 <796f7574206d65746164617461202d207573696e67>] TJ
 ET
@@ -31838,7 +31876,7 @@ ET
 0.733 Tw
 
 BT
-48.24 778.896 Td
+48.24000000000001 675.9960000000001 Td
 /F1.0 10.5 Tf
 <74686520> Tj
 ET
@@ -31853,7 +31891,7 @@ ET
 0.733 Tw
 
 BT
-67.66257142857143 778.896 Td
+67.66257142857144 675.9960000000001 Td
 /F4.0 10.5 Tf
 <4c61796f757453657276696365> Tj
 ET
@@ -31868,7 +31906,7 @@ ET
 0.733 Tw
 
 BT
-135.91257142857143 778.896 Td
+135.91257142857143 675.9960000000001 Td
 /F1.0 10.5 Tf
 <20286578706f736564206f6e207468652070726f746f747970696e67206d656e7529206f72207573696e67206120> Tj
 ET
@@ -31883,7 +31921,7 @@ ET
 0.733 Tw
 
 BT
-376.0677142857143 778.896 Td
+376.0677142857143 675.9960000000001 Td
 /F1.0 10.5 Tf
 <6d6978696e20616374696f6e> Tj
 ET
@@ -31898,7 +31936,7 @@ ET
 0.733 Tw
 
 BT
-439.91578571428573 778.896 Td
+439.91578571428573 675.9960000000001 Td
 /F1.0 10.5 Tf
 <20636f6e747269627574656420746f206576657279> Tj
 ET
@@ -31911,7 +31949,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 763.116 Td
+48.24000000000001 660.2160000000001 Td
 /F1.0 10.5 Tf
 <646f6d61696e206f626a6563742e> Tj
 ET
@@ -31922,7 +31960,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 735.3359999999999 Td
+48.24000000000001 632.436 Td
 /F1.0 10.5 Tf
 <54686572652061726520736f6d6520646f776e73696465732c2074686f7567683a> Tj
 ET
@@ -31935,7 +31973,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 707.5559999999999 Td
+56.88050000000001 604.6560000000001 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -31950,7 +31988,7 @@ ET
 0.123 Tw
 
 BT
-66.24000000000001 707.5559999999999 Td
+66.24000000000001 604.6560000000001 Td
 /F1.0 10.5 Tf
 [<66696c652d6261736564206c61> 20.01953125 <796f75747320617265206e6f742074797065736166653a2061207479706f2077696c6c20726573756c7420696e20746865206d65746164617461206e6f74206265696e67207069636b> 20.01953125 <656420757020666f7220746865>] TJ
 ET
@@ -31963,7 +32001,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 691.776 Td
+66.24000000000001 588.8760000000001 Td
 /F1.0 10.5 Tf
 <656c656d656e742e> Tj
 ET
@@ -31976,7 +32014,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 669.996 Td
+56.88050000000001 567.0960000000001 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -31991,7 +32029,7 @@ ET
 0.425 Tw
 
 BT
-66.24000000000001 669.996 Td
+66.24000000000001 567.0960000000001 Td
 /F1.0 10.5 Tf
 [<74686579207375666665722066726f6d2073796e746163746963206672> 20.01953125 <6167696c6974793a20616e20696e76616c696420584d4c20646f63756d656e742077696c6c20726573756c7420696e206e6f206d6574616461746120666f7220746865>] TJ
 ET
@@ -32004,7 +32042,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 654.216 Td
+66.24000000000001 551.3160000000001 Td
 /F1.0 10.5 Tf
 <656e7469726520636c6173732e> Tj
 ET
@@ -32017,7 +32055,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 632.436 Td
+56.88050000000001 529.5360000000002 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -32032,7 +32070,7 @@ ET
 1.041 Tw
 
 BT
-66.24000000000001 632.436 Td
+66.24000000000001 529.5360000000003 Td
 /F1.0 10.5 Tf
 <7468657265206973206e6f206e6f74696f6e206f6620696e6865726974616e63652c20736f206120> Tj
 ET
@@ -32047,7 +32085,7 @@ ET
 1.041 Tw
 
 BT
-263.57949999999994 632.436 Td
+263.57949999999994 529.5360000000003 Td
 /F4.0 10.5 Tf
 <2e6c61796f75742e786d6c> Tj
 ET
@@ -32062,7 +32100,7 @@ ET
 1.041 Tw
 
 BT
-321.32949999999994 632.436 Td
+321.32949999999994 529.5360000000003 Td
 /F1.0 10.5 Tf
 <20697320726571756972656420666f7220616c6c20636f6e637265746520636c617373657320616e6420616c736f> Tj
 ET
@@ -32077,7 +32115,7 @@ ET
 1.999 Tw
 
 BT
-66.24000000000001 616.6560000000001 Td
+66.24000000000001 513.7560000000002 Td
 /F1.0 10.5 Tf
 [<666f7220616e> 20.01953125 <79206162737472> 20.01953125 <61637420636c6173736573202869662075736564206173206120636f6c6c656374696f6e2074797065292e20496e20636f6e7472> 20.01953125 <6173742c207468652064657765792d646563696d616c20666f726d6174>] TJ
 ET
@@ -32092,7 +32130,7 @@ ET
 2.538 Tw
 
 BT
-66.24000000000001 600.8760000000001 Td
+66.24000000000001 497.9760000000002 Td
 /F4.0 10.5 Tf
 <404d656d6265724f72646572> Tj
 ET
@@ -32107,7 +32145,7 @@ ET
 2.538 Tw
 
 BT
-129.24 600.8760000000001 Td
+129.24 497.9760000000002 Td
 /F1.0 10.5 Tf
 <20616e6e6f746174696f6e20616c6c6f777320746865206d65746164617461206f662074686520737562636c61737320697473207375706572636c617373657320746f2066697420746f676574686572> Tj
 ET
@@ -32120,7 +32158,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 585.0960000000001 Td
+66.24000000000001 482.19600000000025 Td
 /F1.0 10.5 Tf
 [<72656c61746976656c79207365616d6c6573736c79> 89.84375 <2e>] TJ
 ET
@@ -32133,7 +32171,7 @@ ET
 0.769 Tw
 
 BT
-48.24000000000001 557.316 Td
+48.24000000000001 454.4160000000002 Td
 /F1.0 10.5 Tf
 <54686520> Tj
 ET
@@ -32148,7 +32186,7 @@ ET
 0.769 Tw
 
 BT
-70.42898156738282 557.316 Td
+70.42898156738282 454.4160000000002 Td
 /F4.0 10.5 Tf
 <5878782e6c61796f75742e786d6c> Tj
 ET
@@ -32163,7 +32201,7 @@ ET
 0.769 Tw
 
 BT
-143.92898156738283 557.316 Td
+143.92898156738283 454.4160000000002 Td
 /F1.0 10.5 Tf
 <2066696c65206973206a757374207468652073657269616c697a656420666f726d206f66206120> Tj
 ET
@@ -32178,7 +32216,7 @@ ET
 0.769 Tw
 
 BT
-322.9028156738281 557.316 Td
+322.9028156738281 454.4160000000002 Td
 /F4.0 10.5 Tf
 <47726964> Tj
 ET
@@ -32193,7 +32231,7 @@ ET
 0.769 Tw
 
 BT
-343.9028156738281 557.316 Td
+343.9028156738281 454.4160000000002 Td
 /F1.0 10.5 Tf
 [<206c61> 20.01953125 <796f757420636c61737320646566696e65642077697468696e20417061636865204973697327>] TJ
 ET
@@ -32208,7 +32246,7 @@ ET
 1.581 Tw
 
 BT
-48.24000000000001 541.5360000000001 Td
+48.24000000000001 438.6360000000002 Td
 /F1.0 10.5 Tf
 [<6170706c69622e20546865736520617265204a4158422d616e6e6f746174656420636c6173736573207769746820636f72726573706f6e64696e672058> 9.765625 <534420736368656d61733b2074686520757073686f74206f662074686174206973>] TJ
 ET
@@ -32223,7 +32261,7 @@ ET
 0.257 Tw
 
 BT
-48.24000000000001 525.7560000000001 Td
+48.24000000000001 422.8560000000002 Td
 /F1.0 10.5 Tf
 [<746861742049444573207375636820617320496e74656c6c694a20616e642045636c697073652063616e2070726f766964652022696e74656c6c6973656e7365222c206d616b696e672069746561737920746f20617574686f722073756368206c61> 20.01953125 <796f7574>] TJ
 ET
@@ -32236,7 +32274,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 509.9760000000001 Td
+48.24000000000001 407.07600000000025 Td
 /F1.0 10.5 Tf
 <66696c65732e> Tj
 ET
@@ -32247,7 +32285,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 475.47600000000006 Td
+48.24000000000001 372.5760000000002 Td
 /F2.0 13 Tf
 [<332e322e312e2053656172636820416c676f726974686d20284c696272> 20.01953125 <61727920537570706f727429>] TJ
 ET
@@ -32260,7 +32298,7 @@ ET
 1.087 Tw
 
 BT
-48.24000000000001 448.91600000000005 Td
+48.24000000000001 346.0160000000002 Td
 /F1.0 10.5 Tf
 [<46> 40.0390625 <6f72206120676976656e20646f6d61696e206f626a65637420>] TJ
 ET
@@ -32275,7 +32313,7 @@ ET
 1.087 Tw
 
 BT
-185.9517508544922 448.91600000000005 Td
+185.9517508544922 346.0160000000002 Td
 /F4.0 10.5 Tf
 <587878> Tj
 ET
@@ -32290,7 +32328,7 @@ ET
 1.087 Tw
 
 BT
-201.7017508544922 448.91600000000005 Td
+201.7017508544922 346.0160000000002 Td
 /F1.0 10.5 Tf
 [<20746865206672> 20.01953125 <616d65776f726b20696e697469616c6c7920736561726368657320666f7220612066696c6520286f6e2074686520636c61737370617468292063616c6c6564>] TJ
 ET
@@ -32303,7 +32341,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-48.24000000000001 433.1360000000001 Td
+48.24000000000001 330.2360000000002 Td
 /F4.0 10.5 Tf
 <5878782e6c61796f75742e786d6c> Tj
 ET
@@ -32314,7 +32352,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-121.74000000000001 433.1360000000001 Td
+121.74000000000001 330.2360000000002 Td
 /F1.0 10.5 Tf
 <2e> Tj
 ET
@@ -32327,7 +32365,7 @@ ET
 0.915 Tw
 
 BT
-48.24000000000001 405.35600000000005 Td
+48.24000000000001 302.4560000000002 Td
 /F1.0 10.5 Tf
 [<496620746869732063616ed57420626520666f756e642c207468656e20746865206672> 20.01953125 <616d65776f726b2077696c6c2073656172636820666f7220612066696c65206e616d656420>] TJ
 ET
@@ -32342,7 +32380,7 @@ ET
 0.915 Tw
 
 BT
-412.30205299479167 405.35600000000005 Td
+412.30205299479167 302.4560000000002 Td
 /F4.0 10.5 Tf
 <5878782e6c61796f75742e66616c6c6261636b2e786d6c> Tj
 ET
@@ -32357,7 +32395,7 @@ ET
 0.915 Tw
 
 BT
-533.0520529947917 405.35600000000005 Td
+533.0520529947917 302.4560000000002 Td
 /F1.0 10.5 Tf
 <2e204966> Tj
 ET
@@ -32370,7 +32408,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 389.576 Td
+48.24000000000001 286.67600000000016 Td
 /F1.0 10.5 Tf
 <70726573656e742c20746869732077696c6c206265207573656420696e73746561642e> Tj
 ET
@@ -32383,7 +32421,7 @@ ET
 0.854 Tw
 
 BT
-48.24000000000001 361.79600000000005 Td
+48.24000000000001 258.8960000000002 Td
 /F1.0 10.5 Tf
 [<54686973207468657265666f726520616c6c6f7773206c696272> 20.01953125 <617269657320746861742070726f76696465206120646f6d61696e20656e7469746965732f76696577206d6f64656c732028666f72206578616d706c652c2074686520286e6f6e2d>] TJ
 ET
@@ -32398,7 +32436,7 @@ ET
 2.439 Tw
 
 BT
-48.24000000000001 346.0160000000001 Td
+48.24000000000001 243.11600000000018 Td
 /F1.0 10.5 Tf
 <4153462920> Tj
 ET
@@ -32413,7 +32451,7 @@ ET
 2.439 Tw
 
 BT
-76.32013781738281 346.0160000000001 Td
+76.32013781738281 243.11600000000018 Td
 /F1.0 10.5 Tf
 <496e636f646520506c6174666f726d> Tj
 ET
@@ -32428,7 +32466,7 @@ ET
 2.439 Tw
 
 BT
-159.36777563476562 346.0160000000001 Td
+159.36777563476562 243.11600000000018 Td
 /F1.0 10.5 Tf
 [<206d6f64756c65732920746f20646566696e6520746865205549206f66207468657365206f626a65637473207573696e672061206c61> 20.01953125 <796f75742066696c652c207768696c65207374696c6c>] TJ
 ET
@@ -32441,7 +32479,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 330.23600000000005 Td
+48.24000000000001 227.33600000000018 Td
 /F1.0 10.5 Tf
 [<616c6c6f77696e672074686520636f6e73756d696e67206170706c69636174696f6e20746f206f766572726964652074686174206c61> 20.01953125 <796f757420696620697420736f2072657175697265732e>] TJ
 ET
@@ -32451,8 +32489,8 @@ ET
 q
 0.5 w
 0.933 0.933 0.933 SCN
-113.807 171.960 m
-113.807 314.420 l
+113.807 69.060 m
+113.807 211.520 l
 S
 Q
 0.098 0.251 0.486 scn
@@ -32463,7 +32501,7 @@ Q
 0.098 0.251 0.486 SCN
 
 BT
-76.73933333333335 234.61000000000007 Td
+76.73933333333335 131.71000000000015 Td
 /F3.1 24 Tf
 <21> Tj
 ET
@@ -32476,7 +32514,7 @@ ET
 4.723 Tw
 
 BT
-125.80666666666667 298.4560000000001 Td
+125.80666666666667 195.55600000000018 Td
 /F1.0 10.5 Tf
 [<497420697320616c736f20706f737369626c6520746f206465736372696265206c61> 20.01953125 <796f757473207573696e67206120>] TJ
 ET
@@ -32491,7 +32529,7 @@ ET
 4.723 Tw
 
 BT
-390.1340384706439 298.4560000000001 Td
+390.1340384706439 195.55600000000018 Td
 /F4.0 10.5 Tf
 <2e6c61796f75742e6a736f6e> Tj
 ET
@@ -32506,7 +32544,7 @@ ET
 4.723 Tw
 
 BT
-453.1340384706439 298.4560000000001 Td
+453.1340384706439 195.55600000000018 Td
 /F1.0 10.5 Tf
 <2066696c652e20486f77657665722c> Tj
 ET
@@ -32521,7 +32559,7 @@ ET
 1.009 Tw
 
 BT
-125.80666666666667 282.67600000000004 Td
+125.80666666666667 179.77600000000018 Td
 /F4.0 10.5 Tf
 <2e6c61796f75742e6a736f6e> Tj
 ET
@@ -32536,7 +32574,7 @@ ET
 1.009 Tw
 
 BT
-188.80666666666667 282.67600000000004 Td
+188.80666666666667 179.77600000000018 Td
 /F1.0 10.5 Tf
 <20737570706f727420697320646570726563617465643b2074686520> Tj
 ET
@@ -32551,7 +32589,7 @@ ET
 1.009 Tw
 
 BT
-329.3418333333333 282.67600000000004 Td
+329.3418333333333 179.77600000000018 Td
 /F4.0 10.5 Tf
 <2e6c61796f75742e786d6c> Tj
 ET
@@ -32566,7 +32604,7 @@ ET
 1.009 Tw
 
 BT
-387.09183333333334 282.67600000000004 Td
+387.09183333333334 179.77600000000018 Td
 /F1.0 10.5 Tf
 <2066696c6520616c736f20656e61626c6573206d756368206d6f7265> Tj
 ET
@@ -32579,7 +32617,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.80666666666667 266.8960000000001 Td
+125.80666666666667 163.99600000000018 Td
 /F1.0 10.5 Tf
 [<736f7068697374696361746564206c61> 20.01953125 <796f757473207468616e2074686f7365206166666f726465642062> 20.01953125 <7920>] TJ
 ET
@@ -32590,7 +32628,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-349.05725651041666 266.8960000000001 Td
+349.05725651041666 163.99600000000018 Td
 /F4.0 10.5 Tf
 <2e6c61796f75742e6a736f6e> Tj
 ET
@@ -32601,7 +32639,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-412.0572565104167 266.8960000000001 Td
+412.0572565104167 163.99600000000018 Td
 /F1.0 10.5 Tf
 <2e> Tj
 ET
@@ -32614,7 +32652,7 @@ ET
 2.346 Tw
 
 BT
-125.80666666666667 239.11600000000004 Td
+125.80666666666667 136.21600000000018 Td
 /F1.0 10.5 Tf
 <496620796f75206861766520616e206170706c69636174696f6e2077697468206f6c64657220> Tj
 ET
@@ -32629,7 +32667,7 @@ ET
 2.346 Tw
 
 BT
-329.93734615384614 239.11600000000004 Td
+329.93734615384614 136.21600000000018 Td
 /F4.0 10.5 Tf
 <2e6c61796f75742e6a736f6e> Tj
 ET
@@ -32644,7 +32682,7 @@ ET
 2.346 Tw
 
 BT
-392.93734615384614 239.11600000000004 Td
+392.93734615384614 136.21600000000018 Td
 /F1.0 10.5 Tf
 <2066696c65732c207468656e20697420697320706f737369626c6520746f> Tj
 ET
@@ -32659,7 +32697,7 @@ ET
 1.358 Tw
 
 BT
-125.80666666666667 223.33600000000004 Td
+125.80666666666667 120.43600000000018 Td
 /F1.0 10.5 Tf
 <646f776e6c6f616420696e697469616c20> Tj
 ET
@@ -32674,7 +32712,7 @@ ET
 1.358 Tw
 
 BT
-213.59423333333334 223.33600000000004 Td
+213.59423333333334 120.43600000000018 Td
 /F4.0 10.5 Tf
 <2e6c61796f75742e786d6c> Tj
 ET
@@ -32689,7 +32727,7 @@ ET
 1.358 Tw
 
 BT
-271.34423333333336 223.33600000000004 Td
+271.34423333333336 120.43600000000018 Td
 /F1.0 10.5 Tf
 <2066696c6573207573696e672074686520> Tj
 ET
@@ -32704,7 +32742,7 @@ ET
 1.358 Tw
 
 BT
-351.62136666666663 223.33600000000004 Td
+351.62136666666663 120.43600000000018 Td
 /F4.0 10.5 Tf
 <4c61796f757453657276696365> Tj
 ET
@@ -32719,7 +32757,7 @@ ET
 1.358 Tw
 
 BT
-419.87136666666663 223.33600000000004 Td
+419.87136666666663 120.43600000000018 Td
 /F1.0 10.5 Tf
 <20286578706f73656420617320616e20616374696f6e> Tj
 ET
@@ -32732,7 +32770,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.80666666666667 207.55600000000004 Td
+125.80666666666667 104.65600000000018 Td
 /F1.0 10.5 Tf
 <6f6e207468652070726f746f747970696e67206d656e75292e> Tj
 ET
@@ -32743,7 +32781,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.80666666666667 179.77600000000004 Td
+125.80666666666667 76.87600000000018 Td
 /F1.0 10.5 Tf
 <54686520> Tj
 ET
@@ -32754,7 +32792,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-147.2266666666667 179.77600000000004 Td
+147.2266666666667 76.87600000000018 Td
 /F4.0 10.5 Tf
 <2e6c61796f75742e6a736f6e> Tj
 ET
@@ -32765,7 +32803,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-210.2266666666667 179.77600000000004 Td
+210.2266666666667 76.87600000000018 Td
 /F1.0 10.5 Tf
 <2066696c652077696c6c2062652069676e6f726564206f6e6365206120> Tj
 ET
@@ -32776,7 +32814,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-344.6581666666667 179.77600000000004 Td
+344.6581666666667 76.87600000000018 Td
 /F4.0 10.5 Tf
 <2e6c61796f75742e786d6c> Tj
 ET
@@ -32787,106 +32825,13 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-402.4081666666667 179.77600000000004 Td
+402.4081666666667 76.87600000000018 Td
 /F1.0 10.5 Tf
 <2066696c652069732070726573656e742e> 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 141.276 Td
-/F2.0 13 Tf
-<332e322e322e20477269647320767320436f6d706f6e656e7473> 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 114.71600000000002 Td
-/F1.0 10.5 Tf
-[<546865206c61> 20.01953125 <796f75742066696c652064697374696e67756973686573206265747765656e2074776f207479706573206f6620656c656d656e743a>] TJ
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
--0.500 Tc
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-56.88050000000001 86.93600000000002 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-0.000 Tc
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-66.24000000000001 86.93600000000002 Td
-/F1.0 10.5 Tf
-<74686f7365207468617420646566696e6520612067726964207374727563747572652c206f663a20726f77732c20636f6c756d6e732c207461622067726f75707320616e6420746162732e> 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.767 Tw
-
-BT
-66.24000000000001 59.15600000000002 Td
-/F1.0 10.5 Tf
-<54686520726f777320616e6420636f6c756d6e732061726520636c6f73656c79206d6f64656c6c6564206f6e20> 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.767 Tw
-
-BT
-309.1707760416666 59.15600000000002 Td
-/F1.0 10.5 Tf
-[<426f6f74737472> 20.01953125 <61702033>] 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.767 Tw
-
-BT
-366.70041796875 59.15600000000002 Td
-/F1.0 10.5 Tf
-<20287573656420696e2074686520696d706c656d656e746174696f6e206f6620746865> Tj
-ET
-
-
-0.000 Tw
-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
@@ -32911,21 +32856,32 @@ Q
 
 endstream
 endobj
-246 0 obj
+245 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 245 0 R
+/Contents 244 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F4.0 53 0 R
 /F2.0 18 0 R
 /F3.1 45 0 R
 >>
-/XObject << /Stamp1 720 0 R
+/XObject << /Stamp1 722 0 R
+>>
 >>
+/Annots [246 0 R 247 0 R 248 0 R 249 0 R 252 0 R 253 0 R]
+>>
+endobj
+246 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../ugfun/ugfun.pdf#_ugfun_how-tos_contributed-members)
 >>
-/Annots [247 0 R 248 0 R 249 0 R 252 0 R 253 0 R 255 0 R]
+/Subtype /Link
+/Rect [227.90192307692308 732.27 419.4553846153846 746.5500000000001]
+/Type /Annot
 >>
 endobj
 247 0 obj
@@ -32935,7 +32891,7 @@ endobj
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_metadata-api_LayoutService)
 >>
 /Subtype /Link
-/Rect [67.66257142857143 777.4259999999999 135.91257142857143 787.9259999999999]
+/Rect [67.66257142857144 674.5260000000001 135.91257142857143 685.0260000000001]
 /Type /Annot
 >>
 endobj
@@ -32946,7 +32902,7 @@ endobj
 /URI (../rgcms/rgcms.pdf#_rgcms_classes_mixins_Object)
 >>
 /Subtype /Link
-/Rect [376.0677142857143 775.8299999999999 439.91578571428573 790.11]
+/Rect [376.0677142857143 672.9300000000001 439.91578571428573 687.2100000000002]
 /Type /Annot
 >>
 endobj
@@ -32957,16 +32913,16 @@ endobj
 /URI (../rgcms/rgcms.pdf#_rgcms_classes_layout)
 >>
 /Subtype /Link
-/Rect [322.9028156738281 555.846 343.9028156738281 566.3460000000001]
+/Rect [322.9028156738281 452.9460000000002 343.9028156738281 463.4460000000002]
 /Type /Annot
 >>
 endobj
 250 0 obj
-[246 0 R /XYZ 0 494.1600000000001 null]
+[245 0 R /XYZ 0 391.2600000000002 null]
 endobj
 251 0 obj
 << /Limits [(related-functionality-2) (screenshots-6)]
-/Names [(related-functionality-2) 74 0 R (request-parameters) 539 0 R (required-updates-to-the-dom-project-s-pom-xml) 313 0 R (rows-full-width-cols-and-tabs) 270 0 R (screencast) 261 0 R (screenshot) 482 0 R (screenshots) 41 0 R (screenshots-10) 532 0 R (screenshots-2) 58 0 R (screenshots-3) 80 0 R (screenshots-4) 118 0 R (screenshots-5) 158 0 R (screenshots-6) 405 0 R]
+/Names [(related-functionality-2) 74 0 R (request-parameters) 541 0 R (required-updates-to-the-dom-project-s-pom-xml) 315 0 R (rows-full-width-cols-and-tabs) 272 0 R (screencast) 261 0 R (screenshot) 484 0 R (screenshots) 41 0 R (screenshots-10) 534 0 R (screenshots-2) 58 0 R (screenshots-3) 80 0 R (screenshots-4) 118 0 R (screenshots-5) 158 0 R (screenshots-6) 407 0 R]
 >>
 endobj
 252 0 obj
@@ -32976,7 +32932,7 @@ endobj
 /URI (http://platform.incode.org)
 >>
 /Subtype /Link
-/Rect [76.32013781738281 342.9500000000001 159.36777563476562 357.2300000000001]
+/Rect [76.32013781738281 240.05000000000018 159.36777563476562 254.33000000000018]
 /Type /Annot
 >>
 endobj
@@ -32987,36 +32943,115 @@ endobj
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_metadata-api_LayoutService)
 >>
 /Subtype /Link
-/Rect [351.62136666666663 221.86600000000004 419.87136666666663 232.36600000000004]
+/Rect [351.62136666666663 118.96600000000018 419.87136666666663 129.46600000000018]
 /Type /Annot
 >>
 endobj
 254 0 obj
-[246 0 R /XYZ 0 159.96000000000004 null]
-endobj
-255 0 obj
-<< /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (http://getbootstrap.com)
->>
-/Subtype /Link
-/Rect [309.1707760416666 56.09000000000002 366.70041796875 70.37000000000002]
-/Type /Annot
->>
-endobj
-256 0 obj
-<< /Length 6205
+<< /Length 6634
 >>
 stream
 q
 /DeviceRGB cs
-0.259 0.545 0.792 scn
+0.200 0.200 0.200 scn
 /DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 792.006 Td
+/F2.0 13 Tf
+<332e322e322e20477269647320767320436f6d706f6e656e7473> 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
+[<546865206c61> 20.01953125 <796f75742066696c652064697374696e67756973686573206265747765656e2074776f207479706573206f6620656c656d656e743a>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+56.88050000000001 737.666 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+0.000 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+66.24000000000001 737.666 Td
+/F1.0 10.5 Tf
+<74686f7365207468617420646566696e6520612067726964207374727563747572652c206f663a20726f77732c20636f6c756d6e732c207461622067726f75707320616e6420746162732e> 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.767 Tw
+
+BT
+66.24000000000001 709.8860000000001 Td
+/F1.0 10.5 Tf
+<54686520726f777320616e6420636f6c756d6e732061726520636c6f73656c79206d6f64656c6c6564206f6e20> 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.767 Tw
+
 BT
-66.24000000000001 794.6759999999999 Td
+309.1707760416666 709.8860000000001 Td
+/F1.0 10.5 Tf
+[<426f6f74737472> 20.01953125 <61702033>] 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.767 Tw
+
+BT
+366.70041796875 709.8860000000001 Td
+/F1.0 10.5 Tf
+<20287573656420696e2074686520696d706c656d656e746174696f6e206f6620746865> 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
+66.24000000000001 694.1060000000001 Td
 /F1.0 10.5 Tf
 [<5769636b> 20.01953125 <657420766965776572>] TJ
 ET
@@ -33027,7 +33062,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.343294921875 794.6759999999999 Td
+138.343294921875 694.1060000000001 Td
 /F1.0 10.5 Tf
 <292e> Tj
 ET
@@ -33040,7 +33075,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 766.896 Td
+56.88050000000001 666.3260000000001 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -33055,7 +33090,7 @@ ET
 2.867 Tw
 
 BT
-66.24000000000001 766.896 Td
+66.24000000000001 666.3260000000001 Td
 /F1.0 10.5 Tf
 <74686f7365207468617420646566696e657320636f6d6d6f6e20636f6d706f6e656e74732c206f663a206669656c6473657473202870726576696f75736c792063616c6c6564206d656d6265722067726f757073206f72> Tj
 ET
@@ -33070,7 +33105,7 @@ ET
 2.001 Tw
 
 BT
-66.24000000000001 751.116 Td
+66.24000000000001 650.5460000000002 Td
 /F1.0 10.5 Tf
 <70726f70657274792067726f757073292c2070726f706572746965732c20636f6c6c656374696f6e732c20616374696f6e7320616e6420616c736f20746865207469746c652f69636f6e206f662074686520646f6d61696e206f626a656374> Tj
 ET
@@ -33083,7 +33118,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 735.336 Td
+66.24000000000001 634.7660000000002 Td
 /F1.0 10.5 Tf
 <697473656c662e> Tj
 ET
@@ -33096,7 +33131,7 @@ ET
 1.158 Tw
 
 BT
-48.24000000000001 707.5559999999999 Td
+48.24000000000001 606.9860000000001 Td
 /F1.0 10.5 Tf
 <4d6f726520696e666f726d6174696f6e2061626f757420746865736520636c61737365732063616e20626520666f756e6420696e20> Tj
 ET
@@ -33111,7 +33146,7 @@ ET
 1.158 Tw
 
 BT
-329.31719999999996 707.5559999999999 Td
+329.31719999999996 606.9860000000001 Td
 /F1.0 10.5 Tf
 <746865207265666572656e6365206775696465> Tj
 ET
@@ -33126,7 +33161,7 @@ ET
 1.158 Tw
 
 BT
-428.92546666666664 707.5559999999999 Td
+428.92546666666664 606.9860000000001 Td
 /F1.0 10.5 Tf
 <2e20204d6f726520696e666f726d6174696f6e206f6e> Tj
 ET
@@ -33139,7 +33174,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 691.776 Td
+48.24000000000001 591.2060000000001 Td
 /F1.0 10.5 Tf
 [<426f6f74737472> 20.01953125 <61702033d57320677269642073797374656d2063616e20626520666f756e6420>] TJ
 ET
@@ -33150,7 +33185,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-243.37179492187502 691.776 Td
+243.37179492187502 591.2060000000001 Td
 /F1.0 10.5 Tf
 <68657265> Tj
 ET
@@ -33161,7 +33196,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-266.209294921875 691.776 Td
+266.209294921875 591.2060000000001 Td
 /F1.0 10.5 Tf
 <2e> Tj
 ET
@@ -33172,7 +33207,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 657.2760000000001 Td
+48.24000000000001 556.7060000000002 Td
 /F2.0 13 Tf
 <332e322e332e2053637265656e63617374> Tj
 ET
@@ -33183,7 +33218,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 630.7160000000001 Td
+48.24000000000001 530.1460000000004 Td
 /F1.0 10.5 Tf
 <5468697320> Tj
 ET
@@ -33194,7 +33229,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-72.12750000000001 630.7160000000001 Td
+72.12750000000001 530.1460000000004 Td
 /F1.0 10.5 Tf
 <73637265656e63617374> Tj
 ET
@@ -33205,7 +33240,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-124.4805 630.7160000000001 Td
+124.4805 530.1460000000004 Td
 /F1.0 10.5 Tf
 <206465736372696265732074686520666561747572652e> Tj
 ET
@@ -33216,7 +33251,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 596.2160000000002 Td
+48.24000000000001 495.64600000000036 Td
 /F2.0 13 Tf
 <332e322e342e204578616d706c6573> Tj
 ET
@@ -33229,7 +33264,7 @@ ET
 0.722 Tw
 
 BT
-48.24000000000001 569.6560000000003 Td
+48.24000000000001 469.08600000000035 Td
 /F1.0 10.5 Tf
 [<50726f6261626c79207468652065617369657374207761> 20.01953125 <7920746f20756e6465727374616e642064796e616d696320584d4c206c61> 20.01953125 <796f7574732069732062> 20.01953125 <79206578616d706c652e2046> 40.0390625 <6f722074686973207765d56c6c2075736520746865>] TJ
 ET
@@ -33242,7 +33277,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-48.24000000000001 553.8760000000003 Td
+48.24000000000001 453.3060000000004 Td
 /F4.0 10.5 Tf
 <546f446f4974656d> Tj
 ET
@@ -33253,7 +33288,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-90.24000000000001 553.8760000000003 Td
+90.24000000000001 453.3060000000004 Td
 /F1.0 10.5 Tf
 <2066726f6d2074686520286e6f6e2d4153462920> Tj
 ET
@@ -33264,7 +33299,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-191.29200000000003 553.8760000000003 Td
+191.29200000000003 453.3060000000004 Td
 /F1.0 10.5 Tf
 <49736973206164646f6e732720746f646f617070> Tj
 ET
@@ -33275,85 +33310,13 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-293.07900000000006 553.8760000000003 Td
+293.07900000000006 453.3060000000004 Td
 /F1.0 10.5 Tf
 <3a> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-
-q
-498.800 0 0 409.757 48.240 128.303 cm
-/I26 Do
-Q
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24000000000001 100.28928593996888 Td
-/F2.0 10.5 Tf
-<4e616d65737061636573> 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.315 Tw
-
-BT
-48.24000000000001 74.45928593996888 Td
-/F1.0 10.5 Tf
-<4669727374207468696e67732066697273743b20657665727920> 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.315 Tw
-
-BT
-169.93589663461537 74.45928593996888 Td
-/F4.0 10.5 Tf
-<2e6c61796f75742e786d6c> 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.315 Tw
-
-BT
-227.68589663461537 74.45928593996888 Td
-/F1.0 10.5 Tf
-[<2066696c65206d7573742070726f7065726c79206465636c617265207468652058> 9.765625 <5344206e616d6573706163657320616e6420736368656d61732e>] 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 58.67928593996888 Td
-/F1.0 10.5 Tf
-<5468657265206172652074776f3a206f6e6520666f7220746865206772696420636c61737365732c20616e64206f6e6520666f722074686520636f6d6d6f6e20636f6d706f6e656e7420636c61737365733a> 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
@@ -33378,21 +33341,34 @@ Q
 
 endstream
 endobj
-257 0 obj
+255 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 256 0 R
+/Contents 254 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F1.0 8 0 R
-/F2.0 18 0 R
+/Font << /F2.0 18 0 R
+/F1.0 8 0 R
 /F4.0 53 0 R
 >>
-/XObject << /I26 265 0 R
-/Stamp1 720 0 R
+/XObject << /Stamp1 722 0 R
 >>
 >>
-/Annots [258 0 R 259 0 R 260 0 R 262 0 R 264 0 R 266 0 R]
+/Annots [257 0 R 258 0 R 259 0 R 260 0 R 262 0 R 264 0 R]
+>>
+endobj
+256 0 obj
+[255 0 R /XYZ 0 841.89 null]
+endobj
+257 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (http://getbootstrap.com)
+>>
+/Subtype /Link
+/Rect [309.1707760416666 706.82 366.70041796875 721.1000000000001]
+/Type /Annot
 >>
 endobj
 258 0 obj
@@ -33402,7 +33378,7 @@ endobj
 /URI (../ugvw/ugvw.pdf)
 >>
 /Subtype /Link
-/Rect [66.24000000000001 791.6099999999999 138.343294921875 805.89]
+/Rect [66.24000000000001 691.0400000000001 138.343294921875 705.3200000000002]
 /Type /Annot
 >>
 endobj
@@ -33413,7 +33389,7 @@ endobj
 /URI (../rgcms/rgcms.pdf#_rgcms_classes_layout)
 >>
 /Subtype /Link
-/Rect [329.31719999999996 704.4899999999999 428.92546666666664 718.77]
+/Rect [329.31719999999996 603.9200000000001 428.92546666666664 618.2000000000002]
 /Type /Annot
 >>
 endobj
@@ -33424,12 +33400,12 @@ endobj
 /URI (http://getbootstrap.com/css/#grid)
 >>
 /Subtype /Link
-/Rect [243.37179492187502 688.7099999999999 266.209294921875 702.99]
+/Rect [243.37179492187502 588.1400000000001 266.209294921875 602.4200000000002]
 /Type /Annot
 >>
 endobj
 261 0 obj
-[257 0 R /XYZ 0 675.96 null]
+[255 0 R /XYZ 0 575.3900000000002 null]
 endobj
 262 0 obj
 << /Border [0 0 0]
@@ -33438,12 +33414,12 @@ endobj
 /URI (https://www.youtube.com/watch?v=MxewC5Pve5k)
 >>
 /Subtype /Link
-/Rect [72.12750000000001 627.6500000000001 124.4805 641.9300000000002]
+/Rect [72.12750000000001 527.0800000000004 124.4805 541.3600000000004]
 /Type /Annot
 >>
 endobj
 263 0 obj
-[257 0 R /XYZ 0 614.9000000000002 null]
+[255 0 R /XYZ 0 514.3300000000004 null]
 endobj
 264 0 obj
 << /Border [0 0 0]
@@ -33452,7 +33428,7 @@ endobj
 /URI (http://github.com/isisaddons/isis-app-todoapp)
 >>
 /Subtype /Link
-/Rect [191.29200000000003 550.8100000000004 293.07900000000006 565.0900000000004]
+/Rect [191.29200000000003 450.2400000000004 293.07900000000006 464.5200000000004]
 /Type /Annot
 >>
 endobj
@@ -33651,60 +33627,116 @@ l
 endstream
 endobj
 266 0 obj
-<< /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (images/layout-dynamic-xml/ToDoItem.png)
->>
-/Subtype /Link
-/Rect [48.24000000000001 128.30328593996887 547.04 538.0600000000004]
-/Type /Annot
->>
-endobj
-267 0 obj
-[257 0 R /XYZ 0 116.30328593996887 null]
-endobj
-268 0 obj
-<< /Length 30876
+<< /Length 9111
 >>
 stream
 q
+
 q
+498.800 0 0 409.757 48.240 396.133 cm
+/I26 Do
+Q
 /DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 368.11928593996845 Td
+/F2.0 10.5 Tf
+<4e616d65737061636573> 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.315 Tw
+
+BT
+48.24 342.2892859399684 Td
+/F1.0 10.5 Tf
+<4669727374207468696e67732066697273743b20657665727920> 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.315 Tw
+
+BT
+169.93589663461537 342.2892859399684 Td
+/F4.0 10.5 Tf
+<2e6c61796f75742e786d6c> 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.315 Tw
+
+BT
+227.68589663461537 342.2892859399684 Td
+/F1.0 10.5 Tf
+[<2066696c65206d7573742070726f7065726c79206465636c617265207468652058> 9.765625 <5344206e616d6573706163657320616e6420736368656d61732e>] 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.24 326.50928593996844 Td
+/F1.0 10.5 Tf
+<5468657265206172652074776f3a206f6e6520666f7220746865206772696420636c61737365732c20616e64206f6e6520666f722074686520636f6d6d6f6e20636f6d706f6e656e7420636c61737365733a> 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 805.890 m
-543.040 805.890 l
-545.249 805.890 547.040 804.099 547.040 801.890 c
-547.040 611.010 l
-547.040 608.801 545.249 607.010 543.040 607.010 c
-52.240 607.010 l
-50.031 607.010 48.240 608.801 48.240 611.010 c
-48.240 801.890 l
-48.240 804.099 50.031 805.890 52.240 805.890 c
+52.240 310.693 m
+543.040 310.693 l
+545.249 310.693 547.040 308.902 547.040 306.693 c
+547.040 115.813 l
+547.040 113.604 545.249 111.813 543.040 111.813 c
+52.240 111.813 l
+50.031 111.813 48.240 113.604 48.240 115.813 c
+48.240 306.693 l
+48.240 308.902 50.031 310.693 52.240 310.693 c
 h
 f
-/DeviceRGB CS
 0.800 0.800 0.800 SCN
 0.75 w
-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 611.010 l
-547.040 608.801 545.249 607.010 543.040 607.010 c
-52.240 607.010 l
-50.031 607.010 48.240 608.801 48.240 611.010 c
-48.240 801.890 l
-48.240 804.099 50.031 805.890 52.240 805.890 c
+52.240 310.693 m
+543.040 310.693 l
+545.249 310.693 547.040 308.902 547.040 306.693 c
+547.040 115.813 l
+547.040 113.604 545.249 111.813 543.040 111.813 c
+52.240 111.813 l
+50.031 111.813 48.240 113.604 48.240 115.813 c
+48.240 306.693 l
+48.240 308.902 50.031 310.693 52.240 310.693 c
 h
 S
 Q
-/DeviceRGB cs
 0.200 0.200 0.200 scn
-/DeviceRGB CS
 0.200 0.200 0.200 SCN
 
 BT
-59.24 783.0649999999999 Td
+59.24 287.86828593996836 Td
 /F4.0 11 Tf
 <3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d3822207374616e64616c6f6e653d22796573223f3e> Tj
 ET
@@ -33715,7 +33747,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-59.24 768.3249999999999 Td
+59.24 273.1282859399684 Td
 /F4.0 11 Tf
 <3c6273333a67726964> Tj
 ET
@@ -33726,7 +33758,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 753.585 Td
+59.24 258.3882859399684 Td
 /F4.0 11 Tf
 <ca20> Tj
 ET
@@ -33737,7 +33769,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-70.24000000000001 753.585 Td
+70.24000000000001 258.3882859399684 Td
 /F4.0 11 Tf
 <7873693a736368656d614c6f636174696f6e> Tj
 ET
@@ -33748,7 +33780,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-169.24 753.585 Td
+169.24 258.3882859399684 Td
 /F4.0 11 Tf
 <3d> Tj
 ET
@@ -33759,7 +33791,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-174.74 753.585 Td
+174.74 258.3882859399684 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -33770,7 +33802,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-180.24 753.585 Td
+180.24 258.3882859399684 Td
 /F4.0 11 Tf
 <687474703a2f2f697369732e6170616368652e6f72672f6170706c69622f6c61796f75742f636f6d706f6e656e74> Tj
 ET
@@ -33781,7 +33813,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-59.24 738.845 Td
+59.24 243.6482859399684 Td
 /F4.0 11 Tf
 <ca202020202020202020202020202020202020202020> Tj
 ET
@@ -33792,7 +33824,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-180.24 738.845 Td
+180.24 243.6482859399684 Td
 /F4.0 11 Tf
 <687474703a2f2f697369732e6170616368652e6f72672f6170706c69622f6c61796f75742f636f6d706f6e656e742f636f6d706f6e656e742e787364> Tj
 ET
@@ -33803,7 +33835,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-59.24 724.105 Td
+59.24 228.90828593996838 Td
 /F4.0 11 Tf
 <ca202020202020202020202020202020202020202020> Tj
 ET
@@ -33814,7 +33846,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-180.24 724.105 Td
+180.24 228.90828593996838 Td
 /F4.0 11 Tf
 <687474703a2f2f697369732e6170616368652e6f72672f6170706c69622f6c61796f75742f677269642f626f6f74737472617033> Tj
 ET
@@ -33825,7 +33857,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-59.24 709.365 Td
+59.24 214.1682859399684 Td
 /F4.0 11 Tf
 <ca> Tj
 ET
@@ -33836,7 +33868,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-59.24 694.625 Td
+59.24 199.42828593996842 Td
 /F4.0 11 Tf
 <687474703a2f2f697369732e6170616368652e6f72672f6170706c69622f6c61796f75742f677269642f626f6f747374726170332f626f6f747374726170332e787364> Tj
 ET
@@ -33847,7 +33879,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-427.74 694.625 Td
+427.74 199.42828593996842 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -33858,7 +33890,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 679.885 Td
+59.24 184.6882859399684 Td
 /F4.0 11 Tf
 <ca20> Tj
 ET
@@ -33869,7 +33901,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-70.24000000000001 679.885 Td
+70.24000000000001 184.6882859399684 Td
 /F4.0 11 Tf
 <786d6c6e733a627333> Tj
 ET
@@ -33880,7 +33912,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-119.74000000000001 679.885 Td
+119.74000000000001 184.6882859399684 Td
 /F4.0 11 Tf
 <3d> Tj
 ET
@@ -33891,7 +33923,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-125.24000000000001 679.885 Td
+125.24000000000001 184.6882859399684 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -33902,7 +33934,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-130.74 679.885 Td
+130.74 184.6882859399684 Td
 /F4.0 11 Tf
 <687474703a2f2f697369732e6170616368652e6f72672f6170706c69622f6c61796f75742f677269642f626f6f74737472617033> Tj
 ET
@@ -33913,7 +33945,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-416.74 679.885 Td
+416.74 184.6882859399684 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -33924,7 +33956,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 665.145 Td
+59.24 169.9482859399684 Td
 /F4.0 11 Tf
 <ca20> Tj
 ET
@@ -33935,7 +33967,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-70.24000000000001 665.145 Td
+70.24000000000001 169.9482859399684 Td
 /F4.0 11 Tf
 <786d6c6e733a63> Tj
 ET
@@ -33946,7 +33978,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-108.74000000000001 665.145 Td
+108.74000000000001 169.9482859399684 Td
 /F4.0 11 Tf
 <3d> Tj
 ET
@@ -33957,7 +33989,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-114.24000000000001 665.145 Td
+114.24000000000001 169.9482859399684 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -33968,7 +34000,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-119.74000000000001 665.145 Td
+119.74000000000001 169.9482859399684 Td
 /F4.0 11 Tf
 <687474703a2f2f697369732e6170616368652e6f72672f6170706c69622f6c61796f75742f636f6d706f6e656e74> Tj
 ET
@@ -33979,7 +34011,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-372.74 665.145 Td
+372.74 169.9482859399684 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -33990,7 +34022,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 650.405 Td
+59.24 155.20828593996842 Td
 /F4.0 11 Tf
 <ca20> Tj
 ET
@@ -34001,7 +34033,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-70.24000000000001 650.405 Td
+70.24000000000001 155.20828593996842 Td
 /F4.0 11 Tf
 <786d6c6e733a787369> Tj
 ET
@@ -34012,7 +34044,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-119.74000000000001 650.405 Td
+119.74000000000001 155.20828593996842 Td
 /F4.0 11 Tf
 <3d> Tj
 ET
@@ -34023,7 +34055,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-125.24000000000001 650.405 Td
+125.24000000000001 155.20828593996842 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -34034,7 +34066,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-130.74 650.405 Td
+130.74 155.20828593996842 Td
 /F4.0 11 Tf
 <687474703a2f2f7777772e77332e6f72672f323030312f584d4c536368656d612d696e7374616e6365> Tj
 ET
@@ -34045,7 +34077,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-356.24 650.405 Td
+356.24 155.20828593996842 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -34056,7 +34088,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-361.74 650.405 Td
+361.74 155.20828593996842 Td
 /F4.0 11 Tf
 <3e> Tj
 ET
@@ -34067,7 +34099,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 635.665 Td
+59.24 140.4682859399684 Td
 /F4.0 11 Tf
 <ca202020> Tj
 ET
@@ -34078,7 +34110,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-81.24000000000001 635.665 Td
+81.24000000000001 140.4682859399684 Td
 /F4.0 11 Tf
 <2e2e2e> Tj
 ET
@@ -34089,7 +34121,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-59.24 620.925 Td
+59.24 125.7282859399684 Td
 /F4.0 11 Tf
 <3c2f6273333a677269643e> Tj
 ET
@@ -34102,7 +34134,7 @@ ET
 2.645 Tw
 
 BT
-48.24 583.0459999999999 Td
+48.24 87.84928593996841 Td
 /F1.0 10.5 Tf
 [<4d6f737420494445732077696c6c206175746f6d61746963616c6c7920646f776e6c6f6164207468652058> 9.765625 <534420736368656d61732066726f6d207468652073706563696669656420736368656d61206c6f636174696f6e732c>] TJ
 ET
@@ -34115,18 +34147,80 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 567.266 Td
+48.24 72.06928593996841 Td
 /F1.0 10.5 Tf
 [<746865726562> 20.01953125 <792070726f766964696e672022696e74656c6c6973656e7365222068656c7020617320796f752065646974207468652066696c652e>] 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
+1 w
+0 J
+0 j
+[ ] 0 d
+/Stamp1 Do
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-48.24 535.4360000000001 Td
+535.978 14.388 Td
+/F1.0 9 Tf
+<3239> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+Q
+
+endstream
+endobj
+267 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 266 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/XObject << /I26 265 0 R
+/Stamp1 722 0 R
+>>
+/Font << /F2.0 18 0 R
+/F1.0 8 0 R
+/F4.0 53 0 R
+>>
+>>
+/Annots [268 0 R]
+>>
+endobj
+268 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (images/layout-dynamic-xml/ToDoItem.png)
+>>
+/Subtype /Link
+/Rect [48.24 396.13328593996846 547.04 805.89]
+/Type /Annot
+>>
+endobj
+269 0 obj
+[267 0 R /XYZ 0 384.13328593996846 null]
+endobj
+270 0 obj
+<< /Length 24576
+>>
+stream
+q
+/DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 794.6759999999999 Td
 /F2.0 10.5 Tf
 <526f77732c2066756c6c2d776964746820636f6c732c20616e642074616273> Tj
 ET
@@ -34139,7 +34233,7 @@ ET
 0.331 Tw
 
 BT
-48.24 509.60600000000017 Td
+48.24 768.846 Td
 /F1.0 10.5 Tf
 [<546865206578616d706c65206c61> 20.01953125 <796f757420636f6e7369737473206f6620746872656520726f77733a206120726f7720666f7220746865206f626a6563742f69636f6e2c206120726f7720636f6e7461696e696e6720612070726f706572746965732c>] TJ
 ET
@@ -34154,7 +34248,7 @@ ET
 0.709 Tw
 
 BT
-48.24 493.82600000000014 Td
+48.24 753.066 Td
 /F1.0 10.5 Tf
 <616e64206120726f7720636f6e7461696e696e6720636f6c6c656374696f6e732e20496e20616c6c2074687265652063617365732074686520726f7720636f6e7461696e7320612073696e676c6520636f6c756d6e207370616e6e696e6720746865> Tj
 ET
@@ -34167,7 +34261,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 478.04600000000016 Td
+48.24 737.2860000000001 Td
 /F1.0 10.5 Tf
 [<66756c6c207769647468206f662074686520706167652e2046> 40.0390625 <6f72207468652070726f706572747920616e6420636f6c6c656374696f6e20726f77732c2074686520636f6c756d6e20636f6e7461696e732061207461622067726f75702e>] TJ
 ET
@@ -34178,7 +34272,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 450.26600000000013 Td
+48.24 709.506 Td
 /F1.0 10.5 Tf
 <5468697320636f72726573706f6e647320746f2074686520666f6c6c6f77696e6720584d4c3a> Tj
 ET
@@ -34187,28 +34281,28 @@ ET
 0.000 0.000 0.000 scn
 q
 0.961 0.961 0.961 scn
-52.240 434.450 m
-543.040 434.450 l
-545.249 434.450 547.040 432.659 547.040 430.450 c
-547.040 92.170 l
-547.040 89.961 545.249 88.170 543.040 88.170 c
-52.240 88.170 l
-50.031 88.170 48.240 89.961 48.240 92.170 c
-48.240 430.450 l
-48.240 432.659 50.031 434.450 52.240 434.450 c
+52.240 693.690 m
+543.040 693.690 l
+545.249 693.690 547.040 691.899 547.040 689.690 c
+547.040 351.410 l
+547.040 349.201 545.249 347.410 543.040 347.410 c
+52.240 347.410 l
+50.031 347.410 48.240 349.201 48.240 351.410 c
+48.240 689.690 l
+48.240 691.899 50.031 693.690 52.240 693.690 c
 h
 f
 0.800 0.800 0.800 SCN
 0.75 w
-52.240 434.450 m
-543.040 434.450 l
-545.249 434.450 547.040 432.659 547.040 430.450 c
-547.040 92.170 l
-547.040 89.961 545.249 88.170 543.040 88.170 c
-52.240 88.170 l
-50.031 88.170 48.240 89.961 48.240 92.170 c
-48.240 430.450 l
-48.240 432.659 50.031 434.450 52.240 434.450 c
+52.240 693.690 m
+543.040 693.690 l
+545.249 693.690 547.040 691.899 547.040 689.690 c
+547.040 351.410 l
+547.040 349.201 545.249 347.410 543.040 347.410 c
+52.240 347.410 l
+50.031 347.410 48.240 349.201 48.240 351.410 c
+48.240 689.690 l
+48.240 691.899 50.031 693.690 52.240 693.690 c
 h
 S
 Q
@@ -34216,7 +34310,7 @@ Q
 0.200 0.200 0.200 SCN
 
 BT
-59.24 411.62500000000017 Td
+59.24 670.865 Td
 /F4.0 11 Tf
 <ca202020> Tj
 ET
@@ -34227,7 +34321,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-81.24000000000001 411.62500000000017 Td
+81.24000000000001 670.865 Td
 /F4.0 11 Tf
 <3c6273333a726f773e> Tj
 ET
@@ -34238,7 +34332,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 396.88500000000016 Td
+59.24 656.125 Td
 /F4.0 11 Tf
 <ca20202020202020> Tj
 ET
@@ -34249,7 +34343,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-103.24000000000001 396.88500000000016 Td
+103.24000000000001 656.125 Td
 /F4.0 11 Tf
 <3c6273333a636f6c> Tj
 ET
@@ -34260,7 +34354,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-147.24 396.88500000000016 Td
+147.24 656.125 Td
 /F4.0 11 Tf
 <20> Tj
 ET
@@ -34271,7 +34365,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-152.74 396.88500000000016 Td
+152.74 656.125 Td
 /F4.0 11 Tf
 <7370616e> Tj
 ET
@@ -34282,7 +34376,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-174.74 396.88500000000016 Td
+174.74 656.125 Td
 /F4.0 11 Tf
 <3d> Tj
 ET
@@ -34293,7 +34387,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-180.24 396.88500000000016 Td
+180.24 656.125 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -34304,7 +34398,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-185.74 396.88500000000016 Td
+185.74 656.125 Td
 /F4.0 11 Tf
 <3132> Tj
 ET
@@ -34315,7 +34409,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-196.74 396.88500000000016 Td
+196.74 656.125 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -34326,7 +34420,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 396.88500000000016 Td
+202.24 656.125 Td
 /F4.0 11 Tf
 <20> Tj
 ET
@@ -34337,7 +34431,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-207.74 396.88500000000016 Td
+207.74 656.125 Td
 /F4.0 11 Tf
 <756e7265666572656e636564416374696f6e73> Tj
 ET
@@ -34348,7 +34442,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-312.24 396.88500000000016 Td
+312.24 656.125 Td
 /F4.0 11 Tf
 <3d> Tj
 ET
@@ -34359,7 +34453,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-317.74 396.88500000000016 Td
+317.74 656.125 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -34370,7 +34464,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-323.24 396.88500000000016 Td
+323.24 656.125 Td
 /F4.0 11 Tf
 <74727565> Tj
 ET
@@ -34381,7 +34475,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-345.24 396.88500000000016 Td
+345.24 656.125 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -34392,7 +34486,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-350.74 396.88500000000016 Td
+350.74 656.125 Td
 /F4.0 11 Tf
 <3e> Tj
 ET
@@ -34403,7 +34497,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 382.14500000000015 Td
+59.24 641.385 Td
 /F4.0 11 Tf
 <ca2020202020202020202020> Tj
 ET
@@ -34414,7 +34508,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-125.24000000000001 382.14500000000015 Td
+125.24000000000001 641.385 Td
 /F4.0 11 Tf
 <3c633a646f6d61696e4f626a656374> Tj
 ET
@@ -34425,7 +34519,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.74 382.14500000000015 Td
+207.74 641.385 Td
 /F4.0 11 Tf
 <20> Tj
 ET
@@ -34436,7 +34530,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-213.24 382.14500000000015 Td
+213.24 641.385 Td
 /F4.0 11 Tf
 <626f6f6b6d61726b696e67> Tj
 ET
@@ -34447,7 +34541,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-273.74 382.14500000000015 Td
+273.74 641.385 Td
 /F4.0 11 Tf
 <3d> Tj
 ET
@@ -34458,7 +34552,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-279.24 382.14500000000015 Td
+279.24 641.385 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -34469,7 +34563,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-284.74 382.14500000000015 Td
+284.74 641.385 Td
 /F4.0 11 Tf
 <41535f524f4f54> Tj
 ET
@@ -34480,7 +34574,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-323.24 382.14500000000015 Td
+323.24 641.385 Td
 /F4.0 11 Tf
 <22> Tj
 ET
@@ -34491,7 +34585,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-328.74 382.14500000000015 Td
+328.74 641.385 Td
 /F4.0 11 Tf
 <2f3e> Tj
 ET
@@ -34502,7 +34596,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 367.40500000000014 Td
+59.24 626.6450000000001 Td
 /F4.0 11 Tf
 <ca20202020202020> Tj
 ET
@@ -34513,7 +34607,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-103.24000000000001 367.40500000000014 Td
+103.24000000000001 626.6450000000001 Td
 /F4.0 11 Tf
 <3c2f6273333a636f6c3e> Tj
 ET
@@ -34524,7 +34618,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 352.66500000000013 Td
+59.24 611.9050000000001 Td
 /F4.0 11 Tf
 <ca202020> Tj
 ET
@@ -34535,7 +34629,7 @@ ET


<TRUNCATED>

[24/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugodn/ugodn.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugodn/ugodn.pdf b/content/guides/ugodn/ugodn.pdf
index 7f742dd..e384700 100644
--- a/content/guides/ugodn/ugodn.pdf
+++ b/content/guides/ugodn/ugodn.pdf
@@ -4,8 +4,8 @@
 << /Title (DataNucleus Object Store)
 /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:20180305191533+00'00')
-/ModDate (D:20180305191533+00'00')
+/CreationDate (D:20180918074735+01'00')
+/ModDate (D:20180918074735+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAADJ+NotoSerif
+/BaseFont /AAAADN+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 237 0 R
 /FirstChar 32
@@ -1705,7 +1705,7 @@ endobj
 endobj
 16 0 obj
 << /Type /Font
-/BaseFont /AAAADK+NotoSerif-Bold
+/BaseFont /AAAADO+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 241 0 R
 /FirstChar 32
@@ -1727,7 +1727,7 @@ endobj
 endobj
 18 0 obj
 << /Type /Font
-/BaseFont /AAAADL+FontAwesome
+/BaseFont /AAAADP+FontAwesome
 /Subtype /TrueType
 /FontDescriptor 245 0 R
 /FirstChar 32
@@ -3232,7 +3232,7 @@ endobj
 endobj
 38 0 obj
 << /Type /Font
-/BaseFont /AAAADM+mplus1mn-regular
+/BaseFont /AAAADQ+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 249 0 R
 /FirstChar 32
@@ -3271,7 +3271,7 @@ endobj
 endobj
 43 0 obj
 << /Type /Font
-/BaseFont /AAAADN+NotoSerif-Italic
+/BaseFont /AAAADR+NotoSerif-Italic
 /Subtype /TrueType
 /FontDescriptor 253 0 R
 /FirstChar 32
@@ -12394,7 +12394,7 @@ endobj
 endobj
 83 0 obj
 << /Type /Font
-/BaseFont /AAAADO+mplus-1p-regular
+/BaseFont /AAAADS+mplus-1p-regular
 /Subtype /TrueType
 /FontDescriptor 257 0 R
 /FirstChar 32
@@ -12408,7 +12408,7 @@ endobj
 endobj
 85 0 obj
 << /Type /Font
-/BaseFont /AAAADP+mplus1mn-regular
+/BaseFont /AAAADT+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 261 0 R
 /FirstChar 32
@@ -28271,7 +28271,7 @@ endobj
 endobj
 108 0 obj
 << /Type /Font
-/BaseFont /AAAADQ+NotoSerif
+/BaseFont /AAAADU+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 265 0 R
 /FirstChar 32
@@ -47985,7 +47985,7 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��z	|յ��3#Y�m��,[��Z�7-�6۲�}_�U^�X���B�Bi�ІiH�I�G)�k�x������JJ)�Gi�k��@i��ؓ��H�e�@��xtό���s�=˝A!�G�AS}㾩����<BX446?�v����w8R�����K<�1B�5p������/e.���b��D�h��I�Sh���
��MM�/_��6�q����lA��G`�;���o|�m�������?*n�%�l0F80b�"	_��[?̉�8���GDF	�c�"�DtY\�\���T�5Z�K�'RR��3�&�����,���pf���ܞ��¢�Ҳ�ʪ�o�������ϛ���YÇ@s�e�ל��Da0c+�c�/��t�E�s�V�hb���:�^$������诈�\	��@�$dRA�m"vJ$��9��ݹ��yxdW��8�����٧�`���c���*����^E��>��f"v%!�J�{H� .�x��r��n/dy��ӂ��G�@�����WNgw\���ڇ��
 �u����P'��5B�P#%���x~/��}xa������0�!Bz����n3Qv�Ú�$�ᤆ�]ݱ�dmlm�:;#�[�s�I�Uw�IRIB����Y�X�D���ˮ�Z	)���	�^�}�s��r�<�\
+x��z	|յ��3#Y�m��,[��Z�7-�6۲�}_�U^�X���B�Bi�ІiH�I�G)�k�x������JJ)�Gi�k��@i��ؓ��H�e�@��xtό���s�=˝A!�G�AS}㾩����<BX446?�v����w8R�����K<�1B�5p������/e.���b��D�h��I�Sh���
��MM�/_��6�q����lA��G`�;���o|�]�������?*n�%�l0F80b�"	_��[?̉�8���GDF	�c�"�DtY\�\���T�5Z�K�'RR��3�&�����,���pf���ܞ��¢�Ҳ�ʪ�o�������ϛ���YÇ@s�e�ל��Da0c+�c�/��t�E�s�V�hb���:�^$������诈�\	��@�$dRA�m"vJ$��9��ݹ��yxdW��8�����٧�`���c���*����^E��>��f"v%!�J�{H� .�x��r��n/dy��ӂ��G�@�����WNgw\���ڇ��
 �u����P'��5B�P#%���x~/��}xa������0�!Bz����n3Qv�Ú�$�ᤆ�]ݱ�dmlm�:;#�[�s�I�Uw�IRIB����Y�X�D���ˮ�Z	)���	�^�}�s��r�<�\
 �tZ�[�3+�f�T�3�f�dW�]-��)sv0�G7yD�x��f�����_�E�6�y�J��
�5@q�������fy�b��Jt�0�Ź��gw���ײ$!��z0_����*H �<N|il��=����u�k�'O>��c���}���[Z����[��x����
 H�6����B������F�����4��˛��핛ܺ~/_�k�l��l�;�'���[o�[rU|/�{x��fff���\I�{����F{@��Ӧ��
�Y��)/Y���bo�d�2޺�Q֚%�Xց�}�c9�\�w��h���ӜJ=}�8>�����e�-����	w��jp
T�f����u;�<U�/��c{�rC�0&Sr�D�X��
 ��K��,k�Aoaa�\kV���U��5�Nm�d��(O�6׺t���;]��b,s�|ں;�
@@ -48022,13 +48022,13 @@ lp
 ���n��ü��Bu�Gh�����x1��s�6TG|�{7?b�a{PW�>C3�e����w���T�KH�D�׃D�
 �A7��N��4���g��#8*�6�:rRu�̑ =q��������Hv�pRQu��_���|��'Q�2�o�ԣ����iħ�!%C^�C�Ͻ���@6�#fϙwx�B�f����2�V�꧁�4�Āp�]'`LQ��}pqNp��yJ���4�?'�!(E���+@;n���<�6��ħo�1�mj�y��X�!u��g�n��
�n`߭�@D�@�HUt"�d��XX
q(ɡkJ@�H��Pe'Aϗ+=���t�y��Y-�鳐jI;r '�
 9O]�C�V
-f9�JXըբ:�	Ճ�FԄ�QĶVԆ�Q�D]h3ڏ���=671b�2�b'���Y�b��n��Ln:�c��:��Г:�|&@'aV��$��S��e:�$X�sP4����%:Ŭ`CZ<�'���t����<���+@G"(+��:|�)@�n�=)�?�(��WކW��z$�#��(d"�УP�j�.@i�2@�f��xrj~zdhxV�e��R�ON�
�+'�L�±1u#siF�8030}�@�	;	nM�4���,�\V��`�I�BchF�h�!|+��W~5Î�<�n����T79;�n�W���&�&��4�8047�f6�怡M�NNL��O�q���Đڨ�R&XN�ڏi~6�&��X���oF�����Pg�,6��0�1sa.1�Ԡ�����p!|J���,C��Ȍڧ�������GՓ���9�*��,H��	L�Q�M�
-��ߢ���c��KfF�&Գ��
~]�Z���qx���f}깉ᑉY���~u�z�m���,;�9`3�B��;�:M�zA�z0������5��&�LC��M}���)3�4��8�υhb��O�\L�cU�&�>ק����}�v�x`Z,�ٹ���u���&��*��́t𡚑������D���zvx@]8��S�J�:�Y&D��2|gb����$��aV;� ���Gk���>���p�},���y̏b�\SY\Z�TjdPl<__�Tp���A���g�R�W�Y),JV:�?��|�t���-�y�MD��0��{I�g��(�K^/m����l�
+f9�JXըբ:�	Ճ�FԄ�QĶVԆ�Q�D]h3ڏ���=671b�2�b'���Y�b��n��Ln:�c��:��Г:�|&@'aV��$��S��e:�$X�sP4����%:Ŭ`CZ<�'���t����<���+@G"(+��:|�)@�n�=)�?�(��WކW��z$�#��(d"�УP�j�.@i�2@�f��xrj~zdhxV�e��R�ON�
�+'�L�±1u#siF�8030}�@�	;	nM�4���,�\V��`�I�BchF�h�!|+��W~5Î�<�n����T79;�n�W���&�&��4�8047�f6�怡M�NNL��O�q���Đڨ�R&XN�ڏi~6�&��X���oF�����Pg�,6��0�1sa.1�Ԡ�����p!|J���,C��Ȍڧ�������GՓ���9�*��,H��	L�Q�M�
+��ߢ���c��KfF�&Գ��
~]�Z���qx���f}깉ᑉY���~u�z�m���,;�9`3�B��;�:M�zA�z0������5��&�LC��M}���)3�4��8�υhb��O�\L�cU�&�>ק����}�v�x`Z,�ٹ���u���&��*��́t𡚑������D���zvx@]8��S�J�:�Y&D��2|gb����$��aV;� ���Gk���>���p�},���y̏b�\SY\Z�TjdPl<__�Tp���A���g�R�W�Y),JV:�?��|��M����&"xl{뽇��3�a�%��������}l�
 endstream
 endobj
 237 0 obj
 << /Type /FontDescriptor
-/FontName /AAAADJ+NotoSerif
+/FontName /AAAADN+NotoSerif
 /FontFile2 236 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -48059,43 +48059,38 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��zyxU��U%Y�mْ�X�-k�e��6˶,/��ݎ�$�c�{,y7I	B�A6�4�3LayI���f�``zh��0L40�f��������щ]y�Jr���T��[���9瞥�#��ȉ8h�?�7��ώ�_�<�
G�Q�o�'\���?G'��>z���CH�<̹}$6�E{>�!����p�!�S�X��2�:�,�C0V�t8
-�����0���\�n��k0>1�|-��!x�!n�H;�����}/1xJ�K.��N�	QnB�d~Jj,NH��2��,���U�Z���o00My�|��fw8
-]n�����Ũ��e��a4G�q�kC�U�Lb'�[T�}�_���lx���55_yzÖ��8p�/w��{�8�8��bhg��۟3�*���	^n;a��DLp����s�*�Wu5˫������;C/~F������4�+x�����@��:�R` �	5��%�H����c8vO��x�������?�7��@�b�H����uJ�y]lU6�Tc�H;���"��t(7e�
6U�\*�{���-q���D-q�ez4!��^������� '!���p�	��i��n��L�
ؕJ{@�+�)�9�ƌc�a/3
-��2��B���2� ��
-��P@2O� v	�%X��Y�Q�j
-�r�ufn���u�w�2���X��e�gsQ�$�H˓<�M���B�0�k����&�0�P�XS���ƃ�uZ�����N~*)h����[����pk�|vl��:{U�Hgq_��|rr���Rj�sm���G�^���w���{��E|^�l�
4�];�:�_������(�Ů�‚�g����Y��$ɜ��'�\�Π�P���p]���v[ӝ{+7��#���Q����''c�U:;���vn
-��������,��X���u�l�ɻ��:Q5�ûv�tM�wCM�5rGkx�;,K)��ѵ��a+��@J�];���t�I�l��%���	�$�!�+meZ�B�_�)~I�qλ4����B{*�%>��ow��c1~n�s�v����k����\ӒI�X]���RAf1��R�L��L��N�4��t0�rGc���K�ua��ݦ��)� ��s�T�ZNGH�Kfd�J�r7�����/��95`[� �D����y�nJZ��x�>�S��ҽ�MI��b��w�͸�^㬭�vU't�
8��VT
-��7a��q�f&��5]�^Xq���&�+�W��?8V\��ٹ�ﮯ9����#&E��P��3�]�w�a]��Ѳn��^���w	�Ҵ��Ɂ񿹫��������c�͚[lU�{��	�u�c�zO�_={�a/�����5�>���-<�Q('�&�X=.Y�db`���]�/���q��v����6C��W���K�J�gU�Z[7բ-��5�U�#w�8�+����v�ѫ��M��5�o��;���j�4Ujl��ce}���6~��)*l���K�5]���ų��4����r�\ZX�v�Anタ�����7��k���1�;0i'a]I��\�f(4���r�ͤᗰ?��1Y�ݭ�jyF*����L�K�R*S��G�o/ȫ�bU&8r���N=����b��L�Dn����5���s뛛��н��0j���u�Q���6eNl}a<h��FT`.�ˆІ⚹U�}�7�N�)[(�1I;��c���{B��ʬ➚�͵�Y���p=U�s����-
��F,9�m%�5��S��_ۦ�
 ��67L�귫���=�rv�M]���?q���O��N�72��/��E� ��Ê�L{�]��_]�Z�,N>w���bMEo��)��Ӧ�n<y���Z�Z��lhuG_��'�`����Յ�
-��5��j����?:V��1Foρ�ൠ5�K�47뫐��8p)dȜ�B�׏�#2cvFF�Q!N?��~�O��tqnf�Ԙ���,��?N�u�@�]�,��9l��kիO��k�{_�\�j��x��I0��NX��D�U��ɸ7�ZkDj����6�"��>>�4H?�?��e�~m/�7Ɠ�Y���Qzo_C+����Lf�L���Z�ܗ�dS:>�%H���+�Γ޹ ��eVLM�@[��ŭt#&�	�Vzo����|�]��X����P	K
-0��e�w/uo�V���Y�
m�P{+&O���Ol56��k����\�J����ͬ:�e#�f�̿{���ö��h4]_b�/��9t��]TAm�X���"�J�b�K�b���0�(�Z�:�%�U��-$d�ƺ�W#��Aa���k�����ů�9|`�μ.�@΋-b&�s�Rs+L��k2�b�&��$��%�ek;{���/�b�8o�`&�,+B��N�_?�uou��`}�5�]�+�z��5��ñ�d�!rh�z���e��������% 	o�mif����a=:��(0_��n�	6���'
�-��ښ��feQ������"1�Sij�ωf܉��*���@��,��J�&����~���u�QV���j�~fl��5�	��ua���l�$����;�7�w�~%c=��߿��Qf� %��Z	�7f~�yjg�b|[��ж�Jd�s>X�,}����g"���9�`|aݵ?;wo���n0�߽�wO����I���Ga�ɞz
-K^�����}���}r�?�$^�0����;�xf�|�& <,�Mԇ�?9S-R�I�C�Y��s��ˁ�BOa㦪\eɆp+Eu?uW�"�U�+�t�0���ݾ���b��Ŭ>�ȝȒl�f*(��K-;~�5��m�Ks���G���ߺ��t��_ڙ3u�C��;���$�A?�����''
-@��"i��S�XR���e*�3�!���q���Ζ���^U������܅HE35�������r~�m;z*$t�5hΌ	̵~�*e5K\16L54Gù�}��{��÷�9X}.kזWx�:������T�a��(����;��Ը�����1wnpCP��(1����
�FF�o�4}K�n*����]��ش�mw[8�����h�y(Z�f�2��ҿ�(�Yc�4���[�ok���J�0��p�/2ӱ.�X0d�b;で�e�LJ�?����K�2Me��W�6"U#6x�w�C�̝Z�A������<�bk���f�����]�^/��ʞ=�mb�G�
-��-��ա��x�͊�������&��A�/Ł��#s5����fR���,�SaSDLf��X�R8T�L��e�<�/�J�2螷�F~�N�� N��g��܋P榑d�X����ı�!��WǵF�S(#MR�"S�.쓕����%�p61���V��hܧ�����qO�+HH�������}�z+E�
-1�'��R�d���Ԥ��s�+��g��4�/Y�����3��@o_�\*�p��_q��mT������s�<�5MՕ��Eȿ�R����h��Vd�&Ӻ�M�L)�ѳ����"�7�I2sE߽�{M�Ļ7�@f��E����;�Y(}��Q��?P5����_�yӲ�Z��"Җ�V��V�<�tuB}�'�����ء)is�5���{��/���9���ױ}����S�H����E�Y�6��VDf����MrŻM�T��a���M'�Jz�J��~z� �ȪTXK4<�[IQ�ف�G�4hu������ڵ����U)��y�b|U���Y=*~�~L1��]U.a�k����c��u�׬o�^���tk[o�\X�'Z
-�{��{�������!��d��y�c�N��o��Y����{�;y�=~Mq�Mt�<���ȹ]o���Х��M�f�U�c1�ʁ*��ƒ��hd.#��^L��r��6f;`������t�1�oӉ���
�Ea��J[�6�a�@[�X\�p��$��E*~�T~�C^u�ߎ�|(,������I�<��R�W�u拞��Ψ��3��I�5���a^�Τ��z#��Qd
-��zcO(t��n�x�ʅ>��/����|΁ɏ�:�|G�>��x�����������{��T�֖R=c3Ⱥ�\��-�~:�k�t�E��͈�&uYr^x�`��h��͚�w�L9r����'9�����į6n��+3{��ryq�FY��<��NT�$�h15E=�:�Ft[��Y��e�"�w�|��
-lS�/����BS���i/�u�2��h��i��t�)E�Wf=2�����Ҕ�4����}��c?t������+�Ϊ<[�O}��v��]n2���������?�{��ҵ�<Xa�@�5�y5J'��3%ji��'+	��v�z1&q�D�iՖֹ:P�������X�-�8d�֡���0(Df�4S��ꪶ��
+x��zyxU��U%Y�mْ�X�-k�e��6˶,/��ݎ�$�c�{,y7I	B�A6�4�3LayI���fx����м&�0!���ih����G'v�*ɱc�_OP���n���{�*#��#'���X��?;���BX4�:D5��p��r��N��}�򿾇��y�s�Hlv��|j5BZ'��222�'l�CH���>ַeu�Y�`�n�p��/��-�`�;913˹����`|b�/6�Z��C�h/B�,`7�v|��o��^80b�"�
+�\�?�8$�8�$�x����4$X���!e�%RY�+��9�\�F���``0�������p�������Q�������h��w�
+׆$0���N���$�,m���kj���-!9q���/^�
+��Xq�q,�Ë����o��^/'x��ɣ"D1!�I�2�ɫX^��,�*��go��������П���]�?gx���K�J��P'�x4B�P#!v����1<A���q��>z�w�����>$��#��S��U(�o�u�U�dR�I#���T�>ҡܔ�6�T�r�L�1�k��u�¯��	D"���H\��z�R�����L�|�2�U�"$ O����2�6`W*���̦8�32�A���(˘�#Qb��H����*,#<B�<
���%�`�gFE�)\ȕ[ԙ���.���'����ci*��"��E���"-Of�6]s�����JΛ���S@�cM���f4b�i�FZ;��������o��kD­)�Eر����U
#��}a���ə�K��ε�c;�{�.������G�=�2��y���W4�hst�����[΢,X�Z��/�# $Z�g�"�T$s�Wf�se;�:C����u�fs�mMw��X��t��F���������V�윮*۹)��
 ���o��Bk��R��bc�&;4�U��&�NK�D������5=�
5y������,��sG�����n)Aw�P��2$qShX�
+�`��' ���ܮ��i�~]��\��9�҈��[���,޾�Y�ˏ�������ɗ���?�}�7�sMK&�cu��J���KJI2ej2u&;�Ӏ2��t��qj�/�օ�Gw��^����L��epR%j9!).���*�����}
}'^^?sj���A�lS7����ܔ�$�}0,��`�7�{������N����q�9��Y[m�N�p�M��`3o„�A��LjYk�
+��(�Hi_M>W�
�v�p��t�s�?�]_s����GL����T�g<���Hú@��e���v���(�iű��wWm�3���'����`�5�ت��4:�f�D����y���^o	�5 ?j�}.��[x�PN�3M��z&\����22����
+&_�;���>S�Py�]m�����񃗶��yϪR��n�E[j�k��[�q�WXe9E�^�W'�s��V�ik��R�w$�����i���������m:��1�ST�VS���k����5&�g]Ui�:<��.���������13
'	nvS�`yc�w`�Nº�H
~��'�PhD����J�I'�/a9~&]c�f�[���Tn��)2�����T�nŏ��]�W�ŪLp�TM��z�Z�ů�bə*��.|��kjm���77��3�{?�{`� ;��0�l	�mʜ���xШ)����\R�
�
�5s����o��2S�P�c�v��ƅ���zK�Y�=5�k7������z�24X��E�u[��Xr��J�kve�D���MUmn���oW��{��������~��?�
+ǝBod<ګ_�ы>A5�u����s�����е�Y�|��Ś��2�'R޷�Mo�x�>]Q�6�Pa��ꎾ��O�����
��N�k�����Ǐt���c�ޞ�)�kAk��in�W!%q2�RȐ9�u����/tGd�쌌�4B�~
+����>s�����1/��Y������s�"9��Y��s؀UתW�������� ՠ��|q�`&a�2�b�\�:��qo��ֈԘ���m�E�)�}|^i�~B+�����^zo�'/�#?������޾�VmC	��Z�H{��p�//ɦt|~K���W��'�sAˬ���S���څ�[�>FL,.�v��ބ��6�1����'t��&`r����_����z��{g�6��B쭘<�os�>��ب��Uw+s�*��/�7�Yt*�F�ͬ��H��m���h���J_��s��	����8��oQE�f�8>�<��he�3a�Qڵ`u$�1J"īp'[H��u�F$��$���'���%�3��_�s��ҝy]^��[�L��ܥ:�V��q�d��JM̵IK��2�v����_���q�8�L@YV����0�~x���zC��Zk��W8��k���c
v�fC��0��
�|�[q'꥛�K@�^�*�̤DZ��zt4YQ`�va��l:��O��%[b��5���ʢ���
 �t��Eb*ҧ�Ԓ�͸WU@aq�yY6�vML}1���������jmq����� �k�^�
�����&Id�%w�o���J�z52���ģ�<AJ�ĵ�o�>����Φ���l;2�mY����|��Y����k�D"�s.���ºk6v��л��`h�{C�N#���_��֓=���66���O��G��?���;:~�I��a��!w���d�M@xX����r�Z�ʓl��o���������MU�ʒ
�V��~�&�Ev�,WH��):`l���}k���2E�Y}��;�%���T$P�}�Z*v�lkrQ�F��X�������uO�w+����3g�H�z�w�'wI���~�;4�E@ON�NgE�f˧�%��nQ��T�g|C���X�ӝ-�/�^U������܅HE35�������r~�m;z*$t�5hΌ	̵~�*e5K\16L54Gù�}��{��÷�9X}.kזWx�:������T�a��(����;��Ը�����1wnpCP��(1����
�FF�o�4}K�n
 *����]��ش�mw[8�����h�y(Z�f�2��ҿ�(�Yc�4���[�ok���J�0��p�/2ӱ.�X0d�b;で�e�LJ�?����K�2Me��W�6"U#6x�w�C�̝Z�A������<�bk���f�����]�^/��ʞ=�mb�G�
+��-��ա��x�͊����
���&��A�/Ł��"s5����fR���,�SaSDLf��X�R8T�L��e�<�/�J�2螷�F~�N�� N��g��܋P榑d�X����ı�!��WǵF�S(#MR�"S�.쓕����%�p61���V��hܧ�����qO�+HH�������}�z+E�
+1�'��R�d���Ԥ��s�+��g��4�/Y�����3��@o_�\*�p��_q��mT������s�<�5MՕ��E�_����r~4�t	+�i�i����r�������QH��L|���$����^ܽ&]�]�r �m�Rk�K��,��`�����yxu�oƼi�N-��eiKC��Cs���Y�…�����\RS�I�Д�9��Ze��ݽ_�A�p�����ؾ�SI�)W�Lxu��"W�,�]\tI+"�P�M�&���&^*��0�Eߦ�C%�M%�L?�M�SdU*�%���(�����ã^�
+�:�bg{`p�Z�|�{���ʼS1���A�?J?��m�Ʈ����5rr���1������7z�A~��-�7�.��-�=��=�M{_���АGV2�ʼȱ�r�wz�7�E�,{���=�<�����Ŧ	:U��Z�e�ܮ����Х��M�f�U�c1�ʁ*��ƒ��hd.#��^L��r��6f;`������t�1�oӉ���
�Ea��J[�6�i�@[�X\�p��$��E*~�T~�C^u�_��|(,������I�<��R�W�u拞��Ψ��3��I�5���a^�Τ��z#��Qd
+��zcO(t��o�x�ʅ>��/����|΁ɏ�:�|G�>��x�����������{��T�֖R=c3Ⱥ�\��-�~:�k�t�E��͈�&uYr^x�`��h��͚�w�L9r����'9�����į6n��+3{��ryq�FY��<��NT�$�h15E=�:�Ft[��Y��e�"�w�|��
+lS�/����BS���i/�u�2��h��i��t�)E�Wf=2�����Ҕ�4����}��c?t�O�����+�Ϊ<[�O}��v��]n2���������?�{��ҵ�<Xa�@�5�y5J'��3%ji��'+	��v�z1&q�D�iՖֹ:P�������X�-�8d�֡���0(Df�4S��ꪶ��
 w�6@��]]������+
�P�� 7r4��P������[��<��k����2�$F���p��[�r�.iV<6�r�ͫ�-;VۅZ��K<V9\mp��	�[-�&����T��@ɋ���Mvkq�&��{�mp�a?�1p�f�q��N�_ܑ7�L���t
�rgN��\g:�s2���[��0�y�T�
-uE&c�^$�]]`�n���?����~	z��/e���-poR�JLմ�o�̂��%*��Týo%��ڙ�?����w%#Vh7���h#بl��$�a!\��ם�8��t�U�sd9����ОXw�2U�I`B+��f_�N��/H���87pfY��g�4���:�)k��tE��pǺc��8N��eAe{K��|��9_�(�n�e�~�Ĵ���K�R�
-τnj7���T�ɫ��sJ>�S��ܺ�u��������ΐE��K0��G�Cz~�:��e�K<v�aG�X	[�evm
�������n7/�{���^]4�G��t��Q�0)N e�D����˶����t���꾺���^R�撲��B)a�?������c
VT�{�p�̤�?y&6����7�8�mb�/��Q�fϼ����ڤ��T8/�	���&Ƴ$W�1$K!�����><0w�
-I��0)Ŷ�G<7�f�`���SZ靬����n^�SQu���_:X���a3Fԇ���__��������N��6�2�����/_��������w:���|Y�^���bgպ���{�H��r�n�,��=�J���n�c��a�lU[�H~y�Tﯭ�̢�����3��Q����qEw�/O�췙J*���BOSA�������ն��c�}�D��&׭�lJy0��鰗L��˻\�mJ�P�Qjrek=�<��c,�~{[��#\;4��v�5n�3'+�2X�jOw�^1�����^�ch�I�y`���$l� %v�թ3|u���ds��ʑ�`�S�K_
I�������mk��F���}���=�#�������gj�D�f�)�n��6~nm�:穧3���Hח�
-jl��<���/J�*�O�.��_�7mE����d���m�ﳹ�I���6�")��o�ˀ�r���@+�[���xӃMu�,��D�%�
+uE&c�^$�]]`�n���?����~	z��/e���-poR�JLմ��̂��%*��Týo%��ڙ�?����w%#Vh7���h#بl��$�a!\��ם�8��t�U�sd9����ОXw�2U�I`B+��f_�N��/H���87pfY��g�4���:�)k��tE��pǺc��8N��eAe{K��|��9_�(�n�e�~�Ĵ���K�R�
+τnj7���T�ɫ��sJ>�S��ܺ�u��������ΐE��K0��G�Cz~�:��e�K<v�aG�X	[�evm
�������n7/�{���^]4�G��t��Q�0)N e�D���������t���꾺���^R�撲��B)a�?������c
VT�{�p�̤�?y&6����7�8�mb����Q�fϼ����ڤ��T8/�	���&Ƴ$W�1$K!�����><0w�
+I��0)Ŷ�G<7�f�`���SZ靬����n^�SQu���_:X���a3Fԇ����\��������N��6�2�����/_��������w:���|Y�^���bgպ���{�H��r�n�,��=�J���n�c��a�lU[�H~y�Tﯭ�̢�����3��Q�?���qEw�/O�췙J*���BOSA�������ն��c�}�D��&׭�lJy0��鰗L��˻\�mJ�P�Qjrek=�<��c,�~{[��#\;4��v�5n�3'+�2X�jOw�^1�����^�ch�I�y`���$l� %v�թ3|u���ds��ʑ�`�S�K_
I�������mk��F���}���=�#�������gj�D�f�)�n��6~nm�:穧3���Hח�
+jl��<���/J�*�O�.����7mE����d���m�ﳹ�I���6�")��o�ˀ�r���@+�[���xӃMu�,��D�%�
 }!%����"��4�>�������4���B~��-)���+��F-w
 �;*�vg�
-�����l���q�*B��e��I�b��r�F�_&���K���䴌Ե������PY��������鿤(�V��R�R��|QF�M�U\���뇍
-{a�[�B�3K��_%�.t�S��,~,�s	�2�+Cs}��k$j��!Ą�w�) �@�~��k2��.�u�\�Q��oni1��k"����������y2��4,�LmZ�8�G���������	t~�п���P���fw�6rw�V��˵	����)�H$.�����Mv�b�_���
���!�"���=���������)�*���W8ٜz��Y�W\/w��Ԥ��W���U����1�:��������/�t��M�,՘z{�4A�ڴ�i�/	����G���<�DC)�BspTR[�nb-�&�!�w�8G-~8�p���
G��E<N/�s��Wg?�������B~҃�ĕ�8%ȟ�(Л�hDSe�|�_@xN̹�4���v����S�t��¹�:�z�Jd��!�A:�"�^�đů����n�>��f��@f�S �tu������cq�Z8��H7�gn�Q�⯔���s(��8+�0�8%�KpqNp�����ɷ��B "�GP
-���m�ϙ��kZZj����q�CD��}|	V]�y��d���Ch�#R�~OMA�H7	�I���A�$GJ�G�&���K��;�2N!r!7� /�A
ᇺ0�¨ՠZT��Q�`jF-���v��V�Z���^�J��o���"��Qz`���G�t�]ڃ	:�(�t��|7=���H�~�����r�N�t���SH��	:��	:�kt.��͉�$��s�P�K�y0�J�]/���'#1Q��'�<"��󑃈%�|�C<��� q5AOA�d֍�dR��	z*Ч�4d'�%�i���M�.@�TQ�.@��ƪ�ɭӣ�#��BgA��fbb8:��﷫+�Qu;skF�>838}��U�	4���i4����*L[
�����Q
¨��~d��
-�D��~�v4�A�u�;��������!p�	�5�:��h�r":��ph����:	Hc}�j�z�a5;�	f��\��8����@��
�[ȁ넔�,�srdpzftb\]`w��s#��̔���P���'7\͡�
-��,�����ϊ�Q��g��c}�cꉡ�6Y�`�Ua� ��7�.o�m�EvKs|Cu,������C�3��������-���e�=�B^�P�l�zn|dt||)�ap@�q��ہelC��,��9`3�B����
-M�6�x�-��
-����d���?10hfUl9&d��:�,<_q��`�؁ǒN�,=�'�O�Ƒ�y�f{,�,��������
-Λ�����f�K�g�6���G��g@cs����ّAu�d_?�w��E7,�;!���A�;�����1=��کy}0/>��+PV:r!������"�OL;�q3�ƺ�psG�Ơ��z��I��iЩ��\�P�� k4ÞÖe����yy�������Ȇ��<,Y<C�E��y������S
+�����l���q�*B��e��I�b��r�F�_&��?ʥI\NrZF�Z^JUX��U��ZU��������_SZ��Kt)�)�F�(#��&�*.R�����F���Ĉ-�R����ꂅ�g��)u~?ӹ�N�����R�55��b�c����ZȀ�I d���5G
+@���:�X�è��7����5��uc�T���RU�<Q[pE&�6-]��#�T���KA�\C��:�e�_�}g����Z�h��wO�;G+�l��ڄ�t��`��tY$����G���&;t��/�FԈ�~�z���=���������)�*���W8ٜz��Y�W\/w��Ԥ��W���U����9�:��������/�t��M�C�1���Si���i���"p
+^��鏦��yL�$�R؅�ਤ����Z�MlC.8�q�Z8�p(�h�����x�^��t�)��~��5�C=?�=�����+�/pJ�?�Q�7�ш�8���,̿��si80�=�7Q7��(�su����DmC'�t�E8^�~�#�_'�;2�L}
+�̀с��(@���2x���W���>�;�p!�6��n�������_)K)E�Pz
qV�'`LqJ�����0!]?�o�!|�@D
+��8�q��_9�r�33״�� 5����x��.5�?������L�!�`ׇ��-�F������R�2n"1�@})��I��H��M&�R�!�X�'v 'd�B�Bn�A^��ua�Q5�A��գ��&ԌZP+jC�PC�B�u�5�����7�Љ�E�)&���'����%�̻�tQ����nz>A'��$A'���B�8'A��
+[t��t��$�\$���IH�&�$�>���`Ε�^")AOFb� AOFyD8A�#K����x$AOA*�j���Jɬɤ";�T�O'�i�N�K��P7��]��]�:��U�[�G�GfՅ΂Bu���ptP]7�oWWD��v�֌�}pfp���;�BhmE�h
�4.T�0�;�
�(�QG��W@�¹��S3�h΃��6�wٛ'f'��ӣC�0kfu�3F�P�Dt��	�4�41>1�u����GLJ�6���jvf�g�l�q<1��G�>c���	)+Y~�������ĸ���t��F���)30���
�AOn��C#��X,ß7:��S�N�
�����C�m��(��>8fAL�o�]�4�������X�߯����gF��ճ�}�[<bm�X{��8�b���>������,�R���z�V�
��؆�Yv�s�f��2w�"�m��[�������b��b`�>̪��?sL:Ȅ�u�Yx��>�r��%��Yz�O�1���#�y����XbY,�ٹ�щ�7��ف
 �ͨ�x�m��#5���π����ճ#��ɾ~8%�XՋnXhwBt.��w&�!F��c2za�S��`^|t�3V��t�BƑ����E`��vD�(f�uU�掰�Aq���-�j�ӠShu���4��UA�h�=�-�Jg����~��
��
9�
o?xX�x�|��3<&B�S��R�S
 endstream
 endobj
 241 0 obj
 << /Type /FontDescriptor
-/FontName /AAAADK+NotoSerif-Bold
+/FontName /AAAADO+NotoSerif-Bold
 /FontFile2 240 0 R
 /FontBBox [-212 -250 1306 1058]
 /Flags 6
@@ -48122,22 +48117,21 @@ endobj
 endobj
 244 0 obj
 << /Length1 2500
-/Length 1359
+/Length 1360
 /Filter [/FlateDecode]
 >>
 stream
-x��U_h[U�ι77�zo��۴��y����%Yo�Dֺ6��C�N&�z��IX��6ٟ���M�_{X�Mt�0|�����DDŽ=���iV��ݓ�������~ߟ��Ϲ_��v�
�ɼ^�l�V�|@�tna�;#q�
-מ3�:�"_�?���ɗOv&�-�G�=�I��_�>��~��D>��:q0��[���(�SE�T��Fߋ���^��)���x�it7���2��<�c�0�hB(���o�����P(b�Z���ݞn���KV�#E�T��kE֘-P�`��6�n��]��v�{��BQ|���SG�Z�c�F��-�W�E�<�4%K�IF0e�qE��ZY�^�NV/���\!��
-��"��0"s�,�|c���*�[�W�ؽ�[3t�@#���8o��؅V�%!>�D0�`_0N��ǃW\�l��Kt�q�.�"}.yEzz=��5�zz{8��
}�,y������f���KոK�kk���.��kx�Vy&�ד7���›x���{��hl@�Fڢa�h�҆��6��!�X\�K��kU��#���o�aڇdնQz׻ś��Ih�W��gϝ5����sU�_�
-��J:48�G::B�pX90y@	����?4J^��|}�0���Л:�j"�8�?5��Ᾰ�x�D��\�xI��n���jkk;��Z���+j�b�Zi��R��\"1wuÝr�V�-Sy�qOȦ���z�7�~*c����H.�[�����b�qYT�d���Chz𞫹��v�
-�LFN�Es��C��{<Ա9O�!p��Vs:�	��L"�賾���,8a/y�ϟ��™:�%4<�ooqa�dV�C��G"P����3�B	Gxg�0k)eӅ��|![H3ƕ˦3�#��r�-��ɜ���Y��tu/���D�'ٴ01�*NZ?^([��	�y�5� ?Z ����p�4Y���c;A!_Y�
ϓ��`���|t����Nz��߂����Mp�u�3[�����0YHC#Wat8)D/!*��U����vaF*$ �?uî�RHSH��3h9���M�	�3 ��5|�p=�h[?���V}��kO�P�y�EQ��Lk����\�#�����1�PN�H��|
-���/1�f6�̏��l�0͓jf�I"j�8�t~ÞY+nS2�g̠4�b=�2�e�osX�R@jrI�k����ˣ�?�c泈Ջ�q��Ⱦ0;�[F�B�h
-,�������Y�_�,�h^f1k�����G�f�\�SG�:�������zɢ��H�}5<|�r�H��}p��g��/��m�ڽ�N� #�h̅�9��
+x��U_h[U�ι77�zo��۴��y����%Yo�Dֺ6��C�-N&�z��IX��6ٟ���M�_�=�����/�uPq�蘰A}>����{r�vc��z�=���s���9�p�N�A1�׋��ފ�����-�~g$�#^��sFR�S�K�'��2��������ȷg2)]��!:�'��O�����W�F��b��E~�h�ʟ]�{���z>���/�w�͸o���<����x�
+��C(��67�??�X�,v�x����t{�H�.m�ZQ�5f��*�*�
°�wW4��x���n��E� ����@�㘺��b|��m�*σ,M�RuE�L�+A\�%&��VV�����K��D'�����B0��+��܅%K"_�h�������*v/���0Јw= ��3v��kI��.L'���=D���WD/[��ݷݢˣH�K^���^Ϡ
����<CcC�/K^�d.�4��dw��R5�E��Zex�����U�
+����z����:�7E�1�0ж��h��%ڪ�!��
��{H<W���Z��+�H#6��o��!�C�m���n��fZ�}��sg�}��g\�W��t��
񑎎�8V&&'�����C�����k��s�a
����O��B�����;��-.��d<uq��@I��n���jkk;��Z���+j�b�Z�@���䕹Db�ʆ;冭�[��r㞐M�E#�f7n
+�T�F)
+.2v�%ݖ\V�l�ާ���.)Ⲩx�,�7	��t�Ws3��>�`���\��3��jwy�cs�PC�Di��tZf��D��g}q�94bYp�^�6=�?��-�3uJKhx��>���|ɬ�=+��QE�"G7�f"!����la�8RʦM'��B��f�+�Mg�G���[R'�9=���F���^<p��O�iab�U��0~�P�0��M����A~�2@��S���2i�����v�B����%�,,��-�5�舅�����=c����g��wa/8`���F��(�pR�^@T�ԫ���_?�ŒTH@�]%ƥ�����g�r�P��Lg@�+���z�Ѷ~z	'����Nמ`�>�����љ�*D1�ݹ�G�щ�cF��8�*�L���/1�f6�̏��l�0��jf�I"j�8�t~ÞY+nS2�g̠4�b=�2�e�osX�R@jrI�k�������?�c泈Ջ�q��о0;�[F�B�h
+,�������Y�_�,�h^d1k�����G�f�\�SG�:������zɢ��H�}5<��r�H��=p��g��//�i����N� #�h̅�9��
 endstream
 endobj
 245 0 obj
 << /Type /FontDescriptor
-/FontName /AAAADL+FontAwesome
+/FontName /AAAADP+FontAwesome
 /FontFile2 244 0 R
 /FontBBox [-10 -155 1290 867]
 /Flags 4
@@ -48166,35 +48160,33 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��9XSW��@@��/C…��@ȓg$b�K- T�Zk_Z���:|m����3�ֱ���M�ױ��|�ӵݎ��ӱׯ;�Xg��X;\�?�^��cg�
߹��s��_�0Bh)2�h�L�h���?�h��Ka��Ȗ������:B��#��{�~�OWR����G'�^z5y)Bɻfxxx�W�Y$B(�Q�h��8�B��*�Y��\`.��(<[�u|�����.;<���zG>���s�� $r���$�&B�#��>�a`<��<�������C�	'
-!�kd�Ӥ7F7#���������c1��?LDQ�b�4&6n����D�\�T%��SR�җi2��L&+[���|E���_`*4[�6�����R��P���U鮪�����{}
�����`s��uj��������F��9�E$B�#�YT?�������w���M�/�N��^V���!Z�~���Ox�\�88�PB�����H��b��8�P�Z�G]�da�Uj�S��a����W������W�����D�7�>.*@�(�-���c��ؒԲ|l��- F�Z����Xd�Ys���t�.�f.,2����fo\#$���,k���(�N���c岀��;�V*�*���;4"��x������}�ϑ+�ER 5ȈX���$�8So%Œ��L=�2����W[kj�֬箘��Q83�~xw��`�I��i���_�9��qhd�� ]�J�T�AЛL�d�mV����*�L1�bv�M
N}0h��mq�*-���z;�e99��
�w��*���IZW��#�&
 �}����>��xl\�٘�7�R8�r��M�E�@�%:,�81I�l?�����ِK�'Z>go~������<,J�0N��ϱ��0��^h,h�����=����$G���q�s,~����f��ҟJ�Jz�Xuw��~�n��?���\�?�K L��f�Y�=z�9�w�}���x���{�X���"��Y!�ʾ�����<c1~�s��t��8����������;�V��=3í��.�7��A1���M�Dn �‚�Zv<	vL?�H��5DO2�Չ`1���3��k�����j~R�V���4����\�
-=z��P?�^�{�H�������z��q8|@d�d9��"È��b������z�	�A�E	����6+�)�����C�쑯�kZ��PM�n�xo[��|��#���8{�@7�$jpG̱i��l����=�4z�щꝺ�|^�qEI��@�R�ⷛkV���J{�^F�v�R��>)�@C����V��^�8oĂ�P�`O�E���
-�i	}�9���/���j<����;
+x��9XTי省����a����90�8�K
 T4c�DC41��K�$�Y[cb�D��|M�R����5�T]kS��~n��&Yc�e�s���n���;��{����\F-F&������Ǘ
�r	!,_=�yp�?�
���������o���U��g�ա���W^O^�P�.��n�Jx�5�;9�'Q7B�Jx�65���<�Vxn[7>q��ϻ����ޑ�/�>w��a�DN@���BHk�>�~`,�<������c�GNB(��@��	-n�nFH��/������b������iLlܢ��	�2�B�JR'����/�dhu�LV�>'w�<�1��Th�XmvGQq	B���rg���]U]㩭����M����PK�
+��������ߍ�r��H�$),"Fb��~�
$���33�￟��_��E<8�$�,;C������k<l.@��i(!���``X$�P1�`t(`-ף.q��0��*��)��0F�a�����������J"�}	�t��r��L�UJ����slIjY>�Y�#I���U�,�۬9�Wd:Y�o3�z��
+s��������.i���(�V���c咀��;�F*�*���;4"��x������~�ϑ+�ER 5ȈX���$�8So%Œ��L=�2��}��[jj�Ԭ㮘
��Q83�~|��`�i��i�_\���qhd�� ]�J�T�AЛL�d�mV����*�L1�bv਍
N}0h��eq�(-���z;�e99���κ�r��+���IZW��#�&�}����>��xl\�٘�FS8�r��N�GD�@�%:,�81I�l;�����ِK�'Z�`o}�����M<,J�0N��ϱ�M0��\h,h���������$G���q�s,~�M��f聯ҟI�Jz�Xu�ڟz�~�n��G?���\�?�K L��f�Y/�z��w�}���x���{�4X���"��Y&�̾��w�<c1~�s��t�58����������;�V��?=ͭ�f/෹�A1���m�Dn �‚�Zv<	vL?�H��5DO2�Չ`1���3໫�����j~R�V���,����\�
+=q�P?�\�{�H��[����z��q8|@d�d9��"È��r����53z�	�A�E	����6+�)�����C3�o�kZ?X_M�n��`k��|�����8{�@7�$jpG̱i��l����=�4z�щꝼ�|^�qYI�@�R�ⷛk����J{�F�v�R��>)�@C����V��^�0oĂ�P�`O�E���
+�i	}��9�G��/���j<�N��;
 �R���1��
-8�@�F�S1/��gzGj]���5��J_,.�->��zϨ�>����"os�nj�G4�(�9�C
������͎�J)�U�j���o�t�9L�V���\Q֦L���z`��מ~�;
-��54�Z�Fu��a�b�t�yD����S�}W���̀5��>�C}Q����i�-x3
-�A�l�Q��Bj�8��hb�p��hn�8�Z�(�	�KMξ�}入��NG�g1yv�de\|c��x64�W=�L�����E=j���tWU�������<_���)�Jи��5d1S��X$�'��|��j�uS-�Z_���;
�ɼ�0VY�~м��/����ב#���G׆8:�@N;IjD�Ʃ��)|������=�.�����#�B��Ey��s�M�[R����U�hU�*ۖ���/c/{/ކ�3�L���������$~m��N
���z��}���pV��x�
- �e�*9(/f)������@g�H>΀#9�d!���$񄲎�6#%I=�ҳ���?5=m�F�3vޱ:�I_f[�]4�r���5�~�&��1s{�����Nϻ(
T���GG�p/ኇ���)b�o��9+Jk�nڲy��J��SU�ӫc���z
>]T����i�ޫ9��O����+�l��owe�6����`P�.ru)�[PC�WX��d����M��m�.v�u�=���W��С� Oq^�8�`�:92>©s����-/P_Y���s?
-�|�_��K������^ǖ^R���'�C�$n��@���$x`8�U��R��c�:�-֊��;'+��t�#��?ɨK���'�M���x�(&�-��b�Ѥ�*u��嫺uJ\�c7h����Uqֽw��8��?���x�ʉ�����J9Z�S�쳯�g��>u��t��n��`���!����!���c<�>
-@����F���
-<M���\����DƷ=����:�+qV:�{1�bG��*����O8}������"�2��
-]����0��d�`(|\��ᗃ����
-��`_߸�6nt�V�{�y7�`i��m�v����#�U�V��͐�g��������͝���%4�C�nF�� ��͕��AB!���Y�a�1��({h���d���a7eӨ���"�@��?��z.� M��D��'+�sCd?k�gfG@N|�:1F?�����'���$ �ٳT��|���|>�vI��=&���D}�8qϥp�R���+*� W�k���~�w�����SИYY	~�p�'�\QFs2���dFn��8��楧���1���h���rl��Ǟ�����zOJ�9]�x����|"0vs�2VhY�JhS��r�o����,��(�;ݷؤ5�����9>����LN>��<�X��|���`YEk��n1��L]އ�҉��'�d��]�,��U��9��cz�fgКH+����
��̹�1�xG��p}��5�]�����M
�l���N*����1X��Q��ⶆ�M������kޡ�>���<�<����{�/GA&�+����7�B
 ֢bK �#L�ך*]"�������w(��bvW����dzVN���Q��/�?�c�N
-����[�$��/��>7�yB�e	���7��4�_�(f��E�o�h����Q2�6��j^&��.d�o����1F�����m9:�A��:�Ch�O~�7VX0c�Ƹ�v�p>8=w��S�&�xߞ�"!�&r��6�ٸTH�|u��:�����R�U��õAݪ�rkA�R��"�r��J㝬,-/�'�q���k'IqbQ�q�&�
u��{���eg�U�}wj���ʝ{�ձ�I�>��'��$���D AY��.���l��ڊ�7������+S�{�'P����@��)��*����)���8� +����G�z���݃C�<�{w}�ٽ;��g��h�q�I���3ʽ���JI����`TME���>w��W��9���W8~��m{%J�!ﭾ����q͇���aZ��o���7d뙴�����e���[�4���u�^��|��
-�P�$�Z�l/��l�!ߋ�^n����F�kǚ�U~���k�-����*�����;$���8�NN�#��	ͷ�M�q�����`���ԀC��ZU��`�ɵ��N�Z�!7�~�b`l�tyB�'��t�~�	&'C9���XzJup�T�Qh���ݗ�?v�Q��Nv�MW/�)�M8s�c��V���"(�#�ի=��g��&��k��5���Bɟ ds:�Yp���:��I��<!������,�T�|w�w��uJ?���E˖۽�/'M�V�O�3))�Fv\ȟ\ݒӼb��j�c��շWa&�]n}/�.-H��˟G�S��P&��}������mv�6;��`?ޱk������.&� &��*ڳ�X9���|*���������%rVs�C�P�|w	�7C��,.opx�m��8�w/��h�	w���\h�q�r��ݥ�5��g3��^c�9YΝ
T�R��-�"��֏/��rg9_o�r�����z3�k����6��+J;����~��_�OH����T1�y9YjmIu��
 ��R�p�>F%RP_X�`�_�,>vLc*�˷���p�d/��V�V���S|�p8�\���|Mr�U`���C��!R6)����HNC�B��r��/0��'�3�V�97�������o�$�:Ϡ��<��0>��J7�Q6�n�T)_����C�6z䑎ud]�#��a���_ؿ��>��Q|_�}�Ii�P��#���z��ŕc��������c:����1�q�=rdq���Ӊ�	�P��ʦ}�����Օ���pg����V��1W�47���m6c^M}�٩��eDY]��No�m�q����g�j������H��$>����xy�A�-�\�w	q�?"���ʫD+�'���X�W`�Ɠ�^��4>�?�_9�>2M^'DQPm��}e��Dm�z:�ͨ�Qע��+�]���Sѻ���~=��X*��������_ߐ$I��G2)yBrJrE�Dj�vI�I�#=*}Kz!&*F����d̙�k����XglG�x���Wc���O���V���0&`�������o���
 ��r�����
-�2�00*��Y�9c��\)�R�uk-0z`�a�0a�7�"~s�g�"�&A��x5�}���o�u0��3O˼�DZE��eT
-����!�����������C���t��X��D���C`��G�S�?���~ƗQ!&�C���eD����~
-0r��1O�E.�Ή��&QG��\r|�7�J�o�dF���}3��b�TR���K ��CFJ��C�
%d�$8%�y&�f:Z54i�e"eA�Q�E�!J�Q>*@&Tt-Ȋl����T
-g�
-�Fը*f-�C���HjD~��f%
-�f��|+���i>;QZ����%�֚L�&N5N]Pc&'
���̫�_� ۠��A�a���S�:yw�"�a��..~$�G�x'�G�t�"�G���&�G�T����[�p�txB��Cn�_XODb|���ZwI�IDK��ܽ���&�ː���`^��!?���>�j���
k��'s��kͦB�<���5k�&oMUU��hmA�Z4���$د,��Q�Y���+5�eB`-X'O^�]
-���1�������Ƒ�
4H7��{����I��
CZs�I[��i7�`��F�%�Z��$7o;���\G���S ��jF����6��
C������Ǵ��&[������@96l��~Սy��#'�Q�<<99^RP�-A����7�R��׍s:���@l�@v#P0��bO�	����������E�[�/�����*����p�]�}OOBٗ(��a�=0�k�K}"�f�ON��"x/�E����0~��%�8�MIl�E�A���}YD����Q�!A�R�"+m��b*��u[y;���]�A+�l�^�,�3F��l�a�uƈȰ6Yq����2Э:F����i�hO��ٴ߷�1�Ht^[ij��{����
K�:���L��kwwu�E��^��\KR�\�-.0Fb��ț�Fe�3�H��A����^-�)J���Ӧ�� �D	���%�%�c�A�>'��� "�h����w��M��QP���2��Nkk�=�̴v���1y�� ]���
 ���(��K��Ҵ�A
���ix�q`	F{N �h�|�i�no���iF;]?���
�:#��r�[F�7�`�NL�5�%�[bzU�7�LK"�@[Y���Fi8�\��vc��Dpo�J�[��5�����;
&̸A�`�1��~�1��0E������yZ*CVA/p1�:�i]
-�?��?�+
+8�@�F�S1/���z�k]���U��J_,.�>����M}vc�AE
+��><��Ԉ�h�Q$s�"(L�/)��u�Rb�\�����j��s��6[!���M�2�����=o<��w&�kh\��������;�
+���󈈑�U�g���`[3�k�ؽ���������[,�f���	�@/�|م��q*Q��(��-n��pq���Q�v���}G��K�#�����b��H����Rk�Lh��z0�����ˋz�D=T�7讪ک��=�y���;�S&D��q�k�b���HHO���r��V�Z
+��V��1w&�yma��.5��y�_=���?�#G���	qtN��v�.�(�@�S������ivD#A�!�]M5�G8������I�x����lj��dѪhU�-g_�^���gș�W����I��m�*����������o�86@j˶UrP^�Rl�3��W	�o��R�|�Gr8�|(&Q�I�	e+:mFJ�z��geogjz���g�ce��Ķ��<h5�Te�kr��-Z�	bf���{ Vh��sQ�o��l�^��ÓĚ�̭)rV��nٸyӊ��>���*�W�,��s�|:��d��MSV�Ws佟�ٟT��4>����]^9�7����]��$R@������(�o���o�B'�'��}���z������+�C�A��fan��urd|�S�>��?�}[^���,/�~���,��4V���'���^ǖ^R�w�'�C�$n-��@���$x`8�U�w�G��M��k���D�/��'ٟfԥ��ݓ���l	x><q喋C�O��h����J���:%.۾4�
 y�ު8�{�`{��Q�~<A��@_T[\��-ө����3ɓ���_��E7�����
+H���`��v}�)a���\TN#�G}M�&��Hm.K��	M"㻞���z͖8+�轘q��ށG�u��y������rR�Mf�q	�v_�.�E�#l��C2�0�.�y��`= �����6`׆
n��vϼ���l"����M}�n�]xop��j��t�����A?S��bw�������ػ��}�X��(_���������H(��BT?a8�>	��a�ќ,�㓠_@>��c���]�:�GqS��㤩��(���dywn��c����0���OS'��#�缞2���4�r��4s�����A�3��'�!)��D�ٞ��'�_
+?�PE�C��!vաC���ow⮝;ك�~�3� #����$�+�hN�?���
���5޼��<_5f������U�N�����q���\�)C)4��o�5�O�n�R�
+-K]	m*���X��С��;�ET%~��6���rz�=s:�'�����y���Z�OW,�h-��-&�������X^:QW�����`��J�g�#q|L���Zi�Q��#��9�;f�0������k�\޽|����C�/���I�w��2˷:�җ���ң	��A�6�c�9�٧�CO�'���x�~���(�$`w%׃���vW�ZTl	�v��~�zS�+@�3���9��w�R���~�ug�L���i6R8������wL�I�	w���}k������f�!�Bh�,�����f����������-i�7�5BFڦ�u@��d�aƅ��M��c��`8�c�c��c?���䝽�‚4�u�3�x�����#�4i�{w	��0�C�����ƥBJ嫣��a�pmw��W��b0��
�V4�[����)�KuU�Deiy�=��.^�8I�������0ycpuwm� ��/xwQvVAY��{��\��ܱ�}�݄޹~x?�~p<�$�֏��eM����VT:�
 ��j+n�(Z�zh(�2���q|����{�	����L9����Z��
+����x��7� X�=�ښ�Gu��=�g��ƌ^���:<�Q2x�|����^)ɶP>���(�y�����v���W��"���6�
+��ٱu�D�<�ݗr5:���a2��L�#�M:���l=��o_�����b�'�ݹN֋_��S!�!��Qk���x�-5�{����-�6��hzk�hs����vW]u�nK����-J6{�c���f�I�|�?��Ӻ�ȸ6GB�-gS|ܿ�(�41,v75�{�V�&+�vr�����V{�M�_���6]�Ю�!"����uB���P2�6��R\%U�@ڥ�׮K�:V)���Q'�薫����&������l�`rh�����՞���3Dz������:[�������9�,8c�㩏�N�sa��Sm�d|�g�g�T��ûT�:��^���%K�^ޛ�&c+�/��[#;&�O�n�i^���C5���`�ʻ���0�>���}������#�_V(�����n��V�}��ȷ��nߎ5�?w\����dĤbRE{v��+�1��}C����{�@�D�j�{���[�/b�d����
O��v'�s�WM=ၡ{��{.]Un���43&|�l_��a�;'˹���W*>��
 ����D^����e�`[��#��
_n�:�71�sm���;C�M�rDz�Nog{c������v�4ULn^�A�Z[R]��Tϟ��Q��$�6�;�1���C�p8��t��K�b+[�2�)>F8R�f��d�&9�
+0�]�����)��[�G[$�!i�FH�Z�������t���������ҿW���7TS�g�E��`n�z���(�]�k���EZ�r�!�R=�x�Z�����۰�C�/�_>�G�(��͂�O��4N(Q�Ȃ��r�����Q�&�*fo��A����N%�>}(lL�n�d��Y��F�t�)�� Ԧ�"��i��dG?��@u�x�;�ٹ51��e��9͍�5yF�͘WS�hv�rqQV����k��ݥe���Z��nOy5l3���tp>�G�4O�C~���]BF\�?R�}�U�eГ?���b��˰w�	��.~ş�/��xH�"o�"�((
+������N��E�<Q[���z;�b��hy�hWtw�d���ߌ�,����x������7%I��D�LH�KNI�HIM�.�V�w�G��H/�D�hc�1}1�b��9s=66V�����z�X���h�Kn�cF.�0��6k`,�Oϯ�0�(��#�R���p��S0v�pϕ�``(X�����Q��f
+x�,�7Wx�,�Oa��W���'�a��_�|�<s��x]�~NF����W��(�&�q�����?�J����@�q���_��<��:<��g|b"�!q�1���\Fdvm��g#��Z�B�쬨kvuDY��%�~{^���f������:�oQ@Y�J
+u<�|d�x�H��q�ᴡ��g�d8ϤB�LGK��f -ҡLĠ,�@=�A�h)DI2 #�GȄ
+��Y�
�!S�bT�J�,\�ܨ�@ŬEu�y�i@�ȏ� �,GAԌBp�oE�<��g'�B+Q7Z��d������I�Ʃ�j���Q�y5<��d�1�6,��xRX' �va]2��E�ŏ��(���(��S��h�ۄ�h���ºx����0qȍ�	�H��q�S���/	0�h����q��x��[<�,��P<�g��'U�ۼ~�ꡉ���Z��ЪO�4�C��@��[SBUhC��z��FCh��Ԃͨ�p��Ԃ���2!����'/خ
+�g�ȨU�F�hp`�����4H7��{�zϺ�	Ϻ����|��D�oӮ�aa�l7���K �ڇ	n^8v�!-��v!)��/�"@��Ռp5Ήq'��
C����5�F���&[�����@96l��~���FƆ7�f��yhbb����[6������6������t<:/��(ƀ��`����p�(���y5�C�=Ƌ�Z_x/p3'�*��O@8��W��uOOB�W(��a<<�{�M]A��A�''����"�@�+?���G�צ�$��"� ��׾$"��jk�(�� C)|�e���wc{1�𺭼�[�֮�(����6h/F�#����0�:cDdX�������n�D�V������_��\�L���]$:�-���νho|ц�]ƈ��J&�Ե����"�H�dqK��%�A.�#1�6J�m@�����m$J@���T�����t�iS�S��cy��u�1Π��g�A[��B��Z�ӻVۦ
��((�bJHk���S�^fJ;�p��<�H��.D\�
 ��s���%�ti�sS��Tܴ��8��='g�m��4]��M�@������bz�~���Dj9�-���_	0E'�w����Э
+1����f�$m��,�Mx�4G.�r���d"�7w��-m�lc��{ƝfܠyW���uU���b�"��H�@�-�!���i�˂�.�ӟ�l�o���+
 endstream
 endobj
 249 0 obj
 << /Type /FontDescriptor
-/FontName /AAAADM+mplus1mn-regular
+/FontName /AAAADQ+mplus1mn-regular
 /FontFile2 248 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -48221,26 +48213,27 @@ endobj
 endobj
 252 0 obj
 << /Length1 6184
-/Length 4098
+/Length 4099
 /Filter [/FlateDecode]
 >>
 stream
-x��X{\T��_���<@�1PGp"3�0��h<|���D�f���8h�-%3<����z:j�)KS�v�2���ωk�䘕��<f���ߞ-�yo������o��]�����
-
-h�lp6���g�B����o���L����u��J�ز�Q�;��ߢoD�8^�v����)�8ލ�{��a\��'8g[�nZi��
�k�6��?	��Jq\�q6�rwzLJ�������;�����3� ���[%��p��;&�@�n1����1�yd�F��GC�:�0<6n�h�7!�߶���#Kz�"n1�Z�Q+rz#�]��=���q$B0���k�^��ݞ?�=?�m��m�lIG '��Ô:�Ce"֬>��*L�?�w+�P�������nM˰k3�pb��eL$���P��h���gi�&S���ь���nQ�3��9���6�;<�K�����(���d���4��A/��:NE�i��ʛ�I��u�\�����{�&M'�r˓�E[�k;n>[�G�5mݰ���Ys�t3���9�=h3FT�'Vm�G�t�G&*U��<�8�)5�*��YܑMe���L���#8˂S�9w2�\�p����|���w�Yr�:�;�3�����hćq#�Gi!*�i
 �}�)G�4a���?i���w}�y�C?}��_$���kIQ��8���|��Jߠ��Յ�40 њ����'�Q��D��h"��=�5�4�C�4���/�J�(� ]��^st�Xr��]����������a64h�9���q+�)f�7���d�*#YLV�e�8NߞH�{Vx�rL�0��Ξ�T<C���K:���VJ�9���/
ק�9躉��'�_VI��R_����L��*�ȕh����Ǘh�z=��ч
-�[�>v/	
A��=���>S_o�\�k��o�(r�}{�Fԛ�9JA�&��N��C����
Z����Io.��Y��1�+���IZ��G����Y��7G'�K�`<�����8�ة8��%��I`�-&��g]4������������~qm�[/+��O����X����
-��l$��q�����$. >��3@<���P��h�a�V��"	a8"����5z�~>?dM�����=e� ��o��?�m,��:��$y�y�,ك���g�� &-�B�έV��h�˴�����zf\l�C�ȩ�<�+nJ��`[)���f�,�X�.�e�h�)g�ic�c�2H�%6�t-�	��5v����m+H9�W��䬌�͜���Ԧ',��\�>}�ѽ�J�����n��G�gs�4��Eb��rdG����bX�������J�U�Z�Y"�P�d��T=ssH�fU��,���B�;�ȓt���	�׾�h�1��	7J��s���$��=���s>y��ez�=C�ʟ��ʽA�*ݧK#�i�M��w�7�C�]+�K
-V���"0xdѪ�G���ƒ	E
�i�1�]�o,��K<��Cl���~3�͎H�.|U���^�?B:�L_1)f��V�?����މRH&�J� wX`��.]E��d�h��Wh����1�`/�n��
Ϥߑ��\��O�;z�w�U&��P����4��HM�F�r'��}���,�5��)���������e˷�W<�p��i��lTY���7ɍ�[<i��%K��2�Gu��eHd�~�T�Y�*�� �F�Ũ��H[��S���i�É^gd~�sIM��QY)��ݢy���@Oc�g�Z_1k�*���e�B˪�E]Gt����e����v�^a�dk�>���=d�g}\�L,��}�/���<�������IMů-_�8�G{�W�����T���vZ��R1��͹c�'�G5ĻbD޸҄�:��3Tm����&���~O�L�}O�ܯ�"��.���M����n'z`{�E�IFn~���i���̀�Χ�x3󖕟�����rGߖk�k�Y�R�\���=w����,�(�]P��u�
 �ӊ��gf1��^^�5b�5'pA���D�v������:o�����N�D����z�����K\Y�����0VE��-'N	���O%؆M75a颒�DSry���`��L+�xIn+=��okr:(%�3C��){�Յ�*,�}������3������� �-lC�G1��p��QE���V��0=z�7ە�ܾ?�4�x�-㒋���g&bm=[ׂ=���d�Ծ���D_�W���̚����>;N/�)���w���Fb��:�ZZǮbmMF��
.*d �+���_�1Y���$R����L['}�^k)Q׮���{�bG�'&Z�Ph��2I8��^�ZK��mvl9��O~s�~�G�}(�z�/X�2Ƒ[{_m��h�_��%+Y��}UZ�0��
���u�/��������L�p��GXtɺD\Η��_�'I��\b�9���N�W�@XJ�E�=�i��?��S��/�T���m�O^�+�}����
L��o;rc$�7R�<�1��0�.�m|G&�I�������_����{��,�~^�
 ���uj�s/�%����Y<=���.gR{ׁ|W��?T<�RcQ���.�ǟ���	����=MkUYU�`yrnӓO~�k۠�`A����K�6�+��<���^DF�l��{8�1X�-ȱ�Bc�V.o�]k��Ѓ_ �rO�$m�IU�?$��kD^f~�ҥ��C#��xN%�D�����ڈe�~��"w��&O�-o�R�:�����6.	�B	ۋj���6:ƚ�a�(�V佨6]$���3H����3ǭ�g���;���.�&O,�ZR0��~:�����5�g�G�4I�&Ɗ�@Y���UK$/h&d�#I�0%ѻff��Bw�+��GL-%	d�9~����ȟ	�T��Ǜ�����e��n*̅��C���G����8�����}�+�B~)�G�
-�%�f�*2U�-���a�<e�r��cU���&��ߗ�����Za���\�B�K!@��X�G���N�w���I���N
-��a3�
-�`������Pʭ�u�9���B;WB{���*�G�x���*,�w�~X��Ѕ�Z��`����^���:�ݿ=�T�>4� }�'��!�Aq�?�+�� �!O�P�SX1=q�+�T���A
-NP!�p[���(����)3fL���4�A�ŕ�@��%ۇ�pm%�K p
�j���w{��G$D�7����4���!
�`�<��a
-L�|(�B�3`&̂"(��
xJ�A�0@,���h	"��pD���B�,'h�9Y΁^�������G�ޒ�<��+��"I�\�x�)�Xse���|Y���|���7�� ��#�ՠ甲\
�rY:n�,�Q܃�<,\�,�2n�,q|�,�����[ǻey����̿#��\��,�{�BY%�ù��֦��OLK�&N�zk�]b���,f�׋E�Q�X�jv5=�2C.x�Z�	j���CJ�a1�Ԋ�R/�� 1]8�T��QR�ע�Y��ȅW�z�U`���y�bWSm5LG=><D��K�V��s��V�V8Q[-TN�z���F��YS�S�_T����P�G�֊��j@
5���g�)�͞�f��_+��)WSs��#�6���-n�5{�1�D��#��w-���_��dfF���"��m����Y�jp6����4��Z)�N<|hȉ!uIP�`>ʼ�wMѯ))����9=��\[�}.g�]f�I�f�H.�PWC���[<�Z��%kpU��b�ڪj�p�O�؂jܒ+� }�0�d"T�y�.�T����טi�Tz�
 ��\�)��Jo��т�x-q}8?{��{%-f��KL͒��7��sc�5/\��� ÒT7�Z�j�wh^(��Q��^���e-h�TX[��4c�Z<U�&��v�ٍ�J��O�o1͜�����<R�U�q������������^pt���Pr'���`tJ��M5���͖���IӋ'�0/��9��57aL-�Z�ތ�B$^.�!ӱ�&a�J֥GB��L9�by��r��R���Sk�����BΩ+p=P�Z��o:z
+x��X{\T��_���<@�1PGp"3�0��h<|��׀�``@�ARR��������阙�,M�S�)�<�v?'����cV�3��~{����w��~��޿��w��Z���C:(����������
+%[��������;
����5��\��s�D}��{�K~?��q���q��Pq�Ƿ5��4�$8��Op,�*�d\����Wp�������$��)�q���螶e�=8����UG���>@�|���/@�*�Wd��P�4I�pv3�)���ϣc4Z�>������	�Dc�	�������x��9���h�FU��鍤o�Z���@&�p�&�2��z�r{Gᤎ���i���s%�����P���Xs:���+�I�Lޣ��ˆR��@TF�5#ˮͲ�"�)і5��zE�ƫ	(�]eQ�M)�������Q���4Z�p:���ϯ�pz��3���A�0��$b�mJ�C^��u��3P��7����kk�:c���o���4�˯H�t:6�׶\}��G�h~����@�̙o�..�
��S�@�1��=�j�<�eZ?:Y�������1T�l/���'<#��Gtz�`��Y#Gȩ��"�s|��v��;ӜN��#O�C���ޡ]����(�
 ��">�A<J�1�`̐�M�82fc
_}@�E{�Wij��=�K��,IՎ�|�$%y��/�+t�����
�)��E\݈K#���[f*�%)$�]�&b0lի^3B�M"q�L���R���!wӥ�%g�%�~I/�%����O����a�fC�6����,�Ҏ�b�x�oMFި2��d�_&����6x�D�*Ǖ���܅J�tS+9����Met���N��H}z������~(�e�/�.��ho˔)Q�"�\��X)[!||��P錢��N��x�ձ���IxT�p������k^�/|s{����Q�%�Po�(�ԛ#�C�¢�1h9N;�rn4��2��af��ư�4F
+'i%�^�ֿ��o�^�)
B��R�r�b����8��!�%�� �;�u���s�6:�>���|x7I��������������JdW�s7g#y{з�>$q�	��Y%
�¸F�����)�b��/.��t�Ӆak�5�
d+�-�8�@~���nb��֒�$5���-�=H�!~��(b�"-$����5m`��R;;��}OL��w
+�y��]����M�m*#5t������i��2e�L��m�^��VI��f���6����Ν�s�}� �*���G��%�<��!K�+g;k��Flt�{���E���n��6�͹\_�?}������n2��8?;�?9x�ReհV�r��,� �9U��<�Y�%+*�����0]Oi�~��o;�z
�	•�a�4�jIzs=A��\H�?~�����'%�ro��J���hko��mö�!�{]UIi��޾m��v���{$��m*��h\IK��B|c1܄X!��b#����lqF�t���5����ұ���)q����"��/�A�8���f�B*ILV2�����v�j��O&�V�{�v�^?�9�2�����l����G�	{G����j~P�К&sɢ�و"V��׽�������V5���^�t��b�f�oJ�N�W
?��)��|���(���J��ܻl�
+\���N8 ��`�\�O؂�4�X��$�(" >���em�q�0�:mrb$��L��t-�m?&'��X4O��#��q���m�V�Y��(�{=Ӻ�{I���Q=�ĸ�-!���"˝�[h�0a�5\����^2��lB�L.���/��:�������)�%��\� �GG��P��~�Ej`Gp#-�_�������q-S���[5�`BYң]���Y�vE\S�ES��΀�g6˾�t��d�Q�]�c��Kv�o�;�=I�"�$#W��|Զ�yS�n@s�3���}��O��;��L���oC5�$b�F��J��[�DCV���.�H{a�c�=��'�0��>^�3j�5/xF���d�v������:o���N�D��]{���KBy���w�VEK���G�	�K���6az��%�5ɦԊ��iơf3���xY~=�d�oor9)%�Ç�)w���*-������3��zz��� �-lB��0�or��QE���V��0=z�?ם��>�8�4�t�5㒋>s��L��z���z$+n-v�h�}q�_�
 ����F/���3���pX(��0=O��Otdg�E��%O�����:vkk*�ghpQ!���]X�_��d��v�h
�pl���]�Ez��$L=R�ڒ�ॳ����h�S�u�"��$i�vz�j-y����\r!���y��.�X�Yl�8h	ʚ@��}�Y2�m~���=º�o�3҅��dDw���r�K�i�WOw��H��2�#
?`�%k�q9_QD'~}���r�
��f;�_�oa)�G9*z�30��>U�X_���m�����}����>+����h�o��yb㮵a,H],���N6��-�I�]��,������,���y�����O��j�U�(X`�~������)�{
+ݙSW��KM����X�?+�2��B�v_{�֪��L���<���R�����E�+ï,�X������
+n������uovS��[�c��"��\���zS���@2��EڻR��~HZ�~����¤��gT�G�^�K������i'�-���;<i������ˑ�vN�+d�<'��l/������8k��}��ZD��b�u��Zq��3ǧ��=a=yb���l�vEyh��Ңy{vӡ����v;�Q?c>P��HJ5qV��*��(�Z"y^3)GMR�E(��=;kU���^h�;jzI"#���c���4�L�Lx�ǖ�v�ϒj�H���a$���0��gr�&���p�jn=������!V(�	��VT+6*�RF(�
��ʏU�jV��>~_�s6nf0Oh��B[�s���n���C�^�j��;F�U�G�^�<*|�	�L�;�x�_�2n�[-�]�:�Rڇ�'U�0O8����޺�Ea)����;��]�n|�*��0�ng�����&��ˁ�a�����A�$��?	~�����_��y��b�Š�I]����\�(
Qp�B��ؚ�%A���&O�5k�����n�L
 �/�>��ŀk+�^�Kx�@�-�ۓ$?�!��t��mX����4`;��
+�`:B���a8�Ja.8�.(��1��r�%�P�o~(���Oݲ��ŧd9JxI�s��r=zK���C�, ���rI�,W`E̗�
+H e���C�
+�_/����,W��S�r5��dy�)�<�pw��p�p��<ʹ��|$�|L���oQ��(P�3��,
+���<n�ey$�
+����ښ�j=~1#}l�8��mp���*���� :أ��nq7��6C>��	ڠ�<�GJd`1�Ԋ�R��"1�8*/T��rQҀW���i�ƫu݋�j0���}b����f�?"R�-Y�)��P�\���f��>[��読�֊i�u����╴���!�QC-j��YDb���'�9`뗊u����R��c��b�i�^k�G�#cf��e�]+xr�W�Hef$+i!+�ٺ�%��]��FW�B�W38O�������Ï�\R����'�w��"���_�����-u�^��v5�bv��o���u5��.������_�w�X�&����'�%����#����&L&B%�o�L������M�K���m��Bl��5Z�,��"׏��X�O�bF�cj����	����y����F�����Z]�I�b�όZn�������u�Rq]��ۂk�V��E��-�6���"?�C�F�s:v[d&��J�W-DZZ�&��G�N.�s�{�эs�@��T�`T��%y`�5�ZB^�
 �X���,��Ƽ�5^� �f�܌1��ji�zJ��x�����ʛ��+Y�:	��۴S/VDM�7D-���:����5p�B�)u%��k�տ��z
 endstream
 endobj
 253 0 obj
 << /Type /FontDescriptor
-/FontName /AAAADN+NotoSerif-Italic
+/FontName /AAAADR+NotoSerif-Italic
 /FontFile2 252 0 R
 /FontBBox [-254 -250 1238 1047]
 /Flags 70
@@ -48271,15 +48264,19 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��U]lU>w�J�v�be%��A���64�-,i7�u[��(�v�?v���-iA���	#$���DML�-����}�MM�Q#>H��������nZ����l���}���sz����/�, ��Hplj���k[�B�w�bS�|�����/Vg}_�,❈���fn���2����ܬEbp�b:0M$O?<���x�*U���H_ �1�+�7���2�.Ӎ��W΢W�g�M�����đ�5V�|=��y�1��{Iz�����&|	��6����C�s�fI��"��L���M�+���1�C:.8O-��缳\�ݹ��=�W.-u{����a$X�-u,q��H�]�&�8�l�S�j;�q"��R�G�$�$�~��+���IAx$L)$���Y��qw'I���~�S(9��+�N=���9V���t8S!�
�DDĄ� x[�"x	�vQ�ޱ˂w�.�*xd�s����l���݂� P���� /	�drN�4@yO��_���c7;���>�,|��I�n������x
 ug~M��{(N65pth�f���z��J`��a�`����#��� {�:a\S0Ga��`���0~s�-Z6�f�re�Ǥ���t� �pȮ%S��j�T3i"�]t].ĉ}ZB㕣|	��<��1���")tՋ|��8O�>�p�V��e���Di��#���a��xI&�jx�`/����55S��&�W�VW4Z��l%R)͔�f�7����WQ���)�5���� :��F�TΣ~�>�L���������i�G�-"Mߥ�����!̿������ri��猻��o�Yy����f���@��B��e0Ҭ5�Ƽ��y�#��Z�T-i�;���S��v<ֻ
�;k�oi��k���6�֘����!Ő5�R'�)Kf0m�И[塲"��}i��O_
-�j��y�:K�2���|�q�Ƽ�B9�����H����*Y��j��>�����"71
e�����;�dt۴s��C�l�lek�n�Ud�ؠ�o�v6�4�|8J+��$����Z
-��ȕQ����)6�GN��Y=�?N����49Jݷ�e9Do�8��j���d�m���[B\�zz0$3b�66ԧ�
-��l%�j!|�X���Xw3o���5`�M�M�X�	mQ�	�u>��Q��1����U��$��C�7x���;���Օ�X��(=8�dV����7�s�P��y���ԪV�ʐŹ���	���/ݖ~Y��3���
+x��U]hU>w��M�n6i�]w2��ݙ�K[jhpM�-��fݤa��v;���awS��B��ehEL�o"-� �M�C�7T$`U����H������,��A|t6s���{���9���F����sҊ�w$8>=_x���o��;r��R>mh�Dq�N�s�/`q'b�Ą���6��8������H�� �C��D�Խs���G�R�
+	����3���|��ˈ��Lw��|���^�lZ�0��� ����������3�J��},��7�K���	M/��#]0G�]�-4`�=][d�/��?�����bp��;�;Ǖ�]�Kp�sim�A���?j�F�%�Z��뎄�&o�ɖ>F|���['��+5x$IrI��Gظ6u��}	 ��)�$��]ckU8��"�cA��
+%�Y{�ߩ�<����B�z9��T�{�����p#O`T/��.
+^�;vI�.�	W�,|*x74��w�6�K����A�y�{�	�@&�O�����,�l$�8v�c�>��#�§�$���vK_ɚ/O�OT;�;i"�Mq����#�4�<�7}P��0P�N�c�g�8�F��qM��F;��� ����h���Ε�s�RLjb�Y�����!�0�*�TS��I�����B�ث%4^9ʗ`��{�N�,�Bw������
Wm��Y��Y�L�fh<۳F񨌗dҩ��
+��������ي�4�w�Z����]�f+�Ji��7��Ȕ匼����O�i��`��q5*hϢr��	D`
+,����[�=:�G�s�H�7�?������ ̿���������z�s�݅п��w�����EH3F_$�
c1�
�2i֚E㬱�y�c��Z�T-i�+������6<�{�;cЯi��i���&�֘����Ő5�R'�(Kf0m�И[塲"�ҿ}n��O��)2�u�:i8���<j��Q�y��vr�����L�S;*Y��j��>�����"˘�2��
+e��2�m�9ʍ}!Y6B���5�7֪�2flP�WN;�Te>��Tn�����Z
+��ȕQ����)6�GN��Y=�?N����49J=+m��+6����#�6�q۬*tE�+TO�dF�Ɔ[�����x@-�o�_C�n�
p#��l�)��cw�C[Tl�~��m�b����CKxҪ~I���%����ʝ��|���q�^�
�F�^�|2�_��ܗ�F(���<{�|j]k�ʐŹ���	���nJ��,��Lʱ�
 endstream
 endobj
 257 0 obj
 << /Type /FontDescriptor
-/FontName /AAAADO+mplus-1p-regular
+/FontName /AAAADS+mplus-1p-regular
 /FontFile2 256 0 R
 /FontBBox [-109 -288 1403 1075]
 /Flags 4
@@ -48310,16 +48307,19 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��UmlSU~Ͻ���+蹻�k�m�nc�n�}	k��ܻ,j)�W��i;d&D���1��_ Q�$��ę���5�S�~���l�=�wcC�ߞ���8��>���sn��r�3���ES�Y(C�
R:8:1��KQ-�w�wf4��bO`L��X�`�	8��i�CC��E�S�/�]==�"2<���hӮn�����;h�G�7��d?y�	�F{g":���������v,����y`���
�t<��p9lEh{R�c+.y?B{+���R���
���?�?]'x�"�hzr��z���@�Bt�V���s]�\"[P����G11��zj���ar�8&�N��M�͋Y��MO�NN�f�ȷ{gN.�qa���/ª�g֕ՕI��$P�a�\e
4��W��9���[B��{0{���sM �ݩ��zuwd2���	�rl���Ri����l�h���`1{s	��3X� �3(��#�\�!P^����	�H`s@He�XrwV?�3�/��ֶ�J���t�>�f/=� yW�Ӧ��m�^���_^��Cd<s��)�j�#pU�
 ����!�����3m���}|W�#��e��1C�O�����0��{�m�!'|����$��G[�Ph.Q��@�i���1�<q��R²�9�.}�:l���w�;I_s�������	B"Z�����ZC���V���U�#��;���	v6`�	��Q�/�>h�(��
�5����E��
�	�I��7����a9	~3T�f�oAn��^�1��LN~;XȔ��)��F���Ϻ^���%`%�x�bė@�`3�^ޒLM����c����WO�m����t�p��cWK�@R0i�A�,l�l�����z�v��!�=8�n��A�va~��%�(�A"��1(�E�q�QH���l(��S���6�|M�c��op�ݜ%B%!�T�Lc��Nǃ�(4-ҡP��~�n|���X��_z���p2A}��@#��V28����i��\;î���x+���C�l������l9��$�ӱ�o�3��g�ř7���"�Ž#��g��bdPG��,��#�ʷ�ϩ/�
 ��
6��.�R+�I��ɹ�ϯ��'��߉+o$b�\�x[�G�6g'��k��Nf�yK���T�ٵN戠rX[�,�~Uc���NVVY�������m��;��k���T�Q�uV�r3A錨�dMr3Q��,ƲA��L
-O�d�%�'�ך��篚S��٥��M��4�gV�����E�PE�":=���d�e�ʅj�\pٔ����f
-=�A��2����e�L�;��\<�\itJ����V$oq�eyvv�]Š�
-���S�P/��@(m�C������%x�r���4G[s����9Y��yq�H�;X0�
�)֑�MUH��N�p�Ԏl��$=l�"�)\�jg�SbDSs�P���i�='GyB>�7���P��Kx\)}��rt�ŝ�ԕ
-6�{���c���2V�:/�C��$��L:'�x��'ޫ�gD��!{�ى���8�`D���%�|�P���[_3�U�0��\����%��Y�	�A&���8/
+x��UklU>wf_���-���Nyugw��n)
����K�-�LӨ˲}����n�5!"ƈ+I�����X�ÿ�@�*b ���1hI[ϝ��Q~{�����;g��Pf8'D�P����hhlj��Z�����X<�#� �������d�	8��i�����a��§h_F�z<<� 2����hӮ�����{h?@�/O�?y��	�B{W,<����hc}q�;`ir?�^���D2�`8�lyh�C�/{΢�
@�F�)�c�Xu���ޟ�<uA4==��D�,|$~!��
+k�Y칮P.��~�r�;�3Bq1��j��C!r�O��jk�:��*i������͐o'��N.�qa���/�*�g֗ԕH��_�q�\e�7��֖�[-����9�p��1G�?�ө���uw
d2���	�vl���\i����l�h���`1k��3����������E���/��mi��Ŀ�/��x"�����jik�I%I�j��h�L��/�mS*[�++�|�e[?F�s���"�8��;��>R���?Ӧ��+��w�=��[6�3�C��hP
+�	�O��2—h�Jr�D����A�z���ֹ�S��8)���_��o��V����3���:��x�̜0!D �u"6�o�5�א<o-)_�Z��1b�A����`g�����3���I�/@�j�E��/U�/B/|n�MP@r
�	*�:�o�|�7�f('͆߂�=$�2br���0�v���ۓ��7�;䑟u�P�3��J�Ĉ/��f�s��%��J�
�7E6S_�����v������-��qH�$a�`Ұ	"��o��Q�N|���$zPA7Z��{��w<fDyab�ѡ��p��Xt��d0K�ɡ(��kiͦ�d6����Y"TbH��$V��t�H�B�!
+er9�����§k���h�U�/�L��c���7Bn%!�Ӊ�^���õ��9��Hae�Qy8�N4y<��5�-�ܩ�D2䭻G���8�&��$�@�	Dp��̶�B���A���1�a�V�9���f�ݕ#Zie/9)��09�����g�;q��X�\(�h���4Yx�����l!�"!�h��*1��Ɋ�Q9�U2�s@�X����`M'�	����@�Y���vM���uFָ�\�(��s���tv��eMr1Q)�,²��L
+O�d��'�ך��9ǯ�C��٩��AM��4�gV��]̢\�"G�p0�2V�b��
+,�lJQ!��q��� _a����2e�
Bj&�	S�4:$Isdt�;kq�UYvv�]Š�
+�����P��@(m���Q����%x\>GFh����`X�Ќ��ɼ8`$��,���H�g�$�Ag28LjG6�n��Z��.S���!1��l�]��4Ӟ��<!�…���k(Bޅ��=�@�9<���Nx��ȼ���q@�X
��Wp�X�$��L:��x��'ާ�g�*�G�r���q�n���H�%B	
+F#l]�b�Da�Ź����K��nn�$L�
v8/
 endstream
 endobj
 261 0 obj
 << /Type /FontDescriptor
-/FontName /AAAADP+mplus1mn-regular
+/FontName /AAAADT+mplus1mn-regular
 /FontFile2 260 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -48348,13 +48348,13 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��UAk$E}�3�L&�n�dC)tw�=WaC�
�#��eك�ڙ��nv�{��I2WA�� �E�����""�TXP1@�����k*�$��n
U5߫���ի��!�PF�Z�nAD>�^�S�j�Q66���c�f�=�P��r�}�{<�B�1���vO��=�ruݪ�}��&`\��f+J�kO~4D{�v9����ݷ_��1P�'�3z�o�6^�A�F�wg6a����ъ��8O��J(��E�J7���W���j�-��b_��O������{\A�A�7"&�s�{���႑/�
#���:���B漸����(�ts(��%ć���_+|�-4�o栎z��.�`;*��5Z��Q�V�y����ₕ��q�q��q��D���3��p�4��~�x%����h����%�0)���Qn�xV�z� ��Ƌ�?i��K�7�a�8�5���/�2�5^��-�c����0f���'b27����nk|f��G�F�+��å�����f����Չ�Oe�<]��Q�5\�
 ��L9�hȵl)�kn�ƛ�cbZ� F>R^k�/�i��\��7��ZB�L��#��v�(���k��s%J#���A+�I�%�Վ�5�k7�X�yh��F|#
-���b�M�BON��dS�Ywsj��#_�Qb��O����'A�i�|U�}�R	��p�b���*���ϱU_��1*BE$Җil;nӎ�ɨޫ|O�@	e���`S$W �=b����(��8�^u��e���>�Uu�ٝ�*E�\ͪ�ڲ�A��b4��ȍ�<�uzh�tJ�ۤ�U*i� N��0�
��}�q�%�ikƲj�㚞�جEM�e1��R����o���I�cMM�7��b��X�ykk�l�c)�$m;At�yK�L�����;!�ft��rPsÄ��CǍe�r�e�8�+�+f��+T��utTMf:�J�9Ƴ��k��B�t
W��9��20�س�,kyi~ae}a*ˢ�y힨&�cjjQ���	�e�<X����ѻ�4��+S_俻{~�Oc��^c?������o����s��߇#}�
+x��U�k$E}�ӳ�L~l�dC)tw�=WaC�
�#��uك�vfzz����{��U/<,�{ѣ��a�<,"�M���?�A����5�dGs�����U}�������(!�V5pZ��/���ԡ�x��ͨ��؅F�n=P�w�
�{|n��c�/�vϊ&�=�ru�.�}��&`\��N+J�kO:H{�v)tw���˴?�����\x�[���W�@*�a�=�3�0����hvc�'��L%v��fś���+�{Z��SH0��x�'�
ڦ����+����F�dw�����À1�7̼i�.����>��K�����"����͡�cܖ�<�	0���-4�o栎z��.�@;�˥�5Z��Q�v�&kwhuq�J�Ѹ�8>Ҹ�|�q�x��.��s���7Q�h�ĸxN�y��h<�IQ��9��6��E���"�i��	���$~�� ƍ�X�xѸ��"lc]�E�1���&�]�a��?z"&s3�l��G`��i|o���(.���M����Չ}���ri�,��k�r)�Zr�
 �ٔk�R"��č7ݚ�yDh��><4��Z�|�Ls�X�jD�	��BTa���&�#�DY.g�\�k�V�4��n�ױB��]b]��Q_s�vӉ���6	�7�0J;-�8�zrJ��� C��:̺�S@7�|!G�)�>��;�[n��Q(���U�n�ZH����â$W����[����"T�~"��N�
���������P{�Er�b�%�)�����">[���7�P������4T)��
+*N��v��Ô�ܚ���#�Zm�N�:c�4
�J�-�S!2Lb��e�dj��i�ikƶ�Q͵<%�U��e3��V����o���E�cM-�\o���nlͼ��e�X�:I�5?:ż�~YNf}̝k3:khٯ�aB��a͍e�p�\˩r�+W�a����S%W���ֱ�j2ӡ�ԙc<����I�+DN�p9��3:*+�=���"����V���,����j�9��6U퍞Yf��c����q���M�(�6������C���'g~�0�W�ПC����}�
 endstream
 endobj
 265 0 obj
 << /Type /FontDescriptor
-/FontName /AAAADQ+NotoSerif
+/FontName /AAAADU+NotoSerif
 /FontFile2 264 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -48625,34 +48625,34 @@ xref
 0000881149 00000 n 
 0000882512 00000 n 
 0000883593 00000 n 
-0000885043 00000 n 
-0000885254 00000 n 
-0000885575 00000 n 
-0000886491 00000 n 
-0000892471 00000 n 
-0000892685 00000 n 
-0000894048 00000 n 
-0000895098 00000 n 
-0000899287 00000 n 
-0000899513 00000 n 
-0000900876 00000 n 
-0000901979 00000 n 
-0000903375 00000 n 
-0000903593 00000 n 
-0000904956 00000 n 
-0000906095 00000 n 
-0000907769 00000 n 
-0000907983 00000 n 
-0000908295 00000 n 
-0000909433 00000 n 
-0000910596 00000 n 
-0000910812 00000 n 
-0000911115 00000 n 
+0000885044 00000 n 
+0000885255 00000 n 
+0000885576 00000 n 
+0000886492 00000 n 
+0000892472 00000 n 
+0000892686 00000 n 
+0000894049 00000 n 
+0000895099 00000 n 
+0000899289 00000 n 
+0000899515 00000 n 
+0000900878 00000 n 
+0000901981 00000 n 
+0000903377 00000 n 
+0000903595 00000 n 
+0000904958 00000 n 
+0000906097 00000 n 
+0000907771 00000 n 
+0000907985 00000 n 
+0000908297 00000 n 
+0000909435 00000 n 
+0000910598 00000 n 
+0000910814 00000 n 
+0000911117 00000 n 
 trailer
 << /Size 268
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-912252
+912254
 %%EOF


[18/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugvro/ugvro.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugvro/ugvro.pdf b/content/guides/ugvro/ugvro.pdf
index 56bd6b7..9e59d37 100644
--- a/content/guides/ugvro/ugvro.pdf
+++ b/content/guides/ugvro/ugvro.pdf
@@ -4,16 +4,16 @@
 << /Title (Restful Objects Viewer)
 /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:20180305191617+00'00')
-/ModDate (D:20180305191617+00'00')
+/CreationDate (D:20180918074805+01'00')
+/ModDate (D:20180918074805+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 14 0 R
-/Outlines 260 0 R
-/PageLabels 292 0 R
+/Outlines 264 0 R
+/PageLabels 297 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 29
-/Kids [7 0 R 10 0 R 12 0 R 35 0 R 43 0 R 48 0 R 64 0 R 69 0 R 78 0 R 86 0 R 88 0 R 93 0 R 95 0 R 98 0 R 103 0 R 115 0 R 118 0 R 121 0 R 125 0 R 127 0 R 136 0 R 139 0 R 152 0 R 162 0 R 167 0 R 169 0 R 183 0 R 189 0 R 197 0 R]
+/Kids [7 0 R 10 0 R 12 0 R 35 0 R 43 0 R 48 0 R 64 0 R 69 0 R 78 0 R 86 0 R 88 0 R 95 0 R 97 0 R 100 0 R 105 0 R 117 0 R 120 0 R 123 0 R 127 0 R 129 0 R 138 0 R 141 0 R 154 0 R 164 0 R 169 0 R 171 0 R 185 0 R 191 0 R 199 0 R]
 >>
 endobj
 4 0 obj
@@ -78,17 +78,17 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAAEH+NotoSerif
+/BaseFont /AAAAEL+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 294 0 R
+/FontDescriptor 299 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 296 0 R
-/ToUnicode 295 0 R
+/Widths 301 0 R
+/ToUnicode 300 0 R
 >>
 endobj
 9 0 obj
-<< /Length 24394
+<< /Length 25228
 >>
 stream
 q
@@ -511,7 +511,7 @@ ET
 BT
 60.24 567.0559999999998 Td
 /F1.0 10.5 Tf
-[<342e322e20446f6d61696e204f626a656374204c61> 20.01953125 <796f7574>] TJ
+<342e322e20446f6d61696e204f626a6563742049636f6e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -520,9 +520,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-192.4182499999999 567.0559999999998 Td
+181.72924999999992 567.0559999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -551,7 +551,7 @@ ET
 BT
 60.24 548.5759999999998 Td
 /F1.0 10.5 Tf
-[<342e332e20446f6d61696e2054797065204c61> 20.01953125 <796f7574>] TJ
+[<342e332e20446f6d61696e204f626a656374204c61> 20.01953125 <796f7574>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -560,7 +560,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-186.54874999999993 548.5759999999998 Td
+192.4182499999999 548.5759999999998 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -569,7 +569,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 548.5759999999998 Td
+539.8107499999999 548.5759999999998 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -578,9 +578,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 548.5759999999998 Td
+541.1705 548.5759999999998 Td
 /F1.0 10.5 Tf
-<3131> Tj
+<39> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -591,7 +591,7 @@ ET
 BT
 60.24 530.0959999999998 Td
 /F1.0 10.5 Tf
-<342e342e205374617469632076732044796e616d6963205265736f7572636573> Tj
+[<342e342e20446f6d61696e2054797065204c61> 20.01953125 <796f7574>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -600,9 +600,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-223.96024999999997 530.0959999999998 Td
+186.54874999999993 530.0959999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -620,7 +620,7 @@ ET
 BT
 535.3009999999999 530.0959999999998 Td
 /F1.0 10.5 Tf
-<3132> Tj
+<3131> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -629,9 +629,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 511.6159999999998 Td
+60.24 511.6159999999998 Td
 /F1.0 10.5 Tf
-<352e2053696d706c696669656420526570726573656e746174696f6e73> Tj
+<342e352e205374617469632076732044796e616d6963205265736f7572636573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -640,9 +640,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-197.23774999999995 511.6159999999998 Td
+223.96024999999997 511.6159999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -660,7 +660,7 @@ ET
 BT
 535.3009999999999 511.6159999999998 Td
 /F1.0 10.5 Tf
-<3133> Tj
+<3132> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -669,9 +669,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 493.1359999999998 Td
+48.24 493.1359999999998 Td
 /F1.0 10.5 Tf
-<352e312e20546865204170616368652049736973202250726f66696c6522> Tj
+<352e2053696d706c696669656420526570726573656e746174696f6e73> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -680,9 +680,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 493.1359999999998 Td
+197.23774999999995 493.1359999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -711,7 +711,7 @@ ET
 BT
 60.24 474.6559999999998 Td
 /F1.0 10.5 Tf
-<352e322e20446f6d61696e204f626a656374> Tj
+<352e312e20546865204170616368652049736973202250726f66696c6522> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -720,9 +720,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 474.6559999999998 Td
+207.92674999999997 474.6559999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -751,7 +751,7 @@ ET
 BT
 60.24 456.17599999999976 Td
 /F1.0 10.5 Tf
-<352e332e20446f6d61696e204f626a65637420436f6c6c656374696f6e> Tj
+<352e322e20446f6d61696e204f626a656374> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -760,9 +760,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 456.17599999999976 Td
+159.82624999999996 456.17599999999976 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -780,7 +780,7 @@ ET
 BT
 535.3009999999999 456.17599999999976 Td
 /F1.0 10.5 Tf
-<3136> Tj
+<3133> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -791,7 +791,7 @@ ET
 BT
 60.24 437.69599999999974 Td
 /F1.0 10.5 Tf
-[<352e342e2041> 20.01953125 <6374696f6e20496e766f636174696f6e>] TJ
+<352e332e20446f6d61696e204f626a65637420436f6c6c656374696f6e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -800,9 +800,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-170.51524999999992 437.69599999999974 Td
+207.92674999999997 437.69599999999974 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -820,7 +820,7 @@ ET
 BT
 535.3009999999999 437.69599999999974 Td
 /F1.0 10.5 Tf
-<3138> Tj
+<3136> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -831,7 +831,7 @@ ET
 BT
 60.24 419.2159999999997 Td
 /F1.0 10.5 Tf
-<352e352e204f7468657220526570726573656e746174696f6e73> Tj
+[<352e342e2041> 20.01953125 <6374696f6e20496e766f636174696f6e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -840,9 +840,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-197.23774999999995 419.2159999999997 Td
+170.51524999999992 419.2159999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -860,7 +860,7 @@ ET
 BT
 535.3009999999999 419.2159999999997 Td
 /F1.0 10.5 Tf
-<3230> Tj
+<3138> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -871,7 +871,7 @@ ET
 BT
 60.24 400.7359999999997 Td
 /F1.0 10.5 Tf
-<352e362e20476c6f62616c20436f6e6669672050726f707320284465707265636174656429> Tj
+<352e352e204f7468657220526570726573656e746174696f6e73> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -880,9 +880,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-250.68274999999994 400.7359999999997 Td
+197.23774999999995 400.7359999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -909,9 +909,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 382.2559999999997 Td
+60.24 382.2559999999997 Td
 /F1.0 10.5 Tf
-[<362e20436f6e6669677572> 20.01953125 <6174696f6e2050726f70657274696573>] TJ
+<352e362e20476c6f62616c20436f6e6669672050726f707320284465707265636174656429> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -920,9 +920,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-186.54874999999993 382.2559999999997 Td
+250.68274999999994 382.2559999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -940,7 +940,7 @@ ET
 BT
 535.3009999999999 382.2559999999997 Td
 /F1.0 10.5 Tf
-<3231> Tj
+<3230> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -949,9 +949,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 363.77599999999967 Td
+48.24 363.77599999999967 Td
 /F1.0 10.5 Tf
-<362e312e205374616e64617264> Tj
+[<362e20436f6e6669677572> 20.01953125 <6174696f6e2050726f70657274696573>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -960,9 +960,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-127.75924999999995 363.77599999999967 Td
+186.54874999999993 363.77599999999967 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -991,7 +991,7 @@ ET
 BT
 60.24 345.29599999999965 Td
 /F1.0 10.5 Tf
-<362e322e2044657072656361746564> Tj
+<362e312e205374616e64617264> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1000,9 +1000,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.44824999999992 345.29599999999965 Td
+127.75924999999995 345.29599999999965 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1029,9 +1029,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 326.81599999999963 Td
+60.24 326.81599999999963 Td
 /F1.0 10.5 Tf
-<372e2048696e747320616e642054697073> Tj
+<362e322e2044657072656361746564> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1040,9 +1040,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-133.10374999999993 326.81599999999963 Td
+138.44824999999992 326.81599999999963 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1060,7 +1060,7 @@ ET
 BT
 535.3009999999999 326.81599999999963 Td
 /F1.0 10.5 Tf
-<3234> Tj
+<3231> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1069,9 +1069,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 308.3359999999996 Td
+48.24 308.3359999999996 Td
 /F1.0 10.5 Tf
-[<372e312e205573696e67204368726f6d65204465762054> 29.78515625 <6f6f6c73>] TJ
+<372e2048696e747320616e642054697073> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1080,9 +1080,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.58224999999993 308.3359999999996 Td
+133.10374999999993 308.3359999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1111,7 +1111,7 @@ ET
 BT
 60.24 289.8559999999996 Td
 /F1.0 10.5 Tf
-<372e322e20416e67756c61722054697073> Tj
+[<372e312e205573696e67204368726f6d65204465762054> 29.78515625 <6f6f6c73>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1120,9 +1120,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 289.8559999999996 Td
+202.58224999999993 289.8559999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1151,7 +1151,7 @@ ET
 BT
 60.24 271.3759999999996 Td
 /F1.0 10.5 Tf
-<372e332e20507265747479207072696e74696e67> Tj
+<372e322e20416e67756c61722054697073> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1160,9 +1160,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 271.3759999999996 Td
+149.13724999999994 271.3759999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1180,7 +1180,7 @@ ET
 BT
 535.3009999999999 271.3759999999996 Td
 /F1.0 10.5 Tf
-<3235> Tj
+<3234> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1191,7 +1191,7 @@ ET
 BT
 60.24 252.89599999999956 Td
 /F1.0 10.5 Tf
-[<372e342e20486f7720706172736520696d6167657320696e2052> 20.01953125 <4f207669657765723f>] TJ
+<372e332e20507265747479207072696e74696e67> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1200,9 +1200,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-245.33824999999996 252.89599999999956 Td
+159.82624999999996 252.89599999999956 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1220,7 +1220,7 @@ ET
 BT
 535.3009999999999 252.89599999999956 Td
 /F1.0 10.5 Tf
-<3236> Tj
+<3235> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1231,7 +1231,7 @@ ET
 BT
 60.24 234.41599999999957 Td
 /F1.0 10.5 Tf
-[<372e352e2056696577204d6f64656c20617320506172> 20.01953125 <616d65746572>] TJ
+[<372e342e20486f7720706172736520696d6167657320696e2052> 20.01953125 <4f207669657765723f>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1240,9 +1240,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.27124999999995 234.41599999999957 Td
+245.33824999999996 234.41599999999957 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1265,6 +1265,46 @@ 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 215.93599999999958 Td
+/F1.0 10.5 Tf
+[<372e352e2056696577204d6f64656c20617320506172> 20.01953125 <616d65746572>] 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.27124999999995 215.93599999999958 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+533.94125 215.93599999999958 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 215.93599999999958 Td
+/F1.0 10.5 Tf
+<3236> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
 Q
 
 endstream
@@ -1279,7 +1319,7 @@ endobj
 /F1.0 8 0 R
 >>
 >>
-/Annots [201 0 R 202 0 R 203 0 R 204 0 R 205 0 R 206 0 R 207 0 R 208 0 R 209 0 R 210 0 R 211 0 R 212 0 R 213 0 R 214 0 R 215 0 R 216 0 R 217 0 R 218 0 R 219 0 R 220 0 R 221 0 R 222 0 R 223 0 R 224 0 R 225 0 R 226 0 R 227 0 R 228 0 R 229 0 R 230 0 R 231 0 R 232 0 R 233 0 R 234 0 R 235 0 R 236 0 R 237 0 R 238 0 R 239 0 R 240 0 R 241 0 R 242 0 R 243 0 R 244 0 R 245 0 R 246 0 R 247 0 R 248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 253 0 R 254 0 R 255 0 R 256 0 R 257 0 R 258 0 R]
+/Annots [203 0 R 204 0 R 205 0 R 206 0 R 207 0 R 208 0 R 209 0 R 210 0 R 211 0 R 212 0 R 213 0 R 214 0 R 215 0 R 216 0 R 217 0 R 218 0 R 219 0 R 220 0 R 221 0 R 222 0 R 223 0 R 224 0 R 225 0 R 226 0 R 227 0 R 228 0 R 229 0 R 230 0 R 231 0 R 232 0 R 233 0 R 234 0 R 235 0 R 236 0 R 237 0 R 238 0 R 239 0 R 240 0 R 241 0 R 242 0 R 243 0 R 244 0 R 245 0 R 246 0 R 247 0 R 248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 253 0 R 254 0 R 255 0 R 256 0 R 257 0 R 258 0 R 259 0 R 260 0 R 261 0 R 262 0 R]
 >>
 endobj
 11 0 obj
@@ -1998,7 +2038,7 @@ endobj
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 259 0 R
+/XObject << /Stamp1 263 0 R
 >>
 >>
 /Annots [17 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 33 0 R]
@@ -2018,13 +2058,13 @@ endobj
 endobj
 16 0 obj
 << /Type /Font
-/BaseFont /AAAAEI+NotoSerif-Bold
+/BaseFont /AAAAEM+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 298 0 R
+/FontDescriptor 303 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 300 0 R
-/ToUnicode 299 0 R
+/Widths 305 0 R
+/ToUnicode 304 0 R
 >>
 endobj
 17 0 obj
@@ -2699,7 +2739,7 @@ endobj
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 259 0 R
+/XObject << /Stamp1 263 0 R
 >>
 >>
 /Annots [37 0 R]
@@ -3979,7 +4019,7 @@ endobj
 /Contents 42 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I1 40 0 R
-/Stamp1 259 0 R
+/Stamp1 263 0 R
 >>
 /Font << /F1.0 8 0 R
 /F3.1 45 0 R
@@ -4002,13 +4042,13 @@ endobj
 endobj
 45 0 obj
 << /Type /Font
-/BaseFont /AAAAEJ+FontAwesome
+/BaseFont /AAAAEN+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 302 0 R
+/FontDescriptor 307 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 304 0 R
-/ToUnicode 303 0 R
+/Widths 309 0 R
+/ToUnicode 308 0 R
 >>
 endobj
 46 0 obj
@@ -5237,7 +5277,7 @@ endobj
 /F4.0 49 0 R
 /F5.0 53 0 R
 >>
-/XObject << /Stamp1 259 0 R
+/XObject << /Stamp1 263 0 R
 >>
 >>
 /Annots [54 0 R 55 0 R 57 0 R 58 0 R 59 0 R 60 0 R 62 0 R]
@@ -5245,13 +5285,13 @@ endobj
 endobj
 49 0 obj
 << /Type /Font
-/BaseFont /AAAAEK+NotoSerif-Italic
+/BaseFont /AAAAEO+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 306 0 R
+/FontDescriptor 311 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 308 0 R
-/ToUnicode 307 0 R
+/Widths 313 0 R
+/ToUnicode 312 0 R
 >>
 endobj
 50 0 obj
@@ -5265,13 +5305,13 @@ endobj
 endobj
 53 0 obj
 << /Type /Font
-/BaseFont /AAAAEL+mplus1mn-regular
+/BaseFont /AAAAEP+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 310 0 R
+/FontDescriptor 315 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 312 0 R
-/ToUnicode 311 0 R
+/Widths 317 0 R
+/ToUnicode 316 0 R
 >>
 endobj
 54 0 obj
@@ -5982,7 +6022,7 @@ endobj
 /F2.0 16 0 R
 /F4.0 49 0 R
 >>
-/XObject << /Stamp1 259 0 R
+/XObject << /Stamp1 263 0 R
 >>
 >>
 /Annots [65 0 R 66 0 R]
@@ -7072,7 +7112,7 @@ endobj
 /F1.0 8 0 R
 /F5.0 53 0 R
 >>
-/XObject << /Stamp1 259 0 R
+/XObject << /Stamp1 263 0 R
 >>
 >>
 /Annots [71 0 R 72 0 R 73 0 R 74 0 R 75 0 R 76 0 R]
@@ -8691,7 +8731,7 @@ endobj
 /F1.0 8 0 R
 /F5.0 53 0 R
 >>
-/XObject << /Stamp1 259 0 R
+/XObject << /Stamp1 263 0 R
 >>
 >>
 /Annots [80 0 R 81 0 R 83 0 R 84 0 R]
@@ -10268,13 +10308,13 @@ endobj
 /Font << /F1.0 8 0 R
 /F5.0 53 0 R
 >>
-/XObject << /Stamp1 259 0 R
+/XObject << /Stamp1 263 0 R
 >>
 >>
 >>
 endobj
 87 0 obj
-<< /Length 32491
+<< /Length 30725
 >>
 stream
 q
@@ -11303,7 +11343,7 @@ ET
 BT
 48.24 541.5060000000001 Td
 /F2.0 18 Tf
-[<342e322e20446f6d61696e204f626a656374204c61> 20.01953125 <796f7574>] TJ
+<342e322e20446f6d61696e204f626a6563742049636f6e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11311,66 +11351,85 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-2.170 Tw
+1.140 Tw
 
 BT
 48.24 513.4860000000001 Td
 /F1.0 10.5 Tf
-<54686520> Tj
+[<54686520726570726573656e746174696f6e2072657475726e65642062> 20.01953125 <792074686520646f6d61696e206f626a656374207265736f75726365202873656374696f6e2031342e34206f66207468652052> 20.01953125 <4f20737065632076312e302920686173>] 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
-
-2.170 Tw
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-71.82960072544643 513.4860000000001 Td
-/F5.0 10.5 Tf
-<4772696453657276696365> Tj
+48.24 497.706 Td
+/F1.0 10.5 Tf
+<6265656e20657874656e64656420746f2070726f766964652061206c696e6b20746f207468652069636f6e20696d6167652028> 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.170 Tw
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
 BT
-129.57960072544643 513.4860000000001 Td
-/F1.0 10.5 Tf
-[<2070726f766964657320616e20584d4c20646f63756d656e7420776869636820646566696e657320746865206c61> 20.01953125 <796f7574206f6620616e> 20.01953125 <79206f6620646f6d61696e206f626a6563742e>] TJ
+301.3635 497.706 Td
+/F5.0 10.5 Tf
+<2e706e67> 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.24 497.706 Td
+322.36350000000004 497.706 Td
 /F1.0 10.5 Tf
-<5479706963616c6c7920746869732069732074686520636f6e74656e7473206f662074686520> Tj
+<2920746f207573653a> 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
+q
+0.961 0.961 0.961 scn
+52.240 481.890 m
+543.040 481.890 l
+545.249 481.890 547.040 480.099 547.040 477.890 c
+547.040 272.270 l
+547.040 270.061 545.249 268.270 543.040 268.270 c
+52.240 268.270 l
+50.031 268.270 48.240 270.061 48.240 272.270 c
+48.240 477.890 l
+48.240 480.099 50.031 481.890 52.240 481.890 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 481.890 m
+543.040 481.890 l
+545.249 481.890 547.040 480.099 547.040 477.890 c
+547.040 272.270 l
+547.040 270.061 545.249 268.270 543.040 268.270 c
+52.240 268.270 l
+50.031 268.270 48.240 270.061 48.240 272.270 c
+48.240 477.890 l
+48.240 480.099 50.031 481.890 52.240 481.890 c
+h
+S
+Q
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-223.82100000000003 497.706 Td
-/F5.0 10.5 Tf
-<5878782e6c61796f75742e786d6c> Tj
+59.24 459.06500000000005 Td
+/F5.0 11 Tf
+<7b> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11379,117 +11438,97 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-297.321 497.706 Td
-/F1.0 10.5 Tf
-<2066696c652028776865726520> Tj
+59.24 444.32500000000005 Td
+/F5.0 11 Tf
+<ca20> 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.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
 
 BT
-357.08700000000005 497.706 Td
-/F5.0 10.5 Tf
-<587878> Tj
+70.24000000000001 444.32500000000005 Td
+/F5.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
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
 
 BT
-372.83700000000005 497.706 Td
-/F1.0 10.5 Tf
-<2069732074686520646f6d61696e2074797065292e> Tj
+75.74000000000001 444.32500000000005 Td
+/F5.0 11 Tf
+<6c696e6b73> 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.364 Tw
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
 
 BT
-48.24 469.92600000000004 Td
-/F1.0 10.5 Tf
-[<46> 40.0390625 <6f72206578616d706c652c20696e2074686520>] TJ
+103.24000000000001 444.32500000000005 Td
+/F5.0 11 Tf
+<22> 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.364 Tw
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-152.86900598958331 469.92600000000004 Td
-/F1.0 10.5 Tf
-[<48656c6c6f2057> 60.05859375 <6f726c6420617263686574797065>] TJ
+108.74000000000001 444.32500000000005 Td
+/F5.0 11 Tf
+<3a> 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.364 Tw
-
 BT
-268.545348828125 469.92600000000004 Td
-/F1.0 10.5 Tf
-<2074686520> Tj
+114.24000000000001 444.32500000000005 Td
+/F5.0 11 Tf
+<20> 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.364 Tw
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-292.68330690104165 469.92600000000004 Td
-/F5.0 10.5 Tf
-<48656c6c6f576f726c64> Tj
+119.74000000000001 444.32500000000005 Td
+/F5.0 11 Tf
+<5b> 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.364 Tw
-
 BT
-345.18330690104165 469.92600000000004 Td
-/F1.0 10.5 Tf
-[<20646f6d61696e206f626a656374206861732061206c61> 20.01953125 <796f757420646566696e65642062> 20.01953125 <79>] TJ
+59.24 429.58500000000004 Td
+/F5.0 11 Tf
+<ca202020> 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
 
 BT
-48.24 454.1460000000001 Td
-/F5.0 10.5 Tf
-<48656c6c6f576f726c642e6c61796f75742e786d6c> Tj
+81.24000000000001 429.58500000000004 Td
+/F5.0 11 Tf
+<2e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11498,8 +11537,8 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-158.49 454.1460000000001 Td
-/F1.0 10.5 Tf
+86.74000000000001 429.58500000000004 Td
+/F5.0 11 Tf
 <2e> Tj
 ET
 
@@ -11508,61 +11547,30 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.140 Tw
-
 BT
-48.24 426.36600000000004 Td
-/F1.0 10.5 Tf
-[<54686520726570726573656e746174696f6e2072657475726e65642062> 20.01953125 <792074686520646f6d61696e206f626a656374207265736f75726365202873656374696f6e2031342e34206f66207468652052> 20.01953125 <4f20737065632076312e302920686173>] TJ
+92.24000000000001 429.58500000000004 Td
+/F5.0 11 Tf
+<2e> 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.24 410.586 Td
-/F1.0 10.5 Tf
-<6265656e20657874656e64656420746f2070726f766964652061206c696e6b20746f2074686973207265736f757263653a> Tj
+59.24 414.845 Td
+/F5.0 11 Tf
+<ca202020> 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 394.770 m
-543.040 394.770 l
-545.249 394.770 547.040 392.979 547.040 390.770 c
-547.040 170.410 l
-547.040 168.201 545.249 166.410 543.040 166.410 c
-52.240 166.410 l
-50.031 166.410 48.240 168.201 48.240 170.410 c
-48.240 390.770 l
-48.240 392.979 50.031 394.770 52.240 394.770 c
-h
-f
-0.800 0.800 0.800 SCN
-0.75 w
-52.240 394.770 m
-543.040 394.770 l
-545.249 394.770 547.040 392.979 547.040 390.770 c
-547.040 170.410 l
-547.040 168.201 545.249 166.410 543.040 166.410 c
-52.240 166.410 l
-50.031 166.410 48.240 168.201 48.240 170.410 c
-48.240 390.770 l
-48.240 392.979 50.031 394.770 52.240 394.770 c
-h
-S
-Q
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-59.24 371.94500000000005 Td
+81.24000000000001 414.845 Td
 /F5.0 11 Tf
 <7b> Tj
 ET
@@ -11573,9 +11581,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 357.20500000000004 Td
+59.24 400.105 Td
 /F5.0 11 Tf
-<ca20> Tj
+<ca2020202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11584,7 +11592,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-70.24000000000001 357.20500000000004 Td
+92.24000000000001 400.105 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -11595,9 +11603,9 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-75.74000000000001 357.20500000000004 Td
+97.74000000000001 400.105 Td
 /F5.0 11 Tf
-<6c696e6b73> Tj
+<72656c> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11606,7 +11614,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-103.24000000000001 357.20500000000004 Td
+114.24000000000001 400.105 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -11617,7 +11625,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-108.74000000000001 357.20500000000004 Td
+119.74000000000001 400.105 Td
 /F5.0 11 Tf
 <3a> Tj
 ET
@@ -11628,75 +11636,42 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-114.24000000000001 357.20500000000004 Td
+125.24000000000001 400.105 Td
 /F5.0 11 Tf
 <20> 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
-119.74000000000001 357.20500000000004 Td
-/F5.0 11 Tf
-<5b> 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 342.46500000000003 Td
-/F5.0 11 Tf
-<ca202020> 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
-81.24000000000001 342.46500000000003 Td
-/F5.0 11 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
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
 
 BT
-86.74000000000001 342.46500000000003 Td
+130.74 400.105 Td
 /F5.0 11 Tf
-<2e> Tj
+<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.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
 
 BT
-92.24000000000001 342.46500000000003 Td
+136.24 400.105 Td
 /F5.0 11 Tf
-<2e> Tj
+<75726e3a6f72672e6170616368652e697369732e7265737466756c6f626a656374733a72656c732f6f626a6563742d6c61796f7574> 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.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
 
 BT
-59.24 327.725 Td
+427.74 400.105 Td
 /F5.0 11 Tf
-<ca202020> Tj
+<22> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11705,9 +11680,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-81.24000000000001 327.725 Td
+433.24 400.105 Td
 /F5.0 11 Tf
-<7b> Tj
+<2c> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11716,7 +11691,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 312.985 Td
+59.24 385.365 Td
 /F5.0 11 Tf
 <ca2020202020> Tj
 ET
@@ -11727,7 +11702,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-92.24000000000001 312.985 Td
+92.24000000000001 385.365 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -11738,9 +11713,9 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-97.74000000000001 312.985 Td
+97.74000000000001 385.365 Td
 /F5.0 11 Tf
-<72656c> Tj
+<68726566> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11749,7 +11724,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-114.24000000000001 312.985 Td
+119.74000000000001 385.365 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -11760,7 +11735,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-119.74000000000001 312.985 Td
+125.24000000000001 385.365 Td
 /F5.0 11 Tf
 <3a> Tj
 ET
@@ -11771,9 +11746,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.24000000000001 312.985 Td
-/F5.0 11 Tf
-<20> Tj
+130.74 385.365 Td
 ET
 
 0.000 0.000 0.000 SCN
@@ -11782,7 +11755,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-130.74 312.985 Td
+59.24 370.62500000000006 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -11793,9 +11766,9 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-136.24 312.985 Td
+64.74000000000001 370.62500000000006 Td
 /F5.0 11 Tf
-<75726e3a6f72672e6170616368652e697369732e7265737466756c6f626a656374733a72656c732f6f626a6563742d6c61796f7574> Tj
+<687474703a2f2f6c6f63616c686f73743a383038302f7265737466756c2f6f626a656374732f68656c6c6f776f726c642e48656c6c6f576f726c644f626a6563742f302f6f626a6563742d69636f6e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11804,7 +11777,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-427.74 312.985 Td
+499.24 370.62500000000006 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -11815,7 +11788,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-433.24 312.985 Td
+504.74 370.62500000000006 Td
 /F5.0 11 Tf
 <2c> Tj
 ET
@@ -11826,7 +11799,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 298.245 Td
+59.24 355.88500000000005 Td
 /F5.0 11 Tf
 <ca2020202020> Tj
 ET
@@ -11837,7 +11810,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-92.24000000000001 298.245 Td
+92.24000000000001 355.88500000000005 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -11848,9 +11821,9 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-97.74000000000001 298.245 Td
+97.74000000000001 355.88500000000005 Td
 /F5.0 11 Tf
-<68726566> Tj
+<6d6574686f64> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11859,7 +11832,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-119.74000000000001 298.245 Td
+130.74 355.88500000000005 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -11870,7 +11843,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.24000000000001 298.245 Td
+136.24 355.88500000000005 Td
 /F5.0 11 Tf
 <3a> Tj
 ET
@@ -11881,7 +11854,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-130.74 298.245 Td
+141.74 355.88500000000005 Td
+/F5.0 11 Tf
+<20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11890,7 +11865,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-59.24 283.50500000000005 Td
+147.24 355.88500000000005 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -11901,9 +11876,9 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-64.74000000000001 283.50500000000005 Td
+152.74 355.88500000000005 Td
 /F5.0 11 Tf
-<687474703a2f2f6c6f63616c686f73743a383038302f7265737466756c2f6f626a656374732f68656c6c6f776f726c642e48656c6c6f576f726c644f626a6563742f302f6f626a6563742d6c61796f7574> Tj
+<474554> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11912,7 +11887,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-510.24 283.50500000000005 Td
+169.24 355.88500000000005 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -11923,7 +11898,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-515.74 283.50500000000005 Td
+174.74 355.88500000000005 Td
 /F5.0 11 Tf
 <2c> Tj
 ET
@@ -11934,7 +11909,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 268.76500000000004 Td
+59.24 341.14500000000004 Td
 /F5.0 11 Tf
 <ca2020202020> Tj
 ET
@@ -11945,7 +11920,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-92.24000000000001 268.76500000000004 Td
+92.24000000000001 341.14500000000004 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -11956,9 +11931,9 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-97.74000000000001 268.76500000000004 Td
+97.74000000000001 341.14500000000004 Td
 /F5.0 11 Tf
-<6d6574686f64> Tj
+<74797065> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -11967,7 +11942,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-130.74 268.76500000000004 Td
+119.74000000000001 341.14500000000004 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -11978,7 +11953,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-136.24 268.76500000000004 Td
+125.24000000000001 341.14500000000004 Td
 /F5.0 11 Tf
 <3a> Tj
 ET
@@ -11989,7 +11964,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-141.74 268.76500000000004 Td
+130.74 341.14500000000004 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -12000,7 +11975,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-147.24 268.76500000000004 Td
+136.24 341.14500000000004 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -12011,9 +11986,9 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-152.74 268.76500000000004 Td
+141.74 341.14500000000004 Td
 /F5.0 11 Tf
-<474554> Tj
+<696d6167652f706e67> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -12022,7 +11997,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-169.24 268.76500000000004 Td
+191.24 341.14500000000004 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -12033,7 +12008,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-174.74 268.76500000000004 Td
+196.74 341.14500000000004 Td
 /F5.0 11 Tf
 <2c> Tj
 ET
@@ -12044,42 +12019,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 254.02500000000003 Td
-/F5.0 11 Tf
-<ca2020202020> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
-
-BT
-92.24000000000001 254.02500000000003 Td
+59.24 326.4050000000001 Td
 /F5.0 11 Tf
-<22> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
-
-BT
-97.74000000000001 254.02500000000003 Td
-/F5.0 11 Tf
-<74797065> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
-
-BT
-119.74000000000001 254.02500000000003 Td
-/F5.0 11 Tf
-<22> Tj
+<ca202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -12088,9 +12030,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.24000000000001 254.02500000000003 Td
+81.24000000000001 326.4050000000001 Td
 /F5.0 11 Tf
-<3a> Tj
+<7d> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -12099,42 +12041,31 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-130.74 254.02500000000003 Td
+86.74000000000001 326.4050000000001 Td
 /F5.0 11 Tf
-<20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.800 0.200 0.000 scn
-0.800 0.200 0.000 SCN
-
-BT
-136.24 254.02500000000003 Td
-/F5.0 11 Tf
-<22> Tj
+<2c> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.800 0.200 0.000 scn
-0.800 0.200 0.000 SCN
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-141.74 254.02500000000003 Td
+59.24 311.6650000000001 Td
 /F5.0 11 Tf
-<6170706c69636174696f6e2f6a736f6e3b70726f66696c653d2775726e3a6f72672e7265737466756c6f626a656374733a726570722d74797065732f6f626a65637427> Tj
+<ca20> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.800 0.200 0.000 scn
-0.800 0.200 0.000 SCN
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-510.24 254.02500000000003 Td
+70.24000000000001 311.6650000000001 Td
 /F5.0 11 Tf
-<22> Tj
+<5d> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -12143,7 +12074,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-515.74 254.02500000000003 Td
+75.74000000000001 311.6650000000001 Td
 /F5.0 11 Tf
 <2c> Tj
 ET
@@ -12154,42 +12085,42 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 239.28500000000005 Td
+59.24 296.92500000000007 Td
 /F5.0 11 Tf
-<ca2020202020> Tj
+<ca20> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-92.24000000000001 239.28500000000005 Td
+70.24000000000001 296.92500000000007 Td
 /F5.0 11 Tf
-<22> Tj
+<2e> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-97.74000000000001 239.28500000000005 Td
+75.74000000000001 296.92500000000007 Td
 /F5.0 11 Tf
-<7469746c65> Tj
+<2e> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-125.24000000000001 239.28500000000005 Td
+81.24000000000001 296.92500000000007 Td
 /F5.0 11 Tf
-<22> Tj
+<2e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -12198,9 +12129,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-130.74 239.28500000000005 Td
+59.24 282.18500000000006 Td
 /F5.0 11 Tf
-<3a> Tj
+<7d> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -12208,65 +12139,55 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-BT
-136.24 239.28500000000005 Td
-/F5.0 11 Tf
-<20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.800 0.200 0.000 scn
-0.800 0.200 0.000 SCN
+1.748 Tw
 
 BT
-141.74 239.28500000000005 Td
-/F5.0 11 Tf
-<22> Tj
+48.24 244.30600000000004 Td
+/F1.0 10.5 Tf
+<4e6f746520746861742062656361757365206f662064796e616d69632069636f6e73202874686520> Tj
 ET
 
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.800 0.200 0.000 scn
-0.800 0.200 0.000 SCN
-
-BT
-147.24 239.28500000000005 Td
-/F5.0 11 Tf
-<4f626a6563743a2061> Tj
-ET
 
+0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.800 0.200 0.000 scn
-0.800 0.200 0.000 SCN
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+1.748 Tw
 
 BT
-196.74 239.28500000000005 Td
-/F5.0 11 Tf
-<22> Tj
+262.0582307692307 244.30600000000004 Td
+/F5.0 10.5 Tf
+<69636f6e4e616d652829> 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.748 Tw
+
 BT
-59.24 224.54500000000004 Td
-/F5.0 11 Tf
-<ca202020> Tj
+314.5582307692307 244.30600000000004 Td
+/F1.0 10.5 Tf
+<20737570706f7274696e67206d6574686f64292074686520696d6167652072657475726e65642063616e> 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
-81.24000000000001 224.54500000000004 Td
-/F5.0 11 Tf
-<7d> Tj
+48.24 228.52600000000004 Td
+/F1.0 10.5 Tf
+[<76617279206f6e20616e20696e7374616e63652d62> 20.01953125 <792d696e7374616e63652062617369732e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -12275,9 +12196,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-86.74000000000001 224.54500000000004 Td
-/F5.0 11 Tf
-<2c> Tj
+48.24 188.68600000000004 Td
+/F2.0 18 Tf
+[<342e332e20446f6d61696e204f626a656374204c61> 20.01953125 <796f7574>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -12285,54 +12206,66 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+2.170 Tw
+
 BT
-59.24 209.80500000000004 Td
-/F5.0 11 Tf
-<ca20> Tj
+48.24 160.66600000000003 Td
+/F1.0 10.5 Tf
+<54686520> 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.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+2.170 Tw
 
 BT
-70.24000000000001 209.80500000000004 Td
-/F5.0 11 Tf
-<5d> Tj
+71.82960072544643 160.66600000000003 Td
+/F5.0 10.5 Tf
+<4772696453657276696365> 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.170 Tw
+
 BT
-75.74000000000001 209.80500000000004 Td
-/F5.0 11 Tf
-<2c> Tj
+129.57960072544643 160.66600000000003 Td
+/F1.0 10.5 Tf
+[<2070726f766964657320616e20584d4c20646f63756d656e7420776869636820646566696e657320746865206c61> 20.01953125 <796f7574206f6620616e> 20.01953125 <79206f6620646f6d61696e206f626a6563742e>] 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
-59.24 195.06500000000003 Td
-/F5.0 11 Tf
-<ca20> Tj
+48.24 144.88600000000002 Td
+/F1.0 10.5 Tf
+<5479706963616c6c7920746869732069732074686520636f6e74656e7473206f662074686520> 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.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
 BT
-70.24000000000001 195.06500000000003 Td
-/F5.0 11 Tf
-<2e> Tj
+223.82100000000003 144.88600000000002 Td
+/F5.0 10.5 Tf
+<5878782e6c61796f75742e786d6c> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -12341,20 +12274,20 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-75.74000000000001 195.06500000000003 Td
-/F5.0 11 Tf
-<2e> Tj
+297.321 144.88600000000002 Td
+/F1.0 10.5 Tf
+<2066696c652028776865726520> 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.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
 BT
-81.24000000000001 195.06500000000003 Td
-/F5.0 11 Tf
-<2e> Tj
+357.08700000000005 144.88600000000002 Td
+/F5.0 10.5 Tf
+<587878> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -12363,9 +12296,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 180.32500000000002 Td
-/F5.0 11 Tf
-<7d> Tj
+372.83700000000005 144.88600000000002 Td
+/F1.0 10.5 Tf
+<2069732074686520646f6d61696e2074797065292e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -12373,27 +12306,27 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.629 Tw
+1.364 Tw
 
 BT
-48.24 142.44600000000003 Td
+48.24 117.10600000000002 Td
 /F1.0 10.5 Tf
-[<496e20612073696d696c6172207761> 20.01953125 <7920746f2074686520>] TJ
+[<46> 40.0390625 <6f72206578616d706c652c20696e2074686520>] 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
 
-0.629 Tw
+1.364 Tw
 
 BT
-166.68481138392855 142.44600000000003 Td
-/F5.0 10.5 Tf
-<6d656e752e6c61796f75742e786d6c> Tj
+152.86900598958331 117.10600000000002 Td
+/F1.0 10.5 Tf
+[<48656c6c6f2057> 60.05859375 <6f726c6420617263686574797065>] TJ
 ET
 
 
@@ -12403,12 +12336,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.629 Tw
+1.364 Tw
 
 BT
-245.43481138392855 142.44600000000003 Td
+268.545348828125 117.10600000000002 Td
 /F1.0 10.5 Tf
-<2c2074686520726570726573656e746174696f6e7320697320737570706c656d656e746564207769746820> Tj
+<2074686520> Tj
 ET
 
 
@@ -12418,12 +12351,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.629 Tw
+1.364 Tw
 
 BT
-465.0368278459821 142.44600000000003 Td
+292.68330690104165 117.10600000000002 Td
 /F5.0 10.5 Tf
-<6c696e6b> Tj
+<48656c6c6f576f726c64> Tj
 ET
 
 
@@ -12433,103 +12366,62 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.629 Tw
+1.364 Tw
 
 BT
-486.0368278459821 142.44600000000003 Td
+345.18330690104165 117.10600000000002 Td
 /F1.0 10.5 Tf
-<73206e6f6465732074686174> Tj
+[<20646f6d61696e206f626a656374206861732061206c61> 20.01953125 <796f757420646566696e65642062> 20.01953125 <79>] 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.24 126.66600000000003 Td
-/F1.0 10.5 Tf
-<6c696e6b206261636b20746f20746865207374616e64617264205265737466756c204f626a65637473207265736f75726365733a> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
--0.500 Tc
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-56.88050000000001 98.88600000000002 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-0.000 Tc
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
 BT
-66.24000000000001 101.07000000000002 Td
+48.24 101.32600000000002 Td
 /F5.0 10.5 Tf
-<646f6d61696e4f626a656374> Tj
+<48656c6c6f576f726c642e6c61796f75742e786d6c> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-
--0.500 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 80.88600000000002 Td
+158.49 101.32600000000002 Td
 /F1.0 10.5 Tf
-<a5> Tj
+<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
 
-0.000 Tc
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
+1.140 Tw
 
 BT
-66.24000000000001 83.07000000000002 Td
-/F5.0 10.5 Tf
-<70726f7065727479> Tj
+48.24 73.54600000000002 Td
+/F1.0 10.5 Tf
+[<54686520726570726573656e746174696f6e2072657475726e65642062> 20.01953125 <792074686520646f6d61696e206f626a656374207265736f75726365202873656374696f6e2031342e34206f66207468652052> 20.01953125 <4f20737065632076312e302920686173>] TJ
 ET
 
+
+0.000 Tw
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-
--0.500 Tc
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 62.886000000000024 Td
+48.24 57.76600000000002 Td
 /F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-0.000 Tc
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-BT
-66.24000000000001 65.07000000000002 Td
-/F5.0 10.5 Tf
-<636f6c6c656374696f6e> Tj
+<6265656e20657874656e64656420746f2070726f766964652061206c696e6b20746f2074686973207265736f757263653a> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -12568,10 +12460,10 @@ endobj
 /F2.0 16 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 259 0 R
+/XObject << /Stamp1 263 0 R
 >>
 >>
-/Annots [90 0 R 91 0 R]
+/Annots [90 0 R 92 0 R 93 0 R]
 >>
 endobj
 89 0 obj
@@ -12581,38 +12473,969 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_GridService)
+/URI (../../guides/rgcms/rgcms.pdf#_rgcms_methods_reserved_iconName)
 >>
 /Subtype /Link
-/Rect [71.82960072544643 512.0160000000001 129.57960072544643 522.5160000000001]
+/Rect [262.0582307692307 242.83600000000004 314.5582307692307 253.33600000000004]
 /Type /Annot
 >>
 endobj
 91 0 obj
+[88 0 R /XYZ 0 212.71000000000004 null]
+endobj
+92 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_GridService)
+>>
+/Subtype /Link
+/Rect [71.82960072544643 159.19600000000003 129.57960072544643 169.69600000000003]
+/Type /Annot
+>>
+endobj
+93 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../ugfun/ugfun.pdf#_ugfun_getting-started_helloworld-archetype)
 >>
 /Subtype /Link
-/Rect [152.86900598958331 466.86000000000007 268.545348828125 481.14000000000004]
+/Rect [152.86900598958331 114.04000000000002 268.545348828125 128.32000000000002]
 /Type /Annot
 >>
 endobj
-92 0 obj
-<< /Length 15179
+94 0 obj
+<< /Length 27330
 >>
 stream
 q
+q
+/DeviceRGB cs
+0.961 0.961 0.961 scn
+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 581.530 l
+547.040 579.321 545.249 577.530 543.040 577.530 c
+52.240 577.530 l
+50.031 577.530 48.240 579.321 48.240 581.530 c
+48.240 801.890 l
+48.240 804.099 50.031 805.890 52.240 805.890 c
+h
+f
+/DeviceRGB CS
+0.800 0.800 0.800 SCN
+0.75 w
+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 581.530 l
+547.040 579.321 545.249 577.530 543.040 577.530 c
+52.240 577.530 l
+50.031 577.530 48.240 579.321 48.240 581.530 c
+48.240 801.890 l
+48.240 804.099 50.031 805.890 52.240 805.890 c
+h
+S
+Q
+/DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+59.24 783.0649999999999 Td
+/F5.0 11 Tf
+<7b> 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 768.3249999999999 Td
+/F5.0 11 Tf
+<ca20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+70.24000000000001 768.3249999999999 Td
+/F5.0 11 Tf
+<22> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+75.74000000000001 768.3249999999999 Td
+/F5.0 11 Tf
+<6c696e6b73> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+103.24000000000001 768.3249999999999 Td
+/F5.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
+108.74000000000001 768.3249999999999 Td
+/F5.0 11 Tf
+<3a> 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
+114.24000000000001 768.3249999999999 Td
+/F5.0 11 Tf
+<20> 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
+119.74000000000001 768.3249999999999 Td
+/F5.0 11 Tf
+<5b> 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 753.585 Td
+/F5.0 11 Tf
+<ca202020> 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
+81.24000000000001 753.585 Td
+/F5.0 11 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
+86.74000000000001 753.585 Td
+/F5.0 11 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
+92.24000000000001 753.585 Td
+/F5.0 11 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
+59.24 738.845 Td
+/F5.0 11 Tf
+<ca202020> 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
+81.24000000000001 738.845 Td
+/F5.0 11 Tf
+<7b> 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 724.105 Td
+/F5.0 11 Tf
+<ca2020202020> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+92.24000000000001 724.105 Td
+/F5.0 11 Tf
+<22> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+97.74000000000001 724.105 Td
+/F5.0 11 Tf
+<72656c> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+114.24000000000001 724.105 Td
+/F5.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
+119.74000000000001 724.105 Td
+/F5.0 11 Tf
+<3a> 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
+125.24000000000001 724.105 Td
+/F5.0 11 Tf
+<20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+130.74 724.105 Td
+/F5.0 11 Tf
+<22> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+136.24 724.105 Td
+/F5.0 11 Tf
+<75726e3a6f72672e6170616368652e697369732e7265737466756c6f626a656374733a72656c732f6f626a6563742d6c61796f7574> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+427.74 724.105 Td
+/F5.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
+433.24 724.105 Td
+/F5.0 11 Tf
+<2c> 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 709.365 Td
+/F5.0 11 Tf
+<ca2020202020> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+92.24000000000001 709.365 Td
+/F5.0 11 Tf
+<22> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+97.74000000000001 709.365 Td
+/F5.0 11 Tf
+<68726566> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+119.74000000000001 709.365 Td
+/F5.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
+125.24000000000001 709.365 Td
+/F5.0 11 Tf
+<3a> 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
+130.74 709.365 Td
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+59.24 694.625 Td
+/F5.0 11 Tf
+<22> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+64.74000000000001 694.625 Td
+/F5.0 11 Tf
+<687474703a2f2f6c6f63616c686f73743a383038302f7265737466756c2f6f626a656374732f68656c6c6f776f726c642e48656c6c6f576f726c644f626a6563742f302f6f626a6563742d6c61796f7574> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+510.24 694.625 Td
+/F5.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
+515.74 694.625 Td
+/F5.0 11 Tf
+<2c> 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 679.885 Td
+/F5.0 11 Tf
+<ca2020202020> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+92.24000000000001 679.885 Td
+/F5.0 11 Tf
+<22> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+97.74000000000001 679.885 Td
+/F5.0 11 Tf
+<6d6574686f64> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+130.74 679.885 Td
+/F5.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
+136.24 679.885 Td
+/F5.0 11 Tf
+<3a> 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
+141.74 679.885 Td
+/F5.0 11 Tf
+<20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+147.24 679.885 Td
+/F5.0 11 Tf
+<22> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+152.74 679.885 Td
+/F5.0 11 Tf
+<474554> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+169.24 679.885 Td
+/F5.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
+174.74 679.885 Td
+/F5.0 11 Tf
+<2c> 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 665.145 Td
+/F5.0 11 Tf
+<ca2020202020> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+92.24000000000001 665.145 Td
+/F5.0 11 Tf
+<22> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+97.74000000000001 665.145 Td
+/F5.0 11 Tf
+<74797065> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.000 0.400 0.600 scn
+0.000 0.400 0.600 SCN
+
+BT
+119.74000000000001 665.145 Td
+/F5.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
+125.24000000000001 665.145 Td
+/F5.0 11 Tf
+<3a> 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
+130.74 665.145 Td
+/F5.0 11 Tf
+<20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+136.24 665.145 Td
+/F5.0 11 Tf
+<22> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+141.74 665.145 Td
+/F5.0 11 Tf
+<6170706c69636174696f6e2f6a736f6e3b70726f66696c653d2775726e3a6f72672e7265737466756c6f626a656374733a726570722d74797065732f6f626a6563742d> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+59.24 650.405 Td
+/F5.0 11 Tf
+<6c61796f75742d62733327> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.800 0.200 0.000 scn
+0.800 0.200 0.000 SCN
+
+BT
+119.74000000000001 650.405 Td
+/F5.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
+125.24000000000001 650.405 Td
+/F5.0 11 Tf
+<2c> 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 635.665 Td
+/F5.0 11 Tf
+<ca202020> 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
+81.24000000000001 635.665 Td
+/F5.0 11 Tf
+<7d> 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
+86.74000000000001 635.665 Td
+/F5.0 11 Tf
+<2c> 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 620.925 Td
+/F5.0 11 Tf
+<ca20> 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
+70.24000000000001 620.925 Td
+/F5.0 11 Tf
+<5d> 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
+75.74000000000001 620.925 Td
+/F5.0 11 Tf
+<2c> 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 606.185 Td
+/F5.0 11 Tf
+<ca20> 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
+70.24000000000001 606.185 Td
+/F5.0 11 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
+75.74000000000001 606.185 Td
+/F5.0 11 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
+81.24000000000001 606.185 Td
+/F5.0 11 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
+59.24 591.4449999999999 Td
+/F5.0 11 Tf
+<7d> 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.629 Tw
+
+BT
+48.24 553.566 Td
+/F1.0 10.5 Tf
+[<496e20612073696d696c6172207761> 20.01953125 <7920746f2074686520>] 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.629 Tw
+
+BT
+166.68481138392855 553.566 Td
+/F5.0 10.5 Tf
+<6d656e752e6c61796f75742e786d6c> 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.629 Tw
+
+BT
+245.43481138392855 553.566 Td
+/F1.0 10.5 Tf
+<2c2074686520726570726573656e746174696f6e7320697320737570706c656d656e746564207769746820> 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.629 Tw
+
+BT
+465.0368278459821 553.566 Td
+/F5.0 10.5 Tf
+<6c696e6b> 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.629 Tw
+
+BT
+486.0368278459821 553.566 Td
+/F1.0 10.5 Tf
+<73206e6f6465732074686174> 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.24 537.786 Td
+/F1.0 10.5 Tf
+<6c696e6b206261636b20746f20746865207374616e64617264205265737466756c204f626a65637473207265736f75726365733a> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+56.88050000000001 510.00600000000003 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+0.000 Tc
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+66.24000000000001 512.19 Td
+/F5.0 10.5 Tf
+<646f6d61696e4f626a656374> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+56.88050000000001 492.00600000000003 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+0.000 Tc
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+66.24000000000001 494.19000000000005 Td
+/F5.0 10.5 Tf
+<70726f7065727479> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+56.88050000000001 474.00600000000003 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+0.000 Tc
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+66.24000000000001 476.19000000000005 Td
+/F5.0 10.5 Tf
+<636f6c6c656374696f6e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
 
 -0.500 Tc
-/DeviceRGB cs
 0.200 0.200 0.200 scn
-/DeviceRGB CS
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 793.9259999999999 Td
+56.88050000000001 456.00600000000003 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -12625,7 +13448,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-66.24000000000001 796.11 Td
+66.24000000000001 458.19000000000005 Td
 /F5.0 10.5 Tf
 <616374696f6e> Tj
 ET
@@ -12638,7 +13461,7 @@ ET
 2.787 Tw
 
 BT
-48.24000000000001 769.9259999999999 Td
+48.24000000000001 432.00600000000003 Td
 /F1.0 10.5 Tf
 [<46> 40.0390625 <6f72206578616d706c652c20746865206c61> 20.01953125 <796f757420666f722061202248656c6c6f57> 60.05859375 <6f726c644f626a6563742220696e7374616e636520696e207468652068656c6c6f20776f726c6420617263686574797065202877697468>] TJ
 ET
@@ -12651,7 +13474,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-48.24000000000001 754.146 Td
+48.24000000000001 416.226 Td
 /F5.0 10.5 Tf
 <4163636570743a2061707069636174696f6e2f786d6c> Tj
 ET
@@ -12662,7 +13485,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-163.74 754.146 Td
+163.74 416.226 Td
 /F1.0 10.5 Tf
 <204854545020686561646572292069733a> Tj
 ET
@@ -12671,28 +13494,28 @@ ET
 0.000 0.000 0.000 scn
 q
 0.961 0.961 0.961 scn
-52.240 738.330 m
-543.040 738.330 l
-545.249 738.330 547.040 736.539 547.040 734.330 c
-547.040 410.790 l
-547.040 408.581 545.249 406.790 543.040 406.790 c
-52.240 406.790 l
-50.031 406.790 48.240 408.581 48.240 410.790 c
-48.240 734.330 l
-48.240 736.539 50.031 738.330 52.240 738.330 c
+52.240 400.410 m
+543.040 400.410 l
+545.249 400.410 547.040 398.619 547.040 396.410 c
+547.040 72.870 l
+547.040 70.661 545.249 68.870 543.040 68.870 c
+52.240 68.870 l
+50.031 68.870 48.240 70.661 48.240 72.870 c
+48.240 396.410 l
+48.240 398.619 50.031 400.410 52.240 400.410 c
 h
 f
 0.800 0.800 0.800 SCN
 0.75 w
-52.240 738.330 m
-543.040 738.330 l
-545.249 738.330 547.040 736.539 547.040 734.330 c
-547.040 410.790 l
-547.040 408.581 545.249 406.790 543.040 406.790 c
-52.240 406.790 l
-50.031 406.790 48.240 408.581 48.240 410.790 c
-48.240 734.330 l
-48.240 736.539 50.031 738.330 52.240 738.330 c
+52.240 400.410 m
+543.040 400.410 l
+545.249 400.410 547.040 398.619 547.040 396.410 c
+547.040 72.870 l
+547.040 70.661 545.249 68.870 543.040 68.870 c
+52.240 68.870 l
+50.031 68.870 48.240 70.661 48.240 72.870 c
+48.240 396.410 l
+48.240 398.619 50.031 400.410 52.240 400.410 c
 h
 S
 Q
@@ -12700,7 +13523,7 @@ Q
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 715.505 Td
+59.24000000000001 377.58500000000004 Td
 /F5.0 11 Tf
 <3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d3822207374616e64616c6f6e653d22796573223f3e> Tj
 ET
@@ -12711,7 +13534,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-59.24000000000001 700.765 Td
+59.24000000000001 362.845 Td
 /F5.0 11 Tf
 <3c6273333a67726964> Tj
 ET
@@ -12722,7 +13545,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-108.74000000000001 700.765 Td
+108.74000000000001 362.845 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -12733,7 +13556,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-114.24000000000001 700.765 Td
+114.24000000000001 362.845 Td
 /F5.0 11 Tf
 <786d6c6e733a637074> Tj
 ET
@@ -12744,7 +13567,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-163.74 700.765 Td
+163.74 362.845 Td
 /F5.0 11 Tf
 <3d> Tj
 ET
@@ -12755,7 +13578,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-169.24 700.765 Td
+169.24 362.845 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -12766,7 +13589,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-174.74 700.765 Td
+174.74 362.845 Td
 /F5.0 11 Tf
 <687474703a2f2f697369732e6170616368652e6f72672f6170706c69622f6c61796f75742f636f6d706f6e656e74> Tj
 ET
@@ -12777,7 +13600,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-427.74 700.765 Td
+427.74 362.845 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -12788,7 +13611,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 686.0250000000001 Td
+59.24000000000001 348.105 Td
 /F5.0 11 Tf
 <ca202020202020202020> Tj
 ET
@@ -12799,7 +13622,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-114.24000000000001 686.0250000000001 Td
+114.24000000000001 348.105 Td
 /F5.0 11 Tf
 <786d6c6e733a6c6e6b> Tj
 ET
@@ -12810,7 +13633,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-163.74 686.0250000000001 Td
+163.74 348.105 Td
 /F5.0 11 Tf
 <3d> Tj
 ET
@@ -12821,7 +13644,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-169.24 686.0250000000001 Td
+169.24 348.105 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -12832,7 +13655,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-174.74 686.0250000000001 Td
+174.74 348.105 Td
 /F5.0 11 Tf
 <687474703a2f2f697369732e6170616368652e6f72672f6170706c69622f6c61796f75742f6c696e6b73> Tj
 ET
@@ -12843,7 +13666,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-405.74 686.0250000000001 Td
+405.74 348.105 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -12854,7 +13677,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 671.2850000000001 Td
+59.24000000000001 333.365 Td
 /F5.0 11 Tf
 <ca202020202020202020> Tj
 ET
@@ -12865,7 +13688,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-114.24000000000001 671.2850000000001 Td
+114.24000000000001 333.365 Td
 /F5.0 11 Tf
 <786d6c6e733a627333> Tj
 ET
@@ -12876,7 +13699,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-163.74 671.2850000000001 Td
+163.74 333.365 Td
 /F5.0 11 Tf
 <3d> Tj
 ET
@@ -12887,7 +13710,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-169.24 671.2850000000001 Td
+169.24 333.365 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -12898,7 +13721,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-174.74 671.2850000000001 Td
+174.74 333.365 Td
 /F5.0 11 Tf
 <687474703a2f2f697369732e6170616368652e6f72672f6170706c69622f6c61796f75742f677269642f626f6f74737472617033> Tj
 ET
@@ -12909,7 +13732,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-460.74 671.2850000000001 Td
+460.74 333.365 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -12920,7 +13743,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-466.24 671.2850000000001 Td
+466.24 333.365 Td
 /F5.0 11 Tf
 <3e> Tj
 ET
@@ -12931,7 +13754,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 656.5450000000001 Td
+59.24000000000001 318.625 Td
 /F5.0 11 Tf
 <ca20> Tj
 ET
@@ -12942,7 +13765,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-70.24000000000001 656.5450000000001 Td
+70.24000000000001 318.625 Td
 /F5.0 11 Tf
 <3c6273333a726f773e> Tj
 ET
@@ -12953,7 +13776,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 641.8050000000001 Td
+59.24000000000001 303.885 Td
 /F5.0 11 Tf
 <ca202020> Tj
 ET
@@ -12964,7 +13787,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-81.24000000000001 641.8050000000001 Td
+81.24000000000001 303.885 Td
 /F5.0 11 Tf
 <3c6273333a636f6c> Tj
 ET
@@ -12975,7 +13798,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.24000000000001 641.8050000000001 Td
+125.24000000000001 303.885 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -12986,7 +13809,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-130.74 641.8050000000001 Td
+130.74 303.885 Td
 /F5.0 11 Tf
 <7370616e> Tj
 ET
@@ -12997,7 +13820,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-152.74 641.8050000000001 Td
+152.74 303.885 Td
 /F5.0 11 Tf
 <3d> Tj
 ET
@@ -13008,7 +13831,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-158.24 641.8050000000001 Td
+158.24 303.885 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13019,7 +13842,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-163.74 641.8050000000001 Td
+163.74 303.885 Td
 /F5.0 11 Tf
 <3132> Tj
 ET
@@ -13030,7 +13853,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-174.74 641.8050000000001 Td
+174.74 303.885 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13041,7 +13864,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-180.24 641.8050000000001 Td
+180.24 303.885 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -13052,7 +13875,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-185.74 641.8050000000001 Td
+185.74 303.885 Td
 /F5.0 11 Tf
 <756e7265666572656e636564416374696f6e73> Tj
 ET
@@ -13063,7 +13886,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-290.24 641.8050000000001 Td
+290.24 303.885 Td
 /F5.0 11 Tf
 <3d> Tj
 ET
@@ -13074,7 +13897,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-295.74 641.8050000000001 Td
+295.74 303.885 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13085,7 +13908,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-301.24 641.8050000000001 Td
+301.24 303.885 Td
 /F5.0 11 Tf
 <74727565> Tj
 ET
@@ -13096,7 +13919,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-323.24 641.8050000000001 Td
+323.24 303.885 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13107,7 +13930,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-328.74 641.8050000000001 Td
+328.74 303.885 Td
 /F5.0 11 Tf
 <3e> Tj
 ET
@@ -13118,7 +13941,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 627.065 Td
+59.24000000000001 289.14500000000004 Td
 /F5.0 11 Tf
 <ca2020202020> Tj
 ET
@@ -13129,7 +13952,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-92.24000000000001 627.065 Td
+92.24000000000001 289.14500000000004 Td
 /F5.0 11 Tf
 <3c6370743a646f6d61696e4f626a656374> Tj
 ET
@@ -13140,7 +13963,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-185.74 627.065 Td
+185.74 289.14500000000004 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -13151,7 +13974,7 @@ ET
 0.310 0.624 0.812 SCN
 
 BT
-191.24 627.065 Td
+191.24 289.14500000000004 Td
 /F5.0 11 Tf
 <626f6f6b6d61726b696e67> Tj
 ET
@@ -13162,7 +13985,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-251.74 627.065 Td
+251.74 289.14500000000004 Td
 /F5.0 11 Tf
 <3d> Tj
 ET
@@ -13173,7 +13996,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-257.24 627.065 Td
+257.24 289.14500000000004 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13184,7 +14007,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-262.74 627.065 Td
+262.74 289.14500000000004 Td
 /F5.0 11 Tf
 <41535f524f4f54> Tj
 ET
@@ -13195,7 +14018,7 @@ ET
 0.800 0.200 0.000 SCN
 
 BT
-301.24 627.065 Td
+301.24 289.14500000000004 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13206,7 +14029,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-306.74 627.065 Td
+306.74 289.14500000000004 Td
 /F5.0 11 Tf
 <3e> Tj
 ET
@@ -13217,7 +14040,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 612.325 Td
+59.24000000000001 274.40500000000003 Td
 /F5.0 11 Tf
 <ca202020202020202020> Tj
 ET
@@ -13228,7 +14051,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-114.24000000000001 612.325 Td
+114.24000000000001 274.40500000000003 Td
 /F5.0 11 Tf
 <3c6370743a6c696e6b3e> Tj
 ET
@@ -13239,7 +14062,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 597.585 Td
+59.24000000000001 259.665 Td
 /F5.0 11 Tf
 <ca202020202020202020> Tj
 ET
@@ -13250,7 +14073,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-114.24000000000001 597.585 Td
+114.24000000000001 259.665 Td
 /F5.0 11 Tf
 <3c6c6e6b3a72656c3e> Tj
 ET
@@ -13261,7 +14084,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-163.74 597.585 Td
+163.74 259.665 Td
 /F5.0 11 Tf
 <75726e3a6f72672e7265737466756c6f626a656374733a72656c732f656c656d656e74> Tj
 ET
@@ -13272,7 +14095,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-356.24 597.585 Td
+356.24 259.665 Td
 /F5.0 11 Tf
 <3c2f6c6e6b3a72656c3e> Tj
 ET
@@ -13283,7 +14106,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 582.845 Td
+59.24000000000001 244.92500000000004 Td
 /F5.0 11 Tf
 <ca202020202020202020> Tj
 ET
@@ -13294,7 +14117,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-114.24000000000001 582.845 Td
+114.24000000000001 244.92500000000004 Td
 /F5.0 11 Tf
 <3c6c6e6b3a6d6574686f643e> Tj
 ET
@@ -13305,7 +14128,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-180.24 582.845 Td
+180.24 244.92500000000004 Td
 /F5.0 11 Tf
 <474554> Tj
 ET
@@ -13316,7 +14139,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-196.74 582.845 Td
+196.74 244.92500000000004 Td
 /F5.0 11 Tf
 <3c2f6c6e6b3a6d6574686f643e> Tj
 ET
@@ -13327,7 +14150,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 568.105 Td
+59.24000000000001 230.18500000000003 Td
 /F5.0 11 Tf
 <ca> Tj
 ET
@@ -13338,7 +14161,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-59.24000000000001 553.365 Td
+59.24000000000001 215.44500000000002 Td
 /F5.0 11 Tf
 <3c6c6e6b3a687265663e> Tj
 ET
@@ -13349,7 +14172,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-114.24000000000001 553.365 Td
+114.24000000000001 215.44500000000002 Td
 /F5.0 11 Tf
 <687474703a2f2f6c6f63616c686f73743a383038302f7265737466756c2f6f626a656374732f68656c6c6f776f726c642e48656c6c6f576f726c644f626a6563742f30> Tj
 ET
@@ -13360,7 +14183,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-482.74 553.365 Td
+482.74 215.44500000000002 Td
 /F5.0 11 Tf
 <3c2f6c6e6b3a687265> Tj
 ET
@@ -13371,7 +14194,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-59.24000000000001 538.625 Td
+59.24000000000001 200.705 Td
 /F5.0 11 Tf
 <663e> Tj
 ET
@@ -13382,7 +14205,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 523.885 Td
+59.24000000000001 185.965 Td
 /F5.0 11 Tf
 <ca202020202020202020> Tj
 ET
@@ -13393,7 +14216,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-114.24000000000001 523.885 Td
+114.24000000000001 185.965 Td
 /F5.0 11 Tf
 <3c6c6e6b3a747970653e> Tj
 ET
@@ -13404,7 +14227,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-169.24 523.885 Td
+169.24 185.965 Td
 /F5.0 11 Tf
 <6170706c69636174696f6e2f6a736f6e3b70726f66696c653d2275726e3a6f72672e7265737466756c6f626a656374733a726570722d> Tj
 ET
@@ -13415,7 +14238,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 509.145 Td
+59.24000000000001 171.225 Td
 /F5.0 11 Tf
 <74797065732f6f626a65637422> Tj
 ET
@@ -13426,7 +14249,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-130.74 509.145 Td
+130.74 171.225 Td
 /F5.0 11 Tf
 <3c2f6c6e6b3a747970653e> Tj
 ET
@@ -13437,7 +14260,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 494.405 Td
+59.24000000000001 156.48499999999999 Td
 /F5.0 11 Tf
 <ca20202020202020> Tj
 ET
@@ -13448,7 +14271,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-103.24000000000001 494.405 Td
+103.24000000000001 156.48499999999999 Td
 /F5.0 11 Tf
 <3c2f6370743a6c696e6b3e> Tj
 ET
@@ -13459,7 +14282,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 479.66499999999996 Td
+59.24000000000001 141.74499999999998 Td
 /F5.0 11 Tf
 <ca2020202020> Tj
 ET
@@ -13470,7 +14293,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-92.24000000000001 479.66499999999996 Td
+92.24000000000001 141.74499999999998 Td
 /F5.0 11 Tf
 <3c2f6370743a646f6d61696e4f626a6563743e> Tj
 ET
@@ -13481,7 +14304,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 464.925 Td
+59.24000000000001 127.005 Td
 /F5.0 11 Tf
 <ca202020> Tj
 ET
@@ -13492,7 +14315,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-81.24000000000001 464.925 Td
+81.24000000000001 127.005 Td
 /F5.0 11 Tf
 <3c2f6273333a636f6c3e> Tj
 ET
@@ -13503,7 +14326,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 450.185 Td
+59.24000000000001 112.26499999999999 Td
 /F5.0 11 Tf
 <ca20> Tj
 ET
@@ -13514,7 +14337,7 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-70.24000000000001 450.185 Td
+70.24000000000001 112.26499999999999 Td
 /F5.0 11 Tf
 <3c2f6273333a726f773e> Tj
 ET
@@ -13525,7 +14348,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 435.445 Td
+59.24000000000001 97.52499999999998 Td
 /F5.0 11 Tf
 <ca20> Tj
 ET
@@ -13536,7 +14359,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-70.24000000000001 435.445 Td
+70.24000000000001 97.52499999999998 Td
 /F5.0 11 Tf
 <2e2e2e> Tj
 ET
@@ -13547,46 +14370,13 @@ ET
 0.184 0.435 0.624 SCN
 
 BT
-59.24000000000001 420.705 Td
+59.24000000000001 82.78499999999997 Td
 /F5.0 11 Tf
 <3c2f6273333a677269643e> 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 382.82599999999996 Td
-/F1.0 10.5 Tf
-<546869732063616e20616c736f206265206f627461696e6564206173204a534f4e20287573696e6720> 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
-251.95050000000003 382.82599999999996 Td
-/F5.0 10.5 Tf
-<4163636570743a206170706c69636174696f6e2f6a736f6e> 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
-377.95050000000003 382.82599999999996 Td
-/F1.0 10.5 Tf
-<204854545020686561646572293a> 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
@@ -13611,61 +14401,92 @@ Q
 
 endstream
 endobj
-93 0 obj
+95 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 92 0 R
+/Contents 94 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F1.0 8 0 R
-/F5.0 53 0 R
+/Font << /F5.0 53 0 R
+/F1.0 8 0 R
 >>
-/XObject << /Stamp1 259 0 R
+/XObject << /Stamp1 263 0 R
 >>
 >>
 >>
 endobj
-94 0 obj
-<< /Length 31521
+96 0 obj
+<< /Length 31379
 >>
 stream
 q
-q
 /DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 794.6759999999999 Td
+/F1.0 10.5 Tf
+<546869732063616e20616c736f206265206f627461696e6564206173204a534f4e20287573696e6720> 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
+251.95050000000003 794.6759999999999 Td
+/F5.0 10.5 Tf
+<4163636570743a206170706c69636174696f6e2f6a736f6e> 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
+377.95050000000003 794.6759999999999 Td
+/F1.0 10.5 Tf
+<204854545020686561646572293a> 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 805.890 m
-543.040 805.890 l
-545.249 805.890 547.040 804.099 547.040 801.890 c
-547.040 404.650 l
-547.040 402.441 545.249 400.650 543.040 400.650 c
-52.240 400.650 l
-50.031 400.650 48.240 402.441 48.240 404.650 c
-48.240 801.890 l
-48.240 804.099 50.031 805.890 52.240 805.890 c
+52.240 778.860 m
+543.040 778.860 l
+545.249 778.860 547.040 777.069 547.040 774.860 c
+547.040 377.620 l
+547.040 375.411 545.249 373.620 543.040 373.620 c
+52.240 373.620 l
+50.031 373.620 48.240 375.411 48.240 377.620 c
+48.240 774.860 l
+48.240 777.069 50.031 778.860 52.240 778.860 c
 h
 f
-/DeviceRGB CS
 0.800 0.800 0.800 SCN
 0.75 w
-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 404.650 l
-547.040 402.441 545.249 400.650 543.040 400.650 c
-52.240 400.650 l
-50.031 400.650 48.240 402.441 48.240 404.650 c
-48.240 801.890 l
-48.240 804.099 50.031 805.890 52.240 805.890 c
+52.240 778.860 m
+543.040 778.860 l
+545.249 778.860 547.040 777.069 547.040 774.860 c
+547.040 377.620 l
+547.040 375.411 545.249 373.620 543.040 373.620 c
+52.240 373.620 l
+50.031 373.620 48.240 375.411 48.240 377.620 c
+48.240 774.860 l
+48.240 777.069 50.031 778.860 52.240 778.860 c
 h
 S
 Q
-/DeviceRGB cs
 0.200 0.200 0.200 scn
-/DeviceRGB CS
 0.200 0.200 0.200 SCN
 
 BT
-59.24 783.0649999999999 Td
+59.24 756.035 Td
 /F5.0 11 Tf
 <7b> Tj
 ET
@@ -13676,7 +14497,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 768.3249999999999 Td
+59.24 741.295 Td
 /F5.0 11 Tf
 <ca20> Tj
 ET
@@ -13687,7 +14508,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-70.24000000000001 768.3249999999999 Td
+70.24000000000001 741.295 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13698,7 +14519,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-75.74000000000001 768.3249999999999 Td
+75.74000000000001 741.295 Td
 /F5.0 11 Tf
 <726f77> Tj
 ET
@@ -13709,7 +14530,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-92.24000000000001 768.3249999999999 Td
+92.24000000000001 741.295 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13720,7 +14541,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-97.74000000000001 768.3249999999999 Td
+97.74000000000001 741.295 Td
 /F5.0 11 Tf
 <3a> Tj
 ET
@@ -13731,7 +14552,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-103.24000000000001 768.3249999999999 Td
+103.24000000000001 741.295 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -13742,7 +14563,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-108.74000000000001 768.3249999999999 Td
+108.74000000000001 741.295 Td
 /F5.0 11 Tf
 <5b> Tj
 ET
@@ -13753,7 +14574,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 753.585 Td
+59.24 726.5550000000001 Td
 /F5.0 11 Tf
 <ca202020> Tj
 ET
@@ -13764,7 +14585,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-81.24000000000001 753.585 Td
+81.24000000000001 726.5550000000001 Td
 /F5.0 11 Tf
 <7b> Tj
 ET
@@ -13775,7 +14596,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 738.845 Td
+59.24 711.815 Td
 /F5.0 11 Tf
 <ca2020202020> Tj
 ET
@@ -13786,7 +14607,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-92.24000000000001 738.845 Td
+92.24000000000001 711.815 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13797,7 +14618,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-97.74000000000001 738.845 Td
+97.74000000000001 711.815 Td
 /F5.0 11 Tf
 <636f6c73> Tj
 ET
@@ -13808,7 +14629,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-119.74000000000001 738.845 Td
+119.74000000000001 711.815 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13819,7 +14640,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.24000000000001 738.845 Td
+125.24000000000001 711.815 Td
 /F5.0 11 Tf
 <3a> Tj
 ET
@@ -13830,7 +14651,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-130.74 738.845 Td
+130.74 711.815 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -13841,7 +14662,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-136.24 738.845 Td
+136.24 711.815 Td
 /F5.0 11 Tf
 <5b> Tj
 ET
@@ -13852,7 +14673,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 724.105 Td
+59.24 697.075 Td
 /F5.0 11 Tf
 <ca20202020202020> Tj
 ET
@@ -13863,7 +14684,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-103.24000000000001 724.105 Td
+103.24000000000001 697.075 Td
 /F5.0 11 Tf
 <7b> Tj
 ET
@@ -13874,7 +14695,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 709.365 Td
+59.24 682.335 Td
 /F5.0 11 Tf
 <ca202020202020202020> Tj
 ET
@@ -13885,7 +14706,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-114.24000000000001 709.365 Td
+114.24000000000001 682.335 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13896,7 +14717,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-119.74000000000001 709.365 Td
+119.74000000000001 682.335 Td
 /F5.0 11 Tf
 <636f6c> Tj
 ET
@@ -13907,7 +14728,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-136.24 709.365 Td
+136.24 682.335 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13918,7 +14739,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-141.74 709.365 Td
+141.74 682.335 Td
 /F5.0 11 Tf
 <3a> Tj
 ET
@@ -13929,7 +14750,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-147.24 709.365 Td
+147.24 682.335 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -13940,7 +14761,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-152.74 709.365 Td
+152.74 682.335 Td
 /F5.0 11 Tf
 <7b> Tj
 ET
@@ -13951,7 +14772,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 694.625 Td
+59.24 667.595 Td
 /F5.0 11 Tf
 <ca2020202020202020202020> Tj
 ET
@@ -13962,7 +14783,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-125.24000000000001 694.625 Td
+125.24000000000001 667.595 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13973,7 +14794,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-130.74 694.625 Td
+130.74 667.595 Td
 /F5.0 11 Tf
 <646f6d61696e4f626a656374> Tj
 ET
@@ -13984,7 +14805,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-196.74 694.625 Td
+196.74 667.595 Td
 /F5.0 11 Tf
 <22> Tj
 ET
@@ -13995,7 +14816,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 694.625 Td
+202.24 667.595 Td
 /F5.0 11 Tf
 <3a> Tj
 ET
@@ -14006,7 +14827,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.74 694.625 Td
+207.74 667.595 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -14017,7 +14838,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.24 694.625 Td
+213.24 667.595 Td
 /F5.0 11 Tf
 <7b> Tj
 ET
@@ -14028,7 +14849,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 679.885 Td
+59.24 652.855 Td
 /F5.0 11 Tf
 <ca20202020202020202020202020> Tj
 ET
@@ -14039,7 +14860,7 @@ ET
 0.000 0.400 0.600 SCN
 
 BT
-136.24 67

<TRUNCATED>

[10/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/elasticlunr/index.json
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/elasticlunr/index.json b/content/versions/1.16.2/elasticlunr/index.json
index faab617..8ad65d8 100644
--- a/content/versions/1.16.2/elasticlunr/index.json
+++ b/content/versions/1.16.2/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 ","description":"","id":11600575},"12196042":{"title":"Te
 rtiary Menu","url":"guides/ugvw/ugvw.html#_tertiary_menu","body":"Tertiary Menu  Domain services' actions can be associated with the tertiary menu using the same @DomainServiceLayout annotation, but be aware that the @DomainServiceLayout#name() attribute will be ignored (there is only one effective menu).  For example, the updateEpochDate(…​) and listAllSettings(…​) actions come from the following service:  Because the number of items on the tertiary menu is expected to be small and most will pertain to the current user, the viewer does not place dividers between actions from different services on the tertiary menu. ","description":" Domain services' actions can be associated with the tertiary menu using the same @DomainServiceLayout annotation, but be aware that the @DomainServiceLayout#name() attribute will be ignored (there is only one effective menu). ","id":12196042},"12649581":{"title":"Mark the version as released","url":"guides/cgcom/cgcom.html#_mark_the_version_as_r
 eleased","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 acti
 on, returning false leaves it visible.  For example, to 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},"14290952":{"title":"Vetoing Visibility","url":"guides/htg.html#_ugbtb_hints-and-tips_vetoing-visibility","body":"Vetoing Visibility  eg if included an addon such as auditing or security.  solution is to write a domain event subscriber that vetoes the visibility  All the addons actions inherit from common base classes so this can be as broad-brush or fine-grained as required ","description":" eg if included an addon such as auditing or security. ","id":14290952},"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 domain 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) Incode Platform's 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 initialized 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":"ObjectCreatedEvent  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":"releas
 e-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 parameters 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 CommandContext request-scoped service defines the following 
 very simple API:  This class (o.a.i.applib.services.CommandContext) is also the default implementation. Under normal circumstances there shouldn’t be any need to replace this implementation with another.  The Command type referenced above is in fact an interface, defined as: ","description":" The CommandContext request-scoped service defines the following very simple API: ","id":19254915},"21190750":{"title":"Run the archetype","url":"pages/tg/tg.html#_run_the_archetype","body":"Run the archetype ","description":"","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 pr
 ovides 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":"Editing","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":"Comm
 it 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-ParameterLayout_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 ne
 xt.  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},"31312523":{"title":"Declarative style","url":"guides/htg.html#_declarative_style_3","body":"Declarative style  To render an object with a particular CSS, use @DomainObjectLayout#cssClass().  When the domain object is rendered on its own page, this CSS class will appear on a top-level <div>. Or, when the domain object is rendered 
 as a row in a collection, then the CSS class will appear in a <div> wrapped by the <tr> of the row.  One possible use case would be to render the most important object types with a subtle background colour: Customers shown in light green, or Orders shown in a light pink, for example. ","description":" To render an object with a particular CSS, use @DomainObjectLayout#cssClass(). ","id":31312523},"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 getExecutedIn() method:  Although not often needed, th
 is 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},"31966407":{"title":"Icons","url":"guides/htg.html#_icons",
 "body":"Icons  Action icons can be specified in several ways.  One option is to use the @ActionLayout#cssClassFa(). For example:  Alternatively, you can specify these hints dynamically in the Xxx.layout.xml for the entity:  Rather than annotating every action with @ActionLayout#cssClassFa() and @ActionLayout#cssClass() you can instead specify the UI hint globally using regular expressions. Not only does this save a lot of boilerplate/editing, it helps ensure consistency across all actions.  To declare fa classes globally, use the configuration property isis.reflector.facet.cssClassFa.patterns (a comma separated list of key:value pairs).  For example:  Here:  For example, \"fa-plus\" is applied to all action members called \"newXxx\" ","description":" Action icons can be specified in several ways. ","id":31966407},"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":"Screenshots  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 a
 lso 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":"cssCl
 assFa()  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 rendered 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 i
 con. ","id":57327287},"62314289":{"title":"Menu Bars Layout","url":"guides/ugvw/ugvw.html#_ugvw_menubars-layout","body":"Menu Bars Layout ","description":"","id":62314289},"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 miss
 ing 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},"74705826":{"title":"How to implement a spellchecker?","url":"guides/htg.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 implement 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":74705826},"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 \"firstName\", 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 identifies 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 f
 or 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: ","description":" 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) ContentNe
 gotiationService 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/ug
 btb/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_10","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 a
 re 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 main 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 main parts to using fixture scripts: the FixtureScripts domain service class, and the FixtureScript view model class: ","id":92467660},"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 described 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 Obje
 cts 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},"100682258":{"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 i
 s 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 implement 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 MetaModelValidatorVisiting.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},"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 redraw 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 als
 o 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.  These mixin properties/actions are all associated with the \"Metadata\" fieldset. A number of other mixins also contribute properties or actions to the \"Metadata\" fieldset. ","description":" All domain entities automatically implement the DataNucleus Pe
 rsistable 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) Incode Platform's audit module also implements the new SPI. ","description":" The AuditingService SPI service has been deprecated, instead replaced by the AuditerService. ","id":112375674},"113098816":{"title":"DataNucleus Object Store","url":"guides/htg.html#_datanucleus_object_store","body":"DataNucleus Object Store ","description":"","id":113098816},"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 general
 ly decorated with both DataNucleus and Apache Isis annotations. Let’s look at some of the most commonly-used 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 DataNuc
 leus taking care of both lazy loading and also the persisting of modified (\"dirty\") objects. ","id":115229271},"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 ca
 lls. ","description":" The ActionInteractionContext service allows bulk actions to co-ordinate with each other. ","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 take
 n 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 t
 his thread on the Apache Isis users mailing list: ","id":134804772},"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 layouts 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},"158033412":{"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 ","description":"","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 somethin
 g else!) and get a context-sensitive list of refactorings available for the currently selected object ","description":" Loads of good stuff on the Refactor menu; most used are: ","id":158897592},"159072030":{"title":"(non-ASF) Incode Platform","url":"migration-notes/migration-notes.html#_migration-notes_1.14.0-to-1.15.0_incode-platform","body":"(non-ASF) Incode Platform  The various (non-ASF) Isis Addons and Incode Catalog have also been combined into a single \"Incode Platform\".  While each module can still be consumed individually, the new platform versions consistently (a change in any one module will result in a re-release of all). This should make these modules easier to consume, and easier to maintain/develop.  All the modules remain open source, still licensed under the ASF v2.0 license.  As of this release, none of the groupIds or artifactIds have changed. They will be rationalized/made consistent in a future release; most probably to coincide with v2.0.0 of the framework. 
 ","description":" The various (non-ASF) Isis Addons and Incode Catalog have also been combined into a single \"Incode Platform\". ","id":159072030},"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 \"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). ","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) obje
 ct has just been loaded 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/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. ","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/r
 gsvc/rgsvc.html#_implementation_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 ","description":"","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 ty
 pesafe 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 purposes, 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 appli
 b 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 PublishedObjects 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 impl
 ementations may have different responsibilities. For example, the (non-ASF) Incode Platform's 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 domain 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 properties.  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 of 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 update
 d 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 HoldsUpda
 tedAt 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 e
 xtremely 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},"193219460":{"title":"API","url":"guides/rgsvc/rgsvc.html#_rgsvc_metadata-api_MetamodelService_api","body":"API  The API defined by the service is: ","description":" The API defined by the service is: ","id":193219460},"193237835":{"title":"Core","url":"release-notes/release-notes.html#_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  It is also possible to define use some other underlying event bus implementation, by implementing the EventBusImplementation SPI:  As is probably obvious, the EventBusService just delegates down to these method calls when its own similarly named methods are called.  If you do provide your own implementation of this SPI, be aware that your subscribers will need to use whatever convention is required (eg different annotations) such that the events are correctly routed through to your subscribers.  If you have written your own implementation of the EventBusServiceImplementation SPI, then specify instead its fully-qualified class name: ","description":" It is also possible to define use some other underlying event bus implementation, by implementing the EventBusImplementation SPI: ","id":194608562},"195374240":{"ti
 tle":"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":" (Assuming 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},"196560907":{"title":"XJC profile","url":"guides/rgmvn/rgmvn.html#__rgmvn_xsd_xsd-submodule_xjc-profile","body":"XJC profile  The xjc profile reads the XSD generated by the xsd 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.  The xjc profile is defined as:  The referenced catalog.xml file instructs the xjc plugin how to resolve referenced schema locations. Only a reference for the Apache Isis common schema is likely to be needed: ","description":" The xjc profile reads the XSD generated by the xsd goal, and from it generates Java DTOs. Note that this isn’t round-tripping: the original view model is on
 ly for use within the Isis app, whereas the DTO generated from the XSDs is for use in a standalone context","id":196560907},"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 length, 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 ","description":"","id":198382465},"203208629":{"title":"New Feature","url":"release-notes/release-notes.html#_new_feature_18","body":"New Feature ","description":"","id":203208629},"203740710":{"title":"RoutingSer
 vice","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/rgsvc/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: ","desc
 ription":" 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 GitHub 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},"22
 0685197":{"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) Incode Platform security module provides a domain service that automatically seeds certain domain 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 @PostCo
 nstruct 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":"Initialization  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 references 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":"AuditingServiceInternal  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) AuditingServiceIn
 ternal 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 \"unregis
 ter\" in the @PreDestroy lifecycle method (though as noted above, unregistering is actually a no-op). ","id":232471644},"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 property 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 col
 lections. ","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},"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-dom 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 w
 here 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  One significant feature of the (non-ASF) Incode Platform's security module 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 (non-ASF) Incode Platform's security module README. ","description":" One significant f
 eature of the (non-ASF) Incode Platform's security module 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","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},"259202548":{"title":"Run-as","url":"guides/htg.html#_ugsec_hints-and-tips_run-as","body":"Run-as  This hint shows how to temporarily change the current user as reported by Shiro. This can be useful to support
  \"Run As\", for example.  The heavy lifting is done in ShiroService:  This could be exposed in the UI using a simple RunAsService, for example:  Credits: adapted from this gist. ","description":" This hint shows how to temporarily change the current user as reported by Shiro. This can be useful to support \"Run As\", for example. ","id":259202548},"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  There is no default implementation of this service.  The (non-ASF) Isis addons' kitchensink app provides an example implementation:  which is rendered as: ","description":" There is no default implementation of this service. ","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 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.  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 declared domain-objects, -views and -services. This therefore allows for other implementations of the UI.  The WrapperFactory domain service allows a test to wrap domain objects and thus to interact w
 ith 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 calle
 d 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 whenever 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 on the page). ","id":278859977},"278890330":{"title":"Build a domain app","url":"pages/tg/tg.html#_build_a_domain_app","body":"Build a domain app ","description":"","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#_object_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 wit
 h 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},"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 c
 ommits 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 drop-down choice, then other drop-down choices can be derived from it. ","id":286850218},"286919998":{"title":"Install Project Lombok","url":"guides/dg/dg.html#__dg_ide_eclipse_configure-lombok","body":"Install Project Lombok  The SimpleApp archetype uses Project Lombok annota
 tions (@Getter and @Setter and so on) to reduce the boilerplate. For Eclipse IDE this requires an installation step:  Then restart Eclipse. ","description":" The SimpleApp archetype uses Project Lombok annotations (@Getter and @Setter and so on) to reduce the boilerplate. For Eclipse IDE this requires an installation step: ","id":286919998},"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":"Philosop
 hy 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 section 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 ra
 ised 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. 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. ","id":291813215},"292881794":{"title":"FixtureScript","url":"guides/ugtst/ugtst.html#_ugtst_fixture-scripts_api-and-usage_FixtureScript","body":"FixtureScript  A fixture script is ultimately just a block of code that can be executed, so it’s up to you how you implement it to set up the system. However, we strongly recommend that you use it to invoke actions on business objects, in essence to replay what a real-life user would have done. That way, the fixture script will remain valid even if the underlying implementation of the system changes in
  the future.  For example, here’s a fixture script called RecreateSimpleObjects. (This used to be part of the SimpleApp archetype, though the archetype now ships with a more sophisticated design, discussed below):  Because this script has exposed a \"number\" property, it’s possible to set this from within the UI. For example:  When this is executed, the framework will parse the text and attempt to reflectively set the corresponding properties on the fixture result. So, in this case, when the fixture script is executed we actually get 6 objects created. ","description":" A fixture script is ultimately just a block of code that can be executed, so it’s up to you how you implement it to set up the system. However, we strongly recommend that you use it to invoke actions on business objects, in essence to replay what a real","id":292881794},"293860175":{"title":"Usage","url":"guides/rgsvc/rgsvc.html#_usage_10","body":"Usage  For example: ","description":" For example: ","id":29386
 0175},"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. ","descripti
 on":" 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-domain-api_FactoryService","body":"FactoryService  The FactoryService collects together methods for instantiating domain objects. ","description":" The FactoryService collects together methods for instantiating domain objects. ","id":295564393},"296009132":{"title":"Underlying Technology","url":"pages/powered-by/powered-by.html#_underlying_technology","body":"Underlying Technology  With regard to the underlying technology, CQNZ™ is a mobile application served by a web application using RESTful web services. The core, the CQNZ application server, is built on Apache Isis framework, which is hosted on a cloud service provider, configured for high availability, load balancing and fail-over with highly elastic scalability, prepared to scale fr
 om 1 server to tens, hundreds or even thousands of application servers running on Apache Isis. The client is a cross-platform mobile application now available on Apple Store and Google Play in the US, Mexico and Europe. ","description":" With regard to the underlying technology, CQNZ™ is a mobile application served by a web application using RESTful web services. The core, the CQNZ application server, is built on Apache Isis framework, which is hosted on a cloud service provider, configured for high availabil

<TRUNCATED>

[17/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugvw/ugvw.html
----------------------------------------------------------------------
diff --git a/content/guides/ugvw/ugvw.html b/content/guides/ugvw/ugvw.html
index 0b0edea..bccbee2 100644
--- a/content/guides/ugvw/ugvw.html
+++ b/content/guides/ugvw/ugvw.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -741,7 +742,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>In this case, if we view a <code>Customer</code> with its collection of <code>Order`s, then in that parented collection’s table the customer’s property will be automatically excluded from the title of the `Order</code> (but it would show the product). Conversely, if a <code>Product</code> is viewed then its collection of `Order`s would suppress product (but would show the customer).</p> 
+          <p>In this case, if we view a <code>Customer</code> with its collection of <code>Order</code>s, then in that parented collection’s table the customer’s property will be automatically excluded from the title of the <code>Order</code> (but it would show the product). Conversely, if a <code>Product</code> is viewed then its collection of <code>Order</code>s would suppress product (but would show the customer).</p> 
          </div> 
          <div class="admonitionblock tip"> 
           <table> 
@@ -1321,7 +1322,16 @@ table.CodeRay td.code>pre{padding:0}
          <div class="sect3"> 
           <h4 id="_other_annotations">3.1.4. Other Annotations</h4> 
           <div class="paragraph"> 
-           <p>All the layout annotations (eg <code>@Regex</code> and <code>@Named</code>) have been deprecated, instead replaced by the various <code>XxxLayout</code> annotations: <a href="../rgant/rgant.html#_rgant-ActionLayout, "><code>@ActionLayout</code></a> <a href="../rgant/rgant.html#_rgant-CollectionLayout"><code>@CollectionLayout</code></a>, <a href="../rgant/rgant.html#_rgant-DomainObjectLayout"><code>@DomainObjectLayout</code></a>, <a href="../rgant/rgant.html#_rgant-DomainServiceLayout"><code>@DomainServiceLayout</code></a>, <a href="../rgant/rgant.html#_rgant-ParameterLayout"><code>@ParameterLayout</code></a>, <a href="../rgant/rgant.html#_rgant-PropertyLayout"><code>@PropertyLayout</code></a>, and <a href="../rgant/rgant.html#_rgant-ViewModelLayout"><code>@ViewModelLayout</code></a></p> 
+           <p>All the layout annotations (eg <code>@Regex</code> and <code>@Named</code>) have been deprecated, instead replaced by the various <code>XxxLayout</code> annotations:</p> 
+          </div> 
+          <div class="ulist"> 
+           <ul> 
+            <li> <p>for domain services: <a href="../rgant/rgant.html#_rgant-DomainServiceLayout"><code>@DomainServiceLayout</code></a></p> </li> 
+            <li> <p>for domain objects: <a href="../rgant/rgant.html#_rgant-DomainObjectLayout"><code>@DomainObjectLayout</code></a> and <a href="../rgant/rgant.html#_rgant-ViewModelLayout"><code>@ViewModelLayout</code></a></p> </li> 
+            <li> <p>for actions: <a href="../rgant/rgant.html#_rgant-ActionLayout, "><code>@ActionLayout</code></a> and <a href="../rgant/rgant.html#_rgant-ParameterLayout"><code>@ParameterLayout</code></a></p> </li> 
+            <li> <p>for properties: <a href="../rgant/rgant.html#_rgant-PropertyLayout"><code>@PropertyLayout</code></a></p> </li> 
+            <li> <p>for collections: <a href="../rgant/rgant.html#_rgant-CollectionLayout"><code>@CollectionLayout</code></a></p> </li> 
+           </ul> 
           </div> 
          </div> 
         </div> 
@@ -1763,7 +1773,7 @@ table.CodeRay td.code>pre{padding:0}
            </ul> 
           </div> 
           <div class="paragraph"> 
-           <p>Ignorig the "current" style (which merely downloads the currently cached layout), the other three styles allow the developer to choose how much metadata is to be specified in the XML, and how much (if any) will be obtained elsewhere, either from annotations in the metamodel or from an earlier <code>.layout.json</code> file if present. The table below summarises the choices:</p> 
+           <p>Ignoring the "current" style (which merely downloads the currently cached layout), the other three styles allow the developer to choose how much metadata is to be specified in the XML, and how much (if any) will be obtained from annotations in the metamodel. The table below summarises the choices:</p> 
           </div> 
           <table class="tableblock frame-all grid-all spread"> 
            <caption class="title">
@@ -2131,7 +2141,7 @@ table.CodeRay td.code>pre{padding:0}
           </ul>
          </div> 
          <div class="paragraph"> 
-          <p>The domain service actions can be arranged across menu items using the <code>menubars.layout.xml</code> file. Not only is this easier to work with, it also can be reloaded dynamically (if in prototype mode), substantially redu.</p> 
+          <p>The domain service actions can be arranged across menu items using the <code>menubars.layout.xml</code> file. Not only is this easier to work with, it also can be reloaded dynamically (if in prototype mode), substantially reducing the edit compile run cycle.</p> 
          </div> 
          <div class="paragraph"> 
           <p>As for <a href="#_ugvw_layout_file-based">file-based object layouts</a>, this offers a number of benefits:</p> 
@@ -3673,7 +3683,7 @@ isis.viewer.wicket.maxTitleLengthInParentedTables=8</code></pre>
          <div class="sect3"> 
           <h4 id="_custom_css_styles">6.5.2. Custom CSS styles</h4> 
           <div class="paragraph"> 
-           <p>The above technique works well if you know the class member to target, but you might instead want to apply a custom style to a set of members. For this, you can use the <code>@CssClass</code>.</p> 
+           <p>The above technique works well if you know the class member to target, but you might instead want to apply a custom style to a set of members. For this, you can use the <code>@PropertyLayout(cssClass=…​)</code>.</p> 
           </div> 
           <div class="paragraph"> 
            <p>For example, in the <code>ToDoItem</code> class the following annotation (indicating that this is a key, important, property) :</p> 


[26/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugfun/ugfun.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugfun/ugfun.pdf b/content/guides/ugfun/ugfun.pdf
index 372057c..287ee0b 100644
--- a/content/guides/ugfun/ugfun.pdf
+++ b/content/guides/ugfun/ugfun.pdf
@@ -4,16 +4,16 @@
 << /Title (Fundamentals)
 /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:20180305191437+00'00')
-/ModDate (D:20180305191437+00'00')
+/CreationDate (D:20180918074657+01'00')
+/ModDate (D:20180918074657+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 16 0 R
-/Outlines 1311 0 R
-/PageLabels 1382 0 R
+/Outlines 1326 0 R
+/PageLabels 1398 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 160
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 42 0 R 50 0 R 53 0 R 56 0 R 60 0 R 70 0 R 85 0 R 89 0 R 96 0 R 107 0 R 112 0 R 121 0 R 126 0 R 131 0 R 138 0 R 155 0 R 165 0 R 179 0 R 193 0 R 202 0 R 210 0 R 217 0 R 222 0 R 231 0 R 240 0 R 246 0 R 251 0 R 261 0 R 274 0 R 287 0 R 297 0 R 312 0 R 321 0 R 328 0 R 338 0 R 351 0 R 354 0 R 362 0 R 366 0 R 368 0 R 370 0 R 372 0 R 374 0 R 380 0 R 392 0 R 401 0 R 407 0 R 411 0 R 415 0 R 419 0 R 424 0 R 429 0 R 433 0 R 437 0 R 444 0 R 448 0 R 452 0 R 456 0 R 460 0 R 464 0 R 477 0 R 487 0 R 493 0 R 497 0 R 499 0 R 501 0 R 503 0 R 507 0 R 510 0 R 517 0 R 519 0 R 521 0 R 530 0 R 541 0 R 552 0 R 562 0 R 566 0 R 570 0 R 574 0 R 578 0 R 586 0 R 590 0 R 595 0 R 597 0 R 599 0 R 602 0 R 616 0 R 619 0 R 623 0 R 640 0 R 645 0 R 656 0 R 663 0 R 676 0 R 687 0 R 696 0 R 700 0 R 708 0 R 717 0 R 722 0 R 732 0 R 736 0 R 748 0 R 753 0 R 761 0 R 764 0 R 778 0 R 787 0 R 796 0 R 799 0 R 805 0 R 808 0 R 818 0 R 823 0 R 828 0 R 837 0 R 842 0 R 844 0 R 850 0 R 854 0 R 856 0 R 860 
 0 R 872 0 R 882 0 R 885 0 R 889 0 R 896 0 R 900 0 R 907 0 R 910 0 R 920 0 R 924 0 R 929 0 R 934 0 R 940 0 R 949 0 R 957 0 R 967 0 R 986 0 R 1000 0 R 1002 0 R 1016 0 R 1022 0 R 1027 0 R 1039 0 R 1046 0 R 1051 0 R 1063 0 R 1072 0 R 1080 0 R 1093 0 R 1096 0 R 1101 0 R 1105 0 R 1129 0 R 1157 0 R]
+/Count 162
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 42 0 R 50 0 R 53 0 R 56 0 R 60 0 R 70 0 R 85 0 R 89 0 R 96 0 R 107 0 R 112 0 R 121 0 R 126 0 R 131 0 R 138 0 R 155 0 R 165 0 R 179 0 R 193 0 R 202 0 R 210 0 R 217 0 R 222 0 R 231 0 R 240 0 R 246 0 R 251 0 R 261 0 R 274 0 R 287 0 R 297 0 R 311 0 R 320 0 R 327 0 R 337 0 R 350 0 R 353 0 R 361 0 R 365 0 R 367 0 R 369 0 R 371 0 R 373 0 R 379 0 R 391 0 R 400 0 R 406 0 R 410 0 R 414 0 R 418 0 R 423 0 R 428 0 R 432 0 R 436 0 R 443 0 R 447 0 R 451 0 R 455 0 R 459 0 R 463 0 R 476 0 R 486 0 R 492 0 R 496 0 R 498 0 R 500 0 R 502 0 R 506 0 R 509 0 R 516 0 R 518 0 R 520 0 R 529 0 R 540 0 R 551 0 R 561 0 R 565 0 R 569 0 R 573 0 R 577 0 R 586 0 R 591 0 R 598 0 R 602 0 R 607 0 R 609 0 R 611 0 R 614 0 R 628 0 R 631 0 R 635 0 R 652 0 R 657 0 R 668 0 R 675 0 R 688 0 R 699 0 R 708 0 R 712 0 R 720 0 R 729 0 R 734 0 R 744 0 R 748 0 R 760 0 R 765 0 R 773 0 R 776 0 R 790 0 R 799 0 R 808 0 R 811 0 R 817 0 R 820 0 R 830 0 R 835 0 R 840 0 R 849 0 R 854 0 R 856 0 R 862 0 R 866 
 0 R 868 0 R 872 0 R 884 0 R 894 0 R 897 0 R 901 0 R 908 0 R 912 0 R 919 0 R 922 0 R 932 0 R 936 0 R 941 0 R 947 0 R 953 0 R 962 0 R 969 0 R 979 0 R 998 0 R 1012 0 R 1014 0 R 1028 0 R 1034 0 R 1039 0 R 1051 0 R 1058 0 R 1063 0 R 1075 0 R 1084 0 R 1092 0 R 1105 0 R 1108 0 R 1114 0 R 1118 0 R 1142 0 R 1170 0 R]
 >>
 endobj
 4 0 obj
@@ -78,17 +78,17 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAADA+NotoSerif
+/BaseFont /AAAADE+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 1384 0 R
+/FontDescriptor 1400 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1386 0 R
-/ToUnicode 1385 0 R
+/Widths 1402 0 R
+/ToUnicode 1401 0 R
 >>
 endobj
 9 0 obj
-<< /Length 32057
+<< /Length 32046
 >>
 stream
 q
@@ -1311,7 +1311,7 @@ ET
 BT
 60.24 197.4559999999996 Td
 /F1.0 10.5 Tf
-<352e372e204d6f64696679696e672074686520417070> Tj
+[<352e372e205573696e67204769744c616220434920616e6420446f636b> 20.01953125 <6572487562>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1320,9 +1320,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-175.85974999999996 197.4559999999996 Td
+239.99374999999998 197.4559999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1349,9 +1349,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 178.9759999999996 Td
+60.24 178.9759999999996 Td
 /F1.0 10.5 Tf
-[<362e2050726f6772> 20.01953125 <616d6d696e67204d6f64656c>] TJ
+<352e382e204d6f64696679696e672074686520417070> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1360,9 +1360,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-165.17074999999994 178.9759999999996 Td
+175.85974999999996 178.9759999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1380,7 +1380,7 @@ ET
 BT
 535.3009999999999 178.9759999999996 Td
 /F1.0 10.5 Tf
-<3832> Tj
+<3833> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1389,9 +1389,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 160.4959999999996 Td
+48.24 160.4959999999996 Td
 /F1.0 10.5 Tf
-<362e312e20446f6d61696e20456e746974696573> Tj
+[<362e2050726f6772> 20.01953125 <616d6d696e67204d6f64656c>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1420,7 +1420,7 @@ ET
 BT
 535.3009999999999 160.4959999999996 Td
 /F1.0 10.5 Tf
-<3833> Tj
+<3834> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1431,7 +1431,7 @@ ET
 BT
 60.24 142.01599999999962 Td
 /F1.0 10.5 Tf
-<362e322e20446f6d61696e205365727669636573> Tj
+<362e312e20446f6d61696e20456e746974696573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1460,7 +1460,7 @@ ET
 BT
 535.3009999999999 142.01599999999962 Td
 /F1.0 10.5 Tf
-<3837> Tj
+<3835> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1471,7 +1471,7 @@ ET
 BT
 60.24 123.53599999999963 Td
 /F1.0 10.5 Tf
-<362e332e2050726f7065727479> Tj
+<362e322e20446f6d61696e205365727669636573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1480,9 +1480,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-127.75924999999995 123.53599999999963 Td
+165.17074999999994 123.53599999999963 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1500,7 +1500,7 @@ ET
 BT
 535.3009999999999 123.53599999999963 Td
 /F1.0 10.5 Tf
-<3934> Tj
+<3839> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1511,7 +1511,7 @@ ET
 BT
 60.24 105.05599999999964 Td
 /F1.0 10.5 Tf
-<362e342e20436f6c6c656374696f6e73> Tj
+<362e332e2050726f7065727479> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1520,16 +1520,16 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-137.92324999999994 105.05599999999964 Td
+127.75924999999995 105.05599999999964 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 
 BT
-528.07175 105.05599999999964 Td
+533.94125 105.05599999999964 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -1538,9 +1538,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 105.05599999999964 Td
+535.3009999999999 105.05599999999964 Td
 /F1.0 10.5 Tf
-<313031> Tj
+<3936> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1551,7 +1551,7 @@ ET
 BT
 60.24 86.57599999999965 Td
 /F1.0 10.5 Tf
-[<362e352e2041> 20.01953125 <6374696f6e73>] TJ
+<362e342e20436f6c6c656374696f6e73> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1560,9 +1560,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-121.88974999999994 86.57599999999965 Td
+137.92324999999994 86.57599999999965 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1591,7 +1591,7 @@ ET
 BT
 60.24 68.09599999999966 Td
 /F1.0 10.5 Tf
-<362e362e20496e6a656374696e67207365727669636573> Tj
+[<362e352e2041> 20.01953125 <6374696f6e73>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1600,9 +1600,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-169.99024999999995 68.09599999999966 Td
+121.88974999999994 68.09599999999966 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1620,7 +1620,7 @@ ET
 BT
 529.4314999999999 68.09599999999966 Td
 /F1.0 10.5 Tf
-<313039> Tj
+<313035> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1639,11 +1639,11 @@ endobj
 /F1.0 8 0 R
 >>
 >>
-/Annots [1174 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R 1183 0 R 1184 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R 1241 0 R 1242 0 R 1243 0 R 1244 0 R 1245 0 R 1246 0 R 1247 0 R 1248 0 R 1249 0 R]
+/Annots [1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R 1241 0 R 1242 0 R 1243 0 R 1244 0 R 1245 0 R 1246 0 R 1247 0 R 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R 1253 0 R 1254 0 R 1255 0 R 1256 0 R 1257 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R]
 >>
 endobj
 11 0 obj
-<< /Length 25162
+<< /Length 26001
 >>
 stream
 q
@@ -1655,7 +1655,7 @@ q
 BT
 60.24 794.6759999999999 Td
 /F1.0 10.5 Tf
-[<362e372e2050726f7065727469657320767320506172> 20.01953125 <616d6574657273>] TJ
+<362e362e20496e6a656374696e67207365727669636573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1664,9 +1664,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.40174999999994 794.6759999999999 Td
+169.99024999999995 794.6759999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1695,7 +1695,7 @@ ET
 BT
 60.24 776.1959999999999 Td
 /F1.0 10.5 Tf
-<362e382e2056696577204d6f64656c73> Tj
+[<362e372e2050726f7065727469657320767320506172> 20.01953125 <616d6574657273>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1704,9 +1704,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-148.6122499999999 776.1959999999999 Td
+207.40174999999994 776.1959999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1724,7 +1724,7 @@ ET
 BT
 529.4314999999999 776.1959999999999 Td
 /F1.0 10.5 Tf
-<313131> Tj
+<313133> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1735,7 +1735,7 @@ ET
 BT
 60.24 757.7159999999999 Td
 /F1.0 10.5 Tf
-<362e392e204d6978696e73> Tj
+<362e382e2056696577204d6f64656c73> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1744,9 +1744,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-116.54524999999995 757.7159999999999 Td
+148.6122499999999 757.7159999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1764,7 +1764,7 @@ ET
 BT
 529.4314999999999 757.7159999999999 Td
 /F1.0 10.5 Tf
-<313234> Tj
+<313133> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1773,9 +1773,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 739.2359999999999 Td
+60.24 739.2359999999999 Td
 /F1.0 10.5 Tf
-<372e2055492048696e7473> Tj
+<362e392e204d6978696e73> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1784,9 +1784,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-105.85624999999993 739.2359999999999 Td
+116.54524999999995 739.2359999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1804,7 +1804,7 @@ ET
 BT
 529.4314999999999 739.2359999999999 Td
 /F1.0 10.5 Tf
-<313331> Tj
+<313236> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1813,9 +1813,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 720.7559999999999 Td
+48.24 720.7559999999999 Td
 /F1.0 10.5 Tf
-[<372e312e204c61> 20.01953125 <796f7574>] TJ
+<372e2055492048696e7473> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1824,9 +1824,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-116.54524999999995 720.7559999999999 Td
+105.85624999999993 720.7559999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1844,7 +1844,7 @@ ET
 BT
 529.4314999999999 720.7559999999999 Td
 /F1.0 10.5 Tf
-<313331> Tj
+<313333> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1855,7 +1855,7 @@ ET
 BT
 60.24 702.2759999999998 Td
 /F1.0 10.5 Tf
-<372e322e204f626a656374205469746c657320616e642049636f6e73> Tj
+[<372e312e204c61> 20.01953125 <796f7574>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1864,9 +1864,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-196.71274999999991 702.2759999999998 Td
+116.54524999999995 702.2759999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1884,7 +1884,7 @@ ET
 BT
 529.4314999999999 702.2759999999998 Td
 /F1.0 10.5 Tf
-<313331> Tj
+<313333> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1895,7 +1895,7 @@ ET
 BT
 60.24 683.7959999999998 Td
 /F1.0 10.5 Tf
-[<372e332e2041> 20.01953125 <6374696f6e2049636f6e7320616e6420435353>] TJ
+<372e322e204f626a656374205469746c657320616e642049636f6e73> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1904,9 +1904,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-186.02374999999995 683.7959999999998 Td
+196.71274999999991 683.7959999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1924,7 +1924,7 @@ ET
 BT
 529.4314999999999 683.7959999999998 Td
 /F1.0 10.5 Tf
-<313337> Tj
+<313333> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1935,7 +1935,7 @@ ET
 BT
 60.24 665.3159999999998 Td
 /F1.0 10.5 Tf
-<372e342e204e616d657320616e64204465736372697074696f6e73> Tj
+[<372e332e2041> 20.01953125 <6374696f6e2049636f6e7320616e6420435353>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1944,9 +1944,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.05724999999995 665.3159999999998 Td
+186.02374999999995 665.3159999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1975,7 +1975,7 @@ ET
 BT
 60.24 646.8359999999998 Td
 /F1.0 10.5 Tf
-<372e352e2045616765722072656e646572696e67> Tj
+<372e342e204e616d657320616e64204465736372697074696f6e73> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1984,9 +1984,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-164.6457499999999 646.8359999999998 Td
+202.05724999999995 646.8359999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2004,7 +2004,7 @@ ET
 BT
 529.4314999999999 646.8359999999998 Td
 /F1.0 10.5 Tf
-<313430> Tj
+<313431> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2013,9 +2013,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 628.3559999999998 Td
+60.24 628.3559999999998 Td
 /F1.0 10.5 Tf
-[<382e204f626a656374204d616e6167656d656e7420284352> 9.765625 <554429>] TJ
+<372e352e2045616765722072656e646572696e67> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2024,9 +2024,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.05724999999995 628.3559999999998 Td
+164.6457499999999 628.3559999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2053,9 +2053,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 609.8759999999997 Td
+48.24 609.8759999999997 Td
 /F1.0 10.5 Tf
-<382e312e20496e7374616e74696174696e67> Tj
+[<382e204f626a656374204d616e6167656d656e7420284352> 9.765625 <554429>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2064,9 +2064,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-148.6122499999999 609.8759999999997 Td
+202.05724999999995 609.8759999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2084,7 +2084,7 @@ ET
 BT
 529.4314999999999 609.8759999999997 Td
 /F1.0 10.5 Tf
-<313432> Tj
+<313434> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2095,7 +2095,7 @@ ET
 BT
 60.24 591.3959999999997 Td
 /F1.0 10.5 Tf
-<382e322e2050657273697374696e67> Tj
+<382e312e20496e7374616e74696174696e67> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2104,9 +2104,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-132.5787499999999 591.3959999999997 Td
+148.6122499999999 591.3959999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2124,7 +2124,7 @@ ET
 BT
 529.4314999999999 591.3959999999997 Td
 /F1.0 10.5 Tf
-<313433> Tj
+<313434> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2135,7 +2135,7 @@ ET
 BT
 60.24 572.9159999999997 Td
 /F1.0 10.5 Tf
-<382e332e2046696e64696e67204f626a65637473> Tj
+<382e322e2050657273697374696e67> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2144,9 +2144,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.30124999999992 572.9159999999997 Td
+132.5787499999999 572.9159999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2164,7 +2164,7 @@ ET
 BT
 529.4314999999999 572.9159999999997 Td
 /F1.0 10.5 Tf
-<313434> Tj
+<313435> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2175,7 +2175,7 @@ ET
 BT
 60.24 554.4359999999997 Td
 /F1.0 10.5 Tf
-<382e342e205570646174696e67204f626a65637473> Tj
+<382e332e2046696e64696e67204f626a65637473> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2184,9 +2184,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-169.99024999999995 554.4359999999997 Td
+159.30124999999992 554.4359999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2204,7 +2204,7 @@ ET
 BT
 529.4314999999999 554.4359999999997 Td
 /F1.0 10.5 Tf
-<313435> Tj
+<313436> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2215,7 +2215,7 @@ ET
 BT
 60.24 535.9559999999997 Td
 /F1.0 10.5 Tf
-<382e352e2044656c6574696e67204f626a65637473> Tj
+<382e342e205570646174696e67204f626a65637473> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2224,9 +2224,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-164.6457499999999 535.9559999999997 Td
+169.99024999999995 535.9559999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2244,7 +2244,7 @@ ET
 BT
 529.4314999999999 535.9559999999997 Td
 /F1.0 10.5 Tf
-<313436> Tj
+<313437> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2253,9 +2253,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 517.4759999999997 Td
+60.24 517.4759999999997 Td
 /F1.0 10.5 Tf
-<392e20427573696e6573732052756c6573> Tj
+<382e352e2044656c6574696e67204f626a65637473> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2264,9 +2264,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-137.92324999999994 517.4759999999997 Td
+164.6457499999999 517.4759999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2284,7 +2284,7 @@ ET
 BT
 529.4314999999999 517.4759999999997 Td
 /F1.0 10.5 Tf
-<313437> Tj
+<313438> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2293,9 +2293,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 498.9959999999997 Td
+48.24 498.9959999999997 Td
 /F1.0 10.5 Tf
-<392e312e205669736962696c6974792028227365652069742229> Tj
+<392e20427573696e6573732052756c6573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2304,9 +2304,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-169.99024999999995 498.9959999999997 Td
+137.92324999999994 498.9959999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2324,7 +2324,7 @@ ET
 BT
 529.4314999999999 498.9959999999997 Td
 /F1.0 10.5 Tf
-<313437> Tj
+<313439> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2335,7 +2335,7 @@ ET
 BT
 60.24 480.5159999999997 Td
 /F1.0 10.5 Tf
-<392e322e2055736162696c6974792028227573652069742229> Tj
+<392e312e205669736962696c6974792028227365652069742229> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2344,9 +2344,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-175.33474999999993 480.5159999999997 Td
+169.99024999999995 480.5159999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2364,7 +2364,7 @@ ET
 BT
 529.4314999999999 480.5159999999997 Td
 /F1.0 10.5 Tf
-<313438> Tj
+<313439> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2375,7 +2375,7 @@ ET
 BT
 60.24 462.03599999999966 Td
 /F1.0 10.5 Tf
-[<392e332e2056> 60.05859375 <616c6964697479202822646f2069742229>] TJ
+<392e322e2055736162696c6974792028227573652069742229> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2384,9 +2384,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-164.6457499999999 462.03599999999966 Td
+175.33474999999993 462.03599999999966 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2404,7 +2404,7 @@ ET
 BT
 529.4314999999999 462.03599999999966 Td
 /F1.0 10.5 Tf
-<313438> Tj
+<313530> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2415,7 +2415,7 @@ ET
 BT
 60.24 443.55599999999964 Td
 /F1.0 10.5 Tf
-[<392e342e2041> 20.01953125 <6374696f6e73>] TJ
+[<392e332e2056> 60.05859375 <616c6964697479202822646f2069742229>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2424,9 +2424,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-121.88974999999994 443.55599999999964 Td
+164.6457499999999 443.55599999999964 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2444,7 +2444,7 @@ ET
 BT
 529.4314999999999 443.55599999999964 Td
 /F1.0 10.5 Tf
-<313439> Tj
+<313530> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2455,7 +2455,7 @@ ET
 BT
 60.24 425.0759999999996 Td
 /F1.0 10.5 Tf
-<392e352e20536964652065666665637473> Tj
+[<392e342e2041> 20.01953125 <6374696f6e73>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2464,9 +2464,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-137.92324999999994 425.0759999999996 Td
+121.88974999999994 425.0759999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2484,7 +2484,7 @@ ET
 BT
 529.4314999999999 425.0759999999996 Td
 /F1.0 10.5 Tf
-<313439> Tj
+<313531> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2493,9 +2493,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 406.5959999999996 Td
+60.24 406.5959999999996 Td
 /F1.0 10.5 Tf
-<31302e2044726f7020446f776e7320616e642044656661756c7473> Tj
+<392e352e20536964652065666665637473> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2504,9 +2504,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-196.71274999999991 406.5959999999996 Td
+137.92324999999994 406.5959999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2533,9 +2533,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 388.1159999999996 Td
+48.24 388.1159999999996 Td
 /F1.0 10.5 Tf
-<31302e312e2043686f6963657320616e642044656661756c74> Tj
+<31302e2044726f7020446f776e7320616e642044656661756c7473> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2544,9 +2544,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-186.02374999999995 388.1159999999996 Td
+196.71274999999991 388.1159999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2564,7 +2564,7 @@ ET
 BT
 529.4314999999999 388.1159999999996 Td
 /F1.0 10.5 Tf
-<313531> Tj
+<313533> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2575,7 +2575,7 @@ ET
 BT
 60.24 369.63599999999957 Td
 /F1.0 10.5 Tf
-[<31302e322e2041> 20.01953125 <75746f436f6d706c657465>] TJ
+<31302e312e2043686f6963657320616e642044656661756c74> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2584,9 +2584,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.30124999999992 369.63599999999957 Td
+186.02374999999995 369.63599999999957 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2604,7 +2604,7 @@ ET
 BT
 529.4314999999999 369.63599999999957 Td
 /F1.0 10.5 Tf
-<313532> Tj
+<313533> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2615,7 +2615,7 @@ ET
 BT
 60.24 351.15599999999955 Td
 /F1.0 10.5 Tf
-<31302e332e2022476c6f62616c6c792220646566696e65642064726f702d646f776e73> Tj
+[<31302e322e2041> 20.01953125 <75746f436f6d706c657465>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2624,9 +2624,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-244.81324999999993 351.15599999999955 Td
+159.30124999999992 351.15599999999955 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2644,7 +2644,7 @@ ET
 BT
 529.4314999999999 351.15599999999955 Td
 /F1.0 10.5 Tf
-<313533> Tj
+<313534> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2655,7 +2655,7 @@ ET
 BT
 60.24 332.67599999999953 Td
 /F1.0 10.5 Tf
-[<31302e342e204d756c74692d73656c65637420616374696f6e20706172> 20.01953125 <616d6574657273>] TJ
+<31302e332e2022476c6f62616c6c792220646566696e65642064726f702d646f776e73> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2664,9 +2664,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-239.46874999999994 332.67599999999953 Td
+244.81324999999993 332.67599999999953 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2684,7 +2684,7 @@ ET
 BT
 529.4314999999999 332.67599999999953 Td
 /F1.0 10.5 Tf
-<313534> Tj
+<313535> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2695,7 +2695,7 @@ ET
 BT
 60.24 314.1959999999995 Td
 /F1.0 10.5 Tf
-[<31302e352e20446570656e64656e742063686f6963657320666f7220616374696f6e20706172> 20.01953125 <616d6574657273>] TJ
+[<31302e342e204d756c74692d73656c65637420616374696f6e20706172> 20.01953125 <616d6574657273>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2704,9 +2704,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-292.91374999999994 314.1959999999995 Td
+239.46874999999994 314.1959999999995 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2724,7 +2724,7 @@ ET
 BT
 529.4314999999999 314.1959999999995 Td
 /F1.0 10.5 Tf
-<313534> Tj
+<313536> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2733,9 +2733,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 295.7159999999995 Td
+60.24 295.7159999999995 Td
 /F1.0 10.5 Tf
-[<31312e2041> 60.05859375 <7661696c61626c6520446f6d61696e205365727669636573>] TJ
+[<31302e352e20446570656e64656e742063686f6963657320666f7220616374696f6e20706172> 20.01953125 <616d6574657273>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2744,9 +2744,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.05724999999995 295.7159999999995 Td
+292.91374999999994 295.7159999999995 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2764,7 +2764,7 @@ ET
 BT
 529.4314999999999 295.7159999999995 Td
 /F1.0 10.5 Tf
-<313535> Tj
+<313536> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2773,9 +2773,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 277.2359999999995 Td
+48.24 277.2359999999995 Td
 /F1.0 10.5 Tf
-[<31312e312e204672> 20.01953125 <616d65776f726b2d70726f7669646564205365727669636573>] TJ
+[<31312e2041> 60.05859375 <7661696c61626c6520446f6d61696e205365727669636573>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2784,9 +2784,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-239.46874999999994 277.2359999999995 Td
+202.05724999999995 277.2359999999995 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2804,7 +2804,7 @@ ET
 BT
 529.4314999999999 277.2359999999995 Td
 /F1.0 10.5 Tf
-<313535> Tj
+<313537> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2815,7 +2815,7 @@ ET
 BT
 60.24 258.75599999999946 Td
 /F1.0 10.5 Tf
-<31312e322e20496e636f646520506c6174666f726d> Tj
+[<31312e312e204672> 20.01953125 <616d65776f726b2d70726f7669646564205365727669636573>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2824,9 +2824,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-169.99024999999995 258.75599999999946 Td
+239.46874999999994 258.75599999999946 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2849,6 +2849,46 @@ 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 240.27599999999947 Td
+/F1.0 10.5 Tf
+<31312e322e20496e636f646520506c6174666f726d> 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
+169.99024999999995 240.27599999999947 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+528.07175 240.27599999999947 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+529.4314999999999 240.27599999999947 Td
+/F1.0 10.5 Tf
+<313539> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
 Q
 
 endstream
@@ -2862,7 +2902,7 @@ endobj
 /Font << /F1.0 8 0 R
 >>
 >>
-/Annots [1250 0 R 1251 0 R 1252 0 R 1253 0 R 1254 0 R 1255 0 R 1256 0 R 1257 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R 1263 0 R 1264 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R]
+/Annots [1263 0 R 1264 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R]
 >>
 endobj
 13 0 obj
@@ -3618,7 +3658,7 @@ endobj
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [19 0 R 20 0 R 21 0 R 22 0 R 23 0 R 24 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 38 0 R 39 0 R 40 0 R]
@@ -3633,18 +3673,18 @@ endobj
 >>
 endobj
 17 0 obj
-<< /Kids [115 0 R 474 0 R 755 0 R 694 0 R 317 0 R 225 0 R 116 0 R 1034 0 R 613 0 R 902 0 R 821 0 R 974 0 R 299 0 R 532 0 R 951 0 R]
+<< /Kids [115 0 R 473 0 R 767 0 R 706 0 R 316 0 R 225 0 R 116 0 R 1046 0 R 625 0 R 914 0 R 833 0 R 986 0 R 299 0 R 1110 0 R 531 0 R 943 0 R]
 >>
 endobj
 18 0 obj
 << /Type /Font
-/BaseFont /AAAADB+NotoSerif-Bold
+/BaseFont /AAAADF+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 1388 0 R
+/FontDescriptor 1404 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1390 0 R
-/ToUnicode 1389 0 R
+/Widths 1406 0 R
+/ToUnicode 1405 0 R
 >>
 endobj
 19 0 obj
@@ -4541,7 +4581,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 47 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [46 0 R]
@@ -4569,13 +4609,13 @@ endobj
 endobj
 47 0 obj
 << /Type /Font
-/BaseFont /AAAADC+NotoSerif-BoldItalic
+/BaseFont /AAAADG+NotoSerif-BoldItalic
 /Subtype /TrueType
-/FontDescriptor 1392 0 R
+/FontDescriptor 1408 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1394 0 R
-/ToUnicode 1393 0 R
+/Widths 1410 0 R
+/ToUnicode 1409 0 R
 >>
 endobj
 48 0 obj
@@ -5298,20 +5338,20 @@ endobj
 /F3.0 47 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 >>
 endobj
 51 0 obj
 << /Type /Font
-/BaseFont /AAAADD+NotoSerif-Italic
+/BaseFont /AAAADH+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 1396 0 R
+/FontDescriptor 1412 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1398 0 R
-/ToUnicode 1397 0 R
+/Widths 1414 0 R
+/ToUnicode 1413 0 R
 >>
 endobj
 52 0 obj
@@ -6102,7 +6142,7 @@ endobj
 /F2.0 18 0 R
 /F4.0 51 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 >>
@@ -6968,7 +7008,7 @@ endobj
 /F4.0 51 0 R
 /F1.1 58 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 >>
@@ -6978,13 +7018,13 @@ endobj
 endobj
 58 0 obj
 << /Type /Font
-/BaseFont /AAAADE+NotoSerif
+/BaseFont /AAAADI+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 1400 0 R
+/FontDescriptor 1416 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1402 0 R
-/ToUnicode 1401 0 R
+/Widths 1418 0 R
+/ToUnicode 1417 0 R
 >>
 endobj
 59 0 obj
@@ -7907,7 +7947,7 @@ endobj
 /F4.0 51 0 R
 /F5.1 65 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [61 0 R 62 0 R 63 0 R 64 0 R 66 0 R 67 0 R 68 0 R]
@@ -7959,13 +7999,13 @@ endobj
 endobj
 65 0 obj
 << /Type /Font
-/BaseFont /AAAADF+FontAwesome
+/BaseFont /AAAADJ+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 1404 0 R
+/FontDescriptor 1420 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1406 0 R
-/ToUnicode 1405 0 R
+/Widths 1422 0 R
+/ToUnicode 1421 0 R
 >>
 endobj
 66 0 obj
@@ -8847,7 +8887,7 @@ endobj
 /F5.1 65 0 R
 /F3.0 47 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [73 0 R 74 0 R 75 0 R 76 0 R 77 0 R 79 0 R 81 0 R 82 0 R]
@@ -8858,13 +8898,13 @@ endobj
 endobj
 72 0 obj
 << /Type /Font
-/BaseFont /AAAADG+mplus1mn-regular
+/BaseFont /AAAADK+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 1408 0 R
+/FontDescriptor 1424 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1410 0 R
-/ToUnicode 1409 0 R
+/Widths 1426 0 R
+/ToUnicode 1425 0 R
 >>
 endobj
 73 0 obj
@@ -9820,7 +9860,7 @@ endobj
 /Contents 84 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I1 83 0 R
-/Stamp1 1310 0 R
+/Stamp1 1325 0 R
 >>
 /Font << /F4.0 51 0 R
 /F1.0 8 0 R
@@ -10659,7 +10699,7 @@ endobj
 /F4.0 51 0 R
 /F6.0 72 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [92 0 R 93 0 R 94 0 R]
@@ -11533,7 +11573,7 @@ endobj
 /F2.0 18 0 R
 /F4.0 51 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [97 0 R 98 0 R 99 0 R 100 0 R 101 0 R 102 0 R]
@@ -12252,7 +12292,7 @@ endobj
 /F2.0 18 0 R
 /F4.0 51 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [109 0 R]
@@ -13053,7 +13093,7 @@ endobj
 /F4.0 51 0 R
 /F1.1 58 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [117 0 R 118 0 R]
@@ -13067,12 +13107,12 @@ endobj
 endobj
 115 0 obj
 << /Limits [(__ugfun) (__ugfun_getting-started_helloworld-archetype_generating-the-app)]
-/Names [(__ugfun) 15 0 R (__ugfun_building-blocks_view-models_application-layer-view-models) 249 0 R (__ugfun_building-blocks_view-models_dtos) 256 0 R (__ugfun_building-blocks_view-models_externally-managed-entities) 244 0 R (__ugfun_building-blocks_view-models_for-rest-clients) 269 0 R (__ugfun_building-blocks_view-models_in-memory-entities) 248 0 R (__ugfun_core-concepts_philosophy_domain-driven-design_ubiquitous-language) 48 0 R (__ugfun_getting-started_helloworld-archetype_building-the-app) 375 0 R (__ugfun_getting-started_helloworld-archetype_experimenting) 467 0 R (__ugfun_getting-started_helloworld-archetype_generating-the-app) 360 0 R]
+/Names [(__ugfun) 15 0 R (__ugfun_building-blocks_view-models_application-layer-view-models) 249 0 R (__ugfun_building-blocks_view-models_dtos) 256 0 R (__ugfun_building-blocks_view-models_externally-managed-entities) 244 0 R (__ugfun_building-blocks_view-models_for-rest-clients) 269 0 R (__ugfun_building-blocks_view-models_in-memory-entities) 248 0 R (__ugfun_core-concepts_philosophy_domain-driven-design_ubiquitous-language) 48 0 R (__ugfun_getting-started_helloworld-archetype_building-the-app) 374 0 R (__ugfun_getting-started_helloworld-archetype_experimenting) 466 0 R (__ugfun_getting-started_helloworld-archetype_generating-the-app) 359 0 R]
 >>
 endobj
 116 0 obj
 << /Limits [(_ugfun_core-concepts_principles) (_ugfun_getting-started_prerequisites.adoc)]
-/Names [(_ugfun_core-concepts_principles) 114 0 R (_ugfun_core-concepts_principles_build-not-buy) 119 0 R (_ugfun_core-concepts_principles_for-the-long-term) 127 0 R (_ugfun_crud) 1003 0 R (_ugfun_crud_deleting) 1040 0 R (_ugfun_crud_finding) 1024 0 R (_ugfun_crud_instantiating) 1011 0 R (_ugfun_crud_persisting) 1017 0 R (_ugfun_crud_updating) 1033 0 R (_ugfun_drop-downs-and-defaults) 1081 0 R (_ugfun_getting-started_helloworld-archetype) 355 0 R (_ugfun_getting-started_prerequisites.adoc) 357 0 R]
+/Names [(_ugfun_core-concepts_principles) 114 0 R (_ugfun_core-concepts_principles_build-not-buy) 119 0 R (_ugfun_core-concepts_principles_for-the-long-term) 127 0 R (_ugfun_crud) 1015 0 R (_ugfun_crud_deleting) 1052 0 R (_ugfun_crud_finding) 1036 0 R (_ugfun_crud_instantiating) 1023 0 R (_ugfun_crud_persisting) 1029 0 R (_ugfun_crud_updating) 1045 0 R (_ugfun_drop-downs-and-defaults) 1093 0 R (_ugfun_getting-started_helloworld-archetype) 354 0 R (_ugfun_getting-started_prerequisites.adoc) 356 0 R]
 >>
 endobj
 117 0 obj
@@ -13424,7 +13464,7 @@ endobj
 /F1.1 58 0 R
 >>
 /XObject << /I2 122 0 R
-/Stamp1 1310 0 R
+/Stamp1 1325 0 R
 >>
 >>
 /Annots [124 0 R]
@@ -14140,7 +14180,7 @@ endobj
 /F1.1 58 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 >>
@@ -14916,7 +14956,7 @@ endobj
 /Contents 130 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I3 128 0 R
-/Stamp1 1310 0 R
+/Stamp1 1325 0 R
 >>
 /Font << /F4.0 51 0 R
 /F1.0 8 0 R
@@ -16338,7 +16378,7 @@ endobj
 /F5.1 65 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [139 0 R 140 0 R 141 0 R 142 0 R 143 0 R 144 0 R 145 0 R 146 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R]
@@ -16494,7 +16534,7 @@ endobj
 >>
 endobj
 154 0 obj
-<< /Length 16946
+<< /Length 16948
 >>
 stream
 q
@@ -16907,12 +16947,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.784 Tw
+1.505 Tw
 
 BT
 48.24 457.13599999999985 Td
 /F1.0 10.5 Tf
-[<5468652043515253206172636869746563747572> 20.01953125 <616c207061747465726e20286974207374616e647320666f722022436f6d6d616e6420517565727920526573706f6e7362696c697479205365706172> 20.01953125 <6174696f6e> 40.0390625 <222920697320746865>] TJ
+[<5468652043515253206172636869746563747572> 20.01953125 <616c207061747465726e20286974207374616e647320666f722022436f6d6d616e6420517565727920526573706f6e736962696c697479205365706172> 20.01953125 <6174696f6e> 40.0390625 <222920697320746865>] TJ
 ET
 
 
@@ -17346,7 +17386,7 @@ endobj
 /F4.0 51 0 R
 /F6.0 72 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R]
@@ -17433,7 +17473,7 @@ endobj
 [155 0 R /XYZ 0 502.3799999999999 null]
 endobj
 164 0 obj
-<< /Length 19322
+<< /Length 19320
 >>
 stream
 q
@@ -17584,7 +17624,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.265 Tw
+3.703 Tw
 
 BT
 48.24 612.126 Td
@@ -17599,12 +17639,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-3.265 Tw
+3.703 Tw
 
 BT
-294.5266474609375 612.126 Td
+297.1516474609375 612.126 Td
 /F6.0 10.5 Tf
-<5075626c697368696e6753657276696365> Tj
+<5075626c697368657253657276696365> Tj
 ET
 
 
@@ -17614,10 +17654,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.265 Tw
+3.703 Tw
 
 BT
-383.7766474609375 612.126 Td
+381.1516474609375 612.126 Td
 /F1.0 10.5 Tf
 <2c206f72207573696e6720> Tj
 ET
@@ -17629,10 +17669,10 @@ ET
 0.259 0.545 0.792 scn
 0.259 0.545 0.792 SCN
 
-3.265 Tw
+3.703 Tw
 
 BT
-442.52357373046874 612.126 Td
+441.21107373046874 612.126 Td
 /F1.0 10.5 Tf
 <7375627363726962657273> Tj
 ET
@@ -17644,10 +17684,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.265 Tw
+3.703 Tw
 
 BT
-500.2840737304687 612.126 Td
+498.9715737304687 612.126 Td
 /F1.0 10.5 Tf
 <20206f6e20746865> Tj
 ET
@@ -18529,7 +18569,7 @@ endobj
 /F2.0 18 0 R
 /F4.0 51 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [166 0 R 167 0 R 168 0 R 169 0 R 170 0 R 172 0 R 173 0 R 174 0 R 175 0 R 177 0 R]
@@ -18539,10 +18579,10 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_PublishingService)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_spi_PublisherService)
 >>
 /Subtype /Link
-/Rect [294.5266474609375 610.656 383.7766474609375 621.156]
+/Rect [297.1516474609375 610.656 381.1516474609375 621.156]
 /Type /Annot
 >>
 endobj
@@ -18553,7 +18593,7 @@ endobj
 /URI (../rgcms/rgcms.pdf#_rgcms_classes_super_AbstractSubscriber)
 >>
 /Subtype /Link
-/Rect [442.52357373046874 609.06 500.2840737304687 623.34]
+/Rect [441.21107373046874 609.06 498.9715737304687 623.34]
 /Type /Annot
 >>
 endobj
@@ -18592,13 +18632,13 @@ endobj
 endobj
 171 0 obj
 << /Type /Font
-/BaseFont /AAAADH+mplus-1p-regular
+/BaseFont /AAAADL+mplus-1p-regular
 /Subtype /TrueType
-/FontDescriptor 1412 0 R
+/FontDescriptor 1428 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1414 0 R
-/ToUnicode 1413 0 R
+/Widths 1430 0 R
+/ToUnicode 1429 0 R
 >>
 endobj
 172 0 obj
@@ -18657,7 +18697,7 @@ endobj
 >>
 endobj
 178 0 obj
-<< /Length 17050
+<< /Length 17049
 >>
 stream
 q
@@ -18944,7 +18984,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.256 Tw
+1.733 Tw
 
 BT
 48.24 549.756 Td
@@ -18959,10 +18999,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.256 Tw
+1.733 Tw
 
 BT
-112.48140909090907 549.756 Td
+113.43595454545454 549.756 Td
 /F6.0 10.5 Tf
 <4576656e7442757353657276696365> Tj
 ET
@@ -18974,10 +19014,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.256 Tw
+1.733 Tw
 
 BT
-191.2314090909091 549.756 Td
+192.18595454545454 549.756 Td
 /F1.0 10.5 Tf
 <2c20616e642063616e206f7074696f6e616c6c7920616c736f206265207075626c6973686564207468726f7567682074686520> Tj
 ET
@@ -18989,12 +19029,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.256 Tw
+1.733 Tw
 
 BT
-455.16499999999996 549.756 Td
+460.41499999999996 549.756 Td
 /F6.0 10.5 Tf
-<5075626c697368696e6753657276696365> Tj
+<5075626c697368657253657276696365> Tj
 ET
 
 
@@ -19004,7 +19044,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.256 Tw
+1.733 Tw
 
 BT
 544.415 549.756 Td
@@ -19584,7 +19624,7 @@ endobj
 /F1.1 58 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [180 0 R 181 0 R 182 0 R 183 0 R 184 0 R 185 0 R 186 0 R 188 0 R 189 0 R 190 0 R]
@@ -19597,7 +19637,7 @@ endobj
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_EventBusService)
 >>
 /Subtype /Link
-/Rect [112.48140909090907 548.286 191.2314090909091 558.786]
+/Rect [113.43595454545454 548.286 192.18595454545454 558.786]
 /Type /Annot
 >>
 endobj
@@ -19605,10 +19645,10 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_persistence-layer-spi_PublishingService)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_persistence-layer-spi_PublisherService)
 >>
 /Subtype /Link
-/Rect [455.16499999999996 548.286 544.415 558.786]
+/Rect [460.41499999999996 548.286 544.415 558.786]
 /Type /Annot
 >>
 endobj
@@ -19707,7 +19747,7 @@ endobj
 [179 0 R /XYZ 0 168.6199999999999 null]
 endobj
 192 0 obj
-<< /Length 13937
+<< /Length 14313
 >>
 stream
 q
@@ -20279,12 +20319,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.689 Tw
+0.255 Tw
 
 BT
 48.24 141.2160000000002 Td
 /F6.0 10.5 Tf
-<4044697361626c6564> Tj
+<40416374696f6e> Tj
 ET
 
 
@@ -20294,12 +20334,27 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.689 Tw
+0.255 Tw
 
 BT
-95.49000000000001 141.2160000000002 Td
+84.99000000000001 141.2160000000002 Td
 /F1.0 10.5 Tf
-<2e20536f2c20696620796f752068617665207573656420417061636865204973697320666f722070726f746f747970696e6720286469736375737365642061626f7665292c207468656e206e6f74652074686174206974d573> Tj
+<20616e6420> 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.255 Tw
+
+BT
+110.04966666666667 141.2160000000002 Td
+/F6.0 10.5 Tf
+<4050726f7065727479> Tj
 ET
 
 
@@ -20309,12 +20364,27 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.169 Tw
+0.255 Tw
+
+BT
+157.29966666666667 141.2160000000002 Td
+/F1.0 10.5 Tf
+<2e20536f2c20696620796f752068617665207573656420417061636865204973697320666f722070726f746f747970696e6720286469736375737365642061626f7665292c207468656e206e6f7465> 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.532 Tw
 
 BT
 48.24 125.4360000000002 Td
 /F1.0 10.5 Tf
-[<7175697465206665617369626c6520746f2074616b> 20.01953125 <6520796f757220646f6d61696e206d6f64656c206120746865206261736973206f6620796f75722061637475616c20646576656c6f706d656e74206566666f72743b20417061636865204973697327>] TJ
+[<74686174206974d573207175697465206665617369626c6520746f2074616b> 20.01953125 <6520796f757220646f6d61696e206d6f64656c206120746865206261736973206f6620796f75722061637475616c20646576656c6f706d656e74206566666f72743b>] TJ
 ET
 
 
@@ -20324,12 +20394,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.268 Tw
+0.579 Tw
 
 BT
 48.24 109.6560000000002 Td
 /F1.0 10.5 Tf
-[<616e6e6f746174696f6e7320616e642070726f6772> 20.01953125 <616d6d696e6720636f6e76656e74696f6e732077696c6c2068656c7020656e73757265207468617420616e> 20.01953125 <7920737562746c652073656d616e7469637320796f75206d69676874>] TJ
+[<41706163686520497369732720616e6e6f746174696f6e7320616e642070726f6772> 20.01953125 <616d6d696e6720636f6e76656e74696f6e732077696c6c2068656c7020656e73757265207468617420616e> 20.01953125 <7920737562746c652073656d616e74696373>] TJ
 ET
 
 
@@ -20342,7 +20412,7 @@ ET
 BT
 48.24 93.8760000000002 Td
 /F1.0 10.5 Tf
-<6861766520636170747572656420696e20796f75722070726f746f747970696e6720617265206e6f74206c6f73742e> Tj
+<796f75206d69676874206861766520636170747572656420696e20796f75722070726f746f747970696e6720617265206e6f74206c6f73742e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -20396,7 +20466,7 @@ endobj
 /F2.0 18 0 R
 /F6.0 72 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [195 0 R 196 0 R 197 0 R 198 0 R]
@@ -21013,7 +21083,7 @@ endobj
 /F6.0 72 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [203 0 R 205 0 R 206 0 R 208 0 R]
@@ -22084,7 +22154,7 @@ endobj
 /F7.0 171 0 R
 /F5.1 65 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [213 0 R 214 0 R]
@@ -22781,7 +22851,7 @@ ET
 BT
 48.24000000000001 282.8960000000001 Td
 /F1.0 10.5 Tf
-[<6c61> 20.01953125 <79657220746f207468652070657273697374656e6563206c61> 20.01953125 <7965722e204444442074656e647320746f2064652d656d706861736973652073756368206d6174746572733a2069742061696d7320746f20626520636f6d706c6574656c79>] TJ
+[<6c61> 20.01953125 <79657220746f207468652070657273697374656e6365206c61> 20.01953125 <7965722e204444442074656e647320746f2064652d656d706861736973652073756368206d6174746572733a2069742061696d7320746f20626520636f6d706c6574656c79>] TJ
 ET
 
 
@@ -23240,7 +23310,7 @@ endobj
 /F2.0 18 0 R
 /F4.0 51 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [218 0 R 220 0 R]
@@ -24162,7 +24232,7 @@ endobj
 /F4.0 51 0 R
 /F6.0 72 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [223 0 R 226 0 R 227 0 R 228 0 R 229 0 R]
@@ -24598,7 +24668,7 @@ endobj
 /F4.0 51 0 R
 >>
 /XObject << /I4 235 0 R
-/Stamp1 1310 0 R
+/Stamp1 1325 0 R
 >>
 >>
 /Annots [232 0 R 234 0 R 237 0 R]
@@ -25656,7 +25726,7 @@ endobj
 /F2.0 18 0 R
 /F1.1 58 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [241 0 R 242 0 R 243 0 R]
@@ -26408,7 +26478,7 @@ endobj
 /F2.0 18 0 R
 /F4.0 51 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [247 0 R]
@@ -27347,7 +27417,7 @@ endobj
 /F5.1 65 0 R
 /F1.1 58 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [252 0 R 253 0 R 254 0 R 255 0 R 257 0 R 258 0 R 259 0 R]
@@ -28245,7 +28315,7 @@ endobj
 /F5.1 65 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [262 0 R 263 0 R 264 0 R 265 0 R 266 0 R 267 0 R 268 0 R 270 0 R 271 0 R 272 0 R]
@@ -29310,7 +29380,7 @@ endobj
 /F2.0 18 0 R
 /F6.0 72 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [275 0 R 276 0 R 277 0 R 278 0 R 279 0 R 280 0 R 281 0 R 283 0 R 284 0 R 285 0 R]
@@ -30100,7 +30170,7 @@ endobj
 /F5.1 65 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
 /Annots [288 0 R 289 0 R 290 0 R 291 0 R 292 0 R]
@@ -30171,7 +30241,7 @@ endobj
 [287 0 R /XYZ 0 154.52000000000018 null]
 endobj
 296 0 obj
-<< /Length 16865
+<< /Length 16708
 >>
 stream
 q
@@ -30277,54 +30347,85 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+0.348 Tw
+
 BT
 48.24 688.9260000000002 Td
 /F1.0 10.5 Tf
 <7965742d746f2d62652d7368697070656420> 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.348 Tw
+
 BT
-137.4375 688.9260000000002 Td
+137.78582531738283 688.9260000000002 Td
 /F6.0 10.5 Tf
 <4f72646572> 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.348 Tw
+
 BT
-163.6875 688.9260000000002 Td
+164.03582531738283 688.9260000000002 Td
 /F1.0 10.5 Tf
-<3b206f7220616e206f76657264756520> Tj
+[<3b206f722061206c696272> 20.01953125 <61727920626f6f6b207468617420697320>] 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.348 Tw
+
 BT
-242.65800000000002 688.9260000000002 Td
+292.6838974609375 688.9260000000002 Td
 /F6.0 10.5 Tf
-<4c6f616e> Tj
+<6c6f616e6564206f7574> 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.348 Tw
+
 BT
-263.658 688.9260000000002 Td
+345.5322227783203 688.9260000000002 Td
 /F1.0 10.5 Tf
-[<206d696768742062652064697374696e67756973686564207365706172> 20.01953125 <6174656c792066726f6d2061>] TJ
+<206d696768742062652064697374696e677569736865642066726f6d206f6e652074686174206973> 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.24 673.1460000000002 Td
+/F6.0 10.5 Tf
+<617661696c61626c65> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -30333,7 +30434,18 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 657.0960000000001 Td
+95.49000000000001 673.1460000000002 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.24 641.3160000000001 Td
 /F2.0 10.5 Tf
 <43535320436c617373> Tj
 ET
@@ -30346,7 +30458,7 @@ ET
 0.270 Tw
 
 BT
-48.24 631.2660000000002 Td
+48.24 615.4860000000002 Td
 /F1.0 10.5 Tf
 <496e206164646974696f6e20746f20746865207469746c6520616e642069636f6e2c20697420697320616c736f20706f737369626c6520666f72206120646f6d61696e206f626a65637420746f2070726f7669646520612043535320636c6173732068696e742e20496e> Tj
 ET
@@ -30361,7 +30473,7 @@ ET
 2.201 Tw
 
 BT
-48.24 615.4860000000002 Td
+48.24 599.7060000000002 Td
 /F1.0 10.5 Tf
 <636f6e6a756e6374696f6e207769746820> Tj
 ET
@@ -30376,7 +30488,7 @@ ET
 2.201 Tw
 
 BT
-140.43267215401787 615.4860000000002 Td
+140.43267215401787 599.7060000000002 Td
 /F1.0 10.5 Tf
 <637573746f6d697a656420435353> Tj
 ET
@@ -30391,7 +30503,7 @@ ET
 2.201 Tw
 
 BT
-220.1867582310268 615.4860000000002 Td
+220.1867582310268 599.7060000000002 Td
 /F1.0 10.5 Tf
 [<20746869732063616e206265207573656420746f206170706c7920617262697472> 20.01953125 <617279207374796c696e673b20666f72206578616d706c652065616368>] TJ
 ET
@@ -30404,7 +30516,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 599.7060000000002 Td
+48.24 583.9260000000003 Td
 /F1.0 10.5 Tf
 [<6f626a65637420636f756c642062652072656e646572656420696e206120706167652077697468206120646966666572656e74206261636b> 20.01953125 <67726f756e6420636f6c6f75722e>] TJ
 ET
@@ -30414,8 +30526,8 @@ ET
 q
 0.5 w
 0.933 0.933 0.933 SCN
-113.807 560.110 m
-113.807 583.890 l
+113.807 544.330 m
+113.807 568.110 l
 S
 Q
 0.067 0.067 0.067 scn
@@ -30426,7 +30538,7 @@ Q
 0.067 0.067 0.067 SCN
 
 BT
-80.45683333333334 563.7775000000003 Td
+80.45683333333334 547.9975000000003 Td
 /F5.1 23 Tf
 <21> Tj
 ET
@@ -30437,7 +30549,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.80666666666667 567.9260000000002 Td
+125.80666666666667 552.1460000000002 Td
 /F1.0 10.5 Tf
 <44657461696c73206f6e20686f7720746f2061637475616c6c79207772697465207469746c65732c2069636f6e7320616e642043535320636c61737365732063616e20626520666f756e6420> Tj
 ET
@@ -30448,7 +30560,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-492.6556666666667 567.9260000000002 Td
+492.6556666666667 552.1460000000002 Td
 /F1.0 10.5 Tf
 <68657265> Tj
 ET
@@ -30459,7 +30571,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-515.4931666666666 567.9260000000002 Td
+515.4931666666666 552.1460000000002 Td
 /F1.0 10.5 Tf
 <2e> Tj
 ET
@@ -30470,7 +30582,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 529.4260000000003 Td
+48.24000000000001 513.6460000000003 Td
 /F2.0 13 Tf
 <332e332e322e204f494473> Tj
 ET
@@ -30483,7 +30595,7 @@ ET
 0.243 Tw
 
 BT
-48.24000000000001 502.8660000000004 Td
+48.24000000000001 487.0860000000003 Td
 /F1.0 10.5 Tf
 <41732077656c6c20617320646566696e696e67206120> Tj
 ET
@@ -30498,7 +30610,7 @@ ET
 0.243 Tw
 
 BT
-154.71578125 502.8660000000004 Td
+154.71578125 487.0860000000003 Td
 /F1.0 10.5 Tf
 <6d6574616d6f64656c> Tj
 ET
@@ -30513,7 +30625,7 @@ ET
 0.243 Tw
 
 BT
-211.12178125 502.8660000000004 Td
+211.12178125 487.0860000000003 Td
 /F1.0 10.5 Tf
 <206f6620746865207374727563747572652028646f6d61696e20636c617373657329206f662069747320646f6d61696e206f626a656374732c204170616368652049736973> Tj
 ET
@@ -30526,7 +30638,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 487.08600000000035 Td
+48.24000000000001 471.30600000000027 Td
 /F1.0 10.5 Tf
 <616c736f206d616e61676573207468652072756e74696d6520696e7374616e636573206f66207361696420646f6d61696e206f626a656374732e> Tj
 ET
@@ -30539,7 +30651,7 @@ ET
 1.590 Tw
 
 BT
-48.24000000000001 459.3060000000004 Td
+48.24000000000001 443.5260000000003 Td
 /F1.0 10.5 Tf
 [<5768656e206120646f6d61696e20656e74697479206973207265637265617465642066726f6d207468652064617461626173652c20746865206672> 20.01953125 <616d65776f726b206b> 20.01953125 <65657073207472> 20.01953125 <61636b206f6620697473206964656e74697479>] TJ
 ET
@@ -30554,7 +30666,7 @@ ET
 1.917 Tw
 
 BT
-48.24000000000001 443.5260000000004 Td
+48.24000000000001 427.7460000000003 Td
 /F1.0 10.5 Tf
 <7468726f75676820616e20224f4944223a20616e206f626a656374206964656e7469666965722e2046756e64616d656e74616c6c792074686973206973206120636f6d62696e6174696f6e206f662069747320747970652028646f6d61696e> Tj
 ET
@@ -30569,7 +30681,7 @@ ET
 1.317 Tw
 
 BT
-48.24000000000001 427.7460000000004 Td
+48.24000000000001 411.9660000000003 Td
 /F1.0 10.5 Tf
 [<636c617373292c20616c6f6e67207769746820616e206964656e7469666965722e2059> 69.82421875 <6f752063616e207468696e6b206f662069742061732069747320227072696d617279206b> 20.01953125 <6579222c20657863657074206163726f737320616c6c20646f6d61696e>] TJ
 ET
@@ -30582,7 +30694,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 411.96600000000035 Td
+48.24000000000001 396.18600000000026 Td
 /F1.0 10.5 Tf
 <656e746974792074797065732e> Tj
 ET
@@ -30595,7 +30707,7 @@ ET
 1.453 Tw
 
 BT
-48.24000000000001 384.1860000000004 Td
+48.24000000000001 368.4060000000003 Td
 /F1.0 10.5 Tf
 [<46> 40.0390625 <6f7220706f72746162696c69747920616e6420726573696c69656e63652c2074686f7567682c20746865206f626a65637420747970652069732067656e6572> 20.01953125 <616c6c7920616e20616c69617320666f72207468652061637475616c20646f6d61696e>] TJ
 ET
@@ -30610,7 +30722,7 @@ ET
 0.472 Tw
 
 BT
-48.24000000000001 368.4060000000004 Td
+48.24000000000001 352.6260000000003 Td
 /F1.0 10.5 Tf
 [<636c6173733a20746875732022637573746f6d6572732e435553222c207361> 20.01953125 <79> 89.84375 <2c2072> 20.01953125 <6174686572207468616e2022636f6d2e6d79636f6d70616e> 20.01953125 <79> 89.84375 <2e6d796170702e637573746f6d6572732e437573746f6d6572222e2054686973206973>] TJ
 ET
@@ -30623,7 +30735,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 352.6260000000004 Td
+48.24000000000001 336.8460000000003 Td
 /F1.0 10.5 Tf
 [<646572697665642066726f6d20616e20616e6e6f746174696f6e2e20546865206964656e746966696572206d65616e7768696c6520697320616c7761> 20.01953125 <797320636f6e76657274656420746f206120737472696e672e>] TJ
 ET
@@ -30636,7 +30748,7 @@ ET
 1.428 Tw
 
 BT
-48.24000000000001 324.8460000000004 Td
+48.24000000000001 309.0660000000003 Td
 /F1.0 10.5 Tf
 [<416c74686f7567682073696d706c652c20746865204f494420697320616e20656e6f726d6f75736c7920706f77657266756c20636f6e636570743a20697420726570726573656e747320612055524920746f20616e> 20.01953125 <7920646f6d61696e>] TJ
 ET
@@ -30651,7 +30763,7 @@ ET
 2.299 Tw
 
 BT
-48.24000000000001 309.0660000000004 Td
+48.24000000000001 293.2860000000003 Td
 /F1.0 10.5 Tf
 [<6f626a656374206d616e616765642062> 20.01953125 <79206120676976656e204170616368652049736973206170706c69636174696f6e2e20576974682069742c207765206861766520746865206162696c69747920746f206c6f6f6b757020616e> 20.01953125 <79>] TJ
 ET
@@ -30664,7 +30776,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 293.2860000000004 Td
+48.24000000000001 277.5060000000003 Td
 /F1.0 10.5 Tf
 [<617262697472> 20.01953125 <61727920646f6d61696e206f626a656374732e>] TJ
 ET
@@ -30675,7 +30787,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 265.50600000000037 Td
+48.24000000000001 249.72600000000028 Td
 /F1.0 10.5 Tf
 <536f6d65206578616d706c65733a> Tj
 ET
@@ -30688,7 +30800,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 237.7260000000004 Td
+56.88050000000001 221.94600000000028 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -30703,7 +30815,7 @@ ET
 1.825 Tw
 
 BT
-66.24000000000001 237.7260000000004 Td
+66.24000000000001 221.94600000000028 Td
 /F1.0 10.5 Tf
 <616e204f494420616c6c6f77732073686172696e67206f6620696e666f726d6174696f6e206265747765656e2075736572732c20656720617320612064656570206c696e6b20746f2062652070617374656420696e746f20616e> Tj
 ET
@@ -30716,7 +30828,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 221.9460000000004 Td
+66.24000000000001 206.16600000000028 Td
 /F1.0 10.5 Tf
 <656d61696c2e> Tj
 ET
@@ -30729,7 +30841,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 200.1660000000004 Td
+56.88050000000001 184.38600000000028 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -30744,7 +30856,7 @@ ET
 1.937 Tw
 
 BT
-66.24000000000001 200.1660000000004 Td
+66.24000000000001 184.38600000000028 Td
 /F1.0 10.5 Tf
 <74686520696e666f726d6174696f6e2077697468696e20616e204f494420636f756c6420626520636f6e76657274656420696e746f206120626172636f64652c20616e64207374616d706564206f6e746f206120504446> Tj
 ET
@@ -30759,7 +30871,7 @@ ET
 2.092 Tw
 
 BT
-66.24000000000001 184.3860000000004 Td
+66.24000000000001 168.60600000000028 Td
 /F1.0 10.5 Tf
 [<666f726d2e205768656e2074686520504446206973207363616e6e65642062> 20.01953125 <7920746865206d61696c20726f6f6d2c2074686520626172636f646520636f756c64206265207265616420746f2061747461636820746865>] TJ
 ET
@@ -30772,7 +30884,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 168.6060000000004 Td
+66.24000000000001 152.82600000000028 Td
 /F1.0 10.5 Tf
 <636f72726573706f6e64656e636520746f207468652072656c6576616e7420646f6d61696e206f626a6563742e> Tj
 ET
@@ -30785,7 +30897,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 146.8260000000004 Td
+56.88050000000001 131.04600000000028 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -30797,85 +30909,32 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.884 Tw
-
 BT
-66.24000000000001 146.8260000000004 Td
+66.24000000000001 131.04600000000028 Td
 /F1.0 10.5 Tf
 [<617320612068616e646c6520746f20616e> 20.01953125 <79206f626a65637420696e20616e206175646974207265636f72642c20617320757365642062> 20.01953125 <7920>] 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.884 Tw
-
 BT
-353.37304809570315 146.8260000000004 Td
+341.88558984375004 131.04600000000028 Td
 /F6.0 10.5 Tf
 <4175646974657253657276696365> 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.884 Tw
-
-BT
-426.87304809570315 146.8260000000004 Td
-/F1.0 10.5 Tf
-<206f7220> 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.884 Tw
-
-BT
-445.0833493652344 146.8260000000004 Td
-/F6.0 10.5 Tf
-<4175646974696e6753657276696365> 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.884 Tw
-
 BT
-523.8333493652344 146.8260000000004 Td
+415.38558984375004 131.04600000000028 Td
 /F1.0 10.5 Tf
-<2028746865> 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
-66.24000000000001 131.0460000000004 Td
-/F1.0 10.5 Tf
-<6c61747465722064657072656361746564293b> Tj
+<3b> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -30886,7 +30945,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 109.26600000000039 Td
+56.88050000000001 109.26600000000028 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -30899,7 +30958,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 109.26600000000039 Td
+66.24000000000001 109.26600000000028 Td
 /F1.0 10.5 Tf
 <73696d696c61726c792077697468696e20696d706c656d656e746174696f6e73206f6620> Tj
 ET
@@ -30910,7 +30969,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-249.62250000000003 109.26600000000039 Td
+249.62250000000003 109.26600000000028 Td
 /F6.0 10.5 Tf
 <436f6d6d616e6453657276696365> Tj
 ET
@@ -30921,7 +30980,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-323.12250000000006 109.26600000000039 Td
+323.12250000000006 109.26600000000028 Td
 /F1.0 10.5 Tf
 <20746f207065727369737420> Tj
 ET
@@ -30932,7 +30991,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-374.55150000000003 109.26600000000039 Td
+374.55150000000003 109.26600000000028 Td
 /F6.0 10.5 Tf
 <436f6d6d616e64> Tj
 ET
@@ -30943,7 +31002,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-411.30150000000003 109.26600000000039 Td
+411.30150000000003 109.26600000000028 Td
 /F1.0 10.5 Tf
 <206f626a65637473> Tj
 ET
@@ -30956,7 +31015,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 87.48600000000039 Td
+56.88050000000001 87.48600000000027 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -30969,7 +31028,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24000000000001 87.48600000000039 Td
+66.24000000000001 87.48600000000027 Td
 /F1.0 10.5 Tf
 <73696d696c61726c792077697468696e20696d706c656d656e746174696f6e73206f6620> Tj
 ET
@@ -30980,7 +31039,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-249.62250000000003 87.48600000000039 Td
+249.62250000000003 87.48600000000027 Td
 /F6.0 10.5 Tf
 <5075626c697368657253657276696365> Tj
 ET
@@ -30991,7 +31050,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-333.62250000000006 87.48600000000039 Td
+333.62250000000006 87.48600000000027 Td
 /F1.0 10.5 Tf
 <20746f2070657273697374207075626c697368656420616374696f6e20696e766f636174696f6e73> Tj
 ET
@@ -31004,7 +31063,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.88050000000001 65.70600000000039 Td
+56.88050000000001 65.70600000000027 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -31019,7 +31078,7 @@ ET
 1.271 Tw
 
 BT
-66.24000000000001 65.70600000000039 Td
+66.24000000000001 65.70600000000027 Td
 /F1.0 10.5 Tf
 <616e64206f6620636f7572736520626f74682074686520> Tj
 ET
@@ -31034,7 +31093,7 @@ ET
 1.271 Tw
 
 BT
-187.23640783691405 65.70600000000039 Td
+187.23640783691405 65.70600000000027 Td
 /F1.0 10.5 Tf
 <5265737466756c4f626a6563747320766965776572> Tj
 ET
@@ -31049,7 +31108,7 @@ ET
 1.271 Tw
 
 BT
-297.17238940429684 65.70600000000039 Td
+297.17238940429684 65.70600000000027 Td
 /F1.0 10.5 Tf
 <20616e6420> Tj
 ET
@@ -31064,7 +31123,7 @@ ET
 1.271 Tw
 
 BT
-324.2643525390625 65.70600000000039 Td
+324.2643525390625 65.70600000000027 Td
 /F1.0 10.5 Tf
 [<5769636b> 20.01953125 <657420766965776572>] TJ
 ET
@@ -31079,7 +31138,7 @@ ET
 1.271 Tw
 
 BT
-397.6391290283203 65.70600000000039 Td
+397.6391290283203 65.70600000000027 Td
 /F1.0 10.5 Tf
 <2075736520746865206f6964207475706c6520746f206c6f6f6b2075702c> Tj
 ET
@@ -31123,22 +31182,22 @@ endobj
 /F6.0 72 0 R
 /F5.1 65 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
-/Annots [301 0 R 302 0 R 304 0 R 305 0 R 306 0 R 307 0 R 308 0 R 309 0 R 310 0 R]
+/Annots [301 0 R 302 0 R 304 0 R 305 0 R 306 0 R 307 0 R 308 0 R 309 0 R]
 >>
 endobj
 298 0 obj
 [297 0 R /XYZ 0 762.33 null]
 endobj
 299 0 obj
-<< /Limits [(extending-the-reach-of-ddd) (myapp-parent)]
-/Names [(extending-the-reach-of-ddd) 113 0 R (field-injection) 794 0 R (from-within-the-ide) 384 0 R (from-within-the-ide-2) 539 0 R (globally-defined-drop-downs) 1097 0 R (hexagonal-arch-services) 233 0 R (icon) 298 0 R (icons) 958 0 R (imperative-style) 921 0 R (imperative-style-2) 935 0 R (imperative-style-3) 946 0 R (implement-your-own-viewer) 207 0 R (method-injection) 797 0 R (model-driven-design) 54 0 R (model-must-be-understandable) 108 0 R (modifying-the-app) 580 0 R (multi-select-action-parameters) 1102 0 R (myapp-application) 495 0 R (myapp-module-simple) 505 0 R (myapp-parent) 494 0 R]
+<< /Limits [(dockerhub) (icons)]
+/Names [(dockerhub) 582 0 R (extending-the-reach-of-ddd) 113 0 R (field-injection) 806 0 R (from-within-the-ide) 383 0 R (from-within-the-ide-2) 538 0 R (gitlab) 584 0 R (globally-defined-drop-downs) 1109 0 R (hexagonal-arch-services) 233 0 R (icon) 298 0 R (icons) 970 0 R]
 >>
 endobj
 300 0 obj
-[297 0 R /XYZ 0 673.1100000000001 null]
+[297 0 R /XYZ 0 657.3300000000002 null]
 endobj
 301 0 obj
 << /Border [0 0 0]
@@ -31147,7 +31206,7 @@ endobj
 /URI (../ugvw/ugvw.pdf#_ugvw_customisation_tweaking-css-classes)
 >>
 /Subtype /Link
-/Rect [140.43267215401787 612.4200000000002 220.1867582310268 626.7000000000003]
+/Rect [140.43267215401787 596.6400000000002 220.1867582310268 610.9200000000003]
 /Type /Annot
 >>
 endobj
@@ -31158,12 +31217,12 @@ endobj
 /URI (../ugfun/ugfun.pdf#_ugfun_ui-hints_object-titles-and-icons)
 >>
 /Subtype /Link
-/Rect [492.6556666666667 564.8600000000001 515.4931666666666 579.1400000000002]
+/Rect [492.6556666666667 549.0800000000003 515.4931666666666 563.3600000000002]
 /Type /Annot
 >>
 endobj
 303 0 obj
-[297 0 R /XYZ 0 548.1100000000002 null]
+[297 0 R /XYZ 0 532.3300000000003 null]
 endobj
 304 0 obj
 << /Border [0 0 0]
@@ -31172,7 +31231,7 @@ endobj
 /URI (../ugfun/ugfun.pdf#__ugfun_building-blocks_metamodel)
 >>
 /Subtype /Link
-/Rect [154.71578125 499.8000000000004 211.12178125 514.0800000000004]
+/Rect [154.71578125 484.0200000000003 211.12178125 498.3000000000003]
 /Type /Annot
 >>
 endobj
@@ -31183,7 +31242,7 @@ endobj
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_persistence-layer-spi_AuditerService)
 >>
 /Subtype /Link
-/Rect [353.37304809570315 145.3560000000004 426.87304809570315 155.8560000000004]
+/Rect [341.88558984375004 129.57600000000028 415.38558984375004 140.07600000000028]
 /Type /Annot
 >>
 endobj
@@ -31191,58 +31250,47 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_persistence-layer-spi_AuditingService)
->>
-/Subtype /Link
-/Rect [445.0833493652344 145.3560000000004 523.8333493652344 155.8560000000004]
-/Type /Annot
->>
-endobj
-307 0 obj
-<< /Border [0 0 0]
-/A << /Type /Action
-/S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_application-layer-spi_CommandService)
 >>
 /Subtype /Link
-/Rect [249.62250000000003 107.79600000000039 323.12250000000006 118.29600000000039]
+/Rect [249.62250000000003 107.79600000000028 323.12250000000006 118.29600000000028]
 /Type /Annot
 >>
 endobj
-308 0 obj
+307 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_persistence-layer-spi_PublisherService)
 >>
 /Subtype /Link
-/Rect [249.62250000000003 86.01600000000039 333.62250000000006 96.51600000000039]
+/Rect [249.62250000000003 86.01600000000028 333.62250000000006 96.51600000000028]
 /Type /Annot
 >>
 endobj
-309 0 obj
+308 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../ugvro/ugvro.pdf)
 >>
 /Subtype /Link
-/Rect [187.23640783691405 62.640000000000384 297.17238940429684 76.92000000000039]
+/Rect [187.23640783691405 62.64000000000027 297.17238940429684 76.92000000000027]
 /Type /Annot
 >>
 endobj
-310 0 obj
+309 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../ugvw/ugvw.pdf)
 >>
 /Subtype /Link
-/Rect [324.2643525390625 62.640000000000384 397.6391290283203 76.92000000000039]
+/Rect [324.2643525390625 62.64000000000027 397.6391290283203 76.92000000000027]
 /Type /Annot
 >>
 endobj
-311 0 obj
+310 0 obj
 << /Length 22021
 >>
 stream
@@ -32654,11 +32702,11 @@ Q
 
 endstream
 endobj
-312 0 obj
+311 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 311 0 R
+/Contents 310 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F6.0 72 0 R
@@ -32667,13 +32715,13 @@ endobj
 /F1.1 58 0 R
 /F4.0 51 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
-/Annots [313 0 R 314 0 R 315 0 R]
+/Annots [312 0 R 313 0 R 314 0 R]
 >>
 endobj
-313 0 obj
+312 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -32684,7 +32732,7 @@ endobj
 /Type /Annot
 >>
 endobj
-314 0 obj
+313 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -32695,7 +32743,7 @@ endobj
 /Type /Annot
 >>
 endobj
-315 0 obj
+314 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -32706,21 +32754,21 @@ endobj
 /Type /Annot
 >>
 endobj
-316 0 obj
-[312 0 R /XYZ 0 675.96 null]
+315 0 obj
+[311 0 R /XYZ 0 675.96 null]
 endobj
-317 0 obj
+316 0 obj
 << /Limits [(_ugfun_building-blocks_identifiers_title-and-icon) (_ugfun_core-concepts_apache-isis-vs_cqrs)]
-/Names [(_ugfun_building-blocks_identifiers_title-and-icon) 294 0 R (_ugfun_building-blocks_metamodel) 212 0 R (_ugfun_building-blocks_modules) 348 0 R (_ugfun_building-blocks_object-members) 316 0 R (_ugfun_building-blocks_types-of-domain-objects) 215 0 R (_ugfun_building-blocks_types-of-domain-objects_domain-entities) 219 0 R (_ugfun_building-blocks_types-of-domain-objects_domain-services) 224 0 R (_ugfun_building-blocks_types-of-domain-objects_mixins) 282 0 R (_ugfun_building-blocks_types-of-domain-objects_view-models) 238 0 R (_ugfun_business-rules) 1047 0 R (_ugfun_core-concepts) 43 0 R (_ugfun_core-concepts_apache-isis-vs) 147 0 R (_ugfun_core-concepts_apache-isis-vs_cqrs) 163 0 R]
+/Names [(_ugfun_building-blocks_identifiers_title-and-icon) 294 0 R (_ugfun_building-blocks_metamodel) 212 0 R (_ugfun_building-blocks_modules) 347 0 R (_ugfun_building-blocks_object-members) 315 0 R (_ugfun_building-blocks_types-of-domain-objects) 215 0 R (_ugfun_building-blocks_types-of-domain-objects_domain-entities) 219 0 R (_ugfun_building-blocks_types-of-domain-objects_domain-services) 224 0 R (_ugfun_building-blocks_types-of-domain-objects_mixins) 282 0 R (_ugfun_building-blocks_types-of-domain-objects_view-models) 238 0 R (_ugfun_business-rules) 1059 0 R (_ugfun_core-concepts) 43 0 R (_ugfun_core-concepts_apache-isis-vs) 147 0 R (_ugfun_core-concepts_apache-isis-vs_cqrs) 163 0 R]
 >>
 endobj
+317 0 obj
+[311 0 R /XYZ 0 461.6400000000002 null]
+endobj
 318 0 obj
-[312 0 R /XYZ 0 461.6400000000002 null]
+[311 0 R /XYZ 0 206.8000000000002 null]
 endobj
 319 0 obj
-[312 0 R /XYZ 0 206.8000000000002 null]
-endobj
-320 0 obj
 << /Length 30098
 >>
 stream
@@ -34741,11 +34789,11 @@ Q
 
 endstream
 endobj
-321 0 obj
+320 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 320 0 R
+/Contents 319 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F6.0 72 0 R
 /F1.0 8 0 R
@@ -34753,19 +34801,19 @@ endobj
 /F5.1 65 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1310 0 R
+/XObject << /Stamp1 1325 0 R
 >>
 >>
-/Annots [324 0 R 325 0 R 326 0 R]
+/Annots [323 0 R 324 0 R 325 0 R]
 >>
 endobj
+321 0 obj
+[320 0 R /XYZ 0 572.55 null]
+endobj
 322 0 obj
-[321 0 R /XYZ 0 572.55 null]
+[320 0 R /XYZ 0 264.07000000000005 null]
 endobj
 323 0 obj
-[321 0 R /XYZ 0 264.07000000000005 null]
-endobj
-324 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -34776,7 +34824,7 @@ endobj
 /Type /Annot
 >>
 endobj
-325 0 obj
+324 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -34787,7 +34835,7 @@ endobj
 /Type /Annot
 >>
 endobj
-326 0 obj
+325 0 obj
 << /Border [0 0 0]
 /A << /

<TRUNCATED>

[28/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugbtb/ugbtb.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugbtb/ugbtb.pdf b/content/guides/ugbtb/ugbtb.pdf
index c7d2d52..19f2549 100644
--- a/content/guides/ugbtb/ugbtb.pdf
+++ b/content/guides/ugbtb/ugbtb.pdf
@@ -4,8 +4,8 @@
 << /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:20180305191411+00'00')
-/ModDate (D:20180305191411+00'00')
+/CreationDate (D:20180918074640+01'00')
+/ModDate (D:20180918074640+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAACS+NotoSerif
+/BaseFont /AAAACW+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 616 0 R
 /FirstChar 32
@@ -2613,7 +2613,7 @@ endobj
 endobj
 18 0 obj
 << /Type /Font
-/BaseFont /AAAACT+NotoSerif-Bold
+/BaseFont /AAAACX+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 620 0 R
 /FirstChar 32
@@ -3971,7 +3971,7 @@ endobj
 endobj
 41 0 obj
 << /Type /Font
-/BaseFont /AAAACU+mplus1mn-regular
+/BaseFont /AAAACY+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 624 0 R
 /FirstChar 32
@@ -3993,7 +3993,7 @@ endobj
 endobj
 43 0 obj
 << /Type /Font
-/BaseFont /AAAACV+mplus-1p-regular
+/BaseFont /AAAACZ+mplus-1p-regular
 /Subtype /TrueType
 /FontDescriptor 628 0 R
 /FirstChar 32
@@ -4095,7 +4095,7 @@ endobj
 endobj
 53 0 obj
 << /Type /Font
-/BaseFont /AAAACW+FontAwesome
+/BaseFont /AAAADA+FontAwesome
 /Subtype /TrueType
 /FontDescriptor 632 0 R
 /FirstChar 32
@@ -4106,7 +4106,7 @@ endobj
 endobj
 54 0 obj
 << /Type /Font
-/BaseFont /AAAACX+NotoSerif-Italic
+/BaseFont /AAAADB+NotoSerif-Italic
 /Subtype /TrueType
 /FontDescriptor 636 0 R
 /FirstChar 32
@@ -6018,7 +6018,7 @@ endobj
 endobj
 61 0 obj
 << /Type /Font
-/BaseFont /AAAACY+mplus1mn-regular
+/BaseFont /AAAADC+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 640 0 R
 /FirstChar 32
@@ -9982,7 +9982,7 @@ endobj
 >>
 endobj
 73 0 obj
-<< /Length 24000
+<< /Length 23976
 >>
 stream
 q
@@ -10064,7 +10064,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.117 Tw
+0.580 Tw
 
 BT
 48.24 687.9259999999999 Td
@@ -10079,12 +10079,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.117 Tw
+0.580 Tw
 
 BT
-175.57476406249998 687.9259999999999 Td
+178.34996630859376 687.9259999999999 Td
 /F3.0 10.5 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<4d65737361676553657276696365> Tj
 ET
 
 
@@ -10094,12 +10094,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.117 Tw
+0.580 Tw
 
 BT
-285.8247640625 687.9259999999999 Td
+251.84996630859376 687.9259999999999 Td
 /F1.0 10.5 Tf
-[<20736f207468617420796f752063616e2072> 20.01953125 <61697365207472> 20.01953125 <616e736c617461626c6520696e666f2c207761726e696e6720616e64>] TJ
+[<20736f207468617420796f752063616e2072> 20.01953125 <61697365207472> 20.01953125 <616e736c617461626c6520696e666f2c207761726e696e6720616e64206572726f72>] TJ
 ET
 
 
@@ -10112,7 +10112,7 @@ ET
 BT
 48.24 672.146 Td
 /F1.0 10.5 Tf
-<6572726f72206d657373616765733b2065616368206f66207468652072656c6576616e74206d6574686f647320617265206f7665726c6f616465642e> Tj
+<6d657373616765733b2065616368206f66207468652072656c6576616e74206d6574686f647320617265206f7665726c6f616465642e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -10205,7 +10205,7 @@ ET
 BT
 152.74 605.725 Td
 /F3.0 11 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<4d65737361676553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -10214,7 +10214,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-268.24 605.725 Td
+229.74 605.725 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -10225,7 +10225,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-273.74 605.725 Td
+235.24 605.725 Td
 /F3.0 11 Tf
 <7b> Tj
 ET
@@ -11543,10 +11543,10 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_DomainObjectContainer)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_MessageService)
 >>
 /Subtype /Link
-/Rect [175.57476406249998 686.4559999999999 285.8247640625 696.9559999999999]
+/Rect [178.34996630859376 686.4559999999999 251.84996630859376 696.9559999999999]
 /Type /Annot
 >>
 endobj
@@ -24732,7 +24732,7 @@ endobj
 >>
 endobj
 155 0 obj
-<< /Length 17029
+<< /Length 17027
 >>
 stream
 q
@@ -25088,12 +25088,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.727 Tw
+0.957 Tw
 
 BT
 48.24000000000001 505.1060000000004 Td
 /F1.0 10.5 Tf
-<536f6d6574696d657320616e20616374696f6e206d6967687420706572666f726d20697272657665727369626c65206368616e6765732e2020496e207375636820612063617365206974d5732070726f6261626c79206120676f6f642069646561> Tj
+<536f6d6574696d657320616e20616374696f6e206d6967687420706572666f726d20697272657665727369626c65206368616e6765732e20496e207375636820612063617365206974d5732070726f6261626c79206120676f6f642069646561> Tj
 ET
 
 
@@ -27668,7 +27668,7 @@ endobj
 >>
 endobj
 184 0 obj
-<< /Length 18924
+<< /Length 18921
 >>
 stream
 q
@@ -27688,7 +27688,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.440 Tw
+3.953 Tw
 
 BT
 48.24 758.646 Td
@@ -27703,10 +27703,10 @@ ET
 0.259 0.545 0.792 scn
 0.259 0.545 0.792 SCN
 
-3.440 Tw
+3.953 Tw
 
 BT
-411.84829687499996 758.646 Td
+416.46777246093745 758.646 Td
 /F1.0 10.5 Tf
 <646f6d61696e207365727669636573> Tj
 ET
@@ -27718,12 +27718,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.440 Tw
+3.953 Tw
 
 BT
-496.68409765624995 758.646 Td
+501.8168483072916 758.646 Td
 /F1.0 10.5 Tf
-<2e202054686973206973> Tj
+<2e2054686973206973> Tj
 ET
 
 
@@ -28910,7 +28910,7 @@ endobj
 /URI (../rgsvc/rgsvc.pdf)
 >>
 /Subtype /Link
-/Rect [411.84829687499996 755.5799999999999 496.68409765624995 769.86]
+/Rect [416.46777246093745 755.5799999999999 501.8168483072916 769.86]
 /Type /Annot
 >>
 endobj
@@ -28918,7 +28918,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_LocaleProvider)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_LocaleProvider)
 >>
 /Subtype /Link
 /Rect [423.1879753605769 697.8359999999999 496.6879753605769 708.3359999999999]
@@ -33173,7 +33173,7 @@ endobj
 >>
 endobj
 216 0 obj
-<< /Length 30312
+<< /Length 30004
 >>
 stream
 q
@@ -35089,7 +35089,7 @@ ET
 BT
 312.24 419.44499999999994 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -35098,7 +35098,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-361.74 419.44499999999994 Td
+378.24 419.44499999999994 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -35109,7 +35109,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-367.24 419.44499999999994 Td
+383.74 419.44499999999994 Td
 /F3.0 11 Tf
 <7469746c654f66> Tj
 ET
@@ -35248,35 +35248,13 @@ ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
-
-BT
-81.24 345.74499999999995 Td
-/F3.0 11 Tf
-<70726976617465> 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
-119.74 345.74499999999995 Td
-/F3.0 11 Tf
-<20> 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
-125.24 345.74499999999995 Td
+81.24 345.74499999999995 Td
 /F3.0 11 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -35285,7 +35263,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 345.74499999999995 Td
+147.24 345.74499999999995 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -35296,9 +35274,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-246.24 345.74499999999995 Td
+152.74 345.74499999999995 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -35307,7 +35285,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-295.74 345.74499999999995 Td
+218.74 345.74499999999995 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -35376,7 +35354,7 @@ endobj
 >>
 endobj
 218 0 obj
-<< /Length 35351
+<< /Length 34697
 >>
 stream
 q
@@ -36627,7 +36605,7 @@ ET
 BT
 378.24 591.4449999999999 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -36636,7 +36614,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-427.74 591.4449999999999 Td
+444.24 591.4449999999999 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -36647,7 +36625,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-433.24 591.4449999999999 Td
+449.74 591.4449999999999 Td
 /F3.0 11 Tf
 <7469746c654f66> Tj
 ET
@@ -37094,33 +37072,11 @@ ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
-
-BT
-81.24000000000001 444.0449999999999 Td
-/F3.0 11 Tf
-<70726976617465> 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
-119.74000000000001 444.0449999999999 Td
-/F3.0 11 Tf
-<20> 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
-125.24000000000001 444.0449999999999 Td
+81.24000000000001 444.0449999999999 Td
 /F3.0 11 Tf
 <497369734a646f537570706f7274> Tj
 ET
@@ -37131,7 +37087,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 444.0449999999999 Td
+158.24 444.0449999999999 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -37142,7 +37098,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.74 444.0449999999999 Td
+163.74 444.0449999999999 Td
 /F3.0 11 Tf
 <697369734a646f537570706f7274> Tj
 ET
@@ -37153,7 +37109,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-284.74 444.0449999999999 Td
+240.74 444.0449999999999 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -37193,35 +37149,13 @@ ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
-
-BT
-81.24000000000001 414.5649999999999 Td
-/F3.0 11 Tf
-<70726976617465> 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
-119.74000000000001 414.5649999999999 Td
-/F3.0 11 Tf
-<20> 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
-125.24000000000001 414.5649999999999 Td
+81.24000000000001 414.5649999999999 Td
 /F3.0 11 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -37230,7 +37164,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 414.5649999999999 Td
+147.24 414.5649999999999 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -37241,9 +37175,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-246.24 414.5649999999999 Td
+152.74 414.5649999999999 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -37252,7 +37186,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-295.74 414.5649999999999 Td
+218.74 414.5649999999999 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -46561,7 +46495,7 @@ endobj
 endobj
 244 0 obj
 << /Type /Font
-/BaseFont /AAAACZ+mplus1mn-italic
+/BaseFont /AAAADD+mplus1mn-italic
 /Subtype /TrueType
 /FontDescriptor 644 0 R
 /FirstChar 32
@@ -46593,7 +46527,7 @@ endobj
 >>
 endobj
 247 0 obj
-<< /Length 50470
+<< /Length 50478
 >>
 stream
 q
@@ -47415,7 +47349,7 @@ ET
 BT
 103.24000000000001 665.145 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7265706f7369746f727953657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -47424,7 +47358,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-152.74 665.145 Td
+196.74 665.145 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -47435,7 +47369,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-158.24 665.145 Td
+202.24 665.145 Td
 /F3.0 11 Tf
 <666c757368> Tj
 ET
@@ -47446,7 +47380,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-185.74 665.145 Td
+229.74 665.145 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -47457,7 +47391,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-191.24 665.145 Td
+235.24 665.145 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -47468,7 +47402,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-196.74 665.145 Td
+240.74 665.145 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -47479,9 +47413,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 665.145 Td
+246.24 665.145 Td
 /F3.0 11 Tf
-<202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020> Tj
+<20202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -49835,7 +49769,7 @@ ET
 BT
 81.24000000000001 281.9049999999998 Td
 /F3.0 11 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5265706f7369746f727953657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -49844,7 +49778,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-196.74 281.9049999999998 Td
+174.74 281.9049999999998 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -49855,9 +49789,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 281.9049999999998 Td
+180.24 281.9049999999998 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7265706f7369746f727953657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -49866,7 +49800,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-251.74 281.9049999999998 Td
+273.74 281.9049999999998 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -63355,7 +63289,7 @@ endobj
 >>
 endobj
 310 0 obj
-<< /Length 18387
+<< /Length 18139
 >>
 stream
 q
@@ -63375,40 +63309,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.968 Tw
+1.010 Tw
 
 BT
 48.24 768.846 Td
 /F1.0 10.5 Tf
-<537570706f7365207468617420796f752077616e74656420746f20636f6d706c6574656c792072656d6f766520737570706f727420666f72207468652028616c726561647920646570726563617465642920> 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.968 Tw
-
-BT
-484.03999999999996 768.846 Td
-/F3.0 10.5 Tf
-<40416374696f6e4f72646572> 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.968 Tw
-
-BT
-547.04 768.846 Td
+<537570706f7365207468617420796f752077616e74656420746f20636f6d706c6574656c792072656d6f766520737570706f727420666f7220736f6d65206578697374696e672066616365742c20656720746f20737570706f727420746865> Tj
 ET
 
 
@@ -63421,7 +63327,7 @@ ET
 BT
 48.24 753.066 Td
 /F1.0 10.5 Tf
-<616e6e6f746174696f6e2e205468697320776f756c6420626520646f6e65207573696e673a> Tj
+<2270657273697374696e6728292220616e6420227065727369737465642829222063616c6c6261636b206d6574686f64732e205468697320776f756c6420626520646f6e65207573696e673a> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -63459,7 +63365,7 @@ Q
 BT
 59.24 714.4250000000001 Td
 /F3.0 11 Tf
-<697369732e7265666c6563746f722e6661636574732e6578636c7564653d6f72672e6170616368652e697369732e636f72652e6d6574616d6f64656c2e6661636574732e6f626a6563742e616374696f6e6f72646572> Tj
+<697369732e7265666c6563746f722e6661636574732e6578636c7564653d5c> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -63470,7 +63376,7 @@ ET
 BT
 59.24 699.6850000000001 Td
 /F3.0 11 Tf
-<2e616e6e6f746174696f6e2e416374696f6e4f726465724661636574416e6e6f746174696f6e466163746f7279> Tj
+<ca2020206f72672e6170616368652e697369732e636f72652e6d6574616d6f64656c2e6661636574732e6f626a6563742e63616c6c6261636b732e5065727369737443616c6c6261636b4661636574466163746f7279> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -78911,7 +78817,7 @@ endobj
 >>
 endobj
 388 0 obj
-<< /Length 12589
+<< /Length 13081
 >>
 stream
 q
@@ -79410,7 +79316,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-4.506 Tw
+0.076 Tw
 
 BT
 48.24 207.7660000000001 Td
@@ -79425,10 +79331,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-4.506 Tw
+0.076 Tw
 
 BT
-305.48126497395833 207.7660000000001 Td
+270.0387672776442 207.7660000000001 Td
 /F3.0 10.5 Tf
 <546f446f4974656d23646570656e64656e63696573> Tj
 ET
@@ -79440,12 +79346,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-4.506 Tw
+0.076 Tw
 
 BT
-415.73126497395833 207.7660000000001 Td
+380.2887672776442 207.7660000000001 Td
 /F1.0 10.5 Tf
-<20686f6c64696e67206120636f6c6c656374696f6e206f66> Tj
+<20686f6c64696e67206120636f6c6c656374696f6e206f6620> Tj
 ET
 
 
@@ -79455,10 +79361,51 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
+0.076 Tw
+
+BT
+496.6714999999999 207.7660000000001 Td
+/F3.0 10.5 Tf
+<546f446f4974656d> 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.076 Tw
+
+BT
+538.6714999999999 207.7660000000001 Td
+/F1.0 10.5 Tf
+<7329> 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.24 191.9860000000001 Td
+/F1.0 10.5 Tf
+<73686f756c64207468656e20626520616e6e6f7461746564207769746820> 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
+204.0285 191.9860000000001 Td
 /F3.0 10.5 Tf
-<546f446f4974656d6073292073686f756c64207468656e20626520616e6e6f74617465642077697468206040556e6f776e6564> Tj
+<40556e6f776e6564> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -79467,7 +79414,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-315.99 191.9860000000001 Td
+246.0285 191.9860000000001 Td
 /F1.0 10.5 Tf
 <2028612047414520616e6e6f746174696f6e292e> Tj
 ET
@@ -95365,52 +95312,50 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��{	|���3#Y�mٲ$˖l���M�-˲-Kޗx�Wy�cywb[�ń������Ґ�ȏ�4_H��x-�R^^�)�GS
-��(���%��ɶ���w=�wf���s�=˝	�!>2#�q����ŋ0r!90�������e�R:�==���/bឳ�#�;���~�?�=���}�s�2�z��{�چ���}��S�7��{�w@�k�31Y��p
-����G�#}�g,��"ġ�\oX���ʄ>ʄ���P��E�{`�����!^0?$4L!��%Q���<6N�T�5�x]�%&%���&sZ�%�
-�l(+;Ǟ�p������o������X[W߀����h�7�q5��n�w	��޺���9�H$EHd!�d����+�X@h5F�����z��$�����$���bι�W�*�@eM�g2�L��y��=K/$������N��p��J|�V�����R�^�c�H�%jR+b��ja��TC�H�$ދ��	+M�L��VO�����bW\��z�/�D~��x�.|�i^���G��=�J|�����vʏ�w��N�劑:b!�	š��6�����]C�;'g�o���;�^:�ߙu�2V_���~,�#�o_eh�Z?�#��*�H��� ���Ӣ�ہ�v�@����ۿ���z����.����?{��5�u�5�
-��P+T[�B�P-!���~����	zO{�Nz��wЯ⃘�hTZ�ؚa����b�����}�Q�MTu�*+5�U�s�A�Ru��ql����X�X����f�eUK,�_9z�'��`;{��!��ٽ�bv�b,�o��Ж��x���������q�s*����3��Y�S0‘А%�	#F�( �8����;�MeeM=�{�/v�űy��yry^_E�@~,q�I��
���O=�ůl��
-���G�x����/��:��4w�7���or^b,�be��V����!0�cɫ�Z�A�/�w(9ʼ��{eF����W昩sM�ґƓꬺ-7R�9J���=�?������~��URm�NriB��/V�ew=��5�&H�x.����U�)V�X6f�6�G���rK�����lj���m��Ȓm
-}�0>�����R��]z�#Ti���*��Z�`�dM�
-��DS�5P��X)8p���p�����閮{\�S����{i�W?�:�ֲ͙�,��XmצV�O���p��Ԯ-t�ij��(�H4�Om��,��Lm�֔��)R��̚�������"����,�l/Ա��_��:���O?jvr�-3�	8 o�Snpj��0
-\�%���i'Ar� �Z�S�ү��O�*c�y��|s�f_5�y�SN��IG���v�s��Yd]�#� �H-�ꍤVM�F��:�d�i�֍����e�j{�(��8�w�Ȑ�$=�WN��<}GY���S�?j��+T:6�j�f�u;j������D��RJ��3$*s������"}�Mv~j�M��e�6t��r�� �dfA9)�W�I�nɴf$���q�7�wٚc�vr�����q9-���v7&�V�R����B_������ߤ/I�q�9�Ǻ���)oz+�~~�޾��ܚ${~zs�n�D�"9��=�O?�����?)Ȑ���5������ǣ�`��C4�1؏����3k�D�079�M��Q5�'F�Fr���K2��5��ց�,�q�N���8^��]�O���m]�2���U���J�<76�̔�_4R����q�kK�9��Z�ݚ��NqNej$�Tx�KU�ꎑ�������=�E�u�����"�#[l�C�N*�g�6lLɘ���L�t���]A���R���slh��
 ���������UE�ﳼqd��)H���Y��4\vno=�8?�^ٞ������m'���L��:}��y�(6A*H�W�Ko�7	��R�}d�"��
�q�<]/�<6�0SY{�^8���#�2=_���S�
2��
�jj����}�?wTiY��NQ�>�6����F����ʀZ P�r�n�s�O)JY?ҭa���%���ֲ^?������@\~q�؈%�X2Czk�3��r��,}����9�/���+�����k�����{�����l�`��gkIϕY�
O���rv�-7�"��m����
-׏�������V��,�ɞߜ�sd����v[�������ǰ-~���6;4�园Bu�:�ѩM�|OK�=���뷦�̜��ܯ���Q_��ة�.1��(��Br�|�1 �PK}���=>�
��(��(��Ȉ�;�_�O�_���X�2�ۚ,1ֆɇ;7+��I��$C���*��ȥ;{���C[r�z����{=�f�������o��?�����4��i��QsIFU�*�&�@����F�ڇ�8��ݒX��캻�v�������ů���fI�UQ~�ww�x�,k�ǯ_���>Rgv�*6dk��c��⠿>�������ӆ��&|"Neuy&GYy���yųY+���f�� �]p�&L�^@�j|�&�_Tb�C��d�R�_;��IU�/���y�s*�0Hy�o��;�&a���
-�w�Q/�S%�@���K?���Е�o4��Y�Z>�%��FFd��*ƣRI��@�K�*
-[n�R0�G_�)�t��H/�_/�iF������cj��7�;�4�
;�޸�mG�RS�m���Kk���МM��^{������"���nU�x}�m5	���-�}N�/w�X0�ϩ��=�ųRT��y$�zt�"7$�d�M>�o4�d[�DK�Le���?�m|�k�Zgc�ڪ�;+MM'�8:���mq�<MH�R_W�	eԓ�X��O� 7���`��sW�jy13�r:��t�`�t&��tۢu�s;���Y��)���c P���/.7�����oD32`�5|��VR�U���Tj�>�Vb�q[7��4���]e���OIS
-��)|���g��G]��6y�M��-����.����l����k
k�
-4��xq/˔���i���̩]<�KW�2/���섁%���u͹t
ޏ����u��i[b/a�LZ�����\���C>��,��$1b�]�Mfd��սvO
-�G�yq	Q�WԻ���xch�0���<�n�0�2��A&PE-��[���^���K���j�/_=`"�r�� '��
��h\�š	��Z�^�F������+�[l��1�怚g=L5,+�V� Xp>F �x���Oi1K;˺�Г�
-Ju��+���n-=�k~p��de7��<7b�y��a^ZkP��ᇌ�RJ�U�
-z��f���Z�~�._�K�xd.��&�Z��6��jaq"��`�:�C��z��K�W���O�9��
-6W�ܒL�^��s��,�#ԡ[d���+�/�ɝׇ��H�:��|&E��N\f~�	���-T�bC7"(��n��4��_�s��|��W'jkO\;��չ��z�'5�����'��ku�+[��X�1�r�}���-5��"�-V��
-)Kr!W�SM�b����������_��Ȧ��L0:8w��xo��=��<�h����Y7S	�pL�I�T(�-٠ͤ<����o�G�_�N�t�[�~rw+����|�l/��+j�`S|W������k��wH���@Fl$�)�.H�5�揺�X���.��uM�Z���XC��l�@"��5�I�>��\��w	�s�E��Z�9��Z�t[n�)�vGm��5�r7��_�o�c|��R�����;n�����<|������2R]�_~ϣ�
-o���:�E;���u[�+��-�M�U��ֶ��ew?/N�ܚ�ʿ�-sfW�kC�N�:������	�
��"�
F��eul�,�������s̺K��GZ��X%D[²A/�2�ʹ��Ĉ��C/�B ��a��8�i�ͧ+k���F\��W�;��~��ꙿūy_�)
��]��{��|c;V��E���]�|em/\i�Uon�*%M���On�e119k?`Jf�3M�/��QR�K��&b걄e@A��KCdLvJXLNG0�2U���+�_Tl���+R�
-!�B]S%G�<L�Lڟ����"��V���u���c1D"�c�s�
-�KL��L�����G�(� �Ǟ%y\��^a�W�����g�������h��7��/ʌ��$�5Ω����*N�;B
-Y0�K��ȣ�o̬ƿm�/*j�C���#@n6�\��^A��`9�{�rU��xE����1�������HE�1-�~{
�z��;!;9���##��\::Lg3c��~F��('R�Z��O�E����rt��0��%�f%Ӎ��禹\�!Q�T
.�τ��u�8�+\����A��p98"*4D,��ӗ�^�8�5����\�{VD�`�˞��km��p)�H��B�(���X�8(&���ta�\�W,̷��k�Q��}
-��̮���a\�,,52:,.'���7m��t�>����^�0.�����]����b$�^�:t_į�j|qY�J_�%V��/��V��b�������MV�Ԭ����>�)g���c&���L���b���ڪ&�-�/ӗ��ųԻ���FaLuo$�Vp�RRZ���V!z?"ŜE���R'�h������OՉ�����#I�-���8���J1���l��P���+K��<U��ƾ!I�Ԛӷ����N�@���g*�*��=�x����Ϟ
-M��I]�+��s)m^qH�[o�)�V��t����+%K#p�I)ψ��M7�<ĝ�m*�^�����`i^�&	�� n�ŷi��91�m9�g襁G����#X���"����'ͩ���;��F�k����[�7;bcnB�П�-��O���+|5����f���Wt����9�ֹ���'�GNg��zO������:�(��;|�&Q�����韺�w��w�G�2웋�|b�}�pqj�]�\zx�򾬘��ֲ��@�:|n��?��&�jK�|�k��z��W�J�	�PaQH-	z#v,9��/��B��'�xR�O2��>�F��$A�ױ�N��Z��+�r��v���yS%+�CK�KOM��<�^��''g쉭��ɇ��r�1��n���]���8�V�U9a���Dg4�<?�Y��{=�G�."�zl���";R�ڶ���³u��2n,T>��Vb�s�9o��OӢ-����,7�Y��ɽ�$��Z	�VK��ؒ���h�g���/�w�k�-R��0e�>����L w�3b
 ��︷+M����M�Wڍ�����{1K��C1�b�J͢f4�v�-�e�
Zގ �gT��SǮWv3;3`K[�_k �Y"�zw
-t)k�,)�.�Ȓ�Z����&&@������$�{ǝu��}�����$Q%�/M-1Ř�p��i���v�Ҡ_8��_3z�Fn����R�����'�$U����D)��q��hIXhX�TK՞N+�$�G+�1
-!�X���從��s����əjGkrd^]�����QtX�^%��߈6�d�t��&�V�\Ev�ݩp���{�/f� �z�?'P���D�*�&\2|�b��]��o6��0G'�o;mu9�79�
~�.yg�C��{��>2D��.��E��:S�t%]�d�����c4S��V#��5��K�3�����#U�1��J�H����dC1X����|y"'?ެ
U�����‡��	-�O�(&#þ�z���r��s�Ԫ���J�#�)��)o�IUܘgJm7S��;Y���>��޹�<l�� �$�>��o;���r �a�u���:�X�r�aЭZ�H�"�Y�+e���!zk������]��[�Gls�ي�uY��pY�����'Ȫ�.VWߢ)�_f���_�|��O�l��\��ױM�?v-�׷�u�k�]�6'Yʚ'.����M��j�H�,�k5���2�mWj�g��ݢ���S&v����ސQ��œo���Q'�0�ٱ�p���yR_�<��c��1�D��R�W�mlM���
 �j�� �Qf��nΉ�з�]��
�-���p��5�/����?���.��U��"_Q���zKa���=+=��q�}�<&���Ɵ��͝zf|��DN��i���������k��|&
-*�8��X�qvMr��,�5<�w8�.d7��k��j)H[����8�+[\�o����
-��?�aesy撁J�lԗ;B�ɴݒ`�V��k3�W-f@�ү[�.��L��8�*͠�,�3L
-��6�8�^�q��Np�d�mC���9@�_�r�'�(_�O`�0����]1J��/Nv���H���܄\�R�c�e���:���L���4U��u����K�k��B���j����X����v��]-f�����5f+�����l��5o�J�.kjπ��n�2>gˏ�r[]f�M��Y�$O+IJ���Uڂ*wQ����$!�h`<:57^�m6�j
-k��kw�%^��ω�9�̞��V�_ߐ*A*d��͍��Ω
-KNˌ�+�ӵj�)�8������qC�9ꊝ-��z�6ah���b�P7�7�����`�Yk��]�1��j�~�^ecGz�.�OGIZ��؝�`J+���.>�<)��}dƪh��xs��
-<o�/���,&߷L�[$c!��U0{Z�dN�w ,6FLq�qJ�!~pQq8~.�}�F����PfO���r�-B�����X)�*������M�����~捛��C��Tl>��hI�:�~���/�ʣ�np���RT"��d�T�"��f�?���Xh\|]�p�p��Q�(ЅRY�%�x�'���
-��G=�Bfga�j����ě�N���\Px���)]Ks�LV��^Gle��4�À�����L���01e�wmcD)1��g��a�ҕoa��.A�������?X��)���"]Vz�4mh2�	��#ݿEK��I���f$џ�[}�Re���oCU-�y��$��e�r���Q��$��G�N�}����0_���/�N�
�zP5�e��"����K���9xxdC=#��S@��s������<���e��`C\��gs=���&G��Ç\�nU���dI��
u�2�%;�`�����7�9�^�s�`�|�I)
-��/��ˉjI�����S�F��D��'�J��I<�m\���Ӵ������Z���NO�b�O6����"�o��f��I�9Y����Y9��IĻ��%
-E�xc�R��tP���7��VP��@��BD�=���&��l���H���g�� '�A�9F����v�C}�Ǔ쑈�hڇN��D���2��
-ߋ���K<N|I������N�8�,��'��
-W���>��8H�t���e�x?��5X�<|�_�?�;D��|hb蝡�C_�]���rÎ��-H΄7�χq{���(a��X$�yJ�Df�m���
-�>�{�gI����Fׄ�S�-�MQ^d��FSīl+��8-1�,p�M0o^���~h�жC�B�m4/�N�Q��u34�B-A�h�3�Ҏj�O��M8/@;��}�)n�!�����O��=��+�k_�	���Ƀ�ۀ�'(��"Rr��u�HN9�ࠛ_W�EhU��_S��,��/�%��Z9�F\C6��8b�#�G&���'�3�{Ƀ�Gٜ$�Mg�3ϐ��b�� �Dzx�D=�x܏A�@|j�()rQ^L�^�e4��d���.�B��HW�5����J_9ZّV��@/"Κ��)�*~� �Q�,U�;�@��+!��PA���|��&<Ǿ�*۸��#>}Ӈ�w�hQ!���&+@��|��9n���u�g�1{ �BA�H�w�HX��W�Q���Q�A���2R#
���P-&�HL�(�e�d3���Y���y�7r�W��
-�G��r��P� �l���U�jT�6�ZT���Q}��f���P;�@��f�=�1z.hjt�l.�b���e��ؙ`���:��gb�A�8��<�'Pz�?N������0×��$����K��c���±�?�A
-\�碈elAH�����b����$�O�qJ���Fbb�W0J$R��|���8uw��C����<�����P�9��P�K���Ð�|�?�:�_��(�R����*/�yLJ'U��tU��30ܧ�0�cT��K��������z��XC^4���D�`(�~sP��=�o
�>�m@���W�ù~��	���>�u��E�ϤG��7>��⁻<pW{����v���
�) �F�՞QϤw ���FTU�j�0�R�j�xl��_�j=^ߍ��7>1�U����A�c��\bة@FI��B�p5�0Y�,�	�[59���q�oUy�%�r���$pp����	���0��-B�E.,����Nj�&�FU�}�u�.f5��t����F�ݓn������$X��B_��۫Z&�@��d�8dY(�>�XÂS�n`�ZL�z`''�rL�Oo�q����3b3��5�Ix>��	&�a��ƊL���\�6�׍�Oy������X��S�C�5�����@e5��
 06�����z�F'@bS��}���>U���N�+��%L7����>�;�#�^�&9��)~n���[�L*����tƆ��f=��a�	SՆ�����b������8��R
�>#U`xE1j`����d�#�{k�w�/�i�����&B����#��3�e�
����������2
+x��{	|���3#Y�mٲ$˖l���M�-�r,Kޗx�Wy�cywb[�ń������Ґ��/
4_H���Z��|y-�hM)P
+_�4��{�Όd[vt��;3���9���a���v�G����E9�����ͽ��<��2B)�C�n��߽�g��p�ف��{�c?���ឞ��^w���Y�Lp=~ؽ}m�C�o��jC�)��W�
�ۡ�9����^8	�?B�O#���z�-��"ġ�\OX��ʄ>ʄ���P��E�{`�����!^0?$4L!��%Q���<6N�T�5�x]�%&%���&sZ�%�
+�l(k]�=�����/(,*.)-[_^QYU�����5|?{���o��jZ����f�u�+|�s�H���Bj�'aIW���j���eub�I.3i%�I&7iŜs7>��$ZU�ʚ��dΙ,�I��;�^H���w�t�ᜣ��
+�d�]Q%���j�KԤV�4���6��f�hI��U�V�����?�����[���|g%\��|��D~��x�N|�i^������=�J|�����vҏ�w��N�ኑ:b!�	š��6���墼��~�+;{�o��3;�^:�בu�2V_���z,�=��o_eh�?�#��*�H��� ���S��ہ�v�@��|���?�k�z�O��.���;{��5�u�5� 
+��P+T[�B�P-!�S�>��S�qzOy�z��wЯ���hTZ�ؚa����b���]�Q�MT�:UVj�+�@�ܥj��%��$��)5�2��+D1��˪�X	�r�O���vvB�UV�k����X`-��� #�-;�z�;۾	
+em����T�
��g���ا`�#9�!K�F��Q@Pq��g�w���ʚ|n���o�/�cs��+�r�������X����_z
K�z
+�_ټ�����DS�_>|u��q��on�"���X����
+H�&���-B`nǒWg��\_��P�������Ȍm����6S��,�#�'�Yu�o����|C{hs313�`5���ڊ���$ F�_��c�Zz�k�I��\������S���l�,iJ�����C��#C�ɲ����-K�)t�Cx��CӻJ웊u�
#�P�Eo�-OJk����6�5x��^�M��@�baT����ҲÙ��w�4�[:�q��M6�G[��%�~\}���VgZ���WC�]�Z�7�����M����ݪ���=�<i�P7�>��@3��[]���DH��3�����r%�t�z��8��@�ڋ|I;��h�^$>���I80��"�H0��&�������/<��(pa������ɡ�dj�NJ����<ɪ�U������q|�04�1L�yk$��o���A�g�uY~�Ђ�"�H�7�Z5����X�٧�[6��֍�Z�쩢����#C��T�^9��������O���9>�@��أ��v�n����"x���#J)��ΐ�̡C
 ��
+�9�5��R+m*V.;A���d�
P5�$�0�I��Z�M2�pK�5#�8x�XH���1���l���}�w��e7o;���ՐTS%J-�&��gJ}I�cd|'g�~��$��Ef�:����9������{{��s���y�M����u���{��=��ώ32��� C>Bj�քc���������<N�@�_�ǬQu���07=Z���?1�5�+�\�9ǯ����hٌ�w������}��'o�<ԟ�X���ٚVr���ӓv�~�pUr�k��=�-��[K���%t��+R#����T�RW�����v�*��W��u���l�<�vRY�=��~CJ��D�@E�3�����[���\U�c}�/.����g��`�*R�x��E�#��MA����
+���s{���Q���̖m��l=�?p��R������Mㅱ	RA��roz}�I@$�����9-�،3��zi���υ銚����-��8��y����n�uXn�QS�~uG�K�Ѱ�R�❃Xp�j�����@��?�::|_� Ǘ��ڗktA�{xJQ�ڑn[��-������ڱ�,��et����F,	ƒiҳPC�!Η�wg����3�i|��F^��D��F^����?HTC�;����g�c�m�8�PCz���xr�֗��n��ylCv��V�v�`�u6G�w�x�+e������h�� 3lz��=�����Ц_��>�m�<^��ɡI.�d���i
Nm��{����/\�5
d�L_�~��
����N�vɈ��DIm��[���Z�ۤ���	l��D)0G�WDF�����l���6o\��ZX����h���O<�Q�IY�6@R$%�b�i�G.���n��������-w|r�����������S�:�t㣦��UpuX���]��� �}q���9�(=6
 �uw���]��l�1)_GG�͒x�6�l�o��{qi��_�v���x�$��P�'�_�m;���?�����g�A�

��M�x����L���3�g�V*QK̆-XA���M�4b��"��Xu0���D�����v�.4F���/\4M��fUVa�(*6r?����w�M����L�^��J���%��~�/�=V�+.�`�����|�K�I�����U$�G����З*�U�ܚ9�`j��hcf�D�����^8&�:�2�ѡ�:���Bǯ��Wj뷷�q_��2����4C�T[#y��wվ�*��
6E��nU�X]�m�	}�����N�/w�X0�ϩ�=�ųRT��y$�|��"7�'Ĭk+�x��h��֊��B�0�:47���~\���ל7�Ά4�U'6wT�O|qd�'Z�̹����� ʨ'��5�.An&��
+����b<8f"�+�7�]���������v8��ϳ���?�W� ���_�_�?���8
܈fd��k���-��+������?��(��n��iF9���(3������*�� j����cm�*��G���>�Y��	|��2�����*��h2�W���);a�hC��S�p����e^,˯�	K&W��s?����2�-kj=Ӷ�^�
+��>K�ߟ����>3���,��81b�]�Mdd���vO
+�G�yq	Q�ջ���xCh.7���<�n�0�2��A&PE-��[���^���K���j�/_=`"
r�� '��
��hX�š	�3�Z�^�F������+�[l��1�怚g-L�,+�V� Xp>F
 �x���Oi1K;˚�Г�
+�Kt��+���.-=�kzp��dy7��<7l�y��a^\�P��ᇌ��RJ�E�z��f���Z�~�.[�K�xd.��&�Z��6��Jaq"��`�:�C��z��K����O�Y��26W�ܒL�\��s���,����[d���+�/�ɝ׆�WI�:��|&E/�F\f~�	����W�bC7"�(��n����_�s�f�|��W�kj�_;���ن�z{�;5���cc�{
+ku�+[��X�1�r�~��-5
��"�-V��
+)�r!��Su�b�����uw����L����w7�`�?p�vϱ������9v�G�M3n�����X9�P�?Z�A�Iy�[I�"��ݿ��^=�T7������7�)�.��yg����Δ�����W8�/&U���H�S�E\�>�i0*��u�ܓѕύ�r9��gO��iɖ�Dt�k(��y`1��^W�$�e�t++�@s~����֜HSb������j��.���ߞ��v_��/G!w�@G/��y�z�#�U������GU���M�u�Ϻ���4�K3����4��-��2J�~^�\�%�Y�w[k���,��B��exoC�=����
���j����XQ���ݹ�)�u��Ϗ�L��B�.��e�^
+&�e�ia���+�^D�@���D=q����O��:������e�5��5vxY�r��3�W%>�<]�S-m;+Zv7&��v,׋b��g;I��ڞ�Ҳ�:��8YB�F/��ؚ�bbr�>����f�,_(A��"�:�M��c	K��0�G��Ș씰���`�e�0"U���Ȅ��W�hB����J�y�,��.�=]^>�I�1
+�&�+T�L���b�D����f!���+�j��]���:�Q�A��=K��5��������ҿ�=Ï�o��s_���I�k���3}/����&��*�`��i��KMݘ^��Ɵ�������AG��l��ҷ7�����R����: �z×c�c��%Fs�ˑ�4cZ��j�wBvpr�GF��tt��f2�b}Z��('R�Z��O�E����rt��0��%�f%�
�礹\E!Q�T
.�τ��u�8�+\����N��p98"*4D,��ӗ�^�8�5����\�{�E�`�˞�ūm��p	�H�i�B�(���X�8(&���ta�\�G,̳��k�Q��}��̮���a\�,,52:,.;���;e��t�>����^�0.�����]����b$�^�2t_į�h|qY�B_�%V��/��V³b��+����MV�Ԭ����>�)c���c&���L���b���ڪ&���/ӗ���3Ի���FaLuo$�Vp�RRZ���Z.z?"ŜE�[�\+�hjk+���
 �OՁ�����#I�-���8��r1���l��P���-M��4Y��ƾ>I�ؒݻ�����@���g*�*��-�h����Ϟ
+M��I���7��q)mn;qP�Sg�.����t
���'%K#p�I)ˈ��N5�8ĝ�m,�^����(q^�*	�� n�ŷi��91�m>�kגּG����#X���"����'ͮ���=��F�k�����[j�69bcnB���-�������}5��m�f���W�����Yϖ��u�F�>1����=rNZ�Okģ(����DQߩۋ��~���՗���/̰o*��M�i�ũMw�sp����{�b26XK�ͮ|]�й���P���-���_�UV^���&`C�E!�$�ر�Tp��8�
+e�#����I�>�df��J��^�^:�fK>�k����{�V6�M�T.J.=5�"�${�z�OR����'���G^�
+ȉ�H
+k�Ajvw�FD2P�ZAT�el*��Ѩ�<�#�������\DR��zk[��HALj�>������̸1_����X�5Ω��?H�N��rd�ҜDfmB�&�p�PHk9,[-��c�,���B�Y��\/��ޱ��f�Pcp�”�T{|8V�0���ψ������4IB�*6%.\i7�j
+����,uf�D�)+5�����t�-7hi;��3n�Q��N�^���̀-m���fQ�|��)Х�a��Xn�L"Kk
ƶ�����#D��o�w����^�����K�-�D�8�$��c�|��+s���'��5J�"|�xtN_���
����zJmn¶����TQCOw#����	C�%a�a)�͕�;����H��(�c�ւ���3��i�KV$g�-ɑ�����{�2BD�azu�0N#�P����e�ZAxr%ٹg���.���}����\�}���@}�t�+��p��}��\xw�෿ٴ����
��h������P07�������"�y��� ����_��LMSt
��������L%f[�П�V�ǖ/��\<�Ǟ��T%�D'+E"ertL�*�
m�`���剜�x�"4Ta��sX�
+��'�?�����J��Z���Q�:��+Y?�T�DG�0��s$U~c�)��LN�`1��[x��sx�������Y^�Tƾ�L�Bˁ8����bn\�xCI�ŇY@�j
#u���f������-u.WH҆"�?z�W`�n��M�f+��e%��e�.WO�Ϟ �&:Y]}����|e�}�+[x!���K>E0��!�_״�mJ��k�}�a���ʵ��R�<q���,�j4��V9DBeYm���v��o�RK��/
��eE�2��U�ܺ�IuJ-��{Nkqҹ������'�%�3�;���.J��+�|U醖��]-&)��e�_ɦ�o}��|���™jG�^��B�-_
+�����T�?�2���-UU���YA���K�{�0��.=0vz2'g���ة����S?9�u/�1o�W'&��LT�qx�%�(1����^Jkx`�p�^
+2�'Y�n��W�)t�b��EI�q�W��`�%��������*�%��٨/w�ȓi�%���ȑWg�.<ZĀ�_�&:\&d7�DcatE�A�Y|g�,}u�q��v�����6�,�`;s�x���O�Q�����a�'.<�]6J��/Nv��K�e朄�R�c��4�7��mu�*S/i�H)mww�闖�H;�=T;��.���z#a��骝�f�����5�SH�u�o��L���״~�2����-l0��ډ����?�m��I6UXfGi�<�8)�fNWi�+݅%C��ℬ����Ԝx�:�!VSPݕW��6��o~N<�)a�|u��J���T	zP![$lnE(uNUXrZft�h����E�M������f���Q��h&N�)�	��'����	��GT9����Z}�
+�Q6V#���*��k�p|:�H��E�\SZA���u�s�eI�ƮÃ�3VE�C��v��9�}i����(`1��eZ�
+ �u���3��$s:x��a�1b*�#�S
+����s1�7�/�υ2{�5��lj������
+YT~U���lZ�߸͟"�1o�|x���b�Xc�DK��ؽ�C&w1T-�p��}���b>'S�j��7��t��y���B���r�3��ɏE@�.���.QE?�5֗�,?���2;3T�̟"��7҇����,�Oꚛ*e��
u:b��A�e�>Ffr�6��)C�k#J�����\�o�|�	�/�S�HE�����~v1�������iC�QN��-����X�N
+N.6#�����۾�*SU���h�͋P�%W�Nk��,�
+�$��?�u����4̇�R�/}p�o`��@���i.�uI��WR����ȁC��c�i�L�����t(�Q7D/�	�R�>���>��$9��:�"w��d�EK:���-�v�/��s&g�������1�➣��MJQ�ş���_N�PKB��.���5:�&�l�G��L�am��.v���ń��=�
+-�wj��|���g���|�:��I*����*ON.����)K"�m+V(����(%[���ͯ���o����/Dt�ӟ]�aQ~������D�=}f�r�cd���o'9Է}<��ȉ�����o�w+É+��y��=��ėd�A�OuPǨg�ר�8��W�n�)��A��֠S<./����!�/�����k�2�1��!��ΐ�CC�=�b�oC��v8�mA�`Hp&�!|.�����#F	{�G#�Ȟȓ"$2�n�$V���ߓ�=K2$?��]bhO���"4Iy��
+M���������y��y�vh��
@�Mm+��м�:�kD9�����Xj5u�i�,DK;��>E��7�<�<b�u'�ͨ����7?eƃv�j��}�ƩK�3'�oڟ�$΋H��C�׉"9e(��n~M\A�U��n~M�3�n��t䗀�Sheh+q
٨jd∑�������P����ݏ�q��:�{��y�|�GQ;�&��3&�q��~��8�SӈGI���b���p/�YV� ;fߜw`�$B�������U���Ž���(��8��Ч�����8G8�T��L���D�p�C�g(��������tÆR����M��Y��c��,y#��E&�ه���j����mP��Q �"d�H�"a�3_=G�
+�F1H�V,�C
+�0TH�4���C��~ 0%���
�͐#�#d������_�+(�B��!C-�x���
+T��P5ڀjP-�C�G����P3�kEm�mD��>�4�蹠ɑA�9�U���djbg�)&{뀞o��m�����@A�i�8s~�?N�_�������B|,��SH���q
+�V�8)p���"��!
�����C�q��?��y(��<��E^�(�H�������|�A��A
+�����C�K�;BAf��CQ��CF�!�xj'��dJ�����3���P����U�O�P�j�H�Q�?4��c.���z�{�n��1�b=hy�D�hM�����A����~4�z����nd�_�02纥���^/�{��m��=U}��`�����]�������r�=�>֏&���UyF<�Q�<���WTT���K��}���~�7U`̪�x}7W����gD�f4g�&����p�a�aA$�k
��Qؔ�Pd	���Un�Ę��w�=�E���|�AVPnh��
B�e'0����V�������_�/��QM��x��� ��b/�.rO�U�#�#`1~
+�=�.�j�lO�"xh���$�`�L�bfL����j
0=k����6��==��~V��nϰi�@<&�'��l�&&����b�25���p}ڈ_7&?�m۶���bI�OL�zVQ���3����i���$p����M���&zU���n8����-0�h�:Tz��_B�{X�d�0�J'���>_o�3�0�چ����E`����|(�M�����
�����j�c SH5��8�T��BĨ�EV���|�1ߡ揻7����a3\����H��Q�7�.������V�2
 endstream
 endobj
 616 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACS+NotoSerif
+/FontName /AAAACW+NotoSerif
 /FontFile2 615 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -95441,44 +95386,39 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��zyx[յ���
�mY�5X��ђlk�F˲,��GqDZ�9�l��	aHHBH�
-\�4�zC�4�-���t�Wr��!����(���y�|4�O�:Gr옴ܿ���u�����Z{
�a���M
���և�
-�|!,���͓���O2��&���2N d�G�=�������W��x&mtt�_���>B�p?7޿}
-m��p�2\�Z�8����o��{p�7593����Y����D|荪����!��u��G�]B����Á��48�o���AR����R�҅"���g"�L��R���9�No0�\�ْ�]A��fw8]�n���Qq�$\)+�����g�t��D�s�,��'�����5�L*$�qn����FCءV;�c�]�9��C��1�D��Qj�ͥ������>V�~\�s����̽9�?��\;���TC(d��y%�8 ��Ue��M�]~������m�^�$��ٹ3���?�#V�|+��r�]������U�^M��:�OCHdRB�y�R�)+Y]55��JFק�<����?П<}����?��9s�3F��N����}z�����/\`��hϵ/�yk��*f��&��M�@׸DW��VX������+/����甇�+�ma�'(����,yܥ q��B�����ރ?���n��=��-������������`}������?��~��
 �>��ol����sG>~���ɏ���5k��(1�(B���*�5��㈅$33�0�=b=�eo�R�Ui�결Vi�ej���<�?JQ�랎�k<�p�ieyE���3m��չ
�8��j��������z��z.%}^����1�%y%?���rl�m�Ad�D<��P���n��^�8�Y�_mN=35���j���o����_�����b_���h��}�y��9P4�dwvݞ�c8f0T!�Yk�V��8FH�f�
-#�4$�/�~gܓ�M��j���oi�c_��2]�3Pm�yop�����;*\�ӕ�wm���OoJ�ֻ,%�����쪹���ڼ;�m��S����K���7��٢��U��T+R;o����-�.��]��,d�i��г`�ԋ=2���$�ɝj{�A���v��/�j�s�F\���v�џ�Sx�NW�V��Ů�;�WZ��?u�ӗչ�5��\uWi0f1��eRx�L}��� �z #L�r��~�O|���:��=��ߥ�-'y�9'M�S�Q��"���R����{u���A��F�/�C�xG�sS�y&�
�`�$G����*�+��N ~bb��'����]u5���$7=��ljC%��x������IkM���"(�-������5^\�텹��i�}�7G�ZT���4���Ҡ3����
����{�K���Ǐ
N|Wݚ�b������o7G�m�b�����Z|Q�m���{������&|�l�^S�c������z��~� 7m��<��+��3�O^9
 
�"s�M(��!.�[�&�����f��d<%3.�sE)f|��݅Sg�}{"`�.���n����mw��#�|kKt������R^�_JW���ܦ�)���F1��ز��P����}���pos�޾a ^����@��o��z�������`m��d��B�mk+���B_[�G)w�����`^90�<&#'V�?�XF���=�)�D4'��x
-���xg����(�z�}H�jX��:2*�?=1�����C�6l�b}�����'�����é���`��m�Ɵ�<�������3��$.5��~e��_N�� �k���e�w&j��-L�JR�"^�U����3��p������,�%\���Ȗf�w�����{���3�ѱ+���G�M����������+1�s���L���W��B >�#\�|�C��X�5��Kpx'&$����WC|�H��D?S��������z�-˴�Ӗ�S�Ҹu�*2~J�Z�6����?��TJ5�@���ꥫ
֠^��djdJ��m�����5W��ҒK���8
-��GJ0ɓ1K�'C�8~�:
--3��ESզ�ڹ�N�}�7��N�%[,α�;�(������T�����{k��m
-f�K������z�D �l����7�)�^y>ߓ�{��Me��q�.w�&2XS�[�d���k�s�`sg"�48a�\3I��+#�Һ"��z�U�LG���/�_���~������b}y_��-��۞k�|�~cQ�!ͭ�nj�BV�?sK6a*[�6��Ԟ�O��=��#��m�^�TL�5�2�o��M�%��1�Ş���bOTa��r��(q�Y�����ss3c���ė��O>���R~�*%�����؄5Wk֝��ɓ���qaT��&��
3I�b�L9�1�M��ݗq�-*7�D�fE��ʿ_�/����Ӫ��������+���ڼ�)1z_c�v���\�w]�x�//�M���#F�8;O~Ǣ41,3cjR@��������0�Đ�s��%m�g�q��:�Ȱ�#b��T����6�J�J��`�+w����U��5���cv��w��M�
uj�n�֡n���F3�F\��ц|��=���c{GY,����g��\p;��J�ɩ�*���ϒt1�,~*�6˻�
 ,G��,J�w�ń�a��x=*c�dQ�/�/i�9�K�g�K��s���c^��_�L,f�r�x3L��k2���-̹E������9�3����ĥ�n�T&���Bq�Q'.h��W�`*�Xg�s}���h��x8��m3E�P�ސ���tCM�,D1S!�$'sʂy��~r^oW�y#�����&���wjE��D�-��\�L��
��F�6H�L�~^���0m2�j���"����mD��@�-���Z��ל8ƚ°�;�V�.��:�F�e��Y�&��d$��]��Ua��3�=Ɩ�	��A��_�El�7�#�hl�TW���V��(7��V̿w��$,.p~��D�_�R�/p�6�#�;�{�5��
-�lL-usHxԙ�ߋ�-������I��X
-v%P�����D�\ H�2�WC��8r�����
��p„�U=�҆�k�y����h�_0��I��l��gs�M}{:L���7���4�ط����+����\��ɏ�/c�ظ�JdV��a�)RV$��|�F�ɓ�蹜/����U���-�ZuhSuE�<���~�]�+	)�z��;v�t̷Z��p�
-C��*��ej�Қ",�q	�
-XA�q�G�g�Z�Uzs��=�Gu���.D3����Tf��UM���~�~{o���E�3�B���t�EO\67nml�Uk����
��o�B����^��z�ȹ��I'��v;��
-C�ڻ��G�-M{_�m=1��F6E�5����.�q����M֖ߖz;�ݾ:��k�z�����m����6�no�}$V�f�R��:��(�U�6��X�Gv4<}K�]
-�M�|i���F��`5+&#�e!�0V>�(�dR�{S���*�R�8qy�٩Z��o��g�0�MRv,=��E˷"�&�����ι�Ŭ������}��f&�t��k��6US5�\���Y������a�����km���\���0�Ba;�w�y0���x���.a���l��2ٰ��yx@(�g��޷�&�֘��$N�fd+�i�sP
-��d�T��.����Mㄘ���j�	����'ReJ=����Ҫ�lq��:��LUg����X§��pAq�d�ȒHSV��^NJ�:���J��Kd���㒑*'!�h�9B��O�S�E�ޟ�2�5j���p:�R.��z	rN-\v
t7�M����Gi:����bi�R��(�Ӆ���@)��\qy6m�l��W̔�����~j	Q��'��&OHf��YZ��R�y�Y6���[�G��t��Z|��{T�<�.�����l��O�J%Uk���ֹ?��_���]]����Ǹ�����]jw�6����=}�_A�q(?����f����q�z���k��Rd]�,��b䭊~b)���y;x���P�[�
���C�� �C�SdS�l!=��CR��vdv��1?M��\R��#<��M�?�ޡJ&a�4EN�h�i1�)]�lw6uU�����c[�����ܯY���9�9pk_o�\XƓmѳ��{����e�a�"4��l�ف��|��e���ai�������ޠ��ծ��
 �4��:�u���w���6fx�-m���U/�c)p�D��Qc�~	4
-��F/%���Q���a0�L0Sj�+||<���@���b���0Ib��� �Z�2�^(���=�vٺg�F?^P�TV��#G/�VZKr�n�͢I�Z�Q�cW�.q���3*��Q������-�e�9X�lgr����o��[��ͽUU��u~���*�IK�@���> 	��E~�쉖ۢ������~����m/�:6r���p������26��F~��0��R}e�y�M�]��ްX�r�5���‘'bw��w�!Ȳ�(s��?αz�}l�%�:ش��"߯�.S���Po���Eo��%EK���#h
ڌnIz8;"wŞ��#��ff'%�����-W$6��5�g��\���U��˳3ĖTY�ZT8��x���姫e�>�W�G�uG>|���ۗ�/P�]�y���ܥ��q���b
-�2���k��-��g�y0�t�ޟ���)�ª˔��B�"TUon���ǘ�<�J'1�ms�@K��s��:{q����T��må/�iRI�
�L]��+k�G�ʽ��0�˿�Ԡ��7V��U��z���у�C5�vH+kӿȕ���["vOU�Df��(c�5+��g%b�D[ݲ��z�:���5r��*FjL�u3z���aR���A���1�����V\�Oq�=4J�\AXl���in>ԑ����
;I7�L�?�vFL�2WN���h�8�s
-�$��W��8�y�Rd��EsQ�D�[te�u�	O|�T"�#���D0��]cb�����՘�y��n��iT�=���p���'��A�qGn��12j��i�%)�F�`�D]ȓ��R�ԣq30���(r��h�;ۑ�w�
-*H�$0a�<U���.,�O����
�\Q�Y#-�1�^o��z�=C�32�f�zK{K'�H������EB_7�J�W~��t�COubښo�K�r�*τ��oh�o�2���ŧ��M�7I��k6,���K�]UV�?p^b�9y��*Wо����O�}��6��K��΍����w��M���I|�Z#z��WM�}�+��a!=�B���ڛ�}�_��xc=�����_T(<�P�G�~v��D>�!�k�{�0�cU�}�ON�S'�OOO��m v���j�̛N=�-F�B�s�M�
��w�ϒ�<9B��)Ei74|lK�?���܃6H�$�I)��~�ő���L��F�ź_]"��U�T���{�腃���vsTw(ᑘ�������rlԓ�!%�6�B�Vo�&�q9�QI��;���E�^O����
���{nKQXrr���tJn�i*��ND�=�I�wT;k�{G�
-�����,�	{ ;e�?#�����Wug����%T����}ͅY����5w��Gf��'��?�a�>lW+#�Ϊ�5���IinY��6��
ך�O���+s�׌Ww�ڞǼ����*�9uz�ӕ�n*_����Z��S�4�ޱ�y��h��>��<2�B����u�@}��z��ొQmD�,��W"����%}�n��1��b?}pq��h���A�f��Z$Y��o�C��&�]�����:����3Q�͌�{a�]����p�9Y�[#~�WnL�ٯ��E����TŖ�|k�L�o��y�v��O�7�E�`��w顕1��dp���ɦ���/�k5�}�>��c��Q�)��_ip$�� �n����P�����X�5�:�KL�V~�7�,���f��kW�^�[?fH�
c.5Z�7m��
d���R��rR�Ei����j!>��������C�o�*�M�%�ԥ�Tn�@"J��)Z�9*�x�aĬr�CflU����x<�q/�N�Z�"��
-���#v)�/M-
*O���em�_��5�oV`%�\ƆHƷ��W9��79)؁W��Z(�䎠��/J4N�[�.�;[�����\�V9wfVq5w�+���Э�M[�N5q7�hW	����,5yܔ���x�h��+T�W�e鬚�^TzUc<��q��-m��!���i�|��9mQ�ׅ��̥�y+�LBH�ɾyJxE�u }e/l�QOi�f�(���Ք[V��֐q���J%}�Ɛ� �J��\��dHϐ��	"M($�Q���R
q�1h����<<Qg�l���m'��$����.vfX��zs-�U&�8M|�������a�4�V$��$��_�7�a�֪����
-��� ����P���O��E��NrK�>PP���]�
�.��B���*��hS�-�Kt/o�E�=�����E��CqJ9��7�n�V��<����}�����)i)є���[pF�EjC꽩�LM{%m!�8�����T�Q�q<��D�(�ϊ��R
-3��D�Oz���!���V�<��#
-GA8�pt��G7a��0j�r�Ӈ��.��k�� <�
-BO��{I
-����|�B(�{��ф�r� ;ϟAa���s�93;$��W��S��T��g/��#+��ځ(N�sp�~�G�8��'�y>�	<�x�(����0���G]��p���)��@�>�?�x
-!���n�$���W�J*�i$Bo �\S��
-�A��8Lz�$>�w�0�L "�OP
-j��A)]��_�ﱿ��mm�E:$��%0�]:�����k��G�%~Y��
���.��} �T�(�H���ɠ^W@=�D*�F�Ȁra�f�X�`���6dG�.��n�A>��TfA���P5ĠZT��QjDM���VԆ�QT�kQ�C]h=�F��7���:?N��L�W	9���rf��[I9��Kʙw��'�$��ARN��I9�2pNRN!
�%��7$���OʹH��%�yȀ&��*|:)��3��r>* xIy
-��Iy
-�#��rr�\�z�Ǔ�T�!�$婨�̺�KB
ٙ���|:)OG�tR��z��$�BT@%�B�Im������չ]�n]���HlHW?1�Е�b��֌�chfh���A8�$�B�h��4�f���Ic�����o��\գ	4Π�`�:0�ҷfث!�]������29;�[34=6n1	OM�Sk�'��p�dl��I�4�<919;?H��#c#:�n��:��fxr��2�x���\���8p�e���pthzflrBW�pyus����#3��C9�'/�͡�r���2���~v��]�nv�p(�?=��^i��X
-�ᘅa���!vz�hd�,����kԱ�����_�������o��*ֶ��'X�C�+^�?ۯ����_Jj�m��]W;�Bm|i����e��&\e��L�6�𺛀����٩b�s`rp�1�R���;��d��:�,|��&>�jq��eN�<���H�ƙԼm�6G<9-V�������*����r#�e�3 ��������&f������i��萮|�>�wl�%7t;\_�@��I2��8�:&��(�N9���%�n��
$���8�9����#�XŌ�����eM��Aq��������S'��r��4��UB�h�5W
K���fX>{�s?ܔQ�_���v�ң��OȽH0�g"4)��=��
+x��zyx[յ���
�mْ5X��ђ,k�F˲,��GqDZ�9�l��	aHHBH�
+\�4�a�!P�Җ�k�W:�J.77
)���J���y-M쓷Α;&���u�����ڿ�[k�a!� ⠩�x����H��������<���!CYlr��{)�BFx�3��^ڙ~��g�FG��E���!d:
+����ۧ�<ׯ���u�������6\����&gf�~�!s\����Y��Cp�{��٠n0��Kٿ��~80b�"��\��`?H��sy�AjZ�0#S$f�YH"�ɳJUN�Z���
(�h2�[�+(������������ *��K#e��<�����_��r�"��t������J��A� ����3q��Ԡ;T*GXo(�+9gr�;#��LS��(5�D�R����n�sV�m?.빇sv�m�����e�I�B�&�RA���R�
+I���j���.?Z[����6m�Rn��ܙ����	+O>�|����|��]�%uy�٧&�R	!�<_)������VW%��w^��U��鏟>I�T9�)�˃� ��X�>��CH�.0�`�����<��Q`3{V�r�&|�k\��+at���s�~�����p_s�3���%�63�xP���@X��<�R�8`D!Ay�n}m��o�z���О���2-u�`�%##��(X_�I������b?��g�Œ7�ly���#=����GG�|�Ě5O|��[!J�y
����qDB��P���ҷN)M�4suYX��j�4U�]����-ڧ��j��"\-Ei~��/7��[�z�n�(��@�
+�gef'�2�����·KI��d�s��hI^ɏ��m�y�Y/ͧ.a�[kr�6�v�W��S�Lͼ�����������7�#tǻ����}Z�b�}A�j
6ٝ]�'��Uq��Z��'&΀R�ɷ��<5�|�˳���"c��"�������;�Ul.�F;�&�����������9]Yzז����$�j��\b��o���T�u�6���am������=]��׿�6����z��Z�Z�y{��gGl�u��:`e#LC�0���@�N�b�? $yXG�T�K��Ew���NT���4��6�#����;w��5�x\�)v��I��в���������Yt���J�1�!&/��3g�fi�`������3|��
Ֆ��#~�����	�29iR��������Tj��dc�c�m�9>h_�(�Ewh��}�anj:�H�I��JR��_ex����	�OL��ބ�R��UWc�Ir�8��6T��7`Z^A		��Գ���0)⁒����_�λ�[��%�^
 ���ў��~{t�ިYY��*M��)
:ӱ!��l�0�騻�组*Yzq�����vխys��6�w�)�n�۔��&��K���ȿ�S��/�|4��`K𚊐���l��I1� t��i;��_R|�|z��i�a�c�hDA�q	�2��7�N���7��$�)Y�p���K�0�s��.�:{w��s�pYϮvc��o���!��[[���om՗X��ڿ)\�΂r�<���o�Dx�b˺z}���k��F�}�[½�:���xi��F�[�i��-r��V�ɂ�]���Z3ŷ������2�B�.k����ra^�LFN�H���8+{SĉhN���<>���6�˛Qj���� ;԰��ud<T6zb���M�>(mآ��`����Ob._c��Sm!=.�f��$
�?92yvw]�)z��g���I\j,���|񿜾�A��t�s�$�L��7��h��tE�«���g��a�NK�Ty��.`�@dK��;~bk약M��������P��æ��pa{H[P���y�ueFO����JN!�.���
 ��7���a5y�މI	��#u��_��ԉ���*Tv�A�_�
+�|��l�6.��eh�iܺ�R�r)?%[�J��O�?�QT*$�, i�b���kP'��S��R�C�6~���֚�ihiɣO��{9`�!
+%��I��,ɐ+J�_���_���)u�X���vn��~���b�Sn��rͲN"��iq�=U}%����ڃ-u��٪�����j��+�#�7��xJ��F��xrRc/_ݡ���4N���TGkjz����z�3l�LĽ�'L�gb"�?oe$YZW�p�\O�23�{i�K�g��_�)�oya�XW�W*�E������6��PT�Os+��ڼ��eϜĒ�N�ֹM�.�g������G���H=c[����7%S&CM����rS21'NE���R������bOTn����5ɢĉgq�����͌�_��?��d��K�BeJl������֬;�	�'!F}	�¨F�M��f�6�D:�r�c�6��y_�ն�̔���c�G����������)/���}q��0���͛����7��hJ��̕�p�U�V���ؔA h��?d�r�ew,J�23�&Tx��n��<��O�;Wz_�����u��yM̠RV&�(��5��W{6��_���U���\���O�;Ǿ3oj�k�Sw�4
 �p�_%7�9/�R��6XX3�x;���e�XF^�F�	$r/p��.*!G$���H�ҭ�N<K>�Ű���(�$�Z��rM�(���r��.⍨��c�FY�����	�X/y�a.qN���w��
+~|	3��5����0���+33�fYbX��V�v��lμv����qR����
+�%F���ad~_M��pc�-����F������F�t�1zh�z���n��j�d!
+��
+!%8!�Sf��Z��y�]��ւƺ�<�2ީ��-��/s����60~M� �2a��9"��,�I��-[���|���]�������j�_q�k
+���Z���'����Sxg]�X7����]vE�R����g6�{�-�y��߿�؀oNG
+����y��P�I�[�梼4�Z1�܉k�J����	��v#�~UB}���ʤ�����	�H�+`�1���!�UlPg� �1K���,/��nb]�ٕ@�.ܻ��Qr� ���_
A|f��%���{6��+�	�W�l�K^��}������`Ι���p�/��=���t�wo���i��o��9>��W�m=�f͓%�_���qӕȬ��S��H����d�X�/�	�s9_���o�{�M[*5�Ц�6��yvW3�
+��WR��86u���o5/a�,.�yUbg�Ԭ�5E�I�������-�b=�p�z��,,���+{��4j��=�]�f1S�)��)髚\�'������r)�c�X��B��t�EO\65nml�Uk����
��o�B����^��z�Ƚ��I'��v;��
+}�ڻ��G��M{_�m=1��D6E��5!KC@�Ӹ{t��&k˃oK��n_�Cҵg�]_���WG�lc�7�>+f3E�CiX[��uX�����#;�����.��D�4�ho#�U����ֲ{+�p���(ὩԂ`�e.u�����T����߁�3w��F	;���"��[
�Wc�
V�\�b�Sh��{���`3�a����5fm����h.H���D�^��ȉ�g���Ɍ嵶�It�Vch�n!
���ػ�<��IL<�J�l��Hdrp6�xYlXg�<< �ɲ3�޷�&�Ɛ��$N�f�ȅi�sP
+��d�D��.���؍ㄈ���j�1������̒xD���U�9�Puu1���Q��y��O�?��� 7�&���˽�0u�����K�i1��%#UNBfV;�r���Ч�4�?Ei��U����p:�B&��:1rN-\v
t7�������iZ����bi�R��(������@!��\Qym6o��U̔�����~j	Q��'��&OHf��YZ�f�R�y�Y6���[�G��t�Κ}��{T�<�.�������Oﶊ�%Uk���ֹ?��_���]]ƪ��Ǹ�����]jw�6���Ǝ=}�_A�q����_�s�w��[=�R=�5�s\	�.ulp1�VE?�����<���\ށa�s�-džC}�!YV��!�-���������!)Jh;2;�蘟��m.�����&,��P%�����"'e��Ԃ��6j�;��*\�B��-C�����ܯY����pk_o�\XƓmѳ�G{����e�a�<4��l�ف��|��bE���aI���;���A]q�]q�
 �}}uV�������=l�����-�U/�c	p�D��Qc�~	4r�	�F/%���Q�s�a0�L0Kj�+||<���@���b���0Ib��D�����E��P")l{���u�"� ~��©�<�G�^<T�����R�Y������Ǯl]�,;6�gT8�f��ӱ[8�xs���2�d,e}�!�-�b�[{��v����K�U,����2_w}@p
~����-�E�M���=�ރ���^�ul�h���L]ck-�cl��|�kf�������,���d9�q�a1�ek�ٳ�#O��n��C�m�U��XI�k����hK��`Ӧ�F�r�_[]�(v�T�ު����d�K"��P[�G��ݒ�pvD�=v�G��7 L�NJ"}�~�[&Ol��k��$@��zWy�P,H��d�̩�<Uf����z��������_�w�����o_��@�rU�ۛ�s��w:Do��0f-��q��':��ES�������a��B�ߒ��	)�ܪ͒je�B�<TUoj���ǘ�<�R+�k�ms�@K�
 ��s��Z{q����gۆK_~˨[�,m��+k�G�ʽ��0�˿�T���7VMU��z���с�C5�vH+k�ȕ����#vO�E,5�����ؚ�k�Ȳ�A��nY�j�}�C����S#5Fﺙ=o��2)U]�
+-�*~�~!���W�R}��FW�s'q�k�:Җ�ݻa'�F�I�gTΈ�P���u���jN���k�ʲ�8��"���l*���,�N7��/�Jd}D\��U&�/cט�-"o�g5&�j���[-¢u!��^��޿�p��ߏ;���<8FFm>`7�³d#9بl��yү�.�K=7c5a�<wꑉ����yg���$Hzi�CP����™��B� �>�5�+� k��?�����Xg�g(sGF�l8BoioI�IP6T�7�H�X����t�.�T�!���f���.)���L���V���*5��\|Z%`�t�q�XS�fÒ��t���Ue�|�����ȃ�Uy��
��+��x���ζ�_�evṋ�;�oZn7N���˞?�
+h2��\�S&�1)>`���Y�G���o��������r��#j���������������:�������ɩ`p�d|��@`�i��
��S�P�B͞uө'��� ��q.^�	���.�YR�'W�0�� 톆�m	���{�I��0)ž�O�4�~�P���S��X��K���
+����o:z�`��F���Jx$�}�W�Ə
m96�Iڐʤ6�B�Vo�&�q9�QI��;���y�^OXW����=���͹y�<y:%3���k'��P�ď;�����e��`]}E6��=���ԟ����FxL��3|q�؀��Pi��ݾ��lEqݚ;��#�O
����ڰ^���Xg��Gh��$�����SˆkM2�'G�s���kƫ;nm�g�GU�
o��:�:�ӕ�n*_����Z��S���ޱ�y��h�>��<R�B���뵙���TK�c����Y̥�DH���3�����c^}�~���ލ�Do���@50�H�l3��<7	L��@Sױ�u��L��H�2�J셵viv�_���yn��_�!���ƿ�i��S[-���:���U��'�%/��o����z���A+cX���DӃ�Mu�"�i�b�}�>��k��Q�1��_ap��� �n�����P��+��X�5uZ�KD�V~�7�,���	���kW�^�[?fH�
c.5Z�7m��
d���B��
 ��rR�3Ӻ����B|^���ՙ�����迧*�65��R��S�Mqf:�M�(�Q��
#&��2a��D�u��i��{�
��b�U[�-��
�KNali�Pz�MD-kC9�r.�a~��+��26D2��L�ʑ-��I������@)&w]\|Q�v:ݺw���jR-Φ��fjs�geWs��
+�Lд5�Tw�v�@����V�Ǎ��xj�'���B��xeZ�֪��%�W�7���j�	���l�,Mf���%{]�oO�\ʙ���$�$O��웧�W$X�W�����i�f浴���j���2�?<Z���OS���D]I��+6���t>A�	��>
+��Z�!.4���~��၇'��m޾���\��3��E���Po�9�J����@���4�>l�š���;���tK�&RL\�X5Ҕ�y�B!�C���U�Դ
+rv������>�InI�
+
+qS�£˿�a�e��]�0:�^C4m
+�����Kį�"��=�F�~ơ8��YΛ\5��{+�=����{��_��������h�SB�-8#�<�!���_�������^�~_��B�pBx*�ʨ�8��N�83���([4+:�gJJ	�P��h?�AspT;���F{�X���(up�P��G�p��{è��E|N
+r��V�>����(=�V�!$}(H\�v���� �	��G��Q��<��{���<���_�N!2P�������@fj�8Qd ���Ƶy����r�1<o�Nd!?Fa2�� �Q!"\�v�cEr�)�;���-�BH��n�[3�_}-�U��Jte�7g�}�)N�x� �c&=���;h_&��'(5�.Cۯ����}ն��"-�����.-�O~p�5p��#p��,C׆��M�U��>	P*J�"$f~o��P�ˡU %R��Gy0ct��0~Dh�#ddr7� �f*� T�U�bP-�C��5�&ԌZP+jC�*ӵ(�֡.�u�
��E.�|�'�
+SL���CI9�G������%��;��rP?)'�Ť�B87)��ےr��r��'�\$�ے�<�����P>�����I9��<I�¤<��I�9�xR.@���Iy*RW��TTBf_�%���L��@>���#y:)OG=�o�r!*���r!�6WNN�O����jݮB��vrr$6���ph�c1mskF�1434}�РcM�y4���E��N�`�I�7�bh���g�B���?-y�[3��|��[��A�h���Ԯ�����&�5�ch�b26E�$hl�������������]��e-�d3<9�j��	<q�㏁|��p�d8O��Z��>�����:\^��(�2��<���C��gsh��*����~;��nlFۯ�����O�k'�W�d�1��~8fa�~�o���4�$����
+u��ofk�׫�f�F&��C��|���-c�	��W���k�&F�&f����������P[_�e�8jFY(�	WY5#Ӣ�0��&`oftvv����r��;&��)'�t�N:�/�8ㄉO�Z�c�S+���)8&��q&5o۶�ON�U=3;786�J�6���܈zY���`tp������`lnbphZ;;:�-������v�
���1�2zg�1<����0ʲS���s���c�jGv3��b��,���3�@1�l���nYSmgP�|��+Fu��i��	��}$M�x��7Z`�UÒeGg������l�(��C6����t�r/���_Jk��
��
 endstream
 endobj
 620 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACT+NotoSerif-Bold
+/FontName /AAAACX+NotoSerif-Bold
 /FontFile2 619 0 R
 /FontBBox [-212 -250 1306 1058]
 /Flags 6
@@ -95504,39 +95444,43 @@ endobj
 [259 381 1000 1000 1000 1000 1000 290 399 399 1000 1000 1000 310 293 288 559 559 559 559 559 559 559 559 559 559 1000 1000 1000 1000 1000 549 1000 752 671 667 767 652 621 769 818 400 368 733 653 952 788 787 638 1000 707 585 652 747 698 1066 1000 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 1000 1
 000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
 623 0 obj
-<< /Length1 8448
-/Length 5794
+<< /Length1 8412
+/Length 5763
 /Filter [/FlateDecode]
 >>
 stream
-x��9XSW��@@����B…�B $��+��Nx��� - T���N냊թ�g�v�v�Z[�M���oZ���<>�tm�E�a:����m�:ݶ��r���{A:���6|��{����~����ȈB���]CS_19�2�������G�����m�T����]���ډ��`��
���ƾ
-�o�����K�E�Pl�O��[Q���\[ߐm���}�'a�4�qd����=��tm�k���?��:B"���fҤ�{��p�P�%��a��;�n �L�q�~�ӽyT�kC�ԗ�~	��|�3���D*FiXxĒ��Q�2�B��Aj�,6.>!Q���%3)�����+22
Y���9�b�!{^>*(,r;K\�e��U�nOMm]�w����ش�������Z��	z��!W�IR�E��bV�*�$Wgg/���Í�/�C�%<8�P��!Z����؛<l:@\��(	!��lc`�%�P1�`lt(`-�B��yeE�j�C�`���\�]��n���n�뉐g�|Z��P2JZ2
V)%*ƢO�ĨeYؒk5�1j�>M�R&a�Ւ��=v�٪,�)�n�l��IO�޻:L��K��~��X�SQ`�4Ϋ���D���#�^*s+��{[5"��x������}���u�")��AkX����8Y�K�;2�&�a���ÿ�V^��|#wŤ��L_��^�Ý�'}�'	�n�O��Ư���	���t�Y���
 XN����n?*"(B �f���1j���5m��m5�D��sv��Fv=�n�aQ��q�h}�o�I��U��b��h9��o�?�H�(QK�$i�4�:�,��_��nhpoy!ᩘ���H���OXЭ����؛�l`���*�.X,n�)�=��9�1嚞vM!��ɹ�M�&��������ԝ�?����񣸚�ݢS���X\Z��܂`/���}u��$�n�����|�a��3U��\���a�lvl����4DI��H�+b�&���I_���̴l������J�v�����vr=������)�m��ڽ'�m���ƽ'�9> �`?����I,6�#��K>��ԭ���`�/r�Е�"��2���lR)��gٓ�(o��h���\X���|��\�G	�q�B�S�b��ÅI��`�ɒ���N=�������v^��3��O��mS*묦�F��R3���NG(�c��֔�J�,�ժ���C��=f#cD*|������ɩ?�^zɅ��U�~v���
 �ߋ�/��-/�!��ڕ0
-��y��ڟ��tV�
-��%+=�8���E͍�
h�Sk��)b�v�Q!�M����L�P�1j��Pl���&[U��XJV5�ut7��2lƬ\�%�\WV�����ܻy�����{��Ԯ��L}����p�ejɀN�L�Q:V��K+e��&q�8�����r�l�W�ѱ�ŵE9��6[�VGyf eDdmAnެ�wmY�2���Vw��w����jm���t�FVW��ϟ瀾�$9<]�����59�n�'hđ`Bit�D��㢩a���.ć
)�iR�e�PU�*Ւ�O��`7�0ގً��+�W<�B�#|�>O[�
-��e1���r�8�%��u��H-��ʍY��{�p�J�u�kҀ/1`0��,�<h3K"	e+�:mRl�z��suW[w\B|�F�9xٶ:�IH�$v����ҔMz;C+A���%�b"�֥yW�aS�>�ё-<K��6��c$7���^nwTnۼu˪�%wEiiZ��Y.���5�|�=߉-�z����??�?-Y�e$p�ř���"^oЇ�k\�,��ꨆ�0+�?���"�0���4��I��U=������uС� �� ^��;M�Gu��:�c�l��V�f$�����E���҈#��t�[#؂i%���L�?�Dl��
�М�\����1�<����՜[<v�C��yDz(��a�gIU�?�p�_��-ϻ�'�b��r���)���RW�Y��C�ą;��&+�>P�;����D����1e�Y�	*>
-��ڢ5C�P�S��쳯�g�ß:�\�`;X�t$!�!��;?���ЧN*�����O�A�6�E���!��=O|�n����%�G�n�8�~?��U�����8}�����,�����_���8sVI��Pxh��~9XH�@��ƦMعi��4�\��s���M�>?R_�Z`>��o(M\�`5A���[�TE�Z�3>�<py�.��:p3ʗ�(yg�ﮯ�w�����@�����99��t|���\�yL����4�c@G�(n�x��7U�7}����H��Cl.�8�*p��ԉ1��s^O�Qp
-{x9O�^b��DE����
A����G�J
�R��d��'���MӁ�v�*&׏�k��O�~�������SИYU	~�p�'�\QF�
���hR������+wg$$dx�0���P��rp��.�=����q{"0�(�r7ū�,"063H�1/wF5�\�8Á���/��h
-Q���9\w٤����u�8>�V'a&-g`�_,TE	>_l�N,n*�[�F��#�����XFQwƒ��ԕ���%%�����>��kc�U���iM�-De�S�Ǒ��̜��_��W����:V�t��T�g�,&WL�=M���������4vj��|͠y��e���x��0xr��Wq����j=}��o��s�yfoxk��go՗8�D>{5���;�oSp�	��n���v{����f3��~����x���wy�IN�g��Tx=������/�!4Y���_��&����K�����
h:4�>@�'�B�Kf�b�������Ä�`8����S�S���b?��,��^{�����dF�׳��̐�~l���>Uaƌ��*ڥ�w����߯�R�Y683�,�`�v�.�p�����I�_
1���vX�I�C���8f�ŏ���c�D���B�>A�P�h
�~����*,��'(
-�DeG[�W���:����ҧ[US����Ԭ�;[�\W�q���X��x�r�-�ǘ�x4��x\��{�uT�������d�h���ʇ&�ѱߏ��o�����_��i�:�R��֕�Y���>*��-�E����%��>�GFQ�l����n�)�d�*����_�8$;%�~o���]Yپʎ�u�QxP��ƮK)o��5;�<����-\h+d|W����)����zܮˁ@[a��n����‘m��(���9�_����!�$G�DL���y�uY��z&>��!~�Q��	/]mu�;X7~E���� ��!o�So0Y��<[j�+"���[|������
U?��*?�Uzù�9
-��G�)��m��?�,	�J�j�iН��'FƵS��9���u��	�>_����ٓع�`��m!�f4m�������R����hsW��3�G��w�t��E �`������R��n�O{��/Z�(��vɌ�����&��.���`�h���z�F��>�E"�a��u��b�~+�T�\�I�tl1���?t8ȓ���HN����Y�S��]$ޣJ�)��śWgO\nu��x[<�����ԲCB��꣜�/3_�T���V���9�����.�0�+Ȏ��˟G�U's�)p���B��v�u���w��؁5쿴�lm���d
-ĤbRE���S�m>&��yZ�z�F�;�q�0M.i�����;K؉$��S����	��mex޽�*��3����a�q�}��
���?��5�k����^�ܹW��G�T|l�=��D^����k&���R��5��->E~����K����n�Wֻ�l+
-��m-��u��:�>*�j�GSʤg�e��*�˪�%�3�)*���¢C��b�өScvF���
-|�K{-_��4���p��c��!�j�M�k�
���S��,22D�ƤW����#3f�I���2�&#���dS�Sw���?KH�V�;P]SB�U�NR���1�'��_d}@��n��5�Fk^=�Pj���[7�
M6c�{��gCp�?�@)ER'��Mdƈlk��P���A|d6�f���1��}�N%�>e(,����aO�Y�f�p�q�� ԮP�Ri���d��)�*P]��nOVnMo�o�uSmuy��b1d�Wך�t\H�eEUzke������5Y_i�WM��|}2$A-�5��{:D���6�O�<�,�@8f���]fl8�o2a���	���U%Z�����nѯ}؎�p^����mL�p�'u�ar�L�/DRQ��(Z#:&:'�"$&�0��2�L�ِ��ۡ(Tjm}0�d�x�X#.{�C���c�W�o������h%�
����i�T�.uH[��҇�A�E�'a�a�aUacaG�^	��I�8<!<7�/|s���ϋn�V��ƛ0F`�����k��Xc��nR��
-��F/��F�s0���	�%�``(Z6a�F'��*�)L@�b��¼b~
-%���)����N��G�ۄ�YDk��E2��5-�wp�{��N)�3,z����"
-1�o�V����/�̷q+m�Cb�K=D"��C`�%>@{>2N^��>����L�a$"4�!�k��m���`�tcm�V��(���ύ��3v:����.������	��_��"(�!�I�
-G@�X
-5<
-N2���W!�%p��G�P]���P2bP
-ğ��t�b$e"�B�Ȉr���"�B��<��
-�4�@�����2T�U�j�^�բ:T�h%��G��	�Bͨ4׆��jԁ:��%���%F�^��Ԙ�I�C�7�2���d��1H�/���|LX' �a]�L�"��'�z���zJ���z(Z�-�z(��.a]���H�G��‡��h$�S���"��i&-�s�2���/C<#��3��EB����sL�ơ�������w/ך�9�Z��:���w�����ڊ��z���Q�b7�Q���˅�Z���T��M�`��`�R��9�T@���u������new�ኍ�����hMYFm��ߦ�aa�d5��K �ڋQ�>z8v��!-8�v1)�/�"@���p5̋�]j�������9YF�|�^��v6r�9d/�_ic��P���l0����ggsˆ^y$kd���^*zֆ!Nǣ��|��l``�n
-�O^��1ϛ�r7��]PCt�C�(����7��~WEߝ�	G�G�����Q�_�>���w���}.NtSD�/+��'g��#A<�<A���e����\!�h��[<A�lI�3ڛ[����(3���
-osн�%���e𺹨�[��E�~+���8S{5�$�$�_s9Ӣ3E��i�N/�u��!�t���mk�m��[��y6�-�.�����½hi|��K�[
Aq���xP��io�"@#�|9�[r.,I3�2m^�!����y�h���jFѻ���<�3ޥ��x��%~����%�s�����8q�dj��P�V[�Ttm�6kkyn)�������.f\;�p��<�H��.�=t{"9JES�t�x��8�6U7�o:,*��N	�m��!^�-�� P53�hǫǙ.���Bo�`45���Q��/�7�kÚŒЭ�Lb|7U�;��K�Zosa��F�y9���ž����ܕ76ӫ��Y�3�x�a��w��O�_�v�Na-�[P���I�����*�.Z�R �K�t�#[��E�@
+x��9XSW��@yy���@HȃW���� - �hm�/T[;u��ێݮ��u�Tݎ���ul��Y�k�-�ӱׯ;m��m;-��Ͻ�3�;�m�ν�������Bː��gz������
+X�A��l��xy�o!��������OcR��+��c/�g�9������n��+������a<�:`�sm}C���~�	��y��ѱ������?������� �:B"���g��6�����T��������gr���ޞ�cZ\��.�~$��|�3����D*FiXxD䲨��\�T�"5Z����I��R��4}zƊ��Y��c�ɜg�ڐ=���bG���UV^QYU]���������5���4�}���_��� Ao����*!	B
+���X̪_½�C�������F��~Q$�N'�E�`�"ُ�r�c6 .�����b�10�n�n06:��Q�.pʼ���2��!��0�����[����W�M���D�3�>-�A�(�-���cѧ[bղllɳ�A�X�J�.V)���j�K���lu�Ŕk7v�T�f�m�[&��#��$5��T�(��ꢰ2��h�l���J���V��=-��d .4�_�ir��@
+p��Va�)V)N���Ly)zEx;��o�UTl���]1��?�ߏCp�����S>�Sq��g~u�W�K�]�r��,��P�`D��Ï�
+�����pL����������UD��sv��Fv�n�aQ��q�}�o�I��U��b��h��o��P��%�t[�M�n���[/lq74�����tl{��$Ow���'����x~�#��@6�w&haX,�����?�ɜv�̸�����}؍�@�H�Xmf�L�J�D�O<�����#���ݢSm�)X\VƟ�	\
+�,�Q��䁩)n�8���0
+��o�g��*r�[���"��Y�Y4�<Rn�eI�&y��5��sHz&|�ºr���r���/����?�/����T�W��򷹫�{O�۾���{O�p|@��~�"D'K�XlfF䅗|d7��0�/�^��+�En�cR$�٤R��ϱ'��Q��m��H9q����nӹ�)�R����|�0�R���^��f�%O��-�4z�с���x�rf�aeA�o�R�Xg5U�6:���U�Q‘�EMl�U��j�}e�*ji����P�`O�Y���
+_l��_�~rꏮ�^r��d�x��"�_+��"���~�Ĥ@Hr<�v%�B�b^"i�g���U���u�)JO8��=~Qs��AMMZm�QE��>*��� �)�9�C��P
+��bqR��d�.�K隆���&s[�͘�g���ʪ��I��ν�����W�s~�`���5�������y��@-Щ�I�"J�j�pi��,Qф#N�'
+��@~v^���3�*4:�_�.�-t
�ي�:�ɳ��#�j����}��}ˉ���[۱�ީ&����>WY�n���r�?�}+Ir2x�ƹ��	�kj��^O�>�#'�����#�B��ES��'�]�R�Ӥ��ܡ�PU�%
�f_�n�!���E�Wޯx�E��,~m��N
+��bz��5�rq8K�k<N��Z�,�����"���k��xZ��0��A]��%Q���^�69.V=�ع���'>1!I���l[��$&Y�:�}����DMF;K+A��~�Kr�D�K�@¦�}��#[|�(�!m
+�'H^v�/���()�ڶy�5kK=�ʲ��.�B&��k��P{��[&��n�ɷ~~*`Z�n�h�r�3���żޠ�׸YP�Q
NaV0&��F�n�	�i&;�)�4�U=������uС� �� ^��;]�Gu�#:�c�h��֔e&������ւڲ����tTX�"��%���L�?�Dl��
�М�f8�U1�Q�����[OX�y%��?V�O�C?��,�:�������%�y�DPL�[.>8>����W�J=+�t蔸h��d����"���w����{?����B�#�/�-Z3d�e:ՉO?��z&9�}�E���S�OW@�'N���ӏ� �}�r�?�k*�4T jsY��O2���'�[h��Qj;qD�ƌ�`��xPY�������W\�
+���2.��߾+~�/�ʾ������o��a~XH�@�0���8v���H��5�<�x<�1�o��#�U�N��������V�ѹK}uLuL�Ձ?�c��w�l$ͯ���Q��G��kw}����~°�=���ɡ�,�㳠_@���c���\��:�GqS�ţ����(�C5duG��d��ŹP���N�Q����zʌ�S�S��y����%*
+��|o�_�|>�V���b�&k�>E�o&�	<���dW	�~�]w�8~f�ݸ}�n�(w���L$T$��y��sE�6���c�~�w|�W��LL��cv�ݡ�g�rh��.�=����q{"0�(�r'ū�l"06;D�5�pF7�\�8Á���/}�H*Q��9\wؤ����u�9>�V'c&=gb�_,TE	>_b�I*i*�[�F��C�����Xf"Q�tƑ����\��%%�����>�jc2�U���iM�-De:�S��Q����M�_�UԴ���;V�vԯ�$�[L��ܻ��|��mՉ+�Z�ة�f�5��m��Yp�KO�]O�C���<|_��rd����������ϳ盽����Y_�����v���M��N(�v��<ߴ�K&���4�)�������;&����[Br�<����g?���~A~�ɲ����7��<�_�$f��E�o�`����A2�<u�j^
+�4��������&���s5��j�Pl5�4�gv�ڻ�ݤ5�&3�����%���.z�/�T�3FhR�i�J���|?^���lhv��`�v�.�p�����Iz^
1���v!/� r�A���Y�PH�|����$}|�����+]j~��W�_�ӭYU����Ԭ�;W�BW�q���Z��x�r�M����x3��x[����wT�r���}w��Rs�Jpȁ�4��-����ֱߋ�Z�_�K��_�bh:�VV�֕�[�����͢����K�ދ��)O6Nޛ`��f��`J���O�z���f������_UG���h<�{{Sץ��+o��5;�����-[ld|נ���)���T�yܮˁ@[a��n���\���o�/Q:��r�	�ւB�I��I�z#�L8겳��LB���>�����^�,���p�n��Ї��C^�C^J��6Y��[j�"���[|o���
C
�?��*?�Uvù�9�҇�)ٴm��?�,�J�k�iН��FƵK��9��
 �u+쉅1>_��~��'�sM�r�Bn�jڀ/h)p%����c���ҿg��H�n��T9�A��ӷJ��J�B��?�a�h]��O�/:��Yg�9wLxG�<��wQ�N�I��7nt���]$�Y���7�M���B/Ju��4N�3N��`���<�X�o�T�:_)��;U*�%�=�D���^��u��V�HO��%�ϙ�8K-;,�a���i~2�uH�����z��>�ٙ����Q�����9	�}��
�_��<(7��_���3��j�n%��G;v`
�O���~��d*ĤbRE{��Q�m!&��yZ�{�F���p�0C.iv>����ۑ��d��S����	��iex�����3����a�q�}��
��ݩ�3�k���h$��!�V��?�T|t�]�G��4����L�m�wD9_�����-�;u+l}�e}uO����Ul[Y��nk������i�щ��<�2&#3=K_UP^�,U/�#��)�/,I0�/,�?�:�1�df[��@���t��
+����K�J�9>F8R����d����0�]uެb#C�llFu7m�Y���F��4�PA��M��*�_�
[~�]A��jځ�U��X]��$��J_F�z���E����f)_�l���ӗ
Jm�����Ʀ�o��w�o�o�}���?N��Q��4N(Q�Ȍ��x����C��\�
�މ��K�:�J�}�PX/�߾͞�
�8��������A�M'�~��~^�N[�U��b��]��ܚv�o2tSmME��b1dV�Ԛ�\D������֪�)WaQ�k��ʪ��_\���>Ȑ,Z��@0����7�H��>���"��Ef8�w���ܿɄ�OL(��*�J����
+�I��a;��M���c�ML�p�'u�!r�̐/DRQ��(Z':*:'�"$6�(��2�l�ِ�[�(Tjm�z2tF)ֈ��^��Q�Q�+�7���$1��U�S���t�4[�vKǤ�H_�^��a�a����ɰca�v5�������������u�c�ʗ�x�(�a�^`�����O`a�h��Q*��¨�a�q�>6�T�@�&�5��a`[�;�	<U.�1C�W.�Oa���6�sHX+Ζ
+gl�|��F�K�Y�iZ��В}����K�����3�:jq�����{+��
+b�+<D!�-@`�%>@���$y���;��r1�����0BD�H�!2��j���Ӄ��Z-r�pv^�>?�ZC����#��,P�~�"�[�V�DPC�B����w4t�2���W!� �Ɣ����&#-ҡĠT�==JGh�G&�B��r��E3�Cd��eG���	r��ׅ�Q��*T�j���U�աz�C��5 ?jDMh
jF-�ejGkQ�D�0��m0K��j���NB��Ì_� [���A�a����:�w�"�d��.>~,���(!���D'���e�"���x����[���txT��@.|PX�Ab<���*�{�`bP$��{�q�7x��Y�	�e(
+r7O�c�6
oٰ�,�g��d��ӂ�T����^_���̏��&4�����G�h��vԂ����l�;Ճm�`-��37X��g����ѐ�w��@���qPv��44V�id}�֔m�h�c�LV��@�R�����#���c'҂i�����R*�	�WÂߥ��ah�ݰiH��m����za{�����ذ {)��Z2��G�A��?66\���-�@����M�#=�}T��Ü��@�!9��0�
+�O^�Q�1
+��@���-�!:�a^�����g��q������������ٹ�袯P&����;�s�>/�X��!�����~�	J��/c�h�˕��f]0��T��agKRP����Tf"DYA��Wz����-AĔ,����n���{A��^n�,��`d�!H�<��
+�Eg��6,��^@�l1C��Q����ۄ_�$\�\�g-	�.������m���Ьe����8����k���'��d���-9��Yr�6?����K��	h�AQZ
�
���A�m�����{�Nג0��|��繋I��ƈ,���8�Yڜ���V1�]���@7���-����vR[5Y��Lj'�C��	�х���N�LG�xz�N����5���Q�MǁEg1�i�8�m�4$肸�y�a&�d�$�E�G����f��2*}������tm\�TzT�BL�js�IIP�m.Jxv�Y��;].�9��])pc3����n�q%�
3.�|
+����u
+k1܂ڞ`\o�-UVVA/p1�:�
+i]
+o�:����:�H
 endstream
 endobj
 624 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACU+mplus1mn-regular
+/FontName /AAAACY+mplus1mn-regular
 /FontFile2 623 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -95559,7 +95503,7 @@ x
 endstream
 endobj
 626 0 obj
-[500 500 500 500 500 500 1000 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 1000 500 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 500 500 500 500 500 1000 500 500 500 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 500 500 500 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 1
 000 1000 1000 1000 1000 1000 1000]
+[500 500 500 500 500 500 1000 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 1000 500 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 500 500 500 500 500 1000 500 500 500 1000 500 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 500 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
 627 0 obj
 << /Length1 2404
@@ -95567,19 +95511,19 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��U]L[e~��
-(W�|����Zcd�lE���x!]i��-�c��HN6���0f���01��0�����,qsq^��ƨs�����'1��p��}���y޷_[ P�`���ɨF�D�KR621��6 :��	�7&��(섃�<b��df6�>\D|���x4�-��7o���j��/"��=u���{��Aܯ%ә��p�Ҍ�v*:�~�����0ݰ���I��xޤ����]���ބ62Y�~�e��c�xl&C����x^��jC���y�P�#-P����!�C�
+x��U[lU����no��B�t�vv���R�K[ۅv�^�i���Ŷ;�n�����L���1H41��&���b|�A">H�QcT�H��?�ӦxIOn;���w����{vA=��bl2�B*�����L�%�
�N�Bd,
+;� �0�8ot23�.">�x��h<��y
�7OFg5����:�ؽӈ� �ג�L�w�
`iF\;��_���	�C�H�n8���I��xޤ����]���ބ62Y�~�e��c�xl&C����x^��jC���y�P�#-P����!�C�
 6�
-iW�D����R��ƝM
���y[D/�j�0�lb��0�:X�;�駒3dy��#�'C��uy闾���w�z�s�
-Z�>|Ĩ3Kj,y�<(�:�
���X�/��Rs�x��ݲ|��m�Z�g���
ˋ0`��=���v�o#��a�9���5�%�.9��]��Ln'w�G�](�	�`���� ;޾�G[��)��w-��XH`��|�����@���˜4x�J"�ʩ�i���Q�'�	L�<�
�6y'w����L����[ ����F������m��7y�O����3�]"9m�B+y��`#ߘ�
-�w�]jؿ�>��G�M�R(l���ے�\jld4S�N����'�����Hw灶^h�$�jR0#0
-���Hq����{A��q
B7tA/��λ�`|/��i4����Lg&��4�I�a������d09�	&S#q�����P.��&��Õc�$L�<��0Aܐ�E�ZVE�C]��M��ճ����O�ǒS��ol�~<J�%3������᫭�=�ML�=>�c��d������f��tr:�'x��q�y˶@�M�5��Ө3av��i���r�'V'�qЌ>��_�VZ{x#���/�?Z<R��������.������wlǭ
+��k$�#g!�ae��Wԅ�ݭ�̩�XE��Ս��TTV�` 3(�a�uΨ�'��X٫�I�~�H���ÈLo�un�PD9 ���Y�j�aLP=�*�PQ�)�]��.�S�\?�.Id6�‚3�q����&
x�]^�!�X���`�<ya�AV)�\VJw�yX�LO�"�1
e�-e֭�Šף��.QT]��"9���9]N3��3��u2�cy8Jۥ`t�*t�h.�+╱4�i��J:�%��ē�zb�`�8SlT�{�Z]�c��T�gj
�Y�7��UB=.�Uѱ�
 I��ޡKQ�ᛇ9��P��Ky�(�K:ߤ����Nxh��M�/�uKz�ae�kO*� ��V��Ļl�ܹO�kD���z�Յ�Zq�ros[��
-�7Fc���+�*e�,��M،_���#����)��u
+iW�D����R��ƝM
����-��H5vRz6�|Kw����Sɉ�<G��ȓ!E躼�K����;^=�ܹ�SU-O>bԙ%5����
+�NcC�h>����}��Ԝ1^9mx�,�bs۠�Y> k��"�.d�/����,c�EXo΅�~�l	�K���A��9����!�.�A���k(Ȏ�/=�і��CnJ!��]�`6�*#~u�;�}��2g
�ŵ��rjr�����G��	~&O`�M^�ɝ5y�����v�d����&o�"��䭰��0y��Mކ�S&o�*�i�HN�>��J�6y'��7&��a����O)8Ȳ�S
+ł���vy[R�K���fjc۩�޷��d��]�=4��<��m��Y�A
+�`F!��)ζ|x/(7�A�.����y7t���Ŝ>���#�є��ä��1�4L@R�!��&�2�dj$N��z�Bʅ����{�r,��)���&��(�B˪��k���	<�zV������Xr������ЏG)�$c��4B�>|�
�'���ǧy̼����RW���lڛNN�b�o�;�#�`��ÿI�&�tu&̎�X#��4V�a����0������JkO�ad�"R�E�G����n�-��K�+{����qk¼���5�}���byae��Wԅ�ݭ�̩�XE��Ս��TTV�` 3(�a�uΨ�'��X٫�I�~�H���ÈLo�un�PD9 ���Y�j�aLP=�*�PQ�)�]��.�S�\?�.Id6�‚3�q����&
x�]^�!�X���`���٠�T�\VJw�yX�LO�"�1
e�-e֭�Šף��.QT]��"9���9]N3��3��u2�c��R0:N:|4�����X��]F%��QN��Y=�?N�@��)6*�Q-�.zC�1`P��3���[�
 ,�fq�*��Ȉ���P��KT�Х(ȅ��Ü�m(Cݥ�n����oRt|hm'<�\�&���:�%��hX��Zē
+�*H�����9�.+w�S�Q���^ju�F�V�| �\���k�B(���{,��J�J�!�s���6�Ww�pS�Da�OD��u
 endstream
 endobj
 628 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACV+mplus-1p-regular
+/FontName /AAAACZ+mplus-1p-regular
 /FontFile2 627 0 R
 /FontBBox [-109 -288 1403 1075]
 /Flags 4
@@ -95606,28 +95550,22 @@ endobj
 endobj
 631 0 obj
 << /Length1 2500
-/Length 1363
+/Length 1362
 /Filter [/FlateDecode]
 >>
 stream
-x��UMlE~3�^�e7�O��M��I���l\5VS+i��"�V�Jڍ��Vm��?�z�Pբ�*D\�zh���
-!*8�pA�JA	AU���C�Sa�f�n��?\Ykf���͛yy�
-(&�zQ�X[Q�1q�ss���㈗������!���3�(�|�dg�B���3����e���כ�O���(�����k�D�n�<��Q*�o����zAϧ����d��N��)����q>���ЄP�g~�
-���f��BsՂ��
-�vu�n�]�T�Y�E��R�`��
-���
-8a#Q���*����M�E��_�"^�Ѣ�'��V��S��0�B������D���2��-/�^/vn�v8�;����*_(K��٪��/*��({=d��$�Mj��}Gs�:^� ��8W$��� �ꩣ�n��U�C�*��V�����Fp��qŭp
v�Qn�6�����pa�Ը�^k��l��x�=�J����"�Ami���_���6ľ��hl�Ec^�B��Vo�I=
-����X��h?;���һ�
�\D�xd-���.�칳ƮQ�����\�q����pGGPy�N�����`GGX���/^�?(,1!
��{"�O���v�Ɲ[���/�0��43���uF�6n�t����-��-���a�h�V�30s)yu&���
-B�^�b��k�nl����@|V���1��h><2�� �y�)�7H���5�_����GW|,�!^"��:r��l�:�V�sȲpm�2<���w
[*���z���$|I���P�"�b�h�&b�B��'�P��T���f�Y�$��h�/�Q�v��4B�â'��E���������x�s�%�
-��[�c��D�QX@!���-��ɜ���Y�p��M��´��#�Mgʇ'��&�N賅l!��u/.��7��v��U2L0�&�Ge�R�6��fb��Of�����V�B�Ll�v���%ߘ�	/��&V NE>�����V���7�FϘ�&8�:�E�
�k��BҐA�*���!��eD��y4���m�
-	��O]��ĥ�)��)�C��M�	>g@�ױ��z�Ѷ�{	+����wמ`�>�s?gQBv�Z�ram�j	�Fl3
-�ĉT�ȧ`/�N���Ȣ��~T���}��<.glMQc�ig׬�6y3�,�1��<�zu:j���$ưꥀ#��<�z>g����?��2�g��_c}ݺ��[�1Cu6q`?�&���70
-��~",�/��C�:�����:��)d`�0_c=���v"9�jD"����������g�ï��m��{�?�vɍ��Q���
+x��UMlG~3�^�e7��qH��I���l�]�`RԢ��
+�6�c[�^'6?�8X�
+!Ԩ�"�U��J������)U�T��J*�= N��vߌ�$A��ڵf�{o޼�ޛ�g ��`�b2o��55�����LG� ��̤A��ğ�F���';���ܞɤ�/���޼q�&�D�em|X/:w�Q���R�y���P6
+F>�Z��+Ɂ��FwS�ۿ/8��|��	���D������"��!� ���<ݞ{d���H�6m�(�
+�j	lp�F@�&�-T�zi�J�E��I@�">�0ѣ�7��v��[��0�J������D���2�T��d�;��.�rWq�<>�s�k�<�"[���E��e��L�|��pHM�|�jn^�k�`;@��{��<=u4ԍ��*6b��DT刪T����U�����P	lAu��pa�Ҩ_�5^^����o�����@I���萾��EB4��V_b�P4��Ģ1�]�v��Ѥ���lm��B��T�D�=�o."{���|}a�y��Ys���%WE�M��8ZI��pGǀ<������a1><�>8c���Aa����M��sj|``�ԞԸ{�����E�S�f����h�ƍ}������%٢��ۺ"L��K{g.%��$3�@�ݯU�^�w��
C�3{���߮<�`0Fv�/�W�ܰ�$��e����y�+�����ů�%�*�#�ɭ&��mW�1�,�W*##]�@�Ȉ��B/�7~�M�$N�z(�*Ɗk"6;��z"A
%'J���iU��O��v@���uh�e!H���
 X�D񼈙�3�����ܳoqn��^�C�C}�u4��sjH �P"�%u2�3�F9k���3[�69r��L����d�	c��-�������fщx��J�	fq���H�la_�!�-l�^�Ɋ@+O]o�����h'�X�	>���2�ca�T���;-�l�,|�o��^��_�@?�]`bm��Y�B2�\�Q0�8����S8������
#� 9�ikV����1�#[=��c轀�	8��L���&�4C��w/aEӞb�����S,��|�,JȎYkA.�m]�#��hb�Y('N�Jf>�pu
+ח�G�4���~&�3|�I9ck��;N�8�fʹśifq�)��9ף�3P[��&1�U/�����9˽���I'��>���0���օ�N��2���)���6��k��Y~�`l^�'�r�
+��=t����Y�ީ�h�B&��5���~�A/Y�a'��F$��/�n�?��?�~}�^c�ݯ��tJ*��F]�,4��
 endstream
 endobj
 632 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACW+FontAwesome
+/FontName /AAAADA+FontAwesome
 /FontFile2 631 0 R
 /FontBBox [-10 -155 1290 867]
 /Flags 4
@@ -95653,32 +95591,36 @@ endobj
 endobj
 635 0 obj
 << /Length1 7896
-/Length 5222
+/Length 5221
 /Filter [/FlateDecode]
 >>
 stream
-x��Y\T�����3a���DDf�&QT���DH��K��TR�*���$#+��qͬ�����kfj��̯�\����k%̞������~�7�f��뜽��_k�s@!䉢�՗�Y���$�aeems�S?d���]�����2��GV�A�_
�TU�5�8�����*\Ue�(�
-Ȅqh�eE=�Aa\c��<c�/l2�x���%���a|��,uֹ�"4�!�PW�����"�
�'�#�/B^p*E�����,� @� ����<�x����GዐRE���G����5����}h���Ihr�(�1:��m��?�����������E2������{���sz{�d/	��$Q8xr�M����C�@a2��U�>5y�c�p�?����0]������ ��][�w�)G�b3s%�P%����5���������DC,Nk�[�/p�%�=L��TȘ�œ>1>.��淪N��LI͘�^x���Ɩ�ɓg�S�}��7�uOÞ�)"L���f�h�R���[2�|C�@o��͛����a��l�M0��zo��O���*��1��)U�Y
-|��#��O����ɁA�DU.�ge3W�w��U5��/┒�(!����q�!lȰ��bA3��vU�}޼���o}�k���3�%�|���w�;9��xqk�}��OJ��t�y1��\�PR+X�W��ް��G�I�xS�,�lm��#x�9���Y̆�؅Cʛ�?�s<Czɑ�݀O�Ԭ|j���N��Pjc4Bؤ
-��(>Έى�R��O�wD��o�9;�9��=��$�����NN�����'�w���<?��{wp�(���<a����YO�c]}����w[7�BV��"�Y�Id�1��Ӌ�fgp����JF��${���o䬳�I��ud`%�z�'��|'{��#'��c���`��x��/j\�%1�-�S�Z��	`���b��W�E��U�}h[���k/�HUL����Ƽ�:������-�Z�4�%QB\��t��Ô���X=��^��d:�o��4����
-M�B�>�㕜<y�T�(�i��DY�S@���Y��	~ѱ<�-�����d/D�0aDj�!V̭F�8_u�BH�p����V|я��d�*�m|�l���^W��7d���r2W�\̏ؓ{f���F��Gۗ�C(an�od�|Ǘ�X���W�)����+5��O�U(�Ԩ�|�x��s�B|���􆂜���0��EJ��tN搚��}d�áqB��0L=v�-,}:��,�^�9���4�&�5�?Z'�
$��/T����=�����E9L����==������{s�L���N��s�F���c��U�P五һ3|�w�m��
������Bv��]L7>2
-��Y\��s�����2��Y\�u܀�폴�	����a=�m���(d�[w)��Z�LJ�Y��+����e�O�Ҡ��=sS�z��w�ݒc����X�(i1"(t?�U���q(��<��|r�䗶���.�1��s�]؄%x1�s����)�;��w�=&Ծ��<W�?	!��&�2�-<Th�z�d!N�� HB����;^�<��{
���
����y;�� _9O^��>s���,��|x��gVY^�iӲ�[ˊ�/?z�ŵh+�iઁ�p����"��2��U�6��r���<:-���V��x�?�/8;�[�S�+Hׂ�6���҉�f���)c
xx�P�3�9��6�aT�����X'��+r�L���RSr%����,�1#*��3���]M2�9F�wV�
-q셵�{��v�=������$�e+�b��2<eN�s�;E��o�HbӀ8Q*c'+"��X�'.��m��g��y��f�9^X@�K�~���}h��'[�/݀�_ܵ��m�҂na��C洲2_S#U�{Ni���>7���;�Jg�����b@�Y(]�����_�\y
-83���A���B:p3�59���-n=���B������M�h>R�tĩ�c+������[6��n��l
-JM,�|x�c�+VW�
��dߡW�x���8g};_?����L6I��6�F��n8���*`���Je&%�5��p �փF�W��}��*�V������"���a�����>M�4��q�yW֋���KΑ�?f῞�D������B��*�*��	*L�l��_��p!��w���gw�����؉��:�������ukI�1�P{ �!��0�
�HX��e����;J�|�@S�W����~`_أ��[��"qH����.d���z�����W���rrTث�;�1����ݛ6�
-�K?�/���Q����~&�Թ{���&���}�����2E�9�N��:䟉����7Ns����<�[���Mvd=�祯=�jM�w�I��n�D�(��0�<S�tDž�4$u0� >؇�%�i��?���S��C��=ꨀ]kYU�<uRR!7*��� g�'��t�¥X�6r���}E{�a���{��\����l��^��M�0y��|���=}�̂��W��5���=��Ã=D��p��Y�t�]�����w|���Jrvt�S;O�	��dN�[�x�5�T��Qk;�=U�P�,�b3��\�++�J��m���>]��L�<��])�
y��W�h��<�+
�����'���	��H��6��ِN�Wb���ia��)6̗�H��/��"_�N[��@[~��x�Ώ��	&S�x���vz�,��`d���ʦI��Z4`�$[�ջ�{�,U������]W�#�������6aAR��d!���(22f���j���z{�j��m���o@h�a�m3�y��
 ��N���������c�|��{�+{�����J�vA�)�$�ű�H@�>���S�[�YeR�b�29W�f��I���lLGd��F3�S��)�I��E;�J�zlj3�������9kV�W��#K��F��xn�CX�T��'(t�87��/�ѶC�f�Sg�d?�0�=��}�����7�u+�/����$�x�po�	�l��+��@�
-V�в��o|B���o}���ȇ/�??N.��gc5�7xo�����Zx���$t�h`�ţ�W�;(��
-��*I+V(i@Kb<;ײ��D�6�y�'�:�)�_����3=��%*�º���N.�1E�rW`	��~s��~��	���@w��!�Lae�sK�Ls�`٫����V���?O:O6�Н��@�V���V��D�ox?8����qx�(>�X�.ZR��ڷ�>�/�Ε�/��vZ��~�%VS��ln�b��'��Ԥ���Ȳ�e<^�����V��P�%��0��]��2�L2��D�*�C}�n٪�piq�/w��ꎺ����KsK�y�8x�����zwM7A�wr��W,1�Ye����o@��>����(��)l�_ۃ���֬�[⩰�b;���e;�ޟԂ���8m�s���;l��i���p���۶�u�����s�Jxޅ-�)AI_������|[�
-l*	#�r6c�i���7��u���o�:���م���ߨ���yi9�7�q���5A��_�:�*V���_�����	8N*�c��~��ee��||/���ud��d��}���9@���eŁ�[�ig�?�����2�
0��x�g<���c����������ҵᦩ_�؊X�?}a��P�t��\�A��B<�,��ᑵ�O,$��3Ef�O�`������ �M4�0�c����oW�H�h#�e{I��uA�F�g�5r������dz����S���Ĭ==��������$䨇]�h`��C{����z��n��®y�v�'��Y�Gq(�����J�?���W�)��L�);�-d7��W�)����]�DK�$�K>�zIk������e92���S'_&��CN<�{Txl�����s2}�@��4��B<sȵ�A��B�\3��5�����lw�K���$��\}ܛ�>i�����3�}�j�)��uJr�"o��UR�z�Eh��n�yT��"3;G
 8g��f#�G\orGQ!cG�L>�ۅ�'d���ʹ���n��*d�"s��������v���NqS���o}/-ow�3�g��s��w����Q���ڄ���I�7���w?W��Kb�����'�_a3F�p΃��B;��V�`^�<{���0ߓ��>�ۙ-��~I��
�G��/�]W�[�*n�.�$�!�U���A
-�g���a"`'9���(ŢdFSQ"���P:�@�Q&�B�h�As�<4-@�?y�.ģ�Q���"T����@\:��=��b��
j�<yR�3H�^����(g��?�r|������C!8Q�K�;�r	
-�KD��
���&�#Ci�=Q.G~�T���dF#�=��I�hs�(�DFf�(�D��nQ>�ޢ|��N��F[%ʽ@�N��E�=Q>��E�7���ro��-K��7;�+����1���v{e�U�e+3h�kk���R�6��`u,��P*��zԌ�U�*�t������Hk�Q��2d��d���1wdV�0���
-���o92̳7ڵyVGu��w��<�jT��h��.���ڪQ�\����\��Y*�m��(�
Z�����&hk��~Ձ�J�`�_-U{;{#�~��w��VGC�ݦ�1D�i������D=�f@.ΚPU2|R"��J�ۊ`��Ak�6:,��:�c��^1:O���`���YR��-�]��)�
����G���iֆ�J���j����4!ߔ6�E+�K�4Z�M��j[#�K�`-ז6kGԖ�R����@M��J��>���2-*���8S~;g����2{��P)@l(�����(��'B�1B�vA�t��� ���z=|mbn����˗�İ�
�M���[4/���f�o�nYX*�T�Ym
�X�����6VY����28�W�h��k����]6���E�jR�t����s�n�3$�R9�RyT����Qi�u{�`��JM���E��}��QV
���ݵ4b�$9@�TXK�A�C�
-օ�=�컦_*��of��?�'�l�>:���փ����H�
+x��Y\T�����3a���DDf�&QT���DH��K��TR�*���$#+322�Ҳ�^^3S���̯�d�^j^�Z	��}�h~���
��s�:g������Fy�h$A�eu����qI/BXYY�\��O:8!u~��̲��Uk�W�=UUu�+�h%�a�
+ƟTUY-�{�F�2aZgYQ�r���X;?��ۇM0������FI��n���}6K�����"��5"$��ʽ^_�W������bD�E�N��O?1‘�d�ї=��/4��(|R�hT~�(`�E�c�fB`P�V�
�>)M��e0F������'��t7���>�C��H�X=�2{N=[BzNm+��!���#
+O��iR5x�B}(L�1�
+ܧ&��vl�#Ξ���I�kqQ�3�|NP;ص�����rt.6s0WbU�\O?\C�ɳj<�)�^�M4��߹��
+��Y��C�O���@.�	�q���L��~j�T���Ԍ���Iol	�<y�9e��G�S�]�4�	�B!���Zk֌�,E�l�%�6�74�VI�Ӽy`��z��̦��*�����������"���)�RE���g�>B���܍l���OT��|V6si[w+oYUC��
+!N)9�қ�7Q†;�Ȱ.4���@W���̛~=���;�H>�Z���nǻ{�-��#m��t�E���4�HG����E�
%��ezU��5+ZxĜ��7���O��=��7q������Ŭ?��]8�����.Ǔ�����M�ʧ6\���H 
+�6F#�M� ,��㌘�.��:���pG�/��������[���M��:�����t���q�i|�p2͐��S+�w�Ί������/k��u4>���m��pS,d%>.�u�D�qC�q:�x�hv���dT�k���J�F�8[��n\GV�ˇ�:���w��h��Qrb�<���Kl6?�W�(��uN�/0P�E@\��^���.���|��7P�[\��G�E�8ɋ��<�TŔn�AX��a�+��x��<E�$�NC\%��1LKI0L9`	���S��u�N��+񆗦i��Qh�z�Io-����K���HO��&ʊ���g�b/L��I��h�z����:{!�	# R3��bn5�����Bj���Ev��~DU${ U�l�Sf�W�BU�!c�;w���:�b~Ğ��3#$6��<ھLB	s��}#��;����ꬨ�O��
+M�p'6_�)�}
+��By�F���ð��C�3d\�7�Lw���,R���s2�����#�*�a�ᰃl�`�aDfI���!�`E��7������:1m �f�ZD�n�ɕ���,ʙ`�]~�d��1�vP?�P��}��n����u����7jO��o��
+_�"ץ�ޞ���Sm;4@m��T����O�d���Q�%��2���~(Ė�����R��tn���OF���M�%F!SغMA��:�ul؛�����	_���,
��]C1ץq�Q��A]� �%9
+kIX���#RA�B��_�?�}��[���/�'w N~a��wvJ��/�`�v��&,������L<N9p�y����Q���]�:��I��4yP��h�B3��&q�a�@��$�n�����m��k`�g�;�wm���t��y������e�wQ�Gw�rz��7.����x��#g�k�-�E[�NW
��pԇ�`=�^��$بr��������C�kxnuJ��C���S��=��t-�j�=�/��oF�8�2ր�G~��?ӚS�k�F��
+OO�u�,7��(�(�1%W����+O12��x>�����$#ϛc�zge��XK�7��`G���	�@�Y�2�!F�/+�S�D;��]�<�V�$6
��2vr1�"��z�™ܶya`~V	��n�.��Ĺ�>��ڇ֯<����
���<l3�tk�2�����������(�s3�~��Өt�))�.D���5O�O.<T>�̕��33���=L-�73[�#y�����\1/T�����J��D��� �MG�
+8�б�̜�y�e.��ka�Ơ��°���7־|~uřPO�|���d�9������w�Hf��I�O��Uj�v�a�@W�L?�V*3))�i�ٕ��0������U�R�x����u?�JH�����W��i�q��[̓��^��r�>���z�gr���g��b�P1V�<NPa�e���{�����X��]�������*Fc'�v|s{���3r�֒���Gw��@,!BVGa�����^!S{w(�����4�د4=`1?��&�
+��G �[(�7F�E�p)
]�6*�5����J��2Y�~���䨰Wٷ_a&$��ǻ6��֗~X_�HK�fG�-*�LF�s�&��M�����Vb��Y�:���&Nj[��jN�8�Y�oH��o�����wّ�؞�����5mt��Qs���(ţdZ�t�L5��Ӑ�����`�`���� �S�O�
+����v�eUe��IIQ��ݨ|��C<���>�����v`��m�\SG����C>�5X��;\���l��^��M�0y���x���=}�̂�ԗ_�������SE8�v�]z/�]�����w|���Jrvt�;N���dN����6k�1���/���T=HY� 4�����[/�,*5No���lUj39���2w�6@侞^����sL�4�?h�F�@��&�"t"=>ҐzkC:�[���Ӧ�=�.��0_�"	�O��4#�|�;m�(m�E��+t~��PN0�������_�ӣd�G#C�NT6Mz[֢s?�;q������{?d�r~p����u\��<��~���	���$�ΎF��1{[��U����[�W+wl5�ݗ
B[�l���v�%���{��e�f;���ޣ�]9�����xW��"N�%QϏ}P�*��Z���*���\�ɹ"4�N�8�ԏ`c8"3�7���a� N9L�^/�9V��ۏ����挟
�Y�"�"\YR}&J7�`�ssGš��-<!@�[ƹy�|�0��44
 �_:;o%�����I��\���o�έ��s�(�H�O6�֙��� ?��r����`eP-�����d7���x����1���c�g2��!��{/�M�q �]!��!/A?���4Xf��pĕG�����JҊJВχ϶�#/��My�	�c��ϯ��BOjx�����~�a�_#�ʘ�k�-��	������z��	��0�@w� �Lae�sK�Ls�ga٫����Z���?C�?G6�Н�{O����V��D�ox?8����qx�(>�Xn/ZR�����>�7�֕����vZO�z�VS��ln�b������Ԥ����ϲ�e<Rz����ڡ&�J2��a�U
��9Ve��dzw�0U����ZݲE������n�m�-uy]9�?�-a����&����5�y��e{\�Ĕf��bs����:ܲ.�����%mNK�
+[�fn������t����|b_R6�b�mʭ����ǧ�]tÕ#,n�z�Γ˧�I*�y�d�%}E�n_��mQ+��$t�t󙌩�m g�`����g�o���g�g��G�~��:s\���`��-����~��p�X�R|���'�8��ٿ#���/���N�q��%%��������~�s�8��Mˊ�7�S�rv�W��#�e\`L���x���0�	�#�ߚ���k�MS5�X�+�T7~��̓����9���M�x�Y��#k7�XHΑ'��<��$�����W�sA��hH`��69�	;-ަ���Fn���b?낄
�/ȫ�b�m��8�g�M��'�ˁ�ì==��ס��˰��$䨇]�h`��C{����z��n��c׎�w�s�cdž�,��8��lh
ډ�`%^��o����n�������ُ�������H�%E�g$_H���ҝ�odjY��!;&���ɗɻ�ˉ�t�
+��_xz{N��bH;������g��0�u�A(�kF�f�W�^�m�v�4W��C5ܐ��{��'-p�1�{�| [�:)ոNJ.��B��}��H*P��� ��=�
+�Vdf���%T�l��H��
�*d쨕ɇq�p��,R9�8�����G��db.�v�7q�^ڎr�b�In*y
�����NxF��p^q������;�c�]��_��"��&{��˜����
+�tIL�� ���U�Kb�HN�y0�hdz�
+̋��gϟ?�{��y;S�E���)��!�V}�e��2|+P�M�%�?$�jxc|�"A��3:L�$��^=ŠX���h*JD�QJGh6�DY(�A9h.���h!�'݆xt;*@w@�^���^��KG�7���<�X#��A��'��rIы��?_�,���(g��~Q�!_!�9�E��S�(�� �D�KQ^/������=2����r��HE�Mf4����tQ�&1w�rOddV�rOT���cP�-�Ǡ�씑�n�U���������/�Ǣ"��(�F��Q��e���fGueU�66:&V;�n���j�lemrm�6�^j��Z��e�rJEvT���U�JT��.�b���Z;�Ui�0ʂ�P�p��Z8��jFV8ZA�2�-G�y�F�6�ꨮZ��.;ܕ'�Q�*�-��e��Y@[5*�k������:Ke��R���B+�?��m��ۯ:�P	l��jofO�s������h��۴1��8mS������GZ�����Y�J�OZJ$5#X�r[�V7h-�F���Zgq,��+F�i����6�
 ��!@jBu�% ���4ERP����8=��P]i�6Z-u7��&�2�&�h]ui�F���VUmk~�����f���Qj�`R�c��\it��T�E�`^{g�o�LUcc}��Xf/�*�
e�:c���6��D�=F�.h1��k�y\���M̍QԼ|�rC���������~���Ÿ�\��5�
 k�@���2��k��[��*�6��R���0c
��s����&�^��c�@M�C��N2س�}���s���F*�R*���"x`�;*��n/�9Y����ң�7��2ʪ4;S���F�7�$��
+k�<��t(_����g�;��/��of��?�'No�>:���փ���4��
 endstream
 endobj
 636 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACX+NotoSerif-Italic
+/FontName /AAAADB+NotoSerif-Italic
 /FontFile2 635 0 R
 /FontBBox [-254 -250 1238 1047]
 /Flags 70
@@ -95705,27 +95647,21 @@ endobj
 endobj
 639 0 obj
 << /Length1 3908
-/Length 2176
+/Length 2177
 /Filter [/FlateDecode]
 >>
 stream
-x��VklY>w���N�8���'N���'v��MR��6&�2���뼶�-��6��(�Ub��
-�����
-�ģ?��,�[`w�V�������Ù�4mv���<�s�=�;�=���@
t�^I-'��5&Z� ��g��n���"��
-���L*����Y��Чqa9|�{�{�I���Mc5���sYr>�z�t|��������fV�W_{�k�_\I.���Ǜ�����Ý�G}�p>�ͥ�����_A�7��_�������I���)9�����y�>eL��ԇ0�No0VT>����р뛚h�`�ÚCf��xp���>&��Xj���MmTo"o'�eb�um}xx�ZI2��Q���\ؼK�<wr����,L��'r5��5de�>�w�o�>
-����Q��A��x�+v���>>�@�L6v z��b�}�p���3���>62:T������p;9h�ȁ5Dzι�o��2@7�x�g�P܃�ǦN%��S�eǣ����ś���1'�����fG4���"�|y��m|�P���_�%+gE0<	i̜�Z_363s��ORq��Q�.Hj�Ο�#��b,>d������
-I��,9
��ʕ����v~b��

��s6�+�����.�^�	�ݎ������;(ٿ;MO��n8�2ܵ�T����Tt��nzC�"��z�l�_��{ ,v�]�,�H�j4��l5�{0qr��CN�U�<�˖[G`��P�`d���i�+��:�H,�d�_-Pv�d���Jp�Y�^�՗�I�&���̕�\2��X�N��\|~u�9���p��{Rfȶ����J�����.�M�TFm
���_���׳��\=}����<p#����]�G��}Q7�+��¶�}�ō]��u{��}��f����D,.W[��e73�iw��G�N+���y{
����֦��*��ն�����=䀃�#xKa�]�^n�G��`X�����]��h{����s>~�(��w��{����3��Õ��6��d;%�C�h�{'����{{d������(=a��A,d����3��?k��~��u�O���Jm�xf�U��G�b��(}M�h�ǎ�|@�`gS`~��%I�A�0�
 �
-�JW�0�1�fkih������)�T�4�[y�ц�'_�7j&���<�~תd���h��舞��T�V���UTTeH����UVe�*��6Ҵ]�S9�D[�r��� +s����3���o�9��@-|F�k�.�v
L��U�jI�jׂ��U�:�!�j�A�W�z�6����%��O�U�	����J�������A���{����c���f�e���<n�d�s�����4�褸���S�411>zt`
-��dar��y8)<m����pop
-q���$�0��(�J0�1�+�W�ae"=�v&�C�4]C����gV��Ln>M����e4W�EC0�
ze��*+E�9��V����6 %�ܓYT� 7/����ؙ�E8�έ.fVh���w�I���*��Q\
-���3 ���g�V1�W����g�~�b��aɫ���Z.���K�-e���yO�d1�f�b��^��8^��)�?�M�� [*壬?9V�<*w'E;��Aj�yN��T]���]�c�|i%�Xn5i�kfQ5>:���$r�$cB�Nȗ��q�[`%�8&Y&ppQl���YA�,n	<����4zV��;܈�B���.�����k�J�Cߒ��^��MG9��J�b#�b	���#/e9�������'l��"�9Vҹ)~VT&D��<5�3^I��$�0;�4;k��<�[Sl�d�ԛi��*<���J�G%mۨ	��.$�<足�h/(�DI�V�Й�&#Vy�J9��H�C\<�Dz�T)��W#g�Դ@�
-�$W�NI����zb}�A��e��*�z�6����- 
�h�L��Xŭ��ѻjr�
-c�vV"�P��F�G#.)/(-��W2��P���r��Cd�%��}�y�Q��L��i�`�hB�����#��~2v˄���e�iA~O�)D���Q���M7��R�7%($�����rY=Z�|y��P+^�F�-`�����{E
+x��VklY>w���N�8���'N���'v��MR��6&�2YX�u^�Ė�tԊBk�*���-+�?;-�G�!X�+��h+��P�EhyU���x�6���H�sϹ���{�@�
+:@�&���*�-����3�sw��s����L:���I�,���Ӱ��;wPM���=�]���y������Ĺ9�D�u:>��w��}��'3��\����@�:�W˩���q
��
@Շ�NkÞ��8�dS�oNꯢ���/���b�J����gs��L�t㼄��T�<&Zx�C�Z����ʟ�������u��UnЁ�c�#g�t<�=Lg�ofL�DM��V�5��c1r��n__^�^�onno2�6ȯϝܺ�3'	�fq��\
@���a�Y���Z9����z�I�e�|�@�o=,\�ڊ��G'DŽi��<P2��]�^"��g_8�klt�������~��(���n��<r`����������I�.��Y3��`߱��S����Ôe���k�"�­��W���l�PK�-�o}o]��z_9��.�v�̙O*#�2ז�Č��+���;F~X�������H�p�����{`�(G��L�n7KvWǚ���
+��O�z�١���c�&�m��@
�ߟ��+�c���v�u4��V%���	���	�`Q�v�
+q��n��M�����TDϔ����ڂ���E��]
����-��Cvn0|��:J�r�Te��M?�-�6>m<b���v.��ف�˥ʮ�,#�X	n6k֪�ڒ�2���$s!>1s�4��!&�[�#1�߃@�N�pC/�i鞔��l�*�Щ3�B!��o��QK�%(��>+����8GOg��?����9��|W�G�.v؉�ll�
+67�ͼgKas���D;�v�����i�5�����qX�L�s#�Ng����nf�h��W��`imil���X�[?��.x�C68>8��V��i�z�?�������Kk.��o����I�~��㧱��|wo����i07��C�?\�
+/a�
�S� N��6��ho��\_��w�'��7��̑�3Z��g�}������i?�[�����J^C>����-0ů)�:��ؑ���,`��P�(�=�F_�Th�F�0�{�l/
m=@�Zi�q'���¶jv;3�^�����F�$?۟��Z���Q
�ѓ2��ʢ�3ءH�"��(�S��"���R���Bwʴ�'���P�V�deN���qF�3��=�����(v��eŮ�)��bWC5�P�j��}�]U�W�h$��]��f�q�dU�~�b7��l���*��;��*��Q���AG*�8f��o�jF��K���tf=�8��kK��_'ŝ���������ѣSx/�!됅E���A$�Q��<sxk�q��)DaN �8��j�x+
���-�(^>X�����ڙD�Rt
�N@6�^�E����{:h���l�
����Pb�4� If1BJ��A@�;��T(�OfQ<�x���v?*cw���d*���^�>O�
'q*��NZv��0x�>���s9sfm#�
 ���\&���f����YM�e��9�t�RF�8����T{@Ӯa7�g��U̱��5̜��s;4x`	2�R>���cͣrwS�[+^��w��������,�1w���|,�U�U������d�"�c�>&� ���Q�S`EC|L4M��b�I�:g��hr���nLl�	��ٸ���z��B��J$u��H\�-����؄p���nQ�Zl�b$�a#q��vIKY����{�/�V����[9V�81z6.O��O㪚�q�Z�
;�����Y�F��"�";&���HC^�X��$?�0TT9F8*�[GE�	�T>A�A��e�ּ�M5)ay��j`1b���)�S�^Q��P:�EKT��OCH~URfLM�t(Mpy���t�\��'�'�HJRpM���w��e�t#�4�D3�`ce�G7���&��H�B��͏乄���Dn� mC-�6JH�����Xz��J��u.,"�E����\^'Ҙ�c��3&�w B"��d��[~K�ӂ��S��뷢 \?2�nb_$�oJP�4)�K��2�D�"/�rKߡ����[�2�
 ����_{E
 endstream
 endobj
 640 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACY+mplus1mn-regular
+/FontName /AAAADC+mplus1mn-regular
 /FontFile2 639 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -95756,18 +95692,17 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��ToL[U?��e���g��x��؟�Wh��n+ E`
��=ҩ])����-43�i��mj����f~3��b�,~5q�lqj�Of����1�z����v��{��s~�s�}T@X��h*�1��:D~ ������_�˸�
���t4��'��h��S�ٲE�m��x<��(�}�5�͐Fh0բM�F��7F�F�dҹ<�p��hKӑT���y�E�q
-Ӎ[���~�o�dc��sY�h�'2���Ϛ?F�#�E��)9h(-���O�ק����	}i*"��C�����C�p{�	����bcS[k�ϻ������]�$6Zɤ/0:1��=ޥ��wI����/��0����T��=���a���7���W-V���|u�/|�N�l�K���\n�{Q�C	Tؽ�U�Ʀ*������Z����G�����u�K�ϯ�4?O6��_�Ǘ��x0ֆ�� ��I4�pV8�z)pI��l#�//�.;`�!c������1���}+�`����3n����E'��	��aݑ��-�+h�U��gr<D��
-e�RA0	B�]
-S}�?���tQ�i6�L�B��>��wnL�(�����`T\U��k�y)@�x�4ZE��&��y'
\@|���_1pvN3p������n�ͤ��-��4p��n�z2�e�$�ʠ���Ig沉�x~Gt'��xZ)v%8tht����z{F�Ґ�9�B&!y���@�/-��/
-����g�����Cؗ!�^�Ŝ�Դ��L��#�D�1[;��h0=����1�u��NZ��I.Mo�앹@dI�4��9��b�7j�й�Eg�9�����v��)��7xA�~DޑX6�HOS����� kߵ���p�6����3�Je�39L+'��|>��ܬ���s��3�hl�������Nh�_
-WI�A�L��R�p=��Q��X+�
S诟0���Ŷ�>W��\�w������\�l�g
-�=����ERx��0�l!e��7ԅ�ե8Y�:�j�qqR�¬����Z�A� �R��q����������P鷌ԸdF$z���d&H��J��:ef�
�B�6���,�P��|I����@?e������RX�o�*�H�1�Y��Fr��p��ӔH[u(��${5��,�R���$_b�L��E��MB��"�/:N���tk�hq�
EuU�*'f,��7z9�mf%�J��`d�*t�X1����HM5ڧ#�F5Q�yr@O��,��lԙ��lp:�m��~Ts�����*%��4�E��8��������H�~M��b�dVŏ����y|a�W�����V�Ck$,B;��60.j%������J�B�����b�G�ɝ+�9���P�����������rߔ�h�B	N�F��'W��$�(�2��n�O�M�
Na�o���u
+x��T_lSU���ulc[��I%�����{����X
+t��
+�����t�ڥ]k��F�a�����D}@��3�a1�⫉5�dHT��b�����mh|�������}����s/��V���t$k6
�|@쓩����ի�����L4����WhW&҅يE�m��D"��$�}�5�����Ѧã-ޮ�[ch#G��|D���E���H:��3�C{s��tV��/��;��X����\�ڞxv2]�i�Gh�����%�,��\�	���5��:��/M%��d����_���'<ĞlB��Z��j�h��y7��7���k�E��L�c��N��.���%��_x����r�����f�
�����/�Yڄ%�A�u�Z�V���k��{��>���D�]��׹;�A5���Xcu5�ؽ���.k��7��y|�rO���>����<ټ�fb)�X¶��XƂ���|&����|�������|����|�}0Y��x~���Ϗ��[���.�ㆬ��X�w�����	yD�⻂&\G�bi&���
 ���r��R.&A(�Bqj`�'���CnJ1͆��i�X�cf	���{w&}ς�?ώ���0*���5I.^
+3�@���B��	�w���g
\@�e7a�47A����`�f�L�
܂�N� �i�Vh$ac]N���zɹ�Lv.��LvDwRok[;Ů�������P��A�09H�$$�����(����B����a8c0��0�e����0g[z��j�4L"�d1[;��h03]fr�1����nZ��).Mo�앹@d��4��9��b�j�н�Eg�9�����N��)��7xA�~L��X.��L�6OkGE��kI]���Ճ��w:���cZ9��M
+����Xhޓ��䢱8/�3�����Ђ�4�R0�2^�R�y���z��H_+�S诟0����S������Nݺ0]���ML�x�l��{�_c���-�,���'�QC�~g�-��WTV�` 1��]a�
�T���p[٫��i�~�H��IfD�wY�[f�Q�E�)3��l�,ƴUff��:E�)�Ǘ���e�/�Ct2�[a��������"U���UZp���NϏ�;`�2ia�� �d��{ZdV.�Ӝ�LC�i۠H��y�AX�bZ��E���T�n��,N�����Q�Č�Z/�R�-�B��LQ�N�(��~U���F�`DԨ&�t"O���q�b����:���MN���ְ
4�j�ڜ�[�$���H�Ш�Ɉ�hXР��T��(��If5�쨻�����I�L��x%<�N�"�s�mC�V�hX�;n�N��	H����k�>�O�|D��E<���^ND���F�k���E{�Jpb4ʞ�=��� 1D�/���ww+~m�]p
+s2%�v
 endstream
 endobj
 644 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACZ+mplus1mn-italic
+/FontName /AAAADD+mplus1mn-italic
 /FontFile2 643 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -95868,584 +95803,584 @@ xref
 0000165593 00000 n 
 0000165849 00000 n 
 0000166055 00000 n 
-0000190109 00000 n 
-0000190392 00000 n 
-0000190638 00000 n 
-0000190694 00000 n 
-0000190945 00000 n 
-0000191001 00000 n 
-0000191204 00000 n 
-0000213028 00000 n 
-0000213280 00000 n 
-0000213335 00000 n 
-0000222738 00000 n 
-0000222994 00000 n 
-0000223049 00000 n 
-0000223272 00000 n 
-0000234397 00000 n 
-0000234623 00000 n 
-0000245171 00000 n 
-0000245397 00000 n 
-0000256255 00000 n 
-0000256518 00000 n 
-0000256573 00000 n 
-0000256794 00000 n 
-0000257002 00000 n 
-0000284624 00000 n 
-0000284906 00000 n 
-0000285162 00000 n 
-0000285218 00000 n 
-0000303854 00000 n 
-0000304168 00000 n 
-0000304383 00000 n 
-0000304601 00000 n 
-0000304830 00000 n 
-0000304888 00000 n 
-0000304946 00000 n 
-0000304992 00000 n 
-0000321520 00000 n 
-0000321779 00000 n 
-0000321836 00000 n 
-0000322088 00000 n 
-0000322145 00000 n 
-0000322203 00000 n 
-0000322261 00000 n 
-0000322789 00000 n 
-0000323469 00000 n 
-0000335722 00000 n 
-0000335976 00000 n 
-0000336022 00000 n 
-0000336079 00000 n 
-0000370734 00000 n 
-0000371067 00000 n 
-0000371113 00000 n 
-0000371295 00000 n 
-0000371490 00000 n 
-0000371695 00000 n 
-0000371943 00000 n 
-0000372000 00000 n 
-0000372266 00000 n 
-0000372528 00000 n 
-0000372789 00000 n 
-0000391135 00000 n 
-0000391457 00000 n 
-0000391503 00000 n 
-0000391736 00000 n 
-0000391966 00000 n 
-0000392194 00000 n 
-0000392408 00000 n 
-0000410697 00000 n 
-0000414654 00000 n 
-0000421623 00000 n 
-0000421955 00000 n 
-0000422161 00000 n 
-0000422218 00000 n 
-0000422461 00000 n 
-0000422674 00000 n 
-0000422887 00000 n 
-0000423128 00000 n 
-0000423372 00000 n 
-0000423585 00000 n 
-0000451295 00000 n 
-0000454864 00000 n 
-0000455727 00000 n 
-0000455980 00000 n 
-0000473064 00000 n 
-0000473371 00000 n 
-0000473417 00000 n 
-0000473623 00000 n 
-0000473833 00000 n 
-0000474048 00000 n 
-0000474263 00000 n 
-0000474478 00000 n 
-0000474682 00000 n 
-0000474739 00000 n 
-0000474796 00000 n 
-0000475022 00000 n 
-0000485769 00000 n 
-0000488924 00000 n 
-0000489223 00000 n 
-0000489419 00000 n 
-0000489465 00000 n 
-0000497764 00000 n 
-0000497965 00000 n 
-0000498169 00000 n 
-0000507136 00000 n 
-0000523846 00000 n 
-0000524174 00000 n 
-0000524375 00000 n 
-0000533860 00000 n 
-0000534070 00000 n 
-0000534296 00000 n 
-0000534510 00000 n 
-0000534725 00000 n 
-0000553704 00000 n 
-0000553979 00000 n 
-0000554025

<TRUNCATED>

[46/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/cgcom/cgcom.pdf
----------------------------------------------------------------------
diff --git a/content/guides/cgcom/cgcom.pdf b/content/guides/cgcom/cgcom.pdf
index 5051536..45fe092 100644
--- a/content/guides/cgcom/cgcom.pdf
+++ b/content/guides/cgcom/cgcom.pdf
@@ -4,16 +4,16 @@
 << /Title (Committers' Guide)
 /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:20180305190925+00'00')
-/ModDate (D:20180305190925+00'00')
+/CreationDate (D:20180918074335+01'00')
+/ModDate (D:20180918074335+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 16 0 R
-/Outlines 641 0 R
-/PageLabels 720 0 R
+/Outlines 656 0 R
+/PageLabels 738 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 78
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 36 0 R 45 0 R 50 0 R 58 0 R 61 0 R 65 0 R 80 0 R 86 0 R 92 0 R 97 0 R 105 0 R 109 0 R 113 0 R 120 0 R 122 0 R 130 0 R 136 0 R 141 0 R 144 0 R 150 0 R 157 0 R 161 0 R 165 0 R 169 0 R 173 0 R 177 0 R 183 0 R 187 0 R 190 0 R 202 0 R 213 0 R 219 0 R 230 0 R 234 0 R 243 0 R 253 0 R 256 0 R 258 0 R 270 0 R 278 0 R 282 0 R 290 0 R 296 0 R 306 0 R 314 0 R 319 0 R 327 0 R 331 0 R 342 0 R 345 0 R 359 0 R 363 0 R 371 0 R 373 0 R 375 0 R 378 0 R 380 0 R 384 0 R 386 0 R 395 0 R 402 0 R 404 0 R 414 0 R 417 0 R 429 0 R 433 0 R 445 0 R 449 0 R 454 0 R 464 0 R 467 0 R 474 0 R 478 0 R 484 0 R]
+/Count 77
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 36 0 R 45 0 R 50 0 R 58 0 R 61 0 R 65 0 R 80 0 R 86 0 R 93 0 R 99 0 R 104 0 R 110 0 R 114 0 R 116 0 R 124 0 R 129 0 R 136 0 R 140 0 R 144 0 R 151 0 R 156 0 R 160 0 R 164 0 R 168 0 R 174 0 R 180 0 R 183 0 R 195 0 R 207 0 R 213 0 R 224 0 R 228 0 R 237 0 R 247 0 R 250 0 R 252 0 R 264 0 R 272 0 R 276 0 R 284 0 R 290 0 R 300 0 R 308 0 R 313 0 R 321 0 R 325 0 R 340 0 R 343 0 R 355 0 R 359 0 R 362 0 R 370 0 R 372 0 R 374 0 R 377 0 R 379 0 R 383 0 R 385 0 R 394 0 R 401 0 R 403 0 R 413 0 R 416 0 R 428 0 R 432 0 R 444 0 R 448 0 R 453 0 R 464 0 R 467 0 R 473 0 R 477 0 R 483 0 R]
 >>
 endobj
 4 0 obj
@@ -78,17 +78,17 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAAAA+NotoSerif
+/BaseFont /AAAAAF+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 722 0 R
+/FontDescriptor 740 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 724 0 R
-/ToUnicode 723 0 R
+/Widths 742 0 R
+/ToUnicode 741 0 R
 >>
 endobj
 9 0 obj
-<< /Length 32124
+<< /Length 33495
 >>
 stream
 q
@@ -671,7 +671,18 @@ ET
 BT
 60.24 493.1359999999998 Td
 /F1.0 10.5 Tf
-<342e342e2052656c656173696e6720436f7265> Tj
+<342e342e2042756d7020> 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
+112.53 493.1359999999998 Td
+/F4.0 10.5 Tf
+<7265766973696f6e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -680,9 +691,31 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-155.0067499999999 493.1359999999998 Td
+154.53 493.1359999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2070726f706572747920746f20> 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
+216.50100000000003 493.1359999999998 Td
+/F4.0 10.5 Tf
+<244953495352454c> 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
+261.8967499999999 493.1359999999998 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -711,7 +744,7 @@ ET
 BT
 60.24 474.6559999999998 Td
 /F1.0 10.5 Tf
-<342e352e2052656c656173696e67207468652041726368657479706573> Tj
+<342e352e2052656c656173696e6720436f7265> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -720,16 +753,16 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 474.6559999999998 Td
+155.0067499999999 474.6559999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 
 BT
-533.94125 474.6559999999998 Td
+539.8107499999999 474.6559999999998 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -738,9 +771,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 474.6559999999998 Td
+541.1705 474.6559999999998 Td
 /F1.0 10.5 Tf
-<3134> Tj
+<39> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -751,7 +784,29 @@ ET
 BT
 60.24 456.17599999999976 Td
 /F1.0 10.5 Tf
-<342e362e20436865636b2f436c6f73652053746167696e67205265706f> Tj
+<342e362e2052656c656173696e6720> 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
+130.443 456.17599999999976 Td
+/F4.0 10.5 Tf
+<73696d706c65617070> 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
+177.693 456.17599999999976 Td
+/F1.0 10.5 Tf
+<20617263686574797065> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -760,9 +815,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 456.17599999999976 Td
+234.64924999999994 456.17599999999976 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -780,7 +835,7 @@ ET
 BT
 535.3009999999999 456.17599999999976 Td
 /F1.0 10.5 Tf
-<3231> Tj
+<3132> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -791,7 +846,18 @@ ET
 BT
 60.24 437.69599999999974 Td
 /F1.0 10.5 Tf
-[<342e372e2050757368206272> 20.01953125 <616e63686573>] TJ
+<342e372e2052656c656173696e6720> 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
+130.443 437.69599999999974 Td
+/F4.0 10.5 Tf
+<68656c6c6f776f726c64> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -800,9 +866,20 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-154.48174999999992 437.69599999999974 Td
+182.943 437.69599999999974 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<20617263686574797065> 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
+239.99374999999998 437.69599999999974 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -820,7 +897,7 @@ ET
 BT
 535.3009999999999 437.69599999999974 Td
 /F1.0 10.5 Tf
-<3237> Tj
+<3137> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -831,7 +908,7 @@ ET
 BT
 60.24 419.2159999999997 Td
 /F1.0 10.5 Tf
-[<342e382e2056> 60.05859375 <6f74696e67>] TJ
+<342e382e20436865636b2f436c6f73652053746167696e67205265706f> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -840,9 +917,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-117.07024999999993 419.2159999999997 Td
+207.92674999999997 419.2159999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -860,7 +937,7 @@ ET
 BT
 535.3009999999999 419.2159999999997 Td
 /F1.0 10.5 Tf
-<3238> Tj
+<3230> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -869,9 +946,20 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 400.7359999999997 Td
+60.24 400.7359999999997 Td
 /F1.0 10.5 Tf
-[<352e2056> 60.05859375 <6572696679696e6720612052656c65617365>] TJ
+<342e392e2042756d7020> 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
+112.53 400.7359999999997 Td
+/F4.0 10.5 Tf
+<7265766973696f6e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -880,9 +968,31 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 400.7359999999997 Td
+154.53 400.7359999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2070726f706572747920746f20> 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
+216.50100000000003 400.7359999999997 Td
+/F4.0 10.5 Tf
+<2449534953444556> 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
+261.37174999999996 400.7359999999997 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -900,7 +1010,7 @@ ET
 BT
 535.3009999999999 400.7359999999997 Td
 /F1.0 10.5 Tf
-<3330> Tj
+<3235> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -911,7 +1021,7 @@ ET
 BT
 60.24 382.2559999999997 Td
 /F1.0 10.5 Tf
-[<352e312e204261636b> 20.01953125 <67726f756e64>] TJ
+[<342e31302e2050757368206272> 20.01953125 <616e63686573>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -920,9 +1030,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.79274999999996 382.2559999999997 Td
+165.17074999999994 382.2559999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -940,7 +1050,7 @@ ET
 BT
 535.3009999999999 382.2559999999997 Td
 /F1.0 10.5 Tf
-<3330> Tj
+<3235> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -951,7 +1061,7 @@ ET
 BT
 60.24 363.77599999999967 Td
 /F1.0 10.5 Tf
-<352e322e2050726572657175697369746573> Tj
+[<342e31312e2056> 60.05859375 <6f74696e67>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -960,9 +1070,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 363.77599999999967 Td
+122.41474999999997 363.77599999999967 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -980,7 +1090,7 @@ ET
 BT
 535.3009999999999 363.77599999999967 Td
 /F1.0 10.5 Tf
-<3330> Tj
+<3236> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -989,9 +1099,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 345.29599999999965 Td
+48.24 345.29599999999965 Td
 /F1.0 10.5 Tf
-[<352e332e2056> 60.05859375 <6572696679696e6720736f7572636520617274696661637473>] TJ
+[<352e2056> 60.05859375 <6572696679696e6720612052656c65617365>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1000,9 +1110,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 345.29599999999965 Td
+159.82624999999996 345.29599999999965 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1020,7 +1130,7 @@ ET
 BT
 535.3009999999999 345.29599999999965 Td
 /F1.0 10.5 Tf
-<3331> Tj
+<3238> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1031,7 +1141,7 @@ ET
 BT
 60.24 326.81599999999963 Td
 /F1.0 10.5 Tf
-[<352e342e20284f7074696f6e616c2920437265616475722054> 29.78515625 <6f6f6c73>] TJ
+[<352e312e204261636b> 20.01953125 <67726f756e64>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1040,9 +1150,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 326.81599999999963 Td
+143.79274999999996 326.81599999999963 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1060,7 +1170,7 @@ ET
 BT
 535.3009999999999 326.81599999999963 Td
 /F1.0 10.5 Tf
-<3333> Tj
+<3238> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1071,7 +1181,7 @@ ET
 BT
 60.24 308.3359999999996 Td
 /F1.0 10.5 Tf
-[<352e352e2054> 29.78515625 <657374207468652061726368657479706573>] TJ
+<352e322e2050726572657175697369746573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1080,9 +1190,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-181.20424999999994 308.3359999999996 Td
+149.13724999999994 308.3359999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1100,7 +1210,7 @@ ET
 BT
 535.3009999999999 308.3359999999996 Td
 /F1.0 10.5 Tf
-<3333> Tj
+<3238> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1111,7 +1221,7 @@ ET
 BT
 60.24 289.8559999999996 Td
 /F1.0 10.5 Tf
-[<352e362e2043617374696e6720612056> 60.05859375 <6f7465>] TJ
+[<352e332e2056> 60.05859375 <6572696679696e6720736f7572636520617274696661637473>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1120,9 +1230,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-154.48174999999992 289.8559999999996 Td
+207.92674999999997 289.8559999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1140,7 +1250,7 @@ ET
 BT
 535.3009999999999 289.8559999999996 Td
 /F1.0 10.5 Tf
-<3334> Tj
+<3239> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1149,9 +1259,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 271.3759999999996 Td
+60.24 271.3759999999996 Td
 /F1.0 10.5 Tf
-<362e20506f73742052656c6561736520285375636365737366756c29> Tj
+[<352e342e20284f7074696f6e616c2920437265616475722054> 29.78515625 <6f6f6c73>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1160,9 +1270,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-186.54874999999993 271.3759999999996 Td
+207.92674999999997 271.3759999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1180,7 +1290,7 @@ ET
 BT
 535.3009999999999 271.3759999999996 Td
 /F1.0 10.5 Tf
-<3335> Tj
+<3331> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1191,7 +1301,7 @@ ET
 BT
 60.24 252.89599999999956 Td
 /F1.0 10.5 Tf
-<362e312e20496e666f726d20646576204d4c> Tj
+[<352e352e2054> 29.78515625 <657374207468652061726368657479706573>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1200,9 +1310,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 252.89599999999956 Td
+181.20424999999994 252.89599999999956 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1220,7 +1330,7 @@ ET
 BT
 535.3009999999999 252.89599999999956 Td
 /F1.0 10.5 Tf
-<3335> Tj
+<3331> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1231,7 +1341,7 @@ ET
 BT
 60.24 234.41599999999957 Td
 /F1.0 10.5 Tf
-<362e322e205570646174652074616773> Tj
+[<352e362e2043617374696e6720612056> 60.05859375 <6f7465>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1240,9 +1350,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.79274999999996 234.41599999999957 Td
+154.48174999999992 234.41599999999957 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1260,7 +1370,7 @@ ET
 BT
 535.3009999999999 234.41599999999957 Td
 /F1.0 10.5 Tf
-<3335> Tj
+<3332> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1269,9 +1379,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 215.93599999999958 Td
+48.24 215.93599999999958 Td
 /F1.0 10.5 Tf
-[<362e332e2052656c6561736520746f204d6176656e2043656e7472> 20.01953125 <616c>] TJ
+<362e20506f73742052656c6561736520285375636365737366756c29> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1280,9 +1390,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 215.93599999999958 Td
+186.54874999999993 215.93599999999958 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1300,7 +1410,7 @@ ET
 BT
 535.3009999999999 215.93599999999958 Td
 /F1.0 10.5 Tf
-<3336> Tj
+<3333> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1311,7 +1421,7 @@ ET
 BT
 60.24 197.4559999999996 Td
 /F1.0 10.5 Tf
-<362e342e2052656c6561736520536f75726365205a6970> Tj
+<362e312e20496e666f726d20646576204d4c> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1320,9 +1430,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-175.85974999999996 197.4559999999996 Td
+159.82624999999996 197.4559999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1340,7 +1450,7 @@ ET
 BT
 535.3009999999999 197.4559999999996 Td
 /F1.0 10.5 Tf
-<3336> Tj
+<3333> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1351,7 +1461,7 @@ ET
 BT
 60.24 178.9759999999996 Td
 /F1.0 10.5 Tf
-<362e352e20557064617465204a495241> Tj
+<362e322e205570646174652074616773> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1380,7 +1490,7 @@ ET
 BT
 535.3009999999999 178.9759999999996 Td
 /F1.0 10.5 Tf
-<3339> Tj
+<3333> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1391,7 +1501,7 @@ ET
 BT
 60.24 160.4959999999996 Td
 /F1.0 10.5 Tf
-<362e362e205570646174652077656273697465> Tj
+[<362e332e2052656c6561736520746f204d6176656e2043656e7472> 20.01953125 <616c>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1400,9 +1510,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 160.4959999999996 Td
+207.92674999999997 160.4959999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1420,7 +1530,7 @@ ET
 BT
 535.3009999999999 160.4959999999996 Td
 /F1.0 10.5 Tf
-<3339> Tj
+<3334> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1431,7 +1541,7 @@ ET
 BT
 60.24 142.01599999999962 Td
 /F1.0 10.5 Tf
-<362e372e20416e6e6f756e6365207468652072656c65617365> Tj
+<362e342e2052656c6561736520536f75726365205a6970> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1440,9 +1550,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-191.89324999999997 142.01599999999962 Td
+175.85974999999996 142.01599999999962 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1460,7 +1570,7 @@ ET
 BT
 535.3009999999999 142.01599999999962 Td
 /F1.0 10.5 Tf
-<3431> Tj
+<3334> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1471,7 +1581,7 @@ ET
 BT
 60.24 123.53599999999963 Td
 /F1.0 10.5 Tf
-<362e382e20426c6f6720706f7374> Tj
+<362e352e20557064617465204a495241> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1480,9 +1590,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-127.75924999999995 123.53599999999963 Td
+143.79274999999996 123.53599999999963 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1500,7 +1610,7 @@ ET
 BT
 535.3009999999999 123.53599999999963 Td
 /F1.0 10.5 Tf
-<3432> Tj
+<3337> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1511,7 +1621,7 @@ ET
 BT
 60.24 105.05599999999964 Td
 /F1.0 10.5 Tf
-[<362e392e204d6572676520696e2072656c65617365206272> 20.01953125 <616e6368>] TJ
+<362e362e205570646174652077656273697465> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1520,9 +1630,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.58224999999993 105.05599999999964 Td
+159.82624999999996 105.05599999999964 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1540,7 +1650,7 @@ ET
 BT
 535.3009999999999 105.05599999999964 Td
 /F1.0 10.5 Tf
-<3432> Tj
+<3337> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1551,7 +1661,7 @@ ET
 BT
 60.24 86.57599999999965 Td
 /F1.0 10.5 Tf
-<362e31302e2055706461746520646570656e64656e63696573> Tj
+<362e372e20416e6e6f756e6365207468652072656c65617365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1560,9 +1670,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-197.23774999999995 86.57599999999965 Td
+191.89324999999997 86.57599999999965 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1580,7 +1690,7 @@ ET
 BT
 535.3009999999999 86.57599999999965 Td
 /F1.0 10.5 Tf
-<3432> Tj
+<3339> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1591,7 +1701,7 @@ ET
 BT
 60.24 68.09599999999966 Td
 /F1.0 10.5 Tf
-<362e31312e20436f646520666f726d617474696e67> Tj
+<362e382e20426c6f6720706f7374> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1600,9 +1710,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-170.51524999999992 68.09599999999966 Td
+127.75924999999995 68.09599999999966 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1620,7 +1730,7 @@ ET
 BT
 535.3009999999999 68.09599999999966 Td
 /F1.0 10.5 Tf
-<3434> Tj
+<3430> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1637,13 +1747,14 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
+/F4.0 42 0 R
 >>
 >>
-/Annots [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 541 0 R 542 0 R 543 0 R 544 0 R 545 0 R 546 0 R 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R 554 0 R 555 0 R 556 0 R 557 0 R 558 0 R 559 0 R 560 0 R]
+/Annots [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 541 0 R 542 0 R 543 0 R 544 0 R 545 0 R 546 0 R 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R 554 0 R 555 0 R 556 0 R 557 0 R 558 0 R 559 0 R 560 0 R 561 0 R 562 0 R 563 0 R 564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R]
 >>
 endobj
 11 0 obj
-<< /Length 32331
+<< /Length 34852
 >>
 stream
 q
@@ -1655,7 +1766,7 @@ q
 BT
 60.24 794.6759999999999 Td
 /F1.0 10.5 Tf
-<362e31322e2050757368206368616e676573> Tj
+[<362e392e204d6572676520696e2072656c65617365206272> 20.01953125 <616e6368>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1664,9 +1775,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-154.48174999999992 794.6759999999999 Td
+202.58224999999993 794.6759999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1684,7 +1795,7 @@ ET
 BT
 535.3009999999999 794.6759999999999 Td
 /F1.0 10.5 Tf
-<3434> Tj
+<3430> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1695,7 +1806,7 @@ ET
 BT
 60.24 776.1959999999999 Td
 /F1.0 10.5 Tf
-<362e31332e2052656c6561736520286e6f6e2d41534629204d6f64756c6573> Tj
+<362e31302e2055706461746520646570656e64656e63696573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1704,9 +1815,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-223.96024999999997 776.1959999999999 Td
+197.23774999999995 776.1959999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1724,7 +1835,7 @@ ET
 BT
 535.3009999999999 776.1959999999999 Td
 /F1.0 10.5 Tf
-<3434> Tj
+<3430> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1733,9 +1844,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 757.7159999999999 Td
+60.24 757.7159999999999 Td
 /F1.0 10.5 Tf
-<372e20506f73742052656c656173652028556e7375636365737366756c29> Tj
+<362e31312e20436f646520666f726d617474696e67> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1744,9 +1855,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-197.23774999999995 757.7159999999999 Td
+170.51524999999992 757.7159999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1764,7 +1875,7 @@ ET
 BT
 535.3009999999999 757.7159999999999 Td
 /F1.0 10.5 Tf
-<3435> Tj
+<3432> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1775,7 +1886,7 @@ ET
 BT
 60.24 739.2359999999999 Td
 /F1.0 10.5 Tf
-<372e312e20496e666f726d20646576204d4c> Tj
+<362e31322e2050757368206368616e676573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1784,9 +1895,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 739.2359999999999 Td
+154.48174999999992 739.2359999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1804,7 +1915,7 @@ ET
 BT
 535.3009999999999 739.2359999999999 Td
 /F1.0 10.5 Tf
-<3435> Tj
+<3432> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1815,7 +1926,7 @@ ET
 BT
 60.24 720.7559999999999 Td
 /F1.0 10.5 Tf
-[<372e322e2054696479207570206272> 20.01953125 <616e63686573>] TJ
+<362e31332e2052656c6561736520286e6f6e2d41534629204d6f64756c6573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1824,9 +1935,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-170.51524999999992 720.7559999999999 Td
+223.96024999999997 720.7559999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1844,7 +1955,7 @@ ET
 BT
 535.3009999999999 720.7559999999999 Td
 /F1.0 10.5 Tf
-<3435> Tj
+<3432> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1853,9 +1964,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 702.2759999999998 Td
+48.24 702.2759999999998 Td
 /F1.0 10.5 Tf
-<372e332e205469647920757020746865204e65787573207265706f> Tj
+<372e20506f73742052656c656173652028556e7375636365737366756c29> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1884,7 +1995,7 @@ ET
 BT
 535.3009999999999 702.2759999999998 Td
 /F1.0 10.5 Tf
-<3436> Tj
+<3433> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1895,7 +2006,7 @@ ET
 BT
 60.24 683.7959999999998 Td
 /F1.0 10.5 Tf
-<372e342e205265736574> Tj
+<372e312e20496e666f726d20646576204d4c> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1904,9 +2015,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-111.72574999999995 683.7959999999998 Td
+159.82624999999996 683.7959999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1924,7 +2035,7 @@ ET
 BT
 535.3009999999999 683.7959999999998 Td
 /F1.0 10.5 Tf
-<3436> Tj
+<3433> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1933,9 +2044,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 665.3159999999998 Td
+60.24 665.3159999999998 Td
 /F1.0 10.5 Tf
-<382e20536e617073686f742052656c6561736573> Tj
+[<372e322e2054696479207570206272> 20.01953125 <616e63686573>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1944,9 +2055,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-154.48174999999992 665.3159999999998 Td
+170.51524999999992 665.3159999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1964,7 +2075,7 @@ ET
 BT
 535.3009999999999 665.3159999999998 Td
 /F1.0 10.5 Tf
-<3437> Tj
+<3433> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1975,7 +2086,7 @@ ET
 BT
 60.24 646.8359999999998 Td
 /F1.0 10.5 Tf
-<382e312e2050726572657175697369746573> Tj
+<372e332e205469647920757020746865204e65787573207265706f> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1984,9 +2095,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 646.8359999999998 Td
+197.23774999999995 646.8359999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2004,7 +2115,7 @@ ET
 BT
 535.3009999999999 646.8359999999998 Td
 /F1.0 10.5 Tf
-<3437> Tj
+<3434> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2015,7 +2126,7 @@ ET
 BT
 60.24 628.3559999999998 Td
 /F1.0 10.5 Tf
-<382e322e2053616e69747920436865636b> Tj
+<372e342e205265736574> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2024,9 +2135,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 628.3559999999998 Td
+111.72574999999995 628.3559999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2044,7 +2155,7 @@ ET
 BT
 535.3009999999999 628.3559999999998 Td
 /F1.0 10.5 Tf
-<3437> Tj
+<3434> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2053,9 +2164,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 609.8759999999997 Td
+48.24 609.8759999999997 Td
 /F1.0 10.5 Tf
-[<382e332e204465706c6f> 20.01953125 <79>] TJ
+<382e20536e617073686f742052656c6561736573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2064,9 +2175,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-117.07024999999993 609.8759999999997 Td
+154.48174999999992 609.8759999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2084,7 +2195,7 @@ ET
 BT
 535.3009999999999 609.8759999999997 Td
 /F1.0 10.5 Tf
-<3438> Tj
+<3435> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2093,9 +2204,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 591.3959999999997 Td
+60.24 591.3959999999997 Td
 /F1.0 10.5 Tf
-<392e20496e746572696d2052656c6561736573> Tj
+<382e312e2050726572657175697369746573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2104,9 +2215,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.79274999999996 591.3959999999997 Td
+149.13724999999994 591.3959999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2124,7 +2235,7 @@ ET
 BT
 535.3009999999999 591.3959999999997 Td
 /F1.0 10.5 Tf
-<3439> Tj
+<3435> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2135,7 +2246,7 @@ ET
 BT
 60.24 572.9159999999997 Td
 /F1.0 10.5 Tf
-<392e312e2050726572657175697369746573> Tj
+<382e322e2053616e69747920436865636b> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2164,7 +2275,7 @@ ET
 BT
 535.3009999999999 572.9159999999997 Td
 /F1.0 10.5 Tf
-<3439> Tj
+<3435> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2175,7 +2286,7 @@ ET
 BT
 60.24 554.4359999999997 Td
 /F1.0 10.5 Tf
-<392e322e2053616e69747920436865636b> Tj
+[<382e332e204465706c6f> 20.01953125 <79>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2184,9 +2295,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 554.4359999999997 Td
+117.07024999999993 554.4359999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2204,7 +2315,7 @@ ET
 BT
 535.3009999999999 554.4359999999997 Td
 /F1.0 10.5 Tf
-<3439> Tj
+<3436> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2213,9 +2324,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 535.9559999999997 Td
+48.24 535.9559999999997 Td
 /F1.0 10.5 Tf
-<392e332e2052656c65617365> Tj
+<392e20496e746572696d2052656c6561736573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2224,9 +2335,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-122.41474999999997 535.9559999999997 Td
+143.79274999999996 535.9559999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2244,7 +2355,7 @@ ET
 BT
 535.3009999999999 535.9559999999997 Td
 /F1.0 10.5 Tf
-<3439> Tj
+<3437> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2253,9 +2364,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 517.4759999999997 Td
+60.24 517.4759999999997 Td
 /F1.0 10.5 Tf
-<31302e205075626c697368696e672074686520446f6373> Tj
+<392e312e2050726572657175697369746573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2264,9 +2375,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-165.17074999999994 517.4759999999997 Td
+149.13724999999994 517.4759999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2284,7 +2395,7 @@ ET
 BT
 535.3009999999999 517.4759999999997 Td
 /F1.0 10.5 Tf
-<3531> Tj
+<3437> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2295,7 +2406,7 @@ ET
 BT
 60.24 498.9959999999997 Td
 /F1.0 10.5 Tf
-<31302e312e204f6e652d74696d65207365747570> Tj
+<392e322e2053616e69747920436865636b> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2304,9 +2415,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-165.17074999999994 498.9959999999997 Td
+149.13724999999994 498.9959999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2324,7 +2435,7 @@ ET
 BT
 535.3009999999999 498.9959999999997 Td
 /F1.0 10.5 Tf
-<3531> Tj
+<3437> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2335,7 +2446,7 @@ ET
 BT
 60.24 480.5159999999997 Td
 /F1.0 10.5 Tf
-<31302e322e205075626c697368696e67202866756c6c206275696c6429> Tj
+<392e332e2052656c65617365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2344,9 +2455,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-197.23774999999995 480.5159999999997 Td
+122.41474999999997 480.5159999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2364,7 +2475,7 @@ ET
 BT
 535.3009999999999 480.5159999999997 Td
 /F1.0 10.5 Tf
-<3531> Tj
+<3437> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2373,9 +2484,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 462.03599999999966 Td
+48.24 462.03599999999966 Td
 /F1.0 10.5 Tf
-<31302e332e205075626c697368696e6720287061727469616c206275696c6429> Tj
+<31302e205075626c697368696e672074686520446f6373> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2384,9 +2495,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.27124999999995 462.03599999999966 Td
+165.17074999999994 462.03599999999966 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2404,7 +2515,7 @@ ET
 BT
 535.3009999999999 462.03599999999966 Td
 /F1.0 10.5 Tf
-<3532> Tj
+<3439> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2413,9 +2524,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 443.55599999999964 Td
+60.24 443.55599999999964 Td
 /F1.0 10.5 Tf
-[<31312e204b> 20.01953125 <65792047656e6572> 20.01953125 <6174696f6e>] TJ
+<31302e312e204f6e652d74696d65207365747570> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2424,9 +2535,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 443.55599999999964 Td
+165.17074999999994 443.55599999999964 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2444,7 +2555,7 @@ ET
 BT
 535.3009999999999 443.55599999999964 Td
 /F1.0 10.5 Tf
-<3533> Tj
+<3439> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2455,7 +2566,7 @@ ET
 BT
 60.24 425.0759999999996 Td
 /F1.0 10.5 Tf
-<31312e312e20496e7374616c6c20616e6420436f6e66696775726520677067> Tj
+<31302e322e2050726576696577> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2464,9 +2575,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.27124999999995 425.0759999999996 Td
+127.75924999999995 425.0759999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2484,7 +2595,7 @@ ET
 BT
 535.3009999999999 425.0759999999996 Td
 /F1.0 10.5 Tf
-<3533> Tj
+<3530> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2495,7 +2606,7 @@ ET
 BT
 60.24 406.5959999999996 Td
 /F1.0 10.5 Tf
-[<31312e322e204b> 20.01953125 <65792047656e6572> 20.01953125 <6174696f6e>] TJ
+<31302e332e205075626c697368696e67202866756c6c206275696c6429> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2504,9 +2615,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-165.17074999999994 406.5959999999996 Td
+197.23774999999995 406.5959999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2524,7 +2635,7 @@ ET
 BT
 535.3009999999999 406.5959999999996 Td
 /F1.0 10.5 Tf
-<3533> Tj
+<3530> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2533,9 +2644,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 388.1159999999996 Td
+48.24 388.1159999999996 Td
 /F1.0 10.5 Tf
-[<31312e332e205375626b> 20.01953125 <65792047656e6572> 20.01953125 <6174696f6e>] TJ
+[<31312e204b> 20.01953125 <65792047656e6572> 20.01953125 <6174696f6e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2544,9 +2655,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-186.54874999999993 388.1159999999996 Td
+149.13724999999994 388.1159999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2564,7 +2675,7 @@ ET
 BT
 535.3009999999999 388.1159999999996 Td
 /F1.0 10.5 Tf
-<3536> Tj
+<3532> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2575,7 +2686,7 @@ ET
 BT
 60.24 369.63599999999957 Td
 /F1.0 10.5 Tf
-[<31312e342e2047656e6572> 20.01953125 <6174652061205265766f636174696f6e204365727469666963617465>] TJ
+<31312e312e20496e7374616c6c20616e6420436f6e66696775726520677067> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2584,9 +2695,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-256.0272499999999 369.63599999999957 Td
+213.27124999999995 369.63599999999957 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2604,7 +2715,7 @@ ET
 BT
 535.3009999999999 369.63599999999957 Td
 /F1.0 10.5 Tf
-<3538> Tj
+<3532> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2615,7 +2726,7 @@ ET
 BT
 60.24 351.15599999999955 Td
 /F1.0 10.5 Tf
-[<31312e352e205075626c697368204b> 20.01953125 <6579>] TJ
+[<31312e322e204b> 20.01953125 <65792047656e6572> 20.01953125 <6174696f6e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2624,9 +2735,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 351.15599999999955 Td
+165.17074999999994 351.15599999999955 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2644,7 +2755,7 @@ ET
 BT
 535.3009999999999 351.15599999999955 Td
 /F1.0 10.5 Tf
-<3630> Tj
+<3532> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2655,7 +2766,7 @@ ET
 BT
 60.24 332.67599999999953 Td
 /F1.0 10.5 Tf
-[<31312e362e20417474656e64204b> 20.01953125 <6579205369676e696e67205061727479202841706163686520776562206f6620747275737429>] TJ
+[<31312e332e205375626b> 20.01953125 <65792047656e6572> 20.01953125 <6174696f6e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2664,9 +2775,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-325.5057499999999 332.67599999999953 Td
+186.54874999999993 332.67599999999953 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2684,7 +2795,7 @@ ET
 BT
 535.3009999999999 332.67599999999953 Td
 /F1.0 10.5 Tf
-<3633> Tj
+<3535> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2695,6 +2806,126 @@ ET
 BT
 60.24 314.1959999999995 Td
 /F1.0 10.5 Tf
+[<31312e342e2047656e6572> 20.01953125 <6174652061205265766f636174696f6e204365727469666963617465>] 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
+256.0272499999999 314.1959999999995 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+533.94125 314.1959999999995 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 314.1959999999995 Td
+/F1.0 10.5 Tf
+<3537> 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 295.7159999999995 Td
+/F1.0 10.5 Tf
+[<31312e352e205075626c697368204b> 20.01953125 <6579>] 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
+149.13724999999994 295.7159999999995 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+533.94125 295.7159999999995 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 295.7159999999995 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 277.2359999999995 Td
+/F1.0 10.5 Tf
+[<31312e362e20417474656e64204b> 20.01953125 <6579205369676e696e67205061727479202841706163686520776562206f6620747275737429>] 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
+325.5057499999999 277.2359999999995 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+533.94125 277.2359999999995 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 277.2359999999995 Td
+/F1.0 10.5 Tf
+<3632> 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 258.75599999999946 Td
+/F1.0 10.5 Tf
 <31312e372e20557064617465204d6176656e2053657474696e67732066696c652028> Tj
 ET
 
@@ -2704,7 +2935,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-225.4575 314.1959999999995 Td
+225.4575 258.75599999999946 Td
 /F4.0 10.5 Tf
 <7e2f2e6d322f73657474696e67732e786d6c> Tj
 ET
@@ -2715,7 +2946,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-319.9575 314.1959999999995 Td
+319.9575 258.75599999999946 Td
 /F1.0 10.5 Tf
 <29> Tj
 ET
@@ -2726,7 +2957,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-325.5057499999999 314.1959999999995 Td
+325.5057499999999 258.75599999999946 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2735,7 +2966,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 314.1959999999995 Td
+533.94125 258.75599999999946 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2744,9 +2975,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 314.1959999999995 Td
+535.3009999999999 258.75599999999946 Td
 /F1.0 10.5 Tf
-<3634> Tj
+<3633> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2755,7 +2986,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 295.7159999999995 Td
+48.24 240.27599999999947 Td
 /F1.0 10.5 Tf
 <31322e20417070656e6469783a2052656c656173652050726572657173> Tj
 ET
@@ -2766,7 +2997,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.58224999999993 295.7159999999995 Td
+202.58224999999993 240.27599999999947 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2775,7 +3006,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 295.7159999999995 Td
+533.94125 240.27599999999947 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2784,9 +3015,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 295.7159999999995 Td
+535.3009999999999 240.27599999999947 Td
 /F1.0 10.5 Tf
-<3635> Tj
+<3634> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2795,7 +3026,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 277.2359999999995 Td
+60.24 221.79599999999948 Td
 /F1.0 10.5 Tf
 <31322e312e20436f6e66696775726520746f6f6c636861696e7320706c7567696e> Tj
 ET
@@ -2806,7 +3037,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-229.30474999999996 277.2359999999995 Td
+229.30474999999996 221.79599999999948 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2815,7 +3046,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 277.2359999999995 Td
+533.94125 221.79599999999948 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2824,9 +3055,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 277.2359999999995 Td
+535.3009999999999 221.79599999999948 Td
 /F1.0 10.5 Tf
-<3635> Tj
+<3634> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2835,7 +3066,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 258.75599999999946 Td
+60.24 203.3159999999995 Td
 /F1.0 10.5 Tf
 [<31322e322e205075626c69632f70726976617465206b> 20.01953125 <6579>] TJ
 ET
@@ -2846,7 +3077,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-181.20424999999994 258.75599999999946 Td
+181.20424999999994 203.3159999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2855,7 +3086,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 258.75599999999946 Td
+533.94125 203.3159999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2864,9 +3095,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 258.75599999999946 Td
+535.3009999999999 203.3159999999995 Td
 /F1.0 10.5 Tf
-<3635> Tj
+<3634> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2875,7 +3106,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 240.27599999999947 Td
+60.24 184.8359999999995 Td
 /F1.0 10.5 Tf
 <31322e332e204d6176656e20> Tj
 ET
@@ -2886,7 +3117,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-122.7465 240.27599999999947 Td
+122.7465 184.8359999999995 Td
 /F4.0 10.5 Tf
 <73657474696e67732e786d6c> Tj
 ET
@@ -2897,7 +3128,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-186.54874999999993 240.27599999999947 Td
+186.54874999999993 184.8359999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2906,7 +3137,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 240.27599999999947 Td
+533.94125 184.8359999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2915,9 +3146,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 240.27599999999947 Td
+535.3009999999999 184.8359999999995 Td
 /F1.0 10.5 Tf
-<3635> Tj
+<3634> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2926,7 +3157,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 221.79599999999948 Td
+48.24 166.3559999999995 Td
 /F1.0 10.5 Tf
 <31332e20506f6c6963696573> Tj
 ET
@@ -2937,7 +3168,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-106.38124999999997 221.79599999999948 Td
+106.38124999999997 166.3559999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2946,7 +3177,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 221.79599999999948 Td
+533.94125 166.3559999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2955,9 +3186,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 221.79599999999948 Td
+535.3009999999999 166.3559999999995 Td
 /F1.0 10.5 Tf
-<3637> Tj
+<3636> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2966,7 +3197,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 203.3159999999995 Td
+60.24 147.87599999999952 Td
 /F1.0 10.5 Tf
 [<31332e312e2056> 60.05859375 <657273696f6e696e6720506f6c696379>] TJ
 ET
@@ -2977,7 +3208,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-175.85974999999996 203.3159999999995 Td
+175.85974999999996 147.87599999999952 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2986,7 +3217,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 203.3159999999995 Td
+533.94125 147.87599999999952 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2995,9 +3226,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 203.3159999999995 Td
+535.3009999999999 147.87599999999952 Td
 /F1.0 10.5 Tf
-<3637> Tj
+<3636> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3006,7 +3237,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 184.8359999999995 Td
+60.24 129.39599999999953 Td
 /F1.0 10.5 Tf
 <31332e322e2047697420506f6c696379> Tj
 ET
@@ -3017,7 +3248,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.44824999999992 184.8359999999995 Td
+138.44824999999992 129.39599999999953 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3026,7 +3257,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 184.8359999999995 Td
+533.94125 129.39599999999953 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3035,9 +3266,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 184.8359999999995 Td
+535.3009999999999 129.39599999999953 Td
 /F1.0 10.5 Tf
-<3637> Tj
+<3636> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3046,7 +3277,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 166.3559999999995 Td
+48.24 110.91599999999954 Td
 /F1.0 10.5 Tf
 <31342e20417070656e6469783a20504d43> Tj
 ET
@@ -3057,7 +3288,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.79274999999996 166.3559999999995 Td
+143.79274999999996 110.91599999999954 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3066,7 +3297,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 166.3559999999995 Td
+533.94125 110.91599999999954 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3075,9 +3306,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 166.3559999999995 Td
+535.3009999999999 110.91599999999954 Td
 /F1.0 10.5 Tf
-<3730> Tj
+<3639> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3086,7 +3317,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 147.87599999999952 Td
+60.24 92.43599999999955 Td
 /F1.0 10.5 Tf
 <31342e312e2050726572657173> Tj
 ET
@@ -3097,7 +3328,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-127.75924999999995 147.87599999999952 Td
+127.75924999999995 92.43599999999955 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3106,7 +3337,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 147.87599999999952 Td
+533.94125 92.43599999999955 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3115,9 +3346,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 147.87599999999952 Td
+535.3009999999999 92.43599999999955 Td
 /F1.0 10.5 Tf
-<3730> Tj
+<3639> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3126,7 +3357,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 129.39599999999953 Td
+60.24 73.95599999999956 Td
 /F1.0 10.5 Tf
 <31342e322e204e657720436f6d6d69747465722f504d43206d656d626572> Tj
 ET
@@ -3137,7 +3368,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-239.99374999999998 129.39599999999953 Td
+239.99374999999998 73.95599999999956 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3146,7 +3377,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 129.39599999999953 Td
+533.94125 73.95599999999956 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3155,9 +3386,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 129.39599999999953 Td
+535.3009999999999 73.95599999999956 Td
 /F1.0 10.5 Tf
-<3730> Tj
+<3639> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3166,7 +3397,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 110.91599999999954 Td
+60.24 55.47599999999957 Td
 /F1.0 10.5 Tf
 <31342e332e2052656d6f76696e67206120636f6d6d6974746572> Tj
 ET
@@ -3177,7 +3408,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.58224999999993 110.91599999999954 Td
+202.58224999999993 55.47599999999957 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3186,7 +3417,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 110.91599999999954 Td
+533.94125 55.47599999999957 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3195,9 +3426,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 110.91599999999954 Td
+535.3009999999999 55.47599999999957 Td
 /F1.0 10.5 Tf
-<3734> Tj
+<3733> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3216,7 +3447,7 @@ endobj
 /F4.0 42 0 R
 >>
 >>
-/Annots [561 0 R 562 0 R 563 0 R 564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R]
+/Annots [570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R]
 >>
 endobj
 13 0 obj
@@ -3808,7 +4039,7 @@ endobj
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 640 0 R
+/XObject << /Stamp1 655 0 R
 >>
 >>
 /Annots [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 33 0 R 34 0 R]
@@ -3823,18 +4054,18 @@ endobj
 >>
 endobj
 17 0 obj
-<< /Kids [94 0 R 132 0 R 152 0 R 347 0 R 95 0 R 410 0 R 236 0 R 469 0 R 287 0 R 406 0 R 325 0 R]
+<< /Kids [95 0 R 133 0 R 197 0 R 96 0 R 409 0 R 230 0 R 460 0 R 281 0 R 405 0 R 319 0 R]
 >>
 endobj
 18 0 obj
 << /Type /Font
-/BaseFont /AAAAAB+NotoSerif-Bold
+/BaseFont /AAAAAG+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 726 0 R
+/FontDescriptor 744 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 728 0 R
-/ToUnicode 727 0 R
+/Widths 746 0 R
+/ToUnicode 745 0 R
 >>
 endobj
 19 0 obj
@@ -4519,7 +4750,7 @@ endobj
 /F3.1 39 0 R
 /F4.0 42 0 R
 >>
-/XObject << /Stamp1 640 0 R
+/XObject << /Stamp1 655 0 R
 >>
 >>
 >>
@@ -4532,13 +4763,13 @@ endobj
 endobj
 39 0 obj
 << /Type /Font
-/BaseFont /AAAAAC+FontAwesome
+/BaseFont /AAAAAH+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 730 0 R
+/FontDescriptor 748 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 732 0 R
-/ToUnicode 731 0 R
+/Widths 750 0 R
+/ToUnicode 749 0 R
 >>
 endobj
 40 0 obj
@@ -4549,13 +4780,13 @@ endobj
 endobj
 42 0 obj
 << /Type /Font
-/BaseFont /AAAAAD+mplus1mn-regular
+/BaseFont /AAAAAI+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 734 0 R
+/FontDescriptor 752 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 736 0 R
-/ToUnicode 735 0 R
+/Widths 754 0 R
+/ToUnicode 753 0 R
 >>
 endobj
 43 0 obj
@@ -4876,7 +5107,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 640 0 R
+/XObject << /Stamp1 655 0 R
 >>
 >>
 /Annots [47 0 R 48 0 R]
@@ -5524,7 +5755,7 @@ endobj
 /F1.0 8 0 R
 /F4.0 42 0 R
 >>
-/XObject << /Stamp1 640 0 R
+/XObject << /Stamp1 655 0 R
 >>
 >>
 /Annots [53 0 R 55 0 R]
@@ -6077,7 +6308,7 @@ endobj
 /F4.0 42 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 640 0 R
+/XObject << /Stamp1 655 0 R
 >>
 >>
 >>
@@ -6256,7 +6487,7 @@ endobj
 /F1.0 8 0 R
 >>
 /XObject << /I1 62 0 R
-/Stamp1 640 0 R
+/Stamp1 655 0 R
 >>
 >>
 /Annots [63 0 R]
@@ -7177,7 +7408,7 @@ endobj
 /F1.0 8 0 R
 /F4.0 42 0 R
 >>
-/XObject << /Stamp1 640 0 R
+/XObject << /Stamp1 655 0 R
 >>
 >>
 /Annots [67 0 R 68 0 R 69 0 R 70 0 R 71 0 R 72 0 R 73 0 R 74 0 R 76 0 R 77 0 R]
@@ -7303,7 +7534,7 @@ endobj
 [65 0 R /XYZ 0 182.1500000000002 null]
 endobj
 79 0 obj
-<< /Length 16101
+<< /Length 16828
 >>
 stream
 q
@@ -7313,10 +7544,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 640.490 l
-547.040 638.281 545.249 636.490 543.040 636.490 c
-52.240 636.490 l
-50.031 636.490 48.240 638.281 48.240 640.490 c
+547.040 655.230 l
+547.040 653.021 545.249 651.230 543.040 651.230 c
+52.240 651.230 l
+50.031 651.230 48.240 653.021 48.240 655.230 c
 48.240 801.890 l
 48.240 804.099 50.031 805.890 52.240 805.890 c
 h
@@ -7327,10 +7558,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 640.490 l
-547.040 638.281 545.249 636.490 543.040 636.490 c
-52.240 636.490 l
-50.031 636.490 48.240 638.281 48.240 640.490 c
+547.040 655.230 l
+547.040 653.021 545.249 651.230 543.040 651.230 c
+52.240 651.230 l
+50.031 651.230 48.240 653.021 48.240 655.230 c
 48.240 801.890 l
 48.240 804.099 50.031 805.890 52.240 805.890 c
 h
@@ -7344,17 +7575,6 @@ Q
 BT
 59.24 783.0649999999999 Td
 /F4.0 11 Tf
-<636420636f7265> 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 768.3249999999999 Td
-/F4.0 11 Tf
 <6578706f72742049534953544d503d2f632f746d7020202020202020202020202020202020202020202020202020202020202020> Tj
 ET
 
@@ -7364,7 +7584,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-345.24 768.3249999999999 Td
+345.24 783.0649999999999 Td
 /F4.1 11 Tf
 <21> Tj
 ET
@@ -7375,9 +7595,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 753.585 Td
+59.24 768.3249999999999 Td
 /F4.0 11 Tf
-<6578706f727420495349534445563d322e312e302d534e415053484f54> Tj
+<6578706f727420495349534445563d312e31362e332d534e415053484f54> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7386,9 +7606,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 738.845 Td
+59.24 753.585 Td
 /F4.0 11 Tf
-<6578706f7274204953495352454c3d322e302e30> Tj
+<6578706f7274204953495352454c3d312e31362e33> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7397,7 +7617,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 724.105 Td
+59.24 738.845 Td
 /F4.0 11 Tf
 <6578706f7274204953495352433d524331> Tj
 ET
@@ -7408,7 +7628,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 709.365 Td
+59.24 724.105 Td
 /F4.0 11 Tf
 <6578706f727420495349534252414e43483d72656c656173652d244953495352454c2d24495349535243> Tj
 ET
@@ -7419,7 +7639,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 694.625 Td
+59.24 709.365 Td
 /F4.0 11 Tf
 <6578706f727420495349534a4952413d495349532d39393939202020202020202020202020202020202020202020202020202020> Tj
 ET
@@ -7430,7 +7650,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-345.24 694.625 Td
+345.24 709.365 Td
 /F4.1 11 Tf
 <22> Tj
 ET
@@ -7441,9 +7661,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 679.885 Td
+59.24 694.625 Td
 /F4.0 11 Tf
-<6578706f727420434154414c494e415f484f4d453d2f632f6a6176612f6170616368652d746f6d6361742d382e302e3330202020> Tj
+<6578706f727420434154414c494e415f484f4d453d2f632f6a6176612f6170616368652d746f6d6361742d392e302e3130202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7452,7 +7672,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-345.24 679.885 Td
+345.24 694.625 Td
 /F4.1 11 Tf
 <23> Tj
 ET
@@ -7463,7 +7683,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 650.405 Td
+59.24 665.145 Td
 /F4.0 11 Tf
 <656e76207c20677265702049534953207c20736f7274> Tj
 ET
@@ -7474,7 +7694,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.2745 618.765 Td
+51.2745 633.505 Td
 /F4.1 10.5 Tf
 <21> Tj
 ET
@@ -7485,7 +7705,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 618.526 Td
+64.809 633.266 Td
 /F1.0 10.5 Tf
 [<61646a7573742062> 20.01953125 <7920706c6174666f726d>] TJ
 ET
@@ -7496,7 +7716,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.274499999999996 596.985 Td
+51.274499999999996 611.725 Td
 /F4.1 10.5 Tf
 <22> Tj
 ET
@@ -7509,7 +7729,7 @@ ET
 1.944 Tw
 
 BT
-64.809 596.746 Td
+64.809 611.486 Td
 /F1.0 10.5 Tf
 [<73657420746f20616e2022756d6272656c6c61> 40.0390625 <22207469636b> 20.01953125 <657420666f7220616c6c2072656c6561736520616374697669746965732e20284f6e652073686f756c6420657869737420616c7265616479> 89.84375 <2c20>] TJ
 ET
@@ -7524,7 +7744,7 @@ ET
 1.944 Tw
 
 BT
-474.7661700520832 596.746 Td
+474.7661700520832 611.486 Td
 /F1.0 10.5 Tf
 <63726561746564206174> Tj
 ET
@@ -7539,7 +7759,7 @@ ET
 1.944 Tw
 
 BT
-526.4063350260416 596.746 Td
+526.4063350260416 611.486 Td
 /F1.0 10.5 Tf
 <20746865> Tj
 ET
@@ -7552,7 +7772,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 580.966 Td
+64.809 595.706 Td
 /F1.0 10.5 Tf
 <626567696e6e696e67206f662074686520646576656c6f706d656e74206379636c65206e6f7720636f6d706c6574696e67292e> Tj
 ET
@@ -7563,7 +7783,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.274499999999996 559.4250000000001 Td
+51.274499999999996 574.1650000000001 Td
 /F4.1 10.5 Tf
 <23> Tj
 ET
@@ -7574,7 +7794,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 559.1860000000001 Td
+64.809 573.926 Td
 /F1.0 10.5 Tf
 [<61646a757374206173207265717569726564202854> 29.78515625 <6f6d636174206973207573656420746f20736d6f6b> 20.01953125 <652074657374207468652073696d706c656170702061726368657479706529>] TJ
 ET
@@ -7587,7 +7807,7 @@ ET
 0.605 Tw
 
 BT
-48.239999999999995 531.4060000000002 Td
+48.239999999999995 546.1460000000002 Td
 /F1.0 10.5 Tf
 [<4f6276696f75736c79> 89.84375 <2c20616c74657220>] TJ
 ET
@@ -7602,7 +7822,7 @@ ET
 0.605 Tw
 
 BT
-130.2694266826923 531.4060000000002 Td
+130.2694266826923 546.1460000000002 Td
 /F4.0 10.5 Tf
 <2449534953444556> Tj
 ET
@@ -7617,7 +7837,7 @@ ET
 0.605 Tw
 
 BT
-172.2694266826923 531.4060000000002 Td
+172.2694266826923 546.1460000000002 Td
 /F1.0 10.5 Tf
 <20616e6420> Tj
 ET
@@ -7632,7 +7852,7 @@ ET
 0.605 Tw
 
 BT
-198.02771274038457 531.4060000000002 Td
+198.02771274038457 546.1460000000002 Td
 /F4.0 10.5 Tf
 <244953495352454c> Tj
 ET
@@ -7647,7 +7867,7 @@ ET
 0.605 Tw
 
 BT
-240.02771274038457 531.4060000000002 Td
+240.02771274038457 546.1460000000002 Td
 /F1.0 10.5 Tf
 <2061732072657175697265642c20616e642062756d7020> Tj
 ET
@@ -7662,7 +7882,7 @@ ET
 0.605 Tw
 
 BT
-362.46742788461535 531.4060000000002 Td
+362.46742788461535 546.1460000000002 Td
 /F4.0 10.5 Tf
 <24495349535243> Tj
 ET
@@ -7677,7 +7897,7 @@ ET
 0.605 Tw
 
 BT
-399.21742788461535 531.4060000000002 Td
+399.21742788461535 546.1460000000002 Td
 /F1.0 10.5 Tf
 <20666f722072652d72656c656173696e6720666f6c6c6f77696e6720616e> Tj
 ET
@@ -7690,7 +7910,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-48.239999999999995 515.6260000000001 Td
+48.239999999999995 530.3660000000001 Td
 /F1.0 10.5 Tf
 <756e7375636365737366756c> Tj
 ET
@@ -7701,7 +7921,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-112.269 515.6260000000001 Td
+112.269 530.3660000000001 Td
 /F1.0 10.5 Tf
 <2072656c65617365732e> Tj
 ET
@@ -7711,8 +7931,8 @@ ET
 q
 0.5 w
 0.933 0.933 0.933 SCN
-113.807 385.130 m
-113.807 499.810 l
+113.807 474.990 m
+113.807 514.550 l
 S
 Q
 0.749 0.000 0.000 scn
@@ -7723,7 +7943,7 @@ Q
 0.749 0.000 0.000 SCN
 
 BT
-76.73933333333332 433.8900000000002 Td
+76.73933333333332 486.1900000000002 Td
 /F3.1 24 Tf
 <22> Tj
 ET
@@ -7733,12 +7953,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.761 Tw
+0.897 Tw
 
 BT
-125.80666666666666 483.8460000000002 Td
+125.80666666666666 498.5860000000002 Td
 /F1.0 10.5 Tf
-[<4e6f7465207468617420746865206272> 20.01953125 <616e6368206e616d6520697320>] TJ
+[<4e6f7465207468617420746865206272> 20.01953125 <616e6368206e616d6520697320696e74656e74696f6e616c6c7920>] TJ
 ET
 
 
@@ -7748,10 +7968,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.761 Tw
+0.897 Tw
 
 BT
-283.949658984375 483.8460000000002 Td
+346.7980833333333 498.5860000000002 Td
 /F2.0 10.5 Tf
 <6e6f74> Tj
 ET
@@ -7763,36 +7983,25 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.761 Tw
+0.897 Tw
 
 BT
-301.610658984375 483.8460000000002 Td
+364.4590833333333 498.5860000000002 Td
 /F1.0 10.5 Tf
-[<207468652073616d6520616e> 20.01953125 <79206f6620746865206576656e7475616c20746167206e616d657320286567>] TJ
+[<207468652073616d6520616e> 20.01953125 <79206f6620746865206576656e7475616c20746167>] 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
-125.80666666666666 468.06600000000014 Td
-/F4.0 10.5 Tf
-<697369732d322e302e30> 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
-178.30666666666667 468.06600000000014 Td
+125.80666666666666 482.80600000000015 Td
 /F1.0 10.5 Tf
-<206f7220> Tj
+<6e616d65732028656720> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7801,20 +8010,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-194.74966666666666 468.06600000000014 Td
+179.08366666666666 482.80600000000015 Td
 /F4.0 10.5 Tf
-<73696d706c656170702d6172636865747970652d322e302e30> 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
-325.99966666666666 468.06600000000014 Td
-/F1.0 10.5 Tf
-<292e> Tj
+<697369732d312e31362e33> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7822,85 +8020,32 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-2.520 Tw
-
 BT
-125.80666666666666 440.2860000000002 Td
+236.83366666666666 482.80600000000015 Td
 /F1.0 10.5 Tf
-<49662074686579206469642068617665207468652073616d65206e616d652c207468656e207768617420776f756c642068617070656e20697320746861742074686520> Tj
+<206f7220> 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
 
-2.520 Tw
-
 BT
-503.53999999999996 440.2860000000002 Td
+253.27666666666667 482.80600000000015 Td
 /F4.0 10.5 Tf
-<6d6176656e2d> Tj
+<73696d706c656170702d6172636865747970652d312e31362e33> 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
-
-3.021 Tw
-
-BT
-125.80666666666666 424.5060000000002 Td
-/F4.0 10.5 Tf
-<72656c656173652d706c7567696e> 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.021 Tw
-
-BT
-199.30666666666667 424.5060000000002 Td
-/F1.0 10.5 Tf
-[<20776f756c6420636865636b> 20.01953125 <6f757420746865202848454144206f662074686529206272> 20.01953125 <616e636820616e6420746875732075706c6f61642061>] 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.119 Tw
-
-BT
-125.80666666666666 408.72600000000017 Td
-/F1.0 10.5 Tf
-[<534e415053484f> 20.01953125 <5420746f2074686520736e617073686f74207265706f7369746f7279> 89.84375 <2e20576861742069742073686f756c64206f6620636f7572736520646f20697320636865636b> 20.01953125 <6f757420746865>] 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.80666666666666 392.94600000000014 Td
+389.7766666666667 482.80600000000015 Td
 /F1.0 10.5 Tf
-[<74616720616e64207468656e2075706c6f6164207468617420746f207468652072656c656173652073746167696e67207265706f7369746f7279> 89.84375 <2e>] TJ
+<292e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7909,7 +8054,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.239999999999995 349.10600000000017 Td
+48.239999999999995 438.9660000000002 Td
 /F2.0 18 Tf
 <342e332e2050756c6c20646f776e20636f646520746f2072656c65617365> Tj
 ET
@@ -7922,7 +8067,7 @@ ET
 0.651 Tw
 
 BT
-48.239999999999995 321.0860000000001 Td
+48.239999999999995 410.94600000000014 Td
 /F1.0 10.5 Tf
 <536574207468652048454144206f6620796f7572206c6f63616c20676974207265706f20746f2074686520636f6d6d697420746f2062652072656c65617365642e20546869732077696c6c20757375616c6c792062652074686520746970206f6620746865> Tj
 ET
@@ -7935,7 +8080,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.239999999999995 305.30600000000015 Td
+48.239999999999995 395.16600000000017 Td
 /F1.0 10.5 Tf
 <6f726967696ed57320> Tj
 ET
@@ -7946,7 +8091,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-88.4445 305.30600000000015 Td
+88.4445 395.16600000000017 Td
 /F4.0 10.5 Tf
 <6d6173746572> Tj
 ET
@@ -7957,7 +8102,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-119.9445 305.30600000000015 Td
+119.9445 395.16600000000017 Td
 /F1.0 10.5 Tf
 [<206272> 20.01953125 <616e63682e205468656e2c2063726561746520612072656c65617365206272> 20.01953125 <616e636820666f72207468652076657273696f6e206e756d626572206265696e672072656c65617365643b2065673a>] TJ
 ET
@@ -7966,28 +8111,28 @@ ET
 0.000 0.000 0.000 scn
 q
 0.961 0.961 0.961 scn
-52.240 289.490 m
-543.040 289.490 l
-545.249 289.490 547.040 287.699 547.040 285.490 c
-547.040 227.270 l
-547.040 225.061 545.249 223.270 543.040 223.270 c
-52.240 223.270 l
-50.031 223.270 48.240 225.061 48.240 227.270 c
-48.240 285.490 l
-48.240 287.699 50.031 289.490 52.240 289.490 c
+52.240 379.350 m
+543.040 379.350 l
+545.249 379.350 547

<TRUNCATED>

[34/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/rgfis/rgfis.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgfis/rgfis.pdf b/content/guides/rgfis/rgfis.pdf
index 5397732..734f131 100644
--- a/content/guides/rgfis/rgfis.pdf
+++ b/content/guides/rgfis/rgfis.pdf
@@ -4,16 +4,16 @@
 << /Title (Framework Internal 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:20180305191241+00'00')
-/ModDate (D:20180305191241+00'00')
+/CreationDate (D:20180918074542+01'00')
+/ModDate (D:20180918074542+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 14 0 R
-/Outlines 303 0 R
-/PageLabels 320 0 R
+/Outlines 300 0 R
+/PageLabels 317 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 23
-/Kids [7 0 R 10 0 R 12 0 R 36 0 R 57 0 R 65 0 R 70 0 R 75 0 R 82 0 R 94 0 R 106 0 R 110 0 R 120 0 R 141 0 R 151 0 R 162 0 R 171 0 R 202 0 R 222 0 R 232 0 R 236 0 R 244 0 R 258 0 R]
+/Kids [7 0 R 10 0 R 12 0 R 36 0 R 57 0 R 65 0 R 70 0 R 75 0 R 82 0 R 93 0 R 105 0 R 108 0 R 118 0 R 139 0 R 149 0 R 160 0 R 169 0 R 200 0 R 219 0 R 228 0 R 232 0 R 240 0 R 255 0 R]
 >>
 endobj
 4 0 obj
@@ -78,13 +78,13 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAABV+NotoSerif
+/BaseFont /AAAABZ+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 322 0 R
+/FontDescriptor 319 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 324 0 R
-/ToUnicode 323 0 R
+/Widths 321 0 R
+/ToUnicode 320 0 R
 >>
 endobj
 9 0 obj
@@ -779,7 +779,7 @@ endobj
 /F5.0 40 0 R
 >>
 >>
-/Annots [265 0 R 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R 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 289 0 R 290 0 R 291 0 R 292 0 R 293 0 R 294 0 R 295 0 R 296 0 R 297 0 R 298 0 R 299 0 R 300 0 R 301 0 R]
+/Annots [262 0 R 263 0 R 264 0 R 265 0 R 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R 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 289 0 R 290 0 R 291 0 R 292 0 R 293 0 R 294 0 R 295 0 R 296 0 R 297 0 R 298 0 R]
 >>
 endobj
 11 0 obj
@@ -1465,7 +1465,7 @@ endobj
 /F1.0 8 0 R
 /F3.1 17 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
 /Annots [18 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 33 0 R 34 0 R]
@@ -1480,29 +1480,29 @@ endobj
 >>
 endobj
 15 0 obj
-<< /Kids [156 0 R 157 0 R 238 0 R]
+<< /Kids [154 0 R 155 0 R 234 0 R]
 >>
 endobj
 16 0 obj
 << /Type /Font
-/BaseFont /AAAABW+NotoSerif-Bold
+/BaseFont /AAAACA+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 326 0 R
+/FontDescriptor 323 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 328 0 R
-/ToUnicode 327 0 R
+/Widths 325 0 R
+/ToUnicode 324 0 R
 >>
 endobj
 17 0 obj
 << /Type /Font
-/BaseFont /AAAABX+FontAwesome
+/BaseFont /AAAACB+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 330 0 R
+/FontDescriptor 327 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 332 0 R
-/ToUnicode 331 0 R
+/Widths 329 0 R
+/ToUnicode 328 0 R
 >>
 endobj
 18 0 obj
@@ -3140,7 +3140,7 @@ endobj
 /F4.0 39 0 R
 /F5.0 40 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
 /Annots [38 0 R 41 0 R 42 0 R 43 0 R 44 0 R 45 0 R 46 0 R 47 0 R 48 0 R 49 0 R 50 0 R 51 0 R 52 0 R 54 0 R 55 0 R]
@@ -3162,24 +3162,24 @@ endobj
 endobj
 39 0 obj
 << /Type /Font
-/BaseFont /AAAABY+NotoSerif-Italic
+/BaseFont /AAAACC+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 334 0 R
+/FontDescriptor 331 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 336 0 R
-/ToUnicode 335 0 R
+/Widths 333 0 R
+/ToUnicode 332 0 R
 >>
 endobj
 40 0 obj
 << /Type /Font
-/BaseFont /AAAABZ+mplus1mn-regular
+/BaseFont /AAAACD+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 338 0 R
+/FontDescriptor 335 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 340 0 R
-/ToUnicode 339 0 R
+/Widths 337 0 R
+/ToUnicode 336 0 R
 >>
 endobj
 41 0 obj
@@ -4095,7 +4095,7 @@ endobj
 /F5.0 40 0 R
 >>
 /XObject << /I1 62 0 R
-/Stamp1 302 0 R
+/Stamp1 299 0 R
 >>
 >>
 /Annots [58 0 R 59 0 R 60 0 R 61 0 R 63 0 R]
@@ -5998,7 +5998,7 @@ endobj
 /F5.0 40 0 R
 /F5.1 67 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
 >>
@@ -6008,13 +6008,13 @@ endobj
 endobj
 67 0 obj
 << /Type /Font
-/BaseFont /AAAACA+mplus1mn-regular
+/BaseFont /AAAACE+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 342 0 R
+/FontDescriptor 339 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 344 0 R
-/ToUnicode 343 0 R
+/Widths 341 0 R
+/ToUnicode 340 0 R
 >>
 endobj
 68 0 obj
@@ -8250,7 +8250,7 @@ endobj
 /F1.0 8 0 R
 /F6.0 71 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
 /Annots [72 0 R 73 0 R]
@@ -8258,13 +8258,13 @@ endobj
 endobj
 71 0 obj
 << /Type /Font
-/BaseFont /AAAACB+mplus-1p-regular
+/BaseFont /AAAACF+mplus-1p-regular
 /Subtype /TrueType
-/FontDescriptor 346 0 R
+/FontDescriptor 343 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 348 0 R
-/ToUnicode 347 0 R
+/Widths 345 0 R
+/ToUnicode 344 0 R
 >>
 endobj
 72 0 obj
@@ -8748,7 +8748,7 @@ endobj
 /F2.0 16 0 R
 >>
 /XObject << /I2 79 0 R
-/Stamp1 302 0 R
+/Stamp1 299 0 R
 >>
 >>
 /Annots [76 0 R 78 0 R 80 0 R]
@@ -9037,7 +9037,7 @@ endobj
 >>
 endobj
 81 0 obj
-<< /Length 9381
+<< /Length 8037
 >>
 stream
 q
@@ -9330,12 +9330,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.855 Tw
+4.817 Tw
 
 BT
 48.24 164.60009836065575 Td
 /F1.0 10.5 Tf
-<417373756d696e6720746861742074686520> Tj
+<4170616368652049736973272064656661756c7420696d706c656d656e746174696f6e73206f6620> Tj
 ET
 
 
@@ -9345,12 +9345,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.855 Tw
+4.817 Tw
 
 BT
-147.09779999999998 164.60009836065575 Td
+272.53681249999994 164.60009836065575 Td
 /F5.0 10.5 Tf
-<636f6e66696775726174696f6e2d616e642d616e6e6f746174696f6e> Tj
+<436f6e74656e744e65676f74696174696f6e53657276696365> Tj
 ET
 
 
@@ -9360,12 +9360,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.855 Tw
+4.817 Tw
 
 BT
-294.0978 164.60009836065575 Td
+403.78681249999994 164.60009836065575 Td
 /F1.0 10.5 Tf
-<20736572766963657320696e7374616c6c657220697320636f6e666967757265642028696d706c69636974206966207573696e67> Tj
+<207365727669636520617265206175746f6d61746963616c6c79> Tj
 ET
 
 
@@ -9375,113 +9375,19 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-8.175 Tw
-
 BT
 48.24 148.82009836065575 Td
 /F1.0 10.5 Tf
-<74686520> 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
-
-8.175 Tw
-
-BT
-75.10451864346591 148.82009836065575 Td
-/F5.0 10.5 Tf
-<4170704d616e6966657374> 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
-
-8.175 Tw
-
-BT
-132.85451864346592 148.82009836065575 Td
-/F1.0 10.5 Tf
-<20746f20> 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
-
-8.175 Tw
-
-BT
-164.39705593039773 148.82009836065575 Td
-/F1.0 10.5 Tf
-[<626f6f74737472> 20.01953125 <61702074686520617070>] 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
-
-8.175 Tw
-
-BT
-268.6833881392045 148.82009836065575 Td
-/F1.0 10.5 Tf
-<29207468656e204170616368652049736973272064656661756c7420696d706c656d656e746174696f6e73206f66> 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.784 Tw
-
-BT
-48.24 133.04009836065575 Td
-/F5.0 10.5 Tf
-<436f6e74656e744e65676f74696174696f6e53657276696365> 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.784 Tw
-
-BT
-179.49 133.04009836065575 Td
-/F1.0 10.5 Tf
-<207365727669636520617265206175746f6d61746963616c6c79207265676973746572656420616e6420696e6a65637465642028697420697320616e6e6f74617465642077697468> Tj
+<7265676973746572656420616e6420696e6a65637465642028697420697320616e6e6f7461746564207769746820> 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.24 117.26009836065575 Td
+269.1495 148.82009836065575 Td
 /F5.0 10.5 Tf
 <40446f6d61696e53657276696365> Tj
 ET
@@ -9492,7 +9398,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-121.74000000000001 117.26009836065575 Td
+342.6495 148.82009836065575 Td
 /F1.0 10.5 Tf
 [<2920736f206e6f206675727468657220636f6e6669677572> 20.01953125 <6174696f6e2069732072657175697265642e>] TJ
 ET
@@ -9505,7 +9411,7 @@ ET
 1.712 Tw
 
 BT
-48.24 89.48009836065575 Td
+48.24 121.04009836065575 Td
 /F1.0 10.5 Tf
 [<54> 29.78515625 <6f2075736520616e20616c7465726e617469766520696d706c656d656e746174696f6e2c2075736520>] TJ
 ET
@@ -9520,7 +9426,7 @@ ET
 1.712 Tw
 
 BT
-271.49670234375 89.48009836065575 Td
+271.49670234375 121.04009836065575 Td
 /F5.0 10.5 Tf
 <40446f6d61696e536572766963654c61796f7574236d656e754f726465722829> Tj
 ET
@@ -9535,7 +9441,7 @@ ET
 1.712 Tw
 
 BT
-439.49670234375003 89.48009836065575 Td
+439.49670234375003 121.04009836065575 Td
 /F1.0 10.5 Tf
 <20286173206578706c61696e656420696e20746865> Tj
 ET
@@ -9548,7 +9454,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-48.24 73.70009836065574 Td
+48.24 105.26009836065575 Td
 /F1.0 10.5 Tf
 <696e74726f64756374696f6e> Tj
 ET
@@ -9559,7 +9465,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-111.19800000000001 73.70009836065574 Td
+111.19800000000001 105.26009836065575 Td
 /F1.0 10.5 Tf
 <20746f2074686973206775696465292e> Tj
 ET
@@ -9601,10 +9507,10 @@ endobj
 /F2.0 16 0 R
 >>
 /XObject << /I3 83 0 R
-/Stamp1 302 0 R
+/Stamp1 299 0 R
 >>
 >>
-/Annots [84 0 R 86 0 R 87 0 R 88 0 R 90 0 R 91 0 R 92 0 R]
+/Annots [84 0 R 86 0 R 87 0 R 88 0 R 90 0 R 91 0 R]
 >>
 endobj
 83 0 obj
@@ -9877,10 +9783,10 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgcms/rgcms.pdf#_rgcms_classes_AppManifest-bootstrapping)
+/URI (../rgant/rgant.pdf#_rgant-DomainServiceLayout_menuOrder)
 >>
 /Subtype /Link
-/Rect [164.39705593039773 145.75409836065575 268.6833881392045 160.03409836065575]
+/Rect [271.49670234375 119.57009836065575 439.49670234375003 130.07009836065575]
 /Type /Annot
 >>
 endobj
@@ -9888,26 +9794,15 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgant/rgant.pdf#_rgant-DomainServiceLayout_menuOrder)
+/URI (../rgsvc/rgsvc adoc.pdf#__rgsvc_intro_overriding-the-services)
 >>
 /Subtype /Link
-/Rect [271.49670234375 88.01009836065575 439.49670234375003 98.51009836065575]
+/Rect [48.24 102.19409836065574 111.19800000000001 116.47409836065574]
 /Type /Annot
 >>
 endobj
 92 0 obj
-<< /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (../rgsvc/rgsvc.pdf#__rgsvc_intro_overriding-the-services)
->>
-/Subtype /Link
-/Rect [48.24 70.63409836065574 111.19800000000001 84.91409836065574]
-/Type /Annot
->>
-endobj
-93 0 obj
-<< /Length 13089
+<< /Length 12087
 >>
 stream
 q
@@ -10193,7 +10088,7 @@ ET
 BT
 48.24 594.6860000000003 Td
 /F1.0 10.5 Tf
-[<5468652064656661756c7420696d706c656d656e746174696f6e2067656e6572> 20.01953125 <6174657320726570726573656e746174696f6e73206163636f7264696e6720746f2074686520>] TJ
+[<5468652064656661756c7420696d706c656d656e746174696f6e732067656e6572> 20.01953125 <61746520726570726573656e746174696f6e73206163636f7264696e6720746f2074686520>] TJ
 ET
 
 
@@ -10278,45 +10173,42 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+5.582 Tw
+
 BT
 48.24 563.1260000000003 Td
 /F1.0 10.5 Tf
 <616c746572696e6720726570726573656e746174696f6e73206163636f7264696e6720746f20746865204854545020> 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
 
+5.582 Tw
+
 BT
-285.3195 563.1260000000003 Td
+318.81122727272725 563.1260000000003 Td
 /F5.0 10.5 Tf
 <416363657074> 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
-316.81950000000006 563.1260000000003 Td
-/F1.0 10.5 Tf
-<206865616465722e> 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.616 Tw
+5.582 Tw
 
 BT
-48.24 535.3460000000002 Td
+350.31122727272725 563.1260000000003 Td
 /F1.0 10.5 Tf
-[<546865207072696e636970616c206d6f7469766174696f6e20697320746f20616c6c6f77206d6f726520666c657869626c6520726570726573656e746174696f6e7320746f2062652067656e6572> 20.01953125 <6174656420666f7220524553> 20.01953125 <5420636c69656e7473>] TJ
+<206865616465722e205468697320616c6c6f7773206d6f726520666c657869626c65> Tj
 ET
 
 
@@ -10326,12 +10218,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.344 Tw
+2.856 Tw
 
 BT
-48.24 519.5660000000003 Td
+48.24 547.3460000000003 Td
 /F1.0 10.5 Tf
-[<74686174202870657268617073207468726f75676820746865697220757365206f662061206365727461696e204a617661736372697074206c696272> 20.01953125 <617279> 89.84375 <2c207361> 20.01953125 <7929206578706563742c206f72206174206c6561737420776f726b732062657374>] TJ
+[<726570726573656e746174696f6e7320746f2062652067656e6572> 20.01953125 <6174656420666f7220524553> 20.01953125 <5420636c69656e74732074686174202870657268617073207468726f75676820746865697220757365206f662061206365727461696e>] TJ
 ET
 
 
@@ -10342,9 +10234,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 503.7860000000003 Td
+48.24 531.5660000000003 Td
 /F1.0 10.5 Tf
-<776974682c2061206365727461696e207374796c65206f6620726570726573656e746174696f6e2e> Tj
+[<4a617661736372697074206c696272> 20.01953125 <617279> 89.84375 <2c207361> 20.01953125 <7929206578706563742c206f72206174206c6561737420776f726b73206265737420776974682c2061206365727461696e207374796c65206f6620726570726573656e746174696f6e2e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -10355,7 +10247,7 @@ ET
 0.009 Tw
 
 BT
-48.24 476.00600000000026 Td
+48.24 503.78600000000034 Td
 /F1.0 10.5 Tf
 [<496e20616c6c2074686572652061726520746872656520646f6d61696e20736572766963657320746861742063616e20696e666c75656e63652074686520726570726573656e746174696f6e732067656e6572> 20.01953125 <617465643a207468697320736572766963652c>] TJ
 ET
@@ -10370,7 +10262,7 @@ ET
 2.758 Tw
 
 BT
-48.24 460.2260000000002 Td
+48.24 488.0060000000003 Td
 ET
 
 
@@ -10383,7 +10275,7 @@ ET
 2.758 Tw
 
 BT
-48.24 460.2260000000002 Td
+48.24 488.0060000000003 Td
 /F5.0 10.5 Tf
 <436f6e74656e744e65676f74696174696f6e53657276696365> Tj
 ET
@@ -10398,7 +10290,7 @@ ET
 2.758 Tw
 
 BT
-179.49 460.2260000000002 Td
+179.49 488.0060000000003 Td
 /F1.0 10.5 Tf
 <616e642074686520> Tj
 ET
@@ -10413,7 +10305,7 @@ ET
 2.758 Tw
 
 BT
-225.52499001736112 460.2260000000002 Td
+225.52499001736112 488.0060000000003 Td
 /F5.0 10.5 Tf
 <436f6e74656e744d617070696e6753657276696365> Tj
 ET
@@ -10428,7 +10320,7 @@ ET
 2.758 Tw
 
 BT
-335.7749900173611 460.2260000000002 Td
+335.7749900173611 488.0060000000003 Td
 /F1.0 10.5 Tf
 [<2e2020546865206469616772> 20.01953125 <616d2062656c6f772073686f777320686f77207468657365>] TJ
 ET
@@ -10441,7 +10333,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 444.44600000000025 Td
+48.24 472.22600000000034 Td
 /F1.0 10.5 Tf
 [<636f6c6c61626f72> 20.01953125 <6174653a>] TJ
 ET
@@ -10451,10 +10343,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.946 Tw
+6.229 Tw
 
 BT
-48.24 404.6660000000002 Td
+48.24 432.4460000000003 Td
 /F1.0 10.5 Tf
 <54686520> Tj
 ET
@@ -10466,12 +10358,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.946 Tw
+6.229 Tw
 
 BT
-70.60591167534722 404.6660000000002 Td
+75.8888125 432.4460000000003 Td
 /F5.0 10.5 Tf
-<526570726573656e746174696f6e53657276696365466f725265737466756c4f626a65637473> Tj
+<526570726573656e746174696f6e53657276696365436f6e74656e744e65676f746961746f72> Tj
 ET
 
 
@@ -10481,12 +10373,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.946 Tw
+6.229 Tw
 
 BT
-270.1059116753472 404.6660000000002 Td
+275.3888125 432.4460000000003 Td
 /F1.0 10.5 Tf
-[<206973207468652064656661756c7420696d706c656d656e746174696f6e206f66207468697320736572766963653b206c696b> 20.01953125 <6577697365>] TJ
+<206973207468652064656661756c7420696d706c656d656e746174696f6e206f662074686520746f702d6c6576656c> Tj
 ET
 
 
@@ -10496,12 +10388,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-19.540 Tw
+0.567 Tw
 
 BT
-48.24 388.8860000000002 Td
+48.24 416.6660000000003 Td
 /F5.0 10.5 Tf
-<436f6e74656e744e65676f74696174696f6e5365727669636558526f446f6d61696e54797065> Tj
+<526570726573656e746174696f6e53657276696365> Tj
 ET
 
 
@@ -10511,12 +10403,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-19.540 Tw
+0.567 Tw
 
 BT
-247.74 388.8860000000002 Td
+158.49 416.6660000000003 Td
 /F1.0 10.5 Tf
-<206973207468652064656661756c7420696d706c656d656e746174696f6e206f6620746865> Tj
+<2c20616e642069742064656c65676174657320746f206c697374206f6620696e6a656374696e6720> Tj
 ET
 
 
@@ -10526,10 +10418,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-6.885 Tw
+0.567 Tw
 
 BT
-48.24 373.1060000000002 Td
+338.32149999999996 416.6660000000003 Td
 /F5.0 10.5 Tf
 <436f6e74656e744e65676f74696174696f6e53657276696365> Tj
 ET
@@ -10541,12 +10433,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-6.885 Tw
+0.567 Tw
 
 BT
-179.49 373.1060000000002 Td
+469.57149999999996 416.6660000000003 Td
 /F1.0 10.5 Tf
-<2e2020496620796f7520696e73706563742074686520736f7572636520636f646520796f75d56c6c207365652074686174207468652064656661756c74> Tj
+<2073657276696365732e205573696e67> Tj
 ET
 
 
@@ -10556,12 +10448,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.696 Tw
+1.966 Tw
 
 BT
-48.24 357.32600000000025 Td
+48.24 400.8860000000003 Td
 /F1.0 10.5 Tf
-[<696d706c656d656e746174696f6e206f6620746869732073657276696365d573207072696d61727920726573706f6e736962696c69747920697320746f2067656e6572> 20.01953125 <617465207468652064656661756c74205265737466756c204f626a65637473>] TJ
+[<6120636861696e206f6620726573706f6e736962696c697479207061747465726e2c2069742072657475726e7320746865206669727374206e6f6e2d6e756c6c20726570726573656e746174696f6e2e2046> 40.0390625 <6f7220746865697220706172742c20746865>] TJ
 ET
 
 
@@ -10571,57 +10463,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.419 Tw
-
-BT
-48.24 341.5460000000002 Td
-/F1.0 10.5 Tf
-[<726570726573656e746174696f6e732e20205468657265666f72652c20696620796f75207768617420796f752077616e7420746f20646f20697320746f2067656e6572> 20.01953125 <617465206120>] 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.419 Tw
-
-BT
-424.8915529947916 341.5460000000002 Td
-/F4.0 10.5 Tf
-<646966666572656e74205f726570726573656e746174696f6e> 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.398 Tw
-
-BT
-48.24 325.7660000000002 Td
-/F4.0 10.5 Tf
-[<7468656e20696e206d616e> 20.01953125 <79206361736573207265706c6163696e672065697468657220746869732073657276696365205f6f72>] 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.398 Tw
+2.077 Tw
 
 BT
-299.8959211237981 325.7660000000002 Td
+48.24 385.10600000000034 Td
 /F1.0 10.5 Tf
-<2074686520> Tj
+<696d706c656d656e746174696f6e73206f6620> Tj
 ET
 
 
@@ -10631,10 +10478,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.398 Tw
+2.077 Tw
 
 BT
-322.10145267427885 325.7660000000002 Td
+152.8472645596591 385.10600000000034 Td
 /F5.0 10.5 Tf
 <436f6e74656e744e65676f74696174696f6e53657276696365> Tj
 ET
@@ -10646,12 +10493,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.398 Tw
+2.077 Tw
 
 BT
-453.35145267427885 325.7660000000002 Td
+284.0972645596591 385.10600000000034 Td
 /F1.0 10.5 Tf
-<2077696c6c206265206571756976616c656e74> Tj
+[<207573652074686520485454502041> 20.01953125 <63636570742068656164657220746f2064657465726d696e652069662074686579>] TJ
 ET
 
 
@@ -10662,9 +10509,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 309.9860000000002 Td
+48.24 369.3260000000003 Td
 /F1.0 10.5 Tf
-<28796f75d56c6c206e6f74696365207468617420746865697220535049732061726520766572792073696d696c6172292e> Tj
+[<73686f756c642072656e64657220616e> 20.01953125 <7920726570726573656e746174696f6e206f72206a7573742072657475726e206e756c6c2e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -10673,7 +10520,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 275.48600000000016 Td
+48.24 334.8260000000003 Td
 /F2.0 13 Tf
 <322e322e312e20535049> Tj
 ET
@@ -10684,7 +10531,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 248.92600000000016 Td
+48.24 308.2660000000003 Td
 /F1.0 10.5 Tf
 [<5468652053504920646566696e65642062> 20.01953125 <79207468697320736572766963652069733a>] TJ
 ET
@@ -10715,27 +10562,26 @@ Q
 
 endstream
 endobj
-94 0 obj
+93 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 93 0 R
+/Contents 92 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 /F5.0 40 0 R
-/F4.0 39 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
-/Annots [96 0 R 97 0 R 99 0 R 100 0 R 101 0 R 102 0 R 103 0 R]
+/Annots [95 0 R 96 0 R 98 0 R 99 0 R 100 0 R 101 0 R 102 0 R]
 >>
 endobj
-95 0 obj
-[94 0 R /XYZ 0 841.89 null]
+94 0 obj
+[93 0 R /XYZ 0 841.89 null]
 endobj
-96 0 obj
+95 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -10746,7 +10592,7 @@ endobj
 /Type /Annot
 >>
 endobj
-97 0 obj
+96 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -10757,10 +10603,10 @@ endobj
 /Type /Annot
 >>
 endobj
-98 0 obj
-[94 0 R /XYZ 0 690.2900000000002 null]
+97 0 obj
+[93 0 R /XYZ 0 690.2900000000002 null]
 endobj
-99 0 obj
+98 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -10771,7 +10617,7 @@ endobj
 /Type /Annot
 >>
 endobj
-100 0 obj
+99 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -10782,7 +10628,7 @@ endobj
 /Type /Annot
 >>
 endobj
-101 0 obj
+100 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -10793,33 +10639,33 @@ endobj
 /Type /Annot
 >>
 endobj
-102 0 obj
+101 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgfis/rgfis.pdf#_rgfis_presentation-layer_ContentNegotiationService)
 >>
 /Subtype /Link
-/Rect [48.24 458.7560000000002 179.49 469.2560000000002]
+/Rect [48.24 486.5360000000003 179.49 497.0360000000003]
 /Type /Annot
 >>
 endobj
-103 0 obj
+102 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_ContentMappingService)
 >>
 /Subtype /Link
-/Rect [225.52499001736112 458.7560000000002 335.7749900173611 469.2560000000002]
+/Rect [225.52499001736112 486.5360000000003 335.7749900173611 497.0360000000003]
 /Type /Annot
 >>
 endobj
-104 0 obj
-[94 0 R /XYZ 0 294.1700000000002 null]
+103 0 obj
+[93 0 R /XYZ 0 353.51000000000033 null]
 endobj
-105 0 obj
-<< /Length 30025
+104 0 obj
+<< /Length 29646
 >>
 stream
 q
@@ -12389,7 +12235,7 @@ ET
 BT
 64.809 426.9059999999999 Td
 /F1.0 10.5 Tf
-[<726570726573656e746174696f6e206f6620612073696e676c65206f626a6563742c206173207065722073656374696f6e2031342e34206f66207468652052> 20.01953125 <4f20737065632c2076312e30>] TJ
+[<726570726573656e746174696f6e206f6620612073696e676c65206f626a6563742c206567206173207065722073656374696f6e2031342e34206f66207468652052> 20.01953125 <4f20737065632c2076312e30>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -12411,7 +12257,7 @@ ET
 BT
 64.809 405.1259999999999 Td
 /F1.0 10.5 Tf
-[<726570726573656e746174696f6e206f6620612073696e676c652070726f7065727479206f6620616e206f626a6563742c206173207065722073656374696f6e2031362e34206f66207468652052> 20.01953125 <4f20737065632076312e30>] TJ
+[<726570726573656e746174696f6e206f6620612073696e676c652070726f7065727479206f6620616e206f626a6563742c206567206173207065722073656374696f6e2031362e34206f66207468652052> 20.01953125 <4f20737065632076312e30>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -12433,7 +12279,7 @@ ET
 BT
 64.809 383.34599999999995 Td
 /F1.0 10.5 Tf
-[<726570726573656e746174696f6e206f6620612073696e676c6520636f6c6c656374696f6e206f6620616e206f626a6563742c206173207065722073656374696f6e2031372e35206f66207468652052> 20.01953125 <4f20737065632076312e30>] TJ
+[<726570726573656e746174696f6e206f6620612073696e676c6520636f6c6c656374696f6e206f6620616e206f626a6563742c206567206173207065722073656374696f6e2031372e35206f66207468652052> 20.01953125 <4f20737065632076312e30>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -12455,7 +12301,7 @@ ET
 BT
 64.809 361.566 Td
 /F1.0 10.5 Tf
-[<726570726573656e746174696f6e206f6620612073696e676c6520616374696f6e202870726f6d707429206f6620616e206f626a6563742c206173207065722073656374696f6e2031382e32206f66207468652052> 20.01953125 <4f20737065632076312e30>] TJ
+[<726570726573656e746174696f6e206f6620612073696e676c6520616374696f6e202870726f6d707429206f6620616e206f626a6563742c206567206173207065722073656374696f6e2031382e32206f66207468652052> 20.01953125 <4f20737065632076312e30>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -12474,19 +12320,34 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+0.792 Tw
+
 BT
 64.809 339.786 Td
 /F1.0 10.5 Tf
-[<726570726573656e746174696f6e206f662074686520726573756c7473206f6620612073696e676c6520616374696f6e20696e766f636174696f6e2c206173207065722073656374696f6e2031392e35206f66207468652052> 20.01953125 <4f20737065632076312e30>] TJ
+[<726570726573656e746174696f6e206f662074686520726573756c7473206f6620612073696e676c6520616374696f6e20696e766f636174696f6e2c206567206173207065722073656374696f6e2031392e35206f66207468652052> 20.01953125 <4f2073706563>] 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.239999999999995 312.00600000000003 Td
+64.809 324.006 Td
+/F1.0 10.5 Tf
+<76312e30> 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 296.226 Td
 /F1.0 10.5 Tf
 <5468657365206d6574686f64732070726f766964653a> Tj
 ET
@@ -12499,7 +12360,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.8805 284.22600000000006 Td
+56.8805 268.44599999999997 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -12514,7 +12375,7 @@ ET
 0.642 Tw
 
 BT
-66.24 284.22600000000006 Td
+66.24 268.44599999999997 Td
 /F1.0 10.5 Tf
 <6120> Tj
 ET
@@ -12529,7 +12390,7 @@ ET
 0.642 Tw
 
 BT
-75.50240909090908 284.22600000000006 Td
+75.50240909090908 268.44599999999997 Td
 /F5.0 10.5 Tf
 <52656e6465726572436f6e74657874> Tj
 ET
@@ -12544,7 +12405,7 @@ ET
 0.642 Tw
 
 BT
-154.25240909090908 284.22600000000006 Td
+154.25240909090908 268.44599999999997 Td
 /F1.0 10.5 Tf
 <2077686963682070726f76696465732061636365737320746f20726571756573742d737065636966696320636f6e746578742028656720485454502068656164657273292c2073657373696f6e2d> Tj
 ET
@@ -12557,7 +12418,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24 268.446 Td
+66.24 252.66599999999997 Td
 /F1.0 10.5 Tf
 [<737065636966696320636f6e74657874202865672061757468656e7469636174696f6e2920616e6420676c6f62616c20636f6e746578742028656720636f6e6669677572> 20.01953125 <6174696f6e2073657474696e677329>] TJ
 ET
@@ -12570,7 +12431,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.8805 246.66600000000005 Td
+56.8805 230.88599999999997 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -12583,7 +12444,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24 246.66600000000005 Td
+66.24 230.88599999999997 Td
 /F1.0 10.5 Tf
 <616e206f626a65637420726570726573656e74696e672074686520696e666f726d6174696f6e20746f2062652072656e6465726564> Tj
 ET
@@ -12594,7 +12455,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24 218.88600000000005 Td
+66.24 203.10599999999997 Td
 /F1.0 10.5 Tf
 <656720> Tj
 ET
@@ -12605,7 +12466,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-80.226 218.88600000000005 Td
+80.226 203.10599999999997 Td
 /F5.0 10.5 Tf
 <4f626a65637441646170746572> Tj
 ET
@@ -12616,7 +12477,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-148.476 218.88600000000005 Td
+148.476 203.10599999999997 Td
 /F1.0 10.5 Tf
 <2c20> Tj
 ET
@@ -12627,7 +12488,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-153.82049999999998 218.88600000000005 Td
+153.82049999999998 203.10599999999997 Td
 /F5.0 10.5 Tf
 <4f626a656374416e6450726f7065727479> Tj
 ET
@@ -12638,7 +12499,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-243.07049999999998 218.88600000000005 Td
+243.07049999999998 203.10599999999997 Td
 /F1.0 10.5 Tf
 <2c20> Tj
 ET
@@ -12649,7 +12510,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-248.41500000000002 218.88600000000005 Td
+248.41500000000002 203.10599999999997 Td
 /F5.0 10.5 Tf
 <4f626a656374416e64436f6c6c656374696f6e> Tj
 ET
@@ -12660,7 +12521,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-348.165 218.88600000000005 Td
+348.165 203.10599999999997 Td
 /F1.0 10.5 Tf
 <20657463> Tj
 ET
@@ -12673,7 +12534,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-56.8805 191.10600000000005 Td
+56.8805 175.32599999999996 Td
 /F1.0 10.5 Tf
 <a5> Tj
 ET
@@ -12686,7 +12547,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24 191.10600000000005 Td
+66.24 175.32599999999996 Td
 /F1.0 10.5 Tf
 <666f72206d656d626572732c20776865746865722074686520726570726573656e746174696f6e20697320696e20726561642f7772697465206d6f6465> Tj
 ET
@@ -12697,7 +12558,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-66.24 163.32600000000005 Td
+66.24 147.54599999999996 Td
 /F1.0 10.5 Tf
 <696520> Tj
 ET
@@ -12708,7 +12569,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-77.92649999999999 163.32600000000005 Td
+77.92649999999999 147.54599999999996 Td
 /F5.0 10.5 Tf
 <4d656d626572526570724d6f6465> Tj
 ET
@@ -12719,7 +12580,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.239999999999995 122.82600000000004 Td
+48.239999999999995 107.04599999999996 Td
 /F2.0 13 Tf
 <322e322e322e20496d706c656d656e746174696f6e> Tj
 ET
@@ -12732,7 +12593,7 @@ ET
 7.977 Tw
 
 BT
-48.239999999999995 96.26600000000003 Td
+48.239999999999995 80.48599999999998 Td
 /F1.0 10.5 Tf
 [<41732064697363757373656420696e2074686520696e74726f64756374696f6e2c20746865206672> 20.01953125 <616d65776f726b2070726f766964657320612064656661756c7420696d706c656d656e746174696f6e2c>] TJ
 ET
@@ -12744,10 +12605,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-10.676 Tw
+19.606 Tw
 
 BT
-48.239999999999995 80.48600000000003 Td
+48.239999999999995 64.70599999999997 Td
 /F5.0 10.5 Tf
 <6f2e612e692e762e726f2e72656e646572696e672e736572766963652e526570726573656e746174696f6e53657276696365436f6e74656e744e65676f746961746f72> Tj
 ET
@@ -12759,42 +12620,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-10.676 Tw
+19.606 Tw
 
 BT
-399.99 80.48600000000003 Td
+399.99 64.70599999999997 Td
 /F1.0 10.5 Tf
-<2e202020546869732064656c65676174657320746f> 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.368 Tw
-
-BT
-48.239999999999995 64.70600000000003 Td
-/F5.0 10.5 Tf
-<436f6e74656e744e65676f74696174696f6e53657276696365> 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.368 Tw
-
-BT
-179.49 64.70600000000003 Td
-/F1.0 10.5 Tf
-[<20746f2067656e6572> 20.01953125 <61746520616e20616c7465726e617469766520726570726573656e746174696f6e3b20627574206966206e6f6e652069732070726f7669646564207468656e206974>] TJ
+<2e20546869732064656c65676174657320746f> Tj
 ET
 
 
@@ -12825,49 +12656,67 @@ Q
 
 endstream
 endobj
-106 0 obj
+105 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 105 0 R
+/Contents 104 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F5.0 40 0 R
 /F5.1 67 0 R
 /F1.0 8 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
-/Annots [108 0 R]
 >>
 endobj
-107 0 obj
-[106 0 R /XYZ 0 141.51000000000005 null]
-endobj
-108 0 obj
-<< /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (../rgfis/rgfis.pdf#_rgfis_presentation-layer_ContentNegotiationService)
->>
-/Subtype /Link
-/Rect [48.239999999999995 63.23600000000003 179.49 73.73600000000003]
-/Type /Annot
->>
+106 0 obj
+[105 0 R /XYZ 0 125.72999999999996 null]
 endobj
-109 0 obj
-<< /Length 6264
+107 0 obj
+<< /Length 5443
 >>
 stream
 q
 /DeviceRGB cs
-0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
 /DeviceRGB CS
-0.200 0.200 0.200 SCN
+0.694 0.129 0.275 SCN
+
+0.368 Tw
 
 BT
 48.24 794.6759999999999 Td
+/F5.0 10.5 Tf
+<436f6e74656e744e65676f74696174696f6e53657276696365> 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.368 Tw
+
+BT
+179.49 794.6759999999999 Td
+/F1.0 10.5 Tf
+[<20746f2067656e6572> 20.01953125 <61746520616e20616c7465726e617469766520726570726573656e746174696f6e3b20627574206966206e6f6e652069732070726f7669646564207468656e206974>] 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.24 778.896 Td
 /F1.0 10.5 Tf
 [<66616c6c73206261636b206f6e2067656e6572> 20.01953125 <6174696e672074686520726570726573656e746174696f6e7320617320646566696e656420696e2074686520>] TJ
 ET
@@ -12878,7 +12727,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-356.383294921875 794.6759999999999 Td
+356.383294921875 778.896 Td
 /F1.0 10.5 Tf
 <5265737466756c204f626a656374732073706563> Tj
 ET
@@ -12889,7 +12738,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-455.072794921875 794.6759999999999 Td
+455.072794921875 778.896 Td
 /F1.0 10.5 Tf
 <2076312e302e> Tj
 ET
@@ -12902,7 +12751,7 @@ ET
 1.712 Tw
 
 BT
-48.24 766.896 Td
+48.24 751.116 Td
 /F1.0 10.5 Tf
 [<54> 29.78515625 <6f2075736520616e20616c7465726e617469766520696d706c656d656e746174696f6e2c2075736520>] TJ
 ET
@@ -12917,7 +12766,7 @@ ET
 1.712 Tw
 
 BT
-271.49670234375 766.896 Td
+271.49670234375 751.116 Td
 /F5.0 10.5 Tf
 <40446f6d61696e536572766963654c61796f7574236d656e754f726465722829> Tj
 ET
@@ -12932,7 +12781,7 @@ ET
 1.712 Tw
 
 BT
-439.49670234375003 766.896 Td
+439.49670234375003 751.116 Td
 /F1.0 10.5 Tf
 <20286173206578706c61696e656420696e20746865> Tj
 ET
@@ -12945,7 +12794,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-48.24 751.116 Td
+48.24 735.336 Td
 /F1.0 10.5 Tf
 <696e74726f64756374696f6e> Tj
 ET
@@ -12956,7 +12805,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-111.19800000000001 751.116 Td
+111.19800000000001 735.336 Td
 /F1.0 10.5 Tf
 <20746f2074686973206775696465292e> Tj
 ET
@@ -12967,7 +12816,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 716.6160000000001 Td
+48.24 700.8360000000001 Td
 /F2.0 13 Tf
 <322e322e332e205265676973746572696e6720746865205365727669636573> Tj
 ET
@@ -12977,57 +12826,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.855 Tw
-
-BT
-48.24 690.0560000000002 Td
-/F1.0 10.5 Tf
-<417373756d696e6720746861742074686520> 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.855 Tw
-
-BT
-147.09779999999998 690.0560000000002 Td
-/F5.0 10.5 Tf
-<636f6e66696775726174696f6e2d616e642d616e6e6f746174696f6e> 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.855 Tw
-
-BT
-294.0978 690.0560000000002 Td
-/F1.0 10.5 Tf
-<20736572766963657320696e7374616c6c657220697320636f6e666967757265642028696d706c69636974206966207573696e67> 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
-
-8.605 Tw
+2.146 Tw
 
 BT
 48.24 674.2760000000002 Td
 /F1.0 10.5 Tf
-<74686520> Tj
+<4170616368652049736973272064656661756c7420696d706c656d656e746174696f6e206f6620> Tj
 ET
 
 
@@ -13037,12 +12841,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-8.605 Tw
+2.146 Tw
 
 BT
-75.5350186434659 674.2760000000002 Td
+254.4504444444444 674.2760000000002 Td
 /F5.0 10.5 Tf
-<4170704d616e6966657374> Tj
+<526570726573656e746174696f6e53657276696365> Tj
 ET
 
 
@@ -13052,27 +12856,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-8.605 Tw
-
-BT
-133.28501864346592 674.2760000000002 Td
-/F1.0 10.5 Tf
-<20746f20> 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
-
-8.605 Tw
+2.146 Tw
 
 BT
-165.6885559303977 674.2760000000002 Td
+364.70044444444443 674.2760000000002 Td
 /F1.0 10.5 Tf
-[<626f6f74737472> 20.01953125 <61702074686520617070>] TJ
+<2073657276696365206973206175746f6d61746963616c6c792072656769737465726564> Tj
 ET
 
 
@@ -13082,53 +12871,19 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-8.605 Tw
-
-BT
-270.83588813920454 674.2760000000002 Td
-/F1.0 10.5 Tf
-<29207468656e204170616368652049736973272064656661756c7420696d706c656d656e746174696f6e206f66> 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
-
-4.722 Tw
-
 BT
 48.24 658.4960000000002 Td
-/F5.0 10.5 Tf
-<526570726573656e746174696f6e53657276696365> 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.722 Tw
-
-BT
-158.49 658.4960000000002 Td
 /F1.0 10.5 Tf
-<2073657276696365206973206175746f6d61746963616c6c79207265676973746572656420616e6420696e6a65637465642028697420697320616e6e6f74617465642077697468> Tj
+<616e6420696e6a65637465642028697420697320616e6e6f7461746564207769746820> 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.24 642.7160000000002 Td
+215.82000000000002 658.4960000000002 Td
 /F5.0 10.5 Tf
 <40446f6d61696e53657276696365> Tj
 ET
@@ -13139,7 +12894,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-121.74000000000001 642.7160000000002 Td
+289.32 658.4960000000002 Td
 /F1.0 10.5 Tf
 [<2920736f206e6f206675727468657220636f6e6669677572> 20.01953125 <6174696f6e2069732072657175697265642e>] TJ
 ET
@@ -13150,7 +12905,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 608.2160000000002 Td
+48.24 623.9960000000003 Td
 /F2.0 13 Tf
 <322e322e342e2052656c61746564205365727669636573> Tj
 ET
@@ -13163,7 +12918,7 @@ ET
 0.564 Tw
 
 BT
-48.24 581.6560000000003 Td
+48.24 597.4360000000004 Td
 /F1.0 10.5 Tf
 <5468652064656661756c7420696d706c656d656e746174696f6e2064656c65676174657320746f20> Tj
 ET
@@ -13178,7 +12933,7 @@ ET
 0.564 Tw
 
 BT
-255.4218125 581.6560000000003 Td
+255.4218125 597.4360000000004 Td
 /F5.0 10.5 Tf
 <436f6e74656e744e65676f74696174696f6e53657276696365> Tj
 ET
@@ -13193,7 +12948,7 @@ ET
 0.564 Tw
 
 BT
-386.6718125 581.6560000000003 Td
+386.6718125 597.4360000000004 Td
 /F1.0 10.5 Tf
 <2c2077686f73652064656661756c7420696d706c656d656e746174696f6e> Tj
 ET
@@ -13206,7 +12961,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 565.8760000000003 Td
+48.24 581.6560000000004 Td
 /F1.0 10.5 Tf
 [<6d61> 20.01953125 <792064656c656761746520696e207475726e20746f20>] TJ
 ET
@@ -13217,7 +12972,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-167.099794921875 565.8760000000003 Td
+167.099794921875 581.6560000000004 Td
 /F5.0 10.5 Tf
 <436f6e74656e744d617070696e6753657276696365> Tj
 ET
@@ -13228,7 +12983,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-277.349794921875 565.8760000000003 Td
+277.349794921875 581.6560000000004 Td
 /F1.0 10.5 Tf
 <202869662070726573656e74292e> Tj
 ET
@@ -13259,95 +13014,95 @@ Q
 
 endstream
 endobj
-110 0 obj
+108 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 109 0 R
+/Contents 107 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F1.0 8 0 R
-/F5.0 40 0 R
+/Font << /F5.0 40 0 R
+/F1.0 8 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
-/Annots [111 0 R 112 0 R 113 0 R 115 0 R 117 0 R 118 0 R]
+/Annots [109 0 R 110 0 R 111 0 R 112 0 R 115 0 R 116 0 R]
 >>
 endobj
-111 0 obj
+109 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (http://restfulobjects.org)
+/URI (../rgfis/rgfis.pdf#_rgfis_presentation-layer_ContentNegotiationService)
 >>
 /Subtype /Link
-/Rect [356.383294921875 791.6099999999999 455.072794921875 805.89]
+/Rect [48.24 793.2059999999999 179.49 803.7059999999999]
 /Type /Annot
 >>
 endobj
-112 0 obj
+110 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgant/rgant.pdf#_rgant-DomainServiceLayout_menuOrder)
+/URI (http://restfulobjects.org)
 >>
 /Subtype /Link
-/Rect [271.49670234375 765.4259999999999 439.49670234375003 775.9259999999999]
+/Rect [356.383294921875 775.8299999999999 455.072794921875 790.11]
 /Type /Annot
 >>
 endobj
-113 0 obj
+111 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#__rgsvc_intro_overriding-the-services)
+/URI (../rgant/rgant.pdf#_rgant-DomainServiceLayout_menuOrder)
 >>
 /Subtype /Link
-/Rect [48.24 748.05 111.19800000000001 762.33]
+/Rect [271.49670234375 749.646 439.49670234375003 760.146]
 /Type /Annot
 >>
 endobj
-114 0 obj
-[110 0 R /XYZ 0 735.3000000000001 null]
-endobj
-115 0 obj
+112 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgcms/rgcms.pdf#_rgcms_classes_AppManifest-bootstrapping)
+/URI (../rgsvc/rgsvc.pdf#__rgsvc_intro_overriding-the-services)
 >>
 /Subtype /Link
-/Rect [165.6885559303977 671.2100000000002 270.83588813920454 685.4900000000002]
+/Rect [48.24 732.27 111.19800000000001 746.5500000000001]
 /Type /Annot
 >>
 endobj
-116 0 obj
-[110 0 R /XYZ 0 626.9000000000002 null]
+113 0 obj
+[108 0 R /XYZ 0 719.5200000000001 null]
 endobj
-117 0 obj
+114 0 obj
+[108 0 R /XYZ 0 642.6800000000003 null]
+endobj
+115 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgfis/rgfis.pdf#_rgfis_presentation-layer_ContentNegotiationService)
 >>
 /Subtype /Link
-/Rect [255.4218125 580.1860000000003 386.6718125 590.6860000000003]
+/Rect [255.4218125 595.9660000000003 386.6718125 606.4660000000003]
 /Type /Annot
 >>
 endobj
-118 0 obj
+116 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_ContentMappingService)
 >>
 /Subtype /Link
-/Rect [167.099794921875 564.4060000000003 277.349794921875 574.9060000000003]
+/Rect [167.099794921875 580.1860000000004 277.349794921875 590.6860000000004]
 /Type /Annot
 >>
 endobj
-119 0 obj
+117 0 obj
 << /Length 21581
 >>
 stream
@@ -14832,27 +14587,27 @@ Q
 
 endstream
 endobj
-120 0 obj
+118 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 119 0 R
+/Contents 117 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 /F4.0 39 0 R
 /F5.0 40 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
-/Annots [122 0 R 123 0 R 124 0 R 125 0 R 126 0 R 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]
+/Annots [120 0 R 121 0 R 122 0 R 123 0 R 124 0 R 125 0 R 126 0 R 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]
 >>
 endobj
-121 0 obj
-[120 0 R /XYZ 0 841.89 null]
+119 0 obj
+[118 0 R /XYZ 0 841.89 null]
 endobj
-122 0 obj
+120 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14863,7 +14618,7 @@ endobj
 /Type /Annot
 >>
 endobj
-123 0 obj
+121 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14874,7 +14629,7 @@ endobj
 /Type /Annot
 >>
 endobj
-124 0 obj
+122 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14885,7 +14640,7 @@ endobj
 /Type /Annot
 >>
 endobj
-125 0 obj
+123 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14896,7 +14651,7 @@ endobj
 /Type /Annot
 >>
 endobj
-126 0 obj
+124 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14907,7 +14662,7 @@ endobj
 /Type /Annot
 >>
 endobj
-127 0 obj
+125 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14918,7 +14673,7 @@ endobj
 /Type /Annot
 >>
 endobj
-128 0 obj
+126 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14929,7 +14684,7 @@ endobj
 /Type /Annot
 >>
 endobj
-129 0 obj
+127 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14940,7 +14695,7 @@ endobj
 /Type /Annot
 >>
 endobj
-130 0 obj
+128 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14951,7 +14706,7 @@ endobj
 /Type /Annot
 >>
 endobj
-131 0 obj
+129 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14962,7 +14717,7 @@ endobj
 /Type /Annot
 >>
 endobj
-132 0 obj
+130 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14973,7 +14728,7 @@ endobj
 /Type /Annot
 >>
 endobj
-133 0 obj
+131 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14984,7 +14739,7 @@ endobj
 /Type /Annot
 >>
 endobj
-134 0 obj
+132 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14995,7 +14750,7 @@ endobj
 /Type /Annot
 >>
 endobj
-135 0 obj
+133 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15006,7 +14761,7 @@ endobj
 /Type /Annot
 >>
 endobj
-136 0 obj
+134 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15017,7 +14772,7 @@ endobj
 /Type /Annot
 >>
 endobj
-137 0 obj
+135 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15028,7 +14783,7 @@ endobj
 /Type /Annot
 >>
 endobj
-138 0 obj
+136 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15039,7 +14794,7 @@ endobj
 /Type /Annot
 >>
 endobj
-139 0 obj
+137 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15050,7 +14805,7 @@ endobj
 /Type /Annot
 >>
 endobj
-140 0 obj
+138 0 obj
 << /Length 13767
 >>
 stream
@@ -15948,29 +15703,29 @@ Q
 
 endstream
 endobj
-141 0 obj
+139 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 140 0 R
+/Contents 138 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F5.0 40 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
-/Annots [144 0 R 146 0 R 147 0 R 148 0 R]
+/Annots [142 0 R 144 0 R 145 0 R 146 0 R]
 >>
 endobj
-142 0 obj
-[141 0 R /XYZ 0 841.89 null]
+140 0 obj
+[139 0 R /XYZ 0 841.89 null]
 endobj
-143 0 obj
-[141 0 R /XYZ 0 711.27 null]
+141 0 obj
+[139 0 R /XYZ 0 711.27 null]
 endobj
-144 0 obj
+142 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15981,10 +15736,10 @@ endobj
 /Type /Annot
 >>
 endobj
-145 0 obj
-[141 0 R /XYZ 0 420.3500000000001 null]
+143 0 obj
+[139 0 R /XYZ 0 420.3500000000001 null]
 endobj
-146 0 obj
+144 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15995,7 +15750,7 @@ endobj
 /Type /Annot
 >>
 endobj
-147 0 obj
+145 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16006,7 +15761,7 @@ endobj
 /Type /Annot
 >>
 endobj
-148 0 obj
+146 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16017,10 +15772,10 @@ endobj
 /Type /Annot
 >>
 endobj
-149 0 obj
-[141 0 R /XYZ 0 305.15000000000003 null]
+147 0 obj
+[139 0 R /XYZ 0 305.15000000000003 null]
 endobj
-150 0 obj
+148 0 obj
 << /Length 35306
 >>
 stream
@@ -18428,11 +18183,11 @@ Q
 
 endstream
 endobj
-151 0 obj
+149 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 150 0 R
+/Contents 148 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F5.0 40 0 R
 /F5.1 67 0 R
@@ -18440,13 +18195,13 @@ endobj
 /F4.0 39 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
-/Annots [152 0 R 153 0 R 154 0 R 158 0 R 159 0 R]
+/Annots [150 0 R 151 0 R 152 0 R 156 0 R 157 0 R]
 >>
 endobj
-152 0 obj
+150 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18457,7 +18212,7 @@ endobj
 /Type /Annot
 >>
 endobj
-153 0 obj
+151 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18468,7 +18223,7 @@ endobj
 /Type /Annot
 >>
 endobj
-154 0 obj
+152 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18479,20 +18234,20 @@ endobj
 /Type /Annot
 >>
 endobj
-155 0 obj
-[151 0 R /XYZ 0 200.4699999999999 null]
+153 0 obj
+[149 0 R /XYZ 0 200.4699999999999 null]
 endobj
-156 0 obj
+154 0 obj
 << /Limits [(__rgfis) (implementation-2)]
-/Names [(__rgfis) 13 0 R (_rgfis_application-layer) 121 0 R (_rgfis_application-layer_AuthenticationSessionProvider) 142 0 R (_rgfis_application-layer_CommandDtoServiceInternal) 145 0 R (_rgfis_application-layer_InteractionDtoServiceInternal) 160 0 R (_rgfis_persistence-layer) 172 0 R (_rgfis_persistence-layer_AuditingServiceInternal) 198 0 R (_rgfis_persistence-layer_ChangedObjectsServiceInternal) 217 0 R (_rgfis_persistence-layer_PersistenceSessionServiceInternal) 233 0 R (_rgfis_persistence-layer_PublishingServiceInternal) 240 0 R (_rgfis_presentation-layer) 37 0 R (_rgfis_presentation-layer_ContentNegotiationService) 53 0 R (_rgfis_presentation-layer_RepresentationService) 98 0 R (configuration) 85 0 R (implementation) 68 0 R (implementation-2) 107 0 R]
+/Names [(__rgfis) 13 0 R (_rgfis_application-layer) 119 0 R (_rgfis_application-layer_AuthenticationSessionProvider) 140 0 R (_rgfis_application-layer_CommandDtoServiceInternal) 143 0 R (_rgfis_application-layer_InteractionDtoServiceInternal) 158 0 R (_rgfis_persistence-layer) 170 0 R (_rgfis_persistence-layer_AuditingServiceInternal) 196 0 R (_rgfis_persistence-layer_ChangedObjectsServiceInternal) 214 0 R (_rgfis_persistence-layer_PersistenceSessionServiceInternal) 229 0 R (_rgfis_persistence-layer_PublishingServiceInternal) 236 0 R (_rgfis_presentation-layer) 37 0 R (_rgfis_presentation-layer_ContentNegotiationService) 53 0 R (_rgfis_presentation-layer_RepresentationService) 97 0 R (configuration) 85 0 R (implementation) 68 0 R (implementation-2) 106 0 R]
 >>
 endobj
-157 0 obj
+155 0 obj
 << /Limits [(other-guides) (related-services-3)]
-/Names [(other-guides) 19 0 R (registering-the-service) 210 0 R (registering-the-service-2) 226 0 R (registering-the-service-3) 255 0 R (registering-the-services) 89 0 R (registering-the-services-2) 114 0 R (related-classes) 212 0 R (related-classes-2) 228 0 R (related-classes-3) 259 0 R (related-services) 95 0 R (related-services-2) 116 0 R (related-services-3) 155 0 R]
+/Names [(other-guides) 19 0 R (registering-the-service) 208 0 R (registering-the-service-2) 223 0 R (registering-the-service-3) 251 0 R (registering-the-services) 89 0 R (registering-the-services-2) 113 0 R (related-classes) 209 0 R (related-classes-2) 224 0 R (related-classes-3) 256 0 R (related-services) 94 0 R (related-services-2) 114 0 R (related-services-3) 153 0 R]
 >>
 endobj
-158 0 obj
+156 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18503,7 +18258,7 @@ endobj
 /Type /Annot
 >>
 endobj
-159 0 obj
+157 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -18514,10 +18269,10 @@ endobj
 /Type /Annot
 >>
 endobj
-160 0 obj
-[151 0 R /XYZ 0 123.62999999999988 null]
+158 0 obj
+[149 0 R /XYZ 0 123.62999999999988 null]
 endobj
-161 0 obj
+159 0 obj
 << /Length 20790
 >>
 stream
@@ -19870,24 +19625,24 @@ Q
 
 endstream
 endobj
-162 0 obj
+160 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 161 0 R
+/Contents 159 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F5.0 40 0 R
 /F2.0 16 0 R
 /F5.1 67 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
-/Annots [163 0 R 164 0 R 166 0 R 168 0 R 169 0 R]
+/Annots [161 0 R 162 0 R 164 0 R 166 0 R 167 0 R]
 >>
 endobj
-163 0 obj
+161 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -19898,7 +19653,7 @@ endobj
 /Type /Annot
 >>
 endobj
-164 0 obj
+162 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -19909,10 +19664,10 @@ endobj
 /Type /Annot
 >>
 endobj
-165 0 obj
-[162 0 R /XYZ 0 763.08 null]
+163 0 obj
+[160 0 R /XYZ 0 763.08 null]
 endobj
-166 0 obj
+164 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -19923,10 +19678,10 @@ endobj
 /Type /Annot
 >>
 endobj
-167 0 obj
-[162 0 R /XYZ 0 321.2000000000002 null]
+165 0 obj
+[160 0 R /XYZ 0 321.2000000000002 null]
 endobj
-168 0 obj
+166 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -19937,7 +19692,7 @@ endobj
 /Type /Annot
 >>
 endobj
-169 0 obj
+167 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -19948,8 +19703,8 @@ endobj
 /Type /Annot
 >>
 endobj
-170 0 obj
-<< /Length 25320
+168 0 obj
+<< /Length 25316
 >>
 stream
 q
@@ -21519,7 +21274,7 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-3.189 Tw
+0.073 Tw
 
 BT
 48.24000000000001 88.27600000000012 Td
@@ -21534,7 +21289,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.189 Tw
+0.073 Tw
 
 BT
 126.99000000000001 88.27600000000012 Td
@@ -21549,10 +21304,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-3.189 Tw
+0.073 Tw
 
 BT
-157.91615384615386 88.27600000000012 Td
+151.6856153846154 88.27600000000012 Td
 /F5.0 10.5 Tf
 <4175646974657253657276696365> Tj
 ET
@@ -21564,12 +21319,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.189 Tw
+0.073 Tw
 
 BT
-231.41615384615386 88.27600000000012 Td
+225.1856153846154 88.27600000000012 Td
 /F1.0 10.5 Tf
-<2073657276696365732e2020497420697320726573706f6e7369626c6520666f72206f627461696e696e67207468652064657461696c73206f6620616c6c> Tj
+<2073657276696365732e20497420697320726573706f6e7369626c6520666f72206f627461696e696e67207468652064657461696c73206f6620616c6c206368616e676573> Tj
 ET
 
 
@@ -21579,12 +21334,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.409 Tw
+0.463 Tw
 
 BT
 48.24000000000001 72.49600000000012 Td
 /F1.0 10.5 Tf
-[<6368616e67657320746f20646f6d61696e206f626a656374732077697468696e20616e20696e746572> 20.01953125 <616374696f6e2c20616e64207468656e20746f2063616c6c2074686520636f6e6669677572656420>] TJ
+[<746f20646f6d61696e206f626a656374732077697468696e20616e20696e746572> 20.01953125 <616374696f6e2c20616e64207468656e20746f2063616c6c2074686520636f6e6669677572656420>] TJ
 ET
 
 
@@ -21594,10 +21349,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.409 Tw
+0.463 Tw
 
 BT
-455.4066639229911 72.49600000000012 Td
+412.4183278459821 72.49600000000012 Td
 /F5.0 10.5 Tf
 <4175646974696e6753657276696365> Tj
 ET
@@ -21609,12 +21364,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.409 Tw
+0.463 Tw
 
 BT
-534.1566639229911 72.49600000000012 Td
+491.1683278459821 72.49600000000012 Td
 /F1.0 10.5 Tf
-<20746f> Tj
+<20746f2061637475616c6c79> Tj
 ET
 
 
@@ -21627,7 +21382,7 @@ ET
 BT
 48.24000000000001 56.71600000000012 Td
 /F1.0 10.5 Tf
-<61637475616c6c792063726561746520617564697420656e7472696573206f662074686f7365206368616e6765732e> Tj
+<63726561746520617564697420656e7472696573206f662074686f7365206368616e6765732e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -21656,27 +21411,27 @@ Q
 
 endstream
 endobj
-171 0 obj
+169 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 170 0 R
+/Contents 168 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 /F4.0 39 0 R
 /F5.0 40 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
-/Annots [173 0 R 174 0 R 175 0 R 176 0 R 177 0 R 178 0 R 179 0 R 180 0 R 181 0 R 182 0 R 183 0 R 184 0 R 185 0 R 186 0 R 187 0 R 188 0 R 189 0 R 190 0 R 191 0 R 192 0 R 193 0 R 194 0 R 195 0 R 196 0 R 197 0 R 199 0 R 200 0 R]
+/Annots [171 0 R 172 0 R 173 0 R 174 0 R 175 0 R 176 0 R 177 0 R 178 0 R 179 0 R 180 0 R 181 0 R 182 0 R 183 0 R 184 0 R 185 0 R 186 0 R 187 0 R 188 0 R 189 0 R 190 0 R 191 0 R 192 0 R 193 0 R 194 0 R 195 0 R 197 0 R 198 0 R]
 >>
 endobj
-172 0 obj
-[171 0 R /XYZ 0 841.89 null]
+170 0 obj
+[169 0 R /XYZ 0 841.89 null]
 endobj
-173 0 obj
+171 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21687,7 +21442,7 @@ endobj
 /Type /Annot
 >>
 endobj
-174 0 obj
+172 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21698,7 +21453,7 @@ endobj
 /Type /Annot
 >>
 endobj
-175 0 obj
+173 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21709,7 +21464,7 @@ endobj
 /Type /Annot
 >>
 endobj
-176 0 obj
+174 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21720,7 +21475,7 @@ endobj
 /Type /Annot
 >>
 endobj
-177 0 obj
+175 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21731,7 +21486,7 @@ endobj
 /Type /Annot
 >>
 endobj
-178 0 obj
+176 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21742,7 +21497,7 @@ endobj
 /Type /Annot
 >>
 endobj
-179 0 obj
+177 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21753,7 +21508,7 @@ endobj
 /Type /Annot
 >>
 endobj
-180 0 obj
+178 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21764,7 +21519,7 @@ endobj
 /Type /Annot
 >>
 endobj
-181 0 obj
+179 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21775,7 +21530,7 @@ endobj
 /Type /Annot
 >>
 endobj
-182 0 obj
+180 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21786,7 +21541,7 @@ endobj
 /Type /Annot
 >>
 endobj
-183 0 obj
+181 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21797,7 +21552,7 @@ endobj
 /Type /Annot
 >>
 endobj
-184 0 obj
+182 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21808,7 +21563,7 @@ endobj
 /Type /Annot
 >>
 endobj
-185 0 obj
+183 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21819,7 +21574,7 @@ endobj
 /Type /Annot
 >>
 endobj
-186 0 obj
+184 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21830,7 +21585,7 @@ endobj
 /Type /Annot
 >>
 endobj
-187 0 obj
+185 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21841,7 +21596,7 @@ endobj
 /Type /Annot
 >>
 endobj
-188 0 obj
+186 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21852,7 +21607,7 @@ endobj
 /Type /Annot
 >>
 endobj
-189 0 obj
+187 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21863,7 +21618,7 @@ endobj
 /Type /Annot
 >>
 endobj
-190 0 obj
+188 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21874,7 +21629,7 @@ endobj
 /Type /Annot
 >>
 endobj
-191 0 obj
+189 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21885,7 +21640,7 @@ endobj
 /Type /Annot
 >>
 endobj
-192 0 obj
+190 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21896,7 +21651,7 @@ endobj
 /Type /Annot
 >>
 endobj
-193 0 obj
+191 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21907,7 +21662,7 @@ endobj
 /Type /Annot
 >>
 endobj
-194 0 obj
+192 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21918,7 +21673,7 @@ endobj
 /Type /Annot
 >>
 endobj
-195 0 obj
+193 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21929,7 +21684,7 @@ endobj
 /Type /Annot
 >>
 endobj
-196 0 obj
+194 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21940,7 +21695,7 @@ endobj
 /Type /Annot
 >>
 endobj
-197 0 obj
+195 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21951,10 +21706,10 @@ endobj
 /Type /Annot
 >>
 endobj
-198 0 obj
-[171 0 R /XYZ 0 156.10000000000014 null]
+196 0 obj
+[169 0 R /XYZ 0 156.10000000000014 null]
 endobj
-199 0 obj
+197 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21965,19 +21720,19 @@ endobj
 /Type /Annot
 >>
 endobj
-200 0 obj
+198 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_persistence-layer-spi_AuditerService)
 >>
 /Subtype /Link
-/Rect [157.91615384615386 86.80600000000013 231.41615384615386 97.30600000000013]
+/Rect [151.6856153846154 86.80600000000013 225.1856153846154 97.30600000000013]
 /Type /Annot
 >>
 endobj
-201 0 obj
-<< /Length 20450
+199 0 obj
+<< /Length 18901
 >>
 stream
 q
@@ -22646,12 +22401,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.855 Tw
+0.714 Tw
 
 BT
 48.24000000000001 467.94600000000025 Td
 /F1.0 10.5 Tf
-<417373756d696e6720746861742074686520> Tj
+<4170616368652049736973272064656661756c7420696d706c656d656e746174696f6e206f6620> Tj
 ET
 
 
@@ -22661,12 +22416,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.855 Tw
+0.714 Tw
 
 BT
-147.0978 467.94600000000025 Td
+247.28725 467.94600000000025 Td
 /F5.0 10.5 Tf
-<636f6e66696775726174696f6e2d616e642d616e6e6f746174696f6e> Tj
+<4175646974696e6753657276696365496e7465726e616c> Tj
 ET
 
 
@@ -22676,12 +22431,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.855 Tw
+0.714 Tw
 
 BT
-294.0978 467.94600000000025 Td
+368.03725000000003 467.94600000000025 Td
 /F1.0 10.5 Tf
-<20736572766963657320696e7374616c6c657220697320636f6e666967757265642028696d706c69636974206966207573696e67> Tj
+<20636c617373206973206175746f6d61746963616c6c79207265676973746572656420286974> Tj
 ET
 
 
@@ -22691,145 +22446,32 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-8.605 Tw
-
 BT
 48.24000000000001 452.1660000000003 Td
 /F1.0 10.5 Tf
-<74686520> 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
-
-8.605 Tw
-
-BT
-75.53501864346592 452.1660000000003 Td
-/F5.0 10.5 Tf
-<4170704d616e6966657374> 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
-
-8.605 Tw
-
-BT
-133.28501864346592 452.1660000000003 Td
-/F1.0 10.5 Tf
-<20746f20> 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
-
-8.605 Tw
-
-BT
-165.68855593039774 452.1660000000003 Td
-/F1.0 10.5 Tf
-[<626f6f74737472> 20.01953125 <61702074686520617070>] 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
-
-8.605 Tw
-
-BT
-270.83588813920454 452.1660000000003 Td
-/F1.0 10.5 Tf
-<29207468656e204170616368652049736973272064656661756c7420696d706c656d656e746174696f6e206f66> Tj
+<697320616e6e6f7461746564207769746820> 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.351 Tw
-
 BT
-48.24000000000001 436.38600000000025 Td
-/F5.0 10.5 Tf
-<4175646974696e6753657276696365496e7465726e616c> 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.351 Tw
-
-BT
-168.99 436.38600000000025 Td
-/F1.0 10.5 Tf
-<20636c617373206973206175746f6d61746963616c6c7920726567697374657265642028697420697320616e6e6f7461746564207769746820> 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.351 Tw
-
-BT
-440.1409090909091 436.38600000000025 Td
+138.07800000000003 452.1660000000003 Td
 /F5.0 10.5 Tf
 <40446f6d61696e53657276696365> 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.351 Tw
-
 BT
-513.6409090909091 436.38600000000025 Td
+211.57800000000003 452.1660000000003 Td
 /F1.0 10.5 Tf
-<2920736f206e6f> 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 420.6060000000002 Td
-/F1.0 10.5 Tf
-[<6675727468657220636f6e6669677572> 20.01953125 <6174696f6e2069732072657175697265642e>] TJ
+[<2920736f206e6f206675727468657220636f6e6669677572> 20.01953125 <6174696f6e2069732072657175697265642e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -22838,7 +22480,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 386.1060000000002 Td
+48.24000000000001 417.6660000000002 Td
 /F2.0 13 Tf
 <342e312e332e2052656c6174656420436c6173736573> Tj
 ET
@@ -22851,7 +22493,7 @@ ET
 0.899 Tw
 
 BT
-48.24000000000001 359.5460000000002 Td
+48.24000000000001 391.1060000000002 Td
 /F1.0 10.5 Tf
 <54686520736572766963652064656c656761746573206265747765656e207468652028696e7465726e616c2920> Tj
 ET
@@ -22866,7 +22508,7 @@ ET
 0.899 Tw
 
 BT
-277.03172727272727 359.5460000000002 Td
+277.03172727272727 391.1060000000002 Td
 /F5.0 10.5 Tf
 <4368616e6765644f626a6563747353657276696365496e7465726e616c> Tj
 ET
@@ -22881,7 +22523,7 @@ ET
 0.899 Tw
 
 BT
-429.28172727272727 359.5460000000002 Td
+429.28172727272727 391.1060000000002 Td
 /F1.0 10.5 Tf
 <20646f6d61696e20736572766963652020746f20746865> Tj
 ET
@@ -22896,7 +22538,7 @@ ET
 0.824 Tw
 
 BT
-48.24000000000001 343.7660000000002 Td
+48.24000000000001 375.32600000000025 Td
 /F1.0 10.5 Tf
 <636f6e6669677572656420> Tj
 ET
@@ -22911,7 +22553,7 @@ ET
 0.824 Tw
 
 BT
-106.30973333333333 343.7660000000002 Td
+106.30973333333333 375.32600000000025 Td
 /F5.0 10.5 Tf
 <4175646974696e6753657276696365> Tj
 ET
@@ -22926,7 +22568,7 @@ ET
 0.824 Tw
 
 BT
-185.05973333333333 343.7660000000002 Td
+185.05973333333333 375.32600000000025 Td
 /F1.0 10.5 Tf
 <2e20204966206e6f207375636820> Tj
 ET
@@ -22941,7 +22583,7 @@ ET
 0.824 Tw
 
 BT
-249.17539999999997 343.7660000000002 Td
+249.17539999999997 375.32600000000025 Td
 /F5.0 10.5 Tf
 <4175646974696e6753657276696365> Tj
 ET
@@ -22956,7 +22598,7 @@ ET
 0.824 Tw
 
 BT
-327.92539999999997 343.7660000000002 Td
+327.92539999999997 375.32600000000025 Td
 /F1.0 10.5 Tf
 <20697320636f6e666967757265642c2074686973207365727669636520697320696e206566666563742061206e6f2d> Tj
 ET
@@ -22969,7 +22611,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 327.9860000000002 Td
+48.24000000000001 359.5460000000002 Td
 /F1.0 10.5 Tf
 <6f702e> Tj
 ET
@@ -22982,7 +22624,7 @@ ET
 0.643 Tw
 
 BT
-48.24000000000001 300.2060000000002 Td
+48.24000000000001 331.76600000000025 Td
 /F1.0 10.5 Tf
 <5468652028696e7465726e616c2920> Tj
 ET
@@ -22997,7 +22639,7 @@ ET
 0.643 Tw
 
 BT
-121.2418 300.2060000000002 Td
+121.2418 331.76600000000025 Td
 /F5.0 10.5 Tf
 <5075626c697368696e6753657276696365496e7465726e616c> Tj
 ET
@@ -23012,7 +22654,7 @@ ET
 0.643 Tw
 
 BT
-252.4918 300.2060000000002 Td
+252.4918 331.76600000000025 Td
 /F1.0 10.5 Tf
 <20706572666f726d7320612073696d696c61722066756e6374696f6e20666f722074686520> Tj
 ET
@@ -23027,7 +22669,7 @@ ET
 0.643 Tw
 
 BT
-437.10209999999995 300.2060000000002 Td
+437.10209999999995 331.76600000000025 Td
 /F5.0 10.5 Tf
 <5075626c697368657253657276696365> Tj
 ET
@@ -23042,7 +22684,7 @@ ET
 0.643 Tw
 
 BT
-521.1021 300.2060000000002 Td
+521.1021 331.76600000000025 Td
 /F1.0 10.5 Tf
 <2c20616c736f> Tj
 ET
@@ -23055,7 +22697,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 284.42600000000016 Td
+48.24000000000001 315.9860000000002 Td
 /F1.0 10.5 Tf
 <636f6c6c6174696e672064657461696c73206f6620746865206368616e676564206f626a656374732066726f6d20> Tj
 ET
@@ -23066,7 +22708,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-271.11300000000006 284.42600000000016 Td
+271.11300000000006 315.9860000000002 Td
 /F5.0 10.5 Tf
 <4368616e6765644f626a6563747353657276696365496e7465726e616c> Tj
 ET
@@ -23077,7 +22719,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-423.36300000000006 284.42600000000016 Td
+423.36300000000006 315.9860000000002 Td
 /F1.0 10.5 Tf
 <2e> Tj
 ET
@@ -23088,7 +22730,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 244.58600000000018 Td
+48.24000000000001 276.14600000000024 Td
 /F2.0 18 Tf
 <342e322e20> Tj
 ET
@@ -23099,7 +22741,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-83.57400000000001 244.58600000000018 Td
+83.57400000000001 276.14600000000024 Td
 /F5.0 18 Tf
 <4368616e6765644f626a6563747353657276696365496e7465726e616c> Tj
 ET
@@ -23112,7 +22754,7 @@ ET
 3.114 Tw
 
 BT
-48.24000000000001 216.56600000000017 Td
+48.24000000000001 248.1260000000002 Td
 /F1.0 10.5 Tf
 <54686520> Tj
 ET
@@ -23127,7 +22769,7 @@ ET
 3.114 Tw
 
 BT
-72.77405 216.56600000000017 Td
+72.77405 248.1260000000002 Td
 /F5.0 10.5 Tf
 <4368616e6765644f626a6563747353657276696365496e7465726e616c> Tj
 ET
@@ -23142,7 +22784,7 @@ ET
 3.114 Tw
 
 BT
-225.02405 216.56600000000017 Td
+225.02405 248.1260000000002 Td
 /F1.0 10.5 Tf
 <20636c61737320697320616e2028696e7465726e616c2920726571756573742d73636f70656420646f6d61696e20736572766963652074686174206973> Tj
 ET
@@ -23154,12 +22796,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.443 Tw
+0.654 Tw
 
 BT
-48.24000000000001 200.78600000000017 Td
+48.24000000000001 232.3460000000002 Td
 /F1.0 10.5 Tf
-[<726573706f6e7369626c6520666f7220636f6c6c656374696e67207468652064657461696c73206f6620616c6c206368616e67657320746f20646f6d61696e206f626a656374732077697468696e20616e20696e746572> 20.01953125 <616374696f6e2e202054686973206973>] TJ
+[<726573706f6e7369626c6520666f7220636f6c6c656374696e67207468652064657461696c73206f6620616c6c206368616e67657320746f20646f6d61696e206f626a656374732077697468696e20616e20696e746572> 20.01953125 <616374696f6e2e2054686973206973>] TJ
 ET
 
 
@@ -23172,7 +22814,7 @@ ET
 3.552 Tw
 
 BT
-48.24000000000001 185.00600000000017 Td
+48.24000000000001 216.5660000000002 Td
 /F1.0 10.5 Tf
 [<7468656e20757365642062> 20.01953125 <7920766172696f7573206f74686572202028696e7465726e616c2920646f6d61696e2073657276696365732c206e6f7461626c7920>] TJ
 ET
@@ -23187,7 +22829,7 @@ ET
 3.552 Tw
 
 BT
-400.9088449928977 185.00600000000017 Td
+400.9088449928977 216.5660000000002 Td
 /F5.0 10.5 Tf
 <4175646974696e6753657276696365496e7465726e616c> Tj
 ET
@@ -23202,7 +22844,7 @@ ET
 3.552 Tw
 
 BT
-521.6588449928977 185.00600000000017 Td
+521.6588449928977 216.5660000000002 Td
 /F1.0 10.5 Tf
 <20616e64> Tj
 ET
@@ -23215,7 +22857,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-48.24000000000001 169.22600000000017 Td
+48.24000000000001 200.7860000000002 Td
 /F5.0 10.5 Tf
 <5075626c697368696e6753657276696365496e7465726e616c> Tj
 ET
@@ -23226,7 +22868,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-179.49 169.22600000000017 Td
+179.49 200.7860000000002 Td
 /F1.0 10.5 Tf
 <2e> Tj
 ET
@@ -23237,7 +22879,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 134.72600000000017 Td
+48.24000000000001 166.28600000000017 Td
 /F2.0 13 Tf
 <342e322e312e2053504920616e6420496d706c656d656e746174696f6e> Tj
 ET
@@ -23248,7 +22890,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 108.16600000000015 Td
+48.24000000000001 139.72600000000017 Td
 /F1.0 10.5 Tf
 <54686520535049206f662074686520736572766963652069733a> Tj
 ET
@@ -23279,11 +22921,11 @@ Q
 
 endstream
 endobj
-202 0 obj
+200 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 201 0 R
+/Contents 199 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.1 17 0 R
 /F5.0 40 0 R
@@ -23291,13 +22933,13 @@ endobj
 /F2.0 16 0 R
 /F5.1 67 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
-/Annots [203 0 R 204 0 R 206 0 R 207 0 R 208 0 R 209 0 R 211 0 R 213 0 R 214 0 R 215 0 R 216 0 R 218 0 R 219 0 R]
+/Annots [201 0 R 202 0 R 204 0 R 205 0 R 206 0 R 207 0 R 210 0 R 211 0 R 212 0 R 213 0 R 215 0 R 216 0 R]
 >>
 endobj
-203 0 obj
+201 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -23308,7 +22950,7 @@ endobj
 /Type /Annot
 >>
 endobj
-204 0 obj
+202 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -23319,10 +22961,10 @@ endobj
 /Type /Annot
 >>
 endobj
-205 0 obj
-[202 0 R /XYZ 0 770.11 null]
+203 0 obj
+[200 0 R /XYZ 0 770.11 null]
 endobj
-206 0 obj
+204 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -23333,7 +22975,7 @@ endobj
 /Type /Annot
 >>
 endobj
-207 0 obj
+205 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -23344,7 +22986,7 @@ endobj
 /Type /Annot
 >>
 endobj
-208 0 obj
+206 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -23355,7 +22997,7 @@ endobj
 /Type /Annot
 >>
 endobj
-209 0 obj
+207 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -23366,97 +23008,86 @@ endobj
 /Type /Annot
 >>
 endobj
-210 0 obj
-[202 0 R /XYZ 0 513.1900000000003 null]
-endobj
-211 0 obj
-<< /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (../rgcms/rgcms.pdf#_rgcms_classes_AppManifest-bootstrapping)
->>
-/Subtype /Link
-/Rect [165.68855593039774 449.1000000000003 270.83588813920454 463.3800000000003]
-/Type /Annot
->>
+208 0 obj
+[200 0 R /XYZ 0 513.1900000000003 null]
 endobj
-212 0 obj
-[202 0 R /XYZ 0 404.79000000000025 null]
+209 0 obj
+[200 0 R /XYZ 0 436.35000000000025 null]
 endobj
-213 0 obj
+210 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgfis/rgfis.pdf#_rgfis_persistence-layer_ChangedObjectsServiceInternal)
 >>
 /Subtype /Link
-/Rect [277.03172727272727 358.0760000000002 429.28172727272727 368.5760000000002]
+/Rect [277.03172727272727 389.6360000000002 429.28172727272727 400.1360000000002]
 /Type /Annot
 >>
 endobj
-214 0 obj
+211 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_persistence-layer-spi_AuditingService)
 >>
 /Subtype /Link
-/Rect [106.30973333333333 342.29600000000016 185.05973333333333 352.79600000000016]
+/Rect [106.30973333333333 373.8560000000002 185.05973333333333 384.3560000000002]
 /Type /Annot
 >>
 endobj
-215 0 obj
+212 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgfis/rgfis.pdf#_rgfis_persistence-layer_PublishingServiceInternal)
 >>
 /Subtype /Link
-/Rect [121.2418 298.7360000000002 252.4918 309.23600000000016]
+/Rect [121.2418 330.2960000000002 252.4918 340.7960000000002]
 /Type /Annot
 >>
 endobj
-216 0 obj
+213 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_persistence-layer-spi_PublisherService)
 >>
 /Subtype /Link
-/Rect [437.10209999999995 298.7360000000002 521.1021 309.23600000000016]
+/Rect [437.10209999999995 330.2960000000002 521.1021 340.7960000000002]
 /Type /Annot
 >>
 endobj
-217 0 obj
-[202 0 R /XYZ 0 268.6100000000002 null]
+214 0 obj
+[200 0 R /XYZ 0 300.17000000000024 null]
 endobj
-218 0 obj
+215 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgfis/rgfis.pdf#_rgfis_persistence-layer_AuditingServiceInternal)
 >>
 /Subtype /Link
-/Rect [400.9088449928977 183.53600000000017 521.6588449928977 194.03600000000017]
+/Rect [400.9088449928977 215.0960000000002 521.6588449928977 225.5960000000002]
 /Type /Annot
 >>
 endobj
-219 0 obj
+216 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgfis/rgfis.pdf#_rgfis_persistence-layer_PublishingServiceInternal)
 >>
 /Subtype /Link
-/Rect [48.24000000000001 167.75600000000017 179.49 178.25600000000017]
+/Rect [48.24000000000001 199.3160000000002 179.49 209.8160000000002]
 /Type /Annot
 >>
 endobj
-220 0 obj
-[202 0 R /XYZ 0 153.41000000000017 null]
+217 0 obj
+[200 0 R /XYZ 0 184.9700000000002 null]
 endobj
-221 0 obj
-<< /Length 31806
+218 0 obj
+<< /Length 30413
 >>
 stream
 q
@@ -25362,12 +24993,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.855 Tw
+5.296 Tw
 
 BT
 48.239999999999995 173.74599999999984 Td
 /F1.0 10.5 Tf
-<417373756d696e6720746861742074686520> Tj
+<4170616368652049736973272064656661756c7420696d706c656d656e746174696f6e206f6620> Tj
 ET
 
 
@@ -25377,12 +25008,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.855 Tw
+5.296 Tw
 
 BT
-147.09779999999998 173.74599999999984 Td
+270.196625 173.74599999999984 Td
 /F5.0 10.5 Tf
-<636f6e66696775726174696f6e2d616e642d616e6e6f746174696f6e> Tj
+<4368616e6765644f626a6563747353657276696365496e7465726e616c> Tj
 ET
 
 
@@ -25392,12 +25023,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.855 Tw
+5.296 Tw
 
 BT
-294.0978 173.74599999999984 Td
+422.446625 173.74599999999984 Td
 /F1.0 10.5 Tf
-<20736572766963657320696e7374616c6c657220697320636f6e666967757265642028696d706c69636974206966207573696e67> Tj
+<20636c617373206973206175746f6d61746963616c6c79> Tj
 ET
 
 
@@ -25407,145 +25038,32 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-8.605 Tw
-
 BT
 48.239999999999995 157.96599999999984 Td
 /F1.0 10.5 Tf
-<74686520> 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
-
-8.605 Tw
-
-BT
-75.5350186434659 157.96599999999984 Td
-/F5.0 10.5 Tf
-<4170704d616e6966657374> 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
-
-8.605 Tw
-
-BT
-133.2850186434659 157.96599999999984 Td
-/F1.0 10.5 Tf
-<20746f20> 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
-
-8.605 Tw
-
-BT
-165.6885559303977 157.96599999999984 Td
-/F1.0 10.5 Tf
-[<626f6f74737472> 20.01953125 <61702074686520617070>] 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
-
-8.605 Tw
-
-BT
-270.83588813920454 157.96599999999984 Td
-/F1.0 10.5 Tf
-<29207468656e204170616368652049736973272064656661756c7420696d706c656d656e746174696f6e206f66> Tj
+<726567697374657265642028697420697320616e6e6f7461746564207769746820> 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.158 Tw
-
 BT
-48.239999999999995 142.18599999999984 Td
-/F5.0 10.5 Tf
-<4368616e6765644f626a6563747353657276696365496e7465726e616c> 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.158 Tw
-
-BT
-200.49 142.18599999999984 Td
-/F1.0 10.5 Tf
-<20636c617373206973206175746f6d61746963616c6c7920726567697374657265642028697420697320616e6e6f7461746564207769746820> 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.158 Tw
-
-BT
-469.907 142.18599999999984 Td
+204.8055 157.96599999999984 Td
 /F5.0 10.5 Tf
 <40446f6d61696e53657276696365> 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.158 Tw
-
-BT
-543.4069999999999 142.18599999999984 Td
-/F1.0 10.5 Tf
-<29> 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.239999999999995 126.40599999999984 Td
+278.3055 157.96599999999984 Td
 /F1.0 10.5 Tf
-[<736f206e6f206675727468657220636f6e6669677572> 20.01953125 <6174696f6e2069732072657175697265642e>] TJ
+[<2920736f206e6f206675727468657220636f6e6669677572> 20.01953125 <6174696f6e2069732072657175697265642e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -25554,7 +25072,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.239999999999995 91.90599999999984 Td
+48.239999999999995 123.46599999999982 Td
 /F2.0 13 Tf
 <342e322e332e2052656c6174656420436c6173736573> Tj
 ET
@@ -25567,7 +25085,7 @@ ET
 1.358 Tw
 
 BT
-48.239999999999995 65.34599999999985 Td
+48.239999999999995 96.90599999999982 Td
 /F1.0 10.5 Tf
 <426f74682074686520> Tj
 ET
@@ -25582,7 +25100,7 @@ ET
 1.358 Tw
 
 BT
-95.63374999999999 65.34599999999985 Td
+95.63374999999999 96.90599999999982 Td
 /F5.0 10.5 Tf
 <4175646974696e6753657276696365496e7465726e616c> Tj
 ET
@@ -25597,7 +25115,7 @@ ET
 1.358 Tw
 
 BT
-216.38375000000002 65.34599999999985 Td
+216.38375000000002 96.90599999999982 Td
 /F1.0 10.5 Tf
 <20616e6420> Tj
 ET
@@ -25612,7 +25130,7 @@ ET
 1.358 Tw
 
 BT
-243.649 65.34599999999985 Td
+243.649 96.90599999999982 Td
 /F5.0 10.5 Tf
 <5075626c697368696e6753657276696365496e7465726e616c> Tj
 ET
@@ -25627,7 +25145,7 @@ ET
 1.358 Tw
 
 BT
-374.899 65.34599999999985 Td
+374.899 96.90599999999982 Td
 /F1.0 10.5 Tf
 <2028696e7465726e616c2920646f6d61696e207365727669636573207175657279> Tj
 ET
@@ -25636,6 +25154,17 @@ 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.239999999999995 81.12599999999982 Td
+/F1.0 10.5 Tf
+<74686973206f626a6563742e> 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
@@ -25660,24 +25189,24 @@ Q
 
 endstream
 endobj
-222 0 obj
+219 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 221 0 R
+/Contents 218 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F5.0 40 0 R
 /F5.1 67 0 R
 /F1.0 8 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 302 0 R
+/XObject << /Stamp1 299 0 R
 >>
 >>
-/Annots [223 0 R 224 0 R 225 0 R 227 0 R 229 0 R 230 0 R]
+/Annots [220 0 R 221 0 R 222 0 R 225 0 R 226 0 R]
 >>
 endobj
-223 0 obj
+220 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -25688,7 +25217,7 @@ endobj
 /Type /Annot
 >>
 endobj
-224 0 obj
+221 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -25699,7 +25228,7 @@ endobj
 /Type /Annot
 >>
 endobj
-225 0 obj
+222 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -25710,47 +25239,36 @@ endobj
 /Type /Annot
 >>
 endobj
-226 0 obj
-[222 0 R /XYZ 0 218.98999999999987 null]
-endobj
-227 0 obj
-<< /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (../rgcms/rgcms.pdf#_rgcms_classes_AppManifest-bootstrapping)
->>
-/Subtype /Link
-/Rect [165.6885559303977 154.89999999999984 270.83588813920454 169.17999999999984]
-/Type /Annot
->>
+223 0 obj
+[219 0 R /XYZ 0 218.98999999999987 null]
 endobj
-228 0 obj
-[222 0 R /XYZ 0 110.58999999999983 null]
+224 0 obj
+[219 0 R /XYZ 0 142.14999999999984 null]
 endobj
-229 0 obj
+225 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgfis/rgfis.pdf#_rgfis_persistence-layer_AuditingServiceInternal)
 >>
 /Subtype /Link
-/Rect [95.63374999999999 63.87599999999985 216.38375000000002 74.37599999999985]
+/Rect [95.63374999999999 95.43599999999982 216.38375000000002 105.93599999999982]
 /Type /Annot
 >>
 endobj
-230 0 obj
+226 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgfis/rgfis.pdf#_rgfis_persistence-layer_PublishingServiceInternal)
 >>
 /Subtype /Link
-/Rect [243.649 63.87599999999985 374.899 74.37599999999985]
+/Rect [243.649 95.43599999999982 374.899 105.93599999999982]
 /Type /Annot
 >>
 endobj
-231 0 obj
-<< /Length 28942
+227 0 obj
+<< /Length 28734
 >>
 stream
 q
@@ -25760,18 +25278,7 @@ q
 0.200 0.200 0.200 SCN
 
 BT
-48.24 794.6759999999999 Td
-/F1.0 10.5 Tf
-<74686973206f626a6563742e> 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 754.836 Td
+48.24 786.6659999999999 Td
 /F2.0 18 Tf
 <342e332e20> Tj
 ET
@@ -25782,7 +25289,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-83.574 754.836 Td
+83.574 786.6659999999999 Td
 /F5.0 18 Tf
 <50657273697374656e636553657373696f6e53657276696365496e7465726e616c> Tj
 ET
@@ -25795,7 +25302,7 @@ ET
 0.489 Tw
 
 BT
-48.24 726.816 Td
+48.24 758.646 Td
 /F1.0 10.5 Tf
 <5468652028696e7465726e616c2920> Tj
 ET
@@ -25810,7 +25317,7 @@ ET
 0.489 Tw
 
 BT
-120.93390909090908 726.816 Td
+120.93390909090908 758.646 Td
 /F5.0 10.5 Tf
 <50657273697374656e636553657373696f6e53657276696365496e7465726e616c> Tj
 ET
@@ -25825,7 +25332,7 @@ ET
 0.489 Tw
 
 BT
-294.1839090909091 726.816 Td
+294.1839090909091 758.646 Td
 /F1.0 10.5 Tf
 <20646f6d61696e2073657276696365206163747320617320612066616361646520746f2074686520756e6465726c79696e67> Tj
 ET
@@ -25840,7 +25347,7 @@ ET
 1.137 Tw
 
 BT
-48.24 711.0360000000001 Td
+48.24 742.866 Td
 /F1.0 10.5 Tf
 <4a444f2070657273697374656e63652073657373696f6e202f20646174616261736520636f6e6e656374696f6e2e2020417320737563682069742070726f7669646573206d6574686f647320666f72207175657279696e6720616e6420666f72> Tj
 ET
@@ -25853,7 +25360,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 695.2560000000001 Td
+48.24 727.086 Td
 /F1.0 10.5 Tf
 <70657273697374696e67206f626a656374732e> Tj
 ET
@@ -25863,8 +25370,8 @@ ET
 q
 0.5 w
 0.933 0.933 0.933 SCN
-113.807 608.320 m
-113.807 679.440 l
+113.807 640.150 m
+113.807 711.270 l
 S
 Q
 0.098 0.251 0.486 scn
@@ -25875,7 +25382,7 @@ Q
 0.098 0.251 0.486 SCN
 
 BT
-76.73933333333333 635.3000000000001 Td
+76.73933333333333 667.13 Td
 /F3.1 24 Tf
 <22> Tj
 ET
@@ -25888,7 +25395,7 @@ ET
 1.086 Tw
 
 BT
-125.80666666666667 663.476 Td
+125.80666666666667 695.3059999999999 Td
 /F1.0 10.5 Tf
 <5468652064656661756c7420696d706c656d656e746174696f6e206f6620746869732073657276696365206973206e6f7420726571756573742d73636f7065642c20686f776576657220616c6c206f66> Tj
 ET
@@ -25903,7 +25410,7 @@ ET
 3.623 Tw
 
 BT
-125.80666666666667 647.696 Td
+125.80666666666667 679.526 Td
 /F1.0 10.5 Tf
 <746865206d6574686f64732064656c656761746520746f2074686520> Tj
 ET
@@ -25918,7 +25425,7 @@ ET
 3.623 Tw
 
 BT
-284.11833333333334 647.696 Td
+284.11833333333334 679.526 Td
 /F5.0 10.5 Tf
 <50657273697374656e636553657373696f6e> Tj
 ET
@@ -25933,7 +25440,7 @@ ET
 3.623 Tw
 
 BT
-378.61833333333334 647.696 Td
+378.61833333333334 679.526 Td
 /F1.0 10.5 Tf
 <206f66207468652063757272656e7420> Tj
 ET
@@ -25948,7 +25455,7 @@ ET
 3.623 Tw
 
 BT
-467.6923666666666 647.696 Td
+467.6923666666666 679.526 Td
 /F5.0 10.5 Tf
 <4973697353657373696f6e> Tj
 ET
@@ -25963,7 +25470,7 @@ ET
 3.623 Tw
 
 BT
-525.4423666666667 647.696 Td
+525.4423666666667 679.526 Td
 /F1.0 10.5 Tf
 <202d> Tj
 ET
@@ -25978,7 +25485,7 @@ ET
 2.956 Tw
 
 BT
-125.80666666666667 631.916 Td
+125.80666666666667 663.746 Td
 /F1.0 10.5 Tf
 <6f627461696e65642066726f6d20746865207468726561642d6c6f63616c206f6620> Tj
 ET
@@ -25993,7 +25500,7 @@ ET
 2.956 Tw
 
 BT
-309.2895185185185 631.916 Td
+309.2895185185185 663.746 Td
 /F5.0 10.5 Tf
 <4973697353657373696f6e466163746f7279> Tj
 ET
@@ -26008,7 +25515,7 @@ ET
 2.956 Tw
 
 BT
-403.7895185185185 631.916 Td
+403.7895185185185 663.746 Td
 /F1.0 10.5 Tf
 <2073696e676c65746f6e20736572766963652e20536f2c20696e> Tj
 ET
@@ -26021,7 +25528,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-125.80666666666667 616.1360000000001 Td
+125.80666666666667 647.966 Td
 /F1.0 10.5 Tf
 <65666665637420746865207365727669636520646f65732061637420617320696620697420697320726571756573742073636f7065642e> Tj
 ET
@@ -26032,7 +25539,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 577.6360000000001 Td
+48.24000000000001 609.466 Td
 /F2.0 13 Tf
 <342e332e312e20535049> Tj
 ET
@@ -26043,7 +25550,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 551.0760000000002 Td
+48.24000000000001 582.9060000000001 Td
 /F1.0 10.5 Tf
 [<54686520535049206f6620746865207365727669636520697320612068696572> 20.01953125 <61726368> 20.01953125 <79206f662074797065732e2020466972737420697320>] TJ
 ET
@@ -26054,7 +25561,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-312.29358984375 551.0760000000002 Td
+312.29358984375 582.9060000000001 Td
 /F5.0 10.5 Tf
 <416461707465724d616e6167657242617365> Tj
 ET
@@ -26065,7 +25572,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-406.79358984375 551.0760000000002 Td
+406.79358984375 582.9060000000001 Td
 /F1.0 10.5 Tf
 <3a> Tj
 ET
@@ -26074,28 +25581,28 @@ ET
 0.000 0.000 0.000 scn
 q
 0.961 0.961 0.961 scn
-52.240 535.260 m
-543.040 535.260 l
-545.249 535.260 547.040 533.469 547.040 531.260 c
-547.040 473.040 l
-547.040 470.831 545.249 469.040 543.040 469.040 c
-52.240 469.040 l
-50.031 469.040 48.240 470.831 48.240 473.040 c
-48.240 531.260 l
-48.240 533.469 50.031 535.260 52.240 535.260 c
+52.240 567.090 m
+543.040 567.090 l
+545.249 567.090 547.040 565.299 547.040 563.090 c
+547.040 504.870 l
+547.040 502.661 545.249 500.870 543.040 500.870 c
+52.240 500.870 l
+50.031 500.870 48.240 502.661 48.240 504.870 c
+48.240 563.090 l
+48.240 565.299 50.031 567.090 52.240 567.090 c
 h
 f
 0.800 0.800 0.800 SCN
 0.75 w
-52.240 535.260 m
-543.040 535.260 l
-545.249 535.260 547.040 533.469 547.040 531.260 c
-547.040 473.040 l
-547.040 470.831 545.249 469.040 543.040 469.040 c
-52.240 469.040 l
-50.031 469.040 48.240 470.831 48.240 473.040 c
-48.240 531.260 l
-48.240 533.469 50.031 535.260 52.240 535.260 c
+52.240 567.090 m
+543.040 567.090 l
+545.249 567.090 547.040 565.299 547.040 563.090 c
+547.040 504.870 l
+547.040 502.661 545.249 500.870 543.040 500.870 c
+52.240 500.870 l
+50.031 500.870 48.240 502.661 48.240 504.870 c
+48.240 563.090 l
+48.240 565.299 50.031 567.090 52.240 567.090 c
 h
 S
 Q
@@ -26103,7 +25610,7 @@ Q
 0.000 0.400 0.600 SCN
 
 BT
-59.24000000000001 512.4350000000002 Td
+59.24000000000001 544.2650000000001 Td
 /F5.0 11 Tf
 <7075626c6963> Tj
 ET
@@ -26114,7 +25621,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-92.24000000000001 512.4350000000002 Td
+92.24000000000001 544.2650000000001 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -26125,7 +25632,7 @@ ET
 0.000 0.467 0.533 SCN
 
 BT
-97.74000000000001 512.4350000000002 Td
+97.74000000000001 544.2650000000001 Td
 /F5.0 11 Tf
 <696e74657266616365> Tj
 ET
@@ -26136,7 +25643,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-147.24 512.4350000000002 Td
+147.24 544.2650000000001 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -26147,7 +25654,7 @@ ET
 0.000 0.667 0.533 SCN
 
 BT
-152.74 512.4350000000002 Td
+152.74 544.2650000000001 Td
 /F5.0 11 Tf
 <416461707465724d616e6167657242617365> Tj
 ET
@@ -26158,7 +25665,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-251.74 512.4350000000002 Td
+251.74 544.2650000000001 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -26169,7 +25676,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-257.24 512.4350000000002 Td
+257.24 544.2650000000001 Td
 /F5.0 11 Tf
 <7b> Tj
 ET
@@ -26180,7 +25687,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 497.6950000000002 Td
+59.24000000000001 529.5250000000001 Td
 /F5.0 11 Tf
 <ca202020> Tj
 ET
@@ -26191,7 +25698,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-81.24000000000001 497.6950000000002 Td
+81.24000000000001 529.5250000000001 Td
 /F5.0 11 Tf
 <4f626a65637441646170746572> Tj
 ET
@@ -26202,7 +25709,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-152.74 497.6950000000002 Td
+152.74 529.5250000000001 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -26213,7 +25720,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-158.24 497.6950000000002 Td
+158.24 529.5250000000001 Td
 /F5.0 11 Tf
 <67657441646170746572466f72> Tj
 ET
@@ -26224,7 +25731,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-229.74 497.6950000000002 Td
+229.74 529.5250000000001 Td
 /F5.0 11 Tf
 <28> Tj
 ET
@@ -26235,7 +25742,7 @@ ET
 0.000 0.467 0.533 SCN
 
 BT
-235.24 497.6950000000002 Td
+235.24 529.5250000000001 Td
 /F5.0 11 Tf
 <4f626a656374> Tj
 ET
@@ -26246,7 +25753,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-268.24 497.6950000000002 Td
+268.24 529.5250000000001 Td
 /F5.0 11 Tf
 <20> Tj
 ET
@@ -26257,7 +25764,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-273.74 497.6950000000002 Td
+273.74 529.5250000000001 Td
 /F5.0 11 Tf
 <706f6a6f> Tj
 ET
@@ -26268,7 +25775,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-295.74 497.6950000000002 Td
+295.74 529.5250000000001 Td
 /F5.0 11 Tf
 <29> Tj
 ET
@@ -26279,7 +25786,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-301.24 497.6950000000002 Td
+301.24 529.5250000000001 Td
 /F5.0 11 Tf
 <3b> Tj
 ET
@@ -26290,7 +25797,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-306.74 497.6950000000002 Td
+306.74 529.5250000000001 Td
 /F5.0 11 Tf
 <2020202020202020202020> Tj
 ET
@@ -26301,7 +25808,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-367.24 497.6950000000002 Td
+367.24 529.5250000000001 Td
 /F5.1 11 Tf
 <21> Tj
 ET
@@ -26312,7 +25819,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24000000000001 482.9550000000002 Td
+59.24000000000001 514.7850000000001 Td
 /F5.0 11 Tf
 <ca202020> Tj
 ET
@@ -26323,7 +25830,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-81.24000000000001 482.955

<TRUNCATED>

[44/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/dg/dg.pdf
----------------------------------------------------------------------
diff --git a/content/guides/dg/dg.pdf b/content/guides/dg/dg.pdf
index ca3d423..ea7ac0f 100644
--- a/content/guides/dg/dg.pdf
+++ b/content/guides/dg/dg.pdf
@@ -4,8 +4,8 @@
 << /Title (Developers' Guide)
 /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:20180305190951+00'00')
-/ModDate (D:20180305190951+00'00')
+/CreationDate (D:20180918074351+01'00')
+/ModDate (D:20180918074351+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAAAH+NotoSerif
+/BaseFont /AAAAAL+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 933 0 R
 /FirstChar 32
@@ -3841,7 +3841,7 @@ endobj
 endobj
 18 0 obj
 << /Type /Font
-/BaseFont /AAAAAI+NotoSerif-Bold
+/BaseFont /AAAAAM+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 937 0 R
 /FirstChar 32
@@ -4361,7 +4361,7 @@ endobj
 endobj
 39 0 obj
 << /Type /Font
-/BaseFont /AAAAAJ+FontAwesome
+/BaseFont /AAAAAN+FontAwesome
 /Subtype /TrueType
 /FontDescriptor 941 0 R
 /FirstChar 32
@@ -4474,7 +4474,7 @@ endobj
 endobj
 45 0 obj
 << /Type /Font
-/BaseFont /AAAAAK+NotoSerif-Italic
+/BaseFont /AAAAAO+NotoSerif-Italic
 /Subtype /TrueType
 /FontDescriptor 945 0 R
 /FirstChar 32
@@ -5050,7 +5050,7 @@ endobj
 endobj
 58 0 obj
 << /Type /Font
-/BaseFont /AAAAAL+mplus1mn-regular
+/BaseFont /AAAAAP+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 949 0 R
 /FirstChar 32
@@ -11969,12 +11969,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.883 Tw
+1.852 Tw
 
 BT
 125.80666666666667 181.6207199729301 Td
 /F1.0 10.5 Tf
-<696620796f7520666f7267657420746f207365742075702074686520656e68616e63657220676f616c2c206f7220646f6ed5742072756e206974206f6e2074686520636f72726563742028646f6d29> Tj
+<496620796f7520666f7267657420746f207365742075702074686520656e68616e63657220676f616c2c206f7220646f6ed5742072756e206974206f6e2074686520636f72726563742028646f6d29> Tj
 ET
 
 
@@ -12171,17 +12171,96 @@ endobj
 >>
 endobj
 150 0 obj
-<< /Length 2647
+<< /Length 4271
 >>
 stream
 q
+q
+0.5 w
+/DeviceRGB CS
+0.933 0.933 0.933 SCN
+113.807 734.770 m
+113.807 805.890 l
+S
+Q
 /DeviceRGB cs
-0.200 0.200 0.200 scn
+0.067 0.067 0.067 scn
 /DeviceRGB CS
+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 761.75 Td
+/F3.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
 
+3.993 Tw
+
 BT
-48.24 794.6759999999999 Td
+125.80666666666667 789.9259999999999 Td
+/F1.0 10.5 Tf
+[<556e6465722077696e646f777320796f75206d61> 20.01953125 <792067657420275374616e64617264206572726f722066726f6d2074686520446174614e75636c65757320746f6f6c202b>] 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.003 Tw
+
+BT
+125.80666666666667 774.146 Td
+/F1.0 10.5 Tf
+<6f72672e646174616e75636c6575732e656e68616e6365722e446174614e75636c657573456e68616e636572203a2054686520636f6d6d616e64206c696e6520697320746f6f206c6f6e6727> 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.139 Tw
+
+BT
+125.80666666666667 758.366 Td
+/F1.0 10.5 Tf
+[<616c74686f7567682027666f726b3d66616c7365272069732073657420696e20706f6d2e786d6c2e2043616e20626520776f726b> 20.01953125 <65642061726f756e64207669612073657474696e6720272d>] 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 742.586 Td
+/F1.0 10.5 Tf
+<44666f726b3d66616c736527206265666f7265206f722061667465722027646174616e75636c6575733a656e68616e6365202d6f272e> 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 706.756 Td
 /F2.0 10.5 Tf
 [<52756e6e696e672074686520556e69742054> 29.78515625 <65737473>] TJ
 ET
@@ -12194,7 +12273,7 @@ ET
 0.697 Tw
 
 BT
-48.24 768.846 Td
+48.24000000000001 680.926 Td
 /F1.0 10.5 Tf
 [<5468652065617369657374207761> 20.01953125 <7920746f2072756e2074686520756e6974207465737473206973206a75737420746f20726967687420636c69636b206f6e2074686520>] TJ
 ET
@@ -12209,7 +12288,7 @@ ET
 0.697 Tw
 
 BT
-371.77719873046874 768.846 Td
+371.77719873046874 680.926 Td
 /F5.0 10.5 Tf
 <646f6d> Tj
 ET
@@ -12224,7 +12303,7 @@ ET
 0.697 Tw
 
 BT
-387.52719873046874 768.846 Td
+387.52719873046874 680.926 Td
 /F1.0 10.5 Tf
 <206d6f64756c6520696e2074686520> Tj
 ET
@@ -12239,7 +12318,7 @@ ET
 0.697 Tw
 
 BT
-465.22043974609375 768.846 Td
+465.22043974609375 680.926 Td
 /F4.0 10.5 Tf
 <50726f6a6563742057696e646f77> Tj
 ET
@@ -12254,7 +12333,7 @@ ET
 0.697 Tw
 
 BT
-544.415 768.846 Td
+544.415 680.926 Td
 /F1.0 10.5 Tf
 <2c> Tj
 ET
@@ -12267,7 +12346,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 753.066 Td
+48.24000000000001 665.1460000000001 Td
 /F1.0 10.5 Tf
 <616e642063686f6f73652072756e20756e69742074657374732e2020486f706566756c6c7920796f75722074657374732077696c6c2070617373202821292e> Tj
 ET
@@ -12276,14 +12355,14 @@ ET
 0.000 0.000 0.000 scn
 
 q
-450.000 0 0 325.621 48.240 411.629 cm
+450.000 0 0 325.621 48.240 323.709 cm
 /I29 Do
 Q
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-48.24 395.66488198757776 Td
+48.24000000000001 307.7448819875778 Td
 /F4.0 10.5 Tf
 [<4669677572652032392e20496e74656c6c694a2052756e6e696e672074686520417070202d20556e69742054> 29.78515625 <657374732052756e20436f6e6669677572> 20.01953125 <6174696f6e>] TJ
 ET
@@ -12296,7 +12375,7 @@ ET
 0.045 Tw
 
 BT
-48.24 367.8848819875778 Td
+48.24000000000001 279.9648819875778 Td
 /F1.0 10.5 Tf
 [<4173206120736964652d6566666563742c20746869732077696c6c2063726561746520612072756e20636f6e6669677572> 20.01953125 <6174696f6e2c20766572792073696d696c617220746f20746865206f6e65207765206d616e75616c6c79206372656174656420666f72>] TJ
 ET
@@ -12309,7 +12388,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 352.10488198757776 Td
+48.24000000000001 264.1848819875778 Td
 /F1.0 10.5 Tf
 <746865206d61696e206170703a> Tj
 ET
@@ -12346,8 +12425,9 @@ endobj
 /MediaBox [0 0 595.28 841.89]
 /Contents 150 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 18 0 R
+/Font << /F3.1 39 0 R
 /F1.0 8 0 R
+/F2.0 18 0 R
 /F5.0 58 0 R
 /F4.0 45 0 R
 >>
@@ -12359,7 +12439,7 @@ endobj
 >>
 endobj
 152 0 obj
-[151 0 R /XYZ 0 841.89 null]
+[151 0 R /XYZ 0 722.77 null]
 endobj
 153 0 obj
 << /Type /XObject
@@ -12442,7 +12522,7 @@ endobj
 /URI (images/intellij-idea/110-running-the-app/030-running-unit-tests.png)
 >>
 /Subtype /Link
-/Rect [48.24 411.62888198757776 498.24 737.2500000000001]
+/Rect [48.24000000000001 323.7088819875778 498.24 649.3300000000002]
 /Type /Annot
 >>
 endobj
@@ -20182,7 +20262,7 @@ endobj
 endobj
 216 0 obj
 << /Type /Font
-/BaseFont /AAAAAM+mplus-1p-regular
+/BaseFont /AAAAAQ+mplus-1p-regular
 /Subtype /TrueType
 /FontDescriptor 953 0 R
 /FirstChar 32
@@ -30173,7 +30253,7 @@ endobj
 endobj
 349 0 obj
 << /Type /Font
-/BaseFont /AAAAAN+NotoSerif
+/BaseFont /AAAAAR+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 957 0 R
 /FirstChar 32
@@ -31416,7 +31496,7 @@ endobj
 endobj
 355 0 obj
 << /Type /Font
-/BaseFont /AAAAAO+mplus1mn-regular
+/BaseFont /AAAAAS+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 961 0 R
 /FirstChar 32
@@ -34660,7 +34740,7 @@ endobj
 endobj
 398 0 obj
 << /Type /Font
-/BaseFont /AAAAAP+mplus1mn-italic
+/BaseFont /AAAAAT+mplus1mn-italic
 /Subtype /TrueType
 /FontDescriptor 965 0 R
 /FirstChar 32
@@ -64849,7 +64929,7 @@ endobj
 >>
 endobj
 651 0 obj
-<< /Length 7487
+<< /Length 7322
 >>
 stream
 q
@@ -64867,15 +64947,15 @@ f
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-48.240 378.579 71.257 404.031 re
+48.240 390.024 71.257 392.586 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-119.497 378.579 285.028 404.031 re
+119.497 390.024 285.028 392.586 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-404.525 378.579 142.515 404.031 re
+404.525 390.024 142.515 392.586 re
 f
 0.000 0.000 0.000 scn
 0.5 w
@@ -64992,20 +65072,20 @@ S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 378.579 m
-119.497 378.579 l
+48.240 390.024 m
+119.497 390.024 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
 48.240 782.860 m
-48.240 378.329 l
+48.240 389.774 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
 119.497 782.860 m
-119.497 378.329 l
+119.497 389.774 l
 S
 [ ] 0 d
 1 w
@@ -65182,7 +65262,7 @@ ET
 BT
 51.24 520.5119999999997 Td
 /F5.0 10.5 Tf
-<446f6d61696e4f626a656374> Tj
+<5265706f7369746f72795365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65193,23 +65273,23 @@ ET
 BT
 51.24 506.23199999999963 Td
 /F5.0 10.5 Tf
-<436f6e7461696e6572> Tj
+<7276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
 
 BT
-98.49000000000001 506.23199999999963 Td
+77.49000000000001 506.23199999999963 Td
 /F1.0 10.5 Tf
-<29> Tj
+<2920666f72> Tj
 ET
 
 
 BT
 51.24 491.95199999999966 Td
 /F1.0 10.5 Tf
-<666f72206578616d706c653a> Tj
+<6578616d706c653a> Tj
 ET
 
 0.694 0.129 0.275 scn
@@ -65262,7 +65342,7 @@ ET
 BT
 51.24 434.7269999999997 Td
 /F5.0 10.5 Tf
-<2d6170695f446f6d61696e4f> Tj
+<2d6170695f5265706f736974> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65273,7 +65353,7 @@ ET
 BT
 51.24 423.2819999999997 Td
 /F5.0 10.5 Tf
-<626a656374436f6e7461696e> Tj
+<6f7279536572766963655b60> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65284,18 +65364,7 @@ ET
 BT
 51.24 411.8369999999997 Td
 /F5.0 10.5 Tf
-<65725b60446f6d61696e4f62> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-BT
-51.24 400.3919999999997 Td
-/F5.0 10.5 Tf
-<6a656374436f6e7461696e65> Tj
+<5265706f7369746f72795365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65304,16 +65373,16 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 386.11199999999974 Td
+51.24 397.5569999999997 Td
 /F5.0 10.5 Tf
-<72> Tj
+<7276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
 
 BT
-56.49 386.11199999999974 Td
+77.49000000000001 397.5569999999997 Td
 /F1.0 10.5 Tf
 <5d60> Tj
 ET
@@ -65327,20 +65396,20 @@ S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-119.497 378.579 m
-404.525 378.579 l
+119.497 390.024 m
+404.525 390.024 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
 119.497 782.860 m
-119.497 378.329 l
+119.497 389.774 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
 404.525 782.860 m
-404.525 378.329 l
+404.525 389.774 l
 S
 [ ] 0 d
 1 w
@@ -65352,7 +65421,7 @@ S
 BT
 122.4970716 769.0469999999997 Td
 /F5.0 10.5 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5265706f7369746f727953657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65366,20 +65435,20 @@ S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-404.525 378.579 m
-547.040 378.579 l
+404.525 390.024 m
+547.040 390.024 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
 404.525 782.860 m
-404.525 378.329 l
+404.525 389.774 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
 547.040 782.860 m
-547.040 378.329 l
+547.040 389.774 l
 S
 [ ] 0 d
 1 w
@@ -65441,15 +65510,15 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_DomainObjectContainer)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_RepositoryService)
 >>
 /Subtype /Link
-/Rect [122.4970716 767.5769999999997 232.7470716 778.0769999999997]
+/Rect [122.4970716 767.5769999999997 211.7470716 778.0769999999997]
 /Type /Annot
 >>
 endobj
 654 0 obj
-<< /Length 11850
+<< /Length 12115
 >>
 stream
 q
@@ -65627,7 +65696,7 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-51.24 769.0470000000001 Td
+51.24 769.0470000000006 Td
 /F5.0 10.5 Tf
 <787265663a2e2e2f72677376> Tj
 ET
@@ -65638,7 +65707,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 757.6020000000001 Td
+51.24 757.6020000000005 Td
 /F5.0 10.5 Tf
 <632f72677376632e61646f63> Tj
 ET
@@ -65649,7 +65718,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 746.1570000000002 Td
+51.24 746.1570000000006 Td
 /F5.0 10.5 Tf
 <235f72677376635f7370695f> Tj
 ET
@@ -65660,7 +65729,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 731.8770000000002 Td
+51.24 731.8770000000006 Td
 /F5.0 10.5 Tf
 <7878785b60787878> Tj
 ET
@@ -65669,84 +65738,84 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-93.24000000000001 731.8770000000002 Td
+93.24000000000001 731.8770000000006 Td
 /F1.0 10.5 Tf
 <5d602061> Tj
 ET
 
 
 BT
-51.24 717.5970000000001 Td
+51.24 717.5970000000005 Td
 /F1.0 10.5 Tf
 [<68> 20.01953125 <797065726c696e6b20746f>] TJ
 ET
 
 
 BT
-51.24 703.3170000000001 Td
+51.24 703.3170000000006 Td
 /F1.0 10.5 Tf
 <74686520226d616e> Tj
 ET
 
 
 BT
-51.24 689.037 Td
+51.24 689.0370000000005 Td
 /F1.0 10.5 Tf
 <706167652220666f7220616e> Tj
 ET
 
 
 BT
-51.24 674.7570000000001 Td
+51.24 674.7570000000005 Td
 /F1.0 10.5 Tf
 <285350492920646f6d61696e> Tj
 ET
 
 
 BT
-51.24 660.4770000000001 Td
+51.24 660.4770000000005 Td
 /F1.0 10.5 Tf
 <73657276696365> Tj
 ET
 
 
 BT
-51.24 646.1970000000001 Td
+51.24 646.1970000000006 Td
 /F1.0 10.5 Tf
 <77697468696e20746865> Tj
 ET
 
 
 BT
-51.24 631.9170000000001 Td
+51.24 631.9170000000006 Td
 /F1.0 10.5 Tf
 <7265666572656e6365> Tj
 ET
 
 
 BT
-51.24 617.6370000000002 Td
+51.24 617.6370000000006 Td
 /F1.0 10.5 Tf
 <677569646520666f72> Tj
 ET
 
 
 BT
-51.24 603.3570000000001 Td
+51.24 603.3570000000005 Td
 /F1.0 10.5 Tf
 <646f6d61696e> Tj
 ET
 
 
 BT
-51.24 589.0770000000001 Td
+51.24 589.0770000000006 Td
 /F1.0 10.5 Tf
 <73657276696365732c> Tj
 ET
 
 
 BT
-51.24 574.7970000000001 Td
+51.24 574.7970000000006 Td
 /F1.0 10.5 Tf
 <77686572653a202a20> Tj
 ET
@@ -65755,7 +65824,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-96.81 574.7970000000001 Td
+96.81 574.7970000000006 Td
 /F5.0 10.5 Tf
 <787878> Tj
 ET
@@ -65764,26 +65833,26 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-112.56 574.7970000000001 Td
+112.56 574.7970000000006 Td
 ET
 
 
 BT
-51.24 560.517 Td
+51.24 560.5170000000005 Td
 /F1.0 10.5 Tf
 <697320746865> Tj
 ET
 
 
 BT
-51.24 546.2370000000001 Td
+51.24 546.2370000000005 Td
 /F1.0 10.5 Tf
 <646f6d61696e> Tj
 ET
 
 
 BT
-51.24 531.9570000000001 Td
+51.24 531.9570000000006 Td
 /F1.0 10.5 Tf
 <7365727669636520286567> Tj
 ET
@@ -65792,7 +65861,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 520.5120000000002 Td
+51.24 520.5120000000006 Td
 /F5.0 10.5 Tf
 <436f6e74656e744d61707069> Tj
 ET
@@ -65803,7 +65872,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 506.2320000000001 Td
+51.24 506.23200000000054 Td
 /F5.0 10.5 Tf
 <6e6753657276696365> Tj
 ET
@@ -65812,14 +65881,14 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-98.49000000000001 506.2320000000001 Td
+98.49000000000001 506.23200000000054 Td
 /F1.0 10.5 Tf
 <29> Tj
 ET
 
 
 BT
-51.24 491.9520000000001 Td
+51.24 491.95200000000057 Td
 /F1.0 10.5 Tf
 <666f72206578616d706c653a> Tj
 ET
@@ -65828,7 +65897,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 480.5070000000001 Td
+51.24 480.5070000000006 Td
 /F5.0 10.5 Tf
 <787265663a2e2e2f72677376> Tj
 ET
@@ -65839,7 +65908,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 469.0620000000001 Td
+51.24 469.0620000000006 Td
 /F5.0 10.5 Tf
 <632f72677376632e61646f63> Tj
 ET
@@ -65850,7 +65919,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 457.61700000000013 Td
+51.24 457.6170000000006 Td
 /F5.0 10.5 Tf
 <235f72677376635f70726573> Tj
 ET
@@ -65861,7 +65930,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 446.17200000000014 Td
+51.24 446.1720000000006 Td
 /F5.0 10.5 Tf
 <656e746174696f6e2d> Tj
 ET
@@ -65872,7 +65941,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 434.72700000000015 Td
+51.24 434.7270000000006 Td
 /F5.0 10.5 Tf
 <6c617965722d> Tj
 ET
@@ -65883,7 +65952,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 423.28200000000015 Td
+51.24 423.2820000000006 Td
 /F5.0 10.5 Tf
 <7370695f436f6e74656e744d> Tj
 ET
@@ -65894,7 +65963,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 411.83700000000016 Td
+51.24 411.8370000000006 Td
 /F5.0 10.5 Tf
 <617070696e67536572766963> Tj
 ET
@@ -65905,7 +65974,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 400.39200000000017 Td
+51.24 400.3920000000006 Td
 /F5.0 10.5 Tf
 <655b60436f6e74656e744d61> Tj
 ET
@@ -65916,7 +65985,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 388.9470000000002 Td
+51.24 388.9470000000006 Td
 /F5.0 10.5 Tf
 <7070696e6753657276696365> Tj
 ET
@@ -65925,7 +65994,7 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-51.24 374.66700000000014 Td
+51.24 374.6670000000006 Td
 /F1.0 10.5 Tf
 <5d60> Tj
 ET
@@ -65962,7 +66031,7 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-122.4970716 769.0470000000001 Td
+122.4970716 769.0470000000006 Td
 /F5.0 10.5 Tf
 <436f6e74656e744d617070696e6753657276696365> Tj
 ET
@@ -66001,7 +66070,7 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-407.52535800000004 769.0470000000001 Td
+407.52535800000004 769.0470000000006 Td
 /F5.0 10.5 Tf
 <6164756766756e> Tj
 ET
@@ -66040,7 +66109,7 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-51.24 353.571 Td
+51.24 353.5710000000005 Td
 /F5.0 10.5 Tf
 <787265663a2e2e2f75676675> Tj
 ET
@@ -66051,7 +66120,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 342.126 Td
+51.24 342.12600000000043 Td
 /F5.0 10.5 Tf
 <6e2f756766756e2e61646f63> Tj
 ET
@@ -66062,7 +66131,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 327.846 Td
+51.24 327.84600000000046 Td
 /F5.0 10.5 Tf
 <237878785b7474745d> Tj
 ET
@@ -66071,56 +66140,56 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-98.49000000000001 327.846 Td
+98.49000000000001 327.84600000000046 Td
 /F1.0 10.5 Tf
 <2061> Tj
 ET
 
 
 BT
-51.24 313.566 Td
+51.24 313.56600000000043 Td
 /F1.0 10.5 Tf
 [<68> 20.01953125 <797065726c696e6b20746f>] TJ
 ET
 
 
 BT
-51.24 299.286 Td
+51.24 299.28600000000046 Td
 /F1.0 10.5 Tf
 <6120626f6f6b6d61726b> Tj
 ET
 
 
 BT
-51.24 285.006 Td
+51.24 285.0060000000004 Td
 /F1.0 10.5 Tf
 <77697468696e20746865> Tj
 ET
 
 
 BT
-51.24 270.726 Td
+51.24 270.72600000000045 Td
 /F1.0 10.5 Tf
 <66756e64616d656e74616c> Tj
 ET
 
 
 BT
-51.24 256.446 Td
+51.24 256.4460000000005 Td
 /F1.0 10.5 Tf
 <7320757365727327> Tj
 ET
 
 
 BT
-51.24 242.166 Td
+51.24 242.16600000000045 Td
 /F1.0 10.5 Tf
 <67756964652c> Tj
 ET
 
 
 BT
-51.24 227.886 Td
+51.24 227.88600000000045 Td
 /F1.0 10.5 Tf
 <77686572653a202a20> Tj
 ET
@@ -66129,7 +66198,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-96.81 227.886 Td
+96.81 227.88600000000045 Td
 /F5.0 10.5 Tf
 <787878> Tj
 ET
@@ -66138,26 +66207,26 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-112.56 227.886 Td
+112.56 227.88600000000045 Td
 ET
 
 
 BT
-51.24 213.606 Td
+51.24 213.60600000000045 Td
 /F1.0 10.5 Tf
 <697320746865> Tj
 ET
 
 
 BT
-51.24 199.326 Td
+51.24 199.32600000000045 Td
 /F1.0 10.5 Tf
 <626f6f6b6d61726bd573> Tj
 ET
 
 
 BT
-51.24 185.046 Td
+51.24 185.04600000000045 Td
 /F1.0 10.5 Tf
 <616e63686f72202a20> Tj
 ET
@@ -66166,7 +66235,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-97.4295 185.046 Td
+97.4295 185.04600000000045 Td
 /F5.0 10.5 Tf
 <747474> Tj
 ET
@@ -66175,40 +66244,40 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-113.1795 185.046 Td
+113.1795 185.04600000000045 Td
 ET
 
 
 BT
-51.24 170.766 Td
+51.24 170.76600000000045 Td
 /F1.0 10.5 Tf
 <697320746865207465787420746f> Tj
 ET
 
 
 BT
-51.24 156.486 Td
+51.24 156.48600000000044 Td
 /F1.0 10.5 Tf
 [<646973706c61> 20.01953125 <79206173>] TJ
 ET
 
 
 BT
-51.24 142.206 Td
+51.24 142.20600000000044 Td
 /F1.0 10.5 Tf
 <746865> Tj
 ET
 
 
 BT
-51.24 127.92599999999999 Td
+51.24 127.92600000000044 Td
 /F1.0 10.5 Tf
 [<68> 20.01953125 <797065726c696e6b>] TJ
 ET
 
 
 BT
-51.24 113.64599999999999 Td
+51.24 113.64600000000044 Td
 /F1.0 10.5 Tf
 <666f72206578616d706c653a> Tj
 ET
@@ -66217,7 +66286,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 102.20099999999996 Td
+51.24 102.20100000000042 Td
 /F5.0 10.5 Tf
 <787265663a2e2e2f75676675> Tj
 ET
@@ -66228,7 +66297,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 90.75599999999997 Td
+51.24 90.75600000000043 Td
 /F5.0 10.5 Tf
 <6e2f756766756e2e61646f63> Tj
 ET
@@ -66239,7 +66308,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 79.31099999999998 Td
+51.24 79.31100000000043 Td
 /F5.0 10.5 Tf
 <235f756766756e5f636f7265> Tj
 ET
@@ -66250,7 +66319,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 67.86599999999999 Td
+51.24 67.86600000000044 Td
 /F5.0 10.5 Tf
 <2d636f6e63657074735b436f> Tj
 ET
@@ -66261,7 +66330,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 56.42099999999999 Td
+51.24 56.42100000000045 Td
 /F5.0 10.5 Tf
 <726520636f6e63657074735d> Tj
 ET
@@ -66300,7 +66369,7 @@ S
 0.259 0.545 0.792 SCN
 
 BT
-122.4970716 351.387 Td
+122.4970716 351.38700000000046 Td
 /F1.0 10.5 Tf
 <436f726520636f6e6365707473> Tj
 ET
@@ -66339,7 +66408,7 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-407.52535800000004 353.571 Td
+407.52535800000004 353.5710000000005 Td
 /F5.0 10.5 Tf
 <616475677677> Tj
 ET
@@ -66394,7 +66463,7 @@ endobj
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_ContentMappingServicef)
 >>
 /Subtype /Link
-/Rect [122.4970716 767.5770000000001 232.7470716 778.0770000000001]
+/Rect [122.4970716 767.5770000000006 232.7470716 778.0770000000006]
 /Type /Annot
 >>
 endobj
@@ -66405,7 +66474,7 @@ endobj
 /URI (../ugfun/ugfun.pdf#_ugfun_core-concepts)
 >>
 /Subtype /Link
-/Rect [122.4970716 348.321 191.92307160000001 362.601]
+/Rect [122.4970716 348.3210000000005 191.92307160000001 362.60100000000045]
 /Type /Annot
 >>
 endobj
@@ -77112,46 +77181,45 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��{	|յ��3#Y�WY�-ٲK�Ŗeٖ%��-^�5����"��cB�	!���B�4@�4M�BXk�x��(�hJSJ[J^�4��%��ɱ�����;3���9�s�1�!>2#��m�ο#��Q���}(��߯"d|��푸Է d~�yc`dr���G(���90��|�����'�x6��i<���H��ޔ�����%�;Ǽ��]/�C�v�_���^p���p�r=aѻ�B(�(F^�B�'��$�A��懄��GD
-��"�D#���)�*�&A��'&%���&sZ�%Úi�B�(Ǟ�p������֔WTVU�����oht75����|���k�ױ����\�5���޻�5>�9�H$EHh!5d����+�(�Ш�ąˮ�:��$��4b��$��4"Ιk�/&Z���Jk�>�9f����įXzA A�Ƕo>tvЅ��9C��t<{-�*e��>V	UX�"5B�i��YH4�XC�8������t�L5�i�L���U���pb��� b��w���G�6������M�^f�$�u����+B�ȎJ������#��?�����YD
-B*0�V��
���81f��Ib�}{���<B_��~og�[g�-�m:w�ڑ���:mZ����WE�5���*Nv$&:�ĜiB�3�*2��:�f��5�~{%X��`{�P�����4�.*��?vm&� �MgGN�!)�Q���m�`� k\�ʏ�ܔ_���)�*��)�Yl$kF����$.�o���m99�~�wpk��ؽ�����YG.`������=�՞���/3�
-�V��#�����pdu�xFXp+к�n�
h�Z��z����Y��������'�du�>��j ���%�6i!��0�j�������S��ᢏ�V�z�)��7SW�x��/��Xo���_�ů�c�9���j
-��@#PYU�@%&�g�]xz�G�Y<3���wN���M��kׂ���5�HY32��{j���vH�:��*[���.�2P/w+�sEr�(6)���X�|�p3���*�����m�u����XQ�V���7-$�S�yD5�	hKa
MO�6}ʮ��뗨8�;@[�hd�O��Gq@�t'��c8A��7�����TV��s�6�|�}A��_^ї'����W����������[X��3X�Ɔ
o�_<{�˧��������s��s�}s��]�+̪�XY>� 4jXC�����ܭq���|��WVo��������9f*�\��H�I�V�k)�x���=�?������~�
-�URe�NrqBb��/V�y[-̇�\�8����߇�u�bE�emfiSz�6�,�����Φ�\w�w���.K�)����x�����J��K��
���x���[���r;�M k𔃽�%�����
�¨8H���a�37���
�λ��SM���z{i�W�:�љּ�L�n��kR��&��{��Pj�zZ�շ��'
���v�a��OW�l�.P„����;<��B����,�l+Բ��?�~"���O?*vr�,b̸�pț��j���9�vӯѴ� 9T�L��*C����X���<�@�;_=�/�Ǽ�pSN��EG���x���4�.ɏZ�^�j�FR�"Y���:e�y����Ժ�2k�=U�VH�ydHt�����O�u?{[YѶ�S�5'��;��hjg=��k�H^8q�~�!��ig�$s����3E��5����J����V�m$�6�T5A:�$̂rR�6B�n\�i����q��;��7>9�wb�+.�y��V�����*aj�tbyA��З�8F'�r�w��b}\T
 �����]������p�ެ���${~zS�v�X�">����Ͼ��#��AR�!!V�#0�H1Ƴ�Ӆ?�����<N�@�_��s079�M�H�'F��`�d���9~���Y�����'�aj/��*էox��������>g��ִ��όM���㏋F��u��ݞqM�6��Z
-�[r�S�S����ަR���}$�lg��ڱ����� >��s����[�����\=�����)G'�*�(���,E[�j�5��q�5M��e����<�7cUQB���X�8*`����Iڬ`hj.;���y�/�W�e�<4d���d�������-3G��&�bu��${�����p"��c٤�mi�f�!O�K3
x����9Fϟ:w������e�v����rC�����m���[��J
��(ĂcT��_�����+��Erbi@���a]�NO)JY=ҭ`�O���++Y�I�M .���?D\&6bq0ϒޅ�$qօ?�M��������+�E�^�i��H��D5Ľ}����٬�.�%N.Ԑދ��F<��ֻ�y7_��<���GX#X=f���2�%�[[����2��M��Z�AfX�gns��������>�m	��k�C��Zo��Ui
NM�������/\�9Ef�L_�~
��
����N���ϑHm��[���Z�ۤ��	:6�K���J�3B#f��~�
 ����m:.Dl-��pnl��X�'�(\_�6@R$%Vb�i�G������ې����6���M5[n������Ko��mz����qL�h��YSIFe�2�:�@����D���<��՜X�����j�}ۦ6[BL��7��"�8���t���;�<��,k�ǿ�rϳ�4��P���dk��b��?>����g�ӆ
�v>���������Ùy%�Y+ɍf�H��]p�&L�>�"U�pu0���D����x!~��Uh�:U!_8g�	���)�� �$6j����M�����L�^��L���%H�~�ϵ=V�-q�5ӻX�Z
>���BF�I�r1�Q�$z �
-*%�-7g)�ڮ/^�Y:Yo���o�4�Lnt�e��1���v��J�b���w�m��WWN7�\%��(^hκm�o���_���v��GY6^WsK��OY�����)�� ��s�E{p�8 �AIr�����춢�'����7VL4�����G��㚆��ἣq6���Z�������w����8s�:D��-L��R��Q,z˧K���Ed�B���j�����H�
-8�
G��dao�t&�l�u�s[���i��1����(��W����NÅע0�:
-|�k�R�e����T��'��(��_;#S;�r&w�Q<�>%M)0���e:��A�Lt���e6%�63�/|ҳȷ�2�e(����+�d���,Sv�>�цb3�f�d]�˼X�߰�L���5�>�5x?��?d&XV�z�m����c�z�������
��l��Y
-KIb,��;�������=vo
-�G�xq:I�G�%����G.?���
�86O�����F�L�|�	���r�S����%����ϗ�0���i���FN4,�a���V.e�~�a�]��ҙ�(�-6؍���'s��g5L�,+�V� Xp>F
- ������"�v8�UI�CO*,�/�N�u۳]zJ���0���9\����Ȣ�9��n>t�8��I&�
�
-`�x��A�+zr�*5&$݂���$����lJҿ��HG?vbQ�7���ڨ��"d†yZ��>�p����\f�W��o�d�,�WP�ZU}���
-i��� YJ��—�<Xa3\{@e-T=B�yY�G�
�X�WE0^�dNT���S��V�����~I�=|�ᷖ����d��꧜�k�u�̯�P�n�	Vw_*����
-�w��A/<�D\`~�	���W�d��$������ι����i����'�>RSs�ʓ�^�k�������ǺSS�<>~�װ�� ~ch���×sn�ܗh1NP�0
2�d~o��(r)�V8�����Ⱦ���3��K#�v6� �'p�v�ាc۫��b'�v{������A�2�Q�M6إ�XR�ynyKpz��S�\�����w�.�>��u�dpocBg��OwFlz=�=R���J���h��fu�QRlޫ
�A�]ܸ��CC�k(����D���Lz���9Ȟ�uu��DW>G��B4�7ߪ�i͍2%�l���X�[�~��bR�|;|�6�b�������)���HFU�*�s����|�u��Ƣ�s��{�,M������|��bKK�ޮ���/��+�����f�n�r�)��[F�lh�{}�.��PXd^�ƨr���uE	ںޭk�M(���y���5-"���z��:2�ʹ��Ĉ�
�C/�B Pog��H�4����Z�6����g���5vxY�r�9�|G4 >�~
 u�4��ZڶV�loL��X���D�O���=�eku��q��4���{rc.��ɵ�S2�w�i�|a�,�
-X��6!������>�4D�dՄ��t�.Ƨ
-"S���M�zE�F!���+��h����B۳��G;�=1F���v�j����XQ�vBL��1%�3���^u�8Cx�>�4��rW�
-C�"�>z�>E��2���6����$3
-"��W8��w��XV�d7�9T�����N˵<j���r�������n���ב 7`���ȗ��c�ow����e��`l�K�e_�!�~A��ůF)Ҍiqw�
5z��![8�r�;�GE���tt��f2�b7}B��('R���O��_��r�Q�0����J���Ms��C$�T5.�O�����8�;B����Fh�p:8R"�'���X�qB~�
̍ss.�kK�g0�eO�ᕶ�wD��]$�@�J��Ke�F�pB� X�J��!��s�h�>1EF���6�+� ~�$K���ˑЗ�f̒LG��M^�������._���}���� X���_��}qY�B_
�%�W�ި?W½"��˽���M����������q�w~�g�vM��p��y��Z(!-�'wӧ���朙">\�3�/�g����>VYU��|�U��4t�n�CR�U�0�za$�Vp�RRZ���Z.�82Ŝ.�>��o���յ��qL��]Ձ��/8`�L
-ٲ�]Kņ�<�(D`Cm���L��i���}MRxcKN�t��i��|�(s]m��S��~�LhbN�\�X���(����T�u�2k�I�m�յ��)Y�p��WF��v����A�ۺ"-���i��,�?`ah�V�+���
����8`�� ��m��;�쒰�l$�Pj$�&�Ó�Tv���`��5C�ry�Pm�zGl��C���=E2sa�ߣ�r��.M[��b�����
�ex�;47��=���ȓÙ�Z��s�b[%nI�}�o3M����d�'��m}��m�������Z�&B��t�(���]�3+&c��,��.Ц����oj�Bc5�Y��!��d啷�
-F,
-�E�7bǢ���O(D*���~J“�}����	0WJ�Ş��tR�P�k����{�EV6gM�T�-J.=UWu�=w��')oN��SC�և��r�1��jn������(jV)Ȁ�a�	�Dg4j�?�Rp��ã�7�T5���V��ں����S�wvf\�����Y��Ι�;�H�N��ru����DfB 'wp�PHk)|[-�տE�ߦ�B�\��n(_|1��Ά��"E���
��Ч�"����	�n�<}��t��u�ؔ��x�1V]�U0�Y@�K`jD&ZDY�ݨ	
�-~Kg�r�n�[=�ިD��-�g���u�R�E!�wfw��R�0YR,7B&�%�4c۞uL ��B�I����k�w�������-�D�(�4��c�ߣu9�""���x�"b�Htn_��}
j����˔�<ݦ���TaCOw#/��	B��a�a)S͕�;�����Ic��vca�ݙ����'+�3U��䨼�NK�=]!��H�J"��_�6Tg)��m�&�&<"���ܱE��ݽs�/�j!'��?'P�˝D�2�&X4|�b+>\����
 6�j7G'�o;mu;��9�~�.zg�C��{��90H��g��E.��i���a�_�>�_S�1�ٱٖ#������4��G}���F)�c�������de�݀��̗Or�̊�P�9�aa
-� ��B��3�_�dn�W2X&�������ZT6�=�������7{��ʯeJ	��@na1�ʛx��sx����m$^u�SY@E�D���`	7�e��4���,�����*E�O��7�v���:�;$im1.{޷	P���b���V��JVE�"��6�=A�Mt���MY��0��Z��b ��}�`he#�_״�mJ��k�}�b���59�R�<q��_\�hNo�r��s��n��v��:�q�4�[Ԗ`��6VuG��$A�)�0Ǜ�9�a�I�d�o.�a��<��`�Y�3�`Q�\\!�+�ֶ��nk1It�(��J���|��.�拏����p��1�/���&�ៗ�'g
-�q��^�+����6�)
-٣��ӟ�.����!�D��=�����ܩ���'rr&�3���ק���y+`eb���H`�W]�#N�HN��i
�>+��������y
-]���FaRB�
�-.�W��6�B}ޟ䰲���	s�`߆Z|)"O��ö,�^�a���h1җ~ݜdh�K�D�DcalY�A�X|'�,}e�q�=wm?����6�,�`{��~����%���c�����~�]2J��/Jv������s�.�/�1���c�CS]��ԋ+R��=�z��k��B���jo����ԡ[Y�8Q���,��$�N[C�B��U�v�Rg뻷i�X�����-l0���Ɋ��
����$�2,��,I�V����ӕ��JOQ����R��*��N�M�g�
������͵��W�����ik!k��
��`'m������:�a�i���c.�!m�Z�فC�+��<n+74��*��L�Sht�k�����	��gT9����Z}�2�Q6V#���*��kos|:���Ş<����	��渒"�]�����07m)�G���T��C���{W�Fɀd,��S[��$s:x�=a�1"*�#����.*���ŰO�_��ej���lh��ք��
 ��
-����F��c��'����]�E!�ٱ�P�RYѐ�U�~��΅ʣEnpb|/��$��)R5��۹+Z��O�WXh\|U�p�p;�a$l�RY�y�x�qmc}���P7.��Y���e�8���c>�n7l��R�����R&+Y[�%�X�0
j?�w1�����r��ن~_�C���Ȩ<���aJ��:�—�n�"z�}��H~N	��j�����iC�QN��RG�t�i,yV+'��D���9��ʳ�U�5l�#Ta��j�i�r���Pq���#��>���|�7����N�	�jP5�eJ\Q�/�K�7��5�dM=.S���/q�������r	�
��v�
q�r�Y�u�*M��8����m�$ђ�i�k]2���E;�`����ާ��Z�M�1q6�/���/u�*q�����S�F��D��#w���I<�i���}��BN�����So�M���&t\1���a�"`�Ilsy�u��f���P�Џv9ڪ6N�2Z�栯&W�㞼�41�&DiuN�{ρ��!���Y!!��
 ��Gm^�Wʔ����j�pԱ	����R�M��`}ζ��[�7V�9�z�!]ÿ@�+u�ubtw�����14�|��Qg]�@�����C�#�ɾ�z	=�#���e�Z>�P�Ɵ���i�%�$����l�45%U�������R]��-INJgg���f�#�1:�X�WDMN��ޗ/K4�E�X��8�c����v�`�]���$�zr��ʓ�˻�rz\Ić
�%
-E�xC��R��t#�%���f�'�3���oi�?�������5?���̳�o����Z�mQ�k�(�|��p����K<�9� '�^�Ʈ��^.���s�O"r�������Y�oƇ�q���#BF�����I3y�k��J��.qR9����n��렬�ɠ�A����ƻ\|k��C������I�+�P^hy�\XT؆��Ž�����?����uDrĆ��u�s��[G�DQ]Q�H�%<*�EFѤ�%q�x���J�/�UrZ�4�2���
<&�A{�G�)jY��¯�)�M�R5��,1�,p�F0OͦQ;s-�h��i�m���4��Q��B�bh�h5u�Y�d0vTM}��8��q�Y��䧸ͨ��
-���?��ڎ��r8�������<8�
-����8/�xNB�N�q�H��
q��V�`!�_��:�wS�Q�Ԓ_�ϡ��F�
-�Q���!-q2}��B���3Ht��$�l�0{����|��P;�.��=&�	��~���S��GI��A}L�^�3�ý��yS���`�2�Bx{�!�o�+���o��=���#tE��g�y�u�g� ������H���_���"����G���}�Dz�k�P>���}x{�f%}��,= ��e��z�C�}<�J � ��!(��p�)E"�o¼�/�U�b�vƱ() #T"R�~*<�|N"�JF)(��(3du���+�D6���x�\Xw���"��K`WQ9��)U�JT���ZT�jQ�G
��YjF-���v�u�N@�=�1:�~���4��0�8�uC�&vf�b2���ƙ�d�����0�g�������پ�'��8��X���������qR�b�8E����x�M*���yH���d����`$"y�D"�?�[����Qq�<)�?��CP.A���&��E�d�<���a��|�?��)�<|���;
 6=>�?0�L7��+˼���^��n��`xXYǜ�P��N����c{��F�h��4	F��7%���h�Bo
E�`8J0�a�S�,�5��z���n��d��Nz����}`2^��WճW������a�8{[?��4^��NN��O��h�Ҡ�RFYJӀڇin�z���V������{�'���4�9C95�̜��S;%�"ɀ_Sh����R�,A���ң����xƇ�޾@��d�6	< �^v�hƼ��C�7Ʌ%���Xy{q��`��r��3���Ŭ���{��H�gң����S��QvM+o��	 [7M�s�2,�I�A�`��)Q�W��g50��c9&S�����ϊ���1����Ě�$ܟ����T�@cI�Fv|ΏA���䧼i�&�Z,�ɩ�A�
-ʛ�?#PY�z���Mw�������	���hO�rr�WY0�醃�L�r�Ӎf�@��N�%�ȱ��IF�t
-������ߓ
-#+m8���9zXF�x�i؇b�T���������X}���F�<25�T�O�H%^D�jXd%�(Y���n�;�_=�����!<֍���#��#�i�-����������
+x��{	|յ��3#Y�WY�-ٲK�Ŗeٖ%��-^�5����"��cB�	!���B�4@�4M�BXk�x��(�hJSJ[J^�4��%��ɱ�����;3���9�s�1�!>2#��m�ο#��Q���}(��߯"d|��푸Է d~�yc`dr���G(���90��|�����'�x6��i<���H��ޔ�����%�;Ǽ��]/�C�v�_���^h���3�
�z¢w��P�Q&4����O.��&H��7��	
��D	Eb�4:F&��S�+UjM�V�OLJNI5M�tK�5Ӗ��Q�=����/(,*.)-s�)����^[S[W���njF-�?����״�c���kd��w�k|�s�H���Bj�'aIWbQ8�Q��]u"�I.3i�b�I&7iD�3��L_L�*�Õ�D}&s�d�M��_��@�@�m�|���s����x�Z�U�^}���XEj�L�X-l��*h���;p\%�)a���j�Ӫ��߫���[+��L�/�PA��h�4݉�0m?0���#L����|I��z�
 9W�ґ�W)q5FB/`�5V5ӳ��T`$�  a/qb����H��:msy��4�������[��t#���uڴ��5����k��=�U��HLt&�9ӄ�Qg.,2�Udpiubͺ�k>+��J�X)���F_MiX7\T2Vo	~��LRA�9�Ύ�"CR
+����	��J��Aָ����)�|�ES�Ub�S��H֌('���I\.��:���rr��b���|!�{����;��\�����{,�=���_fh�?-FV%�8��$��V�u��~к�������۳�}����O.���?}���@r�#@K�m�Bj�a8H+�9zm�ۭ����Eŭ.���S�mn��<�6.�_~��ޞ��N���_?���sk�+�>�F����JLL�л���!�гxfo���x/�1֮�`k���fd2F��&�nk�퐨ujIU�2+5�]�e�^�V���bQlR��)5��-�"�"fX�[Ub!�d]��j;�"d[����\M[oZH৮�j�Ж����l�6(�]7��/Qq�w����.(�b�z����-�N1�p���o>=}ۙ�����m��f��(6����/O.��-��Ϗ%.<M���ᷰ�g��
ޠ�x���O55=�����.��һ�W�Uk��|`Ah�:��<ls;��[�0�����!'>���r��ѡ�
 q��s�T��:+ޑƓj��
�R�9�|7C{h
+s313�`���ʊ���� F�_��Ic�Z0���:q�͟���Ŋ���Ҧ�(m�Yn����98�MM���`�]�lSh������g���חh�F�����<)��6v��@��){�K4[���Qq��J�g2n�;F�-�w�
+���ң����f?�>�ux�3�ys���PeפV�Mn���h��Ԯ)��ok/,O0�M���(T�L���.��]*��	����uwx���Zg��Y��V�e�E~��D4k/b�~T�$�jXĘqs��7�!78��s.�&�_�i'Ar� �J�U��o�?���*c�y��|w�z_6�y�ᦜ|�5��f���%��id]�#� �P%�荤FE�F{cu,��󼡵��u�e�*{�0��8�w�Ȑ�$%=���j�~����mg��jN�+�w�����zj7��ya��p�<��C/���I����g��k�����6%+����H�m2��j�t�H��|l� �
+�$Ӛ�#�<�p5�wʱo|r���6W\N����m
I5U������L1�/�q�Nl�����������C]������y��=�Y	��I�����1�*E|��}�GN��� C>B*�RG`��b�g�
�'�y�ȁ><n����:`nr��r�*�O�z}�l�N�E�s��ч�ց-�	N���0^��U�O���-���3]}�ʭ�i����81e��T%�ܻ�=㚒l���d���C�8�"5
+{˽M�JUU�H~��>��c{UQ_mA|B]�X��
�����'�z�-�kS2�N�T$QZSkY����jkv�)�k�|9�����yVoƪ������qT��)H���Y���\vn�=�_b�h�lyhȞ�������ɳ[f�t7M���I��;���M�Db��>�I��Ҋ�8C���f�>?[Qs��?=t���#>=_���)�Q��\����r_���͕�Q�Ǩ��^
+�GWF����Ҁ*<\��ú Ν�R��z�[���)��WV�^=���@\F!.��Ll��`,�%�5�I����C߷��9�ϓWȋ�|���+�����j�{����ӳY�1\6K�\�!�w�xj7�w��n��5ylCv��F�z�`�e�K�L���e6��2��N�̰��n���bk߃�_[)
|��{��&�:ٵ�*P�������w77�=ޡ_�zs��̙����q�E9��z�
#�#��,$7ȷ�
�طI��tl��D) 3��g�F�\���5y_Y�t\��ZT����h���O>�Q�>�
 �.m��HJ�6�:*�܏�����߷!��'nmؿÛj�ܶ���Oї����������:�t������epuX���]���$5~y���9�8=6ٽ��v��Mm�����o��Efq�U���w�ynOY�ȏy�g��Hi�١,׭�ִ�Ţ�A|n{i���N�
\�&|$Niu{'GYy��3�J`�V*�̆-�����M�4b}8D����`~Q���+���B�����u�B�p�4̫�SZABIl�����D�f�;,��F�z-L��K� ��k{�\[�Zk�w���|�+�I������*bƣRI��@�KTJ
+[n�R0�]_�.�t��H���,�iF���P�-�cj���͕jŚͭ��ۺ����n�M�J��Q�Мu�j�z����%�M���5��l���j]��hCyE�S��@,���T����Y)*p@؃<��>�o��t1�mE�O���o��h.�	$������5
O}�yG�lHSY�"sG����/��ӓ�q�<u�.^_[�	���X�O� 7���`��sW�ry13��p��^�����L������8���ąc����?P���/������E32`�u���.������=��'xOZ�Q�	
+�vF�v�L�*�x�
|J�R`����tT���>�����lJDlf�_��g�o'�ef�Pf_+XW��d_�;X��}L�
�fN����ʗy�,�a',�\ͯk�}�k�~��L����L�"{1;(Ǥ��??u����������X��w<7����{�����2t���DK�]i�\~�!4�lql�h7����~�p� �E-��;���Z��]K���j�/_=`"
r�� '�
��hX:Ú	��\�^�F������3�Q[l��1O�=�j��YV���A��|��@:ֿ���?�E,�8p,����TX�_�
���g�4��a�/Ks������E9sN�|�0qP��L��2�F���W��.UjLH���)((I�?�'�#ٔ�gk��~�Ģ�oX��Qg7'DȄ

�2}j�hm�;2�̆��߸ɄY�������.Y/.���AcA��
�/y��f����Z�z�v-����E�	��.�`�\ɜ� 0t	A�xi�HoSsi���{���o-as�-�T��O91��릙_
 ���d��.�T&�_^!j��^2x������;H������=H�	0 ��	�#3�s�z��3�0�գO~}���ȕ'�<�p�cC�c��u��v�x|�H�ay�A���Л�5�/���/�b��fa�d��
+��,eQ.�RP�py�_�Ց}ǯlg�ŗF��l�3AtO�����=mǶW�G��N�7��0;8�	:���e��<�l�Kg����(�����������-����]�}��?��V���ƄΔ�����:z�{�䋥� #6�,i����ؼW��x3�
+�q�3n�����P�-f=��X�Ù���s�=W���ቮ|�ne�h�o�U7ӚeJ��\S7�F��u��5Ĥ<&&�v��m4#ĀM)70@I}�S|�����2RU���Qe�t��{;�E��<��vY�ʥ���u�jeŖ�ֽ]e;_%W�;+�oi͜ݚ�^S�շ����|��t]~���ȼn�Q�p[�*��u�[�2�Pf�%��:
�kZ&D��f�u
+&>d�ia����^H�@���Dk��i|��Nmd3����5k�0���rsD��h@|6��li����m�h�ޘ�#ر�m/�,ޟn%�Kk{�b���s�T)i
+=����\�k��d��0�d���Y"*�ԉmBf��(}ti��ɪ	����]�OD�������?��B@7SW��� �2���g�ˏv{b�����8ӯ���1u�,��H�cJ.g�	w�:>�Fq��}�i���0���E}�,}�~�ez7?Fm����}IfD$ɯp����{����nbs�B!fq���ky�̵���7��yy��ݤ��#An6�\髑/!��Z���=����/�؈����C��� .1��_�R��� �Nj�B�p���w>
���s��0��d��n��v�QN�p5F��Ͽ&��h��a�;\��L7,<���v�H�j\J�S%h#5qnw�:3�����tp�$4D$O���^������\�זD�`�˞��+m��p)�H�Y�B�(���X�((&��tA�\��C$ȷ��+�}b��>qSmfW�A�(.I
+��#�/�͘%�������kƅ��]���9�*����A�<t�ÿlQ�Ⲻ���K���Q��{E�{�{OA%�d3)e3�}����b����l�PQ� '.�䋵PBZ�O�O����93?D|��g�I_ �\w3�}����3����i���ԇ���BaL��H��*���:���\�qd�9]B}[�\+�kk+�8���$��3�_p�>��e�
���
�yLQ����Fgo�nGӔ+�[����Ɩ��;+;��0�+� ��B)P��������
+�Թ>�|C�Q.��k'��r��9e�r�D۰�k�S����)��8}�LÓ���3�uEZ���� c*X�����W7�d�eq�f�ALM�6�wV�%a	��HV5��H<M��'ͩ���=��F�k���������X���?��{�d���#�G�=�]��d��Ti�+�����whn,;{��'�3���# ��8�Jܒ0�*�f�(�;~kI��O<������"�E���	<��^M�(��Q�]���pgVL�ZkY��]�M>������&�jJ�|�C�K���+o)*�XR�NoĎE��P�$T(#���'��$���`�$�$	�=��餚��pmQ�#����lΚ*X��[�\z��"�{�j�ORޜ����>��/y��c$��� [=��Q�8�R�U�2>�?��h�z����G݇G�n"�jl���<;*<&�u���j��̸6_q���8��3�Mw�=>��h���d�e���:�@N��&�4��R��Z��,�M��8����P��bzǝ
5�E��
 C��O�'D`�	����y����L�2��)q�vc����`ڳ���ԈL���R�QF[��β��(�z&0*�Q�d�+[��(�K�� `
�0�B�[���Nͥ�a��Xn�L,Kiƶ=�@�%�#�j�����j�<��7�'��[ĉJQ~ij�)��y�G�r�ED$����E����ܾ����rk��)�y�MM��%�†��F*^���F��B�R��+�wX1&1?Z���(c����{�3��m�OV$g�-�Qy����{�2B��a�z�D��m��Rj�2MMxDr%ٹc���)�{�._l�BN�1�N�>�;��e�M�h�>�V.|��?���m��n�N��v(��v�s(���]�
+�X�L���s`���ψ׋\ZS�L]�d��}�	��c4�c�-G�O#�+���i6���m/�R&�D'�����1��(6��=��/���'���
+s���A"����g����ܰ�d�LR+��ù���"ln{<�GQ�)��)o�E�_;ʔ<L����b��7����$����k��2H��6ħ���7�8���n\�DCiʹ�Y@7k
#U���f�o��!��CunwH��b\0��o#�����6%��8Z�����E��=m>{���du���.�a���l��@�W�����F(�
��i۔�c��qu�\�`;>�kr���y�9?���ќ�Z�
+�]�-��[�F��J-u��
+i@��-+:���m��f�I��Sfa�7�sZè���l�\x���yR_�<��g��3��D��B�W��mI���b�� �Qf���ω��7�]��
�-�ٵ�H�cd_���M�?/yO���2��W
UUm(�S�G��?��\z��C��.�{���S��S'�ǏO��Lg����O?!�V���d)���6��%F�^����7��;|V.�/e7��+��r1H[�¤�8�[\��Km`���?�aesy���
��RD�L�M	�mY.�2�xs��b�/��9��b��-�2���ز4���N2)X��d�{��~;�Y�m0�Y��(���ʇ/>AK|_�>A�'�-���d�v=_��h-]�\]�!^�c�e��;�Z���L��7V���{:��+7�H;�=�T;����,ce�C���q�jk�Y�7DI2���l�4��|�T���woӚ�J]UYc[$�`(ŵ�	9�m��I6eXfGY�<�$Ig3�+5�����5:��D�U�?�����6bՅ�]�5�k���%�	N)S
 ��B�*��R%��N�"fs#	�u*Ò�2���\�C��&%���W�y�Vnh0GU���8^�����O-Tv}��Ϩr6[����e�l�F���U4�����6�t���;�=y
+f1����q%E��/X-8an�R����7�<�_�����֍��X��5
����H�t�x{�bcDTG��\T���a�(�/�H?��>�+n��"�H�	M
2IAU���7�O珓��'�><B�O�c�X���!��T9���_��G�8����>^HQI8>#S�j�sW����и�����v�%�H������T������r��n\.��0C5N��q��]��|X�nؠ���1msS�LV��NK��a�~��b������
��r�$���Qy&_�Ô�6ju�/�3�(E����E���.-�f��+0AӆF��౥��
�X�V
+N.6#��=�+sH�S�g�Tk�"G�¢�ոӚ�v$��$��G4N�}����0o�������4�.j�˔���_&��o��-j`�Țz6\�J�_�:A����������R�>����?T��q�s�۔I2��%���׺d���v8���9�)��O�3N�X�c�l�)^�w��_"��W3T��-"ǧb���>]G�';�xX�0��7�>�*Ʌ��ݱ�ק�
+9� #�M�b&o��E������봅�Ks����r�Um��e���A_M�)�=yuib�M��Ꜹ����C�=�BB���><8ڼ���)	;�Ո�cX	믥������mU#��o�js���C���NW>���� ���)"��=�ch���=�κ4����ч�G*�}��z�G�e�˲�|�� �?ac��6K8Ir�y�RijJ�47'd37&k}��8?;Z���,���	��^G�ct�X����ο�/_�h�����q�����'�����2�Ir��du�''�we����K��񆆍�
+E�F�K�]���;O�g��+�"��@n��+D�M#k~�M#��g����)>ѵXۢ��.Q"����/���?�x�s�ANཛྷ3�]��\�]/沟D�D����%��p'ތ���?�G��p�_�f�6���%��:E]�r�9
���:�!��AYA�A'�����=�{�w9�<������+����rW�+������
aw�
{!�a�	����
'"�"�"�$P��D����
+��KxTH���I�K�X�N�o%�$_r���}i"�eJ��xLZ+��z�,FS�4�@ۅ_GSěl+�j��Y$bYญ`��M�v�Zh�6A�@�m+�ih�9����и�j�@��9�`쨚�Mqޅ�<�����Oq�Q5�����9�;�Us�p�+4A��9yp���%q^B�>�x�(��B�t��":���B��
u禮�>�%���Cs���d����#BZ�>d"����:�g�<�>��IB��a�z9s�&*&�v�]��{L�����ħf��"79������g��{�1���2e����.C��@W������{d��aG<��D/!Ί��)�2�� �A���oߑ�/ԇ�&�!(E�`��6_����ekז�|ħ��0���J���@Yz@H��"���>ԇV�x�w�(@�EA�CP(
+C�S�Dބy�_�.� �cQR@F�D*���TxH��D���RP*2 #dQf��ґ�
V��l����L����!.DE������r�5�S�@��
+U���բ:T�P#ij&ԌZP+jC�h�@��zzct
+�=45:h6�a&q�놌M��0�d���3y�^�8��=�'`����	��)�8	�}�?N��q
+��?N!V��9([������q.���-���� T�����?�C������HD,�
+F�D���^����xR��\���_M
+2�?�r�f�x2����P;��<%S
+�x8�W�wlz|�`R�nNKW�y��ý�5��Fe�𰲎95��������
+��14��� �Gh�&�oJP����0��4���p�`��X�k���±h��=�X��*�{���d�p���g�D}u��SÞq��~4=h��;Ꝝ�#����~�A@�
+(���������F�[	��\���#q��OzG�iFs�rj�91�vJ�D����@�La(�Y҃J�rr���;�Rz�%�r���$p�z�	��!����$���c��Ž�����^��*w�dt:�B�Z#ŞI�rjt`pt,�O��G�5��A�'�l1�4��q
+��P&}��3�D]�^�
+����LN��L�ޞ^c?+bc�w�4f ^k��pxL��R1�%���8?mԯ���M��#�i��'&�z�+(ob��@e9�%�06���*�{G'@bS�=���Ɂ^e����3��EL7����^�;�#��&9��)~���[~O*����tƆ��a����a�	S嚢����b��z���8��R
�>#�`xE9�a����d�#߻	���~����$Bx�{��GċG��(�[^�m���w��
 endstream
 endobj
 933 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAH+NotoSerif
+/FontName /AAAAAL+NotoSerif
 /FontFile2 932 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -77178,44 +77246,41 @@ endobj
 endobj
 936 0 obj
 << /Length1 13132
-/Length 8751
+/Length 8750
 /Filter [/FlateDecode]
 >>
 stream
-x��z|ՙ�93#Y�mY���$[OK�,�aɒ,˲�~��8��8v��%�M0!�!$!$�@B��@��h7��Bڦ���]ʥY6MMiwK
--�����=�ߌ��A
-{���̜�������|�3�0B�����&�"��?�{�Z�����^���?B(3-<�׻.g��,��{���9pN�C(k���5r���\ψ��9��0\��	���V���}�p�{8�����j�.��s㽑�7K������ �?���rK�6��%�!}�/z3ARn�����B�8E"e.Ȑ<U�T���5Z�ސa4�3-Y�l����q�s=^_�??P,����WTVUu��������I�s�Sn�mTOv#�3H��Nxr	��dvn���JD�L�q�=�	p�\�X�%j������	���$u�i���{^���߳�"3`��;ܛc��k��>�����Y��V����|)7B抁`䨋�������I�<�ޭ
-5N�5_�|�ThS&��ܱ�8͹��3�l��jo
���1���w+��w�y�>�g�E�$��Gl��=My�:�w�v��2�BE��P��}�.�3�+�
-Jё�}���~�+��0���� �qmT�X.�@����0��ewn�ֵ'*+�����w�)��w��™Ю���+O=��+�z��0�J@�k1Y��٣&�R	�z
-I<�(eeUT��JY�����βs�x�}���+�:s�O��*��y����C�I�<	�S)����]���.��8�E�S���BQ߽���W/�����E������m���ɿQ�Q��"�G'r�tRb�a�0���a�<��G����
��8�r��I݄�q��ʺ�W|�P
-B�����n���U*{Po(�);B&��r�M"����~7�D�
d���}�0~��u"�/�*n~J��nS����bqT%�sX�,���MR^�s�G[ss�����������*��ʒ��Y���W�����p�'X��X�����u���mmO_=|���Z[��(:�v�(	�5���a��fN!�n�s��&e���(�QX�)�����������$��LΆ<�43Oϓ=���Z�^a�
-�U0>+3:��u./�%u\��d�s��y��J�A��t��w���h>a!;6�U���v�-����|~r�ŭ�Vgg���'{ߨ.�-�aO��o��E��ޗ�_gst��8f0��,���U+��s^oZ�-�$���f�9�Ns�ƒMy��K��;��l)Ҷ���M��=�~~2��g�ti��ѲM_K�Y��i.�H�������:[*3wX�&J'��vNl��n���n���|��\���vO�����Rw-0�S��!��Bǂ���`�R���	�8�#��l�z��o�T�?#�q�Eqy�l�=��?��ow�k��_��ܾ�<�а���=�mSh�Up�}�#d\&%Μ�K1��Ad$��VNO���_ro,�<���:���dN�I�jt;IqI��]P����}���^�4s�߶�V�iߦ�����QnBR��x�>P.N�$`���p����EN�����R��YU��Q�p�N���#�@\�iyE[@ͤ��&�x�pAoeW�-_��鱱���/�M�`wM�ÿ>��@�Y��
 ���,Q�O+�;��!��h���i�z�g�
-T���������[��m�������=�Ps�&?[i�s.��ć����z��Q�]z�W�G:��s��!E'Ÿ��-~���&n�ߦ.y�C�t����-�0��ш�����m��Q'f��KIY‚��ݵ+g����������m6V�}����uZ}�T���������Y��*Ζ��xM^�ϕ����W�|g��ᐷgWC���Dg��)�}l�W8z�MSYw����4C����U�)^���!ؖ�i*r+d��F�]�+ƕ�d3���1��,Gm���ф����B"�6}����M�
-4�x������8<(�?=>q~_]��kF5X�orv��H�ŭٶ`��)��Yجv������&^�U�������+_#>�-�u~>��O?��{���TW�'����5���_��[
!�!��s�Ϳ���t�xJ�d3�!cj\�#��g��'-�-�ũbs0��(4Zo�;9>��n�}-&�����Ƭ�/6G��4�Yݹb�7õ����=p��/�1� �
[�aȜV�$�a5y�&��v�1����<�P��/�I���
b|+�u��T�bWS�V!L�V=� �Ky�*U�<~
-�T!Q���J��۩�o�X�:A$���*�w�;����MMCC}
-��ǑF��@��8)3K(K�͋�._���"sH]6�mί�[�ߧ�n���D�t���h�ش�����Uj~w偆���TUAOy
UR6P�+�C����"�i���E�;-!��m��pC�DU�vu����;_������r��sG����8��㽼+���\&k�ʕ�{�쮳�gg::_���xq6_W�S(���i���r�!C^�>ѥ�nnʅL@��),�ɸ�h��T�T�Z�-O��ȑ��ft��vxS�2y�2�V��db�EL3�l׫�~g��]nJ
-�M�v��8�}�K�fFN�y�Ϟ�?��D��,9�����Oc#VߨX�&6�_���^�:��
Vu�l�A����wL��M�L���.3��i&y;5�{��+���Wi�vy�_�C��9��o�s�������&mC�>��2Q��h�J[^�2���!���\QZ�lǢ$�-3bj�O���/�ӽL7�h�Wٱ�{c:����x�/S,Sz�rML�la"��������-?���_�_;��e[�ա����}6��7�Mu5U*�>�Ʈ��7�j5g������揞l�򰭥(N�d�g|�x\pۀ�R�K���*b�tkΣ��w0�,~"J3�:�,G�t���x���9�X�F���b���v����F�c��}���1=��/_Y0d�(x�%��`�,笷�䏚&cЭ���e�n�]!���q��ZB|��c��u�� >`ĉ�j���V�s6Ueٱ�Ωa$��m:��K��Q�����dCK~1���G'8sʌ㾔~r^gS%�kVmUE}
oW������;69�)�;m�� :3a��i"��
 ��ɖꕣ�JgI&}i�N���D����K��/q�U�~�wv��C�c��j���^�$��$G�����xe��ƙ�돱�gT~\?��.�"6����W+��(��h�t�~�Qj��H���o�m��(�/�f��nH�O�_􂁼�|�5��<��l&�=$��
����Difi��'���E��rv&P������\ H�2�7�?��[u"���q�k�D�_�o~�E�Ʒ���sΜ����1���ܳ��hl�osϞ6��ZQ�����^Y+^}����ќ����o:�����`���Jѡ��*��L�v���b���_���-ը�˛(��{��s�T_IH��	:hj���e���b��%,Z���KS�03�=����{�?�׼ŭ;����{��s�t���L�z�U��;����?��������DA��$lڞ��4,q��2?c����z��l����2''7�Wڵo�V�_�3W���L�f�"���lb�
����{���tWvȒ
 X���
:�2K\3�N�6��5�y��5��o_�W���Z�h�A�?pn���
\b���D��ng���Nsݞsᩓc����<�5`��i�jw
��lmx�Inˠ�Se�t��`�4;r��Cٛ���v?�g�X�]i�[��ꬴ[몫���C�j������.��h,7��E#[e����!���/2x�^hN�$P�}�T���~���D�*%F�~>H���{��/���ЗgEl��_�?��ι���������y�z&�u�����4YQ6^������𻡓�A��K����~`���J��f��4DCJti�s0�b���c2�]�"���ؠ�!��s�O ��
-��w�:�Ɛ�� Nv'������'�d�D�DZ���oǍ:���8�2E�-�������i�D�*M��g��6?�>���V�ƐƯ˽��0u�����K�a2�K���̬�g���?���/��x���V�v�x�21%Љ�����5g_g����7�����ըx��p8�P��N�x!D]�f)���-*N��捛�u%3d�]��k�k�˨a48fe��H�L$[.������BL9Ě�T.�m���p��Kx>�ݤZ��o�����WR�yeq�7��y9v�O�t�AE��i	�g�F�@��āΐ�E�-��"��D�:[����R���H���#*�Jv#�%J�����o酳?��s+ƮU�p!^�����M=� �;Y����
����ǵ�ԧ�*K*5���F�!�>)�XR"\�ˊӉK�,Eb8��R��{��N����Eg8,�(t.v��\Jndi}gՏ(��wYt�+N@��Y�[�f���� �f𱼂�J��+�撽b�h��_:����?�y�Ҝz
 ��*����/�[����s<��tt�z�qI]~q�.��,��krɍ-�{?�ʃ��%���ٺ}�7O�q���z�k��d]�:Y�n�[En7�]��˩?PM]���d)~z� =/[���x�w��هg����T��)�8[������_,e���:�A�=j~�~F�n�9�:J�_����с�c��~�]�zn~J~
-��V��/8w��XIJtM�`OM��s�}�z䁡&f���N��l����ޣ��=�:~�7{���F�.�T{z����ӻ~���!ٝfn*�W��G%��/{�e�E���&p���ɇW�pGmIsA�3�y������1�o�X_���|���0Ib��@/�^�,؜#��4��6��G��9�U�P�����#��+�~�4۬���r+y��SK�����5��
-g<�Ŭ7r�t��2�t�c���3KYO�o���{��SVv��'��]��K����<��>������'�n�/$�������T��>w��Б;Ù�"�� ��d=���Y+Xʽ
���K���Y�M润��J��S��t�w�S��9+��V����v���m~t�+�x��E�|�N�.�<����HD�j�z��-莘��=rW�A�k��
-o-N����h���n�L]�e紗u1�:e�[�)�Ο�$KK��*a��c	z�����&y���W���k~po�7K�r�f��}�To��,�Ef�Ϙ��{�/�li���ȣߗ��f��:�%ӫP9x2�V� ��eզ�]=^�I'Uj�z��i�h�=|`|.!Ak����{r��i��巌J�E/K�f]���yx�87A$���/��B|�M%FSY7;� 7����!d��u�?��J�Fv��!���"��|z��~ʐoMM�v�R��A�)oX�l�g�]��5p�gJ�*���gB�57�Ii�yv*ǒ���3�����]����a����|`sj�I��Z��Ȏ�6�Ze\
3�����|t��;�ƐC5'��AK���R�8G�y�Ȑg6�e��y�Y�g�D��f]��y	jo!�/c瘈-0VѳA����E��>�V�
-t܇�¡jn�z�Ո}GFہ�=�l�5x�t$1q1���I�DC������d̦y����M����Ɲ��
-� 	L�>7AU�kމ���8~Fuk��V�~VIL�֙3��dKV�
�n<L�67Dq��$(*��j$�E��|�71�A������Z��.�I��k,3�Z���J�^=�V�Y3�:ak�[7.٫�K��;�eVɗ/��=�_��o�����x�g�;�hБ%[f��������c���z_1׈n���5@cqd/�JfW�HDŽ�A�_xӻ��O�����W��1o����rwK �얱�����ҿ�|�W��++�t(rj��<v���}���gT7�P3��v�Qom6��j���h¬���B�X���N���2����>���s�dC�%9LH�-�g�6l�0yJ��5��h��,q*K���#��n�u�L�ڃQ���~��o�����a7��j|���
-�*�ޓ	%^����� ��Kl=F}�M�$�HI�k7����ƞ�/�|K�b��y��#�I��֡��bI-�@^�u4^m�Js�
VE�_9����
-GIV4�q�I"��޽��E����#��!%����־��ͩ��M��۸��,y�枲�%�ҍ������3r3�I���Q���r��O9a/���5wge�2�U�%��S6_Z�R�O�����T�����>�9P���7�<�9���ު��m��g�z�o��ܸA���p[�L�=0}J�Q��v�	E��&�ٝ��8l���ֱ򖻚3�w��U�SB�C��u8�S�����t�^+�p���y7�e>N���y}n)��Ȉ]��Z����[>ِu�dXҼ������	��<q2_W���xh$W_��>��gS{T/�A
T
�O�RO�*_꾍s%����������=F
-���Q`˩�IS3�j.� �p�E{�
�?y�m��&F'KFk-��*�ϖ���,����q�X-F]�[��j1ÚR�)��J1�E�Ө��%�}&!�����5�$�>��������$�!�_'��5���s�t���N�p�軋��M-
-����i�4���q�:B��&��ҽ�ϥb=��:�2��o?U�⸜�$ab'/��\�/*��z�����o��!���>[�%:T��n_,L����*�x�fȤ��&lU�r��H�!�Zx�xn����f��#�[�ӟjJ��HQ��P����+��DwD_U�.��Jtr���ŗ�j�å{��P��&l�
-5���RR�˹����>wi0A��v���/�`S�e���Ty˜�$��3i���aj�T�U��YE���̓�.�����P�(�h�i�bu9��g`,�̗�wid�� �7�Q�����\O1x�g4�V����h�(�l�~l�0vt�TA?���gʉ��rWl6ꓒ%I<�HȽT�l��j"��:�o��;:^eo����L�N׋9��M�H�tg�Cn�T�vy�a�*M�0�6l�����;�ا=���7)&�i�i|�<!��/��*YB�69���~qf�VBl#G�t��\ױ�^��,�os^a䲫��]8-!�ۙ��m�6�Lg���B����w
��F�Z�M-I��3<��;o}!�A�G��<��7�.�$�9! F����d9J��2Q=�Y������+��q��~��w6��yN�$�,��������.����&d&I�8�(�h�/��I�Ig
�g���M�M>&�	ۄ
-�(�},Nw��_O�I9��D�cRn	̼a�C��}���VBQ���G��m�Mt¾��<���6�6l-�u��	[��FL���AT��"��9h�k������~��D~҃�ĵ�g8µ��=�`�CSUl�<s�Y	�:�q�2+z0�>�����m���Aʇz`�M=�z�d��!�ӎ��޸y�#����@����oA*��q �$��
-�<�e�����+�S�@d$��������!��F��
���G�˿Z���FB�&⬹N�9�	��
-��@p������D$��CAM�[(E�Н7�9�pecc%�">}3��w���"��a
�(���`7��m�Q�e�S�G|��QRC�%AR�+\��H�T(
�#=ʀ�e��?PdA��F6d�x�\…�(y 3�A�뇪%޻��/�DU��@u�5�FԄ�Qd�mhjG�Qڀ:�F�uzP��-��r�(1�d
�pmǀ�`��Y}l�bD�o�ڙ�C^������X;	�.��)���c�R��X;�kb�h�k�")�;�Cz| vO*çc�<��Z������X{<�9��x�I�����ADb�|�M<kO@j�z�=�����V�m��Dh���'!;y:֞��ױvʢ�b��Fm)�����պ�9.m���Px@[=�g�����Ҍ�e`f`���~;*Ehͣi4���0��r�Ԯ�N��
-�8�F��B�#ZP��S3���@��?�7L�Nh[�G�4&�	����c
�L���H�I�����4�;42>��i�ֲw�Ý㬔y@�A������
���DZ^֊�қ��gF&Ƶ9vg�vn���enbph�!;�Gsh���U[�X�6F>��Ȍ�W;;��?��N���
-#,����B7�@�;�i4m,�۪�Ա�������
̌�kgz#�y���-��q�Ȋ����j�ƇG�g��b��[海���[Ͳc�1�,�٨���iӢ-н�6`�ofxvv2��������&"�I�p�F:�烟q��'X)v��̩�m���I��c�q�$oݺ��
�=3;�?2�F�V��RV�^�=ms�;R�H���067�?0���O���.v%[�d�.�|�H�31��Y�dxf�)��z����g��e�!�C^1�^�}bz����q�U��7����o�^� y8u�+{���:0�R�
0��aʲ����N�'����#��.|�ti��gx���-�����
�
+x��z	|չ�93#Y�mY��X��Ւ,�Z,Y�eY��}��8����nK�M0!�!$!$�@B��@.
)��R
+i��Z��R��i�)�e-�7��M���f$�)���Lf���w���}�[��!>r"���N�x�nh�.BX<��z�^?��̴�D_ﺜ�G���yt82{��9���Y�'{xx�W���1B�p=#�{�$��p��:�k[�����o���grbf6�ǫA(��ύ�F^/�� �/ �Mq�IG����[׽�a��E(��kћ	��p�/����$H��))sA��
+�*-]�����ɜiɲf�쎘g�˝��������`a������������;�����?�M���q8o�x�!�Y@�v“[H��$�s�ԄT" �dr\��X'5��L���j�R,Q�=^�8�N0��$/$�sM�&w����=e����8w��`���S�\���I<���8Ϛ$�j~���K�2W#G]t�էM�?M��Y�n�P�qj���䣦B�"0��P�M�i��흹e�MV{�h��]��G�]�?�3�K�9�;K.j$|48�`�,��h����(�+����P*�H���u�#w�_p^VP��4��E]�r^Z|��6G�q�kC�zf�r���ą�'�q��(�}�w�>VY����l��LA��O΄v���S�<�4V||�lg��_}��*Y��dcf��K%0�)$񜢔�UQ��*ed}��C;��}L��)��OP�+t�ŸYU�_��\	f�t�Fy�3�R8fcU�)������P�V�K�]8D]|�
+��_��VS˛�����o�!F�nl$�FF	p"2�t��-�I�݇��8rO���8��z�w�׈*�˙G'uR�ڥK(*��_�E�C)�Vc_���B�>hW��A��Ц<���BS�a/4�D�Bv���
06�-7c�����C׈8�������MAfF#@��Q�@GX�aͲZ�6I���xeρ�l����Ӄ�_��[lZ���*KrrfU��:KH\y���g��ϰ���������?}��O��=����<����ѱ�#DI8� �_nۏ(6s
+�v��w�o<�4)��EA�ªMє�w�}/�h��$��f�p6�i��yz���1�^�պ��W����Y��	�d�syA.���B��&��+��S�W�#iN�mLJ��WBĢ���<��|GEں����r���ə�P[��=c;�}��<D���=��߿�q.���e�z_^���qWt�~�������
+V�8:p�y�i��P��_����;�2K6�6VX,ͷ���[��H���+7	�q�������J�mӥ�;G�6}�
If����")�R�K+��l���am�(����9]��ۻ�23��Φ�ٮryBN�]۟�fpHܵ�<NE�4�
+ܗ�IKq��' 㰎ܮ�ꕋ.�!hS-��(��i���]�D�3�޾ݙ��G"|M�s�v��B�^���_���mhL�},W-�U"��q��8s�.�`�����[9	<�^�O|ɽ����ns��w�q�9!'Q�U��$�%�BwA�f�O���{e�̉~ۆZ��}��vG�cG�	IqF�u�@�8]��u�2�ynB<�99����K�gUEvGE��.��:���0q��m5�zV���aPă��Y\��|}�G����07���5���H�}�fe���D�g<���H†`��qc?���_�-Pɒ�#��ǿwU�w1�{�bӻw�B�ٚ�l���ιxV�f��{���S�Em�t�^��N�MƆ��B��A�����O^X|���q����N���0F#�z�Kl,÷�NF	��5C�c,%eu26wǮ�ɗ�	k�g�,꺻�X���;�q~[/x�h��S���B\��
+g�#�8[����5y
"<W2��Z_���{�Cޞ]
����mc_����a_���Me�y��������[�Wi�x��J,�`[���ȭ���AwU0�tW&��Dg���hF���Y��F�2X8
+�_��&�379+���a~j�f����X�h�����}u%�/��`������#1�fۂ	���ga��e��ƞ�xiWU�3�‹�җ�|�x��p����>}�C�����S]Q����֜?�6|]D [o6���k�u7�J~�5�)a�̌���q���k����l�tL����,���h�5w��T�ܞ�����������~�`��=���fUt�
���"��������ă|�6la�!sZ�|X����S�dL�I��8R�_	�DB�Nܾ�'��f6��y���M֙�S��]M�Z�0�[�p�\.�ŧ�T���	��3�R�D�N+Q�o�^�^c���H|�Z�����o�345

�)�3�GuȎQ&��,�,17/��|���_��!u�X�9�rn��~���b�MnN��Ͳ6�g`��{�z
+T��ݕ�6�SU=�5TI�@u��/m���_ވħ�f�-�׷�K�
�U�ա����|��n|���Q_�S�J3L���f��^Ks����*W
+S�᳻�ҟ���|ǟ����|]qO���^Ի�9#{��y�D�Һ�)2ٳ���g�Ƣ�.S�S�hq�<�ё#�;\����,�d�.eЭ��E��!��f�ٮ�����bW�ܔ&��d����pҏ��S�.�͌���?C��(�Yr���
/�_��F��^���'Ll����u 7���	<ؠ��Mq�&[��ޟ|��]fJ
+�L�vj���W���?����Y~}�7�S�d����M��{{k�h�
��d��D՛�E+my�o���7��2rEi����h�̈�	>�k�Z�0O�2�D�]~Ȏ����_@�>��}�b��C�kb:e�<ߖW��wm�	V�����Y�/�R��O�9F�=o�˨�R��4v����IV�9#�T�XX5�x3��m-E�prF �>��{��\�B\�
�PC�[s��|��ae�Q�Iֱd9�����kp%MD��:��ڥ������/�7�k%�2�E��9��ʂ!3G��,a&�f9g�&�4��nef��,�vK��
+�v����7��⽨l&��k\�#N�U34���Ƙ��*[Ȏ�UN
#�oӡH�]���~p�z���(n�� ��X����$>�8��Sf����:�*17DX�j�*2�x�ڗ���7ܶ��iN�?���i{Lљ	��LQ%N�T�U:K2�K��r����%�,�_��O}Ɉì*�K��s����W/����&�n&9��;��+s,��l\�M=����A�w��ߚ�x�Z��E�6G+���ӍRs^F"M�n�D)����x�6#�t]B}���Ҡ�v���iD��e3�ۭ!�5lPg� J3K�?Y��
�輐�3�^�o��G��AJ�ٿ�����8oݬ�?�p'�k^S'r���}����׿���Ϙs��g6^���m���-Fc�=�{���V׊�������Z��'[[��0�s3����Mg4�Z�L��"�^):��
+�:S���r����_��-v��FK5����&��z��z�;�WR0u��Z��j�o4�X�h	ˇ�Ƣ��"��z�?�������5oq�w}��^�}o�[�����;ӧl�n�ν|�t�O�G���h,=<9Q��5I���,�%
K����؆(j'G�';�s�����M�v����׽�U�1S�ٯH+�)�Xiï�����b)ݕ��D�*?~���WM�S�
�rMt�1uF
Ĩ�[�����g+��<Z����p@�m�,�.�g���>v��\��\x��X�&�9$�m
Xj|ڴ�]�#G6[zK��2��T�%�7��͎���PF���]�ݏ���(VhWZ���:+�ֺ��,k�жھ�o+a�K�1ˍ�m���VYl�j�d��:����S(�}	�_2�b.����<�J�ѫ߁�3;�^���Ks�2��Y����*�s.w0s=���={�y���~ī���6MV���gE�Gj4~,�a��t�=��]d�X��}�Rc��n 
ѐ]��L��8��h��Hdr06�})l�a�
 ��d�B��-���1d$;����irA"���I$�,�ƿC��ql�1Bĩ���q����`@'T�Hܢ�}�²�4Q��<��HP�)y��pԦ�����p`��j����`�7�b�.b�X��pxb�<1L�q�P�������t��'�3�e���4��*⻎�`o_�B&�:1p�Y����S;��s��ϓ'
+���ɟ.��+�,?v�E�i�ټqS��d���ܴ�7Mtms5�Ǭ��	���d�eP��5�W�)�X���ſOQ;N5}	�g��T�]�mT�R~�J�>�,n�z�1/Ǯ���i���2��S\�#-A#����S�8�����s![$R�(Sg�p:}QY��"�"�;�@eQ	�nD�Di���{Z�M�p�G�wn�ص*���.ī�sS���Y�w'������0�����"���[eI���T�Ҩ3��'�K�@��pYq:qI��H�]Yʠ�~�����Q�߶�������N�c�Kɍ,�������.�.z�	Ȕ5ktK��lXZ;���>�W�]�Vu�\���m�}�Kg[��1oR�SϣwY����u�es�]|�O��9Ʋނc\R��Fܥ4;k�\rc���ϳ��<h	f�d�n_��q�)w{����Y��Nֹ��DF��ǍsGW��r�TS|��=�Y���&H��V)�:���(A�����F�4lrJ$Ζ�@g'ay�7K�d�D���sP�l����Ҷ�l��������
 ��=||t�����_^x�����������KΝe<V�]S?�SS���hߣ�y`��Y���;=���bE����$�o�����.�Ѧ9՞�*�u��_��-hHv����-�U7�Q	p�@��^{YQ4r�	�vpi��1�Q[�AP�?E��)�|��=֗��6_*�(L�Xe+��?6�H$9�Aw�M�~����GNd�8��}����
+kA��%�6�㧲�J^���g���A`�`8��e1��8����7�%,�L�R��>��[����7���������w�,����"Og�O�s�?B���Ɇ;��Iu�.�9��Cա;��12t���p���n,�`tYy�kf�
+�ro�ǽ�:����b�l����/��3�D�����Ts�"C��J��t�[��F;��6?<�[���"E�K�
+t�MX̍UF$�h	5E=�Z�t[����+� ٵGp�7�L��^4}`w^�K&�.Բs�˺@���-ǔ@��J��%��	��0g���^�KRI�<�/��ګ����?߿7͛�T9K3m�>�����E��"��gLYؽ�O���ES���K�{3a�I�ג��	(�<�T+K�䁲jS��/�$��*�b���4W
��<0>�����g��=���4X��F�آ��h��][�<<P����w{��u�
>�������o��pt`�
���ʺ��r�o#;E��]fKM>=wq?eȷ��g�e�Q� ֔7�w6޵�.����S%C���3!zޚ�Τ4�<;�c�Q����]f{v~�.����0mt�a>�95�$Ns-PcdGW�W�2��F�`^>:�ӝEcȡ����Š�[se��s���<�Hd�3��2�⌼k��э3x"�D�.Dܸ�����sL���Y������x�"�[P+m:�k�P5�O��rľ#���ٞ�6p�<K:��������_��htd�wn2fS�<}���̗Zb�N]AI�&�R���*�5��
 ��B�xN?�:�5�S+�N?���OӪu�L�3ْ��CC�ӣ�
Q��#	J���	|Y+%_�]�n�e�z�4��֯�K9k�2�˄�L���ni�R�W�ŧU|�L�NŚ�֍K������Ng�U��K�3�C�e�72��0^�{9��tdɖٱqt0����ؾn�����5��=~h
�X�����G!�1!v�������������U�d���ھ�E���4�e��%#,���+���!��ʊ�/�����'OEƟ��Ɵf�#����
5�L)�z�[�
2���%�0�o�P2�%5���Ac��n`����;�X��C�tIRl���١
�-L��D�dͯ*w3K��҃�y�ȥ�j6S��`�"1���_��;>0z|������������dB����d��z9����D�Q_`S1I$R���M�}�F}���� ߒ�X�q�>�HcR�uh���X�@K"�f�W��Ҝ|C�UQz�7G�z��Q�M���e҆煷/�u�;����bvH	�-(��/ bsj9vS1����6
 �!?K��',|��tch~��;�����y%3y�%�\���S�GN����u���YEY�UuI*��͗�T�GG����<�5>�<q��f�����.O}N�"���u�z[h����{�3{'7n�m*E(�V6�jL��du�]A}B�`�Ifv��=�"��u����L�oy��P���r���`�@�=]9��
+x%�*�fލx��S����g^�[�f92bWf�V���O6d+ք4�a.}-�`o7O����o�$�՗�,���ՋrPU��S��Ӵʗ�o�\��6���e���w�z���o$g�r*m��L���/H3\jу�bC����o�򴉑�ɒ�Z��y�
+���"'mne\$V�Q���f���Z̰�c
+�R��l��4j1}��J�IH7��Ķv�1��Oa�s��dr??�f�W�+|M g��-�$���*�"���{rS��.>�f�?M�`pܸ��=���Ig�t��s�XO�e���/�����8.'>I���K(-�Ju�^-�����?�O�=A��Vs�Ua0�[��(n�Fy�
+-��2)���	[��\g$�h�^#�Y� ��Y��H��9���Ɔ��;RGT�:��-�n�;��J�.��W��Kt�����wr�e���p���6G#��	۸B�b��r��b��]Lд�ݡ"�3ؔ|�b�7UE�0�F"	��L��wr��<UkU�V��d*�$�˄}��� !�%�,�s��X]>�)K1��]'�H��j�*���+�S�)�äf4463�*ۧ0�.U�$���r���\�����dI� r/�%*��������w���WY�[s{�4����b�|Dc9�����*��F~��JS�;�
�8��<�3�i�ni�M����F�8�_�!��r�J���MA�.>�_�������$�/+�u,ľ��"�𛜗��ꮇ}NEK�ff��~[�M.әu����A�b�í�Q��hSKRe�������_�AG���1kA�
�?�I�Q�$��D����LTu�Cq:9'8��ʸu�ǹ��eĵĝ��w��7�;��"�"�����'��	�	G>N
 ,J<���$g�d�A��)��'k�g��	y�6���OEu�C��ũ�N��k)=)�S>�xL�-��7�z���t�9�J(
+UQ�h7�
��N�7���G����\�æ���.�:a2׈	�5��\��� ?�Mq
���3_ ?ԏS܃�Oz���z��}�@��'�Zluh���ퟁgΠ <+�\C:�QfEf�{p�0���89�@�P컩QY���6Dqڑ���k7.q����@h�P����8���� DV��.�o\�X��z
+� #D]���\|!�6��n���>j]�ղ-��4��g�u�)N�8W��3VG��� �J "�GP
+j��C)R�n��Y��++���Q��D��'߿k�F\����1�o��j-��j<���������-	�2_�BN�@J�Bi(�Q�-����"bD6�!;�+'�.�F����2\?T-��e�|a%�Bը��C��5�&ԌZ �oC�P;Z�:�ԉ6���ˀ*o�ɗ�E�)&k膳h;�c����#K#
+}'��|�|���/��I�u9�N�d�k��g��9�^k�@��X;I���q���{�P>k��=Wc�<�E���㑄ȉ�ǣL�<��G"k�n��X{R�b�	��L�����l��'B�t�=	��ӱ�$�W���P�k�6jK�����������qi+'&�����>��8ֶ0�f�-3ӷ
��Q)�@�hM�4���,��+�v-�w��P
�Y5G}`Za�ӂ����a�`?�n�����abvB�:0=2�1wM�]��#h�d"�E�Hꯟ������ޡ��!�M�������g���(���G�}�m�ݢ8���V�W��>0=321�ͱ;s�s�`��-3p�Cف�\8�C��̯��t�ʷ1���Ff��������H��vbp�NV a)�m�����M�1h�`��R_����l�}�l`fdh\;;����e�nm��@V��w�W;7><2>��0Я�2��)���2xh���f��FMeML�m��+0ó���G�D��}����7qL:Ȅ�
 5�Yx>��>�J���eN�l{�O�6Ӎ#&y�֭�HlX��ٹ���5���v�����h������F��g������i���x��v�+��%3tٝ�cG@�ȝ�1����&��0�N1���E�V?�
-k
���1����C�pŌ��������Ơ��x{W�j����X]���ԁ�B�h�9WS���f��ur?ٜ\��Y�v�ǤK{�ň?�c<4o)��_k
�
 endstream
 endobj
 937 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAI+NotoSerif-Bold
+/FontName /AAAAAM+NotoSerif-Bold
 /FontFile2 936 0 R
 /FontBBox [-212 -250 1306 1058]
 /Flags 6
@@ -77242,20 +77307,18 @@ endobj
 endobj
 940 0 obj
 << /Length1 2500
-/Length 1358
+/Length 1357
 /Filter [/FlateDecode]
 >>
 stream
-x��U_lSU�ι���ֻ���6���:ڲ��6��$H�!ѱ��k��n-�����⋄��`Q���1*Ɍ�%��`�>�xp���޲A���m��~ߟ��Ϲ_�����ɼ^,�V�|@�tn~�[#q�2�О3�:�$_�?���ɗOv&�M�C�=�I��6	�>��~��D>��:~0������(�E�T��fߋȿ��^��)�� ����n�y��%�y���%��hB(����h�����P(b�Z�X���n���G��#E�X���E	V��P�H`���N����V�{��R�����������
�[��h�PEyR��˲�`��qE��ZY�^�NT/���\%��"
-�iT�9Q���D���xe�ݯU�̭�a��Z@�'��V��cJ��*L'���]D��q-�<|�����t9�^�3�����=�_����G���Е%���BN�[MV��*W��K��Z������-�g�z=EV�x�����A������-�-�~��z���b�]$�{�2��Z��W�	F���o��!�E�-���l��,	-����칳ƞQ�s���W�h%#!�p�{`�7<�
-utDġ�P����^������ѽ��C��S{S��m΋���.���/i���͛{�]m�am[4�M��uE�,֩����^J^�M$f���SN�!�e��4�	ٰ_4Rov�Џl�׋���r�we��-����?�K^ג��!34�$�lR���:���m��Kd���*PdS�

+��P�l�HPC`Gi�f��f푸D��g~q�94bZ�n�=Q</�-�3uJKhx��>���\�U�C��G"P�����@�D �=[�1����B�	}��-�9��eә�c�����dN���Q຺7��n��|Z0L��&Ə�&p��eb�p���f(8y�r+\%M&�A;���v�/M����0DE>:b�a;=d�o�FϘ�8�:�I�M�=�
��y��,�!���0
-:���`�*h���;0#�ß�nW�s)�)�l�4Z���jp���#}�4C:��O/�U�b�����S,��|�Q�0:f�Bca���<�ٷu�(�'R%#���;��K�#�f��Q�<���yR�؞$�Ɖ3H���1�f�9<c�y�Q��(-sS�Ú�R�%y��z�q/�����e��"V/�����#�����n�
-գ)�#�:�S���U~
�`���a5����
��v�^�ݩ�h��^�k�ǃ0�^��a��F$��I��#�C�i��w?�r�Ak����풂��1�$y��
+x��U_h[U�ι77����&Mۭ��i��[��6Kd�kú:t���d�]o�4	Kr�&�S�C�����c�÷��/�uPq�蘰A}>�����9�Y��Y_�����9�����8`'X����E�bmEɇDI��g�5'��9#��I���#�ș|�tg�D�7��3��.�i����맋`�N�ȫ�#�۱�;ȏ"?Y4J�Oo������=��~����
�;��]�_D}_,^�&�l�*�������"֪�!� ������{d�:R��E��V�`��
+���
+l�0���
n'�h���/u�o��{�h�[�	\��h1���j��(UA�'��"+&�JW�Kp������D���*��5�/.��Au�E��hJ���WW1���Z���ܚ��$x�}L`�Z=����2�t�}�8�C4�׊���8\λN���?�=.zz݃�5��{{p�
��,{<2[�Yr���tZ�j��r	��*��]~���L P�������x߼�?�1����؀���E��/�Vob_�@,���cq�U�V_���J=2����x�
�>${����{�-�\�%�%_Y�g��p��7�x�Qq�� ��C�Cb��#�{M�]����84J]��|c����Лz ���x(4~fjܹ�yya�2��ԕ��%�3ֻuko���=��Fwh����(��:�ҁ��+ɥ�DbviÝr�V�-SE�qOȦ���z�7�~�`��^\�C�+;�nY�O��]�]^���&�f���~����o�X&#��P�"�blhX�v_�:f�D�;Jk5�ݜ0��%�>�k̡�B���wp�
 ���Eo)��SZB������J�b��G=���d�DB%��Œq��M�N�s�l!�G.�Δ�M��M��N'sz^/g��ս��6v ��ӂa�U�01~�P6���-���&�@~03�@��S�[�i2�
���&���|ib'<O�X�!*��+��
;�6z�ķ�A/��Ol���^0p6��d!
�\�Q��$����ӨWA���~؅�����
�J�K!M!e���r�P��S\g@����z�Ѷ~z	'����Oמb�>������1k�{w��`���cF��8�*���)�_�Y63܏��|�p͓j��$5N�A:�aό7����(��X��LGi����ֽ�2.�s��s�{y4�'u,�}�z�5����'�w�V�M�g��q�ڐ]?��k���e�V������?j7����:��)���5`��z<��%�֑�jD"	K-�5=��F��|�^���W��%Y[c.�Oy��
 endstream
 endobj
 941 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAJ+FontAwesome
+/FontName /AAAAAN+FontAwesome
 /FontFile2 940 0 R
 /FontBBox [-10 -155 1290 867]
 /Flags 4
@@ -77280,43 +77343,45 @@ endobj
 endobj
 944 0 obj
 << /Length1 9356
-/Length 6273
+/Length 6274
 /Filter [/FlateDecode]
 >>
 stream
-x��Yy@����$aB¢"��B���"��RJ���� ��Hy�h��U�.�Z��Zj�j][m��]�m���Z�j[[��z�^!_ޙɰh}�������Y~�w�w�	B�L$�4��T����o(i&��Uy�iq/��O鳱ؒm�tϡ4B|��%sU$���^C
-
-rM�E����sPb�[J^ w	���\5%Y���r����RKy�4\z
-�����$wt�TB�$D���q�p��*��"��_B\����w�%��H�����٥������+��xxzy���ק�o?���kɀ.A��<����GÐ��Æ�9�ύ�����c6V�A�	����$P�1�rh���0yқ��o�
x�i���d
���G�{m�-f������J
-����h)���J�el�>�d��xisa�p�	�
-C1n���(}d�}d�.���C:���ؘ�����V��&`Р���/NZ{���ژ$��`N���W�x������No����8��/�Cm{jF�&�k�k��~3$�v�!9�~{�mhSN���^N����g��Hwѻ�����]�������ët���?ëL��f
-̆Q֝t5�Ȏ�d��@r��!����@�6�"��(��4���Q��Gk�
-�T^bJu۬	vX�rT���$��5�IFcB"s�Z��~���Br���1�H�G������12PG�f�	��#My��6�����wv�H���jL���;�fZ虺�w6��G�m4kD��n����6�A�|.�g}��D�='�����i��,yx	�@��؝m;o�ZOl�v��r�q3����Ƹ��VZ���������lڴd��n�����2+6�t��͵�1���^�3я�Q�6`,:�Ffǐ�2H1D���!`j�R%;��ڛj���p��L������b����IF�Y�b^�[,�PalAJ5��S�v�Z���uF�L�?��!Fi-_�m:}�~J�
M���>�r��9��\�g&+���ɖ����X�����B��?Z�kf���4�b��r��
-֯ݲ�����_a�iWo�7��}����o�_ʺ�<��.=	�����lX�c�ؚO��;�����ۊq���n�Q�ep�yh�Y��kLe׸t\�(
-�l��z>�,��8�x��A����d\W�,~o����S�;;ϼu8������A^�]�.�^\1ﵖW�ۯ=t��ŋ�L[w�b۱�+>�kŵ˚yo�[l�����	��>��I߉�Dg�C�O�E(�F�`�
^���C0������!�~�P�4mřy��K��ne/;����Kt�~]�Kf����������s-i�8���ߠw=x�eZ�SYs�R��KiP<����q�蟂�8�i������UzRF��
o�}�����b���,��&�ϩ���+{�6�S-؃b�&�ck�~;s�+` ��-@���>R� ��U��꠲��T�dH�����S�w�����z���u.��K�a�F��|��^�C�ƂA�n¹o�,��%v�l�%��)�Ш��HQ�1�3u�s�$���P����ųV�߁ex��RX����e�����Z1��KA�����ާ��Z����Z>>;�Z��U0#���X��Zͤ�@x�Vo����m�ҫ��
 �k���P-���W�6hCMH�:�o|�mi��b5{��ej��e�S�Lk�+�)���*��W�9��)����+�U�mO�MƄ���~��#��i�`��֫9���i�_�(�+$�L�!V̡�ό�%>4��D[j�'U��V�ȭuƱ�هBpMJw�^K�-9t�Z1�؝����@�}���'SēQ�Q�'��J������<�?ѿ��9{c^���V���W�:4*��Vc��Z���1�M��VX�Eߠ��ǻ#�*=���nlPvf���/���b���7+�-ך��(X��>�F�=�)
-�,�[*Ӕ���dR�}�������!��N��'ߘ�@�`��qB|����#��>��Ƨ��N���W��l��E���a��(�`Sz�~�2x	)�{OF�r�ʼn�tIs
'�N���6�tŮ܏��D��<w"���o�Y�g�A��0�� V�ͥ��`�M/��1�~�"��Q��R��M�O|c��I���͆�Д��Ut�u�VcL5<n�=�K���Kѷ>��M�,o��{�������Ȩ����ݶ�ŵ�:����cF��{�7��C�q�g�H	O0�kRH��s���a>q����O�W����Nf����1�����%��DŽ|Ə�WU�,ne7]��H7�?|=���gr$Z��ښ.�����wz�	T�=�Udf��k����k�f�햤E�5��YS�b�x�+�������.�!����p�b�1�n���N�9�56ᷬ;A�u;������9o=E?���s�<���|��y"����L~�Rk�1C>���{@O����(2����f u�A�
 �����7�γ�i��B��=B{|��
!ڑ�W1��A�"�^��X��^�W�k������~M@b�\�Ӳ:d��M�>�j\���t�rW^�V�3�&5���qh�+/���+�%�/qߧ�V� sxՈ���w�!�y۪����Z.7w}�a�e���o��7���oY1ϴ��̓/���|ӊ�˗�~�6;��3�߮?�nw#���$�	4�YL4C�Y�F���)��S];�z�o��[0��iɉ6�@��r���Bm�Z�z��nK��l��t��%ʨ�X��֧�gF���>��;��2���%���W��k$3��5tvB�fV�!l7:Zi�����E���^��0�à?����@����f/�(��:�<\Ac'�n�(��͡"ID,S�R�ȅ�Nv��q��Q��Ɂ	F����Q��}�����Co���Z:�V߹X��P*�w=��_��� �zt<.��q��G*�"Ύ�v���5� �e�ic����Nl\�y����;����;�7��'FZK����
 v�a�i�/w l7o׀v�po,����V*�)�y�?	��wK��5},�)V�+�.�S��ڼW�fJ=G�v�����G?�{��{��Ff7C�G{�u��v|~�Wz�֎;���bg31֮�������-��	i�а);9%qek�n �$���8���Ҕ�I%�4���އx�c,�B����[]a�)��F���u�\Uw����Y�g۷>X����G�'=%�A�	�m��G�W�w��Q(������@�{�e�C�_4�N�,_�\��p]�)
�~�ǚ�Ԍb�m�����C����J]HvY襃.ǽ�aD]���	ɽ}���>������cbH)X��������~����v��'c�?�f�}�!y�����e�{����1LOe��+���d�M��J�Z���c0�^õ`��׳��Z	���ە+�6l:��X�=s��2j��3�i7,N�����Vp6���K�R�c>x|�Kn����W�S�2�,yW���<��D~����}w�n:��Kx��=�.�x9P�
 �?,>pq��� m����T�#�|�g�ԀP6<���|�:=K;�œ����1U��Z��~����Gkm��$�7q����Ijv5<8S3�|}Y�e~��RW,��6EV#�.3eV\�b����4���s՞80<'�x���v����y��9�H�wȉ�ʁ�j|��/�>�����}�X^��}ۃ��u�f�ϝB<U��)�xn8��d��EF��]���+�����);6��tChgu#���#;��f�E0~6-��������E�rО��f<�
-��#┘�N��$��BWO��)6��X��"d\:��&R�#�]����t��*(f��G#��hv�;G��cۅ˜�;�9}�#s�M�҄d^U�
-�II]a
C5&#�H�>��<�3��G���U���Ѓ�����@��\���}�p�i.���Ã?�����:
-���؟'ڟaș�~Aw�{��iS�=u��\Ʒ��t������ê�K��Œu�I�����z�#�<R{Pl�
-�
-Zr��p�5�k��w��dG�~ʕڱ3޻���k
-2J�F/�W<��ޡJ�Xu�t�L&(���+��MOll��~r�F+뗔٪������Ϥ�E�Y���m�L��}�6���a߯����u�d��_|��9���6o��O��7��O���/aH��JƬ���-��e}��gO���5��`M��q�
�r#������ҤZ�
X�%q����U
��!B���d{�0�W_��Q�QyrV��Q�G���$7M��uR&39	�:*��gG�Ϗ*1�;�Da�KLaP�*6���H��,��%�9������/6:!p��I�Nr��ˁS1O\����#j@��j^�T:�̜��ݷ��ӂMv��]ΉK���J��[�(���޾�w��.3�Y��Z�ЩÖћ���KJ��-?�5��9�)�i��^?z�:'✙���#�[��:���W�+��A
-��0ţDJ����w�MU�[�i����
-�,~��N�N�
-��7i�9X5;÷j�ƚ��ξb]е7��C�Ν
-�������/���INi}�n��;�7���ç�_j�
���;��9�.
F¨L��f�&ct�M�H7�(���\�#��#n�!���^"l�&lU��цlNt��g�Ԩe֯�nz�x�_|*B_v��p�������Z�%5��c�60�*��(��	�M�|�?�WP�T|0��O�0N�8'gЎ�B9cs��W9�HK�$�u�Y�I�����?NRI�G�������w�ff3�21�فl��=�9pi�"����A�2�u~/�+͒n����Ȓd+d'e�J�:r�q���o899�9mq:����lv^���3u�R���<!|+B�0lj�9n���	���2��*���d��v��x\�s9�x����x<�r\$[m
�I��Z�<��ZqQ$M��2��L�J���.��.I}l�$�H�ߧ�.qiĕ��l�\"���^nI�j��������OR�e8����sgHc!�L
-�7���BH/�����l���$��Kt�}Ҁ�Jn2�H�D.m
�{8o�' 
��8�YZw8�"9|���-�L8����b"�����b���k�
�4ItH���w����8KN�92�5l���\���<~ʔ�x���}ph`RU޼��P"bGp�\��yȒg�F~8�>��Zb^�{��w���'���A�ۂq!��>!�h�`N"���(b CH4�%�HO�II$�D2�L&S�T2�$�d2�����p�x����/|!����3��.�HI�(�q�(g���'���o��E�?�,z�&�9����#�-�%�!�E��􇙢\J�a��Y��o���X�L�;OF*�� �G�;f�(w$�D��2D��`ZD�3�Ϻ�rg2�}����l�(wA�bQދ�����^$��'�]� n�(w%)��KiUYa~A�*bpx�j�Œ_��J0g��������UI��e�ss�H��RRE�H!�'��!&[�ɵ�|$t.�%3�F2�pcS��T��λʅ�\|�E]��o	�l����s�
-��ʂW%W���
-Sqa6j� &�VH�'Y̖��R�Ĕ_h�W���U���'����
-=��U��Q������g����G�z�1����bV��
�TU �����+�#b��E�JR0�M��VB�V���*���̔�[b*������S?
-XMxT�!B�+�ZFf��"����HA�#�������fUE���w�
-��`\�E]%��
-���\Ph�@~�rsTYU�.�9=���MB����@p��N��L�2�B�g8��,g
-**J���lKNnX�qX��D[�EG,Z��x4�-n����nL�y	~_��Y̍V�<gΜ�1,AuyEeN��)�s�a��I��u����#�&f���JsNn��� W5�Ԕ�o�7ϩ:�6�.2u����q����P �3��:�ٓ�<�����S�G�&��0KY����E�vbB̸���By/�����0�\��j��e�%�x1��L����+X:8��Ur2݆��qvZ���<;߭)q�吅�C�2��Wm¸
+x��Yy@T����{�,,�0â"2À�#�(��
+88� � ��h��L�����̌���ZZ��k��Y�LI�,53��'�w~�޹,�������=s�Y>�s��|� �8��DB�rJ�e.�����fB@YPR����<~���>K�9�O�J'�7�YXXZ9G����_�kHaa�Y�H:��~xNK�s����.!~��'��"?�\��x>��ZQ)�����Ex��b.͋k>�FH���H�Au��,�U���ф7��K�+~��?}��ΰ�p)�ɝ�]\{��+x��������O�>}}����WkH�60��R<0dP�3a����(C413l�����������>b㤞ą�,�CA�d㡀VO�h��i۞�܀י��M��zD�׾��b�J9�^0rx����{�����ѿzB?�d[�&�KͶ��70W F����0��Nk�6D0DE�#��<�C�����~���t�
i��ĵx���Ifj�De���Ԍ�ښ����{0��!>�:Զ�6qdm�b�x���i��I���FHΡ�^x�TMcPU$��
����{
 .�]��/!5aץ/v%9��*�e��O�
+S�����`�m']M?t`9	c)�&}q���0�i���h�*ڨum�!z���w���&U����7kC�^�N^~t��p�v�*�dJLb�o�Tk��+決��SJ�?B�F	���6�0F�HԬg���v�)����U�>q����c�B�L��`Ws��,+=SW��ƕs���f����-�\>���h#��%�l�r�t�D��<9m��%Oo�Z(���m�Q����3W�4n��<8~��x��C�2���݃�B��M��l�>����Ueǥ��8��v9��~c3H�b&�"�5
+4F�E/����F)�R�tLc[�b�?C{S��Q�l��Oˢ:���mOe/vL�h�lb�~|kA��*�E��š
5��ҰZ>:
�@�hԆ(}gD����ib�fҊ%9��7�'���$��+g[�sn�ezf�2�Q�l�A�=[{���E�<�j��L�Ї�%Q�V`����EjV��!Ϡp��-��o?��%��n����������������ی�[�ғ �K/�x�e��ȭ�ܽ��q�o�����A�Z�FW����e~~�4v�k�U��0ʇ=����O�3��?�J��N�ue8(P���A��
�8e���̛ǀ��>����e9��eӋ+���2s�գ�.��xё��.]l;�q�����k]3��v���~}}�:��Ї�7	�;�`��u�����H�J���!�w�q���w��L?�ߍʙ��83W}x�Ѣ����e�Aҗc��گ�{�Z�Z_
+��ځ�2G}�%m�}M��
N`��L�m
+ki[
+3�j)
N��W�=.�S�2�*У�����JO���G�%�_���y�lE�n��&2K	r��s�_���TG������j���ߎ���	�zvЫ��xf��; X*c5��&�|��z�F0�6�9�����bp#����f^�p�R\x��4�������0��pP��p�b�t��b�mIƇ}
+� �j�!RT�E��L�E��8I��m��>iyᬍ�%w T����1ƚ�Dx۾��!�V���R����#���B��l�@��т���V���Jf$�@8K��j�4�Ӛ-􁩑��7Cz�>�sl�B�ʡ��7�*ކmh	�D򍯳�"My[���(q�L5��a���{��S�Z�C��*9��R�j��
+�zRe��4�dJ����58�D�F
�/�]�u��N{BD�]!�f�
�b}}���.��F8`�&�Rw��*C�"Va�3��>�k
+Ty�Zjkɥ5�������	���?�"��B�:=��Uɓ'(&}���H�`��s�ϳ�u���2NިR1[M���W3�$��	�g�`Z���/�:-�x�1V�	��(vc��+0c��~i?�����i�y��|'D�֬��1)�NU�f��Ә�ty���IU���V�3�o�F{����l�#���D�
ۄ��&tx
+N
+>���c�n|�<�t��,}���6�^���)X&`N�RO6��N��`��P��N���a��g^��O�<{� pv�Tۮmo��P�:��0�]�+��s'�	�8���x�Ty�Mfe�\z�@F��S.��~�{I��۲i�/b�>��:����:�����j���G���gz	8^��c)��穾���t��r���~_]\ܾ��ָ��U6�G̨Wv��uq�.�4��1�pMJ�s�?�<-'n��P��͟�&T\��l�S=3f4��į���τ1��j�ɭ즋��&􇯧�!��Tn�D'��A[�������No:��*�ǵ��l�s-�Q�}�c�,�ߒ���?k
+U�/QaE�����f7݅@:�����>O�0�
vB?�)9G��&��m'�n�3p�4��#�m����z.��[�/ߡ����p���ɯ^m��c��׷�	zb}�ӚXef	���L��#��ݢ���y63M�BI����^ ��C�v$�UL t�c����&Ne�W����d�@+�_��P�����oӾϪ�3�4��ܕW���L�IECM/6�_����K�~��D)�K���:���p�^��,���c�m޶j�;�7�ւ��]_~Pn��1eǛ+�
�Ň�C��GV�5/~!��K�<ϼb��峞���<8����j�Os�݈�B��;	z�c�P`V���T�:��`�ۯ�V�+6q�;/9�&h�Xn��4ȧMS��P�q�m)��B{�����D
� Ԟ��T�NO�����}:`��^F5�H
���^�F2��^��f%��ifuA��v���&�ߑ��\D���=�>�CͰ�?DN�*o/af���6�j�+"�@<�����fؾ>T,���b
+S��܉��5�ΐ>��:)(�d��>�����
°b�y���Xk�Қ;k�J����2q��+X���C�������(�a^�������x{�2�vY^����cc҃Wl^�+y�΂�k�`����
��wIQ��S�a��c��$�����5��`��Q������Jq^
F�)��#k��ʕ*���28��6����F���]?.(k�5�~O�=�D�r�!�ý�:�{+>��=U��ceo
+����k��������ɖ���t�7l�IIMZ�ڶH��+�;�p�,udri=M=Gr�!��K�P�=0��VWX�e�I!�t[�PB���iD�W�8����OV�=�1��IODɅB@��Gq*��•���h�*��}���g#�=žg����C��-˗���6\�oJC������������-C�g.|�j8{(f�J�Sv��q�QW���ٔ޾�������t�q��!)��)���[X��}?��Nq;I(1�1�ݟC�̱	Đ<���bao��6�=��������*8�
�B7D���y�C����ru�1I��Z0f�k�Sg��?�����
s6�po,͞�8�U��I�љʹ��w�
+��H+�X^�?��Qi1����%�^����۩FR���~�b�w�"?�zW�C7�O�%<�ٞe�v\�d�M���rZ^��f��j�pV�ʳdJ`����l�_���^i������jzj��w?�^���f�����L�ԇ8	��z��85����R1����2��aiA+�L��,�/�)3yf|"�b�Y����f|s4^80<'�����v���y��9�HǷȉ����������.|�i�?n�n����rS��?:�8�~�;�x��S���q���^7���ٻ�%W����C�(wl6�L���*�F��LGv�ͦɋ`�,Z܉���uao���=oa�x^�PwG�))+��^�Jc�����Sb2�����E.��\��6J�#�]�������*(f��G����hv�;G��sۅ˜���9}�#s�I�ֆf]��
+���]a�C�f�H�>�<�=��G���W���Ѓ�����@��'\���}s�I.��Ã?�����:
+��c�8�':�a(��|Nw�{>����9u���\�7��/t���	���ê�G-��Œu�I<�����z�#�<RGPl�
+�JZ
+%Ќ�5��/���U)N�~�����߽���+--6IT&o�:��ޡ*�X��i~YLp"����<���N�����V�?9�U?1�+.{š^ɛ����-��t����5l��Ǿ_������:ۿ�\�stm�4?�1#��?~m_��̙�y�[ֽ���˙7]g�|����c��6N̋��K��w˒k>4`M<����9V5���H�^��i%�j_y������33
���}^�Ҕ�	ٿL�b&%�G�m����Q�y�$̙b�)�*���x�%��%0IHn�oA3>k�IZ�pb������r���d{����kj��J.^nI5��[�t���!f�m��.�̥��S���-}��N�h_��{��T�>+�E��Z��)Öћ���KJM�-?�5���	�I��^?x�:'�����'�G�z���W�+V�A
+��8ٳDI��rxG���ߤ)Jl����=%[�0�D�Pgh��r�MZ~V����@���z����t�
�:�пs��宭�����CR�@Z����������	���}��6zΤO��0*�`�ٰ��No��3�&8JG�����Gȹ���hH�ǭ��4�D���ʑ#0���I�R�ʛ����M�L�OH� ��.a�]��rxX���w,���@��z9����o��#���f�ˆ�a��)���1~bgJf�y��F��d�..[�Ԏ��_h���$�䓹d�;p0�a|�31�,��C�;�MgW��99��-�Z8*$)�]�wҾ�l�&�i��,Y�BvR�@#/�ou���:5;�pvv�w��|���%�����K�:ĵ�u��yB�|+B�0lj�9n���	���1��j���$��~�Gx\�s5x����<�r\%[�
�K��[�<��[qQ,M��2��L�J���.��/I}�$�H1�ߧ�/q�č��l�\"��d/���q�����w���
 'i�2�{*���3$���Z&���ke�$��s���M���a���%z�>i@y7�h�
d�����=����vB��mm;�n�\���x�~&M��(H	�t�h�x�x�q��U��H�$z�I�;�9ɇ�a\$'�����d���o?y�x�ߙ�>��45�7��5����.�b�G>��i�т.ĕ�������7v��8����k?��I<�r0���C�3�O':2�D�H�ǩ6��C��8OƓ�H�ȳd�H&��d
+�J�I
+�FL�9���~�@2ȋ�~�݅�΁��x�c��A���N�3DJ��F�7Q΢��r�i��QΑ����\B��Q.%>�T�,��7���H|*��ċ��r9���r'�Ɍ�Nd �(w&:f�(w&�L�(w!�Y7Q�B���t�"ݟ-�(_,�{�p�SQދd��D��M�n$��k-�./*(�TG��T��ZJ�ԉ��p���u2�U�:9�"�|V^n8�%VRF�I9)"��T"�"�d�1�V�W���óDb!9H5nlJ���yW�p���y�k��%ᓬ�VuJ^yQ>ÊWY��"��Xi.)�A��ČڊH�D��ZY]�����,�0u�
+�x�D�b�U���JQCj��_5V�4{•]����Oo1�WY-���Q�B�7Y~�{�F���(�TE
+��ɡ��J�Ê`��BmVW��s�J��3����y��G���J4dFH�P���Y����?)(�s䞼=.�������3�>��8!�<,��y��4�\iVWY
+�,��/QC^�:�Zݥ6���8��R��
+�
+�T:��	^�&�h^�gr��LaeeY�N�c��/ ϱ���t�U'���ޣ�����p�эi� /���𰈹щ�gϞ^*�%�����-�>�y��/�<�u��
+�U�u�҄��<K"Ve��+WW�ǔ�s�M��u'#�c�Ef�.�Pz�"��5y
+tƠ=3^�8{��gP�$�#y*���,xn-/Е8���MH�7)e\����5�����S�����W�d/W�IXy�|�B��;J/C���1.r��]���������[�l\�����¸
 endstream
 endobj
 945 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAK+NotoSerif-Italic
+/FontName /AAAAAO+NotoSerif-Italic
 /FontFile2 944 0 R
 /FontBBox [-254 -250 1238 1047]
 /Flags 70
@@ -77347,35 +77412,31 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��Y
X[U�>��-�?�_C…@����B%�B
?�R�(m��V���X�j�Qw��۱V;[ש�?�Sg�nu��v;3���tG�vg��\�;�^(�����9������{��|' �Z��(=�7�;���?3��C�<��{���5�R&����Ʃ�RJ�7�'&_�=�Bi�@�sp��W�]$E(�0���ŻP7<�
-���-�&�����
-<��n�p���y�2��|e�w���o~}�L�'r����h�,*�::�?�S����碁э�I/}��H߶	-n�mA(��������c1��LD1�H,���',[���,�+��ujZzF�
-M�V�������W�*(4KL�R��f/C��U�jg��vu������56��k�-�ֶ����ήu������]HЛ�g	��DH���,b$��W��@��07w��;y�q��C����@'��WD����-c��T�
-OK��4��@Y�,f�,ᆊ�c�Cs�nu�S�E`Tժmy@�1���_u]s=��
-l��'B��g�	Q1�D�(d�4X����>ϒ��aK��j��U�<�J��EVKi�ٍ'=ES�����)���9�.N:0@~�~����Qd�4=�K��G[wd�T�U*E7whD�	�d�i����e�l%H�V)S*0��db&[o)�Yx�&�`�A|��d�1��` ���4��l۰������pU��'��={\�����V��U��H�Kd�{����7��%���]zs$�3:�n���GDP�E�͜��S�̮S��}}���D�b��역�&���Ӣd	����<3�.����b��h%���?�DX(QK�$y�<�:�,��w���mi�n6󱔮��H��6�#�Xoӭ���>X��l�(�R���Xp��O��~��u]��:�8L3�a/����Ԍ�f_t��O����]�y�X���
���j����Z~���Uk��������[�_�8�`���7�߱�<�V�>��}LBj�r��(Iv)u`�u�B�m�;�W�RSM���:��n��Ez��N.�<�`
 (���]�p��f۷����c
�?88 jt�<��f�aD�}>H��~��9=���0`�C���t���ɖX��TJ�9�؟���?[M\.��`g���z�'�
�q��mL)4�1Ϣ�f��T_�I��S���P���
-�����:��V��T��� ���Qơ�	����C�u�Z�ž�A��4���b(W�O�Y���
-�n
}��]!r�?\�?���Ϊ�;C_�{֥S��b�!L9L`]	�Щ��I���ޡzg}��r}z���K~���|��aMCnS�aE��na�ԈD4�(�9�c
((L�����l�)�Ԭm���k3w،E�K	���O�2��~�����;
-ohlZ�%Lm냯��b[t�yD���z�s�}{0�Bf`7����C}Q�L��`�l!;��
�"��*��DE��8�s�D�E�CeE�e���������܆��
-�p���Gyr�|MBbSEi�\h`��T���u�����zгa�U[�W#���9���;�S6D�`q�[�l���HHO��\���R�V
-���ڟg�,����%�JOz�Ӷ~m�����!ǚ�[����zZI�P? E0^����{ff����vM,�$��C.�[&i��B�ڐ� ~��ĪbU��\|�}	{�❘=MN�|-�~�O��d�T�0*�N��V��������<`jɵ�pT^�Rn�ӄ�Wį��ґ|�G�9�b(�P�I	���6+-E=�ڳ���/=3c�F�3rζ���\aY�]4��js25�~v�VQ���i�Kr+�j1��.Jզ�w��#[��p��B��$)-j	�����;�ݲ}���][�׫cV���z
>k/�t�T�ޫ9��/�G"�+5뷏Gε;s~_P��
z&�a47BvV@%WC1V�̟ɚÉoC/F^����Y�􈯹���`C�A��fin��u�d|�S�>����cKA���� ����UY˛j����Z��V\T���/V�I�f>��@ͅ�Wb�S\��=���<����\Z=�뎉�2"=s���ϳ<i?{��?)��>�ʉ����)��<����V���)q��}`I�ݷ�&�N���]	쥏~J�=��r�C`
 /j-��C���TG������ϝ��.r��=-x��#�6Xq"��_|�����s'��������dP�˒u|B�����G>��]C����Cz/f������JO*{��9g�J�:)`��e\B����C��r����!J�_���+a�@��*�e�غ;�nu�6�k��7`<�ɴ���6�U�V������2�&H�sg��'9���_�1Gs��v��б��Q\�C��u�����$� ���0dJ�"��֊XN��I�/0tQ�F%��;�GyS��㤹��(�#
dMw~�dK��!0���N��[��y=���#�r��8w��W=�ǂ��9�O�BJ�8[�,7Y������#�����TW�&�����O�}�w�����SИYY	~�p�'�\QFs2���DV~��:��df�Vcv�ͱ����d�?�=���l�zOJ�9]�|����""���J�+�Ia�k0�9r�C9D�Q�w�n��5���e�����"3yE��x�P�%�
 �T��xEu[��j6�O���.�}�D]ݓFr"g�ה���Q�O;��I�cz�fgњH+����
��̻�1�D[uaɖ�{�u
]���5��͍n�d���J)���uC�j�͓����M���4os=ւC�y�y�<�<�c��=Ηc ���+���ஷ�B��2s �#B�sW�k�"����.��)���bno��3m{djNN���Q��7�?m�c�N
-��դ���� �/T�>;�6yB�e	���7��)X�|Ì���ߒᶃ3]�d8<s�j^6�{7.a�o�}��'�����~�z<t��R����8���p�m0��4������S����>������Yaƌ�g��X?ȯWp)�,��}��c�n�.��xp��|�2ߒi?�Ogw�S���3�S�Ǩ5�	�o����D��E�h.�QRp���r2���<0-���D���j�:T)��֒����ݝ�_�r�����>�[�XUZ��Ԭ���V�RW��N�TT�X����r�U�۔Ÿ5���]��6v���z7o���WV��iȅk�;��ױ$�.���%�����dZ�
$)����,������.���D7f֤�u7NL��l��Wa�S��&V�)���|�qLqN�����7��6�&���[z�Lߡ�6���F�N&9JO]l?d|����)�{b�+}^׹H���������n��!�p��;�%J��>������d'��z#�M:�E�
 ��z&#��� ~������.O������г�C~�C~ˠ�`�V�Xj�?"���[�kp���榑�On���u�~��N�&��J6w�}��?�����Ztl'�u��qm���nO�	�J{fEr0X�jn�!�v��HU���ꬦpAk���:߿R��F�@wh�� ��]��8���t�|@OO�6.6�:P�v����"������L���]6��%��	g�Ӏ1���L
J�?����`�4�β�z�\e�~#����+���Ō��~;�[���ȱ4oɩ5u2��0�WjT����T�:��~���+�^3>��!c�._2ii�&vT��\��<g��j���AϺ����$�!���}Vg��˟��UOK�l)z����V�N+��f?ݽk����q����I9Ĥ��!d��<�BL>�u�Gz���o��"9�����v+g�_�Ng	����
�O��F[)����=���{��[/~��}߽�k��ҙ,<����wn�syT����D^����%����YL�
 �?��-=���m̷l��u��]U�U�����?�ȯ�'ez��4�L~A^�,��|�GY�^�
�8�HA}aI��~a1����cqA�5�D��+{�\��6���r����C��0>�,�H^�z�?PXed��M��l�-��0e�fI���<�:����L������ϟ9��6hh�!F�{�I<w0?�s��u��]7j����6Z�衅J
-��f��������!��݇����9ЇJ���	j�1";Z����_3�����7b�0���P�q?�(,L��_g�]]�6�p�)�� Ԯ�Ps�@Ɏ���U��]���͉��MC��ajj�+0X,����&�C��+�ruմGo�o�qUTV�f��z�t�j�ǠC�BZ#aS>�^�;��}��'x�/
-NY�	�ƆK�&���@(���e|
-?D}�$�<}1�K��U
͢�𩱂�婌T��k�?��%dee"Y>t�V��Y�V�y�a��]lj��p��Cp|���KDI�$L�%O�/DZ�I�u��D{D/�fc�1����b��y5�R������Xwl[��{c��=+&b�x�xB���)�����Y�2I��P�4J�$S���#ɬ4[ꖎI�>-}KzQz5.=����{<�xܧ�1�����P�h�����?����L�L�]+|ō7a��ȇს�v��c��nFx~�F%�5M���$мc?��\#�R��	s�0z`��Ji"6���³{	J�$���)����)��	W�0|K�m�Q�D�٦%�G��_�Y)�3,y����Q��}u��7�7���j�p3=�[b��\�@��W��-�y���W|	�`"�#	�q���\Bd~s���@#��
-�Z�D�켨k~uĘ��)LJ~wN��}��L�o}z��Rb@�2fT��DˡWH���d( *T�U
�YJ�ڝ�V@%�BZ�CوA9�z����J��T��##*�fT�,�
-�Ҏ�P9�@�ȁ�s
r�Z��A��GԀ��5�&�G͐�֠ jA!Ԋ��ZF�`�Nԅ֡n���b,�:��h�1�j��h�lN+C�����y:����aR�'��na^�L�"��3a>%�a>e�4a>-�a>�c�0/l]�}��q�&��Aa>��Y���	��E�&-ßr�2���@/C<+��=��%B����}J��[�6m���[�5KJ��1�f�E6{�jC�[�(���Mh#D��}��Z�=���p����}j��	��ha���ݫE!�Y2<"P��a4�߸u�w����V0v/so�po�د5��Z~�v���	��`2P� j�3�u8�sp���H�T\ǖJ(L�t�6,��}i������M[F�%EF���^��u�p�%���Oc�����q�l8NL��sӆPy�h|�ֱ���z��Q��`�r��b0
-b���'��8���� ��,����Q^�����{͂��7����D���ڲ�ӓT�5*�s�w��ݸΧ�������E�+'��]Q<�|Qi �������u��v_T����WD�]�����(*�"�/�*�z��GS�
-��U��ܮv�GQ�(J5Dq��BtY�!J
-}�pӮ3DE��R�Qg�:�
јB�T��v���^{Ѕ�2�؞�袱�{[;�����.��0DŅ/d�} ]���+#�����nʹ8%-�˴eņh\�v���FE�
�6��FQ <�?ի�7���=c�{
-�OT`<�.9#Y
-�r�,+�G%`���q�nֆ��
<J��J��)m������N1�8�2�:��Qg?}�5������:]����5�V��#K*d�g�6�k��Eq{x
-j`��T��K�K��M�� �2�����S���n^�T�TQJL�f�Fho��pe��FYx9���¾�����7%n
��`���W\0��;����׵}��X����E��3d�
-�0v�/�w9�֥pՑ[�ک�
+x��Y
X[U�>��-�?�_C…�!!?��J	�4�_��@i�@[��Ugl+�Zy���v�Վ��u����TǙG�[m���Lu�>�ѩ�Yu;(��ν�3�;�lxN��~����;��	#��#�EO�
��>a���E��|��-�=��+p
��ɡ-}�q��R�����WnO?�PZ����nIJ?�s�{'G�.�
Ͽ�gmSs�����Ax�ϭ�[�'\o�|�<_����_?�P&�9�]D\V8�P�g���)_	�O�s����������H߶	-n�mF(��������c1��LD1�H,���',[���,�+��ujZzF�
+M�V�����
y+W��L�fK��fw����Jg���]���S���M�5��pK�ڶ��ήu������]HЛ�g1��DH���"b$V��W��`��07w��;y�q��C����@'��WD���-c��T�
+OK��4��@Y٭;�"ᆊ�c�Csyu�K�E`T֨�NyP�1���_u_s?��
+l��'B��g�	Q�D���d�RJT�Uo���e��Zb��)j�� V)���f-1`��t�[h5;L=���ܝ����+Z�^E6KӃ�D�\t�vG6Ie>�Rts�FĞO�0��f�|�\�V��l�2��(�I&f������o�
+&ħX�v�������M#�,�
k�ˬqy�w��@�sz��q�O*��HFW��#�6�}��[W���	�/����қ#i�ѹw��'�="�� ,��D���fv�j����l�#�[�dg�l�h7�v�%K'N�,x�@Ls�������K��a�D-1Hv�]m�H���g����}۟�|,�+�1R�����#��tk�?����!;�@>J���:�;�V����᧟&�g�/��"���m؇f � 5c�[�=�䓹w>x�~3�{p=��U�ڄ�����_�2|��ZxG���;gf�y��y���(3�ž��
��w,(���'a���z�ܬ!�D�]HJ�X;FF��s������T�j��N�q8�g�^�p��9��?��/s6�}���-ni��X=����� ��-2�ȳχ�^��4�� �,r����*��0�+8�J)>2��swmk��'c��ۍ�,�_����=�����9��|�#�l1[K���T=����N�y.�Ը�,o_�S�l	�
 ̵kLNr��a�e����OI:�P��Z��U�Kc:,�r��TXd��������&������n���3�u��`]:�[^!&”�֕0
+��y��:���sՕ�+֧g+�����9�g?���6�V��n���M�@D��2��S8������4��J��k�����VKg��TXb���ʺ��)���wo�~��W}s���Ƶ[ڨm��u�C�`�<��9^�~��o�5��
�<{�P_!3`;���Q�j'd���	��C*QѤ%6p���h~�����^�q�����PY\��W��,%O��IHl,/)�lX=�J���к�5�5Qz7�kj�jd�>Wpv�vʆ�,ngxY�Tx"	�	����X���J�֗W����d�\��G�1o��׎����+^r�q����MaN�렧�d
+�"P����I�gf���H�~�o��RK�N�>䢼y��9�)ĭ)�	�L�*V�k��'ؗ���!މ���t���ׂ��'�$~mA�N���Hou�Ϻ��j���Sa��\k5G��,�<M8~�@��,i��p$��,�b
+��$�P�X�i��R�-=�z;��33Vh4=#������ݕ!c��P����������O�_�[!V�h
]pQ�v�3��⽄+VJ�'IIas(���*�۱��k�U�}��C��Y)���5�T��l���S%z��ػ�8���T��>9����}~%o7虠����Y�\
�XaQ0&k'�a
+�y����θ�B�G|���_ʐ��5Ks��c��N���Nߏ������L��I���Wi+k�Ix�\�Z[E[~QI�V�XN$	��|n94B_�NqU��̣ƇC�����6KI��;&�J��`���?���읓�����||('���C�X��RW�_��[�����%=w�V�P2}�Sw%��>�)�`�ʉ�����J9Z�S��o�g��?w���7�����
+H���`ʼn0v}�)f��]TO#ࣾ�O�Ae�{.K��	M*����z
͗9��G�}�q�C�+���9�眽*�뤀Mf�q	�������#\0��d|h(}|=�ӯ���:�~�}c�V�ں�MZ��g8ހ��&�����WmVX����kV�˴�!�ϝ0��4���͝��e4�C�nFqY������_�p��~�p�}(1��Z+b9]��'���|�M�c�<�V ���M=����z��ԓ5�yar�-����N|�:1F�?����3؏�)���
+\�|���|>�v)��l}��lK�g���_�D.F��SU���\>®?r?1��^ܵw/{�[Om@cfda$��y��sE�����Yyap�P�֗����_���7Dz$g�#����TB�dz��=e(��t}�R�f
+�lv�+��t%���;8���ȑ3�!�����}&���]/#t�'�Y�1�|���B���SU��U��r���?aϛ�|��guUOɉ�=_]{vF�>�l�'��酚�Ek"�8jZ~�6��p�cƉ����-��:k�&̕�k���<��J�ٝR|S���P�N�7s�M
-=�`_3h��z��>���y<y����{�/�@&�}Wr=��]ou�K��`|G���6U��D>w!¯]�;�oWpG����3�gZ��Ԝ�f��~�o��y���t�Hq���I<A��	|v�m�8�&�X�6]o��S�~���Y�%íg���p����y��c�ݸ��g��}c��6���a����J�z��B�|h��`�����dF��SO�Βw���!��/�g�3&h���{��F`� �^���ldv�)��1�H����6S�q�|K�`�y�݁O�N���N��r԰sf|`���w9����3pDI�ݞ���<"�����ߏ9�2Z���P.�x�ZKn���uw~��)
�
 B����nmCeIQ�R�6�bZ�J]��7Q]^YlK����W!nS�֢��v1l_��]**���ّ�STQ�cܦ!�)�~_�>�ԻП?
+8��3_Вi={4���m�.�:ʇ�~���om�88�Y�v��81�b�s�^��N�f�X'7|��㘢�\��U�o�-,
+�ul,I�#�����CymN�ٍx�Lr�
+���~���C)ɵP����VU�}�s�Hg;a��cQ��~uC�‰�w윖(�G|7�d�f�?,�2���W`�]��?��Ꙍ��C�%���_�<���s�>��BϚ�Y�-�z��V�`�����^o���Fӛ�F��?��?�]�kc[4�w�P��;���y�t.֢`;9�c��k�$4�s{�OV:2˓C�RwS�ǰkmy��m'Wg5��Z�!����r`�v�z��&�t�:~�	/�C%���xzj�s��ԁ*�k��}�?u�Wf���YW/��L8����`4(ep��쳞wC��D:����Ur�������g��\��VΚ���o�N�#�Ҽ%�������,^�Q�n�Se��,
8V���,��!C�V-\�d�Ҭ�쨐Ϲ:*�y���3��C�u7��Wq6�C^}/�0,/����?�����@�R>�N_�;}S;m��6"��~�{7ְ��q���
+�9�r�I=C�|�BL>�w�GzL��o��"9�����v+g�_�Ng	����
�O��F[)���M=���?{��[/~��}߽�k�L�ҙ,<����wn�syT���нD^���%����YL��?��-=���m̳n��u��ܕ�U坾�����(��'ez��55L^��@�^W�ګ�V/�p�j����$�P��Z���q��(��vG"!����T�_^_݂W9_�c��!�j�Mj���M�),�41Dʦ�y7Ж�Y��X��\m�T���Ld��}�ux����ҿU�7T��3�"ޠ'������:~�
���5^��F;��zh�҆���߱�ln���6l�������q�����C�HJ�
+��,�-ךϯ���e~��1xhi�S���bV&��ׯ�Ǯ�.Nvq:��cj�Q����\��dGT��*���.pg����V��1O�47����Vc~m}�٩��D��rګ��5͸�+��3Mu6�w�r5��c�!j!���)�.ƈ��E¾M�<\��,���c���W�O �|o�2>��>�U�A_⒰�nSC���v|j,?iy*#�&�Z����r	YY�H�ݸ~}V�Upy}�>E�q".�n���ߣ �Qi#����"��,�Ec�=��D�1�o�P�1OǼs)�zlblA�'�5v[콱�Ş�Y�A<!~@���m�e�d�$]R qI$]�)IT�dV�-�HǤH���%�(��g��M�=w<����xm|I|8~4~O����_JP&T$T�����ƛ0�a�����s�`l��Rx7#<���F3� �j���G�ch^���]x�C)�څ�=0�m�p�4�g	�<�ٳ�?�I�k���L������]�%�6è\�߂l��#K�/�����x�{�(�¾�:Dܿ���5z���-
 ��_�x�[���+|���d��
+���+���1�Ƒ��8BD�H.!2��n�s��Ӆ��Z-r�xv^�5?�:b,���C�;'H�>�?@f�>=�o)1 Y3�}T���+$��D2*����,
�C��D+��g!-ҡlĠ�u=2�<��' #*DEȄ�A�� +�A�t�RT��Qr�*�\�ܨ�F�P���#tF
�P�5(��Q��V���v�_'�B�P7�^�z1�l�d2U�@5N_4g6����SX
O�<�yZ	���0)��|�0/m��y���0�q�0�2q�0��c�0�ұ[��.�>��@�����0����,������@����O�{wU��!	���`�^��^���>�f��-c�6N���ԚM�%Z�OS ܬ
��|�5a؃-h݂��&�
�	��>�K-����k�}��>5�ބaW��?!x���ՠ0�,���0	�o�:�;D��t+��y��Lx��m�ךM�2-�L;��„�f4)J�ڙ	�:�98�HN�]*
+�cK�fp:#|������Ck����-#��B�������:[8�b�9��'�?<:�u8΃�eEEܴqT/߲u����^�y���ؼ����ح ��ɫ=2��~+H���f(���W寭��^@����M��'>������{�*�F�|.����t�4?лy�$��+���?*
�����/x��m�hr�?�����+�������2�(*�"�?�*��mk�"�*^�U�ss�ڵE��0����e��()��j�v�1**ؔ�������n��Х:F���7�g]�\��3]46�-���νho~�˻:�Qq��xH����ʈ"`#)x!��r-NI�2mi�1W��E��l�QQn=����}Ql�����G�Nמ1�=��'*0�G�����	�9u�h��0�V[�xz7k۴�
<J��J��)mݔ����N1�8�2����QW?}�5���ʳ�:]��������#K*`�gጶ�ߜ�����)P���b�S�SL/]�/�c4�n�p˨�F
 �
+L�ӻy�RM�RE(1����a����*2ހ7ʂȅ]n7��L��)qK��1=�΀f�`yW��8�uM��8�b�D�}Ѵ��Y��(̂]��H�]�u)�Fu��Yx�
 endstream
 endobj
 949 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAL+mplus1mn-regular
+/FontName /AAAAAP+mplus1mn-regular
 /FontFile2 948 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -77402,19 +77463,20 @@ endobj
 endobj
 952 0 obj
 << /Length1 2368
-/Length 1372
+/Length 1371
 /Filter [/FlateDecode]
 >>
 stream
-x��U_lSU��?lt��Jr�.���k�&.,�
�lV�?��,J��us]oڎl ���
���1���9y0�4��!�1Qb4�߹=`x�W�v��~��}��O�: ��w���Dވ�U⟞[��������\!���a+�d ���ˋu��Lj��r�L��m�:�2�-�ԢE�p	���h8;r���'�B���O���T>si���ƥ��T��c��x�m3�lA��BYk:����{�?E�L�p�zNKwj;���:4=��y�]��_���a����-/ԣTWg�"��ve�����΃Ǖ�%WH/�#w)��J����*�R=ܔ%~��U�958(K�o�\mxWvb�/�Z$ߠ�8��չr��TN��u]�g�q9�.��(���9r����$[�'�;�"�x�z�$I�$y������;8+?��bH^�'+e8��$��~������D:?���|�V"����L��jq߃��O���'�	J��p��/�]=#x��Y�ː����Y�.�Dvލ�
 ���F��H�v=(��>��}�&?�u�W�nr쿄OxɊ�i�F�-|���_���3ӹ��v��8�����Q�H����~(�KP����a��G����
-� �^��~�Q����^�C͈E��酹TQ8GP��hE`RPL
-���d�0_���
u����h��y嘾�Xߋ(�qJa�z֊|H^q�n��6�/˞�K3�y	ut�	<*�%�q����.������BI�X��͕�VO8\���l)T*,ә,o:4k9#/c��O�9L]�:����(����Ә?�6�̂��q_�k�jkN�A��"�������s�w߂ �6���{���5�QW'šտ���2#�`��$�eB^5�㞠�0�9�Z�h�hnf��a�� �A�0ۑ0��a���d���3�׌4��tF4z���L҆��^�Tt&k3m��(3u��x��*G��_��3�~7���A���΁i��[k�<�3���NN`vzbr2�e������Q5���>�Y�F��$�P�2��A�2��!	���)ʍ]E1���U��U��|
-*�k�+��u
3/��5����:T��~
<3��6��)զ��S�8��'��	�p�1�N���m���m
b5�6�q[���H�Rcx4�0b664��*�m5��!|ә�~���7�
�?����f��	mְ	�>��)��2�0v.�I�vb$��G�/��.;o�<n�w�Pa�j_7����cI����t�9B	n���#�GWs�jY��t�a~u�HW�?@����€
+x��U_lSU��?lt��Jr�.���k�&.,�
�lV���K�t����7mG6��`���	}2�>��34�y�Ac|���%F�1 ၰ��۳�}�n���;�����
�nx;�OY@���\ �����@.|�?����)x6H�\��P�|�x�/�ˤj�"g�oʧ,�ˈ�DLGF��ؑۨ']D<nJe�
~�}��ͥ��K(x'.�&k\o���n�����`b��ZS����C�)jf҇��sZ�Pہ獸��֠���S�
+$���S��]���hy���:[�d�s���/i?�<x\Y&^r���<r��*�k���]�".��-Y�g�^��[����t��Նwe;F���
jQ���]�˗��L��^�ѕ~V�ø���\��#!7��xkA�%��p����!R�G�wK�$K��G���ܻ�����=AJ!��
y�R��N;�'��p��H*/C��s�:�#�i��vg��U��.DD|R
�<�
P���?%x	���˰�	^�$|.x4���w��M�n�w	ލ�>�{`=yA�����§�Ȼ�����,xԑ_�ɱ�>M�%�§	%���vs�Z,NO��[�[i�#���t�#{�Fi"92����,B�a
+rP�-��)η"x?(� �{1{aF�N`�#0�1~5#-f��gSE�AQ����YHA1)����\9^(Neh4�A{�CZ���zT�c��ay|/�@�)1�ER�Y-�y�y�AǷ��ؿ,{<S,M�h$�ѵ�񨈗dک��
+�`�3���[��%=b�B7W.[=�p��b��P�0_Lg���Ќ匼�i{ �?y�f1u	�̊�K����<fNc���B0�����Z+�=<���s�H���ϯ�y������΍������G]�kV��.��+���aV�0�y�\�{���|�0kI�񒹑y���Z�4��l[�`C�M��mxl�w̤_3�j���U�&�3IN�USљ�M�QK�l�ԙK㡊�1�|a�ϸ���
+s
?l:��zn�a��<�R;9��鉉���jK�*�J�h�&�TXg�=Ɠ\F��'U�\��$;c�(7v��JVOXW���)�X�ѯ�v�h4̼8J�xj�t�PU��5�̘��t���T�ڪ�N��,���'X,��4:�z��)J�^�q4����)��ZM�WDr�ã�Ӱ��A�V�=h�)P
��|�c�c�M�n��р�755s��Nxh��Mد�
M���ф�3p	OZ� Fb}}d�������
�N�!�^��F�>�|,i\��ܟ�@(���4{,��J�V�!�s����/l¯���(�"��0€
 endstream
 endobj
 953 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAM+mplus-1p-regular
+/FontName /AAAAAQ+mplus-1p-regular
 /FontFile2 952 0 R
 /FontBBox [-109 -288 1403 1075]
 /Flags 4
@@ -77441,27 +77503,17 @@ endobj
 endobj
 956 0 obj
 << /Length1 2272
-/Length 1071
+/Length 1073
 /Filter [/FlateDecode]
 >>
 stream
-x��U�k$E���'�L�ݠ	.ȆR<��{2�
-"lȄ�N �,{XV;�5��N���'�\�b�Â�=
-�<x�Dě
-
-����!_�T�I���j�W������`ʨ����1�"�s�=㶻-��v�5�>�����#eGØ�I{��P���d���1�gm���k
�������@��q�fן�d��m�+��'w߽J��@q����}K���ky 0���™����?Z�:��?D�J;�f�[�����=��q+(��G��Wt�'�9ن�;��VP|X�aӽ��Z�>Z�F���x
-~p���J���(��r(��;��_�7�_�2�o栅�����p'��u�.���<����#��3���3L�C�s�3�s��/�"v5^��h�@�=�q���q����"�YM�C�8�m/�D�F�=�x	S�g��p����L��X#x�_�xoh��{���b�?��(����1]����w4>��@��[�Z��pɘ��9�2�X��n�^&��٪X�"�-�J�4�B�-��T��T&��1��1�H�Å����J/�Y�i5"�
I�
-B4aҿB�4�y�ʒ4K�ڤсY��H4d�P'���@C���Z�n�m'��E�m$7�0ʺ1�خ�bF��$�P1u)�^N����(0C}@����LR?
-ŬY�&:n�����p��0I�k�o!o��9�"T�~*l�%�#;�/�V��}!}%�M=�6�$��',���_D��.��l=N��d껡Ȥ���4T)J�
-jvf�N��aF��#6���飭�S���!O���
-�T�ؠ�b@2Πd�,��,�9�t��f3
-�آD"K�bF�s�6���b1��XSS����C}7�f���2},E�fǏN1o��I,'�>�N	�Pt��U�)Ô넎LD�I��M���qX�U��U�iW�&G�訚�u�:Ϧ}=��BN�p5��3�*3J\���"�VW�ꍥ�<������Ĝ����=%d�
-oKT�
gz�{�4���Ww���:?�'-��؏�|4u8ӷ#{�
�9T�oB�}�
+x��U�kU����d�Iڠ	��)�mf6�*4DhȆIȖ҃�Nvfg���,3��qċ�=
+Jă�""�T((Hi�=B.&~��K��������~?�}?������@(��<ڵ�ӆ0&�|�g��v����،jN�]h�ҭ�����H��9c�Vh?��R��j�yѤ�K[�V����o�9�w�Q�^}��!�[�K����y�2�O�����s�}�P��ZB%0¿8�	��=��V`7�y���TBa�/jV�����2��U;j9���c��w|ݠm�������<oDLv�܏��?�y�̛�a>��
[��{%s^\]]�5���9v�[��'?��/��&����Q�{�\օ�A�T�J�X?����d��6�..X�;LJ70��4n���x��P�9���M�s71.^�xgū�cRT4>�������AT�=�0!~�x�o¸qk/5^�mT5^�m��c�x��a�{�O�dnF�#�����(��=����7?�������|�ގ���ri�,��ozr)�Yr�ٔk�R"׼ċ7<��<"���|4��Z�|�Ls�X�jD�	��B�`���&�C�DYg�\]X+Qɪ
 u��'e����k��i:�r��!���zF�v�)�?}9%{X��!TL�̺�S�n>�B�S�}b�w&7�8	�PN[�+���M��p)')�EI��_����]�����4v\���weT�U�'d��r�SFp(���.��Oѿ��]��z�t�xI�2��V��NC��G�V�I�	A��b4����myH���V蔪3vH�P��݂8"�$�^�I��L#M�3�]�\���V-j�m��D�*Ŕ�3|��<x�X,rij)���6{����̛��VKKQ'i�
�̛�g��x�G�	�������&T��^,ӆ'��N��^�$*�l��L��B�0�ZGW�d�CC�3�x�u��>�����rV�=gtTV�v��Eb//�/�T��,����j�9��6U퍞Yf��c��_�8Ս���A_������gg�4��5�ӯM���ah���?���
pc}�
 endstream
 endobj
 957 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAN+NotoSerif
+/FontName /AAAAAR+NotoSerif
 /FontFile2 956 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -77487,21 +77539,21 @@ endobj
 endobj
 960 0 obj
 << /Length1 2564
-/Length 1485
+/Length 1484
 /Filter [/FlateDecode]
 >>
 stream
-x��UkLU>wvم��B��l�;�-;��.,A��d)�i�,�� �n��+�#�K��W�Ě&�o��S�K5�ĿF�c�i㯒�GL5�	�3�j�o'�{����;�̹�@�Z��J�9��@jƧ�ƺv~A�7|���d^�v��l�Hg+/�S64�51�J�>#����tb6G��6����/���:�Ch粅b����h_B�3�H�~����о�o�;����p����\>�c�{j�>��w,7�����]��aN���"%�K����
-|	���8�lv�?6�c�ئ�v�#Xsk�T-9���ں���Bm��v��p�b1��]�8w���ES�������’pjy�|;;�|a}�ג����(��k��]$�����lo
��^W�tߦ$ȥ�+�θwÃQ���l�m1��M�'����74��M����H��V+76%w��8�Ƥ�;���ϋ�u�
-��'�u�n vs����	�C��A>A�US���'Bi�P^R&6Ap�au�o�6���=�B����FW�0bo��jț7����g�%�뷵�	!�s&3hko�����A�Sl4&���P>����h��	ޙipVf-\�*x��m�g-�C�ۡ��[�v��^�$h�%�@�-܁��Zz9��`��C79o�.p�E�>��u���'C�6�_,�jp���?�����J(�����'���O�O�&��@����W���@��gz 9��<L�8L@�B��Lp��І�a���8��D=q�"Ћ�0�?������L<5>3�ȣS
-��`��g3�p6?��o��1�7}�+�g�TY�`*\�1B�HNj	Q�\OȠB���by�
-(�*kelf��é|a2��~oK��q+�N�p�i��q�xҹ�FV���b���3`eK.xٙ|25�K�N���x#}�@ig�A��4�. G�dN"��z�09��v}�ne�V��m���M����<�������}��J&y

<TRUNCATED>

[35/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/rgfis/rgfis.html
----------------------------------------------------------------------
diff --git a/content/guides/rgfis/rgfis.html b/content/guides/rgfis/rgfis.html
index 3e7c039..f649bfa 100644
--- a/content/guides/rgfis/rgfis.html
+++ b/content/guides/rgfis/rgfis.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -664,10 +665,10 @@ table.CodeRay td.code>pre{padding:0}
          <div class="sect3"> 
           <h4 id="_registering_the_services">2.1.5. Registering the Services</h4> 
           <div class="paragraph"> 
-           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="../rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' default implementations of <code>ContentNegotiationService</code> service are automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
+           <p>Apache Isis' default implementations of <code>ContentNegotiationService</code> service are automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>To use an alternative implementation, use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+           <p>To use an alternative implementation, use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc adoc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -696,10 +697,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>The <code>RepresentationService</code> is the main plug-in point for the <a href="../ugvro/ugvro.html">RestfulObjects viewer</a> to generate representations.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>The default implementation generates representations according to the <a href="http://restfulobjects.org">Restful Objects spec</a> v1.0. However, it also delegates to the <a href="../rgfis/rgfis.html#_rgfis_presentation-layer_ContentNegotiationService"><code>ContentNegotiationService</code></a> which provides a mechanism for altering representations according to the HTTP <code>Accept</code> header.</p> 
-         </div> 
-         <div class="paragraph"> 
-          <p>The principal motivation is to allow more flexible representations to be generated for REST clients that (perhaps through their use of a certain Javascript library, say) expect, or at least works best with, a certain style of representation.</p> 
+          <p>The default implementations generate representations according to the <a href="http://restfulobjects.org">Restful Objects spec</a> v1.0. However, it also delegates to the <a href="../rgfis/rgfis.html#_rgfis_presentation-layer_ContentNegotiationService"><code>ContentNegotiationService</code></a> which provides a mechanism for altering representations according to the HTTP <code>Accept</code> header. This allows more flexible representations to be generated for REST clients that (perhaps through their use of a certain Javascript library, say) expect, or at least works best with, a certain style of representation.</p> 
          </div> 
          <div class="paragraph"> 
           <p>In all there are three domain services that can influence the representations generated: this service, <a href="../rgfis/rgfis.html#_rgfis_presentation-layer_ContentNegotiationService"><code>ContentNegotiationService</code></a>and the <a href="../rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_ContentMappingService"><code>ContentMappingService</code></a>. The diagram below shows how these collaborate:</p> 
@@ -710,7 +708,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>The <code>RepresentationServiceForRestfulObjects</code> is the default implementation of this service; likewise <code>ContentNegotiationServiceXRoDomainType</code> is the default implementation of the <code>ContentNegotiationService</code>. If you inspect the source code you’ll see that the default implementation of this service’s primary responsibility is to generate the default Restful Objects representations. Therefore, if you what you want to do is to generate a <em>different _representation then in many cases replacing either this service _or</em> the <code>ContentNegotiationService</code> will be equivalent (you’ll notice that their SPIs are very similar).</p> 
+          <p>The <code>RepresentationServiceContentNegotiator</code> is the default implementation of the top-level <code>RepresentationService</code>, and it delegates to list of injecting <code>ContentNegotiationService</code> services. Using a chain of responsibility pattern, it returns the first non-null representation. For their part, the implementations of <code>ContentNegotiationService</code> use the HTTP Accept header to determine if they should render any representation or just return null.</p> 
          </div> 
          <div class="sect3"> 
           <h4 id="_spi_2">2.2.1. SPI</h4> 
@@ -749,23 +747,23 @@ table.CodeRay td.code>pre{padding:0}
             <tbody>
              <tr> 
               <td><i class="conum" data-value="1"></i><b>1</b></td> 
-              <td>representation of a single object, as per section 14.4 of the RO spec, v1.0</td> 
+              <td>representation of a single object, eg as per section 14.4 of the RO spec, v1.0</td> 
              </tr> 
              <tr> 
               <td><i class="conum" data-value="2"></i><b>2</b></td> 
-              <td>representation of a single property of an object, as per section 16.4 of the RO spec v1.0</td> 
+              <td>representation of a single property of an object, eg as per section 16.4 of the RO spec v1.0</td> 
              </tr> 
              <tr> 
               <td><i class="conum" data-value="3"></i><b>3</b></td> 
-              <td>representation of a single collection of an object, as per section 17.5 of the RO spec v1.0</td> 
+              <td>representation of a single collection of an object, eg as per section 17.5 of the RO spec v1.0</td> 
              </tr> 
              <tr> 
               <td><i class="conum" data-value="4"></i><b>4</b></td> 
-              <td>representation of a single action (prompt) of an object, as per section 18.2 of the RO spec v1.0</td> 
+              <td>representation of a single action (prompt) of an object, eg as per section 18.2 of the RO spec v1.0</td> 
              </tr> 
              <tr> 
               <td><i class="conum" data-value="5"></i><b>5</b></td> 
-              <td>representation of the results of a single action invocation, as per section 19.5 of the RO spec v1.0</td> 
+              <td>representation of the results of a single action invocation, eg as per section 19.5 of the RO spec v1.0</td> 
              </tr> 
             </tbody>
            </table> 
@@ -799,7 +797,7 @@ table.CodeRay td.code>pre{padding:0}
          <div class="sect3"> 
           <h4 id="_registering_the_services_2">2.2.3. Registering the Services</h4> 
           <div class="paragraph"> 
-           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="../rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' default implementation of <code>RepresentationService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
+           <p>Apache Isis' default implementation of <code>RepresentationService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -1220,7 +1218,7 @@ table.CodeRay td.code>pre{padding:0}
          <div class="sect3"> 
           <h4 id="_registering_the_service">4.1.2. Registering the Service</h4> 
           <div class="paragraph"> 
-           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="../rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' default implementation of <code>AuditingServiceInternal</code> class is automatically registered (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
+           <p>Apache Isis' default implementation of <code>AuditingServiceInternal</code> class is automatically registered (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -1309,7 +1307,7 @@ table.CodeRay td.code>pre{padding:0}
          <div class="sect3"> 
           <h4 id="_registering_the_service_2">4.2.2. Registering the Service</h4> 
           <div class="paragraph"> 
-           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="../rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' default implementation of <code>ChangedObjectsServiceInternal</code> class is automatically registered (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
+           <p>Apache Isis' default implementation of <code>ChangedObjectsServiceInternal</code> class is automatically registered (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -1535,7 +1533,10 @@ table.CodeRay td.code>pre{padding:0}
          <div class="sect3"> 
           <h4 id="_registering_the_service_3">4.4.2. Registering the Service</h4> 
           <div class="paragraph"> 
-           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="../rgcms/rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' default implementation of <code>PublishingServiceInternal</code> class is automatically registered (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
+           <p>Apache Isis' default implementation of <code>PublishingServiceInternal</code> class is automatically registered (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>To use an alternative implementation, use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc adoc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
           </div> 
          </div> 
          <div class="sect3"> 


[23/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugsec/ugsec.html
----------------------------------------------------------------------
diff --git a/content/guides/ugsec/ugsec.html b/content/guides/ugsec/ugsec.html
index 5ae7fb1..242b7d4 100644
--- a/content/guides/ugsec/ugsec.html
+++ b/content/guides/ugsec/ugsec.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -365,7 +366,7 @@ table.CodeRay td.code>pre{padding:0}
                <p>Apache Isis provides the <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-api_InteractionContext"><code>InteractionContext</code></a> can be used to track the actions being invoked, and the <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditerService"><code>AuditerService</code></a> captures what data was modified as a result (auditing). When <code>Interaction</code>s are persisted (eg by way of (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s publishmq module) this provides excellent traceability. The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s audit module provides an implementation of the <code>AuditerService</code>.</p> 
               </div> 
               <div class="paragraph"> 
-               <p>For earlier versions of the framework the <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-spi_CommandService"><code>CommandService</code></a> can be used to capture actions, while the (deprecated) <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditingService"><code>AuditingService</code></a> used to capture data modified.</p> 
+               <p>For <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-spi_CommandService"><code>CommandService</code></a> can be also be used to capture actions.</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -1548,16 +1549,16 @@ securityManager.cacheManager = $memoryCacheManager</code></pre>
          <p>Generally speaking your domain objects (or more generally your application) should be agnostic of the user/roles that are interacting with them; applying security permissions is the responsibility of the framework.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>Still, on very rare occasion you may have a need, in which case you can either use Apache Isis' <code>DomainObjectContainer</code> API or you can reach further down the stack and use the JEE Servlet API.</p> 
+         <p>Still, on very rare occasion you may have a need, in which case you can either use Apache Isis' <code>UserService</code> API or you can reach further down the stack and use the JEE Servlet API.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__code_domainobjectcontainer_code_api">6.1. <code>DomainObjectContainer</code> API</h3> 
+         <h3 id="__code_userservice_code_api">6.1. <code>UserService</code> API</h3> 
          <div class="paragraph"> 
-          <p>The <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a> service exposes the following API:</p> 
+          <p>The <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_UserService"><code>UserService</code></a> service exposes the following API:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">final</span> UserMemento user = container.getUser();
+           <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">final</span> UserMemento user = userService.getUser();
 <span class="directive">final</span> <span class="predefined-type">List</span>&lt;RoleMemento&gt; roles = user.getRoles();
 <span class="keyword">for</span> (RoleMemento role : roles) {
     <span class="predefined-type">String</span> roleName = role.getName();
@@ -1586,7 +1587,7 @@ securityManager.cacheManager = $memoryCacheManager</code></pre>
         <div class="sect2"> 
          <h3 id="_servlet_api">6.2. Servlet API</h3> 
          <div class="paragraph"> 
-          <p>On occasion you may find it necessary to reach below Isis and to the underlying servlet API. For example, the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s togglz module (non-ASF) has a requirement to do this in order to expose its embedded togglz web console. (</p> 
+          <p>On occasion you may find it necessary to reach below Apache Isis and to the underlying servlet API. For example, the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s togglz module (non-ASF) has a requirement to do this in order to expose its embedded togglz web console. (</p> 
          </div> 
          <div class="admonitionblock tip"> 
           <table> 


[33/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/rgmvn/rgmvn.html
----------------------------------------------------------------------
diff --git a/content/guides/rgmvn/rgmvn.html b/content/guides/rgmvn/rgmvn.html
index f4e0a92..9d99371 100644
--- a/content/guides/rgmvn/rgmvn.html
+++ b/content/guides/rgmvn/rgmvn.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 


[08/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/guides/ad/ad.pdf
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/guides/ad/ad.pdf b/content/versions/1.16.2/guides/ad/ad.pdf
new file mode 100644
index 0000000..bd36517
--- /dev/null
+++ b/content/versions/1.16.2/guides/ad/ad.pdf
@@ -0,0 +1,6565 @@
+%PDF-1.3
+%����
+1 0 obj
+<< /Title (Architecture and Design)
+/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:20180918074332+01'00')
+/ModDate (D:20180918074332+01'00')
+>>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 3 0 R
+/Names 16 0 R
+/Outlines 54 0 R
+/PageLabels 63 0 R
+/PageMode /UseOutlines
+/OpenAction [7 0 R /FitH 842.89]
+/ViewerPreferences << /DisplayDocTitle true
+>>
+>>
+endobj
+3 0 obj
+<< /Type /Pages
+/Count 10
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 24 0 R 27 0 R 31 0 R 34 0 R 36 0 R 40 0 R]
+>>
+endobj
+4 0 obj
+<< /Length 2
+>>
+stream
+q
+
+endstream
+endobj
+5 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 4 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+>>
+>>
+endobj
+6 0 obj
+<< /Length 222
+>>
+stream
+q
+/DeviceRGB cs
+0.600 0.600 0.600 scn
+/DeviceRGB CS
+0.600 0.600 0.600 SCN
+
+BT
+235.325 351.36449999999996 Td
+/F1.0 27 Tf
+<41726368697465637475726520616e642044657369676e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+
+endstream
+endobj
+7 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 6 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F1.0 8 0 R
+>>
+>>
+>>
+endobj
+8 0 obj
+<< /Type /Font
+/BaseFont /AAAAAA+NotoSerif
+/Subtype /TrueType
+/FontDescriptor 65 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 67 0 R
+/ToUnicode 66 0 R
+>>
+endobj
+9 0 obj
+<< /Length 5159
+>>
+stream
+q
+/DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 782.394 Td
+/F2.0 22 Tf
+[<54> 29.78515625 <61626c65206f6620436f6e74656e7473>] 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 751.856 Td
+/F1.0 10.5 Tf
+<312e204d6176656e206d6f64756c6573> 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
+144.31774999999988 751.856 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+539.8107499999999 751.856 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.1705 751.856 Td
+/F1.0 10.5 Tf
+<32> 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 733.376 Td
+/F1.0 10.5 Tf
+<312e312e20636f7265> 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
+106.90624999999989 733.376 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+539.8107499999999 733.376 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.1705 733.376 Td
+/F1.0 10.5 Tf
+<32> 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 714.896 Td
+/F1.0 10.5 Tf
+<312e322e20636f72652f6d6176656e64657073> 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
+165.69574999999992 714.896 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+539.8107499999999 714.896 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.1705 714.896 Td
+/F1.0 10.5 Tf
+<34> 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 696.4159999999999 Td
+/F1.0 10.5 Tf
+<312e332e20636f72652f6d6176656e706c7567696e73> 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
+181.72924999999992 696.4159999999999 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+539.8107499999999 696.4159999999999 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.1705 696.4159999999999 Td
+/F1.0 10.5 Tf
+<34> 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 677.9359999999999 Td
+/F1.0 10.5 Tf
+<312e342e2061726368657479706573> 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
+138.9732499999999 677.9359999999999 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+539.8107499999999 677.9359999999999 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.1705 677.9359999999999 Td
+/F1.0 10.5 Tf
+<35> 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 659.4559999999999 Td
+/F1.0 10.5 Tf
+<322e204d6574616d6f64656c> 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.59524999999991 659.4559999999999 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+539.8107499999999 659.4559999999999 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.1705 659.4559999999999 Td
+/F1.0 10.5 Tf
+<37> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+
+endstream
+endobj
+10 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 9 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F2.0 18 0 R
+/F1.0 8 0 R
+>>
+>>
+/Annots [41 0 R 42 0 R 43 0 R 44 0 R 45 0 R 46 0 R 47 0 R 48 0 R 49 0 R 50 0 R 51 0 R 52 0 R]
+>>
+endobj
+11 0 obj
+<< /Length 562
+>>
+stream
+q
+/DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 791.0774285714285 Td
+/F1.0 13 Tf
+[<54686973206775696465206465736372696265732074686520696e7465726e616c2061726368697465637475726520616e642064657369676e206f6620746865206672> 20.01953125 <616d65776f726b2e>] 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
+1 w
+0 J
+0 j
+[ ] 0 d
+/Stamp1 Do
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.0089999999999 14.388 Td
+/F1.0 9 Tf
+<31> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+Q
+
+endstream
+endobj
+12 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 11 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F1.0 8 0 R
+>>
+/XObject << /Stamp1 53 0 R
+>>
+>>
+>>
+endobj
+13 0 obj
+<< /Length 13484
+>>
+stream
+q
+/DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 782.394 Td
+/F2.0 22 Tf
+<4368617074657220312e204d6176656e206d6f64756c6573> 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 765.170 m
+543.040 765.170 l
+545.249 765.170 547.040 763.379 547.040 761.170 c
+547.040 658.730 l
+547.040 656.521 545.249 654.730 543.040 654.730 c
+52.240 654.730 l
+50.031 654.730 48.240 656.521 48.240 658.730 c
+48.240 761.170 l
+48.240 763.379 50.031 765.170 52.240 765.170 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 765.170 m
+543.040 765.170 l
+545.249 765.170 547.040 763.379 547.040 761.170 c
+547.040 658.730 l
+547.040 656.521 545.249 654.730 543.040 654.730 c
+52.240 654.730 l
+50.031 654.730 48.240 656.521 48.240 658.730 c
+48.240 761.170 l
+48.240 763.379 50.031 765.170 52.240 765.170 c
+h
+S
+Q
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 742.345 Td
+/F3.0 11 Tf
+<61646f63732f> 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 727.605 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<646f63756d656e746174696f6e2f> 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 712.865 Td
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<74656d706c6174652f> 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 698.1250000000001 Td
+/F3.0 11 Tf
+<636f72652f20202020202020202020202020202023207365652027636f7265272c2062656c6f77> 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 683.3850000000001 Td
+/F3.0 11 Tf
+<6578616d706c652f2020202020202020202020202320736565202761726368657479706573272c2062656c6f77> 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 668.6450000000001 Td
+/F3.0 11 Tf
+<736372697074732f> 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 618.706 Td
+/F2.0 18 Tf
+<312e312e20636f7265> 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 590.686 Td
+/F1.0 10.5 Tf
+<54686520636f7265206d6f64756c657320c92e> 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 562.9060000000001 Td
+/F1.0 10.5 Tf
+<416c6c206f662074686573652068617665207468652073616d65204d6176656e20> 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
+218.04600000000002 562.9060000000001 Td
+/F3.0 10.5 Tf
+<67726f75704964> 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
+254.79600000000002 562.9060000000001 Td
+/F1.0 10.5 Tf
+<2c206e616d656c7920> 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
+300.24 562.9060000000001 Td
+/F3.0 10.5 Tf
+<6f72672e6170616368652e697369732e636f7265> 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
+405.24 562.9060000000001 Td
+/F1.0 10.5 Tf
+<2e> 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 547.090 m
+543.040 547.090 l
+545.249 547.090 547.040 545.299 547.040 543.090 c
+547.040 160.590 l
+547.040 158.381 545.249 156.590 543.040 156.590 c
+52.240 156.590 l
+50.031 156.590 48.240 158.381 48.240 160.590 c
+48.240 543.090 l
+48.240 545.299 50.031 547.090 52.240 547.090 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 547.090 m
+543.040 547.090 l
+545.249 547.090 547.040 545.299 547.040 543.090 c
+547.040 160.590 l
+547.040 158.381 545.249 156.590 543.040 156.590 c
+52.240 156.590 l
+50.031 156.590 48.240 158.381 48.240 160.590 c
+48.240 543.090 l
+48.240 545.299 50.031 547.090 52.240 547.090 c
+h
+S
+Q
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 524.2650000000001 Td
+/F3.0 11 Tf
+<636f72652f> 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 509.52500000000015 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<2e6d322f20202020202020202020202020202020202020202020202020202020202023207573656420696e206769746c6162204349> 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 494.78500000000014 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<6170706c69622f2020202020202020202020202020202020202020202020202020202320697369732d636f72652d6170706c6962> 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 480.04500000000013 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<636f6d6d6f6e732f20202020202020202020202020202020202020202020202020202320697369732d636f72652d636f6d6d6f6e73> 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 465.3050000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<696e74656774657374737570706f72742f20202020202020202020202020202020202320697369732d636f72652d696e74656774657374737570706f7274> 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 450.56500000000017 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<6c6f67346a2f202020202020202020202020202020202020202020202020202020202320697369732d636f72652d6c6f67346a> 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 435.82500000000016 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<6d6176656e2d706c7567696e2f202020202020202020202020202020202020202020232073656520276d6176656e20706c7567696e73272c2062656c6f77> 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 421.08500000000015 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<6d6176656e646570732f202020202020202020202020202020202020202020202020232073656520276d6176656e64657073272c2062656c6f77> 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 406.34500000000014 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<72756e74696d652f20202020202020202020202020202020202020202020202020202320697369732d636f72652d72756e74696d65> 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 391.60500000000013 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<736368656d612f2020202020202020202020202020202020202020202020202020202320697369732d636f72652d736368656d61> 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 376.8650000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<73656375726974792f202020202020202020202020202020202020202020202020202320697369732d636f72652d7365637572697479> 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 362.1250000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<73656375726974792d736869726f2f202020202020202020202020202020202020202320697369732d636f72652d73656375726974792d736869726f> 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 347.3850000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<73706563737570706f72742f202020202020202020202020202020202020202020202320697369732d636f72652d73706563737570706f7274> 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 332.6450000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<756e697474657374737570706f72742f2020202020202020202020202020202020202320697369732d636f72652d756e697474657374737570706f7274> 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 317.9050000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<756e697474657374737570706f72742d746573742f202020202020202020202020202320697369732d636f72652d756e697474657374737570706f72742d74657374> 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 303.1650000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7265737466756c6f626a656374732d6170706c69622f20202020202320697369732d636f72652d7669657765722d7265737466756c6f626a656374732d6170706c6962> 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 288.42500000000007 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7265737466756c6f626a656374732d72656e646572696e672f20202320697369732d636f72652d7669657765722d7265737466756c6f626a656374732d72656e646572696e67> 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 273.6850000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7265737466756c6f626a656374732d7365727665722f20202020202320697369732d636f72652d7669657765722d7265737466756c6f626a656374732d736572766572> 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 258.9450000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7769636b65742d6170706c69622f202020202020202020202020202320697369732d636f72652d7669657765722d7769636b65742d6170706c6962> 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 244.2050000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7769636b65742d696d706c2f2020202020202020202020202020202320697369732d636f72652d7669657765722d7769636b65742d696d706c> 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 229.4650000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7769636b65742d6d6f64656c2f20202020202020202020202020202320697369732d636f72652d7669657765722d7769636b65742d6d6f64656c> 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 214.72500000000008 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7769636b65742d75692f20202020202020202020202020202020202320697369732d636f72652d7669657765722d7769636b65742d7569> 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 199.98500000000007 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<776562646f636b65722f2020202020202020202020202020202020202020202020202320697369732d776562646f636b6572> 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 185.24500000000006 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7765627365727665722f2020202020202020202020202020202020202020202020202320697369732d636f72652d776562736572766572> 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 170.50500000000005 Td
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<777261707065722f20202020202020202020202020202020202020202020202020202320697369732d636f72652d77726170706572> 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 132.62600000000003 Td
+/F4.0 10.5 Tf
+[<54> 29.78515625 <61626c6520312e20636f7265206d6176656e206d6f64756c6573>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 101.530 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 101.530 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 78.250 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 78.250 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 124.810 m
+214.507 124.810 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+48.240 101.530 m
+214.507 101.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 125.060 m
+48.240 100.780 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 125.060 m
+214.507 100.780 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+51.24 109.06300000000003 Td
+/F2.0 10.5 Tf
+<4d6f64756c65> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 124.810 m
+547.040 124.810 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+214.507 101.530 m
+547.040 101.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 125.060 m
+214.507 100.780 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 125.060 m
+547.040 100.780 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 109.06300000000003 Td
+/F2.0 10.5 Tf
+<4465736372697074696f6e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 101.530 m
+214.507 101.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 78.250 m
+214.507 78.250 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 101.780 m
+48.240 78.000 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 101.780 m
+214.507 78.000 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 87.96700000000003 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d6170706c6962> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 101.530 m
+547.040 101.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 78.250 m
+547.040 78.250 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 101.780 m
+214.507 78.000 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 101.780 m
+547.040 78.000 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 85.78300000000003 Td
+/F1.0 10.5 Tf
+[<436f7265206170706c69636174696f6e206c696272> 20.01953125 <617279> 89.84375 <2e>] TJ
+ET
+
+0.000 0.000 0.000 scn
+q
+0.000 0.000 0.000 scn
+0.000 0.000 0.000 SCN
+1 w
+0 J
+0 j
+[ ] 0 d
+/Stamp1 Do
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+49.24 14.388 Td
+/F1.0 9 Tf
+<32> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+Q
+
+endstream
+endobj
+14 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 13 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F2.0 18 0 R
+/F3.0 19 0 R
+/F3.1 20 0 R
+/F1.0 8 0 R
+/F4.0 22 0 R
+>>
+/XObject << /Stamp1 53 0 R
+>>
+>>
+>>
+endobj
+15 0 obj
+[14 0 R /XYZ 0 841.89 null]
+endobj
+16 0 obj
+<< /Type /Names
+/Dests 17 0 R
+>>
+endobj
+17 0 obj
+<< /Names [(__ad_metamodel) 37 0 R (__ad_modules) 15 0 R (archetypes) 32 0 R (core) 21 0 R (core-mavendeps) 28 0 R (core-mavenplugins) 29 0 R]
+>>
+endobj
+18 0 obj
+<< /Type /Font
+/BaseFont /AAAAAB+NotoSerif-Bold
+/Subtype /TrueType
+/FontDescriptor 69 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 71 0 R
+/ToUnicode 70 0 R
+>>
+endobj
+19 0 obj
+<< /Type /Font
+/BaseFont /AAAAAC+mplus1mn-regular
+/Subtype /TrueType
+/FontDescriptor 73 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 75 0 R
+/ToUnicode 74 0 R
+>>
+endobj
+20 0 obj
+<< /Type /Font
+/BaseFont /AAAAAD+mplus1mn-regular
+/Subtype /TrueType
+/FontDescriptor 77 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 79 0 R
+/ToUnicode 78 0 R
+>>
+endobj
+21 0 obj
+[14 0 R /XYZ 0 642.73 null]
+endobj
+22 0 obj
+<< /Type /Font
+/BaseFont /AAAAAE+NotoSerif-Italic
+/Subtype /TrueType
+/FontDescriptor 81 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 83 0 R
+/ToUnicode 82 0 R
+>>
+endobj
+23 0 obj
+<< /Length 25847
+>>
+stream
+q
+/DeviceRGB cs
+1.000 1.000 1.000 scn
+48.240 782.610 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 782.610 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 745.050 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 745.050 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 721.770 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 721.770 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 669.930 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 669.930 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 618.090 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 618.090 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 580.530 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 580.530 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 528.690 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 528.690 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 491.130 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 491.130 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 453.570 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 453.570 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 416.010 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 416.010 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 378.450 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 378.450 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 298.050 166.267 80.400 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 298.050 332.533 80.400 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 231.930 166.267 66.120 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 231.930 332.533 66.120 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 194.370 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 194.370 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 99.690 166.267 94.680 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 99.690 332.533 94.680 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 62.130 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 62.130 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.5 w
+/DeviceRGB CS
+0.867 0.867 0.867 SCN
+48.240 805.890 m
+214.507 805.890 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+48.240 782.610 m
+214.507 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 806.140 m
+48.240 781.860 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 806.140 m
+214.507 781.860 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+51.24 790.1429999999999 Td
+/F2.0 10.5 Tf
+<4d6f64756c65> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 805.890 m
+547.040 805.890 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+214.507 782.610 m
+547.040 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 806.140 m
+214.507 781.860 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 806.140 m
+547.040 781.860 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 790.1429999999999 Td
+/F2.0 10.5 Tf
+<4465736372697074696f6e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 782.610 m
+214.507 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 745.050 m
+214.507 745.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 782.860 m
+48.240 744.800 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 782.860 m
+214.507 744.800 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 769.0470000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d696e74656774657374737570706f7274> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 782.610 m
+547.040 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 745.050 m
+547.040 745.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 782.860 m
+214.507 744.800 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 782.860 m
+547.040 744.800 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 766.863 Td
+/F1.0 10.5 Tf
+[<496e74656772> 20.01953125 <6174696f6e207465737420737570706f72742e204170706c69636174696f6e20696e74656772> 20.01953125 <6174696f6e207465737473207479706963616c6c79>] TJ
+ET
+
+
+BT
+217.50650040000002 752.5830000000001 Td
+/F1.0 10.5 Tf
+<657874656e642066726f6d2061646170746572207375706572636c617373657320646566696e656420696e2074686973206d6f64756c652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 745.050 m
+214.507 745.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 721.770 m
+214.507 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 745.300 m
+48.240 721.520 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 745.300 m
+214.507 721.520 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 731.4870000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d6c6f67346a> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 745.050 m
+547.040 745.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 721.770 m
+547.040 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 745.300 m
+214.507 721.520 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 745.300 m
+547.040 721.520 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 729.303 Td
+/F1.0 10.5 Tf
+[<436f6e66696775726573204c6f67346a20617320746865206c6f6767696e67206672> 20.01953125 <616d65776f726b>] TJ
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 721.770 m
+214.507 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 669.930 m
+214.507 669.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 722.020 m
+48.240 669.680 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.020 m
+214.507 669.680 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 708.2070000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d6d6574616d6f64656c> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 721.770 m
+547.040 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 669.930 m
+547.040 669.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.020 m
+214.507 669.680 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 722.020 m
+547.040 669.680 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 706.0230000000001 Td
+/F1.0 10.5 Tf
+[<54686520636c61737365732074686174206d616b> 20.01953125 <6520757020746865206d6574616d6f64656c207768696368206973207573656420746f2072656e646572>] TJ
+ET
+
+
+BT
+217.50650040000002 691.743 Td
+/F1.0 10.5 Tf
+<7468652055492e205365652074686520> Tj
+ET
+
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+291.2585004 691.743 Td
+/F1.0 10.5 Tf
+<73656374696f6e2062656c6f77> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+359.7815004 691.743 Td
+/F1.0 10.5 Tf
+<20776869636820616c736f20696e636c7564657320612073696d706c6966696564> Tj
+ET
+
+
+BT
+217.50650040000002 677.4630000000001 Td
+/F1.0 10.5 Tf
+[<554d4c206469616772> 20.01953125 <616d206f6620746865736520636c61737365732e>] TJ
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 669.930 m
+214.507 669.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 618.090 m
+214.507 618.090 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 670.180 m
+48.240 617.840 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 670.180 m
+214.507 617.840 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 656.3670000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d72756e74696d65> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 669.930 m
+547.040 669.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 618.090 m
+547.040 618.090 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 670.180 m
+214.507 617.840 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 670.180 m
+547.040 617.840 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 654.183 Td
+/F1.0 10.5 Tf
+[<54686520636c61737365732074686174206d616b> 20.01953125 <652075702072756e74696d65206d616e6167656d656e7420616e642070657273697374656e6365>] TJ
+ET
+
+
+BT
+217.50650040000002 639.903 Td
+/F1.0 10.5 Tf
+[<6f6620646f6d61696e206f626a656374732c2061732077656c6c206173206672> 20.01953125 <616d65776f726b20666f722073656375726974792028636f6e6365707473206f66>] TJ
+ET
+
+
+BT
+217.50650040000002 625.623 Td
+/F1.0 10.5 Tf
+<61757468656e7469636174696f6e206f7220617574686f7269736174696f6e292e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 618.090 m
+214.507 618.090 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 580.530 m
+214.507 580.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 618.340 m
+48.240 580.280 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 618.340 m
+214.507 580.280 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 604.527 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d736368656d61> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 618.090 m
+547.040 618.090 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 580.530 m
+547.040 580.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 618.340 m
+214.507 580.280 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 618.340 m
+547.040 580.280 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 602.3430000000001 Td
+/F1.0 10.5 Tf
+[<446566696e65732058> 9.765625 <53447320616e642067656e6572> 20.01953125 <6174656420636c61737365732074686174206361707475726520636f6d6d616e647320616e64>] TJ
+ET
+
+
+BT
+217.50650040000002 588.063 Td
+/F1.0 10.5 Tf
+[<696e746572> 20.01953125 <616374696f6e7320696e20584d4c20666f726d2e>] TJ
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 580.530 m
+214.507 580.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 528.690 m
+214.507 528.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 580.780 m
+48.240 528.440 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 580.780 m
+214.507 528.440 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 566.9670000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7365637572697479> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 580.530 m
+547.040 580.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 528.690 m
+547.040 528.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 580.780 m
+214.507 528.440 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 580.780 m
+547.040 528.440 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 564.7830000000001 Td
+/F1.0 10.5 Tf
+[<446566696e65732061202262> 20.01953125 <79706173732220696d706c656d656e746174696f6e206f66207365637572697479> 89.84375 <2c20666f722070726f746f747970696e67>] TJ
+ET
+
+
+BT
+217.50650040000002 550.503 Td
+/F1.0 10.5 Tf
+[<6f6e6c79> 89.84375 <2e205573696e67207468697320696d706c656d656e746174696f6e2c20616e> 20.01953125 <7920757365722f70617373776f7264206973206163636570746564>] TJ
+ET
+
+
+BT
+217.50650040000002 536.2230000000001 Td
+/F1.0 10.5 Tf
+<616e64> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 528.690 m
+214.507 528.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 491.130 m
+214.507 491.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 528.940 m
+48.240 490.880 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 528.940 m
+214.507 490.880 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 515.1270000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d73656375726974792d736869726f> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 528.690 m
+547.040 528.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 491.130 m
+547.040 491.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 528.940 m
+214.507 490.880 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 528.940 m
+547.040 490.880 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 512.943 Td
+/F1.0 10.5 Tf
+<446566696e657320616e20696d706c656d656e746174696f6e206f662073656375726974792061757468656e7469636174696f6e207768696368> Tj
+ET
+
+
+BT
+217.50650040000002 498.663 Td
+/F1.0 10.5 Tf
+<64656c65676174657320746f2041706163686520536869726f2e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 491.130 m
+214.507 491.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 453.570 m
+214.507 453.570 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 491.380 m
+48.240 453.320 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 491.380 m
+214.507 453.320 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 477.567 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d73706563737570706f7274> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 491.130 m
+547.040 491.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 453.570 m
+547.040 453.570 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 491.380 m
+214.507 453.320 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 491.380 m
+547.040 453.320 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 475.38300000000004 Td
+/F1.0 10.5 Tf
+<4170706c69636174696f6e20424444207370656373207479706963616c6c7920696e68657269742066726f6d20636c617373657320646566696e656420696e> Tj
+ET
+
+
+BT
+217.50650040000002 461.10300000000007 Td
+/F1.0 10.5 Tf
+<74686973206d6f64756c652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 453.570 m
+214.507 453.570 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 416.010 m
+214.507 416.010 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 453.820 m
+48.240 415.760 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 453.820 m
+214.507 415.760 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 440.00700000000006 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d756e697474657374737570706f7274> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 453.570 m
+547.040 453.570 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 416.010 m
+547.040 416.010 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 453.820 m
+214.507 415.760 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 453.820 m
+547.040 415.760 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 437.82300000000004 Td
+/F1.0 10.5 Tf
+[<4170706c69636174696f6e20756e6974207465737473206d61> 20.01953125 <792075736520736f6d65206f6620746865207574696c697469657320646566696e656420696e2074686973>] TJ
+ET
+
+
+BT
+217.50650040000002 423.543 Td
+/F1.0 10.5 Tf
+<6d6f64756c652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 416.010 m
+214.507 416.010 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 378.450 m
+214.507 378.450 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 416.260 m
+48.240 378.200 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 416.260 m
+214.507 378.200 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 402.447 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 391.002 Td
+/F3.0 10.5 Tf
+<7265737466756c6f626a656374732d6170706c6962> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 416.010 m
+547.040 416.010 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 378.450 m
+547.040 378.450 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 416.260 m
+214.507 378.200 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 416.260 m
+547.040 378.200 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 400.26300000000003 Td
+/F1.0 10.5 Tf
+[<446566696e6573206120636c69656e742d73696465204a617661206c696272> 20.01953125 <61727920666f7220696e746572> 20.01953125 <616374696e6720776974682074686520524553> 20.01953125 <54>] TJ
+ET
+
+
+BT
+217.50650040000002 385.98300000000006 Td
+/F1.0 10.5 Tf
+[<415049206578706f7365642062> 20.01953125 <7920746865205265737466756c204f626a65637473207669657765722e>] TJ
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 378.450 m
+214.507 378.450 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 298.050 m
+214.507 298.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 378.700 m
+48.240 297.800 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 378.700 m
+214.507 297.800 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 364.88700000000006 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 353.442 Td
+/F3.0 10.5 Tf
+<7265737466756c6f626a656374732d72656e646572696e67> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 378.450 m
+547.040 378.450 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 298.050 m
+547.040 298.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 378.700 m
+214.507 297.800 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 378.700 m
+547.040 297.800 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 362.70300000000003 Td
+/F1.0 10.5 Tf
+<50726f7669646573206120> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+272.41100040000003 362.70300000000003 Td
+/F3.0 10.5 Tf
+<526570726573656e746174696f6e53657276696365> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+382.66100040000003 362.70300000000003 Td
+/F1.0 10.5 Tf
+<2041504920616e642061206c6f7765722d6c6576656c> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+217.50650040000002 348.423 Td
+/F3.0 10.5 Tf
+<436f6e74656e744e65676f74696174696f6e53657276696365> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+348.75650040000005 348.423 Td
+/F1.0 10.5 Tf
+<204150492c20616c6f6e67207769746820696d706c656d656e746174696f6e73206f66> Tj
+ET
+
+
+BT
+217.50650040000002 334.14300000000003 Td
+/F1.0 10.5 Tf
+<656163682e20546865736520696d706c656d656e746174696f6e732070726f7669646520737570706f727420666f7220746865> Tj
+ET
+
+
+BT
+217.50650040000002 319.86300000000006 Td
+/F1.0 10.5 Tf
+[<726570726573656e746174696f6e7320646566696e65642062> 20.01953125 <79205265737466756c204f626a6563747320737065632076312e302c2061732077656c6c2061732061>] TJ
+ET
+
+
+BT
+217.50650040000002 305.583 Td
+/F1.0 10.5 Tf
+<6e756d626572206f66206f746865722041706163686520497369732d737065636966696320726570726573656e746174696f6e732e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 298.050 m
+214.507 298.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 231.930 m
+214.507 231.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 298.300 m
+48.240 231.680 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 298.300 m
+214.507 231.680 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 284.4870000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 273.04200000000003 Td
+/F3.0 10.5 Tf
+<7265737466756c6f626a656374732d736572766572> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 298.050 m
+547.040 298.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 231.930 m
+547.040 231.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 298.300 m
+214.507 231.680 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 298.300 m
+547.040 231.680 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 282.30300000000005 Td
+/F1.0 10.5 Tf
+[<446566696e657320746865204a41582d5253207265736f757263657320737570706f727465642062> 20.01953125 <7920746865205265737466756c204f626a65637473>] TJ
+ET
+
+
+BT
+217.50650040000002 268.023 Td
+/F1.0 10.5 Tf
+<7669657765722e2054686573652070617273652074686520696e7075742c2064656c656761746520746f207468652072756e74696d6520666f722061> Tj
+ET
+
+
+BT
+217.50650040000002 253.74300000000005 Td
+/F1.0 10.5 Tf
+[<726573706f6e73652c20616e642068616e6420636f6e74726f6c20746f207468652072656e646572696e67206d6f64756c6520746f2067656e6572> 20.01953125 <617465>] TJ
+ET
+
+
+BT
+217.50650040000002 239.46300000000005 Td
+/F1.0 10.5 Tf
+<6120726570726573656e746174696f6e2e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 231.930 m
+214.507 231.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 194.370 m
+214.507 194.370 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 232.180 m
+48.240 194.120 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 232.180 m
+214.507 194.120 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 218.36700000000008 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d7769636b65742d6170706c6962> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 231.930 m
+547.040 231.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 194.370 m
+547.040 194.370 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 232.180 m
+214.507 194.120 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 232.180 m
+547.040 194.120 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 216.18300000000008 Td
+/F1.0 10.5 Tf
+<43757272656e746c79206a75737420646566696e657320> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+328.5440004 216.18300000000008 Td
+/F3.0 10.5 Tf
+<5769636b6574446576656c6f7065725574696c697469657353657276696365> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+491.2940004000001 216.18300000000008 Td
+/F1.0 10.5 Tf
+<2c20666f72> Tj
+ET
+
+
+BT
+217.50650040000002 201.90300000000008 Td
+/F1.0 10.5 Tf
+<636c656172696e67207468652063616368652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 194.370 m
+214.507 194.370 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 99.690 m
+214.507 99.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 194.620 m
+48.240 99.440 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 194.620 m
+214.507 99.440 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 180.80700000000013 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d7769636b65742d696d706c> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 194.370 m
+547.040 194.370 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 99.690 m
+547.040 99.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 194.620 m
+214.507 99.440 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 194.620 m
+547.040 99.440 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 178.62300000000013 Td
+/F1.0 10.5 Tf
+[<54686520746f702d6c6576656c20696e74656772> 20.01953125 <6174696f6e2077697468205769636b> 20.01953125 <65742c20666f72206578616d706c6520646566696e696e6720746865>] TJ
+ET
+
+
+BT
+217.50650040000002 164.34300000000013 Td
+/F1.0 10.5 Tf
+[<41706163686520497369732d737065636966696320696d706c656d656e746174696f6e732f737562636c6173736573206f6620746865205769636b> 20.01953125 <6574>] TJ
+ET
+
+
+BT
+217.50650040000002 150.06300000000013 Td
+/F1.0 10.5 Tf
+<4150497320666f72206170706c69636174696f6e2c207765622073657373696f6e2c206c6f63616c697a657220616e642072657175657374206379636c652e> Tj
+ET
+
+
+BT
+217.50650040000002 135.78300000000013 Td
+/F1.0 10.5 Tf
+<416c736f20646566696e65732072656769737472696573206f6620706167657320616e6420636f6d706f6e656e74732c2061732077656c6c2061732061> Tj
+ET
+
+
+BT
+217.50650040000002 121.50300000000013 Td
+/F1.0 10.5 Tf
+[<6e756d626572206f6620646f6d61696e20736572766963657320616e64206d6978696e732028666f72207573652062> 20.01953125 <79206170706c69636174696f6e7329>] TJ
+ET
+
+
+BT
+217.50650040000002 107.22300000000013 Td
+/F1.0 10.5 Tf
+[<7468617420617265206f6e6c7920617661696c61626c652077697468696e20746865205769636b> 20.01953125 <6574207669657765722e>] TJ
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 99.690 m
+214.507 99.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 62.130 m
+214.507 62.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 99.940 m
+48.240 61.880 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 99.940 m
+214.507 61.880 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 86.12700000000005 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d7769636b65742d6d6f64656c> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 99.690 m
+547.040 99.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 62.130 m
+547.040 62.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 99.940 m
+214.507 61.880 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 99.940 m
+547.040 61.880 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 83.94300000000005 Td
+/F1.0 10.5 Tf
+<53657269616c697a61626c65206d656d656e746f7320726570726573656e74696e6720746865207374617465206f662072756e74696d6520646f6d61696e> Tj
+ET
+
+
+BT
+217.50650040000002 69.66300000000005 Td
+/F1.0 10.5 Tf
+<6f626a6563747320286f7220746865697220696e646976696475616c206d656d62657273292e> Tj
+ET
+
+0.000 0.000 0.000 scn
+q
+0.000 0.000 0.000 scn
+0.000 0.000 0.000 SCN
+1 w
+0 J
+0 j
+[ ] 0 d
+/Stamp1 Do
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.0089999999999 14.388 Td
+/F1.0 9 Tf
+<33> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+Q
+
+endstream
+endobj
+24 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 23 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F2.0 18 0 R
+/F3.0 19 0 R
+/F1.0 8 0 R
+>>
+/XObject << /Stamp1 53 0 R
+>>
+>>
+/Annots [25 0 R]
+>>
+endobj
+25 0 obj
+<< /Border [0 0 0]
+/Dest (__ad_metamodel)
+/Subtype /Link
+/Rect [291.2585004 688.6770000000001 359.7815004 702.9570000000001]
+/Type /Annot
+>>
+endobj
+26 0 obj
+<< /Length 18340
+>>
+stream
+q
+/DeviceRGB cs
+1.000 1.000 1.000 scn
+48.240 782.610 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 782.610 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 759.330 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 759.330 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 721.770 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 721.770 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 684.210 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 684.210 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.5 w
+/DeviceRGB CS
+0.867 0.867 0.867 SCN
+48.240 805.890 m
+214.507 805.890 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+48.240 782.610 m
+214.507 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 806.140 m
+48.240 781.860 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 806.140 m
+214.507 781.860 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+51.24 790.1429999999999 Td
+/F2.0 10.5 Tf
+<4d6f64756c65> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 805.890 m
+547.040 805.890 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+214.507 782.610 m
+547.040 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 806.140 m
+214.507 781.860 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 806.140 m
+547.040 781.860 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 790.1429999999999 Td
+/F2.0 10.5 Tf
+<4465736372697074696f6e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 782.610 m
+214.507 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 759.330 m
+214.507 759.330 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 782.860 m
+48.240 759.080 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 782.860 m
+214.507 759.080 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 769.0469999999999 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d7769636b65742d7569> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 782.610 m
+547.040 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 759.330 m
+547.040 759.330 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 782.860 m
+214.507 759.080 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 782.860 m
+547.040 759.080 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 766.8629999999998 Td
+/F1.0 10.5 Tf
+<554920636f6d706f6e656e747320746861742072656e64657220746865206d6f64756c732e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 759.330 m
+214.507 759.330 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 721.770 m
+214.507 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 759.580 m
+48.240 721.520 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 759.580 m
+214.507 721.520 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 745.7669999999999 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d776562736572766572> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 759.330 m
+547.040 759.330 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 721.770 m
+547.040 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 759.580 m
+214.507 721.520 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 759.580 m
+547.040 721.520 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 743.5829999999999 Td
+/F1.0 10.5 Tf
+[<46> 40.0390625 <6f7220646576656c6f706d656e742077697468696e20616e204944452c2070726f76696465732061207574696c69747920636c61737320746f>] TJ
+ET
+
+
+BT
+217.50650040000002 729.3029999999999 Td
+/F1.0 10.5 Tf
+[<626f6f74737472> 20.01953125 <617020746865206170706c69636174696f6e20287573696e67204a65747479292e>] TJ
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 721.770 m
+214.507 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 684.210 m
+214.507 684.210 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 722.020 m
+48.240 683.960 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.020 m
+214.507 683.960 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 708.207 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d77726170706572> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 721.770 m
+547.040 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 684.210 m
+547.040 684.210 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.020 m
+214.507 683.960 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 722.020 m
+547.040 683.960 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 706.0229999999999 Td
+/F1.0 10.5 Tf
+<50726f766964657320616e20696d706c656d656e746174696f6e206f662074686520> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+393.59150040000003 706.0229999999999 Td
+/F3.0 10.5 Tf
+<57726170706572466163746f7279> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+467.09150040000003 706.0229999999999 Td
+/F1.0 10.5 Tf
+<20646f6d61696e> Tj
+ET
+
+
+BT
+217.50650040000002 691.7429999999999 Td
+/F1.0 10.5 Tf
+<736572766963652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24 648.186 Td
+/F2.0 18 Tf
+<312e322e20636f72652f6d6176656e64657073> 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 620.166 Td
+/F1.0 10.5 Tf
+<54686520> 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
+69.66 620.166 Td
+/F3.0 10.5 Tf
+<636f72652f6d6176656e64657073> 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
+143.16 620.166 Td
+/F1.0 10.5 Tf
+<206d6f64756c657320c9> 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 592.3860000000001 Td
+/F1.0 10.5 Tf
+<416c6c206f662074686573652068617665207468652073616d65204d6176656e20> 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
+218.04600000000002 592.3860000000001 Td
+/F3.0 10.5 Tf
+<67726f75704964> 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
+254.79600000000002 592.3860000000001 Td
+/F1.0 10.5 Tf
+<2c206e616d656c7920> 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
+300.24 592.3860000000001 Td
+/F3.0 10.5 Tf
+<6f72672e6170616368652e697369732e6d6176656e64657073> 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
+431.49 592.3860000000001 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.24 564.6060000000001 Td
+/F4.0 10.5 Tf
+<6d6176656e64657073204d6f64756c6573> 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 556.790 m
+543.040 556.790 l
+545.249 556.790 547.040 554.999 547.040 552.790 c
+547.040 465.090 l
+547.040 462.881 545.249 461.090 543.040 461.090 c
+52.240 461.090 l
+50.031 461.090 48.240 462.881 48.240 465.090 c
+48.240 552.790 l
+48.240 554.999 50.031 556.790 52.240 556.790 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 556.790 m
+543.040 556.790 l
+545.249 556.790 547.040 554.999 547.040 552.790 c
+547.040 465.090 l
+547.040 462.881 545.249 461.090 543.040 461.090 c
+52.240 461.090 l
+50.031 461.090 48.240 462.881 48.240 465.090 c
+48.240 552.790 l
+48.240 554.999 50.031 556.790 52.240 556.790 c
+h
+S
+Q
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 533.9650000000001 Td
+/F3.0 11 Tf
+<636f7265> 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 519.2250000000001 Td
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<6d6176656e646570732f> 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 504.4850000000002 Td
+/F3.0 11 Tf
+<ca202020> Tj
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<697369732d6d6176656e646570732d696e74656c6c696a2f202020202320697369732d6d6176656e646570732d696e74656c6c696a> 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 489.7450000000002 Td
+/F3.0 11 Tf
+<ca202020> Tj
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<697369732d6d6176656e646570732d74657374696e672f20202020202320697369732d6d6176656e646570732d74657374696e67> 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 475.00500000000017 Td
+/F3.0 11 Tf
+<ca202020> Tj
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<697369732d6d6176656e646570732d7765626170702f2020202020202320697369732d6d6176656e646570732d776562617070> 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 437.12600000000015 Td
+/F4.0 10.5 Tf
+[<54> 29.78515625 <61626c6520322e20636f72652f6d6176656e64657073206d6176656e206d6f64756c6573>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 406.030 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 406.030 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 382.750 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 382.750 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 230.950 166.267 151.800 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 230.950 332.533 151.800 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 136.270 166.267 94.680 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 136.270 332.533 94.680 re
+f
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 429.310 m
+214.507 429.310 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+48.240 406.030 m
+214.507 406.030 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 429.560 m
+48.240 405.280 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 429.560 m
+214.507 405.280 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+51.24 413.56300000000016 Td
+/F2.0 10.5 Tf
+<4d6f64756c65> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 429.310 m
+547.040 429.310 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+214.507 406.030 m
+547.040 406.030 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 429.560 m
+214.507 405.280 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 429.560 m
+547.040 405.280 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 413.56300000000016 Td
+/F2.0 10.5 Tf
+<4465736372697074696f6e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 406.030 m
+214.507 406.030 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 382.750 m
+214.507 382.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 406.280 m
+48.240 382.500 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 406.280 m
+214.507 382.500 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 392.4670000000002 Td
+/F3.0 10.5 Tf
+<697369732d6d6176656e646570732d696e74656c6c696a> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 406.030 m
+547.040 406.030 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 382.750 m
+547.040 382.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 406.280 m
+214.507 382.500 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 406.280 m
+547.040 382.500 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 390.2830000000002 Td
+/F1.0 10.5 Tf
+<446566756e63742e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 382.750 m
+214.507 382.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 230.950 m
+214.507 230.950 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 383.000 m
+48.240 230.700 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 383.000 m
+214.507 230.700 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 369.1870000000001 Td
+/F3.0 10.5 Tf
+<697369732d6d6176656e646570732d74657374696e67> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 382.750 m
+547.040 382.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 230.950 m
+547.040 230.950 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 383.000 m
+214.507 230.700 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 383.000 m
+547.040 230.700 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 367.00300000000016 Td
+/F1.0 10.5 Tf
+[<41> 20.01953125 <67677265676174657320646570656e64656e63696573206f6e20766172696f757320746573742d73636f706520706c7567696e732075736566756c20666f72>] TJ
+ET
+
+
+BT
+217.50650040000002 352.7230000000002 Td
+/F1.0 10.5 Tf
+[<756e69742d20616e6420696e74656772> 20.01953125 <6174696f6e2074657374696e672061206d6f64756c652e20546865736520696e636c75646520417061636865204973697327>] TJ
+ET
+
+
+BT
+217.50650040000002 338.44300000000015 Td
+/F1.0 10.5 Tf
+<6f776e20> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+242.09750040000003 338.44300000000015 Td
+/F3.0 10.5 Tf
+<756e697474657374737570706f7274> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+320.84750040000006 338.44300000000015 Td
+/F1.0 10.5 Tf
+<2c20> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+326.19200040000004 338.44300000000015 Td
+/F3.0 10.5 Tf
+<696e74656774657374737570706f7274> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+410.1920004 338.44300000000015 Td
+/F1.0 10.5 Tf
+<20616e6420> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+434.7410004 338.44300000000015 Td
+/F3.0 10.5 Tf
+<73706563737570706f7274> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+492.4910004000001 338.44300000000015 Td
+/F1.0 10.5 Tf
+<206d6f64756c65732c> Tj
+ET
+
+
+BT
+217.50650040000002 324.1630000000001 Td
+/F1.0 10.5 Tf
+<61732077656c6c2061732061206e756d626572206f6620636f6d6d6f6e2074657374696e672f6d6f636b696e672f617373657274696f6e> Tj
+ET
+
+
+BT
+217.50650040000002 309.88300000000015 Td
+/F1.0 10.5 Tf
+[<6c696272> 20.01953125 <61726965732e2054686573652063616e207468656e20626520696e636c75646564207573696e6720612073696e676c6520646570656e64656e6379>] TJ
+ET
+
+
+BT
+217.50650040000002 295.6030000000002 Td
+/F1.0 10.5 Tf
+[<6465636c6172> 20.01953125 <6174696f6e3a205b736f757263652c786d6c5d202d2d2d2d203c646570656e64656e636965733e2020203c646570656e64656e63793e>] TJ
+ET
+
+
+BT
+217.50650040000002 281.32300000000015 Td
+/F1.0 10.5 Tf
+<3c67726f757049643e6f72672e6170616368652e697369732e6d6176656e646570733c2f67726f757049643e> Tj
+ET
+
+
+BT
+217.50650040000002 267.0430000000001 Td
+/F1.0 10.5 Tf
+<3c617274696661637449643e697369732d6d6176656e646570732d74657374696e673c2f617274696661637449643e> Tj
+ET
+
+
+BT
+217.50650040000002 252.76300000000015 Td
+/F1.0 10.5 Tf
+<3c747970653e706f6d3c2f747970653e20202020203c73636f70653e746573743c2f73636f70653e2020203c2f646570656e64656e63793e> Tj
+ET
+
+
+BT
+217.50650040000002 238.48300000000015 Td
+/F1.0 10.5 Tf
+<3c2f646570656e64656e636965733e202d2d2d2d> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 230.950 m
+214.507 230.950 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 136.270 m
+214.507 136.270 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 231.200 m
+48.240 136.020 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 231.200 m
+214.507 136.020 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 217.38700000000017 Td
+/F3.0 10.5 Tf
+<697369732d6d6176656e646570732d776562617070> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 230.950 m
+547.040 230.950 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 136.270 m
+547.040 136.270 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 231.200 m
+214.507 136.020 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 231.200 m
+547.040 136.020 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 215.20300000000017 Td
+/F1.0 10.5 Tf
+[<41> 20.01953125 <67677265676174657320646570656e64656e63696573206f6e2041706163686520497369732072756e74696d6520697473656c66207768656e>] TJ
+ET
+
+
+BT
+217.50650040000002 200.92300000000017 Td
+/F1.0 10.5 Tf
+<757365642077697468696e2061207765626170702e2054686573652063616e207468656e20626520696e636c75646564207573696e6720612073696e676c65> Tj
+ET
+
+
+BT
+217.50650040000002 186.64300000000017 Td
+/F1.0 10.5 Tf
+[<646570656e64656e6379206465636c6172> 20.01953125 <6174696f6e3a205b736f757263652c786d6c5d202d2d2d2d203c646570656e64656e636965733e>] TJ
+ET
+
+
+BT
+217.50650040000002 172.36300000000017 Td
+/F1.0 10.5 Tf
+<3c646570656e64656e63793e20202020203c67726f757049643e6f72672e6170616368652e697369732e6d6176656e646570733c2f67726f757049643e> Tj
+ET
+
+
+BT
+217.50650040000002 158.08300000000017 Td
+/F1.0 10.5 Tf
+<3c617274696661637449643e697369732d6d6176656e646570732d7765626170703c2f617274696661637449643e> Tj
+ET
+
+
+BT
+217.50650040000002 143.80300000000017 Td
+/F1.0 10.5 Tf
+<3c747970653e706f6d3c2f747970653e2020203c2f646570656e64656e63793e203c2f646570656e64656e636965733e202d2d2d2d> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24 100.24600000000015 Td
+/F2.0 18 Tf
+<312e332e20636f72652f6d6176656e706c7567696e73> 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 72.22600000000016 Td
+/F1.0 10.5 Tf
+<546865726520697320612073696e676c65204d6176656e20706c7567696e206d6f64756c652e20497473204d6176656e20> 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
+298.728 72.22600000000016 Td
+/F3.0 10.5 Tf
+<67726f75704964> 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
+335.47800000000007 72.22600000000016 Td
+/F1.0 10.5 Tf
+<20697320> 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
+349.00200000000007 72.22600000000016 Td
+/F3.0 10.5 Tf
+<6f72672e6170616368652e697369732e746f6f6c73> 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
+459.25200000000007 72.22600000000016 Td
+/F1.0 10.5 Tf
+<2e> 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
+1 w
+0 J
+0 j
+[ ] 0 d
+/Stamp1 Do
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+49.24 14.388 Td
+/F1.0 9 Tf
+<34> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+Q
+
+endstream
+endobj
+27 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 26 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F2.0 18 0 R
+/F3.0 19 0 R
+/F1.0 8 0 R
+/F4.0 22 0 R
+/F3.1 20 0 R
+>>
+/XObject << /Stamp1 53 0 R
+>>
+>>
+>>
+endobj
+28 0 obj
+[27 0 R /XYZ 0 672.21 null]
+endobj
+29 0 obj
+[27 0 R /XYZ 0 124.27000000000015 null]
+endobj
+30 0 obj
+<< /Length 18515
+>>
+stream
+q
+/DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 793.9259999999999 Td
+/F4.0 10.5 Tf
+<506c7567696e204d6f64756c6573> 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 786.110 m
+543.040 786.110 l
+545.249 786.110 547.040 784.319 547.040 782.110 c
+547.040 738.630 l
+547.040 736.421 545.249 734.630 543.040 734.630 c
+52.240 734.630 l
+50.031 734.630 48.240 736.421 48.240 738.630 c
+48.240 782.110 l
+48.240 784.319 50.031 786.110 52.240 786.110 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 786.110 m
+543.040 786.110 l
+545.249 786.110 547.040 784.319 547.040 782.110 c
+547.040 738.630 l
+547.040 736.421 545.249 734.630 543.040 734.630 c
+52.240 734.630 l
+50.031 734.630 48.240 736.421 48.240 738.630 c
+48.240 782.110 l
+48.240 784.319 50.031 786.110 52.240 786.110 c
+h
+S
+Q
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 763.285 Td
+/F3.0 11 Tf
+<636f72652f> 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 748.545 Td
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<6d6176656e2d706c7567696e2f202020202020202020202020202020202320697369732d6d6176656e2d706c7567696e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 699.350 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 699.350 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 647.510 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 647.510 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 722.630 m
+214.507 722.630 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+48.240 699.350 m
+214.507 699.350 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 722.880 m
+48.240 698.600 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.880 m
+214.507 698.600 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+51.24 706.8829999999999 Td
+/F2.0 10.5 Tf
+<4d6f64756c65> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.630 m
+547.040 722.630 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+214.507 699.350 m
+547.040 699.350 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.880 m
+214.507 698.600 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 722.880 m
+547.040 698.600 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 706.8829999999999 Td
+/F2.0 10.5 Tf
+<4465736372697074696f6e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 699.350 m
+214.507 699.350 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 647.510 m
+214.507 647.510 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 699.600 m
+48.240 647.260 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 699.600 m
+214.507 647.260 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 685.787 Td
+/F3.0 10.5 Tf
+<697369732d6d6176656e2d706c7567696e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 699.350 m
+547.040 699.350 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 647.510 m
+547.040 647.510 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 699.600 m
+214.507 647.260 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 699.600 m
+547.040 647.260 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 683.6030000000001 Td
+/F1.0 10.5 Tf
+<436f646520746f206275696c642061206d6176656e20706c7567696e20666f7220746865206275696c642e205468697320706c7567696e2063616e> Tj
+ET
+
+
+BT
+217.50650040000002 669.323 Td
+/F1.0 10.5 Tf
+[<76616c696461746520746865206d6574616d6f64656c20616e642067656e6572> 20.01953125 <6174652053> 9.765625 <77616767657220737065637320666f722061>] TJ
+ET
+
+
+BT
+217.50650040000002 655.043 Td
+/F1.0 10.5 Tf
+<646f6d61696e206d6f64656c2061732070617274206f6620746865206170706c69636174696f6ed573206275696c6420706970656c696e652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24 611.486 Td
+/F2.0 18 Tf
+<312e342e2061726368657479706573> 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 595.430 m
+543.040 595.430 l
+545.249 595.430 547.040 593.639 547.040 591.430 c
+547.040 400.550 l
+547.040 398.341 545.249 396.550 543.040 396.550 c
+52.240 396.550 l
+50.031 396.550 48.240 398.341 48.240 400.550 c
+48.240 591.430 l
+48.240 593.639 50.031 595.430 52.240 595.430 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 595.430 m
+543.040 595.430 l
+545.249 595.430 547.040 593.639 547.040 591.430 c
+547.040 400.550 l
+547.040 398.341 545.249 396.550 543.040 396.550 c
+52.240 396.550 l
+50.031 396.550 48.240 398.341 48.240 400.550 c
+48.240 591.430 l
+48.240 593.639 50.031 595.430 52.240 595.430 c
+h
+S
+Q
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 572.605 Td
+/F3.0 11 Tf
+<6578616d706c652f> 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 557.865 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<6170706c69636174696f6e2f> 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 543.125 Td
+/F3.1 11 Tf
+<2420202021222220> Tj
+/F3.0 11 Tf
+<68656c6c6f776f726c642f202020202023206f72672e6170616368652e697369732e6578616d706c652e6170706c69636174696f6e3a68656c6c6f776f726c64> 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 528.385 Td
+/F3.1 11 Tf
+<2420202023222220> Tj
+/F3.0 11 Tf
+<73696d706c656170702f20202020202023206f72672e6170616368652e697369732e6578616d706c652e6170706c69636174696f6e3a73696d706c65617070> 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 513.645 Td
+/F3.1 11 Tf
+<242020202020202021222220> Tj
+/F3.0 11 Tf
+<6170706c69636174696f6e2f20202023206f72672e6170616368652e697369732e6578616d706c652e6170706c69636174696f6e3a73696d706c656170702d> 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 498.9050000000001 Td
+/F3.0 11 Tf
+<6170706c69636174696f6e> 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 484.1650000000001 Td
+/F3.1 11 Tf
+<242020202020202021222220> Tj
+/F3.0 11 Tf
+<6d6f64756c652d73696d706c652f2023206f72672e6170616368652e697369732e6578616d706c652e6170706c69636174696f6e3a73696d706c656170702d6d6f64756c652d> 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 469.42500000000007 Td
+/F3.0 11 Tf
+<73696d706c65> 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 454.68500000000006 Td
+/F3.1 11 Tf
+<242020202020202023222220> Tj
+/F3.0 11 Tf
+<7765626170702f202020202020202023206f72672e6170616368652e697369732e6578616d706c652e6170706c69636174696f6e3a73696d706c656170702d776562617070> 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 439.94500000000005 Td
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<6172636865747970652f> 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 425.20500000000004 Td
+/F3.0 11 Tf
+<ca202020> Tj
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<68656c6c6f776f726c642f202020202023206f72672e6170616368652e697369732e6172636865747970653a68656c6c6f776f726c642d617263686574797065> 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 410.46500000000003 Td
+/F3.0 11 Tf
+<ca202020> Tj
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<73696d706c656170702f20202020202023206f72672e6170616368652e697369732e6172636865747970653a73696d706c656170702d617263686574797065> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 361.270 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 361.270 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 309.430 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 309.430 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 214.750 166.267 94.680 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 214.750 332.533 94.680 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 162.910 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 162.910 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 111.070 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 111.070 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 87.790 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 87.790 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 50.230 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 50.230 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 384.550 m
+214.507 384.550 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+48.240 361.270 m
+214.507 361.270 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 384.800 m
+48.240 360.520 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 384.800 m
+214.507 360.520 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+51.24 368.80300000000005 Td
+/F2.0 10.5 Tf
+<4d6f64756c65> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 384.550 m
+547.040 384.550 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+214.507 361.270 m
+547.040 361.270 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 384.800 m
+214.507 360.520 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 384.800 m
+547.040 360.520 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 368.80300000000005 Td
+/F2.0 10.5 Tf
+<4465736372697074696f6e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 361.270 m
+214.507 361.270 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 309.430 m
+214.507 309.430 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 361.520 m
+48.240 309.180 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 361.520 m
+214.507 309.180 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 347.7070000000001 Td
+/F3.0 10.5 Tf
+<68656c6c6f776f726c64> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 361.270 m
+547.040 361.270 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 309.430 m
+547.040 309.430 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 361.520 m
+214.507 309.180 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 361.520 m
+547.040 309.180 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 345.5230000000001 Td
+/F1.0 10.5 Tf
+<416e206578616d706c65206170706c69636174696f6e20617320612073696e676c65204d6176656e206d6f64756c652c20696e636c7564696e67> Tj
+ET
+
+
+BT
+217.50650040000002 331.24300000000005 Td
+/F1.0 10.5 Tf
+[<646f6d61696e20636c6173736573207468656d73656c76657320706c757320636f646520746f20626f6f74737472> 20.01953125 <61702041706163686520497369732e>] TJ
+ET
+
+
+BT
+217.50650040000002 316.9630000000001 Td
+/F1.0 10.5 Tf
+<54686973206973207265766572736520656e67696e656572656420696e746f20746865202268656c6c6f776f726c6422206172636865747970652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 309.430 m
+214.507 309.430 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 214.750 m
+214.507 214.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 309.680 m
+48.240 214.500 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 309.680 m
+214.507 214.500 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 295.8670000000001 Td
+/F3.0 10.5 Tf
+<73696d706c65617070> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 309.430 m
+547.040 309.430 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 214.750 m
+547.040 214.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 309.680 m
+214.507 214.500 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 309.680 m
+547.040 214.500 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 293.68300000000005 Td
+/F1.0 10.5 Tf
+<54686520746f702d6c6576656c2061676772656761746f72206d6f64756c6520666f7220746865202273696d706c6561707022206578616d706c65> Tj
+ET
+
+
+BT
+217.50650040000002 279.403 Td
+/F1.0 10.5 Tf
+<6170706c69636174696f6e2e205468697320697320616e20657874656e6465642076657273696f6e206f662068656c6c6f776f726c642c2070726f766964696e67> Tj
+ET
+
+
+BT
+217.50650040000002 265.12300000000005 Td
+/F1.0 10.5 Tf
+[<6d6f72652073747275637475726520287365706172> 20.01953125 <6174696e67206f757420646f6d61696e206d6f64656c20696e746f206d6f64756c657329206173>] TJ
+ET
+
+
+BT
+217.50650040000002 250.84300000000005 Td
+/F1.0 10.5 Tf
+[<77656c6c20617320756e69742074657374732c20696e74656772> 20.01953125 <6174696f6e2074657374732c2042444420737065637320616e642066697874757265732e20546865>] TJ
+ET
+
+
+BT
+217.50650040000002 236.56300000000005 Td
+/F1.0 10.5 Tf
+<73696d706c65617070206d6f64756c657320696e2061676772656761746520617265207265766572736520656e67696e656572656420696e746f20746865> Tj
+ET
+
+
+BT
+217.50650040000002 222.28300000000004 Td
+/F1.0 10.5 Tf
+<2273696d706c6561707022206172636865747970652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 214.750 m
+214.507 214.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 162.910 m
+214.507 162.910 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 215.000 m
+48.240 162.660 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 215.000 m
+214.507 162.660 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 201.18700000000007 Td
+/F3.0 10.5 Tf
+<73696d706c656170702d6170706c69636174696f6e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 214.750 m
+547.040 214.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 162.910 m
+547.040 162.910 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 215.000 m
+214.507 162.660 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 215.000 m
+547.040 162.660 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 199.00300000000007 Td
+/F1.0 10.5 Tf
+<446566696e65732074686520636f6e74656e7473206f6620746865202273696d706c6561707022206170706c69636174696f6e207573696e6720417061636865> Tj
+ET
+
+
+BT
+217.50650040000002 184.72300000000007 Td
+/F1.0 10.5 Tf
+<497369732d646566696e656420636c61737365732c2061732077656c6c20617320676c6f62616c6c792073636f70656420646f6d61696e207365727669636573> Tj
+ET
+
+
+BT
+217.50650040000002 170.44300000000007 Td
+/F1.0 10.5 Tf
+<616e642074686520686f6d6520706167652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 162.910 m
+214.507 162.910 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 111.070 m
+214.507 111.070 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 163.160 m
+48.240 110.820 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 163.160 m
+214.507 110.820 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 149.34700000000007 Td
+/F3.0 10.5 Tf
+<73696d706c656170702d6d6f64756c652d73696d706c65> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 162.910 m
+547.040 162.910 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 111.070 m
+547.040 111.070 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 163.160 m
+214.507 110.820 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 163.160 m
+547.040 110.820 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 147.16300000000007 Td
+/F1.0 10.5 Tf
+<436f6e7461696e732074686520646f6d61696e206d6f64656c20666f7220612073696e676c65206d6f64756c652e2054686520696e74656e74696f6e206973> Tj
+ET
+
+
+BT
+217.50650040000002 132.88300000000007 Td
+/F1.0 10.5 Tf
+<746f20616c6c6f772074686973206d6f64756c652073747275637475726520746f20626520636f7069656420736f20746861742074686520646576656c6f706572> Tj
+ET
+
+
+BT
+217.50650040000002 118.60300000000007 Td
+/F1.0 10.5 Tf
+<63616e20656173696c79206372656174652066757274686572206d6f64756c65732061732074686569722061707020696e6372656173657320696e2073697a652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 111.070 m
+214.507 111.070 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 87.790 m
+214.507 87.790 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 111.320 m
+48.240 87.540 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 111.320 m
+214.507 87.540 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 97.50700

<TRUNCATED>

[05/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/guides/dg/dg.html
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/guides/dg/dg.html b/content/versions/1.16.2/guides/dg/dg.html
index f54d1bc..44650d9 100644
--- a/content/versions/1.16.2/guides/dg/dg.html
+++ b/content/versions/1.16.2/guides/dg/dg.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -830,7 +831,10 @@ table.CodeRay td.code>pre{padding:0}
              <tbody>
               <tr> 
                <td class="icon"> <i class="fa icon-warning" title="Warning"></i> </td> 
-               <td class="content"> if you forget to set up the enhancer goal, or don’t run it on the correct (dom) module, then you will get all sorts of errors when you startup. These usually manifest themselves as class cast exception in DataNucleus. </td> 
+               <td class="content"> 
+                <div class="paragraph"> 
+                 <p>If you forget to set up the enhancer goal, or don’t run it on the correct (dom) module, then you will get all sorts of errors when you startup. These usually manifest themselves as class cast exception in DataNucleus.</p> 
+                </div> </td> 
               </tr> 
              </tbody>
             </table> 
@@ -838,6 +842,19 @@ table.CodeRay td.code>pre{padding:0}
            <div class="paragraph"> 
             <p>You should now be able to run the app using <code>Run &gt; Run Configuration</code>. The same configuration can also be used to debug the app if you so need.</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>Under windows you may get 'Standard error from the DataNucleus tool + org.datanucleus.enhancer.DataNucleusEnhancer : The command line is too long' although 'fork=false' is set in pom.xml. Can be worked around via setting '-Dfork=false' before or after 'datanucleus:enhance -o'.</p> 
+                </div> </td> 
+              </tr> 
+             </tbody>
+            </table> 
+           </div> 
           </div> 
           <div class="sect4"> 
            <h5 id="__dg_ide_intellij_running_unit-tests">Running the Unit Tests</h5> 
@@ -5073,11 +5090,11 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_api_xxx[`xxx</code>]` </p><p class="tableblock">a hyperlink to the "man page" for an (API) domain service within the reference guide for domain services, where: </p><p class="tableblock">* <code>xxx</code> is the domain service (eg <code>DomainObjectContainer</code>) </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_core-domain-api_DomainObjectContainer[`DomainObjectContainer</code>]`</p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_api_xxx[`xxx</code>]` </p><p class="tableblock">a hyperlink to the "man page" for an (API) domain service within the reference guide for domain services, where: </p><p class="tableblock">* <code>xxx</code> is the domain service (eg <code>RepositoryService</code>) </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_core-domain-api_RepositoryService[`RepositoryService</code>]`</p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
-               <p><a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a></p> 
+               <p><a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService</code></a></p> 
               </div>
              </div></td> 
             <td class="tableblock halign-left valign-top">


[47/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/cgcom/cgcom.html
----------------------------------------------------------------------
diff --git a/content/guides/cgcom/cgcom.html b/content/guides/cgcom/cgcom.html
index 1ce879b..1ed3331 100644
--- a/content/guides/cgcom/cgcom.html
+++ b/content/guides/cgcom/cgcom.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -662,14 +663,13 @@ git checkout master &amp;&amp; git merge --no-ff ISIS-1162_pr-31 &amp;&amp; git
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="bash">cd core
-export ISISTMP=/c/tmp                               <i class="conum" data-value="1"></i><b>(1)</b>
-export ISISDEV=2.1.0-SNAPSHOT
-export ISISREL=2.0.0
+           <pre class="CodeRay highlight"><code data-lang="bash">export ISISTMP=/c/tmp                               <i class="conum" data-value="1"></i><b>(1)</b>
+export ISISDEV=1.16.3-SNAPSHOT
+export ISISREL=1.16.3
 export ISISRC=RC1
 export ISISBRANCH=release-$ISISREL-$ISISRC
 export ISISJIRA=ISIS-9999                           <i class="conum" data-value="2"></i><b>(2)</b>
-export CATALINA_HOME=/c/java/apache-tomcat-8.0.30   <i class="conum" data-value="3"></i><b>(3)</b>
+export CATALINA_HOME=/c/java/apache-tomcat-9.0.10   <i class="conum" data-value="3"></i><b>(3)</b>
 
 env | grep ISIS | sort</code></pre> 
           </div> 
@@ -702,10 +702,7 @@ env | grep ISIS | sort</code></pre>
              <td class="icon"> <i class="fa icon-important" title="Important"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>Note that the branch name is <strong>not</strong> the same any of the eventual tag names (eg <code>isis-2.0.0</code> or <code>simpleapp-archetype-2.0.0</code>).</p> 
-              </div> 
-              <div class="paragraph"> 
-               <p>If they did have the same name, then what would happen is that the <code>maven-release-plugin</code> would checkout the (HEAD of the) branch and thus upload a SNAPSHOT to the snapshot repository. What it should of course do is checkout the tag and then upload that to the release staging repository.</p> 
+               <p>Note that the branch name is intentionally <strong>not</strong> the same any of the eventual tag names (eg <code>isis-1.16.3</code> or <code>simpleapp-archetype-1.16.3</code>).</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -725,19 +722,19 @@ git checkout -b $ISISBRANCH</code></pre>
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>All release preparation is done locally; if we are successful, this branch will be merged back into master.</p> 
+          <p>The release is performed on a branch; if we are successful, this branch will be merged back into master.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>Double check that the version number of the parent pom should reflect the branch name that you are now on (with a <code>-SNAPSHOT</code> suffix). his will normally have been done already during earlier development; but confirm that it has been updated. If it has not, make the change.</p> 
+          <p>Double check that the version number of the parent pom should reflect the branch name that you are now on (with a <code>-SNAPSHOT</code> suffix). This will normally have been done already during earlier development; but confirm that it has been updated. If it has not, make the change.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>Double check that the version number of the core POM (<code>core/pom.xml</code>) should reflect the branch name that you are now on. For example, if releasing version <code>2.0.0</code>, the POM should read:</p> 
+          <p>Double check that the version number of the core POM (<code>core/pom.xml</code>) should reflect the branch name that you are now on. For example, if releasing version <code>1.16.3</code>, the POM should read:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
            <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;groupId&gt;</span>org.apache.isis.core<span class="tag">&lt;/groupId&gt;</span>
 <span class="tag">&lt;artifactId&gt;</span>isis<span class="tag">&lt;/artifactId&gt;</span>
-<span class="tag">&lt;version&gt;</span>2.0.0-SNAPSHOT<span class="tag">&lt;/version&gt;</span></code></pre> 
+<span class="tag">&lt;version&gt;</span>1.16.3-SNAPSHOT<span class="tag">&lt;/version&gt;</span></code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
@@ -766,7 +763,41 @@ git checkout -b $ISISBRANCH</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__cgcom_cutting-a-release_releasing-core">4.4. Releasing Core</h3> 
+         <h3 id="__cgcom_cutting-a-release_bump-revision-to-ISISREL">4.4. Bump <code>revision</code> property to <code>$ISISREL</code></h3> 
+         <div class="paragraph"> 
+          <p>Previously we used the <code>maven-release-plugin</code> which took responsibility for bumping the <code>&lt;version&gt;</code> from -SNAPSHOT to release, and then onto the next -SNAPSHOT. However, this plugin does not seem to be compatible with the support for <code>${revision}</code> property introduced in Maven 3.5.0 in order <a href="https://maven.apache.org/maven-ci-friendly.html">to support CI/CD use cases</a>; at least we couldn’t make it work.</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>So, instead, we perform the edit of ${revision}` manually before.</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>In the three <code>pom.xml</code> files (for <code>core</code> and the two archetypes) the property is defined:</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;properties&gt;</span>
+    <span class="tag">&lt;revision&gt;</span>1.16.3-SNAPSHOT<span class="tag">&lt;/revision&gt;</span>
+    ...
+<span class="tag">&lt;/properties&gt;</span></code></pre> 
+          </div> 
+         </div> 
+         <div class="paragraph"> 
+          <p>Change all of these to the release version, using:</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre class="CodeRay highlight"><code data-lang="bash">sed -i -E "s|&lt;revision&gt;[^&lt;]+&lt;|&lt;revision&gt;${ISISREL}&lt;|g" core/pom.xml
+sed -i -E "s|&lt;revision&gt;[^&lt;]+&lt;|&lt;revision&gt;${ISISREL}&lt;|g" example/application/simpleapp/pom.xml
+sed -i -E "s|&lt;revision&gt;[^&lt;]+&lt;|&lt;revision&gt;${ISISREL}&lt;|g" example/application/helloworld/pom.xml
+git commit -am "${ISISJIRA}: bumps revision property across all pom.xml's to ${ISISREL}"</code></pre> 
+          </div> 
+         </div> 
+         <div class="paragraph"> 
+          <p>After release, there is a <a href="#__cgcom_cutting-a-release_bump-revision-to-ISISDEV">similar step at the end</a> to update to the next development <code>SNAPSHOT</code>.</p> 
+         </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="__cgcom_cutting-a-release_releasing-core">4.5. Releasing Core</h3> 
          <div class="paragraph"> 
           <p>First, we release <code>core</code>. Switch to the appropriate directory:</p> 
          </div> 
@@ -776,7 +807,7 @@ git checkout -b $ISISBRANCH</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_set-environment-variables">4.4.1. Set environment variables</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-core_set-environment-variables">4.5.1. Set environment variables</h4> 
           <div class="paragraph"> 
            <p>Set additional environment variables for the core "artifact":</p> 
           </div> 
@@ -790,7 +821,7 @@ env | grep ISIS | sort</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_license-headers">4.4.2. License headers</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-core_license-headers">4.5.2. License headers</h4> 
           <div class="paragraph"> 
            <p>The Apache Release Audit Tool <code>RAT</code> (from the <a href="http://creadur.apache.org">Apache Creadur</a> project) checks for missing license header files. The parent <code>pom.xml</code> of each releasable module specifies the RAT Maven plugin, with a number of custom exclusions.</p> 
           </div> 
@@ -836,7 +867,7 @@ for a in `find . -name rat.txt -print`; do grep '!???' $a; done</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_missing-license-check">4.4.3. Missing License Check</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-core_missing-license-check">4.5.3. Missing License Check</h4> 
           <div class="paragraph"> 
            <p>Although Apache Isis has no dependencies on artifacts with incompatible licenses, the POMs for some of these dependencies (in the Maven central repo) do not necessarily contain the required license information. Without appropriate additional configuration, this would result in the generated <code>DEPENDENCIES</code> file and generated Maven site indicating dependencies as having "unknown" licenses.</p> 
           </div> 
@@ -875,7 +906,7 @@ licenses to remove from supplemental-models.xml (are spurious):
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_commit-changes">4.4.4. Commit changes</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-core_commit-changes">4.5.4. Commit changes</h4> 
           <div class="paragraph"> 
            <p>Commit any changes from the preceding steps:</p> 
           </div> 
@@ -886,7 +917,7 @@ licenses to remove from supplemental-models.xml (are spurious):
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_sanity-check">4.4.5. Sanity check</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-core_sanity-check">4.5.5. Sanity check</h4> 
           <div class="paragraph"> 
            <p>Perform one last sanity check on the codebase. Delete all Isis artifacts from your local Maven repo, then build using the <code>-o</code> offline flag:</p> 
           </div> 
@@ -898,51 +929,202 @@ mvn clean install -o</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_release-prepare-dry-run">4.4.6. Release prepare "dry run"</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-core_deploy">4.5.6. Deploy</h4> 
+          <div class="paragraph"> 
+           <p>Previously the release procedures used <code>mvn release:prepare</code> and <code>mvn release:perform</code>. These are however not compatible with <code>${revision}</code> that we now use <a href="https://maven.apache.org/maven-ci-friendly.html">for CI/CD</a>.</p> 
+          </div> 
           <div class="paragraph"> 
-           <p>Most of the work is done using the <code>mvn release:prepare</code> 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.</p> 
+           <p>We therefore just use <code>mvn deploy</code> directly, activating the (inherited) <code>apache-release</code> profile that, amongst other things, brings in the <code>gpg</code> plugin for code signing.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>Run the dry-run as follows:</p> 
+           <p>To build and deploy and tag, we use:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">mvn release:prepare -P apache-release -D dryRun=true \
-    -DreleaseVersion=$ISISREL \
-    -Dtag=$ISISART-$ISISREL \
-    -DdevelopmentVersion=$ISISDEV</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">mvn -P apache-release \
+    clean deploy      \
+    -Dgit \
+    -Dgpg.passphrase="this is not really my passphrase"
+
+git tag $ISISART-$ISISREL
+git tag $ISISART-$ISISREL-$ISISRC</code></pre> 
            </div> 
           </div> 
           <div class="paragraph"> 
-           <p>You may be prompted for the gpg passphrase.</p> 
+           <p>using your own GPG passphrase, of course.</p> 
           </div> 
-          <div class="admonitionblock note"> 
+          <div class="admonitionblock important"> 
            <table> 
             <tbody>
              <tr> 
-              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
+              <td class="icon"> <i class="fa icon-important" title="Important"></i> </td> 
               <td class="content"> 
                <div class="paragraph"> 
-                <p>Experiments in using <code>--batch-mode -Dgpg.passphrase="…​"</code> to fully automate this didn’t work; for more info, see <a href="http://maven.apache.org/plugins/maven-gpg-plugin/sign-mojo.html">here</a> (maven release plugin docs) and <a href="http://maven.apache.org/maven-release/maven-release-plugin/examples/non-interactive-release.html">here</a> (maven gpg plugin docs).</p> 
+                <p>This requires <code>gpg</code> v2.1 or later.</p> 
                </div> </td> 
              </tr> 
             </tbody>
            </table> 
           </div> 
          </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="__cgcom_cutting-a-release_releasing-the-simpleapp-archetype">4.6. Releasing <code>simpleapp</code> archetype</h3> 
+         <div class="paragraph"> 
+          <p>The Apache Isis archetypes are reverse engineered from example applications. Once reverse engineered, the source is checked into git (replacing any earlier version of the archetype) and released.</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>There are currently two archetypes, <code>simpleapp</code> and <code>helloworld</code>. In this section we release <code>simpleapp</code>, in the following <a href="#__cgcom_cutting-a-release_releasing-the-helloworld-archetype">section</a> we release <code>helloworld</code>.</p> 
+         </div> 
+         <div class="admonitionblock note"> 
+          <table> 
+           <tbody>
+            <tr> 
+             <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
+             <td class="content"> 
+              <div class="paragraph"> 
+               <p>If releasing using Windows and Maven &gt;= 3.3.3, then there is an issue that requires a small workaround.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>In Maven 3.3.3 the <code>mvn.bat</code> file was removed, replaced instead with <code>mvn.cmd</code>. However, <code>maven-archetype-plugin:2.4</code> only uses <code>mvn.bat</code>; this causes the <code>archetype:create-from-project</code> goal to fail. The fix is simple: just copy <code>mvn.cmd</code> to <code>mvn.bat</code>.</p> 
+              </div> </td> 
+            </tr> 
+           </tbody>
+          </table> 
+         </div> 
+         <div class="paragraph"> 
+          <p>Switch to the directory containing the <code>simpleapp</code> example:</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre class="CodeRay highlight"><code data-lang="bash">cd ../example/application/simpleapp</code></pre> 
+          </div> 
+         </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_release-prepare-proper">4.4.7. Release prepare "proper"</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-simpleapp-archetype_setup-environment-variables">4.6.1. Setup environment variables</h4> 
           <div class="paragraph"> 
-           <p>Assuming this completes successfully, re-run the command, but without the <code>dryRun</code> flag and specifying <code>resume=false</code> (to ignore the generated <code>release.properties</code> file that gets generated as a side-effect of using <code>git</code>). You can also set the <code>skipTests</code> flag since they would have been run during the previous dry run:</p> 
+           <p>Set additional environment variables for the <code>simpleapp-archetype</code> artifact:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">mvn release:prepare -P apache-release -D resume=false -DskipTests=true \
-        -DreleaseVersion=$ISISREL \
-        -Dtag=$ISISART-$ISISREL \
-        -DdevelopmentVersion=$ISISDEV</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">export ISISART=simpleapp-archetype
+export ISISPAR=$ISISREL                 <i class="conum" data-value="1"></i><b>(1)</b>
+
+export ISISCPT=$(echo $ISISART | cut -d- -f2)
+export ISISCPN=$(echo $ISISART | cut -d- -f1)
+
+env | grep ISIS | sort</code></pre> 
            </div> 
           </div> 
+          <div class="colist arabic"> 
+           <table> 
+            <tbody>
+             <tr> 
+              <td><i class="conum" data-value="1"></i><b>1</b></td> 
+              <td><code>$ISISPAR</code> is the version of the Apache Isis core that will act as the archetype’s parent. Usually this is the same as <code>$ISISREL</code>.</td> 
+             </tr> 
+            </tbody>
+           </table> 
+          </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-simpleapp-archetype_check-the-example-app">4.6.2. Check the example app</h4> 
+          <div class="paragraph"> 
+           <p>Double check that the app:</p> 
+          </div> 
+          <div class="ulist"> 
+           <ul> 
+            <li> <p>builds:</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">mvn clean install</code></pre> 
+              </div> 
+             </div> </li> 
+            <li> <p>can be run from an IDE</p> 
+             <div class="ulist"> 
+              <ul> 
+               <li> <p>mainClass=<code>org.apache.isis.WebServer</code></p> </li> 
+               <li> <p>args=<code>-m domainapp.application.manifest.DomainAppAppManifestWithFixtures</code></p> </li> 
+               <li> <p>run before: <code>mvn -pl module-simple datanucleus:enhance -o</code> in the root module</p> </li> 
+              </ul> 
+             </div> </li> 
+            <li> <p>can be run using the mvn jetty plugin:</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">mvn -pl webapp jetty:run</code></pre> 
+              </div> 
+             </div> </li> 
+            <li> <p>can be packaged and run using the mvn jetty-console plugin:</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">mvn install -Dmavenmixin-jettyconsole
+mvn antrun:run -Dmavenmixin-jettyconsole</code></pre> 
+              </div> 
+             </div> </li> 
+            <li> <p>can be deployed as a WAR</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">cp webapp/target/simpleapp.war $CATALINA_HOME/webapps/ROOT.war
+pushd $CATALINA_HOME/bin
+sh startup.sh
+tail -f ../logs/catalina.out</code></pre> 
+              </div> 
+             </div> 
+             <div class="paragraph"> 
+              <p>quit using:</p> 
+             </div> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">sh shutdown.sh
+popd</code></pre> 
+              </div> 
+             </div> </li> 
+            <li> <p>can be packaged and run using Docker:</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">mvn install -Dmavenmixin-docker -D docker-plugin.imageName=test/simpleapp
+docker container run -p 8080:8080 --name simpleapp -d test/simpleapp
+
+#winpty docker exec -it simpleapp bash</code></pre> 
+              </div> 
+             </div> 
+             <div class="admonitionblock note"> 
+              <table> 
+               <tbody>
+                <tr> 
+                 <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
+                 <td class="content"> 
+                  <div class="paragraph"> 
+                   <p>On Windows, make sure that Docker is first switched to using linux containers, not Windows containers (because the <code>Dockerfile</code> in the application references a linux base image).</p> 
+                  </div> 
+                  <div class="paragraph"> 
+                   <p>You may also need to enable the Docker daemon first, otherwise the "mvn install" command above will fail:</p> 
+                  </div> 
+                  <div class="imageblock"> 
+                   <div class="content"> 
+                    <a class="image" href="images/docker/docker-daemon.png"><img src="images/docker/docker-daemon.png" alt="docker daemon" width="600px"></a> 
+                   </div> 
+                  </div> 
+                  <div class="paragraph"> 
+                   <p>You might also need to ensure that the "Unidentified networks" are configured to be private:</p> 
+                  </div> 
+                  <div class="imageblock"> 
+                   <div class="content"> 
+                    <a class="image" href="images/docker/026-docker-nat-private.png"><img src="images/docker/026-docker-nat-private.png" alt="026 docker nat private" width="600px"></a> 
+                   </div> 
+                  </div> 
+                  <div class="paragraph"> 
+                   <p>This can be done using the "Local Security Policy" application.</p> 
+                  </div> </td> 
+                </tr> 
+               </tbody>
+              </table> 
+             </div> </li> 
+           </ul> 
+          </div> 
+          <div class="paragraph"> 
+           <p>This too should be accessed at <a href="http://localhost:8080">localhost:8080</a>.</p> 
+          </div> 
           <div class="admonitionblock tip"> 
            <table> 
             <tbody>
@@ -950,560 +1132,267 @@ mvn clean install -o</code></pre>
               <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> 
               <td class="content"> 
                <div class="paragraph"> 
-                <p>If there are any snags at this stage, then explicitly delete the generated <code>release.properties</code> file first before trying again.</p> 
+                <p>The Kitematic UI tool is handy for viewing and interacting with running containers.</p> 
                </div> </td> 
              </tr> 
             </tbody>
            </table> 
           </div> 
+          <div class="paragraph"> 
+           <p>To tidy up, kill and remove the container:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">docker container kill simpleapp
+docker container rm simpleapp</code></pre> 
+           </div> 
+          </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_post-prepare-sanity-check">4.4.8. Post-prepare sanity check</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-simpleapp-archetype_create-the-archetype">4.6.3. Recreate the archetype</h4> 
           <div class="paragraph"> 
-           <p>You should end up with artifacts in your local repo with the new version (eg <code>2.0.0-M1</code>). This is a good time to do some quick sanity checks; nothing has yet been uploaded:</p> 
+           <p>Make sure you are in the correct directory and environment variables are correct.</p> 
           </div> 
-          <div class="ulist"> 
-           <ul> 
-            <li> <p>unzip the source-release ZIP and check it builds.</p> </li> 
-            <li> <p>Inspect the <code>DEPENDENCIES</code> file, and check it looks correct.</p> </li> 
-           </ul> 
+          <div class="paragraph"> 
+           <p>To recreate the <strong>simpleapp</strong> archetype, first ensure in the correct directory:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">cd example/application/simpleapp
+env | grep ISIS | sort</code></pre> 
+           </div> 
           </div> 
           <div class="paragraph"> 
-           <p>These steps can be performed using the following script:</p> 
+           <p>Then, run the script (which also builds the archetype once generated) and switch to the archetype’s directory:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code>rm -rf $ISISTMP/$ISISART-$ISISREL
-mkdir $ISISTMP/$ISISART-$ISISREL
-
-if [ "$ISISCOR" == "Y" ]; then
-    ZIPDIR="$M2_REPO/repository/org/apache/isis/core/$ISISART/$ISISREL"
-else
-    ZIPDIR="$M2_REPO/repository/org/apache/isis/$ISISCPT/$ISISART/$ISISREL"
-fi
-echo "cp \"$ZIPDIR/$ISISART-$ISISREL-source-release.zip\" $ISISTMP/$ISISART-$ISISREL/."
-cp "$ZIPDIR/$ISISART-$ISISREL-source-release.zip" $ISISTMP/$ISISART-$ISISREL/.
-
-pushd $ISISTMP/$ISISART-$ISISREL
-unzip $ISISART-$ISISREL-source-release.zip
-
-cd $ISISART-$ISISREL
-mvn clean install
-
-cat DEPENDENCIES
-
-popd</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">sh ../../../scripts/recreate-archetype.sh $ISISJIRA
+cd `pwd|sed 's/application/archetype/'`</code></pre> 
            </div> 
           </div> 
+          <div class="paragraph"> 
+           <p>The script automatically commits changes; if you wish use <code>git log</code> and <code>git diff</code> (or a tool such as SourceTree) to review changes made.</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_release-perform-upload">4.4.9. Release perform (Upload)</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-simpleapp-archetype_sanity-check">4.6.4. Sanity check</h4> 
           <div class="paragraph"> 
-           <p>Once the release has been built locally, it should be uploaded for voting. This is done by deploying the Maven artifacts to a staging directory (this includes the source release ZIP file which will be voted upon).</p> 
+           <p><em>In a different session</em>, create a new app from the archetype. First set up environment variables:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">export ISISTMP=/c/tmp    # or as required
+export ISISCPN=simpleapp
+env | grep ISIS | sort</code></pre> 
+           </div> 
           </div> 
           <div class="paragraph"> 
-           <p>The Apache staging repository runs on Nexus server, hosted at <a href="https://repository.apache.org">repository.apache.org</a>. The process of uploading will create a staging repository that is associated with the host (IP address) performing the release. Once the repository is staged, the newly created staging repository is "closed" in order to make it available to others.</p> 
+           <p>Then generate a new app from the archetype:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">rm -rf $ISISTMP/test-$ISISCPN
+
+mkdir $ISISTMP/test-$ISISCPN
+cd $ISISTMP/test-$ISISCPN
+mvn archetype:generate  \
+    -D archetypeCatalog=local \
+    -D groupId=com.mycompany \
+    -D artifactId=myapp \
+    -D archetypeGroupId=org.apache.isis.archetype \
+    -D archetypeArtifactId=$ISISCPN-archetype</code></pre> 
+           </div> 
           </div> 
           <div class="paragraph"> 
-           <p>Use:</p> 
+           <p>Build the newly generated app and test:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">mvn release:perform -P apache-release \
-    -DworkingDirectory=$ISISTMP/$ISISART-$ISISREL/checkout</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">cd myapp
+mvn clean install -o
+mvn -pl webapp jetty:run              # runs as mvn jetty plugin</code></pre> 
            </div> 
           </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-simpleapp-archetype_deploy">4.6.5. Deploy</h4> 
+          <div class="paragraph"> 
+           <p>Back in the original session, we upload (deploy) the archetype to the staging repository.</p> 
+          </div> 
+          <div class="admonitionblock note"> 
+           <table> 
+            <tbody>
+             <tr> 
+              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
+              <td class="content"> 
+               <div class="paragraph"> 
+                <p>Previously we used <code>mvn release:prepare</code> and <code>mvn release:perform</code> to do this. However not compatible with <code>${revision}</code> that we now use <a href="https://maven.apache.org/maven-ci-friendly.html">for CI/CD</a>. We therefore now just use <code>mvn deploy</code> directly, activating the (inherited) <code>apache-release</code> profile that, amongst other things, brings in the <code>gpg</code> plugin for code signing.</p> 
+               </div> </td> 
+             </tr> 
+            </tbody>
+           </table> 
+          </div> 
           <div class="paragraph"> 
-           <p>The custom <code>workingDirectory</code> prevents file path issues if releasing on Windows. The command checks out the codebase from the tag, then builds the artifacts, then uploads them to the Apache staging repository:</p> 
+           <p>To build and deploy and tag, we use:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">...
-[INFO] --- maven-release-plugin:2.3.2:perform (default-cli) @ isis ---
-[INFO] Performing a LOCAL checkout from scm:git:file:///C:\APACHE\isis-git-rw\co
-re
-[INFO] Checking out the project to perform the release ...
-[INFO] Executing: cmd.exe /X /C "git clone --branch release-2.0.0-M1 file:///C:\APACHE\isis-git-rw\core C:\APACHE\isis-git-rw\core\target\checkout"
-[INFO] Working directory: C:\APACHE\isis-git-rw\core\target
-[INFO] Performing a LOCAL checkout from scm:git:file:///C:\APACHE\isis-git-rw
-[INFO] Checking out the project to perform the release ...
-[INFO] Executing: cmd.exe /X /C "git clone --branch release-2.0.0-M1 file:///C:\APACHE\isis-git-rw C:\APACHE\isis-git-rw\core\target\checkout"
-[INFO] Working directory: C:\APACHE\isis-git-rw\core\target
-[INFO] Executing: cmd.exe /X /C "git ls-remote file:///C:\APACHE\isis-git-rw"
-[INFO] Working directory: C:\Users\ADMINI~1\AppData\Local\Temp
-[INFO] Executing: cmd.exe /X /C "git fetch file:///C:\APACHE\isis-git-rw"
-[INFO] Working directory: C:\APACHE\isis-git-rw\core\target\checkout
-[INFO] Executing: cmd.exe /X /C "git checkout release-2.0.0-M1"
-[INFO] Working directory: C:\APACHE\isis-git-rw\core\target\checkout
-[INFO] Executing: cmd.exe /X /C "git ls-files"
-[INFO] Working directory: C:\APACHE\isis-git-rw\core\target\checkout
-[INFO] Invoking perform goals in directory C:\APACHE\isis-git-rw\core\target\checkout\core
-[INFO] Executing goals 'deploy'...
-...</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">mvn -P apache-release \
+    clean deploy      \
+    -Dgpg.passphrase="this is not really my passphrase"
+
+git tag $ISISART-$ISISREL
+git tag $ISISART-$ISISREL-$ISISRC</code></pre> 
            </div> 
           </div> 
           <div class="paragraph"> 
-           <p>You may (again) be prompted for gpg passphrase. All being well this command will complete successfully. Given that it is uploading code artifacts, it could take a while to complete.</p> 
+           <p>using your own GPG passphrase, of course.</p> 
+          </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>This requires <code>gpg</code> v2.1 or later.</p> 
+               </div> </td> 
+             </tr> 
+            </tbody>
+           </table> 
           </div> 
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__cgcom_cutting-a-release_releasing-the-archetypes">4.5. Releasing the Archetypes</h3> 
+         <h3 id="__cgcom_cutting-a-release_releasing-the-helloworld-archetype">4.7. Releasing <code>helloworld</code> archetype</h3> 
          <div class="paragraph"> 
-          <p>Apache Isis archetypes are reverse engineered from example applications. Once reverse engineered, the source is checked into git (replacing any earlier version of the archetype) and released.</p> 
+          <p>We now repeat the archetype release procedure, this time for the <code>helloworld</code> example app.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>There are currently two archetypes, <code>simpleapp</code> and <code>helloworld</code>.</p> 
+          <p>Start by switching to the directory containing the <code>helloworld</code> example:</p> 
          </div> 
-         <div class="admonitionblock note"> 
-          <table> 
-           <tbody>
-            <tr> 
-             <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-             <td class="content"> 
-              <div class="paragraph"> 
-               <p>If releasing using Windows and Maven &gt;= 3.3.3, then there is an issue that requires a small workaround.</p> 
-              </div> 
-              <div class="paragraph"> 
-               <p>In Maven 3.3.3 the <code>mvn.bat</code> file was removed, replaced instead with <code>mvn.cmd</code>. However, <code>maven-archetype-plugin:2.4</code> only uses <code>mvn.bat</code>; this causes the <code>archetype:create-from-project</code> goal to fail. The fix is simple: just copy <code>mvn.cmd</code> to <code>mvn.bat</code>.</p> 
-              </div> </td> 
-            </tr> 
-           </tbody>
-          </table> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre class="CodeRay highlight"><code data-lang="bash">cd ../../../example/application/helloworld</code></pre> 
+          </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-the-archetypes_simpleapp_setup-environment-variables">4.5.1. Releasing <code>simpleapp</code> archetype</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-helloworld-archetype_setup-environment-variables">4.7.1. Setup environment variables</h4> 
           <div class="paragraph"> 
-           <p>Switch to the directory containing the <code>simpleapp</code> example:</p> 
+           <p>Update additional environment variables for the <code>helloworld-archetype</code> artifact:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">cd ../example/application/simpleapp</code></pre> 
-           </div> 
-          </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_simpleapp_setup-environment-variables">Setup environment variables</h5> 
-           <div class="paragraph"> 
-            <p>Set additional environment variables for the <code>simpleapp-archetype</code> artifact:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">export ISISART=simpleapp-archetype
-export ISISPAR=$ISISREL                 <i class="conum" data-value="1"></i><b>(1)</b>
+            <pre class="CodeRay highlight"><code data-lang="bash">export ISISART=helloworld-archetype
+export ISISPAR=$ISISREL
 
 export ISISCPT=$(echo $ISISART | cut -d- -f2)
 export ISISCPN=$(echo $ISISART | cut -d- -f1)
 
 env | grep ISIS | sort</code></pre> 
-            </div> 
-           </div> 
-           <div class="colist arabic"> 
-            <table> 
-             <tbody>
-              <tr> 
-               <td><i class="conum" data-value="1"></i><b>1</b></td> 
-               <td><code>$ISISPAR</code> is the version of the Apache Isis core that will act as the archetype’s parent. Usually this is the same as <code>$ISISREL</code>.</td> 
-              </tr> 
-             </tbody>
-            </table> 
-           </div> 
-          </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_simpleapp_check-the-example-app">Check the example app</h5> 
-           <div class="paragraph"> 
-            <p>Update the parent <code>pom.xml</code> to reference the <em>released</em> version of Apache Isis core, eg:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;properties&gt;</span>
-    <span class="tag">&lt;isis.version&gt;</span>2.0.0-M1<span class="tag">&lt;/isis.version&gt;</span>
-    ...
-<span class="tag">&lt;/properties&gt;</span></code></pre> 
-            </div> 
-           </div> 
-           <div class="admonitionblock note"> 
-            <table> 
-             <tbody>
-              <tr> 
-               <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-               <td class="content"> 
-                <div class="paragraph"> 
-                 <p>Previously at this point we used to check for and fix any missing license header notices; however it doesn’t make sense for the archetype to include the Apache rat-plugin, so this has been removed.</p> 
-                </div> </td> 
-              </tr> 
-             </tbody>
-            </table> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Finally, double check that the app</p> 
-           </div> 
-           <div class="ulist"> 
-            <ul> 
-             <li> <p>builds:</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">mvn clean install</code></pre> 
-               </div> 
-              </div> </li> 
-             <li> <p>can be run from an IDE</p> 
-              <div class="ulist"> 
-               <ul> 
-                <li> <p>mainClass=<code>org.apache.isis.WebServer</code></p> </li> 
-                <li> <p>args=<code>-m domainapp.application.manifest.DomainAppAppManifestWithFixtures</code></p> </li> 
-                <li> <p>run before: <code>mvn -pl module-simple datanucleus:enhance -o</code> in the root module</p> </li> 
-               </ul> 
-              </div> </li> 
-             <li> <p>can be run using the mvn jetty plugin:</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">mvn -pl webapp jetty:run</code></pre> 
-               </div> 
-              </div> </li> 
-             <li> <p>can be packaged and run using the mvn jetty-console plugin:</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">mvn install -Dmavenmixin-jettyconsole
-mvn antrun:run -Dmavenmixin-jettyconsole</code></pre> 
-               </div> 
-              </div> </li> 
-             <li> <p>can be deployed as a WAR</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">cp webapp/target/simpleapp.war $CATALINA_HOME/webapps/ROOT.war
-pushd $CATALINA_HOME/bin
-sh startup.sh
-tail -f ../logs/catalina.out</code></pre> 
-               </div> 
-              </div> 
-              <div class="paragraph"> 
-               <p>quit using:</p> 
-              </div> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">sh shutdown.sh
-popd</code></pre> 
-               </div> 
-              </div> </li> 
-             <li> <p>can be packaged and run using Docker:</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">mvn install -Dmavenmixin-docker -D docker-plugin.imageName=test/simpleapp
-docker container run -p 8080:8080 -d test/simpleapp</code></pre> 
-               </div> 
-              </div> 
-              <div class="admonitionblock note"> 
-               <table> 
-                <tbody>
-                 <tr> 
-                  <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-                  <td class="content"> 
-                   <div class="paragraph"> 
-                    <p>On Windows, make sure that Docker is first switched to using linux containers, not Windows containers (because the <code>Dockerfile</code> in the application references a linux base image).</p> 
-                   </div> 
-                   <div class="paragraph"> 
-                    <p>You may also need to enable the Docker daemon first, otherwise the "mvn install" command above will fail:</p> 
-                   </div> 
-                   <div class="imageblock"> 
-                    <div class="content"> 
-                     <a class="image" href="images/docker/docker-daemon.png"><img src="images/docker/docker-daemon.png" alt="docker daemon" width="600px"></a> 
-                    </div> 
-                   </div> 
-                   <div class="paragraph"> 
-                    <p>You might also need to ensure that the "Unidentified networks" are configured to be private:</p> 
-                   </div> 
-                   <div class="imageblock"> 
-                    <div class="content"> 
-                     <a class="image" href="images/docker/026-docker-nat-private.png"><img src="images/docker/026-docker-nat-private.png" alt="026 docker nat private" width="600px"></a> 
-                    </div> 
-                   </div> 
-                   <div class="paragraph"> 
-                    <p>This can be done using the "Local Security Policy" application.</p> 
-                   </div> </td> 
-                 </tr> 
-                </tbody>
-               </table> 
-              </div> </li> 
-            </ul> 
-           </div> 
-           <div class="paragraph"> 
-            <p>This too should be accessed at <a href="http://localhost:8080">localhost:8080</a>.</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>The Kitematic UI tool is handy for viewing and interacting with running containers.</p> 
-                </div> </td> 
-              </tr> 
-             </tbody>
-            </table> 
-           </div> 
-           <div class="paragraph"> 
-            <p>In each case, check the about page and confirm has been built against non-SNAPSHOT versions of the Apache Isis jars.</p> 
-           </div> 
-          </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_simpleapp_create-the-archetype">Create the archetype</h5> 
-           <div class="paragraph"> 
-            <p>Make sure you are in the correct directory and environment variables are correct.</p> 
-           </div> 
-           <div class="paragraph"> 
-            <p>To recreate the <strong>simpleapp</strong> archetype:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">cd example/application/simpleapp
-env | grep ISIS | sort</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Then, run the script:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">sh ../../../scripts/recreate-archetype.sh $ISISJIRA</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>The script automatically commits changes; if you wish use <code>git log</code> and <code>git diff</code> (or a tool such as SourceTree) to review changes made.</p> 
            </div> 
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-the-archetypes_simpleapp_release-prepare">4.5.2. Release prepare</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-helloworld-archetype_check-the-example-app">4.7.2. Check the example app</h4> 
           <div class="paragraph"> 
-           <p>Switch to the <strong>archetype</strong> directory and execute the <code>release:prepare</code>:</p> 
+           <p>Check that the app:</p> 
           </div> 
-          <div class="listingblock"> 
-           <div class="content"> 
-            <pre class="CodeRay highlight"><code>cd ../../../example/archetype/$ISISCPN
-rm -rf $ISISTMP/checkout
-mvn release:prepare -P apache-release \
-                -DreleaseVersion=$ISISREL \
-                -DdevelopmentVersion=$ISISDEV \
-                -Dtag=$ISISART-$ISISREL</code></pre> 
-           </div> 
-          </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_simpleapp_post-prepare-sanity-check">Post-prepare sanity check</h5> 
-           <div class="paragraph"> 
-            <p>This is a good point to test the archetype; nothing has yet been uploaded.</p> 
-           </div> 
-           <div class="paragraph"> 
-            <p><em>In a different session</em>, create a new app from the archetype. First set up environment variables:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">export ISISTMP=/c/tmp    # or as required
-export ISISCPN=simpleapp
-env | grep ISIS | sort</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Then generate a new app from the archetype:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">rm -rf $ISISTMP/test-$ISISCPN
-
-mkdir $ISISTMP/test-$ISISCPN
-cd $ISISTMP/test-$ISISCPN
-mvn archetype:generate  \
-    -D archetypeCatalog=local \
-    -D groupId=com.mycompany \
-    -D artifactId=myapp \
-    -D archetypeGroupId=org.apache.isis.archetype \
-    -D archetypeArtifactId=$ISISCPN-archetype</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Build the newly generated app and test:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">cd myapp
-mvn clean install -o
-mvn -pl webapp jetty:run              # runs as mvn jetty plugin</code></pre> 
-            </div> 
-           </div> 
+          <div class="ulist"> 
+           <ul> 
+            <li> <p>builds:</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">mvn clean install</code></pre> 
+              </div> 
+             </div> </li> 
+            <li> <p>can be run from an IDE</p> 
+             <div class="ulist"> 
+              <ul> 
+               <li> <p>mainClass=<code>org.apache.isis.WebServer</code></p> </li> 
+               <li> <p>args=<code>-m domainapp.application.HelloWorldAppManifest</code></p> </li> 
+               <li> <p>run before: <code>mvn datanucleus:enhance -o</code> in the root module</p> </li> 
+              </ul> 
+             </div> </li> 
+            <li> <p>can be run using the mvn jetty plugin:</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">mvn jetty:run</code></pre> 
+              </div> 
+             </div> </li> 
+            <li> <p>can be deployed as a WAR</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">cp target/helloworld.war $CATALINA_HOME/webapps/ROOT.war
+pushd $CATALINA_HOME/bin
+sh startup.sh
+tail -f ../logs/catalina.out</code></pre> 
+              </div> 
+             </div> 
+             <div class="paragraph"> 
+              <p>quit using:</p> 
+             </div> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">sh shutdown.sh
+popd</code></pre> 
+              </div> 
+             </div> </li> 
+           </ul> 
           </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_simplapp_release-perform-upload">Release Perform (upload)</h5> 
-           <div class="paragraph"> 
-            <p>Back in the original session (in the <strong>archetype</strong> directory, <code>example/archetype/$ISISCPN</code>), execute <code>release:perform</code>:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code>mvn release:perform -P apache-release \
-                -DworkingDirectory=$ISISTMP/checkout</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>This will upload the artifacts to the ASF Nexus repository.</p> 
-           </div> 
+          <div class="paragraph"> 
+           <p>This too should be accessed at <a href="http://localhost:8080">localhost:8080</a>.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>In each case, check the about page and confirm has been built against non-SNAPSHOT versions of the Apache Isis jars.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_setup-environment-variables">4.5.3. Releasing <code>helloworld</code> archetype</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-helloworld-archetype_create-the-archetype">4.7.3. Recreate the archetype</h4> 
           <div class="paragraph"> 
-           <p>We now repeat the procedure for the <code>helloworld</code> example app.</p> 
+           <p>Make sure you are in the correct directory and environment variables are correct.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>Start by switching to the directory containing the <code>helloworld</code> example:</p> 
+           <p>To recreate the <strong>helloworld</strong> archetype:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">cd ../../../example/application/helloworld</code></pre> 
-           </div> 
-          </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_setup-environment-variables">Setup environment variables</h5> 
-           <div class="paragraph"> 
-            <p>Update additional environment variables for the <code>helloworld-archetype</code> artifact:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">export ISISART=helloworld-archetype
-export ISISPAR=$ISISREL
-
-export ISISCPT=$(echo $ISISART | cut -d- -f2)
-export ISISCPN=$(echo $ISISART | cut -d- -f1)
-
+            <pre class="CodeRay highlight"><code data-lang="bash">cd example/application/helloworld
 env | grep ISIS | sort</code></pre> 
-            </div> 
            </div> 
           </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_check-the-example-app">Check the example app</h5> 
-           <div class="paragraph"> 
-            <p>Update the parent <code>pom.xml</code> to reference the <em>released</em> version of Apache Isis core, eg:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;properties&gt;</span>
-    <span class="tag">&lt;isis.version&gt;</span>2.0.0-M1<span class="tag">&lt;/isis.version&gt;</span>
-    ...
-<span class="tag">&lt;/properties&gt;</span></code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Finally, double check that the app</p> 
-           </div> 
-           <div class="ulist"> 
-            <ul> 
-             <li> <p>builds:</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">mvn clean install</code></pre> 
-               </div> 
-              </div> </li> 
-             <li> <p>can be run from an IDE</p> 
-              <div class="ulist"> 
-               <ul> 
-                <li> <p>mainClass=<code>org.apache.isis.WebServer</code></p> </li> 
-                <li> <p>args=<code>-m domainapp.application.HelloWorldAppManifest</code></p> </li> 
-                <li> <p>run before: <code>mvn datanucleus:enhance -o</code> in the root module</p> </li> 
-               </ul> 
-              </div> </li> 
-             <li> <p>can be run using the mvn jetty plugin:</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">mvn jetty:run</code></pre> 
-               </div> 
-              </div> </li> 
-             <li> <p>can be deployed as a WAR</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">cp target/helloworld.war $CATALINA_HOME/webapps/ROOT.war
-pushd $CATALINA_HOME/bin
-sh startup.sh
-tail -f ../logs/catalina.out</code></pre> 
-               </div> 
-              </div> 
-              <div class="paragraph"> 
-               <p>quit using:</p> 
-              </div> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">sh shutdown.sh
-popd</code></pre> 
-               </div> 
-              </div> </li> 
-            </ul> 
-           </div> 
-           <div class="paragraph"> 
-            <p>This too should be accessed at <a href="http://localhost:8080">localhost:8080</a>.</p> 
-           </div> 
-           <div class="paragraph"> 
-            <p>In each case, check the about page and confirm has been built against non-SNAPSHOT versions of the Apache Isis jars.</p> 
-           </div> 
+          <div class="paragraph"> 
+           <p>Then, run the script (which also builds the archetype once generated) and then switch to the archetype’s directory:</p> 
           </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_create-the-archetype">Create the archetype</h5> 
-           <div class="paragraph"> 
-            <p>Make sure you are in the correct directory and environment variables are correct.</p> 
-           </div> 
-           <div class="paragraph"> 
-            <p>To recreate the <strong>helloworld</strong> archetype:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">cd example/application/helloworld
-env | grep ISIS | sort</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Then, run the script:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">sh ../../../scripts/recreate-archetype.sh $ISISJIRA</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>The script automatically commits changes; if you wish use <code>git log</code> and <code>git diff</code> (or a tool such as SourceTree) to review changes made.</p> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">sh ../../../scripts/recreate-archetype.sh $ISISJIRA
+cd `pwd|sed 's/application/archetype/'`</code></pre> 
            </div> 
           </div> 
+          <div class="paragraph"> 
+           <p>The script automatically commits its changes. If you wish use <code>git log</code> and <code>git diff</code> (or a tool such as SourceTree) to review changes made.</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_release-prepare">4.5.4. Release prepare</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-helloworld-archetype_sanity-check">4.7.4. Sanity check</h4> 
           <div class="paragraph"> 
-           <p>Switch to the <strong>archetype</strong> directory and execute the <code>release:prepare</code>:</p> 
+           <p><em>In a different session</em>, create a new app from the archetype. First set up environment variables:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code>cd ../../../example/archetype/$ISISCPN
-rm -rf $ISISTMP/checkout
-mvn release:prepare -P apache-release \
-                -DreleaseVersion=$ISISREL \
-                -DdevelopmentVersion=$ISISDEV \
-                -Dtag=$ISISART-$ISISREL</code></pre> 
-           </div> 
-          </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_post-prepare-sanity-check">Post-prepare sanity check</h5> 
-           <div class="paragraph"> 
-            <p>This is a good point to test the archetype; nothing has yet been uploaded.</p> 
-           </div> 
-           <div class="paragraph"> 
-            <p><em>In a different session</em>, create a new app from the archetype. First set up environment variables:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">export ISISTMP=/c/tmp    # or as required
+            <pre class="CodeRay highlight"><code data-lang="bash">export ISISTMP=/c/tmp    # or as required
 export ISISCPN=helloworld
 env | grep ISIS | sort</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Then generate a new app from the archetype:</p> 
            </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">rm -rf $ISISTMP/test-$ISISCPN
+          </div> 
+          <div class="paragraph"> 
+           <p>Then generate a new app from the archetype:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">rm -rf $ISISTMP/test-$ISISCPN
 
 mkdir $ISISTMP/test-$ISISCPN
 cd $ISISTMP/test-$ISISCPN
@@ -1513,40 +1402,59 @@ mvn archetype:generate  \
     -D artifactId=myapp \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=$ISISCPN-archetype</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Build the newly generated app and test:</p> 
            </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">cd myapp
+          </div> 
+          <div class="paragraph"> 
+           <p>Build the newly generated app and test:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">cd myapp
 mvn clean install -o
 mvn jetty:run</code></pre> 
-            </div> 
            </div> 
           </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_simplapp_release-perform-upload">Release Perform (upload)</h5> 
-           <div class="paragraph"> 
-            <p>Back in the original session (in the <strong>archetype</strong> directory, <code>example/archetype/$ISISCPN</code>), execute <code>release:perform</code>:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code>mvn release:perform -P apache-release \
-                -DworkingDirectory=$ISISTMP/checkout</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>This will upload the artifacts to the ASF Nexus repository.</p> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-helloworld-archetype_deploy">4.7.5. Deploy</h4> 
+          <div class="paragraph"> 
+           <p>Back in the original session, we upload (deploy) the archetype to the staging repository.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>To build and deploy and tag, we use:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">mvn -P apache-release \
+    clean deploy      \
+    -Dgpg.passphrase="this is not really my passphrase"
+
+git tag $ISISART-$ISISREL
+git tag $ISISART-$ISISREL-$ISISRC</code></pre> 
            </div> 
           </div> 
+          <div class="paragraph"> 
+           <p>using your own GPG passphrase, of course.</p> 
+          </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>This requires <code>gpg</code> v2.1 or later.</p> 
+               </div> </td> 
+             </tr> 
+            </tbody>
+           </table> 
+          </div> 
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__cgcom_cutting-a-release_check-close-staging-repo">4.6. Check/Close Staging Repo</h3> 
+         <h3 id="__cgcom_cutting-a-release_check-close-staging-repo">4.8. Check/Close Staging Repo</h3> 
          <div class="paragraph"> 
-          <p>The <code>mvn release:perform</code> commands will have put release artifacts for both <code>core</code> and the <code>simpleapp</code> archetype into a newly created staging repository on the ASF Nexus repository server.</p> 
+          <p>The <code>mvn deploy</code> commands will have uploaded release artifacts for both <code>core</code> and the <code>simpleapp</code> archetype into a newly created staging repository on the ASF Nexus repository server.</p> 
          </div> 
          <div class="paragraph"> 
           <p>Log onto <a href="http://repository.apache.org">repository.apache.org</a> (using your ASF LDAP account):</p> 
@@ -1626,7 +1534,24 @@ mvn jetty:run</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__cgcom_cutting-a-release_push-branches">4.7. Push branches</h3> 
+         <h3 id="__cgcom_cutting-a-release_bump-revision-to-ISISDEV">4.9. Bump <code>revision</code> property to <code>$ISISDEV</code></h3> 
+         <div class="paragraph"> 
+          <p>At the beginning of the release process we bumped the <code>revision</code> property to the release version, ie <code>${ISISREL}</code>. With the release now deployed we now need to bump the revision up to the next development version, ie <code>$1.16.3-SNAPSHOT</code>.</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>In the root of the Apache Isis repo, we do this for all three <code>pom.xml</code>s with:</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre class="CodeRay highlight"><code data-lang="bash">sed -i -E "s|&lt;revision&gt;[^&lt;]+&lt;|&lt;revision&gt;$1.16.3-SNAPSHOT&lt;|g" core/pom.xml
+sed -i -E "s|&lt;revision&gt;[^&lt;]+&lt;|&lt;revision&gt;$1.16.3-SNAPSHOT&lt;|g" example/application/simpleapp/pom.xml
+sed -i -E "s|&lt;revision&gt;[^&lt;]+&lt;|&lt;revision&gt;$1.16.3-SNAPSHOT&lt;|g" example/application/helloworld/pom.xml
+git commit -am "${ISISJIRA}: bumps revision property across all pom.xml's to $1.16.3-SNAPSHOT"</code></pre> 
+          </div> 
+         </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="__cgcom_cutting-a-release_push-branches">4.10. Push branches</h3> 
          <div class="paragraph"> 
           <p>Push the release branch to origin:</p> 
          </div> 
@@ -1640,7 +1565,7 @@ mvn jetty:run</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code>git push origin refs/tags/isis-$ISISREL:refs/tags/isis-$ISISREL-$ISISRC
+           <pre class="CodeRay highlight"><code data-lang="bash">git push origin refs/tags/isis-$ISISREL:refs/tags/isis-$ISISREL-$ISISRC
 git push origin refs/tags/simpleapp-archetype-$ISISREL:refs/tags/simpleapp-archetype-$ISISREL-$ISISRC
 git push origin refs/tags/helloworld-archetype-$ISISREL:refs/tags/helloworld-archetype-$ISISREL-$ISISRC
 git fetch</code></pre> 
@@ -1661,7 +1586,7 @@ git fetch</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__cgcom_cutting-a-release_voting">4.8. Voting</h3> 
+         <h3 id="__cgcom_cutting-a-release_voting">4.11. Voting</h3> 
          <div class="paragraph"> 
           <p>Once the artifacts have been uploaded, you can call a vote.</p> 
          </div> 
@@ -1669,7 +1594,10 @@ git fetch</code></pre>
           <p>In all cases, votes last for 72 hours and require a +3 (binding) vote from members.</p> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_voting-start-voting-thread">4.8.1. Start voting thread on <a href="mailto:dev@isis.apache.org">dev@isis.apache.org</a></h4> 
+          <h4 id="__cgcom_cutting-a-release_voting-start-voting-thread">4.11.1. Start voting thread on dev mailing list</h4> 
+          <div class="paragraph"> 
+           <p>That is, <a href="mailto:dev@apache.isis.org" class="bare">mailto:dev@apache.isis.org</a></p> 
+          </div> 
           <div class="paragraph"> 
            <p>The following boilerplate is for a release of the Apache Isis Core. Adapt as required:</p> 
           </div> 
@@ -1678,7 +1606,7 @@ git fetch</code></pre>
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">[VOTE] Apache Isis Core release 2.0.0-M1 RC1</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">[VOTE] Apache Isis Core release 1.16.3 RC1</code></pre> 
            </div> 
           </div> 
           <div class="paragraph"> 
@@ -1688,19 +1616,19 @@ git fetch</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="bash">I've cut a release for Apache Isis Core and the two archetypes:
 
-* Core 2.0.0-M1
-* HelloWorld Archetype 2.0.0-M1
-* SimpleApp Archetype 2.0.0-M1
+* Core 1.16.3
+* HelloWorld Archetype 1.16.3
+* SimpleApp Archetype 1.16.3
 
 The source code artifacts have been uploaded to staging repositories on repository.apache.org:
 
-* http://repository.apache.org/content/repositories/orgapacheisis-10xx/org/apache/isis/core/isis/2.0.0-M1/isis-2.0.0-M1-source-release.zip
-* http://repository.apache.org/content/repositories/orgapacheisis-10xx/org/apache/isis/archetype/helloworld-archetype/2.0.0-M1/helloworld-archetype-2.0.0-M1-source-release.zip
-* http://repository.apache.org/content/repositories/orgapacheisis-10xx/org/apache/isis/archetype/simpleapp-archetype/2.0.0-M1/simpleapp-archetype-2.0.0-M1-source-release.zip
+* http://repository.apache.org/content/repositories/orgapacheisis-10xx/org/apache/isis/core/isis/1.16.3/isis-1.16.3-source-release.zip
+* http://repository.apache.org/content/repositories/orgapacheisis-10xx/org/apache/isis/archetype/helloworld-archetype/1.16.3/helloworld-archetype-1.16.3-source-release.zip
+* http://repository.apache.org/content/repositories/orgapacheisis-10xx/org/apache/isis/archetype/simpleapp-archetype/1.16.3/simpleapp-archetype-1.16.3-source-release.zip
 
 For each zip there is a corresponding signature file (append .asc to the zip's url).
 
-In the source code repo the code has been tagged as isis-2.0.0-M1-RC1, helloworld-archetype-2.0.0-M1-RC1 and simpleapp-archetype-2.0.0-M1-RC1; see https://github.com/apache/isis/tags
+In the source code repo the code has been tagged as isis-1.16.3-RC1, helloworld-archetype-1.16.3-RC1 and simpleapp-archetype-1.16.3-RC1; see https://github.com/apache/isis/tags
 
 For instructions on how to verify the release (build from binaries and/or use in Maven directly), see https://isis.apache.org/guides/cgcom/cgcom.html#_cgcom_verifying-releases
 
@@ -1716,7 +1644,7 @@ Please verify the release and cast your vote.  The vote will be open for a minim
           </div> 
           <div class="ulist"> 
            <ul> 
-            <li> <p>the version number (<code>2.0.0-M1</code> or whatever)</p> </li> 
+            <li> <p>the version number (<code>1.16.3</code> or whatever)</p> </li> 
             <li> <p>the release candidate number (<code>RC1</code> or whatever)</p> </li> 
             <li> <p>the repository id, as provided by Nexus earlier (<code>orgapacheisis-10xx</code> or whatever)</p> </li> 
            </ul> 
@@ -1827,7 +1755,7 @@ gpg --import /tmp/KEYS</code></pre>
            </div> 
            <div class="listingblock"> 
             <div class="content"> 
-             <pre class="CodeRay highlight"><code>rm -rf ~/m2/repository/org/apache/isis</code></pre> 
+             <pre class="CodeRay highlight"><code>rm -rf ~/.m2/repository/org/apache/isis</code></pre> 
             </div> 
            </div> 
            <div class="paragraph"> 
@@ -1989,16 +1917,17 @@ http://repository.apache.org/content/repositories/orgapacheisis-1059/org/apache/
             <div class="listingblock"> 
              <div class="content"> 
               <pre class="CodeRay highlight"><code data-lang="bash">mvn archetype:generate  \
+    -D archetypeCatalog=local \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=helloworld-archetype \
-    -D archetypeVersion=2.0.0-M1 \
+    -D archetypeVersion=1.16.3 \
     -D groupId=com.mycompany \
-    -D artifactId=myapp \
+    -D artifactId=myhelloworld \
     -D version=1.0-SNAPSHOT \
     -B \
     -o
 
-cd myapp
+cd myhelloworld
 mvn clean install jetty:run -o</code></pre> 
              </div> 
             </div> 
@@ -2008,17 +1937,20 @@ mvn clean install jetty:run -o</code></pre>
            <li> <p>Next, the <code>simpleapp</code> archetype:<br></p> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="bash">mvn archetype:generate  \
+              <pre class="CodeRay highlight"><code data-lang="bash">cd ..
+
+mvn archetype:generate  \
+    -D archetypeCatalog=local \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=2.0.0-M1 \
+    -D archetypeVersion=1.16.3 \
     -D groupId=com.mycompany \
-    -D artifactId=myapp \
+    -D artifactId=mysimpleapp \
     -D version=1.0-SNAPSHOT \
     -B \
     -o
 
-cd myapp
+cd mysimpleapp
 mvn clean install -o &amp;&amp; mvn -pl webapp jetty:run -o</code></pre> 
              </div> 
             </div> 
@@ -2078,7 +2010,7 @@ mvn clean install -o &amp;&amp; mvn -pl webapp jetty:run -o</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="bash">[RESULT] [VOTE] Apache Isis Core release 2.0.0-M1</code></pre> 
+           <pre class="CodeRay highlight"><code data-lang="bash">[RESULT] [VOTE] Apache Isis Core release 1.16.3</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
@@ -2110,9 +2042,9 @@ I'll now go ahead and complete the post-release activities.</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="bash">sh scripts/promoterctag.sh isis-2.0.0-M1 RC1
-sh scripts/promoterctag.sh helloworld-archetype-2.0.0-M1 RC1
-sh scripts/promoterctag.sh simpleapp-archetype-2.0.0-M1 RC1</code></pre> 
+           <pre class="CodeRay highlight"><code data-lang="bash">sh scripts/promoterctag.sh isis-1.16.3 RC1
+sh scripts/promoterctag.sh helloworld-archetype-1.16.3 RC1
+sh scripts/promoterctag.sh simpleapp-archetype-1.16.3 RC1</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
@@ -2243,7 +2175,7 @@ popd</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="bash">sh upd.sh 1.16.0 2.0.0-M1</code></pre> 
+           <pre class="CodeRay highlight"><code data-lang="bash">sh upd.sh 1.16.2 1.16.3</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
@@ -2278,7 +2210,7 @@ popd</code></pre>
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">sh scripts/jira-release-notes.sh ISIS 2.0.0-M1 &gt; /tmp/1</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">sh scripts/jira-release-notes.sh ISIS 1.16.3 &gt; /tmp/1</code></pre> 
            </div> 
           </div> 
          </div> 
@@ -2318,7 +2250,7 @@ popd</code></pre>
          <div class="ulist"> 
           <ul> 
            <li> <p>Paste in the JIRA-generated release notes generated above, adding to top of <code>adocs/documentation/src/main/asciidoc/release-notes.adoc</code>. Also add a summary line for the release.</p> </li> 
-           <li> <p>Search these release procedures, and update any hard-coded reference to the release to the next release (so when they are followed next time the text will be correct).</p> </li> 
+           <li> <p>Update the <a href="../../<em>versions.adoc">versions.adoc</a> file that declares the current and next releases.</p> </li> 
            <li> <p>Update the <a href="../../downloads.html">downloads page</a> with a link to the source release zip file (under <a href="https://dist.apache.org/repos/dist/release/isis">https://dist.apache.org/repos/dist/release/isis</a>)</p> </li> 
            <li> <p>Update any pages (<code>.adoc</code>, <code>.md</code>, <code>.html</code> etc) that describe how to run the archetype, and ensure they reference the correct version.<br></p> 
             <div class="paragraph"> 
@@ -2337,10 +2269,10 @@ popd</code></pre>
          </div> 
          <div class="ulist"> 
           <ul> 
-           <li> <p>locate <code>template/document.html.erb</code> file, and remove <code>-SNAPSHOT</code> from the navbar:</p> 
+           <li> <p>locate <code>template/document.html.erb</code> file, and remove <code>-SNAPSHOT</code> from the navbar, so that it reads something like:</p> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="html"><span class="tag">&lt;p</span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">nav navbar-text navbar-right small</span><span class="delimiter">"</span></span><span class="tag">&gt;</span>v2.0.0-M1<span class="tag">&lt;/p&gt;</span></code></pre> 
+              <pre class="CodeRay highlight"><code data-lang="html"><span class="tag">&lt;p</span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">nav navbar-text navbar-right small</span><span class="delimiter">"</span></span><span class="tag">&gt;</span>1.16.3<span class="tag">&lt;/p&gt;</span></code></pre> 
              </div> 
             </div> </li> 
            <li> <p>publish to the <code>isis-site</code> repo.</p> 
@@ -2371,7 +2303,7 @@ mv content/versions/SNAPSHOT content/versions/current</code></pre>
             </div> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="bash">cp -rf content/versions/current content/versions/2.0.0-M1</code></pre> 
+              <pre class="CodeRay highlight"><code data-lang="bash">cp -rf content/versions/current content/versions/1.16.3</code></pre> 
              </div> 
             </div> </li> 
            <li> <p>update the new named version’s <code>index.html</code> with one that will redirect back to the home page.</p> 
@@ -2412,7 +2344,7 @@ mv content/versions/SNAPSHOT content/versions/current</code></pre>
            <li> <p>locate <code>template/document.html.erb</code> file, and add in <code>-SNAPSHOT</code> for version in the navbar:</p> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="html"><span class="tag">&lt;p</span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">nav navbar-text navbar-right small</span><span class="delimiter">"</span></span><span class="tag">&gt;</span>v2.0.0-M2-SNAPSHOT<span class="tag">&lt;/p&gt;</span></code></pre> 
+              <pre class="CodeRay highlight"><code data-lang="html"><span class="tag">&lt;p</span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">nav navbar-text navbar-right small</span><span class="delimiter">"</span></span><span class="tag">&gt;</span>1.16.4-SNAPSHOT<span class="tag">&lt;/p&gt;</span></code></pre> 
              </div> 
             </div> </li> 
            <li> <p>publish the website once more (from the <code>isis</code> main repo).</p> </li> 
@@ -2433,7 +2365,7 @@ mv content/versions/SNAPSHOT content/versions/current</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="bash">[ANN] Apache Isis version 2.0.0-M1 Released</code></pre> 
+           <pre class="CodeRay highlight"><code>[ANN] Apache Isis version 1.16.3 Released</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
@@ -2441,7 +2373,7 @@ mv content/versions/SNAPSHOT content/versions/current</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code>The Apache Isis team is pleased to announce the release of Apache Isis v2.0.0-M1.
+           <pre class="CodeRay highlight"><code>The Apache Isis team is pleased to announce the release of Apache Isis 1.16.3.
 
 New features in this release include:
 * ...
@@ -2456,8 +2388,8 @@ Enjoy!
 
 --The Apache Isis team
 
-[1] http://isis.apache.org/release-notes/release-notes.html#_release-notes_2.0.0-M1
-[2] http://isis.apache.org/migration-notes/migration-notes.html#_migration-notes_1.16.0-to-2.0.0-M1
+[1] http://isis.apache.org/release-notes/release-notes.html#_release-notes_1.16.3
+[2] http://isis.apache.org/migration-notes/migration-notes.html#_migration-notes_1.16.2-to-1.16.3
 [3] http://search.maven.org
 [4] http://isis.apache.org/downloads.html</code></pre> 
           </div> 
@@ -2478,13 +2410,13 @@ Enjoy!
           <div class="content"> 
            <pre class="CodeRay highlight"><code data-lang="bash">git checkout master                           # update master with latest
 git pull
-git merge release-2.0.0-M1-RC1                  # merge branch onto master
-git push origin --delete release-2.0.0-M1-RC1   # remote branch no longer needed
-git branch -d release-2.0.0-M1-RC1              # branch no longer needed</code></pre> 
+git merge release-1.16.3-RC1                  # merge branch onto master
+git push origin --delete release-1.16.3-RC1   # remote branch no longer needed
+git branch -d release-1.16.3-RC1              # branch no longer needed</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>Finally, update helloworld’s <code>pom.xml</code> and simpleapp’s root <code>pom.xml</code> to reference the next SNAPSHOT release (<code>2.0.0-M1-SNAPSHOT</code>)</p> 
+          <p>Finally, update helloworld’s <code>pom.xml</code> and simpleapp’s root <code>pom.xml</code> to reference the next SNAPSHOT release (<code>1.16.4-SNAPSHOT</code>)</p> 
          </div> 
         </div> 
         <div class="sect2"> 
@@ -2633,7 +2565,7 @@ git push</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="bash">[RESULT] [VOTE] Apache Isis Core release 2.0.0-M1</code></pre> 
+           <pre class="CodeRay highlight"><code data-lang="bash">[RESULT] [VOTE] Apache Isis Core release 1.16.3</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
@@ -2663,23 +2595,23 @@ The vote is UNSUCCESSFUL.</code></pre>
            <li> <p>delete the remote branch, for example:<br></p> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="bash">git push --delete origin release-2.0.0-M1-RC1</code></pre> 
+              <pre class="CodeRay highlight"><code data-lang="bash">git push --delete origin release-1.16.3-RC1</code></pre> 
              </div> 
             </div> </li> 
            <li> <p>delete the remote origin server’s tags, for example:<br></p> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="bash">git push --delete origin isis-2.0.0-M1-RC1
-git push --delete origin helloworld-archetype-2.0.0-M1-RC1
-git push --delete origin simpleapp-archetype-2.0.0-M1-RC1</code></pre> 
+              <pre class="CodeRay highlight"><code data-lang="bash">git push --delete origin isis-1.16.3-RC1
+git push --delete origin helloworld-archetype-1.16.3-RC1
+git push --delete origin simpleapp-archetype-1.16.3-RC1</code></pre> 
              </div> 
             </div> </li> 
            <li> <p>delete the tags that were created locally, for example:<br></p> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="bash">git tag -d isis-2.0.0-M1
-git tag -d helloworld-archetype-2.0.0-M1
-git tag -d simpleapp-archetype-2.0.0-M1</code></pre> 
+              <pre class="CodeRay highlight"><code data-lang="bash">git tag -d isis-1.16.3
+git tag -d helloworld-archetype-1.16.3
+git tag -d simpleapp-archetype-1.16.3</code></pre> 
              </div> 
             </div> </li> 
           </ul> 
@@ -2837,7 +2769,7 @@ mvn -D deploy=snapshot deploy</code></pre>
          <p>The intent of an "interim" release is to allow a developer team to release their application based on a <code>-SNAPSHOT</code> version of the framework. Since <code>-SNAPSHOT</code> changes on a day-to-day basis, the idea is to tag a particular revision and to release this, thereby providing stability/traceability for the application being developed.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>Whereas <a href="../cgcom/cgcom.html#<em>cgcom_cutting-a-release.adoc">formal release</a>s and <a href="../cgcom/cgcom.html#_cgcom_release-process-for-snapshots.adoc">snapshot release</a>s are public (released through the Maven repository maintained by Apache Software Foundation), interim releases are non-public and rely on infrastructure provided by a developer team. The tagged release resides _not in the <a href="../../downloads.html#__downloads_source_code">official Apache Isis git repository</a>, but instead in a fork/clone maintained by the developer team.</p> 
+         <p>Whereas <a href="../cgcom/cgcom.html#\_cgcom_cutting-a-release.adoc">formal release</a>s and <a href="../cgcom/cgcom.html#\_cgcom_release-process-for-snapshots.adoc">snapshot release</a>s are public (released through the Maven repository maintained by Apache Software Foundation), interim releases are non-public and rely on infrastructure provided by a developer team. The tagged release resides <em>not</em> in the <a href="../../downloads.html#\__downloads_source_code">official Apache Isis git repository</a>, but instead in a fork/clone maintained by the developer team.</p> 
         </div> 
         <div class="admonitionblock note"> 
          <table> 
@@ -2974,21 +2906,39 @@ mvn -D deploy=snapshot deploy</code></pre>
          </div> 
          <div class="listingblock"> 
     

<TRUNCATED>

[11/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/support.html
----------------------------------------------------------------------
diff --git a/content/support.html b/content/support.html
index 51b609b..35d21d6 100644
--- a/content/support.html
+++ b/content/support.html
@@ -219,16 +219,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/asf.html
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/asf.html b/content/versions/1.16.2/asf.html
index 3509fe4..2a5dc26 100644
--- a/content/versions/1.16.2/asf.html
+++ b/content/versions/1.16.2/asf.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="./help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/documentation.html
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/documentation.html b/content/versions/1.16.2/documentation.html
index 1010157..192d3e7 100644
--- a/content/versions/1.16.2/documentation.html
+++ b/content/versions/1.16.2/documentation.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="./help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -269,23 +270,6 @@ table.CodeRay td.code>pre{padding:0}
         <li><a href="https://github.com/apache/isis/blame/master/adocs/documentation/src/main/asciidoc/documentation.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></p>
-       <div class="extended-quote-first">
-        <p>Perfection is finally attained not when there is no longer anything to add but when there is no longer anything to take away. </p>
-       </div>
-       <p></p> 
-      </div> 
-      <div class="paragraph"> 
-       <p></p>
-       <div class="extended-quote-attribution">
-        <p>-- Antoine de Saint-Exupery </p>
-       </div>
-       <p></p> 
-      </div> 
-      <div class="paragraph"> 
-       <p><br></p> 
-      </div> 
       <div class="openblock documentation-page"> 
        <div class="content"> 
         <table class="tableblock frame-none grid-none spread"> 
@@ -303,50 +287,50 @@ table.CodeRay td.code>pre{padding:0}
              </div> 
              <div class="ulist"> 
               <ul> 
-               <li> <p><a href="guides/ugfun/ugfun.html#_ugfun_getting-started_helloworld-archetype" target="_blank">Hello World archetype</a></p> </li> 
                <li> <p><strong><a href="pages/isis-in-pictures/isis-in-pictures.html" target="_blank">Apache Isis in pictures</a></strong></p> </li> 
                <li> <p><a href="pages/common-use-cases/common-use-cases.html" target="_blank">Common Use Cases</a></p> </li> 
-               <li> <p><a href="pages/powered-by/powered-by.html" target="_blank">Powered by Apache Isis</a></p> </li> 
                <li> <p><a href="pages/how-isis-works/how-isis-works.html" target="_blank">How Apache Isis Works</a> <span class="image"><a class="image" href="pages/how-isis-works/how-isis-works.html"><img src="images/tv_show-25.png" alt="tv show 25" width="25px"></a></span></p> </li> 
+               <li> <p>Learning more: <a href="pages/screencasts/screencasts.html" target="_blank">Screencasts</a> <span class="image"><a class="image" href="./pages/screencasts/screencasts.html"><img src="images/tv_show-25.png" alt="tv show 25" width="25px"></a></span> &amp; <a href="pages/tg/tg.html" target="_blank">Tutorials</a></p> </li> 
               </ul> 
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
-              <p><strong>Learning More</strong></p> 
+              <p><strong>Releases:</strong></p> 
              </div> 
              <div class="ulist"> 
               <ul> 
-               <li> <p><a href="guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype" target="_blank">SimpleApp archetype</a></p> </li> 
-               <li> <p><a href="pages/screencasts/screencasts.html" target="_blank">Screencasts</a> <span class="image"><a class="image" href="./pages/screencasts/screencasts.html"><img src="images/tv_show-25.png" alt="tv show 25" width="25px"></a></span></p> </li> 
-               <li> <p><a href="pages/tg/tg.html" target="_blank">Tutorials</a></p> </li> 
+               <li> <p><a href="release-notes/release-notes.html" target="_blank">Release Notes</a></p> </li> 
+               <li> <p><a href="migration-notes/migration-notes.html" target="_blank">Migration Notes</a></p> </li> 
               </ul> 
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
-              <p><strong>Resources:</strong></p> 
+              <p><strong>Developer Resources:</strong></p> 
              </div> 
              <div class="ulist"> 
               <ul> 
-               <li> <p><strong><a href="pages/cheat-sheet/cheat-sheet.html" target="_blank">Cheat Sheet</a></strong></p> </li> 
-               <li> <p><a href="pages/icons/icons.html" target="_blank">Icons</a></p> </li> 
+               <li> <p><strong><a href="pages/cheat-sheet/cheat-sheet.html" target="_blank">Cheat Sheet</a></strong> &amp; <strong><a href="guides/htg.html" target="_blank">Hints-n-Tips</a></strong></p> </li> 
+               <li> <p><a href="guides/ugfun/ugfun.html#_ugfun_getting-started_helloworld-archetype" target="_blank">Hello-World archetype</a></p> </li> 
+               <li> <p><a href="guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype" target="_blank">Simple-App archetype</a></p> </li> 
+               <li> <p>How to get <a href="pages/icons/icons.html" target="_blank">Icons</a></p> </li> 
+               <li> <p>Extension modules: <a href="http://platform.incode.org" target="_blank">Incode Platform</a> <sup class="footnote" id="_footnote_ASF">[<a id="_footnoteref_1" class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
               </ul> 
              </div> 
-             <div class="paragraph"> 
-              <p><strong>3rd-party modules (not ASF)</strong></p> 
-             </div> 
-             <div class="ulist"> 
-              <ul> 
-               <li> <p><a href="http://platform.incode.org" target="_blank">Incode Platform</a></p> </li> 
-              </ul> 
+             <div id="footnotes"> 
+              <hr> 
+              <div class="footnote" id="_footnote_1"> 
+               <a href="#_footnoteref_1">1</a>. Not Apache Software Foundation projects. 
+              </div> 
              </div>
             </div></td> 
           </tr> 
          </tbody> 
         </table> 
+        <hr> 
         <table class="tableblock frame-none grid-none spread"> 
          <colgroup> 
           <col style="width: 33.3333%;"> 
@@ -391,14 +375,14 @@ table.CodeRay td.code>pre{padding:0}
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
-              <p><strong>"Supporting" Guides:</strong></p> 
+              <p><strong>Get involved!</strong></p> 
              </div> 
              <div class="ulist"> 
               <ul> 
                <li> <p><strong><a href="guides/dg/dg.html" target="_blank">Developers' Guide</a></strong></p> 
                 <div class="ulist"> 
                  <ul> 
-                  <li> <p><a href="guides/dg/dg.html#_dg_ide_intellij" target="_blank">IntelliJ</a> + <a href="guides/dg/dg.html#_dg_ide_eclipse" target="_blank">Eclipse</a></p> </li> 
+                  <li> <p><a href="guides/dg/dg.html#_dg_ide_intellij" target="_blank">IntelliJ</a> &amp; <a href="guides/dg/dg.html#_dg_ide_eclipse" target="_blank">Eclipse</a></p> </li> 
                   <li> <p><a href="guides/dg/dg.html#_dg_contributing" target="_blank">Pull requests</a></p> </li> 
                   <li> <p><a href="guides/dg/dg.html#_dg_asciidoc-syntax" target="_blank">Asciidoc syntax</a></p> </li> 
                  </ul> 
@@ -406,16 +390,25 @@ table.CodeRay td.code>pre{padding:0}
                <li> <p><a href="guides/cgcom/cgcom.html" target="_blank">Committers' Guide</a></p> 
                 <div class="ulist"> 
                  <ul> 
-                  <li> <p><a href="guides/cgcom/cgcom.html#_cgcom_cutting-a-release" target="_blank">Cutting</a> + <a href="guides/cgcom/cgcom.html#_cgcom_verifying-releases" target="_blank">Verifying</a></p> </li> 
+                  <li> <p><a href="guides/cgcom/cgcom.html#_cgcom_cutting-a-release" target="_blank">Cutting</a> &amp; <a href="guides/cgcom/cgcom.html#_cgcom_verifying-releases" target="_blank">Verifying</a></p> </li> 
                  </ul> 
                 </div> </li> 
-               <li> <p><strong><a href="guides/htg.html" target="_blank">Hints-n-Tips</a></strong></p> </li> 
+               <li> <p><a href="guides/ad/ad.html" target="_blank">Architecture &amp; Design</a></p> </li> 
               </ul> 
              </div>
             </div></td> 
           </tr> 
+          <tr> 
+           <td class="tableblock halign-left valign-top" colspan="3">
+            <div>
+             <div class="paragraph"> 
+              <p>For bug reports and feature requests see: <strong><a href="https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=87" target="_blank">Kanban board</a></strong> (JIRA)</p> 
+             </div>
+            </div></td> 
+          </tr> 
          </tbody> 
         </table> 
+        <hr> 
         <table class="tableblock frame-none grid-none spread"> 
          <colgroup> 
           <col style="width: 33.3333%;"> 
@@ -427,57 +420,61 @@ table.CodeRay td.code>pre{padding:0}
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
-              <p><strong>Releases:</strong></p> 
-             </div> 
-             <div class="ulist"> 
-              <ul> 
-               <li> <p><a href="release-notes/release-notes.html" target="_blank">Release Notes</a></p> </li> 
-               <li> <p><a href="migration-notes/migration-notes.html" target="_blank">Migration Notes</a></p> </li> 
-              </ul> 
-             </div> 
-             <div class="paragraph"> 
-              <p><strong>Get involved!</strong></p> 
+              <p><strong>Going Deeper:</strong></p> 
              </div> 
              <div class="ulist"> 
               <ul> 
-               <li> <p>Our <strong><a href="https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=87" target="_blank">Kanban board</a></strong> maps out the JIRA issues we are looking to tackle in the next few releases</p> </li> 
+               <li> <p><a href="pages/articles-and-presentations/articles-and-presentations.html" target="_blank">Articles, Conferences, Podcasts</a></p> </li> 
+               <li> <p><a href="pages/books/books.html" target="_blank">Books</a></p> </li> 
+               <li> <p><a href="guides/ugfun/resources/core-concepts/Pawson-Naked-Objects-thesis.pdf" target="_blank">Naked Objects PhD thesis</a> (Pawson)</p> </li> 
+               <li> <p><a href="https://cwiki.apache.org/confluence/display/ISIS/Index" target="_blank">Apache Isis Wiki</a></p> </li> 
               </ul> 
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
-              <p><strong>Going Deeper:</strong></p> 
+              <p><strong>Who uses Apache Isis?</strong></p> 
              </div> 
              <div class="ulist"> 
               <ul> 
-               <li> <p><a href="pages/articles-and-presentations/articles-and-presentations.html" target="_blank">Articles, Conferences, Podcasts</a></p> </li> 
-               <li> <p><a href="pages/books/books.html" target="_blank">Books</a></p> </li> 
-               <li> <p><a href="guides/ugfun/resources/core-concepts/Pawson-Naked-Objects-thesis.pdf" target="_blank">Naked Objects PhD thesis</a> (Pawson)</p> </li> 
+               <li> <p><a href="pages/powered-by/powered-by.html" target="_blank">Powered By</a></p> </li> 
               </ul> 
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
-              <p><strong>Example Apps (not ASF):</strong></p> 
+              <p><strong>Example Apps:</strong></p> 
              </div> 
              <div class="ulist"> 
               <ul> 
-               <li> <p><a href="http://github.com/estatio/estatio" target="_blank">Estatio</a></p> </li> 
-               <li> <p><a href="http://github.com/isisaddons/isis-app-todoapp" target="_blank">TodoApp</a></p> </li> 
-               <li> <p><a href="http://github.com/isisaddons/isis-app-kitchensink" target="_blank">Kitchensink</a></p> </li> 
-               <li> <p><a href="http://github.com/isisaddons/isis-app-neoapp" target="_blank">Neo4J Example</a></p> </li> 
-               <li> <p><a href="http://github.com/isisaddons/isis-app-quickstart" target="_blank">Quickstart</a></p> </li> 
+               <li> <p><a href="https://github.com/estatio/estatio" target="_blank">Estatio</a> <sup class="footnote" id="_footnote_ASF">[<a id="_footnoteref_1" class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/incodehq/contactapp" target="_blank">ContactApp</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/incodehq/ecpcrm" target="_blank">ECP CRM</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/isisaddons/isis-app-todoapp" target="_blank">TodoApp</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/isisaddons/isis-app-kitchensink" target="_blank">Kitchensink</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/incodehq/incode-examples" target="_blank">Incode Domain Examples</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/incodehq/incode-camel" target="_blank">Incode Camel App</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/isisaddons/isis-app-quickstart" target="_blank">Quickstart</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/andi-huber/isis-2-demo">Isis 2.x Demo Showcase</a><sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
               </ul> 
              </div> 
              <div class="paragraph"> 
-              <p>tools (not ASF):</p> 
+              <p><strong>Experiments:</strong></p> 
              </div> 
              <div class="ulist"> 
               <ul> 
-               <li> <p><a href="http://github.com/isisaddons/isis-app-simpledsl" target="_blank">Isis DSL Example</a></p> </li> 
+               <li> <p><a href="https://github.com/isisaddons/isis-app-neoapp" target="_blank">Neo4J Example</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/isisaddons/isis-app-simpledsl" target="_blank">Isis DSL Example</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/andi-huber/isis-2-demo">Demo Showcase</a><sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
               </ul> 
+             </div> 
+             <div id="footnotes"> 
+              <hr> 
+              <div class="footnote" id="_footnote_1"> 
+               <a href="#_footnoteref_1">1</a>. Not an Apache Software Foundation project. 
+              </div> 
              </div>
             </div></td> 
           </tr> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/downloads.html
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/downloads.html b/content/versions/1.16.2/downloads.html
index 34c9769..3f7bdbb 100644
--- a/content/versions/1.16.2/downloads.html
+++ b/content/versions/1.16.2/downloads.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="./help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 


[25/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugodn/ugodn.html
----------------------------------------------------------------------
diff --git a/content/guides/ugodn/ugodn.html b/content/guides/ugodn/ugodn.html
index b8ad1e6..3e2f5d0 100644
--- a/content/guides/ugodn/ugodn.html
+++ b/content/guides/ugodn/ugodn.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 


[48/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ad/ad.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ad/ad.pdf b/content/guides/ad/ad.pdf
new file mode 100644
index 0000000..bd36517
--- /dev/null
+++ b/content/guides/ad/ad.pdf
@@ -0,0 +1,6565 @@
+%PDF-1.3
+%����
+1 0 obj
+<< /Title (Architecture and Design)
+/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:20180918074332+01'00')
+/ModDate (D:20180918074332+01'00')
+>>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 3 0 R
+/Names 16 0 R
+/Outlines 54 0 R
+/PageLabels 63 0 R
+/PageMode /UseOutlines
+/OpenAction [7 0 R /FitH 842.89]
+/ViewerPreferences << /DisplayDocTitle true
+>>
+>>
+endobj
+3 0 obj
+<< /Type /Pages
+/Count 10
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 24 0 R 27 0 R 31 0 R 34 0 R 36 0 R 40 0 R]
+>>
+endobj
+4 0 obj
+<< /Length 2
+>>
+stream
+q
+
+endstream
+endobj
+5 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 4 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+>>
+>>
+endobj
+6 0 obj
+<< /Length 222
+>>
+stream
+q
+/DeviceRGB cs
+0.600 0.600 0.600 scn
+/DeviceRGB CS
+0.600 0.600 0.600 SCN
+
+BT
+235.325 351.36449999999996 Td
+/F1.0 27 Tf
+<41726368697465637475726520616e642044657369676e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+
+endstream
+endobj
+7 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 6 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F1.0 8 0 R
+>>
+>>
+>>
+endobj
+8 0 obj
+<< /Type /Font
+/BaseFont /AAAAAA+NotoSerif
+/Subtype /TrueType
+/FontDescriptor 65 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 67 0 R
+/ToUnicode 66 0 R
+>>
+endobj
+9 0 obj
+<< /Length 5159
+>>
+stream
+q
+/DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 782.394 Td
+/F2.0 22 Tf
+[<54> 29.78515625 <61626c65206f6620436f6e74656e7473>] 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 751.856 Td
+/F1.0 10.5 Tf
+<312e204d6176656e206d6f64756c6573> 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
+144.31774999999988 751.856 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+539.8107499999999 751.856 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.1705 751.856 Td
+/F1.0 10.5 Tf
+<32> 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 733.376 Td
+/F1.0 10.5 Tf
+<312e312e20636f7265> 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
+106.90624999999989 733.376 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+539.8107499999999 733.376 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.1705 733.376 Td
+/F1.0 10.5 Tf
+<32> 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 714.896 Td
+/F1.0 10.5 Tf
+<312e322e20636f72652f6d6176656e64657073> 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
+165.69574999999992 714.896 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+539.8107499999999 714.896 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.1705 714.896 Td
+/F1.0 10.5 Tf
+<34> 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 696.4159999999999 Td
+/F1.0 10.5 Tf
+<312e332e20636f72652f6d6176656e706c7567696e73> 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
+181.72924999999992 696.4159999999999 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+539.8107499999999 696.4159999999999 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.1705 696.4159999999999 Td
+/F1.0 10.5 Tf
+<34> 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 677.9359999999999 Td
+/F1.0 10.5 Tf
+<312e342e2061726368657479706573> 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
+138.9732499999999 677.9359999999999 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+539.8107499999999 677.9359999999999 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.1705 677.9359999999999 Td
+/F1.0 10.5 Tf
+<35> 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 659.4559999999999 Td
+/F1.0 10.5 Tf
+<322e204d6574616d6f64656c> 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.59524999999991 659.4559999999999 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+539.8107499999999 659.4559999999999 Td
+/F1.0 5.25 Tf
+<ca> Tj
+ET
+
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.1705 659.4559999999999 Td
+/F1.0 10.5 Tf
+<37> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+
+endstream
+endobj
+10 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 9 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F2.0 18 0 R
+/F1.0 8 0 R
+>>
+>>
+/Annots [41 0 R 42 0 R 43 0 R 44 0 R 45 0 R 46 0 R 47 0 R 48 0 R 49 0 R 50 0 R 51 0 R 52 0 R]
+>>
+endobj
+11 0 obj
+<< /Length 562
+>>
+stream
+q
+/DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 791.0774285714285 Td
+/F1.0 13 Tf
+[<54686973206775696465206465736372696265732074686520696e7465726e616c2061726368697465637475726520616e642064657369676e206f6620746865206672> 20.01953125 <616d65776f726b2e>] 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
+1 w
+0 J
+0 j
+[ ] 0 d
+/Stamp1 Do
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.0089999999999 14.388 Td
+/F1.0 9 Tf
+<31> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+Q
+
+endstream
+endobj
+12 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 11 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F1.0 8 0 R
+>>
+/XObject << /Stamp1 53 0 R
+>>
+>>
+>>
+endobj
+13 0 obj
+<< /Length 13484
+>>
+stream
+q
+/DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 782.394 Td
+/F2.0 22 Tf
+<4368617074657220312e204d6176656e206d6f64756c6573> 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 765.170 m
+543.040 765.170 l
+545.249 765.170 547.040 763.379 547.040 761.170 c
+547.040 658.730 l
+547.040 656.521 545.249 654.730 543.040 654.730 c
+52.240 654.730 l
+50.031 654.730 48.240 656.521 48.240 658.730 c
+48.240 761.170 l
+48.240 763.379 50.031 765.170 52.240 765.170 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 765.170 m
+543.040 765.170 l
+545.249 765.170 547.040 763.379 547.040 761.170 c
+547.040 658.730 l
+547.040 656.521 545.249 654.730 543.040 654.730 c
+52.240 654.730 l
+50.031 654.730 48.240 656.521 48.240 658.730 c
+48.240 761.170 l
+48.240 763.379 50.031 765.170 52.240 765.170 c
+h
+S
+Q
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 742.345 Td
+/F3.0 11 Tf
+<61646f63732f> 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 727.605 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<646f63756d656e746174696f6e2f> 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 712.865 Td
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<74656d706c6174652f> 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 698.1250000000001 Td
+/F3.0 11 Tf
+<636f72652f20202020202020202020202020202023207365652027636f7265272c2062656c6f77> 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 683.3850000000001 Td
+/F3.0 11 Tf
+<6578616d706c652f2020202020202020202020202320736565202761726368657479706573272c2062656c6f77> 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 668.6450000000001 Td
+/F3.0 11 Tf
+<736372697074732f> 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 618.706 Td
+/F2.0 18 Tf
+<312e312e20636f7265> 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 590.686 Td
+/F1.0 10.5 Tf
+<54686520636f7265206d6f64756c657320c92e> 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 562.9060000000001 Td
+/F1.0 10.5 Tf
+<416c6c206f662074686573652068617665207468652073616d65204d6176656e20> 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
+218.04600000000002 562.9060000000001 Td
+/F3.0 10.5 Tf
+<67726f75704964> 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
+254.79600000000002 562.9060000000001 Td
+/F1.0 10.5 Tf
+<2c206e616d656c7920> 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
+300.24 562.9060000000001 Td
+/F3.0 10.5 Tf
+<6f72672e6170616368652e697369732e636f7265> 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
+405.24 562.9060000000001 Td
+/F1.0 10.5 Tf
+<2e> 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 547.090 m
+543.040 547.090 l
+545.249 547.090 547.040 545.299 547.040 543.090 c
+547.040 160.590 l
+547.040 158.381 545.249 156.590 543.040 156.590 c
+52.240 156.590 l
+50.031 156.590 48.240 158.381 48.240 160.590 c
+48.240 543.090 l
+48.240 545.299 50.031 547.090 52.240 547.090 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 547.090 m
+543.040 547.090 l
+545.249 547.090 547.040 545.299 547.040 543.090 c
+547.040 160.590 l
+547.040 158.381 545.249 156.590 543.040 156.590 c
+52.240 156.590 l
+50.031 156.590 48.240 158.381 48.240 160.590 c
+48.240 543.090 l
+48.240 545.299 50.031 547.090 52.240 547.090 c
+h
+S
+Q
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 524.2650000000001 Td
+/F3.0 11 Tf
+<636f72652f> 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 509.52500000000015 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<2e6d322f20202020202020202020202020202020202020202020202020202020202023207573656420696e206769746c6162204349> 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 494.78500000000014 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<6170706c69622f2020202020202020202020202020202020202020202020202020202320697369732d636f72652d6170706c6962> 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 480.04500000000013 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<636f6d6d6f6e732f20202020202020202020202020202020202020202020202020202320697369732d636f72652d636f6d6d6f6e73> 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 465.3050000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<696e74656774657374737570706f72742f20202020202020202020202020202020202320697369732d636f72652d696e74656774657374737570706f7274> 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 450.56500000000017 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<6c6f67346a2f202020202020202020202020202020202020202020202020202020202320697369732d636f72652d6c6f67346a> 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 435.82500000000016 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<6d6176656e2d706c7567696e2f202020202020202020202020202020202020202020232073656520276d6176656e20706c7567696e73272c2062656c6f77> 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 421.08500000000015 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<6d6176656e646570732f202020202020202020202020202020202020202020202020232073656520276d6176656e64657073272c2062656c6f77> 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 406.34500000000014 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<72756e74696d652f20202020202020202020202020202020202020202020202020202320697369732d636f72652d72756e74696d65> 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 391.60500000000013 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<736368656d612f2020202020202020202020202020202020202020202020202020202320697369732d636f72652d736368656d61> 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 376.8650000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<73656375726974792f202020202020202020202020202020202020202020202020202320697369732d636f72652d7365637572697479> 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 362.1250000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<73656375726974792d736869726f2f202020202020202020202020202020202020202320697369732d636f72652d73656375726974792d736869726f> 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 347.3850000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<73706563737570706f72742f202020202020202020202020202020202020202020202320697369732d636f72652d73706563737570706f7274> 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 332.6450000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<756e697474657374737570706f72742f2020202020202020202020202020202020202320697369732d636f72652d756e697474657374737570706f7274> 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 317.9050000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<756e697474657374737570706f72742d746573742f202020202020202020202020202320697369732d636f72652d756e697474657374737570706f72742d74657374> 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 303.1650000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7265737466756c6f626a656374732d6170706c69622f20202020202320697369732d636f72652d7669657765722d7265737466756c6f626a656374732d6170706c6962> 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 288.42500000000007 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7265737466756c6f626a656374732d72656e646572696e672f20202320697369732d636f72652d7669657765722d7265737466756c6f626a656374732d72656e646572696e67> 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 273.6850000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7265737466756c6f626a656374732d7365727665722f20202020202320697369732d636f72652d7669657765722d7265737466756c6f626a656374732d736572766572> 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 258.9450000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7769636b65742d6170706c69622f202020202020202020202020202320697369732d636f72652d7669657765722d7769636b65742d6170706c6962> 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 244.2050000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7769636b65742d696d706c2f2020202020202020202020202020202320697369732d636f72652d7669657765722d7769636b65742d696d706c> 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 229.4650000000001 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7769636b65742d6d6f64656c2f20202020202020202020202020202320697369732d636f72652d7669657765722d7769636b65742d6d6f64656c> 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 214.72500000000008 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7669657765722d7769636b65742d75692f20202020202020202020202020202020202320697369732d636f72652d7669657765722d7769636b65742d7569> 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 199.98500000000007 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<776562646f636b65722f2020202020202020202020202020202020202020202020202320697369732d776562646f636b6572> 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 185.24500000000006 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<7765627365727665722f2020202020202020202020202020202020202020202020202320697369732d636f72652d776562736572766572> 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 170.50500000000005 Td
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<777261707065722f20202020202020202020202020202020202020202020202020202320697369732d636f72652d77726170706572> 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 132.62600000000003 Td
+/F4.0 10.5 Tf
+[<54> 29.78515625 <61626c6520312e20636f7265206d6176656e206d6f64756c6573>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 101.530 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 101.530 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 78.250 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 78.250 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 124.810 m
+214.507 124.810 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+48.240 101.530 m
+214.507 101.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 125.060 m
+48.240 100.780 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 125.060 m
+214.507 100.780 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+51.24 109.06300000000003 Td
+/F2.0 10.5 Tf
+<4d6f64756c65> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 124.810 m
+547.040 124.810 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+214.507 101.530 m
+547.040 101.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 125.060 m
+214.507 100.780 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 125.060 m
+547.040 100.780 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 109.06300000000003 Td
+/F2.0 10.5 Tf
+<4465736372697074696f6e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 101.530 m
+214.507 101.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 78.250 m
+214.507 78.250 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 101.780 m
+48.240 78.000 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 101.780 m
+214.507 78.000 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 87.96700000000003 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d6170706c6962> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 101.530 m
+547.040 101.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 78.250 m
+547.040 78.250 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 101.780 m
+214.507 78.000 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 101.780 m
+547.040 78.000 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 85.78300000000003 Td
+/F1.0 10.5 Tf
+[<436f7265206170706c69636174696f6e206c696272> 20.01953125 <617279> 89.84375 <2e>] TJ
+ET
+
+0.000 0.000 0.000 scn
+q
+0.000 0.000 0.000 scn
+0.000 0.000 0.000 SCN
+1 w
+0 J
+0 j
+[ ] 0 d
+/Stamp1 Do
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+49.24 14.388 Td
+/F1.0 9 Tf
+<32> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+Q
+
+endstream
+endobj
+14 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 13 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F2.0 18 0 R
+/F3.0 19 0 R
+/F3.1 20 0 R
+/F1.0 8 0 R
+/F4.0 22 0 R
+>>
+/XObject << /Stamp1 53 0 R
+>>
+>>
+>>
+endobj
+15 0 obj
+[14 0 R /XYZ 0 841.89 null]
+endobj
+16 0 obj
+<< /Type /Names
+/Dests 17 0 R
+>>
+endobj
+17 0 obj
+<< /Names [(__ad_metamodel) 37 0 R (__ad_modules) 15 0 R (archetypes) 32 0 R (core) 21 0 R (core-mavendeps) 28 0 R (core-mavenplugins) 29 0 R]
+>>
+endobj
+18 0 obj
+<< /Type /Font
+/BaseFont /AAAAAB+NotoSerif-Bold
+/Subtype /TrueType
+/FontDescriptor 69 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 71 0 R
+/ToUnicode 70 0 R
+>>
+endobj
+19 0 obj
+<< /Type /Font
+/BaseFont /AAAAAC+mplus1mn-regular
+/Subtype /TrueType
+/FontDescriptor 73 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 75 0 R
+/ToUnicode 74 0 R
+>>
+endobj
+20 0 obj
+<< /Type /Font
+/BaseFont /AAAAAD+mplus1mn-regular
+/Subtype /TrueType
+/FontDescriptor 77 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 79 0 R
+/ToUnicode 78 0 R
+>>
+endobj
+21 0 obj
+[14 0 R /XYZ 0 642.73 null]
+endobj
+22 0 obj
+<< /Type /Font
+/BaseFont /AAAAAE+NotoSerif-Italic
+/Subtype /TrueType
+/FontDescriptor 81 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 83 0 R
+/ToUnicode 82 0 R
+>>
+endobj
+23 0 obj
+<< /Length 25847
+>>
+stream
+q
+/DeviceRGB cs
+1.000 1.000 1.000 scn
+48.240 782.610 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 782.610 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 745.050 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 745.050 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 721.770 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 721.770 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 669.930 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 669.930 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 618.090 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 618.090 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 580.530 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 580.530 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 528.690 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 528.690 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 491.130 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 491.130 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 453.570 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 453.570 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 416.010 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 416.010 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 378.450 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 378.450 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 298.050 166.267 80.400 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 298.050 332.533 80.400 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 231.930 166.267 66.120 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 231.930 332.533 66.120 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 194.370 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 194.370 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 99.690 166.267 94.680 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 99.690 332.533 94.680 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 62.130 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 62.130 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.5 w
+/DeviceRGB CS
+0.867 0.867 0.867 SCN
+48.240 805.890 m
+214.507 805.890 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+48.240 782.610 m
+214.507 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 806.140 m
+48.240 781.860 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 806.140 m
+214.507 781.860 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+51.24 790.1429999999999 Td
+/F2.0 10.5 Tf
+<4d6f64756c65> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 805.890 m
+547.040 805.890 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+214.507 782.610 m
+547.040 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 806.140 m
+214.507 781.860 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 806.140 m
+547.040 781.860 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 790.1429999999999 Td
+/F2.0 10.5 Tf
+<4465736372697074696f6e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 782.610 m
+214.507 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 745.050 m
+214.507 745.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 782.860 m
+48.240 744.800 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 782.860 m
+214.507 744.800 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 769.0470000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d696e74656774657374737570706f7274> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 782.610 m
+547.040 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 745.050 m
+547.040 745.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 782.860 m
+214.507 744.800 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 782.860 m
+547.040 744.800 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 766.863 Td
+/F1.0 10.5 Tf
+[<496e74656772> 20.01953125 <6174696f6e207465737420737570706f72742e204170706c69636174696f6e20696e74656772> 20.01953125 <6174696f6e207465737473207479706963616c6c79>] TJ
+ET
+
+
+BT
+217.50650040000002 752.5830000000001 Td
+/F1.0 10.5 Tf
+<657874656e642066726f6d2061646170746572207375706572636c617373657320646566696e656420696e2074686973206d6f64756c652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 745.050 m
+214.507 745.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 721.770 m
+214.507 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 745.300 m
+48.240 721.520 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 745.300 m
+214.507 721.520 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 731.4870000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d6c6f67346a> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 745.050 m
+547.040 745.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 721.770 m
+547.040 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 745.300 m
+214.507 721.520 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 745.300 m
+547.040 721.520 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 729.303 Td
+/F1.0 10.5 Tf
+[<436f6e66696775726573204c6f67346a20617320746865206c6f6767696e67206672> 20.01953125 <616d65776f726b>] TJ
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 721.770 m
+214.507 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 669.930 m
+214.507 669.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 722.020 m
+48.240 669.680 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.020 m
+214.507 669.680 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 708.2070000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d6d6574616d6f64656c> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 721.770 m
+547.040 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 669.930 m
+547.040 669.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.020 m
+214.507 669.680 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 722.020 m
+547.040 669.680 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 706.0230000000001 Td
+/F1.0 10.5 Tf
+[<54686520636c61737365732074686174206d616b> 20.01953125 <6520757020746865206d6574616d6f64656c207768696368206973207573656420746f2072656e646572>] TJ
+ET
+
+
+BT
+217.50650040000002 691.743 Td
+/F1.0 10.5 Tf
+<7468652055492e205365652074686520> Tj
+ET
+
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+291.2585004 691.743 Td
+/F1.0 10.5 Tf
+<73656374696f6e2062656c6f77> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+359.7815004 691.743 Td
+/F1.0 10.5 Tf
+<20776869636820616c736f20696e636c7564657320612073696d706c6966696564> Tj
+ET
+
+
+BT
+217.50650040000002 677.4630000000001 Td
+/F1.0 10.5 Tf
+[<554d4c206469616772> 20.01953125 <616d206f6620746865736520636c61737365732e>] TJ
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 669.930 m
+214.507 669.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 618.090 m
+214.507 618.090 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 670.180 m
+48.240 617.840 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 670.180 m
+214.507 617.840 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 656.3670000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d72756e74696d65> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 669.930 m
+547.040 669.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 618.090 m
+547.040 618.090 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 670.180 m
+214.507 617.840 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 670.180 m
+547.040 617.840 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 654.183 Td
+/F1.0 10.5 Tf
+[<54686520636c61737365732074686174206d616b> 20.01953125 <652075702072756e74696d65206d616e6167656d656e7420616e642070657273697374656e6365>] TJ
+ET
+
+
+BT
+217.50650040000002 639.903 Td
+/F1.0 10.5 Tf
+[<6f6620646f6d61696e206f626a656374732c2061732077656c6c206173206672> 20.01953125 <616d65776f726b20666f722073656375726974792028636f6e6365707473206f66>] TJ
+ET
+
+
+BT
+217.50650040000002 625.623 Td
+/F1.0 10.5 Tf
+<61757468656e7469636174696f6e206f7220617574686f7269736174696f6e292e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 618.090 m
+214.507 618.090 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 580.530 m
+214.507 580.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 618.340 m
+48.240 580.280 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 618.340 m
+214.507 580.280 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 604.527 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d736368656d61> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 618.090 m
+547.040 618.090 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 580.530 m
+547.040 580.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 618.340 m
+214.507 580.280 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 618.340 m
+547.040 580.280 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 602.3430000000001 Td
+/F1.0 10.5 Tf
+[<446566696e65732058> 9.765625 <53447320616e642067656e6572> 20.01953125 <6174656420636c61737365732074686174206361707475726520636f6d6d616e647320616e64>] TJ
+ET
+
+
+BT
+217.50650040000002 588.063 Td
+/F1.0 10.5 Tf
+[<696e746572> 20.01953125 <616374696f6e7320696e20584d4c20666f726d2e>] TJ
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 580.530 m
+214.507 580.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 528.690 m
+214.507 528.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 580.780 m
+48.240 528.440 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 580.780 m
+214.507 528.440 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 566.9670000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7365637572697479> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 580.530 m
+547.040 580.530 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 528.690 m
+547.040 528.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 580.780 m
+214.507 528.440 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 580.780 m
+547.040 528.440 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 564.7830000000001 Td
+/F1.0 10.5 Tf
+[<446566696e65732061202262> 20.01953125 <79706173732220696d706c656d656e746174696f6e206f66207365637572697479> 89.84375 <2c20666f722070726f746f747970696e67>] TJ
+ET
+
+
+BT
+217.50650040000002 550.503 Td
+/F1.0 10.5 Tf
+[<6f6e6c79> 89.84375 <2e205573696e67207468697320696d706c656d656e746174696f6e2c20616e> 20.01953125 <7920757365722f70617373776f7264206973206163636570746564>] TJ
+ET
+
+
+BT
+217.50650040000002 536.2230000000001 Td
+/F1.0 10.5 Tf
+<616e64> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 528.690 m
+214.507 528.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 491.130 m
+214.507 491.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 528.940 m
+48.240 490.880 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 528.940 m
+214.507 490.880 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 515.1270000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d73656375726974792d736869726f> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 528.690 m
+547.040 528.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 491.130 m
+547.040 491.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 528.940 m
+214.507 490.880 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 528.940 m
+547.040 490.880 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 512.943 Td
+/F1.0 10.5 Tf
+<446566696e657320616e20696d706c656d656e746174696f6e206f662073656375726974792061757468656e7469636174696f6e207768696368> Tj
+ET
+
+
+BT
+217.50650040000002 498.663 Td
+/F1.0 10.5 Tf
+<64656c65676174657320746f2041706163686520536869726f2e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 491.130 m
+214.507 491.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 453.570 m
+214.507 453.570 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 491.380 m
+48.240 453.320 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 491.380 m
+214.507 453.320 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 477.567 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d73706563737570706f7274> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 491.130 m
+547.040 491.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 453.570 m
+547.040 453.570 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 491.380 m
+214.507 453.320 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 491.380 m
+547.040 453.320 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 475.38300000000004 Td
+/F1.0 10.5 Tf
+<4170706c69636174696f6e20424444207370656373207479706963616c6c7920696e68657269742066726f6d20636c617373657320646566696e656420696e> Tj
+ET
+
+
+BT
+217.50650040000002 461.10300000000007 Td
+/F1.0 10.5 Tf
+<74686973206d6f64756c652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 453.570 m
+214.507 453.570 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 416.010 m
+214.507 416.010 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 453.820 m
+48.240 415.760 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 453.820 m
+214.507 415.760 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 440.00700000000006 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d756e697474657374737570706f7274> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 453.570 m
+547.040 453.570 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 416.010 m
+547.040 416.010 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 453.820 m
+214.507 415.760 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 453.820 m
+547.040 415.760 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 437.82300000000004 Td
+/F1.0 10.5 Tf
+[<4170706c69636174696f6e20756e6974207465737473206d61> 20.01953125 <792075736520736f6d65206f6620746865207574696c697469657320646566696e656420696e2074686973>] TJ
+ET
+
+
+BT
+217.50650040000002 423.543 Td
+/F1.0 10.5 Tf
+<6d6f64756c652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 416.010 m
+214.507 416.010 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 378.450 m
+214.507 378.450 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 416.260 m
+48.240 378.200 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 416.260 m
+214.507 378.200 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 402.447 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 391.002 Td
+/F3.0 10.5 Tf
+<7265737466756c6f626a656374732d6170706c6962> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 416.010 m
+547.040 416.010 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 378.450 m
+547.040 378.450 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 416.260 m
+214.507 378.200 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 416.260 m
+547.040 378.200 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 400.26300000000003 Td
+/F1.0 10.5 Tf
+[<446566696e6573206120636c69656e742d73696465204a617661206c696272> 20.01953125 <61727920666f7220696e746572> 20.01953125 <616374696e6720776974682074686520524553> 20.01953125 <54>] TJ
+ET
+
+
+BT
+217.50650040000002 385.98300000000006 Td
+/F1.0 10.5 Tf
+[<415049206578706f7365642062> 20.01953125 <7920746865205265737466756c204f626a65637473207669657765722e>] TJ
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 378.450 m
+214.507 378.450 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 298.050 m
+214.507 298.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 378.700 m
+48.240 297.800 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 378.700 m
+214.507 297.800 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 364.88700000000006 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 353.442 Td
+/F3.0 10.5 Tf
+<7265737466756c6f626a656374732d72656e646572696e67> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 378.450 m
+547.040 378.450 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 298.050 m
+547.040 298.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 378.700 m
+214.507 297.800 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 378.700 m
+547.040 297.800 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 362.70300000000003 Td
+/F1.0 10.5 Tf
+<50726f7669646573206120> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+272.41100040000003 362.70300000000003 Td
+/F3.0 10.5 Tf
+<526570726573656e746174696f6e53657276696365> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+382.66100040000003 362.70300000000003 Td
+/F1.0 10.5 Tf
+<2041504920616e642061206c6f7765722d6c6576656c> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+217.50650040000002 348.423 Td
+/F3.0 10.5 Tf
+<436f6e74656e744e65676f74696174696f6e53657276696365> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+348.75650040000005 348.423 Td
+/F1.0 10.5 Tf
+<204150492c20616c6f6e67207769746820696d706c656d656e746174696f6e73206f66> Tj
+ET
+
+
+BT
+217.50650040000002 334.14300000000003 Td
+/F1.0 10.5 Tf
+<656163682e20546865736520696d706c656d656e746174696f6e732070726f7669646520737570706f727420666f7220746865> Tj
+ET
+
+
+BT
+217.50650040000002 319.86300000000006 Td
+/F1.0 10.5 Tf
+[<726570726573656e746174696f6e7320646566696e65642062> 20.01953125 <79205265737466756c204f626a6563747320737065632076312e302c2061732077656c6c2061732061>] TJ
+ET
+
+
+BT
+217.50650040000002 305.583 Td
+/F1.0 10.5 Tf
+<6e756d626572206f66206f746865722041706163686520497369732d737065636966696320726570726573656e746174696f6e732e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 298.050 m
+214.507 298.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 231.930 m
+214.507 231.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 298.300 m
+48.240 231.680 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 298.300 m
+214.507 231.680 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 284.4870000000001 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 273.04200000000003 Td
+/F3.0 10.5 Tf
+<7265737466756c6f626a656374732d736572766572> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 298.050 m
+547.040 298.050 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 231.930 m
+547.040 231.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 298.300 m
+214.507 231.680 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 298.300 m
+547.040 231.680 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 282.30300000000005 Td
+/F1.0 10.5 Tf
+[<446566696e657320746865204a41582d5253207265736f757263657320737570706f727465642062> 20.01953125 <7920746865205265737466756c204f626a65637473>] TJ
+ET
+
+
+BT
+217.50650040000002 268.023 Td
+/F1.0 10.5 Tf
+<7669657765722e2054686573652070617273652074686520696e7075742c2064656c656761746520746f207468652072756e74696d6520666f722061> Tj
+ET
+
+
+BT
+217.50650040000002 253.74300000000005 Td
+/F1.0 10.5 Tf
+[<726573706f6e73652c20616e642068616e6420636f6e74726f6c20746f207468652072656e646572696e67206d6f64756c6520746f2067656e6572> 20.01953125 <617465>] TJ
+ET
+
+
+BT
+217.50650040000002 239.46300000000005 Td
+/F1.0 10.5 Tf
+<6120726570726573656e746174696f6e2e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 231.930 m
+214.507 231.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 194.370 m
+214.507 194.370 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 232.180 m
+48.240 194.120 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 232.180 m
+214.507 194.120 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 218.36700000000008 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d7769636b65742d6170706c6962> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 231.930 m
+547.040 231.930 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 194.370 m
+547.040 194.370 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 232.180 m
+214.507 194.120 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 232.180 m
+547.040 194.120 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 216.18300000000008 Td
+/F1.0 10.5 Tf
+<43757272656e746c79206a75737420646566696e657320> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+328.5440004 216.18300000000008 Td
+/F3.0 10.5 Tf
+<5769636b6574446576656c6f7065725574696c697469657353657276696365> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+491.2940004000001 216.18300000000008 Td
+/F1.0 10.5 Tf
+<2c20666f72> Tj
+ET
+
+
+BT
+217.50650040000002 201.90300000000008 Td
+/F1.0 10.5 Tf
+<636c656172696e67207468652063616368652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 194.370 m
+214.507 194.370 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 99.690 m
+214.507 99.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 194.620 m
+48.240 99.440 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 194.620 m
+214.507 99.440 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 180.80700000000013 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d7769636b65742d696d706c> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 194.370 m
+547.040 194.370 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 99.690 m
+547.040 99.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 194.620 m
+214.507 99.440 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 194.620 m
+547.040 99.440 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 178.62300000000013 Td
+/F1.0 10.5 Tf
+[<54686520746f702d6c6576656c20696e74656772> 20.01953125 <6174696f6e2077697468205769636b> 20.01953125 <65742c20666f72206578616d706c6520646566696e696e6720746865>] TJ
+ET
+
+
+BT
+217.50650040000002 164.34300000000013 Td
+/F1.0 10.5 Tf
+[<41706163686520497369732d737065636966696320696d706c656d656e746174696f6e732f737562636c6173736573206f6620746865205769636b> 20.01953125 <6574>] TJ
+ET
+
+
+BT
+217.50650040000002 150.06300000000013 Td
+/F1.0 10.5 Tf
+<4150497320666f72206170706c69636174696f6e2c207765622073657373696f6e2c206c6f63616c697a657220616e642072657175657374206379636c652e> Tj
+ET
+
+
+BT
+217.50650040000002 135.78300000000013 Td
+/F1.0 10.5 Tf
+<416c736f20646566696e65732072656769737472696573206f6620706167657320616e6420636f6d706f6e656e74732c2061732077656c6c2061732061> Tj
+ET
+
+
+BT
+217.50650040000002 121.50300000000013 Td
+/F1.0 10.5 Tf
+[<6e756d626572206f6620646f6d61696e20736572766963657320616e64206d6978696e732028666f72207573652062> 20.01953125 <79206170706c69636174696f6e7329>] TJ
+ET
+
+
+BT
+217.50650040000002 107.22300000000013 Td
+/F1.0 10.5 Tf
+[<7468617420617265206f6e6c7920617661696c61626c652077697468696e20746865205769636b> 20.01953125 <6574207669657765722e>] TJ
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 99.690 m
+214.507 99.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 62.130 m
+214.507 62.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 99.940 m
+48.240 61.880 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 99.940 m
+214.507 61.880 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 86.12700000000005 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d7769636b65742d6d6f64656c> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 99.690 m
+547.040 99.690 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 62.130 m
+547.040 62.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 99.940 m
+214.507 61.880 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 99.940 m
+547.040 61.880 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 83.94300000000005 Td
+/F1.0 10.5 Tf
+<53657269616c697a61626c65206d656d656e746f7320726570726573656e74696e6720746865207374617465206f662072756e74696d6520646f6d61696e> Tj
+ET
+
+
+BT
+217.50650040000002 69.66300000000005 Td
+/F1.0 10.5 Tf
+<6f626a6563747320286f7220746865697220696e646976696475616c206d656d62657273292e> Tj
+ET
+
+0.000 0.000 0.000 scn
+q
+0.000 0.000 0.000 scn
+0.000 0.000 0.000 SCN
+1 w
+0 J
+0 j
+[ ] 0 d
+/Stamp1 Do
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.0089999999999 14.388 Td
+/F1.0 9 Tf
+<33> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+Q
+
+endstream
+endobj
+24 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 23 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F2.0 18 0 R
+/F3.0 19 0 R
+/F1.0 8 0 R
+>>
+/XObject << /Stamp1 53 0 R
+>>
+>>
+/Annots [25 0 R]
+>>
+endobj
+25 0 obj
+<< /Border [0 0 0]
+/Dest (__ad_metamodel)
+/Subtype /Link
+/Rect [291.2585004 688.6770000000001 359.7815004 702.9570000000001]
+/Type /Annot
+>>
+endobj
+26 0 obj
+<< /Length 18340
+>>
+stream
+q
+/DeviceRGB cs
+1.000 1.000 1.000 scn
+48.240 782.610 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 782.610 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 759.330 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 759.330 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 721.770 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 721.770 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 684.210 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 684.210 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.5 w
+/DeviceRGB CS
+0.867 0.867 0.867 SCN
+48.240 805.890 m
+214.507 805.890 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+48.240 782.610 m
+214.507 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 806.140 m
+48.240 781.860 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 806.140 m
+214.507 781.860 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+51.24 790.1429999999999 Td
+/F2.0 10.5 Tf
+<4d6f64756c65> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 805.890 m
+547.040 805.890 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+214.507 782.610 m
+547.040 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 806.140 m
+214.507 781.860 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 806.140 m
+547.040 781.860 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 790.1429999999999 Td
+/F2.0 10.5 Tf
+<4465736372697074696f6e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 782.610 m
+214.507 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 759.330 m
+214.507 759.330 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 782.860 m
+48.240 759.080 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 782.860 m
+214.507 759.080 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 769.0469999999999 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d7669657765722d7769636b65742d7569> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 782.610 m
+547.040 782.610 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 759.330 m
+547.040 759.330 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 782.860 m
+214.507 759.080 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 782.860 m
+547.040 759.080 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 766.8629999999998 Td
+/F1.0 10.5 Tf
+<554920636f6d706f6e656e747320746861742072656e64657220746865206d6f64756c732e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 759.330 m
+214.507 759.330 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 721.770 m
+214.507 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 759.580 m
+48.240 721.520 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 759.580 m
+214.507 721.520 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 745.7669999999999 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d776562736572766572> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 759.330 m
+547.040 759.330 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 721.770 m
+547.040 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 759.580 m
+214.507 721.520 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 759.580 m
+547.040 721.520 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 743.5829999999999 Td
+/F1.0 10.5 Tf
+[<46> 40.0390625 <6f7220646576656c6f706d656e742077697468696e20616e204944452c2070726f76696465732061207574696c69747920636c61737320746f>] TJ
+ET
+
+
+BT
+217.50650040000002 729.3029999999999 Td
+/F1.0 10.5 Tf
+[<626f6f74737472> 20.01953125 <617020746865206170706c69636174696f6e20287573696e67204a65747479292e>] TJ
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 721.770 m
+214.507 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 684.210 m
+214.507 684.210 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 722.020 m
+48.240 683.960 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.020 m
+214.507 683.960 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 708.207 Td
+/F3.0 10.5 Tf
+<697369732d636f72652d77726170706572> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 721.770 m
+547.040 721.770 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 684.210 m
+547.040 684.210 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.020 m
+214.507 683.960 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 722.020 m
+547.040 683.960 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 706.0229999999999 Td
+/F1.0 10.5 Tf
+<50726f766964657320616e20696d706c656d656e746174696f6e206f662074686520> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+393.59150040000003 706.0229999999999 Td
+/F3.0 10.5 Tf
+<57726170706572466163746f7279> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+467.09150040000003 706.0229999999999 Td
+/F1.0 10.5 Tf
+<20646f6d61696e> Tj
+ET
+
+
+BT
+217.50650040000002 691.7429999999999 Td
+/F1.0 10.5 Tf
+<736572766963652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24 648.186 Td
+/F2.0 18 Tf
+<312e322e20636f72652f6d6176656e64657073> 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 620.166 Td
+/F1.0 10.5 Tf
+<54686520> 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
+69.66 620.166 Td
+/F3.0 10.5 Tf
+<636f72652f6d6176656e64657073> 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
+143.16 620.166 Td
+/F1.0 10.5 Tf
+<206d6f64756c657320c9> 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 592.3860000000001 Td
+/F1.0 10.5 Tf
+<416c6c206f662074686573652068617665207468652073616d65204d6176656e20> 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
+218.04600000000002 592.3860000000001 Td
+/F3.0 10.5 Tf
+<67726f75704964> 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
+254.79600000000002 592.3860000000001 Td
+/F1.0 10.5 Tf
+<2c206e616d656c7920> 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
+300.24 592.3860000000001 Td
+/F3.0 10.5 Tf
+<6f72672e6170616368652e697369732e6d6176656e64657073> 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
+431.49 592.3860000000001 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.24 564.6060000000001 Td
+/F4.0 10.5 Tf
+<6d6176656e64657073204d6f64756c6573> 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 556.790 m
+543.040 556.790 l
+545.249 556.790 547.040 554.999 547.040 552.790 c
+547.040 465.090 l
+547.040 462.881 545.249 461.090 543.040 461.090 c
+52.240 461.090 l
+50.031 461.090 48.240 462.881 48.240 465.090 c
+48.240 552.790 l
+48.240 554.999 50.031 556.790 52.240 556.790 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 556.790 m
+543.040 556.790 l
+545.249 556.790 547.040 554.999 547.040 552.790 c
+547.040 465.090 l
+547.040 462.881 545.249 461.090 543.040 461.090 c
+52.240 461.090 l
+50.031 461.090 48.240 462.881 48.240 465.090 c
+48.240 552.790 l
+48.240 554.999 50.031 556.790 52.240 556.790 c
+h
+S
+Q
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 533.9650000000001 Td
+/F3.0 11 Tf
+<636f7265> 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 519.2250000000001 Td
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<6d6176656e646570732f> 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 504.4850000000002 Td
+/F3.0 11 Tf
+<ca202020> Tj
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<697369732d6d6176656e646570732d696e74656c6c696a2f202020202320697369732d6d6176656e646570732d696e74656c6c696a> 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 489.7450000000002 Td
+/F3.0 11 Tf
+<ca202020> Tj
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<697369732d6d6176656e646570732d74657374696e672f20202020202320697369732d6d6176656e646570732d74657374696e67> 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 475.00500000000017 Td
+/F3.0 11 Tf
+<ca202020> Tj
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<697369732d6d6176656e646570732d7765626170702f2020202020202320697369732d6d6176656e646570732d776562617070> 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 437.12600000000015 Td
+/F4.0 10.5 Tf
+[<54> 29.78515625 <61626c6520322e20636f72652f6d6176656e64657073206d6176656e206d6f64756c6573>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 406.030 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 406.030 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 382.750 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 382.750 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 230.950 166.267 151.800 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 230.950 332.533 151.800 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 136.270 166.267 94.680 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 136.270 332.533 94.680 re
+f
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 429.310 m
+214.507 429.310 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+48.240 406.030 m
+214.507 406.030 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 429.560 m
+48.240 405.280 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 429.560 m
+214.507 405.280 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+51.24 413.56300000000016 Td
+/F2.0 10.5 Tf
+<4d6f64756c65> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 429.310 m
+547.040 429.310 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+214.507 406.030 m
+547.040 406.030 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 429.560 m
+214.507 405.280 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 429.560 m
+547.040 405.280 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 413.56300000000016 Td
+/F2.0 10.5 Tf
+<4465736372697074696f6e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 406.030 m
+214.507 406.030 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 382.750 m
+214.507 382.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 406.280 m
+48.240 382.500 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 406.280 m
+214.507 382.500 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 392.4670000000002 Td
+/F3.0 10.5 Tf
+<697369732d6d6176656e646570732d696e74656c6c696a> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 406.030 m
+547.040 406.030 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 382.750 m
+547.040 382.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 406.280 m
+214.507 382.500 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 406.280 m
+547.040 382.500 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 390.2830000000002 Td
+/F1.0 10.5 Tf
+<446566756e63742e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 382.750 m
+214.507 382.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 230.950 m
+214.507 230.950 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 383.000 m
+48.240 230.700 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 383.000 m
+214.507 230.700 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 369.1870000000001 Td
+/F3.0 10.5 Tf
+<697369732d6d6176656e646570732d74657374696e67> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 382.750 m
+547.040 382.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 230.950 m
+547.040 230.950 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 383.000 m
+214.507 230.700 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 383.000 m
+547.040 230.700 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 367.00300000000016 Td
+/F1.0 10.5 Tf
+[<41> 20.01953125 <67677265676174657320646570656e64656e63696573206f6e20766172696f757320746573742d73636f706520706c7567696e732075736566756c20666f72>] TJ
+ET
+
+
+BT
+217.50650040000002 352.7230000000002 Td
+/F1.0 10.5 Tf
+[<756e69742d20616e6420696e74656772> 20.01953125 <6174696f6e2074657374696e672061206d6f64756c652e20546865736520696e636c75646520417061636865204973697327>] TJ
+ET
+
+
+BT
+217.50650040000002 338.44300000000015 Td
+/F1.0 10.5 Tf
+<6f776e20> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+242.09750040000003 338.44300000000015 Td
+/F3.0 10.5 Tf
+<756e697474657374737570706f7274> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+320.84750040000006 338.44300000000015 Td
+/F1.0 10.5 Tf
+<2c20> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+326.19200040000004 338.44300000000015 Td
+/F3.0 10.5 Tf
+<696e74656774657374737570706f7274> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+410.1920004 338.44300000000015 Td
+/F1.0 10.5 Tf
+<20616e6420> Tj
+ET
+
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+434.7410004 338.44300000000015 Td
+/F3.0 10.5 Tf
+<73706563737570706f7274> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+492.4910004000001 338.44300000000015 Td
+/F1.0 10.5 Tf
+<206d6f64756c65732c> Tj
+ET
+
+
+BT
+217.50650040000002 324.1630000000001 Td
+/F1.0 10.5 Tf
+<61732077656c6c2061732061206e756d626572206f6620636f6d6d6f6e2074657374696e672f6d6f636b696e672f617373657274696f6e> Tj
+ET
+
+
+BT
+217.50650040000002 309.88300000000015 Td
+/F1.0 10.5 Tf
+[<6c696272> 20.01953125 <61726965732e2054686573652063616e207468656e20626520696e636c75646564207573696e6720612073696e676c6520646570656e64656e6379>] TJ
+ET
+
+
+BT
+217.50650040000002 295.6030000000002 Td
+/F1.0 10.5 Tf
+[<6465636c6172> 20.01953125 <6174696f6e3a205b736f757263652c786d6c5d202d2d2d2d203c646570656e64656e636965733e2020203c646570656e64656e63793e>] TJ
+ET
+
+
+BT
+217.50650040000002 281.32300000000015 Td
+/F1.0 10.5 Tf
+<3c67726f757049643e6f72672e6170616368652e697369732e6d6176656e646570733c2f67726f757049643e> Tj
+ET
+
+
+BT
+217.50650040000002 267.0430000000001 Td
+/F1.0 10.5 Tf
+<3c617274696661637449643e697369732d6d6176656e646570732d74657374696e673c2f617274696661637449643e> Tj
+ET
+
+
+BT
+217.50650040000002 252.76300000000015 Td
+/F1.0 10.5 Tf
+<3c747970653e706f6d3c2f747970653e20202020203c73636f70653e746573743c2f73636f70653e2020203c2f646570656e64656e63793e> Tj
+ET
+
+
+BT
+217.50650040000002 238.48300000000015 Td
+/F1.0 10.5 Tf
+<3c2f646570656e64656e636965733e202d2d2d2d> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 230.950 m
+214.507 230.950 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 136.270 m
+214.507 136.270 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 231.200 m
+48.240 136.020 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 231.200 m
+214.507 136.020 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 217.38700000000017 Td
+/F3.0 10.5 Tf
+<697369732d6d6176656e646570732d776562617070> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 230.950 m
+547.040 230.950 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 136.270 m
+547.040 136.270 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 231.200 m
+214.507 136.020 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 231.200 m
+547.040 136.020 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 215.20300000000017 Td
+/F1.0 10.5 Tf
+[<41> 20.01953125 <67677265676174657320646570656e64656e63696573206f6e2041706163686520497369732072756e74696d6520697473656c66207768656e>] TJ
+ET
+
+
+BT
+217.50650040000002 200.92300000000017 Td
+/F1.0 10.5 Tf
+<757365642077697468696e2061207765626170702e2054686573652063616e207468656e20626520696e636c75646564207573696e6720612073696e676c65> Tj
+ET
+
+
+BT
+217.50650040000002 186.64300000000017 Td
+/F1.0 10.5 Tf
+[<646570656e64656e6379206465636c6172> 20.01953125 <6174696f6e3a205b736f757263652c786d6c5d202d2d2d2d203c646570656e64656e636965733e>] TJ
+ET
+
+
+BT
+217.50650040000002 172.36300000000017 Td
+/F1.0 10.5 Tf
+<3c646570656e64656e63793e20202020203c67726f757049643e6f72672e6170616368652e697369732e6d6176656e646570733c2f67726f757049643e> Tj
+ET
+
+
+BT
+217.50650040000002 158.08300000000017 Td
+/F1.0 10.5 Tf
+<3c617274696661637449643e697369732d6d6176656e646570732d7765626170703c2f617274696661637449643e> Tj
+ET
+
+
+BT
+217.50650040000002 143.80300000000017 Td
+/F1.0 10.5 Tf
+<3c747970653e706f6d3c2f747970653e2020203c2f646570656e64656e63793e203c2f646570656e64656e636965733e202d2d2d2d> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24 100.24600000000015 Td
+/F2.0 18 Tf
+<312e332e20636f72652f6d6176656e706c7567696e73> 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 72.22600000000016 Td
+/F1.0 10.5 Tf
+<546865726520697320612073696e676c65204d6176656e20706c7567696e206d6f64756c652e20497473204d6176656e20> 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
+298.728 72.22600000000016 Td
+/F3.0 10.5 Tf
+<67726f75704964> 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
+335.47800000000007 72.22600000000016 Td
+/F1.0 10.5 Tf
+<20697320> 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
+349.00200000000007 72.22600000000016 Td
+/F3.0 10.5 Tf
+<6f72672e6170616368652e697369732e746f6f6c73> 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
+459.25200000000007 72.22600000000016 Td
+/F1.0 10.5 Tf
+<2e> 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
+1 w
+0 J
+0 j
+[ ] 0 d
+/Stamp1 Do
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+49.24 14.388 Td
+/F1.0 9 Tf
+<34> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+Q
+
+endstream
+endobj
+27 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 26 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F2.0 18 0 R
+/F3.0 19 0 R
+/F1.0 8 0 R
+/F4.0 22 0 R
+/F3.1 20 0 R
+>>
+/XObject << /Stamp1 53 0 R
+>>
+>>
+>>
+endobj
+28 0 obj
+[27 0 R /XYZ 0 672.21 null]
+endobj
+29 0 obj
+[27 0 R /XYZ 0 124.27000000000015 null]
+endobj
+30 0 obj
+<< /Length 18515
+>>
+stream
+q
+/DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 793.9259999999999 Td
+/F4.0 10.5 Tf
+<506c7567696e204d6f64756c6573> 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 786.110 m
+543.040 786.110 l
+545.249 786.110 547.040 784.319 547.040 782.110 c
+547.040 738.630 l
+547.040 736.421 545.249 734.630 543.040 734.630 c
+52.240 734.630 l
+50.031 734.630 48.240 736.421 48.240 738.630 c
+48.240 782.110 l
+48.240 784.319 50.031 786.110 52.240 786.110 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 786.110 m
+543.040 786.110 l
+545.249 786.110 547.040 784.319 547.040 782.110 c
+547.040 738.630 l
+547.040 736.421 545.249 734.630 543.040 734.630 c
+52.240 734.630 l
+50.031 734.630 48.240 736.421 48.240 738.630 c
+48.240 782.110 l
+48.240 784.319 50.031 786.110 52.240 786.110 c
+h
+S
+Q
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 763.285 Td
+/F3.0 11 Tf
+<636f72652f> 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 748.545 Td
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<6d6176656e2d706c7567696e2f202020202020202020202020202020202320697369732d6d6176656e2d706c7567696e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 699.350 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 699.350 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 647.510 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 647.510 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 722.630 m
+214.507 722.630 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+48.240 699.350 m
+214.507 699.350 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 722.880 m
+48.240 698.600 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.880 m
+214.507 698.600 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+51.24 706.8829999999999 Td
+/F2.0 10.5 Tf
+<4d6f64756c65> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.630 m
+547.040 722.630 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+214.507 699.350 m
+547.040 699.350 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 722.880 m
+214.507 698.600 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 722.880 m
+547.040 698.600 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 706.8829999999999 Td
+/F2.0 10.5 Tf
+<4465736372697074696f6e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 699.350 m
+214.507 699.350 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 647.510 m
+214.507 647.510 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 699.600 m
+48.240 647.260 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 699.600 m
+214.507 647.260 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 685.787 Td
+/F3.0 10.5 Tf
+<697369732d6d6176656e2d706c7567696e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 699.350 m
+547.040 699.350 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 647.510 m
+547.040 647.510 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 699.600 m
+214.507 647.260 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 699.600 m
+547.040 647.260 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 683.6030000000001 Td
+/F1.0 10.5 Tf
+<436f646520746f206275696c642061206d6176656e20706c7567696e20666f7220746865206275696c642e205468697320706c7567696e2063616e> Tj
+ET
+
+
+BT
+217.50650040000002 669.323 Td
+/F1.0 10.5 Tf
+[<76616c696461746520746865206d6574616d6f64656c20616e642067656e6572> 20.01953125 <6174652053> 9.765625 <77616767657220737065637320666f722061>] TJ
+ET
+
+
+BT
+217.50650040000002 655.043 Td
+/F1.0 10.5 Tf
+<646f6d61696e206d6f64656c2061732070617274206f6620746865206170706c69636174696f6ed573206275696c6420706970656c696e652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24 611.486 Td
+/F2.0 18 Tf
+<312e342e2061726368657479706573> 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 595.430 m
+543.040 595.430 l
+545.249 595.430 547.040 593.639 547.040 591.430 c
+547.040 400.550 l
+547.040 398.341 545.249 396.550 543.040 396.550 c
+52.240 396.550 l
+50.031 396.550 48.240 398.341 48.240 400.550 c
+48.240 591.430 l
+48.240 593.639 50.031 595.430 52.240 595.430 c
+h
+f
+0.800 0.800 0.800 SCN
+0.75 w
+52.240 595.430 m
+543.040 595.430 l
+545.249 595.430 547.040 593.639 547.040 591.430 c
+547.040 400.550 l
+547.040 398.341 545.249 396.550 543.040 396.550 c
+52.240 396.550 l
+50.031 396.550 48.240 398.341 48.240 400.550 c
+48.240 591.430 l
+48.240 593.639 50.031 595.430 52.240 595.430 c
+h
+S
+Q
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+59.24 572.605 Td
+/F3.0 11 Tf
+<6578616d706c652f> 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 557.865 Td
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<6170706c69636174696f6e2f> 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 543.125 Td
+/F3.1 11 Tf
+<2420202021222220> Tj
+/F3.0 11 Tf
+<68656c6c6f776f726c642f202020202023206f72672e6170616368652e697369732e6578616d706c652e6170706c69636174696f6e3a68656c6c6f776f726c64> 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 528.385 Td
+/F3.1 11 Tf
+<2420202023222220> Tj
+/F3.0 11 Tf
+<73696d706c656170702f20202020202023206f72672e6170616368652e697369732e6578616d706c652e6170706c69636174696f6e3a73696d706c65617070> 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 513.645 Td
+/F3.1 11 Tf
+<242020202020202021222220> Tj
+/F3.0 11 Tf
+<6170706c69636174696f6e2f20202023206f72672e6170616368652e697369732e6578616d706c652e6170706c69636174696f6e3a73696d706c656170702d> 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 498.9050000000001 Td
+/F3.0 11 Tf
+<6170706c69636174696f6e> 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 484.1650000000001 Td
+/F3.1 11 Tf
+<242020202020202021222220> Tj
+/F3.0 11 Tf
+<6d6f64756c652d73696d706c652f2023206f72672e6170616368652e697369732e6578616d706c652e6170706c69636174696f6e3a73696d706c656170702d6d6f64756c652d> 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 469.42500000000007 Td
+/F3.0 11 Tf
+<73696d706c65> 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 454.68500000000006 Td
+/F3.1 11 Tf
+<242020202020202023222220> Tj
+/F3.0 11 Tf
+<7765626170702f202020202020202023206f72672e6170616368652e697369732e6578616d706c652e6170706c69636174696f6e3a73696d706c656170702d776562617070> 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 439.94500000000005 Td
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<6172636865747970652f> 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 425.20500000000004 Td
+/F3.0 11 Tf
+<ca202020> Tj
+/F3.1 11 Tf
+<21222220> Tj
+/F3.0 11 Tf
+<68656c6c6f776f726c642f202020202023206f72672e6170616368652e697369732e6172636865747970653a68656c6c6f776f726c642d617263686574797065> 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 410.46500000000003 Td
+/F3.0 11 Tf
+<ca202020> Tj
+/F3.1 11 Tf
+<23222220> Tj
+/F3.0 11 Tf
+<73696d706c656170702f20202020202023206f72672e6170616368652e697369732e6172636865747970653a73696d706c656170702d617263686574797065> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 361.270 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 361.270 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 309.430 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 309.430 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 214.750 166.267 94.680 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 214.750 332.533 94.680 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 162.910 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 162.910 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 111.070 166.267 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 111.070 332.533 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 87.790 166.267 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+214.507 87.790 332.533 23.280 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 50.230 166.267 37.560 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+214.507 50.230 332.533 37.560 re
+f
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 384.550 m
+214.507 384.550 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+48.240 361.270 m
+214.507 361.270 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 384.800 m
+48.240 360.520 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 384.800 m
+214.507 360.520 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+51.24 368.80300000000005 Td
+/F2.0 10.5 Tf
+<4d6f64756c65> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 384.550 m
+547.040 384.550 l
+S
+[ ] 0 d
+1.5 w
+0.867 0.867 0.867 SCN
+214.507 361.270 m
+547.040 361.270 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 384.800 m
+214.507 360.520 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 384.800 m
+547.040 360.520 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 368.80300000000005 Td
+/F2.0 10.5 Tf
+<4465736372697074696f6e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 361.270 m
+214.507 361.270 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 309.430 m
+214.507 309.430 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 361.520 m
+48.240 309.180 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 361.520 m
+214.507 309.180 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 347.7070000000001 Td
+/F3.0 10.5 Tf
+<68656c6c6f776f726c64> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 361.270 m
+547.040 361.270 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 309.430 m
+547.040 309.430 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 361.520 m
+214.507 309.180 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 361.520 m
+547.040 309.180 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 345.5230000000001 Td
+/F1.0 10.5 Tf
+<416e206578616d706c65206170706c69636174696f6e20617320612073696e676c65204d6176656e206d6f64756c652c20696e636c7564696e67> Tj
+ET
+
+
+BT
+217.50650040000002 331.24300000000005 Td
+/F1.0 10.5 Tf
+[<646f6d61696e20636c6173736573207468656d73656c76657320706c757320636f646520746f20626f6f74737472> 20.01953125 <61702041706163686520497369732e>] TJ
+ET
+
+
+BT
+217.50650040000002 316.9630000000001 Td
+/F1.0 10.5 Tf
+<54686973206973207265766572736520656e67696e656572656420696e746f20746865202268656c6c6f776f726c6422206172636865747970652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 309.430 m
+214.507 309.430 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 214.750 m
+214.507 214.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 309.680 m
+48.240 214.500 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 309.680 m
+214.507 214.500 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 295.8670000000001 Td
+/F3.0 10.5 Tf
+<73696d706c65617070> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 309.430 m
+547.040 309.430 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 214.750 m
+547.040 214.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 309.680 m
+214.507 214.500 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 309.680 m
+547.040 214.500 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 293.68300000000005 Td
+/F1.0 10.5 Tf
+<54686520746f702d6c6576656c2061676772656761746f72206d6f64756c6520666f7220746865202273696d706c6561707022206578616d706c65> Tj
+ET
+
+
+BT
+217.50650040000002 279.403 Td
+/F1.0 10.5 Tf
+<6170706c69636174696f6e2e205468697320697320616e20657874656e6465642076657273696f6e206f662068656c6c6f776f726c642c2070726f766964696e67> Tj
+ET
+
+
+BT
+217.50650040000002 265.12300000000005 Td
+/F1.0 10.5 Tf
+[<6d6f72652073747275637475726520287365706172> 20.01953125 <6174696e67206f757420646f6d61696e206d6f64656c20696e746f206d6f64756c657329206173>] TJ
+ET
+
+
+BT
+217.50650040000002 250.84300000000005 Td
+/F1.0 10.5 Tf
+[<77656c6c20617320756e69742074657374732c20696e74656772> 20.01953125 <6174696f6e2074657374732c2042444420737065637320616e642066697874757265732e20546865>] TJ
+ET
+
+
+BT
+217.50650040000002 236.56300000000005 Td
+/F1.0 10.5 Tf
+<73696d706c65617070206d6f64756c657320696e2061676772656761746520617265207265766572736520656e67696e656572656420696e746f20746865> Tj
+ET
+
+
+BT
+217.50650040000002 222.28300000000004 Td
+/F1.0 10.5 Tf
+<2273696d706c6561707022206172636865747970652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 214.750 m
+214.507 214.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 162.910 m
+214.507 162.910 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 215.000 m
+48.240 162.660 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 215.000 m
+214.507 162.660 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 201.18700000000007 Td
+/F3.0 10.5 Tf
+<73696d706c656170702d6170706c69636174696f6e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 214.750 m
+547.040 214.750 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 162.910 m
+547.040 162.910 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 215.000 m
+214.507 162.660 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 215.000 m
+547.040 162.660 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 199.00300000000007 Td
+/F1.0 10.5 Tf
+<446566696e65732074686520636f6e74656e7473206f6620746865202273696d706c6561707022206170706c69636174696f6e207573696e6720417061636865> Tj
+ET
+
+
+BT
+217.50650040000002 184.72300000000007 Td
+/F1.0 10.5 Tf
+<497369732d646566696e656420636c61737365732c2061732077656c6c20617320676c6f62616c6c792073636f70656420646f6d61696e207365727669636573> Tj
+ET
+
+
+BT
+217.50650040000002 170.44300000000007 Td
+/F1.0 10.5 Tf
+<616e642074686520686f6d6520706167652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 162.910 m
+214.507 162.910 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 111.070 m
+214.507 111.070 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 163.160 m
+48.240 110.820 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 163.160 m
+214.507 110.820 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 149.34700000000007 Td
+/F3.0 10.5 Tf
+<73696d706c656170702d6d6f64756c652d73696d706c65> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 162.910 m
+547.040 162.910 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 111.070 m
+547.040 111.070 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 163.160 m
+214.507 110.820 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 163.160 m
+547.040 110.820 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+217.50650040000002 147.16300000000007 Td
+/F1.0 10.5 Tf
+<436f6e7461696e732074686520646f6d61696e206d6f64656c20666f7220612073696e676c65206d6f64756c652e2054686520696e74656e74696f6e206973> Tj
+ET
+
+
+BT
+217.50650040000002 132.88300000000007 Td
+/F1.0 10.5 Tf
+<746f20616c6c6f772074686973206d6f64756c652073747275637475726520746f20626520636f7069656420736f20746861742074686520646576656c6f706572> Tj
+ET
+
+
+BT
+217.50650040000002 118.60300000000007 Td
+/F1.0 10.5 Tf
+<63616e20656173696c79206372656174652066757274686572206d6f64756c65732061732074686569722061707020696e6372656173657320696e2073697a652e> Tj
+ET
+
+0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 111.070 m
+214.507 111.070 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 87.790 m
+214.507 87.790 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 111.320 m
+48.240 87.540 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+214.507 111.320 m
+214.507 87.540 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+51.24 97.50700000000005 Td
+/F3.0 10.5 Tf
+<73696d706c656170702d776562617070> 

<TRUNCATED>

[45/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/dg/dg.html
----------------------------------------------------------------------
diff --git a/content/guides/dg/dg.html b/content/guides/dg/dg.html
index f54d1bc..44650d9 100644
--- a/content/guides/dg/dg.html
+++ b/content/guides/dg/dg.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -830,7 +831,10 @@ table.CodeRay td.code>pre{padding:0}
              <tbody>
               <tr> 
                <td class="icon"> <i class="fa icon-warning" title="Warning"></i> </td> 
-               <td class="content"> if you forget to set up the enhancer goal, or don’t run it on the correct (dom) module, then you will get all sorts of errors when you startup. These usually manifest themselves as class cast exception in DataNucleus. </td> 
+               <td class="content"> 
+                <div class="paragraph"> 
+                 <p>If you forget to set up the enhancer goal, or don’t run it on the correct (dom) module, then you will get all sorts of errors when you startup. These usually manifest themselves as class cast exception in DataNucleus.</p> 
+                </div> </td> 
               </tr> 
              </tbody>
             </table> 
@@ -838,6 +842,19 @@ table.CodeRay td.code>pre{padding:0}
            <div class="paragraph"> 
             <p>You should now be able to run the app using <code>Run &gt; Run Configuration</code>. The same configuration can also be used to debug the app if you so need.</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>Under windows you may get 'Standard error from the DataNucleus tool + org.datanucleus.enhancer.DataNucleusEnhancer : The command line is too long' although 'fork=false' is set in pom.xml. Can be worked around via setting '-Dfork=false' before or after 'datanucleus:enhance -o'.</p> 
+                </div> </td> 
+              </tr> 
+             </tbody>
+            </table> 
+           </div> 
           </div> 
           <div class="sect4"> 
            <h5 id="__dg_ide_intellij_running_unit-tests">Running the Unit Tests</h5> 
@@ -5073,11 +5090,11 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_api_xxx[`xxx</code>]` </p><p class="tableblock">a hyperlink to the "man page" for an (API) domain service within the reference guide for domain services, where: </p><p class="tableblock">* <code>xxx</code> is the domain service (eg <code>DomainObjectContainer</code>) </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_core-domain-api_DomainObjectContainer[`DomainObjectContainer</code>]`</p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_api_xxx[`xxx</code>]` </p><p class="tableblock">a hyperlink to the "man page" for an (API) domain service within the reference guide for domain services, where: </p><p class="tableblock">* <code>xxx</code> is the domain service (eg <code>RepositoryService</code>) </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_core-domain-api_RepositoryService[`RepositoryService</code>]`</p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
-               <p><a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a></p> 
+               <p><a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService</code></a></p> 
               </div>
              </div></td> 
             <td class="tableblock halign-left valign-top">


[29/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugbtb/ugbtb.html
----------------------------------------------------------------------
diff --git a/content/guides/ugbtb/ugbtb.html b/content/guides/ugbtb/ugbtb.html
index a9c71ba..aac087c 100644
--- a/content/guides/ugbtb/ugbtb.html
+++ b/content/guides/ugbtb/ugbtb.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -579,14 +580,14 @@ msgstr "Ich heisse {firstName} {lastName}."</code></pre>
            <p>then the translation would be: "Ich heisse James Bond".</p> 
           </div> 
           <div class="paragraph"> 
-           <p>The same class is used in <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a> so that you can raise translatable info, warning and error messages; each of the relevant methods are overloaded.</p> 
+           <p>The same class is used in <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_MessageService"><code>MessageService</code></a> so that you can raise translatable info, warning and error messages; each of the relevant methods are overloaded.</p> 
           </div> 
           <div class="paragraph"> 
            <p>For example:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">public</span> <span class="type">interface</span> <span class="class">DomainObjectContainer</span> {
+            <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">public</span> <span class="type">interface</span> <span class="class">MessageService</span> {
     <span class="type">void</span> informUser(<span class="predefined-type">String</span> message);
     <span class="type">void</span> informUser(
         TranslatableMessage message,
@@ -1496,7 +1497,7 @@ log4j.additivity.org.apache.isis.core.runtime.services.i18n.po.PotWriter=false</
           <p>The framework provides default implementations for many of the <a href="../rgsvc/rgsvc.html">domain services</a>. This is convenient, but sometimes you will want to replace the default implementation with your own service implementation.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>For example, suppose you wanted to provide your own implementation of <a href="../rgsvc/rgsvc.html#_rgsvc_api_LocaleProvider"><code>LocaleProvider</code></a>. The trick is to use the <a href="../rgant/rgant.html#_rgant-DomainService_menuOrder"><code>@DomainService#menuOrder()</code></a> attribute, specifying a low number (typically <code>"1"</code>).</p> 
+          <p>For example, suppose you wanted to provide your own implementation of <a href="../rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_LocaleProvider"><code>LocaleProvider</code></a>. The trick is to use the <a href="../rgant/rgant.html#_rgant-DomainService_menuOrder"><code>@DomainService#menuOrder()</code></a> attribute, specifying a low number (typically <code>"1"</code>).</p> 
          </div> 
          <div class="paragraph"> 
           <p>Here’s how:</p> 
@@ -1788,11 +1789,11 @@ LocalProvider localeProvider;</code></pre>
         <span class="keyword">if</span>(persistentInstance <span class="keyword">instanceof</span> ObjectWithPersistedTitle) {
             <span class="directive">final</span> ObjectWithPersistedTitle objectWithPersistedTitle =
                 (ObjectWithPersistedTitle) persistentInstance;
-            objectWithPersistedTitle.setTitle(container.titleOf(objectWithPersistedTitle));
+            objectWithPersistedTitle.setTitle(titleService.titleOf(objectWithPersistedTitle));
         }
     }
     <span class="annotation">@Inject</span>
-    <span class="directive">private</span> DomainObjectContainer container;
+    TitleService titleService;
 }</code></pre> 
           </div> 
          </div> 
@@ -1814,7 +1815,7 @@ LocalProvider localeProvider;</code></pre>
                     <span class="keyword">if</span>(persistentInstance <span class="keyword">instanceof</span> ObjectWithPersistedTitle) {
                         <span class="directive">final</span> ObjectWithPersistedTitle objectWithPersistedTitle =
                             (ObjectWithPersistedTitle) persistentInstance;
-                        objectWithPersistedTitle.setTitle(container.titleOf(objectWithPersistedTitle));
+                        objectWithPersistedTitle.setTitle(titleService.titleOf(objectWithPersistedTitle));
                     }
                 }
                 <span class="annotation">@Override</span>
@@ -1823,9 +1824,9 @@ LocalProvider localeProvider;</code></pre>
             }, <span class="predefined-constant">null</span>);
     }
     <span class="annotation">@Inject</span>
-    <span class="directive">private</span> IsisJdoSupport isisJdoSupport;
+    IsisJdoSupport isisJdoSupport;
     <span class="annotation">@Inject</span>
-    <span class="directive">private</span> DomainObjectContainer container;
+    TitleService titleService;
 }</code></pre> 
           </div> 
          </div> 
@@ -2123,7 +2124,7 @@ serviceRegistry.injectServicesInto(viewModel);</code></pre>
         <span class="keyword">if</span>(original != <span class="predefined-constant">null</span>) {                                                  <i class="conum" data-value="2"></i><b>(2)</b>
             <span class="keyword">return</span> original;
         }
-        container.flush();                                                      <i class="conum" data-value="3"></i><b>(3)</b>
+        repositoryService.flush();                                              <i class="conum" data-value="3"></i><b>(3)</b>
 
         <span class="directive">final</span> BreadcrumbModelProvider wicketSession =                           <i class="conum" data-value="4"></i><b>(4)</b>
             (BreadcrumbModelProvider) AuthenticatedWebSession.get();
@@ -2149,7 +2150,7 @@ serviceRegistry.injectServicesInto(viewModel);</code></pre>
     <span class="annotation">@Inject</span>
     HomePageProviderService homePageProviderService;
     <span class="annotation">@Inject</span>
-    DomainObjectContainer container;
+    RepositoryService repositoryService;
 }</code></pre> 
           </div> 
          </div> 
@@ -2761,11 +2762,12 @@ serviceRegistry.injectServicesInto(viewModel);</code></pre>
           <div class="sect4"> 
            <h5 id="_including_or_excluding_facets">Including or excluding facets</h5> 
            <div class="paragraph"> 
-            <p>Suppose that you wanted to completely remove support for the (already deprecated) <code>@ActionOrder</code> annotation. This would be done using:</p> 
+            <p>Suppose that you wanted to completely remove support for some existing facet, eg to support the "persisting()" and "persisted()" callback methods. This would be done using:</p> 
            </div> 
            <div class="listingblock"> 
             <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="ini">isis.reflector.facets.exclude=org.apache.isis.core.metamodel.facets.object.actionorder.annotation.ActionOrderFacetAnnotationFactory</code></pre> 
+             <pre class="CodeRay highlight"><code data-lang="ini">isis.reflector.facets.exclude=\
+    org.apache.isis.core.metamodel.facets.object.callbacks.PersistCallbackFacetFactory</code></pre> 
             </div> 
            </div> 
            <div class="paragraph"> 
@@ -3742,7 +3744,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
            <p>For an entity to be an aggregate root, (ie a root of an GAE entity group), its key must be a <code>Long</code>, eg:</p> 
           </div> 
           <div class="paragraph"> 
-           <p>Any collection that holds this entity type (eg <code>ToDoItem#dependencies</code> holding a collection of <code>ToDoItem`s) should then be annotated with `@Unowned</code> (a GAE annotation).</p> 
+           <p>Any collection that holds this entity type (eg <code>ToDoItem#dependencies</code> holding a collection of <code>ToDoItem</code>s) should then be annotated with <code>@Unowned</code> (a GAE annotation).</p> 
           </div> 
           <div class="paragraph"> 
            <p>If on the other hand you want the object to be owned (through a 1:m relationship somewhere) by some other root, then use a String:</p> 


[09/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/guides/ad/_images/metamodel.png
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/guides/ad/_images/metamodel.png b/content/versions/1.16.2/guides/ad/_images/metamodel.png
new file mode 100644
index 0000000..f4bfc85
Binary files /dev/null and b/content/versions/1.16.2/guides/ad/_images/metamodel.png differ

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/guides/ad/ad.html
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/guides/ad/ad.html b/content/versions/1.16.2/guides/ad/ad.html
new file mode 100644
index 0000000..7da484e
--- /dev/null
+++ b/content/versions/1.16.2/guides/ad/ad.html
@@ -0,0 +1,1023 @@
+<!doctype html>
+<html>
+ <head> 
+  <!--
+        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.
+    --> 
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
+  <meta charset="utf-8"> 
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
+  <!-- No caching headers --> 
+  <meta http-equiv="cache-control" content="no-cache"> 
+  <meta http-equiv="pragma" content="no-cache"> 
+  <meta http-equiv="expires" content="-1"> 
+  <title>Architecture and Design</title> 
+  <link rel="icon" type="image/png" href="../../images/isis-favicon.png"> 
+  <!--
+        Based on DataNucleus' template,
+        that was in turn based on an earlier version of Apache Isis' template,
+        that was in turn based on Apache Deltaspike's template.
+
+        This template uses
+        * Bootstrap v3.3.7 (https://getbootstrap.com/) for navbar.
+        * Bootstrap TOC plugin v0.4.1 (https://afeld.github.io/bootstrap-toc/)
+          for the table of contents.
+        * jQuery (necessary for Bootstrap's JavaScript plugins)
+        * Font-Awesome for some icons used by Asciidoctor
+
+        Also:
+        * Bootswatch "flatly" theme for Bootstrap (https://bootswatch.com/flatly).
+        * slick.js (carousel)
+        * add a link to all headers (home-grown, adapted from blog posts)
+        * integration of elasticlunr.js (home-grown, adapted from blog posts)
+    --> 
+  <link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/flatly/bootstrap.min.css" rel="stylesheet"> 
+  <link href="../../css/bootstrap-toc/0.4.1/bootstrap-toc.min.css" rel="stylesheet"> 
+  <link href="../../css/asciidoctor/foundation.css" rel="stylesheet"> 
+  <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"> 
+  <link href="../../css/slick/1.5.0/slick.css" rel="stylesheet"> 
+  <link href="../../css/slick/1.5.0/slick-theme.css" rel="stylesheet"> 
+  <link href="../../css/search-panel/search-panel.css" rel="stylesheet"> 
+  <link href="../../css/header-links/header-links.css" rel="stylesheet"> 
+  <link href="../../css/sticky-header/sticky-header.css" rel="stylesheet"> 
+  <link href="../../css/customisations.css" rel="stylesheet"> 
+  <!-- Coderay syntax formatter --> 
+  <style type="text/css">
+        /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+/*pre.CodeRay {background-color:#f7f7f8;}*/
+.CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
+.CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
+.CodeRay .line-numbers strong{color:rgba(0,0,0,.4)}
+table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
+table.CodeRay td{vertical-align: top;line-height:1.45}
+table.CodeRay td.line-numbers{text-align:right}
+table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
+table.CodeRay td.code{padding:0 0 0 .5em}
+table.CodeRay td.code>pre{padding:0}
+.CodeRay .debug{color:#fff !important;background:#000080 !important}
+.CodeRay .annotation{color:#007}
+.CodeRay .attribute-name{color:#000080}
+.CodeRay .attribute-value{color:#700}
+.CodeRay .binary{color:#509}
+.CodeRay .comment{color:#998;font-style:italic}
+.CodeRay .char{color:#04d}
+.CodeRay .char .content{color:#04d}
+.CodeRay .char .delimiter{color:#039}
+.CodeRay .class{color:#458;font-weight:bold}
+.CodeRay .complex{color:#a08}
+.CodeRay .constant,.CodeRay .predefined-constant{color:#008080}
+.CodeRay .color{color:#099}
+.CodeRay .class-variable{color:#369}
+.CodeRay .decorator{color:#b0b}
+.CodeRay .definition{color:#099}
+.CodeRay .delimiter{color:#000}
+.CodeRay .doc{color:#970}
+.CodeRay .doctype{color:#34b}
+.CodeRay .doc-string{color:#d42}
+.CodeRay .escape{color:#666}
+.CodeRay .entity{color:#800}
+.CodeRay .error{color:#808}
+.CodeRay .exception{color:inherit}
+.CodeRay .filename{color:#099}
+.CodeRay .function{color:#900;font-weight:bold}
+.CodeRay .global-variable{color:#008080}
+.CodeRay .hex{color:#058}
+.CodeRay .integer,.CodeRay .float{color:#099}
+.CodeRay .include{color:#555}
+.CodeRay .inline{color:#000}
+.CodeRay .inline .inline{background:#ccc}
+.CodeRay .inline .inline .inline{background:#bbb}
+.CodeRay .inline .inline-delimiter{color:#d14}
+.CodeRay .inline-delimiter{color:#d14}
+.CodeRay .important{color:#555;font-weight:bold}
+.CodeRay .interpreted{color:#b2b}
+.CodeRay .instance-variable{color:#008080}
+.CodeRay .label{color:#970}
+.CodeRay .local-variable{color:#963}
+.CodeRay .octal{color:#40e}
+.CodeRay .predefined{color:#369}
+.CodeRay .preprocessor{color:#579}
+.CodeRay .pseudo-class{color:#555}
+.CodeRay .directive{font-weight:bold}
+.CodeRay .type{font-weight:bold}
+.CodeRay .predefined-type{color:inherit}
+.CodeRay .reserved,.CodeRay .keyword {color:#000;font-weight:bold}
+.CodeRay .key{color:#808}
+.CodeRay .key .delimiter{color:#606}
+.CodeRay .key .char{color:#80f}
+.CodeRay .value{color:#088}
+.CodeRay .regexp .delimiter{color:#808}
+.CodeRay .regexp .content{color:#808}
+.CodeRay .regexp .modifier{color:#808}
+.CodeRay .regexp .char{color:#d14}
+.CodeRay .regexp .function{color:#404;font-weight:bold}
+.CodeRay .string{color:#d20}
+.CodeRay .string .string .string{background:#ffd0d0}
+.CodeRay .string .content{color:#d14}
+.CodeRay .string .char{color:#d14}
+.CodeRay .string .delimiter{color:#d14}
+.CodeRay .shell{color:#d14}
+.CodeRay .shell .delimiter{color:#d14}
+.CodeRay .symbol{color:#990073}
+.CodeRay .symbol .content{color:#a60}
+.CodeRay .symbol .delimiter{color:#630}
+.CodeRay .tag{color:#008080}
+.CodeRay .tag-special{color:#d70}
+.CodeRay .variable{color:#036}
+.CodeRay .insert{background:#afa}
+.CodeRay .delete{background:#faa}
+.CodeRay .change{color:#aaf;background:#007}
+.CodeRay .head{color:#f8f;background:#505}
+.CodeRay .insert .insert{color:#080}
+.CodeRay .delete .delete{color:#800}
+.CodeRay .change .change{color:#66f}
+.CodeRay .head .head{color:#f4f}
+    </style> 
+ </head> 
+ <body data-spy="scroll" data-target="#toc"> 
+  <div id="basedir" style="display:none;">
+   ../../
+  </div> 
+  <div id="docname" style="display:none;">
+   ad
+  </div> 
+  <div id="filetype" style="display:none;">
+   html
+  </div> 
+  <!-- Navbar --> 
+  <nav class="navbar navbar-default navbar-static-top header"> 
+   <div class="container"> 
+    <div class="navbar-header"> 
+     <!-- Three line menu button for use on mobile screens --> 
+     <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> 
+     <a class="navbar-brand" href="../../index.html"> <img alt="Brand" src="../../images/isis-logo-48x48.png"> </a> 
+     <a class="navbar-brand" href="../../index.html">Apache Isis</a> 
+    </div> 
+    <!-- Navbar that will collapse on mobile screens --> 
+    <div id="navbar" class="navbar-collapse collapse"> 
+     <ul class="nav navbar-nav"> 
+      <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Documentation<span class="caret"></span></a> 
+       <ul class="dropdown-menu"> 
+        <li><a href="../../documentation.html">Table of Contents</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li class="dropdown-header">User Guides</li> 
+        <li><a href="../../guides/ugfun/ugfun.html">Fundamentals</a></li> 
+        <li><a href="../../guides/ugvw/ugvw.html">Wicket Viewer</a></li> 
+        <li><a href="../../guides/ugvro/ugvro.html">Restful Objects Viewer</a></li> 
+        <li><a href="../../guides/ugodn/ugodn.html">DataNucleus Object Store</a></li> 
+        <li><a href="../../guides/ugsec/ugsec.html">Security</a></li> 
+        <li><a href="../../guides/ugtst/ugtst.html">Testing</a></li> 
+        <li><a href="../../guides/ugbtb/ugbtb.html">Beyond the Basics</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li class="dropdown-header">Reference Guides</li> 
+        <li><a href="../../guides/rgant/rgant.html">Annotations</a></li> 
+        <li><a href="../../guides/rgsvc/rgsvc.html">Domain Services</a></li> 
+        <li><a href="../../guides/rgcfg/rgcfg.html">Core Config' Properties</a></li> 
+        <li><a href="../../guides/rgcms/rgcms.html">Classes, Methods and Schema</a></li> 
+        <li><a href="../../guides/rgmvn/rgmvn.html">Maven plugin</a></li> 
+        <li><a href="../../guides/rgfis/rgfis.html">Framework Internal Services</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li class="dropdown-header">Javadoc</li> 
+        <li><a href="http://javadoc.io/doc/org.apache.isis.core/isis-core-applib">Applib</a></li> 
+       </ul> </li> 
+      <li class="dropdown  hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Downloads<span class="caret"></span></a> 
+       <ul class="dropdown-menu"> 
+        <li class="dropdown-header">Maven archetypes</li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_helloworld-archetype">helloworld</a></li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">simpleapp</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li><a href="../../downloads.html">Downloads</a></li> 
+        <li><a href="../../release-notes/release-notes.html">Release Notes</a></li> 
+        <li><a href="../../migration-notes/migration-notes.html">Migration Notes</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li><a href="https://github.com/apache/isis">Github mirror</a></li> 
+       </ul> </li> 
+      <li class="dropdown  hidden-sm"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Support<span class="caret"></span></a> 
+       <ul class="dropdown-menu"> 
+        <li class="dropdown-header">Guides</li> 
+        <li><a href="../../guides/dg/dg.html">Developers' Guide</a></li> 
+        <li><a href="../../guides/cgcom/cgcom.html">Committers' Guide</a></li> 
+        <li><a href="../../guides/htg.html">Hints-n-Tips Guide</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li class="dropdown-header">Mailing Lists</li> 
+        <li><a href="../../support.html">How to subscribe</a></li> 
+        <li><a href="https://lists.apache.org/list.html?users@isis.apache.org">Archives (ASF Pony mail)</a></li> 
+        <li><a href="http://isis.markmail.org/search/?q=">Archives (Markmail)</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li class="dropdown-header">Other Resources</li> 
+        <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
+       </ul> </li> 
+      <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
+       <ul class="dropdown-menu"> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
+       </ul> </li> 
+     </ul> 
+     <div class="nav navbar-nav navbar-right"> 
+      <!-- 'style' added to fix height of input box. FIX THIS --> 
+      <form class="navbar-form" role="search" id="search-form" style="padding: 1px 15px;"> 
+       <div class="form-group"> 
+        <input class="form-control" id="search-field" type="text" size="30" placeholder="Search"> 
+       </div> 
+      </form> 
+     </div> 
+     <p class="nav navbar-text navbar-right small">v1.16.2</p> 
+    </div> 
+   </div> 
+  </nav> 
+  <div class="container"> 
+   <div class="row-fluid"> 
+    <div class="col-xs-12 col-sm-12 col-md-12 col-lg-9"> 
+     <div id="search-panel"> 
+      <div id="search-results"></div> 
+      <div> 
+       <br> 
+       <a href="#" id="search-results-clear">clear</a> 
+      </div> 
+     </div> 
+     <span class="pdf-link"><a href="ad.pdf"><img src="../../images/PDF-50.png"></a></span> 
+     <div class="page-title"> 
+      <h1>Architecture and Design</h1> 
+     </div> 
+     <div id="doc-content">
+      <div class="btn-group" style="float: right; font-size: small; padding: 6px;  ">
+       <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/ad/ad.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/ad/ad.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/ad/ad.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/ad/ad.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/ad/ad.adoc" target="_blank"><i class="fa fa-hand-o-right fa-fw" aria-hidden="true"></i>&nbsp; Blame</a></li>
+       </ul>
+      </div> 
+      <div id="preamble"> 
+       <div class="sectionbody"> 
+        <div class="paragraph"> 
+         <p>This guide describes the internal architecture and design of the framework.</p> 
+        </div> 
+       </div> 
+      </div> 
+      <div class="sect1"> 
+       <h2 id="__ad_modules">1. Maven modules</h2> 
+       <div class="sectionbody"> 
+        <div class="listingblock"> 
+         <div class="content"> 
+          <pre>adocs/
+├── documentation/
+└── template/
+core/               # see 'core', below
+example/            # see 'archetypes', below
+scripts/</pre> 
+         </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_core">1.1. core</h3> 
+         <div class="paragraph"> 
+          <p>The core modules …​.</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>All of these have the same Maven <code>groupId</code>, namely <code>org.apache.isis.core</code>.</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre>core/
+├── .m2/                              # used in gitlab CI
+├── applib/                           # isis-core-applib
+├── commons/                          # isis-core-commons
+├── integtestsupport/                 # isis-core-integtestsupport
+├── log4j/                            # isis-core-log4j
+├── maven-plugin/                     # see 'maven plugins', below
+├── mavendeps/                        # see 'mavendeps', below
+├── runtime/                          # isis-core-runtime
+├── schema/                           # isis-core-schema
+├── security/                         # isis-core-security
+├── security-shiro/                   # isis-core-security-shiro
+├── specsupport/                      # isis-core-specsupport
+├── unittestsupport/                  # isis-core-unittestsupport
+├── unittestsupport-test/             # isis-core-unittestsupport-test
+├── viewer-restfulobjects-applib/     # isis-core-viewer-restfulobjects-applib
+├── viewer-restfulobjects-rendering/  # isis-core-viewer-restfulobjects-rendering
+├── viewer-restfulobjects-server/     # isis-core-viewer-restfulobjects-server
+├── viewer-wicket-applib/             # isis-core-viewer-wicket-applib
+├── viewer-wicket-impl/               # isis-core-viewer-wicket-impl
+├── viewer-wicket-model/              # isis-core-viewer-wicket-model
+├── viewer-wicket-ui/                 # isis-core-viewer-wicket-ui
+├── webdocker/                        # isis-webdocker
+├── webserver/                        # isis-core-webserver
+└── wrapper/                          # isis-core-wrapper</pre> 
+          </div> 
+         </div> 
+         <table class="tableblock frame-all grid-all spread"> 
+          <caption class="title">
+           Table 1. core maven modules
+          </caption> 
+          <colgroup> 
+           <col style="width: 33.3333%;"> 
+           <col style="width: 66.6667%;"> 
+          </colgroup> 
+          <thead> 
+           <tr> 
+            <th class="tableblock halign-left valign-top">Module</th> 
+            <th class="tableblock halign-left valign-top">Description</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-applib</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Core application library.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-integtestsupport</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Integration test support. Application integration tests typically extend from adapter superclasses defined in this module.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-log4j</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Configures Log4j as the logging framework</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-metamodel</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>The classes that make up the metamodel which is used to render the UI.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>See the <a href="#__ad_metamodel">section below</a> which also includes a simplified UML diagram of these classes.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-runtime</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>The classes that make up runtime management and persistence of domain objects, as well as framework for security (concepts of authentication or authorisation).</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-schema</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defines XSDs and generated classes that capture commands and interactions in XML form.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-security</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defines a "bypass" implementation of security, for prototyping only.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>Using this implementation, any user/password is accepted and</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-security-shiro</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defines an implementation of security authentication which delegates to Apache Shiro.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-specsupport</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Application BDD specs typically inherit from classes defined in this module.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-unittestsupport</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Application unit tests may use some of the utilities defined in this module.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-restfulobjects-applib</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defines a client-side Java library for interacting with the REST API exposed by the Restful Objects viewer.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-restfulobjects-rendering</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Provides a <code>RepresentationService</code> API and a lower-level <code>ContentNegotiationService</code> API, along with implementations of each.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>These implementations provide support for the representations defined by Restful Objects spec v1.0, as well as a number of other Apache Isis-specific representations.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-restfulobjects-server</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defines the JAX-RS resources supported by the Restful Objects viewer.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>These parse the input, delegate to the runtime for a response, and hand control to the rendering module to generate a representation.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-wicket-applib</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Currently just defines <code>WicketDeveloperUtilitiesService</code>, for clearing the cache.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-wicket-impl</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>The top-level integration with Wicket, for example defining the Apache Isis-specific implementations/subclasses of the Wicket APIs for application, web session, localizer and request cycle.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>Also defines registries of pages and components, as well as a number of domain services and mixins (for use by applications) that are only available within the Wicket viewer.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-wicket-model</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Serializable mementos representing the state of runtime domain objects (or their individual members).</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-wicket-ui</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>UI components that render the moduls.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-webserver</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>For development within an IDE, provides a utility class to bootstrap the application (using Jetty).</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-wrapper</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Provides an implementation of the <code>WrapperFactory</code> domain service.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_core_mavendeps">1.2. core/mavendeps</h3> 
+         <div class="paragraph"> 
+          <p>The <code>core/mavendeps</code> modules …​</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>All of these have the same Maven <code>groupId</code>, namely <code>org.apache.isis.mavendeps</code>.</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="title">
+           mavendeps Modules
+          </div> 
+          <div class="content"> 
+           <pre>core
+└── mavendeps/
+    ├── isis-mavendeps-intellij/    # isis-mavendeps-intellij
+    ├── isis-mavendeps-testing/     # isis-mavendeps-testing
+    └── isis-mavendeps-webapp/      # isis-mavendeps-webapp</pre> 
+          </div> 
+         </div> 
+         <table class="tableblock frame-all grid-all spread"> 
+          <caption class="title">
+           Table 2. core/mavendeps maven modules
+          </caption> 
+          <colgroup> 
+           <col style="width: 33.3333%;"> 
+           <col style="width: 66.6667%;"> 
+          </colgroup> 
+          <thead> 
+           <tr> 
+            <th class="tableblock halign-left valign-top">Module</th> 
+            <th class="tableblock halign-left valign-top">Description</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-mavendeps-intellij</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defunct.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-mavendeps-testing</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Aggregates dependencies on various test-scope plugins useful for unit- and integration testing a module. These include Apache Isis' own <code>unittestsupport</code>, <code>integtestsupport</code> and <code>specsupport</code> modules, as well as a number of common testing/mocking/assertion libraries.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>These can then be included using a single dependency declaration:</p> 
+              </div> 
+              <div class="listingblock"> 
+               <div class="content"> 
+                <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;dependencies&gt;</span>
+  <span class="tag">&lt;dependency&gt;</span>
+    <span class="tag">&lt;groupId&gt;</span>org.apache.isis.mavendeps<span class="tag">&lt;/groupId&gt;</span>
+    <span class="tag">&lt;artifactId&gt;</span>isis-mavendeps-testing<span class="tag">&lt;/artifactId&gt;</span>
+    <span class="tag">&lt;type&gt;</span>pom<span class="tag">&lt;/type&gt;</span>
+    <span class="tag">&lt;scope&gt;</span>test<span class="tag">&lt;/scope&gt;</span>
+  <span class="tag">&lt;/dependency&gt;</span>
+<span class="tag">&lt;/dependencies&gt;</span></code></pre> 
+               </div> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-mavendeps-webapp</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Aggregates dependencies on Apache Isis runtime itself when used within a webapp.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>These can then be included using a single dependency declaration:</p> 
+              </div> 
+              <div class="listingblock"> 
+               <div class="content"> 
+                <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;dependencies&gt;</span>
+  <span class="tag">&lt;dependency&gt;</span>
+    <span class="tag">&lt;groupId&gt;</span>org.apache.isis.mavendeps<span class="tag">&lt;/groupId&gt;</span>
+    <span class="tag">&lt;artifactId&gt;</span>isis-mavendeps-webapp<span class="tag">&lt;/artifactId&gt;</span>
+    <span class="tag">&lt;type&gt;</span>pom<span class="tag">&lt;/type&gt;</span>
+  <span class="tag">&lt;/dependency&gt;</span>
+<span class="tag">&lt;/dependencies&gt;</span></code></pre> 
+               </div> 
+              </div>
+             </div></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_core_mavenplugins">1.3. core/mavenplugins</h3> 
+         <div class="paragraph"> 
+          <p>There is a single Maven plugin module. Its Maven <code>groupId</code> is <code>org.apache.isis.tools</code>.</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="title">
+           Plugin Modules
+          </div> 
+          <div class="content"> 
+           <pre>core/
+└── maven-plugin/                # isis-maven-plugin</pre> 
+          </div> 
+         </div> 
+         <table class="tableblock frame-all grid-all spread"> 
+          <colgroup> 
+           <col style="width: 33.3333%;"> 
+           <col style="width: 66.6667%;"> 
+          </colgroup> 
+          <thead> 
+           <tr> 
+            <th class="tableblock halign-left valign-top">Module</th> 
+            <th class="tableblock halign-left valign-top">Description</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-maven-plugin</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Code to build a maven plugin for the build. This plugin can validate the metamodel and generate Swagger specs for a domain model as part of the application’s build pipeline.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_archetypes">1.4. archetypes</h3> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre>example/
+├── application/
+│   ├── helloworld/     # org.apache.isis.example.application:helloworld
+│   └── simpleapp/      # org.apache.isis.example.application:simpleapp
+│       ├── application/   # org.apache.isis.example.application:simpleapp-application
+│       ├── module-simple/ # org.apache.isis.example.application:simpleapp-module-simple
+│       └── webapp/        # org.apache.isis.example.application:simpleapp-webapp
+└── archetype/
+    ├── helloworld/     # org.apache.isis.archetype:helloworld-archetype
+    └── simpleapp/      # org.apache.isis.archetype:simpleapp-archetype</pre> 
+          </div> 
+         </div> 
+         <table class="tableblock frame-all grid-all spread"> 
+          <colgroup> 
+           <col style="width: 33.3333%;"> 
+           <col style="width: 66.6667%;"> 
+          </colgroup> 
+          <thead> 
+           <tr> 
+            <th class="tableblock halign-left valign-top">Module</th> 
+            <th class="tableblock halign-left valign-top">Description</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>helloworld</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>An example application as a single Maven module, including domain classes themselves plus code to bootstrap Apache Isis.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>This is reverse engineered into the "helloworld" archetype.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>simpleapp</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>The top-level aggregator module for the "simpleapp" example application.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>This is an extended version of helloworld, providing more structure (separating out domain model into modules) as well as unit tests, integration tests, BDD specs and fixtures.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>The simpleapp modules in aggregate are reverse engineered into the "simpleapp" archetype.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>simpleapp-application</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defines the contents of the "simpleapp" application using Apache Isis-defined classes, as well as globally scoped domain services and the home page.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>simpleapp-module-simple</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Contains the domain model for a single module.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>The intention is to allow this module structure to be copied so that the developer can easily create further modules as their app increases in size.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>simpleapp-webapp</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Bootstraps Apache Isis as a webapp.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>helloworld-archetype</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Helloworld archetype, reverse engineered from the "helloworld" application (above).</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>simpleapp-archetype</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Simpleapp archetype, reverse engineered from the "simpleapp" application (above).</p> 
+              </div>
+             </div></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div> 
+       </div> 
+      </div> 
+      <div class="sect1"> 
+       <h2 id="__ad_metamodel">2. Metamodel</h2> 
+       <div class="sectionbody"> 
+        <div class="paragraph"> 
+         <p>The diagram below shows a simplified version of Apache Isis' internal metamodel.</p> 
+        </div> 
+        <div class="imageblock"> 
+         <div class="content"> 
+          <img src="_images/metamodel.png" alt="metamodel" width="788" height="784"> 
+         </div> 
+        </div> 
+        <div class="paragraph"> 
+         <p>where in the <code>metamodel</code> package:</p> 
+        </div> 
+        <div class="dlist"> 
+         <dl> 
+          <dt class="hdlist1">
+           <code>ObjectSpecification</code>
+          </dt> 
+          <dd> 
+           <p>is equivalent to <code>java.lang.Class</code></p> 
+          </dd> 
+          <dt class="hdlist1">
+           <code>ObjectSpecId</code>
+          </dt> 
+          <dd> 
+           <p>is a value object equivalent to the <code>@DomainObject#objectType</code> or <code>@DomainService#objectType</code> attribute</p> 
+          </dd> 
+          <dt class="hdlist1">
+           <code>OneToOneAssociation</code>
+          </dt> 
+          <dd> 
+           <p>represents a scalar property</p> 
+          </dd> 
+          <dt class="hdlist1">
+           <code>OneToManyAssociation</code>
+          </dt> 
+          <dd> 
+           <p>represents a collection</p> 
+          </dd> 
+          <dt class="hdlist1">
+           <code>ObjectAction</code>
+          </dt> 
+          <dd> 
+           <p>represents an action (with multiple parameters, either scalar or list)</p> 
+          </dd> 
+         </dl> 
+        </div> 
+        <div class="paragraph"> 
+         <p>and in the <code>runtime</code> package:</p> 
+        </div> 
+        <div class="dlist"> 
+         <dl> 
+          <dt class="hdlist1">
+           <code>Oid</code>
+          </dt> 
+          <dd> 
+           <p>is equivalent to the applib <code>Bookmark</code></p> 
+           <div class="paragraph"> 
+            <p>and appears in URLs in the Wicket and Restful Objects viewers</p> 
+           </div> 
+          </dd> 
+          <dt class="hdlist1">
+           <code>ObjectAdapter</code>
+          </dt> 
+          <dd> 
+           <p>is equivalent to <code>java.lang.Object</code></p> 
+          </dd> 
+         </dl> 
+        </div> 
+       </div> 
+      </div> 
+     </div> 
+    </div> 
+    <div class="hidden-xs hidden-sm hidden-md col-lg-3"> 
+     <nav id="toc" data-spy="affix" data-toggle="toc"></nav> 
+    </div> 
+   </div> 
+  </div> 
+  <footer class="footer"> 
+   <div class="container"> 
+    <div class="row"> 
+     <p class="text-center small text-muted"> Copyright © 2010~2018 The Apache&nbsp;Software&nbsp;Foundation, licensed under the Apache&nbsp;License,&nbsp;v2.0. <br> Apache, the Apache feather logo, Apache&nbsp;Isis, and the Apache&nbsp;Isis project logo are all trademarks of The&nbsp;Apache&nbsp;Software&nbsp;Foundation. </p> 
+    </div> 
+   </div> 
+  </footer> 
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> 
+  <script src="../../js/bootstrap/3.3.7/bootstrap.min.js"></script> 
+  <script src="../../js/bootstrap-toc/0.4.1/bootstrap-toc.min.js"></script> 
+  <script src="../../js/slick/1.5.0/slick.min.js"></script> 
+  <script src="../../js/elasticlunr/elasticlunr.min.js"></script> 
+  <script src="../../js/sticky-header/sticky-header.js"></script> 
+  <script src="../../js/search-panel/search-panel.js"></script> 
+  <script src="../../js/header-link/header-link.js"></script> 
+  <script src="../../js/toc-scroll/toc-scroll.js"></script>  
+ </body>
+</html>


[13/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/articles-and-presentations/articles-and-presentations.html
----------------------------------------------------------------------
diff --git a/content/pages/articles-and-presentations/articles-and-presentations.html b/content/pages/articles-and-presentations/articles-and-presentations.html
index 9f7f6e8..fc711a1 100644
--- a/content/pages/articles-and-presentations/articles-and-presentations.html
+++ b/content/pages/articles-and-presentations/articles-and-presentations.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/books/books.html
----------------------------------------------------------------------
diff --git a/content/pages/books/books.html b/content/pages/books/books.html
index efc4730..6bcefde 100644
--- a/content/pages/books/books.html
+++ b/content/pages/books/books.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/cheat-sheet/cheat-sheet.html
----------------------------------------------------------------------
diff --git a/content/pages/cheat-sheet/cheat-sheet.html b/content/pages/cheat-sheet/cheat-sheet.html
index f786d7a..a14a8bd 100644
--- a/content/pages/cheat-sheet/cheat-sheet.html
+++ b/content/pages/cheat-sheet/cheat-sheet.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/common-use-cases/common-use-cases.html
----------------------------------------------------------------------
diff --git a/content/pages/common-use-cases/common-use-cases.html b/content/pages/common-use-cases/common-use-cases.html
index 671a27c..1fd8259 100644
--- a/content/pages/common-use-cases/common-use-cases.html
+++ b/content/pages/common-use-cases/common-use-cases.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/downloadable-presentations/downloadable-presentations.html
----------------------------------------------------------------------
diff --git a/content/pages/downloadable-presentations/downloadable-presentations.html b/content/pages/downloadable-presentations/downloadable-presentations.html
index 4a95b7b..367ee43 100644
--- a/content/pages/downloadable-presentations/downloadable-presentations.html
+++ b/content/pages/downloadable-presentations/downloadable-presentations.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/how-isis-works/how-isis-works.html
----------------------------------------------------------------------
diff --git a/content/pages/how-isis-works/how-isis-works.html b/content/pages/how-isis-works/how-isis-works.html
index b368ecc..ffe9744 100644
--- a/content/pages/how-isis-works/how-isis-works.html
+++ b/content/pages/how-isis-works/how-isis-works.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/icons/icons.html
----------------------------------------------------------------------
diff --git a/content/pages/icons/icons.html b/content/pages/icons/icons.html
index fa2cce8..5b148f8 100644
--- a/content/pages/icons/icons.html
+++ b/content/pages/icons/icons.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/isis-in-pictures/isis-in-pictures.html
----------------------------------------------------------------------
diff --git a/content/pages/isis-in-pictures/isis-in-pictures.html b/content/pages/isis-in-pictures/isis-in-pictures.html
index cb9eb29..f4a08d2 100644
--- a/content/pages/isis-in-pictures/isis-in-pictures.html
+++ b/content/pages/isis-in-pictures/isis-in-pictures.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/more-thanks/more-thanks.html
----------------------------------------------------------------------
diff --git a/content/pages/more-thanks/more-thanks.html b/content/pages/more-thanks/more-thanks.html
index 5e895a6..88ccff6 100644
--- a/content/pages/more-thanks/more-thanks.html
+++ b/content/pages/more-thanks/more-thanks.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/powered-by/powered-by.html
----------------------------------------------------------------------
diff --git a/content/pages/powered-by/powered-by.html b/content/pages/powered-by/powered-by.html
index 7ba4e9e..9370446 100644
--- a/content/pages/powered-by/powered-by.html
+++ b/content/pages/powered-by/powered-by.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/screencasts/screencasts-older.html
----------------------------------------------------------------------
diff --git a/content/pages/screencasts/screencasts-older.html b/content/pages/screencasts/screencasts-older.html
index 40b6984..dde180e 100644
--- a/content/pages/screencasts/screencasts-older.html
+++ b/content/pages/screencasts/screencasts-older.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/screencasts/screencasts.html
----------------------------------------------------------------------
diff --git a/content/pages/screencasts/screencasts.html b/content/pages/screencasts/screencasts.html
index bd6ad2f..fd0fa9f 100644
--- a/content/pages/screencasts/screencasts.html
+++ b/content/pages/screencasts/screencasts.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/pages/tg/tg.html
----------------------------------------------------------------------
diff --git a/content/pages/tg/tg.html b/content/pages/tg/tg.html
index fdc3776..32506e9 100644
--- a/content/pages/tg/tg.html
+++ b/content/pages/tg/tg.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/quotes.html
----------------------------------------------------------------------
diff --git a/content/quotes.html b/content/quotes.html
index ac15b2a..00a6f4e 100644
--- a/content/quotes.html
+++ b/content/quotes.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="./help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 


[49/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ad/_images/metamodel.png
----------------------------------------------------------------------
diff --git a/content/guides/ad/_images/metamodel.png b/content/guides/ad/_images/metamodel.png
new file mode 100644
index 0000000..f4bfc85
Binary files /dev/null and b/content/guides/ad/_images/metamodel.png differ

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ad/ad.html
----------------------------------------------------------------------
diff --git a/content/guides/ad/ad.html b/content/guides/ad/ad.html
new file mode 100644
index 0000000..7da484e
--- /dev/null
+++ b/content/guides/ad/ad.html
@@ -0,0 +1,1023 @@
+<!doctype html>
+<html>
+ <head> 
+  <!--
+        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.
+    --> 
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
+  <meta charset="utf-8"> 
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
+  <!-- No caching headers --> 
+  <meta http-equiv="cache-control" content="no-cache"> 
+  <meta http-equiv="pragma" content="no-cache"> 
+  <meta http-equiv="expires" content="-1"> 
+  <title>Architecture and Design</title> 
+  <link rel="icon" type="image/png" href="../../images/isis-favicon.png"> 
+  <!--
+        Based on DataNucleus' template,
+        that was in turn based on an earlier version of Apache Isis' template,
+        that was in turn based on Apache Deltaspike's template.
+
+        This template uses
+        * Bootstrap v3.3.7 (https://getbootstrap.com/) for navbar.
+        * Bootstrap TOC plugin v0.4.1 (https://afeld.github.io/bootstrap-toc/)
+          for the table of contents.
+        * jQuery (necessary for Bootstrap's JavaScript plugins)
+        * Font-Awesome for some icons used by Asciidoctor
+
+        Also:
+        * Bootswatch "flatly" theme for Bootstrap (https://bootswatch.com/flatly).
+        * slick.js (carousel)
+        * add a link to all headers (home-grown, adapted from blog posts)
+        * integration of elasticlunr.js (home-grown, adapted from blog posts)
+    --> 
+  <link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/flatly/bootstrap.min.css" rel="stylesheet"> 
+  <link href="../../css/bootstrap-toc/0.4.1/bootstrap-toc.min.css" rel="stylesheet"> 
+  <link href="../../css/asciidoctor/foundation.css" rel="stylesheet"> 
+  <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"> 
+  <link href="../../css/slick/1.5.0/slick.css" rel="stylesheet"> 
+  <link href="../../css/slick/1.5.0/slick-theme.css" rel="stylesheet"> 
+  <link href="../../css/search-panel/search-panel.css" rel="stylesheet"> 
+  <link href="../../css/header-links/header-links.css" rel="stylesheet"> 
+  <link href="../../css/sticky-header/sticky-header.css" rel="stylesheet"> 
+  <link href="../../css/customisations.css" rel="stylesheet"> 
+  <!-- Coderay syntax formatter --> 
+  <style type="text/css">
+        /* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+/*pre.CodeRay {background-color:#f7f7f8;}*/
+.CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
+.CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
+.CodeRay .line-numbers strong{color:rgba(0,0,0,.4)}
+table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
+table.CodeRay td{vertical-align: top;line-height:1.45}
+table.CodeRay td.line-numbers{text-align:right}
+table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
+table.CodeRay td.code{padding:0 0 0 .5em}
+table.CodeRay td.code>pre{padding:0}
+.CodeRay .debug{color:#fff !important;background:#000080 !important}
+.CodeRay .annotation{color:#007}
+.CodeRay .attribute-name{color:#000080}
+.CodeRay .attribute-value{color:#700}
+.CodeRay .binary{color:#509}
+.CodeRay .comment{color:#998;font-style:italic}
+.CodeRay .char{color:#04d}
+.CodeRay .char .content{color:#04d}
+.CodeRay .char .delimiter{color:#039}
+.CodeRay .class{color:#458;font-weight:bold}
+.CodeRay .complex{color:#a08}
+.CodeRay .constant,.CodeRay .predefined-constant{color:#008080}
+.CodeRay .color{color:#099}
+.CodeRay .class-variable{color:#369}
+.CodeRay .decorator{color:#b0b}
+.CodeRay .definition{color:#099}
+.CodeRay .delimiter{color:#000}
+.CodeRay .doc{color:#970}
+.CodeRay .doctype{color:#34b}
+.CodeRay .doc-string{color:#d42}
+.CodeRay .escape{color:#666}
+.CodeRay .entity{color:#800}
+.CodeRay .error{color:#808}
+.CodeRay .exception{color:inherit}
+.CodeRay .filename{color:#099}
+.CodeRay .function{color:#900;font-weight:bold}
+.CodeRay .global-variable{color:#008080}
+.CodeRay .hex{color:#058}
+.CodeRay .integer,.CodeRay .float{color:#099}
+.CodeRay .include{color:#555}
+.CodeRay .inline{color:#000}
+.CodeRay .inline .inline{background:#ccc}
+.CodeRay .inline .inline .inline{background:#bbb}
+.CodeRay .inline .inline-delimiter{color:#d14}
+.CodeRay .inline-delimiter{color:#d14}
+.CodeRay .important{color:#555;font-weight:bold}
+.CodeRay .interpreted{color:#b2b}
+.CodeRay .instance-variable{color:#008080}
+.CodeRay .label{color:#970}
+.CodeRay .local-variable{color:#963}
+.CodeRay .octal{color:#40e}
+.CodeRay .predefined{color:#369}
+.CodeRay .preprocessor{color:#579}
+.CodeRay .pseudo-class{color:#555}
+.CodeRay .directive{font-weight:bold}
+.CodeRay .type{font-weight:bold}
+.CodeRay .predefined-type{color:inherit}
+.CodeRay .reserved,.CodeRay .keyword {color:#000;font-weight:bold}
+.CodeRay .key{color:#808}
+.CodeRay .key .delimiter{color:#606}
+.CodeRay .key .char{color:#80f}
+.CodeRay .value{color:#088}
+.CodeRay .regexp .delimiter{color:#808}
+.CodeRay .regexp .content{color:#808}
+.CodeRay .regexp .modifier{color:#808}
+.CodeRay .regexp .char{color:#d14}
+.CodeRay .regexp .function{color:#404;font-weight:bold}
+.CodeRay .string{color:#d20}
+.CodeRay .string .string .string{background:#ffd0d0}
+.CodeRay .string .content{color:#d14}
+.CodeRay .string .char{color:#d14}
+.CodeRay .string .delimiter{color:#d14}
+.CodeRay .shell{color:#d14}
+.CodeRay .shell .delimiter{color:#d14}
+.CodeRay .symbol{color:#990073}
+.CodeRay .symbol .content{color:#a60}
+.CodeRay .symbol .delimiter{color:#630}
+.CodeRay .tag{color:#008080}
+.CodeRay .tag-special{color:#d70}
+.CodeRay .variable{color:#036}
+.CodeRay .insert{background:#afa}
+.CodeRay .delete{background:#faa}
+.CodeRay .change{color:#aaf;background:#007}
+.CodeRay .head{color:#f8f;background:#505}
+.CodeRay .insert .insert{color:#080}
+.CodeRay .delete .delete{color:#800}
+.CodeRay .change .change{color:#66f}
+.CodeRay .head .head{color:#f4f}
+    </style> 
+ </head> 
+ <body data-spy="scroll" data-target="#toc"> 
+  <div id="basedir" style="display:none;">
+   ../../
+  </div> 
+  <div id="docname" style="display:none;">
+   ad
+  </div> 
+  <div id="filetype" style="display:none;">
+   html
+  </div> 
+  <!-- Navbar --> 
+  <nav class="navbar navbar-default navbar-static-top header"> 
+   <div class="container"> 
+    <div class="navbar-header"> 
+     <!-- Three line menu button for use on mobile screens --> 
+     <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> 
+     <a class="navbar-brand" href="../../index.html"> <img alt="Brand" src="../../images/isis-logo-48x48.png"> </a> 
+     <a class="navbar-brand" href="../../index.html">Apache Isis</a> 
+    </div> 
+    <!-- Navbar that will collapse on mobile screens --> 
+    <div id="navbar" class="navbar-collapse collapse"> 
+     <ul class="nav navbar-nav"> 
+      <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Documentation<span class="caret"></span></a> 
+       <ul class="dropdown-menu"> 
+        <li><a href="../../documentation.html">Table of Contents</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li class="dropdown-header">User Guides</li> 
+        <li><a href="../../guides/ugfun/ugfun.html">Fundamentals</a></li> 
+        <li><a href="../../guides/ugvw/ugvw.html">Wicket Viewer</a></li> 
+        <li><a href="../../guides/ugvro/ugvro.html">Restful Objects Viewer</a></li> 
+        <li><a href="../../guides/ugodn/ugodn.html">DataNucleus Object Store</a></li> 
+        <li><a href="../../guides/ugsec/ugsec.html">Security</a></li> 
+        <li><a href="../../guides/ugtst/ugtst.html">Testing</a></li> 
+        <li><a href="../../guides/ugbtb/ugbtb.html">Beyond the Basics</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li class="dropdown-header">Reference Guides</li> 
+        <li><a href="../../guides/rgant/rgant.html">Annotations</a></li> 
+        <li><a href="../../guides/rgsvc/rgsvc.html">Domain Services</a></li> 
+        <li><a href="../../guides/rgcfg/rgcfg.html">Core Config' Properties</a></li> 
+        <li><a href="../../guides/rgcms/rgcms.html">Classes, Methods and Schema</a></li> 
+        <li><a href="../../guides/rgmvn/rgmvn.html">Maven plugin</a></li> 
+        <li><a href="../../guides/rgfis/rgfis.html">Framework Internal Services</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li class="dropdown-header">Javadoc</li> 
+        <li><a href="http://javadoc.io/doc/org.apache.isis.core/isis-core-applib">Applib</a></li> 
+       </ul> </li> 
+      <li class="dropdown  hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Downloads<span class="caret"></span></a> 
+       <ul class="dropdown-menu"> 
+        <li class="dropdown-header">Maven archetypes</li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_helloworld-archetype">helloworld</a></li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">simpleapp</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li><a href="../../downloads.html">Downloads</a></li> 
+        <li><a href="../../release-notes/release-notes.html">Release Notes</a></li> 
+        <li><a href="../../migration-notes/migration-notes.html">Migration Notes</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li><a href="https://github.com/apache/isis">Github mirror</a></li> 
+       </ul> </li> 
+      <li class="dropdown  hidden-sm"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Support<span class="caret"></span></a> 
+       <ul class="dropdown-menu"> 
+        <li class="dropdown-header">Guides</li> 
+        <li><a href="../../guides/dg/dg.html">Developers' Guide</a></li> 
+        <li><a href="../../guides/cgcom/cgcom.html">Committers' Guide</a></li> 
+        <li><a href="../../guides/htg.html">Hints-n-Tips Guide</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li class="dropdown-header">Mailing Lists</li> 
+        <li><a href="../../support.html">How to subscribe</a></li> 
+        <li><a href="https://lists.apache.org/list.html?users@isis.apache.org">Archives (ASF Pony mail)</a></li> 
+        <li><a href="http://isis.markmail.org/search/?q=">Archives (Markmail)</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li class="dropdown-header">Other Resources</li> 
+        <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
+       </ul> </li> 
+      <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
+       <ul class="dropdown-menu"> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li role="separator" class="divider"></li> 
+        <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
+       </ul> </li> 
+     </ul> 
+     <div class="nav navbar-nav navbar-right"> 
+      <!-- 'style' added to fix height of input box. FIX THIS --> 
+      <form class="navbar-form" role="search" id="search-form" style="padding: 1px 15px;"> 
+       <div class="form-group"> 
+        <input class="form-control" id="search-field" type="text" size="30" placeholder="Search"> 
+       </div> 
+      </form> 
+     </div> 
+     <p class="nav navbar-text navbar-right small">v1.16.2</p> 
+    </div> 
+   </div> 
+  </nav> 
+  <div class="container"> 
+   <div class="row-fluid"> 
+    <div class="col-xs-12 col-sm-12 col-md-12 col-lg-9"> 
+     <div id="search-panel"> 
+      <div id="search-results"></div> 
+      <div> 
+       <br> 
+       <a href="#" id="search-results-clear">clear</a> 
+      </div> 
+     </div> 
+     <span class="pdf-link"><a href="ad.pdf"><img src="../../images/PDF-50.png"></a></span> 
+     <div class="page-title"> 
+      <h1>Architecture and Design</h1> 
+     </div> 
+     <div id="doc-content">
+      <div class="btn-group" style="float: right; font-size: small; padding: 6px;  ">
+       <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/ad/ad.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/ad/ad.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/ad/ad.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/ad/ad.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/ad/ad.adoc" target="_blank"><i class="fa fa-hand-o-right fa-fw" aria-hidden="true"></i>&nbsp; Blame</a></li>
+       </ul>
+      </div> 
+      <div id="preamble"> 
+       <div class="sectionbody"> 
+        <div class="paragraph"> 
+         <p>This guide describes the internal architecture and design of the framework.</p> 
+        </div> 
+       </div> 
+      </div> 
+      <div class="sect1"> 
+       <h2 id="__ad_modules">1. Maven modules</h2> 
+       <div class="sectionbody"> 
+        <div class="listingblock"> 
+         <div class="content"> 
+          <pre>adocs/
+├── documentation/
+└── template/
+core/               # see 'core', below
+example/            # see 'archetypes', below
+scripts/</pre> 
+         </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_core">1.1. core</h3> 
+         <div class="paragraph"> 
+          <p>The core modules …​.</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>All of these have the same Maven <code>groupId</code>, namely <code>org.apache.isis.core</code>.</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre>core/
+├── .m2/                              # used in gitlab CI
+├── applib/                           # isis-core-applib
+├── commons/                          # isis-core-commons
+├── integtestsupport/                 # isis-core-integtestsupport
+├── log4j/                            # isis-core-log4j
+├── maven-plugin/                     # see 'maven plugins', below
+├── mavendeps/                        # see 'mavendeps', below
+├── runtime/                          # isis-core-runtime
+├── schema/                           # isis-core-schema
+├── security/                         # isis-core-security
+├── security-shiro/                   # isis-core-security-shiro
+├── specsupport/                      # isis-core-specsupport
+├── unittestsupport/                  # isis-core-unittestsupport
+├── unittestsupport-test/             # isis-core-unittestsupport-test
+├── viewer-restfulobjects-applib/     # isis-core-viewer-restfulobjects-applib
+├── viewer-restfulobjects-rendering/  # isis-core-viewer-restfulobjects-rendering
+├── viewer-restfulobjects-server/     # isis-core-viewer-restfulobjects-server
+├── viewer-wicket-applib/             # isis-core-viewer-wicket-applib
+├── viewer-wicket-impl/               # isis-core-viewer-wicket-impl
+├── viewer-wicket-model/              # isis-core-viewer-wicket-model
+├── viewer-wicket-ui/                 # isis-core-viewer-wicket-ui
+├── webdocker/                        # isis-webdocker
+├── webserver/                        # isis-core-webserver
+└── wrapper/                          # isis-core-wrapper</pre> 
+          </div> 
+         </div> 
+         <table class="tableblock frame-all grid-all spread"> 
+          <caption class="title">
+           Table 1. core maven modules
+          </caption> 
+          <colgroup> 
+           <col style="width: 33.3333%;"> 
+           <col style="width: 66.6667%;"> 
+          </colgroup> 
+          <thead> 
+           <tr> 
+            <th class="tableblock halign-left valign-top">Module</th> 
+            <th class="tableblock halign-left valign-top">Description</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-applib</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Core application library.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-integtestsupport</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Integration test support. Application integration tests typically extend from adapter superclasses defined in this module.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-log4j</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Configures Log4j as the logging framework</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-metamodel</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>The classes that make up the metamodel which is used to render the UI.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>See the <a href="#__ad_metamodel">section below</a> which also includes a simplified UML diagram of these classes.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-runtime</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>The classes that make up runtime management and persistence of domain objects, as well as framework for security (concepts of authentication or authorisation).</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-schema</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defines XSDs and generated classes that capture commands and interactions in XML form.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-security</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defines a "bypass" implementation of security, for prototyping only.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>Using this implementation, any user/password is accepted and</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-security-shiro</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defines an implementation of security authentication which delegates to Apache Shiro.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-specsupport</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Application BDD specs typically inherit from classes defined in this module.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-unittestsupport</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Application unit tests may use some of the utilities defined in this module.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-restfulobjects-applib</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defines a client-side Java library for interacting with the REST API exposed by the Restful Objects viewer.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-restfulobjects-rendering</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Provides a <code>RepresentationService</code> API and a lower-level <code>ContentNegotiationService</code> API, along with implementations of each.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>These implementations provide support for the representations defined by Restful Objects spec v1.0, as well as a number of other Apache Isis-specific representations.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-restfulobjects-server</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defines the JAX-RS resources supported by the Restful Objects viewer.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>These parse the input, delegate to the runtime for a response, and hand control to the rendering module to generate a representation.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-wicket-applib</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Currently just defines <code>WicketDeveloperUtilitiesService</code>, for clearing the cache.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-wicket-impl</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>The top-level integration with Wicket, for example defining the Apache Isis-specific implementations/subclasses of the Wicket APIs for application, web session, localizer and request cycle.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>Also defines registries of pages and components, as well as a number of domain services and mixins (for use by applications) that are only available within the Wicket viewer.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-wicket-model</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Serializable mementos representing the state of runtime domain objects (or their individual members).</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-viewer-wicket-ui</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>UI components that render the moduls.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-webserver</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>For development within an IDE, provides a utility class to bootstrap the application (using Jetty).</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-core-wrapper</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Provides an implementation of the <code>WrapperFactory</code> domain service.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_core_mavendeps">1.2. core/mavendeps</h3> 
+         <div class="paragraph"> 
+          <p>The <code>core/mavendeps</code> modules …​</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>All of these have the same Maven <code>groupId</code>, namely <code>org.apache.isis.mavendeps</code>.</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="title">
+           mavendeps Modules
+          </div> 
+          <div class="content"> 
+           <pre>core
+└── mavendeps/
+    ├── isis-mavendeps-intellij/    # isis-mavendeps-intellij
+    ├── isis-mavendeps-testing/     # isis-mavendeps-testing
+    └── isis-mavendeps-webapp/      # isis-mavendeps-webapp</pre> 
+          </div> 
+         </div> 
+         <table class="tableblock frame-all grid-all spread"> 
+          <caption class="title">
+           Table 2. core/mavendeps maven modules
+          </caption> 
+          <colgroup> 
+           <col style="width: 33.3333%;"> 
+           <col style="width: 66.6667%;"> 
+          </colgroup> 
+          <thead> 
+           <tr> 
+            <th class="tableblock halign-left valign-top">Module</th> 
+            <th class="tableblock halign-left valign-top">Description</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-mavendeps-intellij</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defunct.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-mavendeps-testing</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Aggregates dependencies on various test-scope plugins useful for unit- and integration testing a module. These include Apache Isis' own <code>unittestsupport</code>, <code>integtestsupport</code> and <code>specsupport</code> modules, as well as a number of common testing/mocking/assertion libraries.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>These can then be included using a single dependency declaration:</p> 
+              </div> 
+              <div class="listingblock"> 
+               <div class="content"> 
+                <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;dependencies&gt;</span>
+  <span class="tag">&lt;dependency&gt;</span>
+    <span class="tag">&lt;groupId&gt;</span>org.apache.isis.mavendeps<span class="tag">&lt;/groupId&gt;</span>
+    <span class="tag">&lt;artifactId&gt;</span>isis-mavendeps-testing<span class="tag">&lt;/artifactId&gt;</span>
+    <span class="tag">&lt;type&gt;</span>pom<span class="tag">&lt;/type&gt;</span>
+    <span class="tag">&lt;scope&gt;</span>test<span class="tag">&lt;/scope&gt;</span>
+  <span class="tag">&lt;/dependency&gt;</span>
+<span class="tag">&lt;/dependencies&gt;</span></code></pre> 
+               </div> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-mavendeps-webapp</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Aggregates dependencies on Apache Isis runtime itself when used within a webapp.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>These can then be included using a single dependency declaration:</p> 
+              </div> 
+              <div class="listingblock"> 
+               <div class="content"> 
+                <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;dependencies&gt;</span>
+  <span class="tag">&lt;dependency&gt;</span>
+    <span class="tag">&lt;groupId&gt;</span>org.apache.isis.mavendeps<span class="tag">&lt;/groupId&gt;</span>
+    <span class="tag">&lt;artifactId&gt;</span>isis-mavendeps-webapp<span class="tag">&lt;/artifactId&gt;</span>
+    <span class="tag">&lt;type&gt;</span>pom<span class="tag">&lt;/type&gt;</span>
+  <span class="tag">&lt;/dependency&gt;</span>
+<span class="tag">&lt;/dependencies&gt;</span></code></pre> 
+               </div> 
+              </div>
+             </div></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_core_mavenplugins">1.3. core/mavenplugins</h3> 
+         <div class="paragraph"> 
+          <p>There is a single Maven plugin module. Its Maven <code>groupId</code> is <code>org.apache.isis.tools</code>.</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="title">
+           Plugin Modules
+          </div> 
+          <div class="content"> 
+           <pre>core/
+└── maven-plugin/                # isis-maven-plugin</pre> 
+          </div> 
+         </div> 
+         <table class="tableblock frame-all grid-all spread"> 
+          <colgroup> 
+           <col style="width: 33.3333%;"> 
+           <col style="width: 66.6667%;"> 
+          </colgroup> 
+          <thead> 
+           <tr> 
+            <th class="tableblock halign-left valign-top">Module</th> 
+            <th class="tableblock halign-left valign-top">Description</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>isis-maven-plugin</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Code to build a maven plugin for the build. This plugin can validate the metamodel and generate Swagger specs for a domain model as part of the application’s build pipeline.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_archetypes">1.4. archetypes</h3> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre>example/
+├── application/
+│   ├── helloworld/     # org.apache.isis.example.application:helloworld
+│   └── simpleapp/      # org.apache.isis.example.application:simpleapp
+│       ├── application/   # org.apache.isis.example.application:simpleapp-application
+│       ├── module-simple/ # org.apache.isis.example.application:simpleapp-module-simple
+│       └── webapp/        # org.apache.isis.example.application:simpleapp-webapp
+└── archetype/
+    ├── helloworld/     # org.apache.isis.archetype:helloworld-archetype
+    └── simpleapp/      # org.apache.isis.archetype:simpleapp-archetype</pre> 
+          </div> 
+         </div> 
+         <table class="tableblock frame-all grid-all spread"> 
+          <colgroup> 
+           <col style="width: 33.3333%;"> 
+           <col style="width: 66.6667%;"> 
+          </colgroup> 
+          <thead> 
+           <tr> 
+            <th class="tableblock halign-left valign-top">Module</th> 
+            <th class="tableblock halign-left valign-top">Description</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>helloworld</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>An example application as a single Maven module, including domain classes themselves plus code to bootstrap Apache Isis.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>This is reverse engineered into the "helloworld" archetype.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>simpleapp</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>The top-level aggregator module for the "simpleapp" example application.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>This is an extended version of helloworld, providing more structure (separating out domain model into modules) as well as unit tests, integration tests, BDD specs and fixtures.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>The simpleapp modules in aggregate are reverse engineered into the "simpleapp" archetype.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>simpleapp-application</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Defines the contents of the "simpleapp" application using Apache Isis-defined classes, as well as globally scoped domain services and the home page.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>simpleapp-module-simple</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Contains the domain model for a single module.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>The intention is to allow this module structure to be copied so that the developer can easily create further modules as their app increases in size.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>simpleapp-webapp</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Bootstraps Apache Isis as a webapp.</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>helloworld-archetype</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Helloworld archetype, reverse engineered from the "helloworld" application (above).</p> 
+              </div>
+             </div></td> 
+           </tr> 
+           <tr> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p><code>simpleapp-archetype</code></p> 
+              </div>
+             </div></td> 
+            <td class="tableblock halign-left valign-top">
+             <div>
+              <div class="paragraph"> 
+               <p>Simpleapp archetype, reverse engineered from the "simpleapp" application (above).</p> 
+              </div>
+             </div></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div> 
+       </div> 
+      </div> 
+      <div class="sect1"> 
+       <h2 id="__ad_metamodel">2. Metamodel</h2> 
+       <div class="sectionbody"> 
+        <div class="paragraph"> 
+         <p>The diagram below shows a simplified version of Apache Isis' internal metamodel.</p> 
+        </div> 
+        <div class="imageblock"> 
+         <div class="content"> 
+          <img src="_images/metamodel.png" alt="metamodel" width="788" height="784"> 
+         </div> 
+        </div> 
+        <div class="paragraph"> 
+         <p>where in the <code>metamodel</code> package:</p> 
+        </div> 
+        <div class="dlist"> 
+         <dl> 
+          <dt class="hdlist1">
+           <code>ObjectSpecification</code>
+          </dt> 
+          <dd> 
+           <p>is equivalent to <code>java.lang.Class</code></p> 
+          </dd> 
+          <dt class="hdlist1">
+           <code>ObjectSpecId</code>
+          </dt> 
+          <dd> 
+           <p>is a value object equivalent to the <code>@DomainObject#objectType</code> or <code>@DomainService#objectType</code> attribute</p> 
+          </dd> 
+          <dt class="hdlist1">
+           <code>OneToOneAssociation</code>
+          </dt> 
+          <dd> 
+           <p>represents a scalar property</p> 
+          </dd> 
+          <dt class="hdlist1">
+           <code>OneToManyAssociation</code>
+          </dt> 
+          <dd> 
+           <p>represents a collection</p> 
+          </dd> 
+          <dt class="hdlist1">
+           <code>ObjectAction</code>
+          </dt> 
+          <dd> 
+           <p>represents an action (with multiple parameters, either scalar or list)</p> 
+          </dd> 
+         </dl> 
+        </div> 
+        <div class="paragraph"> 
+         <p>and in the <code>runtime</code> package:</p> 
+        </div> 
+        <div class="dlist"> 
+         <dl> 
+          <dt class="hdlist1">
+           <code>Oid</code>
+          </dt> 
+          <dd> 
+           <p>is equivalent to the applib <code>Bookmark</code></p> 
+           <div class="paragraph"> 
+            <p>and appears in URLs in the Wicket and Restful Objects viewers</p> 
+           </div> 
+          </dd> 
+          <dt class="hdlist1">
+           <code>ObjectAdapter</code>
+          </dt> 
+          <dd> 
+           <p>is equivalent to <code>java.lang.Object</code></p> 
+          </dd> 
+         </dl> 
+        </div> 
+       </div> 
+      </div> 
+     </div> 
+    </div> 
+    <div class="hidden-xs hidden-sm hidden-md col-lg-3"> 
+     <nav id="toc" data-spy="affix" data-toggle="toc"></nav> 
+    </div> 
+   </div> 
+  </div> 
+  <footer class="footer"> 
+   <div class="container"> 
+    <div class="row"> 
+     <p class="text-center small text-muted"> Copyright © 2010~2018 The Apache&nbsp;Software&nbsp;Foundation, licensed under the Apache&nbsp;License,&nbsp;v2.0. <br> Apache, the Apache feather logo, Apache&nbsp;Isis, and the Apache&nbsp;Isis project logo are all trademarks of The&nbsp;Apache&nbsp;Software&nbsp;Foundation. </p> 
+    </div> 
+   </div> 
+  </footer> 
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> 
+  <script src="../../js/bootstrap/3.3.7/bootstrap.min.js"></script> 
+  <script src="../../js/bootstrap-toc/0.4.1/bootstrap-toc.min.js"></script> 
+  <script src="../../js/slick/1.5.0/slick.min.js"></script> 
+  <script src="../../js/elasticlunr/elasticlunr.min.js"></script> 
+  <script src="../../js/sticky-header/sticky-header.js"></script> 
+  <script src="../../js/search-panel/search-panel.js"></script> 
+  <script src="../../js/header-link/header-link.js"></script> 
+  <script src="../../js/toc-scroll/toc-scroll.js"></script>  
+ </body>
+</html>


[38/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/rgcfg/rgcfg.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgcfg/rgcfg.pdf b/content/guides/rgcfg/rgcfg.pdf
index 0475175..45268d3 100644
--- a/content/guides/rgcfg/rgcfg.pdf
+++ b/content/guides/rgcfg/rgcfg.pdf
@@ -4,8 +4,8 @@
 << /Title <feff0043006f0072006500200043006f006e0066006900672019006e002000500072006f0070006500720074006900650073>
 /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:20180305191153+00'00')
-/ModDate (D:20180305191153+00'00')
+/CreationDate (D:20180918074510+01'00')
+/ModDate (D:20180918074510+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAABH+NotoSerif
+/BaseFont /AAAABL+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 226 0 R
 /FirstChar 32
@@ -1680,7 +1680,7 @@ endobj
 endobj
 16 0 obj
 << /Type /Font
-/BaseFont /AAAABI+NotoSerif-Bold
+/BaseFont /AAAABM+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 230 0 R
 /FirstChar 32
@@ -1691,7 +1691,7 @@ endobj
 endobj
 17 0 obj
 << /Type /Font
-/BaseFont /AAAABJ+mplus1mn-regular
+/BaseFont /AAAABN+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 234 0 R
 /FirstChar 32
@@ -1702,7 +1702,7 @@ endobj
 endobj
 18 0 obj
 << /Type /Font
-/BaseFont /AAAABK+FontAwesome
+/BaseFont /AAAABO+FontAwesome
 /Subtype /TrueType
 /FontDescriptor 238 0 R
 /FirstChar 32
@@ -3299,7 +3299,7 @@ endobj
 endobj
 48 0 obj
 << /Type /Font
-/BaseFont /AAAABL+NotoSerif-Italic
+/BaseFont /AAAABP+NotoSerif-Italic
 /Subtype /TrueType
 /FontDescriptor 242 0 R
 /FirstChar 32
@@ -13094,7 +13094,7 @@ endobj
 endobj
 110 0 obj
 << /Type /Font
-/BaseFont /AAAABM+mplus-1p-regular
+/BaseFont /AAAABQ+mplus-1p-regular
 /Subtype /TrueType
 /FontDescriptor 246 0 R
 /FirstChar 32
@@ -18674,7 +18674,7 @@ endobj
 >>
 endobj
 137 0 obj
-<< /Length 17659
+<< /Length 18333
 >>
 stream
 q
@@ -19527,23 +19527,45 @@ ET
 BT
 300.6395012 320.0029999999999 Td
 /F3.0 10.5 Tf
-<6040437373436c6173732829> Tj
+<604050726f70657274794c61796f757428637373436c6173733d> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
 BT
-363.6395012 320.0029999999999 Td
+437.1395012 320.0029999999999 Td
+/F6.0 10.5 Tf
+<c9> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+447.6395012 320.0029999999999 Td
+/F3.0 10.5 Tf
+<29> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+
+BT
+452.8895012 320.0029999999999 Td
 /F1.0 10.5 Tf
-<2920746f20616c6c20616374696f6e206d656d62657273206d61746368696e67> Tj
+<206574632920746f20616c6c20616374696f6e> Tj
 ET
 
 
 BT
 300.6395012 305.72299999999984 Td
 /F1.0 10.5 Tf
-<7468652072656765782e> Tj
+<6d656d62657273206d61746368696e67207468652072656765782e> Tj
 ET
 
 
@@ -19784,23 +19806,45 @@ ET
 BT
 300.6395012 211.0429999999999 Td
 /F3.0 10.5 Tf
-<40437373436c61737346612829> Tj
+<4050726f706572747961796f757428637373436c61737346613d> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+437.1395012 211.0429999999999 Td
+/F6.0 10.5 Tf
+<c9> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+447.6395012 211.0429999999999 Td
+/F3.0 10.5 Tf
+<29> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
 
 BT
-368.8895012 211.0429999999999 Td
+452.8895012 211.0429999999999 Td
 /F1.0 10.5 Tf
-<2920746f20616c6c20616374696f6e206d656d62657273206d61746368696e67> Tj
+<206574632920746f20616c6c20616374696f6e> Tj
 ET
 
 
 BT
 300.6395012 196.7629999999999 Td
 /F1.0 10.5 Tf
-<7468652072656765782e> Tj
+<6d656d62657273206d61746368696e67207468652072656765782e> Tj
 ET
 
 
@@ -19885,6 +19929,7 @@ endobj
 /F3.0 17 0 R
 /F1.0 8 0 R
 /F5.0 48 0 R
+/F6.0 110 0 R
 >>
 /XObject << /Stamp1 202 0 R
 >>
@@ -23635,34 +23680,54 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��z	tW��{U%Y�m��m��jY޴ز�E��/xë�b,��+^�
4!�&�$�$����x脓�����IC�����Cw�l�I3�L�!��L�v1�J����|ʥ��t���~_�!>�"���N\�}fN!�E#���>;l��!d��z*7~�PR"�stptzk�M�G0��d�y���F(�:\��n�@}x��Xk�7Xү_��.�¸kb|j:����(�/�yG��ݳdžPjB��FD�}�t#1x
-��\���DR�
����#�QB�X"��7ȣc��8�Z��:}�!������j2�	X�i��#3+;Ǚ�r�������8��g�?pOE�����4|4C^&��9�H+��z���=w']�8gi5�B�#�װ�"1�5��F� vs%H
+x��z	tW��{U%Y�m��m��jY޴ز�E��/xë�b,��+^�!4!�&�$�$����x脓�i���!�����;t�Τ�t&��i&���[%	��IZ>��{U��{w��
+a�YM�z'�u̾
+3'¢������2���2���x=��G()�928:����c��{2��Q�p!�|
�Ǐz�N�><�PJ,�5�,�����sa�51>5�����a|��Ǽ�}�޶ۆPjB��FD�y�t#1x
+��\���DR�
����#�QB�X"��7ȣc��8�Z��:}�!������j2�	X�i��#3+;Ǚ�r�������4��g�?pOE�����4|4C^"��9�H+��z���}w']�8gh5�L�#�װ�"1�5��F_'vq%H
 ���K�a��q�T@�
-q����ߙ������狉}ۮ^>�ߙu�C�}����Y��y�*C�h��ie�	�]E��B�C�nω~�v8�;��O
-XZo�&�#뉿�W^x�����Y��g.���`y�:��` ��v��&�J��9z/���s�qz�����{g�~}�<$G� ��3̔=�aKW�@|�Ύ�N�.A'���d��x
-�
6(=��\�R*�MR;�rS+�B�s���Z����+G� ���[��]�G�Pf��`�K��^g&vJ��¢�J��Ң�lO�k�=��`������m9�lv���zH8�ӎ[_Qq�7�����b�:�q@C�t7̘�����[���8;��5sn���lu.Ib�**��ʼ��ʁ�X��_�_�12��?��\ش��峇�~�����:��4շ���4�8�"����#�z]h/ۄ�܉���]&��4ߥ2���l�V�]�^_�c�2�5YjWOn�6�L����� ���faV��Z�TI������ F�_��is��:z�g�M���<����~�Xc[�(mN�J[ߡlj��gi�w)�3U��!��=;K�K�c�p����HJk���uȚ<`/~��`{�p��0*Qq�D��i�
��]c�鶮�<�3����gi�W?�:�ֲٝ�,��X�ԧV�Oos��b��ԩ/��jvtU$
��g��v�a�6�֔l�)R�xG�@q����d���`r�8�
��
 ��:���Y{���e�� W��&Ű�L�Mv*Mn�r��F�K����i�M�*D�54���o��'Y���<�H^Z���WM#�V�%'�e�Ѭ�6��
-�yٗ��-�(֊�F3�ג�������>�^��Z?Yf�v���
-�S|��N��SF�L{ϳ;ʊv���|�%>�P��Ы����Zk�ED��e�M�L-���0�c���੹"c�:]v~jU����v�m�6�TA�� $�C�)�W�I�
-nq�3��G��Ÿʛ�;�87��ngy\N˖Cm���I������Ċ��0���Ʀ�s�K�e�1N�3r�{�̮�sX��/.�ߗ�[���Oo.0,��jS�G޿/��u���,�O2�#��Z]$֋�R�����s,�|��q�����^�GI�	kS�ڌ(UC|b�k&W�)�9ǯ����l&л�NK�dQNw�1}�/��:4�H,�wWmoK+��ى��f�������Ͼ菉d[c2[�[s�0(ΩL����R���c4��~��sWuQ]�:��k���ئ�ܡo'��:3Z֧d,L�V&QK[Y���͞�R���s�k���[�����\�U��L��X�~�*R�&3�`h:.��?=�_�lw�>2���|b`𹟖)�[��4O�&�IΪ{��-"���ݢ�mm�V��L7�3�������$�xf�����]��|MBO�4)�z�4�j���ݑ��4n�ҳx ��}�zu6�/��?�-ȩ�	�@�u�<�!�=<�(e�L��-~���G_[�z�\H���-�8�s��H���v���6�"�
 ��Cp&&��( CH->V�/*���FU�N-�o��ѥ��KoY�By���0D,�����N�E�a�x"��i�k7#4�1�����O�[�OTJ��[齬OԀ�
-��Ȍ���"e��J�t�/�k5���S0��X��Q:�`��)�.�Biv���1�����U:պ�mo>ж�\���m�G����E��
;�޸��L�+S�*���^M�d}�]5	���M�}n�����������ܒ��
-�*��$w����Z���^4�T��:���ʩ�"�PfY�|��m|�;Λzwc��n�X;+-M'�>��o'��y�����0��/��1֖@n&(�!PohWʋ�:�LD�P��h\���K��3u���mK�m綹���3ć'�����}��f�Æ�_�i��f4#F_��ư\�`��!P�i�GxZ�Y�n�U�\f%So((������*-�g��G<���&�*���#-��K��v_f�eap�\��M&c/�f���1�6[9�K�{�j_�dY~�.X2�կk΃��l��.>�Q�#޶����RvR(���y�~�i����_n�R�Jc!~�}n:ñ�����)$!��e$�ޗ,�w�<v����\aʌcs��J?d5�e��L��
��{���]5��K�U�UE���8d"�J�ۤ$�(M.��h\�š	�+�Y�8�F�~����+�"Sfl��1O�:u-L5,+�V� Xp>F"�R����i	K;˚�0��J
��+��l���14�|��ty
7���5ۼ��0aj0<��� YNI�+�
 ��2M7��j��r	�G@��B��kk3�G##�q� 1f긴q����I<��X��	Uڒ��sbn��Nps�:x�l�xs�2��ڰ�*�P��Ϥ�e��[��/J�`'����w��͇��A��A�������W����o?�������N<~u�����'&'��IM������}�������������y�g�k���X�Y�TH	ȅ\NN5AΔ��՟������]̸���
�4�d�?x���c��'wU���G����L���1E'�rР�d�6S.���ȣp�+�B�k�ږ�'�i��t_�����k�eC��R�~uO���'~@J��T2b3�A���~m��Pl�k����ܸ�9�KO�k(�n�2Ђ�n��8�}r����Aby~�nc�l�ߨ�k�Yk���O�ӂ-wC��-��<&����1� �z��6�7zȨ.#�����=���m��@��h뼷�n[s���R�ܐ��Tnkm;НQvϋ����|wU�]m�=۳<����{
 [�ۘ���`*,�nXgֺ<v׆ʢxC}���L��]��>�3�
-!2�ض�Mz)�x�q6��n#�&�QL�A���d=I����ϗ}���f\��ϲ����ǎ/�_.wF��'���)
����항���|s;W��e�m�W�I�o/^i�^om�)%-A���Ol�e115k?`Jf��L�/�
2�X��n�)fj�ۀB0�O��)�ꔰYܮP�u�0*U�<~Q��ݨJѫ�tuM�
�ؠ2]h��b���c�-O�ޝ~3�� B����e!�LɕL�����G�(�$�4ƞ!y\��Qe�WE�����߽B����̀7��/+���$�5���}�/�U��!���T�P��m��G��ܳ��
���}�����(�[&`����-#eVp��{�rE��xY���+1Ա/
-����5�*͜G��gM�F��;a�8��͏CEQ��b.aȴ�c��~ΰ��$R�z��O���^��r"y��賒�ƥ�r�<��0�*U�K���xC�>���9���	�C�d�ae�����z7���`m\X�{��Y=��/{2��
 ¥���{�*m�BAتb�����G�Ӆ�Jm�h�D����עe��}���z�M�".I�*���ˑ�W��2��@�>/�d��y�Iz�/}���$�	���%2�&O���[U	�N L���ّ�4�6�5���v7ϔ��;�%	�Zs��꼿�"P�A��R#�䖷��4Y?����J�Ե1�bS����u���֜2{�Efh�۽�_)Y:��tJyF��n��ı�\�"�5�Y��P�/ǰQ\�*|%�n�ͷA��� 15���h����)����G1&��,�<��+���L�Y;��T�ot�ƺ����w�/RX���%+|������V���W���Xk����Ξxzd�Ĉÿ�u���k�qS���4���
 ��OJJ��ٛ��?��=�X���X��7>����6�-����G�?�7+&c��,��)0�������k��c��Y���K]d啷��u�C!�%��pF�[)�Q�p���2��铌��`�,�$	���g����H]Q�+��+�l�[*Y�H.=5�Rt��v��'�񜜉���ׇ��r�1��:n���I�Q"j֪Ƞn��M΅�w�3���V���=�ƜK"�zb���"[$�Im�K~���u�ve�\�|����:�ܹ�Ή'Ӣm����,7��M�����$��ZNgv[�NX@c����و�K{�F套�;�m�+RŘ\�u�1����GL��+I��︿+M����M��T;ͱ���Y�b���{���N�C�hm�[:˖r��'�LxdTz{c��Wv���}'��A��0N!��;�!�K�#I��H�T�,ћ���70��'�WF�u�g?�3����?��\�a�&j$���%�k�C^C�+-221ݩS�T��ǣs�k�l�)�5�M��K��ܓ^�*n��i��2c�0<Z
 �2�R��ӎ1��Ѫy�J�1�m.ly��q�@n[~bh�*١u�&���l��wg���#��Z�0�x3�T��1�;,.� 2���ڽM���w�^_������?'X�+��cE|ߧت��V�~ǥ�����mG��w�������@TpǺ��-��C��_!~[4Xn�4�UҵL5諛-�o0F3L�J���J�j��"Pvr񘯏yqA�I��NV�����d��M	�>���,>᫯8��VUx���4ĭOi	~�˘J�Z��Z��y�U��q�Y��S��S��YDU�\`ZT/ӹ��X���>��޹��%P��!�5�r���';	zȜ��Y,��p�Z�KS�z�t��0Ҧ(�i6|�l_-q���x’�ら|�y����mN��q�!+Y���xz�}��(����{4e�U`���b�`�7.���ʆ����y
۔�sW༶}�a�]K�)�9�r�<q���.�n���U��Buy]���'��v�zg~�C4,jϊ2eb'����uI�u�l��{Nks�yA�����
�]'�
�3����
 $�ŕJ��l}kZ��V�@�Џ3�W�1'�{@�v6_~4�H���Q�GJ�Ts�SQ�5~z���W��K|U�pu���8U!{VF�#�?Kx�!H0�%.?4��Ln��s����rr�N1���g���yB��0Y�gd����5]  1�̪��]�������_�\ݐ��S�@����I�q��̸P������"����"�%��Z!�82�(02Wl��0..=^̀�_w\.d7ژBcibE�AKX|��,}u�q��v���ପ6�,�d�k�|�zS�'h�/�C�P~����_s���i�K�]m��Rsy�57!פ�k������Υ�)�8�Ҧʔ�o��~���t@�SHu0U���0�2V��	�;�窷�X�F�H����l�Vɳ�+��T%d�?мn�*����=
-l0������M�H��u��LM���,I�V���iM����E�#�T����������xc���+��ί�Z�x���"��2{��Z�~}C�#�,mR�6�j�[��戮�(�5���)Q�8������q�C9ڊm-ĩz�>ah���R�P7з�_~BU�u��58����j�~	�^ecGz��ɧ�qiZ��؛�bv�!g~Ć����Hs��!�%��%!���*��y{���(`���۸�B������3���G ����폈��P!y�Zp�ZT��ŰO��W^�υ3{�5��j�������J����րd�}����S�^�I���c��tl>k�4�I�]�2���•�74Q��+*�
-U�������?E_c�q�
�������Q��
-劈�T�ғ���
-��\�p�0��n��)���œ>�4�V9}���\�P���7�,~Xu�3�fre�oa��j�ej�F��,��ߒ��6���K_��"U�C%Q��h�ņ��t&h���?�m�c�{7�c��9�،$�Sz����թ�����l���%��eς�_(�&i�?
��> ��0o��/�N���ZR���l�����/m�t_�h���z�@�M��u�BB	�J�
3*���
q�
-�Y��.M��Gzȝ�$?`I�
u�
-Ӯ��N0grp�}�V�ߒ��ꤘ8oQ�C����D=�Zb�VFx$�p��L�٥��g����dw�w��ߋO�(�ywiu�؛Tޛ��]��\ѝ��[�D��8Y�R�L66n.U�J7C�3�[n6�ٝ]����#��Տ���;f���Sq㏌�u��)|�s������P��2���x�&���s�e��N�-�8��|��?�Er�:�H�R�R��8��#�?r�;�����C�B����S�Fx���B�B���O��_�
;�Yx~�O�/DF�qC�%xHp629rk��(Y�֨��a��>�E�#��b�8G����1e�,���ߢ�"{R�h1�lp�I0OfQ{��cz86ñ�Y8:�kDZ���3�͉j������8����n�!���[�3�!�P
W	׾AS�eߙ����n�S��y�9�񺐈S��8��w�.��
�7��s8��f�ʤj��#A�Ad!�o}J=��2�A��IB��1�~%��"*&���2�o,�S����qħ� %G�����3rbd��
 ���,�D��HW�5���o�.�ٙj�t蚳�:c����+�lS��信~�-��0Aq(���
--[>�z~�>x)[���#>}ˇ�w�h� ��G*@�i/�"t�����g5���s
-G������+�7/e`��()��EqH�k@	౉�"�@�j�i����lPڑeB͟
q�	�]1*�:���:��JTk�zT��P=j@��	"T3jA��
����E�b�΅̌
Y��0�8�}[v1��
-�F�y&���c����@!�Y�<�{�?O�j^�ϓ��C�<��X�k�����yR�b�<E���tx�O*���yH�����P2�/�|(�^�(�H����^��|�I��C*���0�Kз�dV�9��p�K���#��|�?�:�����L����H��O�N
Nkҭi隲��>ͺ���`dDS�\����M�M���kFEh�,�DCh
�i0�t�h@���7�FP�֡1ԃ��fF�\�WS��}@�.�ߋ�5��㚆�ɡ~0�q�k�j`�B��}3#�I�ghz�d������@��
hL� *�@a��4�}�F�g@o�k��5k��a$��ɩ��1M�ٚ��+f.L�%���a�d��4X����"K�%=4��j�'��}���a�x��X����1
� �>v�h�����G�wȅ%���X��⾩��1�t�wt�_�dt:�B�Z���i�fflphl,�O��W�=��M�7�l1�h�]��d�L�bfN����f
0�k����ȱXz�{�
 ������=㣖	���8
�ρhb����T�@cY�fv~�O�1�׍�Oy˖-�Q��X�S�3�C�(oa��@e%�e�S07�����z�Ʀ@b3c�}����>M���N�+������W��JН�K��c/k��Y�?/����M*̬��tƆ���e��',#>S��uE%5
%&����q5�I����}
-f��� _Ԁ���S�ܑ�+滮�k9�12���0�.}�4p���B���h���/�O�
+q�����ߑ�������狉�ۮ\:�ߙu�#�}�E���Y��y�
+C�h��ie�	�]E��B�C�nω�Zw9�w�;XZ��&�#뉿З_|����cY���/��vcy�:��` ��v��&�J��9z���s�1z7�����{g�~}��<$G� ��3̔=�aKWx|ݎ��N�.A'���d��x
+�
6(=��\�R*�MR;�rS+�L�s���Z����ˇ#�ڎ����G�Pf��`�K��^g&vH��¢�J��Ң�lO�k�=��`����&��m9�lv���ZH8�ӎ�_Sq�������b�:�q@C�t7̘�����[O��uf&+k�쎭���\���
TT��)�y}����G���|sd�M,�,9�i�y��g}�ts���:te��i��om{�i.r^C`6;�G( ���^�	��K/�ջLJci�Ke�Q�5�ڥ0���:�JeXk�Ԯ4��`7l��b�Q�=�A��	��¬�@��Z;v��IA�v�X�S�u�~ߜ� 
�y��bO�x�*ƶ�Qڜ.2�[����=��#��L��<�J�T$g��уx�ƃ�w�:7���\�j���W���z��- k�T���%�����
�¨8DŁ�g�6�^t�5�ۺ���4�G���-~\����fwZ�ֲOc�S�Z�?����ˍ�R���ۦ����`�"i�T?�.��P3�a��d[O���;j����'�
 �����^h`�E��~�ڋԧ-��ڄ6)�d
+8 o�Sir�K��0
+\�K̾A�n��P!
+���	���ÿ8���U�F��b��b��
+,9�.���f���נ��Ⱦ,?Fh!F�V�7�I��d���wd�E�������2{�3U�VH��{xdXt���2�g�{����hǹ��GZ��
+ծ
����޺��F^DO@\��r��R>��9F����+2��e�VejX�l�F�n�Q@���B�8���Mp���dp���=#�8p�hX���)���p�s����v���l9���јT[-N-�M�(pH	ci�klj;g��H_��D9#G�GN�,o:��������}Y�5I������	�6Ez����}��c�gAr�!!-��"�^��b���c�`���4�5؏'���0>J�NX��fD٨��^3��Nɀ�9~��u�e3��MvZ'�r�K��~uG��Gby��j{[Z���LL=7���V''x��x'�%����Z�ݚ��AqNe��W�7�j����e���;����
+���]E��6e��'��י�ڰ>%ca:�2�2X��Rm�̖�<M�k]�/�
���\d��b�J$f��-'Ģ ��T�b7�iC�qٵ�陧�2ge����ag�������L��:w��y�(6A.HrVݛސo��^��Unk��e�Q�1xdp��ݕ�'����o�94�R��k2x�IA�c�)WK���]���K��*=�wr�	���Wg������Sق�Z��
+Z˳���S�R��t���n�|��լ�΅d�m�Š31'���!�a�nE�Ll�*�?g�`Ҍ�2���5���nT%��b��1���]�J��e.�W?��CIJX�>����F[�V�'"ޝF�~#B�Q�[/����D���|�����D
��k�I�����/R��$H�»VCa���>S;����
fz��~�B�2+�f�NA0SK��k�Z�S�����m[�պ���Ty�`�]��ٰ���l�$�6e�B=���ՔM���Q�Я)�TQ��V��-��y�)�-Y)�pP���Or��)�	1��E�O����On��j)Re�����>���Ƨ�缥w7�i������t���{�v�-Κ�KP�
+S���jK�cm	��a���v�����D���ƅ����?H:SG�=۶d�vv���?M|t����g Xޗ�o?j8��!��oD32`�|�k�e�
+��������������eV2�����7�)yJ��>��Т~Q}��i"��i�>��ܿ�qo�o�eV�Pg�U��+�d2f��.�)�`�hS��S�t����eK���삁%�_���<��9��e:�mkjݑ`/e'�L�_���yO����_O�js��V������mo��Oa �	/.#A6�dY����+O5�G�
+Sf�۝V�!��/.d�o@? ?0����^򌒭*�}5�� iT��&%qXir�D���L�_i�r��7�;ݍ�._Y�2cC=ȏ�x
+0թka�aY������1�[�X�
+�o~AKX�qX�$-��\\8Pj^^�]�v��C�/F�ϖ�pC��Qs��ks�V������dX�z�*�t�Z{��1�< ��pt�)�z��6C�JaqD!`02�N�
c��K���	�����el�P�-�*��	'�ƿ��7F��ɖ�7�_*S�
��
+�	�L�^6������$v�:�X}�
�x���Ļ)��9���xřk��������=v���W�o|h�}br��Ԟ��<�gZ�_I�_��x�A�xK����6+�G���\���T�Ly;_�ӕ}��d��_�n����$�}�kw��m?���^`��8ll��e�W�):���e��%���r�h�@�;_��^3�ֶ�=yO+���J~L6_�.��ߕ2��=�[~�C��)�rRȈ������
FC�5�!(��gtp��<.=��3��@@�e�@2��3��>������{��9�m��Z�9_x�~�-WdI��Z[?�N��
��w�����n�-#Ġ�����_�}l ����������b�m��梭�ގ�m�rGK�sC�NS���mwF�=/I�+���U�w�9vo��+2[G�ml�oczB~���Ⱥa�Y���]*��
�}��38�wI��H�T�+���b�6�`�}��,K�,��Λ\F1	o'��$	n��X�uj3�qq�?˲>�;
+��~��� ��ξ��48��ڷW��lJ���\��W$��緓�e�^�ܺ�&��4SJZ�f/�ߜ�bbj�~����f�,_hdr�
+��8S���	��`��.
S0�)a��]����TaT��?x��b��Q��W	��&9�a�Ae�4��lE�B�/�,�[<�p�;�F�A��ك�B(��+��C!\���:�Q�Ii�=M��U�������/п{��ˏљo��s_Q���Iʫ��{�_.�8�Cl
W��,.��v#����{%��~SQ�j9��Q �L�\���[Fʬ�V����> ��z�Wb�c_�%Fs��"U�9-�~Ϛj���wöqJ�[������\::i1�b��a�YI�p�f�䋅/�!��D���#�g%ӍKO�y<�a2U��ҧ"��(}���s$�/	�.�F���$�x%}	�n����ڸ�6�rݳ,z�_�d^m�@�KY'�wU�D���U��%!1�ƧC��x�.�0ߙ��Fˌ�)
+��M������e\�",U�#����YeW��+}^���
.�ғ�_�$P?�
IT'0Kd�M�)f��n�@�4�ݳ#�i	l�kr��%�j�)W_s�K4����[�y�E�J����F��-o�/�i�~��3ቕ8�kcbŦ�.��� hs�9e�
+��и�{�R�tϩ��8c�\��!ܹ�
E�k��\	2�_�a��>dU�J�!��o�5Abj6sӑ>gW�SO��b*L&D�Y><yNUWnߑM���v8_�,�+�芍uy	����_��&�mKV�j��ۓ�6K�=�hߟ��>2?><?��=������_��9)�׈�2�^�5iDq��;KJ��ٛ��?��=�X���X���7>����6�-����G�?�7+&c��,��)0�������k��c��Y���K]`啷��u�C!�%��pF�[)�Q�p���2��铌��`�,�$	���g����H]Q�+��ˬl�Y*Y�H.=5�Rt��v��'�񜜉��?xχ��r�1��:n���I�Q"j֪Ƞn��M΅�w�3���V��=GǜK"�zb���"[$�Im�C~��u�ve�X�|��n��:����Ή'Ӣm����,7��M���]�$��ZNgv[�NX@c����وSK{�F���;�m�+RŘ\�u�1�����L��+I��︿+M����M��T;ͱ���Y�b��
 �{���N�E�hm�[:˖r��'�LxdTzkc��Wv���}'��A��0N!��;�!�K�#I��H�T�,ћ���60��'�WF�u��?�3����?��\�a�&j$���%�k�C^C�+-221ݩS�T��Ǣs�k�l�)�5�M��K��ܓ^�*n��i��2c�0<Z�2�R��ӎ1��Ѫy�J�1�m.ly��qtn[~bh�*١u�&���l��wg���#��Z�0�x#�T��1�;,.� 2���ڵM���w�_������?'X�+��cE|ߧت��W�~���=����mG��w�������@TpǺ���,�CC��_!~[4Xn�4�UҵL5諛-�o0F3L�J���J�j��"Pvr񘯏yiA�I��NV�����d��M	�^���,>᫯8��VUx���4���h	~�˘J�Z��Z��y�U��q�Y��S��S��YDU�X`ZT/ӹ��X��6�>��޹��%P��!�5�r���';	zȜ��,��p�Z�KS�~�t��0Ҧ(�i6|�lo-q���x’�ら}�
 ��y����mN��q�!+Y���xz�}��(����4e�U`���b��`��/���ʆ����y
۔�sW༶}�a�]K�+�9�r�<q���.�n���U��Buy]���N��o�r[�3��!�gE�2��U�B��$�:e6�|�=�5��鼠	G���[ή��֙�#������J%_S��5�nG�E�C���+ݘ��o��/?�[$���(�#%_�����鿿?5W��+��%��h��zSa���=�#�1�����$�����|n&7w��ɓS99S'~J���O�<!\]�,�32����.�qzUq�w�*kx`��Y�
+
+�/]�n�W�)tU I����8�ySf\�oc���
+�E����r֒�Ja-���y���+��VW�/f@�ʯۋ.�mL��4��̠%,�SL	����8�^�q��NpVU�mC�]�5@�_����̗�!C
+(?z��ү��F�4�%ɮ��Q��<Ú��kR�y̵�`s|�\��הiFiSeJY���H�v�G:��)�:���V}d�[��՝�s��[�J�I$�hrg6f�����g�2�h^7Q�P]�Ԟ6Jq�te|ΦG$��:GR�&��Y��L+IJȴ�k�Uޢґu	*[IBV��dtjn�1�j���t��n�K�ƛ_OqJ��RT�R���T�t�6)[�����HNsD�L��Zu���NN_mj�q۸�mŶ�d�J�0�~qf�f��[�/?�*�:lu�sWh��d5B�Q���#��.�ɧ�qiZ��؛�bv�!g~̆����Hs��!���%!���*��yk���`���۸�B������3���G ����틈��P!y�Zp�ZT��ưO��W_�φ3{�U��j�������J����րd�}���œ��I�����tl>k�4�I�]�2���Õ�74Q��+*�3
+U���k�W
�?E_e�q�u�������Q��
+劈KT�ғ���
+��\�p�0��n��I���>�4�V9}���\�P���7�,~Xu�3�fre�oa��k�ej�F��,��ߒ��6���K���"U��C%Q��h�ņ��t&h���?�m�c�{6�c�s9�،$�3z����թ�s����l���%��eς�_(�&i�=
��> ��0o��/�N���ZR���l�����/m�t_�h���z�@�M��u�BB
+�J�
3*���
q�
+�Y��.M��Gx��$?`I�
u�
+�Ί�N0grp�}�V�ߒ��ꤘ8oQ�C���+D=�zb�VFx$�p��L�٥�Ч��]�dw�w��ߋO;)�ywiu�؛Tޛ��]��\ѝ��[�D��8Y�R�L66n.U�J7C�3�;n6�ٝ]������Տ����f���Sq�O��u��)��s������P?�2���x�&���s���%N�-���|��?�Er��H�R�R��8��Ü?r�wqOr�ᇴ������^��V�}���?ƿVv2����🅟��x)� K��Ldr���SQ���Q�%�b�}�?��E�EW�
+q���;�c�"	XJ1���E3��(�f�n<.b�༃`�:̢8��1�8�pl�c;�pt2׈
+�G7g���P_��E8/�q1��3�TC|LJ7�`�Cv���}���K�3'�oC��g(��
+Rs��u!�Eq��艹�h�o�p����U�I� G�ă�B����z��!eȃ(��������J�7�TLA�Ed��X����)"�c�O�F<J�<ħ����g��Ȅ���_:�����kB���,]�T�3ՠ�(�5g�u�u?Wh����C��;a��PA�Z�|��&��}�R�~}�G|��o?ѢA����
U�l�^^E�f?�_���j��D�0�PG!!�W2o^���QR@��
+l׀�cE2J����
+;٠&�#ʄ�?���bTubD�u`���
+8֠��աzԀQD�fԂZQjGhڃ���
��Z�aDq����,,bL1T'�|�L~��ǀ�Q�<�Bг�y�����ռ�'�G�y
+��?O!	���9(�������y.���-����T�������d�_��P$!�BQ"��烽6�������?�T�_��a(��o�ɬ"s���(�l��G 3��>u�o��(�R����*/����֤[��5e��#}�uc=fM�Ȉ���4���꛼��׌��8�Y4���D�`j�~#Ѐ���o��>�Cc���[̌���֯��Q������kƧ�5
}�C�`(�p�8����1����fF������������	�<�И4AT���KiP�0������׀	k����H<}�SC�c�4�5C33V�\��K;
�"ɀo3h�>�U)E� KzhJ��LOz{�F��Ú��`��b�c8xAH}�&�0̍�g���o�K������}SCc��>���.f5��t����F���^������4X��B_��{Vs�lo�b��4�� 3�B���*̜u{�`z�38==�c�����X�{�G-2naMq~���g���ƲL���
 (\��c̯���-[̣�e����gz��WQ������J�˴�`n��
U
��M��f�z�&5Ӄ}��	o��WR5L7[!��>�;�#�^�&9��)~^��7Z��T�Ym��
���"0�OXF|(�,U�JjJL����
�jʓ SH5���T��A��'+�d�#�3W�w]~�������&�xl���c���/
+���f����w��
 endstream
 endobj
 226 0 obj
 << /Type /FontDescriptor
-/FontName /AAAABH+NotoSerif
+/FontName /AAAABL+NotoSerif
 /FontFile2 225 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -23693,29 +23758,33 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��z{xSו���ɲl˖��%ٲ޲����,��C����c�7��v!@	�+!���	)�!�<H��i���$�I���
�I	͐L�iH�h�n'_
-��s$cC|�����콴�Z�����q�!>r ��G'c�+����ñ�C�����	����D�?���)��5�#�ٻy��A�`���F�-ܳ�*`��G�D�x�0W�t؝�����üorbf�3�Y���a��x4>�V�����n.��8��#����{/\1xJ�!}�'�����pSx�����H��%�F9��i.��y��[
-Tj�V�7MEf�Ն�b�ˍ<�-����9�?�k\+�D�$�bAx����'��uY���_{����k�o�;,#������5?���<�ex5�+t���^U���$/��0z�D�XDp����s�j�תU,�j�����
-�������W��I��Ѕ�_2����O��1����	�SI�EB��{��r�&hS(lA���*?j��!��� ʙ�#`1�u�F��q9�	�P@2O�v	a�,~�� O7�TdfUNA���u��T�I�t<C�2R����@\X��I���n�S#��:�����	�L�vz�/���r��6h5\1#-���L\�z���w�кl�ִ�l�xϪ�5�G:K�5�䳓3緔Q[�}c����Y_���Ǟ�l�������+h�ڻv$l���!��(����oƉ�3`�Xc�,Sd��dn���3c�<GH���P�\��dj��i羪M�H��� ������۪����6�7��;���:���$��T���u6��4�NTO��vO����n�-�D�m������w����ܰ��M 讝�
+x��zy|Sו���=ɲl˖�ŒlY�,k�V˲,/2^�n#�1��;��;���eKH $aB�d!�H��i���$�������d͐L?Ӑfi?3�:��`?~�=��O3�����{t�9�{ιgya�9M�ǣ���������֡��o���P~Il�?�ӟ��n��������ݼs�?#T0�GF���Y�T0�ţwO�f<���Z:��?����a�7913��,��w0`<|������n.��8��#����{/\1xJ�!}�'�����pSx�����H��%�F9��i.��y��[
+Tj�V�7MEf�Ն�b�ˍ<�-����9�?�k\+�D�$�bAx����'��uY���_{����k�o�;,#������5?���<�e�5�+t���^U���$/��0z�D�XDp����s�j�תU,�j�����
+��{�����W��I��Ѕ�_2����O��1����	�SI�EB��{��r�&hS(lA���*?j��!��� ʙ�#`1�u�F��q9�	�P@2O�v	a�,~�� O7�TdfUNA���u��T�I�t<C�2R����@\X��I���n�S#��:�����	�L�vz�/���r��6h5\1#-���L\�z���w�кl�ִ�l�xϪ�5�G:K�5�䳓3緔Q[�}c����Y_���Ǟ�l�������+h�ڻv$l���!��(����oƉ�3`�Xc�,Sd��dn���3c�<GH���P�\��dj��i羪M�H��� ������۪����6�7��;���:���$��T���u6��4�NTO��vO����n�-�D�m������w����ܰ��M 讝�
 �EZ؆8a
-56�A�j�K��^��L�jr��Z��/8�ڠU����@#.�oq����Y�}������J۷���7���~�/�s]K�cu��J��闔�b�Q�h�6R�ed��;���e�/��ט�cy��J2�?��I�dt���dV����`�?�_=����S�u����6�Ᵹ��e�艷�C5���4�����q�R9����=?��j�9�VY�V%u�8���T���a‰�y�f&5�5]N/l�x�,Z[�{kֺ7<:VZ��Ź��i�}�ߎ�����J�x^�ߞ���6{��N{݁_�'PH2J�'�t_]����g��;�6KA�En�mt,�$��f���W��gO�`7��zM����n&�����OK���m|���/�K�0>7p�"Q��=�5!�n����1'��F�xJYwf�U9d|��œ����q��n���6}�7���k�x޳�L���jє�e����9j�E�i~I����
+56�A�j�K��^��L�jr��Z��/8�ڠU����@#.�oq����Y�}������J۷���7���~�/�s]K�cu��J��闔�b�Q�h�6R�ed��;���e�/��ט�cy��J2�?��I�dt���dV����`�?�_=����S�u����6�Ᵹ��e�艷�C5���4�����q�R9����=?��j�9�VY�V%u�8���T���a‰�y�f&5�5]N/l�x�,Z[�{kֺ7<:VZ��Ź��i�}�ߎ�����J�x^�ߞ���6{��N{݁_�'PH2J�'�t_]����g��7;�6KA�En�mt,�$��f���W���gO�`7��zM����n&�����OK���m|���/�K�0>7p�"Q��=�5!�n����1'��F�xJYwf�U9d|��œ����q��n���6}�7���k�x޳�L���jє�e����9j�E�i~I����
 �\����ڗ��7���n�6U�������GG|囏�e��8�j�um�����H�,k�L�`g����%�8+Z�v<�;\Ѕ��68Ep�k��+�[S0��6��B����0K�Ύ,|)SX��l���2�FK�~��5S%�J��=�&��y��
-E�V�$��Y�L���OW�ڨ�o4��jA<����l�w�ڦ�]ACs��>�������'΁O������{֢�ɡ�s=5�[��/�__��~�����l����\�TD���,�N>�-Y�Iw��[ݱ����3X����b��P�P��]�O~v���G�_�C�z	�%O�(Jp)mR7�D�R;)I6'�B��y�����p�'"5�ee�$��s8�g��K�fFO�y���ҟ�|"��綐��婱u/�ߜ�z���j��ϙ�	>�
��z5�M���3Ak�B�X
1�D�E���z �FkDb����3H#��A>�,D?������"�����Ɋɏ-���/���F�PR&�W&��b-\�K�)-������Jv.�b�S|*��V�pq+e��"��{��%m�'����Ͱ3|B��*fiB&7�N�ZϦ��׾���*4�M��P_���~�}��F]C���_Q`S
-����v3�BE�H��5�O�qy��^�e���/�A�<�`)7'��D�P�?afF�ě��%��i�%�uf<oc�h�7k��'�d����ؘ'���Z��3�	����ʋM7.�_{�M#	�)�N��ٰ�l�T|���D�bU��nKt�4�dW�w�UD5PX\�Q^�UOe�Q_�s�e�y-y%�nߚ�>��kl&�	ߡ
����yFqd�s�0� ��w���!���H��XRw�T���� n�<3~��]�ٌ��y��1GyYu���|��E��3��/D"�9�`|a��?:�l��Ӯ׷߿�oo����,���1p5�s�a�[cc������W�����G���񃫉����
-{�le�Ď5�/UJԕ�#WϬ�V���i[�/s����B��qsu�"�����z����~��XƻM!eS�蠡�����-�E,��Ł�P��&]E�i.�ML�3��E��`���8�58��2�����؝ϫ��?�Z���|۵$��ڍ~Y^Y_xb������b��2���:?~����k��S��c5	�f�rč���I(�����D���D��W'���kQ�p���JS�fWd�h��q﫱��c��Ɛ��05�Ty�w���hn~�]��}�驳�����j����β!�cu�c�R6������5%��Z�������=�mu��wU��E�Y�������`d���3c2�Zv!�Z���ܘC	�Q����T���v�ڒ�S�"�W��gvj�z+K
~~dA���;Y0~;��fu��.�<���w��7	���.�
���['W�Ǜ��X[�rأ�����A��;�̥�6�yd��@�0�LjYj�U�L�$��J�n��$Rp6��|9l��9�/�Hr���
 w�F~�V�i'N�f�I�܋P�d�d�H��>��±��!����F�|�Фd�sD.��~iy�:O���#&�yr�FK�|x�4e��N�$���`���b�>�������K�cd
-���Ĩ������g��4�?U��*���`o�L�M	��X�9;���ݨ�w��㟦�
-<�%Kז�nD��QWTE2~,�p	+�h�q����j���ߪ��SH�BL<�$���sGO�xz��d��<�|���R�R�;��W�UƁ��3�����7#ϡ�ѻ�ٚ�����Z�W���.\�եG�NpIui'�Chs��.iuJ��{��.*�"�)X�Sر}�3�R�S�H��j�E���@"���E�rG���)�W���K�����|r(������m���Bn	�y�w�������zi*�������n��ȇ��厪�Sq���Ni-%?F?����Ʈꃗ��5rr���1�ou�׬o�����
-tk]o�\X�'�T�g�g{�������!�40��4�VP��.φF�,�=.*����3���K[��C��3�G��~�ˬAm�+��Zi]��9���r)j,�/�F�2@����,}8jS�=&���HM}eO��|�O�nX]*P&I���i�����D�mAW�U�v�^���OU�e�s����52s���[��ԩ"���>��3_��h�`tF@g<T���5�.���j��IX��E9xS�1(���}��u�{��������]���9%?y�t��|F㑋{�����н��3:|����L���R�cl����52��b}����L�]��U���9��W������߬޾��k̗�|,���]�>6��:Ը�a���U�T�J�jE�7<yh����HD�"j�zu�M认����zF�W����חH_���rJ��ƚ=�^6 �;*jJ��eH�2��4�N�U<��X�FS��P�3<�o��EmuG?y��ؗ�-�+Յ�&���G��mB��¨��s��l��
 ����*��h�gj������k*��VjV�U�4O��v�y1&q�X��̭֨s���C�����T�R���c�f�[��_~G/�6i$9����״�V��4A�>��r�:����P����=o�9j�w�F��E^�:Z����Fv�!�+l�|��AJ[j�ͷ�$��ؐ]PӼ�Ѳc�M�qk��SUë��3!z�ٝϤTe��*6+x1�|a��f)�R�����?�6�N��u�%�v`�K�v�I���^[���wTh�!�bN
-���ovKr�8Ǎ%Z�P[b4�貳u%�X�g����&�>"n^�EDȗ�gL�����NLմ��L�����Z��>x'��ƙ?��v�:��������h#)بl��S��B�3�� q2�^�0G�?��xk�+��}�.SI�&4b���j����Y�����>��g��=~�H�_�ի��Xm�f��;��7�5'p��D(*�-���s��qR���=�9�i��R�%%�;<3,jeO�.>��n:uJ�]P߱~�_5\�_���E�y�f<�piX�o[��]��S�������/�{�ao%�ӽ}�q�}�qֈ^v��@�yd��d�Hd!5�B����Ҩ}������z��y���_� ����6����;%�����}��j,_���#�3�~������>����{_�ݿ�z�F��=gŭ'��Q+�*q>^Tf��g���|~H�*��:���}|`�a$]�ä�B�xixݺ�`;S��һX��K���*�����t�z�j��QNx$�}�W�����
 ��|rĕ�!�EmB�����������:���"i�^O��"G������ߛ*5���:i%1x�U�kk���S��O�jl�5m�#EE����*�~���K]���〣�П���<q��jT)T�mNOSq��4Zױs�54�T�������u�U!�:�3��������j�*�j
�+O�[e��c5���2�kꆦ�Tv��mw��[+���)�f�+��!%������h���y}.1[!H�݅��,_}��f���D�HA��9̥��J���eg��Mۺ�Gݚ����"������j`j�d�f�-�VL�A+���}����Y����d�ʬŵVqn�W���:�R���R�����/�%����d���&s�L�ou+R��.yJ<��P���Vߥ�VF������'��I�.Pfӗ�k�|�KCl��3��ez>';;�<�ϰj�
�
-� P<�*�
:VpM�J���V��έ:��o��y���u���WF��6���Vڊ�����?�IR��Ԍ��n^Zu� WZ4�,��+���'�_����Kt)ʃi�F~vV�M-�_�B��
r�3`�fy����ӵ!����م.rJU�ˏǵ.�CJ�on����Dm�?����d~	b@
-��o��L ���G��z��nPe�[Z����ڱ�#�2��t��PJԕ���F�&#S��#�t���GA�\K5�Z�y�_?x���x�9{��oo�'_���/�
-����^�1�2��.����Cg�j��=5�FCO��q)��?'TD)q���,'�!_&��J��1�*����r���ߧ8R����W����057�+�k~���iyiUi��ӽ���&Öћq*���
-���a"(]h�*�����\up��R��W\�p�\��t�)��9~X�
�C�>Ez`@��'a�W#��(�v�\@AX+�\Gj�q�s��%��#-�C}p�B}d2R�ʼn -q�7o^�H��@&����`�	pّ��� 2�C]O�|�:�T����g�o��f�̭�?^��E�Pzq����9�	��7�s�Äke�N����5i<��PP��;�v���y����������;Lt���'�`�
�W`	LA��9��V�
���$JC�H�DHU��"�#ҁ�Q!�+�Z֎�C�ȅ<�j?�yaT�V�ZT��QZ
>Մ�QjEm�j�5(�֢.�u�Vb>�tKvV:���3��]��'�̻�G�tQ��$����|�N"
�q�N��I:�2q~�N!%�$��7$���KҹH��$�)H�%פ�0>���`͵$�X"%IOE"�8IOE�DM��Gv"���Q/�D������$=
�����w���L�Ӂ>��g y.I�@=�%�TD�$��Im����:=:<2�r:���ډ��ؠ�~�ߦ���T�
 �W3������l�M�I�M�Q4�F�,��3ijv�
C��Y=G���J����~�v6�A�u�@���	U����8����U�Q4T5�bj8
4M�O�n��������ʪZzXŮl���,���8�'�� ��0�µ�'����.�NόN���m�jn�Y2�*А
�����OU����2�Yq�3��jv::0�N��&���d�QV�Q�fAL�7�no�m�E��9��:��wk���Ã3�����h|��ìmk���W<�����GF�g���T���n�X�6Ͳ{�6#,�ل��!����&�Z��J`Ffg'K�����A�0�b[�D�>i v�Ig��R�3v����<�tjc�q�~��m�I�[�l�œ�bY���
�N��y��\nG��{hs �q�p|467>08��TUNF���ƢZtC���u�ߙ��=����a��N%ȋº���g,@�ӑ��#/�c�E`����(f���5�5V����.�j�ӠS;hu���4��UC�
 ��h�3WG���F3�~��ߜߘY�ߐ���v��ŋwȱ�?�c"4o1}�_��j�
+E�V�$��Y�L���OW�ڨ�o4��jA<����l�w�ڦ�]ACs��>�������'΁O������{֢�ɡ�s=5�[��/�__��~�����l����\�TD���,�N>�-Y�Iw��[ݱ����3X����b��P�P��]�O~v���G�_�C�z	�%O�(Jp)mR7�D�R;)I6'�B��y�����p�'"5�ee�$��s8�g��K�fFO�y���ҟ�|"��綐��婱u/�ߜ�z���j��ϙ�	>�
��z5�M���3Ak�B�X
1�D�E���z �FkDb����3H#��A>�,D?������"�����Ɋɏ-���/���F�PR&�W&��b-\�K�)-������Jv.�b�S|*��V�pq+e��"��{��%m�G����ɰ3|B��*fiB&7�N�ZϦ���׾�w�*4�M��P_���~�}��F]C���_Q`S
+����v3�BE�H��5�O�qy��^�e���/�A�<�`)7'��D�P�?afF�ě��%��i�9�uf<oc�h�7k���w2O��\l���u������Y�R�Ŧ֯=������'|�lX�W6d*�}C�"U�*��?H���%�t�Z�+ь;�*�(,.�(/ת�2n����߲��c�oMl���56�W����ua���<�8��9E�oG�;��쀐F�@�F�,�;y��	R�X7p�����.�l���������:a�s>Z�"}���"���9�`|a��?:�l��Ӯ׷߿�oo����,���1p5�s�a�[cc�H��ѫ?����գp�����D�d��=g�2cbNJ��〗*%�Jő�gVe+���-ŗ���`x��ٸ��@�X�JQ=���D�ZX,�ݦ���St��~_O���"���@A�bo����4��&&�I�"�e�����	[���hp�I^\���U��^����g��Z�L�F�,��/<��O��Iێ�J1�c	�r�S��
 I�X��5���ͱ���o3y��F���$�I�s��@"M�k"���vce���a8X�[�)Z�+2v��ظ�����1wAhcH���|��ջGF�m47?����>����D]{�Y5emvw[MHg�۱���X)Y�mrs���\G���X__d�޶��黪X�"��O�W���f0�U	[�1b-�d�|�Vn̡Ҩy��L*�Xn;}m�٩Z�ޫى�3;5^����?�������,��n�:�rs���ػ������zq�{�̭����MEY��s9
�������k��d��Y��<2W[�m�n&�,5٪r�&gS
+D%f��XD)8TL��?a��H$�Yt�t#�@�˴�{3�t�E(G2H2S$N}�JM�X�c���U��F#�Y�QhR��9"�pa��<\�'���i�<9O��%|
+>�����T|'qi�r��[X�S`Ev�\��e���12�K��vBbT�t������e�ޟ*�Z�
+�{y0��?M&ɦ�l,������nT��G��O�U
+����k�]7"�?̇�+�"?s���y�Ѹ~CD]5SF�o����$@!&�HMJ��̹��Z<�Fm��tC�a�
>QRf�u)z��N�+F�*��������z̛�������lMYxMixn��ӫgyr.��҇�e'�����ء�9�W��:���=}_�@�w�,�)�ؾ�S)�)W�\x���"W}i ���M�#�	E�n�+�I�rC]�m>9�k
+Hr��6A~�E!��<�[IQ��ف�G�4lu�D���`w7az����rGU�8_Yb������REV{cW��KX�9�y���7���k�7�n~E~��.�7�
+.�Ɠe*�3���
M�^���ؐGne�t+(wz�gC�?[�k�����䙏��ե-Vuȡ��ՙ�#�v��O2kP���3�V�@W�p�E�+;�\�K�K���6�x1�.K_�ڔg�	g�9�@S_��c>����V���I+�e�,�����m�"Qq[�Uo����(��SEUvY��=z�����L�w�-Fe�T�K΋]�Zԙ/vr�F0:��3*b�Cn��m���c5���$���"��)������p����:�ҽUQ�X�_���e����<w��ވm>���ŽG~�p}��W�>�gct�\ei)�16��F^���a���z\K��.Zp�*p�V�˜��+��O���oVo���5��tR>��W��.Im�_j��ȰWj�j*d�N�"��<��NVx$�h5E=�:�&tW��Y��e=#�+J�V����K�/��u9%�Dc͞i/�u�
+5%P��2$y�Bc�X��*zb,M�)�e(��7CǢ����<v�������Bk�Ou���6��]a���9�{�������?Tx4�35�B�a�@�5z�J+5�r�*I��'
��
M����8E,WekT�ֹzP��C�sii*k�NS�K���C�/���g�4�U���k�F+�i� y�wm�FZ��o��C�ʞ7ȍ5�;T#j��\-�ryl#��Ɛ�6e�
>
w� �-5��[\��Dl�.�i^�hٱ�&Ը�\⩪�Uz�ڙ����gR���F���}���h��V�Sm}���z��s'q�k�:Ғx;���y;�$�
+{H��p��;*���]1'�KB�7�%�s����P�-1Jt�ٺ���Ӎ3x��gY7/�""�K�3&d����s'&�j���S&A�ڀRn-Ss��p�́�m;u��FɈ����w�Y��lT
+6Jԅ)�`!\��WY�8�W/X��#͟|l�����s���$H��EP���v�,�xq
+_W��3��?k��/����B�6X3�����қۚ8�F"���	|��9_�8�n�e���Ĵ���K)���	��?�����^
�S�Y7�:��.��X��.��v�͢���3~�4�㷭g�.s^����[�t|їٽq԰����޾�ݾ��8kD/;~���<�pe�o$���I!p�wvi�>���?o{k=�ļmo�_�J]�@�K��۝�DB�����`5��z�ґ��I��L|��q�o�i��/��_P�P�B͞����ڨ�H�8/�	���[Ƴ�zW�?�O�@�
����>>0���.�aR�u!J�4�n�`���SZ�]���%�na�C^}��G�]:T�n��j��'<ӿ������Nn>9�Jڐʢ6�b�LxE\�{T�z��\mi�4a�'M|��z}h����M��un�4��<�*��5�n�)S�l56隶ޑ��"��_W_�K?i��.�g�q�Q�������_�8�o5���6���8WV��ع��}�?��Hatr�:uЪ��b��[`��HW��r5iC�
 ��ѕ��ح��ʎ���{�
+���5uCSY*�J�;�s�-��k��^3�qꐒy��e~PJ4IZ̼>���$���zU����[3�\t�j� T����C����3��m�ă�nM�~����
�Do��MK50�H�l3��\+&�_P׾�q��,�GO�w2ue��Z�8�Ы��b�S)|�S�M�����Uz|a�j�j��m�ﷺ)���V�<%��o�ˀ�|��RC+�]���DӃ�Mu�$V(��K�5�BZ�ѥ!�E
+���2=����I�gX��y�_(���+��Z%s�{+�w�V�|�Wy�<���q�:B܏�#�u���F+m�F�_����$)\NjFVz7/��F�?�+-e�͕����ir�E�%���4n#?;+���/R���
���0`��L�v���ڐs�M��B9�*����Z��!���77T�]�F�6�BLx
+pW2�1 d���7�	M&������C=U`7��t�--z]Emd��A���j�`�RS(%��j�l�^��)��D�@@�l�����<�/�?�|�Μ��ݷ��ܓ���l�X��L��`��r��b�]���M�k㋿�P#��'�Ǹ��*��8C|C����/�_P���u�c�p�q���	��R)GR~�+���}���ڕ�5����󴼴��i������5Öћq*�w�
+���a"(]h�*�����\up��R��W\�p�\��t�)��9~X�
�C�>Ez`@��'a�W#��(�v�\@AX+�\Gj�q�s��%��#-�C}p�B}d2R�ʼn -q�7o^�H��@&����`�	pّ��� 2�C]O�|�:�T����g�o��f�̭�?^��E�Pzq����9�	��7�s�Äke�N����5i<��PP��;�v���y����������;Lt���'�`�
�W`	LA��9��V�
���$JC�H�DHU��"�#ҁ�Q!�+�Z֎�C�ȅ<�j?�yaT�V�ZT��QZ
>Մ�QjEm�j�5(�֢.�u�Vb>�tKvV:���3��]��'�̻�G�tQ��$����|�N"
�q�N��I:�2q~�N!%�$��7$���KҹH��$�)H�%פ�0>���`͵$�X"%IOE"�8IOE�DM��Gv"���Q/�D������$=
�����w���L�Ӂ>��g y.I�@=�%�TD�$��Im����:=:<2�r:���ډ��ؠ�~�ߦ���T�
 �W3������l�M�I�M�Q4�F�,��3ijv�
C��Y=G���J����~�v6�A�u�@���	U����8����U�Q4T5�bj8
4M�O�n��������ʪZzXŮl���,���8�'�� ��0�µ�'����/.�NόN���m�jn�Y2�*А
�����OU����2�Yq�3��jv::0�N��&���d�QV�Q�fAL�7�no�m�E��9��:��wk���Ã3�����h|��ìmk���W<�����GF�g���T���n�X�6Ͳ{�6#,�ل��!����&�Z��J`Ffg'K�����A�0�b[�D�>i v�Ig��R�3v����<�tjc�q�~��m�I�[�l�œ�bY���
�N��y��\nG��{hs �q�p|467>08��TUNF���ƢZtC���u�ߙ��=����a��N%ȋº���g,@�ӑ��#/�c�E`����(f���5�5V����.�j�ӠS;hu���4��UC
 �h�3WG���F3�~��:�1��!����G���c��Dh�b��U�j�
 endstream
 endobj
 230 0 obj
 << /Type /FontDescriptor
-/FontName /AAAABI+NotoSerif-Bold
+/FontName /AAAABM+NotoSerif-Bold
 /FontFile2 229 0 R
 /FontBBox [-212 -250 1306 1058]
 /Flags 6
@@ -23742,31 +23811,41 @@ endobj
 endobj
 233 0 obj
 << /Length1 7144
-/Length 4860
+/Length 4859
 /Filter [/FlateDecode]
 >>
 stream
-x��8TSg���'$(
-IH@1�B!<� �H4��WQ$<������ѺmU*U��Xw�vg�8������ٶ�u�8��]�ql�u������aݞ�c�p��������Y8�������!d.�%���޶�#�����2!����Թ@����uBT�{ַ�=vm���h^C�G�{�F9�Y@Hla���m�����)�m#��IZq��ںs���?������C/^)!D������z;����S�?G�́�B��웄̟��m���o3����}vgWo��c�Gz��}Ð�E �	�?aw�0��5(�_�C`�f�<��2r��9ҫ��1*���juq����$!qa�"�!�KI5��0�3�L�9�yfK��f/XRXT\�(u���+*�������U�/R���9:A�"B�V���aQ
-C�	����g���B�گ�()��;4~MG_|(�e�u���������י
-�N
��2Jf��TvK4��⹭g�6��7/M���+��o~��0ص�Q�%*%��1�%`ꛜ@hP 4�X�үI4^T�+Ӕi�4{|�Ei�w��詫�l|&񉸖�'h�a����m�+��>�et@C
���Z
�����r"��>��8{g�Zt/��s�>�7POx>8�7��հ�N��G��x�8C���4�1'Qm4MΦ�����m��4e��KV�אַ0ϛg�����Ko.(-(�WS�>:L�ɉ5�O���+v���`�D>���iJ�ݢB��]����I#���(�A��,:�Uc�璕V�Ŭ�*�M�'~l���7=5PA].��`K���j�'�q裂n�q:�R�.٘fM�ٚo�� ��at����f.1-.L��o�jW�l���z�q�'K8r9*�&.���JWy��`q�.��ݞ�mउ�i����nQ�P�܋5#�u#;<��H��-��>&3D�"t��T8ſ���9z����{џ��Sp^A�(E�F�(�-�.�%�K�Y�8_q�Z�5�Z&@y�g��稀����齨��f�F2e�u
-T�5��SϬ�Z4����`��g��+�EU�7lڸ�2��]^��f�2Ԛtc��((�s|�h�ѓt��7O�B�?���8��љ��%�\����Q�1'��cP�Zb���ѯ�O�N7���q�%:�^�|ҋ�|m�$jb@_�c��~��MS�n��%��q��[3�5eř��������Wb+\Vu�o��J[q_tYK�Ҟ.	FӨub�ؑ�8�p��:�ꉇ���ڦ�6K~�����J��ȃ�����U��3��e22���D1L�[L��{Lk(�f�l5h�x�.Ԥ{�����m�y0��r�Y��o�'�(p�Ŵ�1��1�����y=����N�v������������S�� ЗN&�	�{�����<�l�V��:#[X�p��_zꯓ�BG����8'����Ы���ȿ.�	�E�2�������k���v�z�k�i���>�ŚjA
B ڬx�z��ޕh3?�F?���U�m�J��>�����?��#`7���'��s�M&��G�im}
��
 �������Az�χs�=t�w�Y�`�j��_�HT�T�4����Y������-��b�AY�	��2d�J�lTi�6�1Y��s9���Pi�C���1~��c���O;�e�N��pߋ�?��K$���P
-n�fy��Z����{�����Lo���࿦�}#��(�l�_�g��U�������xB$�s�Tb�fc,ϒ�iй6�Fގ;�ؑ�k*�9\��D�nA�WI,I�����l��_��,%��҂����E�%y���(�ų73�Ɨ��OSB�>*�C����u,{8J�7�Tk��KFq�I��t�U�p#R�Ng�h{iV���{͕5-C�����K���%V�+.���WM��-����w/]�*ɟ%�[�~.Ԙi�<�8<�8=�^�-� �;�/��hw�P��Z�h	�,��g7��q�Zm��O5�!���!~{���;�3�t����~::iD����_���v�1E'E�.)��y�9���
f?	�&ߢ7i��x�-vߌ��x.�'�+�����?8��K{�6a�H��wC�ϰ���q�t
��=��d�d�����q8��`�rv��
�Q[fط���wP
����[�8hu7��S�C��I��8�`nGj�b�,�R�U�*J�ذzǫZ���7�,��a�Ғ��m�J���e
 ��$�PYQI�-F�!W]�X����N���Py����*��ݶ&pOAjJNq)��mK�׵���o��i��	#���w�'1��X~?��V.�U,��R��d]]�݉e��
�1�'� �5�)bJ5�Ո
-1�	�*�S#�sRR�)ݿ�-;'P��ٕ}��׷��_{}Ҙ��L�:�<i�<�r���V�ja|>,�,-�z\�B͍���?�Vد�i@� z��-cJ�㘇��r�q���Z-���%G�B`�S{G��T#�u�`^p�Wyg��U�\��/H���̉�)	�̶�f+�Lk�Vl��h���ھ���e�Ou���j�ђ�7k���{���A���L�w
-u�au�Sm���\��pʗQ�X�
-��j�B�?ΕE�b�Fz�fR3����o1��}�����i��
x�122"�P�2xv6��B��P֠�y�e�ۦ���Dx��Ϲ�l�o
-פ���8���\+jj;���U��h�M��k��5��OR�t.�TA�V,�x�c����q{��0m�b��ff�T���]�D����%���6���%�����n�|�2�_ʡB�Ұ�bk�n�@�]��g^2|�^���Ѿf�x��5,K���w���i�b�m�Q�v����!����ϛ�>b2cR�1�c=�HUM�tL>�6uw�V�޿W���|�}��ݮ���~l���)B��DXo�Yj�v/Xi�]��n��W�о��g��{�/i2��_�sD=�	�
-��։J����<B5e�x\1K�E�����#���m�9��ҭ]�����ZW�}qQ���qY�.��Ƙ��=ޤr.=3-K�����Z[?��q�I�|����j��ɓI�9�ٶ�+
-�w�J�qn�����#�H�n��d�.�a%�n�?�$���|\z���9��f�D�P��"��~00�wc�s_	��<��Ѿ��e4�����~w =G�~�<��`˭�)�#;�Gi��g�z���7������o��/�_.\9�ž3��H����,�ѷy��:�������π��G��d�L����r~޸�����8�
��Q*� ֮��	����$Lvڸ"С�J`�[W6�L�o0��e5��&�ՔYY���0�C1�V��UmU�㮢�"�xm��X=VRA$��)�d����[����LP�?�N������B6�]� 9J>"_@$C��p\�k4��i�A����yz��$�MV/�&{Z6!�-O��}�>������_����E�D<�ۈ��)f+�
-�¯آ8�xA1�$J��B٩ܡW���������͒�s��;a��؊c-�i~	G.�bu8�8�p��a��ٞá�����
-�p�p4I�!I8�=�4��1�����0Kk6��z��.
�t���p����4-�m�����+��J�L?{'��&��&�)A_�_����j�nRH�Z����4�w���Yt����=�WH��Y4*b�2J�W�ZW5�%�h��e�z=q�����ej�4�-�tj�ȿ}(Q��������j�;[��6�Z�U_�]��XV�ED���IA�7�4�N2�b�EL$}4qZH>�f����"RL\��T�a�!��K�2�#���I�ԑ ~�֓���4�V����"�d5�r�omnnY��]<,�QQ��)��ok��y��e��)���b�]:�!�cҹ�xQ:��h����$�K�d.X���\ҹyk��Q��Lq�A�\EpI��6JX_�`Td|*������&J�)�㚂�&јEx��+_߿i`mW�Pz{�ޜ���G/p���uz��SYD�'�d kI�&Ch�v��m�,���e$�n��5Q�k?ڦ�U����3��O��#��/��5��6�@�t��F�������
 :���\}�^��a��l3�M�K$����0 ���ldH�������S� ��j&|��Ÿ������c`p��>}^v��}�_�v��yVRP�.Ofo�� b6I�����sr�cS'�<�=�~x��������_���c#�G��H���)�=�4q=��ۑ~�����E��Z�}-q3-�*�s'&���w9�b��'�b~�`w_��yj��sw��R�8S�a�xÑ���i|ޭ�l0�U�ް6�����-
�am&!a�&���bCس�1L��y����Q8�ڨ����y�0d�'�s2Ma��
4Tr�SX��v�>��#Zg�),�bW
�asß�kL@��Ʉ�8C8"�!���(�hlD|Ys[�LaE��ɰ��w��$�	�Qf=�"9g�"�4j��SxV�~+#��чe�5�>,7z���0�1ڦg����1aT��#8[�N��2 ƨ,�A�9Y�����Wq�u�}h�����e���~T_5�n�F���@�c��N�D��A���6x'Z�Tri�����4�j�K5��
-�7����/I�9}��.��ƆQ����5�\� ^a�)�bf� �j&[h~&�(���u�o��]��B!Fw2�yBܨ2��7'��o�Y���.xϨн�'^����n
rϹp΅�wN�_���N�p
-����;�i��x�z���հL���e�����U5
+x��8TSg���'$
+y�
+b…��HH�<B �C@@�"A�
+R��G�U�T��c��ڝ����N�nkg۞����v�DZ]��ڮ��Ӈu{ڎ��e��ދ�nwg���������_7!3H�!Ov�v�����'�M��
+g�t���F��욵��]��$!���ўޡ�G�kf�
#�����#v=�OBtC�>��c�V���?�{CCc�����>ܟ�}s����/W��W���}�]��p�(��"s!���$�!���{G�@W�[��ո�[��ݛx2����\7d��1�o
+�O� L>a
+�W���Y&�!D���?]z5#!QE��N��<�̚MRR��5ӹ�LSV��3Ϝk��/(�ڊ�g���ҲrW���SU]C��������{���Ћ$��%�i�996�0�08'Z<��&���AuGyU�ӥ	j"8��#�/{�y��?�^�?�^��T�yr�Q2
M�r�@���m>�`Ig���t����7M���B��",Q)9�LY6X/���E�BɁe�.��$�Ee�2K���r&gٔNx�����F��gR�HjOz��8ܱŸ���~F�0���ݨ_頨�"/ᣔ��w6�M�Ҷ�q�`�#x���Ӏx�?Y�ſ��0��M����H��&5�4�K��y���$��a/�RjM\�B�{gy�u�Lk�8%Ϯ*.V\xsvEq1����Ѿp�8M\\��X��'hj�y�^��_�PbTg)�N�}�w!���&LD��ȋ-���v���KW�6�^�82��qiMs����j����M%>뫝�0��(�Q�����&�uJ=>�tS�=
lV{��vA��/�#�>4Ϸ�+��\��5֚E.z�u�'K9t)^[��
 �xhA����^<�^���n��p�T�4h�d��)d��s�y���Ƒm���$�;�N��b�1�L{&��_�l�=�>����e�)8��E��ucp��&�^���#�D���8�vDjϴW
+P>���*��&��mz/�#���фLN�c/B�&��7�J��igp0B��C�5Ů��ڍ�6�_|W��筪��0r9jM�)
N���:�~���K;���#��*���|����ws�(�9�,�_<r��l��Z����.:��ZA�d�d��w_���O�іo�-�DM��Ì��вYj�-��48d4��{�9X_YfN��O�~�rG�ª���v�8����K:���dy8�ƯcƉt��%�׫�PO2i�ڎ:lE#����Oc����_�[7��wN�����|���01n]0ŧBb4�1��ҟ�x�Qe[w�&�;�T��m�̓�����2�~�<aF�C�/�-�N�q�6�~���s�/��=�a�I��Z5�P�8�W�B/���t39-��+ȟ��L5�Ifs��hM֛��f�����|�L��*�G�|���5��������낾��qP�-�����A8ȿ6<��am�x&�f�,��AX���� �Î�`OhMc՜�R����gW�:�,��}<�|�1�r1�O�
 ��؃r��i�@o���v�	��Q쟃A��\O���z�hiv������z�w�i�`�j��_�HT�T�4����i҂���-�Mb�AY����2d�J�nRi��)]��u)���PE�C��~��#���Oۡ}�v��pߏ�?O�K$���P
+n�fy������ׄj|��T�������_ӳ����@<:>(�c�
+F�,�Aȋ�e<!��<*1v��1Vh�q'��=㐷#G�>v(���J.�-6�W���%���C���f��R2��(ΟS�\�q�
+��O��
+�}�ͩ4�b�,���Qe!�쬎��k���b�y�Z�uX2JJN����B����vz$8+r׆�[RS�>d-_��ki�/�u���I*���UK�|��.u�����s�|K�υ3�g����+{D�z'�����[@������`\[��&�6T��T3q1"ޝ�;������lډ���#O7o��	:�:���?D�t��):)���+ha���E�A8�I�0���	�<��o��V|���3�?�e���2�O��y�x{/�m�߆�"���	��?�z較�i�]4��@����6���c�p�������1�$����gWq1�o�X*���8le�`���l$�jztL�wG�s;R��e����BUQ
+ņ�8Z�tI��ƌ��P(�S2.^P^���K[89�2�X���,-/t$��"䪫+I7cŦc�f����{im(?�cE��̌��
+��ْF/^��?���4�c�'8�|ޖ����b��`0QW�0P=�^\�f���"h]'����I����NHHd<9y��NS�թFT�)K�U1��@���Y|O��y��ڥ+������ڎ�c��M�Ҷ�)\'�'
���q���j�Sf���k*��>χ�ȒV���eˊ�WW� W�0v��1��u��dd��Xôv�T�p�	0X����W /7�ĥ����\�e���*�'���������9Q�9%�y��QSl%c���l�܊�=�-X��X�ԽL�������-�:2��F��q7���\hS.!S��@�iX��B�d9W�)�����B����揁{q�L-�J��H[�|a�/�.�[g�n_��;q�q���2��~��cݵS�t:#���?��۶\ד
+Ϲ��7��M��w�A�XO��XQS;��g�-{7:Cco��^�J����z0�s!d
+:��`��ǣ�\�W��s��iӨ�<wsfJ�/ءO5���(�����`OV�������fͲ/���*�.
�-6�����uO(hs������)�O�kE�;��~^Ê�T�{�����M�&�l�?ݺ��h����s!&30&5�z��T��tN��![OWdY���{�@�DϦ����O���J��!�
O��V���)��Ŗ�e���6?Y�{/}�ۺ����&
+��ٹ08]�C��zk��T8����#TS9��e�d[���K�9b����掚3�;��]׹$\��)w�+]�[Һ�>�Sbj�.Z�m��UϮ-���U&���8�$�2_�-�0����|�xZA�9��D"!���_.1ͨ��l�y�W�p�
+uC�&Su�	�Ѩw����哲�V@���t�N�
+�H,2��C��f/�:��_��c��_PI�+ݴ.�
eG��/]���l�UWc�z�d�(�5�ښ�޽m����{[�q����s�@r�����8�IJ8aD�2~�ml���ݢ>88���b�0²�̨�	�Z;�������(��_G].�bb�:�����ON�d�K*=�����p���V�K��e]X_c���sM�B�˘
eTW]>Vgr�6�{J�J=�
�S�Xy5�l3'D:�7�'�$( �E�	��H�e�!�ԯ��d#�A����#��B��?��y�Jө�����8�==K�R^�&sȚe[dO�.����y@�'�%���9���b41����b~s>�;E�¤p)��M���D�SV+W*�)Ǖ/(�)?Gc���b�$�%�N�86�X�#G�_�Q��G#� �J�p8�s��p�p��svքc�6	6�#
�W��f�4�p2�DVi��m^�4;���y5������e��������w:��g��6�5��4%�~�+U�pR��M
+�W+�~������>��җq�K��2);���L�TF��2���k'�D
���l07��'e�C�Mn�[���C���7�7������	��
+����*����u�Œ�r�%���Hz��d�l�C�\b!�装��F���803������2�!U���_k=�a�_@�i��^DB�������,&-�����.��,P��*(�,�K��7U�.p
+r��Z5��s@�WJ�2���)���b�U:�!�cҹ�xQ:������$fI�1dإ�2<ҹyk�����L<��~�\EpA��6^X_�`Td:|*������&J�!�㚂�&	�Ex�N�Zۿa`Uw�Pvg��ZPXd@/�6�`��WSF�%�d �H7�!Ch�N��m�,W���ČO/Z%��h�umӀ����a�Y��'A�^���^�1�@]�t��A�k���k��ּC�A�fa���X-�K$����0 �.��<dȀ�c����S� ��j|Z�ĸ������k`p��>Ca^��}�_�v�
+��vR\������� b�H�{���K��c�Jy0op��@g�J&z��~A�C����|d��#��(� ���0R�D�+o�!��~Q������7S�ީ�;wbr���}7��,��{b��;�:o͓�e�˰�cm�r�)�|0
+c��
�<�H��^���U����.�k�U��[Z�:3!Q�%Zt^�%�[�%\�L|�R�*�mn5���6o�%
+�����fK���C-5\���定i������j��s�U#g����ZS�e"�����1�D��Z����/&wF{�%��}>v uÎ���(A4���3�#�ͣ�\��0?���k�̈��hQYf=g��M�(	��v�vآ8�hlMv!q�ƉܩRTF��k8'�3=אU�B�Z�۱��b��Q0��2�6�jG�ܨa��qyԍ�(;�����$��/�4SFQ
x��i�x3
+`����D�3��S�QhmE��Q�0Z?�u��6Y�*f
�f���g����X��vI�Um.
+1�����F�QC��,�5|��=A���x�J��-<pS{�Z��=�I�	8j�j9�~]��9�)j���J���ύ�)�V�20���ז�n�/TMU5
 endstream
 endobj
 234 0 obj
 << /Type /FontDescriptor
-/FontName /AAAABJ+mplus1mn-regular
+/FontName /AAAABN+mplus1mn-regular
 /FontFile2 233 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -23793,20 +23872,21 @@ endobj
 endobj
 237 0 obj
 << /Length1 2140
-/Length 1131
+/Length 1130
 /Filter [/FlateDecode]
 >>
 stream
-x��T_h[U�ι�i�,Y�������K�k���.������p�'���M�4)˟�&s+�26R�c{t"��Ef}uPp��@�">|p�!�wNn�N6��r��������9���ՐKGM��FH>%b�Djm齗�uobn���(��e"�(�������d��=�'���/�
-��=��E�Ҽ
�6xm�tH� ���&D�f6��wh�:�e,M����%x�W.#ܢ��ow��=Ї1�|��L��+{�����G3�%��t*�N�6�,���h�h�M=��hF�`��uP���1�����wwv�ڙ�i�y�+h�S+R]��a���Z���h�J^���]�t{��ʀ^��`ᅭ���l�����[,Z,BHBPڔī�-�����[[V��ȷ���8O��ˏ����FxH�`�F�w�y����y(<|�
��}�n^���N[��u����puy�1�wp��p�!e�\z�T�D�굫�u/�\��
-��D`dT
��\cA���/8�
-����ё@��Ɲ�w6�*�"DPG4m�8yi:��t2>��w^�ظ2��28���½���-A��0��`Ks�!d�6=75�r#v{%Y��Sk—�?Ў��%��/_����r��^��P�D��gݖ��,�q�^��~���R�<�k�v�̵Uؐ����V�|w8����(�1�X�,e�rˉL]j9���-�O-��M`�xV�b��2ka\*�[X��~��*��s�P�heg#/^DE^K��>۩�}fa���vҋ쁅�4�UCM|����?c���ίX����
-�I��c:NY��5Z�eJP�k4AQz��@�ehz�t���*�(B)|�.����qP��ID�@�R��4��	:�Q�Vv���=������Xh��yFf�Cv�Z#��9�SG�S�'��|�B<�M�i�q��dDQ͒��a��\�R�	�Pu�%��]>KV�B��=!M�\�A�4/�-���(P��d��~��(O���Kʘ&��W�?��_P���-C�P%���8Doa]�Uݠ��Bd�<��n{�4�U��Ν:�82���X�O"��DY�F�H��a�u����}D�Z�������*-?,��pؼ`��7�7�L@�
+x��T_h[U�ι�i�,Y�������K�k��6Ke�k�uuh1��d m�4Mʒܴ��
+C��M������^'÷�Ȭ/�
+N}Pć���=$������f}�\��~���}�9�#��:��3���x$�1O2������ہ71��F<�,t�H)	�T�pq���Þ\�T"��˪��|o&v1G�~�=�?
+�=$�	�|������c��2	�����e�[�?�����0&#�/��ɞ�qeo�����.4C�z��.w���ro���D��ruړ���H[4�R�P]�:)@G����|��;����t0o�(s�T�p�V����ê��Z/wyz5U%�s��,o:=�be�E�SJ���V�fy�|sk���-+� $�(oJ�Q�K����n�-3_U��C�.��k��!��n_(<�w��P�w;y����e8<r���G��N^���MK��u����Hmx?�1�wr��x�1r46:������kW���
/5�8���ŤtL
�������70��ձQ����{w7�*�"D@G4m:t�R��^:�����76��D7V���z{�����PGKk@��@kKGH���z~zh�F��J$�r�֌/K�Eʉ�(.�|AL�
+��*�*��|;C���Q�y[joh´P,'�'x����:�J��<����˭�†��f���3���=�(Da�q�rvɘ�/'�
��d�0�p>� ,��7��6�Yy�f�ʬ�q��`b7�C���M\G����<xUy=�b�Ll�Vv��6�Ml���C;i��&��������A~��ߑ�_1�}j��U��B��t���5Z�eJR
+�k4I1z�@�eiz�t����*�(Bi|�.����	P��)D�B�RgP�-�$�G�l�����^`����,��<#��#;a�Q��9�SG�x��-D.$�F&A3�N�?/#�j�d
�rMI��z&|�@��@Ww�,�y�*�X�4#s=Y҂���v�dA��V��*�<[��N,%c�н ����g�r��nD���de�Az�®�d��F"��剈��"uC�C�a��,w��9X'��!{ bM=�x�Veq"��?�Y���?���=&{�|F����v�V���,��ڛ�¬@�
 endstream
 endobj
 238 0 obj
 << /Type /FontDescriptor
-/FontName /AAAABK+FontAwesome
+/FontName /AAAABO+FontAwesome
 /FontFile2 237 0 R
 /FontBBox [-10 -155 1290 867]
 /Flags 4
@@ -23837,7 +23917,7 @@ endobj
 stream
 x��Y	\�����*�,�F ! "B��REV����R @  $��nyV�� UlUj�����Z���V[�Z��W�m�W���^���Z��/������ދ�a�̜���s�sΌ#��Q���
 K�aȸ3 iC�K�g��_�=|�!�rG������	ה�*jf\_)}!
���lV�l�8��`Xa�Q�ƣ[��k̈́}ԃ�K
�
-��JGu
�x�W�z��Ra�k;�"B�uE�?i8���D�=�X{�
_��O?�ň��$Bb��ͽW�>��2�%W(R'�����׭�_�
�
F�B�	C����(�����D���Ƙ��)�h�aa�u8�����]ğ�o&�D����@/
+��JGu
�x�W�z��RaMj;�"B�uE�?i8���D�=�X{�
_��O?�ň��$Bb��ͽW�>��2�%W(R'�����׭�_�
�
F�B�	C����(�����D���Ƙ��)�h�aa�u8�����]ğ�o&�D����@/
 �0���+��[T䪳5��3~�j��iq��o�AN�k-�F-3�����"S��uW�2RI�����͹눚X��ܗ�Pq�ދ��;xvGn���C�J)�Y�:�.U6w�yn�d�B�k�H�i���(o�i(�)�J�R{v�%�ɭ��pf������Nt��%2�9����T��Fj��c�[�
 �W�v�:D�DP?�ܰX��%Z�!*Ƥ�1�<�.��iy ]i�;Ų
 K��z]�t�+1�K��,:Щ�H7�SӨ��ՙ�s�X�\D���N"_�t&<
@@ -23862,17 +23942,17 @@ s
 ����[?�4��� ���A� /"���r��A.B~x� #�H�.����HP">$ȥHE��
�Ԃ�
)�$A�Q/
 rw���	rw�Km佐�!�{���!���G�yo�/�}P8}H��A9�A�3c��d�%8*gV���j4Q�Q�1GI�U�j/�ĕ�k�ٟ�5��jk�4kQ8J@T�f�*T�J�
�@�DA�#���%��VX�";*D��-$�pNᆱ�[Y�l]��o
 �qh2�U���WepW����Kyi!h�A�V�
-�9쎚��`o����^�	�<V��Z윶�`9oWh(
v����#ͳ�+�����Oo1[��KvMdxD�����^V
?�i�g��h�V�lq���p(a<
+�9쎚��`o����^�	�<V��Z윶�`9oWh(
v����#ͳ�+�����Oo1[��KvMdxD�����^V
?�i�g��h�V�lq���p(a<
 [Z��hj�,E�
 K����g�z�Qʹ�G
Y��V�j�2g�3C�Gr���sOߞh�.-�kj���gܝ�ś�;g�tU$Zj,�Z���^�%h�i
 fj���P�7�pkA��3��O�� X����=�[MM�p���Qd
/�\^��W����K��8�=wpZ�A�c��s�
 �����y����-NuuMmQ��)�ӹ��I��Y-�C*�--�ګ�c��"k���f��UZ
-�$�2Dӕ�Q�Pm!3A���zE����d�`�x��_=y��<��Ql*��h�,wT���y+��cS��g$��V<���j8h�����ԍ^
���x	�E���K��ˡs���3R�R��s��zI��w��U��y� �k��Үv�?B�L�
+�$�2Dӕ�Q�Pm!3A���zE����d�`�x��_=y��<��Ql*��h�,wT���y+��cS��g$��V<���j8h�����ԍ^
���x	�E���K��ˡs�������ܿ�^R�䝽�F�uv�'�횴��������L�
 endstream
 endobj
 242 0 obj
 << /Type /FontDescriptor
-/FontName /AAAABL+NotoSerif-Italic
+/FontName /AAAABP+NotoSerif-Italic
 /FontFile2 241 0 R
 /FontBBox [-254 -250 1238 1047]
 /Flags 70
@@ -23903,17 +23983,12 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��U]lU>w�����`e%��A���6�-,i7�u����Q�e�?v���-iA�d�X�4511��L�75Qc���ABL$�@| ��;{�����l���}���sz�-�S(�- ��Hp|z������D�w�b��B:����(��|_����f��mrq��R~�"1��x1�&�'�E\C<b��5H��/o�ɗ�kKo����K�t���K�Q���*���c}�,�H�/m�$�>�3cNԨwA������V|	��֣���C�s��H��"��fL��{�,^W�a�C��;O=���s\�ݽrF=W�����G-��Hp65���#!7�x�@��O����ĉ��J�I�\���֭N�O���aJ!��M��j
F��$y4H>��O��<�/�;�����X��(�˙
-q7�~n���	l���%���Kx�.
-�;��]�����E�n�Lv
-ރ��{�V�^x�� �f��Y��)���!�>�ȯ����w�O�Ȋ�i�V�#|���[��+����4��8�����A��
���^(��P�I�	��v(`�g�8�B�0�qM��!D;��@?��!��h����W�s�RLjb�Y��<Tr�!� �.����ʸI���B�أ%4^9ʗa��{�N�,�BO��G���
Wm��Y��Y�N�gh<۽F𨂗dҩ��
-v��g�I���٪�4�w�V�z��:]�f��jy�R0���Ȕ匼��=�O	�i��b�E�q5�hϢr���	D`
-,���oXk�=<���s�H�w��o����}w!̿�����ھ��r�s�ݍп��w������0V_$�uc1�
�2֑C㌱�y�c��:�T��3�����N<��wڠ�2���Q�u�>�1I���!k̥NvR��bڤ�1��CeE>������~?�Rd�	�,}�p�yԖ�Q�y��.r�鹱�L�S�:T�A��`}*��&���"�0
e�'�����du۴�{C�l�l����Wd�ج�o�v֫4�|8J)�����c�ܯ�+�4��!;�Wlj+��“�$zb�`I��iu��/w�r�.�8��j�Em��AU�W��Ɍ��
�)�B�>[��z�4࿆ ����F�o
�|S�SG섇��؄�[�q��1������I��1$I2�"�+���ʝ�u��t�V��B�%��O��%�ͽ���7F�q�5��*C炋��'lůn�t]�
�4�j��
+x��U]lU>w�����m��Jr��ؙ�+l �[ئ�@�mifH�,�����Nv��I��	cIx3�����[������1$�F|��1����n@y0>:۹�|�=�|��n�@��oJy�D�{��Y(����7����L���.�@��x'K�yߗ0�xb�䤙_�&��8�xK)?o�\C<��
Gɓw�"�!���$��爷��K�+o����K�t�~���(�Uw[�b��>oq�hM��>����Ƙ�5�]��a)��_�?��hz�����y��ȇh��S��� ��|v��!�睧��w�v�y���YY��������yN���a$X��
,q��H�-�:�8�l����;�	q"��R�G�$�$�~�������$� <��H�r���਻�$�ɧ?�)��g�E~����k��t;S!�u��GDĄ[�(x��*x	�vA�ޱ��w�v�,x��3����l�6��� �_�������29+|�!E�|<�g�������
 �}G������vh�<‡�}ek�251Y�V�N��N��M�������2X���	��l��Hq�1��N�B�4�!�a��������q�V̉��|E8�1)Ť&&���C%'r���l-]�L�4��^�P.ĉ�ZB㕣|f�<�W0���")�6�|��8O�n�p����e����Ty��#�]{`�*xI��jx�`�y���pɚ��jqKy'k5�7��El����*�ț�L[��k(�Q��КA�*�YWQ���*P�ؘ@��r�x��������x9���~�y�ֻϵ�a�
��w�G���ŕ��S�������d�eF.@����!�KioX�Y�Ȱ�g����
�`�2�ȰY�
�0(Ow᱾�p������H�ƈJo��a�Ij&�PYc.u���d�&
��U*+�I���F����_��"3OXg��s`�ϣ��՘W]�&�P��1�4>ui�C%�_
�ӧ�[���\������B�{� ��n�v�rcOH����\q��zu�P@ƌ�*�
 �ig�J�̇��_I秩NǏ�Sp����Ԧ�v:���V9�'gI���8��&��(��%�!z��1`�VsD�&;nm�B�q���̈���Ѐb+���<���Mc�kb��n�ր�7%?}��Nxh��Mد�
�+��Ѭ�7��'��G�$�T�d��.;+w>��5�+DZz%()�|2�_���WH]!���h�=n>���Ae��\p����-���nH��,-�3���
 endstream
 endobj
 246 0 obj
 << /Type /FontDescriptor
-/FontName /AAAABM+mplus-1p-regular
+/FontName /AAAABQ+mplus-1p-regular
 /FontFile2 245 0 R
 /FontBBox [-109 -288 1403 1075]
 /Flags 4
@@ -24078,122 +24153,122 @@ xref
 0000291735 00000 n 
 0000291983 00000 n 
 0000292231 00000 n 
-0000309945 00000 n 
-0000310241 00000 n 
-0000310299 00000 n 
-0000310507 00000 n 
-0000310737 00000 n 
-0000310966 00000 n 
+0000310619 00000 n 
+0000310929 00000 n 
+0000310987 00000 n 
 0000311195 00000 n 
-0000311252 00000 n 
-0000335661 00000 n 
-0000335981 00000 n 
-0000336204 00000 n 
-0000336419 00000 n 
-0000336634 00000 n 
-0000336854 00000 n 
-0000337099 00000 n 
-0000337157 00000 n 
-0000337378 00000 n 
-0000337616 00000 n 
-0000353767 00000 n 
-0000354071 00000 n 
-0000354305 00000 n 
-0000354351 00000 n 
-0000354556 00000 n 
-0000354758 00000 n 
-0000354964 00000 n 
-0000355215 00000 n 
-0000360807 00000 n 
-0000361074 00000 n 
-0000361120 00000 n 
-0000361250 00000 n 
-0000361371 00000 n 
-0000361496 00000 n 
-0000361622 00000 n 
-0000361777 00000 n 
-0000361925 00000 n 
-0000362082 00000 n 
-0000362230 00000 n 
-0000362391 00000 n 
-0000362543 00000 n 
-0000362705 00000 n 
-0000362860 00000 n 
-0000363029 00000 n 
-0000363191 00000 n 
-0000363354 00000 n 
-0000363518 00000 n 
-0000363681 00000 n 
-0000363837 00000 n 
-0000364005 00000 n 
-0000364164 00000 n 
-0000364337 00000 n 
-0000364511 00000 n 
-0000364685 00000 n 
-0000364862 00000 n 
-0000365030 00000 n 
-0000365200 00000 n 
-0000365368 00000 n 
-0000365547 00000 n 
-0000365737 00000 n 
-0000365927 00000 n 
-0000366099 00000 n 
-0000366271 00000 n 
-0000366459 00000 n 
-0000366647 00000 n 
-0000366825 00000 n 
-0000367003 00000 n 
-0000367290 00000 n 
-0000367368 00000 n 
-0000367573 00000 n 
-0000367765 00000 n 
-0000368058 00000 n 
-0000368233 00000 n 
-0000368494 00000 n 
-0000368727 00000 n 
-0000368979 00000 n 
-0000369229 00000 n 
-0000369473 00000 n 
-0000369754 00000 n 
-0000369950 00000 n 
-0000370197 00000 n 
-0000370390 00000 n 
-0000370610 00000 n 
-0000370802 00000 n 
-0000370979 00000 n 
-0000371215 00000 n 
-0000371476 00000 n 
-0000371700 00000 n 
-0000371867 00000 n 
-0000372118 00000 n 
-0000380280 00000 n 
-0000380496 00000 n 
-0000381859 00000 n 
-0000382923 00000 n 
-0000389789 00000 n 
-0000390010 00000 n 
-0000391373 00000 n 
-0000392460 00000 n 
-0000397411 00000 n 
-0000397625 00000 n 
-0000398988 00000 n 
-0000400056 00000 n 
-0000401278 00000 n 
-0000401489 00000 n 
-0000401797 00000 n 
-0000402712 00000 n 
-0000408258 00000 n 
-0000408484 00000 n 
-0000409847 00000 n 
-0000410935 00000 n 
-0000412331 00000 n 
-0000412549 00000 n 
-0000413912 00000 n 
+0000311425 00000 n 
+0000311654 00000 n 
+0000311883 00000 n 
+0000311940 00000 n 
+0000336349 00000 n 
+0000336669 00000 n 
+0000336892 00000 n 
+0000337107 00000 n 
+0000337322 00000 n 
+0000337542 00000 n 
+0000337787 00000 n 
+0000337845 00000 n 
+0000338066 00000 n 
+0000338304 00000 n 
+0000354455 00000 n 
+0000354759 00000 n 
+0000354993 00000 n 
+0000355039 00000 n 
+0000355244 00000 n 
+0000355446 00000 n 
+0000355652 00000 n 
+0000355903 00000 n 
+0000361495 00000 n 
+0000361762 00000 n 
+0000361808 00000 n 
+0000361938 00000 n 
+0000362059 00000 n 
+0000362184 00000 n 
+0000362310 00000 n 
+0000362465 00000 n 
+0000362613 00000 n 
+0000362770 00000 n 
+0000362918 00000 n 
+0000363079 00000 n 
+0000363231 00000 n 
+0000363393 00000 n 
+0000363548 00000 n 
+0000363717 00000 n 
+0000363879 00000 n 
+0000364042 00000 n 
+0000364206 00000 n 
+0000364369 00000 n 
+0000364525 00000 n 
+0000364693 00000 n 
+0000364852 00000 n 
+0000365025 00000 n 
+0000365199 00000 n 
+0000365373 00000 n 
+0000365550 00000 n 
+0000365718 00000 n 
+0000365888 00000 n 
+0000366056 00000 n 
+0000366235 00000 n 
+0000366425 00000 n 
+0000366615 00000 n 
+0000366787 00000 n 
+0000366959 00000 n 
+0000367147 00000 n 
+0000367335 00000 n 
+0000367513 00000 n 
+0000367691 00000 n 
+0000367978 00000 n 
+0000368056 00000 n 
+0000368261 00000 n 
+0000368453 00000 n 
+0000368746 00000 n 
+0000368921 00000 n 
+0000369182 00000 n 
+0000369415 00000 n 
+0000369667 00000 n 
+0000369917 00000 n 
+0000370161 00000 n 
+0000370442 00000 n 
+0000370638 00000 n 
+0000370885 00000 n 
+0000371078 00000 n 
+0000371298 00000 n 
+0000371490 00000 n 
+0000371667 00000 n 
+0000371903 00000 n 
+0000372164 00000 n 
+0000372388 00000 n 
+0000372555 00000 n 
+0000372806 00000 n 
+0000380968 00000 n 
+0000381184 00000 n 
+0000382547 00000 n 
+0000383611 00000 n 
+0000390477 00000 n 
+0000390698 00000 n 
+0000392061 00000 n 
+0000393148 00000 n 
+0000398098 00000 n 
+0000398312 00000 n 
+0000399675 00000 n 
+0000400743 00000 n 
+0000401964 00000 n 
+0000402175 00000 n 
+0000402483 00000 n 
+0000403398 00000 n 
+0000408944 00000 n 
+0000409170 00000 n 
+0000410533 00000 n 
+0000411621 00000 n 
+0000413017 00000 n 
+0000413235 00000 n 
+0000414598 00000 n 
 trailer
 << /Size 249
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-415051
+415737
 %%EOF


[14/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/migration-notes/migration-notes.html
----------------------------------------------------------------------
diff --git a/content/migration-notes/migration-notes.html b/content/migration-notes/migration-notes.html
index 192bb88..46fbab2 100644
--- a/content/migration-notes/migration-notes.html
+++ b/content/migration-notes/migration-notes.html
@@ -280,3579 +280,6 @@ table.CodeRay td.code>pre{padding:0}
        </div> 
       </div> 
       <div class="sect1"> 
-       <h2 id="_migration-notes_1.16.0-to-2.0.0-M1">From v1.16.x to 2.0.0-M1</h2>
-       <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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1.adoc" target="_blank"><i class="fa fa-hand-o-right fa-fw" aria-hidden="true"></i>&nbsp; Blame</a></li>
-        </ul>
-       </div> 
-       <div class="sectionbody"> 
-        <div class="sect2"> 
-         <h3 id="_migration-notes_1.16.0-to-2.0.0-M1_meta-annotations">Meta annotations</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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_meta-annotations.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_meta-annotations.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_meta-annotations.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_meta-annotations.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_meta-annotations.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>Most of the Apache Isis annotations can now be associated with meta-annotations. Coupled with the fact that DataNucleus 5.x also supports meta annotations, this therefore allows a degree of reuse.</p> 
-         </div> 
-         <div class="paragraph"> 
-          <p>For example, instead of:</p> 
-         </div> 
-         <div class="listingblock"> 
-          <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@Column</span>(length=<span class="integer">30</span>)
-<span class="annotation">@Property</span>(regex=...)
-<span class="annotation">@Getter</span> <span class="annotation">@Setter</span>
-<span class="directive">private</span> <span class="predefined-type">String</span> name;
-
-<span class="directive">public</span> Customer updateName(
-    <span class="annotation">@Parameter</span>(maxLength=<span class="integer">30</span>, regex=...)
-    <span class="predefined-type">String</span> name ) {
-    setName(name);
-}</code></pre> 
-          </div> 
-         </div> 
-         <div class="paragraph"> 
-          <p>we can instead define a <code>@Name</code> annotation:</p> 
-         </div> 
-         <div class="listingblock"> 
-          <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@Column</span>(length=<span class="integer">30</span>)
-<span class="annotation">@Property</span>(regex=...)
-<span class="annotation">@Parameter</span>(maxLength=<span class="integer">30</span>, regex=...)
-<span class="directive">public</span> <span class="annotation">@interface</span> <span class="annotation">@Name</span> {}</code></pre> 
-          </div> 
-         </div> 
-         <div class="paragraph"> 
-          <p>and then use this annotation:</p> 
-         </div> 
-         <div class="listingblock"> 
-          <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@Name</span>
-<span class="annotation">@Getter</span> <span class="annotation">@Setter</span>
-<span class="directive">private</span> <span class="predefined-type">String</span> name;
-
-<span class="directive">public</span> Customer updateName(
-    <span class="annotation">@Name</span>
-    <span class="predefined-type">String</span> name ) {
-    setName(name);
-}</code></pre> 
-          </div> 
-         </div> 
-         <div class="paragraph"> 
-          <p>The full list of Apache Isis annotations that can be used in meta-annotations is shown in the table below.</p> 
-         </div> 
-         <table class="tableblock frame-all grid-all spread"> 
-          <caption class="title">
-           Table 1. Apache Isis annotations that can be used in meta-annotations
-          </caption> 
-          <colgroup> 
-           <col style="width: 33.3333%;"> 
-           <col style="width: 33.3333%;"> 
-           <col style="width: 33.3334%;"> 
-          </colgroup> 
-          <thead> 
-           <tr> 
-            <th class="tableblock halign-left valign-top"></th> 
-            <th class="tableblock halign-left valign-top">Domain layer</th> 
-            <th class="tableblock halign-left valign-top">UI layer</th> 
-           </tr> 
-          </thead> 
-          <tbody> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>domain service</p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-DomainService">@DomainService</a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-DomainServiceLayout">@DomainServiceLayout</a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>domain object</p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-DomainObject">@DomainObject</a><br> <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ViewModel">@ViewModel</a><br> <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-MemberGroupLayout">@MemberGroupLayout</a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-DomainObjectLayout">@DomainObjectLayout</a><br> <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ViewModelLayout">@ViewModelLayout</a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Action</p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Action">@Action</a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ActionLayout">@ActionLayout</a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>action parameter</p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Parameter">@Parameter</a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ParameterLayout">@ParameterLayout</a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>property</p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Property">@Property</a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-PropertyLayout">@PropertyLayout</a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>collection</p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Collection">@Collection</a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-CollectionLayout">@CollectionLayout</a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-          </tbody> 
-         </table> 
-        </div> 
-        <div class="sect2"> 
-         <h3 id="_migration-notes_1.16.0-to-2.0.0-M1_updated-annotations">Updated annotations</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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_updated-annotations.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_updated-annotations.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_updated-annotations.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_updated-annotations.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_updated-annotations.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>Prior to v2.0.0, several annotation attributes were defined as booleans. In order to support <a href="https://isis.apache.org/versions/2.0.0-M1/migration-notes/migration-notes.html#__migration-notes_1.15.0-to-1.16.0_meta-annotations">meta annotations</a>, these have been replaced by enums which also include a <code>NOT_SPECIFIED</code> value. Other enums have been extended (where necessary) to also have a <code>NOT_SPECIFIED</code> value. In all cases <code>NOT_SPECIFIED</code> is the new default.</p> 
-         </div> 
-         <table class="tableblock frame-all grid-all spread"> 
-          <caption class="title">
-           Table 2. Updated annotations
-          </caption> 
-          <colgroup> 
-           <col style="width: 20%;"> 
-           <col style="width: 20%;"> 
-           <col style="width: 60%;"> 
-          </colgroup> 
-          <thead> 
-           <tr> 
-            <th class="tableblock halign-left valign-top">Annotation</th> 
-            <th class="tableblock halign-left valign-top">Updated attribute</th> 
-            <th class="tableblock halign-left valign-top">Nature of change</th> 
-           </tr> 
-          </thead> 
-          <tbody> 
-           <tr> 
-            <td class="tableblock halign-left valign-top" rowspan="7">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Action"><code>@Action</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Action_command"><code>command</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>AS_CONFIGURED</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Action_hidden"><code>hidden</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>NOWHERE</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Action_invokeOn"><code>invokeOn</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>OBJECT_ONLY</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Action_publishing"><code>publishing</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>AS_CONFIGURED</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Action_publishing"><code>publishing</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>AS_CONFIGURED</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Action_restrictTo"><code>restrictTo</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>NO_RESTRICTIONS</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Action_semantics"><code>semantics</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>NON_IDEMPOTENT</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top" rowspan="3">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ActionLayout"><code>@ActionLayout</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ActionLayout_bookmarking"><code>bookmarking</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>NEVER</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ActionLayout_contributed"><code>contributed</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>AS_BOTH</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ActionLayout_position"><code>position</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>BELOW</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top" rowspan="3">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Collection"><code>@Collection</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Collection_hidden"><code>hidden</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>NOWHERE</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Collection_editing"><code>editing</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>AS_CONFIGURED</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Collection_mementoSerialization"><code>mementoSerialization</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Replaces <code>notPersisted</code>, taking values of <code>INCLUDED</code>, <code>EXCLUDED</code> or <code>NOT_SPECIFIED</code>. Defaults to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top" rowspan="4">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-DomainObject"><code>@DomainObject</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-DomainObject_auditing"><code>auditing</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>AS_CONFIGURED</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-DomainObject_bounding"><code>bounding</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Replaces <code>bounded</code>, taking values of <code>BOUNDED</code>, <code>UNBOUNDED</code> and <code>NOT_SPECIFIED</code>. Defaults to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-DomainObject_editing"><code>editing</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>AS_CONFIGURED</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-DomainObject_publishing"><code>publishing</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>AS_CONFIGURED</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-DomainObjectLayout"><code>@DomainObjectLayout</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-DomainObjectLayout_bookmarking"><code>bookmarking</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>NEVER</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Parameter"><code>@Parameter</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Parameter_optionality"><code>optionality</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>DEFAULT</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top" rowspan="2">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ParameterLayout"><code>@ParameterLayout</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ParameterLayout_labelPosition"><code>labelPosition</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>DEFAULT</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ParameterLayout_renderDay"><code>renderDay</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Replaces <code>renderedAsDayBefore</code>, taking values of <code>AS_DAY</code>, <code>AS_DAY_BEFORE</code> or <code>NOT_SPECIFIED</code>. Defaults to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top" rowspan="6">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Property"><code>@Property</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Property_commandReification"><code>commandReification</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>AS_CONFIGURED</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Property_editing"><code>editing</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>AS_CONFIGURED</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Property_hidden"><code>hidden</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>NOWHERE</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Property_mementoSerialization"><code>mementoSerialization</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Replaces <code>notPersisted</code>, taking values of <code>INCLUDED</code>, <code>EXCLUDED</code> or <code>NOT_SPECIFIED</code>. Defaults to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Property_optionality"><code>optionality</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>DEFAULT</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Property_publishing"><code>publishing</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>AS_CONFIGURED</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top" rowspan="5">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-PropertyLayout"><code>@PropertyLayout</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-PropertyLayout_labelPosition"><code>labelPosition</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>DEFAULT</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-PropertyLayout_promptStyle"><code>promptStyle</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Default changed from <code>DEFAULT</code> to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-PropertyLayout_renderDay"><code>renderDay</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Replaces <code>notPersisted</code>, taking values of <code>AS_DAY</code>, <code>AS_DAY_BEFORE</code> or <code>NOT_SPECIFIED</code>. Defaults to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-PropertyLayout_repainting"><code>repainting</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Replaces <code>unchanging</code>, taking values of <code>REPAINT</code>, <code>NO_REPAINT</code> or <code>NOT_SPECIFIED</code>. Defaults to <code>NOT_SPECIFIED</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ViewModelLayout"><code>@ViewModelLayout</code></a></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-ViewModelLayout_bookmarking"><code>bookmarking</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-          </tbody> 
-         </table> 
-        </div> 
-        <div class="sect2"> 
-         <h3 id="_migration-notes_1.16.0-to-2.0.0-M1_removed-annotations">Removed annotations/attributes</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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_removed-annotations.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_removed-annotations.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_removed-annotations.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_removed-annotations.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/migration-notes/_migration-notes_1.16.0-to-2.0.0-M1_removed-annotations.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>The following annotations, or attributes of annotations, have been removed</p> 
-         </div> 
-         <table class="tableblock frame-all grid-all spread"> 
-          <caption class="title">
-           Table 3. Removed annotations/attributes
-          </caption> 
-          <colgroup> 
-           <col style="width: 20%;"> 
-           <col style="width: 20%;"> 
-           <col style="width: 60%;"> 
-          </colgroup> 
-          <thead> 
-           <tr> 
-            <th class="tableblock halign-left valign-top">Annotation</th> 
-            <th class="tableblock halign-left valign-top">Attribute</th> 
-            <th class="tableblock halign-left valign-top">Use instead</th> 
-           </tr> 
-          </thead> 
-          <tbody> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Action</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>publishingPayloadFactory()</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Removed, use the simpler <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgsvc/rgsvc.html#PublisherService">PublisherService</a> SPI instead.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@ActionInteraction</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Action_domainEvent"><code>@Action#domainEvent()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@ActionOrder</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_MemberOrder"><code>@MemberOrder()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Aggregated</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Never implemented internally in Isis 1.x so no replacement.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Auditable</code> (JDO applib)</p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObject_audited"><code>@DomainObject#auditing()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Audited</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObject_audited"><code>@DomainObject#auditing()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@AutoComplete</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObject_autoComplete"><code>@DomainObject#autoComplete()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@ActionSemantics</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Action_semantics"><code>@Action#semantics()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Bookmarkable</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObject_bookmarking"><code>@DomainObject#bookmarking()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Bounded</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObject_bounding"><code>@DomainObject#bounding()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Bulk</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Action_invokeOn"><code>@Action#invokeOn()</code></a></p> 
-              </div> 
-              <div class="paragraph"> 
-               <p>Similarly, the <code>Bulk.InteractionContext</code> domain service is replaced with the <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgsvc/rgsvc.html#ActionInvocationContext">ActionInvocationContext</a> domain service.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Collection</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>notPersisted</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Removed, replaced with <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Collection_mementoSerialization"><code>@Collection#mementoSerialization()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@CollectionInteraction</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Collection_domainEvent"><code>@Collection #domainEvent()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@CollectionLayout</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>render</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_CollectionLayout_defaultView"><code>@CollectionLayout#defaultView()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Command</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Action_command"><code>@Action#command()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@CssClass</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ActionLayout_cssClass"><code>@ActionLayout#cssClass()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_PropertyLayout_cssClass"><code>@PropertyLayout#cssClass()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_CollectionLayout_cssClass"><code>@CollectionLayout#cssClass()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ParameterLayout_cssClass"><code>@ParameterLayout#cssClass()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObjectLayout_cssClass"><code>@DomainObjectLayout#cssClass()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ViewModelLayout_cssClass"><code>@ViewModelLayout#cssClass()</code></a>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@CssClassFa</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ActionLayout_cssClassFa"><code>@ActionLayout#cssClassFa()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObjectLayout_cssClassFa"><code>@DomainObjectLayout#cssClassFa()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ViewModelLayout_cssClassFa"><code>@ViewModelLayout#cssClassFa()</code></a>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Debug</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Action_restrictTo"><code>@Action#restrictTo()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@DescribedAs</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ActionLayout_describedAs"><code>@ActionLayout#describedAs()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_PropertyLayout_describedAs"><code>@PropertyLayout#describedAs()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_CollectionLayout_describedAs"><code>@CollectionLayout#describedAs()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ParameterLayout_describedAs"><code>@ParameterLayout#describedAs()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObjectLayout_describedAs"><code>@DomainObjectLayout#describedAs()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ViewModelLayout_describedAs"><code>@ViewModelLayout#describedAs()</code></a>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Disabled</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Property_editingDisabledReason"><code>@Property#editingDisabledReason()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top" rowspan="2">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@DomainObject</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>bounded</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Deleted (was a boolean attribute), replaced by <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObject_bounding"><code>@Property#bounding</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>publishingPayloadFactory</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Removed, use the simpler <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgsvc/rgsvc.html#PublisherService">PublisherService</a> SPI instead.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Exploration</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Action_restrictTo"><code>@Action#restrictTo()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@FieldOrder</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_MemberOrder"><code>@MemberOrder()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Hidden</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>For actions by either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Action_hidden"><code>@Action#hidden()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ActionLayout_hidden"><code>@ActionLayout#hidden()</code></a>, for properties by either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Property_hidden"><code>@Property#hidden()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_PropertyLayout_hidden"><code>@PropertyLayout#hidden()</code></a>, for collections by either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Collection_hidden"><code>@Collection#hidden()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_CollectionLayout_hidden"><code>@CollectionLayout#hidden()</code></a>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Idempotent</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Action_semantics"><code>@Action#semantics()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Ignore</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Programmatic"><code>@Programmatic</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Immutable</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObject_editing"><code>@DomainObject#editing()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Mandatory</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Property_optionality"><code>@Property#optionality()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Parameter_optionality"><code>@Parameter#optionality()</code></a>.</p> 
-              </div> 
-              <div class="paragraph"> 
-               <p>For properties, can also use <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Column_allowsNull"><code>@Column#allowsNull()</code></a> Can also use <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Nullable"><code>@Nullable</code></a> for either properties or parameters.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Mask</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Removed, never implemented internally in Isis 1.x so no replacement.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@MaxLength</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Property_maxLength"><code>@Property#maxLength()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Parameter_maxLength"><code>@Parameter#maxLength()</code></a>.</p> 
-              </div> 
-              <div class="paragraph"> 
-               <p>For properties, can also use <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Column_length"><code>@Column#length()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@MemberGroups</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/ugvw/ugvw.html#_ugvw_layout_file-based">.layout.xml</a> file instead.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@MultiLine</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_PropertyLayout_multiLine"><code>@PropertyLayout#multiLine()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ParameterLayout_multiLine"><code>@ParameterLayout#multiLine()</code></a>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@MustSatisfy</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Property_mustSatisfy"><code>@Property#mustSatisfy()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Parameter_mustSatisfy"><code>@Parameter#mustSatisfy()</code></a>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@NotPersisted</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Property_notPersisted"><code>@Property#notPersisted()</code></a>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Optional</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Property_optionality"><code>@Property#optionality()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Parameter_optionality"><code>@Parameter#optionality()</code></a>.</p> 
-              </div> 
-              <div class="paragraph"> 
-               <p>For properties, can also use <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Column_allowsNull"><code>@Column#allowsNull()</code></a> Can also use <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Nullable"><code>@Nullable</code></a> for either properties or parameters.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Named</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ActionLayout_named"><code>@ActionLayout#named()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_PropertyLayout_named"><code>@PropertyLayout#named()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_CollectionLayout_named"><code>@CollectionLayout#named()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ParameterLayout_named"><code>@ParameterLayout#named()</code></a>, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObjectLayout_named"><code>@DomainObjectLayout#named()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ViewModelLayout_named"><code>@ViewModelLayout#named()</code></a>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@NotInServiceMenu</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainService_nature"><code>@DomainService#nature()</code></a></p> 
-              </div> 
-              <div class="paragraph"> 
-               <p>Specify nature of <code>VIEW_CONTRIBUTIONS_ONLY</code>. Alternatively, use a <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Mixin">mixin</a>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@NotContributed</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainService_nature"><code>@DomainService#nature()</code></a></p> 
-              </div> 
-              <div class="paragraph"> 
-               <p>Specify nature of <code>VIEW_MENU_ONLY</code>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@NotPersistable</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Never implemented internally in Isis 1.x so no replacement.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@ObjectType</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Removed, <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObject_objectType"><code>@DomainObject#objectType()</code></a> or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainService_objectType"><code>@DomainService#objectType()</code></a></p> 
-              </div> 
-              <div class="paragraph"> 
-               <p>Alternatively, for domain entities either:</p> 
-              </div> 
-              <div class="ulist"> 
-               <ul> 
-                <li> <p>the <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Discriminator"><code>@Discriminator</code></a> annotation can be specified; the value is used as the object type, or</p> </li> 
-                <li> <p>the <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_PersistenceCapable_schema"><code>@PersistenceCapable#schema()</code></a> can be specified; the value is used as the concatenated with the class name to create a two part object type.</p> </li> 
-               </ul> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Parameter</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>minLength</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Never implemented internally in Isis 1.x so no replacement.</p> 
-              </div> 
-              <div class="paragraph"> 
-               <p>Note that the <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_MinLength"><code>@MinLength</code></a> annotation is for use with autocomplete supporting methods (specifying the minimum number of characters to enter before an auto-complete search is performed).</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Paged</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Either <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_CollectionLayout_paged"><code>@CollectionLayout#paged()</code></a> (for parented collections), or <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObject_paged"><code>@DomainObject#paged()</code></a> (for standalone collections)</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@ParameterLayout</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>renderedAsDayBefore</p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Deleted (was a boolean attribute), replaced by <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_ParameterLayout_renderDay"><code>@ParameterLayout#renderDay</code></a>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Plural</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_DomainObjectLayout_plural"><code>@DomainObjectLayout#plural()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@PostsAction<br> InvokedEvent</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Action_domainEvent"><code>@Action#domainEvent()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@PostsCollection<br> AddedToEvent</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Collection_domainEvent"><code>@Collection#domainEvent()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@PostsCollection<br> RemovedFromEvent</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Collection_domainEvent"><code>@Collection#domainEvent()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@PostsProperty<br> ChangedEvent</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Property_domainEvent"><code>@Property#domainEvent()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Property</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>notPersisted</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Removed, replaced with <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Collection_mementoSerialization"><code>@Collection#mementoSerialization()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@PropertyInteraction</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Property_domainEvent"><code>@Property#domainEvent()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top" rowspan="2">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@PropertyLayout</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>renderedAsDayBefore</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Deleted (was a boolean attribute), replaced by <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_PropertyLayout_renderDay"><code>@PropertyLayout#renderDay</code></a>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>unchanging</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Deleted (was a boolean attribute), replaced by <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_PropertyLayout_repainting"><code>@PropertyLayout#repainting</code></a>.</p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@Prototype</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant_Action_restrictTo"><code>@Action#restrictTo()</code></a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p><code>@PublishedAction</code></p> 
-              </div>
-             </div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div></div></td> 
-            <td class="tableblock halign-left valign-top">
-             <div>
-              <div class="paragraph"> 
-               <p>Removed, use <a href="https://isis.apache.org/versions/2.0.0-M1/guides/rgant/rgant.html#_rgant-Action_publishing">@Action#publishing()</a></p> 
-              </div>
-             </div></td> 
-           </tr> 
-           <tr> 
-            <td class="tableblock halign-left valign-top">
-             

<TRUNCATED>

[32/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/rgmvn/rgmvn.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgmvn/rgmvn.pdf b/content/guides/rgmvn/rgmvn.pdf
index 55e0c15..3a032ad 100644
--- a/content/guides/rgmvn/rgmvn.pdf
+++ b/content/guides/rgmvn/rgmvn.pdf
@@ -4,8 +4,8 @@
 << /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:20180305191252+00'00')
-/ModDate (D:20180305191252+00'00')
+/CreationDate (D:20180918074547+01'00')
+/ModDate (D:20180918074547+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAACC+NotoSerif
+/BaseFont /AAAACG+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 199 0 R
 /FirstChar 32
@@ -1500,7 +1500,7 @@ endobj
 endobj
 16 0 obj
 << /Type /Font
-/BaseFont /AAAACD+NotoSerif-Bold
+/BaseFont /AAAACH+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 203 0 R
 /FirstChar 32
@@ -2831,7 +2831,7 @@ endobj
 endobj
 36 0 obj
 << /Type /Font
-/BaseFont /AAAACE+mplus1mn-regular
+/BaseFont /AAAACI+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 207 0 R
 /FirstChar 32
@@ -6520,7 +6520,7 @@ endobj
 endobj
 56 0 obj
 << /Type /Font
-/BaseFont /AAAACF+FontAwesome
+/BaseFont /AAAACJ+FontAwesome
 /Subtype /TrueType
 /FontDescriptor 211 0 R
 /FirstChar 32
@@ -7985,7 +7985,7 @@ endobj
 endobj
 61 0 obj
 << /Type /Font
-/BaseFont /AAAACG+mplus1mn-regular
+/BaseFont /AAAACK+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 215 0 R
 /FirstChar 32
@@ -16126,7 +16126,7 @@ endobj
 endobj
 104 0 obj
 << /Type /Font
-/BaseFont /AAAACH+NotoSerif-Italic
+/BaseFont /AAAACL+NotoSerif-Italic
 /Subtype /TrueType
 /FontDescriptor 219 0 R
 /FirstChar 32
@@ -25181,62 +25181,44 @@ endobj
 endobj
 198 0 obj
 << /Length1 12460
-/Length 7915
+/Length 7916
 /Filter [/FlateDecode]
 >>
 stream
-x��zxՕ��3#Y�mْ��%[O˲l�a˒�d��+~�O�����3~�8&�!
iZ ��
�o
-�RJ�!<ʟ�%i�|�.[����R
-�6˟/�'�3#ٖ�v��Gsg����s�9�� ��#+��ޱ���+�
--g¢�ѹ��s����k����
x�*w"d��{�����Ί[���'sh�?��B�8��2�9�z�(����zs�%����Λ�{rbz��ɋ��<��6���~�
���84��I8p!+�#�1x���\�w7��@R���H~Tt� 6N(�K����D�"	%+�J���P�>ՀҌ�����kV�-�����/p��Eo�������+_�*���6�����E�F�Y�*�[�D�豍Ա�7ﺻ�b�ǹ@��G�
-1t�������]����k�
bW��,V2�� �9"7ΕH\��=|��{
-
-�����nO<qp׵��=]y'?��_Ī�|"��󳷮1��AV]HV��0ؕ�H"&8��&�|��N�u��yȺ���z�g�μ'������?8���9���/�Ø�d�b�=�L�s�l%�������jS�Қ|u^f�߻k�Q�Ww�q�Q�t�L>��6�QA̳��k$6B�?:v������z���q�p	��i���΢�[t��"WXt��iv�@������<�n�Z�3Ȗ�
���;;���fm�y�K*���60� �EX��m�nh1�FA%;w�����l^��{v�l�sI�T4XY5P�P�WV
z��~L�����e,{�,~}۶��/�=���--Ou����ͧ��v���WX�fg��N�
-�(�6!(wbɥ�:�Ia(󸔦UQy���}r�K���
-�T��6O�����v��������C�,L��>X�A*��c7��!	�h�J>gn�SO/�wͅ�������7L�(m�e-�"�Ǫ���
ͧf+~���6z�<=W��O���ٿ�̹�T��4�V���JcV�]l_w��q�1�����caL����ұ���]�Mٶ�{�^o�lKv���Y��5�Nlwg��,O�7�8u�53���?�j*s���ڻ:�Õ�!S��®bm8��ƹ��]�eB*>�Q;X�pw�$=^�n4�K�z�_tQ�0NX��a;����Mh�`�A��|�]
-�[�Xz��1��Ab�4�&H!����h�2���k2֘g��7k��5���U`)��":��o��/���}�?��C�&^g0�:
�:���X���͙�
S��gf|V1q���Q	F5=mP�v�>{W�o��٩GZS��U�-}������u^LO@\��pIU>펒:FO����
-7i�=�չj���`�8�m:*�Z�t�aH�如
\�&�J��a�I%:v"*�Uќ�ut��������=��;����4�j�3K��*�	a(�s�O���o�W%�dQ�����{+�_��
��p_^Ja����n���H4�c���y����d8��ɀC>B���b]�F��~����#��ɇi'nhO9o`�(���o
-���O�y��Z?%�9�,c�ށ�=�	�n���4�+�)3do���Gi����Ye߻09}n։���դ����t�Cؚ����o+T�IIAU�OTN���55�c�����]{k|�^UJC��/�ض����o+��9m��3rf<CUFJoi/��{����E�dצ�`���9�����x�(��>+��†_���w��vp4-����y�/uVu8�qn?58t�{������-Ӿ�T��謾'��cie��ea[;��E�A�3t|h���Uug���#W.�p��=����i�
Xa*�P~yW��Ҵ�Z��]�\p�j
-����@��|a}v�{ق�^m������S�26�t����o�|����7΅d�m�B�sbN
-�#ǒ�D�\l�J2t
-�ɂI36�R�O�F�}�:ڠLת�����щ�L�b�e>��pZmF�K�D�����I�s�~L�;�z�f�:=�R�0E�)���D���b��>���ZG�&
2#g(�H�Q@C!]�5�m�G�L�5�lq��4��E���r��,W�]Z9��|L-u��eg�V�ig����Pi��ZR�C�v/�`˞�˗ؘI~i�UF�z3�.�j���6u@��VY���'��Cyp�LaÒeQ��B�~�;���Ma��&�w�f�0[���^5����х����OuMO�yC�n����bkW����W�~r�=�Z��JU�3���x�/����q��!G��zC��/f�a�!N��Φ���t8����>۾d���.�_�z����?�g0���K�׋4���Q���o&00�Z�0j�e�š"�H4�C|(��,�F7/ȵ.���7����O�2�f��F�D��1dR���Ʀ1�X+s�҇}�z�A/�[F�0<c�S
ZA&�1K���J��&�J�������`�dU~�vT2�5dk�`�|�Y�
 ���ӑb����e��Q(���y������/8��S?ޞ����%A�����Ǯ_���` �1/9'U:��xռ���kO5E��JSn2�۝V�A�9�	�pV�䨖�9�;ѤкM
-��Z��Ւa1)T��[��bVv2�
E�L_<X�zSPr�]����Y}�G��XNY�7u��0f��wa^v�u����a�7]F�Gk�G*sM7��k�+PHG�
t@��6!��=&�%�#���1A�ņ\-�6���>�O�˫���
-[:Uv�cN���͡n�Q��-;v?|�L�1,����
-�����;��
-�`��5��
����a��1
�=Ϲ��U8�M��~��_N�՝�~��k��n�o�{bj�������:�oZ;W��>2r)|���i���Wh9vQ���:d��B#,c�r5�׆Ů�����ʿ�?��e�K����&����9q�����z����'�Z�Jp�p��G�Ġ�I����(j����a�g"���M���t�ϰ�X:��/ 2��?�>��{�hh��*
-����2�.7̷�,iu;��7i�_z�^�Ģ"&��P�`�Hnx`�kI|�����rRS<Pq���ʹ���w�};O:�ﱵT��^��V]����pON��_�W�x�՞;��w��7�􆶱{�Z�ݚ��i4��[6�5.�ݵ�ʗ�o�߽�)�6�򹎩p֐��b�d6Hg`�]ơ-K�,]��\�x*
-�^&J�S��_}�:���l������#��	�e�r{����E|:�����e��]ն��l#�6�WĶ���&��g�ݵ)���2��zu���B�!����P$Vb���3s��X	ሡ�m�X*��J�(�$�5$�'y\��Ă���e,�p�~������D�Y� r,n����,�5*�s�,x���T/�3Z��G�-~��m�YD���O]W�'�TaK۷������D0����:�������JE��䚚1��*���)0�</	����5�2˜�L���Lu��;Q�8�䍏#Eq|o	�N���Z�I�O��o1+���,��xዿ�%q�"Y�����馥�
-����(�2S����b4)�8]���u��?z'\���FG�)
-�*6�ܐǾ��q�o��\`�R�`qOa�7S(�2�A��B�&M.'l�I:qDb�)��H�&E�O,�8���!-CN������^��?J6ʣ�KD	1�R�ZѼU�py�_�M&@�w�����f�4��+c�'l�E�<z��E����T1��5�>�+xF���I�j�����W���	a�)\���ߴi��L�F߈��>}����O5<+=�6"
-�قIar�Z��쓜
-��o�������T0������.Ӥ���k�-�E�����fwy꾖�
-շ�MFAs[A�=�]�uY�,H�_���ŠO�l��O_<�V���[�*�y�����xHS�`-(�WZ���=K������˨�I6��7�:������^=�����78a3�.b]*���[pq�M��\������4&���R���96���������\�Y7�Q(�#�%[]II�ax������ⴓ�%��`]�]G��f��'���5���#�'��'�;5������9b�� ej���(8{gi��?<{<�q_�skI���z�.V��r���W=��=y�9���V�W�9z��{o�E�%����h�K]b�*Z���6���R
f�Z.8|�N,��r���R��d��X(�&I��h!���u#^�k����J��#����*�������L��a���25QP0���{��%?�xSXˍа�H�5N�@M�%6�#lS�Q����f��Owy�|��ĸs�Ok&7�;*�E������/>_Ow��Ū�܏UX�a�k�ɡ��4[7U�*/Lc�$Ir׈��
 ���h���-[�':6⹥
-ƍ^~9�랦�q�2���Ǩr�ΔX��?d��?T���@�}�Y��uRFr��iN��z�s�%�Mf�m�Ŕ�:�Z�(��tV-7be
-K�pϘteQ��좕#l�Jac ����a�R��1�+����:����&Q��)��x�E������\9��[��6I�Z�)�,�$Z��+\Y��i�N�ʤ�]<�P8P;�@�Va���&��(uGKovif|S_o3�����	��蘌���]v�I�OP���B��~{q������=i���t��Ֆ.*�ﶵ�ד�g�H�Ɇ�	��<����aq����d��]Jw�w��s'�G������6H8��7��
[�������|��@�5!�b�������R27���I.�2�%K��0�_��
U�--�UtSY�\���	̌#w-�P��n�r��������:=1!]�JOHLW��G,|���Z��I�*����8��(��'n}F��3�_�ҙ�;[ޯaj�v|�p�6Ml�ߩbA�H��HH�`t�GUys��R��&��ŀ�o���s��0X�-��d�d�?h2��F�*�,��r�ۦ��2�<���ji2��,~��`�=���G7�`���"?�t�
 ��NjI��q�>/]+����:���-����;,e_�+������o\
����`?ĺ�
|S�]�Ǎ�s��^zW�+H��
-����ٚ�^��*�۬�w��!ߕ����,��ב�����t����u�m��6�jw�Ea
�Ν�+�������7��7�#\f���|u�涬�=m���g�_�ւ��}�5؂���b���N	�������ˉ�����_�+}#55ۊ����QI��?���΃�`J_}p��la�칩����g}
-��s�/��$�&���f��x�!��q~]q����5<�w��9��V7�����z9I���Ɣd��������%��P��r}�}�AeЗ�c�y���kj��ƥ��K�����"C�+���Sh,M�)3h1��9��^_l�d��<�`'8�
�7K �.@ ߯_�-
f|Ȑ*��xh��U�t��tW{���\�c-L-4��y̵�pw|�\��Ֆ�IsUFyg��@��2F:��)�:��v�>�����W���n�*&�4�ٝ۔����Tn��N���e�dujMysG��(%�3U)�+r��\u���ܨ�*5��Z��:ou�W6�)Ui+M��
N%d��$mqm��ng}�5���x�SƬm�j���
���L�&ak#)�һ�1�Y����
-�q}�V�ׅ���ͭ<n;7:�����J�mP�R�7/�.���|��O�J�[_����5�rY��/Cԫj�̮��o
-�hB���.	)����ِ�PPa�5��_�&Zr1�ڲ�/X�+�<�_��%���ʒ�xHn��y)�v��H�v�x�b��TG��<ď���ٷ4��_�_��k3��u��j�d��*��[S��$����[�ų��-M��c���؂(�(H��!��o�D+�nd�j��+�re�NK{�����S�u�P��Q�n�4>&�B�<�*U����Rn{�Wʝ,�h�۶x�x��� V�&�V}F��R-��nn�#,~�u�W0�a�ɵ�f���3�*�F��,��K��w�d�OU,}ş犔	���J�tB�>/;[�	�65��]�H��&K"/�e�r��g�HpC��T_�u�Z�c1���T\���y~�P-1�/>�s����~��F<ľ�8ٷvY �\�~�2C�ѿI�5n��C4tdlS"�_ �d�_rݮ��#�BJq���C\�2��{�����ܣ��=j����I��+䦽��~8���ӀS��`�ʅS,������
-�@�����D~1)\:;�dvi,��r�$�m�a]��`���s�^�`��Y_)�+�
-�z*��+{�
-�*�ĻMS�Je�TS��2��l;�}9��T�?�}�����M�R �N�#�4z�a��3�F�A�+�	�@>C~B�P���>��s7�%n4��;�=��SDZ�P�Y��y��ގ�F������{�]�Q��ڨ��?F�G�[�:�;�D�7�$���?�Jc��C�6nW�3q_�GEH�$���$�]�1���/A���h�����0�]�<��q���ϡN��>��u�o�}7�s�w1׈J�{�4d'��>G��7��EĬo�_�Z��[�3m{Q-W�_�i�*��v�C}���W��׍D�
-�A���^A��G�
-���^4���׀�s�+�v�:ʥj��#Fz�d!n}F����H���Q>u��_�<C^B%�q�I���z
-�"�:���~ģd�O|��~>��x��� �o�����oC_�nUlK:���+���:�u
?W��^��G�/"�8š��/��x��[��ҡ|��r�A|�V�0ѪF����T���?jD�����*��9"]���2	���=��<%"9�%�P2R���Q*2�4�����-�
-�/ِ9P.T��	s$r�T
-W9��M��U�ՠZ�աzԀQj��ނZQjG�mA0F/D̎[�^�x�dܳ›�E�)�邳`;���1 4�N��l��@�|�����j'��v
-�,�N!1ք�9(�C���%�v.�[���x*tO*���yH�j�t�ߡ�H$&�uE�4"#��?m��Qqw�=
-)��
-�G�B�^��UI�ڣQ!�j�Af��P{�$j�tJj�&��71975<84�ζfe��'&G�՛�{�j�診��4�n���ό|h��B�h
�p������7�FQ?�mB���ZF�ذ��4{��~�u��C�ډ�	uc������5w5�w���������� ��4U31>137	�����j�:LJ
Hg%�� �1xl��5��z#]��jzxb\�e��g�����p�Q�2�@I��EC^�|�F"+�=<��g�}�c����@8�a*�Y����v`
-�@���� �6^X�������O��g�c<]�Z���8�d��f�����𘐄�>uϜzEl_��xh���,�b��b�
-�M�z@�z0}����,�Xz'��̓,��މ1ˤ�LXXW��� �X���3�X��̶���I��C���$�ر�<�+zzf�oxb�����E�*{�fA;�P�po��406;��?���W{'�p]�T/{`��
-Qu����C�}�O2<��xA_���}&Z��p6��a}��S��� �iK�&_imc��A�qaZ� y
-8���ڧ���٢Y)JV;�a���ɗ���/�c�؛�?&Y>B�E���z�h��?$�k\
+x��zxՕ��3#Y�mْ��%[O˲l�a˒l˒-��W���q,�?��A☐�4�!h�B6�)�K)͆�(�����e�l	X��J)l`�,�Ğ�όd[vL��7͝�s~�w�=��;�0B�����&�����w�l+��E������ކ߯!��o,��/��ډ���9:<>��;+n��O�����[�#��zʸ�$��cp����M��o_��8o�����L��y�y8m�?>�a�~B�3qh��p�2BV8G�1b�"
?���ń�8q#x����Al�P/��7He	�rEJV"�Z�ա}���32�	��-֬l[������w�=�E��Ҳ򊿯|y��Gnڴ���
�fɫ�o9�"��6R��߼�馋�����*����:�^w͆���7�}\1f�XI�$f���<�)��*�h���_�������#��≃��]=_ԝ{��y�E���'r��~��5FV1Ȫ��1��IĄG�=$����	��r��YwzYYo���+����?z�E��N�v����
 �rӗ�a�C2�A��	؞c��9[����S�t
tK��Zim�:73���5ܤ�
+�
+�8ɨryd���6�QI̳��k$6B�?:v������z�r�xF���fb�XgQ�-:�Dg�+,:��4�Z P����`�G�xD�d��ss���FD�6��%��ydv����",��l��A����];���ua67w��=;�ӵ$N*��,T(
+������~L�����e,{�,~}۶��/�=��ӭ�Ou���--���v���WX�fg��N�
+�(�6!(waɥ�:�Ia(/r+M��Š&ۃ��f����W�[�k]�ʝœ���m73��*���=�?��Y���}��TRc�r�C����|�ܶ��^��R%<��k�*m���"}�Ua8��?6�G�V��c��^y�S��O���ٿ�ܵ�L��<�V���*cV�]l_w��q�1�����caL����ұ�����ٶ�{}^o�lkv���U��5�Nl�d��H�5׺t���3�\?�j*w��ں���#U�aS�즂�bm8�̦���]}�B*>�Q7T�x��4=^�i2y���z�_tQ]0NX��a;����Mh�`�S���n�ɣU,=��p� 1���$���k�zu4}�x�5k�3�䛋u���il2`X��v����֗`��Ⱦ�CZ�!^�3�I��d�vet,s�y�����Ʃ
+{�+3>��8���Ȩ���6�f;�����d��٩G�R
+�U�-��������^LO@\��pKU>퉒:�N�
��/1l��e�8�,/���q`�t�P��!Ð0�C�:�M2��p�Þ�J<t�DT���%���h�k����s{*���v���i6���g�ΥUy�P����ߤ�Jɢ���c��V���U��iᾁܔ�:��(�ի_:#�dH��woѳ/��$���O��`�6��5��㏗�8	O>L�8qÃx�u�3FI�
}S@�(�B|b�k&��)��9'd������L���ݖ橒��rC����sdȑV9��ݑU�����f]������T��>���l[��޼����Wg�p�*�Z���v�U|�c��[[2��U�4�L����,9����ߕ�޴9#ga�h��H�-zo���VY�Nvoj
��[�����܌W���2�(l�9�d��t��Ѵ\�o�{�)��U��hd�U������U(���O��N�$��FW�=�ME�V�w��P�w`+�Qdd9�LJ/?C/��r�h���.R����.��h�
+S��:�˻
+^���5:��3Ts0^���u�������j�F �8X�����2��q�[�?[棯�W�q.$+o�J��sR�H�8�t%�8�
+��)&&��  #H
>Q�/)���e�V�/�Ŀ�N�f*KW,���j�0"^�$:��
�N�E�c��bR<Y�k7c���z�)�O��'��e����vL��8z0i��B�EŒ�
+��`xר)l�=�g`j��t��|��L/��,����f�����	=�cj��W�;k��M;;޸�cg�J[3�z��,���x��[�4\���L�K�S���M��b������Auɶ���<X?��=ʃ�f
+�,�J� ��ܑLJl
+�751��d�A�u�����m%r��>�0�؟�����o8o�<�Y�^l���������ONu$[�Q�*CCq�/`��	֗�7�?�H�\oh��Ō:�4�����ռp㟗��3}��g;��^����_����������z񃦓>��p����^�F�~�X�8�C���e���������mV0������)Y��L���h� ���>�Lr��kl���1�/}ؿ���2�e$�3�:ՠd2�ti���pPi���ʩ_z���
fKV�7l�A%�_C��<����)��1)�
��p.����B&�����'����?����\��,-	���/��8v��>W ���#ļ�T��{�U���Ǯ=���L�d6����Vs��)�$��[$�Qks�w�Y���l1��'�%�bR��ٷ>�Ŭ�d����,�x�\��ʻ���ѳ���Q�����o��}a��?��¼�T�P���fo���
+�@�T:M7��k�+QHG�
t@��6!��=&�%�#�����b�S˥
�.�������*6_�–N�����x��os����C�qˎݏ_&S;l�c�:���% �:���懂 �F��b�9C�����0C� vL�o�s���s�|��?�����'��z���������z�/3��N���U$���^
+��|u��;�Z�]�~�Yo���X�\
�ua��p�w������{���/Ƿ|����C�}wN�w��[K/��I�>☡����Wppj�y�J꘴k�������M�{9�^nrϼϭ��x�5���UY���1}����s�Fc�O�V����,�p��t�q��@dI��Y�8�I����_ 2�(X��J^^@r��,XK���
��V�����{WW�ul���\����^[k����um)Ҫ�w�w�ͩ��K����"OM����s}�J���{���ݚ�Z�d*.�n�dָ}v���}����L����1��uL���D[&�A:�2mY�ga�z��6�SQ��2QZ��1�����Dmg3ev���O�.{��ۣ�wD.�ӹ�����-[�����-�`��y��"�~��T���ŏ�wץX[f�IKX���S�XL"�x��K.B�X�e�g�ȩ+"�.�C�%�T��:�Q�IkH:O򸜒R�nP�R����E�y�W?���f��ȱx�|�+r�0֨��9
 �xp�努S}��h�Ri��|�Z��f!5s?u]��\ZlP�-m�������`<�����&�������JE��䚚1��*���)0�</	����5�2˜�L���L���;Q�8�䍏#Eq|o)�N��;-�$��鷘DWg��I~���_Ȓ8z�,���	t��t��SY>_i�T�����s1�}�.���:��	�.G�I��Ċ}t�c�@߸�7�r.�W�g0��'1S���)p9��~�R�&���$�8"1�єla�B�"�'�
+���!-CN������^��?J6ʣ�KD	1��R�Z�U�p{�_�
+M&@�w�����f�4�A�+c�'l�E�<z��E��̞T1��5�%&w�|��{�
+�R�3����7�#\1¼S�6�]��i�󙶝�!g}��ŕ��xVzvmDְ���ֵ�_�7�'9��������P3�n$`�K�2�]�I]	^�!נ[�9:
+���M
-����}����o]�������{j����Y���P���E��-�?}�LtZ56�lM���]�R��.�!MA�5��^e���.�wF�V�{.�2'��0�|�Dw޹�Dx��w�jB��l����u�@(�Fp#l��	6`Ss�m�\=�.iL
+}1��ȍ�sl<Y~MO���mN�U?Z�PxGJ�����~�����+�[��N�䪂u�t��V��ƞ\r�m��������˛|zl�Ԙ#��sx6.�
r���U��t��ee���/�3X��g(�qm-M���[��Ŋ3[���꣧?�'71g��"����3�.|�����$]ynp
z�K,_��ՆA2[��������ԉ�T4C��~Zʓ���8A��$I�-�s��~�t�5������梥�e�e�3S�Eg�k7:�L��'�}��A��G��a
+k�v	�Ɖ��X�$�fr�mj>
+���Ӣ�t�����NL��|��vr���*O$H��8@~���
����\�~���X�����'��JH�%qS媊�4f,A�$�q�(�ZM�v[�*в�Kp�c#�[:�`��嗳��i��(Q&���U�!ӕ�5�L2��*?�캯'K���N�H�U��Iڒ^�	1C��w[h1e��V4�v�<�UˍX��&�3&]Y�`�+�h�[����A��`E|p�CX��=FnL���%�t��d�<��IT<q�".^kQ���{
z�=W��VzE�M���g�Y�=�����شl�VeR�.�L(��x�Y����~��P����/�,3�����RI
���ILtL�l[��n;�$�'(Se�J!�ܰ����>lj�Ei���t��ݞ.*l豵�כ�g�H�Ɇ�	��\����aq���5dϾ]J������N��R����sm�p��o�e��f������f�.kBz>Ķ�	v��h�[����rT�$����,��#tp~A��d�Roi�����2X�Z��,`L`fεC%Z��������'
 ��D��ĄtU|�*=!1]-bSq��}�Ok5NQ�U����1&F	>q�3Z���R������~
S��c��kb�>���#�*#!!���ET��fJ�gf��.��Mw�>ρ�`=�\��
K���ط�:�`8��>R�Mn�n.ϸ�(�v�a�ɐ�l������C�h��e�\���/��0�-�9�5�j�	��tM�<�����T�Dk�ﰔ}Y���n�K/�K�q5hFṼ}�Z7�MY(w-7��
�g�]�.?]ƺ'�*����kvG�;^��lh����3�|Wfkt�:da�%��	a�L�aM����Y���o���	]����Y���l?��������;�eF��Z�WWln�j��n���qf��o�O�з�]�-�M�-�����`��퍠��<7���5��_Y2Z[��8YY�������c���<	&�������̞��:;��?}�ѧ��>��Jr}a�Z�Hav��7ˌ��'x�JY��m�P��A�juC���N�k����oLI�nr&G��
 m,�/���;��%�K*��,����p�V`8�Դ�+�KK��2 ����E�W
+م1��X�\Sf�b�sL	����8�^�y��Np�U�o�B�]�>@�_��$Z���!T=���O��N�2������q��2�Z�Z`R��ky���������P;��ꌊ.��~ue�tA�SLu1U�J}��Rׯ"����fUL"iN��ٜ����Vm��Iu�ߺi�&����3
+lp�҆���m����ѩ�qtWYe�T�5[����K��6�*me��%CS	�)�<�)I[\�[T��!
�n}I<�)g�6�P�JB��R	�`�l�����P�=��,GB�d�]�ˈ������6����T�j#�6*u�#�g��FzA���T[���Z�c��QN�"���������6
+H��<��B%3���!��+���ޣ#��DKn&BX[wU��ke=���8`��YXY qƯ��2k:��7�w(&)QLEpd�*�C�Ȓ�X�B"��������rm�����YmB��ޝ��\-�zk����D��zK�x�<���	�!�~x�[�i�`#���hE��ÍLS
�J���\��S��ߞ�����}����7nO��/�����P&��J�.=�oi�����Ur3Z�-�%�<�x&���	�UF�ѷ����e���(��A���zFfr�r��������
+����BKp-Ò��6�RK_��"e��"�q��2.�����Vb��M-f�c�2e�ɒȋz��#�=\Ɛ�2�����E�h�-��{��)�FK�ꋏ�<!��8��ü�/�N���F3�����)E�oR�ʛ���)>2�)��/�k2��/�wD��J!��Q��H�!.Ut��}GF�������|��Q�_���tM
�r�ުe?����i�)~W�~�B���)U|��_|�h�_K��H���.��M2�5�|#�O��1�yqO����9b/E0�����������U��U�����F���2��l��y{�RY������Ƈ�k*����C}�F�&E)�]'�t����p��3�F�A�+�	�H>C~B�P��>��s7�%n47�;�=��SDZ�p�Y��x��ގ�F���������DQuQQ�N���uLỎ�oI�������8mܮ�g��
+����Y�=�I���cJ
1�_�f�/�,q�݋a ��yd���Yu�C]��}���`��n��`�f�Uh�^�i�.TG}�f9o�q���Yߜ%�Fu���>g�"��:�ڿF��U8�}���9� ��8�(��n}C�������k��hd�ɯ��W���u�ꐅ#Fz�d!o}F����H���Qu��_�<C^B��q�E���z
+�"�:���~ģd�G|��~>��x��� �o�k��oC_�n�lK5:���+���:�u
?W��^��G��/"�8š��/������9��C������[A��D��'>|�S�"�^���[�hp�o��w��tQ(j�8$D"��xR�����0�HB�H	ުG�Ȁ�C:b�{� +d�ldCv�@N����Hn�t��*�
+����ϫQ
�Euh3�G
�5�f�c���vԁ:Qڂ`�^����Z�0�Bɸw�7�SL%�
g�v&N�c@�h��@��P;���P;	}y-�N�B��cY��Bb�	�sP,���9H�KC�\��-i�T�T����>��C���C�HL,�DiDF��~�j�n��P{R�j�B��u����G��-�����E�"�.@�2�.@�TeI`rnjdhxF�m��VWCc�M}f�wlL��\�V7LL�1�oF%(kM�4����Yv�	�`��
�14g���Cf�兖186�<5͞
�qd�����.0P7
L��������1��f��S�cCh��Tm`"037	���C#Cj�:LJ-H�`%�� �qxl�M�5��z#]�o`jz$0��2[sԳ���̅i�ĨSf�$~͢a/l%�DV +zdZ�W�L����S���`8�a*GX���π?�4�v`
+�B[F�w�~/������K�G�&�3��
�.e-��t��8��K�3~������xLH�@��wN�"�?Ll)<4��q��Pf��NӦF��^�������L�[,}���K��/0n�����u�x>��:`��A�*�f�}�O�>��%$yǎ��P�X��3��#�u�w�f�����ih���C5#}����D���zfx@����!t%S���f+D��2r�C1<��>��0̲�}~�/x���LhY��ٌ����"0��,cAӖ�M%euMe&�����i5��)����k���p��u0��`P����;��?�J��5���(��|�1��r/�����F�����<k\
 endstream
 endobj
 199 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACC+NotoSerif
+/FontName /AAAACG+NotoSerif
 /FontFile2 198 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -25263,40 +25245,33 @@ endobj
 endobj
 202 0 obj
 << /Length1 8488
-/Length 5647
+/Length 5646
 /Filter [/FlateDecode]
 >>
 stream
-x��Yyt����fF�,۲$�%[�%Y�uX�eY>��W|G�DZl�G,َ�cB�!ICI�@IȲ!چ4e)�5��`�}�mS�
4�ѷ%���ky]%�d�3'N�+�k�7��}5�=>���{�F	����P26��O�w������'�~�s��1B����PlN8iF(��K����`/By2X���$m�'`�|_���1�j��?�������۟�g�T�D�S�s��z���>K�_�����F��솳������Á�/B�p�G_��oZ��x�4\�s$!���B"�-FH��@�aL��<�P������:���
-MfK�~����?��\�3~PBo%�qk�LD
b��^i4�j�#l0V�UG�Uf��\�tT�%s%ʚkS�/�y��"�b��Vb`��<��V�\E�)��������C{^^([n[��kvvQCY��XL��,��W�W���앭[_���W���~��ѣ���:�aJ�(B���2�#��r$"���WIVa������3*�*�R_���t9�Ⱥ��ӕV���,��B��2���� P�|��W�:�A��
�_
���DT6ֻ�����p%������aG~$/m�~|�
�nU�T���T��[�\���y��<VoN?;=���
-j�k��ĽO�~�X_Ew��}�'8�6����
-׺@�p���sw�� `��A��"k�6�2�QFD�
f�*G�iH�?�{f“�2�j7��7��Z;��۵�v�Z�ԛE���yv:��b��{���ޭ���~MV�uY*����Z}~d�'4��h��}�n�n�ƙ��~���E%ѻ�������w��|n��ћ@j����"�EF0C�r��U6�@��#�^@D�a=�Sm�4���Acخ^�Q�ޢ_ ,q;2���s��\+L&��r�Ν䅥�}�������mˡ,V��U&�,G�t�4K�>�hq�F=��
�[�>���_�l���c���5d�p^�˔���(I�I��SQ����ͱ�_�<{r��۬�Euͻ�{����f"^��KdX�/�3�y���=�2����֔��i=��ELfJy�ЀZ�.~SN�R9��H�?�C�����{ڍ.ovq��s����PS����D�z���ԅ�-��ޯlڪ��`��g`@f��*��3�!.���,L<9:����3���җ޽���\���B���>p�<���VF?�&��}����
 �Pvb�AZ����H�*�4���<��b��87[o)�5-��g��ę���3�J� =W��\�'�������49��L}��z�j�-�%��9y�C�~ø���P���ZH�_o��1�:S�hpʣ�f&�����K=�	�H�|_�J��H��}���\�����۟�+��T*|���ގ’����2�*ۖv/d"ų����IS���ƥ��;=�'>:v콣��?����
-��<ȧ�6��ջ)��'�K	C���!��,�E��|��������Y?�O_�8?;~r�O|~���ϧ�����T����>��Ylš�k6���`�}rA�I|S��&�L�c�^���a�=�-����d_m�*�bq�Y��	
-*��g�Z�SY4������"�o~z��kn��"�p�p0�����@�J�fF	9K�@$�Lx�o��Xs������T
�L�;ǟY0�65����Z�Ft�_e7C_X�RW�5YY�?|��/����D"�0TB��r`B,&�5����"�����Ϣ
-smQDSp���:�^/9�k6_;Gˈ�)ޘc&�V2��2�NR�4��oM��tsC	xX%~�kb8^
l>�lv�w���F�7YϦ�Nް�V\��X�z�]��o6�zK�+Չ�t��RV�IS)���Պ���(��`� �n���ʨ���)SYg_auY2��&X��)�	��yo\��߫\τ�-u�wy���k�<O_�n4�=�;w�s��~j�޳e`O���yߖ����k�����_]�<����TC�l����}���De�
-��4�thׄ+�k
���N�hi��Rb۩	��jK����6t�ͻ�Əm��yC��q���=�vCE���Q_UX�9qws���r62+*����\�Z�����ضqt�y��������L�[�����蘍�\��a����r�
�S�JK%�?�Z�Ϧr,��S�݈Mj���7�‡��]�Iv]�k �	�?-k0'�,3y]q#��cF��}"Shq�SN��8��?�Ѹ�.
}	/E���>�"��R^x7�PI[��e*+u����Dou��i�љ��U>w^j≤�Y<بƲbzb��*{2Y��Д�q���Ng0&�2�O��$Dj�Z�H�K��j#����T���阮��bbP�j$�Dd�-}�ʖ�Wj)�l���񲊒�u_�ۭx���e��n��
���g�z�Mj���/��opx�@���==�H��q>�/�&�և:\��e�n��s�����eP�Y�E9E];�?s2����4��F��"_�c���f�bL�e+Kd�4~���	|#uBU�.�	
�)r����D�*	��w<��D%G���T��%�
 ��:��	��o�S�j�N&��2'e,�i�	�)]�lw�����E���[��'�}��ؘ��1�1`k_�����XĹ2K�m��ަu�^�:��Omgi;�;s�osKP���="+�������
�����*��7�`�������ȳ��ٞ|K{����"������῔6J��Hx%��t�Q���0�p6����~b"���P���r���0Ib��� Ɵ,�(��J;žF�|Ò�L#L�,�u�������9T�g�(��%M��b�J��r�
-f���@�`0�B���~��!W�[��LK�)X��q�Z�y�xmo$�]�:W�r���U�66������;�zWԱ��r���ÿ=�Xu�Kw��p0�i֔�U2>�LL�˷0��J�3�<7\�_��!�s��bWxl/�X:z"1t_�~�.a�� �P)�*�J�ͣ`3����-���V���:�ܭW��#���\5$E˨mԣ�
��\������ƻ�dS��~��t��T͞��B�j��=�Ľ��9�N��D�`q�"?[bɐ�ť#OLdZA�Z��}1r,�h8����}���|�J�+���.^n��X��S����gq��:�>�V���
�"�0K��[��zeT€(�)2De(�h^�{��1���*�Ԡ���7,��N�gd��兆r�S)��T��I%�9��/�\�1��f��7�*
���@ps���g����=�^�÷/�+��\��ȍK���J�态�|�2��rJ<��Tn�j�[7������F>�T���w�l�`�0�CS�J��jA�~����(
 )�է;�M� �6炞�Y��>.9��! oV�S���Ye2V�
-
-\�FS�S=����T+�y���G,eF��Xf1�J��e_.�A7��\:��p)�@�fH����W��*c�5���8V��
-��Yد]_����[��ux̼���{An����ZȺ`�I�T�صi�>l���d�1�0s=z�<R(���|�r��}���!:��'�6�l+�Gm��P�و��#���>r��\��ze���HϤG8�����G�����+�q6,�l�R���:<
-���VV�}��kx�0L��5\:�<=N�NN>=L>;w������^9�5=��,F�R��
-L�M>ק&��&O�?dJW@I	���?6<�
-
-�cҥ}9F��퍇;��N�ˆ_C��պTu��~�إ�u��N�9�;��HL����
L�o=>��|H��AT���6o�t����r7�X^�L��U(s�m�Z���]�JKA��P�E)�>M-�ڄ�4�ɓ�z�r}G�Xqu��0��X�K����W�l�У��A�-]6~g
-f9K�V�+�p�֕����vm�W�=5�f�(6��W���ݑ�.Gh洬����2�G֚O�����tM�w��QļO�o�&�9uz��U�n�׬��W
-��@_�i�����k������� v5�ā�>�tk��c�*�s�OY�P�`�@�-ԯ[�H<8�5��.��M�>�M�TSg���|S��&1��BmC�&���
>�_�.������s��>�(/tk$�j����
-��^��L.O�nm��:f�~�W��\:e��Ғܫh����͝i��ȶ��K!e�C
�Tb_j�ޱ��Z���DF��(�x�bTk����3	yRi6y@�e7��O�w��P��K�"L�z]�KB�Us�7�:��o��
y�J���c
3[ܘ��țGg��ͣ��hA.]|��T�t��ob��
抹�E�X�7�`Nny=�)�n-&h�u���Ҍv�P�7�U�'M��dF�����{C��L���i8��U1E��m����C�+2V��ymٍ7�:4��߀rc��I���H��|�|��QQ�ꏼ(�,��G�'��i�.Ăv�v���]�[�_
-���#����͸1/����8�p4��C
G'���׃��(�� �q�H
-�];�v�-hu��;�2�Q�D}�Rd�h���Ch��EjQ�(2SG�� +���Gp��9�����0��G���!���� $\�[�V��-?x �j1�y��+���D0H��{�Ǥ0M�L����Dd�G�"�U�;��s��k����B�ZJ�!�G���_�8o�ٕ��ߵ4r��/��>T݉ɑ��E����7.�oK`�qA��`Tq�5�F���QjC�uBG�E�ԃz�&�s�n����)&;��
-s���!���������w8:��y�N"�!G'A�w8:��qG���ptЛ8:����xw��� wO��]�|��a:!�8z:��=�]��D��Q?�G�@�K���*��뿠i�n��	�����Y��������"TL�qt�릦f�G��tnW�[�vjj4�5N9t5�����jV����l�;P�B�h͠q4�����\[
-�:p�����êM�!䀫�$��y��Yv�sxm��a�h����u�g�GP+�C!g���N%����N��&���A�dlt|rTg��xX�޹�d�,��)}�(�ǁ>
-k;��ל�[Y�ݛ����I]����͏A3���M�:@�8y�j���_]��`������Y]L77�'c3����>Y��8a�9��y3hhS�f�u�W�c=Z�>�ώ�N����m����e�=ɪ^�Hl.������X�8ću���l�W���Cs����f�Ue.*��`h:�~����N�����r�shj8�e!vM%��NPd���<_y�	�O�\���������|��8�رÑ��bY����O��y��.7k}��,��A:R��P|r�������⺚����oJt+a�v� ���8��bpf��a�E�������gJ�rk ��@^ec���153�L���u�4�շv��-nool�Tp�L���j�@i����z�
-{��,+��fX֞|=cKv��B}c���ˏ�W�PK�pV�dh�J��?n��
+x��Yyt����fF�,۲$�%[�%Y�uX�,˷��6cٖ,���q�Q�	�&i l�����l���f{�I��lK�Y��9��!�m���u��`����%�k�7��}5�=>���{�F	����P26��O�w������Ǐ}�s��1B����PlN8iF(�<�K����`By2X���$m�'a�|_���1�j��߇�������_�g�T�D�S�s��z���>K�/�}p�o!��v�YG�^�G��������L�䣯��7�DR<~�.�9�edf!�#$AR��0��WQ(s�T��
BZ��`D�&��Y�^���F�����(�����5�\&"��[e�0"��1+�#�J�Xl�t:*����e͵�(�����G1��J+00�R�L\+���"���|eρ��zw����W���bkC(�`��.j����;��z5�x+��.l�z���w�\y����+G�|p����)��Q2�+H����ʑ�HF{_Y�=���
 �N�̪LK}UD�g��h���x}����Ifi<�p���A�4�L[�zun�$	����1։�l�w��/���
+��5
|9#�Î�P^ھ�������^�d!c)��[�\���y��,VoM?7=�Žrj�k���}O�~�X_Iw��}�'��6���
+׺@p����;ec0ft�C��"k�6�2�QFD�
f�*G�iH�?�{v“�4�j6ݛ�X���ݳ�f�J�ԛE�>�yn:��b��{��⾭u��������e)�ʪk��u�=���E��ڧj���o�)���oY[T���~��^�Q�}w���GK�	��:y/�\d3�)W�Ye#�K<r��Dd֓;��
+�j�2F���_���M���#����;w�ʴ�dR�-s��I�_j݋?������޶:�b�	Xe��2�L7@I���s�i���Ձ���<�%Ϧz��ݖJ�K�_M�	�żL�.�����=��?��{�ͳ'���J_tQ�|O���3��L��@��@����:�y~F:/�<9��_&���^WÚ��56
�g����L)��PK���oʉX*g6��@{6�_�|o����.�yxD�n����W-���:�����{M[�Xjw��,�]%�H��=l��آq�偉�F�^���~�^z�9��;���+v�_(�ޙ�~���|�����D7�/��XC^_�NL:Hx���W��X��F�����[�R|���f�-%����l]�8���H�R)��ՙ�8��ټ�<�&��/sP/^m���d2=G#�sH^ǯ׵�j�Z[�S��m�>��Cg��
Ny�����us��1�i��W�s�s��џ����}�~f�se��
+�/Z��QX2x�!cp�!ӭ�mi�B&R<w
+�^�4Ump��]jO���y�ãG�=���3^<x���̓|��a#ImQ��RHyb��0d޹����r_Ti��̊(q�y���!�ԥ���'&��g��?�|*���-!/[KU���ӟ��&���f��?2���� ����7��n�>6�%z����]O�`�����\ 盕Qj��!����~_�U;��!��7)�+-"�-��'轱�v-"�O��_��V�53J�Y�"y����}�?ƚ����}U���jM�@��!�s��sKaS���_�uhDw�Mv3�.u�X�����';�l�J$��%��@*&�`��Q8(8-R�JA��O�,��0�E4�o�������fs񵳴����9f"j%��!.3�$�M�{�4�J77����Q⧼&�����C�f�|�)zp�z��lJ�a�
;nŅ؈%�7�u��fc�7e�R���O��-��L�J����V܍��@a
#�v�uUF}��O��:�
+�˒�|'��nO�N�>��{�z���^�z&�o��˛�O_{���w���a��S��t�s��-�;M������6�\��&&�}u���TW�SWRu09�	���u���ʷ:��*H<��ҡ\)�1��/:qd��e�ˉm''���-�JoW����7�?���z�u��s��kp�zv��
�NoG}ea�������%��Ȭp�lC냹��[Kcc�m��b��3�kXݡ1���P	M7;��1�e�d%���'�J�@�$ܗM�X*'?���Z��o��g�1�M��^YM�X�i�X�9�,`���i=3���B��rJ�Ź|�~���ti�Kx�(jV/�	�l���;9�`]���,S�ԑ�G�3��mT��Fg~�V��9��'��f�`������˕�d�6S�)���MU��`L&e&��A��V�(�H�(2�UF���������G
C�]�Ġ"�H��Ȝ[���-c1��R������u_�ۭx���e=��v��
���g�z�Mj(�[_V7������
 ������b�O�I}Y7q�>��h������˟�H�F�r��v��D�'Za}���E�z�0�=�͆Řv�V���i�4�/�FꄪJ]l=6XV��EQA�D�*	���<��D%G���T��%��:#�	�#o�U�j�N$����2��4���.j�;[zj�_�"�ر��c�����٘���`k_�����XĹ2K�m�ў�u{_�:�؈Omgi;�;s�osKH���=*+��ֱS��	�����J��7�`�������ȳG�ٞ|K{����"������῔6J��Hd%��t�Q����p6���(~r"���P���2���0Ib��� �/�(��J;"�F�|Ò3�&O�8�j��ב�o�ϳ�����&}[�G%H|�m�@���F0�Qa�L��B?Mʐ��-�z���,d�8J-��o�������0u�i���mlH��o��=����c)����=�~w����=:�`0Ӭ)i+/d|��|�oa���:g�yn����9�C��6�
 ���
+^z�t�xb��V��{�����B���+6�b��,į�lydԯ��u�Uyen�:�_7}`��UCQ���F=��� ��E8+��Ml��H6�\��L��J����q+������L�ۘm�s��M�g)�%�y�Z\:��D���d��Y>��#Gc��#�=�������Ԯ�"������Ɲ��[e1L9K���x���m�ϰ/��/�Dz��ȯQF%�r�"C$P����v
�1&q�\��t���F�%���������P�s*š���_3��V�"GW���;����C���C�A_�m�1�����u���x�@������K�J~ W�6r��Ri��Y�rs��_�O�l�%En*7H���\mwopH^#�x�ft�ɻa��^�y��	:�Rk�Z��_(�8J�j�鎁G�h�+��͹�'q�o���K�-oț��?�vV��U��W��T�T�+!�8�
+l^E��<�QK�(��s�P*-~���$�Or�t�¥p�2�!Q���_f���!ִ/��X/+�Wg`�v}=�Jn����1��n���o��3j!�m'LRmcצ_�t�q���&�
+�����ᲺBa�&�s�c���?�l���?����`[����B�f#�&��~���-�r9r/�;#=����fh/�W���5�l,X�پ�e���wx�ӭ ��{��>��!�@Uk�t(yj:�>��|f2�|�}�y�T?r#�rnkz*Y�
+���0�|�O/Ld�M�~ؔ���9�5�|x�p	�ǤK�r�87���t25����
��TM)�q�j����Kj{��vsTw0�����_�.0q,��ؘ��!%�Q)BV|�x���)�{ě��|cY�2��V��U��ra�w�+-��Be�0�45�k��Ф'O8����c�UŊ�PCcM.}��O_��GA����}̷t���)��,������[W��Wk�g��r���7�E��M���]�W�讛�r�gN�
+�z<�!�jd�Ya��|N{^Au�D}�E������mb�S��:]���x��=}���
����y�ȹ��!�����~
+bWQ�Nh���O�?Q3���>����gv��B��ō�C�^C�>����������H51u�kI�7�!�m��.�6tnr�����3Q����r{�Z�<�ȯ���B�F�ژ���/�A]fry�fk���1ۀ�ٽ���I�G���^ESo�6n�L��w�F�Ug^
+)s4�h ��R7��U��j��%�S�lF��c �ZS_�IȓJ����,�1�J�#ԆK�^&a�����\������U�;?�o�c�PBL�k����d�F�<Z8S��n-�Fr1��㷥�ӭ۝m0W�e,��ڼ��rr���˟Ka�pk1AӶ�SMܟf������X��<a�M&3
+<E4M�.ef�\�M��<���(�4n3�&��X���j�k�7ހ��:�~ʍ��D&�O�$�'U�V�1�UJFE��?�3|�_�?�7M�v^ �����Jߚ��P(�gFn�݈yq�����h7�������j8:�5�����oD!^����F�P����ٴ�nAۨ�(��x����%��"#@p�Fd
�P���E����:��Yam�>��� ω��(BF�
�>�m�
�1%8�|!�"�B�
+go��AW���3H�. ޗ~� 9L��o�	��4�3�4�?%�! (E����V��ϱ?�mk[��k)��O�w	�	fW�3d��F��m����P	t'2$G
+�*�Bd�޸�-�y�u��0�աz�۵�5�l܌ZPjG�:��(�6�ԋ6����u{��L1ٱV���D�rtf��G'���љ��/pt�9:	����)��8:�4�������y@���|$�;��4d��{�P>��pϧ�"���#Q���QQ�х�I$9��Or��!�����̽������@���Y�A���Y���o�.B�T���P75X;5�03>:6�s�Jݺ�SS����qrȡ�N$t��W����l|f{|؁j��Fh��Q4�� <���R�ԁK��%PV�h
!\U%���OͲ�8���k;|#G��ܔ�+>3>�Z��:�8+m�f*1��p^7595�0
�&c�㓣:����:��up�$�e4N�D1�?�QX�ḍ�����+o��gfǧ&u��W7?a��271z�!�䅫y4V
�
6F����gō��b����p<���M����*
�Ycṕ��g͛A@�b5��;����Ѻ������n.K���:ַ��'Y��+Y����'��'� �8�a�
 ���:��Ul��9��y`3ƪ2�
+�[D04L���ee�o�����t��945w��;����i'(2�d�t�/�<�çX.�qSKO���pLr�qr�w���Hrf��g��ǧnἃ�w�����{h� �e|(>9��O�gtscq]�tlN�7%��0t;\�WǁK��r18����0ƢS
�bp_ju�3%@�5��L ��1�j��u&RZ�:[k�[�����7�J�8��N@u��Y��@��B�h�=W[���f3,�hO\�ؒ]��P���v����3�R$�0Z�R�����
 endstream
 endobj
 203 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACD+NotoSerif-Bold
+/FontName /AAAACH+NotoSerif-Bold
 /FontFile2 202 0 R
 /FontBBox [-212 -250 1306 1058]
 /Flags 6
@@ -25327,30 +25302,30 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��9XTי�fP`^���.(30�0^�0���0 /A`xhxP1�m�H���nۤYc��5uS�5�KM��gm֤V]׶&u�e�Ը�$�&\�?�^i���v��=�������B+�E�g�Fz�w<V�vn"����vݾn��]������z~!yˎ��2��0425}\�فP�v��
��ȶ�y�4��y�H��8�@]p瑮�)��}�)�V��}����ԹQw���;�=#���gJ(FH�t!Ia�}��?��O�������p�30>8{6�y������2���M����00��qk,A�H� �!YdT�1�qr�R��׬JHLJNѦ��i�I�0df�^�����\s�Ŋ�
�΂¢�W���S^Q�B�5�����F�Z����₩��A��9��
$B ��*b�6���CQ��Qrc~����<�$�����0��`����<�
-��������K�3	�"�Y��j���%�ey5�n�_�QR�q�~Eƨ&�y�s���`z~�r\G�|��gD�(��L�%�b�J�fl�L[�F��m�v+��Q2%jU*�m����4��αY���꼬���#e�k��)ͥ?�6����J�Z�Be�Z�J�`�VĞ�Lw3�?;���"�"����av\������"�����?nF��6�V�I�3dZ�V�4��h,h����h"i��*��]������cx\X��5 =R���8
K������YxF�~e���o^����l�"1����j\Gn|�S�[��>Gn�X���RX�DC�rH�+��4�����/n���Ze��'Mb��)����R���N>u��`:?�������9nn��������<SjsX��� {q��y�����Q[�z�–ϤImv�E��<?Ϟ�SWe�����
-��`���k-��ޥ��@�p6tc���&
�A��[�!�8i��.�3��Zv�iMa�>�J��`�T�5�����YF����heM|��u���j�sM�:f�_G��P���clJ���3"5�����:���z^|у����av����)8�H#��IW�x�J�^ͼH2���W���<��T�(��[|J���F�5�=ǔ	x���
-v� 8���S$s<��`������Q]&#��uM]}-֎l�9'�f�#�UU	�3��G�o�}������#�u���Z�n}p9��c�<����~��
�6�9�{�=���/��x��Eo&8��5.�H���ewظ��8��i�J29G��%Z.��/pu�<EfW�ޒ�"�H��d���<;R�6:��(�`>8�[1��h���]k����������{�<T���)
�Jи��5d�P�1X�i�s�k%�|[��j)��JEC����0�-��TՉ��-[����Ю�������o:�1��9r�I��C!E0�OOO�=ss�C���vL�$��.ʛ�i���B�:�
-�!
\��PG�3l��2�e���c������� #z�ï-�֫#`�����U���Y8_�q*m�Ԗa+�j1K��/_�:KDZ�q��"K�O5&�!�u���u�	����=}��I)Zm��5��l&9Ŗ�U0�2�ӓ�Y
�}ZIbf�O������,�(
T���GG���R�8lO����@V��UZT�Жm[׭/��z��3{��j�"ˠ�"��Nl��7�jO��ǧC!��e�N������]��
�|�ˍѠ�f(HJ���Y{,�us�l�l+y��s_�:h@|��x�
:�#=�)�k��Y'S�G8u���'�g��הg'�w�>���%������vUڋ�٢�*��ْ`����sС�0nNpu�Wԣ������vk~��]S�DvX|�����\<�O*Ζ��m�M1Qn�8�����S�/�^ץW���@�����G��>r��h�֕������A_T[��9�h�^}⣏>��I�|�f�!7<�-���+!9Bn�g����{x�}
-�>tS9���<��[�\"��׃��~r�����H���·��(��.g�Ձ|�}}�f�޼�CZ<��8� �A�����o���mp
-7���O�[ -�_h`���.�+4�
gW�|
=����4yk�on��	�A��g!|��#�Q�����9z�C�<�ф��h�����Q����$il�!J�h
Yە$��||i~T����a��s�J�Qr
-�6�r����<������@�K�����'I3�),�8C�$���P�f��=��{J����
�?����|/�ܻ�=Ɲ�:����'���<Fʹ���R�ӑ�Ԭ�Ͽy8PY��������#�ߓ˪�閆h�B����r��FJ��(>�ѩ����٘Nj�j(�J��)�-E
-����e��;k��N&�����z�,t{Y������h>fkb*�94�khz�,x}&��b�c�Ƽ���;*k:�,%]k���������@�yS�d��:y�u��Z����4/r=̢�]���-r<n���8�C��}T\����fg0�Y`�G���a�Nc��O�7B��E��%�^+��^�в�Of�
`�-��Ͽ�~���w&���/%y
�M.����9���?!߅bY�B�[�rί\���"��d���\�i�;�5%�������⾯�)���s_o><�N��j��И�����6��0�,h��9~��}r����'(�Q��a�\8[���'�_L8EZ��`.,��=��n�8����(p�h
�7�@[������YD���B�;A��i�3g����J&e����'��:�>է4
CU������t�v]�ل���rm�TYQI�=��
�����V5K����`WU 7��7�3#=���>�%7�v;�g�۳ػ>��z�'>���\��
 ����o�(�9��7�[��۶�����ۏcb)ON�;`��aq�`��|K�aqnz����C�=9�������X<�k����.��y�v'Z�uxR�U�eK�Y�Wf�4�J�|\\YZ��\�:��o�u;wz[�+3�k��T�z�����g`��0d�bp
-����}Ӯ�c��I�>|8�_vy�}Q�+��,[�_^��!*��&Qo��K�"[��"���[�ch�����Ѧ�������l���Tl�CO�?�(�K;���Н��
-Fε$R�c9��3
���Eq�@���ٓؽ�h��m#w�k;�/(��K������A��M
��=|�� 'C	���(���Uz�vT�w��C��P2>�bW�w��sDŽ��K�c�R%�IJ������g��%"�����r�-�����};�V�c����z��.��ky�QPm��|Vg�f�T�����zU���)��V|03IΖ.N3		�zv\��\�R�e�k�z�@��~�;/
�.���=���r�x������Y�P�T߼��w�of�ݾ�N;��v��Z���?ho����t�IĤ���򥗡L�bL~'�k�u�Mo=��MrY��O�T�k;���>ʽ�*������m{ �Q���
��E��n���
_n���}��Df���:�U��ǚ��ڎ���|�Ag�M�>�Ӗ3YٙFybUaE��L��N{�J���[��-m�?�>�5�f�؃�P(�?q��
-
+ˣʚ��yޯ92�f�`�&9�:0�
~c��!26>����2.c�R��q��/0��'s��/�#�����e���+#�jT����>��4��)6;���2�9h-ʤM8�6<t�}��r�P+���~�~��;X���	l�6��QߦD"+F��M
/��G����qs`iߤW��OJ���{�ؓ�@���\x��q��Ԥ��j!A�⋰TW��#����I��
S��e����6�l��ʚz�K������d��`�j��y����ْ
-$�f
-������<~� ��K���W	�p��DH���O��@�|�Bo�+�=t�؂+p/�ç�
G��(y��%�-�H&r����DEw�*��K�"ψ��ϊ��?�X��8q<�͈��$���%�K:%Ò���%��QR��E�[�����#)+[#��B�}�o�.��DFEj#]����"_��I?�}���o�����c��0��f�0�`�a�	��0��9�s��L����atp��L��`h܋|y����>��j����n�O���-��	F�2y�Y��˞-ʧ����1$����v�Y��Ͼ��� ��D�Q�u"����̐W��?�[(Y$���$DD��"���?=X���!7�bD�S�]l�n�?��k%��5d��ߥ����(K ECV���Z����j�Q�IJ�ڕ�R���"���!�CLP&�B�Q62"�A�Ȍ򀖕~����D�����rT�*�nU�jT�j�#�C��5B��������C��
�Ձ:�
 �zԅ6`,�<��l.3s\kp���8	��~���;~�<�>���}�O�:��¾"wV��V~ �Q���('�h%�	�({�}	��)���O
-0�ȃ�qH��r�#���7�8��ǭ����/GR|_��5���@����:�|l|���������:�9/_��ml6������� ���mhmD�hM����~:��\>����:�Q#�%сmpW�+GA��72*@�4��<�3@��t3(�Mx�F��c��:K�YW���&xXذ�M�H�A;0�����c'ҁ�薓�yb9��f��iQ��R��0��OLn���mN�~x<	��@�86l�Y������͓��$`��/���M �d���找�*zΦqN�S��B��\``�n
-&�O^�I�1	��@��,�!:�q^������͢�_U�W����c�Uu�q�;��S��筷���}9/$�>A��_�!���ca<�|a���%��h{�+�nՇ��|aU����%ٝ�maU6Bad#�/������FL�*x�Z����h�]	ce�*Su7�+�Mab�Z+�6�),2n\������f
-����?������%\�|��ے}8"�5����=hk|ƕ������R��u�:;���H�/�s[�-�Q!��‘F�J�M@��2j]Xl�
#�L�L��.�Iz}[�w��(�(����8=`�6����Ya�冥������lҵ�B�<
-
-��RҺ]Ռ�����09�"��aw?��31������$��P�n���X���]�3�V_S�>��Zg@�f�����0=��N�p5���S�B�g�Љ�ٴa�$��B��j�
13Ұ��Z��:<Q� 7v{<�w.ܛ�R��Vz
�2��=�I�	3м;�z����s�0La]_8�?y����]�\L���CZ����l�oț*�
+x��9XTי�fP`^���.(30�0^�0���0 /A`xhxP1�m�H���nۤYk��5u[�5�KM��gmjR��k[����Mj�n�Z.��{/���v��sϹ�����a��JdF虾����Ul���a���]��`}!�᱾�_Jް#��0��LMkv �`�CC�=��d!�%x�>�3=�'P��y�klʵ8k�|
+�Uqp�2>69un��Cp��h�H�����B	��\�.$)̹�P2�G������Up�s�Gb��>��"�}[�t�>�	��:x�FT>n�%���0��$�"$���^�2&6N�P���U	�I�)�T�>
1��̬�k��є�kγXQ>�!��YPXT\�*u�y�+*�U����WW���_��������=H�k g��D�TZE��fU�k(�;Jn��_۽�����]�<8�R��!Z���W���Yq	p&�T�6���a�rC�p�qС��,���-��C0J�5�¯�Մ4/{�z��L/�[�눐o�{��(%�4�	��Z�VIՌ͐i���s�-�n1�5jC�D�J�"�-?���s�96K����V����}`}�l`�|��4����&Y�_�U)~WKWh�L^�R�l׊�3��n�g��~\DP$�`�����5̎u}}uY�p��C���͈z�F���â8)��q�L+�*����%����#��A�!
cwX%7�k���z��K���GJ�^��aIy9➽�"8Ϩ�/�
 �������mQ$f0~�=[��ȍ�X`
+v�>���m�4�R
+���bHZ�wae��B�&U�4���
�U�,��I,w:%W�X�t������?L����O6:>����O�p|�{� ����gJm�#�d/�o�8o?�^�1j�ZoS��4��n��U���ٓ�l�w��x<X����Z����)�2���M�X�+��Io�b�Ŗo��6N��¿�Lヨ]`ZS���ߡR57�-�k�.r��n�%=}3ZY�t]�����\S��Y��Q�1��f����*g�H�/5?��� 9�_�^���d5x��#�_;�w
+�%��b��U9�@�RF�W3/��3=�U�"O��4�/
+���Ҿ��mMF}�1e��>���4��,��	�ϡ6ب��v�8��nqT�Ɉ�l]SGW_��#�a�ɷ���mUUB��e���[f_��˵�A�Ho]���V�[\N���ئ�#"F�7���G�Md��^g�n�"d�.oQ��	Τy�"� �|�6.<9N�j��L��b`��r�E�!O���{��$��3��(��* ώ����/�/��V�"�~G`}�Zg��h��{<��{���>sz�zJ��4�`x
Y-�xq���Z�=�V�Z
+��Tѐi�0:�f˦�(Uub�q˖�~�<��;?�&'���Nmrt΃�v�,�P�@�����x���D#A ��A5�G8�z���i�x����gH�i#��[>�~ײ_��1{�\���X�}�ï,�֫#`�����U���Y8_�q*m�Ԗa+�j1K��/_�:KDZ�q��"K�O5&�!�u���u�	����=}��I)Zm��5��l&9Ŗ�U0�2�ӓ�Y
�}ZIbf�O������,�(
T���GG���R�8lO����@V��UZT�Жm[׭/��z��3{��j�"ˠ�"��Nl��7�jO��ǧC!��e�N������]��
�|�ˍѠ�f(HJ���3Y{,�Us�l�l+y��s_�:h@|��x�
:�#=�)�k��Y'S�G8u���'�c��הg'㬷�>���%�������vUڋ�٢�*��ْ`����sС�0nNpu�ԣ������vk~��]S�DvX|�����\<�/*Ζ��M�M1Qn�8�����]�/�^ץW���@�����G��>r�
 ��h�֕������A_T[��9�h�^}�>��I���f�!7<�-���+!9Bn�g����;x�}
+��wS9���<��[�\"��׃��~r�����H���·��(��.g�Ձ|�}u�f�޼�CZ<���9� �A�����o���mp
+7���O�[ -�_h`���.�+4�	gW�|
=����4yc�oo��%	�A��g!|��#�Q�����9z�C�<�ф��h�����Q����$il�!J�h
Yە$��||i~T����a��s�J�Qr
+�&�r����<������@�K�����'I3�),�8C�$���P�f��=��{J����
�=����t/�ܻ�=Ɲ�:����'���<Fʹ���R�ӑ�Ԭ�Ͽy8PY��������#�?�˪�閆h�B����r��FJ��(>�ѩ����٘Nj�j(�J��)�-E
+����f��;k��N&�����z�,t{Y������h>fkb*�94�khz�,x}&��b�c�Ƽ���;*k:�,%]k���������@�yS�d��:y�u��Z����4/r=̢�]���
r<n���8�C��}T\����zg0�Y`�G���a�Nc��O�7B��E��%�^+���=߲�Of�
`�-����~���w&���/%y
�M.����9���?!߆bY�B�[�rί\���"�d���\�i�;�5%���籿�[q�x�΂�蹯6��n�Pl5�hL���}�@�IkM4N�?~�>���;N��(��0J.�����������&�"-G�0N�VZ���N��M�K���f����]����,���Y!�� 
+���HH|%�2B�w�U]C�������~]]I~n�J���lB�j}��v���$����~�܁؈_�
������xe`��*����xЙ��[\��ђwU�f�г_��Y�]���r=����h�?�UU�7T؜EÛ߮��m[D��CC�e	���1��''��
`ʰ8�
+0er>���87=��`�ޞ��@U��`~,տ1�syv���A�-�:<)�*��,�+�J�a�|>.�,-��z��Bm���_����;�����ݵ}V�r=W�y��3��b2i18S�`�iWC�1��$E>��wy�}Q�+��,[�����%BT@�M��`���E�4��E*+/�d��V�����M��}�*?�S��{�5��R�=����T�.�X��g@w
+Z+9גHi��l��4�v&���:dOb���UJ��ܹ����lc/���vcs���75Dd���Et��% �`��R88�W�A�Q�i�M���TC����]q��C~�ޏ.�Q0K�L&
(�_z������>��;w����B����[��mV�:�߸\䛮�9GA����Y�Y��R�N�S'�U
��/hp����Z���$9[�8}�$$���q!s�JAs����E�G�����4�����*�M��˿;(��f�C�R}�b_�ž��v�v;Q�d�ٹk�l���=.&�!&�j�_˗^�2�1����}�?�m6��07�e�O<�Su���l*��(����W>���DQ��6�[�ܻ���7|�Y�V��z9�e���V5zJk�:j;��k��!6���O[�deg�U�ժ2��;�i*���oYR���Y�t��֜��czB�����*4�,�*k�k\�y��pȸ��g�Ś����4��%f������^�ʸ��K5B��"��@��̅�Z�Џ܃G
 ~�����Zt�������nR���B����ç�������Z䠵(�6��p�С�MdSˡC������[oa1�s&���pNF}�u������65��v�O~����1��}�^-�>-(m���cO�Y\��r���
ԛP�2h�����/�jP]	^��+;�'����LYz����2�d���+k�-.}.&����j���q�ST\�k���gK*�`�)|���s���%���	:p�_%d����j�+�
+����:�^GW�;�b�W�^<�O�$�d�Q�,9K.�[�#�L�m͉.��U�5b��E<,��_�""?"q8�x���#�I�%F�K�tJ�%G%�JnK��i�t��Y�9��RV�F故d�dߔ]�݉���F�"�#�#�E�y7�~�{4�7^�1	#��a�	�K0�0�a4���(��ax�s�<�0�}�0*�!�5���څ�>��
+���
+c/}+��
+4G���~�0;��[Fc��e�,ҳ�G�=[�O%�1}��1$����v�Y��K_��N|C"|
�(�:�E�?�i�Ef��p���-���,�DGD""Dz��MU��������E��΅)�.�b�[����5��[�
+�����A�}[�%���!��BW-�J�f5��$%B�JF)P�R������!�(e��(�	�\dFy@�J��C�q�T���
�\zP9�@�P��P5�A��ԡzԀ!�o�M��ۂ֡V���@�h=�B0�n�h6��9�58qIui�XL��V���A�a�T��>큧�}��Na_�;+�@+?��(G�b�����ۄ���=¾x���H�'�h�����8$�W���Ds�LZ����rn}G��#)�/�Ú`^�b ���t_>6�mb���TV�j�Ŝ����66�t�@cmey�?���64�6�A4���z}`?،Z.V�`Mب����6��˕� �����
�n��~@��݃&�c�Sޱ��~�%Ǭ+���t<,lX�&��r	�Ơ���	��ϱ���yt�I�<���ag3�մ(���oZ�'&7����r�6'�^?<��q�y6�,�_yM�����I�l0MM���rۦy2grl�D_�=g�8��)�y!�F.00d7�'/�$И��f����Ԑ�8/�_j
 }�Z�fQ�/��w|��1�����Ewl��(��[o���|^H�'��j��C����x��2�?���W�ݪǵ�ª,mK	K�;[�ªl���FJ_x��5\��-���U𸵤���Ѧ��ʜU�06�n�Wd�����V2mzSXdܸJv�����Q=����I?oK����?�%1�pDvkػ��{���"�+;�Ma���4����uv&���_L��K[2�B�+�5�#�����Fe�0���PF�֙��]8������.��Q�Q<wqIqz�mԽʼn�¨�
KA!:]��٤kՅzyn%��u3��o3��a8rEv$�G7��~zgb8J%WW��I��3�8T�4��9�X#��*gt���$}��΀@5�����az���L�8j�-�Ѕ�K�Љ�ٴa�$��B��j�
13Ұ��Z��*<Q� 7v{<�w.ܛ�R��Vz
�2��=�I�	3м;�z����s�0La]_8�?y����]�\L���CZ����l�;�*�
 endstream
 endobj
 207 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACE+mplus1mn-regular
+/FontName /AAAACI+mplus1mn-regular
 /FontFile2 206 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -25377,19 +25352,16 @@ endobj
 endobj
 210 0 obj
 << /Length1 1860
-/Length 884
+/Length 885
 /Filter [/FlateDecode]
 >>
 stream
-x��T�oU��7��m��7b��J�	$�ݖJ��njJ��!x��l�awf�]����B!=����_��b�WBѤ�B<p��v��7o�b�zu&�}?�����@؆	 Y�	�|����-WW�;>�7B�N���x1@���L��<54�����+�0�����_&?ZN%���� �{h�xvf�6���/$q���Ɲ��u�|1
-j�����ȟ�:MwKC��~S?�%��e,B[>Bnm�?��5�fX^+�
-V�����D�%����m��t[Zx	{�xe���n���Yx�yQlϿ.r;S4U(�XZ��g�i��r��m^v��vֳ���q��j	7�jw.v�v.��"�D��F!������g]X3�J�q��2��u����]�{ݮ���XZb�x�t�wof{Μ��7޶��S�ϤT6hx�ߚ���i����I��g����Yj	�D��Xce9�����m��hZ���˓K1����'���6�p�����ȁ�ɧ�A\�g���`���a��mp�m���Y�Ą<b�O��3��m�B�oYx^~�9ļ���c˨0so"���EX��G���I�eE>J����N54�����-��=����Z�F�>�2>����i�o�������b�����E��)k��E���:J|��w��Q�t2lĵ��t��
�QUS�~|Ƌ�^њ'�L�Y$�E,���ΔM�JRg�%Jk:���6���a�KD��E]k�Ϻ��x�O�XE�Lؽq����c���H��r�J��t���
 ����&u��
-��[z"����n�1���f�y�N�:d���5���!|H/+Ԩ�T�Wc���/�{��}
���?�������xd3���!�I�
+x��T�kU��7��N��P�VTfm�`�I6i,�H��=h����L��l��̸��zY��"R<zJ/)�4^�t�U�B�"=���a��{��Jk�:�{������|3�aHkA!���s@x�������F��)��/�� ?#��Ԛ�f���F~�R	��_��M��\��|�����w��/ͬ�%���B7�o��#`%_��Z�^��K�.���Н?�����P�2��-!����?R��a3,or+W�m���l"ג�Q����d�--��=���wzl��M��*��$����])�*g,��i�3����Q9���
/��e;�Y�`A킸�e���l�;W:�;W�m��"X[�JK�Y�ij.���U�q��2��u����]��ݮ���XZbɝx�t�wof{Μ��7޶?���_L�l��kv�Z�
��&'
ޟ�On�[g�%�������HKs��r�]��i��.O.�l�[����M�0�_LF<N>��68���.���
����Y
 ���� /g
����!#/�=���)����S�!��\E+XF���8�g�Ma�zE�&���(����;��\H���K�������j]��{\�8Mm��
�t���G/>�����c:��S�>���Z�u����=G��ٰ�B���ڣ������뽢5O�:�HԋX&���)�����K��t��((mj'Yæ��Tq��ִ�u�����6�����{�|{�'��ё���8;�f���>��}�M�.e*�Cz"����n�1���f�y�N�:d���5���|@/+Ԩ�T�Wc�4w��x��A����������s]�#��}��I�
 endstream
 endobj
 211 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACF+FontAwesome
+/FontName /AAAACJ+FontAwesome
 /FontFile2 210 0 R
 /FontBBox [-10 -155 1290 867]
 /Flags 4
@@ -25419,19 +25391,24 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��ViL#����m�
�?,�����p�sʱS���5W�X��@���u��J٪_��JU5*ev��[�G>�S��ڨ�j�*Q����&U�^�b�f<K 1���yǼ�{���_��n|#�*�0X��&�^^�Y��H�k��
@cXߌ�4Qgt�+�m��l�mA�me%�?ʼ�v���v���gо�6�������>��Wо���d۾y7�6փ���F���,�~@Տ�.iC��e7�{0�N�Ŀ;Mh���g)��Q���h��I�/g)9�����㏀ԟ�-|�C�Z���K>9���Q���{����8�up
-{9#����a:�c�$j4�P���1=M�!�;�팎�<Wy�������1W�w�k���>�&	�^���Z����a�Y���-�]���Z�I�e�z�@���?�l�j�#�¼���)���1D7I8�����\c���c�#��((�ow��Fp��~ġ��|m���:	��s<k�����Oέ\�=KY��
-=�oͿX �6s~TXlin�������#��gN��>�W
-U8K��,�93��I@e�T��b��������H��$�Y�	H*��\�'��
���g�>�G9
-e�t�Y��������v~f�L�N�M���d�`�ߛ;�Su§o�m�u4��V%�'�t��Fp�D����E�8[�N�6K�M�����T@�]�W��ۂ����U��ӗ	�𽣧�u�
-�ع��;�(��uSE]�o��@�P���S�Ƈ̼;:<d�z�;;��V�rlM��X�'�5kU\uQn�x�
���Y�Q�K������@��f���a^:'%��'XT�ԙe���ŷH�Fa���.(��+����8Go?g��/�n����y����=]쩐g���ljb�xϩ���	���U���[c���nk &�������G�ڝ��1_�����w��b�kin����Y-��8�,(<A�2�JLd���h�k8� ����q?�~Q�/��4B�':qKeO),@�b�f�>$�}rg��S�/H�6��/a�4%�b�������Øji�9'�����j� �+��;o�N�$?����]P*&�0DE�DC�DG�䪿3ءH�"��(�S��"���3ב������&j�RB��'�ƒ�'x?�+~�m��@%|A��+~����*I��W���+~
T^�k��(~-b[T�2`IF�)�rS�@Kv��e���c�r�GY7���J�t��:C�x#T2z%^�k7S;���l[�4�w�:)
 �`d���,�����3lR�iX�eX�,�AN���������v"0瑉Yԧa�q���0�9}I%���I,o������[Hvґ�d6��^NP����haMb����n	%�ڄ$B�d3$d8D!tH.�2}����-�Ʒ�Aǫ}\��tfu3I}��.�4d��M9�'���!|G����fv+�W��T����%l9��ln��%�u�ZJ�8���p7{@
-�na7��B���A}+DZ��!
X�T����~TW�<h�8Eǭ��@*�'��?�lU�?�Y8[�~#�@4��Q-�������:L��i�!ODoE�N�
�	�4�����ֹ(DE�@�5b�� �_������g�/*��F�oER㱸E⢯��N�ȸ&f�a.ʺE�k�B��4�
Gݢ�%
e9������Z1Nط�5j�XQ�����!�|W��[Ժn��5�N�-.ZE�4:׭f�>t�]�F��u�%.zU*�KLCE�c����e\�i!��Ũ�t[Y6j���L��
-���3���r;�.�uH�#\$�Fz�b!�W!U��4GGr���9N.�I��0Fb�C'$�Tʕ�v-,k��9��!�y+�U�8���01keEr����hn,�Ť�!�p�i��Qj@R�?�@N\l�sG;��ָ����%��/q9�H��^�K���z�$<0@&�py�o)x^��3w�sV�@��3�m\׃�ۄ"���	ۃZf��^�_n��i�c]ϼ,��?�Au
+x��ViL#����m��e��ǃ���^`n0��VcJ�z��
+˘
T��[7����%I�Vm�Uf7���z�C?Ei���&�U��jRU�*�oƳ�|�H�w����{��e P���o'����
+�=o�ꥵ��{�d����4���D\�u@�!P���ݶ[�6��h�//'��G����ݲ�N�v�ڗЦ�3_���'���������͡���r*��|���~@?��t��A�}����=��$���&�_F۽�^Z�z�����$������TJ���G@�O։>�!�J����%�����s�]�OT.��:8�=������`s3]���1U5
Z��@^�D�3�t�ٝ��g"/����=���.yu���Ӈ�$a�+|?R�(�1���f� |W[+g������l�i��1���O'e��3aa�������d���$���g���Ή������X�7
+������	��#f�qh9[_��u$��w�Ϛ�(�{
S��#C��g)˲����Mb��$�dΏMc-M֠����{�x�� ��B�R�4KfΌ`x�W9���&&<??��)��"?�:I���+$��A���L��'`�0G��L��8K6WÚ�����G܁��P���d��چ����	��>!xz�#�����X)i;��#<5����t.*���wɶYZnZ]�,̦z�芿Z���u��������`/�7~�E���`���������\7U�uz��w
��>7=g|�̻b#�6�74jc���(�Q���0���d�f���.�-�ȿN�Wc��Źd�0������1��	jkV��a�sRb��p�U�N�Y
+��|��hF�j�R|��N�)���
p6������YW�{��͞
+:p���݁�f��w�j�8>Y����65Y��Fb��[��v��id�������L
mu�����Z[����,���_�|�|^!&�H^f��5������d����t����a^!Ǔ������p1h3P�����L��)ڏ$y��ї0e��Q1��-`V���aL�4�RAi�@�p��y���j�7�T�����W�.(�B�"j�!Z�#z�Vj���T�W�>E�٥H^�Ev˙�H�a{6yu�t��U�dcQ����?��Ҷ�g�>��U���
+f�NJ_
��L��J�*��5�H��-(z�dS�)�ArS�@Kv��e���c�r�GY7��;J�t��:C�x#T2z%^�k�6�;����l{�4�uz�(�������NO����i؁��,C�!�����
��apO;
+�0
瑉�#Ekw��bN�zJ���:��ɥ��x���tɎCft#���,%���I��0�f
+���\>��Km@
+�H2��27�<$�B�9ZE���s�������>*Ådfse#E��N�.�l";r�W��C�C���鵭M��R2/g���#�]���{sc+�H.J��W�2�Y�<��ك�Xv+�p}�����oa��_<��
��.��a֏�
+����U8H�����G����8
+g�ݯ��˃F�۪4���r�e�\�����y"vkT�X���(*��5�ZǂM�"ԄŎ� N^�������BL�]��ߊ��]����&�;\"�G�.ƺD�s�����
�\��)
e9���,��Y0Nط�5f�XQ����1�C,��4Ί�y��u޲�kX�^[X���it�[-�+t��;�����K��T䗘��*�GEu�!��ũ��XX6f��V�`IK��˜���r'��:$��1n4�Jz�b!�W!U��4G�r�q.Gs�\����!���$�JJ���+��ֳ����4�h�l�V���R��Bx�Š$&䰡	.���D��K
+C$�
�4T#n�Ԁ�T���$���g�v"
�qb��J�M^�r:�F�>ˋ���|B$48H�w���<'H��]D�ܠ���PT���z(1x�P�B�	�!i}P��ы���%�?-x��׀ev�ӊAu
 endstream
 endobj
 215 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACG+mplus1mn-regular
+/FontName /AAAACK+mplus1mn-regular
 /FontFile2 214 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -25461,18 +25438,17 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��U}lSU?��׮�j�B:+ �=hW�sD�:���d�9�Rxk�ں��ھ2&
�	~���QY~ J�"�[�h4� �(f��:ϻ�c.ѿ|�}��߽�w����n�@,$�q%����@��8±��S���w$�~.w
�p+�qD��zw�)���-F"�b��*��<ڳ���̂_��̜oj�=�^��E��kzʀ}$`iCۣ)quI����`]�t����o俈�0�(����'�8��d`���O~���A��i�=!ӡ���rZ�ť>;���X�O��X]v��x=�}��b+�s���s_��Ķegf�y��P8�?��<�Sw������_�A
-ȫ�'�K+3?�w��v���4�:a*@a�,��rz=Ө��B��C������J��]��l�]�WZ�|��_�-�V��X2s������“B;���6��'H�ux=.�r�Մ������;Ȇ
-��(��Xvղ������(�<S�W\�VZ3����с
�r���>�Xӓy���p5�.EB��`��ώ^\v���c�g3��t��lzꝷ�~ >� s&S��[�I�9@�:K.�h����<�s��R�Fy)��rN�6����^�T��W^:G"�e&��V�����k��#��b��e��{�v?��o6���ڱ݇7�tm��W����ulݗh�L��a��,�i%�F���
-O�7Ǜ�Φ����o?���p��7|禟�8=��`CǙ�5܊f2��Ћ�*@�Ҩ���r3�,���B��'��+��^��w^(�[Iכ}3���%[�4�ɳ���%�9vڅ�C^����$3���)�Jj�|�C[05$�r�2RË���Q��,
B��q:�/���=�ƿ^n��N�_��o�I���
=����\�yl���`��m�YmA�����<h��e{�t��|'X�\N�
-��k`�0�gn�kj���y��l�>�M����x�-���K��:���:�s���<�2h����p�Q�2�1���T��>�VG���pN��p����ޏ�0����2�y�x��\B�1\�bR�pL!��@�b���ml���ekr�O�2�.��p\��`x.8�Z���\�F������<p�E�d��C�`��/�#/@|+�'��e�$h�e�d�\h`�dX%���=�h8b����<b���c�X�%�:�ͩ�ج���:5$A
萀HB�S��?�E��gu�c��UA�Q5"1�Gw���b�"�:|�@Z��آ&���yl"��Q�7�X4��(��`���FO�+���"[߈,e��ȳqő!��E(�6�?�r��?��uK��LEuM\$-,�,jsY
-�̈D�LB��q��H5>5��n�����6��H*!5�$�D�sl�����*�t���*=j��i|��BR�Wn�v����5�P����4�fh4D��~�PĴ�j�cPCbG�8JC��M=ci"4#[>�\���^� ��D�D#Q)�A=�Ja*���rB�@t����+����:e��ウ��8�����Ȍ���[��cQꔑE�q���'!��Q_�N!�F�XJ
Ѡ��P��R��Q��Ď�,G
-�#-��2�K��^����i���T�?�e���,@d|){�RsF�F �ɰ�F���kjW�Ԗ�QL|^e�W	�������F��i�«�Z��|�e����-�nQ��5S�~��m�������~h0�?�:���6��7�2q�
+x��U}lSU?��׮�j�B:� �=hW�sD�:���d�9�Rxk�ں��ھ2&
���߀�h��%��$
+Dh4���3u��u�w{7�\�����=�{���;���<XH�J��˝�H?q�c=�������@L*��j�V\�č��
+�C�@[�DT�~�U@�%�/�+k0~B�#s��E��;�ŋ�9�W'��H�҆�GS�ju���ho��G�P��������"l�x
+ph����zx<X�9�����p�6|�?*`:c�S]N����g�Y�H�l�����g���]l�}�7�x����6m�����(N?��u���;�O`Ri��/�$d�z��A�������[���xh��:a*@a�,��rz=Ө��B�������L��m%w�.[U�s�=��[�|�_�-�V�4�X<s�����3��B;���6��#H�ux=.�r�U���������d]���J|3�^��d�q�:[.
+$��W���L�8��~|`]{�\eh������d�����B����a�H(�����ы����s"�B��WO�Mϼ}d�1!����L�o'�����WrIF�|�Y����x�R4�KQd�s광T�/�:�z=����1-31���
�]�]��xdo����O7߯�ڽ�~Fx}�ѿZ�Nl۷�kj7��^��/y�c�D�F���e	L(152�wWx
+�9�w6-\�}�]�;7<Zx�����s��[n�8۸�[�Lf��zeMe(_5yVXf梐��QQ��`�d�uE��K6��
E)�:�7�_Y_�iS�<���v��Z�V��l�}�7��d��{�#eUI�:��&L
	������"h��p� �KÆ?m�	Ga�������
@�i��
=�ג���gs�����1��~�6��û�\0ˣ-_�{p,[�F"Eٞ?�d�.��	!��n�jX;��暛뚚�p^f8���k�<��I�זY^�%hb����:�s���<�Rh���p�Q��1���T��>�VG���pN��p����ޏ�3��K�5����4����e�Ť���B�n�"��p+L#w�q����?9�p�8+�mp7����j�s��2w�� ��fx>��U���[���0�����ᓠ�����2����:aM���IF�C�,X��t=S�z-(�ձ��lN��f5�&ר!	j@��@���Z�Y.ķu8�#�z� ���a�<�+E-{
 ���;�r���5���c`����Bg��ĢAd5@A�(uM7zo\	G��X&����Fd�([F��+�ad��-B�	�ѕ���I��[Z�d*�k�BiA���`Q��R8eF$�f*W��4D��i�g��^ʲ^��hJTD#��Ը���αyG�ʪ`3Б����I�BL��M��I��]����j*�DCU����|���U��C�Z$�X_�A
�=�(mh�7�i���P�l��sab"t�{q�`B1�D�,��*���RP��	�eZ��ĻGƃ�EB��J��|��r#3���n)ΎE�SF:��1wӟ�,F}�;�X�c)5D���B��ZHM�FD�J;63_)D����D.�~z!�c����C��S��\��.�3���1Ky���'�r,EJn���]�R[fF1�y�1^%dN��r�[��B��j��[�]��No8�����U'WM���˷�+�S;\#��`r��u���m�o�o�q�
 endstream
 endobj
 219 0 obj
 << /Type /FontDescriptor
-/FontName /AAAACH+NotoSerif-Italic
+/FontName /AAAACL+NotoSerif-Italic
 /FontFile2 218 0 R
 /FontBBox [-254 -250 1238 1047]
 /Flags 70
@@ -25698,10 +25674,10 @@ xref
 0000442820 00000 n 
 0000442986 00000 n 
 0000443206 00000 n 
-0000451213 00000 n 
-0000451429 00000 n 
-0000452792 00000 n 
-0000453858 00000 n 
+0000451214 00000 n 
+0000451430 00000 n 
+0000452793 00000 n 
+0000453859 00000 n 
 0000459596 00000 n 
 0000459817 00000 n 
 0000461180 00000 n 
@@ -25710,22 +25686,22 @@ xref
 0000468085 00000 n 
 0000469448 00000 n 
 0000470504 00000 n 
-0000471478 00000 n 
-0000471689 00000 n 
-0000471992 00000 n 
-0000472907 00000 n 
-0000475062 00000 n 
-0000475276 00000 n 
-0000475612 00000 n 
-0000476750 00000 n 
-0000478617 00000 n 
-0000478843 00000 n 
-0000480206 00000 n 
+0000471479 00000 n 
+0000471690 00000 n 
+0000471993 00000 n 
+0000472908 00000 n 
+0000475063 00000 n 
+0000475277 00000 n 
+0000475613 00000 n 
+0000476751 00000 n 
+0000478618 00000 n 
+0000478844 00000 n 
+0000480207 00000 n 
 trailer
 << /Size 222
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-481338
+481339
 %%EOF


[04/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/guides/dg/dg.pdf
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/guides/dg/dg.pdf b/content/versions/1.16.2/guides/dg/dg.pdf
index ca3d423..ea7ac0f 100644
--- a/content/versions/1.16.2/guides/dg/dg.pdf
+++ b/content/versions/1.16.2/guides/dg/dg.pdf
@@ -4,8 +4,8 @@
 << /Title (Developers' Guide)
 /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:20180305190951+00'00')
-/ModDate (D:20180305190951+00'00')
+/CreationDate (D:20180918074351+01'00')
+/ModDate (D:20180918074351+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAAAH+NotoSerif
+/BaseFont /AAAAAL+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 933 0 R
 /FirstChar 32
@@ -3841,7 +3841,7 @@ endobj
 endobj
 18 0 obj
 << /Type /Font
-/BaseFont /AAAAAI+NotoSerif-Bold
+/BaseFont /AAAAAM+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 937 0 R
 /FirstChar 32
@@ -4361,7 +4361,7 @@ endobj
 endobj
 39 0 obj
 << /Type /Font
-/BaseFont /AAAAAJ+FontAwesome
+/BaseFont /AAAAAN+FontAwesome
 /Subtype /TrueType
 /FontDescriptor 941 0 R
 /FirstChar 32
@@ -4474,7 +4474,7 @@ endobj
 endobj
 45 0 obj
 << /Type /Font
-/BaseFont /AAAAAK+NotoSerif-Italic
+/BaseFont /AAAAAO+NotoSerif-Italic
 /Subtype /TrueType
 /FontDescriptor 945 0 R
 /FirstChar 32
@@ -5050,7 +5050,7 @@ endobj
 endobj
 58 0 obj
 << /Type /Font
-/BaseFont /AAAAAL+mplus1mn-regular
+/BaseFont /AAAAAP+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 949 0 R
 /FirstChar 32
@@ -11969,12 +11969,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.883 Tw
+1.852 Tw
 
 BT
 125.80666666666667 181.6207199729301 Td
 /F1.0 10.5 Tf
-<696620796f7520666f7267657420746f207365742075702074686520656e68616e63657220676f616c2c206f7220646f6ed5742072756e206974206f6e2074686520636f72726563742028646f6d29> Tj
+<496620796f7520666f7267657420746f207365742075702074686520656e68616e63657220676f616c2c206f7220646f6ed5742072756e206974206f6e2074686520636f72726563742028646f6d29> Tj
 ET
 
 
@@ -12171,17 +12171,96 @@ endobj
 >>
 endobj
 150 0 obj
-<< /Length 2647
+<< /Length 4271
 >>
 stream
 q
+q
+0.5 w
+/DeviceRGB CS
+0.933 0.933 0.933 SCN
+113.807 734.770 m
+113.807 805.890 l
+S
+Q
 /DeviceRGB cs
-0.200 0.200 0.200 scn
+0.067 0.067 0.067 scn
 /DeviceRGB CS
+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 761.75 Td
+/F3.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
 
+3.993 Tw
+
 BT
-48.24 794.6759999999999 Td
+125.80666666666667 789.9259999999999 Td
+/F1.0 10.5 Tf
+[<556e6465722077696e646f777320796f75206d61> 20.01953125 <792067657420275374616e64617264206572726f722066726f6d2074686520446174614e75636c65757320746f6f6c202b>] 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.003 Tw
+
+BT
+125.80666666666667 774.146 Td
+/F1.0 10.5 Tf
+<6f72672e646174616e75636c6575732e656e68616e6365722e446174614e75636c657573456e68616e636572203a2054686520636f6d6d616e64206c696e6520697320746f6f206c6f6e6727> 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.139 Tw
+
+BT
+125.80666666666667 758.366 Td
+/F1.0 10.5 Tf
+[<616c74686f7567682027666f726b3d66616c7365272069732073657420696e20706f6d2e786d6c2e2043616e20626520776f726b> 20.01953125 <65642061726f756e64207669612073657474696e6720272d>] 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 742.586 Td
+/F1.0 10.5 Tf
+<44666f726b3d66616c736527206265666f7265206f722061667465722027646174616e75636c6575733a656e68616e6365202d6f272e> 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 706.756 Td
 /F2.0 10.5 Tf
 [<52756e6e696e672074686520556e69742054> 29.78515625 <65737473>] TJ
 ET
@@ -12194,7 +12273,7 @@ ET
 0.697 Tw
 
 BT
-48.24 768.846 Td
+48.24000000000001 680.926 Td
 /F1.0 10.5 Tf
 [<5468652065617369657374207761> 20.01953125 <7920746f2072756e2074686520756e6974207465737473206973206a75737420746f20726967687420636c69636b206f6e2074686520>] TJ
 ET
@@ -12209,7 +12288,7 @@ ET
 0.697 Tw
 
 BT
-371.77719873046874 768.846 Td
+371.77719873046874 680.926 Td
 /F5.0 10.5 Tf
 <646f6d> Tj
 ET
@@ -12224,7 +12303,7 @@ ET
 0.697 Tw
 
 BT
-387.52719873046874 768.846 Td
+387.52719873046874 680.926 Td
 /F1.0 10.5 Tf
 <206d6f64756c6520696e2074686520> Tj
 ET
@@ -12239,7 +12318,7 @@ ET
 0.697 Tw
 
 BT
-465.22043974609375 768.846 Td
+465.22043974609375 680.926 Td
 /F4.0 10.5 Tf
 <50726f6a6563742057696e646f77> Tj
 ET
@@ -12254,7 +12333,7 @@ ET
 0.697 Tw
 
 BT
-544.415 768.846 Td
+544.415 680.926 Td
 /F1.0 10.5 Tf
 <2c> Tj
 ET
@@ -12267,7 +12346,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 753.066 Td
+48.24000000000001 665.1460000000001 Td
 /F1.0 10.5 Tf
 <616e642063686f6f73652072756e20756e69742074657374732e2020486f706566756c6c7920796f75722074657374732077696c6c2070617373202821292e> Tj
 ET
@@ -12276,14 +12355,14 @@ ET
 0.000 0.000 0.000 scn
 
 q
-450.000 0 0 325.621 48.240 411.629 cm
+450.000 0 0 325.621 48.240 323.709 cm
 /I29 Do
 Q
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
 BT
-48.24 395.66488198757776 Td
+48.24000000000001 307.7448819875778 Td
 /F4.0 10.5 Tf
 [<4669677572652032392e20496e74656c6c694a2052756e6e696e672074686520417070202d20556e69742054> 29.78515625 <657374732052756e20436f6e6669677572> 20.01953125 <6174696f6e>] TJ
 ET
@@ -12296,7 +12375,7 @@ ET
 0.045 Tw
 
 BT
-48.24 367.8848819875778 Td
+48.24000000000001 279.9648819875778 Td
 /F1.0 10.5 Tf
 [<4173206120736964652d6566666563742c20746869732077696c6c2063726561746520612072756e20636f6e6669677572> 20.01953125 <6174696f6e2c20766572792073696d696c617220746f20746865206f6e65207765206d616e75616c6c79206372656174656420666f72>] TJ
 ET
@@ -12309,7 +12388,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 352.10488198757776 Td
+48.24000000000001 264.1848819875778 Td
 /F1.0 10.5 Tf
 <746865206d61696e206170703a> Tj
 ET
@@ -12346,8 +12425,9 @@ endobj
 /MediaBox [0 0 595.28 841.89]
 /Contents 150 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 18 0 R
+/Font << /F3.1 39 0 R
 /F1.0 8 0 R
+/F2.0 18 0 R
 /F5.0 58 0 R
 /F4.0 45 0 R
 >>
@@ -12359,7 +12439,7 @@ endobj
 >>
 endobj
 152 0 obj
-[151 0 R /XYZ 0 841.89 null]
+[151 0 R /XYZ 0 722.77 null]
 endobj
 153 0 obj
 << /Type /XObject
@@ -12442,7 +12522,7 @@ endobj
 /URI (images/intellij-idea/110-running-the-app/030-running-unit-tests.png)
 >>
 /Subtype /Link
-/Rect [48.24 411.62888198757776 498.24 737.2500000000001]
+/Rect [48.24000000000001 323.7088819875778 498.24 649.3300000000002]
 /Type /Annot
 >>
 endobj
@@ -20182,7 +20262,7 @@ endobj
 endobj
 216 0 obj
 << /Type /Font
-/BaseFont /AAAAAM+mplus-1p-regular
+/BaseFont /AAAAAQ+mplus-1p-regular
 /Subtype /TrueType
 /FontDescriptor 953 0 R
 /FirstChar 32
@@ -30173,7 +30253,7 @@ endobj
 endobj
 349 0 obj
 << /Type /Font
-/BaseFont /AAAAAN+NotoSerif
+/BaseFont /AAAAAR+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 957 0 R
 /FirstChar 32
@@ -31416,7 +31496,7 @@ endobj
 endobj
 355 0 obj
 << /Type /Font
-/BaseFont /AAAAAO+mplus1mn-regular
+/BaseFont /AAAAAS+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 961 0 R
 /FirstChar 32
@@ -34660,7 +34740,7 @@ endobj
 endobj
 398 0 obj
 << /Type /Font
-/BaseFont /AAAAAP+mplus1mn-italic
+/BaseFont /AAAAAT+mplus1mn-italic
 /Subtype /TrueType
 /FontDescriptor 965 0 R
 /FirstChar 32
@@ -64849,7 +64929,7 @@ endobj
 >>
 endobj
 651 0 obj
-<< /Length 7487
+<< /Length 7322
 >>
 stream
 q
@@ -64867,15 +64947,15 @@ f
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-48.240 378.579 71.257 404.031 re
+48.240 390.024 71.257 392.586 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-119.497 378.579 285.028 404.031 re
+119.497 390.024 285.028 392.586 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-404.525 378.579 142.515 404.031 re
+404.525 390.024 142.515 392.586 re
 f
 0.000 0.000 0.000 scn
 0.5 w
@@ -64992,20 +65072,20 @@ S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 378.579 m
-119.497 378.579 l
+48.240 390.024 m
+119.497 390.024 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
 48.240 782.860 m
-48.240 378.329 l
+48.240 389.774 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
 119.497 782.860 m
-119.497 378.329 l
+119.497 389.774 l
 S
 [ ] 0 d
 1 w
@@ -65182,7 +65262,7 @@ ET
 BT
 51.24 520.5119999999997 Td
 /F5.0 10.5 Tf
-<446f6d61696e4f626a656374> Tj
+<5265706f7369746f72795365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65193,23 +65273,23 @@ ET
 BT
 51.24 506.23199999999963 Td
 /F5.0 10.5 Tf
-<436f6e7461696e6572> Tj
+<7276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
 
 BT
-98.49000000000001 506.23199999999963 Td
+77.49000000000001 506.23199999999963 Td
 /F1.0 10.5 Tf
-<29> Tj
+<2920666f72> Tj
 ET
 
 
 BT
 51.24 491.95199999999966 Td
 /F1.0 10.5 Tf
-<666f72206578616d706c653a> Tj
+<6578616d706c653a> Tj
 ET
 
 0.694 0.129 0.275 scn
@@ -65262,7 +65342,7 @@ ET
 BT
 51.24 434.7269999999997 Td
 /F5.0 10.5 Tf
-<2d6170695f446f6d61696e4f> Tj
+<2d6170695f5265706f736974> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65273,7 +65353,7 @@ ET
 BT
 51.24 423.2819999999997 Td
 /F5.0 10.5 Tf
-<626a656374436f6e7461696e> Tj
+<6f7279536572766963655b60> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65284,18 +65364,7 @@ ET
 BT
 51.24 411.8369999999997 Td
 /F5.0 10.5 Tf
-<65725b60446f6d61696e4f62> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-BT
-51.24 400.3919999999997 Td
-/F5.0 10.5 Tf
-<6a656374436f6e7461696e65> Tj
+<5265706f7369746f72795365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65304,16 +65373,16 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 386.11199999999974 Td
+51.24 397.5569999999997 Td
 /F5.0 10.5 Tf
-<72> Tj
+<7276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
 
 BT
-56.49 386.11199999999974 Td
+77.49000000000001 397.5569999999997 Td
 /F1.0 10.5 Tf
 <5d60> Tj
 ET
@@ -65327,20 +65396,20 @@ S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-119.497 378.579 m
-404.525 378.579 l
+119.497 390.024 m
+404.525 390.024 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
 119.497 782.860 m
-119.497 378.329 l
+119.497 389.774 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
 404.525 782.860 m
-404.525 378.329 l
+404.525 389.774 l
 S
 [ ] 0 d
 1 w
@@ -65352,7 +65421,7 @@ S
 BT
 122.4970716 769.0469999999997 Td
 /F5.0 10.5 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5265706f7369746f727953657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65366,20 +65435,20 @@ S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-404.525 378.579 m
-547.040 378.579 l
+404.525 390.024 m
+547.040 390.024 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
 404.525 782.860 m
-404.525 378.329 l
+404.525 389.774 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
 547.040 782.860 m
-547.040 378.329 l
+547.040 389.774 l
 S
 [ ] 0 d
 1 w
@@ -65441,15 +65510,15 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_DomainObjectContainer)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_RepositoryService)
 >>
 /Subtype /Link
-/Rect [122.4970716 767.5769999999997 232.7470716 778.0769999999997]
+/Rect [122.4970716 767.5769999999997 211.7470716 778.0769999999997]
 /Type /Annot
 >>
 endobj
 654 0 obj
-<< /Length 11850
+<< /Length 12115
 >>
 stream
 q
@@ -65627,7 +65696,7 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-51.24 769.0470000000001 Td
+51.24 769.0470000000006 Td
 /F5.0 10.5 Tf
 <787265663a2e2e2f72677376> Tj
 ET
@@ -65638,7 +65707,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 757.6020000000001 Td
+51.24 757.6020000000005 Td
 /F5.0 10.5 Tf
 <632f72677376632e61646f63> Tj
 ET
@@ -65649,7 +65718,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 746.1570000000002 Td
+51.24 746.1570000000006 Td
 /F5.0 10.5 Tf
 <235f72677376635f7370695f> Tj
 ET
@@ -65660,7 +65729,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 731.8770000000002 Td
+51.24 731.8770000000006 Td
 /F5.0 10.5 Tf
 <7878785b60787878> Tj
 ET
@@ -65669,84 +65738,84 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-93.24000000000001 731.8770000000002 Td
+93.24000000000001 731.8770000000006 Td
 /F1.0 10.5 Tf
 <5d602061> Tj
 ET
 
 
 BT
-51.24 717.5970000000001 Td
+51.24 717.5970000000005 Td
 /F1.0 10.5 Tf
 [<68> 20.01953125 <797065726c696e6b20746f>] TJ
 ET
 
 
 BT
-51.24 703.3170000000001 Td
+51.24 703.3170000000006 Td
 /F1.0 10.5 Tf
 <74686520226d616e> Tj
 ET
 
 
 BT
-51.24 689.037 Td
+51.24 689.0370000000005 Td
 /F1.0 10.5 Tf
 <706167652220666f7220616e> Tj
 ET
 
 
 BT
-51.24 674.7570000000001 Td
+51.24 674.7570000000005 Td
 /F1.0 10.5 Tf
 <285350492920646f6d61696e> Tj
 ET
 
 
 BT
-51.24 660.4770000000001 Td
+51.24 660.4770000000005 Td
 /F1.0 10.5 Tf
 <73657276696365> Tj
 ET
 
 
 BT
-51.24 646.1970000000001 Td
+51.24 646.1970000000006 Td
 /F1.0 10.5 Tf
 <77697468696e20746865> Tj
 ET
 
 
 BT
-51.24 631.9170000000001 Td
+51.24 631.9170000000006 Td
 /F1.0 10.5 Tf
 <7265666572656e6365> Tj
 ET
 
 
 BT
-51.24 617.6370000000002 Td
+51.24 617.6370000000006 Td
 /F1.0 10.5 Tf
 <677569646520666f72> Tj
 ET
 
 
 BT
-51.24 603.3570000000001 Td
+51.24 603.3570000000005 Td
 /F1.0 10.5 Tf
 <646f6d61696e> Tj
 ET
 
 
 BT
-51.24 589.0770000000001 Td
+51.24 589.0770000000006 Td
 /F1.0 10.5 Tf
 <73657276696365732c> Tj
 ET
 
 
 BT
-51.24 574.7970000000001 Td
+51.24 574.7970000000006 Td
 /F1.0 10.5 Tf
 <77686572653a202a20> Tj
 ET
@@ -65755,7 +65824,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-96.81 574.7970000000001 Td
+96.81 574.7970000000006 Td
 /F5.0 10.5 Tf
 <787878> Tj
 ET
@@ -65764,26 +65833,26 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-112.56 574.7970000000001 Td
+112.56 574.7970000000006 Td
 ET
 
 
 BT
-51.24 560.517 Td
+51.24 560.5170000000005 Td
 /F1.0 10.5 Tf
 <697320746865> Tj
 ET
 
 
 BT
-51.24 546.2370000000001 Td
+51.24 546.2370000000005 Td
 /F1.0 10.5 Tf
 <646f6d61696e> Tj
 ET
 
 
 BT
-51.24 531.9570000000001 Td
+51.24 531.9570000000006 Td
 /F1.0 10.5 Tf
 <7365727669636520286567> Tj
 ET
@@ -65792,7 +65861,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 520.5120000000002 Td
+51.24 520.5120000000006 Td
 /F5.0 10.5 Tf
 <436f6e74656e744d61707069> Tj
 ET
@@ -65803,7 +65872,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 506.2320000000001 Td
+51.24 506.23200000000054 Td
 /F5.0 10.5 Tf
 <6e6753657276696365> Tj
 ET
@@ -65812,14 +65881,14 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-98.49000000000001 506.2320000000001 Td
+98.49000000000001 506.23200000000054 Td
 /F1.0 10.5 Tf
 <29> Tj
 ET
 
 
 BT
-51.24 491.9520000000001 Td
+51.24 491.95200000000057 Td
 /F1.0 10.5 Tf
 <666f72206578616d706c653a> Tj
 ET
@@ -65828,7 +65897,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 480.5070000000001 Td
+51.24 480.5070000000006 Td
 /F5.0 10.5 Tf
 <787265663a2e2e2f72677376> Tj
 ET
@@ -65839,7 +65908,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 469.0620000000001 Td
+51.24 469.0620000000006 Td
 /F5.0 10.5 Tf
 <632f72677376632e61646f63> Tj
 ET
@@ -65850,7 +65919,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 457.61700000000013 Td
+51.24 457.6170000000006 Td
 /F5.0 10.5 Tf
 <235f72677376635f70726573> Tj
 ET
@@ -65861,7 +65930,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 446.17200000000014 Td
+51.24 446.1720000000006 Td
 /F5.0 10.5 Tf
 <656e746174696f6e2d> Tj
 ET
@@ -65872,7 +65941,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 434.72700000000015 Td
+51.24 434.7270000000006 Td
 /F5.0 10.5 Tf
 <6c617965722d> Tj
 ET
@@ -65883,7 +65952,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 423.28200000000015 Td
+51.24 423.2820000000006 Td
 /F5.0 10.5 Tf
 <7370695f436f6e74656e744d> Tj
 ET
@@ -65894,7 +65963,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 411.83700000000016 Td
+51.24 411.8370000000006 Td
 /F5.0 10.5 Tf
 <617070696e67536572766963> Tj
 ET
@@ -65905,7 +65974,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 400.39200000000017 Td
+51.24 400.3920000000006 Td
 /F5.0 10.5 Tf
 <655b60436f6e74656e744d61> Tj
 ET
@@ -65916,7 +65985,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 388.9470000000002 Td
+51.24 388.9470000000006 Td
 /F5.0 10.5 Tf
 <7070696e6753657276696365> Tj
 ET
@@ -65925,7 +65994,7 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-51.24 374.66700000000014 Td
+51.24 374.6670000000006 Td
 /F1.0 10.5 Tf
 <5d60> Tj
 ET
@@ -65962,7 +66031,7 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-122.4970716 769.0470000000001 Td
+122.4970716 769.0470000000006 Td
 /F5.0 10.5 Tf
 <436f6e74656e744d617070696e6753657276696365> Tj
 ET
@@ -66001,7 +66070,7 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-407.52535800000004 769.0470000000001 Td
+407.52535800000004 769.0470000000006 Td
 /F5.0 10.5 Tf
 <6164756766756e> Tj
 ET
@@ -66040,7 +66109,7 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-51.24 353.571 Td
+51.24 353.5710000000005 Td
 /F5.0 10.5 Tf
 <787265663a2e2e2f75676675> Tj
 ET
@@ -66051,7 +66120,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 342.126 Td
+51.24 342.12600000000043 Td
 /F5.0 10.5 Tf
 <6e2f756766756e2e61646f63> Tj
 ET
@@ -66062,7 +66131,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 327.846 Td
+51.24 327.84600000000046 Td
 /F5.0 10.5 Tf
 <237878785b7474745d> Tj
 ET
@@ -66071,56 +66140,56 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-98.49000000000001 327.846 Td
+98.49000000000001 327.84600000000046 Td
 /F1.0 10.5 Tf
 <2061> Tj
 ET
 
 
 BT
-51.24 313.566 Td
+51.24 313.56600000000043 Td
 /F1.0 10.5 Tf
 [<68> 20.01953125 <797065726c696e6b20746f>] TJ
 ET
 
 
 BT
-51.24 299.286 Td
+51.24 299.28600000000046 Td
 /F1.0 10.5 Tf
 <6120626f6f6b6d61726b> Tj
 ET
 
 
 BT
-51.24 285.006 Td
+51.24 285.0060000000004 Td
 /F1.0 10.5 Tf
 <77697468696e20746865> Tj
 ET
 
 
 BT
-51.24 270.726 Td
+51.24 270.72600000000045 Td
 /F1.0 10.5 Tf
 <66756e64616d656e74616c> Tj
 ET
 
 
 BT
-51.24 256.446 Td
+51.24 256.4460000000005 Td
 /F1.0 10.5 Tf
 <7320757365727327> Tj
 ET
 
 
 BT
-51.24 242.166 Td
+51.24 242.16600000000045 Td
 /F1.0 10.5 Tf
 <67756964652c> Tj
 ET
 
 
 BT
-51.24 227.886 Td
+51.24 227.88600000000045 Td
 /F1.0 10.5 Tf
 <77686572653a202a20> Tj
 ET
@@ -66129,7 +66198,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-96.81 227.886 Td
+96.81 227.88600000000045 Td
 /F5.0 10.5 Tf
 <787878> Tj
 ET
@@ -66138,26 +66207,26 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-112.56 227.886 Td
+112.56 227.88600000000045 Td
 ET
 
 
 BT
-51.24 213.606 Td
+51.24 213.60600000000045 Td
 /F1.0 10.5 Tf
 <697320746865> Tj
 ET
 
 
 BT
-51.24 199.326 Td
+51.24 199.32600000000045 Td
 /F1.0 10.5 Tf
 <626f6f6b6d61726bd573> Tj
 ET
 
 
 BT
-51.24 185.046 Td
+51.24 185.04600000000045 Td
 /F1.0 10.5 Tf
 <616e63686f72202a20> Tj
 ET
@@ -66166,7 +66235,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-97.4295 185.046 Td
+97.4295 185.04600000000045 Td
 /F5.0 10.5 Tf
 <747474> Tj
 ET
@@ -66175,40 +66244,40 @@ ET
 0.200 0.200 0.200 scn
 
 BT
-113.1795 185.046 Td
+113.1795 185.04600000000045 Td
 ET
 
 
 BT
-51.24 170.766 Td
+51.24 170.76600000000045 Td
 /F1.0 10.5 Tf
 <697320746865207465787420746f> Tj
 ET
 
 
 BT
-51.24 156.486 Td
+51.24 156.48600000000044 Td
 /F1.0 10.5 Tf
 [<646973706c61> 20.01953125 <79206173>] TJ
 ET
 
 
 BT
-51.24 142.206 Td
+51.24 142.20600000000044 Td
 /F1.0 10.5 Tf
 <746865> Tj
 ET
 
 
 BT
-51.24 127.92599999999999 Td
+51.24 127.92600000000044 Td
 /F1.0 10.5 Tf
 [<68> 20.01953125 <797065726c696e6b>] TJ
 ET
 
 
 BT
-51.24 113.64599999999999 Td
+51.24 113.64600000000044 Td
 /F1.0 10.5 Tf
 <666f72206578616d706c653a> Tj
 ET
@@ -66217,7 +66286,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 102.20099999999996 Td
+51.24 102.20100000000042 Td
 /F5.0 10.5 Tf
 <787265663a2e2e2f75676675> Tj
 ET
@@ -66228,7 +66297,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 90.75599999999997 Td
+51.24 90.75600000000043 Td
 /F5.0 10.5 Tf
 <6e2f756766756e2e61646f63> Tj
 ET
@@ -66239,7 +66308,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 79.31099999999998 Td
+51.24 79.31100000000043 Td
 /F5.0 10.5 Tf
 <235f756766756e5f636f7265> Tj
 ET
@@ -66250,7 +66319,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 67.86599999999999 Td
+51.24 67.86600000000044 Td
 /F5.0 10.5 Tf
 <2d636f6e63657074735b436f> Tj
 ET
@@ -66261,7 +66330,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.24 56.42099999999999 Td
+51.24 56.42100000000045 Td
 /F5.0 10.5 Tf
 <726520636f6e63657074735d> Tj
 ET
@@ -66300,7 +66369,7 @@ S
 0.259 0.545 0.792 SCN
 
 BT
-122.4970716 351.387 Td
+122.4970716 351.38700000000046 Td
 /F1.0 10.5 Tf
 <436f726520636f6e6365707473> Tj
 ET
@@ -66339,7 +66408,7 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-407.52535800000004 353.571 Td
+407.52535800000004 353.5710000000005 Td
 /F5.0 10.5 Tf
 <616475677677> Tj
 ET
@@ -66394,7 +66463,7 @@ endobj
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_ContentMappingServicef)
 >>
 /Subtype /Link
-/Rect [122.4970716 767.5770000000001 232.7470716 778.0770000000001]
+/Rect [122.4970716 767.5770000000006 232.7470716 778.0770000000006]
 /Type /Annot
 >>
 endobj
@@ -66405,7 +66474,7 @@ endobj
 /URI (../ugfun/ugfun.pdf#_ugfun_core-concepts)
 >>
 /Subtype /Link
-/Rect [122.4970716 348.321 191.92307160000001 362.601]
+/Rect [122.4970716 348.3210000000005 191.92307160000001 362.60100000000045]
 /Type /Annot
 >>
 endobj
@@ -77112,46 +77181,45 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��{	|յ��3#Y�WY�-ٲK�Ŗeٖ%��-^�5����"��cB�	!���B�4@�4M�BXk�x��(�hJSJ[J^�4��%��ɱ�����;3���9�s�1�!>2#��m�ο#��Q���}(��߯"d|��푸Է d~�yc`dr���G(���90��|�����'�x6��i<���H��ޔ�����%�;Ǽ��]/�C�v�_���^p���p�r=aѻ�B(�(F^�B�'��$�A��懄��GD
-��"�D#���)�*�&A��'&%���&sZ�%Úi�B�(Ǟ�p������֔WTVU�����oht75����|���k�ױ����\�5���޻�5>�9�H$EHh!5d����+�(�Ш�ąˮ�:��$��4b��$��4"Ιk�/&Z���Jk�>�9f����įXzA A�Ƕo>tvЅ��9C��t<{-�*e��>V	UX�"5B�i��YH4�XC�8������t�L5�i�L���U���pb��� b��w���G�6������M�^f�$�u����+B�ȎJ������#��?�����YD
-B*0�V��
���81f��Ib�}{���<B_��~og�[g�-�m:w�ڑ���:mZ����WE�5���*Nv$&:�ĜiB�3�*2��:�f��5�~{%X��`{�P�����4�.*��?vm&� �MgGN�!)�Q���m�`� k\�ʏ�ܔ_���)�*��)�Yl$kF����$.�o���m99�~�wpk��ؽ�����YG.`������=�՞���/3�
-�V��#�����pdu�xFXp+к�n�
h�Z��z����Y��������'�du�>��j ���%�6i!��0�j�������S��ᢏ�V�z�)��7SW�x��/��Xo���_�ů�c�9���j
-��@#PYU�@%&�g�]xz�G�Y<3���wN���M��kׂ���5�HY32��{j���vH�:��*[���.�2P/w+�sEr�(6)���X�|�p3���*�����m�u����XQ�V���7-$�S�yD5�	hKa
MO�6}ʮ��뗨8�;@[�hd�O��Gq@�t'��c8A��7�����TV��s�6�|�}A��_^ї'����W����������[X��3X�Ɔ
o�_<{�˧��������s��s�}s��]�+̪�XY>� 4jXC�����ܭq���|��WVo��������9f*�\��H�I�V�k)�x���=�?������~�
-�URe�NrqBb��/V�y[-̇�\�8����߇�u�bE�emfiSz�6�,�����Φ�\w�w���.K�)����x�����J��K��
���x���[���r;�M k𔃽�%�����
�¨8H���a�37���
�λ��SM���z{i�W�:�љּ�L�n��kR��&��{��Pj�zZ�շ��'
���v�a��OW�l�.P„����;<��B����,�l+Բ��?�~"���O?*vr�,b̸�pț��j���9�vӯѴ� 9T�L��*C����X���<�@�;_=�/�Ǽ�pSN��EG���x���4�.ɏZ�^�j�FR�"Y���:e�y����Ժ�2k�=U�VH�ydHt�����O�u?{[YѶ�S�5'��;��hjg=��k�H^8q�~�!��ig�$s����3E��5����J����V�m$�6�T5A:�$̂rR�6B�n\�i����q��;��7>9�wb�+.�y��V�����*aj�tbyA��З�8F'�r�w��b}\T
 �����]������p�ެ���${~zS�v�X�">����Ͼ��#��AR�!!V�#0�H1Ƴ�Ӆ?�����<N�@�_��s079�M�H�'F��`�d���9~���Y�����'�aj/��*էox��������>g��ִ��όM���㏋F��u��ݞqM�6��Z
-�[r�S�S����ަR���}$�lg��ڱ����� >��s����[�����\=�����)G'�*�(���,E[�j�5��q�5M��e����<�7cUQB���X�8*`����Iڬ`hj.;���y�/�W�e�<4d���d�������-3G��&�bu��${�����p"��c٤�mi�f�!O�K3
x����9Fϟ:w������e�v����rC�����m���[��J
��(ĂcT��_�����+��Erbi@���a]�NO)JY=ҭ`�O���++Y�I�M .���?D\&6bq0ϒޅ�$qօ?�M��������+�E�^�i��H��D5Ľ}����٬�.�%N.Ԑދ��F<��ֻ�y7_��<���GX#X=f���2�%�[[����2��M��Z�AfX�gns��������>�m	��k�C��Zo��Ui
NM�������/\�9Ef�L_�~
��
����N���ϑHm��[���Z�ۤ��	:6�K���J�3B#f��~�
 ����m:.Dl-��pnl��X�'�(\_�6@R$%Vb�i�G������ې����6���M5[n������Ko��mz����qL�h��YSIFe�2�:�@����D���<��՜X�����j�}ۦ6[BL��7��"�8���t���;�<��,k�ǿ�rϳ�4��P���dk��b��?>����g�ӆ
�v>���������Ùy%�Y+ɍf�H��]p�&L�>�"U�pu0���D����x!~��Uh�:U!_8g�	���)�� �$6j����M�����L�^��L���%H�~�ϵ=V�-q�5ӻX�Z
>���BF�I�r1�Q�$z �
-*%�-7g)�ڮ/^�Y:Yo���o�4�Lnt�e��1���v��J�b���w�m��WWN7�\%��(^hκm�o���_���v��GY6^WsK��OY�����)�� ��s�E{p�8 �AIr�����춢�'����7VL4�����G��㚆��ἣq6���Z�������w����8s�:D��-L��R��Q,z˧K���Ed�B���j�����H�
-8�
G��dao�t&�l�u�s[���i��1����(��W����NÅע0�:
-|�k�R�e����T��'��(��_;#S;�r&w�Q<�>%M)0���e:��A�Lt���e6%�63�/|ҳȷ�2�e(����+�d���,Sv�>�цb3�f�d]�˼X�߰�L���5�>�5x?��?d&XV�z�m����c�z�������
��l��Y
-KIb,��;�������=vo
-�G�xq:I�G�%����G.?���
�86O�����F�L�|�	���r�S����%����ϗ�0���i���FN4,�a���V.e�~�a�]��ҙ�(�-6؍���'s��g5L�,+�V� Xp>F
- ������"�v8�UI�CO*,�/�N�u۳]zJ���0���9\����Ȣ�9��n>t�8��I&�
�
-`�x��A�+zr�*5&$݂���$����lJҿ��HG?vbQ�7���ڨ��"d†yZ��>�p����\f�W��o�d�,�WP�ZU}���
-i��� YJ��—�<Xa3\{@e-T=B�yY�G�
�X�WE0^�dNT���S��V�����~I�=|�ᷖ����d��꧜�k�u�̯�P�n�	Vw_*����
-�w��A/<�D\`~�	���W�d��$������ι����i����'�>RSs�ʓ�^�k�������ǺSS�<>~�װ�� ~ch���×sn�ܗh1NP�0
2�d~o��(r)�V8�����Ⱦ���3��K#�v6� �'p�v�ាc۫��b'�v{������A�2�Q�M6إ�XR�ynyKpz��S�\�����w�.�>��u�dpocBg��OwFlz=�=R���J���h��fu�QRlޫ
�A�]ܸ��CC�k(����D���Lz���9Ȟ�uu��DW>G��B4�7ߪ�i͍2%�l���X�[�~��bR�|;|�6�b�������)���HFU�*�s����|�u��Ƣ�s��{�,M������|��bKK�ޮ���/��+�����f�n�r�)��[F�lh�{}�.��PXd^�ƨr���uE	ںޭk�M(���y���5-"���z��:2�ʹ��Ĉ�
�C/�B Pog��H�4����Z�6����g���5vxY�r�9�|G4 >�~
 u�4��ZڶV�loL��X���D�O���=�eku��q��4���{rc.��ɵ�S2�w�i�|a�,�
-X��6!������>�4D�dՄ��t�.Ƨ
-"S���M�zE�F!���+��h����B۳��G;�=1F���v�j����XQ�vBL��1%�3���^u�8Cx�>�4��rW�
-C�"�>z�>E��2���6����$3
-"��W8��w��XV�d7�9T�����N˵<j���r�������n���ב 7`���ȗ��c�ow����e��`l�K�e_�!�~A��ůF)Ҍiqw�
5z��![8�r�;�GE���tt��f2�b7}B��('R���O��_��r�Q�0����J���Ms��C$�T5.�O�����8�;B����Fh�p:8R"�'���X�qB~�
̍ss.�kK�g0�eO�ᕶ�wD��]$�@�J��Ke�F�pB� X�J��!��s�h�>1EF���6�+� ~�$K���ˑЗ�f̒LG��M^�������._���}���� X���_��}qY�B_
�%�W�ި?W½"��˽���M����������q�w~�g�vM��p��y��Z(!-�'wӧ���朙">\�3�/�g����>VYU��|�U��4t�n�CR�U�0�za$�Vp�RRZ���Z.�82Ŝ.�>��o���յ��qL��]Ձ��/8`�L
-ٲ�]Kņ�<�(D`Cm���L��i���}MRxcKN�t��i��|�(s]m��S��~�LhbN�\�X���(����T�u�2k�I�m�յ��)Y�p��WF��v����A�ۺ"-���i��,�?`ah�V�+���
����8`�� ��m��;�쒰�l$�Pj$�&�Ó�Tv���`��5C�ry�Pm�zGl��C���=E2sa�ߣ�r��.M[��b�����
�ex�;47��=���ȓÙ�Z��s�b[%nI�}�o3M����d�'��m}��m�������Z�&B��t�(���]�3+&c��,��.Ц����oj�Bc5�Y��!��d啷�
-F,
-�E�7bǢ���O(D*���~J“�}����	0WJ�Ş��tR�P�k����{�EV6gM�T�-J.=UWu�=w��')oN��SC�և��r�1��jn������(jV)Ȁ�a�	�Dg4j�?�Rp��ã�7�T5���V��ں����S�wvf\�����Y��Ι�;�H�N��ru����DfB 'wp�PHk)|[-�տE�ߦ�B�\��n(_|1��Ά��"E���
��Ч�"����	�n�<}��t��u�ؔ��x�1V]�U0�Y@�K`jD&ZDY�ݨ	
�-~Kg�r�n�[=�ިD��-�g���u�R�E!�wfw��R�0YR,7B&�%�4c۞uL ��B�I����k�w�������-�D�(�4��c�ߣu9�""���x�"b�Htn_��}
j����˔�<ݦ���TaCOw#/��	B��a�a)S͕�;�����Ic��vca�ݙ����'+�3U��䨼�NK�=]!��H�J"��_�6Tg)��m�&�&<"���ܱE��ݽs�/�j!'��?'P�˝D�2�&X4|�b+>\����
 6�j7G'�o;mu;��9�~�.zg�C��{��90H��g��E.��i���a�_�>�_S�1�ٱٖ#������4��G}���F)�c�������de�݀��̗Or�̊�P�9�aa
-� ��B��3�_�dn�W2X&�������ZT6�=�������7{��ʯeJ	��@na1�ʛx��sx����m$^u�SY@E�D���`	7�e��4���,�����*E�O��7�v���:�;$im1.{޷	P���b���V��JVE�"��6�=A�Mt���MY��0��Z��b ��}�`he#�_״�mJ��k�}�b���59�R�<q��_\�hNo�r��s��n��v��:�q�4�[Ԗ`��6VuG��$A�)�0Ǜ�9�a�I�d�o.�a��<��`�Y�3�`Q�\\!�+�ֶ��nk1It�(��J���|��.�拏����p��1�/���&�ៗ�'g
-�q��^�+����6�)
-٣��ӟ�.����!�D��=�����ܩ���'rr&�3���ק���y+`eb���H`�W]�#N�HN��i
�>+��������y
-]���FaRB�
�-.�W��6�B}ޟ䰲���	s�`߆Z|)"O��ö,�^�a���h1җ~ݜdh�K�D�DcalY�A�X|'�,}e�q�=wm?����6�,�`{��~����%���c�����~�]2J��/Jv������s�.�/�1���c�CS]��ԋ+R��=�z��k��B���jo����ԡ[Y�8Q���,��$�N[C�B��U�v�Rg뻷i�X�����-l0���Ɋ��
����$�2,��,I�V����ӕ��JOQ����R��*��N�M�g�
������͵��W�����ik!k��
��`'m������:�a�i���c.�!m�Z�فC�+��<n+74��*��L�Sht�k�����	��gT9����Z}�2�Q6V#���*��kos|:���Ş<����	��渒"�]�����07m)�G���T��C���{W�Fɀd,��S[��$s:x�=a�1"*�#����.*���ŰO�_��ej���lh��ք��
 ��
-����F��c��'����]�E!�ٱ�P�RYѐ�U�~��΅ʣEnpb|/��$��)R5��۹+Z��O�WXh\|U�p�p;�a$l�RY�y�x�qmc}���P7.��Y���e�8���c>�n7l��R�����R&+Y[�%�X�0
j?�w1�����r��ن~_�C���Ȩ<���aJ��:�—�n�"z�}��H~N	��j�����iC�QN��RG�t�i,yV+'��D���9��ʳ�U�5l�#Ta��j�i�r���Pq���#��>���|�7����N�	�jP5�eJ\Q�/�K�7��5�dM=.S���/q�������r	�
��v�
q�r�Y�u�*M��8����m�$ђ�i�k]2���E;�`����ާ��Z�M�1q6�/���/u�*q�����S�F��D��#w���I<�i���}��BN�����So�M���&t\1���a�"`�Ilsy�u��f���P�Џv9ڪ6N�2Z�栯&W�㞼�41�&DiuN�{ρ��!���Y!!��
 ��Gm^�Wʔ����j�pԱ	����R�M��`}ζ��[�7V�9�z�!]ÿ@�+u�ubtw�����14�|��Qg]�@�����C�#�ɾ�z	=�#���e�Z>�P�Ɵ���i�%�$����l�45%U�������R]��-INJgg���f�#�1:�X�WDMN��ޗ/K4�E�X��8�c����v�`�]���$�zr��ʓ�˻�rz\Ić
�%
-E�xC��R��t#�%���f�'�3���oi�?�������5?���̳�o����Z�mQ�k�(�|��p����K<�9� '�^�Ʈ��^.���s�O"r�������Y�oƇ�q���#BF�����I3y�k��J��.qR9����n��렬�ɠ�A����ƻ\|k��C������I�+�P^hy�\XT؆��Ž�����?����uDrĆ��u�s��[G�DQ]Q�H�%<*�EFѤ�%q�x���J�/�UrZ�4�2���
<&�A{�G�)jY��¯�)�M�R5��,1�,p�F0OͦQ;s-�h��i�m���4��Q��B�bh�h5u�Y�d0vTM}��8��q�Y��䧸ͨ��
-���?��ڎ��r8�������<8�
-����8/�xNB�N�q�H��
q��V�`!�_��:�wS�Q�Ԓ_�ϡ��F�
-�Q���!-q2}��B���3Ht��$�l�0{����|��P;�.��=&�	��~���S��GI��A}L�^�3�ý��yS���`�2�Bx{�!�o�+���o��=���#tE��g�y�u�g� ������H���_���"����G���}�Dz�k�P>���}x{�f%}��,= ��e��z�C�}<�J � ��!(��p�)E"�o¼�/�U�b�vƱ() #T"R�~*<�|N"�JF)(��(3du���+�D6���x�\Xw���"��K`WQ9��)U�JT���ZT�jQ�G
��YjF-���v�u�N@�=�1:�~���4��0�8�uC�&vf�b2���ƙ�d�����0�g�������پ�'��8��X���������qR�b�8E����x�M*���yH���d����`$"y�D"�?�[����Qq�<)�?��CP.A���&��E�d�<���a��|�?��)�<|���;
 6=>�?0�L7��+˼���^��n��`xXYǜ�P��N����c{��F�h��4	F��7%���h�Bo
E�`8J0�a�S�,�5��z���n��d��Nz����}`2^��WճW������a�8{[?��4^��NN��O��h�Ҡ�RFYJӀڇin�z���V������{�'���4�9C95�̜��S;%�"ɀ_Sh����R�,A���ң����xƇ�޾@��d�6	< �^v�hƼ��C�7Ʌ%���Xy{q��`��r��3���Ŭ���{��H�gң����S��QvM+o��	 [7M�s�2,�I�A�`��)Q�W��g50��c9&S�����ϊ���1����Ě�$ܟ����T�@cI�Fv|ΏA���䧼i�&�Z,�ɩ�A�
-ʛ�?#PY�z���Mw�������	���hO�rr�WY0�醃�L�r�Ӎf�@��N�%�ȱ��IF�t
-������ߓ
-#+m8���9zXF�x�i؇b�T���������X}���F�<25�T�O�H%^D�jXd%�(Y���n�;�_=�����!<֍���#��#�i�-����������
+x��{	|յ��3#Y�WY�-ٲK�Ŗeٖ%��-^�5����"��cB�	!���B�4@�4M�BXk�x��(�hJSJ[J^�4��%��ɱ�����;3���9�s�1�!>2#��m�ο#��Q���}(��߯"d|��푸Է d~�yc`dr���G(���90��|�����'�x6��i<���H��ޔ�����%�;Ǽ��]/�C�v�_���^h���3�
�z¢w��P�Q&4����O.��&H��7��	
��D	Eb�4:F&��S�+UjM�V�OLJNI5M�tK�5Ӗ��Q�=����/(,*.)-s�)����^[S[W���njF-�?����״�c���kd��w�k|�s�H���Bj�'aIWbQ8�Q��]u"�I.3i�b�I&7iD�3��L_L�*�Õ�D}&s�d�M��_��@�@�m�|���s����x�Z�U�^}���XEj�L�X-l��*h���;p\%�)a���j�Ӫ��߫���[+��L�/�PA��h�4݉�0m?0���#L����|I��z�
 9W�ґ�W)q5FB/`�5V5ӳ��T`$�  a/qb����H��:msy��4�������[��t#���uڴ��5����k��=�U��HLt&�9ӄ�Qg.,2�Udpiubͺ�k>+��J�X)���F_MiX7\T2Vo	~��LRA�9�Ύ�"CR
+����	��J��Aָ����)�|�ES�Ub�S��H֌('���I\.��:���rr��b���|!�{����;��\�����{,�=���_fh�?-FV%�8��$��V�u��~к�������۳�}����O.���?}���@r�#@K�m�Bj�a8H+�9zm�ۭ����Eŭ.���S�mn��<�6.�_~��ޞ��N���_?���sk�+�>�F����JLL�л���!�гxfo���x/�1֮�`k���fd2F��&�nk�퐨ujIU�2+5�]�e�^�V���bQlR��)5��-�"�"fX�[Ub!�d]��j;�"d[����\M[oZH৮�j�Ж����l�6(�]7��/Qq�w����.(�b�z����-�N1�p���o>=}ۙ�����m��f��(6����/O.��-��Ϗ%.<M���ᷰ�g��
ޠ�x���O55=�����.��һ�W�Uk��|`Ah�:��<ls;��[�0�����!'>���r��ѡ�
 q��s�T��:+ޑƓj��
�R�9�|7C{h
+s313�`���ʊ���� F�_��Ic�Z0���:q�͟���Ŋ���Ҧ�(m�Yn����98�MM���`�]�lSh������g���חh�F�����<)��6v��@��){�K4[���Qq��J�g2n�;F�-�w�
+���ң����f?�>�ux�3�ys���PeפV�Mn���h��Ԯ)��ok/,O0�M���(T�L���.��]*��	����uwx���Zg��Y��V�e�E~��D4k/b�~T�$�jXĘqs��7�!78��s.�&�_�i'Ar� �J�U��o�?���*c�y��|w�z_6�y�ᦜ|�5��f���%��id]�#� �P%�荤FE�F{cu,��󼡵��u�e�*{�0��8�w�Ȑ�$%=���j�~����mg��jN�+�w�����zj7��ya��p�<��C/���I����g��k�����6%+����H�m2��j�t�H��|l� �
+�$Ӛ�#�<�p5�wʱo|r���6W\N����m
I5U������L1�/�q�Nl�����������C]������y��=�Y	��I�����1�*E|��}�GN��� C>B*�RG`��b�g�
�'�y�ȁ><n����:`nr��r�*�O�z}�l�N�E�s��ч�ց-�	N���0^��U�O���-���3]}�ʭ�i����81e��T%�ܻ�=㚒l���d���C�8�"5
+{˽M�JUU�H~��>��c{UQ_mA|B]�X��
�����'�z�-�kS2�N�T$QZSkY����jkv�)�k�|9�����yVoƪ������qT��)H���Y���\vn�=�_b�h�lyhȞ�������ɳ[f�t7M���I��;���M�Db��>�I��Ҋ�8C���f�>?[Qs��?=t���#>=_���)�Q��\����r_���͕�Q�Ǩ��^
+�GWF����Ҁ*<\��ú Ν�R��z�[���)��WV�^=���@\F!.��Ll��`,�%�5�I����C߷��9�ϓWȋ�|���+�����j�{����ӳY�1\6K�\�!�w�xj7�w��n��5ylCv��F�z�`�e�K�L���e6��2��N�̰��n���bk߃�_[)
|��{��&�:ٵ�*P�������w77�=ޡ_�zs��̙����q�E9��z�
#�#��,$7ȷ�
�طI��tl��D) 3��g�F�\���5y_Y�t\��ZT����h���O>�Q�>�
 �.m��HJ�6�:*�܏�����߷!��'nmؿÛj�ܶ���Oї����������:�t������epuX���]���$5~y���9�8=6ٽ��v��Mm�����o��Efq�U���w�ynOY�ȏy�g��Hi�١,׭�ִ�Ţ�A|n{i���N�
\�&|$Niu{'GYy��3�J`�V*�̆-�����M�4b}8D����`~Q���+���B�����u�B�p�4̫�SZABIl�����D�f�;,��F�z-L��K� ��k{�\[�Zk�w���|�+�I������*bƣRI��@�KTJ
+[n�R0�]_�.�t��H���,�iF���P�-�cj���͕jŚͭ��ۺ����n�M�J��Q�Мu�j�z����%�M���5��l���j]��hCyE�S��@,���T����Y)*p@؃<��>�o��t1�mE�O���o��h.�	$������5
O}�yG�lHSY�"sG����/��ӓ�q�<u�.^_[�	���X�O� 7���`��sW�ry13��p��^�����L������8���ąc����?P���/������E32`�u���.������=��'xOZ�Q�	
+�vF�v�L�*�x�
|J�R`����tT���>�����lJDlf�_��g�o'�ef�Pf_+XW��d_�;X��}L�
�fN����ʗy�,�a',�\ͯk�}�k�~��L����L�"{1;(Ǥ��??u����������X��w<7����{�����2t���DK�]i�\~�!4�lql�h7����~�p� �E-��;���Z��]K���j�/_=`"
r�� '�
��hX:Ú	��\�^�F������3�Q[l��1O�=�j��YV���A��|��@:ֿ���?�E,�8p,����TX�_�
���g�4��a�/Ks������E9sN�|�0qP��L��2�F���W��.UjLH���)((I�?�'�#ٔ�gk��~�Ģ�oX��Qg7'DȄ

�2}j�hm�;2�̆��߸ɄY�������.Y/.���AcA��
�/y��f����Z�z�v-����E�	��.�`�\ɜ� 0t	A�xi�HoSsi���{���o-as�-�T��O91��릙_
 ���d��.�T&�_^!j��^2x������;H������=H�	0 ��	�#3�s�z��3�0�գO~}���ȕ'�<�p�cC�c��u��v�x|�H�ay�A���Л�5�/���/�b��fa�d��
+��,eQ.�RP�py�_�Ց}ǯlg�ŗF��l�3AtO�����=mǶW�G��N�7��0;8�	:���e��<�l�Kg����(�����������-����]�}��?��V���ƄΔ�����:z�{�䋥� #6�,i����ؼW��x3�
+�q�3n�����P�-f=��X�Ù���s�=W���ቮ|�ne�h�o�U7ӚeJ��\S7�F��u��5Ĥ<&&�v��m4#ĀM)70@I}�S|�����2RU���Qe�t��{;�E��<��vY�ʥ���u�jeŖ�ֽ]e;_%W�;+�oi͜ݚ�^S�շ����|��t]~���ȼn�Q�p[�*��u�[�2�Pf�%��:
�kZ&D��f�u
+&>d�ia����^H�@���Dk��i|��Nmd3����5k�0���rsD��h@|6��li����m�h�ޘ�#ر�m/�,ޟn%�Kk{�b���s�T)i
+=����\�k��d��0�d���Y"*�ԉmBf��(}ti��ɪ	����]�OD�������?��B@7SW��� �2���g�ˏv{b�����8ӯ���1u�,��H�cJ.g�	w�:>�Fq��}�i���0���E}�,}�~�ez7?Fm����}IfD$ɯp����{����nbs�B!fq���ky�̵���7��yy��ݤ��#An6�\髑/!��Z���=����/�؈����C��� .1��_�R��� �Nj�B�p���w>
���s��0��d��n��v�QN�p5F��Ͽ&��h��a�;\��L7,<���v�H�j\J�S%h#5qnw�:3�����tp�$4D$O���^������\�זD�`�˞��+m��p)�H�Y�B�(���X�((&��tA�\��C$ȷ��+�}b��>qSmfW�A�(.I
+��#�/�͘%�������kƅ��]���9�*����A�<t�ÿlQ�Ⲻ���K���Q��{E�{�{OA%�d3)e3�}����b����l�PQ� '.�䋵PBZ�O�O����93?D|��g�I_ �\w3�}����3����i���ԇ���BaL��H��*���:���\�qd�9]B}[�\+�kk+�8���$��3�_p�>��e�
���
�yLQ����Fgo�nGӔ+�[����Ɩ��;+;��0�+� ��B)P��������
+�Թ>�|C�Q.��k'��r��9e�r�D۰�k�S����)��8}�LÓ���3�uEZ���� c*X�����W7�d�eq�f�ALM�6�wV�%a	��HV5��H<M��'ͩ���=��F�k���������X���?��{�d���#�G�=�]��d��Ti�+�����whn,;{��'�3���# ��8�Jܒ0�*�f�(�;~kI��O<������"�E���	<��^M�(��Q�]���pgVL�ZkY��]�M>������&�jJ�|�C�K���+o)*�XR�NoĎE��P�$T(#���'��$���`�$�$	�=��餚��pmQ�#����lΚ*X��[�\z��"�{�j�ORޜ����>��/y��c$��� [=��Q�8�R�U�2>�?��h�z����G݇G�n"�jl���<;*<&�u���j��̸6_q���8��3�Mw�=>��h���d�e���:�@N��&�4��R��Z��,�M��8����P��bzǝ
5�E��
 C��O�'D`�	����y����L�2��)q�vc����`ڳ���ԈL���R�QF[��β��(�z&0*�Q�d�+[��(�K�� `
�0�B�[���Nͥ�a��Xn�L,Kiƶ=�@�%�#�j�����j�<��7�'��[ĉJQ~ij�)��y�G�r�ED$����E����ܾ����rk��)�y�MM��%�†��F*^���F��B�R��+�wX1&1?Z���(c����{�3��m�OV$g�-�Qy����{�2B��a�z�D��m��Rj�2MMxDr%ٹc���)�{�._l�BN�1�N�>�;��e�M�h�>�V.|��?���m��n�N��v(��v�s(���]�
+�X�L���s`���ψ׋\ZS�L]�d��}�	��c4�c�-G�O#�+���i6���m/�R&�D'�����1��(6��=��/���'���
+s���A"����g����ܰ�d�LR+��ù���"ln{<�GQ�)��)o�E�_;ʔ<L����b��7����$����k��2H��6ħ���7�8���n\�DCiʹ�Y@7k
#U���f�o��!��CunwH��b\0��o#�����6%��8Z�����E��=m>{���du���.�a���l��@�W�����F(�
��i۔�c��qu�\�`;>�kr���y�9?���ќ�Z�
+�]�-��[�F��J-u��
+i@��-+:���m��f�I��Sfa�7�sZè���l�\x���yR_�<��g��3��D��B�W��mI���b�� �Qf���ω��7�]��
�-�ٵ�H�cd_���M�?/yO���2��W
UUm(�S�G��?��\z��C��.�{���S��S'�ǏO��Lg����O?!�V���d)���6��%F�^����7��;|V.�/e7��+��r1H[�¤�8�[\��Km`���?�aesy���
��RD�L�M	�mY.�2�xs��b�/��9��b��-�2���ز4���N2)X��d�{��~;�Y�m0�Y��(���ʇ/>AK|_�>A�'�-���d�v=_��h-]�\]�!^�c�e��;�Z���L��7V���{:��+7�H;�=�T;����,ce�C���q�jk�Y�7DI2���l�4��|�T���woӚ�J]UYc[$�`(ŵ�	9�m��I6eXfGY�<�$Ig3�+5�����5:��D�U�?�����6bՅ�]�5�k���%�	N)S
 ��B�*��R%��N�"fs#	�u*Ò�2���\�C��&%���W�y�Vnh0GU���8^�����O-Tv}��Ϩr6[����e�l�F���U4�����6�t���;�=y
+f1����q%E��/X-8an�R����7�<�_�����֍��X��5
����H�t�x{�bcDTG��\T���a�(�/�H?��>�+n��"�H�	M
2IAU���7�O珓��'�><B�O�c�X���!��T9���_��G�8����>^HQI8>#S�j�sW����и�����v�%�H������T������r��n\.��0C5N��q��]��|X�nؠ���1msS�LV��NK��a�~��b������
��r�$���Qy&_�Ô�6ju�/�3�(E����E���.-�f��+0AӆF��౥��
�X�V
+N.6#��=�+sH�S�g�Tk�"G�¢�ոӚ�v$��$��G4N�}����0o�������4�.j�˔���_&��o��-j`�Țz6\�J�_�:A����������R�>����?T��q�s�۔I2��%���׺d���v8���9�)��O�3N�X�c�l�)^�w��_"��W3T��-"ǧb���>]G�';�xX�0��7�>�*Ʌ��ݱ�ק�
+9� #�M�b&o��E������봅�Ks����r�Um��e���A_M�)�=yuib�M��Ꜹ����C�=�BB���><8ڼ���)	;�Ո�cX	믥������mU#��o�js���C���NW>���� ���)"��=�ch���=�κ4����ч�G*�}��z�G�e�˲�|�� �?ac��6K8Ir�y�RijJ�47'd37&k}��8?;Z���,���	��^G�ct�X����ο�/_�h�����q�����'�����2�Ir��du�''�we����K��񆆍�
+E�F�K�]���;O�g��+�"��@n��+D�M#k~�M#��g����)>ѵXۢ��.Q"����/���?�x�s�ANཛྷ3�]��\�]/沟D�D����%��p'ތ���?�G��p�_�f�6���%��:E]�r�9
���:�!��AYA�A'�����=�{�w9�<������+����rW�+������
aw�
{!�a�	����
'"�"�"�$P��D����
+��KxTH���I�K�X�N�o%�$_r���}i"�eJ��xLZ+��z�,FS�4�@ۅ_GSěl+�j��Y$bYญ`��M�v�Zh�6A�@�m+�ih�9����и�j�@��9�`쨚�Mqޅ�<�����Oq�Q5�����9�;�Us�p�+4A��9yp���%q^B�>�x�(��B�t��":���B��
u禮�>�%���Cs���d����#BZ�>d"����:�g�<�>��IB��a�z9s�&*&�v�]��{L�����ħf��"79������g��{�1���2e����.C��@W������{d��aG<��D/!Ί��)�2�� �A���oߑ�/ԇ�&�!(E�`��6_����ekז�|ħ��0���J���@Yz@H��"���>ԇV�x�w�(@�EA�CP(
+C�S�Dބy�_�.� �cQR@F�D*���TxH��D���RP*2 #dQf��ґ�
V��l����L����!.DE������r�5�S�@��
+U���բ:T�P#ij&ԌZP+jC�h�@��zzct
+�=45:h6�a&q�놌M��0�d���3y�^�8��=�'`����	��)�8	�}�?N��q
+��?N!V��9([������q.���-���� T�����?�C������HD,�
+F�D���^����xR��\���_M
+2�?�r�f�x2����P;��<%S
+�x8�W�wlz|�`R�nNKW�y��ý�5��Fe�𰲎95��������
+��14��� �Gh�&�oJP����0��4���p�`��X�k���±h��=�X��*�{���d�p���g�D}u��SÞq��~4=h��;Ꝝ�#����~�A@�
+(���������F�[	��\���#q��OzG�iFs�rj�91�vJ�D����@�La(�Y҃J�rr���;�Rz�%�r���$p�z�	��!����$���c��Ž�����^��*w�dt:�B�Z#ŞI�rjt`pt,�O��G�5��A�'�l1�4��q
+��P&}��3�D]�^�
+����LN��L�ޞ^c?+bc�w�4f ^k��pxL��R1�%���8?mԯ���M��#�i��'&�z�+(ob��@e9�%�06���*�{G'@bS�=���Ɂ^e����3��EL7����^�;�#��&9��)~���[~O*����tƆ��a����a�	S嚢����b��z���8��R
�>#�`xE9�a����d�#߻	���~����$Bx�{��GċG��(�[^�m���w��
 endstream
 endobj
 933 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAH+NotoSerif
+/FontName /AAAAAL+NotoSerif
 /FontFile2 932 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -77178,44 +77246,41 @@ endobj
 endobj
 936 0 obj
 << /Length1 13132
-/Length 8751
+/Length 8750
 /Filter [/FlateDecode]
 >>
 stream
-x��z|ՙ�93#Y�mY���$[OK�,�aɒ,˲�~��8��8v��%�M0!�!$!$�@B��@��h7��Bڦ���]ʥY6MMiwK
--�����=�ߌ��A
-{���̜�������|�3�0B�����&�"��?�{�Z�����^���?B(3-<�׻.g��,��{���9pN�C(k���5r���\ψ��9��0\��	���V���}�p�{8�����j�.��s㽑�7K������ �?���rK�6��%�!}�/z3ARn�����B�8E"e.Ȑ<U�T���5Z�ސa4�3-Y�l����q�s=^_�??P,����WTVUu��������I�s�Sn�mTOv#�3H��Nxr	��dvn���JD�L�q�=�	p�\�X�%j������	���$u�i���{^���߳�"3`��;ܛc��k��>�����Y��V����|)7B抁`䨋�������I�<�ޭ
-5N�5_�|�ThS&��ܱ�8͹��3�l��jo
���1���w+��w�y�>�g�E�$��Gl��=My�:�w�v��2�BE��P��}�.�3�+�
-Jё�}���~�+��0���� �qmT�X.�@����0��ewn�ֵ'*+�����w�)��w��™Ю���+O=��+�z��0�J@�k1Y��٣&�R	�z
-I<�(eeUT��JY�����βs�x�}���+�:s�O��*��y����C�I�<	�S)����]���.��8�E�S���BQ߽���W/�����E������m���ɿQ�Q��"�G'r�tRb�a�0���a�<��G����
��8�r��I݄�q��ʺ�W|�P
-B�����n���U*{Po(�);B&��r�M"����~7�D�
d���}�0~��u"�/�*n~J��nS����bqT%�sX�,���MR^�s�G[ss�����������*��ʒ��Y���W�����p�'X��X�����u���mmO_=|���Z[��(:�v�(	�5���a��fN!�n�s��&e���(�QX�)�����������$��LΆ<�43Oϓ=���Z�^a�
-�U0>+3:��u./�%u\��d�s��y��J�A��t��w���h>a!;6�U���v�-����|~r�ŭ�Vgg���'{ߨ.�-�aO��o��E��ޗ�_gst��8f0��,���U+��s^oZ�-�$���f�9�Ns�ƒMy��K��;��l)Ҷ���M��=�~~2��g�ti��ѲM_K�Y��i.�H�������:[*3wX�&J'��vNl��n���n���|��\���vO�����Rw-0�S��!��Bǂ���`�R���	�8�#��l�z��o�T�?#�q�Eqy�l�=��?��ow�k��_��ܾ�<�а���=�mSh�Up�}�#d\&%Μ�K1��Ad$��VNO���_ro,�<���:���dN�I�jt;IqI��]P����}���^�4s�߶�V�iߦ�����QnBR��x�>P.N�$`���p����EN�����R��YU��Q�p�N���#�@\�iyE[@ͤ��&�x�pAoeW�-_��鱱���/�M�`wM�ÿ>��@�Y��
 ���,Q�O+�;��!��h���i�z�g�
-T���������[��m�������=�Ps�&?[i�s.��ć����z��Q�]z�W�G:��s��!E'Ÿ��-~���&n�ߦ.y�C�t����-�0��ш�����m��Q'f��KIY‚��ݵ+g����������m6V�}����uZ}�T���������Y��*Ζ��xM^�ϕ����W�|g��ᐷgWC���Dg��)�}l�W8z�MSYw����4C����U�)^���!ؖ�i*r+d��F�]�+ƕ�d3���1��,Gm���ф����B"�6}����M�
-4�x������8<(�?=>q~_]��kF5X�orv��H�ŭٶ`��)��Yجv������&^�U�������+_#>�-�u~>��O?��{���TW�'����5���_��[
!�!��s�Ϳ���t�xJ�d3�!cj\�#��g��'-�-�ũbs0��(4Zo�;9>��n�}-&�����Ƭ�/6G��4�Yݹb�7õ����=p��/�1� �
[�aȜV�$�a5y�&��v�1����<�P��/�I���
b|+�u��T�bWS�V!L�V=� �Ky�*U�<~
-�T!Q���J��۩�o�X�:A$���*�w�;����MMCC}
-��ǑF��@��8)3K(K�͋�._���"sH]6�mί�[�ߧ�n���D�t���h�ش�����Uj~w偆���TUAOy
UR6P�+�C����"�i���E�;-!��m��pC�DU�vu����;_������r��sG����8��㽼+���\&k�ʕ�{�쮳�gg::_���xq6_W�S(���i���r�!C^�>ѥ�nnʅL@��),�ɸ�h��T�T�Z�-O��ȑ��ft��vxS�2y�2�V��db�EL3�l׫�~g��]nJ
-�M�v��8�}�K�fFN�y�Ϟ�?��D��,9�����Oc#VߨX�&6�_���^�:��
Vu�l�A����wL��M�L���.3��i&y;5�{��+���Wi�vy�_�C��9��o�s�������&mC�>��2Q��h�J[^�2���!���\QZ�lǢ$�-3bj�O���/�ӽL7�h�Wٱ�{c:����x�/S,Sz�rML�la"��������-?���_�_;��e[�ա����}6��7�Mu5U*�>�Ʈ��7�j5g������揞l�򰭥(N�d�g|�x\pۀ�R�K���*b�tkΣ��w0�,~"J3�:�,G�t���x���9�X�F���b���v����F�c��}���1=��/_Y0d�(x�%��`�,笷�䏚&cЭ���e�n�]!���q��ZB|��c��u�� >`ĉ�j���V�s6Ueٱ�Ωa$��m:��K��Q�����dCK~1���G'8sʌ㾔~r^gS%�kVmUE}
oW������;69�)�;m�� :3a��i"��
 ��ɖꕣ�JgI&}i�N���D����K��/q�U�~�wv��C�c��j���^�$��$G�����xe��ƙ�돱�gT~\?��.�"6����W+��(��h�t�~�Qj��H���o�m��(�/�f��nH�O�_􂁼�|�5��<��l&�=$��
����Difi��'���E��rv&P������\ H�2�7�?��[u"���q�k�D�_�o~�E�Ʒ���sΜ����1���ܳ��hl�osϞ6��ZQ�����^Y+^}����ќ����o:�����`���Jѡ��*��L�v���b���_���-ը�˛(��{��s�T_IH��	:hj���e���b��%,Z���KS�03�=����{�?�׼ŭ;����{��s�t���L�z�U��;����?��������DA��$lڞ��4,q��2?c����z��l����2''7�Wڵo�V�_�3W���L�f�"���lb�
����{���tWvȒ
 X���
:�2K\3�N�6��5�y��5��o_�W���Z�h�A�?pn���
\b���D��ng���Nsݞsᩓc����<�5`��i�jw
��lmx�Inˠ�Se�t��`�4;r��Cٛ���v?�g�X�]i�[��ꬴ[몫���C�j������.��h,7��E#[e����!���/2x�^hN�$P�}�T���~���D�*%F�~>H���{��/���ЗgEl��_�?��ι���������y�z&�u�����4YQ6^������𻡓�A��K����~`���J��f��4DCJti�s0�b���c2�]�"���ؠ�!��s�O ��
-��w�:�Ɛ�� Nv'������'�d�D�DZ���oǍ:���8�2E�-�������i�D�*M��g��6?�>���V�ƐƯ˽��0u�����K�a2�K���̬�g���?���/��x���V�v�x�21%Љ�����5g_g����7�����ըx��p8�P��N�x!D]�f)���-*N��捛�u%3d�]��k�k�˨a48fe��H�L$[.������BL9Ě�T.�m���p��Kx>�ݤZ��o�����WR�yeq�7��y9v�O�t�AE��i	�g�F�@��āΐ�E�-��"��D�:[����R���H���#*�Jv#�%J�����o酳?��s+ƮU�p!^�����M=� �;Y����
����ǵ�ԧ�*K*5���F�!�>)�XR"\�ˊӉK�,Eb8��R��{��N����Eg8,�(t.v��\Jndi}gՏ(��wYt�+N@��Y�[�f���� �f𱼂�J��+�撽b�h��_:����?�y�Ҝz
 ��*����/�[����s<��tt�z�qI]~q�.��,��krɍ-�{?�ʃ��%���ٺ}�7O�q���z�k��d]�:Y�n�[En7�]��˩?PM]���d)~z� =/[���x�w��هg����T��)�8[������_,e���:�A�=j~�~F�n�9�:J�_����с�c��~�]�zn~J~
-��V��/8w��XIJtM�`OM��s�}�z䁡&f���N��l����ޣ��=�:~�7{���F�.�T{z����ӻ~���!ٝfn*�W��G%��/{�e�E���&p���ɇW�pGmIsA�3�y������1�o�X_���|���0Ib��@/�^�,؜#��4��6��G��9�U�P�����#��+�~�4۬���r+y��SK�����5��
-g<�Ŭ7r�t��2�t�c���3KYO�o���{��SVv��'��]��K����<��>������'�n�/$�������T��>w��Б;Ù�"�� ��d=���Y+Xʽ
���K���Y�M润��J��S��t�w�S��9+��V����v���m~t�+�x��E�|�N�.�<����HD�j�z��-莘��=rW�A�k��
-o-N����h���n�L]�e紗u1�:e�[�)�Ο�$KK��*a��c	z�����&y���W���k~po�7K�r�f��}�To��,�Ef�Ϙ��{�/�li���ȣߗ��f��:�%ӫP9x2�V� ��eզ�]=^�I'Uj�z��i�h�=|`|.!Ak����{r��i��巌J�E/K�f]���yx�87A$���/��B|�M%FSY7;� 7����!d��u�?��J�Fv��!���"��|z��~ʐoMM�v�R��A�)oX�l�g�]��5p�gJ�*���gB�57�Ii�yv*ǒ���3�����]����a����|`sj�I��Z��Ȏ�6�Ze\
3�����|t��;�ƐC5'��AK���R�8G�y�Ȑg6�e��y�Y�g�D��f]��y	jo!�/c瘈-0VѳA����E��>�V�
-t܇�¡jn�z�Ո}GFہ�=�l�5x�t$1q1���I�DC������d̦y����M����Ɲ��
-� 	L�>7AU�kމ���8~Fuk��V�~VIL�֙3��dKV�
�n<L�67Dq��$(*��j$�E��|�71�A������Z��.�I��k,3�Z���J�^=�V�Y3�:ak�[7.٫�K��;�eVɗ/��=�_��o�����x�g�;�hБ%[f��������c���z_1׈n���5@cqd/�JfW�HDŽ�A�_xӻ��O�����W��1o����rwK �얱�����ҿ�|�W��++�t(rj��<v���}���gT7�P3��v�Qom6��j���h¬���B�X���N���2����>���s�dC�%9LH�-�g�6l�0yJ��5��h��,q*K���#��n�u�L�ڃQ���~��o�����a7��j|���
-�*�ޓ	%^����� ��Kl=F}�M�$�HI�k7����ƞ�/�|K�b��y��#�I��֡��bI-�@^�u4^m�Js�
VE�_9����
-GIV4�q�I"��޽��E����#��!%����־��ͩ��M��۸��,y�枲�%�ҍ������3r3�I���Q���r��O9a/���5wge�2�U�%��S6_Z�R�O�����T�����>�9P���7�<�9���ު��m��g�z�o��ܸA���p[�L�=0}J�Q��v�	E��&�ٝ��8l���ֱ򖻚3�w��U�SB�C��u8�S�����t�^+�p���y7�e>N���y}n)��Ȉ]��Z����[>ِu�dXҼ������	��<q2_W���xh$W_��>��gS{T/�A
T
�O�RO�*_꾍s%����������=F
-���Q`˩�IS3�j.� �p�E{�
�?y�m��&F'KFk-��*�ϖ���,����q�X-F]�[��j1ÚR�)��J1�E�Ө��%�}&!�����5�$�>��������$�!�_'��5���s�t���N�p�軋��M-
-����i�4���q�:B��&��ҽ�ϥb=��:�2��o?U�⸜�$ab'/��\�/*��z�����o��!���>[�%:T��n_,L����*�x�fȤ��&lU�r��H�!�Zx�xn����f��#�[�ӟjJ��HQ��P����+��DwD_U�.��Jtr���ŗ�j�å{��P��&l�
-5���RR�˹����>wi0A��v���/�`S�e���Ty˜�$��3i���aj�T�U��YE���̓�.�����P�(�h�i�bu9��g`,�̗�wid�� �7�Q�����\O1x�g4�V����h�(�l�~l�0vt�TA?���gʉ��rWl6ꓒ%I<�HȽT�l��j"��:�o��;:^eo����L�N׋9��M�H�tg�Cn�T�vy�a�*M�0�6l�����;�ا=���7)&�i�i|�<!��/��*YB�69���~qf�VBl#G�t��\ױ�^��,�os^a䲫��]8-!�ۙ��m�6�Lg���B����w
��F�Z�M-I��3<��;o}!�A�G��<��7�.�$�9! F����d9J��2Q=�Y������+��q��~��w6��yN�$�,��������.����&d&I�8�(�h�/��I�Ig
�g���M�M>&�	ۄ
-�(�},Nw��_O�I9��D�cRn	̼a�C��}���VBQ���G��m�Mt¾��<���6�6l-�u��	[��FL���AT��"��9h�k������~��D~҃�ĵ�g8µ��=�`�CSUl�<s�Y	�:�q�2+z0�>�����m���Aʇz`�M=�z�d��!�ӎ��޸y�#����@����oA*��q �$��
-�<�e�����+�S�@d$��������!��F��
���G�˿Z���FB�&⬹N�9�	��
-��@p������D$��CAM�[(E�Н7�9�pecc%�">}3��w���"��a
�(���`7��m�Q�e�S�G|��QRC�%AR�+\��H�T(
�#=ʀ�e��?PdA��F6d�x�\…�(y 3�A�뇪%޻��/�DU��@u�5�FԄ�Qd�mhjG�Qڀ:�F�uzP��-��r�(1�d
�pmǀ�`��Y}l�bD�o�ڙ�C^������X;	�.��)���c�R��X;�kb�h�k�")�;�Cz| vO*çc�<��Z������X{<�9��x�I�����ADb�|�M<kO@j�z�=�����V�m��Dh���'!;y:֞��ױvʢ�b��Fm)�����պ�9.m���Px@[=�g�����Ҍ�e`f`���~;*Ehͣi4���0��r�Ԯ�N��
-�8�F��B�#ZP��S3���@��?�7L�Nh[�G�4&�	����c
�L���H�I�����4�;42>��i�ֲw�Ý㬔y@�A������
���DZ^֊�қ��gF&Ƶ9vg�vn���enbph�!;�Gsh���U[�X�6F>��Ȍ�W;;��?��N���
-#,����B7�@�;�i4m,�۪�Ա�������
̌�kgz#�y���-��q�Ȋ����j�ƇG�g��b��[海���[Ͳc�1�,�٨���iӢ-н�6`�ofxvv2��������&"�I�p�F:�烟q��'X)v��̩�m���I��c�q�$oݺ��
�=3;�?2�F�V��RV�^�=ms�;R�H���067�?0���O���.v%[�d�.�|�H�31��Y�dxf�)��z����g��e�!�C^1�^�}bz����q�U��7����o�^� y8u�+{���:0�R�
0��aʲ����N�'����#��.|�ti��gx���-�����
�
+x��z	|չ�93#Y�mY��X��Ւ,�Z,Y�eY��}��8����nK�M0!�!$!$�@B��@.
)��R
+i��Z��R��i�)�e-�7��M���f$�)���Lf���w���}�[��!>r"���N�x�nh�.BX<��z�^?��̴�D_ﺜ�G���yt82{��9���Y�'{xx�W���1B�p=#�{�$��p��:�k[�����o���grbf6�ǫA(��ύ�F^/�� �/ �Mq�IG����[׽�a��E(��kћ	��p�/����$H��))sA��
+�*-]�����ɜiɲf�쎘g�˝��������`a������������;�����?�M���q8o�x�!�Y@�v“[H��$�s�ԄT" �dr\��X'5��L���j�R,Q�=^�8�N0��$/$�sM�&w����=e����8w��`���S�\���I<���8Ϛ$�j~���K�2W#G]t�էM�?M��Y�n�P�qj���䣦B�"0��P�M�i��흹e�MV{�h��]��G�]�?�3�K�9�;K.j$|48�`�,��h����(�+����P*�H���u�#w�_p^VP��4��E]�r^Z|��6G�q�kC�zf�r���ą�'�q��(�}�w�>VY����l��LA��O΄v���S�<�4V||�lg��_}��*Y��dcf��K%0�)$񜢔�UQ��*ed}��C;��}L��)��OP�+t�ŸYU�_��\	f�t�Fy�3�R8fcU�)������P�V�K�]8D]|�
+��_��VS˛�����o�!F�nl$�FF	p"2�t��-�I�݇��8rO���8��z�w�׈*�˙G'uR�ڥK(*��_�E�C)�Vc_���B�>hW��A��Ц<���BS�a/4�D�Bv���
06�-7c�����C׈8�������MAfF#@��Q�@GX�aͲZ�6I���xeρ�l����Ӄ�_��[lZ���*KrrfU��:KH\y���g��ϰ���������?}��O��=����<����ѱ�#DI8� �_nۏ(6s
+�v��w�o<�4)��EA�ªMє�w�}/�h��$��f�p6�i��yz���1�^�պ��W����Y��	�d�syA.���B��&��+��S�W�#iN�mLJ��WBĢ���<��|GEں����r���ə�P[��=c;�}��<D���=��߿�q.���e�z_^���qWt�~�������
+V�8:p�y�i��P��_����;�2K6�6VX,ͷ���[��H���+7	�q�������J�mӥ�;G�6}�
If����")�R�K+��l���am�(����9]��ۻ�23��Φ�ٮryBN�]۟�fpHܵ�<NE�4�
+ܗ�IKq��' 㰎ܮ�ꕋ.�!hS-��(��i���]�D�3�޾ݙ��G"|M�s�v��B�^���_���mhL�},W-�U"��q��8s�.�`�����[9	<�^�O|ɽ����ns��w�q�9!'Q�U��$�%�BwA�f�O���{e�̉~ۆZ��}��vG�cG�	IqF�u�@�8]��u�2�ynB<�99����K�gUEvGE��.��:���0q��m5�zV���aPă��Y\��|}�G����07���5���H�}�fe���D�g<���H†`��qc?���_�-Pɒ�#��ǿwU�w1�{�bӻw�B�ٚ�l���ιxV�f��{���S�Em�t�^��N�MƆ��B��A�����O^X|���q����N���0F#�z�Kl,÷�NF	��5C�c,%eu26wǮ�ɗ�	k�g�,꺻�X���;�q~[/x�h��S���B\��
+g�#�8[����5y
"<W2��Z_���{�Cޞ]
����mc_����a_���Me�y��������[�Wi�x��J,�`[���ȭ���AwU0�tW&��Dg���hF���Y��F�2X8
+�_��&�379+���a~j�f����X�h�����}u%�/��`������#1�fۂ	���ga��e��ƞ�xiWU�3�‹�җ�|�x��p����>}�C�����S]Q����֜?�6|]D [o6���k�u7�J~�5�)a�̌���q���k����l�tL����,���h�5w��T�ܞ�����������~�`��=���fUt�
���"��������ă|�6la�!sZ�|X����S�dL�I��8R�_	�DB�Nܾ�'��f6��y���M֙�S��]M�Z�0�[�p�\.�ŧ�T���	��3�R�D�N+Q�o�^�^c���H|�Z�����o�345

�)�3�GuȎQ&��,�,17/��|���_��!u�X�9�rn��~���b�MnN��Ͳ6�g`��{�z
+T��ݕ�6�SU=�5TI�@u��/m���_ވħ�f�-�׷�K�
�U�ա����|��n|���Q_�S�J3L���f��^Ks����*W
+S�᳻�ҟ���|ǟ����|]qO���^Ի�9#{��y�D�Һ�)2ٳ���g�Ƣ�.S�S�hq�<�ё#�;\����,�d�.eЭ��E��!��f�ٮ�����bW�ܔ&��d����pҏ��S�.�͌���?C��(�Yr���
/�_��F��^���'Ll����u 7���	<ؠ��Mq�&[��ޟ|��]fJ
+�L�vj���W���?����Y~}�7�S�d����M��{{k�h�
��d��D՛�E+my�o���7��2rEi����h�̈�	>�k�Z�0O�2�D�]~Ȏ����_@�>��}�b��C�kb:e�<ߖW��wm�	V�����Y�/�R��O�9F�=o�˨�R��4v����IV�9#�T�XX5�x3��m-E�prF �>��{��\�B\�
�PC�[s��|��ae�Q�Iֱd9�����kp%MD��:��ڥ������/�7�k%�2�E��9��ʂ!3G��,a&�f9g�&�4��nef��,�vK��
+�v����7��⽨l&��k\�#N�U34���Ƙ��*[Ȏ�UN
#�oӡH�]���~p�z���(n�� ��X����$>�8��Sf����:�*17DX�j�*2�x�ڗ���7ܶ��iN�?���i{Lљ	��LQ%N�T�U:K2�K��r����%�,�_��O}Ɉì*�K��s����W/����&�n&9��;��+s,��l\�M=����A�w��ߚ�x�Z��E�6G+���ӍRs^F"M�n�D)����x�6#�t]B}���Ҡ�v���iD��e3�ۭ!�5lPg� J3K�?Y��
�輐�3�^�o��G��AJ�ٿ�����8oݬ�?�p'�k^S'r���}����׿���Ϙs��g6^���m���-Fc�=�{���V׊�������Z��'[[��0�s3����Mg4�Z�L��"�^):��
+�:S���r����_��-v��FK5����&��z��z�;�WR0u��Z��j�o4�X�h	ˇ�Ƣ��"��z�?�������5oq�w}��^�}o�[�����;ӧl�n�ν|�t�O�G���h,=<9Q��5I���,�%
K����؆(j'G�';�s�����M�v����׽�U�1S�ٯH+�)�Xiï�����b)ݕ��D�*?~���WM�S�
�rMt�1uF
Ĩ�[�����g+��<Z����p@�m�,�.�g���>v��\��\x��X�&�9$�m
Xj|ڴ�]�#G6[zK��2��T�%�7��͎���PF���]�ݏ���(VhWZ���:+�ֺ��,k�жھ�o+a�K�1ˍ�m���VYl�j�d��:����S(�}	�_2�b.����<�J�ѫ߁�3;�^���Ks�2��Y����*�s.w0s=���={�y���~ī���6MV���gE�Gj4~,�a��t�=��]d�X��}�Rc��n 
ѐ]��L��8��h��Hdr06�})l�a�
 ��d�B��-���1d$;����irA"���I$�,�ƿC��ql�1Bĩ���q����`@'T�Hܢ�}�²�4Q��<��HP�)y��pԦ�����p`��j����`�7�b�.b�X��pxb�<1L�q�P�������t��'�3�e���4��*⻎�`o_�B&�:1p�Y����S;��s��ϓ'
+���ɟ.��+�,?v�E�i�ټqS��d���ܴ�7Mtms5�Ǭ��	���d�eP��5�W�)�X���ſOQ;N5}	�g��T�]�mT�R~�J�>�,n�z�1/Ǯ���i���2��S\�#-A#����S�8�����s![$R�(Sg�p:}QY��"�"�;�@eQ	�nD�Di���{Z�M�p�G�wn�ص*���.ī�sS���Y�w'������0�����"���[eI���T�Ҩ3��'�K�@��pYq:qI��H�]Yʠ�~�����Q�߶�������N�c�Kɍ,�������.�.z�	Ȕ5ktK��lXZ;���>�W�]�Vu�\���m�}�Kg[��1oR�SϣwY����u�es�]|�O��9Ʋނc\R��Fܥ4;k�\rc���ϳ��<h	f�d�n_��q�)w{����Y��Nֹ��DF��ǍsGW��r�TS|��=�Y���&H��V)�:���(A�����F�4lrJ$Ζ�@g'ay�7K�d�D���sP�l����Ҷ�l��������
 ��=||t�����_^x�����������KΝe<V�]S?�SS���hߣ�y`��Y���;=���bE����$�o�����.�Ѧ9՞�*�u��_��-hHv����-�U7�Q	p�@��^{YQ4r�	�vpi��1�Q[�AP�?E��)�|��=֗��6_*�(L�Xe+��?6�H$9�Aw�M�~����GNd�8��}����
+kA��%�6�㧲�J^���g���A`�`8��e1��8����7�%,�L�R��>��[����7���������w�,����"Og�O�s�?B���Ɇ;��Iu�.�9��Cա;��12t���p���n,�`tYy�kf�
+�ro�ǽ�:����b�l����/��3�D�����Ts�"C��J��t�[��F;��6?<�[���"E�K�
+t�MX̍UF$�h	5E=�Z�t[����+� ٵGp�7�L��^4}`w^�K&�.Բs�˺@���-ǔ@��J��%��	��0g���^�KRI�<�/��ګ����?߿7͛�T9K3m�>�����E��"��gLYؽ�O���ES���K�{3a�I�ג��	(�<�T+K�䁲jS��/�$��*�b���4W
��<0>�����g��=���4X��F�آ��h��][�<<P����w{��u�
>�������o��pt`�
���ʺ��r�o#;E��]fKM>=wq?eȷ��g�e�Q� ֔7�w6޵�.����S%C���3!zޚ�Τ4�<;�c�Q����]f{v~�.����0mt�a>�95�$Ns-PcdGW�W�2��F�`^>:�ӝEcȡ����Š�[se��s���<�Hd�3��2�⌼k��э3x"�D�.Dܸ�����sL���Y������x�"�[P+m:�k�P5�O��rľ#���ٞ�6p�<K:��������_��htd�wn2fS�<}���̗Zb�N]AI�&�R���*�5��
 ��B�xN?�:�5�S+�N?���OӪu�L�3ْ��CC�ӣ�
Q��#	J���	|Y+%_�]�n�e�z�4��֯�K9k�2�˄�L���ni�R�W�ŧU|�L�NŚ�֍K������Ng�U��K�3�C�e�72��0^�{9��tdɖٱqt0����ؾn�����5��=~h
�X�����G!�1!v�������������U�d���ھ�E���4�e��%#,���+���!��ʊ�/�����'OEƟ��Ɵf�#����
5�L)�z�[�
2���%�0�o�P2�%5���Ac��n`����;�X��C�tIRl���١
�-L��D�dͯ*w3K��҃�y�ȥ�j6S��`�"1���_��;>0z|������������dB����d��z9����D�Q_`S1I$R���M�}�F}���� ߒ�X�q�>�HcR�uh���X�@K"�f�W��Ҝ|C�UQz�7G�z��Q�M���e҆煷/�u�;����bvH	�-(��/ bsj9vS1����6
 �!?K��',|��tch~��;�����y%3y�%�\���S�GN����u���YEY�UuI*��͗�T�GG����<�5>�<q��f�����.O}N�"���u�z[h����{�3{'7n�m*E(�V6�jL��du�]A}B�`�Ifv��=�"��u����L�oy��P���r���`�@�=]9��
+x%�*�fލx��S����g^�[�f92bWf�V���O6d+ք4�a.}-�`o7O����o�$�՗�,���ՋrPU��S��Ӵʗ�o�\��6���e���w�z���o$g�r*m��L���/H3\jу�bC����o�򴉑�ɒ�Z��y�
+���"'mne\$V�Q���f���Z̰�c
+�R��l��4j1}��J�IH7��Ķv�1��Oa�s��dr??�f�W�+|M g��-�$���*�"���{rS��.>�f�?M�`pܸ��=���Ig�t��s�XO�e���/�����8.'>I���K(-�Ju�^-�����?�O�=A��Vs�Ua0�[��(n�Fy�
+-��2)���	[��\g$�h�^#�Y� ��Y��H��9���Ɔ��;RGT�:��-�n�;��J�.��W��Kt�����wr�e���p���6G#��	۸B�b��r��b��]Lд�ݡ"�3ؔ|�b�7UE�0�F"	��L��wr��<UkU�V��d*�$�˄}��� !�%�,�s��X]>�)K1��]'�H��j�*���+�S�)�äf4463�*ۧ0�.U�$���r���\�����dI� r/�%*��������w���WY�[s{�4����b�|Dc9�����*��F~��JS�;�
�8��<�3�i�ni�M����F�8�_�!��r�J���MA�.>�_�������$�/+�u,ľ��"�𛜗��ꮇ}NEK�ff��~[�M.әu����A�b�í�Q��hSKRe�������_�AG���1kA�
�?�I�Q�$��D����LTu�Cq:9'8��ʸu�ǹ��eĵĝ��w��7�;��"�"�����'��	�	G>N
 ,J<���$g�d�A��)��'k�g��	y�6���OEu�C��ũ�N��k)=)�S>�xL�-��7�z���t�9�J(
+UQ�h7�
��N�7���G����\�æ���.�:a2׈	�5��\��� ?�Mq
���3_ ?ԏS܃�Oz���z��}�@��'�Zluh���ퟁgΠ <+�\C:�QfEf�{p�0���89�@�P컩QY���6Dqڑ���k7.q����@h�P����8���� DV��.�o\�X��z
+� #D]���\|!�6��n���>j]�ղ-��4��g�u�)N�8W��3VG��� �J "�GP
+j��C)R�n��Y��++���Q��D��'߿k�F\����1�o��j-��j<���������-	�2_�BN�@J�Bi(�Q�-����"bD6�!;�+'�.�F����2\?T-��e�|a%�Bը��C��5�&ԌZ �oC�P;Z�:�ԉ6���ˀ*o�ɗ�E�)&k膳h;�c����#K#
+}'��|�|���/��I�u9�N�d�k��g��9�^k�@��X;I���q���{�P>k��=Wc�<�E���㑄ȉ�ǣL�<��G"k�n��X{R�b�	��L�����l��'B�t�=	��ӱ�$�W���P�k�6jK�����������qi+'&�����>��8ֶ0�f�-3ӷ
��Q)�@�hM�4���,��+�v-�w��P
�Y5G}`Za�ӂ����a�`?�n�����abvB�:0=2�1wM�]��#h�d"�E�Hꯟ������ޡ��!�M�������g���(���G�}�m�ݢ8���V�W��>0=321�ͱ;s�s�`��-3p�Cف�\8�C��̯��t�ʷ1���Ff��������H��vbp�NV a)�m�����M�1h�`��R_����l�}�l`fdh\;;����e�nm��@V��w�W;7><2>��0Я�2��)���2xh���f��FMeML�m��+0ó���G�D��}����7qL:Ȅ�
 5�Yx>��>�J���eN�l{�O�6Ӎ#&y�֭�HlX��ٹ���5���v�����h������F��g������i���x��v�+��%3tٝ�cG@�ȝ�1����&��0�N1���E�V?�
-k
���1����C�pŌ��������Ơ��x{W�j����X]���ԁ�B�h�9WS���f��ur?ٜ\��Y�v�ǤK{�ň?�c<4o)��_k
�
 endstream
 endobj
 937 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAI+NotoSerif-Bold
+/FontName /AAAAAM+NotoSerif-Bold
 /FontFile2 936 0 R
 /FontBBox [-212 -250 1306 1058]
 /Flags 6
@@ -77242,20 +77307,18 @@ endobj
 endobj
 940 0 obj
 << /Length1 2500
-/Length 1358
+/Length 1357
 /Filter [/FlateDecode]
 >>
 stream
-x��U_lSU�ι���ֻ���6���:ڲ��6��$H�!ѱ��k��n-�����⋄��`Q���1*Ɍ�%��`�>�xp���޲A���m��~ߟ��Ϲ_�����ɼ^,�V�|@�tn~�[#q�2�О3�:�$_�?���ɗOv&�M�C�=�I��6	�>��~��D>��:~0������(�E�T��fߋȿ��^��)�� ����n�y��%�y���%��hB(����h�����P(b�Z�X���n���G��#E�X���E	V��P�H`���N����V�{��R�����������
�[��h�PEyR��˲�`��qE��ZY�^�NT/���\%��"
-�iT�9Q���D���xe�ݯU�̭�a��Z@�'��V��cJ��*L'���]D��q-�<|�����t9�^�3�����=�_����G���Е%���BN�[MV��*W��K��Z������-�g�z=EV�x�����A������-�-�~��z���b�]$�{�2��Z��W�	F���o��!�E�-���l��,	-����칳ƞQ�s���W�h%#!�p�{`�7<�
-utDġ�P����^������ѽ��C��S{S��m΋���.���/i���͛{�]m�am[4�M��uE�,֩����^J^�M$f���SN�!�e��4�	ٰ_4Rov�Џl�׋���r�we��-����?�K^ג��!34�$�lR���:���m��Kd���*PdS�

+��P�l�HPC`Gi�f��f푸D��g~q�94bZ�n�=Q</�-�3uJKhx��>���\�U�C��G"P�����@�D �=[�1����B�	}��-�9��eә�c�����dN���Q຺7��n��|Z0L��&Ə�&p��eb�p���f(8y�r+\%M&�A;���v�/M����0DE>:b�a;=d�o�FϘ�8�:�I�M�=�
��y��,�!���0
-:���`�*h���;0#�ß�nW�s)�)�l�4Z���jp���#}�4C:��O/�U�b�����S,��|�Q�0:f�Bca���<�ٷu�(�'R%#���;��K�#�f��Q�<���yR�؞$�Ɖ3H���1�f�9<c�y�Q��(-sS�Ú�R�%y��z�q/�����e��"V/�����#�����n�
-գ)�#�:�S���U~
�`���a5����
��v�^�ݩ�h��^�k�ǃ0�^��a��F$��I��#�C�i��w?�r�Ak����풂��1�$y��
+x��U_h[U�ι77����&Mۭ��i��[��6Kd�kú:t���d�]o�4	Kr�&�S�C�����c�÷��/�uPq�蘰A}>�����9�Y��Y_�����9�����8`'X����E�bmEɇDI��g�5'��9#��I���#�ș|�tg�D�7��3��.�i����맋`�N�ȫ�#�۱�;ȏ"?Y4J�Oo������=��~����
�;��]�_D}_,^�&�l�*�������"֪�!� ������{d�:R��E��V�`��
+���
+l�0���
n'�h���/u�o��{�h�[�	\��h1���j��(UA�'��"+&�JW�Kp������D���*��5�/.��Au�E��hJ���WW1���Z���ܚ��$x�}L`�Z=����2�t�}�8�C4�׊���8\λN���?�=.zz݃�5��{{p�
��,{<2[�Yr���tZ�j��r	��*��]~���L P�������x߼�?�1����؀���E��/�Vob_�@,���cq�U�V_���J=2����x�
�>${����{�-�\�%�%_Y�g��p��7�x�Qq�� ��C�Cb��#�{M�]����84J]��|c����Лz ���x(4~fjܹ�yya�2��ԕ��%�3ֻuko���=��Fwh����(��:�ҁ��+ɥ�DbviÝr�V�-SE�qOȦ���z�7�~�`��^\�C�+;�nY�O��]�]^���&�f���~����o�X&#��P�"�blhX�v_�:f�D�;Jk5�ݜ0��%�>�k̡�B���wp�
 ���Eo)��SZB������J�b��G=���d�DB%��Œq��M�N�s�l!�G.�Δ�M��M��N'sz^/g��ս��6v ��ӂa�U�01~�P6���-���&�@~03�@��S�[�i2�
���&���|ib'<O�X�!*��+��
;�6z�ķ�A/��Ol���^0p6��d!
�\�Q��$����ӨWA���~؅�����
�J�K!M!e���r�P��S\g@����z�Ѷ~z	'����Oמb�>������1k�{w��`���cF��8�*���)�_�Y63܏��|�p͓j��$5N�A:�aό7����(��X��LGi����ֽ�2.�s��s�{y4�'u,�}�z�5����'�w�V�M�g��q�ڐ]?��k���e�V������?j7����:��)���5`��z<��%�֑�jD"	K-�5=��F��|�^���W��%Y[c.�Oy��
 endstream
 endobj
 941 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAJ+FontAwesome
+/FontName /AAAAAN+FontAwesome
 /FontFile2 940 0 R
 /FontBBox [-10 -155 1290 867]
 /Flags 4
@@ -77280,43 +77343,45 @@ endobj
 endobj
 944 0 obj
 << /Length1 9356
-/Length 6273
+/Length 6274
 /Filter [/FlateDecode]
 >>
 stream
-x��Yy@����$aB¢"��B���"��RJ���� ��Hy�h��U�.�Z��Zj�j][m��]�m���Z�j[[��z�^!_ޙɰh}�������Y~�w�w�	B�L$�4��T����o(i&��Uy�iq/��O鳱ؒm�tϡ4B|��%sU$���^C
-
-rM�E����sPb�[J^ w	���\5%Y���r����RKy�4\z
-�����$wt�TB�$D���q�p��*��"��_B\����w�%��H�����٥������+��xxzy���ק�o?���kɀ.A��<����GÐ��Æ�9�ύ�����c6V�A�	����$P�1�rh���0yқ��o�
x�i���d
���G�{m�-f������J
-����h)���J�el�>�d��xisa�p�	�
-C1n���(}d�}d�.���C:���ؘ�����V��&`Р���/NZ{���ژ$��`N���W�x������No����8��/�Cm{jF�&�k�k��~3$�v�!9�~{�mhSN���^N����g��Hwѻ�����]�������ët���?ëL��f
-̆Q֝t5�Ȏ�d��@r��!����@�6�"��(��4���Q��Gk�
-�T^bJu۬	vX�rT���$��5�IFcB"s�Z��~���Br���1�H�G������12PG�f�	��#My��6�����wv�H���jL���;�fZ虺�w6��G�m4kD��n����6�A�|.�g}��D�='�����i��,yx	�@��؝m;o�ZOl�v��r�q3����Ƹ��VZ���������lڴd��n�����2+6�t��͵�1���^�3я�Q�6`,:�Ffǐ�2H1D���!`j�R%;��ڛj���p��L������b����IF�Y�b^�[,�PalAJ5��S�v�Z���uF�L�?��!Fi-_�m:}�~J�
M���>�r��9��\�g&+���ɖ����X�����B��?Z�kf���4�b��r��
-֯ݲ�����_a�iWo�7��}����o�_ʺ�<��.=	�����lX�c�ؚO��;�����ۊq���n�Q�ep�yh�Y��kLe׸t\�(
-�l��z>�,��8�x��A����d\W�,~o����S�;;ϼu8������A^�]�.�^\1ﵖW�ۯ=t��ŋ�L[w�b۱�+>�kŵ˚yo�[l�����	��>��I߉�Dg�C�O�E(�F�`�
^���C0������!�~�P�4mřy��K��ne/;����Kt�~]�Kf����������s-i�8���ߠw=x�eZ�SYs�R��KiP<����q�蟂�8�i������UzRF��
o�}�����b���,��&�ϩ���+{�6�S-؃b�&�ck�~;s�+` ��-@���>R� ��U��꠲��T�dH�����S�w�����z���u.��K�a�F��|��^�C�ƂA�n¹o�,��%v�l�%��)�Ш��HQ�1�3u�s�$���P����ųV�߁ex��RX����e�����Z1��KA�����ާ��Z����Z>>;�Z��U0#���X��Zͤ�@x�Vo����m�ҫ��
 �k���P-���W�6hCMH�:�o|�mi��b5{��ej��e�S�Lk�+�)���*��W�9��)����+�U�mO�MƄ���~��#��i�`��֫9���i�_�(�+$�L�!V̡�ό�%>4��D[j�'U��V�ȭuƱ�هBpMJw�^K�-9t�Z1�؝����@�}���'SēQ�Q�'��J������<�?ѿ��9{c^���V���W�:4*��Vc��Z���1�M��VX�Eߠ��ǻ#�*=���nlPvf���/���b���7+�-ך��(X��>�F�=�)
-�,�[*Ӕ���dR�}�������!��N��'ߘ�@�`��qB|����#��>��Ƨ��N���W��l��E���a��(�`Sz�~�2x	)�{OF�r�ʼn�tIs
'�N���6�tŮ܏��D��<w"���o�Y�g�A��0�� V�ͥ��`�M/��1�~�"��Q��R��M�O|c��I���͆�Д��Ut�u�VcL5<n�=�K���Kѷ>��M�,o��{�������Ȩ����ݶ�ŵ�:����cF��{�7��C�q�g�H	O0�kRH��s���a>q����O�W����Nf����1�����%��DŽ|Ə�WU�,ne7]��H7�?|=���gr$Z��ښ.�����wz�	T�=�Udf��k����k�f�햤E�5��YS�b�x�+�������.�!����p�b�1�n���N�9�56ᷬ;A�u;������9o=E?���s�<���|��y"����L~�Rk�1C>���{@O����(2����f u�A�
 �����7�γ�i��B��=B{|��
!ڑ�W1��A�"�^��X��^�W�k������~M@b�\�Ӳ:d��M�>�j\���t�rW^�V�3�&5���qh�+/���+�%�/qߧ�V� sxՈ���w�!�y۪����Z.7w}�a�e���o��7���oY1ϴ��̓/���|ӊ�˗�~�6;��3�߮?�nw#���$�	4�YL4C�Y�F���)��S];�z�o��[0��iɉ6�@��r���Bm�Z�z��nK��l��t��%ʨ�X��֧�gF���>��;��2���%���W��k$3��5tvB�fV�!l7:Zi�����E���^��0�à?����@����f/�(��:�<\Ac'�n�(��͡"ID,S�R�ȅ�Nv��q��Q��Ɂ	F����Q��}�����Co���Z:�V߹X��P*�w=��_��� �zt<.��q��G*�"Ύ�v���5� �e�ic����Nl\�y����;����;�7��'FZK����
 v�a�i�/w l7o׀v�po,����V*�)�y�?	��wK��5},�)V�+�.�S��ڼW�fJ=G�v�����G?�{��{��Ff7C�G{�u��v|~�Wz�֎;���bg31֮�������-��	i�а);9%qek�n �$���8���Ҕ�I%�4���އx�c,�B����[]a�)��F���u�\Uw����Y�g۷>X����G�'=%�A�	�m��G�W�w��Q(������@�{�e�C�_4�N�,_�\��p]�)
�~�ǚ�Ԍb�m�����C����J]HvY襃.ǽ�aD]���	ɽ}���>������cbH)X��������~����v��'c�?�f�}�!y�����e�{����1LOe��+���d�M��J�Z���c0�^õ`��׳��Z	���ە+�6l:��X�=s��2j��3�i7,N�����Vp6���K�R�c>x|�Kn����W�S�2�,yW���<��D~����}w�n:��Kx��=�.�x9P�
 �?,>pq��� m����T�#�|�g�ԀP6<���|�:=K;�œ����1U��Z��~����Gkm��$�7q����Ijv5<8S3�|}Y�e~��RW,��6EV#�.3eV\�b����4���s՞80<'�x���v����y��9�H�wȉ�ʁ�j|��/�>�����}�X^��}ۃ��u�f�ϝB<U��)�xn8��d��EF��]���+�����);6��tChgu#���#;��f�E0~6-��������E�rО��f<�
-��#┘�N��$��BWO��)6��X��"d\:��&R�#�]����t��*(f��G#��hv�;G��cۅ˜�;�9}�#s�M�҄d^U�
-�II]a
C5&#�H�>��<�3��G���U���Ѓ�����@��\���}�p�i.���Ã?�����:
-���؟'ڟaș�~Aw�{��iS�=u��\Ʒ��t������ê�K��Œu�I�����z�#�<R{Pl�
-�
-Zr��p�5�k��w��dG�~ʕڱ3޻���k
-2J�F/�W<��ޡJ�Xu�t�L&(���+��MOll��~r�F+뗔٪������Ϥ�E�Y���m�L��}�6���a߯����u�d��_|��9���6o��O��7��O���/aH��JƬ���-��e}��gO���5��`M��q�
�r#������ҤZ�
X�%q����U
��!B���d{�0�W_��Q�QyrV��Q�G���$7M��uR&39	�:*��gG�Ϗ*1�;�Da�KLaP�*6���H��,��%�9������/6:!p��I�Nr��ˁS1O\����#j@��j^�T:�̜��ݷ��ӂMv��]ΉK���J��[�(���޾�w��.3�Y��Z�ЩÖћ���KJ��-?�5��9�)�i��^?z�:'✙���#�[��:���W�+��A
-��0ţDJ����w�MU�[�i����
-�,~��N�N�
-��7i�9X5;÷j�ƚ��ξb]е7��C�Ν
-�������/���INi}�n��;�7���ç�_j�
���;��9�.
F¨L��f�&ct�M�H7�(���\�#��#n�!���^"l�&lU��цlNt��g�Ԩe֯�nz�x�_|*B_v��p�������Z�%5��c�60�*��(��	�M�|�?�WP�T|0��O�0N�8'gЎ�B9cs��W9�HK�$�u�Y�I�����?NRI�G�������w�ff3�21�فl��=�9pi�"����A�2�u~/�+͒n����Ȓd+d'e�J�:r�q���o899�9mq:����lv^���3u�R���<!|+B�0lj�9n���	���2��*���d��v��x\�s9�x����x<�r\$[m
�I��Z�<��ZqQ$M��2��L�J���.��.I}l�$�H�ߧ�.qiĕ��l�\"���^nI�j��������OR�e8����sgHc!�L
-�7���BH/�����l���$��Kt�}Ҁ�Jn2�H�D.m
�{8o�' 
��8�YZw8�"9|���-�L8����b"�����b���k�
�4ItH���w����8KN�92�5l���\���<~ʔ�x���}ph`RU޼��P"bGp�\��yȒg�F~8�>��Zb^�{��w���'���A�ۂq!��>!�h�`N"���(b CH4�%�HO�II$�D2�L&S�T2�$�d2�����p�x����/|!����3��.�HI�(�q�(g���'���o��E�?�,z�&�9����#�-�%�!�E��􇙢\J�a��Y��o���X�L�;OF*�� �G�;f�(w$�D��2D��`ZD�3�Ϻ�rg2�}����l�(wA�bQދ�����^$��'�]� n�(w%)��KiUYa~A�*bpx�j�Œ_��J0g��������UI��e�ss�H��RRE�H!�'��!&[�ɵ�|$t.�%3�F2�pcS��T��λʅ�\|�E]��o	�l����s�
-��ʂW%W���
-Sqa6j� &�VH�'Y̖��R�Ĕ_h�W���U���'����
-=��U��Q������g����G�z�1����bV��
�TU �����+�#b��E�JR0�M��VB�V���*���̔�[b*������S?
-XMxT�!B�+�ZFf��"����HA�#�������fUE���w�
-��`\�E]%��
-���\Ph�@~�rsTYU�.�9=���MB����@p��N��L�2�B�g8��,g
-**J���lKNnX�qX��D[�EG,Z��x4�-n����nL�y	~_��Y̍V�<gΜ�1,AuyEeN��)�s�a��I��u����#�&f���JsNn��� W5�Ԕ�o�7ϩ:�6�.2u����q����P �3��:�ٓ�<�����S�G�&��0KY����E�vbB̸���By/�����0�\��j��e�%�x1��L����+X:8��Ur2݆��qvZ���<;߭)q�吅�C�2��Wm¸
+x��Yy@T����{�,,�0â"2À�#�(��
+88� � ��h��L�����̌���ZZ��k��Y�LI�,53��'�w~�޹,�������=s�Y>�s��|� �8��DB�rJ�e.�����fB@YPR����<~���>K�9�O�J'�7�YXXZ9G����_�kHaa�Y�H:��~xNK�s����.!~��'��"?�\��x>��ZQ)�����Ex��b.͋k>�FH���H�Au��,�U���ф7��K�+~��?}��ΰ�p)�ɝ�]\{��+x��������O�>}}����WkH�60��R<0dP�3a����(C413l�����������>b㤞ą�,�CA�d㡀VO�h��i۞�܀י��M��zD�׾��b�J9�^0rx����{�����ѿzB?�d[�&�KͶ��70W F����0��Nk�6D0DE�#��<�C�����~���t�
i��ĵx���Ifj�De���Ԍ�ښ����{0��!>�:Զ�6qdm�b�x���i��I���FHΡ�^x�TMcPU$��
����{
 .�]��/!5aץ/v%9��*�e��O�
+S�����`�m']M?t`9	c)�&}q���0�i���h�*ڨum�!z���w���&U����7kC�^�N^~t��p�v�*�dJLb�o�Tk��+決��SJ�?B�F	���6�0F�HԬg���v�)����U�>q����c�B�L��`Ws��,+=SW��ƕs���f����-�\>���h#��%�l�r�t�D��<9m��%Oo�Z(���m�Q����3W�4n��<8~��x��C�2���݃�B��M��l�>����Ueǥ��8��v9��~c3H�b&�"�5
+4F�E/����F)�R�tLc[�b�?C{S��Q�l��Oˢ:���mOe/vL�h�lb�~|kA��*�E��š
5��ҰZ>:
�@�hԆ(}gD����ib�fҊ%9��7�'���$��+g[�sn�ezf�2�Q�l�A�=[{���E�<�j��L�Ї�%Q�V`����EjV��!Ϡp��-��o?��%��n����������������ی�[�ғ �K/�x�e��ȭ�ܽ��q�o�����A�Z�FW����e~~�4v�k�U��0ʇ=����O�3��?�J��N�ue8(P���A��
�8e���̛ǀ��>����e9��eӋ+���2s�գ�.��xё��.]l;�q�����k]3��v���~}}�:��Ї�7	�;�`��u�����H�J���!�w�q���w��L?�ߍʙ��83W}x�Ѣ����e�Aҗc��گ�{�Z�Z_
+��ځ�2G}�%m�}M��
N`��L�m
+ki[
+3�j)
N��W�=.�S�2�*У�����JO���G�%�_���y�lE�n��&2K	r��s�_���TG������j���ߎ���	�zvЫ��xf��; X*c5��&�|��z�F0�6�9�����bp#����f^�p�R\x��4�������0��pP��p�b�t��b�mIƇ}
+� �j�!RT�E��L�E��8I��m��>iyᬍ�%w T����1ƚ�Dx۾��!�V���R����#���B��l�@��т���V���Jf$�@8K��j�4�Ӛ-􁩑��7Cz�>�sl�B�ʡ��7�*ކmh	�D򍯳�"My[���(q�L5��a���{��S�Z�C��*9��R�j��
+�zRe��4�dJ����58�D�F
�/�]�u��N{BD�]!�f�
�b}}���.��F8`�&�Rw��*C�"Va�3��>�k
+Ty�Zjkɥ5�������	���?�"��B�:=��Uɓ'(&}���H�`��s�ϳ�u���2NިR1[M���W3�$��	�g�`Z���/�:-�x�1V�	��(vc��+0c��~i?�����i�y��|'D�֬��1)�NU�f��Ә�ty���IU���V�3�o�F{����l�#���D�
ۄ��&tx
+N
+>���c�n|�<�t��,}���6�^���)X&`N�RO6��N��`��P��N���a��g^��O�<{� pv�Tۮmo��P�:��0�]�+��s'�	�8���x�Ty�Mfe�\z�@F��S.��~�{I��۲i�/b�>��:����:�����j���G���gz	8^��c)��穾���t��r���~_]\ܾ��ָ��U6�G̨Wv��uq�.�4��1�pMJ�s�?�<-'n��P��͟�&T\��l�S=3f4��į���τ1��j�ɭ즋��&􇯧�!��Tn�D'��A[�������No:��*�ǵ��l�s-�Q�}�c�,�ߒ���?k
+U�/QaE�����f7݅@:�����>O�0�
vB?�)9G��&��m'�n�3p�4��#�m����z.��[�/ߡ����p���ɯ^m��c��׷�	zb}�ӚXef	���L��#��ݢ���y63M�BI����^ ��C�v$�UL t�c����&Ne�W����d�@+�_��P�����oӾϪ�3�4��ܕW���L�IECM/6�_����K�~��D)�K���:���p�^��,���c�m޶j�;�7�ւ��]_~Pn��1eǛ+�
�Ň�C��GV�5/~!��K�<ϼb��峞���<8����j�Os�݈�B��;	z�c�P`V���T�:��`�ۯ�V�+6q�;/9�&h�Xn��4ȧMS��P�q�m)��B{�����D
� Ԟ��T�NO�����}:`��^F5�H
���^�F2��^��f%��ifuA��v���&�ߑ��\D���=�>�CͰ�?DN�*o/af���6�j�+"�@<�����fؾ>T,���b
+S��܉��5�ΐ>��:)(�d��>�����
°b�y���Xk�Қ;k�J����2q��+X���C�������(�a^�������x{�2�vY^����cc҃Wl^�+y�΂�k�`����
��wIQ��S�a��c��$�����5��`��Q������Jq^
F�)��#k��ʕ*���28��6����F���]?.(k�5�~O�=�D�r�!�ý�:�{+>��=U��ceo
+����k��������ɖ���t�7l�IIMZ�ڶH��+�;�p�,udri=M=Gr�!��K�P�=0��VWX�e�I!�t[�PB���iD�W�8����OV�=�1��IODɅB@��Gq*��•���h�*��}���g#�=žg����C��-˗���6\�oJC������������-C�g.|�j8{(f�J�Sv��q�QW���ٔ޾�������t�q��!)��)���[X��}?��Nq;I(1�1�ݟC�̱	Đ<���bao��6�=��������*8�
�B7D���y�C����ru�1I��Z0f�k�Sg��?�����
s6�po,͞�8�U��I�љʹ��w�
+��H+�X^�?��Qi1����%�^����۩FR���~�b�w�"?�zW�C7�O�%<�ٞe�v\�d�M���rZ^��f��j�pV�ʳdJ`����l�_���^i������jzj��w?�^���f�����L�ԇ8	��z��85����R1����2��aiA+�L��,�/�)3yf|"�b�Y����f|s4^80<'�����v���y��9�HǷȉ����������.|�i�?n�n����rS��?:�8�~�;�x��S���q���^7���ٻ�%W����C�(wl6�L���*�F��LGv�ͦɋ`�,Z܉���uao���=oa�x^�PwG�))+��^�Jc�����Sb2�����E.��\��6J�#�]�������*(f��G����hv�;G��sۅ˜���9}�#s�I�ֆf]��
+���]a�C�f�H�>�<�=��G���W���Ѓ�����@��'\���}s�I.��Ã?�����:
+��c�8�':�a(��|Nw�{>����9u���\�7��/t���	���ê�G-��Œu�I<�����z�#�<RGPl�
+�JZ
+%Ќ�5��/���U)N�~�����߽���+--6IT&o�:��ޡ*�X��i~YLp"����<���N�����V�?9�U?1�+.{š^ɛ����-��t����5l��Ǿ_������:ۿ�\�stm�4?�1#��?~m_��̙�y�[ֽ���˙7]g�|����c��6N̋��K��w˒k>4`M<����9V5���H�^��i%�j_y������33
���}^�Ҕ�	ٿL�b&%�G�m����Q�y�$̙b�)�*���x�%��%0IHn�oA3>k�IZ�pb������r���d{����kj��J.^nI5��[�t���!f�m��.�̥��S���-}��N�h_��{��T�>+�E��Z��)Öћ���KJM�-?�5���	�I��^?x�:'�����'�G�z���W�+V�A
+��8ٳDI��rxG���ߤ)Jl����=%[�0�D�Pgh��r�MZ~V����@���z����t�
�:�пs��宭�����CR�@Z����������	���}��6zΤO��0*�`�ٰ��No��3�&8JG�����Gȹ���hH�ǭ��4�D���ʑ#0���I�R�ʛ����M�L�OH� ��.a�]��rxX���w,���@��z9����o��#���f�ˆ�a��)���1~bgJf�y��F��d�..[�Ԏ��_h���$�䓹d�;p0�a|�31�,��C�;�MgW��99��-�Z8*$)�]�wҾ�l�&�i��,Y�BvR�@#/�ou���:5;�pvv�w��|���%�����K�:ĵ�u��yB�|+B�0lj�9n���	���1��j���$��~�Gx\�s5x����<�r\%[�
�K��[�<��[qQ,M��2��L�J���.��/I}�$�H1�ߧ�/q�č��l�\"��d/���q�����w���
 'i�2�{*���3$���Z&���ke�$��s���M���a���%z�>i@y7�h�
d�����=����vB��mm;�n�\���x�~&M��(H	�t�h�x�x�q��U��H�$z�I�;�9ɇ�a\$'�����d���o?y�x�ߙ�>��45�7��5����.�b�G>��i�т.ĕ�������7v��8����k?��I<�r0���C�3�O':2�D�H�ǩ6��C��8OƓ�H�ȳd�H&��d
+�J�I
+�FL�9���~�@2ȋ�~�݅�΁��x�c��A���N�3DJ��F�7Q΢��r�i��QΑ����\B��Q.%>�T�,��7���H|*��ċ��r9���r'�Ɍ�Nd �(w&:f�(w&�L�(w!�Y7Q�B���t�"ݟ-�(_,�{�p�SQދd��D��M�n$��k-�./*(�TG��T��ZJ�ԉ��p���u2�U�:9�"�|V^n8�%VRF�I9)"��T"�"�d�1�V�W���óDb!9H5nlJ���yW�p���y�k��%ᓬ�VuJ^yQ>ÊWY��"��Xi.)�A��ČڊH�D��ZY]�����,�0u�
+�x�D�b�U���JQCj��_5V�4{•]����Oo1�WY-���Q�B�7Y~�{�F���(�TE
+��ɡ��J�Ê`��BmVW��s�J��3����y��G���J4dFH�P���Y����?)(�s䞼=.�������3�>��8!�<,��y��4�\iVWY
+�,��/QC^�:�Zݥ6���8��R��
+�
+�T:��	^�&�h^�gr��LaeeY�N�c��/ ϱ���t�U'���ޣ�����p�эi� /���𰈹щ�gϞ^*�%�����-�>�y��/�<�u��
+�U�u�҄��<K"Ve��+WW�ǔ�s�M��u'#�c�Ef�.�Pz�"��5y
+tƠ=3^�8{��gP�$�#y*���,xn-/Е8���MH�7)e\����5�����S�����W�d/W�IXy�|�B��;J/C���1.r��]���������[�l\�����¸
 endstream
 endobj
 945 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAK+NotoSerif-Italic
+/FontName /AAAAAO+NotoSerif-Italic
 /FontFile2 944 0 R
 /FontBBox [-254 -250 1238 1047]
 /Flags 70
@@ -77347,35 +77412,31 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��Y
X[U�>��-�?�_C…@����B%�B
?�R�(m��V���X�j�Qw��۱V;[ש�?�Sg�nu��v;3���tG�vg��\�;�^(�����9������{��|' �Z��(=�7�;���?3��C�<��{���5�R&����Ʃ�RJ�7�'&_�=�Bi�@�sp��W�]$E(�0���ŻP7<�
-���-�&�����
-<��n�p���y�2��|e�w���o~}�L�'r����h�,*�::�?�S����碁э�I/}��H߶	-n�mA(��������c1��LD1�H,���',[���,�+��ujZzF�
-M�V�������W�*(4KL�R��f/C��U�jg��vu������56��k�-�ֶ����ήu������]HЛ�g	��DH���,b$��W��@��07w��;y�q��C����@'��WD����-c��T�
-OK��4��@Y�,f�,ᆊ�c�Cs�nu�S�E`Tժmy@�1���_u]s=��
-l��'B��g�	Q1�D�(d�4X����>ϒ��aK��j��U�<�J��EVKi�ٍ'=ES�����)���9�.N:0@~�~����Qd�4=�K��G[wd�T�U*E7whD�	�d�i����e�l%H�V)S*0��db&[o)�Yx�&�`�A|��d�1��` ���4��l۰������pU��'��={\�����V��U��H�Kd�{����7��%���]zs$�3:�n���GDP�E�͜��S�̮S��}}���D�b��역�&���Ӣd	����<3�.����b��h%���?�DX(QK�$y�<�:�,��w���mi�n6󱔮��H��6�#�Xoӭ���>X��l�(�R���Xp��O��~��u]��:�8L3�a/����Ԍ�f_t��O����]�y�X���
���j����Z~���Uk��������[�_�8�`���7�߱�<�V�>��}LBj�r��(Iv)u`�u�B�m�;�W�RSM���:��n��Ez��N.�<�`
 (���]�p��f۷����c
�?88 jt�<��f�aD�}>H��~��9=���0`�C���t���ɖX��TJ�9�؟���?[M\.��`g���z�'�
�q��mL)4�1Ϣ�f��T_�I��S���P���
-�����:��V��T��� ���Qơ�	����C�u�Z�ž�A��4���b(W�O�Y���
-�n
}��]!r�?\�?���Ϊ�;C_�{֥S��b�!L9L`]	�Щ��I���ޡzg}��r}z���K~���|��aMCnS�aE��na�ԈD4�(�9�c
((L�����l�)�Ԭm���k3w،E�K	���O�2��~�����;
-ohlZ�%Lm냯��b[t�yD���z�s�}{0�Bf`7����C}Q�L��`�l!;��
�"��*��DE��8�s�D�E�CeE�e���������܆��
-�p���Gyr�|MBbSEi�\h`��T���u�����zгa�U[�W#���9���;�S6D�`q�[�l���HHO��\���R�V
-���ڟg�,����%�JOz�Ӷ~m�����!ǚ�[����zZI�P? E0^����{ff����vM,�$��C.�[&i��B�ڐ� ~��ĪbU��\|�}	{�❘=MN�|-�~�O��d�T�0*�N��V��������<`jɵ�pT^�Rn�ӄ�Wį��ґ|�G�9�b(�P�I	���6+-E=�ڳ���/=3c�F�3rζ���\aY�]4��js25�~v�VQ���i�Kr+�j1��.Jզ�w��#[��p��B��$)-j	�����;�ݲ}���][�׫cV���z
>k/�t�T�ޫ9��/�G"�+5뷏Gε;s~_P��
z&�a47BvV@%WC1V�̟ɚÉoC/F^����Y�􈯹���`C�A��fin��u�d|�S�>����cKA���� ����UY˛j����Z��V\T���/V�I�f>��@ͅ�Wb�S\��=���<����\Z=�뎉�2"=s���ϳ<i?{��?)��>�ʉ����)��<����V���)q��}`I�ݷ�&�N���]	쥏~J�=��r�C`
 /j-��C���TG������ϝ��.r��=-x��#�6Xq"��_|�����s'��������dP�˒u|B�����G>��]C����Cz/f������JO*{��9g�J�:)`��e\B����C��r����!J�_���+a�@��*�e�غ;�nu�6�k��7`<�ɴ���6�U�V������2�&H�sg��'9���_�1Gs��v��б��Q\�C��u�����$� ���0dJ�"��֊XN��I�/0tQ�F%��;�GyS��㤹��(�#
dMw~�dK��!0���N��[��y=���#�r��8w��W=�ǂ��9�O�BJ�8[�,7Y������#�����TW�&�����O�}�w�����SИYY	~�p�'�\QFs2���DV~��:��df�Vcv�ͱ����d�?�=���l�zOJ�9]�|����""���J�+�Ia�k0�9r�C9D�Q�w�n��5���e�����"3yE��x�P�%�
 �T��xEu[��j6�O���.�}�D]ݓFr"g�ה���Q�O;��I�cz�fgњH+����
��̻�1�D[uaɖ�{�u
]���5��͍n�d���J)���uC�j�͓����M���4os=ւC�y�y�<�<�c��=Ηc ���+���ஷ�B��2s �#B�sW�k�"����.��)���bno��3m{djNN���Q��7�?m�c�N
-��դ���� �/T�>;�6yB�e	���7��)X�|Ì���ߒᶃ3]�d8<s�j^6�{7.a�o�}��'�����~�z<t��R����8���p�m0��4������S����>������Yaƌ�g��X?ȯWp)�,��}��c�n�.��xp��|�2ߒi?�Ogw�S���3�S�Ǩ5�	�o����D��E�h.�QRp���r2���<0-���D���j�:T)��֒����ݝ�_�r�����>�[�XUZ��Ԭ���V�RW��N�TT�X����r�U�۔Ÿ5���]��6v���z7o���WV��iȅk�;��ױ$�.���%�����dZ�
$)����,������.���D7f֤�u7NL��l��Wa�S��&V�)���|�qLqN�����7��6�&���[z�Lߡ�6���F�N&9JO]l?d|����)�{b�+}^׹H���������n��!�p��;�%J��>������d'��z#�M:�E�
 ��z&#��� ~������.O������г�C~�C~ˠ�`�V�Xj�?"���[�kp���榑�On���u�~��N�&��J6w�}��?�����Ztl'�u��qm���nO�	�J{fEr0X�jn�!�v��HU���ꬦpAk���:߿R��F�@wh�� ��]��8���t�|@OO�6.6�:P�v����"������L���]6��%��	g�Ӏ1���L
J�?����`�4�β�z�\e�~#����+���Ō��~;�[���ȱ4oɩ5u2��0�WjT����T�:��~���+�^3>��!c�._2ii�&vT��\��<g��j���AϺ����$�!���}Vg��˟��UOK�l)z����V�N+��f?ݽk����q����I9Ĥ��!d��<�BL>�u�Gz���o��"9�����v+g�_�Ng	����
�O��F[)����=���{��[/~��}߽�k��ҙ,<����wn�syT����D^����%����YL�
 �?��-=���m̷l��u��]U�U�����?�ȯ�'ez��4�L~A^�,��|�GY�^�
�8�HA}aI��~a1����cqA�5�D��+{�\��6���r����C��0>�,�H^�z�?PXed��M��l�-��0e�fI���<�:����L������ϟ9��6hh�!F�{�I<w0?�s��u��]7j����6Z�衅J
-��f��������!��݇����9ЇJ���	j�1";Z����_3�����7b�0���P�q?�(,L��_g�]]�6�p�)�� Ԯ�Ps�@Ɏ���U��]���͉��MC��ajj�+0X,����&�C��+�ruմGo�o�qUTV�f��z�t�j�ǠC�BZ#aS>�^�;��}��'x�/
-NY�	�ƆK�&���@(���e|
-?D}�$�<}1�K��U
͢�𩱂�婌T��k�?��%dee"Y>t�V��Y�V�y�a��]lj��p��Cp|���KDI�$L�%O�/DZ�I�u��D{D/�fc�1����b��y5�R������Xwl[��{c��=+&b�x�xB���)�����Y�2I��P�4J�$S���#ɬ4[ꖎI�>-}KzQz5.=����{<�xܧ�1�����P�h�����?����L�L�]+|ō7a��ȇს�v��c��nFx~�F%�5M���$мc?��\#�R��	s�0z`��Ji"6���³{	J�$���)����)��	W�0|K�m�Q�D�٦%�G��_�Y)�3,y����Q��}u��7�7���j�p3=�[b��\�@��W��-�y���W|	�`"�#	�q���\Bd~s���@#��
-�Z�D�켨k~uĘ��)LJ~wN��}��L�o}z��Rb@�2fT��DˡWH���d( *T�U
�YJ�ڝ�V@%�BZ�CوA9�z����J��T��##*�fT�,�
-�Ҏ�P9�@�ȁ�s
r�Z��A��GԀ��5�&�G͐�֠ jA!Ԋ��ZF�`�Nԅ֡n���b,�:��h�1�j��h�lN+C�����y:����aR�'��na^�L�"��3a>%�a>e�4a>-�a>�c�0/l]�}��q�&��Aa>��Y���	��E�&-ßr�2���@/C<+��=��%B����}J��[�6m���[�5KJ��1�f�E6{�jC�[�(���Mh#D��}��Z�=���p����}j��	��ha���ݫE!�Y2<"P��a4�߸u�w����V0v/so�po�د5��Z~�v���	��`2P� j�3�u8�sp���H�T\ǖJ(L�t�6,��}i������M[F�%EF���^��u�p�%���Oc�����q�l8NL��sӆPy�h|�ֱ���z��Q��`�r��b0
-b���'��8���� ��,����Q^�����{͂��7����D���ڲ�ӓT�5*�s�w��ݸΧ�������E�+'��]Q<�|Qi �������u��v_T����WD�]�����(*�"�/�*�z��GS�
-��U��ܮv�GQ�(J5Dq��BtY�!J
-}�pӮ3DE��R�Qg�:�
јB�T��v���^{Ѕ�2�؞�袱�{[;�����.��0DŅ/d�} ]���+#�����nʹ8%-�˴eņh\�v���FE�
�6��FQ <�?ի�7���=c�{
-�OT`<�.9#Y
-�r�,+�G%`���q�nֆ��
<J��J��)m������N1�8�2�:��Qg?}�5������:]����5�V��#K*d�g�6�k��Eq{x
-j`��T��K�K��M�� �2�����S���n^�T�TQJL�f�Fho��pe��FYx9���¾�����7%n
��`���W\0��;����׵}��X����E��3d�
-�0v�/�w9�֥pՑ[�ک�
+x��Y
X[U�>��-�?�_C…�!!?��J	�4�_��@i�@[��Ugl+�Zy���v�Վ��u����TǙG�[m���Lu�>�ѩ�Yu;(��ν�3�;�lxN��~����;��	#��#�EO�
��>a���E��|��-�=��+p
��ɡ-}�q��R�����WnO?�PZ����nIJ?�s�{'G�.�
Ͽ�gmSs�����Ax�ϭ�[�'\o�|�<_����_?�P&�9�]D\V8�P�g���)_	�O�s����������H߶	-n�mF(��������c1��LD1�H,���',[���,�+��ujZzF�
+M�V�����
y+W��L�fK��fw����Jg���]���S���M�5��pK�ڶ��ήu������]HЛ�g1��DH���"b$V��W��`��07w��;y�q��C����@'��WD���-c��T�
+OK��4��@Y٭;�"ᆊ�c�Csyu�K�E`T֨�NyP�1���_u_s?��
+l��'B��g�	Q�D���d�RJT�Uo���e��Zb��)j�� V)���f-1`��t�[h5;L=���ܝ����+Z�^E6KӃ�D�\t�vG6Ie>�Rts�FĞO�0��f�|�\�V��l�2��(�I&f������o�
+&ħX�v�������M#�,�
k�ˬqy�w��@�sz��q�O*��HFW��#�6�}��[W���	�/����қ#i�ѹw��'�="�� ,��D���fv�j����l�#�[�dg�l�h7�v�%K'N�,x�@Ls�������K��a�D-1Hv�]m�H���g����}۟�|,�+�1R�����#��tk�?����!;�@>J���:�;�V����᧟&�g�/��"���m؇f � 5c�[�=�䓹w>x�~3�{p=��U�ڄ�����_�2|��ZxG���;gf�y��y���(3�ž��
��w,(���'a���z�ܬ!�D�]HJ�X;FF��s������T�j��N�q8�g�^�p��9��?��/s6�}���-ni��X=����� ��-2�ȳχ�^��4�� �,r����*��0�+8�J)>2��swmk��'c��ۍ�,�_����=�����9��|�#�l1[K���T=����N�y.�Ը�,o_�S�l	�
 ̵kLNr��a�e����OI:�P��Z��U�Kc:,�r��TXd��������&������n���3�u��`]:�[^!&”�֕0
+��y��:���sՕ�+֧g+�����9�g?���6�V��n���M�@D��2��S8������4��J��k�����VKg��TXb���ʺ��)���wo�~��W}s���Ƶ[ڨm��u�C�`�<��9^�~��o�5��
�<{�P_!3`;���Q�j'd���	��C*QѤ%6p���h~�����^�q�����PY\��W��,%O��IHl,/)�lX=�J���к�5�5Qz7�kj�jd�>Wpv�vʆ�,ngxY�Tx"	�	����X���J�֗W����d�\��G�1o��׎����+^r�q����MaN�렧�d
+�"P����I�gf���H�~�o��RK�N�>䢼y��9�)ĭ)�	�L�*V�k��'ؗ���!މ���t���ׂ��'�$~mA�N���Hou�Ϻ��j���Sa��\k5G��,�<M8~�@��,i��p$��,�b
+��$�P�X�i��R�-=�z;��33Vh4=#������ݕ!c��P����������O�_�[!V�h
]pQ�v�3��⽄+VJ�'IIas(���*�۱��k�U�}��C��Y)���5�T��l���S%z��ػ�8���T��>9����}~%o7虠����Y�\
�XaQ0&k'�a
+�y����θ�B�G|���_ʐ��5Ks��c��N���Nߏ������L��I���Wi+k�Ix�\�Z[E[~QI�V�XN$	��|n94B_�NqU��̣ƇC�����6KI��;&�J��`���?���읓�����||('���C�X��RW�_��[�����%=w�V�P2}�Sw%��>�)�`�ʉ�����J9Z�S��o�g��?w���7�����
+H���`ʼn0v}�)f��]TO#ࣾ�O�Ae�{.K��	M*����z
͗9��G�}�q�C�+���9�眽*�뤀Mf�q	�������#\0��d|h(}|=�ӯ���:�~�}c�V�ں�MZ��g8ހ��&�����WmVX����kV�˴�!�ϝ0��4���͝��e4�C�nFqY������_�p��~�p�}(1��Z+b9]��'���|�M�c�<�V ���M=����z��ԓ5�yar�-����N|�:1F�?����3؏�)���
+\�|���|>�v)��l}��lK�g���_�D.F��SU���\>®?r?1��^ܵw/{�[Om@cfda$��y��sE�����Yyap�P�֗����_���7Dz$g�#����TB�dz��=e(��t}�R�f
+�lv�+��t%���;8���ȑ3�!�����}&���]/#t�'�Y�1�|���B���SU��U��r���?aϛ�|��guUOɉ�=_]{vF�>�l�'��酚�Ek"�8jZ~�6��p�cƉ����-��:k�&̕�k���<��J�ٝR|S���P�N�7s�M
-=�`_3h��z��>���y<y����{�/�@&�}Wr=��]ou�K��`|G���6U��D>w!¯]�;�oWpG����3�gZ��Ԝ�f��~�o��y���t�Hq���I<A��	|v�m�8�&�X�6]o��S�~���Y�%íg���p����y��c�ݸ��g��}c��6���a����J�z��B�|h��`�����dF��SO�Βw���!��/�g�3&h���{��F`� �^���ldv�)��1�H����6S�q�|K�`�y�݁O�N���N��r԰sf|`���w9����3pDI�ݞ���<"�����ߏ9�2Z���P.�x�ZKn���uw~��)
�
 B����nmCeIQ�R�6�bZ�J]��7Q]^YlK����W!nS�֢��v1l_��]**���ّ�STQ�cܦ!�)�~_�>�ԻП?
+8��3_Вi={4���m�.�:ʇ�~���om�88�Y�v��81�b�s�^��N�f�X'7|��㘢�\��U�o�-,
+�ul,I�#�����CymN�ٍx�Lr�
+���~���C)ɵP����VU�}�s�Hg;a��cQ��~uC�‰�w윖(�G|7�d�f�?,�2���W`�]��?��Ꙍ��C�%���_�<���s�>��BϚ�Y�-�z��V�`�����^o���Fӛ�F��?��?�]�kc[4�w�P��;���y�t.֢`;9�c��k�$4�s{�OV:2˓C�RwS�ǰkmy��m'Wg5��Z�!����r`�v�z��&�t�:~�	/�C%���xzj�s��ԁ*�k��}�?u�Wf���YW/��L8����`4(ep��쳞wC��D:����Ur�������g��\��VΚ���o�N�#�Ҽ%�������,^�Q�n�Se��,
8V���,��!C�V-\�d�Ҭ�쨐Ϲ:*�y���3��C�u7��Wq6�C^}/�0,/����?�����@�R>�N_�;}S;m��6"��~�{7ְ��q���
+�9�r�I=C�|�BL>�w�GzL��o��"9�����v+g�_�Ng	����
�O��F[)���M=���?{��[/~��}߽�k�L�ҙ,<����wn�syT���нD^���%����YL��?��-=���m̳n��u��ܕ�U坾�����(��'ez��55L^��@�^W�ګ�V/�p�j����$�P��Z���q��(��vG"!����T�_^_݂W9_�c��!�j�Mj���M�),�41Dʦ�y7Ж�Y��X��\m�T���Ld��}�ux����ҿU�7T��3�"ޠ'������:~�
���5^��F;��zh�҆���߱�ln���6l�������q�����C�HJ�
+��,�-ךϯ���e~��1xhi�S���bV&��ׯ�Ǯ�.Nvq:��cj�Q����\��dGT��*���.pg����V��1O�47����Vc~m}�٩��D��rګ��5͸�+��3Mu6�w�r5��c�!j!���)�.ƈ��E¾M�<\��,���c���W�O �|o�2>��>�U�A_⒰�nSC���v|j,?iy*#�&�Z����r	YY�H�ݸ~}V�Upy}�>E�q".�n���ߣ �Qi#����"��,�Ec�=��D�1�o�P�1OǼs)�zlblA�'�5v[콱�Ş�Y�A<!~@���m�e�d�$]R qI$]�)IT�dV�-�HǤH���%�(��g��M�=w<����xm|I|8~4~O����_JP&T$T�����ƛ0�a�����s�`l��Rx7#<���F3� �j���G�ch^���]x�C)�څ�=0�m�p�4�g	�<�ٳ�?�I�k���L������]�%�6è\�߂l��#K�/�����x�{�(�¾�:Dܿ���5z���-
 ��_�x�[���+|���d��
+���+���1�Ƒ��8BD�H.!2��n�s��Ӆ��Z-r�xv^�5?�:b,���C�;'H�>�?@f�>=�o)1 Y3�}T���+$��D2*����,
�C��D+��g!-ҡlĠ�u=2�<��' #*DEȄ�A�� +�A�t�RT��Qr�*�\�ܨ�F�P���#tF
�P�5(��Q��V���v�_'�B�P7�^�z1�l�d2U�@5N_4g6����SX
O�<�yZ	���0)��|�0/m��y���0�q�0�2q�0��c�0�ұ[��.�>��@�����0����,������@����O�{wU��!	���`�^��^���>�f��-c�6N���ԚM�%Z�OS ܬ
��|�5a؃-h݂��&�
�	��>�K-����k�}��>5�ބaW��?!x���ՠ0�,���0	�o�:�;D��t+��y��Lx��m�ךM�2-�L;��„�f4)J�ڙ	�:�98�HN�]*
+�cK�fp:#|������Ck����-#��B�������:[8�b�9��'�?<:�u8΃�eEEܴqT/߲u����^�y���ؼ����ح ��ɫ=2��~+H���f(���W寭��^@����M��'>������{�*�F�|.����t�4?лy�$��+���?*
�����/x��m�hr�?�����+�������2�(*�"�?�*��mk�"�*^�U�ss�ڵE��0����e��()��j�v�1**ؔ�������n��Х:F���7�g]�\��3]46�-���νho~�˻:�Qq��xH����ʈ"`#)x!��r-NI�2mi�1W��E��l�QQn=����}Ql�����G�Nמ1�=��'*0�G�����	�9u�h��0�V[�xz7k۴�
<J��J��)mݔ����N1�8�2����QW?}�5���ʳ�:]��������#K*`�gጶ�ߜ�����)P���b�S�SL/]�/�c4�n�p˨�F
 �
+L�ӻy�RM�RE(1����a����*2ހ7ʂȅ]n7��L��)qK��1=�΀f�`yW��8�uM��8�b�D�}Ѵ��Y��(̂]��H�]�u)�Fu��Yx�
 endstream
 endobj
 949 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAL+mplus1mn-regular
+/FontName /AAAAAP+mplus1mn-regular
 /FontFile2 948 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -77402,19 +77463,20 @@ endobj
 endobj
 952 0 obj
 << /Length1 2368
-/Length 1372
+/Length 1371
 /Filter [/FlateDecode]
 >>
 stream
-x��U_lSU��?lt��Jr�.���k�&.,�
�lV�?��,J��us]oڎl ���
���1���9y0�4��!�1Qb4�߹=`x�W�v��~��}��O�: ��w���Dވ�U⟞[��������\!���a+�d ���ˋu��Lj��r�L��m�:�2�-�ԢE�p	���h8;r���'�B���O���T>si���ƥ��T��c��x�m3�lA��BYk:����{�?E�L�p�zNKwj;���:4=��y�]��_���a����-/ԣTWg�"��ve�����΃Ǖ�%WH/�#w)��J����*�R=ܔ%~��U�958(K�o�\mxWvb�/�Z$ߠ�8��չr��TN��u]�g�q9�.��(���9r����$[�'�;�"�x�z�$I�$y������;8+?��bH^�'+e8��$��~������D:?���|�V"����L��jq߃��O���'�	J��p��/�]=#x��Y�ː����Y�.�Dvލ�
 ���F��H�v=(��>��}�&?�u�W�nr쿄OxɊ�i�F�-|���_���3ӹ��v��8�����Q�H����~(�KP����a��G����
-� �^��~�Q����^�C͈E��酹TQ8GP��hE`RPL
-���d�0_���
u����h��y嘾�Xߋ(�qJa�z֊|H^q�n��6�/˞�K3�y	ut�	<*�%�q����.������BI�X��͕�VO8\���l)T*,ә,o:4k9#/c��O�9L]�:����(����Ә?�6�̂��q_�k�jkN�A��"�������s�w߂ �6���{���5�QW'šտ���2#�`��$�eB^5�㞠�0�9�Z�h�hnf��a�� �A�0ۑ0��a���d���3�׌4��tF4z���L҆��^�Tt&k3m��(3u��x��*G��_��3�~7���A���΁i��[k�<�3���NN`vzbr2�e������Q5���>�Y�F��$�P�2��A�2��!	���)ʍ]E1���U��U��|
-*�k�+��u
3/��5����:T��~
<3��6��)զ��S�8��'��	�p�1�N���m���m
b5�6�q[���H�Rcx4�0b664��*�m5��!|ә�~���7�
�?����f��	mְ	�>��)��2�0v.�I�vb$��G�/��.;o�<n�w�Pa�j_7����cI����t�9B	n���#�GWs�jY��t�a~u�HW�?@����€
+x��U_lSU��?lt��Jr�.���k�&.,�
�lV���K�t����7mG6��`���	}2�>��34�y�Ac|���%F�1 ၰ��۳�}�n���;�����
�nx;�OY@���\ �����@.|�?����)x6H�\��P�|�x�/�ˤj�"g�oʧ,�ˈ�DLGF��ؑۨ']D<nJe�
~�}��ͥ��K(x'.�&k\o���n�����`b��ZS����C�)jf҇��sZ�Pہ獸��֠���S�
+$���S��]���hy���:[�d�s���/i?�<x\Y&^r���<r��*�k���]�".��-Y�g�^��[����t��Նwe;F���
jQ���]�˗��L��^�ѕ~V�ø���\��#!7��xkA�%��p����!R�G�wK�$K��G���ܻ�����=AJ!��
y�R��N;�'��p��H*/C��s�:�#�i��vg��U��.DD|R
�<�
P���?%x	���˰�	^�$|.x4���w��M�n�w	ލ�>�{`=yA�����§�Ȼ�����,xԑ_�ɱ�>M�%�§	%���vs�Z,NO��[�[i�#���t�#{�Fi"92����,B�a
+rP�-��)η"x?(� �{1{aF�N`�#0�1~5#-f��gSE�AQ����YHA1)����\9^(Neh4�A{�CZ���zT�c��ay|/�@�)1�ER�Y-�y�y�AǷ��ؿ,{<S,M�h$�ѵ�񨈗dک��
+�`�3���[��%=b�B7W.[=�p��b��P�0_Lg���Ќ匼�i{ �?y�f1u	�̊�K����<fNc���B0�����Z+�=<���s�H���ϯ�y������΍������G]�kV��.��+���aV�0�y�\�{���|�0kI�񒹑y���Z�4��l[�`C�M��mxl�w̤_3�j���U�&�3IN�USљ�M�QK�l�ԙK㡊�1�|a�ϸ���
+s
?l:��zn�a��<�R;9��鉉���jK�*�J�h�&�TXg�=Ɠ\F��'U�\��$;c�(7v��JVOXW���)�X�ѯ�v�h4̼8J�xj�t�PU��5�̘��t���T�ڪ�N��,���'X,��4:�z��)J�^�q4����)��ZM�WDr�ã�Ӱ��A�V�=h�)P
��|�c�c�M�n��р�755s��Nxh��Mد�
M���ф�3p	OZ� Fb}}d�������
�N�!�^��F�>�|,i\��ܟ�@(���4{,��J�V�!�s����/l¯���(�"��0€
 endstream
 endobj
 953 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAM+mplus-1p-regular
+/FontName /AAAAAQ+mplus-1p-regular
 /FontFile2 952 0 R
 /FontBBox [-109 -288 1403 1075]
 /Flags 4
@@ -77441,27 +77503,17 @@ endobj
 endobj
 956 0 obj
 << /Length1 2272
-/Length 1071
+/Length 1073
 /Filter [/FlateDecode]
 >>
 stream
-x��U�k$E���'�L�ݠ	.ȆR<��{2�
-"lȄ�N �,{XV;�5��N���'�\�b�Â�=
-�<x�Dě
-
-����!_�T�I���j�W������`ʨ����1�"�s�=㶻-��v�5�>�����#eGØ�I{��P���d���1�gm���k
�������@��q�fן�d��m�+��'w߽J��@q����}K���ky 0���™����?Z�:��?D�J;�f�[�����=��q+(��G��Wt�'�9ن�;��VP|X�aӽ��Z�>Z�F���x
-~p���J���(��r(��;��_�7�_�2�o栅�����p'��u�.���<����#��3���3L�C�s�3�s��/�"v5^��h�@�=�q���q����"�YM�C�8�m/�D�F�=�x	S�g��p����L��X#x�_�xoh��{���b�?��(����1]����w4>��@��[�Z��pɘ��9�2�X��n�^&��٪X�"�-�J�4�B�-��T��T&��1��1�H�Å����J/�Y�i5"�
I�
-B4aҿB�4�y�ʒ4K�ڤсY��H4d�P'���@C���Z�n�m'��E�m$7�0ʺ1�خ�bF��$�P1u)�^N����(0C}@����LR?
-ŬY�&:n�����p��0I�k�o!o��9�"T�~*l�%�#;�/�V��}!}%�M=�6�$��',���_D��.��l=N��d껡Ȥ���4T)J�
-jvf�N��aF��#6���飭�S���!O���
-�T�ؠ�b@2Πd�,��,�9�t��f3
-�آD"K�bF�s�6���b1��XSS����C}7�f���2},E�fǏN1o��I,'�>�N	�Pt��U�)Ô넎LD�I��M���qX�U��U�iW�&G�訚�u�:Ϧ}=��BN�p5��3�*3J\���"�VW�ꍥ�<������Ĝ����=%d�
-oKT�
gz�{�4���Ww���:?�'-��؏�|4u8ӷ#{�
�9T�oB�}�
+x��U�kU����d�Iڠ	��)�mf6�*4DhȆIȖ҃�Nvfg���,3��qċ�=
+Jă�""�T((Hi�=B.&~��K��������~?�}?������@(��<ڵ�ӆ0&�|�g��v����،jN�]h�ҭ�����H��9c�Vh?��R��j�yѤ�K[�V����o�9�w�Q�^}��!�[�K����y�2�O�����s�}�P��ZB%0¿8�	��=��V`7�y���TBa�/jV�����2��U;j9���c��w|ݠm�������<oDLv�܏��?�y�̛�a>��
[��{%s^\]]�5���9v�[��'?��/��&����Q�{�\օ�A�T�J�X?����d��6�..X�;LJ70��4n���x��P�9���M�s71.^�xgū�cRT4>�������AT�=�0!~�x�o¸qk/5^�mT5^�m��c�x��a�{�O�dnF�#�����(��=����7?�������|�ގ���ri�,��ozr)�Yr�ٔk�R"׼ċ7<��<"���|4��Z�|�Ls�X�jD�	��B�`���&�C�DYg�\]X+Qɪ
 u��'e����k��i:�r��!���zF�v�)�?}9%{X��!TL�̺�S�n>�B�S�}b�w&7�8	�PN[�+���M��p)')�EI��_����]�����4v\���weT�U�'d��r�SFp(���.��Oѿ��]��z�t�xI�2��V��NC��G�V�I�	A��b4����myH���V蔪3vH�P��݂8"�$�^�I��L#M�3�]�\���V-j�m��D�*Ŕ�3|��<x�X,rij)���6{����̛��VKKQ'i�
�̛�g��x�G�	�������&T��^,ӆ'��N��^�$*�l��L��B�0�ZGW�d�CC�3�x�u��>�����rV�=gtTV�v��Eb//�/�T��,����j�9��6U퍞Yf��c��_�8Ս���A_������gg�4��5�ӯM���ah���?���
pc}�
 endstream
 endobj
 957 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAN+NotoSerif
+/FontName /AAAAAR+NotoSerif
 /FontFile2 956 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -77487,21 +77539,21 @@ endobj
 endobj
 960 0 obj
 << /Length1 2564
-/Length 1485
+/Length 1484
 /Filter [/FlateDecode]
 >>
 stream
-x��UkLU>wvم��B��l�;�-;��.,A��d)�i�,�� �n��+�#�K��W�Ě&�o��S�K5�ĿF�c�i㯒�GL5�	�3�j�o'�{����;�̹�@�Z��J�9��@jƧ�ƺv~A�7|���d^�v��l�Hg+/�S64�51�J�>#����tb6G��6����/���:�Ch粅b����h_B�3�H�~����о�o�;����p����\>�c�{j�>��w,7�����]��aN���"%�K����
-|	���8�lv�?6�c�ئ�v�#Xsk�T-9���ں���Bm��v��p�b1��]�8w���ES�������’pjy�|;;�|a}�ג����(��k��]$�����lo
��^W�tߦ$ȥ�+�θwÃQ���l�m1��M�'����74��M����H��V+76%w��8�Ƥ�;���ϋ�u�
-��'�u�n vs����	�C��A>A�US���'Bi�P^R&6Ap�au�o�6���=�B����FW�0bo��jț7����g�%�뷵�	!�s&3hko�����A�Sl4&���P>����h��	ޙipVf-\�*x��m�g-�C�ۡ��[�v��^�$h�%�@�-܁��Zz9��`��C79o�.p�E�>��u���'C�6�_,�jp���?�����J(�����'���O�O�&��@����W���@��gz 9��<L�8L@�B��Lp��І�a���8��D=q�"Ћ�0�?������L<5>3�ȣS
-��`��g3�p6?��o��1�7}�+�g�TY�`*\�1B�HNj	Q�\OȠB���by�
-(�*kelf��é|a2��~oK��q+�N�p�i��q�xҹ�FV���b���3`eK.xٙ

<TRUNCATED>

[37/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/rgcms/rgcms.html
----------------------------------------------------------------------
diff --git a/content/guides/rgcms/rgcms.html b/content/guides/rgcms/rgcms.html
index 6dff537..3e11ae9 100644
--- a/content/guides/rgcms/rgcms.html
+++ b/content/guides/rgcms/rgcms.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -1152,7 +1153,7 @@ table.CodeRay td.code>pre{padding:0}
            <p>The <code>default…​()</code> supporting method is called for action parameters to return the initial argument value. This may be some sensible default (eg today’s date, or 0 or 1), or — for an action that is modifying the state of an object — might default to the current value of a corresponding property.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>The method is <em>also</em> called for properties in the case when an object is newly instantiated using <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer#newTransientInstance(…​)</code></a>. This is a much less common use case. If a default is not specified then properties are initialized to a default based on their type (eg 0 or <code>false</code>).</p> 
+           <p>The method is <em>also</em> called for properties in the case when an object is newly instantiated using <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService#instantiate(…​)</code></a> or <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_FactoryService"><code>FactoryService#instantiate(…​)</code></a>. This is a much less common use case. If a default is not specified then properties are initialized to a default based on their type (eg 0 or <code>false</code>).</p> 
           </div> 
           <div class="paragraph"> 
            <p>The signature of the supporting method depends on whether it is for an action parameter or a property.</p> 
@@ -1293,7 +1294,7 @@ table.CodeRay td.code>pre{padding:0}
              <p>There are, in fact, two other ways to set properties of a newly instantiated object to default values.</p> 
             </div> 
             <div class="paragraph"> 
-             <p>The first is to use the <a href="../rgcms/rgcms.html#_rgcms_methods_lifecycle_created"><code>created()</code></a> callback, called by the framework when <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer#newTransientInstance(…​)</code></a> is called. This method is called after any dependencies have been injected into the service.</p> 
+             <p>The first is to use the <a href="../rgcms/rgcms.html#_rgcms_methods_lifecycle_created"><code>created()</code></a> callback, called by the framework when <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService#instantiate(…​)</code></a> or <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_FactoryService"><code>FactoryService#instantiate(…​)</code></a> is called. This method is called after any services have been injected into the domain object.</p> 
             </div> 
             <div class="paragraph"> 
              <p>The second is more straightforward: simply initialize properties in the constructor. However, this cannot use any injected services as they will not have been initialized.</p> 
@@ -2480,7 +2481,7 @@ table.CodeRay td.code>pre{padding:0}
             <tbody>
              <tr> 
               <td><i class="conum" data-value="1"></i><b>1</b></td> 
-              <td>simple <a href="../rgcms/rgcms.html#_rgcms_classes_utility_TitleBuffer">tility class</a> to help construct the title string</td> 
+              <td>simple <a href="../rgcms/rgcms.html#_rgcms_classes_utility_TitleBuffer">utility class</a> to help construct the title string</td> 
              </tr> 
              <tr> 
               <td><i class="conum" data-value="2"></i><b>2</b></td> 
@@ -2573,20 +2574,14 @@ table.CodeRay td.code>pre{padding:0}
              <td class="icon"> <i class="fa icon-warning" title="Warning"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>Note that these callbacks are fired by Apache Isis rather than JDO. In the future we may deprecate them because there are better mechanisms available using listeners/subscribers:</p> 
-              </div> 
-              <div class="ulist"> 
-               <ul> 
-                <li> <p>in Isis 1.9.0 and earlier, you may therefore want to consider using the JDO API directly to set up a lifecycle listener; see <a href="../rgcms/rgcms.html#_rgcms_methods_lifecycle_jdo-api">here</a> for further discussion.</p> </li> 
-                <li> <p>alternatively, you can use a subscriber for the <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent">lifecycle event</a>s fired in Isis.</p> </li> 
-               </ul> 
+               <p>Note that these callbacks are fired by Apache Isis rather than JDO. In the future we may deprecate them because there are better mechanisms available using a subscriber for the <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent">lifecycle event</a>s.</p> 
               </div> </td> 
             </tr> 
            </tbody>
           </table> 
          </div> 
          <div class="paragraph"> 
-          <p>The lifecycle callback methods supported by Isis are:</p> 
+          <p>The lifecycle callback methods supported by Apache Isis are:</p> 
          </div> 
          <table class="tableblock frame-all grid-all spread"> 
           <caption class="title">
@@ -2608,7 +2603,7 @@ table.CodeRay td.code>pre{padding:0}
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
-               <p>called when an object has just been created using <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>newTransientInstance()</code></a></p> 
+               <p>called when an object has just been created using <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_FactoryService"><code>FactoryService#instantiate(..)</code></a> or <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService#instantiate(…​)</code></a></p> 
               </div>
              </div></td> 
            </tr> 
@@ -2768,7 +2763,7 @@ table.CodeRay td.code>pre{padding:0}
            </ul>
           </div> 
           <div class="paragraph"> 
-           <p>The <code>created()</code> lifecycle callback method is called when an object has just been created using <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>newTransientInstance()</code></a></p> 
+           <p>The <code>created()</code> lifecycle callback method is called when an object has just been created using <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService#instantiate(…​)</code></a> or <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_FactoryService"><code>FactoryService#instantiate(…​)</code></a></p> 
           </div> 
           <div class="admonitionblock tip"> 
            <table> 
@@ -3666,7 +3661,7 @@ table.CodeRay td.code>pre{padding:0}
                <p><code>o.a.i.core</code><br> <code>isis-core-applib</code></p> 
               </div>
              </div></td> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock">(abstract class).<br> <code>FixtureScriptsDefault</code> is a default implementation that is used when the alternative <a href="../rgsvc/rgsvc.html#_rgsvc_api_FixtureScriptsSpecificationProvider"><code>FixtureScriptsSpecificationProvider</code></a> is provided (and no other implementation of <code>FixtureScripts</code> was found).</p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock">(abstract class).<br> <code>FixtureScriptsDefault</code> is a default implementation that is used when the alternative <a href="../rgsvc/rgsvc.html#_rgsvc_testing_FixtureScriptsSpecificationProvider"><code>FixtureScriptsSpecificationProvider</code></a> is provided (and no other implementation of <code>FixtureScripts</code> was found).</p></td> 
             <td class="tableblock halign-left valign-top"><p class="tableblock">depends on:<br> <code>ClassDiscoveryService</code></p></td> 
            </tr> 
           </tbody> 
@@ -3769,10 +3764,10 @@ table.CodeRay td.code>pre{padding:0}
            </ul>
           </div> 
           <div class="paragraph"> 
-           <p>This class extends <a href="../rgcms/rgcms.html#_rgcms_classes_super_AbstractContainedObject"><code>AbstractContainedObject</code></a>, adding in an implementation of <code>getId()</code> based upon the classes name.</p> 
+           <p>This class provides an implementation of the optional <code>getId()</code> method for domain services, based upon the classes name.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>In practice there is little to gain from subclassing; simply inject <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a> for broadly equivalent functionality.</p> 
+           <p>In practice there is little to gain from subclassing. Instead annotate with <a href="../rgant/rgant.html#_rgant_DomainService"><code>@DomainService</code></a> and specify its <a href="../rgant/rgant.html#_rgant_DomainService_objectType"><code>#objectType()</code></a></p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -3819,7 +3814,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 an alternative, consider simply annotating the view model class with {@link org.apache.isis.applib.annotation.ViewModel}.</p> 
+                <p>As an alternative, consider simply annotating the view model class with the {@link org.apache.isis.applib.annotation.ViewModel} annotation.</p> 
                </div> </td> 
              </tr> 
             </tbody>
@@ -4742,23 +4737,10 @@ table.CodeRay td.code>pre{padding:0}
            </ul>
           </div> 
           <div class="paragraph"> 
-           <p>Subclass of <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent_AbstractLifecycleEvent"><code>AbstractLifecycleEvent</code></a>, broadcast when an object is first instantiated using the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer_object-creation-api"><code>DomainObjectContainer</code></a>'s <code>#newTransientInstance(…​)</code> method.</p> 
+           <p>Subclass of <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent_AbstractLifecycleEvent"><code>AbstractLifecycleEvent</code></a>, broadcast when an object is first instantiated using the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_FactoryService"><code>FactoryServuce</code></a>'s <code>#instantiate(…​)</code> method.</p> 
           </div> 
           <div class="paragraph"> 
-           <p><code>ObjectCreatedEvent.Default</code> is the concrete implementation that is used.</p> 
-          </div> 
-          <div class="admonitionblock note"> 
-           <table> 
-            <tbody>
-             <tr> 
-              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-              <td class="content"> 
-               <div class="paragraph"> 
-                <p>In the future this may be generalized to allow arbitrary subclasses to be broadcast, see ISIS-803.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
+           <p><code>ObjectCreatedEvent.Default</code> is the implementation that is used by default, but this can be overridden using <a href="../rgant/rgant.html#_rgant_DomainObject_createdLifecycleEvent"><code>@DomainObject#createdLifecycleEvent()</code></a>.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -4806,23 +4788,10 @@ table.CodeRay td.code>pre{padding:0}
            </ul>
           </div> 
           <div class="paragraph"> 
-           <p>Subclass of <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent_AbstractLifecycleEvent"><code>AbstractLifecycleEvent</code></a>, broadcast when an object is first saved (inserted) into the database using the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer_object-persistence-api"><code>DomainObjectContainer</code></a>'s <code>#persist(…​)</code> method.</p> 
+           <p>Subclass of <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent_AbstractLifecycleEvent"><code>AbstractLifecycleEvent</code></a>, broadcast when an object is first saved (inserted) into the database using the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService</code></a>'s <code>#persist(…​)</code> method.</p> 
           </div> 
           <div class="paragraph"> 
-           <p><code>ObjectPersistedEvent.Default</code> is the concrete implementation that is used.</p> 
-          </div> 
-          <div class="admonitionblock note"> 
-           <table> 
-            <tbody>
-             <tr> 
-              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-              <td class="content"> 
-               <div class="paragraph"> 
-                <p>In the future this may be generalized to allow arbitrary subclasses to be broadcast, see ISIS-803.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
+           <p><code>ObjectPersistedEvent.Default</code> is the implementation that is used by default, but this can be overridden using <a href="../rgant/rgant.html#_rgant_DomainObject_persistedLifecycleEvent"><code>@DomainObject#persistedLifecycleEvent()</code></a>.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -4838,23 +4807,10 @@ table.CodeRay td.code>pre{padding:0}
            </ul>
           </div> 
           <div class="paragraph"> 
-           <p>Subclass of <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent_AbstractLifecycleEvent"><code>AbstractLifecycleEvent</code></a>, broadcast when an object is about to be saved (inserted) into the database using the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer_object-persistence-api"><code>DomainObjectContainer</code></a>'s <code>#persist(…​)</code> method.</p> 
+           <p>Subclass of <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent_AbstractLifecycleEvent"><code>AbstractLifecycleEvent</code></a>, broadcast when an object is about to be saved (inserted) into the database using the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService</code></a>'s <code>#persist(…​)</code> method.</p> 
           </div> 
           <div class="paragraph"> 
-           <p><code>ObjectPersistingEvent.Default</code> is the concrete implementation that is used.</p> 
-          </div> 
-          <div class="admonitionblock note"> 
-           <table> 
-            <tbody>
-             <tr> 
-              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-              <td class="content"> 
-               <div class="paragraph"> 
-                <p>In the future this may be generalized to allow arbitrary subclasses to be broadcast, see ISIS-803.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
+           <p><code>ObjectPersistingEvent.Default</code> is the implementation that is used by default, but this can be overridden using <a href="../rgant/rgant.html#_rgant_DomainObject_persistingLifecycleEvent"><code>@DomainObject#persistingLifecycleEvent()</code></a>.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -4870,23 +4826,10 @@ table.CodeRay td.code>pre{padding:0}
            </ul>
           </div> 
           <div class="paragraph"> 
-           <p>Subclass of <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent_AbstractLifecycleEvent"><code>AbstractLifecycleEvent</code></a>, broadcast when an object is about to be deleted from the database using the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer_object-persistence-api"><code>DomainObjectContainer</code></a>'s <code>#remove(…​)</code> method.</p> 
+           <p>Subclass of <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent_AbstractLifecycleEvent"><code>AbstractLifecycleEvent</code></a>, broadcast when an object is about to be deleted from the database using the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService</code></a>'s <code>#remove(…​)</code> method.</p> 
           </div> 
           <div class="paragraph"> 
-           <p><code>ObjectRemovingEvent.Default</code> is the concrete implementation that is used.</p> 
-          </div> 
-          <div class="admonitionblock note"> 
-           <table> 
-            <tbody>
-             <tr> 
-              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-              <td class="content"> 
-               <div class="paragraph"> 
-                <p>In the future this may be generalized to allow arbitrary subclasses to be broadcast, see ISIS-803.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
+           <p><code>ObjectRemovingEvent.Default</code> is the implementation that is used by default, but this can be overridden using <a href="../rgant/rgant.html#_rgant_DomainObject_removingLifecycleEvent"><code>@DomainObject#removingLifecycleEvent()</code></a>.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -4902,23 +4845,10 @@ table.CodeRay td.code>pre{padding:0}
            </ul>
           </div> 
           <div class="paragraph"> 
-           <p>Subclass of <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent_AbstractLifecycleEvent"><code>AbstractLifecycleEvent</code></a>, broadcast when an object has just been updated in the database. This is done either explicitly when the current transaction is flushed using the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer_object-persistence-api"><code>DomainObjectContainer</code></a>'s <code>#flush(…​)</code> method, else is done implicitly when the transaction commits at the end of the user request.</p> 
+           <p>Subclass of <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent_AbstractLifecycleEvent"><code>AbstractLifecycleEvent</code></a>, broadcast when an object has just been updated in the database. This is done either explicitly when the current transaction is flushed using the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService</code></a>'s <code>#flush(…​)</code> method, else is done implicitly when the transaction commits at the end of the user request.</p> 
           </div> 
           <div class="paragraph"> 
-           <p><code>ObjectUpdatedEvent.Default</code> is the concrete implementation that is used.</p> 
-          </div> 
-          <div class="admonitionblock note"> 
-           <table> 
-            <tbody>
-             <tr> 
-              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-              <td class="content"> 
-               <div class="paragraph"> 
-                <p>In the future this may be generalized to allow arbitrary subclasses to be broadcast, see ISIS-803.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
+           <p><code>ObjectUpdatedEvent.Default</code> is the implementation that is used by default, but this can be overridden using <a href="../rgant/rgant.html#_rgant_DomainObject_updatedLifecycleEvent"><code>@DomainObject#updatedLifecycleEvent()</code></a>.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -4934,23 +4864,10 @@ table.CodeRay td.code>pre{padding:0}
            </ul>
           </div> 
           <div class="paragraph"> 
-           <p>Subclass of <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent_AbstractLifecycleEvent"><code>AbstractLifecycleEvent</code></a>, broadcast when an object is about to be updated in the database. This is done either explicitly when the current transaction is flushed using the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer_object-persistence-api"><code>DomainObjectContainer</code></a>'s <code>#flush(…​)</code> method, else is done implicitly when the transaction commits at the end of the user request.</p> 
+           <p>Subclass of <a href="../rgcms/rgcms.html#_rgcms_classes_lifecycleevent_AbstractLifecycleEvent"><code>AbstractLifecycleEvent</code></a>, broadcast when an object is about to be updated in the database. This is done either explicitly when the current transaction is flushed using the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService</code></a>'s <code>#flush(…​)</code> method, else is done implicitly when the transaction commits at the end of the user request.</p> 
           </div> 
           <div class="paragraph"> 
-           <p><code>ObjectUpdatingEvent.Default</code> is the concrete implementation that is used.</p> 
-          </div> 
-          <div class="admonitionblock note"> 
-           <table> 
-            <tbody>
-             <tr> 
-              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-              <td class="content"> 
-               <div class="paragraph"> 
-                <p>In the future this may be generalized to allow arbitrary subclasses to be broadcast, see ISIS-803.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
+           <p><code>ObjectUpdatingEvent.Default</code> is the implementation that is used by default, but this can be overridden using <a href="../rgant/rgant.html#_rgant_DomainObject_updatingLifecycleEvent"><code>@DomainObject#updatingLifecycleEvent()</code></a>.</p> 
           </div> 
          </div> 
         </div> 
@@ -7517,7 +7434,7 @@ table.CodeRay td.code>pre{padding:0}
            </table> 
           </div> 
           <div class="paragraph"> 
-           <p>These type definitions are just building blocks, also used within the <a href="../rgcms/rgcms.html#_rgcms_schema-aim">action iInvocation memento</a> schema. The first, <code>valueDto</code> is The second, <code>valueType</code>, enumerates the different types of vales, eg of a formal parameter to an action.</p> 
+           <p>These type definitions are just building blocks. The first, <code>valueDto</code> is The second, <code>valueType</code>, enumerates the different types of vales, eg of a formal parameter to an action.</p> 
           </div> 
           <div class="admonitionblock important"> 
            <table> 


[31/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/rgsvc/rgsvc.html
----------------------------------------------------------------------
diff --git a/content/guides/rgsvc/rgsvc.html b/content/guides/rgsvc/rgsvc.html
index e4891f7..cd7cf80 100644
--- a/content/guides/rgsvc/rgsvc.html
+++ b/content/guides/rgsvc/rgsvc.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -404,7 +405,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>For objects that are already persisted, the service is automatically injected just after the object is rehydrated by JDO/DataNucleus.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>For transient objects (instantiated programmatically), the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_FactoryService"><code>FactoryService</code></a>'s <code>instantiate()</code> method (or the deprecated <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a>'s <code>newTransientInstance()</code> method) will automatically inject the services.</p> 
+          <p>For transient objects (instantiated programmatically), the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_FactoryService"><code>FactoryService#instantiate(…​)</code></a> or the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService#instantiate(…​)</code></a>'s will automatically inject the services.</p> 
          </div> 
          <div class="paragraph"> 
           <p>Alternatively the object can be instantiated simply using <code>new</code>, then services injected using <a href="../rgsvc/rgsvc.html#_rgsvc_metadata-api_ServiceRegistry"><code>ServiceRegistry</code></a>'s <code>injectServicesInto(…​)</code> method (or the deprecated <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a>'s <code>injectServicesInto(…​)</code> method).</p> 
@@ -432,7 +433,7 @@ table.CodeRay td.code>pre{padding:0}
           </table> 
          </div> 
          <div class="paragraph"> 
-          <p>For example, suppose you wanted to provide your own implementation of <a href="../rgsvc/rgsvc.html#_rgsvc_api_LocaleProvider"><code>LocaleProvider</code></a>. Here’s how:</p> 
+          <p>For example, suppose you wanted to provide your own implementation of <a href="../rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_LocaleProvider"><code>LocaleProvider</code></a>. Here’s how:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
@@ -461,7 +462,7 @@ table.CodeRay td.code>pre{padding:0}
           </table> 
          </div> 
          <div class="paragraph"> 
-          <p>It’s also quite common to want to decorate the existing implementation (ie have your own implementation delegate to the default); this is also possible and quite easy (if using <code>1.10.0</code> or later). The idea is to have the framework inject all implementations of the service, and then to delegate to the first one that isn’t "this" one:</p> 
+          <p>It’s also quite common to want to decorate the existing implementation (ie have your own implementation delegate to the default); this is also possible and quite easy. The idea is to have the framework inject all implementations of the service, and then to delegate to the first one that isn’t "this" one:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
@@ -527,19 +528,19 @@ table.CodeRay td.code>pre{padding:0}
          <div class="ulist"> 
           <ul> 
            <li> <p>the (request-scoped) <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-api_CommandContext"><code>CommandContext</code></a> captures the user’s intention to invoke an action or edit a property; this is held by the <code>Command</code> object.</p> </li> 
-           <li> <p>if a <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-spi_CommandService"><code>CommandService</code></a> has been configured, then this will be used to create the <code>Command</code> object implementation, generally so that it can then also be persisted.<br></p> 
+           <li> <p>if a <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-spi_CommandService"><code>CommandService</code></a> has been configured, then this will be used to create the <code>Command</code> object implementation, generally so that it can then also be persisted.</p> 
             <div class="paragraph"> 
              <p>If the action or property is annotated to be invoked in the background (using <a href="../rgant/rgant.html#_rgant-Action_command"><code>@Action#command…​()</code></a> or <a href="../rgant/rgant.html#_rgant-Property_command"><code>@Property#command…​()</code></a>) then no further work is done. But, if the action/property is to be executed in the foreground, then the interaction continues.</p> 
             </div> </li> 
            <li> <p>the (request-scoped) <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-api_InteractionContext"><code>InteractionContext</code></a> domain service acts as a factory for the <code>Interaction</code> object, which keeps track of the call-graph of executions (<code>Interaction.Execution</code>) of either action invocations or property edits. In the majority of cases there is likely to be just a single top-level node of this graph, but for applications that use the <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-api_WrapperFactory"><code>WrapperFactory</code></a> extensively each successive call results in a new child execution.</p> </li> 
-           <li> <p>before and after each action invocation/property edit, a <a href="../rgcms/rgcms.html#_rgcms_classes_domainevent">domain event</a> is may be broadcast to all subscribers. Whether this occurs depends on whether the action/property has been annotated (using <a href="../rgant/rgant.html#_rgant-Action_domainEvent"><code>@Action#domainEvent()</code></a> or <a href="../rgant/rgant.html#_rgant-Property_domainEvent"><code>@Property#domainEvent()</code></a>).<br></p> 
+           <li> <p>before and after each action invocation/property edit, a <a href="../rgcms/rgcms.html#_rgcms_classes_domainevent">domain event</a> is may be broadcast to all subscribers. Whether this occurs depends on whether the action/property has been annotated (using <a href="../rgant/rgant.html#_rgant-Action_domainEvent"><code>@Action#domainEvent()</code></a> or <a href="../rgant/rgant.html#_rgant-Property_domainEvent"><code>@Property#domainEvent()</code></a>).</p> 
             <div class="paragraph"> 
              <p>(Note that susbcribers will also receive events for vetoing the action/property; this is not shown on the diagram).</p> 
             </div> </li> 
            <li> <p>As each execution progresses, and objects that are modified are "enlisted" into the (internal) <a href="../rgfis/rgfis.html#_rgfis_persistence-layer_ChangedObjectsServiceInternal"><code>ChangedObjectsServiceInternal</code></a> domain service. Metrics as to which objects are merely loaded into memory are also captured using the <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-api_MetricsService"><code>MetricsService</code></a> (not shown on the diagram).</p> </li> 
-           <li> <p>At the end of each execution, details of that execution are published through the (internal) <a href="../rgfis/rgfis.html#_rgfis_spi_PublisherServiceInternal"><code>PublisherServiceInternal</code></a> domain service. This is only done for actions/properties annotated appropriate (with <a href="../rgant/rgant.html#_rgant-Action_publishing"><code>@Action#publishing()</code></a> or <a href="../rgant/rgant.html#_rgant-Property_publishing"><code>@Property#publishing()</code></a>). <br></p> 
+           <li> <p>At the end of each execution, details of that execution are published through the (internal) <a href="../rgfis/rgfis.html#_rgfis_spi_PublisherServiceInternal"><code>PublisherServiceInternal</code></a> domain service. This is only done for actions/properties annotated appropriate (with <a href="../rgant/rgant.html#_rgant-Action_publishing"><code>@Action#publishing()</code></a> or <a href="../rgant/rgant.html#_rgant-Property_publishing"><code>@Property#publishing()</code></a>).</p> 
             <div class="paragraph"> 
-             <p>The internal service delegates in turn to any registered <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublishingService"><code>PublishingService</code></a> (deprecated) and also to any registered <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublisherService"><code>PublisherService</code></a>s (there may be more than one).</p> 
+             <p>The internal service delegates in turn to any registered <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublisherService"><code>PublisherService</code></a>s (there may be more than one).</p> 
             </div> </li> 
            <li> <p>At the end of each transaction, details of all changed objects are published, again through the (internal) <a href="../rgfis/rgfis.html#_rgfis_spi_PublisherServiceInternal"><code>PublisherServiceInternal</code></a> to any registered <code>PublishingService</code> or <code>PublisherService</code> implementations. Only domain objects specified to be published with <a href="../rgant/rgant.html#_rgant-DomainObject_publishing"><code>@DomainObject#publishing()</code></a> are published.<br></p> 
             <div class="admonitionblock note"> 
@@ -741,6 +742,9 @@ table.CodeRay td.code>pre{padding:0}
             </tbody>
            </table> 
           </div> 
+          <div class="paragraph"> 
+           <p>To use an alternative implementation, use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_usage">3.1.2. Usage</h4> 
@@ -892,7 +896,10 @@ table.CodeRay td.code>pre{padding:0}
            </div> 
           </div> 
           <div class="paragraph"> 
-           <p>The <a href="../ugvw/ugvw.html">Wicket viewer</a> this provides an implementation of this service.</p> 
+           <p>The <a href="../ugvw/ugvw.html">Wicket viewer</a> this provides a default implementation of this service.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>To use an alternative implementation, implement the <code>GuideBeanProvider</code> interface and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -1363,9 +1370,6 @@ table.CodeRay td.code>pre{padding:0}
              <li> <p>second, there may not be any Apache Isis session running. (If necessary, one can be created on the fly using <code>IsisContext.doInSession(…​)</code>)</p> </li> 
             </ul> 
            </div> 
-           <div class="paragraph"> 
-            <p>To ensure that your alternative implementation takes the place of the default implementation, register it explicitly in <code>isis.properties</code>.</p> 
-           </div> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -1653,8 +1657,14 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
           <div class="ulist"> 
            <ul> 
-            <li> <p><code>o.a.i.core.metamodel.services.container.DomainObjectContainerDefault</code> provided by Apache Isis core is itself an <code>ExceptionRecognizer</code>, and will handle <code>ConcurrencyException</code>s. It will also handle any application exceptions raised by the system (subclasses of <code>o.a.i.applib.RecoverableException</code>).</p> </li> 
-            <li> <p><code>o.a.i.objectstore.jdo.applib.service.exceprecog.ExceptionRecognizerCompositeForJdoObjectStore</code> bundles up a number of more fine-grained implementations:</p> 
+            <li> <p><code>o.a.i.core.metamodel.services.container.DomainObjectContainerDefault</code> provided by Apache Isis core is itself an <code>ExceptionRecognizer</code>, and will handle <code>ConcurrencyException</code>s.</p> 
+             <div class="paragraph"> 
+              <p>It will also handle any application exceptions raised by the system (subclasses of <code>o.a.i.applib.RecoverableException</code>).</p> 
+             </div> </li> 
+            <li> <p><code>o.a.i.objectstore.jdo.applib.service.exceprecog.ExceptionRecognizerCompositeForJdoObjectStore</code></p> 
+             <div class="paragraph"> 
+              <p>which bundles up a number of more fine-grained implementations:</p> 
+             </div> 
              <div class="ulist"> 
               <ul> 
                <li> <p><code>ExceptionRecognizerForSQLIntegrityConstraintViolationUniqueOrIndexException</code></p> </li> 
@@ -1665,7 +1675,7 @@ table.CodeRay td.code>pre{padding:0}
            </ul> 
           </div> 
           <div class="paragraph"> 
-           <p>If you want to recognize and handle additional exceptions (for example to capture error messages specific to the JDBC driver you might be using), then create a fine-grained implementation of <code>ExceptionRecognizer2</code> for the particular error message (there are some convenience implementations of the interface that you can subclass from if required) and register in <code>isis.properties</code>.</p> 
+           <p>If you want to recognize and handle additional exceptions (for example to capture error messages specific to the JDBC driver you might be using), then create a fine-grained implementation of <code>ExceptionRecognizer</code> for the particular error message (there are some convenience implementations of the interface that you can subclass from if required) and annotated with <code>@DomainService</code> in the usual way. Make sure that the service resides under a module registered in <code>AppManifest</code>.</p> 
           </div> 
           <div class="sect4"> 
            <h5 id="_configuration_properties">Configuration Properties</h5> 
@@ -2066,6 +2076,9 @@ table.CodeRay td.code>pre{padding:0}
           <div class="paragraph"> 
            <p>The core framework provides a default implementation of this service (<code>org.apache.isis.viewer.wicket.viewer.services.HintStoreUsingWicketSession</code>).</p> 
           </div> 
+          <div class="paragraph"> 
+           <p>To use an alternative implementation, implement the <code>HintStore</code> interface and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_view_models">4.8.3. View models</h4> 
@@ -2503,6 +2516,9 @@ table.CodeRay td.code>pre{padding:0}
           <div class="paragraph"> 
            <p>The framework provides a fallback implementation of this service, namely <code>TableColumnOrderService.Default</code>.</p> 
           </div> 
+          <div class="paragraph"> 
+           <p>There can be multiple implementations of <code>TableColumnOrderService registered. These are checked in turn (chain of responsibility pattern), ordered according to <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"></a></code><a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder">@DomainServiceLayout#menuOrder()`</a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide). The order from the first service that returns a non null value will be used.</p> 
+          </div> 
          </div> 
         </div> 
         <div class="sect2"> 
@@ -2593,6 +2609,9 @@ table.CodeRay td.code>pre{padding:0}
           <div class="paragraph"> 
            <p>For more details on the implementation, see <a href="../ugbtb/ugbtb.html#_ugbtb_i18n">i18n support</a>.</p> 
           </div> 
+          <div class="paragraph"> 
+           <p>If the menu items are not required then these can be suppressed either using security or by implementing a <a href="../ugbtb/ugbtb.html#_ugbtb_hints-and-tips_vetoing-visibility">vetoing subscriber</a>.</p> 
+          </div> 
           <div class="sect4"> 
            <h5 id="_configuration_properties_2">Configuration Properties</h5> 
            <div class="paragraph"> 
@@ -2738,7 +2757,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
          <div class="ulist"> 
           <ul> 
-           <li> <p>first, (though some browsers support longer strings), there is a limit of 2083 characters for URLs. For view model mementos that correspond to large strings (as might occur when serializing a JAXB <a href="../rgant/rgant.html#_rgant-XmlRootElement"><code>@XmlRootElement</code></a>-annotated view model), the service provides a hook. <br></p> 
+           <li> <p>first, (though some browsers support longer strings), there is a limit of 2083 characters for URLs. For view model mementos that correspond to large strings (as might occur when serializing a JAXB <a href="../rgant/rgant.html#_rgant-XmlRootElement"><code>@XmlRootElement</code></a>-annotated view model), the service provides a hook.</p> 
             <div class="paragraph"> 
              <p>For example, each memento string could be mapped to a GUID held in some cluster-aware cache.</p> 
             </div> </li> 
@@ -2781,10 +2800,10 @@ table.CodeRay td.code>pre{padding:0}
          <div class="sect3"> 
           <h4 id="_implementation_13">4.17.2. Implementation</h4> 
           <div class="paragraph"> 
-           <p>The framework provides a default implementation (<code>UrlEncodingServiceUsingBaseEncoding</code>) that simply converts the string using base-64 encoding and UTF-8 character set. As already noted, be aware that the maximum length of a URL should not exceed 2083 characters. For large view models, there’s the possibility that this limit could be exceeded; in such cases register an alternative implementation of this service.</p> 
+           <p>The framework provides a default implementation — <code>UrlEncodingServiceUsingBaseEncoding</code> — that simply converts the string using base-64 encoding and UTF-8 character set. As already noted, be aware that the maximum length of a URL should not exceed 2083 characters. For large view models, there’s the possibility that this limit could be exceeded; in such cases register an alternative implementation of this service.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>To use an alternative implementation, use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+           <p>To use an alternative implementation, implement the <code>UrlEncodingService</code> interface and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
           </div> 
          </div> 
         </div> 
@@ -3113,6 +3132,9 @@ table.CodeRay td.code>pre{padding:0}
             </tbody>
            </table> 
           </div> 
+          <div class="paragraph"> 
+           <p>To provide an alternative implementation, subclass and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_usage_3">5.1.2. Usage</h4> 
@@ -3200,7 +3222,10 @@ table.CodeRay td.code>pre{padding:0}
           <p>The <code>BackgroundService2</code> is responsible for capturing a memento representing the command in a typesafe way, and persisting it rather than executing it directly.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>The default <code>BackgroundServiceDefault</code> implementation works by using a proxy wrapper around the target so that it can capture the action to invoke and its arguments. This is done using <a href="../rgfis/rgfis.html#_rgfis_application-layer_CommandDtoServiceInternal"><code>CommandDtoServiceInternal</code></a>.</p> 
+          <p>The default <code>BackgroundServiceDefault</code> implementation works by using a proxy wrapper around the target so that it can capture the action to invoke and its arguments.</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>This is done using <a href="../rgfis/rgfis.html#_rgfis_application-layer_CommandDtoServiceInternal"><code>CommandDtoServiceInternal</code></a>.</p> 
          </div> 
          <div class="paragraph"> 
           <p>The persistence delegates the persistence of the memento to an appropriate implementation of the companion <code>BackgroundCommandService2</code>. One such implementation of <code>BackgroundCommandService</code> is provided by (non-ASF) <a href="http://github.com/isisaddons/isis-module-command">Isis addons' command</a> module.</p> 
@@ -3238,6 +3263,9 @@ table.CodeRay td.code>pre{padding:0}
           <div class="paragraph"> 
            <p>The default implementation is provided by core (<code>o.a.i.core.runtime.services.background.BackgroundServiceDefault</code>).</p> 
           </div> 
+          <div class="paragraph"> 
+           <p>To provide an alternative implementation, subclass and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_usage_4">5.2.2. Usage</h4> 
@@ -3572,7 +3600,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
          <div class="sect3"> 
           <h4 id="__rgsvc_application-layer-api_CommandContext_screencast">5.2.7. Screencast</h4> 
           <div class="paragraph"> 
-           <p>The <a href="https://www.youtube.com/watch?v=tqXUZkPB3EI">screencast</a> provides a run-through of the command (profiling) service, auditing service, publishing service. It also shows how commands can be run in the background either explicitly by scheduling through the background service or implicitly by way of a framework annotation.</p> 
+           <p>The <a href="https://www.youtube.com/watch?v=tqXUZkPB3EI">screencast</a> provides a run-through of the command (profiling) service, auditing service, publishing service (note: auditing service has since been replaced by <code>AuditerService</code>, and publishing service by <code>PublisherService</code>). It also shows how commands can be run in the background either explicitly by scheduling through the background service or implicitly by way of a framework annotation.</p> 
           </div> 
           <div class="admonitionblock note"> 
            <table> 
@@ -3603,7 +3631,10 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
            </div> 
           </div> 
           <div class="paragraph"> 
-           <p>This class (<code>o.a.i.applib.services.CommandContext</code>) is also the default implementation. Under normal circumstances there shouldn’t be any need to replace this implementation with another.</p> 
+           <p>This class (<code>o.a.i.applib.services.CommandContext</code>) is also the default implementation.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>Under normal circumstances there shouldn’t be any need to replace this implementation with another. But if you do need to for some reason, then subclass and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
           </div> 
           <div class="paragraph"> 
            <p>The <code>Command</code> type referenced above is in fact an interface, defined as:</p> 
@@ -3756,7 +3787,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           <div class="listingblock"> 
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">public</span> <span class="type">class</span> <span class="class">ToDoItem</span> ... {
-    <span class="annotation">@Command</span>(executeIn=ExecuteIn.BACKGROUND)
+    <span class="annotation">@Action</span>(commandExecuteIn=CommandExecuteIn.BACKGROUND)
     <span class="directive">public</span> ToDoItem scheduleImplicitly() {
         completeSlowly(<span class="integer">3000</span>);
         <span class="keyword">return</span> <span class="local-variable">this</span>;
@@ -3780,7 +3811,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
            <p>One case however where a domain object might want to obtain the <code>Command</code> is to determine whether it has been invoked in the foreground, or in the background. It can do this using the <code>getExecutedIn()</code> method:</p> 
           </div> 
           <div class="paragraph"> 
-           <p>Although not often needed, this then allows the domain object to access the <code>Command</code> object through the <code>CommandContext</code> service. To expand th above example:</p> 
+           <p>Although not often needed, this then allows the domain object to access the <code>Command</code> object through the <code>CommandContext</code> service. To expand the above example:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
@@ -3825,7 +3856,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
          <div class="sect3"> 
           <h4 id="_related_services_12">5.2.11. Related Services</h4> 
           <div class="paragraph"> 
-           <p>The <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-api_CommandContext"><code>CommandContext</code></a> service is very similar in nature to the <a href="../rgsvc/rgsvc.html#_rgsvc_api_InteactionContext"><code>InteactionContext</code></a>, in that the <code>Command</code> object accessed through it is very similar to the <code>Interaction</code> object obtained from the <code>InteractionContext</code>. The principle distinction is that while <code>Command</code> represents the <em>intention</em> to invoke an action or edit a property, the <code>Interaction</code> (and contained <code>Execution</code>s) represents the actual execution.</p> 
+           <p>The <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-api_CommandContext"><code>CommandContext</code></a> service is very similar in nature to the <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-api_InteractionContext"><code>InteractionContext</code></a>, in that the <code>Command</code> object accessed through it is very similar to the <code>Interaction</code> object obtained from the <code>InteractionContext</code>. The principle distinction is that while <code>Command</code> represents the <em>intention</em> to invoke an action or edit a property, the <code>Interaction</code> (and contained <code>Execution</code>s) represents the actual execution.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Most of the time a <code>Command</code> will be followed directly by its corresponding <code>Interaction</code>. However, if the <code>Command</code> is annotated to run in the background (using <a href="../rgant/rgant.html#_rgant-Action_command"><code>@Action#commandExecuteIn()</code></a>, or is explicitly created through the <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-api_BackgroundService"><code>BackgroundService</code></a>, then the actual interaction/execution is deferred until some other mechanism invokes the command (eg as described <a href="../ugbtb/ugbtb.html#_ugbtb_headless-access_BackgroundCommandExecution">here</a>). The persistence of background commands requires a configured <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-spi_BackgroundCommandService"><code>BackgroundCommandService</code></a>) to actually persist such commands for execution.</p> 
@@ -3868,7 +3899,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
             <tbody>
              <tr> 
               <td><i class="conum" data-value="1"></i><b>1</b></td> 
-              <td>Uses the <a href="../rgsvc/rgsvc.html#_rgsvc_api_BookmarkService"><code>BookmarkService</code></a> to convert the domain object’s internal identifier into a serializable <code>OidDto</code>.</td> 
+              <td>Uses the <a href="../rgsvc/rgsvc.html#_rgsvc_integration-api_BookmarkService"><code>BookmarkService</code></a> to convert the domain object’s internal identifier into a serializable <code>OidDto</code>.</td> 
              </tr> 
             </tbody>
            </table> 
@@ -4133,6 +4164,12 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
             </table> 
            </div> 
           </div> 
+          <div class="sect4"> 
+           <h5 id="_alternate_implementations">Alternate Implementations</h5> 
+           <div class="paragraph"> 
+            <p>Apache Isis' default implementation of <code>InteractionContext</code> class is automatically registered (it is annotated with <code>@DomainService</code>).</p> 
+           </div> 
+          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_interacting_with_the_services_2">5.4.2. Interacting with the services</h4> 
@@ -4249,6 +4286,9 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           <div class="paragraph"> 
            <p>The core framework provides a default implementation of this service, <code>o.a.i.core.runtime.services.message.MessageServiceDefault</code>.</p> 
           </div> 
+          <div class="paragraph"> 
+           <p>To use an alternative implementation, implement the <code>MessageService</code> interface and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          </div> 
          </div> 
         </div> 
         <div class="sect2"> 
@@ -4303,6 +4343,9 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           <div class="paragraph"> 
            <p>The core framework provides a default implementation of this service (<code>o.a.i.core.runtime.services.xactn.SessionManagementServiceDefault</code>).</p> 
           </div> 
+          <div class="paragraph"> 
+           <p>To use an alternative implementation, implement the <code>SessionManagementService</code> interface and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          </div> 
          </div> 
         </div> 
         <div class="sect2"> 
@@ -4340,7 +4383,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">public</span> <span class="type">interface</span> <span class="class">PresentationService</span> {
+            <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">public</span> <span class="type">interface</span> <span class="class">TitleService</span> {
     <span class="predefined-type">String</span> titleOf(<span class="predefined-type">Object</span> domainObject);                <i class="conum" data-value="1"></i><b>(1)</b>
     <span class="predefined-type">String</span> iconNameOf(<span class="predefined-type">Object</span> domainObject);             <i class="conum" data-value="2"></i><b>(2)</b>
 }</code></pre> 
@@ -4625,7 +4668,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           </table> 
          </div> 
          <div class="paragraph"> 
-          <p>This capability goes beyond enforcing the (imperative) constraints within the <code>hideXxx()</code>, <code>disableXxx()</code> and <code>validateXxx()</code> supporting methods; it also enforces (declarative) constraints such as those represented by annotations, eg <code>@MaxLength</code> or <code>@Regex</code>.</p> 
+          <p>This capability goes beyond enforcing the (imperative) constraints within the <code>hideXxx()</code>, <code>disableXxx()</code> and <code>validateXxx()</code> supporting methods; it also enforces (declarative) constraints such as those represented by annotations, eg <code>@Parameter(maxLength=…​)</code> or <code>@Property(mustSatisfy=…​)</code>.</p> 
          </div> 
          <div class="paragraph"> 
           <p>This capability is frequently used within <a href="../ugtst/ugtst.html#_ugtst_integ-test-support">integration tests</a>, but can also be used in production code. (There are analogies that can be drawn here with the way that JEE beans can interact through an EJB local interface).</p> 
@@ -4746,7 +4789,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
         <span class="keyword">try</span> {
             wrappedOrder.refund();
         } <span class="keyword">catch</span>(InteractionException ex) {          <i class="conum" data-value="1"></i><b>(1)</b>
-            container.raiseError(ex.getMessage());  <i class="conum" data-value="2"></i><b>(2)</b>
+            messageService.raiseError(ex.getMessage());  <i class="conum" data-value="2"></i><b>(2)</b>
             <span class="keyword">return</span>;
         }
     }
@@ -4754,7 +4797,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
     <span class="annotation">@Inject</span>
     WrapperFactory wrapperFactory;
     <span class="annotation">@Inject</span>
-    DomainObjectContainer container;
+    MessageService messageService;
 }</code></pre> 
            </div> 
           </div> 
@@ -4832,7 +4875,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
            </table> 
           </div> 
           <div class="paragraph"> 
-           <p>The original intent of this API was to enable test transcripts to be captured (in a BDD-like fashion) from integration tests. No such feature has yet been implemented however. Also, the capabilities have by and large been superceded by Apache Isis' support for domain events. We may therefore deprecate this API in the future.</p> 
+           <p>One possible use case for this API is to enable test transcripts to be captured (in a BDD-like fashion) from integration tests. As the time of writing, no such feature has yet been implemented.</p> 
           </div> 
          </div> 
         </div> 
@@ -5213,7 +5256,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
            <p>The implementations of <code>CommandService</code> and <code>BackgroundCommandService</code> are intended to go together, so that persistent parent `Command`s can be associated with their child background `Command`s.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>The services provided by this module combines very well with the <a href="../rgsvc/rgsvc.html#<em>rgsvc_persistence-layer-spi_AuditingService"><code>AuditingService</code></a>. The <code>CommandService</code> captures the _cause of an interaction (an action was invoked, a property was edited), while the <code>AuditingService3</code> captures the <em>effect</em> of that interaction in terms of changed state.</p> 
+           <p>The services provided by this module combines very well with the <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditingService"><code>AuditingService</code></a>. The <code>CommandService</code> captures the <em>cause</em> of an interaction (an action was invoked, a property was edited), while the <code>AuditingService3</code> captures the <em>effect</em> of that interaction in terms of changed state.</p> 
           </div> 
           <div class="paragraph"> 
            <p>You may also want to configure the <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublishingService"><code>PublishingService</code></a>.</p> 
@@ -5509,18 +5552,19 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
          <div class="sect3"> 
           <h4 id="_testing_support">7.1.2. Testing Support</h4> 
           <div class="paragraph"> 
-           <p>The default <code>ClockService</code> implementation in fact simply delegates to another class defined in the API, namely the <code>o.a.i.applib.clock.Clock</code>, an abstract singleton class. It is not recommended that your code use the <code>Clock</code> directly, but you should understand how this all works:</p> 
+           <p>The default <code>ClockService</code> implementation in fact simply delegates to another class defined in the API, namely the <code>o.a.i.applib.clock.Clock</code>, an abstract singleton class. It is not recommended that your code use the <code>Clock</code> directly, but it’s worth understanding how this all works.</p> 
           </div> 
-          <div class="ulist"> 
-           <ul> 
-            <li> <p>there are two subclasses implementations <code>Clock</code>, namely <code>SystemClock</code> and <code>FixtureClock</code>.</p> </li> 
-            <li> <p>the first implementation that is instantiated registers itself as the singleton.</p> </li> 
-            <li> <p>if running in <a href="../rgcfg/rgcfg.html#_rgcfg_deployment-types">production</a> (server) mode, then (unless another implementation has beaten it to the punch) the framework will instantiate the <code>`SystemClock</code>. Once instantiated this cannot be replaced.</p> </li> 
-            <li> <p>if running in <a href="../rgcfg/rgcfg.html#<em>rgcfg_deployment-types">prototype</a> mode, then the framework will instead instantiate <code>FixtureClock</code>. This _can be replaced if required.</p> </li> 
-           </ul> 
+          <div class="paragraph"> 
+           <p>If running in <a href="../rgcfg/rgcfg.html#_rgcfg_deployment-types">production</a> (server) mode, then the framework will (lazily) instantiate the <code>`SystemClock</code> when first required. This is a read-only clock that reads from the system time. The instance registers itself as the singleton and cannot be replaced.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>If running in <a href="../rgcfg/rgcfg.html#_rgcfg_deployment-types">prototype</a> mode, though, then the framework will instead instantiate <code>FixtureClock</code>. This is a read-write clock that will behave as the system clock, unless it is explicitly set using eg, <code>FixtureClock#setDate(…​)</code> or <code>FixtureClock#setTime(…​)</code> etc.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>Moreover, <code>FixtureClock</code> singleton can be replaced with another implementation. And, it is sometimes useful to replace it using <code>TickingFixtureClock</code>, a subclass that is very similar to <code>FixtureClock</code> (in that the time can be changed) but which will continue to tick once set.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>The <code>FixtureClock</code> will behave as the system clock, unless its is explicitly set using <code>FixtureClock#setDate(…​)</code> or <code>FixtureClock#setTime(…​)</code> and so forth.</p> 
+           <p>To use <code>TickingFixtureClock</code> instead of <code>FixtureClock</code>, use the <code>TickingClockFixture</code> fixture script.</p> 
           </div> 
           <div class="sect4"> 
            <h5 id="_alternative_implementations_4">Alternative Implementations</h5> 
@@ -6432,6 +6476,9 @@ container.persist(cust);</code></pre>
             </tbody>
            </table> 
           </div> 
+          <div class="paragraph"> 
+           <p>To use an alternative implementation, implement the <code>EventBusService</code> domain service and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_registering_subscribers">7.4.2. Registering Subscribers</h4> 
@@ -6934,8 +6981,8 @@ public <span class="directive">static</span> <span class="type">class</span> <sp
           <div class="listingblock"> 
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">public</span> <span class="type">interface</span> <span class="class">FactoryService</span> {
-    &lt;T&gt; T instantiate(<span class="directive">final</span> <span class="predefined-type">Class</span>&lt;T&gt; ofType);       <i class="conum" data-value="1"></i><b>(1)</b>
-    &lt;T&gt; T mixin();                                  <i class="conum" data-value="2"></i><b>(2)</b>
+    &lt;T&gt; T instantiate(<span class="predefined-type">Class</span>&lt;T&gt; domainClass);           <i class="conum" data-value="1"></i><b>(1)</b>
+    &lt;T&gt; T mixin(<span class="predefined-type">Class</span>&lt;T&gt; mixinClass, <span class="predefined-type">Object</span> mixedIn);  <i class="conum" data-value="2"></i><b>(2)</b>
 }</code></pre> 
            </div> 
           </div> 
@@ -6944,11 +6991,11 @@ public <span class="directive">static</span> <span class="type">class</span> <sp
             <tbody>
              <tr> 
               <td><i class="conum" data-value="1"></i><b>1</b></td> 
-              <td>create a new non-persisted domain entity. Any services will be automatically injected into the service.</td> 
+              <td>create a new non-persisted domain entity. Any services will be automatically injected into the service. The class must have a no-arg constructor.</td> 
              </tr> 
              <tr> 
               <td><i class="conum" data-value="2"></i><b>2</b></td> 
-              <td>programmatically instantiate a mixin, as annotated with <a href="../rgant/rgant.html#_rgant-Mixin"><code>@Mixin</code></a> or <a href="../rgant/rgant.html#_rgant-DomainObject_nature"><code>@DomainObject#nature()</code></a>.</td> 
+              <td>programmatically instantiate a mixin, for example as annotated with <a href="../rgant/rgant.html#_rgant-Mixin"><code>@Mixin</code></a>. The class must have a 1-arg constructor of the appropriate type.</td> 
              </tr> 
             </tbody>
            </table> 
@@ -7032,6 +7079,9 @@ repositoryService.persist(cust);</code></pre>
           <div class="paragraph"> 
            <p>This class (<code>o.a.i.applib.services.scratchpad.Scratchpad</code>) is also the implementation. And, as you can see, the service is just a request-scoped wrapper around a <code>java.util.Map</code>.</p> 
           </div> 
+          <div class="paragraph"> 
+           <p>To use an alternative implementation, subclass and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_usage_11">7.6.2. Usage</h4> 
@@ -7426,6 +7476,9 @@ Scratchpad scratchpad;</code></pre>
           <div class="paragraph"> 
            <p>The core framework provides a default implementation of this API, namely <code>o.a.i.core.metamodel.services.bookmarks.BookmarkServiceInternalDefault</code></p> 
           </div> 
+          <div class="paragraph"> 
+           <p>To use an alternative implementation, implement <code>BookmarkService</code> interface and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="__code_bookmarkholder_code">8.1.2. <code>BookmarkHolder</code></h4> 
@@ -7470,7 +7523,7 @@ Scratchpad scratchpad;</code></pre>
          <div class="sect3"> 
           <h4 id="_usage_by_other_services">8.1.3. Usage by other services</h4> 
           <div class="paragraph"> 
-           <p>Bookmarks are used by the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s command module’s implementation of <a href="../rgsvc/rgsvc.html#_rgsvc_api_BackgroundCommandService"><code>BackgroundCommandService</code></a>, which uses a bookmark to capture the target object on which an action will be invoked subsequently.</p> 
+           <p>Bookmarks are used by the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s command module’s implementation of <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-spi_BackgroundCommandService"><code>BackgroundCommandService</code></a>, which uses a bookmark to capture the target object on which an action will be invoked subsequently.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Bookmarks are also used by the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s auditing module’s implementation of <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditerService"><code>AuditerService</code></a>.</p> 
@@ -7918,7 +7971,10 @@ Scratchpad scratchpad;</code></pre>
            <p>With respect to the <code>IsisSchemas</code> enum: a JAXB-annotated domain object will live in its own XSD namespace and may reference multiple other XSD schemas. In particular, many JAXB domain objects will reference the <a href="../rgcms/rgcms.html#_rgcms_schema">common Isis schemas</a> (for example the <code>OidDto</code> class that represents a reference to a persistent entity). The enum indicates whether these schemas should be included or excluded from the map.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>Isis provides a default implementation of the service, <code>o.a.i.schema.services.jaxb.JaxbServiceDefault</code>.</p> 
+           <p>Apache Isis provides a default implementation of the service, <code>o.a.i.schema.services.jaxb.JaxbServiceDefault</code>.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>To use an alternative implementation, implement <code>JaxbService</code> interface and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -7998,6 +8054,9 @@ Scratchpad scratchpad;</code></pre>
            </table> 
           </div> 
           <div class="paragraph"> 
+           <p>To use an alternative implementation, implement <code>MementoService</code> interface and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          </div> 
+          <div class="paragraph"> 
            <p>The types of objects that are supported by the <code>MementoService</code> are implementation-specific, but would typically include all the usual value types as well as Apache Isis' <code>Bookmark</code> class (to represent references to arbitrary entities). Nulls can also be set.</p> 
           </div> 
           <div class="paragraph"> 
@@ -8112,9 +8171,6 @@ Scratchpad scratchpad;</code></pre>
          <div class="paragraph"> 
           <p>The service offers a basic API to create a snapshot of a single object, and an more flexible API that allows the size of the graph to be customized.</p> 
          </div> 
-         <div class="paragraph"> 
-          <p>The core framework provides an implementation of this service (<code>o.a.i.core.runtime.services.xmlsnapshot.XmlSnapshotServiceDefault</code>).</p> 
-         </div> 
          <div class="sect3"> 
           <h4 id="_standard_api">8.5.1. Standard API</h4> 
           <div class="paragraph"> 
@@ -8320,7 +8376,13 @@ Element customerXsd = snapshot.getXsdElement();</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_related_services_20">8.5.5. Related Services</h4> 
+          <h4 id="_implementation_26">8.5.5. Implementation</h4> 
+          <div class="paragraph"> 
+           <p>The core framework provides an implementation of this service (<code>o.a.i.core.runtime.services.xmlsnapshot.XmlSnapshotServiceDefault</code>).</p> 
+          </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_related_services_20">8.5.6. Related Services</h4> 
           <div class="paragraph"> 
            <p>The <a href="../rgsvc/rgsvc.html#_rgsvc_integration-api_BookmarkService"><code>BookmarkService</code></a> provides a mechanism for obtaining a string representations of a single domain object.</p> 
           </div> 
@@ -8501,7 +8563,7 @@ Element customerXsd = snapshot.getXsdElement();</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_implementation_26">9.1.2. Implementation</h4> 
+          <h4 id="_implementation_27">9.1.2. Implementation</h4> 
           <div class="paragraph"> 
            <p>The default implementation of this service is <code>ApplicationFeatureRepositoryDefault</code>.</p> 
           </div> 
@@ -8715,7 +8777,7 @@ Element customerXsd = snapshot.getXsdElement();</code></pre>
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">public</span> <span class="type">interface</span> <span class="class">MetaModelService4</span> {
+            <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">public</span> <span class="type">interface</span> <span class="class">MetaModelService5</span> {
     <span class="predefined-type">Class</span>&lt;?&gt; fromObjectType(<span class="predefined-type">String</span> objectType);         <i class="conum" data-value="1"></i><b>(1)</b>
     <span class="predefined-type">String</span> toObjectType(<span class="predefined-type">Class</span>&lt;?&gt; domainType);           <i class="conum" data-value="2"></i><b>(2)</b>
     <span class="type">void</span> rebuild(<span class="predefined-type">Class</span>&lt;?&gt; domainType);                  <i class="conum" data-value="3"></i><b>(3)</b>
@@ -8910,7 +8972,7 @@ repositoryService.persist(cust);</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_implementation_27">9.4.3. Implementation</h4> 
+          <h4 id="_implementation_28">9.4.3. Implementation</h4> 
           <div class="paragraph"> 
            <p>The core framework provides a default implementation of this service (<code>o.a.i.core.runtime.services.registry.ServiceRegistryDefault</code>).</p> 
           </div> 
@@ -8948,7 +9010,7 @@ repositoryService.persist(cust);</code></pre>
           </table> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__rgsvc_metadata-api_SwaggerService_api-and-implementation">9.5.1. API &amp; Implementation</h4> 
+          <h4 id="__rgsvc_metadata-api_SwaggerService_api-and-implementation">9.5.1. API</h4> 
           <div class="paragraph"> 
            <p>The API defined by <code>SwaggerService</code> is:</p> 
           </div> 
@@ -8990,18 +9052,21 @@ repositoryService.persist(cust);</code></pre>
             </tbody>
            </table> 
           </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_implementation_29">9.5.2. Implementation</h4> 
           <div class="paragraph"> 
-           <p>Isis provides a default implementation of the service, <code>o.a.i.core.metamodel.services.swagger.SwaggerServiceDefault</code>.</p> 
+           <p>Apache Isis provides a default implementation of the service, <code>o.a.i.core.metamodel.services.swagger.SwaggerServiceDefault</code>.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_usage_within_the_framework_3">9.5.2. Usage within the framework</h4> 
+          <h4 id="_usage_within_the_framework_3">9.5.3. Usage within the framework</h4> 
           <div class="paragraph"> 
            <p>This service is provided as a convenience for applications, it is not (currently) used by the framework itself.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_related_services_22">9.5.3. Related Services</h4> 
+          <h4 id="_related_services_22">9.5.4. Related Services</h4> 
           <div class="paragraph"> 
            <p>A <code>SwaggerServiceMenu</code> domain service provides a prototype action that enables the swagger spec to be downloaded from the Wicket viewer’s UI.</p> 
           </div> 
@@ -9176,7 +9241,7 @@ repositoryService.persist(cust);</code></pre>
           </ul>
          </div> 
          <div class="paragraph"> 
-          <p>The <code>FixtureScripts</code> service provides the ability to execute <a href="../ugtst/ugtst.html#_ugtst_fixture-scripts_api-and-usage">fixture scripts</a> .</p> 
+          <p>The <code>FixtureScripts</code> service provides the ability to execute <a href="../ugtst/ugtst.html#_ugtst_fixture-scripts_api-and-usage">fixture scripts</a>.</p> 
          </div> 
          <div class="paragraph"> 
           <p>The default implementation of this service, <code>FixtureScriptsDefault</code>, uses the associated <a href="../rgsvc/rgsvc.html#_rgsvc_testing_FixtureScriptsSpecificationProvider"><code>FixtureScriptsSpecificationProvider</code></a> to obtain a <code>FixtureScriptsSpecification</code>. This configures this service, for example telling it which package to search for <code>FixtureScript</code> classes, how to execute those classes, and hints that influence the UI.</p> 
@@ -9198,7 +9263,7 @@ repositoryService.persist(cust);</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_implementation_28">10.2.2. Implementation</h4> 
+          <h4 id="_implementation_30">10.2.2. Implementation</h4> 
           <div class="paragraph"> 
            <p>The default implementation is <code>o.a.i.applib.services.fixturespec.FixtureScriptsDefault</code></p> 
           </div> 
@@ -9318,7 +9383,7 @@ repositoryService.persist(cust);</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_implementation_29">10.3.2. Implementation</h4> 
+          <h4 id="_implementation_31">10.3.2. Implementation</h4> 
           <div class="paragraph"> 
            <p>The <a href="../ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp archetype</a> has a simple implementation of this service:</p> 
           </div> 
@@ -9396,7 +9461,7 @@ repositoryService.persist(cust);</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_implementation_30">10.4.2. Implementation</h4> 
+          <h4 id="_implementation_32">10.4.2. Implementation</h4> 
           <div class="paragraph"> 
            <p>The core framework provides a default implementation of this service (<code>o.a.i.core.runtime.services.sudo.SudoServiceDefault</code>).</p> 
           </div> 
@@ -9550,7 +9615,7 @@ repositoryService.persist(cust);</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_implementation_31">10.5.2. Implementation</h4> 
+          <h4 id="_implementation_33">10.5.2. Implementation</h4> 
           <div class="paragraph"> 
            <p>The framework provides a default implementation of this service: <code>SwitchUserServiceImpl</code> in <code>isis-core-runtime</code></p> 
           </div> 
@@ -9716,7 +9781,7 @@ repositoryService.persist(cust);</code></pre>
           </ul>
          </div> 
          <div class="paragraph"> 
-          <p>The <code>IsisJdoSupport</code> service provides a number of general purpose methods for working with the JDO/DataNucleus objectstore. In general these act at a lower-level of abstraction than the APIs normally used (specifically, those of <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a>), but nevertheless deal with some of the most common use cases. For service also provides access to the underlying JDO <code>PersistenceManager</code> for full control.</p> 
+          <p>The <code>IsisJdoSupport</code> service provides a number of general purpose methods for working with the JDO/DataNucleus objectstore. In general these act at a lower-level of abstraction than the APIs normally used (specifically, those of <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService</code></a>), but nevertheless deal with some of the most common use cases. For service also provides access to the underlying JDO <code>PersistenceManager</code> for full control.</p> 
          </div> 
          <div class="paragraph"> 
           <p>The following sections discuss the functionality provided by the service, broken out into categories.</p> 
@@ -10154,6 +10219,9 @@ repositoryService.persist(cust);</code></pre>
           <div class="paragraph"> 
            <p>This class (<code>o.a.i.applib.services.queryresultscache.QueryResultsCache</code>) is also the implementation.</p> 
           </div> 
+          <div class="paragraph"> 
+           <p>To use an alternative implementation, subclass <code>QueryResultsCache</code> and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_usage_15">11.4.2. Usage</h4> 
@@ -10372,7 +10440,7 @@ repositoryService.persist(cust);</code></pre>
             <p>You should be aware that by default Apache Isis queues up calls to <code>#persist()</code> and <code>#remove()</code>. These are then executed either when the request completes (and the transaction commits), or if the queue is flushed. This can be done either implicitly by the framework, or as the result of a direct call to <code>#flush()</code>.</p> 
            </div> 
            <div class="paragraph"> 
-            <p>By default the framework itself will cause <code>#flush()</code> to be called whenever a query is executed by way of <code>#allMatches(Query)</code>, as documented <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer_generic-repository-api">above</a>. However, this behaviour can be disabled using the <a href="../rgcfg/rgcfg.html#_rgcfg_configuring-core">configuration property</a> <code>isis.services.container.disableAutoFlush</code>.</p> 
+            <p>By default the framework itself will cause <code>#flush()</code> to be called whenever a query is executed by way of <code>#allMatches(Query)</code>. However, this behaviour can be disabled using the <a href="../rgcfg/rgcfg.html#_rgcfg_configuring-core">configuration property</a> <code>isis.services.container.disableAutoFlush</code>.</p> 
            </div> 
           </div> 
           <div class="sect4"> 
@@ -10527,7 +10595,7 @@ repositoryService.persist(cust);</code></pre>
 <span class="directive">public</span> <span class="type">class</span> <span class="class">ToDoItemRepositoryImplUsingJdoql</span> <span class="directive">implements</span> ToDoItemRepositoryImpl {
     <span class="annotation">@Programmatic</span>
     <span class="directive">public</span> <span class="predefined-type">List</span>&lt;ToDoItem&gt; findByAtPathAndCategory(<span class="directive">final</span> <span class="predefined-type">String</span> atPath, <span class="directive">final</span> Category category) {
-        <span class="keyword">return</span> container.allMatches(
+        <span class="keyword">return</span> repositoryService.allMatches(
                 <span class="keyword">new</span> QueryDefault&lt;&gt;(ToDoItem.class,
                         <span class="string"><span class="delimiter">"</span><span class="content">findByAtPathAndCategory</span><span class="delimiter">"</span></span>,                              <i class="conum" data-value="1"></i><b>(1)</b>
                         <span class="string"><span class="delimiter">"</span><span class="content">atPath</span><span class="delimiter">"</span></span>, atPath,                                       <i class="conum" data-value="2"></i><b>(2)</b>
@@ -10535,7 +10603,7 @@ repositoryService.persist(cust);</code></pre>
     }
     ...
     <span class="annotation">@javax</span>.inject.Inject
-    DomainObjectContainer container;
+    RepositoryService repositoryService;
 }</code></pre> 
             </div> 
            </div> 
@@ -10579,7 +10647,7 @@ repositoryService.persist(cust);</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_implementation_32">11.5.3. Implementation</h4> 
+          <h4 id="_implementation_34">11.5.3. Implementation</h4> 
           <div class="paragraph"> 
            <p>The default implementation of this domain service is <code>o.a.i.core.metamodel.services.repository.RepositoryServiceDefault</code>.</p> 
           </div> 
@@ -10669,7 +10737,7 @@ repositoryService.persist(cust);</code></pre>
          </thead> 
          <tbody> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditingService"><code>o.a.i.applib.</code><br> <code>services.audit</code><br> <code>AuditerService</code></a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditerService"><code>o.a.i.applib.</code><br> <code>services.audit</code><br> <code>AuditerService</code></a></p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
@@ -10852,6 +10920,18 @@ log4j.logger.org.apache.isis.applib.services.audit.AuditerServiceLogging=DEBUG,A
 log4j.additivity.org.apache.isis.applib.services.audit.AuditerServiceLogging=false</code></pre> 
            </div> 
           </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_usage_17">12.1.3. Usage</h4> 
+          <div class="paragraph"> 
+           <p>The typical way to indicate that an object should be audited is to annotate it with the <a href="../rgant/rgant.html#_rgant-DomainObject_auditing"><code>@DomainObject#auditing()</code></a> annotation.</p> 
+          </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_alternative_implementations_6">12.1.4. Alternative Implementations</h4> 
+          <div class="paragraph"> 
+           <p>The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s audit module provides an implementation of this service (<code>AuditerService</code>), and also provides a number of related domain services (<code>AuditingServiceMenu</code>, <code>AuditingServiceRepository</code> and <code>AuditingServiceContributions</code>).</p> 
+          </div> 
           <div class="paragraph"> 
            <p>The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s audit module also provides an implementation, <code>org.isisaddons.module.audit.dom.AuditerServiceUsingJdo</code>. This creates an audit record for each changed property (ie every time that <code>AuditerService#audit(…​)</code> is called.</p> 
           </div> 
@@ -10862,20 +10942,11 @@ log4j.additivity.org.apache.isis.applib.services.audit.AuditerServiceLogging=fal
            <ul> 
             <li> <p><code>AuditingServiceMenu</code> service which provides actions to search for <code>AuditEntry</code>s, underneath an 'Activity' menu on the secondary menu bar.</p> </li> 
             <li> <p><code>AuditingServiceRepository</code> service to to search for persisted <code>AuditEntry``s. None of its actions are visible in the user interface (they are all `@Programmatic</code>).</p> </li> 
-            <li> <p><code>AuditingServiceContributions</code> which contrbutes collections to the <a href="../rgcms/rgcms.html#_rgcms_classes_mixins_HasTransactionId"> <code>HasTransactionId</code></a> interface. This will therefore display all audit entries that occurred in a given request/transaction, in other words whenever a command, a published event or another audit entry is displayed.</p> </li> 
+            <li> <p><code>AuditingServiceContributions</code> which contributes collections to the <a href="../rgcms/rgcms.html#_rgcms_classes_mixins_HasTransactionId"> <code>HasTransactionId</code></a> interface. This will therefore display all audit entries that occurred in a given request/transaction, in other words whenever a command, a published event or another audit entry is displayed.</p> </li> 
            </ul> 
           </div> 
-         </div> 
-         <div class="sect3"> 
-          <h4 id="_usage_17">12.1.3. Usage</h4> 
-          <div class="paragraph"> 
-           <p>The typical way to indicate that an object should be audited is to annotate it with the <a href="../rgant/rgant.html#_rgant-DomainObject_auditing"><code>@DomainObject#auditing()</code></a> annotation.</p> 
-          </div> 
-         </div> 
-         <div class="sect3"> 
-          <h4 id="_alternative_implementations_6">12.1.4. Alternative Implementations</h4> 
           <div class="paragraph"> 
-           <p>The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s audit module provides an implementation of this service (<code>AuditerService</code>), and also provides a number of related domain services (<code>AuditingServiceMenu</code>, <code>AuditingServiceRepository</code> and <code>AuditingServiceContributions</code>).</p> 
+           <p>These services can be activated by updating the <code>pom.xml</code> and updating the <code>AppManifest#getModules()</code> method.</p> 
           </div> 
           <div class="paragraph"> 
            <p>If menu items or contributions are not required in the UI, these can be suppressed either using security or by implementing a <a href="../ugbtb/ugbtb.html#_ugbtb_hints-and-tips_vetoing-visibility">vetoing subscriber</a>.</p> 
@@ -10945,7 +11016,7 @@ log4j.additivity.org.apache.isis.applib.services.audit.AuditerServiceLogging=fal
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_implementation_33">12.2.2. Implementation</h4> 
+          <h4 id="_implementation_35">12.2.2. Implementation</h4> 
           <div class="paragraph"> 
            <p>The most full-featured available implementation is the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s audit module. This creates an audit records for each changed property (ie every time that <code>AuditingService3#audit(…​)</code> is called. The implementation is <code>org.isisaddons.module.audit.dom.AuditingService</code>.</p> 
           </div> 
@@ -11054,7 +11125,7 @@ log4j.additivity.org.apache.isis.applib.services.audit.AuditerServiceLogging=fal
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_implementation_34">12.3.2. Implementation</h4> 
+          <h4 id="_implementation_36">12.3.2. Implementation</h4> 
           <div class="paragraph"> 
            <p>There is no default implementation of this service provided by the core Apache Isis framework.</p> 
           </div> 
@@ -11211,9 +11282,6 @@ log4j.logger.org.apache.isis.applib.services.publish.PublisherServiceLogging=DEB
 log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging=false</code></pre> 
            </div> 
           </div> 
-          <div class="paragraph"> 
-           <p>The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s publishmq module also provides an implementation (<code>o.ia.m.publishmq.dom.servicespi.PublishingServiceUsingActiveMq</code>). This implementation publishes each member execution as an event on an <a href="http://activemq.apache.org">ActiveMQ</a> message queue. It also persists each execution as a <code>PublishedEvent</code> entity, allowing the event to be republished if necessary. The implementation also provides the ability to log additional <code>StatusMessage</code> entities, correlated on the transactionId, useful for diagnosing and monitoring the activity of subscribers of said message queues.</p> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_usage_19">12.4.3. Usage</h4> 
@@ -11230,7 +11298,17 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
          <div class="sect3"> 
           <h4 id="_alternative_implementations_8">12.4.4. Alternative Implementations</h4> 
           <div class="paragraph"> 
-           <p>The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>;s publishmq module provides an implementation of this service.</p> 
+           <p>The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s publishmq module also provides an implementation (<code>o.ia.m.publishmq.dom.servicespi.PublisherServiceUsingActiveMq</code>). This implementation:</p> 
+          </div> 
+          <div class="ulist"> 
+           <ul> 
+            <li> <p>publishes each member execution as an event on an <a href="http://activemq.apache.org">ActiveMQ</a> message queue.</p> </li> 
+            <li> <p>persists each execution as a <code>PublishedEvent</code> entity, allowing the event to be republished if necessary.</p> </li> 
+            <li> <p>provides the ability to log additional <code>StatusMessage</code> entities, correlated on the transactionId, useful for diagnosing and monitoring the activity of subscribers of said message queues.</p> </li> 
+           </ul> 
+          </div> 
+          <div class="paragraph"> 
+           <p>This service can be activated by updating the <code>pom.xml</code> and updating the <code>AppManifest#getModules()</code> method.</p> 
           </div> 
           <div class="paragraph"> 
            <p>The module also provide services that contribute to the UI. If contributions are not required in the UI, these can be suppressed either using security or by implementing a <a href="../ugbtb/ugbtb.html#_ugbtb_hints-and-tips_vetoing-visibility">vetoing subscriber</a>.</p> 
@@ -11243,7 +11321,7 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
           </div> 
           <div class="ulist"> 
            <ul> 
-            <li> <p>coarse-grained publish/subscribe for system-to-system interactions, from Apache Isis to some other system.<br></p> 
+            <li> <p>coarse-grained publish/subscribe for system-to-system interactions, from Apache Isis to some other system.</p> 
              <div class="admonitionblock note"> 
               <table> 
                <tbody>
@@ -11353,7 +11431,7 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_implementation_35">12.5.2. Implementation</h4> 
+          <h4 id="_implementation_37">12.5.2. Implementation</h4> 
           <div class="paragraph"> 
            <p>There is no default implementation of this service provided by the core Apache Isis framework.</p> 
           </div> 
@@ -11585,7 +11663,7 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_implementation_36">12.6.2. Implementation</h4> 
+          <h4 id="_implementation_38">12.6.2. Implementation</h4> 
           <div class="paragraph"> 
            <p>The core Apache Isis framework itself defines only an API; there is no default implementation. Rather, the implementation will depend on the security mechanism being used.</p> 
           </div> 
@@ -11747,9 +11825,9 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_implementation_37">13.1.2. Implementation</h4> 
+          <h4 id="_implementation_39">13.1.2. Implementation</h4> 
           <div class="paragraph"> 
-           <p>Isis provides an implementation of this service, namely <code>o.a.i.applib.services.classdiscovery.ClassDiscoveryServiceUsingReflections</code>.</p> 
+           <p>Apache Isis provides an implementation of this service, namely <code>o.a.i.applib.services.classdiscovery.ClassDiscoveryServiceUsingReflections</code>.</p> 
           </div> 
           <div class="admonitionblock note"> 
            <table> 
@@ -11764,6 +11842,9 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
             </tbody>
            </table> 
           </div> 
+          <div class="paragraph"> 
+           <p>To use an alternative implementation, implement the <code>ClassDiscoveryService</code> interface and use <a href="../rgant/rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="../rgsvc/rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_related_services_32">13.1.3. Related Services</h4> 


[41/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/rgant/rgant.html
----------------------------------------------------------------------
diff --git a/content/guides/rgant/rgant.html b/content/guides/rgant/rgant.html
index 2526129..42be192 100644
--- a/content/guides/rgant/rgant.html
+++ b/content/guides/rgant/rgant.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -339,7 +340,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
          <div class="ulist"> 
           <ul> 
-           <li> <p>if a collection should be rendered "open" rather than collapsed, it can be annotated using <code>@CollectionLayout(render=RenderType.EAGERLY)</code></p> </li> 
+           <li> <p>if a collection should be rendered "open" rather than collapsed, it can be annotated using <code>@CollectionLayout(defaultView="table")</code></p> </li> 
            <li> <p>if an action has a tooltip, it can be annotated using <code>@ActionLayout(describedAs=…​)</code></p> </li> 
            <li> <p>if a domain object is bookmarkable, it can be annotated using <code>@DomainObjectLayout(bookmarking=BookmarkPolicy.AS_ROOT</code>).</p> </li> 
           </ul> 
@@ -762,14 +763,14 @@ table.CodeRay td.code>pre{padding:0}
                <p>Used to build Apache Isis' own internal identifier for objects.<br></p> 
               </div> 
               <div class="paragraph"> 
-               <p>If the <code>schema()</code> attribute is specified (and if <a href="../rgant/rgant.html#<em>rgant-Discriminator"><code>@Discriminator</code></a> _hasn’t been specified), is also used to derive the object type, as used in `Bookmark`s, URLs for <a href="../ugvro/ugvro.html">RestfulObjects viewer</a> and elsewhere.</p> 
+               <p>If the <code>schema()</code> attribute is specified (and if <a href="../rgant/rgant.html#\_rgant-Discriminator"><code>@Discriminator</code></a> <em>hasn’t</em> been specified), is also used to derive the object type, as used in `Bookmark`s, URLs for <a href="../ugvro/ugvro.html">RestfulObjects viewer</a> and elsewhere.</p> 
               </div>
              </div></td> 
             <td class="tableblock halign-left valign-top"><p class="tableblock">Domain / persistence</p></td> 
             <td class="tableblock halign-left valign-top"><p class="tableblock">Class</p></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../rgant/rgant.html#_rgant-PrimaryKey"><code>@javax.jdo.annotations.</code><br> <code>PrimaryKey</code></a></p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../rgant/rgant.html#\_rgant-PrimaryKey"><code>@javax.jdo.annotations.</code><br> <code>PrimaryKey</code></a></p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5600,7 +5601,7 @@ WrapperFactory wrapperFactory;</code></pre>
            <li> <p>whether the domain object has been configured as immutable through the <a href="../rgant/rgant.html#_rgant-DomainObject_editing"><code>@DomainObject#editing()</code></a> attribute</p> </li> 
            <li> <p>else (that is, if the domain object’s editability is specified as being <code>AS_CONFIGURED</code>), then the value of the <a href="../rgcfg/rgcfg.html#_rgcfg_configuring-core">configuration property</a> <code>isis.objects.editing</code>. If set to <code>false</code>, then the object’s collections (and properties) are <strong>not</strong> editable</p> </li> 
            <li> <p>else, then the value of the <code>@Collection(editing=…​)</code> attribute itself.</p> </li> 
-           <li> <p>else, the result of invoking any supporting <a href="../rgcms/rgcms.html#_rgcms_methods_prefixes_disable"><code>disable…​()</code></a> supporting methods</p> </li> 
+           <li> <p>else, the result of invoking any supporting <a href="../rgcms/rgcms.html#\_rgcms_methods_prefixes_disable"><code>disable…​()</code></a> supporting methods</p> </li> 
           </ul> 
          </div> 
          <div class="paragraph"> 
@@ -5818,7 +5819,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="listingblock"> 
           <div class="content"> 
            <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">public</span> <span class="type">void</span> Customer {
-    <span class="annotation">@TypeOf</span>(Order.class)
+    <span class="annotation">@Collection</span>(typeOf=Order.class)
     <span class="directive">public</span> <span class="predefined-type">SortedSet</span> getOutstandingOrders() { ... }
     ...
 }</code></pre> 
@@ -6646,7 +6647,17 @@ WrapperFactory wrapperFactory;</code></pre>
          <p>This section identifies which attributes of <code>@Column</code> are recognized and used by Apache Isis.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_nullability">7.1. Nullability</h3> 
+         <h3 id="_rgant-Column_allowsNull">7.1. Nullability</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/rgant/_rgant-Column_allowsNull.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/rgant/_rgant-Column_allowsNull.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/rgant/_rgant-Column_allowsNull.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/rgant/_rgant-Column_allowsNull.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/rgant/_rgant-Column_allowsNull.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>The <code>allowsNull()</code> attribute is used to specify if a property is mandatory or is optional.</p> 
          </div> 
@@ -6672,7 +6683,17 @@ WrapperFactory wrapperFactory;</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_length_for_code_string_code_s">7.2. Length for <code>String</code>s</h3> 
+         <h3 id="_rgant-Column_length">7.2. Length for <code>String</code>s</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/rgant/_rgant-Column_length.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/rgant/_rgant-Column_length.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/rgant/_rgant-Column_length.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/rgant/_rgant-Column_length.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/rgant/_rgant-Column_length.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>The <code>length()</code> attribute is used to specify the length of <code>java.lang.String</code> property types as they map to <code>varchar(n)</code> columns.</p> 
          </div> 
@@ -6698,7 +6719,17 @@ WrapperFactory wrapperFactory;</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_length_scale_for_code_bigdecimal_code_s">7.3. Length/scale for <code>BigDecimal</code>s</h3> 
+         <h3 id="_rgant-Column_length-scale">7.3. Length/scale for <code>BigDecimal</code>s</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/rgant/_rgant-Column_length-scale.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/rgant/_rgant-Column_length-scale.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/rgant/_rgant-Column_length-scale.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/rgant/_rgant-Column_length-scale.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/rgant/_rgant-Column_length-scale.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>The <code>length()</code> and <code>scale()</code> attributes are used to infer the precision/scale of <code>java.math.BigDecimal</code> property types as they map to <code>decimal(n,p)</code> columns.</p> 
          </div> 
@@ -6714,19 +6745,39 @@ WrapperFactory wrapperFactory;</code></pre>
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>For <code>BigDecimal</code>s it is also possible to specify the <a href="../rgant/rgant.html#<em>rgant-Digits"><code>@Digits</code></a> annotation, whose form is <code>@Digits(integer, fraction)</code>. There is a subtle difference here: while <code>@Column#scale()</code> corresponds to <code>@Digits#fraction()</code>, the value of <code>@Column#length()</code> (ie the precision) is actually the _sum of the <code>@Digits’ `integer()</code> and <code>fraction()</code> parts.</p> 
+          <p>For <code>BigDecimal</code>s it is also possible to specify the <a href="../rgant/rgant.html#\_rgant-Digits"><code>@Digits</code></a> annotation, whose form is <code>@Digits(integer, fraction)</code>. There is a subtle difference here: while <code>@Column#scale()</code> corresponds to <code>@Digits#fraction()</code>, the value of <code>@Column#length()</code> (ie the precision) is actually the <em>sum</em> of the <code>@Digits’ `integer()</code> and <code>fraction()</code> parts.</p> 
          </div> 
          <div class="paragraph"> 
           <p>If both are specified, Apache Isis will check when it initializes for any contradictions, and will fail-fast with an appropriate error message in the log if there are.</p> 
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_hints_and_tips">7.4. Hints and Tips</h3> 
+         <h3 id="_rgant-Column_hints-and-tips">7.4. Hints and Tips</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/rgant/_rgant-Column_hints-and-tips.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/rgant/_rgant-Column_hints-and-tips.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/rgant/_rgant-Column_hints-and-tips.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/rgant/_rgant-Column_hints-and-tips.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/rgant/_rgant-Column_hints-and-tips.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>This seems to be a good place to describe some additional common mappings that use <code>@Column</code>. Unlike the sections above, the attributes specified in these hints and tips aren’t actually part of Apache Isis metamodel.</p> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_mapping_foreign_keys">7.4.1. Mapping foreign keys</h4> 
+          <h4 id="_rgant-Column_hints-and-tips_mapping-foreign-keys">7.4.1. Mapping foreign keys</h4>
+          <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/rgant/_rgant-Column_hints-and-tips_mapping-foreign-keys.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/rgant/_rgant-Column_hints-and-tips_mapping-foreign-keys.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/rgant/_rgant-Column_hints-and-tips_mapping-foreign-keys.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/rgant/_rgant-Column_hints-and-tips_mapping-foreign-keys.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/rgant/_rgant-Column_hints-and-tips_mapping-foreign-keys.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>The <code>name()</code> attribute can be used to override the name of the column. References to other objects are generally mapped as foreign key columns. If there are multiple references to a given type, then you will want to override the name that JDO/DataNucleus would otherwise default.</p> 
           </div> 
@@ -6747,18 +6798,27 @@ WrapperFactory wrapperFactory;</code></pre>
            </div> 
           </div> 
          </div> 
-        </div> 
-        <div class="sect2"> 
-         <h3 id="_mapping_code_blob_code_s_and_code_clob_code_s">7.5. Mapping <code>Blob</code>s and <code>Clob</code>s</h3> 
-         <div class="paragraph"> 
-          <p>Isis provides custom value types for <a href="../rgcms/rgcms.html#_rgcms_classes_value-types_Blob"><code>Blob</code></a>s and <a href="../rgcms/rgcms.html#_rgcms_classes_value-types_Clob"><code>Clob</code></a>s. These value types have multiple internal fields, meaning that they corresponding to multiple columns in the database. Mapping this correctly requires using <code>@Column</code> within JDO’s <code>@Persistent</code> annotation.</p> 
-         </div> 
-         <div class="paragraph"> 
-          <p>For example, here’s how to map a <code>Blob</code> (taken from (non-ASF) <a href="http://github.com/isisaddons/isis-app-todoapp">Isis addons' todoapp</a>):</p> 
-         </div> 
-         <div class="listingblock"> 
-          <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">private</span> <span class="predefined-type">Blob</span> attachment;
+         <div class="sect3"> 
+          <h4 id="_rgant-Column_hints-and-tips_mapping-blobs-and-clobs">7.4.2. Mapping <code>Blob</code>s and <code>Clob</code>s</h4>
+          <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/rgant/_rgant-Column_hints-and-tips_mapping-blobs-and-clobs.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/rgant/_rgant-Column_hints-and-tips_mapping-blobs-and-clobs.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/rgant/_rgant-Column_hints-and-tips_mapping-blobs-and-clobs.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/rgant/_rgant-Column_hints-and-tips_mapping-blobs-and-clobs.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/rgant/_rgant-Column_hints-and-tips_mapping-blobs-and-clobs.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>Isis provides custom value types for <a href="../rgcms/rgcms.html#_rgcms_classes_value-types_Blob"><code>Blob</code></a>s and <a href="../rgcms/rgcms.html#_rgcms_classes_value-types_Clob"><code>Clob</code></a>s. These value types have multiple internal fields, meaning that they corresponding to multiple columns in the database. Mapping this correctly requires using <code>@Column</code> within JDO’s <code>@Persistent</code> annotation.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>For example, here’s how to map a <code>Blob</code> (taken from (non-ASF) <a href="http://github.com/isisaddons/isis-app-todoapp">Isis addons' todoapp</a>):</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">private</span> <span class="predefined-type">Blob</span> attachment;
 <span class="annotation">@javax</span>.jdo.annotations.Persistent(defaultFetchGroup=<span class="string"><span class="delimiter">"</span><span class="content">false</span><span class="delimiter">"</span></span>, columns = {
         <span class="annotation">@javax</span>.jdo.annotations.Column(name = <span class="string"><span class="delimiter">"</span><span class="content">attachment_name</span><span class="delimiter">"</span></span>),
         <span class="annotation">@javax</span>.jdo.annotations.Column(name = <span class="string"><span class="delimiter">"</span><span class="content">attachment_mimetype</span><span class="delimiter">"</span></span>),
@@ -6770,14 +6830,14 @@ WrapperFactory wrapperFactory;</code></pre>
 )
 <span class="directive">public</span> <span class="predefined-type">Blob</span> getAttachment() { ... }
 <span class="directive">public</span> <span class="type">void</span> setAttachment(<span class="predefined-type">Blob</span> attachment) { ... }</code></pre> 
+           </div> 
           </div> 
-         </div> 
-         <div class="paragraph"> 
-          <p>And here’s how to map a <code>Clob</code> (also taken from the todoapp):</p> 
-         </div> 
-         <div class="listingblock"> 
-          <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">private</span> <span class="predefined-type">Clob</span> doc;
+          <div class="paragraph"> 
+           <p>And here’s how to map a <code>Clob</code> (also taken from the todoapp):</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">private</span> <span class="predefined-type">Clob</span> doc;
 <span class="annotation">@javax</span>.jdo.annotations.Persistent(defaultFetchGroup=<span class="string"><span class="delimiter">"</span><span class="content">false</span><span class="delimiter">"</span></span>, columns = {
         <span class="annotation">@javax</span>.jdo.annotations.Column(name = <span class="string"><span class="delimiter">"</span><span class="content">doc_name</span><span class="delimiter">"</span></span>),
         <span class="annotation">@javax</span>.jdo.annotations.Column(name = <span class="string"><span class="delimiter">"</span><span class="content">doc_mimetype</span><span class="delimiter">"</span></span>),
@@ -6788,6 +6848,7 @@ WrapperFactory wrapperFactory;</code></pre>
 )
 <span class="directive">public</span> <span class="predefined-type">Clob</span> getDoc() { ... }
 <span class="directive">public</span> <span class="type">void</span> setDoc(<span class="directive">final</span> <span class="predefined-type">Clob</span> doc) { ... }</code></pre> 
+           </div> 
           </div> 
          </div> 
         </div> 
@@ -7207,7 +7268,7 @@ WrapperFactory wrapperFactory;</code></pre>
           </ul>
          </div> 
          <div class="paragraph"> 
-          <p>The <code>auditing()</code> attribute indicates that if the object is modified, then each of its changed properties should be submitted to the <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditingService"><code>AuditingService</code></a> (if one has been configured), or to any</p> 
+          <p>The <code>auditing()</code> attribute indicates that if the object is modified, then each of its changed properties should be submitted to the <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditingService"><code>AuditingService</code></a> (if one has been configured).</p> 
          </div> 
          <div class="paragraph"> 
           <p>The default value for the attribute is <code>AS_CONFIGURED</code>, meaning that the <a href="../rgcfg/rgcfg.html#_rgcfg_configuring-core">configuration property</a> <code>isis.services.audit.objects</code> is used to determine the whether the action is audited:</p> 
@@ -7348,7 +7409,7 @@ WrapperFactory wrapperFactory;</code></pre>
 <span class="directive">public</span> <span class="type">class</span> <span class="class">Customers</span> {
     <span class="annotation">@Action</span>(semantics=SemanticsOf.SAFE)
     <span class="directive">public</span> <span class="predefined-type">List</span>&lt;Customer&gt; findByName(
-        <span class="annotation">@Parameter</span>(minLength=<span class="integer">3</span>)             <i class="conum" data-value="1"></i><b>(1)</b>
+        <span class="annotation">@MinLength</span>(<span class="integer">3</span>)                       <i class="conum" data-value="1"></i><b>(1)</b>
         <span class="annotation">@ParameterLayout</span>(named=<span class="string"><span class="delimiter">"</span><span class="content">name</span><span class="delimiter">"</span></span>)
         <span class="predefined-type">String</span> name);
     ...
@@ -7374,7 +7435,7 @@ WrapperFactory wrapperFactory;</code></pre>
 <span class="directive">public</span> <span class="type">class</span> <span class="class">Customers</span> {
     <span class="annotation">@Programmatic</span>
     <span class="directive">public</span> <span class="predefined-type">List</span>&lt;Customer&gt; findByName(
-        <span class="annotation">@Parameter</span>(minLength=<span class="integer">3</span>)
+        <span class="annotation">@MinLength</span>(<span class="integer">3</span>)
         <span class="predefined-type">String</span> name);
     ...
 }</code></pre> 
@@ -7464,11 +7525,24 @@ WrapperFactory wrapperFactory;</code></pre>
           </ul>
          </div> 
          <div class="paragraph"> 
-          <p>Whenever a domain object is instantiated or otherwise becomes known to the framework, a "created" lifecycle event is fired. This is typically when the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a>'s <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer_object-creation-api"><code>newTransientInstance()</code></a> is called; it will also happen if the object is simply instantiated with <code>new(…​)</code>, and then the container’s <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer_services-api"><code>injectServicesInto(…​)</code></a> method is called.</p> 
+          <p>Whenever a domain object is instantiated or otherwise becomes known to the framework, a "created" lifecycle event is fired. This is typically when the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_FactoryService"><code>FactoryService</code></a>'s <code>instantiate()</code> method is called.</p> 
          </div> 
          <div class="paragraph"> 
           <p>Subscribers subscribe through the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> and can use the event to obtain a reference to the object just created. The subscriber could then, for example, update the object, eg looking up state from some external datastore.</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>It’s possible to instantiate objects without firing this lifecycle; just instantiate using its regular constructor, and then use the <code>ServiceRegistry</code>'s <a href="../rgsvc/rgsvc.html#_rgsvc_metadata-api_ServiceRegistry"><code>injectServicesInto(…​)</code></a> to manually inject any required domain services.</p> 
+              </div> </td> 
+            </tr> 
+           </tbody>
+          </table> 
+         </div> 
          <div class="paragraph"> 
           <p>By default the event raised is <code>ObjectCreatedEvent.Default</code>. For example:</p> 
          </div> 
@@ -7504,7 +7578,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_3">10.4.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -7513,7 +7587,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ObjectCreatedEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItem) { ... }
     }
@@ -7527,26 +7602,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectCreatedEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_3">10.4.2. Default, Doop and Noop events</h4> 
@@ -7705,7 +7768,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_4">10.6.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below support both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -7714,7 +7777,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ObjectLoadedEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItem) { ... }
     }
@@ -7728,26 +7792,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectLoadedEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_4">10.6.2. Default, Doop and Noop events</h4> 
@@ -7985,7 +8037,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_5">10.9.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -7994,7 +8046,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ObjectPersistedEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItem) { ... }
     }
@@ -8008,26 +8061,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectPersistedEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_5">10.9.2. Default, Doop and Noop events</h4> 
@@ -8111,7 +8152,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_6">10.10.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -8134,26 +8175,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectPersistingEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_6">10.10.2. Default, Doop and Noop events</h4> 
@@ -8226,9 +8255,9 @@ WrapperFactory wrapperFactory;</code></pre>
           </div> 
           <div class="olist arabic"> 
            <ol class="arabic"> 
-            <li> <p><a href="../rgant/rgant.html#_rgant-Discriminator"><code>@Discriminator</code></a></p> </li> 
+            <li> <p><a href="../rgant/rgant.html#_rgant_Discriminator"><code>@Discriminator</code></a></p> </li> 
             <li> <p><code>@DomainObject#objectType</code>, or <a href="../rgant/rgant.html#_rgant_aaa_deprecated"><code>@ObjectType</code></a> (deprecated)</p> </li> 
-            <li> <p><a href="../rgant/rgant.html#_rgant-PersistenceCapable"><code>@PersistenceCapable</code></a>, if at least the <code>schema</code> attribute is defined. <br></p> 
+            <li> <p><a href="../rgant/rgant.html#_rgant_PersistenceCapable"><code>@PersistenceCapable</code></a>, if at least the <code>schema</code> attribute is defined.</p> 
              <div class="paragraph"> 
               <p>If both <code>schema</code> and <code>table</code> are defined, then the value is “schema.table�?. If only <code>schema</code> is defined, then the value is “schema.className�?.</p> 
              </div> </li> 
@@ -8417,7 +8446,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_7">10.13.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -8426,7 +8455,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ObjectRemovingEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItem) { ... }
     }
@@ -8440,26 +8470,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectRemovingEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_7">10.13.2. Default, Doop and Noop events</h4> 
@@ -8543,7 +8561,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_8">10.14.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -8552,7 +8570,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ObjectUpdatingEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItem) { ... }
     }
@@ -8566,26 +8585,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectUpdatingEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_8">10.14.2. Default, Doop and Noop events</h4> 
@@ -8669,7 +8676,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_9">10.15.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -8678,7 +8685,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ObjectUpdatedEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItem) { ... }
     }
@@ -8692,26 +8700,14 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItem.ObjectUpdatedEvent ev) {
         ...
     }
 }</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_9">10.15.2. Default, Doop and Noop events</h4> 
@@ -9184,7 +9180,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_10">11.4.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -9193,7 +9189,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(CssClassUiEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItemDto) { ... }
     }
@@ -9207,7 +9204,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItemDto.CssClassUiEvent ev) {
         ...
     }
@@ -9217,19 +9215,6 @@ WrapperFactory wrapperFactory;</code></pre>
           <div class="paragraph"> 
            <p>The subscriber should then use <code>CssClassUiEvent#setCssClass(…​)</code> to actually specify the CSS class to be used.</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_10">11.4.2. Default, Doop and Noop events</h4> 
@@ -9273,7 +9258,7 @@ WrapperFactory wrapperFactory;</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DescribedAs</span>(<span class="string"><span class="delimiter">"</span><span class="content">A customer who may have originally become known to us via </span><span class="delimiter">"</span></span> +
+           <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainObjectLayout</span>(describedAs=<span class="string"><span class="delimiter">"</span><span class="content">A customer who may have originally become known to us via </span><span class="delimiter">"</span></span> +
              <span class="string"><span class="delimiter">"</span><span class="content">the marketing system or who may have contacted us directly.</span><span class="delimiter">"</span></span>)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">ProspectiveSale</span> {
    ...
@@ -9347,7 +9332,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_11">11.6.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -9356,7 +9341,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(IconUiEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItemDto) { ... }
     }
@@ -9370,7 +9356,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItemDto.IconUiEvent ev) {
         ...
     }
@@ -9380,19 +9367,6 @@ WrapperFactory wrapperFactory;</code></pre>
           <div class="paragraph"> 
            <p>The subscriber should then use <code>IconUiEvent#setIconName(…​)</code> to actually specify the icon name to be used.</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_11">11.6.2. Default, Doop and Noop events</h4> 
@@ -9619,7 +9593,7 @@ WrapperFactory wrapperFactory;</code></pre>
          <div class="sect3"> 
           <h4 id="_subscribers_12">11.10.1. Subscribers</h4> 
           <div class="paragraph"> 
-           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below use the Guava API.</p> 
+           <p>Subscribers (which must be domain services) subscribe using either the <a href="https://github.com/google/guava">Guava</a> API or (if the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> has been appropriately configured) using the <a href="http://www.axonframework.org/">Axon Framework</a> API. The examples below are compatible with both.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Subscribers can be either coarse-grained (if they subscribe to the top-level event type):</p> 
@@ -9628,7 +9602,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(TitleUiEvent ev) {
         <span class="keyword">if</span>(ev.getSource() <span class="keyword">instanceof</span> ToDoItemDto) { ... }
     }
@@ -9642,7 +9617,8 @@ WrapperFactory wrapperFactory;</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="java"><span class="annotation">@DomainService</span>(nature=NatureOfService.DOMAIN)
 <span class="directive">public</span> <span class="type">class</span> <span class="class">SomeSubscriber</span> <span class="directive">extends</span> AbstractSubscriber {
-    <span class="annotation">@com</span>.google.common.eventbus.Subscribe
+    <span class="annotation">@org</span>.axonframework.eventhandling.annotation.EventHandler <span class="comment">// if using axon</span>
+    <span class="annotation">@com</span>.google.common.eventbus.Subscribe                    <span class="comment">// if using guava</span>
     <span class="directive">public</span> <span class="type">void</span> on(ToDoItemDto.TitleUiEvent ev) {
         ...
     }
@@ -9652,19 +9628,6 @@ WrapperFactory wrapperFactory;</code></pre>
           <div class="paragraph"> 
            <p>The subscriber should then use either <code>TitleUiEvent#setTranslatableTitle(…​)</code> or <code>TitleUiEvent#setTitle(…​)</code> to actually specify the title to be used.</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>If the AxonFramework is being used, replace <code>@com.google.common.eventbus.Subscribe</code> with <code>@org.axonframework.eventhandling.annotation.EventHandler</code>.</p> 
-               </div> </td> 
-             </tr> 
-            </tbody>
-           </table> 
-          </div> 
          </div> 
          <div class="sect3"> 
           <h4 id="_default_doop_and_noop_events_12">11.10.2. Default, Doop and Noop events</h4> 
@@ -10449,10 +10412,10 @@ WrapperFactory wrapperFactory;</code></pre>
     )
     <span class="annotation">@HomePage</span>
     <span class="directive">public</span> ToDoAppDashboard lookup() {
-        <span class="keyword">return</span> container.injectServicesInto(<span class="keyword">new</span> ToDoAppDashboard());
+        <span class="keyword">return</span> serviceRegistry.injectServicesInto(<span class="keyword">new</span> ToDoAppDashboard());
     }
     <span class="annotation">@Inject</span>
-    <span class="directive">private</span> DomainObjectContainer container;
+    <span class="predefined-type">ServiceRegistry</span> serviceRegistry;
 }</code></pre> 
          </div> 
         </div> 
@@ -10517,7 +10480,7 @@ WrapperFactory wrapperFactory;</code></pre>
          </table> 
         </div> 
         <div class="paragraph"> 
-         <p>Isis supports several syntaxes for injecting domain services. The simplest uses the <code>@javax.inject.Inject</code> annotation on the field, as defined in <a href="https://jcp.org/en/jsr/detail?id=330">JSR-330</a>.</p> 
+         <p>Apache Isis supports several syntaxes for injecting domain services. The simplest uses the <code>@javax.inject.Inject</code> annotation on the field, as defined in <a href="https://jcp.org/en/jsr/detail?id=330">JSR-330</a>.</p> 
         </div> 
         <div class="paragraph"> 
          <p>For example:</p> 
@@ -10550,7 +10513,7 @@ WrapperFactory wrapperFactory;</code></pre>
         <div class="sect2"> 
          <h3 id="_alternative_syntaxes">16.1. Alternative syntaxes</h3> 
          <div class="paragraph"> 
-          <p>Isis also supports setter-based injection:</p> 
+          <p>Apache Isis also supports setter-based injection:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
@@ -10636,55 +10599,35 @@ WrapperFactory wrapperFactory;</code></pre>
         <div class="sect2"> 
          <h3 id="_manually_injecting_services">16.3. Manually injecting services</h3> 
          <div class="paragraph"> 
-          <p>Isis performs dependency injection when domain entities are recreated. It will also perform dependency injection if an object is created through the <code>DomainObjectContainer</code>.</p> 
+          <p>Apache Isis performs dependency injection when domain entities are recreated. It will also perform dependency injection if an object is created through the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_FactoryService"><code>FactoryService</code></a> or <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_RepositoryService"><code>RepositoryService</code></a>.</p> 
          </div> 
          <div class="paragraph"> 
           <p>For example, to create a new (transient) domain object, the idiom is:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java">Customer cust = container.newTransientInstance(Customer.class);  <i class="conum" data-value="1"></i><b>(1)</b>
+           <pre class="CodeRay highlight"><code data-lang="java">Customer cust = repositoryService.instantiate(Customer.class);  <i class="conum" data-value="1"></i><b>(1)</b>
 <span class="comment">// initialize state of "cust"</span>
-container.persist(cust);</code></pre> 
+repositoryService.persist(cust);</code></pre> 
           </div> 
          </div> 
-         <div class="colist arabic"> 
-          <table> 
-           <tbody>
-            <tr> 
-             <td><i class="conum" data-value="1"></i><b>1</b></td> 
-             <td>where <code>container</code> is an instance of <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a>.</td> 
-            </tr> 
-           </tbody>
-          </table> 
-         </div> 
          <div class="paragraph"> 
-          <p>View models are created similarly:</p> 
+          <p>View models are created identically:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java">ToDoAppDashboard dashboard = container.newViewModelInstance(ToDoAppDashboard.class);</code></pre> 
+           <pre class="CodeRay highlight"><code data-lang="java">ToDoAppDashboard dashboard = repositoryService.instantiate(ToDoAppDashboard.class);</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>If you prefer, though, you can simply instantiate domain objects using "new" and then inject domain services manually:</p> 
+          <p>If you prefer, though, you can simply instantiate domain objects using "new" and then inject domain services manually using <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_ServiceRegistry"><code>ServiceRegistry</code></a>:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
            <pre class="CodeRay highlight"><code data-lang="java">Customer cust = <span class="keyword">new</span> Customer();
-container.injectServicesInto(cust);
-<span class="comment">// initialize state of "cust"</span>
-container.persist(cust);</code></pre> 
-          </div> 
-         </div> 
-         <div class="paragraph"> 
-          <p>or if you prefer:</p> 
-         </div> 
-         <div class="listingblock"> 
-          <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="java">Customer cust = container.injectServicesInto(<span class="keyword">new</span> Customer());
+serviceRegistry.injectServicesInto(cust);
 <span class="comment">// initialize state of "cust"</span>
-container.persist(cust);</code></pre> 
+repositoryService.persist(cust);</code></pre> 
           </div> 
          </div> 
          <div class="admonitionblock note"> 
@@ -10694,10 +10637,10 @@ container.persist(cust);</code></pre>
              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>There is one subtle difference between using <code>DomainObjectContainer#newTransientInstance(…​)</code> and <code>DomainObjectContainer#injectServicesInto(…​)</code>, in that with the former Apache Isis will automatically initialize all fields to their default values.</p> 
+               <p>Note that using either <code>FactoryService#instantiate(…​)</code> or <code>RepositoryService#instantiate(…​)</code> will also automatically initialize all fields to their default values, and will also fire a "created" lifecycle event.</p> 
               </div> 
               <div class="paragraph"> 
-               <p>This isn’t a particular useful feature (and indeed can sometimes be rather confusing) so you may well wish to standardize on using <code>injectServicesInto(…​)</code> throughout.</p> 
+               <p>Neither of these are particularly useful (and indeed can sometimes be rather confusing) so you may well wish to standardize on using <code>injectServicesInto(…​)</code> throughout.</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -10911,7 +10854,44 @@ container.persist(cust);</code></pre>
        </div> 
       </div> 
       <div class="sect1"> 
-       <h2 id="_rgant-Nullable">20. <code>@Nullable</code> (<code>javax</code>)</h2>
+       <h2 id="_rgant-NotPersistent">20. <code>@NotPersistent</code> (<code>javax.jdo</code>)</h2>
+       <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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.adoc" target="_blank"><i class="fa fa-hand-o-right fa-fw" aria-hidden="true"></i>&nbsp; Blame</a></li>
+        </ul>
+       </div> 
+       <div class="sectionbody"> 
+        <div class="paragraph"> 
+         <p>The <code>@javax.jdo.annotation.NotPersistent</code> annotation is used by JDO/DataNucleus to indicate that a property should not be persisted to the database.</p> 
+        </div> 
+        <div class="paragraph"> 
+         <p>Apache Isis also uses this annotation, though (currently) only in the very minimal way to suppress checking of inconsistent metadata between JDO and Isis annotations (eg <code>@Column#allowsNull()</code> vs <code>@Property#optionality()</code>, or <code>@Column#length()</code> and <code>@Property#maxLength()</code>).</p> 
+        </div> 
+        <div class="admonitionblock note"> 
+         <table> 
+          <tbody>
+           <tr> 
+            <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
+            <td class="content"> 
+             <div class="paragraph"> 
+              <p>Isis parses the <code>@NotPersistent</code> annotation from the Java source code; it does not query the JDO metamodel. This means that it the <code>@NotPersistent</code> annotation must be used rather than the equivalent <code>&lt;field&gt;</code> <a href="http://www.datanucleus.org/products/accessplatform_4_0/jdo/fields_properties.html">XML metadata</a>.</p> 
+             </div> 
+             <div class="paragraph"> 
+              <p>Moreover, while JDO/DataNucleus will recognize annotations on either the field or the getter method, Apache Isis (currently) only inspects the getter method. Therefore ensure that the annotation is placed there.</p> 
+             </div> </td> 
+           </tr> 
+          </tbody>
+         </table> 
+        </div> 
+       </div> 
+      </div> 
+      <div class="sect1"> 
+       <h2 id="_rgant-Nullable">21. <code>@Nullable</code> (<code>javax</code>)</h2>
        <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/rgant/_rgant-Nullable.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>
@@ -10973,43 +10953,6 @@ container.persist(cust);</code></pre>
        </div> 
       </div> 
       <div class="sect1"> 
-       <h2 id="_rgant-NotPersistent">21. <code>@NotPersistent</code> (<code>javax.jdo</code>)</h2>
-       <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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.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/rgant/_rgant-NotPersistent.adoc" target="_blank"><i class="fa fa-hand-o-right fa-fw" aria-hidden="true"></i>&nbsp; Blame</a></li>
-        </ul>
-       </div> 
-       <div class="sectionbody"> 
-        <div class="paragraph"> 
-         <p>The <code>@javax.jdo.annotation.NotPersistent</code> annotation is used by JDO/DataNucleus to indicate that a property should not be persisted to the database.</p> 
-        </div> 
-        <div class="paragraph"> 
-         <p>Apache Isis also uses this annotation, though (currently) only in the very minimal way to suppress checking of inconsistent metadata between JDO and Isis annotations (eg <code>@Column#allowsNull()</code> vs <code>@Property#optionality()</code>, or <code>@Column#length()</code> and <code>@Property#maxLength()</code>).</p> 
-        </div> 
-        <div class="admonitionblock note"> 
-         <table> 
-          <tbody>
-           <tr> 
-            <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-            <td class="content"> 
-             <div class="paragraph"> 
-              <p>Isis parses the <code>@NotPersistent</code> annotation from the Java source code; it does not query the JDO metamodel. This means that it the <code>@NotPersistent</code> annotation must be used rather than the equivalent <code>&lt;field&gt;</code> <a href="http://www.datanucleus.org/products/accessplatform_4_0/jdo/fields_properties.html">XML metadata</a>.</p> 
-             </div> 
-             <div class="paragraph"> 
-              <p>Moreover, while JDO/DataNucleus will recognize annotations on either the field or the getter method, Apache Isis (currently) only inspects the getter method. Therefore ensure that the annotation is placed there.</p> 
-             </div> </td> 
-           </tr> 
-          </tbody>
-         </table> 
-        </div> 
-       </div> 
-      </div> 
-      <div class="sect1"> 
        <h2 id="_rgant-MinLength">22. <code>@MinLength</code></h2>
        <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/rgant/_rgant-MinLength.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
@@ -11031,8 +10974,7 @@ container.persist(cust);</code></pre>
         <div class="listingblock"> 
          <div class="content"> 
           <pre class="CodeRay highlight"><code data-lang="java"><span class="directive">public</span> ToDoItem add(
-        <span class="annotation">@TypicalLength</span>(<span class="integer">20</span>)
-        <span class="directive">final</span> ToDoItem toDoItem) {
+    <span class="directive">final</span> ToDoItem toDoItem) {
     getDependencies().add(toDoItem);
     <span class="keyword">return</span> <span class="local-variable">this</span>;
 }
@@ -11046,9 +10988,6 @@ container.persist(cust);</code></pre>
 }</code></pre> 
          </div> 
         </div> 
-        <div class="paragraph"> 
-         <p>The `@Parameter(minLength=…​)`e can also be used (even though strictly speaking the search argument is not a parameter of the action).</p> 
-        </div> 
        </div> 
       </div> 
       <div class="sect1"> 
@@ -11730,10 +11669,10 @@ container.persist(cust);</code></pre>
           <p>The <code>describedAs()</code> attribute is used to provide a short description of the action parameter to the user. In the <a href="../ugvw/ugvw.html">Wicket viewer</a> it is displayed as a 'tool tip'. The <code>describedAs()</code> attribute can also be specified for <a href="../rgant/rgant.html#_rgant-CollectionLayout_describedAs">collections</a>, <a href="../rgant/rgant.html#_rgant-PropertyLayout_describedAs">properties</a>, <a href="../rgant/rgant.html#_rgant-ActionLayout_describedAs">actions</a>, <a href="../rgant/rgant.html#_rgant-DomainObjectLayout_describedAs">domain objects</a> and <a href="../rgant/rgant.html#_rgant-ViewModelLayout_describedAs">view models</a>.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>Descriptions may be provided for objects, members (properties, collections and actions), and for individual parameters within an action method. <code>@DescribedAs<

<TRUNCATED>

[51/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
ISIS-1899: republishes 1.16.2 docs

with ad.adoc, updated documentation page and updated publish procedures


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

Branch: refs/heads/asf-site
Commit: dd05aaf7b438954e513fc641d62aeab97398c118
Parents: 274edd1
Author: danhaywood <da...@haywood-associates.co.uk>
Authored: Tue Sep 18 08:29:07 2018 +0100
Committer: danhaywood <da...@haywood-associates.co.uk>
Committed: Tue Sep 18 08:29:07 2018 +0100

----------------------------------------------------------------------
 content/asf.html                                |     13 +-
 content/documentation.html                      |     38 +-
 content/downloads.html                          |     13 +-
 content/elasticlunr/index.json                  |      2 +-
 content/guides/ad/_images/metamodel.png         |    Bin 0 -> 41611 bytes
 content/guides/ad/ad.html                       |   1023 +
 content/guides/ad/ad.pdf                        |   6565 +
 content/guides/cgcom/cgcom.html                 |   1298 +-
 content/guides/cgcom/cgcom.pdf                  |  36521 +--
 content/guides/dg/dg.html                       |     35 +-
 content/guides/dg/dg.pdf                        |   2292 +-
 content/guides/htg.html                         |     31 +-
 content/guides/htg.pdf                          |   1443 +-
 content/guides/rgant/rgant.html                 |    556 +-
 content/guides/rgant/rgant.pdf                  |  46857 ++--
 content/guides/rgcfg/rgcfg.html                 |     17 +-
 content/guides/rgcfg/rgcfg.pdf                  |    483 +-
 content/guides/rgcms/rgcms.html                 |    145 +-
 content/guides/rgcms/rgcms.pdf                  |  22419 +-
 content/guides/rgfis/rgfis.html                 |     45 +-
 content/guides/rgfis/rgfis.pdf                  |   3300 +-
 content/guides/rgmvn/rgmvn.html                 |     13 +-
 content/guides/rgmvn/rgmvn.pdf                  |    262 +-
 content/guides/rgsvc/rgsvc.html                 |    271 +-
 content/guides/rgsvc/rgsvc.pdf                  |  41016 +--
 content/guides/ugbtb/ugbtb.html                 |     40 +-
 content/guides/ugbtb/ugbtb.pdf                  |   1783 +-
 .../images/getting-started/dockerhub-tags.png   |    Bin 0 -> 52693 bytes
 content/guides/ugfun/ugfun.html                 |    176 +-
 content/guides/ugfun/ugfun.pdf                  |   9791 +-
 content/guides/ugodn/ugodn.html                 |     13 +-
 content/guides/ugodn/ugodn.pdf                  |    256 +-
 content/guides/ugsec/ugsec.html                 |     25 +-
 content/guides/ugsec/ugsec.pdf                  |   2203 +-
 content/guides/ugtst/ugtst.html                 |     27 +-
 content/guides/ugtst/ugtst.pdf                  |   1085 +-
 content/guides/ugvro/ugvro.html                 |     57 +-
 content/guides/ugvro/ugvro.pdf                  |   4705 +-
 content/guides/ugvw/ugvw.html                   |     32 +-
 content/guides/ugvw/ugvw.pdf                    |   7517 +-
 content/help.html                               |     13 +-
 content/index.html                              |     18 +-
 content/migration-notes/migration-notes.html    |   3581 +-
 .../articles-and-presentations.html             |     13 +-
 content/pages/books/books.html                  |     13 +-
 content/pages/cheat-sheet/cheat-sheet.html      |     13 +-
 .../common-use-cases/common-use-cases.html      |     13 +-
 .../downloadable-presentations.html             |     13 +-
 .../pages/how-isis-works/how-isis-works.html    |     13 +-
 content/pages/icons/icons.html                  |     13 +-
 .../isis-in-pictures/isis-in-pictures.html      |     13 +-
 content/pages/more-thanks/more-thanks.html      |     13 +-
 content/pages/powered-by/powered-by.html        |     13 +-
 .../pages/screencasts/screencasts-older.html    |     13 +-
 content/pages/screencasts/screencasts.html      |     13 +-
 content/pages/tg/tg.html                        |     13 +-
 content/quotes.html                             |     13 +-
 content/release-notes/release-notes.html        |    644 +-
 content/support.html                            |     13 +-
 content/versions/1.16.2/asf.html                |     13 +-
 content/versions/1.16.2/documentation.html      |    129 +-
 content/versions/1.16.2/downloads.html          |     13 +-
 content/versions/1.16.2/elasticlunr/index.json  |      2 +-
 .../1.16.2/guides/ad/_images/metamodel.png      |    Bin 0 -> 41611 bytes
 content/versions/1.16.2/guides/ad/ad.html       |   1023 +
 content/versions/1.16.2/guides/ad/ad.pdf        |   6565 +
 content/versions/1.16.2/guides/cgcom/cgcom.html |   1298 +-
 content/versions/1.16.2/guides/cgcom/cgcom.pdf  |  36521 +--
 content/versions/1.16.2/guides/dg/dg.html       |     35 +-
 content/versions/1.16.2/guides/dg/dg.pdf        |   2292 +-
 content/versions/1.16.2/guides/htg.html         |     31 +-
 content/versions/1.16.2/guides/htg.pdf          |   1443 +-
 content/versions/1.16.2/guides/rgant/rgant.html |    556 +-
 content/versions/1.16.2/guides/rgant/rgant.pdf  |  46857 ++--
 content/versions/1.16.2/guides/rgcfg/rgcfg.html |     17 +-
 content/versions/1.16.2/guides/rgcfg/rgcfg.pdf  |    483 +-
 content/versions/1.16.2/guides/rgcms/rgcms.html |    145 +-
 content/versions/1.16.2/guides/rgcms/rgcms.pdf  |  22419 +-
 content/versions/1.16.2/guides/rgfis/rgfis.html |     45 +-
 content/versions/1.16.2/guides/rgfis/rgfis.pdf  |   3300 +-
 content/versions/1.16.2/guides/rgmvn/rgmvn.html |     13 +-
 content/versions/1.16.2/guides/rgmvn/rgmvn.pdf  |    262 +-
 content/versions/1.16.2/guides/rgsvc/rgsvc.html |    271 +-
 content/versions/1.16.2/guides/rgsvc/rgsvc.pdf  |  41016 +--
 content/versions/1.16.2/guides/ugbtb/ugbtb.html |     40 +-
 content/versions/1.16.2/guides/ugbtb/ugbtb.pdf  |   1783 +-
 .../images/getting-started/dockerhub-tags.png   |    Bin 0 -> 52693 bytes
 content/versions/1.16.2/guides/ugfun/ugfun.html |    176 +-
 content/versions/1.16.2/guides/ugfun/ugfun.pdf  |   9791 +-
 content/versions/1.16.2/guides/ugodn/ugodn.html |     13 +-
 content/versions/1.16.2/guides/ugodn/ugodn.pdf  |    256 +-
 content/versions/1.16.2/guides/ugsec/ugsec.html |     25 +-
 content/versions/1.16.2/guides/ugsec/ugsec.pdf  |   2203 +-
 content/versions/1.16.2/guides/ugtst/ugtst.html |     27 +-
 content/versions/1.16.2/guides/ugtst/ugtst.pdf  |   1085 +-
 content/versions/1.16.2/guides/ugvro/ugvro.html |     57 +-
 content/versions/1.16.2/guides/ugvro/ugvro.pdf  |   4705 +-
 content/versions/1.16.2/guides/ugvw/ugvw.html   |     32 +-
 content/versions/1.16.2/guides/ugvw/ugvw.pdf    |   7517 +-
 content/versions/1.16.2/help.html               |     13 +-
 .../1.16.2/migration-notes/migration-notes.html |    163 +-
 .../articles-and-presentations.html             |     13 +-
 content/versions/1.16.2/pages/books/books.html  |     13 +-
 .../1.16.2/pages/cheat-sheet/cheat-sheet.html   |     13 +-
 .../common-use-cases/common-use-cases.html      |     13 +-
 .../downloadable-presentations.html             |     13 +-
 .../pages/how-isis-works/how-isis-works.html    |     13 +-
 content/versions/1.16.2/pages/icons/icons.html  |     13 +-
 .../isis-in-pictures/isis-in-pictures.html      |     13 +-
 .../1.16.2/pages/more-thanks/more-thanks.html   |     13 +-
 .../1.16.2/pages/powered-by/powered-by.html     |     13 +-
 .../pages/screencasts/screencasts-older.html    |     13 +-
 .../1.16.2/pages/screencasts/screencasts.html   |     13 +-
 content/versions/1.16.2/pages/tg/tg.html        |     13 +-
 content/versions/1.16.2/quotes.html             |     13 +-
 .../1.16.2/release-notes/release-notes.html     |    382 +-
 content/versions/1.16.2/support.html            |     13 +-
 content/versions/SNAPSHOT/asf.html              |      2 +-
 content/versions/SNAPSHOT/documentation.html    |     40 +-
 content/versions/SNAPSHOT/downloads.html        |      2 +-
 .../versions/SNAPSHOT/elasticlunr/index.json    |      2 +-
 .../SNAPSHOT/guides/ad/_images/metamodel.png    |    Bin 0 -> 41611 bytes
 content/versions/SNAPSHOT/guides/ad/ad.html     |   1023 +
 content/versions/SNAPSHOT/guides/ad/ad.pdf      |   6565 +
 .../versions/SNAPSHOT/guides/cgcom/cgcom.html   |    101 +-
 .../versions/SNAPSHOT/guides/cgcom/cgcom.pdf    |   3221 +-
 content/versions/SNAPSHOT/guides/dg/dg.html     |      2 +-
 content/versions/SNAPSHOT/guides/dg/dg.pdf      |    313 +-
 content/versions/SNAPSHOT/guides/htg.html       |     34 +-
 content/versions/SNAPSHOT/guides/htg.pdf        |   4413 +-
 .../versions/SNAPSHOT/guides/rgant/rgant.html   |   1626 +-
 .../versions/SNAPSHOT/guides/rgant/rgant.pdf    | 220020 +++++++++-------
 .../versions/SNAPSHOT/guides/rgcfg/rgcfg.html   |      2 +-
 .../versions/SNAPSHOT/guides/rgcfg/rgcfg.pdf    |    301 +-
 .../versions/SNAPSHOT/guides/rgcms/rgcms.html   |    319 +-
 .../versions/SNAPSHOT/guides/rgcms/rgcms.pdf    |  16681 +-
 .../versions/SNAPSHOT/guides/rgfis/rgfis.html   |     97 +-
 .../versions/SNAPSHOT/guides/rgfis/rgfis.pdf    |  13700 +-
 .../versions/SNAPSHOT/guides/rgmvn/rgmvn.html   |      2 +-
 .../versions/SNAPSHOT/guides/rgmvn/rgmvn.pdf    |    194 +-
 .../versions/SNAPSHOT/guides/rgsvc/rgsvc.html   |   1967 +-
 .../versions/SNAPSHOT/guides/rgsvc/rgsvc.pdf    | 171763 +++++++-----
 .../versions/SNAPSHOT/guides/ugbtb/ugbtb.html   |    144 +-
 .../versions/SNAPSHOT/guides/ugbtb/ugbtb.pdf    |   7788 +-
 .../versions/SNAPSHOT/guides/ugfun/ugfun.html   |   5428 +-
 .../versions/SNAPSHOT/guides/ugfun/ugfun.pdf    |  41369 ++-
 .../versions/SNAPSHOT/guides/ugodn/ugodn.html   |     35 +-
 .../versions/SNAPSHOT/guides/ugodn/ugodn.pdf    |   2004 +-
 .../versions/SNAPSHOT/guides/ugsec/ugsec.html   |      2 +-
 .../versions/SNAPSHOT/guides/ugsec/ugsec.pdf    |    291 +-
 .../versions/SNAPSHOT/guides/ugtst/ugtst.html   |      2 +-
 .../versions/SNAPSHOT/guides/ugtst/ugtst.pdf    |    357 +-
 .../versions/SNAPSHOT/guides/ugvro/ugvro.html   |      2 +-
 .../versions/SNAPSHOT/guides/ugvro/ugvro.pdf    |    282 +-
 .../ugvw/images/where-am-i/hello_grey_bg.png    |    Bin 38257 -> 0 bytes
 content/versions/SNAPSHOT/guides/ugvw/ugvw.html |    180 +-
 content/versions/SNAPSHOT/guides/ugvw/ugvw.pdf  |  12035 +-
 content/versions/SNAPSHOT/help.html             |      2 +-
 .../migration-notes/migration-notes.html        |   3583 +-
 .../articles-and-presentations.html             |      2 +-
 .../versions/SNAPSHOT/pages/books/books.html    |      2 +-
 .../SNAPSHOT/pages/cheat-sheet/cheat-sheet.html |      2 +-
 .../cheat-sheet/images/cheat-sheets/cover.png   |    Bin 247362 -> 141052 bytes
 .../resources/cheat-sheets/IsisCheatSheet.docx  |    Bin 26035 -> 28593 bytes
 .../resources/cheat-sheets/IsisCheatSheet.pdf   |    Bin 177151 -> 582035 bytes
 .../common-use-cases/common-use-cases.html      |      4 +-
 .../downloadable-presentations.html             |      2 +-
 .../pages/how-isis-works/how-isis-works.html    |      2 +-
 .../versions/SNAPSHOT/pages/icons/icons.html    |      2 +-
 .../isis-in-pictures/isis-in-pictures.html      |      2 +-
 .../SNAPSHOT/pages/more-thanks/more-thanks.html |      2 +-
 .../SNAPSHOT/pages/powered-by/powered-by.html   |     18 +-
 .../pages/screencasts/screencasts-older.html    |      2 +-
 .../SNAPSHOT/pages/screencasts/screencasts.html |      2 +-
 content/versions/SNAPSHOT/pages/tg/tg.html      |      9 +-
 content/versions/SNAPSHOT/quotes.html           |      2 +-
 .../SNAPSHOT/release-notes/release-notes.html   |    646 +-
 content/versions/SNAPSHOT/support.html          |      2 +-
 content/versions/current/asf.html               |     13 +-
 content/versions/current/documentation.html     |     38 +-
 content/versions/current/downloads.html         |     13 +-
 content/versions/current/elasticlunr/index.json |      2 +-
 .../current/guides/ad/_images/metamodel.png     |    Bin 0 -> 41611 bytes
 content/versions/current/guides/ad/ad.html      |   1023 +
 content/versions/current/guides/ad/ad.pdf       |   6565 +
 .../versions/current/guides/cgcom/cgcom.html    |   1298 +-
 content/versions/current/guides/cgcom/cgcom.pdf |  36521 +--
 content/versions/current/guides/dg/dg.html      |     35 +-
 content/versions/current/guides/dg/dg.pdf       |   2292 +-
 content/versions/current/guides/htg.html        |     31 +-
 content/versions/current/guides/htg.pdf         |   1443 +-
 .../versions/current/guides/rgant/rgant.html    |    556 +-
 content/versions/current/guides/rgant/rgant.pdf |  46857 ++--
 .../versions/current/guides/rgcfg/rgcfg.html    |     17 +-
 content/versions/current/guides/rgcfg/rgcfg.pdf |    483 +-
 .../versions/current/guides/rgcms/rgcms.html    |    145 +-
 content/versions/current/guides/rgcms/rgcms.pdf |  22419 +-
 .../versions/current/guides/rgfis/rgfis.html    |     45 +-
 content/versions/current/guides/rgfis/rgfis.pdf |   3300 +-
 .../versions/current/guides/rgmvn/rgmvn.html    |     13 +-
 content/versions/current/guides/rgmvn/rgmvn.pdf |    262 +-
 .../versions/current/guides/rgsvc/rgsvc.html    |    271 +-
 content/versions/current/guides/rgsvc/rgsvc.pdf |  41016 +--
 .../versions/current/guides/ugbtb/ugbtb.html    |     40 +-
 content/versions/current/guides/ugbtb/ugbtb.pdf |   1783 +-
 .../images/getting-started/dockerhub-tags.png   |    Bin 0 -> 52693 bytes
 .../versions/current/guides/ugfun/ugfun.html    |    176 +-
 content/versions/current/guides/ugfun/ugfun.pdf |   9791 +-
 .../versions/current/guides/ugodn/ugodn.html    |     13 +-
 content/versions/current/guides/ugodn/ugodn.pdf |    256 +-
 .../versions/current/guides/ugsec/ugsec.html    |     25 +-
 content/versions/current/guides/ugsec/ugsec.pdf |   2203 +-
 .../versions/current/guides/ugtst/ugtst.html    |     27 +-
 content/versions/current/guides/ugtst/ugtst.pdf |   1085 +-
 .../versions/current/guides/ugvro/ugvro.html    |     57 +-
 content/versions/current/guides/ugvro/ugvro.pdf |   4705 +-
 content/versions/current/guides/ugvw/ugvw.html  |     32 +-
 content/versions/current/guides/ugvw/ugvw.pdf   |   7517 +-
 content/versions/current/help.html              |     13 +-
 .../migration-notes/migration-notes.html        |   3581 +-
 .../articles-and-presentations.html             |     13 +-
 content/versions/current/pages/books/books.html |     13 +-
 .../current/pages/cheat-sheet/cheat-sheet.html  |     13 +-
 .../common-use-cases/common-use-cases.html      |     13 +-
 .../downloadable-presentations.html             |     13 +-
 .../pages/how-isis-works/how-isis-works.html    |     13 +-
 content/versions/current/pages/icons/icons.html |     13 +-
 .../isis-in-pictures/isis-in-pictures.html      |     13 +-
 .../current/pages/more-thanks/more-thanks.html  |     13 +-
 .../current/pages/powered-by/powered-by.html    |     13 +-
 .../pages/screencasts/screencasts-older.html    |     13 +-
 .../current/pages/screencasts/screencasts.html  |     13 +-
 content/versions/current/pages/tg/tg.html       |     13 +-
 content/versions/current/quotes.html            |     13 +-
 .../current/release-notes/release-notes.html    |    644 +-
 content/versions/current/support.html           |     13 +-
 236 files changed, 603692 insertions(+), 499735 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/asf.html
----------------------------------------------------------------------
diff --git a/content/asf.html b/content/asf.html
index 3509fe4..2a5dc26 100644
--- a/content/asf.html
+++ b/content/asf.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="./help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/documentation.html
----------------------------------------------------------------------
diff --git a/content/documentation.html b/content/documentation.html
index 9790551..192d3e7 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -290,7 +290,7 @@ table.CodeRay td.code>pre{padding:0}
                <li> <p><strong><a href="pages/isis-in-pictures/isis-in-pictures.html" target="_blank">Apache Isis in pictures</a></strong></p> </li> 
                <li> <p><a href="pages/common-use-cases/common-use-cases.html" target="_blank">Common Use Cases</a></p> </li> 
                <li> <p><a href="pages/how-isis-works/how-isis-works.html" target="_blank">How Apache Isis Works</a> <span class="image"><a class="image" href="pages/how-isis-works/how-isis-works.html"><img src="images/tv_show-25.png" alt="tv show 25" width="25px"></a></span></p> </li> 
-               <li> <p>Learning more: <a href="pages/screencasts/screencasts.html" target="_blank">Screencasts</a> <span class="image"><a class="image" href="./pages/screencasts/screencasts.html"><img src="images/tv_show-25.png" alt="tv show 25" width="25px"></a></span> + <a href="pages/tg/tg.html" target="_blank">Tutorials</a></p> </li> 
+               <li> <p>Learning more: <a href="pages/screencasts/screencasts.html" target="_blank">Screencasts</a> <span class="image"><a class="image" href="./pages/screencasts/screencasts.html"><img src="images/tv_show-25.png" alt="tv show 25" width="25px"></a></span> &amp; <a href="pages/tg/tg.html" target="_blank">Tutorials</a></p> </li> 
               </ul> 
              </div>
             </div></td> 
@@ -313,9 +313,9 @@ table.CodeRay td.code>pre{padding:0}
              </div> 
              <div class="ulist"> 
               <ul> 
-               <li> <p><strong><a href="pages/cheat-sheet/cheat-sheet.html" target="_blank">Cheat Sheet</a></strong> + <strong><a href="guides/htg.html" target="_blank">Hints-n-Tips</a></strong></p> </li> 
-               <li> <p>Getting started: <a href="guides/ugfun/ugfun.html#_ugfun_getting-started_helloworld-archetype" target="_blank">Hello-World archetype</a></p> </li> 
-               <li> <p>Getting started+: <a href="guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype" target="_blank">Simple-App archetype</a></p> </li> 
+               <li> <p><strong><a href="pages/cheat-sheet/cheat-sheet.html" target="_blank">Cheat Sheet</a></strong> &amp; <strong><a href="guides/htg.html" target="_blank">Hints-n-Tips</a></strong></p> </li> 
+               <li> <p><a href="guides/ugfun/ugfun.html#_ugfun_getting-started_helloworld-archetype" target="_blank">Hello-World archetype</a></p> </li> 
+               <li> <p><a href="guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype" target="_blank">Simple-App archetype</a></p> </li> 
                <li> <p>How to get <a href="pages/icons/icons.html" target="_blank">Icons</a></p> </li> 
                <li> <p>Extension modules: <a href="http://platform.incode.org" target="_blank">Incode Platform</a> <sup class="footnote" id="_footnote_ASF">[<a id="_footnoteref_1" class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
               </ul> 
@@ -323,7 +323,7 @@ table.CodeRay td.code>pre{padding:0}
              <div id="footnotes"> 
               <hr> 
               <div class="footnote" id="_footnote_1"> 
-               <a href="#_footnoteref_1">1</a>. Not an Apache Software Foundation project. 
+               <a href="#_footnoteref_1">1</a>. Not Apache Software Foundation projects. 
               </div> 
              </div>
             </div></td> 
@@ -382,7 +382,7 @@ table.CodeRay td.code>pre{padding:0}
                <li> <p><strong><a href="guides/dg/dg.html" target="_blank">Developers' Guide</a></strong></p> 
                 <div class="ulist"> 
                  <ul> 
-                  <li> <p><a href="guides/dg/dg.html#_dg_ide_intellij" target="_blank">IntelliJ</a> + <a href="guides/dg/dg.html#_dg_ide_eclipse" target="_blank">Eclipse</a></p> </li> 
+                  <li> <p><a href="guides/dg/dg.html#_dg_ide_intellij" target="_blank">IntelliJ</a> &amp; <a href="guides/dg/dg.html#_dg_ide_eclipse" target="_blank">Eclipse</a></p> </li> 
                   <li> <p><a href="guides/dg/dg.html#_dg_contributing" target="_blank">Pull requests</a></p> </li> 
                   <li> <p><a href="guides/dg/dg.html#_dg_asciidoc-syntax" target="_blank">Asciidoc syntax</a></p> </li> 
                  </ul> 
@@ -390,14 +390,22 @@ table.CodeRay td.code>pre{padding:0}
                <li> <p><a href="guides/cgcom/cgcom.html" target="_blank">Committers' Guide</a></p> 
                 <div class="ulist"> 
                  <ul> 
-                  <li> <p><a href="guides/cgcom/cgcom.html#_cgcom_cutting-a-release" target="_blank">Cutting</a> + <a href="guides/cgcom/cgcom.html#_cgcom_verifying-releases" target="_blank">Verifying</a></p> </li> 
+                  <li> <p><a href="guides/cgcom/cgcom.html#_cgcom_cutting-a-release" target="_blank">Cutting</a> &amp; <a href="guides/cgcom/cgcom.html#_cgcom_verifying-releases" target="_blank">Verifying</a></p> </li> 
                  </ul> 
                 </div> </li> 
-               <li> <p>For bug-reports and feature-requests see: <strong><a href="https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=87" target="_blank">Kanban board</a></strong> (JIRA)</p> </li> 
+               <li> <p><a href="guides/ad/ad.html" target="_blank">Architecture &amp; Design</a></p> </li> 
               </ul> 
              </div>
             </div></td> 
           </tr> 
+          <tr> 
+           <td class="tableblock halign-left valign-top" colspan="3">
+            <div>
+             <div class="paragraph"> 
+              <p>For bug reports and feature requests see: <strong><a href="https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=87" target="_blank">Kanban board</a></strong> (JIRA)</p> 
+             </div>
+            </div></td> 
+          </tr> 
          </tbody> 
         </table> 
         <hr> 
@@ -442,10 +450,22 @@ table.CodeRay td.code>pre{padding:0}
              <div class="ulist"> 
               <ul> 
                <li> <p><a href="https://github.com/estatio/estatio" target="_blank">Estatio</a> <sup class="footnote" id="_footnote_ASF">[<a id="_footnoteref_1" class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/incodehq/contactapp" target="_blank">ContactApp</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/incodehq/ecpcrm" target="_blank">ECP CRM</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
                <li> <p><a href="https://github.com/isisaddons/isis-app-todoapp" target="_blank">TodoApp</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
                <li> <p><a href="https://github.com/isisaddons/isis-app-kitchensink" target="_blank">Kitchensink</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
-               <li> <p><a href="https://github.com/isisaddons/isis-app-neoapp" target="_blank">Neo4J Example</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/incodehq/incode-examples" target="_blank">Incode Domain Examples</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/incodehq/incode-camel" target="_blank">Incode Camel App</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
                <li> <p><a href="https://github.com/isisaddons/isis-app-quickstart" target="_blank">Quickstart</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+               <li> <p><a href="https://github.com/andi-huber/isis-2-demo">Isis 2.x Demo Showcase</a><sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
+              </ul> 
+             </div> 
+             <div class="paragraph"> 
+              <p><strong>Experiments:</strong></p> 
+             </div> 
+             <div class="ulist"> 
+              <ul> 
+               <li> <p><a href="https://github.com/isisaddons/isis-app-neoapp" target="_blank">Neo4J Example</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
                <li> <p><a href="https://github.com/isisaddons/isis-app-simpledsl" target="_blank">Isis DSL Example</a> <sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
                <li> <p><a href="https://github.com/andi-huber/isis-2-demo">Demo Showcase</a><sup class="footnoteref">[<a class="footnote" href="#_footnote_1" title="View footnote.">1</a>]</sup></p> </li> 
               </ul> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/downloads.html
----------------------------------------------------------------------
diff --git a/content/downloads.html b/content/downloads.html
index 34c9769..3f7bdbb 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="./help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 


[27/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugfun/images/getting-started/dockerhub-tags.png
----------------------------------------------------------------------
diff --git a/content/guides/ugfun/images/getting-started/dockerhub-tags.png b/content/guides/ugfun/images/getting-started/dockerhub-tags.png
new file mode 100644
index 0000000..b25eb10
Binary files /dev/null and b/content/guides/ugfun/images/getting-started/dockerhub-tags.png differ

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugfun/ugfun.html
----------------------------------------------------------------------
diff --git a/content/guides/ugfun/ugfun.html b/content/guides/ugfun/ugfun.html
index 39c6513..8c107e5 100644
--- a/content/guides/ugfun/ugfun.html
+++ b/content/guides/ugfun/ugfun.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -995,7 +996,7 @@ table.CodeRay td.code>pre{padding:0}
            </ul>
           </div> 
           <div class="paragraph"> 
-           <p>The CQRS architectural pattern (it stands for "Command Query Responsbility Separation") is the idea that the domain objects that mutate the state of the system - to which commands are sent and which then execute - should be separated from the mechanism by which the state of the system is queried (rendered). The former are sometimes called the "write (domain) model", the latter the "read model".</p> 
+           <p>The CQRS architectural pattern (it stands for "Command Query Responsibility Separation") is the idea that the domain objects that mutate the state of the system - to which commands are sent and which then execute - should be separated from the mechanism by which the state of the system is queried (rendered). The former are sometimes called the "write (domain) model", the latter the "read model".</p> 
           </div> 
           <div class="paragraph"> 
            <p>In the canonical version of this pattern there are separate datastores. The commands act upon a command/write datastore. The data in this datastore is then replicated in some way to the query/read datastore, usually denormalized or otherwise such that it is easy to query.</p> 
@@ -1016,7 +1017,7 @@ table.CodeRay td.code>pre{padding:0}
            <p>There are other reasons though why a separate read model might make sense, such as to precompute particular queries, or against denormalized data. In these cases Apache Isis can often provide a reasonable alternative, namely to map domain entities against RDBMS views, either materialized views or dynamic. In such cases there is still only a single physical datastore, and so transactional integrity is retained.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>Or, the CQRS architecture can be more fully implemented with Apache Isis by introducing a separate read model, synchronized using the <a href="../rgsvc/rgsvc.html#_rgsvc_api_PublishingService"><code>PublishingService</code></a>, or using <a href="../rgcms/rgcms.html#_rgcms_classes_super_AbstractSubscriber">subscribers</a> on the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a>. One can then use <a href="../ugfun/ugfun.html#_ugfun_building-blocks_types-of-domain-objects_view-models">view models</a> to surface the data in the external read datastore.</p> 
+           <p>Or, the CQRS architecture can be more fully implemented with Apache Isis by introducing a separate read model, synchronized using the <a href="../rgsvc/rgsvc.html#_rgsvc_spi_PublisherService"><code>PublisherService</code></a>, or using <a href="../rgcms/rgcms.html#_rgcms_classes_super_AbstractSubscriber">subscribers</a> on the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a>. One can then use <a href="../ugfun/ugfun.html#_ugfun_building-blocks_types-of-domain-objects_view-models">view models</a> to surface the data in the external read datastore.</p> 
           </div> 
           <div class="paragraph"> 
            <p>With respect to commands, Apache Isis does of course support the <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-spi_CommandService"><code>CommandService</code></a> which allows each business action to be reified into a <code>Command</code>. However, names are misleading here: Apache Isis' commands are relatively passive, merely recording the intent of the user to invoke some operation. In a CQRS architecture, though, commands take a more active role, locating and acting upon the domain objects. More significantly, in CQRS each command has its own class, such as <code>PlaceOrderCommand</code>, instantiated by the client and then executed. With Apache Isis, though, the end-user merely invokes the <code>placeOrder(…​)</code> action upon the domain object; the framework itself creates the <code>Command</code> as a side-effect of this.</p> 
@@ -1053,7 +1054,7 @@ table.CodeRay td.code>pre{padding:0}
            <p>When combined with CQRS we see a command that triggers a business operation, and an event that results from it. So, a <code>PlaceOrderCommand</code> command can result in an <code>OrderPlacedEvent</code> event. A subscriber to this event might then generate a further command to act upon some other system (eg to dispatch the system). Note that the event might be dispatched and consumed in-process or alternatively this might occur out-of-process. If the latter, then the subscriber will operate within a separate transaction, meaning the usual eventual consistency concerns and also compensating actions if a rollback is required. CQRS/event sourcing advocates point out — correctly — that this is just how things are in the "real world" too.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>In Apache Isis every business action (and indeed, property and collection) emits domain events through the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a>, and can optionally also be published through the <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublishingService"><code>PublishingService</code></a>. The former are dispatched and consumed in-process and within the same transaction, and for this reason the <a href="../rgcms/rgcms.html#_rgcms_classes_super_AbstractSubscriber">subscribers</a> can also veto the events. The latter are intended for out-of-process consumption; the (obsolete) <a href="http://github.com/isisaddons-legacy/isis-module-publishing">Isis addons' publishing</a> and the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s publishmq modules provide implementations for dispatching either through a RDBMS database table, or directly through to an <a href=
 "http://camel.apache.org">ActiveMQ</a> message queue (eg wired up to <a href="http://camel.apache.org">Apache Camel</a> event bus).</p> 
+           <p>In Apache Isis every business action (and indeed, property and collection) emits domain events through the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a>, and can optionally also be published through the <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublisherService"><code>PublisherService</code></a>. The former are dispatched and consumed in-process and within the same transaction, and for this reason the <a href="../rgcms/rgcms.html#_rgcms_classes_super_AbstractSubscriber">subscribers</a> can also veto the events. The latter are intended for out-of-process consumption; the (obsolete) <a href="http://github.com/isisaddons-legacy/isis-module-publishing">Isis addons' publishing</a> and the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s publishmq modules provide implementations for dispatching either through a RDBMS database table, or directly through to an <a href="h
 ttp://camel.apache.org">ActiveMQ</a> message queue (eg wired up to <a href="http://camel.apache.org">Apache Camel</a> event bus).</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -1130,7 +1131,7 @@ table.CodeRay td.code>pre{padding:0}
          <div class="sect3"> 
           <h4 id="_deploy_on_your_own_platform">2.4.3. Deploy on your own platform</h4> 
           <div class="paragraph"> 
-           <p>The programming model defined by Apache Isis deliberately minimizes the dependencies on the rest of the framework. In fact, the only hard dependency that the domain model classes have on Apache Isis is through the <code>org.apache.isis.applib</code> classes, mostly to pick up annotations such as <code>@Disabled</code>. So, if you have used Apache Isis for prototyping (discussed above), then note that it’s quite feasible to take your domain model a the basis of your actual development effort; Apache Isis' annotations and programming conventions will help ensure that any subtle semantics you might have captured in your prototyping are not lost.</p> 
+           <p>The programming model defined by Apache Isis deliberately minimizes the dependencies on the rest of the framework. In fact, the only hard dependency that the domain model classes have on Apache Isis is through the <code>org.apache.isis.applib</code> classes, mostly to pick up annotations such as <code>@Action</code> and <code>@Property</code>. So, if you have used Apache Isis for prototyping (discussed above), then note that it’s quite feasible to take your domain model a the basis of your actual development effort; Apache Isis' annotations and programming conventions will help ensure that any subtle semantics you might have captured in your prototyping are not lost.</p> 
           </div> 
           <div class="paragraph"> 
            <p>If you go this route, your deployment platform will of course need to provide similar capabilities to Apache Isis. In particular, you’ll need to figure out a way to inject domain services into domain entities (eg using a JPA listener), and you’ll also need to reimplement any domain services you have used that Apache Isis provides "out-of-the-box" (eg <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-api_QueryResultsCache"><code>QueryResultsCache</code></a> domain service).</p> 
@@ -1287,7 +1288,7 @@ table.CodeRay td.code>pre{padding:0}
            <p>Eric Evans' <a href="http://books.google.com/books/about/Domain_Driven_Design.html?id=hHBf4YxMnWMC">Domain Driven Design</a> has a lot to say about aggregate roots and their responsibilities: in particular that it is the responsibility of the aggregate root to maintain the invariants of its component pieces, and that roots may only reference other roots. There’s good logic here: requiring only root-to-root relationships reduces the number of moving parts that the developer has to think about.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>On the other hand, this constraint can substantially complicate matters when mapping domain layer to the persistenec layer. DDD tends to de-emphasise such matters: it aims to be completely agnostic about the persistence layer, with the responsibilities for managing relationships moved (pretty much by definition) into the domain layer.</p> 
+           <p>On the other hand, this constraint can substantially complicate matters when mapping domain layer to the persistence layer. DDD tends to de-emphasise such matters: it aims to be completely agnostic about the persistence layer, with the responsibilities for managing relationships moved (pretty much by definition) into the domain layer.</p> 
           </div> 
           <div class="paragraph"> 
            <p>As a framework though Apache Isis is less dogmatic about such things. Generally the domain objects are mapped to a relational database and so we can lean on the referential integrity capabilities of the persistence layer to maintain referential invariants. Said another way: we don’t tend to require that only roots can maintain roots: we don’t see anything wrong in an <code>InvoiceItem</code> referencing an <code>OrderItem</code>, for example.</p> 
@@ -1745,7 +1746,7 @@ table.CodeRay td.code>pre{padding:0}
           <div class="sect4"> 
            <h5 id="_icon">Icon</h5> 
            <div class="paragraph"> 
-            <p>Sometimes it’s helpful for the icon to represent more than just the object’s type; it might also indicate the state of an object. For example, a shipped <code>Order</code> might have a slightly different icon to a yet-to-be-shipped <code>Order</code>; or an overdue <code>Loan</code> might be distinguished separately from a</p> 
+            <p>Sometimes it’s helpful for the icon to represent more than just the object’s type; it might also indicate the state of an object. For example, a shipped <code>Order</code> might have a slightly different icon to a yet-to-be-shipped <code>Order</code>; or a library book that is <code>loaned out</code> might be distinguished from one that is <code>available</code>.</p> 
            </div> 
           </div> 
           <div class="sect4"> 
@@ -1799,7 +1800,7 @@ table.CodeRay td.code>pre{padding:0}
            <ul> 
             <li> <p>an OID allows sharing of information between users, eg as a deep link to be pasted into an email.</p> </li> 
             <li> <p>the information within an OID could be converted into a barcode, and stamped onto a PDF form. When the PDF is scanned by the mail room, the barcode could be read to attach the correspondence to the relevant domain object.</p> </li> 
-            <li> <p>as a handle to any object in an audit record, as used by <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditerService"><code>AuditerService</code></a> or <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditingService"><code>AuditingService</code></a> (the latter deprecated);</p> </li> 
+            <li> <p>as a handle to any object in an audit record, as used by <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditerService"><code>AuditerService</code></a>;</p> </li> 
             <li> <p>similarly within implementations of <a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-spi_CommandService"><code>CommandService</code></a> to persist <code>Command</code> objects</p> </li> 
             <li> <p>similarly within implementations of <a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublisherService"><code>PublisherService</code></a> to persist published action invocations</p> </li> 
             <li> <p>and of course both the <a href="../ugvro/ugvro.html">RestfulObjects viewer</a> and <a href="../ugvw/ugvw.html">Wicket viewer</a> use the oid tuple to look up, render and allow the user to interact with domain objects.</p> </li> 
@@ -1987,31 +1988,19 @@ table.CodeRay td.code>pre{padding:0}
           <div class="ulist"> 
            <ul> 
             <li> <p><strong>hide</strong> phase allows the subscriber to hide the member</p> </li> 
-            <li> <p><strong>disable</strong> phase allows the subscriber to disable the member.<br></p> </li> 
-           </ul> 
-          </div> 
-          <div class="paragraph"> 
-           <p>For a property this makes it read-only; for an action this makes it "greyed out". (Collections are implicitly read-only).</p> 
-          </div> 
-          <div class="ulist"> 
-           <ul> 
-            <li> <p><strong>validate</strong> phase allows the subscriber to validate the proposed change.</p> </li> 
-           </ul> 
-          </div> 
-          <div class="paragraph"> 
-           <p>For a property this means validating the proposed new value of the property; for an action this means validating the action parameter arguments. For example, a referential integrity restrict could be implemented here.</p> 
-          </div> 
-          <div class="ulist"> 
-           <ul> 
-            <li> <p><strong>executing</strong> phase is prior to the actual property edit/action invocation, allowing the subscriber to perform side-effects.<br></p> </li> 
-           </ul> 
-          </div> 
-          <div class="paragraph"> 
-           <p>For example, a cascade delete could be implemented here.</p> 
-          </div> 
-          <div class="ulist"> 
-           <ul> 
-            <li> <p><strong>executed</strong> phase is after the actual property edit/action invocation.<br></p> 
+            <li> <p><strong>disable</strong> phase allows the subscriber to disable the member.</p> 
+             <div class="paragraph"> 
+              <p>For a property this makes it read-only; for an action this makes it "greyed out". (Collections are implicitly read-only).</p> 
+             </div> </li> 
+            <li> <p><strong>validate</strong> phase allows the subscriber to validate the proposed change.</p> 
+             <div class="paragraph"> 
+              <p>For a property this means validating the proposed new value of the property; for an action this means validating the action parameter arguments. For example, a referential integrity restrict could be implemented here.</p> 
+             </div> </li> 
+            <li> <p><strong>executing</strong> phase is prior to the actual property edit/action invocation, allowing the subscriber to perform side-effects.</p> 
+             <div class="paragraph"> 
+              <p>For example, a cascade delete could be implemented here.</p> 
+             </div> </li> 
+            <li> <p><strong>executed</strong> phase is after the actual property edit/action invocation.</p> 
              <div class="paragraph"> 
               <p>For example, a business audit event could be implemented here.</p> 
              </div> </li> 
@@ -3552,7 +3541,94 @@ mvn clean install</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_modifying_the_app">5.7. Modifying the App</h3> 
+         <h3 id="_using_gitlab_ci_and_dockerhub">5.7. Using GitLab CI and DockerHub</h3> 
+         <div class="paragraph"> 
+          <p>The archetype provides configuration files to allow you to build and package the application using <a href="https://gitlab.com/">GitLab</a> (for continuous integration pipelines) and <a href="https://hub.docker.com/">Docker Hub</a> (as a registry of Docker images).</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>To use, you’ll need an account on both GitLab and DockerHub.</p> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_dockerhub">5.7.1. DockerHub</h4> 
+          <div class="paragraph"> 
+           <p>Simply create Docker repository "myapp" in DockerHub.</p> 
+          </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_source_code">5.7.2. Source code</h4> 
+          <div class="paragraph"> 
+           <p>In the <code>.gitlab-ci.yml</code> file, update the name of the Docker repository on DockerHub:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="yml"><span class="key">variables</span>:
+  <span class="error">...</span>
+  <span class="key">DOCKER_REGISTRY_REPOSITORY</span>: <span class="string"><span class="delimiter">"</span><span class="content">myapp</span><span class="delimiter">"</span></span></code></pre> 
+           </div> 
+          </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_gitlab">5.7.3. GitLab</h4> 
+          <div class="paragraph"> 
+           <p>Create a git repository "myapp" in GitLab.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>Using Settings &gt; CI/CD, specify the following <em>Secret Variables</em>:</p> 
+          </div> 
+          <div class="ulist"> 
+           <ul> 
+            <li> <p><code>DOCKER_REGISTRY_USERNAME</code> - corresponds to user account name on DockerHub</p> </li> 
+            <li> <p><code>DOCKER_REGISTRY_PASSWORD</code> - corresponding password</p> </li> 
+            <li> <p><code>DOCKER_REGISTRY_EMAIL</code> - associated email for the user account</p> </li> 
+           </ul> 
+          </div> 
+          <div class="paragraph"> 
+           <p>Finally, push a copy of the generated application to this repository using the instructions provided by GitLab.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>This will kick off a pipeline that will build the image and push to DockerHub.</p> 
+          </div> 
+          <div class="imageblock"> 
+           <div class="content"> 
+            <a class="image" href="images/getting-started/dockerhub-tags.png"><img src="images/getting-started/dockerhub-tags.png" alt="dockerhub tags" width="600px"></a> 
+           </div> 
+          </div> 
+          <div class="paragraph"> 
+           <p>The tag name is based on a combination of the date, the branch and the git shaId.</p> 
+          </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_running_the_image">5.7.4. Running the Image</h4> 
+          <div class="paragraph"> 
+           <p>You can run the image in a new container using:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">docker run -p 8080:8080 -d XXX/YYY:ZZZ</code></pre> 
+           </div> 
+          </div> 
+          <div class="paragraph"> 
+           <p>where</p> 
+          </div> 
+          <div class="ulist"> 
+           <ul> 
+            <li> <p><code>XXX</code> is your DockerHub account name (<code>DOCKER_REGISTRY_USERNAME</code> secret variable in GitLab CI)</p> </li> 
+            <li> <p><code>YYY</code> is the name of the DockerHub registry (<code>DOCKER_REGISTRY_REPOSITORY</code> in the <code>.gitlab-ci.yml</code> file)</p> </li> 
+            <li> <p><code>ZZZ</code> is the tag of the image to run</p> </li> 
+           </ul> 
+          </div> 
+          <div class="paragraph"> 
+           <p>For example, using the screenshot above, that image could be run using:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">docker run -p 8080:8080 -d danhaywood/simpleapp:20180315.0935.master.4521215</code></pre> 
+           </div> 
+          </div> 
+         </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_modifying_the_app">5.8. Modifying the App</h3> 
          <div class="paragraph"> 
           <p>Once you are familiar with the generated app, you’ll want to start modifying it. There is plenty of guidance on this site; start with this guide (fundamentals) and then look at the other guides available the main <a href="../../documentation.html">documentation</a> page.</p> 
          </div> 
@@ -4236,7 +4312,7 @@ RepositoryService repositoryService;</code></pre>
 <span class="directive">public</span> <span class="type">class</span> <span class="class">OrderContributions</span> {
     <span class="annotation">@Action</span>(semantics=SemanticsOf.SAFE)
     <span class="annotation">@ActionLayout</span>(contributed=Contributed.AS_ASSOCIATION)       <i class="conum" data-value="2"></i><b>(2)</b>
-    <span class="annotation">@CollectionLayout</span>(render=RenderType.EAGERLY)
+    <span class="annotation">@CollectionLayout</span>(defaultView=<span class="string"><span class="delimiter">"</span><span class="content">table</span><span class="delimiter">"</span></span>)
     <span class="directive">public</span> <span class="predefined-type">List</span>&lt;Order&gt; orders(Customer customer) {              <i class="conum" data-value="3"></i><b>(3)</b>
         <span class="keyword">return</span> container.allMatches(...);
     }
@@ -5318,7 +5394,7 @@ ProductRepository productRepository;</code></pre>
          <div class="sect3"> 
           <h4 id="__ugfun_programming-model_actions_bigdecimal-parameters">6.5.6. <code>BigDecimal</code>s (Precision)</h4> 
           <div class="paragraph"> 
-           <p>Whereas the <a href="../ugfun/ugfun.html#__ugfun_programming-model_properties_datatypes_bigdecimals">precision of BigDecimal properties</a> is defined using <a href="../rgant/rgant.html#_rgant-Column_scale"><code>@javax.jdo.annotations.Column#scale()</code></a>, that JDO annotation cannot be applied to parameter types. Instead, the <a href="../rgant/rgant.html#_rgant-Digits_fraction"><code>@javax.validation.constraints.Digits#fraction()</code></a> annotation/attribute is used.</p> 
+           <p>Whereas the <a href="../ugfun/ugfun.html#__ugfun_programming-model_properties_datatypes_bigdecimals">precision of BigDecimal properties</a> is defined using <a href="../rgant/rgant.html#_rgant_Column_scale"><code>@javax.jdo.annotations.Column#scale()</code></a>, that JDO annotation cannot be applied to parameter types. Instead, the <a href="../rgant/rgant.html#_rgant-Digits"><code>@javax.validation.constraints.Digits#fraction()</code></a> annotation/attribute is used.</p> 
           </div> 
           <div class="paragraph"> 
            <p>For example:</p> 
@@ -5343,11 +5419,11 @@ ProductRepository productRepository;</code></pre>
             <tbody>
              <tr> 
               <td><i class="conum" data-value="1"></i><b>1</b></td> 
-              <td>Specifies the property precision using <a href="../rgant/rgant.html#_rgant-Column_scale"><code>@Column#scale()</code></a></td> 
+              <td>Specifies the property precision using <a href="../rgant/rgant.html#_rgant_Column_scale"><code>@Column#scale()</code></a></td> 
              </tr> 
              <tr> 
               <td><i class="conum" data-value="2"></i><b>2</b></td> 
-              <td>Specifies the corresponding parameter precision using <a href="../rgant/rgant.html#_rgant-Digits_fraction"><code>@Digits#fraction()</code></a>.</td> 
+              <td>Specifies the corresponding parameter precision using <a href="../rgant/rgant.html#_rgant-Digits"><code>@Digits#fraction()</code></a>.</td> 
              </tr> 
             </tbody>
            </table> 
@@ -6588,7 +6664,7 @@ public <span class="type">class</span> <span class="class">ToDoItemV1_1</span> <
 
     <span class="annotation">@Action</span>(semantics=SemanticsOf.SAFE)                     <i class="conum" data-value="4"></i><b>(4)</b>
     <span class="annotation">@ActionLayout</span>(contributed=Contributed.AS_ASSOCIATION)   <i class="conum" data-value="4"></i><b>(4)</b>
-    <span class="annotation">@CollectionLayout</span>(render=RenderType.EAGERLY)
+    <span class="annotation">@CollectionLayout</span>(defaultView=<span class="string"><span class="delimiter">"</span><span class="content">table</span><span class="delimiter">"</span></span>)
     <span class="directive">public</span> <span class="predefined-type">List</span>&lt;Order&gt; coll() {                             <i class="conum" data-value="1"></i><b>(1)</b>
         <span class="keyword">return</span> repositoryService.findOrdersFor(customer);
     }
@@ -6645,7 +6721,7 @@ public <span class="type">class</span> <span class="class">ToDoItemV1_1</span> <
 
     <span class="annotation">@Action</span>(semantics=SemanticsOf.SAFE)                         <i class="conum" data-value="1"></i><b>(1)</b>
     <span class="annotation">@ActionLayout</span>(contributed = Contributed.AS_ASSOCIATION)     <i class="conum" data-value="2"></i><b>(2)</b>
-    <span class="annotation">@CollectionLayout</span>(render = RenderType.EAGERLY)
+    <span class="annotation">@CollectionLayout</span>(defaultView=<span class="string"><span class="delimiter">"</span><span class="content">table</span><span class="delimiter">"</span></span>)
     <span class="directive">public</span> <span class="predefined-type">List</span>&lt;<span class="predefined-type">Document</span>&gt; coll() {                              <i class="conum" data-value="3"></i><b>(3)</b>
         ...
     }
@@ -6812,7 +6888,7 @@ public <span class="type">class</span> <span class="class">ToDoItemV1_1</span> <
 
     <span class="annotation">@Action</span>(semantics=SemanticsOf.SAFE)
     <span class="annotation">@ActionLayout</span>(contributed = Contributed.AS_ASSOCIATION)
-    <span class="annotation">@CollectionLayout</span>(render = RenderType.EAGERLY)
+    <span class="annotation">@CollectionLayout</span>(defaultView=<span class="string"><span class="delimiter">"</span><span class="content">table</span><span class="delimiter">"</span></span>)
     <span class="directive">public</span> <span class="predefined-type">List</span>&lt;<span class="predefined-type">Document</span>&gt; act() {
         ...
     }
@@ -6941,14 +7017,14 @@ public <span class="type">class</span> <span class="class">ToDoItemV1_1</span> <
            <p>When a domain object is rendered, the framework will automatically instantiate all required mixins and delegate to them dynamically. If writing integration tests or fixtures, or (sometimes) just regular domain logic, then you may need to instantiate mixins directly.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>For this you can use the xref:../rgsvc/rgsvc.adoc#_rgsvc_core-domain-api_DomainObjectContainer_object-creation-api[<code>DomainObjectContainer#mixin(…​)</code> method.</p> 
+           <p>For this you can use the xref:../rgsvc/rgsvc.adoc#_rgsvc_core-domain-api_FactoryService[<code>FactoryService#mixin(…​)</code> method.</p> 
           </div> 
           <div class="paragraph"> 
            <p>For example:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="java">DocumentHolder_documents mixin = container.mixin(DocumentHolder_documents.class, customer);</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="java">DocumentHolder_documents mixin = factoryService.mixin(DocumentHolder_documents.class, customer);</code></pre> 
            </div> 
           </div> 
           <div class="paragraph"> 
@@ -7709,7 +7785,7 @@ public <span class="type">class</span> <span class="class">ToDoItemV1_1</span> <
           </table> 
          </div> 
          <div class="paragraph"> 
-          <p>The framework also supports i18n: locale-specific names and descriptions. for more information, see the <a href="../ugbtb/ugbtb.html#_ugbtb_i18n">beyond-the-basics</a> guide.</p> 
+          <p>The framework also supports i18n: locale-specific names and descriptions. For more information, see the <a href="../ugbtb/ugbtb.html#_ugbtb_i18n">beyond-the-basics</a> guide.</p> 
          </div> 
         </div> 
         <div class="sect2"> 
@@ -8722,7 +8798,7 @@ repositoryService.remove(customer);</code></pre>
            <li> <p><a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-api_BackgroundService"><code>BackgroundService</code></a></p> </li> 
            <li> <p><a href="../rgsvc/rgsvc.html#_rgsvc_application-layer-spi_BackgroundCommandService"><code>BackgroundCommandService</code></a> (SPI)</p> </li> 
            <li> <p><a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublishingService"><code>PublishingService</code></a> (SPI) (deprecated)</p> </li> 
-           <li> <p><a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublisherService"><code>PublishererService</code></a> (SPI)</p> </li> 
+           <li> <p><a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublisherService"><code>PublisherService</code></a> (SPI)</p> </li> 
            <li> <p><a href="../rgsvc/rgsvc.html#_rgsvc_persistence-layer-api_MetricsService"><code>MetricsService</code></a></p> </li> 
           </ul> 
          </div> 


[12/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/release-notes/release-notes.html
----------------------------------------------------------------------
diff --git a/content/release-notes/release-notes.html b/content/release-notes/release-notes.html
index 06ead74..4c6ca59 100644
--- a/content/release-notes/release-notes.html
+++ b/content/release-notes/release-notes.html
@@ -309,26 +309,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/2.0.0-M1/release-notes/release-notes.html#_release-notes_2.0.0-M1">2.0.0-M1</a></p></td> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock">31-07-2018</p></td> 
-           <td class="tableblock halign-left valign-top">
-            <div>
-             <div class="paragraph"> 
-              <p>First milestone release for Apache Isis 2.0.0: Java 8 support, DataNucleus 5.1, Wicket 8, meta-annotations, breadcrumbs</p> 
-             </div>
-            </div></td> 
-           <td class="tableblock halign-right valign-top"><p class="tableblock">6</p></td> 
-           <td class="tableblock halign-right valign-top"><p class="tableblock">55 </p><p class="tableblock">+ 4 tasks + 13 sub-tasks</p></td> 
-           <td class="tableblock halign-right valign-top"><p class="tableblock">22</p></td> 
-           <td class="tableblock halign-left valign-top">
-            <div>
-             <div class="paragraph"> 
-              <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&amp;version=12342392">Release notes for 2.0.0-M1</a></p> 
-             </div>
-            </div></td> 
-          </tr> 
-          <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.16.2/release-notes/release-notes.html#_release-notes_1.16.2">1.16.2</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.16.2">1.16.2</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">05-03-2018</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -347,7 +328,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.16.1/release-notes/release-notes.html#_release-notes_1.16.1">1.16.1</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.16.1">1.16.1</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">22-02-2018</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -366,7 +347,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.16.0/release-notes/release-notes.html#_release-notes_1.16.0">1.16.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.16.0">1.16.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">08-01-2018</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -385,7 +366,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.15.1/release-notes/release-notes.html#_release-notes_1.15.1">1.15.1</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.15.1">1.15.1</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">25-09-2017</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -404,7 +385,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.15.0/release-notes/release-notes.html#_release-notes_1.15.0">1.15.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.15.0">1.15.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">14-08-2017</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -423,7 +404,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.14.0/release-notes/release-notes.html#_release-notes_1.14.0">1.14.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.14.0">1.14.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">19-02-2017</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -442,7 +423,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.13.2.1/release-notes/release-notes.html#_release-notes_1.13.2.1">1.13.2.1</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.13.2.1">1.13.2.1</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">03-jan-2017</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -461,7 +442,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.13.2/release-notes/release-notes.html#_release-notes_1.13.2">1.13.2</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.13.2">1.13.2</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">14-dec-2016</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -480,7 +461,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.13.1/release-notes/release-notes.html#_release-notes_1.13.1">1.13.1</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.13.1">1.13.1</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">30-oct-2016</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -499,7 +480,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.13.0/release-notes/release-notes.html#_release-notes_1.13.0">1.13.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.13.0">1.13.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">11-jul-2016</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -518,7 +499,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.12.2/release-notes/release-notes.html#_release-notes_1.12.2">1.12.2</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.12.2">1.12.2</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">06-jun-2016</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -537,7 +518,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.12.1/release-notes/release-notes.html#_release-notes_1.12.1">1.12.1</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.12.1">1.12.1</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">12-apr-2016</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -556,7 +537,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.12.0/release-notes/release-notes.html#_release-notes_1.12.0">1.12.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.12.0">1.12.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">29-mar-2016</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -575,7 +556,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.11.1/release-notes/release-notes.html#_release-notes_1.11.1">1.11.1</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.11.1">1.11.1</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">17-jan-2016</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -594,7 +575,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.11.0/release-notes/release-notes.html#_release-notes_1.11.0">1.11.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.11.0">1.11.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">02-jan-2016</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -613,7 +594,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.10.0/release-notes/release-notes.html#_release-notes_1.10.0">1.10.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.10.0">1.10.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">10-nov-2015</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -632,7 +613,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.9.0/release-notes/release-notes.html#_release-notes_1.9.0">1.9.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.9.0">1.9.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">1-sep-2015</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -651,7 +632,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.8.0/release-notes/release-notes.html#_release-notes_1.8.0">1.8.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.8.0">1.8.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">24-feb-2015</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -673,7 +654,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.7.0/release-notes/release-notes.html#_release-notes_1.7.0">1.7.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.7.0">1.7.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">18-oct-2014</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -697,7 +678,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.6.0/release-notes/release-notes.html#_release-notes_1.6.0">1.6.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.6.0">1.6.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">28-jul-2014</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -721,7 +702,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.5.0/release-notes/release-notes.html#_release-notes_1.5.0">1.5.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.5.0">1.5.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">08-jun-2014</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -748,7 +729,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.4.1/release-notes/release-notes.html#_release-notes_1.4.1">1.4.1</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.4.1">1.4.1</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">14-mar-2014</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -772,7 +753,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.4.0/release-notes/release-notes.html#_release-notes_1.4.0">1.4.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.4.0">1.4.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">11-mar-2014</p></td> 
            <td class="tableblock halign-left valign-top">
             <div></div></td> 
@@ -796,7 +777,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.3.1/release-notes/release-notes.html#_release-notes_1.3.1">1.3.1</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.3.1">1.3.1</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">7-nov-2013</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -819,7 +800,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.3.0/release-notes/release-notes.html#_release-notes_1.3.0">1.3.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.3.0">1.3.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">25-oct-2013</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -847,7 +828,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.2.0/release-notes/release-notes.html#_release-notes_1.2.0">1.2.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.2.0">1.2.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">30-may-2013</p></td> 
            <td class="tableblock halign-left valign-top">
             <div></div></td> 
@@ -870,7 +851,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.1.0/release-notes/release-notes.html#_release-notes_1.1.0">1.1.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.1.0">1.1.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">31-jan-2013</p></td> 
            <td class="tableblock halign-left valign-top">
             <div></div></td> 
@@ -890,7 +871,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.0.1/release-notes/release-notes.html#_release-notes_1.0.1">1.0.1</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.0.1">1.0.1</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">10-jan-2013</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -912,7 +893,7 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="https://isis.apache.org/versions/1.0.0/release-notes/release-notes.html#_release-notes_1.0.0">1.0.0</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_release-notes_1.0.0">1.0.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock">24-dec-2012</p></td> 
            <td class="tableblock halign-left valign-top">
             <div>
@@ -979,171 +960,6 @@ table.CodeRay td.code>pre{padding:0}
        </div> 
       </div> 
       <div class="sect1"> 
-       <h2 id="_release-notes_2.0.0-M1">2.0.0-M1</h2>
-       <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/release-notes/_release-notes_2.0.0-M1.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/release-notes/_release-notes_2.0.0-M1.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/release-notes/_release-notes_2.0.0-M1.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/release-notes/_release-notes_2.0.0-M1.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/release-notes/_release-notes_2.0.0-M1.adoc" target="_blank"><i class="fa fa-hand-o-right fa-fw" aria-hidden="true"></i>&nbsp; Blame</a></li>
-        </ul>
-       </div> 
-       <div class="sectionbody"> 
-        <div class="paragraph"> 
-         <p>This is the first milestone release for Apache Isis 2.0</p> 
-        </div> 
-        <div class="paragraph"> 
-         <p>Apache Isis 2.0 upgrades the framework to require Java 8 and above, and along the way upgrades DataNucleus ORM to 5.1 and Wicket to 8.0.</p> 
-        </div> 
-        <div class="paragraph"> 
-         <p>Notable new features include support for meta-annotations (both Apache Isis annotations and DataNucleus).</p> 
-        </div> 
-        <div class="paragraph"> 
-         <p>Features deprecated in Apache Isis 1.x (most notably, domain services and annotations) have been removed. The most significant domain service removed is <code>DomainObjectContainer</code>.</p> 
-        </div> 
-        <div class="sect2"> 
-         <h3 id="_new_feature">New Feature</h3> 
-         <div class="ulist"> 
-          <ul> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1969">ISIS-1969</a> - Distribute Isis as a Docker image, with the libraries in Tomcat’s lib/ folder (skinny wars)</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1809">ISIS-1809</a> - Convenience adapter implementations of UrlEncodingService</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1740">ISIS-1740</a> - New Feature: Where am I</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1726">ISIS-1726</a> - Support DataNucleus meta annotations for @PersistenceCapable.</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1632">ISIS-1632</a> - Support meta annotations for @Property/@Collection/@Action + @XxxLayout</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1056">ISIS-1056</a> - [DUPLICATE] Support user-defined annotations (as per Spring and JSR-303 etc).</p> </li> 
-          </ul> 
-         </div> 
-        </div> 
-        <div class="sect2"> 
-         <h3 id="_improvement">Improvement</h3> 
-         <div class="ulist"> 
-          <ul> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1961">ISIS-1961</a> - ResourceCachingFilter: Suppress 'client connection abort' exceptions.</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1959">ISIS-1959</a> - Update to Wicket 8</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1958">ISIS-1958</a> - Integration Tests: HSQL-DB is forced upon users</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1956">ISIS-1956</a> - Remove dependencies on guava from unittestsupport</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1955">ISIS-1955</a> - Allow for ErrorReportingService Tickets to render arbitrary HTML</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1954">ISIS-1954</a> - JUnit 5 support</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1950">ISIS-1950</a> - Add a ByteBuddy plugin implementing proxy-factory mechanics</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1949">ISIS-1949</a> - Make proxy-factory mechanics a plugin (Javassist)</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1948">ISIS-1948</a> - Remove Javassist as a dependency</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1942">ISIS-1942</a> - New Facet: XmlAccessorTypeFacet</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1935">ISIS-1935</a> - Remove the requirement for event-bus plugins to implement QueryResultCacheControl</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1932">ISIS-1932</a> - Consolidation of Collection Utility classes</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1931">ISIS-1931</a> - ServicesInjector: Reduce Heap Pollution</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1930">ISIS-1930</a> - PersistenceSession: Reduce Heap Pollution</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1928">ISIS-1928</a> - Don’t log ERROR if fail to authenticate (INFO is enough)</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1911">ISIS-1911</a> - TranslationServicePo: new config option to disable the service</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1910">ISIS-1910</a> - Rename IsisJdoSupport0 back to its original name</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1906">ISIS-1906</a> - Programming Model: @Parent needs replacement</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1904">ISIS-1904</a> - gitlab setup, supporting CI/CD builds with externalized version</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1897">ISIS-1897</a> - applib: the new ObjectContracts needs backward compatibility</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1896">ISIS-1896</a> - Swagger-UI: provide a link for convenient login to restful API</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1891">ISIS-1891</a> - Make jax-rs provider (resteasy) a plugin</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1881">ISIS-1881</a> - Package swagger-ui web-content with metamodel module</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1846">ISIS-1846</a> - Code deduplication (new Internal API)</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1844">ISIS-1844</a> - API cleanup: make any unchecked casts explicit</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1843">ISIS-1843</a> - remove occurences of Thread.currentThread().getContextClassLoader()</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1842">ISIS-1842</a> - API cleanup: add generic type arguments where missing</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1830">ISIS-1830</a> - Eliminate dependence on any JDK internal APIs (jdeps JDK 9)</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1827">ISIS-1827</a> - Remove dependencies on guava from isis-core-applib (public API)</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1823">ISIS-1823</a> - Config property for disabling footer entirly</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1818">ISIS-1818</a> - new config property: max navigable parent chain length</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1817">ISIS-1817</a> - new config property that allows to disable the where-am-i feature</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1779">ISIS-1779</a> - Transition to JAX-RS 2.0 Client API</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1775">ISIS-1775</a> - Context-Path support for SwaggerService</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1763">ISIS-1763</a> - Change @DomainObject#bounded (a boolean) to @DomainObject#bounding (an enum)</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1762">ISIS-1762</a> - Java 8+ Miscellaneous Utilities</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1756">ISIS-1756</a> - JEE Support - proper life-cycling</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1755">ISIS-1755</a> - JEE Support - let CDI ignore certain beans</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1753">ISIS-1753</a> - Plugable support for guava and axon event bus implementation.</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1744">ISIS-1744</a> - Update DataNucleus to the latest version (5.1.5 or later)</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1742">ISIS-1742</a> - Remove deprecated annotations, methods etc.</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1727">ISIS-1727</a> - Minor internal refactorings from upgrade to JDK 8</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1725">ISIS-1725</a> - Simplify bootstrapping logic by requiring an AppManifest to be supplied, remoev cfg property</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1724">ISIS-1724</a> - Remove JDO applib’s IsisJdoSupport</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1723">ISIS-1723</a> - Remove JDO applib’s Auditable interface and @Auditable annotation</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1683">ISIS-1683</a> - Move org.apache.isis.applib.services.timestamp.Timestampable to mixins.timestamp</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1682">ISIS-1682</a> - Move org.apache.isis.applib.services.layout.Object_downloadLayoutXml mixins out of services.layout and into mixins.layout</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1681">ISIS-1681</a> - Move wrapper factory events (eg org.apache.isis.applib.events.AccessEvent) to subpackage of services.wrapper</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1680">ISIS-1680</a> - Move event classes (eg org.apache.isis.applib.services.eventbus.AbstractDomainEvent) out of services.eventbus and into applib.events (subpackages thereof)</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1679">ISIS-1679</a> - Move org.apache.isis.applib.services.dto.Dto to org.apache.isis.applib.mixins</p> </li> 
-          </ul> 
-         </div> 
-        </div> 
-        <div class="sect2"> 
-         <h3 id="_bug">Bug</h3> 
-         <div class="ulist"> 
-          <ul> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1963">ISIS-1963</a> - Wicket UI: IllegalArgumentExceptions after persistent field update using AJAX</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1957">ISIS-1957</a> - ServiceInjector fails to handle Generic Types in target fields of type List</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1946">ISIS-1946</a> - Running with o.a.i.WebServer throws exception due to empty context path.</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1941">ISIS-1941</a> - [NOT A PROBLEM] Metamodel: XmlJavaTypeAdapterFacetFactory broken somehow</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1940">ISIS-1940</a> - MultiSelect Action Invocation throws IllegalArgumentException</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1939">ISIS-1939</a> - Internal API: Memento deserialization requires proper class-loader</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1929">ISIS-1929</a> - Skinny WAR Redeployment: Isis Core Plugins might not be resolved</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1887">ISIS-1887</a> - Metamodel: restore java.sql.Timestamp support</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1880">ISIS-1880</a> - LocalResourcePath: new value type for local URLs</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1870">ISIS-1870</a> - Fix JUnit Tests previously not picked up by surefire</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1869">ISIS-1869</a> - Surefire does not pick up all relevant tests</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1868">ISIS-1868</a> - Eclipse fails to build the schema module</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1866">ISIS-1866</a> - Metamodel: 38 JUnit Test Failures</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1865">ISIS-1865</a> - Wicket-Impl: Some JUnit tests are failing</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1852">ISIS-1852</a> - Iterating over query result list with parallelStream produces next exception</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1821">ISIS-1821</a> - Metadata validation failure when no @Nullable is present</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1736">ISIS-1736</a> - ConfigurationServiceDefault is inconsistent</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1721">ISIS-1721</a> - Isis should optionally not override the default values of entities.</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1599">ISIS-1599</a> - "Set" interface does not work as an action parameter’s collection type</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1531">ISIS-1531</a> - Possible memory leak</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1506">ISIS-1506</a> - tomcat shutdown - threads in PARK state</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1172">ISIS-1172</a> - Logo in wicket viewer should be calculated relative to context root</p> </li> 
-          </ul> 
-         </div> 
-        </div> 
-        <div class="sect2"> 
-         <h3 id="_dependency_upgrade">Dependency upgrade</h3> 
-         <div class="ulist"> 
-          <ul> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1276">ISIS-1276</a> - Update DN to 5.1.x (from DN 4.1.x)</p> </li> 
-          </ul> 
-         </div> 
-        </div> 
-        <div class="sect2"> 
-         <h3 id="_task">Task</h3> 
-         <div class="ulist"> 
-          <ul> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1903">ISIS-1903</a> - Update helloworld/simpleapp for Isis version 2</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1871">ISIS-1871</a> - Pull changes, that do not conflict with DN-4, from M2 into M1</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1828">ISIS-1828</a> - Jdeps analysis of core code-base In preparation for Java 9+</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1810">ISIS-1810</a> - Release tasks for 2.0.0-M1</p> </li> 
-          </ul> 
-         </div> 
-        </div> 
-        <div class="sect2"> 
-         <h3 id="_sub_task">Sub-task</h3> 
-         <div class="ulist"> 
-          <ul> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1951">ISIS-1951</a> - Move objenesis dependency to plugin codegen-javassist</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1915">ISIS-1915</a> - Migration Notes: We have core plugins now</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1909">ISIS-1909</a> - Migration Notes: Moved and Deprecated Classes</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1908">ISIS-1908</a> - Mirgation Notes: swagger-ui is now packed with metamodel</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1907">ISIS-1907</a> - Migration Notes: Apply workaround for DN plugins</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1893">ISIS-1893</a> - fix mvn build issues</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1890">ISIS-1890</a> - configure surefire for all new plugins</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1889">ISIS-1889</a> - Backport datanucleus specific commits from M2 into M1.</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1886">ISIS-1886</a> - Port QueryResultCache back into applib</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1885">ISIS-1885</a> - Re-invent ObjectContracts' JUnit Tests</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1819">ISIS-1819</a> - Documentation (guide) of where-am-i feature</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1816">ISIS-1816</a> - Specify framework’s behavior if multiple @Parent annotations or parent() methods are resolved in the object’s hierarchy</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1754">ISIS-1754</a> - JEE Support - Investigate Class Loading on Payara 4.1.2</p> </li> 
-          </ul> 
-         </div> 
-        </div> 
-       </div> 
-      </div> 
-      <div class="sect1"> 
        <h2 id="_release-notes_1.16.2">1.16.2</h2>
        <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/release-notes/_release-notes_1.16.2.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
@@ -1160,7 +976,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>This release is primarily a bug fix release fixing one severe error relating to parented checkboxes (<a href="https://issues.apache.org/jira/browse/ISIS-1874">ISIS-1874</a>). It does however introduce one new feature for the REST API (RO viewer) to support generic RO clients. There is also one notable performance improvement through the caching of <code>JAXBContext</code>s.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_2">New Feature</h3> 
+         <h3 id="_new_feature">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1882">ISIS-1882</a> - Extend RO viewer to (optionally) automatically wrap action-results in a view model.</p> </li> 
@@ -1168,7 +984,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_2">Improvement</h3> 
+         <h3 id="_improvement">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1884">ISIS-1884</a> - Restrict where choices and autoComplete are implicitly provided on parameters</p> </li> 
@@ -1181,7 +997,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_2">Bug</h3> 
+         <h3 id="_bug">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1874">ISIS-1874</a> - Parented checkboxes fails - NPEs and incorrect facets.</p> </li> 
@@ -1189,7 +1005,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_2">Task</h3> 
+         <h3 id="_task">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1875">ISIS-1875</a> - Release tasks for 1.16.2</p> </li> 
@@ -1230,7 +1046,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Applications written against v1.16.0 should run against v1.16.1 with few if any changes.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_3">New Feature</h3> 
+         <h3 id="_new_feature_2">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1861">ISIS-1861</a> - Extend tabgroup layout control so that a tabgroup with only one tab can show either collapsed (default) or with the one tab.</p> </li> 
@@ -1241,7 +1057,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_3">Improvement</h3> 
+         <h3 id="_improvement_2">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1837">ISIS-1837</a> - Metamodel validator should check for cyclic dependencies (reference to entities that live outside of the module set)</p> </li> 
@@ -1258,7 +1074,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_3">Bug</h3> 
+         <h3 id="_bug_2">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1858">ISIS-1858</a> - NPE when Log at Debug Level</p> </li> 
@@ -1294,7 +1110,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_3">Task</h4> 
+          <h4 id="_task_2">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1813">ISIS-1813</a> - Release tasks for 1.16.1</p> </li> 
@@ -1369,7 +1185,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Applications written against v1.15.x should run against v1.16.0 with few if any changes. However, note that applications <strong>are</strong> required to bootstrap from an <code>AppManifest</code>.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_4">New Feature</h3> 
+         <h3 id="_new_feature_3">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1801">ISIS-1801</a> - BookmarkUiService to clear Wicket bookmarks and breadcrumbs programmatically.</p> </li> 
@@ -1389,7 +1205,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_4">Improvement</h3> 
+         <h3 id="_improvement_3">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1804">ISIS-1804</a> - Deprecate isis-mavendeps-intellij, fold into isis-mavendeps-webapp</p> </li> 
@@ -1412,7 +1228,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_4">Bug</h3> 
+         <h3 id="_bug_3">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1803">ISIS-1803</a> - Hitting escape twice on prompt results in the error page.</p> </li> 
@@ -1453,7 +1269,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_4">Task</h3> 
+         <h3 id="_task_3">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1465">ISIS-1465</a> - Release activities for 1.16.0</p> </li> 
@@ -1495,7 +1311,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>The release also has some minor new features: a new Markup value type that allows arbitrary HTML to be rendered in the Wicket viewer, an extension to Restful Objects to provide a new "layout" resource, and a new "logout" page for Wicket viewer to support monitoring tools.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_5">New Feature</h3> 
+         <h3 id="_new_feature_4">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1717">ISIS-1717</a> - To make monitoring applications reliably able to logout, allow session to be logged out just by hitting a simple HTTP GET page ("/logout")</p> </li> 
@@ -1507,7 +1323,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_5">Improvement</h3> 
+         <h3 id="_improvement_4">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1733">ISIS-1733</a> - Improve API of RepositoryService#persist, so returns the object being persisted.</p> </li> 
@@ -1518,7 +1334,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_5">Bug</h3> 
+         <h3 id="_bug_4">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1731">ISIS-1731</a> - @Property(hidden=Where.PARENTED_TABLES) does not render correctly in standalone collection view</p> </li> 
@@ -1533,7 +1349,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_dependency_upgrade_2">Dependency upgrade</h3> 
+         <h3 id="_dependency_upgrade">Dependency upgrade</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1722">ISIS-1722</a> - Upgrade to Wicket 7.9.0 once available</p> </li> 
@@ -1542,7 +1358,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_5">Task</h3> 
+         <h3 id="_task_4">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1712">ISIS-1712</a> - 1.15.1 release activities</p> </li> 
@@ -1579,7 +1395,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>The version of Apache Wicket has also been upgraded from <code>6.x</code> to <code>7.x</code>.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>Most applications written against v1.14.x should run against v1.15.0 with few if any changes. That said, we do recommend that you read and keep in mind the <a href="https://isis.apache.org/versions/1.15.0/migration-notes/migration-notes.html#_migration-notes_1.14.0-to-1.15.0">migration notes</a> when you upgrade your app.</p> 
+         <p>Most applications written against v1.14.x should run against v1.15.0 with few if any changes. That said, we do recommend that you read and keep in mind the <a href="../migration-notes/migration-notes.html#_migration-notes_1.14.0-to-1.15.0">migration notes</a> when you upgrade your app.</p> 
         </div> 
         <div class="admonitionblock note"> 
          <table> 
@@ -1601,7 +1417,7 @@ table.CodeRay td.code>pre{padding:0}
          </table> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_6">New Feature</h3> 
+         <h3 id="_new_feature_5">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1674">ISIS-1674</a> - Create a "hello world" archetype</p> </li> 
@@ -1615,7 +1431,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_6">Improvement</h3> 
+         <h3 id="_improvement_5">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1688">ISIS-1688</a> - Service priority should honour either @DomainServiceLayout#menuOrder or @DomainService#menuOrder</p> </li> 
@@ -1647,7 +1463,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_6">Bug</h3> 
+         <h3 id="_bug_5">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1690">ISIS-1690</a> - Better diagnostics if a service’s @PostConstruct fails, and ensure that all get initialized</p> </li> 
@@ -1688,7 +1504,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_dependency_upgrade_3">Dependency upgrade</h3> 
+         <h3 id="_dependency_upgrade_2">Dependency upgrade</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1353">ISIS-1353</a> - Upgrade minor dependencies.</p> </li> 
@@ -1710,7 +1526,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_6">Task</h3> 
+         <h3 id="_task_5">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1521">ISIS-1521</a> - Release activities for 1.15.0</p> </li> 
@@ -1770,10 +1586,10 @@ table.CodeRay td.code>pre{padding:0}
          <p>The release also has a number of bug fixes.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>Most applications written against v1.13.x should run against v1.14.0 with few if any changes. That said, we do recommend that you read and keep in mind the <a href="https://isis.apache.org/versions/1.14.0/migration-notes/migration-notes.html#_migration-notes_1.13.0-to-1.14.0">migration notes</a> when you upgrade your app.</p> 
+         <p>Most applications written against v1.13.x should run against v1.14.0 with few if any changes. That said, we do recommend that you read and keep in mind the <a href="../migration-notes/migration-notes.html#_migration-notes_1.13.0-to-1.14.0">migration notes</a> when you upgrade your app.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_7">New Feature</h3> 
+         <h3 id="_new_feature_6">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1529">ISIS-1529</a> - TableColumnOrderService, to allow column order to be fine-tuned (or columns suppressed)</p> </li> 
@@ -1783,7 +1599,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_7">Improvement</h3> 
+         <h3 id="_improvement_6">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1587">ISIS-1587</a> - Extend "explicitObjectType" checking to also take in view models.</p> </li> 
@@ -1801,7 +1617,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_7">Bug</h3> 
+         <h3 id="_bug_6">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1578">ISIS-1578</a> - Should throw a metamodel validation exception if a disable or hide method has any params.</p> </li> 
@@ -1827,7 +1643,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_7">Task</h3> 
+         <h3 id="_task_6">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1561">ISIS-1561</a> - Release 1.14.0</p> </li> 
@@ -1853,7 +1669,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Update for the simpleapp archetype only, which improves docker support as well as reducing amount of boilerplate by backing out some of the mixins. It also fixes an issue with the fixture scripts (noted in previous release).</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_8">Improvement</h3> 
+         <h3 id="_improvement_7">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1559">ISIS-1559</a> - Remove the mixins from the simpleapp archetype - adds too much boilerplate</p> </li> 
@@ -1862,7 +1678,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_8">Task</h3> 
+         <h3 id="_task_7">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1560">ISIS-1560</a> - Release 1.13.2.1 archetype</p> </li> 
@@ -1891,7 +1707,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>This release also closes the ticket to provide a better DB migration story; this has been implemented by way of the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s flywaydb module.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_8">New Feature</h3> 
+         <h3 id="_new_feature_7">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1542">ISIS-1542</a> - Update simpleapp application/archetype to provide access to HSQL DB Manager (via their Swing UI) when running in-memory</p> </li> 
@@ -1900,7 +1716,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_9">Improvement</h3> 
+         <h3 id="_improvement_8">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1554">ISIS-1554</a> - Prevent double click on buttons (which can cause applications to throw an error, eg concurrency exception)</p> </li> 
@@ -1916,7 +1732,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_8">Bug</h3> 
+         <h3 id="_bug_7">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1545">ISIS-1545</a> - QueryResultsCache can sometimes result in throwing an exception if not properly initialized when fixtures being installed.</p> </li> 
@@ -1928,7 +1744,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_9">Task</h3> 
+         <h3 id="_task_8">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1540">ISIS-1540</a> - Release tasks for 1.13.2</p> </li> 
@@ -1957,7 +1773,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>This release also closes the ticket to provide a better DB migration story; this has been implemented by way of the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s flywaydb module.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_9">New Feature</h3> 
+         <h3 id="_new_feature_8">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1542">ISIS-1542</a> - Update simpleapp application/archetype to provide access to HSQL DB Manager (via their Swing UI) when running in-memory</p> </li> 
@@ -1966,7 +1782,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_10">Improvement</h3> 
+         <h3 id="_improvement_9">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1554">ISIS-1554</a> - Prevent double click on buttons (which can cause applications to throw an error, eg concurrency exception)</p> </li> 
@@ -1982,7 +1798,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_9">Bug</h3> 
+         <h3 id="_bug_8">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1545">ISIS-1545</a> - QueryResultsCache can sometimes result in throwing an exception if not properly initialized when fixtures being installed.</p> </li> 
@@ -1994,7 +1810,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_10">Task</h3> 
+         <h3 id="_task_9">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1540">ISIS-1540</a> - Release tasks for 1.13.2</p> </li> 
@@ -2020,7 +1836,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>This is a maintenance release with a number of minor improvements and bug fixes. It also provides better support for docker, by allowing configuration properties to be overridden using either system properties or an ISIS_OPT environment variable.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_10">New Feature</h3> 
+         <h3 id="_new_feature_9">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1510">ISIS-1510</a> - Improve support for docker containers by allowing isis configuration properties to be overridden using either system properties or an ISIS_OPT environment variable</p> </li> 
@@ -2028,7 +1844,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_11">Improvement</h3> 
+         <h3 id="_improvement_10">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1527">ISIS-1527</a> - Make overlays consistent for editable properties, with general fix for Firefox</p> </li> 
@@ -2048,7 +1864,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_10">Bug</h3> 
+         <h3 id="_bug_9">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1525">ISIS-1525</a> - Problems with startup under certain circumstances</p> </li> 
@@ -2091,22 +1907,22 @@ table.CodeRay td.code>pre{padding:0}
        </div> 
        <div class="sectionbody"> 
         <div class="paragraph"> 
-         <p>Apache Isis 1.13.0 improves and formalizes the support for commands and auditing, and introduces the new concept of an interaction. A command now represents the <em>intention</em> to interact with the application, either to invoke an action or to edit a property. This is captured as a JAXB DTO. An interaction on the other hand captures the fact that a command has been performed. Interactions are also captured as DTOs. Interactions can include sub-interactions, representing the fact that an action can invoke another action by way of the <a href="https://isis.apache.org/versions/1.13.0/guides/rgsvc/rgsvc.html#_rgsvc_application-layer-api_WrapperFactory"><code>WrapperFactory</code></a>.</p> 
+         <p>Apache Isis 1.13.0 improves and formalizes the support for commands and auditing, and introduces the new concept of an interaction. A command now represents the <em>intention</em> to interact with the application, either to invoke an action or to edit a property. This is captured as a JAXB DTO. An interaction on the other hand captures the fact that a command has been performed. Interactions are also captured as DTOs. Interactions can include sub-interactions, representing the fact that an action can invoke another action by way of the <a href="../guides/rgsvc/rgsvc.html#_rgsvc_application-layer-api_WrapperFactory"><code>WrapperFactory</code></a>.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>The existing <a href="https://isis.apache.org/versions/1.13.0/guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditingService"><code>AuditingService</code></a> and <a href="https://isis.apache.org/versions/1.13.0/guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublishingService"><code>PublishingService</code></a> SPI services have both been deprecated, instead replaced by <a href="https://isis.apache.org/versions/1.13.0/guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditerService"><code>AuditerService</code></a> and <a href="https://isis.apache.org/versions/1.13.0/guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublisherService"><code>PublisherService</code></a>. It is now possible to have multiple implementations of each.</p> 
+         <p>The existing <a href="../guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditingService"><code>AuditingService</code></a> and <a href="../guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublishingService"><code>PublishingService</code></a> SPI services have both been deprecated, instead replaced by <a href="../guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditerService"><code>AuditerService</code></a> and <a href="../guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublisherService"><code>PublisherService</code></a>. It is now possible to have multiple implementations of each.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s auditing module has been reworked to implement <a href="https://isis.apache.org/versions/1.13.0/guides/rgsvc/rgsvc.html#_rgsvc_spi_AuditService"><code>AuditService</code></a>, while the new (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s publishmq module implements <a href="https://isis.apache.org/versions/1.13.0/guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublisherService"><code>PublisherService</code></a> to publish interaction events to an ActiveMQ bus (and to allow such events to be replayed if necessary).</p> 
+         <p>The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s auditing module has been reworked to implement <a href="../guides/rgsvc/rgsvc.html#_rgsvc_spi_AuditService"><code>AuditService</code></a>, while the new (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s publishmq module implements <a href="../guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublisherService"><code>PublisherService</code></a> to publish interaction events to an ActiveMQ bus (and to allow such events to be replayed if necessary).</p> 
         </div> 
         <div class="paragraph"> 
          <p>The release also includes a great deal of internal refactorings and simplifications.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>Most applications written against v1.12.x should run against v1.13.0 with few if any changes. That said, this release has removed a small number of features that were dependent on internal APIs, and some configuration properties are now removed/unsupported. We therefore do recommend that you read and keep in mind the <a href="https://isis.apache.org/versions/1.13.0/migration-notes/migration-notes.html#_migration-notes_1.12.0-to-1.13.0">migration notes</a> when you upgrade your app.</p> 
+         <p>Most applications written against v1.12.x should run against v1.13.0 with few if any changes. That said, this release has removed a small number of features that were dependent on internal APIs, and some configuration properties are now removed/unsupported. We therefore do recommend that you read and keep in mind the <a href="../migration-notes/migration-notes.html#_migration-notes_1.12.0-to-1.13.0">migration notes</a> when you upgrade your app.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_11">New Feature</h3> 
+         <h3 id="_new_feature_10">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1446">ISIS-1446</a> - Extend the Wicket viewer client-side file-open-dialog to allow file extension to be specified.</p> </li> 
@@ -2140,7 +1956,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_12">Improvement</h3> 
+         <h3 id="_improvement_11">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1464">ISIS-1464</a> - DomainChangeJdoAbstract#openTarget should support looking up view models</p> </li> 
@@ -2197,7 +2013,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_11">Bug</h3> 
+         <h3 id="_bug_10">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1461">ISIS-1461</a> - More reliable fix to concurrency exception</p> </li> 
@@ -2227,7 +2043,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_11">Task</h3> 
+         <h3 id="_task_10">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1335">ISIS-1335</a> - Release activities for v1.13.0</p> </li> 
@@ -2253,7 +2069,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Apache Isis 1.12.2 is a bug fix release for Apache Isis 1.12.0. It addresses two UI issues which result in the viewer showing invalid data with respect to the data actually stored in the database.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_12">Bug</h3> 
+         <h3 id="_bug_11">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1396">ISIS-1396</a> - Some elements on an entity page can be rendered against stale data.</p> </li> 
@@ -2262,7 +2078,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_12">Task</h3> 
+         <h3 id="_task_11">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1424">ISIS-1424</a> - Release activities for v1.12.2</p> </li> 
@@ -2288,7 +2104,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Apache Isis 1.12.1 is a bug fix release for Apache Isis 1.12.0. The primary issue it addresses are spurious concurrency exceptions that can be thrown when editing an object. It also addresses a subtle issue where the new support in JAXB view models for auto-edit can cause some dirty objects not to be updated.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_13">Bug</h3> 
+         <h3 id="_bug_12">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1355">ISIS-1355</a> - concurrency exception after property edit when attempting to render…​</p> </li> 
@@ -2299,7 +2115,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_13">Task</h3> 
+         <h3 id="_task_12">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1362">ISIS-1362</a> - Release activities for v1.12.1</p> </li> 
@@ -2328,58 +2144,58 @@ table.CodeRay td.code>pre{padding:0}
          <p>As a result of this change, the support for editing objects has been modified; rather than an 'edit' button which toggles the entire page into edit mode, instead each property is edited individually. The current implementation of this is using a prompt dialog (very similar to the action prompt dialogs; in a future release we hope to support "in-place" edits instead.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>Another notable change in this release include various new domain services. Some of these are in support of the file-based layouts functionality, others including new access into Apache Isis' metamodel. (Some of these new services were originally part of the (non-ASF) <a href="http://www.isisaddons.org">Isis Addons</a>). In addition, the <a href="https://isis.apache.org/versions/1.12.0/guides/rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a> service has been deprecated, replaced by a number of fine-grained services (such as <a href="https://isis.apache.org/versions/1.12.0/guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-api_RepositoryService"><code>RepositoryService</code></a> and <a href="https://isis.apache.org/versions/1.12.0/guides/rgsvc/rgsvc.html#_rgsvc_application-layer-api_MessageService"><code>MessageService</code></a>).</p> 
+         <p>Another notable change in this release include various new domain services. Some of these are in support of the file-based layouts functionality, others including new access into Apache Isis' metamodel. (Some of these new services were originally part of the (non-ASF) <a href="http://www.isisaddons.org">Isis Addons</a>). In addition, the <a href="../guides/rgsvc/rgsvc.html#_rgsvc_core-domain-api_DomainObjectContainer"><code>DomainObjectContainer</code></a> service has been deprecated, replaced by a number of fine-grained services (such as <a href="../guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-api_RepositoryService"><code>RepositoryService</code></a> and <a href="../guides/rgsvc/rgsvc.html#_rgsvc_application-layer-api_MessageService"><code>MessageService</code></a>).</p> 
         </div> 
         <div class="paragraph"> 
-         <p>The release also includes a number of new mixins, to automatically surface in the UI an entity’s id, version (if any), and to download the layout XML and rebuild the metamodel for a given domain entity. There is also a mixin to clear any UI hints (part of the file-based layouts functionality). In all cases these mixins can be hidden using either security or by writing a <a href="https://isis.apache.org/versions/1.12.0/guides/rgcms/rgcms.html#_rgcms_classes_super_AbstractSubscriber">subscriber</a> to veto the visibility of the corresponding domain event.</p> 
+         <p>The release also includes a number of new mixins, to automatically surface in the UI an entity’s id, version (if any), and to download the layout XML and rebuild the metamodel for a given domain entity. There is also a mixin to clear any UI hints (part of the file-based layouts functionality). In all cases these mixins can be hidden using either security or by writing a <a href="../guides/rgcms/rgcms.html#_rgcms_classes_super_AbstractSubscriber">subscriber</a> to veto the visibility of the corresponding domain event.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_12">New Feature</h3> 
+         <h3 id="_new_feature_11">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1351">ISIS-1351</a> - Extend <a href="https://isis.apache.org/versions/1.12.0/guides/rgsvc/rgsvc.html#_rgsvc_core-domain-api_ConfigurationService"><code>ConfigurationService</code></a> to list all configuration properties in the UI</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1325">ISIS-1325</a> - New <a href="https://isis.apache.org/versions/1.12.0/guides/rgsvc/rgsvc.html#_rgsvc_application-layer-api_SessionManagementService"><code>SessionManagementService</code></a></p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1351">ISIS-1351</a> - Extend <a href="../guides/rgsvc/rgsvc.html#_rgsvc_core-domain-api_ConfigurationService"><code>ConfigurationService</code></a> to list all configuration properties in the UI</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1325">ISIS-1325</a> - New <a href="../guides/rgsvc/rgsvc.html#_rgsvc_application-layer-api_SessionManagementService"><code>SessionManagementService</code></a></p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1317">ISIS-1317</a> - Allow single domain object class to be invalidated through a mixin.</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1313">ISIS-1313</a> - Enhancement to <a href="https://isis.apache.org/versions/1.12.0/guides/rgmvn/rgmvn.html#_rgmvn_xsd">xsd</a> goal of the isis-maven-plugin to ignore/include the Isis common schemas.</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1292">ISIS-1292</a> - Extend <a href="https://isis.apache.org/versions/1.12.0/guides/rgsvc/rgsvc.html#_rgsvc_metadata-api_MetamodelService"><code>MetaModelService</code></a> to surface packages, classes etc (as used by the security module).</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-993">ISIS-993</a> - Show different object members on multiple tabs (<a href="https://isis.apache.org/versions/1.12.0/guides/ugvw/ugvw.html#_ugvw_layout_file-based">dynamic XML layouts</a>)</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1313">ISIS-1313</a> - Enhancement to <a href="../guides/rgmvn/rgmvn.html#_rgmvn_xsd">xsd</a> goal of the isis-maven-plugin to ignore/include the Isis common schemas.</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1292">ISIS-1292</a> - Extend <a href="../guides/rgsvc/rgsvc.html#_rgsvc_metadata-api_MetamodelService"><code>MetaModelService</code></a> to surface packages, classes etc (as used by the security module).</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-993">ISIS-993</a> - Show different object members on multiple tabs (<a href="../guides/ugvw/ugvw.html#_ugvw_layout_file-based">dynamic XML layouts</a>)</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-784">ISIS-784</a> - Change Wicket viewer to get rid of edit mode, instead allow individual fields to be edited by clicking on them (similar to the way that JIRA works).</p> </li> 
           </ul> 
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_13">Improvement</h3> 
+         <h3 id="_improvement_12">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1333">ISIS-1333</a> - Remove self-host profile from the archetype</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1332">ISIS-1332</a> - Factor out a <a href="https://isis.apache.org/versions/1.12.0/guides/rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_HintStore"><code>HintStore</code></a> service, so that this is pluggable.</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1332">ISIS-1332</a> - Factor out a <a href="../guides/rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_HintStore"><code>HintStore</code></a> service, so that this is pluggable.</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1330">ISIS-1330</a> - Add CSS classes for table cells and for collections to make it easier to fine tune pages using CSS.</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1329">ISIS-1329</a> - Extend hint support for "show all"</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1327">ISIS-1327</a> - Change the view mode of the select2 (value drop down) to be a simple text field.</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1324">ISIS-1324</a> - Allow multiple different views of same collection in a layout (<a href="https://isis.apache.org/versions/1.12.0/guides/ugvw/ugvw.html#_ugvw_layout_file-based">dynamic XML layouts</a>)</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1323">ISIS-1323</a> - Deprecate @CollectionLayout#renderType, since is duplicated by <a href="https://isis.apache.org/versions/1.12.0/guides/rgant/rgant.html#_rgant-CollectionLayout_defaultView"><code>@CollectionLayout#defaultView()</code></a></p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1324">ISIS-1324</a> - Allow multiple different views of same collection in a layout (<a href="../guides/ugvw/ugvw.html#_ugvw_layout_file-based">dynamic XML layouts</a>)</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1323">ISIS-1323</a> - Deprecate @CollectionLayout#renderType, since is duplicated by <a href="../guides/rgant/rgant.html#_rgant-CollectionLayout_defaultView"><code>@CollectionLayout#defaultView()</code></a></p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1322">ISIS-1322</a> - Mixins not exposing the mixedin object in events (for subscribers to veto).</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1321">ISIS-1321</a> - Extend <a href="https://isis.apache.org/versions/1.12.0/guides/rgsvc/rgsvc.html#_rgsvc_metadata-api_MetamodelService"><code>MetaModelService</code></a> to allow CSV of metamodel to be downloaded.</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1320">ISIS-1320</a> - Move <a href="https://isis.apache.org/versions/1.12.0/guides/rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_ContentMappingService"><code>ContentMappingService</code></a> to applib (and simplify)</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1312">ISIS-1312</a> - Improve <a href="https://isis.apache.org/versions/1.12.0/guides/rgsvc/rgsvc.html#_rgsvc_integration-api_JaxbService"><code>JaxbServiceDefault#xsd(…​)</code></a> to correctly reference the Isis common schema imports.</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1321">ISIS-1321</a> - Extend <a href="../guides/rgsvc/rgsvc.html#_rgsvc_metadata-api_MetamodelService"><code>MetaModelService</code></a> to allow CSV of metamodel to be downloaded.</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1320">ISIS-1320</a> - Move <a href="../guides/rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_ContentMappingService"><code>ContentMappingService</code></a> to applib (and simplify)</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1312">ISIS-1312</a> - Improve <a href="../guides/rgsvc/rgsvc.html#_rgsvc_integration-api_JaxbService"><code>JaxbServiceDefault#xsd(…​)</code></a> to correctly reference the Isis common schema imports.</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1300">ISIS-1300</a> - Allow the enablement of the WicketSource plugin to be configurable, and disabled by default</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1299">ISIS-1299</a> - <a href="https://isis.apache.org/versions/1.12.0/guides/rgant/rgant.html#_rgant-ViewModel"><code>@ViewModel</code></a> and <a href="https://isis.apache.org/versions/1.12.0/guides/rgant/rgant.html#_rgant-XmlRootElement"><code>@XmlRootElement</code></a> view models should automatically support isCloneable.</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1299">ISIS-1299</a> - <a href="../guides/rgant/rgant.html#_rgant-ViewModel"><code>@ViewModel</code></a> and <a href="../guides/rgant/rgant.html#_rgant-XmlRootElement"><code>@XmlRootElement</code></a> view models should automatically support isCloneable.</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1298">ISIS-1298</a> - Fix deprecated annotation use for ViewModel.Cloneable#clone</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1295">ISIS-1295</a> - Run integration tests using thread-local, to allow "complete" tests that also exercise, eg Quartz jobs.</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1240">ISIS-1240</a> - Derive icon from service when not provided</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1239">ISIS-1239</a> - For wicket ui, use a cookie or similar to remember the hint from last time (<a href="https://isis.apache.org/versions/1.12.0/guides/ugvw/ugvw.html#_ugvw_layout_file-based">dynamic XML layouts</a>)</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1228">ISIS-1228</a> - Reorganizing/splitting out <a href="https://isis.apache.org/versions/1.12.0/guides/rgant/rgant.html#_rgant-DomainObjectContainer"><code>@DomainObjectContainer</code></a> service.</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1048">ISIS-1048</a> - Make view model URLs more secure, eg through a private key (<a href="https://isis.apache.org/versions/1.12.0/guides/rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_UrlEncodingService"><code>UrlEncodingService</code></a>).</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1037">ISIS-1037</a> - Support layout.xml as well as layout.json (<a href="https://isis.apache.org/versions/1.12.0/guides/ugvw/ugvw.html#_ugvw_layout_file-based">dynamic XML layouts</a>)</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1239">ISIS-1239</a> - For wicket ui, use a cookie or similar to remember the hint from last time (<a href="../guides/ugvw/ugvw.html#_ugvw_layout_file-based">dynamic XML layouts</a>)</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1228">ISIS-1228</a> - Reorganizing/splitting out <a href="../guides/rgant/rgant.html#_rgant-DomainObjectContainer"><code>@DomainObjectContainer</code></a> service.</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1048">ISIS-1048</a> - Make view model URLs more secure, eg through a private key (<a href="../guides/rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_UrlEncodingService"><code>UrlEncodingService</code></a>).</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1037">ISIS-1037</a> - Support layout.xml as well as layout.json (<a href="../guides/ugvw/ugvw.html#_ugvw_layout_file-based">dynamic XML layouts</a>)</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-806">ISIS-806</a> - In Wicket viewer, shouldn’t be possible to invoke an action if editing a form.</p> </li> 
           </ul> 
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_14">Bug</h3> 
+         <h3 id="_bug_13">Bug</h3> 
          <div class="ulist"> 
           <ul> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1348">ISIS-1348</a> - Bug with <a href="https://isis.apache.org/versions/1.12.0/guides/ugtst/ugtst.html#_ugtst_unit-test-support_soap-fake-server-junit-rule">SoapEndpointPublishingRule</a> when multiple endpoints.</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1348">ISIS-1348</a> - Bug with <a href="../guides/ugtst/ugtst.html#_ugtst_unit-test-support_soap-fake-server-junit-rule">SoapEndpointPublishingRule</a> when multiple endpoints.</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1347">ISIS-1347</a> - Missing annotation in SimpleObject</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1346">ISIS-1346</a> - ActionInvocationContext isn’t populated properly</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1342">ISIS-1342</a> - The metamodel validation error page doesn’t reliably render itself if there are errors.</p> </li> 
@@ -2387,8 +2203,8 @@ table.CodeRay td.code>pre{padding:0}
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1340">ISIS-1340</a> - Rebuild metamodel mixin action isn’t working reliably</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1328">ISIS-1328</a> - Bookmark hints are not being honoured</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1319">ISIS-1319</a> - Input dialog for action label for mandatory parameter not shown when the parameter is an view model</p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1318">ISIS-1318</a> - contributed actions/mixins breaks publishing; also flush any pending actions to be published as the result of doing a wrapped action via the <a href="https://isis.apache.org/versions/1.12.0/guides/rgsvc/rgsvc.html#_rgsvc_application-layer-api_WrapperFactory"><code>WrapperFactory</code></a></p> </li> 
-           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1315">ISIS-1315</a> - Can’t generate <a href="https://isis.apache.org/versions/1.12.0/guides/rgmvn/rgmvn.html#_rgmvn_swagger">swagger</a> specs, where actions are contributed.</p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1318">ISIS-1318</a> - contributed actions/mixins breaks publishing; also flush any pending actions to be published as the result of doing a wrapped action via the <a href="../guides/rgsvc/rgsvc.html#_rgsvc_application-layer-api_WrapperFactory"><code>WrapperFactory</code></a></p> </li> 
+           <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1315">ISIS-1315</a> - Can’t generate <a href="../guides/rgmvn/rgmvn.html#_rgmvn_swagger">swagger</a> specs, where actions are contributed.</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1314">ISIS-1314</a> - Filename parameter label missing for DTO mixins</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1311">ISIS-1311</a> - Mixins for Persistable metadata causes exception when rendering.</p> </li> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1310">ISIS-1310</a> - DomainObjectContainer#titleOf(..) does not resolve @Title annotated on private field</p> </li> 
@@ -2404,7 +2220,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_dependency_upgrade_4">Dependency upgrade</h3> 
+         <h3 id="_dependency_upgrade_3">Dependency upgrade</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1288">ISIS-1288</a> - Update (minor) dependencies</p> </li> 
@@ -2412,7 +2228,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_14">Task</h3> 
+         <h3 id="_task_13">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a href="https://issues.apache.org/jira/browse/ISIS-1287">ISIS-1287</a> - Release activities for v1.12.0</p> </li> 
@@ -2441,7 +2257,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Apache Isis is intended to be compatible with 

<TRUNCATED>

[40/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/rgant/rgant.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgant/rgant.pdf b/content/guides/rgant/rgant.pdf
index 7627a54..80be089 100644
--- a/content/guides/rgant/rgant.pdf
+++ b/content/guides/rgant/rgant.pdf
@@ -4,16 +4,16 @@
 << /Title (Annotations)
 /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:20180305191041+00'00')
-/ModDate (D:20180305191041+00'00')
+/CreationDate (D:20180918074423+01'00')
+/ModDate (D:20180918074423+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 20 0 R
-/Outlines 2213 0 R
-/PageLabels 2375 0 R
+/Outlines 2209 0 R
+/PageLabels 2370 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 189
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 16 0 R 18 0 R 42 0 R 45 0 R 66 0 R 81 0 R 105 0 R 146 0 R 170 0 R 205 0 R 228 0 R 249 0 R 273 0 R 289 0 R 292 0 R 294 0 R 308 0 R 317 0 R 321 0 R 334 0 R 339 0 R 341 0 R 347 0 R 350 0 R 356 0 R 367 0 R 369 0 R 375 0 R 385 0 R 392 0 R 401 0 R 405 0 R 409 0 R 413 0 R 434 0 R 442 0 R 449 0 R 456 0 R 473 0 R 484 0 R 492 0 R 508 0 R 514 0 R 522 0 R 531 0 R 546 0 R 552 0 R 555 0 R 571 0 R 578 0 R 585 0 R 589 0 R 603 0 R 619 0 R 634 0 R 643 0 R 654 0 R 665 0 R 672 0 R 678 0 R 680 0 R 688 0 R 694 0 R 702 0 R 704 0 R 709 0 R 723 0 R 728 0 R 745 0 R 769 0 R 779 0 R 782 0 R 795 0 R 808 0 R 813 0 R 817 0 R 823 0 R 827 0 R 830 0 R 836 0 R 846 0 R 851 0 R 859 0 R 872 0 R 887 0 R 894 0 R 902 0 R 909 0 R 915 0 R 920 0 R 926 0 R 929 0 R 949 0 R 955 0 R 962 0 R 979 0 R 989 0 R 995 0 R 1011 0 R 1021 0 R 1035 0 R 1047 0 R 1059 0 R 1065 0 R 1072 0 R 1082 0 R 1087 0 R 1097 0 R 1104 0 R 1114 0 R 1120 0 R 1126 0 R 1137 0 R 1146 0 R 1149 0 R 1152 0 R 1158 0 R 1162 0 R 1174 
 0 R 1180 0 R 1183 0 R 1189 0 R 1199 0 R 1206 0 R 1208 0 R 1218 0 R 1222 0 R 1228 0 R 1238 0 R 1246 0 R 1254 0 R 1258 0 R 1263 0 R 1265 0 R 1278 0 R 1292 0 R 1302 0 R 1316 0 R 1324 0 R 1329 0 R 1342 0 R 1348 0 R 1359 0 R 1363 0 R 1372 0 R 1380 0 R 1385 0 R 1398 0 R 1408 0 R 1421 0 R 1429 0 R 1434 0 R 1438 0 R 1446 0 R 1452 0 R 1457 0 R 1470 0 R 1477 0 R 1485 0 R 1491 0 R 1496 0 R 1503 0 R 1506 0 R 1509 0 R 1514 0 R 1530 0 R 1545 0 R 1558 0 R 1575 0 R 1581 0 R 1593 0 R 1601 0 R 1607 0 R 1612 0 R 1618 0 R 1623 0 R 1625 0 R 1631 0 R 1637 0 R 1654 0 R 1671 0 R 1691 0 R 1701 0 R 1706 0 R 1721 0 R]
+/Count 188
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 16 0 R 18 0 R 42 0 R 45 0 R 66 0 R 81 0 R 108 0 R 149 0 R 177 0 R 208 0 R 230 0 R 251 0 R 275 0 R 291 0 R 294 0 R 296 0 R 310 0 R 319 0 R 323 0 R 336 0 R 341 0 R 343 0 R 349 0 R 352 0 R 358 0 R 369 0 R 371 0 R 377 0 R 387 0 R 394 0 R 403 0 R 407 0 R 411 0 R 415 0 R 436 0 R 444 0 R 451 0 R 458 0 R 475 0 R 486 0 R 494 0 R 510 0 R 516 0 R 524 0 R 533 0 R 548 0 R 554 0 R 557 0 R 573 0 R 580 0 R 587 0 R 591 0 R 605 0 R 621 0 R 636 0 R 645 0 R 656 0 R 667 0 R 674 0 R 680 0 R 682 0 R 690 0 R 698 0 R 705 0 R 707 0 R 712 0 R 726 0 R 731 0 R 748 0 R 772 0 R 781 0 R 785 0 R 798 0 R 810 0 R 816 0 R 820 0 R 826 0 R 830 0 R 833 0 R 839 0 R 849 0 R 855 0 R 862 0 R 875 0 R 888 0 R 896 0 R 903 0 R 910 0 R 916 0 R 922 0 R 929 0 R 931 0 R 951 0 R 957 0 R 964 0 R 981 0 R 991 0 R 999 0 R 1018 0 R 1024 0 R 1038 0 R 1050 0 R 1061 0 R 1069 0 R 1074 0 R 1084 0 R 1089 0 R 1099 0 R 1106 0 R 1115 0 R 1121 0 R 1127 0 R 1138 0 R 1147 0 R 1150 0 R 1153 0 R 1160 0 R 1164 0 R 1176 
 0 R 1184 0 R 1187 0 R 1193 0 R 1203 0 R 1210 0 R 1212 0 R 1216 0 R 1225 0 R 1231 0 R 1241 0 R 1250 0 R 1258 0 R 1262 0 R 1267 0 R 1269 0 R 1282 0 R 1295 0 R 1305 0 R 1320 0 R 1328 0 R 1333 0 R 1346 0 R 1352 0 R 1363 0 R 1372 0 R 1379 0 R 1384 0 R 1397 0 R 1407 0 R 1420 0 R 1429 0 R 1434 0 R 1438 0 R 1446 0 R 1452 0 R 1457 0 R 1471 0 R 1478 0 R 1486 0 R 1491 0 R 1496 0 R 1503 0 R 1506 0 R 1509 0 R 1514 0 R 1531 0 R 1546 0 R 1559 0 R 1576 0 R 1582 0 R 1594 0 R 1602 0 R 1608 0 R 1613 0 R 1619 0 R 1625 0 R 1627 0 R 1633 0 R 1639 0 R 1656 0 R 1673 0 R 1692 0 R 1703 0 R 1708 0 R 1723 0 R]
 >>
 endobj
 4 0 obj
@@ -78,13 +78,13 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAAAZ+NotoSerif
+/BaseFont /AAAABD+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 2377 0 R
+/FontDescriptor 2372 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2379 0 R
-/ToUnicode 2378 0 R
+/Widths 2374 0 R
+/ToUnicode 2373 0 R
 >>
 endobj
 9 0 obj
@@ -420,7 +420,7 @@ ET
 BT
 541.1705 622.4959999999999 Td
 /F1.0 10.5 Tf
-<36> Tj
+<35> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1926,11 +1926,11 @@ endobj
 /F3.0 40 0 R
 >>
 >>
-/Annots [1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1749 0 R 1750 0 R 1751 0 R 1752 0 R 1753 0 R 1754 0 R 1755 0 R 1756 0 R 1757 0 R 1758 0 R 1759 0 R 1760 0 R 1761 0 R 1762 0 R 1763 0 R 1764 0 R 1765 0 R 1766 0 R 1767 0 R 1768 0 R 1769 0 R 1770 0 R 1771 0 R 1772 0 R 1773 0 R 1774 0 R 1775 0 R 1776 0 R 1777 0 R 1778 0 R 1779 0 R 1780 0 R 1781 0 R 1782 0 R 1783 0 R 1784 0 R 1785 0 R 1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R 1809 0 R 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R 1818 0 R 1819 0 R 1820 0 R 1821 0 R 1822 0 R 1823 0 R 1824 0 R 1825 0 R 1826 0 R 1827 0 R 1828 0 R]
+/Annots [1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1749 0 R 1750 0 R 1751 0 R 1752 0 R 1753 0 R 1754 0 R 1755 0 R 1756 0 R 1757 0 R 1758 0 R 1759 0 R 1760 0 R 1761 0 R 1762 0 R 1763 0 R 1764 0 R 1765 0 R 1766 0 R 1767 0 R 1768 0 R 1769 0 R 1770 0 R 1771 0 R 1772 0 R 1773 0 R 1774 0 R 1775 0 R 1776 0 R 1777 0 R 1778 0 R 1779 0 R 1780 0 R 1781 0 R 1782 0 R 1783 0 R 1784 0 R 1785 0 R 1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R 1809 0 R 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R 1818 0 R 1819 0 R 1820 0 R 1821 0 R 1822 0 R 1823 0 R 1824 0 R 1825 0 R 1826 0 R 1827 0 R 1828 0 R 1829 0 R 1830 0 R]
 >>
 endobj
 11 0 obj
-<< /Length 40642
+<< /Length 40238
 >>
 stream
 q
@@ -2534,91 +2534,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 591.3959999999997 Td
-/F1.0 10.5 Tf
-<372e352e204d617070696e6720> 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
-127.0515 591.3959999999997 Td
-/F3.0 10.5 Tf
-<426c6f62> 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
-148.0515 591.3959999999997 Td
-/F1.0 10.5 Tf
-<7320616e6420> 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
-177.336 591.3959999999997 Td
-/F3.0 10.5 Tf
-<436c6f62> 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
-198.336 591.3959999999997 Td
-/F1.0 10.5 Tf
-<73> 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.92674999999997 591.3959999999997 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-BT
-533.94125 591.3959999999997 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 591.3959999999997 Td
-/F1.0 10.5 Tf
-<3632> 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 572.9159999999997 Td
+48.24 591.3959999999997 Td
 /F1.0 10.5 Tf
 <382e20> Tj
 ET
@@ -2629,7 +2545,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-59.454 572.9159999999997 Td
+59.454 591.3959999999997 Td
 /F3.0 10.5 Tf
 <40446967697473> Tj
 ET
@@ -2640,7 +2556,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-96.20400000000001 572.9159999999997 Td
+96.20400000000001 591.3959999999997 Td
 /F1.0 10.5 Tf
 <2028> Tj
 ET
@@ -2651,7 +2567,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-102.5565 572.9159999999997 Td
+102.5565 591.3959999999997 Td
 /F3.0 10.5 Tf
 <6a61766178> Tj
 ET
@@ -2662,7 +2578,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-128.8065 572.9159999999997 Td
+128.8065 591.3959999999997 Td
 /F1.0 10.5 Tf
 <29> Tj
 ET
@@ -2673,7 +2589,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.44824999999992 572.9159999999997 Td
+138.44824999999992 591.3959999999997 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2682,7 +2598,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 572.9159999999997 Td
+533.94125 591.3959999999997 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2691,7 +2607,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 572.9159999999997 Td
+535.3009999999999 591.3959999999997 Td
 /F1.0 10.5 Tf
 <3634> Tj
 ET
@@ -2702,7 +2618,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 554.4359999999997 Td
+48.24 572.9159999999997 Td
 /F1.0 10.5 Tf
 <392e20> Tj
 ET
@@ -2713,7 +2629,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-59.454 554.4359999999997 Td
+59.454 572.9159999999997 Td
 /F3.0 10.5 Tf
 <404469736372696d696e61746f72> Tj
 ET
@@ -2724,7 +2640,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-132.954 554.4359999999997 Td
+132.954 572.9159999999997 Td
 /F1.0 10.5 Tf
 <2028> Tj
 ET
@@ -2735,7 +2651,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-139.3065 554.4359999999997 Td
+139.3065 572.9159999999997 Td
 /F3.0 10.5 Tf
 <6a617661782e6a646f> Tj
 ET
@@ -2746,7 +2662,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-186.55650000000003 554.4359999999997 Td
+186.55650000000003 572.9159999999997 Td
 /F1.0 10.5 Tf
 <29> Tj
 ET
@@ -2757,7 +2673,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-191.89324999999997 554.4359999999997 Td
+191.89324999999997 572.9159999999997 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2766,7 +2682,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 554.4359999999997 Td
+533.94125 572.9159999999997 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2775,7 +2691,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 554.4359999999997 Td
+535.3009999999999 572.9159999999997 Td
 /F1.0 10.5 Tf
 <3635> Tj
 ET
@@ -2786,7 +2702,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 535.9559999999997 Td
+60.24 554.4359999999997 Td
 /F1.0 10.5 Tf
 <392e312e204578616d706c6573> Tj
 ET
@@ -2797,7 +2713,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-133.10374999999993 535.9559999999997 Td
+133.10374999999993 554.4359999999997 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2806,7 +2722,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 535.9559999999997 Td
+533.94125 554.4359999999997 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2815,7 +2731,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 535.9559999999997 Td
+535.3009999999999 554.4359999999997 Td
 /F1.0 10.5 Tf
 <3635> Tj
 ET
@@ -2826,7 +2742,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 517.4759999999997 Td
+60.24 535.9559999999997 Td
 /F1.0 10.5 Tf
 <392e322e20507265636564656e6365> Tj
 ET
@@ -2837,7 +2753,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.44824999999992 517.4759999999997 Td
+138.44824999999992 535.9559999999997 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2846,7 +2762,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 517.4759999999997 Td
+533.94125 535.9559999999997 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2855,7 +2771,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 517.4759999999997 Td
+535.3009999999999 535.9559999999997 Td
 /F1.0 10.5 Tf
 <3635> Tj
 ET
@@ -2866,7 +2782,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 498.9959999999997 Td
+48.24 517.4759999999997 Td
 /F1.0 10.5 Tf
 <31302e20> Tj
 ET
@@ -2877,7 +2793,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-65.3235 498.9959999999997 Td
+65.3235 517.4759999999997 Td
 /F3.0 10.5 Tf
 <40446f6d61696e4f626a656374> Tj
 ET
@@ -2888,7 +2804,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.44824999999992 498.9959999999997 Td
+138.44824999999992 517.4759999999997 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2897,7 +2813,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 498.9959999999997 Td
+533.94125 517.4759999999997 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2906,7 +2822,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 498.9959999999997 Td
+535.3009999999999 517.4759999999997 Td
 /F1.0 10.5 Tf
 <3637> Tj
 ET
@@ -2917,7 +2833,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 480.5159999999997 Td
+60.24 498.9959999999997 Td
 /F1.0 10.5 Tf
 <31302e312e20> Tj
 ET
@@ -2928,7 +2844,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 480.5159999999997 Td
+85.81800000000001 498.9959999999997 Td
 /F3.0 10.5 Tf
 <6175646974696e672829> Tj
 ET
@@ -2939,7 +2855,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.79274999999996 480.5159999999997 Td
+143.79274999999996 498.9959999999997 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2948,7 +2864,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 480.5159999999997 Td
+533.94125 498.9959999999997 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2957,7 +2873,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 480.5159999999997 Td
+535.3009999999999 498.9959999999997 Td
 /F1.0 10.5 Tf
 <3639> Tj
 ET
@@ -2968,7 +2884,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 462.03599999999966 Td
+60.24 480.5159999999997 Td
 /F1.0 10.5 Tf
 <31302e322e20> Tj
 ET
@@ -2979,7 +2895,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 462.03599999999966 Td
+85.81800000000001 480.5159999999997 Td
 /F3.0 10.5 Tf
 <6175746f436f6d706c6574655265706f7369746f72792829> Tj
 ET
@@ -2990,7 +2906,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.27124999999995 462.03599999999966 Td
+213.27124999999995 480.5159999999997 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2999,7 +2915,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 462.03599999999966 Td
+533.94125 480.5159999999997 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3008,7 +2924,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 462.03599999999966 Td
+535.3009999999999 480.5159999999997 Td
 /F1.0 10.5 Tf
 <3639> Tj
 ET
@@ -3019,7 +2935,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 443.55599999999964 Td
+60.24 462.03599999999966 Td
 /F1.0 10.5 Tf
 <31302e332e20> Tj
 ET
@@ -3030,7 +2946,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 443.55599999999964 Td
+85.81800000000001 462.03599999999966 Td
 /F3.0 10.5 Tf
 <626f756e6465642829> Tj
 ET
@@ -3041,7 +2957,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.44824999999992 443.55599999999964 Td
+138.44824999999992 462.03599999999966 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3050,7 +2966,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 443.55599999999964 Td
+533.94125 462.03599999999966 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3059,7 +2975,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 443.55599999999964 Td
+535.3009999999999 462.03599999999966 Td
 /F1.0 10.5 Tf
 <3731> Tj
 ET
@@ -3070,7 +2986,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 425.0759999999996 Td
+60.24 443.55599999999964 Td
 /F1.0 10.5 Tf
 <31302e342e20637265617465644c6966656379636c654576656e742829> Tj
 ET
@@ -3081,7 +2997,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 425.0759999999996 Td
+207.92674999999997 443.55599999999964 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3090,7 +3006,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 425.0759999999996 Td
+533.94125 443.55599999999964 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3099,7 +3015,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 425.0759999999996 Td
+535.3009999999999 443.55599999999964 Td
 /F1.0 10.5 Tf
 <3732> Tj
 ET
@@ -3110,7 +3026,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 406.5959999999996 Td
+60.24 425.0759999999996 Td
 /F1.0 10.5 Tf
 <31302e352e20> Tj
 ET
@@ -3121,7 +3037,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 406.5959999999996 Td
+85.81800000000001 425.0759999999996 Td
 /F3.0 10.5 Tf
 <65646974696e672829> Tj
 ET
@@ -3132,7 +3048,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.44824999999992 406.5959999999996 Td
+138.44824999999992 425.0759999999996 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3141,7 +3057,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 406.5959999999996 Td
+533.94125 425.0759999999996 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3150,7 +3066,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 406.5959999999996 Td
+535.3009999999999 425.0759999999996 Td
 /F1.0 10.5 Tf
 <3733> Tj
 ET
@@ -3161,7 +3077,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 388.1159999999996 Td
+60.24 406.5959999999996 Td
 /F1.0 10.5 Tf
 <31302e362e206c6f616465644c6966656379636c654576656e742829> Tj
 ET
@@ -3172,7 +3088,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.58224999999993 388.1159999999996 Td
+202.58224999999993 406.5959999999996 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3181,7 +3097,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 388.1159999999996 Td
+533.94125 406.5959999999996 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3190,7 +3106,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 388.1159999999996 Td
+535.3009999999999 406.5959999999996 Td
 /F1.0 10.5 Tf
 <3734> Tj
 ET
@@ -3201,7 +3117,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 369.63599999999957 Td
+60.24 388.1159999999996 Td
 /F1.0 10.5 Tf
 <31302e372e20> Tj
 ET
@@ -3212,7 +3128,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 369.63599999999957 Td
+85.81800000000001 388.1159999999996 Td
 /F3.0 10.5 Tf
 <6d6978696e4d6574686f642829> Tj
 ET
@@ -3223,7 +3139,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 369.63599999999957 Td
+159.82624999999996 388.1159999999996 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3232,7 +3148,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 369.63599999999957 Td
+533.94125 388.1159999999996 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3241,7 +3157,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 369.63599999999957 Td
+535.3009999999999 388.1159999999996 Td
 /F1.0 10.5 Tf
 <3736> Tj
 ET
@@ -3252,7 +3168,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 351.15599999999955 Td
+60.24 369.63599999999957 Td
 /F1.0 10.5 Tf
 <31302e382e20> Tj
 ET
@@ -3263,7 +3179,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 351.15599999999955 Td
+85.81800000000001 369.63599999999957 Td
 /F3.0 10.5 Tf
 <6e61747572652829> Tj
 ET
@@ -3274,7 +3190,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-133.10374999999993 351.15599999999955 Td
+133.10374999999993 369.63599999999957 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3283,7 +3199,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 351.15599999999955 Td
+533.94125 369.63599999999957 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3292,7 +3208,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 351.15599999999955 Td
+535.3009999999999 369.63599999999957 Td
 /F1.0 10.5 Tf
 <3737> Tj
 ET
@@ -3303,7 +3219,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 332.67599999999953 Td
+60.24 351.15599999999955 Td
 /F1.0 10.5 Tf
 <31302e392e207065727369737465644c6966656379636c654576656e742829> Tj
 ET
@@ -3314,7 +3230,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.27124999999995 332.67599999999953 Td
+213.27124999999995 351.15599999999955 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3323,7 +3239,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 332.67599999999953 Td
+533.94125 351.15599999999955 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3332,7 +3248,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 332.67599999999953 Td
+535.3009999999999 351.15599999999955 Td
 /F1.0 10.5 Tf
 <3739> Tj
 ET
@@ -3343,7 +3259,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 314.1959999999995 Td
+60.24 332.67599999999953 Td
 /F1.0 10.5 Tf
 <31302e31302e2070657273697374696e674c6966656379636c654576656e742829> Tj
 ET
@@ -3354,7 +3270,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-223.96024999999997 314.1959999999995 Td
+223.96024999999997 332.67599999999953 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3363,7 +3279,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 314.1959999999995 Td
+533.94125 332.67599999999953 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3372,7 +3288,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 314.1959999999995 Td
+535.3009999999999 332.67599999999953 Td
 /F1.0 10.5 Tf
 <3830> Tj
 ET
@@ -3383,7 +3299,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 295.7159999999995 Td
+60.24 314.1959999999995 Td
 /F1.0 10.5 Tf
 <31302e31312e20> Tj
 ET
@@ -3394,7 +3310,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-91.6875 295.7159999999995 Td
+91.6875 314.1959999999995 Td
 /F3.0 10.5 Tf
 <6f626a656374547970652829> Tj
 ET
@@ -3405,7 +3321,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 295.7159999999995 Td
+159.82624999999996 314.1959999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3414,7 +3330,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 295.7159999999995 Td
+533.94125 314.1959999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3423,7 +3339,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 295.7159999999995 Td
+535.3009999999999 314.1959999999995 Td
 /F1.0 10.5 Tf
 <3832> Tj
 ET
@@ -3434,7 +3350,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 277.2359999999995 Td
+60.24 295.7159999999995 Td
 /F1.0 10.5 Tf
 <31302e31322e20> Tj
 ET
@@ -3445,7 +3361,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-91.6875 277.2359999999995 Td
+91.6875 295.7159999999995 Td
 /F3.0 10.5 Tf
 <7075626c697368696e672829> Tj
 ET
@@ -3456,7 +3372,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 277.2359999999995 Td
+159.82624999999996 295.7159999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3465,7 +3381,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 277.2359999999995 Td
+533.94125 295.7159999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3474,7 +3390,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 277.2359999999995 Td
+535.3009999999999 295.7159999999995 Td
 /F1.0 10.5 Tf
 <3833> Tj
 ET
@@ -3485,7 +3401,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 258.75599999999946 Td
+60.24 277.2359999999995 Td
 /F1.0 10.5 Tf
 <31302e31332e2072656d6f76696e674c6966656379636c654576656e742829> Tj
 ET
@@ -3496,7 +3412,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-223.96024999999997 258.75599999999946 Td
+223.96024999999997 277.2359999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3505,7 +3421,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 258.75599999999946 Td
+533.94125 277.2359999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3514,7 +3430,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 258.75599999999946 Td
+535.3009999999999 277.2359999999995 Td
 /F1.0 10.5 Tf
 <3834> Tj
 ET
@@ -3525,7 +3441,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 240.27599999999947 Td
+60.24 258.75599999999946 Td
 /F1.0 10.5 Tf
 <31302e31342e207570646174696e674c6966656379636c654576656e742829> Tj
 ET
@@ -3536,7 +3452,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-218.61574999999993 240.27599999999947 Td
+218.61574999999993 258.75599999999946 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3545,7 +3461,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 240.27599999999947 Td
+533.94125 258.75599999999946 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3554,7 +3470,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 240.27599999999947 Td
+535.3009999999999 258.75599999999946 Td
 /F1.0 10.5 Tf
 <3836> Tj
 ET
@@ -3565,7 +3481,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 221.79599999999948 Td
+60.24 240.27599999999947 Td
 /F1.0 10.5 Tf
 <31302e31352e20757064617465644c6966656379636c654576656e742829> Tj
 ET
@@ -3576,7 +3492,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-218.61574999999993 221.79599999999948 Td
+218.61574999999993 240.27599999999947 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3585,7 +3501,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 221.79599999999948 Td
+533.94125 240.27599999999947 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3594,7 +3510,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 221.79599999999948 Td
+535.3009999999999 240.27599999999947 Td
 /F1.0 10.5 Tf
 <3838> Tj
 ET
@@ -3605,7 +3521,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 203.3159999999995 Td
+48.24 221.79599999999948 Td
 /F1.0 10.5 Tf
 <31312e20> Tj
 ET
@@ -3616,7 +3532,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-65.3235 203.3159999999995 Td
+65.3235 221.79599999999948 Td
 /F3.0 10.5 Tf
 <40446f6d61696e4f626a6563744c61796f7574> Tj
 ET
@@ -3627,7 +3543,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-170.51524999999992 203.3159999999995 Td
+170.51524999999992 221.79599999999948 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3636,7 +3552,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 203.3159999999995 Td
+533.94125 221.79599999999948 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3645,7 +3561,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 203.3159999999995 Td
+535.3009999999999 221.79599999999948 Td
 /F1.0 10.5 Tf
 <3931> Tj
 ET
@@ -3656,7 +3572,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 184.8359999999995 Td
+60.24 203.3159999999995 Td
 /F1.0 10.5 Tf
 <31312e312e20> Tj
 ET
@@ -3667,7 +3583,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 184.8359999999995 Td
+85.81800000000001 203.3159999999995 Td
 /F3.0 10.5 Tf
 <626f6f6b6d61726b696e672829> Tj
 ET
@@ -3678,7 +3594,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 184.8359999999995 Td
+159.82624999999996 203.3159999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3687,7 +3603,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 184.8359999999995 Td
+533.94125 203.3159999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3696,7 +3612,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 184.8359999999995 Td
+535.3009999999999 203.3159999999995 Td
 /F1.0 10.5 Tf
 <3932> Tj
 ET
@@ -3707,7 +3623,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 166.3559999999995 Td
+60.24 184.8359999999995 Td
 /F1.0 10.5 Tf
 <31312e322e20> Tj
 ET
@@ -3718,7 +3634,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 166.3559999999995 Td
+85.81800000000001 184.8359999999995 Td
 /F3.0 10.5 Tf
 <637373436c6173732829> Tj
 ET
@@ -3729,7 +3645,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.79274999999996 166.3559999999995 Td
+143.79274999999996 184.8359999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3738,6 +3654,57 @@ ET
 0.000 0.000 0.000 scn
 
 BT
+533.94125 184.8359999999995 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 184.8359999999995 Td
+/F1.0 10.5 Tf
+<3934> 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 166.3559999999995 Td
+/F1.0 10.5 Tf
+<31312e332e20> 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
+85.81800000000001 166.3559999999995 Td
+/F3.0 10.5 Tf
+<637373436c61737346612829> 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
+154.48174999999992 166.3559999999995 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
 533.94125 166.3559999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
@@ -3760,18 +3727,7 @@ ET
 BT
 60.24 147.87599999999952 Td
 /F1.0 10.5 Tf
-<31312e332e20> 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
-85.81800000000001 147.87599999999952 Td
-/F3.0 10.5 Tf
-<637373436c61737346612829> Tj
+<31312e342e20637373436c61737355694576656e742829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3780,9 +3736,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-154.48174999999992 147.87599999999952 Td
+175.85974999999996 147.87599999999952 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3800,7 +3756,7 @@ ET
 BT
 535.3009999999999 147.87599999999952 Td
 /F1.0 10.5 Tf
-<3934> Tj
+<3935> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3811,7 +3767,18 @@ ET
 BT
 60.24 129.39599999999953 Td
 /F1.0 10.5 Tf
-<31312e342e20637373436c61737355694576656e742829> Tj
+<31312e352e20> 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
+85.81800000000001 129.39599999999953 Td
+/F3.0 10.5 Tf
+<64657363726962656441732829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3820,9 +3787,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-175.85974999999996 129.39599999999953 Td
+159.82624999999996 129.39599999999953 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3840,7 +3807,7 @@ ET
 BT
 535.3009999999999 129.39599999999953 Td
 /F1.0 10.5 Tf
-<3935> Tj
+<3937> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3851,18 +3818,7 @@ ET
 BT
 60.24 110.91599999999954 Td
 /F1.0 10.5 Tf
-<31312e352e20> 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
-85.81800000000001 110.91599999999954 Td
-/F3.0 10.5 Tf
-<64657363726962656441732829> Tj
+<31312e362e2069636f6e55694576656e742829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3902,7 +3858,18 @@ ET
 BT
 60.24 92.43599999999955 Td
 /F1.0 10.5 Tf
-<31312e362e2069636f6e55694576656e742829> Tj
+<31312e372e20> 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
+85.81800000000001 92.43599999999955 Td
+/F3.0 10.5 Tf
+<6e616d65642829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3911,9 +3878,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 92.43599999999955 Td
+127.75924999999995 92.43599999999955 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3931,7 +3898,7 @@ ET
 BT
 535.3009999999999 92.43599999999955 Td
 /F1.0 10.5 Tf
-<3937> Tj
+<3939> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3942,7 +3909,7 @@ ET
 BT
 60.24 73.95599999999956 Td
 /F1.0 10.5 Tf
-<31312e372e20> Tj
+<31312e382e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3953,7 +3920,7 @@ ET
 BT
 85.81800000000001 73.95599999999956 Td
 /F3.0 10.5 Tf
-<6e616d65642829> Tj
+<70616765642829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3962,16 +3929,16 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-127.75924999999995 73.95599999999956 Td
+127.23424999999992 73.95599999999956 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 
 BT
-533.94125 73.95599999999956 Td
+528.07175 73.95599999999956 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3980,9 +3947,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 73.95599999999956 Td
+529.4314999999999 73.95599999999956 Td
 /F1.0 10.5 Tf
-<3939> Tj
+<313030> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3993,7 +3960,7 @@ ET
 BT
 60.24 55.47599999999957 Td
 /F1.0 10.5 Tf
-<31312e382e20> Tj
+<31312e392e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4004,7 +3971,7 @@ ET
 BT
 85.81800000000001 55.47599999999957 Td
 /F3.0 10.5 Tf
-<70616765642829> Tj
+<706c7572616c2829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4013,9 +3980,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-127.23424999999992 55.47599999999957 Td
+132.5787499999999 55.47599999999957 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4052,11 +4019,11 @@ endobj
 /F3.0 40 0 R
 >>
 >>
-/Annots [1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1848 0 R 1849 0 R 1850 0 R 1851 0 R 1852 0 R 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R 1920 0 R 1921 0 R 1922 0 R 1923 0 R 1924 0 R 1925 0 R 1926 0 R 1927 0 R 1928 0 R 1929 0 R 1930 0 R 1931 0 R 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R 1938 0 
 R 1939 0 R 1940 0 R 1941 0 R 1942 0 R 1943 0 R 1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R 1952 0 R]
+/Annots [1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1848 0 R 1849 0 R 1850 0 R 1851 0 R 1852 0 R 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R 1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R 1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R 1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R 1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R 1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R 1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R 1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R 1918 0 R 1919 0 R 1920 0 R 1921 0 R 1922 0 R 1923 0 R 1924 0 R 1925 0 R 1926 0 R 1927 0 R 1928 0 R 1929 0 R 1930 0 R 1931 0 R 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R 1938 0 R 1939 0 R 1940 0 
 R 1941 0 R 1942 0 R 1943 0 R 1944 0 R 1945 0 R 1946 0 R 1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R]
 >>
 endobj
 13 0 obj
-<< /Length 42010
+<< /Length 42464
 >>
 stream
 q
@@ -4068,18 +4035,7 @@ q
 BT
 60.24 794.6759999999999 Td
 /F1.0 10.5 Tf
-<31312e392e20> 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
-85.81800000000001 794.6759999999999 Td
-/F3.0 10.5 Tf
-<706c7572616c2829> Tj
+<31312e31302e207469746c6555694576656e742829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4088,9 +4044,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-132.5787499999999 794.6759999999999 Td
+159.30124999999992 794.6759999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4108,7 +4064,7 @@ ET
 BT
 529.4314999999999 794.6759999999999 Td
 /F1.0 10.5 Tf
-<313030> Tj
+<313031> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4117,9 +4073,20 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 776.1959999999999 Td
+48.24 776.1959999999999 Td
 /F1.0 10.5 Tf
-<31312e31302e207469746c6555694576656e742829> Tj
+<31322e20> 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
+65.3235 776.1959999999999 Td
+/F3.0 10.5 Tf
+<40446f6d61696e53657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4128,9 +4095,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.30124999999992 776.1959999999999 Td
+143.26774999999992 776.1959999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4148,7 +4115,7 @@ ET
 BT
 529.4314999999999 776.1959999999999 Td
 /F1.0 10.5 Tf
-<313031> Tj
+<313034> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4157,9 +4124,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 757.7159999999999 Td
+60.24 757.7159999999999 Td
 /F1.0 10.5 Tf
-<31322e20> Tj
+<31322e312e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4168,9 +4135,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-65.3235 757.7159999999999 Td
+85.81800000000001 757.7159999999999 Td
 /F3.0 10.5 Tf
-<40446f6d61696e53657276696365> Tj
+<6e61747572652829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4179,9 +4146,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.26774999999992 757.7159999999999 Td
+132.5787499999999 757.7159999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4210,7 +4177,7 @@ ET
 BT
 60.24 739.2359999999999 Td
 /F1.0 10.5 Tf
-<31322e312e20> Tj
+<31322e322e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4221,7 +4188,7 @@ ET
 BT
 85.81800000000001 739.2359999999999 Td
 /F3.0 10.5 Tf
-<6e61747572652829> Tj
+<6f626a656374547970652829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4230,9 +4197,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-132.5787499999999 739.2359999999999 Td
+153.95674999999994 739.2359999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4250,7 +4217,7 @@ ET
 BT
 529.4314999999999 739.2359999999999 Td
 /F1.0 10.5 Tf
-<313034> Tj
+<313036> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4261,7 +4228,7 @@ ET
 BT
 60.24 720.7559999999999 Td
 /F1.0 10.5 Tf
-<31322e322e20> Tj
+<31322e332e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4272,7 +4239,7 @@ ET
 BT
 85.81800000000001 720.7559999999999 Td
 /F3.0 10.5 Tf
-<6f626a656374547970652829> Tj
+<7265706f7369746f7279466f722829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4281,9 +4248,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-153.95674999999994 720.7559999999999 Td
+169.99024999999995 720.7559999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4301,7 +4268,7 @@ ET
 BT
 529.4314999999999 720.7559999999999 Td
 /F1.0 10.5 Tf
-<313036> Tj
+<313037> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4310,9 +4277,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 702.2759999999998 Td
+48.24 702.2759999999998 Td
 /F1.0 10.5 Tf
-<31322e332e20> Tj
+<31332e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4321,9 +4288,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 702.2759999999998 Td
+65.3235 702.2759999999998 Td
 /F3.0 10.5 Tf
-<7265706f7369746f7279466f722829> Tj
+<40446f6d61696e536572766963654c61796f7574> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4332,9 +4299,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-169.99024999999995 702.2759999999998 Td
+175.33474999999993 702.2759999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4352,7 +4319,7 @@ ET
 BT
 529.4314999999999 702.2759999999998 Td
 /F1.0 10.5 Tf
-<313037> Tj
+<313038> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4361,9 +4328,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 683.7959999999998 Td
+60.24 683.7959999999998 Td
 /F1.0 10.5 Tf
-<31332e20> Tj
+<31332e312e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4372,9 +4339,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-65.3235 683.7959999999998 Td
+85.81800000000001 683.7959999999998 Td
 /F3.0 10.5 Tf
-<40446f6d61696e536572766963654c61796f7574> Tj
+<6d656e754261722829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4383,9 +4350,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-175.33474999999993 683.7959999999998 Td
+137.92324999999994 683.7959999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4414,7 +4381,7 @@ ET
 BT
 60.24 665.3159999999998 Td
 /F1.0 10.5 Tf
-<31332e312e20> Tj
+<31332e322e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4425,7 +4392,7 @@ ET
 BT
 85.81800000000001 665.3159999999998 Td
 /F3.0 10.5 Tf
-<6d656e754261722829> Tj
+<6d656e754f726465722829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4434,9 +4401,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-137.92324999999994 665.3159999999998 Td
+148.6122499999999 665.3159999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4454,7 +4421,7 @@ ET
 BT
 529.4314999999999 665.3159999999998 Td
 /F1.0 10.5 Tf
-<313038> Tj
+<313131> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4465,7 +4432,7 @@ ET
 BT
 60.24 646.8359999999998 Td
 /F1.0 10.5 Tf
-<31332e322e20> Tj
+<31332e332e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4476,7 +4443,7 @@ ET
 BT
 85.81800000000001 646.8359999999998 Td
 /F3.0 10.5 Tf
-<6d656e754f726465722829> Tj
+<6e616d65642829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4485,9 +4452,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-148.6122499999999 646.8359999999998 Td
+127.23424999999992 646.8359999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4505,7 +4472,7 @@ ET
 BT
 529.4314999999999 646.8359999999998 Td
 /F1.0 10.5 Tf
-<313131> Tj
+<313132> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4514,9 +4481,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 628.3559999999998 Td
+48.24 628.3559999999998 Td
 /F1.0 10.5 Tf
-<31332e332e20> Tj
+<31342e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4525,9 +4492,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 628.3559999999998 Td
+65.3235 628.3559999999998 Td
 /F3.0 10.5 Tf
-<6e616d65642829> Tj
+<40466163657473> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4536,9 +4503,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-127.23424999999992 628.3559999999998 Td
+105.85624999999993 628.3559999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4556,7 +4523,7 @@ ET
 BT
 529.4314999999999 628.3559999999998 Td
 /F1.0 10.5 Tf
-<313132> Tj
+<313134> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4567,7 +4534,7 @@ ET
 BT
 48.24 609.8759999999997 Td
 /F1.0 10.5 Tf
-<31342e20> Tj
+<31352e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4578,7 +4545,7 @@ ET
 BT
 65.3235 609.8759999999997 Td
 /F3.0 10.5 Tf
-<40466163657473> Tj
+<40486f6d6550616765> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4587,9 +4554,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-105.85624999999993 609.8759999999997 Td
+116.54524999999995 609.8759999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4607,7 +4574,7 @@ ET
 BT
 529.4314999999999 609.8759999999997 Td
 /F1.0 10.5 Tf
-<313134> Tj
+<313135> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4618,7 +4585,7 @@ ET
 BT
 48.24 591.3959999999997 Td
 /F1.0 10.5 Tf
-<31352e20> Tj
+<31362e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4629,7 +4596,7 @@ ET
 BT
 65.3235 591.3959999999997 Td
 /F3.0 10.5 Tf
-<40486f6d6550616765> Tj
+<40496e6a656374> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4638,27 +4605,31 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-116.54524999999995 591.3959999999997 Td
+102.0735 591.3959999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<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
-528.07175 591.3959999999997 Td
-/F1.0 5.25 Tf
-<ca> Tj
+108.426 591.3959999999997 Td
+/F3.0 10.5 Tf
+<6a61766178> 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
-529.4314999999999 591.3959999999997 Td
+134.67600000000002 591.3959999999997 Td
 /F1.0 10.5 Tf
-<313135> Tj
+<29> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4667,42 +4638,27 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 572.9159999999997 Td
+143.26774999999992 591.3959999999997 Td
 /F1.0 10.5 Tf
-<31362e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> 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
-65.3235 572.9159999999997 Td
-/F3.0 10.5 Tf
-<40496e6a656374> Tj
+528.07175 591.3959999999997 Td
+/F1.0 5.25 Tf
+<ca> 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
-102.0735 572.9159999999997 Td
+529.4314999999999 591.3959999999997 Td
 /F1.0 10.5 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
-108.426 572.9159999999997 Td
-/F3.0 10.5 Tf
-<6a61766178> Tj
+<313137> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4711,9 +4667,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-134.67600000000002 572.9159999999997 Td
+60.24 572.9159999999997 Td
 /F1.0 10.5 Tf
-<29> Tj
+<31362e312e20416c7465726e61746976652073796e7461786573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4722,9 +4678,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.26774999999992 572.9159999999997 Td
+191.36824999999993 572.9159999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4753,7 +4709,7 @@ ET
 BT
 60.24 554.4359999999997 Td
 /F1.0 10.5 Tf
-<31362e312e20416c7465726e61746976652073796e7461786573> Tj
+<31362e322e20496e6a656374696e6720636f6c6c656374696f6e206f66207365727669636573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4762,9 +4718,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-191.36824999999993 554.4359999999997 Td
+239.46874999999994 554.4359999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4782,7 +4738,7 @@ ET
 BT
 529.4314999999999 554.4359999999997 Td
 /F1.0 10.5 Tf
-<313137> Tj
+<313138> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4793,7 +4749,7 @@ ET
 BT
 60.24 535.9559999999997 Td
 /F1.0 10.5 Tf
-<31362e322e20496e6a656374696e6720636f6c6c656374696f6e206f66207365727669636573> Tj
+<31362e332e204d616e75616c6c7920696e6a656374696e67207365727669636573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4802,9 +4758,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-239.46874999999994 535.9559999999997 Td
+223.43524999999994 535.9559999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4831,9 +4787,20 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 517.4759999999997 Td
+48.24 517.4759999999997 Td
 /F1.0 10.5 Tf
-<31362e332e204d616e75616c6c7920696e6a656374696e67207365727669636573> Tj
+<31372e20> 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
+65.3235 517.4759999999997 Td
+/F3.0 10.5 Tf
+<404d656d62657247726f75704c61796f7574> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4842,9 +4809,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-223.43524999999994 517.4759999999997 Td
+164.6457499999999 517.4759999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4862,7 +4829,7 @@ ET
 BT
 529.4314999999999 517.4759999999997 Td
 /F1.0 10.5 Tf
-<313138> Tj
+<313230> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4873,7 +4840,7 @@ ET
 BT
 48.24 498.9959999999997 Td
 /F1.0 10.5 Tf
-<31372e20> Tj
+<31382e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4884,7 +4851,7 @@ ET
 BT
 65.3235 498.9959999999997 Td
 /F3.0 10.5 Tf
-<404d656d62657247726f75704c61796f7574> Tj
+<404d656d6265724f72646572> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4893,9 +4860,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-164.6457499999999 498.9959999999997 Td
+132.5787499999999 498.9959999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4913,7 +4880,7 @@ ET
 BT
 529.4314999999999 498.9959999999997 Td
 /F1.0 10.5 Tf
-<313230> Tj
+<313231> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4924,7 +4891,7 @@ ET
 BT
 48.24 480.5159999999997 Td
 /F1.0 10.5 Tf
-<31382e20> Tj
+<31392e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4935,7 +4902,7 @@ ET
 BT
 65.3235 480.5159999999997 Td
 /F3.0 10.5 Tf
-<404d656d6265724f72646572> Tj
+<404d6978696e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4944,9 +4911,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-132.5787499999999 480.5159999999997 Td
+100.51174999999995 480.5159999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4964,7 +4931,7 @@ ET
 BT
 529.4314999999999 480.5159999999997 Td
 /F1.0 10.5 Tf
-<313231> Tj
+<313232> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4973,9 +4940,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 462.03599999999966 Td
+60.24 462.03599999999966 Td
 /F1.0 10.5 Tf
-<31392e20> Tj
+<31392e312e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4984,9 +4951,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-65.3235 462.03599999999966 Td
+85.81800000000001 462.03599999999966 Td
 /F3.0 10.5 Tf
-<404d6978696e> Tj
+<6d6574686f642829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -4995,9 +4962,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-100.51174999999995 462.03599999999966 Td
+132.5787499999999 462.03599999999966 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -5024,58 +4991,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 443.55599999999964 Td
-/F1.0 10.5 Tf
-<31392e312e20> 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
-85.81800000000001 443.55599999999964 Td
-/F3.0 10.5 Tf
-<6d6574686f642829> 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
-132.5787499999999 443.55599999999964 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-BT
-528.07175 443.55599999999964 Td
-/F1.0 5.25 Tf
-<ca> Tj
-ET
-
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-529.4314999999999 443.55599999999964 Td
-/F1.0 10.5 Tf
-<313232> 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 425.0759999999996 Td
+48.24 443.55599999999964 Td
 /F1.0 10.5 Tf
 <32302e20> Tj
 ET
@@ -5086,9 +5002,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-65.3235 425.0759999999996 Td
+65.3235 443.55599999999964 Td
 /F3.0 10.5 Tf
-<404e756c6c61626c65> Tj
+<404e6f7450657273697374656e74> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -5097,7 +5013,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-112.5735 425.0759999999996 Td
+138.8235 443.55599999999964 Td
 /F1.0 10.5 Tf
 <2028> Tj
 ET
@@ -5108,9 +5024,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-118.92600000000002 425.0759999999996 Td
+145.17600000000002 443.55599999999964 Td
 /F3.0 10.5 Tf
-<6a61766178> Tj
+<6a617661782e6a646f> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -5119,7 +5035,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-145.17600000000002 425.0759999999996 Td
+192.42600000000002 443.55599999999964 Td
 /F1.0 10.5 Tf
 <29> Tj
 ET
@@ -5130,16 +5046,16 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-153.95674999999994 425.0759999999996 Td
+202.05724999999995 443.55599999999964 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 
 BT
-528.07175 425.0759999999996 Td
+528.07175 443.55599999999964 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5148,7 +5064,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 425.0759999999996 Td
+529.4314999999999 443.55599999999964 Td
 /F1.0 10.5 Tf
 <313234> Tj
 ET
@@ -5159,7 +5075,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 406.5959999999996 Td
+48.24 425.0759999999996 Td
 /F1.0 10.5 Tf
 <32312e20> Tj
 ET
@@ -5170,9 +5086,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-65.3235 406.5959999999996 Td
+65.3235 425.0759999999996 Td
 /F3.0 10.5 Tf
-<404e6f7450657273697374656e74> Tj
+<404e756c6c61626c65> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -5181,7 +5097,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.8235 406.5959999999996 Td
+112.5735 425.0759999999996 Td
 /F1.0 10.5 Tf
 <2028> Tj
 ET
@@ -5192,9 +5108,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-145.17600000000002 406.5959999999996 Td
+118.92600000000002 425.0759999999996 Td
 /F3.0 10.5 Tf
-<6a617661782e6a646f> Tj
+<6a61766178> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -5203,7 +5119,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-192.42600000000002 406.5959999999996 Td
+145.17600000000002 425.0759999999996 Td
 /F1.0 10.5 Tf
 <29> Tj
 ET
@@ -5214,16 +5130,16 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.05724999999995 406.5959999999996 Td
+153.95674999999994 425.0759999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 
 BT
-528.07175 406.5959999999996 Td
+528.07175 425.0759999999996 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5232,7 +5148,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 406.5959999999996 Td
+529.4314999999999 425.0759999999996 Td
 /F1.0 10.5 Tf
 <313235> Tj
 ET
@@ -5243,7 +5159,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 388.1159999999996 Td
+48.24 406.5959999999996 Td
 /F1.0 10.5 Tf
 <32322e20> Tj
 ET
@@ -5254,7 +5170,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-65.3235 388.1159999999996 Td
+65.3235 406.5959999999996 Td
 /F3.0 10.5 Tf
 <404d696e4c656e677468> Tj
 ET
@@ -5265,7 +5181,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-121.88974999999994 388.1159999999996 Td
+121.88974999999994 406.5959999999996 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5274,7 +5190,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 388.1159999999996 Td
+528.07175 406.5959999999996 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5283,7 +5199,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 388.1159999999996 Td
+529.4314999999999 406.5959999999996 Td
 /F1.0 10.5 Tf
 <313236> Tj
 ET
@@ -5294,7 +5210,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 369.63599999999957 Td
+48.24 388.1159999999996 Td
 /F1.0 10.5 Tf
 <32332e20> Tj
 ET
@@ -5305,7 +5221,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-65.3235 369.63599999999957 Td
+65.3235 388.1159999999996 Td
 /F3.0 10.5 Tf
 <40506172616d65746572> Tj
 ET
@@ -5316,7 +5232,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-121.88974999999994 369.63599999999957 Td
+121.88974999999994 388.1159999999996 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5325,7 +5241,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 369.63599999999957 Td
+528.07175 388.1159999999996 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5334,7 +5250,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 369.63599999999957 Td
+529.4314999999999 388.1159999999996 Td
 /F1.0 10.5 Tf
 <313237> Tj
 ET
@@ -5345,7 +5261,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 351.15599999999955 Td
+60.24 369.63599999999957 Td
 /F1.0 10.5 Tf
 <32332e312e20> Tj
 ET
@@ -5356,7 +5272,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 351.15599999999955 Td
+85.81800000000001 369.63599999999957 Td
 /F3.0 10.5 Tf
 <66696c654163636570742829> Tj
 ET
@@ -5367,7 +5283,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-153.95674999999994 351.15599999999955 Td
+153.95674999999994 369.63599999999957 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5376,7 +5292,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 351.15599999999955 Td
+528.07175 369.63599999999957 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5385,7 +5301,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 351.15599999999955 Td
+529.4314999999999 369.63599999999957 Td
 /F1.0 10.5 Tf
 <313238> Tj
 ET
@@ -5396,7 +5312,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 332.67599999999953 Td
+60.24 351.15599999999955 Td
 /F1.0 10.5 Tf
 <32332e322e20> Tj
 ET
@@ -5407,7 +5323,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 332.67599999999953 Td
+85.81800000000001 351.15599999999955 Td
 /F3.0 10.5 Tf
 <6d61784c656e6774682829> Tj
 ET
@@ -5418,7 +5334,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-148.6122499999999 332.67599999999953 Td
+148.6122499999999 351.15599999999955 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5427,7 +5343,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 332.67599999999953 Td
+528.07175 351.15599999999955 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5436,7 +5352,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 332.67599999999953 Td
+529.4314999999999 351.15599999999955 Td
 /F1.0 10.5 Tf
 <313239> Tj
 ET
@@ -5447,7 +5363,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 314.1959999999995 Td
+60.24 332.67599999999953 Td
 /F1.0 10.5 Tf
 <32332e332e20> Tj
 ET
@@ -5458,7 +5374,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 314.1959999999995 Td
+85.81800000000001 332.67599999999953 Td
 /F3.0 10.5 Tf
 <6d757374536174697366792829> Tj
 ET
@@ -5469,7 +5385,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.30124999999992 314.1959999999995 Td
+159.30124999999992 332.67599999999953 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5478,7 +5394,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 314.1959999999995 Td
+528.07175 332.67599999999953 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5487,7 +5403,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 314.1959999999995 Td
+529.4314999999999 332.67599999999953 Td
 /F1.0 10.5 Tf
 <313239> Tj
 ET
@@ -5498,7 +5414,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 295.7159999999995 Td
+60.24 314.1959999999995 Td
 /F1.0 10.5 Tf
 <32332e342e20> Tj
 ET
@@ -5509,7 +5425,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 295.7159999999995 Td
+85.81800000000001 314.1959999999995 Td
 /F3.0 10.5 Tf
 <6f7074696f6e616c6974792829> Tj
 ET
@@ -5520,7 +5436,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.30124999999992 295.7159999999995 Td
+159.30124999999992 314.1959999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5529,7 +5445,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 295.7159999999995 Td
+528.07175 314.1959999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5538,7 +5454,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 295.7159999999995 Td
+529.4314999999999 314.1959999999995 Td
 /F1.0 10.5 Tf
 <313330> Tj
 ET
@@ -5549,7 +5465,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 277.2359999999995 Td
+60.24 295.7159999999995 Td
 /F1.0 10.5 Tf
 <32332e352e20> Tj
 ET
@@ -5560,7 +5476,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 277.2359999999995 Td
+85.81800000000001 295.7159999999995 Td
 /F3.0 10.5 Tf
 <72656765785061747465726e2829> Tj
 ET
@@ -5571,7 +5487,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-164.6457499999999 277.2359999999995 Td
+164.6457499999999 295.7159999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5580,7 +5496,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 277.2359999999995 Td
+528.07175 295.7159999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5589,7 +5505,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 277.2359999999995 Td
+529.4314999999999 295.7159999999995 Td
 /F1.0 10.5 Tf
 <313331> Tj
 ET
@@ -5600,7 +5516,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 258.75599999999946 Td
+48.24 277.2359999999995 Td
 /F1.0 10.5 Tf
 <32342e20> Tj
 ET
@@ -5611,7 +5527,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-65.3235 258.75599999999946 Td
+65.3235 277.2359999999995 Td
 /F3.0 10.5 Tf
 <40506172616d657465724c61796f7574> Tj
 ET
@@ -5622,7 +5538,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-153.95674999999994 258.75599999999946 Td
+153.95674999999994 277.2359999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5631,7 +5547,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 258.75599999999946 Td
+528.07175 277.2359999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5640,7 +5556,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 258.75599999999946 Td
+529.4314999999999 277.2359999999995 Td
 /F1.0 10.5 Tf
 <313333> Tj
 ET
@@ -5651,7 +5567,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 240.27599999999947 Td
+60.24 258.75599999999946 Td
 /F1.0 10.5 Tf
 <32342e312e20> Tj
 ET
@@ -5662,7 +5578,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 240.27599999999947 Td
+85.81800000000001 258.75599999999946 Td
 /F3.0 10.5 Tf
 <637373436c6173732829> Tj
 ET
@@ -5673,7 +5589,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.26774999999992 240.27599999999947 Td
+143.26774999999992 258.75599999999946 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5682,7 +5598,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 240.27599999999947 Td
+528.07175 258.75599999999946 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5691,7 +5607,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 240.27599999999947 Td
+529.4314999999999 258.75599999999946 Td
 /F1.0 10.5 Tf
 <313334> Tj
 ET
@@ -5702,7 +5618,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 221.79599999999948 Td
+60.24 240.27599999999947 Td
 /F1.0 10.5 Tf
 <32342e322e20> Tj
 ET
@@ -5713,7 +5629,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 221.79599999999948 Td
+85.81800000000001 240.27599999999947 Td
 /F3.0 10.5 Tf
 <64657363726962656441732829> Tj
 ET
@@ -5724,7 +5640,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.30124999999992 221.79599999999948 Td
+159.30124999999992 240.27599999999947 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5733,7 +5649,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 221.79599999999948 Td
+528.07175 240.27599999999947 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5742,7 +5658,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 221.79599999999948 Td
+529.4314999999999 240.27599999999947 Td
 /F1.0 10.5 Tf
 <313334> Tj
 ET
@@ -5753,7 +5669,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 203.3159999999995 Td
+60.24 221.79599999999948 Td
 /F1.0 10.5 Tf
 <32342e332e20> Tj
 ET
@@ -5764,7 +5680,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 203.3159999999995 Td
+85.81800000000001 221.79599999999948 Td
 /F3.0 10.5 Tf
 <6c6162656c506f736974696f6e2829> Tj
 ET
@@ -5775,7 +5691,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-169.99024999999995 203.3159999999995 Td
+169.99024999999995 221.79599999999948 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5784,7 +5700,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 203.3159999999995 Td
+528.07175 221.79599999999948 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5793,7 +5709,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 203.3159999999995 Td
+529.4314999999999 221.79599999999948 Td
 /F1.0 10.5 Tf
 <313335> Tj
 ET
@@ -5804,7 +5720,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 184.8359999999995 Td
+60.24 203.3159999999995 Td
 /F1.0 10.5 Tf
 <32342e342e20> Tj
 ET
@@ -5815,7 +5731,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 184.8359999999995 Td
+85.81800000000001 203.3159999999995 Td
 /F3.0 10.5 Tf
 <6d756c74694c696e652829> Tj
 ET
@@ -5826,7 +5742,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-148.6122499999999 184.8359999999995 Td
+148.6122499999999 203.3159999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5835,7 +5751,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 184.8359999999995 Td
+528.07175 203.3159999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5844,7 +5760,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 184.8359999999995 Td
+529.4314999999999 203.3159999999995 Td
 /F1.0 10.5 Tf
 <313336> Tj
 ET
@@ -5855,7 +5771,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 166.3559999999995 Td
+60.24 184.8359999999995 Td
 /F1.0 10.5 Tf
 <32342e352e20> Tj
 ET
@@ -5866,7 +5782,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 166.3559999999995 Td
+85.81800000000001 184.8359999999995 Td
 /F3.0 10.5 Tf
 <6e616d65642829> Tj
 ET
@@ -5877,7 +5793,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-127.23424999999992 166.3559999999995 Td
+127.23424999999992 184.8359999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5886,7 +5802,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 166.3559999999995 Td
+528.07175 184.8359999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5895,7 +5811,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 166.3559999999995 Td
+529.4314999999999 184.8359999999995 Td
 /F1.0 10.5 Tf
 <313336> Tj
 ET
@@ -5906,7 +5822,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 147.87599999999952 Td
+60.24 166.3559999999995 Td
 /F1.0 10.5 Tf
 <32342e362e20> Tj
 ET
@@ -5917,7 +5833,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 147.87599999999952 Td
+85.81800000000001 166.3559999999995 Td
 /F3.0 10.5 Tf
 <72656e646572656441734461794265666f72652829> Tj
 ET
@@ -5928,7 +5844,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.05724999999995 147.87599999999952 Td
+202.05724999999995 166.3559999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5937,7 +5853,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 147.87599999999952 Td
+528.07175 166.3559999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5946,7 +5862,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 147.87599999999952 Td
+529.4314999999999 166.3559999999995 Td
 /F1.0 10.5 Tf
 <313337> Tj
 ET
@@ -5957,7 +5873,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 129.39599999999953 Td
+60.24 147.87599999999952 Td
 /F1.0 10.5 Tf
 <32342e372e20> Tj
 ET
@@ -5968,7 +5884,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-85.81800000000001 129.39599999999953 Td
+85.81800000000001 147.87599999999952 Td
 /F3.0 10.5 Tf
 <7479706963616c4c656e6774682829> Tj
 ET
@@ -5979,7 +5895,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-169.99024999999995 129.39599999999953 Td
+169.99024999999995 147.87599999999952 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -5988,7 +5904,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 129.39599999999953 Td
+528.07175 147.87599999999952 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -5997,7 +5913,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 129.39599999999953 Td
+529.4314999999999 147.87599999999952 Td
 /F1.0 10.5 Tf
 <313338> Tj
 ET
@@ -6008,7 +5924,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 110.91599999999954 Td
+48.24 129.39599999999953 Td
 /F1.0 10.5 Tf
 <32352e20> Tj
 ET
@@ -6019,7 +5935,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-65.3235 110.91599999999954 Td
+65.3235 129.39599999999953 Td
 /F3.0 10.5 Tf
 <4050657273697374656e636543617061626c65> Tj
 ET
@@ -6030,7 +5946,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-165.0735 110.91599999999954 Td
+165.0735 129.39599999999953 Td
 /F1.0 10.5 Tf
 <2028> Tj
 ET
@@ -6041,7 +5957,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-171.42600000000002 110.91599999999954 Td
+171.42600000000002 129.39599999999953 Td
 /F3.0 10.5 Tf
 <6a617661782e6a646f> Tj
 ET
@@ -6052,7 +5968,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-218.67600000000002 110.91599999999954 Td
+218.67600000000002 129.39599999999953 Td
 /F1.0 10.5 Tf
 <29> Tj
 ET
@@ -6063,7 +5979,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-223.43524999999994 110.91599999999954 Td
+223.43524999999994 129.39599999999953 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -6072,7 +5988,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 110.91599999999954 Td
+528.07175 129.39599999999953 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -6081,7 +5997,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-529.4314999999999 110.91599999999954 Td
+529.4314999999999 129.39599999999953 Td
 /F1.0 10.5 Tf
 <313339> Tj
 ET
@@ -6092,7 +6008,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 92.43599999999955 Td
+60.24 110.91599999999954 Td
 /F1.0 10.5 Tf
 <32352e312e204578616d706c6573> Tj
 ET
@@ -6103,7 +6019,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-137.92324999999994 92.43599999999955 Td
+137.92324999999994 110.91599999999954 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -6112,7 +6028,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-528.07175 92.43599999999955 Td
+528.07175 110.91599999999954 Td
 

<TRUNCATED>

[39/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/rgcfg/rgcfg.html
----------------------------------------------------------------------
diff --git a/content/guides/rgcfg/rgcfg.html b/content/guides/rgcfg/rgcfg.html
index 667ec17..b8f4ac4 100644
--- a/content/guides/rgcfg/rgcfg.html
+++ b/content/guides/rgcfg/rgcfg.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -1534,7 +1535,7 @@ table.CodeRay td.code>pre{padding:0}
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
-               <p>Comma separated list of key:value pairs, where the key is a regex matching action names (eg <code>delete.*</code>) and the value is a <a href="http://getbootstrap.com/css/">Bootstrap</a> CSS button class (eg <code>btn-warning) to be applied (as per `@CssClass()</code>) to all action members matching the regex.<br></p> 
+               <p>Comma separated list of key:value pairs, where the key is a regex matching action names (eg <code>delete.*</code>) and the value is a <a href="http://getbootstrap.com/css/">Bootstrap</a> CSS button class (eg <code>btn-warning) to be applied (as per `@PropertyLayout(cssClass=…​)</code> etc) to all action members matching the regex.<br></p> 
               </div> 
               <div class="paragraph"> 
                <p>See <a href="../ugfun/ugfun.html#_ugfun_ui-hints_action-icons-and-css">UI hints</a> for more details.</p> 
@@ -1552,7 +1553,7 @@ table.CodeRay td.code>pre{padding:0}
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
-               <p>Comma separated list of key:value pairs, where the key is a regex matching action names (eg <code>create.*</code>) and the value is a <a href="http://fortawesome.github.io/Font-Awesome/icons/">font-awesome</a> icon name (eg <code>fa-plus</code>) to be applied (as per <code>@CssClassFa()</code>) to all action members matching the regex.<br></p> 
+               <p>Comma separated list of key:value pairs, where the key is a regex matching action names (eg <code>create.*</code>) and the value is a <a href="http://fortawesome.github.io/Font-Awesome/icons/">font-awesome</a> icon name (eg <code>fa-plus</code>) to be applied (as per <code>@Propertyayout(cssClassFa=…​)</code> etc) to all action members matching the regex.<br></p> 
               </div> 
               <div class="paragraph"> 
                <p>See <a href="../ugfun/ugfun.html#_ugfun_ui-hints_action-icons-and-css">UI hints</a> for more details.</p> 


[15/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/help.html
----------------------------------------------------------------------
diff --git a/content/help.html b/content/help.html
index 93715d8..c81a7e3 100644
--- a/content/help.html
+++ b/content/help.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="./help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index f70bd89..53e9685 100644
--- a/content/index.html
+++ b/content/index.html
@@ -744,31 +744,31 @@ mvn archetype:generate  \
          <div class="tutorial-carousel">
 
           <div>
-           <img src="images/index-screenshots/010-sign-in.png"></img>
+           <img src="images/index-screenshots/010-sign-in.png"/>
           </div>
           <div>
-           <img src="images/index-screenshots/020-object-layout.png"></img>
+           <img src="images/index-screenshots/020-object-layout.png"/>
           </div>
           <div>
-           <img src="images/index-screenshots/030-declarative-business-rules.png"></img>
+           <img src="images/index-screenshots/030-declarative-business-rules.png"/>
           </div>
           <div>
-           <img src="images/index-screenshots/040-imperative-business-rules.png"></img>
+           <img src="images/index-screenshots/040-imperative-business-rules.png"/>
           </div>
           <div>
-           <img src="images/index-screenshots/050-action-with-args.png"></img>
+           <img src="images/index-screenshots/050-action-with-args.png"/>
           </div>
           <div>
-           <img src="images/index-screenshots/060-action-with-args-autocomplete.png"></img>
+           <img src="images/index-screenshots/060-action-with-args-autocomplete.png"/>
           </div>
           <div>
-           <img src="images/index-screenshots/070-jdo.png"></img>
+           <img src="images/index-screenshots/070-jdo.png"/>
           </div>
           <div>
-           <img src="images/index-screenshots/080-rest-api.png"></img>
+           <img src="images/index-screenshots/080-rest-api.png"/>
           </div>
           <div>
-           <img src="images/index-screenshots/090-integtesting.png"></img>
+           <img src="images/index-screenshots/090-integtesting.png"/>
           </div>
          </div>
          <div>


[07/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/guides/cgcom/cgcom.html
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/guides/cgcom/cgcom.html b/content/versions/1.16.2/guides/cgcom/cgcom.html
index 1ce879b..1ed3331 100644
--- a/content/versions/1.16.2/guides/cgcom/cgcom.html
+++ b/content/versions/1.16.2/guides/cgcom/cgcom.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -662,14 +663,13 @@ git checkout master &amp;&amp; git merge --no-ff ISIS-1162_pr-31 &amp;&amp; git
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="bash">cd core
-export ISISTMP=/c/tmp                               <i class="conum" data-value="1"></i><b>(1)</b>
-export ISISDEV=2.1.0-SNAPSHOT
-export ISISREL=2.0.0
+           <pre class="CodeRay highlight"><code data-lang="bash">export ISISTMP=/c/tmp                               <i class="conum" data-value="1"></i><b>(1)</b>
+export ISISDEV=1.16.3-SNAPSHOT
+export ISISREL=1.16.3
 export ISISRC=RC1
 export ISISBRANCH=release-$ISISREL-$ISISRC
 export ISISJIRA=ISIS-9999                           <i class="conum" data-value="2"></i><b>(2)</b>
-export CATALINA_HOME=/c/java/apache-tomcat-8.0.30   <i class="conum" data-value="3"></i><b>(3)</b>
+export CATALINA_HOME=/c/java/apache-tomcat-9.0.10   <i class="conum" data-value="3"></i><b>(3)</b>
 
 env | grep ISIS | sort</code></pre> 
           </div> 
@@ -702,10 +702,7 @@ env | grep ISIS | sort</code></pre>
              <td class="icon"> <i class="fa icon-important" title="Important"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>Note that the branch name is <strong>not</strong> the same any of the eventual tag names (eg <code>isis-2.0.0</code> or <code>simpleapp-archetype-2.0.0</code>).</p> 
-              </div> 
-              <div class="paragraph"> 
-               <p>If they did have the same name, then what would happen is that the <code>maven-release-plugin</code> would checkout the (HEAD of the) branch and thus upload a SNAPSHOT to the snapshot repository. What it should of course do is checkout the tag and then upload that to the release staging repository.</p> 
+               <p>Note that the branch name is intentionally <strong>not</strong> the same any of the eventual tag names (eg <code>isis-1.16.3</code> or <code>simpleapp-archetype-1.16.3</code>).</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -725,19 +722,19 @@ git checkout -b $ISISBRANCH</code></pre>
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>All release preparation is done locally; if we are successful, this branch will be merged back into master.</p> 
+          <p>The release is performed on a branch; if we are successful, this branch will be merged back into master.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>Double check that the version number of the parent pom should reflect the branch name that you are now on (with a <code>-SNAPSHOT</code> suffix). his will normally have been done already during earlier development; but confirm that it has been updated. If it has not, make the change.</p> 
+          <p>Double check that the version number of the parent pom should reflect the branch name that you are now on (with a <code>-SNAPSHOT</code> suffix). This will normally have been done already during earlier development; but confirm that it has been updated. If it has not, make the change.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>Double check that the version number of the core POM (<code>core/pom.xml</code>) should reflect the branch name that you are now on. For example, if releasing version <code>2.0.0</code>, the POM should read:</p> 
+          <p>Double check that the version number of the core POM (<code>core/pom.xml</code>) should reflect the branch name that you are now on. For example, if releasing version <code>1.16.3</code>, the POM should read:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
            <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;groupId&gt;</span>org.apache.isis.core<span class="tag">&lt;/groupId&gt;</span>
 <span class="tag">&lt;artifactId&gt;</span>isis<span class="tag">&lt;/artifactId&gt;</span>
-<span class="tag">&lt;version&gt;</span>2.0.0-SNAPSHOT<span class="tag">&lt;/version&gt;</span></code></pre> 
+<span class="tag">&lt;version&gt;</span>1.16.3-SNAPSHOT<span class="tag">&lt;/version&gt;</span></code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
@@ -766,7 +763,41 @@ git checkout -b $ISISBRANCH</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__cgcom_cutting-a-release_releasing-core">4.4. Releasing Core</h3> 
+         <h3 id="__cgcom_cutting-a-release_bump-revision-to-ISISREL">4.4. Bump <code>revision</code> property to <code>$ISISREL</code></h3> 
+         <div class="paragraph"> 
+          <p>Previously we used the <code>maven-release-plugin</code> which took responsibility for bumping the <code>&lt;version&gt;</code> from -SNAPSHOT to release, and then onto the next -SNAPSHOT. However, this plugin does not seem to be compatible with the support for <code>${revision}</code> property introduced in Maven 3.5.0 in order <a href="https://maven.apache.org/maven-ci-friendly.html">to support CI/CD use cases</a>; at least we couldn’t make it work.</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>So, instead, we perform the edit of ${revision}` manually before.</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>In the three <code>pom.xml</code> files (for <code>core</code> and the two archetypes) the property is defined:</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;properties&gt;</span>
+    <span class="tag">&lt;revision&gt;</span>1.16.3-SNAPSHOT<span class="tag">&lt;/revision&gt;</span>
+    ...
+<span class="tag">&lt;/properties&gt;</span></code></pre> 
+          </div> 
+         </div> 
+         <div class="paragraph"> 
+          <p>Change all of these to the release version, using:</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre class="CodeRay highlight"><code data-lang="bash">sed -i -E "s|&lt;revision&gt;[^&lt;]+&lt;|&lt;revision&gt;${ISISREL}&lt;|g" core/pom.xml
+sed -i -E "s|&lt;revision&gt;[^&lt;]+&lt;|&lt;revision&gt;${ISISREL}&lt;|g" example/application/simpleapp/pom.xml
+sed -i -E "s|&lt;revision&gt;[^&lt;]+&lt;|&lt;revision&gt;${ISISREL}&lt;|g" example/application/helloworld/pom.xml
+git commit -am "${ISISJIRA}: bumps revision property across all pom.xml's to ${ISISREL}"</code></pre> 
+          </div> 
+         </div> 
+         <div class="paragraph"> 
+          <p>After release, there is a <a href="#__cgcom_cutting-a-release_bump-revision-to-ISISDEV">similar step at the end</a> to update to the next development <code>SNAPSHOT</code>.</p> 
+         </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="__cgcom_cutting-a-release_releasing-core">4.5. Releasing Core</h3> 
          <div class="paragraph"> 
           <p>First, we release <code>core</code>. Switch to the appropriate directory:</p> 
          </div> 
@@ -776,7 +807,7 @@ git checkout -b $ISISBRANCH</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_set-environment-variables">4.4.1. Set environment variables</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-core_set-environment-variables">4.5.1. Set environment variables</h4> 
           <div class="paragraph"> 
            <p>Set additional environment variables for the core "artifact":</p> 
           </div> 
@@ -790,7 +821,7 @@ env | grep ISIS | sort</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_license-headers">4.4.2. License headers</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-core_license-headers">4.5.2. License headers</h4> 
           <div class="paragraph"> 
            <p>The Apache Release Audit Tool <code>RAT</code> (from the <a href="http://creadur.apache.org">Apache Creadur</a> project) checks for missing license header files. The parent <code>pom.xml</code> of each releasable module specifies the RAT Maven plugin, with a number of custom exclusions.</p> 
           </div> 
@@ -836,7 +867,7 @@ for a in `find . -name rat.txt -print`; do grep '!???' $a; done</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_missing-license-check">4.4.3. Missing License Check</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-core_missing-license-check">4.5.3. Missing License Check</h4> 
           <div class="paragraph"> 
            <p>Although Apache Isis has no dependencies on artifacts with incompatible licenses, the POMs for some of these dependencies (in the Maven central repo) do not necessarily contain the required license information. Without appropriate additional configuration, this would result in the generated <code>DEPENDENCIES</code> file and generated Maven site indicating dependencies as having "unknown" licenses.</p> 
           </div> 
@@ -875,7 +906,7 @@ licenses to remove from supplemental-models.xml (are spurious):
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_commit-changes">4.4.4. Commit changes</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-core_commit-changes">4.5.4. Commit changes</h4> 
           <div class="paragraph"> 
            <p>Commit any changes from the preceding steps:</p> 
           </div> 
@@ -886,7 +917,7 @@ licenses to remove from supplemental-models.xml (are spurious):
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_sanity-check">4.4.5. Sanity check</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-core_sanity-check">4.5.5. Sanity check</h4> 
           <div class="paragraph"> 
            <p>Perform one last sanity check on the codebase. Delete all Isis artifacts from your local Maven repo, then build using the <code>-o</code> offline flag:</p> 
           </div> 
@@ -898,51 +929,202 @@ mvn clean install -o</code></pre>
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_release-prepare-dry-run">4.4.6. Release prepare "dry run"</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-core_deploy">4.5.6. Deploy</h4> 
+          <div class="paragraph"> 
+           <p>Previously the release procedures used <code>mvn release:prepare</code> and <code>mvn release:perform</code>. These are however not compatible with <code>${revision}</code> that we now use <a href="https://maven.apache.org/maven-ci-friendly.html">for CI/CD</a>.</p> 
+          </div> 
           <div class="paragraph"> 
-           <p>Most of the work is done using the <code>mvn release:prepare</code> 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.</p> 
+           <p>We therefore just use <code>mvn deploy</code> directly, activating the (inherited) <code>apache-release</code> profile that, amongst other things, brings in the <code>gpg</code> plugin for code signing.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>Run the dry-run as follows:</p> 
+           <p>To build and deploy and tag, we use:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">mvn release:prepare -P apache-release -D dryRun=true \
-    -DreleaseVersion=$ISISREL \
-    -Dtag=$ISISART-$ISISREL \
-    -DdevelopmentVersion=$ISISDEV</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">mvn -P apache-release \
+    clean deploy      \
+    -Dgit \
+    -Dgpg.passphrase="this is not really my passphrase"
+
+git tag $ISISART-$ISISREL
+git tag $ISISART-$ISISREL-$ISISRC</code></pre> 
            </div> 
           </div> 
           <div class="paragraph"> 
-           <p>You may be prompted for the gpg passphrase.</p> 
+           <p>using your own GPG passphrase, of course.</p> 
           </div> 
-          <div class="admonitionblock note"> 
+          <div class="admonitionblock important"> 
            <table> 
             <tbody>
              <tr> 
-              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
+              <td class="icon"> <i class="fa icon-important" title="Important"></i> </td> 
               <td class="content"> 
                <div class="paragraph"> 
-                <p>Experiments in using <code>--batch-mode -Dgpg.passphrase="…​"</code> to fully automate this didn’t work; for more info, see <a href="http://maven.apache.org/plugins/maven-gpg-plugin/sign-mojo.html">here</a> (maven release plugin docs) and <a href="http://maven.apache.org/maven-release/maven-release-plugin/examples/non-interactive-release.html">here</a> (maven gpg plugin docs).</p> 
+                <p>This requires <code>gpg</code> v2.1 or later.</p> 
                </div> </td> 
              </tr> 
             </tbody>
            </table> 
           </div> 
          </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="__cgcom_cutting-a-release_releasing-the-simpleapp-archetype">4.6. Releasing <code>simpleapp</code> archetype</h3> 
+         <div class="paragraph"> 
+          <p>The Apache Isis archetypes are reverse engineered from example applications. Once reverse engineered, the source is checked into git (replacing any earlier version of the archetype) and released.</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>There are currently two archetypes, <code>simpleapp</code> and <code>helloworld</code>. In this section we release <code>simpleapp</code>, in the following <a href="#__cgcom_cutting-a-release_releasing-the-helloworld-archetype">section</a> we release <code>helloworld</code>.</p> 
+         </div> 
+         <div class="admonitionblock note"> 
+          <table> 
+           <tbody>
+            <tr> 
+             <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
+             <td class="content"> 
+              <div class="paragraph"> 
+               <p>If releasing using Windows and Maven &gt;= 3.3.3, then there is an issue that requires a small workaround.</p> 
+              </div> 
+              <div class="paragraph"> 
+               <p>In Maven 3.3.3 the <code>mvn.bat</code> file was removed, replaced instead with <code>mvn.cmd</code>. However, <code>maven-archetype-plugin:2.4</code> only uses <code>mvn.bat</code>; this causes the <code>archetype:create-from-project</code> goal to fail. The fix is simple: just copy <code>mvn.cmd</code> to <code>mvn.bat</code>.</p> 
+              </div> </td> 
+            </tr> 
+           </tbody>
+          </table> 
+         </div> 
+         <div class="paragraph"> 
+          <p>Switch to the directory containing the <code>simpleapp</code> example:</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre class="CodeRay highlight"><code data-lang="bash">cd ../example/application/simpleapp</code></pre> 
+          </div> 
+         </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_release-prepare-proper">4.4.7. Release prepare "proper"</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-simpleapp-archetype_setup-environment-variables">4.6.1. Setup environment variables</h4> 
           <div class="paragraph"> 
-           <p>Assuming this completes successfully, re-run the command, but without the <code>dryRun</code> flag and specifying <code>resume=false</code> (to ignore the generated <code>release.properties</code> file that gets generated as a side-effect of using <code>git</code>). You can also set the <code>skipTests</code> flag since they would have been run during the previous dry run:</p> 
+           <p>Set additional environment variables for the <code>simpleapp-archetype</code> artifact:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">mvn release:prepare -P apache-release -D resume=false -DskipTests=true \
-        -DreleaseVersion=$ISISREL \
-        -Dtag=$ISISART-$ISISREL \
-        -DdevelopmentVersion=$ISISDEV</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">export ISISART=simpleapp-archetype
+export ISISPAR=$ISISREL                 <i class="conum" data-value="1"></i><b>(1)</b>
+
+export ISISCPT=$(echo $ISISART | cut -d- -f2)
+export ISISCPN=$(echo $ISISART | cut -d- -f1)
+
+env | grep ISIS | sort</code></pre> 
            </div> 
           </div> 
+          <div class="colist arabic"> 
+           <table> 
+            <tbody>
+             <tr> 
+              <td><i class="conum" data-value="1"></i><b>1</b></td> 
+              <td><code>$ISISPAR</code> is the version of the Apache Isis core that will act as the archetype’s parent. Usually this is the same as <code>$ISISREL</code>.</td> 
+             </tr> 
+            </tbody>
+           </table> 
+          </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-simpleapp-archetype_check-the-example-app">4.6.2. Check the example app</h4> 
+          <div class="paragraph"> 
+           <p>Double check that the app:</p> 
+          </div> 
+          <div class="ulist"> 
+           <ul> 
+            <li> <p>builds:</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">mvn clean install</code></pre> 
+              </div> 
+             </div> </li> 
+            <li> <p>can be run from an IDE</p> 
+             <div class="ulist"> 
+              <ul> 
+               <li> <p>mainClass=<code>org.apache.isis.WebServer</code></p> </li> 
+               <li> <p>args=<code>-m domainapp.application.manifest.DomainAppAppManifestWithFixtures</code></p> </li> 
+               <li> <p>run before: <code>mvn -pl module-simple datanucleus:enhance -o</code> in the root module</p> </li> 
+              </ul> 
+             </div> </li> 
+            <li> <p>can be run using the mvn jetty plugin:</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">mvn -pl webapp jetty:run</code></pre> 
+              </div> 
+             </div> </li> 
+            <li> <p>can be packaged and run using the mvn jetty-console plugin:</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">mvn install -Dmavenmixin-jettyconsole
+mvn antrun:run -Dmavenmixin-jettyconsole</code></pre> 
+              </div> 
+             </div> </li> 
+            <li> <p>can be deployed as a WAR</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">cp webapp/target/simpleapp.war $CATALINA_HOME/webapps/ROOT.war
+pushd $CATALINA_HOME/bin
+sh startup.sh
+tail -f ../logs/catalina.out</code></pre> 
+              </div> 
+             </div> 
+             <div class="paragraph"> 
+              <p>quit using:</p> 
+             </div> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">sh shutdown.sh
+popd</code></pre> 
+              </div> 
+             </div> </li> 
+            <li> <p>can be packaged and run using Docker:</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">mvn install -Dmavenmixin-docker -D docker-plugin.imageName=test/simpleapp
+docker container run -p 8080:8080 --name simpleapp -d test/simpleapp
+
+#winpty docker exec -it simpleapp bash</code></pre> 
+              </div> 
+             </div> 
+             <div class="admonitionblock note"> 
+              <table> 
+               <tbody>
+                <tr> 
+                 <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
+                 <td class="content"> 
+                  <div class="paragraph"> 
+                   <p>On Windows, make sure that Docker is first switched to using linux containers, not Windows containers (because the <code>Dockerfile</code> in the application references a linux base image).</p> 
+                  </div> 
+                  <div class="paragraph"> 
+                   <p>You may also need to enable the Docker daemon first, otherwise the "mvn install" command above will fail:</p> 
+                  </div> 
+                  <div class="imageblock"> 
+                   <div class="content"> 
+                    <a class="image" href="images/docker/docker-daemon.png"><img src="images/docker/docker-daemon.png" alt="docker daemon" width="600px"></a> 
+                   </div> 
+                  </div> 
+                  <div class="paragraph"> 
+                   <p>You might also need to ensure that the "Unidentified networks" are configured to be private:</p> 
+                  </div> 
+                  <div class="imageblock"> 
+                   <div class="content"> 
+                    <a class="image" href="images/docker/026-docker-nat-private.png"><img src="images/docker/026-docker-nat-private.png" alt="026 docker nat private" width="600px"></a> 
+                   </div> 
+                  </div> 
+                  <div class="paragraph"> 
+                   <p>This can be done using the "Local Security Policy" application.</p> 
+                  </div> </td> 
+                </tr> 
+               </tbody>
+              </table> 
+             </div> </li> 
+           </ul> 
+          </div> 
+          <div class="paragraph"> 
+           <p>This too should be accessed at <a href="http://localhost:8080">localhost:8080</a>.</p> 
+          </div> 
           <div class="admonitionblock tip"> 
            <table> 
             <tbody>
@@ -950,560 +1132,267 @@ mvn clean install -o</code></pre>
               <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> 
               <td class="content"> 
                <div class="paragraph"> 
-                <p>If there are any snags at this stage, then explicitly delete the generated <code>release.properties</code> file first before trying again.</p> 
+                <p>The Kitematic UI tool is handy for viewing and interacting with running containers.</p> 
                </div> </td> 
              </tr> 
             </tbody>
            </table> 
           </div> 
+          <div class="paragraph"> 
+           <p>To tidy up, kill and remove the container:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">docker container kill simpleapp
+docker container rm simpleapp</code></pre> 
+           </div> 
+          </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_post-prepare-sanity-check">4.4.8. Post-prepare sanity check</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-simpleapp-archetype_create-the-archetype">4.6.3. Recreate the archetype</h4> 
           <div class="paragraph"> 
-           <p>You should end up with artifacts in your local repo with the new version (eg <code>2.0.0-M1</code>). This is a good time to do some quick sanity checks; nothing has yet been uploaded:</p> 
+           <p>Make sure you are in the correct directory and environment variables are correct.</p> 
           </div> 
-          <div class="ulist"> 
-           <ul> 
-            <li> <p>unzip the source-release ZIP and check it builds.</p> </li> 
-            <li> <p>Inspect the <code>DEPENDENCIES</code> file, and check it looks correct.</p> </li> 
-           </ul> 
+          <div class="paragraph"> 
+           <p>To recreate the <strong>simpleapp</strong> archetype, first ensure in the correct directory:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">cd example/application/simpleapp
+env | grep ISIS | sort</code></pre> 
+           </div> 
           </div> 
           <div class="paragraph"> 
-           <p>These steps can be performed using the following script:</p> 
+           <p>Then, run the script (which also builds the archetype once generated) and switch to the archetype’s directory:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code>rm -rf $ISISTMP/$ISISART-$ISISREL
-mkdir $ISISTMP/$ISISART-$ISISREL
-
-if [ "$ISISCOR" == "Y" ]; then
-    ZIPDIR="$M2_REPO/repository/org/apache/isis/core/$ISISART/$ISISREL"
-else
-    ZIPDIR="$M2_REPO/repository/org/apache/isis/$ISISCPT/$ISISART/$ISISREL"
-fi
-echo "cp \"$ZIPDIR/$ISISART-$ISISREL-source-release.zip\" $ISISTMP/$ISISART-$ISISREL/."
-cp "$ZIPDIR/$ISISART-$ISISREL-source-release.zip" $ISISTMP/$ISISART-$ISISREL/.
-
-pushd $ISISTMP/$ISISART-$ISISREL
-unzip $ISISART-$ISISREL-source-release.zip
-
-cd $ISISART-$ISISREL
-mvn clean install
-
-cat DEPENDENCIES
-
-popd</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">sh ../../../scripts/recreate-archetype.sh $ISISJIRA
+cd `pwd|sed 's/application/archetype/'`</code></pre> 
            </div> 
           </div> 
+          <div class="paragraph"> 
+           <p>The script automatically commits changes; if you wish use <code>git log</code> and <code>git diff</code> (or a tool such as SourceTree) to review changes made.</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-core_release-perform-upload">4.4.9. Release perform (Upload)</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-simpleapp-archetype_sanity-check">4.6.4. Sanity check</h4> 
           <div class="paragraph"> 
-           <p>Once the release has been built locally, it should be uploaded for voting. This is done by deploying the Maven artifacts to a staging directory (this includes the source release ZIP file which will be voted upon).</p> 
+           <p><em>In a different session</em>, create a new app from the archetype. First set up environment variables:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">export ISISTMP=/c/tmp    # or as required
+export ISISCPN=simpleapp
+env | grep ISIS | sort</code></pre> 
+           </div> 
           </div> 
           <div class="paragraph"> 
-           <p>The Apache staging repository runs on Nexus server, hosted at <a href="https://repository.apache.org">repository.apache.org</a>. The process of uploading will create a staging repository that is associated with the host (IP address) performing the release. Once the repository is staged, the newly created staging repository is "closed" in order to make it available to others.</p> 
+           <p>Then generate a new app from the archetype:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">rm -rf $ISISTMP/test-$ISISCPN
+
+mkdir $ISISTMP/test-$ISISCPN
+cd $ISISTMP/test-$ISISCPN
+mvn archetype:generate  \
+    -D archetypeCatalog=local \
+    -D groupId=com.mycompany \
+    -D artifactId=myapp \
+    -D archetypeGroupId=org.apache.isis.archetype \
+    -D archetypeArtifactId=$ISISCPN-archetype</code></pre> 
+           </div> 
           </div> 
           <div class="paragraph"> 
-           <p>Use:</p> 
+           <p>Build the newly generated app and test:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">mvn release:perform -P apache-release \
-    -DworkingDirectory=$ISISTMP/$ISISART-$ISISREL/checkout</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">cd myapp
+mvn clean install -o
+mvn -pl webapp jetty:run              # runs as mvn jetty plugin</code></pre> 
            </div> 
           </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-simpleapp-archetype_deploy">4.6.5. Deploy</h4> 
+          <div class="paragraph"> 
+           <p>Back in the original session, we upload (deploy) the archetype to the staging repository.</p> 
+          </div> 
+          <div class="admonitionblock note"> 
+           <table> 
+            <tbody>
+             <tr> 
+              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
+              <td class="content"> 
+               <div class="paragraph"> 
+                <p>Previously we used <code>mvn release:prepare</code> and <code>mvn release:perform</code> to do this. However not compatible with <code>${revision}</code> that we now use <a href="https://maven.apache.org/maven-ci-friendly.html">for CI/CD</a>. We therefore now just use <code>mvn deploy</code> directly, activating the (inherited) <code>apache-release</code> profile that, amongst other things, brings in the <code>gpg</code> plugin for code signing.</p> 
+               </div> </td> 
+             </tr> 
+            </tbody>
+           </table> 
+          </div> 
           <div class="paragraph"> 
-           <p>The custom <code>workingDirectory</code> prevents file path issues if releasing on Windows. The command checks out the codebase from the tag, then builds the artifacts, then uploads them to the Apache staging repository:</p> 
+           <p>To build and deploy and tag, we use:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">...
-[INFO] --- maven-release-plugin:2.3.2:perform (default-cli) @ isis ---
-[INFO] Performing a LOCAL checkout from scm:git:file:///C:\APACHE\isis-git-rw\co
-re
-[INFO] Checking out the project to perform the release ...
-[INFO] Executing: cmd.exe /X /C "git clone --branch release-2.0.0-M1 file:///C:\APACHE\isis-git-rw\core C:\APACHE\isis-git-rw\core\target\checkout"
-[INFO] Working directory: C:\APACHE\isis-git-rw\core\target
-[INFO] Performing a LOCAL checkout from scm:git:file:///C:\APACHE\isis-git-rw
-[INFO] Checking out the project to perform the release ...
-[INFO] Executing: cmd.exe /X /C "git clone --branch release-2.0.0-M1 file:///C:\APACHE\isis-git-rw C:\APACHE\isis-git-rw\core\target\checkout"
-[INFO] Working directory: C:\APACHE\isis-git-rw\core\target
-[INFO] Executing: cmd.exe /X /C "git ls-remote file:///C:\APACHE\isis-git-rw"
-[INFO] Working directory: C:\Users\ADMINI~1\AppData\Local\Temp
-[INFO] Executing: cmd.exe /X /C "git fetch file:///C:\APACHE\isis-git-rw"
-[INFO] Working directory: C:\APACHE\isis-git-rw\core\target\checkout
-[INFO] Executing: cmd.exe /X /C "git checkout release-2.0.0-M1"
-[INFO] Working directory: C:\APACHE\isis-git-rw\core\target\checkout
-[INFO] Executing: cmd.exe /X /C "git ls-files"
-[INFO] Working directory: C:\APACHE\isis-git-rw\core\target\checkout
-[INFO] Invoking perform goals in directory C:\APACHE\isis-git-rw\core\target\checkout\core
-[INFO] Executing goals 'deploy'...
-...</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">mvn -P apache-release \
+    clean deploy      \
+    -Dgpg.passphrase="this is not really my passphrase"
+
+git tag $ISISART-$ISISREL
+git tag $ISISART-$ISISREL-$ISISRC</code></pre> 
            </div> 
           </div> 
           <div class="paragraph"> 
-           <p>You may (again) be prompted for gpg passphrase. All being well this command will complete successfully. Given that it is uploading code artifacts, it could take a while to complete.</p> 
+           <p>using your own GPG passphrase, of course.</p> 
+          </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>This requires <code>gpg</code> v2.1 or later.</p> 
+               </div> </td> 
+             </tr> 
+            </tbody>
+           </table> 
           </div> 
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__cgcom_cutting-a-release_releasing-the-archetypes">4.5. Releasing the Archetypes</h3> 
+         <h3 id="__cgcom_cutting-a-release_releasing-the-helloworld-archetype">4.7. Releasing <code>helloworld</code> archetype</h3> 
          <div class="paragraph"> 
-          <p>Apache Isis archetypes are reverse engineered from example applications. Once reverse engineered, the source is checked into git (replacing any earlier version of the archetype) and released.</p> 
+          <p>We now repeat the archetype release procedure, this time for the <code>helloworld</code> example app.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>There are currently two archetypes, <code>simpleapp</code> and <code>helloworld</code>.</p> 
+          <p>Start by switching to the directory containing the <code>helloworld</code> example:</p> 
          </div> 
-         <div class="admonitionblock note"> 
-          <table> 
-           <tbody>
-            <tr> 
-             <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-             <td class="content"> 
-              <div class="paragraph"> 
-               <p>If releasing using Windows and Maven &gt;= 3.3.3, then there is an issue that requires a small workaround.</p> 
-              </div> 
-              <div class="paragraph"> 
-               <p>In Maven 3.3.3 the <code>mvn.bat</code> file was removed, replaced instead with <code>mvn.cmd</code>. However, <code>maven-archetype-plugin:2.4</code> only uses <code>mvn.bat</code>; this causes the <code>archetype:create-from-project</code> goal to fail. The fix is simple: just copy <code>mvn.cmd</code> to <code>mvn.bat</code>.</p> 
-              </div> </td> 
-            </tr> 
-           </tbody>
-          </table> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre class="CodeRay highlight"><code data-lang="bash">cd ../../../example/application/helloworld</code></pre> 
+          </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-the-archetypes_simpleapp_setup-environment-variables">4.5.1. Releasing <code>simpleapp</code> archetype</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-helloworld-archetype_setup-environment-variables">4.7.1. Setup environment variables</h4> 
           <div class="paragraph"> 
-           <p>Switch to the directory containing the <code>simpleapp</code> example:</p> 
+           <p>Update additional environment variables for the <code>helloworld-archetype</code> artifact:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">cd ../example/application/simpleapp</code></pre> 
-           </div> 
-          </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_simpleapp_setup-environment-variables">Setup environment variables</h5> 
-           <div class="paragraph"> 
-            <p>Set additional environment variables for the <code>simpleapp-archetype</code> artifact:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">export ISISART=simpleapp-archetype
-export ISISPAR=$ISISREL                 <i class="conum" data-value="1"></i><b>(1)</b>
+            <pre class="CodeRay highlight"><code data-lang="bash">export ISISART=helloworld-archetype
+export ISISPAR=$ISISREL
 
 export ISISCPT=$(echo $ISISART | cut -d- -f2)
 export ISISCPN=$(echo $ISISART | cut -d- -f1)
 
 env | grep ISIS | sort</code></pre> 
-            </div> 
-           </div> 
-           <div class="colist arabic"> 
-            <table> 
-             <tbody>
-              <tr> 
-               <td><i class="conum" data-value="1"></i><b>1</b></td> 
-               <td><code>$ISISPAR</code> is the version of the Apache Isis core that will act as the archetype’s parent. Usually this is the same as <code>$ISISREL</code>.</td> 
-              </tr> 
-             </tbody>
-            </table> 
-           </div> 
-          </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_simpleapp_check-the-example-app">Check the example app</h5> 
-           <div class="paragraph"> 
-            <p>Update the parent <code>pom.xml</code> to reference the <em>released</em> version of Apache Isis core, eg:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;properties&gt;</span>
-    <span class="tag">&lt;isis.version&gt;</span>2.0.0-M1<span class="tag">&lt;/isis.version&gt;</span>
-    ...
-<span class="tag">&lt;/properties&gt;</span></code></pre> 
-            </div> 
-           </div> 
-           <div class="admonitionblock note"> 
-            <table> 
-             <tbody>
-              <tr> 
-               <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-               <td class="content"> 
-                <div class="paragraph"> 
-                 <p>Previously at this point we used to check for and fix any missing license header notices; however it doesn’t make sense for the archetype to include the Apache rat-plugin, so this has been removed.</p> 
-                </div> </td> 
-              </tr> 
-             </tbody>
-            </table> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Finally, double check that the app</p> 
-           </div> 
-           <div class="ulist"> 
-            <ul> 
-             <li> <p>builds:</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">mvn clean install</code></pre> 
-               </div> 
-              </div> </li> 
-             <li> <p>can be run from an IDE</p> 
-              <div class="ulist"> 
-               <ul> 
-                <li> <p>mainClass=<code>org.apache.isis.WebServer</code></p> </li> 
-                <li> <p>args=<code>-m domainapp.application.manifest.DomainAppAppManifestWithFixtures</code></p> </li> 
-                <li> <p>run before: <code>mvn -pl module-simple datanucleus:enhance -o</code> in the root module</p> </li> 
-               </ul> 
-              </div> </li> 
-             <li> <p>can be run using the mvn jetty plugin:</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">mvn -pl webapp jetty:run</code></pre> 
-               </div> 
-              </div> </li> 
-             <li> <p>can be packaged and run using the mvn jetty-console plugin:</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">mvn install -Dmavenmixin-jettyconsole
-mvn antrun:run -Dmavenmixin-jettyconsole</code></pre> 
-               </div> 
-              </div> </li> 
-             <li> <p>can be deployed as a WAR</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">cp webapp/target/simpleapp.war $CATALINA_HOME/webapps/ROOT.war
-pushd $CATALINA_HOME/bin
-sh startup.sh
-tail -f ../logs/catalina.out</code></pre> 
-               </div> 
-              </div> 
-              <div class="paragraph"> 
-               <p>quit using:</p> 
-              </div> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">sh shutdown.sh
-popd</code></pre> 
-               </div> 
-              </div> </li> 
-             <li> <p>can be packaged and run using Docker:</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">mvn install -Dmavenmixin-docker -D docker-plugin.imageName=test/simpleapp
-docker container run -p 8080:8080 -d test/simpleapp</code></pre> 
-               </div> 
-              </div> 
-              <div class="admonitionblock note"> 
-               <table> 
-                <tbody>
-                 <tr> 
-                  <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-                  <td class="content"> 
-                   <div class="paragraph"> 
-                    <p>On Windows, make sure that Docker is first switched to using linux containers, not Windows containers (because the <code>Dockerfile</code> in the application references a linux base image).</p> 
-                   </div> 
-                   <div class="paragraph"> 
-                    <p>You may also need to enable the Docker daemon first, otherwise the "mvn install" command above will fail:</p> 
-                   </div> 
-                   <div class="imageblock"> 
-                    <div class="content"> 
-                     <a class="image" href="images/docker/docker-daemon.png"><img src="images/docker/docker-daemon.png" alt="docker daemon" width="600px"></a> 
-                    </div> 
-                   </div> 
-                   <div class="paragraph"> 
-                    <p>You might also need to ensure that the "Unidentified networks" are configured to be private:</p> 
-                   </div> 
-                   <div class="imageblock"> 
-                    <div class="content"> 
-                     <a class="image" href="images/docker/026-docker-nat-private.png"><img src="images/docker/026-docker-nat-private.png" alt="026 docker nat private" width="600px"></a> 
-                    </div> 
-                   </div> 
-                   <div class="paragraph"> 
-                    <p>This can be done using the "Local Security Policy" application.</p> 
-                   </div> </td> 
-                 </tr> 
-                </tbody>
-               </table> 
-              </div> </li> 
-            </ul> 
-           </div> 
-           <div class="paragraph"> 
-            <p>This too should be accessed at <a href="http://localhost:8080">localhost:8080</a>.</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>The Kitematic UI tool is handy for viewing and interacting with running containers.</p> 
-                </div> </td> 
-              </tr> 
-             </tbody>
-            </table> 
-           </div> 
-           <div class="paragraph"> 
-            <p>In each case, check the about page and confirm has been built against non-SNAPSHOT versions of the Apache Isis jars.</p> 
-           </div> 
-          </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_simpleapp_create-the-archetype">Create the archetype</h5> 
-           <div class="paragraph"> 
-            <p>Make sure you are in the correct directory and environment variables are correct.</p> 
-           </div> 
-           <div class="paragraph"> 
-            <p>To recreate the <strong>simpleapp</strong> archetype:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">cd example/application/simpleapp
-env | grep ISIS | sort</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Then, run the script:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">sh ../../../scripts/recreate-archetype.sh $ISISJIRA</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>The script automatically commits changes; if you wish use <code>git log</code> and <code>git diff</code> (or a tool such as SourceTree) to review changes made.</p> 
            </div> 
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-the-archetypes_simpleapp_release-prepare">4.5.2. Release prepare</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-helloworld-archetype_check-the-example-app">4.7.2. Check the example app</h4> 
           <div class="paragraph"> 
-           <p>Switch to the <strong>archetype</strong> directory and execute the <code>release:prepare</code>:</p> 
+           <p>Check that the app:</p> 
           </div> 
-          <div class="listingblock"> 
-           <div class="content"> 
-            <pre class="CodeRay highlight"><code>cd ../../../example/archetype/$ISISCPN
-rm -rf $ISISTMP/checkout
-mvn release:prepare -P apache-release \
-                -DreleaseVersion=$ISISREL \
-                -DdevelopmentVersion=$ISISDEV \
-                -Dtag=$ISISART-$ISISREL</code></pre> 
-           </div> 
-          </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_simpleapp_post-prepare-sanity-check">Post-prepare sanity check</h5> 
-           <div class="paragraph"> 
-            <p>This is a good point to test the archetype; nothing has yet been uploaded.</p> 
-           </div> 
-           <div class="paragraph"> 
-            <p><em>In a different session</em>, create a new app from the archetype. First set up environment variables:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">export ISISTMP=/c/tmp    # or as required
-export ISISCPN=simpleapp
-env | grep ISIS | sort</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Then generate a new app from the archetype:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">rm -rf $ISISTMP/test-$ISISCPN
-
-mkdir $ISISTMP/test-$ISISCPN
-cd $ISISTMP/test-$ISISCPN
-mvn archetype:generate  \
-    -D archetypeCatalog=local \
-    -D groupId=com.mycompany \
-    -D artifactId=myapp \
-    -D archetypeGroupId=org.apache.isis.archetype \
-    -D archetypeArtifactId=$ISISCPN-archetype</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Build the newly generated app and test:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">cd myapp
-mvn clean install -o
-mvn -pl webapp jetty:run              # runs as mvn jetty plugin</code></pre> 
-            </div> 
-           </div> 
+          <div class="ulist"> 
+           <ul> 
+            <li> <p>builds:</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">mvn clean install</code></pre> 
+              </div> 
+             </div> </li> 
+            <li> <p>can be run from an IDE</p> 
+             <div class="ulist"> 
+              <ul> 
+               <li> <p>mainClass=<code>org.apache.isis.WebServer</code></p> </li> 
+               <li> <p>args=<code>-m domainapp.application.HelloWorldAppManifest</code></p> </li> 
+               <li> <p>run before: <code>mvn datanucleus:enhance -o</code> in the root module</p> </li> 
+              </ul> 
+             </div> </li> 
+            <li> <p>can be run using the mvn jetty plugin:</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">mvn jetty:run</code></pre> 
+              </div> 
+             </div> </li> 
+            <li> <p>can be deployed as a WAR</p> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">cp target/helloworld.war $CATALINA_HOME/webapps/ROOT.war
+pushd $CATALINA_HOME/bin
+sh startup.sh
+tail -f ../logs/catalina.out</code></pre> 
+              </div> 
+             </div> 
+             <div class="paragraph"> 
+              <p>quit using:</p> 
+             </div> 
+             <div class="listingblock"> 
+              <div class="content"> 
+               <pre class="CodeRay highlight"><code data-lang="bash">sh shutdown.sh
+popd</code></pre> 
+              </div> 
+             </div> </li> 
+           </ul> 
           </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_simplapp_release-perform-upload">Release Perform (upload)</h5> 
-           <div class="paragraph"> 
-            <p>Back in the original session (in the <strong>archetype</strong> directory, <code>example/archetype/$ISISCPN</code>), execute <code>release:perform</code>:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code>mvn release:perform -P apache-release \
-                -DworkingDirectory=$ISISTMP/checkout</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>This will upload the artifacts to the ASF Nexus repository.</p> 
-           </div> 
+          <div class="paragraph"> 
+           <p>This too should be accessed at <a href="http://localhost:8080">localhost:8080</a>.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>In each case, check the about page and confirm has been built against non-SNAPSHOT versions of the Apache Isis jars.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_setup-environment-variables">4.5.3. Releasing <code>helloworld</code> archetype</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-helloworld-archetype_create-the-archetype">4.7.3. Recreate the archetype</h4> 
           <div class="paragraph"> 
-           <p>We now repeat the procedure for the <code>helloworld</code> example app.</p> 
+           <p>Make sure you are in the correct directory and environment variables are correct.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>Start by switching to the directory containing the <code>helloworld</code> example:</p> 
+           <p>To recreate the <strong>helloworld</strong> archetype:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">cd ../../../example/application/helloworld</code></pre> 
-           </div> 
-          </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_setup-environment-variables">Setup environment variables</h5> 
-           <div class="paragraph"> 
-            <p>Update additional environment variables for the <code>helloworld-archetype</code> artifact:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">export ISISART=helloworld-archetype
-export ISISPAR=$ISISREL
-
-export ISISCPT=$(echo $ISISART | cut -d- -f2)
-export ISISCPN=$(echo $ISISART | cut -d- -f1)
-
+            <pre class="CodeRay highlight"><code data-lang="bash">cd example/application/helloworld
 env | grep ISIS | sort</code></pre> 
-            </div> 
            </div> 
           </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_check-the-example-app">Check the example app</h5> 
-           <div class="paragraph"> 
-            <p>Update the parent <code>pom.xml</code> to reference the <em>released</em> version of Apache Isis core, eg:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;properties&gt;</span>
-    <span class="tag">&lt;isis.version&gt;</span>2.0.0-M1<span class="tag">&lt;/isis.version&gt;</span>
-    ...
-<span class="tag">&lt;/properties&gt;</span></code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Finally, double check that the app</p> 
-           </div> 
-           <div class="ulist"> 
-            <ul> 
-             <li> <p>builds:</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">mvn clean install</code></pre> 
-               </div> 
-              </div> </li> 
-             <li> <p>can be run from an IDE</p> 
-              <div class="ulist"> 
-               <ul> 
-                <li> <p>mainClass=<code>org.apache.isis.WebServer</code></p> </li> 
-                <li> <p>args=<code>-m domainapp.application.HelloWorldAppManifest</code></p> </li> 
-                <li> <p>run before: <code>mvn datanucleus:enhance -o</code> in the root module</p> </li> 
-               </ul> 
-              </div> </li> 
-             <li> <p>can be run using the mvn jetty plugin:</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">mvn jetty:run</code></pre> 
-               </div> 
-              </div> </li> 
-             <li> <p>can be deployed as a WAR</p> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">cp target/helloworld.war $CATALINA_HOME/webapps/ROOT.war
-pushd $CATALINA_HOME/bin
-sh startup.sh
-tail -f ../logs/catalina.out</code></pre> 
-               </div> 
-              </div> 
-              <div class="paragraph"> 
-               <p>quit using:</p> 
-              </div> 
-              <div class="listingblock"> 
-               <div class="content"> 
-                <pre class="CodeRay highlight"><code data-lang="bash">sh shutdown.sh
-popd</code></pre> 
-               </div> 
-              </div> </li> 
-            </ul> 
-           </div> 
-           <div class="paragraph"> 
-            <p>This too should be accessed at <a href="http://localhost:8080">localhost:8080</a>.</p> 
-           </div> 
-           <div class="paragraph"> 
-            <p>In each case, check the about page and confirm has been built against non-SNAPSHOT versions of the Apache Isis jars.</p> 
-           </div> 
+          <div class="paragraph"> 
+           <p>Then, run the script (which also builds the archetype once generated) and then switch to the archetype’s directory:</p> 
           </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_create-the-archetype">Create the archetype</h5> 
-           <div class="paragraph"> 
-            <p>Make sure you are in the correct directory and environment variables are correct.</p> 
-           </div> 
-           <div class="paragraph"> 
-            <p>To recreate the <strong>helloworld</strong> archetype:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">cd example/application/helloworld
-env | grep ISIS | sort</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Then, run the script:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">sh ../../../scripts/recreate-archetype.sh $ISISJIRA</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>The script automatically commits changes; if you wish use <code>git log</code> and <code>git diff</code> (or a tool such as SourceTree) to review changes made.</p> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">sh ../../../scripts/recreate-archetype.sh $ISISJIRA
+cd `pwd|sed 's/application/archetype/'`</code></pre> 
            </div> 
           </div> 
+          <div class="paragraph"> 
+           <p>The script automatically commits its changes. If you wish use <code>git log</code> and <code>git diff</code> (or a tool such as SourceTree) to review changes made.</p> 
+          </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_release-prepare">4.5.4. Release prepare</h4> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-helloworld-archetype_sanity-check">4.7.4. Sanity check</h4> 
           <div class="paragraph"> 
-           <p>Switch to the <strong>archetype</strong> directory and execute the <code>release:prepare</code>:</p> 
+           <p><em>In a different session</em>, create a new app from the archetype. First set up environment variables:</p> 
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code>cd ../../../example/archetype/$ISISCPN
-rm -rf $ISISTMP/checkout
-mvn release:prepare -P apache-release \
-                -DreleaseVersion=$ISISREL \
-                -DdevelopmentVersion=$ISISDEV \
-                -Dtag=$ISISART-$ISISREL</code></pre> 
-           </div> 
-          </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_helloworld_post-prepare-sanity-check">Post-prepare sanity check</h5> 
-           <div class="paragraph"> 
-            <p>This is a good point to test the archetype; nothing has yet been uploaded.</p> 
-           </div> 
-           <div class="paragraph"> 
-            <p><em>In a different session</em>, create a new app from the archetype. First set up environment variables:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">export ISISTMP=/c/tmp    # or as required
+            <pre class="CodeRay highlight"><code data-lang="bash">export ISISTMP=/c/tmp    # or as required
 export ISISCPN=helloworld
 env | grep ISIS | sort</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Then generate a new app from the archetype:</p> 
            </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">rm -rf $ISISTMP/test-$ISISCPN
+          </div> 
+          <div class="paragraph"> 
+           <p>Then generate a new app from the archetype:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">rm -rf $ISISTMP/test-$ISISCPN
 
 mkdir $ISISTMP/test-$ISISCPN
 cd $ISISTMP/test-$ISISCPN
@@ -1513,40 +1402,59 @@ mvn archetype:generate  \
     -D artifactId=myapp \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=$ISISCPN-archetype</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>Build the newly generated app and test:</p> 
            </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code data-lang="bash">cd myapp
+          </div> 
+          <div class="paragraph"> 
+           <p>Build the newly generated app and test:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">cd myapp
 mvn clean install -o
 mvn jetty:run</code></pre> 
-            </div> 
            </div> 
           </div> 
-          <div class="sect4"> 
-           <h5 id="__cgcom_cutting-a-release_releasing-the-archetypes_simplapp_release-perform-upload">Release Perform (upload)</h5> 
-           <div class="paragraph"> 
-            <p>Back in the original session (in the <strong>archetype</strong> directory, <code>example/archetype/$ISISCPN</code>), execute <code>release:perform</code>:</p> 
-           </div> 
-           <div class="listingblock"> 
-            <div class="content"> 
-             <pre class="CodeRay highlight"><code>mvn release:perform -P apache-release \
-                -DworkingDirectory=$ISISTMP/checkout</code></pre> 
-            </div> 
-           </div> 
-           <div class="paragraph"> 
-            <p>This will upload the artifacts to the ASF Nexus repository.</p> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="__cgcom_cutting-a-release_releasing-the-helloworld-archetype_deploy">4.7.5. Deploy</h4> 
+          <div class="paragraph"> 
+           <p>Back in the original session, we upload (deploy) the archetype to the staging repository.</p> 
+          </div> 
+          <div class="paragraph"> 
+           <p>To build and deploy and tag, we use:</p> 
+          </div> 
+          <div class="listingblock"> 
+           <div class="content"> 
+            <pre class="CodeRay highlight"><code data-lang="bash">mvn -P apache-release \
+    clean deploy      \
+    -Dgpg.passphrase="this is not really my passphrase"
+
+git tag $ISISART-$ISISREL
+git tag $ISISART-$ISISREL-$ISISRC</code></pre> 
            </div> 
           </div> 
+          <div class="paragraph"> 
+           <p>using your own GPG passphrase, of course.</p> 
+          </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>This requires <code>gpg</code> v2.1 or later.</p> 
+               </div> </td> 
+             </tr> 
+            </tbody>
+           </table> 
+          </div> 
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__cgcom_cutting-a-release_check-close-staging-repo">4.6. Check/Close Staging Repo</h3> 
+         <h3 id="__cgcom_cutting-a-release_check-close-staging-repo">4.8. Check/Close Staging Repo</h3> 
          <div class="paragraph"> 
-          <p>The <code>mvn release:perform</code> commands will have put release artifacts for both <code>core</code> and the <code>simpleapp</code> archetype into a newly created staging repository on the ASF Nexus repository server.</p> 
+          <p>The <code>mvn deploy</code> commands will have uploaded release artifacts for both <code>core</code> and the <code>simpleapp</code> archetype into a newly created staging repository on the ASF Nexus repository server.</p> 
          </div> 
          <div class="paragraph"> 
           <p>Log onto <a href="http://repository.apache.org">repository.apache.org</a> (using your ASF LDAP account):</p> 
@@ -1626,7 +1534,24 @@ mvn jetty:run</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__cgcom_cutting-a-release_push-branches">4.7. Push branches</h3> 
+         <h3 id="__cgcom_cutting-a-release_bump-revision-to-ISISDEV">4.9. Bump <code>revision</code> property to <code>$ISISDEV</code></h3> 
+         <div class="paragraph"> 
+          <p>At the beginning of the release process we bumped the <code>revision</code> property to the release version, ie <code>${ISISREL}</code>. With the release now deployed we now need to bump the revision up to the next development version, ie <code>$1.16.3-SNAPSHOT</code>.</p> 
+         </div> 
+         <div class="paragraph"> 
+          <p>In the root of the Apache Isis repo, we do this for all three <code>pom.xml</code>s with:</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre class="CodeRay highlight"><code data-lang="bash">sed -i -E "s|&lt;revision&gt;[^&lt;]+&lt;|&lt;revision&gt;$1.16.3-SNAPSHOT&lt;|g" core/pom.xml
+sed -i -E "s|&lt;revision&gt;[^&lt;]+&lt;|&lt;revision&gt;$1.16.3-SNAPSHOT&lt;|g" example/application/simpleapp/pom.xml
+sed -i -E "s|&lt;revision&gt;[^&lt;]+&lt;|&lt;revision&gt;$1.16.3-SNAPSHOT&lt;|g" example/application/helloworld/pom.xml
+git commit -am "${ISISJIRA}: bumps revision property across all pom.xml's to $1.16.3-SNAPSHOT"</code></pre> 
+          </div> 
+         </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="__cgcom_cutting-a-release_push-branches">4.10. Push branches</h3> 
          <div class="paragraph"> 
           <p>Push the release branch to origin:</p> 
          </div> 
@@ -1640,7 +1565,7 @@ mvn jetty:run</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code>git push origin refs/tags/isis-$ISISREL:refs/tags/isis-$ISISREL-$ISISRC
+           <pre class="CodeRay highlight"><code data-lang="bash">git push origin refs/tags/isis-$ISISREL:refs/tags/isis-$ISISREL-$ISISRC
 git push origin refs/tags/simpleapp-archetype-$ISISREL:refs/tags/simpleapp-archetype-$ISISREL-$ISISRC
 git push origin refs/tags/helloworld-archetype-$ISISREL:refs/tags/helloworld-archetype-$ISISREL-$ISISRC
 git fetch</code></pre> 
@@ -1661,7 +1586,7 @@ git fetch</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__cgcom_cutting-a-release_voting">4.8. Voting</h3> 
+         <h3 id="__cgcom_cutting-a-release_voting">4.11. Voting</h3> 
          <div class="paragraph"> 
           <p>Once the artifacts have been uploaded, you can call a vote.</p> 
          </div> 
@@ -1669,7 +1594,10 @@ git fetch</code></pre>
           <p>In all cases, votes last for 72 hours and require a +3 (binding) vote from members.</p> 
          </div> 
          <div class="sect3"> 
-          <h4 id="__cgcom_cutting-a-release_voting-start-voting-thread">4.8.1. Start voting thread on <a href="mailto:dev@isis.apache.org">dev@isis.apache.org</a></h4> 
+          <h4 id="__cgcom_cutting-a-release_voting-start-voting-thread">4.11.1. Start voting thread on dev mailing list</h4> 
+          <div class="paragraph"> 
+           <p>That is, <a href="mailto:dev@apache.isis.org" class="bare">mailto:dev@apache.isis.org</a></p> 
+          </div> 
           <div class="paragraph"> 
            <p>The following boilerplate is for a release of the Apache Isis Core. Adapt as required:</p> 
           </div> 
@@ -1678,7 +1606,7 @@ git fetch</code></pre>
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">[VOTE] Apache Isis Core release 2.0.0-M1 RC1</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">[VOTE] Apache Isis Core release 1.16.3 RC1</code></pre> 
            </div> 
           </div> 
           <div class="paragraph"> 
@@ -1688,19 +1616,19 @@ git fetch</code></pre>
            <div class="content"> 
             <pre class="CodeRay highlight"><code data-lang="bash">I've cut a release for Apache Isis Core and the two archetypes:
 
-* Core 2.0.0-M1
-* HelloWorld Archetype 2.0.0-M1
-* SimpleApp Archetype 2.0.0-M1
+* Core 1.16.3
+* HelloWorld Archetype 1.16.3
+* SimpleApp Archetype 1.16.3
 
 The source code artifacts have been uploaded to staging repositories on repository.apache.org:
 
-* http://repository.apache.org/content/repositories/orgapacheisis-10xx/org/apache/isis/core/isis/2.0.0-M1/isis-2.0.0-M1-source-release.zip
-* http://repository.apache.org/content/repositories/orgapacheisis-10xx/org/apache/isis/archetype/helloworld-archetype/2.0.0-M1/helloworld-archetype-2.0.0-M1-source-release.zip
-* http://repository.apache.org/content/repositories/orgapacheisis-10xx/org/apache/isis/archetype/simpleapp-archetype/2.0.0-M1/simpleapp-archetype-2.0.0-M1-source-release.zip
+* http://repository.apache.org/content/repositories/orgapacheisis-10xx/org/apache/isis/core/isis/1.16.3/isis-1.16.3-source-release.zip
+* http://repository.apache.org/content/repositories/orgapacheisis-10xx/org/apache/isis/archetype/helloworld-archetype/1.16.3/helloworld-archetype-1.16.3-source-release.zip
+* http://repository.apache.org/content/repositories/orgapacheisis-10xx/org/apache/isis/archetype/simpleapp-archetype/1.16.3/simpleapp-archetype-1.16.3-source-release.zip
 
 For each zip there is a corresponding signature file (append .asc to the zip's url).
 
-In the source code repo the code has been tagged as isis-2.0.0-M1-RC1, helloworld-archetype-2.0.0-M1-RC1 and simpleapp-archetype-2.0.0-M1-RC1; see https://github.com/apache/isis/tags
+In the source code repo the code has been tagged as isis-1.16.3-RC1, helloworld-archetype-1.16.3-RC1 and simpleapp-archetype-1.16.3-RC1; see https://github.com/apache/isis/tags
 
 For instructions on how to verify the release (build from binaries and/or use in Maven directly), see https://isis.apache.org/guides/cgcom/cgcom.html#_cgcom_verifying-releases
 
@@ -1716,7 +1644,7 @@ Please verify the release and cast your vote.  The vote will be open for a minim
           </div> 
           <div class="ulist"> 
            <ul> 
-            <li> <p>the version number (<code>2.0.0-M1</code> or whatever)</p> </li> 
+            <li> <p>the version number (<code>1.16.3</code> or whatever)</p> </li> 
             <li> <p>the release candidate number (<code>RC1</code> or whatever)</p> </li> 
             <li> <p>the repository id, as provided by Nexus earlier (<code>orgapacheisis-10xx</code> or whatever)</p> </li> 
            </ul> 
@@ -1827,7 +1755,7 @@ gpg --import /tmp/KEYS</code></pre>
            </div> 
            <div class="listingblock"> 
             <div class="content"> 
-             <pre class="CodeRay highlight"><code>rm -rf ~/m2/repository/org/apache/isis</code></pre> 
+             <pre class="CodeRay highlight"><code>rm -rf ~/.m2/repository/org/apache/isis</code></pre> 
             </div> 
            </div> 
            <div class="paragraph"> 
@@ -1989,16 +1917,17 @@ http://repository.apache.org/content/repositories/orgapacheisis-1059/org/apache/
             <div class="listingblock"> 
              <div class="content"> 
               <pre class="CodeRay highlight"><code data-lang="bash">mvn archetype:generate  \
+    -D archetypeCatalog=local \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=helloworld-archetype \
-    -D archetypeVersion=2.0.0-M1 \
+    -D archetypeVersion=1.16.3 \
     -D groupId=com.mycompany \
-    -D artifactId=myapp \
+    -D artifactId=myhelloworld \
     -D version=1.0-SNAPSHOT \
     -B \
     -o
 
-cd myapp
+cd myhelloworld
 mvn clean install jetty:run -o</code></pre> 
              </div> 
             </div> 
@@ -2008,17 +1937,20 @@ mvn clean install jetty:run -o</code></pre>
            <li> <p>Next, the <code>simpleapp</code> archetype:<br></p> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="bash">mvn archetype:generate  \
+              <pre class="CodeRay highlight"><code data-lang="bash">cd ..
+
+mvn archetype:generate  \
+    -D archetypeCatalog=local \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=2.0.0-M1 \
+    -D archetypeVersion=1.16.3 \
     -D groupId=com.mycompany \
-    -D artifactId=myapp \
+    -D artifactId=mysimpleapp \
     -D version=1.0-SNAPSHOT \
     -B \
     -o
 
-cd myapp
+cd mysimpleapp
 mvn clean install -o &amp;&amp; mvn -pl webapp jetty:run -o</code></pre> 
              </div> 
             </div> 
@@ -2078,7 +2010,7 @@ mvn clean install -o &amp;&amp; mvn -pl webapp jetty:run -o</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="bash">[RESULT] [VOTE] Apache Isis Core release 2.0.0-M1</code></pre> 
+           <pre class="CodeRay highlight"><code data-lang="bash">[RESULT] [VOTE] Apache Isis Core release 1.16.3</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
@@ -2110,9 +2042,9 @@ I'll now go ahead and complete the post-release activities.</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="bash">sh scripts/promoterctag.sh isis-2.0.0-M1 RC1
-sh scripts/promoterctag.sh helloworld-archetype-2.0.0-M1 RC1
-sh scripts/promoterctag.sh simpleapp-archetype-2.0.0-M1 RC1</code></pre> 
+           <pre class="CodeRay highlight"><code data-lang="bash">sh scripts/promoterctag.sh isis-1.16.3 RC1
+sh scripts/promoterctag.sh helloworld-archetype-1.16.3 RC1
+sh scripts/promoterctag.sh simpleapp-archetype-1.16.3 RC1</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
@@ -2243,7 +2175,7 @@ popd</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="bash">sh upd.sh 1.16.0 2.0.0-M1</code></pre> 
+           <pre class="CodeRay highlight"><code data-lang="bash">sh upd.sh 1.16.2 1.16.3</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
@@ -2278,7 +2210,7 @@ popd</code></pre>
           </div> 
           <div class="listingblock"> 
            <div class="content"> 
-            <pre class="CodeRay highlight"><code data-lang="bash">sh scripts/jira-release-notes.sh ISIS 2.0.0-M1 &gt; /tmp/1</code></pre> 
+            <pre class="CodeRay highlight"><code data-lang="bash">sh scripts/jira-release-notes.sh ISIS 1.16.3 &gt; /tmp/1</code></pre> 
            </div> 
           </div> 
          </div> 
@@ -2318,7 +2250,7 @@ popd</code></pre>
          <div class="ulist"> 
           <ul> 
            <li> <p>Paste in the JIRA-generated release notes generated above, adding to top of <code>adocs/documentation/src/main/asciidoc/release-notes.adoc</code>. Also add a summary line for the release.</p> </li> 
-           <li> <p>Search these release procedures, and update any hard-coded reference to the release to the next release (so when they are followed next time the text will be correct).</p> </li> 
+           <li> <p>Update the <a href="../../<em>versions.adoc">versions.adoc</a> file that declares the current and next releases.</p> </li> 
            <li> <p>Update the <a href="../../downloads.html">downloads page</a> with a link to the source release zip file (under <a href="https://dist.apache.org/repos/dist/release/isis">https://dist.apache.org/repos/dist/release/isis</a>)</p> </li> 
            <li> <p>Update any pages (<code>.adoc</code>, <code>.md</code>, <code>.html</code> etc) that describe how to run the archetype, and ensure they reference the correct version.<br></p> 
             <div class="paragraph"> 
@@ -2337,10 +2269,10 @@ popd</code></pre>
          </div> 
          <div class="ulist"> 
           <ul> 
-           <li> <p>locate <code>template/document.html.erb</code> file, and remove <code>-SNAPSHOT</code> from the navbar:</p> 
+           <li> <p>locate <code>template/document.html.erb</code> file, and remove <code>-SNAPSHOT</code> from the navbar, so that it reads something like:</p> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="html"><span class="tag">&lt;p</span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">nav navbar-text navbar-right small</span><span class="delimiter">"</span></span><span class="tag">&gt;</span>v2.0.0-M1<span class="tag">&lt;/p&gt;</span></code></pre> 
+              <pre class="CodeRay highlight"><code data-lang="html"><span class="tag">&lt;p</span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">nav navbar-text navbar-right small</span><span class="delimiter">"</span></span><span class="tag">&gt;</span>1.16.3<span class="tag">&lt;/p&gt;</span></code></pre> 
              </div> 
             </div> </li> 
            <li> <p>publish to the <code>isis-site</code> repo.</p> 
@@ -2371,7 +2303,7 @@ mv content/versions/SNAPSHOT content/versions/current</code></pre>
             </div> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="bash">cp -rf content/versions/current content/versions/2.0.0-M1</code></pre> 
+              <pre class="CodeRay highlight"><code data-lang="bash">cp -rf content/versions/current content/versions/1.16.3</code></pre> 
              </div> 
             </div> </li> 
            <li> <p>update the new named version’s <code>index.html</code> with one that will redirect back to the home page.</p> 
@@ -2412,7 +2344,7 @@ mv content/versions/SNAPSHOT content/versions/current</code></pre>
            <li> <p>locate <code>template/document.html.erb</code> file, and add in <code>-SNAPSHOT</code> for version in the navbar:</p> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="html"><span class="tag">&lt;p</span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">nav navbar-text navbar-right small</span><span class="delimiter">"</span></span><span class="tag">&gt;</span>v2.0.0-M2-SNAPSHOT<span class="tag">&lt;/p&gt;</span></code></pre> 
+              <pre class="CodeRay highlight"><code data-lang="html"><span class="tag">&lt;p</span> <span class="attribute-name">class</span>=<span class="string"><span class="delimiter">"</span><span class="content">nav navbar-text navbar-right small</span><span class="delimiter">"</span></span><span class="tag">&gt;</span>1.16.4-SNAPSHOT<span class="tag">&lt;/p&gt;</span></code></pre> 
              </div> 
             </div> </li> 
            <li> <p>publish the website once more (from the <code>isis</code> main repo).</p> </li> 
@@ -2433,7 +2365,7 @@ mv content/versions/SNAPSHOT content/versions/current</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="bash">[ANN] Apache Isis version 2.0.0-M1 Released</code></pre> 
+           <pre class="CodeRay highlight"><code>[ANN] Apache Isis version 1.16.3 Released</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
@@ -2441,7 +2373,7 @@ mv content/versions/SNAPSHOT content/versions/current</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code>The Apache Isis team is pleased to announce the release of Apache Isis v2.0.0-M1.
+           <pre class="CodeRay highlight"><code>The Apache Isis team is pleased to announce the release of Apache Isis 1.16.3.
 
 New features in this release include:
 * ...
@@ -2456,8 +2388,8 @@ Enjoy!
 
 --The Apache Isis team
 
-[1] http://isis.apache.org/release-notes/release-notes.html#_release-notes_2.0.0-M1
-[2] http://isis.apache.org/migration-notes/migration-notes.html#_migration-notes_1.16.0-to-2.0.0-M1
+[1] http://isis.apache.org/release-notes/release-notes.html#_release-notes_1.16.3
+[2] http://isis.apache.org/migration-notes/migration-notes.html#_migration-notes_1.16.2-to-1.16.3
 [3] http://search.maven.org
 [4] http://isis.apache.org/downloads.html</code></pre> 
           </div> 
@@ -2478,13 +2410,13 @@ Enjoy!
           <div class="content"> 
            <pre class="CodeRay highlight"><code data-lang="bash">git checkout master                           # update master with latest
 git pull
-git merge release-2.0.0-M1-RC1                  # merge branch onto master
-git push origin --delete release-2.0.0-M1-RC1   # remote branch no longer needed
-git branch -d release-2.0.0-M1-RC1              # branch no longer needed</code></pre> 
+git merge release-1.16.3-RC1                  # merge branch onto master
+git push origin --delete release-1.16.3-RC1   # remote branch no longer needed
+git branch -d release-1.16.3-RC1              # branch no longer needed</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>Finally, update helloworld’s <code>pom.xml</code> and simpleapp’s root <code>pom.xml</code> to reference the next SNAPSHOT release (<code>2.0.0-M1-SNAPSHOT</code>)</p> 
+          <p>Finally, update helloworld’s <code>pom.xml</code> and simpleapp’s root <code>pom.xml</code> to reference the next SNAPSHOT release (<code>1.16.4-SNAPSHOT</code>)</p> 
          </div> 
         </div> 
         <div class="sect2"> 
@@ -2633,7 +2565,7 @@ git push</code></pre>
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
-           <pre class="CodeRay highlight"><code data-lang="bash">[RESULT] [VOTE] Apache Isis Core release 2.0.0-M1</code></pre> 
+           <pre class="CodeRay highlight"><code data-lang="bash">[RESULT] [VOTE] Apache Isis Core release 1.16.3</code></pre> 
           </div> 
          </div> 
          <div class="paragraph"> 
@@ -2663,23 +2595,23 @@ The vote is UNSUCCESSFUL.</code></pre>
            <li> <p>delete the remote branch, for example:<br></p> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="bash">git push --delete origin release-2.0.0-M1-RC1</code></pre> 
+              <pre class="CodeRay highlight"><code data-lang="bash">git push --delete origin release-1.16.3-RC1</code></pre> 
              </div> 
             </div> </li> 
            <li> <p>delete the remote origin server’s tags, for example:<br></p> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="bash">git push --delete origin isis-2.0.0-M1-RC1
-git push --delete origin helloworld-archetype-2.0.0-M1-RC1
-git push --delete origin simpleapp-archetype-2.0.0-M1-RC1</code></pre> 
+              <pre class="CodeRay highlight"><code data-lang="bash">git push --delete origin isis-1.16.3-RC1
+git push --delete origin helloworld-archetype-1.16.3-RC1
+git push --delete origin simpleapp-archetype-1.16.3-RC1</code></pre> 
              </div> 
             </div> </li> 
            <li> <p>delete the tags that were created locally, for example:<br></p> 
             <div class="listingblock"> 
              <div class="content"> 
-              <pre class="CodeRay highlight"><code data-lang="bash">git tag -d isis-2.0.0-M1
-git tag -d helloworld-archetype-2.0.0-M1
-git tag -d simpleapp-archetype-2.0.0-M1</code></pre> 
+              <pre class="CodeRay highlight"><code data-lang="bash">git tag -d isis-1.16.3
+git tag -d helloworld-archetype-1.16.3
+git tag -d simpleapp-archetype-1.16.3</code></pre> 
              </div> 
             </div> </li> 
           </ul> 
@@ -2837,7 +2769,7 @@ mvn -D deploy=snapshot deploy</code></pre>
          <p>The intent of an "interim" release is to allow a developer team to release their application based on a <code>-SNAPSHOT</code> version of the framework. Since <code>-SNAPSHOT</code> changes on a day-to-day basis, the idea is to tag a particular revision and to release this, thereby providing stability/traceability for the application being developed.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>Whereas <a href="../cgcom/cgcom.html#<em>cgcom_cutting-a-release.adoc">formal release</a>s and <a href="../cgcom/cgcom.html#_cgcom_release-process-for-snapshots.adoc">snapshot release</a>s are public (released through the Maven repository maintained by Apache Software Foundation), interim releases are non-public and rely on infrastructure provided by a developer team. The tagged release resides _not in the <a href="../../downloads.html#__downloads_source_code">official Apache Isis git repository</a>, but instead in a fork/clone maintained by the developer team.</p> 
+         <p>Whereas <a href="../cgcom/cgcom.html#\_cgcom_cutting-a-release.adoc">formal release</a>s and <a href="../cgcom/cgcom.html#\_cgcom_release-process-for-snapshots.adoc">snapshot release</a>s are public (released through the Maven repository maintained by Apache Software Foundation), interim releases are non-public and rely on infrastructure provided by a developer team. The tagged release resides <em>not</em> in the <a href="../../downloads.html#\__downloads_source_code">official Apache Isis git repository</a>, but instead in a fork/clone maintained by the developer team.</p> 
         </div> 
         <div class="admonitionblock note"> 
          <table> 
@@ -2974,21 +2906,39 @@ mvn -D deploy=snapshot d

<TRUNCATED>

[20/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugtst/ugtst.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugtst/ugtst.pdf b/content/guides/ugtst/ugtst.pdf
index 957ad6a..9d115ce 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:20180305191556+00'00')
-/ModDate (D:20180305191556+00'00')
+/CreationDate (D:20180918074752+01'00')
+/ModDate (D:20180918074752+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAADY+NotoSerif
+/BaseFont /AAAAEC+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 378 0 R
 /FirstChar 32
@@ -2046,7 +2046,7 @@ endobj
 endobj
 16 0 obj
 << /Type /Font
-/BaseFont /AAAADZ+NotoSerif-Bold
+/BaseFont /AAAAED+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 382 0 R
 /FirstChar 32
@@ -2877,7 +2877,7 @@ endobj
 endobj
 37 0 obj
 << /Type /Font
-/BaseFont /AAAAEA+FontAwesome
+/BaseFont /AAAAEE+FontAwesome
 /Subtype /TrueType
 /FontDescriptor 386 0 R
 /FirstChar 32
@@ -2888,7 +2888,7 @@ endobj
 endobj
 38 0 obj
 << /Type /Font
-/BaseFont /AAAAEB+NotoSerif-BoldItalic
+/BaseFont /AAAAEF+NotoSerif-BoldItalic
 /Subtype /TrueType
 /FontDescriptor 390 0 R
 /FirstChar 32
@@ -2902,7 +2902,7 @@ endobj
 endobj
 40 0 obj
 << /Type /Font
-/BaseFont /AAAAEC+NotoSerif-Italic
+/BaseFont /AAAAEG+NotoSerif-Italic
 /Subtype /TrueType
 /FontDescriptor 394 0 R
 /FirstChar 32
@@ -2927,7 +2927,7 @@ endobj
 endobj
 43 0 obj
 << /Type /Font
-/BaseFont /AAAAED+mplus1mn-regular
+/BaseFont /AAAAEH+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 398 0 R
 /FirstChar 32
@@ -10579,7 +10579,7 @@ endobj
 endobj
 84 0 obj
 << /Type /Font
-/BaseFont /AAAAEE+mplus-1p-regular
+/BaseFont /AAAAEI+mplus-1p-regular
 /Subtype /TrueType
 /FontDescriptor 402 0 R
 /FirstChar 32
@@ -17810,7 +17810,7 @@ endobj
 endobj
 108 0 obj
 << /Type /Font
-/BaseFont /AAAAEF+mplus1mn-regular
+/BaseFont /AAAAEJ+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 406 0 R
 /FirstChar 32
@@ -24901,7 +24901,7 @@ endobj
 >>
 endobj
 129 0 obj
-<< /Length 25416
+<< /Length 25069
 >>
 stream
 q
@@ -25779,40 +25779,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.646 Tw
+0.435 Tw
 
 BT
 48.239999999999995 480.80600000000004 Td
 /F1.0 10.5 Tf
-<416e6420776861742061626f757420746865206661637420746861742074686520756e6465726c79696e672022636f6d706c657465222070726f70657274792069732064697361626c6564202874686520> 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
-
-3.646 Tw
-
-BT
-499.78999999999996 480.80600000000004 Td
-/F6.0 10.5 Tf
-<4044697361626c6564> 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.646 Tw
-
-BT
-547.04 480.80600000000004 Td
+<416e6420776861742061626f757420746865206661637420746861742074686520756e6465726c79696e672022636f6d706c657465222070726f706572747920697320616e6e6f7461746564206173206265696e672064697361626c65643f204966> Tj
 ET
 
 
@@ -25822,12 +25794,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.535 Tw
+0.270 Tw
 
 BT
 48.239999999999995 465.02600000000007 Td
 /F1.0 10.5 Tf
-<616e6e6f746174696f6e3f292e202049662074686520> Tj
+<74686520> Tj
 ET
 
 
@@ -25837,10 +25809,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.535 Tw
+0.270 Tw
 
 BT
-151.44144117647056 465.02600000000007 Td
+67.2001162109375 465.02600000000007 Td
 /F6.0 10.5 Tf
 <546f446f4974656d> Tj
 ET
@@ -25852,12 +25824,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.535 Tw
+0.270 Tw
 
 BT
-193.44144117647056 465.02600000000007 Td
+109.2001162109375 465.02600000000007 Td
 /F1.0 10.5 Tf
-<2069732070757420696e746f2065646974206d6f646520696e207468652055492c2074686520636f6d706c65746520636865636b626f782073686f756c642072656d61696e> Tj
+[<2069732070757420696e746f2065646974206d6f646520696e207468652055492c2074686520636f6d706c65746520636865636b626f782073686f756c642072656d61696e20726561642d6f6e6c79> 89.84375 <2e2048657265d573>] TJ
 ET
 
 
@@ -25870,7 +25842,7 @@ ET
 BT
 48.239999999999995 449.24600000000004 Td
 /F1.0 10.5 Tf
-[<726561642d6f6e6c79> 89.84375 <2e202048657265d5732061207665726966792073696d696c617220746573742074686174207665726966696573207468697320616c736f3a>] TJ
+<61207665726966792073696d696c617220746573742074686174207665726966696573207468697320616c736f3a> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -32109,7 +32081,7 @@ endobj
 >>
 endobj
 158 0 obj
-<< /Length 14416
+<< /Length 14408
 >>
 stream
 q
@@ -32415,7 +32387,7 @@ ET
 BT
 48.24 665.226 Td
 /F1.0 10.5 Tf
-[<73616d65207479706520617320746865206f626a656374206265696e672070726f786965642e2020416e642074686520726f6c65206f662074686973207772> 20.01953125 <617070657220697320746f2073696d756c617465207468652055492e>] TJ
+[<73616d65207479706520617320746865206f626a656374206265696e672070726f786965642e20416e642074686520726f6c65206f662074686973207772> 20.01953125 <617070657220697320746f2073696d756c617465207468652055492e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -32676,7 +32648,7 @@ ET
 BT
 66.24000000000001 467.206 Td
 /F1.0 10.5 Tf
-<746573742e20205468697320697320757375616c6c7920646f6e6520696e207468652074657374d57320> Tj
+<746573742e205468697320697320757375616c6c7920646f6e6520696e207468652074657374d57320> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -32685,7 +32657,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-252.80400000000003 467.206 Td
+250.08450000000002 467.206 Td
 /F6.0 10.5 Tf
 <73657455702829> Tj
 ET
@@ -32696,7 +32668,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-289.55400000000003 467.206 Td
+286.83450000000005 467.206 Td
 /F1.0 10.5 Tf
 <206d6574686f642e> Tj
 ET
@@ -32840,12 +32812,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.322 Tw
+3.787 Tw
 
 BT
 66.24000000000001 348.526 Td
 /F1.0 10.5 Tf
-[<69662074686520627573696e6573732072756c6520636865636b7320706173732c207468656e2074686520756e6465726c79696e67206d656d62657220697320696e766f6b> 20.01953125 <65642e20204f746865727769736520616e>] TJ
+[<69662074686520627573696e6573732072756c6520636865636b7320706173732c207468656e2074686520756e6465726c79696e67206d656d62657220697320696e766f6b> 20.01953125 <65642e204f746865727769736520616e>] TJ
 ET
 
 
@@ -32866,12 +32838,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.976 Tw
+1.223 Tw
 
 BT
 48.24000000000001 304.966 Td
 /F1.0 10.5 Tf
-[<5468652074797065206f6620657863657074696f6e20646570656e64732075706f6e207768617420736f7274206f6620636865636b206661696c65642e20204974d57320737472> 20.01953125 <6169676874666f727761726420656e6f7567683a20696620746865>] TJ
+[<5468652074797065206f6620657863657074696f6e20646570656e64732075706f6e207768617420736f7274206f6620636865636b206661696c65642e204974d57320737472> 20.01953125 <6169676874666f727761726420656e6f7567683a20696620746865>] TJ
 ET
 
 
@@ -34413,7 +34385,7 @@ endobj
 endobj
 169 0 obj
 << /Type /Font
-/BaseFont /AAAAEG+NotoSerif
+/BaseFont /AAAAEK+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 410 0 R
 /FirstChar 32
@@ -34426,7 +34398,7 @@ endobj
 [166 0 R /XYZ 0 106.34356828193836 null]
 endobj
 171 0 obj
-<< /Length 25788
+<< /Length 25715
 >>
 stream
 q
@@ -34438,7 +34410,7 @@ q
 BT
 48.24 794.6759999999999 Td
 /F1.0 10.5 Tf
-<6d6574686f6473206f662074686520646f6d61696e206f626a656374d573206d656d626572732061726520616c6c6f77656420746f2062652063616c6c65642e202054686174206d65616e733a> Tj
+<6d6574686f6473206f662074686520646f6d61696e206f626a656374d573206d656d626572732061726520616c6c6f77656420746f2062652063616c6c65642e2054686174206d65616e733a> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -34534,7 +34506,7 @@ ET
 BT
 176.2695 745.116 Td
 /F1.0 10.5 Tf
-<2074686520746573742063616e2063616c6c20746865206765747465722e20> Tj
+<2074686520746573742063616e2063616c6c20746865206765747465722e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -34542,7 +34514,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.134 Tw
+0.312 Tw
 
 BT
 66.24000000000001 717.336 Td
@@ -34557,10 +34529,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.134 Tw
+0.312 Tw
 
 BT
-183.49002941176468 717.336 Td
+184.38165625 717.336 Td
 /F6.0 10.5 Tf
 <616464546f> Tj
 ET
@@ -34572,10 +34544,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.134 Tw
+0.312 Tw
 
 BT
-209.74002941176468 717.336 Td
+210.63165625 717.336 Td
 /F7.0 10.5 Tf
 <c9> Tj
 ET
@@ -34587,10 +34559,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.134 Tw
+0.312 Tw
 
 BT
-220.24002941176468 717.336 Td
+221.13165625 717.336 Td
 /F6.0 10.5 Tf
 <2829> Tj
 ET
@@ -34602,10 +34574,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.134 Tw
+0.312 Tw
 
 BT
-230.74002941176468 717.336 Td
+231.63165625 717.336 Td
 /F1.0 10.5 Tf
 <206f7220> Tj
 ET
@@ -34617,10 +34589,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.134 Tw
+0.312 Tw
 
 BT
-247.45044117647055 717.336 Td
+248.69871874999998 717.336 Td
 /F6.0 10.5 Tf
 <72656d6f766546726f6d> Tj
 ET
@@ -34632,10 +34604,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.134 Tw
+0.312 Tw
 
 BT
-299.9504411764706 717.336 Td
+301.19871875 717.336 Td
 /F7.0 10.5 Tf
 <c9> Tj
 ET
@@ -34647,10 +34619,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.134 Tw
+0.312 Tw
 
 BT
-310.4504411764706 717.336 Td
+311.69871875 717.336 Td
 /F6.0 10.5 Tf
 <2829> Tj
 ET
@@ -34662,12 +34634,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.134 Tw
+0.312 Tw
 
 BT
-320.9504411764706 717.336 Td
+322.19871875 717.336 Td
 /F1.0 10.5 Tf
-<206d6574686f642c207468656e2074686573652063616e2062652063616c6c65642e202049742063616e20616c736f> Tj
+<206d6574686f642c207468656e2074686573652063616e2062652063616c6c65642e2049742063616e20616c736f> Tj
 ET
 
 
@@ -35098,7 +35070,7 @@ ET
 BT
 48.24000000000001 578.6560000000002 Td
 /F1.0 10.5 Tf
-<6d6574686f642e2020546865736520617265206f6674656e2075736566756c20666f72206f627461696e696e6720612076616c69642076616c756520746f207573652e> Tj
+<6d6574686f642e20546865736520617265206f6674656e2075736566756c20666f72206f627461696e696e6720612076616c69642076616c756520746f207573652e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -35286,7 +35258,7 @@ ET
 BT
 111.24000000000001 535.0960000000002 Td
 /F1.0 10.5 Tf
-[<2e202054686174d57320626563617573652074686569722076616c756520697320696d706c6965642062> 20.01953125 <792074686520657863657074696f6e206265696e67207468726f776e2e>] TJ
+[<2e2054686174d57320626563617573652074686569722076616c756520697320696d706c6965642062> 20.01953125 <792074686520657863657074696f6e206265696e67207468726f776e2e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -35399,7 +35371,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.173 Tw
+0.063 Tw
 
 BT
 48.24000000000001 491.5360000000003 Td
@@ -35414,10 +35386,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.173 Tw
+0.063 Tw
 
 BT
-272.4260625 491.5360000000003 Td
+262.4445 491.5360000000003 Td
 /F6.0 10.5 Tf
 <405469746c65> Tj
 ET
@@ -35429,12 +35401,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.173 Tw
+0.063 Tw
 
 BT
-303.9260625 491.5360000000003 Td
+293.9445 491.5360000000003 Td
 /F1.0 10.5 Tf
-<20616e6e6f746174696f6e2e2020496e73746561642c207765207265636f6d6d656e64207468617420796f7572> Tj
+<20616e6e6f746174696f6e2e20496e73746561642c207765207265636f6d6d656e64207468617420796f75722074657374> Tj
 ET
 
 
@@ -35447,7 +35419,7 @@ ET
 BT
 48.24000000000001 475.7560000000003 Td
 /F1.0 10.5 Tf
-[<7465737420766572696669657320616e206f626a656374d573207469746c652062> 20.01953125 <792063616c6c696e6720>] TJ
+[<766572696669657320616e206f626a656374d573207469746c652062> 20.01953125 <792063616c6c696e6720>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -35456,9 +35428,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-237.84879492187503 475.7560000000003 Td
+217.384294921875 475.7560000000003 Td
 /F6.0 10.5 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572237469746c654f6628> Tj
+<5469746c6553657276696365237469746c654f6628> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -35467,7 +35439,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-395.348794921875 475.7560000000003 Td
+327.63429492187504 475.7560000000003 Td
 /F7.0 10.5 Tf
 <c9> Tj
 ET
@@ -35478,7 +35450,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-405.848794921875 475.7560000000003 Td
+338.13429492187504 475.7560000000003 Td
 /F6.0 10.5 Tf
 <29> Tj
 ET
@@ -35489,7 +35461,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-411.098794921875 475.7560000000003 Td
+343.38429492187504 475.7560000000003 Td
 /F1.0 10.5 Tf
 <206d6574686f642e> Tj
 ET
@@ -36139,7 +36111,7 @@ ET
 BT
 48.24000000000001 190.39600000000027 Td
 /F1.0 10.5 Tf
-[<746f20616e> 20.01953125 <792073756273637269626572732e2020412074657374206d69676874207468657265666f7265206c6f6f6b206c696b> 20.01953125 <653a>] TJ
+[<746f20616e> 20.01953125 <792073756273637269626572732e20412074657374206d69676874207468657265666f7265206c6f6f6b206c696b> 20.01953125 <653a>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -47438,7 +47410,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_Scratchpad)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_Scratchpad)
 >>
 /Subtype /Link
 /Rect [148.91443885216344 453.276 201.41443885216344 463.776]
@@ -68341,7 +68313,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_ClockService)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_ClockService)
 >>
 /Subtype /Link
 /Rect [48.24 484.206 111.24000000000001 494.706]
@@ -68363,7 +68335,7 @@ endobj
 >>
 endobj
 274 0 obj
-<< /Length 54703
+<< /Length 54682
 >>
 stream
 q
@@ -72320,7 +72292,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.645 Tw
+0.774 Tw
 
 BT
 48.239999999999995 91.42599999999999 Td
@@ -72335,10 +72307,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.645 Tw
+0.774 Tw
 
 BT
-165.97330769230769 91.42599999999999 Td
+162.4891880208333 91.42599999999999 Td
 /F6.0 10.5 Tf
 <5375646f53657276696365> Tj
 ET
@@ -72350,10 +72322,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.645 Tw
+0.774 Tw
 
 BT
-223.72330769230769 91.42599999999999 Td
+220.2391880208333 91.42599999999999 Td
 /F1.0 10.5 Tf
 <2073696d706c792074616c6b7320746f2074686520> Tj
 ET
@@ -72365,12 +72337,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-1.645 Tw
+0.774 Tw
 
 BT
-328.60119230769226 91.42599999999999 Td
+320.7619230468749 91.42599999999999 Td
 /F6.0 10.5 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5573657253657276696365> Tj
 ET
 
 
@@ -72380,12 +72352,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.645 Tw
+0.774 Tw
 
 BT
-438.85119230769226 91.42599999999999 Td
+378.5119230468749 91.42599999999999 Td
 /F1.0 10.5 Tf
-<20746f206f76657272696465207468652075736572> Tj
+[<20746f206f766572726964652074686520757365722072657475726e65642062> 20.01953125 <79>] TJ
 ET
 
 
@@ -72398,7 +72370,7 @@ ET
 BT
 48.239999999999995 75.64599999999999 Td
 /F1.0 10.5 Tf
-[<72657475726e65642062> 20.01953125 <792074686520>] TJ
+<74686520> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -72407,7 +72379,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-129.205294921875 75.64599999999999 Td
+66.92999999999999 75.64599999999999 Td
 /F6.0 10.5 Tf
 <676574557365722829> Tj
 ET
@@ -72418,7 +72390,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-176.455294921875 75.64599999999999 Td
+114.17999999999999 75.64599999999999 Td
 /F1.0 10.5 Tf
 <204150492e20497420697320706f737369626c6520746f206f7665727269646520626f746820757365727320616e6420726f6c65732e> Tj
 ET
@@ -73347,59 +73319,57 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��{	|׵��3#Y�m��m��jY޴ز,۲�}�^�cy7ؖ�0!�:@���B	
%	?J�< $͗/
�/��kh��Rڗ&ix$�<^>��wf$c�8������s���{�F�q�Xψw�5���9�
O��-M���B)W�}=�s�߇�	��Ӄ#��v�#�
!s��18��z��4B�sp=~Ļi��0��c��K��o��s0��MLD��F�
-�G�zG��<�ˆPZB��FD�~!�Q&1�"r�w~0A2'����B�a���(�H,���(:F���S�5Z�>ސ`LLJNI5�-ִt�e {�#+;Ǚ�r������������Y]���>u�W������?7���ߓ���p���9�H$GHl#�d������D@�uf�����z�ޢTX�R�ޢPZ�Ι[�/'�5�ƞh�dΙ,�)�"�;�^ �����N��8gh5�L�x�{q
{/�y*p���I��J�!��	ž!rc�T@�
-q�֡}�ޞ�������拉��W/��ߙu�־�V�马����{��U�j�2̄Ѯ"DR	!�!v7����Zۜ�m@���ֻ?���z�O��^�?�t4�3�ŋ,-}��<- �=�L�32�����}�2]�NV���J��llPz4��T��v��"v�6|�('���k�6B�/:Ě�z�|Č�.������z�"��o�X3Ж����{�	gu�q�
-�yht ���#,��t7̘����✛^��vf*+k���M?�䜗��
TT��)�y}���ĥg鿿9<�&�?����n�������g�<x��lS��U��v#D��y��mv��P@�u	��<ls'�^�ѻLJci�Ke�Q�5�ݩ0���:�JeXk�Ԯ4��`7���b�Q�=�A��WX��Y�k�>P%�v�&$�X����u�q��97A������z_�*ƶ:��9]dȷ*m}z��������=r��ޡHv��x�����:ז�G]�j���W��ֺ�]�F��y*�^��`{0���0*Qq�D���L���\��鶮�<�S����giK@�~���wZ˦�Oc�S�Z�?�������R���ۦ���Q0T�4h��Z��Y�3�a��dsO���g����-N�
&wIf{���=8�اѬ�H��Ѳ�pa��&�I1��!��d����)��a8?CL�N�n��P!
-���	�������U����;s5��ix�gXr�]v������Ⱦ�Z�Q��fR�%Y���;0�<o������2{�3U�VH��{xdXt���0���{��VV�����[��
-ծ5���]޺M�F^DO@\��r��R>��e<��Ș�J���Z�а�l�F�n�Q��#H7$	��ܔ���IFnܒi�H �:�*oJ�<�>ǹ��P����q9-�y�7&�V�S��+
-2�����5:��3H�C_��D9Ç��_�Q�t��=|o_V|nM�3?���0B�M��������(��4�O��b�.��Z)ƻ�_��6
-O>F�8Q��x�ys7�GI�	kS�ڌ(U�b�k&��)��9'�����`ٌ�v������Rc��g��:0��X���ږVzߙ��SSN�Q�Hur�g��;�/��GkAvk��9��"��5�j��#�e��;����
-���]cE�'�9r����T���hmX��q|2�2�2X��RmvGKy�&ε���oNαzs1V%3���&Ģ���P�b7鰃��������|���=���띹�
���L�ݺ�hO�DQl�\��z0�!�" K�Α����6l��t�<c���]��'�׿}�ϥN��$d�4N����JS�����m���K�*=+�q�'�F��^
���ǗG�����V ���x7Ĺ����閱�/�����Y����h�L^�>@\&6bi(��"}��i�\9�`��C?2��>�=í������ހ�fhc9�����ȃ�s�3�z�ʱ�������:�J��lr�7gF�&�i�=��M����־�|��0vį�M���.]r�Z�P��Mkt���>����x�q��ݩȸ��Ľ~�����D���q�/��6���fAA�Z;����	l0WC�0���+b3f��^+�|��}:.Lj/j�poh���&�,\��O$)���L1�Ϊ4�����'�����ɥ{��Zm�
 �?���ʯ��6>����{S��o}�\�Q��	��(0�z*3�Q���/O�u�$��&{hsܷ}c�#>&e�Ft��*����������S�5��\���?�(���4	��������q�_��(���?��!Sy����=��Q/�pf�x6ڳ���D&�a�õ`Ҍ�2���#5���nT%��b��Q���]�J9��eK(�~Vc��e��=�_���E[�V�'"ޝF�v+B���[/����T���|������𵯂LZdF�@"e<%��B
-��P�vwF�����5���
fz��1D�w�J�K� �����_5o�ҩVmj{��M�j]�t�U^2Xc��s�l�{�W�+&�*��[^M�x}�=5	���u�}n�?�?ȕ�=�u�(�pP8����=9`SZb�ۋ&��7[��r��H!�ه��?�ُj���yK�nL��
kg���ؗ�f��X[�5O��6��@�({�8����%��ar��@N�]��13C!����͟��Bg���Ϸ��7�����?_$.������𞧿���p��q.��`���8��jXL�0�B�T�?�{�J�
-�`�����eV29������)yJ��>��Ң~F���'4�a"���}�������]��Y-CY�U-c
\�&�U��d���3�6[9��{�jFŲ��.X29X@לG@���8��o[Q뙎�RvR(������i����g7d�l%��c�?;������N_
-#����2dJջ����tcx�09����i����p��	TG8|.�����{�3J6����'�L�Q�s���!�ɥW��WX3��5�Yi�hؿ�n|d�ʜ��
������ sP-��L5,+�VB����G��@%�oNKX�q�XV$-��\\8Pj^^��������ԧ�k�����Μ�n>�8���Lr�U�e��|+��nmjLX�
_��$����ΑlJ6�@[Q�ԩ��Xk@8jC���76*��L����<Q�e|s��]&̊>�*
-ޫ�o�za/CD�����d�`	�*������B�t����\�A����P��J�B��e��
�Cǥ���?�x��(�'TiK�Jo��s��w�����.�`uw�Ker�����P���#�:�E���K�J�`'��s�w�����=Ad?=~d���}�q��'�];Z[{���'��6��������S=��=??�gZ�;���~���������h!NP�`�zd��
-�,er1��9�����ʾ���`��WF�<�hd���;}Gz�O쨦����8dl��2��_�	:��A�2Q�M6ح�Ъ�<
-w�bshz͠[�R��Z���y��۰90��V�о������>��8�oA�K�#61mi����ؼ����2��q][<.=��s��,��F&�{�3�Gr�=7��=����6�Ƃl�ެ�Җ+�$�n���X�[���Ĥ<&&�+�@ỳTlr���_w⛽OdT�������TL��}��\�i���p���B��R�\���Tnnm�םQ��yIr��|wU�=m���fyV��#6�<�6=!��TXd]�ʬuy�5�E��������wI��N�TCK@d�bKj6X�`�f�Y�wZ��0��b*�&ZK��_}��ש
l������հǎ/{��#�7D���v��[[����MI�9��+�������VR����.�n���6M����ً��6�21�v?Ȕ��f�,_(�er�
-���!f�Ä;�`��.
S0Y5a��]����TaT��/<~Q��ӨJѫ�tu]�
xXl�Q��?_Qq���c�-O�ޝ~+��A���g!�D*?Sr)S}(���cgDc_$y\#�u��������_��z��3�� /����,�LR^眘�����X�)\�R��r�ܶ[yԖ[��ʿa��+j�C���:
-ps��U��󢤁X�N��ð�\R��b3^T/c�J��ya\b4�&R���� �N�j�����6sJ�[
E���tt��a1�b}ʰƬ$R�z��O��—^��r"y��賒����s�<��0�*U�K���xC�>���e&�'\����I��J�"6�ݐ�܀�qam��|mzF��d^nG�K�MB����
-a���KBb��O�*��a�3_��S�	��:+�s�N�qI�p�TQtD\������*�th���ŘL ��e��1��>1��o�	��’-$�be&-l���o���)g��ߘ\�}�<s���ӱ֮%��哯ї�a�g�H9W�"�΂�4����IyMRW[����k��� ���N)���U�1>�j�$�	�(�]PÒb�%�p��-���F@fӈ!�����W���y�\��sU���5����ν��*
��/4BMny{~�T���/�O��I]k+��R��b�6�ޚSf��������3%K'�N)ψ3�mi<v$��ű���@�i�΄
-z`���e�D(�pCl�F(*$��iǺ�}ήj�,"�>�B
-���|x򜪮ܾ����v}�RY���x�+6��%�����Ha-L<�o�W����ۓ�6K�=�h�A/ó���c��c�����I1f��"cj�K�����d�O�����;ڣ�Eε���f���HIj�����]||�҃Y1��e9VO�!u��̇��O�՗f�{v����╷1��9�r[�ь]�?�Ȩp!���'w������+'I�b��i:�v}�5\W�劽�2��9K%�����S*E'�k7��H�rrƞY���~y�ˀ�A
-�!Z�c
�F�Q�VEu���0�^tF�����W>�92��I�c����"ALj�n�^�{�+��\����j�so9;�9�����D[,7A�.�Md�$Yr'7	�Z���n��-hd��6���n��{����kG�T1&�!B�aLu�Gb-�1�=��y�;�v�I24�)q�j�9VW�]0�G�Vg�7ZB٩Ԍ��急�l�!wZ!��qՌJ�t	���6�3�����>�)̦��;Sy鸔=B�ˍTH���ܾg
dx�xe�XgQ~�q_�����������4Q#�/M-��X���]i����N�ڤ��;��_3�H�Ni���&�./acsOzI������Rˌq��hiDxD�TKՎN;�$�G��1*!�\������#�r��CCUəZWk�(���ֺ�;#Le�ʄq�[Ѧ�,���=���"��Ȯ��Uno�C���=�K����s���\�߄��Wl������������m���w����!����u)Tq�-ރC��v"~Y4Xn�4o��k��ԟ�[�k
-d�f�)�R	)�xY/�b!��QMu��H�������1������{ʟ�q�㭪�p�5�*(^�۟���1Y���K�Z���a�6��q�Y!~ R�DG�0�ٳ���u�)�L�Onfe�Uw����4����R%"]�D�,�[�
!�`�}���:�X����@wk
#m���f�o�������OX��b\0���HR���c���vm�J�F*"=��v�=AfLt���M��*0��X1�r0���`heC��_׼�m��kἲ}�`�]�(�9�r�<q���.�n���U��Buy]���^�9`�r[=�(A4,jϊ2eb;���٫� �٘�]���8��&2;6�1pv��W�άoY�,G��(W*���խiu�[-r:�~���ksb�A軄]"�?>�@�H���Q�G��Ps������;���W��y��h}u���8U!{VF�c�o���(��}?5��;uj|��DN��I����4�3O�'&�����8��X@�xqYr�w�Ikx`��Y��_��ݐ-�S誅 m7����
 xo�q���(����@��bk�k�@�l6��!�d:�J0KZT�3��O3B�ӯ��.��J&ј[�f�V��L
-��<�8�^�u����,�6�,�`{��~��?�2�O`�n��'�����h�N#_��j+���3��	�&���\�6Ƿ�u.}M�&�(m�L)��v�W���{
-�&���Y��6D��.ĩ�-V��$�e4���*yvw�ꩪG��ͫƪ�˚�3 �C)�����Y�C��Q����Ddv�%)�J��t����[T:�*Ae+I�*�N͍7f[M��š���Mu� ����iN)�o6@�*
�R%A�k�����Pܚ���蚱r�aC�N�Չ���M-<n7<�����B��W��V�M��u}��O�
-6[����%��F���U6v��m��:�I����<SZA���u��sʓ"�������]���6o��ǭ�;�N��� ���~ԝr�d,��~S��yR�]<ޞ��	‘ǩ���Eő�l��������p�/A^�x�6�^No�on�T�
-�k
���x�7w���<���C ��+��Tl~)V�z�I�
-������WFK8��Du?/��D��(T�zU$���u��O��YѸ�����v�e�((��rE�E�x�dž��
-��=�B�d�׻ms'�wvϝ����@�l��'-�U
-E��z����A�˙^D����V��)C��!Sc05R�g��!,��?`��.A9�%W���y$T��)���bCVz�
-4mj2+	ۆ���^'�%����b3��O����\��9��p�N�6 �U�\���YO�P.MҜ{B����]������>�]IA�vq�����M|~iú��E�FV�л
-m
-���v����2�fT̄�
q�
-�Y��X_��u����5I
-��%��7ԕ+L;*��s&gAN�����hڅ����-jq�ß{���_K��J���Ο��5����zr�4ٝ���ƹ��������`�\�)�&���duW$'Wtg��'4���T%㍍JU��
`������9ƁI=	��&�ʋ� ڔض�9�����u8�r=�F='I�L~V�Yr��R�����H�˟}
-��4,L'�ݪ���Ej�Y}d�4�M��	^.����(]j'q�!������Ȧ]I2�Cb����l�rdS�1R:I-����*\."�8L�v�|Z\2fj���׸��;�F�����w�g���AT�5��ޮ1~ǘ�-��y|�{�������>;oJN�}�#y�)�w�oʡ��S���ܨ
-����U���t��A�#QK!����f�ߨp���&�79���[̽��
-�zHi�ѐ
�����{?4:�%�p���n�c�߆I�<a��U���?�t�+�����JP,�^dj��W#��6G]�
-'��rE�����5���N�����Q������<&M����Y���/�q�=
-���-����Dhu���A86¡�c[ᘆ���FT��pt�߻����N��3�߉j����8��q1��)n�!���۟s����@5\%\�
-MP�gN\kڟ�$�+H��G�ׅD�r�A�o�Qy��
���v�~�e �?��m �#U�,	2� ��S���)CAٜ$�Ma�W2�!/�b�0� �AF���z� �:���.ģ��C|�z����{	�2X�9;����7!~#]Eׄ~x3~����4�S(
-��8ˮ0����Q��8�86�N��L���k"�8š��3���h�m���l��2����m��}D��>~4Y�#��G[�s�����z3��
�Q
-�J"
-	�v;�vL4�A
-�cQRAƤE:�6��M���$���M�-�
-9O:�1o�L䀪)"�*�|T�� c-�|���*�!*aU��|g�G
�5��oF-���vԁ֠�h/zc�st6djt�j-�����;xZ�U`��F;a�gb���<��<�'Pz>0O z!0O�
-_̓ ���<��X���k���yR���<Eݑ-��x�T������d����P$!x��D"%0�[n��Q'q`>��?��P.A���*2'0�rɖ�|2���#P�z`^��)U`^���"�������&ݚ��)����4�F{̚��aM=siBS�7�7~O_�T�Cch��@�h�/=`P��
�a��Uh���h�`�P�¯&�Q����=�݋�5�I���o|���w����!�_�705�g6�����W�F}��c �w`ht@c�Q�
-�,�i��/��l�·�Y��o���7>1�դ����A�d��\b�i3@�M�����0Y�,�	�W39���������b9��c8x�>v�h=��`��w���n<����obh`T3��Y��Ŭ���"���b�W35:84:	��׫���!�D�~4ɮq
-���L�
bfN����fazWfprr,�b�����X��=�˘�YXS����7���},3�X���Ώ��18F��(oܸ�<XKzbr�wȷ��F���,�z���Mw�������	@lj��o\39ا)���)p%U�`��f+��!��t'18��6��0ȢS��p���7�0�܆�Z����������T�**�i(11R��^oW3PL-�j0�	���+��Q��6%����c�K}��k#s���n읏��.�!&�Яyݬ�
|�y=
+x��{	|Su���w�M��m��m�fm�nY�4M�4�Ѝ��Ji�ڦt
+""Sud�2�|��!���9�,�}3��q��8�:��ax<��^޹7)MK�>7��߽9������v/#��Ȋ8h�g�;����2̜D������&�
+�~���þ�و��A�������M��ӆ������F��}!�Y�?��4�|x���fu�%������9w��&&"�e#d�ߣ�F�#}��v�J�@�C�ވ��o �1ʄ#F^���O.��&H�Dq��^(?,<B%�%R�E�(��q*�F�����I�)�&�Ś�2�d�tde�8s]���¢�Ҳ�U�U�5�k���§�����{��&8<�w��!�n]�8g���m���p�t!���L\�R�Y/�[�
+�^*�[J�^�9s�o�D�F �����9��7E^ ~���{\��I���Ɨh5/s/�a�e9O����7��\	��@�"�R3A�3Dn�
+H\!��:����sr��z���|11��ʅ��;��^��_��?=�Ց��w�0�
+�Vm�V��0�U�H*!8��&�q��@k�ӹ
h�]��z���YO������G�fu�?�����}�Ǡe���g�){F&�_����S�K�ɪ�5Y�1��̓
J��#W��Jb��N��TĮц/��v�v��FH�C�X�C�A/;����ߥپ\[�P��-Qk�r���4~w��!ᬎ:n]��8om#�.d�^`�E@ܖ�3pT�s�����LeeM��}��79�%�y��yJe^_E�@~,q�i��o����<�%��[�:�ų�|����/�2��4{ſ���os^A�i���#�z]h#ۄ�܉��g�.��X��R�r�ye
��w*�.}���αR֚,�+�'7�
�n�Xs�|C{hk�0+�`-���֎��‚��=+y�ܲ��>��7�&HCx��C�S�+V��Vg�6���V���@���p65U�����;���>r�Y{`��R��Cz�+\m3:�*��Z��k�X O�K�l7XF�!*�(=;�i4�k�1�������x�9=���,m	��r��Nk�T��i�
 ��v�S��'7;�~��T��z�t5�:
+�*�M�S�r;u�b�6Lהl�)R��̚���{���b����.�l/4���'��4���_?Zv.�ڄ6)�8���T��:���9��g���h�M�*D�54������'X���<�H�=W3�����|V�%'�e��,~n]}>���1���Z��h&�Z�5�ۻc���֯NM�/�W;S�i��I��G�E'i�	�z����meE��N���%>�P�Zӫ����Tk�ED���M�L-���0Y�����[����t���U
��V�m�6倨:�t�A�0�M�'�z��d�V�-���b��#a1���΃�s��
���^�Ӳ�@�g{cRm�8�x:�� SJK{]�[9�����1N�3|�{���M/`�o����ˊϭIr�7�OH�)�C<��칟e0���C>BZ��Eb�X+�x�x�o��`��#4�5؏ǝ7v3{�D��6%�͈�Q5�'F�fr����s�1
+X����8n7�ii/��.5��{�������mi����85���T''xfz����Al�q�d��aP�S�*¾
+_s�F[�1�_v_��޹�����@_�5V�}l�#wh�;I�Όֆ�)�'�+�(���,�P�fw���i�\���1o�����7cU"1�}noB,
+�~)v�;��ˮ��<ɗ9+�3[�ޙ�����{ʔ٭[��4O�&�IΪ���-"���٨�mm�V��L7�3�^�UY{��{~�[g�\��|MBO�4)�z�4�j�ݿܖ�ʿ4n�ҳ��Xp�j�����@�l||yt��hAN,Nh�?�wC�{x�Q�ʑn[��������ʱ�,�C�v�K�5�}�eb#��b�.�7_K�&Ζ��g�=�C3��s�C1ܺ�8=_K�.��
xj�6���i�u�<:7�=#��X�^����ӫԊ�&g~sf��mR��>���Tl�d�k�W�cG�Zߴ����%�����ڴF�>}�-��w�oܙ:����ܫ�g�Ѩ?zAL4�o'���a#�!�mD���C����sp5�
+c���"6c�N���ɇ�ڧ�¤�����&[��a���µ���A�")��c�J�<v��;�]n�O.��x`�/�j۶��Oї5����w��ޓ�:�|�撌�MhMD���S���"��|y���%�8=6�s_�����1)�ף�%Vi�]U�����֞�������g��Xi�ե�HX��o?�%羏C��Ž�����N2�wX��8���e�g�g�=���vdr`V��!8\&��( CH->R�/*���FU�N-�oſ�ѥ���oY����g5va�X+ڃ��n�E�a�x"��iԫ7#4�1�����O�[�OTJ�W[�ݬ߬_�
+ȤEf�� R�SRI��/�Z
�mwf)��a,^�Y:�`�����Gz�Y�4�t
+€�����U�*�jզ�7l�T��UM7�P�%�5v/<g���7γq��lr�B=?��Ք����U�Я)ZWQ��V�sl��\i�ރ\7��
+�3�I���6�� !&��h��~�u��*'Z�B�}���c������7���4�� �vVZ��}yh����y�����0E��DZ�
�.7�c(`�rR�R�ό��(
+9��o�d~_:G�~�m޾��ͮ��y��	��:�����ņ�?��p��hF_ǁ/xV�b���q �j�Z�ޓVbVp�7�(t.���I���O�S
+��	|��3�Ї<��y�Mu�C-����.����j���jk�
+4���x~'˔]��i���ʩ�?�KW�3*��uv�������<���	���xۊZ�t,����B&�����SO����?�!Ke+I��{����_���0"�	/.#A6�dQ����+O6�G�
+�#����V�a�9�	��@u���7�L�l쿗<�d3�~z2�D�:�IIR�\z%Ѹx�5�gZ���������G�̉L��P
+�L<	2�2+�Tòbm% +���_�H�*�}�sZ�ҎDz"i���RC��ʷ=ۭ�����>]\�M�/�,��y��À��	z �$��X�AX&�qȷBO�֦Ƅ���y}AAI"�.>�ɦd��%�O�Z������6$8��
+qc�2��D?7����\��7�ѯ�a¬��ཪ�&�6�2�A��� YNI��@�r�n~_k/�>F�/����t��E(^�d�(]F�)>� 1:t\ڸ�>�g���yB��d���ǜ����c�7G��w���K _*�˯,^�
+�o��A/<�H\d�P;I�����o>B�	2 ��	�#[8o��{�-��_=~����ڣ׎=~e��懦�'�ǟ�IM������>��ށ���������xf�Dq����#�V�f)���A�&�	��x�nW���qp3.�<��F#D����;��~bG5}����!c󌗩��rL�I,���l��n��V�7�Q���C�k�ږ�������%߆́�W�ʆ�5�w���ȍ��!O|J�XZ��!hK�W6
�潆�ė�]�����q��/�a
e�f62���3�I�<����Q_�$����6�`s>�F���\�%�vSm��*-�r7��W!&�11�_��cĠb�������}l ������?�b�m택�M�ގ�m��̖�|��rsk۾��I�+�绫��j�ܵ5˳��`l���偵�	�
��"�Uf��cw��,�7��m]��̾K
+�uz�Z"#[R��:�3��2�������eSa�w0�Z��6���ŽNm`3���=��=vx���Q�!�L���4���ڷV��hJ���\���%6�O���Ž=w�ukM��i����^�?�!���ɵ�A�d��0�d�BI,��UX��1S&�(�ti��ɪ	���
+�]R�
+�Ru��-��FU�^%�[�k��h��b��z~��ي��]Ğ��n�x����y�"�xL�8!&R���K��C�]�,u�8� ��<��r�U�xU$}�,���_�3����y�ܗfad�����L�Ke�z�M�*�"��K��̣��ܵT�
k~^Q������Q��d����%
�Zu����%��z�Wbȿ�	����U�*͜qw�TkT̿��#PJ��8T�/(������=�)���H���
+>�_|M�1���G��J���M�x��d�T.�OGh�
Q�8�'R����N�p94J&Q�+�بwC~r�ƅ���E��ؓyx�m.e7	�K��&*��*V/	�	4>]��ƋvJ���\|-ZfLLQ�' n����;��%)��RE�q92�J��,�U��B�c2���y���n�Ĩ��AH�$dz
+K����M��������Z?�����cr���E��-�O�Z��<3�O�J_��!���'�\-�`:f�h7&'�5I]m��R��2��؆�:�TWWW���~����N$`�_�DwA
K�ٖD�m���yL#����&w_Y���r���UI��֜���:�vZ�4H>��5�����SM�Ͼx&<�'u�M�XWp�K��:����zkN���"34�����,��s:�<#�X���ؑ�ǚ"�ky�;*X�M���C�����
���8��d$����9�����x�l9(4
+O���s��r��s�����Je���⵮�X��0>���"��0��_�o��oO��,U���=����ώeg�=5<rl83�?>
+8'-Ęb���y��.Q��-?��o���h�2e8������#%���J�w��ً�g�d����X=���33��6/<1V_����_�<�W�b�j�R�m	F3v-8�T@"��p��S2���G&3�`�,�$	��������p]Q�+��K,6g-�,*��KOM��`��h�#���{j����%/N<)��hَ5�%bD��Z� l�[���M��6\���Ȩs�C$U����Wd�1�m�ɯ^|������s�����ν��α�E'�b�	
+uYn"�'!Ȓ;�I(
�Z�v[pgnAc ��`���w���K/�w��X;Z��1��c�3>k鏘`�	d���߱�+M����M��T;ͱ���i�<b�:ӿ���N͠f4�6,�e�
��
+!���fTz�K��W�A��&��A�Ha6�ؿߙ�Kǥ���Xn�B�H��M��=k� Ó�+��:��{������$�uؤ�I~ij�%�����P�J��LLw��&U�������чuJ{��7)uy	�{�KRō�=M�Zf��GK#�#R�Z�vt�1&1?Z� �Q	9�
�-�dٗۖ��J�ԺZ�Eyu]�ֽ�a��(�V&�3ތ6�di���^�\Ev�ܬr{��o�?� _��?'X�K�D��&\0|�b���_��o7��F'�o;m���׸T�
�.xw�K��;g�����ˢ�r��yK%]�d���_S c4SM9�JH���z�)0��k�s�E���d�X�N��Iֈ��D̀,|���\��oU�����p��PA�B�����g���ɪ���_��r��H��[���S�
+��:%::��͞ET���L��e�r3+����_?��w�?�Z(��%�_eA�nq�C%ܸ։�Ҕ�e�SkiS�4~�l���O���x’Vケ�EB����ۜl��hCV�6R�����	2c����7hʾ�W���Ċ���)߸�WC+j|���lS�]��s��_��I����|uqu�5���%���Z�5w{�ە��G	�aQ{Vt�)�Y��^�Q��Ɯ���Q7�4�ٱ�𶁳뤾�uf}�:�e9�D��R�ה�nM���j���!����+]��
B�!������E2��?����;�>0��e��-���|��UE뫫�Ʃ
+ٳ�0��+}�݇!�D��������ܩS��''rr&N2���ק���y�<1Y�gdP]����b��˒��vZ�{���������py�BW-i�Y��{���7G�u,�/�;X�yXK*e�Q��'�qG��XҢZ�a����ҟ~ݙdp��mV2���ؒ4����fR�����Q�����gY���f1����������#~�t�/=��g�E�t��dW[�؈�\�a�M�5��<�Zv�9�i�s�k�4�FiSeJY���H�r{�t@�SHu0Y���0�2��!�w!NUom�*�&�,���h�Vɳ�+VOU%8�l^5V�P]�Ԟ	6Jq�de|κJ����$�&"��,I�V��దk�Uޢ��U	*[IBV��xtjn�1�j���t��n�Ky��.OrJ�~��Vi@ߐ*��\��͍d����D$�eF׌��Zu���NN_kj�q۸�m���d�J�0�znj�f��[`_~BU�y��5��.��`5B�^���#�n���בO���.�橘�
+b�G��?�S�i�>8��`U4�b<��ys>nu��u��Y,���n��$c!w���_�#������D��H��<N-��-*��/İO��_�D���%�k��&����͍�
+YAu�?�4O��N����}~y���<L��b����4�Ё�L��pe���
MT��ŠJ��B��WE�_�^3���$}���o(]�0n_&��"[(WD\���lhj�P�~؃+NV�p��6w�x{��	���V9}���\�P���7�Y�a�����E�L.mEX�2��Z25S#Ey’��6����_�pE�虇B%Q��.-6d���0AӦ&���m���u�X�AN.6#���^�oA�թ������l"\eK�5�˞��
+e��$�����}���a޾	�/����ߕ4�.j�i?�����6�{�]4x`dU�K�Ц���nWH��Z)��aF�L(�����lρ���Q^��~�]���/X�~}C]�´�b��@N0gr���a
+���]�J1q6ޢ��=����z����4��HH��ɩX�Kk���'wJ��I<�o���_/>M����boRyoNVwErrEwVNoy�~�x�JU2�ظ�T�*��� �r[�>q-�c��ԓ�<lR���!�M�mK�s,o�
+HX�C+�C1k�s����ge�%'~-U[!���^��٧P8H�¤qB�͚i\����G�J��d*���r	OH.�ҥvW=���o�lڕ$s8$��<�̆)G6#�����q����"B��$1�i�Υ�%c����u��;Cid:��ߜ1|�xv��D�3�����w������'�zK<��\�I��������:��2|����^8e?�ȍ��8:�^A�]F7p;���*Nn&��
+���.j�z���9�����{�/s����
���<�{��B�C[B�����?��m�$�v:\~W�#�O��!��8)�ł�E�Fn�|%r.�1js�a�pR��(Wt��=1O\#> �.�<'�O	-���~/��c�D	Ϡ?��h
+�M�٣��؂lp�N0O��Q���c#z86���i8:�kD:G7���=j	�D�8������Mqކ�g�k�ⶠ�+8>��9��Z�T�U����u�����6��)J⼌Ԝ~�x]H�)GQt�:q	U�'o]���j�^�+��s8���rP5�‘ ����>�N��[�2�!��IB���~%��<*&��md��X�'��	"���O�B<J�<�'��{
+9��,�%���c���}�'�7�UtM�ׁ7�?��L3:���ˈ��:c����+�s�c�T����Q?�J "�CP� �?C���6݂߱��V�.C��O�����G�h~�wA��9B�e>��Q���7���P ��p�$���`�3oz�`�D����1�!dLZ��j#j��� M2J���Ђ���#��>�D���!�8�B�G��2�ȷ� z���vQ5�A��w֡zԀQx�fԂZQjGh
ڍ��g1F?G/�L�Y�P|�8�}O�
+L1�h'���L���ǰ�G�
+A��	$@��IX᫁y�������`m`��"�=0�A*\�碨۲� ����#�y����<���+0�$��P�H���`�
�y>�$�
̇!���|�%���;CE���Q.���@f��|� _�P2�
+�P#U^���Ԥ[��5e>��p�f�h�YS0<��g.Mh��&�����5�j}hM�SBhM����A
+���4��`�
+��0
��O�_��;�sк�{���7��4������.����1�������������jߨorzD��hL� *�@a��4
R�e��
�Q�ր9kV���x��'�|��4�5C35��\��K;
�aH2�)4X����"K�%=4��j&ǽ�}#���_0�A,�X��pL/���.`��9��o�\X�ߍ���M
�j&��#+���� ��QV�>�5R��j�F�F'�b�z5�Ӛ�d{��Ï&�5N�AV�I�A,c��iP7�׬ L�J�NN��X,=��>����7b�� >k�����&X���b������>�h@7��7�G�bIOLN���Q���3��R/Ҟ��)�6T5��7:�M����k&�4c�8��j,0�l�:T���D!�^�&Yt
+�����&f��p:c�Ak��}��a���UE%5
%&F����
�j�〩P
�>3U`xE3j`����d�#��t�w�}��ε���M��X7����I��Q�׼n��>���=
 endstream
 endobj
 378 0 obj
 << /Type /FontDescriptor
-/FontName /AAAADY+NotoSerif
+/FontName /AAAAEC+NotoSerif
 /FontFile2 377 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -73430,36 +73400,33 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��zyxU��U�Ų-[�K��/��Z�$o��H��q�q;�c�v��	鐍�����Lay!�����f����k�t&�t�������7ã��N��x!��_#��{�ֹ�{��{N�#�ȍ8h�/�;1������������?ρ�BH�'6��{����ta�s�p|���/���yh�axx�W�̅g�'�m���9���4�
-mm��������B�������B�P�cc��#��0��7���?��
-B�o�����%}�'��|S���S�i���"q�D*��lR���Uk����z��d��Y�mv���.@o��(*����>���J\�:�5!�:	�W(.����o(�wnz��55O\{qӝaq�/.�
�����ԳX�s�]������U��H�*t��K%��|�$�QT��V�buU3�>��Ю�?П={����:{�F�ޛ��/��B(PXNx=jB*��ثt��A�J��
��QWȜ�i���f��\κ�&�h�J�Nn�ޣG�G�<��(
-ޔp�@�(���)'|"!�h�!��J���J�2��j6m�&���=�I�ܪ}6���Z(��T�����r�ϴ�F�֣�A?�Rq~�l�M�T�y�����p9�+4�\)3Zr^�g҂�;�����֋E�S犰k�]�r֮n/鍘�'���zy[����3��޷�"!��}��}ꁃ�3��,s7����{~-��%��ga,�;[�
'&΀R�ٷ��<5ɜ���F�9��T��ȳa���zG���U�+���@�,���œ�O�_��r�OV�����7�H���ݖ2��rs�.'<�Q��&o��e�z��d��n���<{���tWD�Z�~Oǎ��n�"��8��ld�iH�б`��y����<�#w��z弧�t��FDp�Eq��ǙF�O�;�%A<.Д�w� ��5���|�'�}}s`m��J�1K2-�g��e,NҠcd�떒�W�g�/y7D�﵄�nyw%��drҤZ%).���-��l���{�|c�ԉ~���r_tV�zg�Ǹ��<�6}("Ε�b�?l8�MM��'���ݘ�
 �Y�]e�X��M�,��Q�f .Ä���L�Yoz=~��PYoM>Wꏬ+���hIٶWf&�����>�wԢ,�NS��rʋ]��lu5o������{�*YzI�x����[��%�������=�P�]SbW:���r⣿�����z"��N��
-1���l��I1n#t�s�f��_P�|�!|���X�A�c)�ф�Q#BY@ˀ߆��8I6[�$Ô,�d���r2�p������X�R;X�uo��f��w��l)��-���6��l
-]p�)�5��J�<���o�Dx�j˺:}�kw���{v7��t�
}���dž�[��mwyZk����Y_�����VY
��_K�W!�T4����'q�Vf'�<�rj���[Mp��N��#u��R�(S�G�P����
-�R��b�6�w�dh�i��GS�r)?%[�Jێ�ƿ?��VH�Y@�4]��z�F��X'��S��R�S�.~����l��75�S`{ؗ8r��CNT��.�'e�MY��B�:-��I�K�)���ff������|�]n��r-�v"���<���pO�*����PS��lUYO���
-���І;W���xJN���h���^�1���5��5�P��W��.Q���z�Kx�J�ـ'Ha43��o\�
-8A���(3���Ww�J}����r掗�Kt�=�2_��w_�Ѿ�����U�4�Ҷ��0�,{���d�T��c�t��m޶�?{䑏��1뒱۫`7%��Fp)�n��<�L�ɄK#���#�?~8���s23sͲ(q����>�ԥ3S#'F��ק��:���k�2%����3؄�7V�;�9�a}}�¨&�M�1�f6�D:����6���@ƍ��̜���c�G��������V���{��q�� ���^������n��,J��̕�ηT��ryql� 4��`�r�d;�%�a�S�*��Z;a;��O�);Wz��_������- *43�JY�H���oП����OX}�{�{W�>��R꩜8��p�<���`��U{T�Zx�J���r�ʇ뭬�?y���ǎ��X,�Xj���؂��������_0E�nE;ї|��������c>��H�k�F���N���3� ފJ�;&i���9�OX�eɇ����>�xgΐW���0s�Y����Sq��?`X
 �����Ò�^���^����YZB\I��IeBʶ"tWu������W՛
-6��3ٹ�ɩg4�l<_�n3EQ�lX����;�c-.�����n*#��}�ѱe����
�dS��~^?��/���������(�h3龃t��RdL��E�M��"�A��#�&*����r��-��ȫ1ִ��i	v\���e!�,YLhY��1�8W6�B�|�e��K���œ��0>���W����z���Lm{6��k7W�����P_��X�������x���oo���G�f��?M������ޝ�l�8�<��
�Պ#��Z%V�Iw��_�w3��`x��Ӱ�Z�*�i����m�ϱT]�ʶ����{�ڶ7[X_19B=ą��s[Hٖ�K�<�;���wY*�8�����*}��]�ѣ���}�b[O�jB�B��5����6g���G6ٚ~WR�6���:%{�;�e����H�h��gu��6r�;����E������.��94����;�X��lJ�O�r�1��M:m����x�X���ܒE	�O��2�,K����uH�HL~�N|��ک��$�X:��e˷
 d=&��o��e>�\�`"M�7��{��F&�to����2�*<֘�X�ى5;�����A��+�����<:S�1�O6���2N�Ԝc�ɓ�ăU��v�D&�R�����Z��s�O(�eg����
����"Nvg�ȅi����d�D��>���8L���S��F������̒xE�����Qi$�C���r�|�1�X���\P<���I�)K�roa�L]�*�F)���RyZ��q�P�E�,j�1WH��9}��L�R��ZE��*���*dbJ�c!���5w_g����7\��!M�Q�}�X,�P�%�y.D]��+���+�̡-�
����22~�W���D���f��,cG*frO�b꙲��(ǔK������e��.������Eͪ�.�,�������/
-��o���
-�
-<H����8�5�rR5�^�8Bqv:6MCQ>=:.�ǫ�dj�����Z�!��|:�>!TYUB�H�&�0�Ή,�<�~$D!&��� OHf��[��Ő��a?`f��,*��xU]�v��u�O�~���'��~0�O�q���n�X_^[�Y�����|�tt�½eOrI]I;q����]����#7����:����`^Vޚk�;��n�F����x/p%P�'3h���[%E.���&�5�����-�K{KeY��0�ȮR�Ku|�{IQB����'F�4lqK$��@g'a}���JwUމ�@]�v�Z���F�WCG��KX�>�e��h��_^�˙��_�_�mK�跂&k�dzMtm�������=>蓗�0/B`��]��
�bE�����d��O}��XW��Ѕ�j_O��6|f�{�W�2�9��J+ت�l�B���p�	4r��ap��x�6��9� �p�8K^��S���h ��ɾ���K�B��$�U�2}&���������5�sH�͹�Ԃ���*����}����Vf,�H�u��|�
 ���u�f���A��،*��Q>S�sy:��^ě�uL�
6��&�p�f�%����}����}�ջ��{IK����Y�����p���s.��ȅ}G>|�.t���F��q26S��7���H^�Z��g!2�����.xp�J�-�ז���CO���4�v�d[rF�+�Osm^Y���<԰��!����F*%���;<qh�0�呈�%�V�q�mFw$Ύ�]R���8��[�&`���m�=���<��]�~6����U�+�O��d�,�R�*�`��T�^�OWI�}�o�u����kz`�?_�rW�9�W�v8E��
-�)`ʚ�;{�k'��|����d��y0�t��o��넔An�fI��T!_^�37���cLb�T�뵶��:0K�Cc3��ZG�Q_�s�3�[�_{Ǥ[��,m���k[�*S�A�^��r�.�>P���dw��
�|���S����gQ�\��N�%��b�9����%��\�W���
bM�i����uN����%��Ze*\7���
-s�TA]�
-�*~�~9��ⴗT�R�=��&w1�6�N��
-��=�f�/r9�$��*W�d�p��+��K5#�%���
-e��3�c�"�Hd(����b����<K�1O|�t"�A��KPGd��2v���ds�yVb"�����*,ZW�V:�t�W¡�o���Gq�Nc��2j��5p�
-<>���J�G,�I��x�c�u!���-v���s'k�{�-9��%� 	���^�T́�]8�?V��BX<�$�+f�4�ǜ:�%�̎e��К
G�-�M	��#	�F(p[��~�K5_�(in�e���Ĵ5��K9KI�|3�1���L�Z�z.>��4�z�$�ԭٰ�W=�.��t�m��B^���z�$l�n`����xf�W�h)_�2;7��V�ߝ�w-�����Ft�����G���MJ&�1[�`�������ϳo���?�ց�y���VZ�ꕱ�6������V��G�+W=p�H��Dq�ĩ�سc��س�u��?��!��Z$�SODk�A&W�\�`&��[o[fIM�\!~Ȕ"�m�t����������fKq����_?lc�zK��ľ�W�VV���G.�^���0G�����.������-LJ�IR��fT����I>.�{T�{���v��$_����V��]�!�}�S�\c�Q�N��>u�����S�'��|mk�p~E��X\[W�M?��,ԝ�1�Q�ߨ;�
 ��yEՉ/��sXJ�TڒV��� [Q�[�f�:Gh������y����"kO�q�N��+:���>�b��,�xs�>�C�[�f4�vWk�A�vpk�֥��ܹ���ʵ��
-�
�J8�Hͼ#�3?�%�?�Z��W�f2bw^�63P��L4�?Y5�	i^�\�z�T�^�8C�k��$)�W����M�L>��T=��$�6�8�M`":�ڶ
�/f�}&
-��a,s�8��y~5_�=j�C�JC�O~��(Ҧ��'�����Z�j�G���;��*y�d�F]�[�����
-
'�9�,��V�N�ӗ�k���\�WO�F5�t��I��3ȃ�t���I^hJ�Α�P�5uZ�[D�]��0�"���)��+7�#Ľ8�_f�!���\( So[@B�"��
-��II�L��VG���Rm׫3�o���?�*�v5��P�S�
qf:�M�(/P����Cf��Sj�6e�����B�������Vm~� 7xEn9�����J�75����\�����`%�����O��F�����-vs�e�������W3Ԍө��L�b����w�1Ԍ
&h�u��=<�C)�)&{�U�	Sv<���ͣizWiS/fkm�^U*�j1]�1C�]��C�͔�ɬ�C3��d
���K%��!3	!�r$�K�	��ї�����e�f���MƊ���c��c��
-��4�>ONԖE�\�ŤOϐ��	"M($�SP�7�P�q���6�����������k%���Ŝ�q�C�ʰ
t-!�M*��L|��@��Lq��ěQ�����K\����B8�Z�5�Kv�ϐQ�T�4�
��i�����+�vr�q���������?ͧS�SO�@�-x=U�Z�z_�oӈ����i_���K�J��Of����7�"$��{�UD'�K4�jڎ�p��Q�
-�68���#��">�s:�V�����T5�V�aTL�P1q��YN)*�=
�����>gQ�J8ב�s�y�̻�$�/P���s7��!����E'��8޺y�#O\��YAn�>��V��BV�3$��ruV���96$��I�x�4B�Y��nL��ǎ�O	+)AgP&zqV�'�MqJ��pq��0[�:q&�C����T>Aq(�C�k��&<ge�in�AZ$�o&0�Z����%�t=�u�M���D���?
�F��JEiH��H����!�S %R!#2,(�̇Hh��ޅܰ�{� �)
�(�"��kP-�C�h50�5�fԂZQdkQ�Ch=�DP;r.�|�.��ݰZ8�?$t8)g�C=���B/&���/'�$ң%�$`���S(�&�Rc{R�y}R�������x[���P��񙤜}�%�P���<I���<���\�\D<)�n⩤<���Iy**#�o�'��lO��@>���#'y&)OG]�o�r!ʧ��r!j�6W�Ol���z�m���Pl@[7���V�b�6�֔�m`j`�~'�F�hmG�h
�a4
���
 ��[���!$ЪCc�9�$18��zj�m
�yt�����4>=�]3092��^��k
�c
V���!qM���c���'i�whdlH��.>�e{6B�1V�v@��G�0�ȇ���6��ur��*�j�����������.����.SЉ��9�N�p5��+��1���~v��)m�vz�� �;9�\�%FX��1
�����M�Q����n�o��U���Z�xx`jdhL;=����aַ���X��+���Ό
��M������ko��_�6M�s�5�,��UV�ȴh3��
��ہ���(q�����C���}�qׄ���X�N��%g\0�qV�t,�����p���o\I�۶msƓ�bUOM�􏌯м��s���uO�lF"5��
�M��f��&����ʉ�>8%�ص4�8�_G@��JZ��c?KL�ìu*a�^�h-���D�0D^2�^�s|r�K��r5�UG��D��ϷwɨN�<	6u�U��>� ^5�M��"�d���h����4�)��`�c�ۅ+OH
 ΰ�"������m��?(�h
+x��zytU��{U�Ų-[�K��/�e-�,ɲ-ˋ�-��(��8v�ǒ�x!��$�e�fB��Й�3L�_��3!��gh�3�3á����*��B���>���ޭW��޽�w߽%#� ���x���s?�H^B��cۆj�<��!���D߅�w[҅��#�;����������>Q�՟��1�w�$j�3��)��-���?���?@�wrbz��&w!C�����߮��!h�!n6�Hd�e����}1xJ�K.��N�	���8���R��:32E�,�T&G�
+�T!����hu����lɳ��
+����=E^��8��c��`4K�;q�kGRhHԄ\� o����B��߹�ūO��>q�ōw�ā��8&�+���ʓ�b�Άw�^~�sFW�z#���AX�jB,�B��xVQ�ꪩauU3�>��Ў��?П={����:s�Fמ���/`?�B�_TNx�jB*��أ���A�J��
�v�gȜ�i9�f��\κ�&�h�J�Nn��#G���<��(
+ޔp�@�(���.'�"!�h�!��J��SJ�2��j6m�&���9�I�ܪ}6���X(��\�����r�״�z�֭�A?�Rq~�l�M�Tֹ}���yq9�-2�\)3Zr^�g���;�
����։E�Roc�ƻjr֬�(鋘��ON����������T�[����>��=������_������vg�=	�n~�b���Y���|cÉ�3`��To�.12OM2'|u�1O�+d0Um(v���Z��h�w_զ
+m��1�w`�����sU���������I^x��Rf�Tn���g;K7���kk������5U��Ƿ�6� zwkd�;"O-츧s��n�"��9��ld�iH�б`��y�����<�#����z�;`�U�?#"8���|A�ۑF�O���]%A<.Д��o'��hއ���^ovǺ�,��ڪl�c� dZ4
+ϒ��2X�A���-%�����_�X�c	�\�J�'���I�
+:JR\23�SV���/�W�=�Ɔ���u����vս=O妦�L�����8W��u���75�㏟��w�Nkd������&i�n�Y>-@e���N,�[p3�g��q�`R�Ce}��\�/��h�cc%e[_����ڇ~�H��Q��dC8M��)8ӱ!��lY?�i���g;�*YzI������[����yl��s��@SR�t�4��_��G~s_�^9�D��]�K/�5b<��ؐ��b�N��?)p�����_P��a|z��iX�A�c)�ф�	�,��߁o�N�	�$�-B�aJ\�tfY9d8w׮���w��v�o�����f������;7W�oxהi��[Z�e6�.���Zg~e�<���g�Dx�j��z}�kw��	�zw5{��t������F���m���j���@m�����B��TY
��Bok�G!sW�����'q�Vf'�<�rj����[Mp����#u��R�(S�G�P�����
+�R��R�m��n��*2Ӹu����R~J�J��
?�FQ������i����[@'��S��R�C�.~����b�447�`{ؗ8r��CT��.�'e�MY��B�:-��I�K�)���vv������|�Cn��r-�"���<��po�*����`s��@���7�@U���qh���~�N<%����`���^�>���5���3nW�jjzJ,�������8k֯�	R��*����N�C�f�#��,G��]��_���z�����]eo������f,�t�ACq�>ͭ�ml-��˞?�%?7U�u�+]*�`�����y�#�̺d��*�M	��\ʠ[n/7%s2�RĈ9�v�����wG����\�,J�x����>y������1��)��N$lq�Z�L��{���46a����'>gb<��o`\դ��=f��L��H'�A�|RS���d>�q�5*3�ff��Qj�A�,D?�?�����}/�/�W����}}�Zi4��c2se��-բ�\^�2-!���
 ��<ٽ�İ̌�	�o��?���c��'����+�/����~f�k������A��L$��7�O�uo�g�>���Q�o�T�z+'��۝��m37�T�n�ơ��ߒ�n6�\��+��O�j�򱽽"�0��g��}l��[TC|KN�/�"�J����K>��Xe�sQ�Y�9dm$�5K��[p'GD��uoE���4�����%,Dz�C�r�kzX�sÐW���07�f1���@��?`X�����Ò�^���^����ZB\N��IeBʶ"t�u����m�jL��
+2ٹ��i`4^�o8_�n5E
S�lX����;�c-.�����V�n:#��}�ѱe�����k�dS��~���-��������� �j3��t��RlL��E�͸�� aq���v�~]B}y��-��0�Wb�i�	��:��yra�B|Y��в$�c�q.�������������9gNb|f����{6��i7��wo���a&�<O��'1�����������x�ȧ������G�z��?M������ޕ�l�8�<��
ԕ�ß�����a�/ƻ�~} <��n�\�Q�n��RT�;��,U����-�頹}gw���+&Gh���}n)��|ai��'r"���NK�j;�0X�S��_�#:v��Ҹ�llˉ�"MhcH^��������52��F[���J�ڇ��:��s�:����Y�	6��Y��x������Mq���ak��Ϸu
ϭ���*�0��Ӵ�~F6Cb�N&C�� 0V;�(�dQ��S���T���q���:�j%&��^|���W�3Iرt��
 �K0�w�zL$��^��|ȹ��D���o�����ML��$�d���u�&<ޔ�X�ى5{���'����W�!3X�%�yt�Vch�j&
�e�(�9G�;�������L��&!{�g���h�P&�Τ{ޥ�1�I���ȑӸ�!5J'��4�}*�DZ���2��F�3H=
/S�%�������9��H$��HU�(�zc,�������xL�+H�HS����Š����Ub�R�ዥ��㒡���Y�c��~�s�}����(
v��x�YL��OU�ĔP'�BΩW]�]�*SW�H!��4�F���bi�r��(�/7B�m�B��<���bY�!���.#�x��oH�ދ�a68�2vq�b&��-��)+���rL9Ś�l.�]���t��x[^Ԭ���QJ��+Y��0o�z���С�C�i���6���\�3'U#�U��#g�s`�4��c�gC�x�:M�.��\���Z�7���W��'�*�J��Ҥ��9�Śg?5��(��Y��	ɬu�B4���|�̌��e�Uw��
 �-{��զ��z�������s\z>��&֗�ה�g׺?��_������p_ٓ\RW�Aܣ+ms��*nu�M�{z��/�D��5����z����[<�r=�5��\	�����b1�VDI�����<�j
/�1@8���ަRYV������:>�=��(a����'F}4luI$���`Wa}�C�JWU��@]�^� F?����������3rl��1���<�+�3�7�$��ڗ��oM��������
M��n�|�+/ne^����S;�bE��﨤d��N~�7�+i��B.����f9�����
�Kk�l��I�r���h�����0�@j�d�pԦg\8Ȓ�6��
<5��o~��dê���0Ib��L���4�u��P")lz��ҵ7��jA�x~�SQ}�ߎ<r�PDa+3���:eK�Gɏ]۲`3��X�`lF����(����<[f/���:����X��F9x��T�|go8���M�zw�|i��Wx���b�k�1��N4�u�Ho<|~����}����Gz
 ���5-eF�g��W���Yȃ^Ϣ���s�]���z��ӱ��ͺ��
+�-�
+�\���6����E�_l���On�i#��NU��<8_���HD�j�8Z�6�;�gG�.���zB̭w�L}�Ķ̞|�L�xy��ihu֊L��"���e9"K�Ԩ�,zj,U����U�t�훡G�uG>~��ؗ��W�\�y�&����������b�n왻�����Tx��3�<�a�P���tB� �i��ZY��//
כ�v��0&1O�Ԋ�Z[�l=��������T��Ĩ/�:噁֡���1)�V�,K��ښ���ʢT}���[[�ׅ���L�p��`����A�1E�}�ȥ���YBvO�*���z���Pb��-�Ȳ�A��4�u�ܳ�!���3U�5����!z��(�I����Z�����-���*]������
+�z`c.�$Ns��o$��,}�E.��F����\W��r�f���$�\[�,{~�s�Rl��s�Q,6_�gI7���8��fq�"��0��]c"6�\f����i�?n�
+�ז���2���p���'��Q�q����(-�5p�
+<>���J�G,�I��x�c�u!���-v���s'o�{�=9��%� 	���^��T���8�7^��CX<�$��N��ǜz�%���e�����G��m�	��#	�F�[��~�K5_�(in�e���4Ĵ���K9KI�|3�1���L�Z|z.>��4�r�$�ԯ^��W=��w��6�_!/1�\?\6
+��3�K�K<����u���/p��Gs+��������I|�Z#z��WM�#�W�&%�-N0��j��G��繷���̟{k��\�i/-m���s�[FX����}��X��5\<?9L���?;���?˾[���3�ro�E�n;�D��dr5��f�l�����a�����L)2�vK��m��F��}�6]��l)��>���u���L��J�`�W��w�\��C<��Ń��V9���P������_~�;6��؈'�C*�ڄ
+Z�"2���}�Jz��0��5����z�*���ׇ�M�ww�ܒk,2��)�٫�b ��~uJ��#␯i�ɯȗu�U���vN�B�I�����WT���ı~���J�-is{�
+�%}u��]k�<��w_4�or�:]ЮR�b��Վҩ�cE��ԧV՚eO���+r+W�E��j�c~3��
m��:��"�+7;�2X�fow!�^	���w�>��D�g�B���H�AF�ʫ�f��}����'�F4!��K_=����gtMs]ă�E��������������j`r�d�f^�<�	L��@S׾�u��L��D�w2�e��Z�4;ϧ���R�[-z�[iH�ɯ�/��ڴ��d��UV[�t�o/R��7N�=J^<Y�Q���V=��zư�BÉb'�9�U�Ө��E�*}&5���sQ�)��_ap��� �n(�o�W���g�9�ā�:��%���]�]t���r�
+��kq/�fHϲ1
+����P������B��rR�3Ӻ���!��T�ՙ�7W~����S��5��T�S��qf:�M�(�S��
�f��]j�6e�����B�o��;�-��lA<n�\r�kSsC��o$jYʁ˹�����`%�����O��F���������X�t�u�c��jƙ�9n�F1�`VvI�;��jF�4m�:U�n����S}�*�);O����4�������6��*��L���v���n�� �f��dV��YMq�����̥��吙���	9���%������Kk|��zF�4k3��--&cEmt�A��ёj�`�Z�''��"B��bҧgH���&��((�k�����
����C�G��l�E�{��=�z1g[\c93l��=FK�c�J=N?$P�(S����/�fԈb�.������QG�Fr�n��#*�j�����9�ݜ_s%�.�Y�W�b�n��[���tJy��)���
+RR�K�m�6�v.������_	��^��1��&b~�B�Rz�����B{�fXM�P�:8p��h���.8�\.�szQ�Ӊ�p
p@�oPj�-�C(@zQ��z��xO��mᨠ����5��e޶�.#	���)Dʏz��C=�z�*d��ʼn"q��n^��׼GV�[�Ϡ��9���� ���K]��x��5�
ɩg���?��`�n��ӷ��c�S�JJ�i���F��	hS�R��A�'9̖�N�����J "�OP
+���A�Z��	�Y��k[Zj�	�	�CD���|,��y�@�`?7���m�O�Q��RQ!1� )��r��H�TȈL�ʃ1�!@E�D.��=ȇ���@C)
+���ZT��QZ�kBͨ��6���EkQ'Z���z�͎��7ݲ��E�)f7�N��Jʙ�P�%��ЋI9����I9���GI9	�.%����I9�Ը )瀼!)�|]R�ER�5y�Cz|0ه���tR·>W�r��	^R��$DaR���HR.@N"��P�TR���ĵ�<��ٷ��HMv$�i �J�ӑ�<����n�I��S�I�uP��'&�M���hݮB��vbb86���wh+c1m;skZ�>8=8u��U�	4���)4�������Յ��N��0�AhգqԏpU	���o=5Ͷ�<����h���Ю�ZL@�	赚�1���&b�8N������m��4�7<:>��kֲ=���8�e N��>��ж�q�q�:9�J��stpjztb\[�pigG��L�i���Ђ�`�"��E#��m��~;��ntZۧ�����M�i'���d	�Qք}p��0}`�AvzShd,�ۺ�[�c��V>�����o�t��-��q� 芇�f����#��3������m�[j��
�C3�gA�e&A�C0
 2-��kof�v`Fff&K�����A�0kbG�D�9� N��3�|	�'L|����6u��8ܟ�c<�gR�֭[��X��3��+4oe��e9�E�� ��сH������`����)��Ƞ�r��N�;��.����e�N'-��q�%&c��:�0^�K��?S��Dv3D^2�>�cbj�K��v6�WG�WG���Ϸoɨ�<6u�U��>
�F ^5�Ͱ�"�d���h���w�}�1��`�c����OHΰ�"�4�����m���(�h
 endstream
 endobj
 382 0 obj
 << /Type /FontDescriptor
-/FontName /AAAADZ+NotoSerif-Bold
+/FontName /AAAAED+NotoSerif-Bold
 /FontFile2 381 0 R
 /FontBBox [-212 -250 1306 1058]
 /Flags 6
@@ -73486,20 +73453,21 @@ endobj
 endobj
 385 0 obj
 << /Length1 2316
-/Length 1236
+/Length 1237
 /Filter [/FlateDecode]
 >>
 stream
-x��U[hU�ϙ��[v���ܚ����n2�nJ�,Mb�`B+�@I2�lv��-٭M �H+E����*Y�hDė�1��XE�(�A��/}hՍ�9;ۤ�5�:�9��_�;���2ᤑ,�%�%�X��\{WF�	@��A$�+�xm*b��R�d�F^��"�|�fA�e�ۓ�RR����3~������F~&���>�_�#��SF2�,|�	�e@x
��9o��`��A\X��>�
-��V�뇲�U���-�����&�š-d,ڃ��������*x
-�aT���H����3�ӛIm�G[eZ��"����'��~�*SkM�Z^R�LZ;�������.$ǩ�L��'py<.=�|a$}����Ȱ�iG���+�t8����z��O���P}'\��z�88�N��ڸ�:)l2>�ic�S+�^��ʩȸ��y}u�:��ȍ�ޱ���hh�4�����@�[���6�,بg�zn��B���R$փf��1���0qcZZ�&��w[	���A���=(VQQk�UJ�&���3�\ܔ3l'���%���Vq�8U\��"�I�B������(�Ղ)Q>�k��{�uBx�5Q)�@�%'x]L`��=%	�����*�M���P����*${,�s���
٣�6\����d�d�I�娬�oS
���dP�C�}!بI�bs*�;���ٱ����},\b���e����2-�$y�D�
��K%J�hx�߆"���e��g� ����@C�0[�!����Gc����Y{<5���ƣ���R8a$�\<��~�
��ֈhG<ŧ�a�ݚ21��3��o�&�>0�
 ����;3c	���
-7I��mPG�7�T򙉝��cb�h�ϡ����gM�%��%z�����'!�ߘeX�8D!��k0�D�"J��5����`E� �?mϩ,�"H#H��9�E�)Ԇ�"ץ!��4�(\@ږ�gqZ�'�{]�����Y�E�c�0�zv��3:<�N�B#�t2x:���#�f���0^��1�y\�ؙ0�r�y��{�̛y3�"ƘCi��zeJs��,ְ�%��qa^k����ˣ�?��b�g���_9���9���-�ءR6)^�^�}vOu���/b,�������^��C��.wߩ�h�Ҽ���C�g`��Q�n$��F$�o��ޙ��N+��|a�Lw���%Y[�;�
-�n�
+x��U[hU�ϙ��[v���ܚ����n2�nJڄ&�h0��j�$�l�F����&��E��"��KK���_�>��E�@�*�E!��}�C�n����&
���Y����r�ۙ8�,�	%��`��(y�(��rdj�]q�.%�!�H�W�0�TĒ���!� ?����
��͂��ȷ'���h#�+�k�������ȿ��l&��}|o=��_ȟLɰ�o>�L���y筟7lߢ>���c#�`߇PA����P��
+�!�����"�[�[�P����E����>���"X�PO��*�v
+t��v�}z3�
�h�L��Z�5�}����?دZej��V�Kj�Ikg;�_^>څ�(՛)���$.�ǥ��]M_�t1=:�xґw���#�G�������:�S'�'U�1����/x�S�77n�N	�§�7m<pbe��X9�pv;���^E2���;���

���:��t뾺ڦ���x�µЍ����H���#X�A��&��JMD� ��kуW�5zP����N��vMA�g�X��l'���%���fq�8]\��$�N��u�"(8Q���D�t���&���	
��[�D��ٓ��	t1�U���$�_rT΂~��
+.U�M���!� ;nU�H�X������Gum�T��d�d�I�ᨬ�oS
���dP�C�}!بI�bs*�6;l��޶����y,\b���e����2-�8y�D�5��%J�hx�߆"���e��k� ����@C��3[�!����Gc���s�9{<I�d��TUx)�0�F.�Nq?�[xkD�#��S�0�nM�_șX���e��	���𝙱
+NpIn����6�#��*���Nx��6��T4��PC�L����&�l􂉿�\��p�^���o�2,B���5^�0���`���?���"
�!�?mש,��H�H��y�C�)��y�KC�I\Q8��-E��j��?� ��m���<�,fǬ5`.l���1������t*7|>�M'�0���x>�=�j"܏���|�qͣz�΄�#F�.�:1�f�E�1��$��,��渿9�a�K
+)�B��R?����ԍŸ�vϏ�r|�s>�[��C�lR�b?���ܮ�zy���*X6��a=?�u�C�>��]�Sg�:��y���O�z����H�O�H���>��L��]pZ�}��s[e�}����.)���߁2�n�
 endstream
 endobj
 386 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAEA+FontAwesome
+/FontName /AAAAEE+FontAwesome
 /FontFile2 385 0 R
 /FontBBox [-10 -155 1290 867]
 /Flags 4
@@ -73528,25 +73496,27 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��X	p�y~owq	�&p @I<@�x� �C�h�D�D�PGd�#۪,Y��:vlՖ=��x,O��u]7G3u&�Ğ6���N��ܴ�3��&�+��x:�b���������"�#���Tl��<�W�K+'��4�����l%3��P��K�'�ʝH>����MH$���{�i`\���XE�� ���	w��ǕWa��8����K�Oa̬K�R���UH����R��[iV`�'F���<�/=�?����x|�P$.A�RiY9�U�)U�W��o��7o�$�İ!�����f)i6����jj4�@)%�
-US�?���Xa �;��܅�&)E��4_(�8:<��X�RW^M�&"=��yJR"��z���sp�Lo�8M������X�]����m���ږ�cc�~�j��T�-m�8+k�)���
-G��������Ǔz]G��G.2686oS/���؀;H��E8p�HJy����A��R�M�3�YFmi�`��H>EH*��n9��qJ�Ԫ*xb��\:ܕuڢG��T�	�sYr@f���}!�]ǟT����6����T���t�
-�J���5���g�,�هg&n�x:�(*�ڈ�'��������i-Zz��9�@
�@�@ _,�o
T&����9�!Dʿ�ϯ,�p�?���Ʃk��od�N�Z���rk�R?��`�X;���%�j�D��{��r��]Y�4�����
l��-v��Y��9<4�/h��iK18݈�pQ�;�PQp!�'{*TK���v���S�D,��U��Ϊ�9�sȧ'H%�NL�F��,�˗nă	����}���5��g����:}h����@�U�ו���kTJ[�]n�U�����C��*եfs�h|;V[9@����(�;��b�u�V
-*�IJ���V�H��H�J"��?��{��mt��}�����?(��I�y�qf�+��<����m�e�J�x�ӛ|n9�"�"t���S�0��ˎ�%�xb�6��
-�!��0�����	���q�E.��"��_��[��C��=GVs���A���Ս#�
�_���q�f��s�ѓ{�'�"U���WY�	��S��G]r��'��Ħ=-�������:O�%�l6�f����
-E��{CH@(����VPF�:��y��D5��["�"��V7fV�	��c�H�8�k�����S�m���ZK
M�Y�R��ޱ�)�ޠy:ez�柟����?z��wV}��B
-����?��U����
��-��3g'l/�=5jI��7�׵���}`�ڤo���=Zo]e�K!�O����a���2U��PI��?��J�������K�fgS����
ak���oj��]C����65�G
=}�u�p7��P�xՐg#�8��N��qG
�~Q#�0���$���̼����Te��lq�D����+��q��	���v���p�L@#,)�K˭&�WӠ��k^?�V�W�����V^gR�G���eGi먎��u�3mzkה��-���s8=uoe�M�a�i}�6�]����'L�җ�0�--�G���[L��ܠ��6;S.������
-<mjuh��}Vc���裆6wh0V��[:�^/�=�3d�K�S]Ȯ`s>�A^A\�lf�RBM��n�ٖ��W��'�]7w��h�\��,���7;U�n��#vK��/|/풖,���ɋ�dh[U�໛�S��]V����P�oA莝1�,�'��+[��~���gϰ�b{Nd�c������_C�Oi���E�܁��N|���l����:NZPN�H$"^��Iyy���*)R�UjSOG��(���JQ�oՖ٦��{�j�u�\�;�ׯ�����b��c������a�P�377U}E����mFe]���Y�F�to�ݎ}mMǘ���@{�6��N�F��8���m^�E?��_f-Ya4R����$m+$mb���.-����Fƺ �fڷ󷦟�b�[s����{��5r��*�)��/���L?�g��graS�o�=�։����e��~��b_y���#
���
]v���߆MΥ���G�g/^h9�4]b�G��^�4
-P�ޒ�̖LT\w�ଵ|��q}�
����6�����`ujG�6��Q�*����桙�HO&�0�%�Α�e&	>���T������km���9{�1����������m��ݹux�.�ݸq��VU.��ev�q!j�a��n����\0�7���?v���S+�#��k�����fWy4��o�"�I�1�����H�x�H�5�ӹǏ�����52 ky����?������^m����0�v���7	��n�k�j��–�7V���=�*��m!���e:�}(T:�Ʃ�+�}Ԯ�,*k[,f�ۥ�uF�OL9i_�e|�>�S�z
��zG��gt�e��
��I���.,�8[�N��	^��;ng 7���$h�5��{�&�ix:����|!uꚪ>�Jy���K��Q��*��֪�m3��.��$
����6~��7yr�G�!���p�&�iN�Dž���2�w�1Aj	�$d�}���g�MɐP����y�D,�6:�W�p�å��md;m��fͫ"M�Zؙ�[:&�
 ��M_��d]Xf�Lm��&�˝�=g������U������[�@�Z��V;L�HFa9_��r#7��Fە�z��ي����5�z��}�>UXn��毞�k�
U�|�j�)��[�ux�֣�������$����X����aO��n�惪�¬\�nbr�j.lx	���v}^�Th�c��*�䷯�q���A�Ĕ�������>v#ٖqTk���9� ���Sٖ�g��/>�H[˥=0>v���O'�u)�oVȲBy��Z�F{����;��x��#�%�&��U*��^��#��/����E!S�`3�G����A��q�~��m��6/�B�A�����E�P�wE���5�?�p�Gfr/:�;�֩_n�G����t ���B�����c�KV�x�V����Q9z
�v}l aL�:�7a��=��p%�A��c%B��Q"�z�i':�	�������~dD��fA�eb�F��_1�����?���E�x�ojV�0�S�A�@�h
C]��=��q4���^�
 ��A�7=>�e��`%���
-t���2G���5�N�t��H����g�����R�~�N�z<��y�_��<d�Oqt>��wx
-�	��=#@a��.DJ"�х���ptR�8�و�]���M�.Fs���G/AArv뫓�|��K��=�^�\�o8z):@9��Q�9�MR��ɬ�\K.%rt������d�V��`z�Ew�����T��g�k��.h��N�5�DK(�r�F�A
�OCH3�[B+(�A�F��w]@Y���֪,;��5����rE3�=_K.�(���I ⬴����=���$�Q7L��FH��>��G2�L��*���-%�K����H/��iV�I���k
-�,�4���	�]t�����r���ײ�L�npy��zr�Y��)FU�7{�n%����v0RY�NFhA&�I2K���Zl!���-ә���i�d��3�b�S���ZZ����1���Y�_������lr)M���]V�Y�0�I�*ƁW*����t"�� 9���Iz��B�0,ʱ6���J���]"�lL�x�.�,�M�D.���v�g�%�Ů�Lʽ�E2n�9X�
-��
�gX..��SKO��*�i.6n�����])�,�u6������|�����N��yg���N��|<�����kt.��Vc�p�f��;`lty�8:�W���Ώ,<?$X�t��<W�\S��pnd�\dc����Y[r��Ⱥ#�=�щ^'����Iu�5𩻐O[ҳ@��z��D!{!�Y���������e��B�c�价�V޹n|�G�1�q���;m���c
+x��X	p�y~owq	�&p @I<@�x� �C�h�D�D�PGd�#۪,Y��:vlՖ=��x,O��u]7G3u&�Ğ6�L5��u��ܴ�3��&�+��z2�b���������"�#���Tl��<�W�K+'��4����b%3��P��K�'�ʝH>����MH$���{�i`\���XE�� ���	w��ǕWa��8����K��a̬K�R��_�
+	B�Y`�P*<!�
+���Ĉ�!��|���G��� )_ �K��TZV�drBJ������A����<	51�E�g�����YJ�M.�����
�:�DJI�B�����$V���" wa�IJ�?�'�J����-��ԕW��H�z%u���m��G;+��ܸ ��5�C�=�E�-8?�nW(&��v[f��e����w_���-UhK6�ʚCm��FmŸ�Q�ƹ��e����^בx𑋌
�����|r16���u0�R����dlP*�cS���a�Q[@0�A�6�O��:�[��s��)��
+��26�w�G�����o.�E{�\��l*k_�g��'UaGpa�ͦ�>-�i+(�����?%o
�wz�Ù!�g�ᙉ�7�Ά%�ʲ6���I��9���6ZK���x1P�8P-��[���0�cNw�����+K+��O%g�uj�9����S�֪�����ԏt6�+���=�j���6�������sWV:�m��t{���k��>w�w�a
�K��vE�RN7b'\T�2T\��ɞ�U��zx�ݦ$��,�u�!��*�g����	�GI��S�ѣ�&����`�F���(D�C�c
���'�NZ:w�a�,l�{�uec�����n��F���1��P���Ju��\-ߎ�VP��{;
+|��U��JaB%7I	���Ji�iWI�����s/����_�ˣ�_?p��e69�3�7�x%�b�y�����]i�uz��-G^�X��[�x*&v����Oچ]�>����Y�5A4@� �ȅ��C�|����c�������j.PVc2��2��q��A��7?-׌{.1zr��DV���u�*�0A��y*���KN���q�ش�E�#�F�Q�鲄#�������3r�B^�����~/�c����q��
+�XG2�q����;|K\dႱ����
+�#!5})�z-t��w�����Pk���b1�\
+���;��4%�t"O�Lo��˓ߞ��GO��ު/p�XHa�WT�'[��j��ל�A��e~x���嚠�F-i�����V�z��LU��MU�G뭫�s)d�i�s>�?lØ �Z�**���g�^	Z±6�tW}���l�����>�!l���M�!3�kh?���Ƞa��/���f�j��l���ɘB]2�aX�/�bDf1���V��2��WZ"T��̽�-n�h9�Kp%�39��!�\T"��N:�	h�%�<wi��D�j�#s��gު�Z�5���L*��|b����(m�Q���}�Mo�rW��U��c�G��l�i2l>�o�&��53���]�2F�e������#�r����4���cg�ecP���R��M�m���jlsV}����
��
+|zK���e��v��r)�`��l��?�+�렣�ͬ]J�IV��<�R�f�����N=횫זT��f���muy�n����]Ғe��<yq�m���b|wpab*ѶˊT0����#ݱ3ƛ���<xe��ϐ�!���[lωl~,x�b����a8�)�P�va�H�;���/�'q��<i���#��T�D"��,�������!UZ�6�t4;��l�����Vm�mj.�޹׫�X�̥�C{��/ X�:�(�k8�8o۫���%�=ssS�W䭡N��fT�����n�I�v�����t�9���WoC<p��tk�}�CY��慠_�3����k֒F#NȍLҶB�&v�����B��h`��j�}[1k��/fk�5��*O��w
�P#[���o��2�������~&6����f���k�����~�Q61���[*&�Ց�]>�ѐ�����ga��[��]��\:�?y$�p�⅖�L�%6}�e��A���-�l�D�p��Z�Hq�'ڰ�\/�:hSO(���V�&pp$hS~Ū"o��
 Oj�Y��d�s_���X�a��S�;OE+����v��)�KX�?;ʫ�vk���+Q�g���Ѝ�NjU�2�YvagG�����:�!��N��c~c+(�S���?�2�:r�1��V���lov�G�?�)"��S�Z�ԎG�$\�>�{��?�_#�f�g޼M�3��)�`��Z���LaGo �{p��������}�`,l�<qce����3�rk��rj�Z��݇Bա3o���X�G�*�Ȣ���b��]z]g�Pp�Ĕ���YƇ��:u��`j�wTzFg[&<�`h��y����ˆ�5����!kQ��vrs�)�M�&��P��'jr����mͱ;�R��������t��*5?N��zo�Z�6�^Q�rʉ@�N�~~i�W�A}�� z��B]Lob��}\ȸ�.��qWs�� IB��wxm�{Ưє	�l,o��K�k���pE
+7<\ZH�F�ӆ�iּ*�T����a��c���5/Nօe���Ɵh�A����s����;�[�J�|�ut�E�`�ä�d�c�)7r	�a$�]Y�w�����\^]S��(��G��S���v�j��	����P��g����uX�'k=:q*
+�KI�-�O�/9���)|-��/A�fk>�.��5��&&g���F����٭n7��e]A�?v^��I~��wOP[4OL������c7�mG�f_h�s��h�;��myyV;�ⳏ��غ\��c7�~�t�;���f�,+�7N�uqo���_a!��C�7�:�^�m2O]�� ��?�;����^P)X2e6�q4N}�Tg��8ٖ��za�/�į�:���p]�Ex�P���Y��*�zd&��S��h����{ԫ���O��/!$�l|�qM<�d�7o5�yA�����o�����xf�*�٣
+W���?&Q"$(%"����v�����,��GF$�ot^&�i���
��!�k�����O�\D�w�6�f��;ut�4���0Ե��c��Gh
+�E��M��|����[v�VP"����@�H�.st����*A78:�T�����~��I��{�N!����dz������C�G�*|�����3ƿ��B�$]��G!q����������M���b4G|��K��q�$g��:ȧ9��?���E��������KQu��K�$����ɵ�R"G7z��Lfi%N��]t��
+=�Le��x6�v,��V�A��$ZCI��(aoD��4�4�%���0Di4�\p����o�ʲ�8\����/ W4�����"���4"�J[�ά,Ѓ��Jru��
+,a��P�h~$���N�����R2�D;�m�t��X�f%�k
+�����I�?��p�E����/��p�_�&3i������	�fA�Uip��셻u�肣���He�:���&�,�sk��x*��Lg�[�U��C���Nq�khhVۻ���f�[w/dzɥ4���RwYf�@&ͪ^�p,��Ӊd:��8���'�-�Elð(�ڸl�*��v���19��(�p7e��j��=�Y���X��3)��ɸY��`}++7�a���ǶO],=�p��ظ9�Ǐw�8�X����B2���q��.;����:H8E���t<��^��ѹD��Z��Å�������^i6W8?.��d��`���b�\a�sM=Pvù��s��1VWfmɽR�"���F'z��w�7V$������B>mI�%�끦�<��f�z���?z���e��C�c�价�V޹n|�G�1�q���;m�4��c
 endstream
 endobj
 390 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAEB+NotoSerif-BoldItalic
+/FontName /AAAAEF+NotoSerif-BoldItalic
 /FontFile2 389 0 R
 /FontBBox [-265 -250 1289 1058]
 /Flags 70
@@ -73573,32 +73543,27 @@ endobj
 endobj
 393 0 obj
 << /Length1 6308
-/Length 4088
+/Length 4090
 /Filter [/FlateDecode]
 >>
 stream
-x��X{\SW�^����#$�H��HI���*�(����:@�@@H�J�2J-���i�:��8J-sk_�8S��֪ӗ�����v
-c�K��q�#�����z���䗜��9g��}��9@�f�*��
=;�=��~���k�zzQ��p�{��'���9�TK�<g�g͞��M8߅��N�îz\n���)��5
0��y!��K
-̉7��b���e
�&B8��p^��;f���@}?��^TW�j���|
-�0p(���nMx��B	~�?F��?�
-Qk��a��äɺ{""��h�6����H?�w�
-Dl���>��R�w~_��0�"C4
-d���Z�Z�X
�=j C���\��Wd6�G: <:9)Œ���Ҟ3�=GՖek�~D��J��8L�#�P�l�0X-�)VM��D���)�	�7��]j�\Uo/
-�c�S�{,%���eǿ5N���l9�����6W��ZT92 |�8� ��XK"jLN�'V�>D%S��j�8B,��$�Q:�t���'�9
����}C��z۸��I=��J��"�t����_a6�;����į������ٷa��S���L�[A;r�BT`H�*c4���L�ǧ�?���8_>�z�m/}��]%��;I$���9kkM���y����u,>��q�a����8Î���y$��������i�aں�^��N�xG��M�H};�hC�6�E)c&x�5Ŋc��7(�-���Ps���i+�	��P;�2�j�+�����Y�
�X�MHt�F�J�Ƞ.��9���O�=+��1�����h��7�>�]��
�\^��VU��'�~��¦�P�֕ۂ���be�N�j&�t��1k� ��	�@��[n-'�����i���#����񆙇��%��F=�" ;�:�ӊV$��Z9�9�9��1���Ae��(:�Oj�ZW�<g��z����v��mOW�ԑCt��
 ��Կ����_�ozp���%�$�WkA#W�z��iX��04��45�D���X�=c�T�
�$X��X����u?g�žvp�^mt?����/�����o<L�vb��')=�؋�ڷ�ٲe�C�%�V�u�W�YR�c?�5�8!涸����mQs۔��o��\�4��o<5;��&�[P��yjHG�ae_���K:�!�B	VB�1r�cVg�V#.���A\���ܕ��+m�I)�7;�l�LO-��ٺg�����dz��d2�[n�����L����4n(��_�JL/c���vc�Zgq�*�d�>�
-��Q�ND�"�j��hN1�|	Vw�hHGyh��3��n�{(�	�g�u
�����‰e6�T�Ob~w�^���!o^�g�}"V���U�)Vq�$TY���?�}�H1Qv�((��z�@���$�DC���
������"�}�%n�����ɦRh��Uj��忡tfIhyfx���}w!V�1Nb�މR�'ѱr�����:��nz�k�Z#�@;��^^�D���ֽ�wO*����Ж�_�CT�_�ǁ����Bk
�%�|Nm���&�O���m�\�%��1�ܱ��a�dndž��
-&�.����u)�$��{����
�]������l:J���? �!
m�!��V 02H�(" >\��R���� N	f�V�%i`~�}mu�}��&P�_f�S5o�yt����-_������A�4ww���}*���^yM��VҞk����	�Z�C��81@&������E��/��輝�o���>j��5��a�,����p��`r+�O1KX���ˀ�;����d]���'<:b͑%�׻N͓,K�NI೉�bڞ�����9WIɑ֦��3O{��Ÿ8П���9�>r�˗��^�Ekl7q{j�/b�4����g5e���Ľ9*cvQ��μ�E�,�!m�ʅ9�C��ճ�e��p�'d�!�ư>�v*k�������Ԥ㪤3�4�@����O-c��l�!^=7�L�M���|\ӌI�q4����O���ъb���z�z���Ve�V���.��"˓����k
-�b��5�	�@��,�c���g��(E�'M�q��l��='M-�==��1�7�=��}���W�ɤ�ܺ3�ע�y�����s���ڟ���CY�k������{�,}�~���dْ�Μ>�P�w�5�5x�hɑo�ɶ�$��n�O��uko!�`hp�!��H]Z�����d�����Z1��ŶN���\ৼG�m^P���u��m��6��������ЫTc^`h{0����!'>�F����B�Ğ��P2n�J�MF����V?��k�������B6�����m�O��������R���9��%�����ȥs>�L⎊��tm���^��#,�|T~�e�<�Ƈ������MW�f)l�<޵��`n�ܘ���F�4%�S�n)R�-w����U+n|��g���juX���q��3����2�̮��k�]���u<Ǒ���O<ߐ�.�b��7�������ٚ��(,
-��<9�qӦ��m�4�W�$ߜts���޼�k�J���$�f��U�
�5�s점+���V[5�;
-��ԑ$m�:I[g\e�?bV������~��R��ׅ���#B���csۈ��P�k[�3aN��09��zLuR�,��m�R�
-��Q3�E@nI���j�3&'Cڴ*b)�2A�sp�}Kgo��.�;�m޽�u���s�����j�μ�+�J�/>���&´�C,ػ🩎e�U�}���ĺD{I�+Ʉ����ɽ�OQ?��V��y6����r\�D�!�V�D��罕a����|{u�g�@�Fw�D��!҆\IXR�$.|�\"�k�OBT����
��,�>�5�2G��W��wl�b2��/M��{�-��^�?[n����\�4kgT�^8K8�J����Kn:g����n��x�'(�\�1a�dsdU�>�'� �B�K�/��B��V�����$�Y#�Y>Yh�Ų�#2je�GG�E#�W8�1rN(� �S�%�"���%<��"n3��M#G����sC;��V�C1�;��#�B+^{���`ᆡ�5��(��	�%Pvy��zox�}�(Co{"��Q���Au ��X�~x��E�${!�Y0D��#��0�'�?NĖx?������YK�d���t�烲�+���G,ƹ2��F�{�1rUPu�w1�2�/�8�
-��?���3]d�BȂlȁ\x�`	,�e�P�
�"x��#�)���a4�
-~x,��O�C�$'h�I΁���������yM���Ő$ ��Ir�I�$�a%.��2�$+$���Fi����H�( ��Q�+!��Kr%L�t���\�$��i�Ò���:I�%�!I>"� I>�������䝒<�OH�@0��䁰��J��t!O�A��*����XS���g�L�g���u}��¤O����SM�|G��q�����h�F��jp�S"f�L��cP�����t�,\P&�����cw5�3�k�W�i����8k�`1���O�I��U�x�u5��v�V��.������W׸��	�[*����P�K�ւ����G
ը���z|���͞x嘭�+��[l�Ʀ�K?�4#I����f�5�)�93!sI8jg~2���J�ϊh��Io�{핎z{�
-��j|���Q#�jǟ
ّR��V��-�w�}�HQ�3w�����j�������1�,\���U�a����.g�˃�%ipT��[�cj+ǩ���<"�fT�]����L��r4���3�ws���4����J��Z��T�77���YL\ޟ��nj�ݢ�ũI�������ؘ%ͫW�6�K�D�M�����W�_j���[��P֌�1��j*�&d��U�h�{�}Z��ҙ{����h���3u��ҫ�x�S����IC{v��7���{Qrg*'�T��.z`r7V��|^4��r�3d&0/��>Ϊ	57"�f_-�YoBI&^:�"���2�|E�b�#�s�'��*
��On�Rly�_�:z�ޠ�������r���ca
+x��X{\SW�^����#$�H����(b�ȣ��R�!A*E�(����U�8��Xj�[�RǙ���a����[��x;�Xm�vDZ�l��'D��w�_r�^眵�������2h�l�7�n;q%D]S�Z�̂�����AOջ+�i�s�T��|g�gծK�
8߁�N�îzBn���)
�U�0��y���
+͉7��d�����fT8��q^�78��Z
+�~@~��
+x�����x>��8��~p�&���\�?��j�ƟV��5�аp�a�d�=�QzC�q�����p$��{d�"��F����e�?��Tv�F�a��2�pmx-h�E��5��>v.y�+2��#���bI��_�ȝӑ�j϶��<���H�Sv&�y�vQ����&�j"��䔹�wқʭ.�W�j��2�)�<�R��ͽ�#��j
+l��<�ڞ�6W��:T92 |�8� ��XK"jLN�'V�>D%S��j�8B,��$�Q:�t���['�9
9K_ᾡ�I����읤��o�׏�.:<`��/3����Be���������a�����n�l��=����Q!*0$�c�1g�Da���w�?� ��8_}����^�"��B�53*��H"'Opֶ�\	󞦿�kX|.Y7�R��;P1q$��-,sH81�yt���+&��#�m7�>�,�NWyG���D�;�hC�6�E)c&x�5Ŋc��7(�-���Hs������	}t�2�j�*6g����y��
�X�MHt�z��*���.��9��ɏ�=+��1�����h��7�>�]���\Q��VW��'���Ҧ�P��U؂���e�N�i&�t��1k���	�`��[^.� {��9�i���#����񆙇�򥢥�G=�" ;�:�ӊV$��Z9�9���1���Ae��(:�Oj�ZW�<g��z��Ƕ��m�P�֓�t���ԟx��/�op���#=$�WkA#����iX��
 04��45�D���X�=c�T�
�$X��X�{��`�Şp���_or?��p�/z�ޏn<B~vt�c�'-{��Ϭ�o^�iӊ�;*K�|�ܯ:���~.kqB�mq5F#�(��(��5�N��fq���zzVD�MX3�ο�ذ��y���bRM�'tb3.F<ۄR��4c�Ǭ�­F&\�
$I��86W[�ˁ���7�2�ot�����Zӻy�zs�KW�TM!����/���oyI��n�39�}��p͸t��^Ÿ���ʵ��fU�h}�5����E��X+ќbp�<��	ѐΊ�d�g��@wQ�:����kuɳ��E�m4�r����=G#~�K��J�w�8D��y��S$��8I��$�ɡ��������YYX��38�*���={����Es
+�Ѣ�E1E�K4$��!��1X?�e�M����Ԥ��C��Њ��r۷{�B���b��x��O�c�$3Suڵ=����j�0��Ҿ~i%9�j���=��"���M�B���?/�=Cͳ�&��Kʹ����L,܇���m�l�%��)��့�r���u��Nԝ�����|Hiо������0k���k;�:t�j���@<$C:�B���@`d��QD@|�.%�XYͱ?@��P�&6:K���:������N����k�"s�.$�>W�dy����^n��^ս�Xpo1������#��@�fͷ��F_<:H&�������ũ/���]_l��~j��5��n��,�J���������V:��b��$�Ǘ9��31ɺ�Y91OzrĚ#K���w%���X�,������]�ږV��<��҃��h�ǟ�^����@�? �h��e�@�{	�����������H�kΘٜEW�ƨ�Y�1���KM�����E����Ol^W�b������*C��
 a}�T!�0q?s7��I�Ig^Y��OɎ`6?��骷هy��r�7�RX
+sqM3&���4��ZD>�G+�9~ۛI�QX��Y�{?<#h�?�,O�F�׮*��5Ɨ�%M&��`�M�z��n��4�����Q�w�mj����I�X���i��;\��BO&��֝q�=΃����}h.��E7�ʊ_�]T%�7���'�+�ߜ$K�p���O�9A���cDK~{�l�N"��� ��װ����2�ԥ�>P��nM֩iQ��e3���k�/��-�~�{4=�y�/^YS��FZg�ila�*�9��B5�y���"ʸ�\r����.�!_�i�%㖨�Ydt��Iёqm��O/��ĺꏫ�9�|@w��n�)=	��/�q�5�VK�ޣ��8c��Œr�3��]�D����tm���^��!,�|TA٠e�<�Ň���w�
��F)l�>ѽ��`��ܘ���F�4%�S�n)R�-w����e��n|�����lsR���qf��/�Օ2�ͮ��n�����}$ב4��O��X�!�b7��7�������ٚ��(,
+��<9�qÆ����w��&ߜts���¾���ʸ�$�����5�sl��'���V[5�;
+��ԑ$mźH{W\U�?b�������v�2��%י�Ř#B���óۉy�P�kK�3!��U��yp-�:�Yg��6�|)�El����"�	��`�M5����Cڵ*b)�2A�}h���gm����l�ݟw���+s��J����i������*�/>���&´�C,ػ🩎e�U�}���ĺH{I�+Ʉ#�⃞�K1>�{韢~D��r�mt1�'���{�6}@��(�h�NO{����x����l�ډF��X�dYC�
�&����I\�䙅yD�.�r�.��v�&�-�9�=Œ�S�+{�6K	�C�%�p۽ӖZB/ӟ-��țt��T��3�`7�$I%���%w/g����n�sx�/(�<�qa�di�jY��<H>_����P)r��% m|&	�g�|�OZa�l�ȠL�:�#�¡�Ay�� ��o��J H�v��X�+�8�A1����C�{P¹��(⡄ͅmx�ΑkB^{J�`�A7�k�Q�
��K������������Q���D#�����
+�A&����8�s�)�.B�'�`�"}G�$T�kpd� �8a[��j�c7g/Z�������n�X��gY��d�͍���c�:������bD?d�_hq6bQ<�H�g�LȂ��
9�y� ��"XK�
+�<��v�GQS��h�!��X�3�=�nIN�Ⳓ�9�(�9��%9���$�ыaI.@���D�TI.�J\*�eI�Ir9����X��Q@&��$WB('��J���Ir?�rY���q�Hr0sk$�?�r�%���$�H��{S�;%yʟ��`��(�a)��$�{�|IEŠwckSm�ӣO�>#Q��v��;�J�>��^_�N5�͎��*d����j�	L�D�3�_�Au�Ӂ�\pA%�p���z<���,�xt���_��n�[_�h�����ǃ?=&�C�V����V�V�Q[-T.p�ܞ�F��^S��'�o��K�/@-.Q[+z��5Ԡ���AG7{�c����o�9��k�.���$}��]֌��Gz�̄�%�����ʎgfD+	>+���f�]�i�W9�M�����q�G�H�4dGJ"�&X�2���]C�="E�?�ܝ�g:�kk\z���p��3�x�p�.:PWC��c׷���.旤�Q��hՏ���6o�[P�St��K�;L0�*м�.�T����Әj6W����bS���
 ���hFG�f1q=x*�3w�ZL���&Qހ���bc�4�\��� �U7{Z�j�wh^)~M��v�o�nFYZ�Tʯ�t����W��I�q:���J<Hg�ӏ&b�i:v[�L��K�J�JLMƃSd'���:���{�Cɝ���RyF����Tc��y�l����ZX�����;^�8�&�܄��}�4f�%��x��,���������Ͼ8�tvYp�?�	J��}tf{���{����
+\�����Ja
 endstream
 endobj
 394 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAEC+NotoSerif-Italic
+/FontName /AAAAEG+NotoSerif-Italic
 /FontFile2 393 0 R
 /FontBBox [-254 -250 1238 1047]
 /Flags 70
@@ -73629,33 +73594,34 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��9
XTe����03��8�p`@a`�a~�g����IDE$��L�\S#-݌Ǻ��]��ܚ�����Ӻm�Sn�zJ�.۵����Z�v�uM���9 u�޽����|������@�2�XIy�w�g���>Õ	B@�z��:wd���*!��׭�����J!��D�����Ny���C����Qm�QBRo��쁞�C��,'d����-E6�����ً�mC�GF���܁χ�����/�=�!i���<�.�(-�N����94�7�*_��_�s᪡��'��!ĐA���8j�Ƙ$������'�AA����cD�����37!1I��"=�ONI����1ߐi4eq�9f���`a>)�Y�m����^DJ��+<��*_��ں�`IcSs�PK��m��g���k��n�d��{ds��(Qb�����]��8ds�ː�_a��4=O�I&!.����+��������Z^mJ�WTGpTT��<��&�c0%��K�U�s���/����R2�z�ˊH�"�HKm�N���\
 Gr��%N�Î�כsz]&Ȝ��\��'��b�����8/g�[cU�V����o�|UY�J�@7?�i[Y�R�u:��\���C7L}g�E�"�hI
-�H���-Y��2�P�Nl%Yf尕���-55[j�W���'��AYA����B��(n�O�}�m�?F���$P�,�.�PԛZ�e�%.�(�
�rY(b�����%s(llZ3���Z����������ҧ�=��v���t�}�4�kQ�3�&�������x��(܏��a��'@Rr
-��Ԓe��˖�Q��/��_�
-�kv�K����̹v�$Ӧ��
-����]�g���)�\e�+ו�kW����7�[Z����x<�+�qZb����#λLK?�y���R>j��Z����>~�Y��71�;K�Ƨ�?G+���+&jj6��x�޽"Ϡ���mG��~
d���Z��
-^�p/�c��ʎ�qa�:�1�������ɟ��%��
��,)G[�D[%�/��kl�K�Y���Z�
-s<��,��m�����-%���V��MZ��M/f����p�x�<��ͮ���
�� �|`�ԹJ�ˮƼ���!����L�&�0��
F����8J�,�E�S<3����`�φS���o-��^����B9���lԍ-��^��r��%�|tA&��a����=�w��_dYX��'�L�kmr�jn�z�Ŏ%�8Y��چ��'������
��ٹ!5Fr${j�jN���p�5��v��������O�u�8E�:��p_�g�0��P�JNk�s/���=��ue��iY�@�^0\�р�!���vl�!���h�,�	����nc%dRh���*�%�:��:��m�,nʵ-+pY����q�������;�q�积�ӣ���Z^Xr��(��f�yS��%����͛a��8������^��a�$z.��@�ޖ��a��.���I��1�}�#��/���	[�?MO�	~#��r�38	�M�6�cp	A�����|�*����S�@��G��
 ���a���*~
u�Fh;=��3.��4�L��u�M��y�)��ݷ�,�M�H�o0t�sݚ�e�w�_^����Vgg���;v0���>�-�}�������]z�2��\)$>��ʹ��%�W��T��m�xǦ��V���չ=&n�Z�g6��w��#��J�~��ws,�_�Z�i$r�Û���
-QoX�1��r<�b�K�b��k���['�a
���h�w��޳�<F�X��E�/��Ą�'x����\��J��0���#?�PU��y����*��������S�,���&t�-݉�p�_+�)�a1��� �>�{�I��!M\s����r�{F+Q�A��C��2���❓��l�x�G<����|*$F�֙��.7�|��d�}wUǗ���{����1�4��@}1m	U
-s�ڤ?���2Ϥ�>����y�vK���Zz�Y�q<�/>��!���� ����ij�����$�xlb��m�|�o�J�J=U�#O���y�u���T��+A_�x9)񦶫�D�{?�?����P0i�$sa|'^������	��ol��
|���|N��<�G�$փ�����Ӂ�`h]K��[3�6L[�gV5q�I��B��^X>��B}�D]!`��1,°�8ϲ$p2�=��q0B���6�7�@oY���8=����)�@j%������	�
�O�`�Z'�0��n{6��࿉��%'a���9��Y�����D��]���*��g��<ON~��v���H���̨D�!N�"��Vj�_���y�@púP�??##?������gt��ۚ��S�A��V��"�X>�G���B>�xA��J8U�.�_�V�qڭ��S�ck�����R�=�fG�~\U��=���4�/�Q�T�3Y�Ų|
-K�RI�HȽ�aA����x}�w�j�Fm�o�[޼��>U����ok{�����Xxے�nC�@��,W
-�zډ�<����{�E��A�9F/�G'�36��7��%�E�`\g��'�4Wy�T3y>"�����
-�vrw��sm��tlҌ��������G.сDgB��|�JZ�X롵�@��I8;��	��S���o��)�?��]ܬ]Qf�������;��d���A1�ϰ	z��c��
���l=>�ɠ�z�l�N",�#���Ä��	;h�o�rr�):�]��Q� �^�?wa�� K8,Fw=�������e��w�ځ�b�V�:7�n�����B��Ճׯ?M�q�v�"��:�c��wt_*������x�gC\���2:)ȹ
��u��{�j���z)f�2)͊Sy�y?R�|Y�7��EM�PS]ȴtIEIQ�ΰ��ļ��j�����ؙ(ƛ��`�%�ě]/��L���j��PQa�������J���@�_�ݳ�=��Ğ���Q�sVMx�J�)�u5�M�9�e�6|��:6�V���Ϩ�w�}���xr	�^A{#��K��S�Gb
-7��(;�}{偕=�E���V�$ ��=g�ݣ�:i6l'Ӹ�#O���;���@�̱3>��T���s�Ȳ���#Y��uee;r	��ٺO��<�'3�%�M��thsY	0��p��fOSaA��K�?x0/{j�q�s���<��j*
��|:���Y�l�`
���܊m��,�_�l��ٝL�9��K���:2u����A��2�S��L�wu�a��S����m��p�i�;�,)Z�k^a�(x���j�z�a����kb�0pk�j�{F��j�����S��e l;���יPֹ�e��U�
-]����\����ۤ��i�1���\.:5�.]�~7:MU����\�W��?H}��?9��v��d���>晝�4L�&�X)��;S����}�I��.�EM���~;��MW�ӷ/�y�����߅��ay�.�!�4�C��[o���,�S^C�ˊ�E����N����������}�wl�ӹ�I5��϶o����;;/1��1���Գ>^�*��k:&:��"�V�{w
-�0A��~��������eJ��-�
O��fk��i���kw���3�_B�ΉK��>p�a�
-�d��Q�™P#�I��T8|�m���*�o�6ɶ�yH#�C��>a}�Ʈ�s���]�k�U��-�/�hlh����Č��C5���[�N�+]\��J�9_ci�/�J0�/��;f��:þH$_{����qU����#�P��l2]3]��z[S����Q��W���C����j�X�
-���#�m��/]�W~��W��Z��aI��׮���`m(/��������`�͚�k����\vp`�օ�\K׶8�����>9��^7{qQ�8aD]2;^miz�Axt2��7c�0²�Τ�	�|��B��5��5���o��Q1�6�:��zs&;�1I�����3=̚�*~m�3yl�
5��Ò_��h���W�7;��}e�e���:��~_�b���P�L�B��Q>�O��]'��F�����f�7�qA��d���:�WyN����@�T䚋�\"8\�l
�S���sS9�*q����P��<��]ws*}�L�L���L�b(���!<>�7��J�������;
zEFe6�F�~ٛ���y��-�����O�?�_�I�q����y.�혉��4�UQ��T�+�(P<�x[qE�Q��+�;�Q��%U��
-T�QՏU/�&TWc�����ñ?�}!��؉��8C\(nK��e��ka�����a��6kp,�ލKϯ��(�т#��J���_DZ�Kz���C'�qIk�8�qX$�i���Y��Jc/{���&�]�ߠ�f����K	���Q1K�i��Y��z���w�Y�>�������7H�L�܍W����a�ϒ
-��9F��]MC|
��ُ��_��^�H1PU,����TF���Sk�&?G
�ؘo4/��d]S��Sn�WO��9����������'��"�Rb���,2�Uf�$�h4x��a�$�.�]�:g#1�,‘l�_3�%ydYH�I��"b%�H�Nĉ��M�RR���
-�!��i�Ť���ԓ��Ng	i$M�s�-$DZH���6���:[F�ȭd9�&+H�r����ʊ��@ڌ
-�I@ξ?/�'qP�U�:�l�u��o��)ʻ]Z��$��u��i]N ^Z���'�ǐ���cH��u��%��	F$�x⃃�zQ�Y�K��|B�I"s�3a��W$x5Q�u	�$x5I��/³yr���;�׬���]`�Y�K��%��M�c0�쯩�j���;�0YCV�~2�V�E;�v̂%8kD��N�h�0Zň�	��WMˆ�x`P�*&d0Էzú�a�C�P�=d�v��h����}F[��Xj��EX\�9-6�I���dT�#�>��BdȈNd�M
-�ó�H6t:^-�b|������oxd��Acq���F����#���h�������W�8`h݆�l�0����	˖U(�H���
ý}���k����K1F���!$�)X�?E�G���7 �^��jF
������w�ϞK�L��}}�IL>��/]��t'�C�����}��7�Si��2lf0;H��$L��}$U�_x��ZE~�)����B8��c~T������%Q�
Dۣ��Q�U�����am[���(hS-Q(0���ɷDiA �^�u�,QY��Tc�D��KT^���8Ӗ�?���#��'��ܑΙ�1���ڍ‹��S0���U��{��qOWWz� e�K�’wfIU�QY���m�ț����4pƨ�쏒`�X�X��M��&SG�����8����$b�/0~ �3��XU�B��:��g���Y)�`pse$m3֍��pc�1N �1�Q/B�|l!��c�'A�Tq6�dJ7�C5��U��$�%pƳq��hI7E��}j��8�X���6�[��Mbf� �j&�h~ �
 �q=kW̖�m��c����nL5�����7����^�'�н�+nmg�P;���|�x·���ڏ�_W�����5�F��eL��Dq���q٘�Ux�4�;�2{]
+x��9
XTe����03��8�p`@a`�a~�g����QDE$��L��2#-یǺ���[YnM�m�i�iݶ�1�k=�^��Z���n�y��mM���9 u�޽����|������@�2�XIy�w�g��'>ŕ	B@�f��;wf���!���o�����j!ɗ�X��薗�Iy�������Qm�QBRo��쁞-C��� d����-E6���G�ً�mCFF���ݎ������/�9�3B�F	�y]DQZx�����sh�o(�e��?����Ck�=G�!��׻i��1-H�|?&�0��? T&�Q�*6.~�܄�$�F��>9%u^Zz�|C�є�e�Inނ����RXd-��KN�{)-+��Tz�|Ջkj����%�M��[B-�ֶ�����������
+��!2�D��2N��Gt�'p���W ��"��!�iz���LB\���aW
+C�	�s��ŵ�ڔR�:��ਨNqy4AM�`J$�W�k��_�l�Хd$0�"���Er���z�R�9̹��u!8J�v�կ7�*�L�9%�p[��:l�nkwG}q^ζ��cU�W����o�|]Y�J�@7?�i[Y�R�u:�m�T���C7L}g�%�"�hI
+�H���-Y��2�P�Nl%Yf對��[kj��l�@����������;CO�BOP"�&�~��;L��E��I�tYz]r�8�7���2;J\QF
+��P�d���MK<�P0�شvp�ݵjiY�#6���+�ͥ�{�w��������;izע@g|M�v{}]F'����Qx#1�&�eO���n��%�z{�-ɣ�c�_�׿h`�"�f�$)9$�s�Y�M�
dtû�/$7*S���\W�+%׮t��/n����7���drW��t��ǜw��~���#.�|�6��2z���>���4��ob�w�<�O�	~2�V")��eWL�.�l���Ƚ{D�A@ڎh&�Z�Eu���5���^|�\絝��ºu�<����������%��
��,)G[G[%�/��kl�K�Y���Z�
+s<��,���Ŷ�T�b�V�v+��6������Ï�$�-�&/���p��;hm��p���'#}&u��Ძ1��r��}Mk'�D��ȋ�uerh%\�ҁ���)����uEM[���Ë�������m'z?a��P�C�7ucKf�t�\��6G�9]�Icf=��pϖ���Y���.��Z����[�z�c�^N���D��!9�%5��z�{a�>avn�C��ɞZ��Ss2=�n
�]az��}/���S`=?N��N��%ܗ���E��,w�'Ԯ�Ӛ���4��t��:o]��|eZ�.����4`h�i�9���|�G���Z-�E�������XFI�Z(��
+g�����p�k��rm�
+\V�m]q��>-�m�=_�������Í��Z^Zr�	��I3ļ�Eϒ�8�e��5>�oE/�d��abX4��ˠ>��e�_�&�����(m�p�>F��ȁ������m�����_��p9�9�7�i��18����w�|g}>g�|Cĩu RG��J��ϰOS_��:K#�����KfS&P�:h�&c������=�z�2��݃�\�����+*B�����C^}�N������w��#��9�K/ZF����+���`p������jܞʲ���n߼tyU�_[]��c��5yf��q��9�y���7~��G"�����G"�:��ʯ�����!�-V�,VZ���+��`›��ȱvz?�=K/`�5����PML��̎�h�U�����)����:�
U����I0���Y�X��?x=5��x�lBG���'��ub�r!����	�듾��8��5wr�K*�l�{�rU�?|��uf��_�:��:����}��01n=0ͧBb4�Q��*�`�
 �
+��w�FM��gu|��;��7����/s�"OX�)�ӖP�0��M�C��
�Lz�3/���^�!l����Šǘ�G����S�A�ϼLN��|M���ƌ�l�N2���&v���g��kd��S�:����_���0��O����U���oj�ZH4���|8|>H/�B����~�a�xy\�_��C�&&<ο�q#x7n��6�o�7�a�X"�#�N�}��-��g8m��&Ϭn���9=�s��|#��:��B�~cX�a�q�eI�d�z ��`�6�5Pm0o��޲"/L��%pzr=�こ�!��J�F�q'�	��� �N�al��,�l(�i�YKN�.&Ics&��I{&"���C�*+wU�K��+�{����>��>���?������J$�/R
+n�f�~70��7����32����q[�zF7���)�?d�j�/a��!��z�	\n!䃈�̯������me�݊�?��[���gД��y4;r�|U1�������@�G�R��d��),�K%#!�f�	�ʂ�
��/�i��U���oE�Z�L���K.���%T��U����%�݆`���Y�����yv=F���<����?r�^��N�gl]ou�K܋����5O^m���f�BD�;��ߥ�q��}�"/���c�f4�&���_E?r�$:�?�V���:�
…O��ɷ�O0x�����~^N������f��2�wt�m�x�h�߉u&���������=c��h8���#�#����?�&�8�2�9$�+8L�/Л���f���!矡�صL�����s�`����bt׳�^�NO���-{������zֹ�w���_ܯ�ܮ�~�Yz�}c�-3��C괎�b�q�ѽM��&�~+��=�
q��:�� �6ط��r�!��z�꥘�
 ��ˤ4+VL����P݊e�_��5�BM�u!��%%E�:�Ҧc���
�Ѫ��bg�oB~���<ov�o3����5+�BE�=�B��s���+A��N�pMw���L��{�{�Ǒ�Y5E�I,*I��<L��46-^�p��������$[���?�j޽�CB"��%�{퍘rl.5�BL�B�)����m���),
+խX��$M�m�9��nݵI�a��uyҐT�ܙ@-v:e��������<����D�uP�ɺݮ��ڑ+H�{���J��9?��/�n���C��J�����S�x�
+r�\z���!x�S��������yx?�*�TSi�W5X�ә�m�
+�f+k�Lg�Vl��l��f�`K���`���U_��iOԑ�{������_�	��ed����;
�%�Zh}�,o6��M�eI��"_�����,U�w�
ː/l��~+���p�F�6�{���&��S�:*P��Ʊ�K�}�	Ea�����\��π�<�����[a�t�8�<Ʊs���eA��������B���:��ի�*_�G��c�'Gб��c�}���'<��iӤ+7sgJ;>ح�0��%���=��o�}��j�r��7o�����P�4,���:��F| T���P��-΂?�5�����(]��
��$��a,�:�{�To�ޱmN�6'���?ݱ��:�tv^b2cR�1�g}�HUM�tL>
+t��E�����a��1���C;t�ߛ��͔|?[�����N
��K-��H_g��(���u;z�.ä.�Ʉ�9��3�FȓzQ�p��[CRMU&�m�m��F��b9�}��^=�]��XS߻,\��p-,[�_����6͉�{�j./?�@�VW��^W�2s�<�$�2_��`�_8��y��Z�_��"�|��/���V�U��B�	1F*����d�f�`)�֦`A���*>9�~��<�35L%�J�b	�G��j�_�_	�ž_��j徆%U�Z_��K냵��z�o�%>��n�|�X+]�V沃��>��Ý�躶�n��
����b�������X�0�.��[[��4�|� <>�q��1xaY_g�˄c���!����oQ��z<0F���t�\��
����$=�����8s
+k
+|���%��56��[K~MC��cʃr�[\����k�����ƛ�����E�>B2e��F��?!W|w�Hv��"P3��g��d���	��OL��^�58	�2�R�k.Br��p9S�y4�N�'�M�T���33x4ܛC��:w�ͩ��33�=�U�%�C9�`��y�	�5�M���>A_��iЫ2*��6���ޒ]�'ȳ�ny�|T>&^~\~^~-&)��s 慘wb&bn(�VE��SѯتxP���U�F�V�Tޣ�*�(/��*MU�jW��~�zU5��k��Ů���q�K�o�N�%��Bq[�ʮ��_	cG��4��X�c��n\z~
�G9�AUL��~�.�J�D�%�����a�`�qD$>jg�V+�i��}"�4Ht�ҚM���.i$�G�,Y���f�:8�}@z���Yf��h�{�gDn��$�2�s7^�_�;��<K*����Bw5
��cg?:F��{�;\$�@U�4>&�R�ʋ�N����a4lcc��H�$���uM��N��^
<�/�$J�o�G��7��3�ط��K��&���
 �V	�񒰣��iK�ѓ�g�T<w���I��D�G�1~�$��d!�'�B���#-;q'�?7YDJI��+��T"�U�G���:RO�;�%��4�f�e��i!a�J��R�.�l�"��
+�MV�����Vk�9O��f	���}^�O�:�d��u@��K���"�S�w��.CI�J�2��Һ�$@��.'0OZ�!s�!�ǐ4�I�
+�K���H0�����$����������D����\-̯J�j���<�)H�j���_�g���
C��]�?�׻�h���Kj���-�`��_S&�d"��a���!�d�؋v4��Kpֈ65����6a����'?Z���g���UL�`�o���=�ԇH7��{�p����
�k���B���(n3���`sZl�%�ڀ�ɨpF};�Ȑ��8�އgS� l�t�Z���>��
C[����
���B�Í�ׇ�GP;�b�
qW᯦>`h���l�0����	˖�(�H�Ȇ�ý}�������K1F���!$�)X�?E�G���7"�^��zF
������w�ϞK�L��}}�IL>���]_��N,�������{oާ�dWd��`v�r�q��7
+{I �
+���`�+���vS4�#ՅprW���"���#��'$J
+�D�.�G��:���L�������Q��Z�P`���o�҂@����0Y�����ƨ7�h�����m5q���L�}G:µO���#�3Ec�ۣ��:��/�`nW�%�(x%v#u��(A4ʂW��%�̒�@�6.*�Dc�����1*�i�Q��%�����#���M���1�)$>1�q"wI�I&�_`�@gN��(�D��u\m�:c�1�JD���2�H�8f����ƌc�@�cȣ^�D��B���pO�@��l�ɔn<;�j�M
�M�ěIK,�g%✱=Вn�BG�
+���qƱ�1��m���%��̠A��L6��@�1v�z֭�-	۪-@!��cj�G�1e�l/O��
+�/x}>OB�����]C��*���
8j�j?�~]��;F�[���ח1MK_�U�^,��ecZW���Do�/�"{]
 endstream
 endobj
 398 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAED+mplus1mn-regular
+/FontName /AAAAEH+mplus1mn-regular
 /FontFile2 397 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -73682,21 +73648,21 @@ endobj
 endobj
 401 0 obj
 << /Length1 2296
-/Length 1305
+/Length 1306
 /Filter [/FlateDecode]
 >>
 stream
-x��U]hU>w��M�l6I�]w2��ݙ�K[jhqM�-��fݤa��v;���awS��J��ehEL�o"T�*�A0ySAE
-V��`)�"��Ci⹳7K�}���{��s�sNn6@�b���Ŝ��!�=	�M��{y��h��\l���AZ Q\�����K�E��|��mx�, �!�V��Z$ˈ����h"y��y�U�#V�R�~@����\�\������Lw��~�,JqսVٴ�a�ϛA)Xc�揢�">�1f�T�z�{X�m<o—�`�^��<�?G�`�t�,�Z>h�T{��e�Ϭ�?����bp����;˕�]+Kp̳�:����?j�F�%�\��뎄�"��ɖ>A|����'��+5x$IrI��'ظ:y��=	 ��)�$��\��U8��"��A��
-%�Y}�ߩ�<��}�j'R��Ng*Ľ�����p#O`T/��.	^�;� x�+�wA>��V��a�%x��A�i�{��@&�O��Y��H~q�Ǿ#|Z�GV�O4I����ޒ5W����契X|7�ɦ��Lvp��wz��A&`ơ
-; �=R�m����5�p�a�v>Ї�Ø3nѲ963�+�8&���Ĥ309(g�Cv=�*MWS��I���B�ث%4^9ʗ`��{�N�,�Bw�ȇ���
Wm��Y��Y�L��i<۳F𨌗d©��
-������������4�w�Z����]�f+�Ji��7��Ȥ匼����O�)��`��q5*hϠr��	D`,��u�׭���ƃȹE����+�<ۼ�.��7�W�]Y�W�Wnzθ�������՗�i��苄�j,��a]f#�ڲh�3�2oxT7X[��ʠ5�vet6p�`�<ف������FZ##*��6�5&��ާ��\�De��Ms�<TV����/����C�!Ef���R���00�Gm=�1���I.�:�0:b�i|��6�J�)�l�OD5�A�g��2����x�B�{���n�v�rc_H����l
q�������T����&�F�B�!%���:=y����5re��6=d�r�MmőSxr�DO�,ir�1M�ҁ����m�c5GEm��֬*�W��
-Ɍ��
�+�B�~[��Z�4࿆ ����F�o
�|Sr���w�C[Ul�~��m�b����CKxҦ~I���!�k���ʝ��|���	�^�	�F��|2�_��ܛ�J(���<{�|lM�]e��\p����m���nH��,���߱�
+x��U]hU>w��I�l6i�]w2��ݙ�K[jhqM�-��fݤa��v;���awS��J��ehEL@|��� 7U��}ț
+*R�*�K�VJϝ�YZ���l���}���sr�M��/�, ���Hp|z��_E�7�bӥ|:����(V�|_����fn�dqqW17g�,#AL�����;�W�Z�J��3��frEs��ןE|��`�~�kgP���ʦ�~c}��H�/�|}�Y�1�'�Ի ��Rn�y3�x�����!�9�s��e����A#��ݽI�+����C:/8O-���s\�ݽz�z�V�{N���a$�
+��X�vݑ����q ��Lj/�vr�D�{�F�$I.I��
kSW�JAx(L)$���[��Qw7I�O~�S(9����N=����9�&"���t�B�p?���	7AA��@E�N��%�c��w��$xd�S����l������ @���"��drN�4B/yK����c�:�m��
+>�*|Z�Y�n��������Du{~M��(N65txd�f�C��}#�%�`�0	�0U�y��lc�]h�0�)��0�hg��!�~���q������\Y8�1)Ť&&��i�A9+�����L5U*��4��z_.ĉ=ZB㕣|	f�<��1���")�ԋ|��8O��p����e����di��#��{a��xI&�jx�`7�}���pњ��hqKy'�U�'��l���f�y����LY�ȫ(�Q�њF�
+�YWP���,*�Q�P�@��r���������Ӹ9��4�~�n�w����o/���k�7<�����{W���\�4�g�%B^6�Rް.���f�Y4�[�7<��=�@eЖf;3:<i0P��c}��pg�5#m���^g���tV�WYc.u���d�&
��U*+�)����F���/FH��'���I�90��Q�Ǝj̫.u��NϏ��`����P�:�W����6��Y�4��P(sod��m��Qn�
ɲ���!.�P�.
+Ș�Q�_9�lTi��p �TR�)���k)�_WFijӃv*���V9�'gI���8��&��(��!�!z��1`�VsD�&;n-�B�	q����̈���Ѐb+������Mc�kbݭ�n�ր�7%7u��Nxh��M�/�
�Pl�}_�*���@�${{I�Jﲳr�#:_��r�WzC��'����6��{/Jpc4�6Y�ڤ2dq.�h�B~u���ү K���
 endstream
 endobj
 402 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAEE+mplus-1p-regular
+/FontName /AAAAEI+mplus-1p-regular
 /FontFile2 401 0 R
 /FontBBox [-109 -288 1403 1075]
 /Flags 4
@@ -73723,28 +73689,25 @@ endobj
 endobj
 405 0 obj
 << /Length1 4112
-/Length 2267
+/Length 2268
 /Filter [/FlateDecode]
 >>
 stream
-x��Vil�~�<e]�DJ�(ɳ\��y�ǒ"-ɴ�-U�K�J���J"AQ��hڢ��ƅ�$h�:�Q k7�]�GP�W�Z�]$P4���(�ˀ��]�e)�����w̛y�{��
�@%��
-��\Nd��:j���������=��_ԗ���D�W���i�i�_Νu�#�P��r��|*�}��!ʯ�ܺ�8�!6�4ʸ����1|�9�2�'3��\�v��Q�G9��XN}�7���}E7nwZv=@�~�d����7��%�]�����W��C�3��%�U:%�W����5|�G�R��h���������w?V8A�pc��9=����b�݌��1T%
�T�#����b�������KER�����
���-�'7_ܞ�n�8��WP�1�}F��&���ʙ5|�筯34jF�����‹�^15�щ�ؔ����ʞ��.DϓH�s��46:�Zm�����oe��v�۝�f��90���C͙��:�7�	�9�5BIpw���?5�;8x��,;~�_$^x�4@�U��`l�y���)�k}o^��r�>��SjO��O|
-=�0֔�ČLO+���;F~Z����s�I�p�h��o�����R�4��d�p���+}��?>�
-dzG����MM+m�Մ�`rp��c���;��YKK'oj��m�4��S3��0�"�@p�����K�Q,7��N"FC=S�����?��{��xG�k5�;�j������a3k)}�ECe}�g�1��/�������w����\(5���J_�]5Yz`1<l֨Vp5%s�$�I�|||�R�\2��H�f�/D_xr���}V�����>)f�~��9��D�y�Ȩ����D��w���g����f�W�k/g���~
-��v<e}K0��¶����=��S���m����&����,k��b�3?3d��mC�V����Vg��������PQ^o�X7�w/xTCMp<p�F��b=��Gu��yr�RKW��m�JRu����i�������uvw4���8s�+�,���T|����?:1�D�/��)f��`�;Վ�^�}�
�;z�tQ�xJ�`�N:C]ϵ�i�FI��Wg7։ô��5�U
-O�Qk�C�Յ½w���~q �h�������K_>��%�1j�sO1�W�]��D���O|땾«0-��֑�~�����o�A��:xdH�}r	�	L��	��)y<�і1�2�Q0��m`�6�M���R���–bf+�J���ސ=I���[�]��(!Q%Q5�-)#�4k+^�]��zeꓩ_��L2
ʴC�!�[=i��,u�,CڇRQO0C��� �%Y�`}���T�ge�lpQ�+`��z%T�rY��&�_֫���^��G֫ی̗KVe�r�!��z��_��߮\���6:� �H�^�ߗ���!d{�"�롊���"_כάg��s������x����tl|t��wߘ4d`��s098I�ϵ�v@8���(��	���c0��0v�^��==�+���ae<5���ȢQ
-7]�d' M����\�z]�4L��h�h�
-o��u�(�UV�H��CJ��B@�ۀ$WH�;��^��N������p2�]]H�P���8��U�NZ2�H0x�8�_Ծ�YZ[ŝ����\&�vKj�,���ZM�e��Y1t�bF�qs��Ft���X�ŰW��*�k�9��g���E�C�h�w�2����N�n��,H��|e��ǫ;��b������#�ըxW1����ݿA��(��0"h�bW	�J�jTm���.>"Ƒy:�,��3��`���vD��ń�3q�#
8�K��q�{�Ժ�q�7�
-�S`#�~.�:�c��
-�1�6w
-J����اb2�:nB�ئ齸�c�=&D�ĥ�x�S9*g����q�L.�wzaf�$n�q\m�T�m��Q��!�S(s��_�6TPX�8*(�����|��L��e㦼$�%��":�I�����N���
&��.�X�1z�TqѮR�i��	.O��7"h��
-!�\S%y����&z+�i�EC�fJ��Jf��ޒ�s462ab��1�!.���P�K��KD�t�1� n����|(��H���;#��:0��3bچOsy�@�b��Wq���DH������ayK�h<��w
-�s=&$����G�cװ�{�=�%H�����2:�b^pp�oR+�u-�&����b�
+x��Vil�~��$�"%R�EJ�劔�KⱤHK2���lK��,U�
-SW%��(�
+l4mQ�e��@�@�h4?
+d������*��A렱��F���{շ˵,%Tӿ]��y3�{o޼!��6���g�iS�ކ�;�zni}���C� �W����L�ԧ{��i�i�_Ξu�#�P��r��|2Q�$�C�_G�y9q6M��q=Б�V_����J�(�L�V���}Fy��Jb9��?�|	���.��6�y�8Lg�i�oN#�K({f�s�U��~e��$g�d)9�Ыq���d�h�?¨����t_�'�~*h�����*7�`�~g�t<X=L���51�J��A��j����(�B�7^^X�@������`�o�"8{r���9��7
+�;|����ob�.�Z�U����Z�Q�e�@��?ȿ���������W�L6v!z�D�_x�����5��p����ȿ���4�
x́��CZ�����}���I���	���������ў��#�eّ�+�"������3'�����FK�W[~	o^��z�>��Sj�N�ęO�*�2U��OM����;F~Z����s�H:���0�����9��$�vgɪ�jXW�/3~l����w�6�-+-=U��pbp��O	��>�����-��읦yj'�Dm��Y6I�����d,�g�V������6_0���
+w�F�|���fݿ{#a+�9lem���h��k�N>��_�45��x_��GcV�'�B񋲫&K�,F��͚�*��hn���m�>��T<��a&���1��#��m�U�N�I�OJ��>`UPI��$%�!�.1%�u�uAɾ�]�����:�8�������Ǚ��BៅC쁈O��
+65�M��@s~c���t��F����h�8,
�h��;=6��9��A����6[ML
��;u��u����:�;��{����!��Q�Ry��J�~�=S�*�Kk*^��r4�I�����XE��ޙ��jo���r�0�W<�X,}ݩ�����~tb�@o��C�\W޸w�}��z�v�v��j�|�j�|���k��:��y��4f���)��v�4�ڣ֤����{����@B�;���i�q�{�� |� F2K^g���j��{�}���/?�W�����R^G>���˚r��¿ej�!!��%�&09�'(?[������)Ӕ2��at���ؿym���ǝ�B��T�[Y�R���W�o����I�������oEEa�����h����R�O������U�O�~��+4�АB���Ց�퐭r�!�R��(�34��	�[R���YE�@%|^ѫ��
+&ຢWC%)S�j����^�W�h ݊^�ئ�X��ؔA7y^��A��:��ve2G��C9yW�
2��boy��#����L�b/�=��zfan>{p���yO56rbb������L���4�C`�!a;�sm�����kD!#p31��(��4��&pO��b�eXKέ-%2h��M�0�	��R+�X*3��>O���2�)آ�t��Jt���"��x��6 ���N/����G��0v{�o;�LfVR+��i���$Ne`���M�2ڏ��7�\N/����ne��l6im���Yyճ�Z��$g��=�i9�Y�yox+H��5����,���>V�_C�3�v;
X�t!��g}'��y���
+͂T��W��lU���Y�77��2�n5��SM�X���� [_�EKF���|-~5�u
+�����1d��7�Z��N\"���QA:�;R��Bg\֝��ߋ��S����%�;�"���8�U��z*FGq�h�-�]�R�c��d�u܌v¦����cE�Scg��D<��i\�SnQ�j%�;�0=m�ѹ�6˪趪�Um��V�X��%'��m���
rTTۇDr�\�JL��e��,�$��:�Y��e.��N����:L��\,�Hz�TaɮB�i���b	.Gs�쎓6�h��I
+1��\S){�Uϲfz+�i�E��fR���fU.��R�sT7�"�9h��q47��҂���E�tՈ�  1�	 '.����H��5."������\N'�Q����]?�(�vw��z,oy��'i�S���6#!\7f>:&\ú��F(A"�q��З�%��[z�����0oˬ�a�
 endstream
 endobj
 406 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAEF+mplus1mn-regular
+/FontName /AAAAEJ+mplus1mn-regular
 /FontFile2 405 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -73773,13 +73736,13 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��U�k$E}�3��L~l�dC)t�鞌��!†L��l�uك�v�{�����{��U/<,�{ѣ����'��x�,(���z�\L|]SI&1��5T�|��{�W���PB��-�
aL��y�n���،�v�]�[���}e�a��]{��U�i?Ӳ��xR4i�Җk5����;��q���(I�>�� �m���n������?
-{�sF.��C�ƋY ��0��ÙMg���"�1��C��;Q�ҍ�����]��Q�)$��������|�w�.WP�W���ޜ�
�c�`�y��?��
���{.s^Z[[�5���{9w�[�_~�>���7��@���.�@'*��UZ��a�V�y�n��႕��q�q��q�X�F��s���a?k<��xB�y���4^�y���U����anxZ�z���Ƌ�?j��K�7�b�8�5�g�)��`5��p�xS�C�4i|s���1����0�r�4>3wW�#x-���Gq)?��Q�ȿ���q�����g*r)���+�ú)�M��-%r�M�x�uL, B]���G�k��E2�Qb���&\Z�Q���D����e��]rmrt`�Fi$kn4�J��]��vh��^�i���C��6��Q��6Sn�^zrZ��\'C���̺�S�n�B������Ln�qD��1�Wd��M��p)')�II��_�<���Tƨu�H[���-;�#�F��}!%�͞2�M�\u�
 ��w�E|��E�袈���{�M/��k�N���4T)��jU�Ԗ��”�\Gnt�!��G[�S���!��RI{q"D�Il0�<%�d�4m�ZV=r\�S���e�-&Y�S���mb��b1�q������졾K3omm�-},E��'�N0o��I��Yq'�:��Z	�n�P�N踱L}Wη�:'�rYT`�,c�>ur��ar�����L_�3�x6����>�����JV�}g�Uf{V��Eb�,/,����,N?���$sLM-��=!���[�"+��q���M�(�4�M������i�k���ޟ8�����nqCU� �}�
+x��U�k$E}�3�L&?6h�����tO�U�aC&�h6�̲� ��鞙f����$sċ�^�(({����"�xSaAA�?@�����k*�$��n
U5߫���ի��!PD��o� �I"��z�S�j�~:6ê�c�~�3|O��ri4\{���퇴����M�{��z�*�}��`���v+��+O~2D{�v1�}��7�}���@n�t����0m���P	����l�8{����ٍ	��.R���������
�iՎ[F!��8��ݟ\7hg�������oDLu�����?�9#��F�1����9�������2�����!�kܔ��#�}-�%�Є���j}�I����+�Wh]�GyZ�3dY;�E��V��&��
�3�����k<�9<�x�Ƴ��h<�s�%��0%���Qn�xVDz� ����?i<���7�a�8�5��i�`�p�xG�Ø2k|����1�����375>
+3sG�x3���p1;��1\Ͼ��:�Wo$�T�-��0�7]�TM��lʍt)�n�F[�cb!Z� ��:Hx�%�Hf9J,s5$ބKk�0�o�H��ƑW�,��K�-�̵0	eō��ȓ�KT��
��nڑr��MBѵ0�N�)�v��rF��\#C��:̺��O�:��3�}b�w&7�(��@Κ�˲��
�s)
')�II.�_���קSFE���X�2�l����k�����P6{�6Er�"�&�)�����">[���e7��L\���]V7��i�Rt���Ė��	+F3�����#Z���L�D��M��J%�ĩ)&���O2N�dIҚ��j�f]IlVC�jYL$�T)&������C�b��XSS�>�[쁾K3ooo��>�����ㅧ����$�ɬ��cbmFg
�zU7��X;p�H&
W.��*'�rIV`�,b�>Ur�ar�����T��Rg��l��Z'}.9]å��{�h��0�[�n������VY�I��^�'�I戚ZT�7zLd����%V~��L7z��Qxe�A������i��k쇟?�<�����^~SU�
 ��NC}�
 endstream
 endobj
 410 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAEG+NotoSerif
+/FontName /AAAAEK+NotoSerif
 /FontFile2 409 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -73935,294 +73898,294 @@ xref
 0000415008 00000 n 
 0000415268 00000 n 
 0000415487 00000 n 
-0000440958 00000 n 
-0000441263 00000 n 
-0000441473 00000 n 
-0000441680 00000 n 
-0000441934 00000 n 
-0000441980 00000 n 
-0000442206 00000 n 
-0000442445 00000 n 
-0000464891 00000 n 
-0000465171 00000 n 
-0000465217 00000 n 
-0000465414 00000 n 
-0000465471 00000 n 
-0000465694 00000 n 
-0000490006 00000 n 
-0000490343 00000 n 
-0000490547 00000 n 
-0000490765 00000 n 
-0000491009 00000 n 
-0000491241 00000 n 
-0000491483 00000 n 
-0000491731 00000 n 
-0000491985 00000 n 
-0000492245 00000 n 
-0000492302 00000 n 
-0000492551 00000 n 
-0000524417 00000 n 
-0000524689 00000 n 
-0000524964 00000 n 
-0000539435 00000 n 
-0000539723 00000 n 
-0000539769 00000 n 
-0000539998 00000 n 
-0000540199 00000 n 
-0000540390 00000 n 
-0000554746 00000 n 
-0000574666 00000 n 
-0000574964 00000 n 
-0000575150 00000 n 
-0000575207 00000 n 
-0000575376 00000 n 
-0000575434 00000 n 
-0000601277 00000 n 
-0000601588 00000 n 
-0000601779 00000 n 
-0000601836 00000 n 
-0000632843 00000 n 
-0000633158 00000 n 
-0000633382 00000 n 
-0000633440 00000 n 
-0000633679 00000 n 
-0000633918 00000 n 
-0000652620 00000 n 
-0000652887 00000 n 
-0000653112 00000 n 
-0000653362 00000 n 
-0000669131 00000 n 
-0000669451 00000 n 
-0000669497 00000 n 
-0000669717 00000 n 
-0000669946 00000 n 
-0000670140 00000 n 
-0000670197 00000 n 
-0000670766 00000 n 
-0000670981 00000 n 
-0000671215 00000 n 
-0000671443 00000 n 
-0000671680 00000 n 
-0000671738 00000 n 
-0000704673 00000 n 
-0000704932 00000 n 
-0000705170 00000 n 
-0000737574 00000 n 
-0000737860 00000 n 
-0000738098 00000 n 
-0000769336 00000 n 
-0000769675 00000 n 
-0000769883 00000 n 
-0000770152 00000 n 
-0000770443 00000 n 
-0000770674 00000 n 
-0000770905 00000 n 
-0000770963 00000 n 
-0000771198 00000 n 
-0000791405 00000 n 
-0000791633 00000 n 
-0000806611 00000 n 
-0000806904 00000 n 
-0000806950 00000 n 
-0000807165 00000 n 
-0000807440 00000 n 
-0000833828 00000 n 
-0000834117 00000 n 
-0000834163 00000 n 
-0000834220 00000 n 
-0000834443 00000 n 
-0000834688 00000 n 
-0000834926 00000 n 
-0000839154 00000 n 
-0000839434 00000 n 
-0000839656 00000 n 
-0000887884 00000 n 
-0000891101 00000 n 
-0000891329 00000 n 
-0000931907 00000 n 
-0000935124 00000 n 
-0000935999 00000 n 
-0000936244 00000 n 
-0000936438 00000 n 
-0001002213 00000 n 
-0001005430 00000 n 
-0001014575 00000 n 
-0001014854 00000 n 
-0001015053 00000 n 
-0001015292 00000 n 
-0001032193 00000 n 
-0001032452 00000 n 
-0001032498 00000 n 
-0001032735 00000 n 
-0001095125 00000 n 
-0001095398 00000 n 
-0001095611 00000 n 
-0001102798 00000 n 
-0001103104 00000 n 
-0001149271 00000 n 
-0001149507 00000 n 
-0001149565 00000 n 
-0001149814 00000 n 
-0001184619 00000 n 
-0001184874 00000 n 
-0001184920 00000 n 
-0001196171 00000 n 
-0001196417 00000 n 
-0001196630 00000 n 
-0001226394 00000 n 
-0001226622 00000 n 
-0001263310 00000 n 
-0001263552 00000 n 
-0001280038 00000 n 
-0001280313 00000 n 
-0001280515 00000 n 
-0001280560 00000 n 
-0001280757 00000 n 
-0001280814 00000 n 
-0001281038 00000 n 
-0001335796 00000 n 
-0001336051 00000 n 
-0001336178 00000 n 
-0001336299 00000 n 
-0001336424 00000 n 
-0001336550 00000 n 
-0001336689 00000 n 
-0001336829 00000 n 
-0001336988 00000 n 
-0001337138 00000 n 
-0001337285 00000 n 
-0001337434 00000 n 
-0001337594 00000 n 
-0001337767 00000 n 
-0001337940 00000 n 
-0001338102 00000 n 
-

<TRUNCATED>

[06/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/guides/cgcom/cgcom.pdf
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/guides/cgcom/cgcom.pdf b/content/versions/1.16.2/guides/cgcom/cgcom.pdf
index 5051536..45fe092 100644
--- a/content/versions/1.16.2/guides/cgcom/cgcom.pdf
+++ b/content/versions/1.16.2/guides/cgcom/cgcom.pdf
@@ -4,16 +4,16 @@
 << /Title (Committers' Guide)
 /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:20180305190925+00'00')
-/ModDate (D:20180305190925+00'00')
+/CreationDate (D:20180918074335+01'00')
+/ModDate (D:20180918074335+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 16 0 R
-/Outlines 641 0 R
-/PageLabels 720 0 R
+/Outlines 656 0 R
+/PageLabels 738 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 78
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 36 0 R 45 0 R 50 0 R 58 0 R 61 0 R 65 0 R 80 0 R 86 0 R 92 0 R 97 0 R 105 0 R 109 0 R 113 0 R 120 0 R 122 0 R 130 0 R 136 0 R 141 0 R 144 0 R 150 0 R 157 0 R 161 0 R 165 0 R 169 0 R 173 0 R 177 0 R 183 0 R 187 0 R 190 0 R 202 0 R 213 0 R 219 0 R 230 0 R 234 0 R 243 0 R 253 0 R 256 0 R 258 0 R 270 0 R 278 0 R 282 0 R 290 0 R 296 0 R 306 0 R 314 0 R 319 0 R 327 0 R 331 0 R 342 0 R 345 0 R 359 0 R 363 0 R 371 0 R 373 0 R 375 0 R 378 0 R 380 0 R 384 0 R 386 0 R 395 0 R 402 0 R 404 0 R 414 0 R 417 0 R 429 0 R 433 0 R 445 0 R 449 0 R 454 0 R 464 0 R 467 0 R 474 0 R 478 0 R 484 0 R]
+/Count 77
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 36 0 R 45 0 R 50 0 R 58 0 R 61 0 R 65 0 R 80 0 R 86 0 R 93 0 R 99 0 R 104 0 R 110 0 R 114 0 R 116 0 R 124 0 R 129 0 R 136 0 R 140 0 R 144 0 R 151 0 R 156 0 R 160 0 R 164 0 R 168 0 R 174 0 R 180 0 R 183 0 R 195 0 R 207 0 R 213 0 R 224 0 R 228 0 R 237 0 R 247 0 R 250 0 R 252 0 R 264 0 R 272 0 R 276 0 R 284 0 R 290 0 R 300 0 R 308 0 R 313 0 R 321 0 R 325 0 R 340 0 R 343 0 R 355 0 R 359 0 R 362 0 R 370 0 R 372 0 R 374 0 R 377 0 R 379 0 R 383 0 R 385 0 R 394 0 R 401 0 R 403 0 R 413 0 R 416 0 R 428 0 R 432 0 R 444 0 R 448 0 R 453 0 R 464 0 R 467 0 R 473 0 R 477 0 R 483 0 R]
 >>
 endobj
 4 0 obj
@@ -78,17 +78,17 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAAAA+NotoSerif
+/BaseFont /AAAAAF+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 722 0 R
+/FontDescriptor 740 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 724 0 R
-/ToUnicode 723 0 R
+/Widths 742 0 R
+/ToUnicode 741 0 R
 >>
 endobj
 9 0 obj
-<< /Length 32124
+<< /Length 33495
 >>
 stream
 q
@@ -671,7 +671,18 @@ ET
 BT
 60.24 493.1359999999998 Td
 /F1.0 10.5 Tf
-<342e342e2052656c656173696e6720436f7265> Tj
+<342e342e2042756d7020> 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
+112.53 493.1359999999998 Td
+/F4.0 10.5 Tf
+<7265766973696f6e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -680,9 +691,31 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-155.0067499999999 493.1359999999998 Td
+154.53 493.1359999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2070726f706572747920746f20> 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
+216.50100000000003 493.1359999999998 Td
+/F4.0 10.5 Tf
+<244953495352454c> 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
+261.8967499999999 493.1359999999998 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -711,7 +744,7 @@ ET
 BT
 60.24 474.6559999999998 Td
 /F1.0 10.5 Tf
-<342e352e2052656c656173696e67207468652041726368657479706573> Tj
+<342e352e2052656c656173696e6720436f7265> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -720,16 +753,16 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 474.6559999999998 Td
+155.0067499999999 474.6559999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 
 BT
-533.94125 474.6559999999998 Td
+539.8107499999999 474.6559999999998 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -738,9 +771,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 474.6559999999998 Td
+541.1705 474.6559999999998 Td
 /F1.0 10.5 Tf
-<3134> Tj
+<39> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -751,7 +784,29 @@ ET
 BT
 60.24 456.17599999999976 Td
 /F1.0 10.5 Tf
-<342e362e20436865636b2f436c6f73652053746167696e67205265706f> Tj
+<342e362e2052656c656173696e6720> 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
+130.443 456.17599999999976 Td
+/F4.0 10.5 Tf
+<73696d706c65617070> 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
+177.693 456.17599999999976 Td
+/F1.0 10.5 Tf
+<20617263686574797065> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -760,9 +815,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 456.17599999999976 Td
+234.64924999999994 456.17599999999976 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -780,7 +835,7 @@ ET
 BT
 535.3009999999999 456.17599999999976 Td
 /F1.0 10.5 Tf
-<3231> Tj
+<3132> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -791,7 +846,18 @@ ET
 BT
 60.24 437.69599999999974 Td
 /F1.0 10.5 Tf
-[<342e372e2050757368206272> 20.01953125 <616e63686573>] TJ
+<342e372e2052656c656173696e6720> 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
+130.443 437.69599999999974 Td
+/F4.0 10.5 Tf
+<68656c6c6f776f726c64> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -800,9 +866,20 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-154.48174999999992 437.69599999999974 Td
+182.943 437.69599999999974 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<20617263686574797065> 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
+239.99374999999998 437.69599999999974 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -820,7 +897,7 @@ ET
 BT
 535.3009999999999 437.69599999999974 Td
 /F1.0 10.5 Tf
-<3237> Tj
+<3137> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -831,7 +908,7 @@ ET
 BT
 60.24 419.2159999999997 Td
 /F1.0 10.5 Tf
-[<342e382e2056> 60.05859375 <6f74696e67>] TJ
+<342e382e20436865636b2f436c6f73652053746167696e67205265706f> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -840,9 +917,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-117.07024999999993 419.2159999999997 Td
+207.92674999999997 419.2159999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -860,7 +937,7 @@ ET
 BT
 535.3009999999999 419.2159999999997 Td
 /F1.0 10.5 Tf
-<3238> Tj
+<3230> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -869,9 +946,20 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 400.7359999999997 Td
+60.24 400.7359999999997 Td
 /F1.0 10.5 Tf
-[<352e2056> 60.05859375 <6572696679696e6720612052656c65617365>] TJ
+<342e392e2042756d7020> 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
+112.53 400.7359999999997 Td
+/F4.0 10.5 Tf
+<7265766973696f6e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -880,9 +968,31 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 400.7359999999997 Td
+154.53 400.7359999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2070726f706572747920746f20> 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
+216.50100000000003 400.7359999999997 Td
+/F4.0 10.5 Tf
+<2449534953444556> 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
+261.37174999999996 400.7359999999997 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -900,7 +1010,7 @@ ET
 BT
 535.3009999999999 400.7359999999997 Td
 /F1.0 10.5 Tf
-<3330> Tj
+<3235> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -911,7 +1021,7 @@ ET
 BT
 60.24 382.2559999999997 Td
 /F1.0 10.5 Tf
-[<352e312e204261636b> 20.01953125 <67726f756e64>] TJ
+[<342e31302e2050757368206272> 20.01953125 <616e63686573>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -920,9 +1030,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.79274999999996 382.2559999999997 Td
+165.17074999999994 382.2559999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -940,7 +1050,7 @@ ET
 BT
 535.3009999999999 382.2559999999997 Td
 /F1.0 10.5 Tf
-<3330> Tj
+<3235> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -951,7 +1061,7 @@ ET
 BT
 60.24 363.77599999999967 Td
 /F1.0 10.5 Tf
-<352e322e2050726572657175697369746573> Tj
+[<342e31312e2056> 60.05859375 <6f74696e67>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -960,9 +1070,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 363.77599999999967 Td
+122.41474999999997 363.77599999999967 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -980,7 +1090,7 @@ ET
 BT
 535.3009999999999 363.77599999999967 Td
 /F1.0 10.5 Tf
-<3330> Tj
+<3236> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -989,9 +1099,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 345.29599999999965 Td
+48.24 345.29599999999965 Td
 /F1.0 10.5 Tf
-[<352e332e2056> 60.05859375 <6572696679696e6720736f7572636520617274696661637473>] TJ
+[<352e2056> 60.05859375 <6572696679696e6720612052656c65617365>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1000,9 +1110,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 345.29599999999965 Td
+159.82624999999996 345.29599999999965 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1020,7 +1130,7 @@ ET
 BT
 535.3009999999999 345.29599999999965 Td
 /F1.0 10.5 Tf
-<3331> Tj
+<3238> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1031,7 +1141,7 @@ ET
 BT
 60.24 326.81599999999963 Td
 /F1.0 10.5 Tf
-[<352e342e20284f7074696f6e616c2920437265616475722054> 29.78515625 <6f6f6c73>] TJ
+[<352e312e204261636b> 20.01953125 <67726f756e64>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1040,9 +1150,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 326.81599999999963 Td
+143.79274999999996 326.81599999999963 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1060,7 +1170,7 @@ ET
 BT
 535.3009999999999 326.81599999999963 Td
 /F1.0 10.5 Tf
-<3333> Tj
+<3238> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1071,7 +1181,7 @@ ET
 BT
 60.24 308.3359999999996 Td
 /F1.0 10.5 Tf
-[<352e352e2054> 29.78515625 <657374207468652061726368657479706573>] TJ
+<352e322e2050726572657175697369746573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1080,9 +1190,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-181.20424999999994 308.3359999999996 Td
+149.13724999999994 308.3359999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1100,7 +1210,7 @@ ET
 BT
 535.3009999999999 308.3359999999996 Td
 /F1.0 10.5 Tf
-<3333> Tj
+<3238> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1111,7 +1221,7 @@ ET
 BT
 60.24 289.8559999999996 Td
 /F1.0 10.5 Tf
-[<352e362e2043617374696e6720612056> 60.05859375 <6f7465>] TJ
+[<352e332e2056> 60.05859375 <6572696679696e6720736f7572636520617274696661637473>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1120,9 +1230,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-154.48174999999992 289.8559999999996 Td
+207.92674999999997 289.8559999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1140,7 +1250,7 @@ ET
 BT
 535.3009999999999 289.8559999999996 Td
 /F1.0 10.5 Tf
-<3334> Tj
+<3239> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1149,9 +1259,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 271.3759999999996 Td
+60.24 271.3759999999996 Td
 /F1.0 10.5 Tf
-<362e20506f73742052656c6561736520285375636365737366756c29> Tj
+[<352e342e20284f7074696f6e616c2920437265616475722054> 29.78515625 <6f6f6c73>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1160,9 +1270,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-186.54874999999993 271.3759999999996 Td
+207.92674999999997 271.3759999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1180,7 +1290,7 @@ ET
 BT
 535.3009999999999 271.3759999999996 Td
 /F1.0 10.5 Tf
-<3335> Tj
+<3331> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1191,7 +1301,7 @@ ET
 BT
 60.24 252.89599999999956 Td
 /F1.0 10.5 Tf
-<362e312e20496e666f726d20646576204d4c> Tj
+[<352e352e2054> 29.78515625 <657374207468652061726368657479706573>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1200,9 +1310,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 252.89599999999956 Td
+181.20424999999994 252.89599999999956 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1220,7 +1330,7 @@ ET
 BT
 535.3009999999999 252.89599999999956 Td
 /F1.0 10.5 Tf
-<3335> Tj
+<3331> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1231,7 +1341,7 @@ ET
 BT
 60.24 234.41599999999957 Td
 /F1.0 10.5 Tf
-<362e322e205570646174652074616773> Tj
+[<352e362e2043617374696e6720612056> 60.05859375 <6f7465>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1240,9 +1350,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.79274999999996 234.41599999999957 Td
+154.48174999999992 234.41599999999957 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1260,7 +1370,7 @@ ET
 BT
 535.3009999999999 234.41599999999957 Td
 /F1.0 10.5 Tf
-<3335> Tj
+<3332> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1269,9 +1379,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 215.93599999999958 Td
+48.24 215.93599999999958 Td
 /F1.0 10.5 Tf
-[<362e332e2052656c6561736520746f204d6176656e2043656e7472> 20.01953125 <616c>] TJ
+<362e20506f73742052656c6561736520285375636365737366756c29> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1280,9 +1390,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.92674999999997 215.93599999999958 Td
+186.54874999999993 215.93599999999958 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1300,7 +1410,7 @@ ET
 BT
 535.3009999999999 215.93599999999958 Td
 /F1.0 10.5 Tf
-<3336> Tj
+<3333> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1311,7 +1421,7 @@ ET
 BT
 60.24 197.4559999999996 Td
 /F1.0 10.5 Tf
-<362e342e2052656c6561736520536f75726365205a6970> Tj
+<362e312e20496e666f726d20646576204d4c> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1320,9 +1430,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-175.85974999999996 197.4559999999996 Td
+159.82624999999996 197.4559999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1340,7 +1450,7 @@ ET
 BT
 535.3009999999999 197.4559999999996 Td
 /F1.0 10.5 Tf
-<3336> Tj
+<3333> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1351,7 +1461,7 @@ ET
 BT
 60.24 178.9759999999996 Td
 /F1.0 10.5 Tf
-<362e352e20557064617465204a495241> Tj
+<362e322e205570646174652074616773> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1380,7 +1490,7 @@ ET
 BT
 535.3009999999999 178.9759999999996 Td
 /F1.0 10.5 Tf
-<3339> Tj
+<3333> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1391,7 +1501,7 @@ ET
 BT
 60.24 160.4959999999996 Td
 /F1.0 10.5 Tf
-<362e362e205570646174652077656273697465> Tj
+[<362e332e2052656c6561736520746f204d6176656e2043656e7472> 20.01953125 <616c>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1400,9 +1510,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 160.4959999999996 Td
+207.92674999999997 160.4959999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1420,7 +1530,7 @@ ET
 BT
 535.3009999999999 160.4959999999996 Td
 /F1.0 10.5 Tf
-<3339> Tj
+<3334> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1431,7 +1541,7 @@ ET
 BT
 60.24 142.01599999999962 Td
 /F1.0 10.5 Tf
-<362e372e20416e6e6f756e6365207468652072656c65617365> Tj
+<362e342e2052656c6561736520536f75726365205a6970> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1440,9 +1550,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-191.89324999999997 142.01599999999962 Td
+175.85974999999996 142.01599999999962 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1460,7 +1570,7 @@ ET
 BT
 535.3009999999999 142.01599999999962 Td
 /F1.0 10.5 Tf
-<3431> Tj
+<3334> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1471,7 +1581,7 @@ ET
 BT
 60.24 123.53599999999963 Td
 /F1.0 10.5 Tf
-<362e382e20426c6f6720706f7374> Tj
+<362e352e20557064617465204a495241> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1480,9 +1590,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-127.75924999999995 123.53599999999963 Td
+143.79274999999996 123.53599999999963 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1500,7 +1610,7 @@ ET
 BT
 535.3009999999999 123.53599999999963 Td
 /F1.0 10.5 Tf
-<3432> Tj
+<3337> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1511,7 +1621,7 @@ ET
 BT
 60.24 105.05599999999964 Td
 /F1.0 10.5 Tf
-[<362e392e204d6572676520696e2072656c65617365206272> 20.01953125 <616e6368>] TJ
+<362e362e205570646174652077656273697465> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1520,9 +1630,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.58224999999993 105.05599999999964 Td
+159.82624999999996 105.05599999999964 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1540,7 +1650,7 @@ ET
 BT
 535.3009999999999 105.05599999999964 Td
 /F1.0 10.5 Tf
-<3432> Tj
+<3337> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1551,7 +1661,7 @@ ET
 BT
 60.24 86.57599999999965 Td
 /F1.0 10.5 Tf
-<362e31302e2055706461746520646570656e64656e63696573> Tj
+<362e372e20416e6e6f756e6365207468652072656c65617365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1560,9 +1670,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-197.23774999999995 86.57599999999965 Td
+191.89324999999997 86.57599999999965 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1580,7 +1690,7 @@ ET
 BT
 535.3009999999999 86.57599999999965 Td
 /F1.0 10.5 Tf
-<3432> Tj
+<3339> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1591,7 +1701,7 @@ ET
 BT
 60.24 68.09599999999966 Td
 /F1.0 10.5 Tf
-<362e31312e20436f646520666f726d617474696e67> Tj
+<362e382e20426c6f6720706f7374> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1600,9 +1710,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-170.51524999999992 68.09599999999966 Td
+127.75924999999995 68.09599999999966 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1620,7 +1730,7 @@ ET
 BT
 535.3009999999999 68.09599999999966 Td
 /F1.0 10.5 Tf
-<3434> Tj
+<3430> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1637,13 +1747,14 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
+/F4.0 42 0 R
 >>
 >>
-/Annots [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 541 0 R 542 0 R 543 0 R 544 0 R 545 0 R 546 0 R 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R 554 0 R 555 0 R 556 0 R 557 0 R 558 0 R 559 0 R 560 0 R]
+/Annots [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 541 0 R 542 0 R 543 0 R 544 0 R 545 0 R 546 0 R 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R 554 0 R 555 0 R 556 0 R 557 0 R 558 0 R 559 0 R 560 0 R 561 0 R 562 0 R 563 0 R 564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R]
 >>
 endobj
 11 0 obj
-<< /Length 32331
+<< /Length 34852
 >>
 stream
 q
@@ -1655,7 +1766,7 @@ q
 BT
 60.24 794.6759999999999 Td
 /F1.0 10.5 Tf
-<362e31322e2050757368206368616e676573> Tj
+[<362e392e204d6572676520696e2072656c65617365206272> 20.01953125 <616e6368>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1664,9 +1775,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-154.48174999999992 794.6759999999999 Td
+202.58224999999993 794.6759999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1684,7 +1795,7 @@ ET
 BT
 535.3009999999999 794.6759999999999 Td
 /F1.0 10.5 Tf
-<3434> Tj
+<3430> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1695,7 +1806,7 @@ ET
 BT
 60.24 776.1959999999999 Td
 /F1.0 10.5 Tf
-<362e31332e2052656c6561736520286e6f6e2d41534629204d6f64756c6573> Tj
+<362e31302e2055706461746520646570656e64656e63696573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1704,9 +1815,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-223.96024999999997 776.1959999999999 Td
+197.23774999999995 776.1959999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1724,7 +1835,7 @@ ET
 BT
 535.3009999999999 776.1959999999999 Td
 /F1.0 10.5 Tf
-<3434> Tj
+<3430> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1733,9 +1844,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 757.7159999999999 Td
+60.24 757.7159999999999 Td
 /F1.0 10.5 Tf
-<372e20506f73742052656c656173652028556e7375636365737366756c29> Tj
+<362e31312e20436f646520666f726d617474696e67> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1744,9 +1855,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-197.23774999999995 757.7159999999999 Td
+170.51524999999992 757.7159999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1764,7 +1875,7 @@ ET
 BT
 535.3009999999999 757.7159999999999 Td
 /F1.0 10.5 Tf
-<3435> Tj
+<3432> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1775,7 +1886,7 @@ ET
 BT
 60.24 739.2359999999999 Td
 /F1.0 10.5 Tf
-<372e312e20496e666f726d20646576204d4c> Tj
+<362e31322e2050757368206368616e676573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1784,9 +1895,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 739.2359999999999 Td
+154.48174999999992 739.2359999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1804,7 +1915,7 @@ ET
 BT
 535.3009999999999 739.2359999999999 Td
 /F1.0 10.5 Tf
-<3435> Tj
+<3432> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1815,7 +1926,7 @@ ET
 BT
 60.24 720.7559999999999 Td
 /F1.0 10.5 Tf
-[<372e322e2054696479207570206272> 20.01953125 <616e63686573>] TJ
+<362e31332e2052656c6561736520286e6f6e2d41534629204d6f64756c6573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1824,9 +1935,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-170.51524999999992 720.7559999999999 Td
+223.96024999999997 720.7559999999999 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1844,7 +1955,7 @@ ET
 BT
 535.3009999999999 720.7559999999999 Td
 /F1.0 10.5 Tf
-<3435> Tj
+<3432> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1853,9 +1964,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 702.2759999999998 Td
+48.24 702.2759999999998 Td
 /F1.0 10.5 Tf
-<372e332e205469647920757020746865204e65787573207265706f> Tj
+<372e20506f73742052656c656173652028556e7375636365737366756c29> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1884,7 +1995,7 @@ ET
 BT
 535.3009999999999 702.2759999999998 Td
 /F1.0 10.5 Tf
-<3436> Tj
+<3433> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1895,7 +2006,7 @@ ET
 BT
 60.24 683.7959999999998 Td
 /F1.0 10.5 Tf
-<372e342e205265736574> Tj
+<372e312e20496e666f726d20646576204d4c> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1904,9 +2015,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-111.72574999999995 683.7959999999998 Td
+159.82624999999996 683.7959999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1924,7 +2035,7 @@ ET
 BT
 535.3009999999999 683.7959999999998 Td
 /F1.0 10.5 Tf
-<3436> Tj
+<3433> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1933,9 +2044,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 665.3159999999998 Td
+60.24 665.3159999999998 Td
 /F1.0 10.5 Tf
-<382e20536e617073686f742052656c6561736573> Tj
+[<372e322e2054696479207570206272> 20.01953125 <616e63686573>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -1944,9 +2055,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-154.48174999999992 665.3159999999998 Td
+170.51524999999992 665.3159999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1964,7 +2075,7 @@ ET
 BT
 535.3009999999999 665.3159999999998 Td
 /F1.0 10.5 Tf
-<3437> Tj
+<3433> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1975,7 +2086,7 @@ ET
 BT
 60.24 646.8359999999998 Td
 /F1.0 10.5 Tf
-<382e312e2050726572657175697369746573> Tj
+<372e332e205469647920757020746865204e65787573207265706f> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1984,9 +2095,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 646.8359999999998 Td
+197.23774999999995 646.8359999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2004,7 +2115,7 @@ ET
 BT
 535.3009999999999 646.8359999999998 Td
 /F1.0 10.5 Tf
-<3437> Tj
+<3434> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2015,7 +2126,7 @@ ET
 BT
 60.24 628.3559999999998 Td
 /F1.0 10.5 Tf
-<382e322e2053616e69747920436865636b> Tj
+<372e342e205265736574> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2024,9 +2135,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 628.3559999999998 Td
+111.72574999999995 628.3559999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2044,7 +2155,7 @@ ET
 BT
 535.3009999999999 628.3559999999998 Td
 /F1.0 10.5 Tf
-<3437> Tj
+<3434> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2053,9 +2164,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 609.8759999999997 Td
+48.24 609.8759999999997 Td
 /F1.0 10.5 Tf
-[<382e332e204465706c6f> 20.01953125 <79>] TJ
+<382e20536e617073686f742052656c6561736573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2064,9 +2175,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-117.07024999999993 609.8759999999997 Td
+154.48174999999992 609.8759999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2084,7 +2195,7 @@ ET
 BT
 535.3009999999999 609.8759999999997 Td
 /F1.0 10.5 Tf
-<3438> Tj
+<3435> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2093,9 +2204,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 591.3959999999997 Td
+60.24 591.3959999999997 Td
 /F1.0 10.5 Tf
-<392e20496e746572696d2052656c6561736573> Tj
+<382e312e2050726572657175697369746573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2104,9 +2215,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.79274999999996 591.3959999999997 Td
+149.13724999999994 591.3959999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2124,7 +2235,7 @@ ET
 BT
 535.3009999999999 591.3959999999997 Td
 /F1.0 10.5 Tf
-<3439> Tj
+<3435> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2135,7 +2246,7 @@ ET
 BT
 60.24 572.9159999999997 Td
 /F1.0 10.5 Tf
-<392e312e2050726572657175697369746573> Tj
+<382e322e2053616e69747920436865636b> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2164,7 +2275,7 @@ ET
 BT
 535.3009999999999 572.9159999999997 Td
 /F1.0 10.5 Tf
-<3439> Tj
+<3435> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2175,7 +2286,7 @@ ET
 BT
 60.24 554.4359999999997 Td
 /F1.0 10.5 Tf
-<392e322e2053616e69747920436865636b> Tj
+[<382e332e204465706c6f> 20.01953125 <79>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2184,9 +2295,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 554.4359999999997 Td
+117.07024999999993 554.4359999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2204,7 +2315,7 @@ ET
 BT
 535.3009999999999 554.4359999999997 Td
 /F1.0 10.5 Tf
-<3439> Tj
+<3436> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2213,9 +2324,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 535.9559999999997 Td
+48.24 535.9559999999997 Td
 /F1.0 10.5 Tf
-<392e332e2052656c65617365> Tj
+<392e20496e746572696d2052656c6561736573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2224,9 +2335,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-122.41474999999997 535.9559999999997 Td
+143.79274999999996 535.9559999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2244,7 +2355,7 @@ ET
 BT
 535.3009999999999 535.9559999999997 Td
 /F1.0 10.5 Tf
-<3439> Tj
+<3437> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2253,9 +2364,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 517.4759999999997 Td
+60.24 517.4759999999997 Td
 /F1.0 10.5 Tf
-<31302e205075626c697368696e672074686520446f6373> Tj
+<392e312e2050726572657175697369746573> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2264,9 +2375,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-165.17074999999994 517.4759999999997 Td
+149.13724999999994 517.4759999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2284,7 +2395,7 @@ ET
 BT
 535.3009999999999 517.4759999999997 Td
 /F1.0 10.5 Tf
-<3531> Tj
+<3437> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2295,7 +2406,7 @@ ET
 BT
 60.24 498.9959999999997 Td
 /F1.0 10.5 Tf
-<31302e312e204f6e652d74696d65207365747570> Tj
+<392e322e2053616e69747920436865636b> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2304,9 +2415,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-165.17074999999994 498.9959999999997 Td
+149.13724999999994 498.9959999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2324,7 +2435,7 @@ ET
 BT
 535.3009999999999 498.9959999999997 Td
 /F1.0 10.5 Tf
-<3531> Tj
+<3437> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2335,7 +2446,7 @@ ET
 BT
 60.24 480.5159999999997 Td
 /F1.0 10.5 Tf
-<31302e322e205075626c697368696e67202866756c6c206275696c6429> Tj
+<392e332e2052656c65617365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2344,9 +2455,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-197.23774999999995 480.5159999999997 Td
+122.41474999999997 480.5159999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2364,7 +2475,7 @@ ET
 BT
 535.3009999999999 480.5159999999997 Td
 /F1.0 10.5 Tf
-<3531> Tj
+<3437> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2373,9 +2484,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 462.03599999999966 Td
+48.24 462.03599999999966 Td
 /F1.0 10.5 Tf
-<31302e332e205075626c697368696e6720287061727469616c206275696c6429> Tj
+<31302e205075626c697368696e672074686520446f6373> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2384,9 +2495,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.27124999999995 462.03599999999966 Td
+165.17074999999994 462.03599999999966 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2404,7 +2515,7 @@ ET
 BT
 535.3009999999999 462.03599999999966 Td
 /F1.0 10.5 Tf
-<3532> Tj
+<3439> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2413,9 +2524,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 443.55599999999964 Td
+60.24 443.55599999999964 Td
 /F1.0 10.5 Tf
-[<31312e204b> 20.01953125 <65792047656e6572> 20.01953125 <6174696f6e>] TJ
+<31302e312e204f6e652d74696d65207365747570> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2424,9 +2535,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 443.55599999999964 Td
+165.17074999999994 443.55599999999964 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2444,7 +2555,7 @@ ET
 BT
 535.3009999999999 443.55599999999964 Td
 /F1.0 10.5 Tf
-<3533> Tj
+<3439> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2455,7 +2566,7 @@ ET
 BT
 60.24 425.0759999999996 Td
 /F1.0 10.5 Tf
-<31312e312e20496e7374616c6c20616e6420436f6e66696775726520677067> Tj
+<31302e322e2050726576696577> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2464,9 +2575,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.27124999999995 425.0759999999996 Td
+127.75924999999995 425.0759999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2484,7 +2595,7 @@ ET
 BT
 535.3009999999999 425.0759999999996 Td
 /F1.0 10.5 Tf
-<3533> Tj
+<3530> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2495,7 +2606,7 @@ ET
 BT
 60.24 406.5959999999996 Td
 /F1.0 10.5 Tf
-[<31312e322e204b> 20.01953125 <65792047656e6572> 20.01953125 <6174696f6e>] TJ
+<31302e332e205075626c697368696e67202866756c6c206275696c6429> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2504,9 +2615,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-165.17074999999994 406.5959999999996 Td
+197.23774999999995 406.5959999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2524,7 +2635,7 @@ ET
 BT
 535.3009999999999 406.5959999999996 Td
 /F1.0 10.5 Tf
-<3533> Tj
+<3530> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2533,9 +2644,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 388.1159999999996 Td
+48.24 388.1159999999996 Td
 /F1.0 10.5 Tf
-[<31312e332e205375626b> 20.01953125 <65792047656e6572> 20.01953125 <6174696f6e>] TJ
+[<31312e204b> 20.01953125 <65792047656e6572> 20.01953125 <6174696f6e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2544,9 +2655,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-186.54874999999993 388.1159999999996 Td
+149.13724999999994 388.1159999999996 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2564,7 +2675,7 @@ ET
 BT
 535.3009999999999 388.1159999999996 Td
 /F1.0 10.5 Tf
-<3536> Tj
+<3532> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2575,7 +2686,7 @@ ET
 BT
 60.24 369.63599999999957 Td
 /F1.0 10.5 Tf
-[<31312e342e2047656e6572> 20.01953125 <6174652061205265766f636174696f6e204365727469666963617465>] TJ
+<31312e312e20496e7374616c6c20616e6420436f6e66696775726520677067> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2584,9 +2695,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-256.0272499999999 369.63599999999957 Td
+213.27124999999995 369.63599999999957 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2604,7 +2715,7 @@ ET
 BT
 535.3009999999999 369.63599999999957 Td
 /F1.0 10.5 Tf
-<3538> Tj
+<3532> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2615,7 +2726,7 @@ ET
 BT
 60.24 351.15599999999955 Td
 /F1.0 10.5 Tf
-[<31312e352e205075626c697368204b> 20.01953125 <6579>] TJ
+[<31312e322e204b> 20.01953125 <65792047656e6572> 20.01953125 <6174696f6e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2624,9 +2735,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-149.13724999999994 351.15599999999955 Td
+165.17074999999994 351.15599999999955 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2644,7 +2755,7 @@ ET
 BT
 535.3009999999999 351.15599999999955 Td
 /F1.0 10.5 Tf
-<3630> Tj
+<3532> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2655,7 +2766,7 @@ ET
 BT
 60.24 332.67599999999953 Td
 /F1.0 10.5 Tf
-[<31312e362e20417474656e64204b> 20.01953125 <6579205369676e696e67205061727479202841706163686520776562206f6620747275737429>] TJ
+[<31312e332e205375626b> 20.01953125 <65792047656e6572> 20.01953125 <6174696f6e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -2664,9 +2775,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-325.5057499999999 332.67599999999953 Td
+186.54874999999993 332.67599999999953 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2684,7 +2795,7 @@ ET
 BT
 535.3009999999999 332.67599999999953 Td
 /F1.0 10.5 Tf
-<3633> Tj
+<3535> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2695,6 +2806,126 @@ ET
 BT
 60.24 314.1959999999995 Td
 /F1.0 10.5 Tf
+[<31312e342e2047656e6572> 20.01953125 <6174652061205265766f636174696f6e204365727469666963617465>] 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
+256.0272499999999 314.1959999999995 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+533.94125 314.1959999999995 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 314.1959999999995 Td
+/F1.0 10.5 Tf
+<3537> 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 295.7159999999995 Td
+/F1.0 10.5 Tf
+[<31312e352e205075626c697368204b> 20.01953125 <6579>] 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
+149.13724999999994 295.7159999999995 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+533.94125 295.7159999999995 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 295.7159999999995 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 277.2359999999995 Td
+/F1.0 10.5 Tf
+[<31312e362e20417474656e64204b> 20.01953125 <6579205369676e696e67205061727479202841706163686520776562206f6620747275737429>] 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
+325.5057499999999 277.2359999999995 Td
+/F1.0 10.5 Tf
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+BT
+533.94125 277.2359999999995 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 277.2359999999995 Td
+/F1.0 10.5 Tf
+<3632> 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 258.75599999999946 Td
+/F1.0 10.5 Tf
 <31312e372e20557064617465204d6176656e2053657474696e67732066696c652028> Tj
 ET
 
@@ -2704,7 +2935,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-225.4575 314.1959999999995 Td
+225.4575 258.75599999999946 Td
 /F4.0 10.5 Tf
 <7e2f2e6d322f73657474696e67732e786d6c> Tj
 ET
@@ -2715,7 +2946,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-319.9575 314.1959999999995 Td
+319.9575 258.75599999999946 Td
 /F1.0 10.5 Tf
 <29> Tj
 ET
@@ -2726,7 +2957,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-325.5057499999999 314.1959999999995 Td
+325.5057499999999 258.75599999999946 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2735,7 +2966,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 314.1959999999995 Td
+533.94125 258.75599999999946 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2744,9 +2975,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 314.1959999999995 Td
+535.3009999999999 258.75599999999946 Td
 /F1.0 10.5 Tf
-<3634> Tj
+<3633> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2755,7 +2986,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 295.7159999999995 Td
+48.24 240.27599999999947 Td
 /F1.0 10.5 Tf
 <31322e20417070656e6469783a2052656c656173652050726572657173> Tj
 ET
@@ -2766,7 +2997,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.58224999999993 295.7159999999995 Td
+202.58224999999993 240.27599999999947 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2775,7 +3006,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 295.7159999999995 Td
+533.94125 240.27599999999947 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2784,9 +3015,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 295.7159999999995 Td
+535.3009999999999 240.27599999999947 Td
 /F1.0 10.5 Tf
-<3635> Tj
+<3634> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2795,7 +3026,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 277.2359999999995 Td
+60.24 221.79599999999948 Td
 /F1.0 10.5 Tf
 <31322e312e20436f6e66696775726520746f6f6c636861696e7320706c7567696e> Tj
 ET
@@ -2806,7 +3037,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-229.30474999999996 277.2359999999995 Td
+229.30474999999996 221.79599999999948 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2815,7 +3046,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 277.2359999999995 Td
+533.94125 221.79599999999948 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2824,9 +3055,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 277.2359999999995 Td
+535.3009999999999 221.79599999999948 Td
 /F1.0 10.5 Tf
-<3635> Tj
+<3634> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2835,7 +3066,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 258.75599999999946 Td
+60.24 203.3159999999995 Td
 /F1.0 10.5 Tf
 [<31322e322e205075626c69632f70726976617465206b> 20.01953125 <6579>] TJ
 ET
@@ -2846,7 +3077,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-181.20424999999994 258.75599999999946 Td
+181.20424999999994 203.3159999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2855,7 +3086,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 258.75599999999946 Td
+533.94125 203.3159999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2864,9 +3095,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 258.75599999999946 Td
+535.3009999999999 203.3159999999995 Td
 /F1.0 10.5 Tf
-<3635> Tj
+<3634> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2875,7 +3106,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 240.27599999999947 Td
+60.24 184.8359999999995 Td
 /F1.0 10.5 Tf
 <31322e332e204d6176656e20> Tj
 ET
@@ -2886,7 +3117,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-122.7465 240.27599999999947 Td
+122.7465 184.8359999999995 Td
 /F4.0 10.5 Tf
 <73657474696e67732e786d6c> Tj
 ET
@@ -2897,7 +3128,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-186.54874999999993 240.27599999999947 Td
+186.54874999999993 184.8359999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2906,7 +3137,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 240.27599999999947 Td
+533.94125 184.8359999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2915,9 +3146,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 240.27599999999947 Td
+535.3009999999999 184.8359999999995 Td
 /F1.0 10.5 Tf
-<3635> Tj
+<3634> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2926,7 +3157,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 221.79599999999948 Td
+48.24 166.3559999999995 Td
 /F1.0 10.5 Tf
 <31332e20506f6c6963696573> Tj
 ET
@@ -2937,7 +3168,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-106.38124999999997 221.79599999999948 Td
+106.38124999999997 166.3559999999995 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2946,7 +3177,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 221.79599999999948 Td
+533.94125 166.3559999999995 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2955,9 +3186,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 221.79599999999948 Td
+535.3009999999999 166.3559999999995 Td
 /F1.0 10.5 Tf
-<3637> Tj
+<3636> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -2966,7 +3197,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 203.3159999999995 Td
+60.24 147.87599999999952 Td
 /F1.0 10.5 Tf
 [<31332e312e2056> 60.05859375 <657273696f6e696e6720506f6c696379>] TJ
 ET
@@ -2977,7 +3208,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-175.85974999999996 203.3159999999995 Td
+175.85974999999996 147.87599999999952 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -2986,7 +3217,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 203.3159999999995 Td
+533.94125 147.87599999999952 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -2995,9 +3226,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 203.3159999999995 Td
+535.3009999999999 147.87599999999952 Td
 /F1.0 10.5 Tf
-<3637> Tj
+<3636> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3006,7 +3237,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 184.8359999999995 Td
+60.24 129.39599999999953 Td
 /F1.0 10.5 Tf
 <31332e322e2047697420506f6c696379> Tj
 ET
@@ -3017,7 +3248,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.44824999999992 184.8359999999995 Td
+138.44824999999992 129.39599999999953 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3026,7 +3257,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 184.8359999999995 Td
+533.94125 129.39599999999953 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3035,9 +3266,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 184.8359999999995 Td
+535.3009999999999 129.39599999999953 Td
 /F1.0 10.5 Tf
-<3637> Tj
+<3636> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3046,7 +3277,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 166.3559999999995 Td
+48.24 110.91599999999954 Td
 /F1.0 10.5 Tf
 <31342e20417070656e6469783a20504d43> Tj
 ET
@@ -3057,7 +3288,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-143.79274999999996 166.3559999999995 Td
+143.79274999999996 110.91599999999954 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3066,7 +3297,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 166.3559999999995 Td
+533.94125 110.91599999999954 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3075,9 +3306,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 166.3559999999995 Td
+535.3009999999999 110.91599999999954 Td
 /F1.0 10.5 Tf
-<3730> Tj
+<3639> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3086,7 +3317,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 147.87599999999952 Td
+60.24 92.43599999999955 Td
 /F1.0 10.5 Tf
 <31342e312e2050726572657173> Tj
 ET
@@ -3097,7 +3328,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-127.75924999999995 147.87599999999952 Td
+127.75924999999995 92.43599999999955 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3106,7 +3337,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 147.87599999999952 Td
+533.94125 92.43599999999955 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3115,9 +3346,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 147.87599999999952 Td
+535.3009999999999 92.43599999999955 Td
 /F1.0 10.5 Tf
-<3730> Tj
+<3639> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3126,7 +3357,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 129.39599999999953 Td
+60.24 73.95599999999956 Td
 /F1.0 10.5 Tf
 <31342e322e204e657720436f6d6d69747465722f504d43206d656d626572> Tj
 ET
@@ -3137,7 +3368,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-239.99374999999998 129.39599999999953 Td
+239.99374999999998 73.95599999999956 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3146,7 +3377,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 129.39599999999953 Td
+533.94125 73.95599999999956 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3155,9 +3386,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 129.39599999999953 Td
+535.3009999999999 73.95599999999956 Td
 /F1.0 10.5 Tf
-<3730> Tj
+<3639> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3166,7 +3397,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 110.91599999999954 Td
+60.24 55.47599999999957 Td
 /F1.0 10.5 Tf
 <31342e332e2052656d6f76696e67206120636f6d6d6974746572> Tj
 ET
@@ -3177,7 +3408,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.58224999999993 110.91599999999954 Td
+202.58224999999993 55.47599999999957 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -3186,7 +3417,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 110.91599999999954 Td
+533.94125 55.47599999999957 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -3195,9 +3426,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 110.91599999999954 Td
+535.3009999999999 55.47599999999957 Td
 /F1.0 10.5 Tf
-<3734> Tj
+<3733> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3216,7 +3447,7 @@ endobj
 /F4.0 42 0 R
 >>
 >>
-/Annots [561 0 R 562 0 R 563 0 R 564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R]
+/Annots [570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R]
 >>
 endobj
 13 0 obj
@@ -3808,7 +4039,7 @@ endobj
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 640 0 R
+/XObject << /Stamp1 655 0 R
 >>
 >>
 /Annots [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 33 0 R 34 0 R]
@@ -3823,18 +4054,18 @@ endobj
 >>
 endobj
 17 0 obj
-<< /Kids [94 0 R 132 0 R 152 0 R 347 0 R 95 0 R 410 0 R 236 0 R 469 0 R 287 0 R 406 0 R 325 0 R]
+<< /Kids [95 0 R 133 0 R 197 0 R 96 0 R 409 0 R 230 0 R 460 0 R 281 0 R 405 0 R 319 0 R]
 >>
 endobj
 18 0 obj
 << /Type /Font
-/BaseFont /AAAAAB+NotoSerif-Bold
+/BaseFont /AAAAAG+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 726 0 R
+/FontDescriptor 744 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 728 0 R
-/ToUnicode 727 0 R
+/Widths 746 0 R
+/ToUnicode 745 0 R
 >>
 endobj
 19 0 obj
@@ -4519,7 +4750,7 @@ endobj
 /F3.1 39 0 R
 /F4.0 42 0 R
 >>
-/XObject << /Stamp1 640 0 R
+/XObject << /Stamp1 655 0 R
 >>
 >>
 >>
@@ -4532,13 +4763,13 @@ endobj
 endobj
 39 0 obj
 << /Type /Font
-/BaseFont /AAAAAC+FontAwesome
+/BaseFont /AAAAAH+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 730 0 R
+/FontDescriptor 748 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 732 0 R
-/ToUnicode 731 0 R
+/Widths 750 0 R
+/ToUnicode 749 0 R
 >>
 endobj
 40 0 obj
@@ -4549,13 +4780,13 @@ endobj
 endobj
 42 0 obj
 << /Type /Font
-/BaseFont /AAAAAD+mplus1mn-regular
+/BaseFont /AAAAAI+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 734 0 R
+/FontDescriptor 752 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 736 0 R
-/ToUnicode 735 0 R
+/Widths 754 0 R
+/ToUnicode 753 0 R
 >>
 endobj
 43 0 obj
@@ -4876,7 +5107,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 640 0 R
+/XObject << /Stamp1 655 0 R
 >>
 >>
 /Annots [47 0 R 48 0 R]
@@ -5524,7 +5755,7 @@ endobj
 /F1.0 8 0 R
 /F4.0 42 0 R
 >>
-/XObject << /Stamp1 640 0 R
+/XObject << /Stamp1 655 0 R
 >>
 >>
 /Annots [53 0 R 55 0 R]
@@ -6077,7 +6308,7 @@ endobj
 /F4.0 42 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 640 0 R
+/XObject << /Stamp1 655 0 R
 >>
 >>
 >>
@@ -6256,7 +6487,7 @@ endobj
 /F1.0 8 0 R
 >>
 /XObject << /I1 62 0 R
-/Stamp1 640 0 R
+/Stamp1 655 0 R
 >>
 >>
 /Annots [63 0 R]
@@ -7177,7 +7408,7 @@ endobj
 /F1.0 8 0 R
 /F4.0 42 0 R
 >>
-/XObject << /Stamp1 640 0 R
+/XObject << /Stamp1 655 0 R
 >>
 >>
 /Annots [67 0 R 68 0 R 69 0 R 70 0 R 71 0 R 72 0 R 73 0 R 74 0 R 76 0 R 77 0 R]
@@ -7303,7 +7534,7 @@ endobj
 [65 0 R /XYZ 0 182.1500000000002 null]
 endobj
 79 0 obj
-<< /Length 16101
+<< /Length 16828
 >>
 stream
 q
@@ -7313,10 +7544,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 640.490 l
-547.040 638.281 545.249 636.490 543.040 636.490 c
-52.240 636.490 l
-50.031 636.490 48.240 638.281 48.240 640.490 c
+547.040 655.230 l
+547.040 653.021 545.249 651.230 543.040 651.230 c
+52.240 651.230 l
+50.031 651.230 48.240 653.021 48.240 655.230 c
 48.240 801.890 l
 48.240 804.099 50.031 805.890 52.240 805.890 c
 h
@@ -7327,10 +7558,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 640.490 l
-547.040 638.281 545.249 636.490 543.040 636.490 c
-52.240 636.490 l
-50.031 636.490 48.240 638.281 48.240 640.490 c
+547.040 655.230 l
+547.040 653.021 545.249 651.230 543.040 651.230 c
+52.240 651.230 l
+50.031 651.230 48.240 653.021 48.240 655.230 c
 48.240 801.890 l
 48.240 804.099 50.031 805.890 52.240 805.890 c
 h
@@ -7344,17 +7575,6 @@ Q
 BT
 59.24 783.0649999999999 Td
 /F4.0 11 Tf
-<636420636f7265> 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 768.3249999999999 Td
-/F4.0 11 Tf
 <6578706f72742049534953544d503d2f632f746d7020202020202020202020202020202020202020202020202020202020202020> Tj
 ET
 
@@ -7364,7 +7584,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-345.24 768.3249999999999 Td
+345.24 783.0649999999999 Td
 /F4.1 11 Tf
 <21> Tj
 ET
@@ -7375,9 +7595,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 753.585 Td
+59.24 768.3249999999999 Td
 /F4.0 11 Tf
-<6578706f727420495349534445563d322e312e302d534e415053484f54> Tj
+<6578706f727420495349534445563d312e31362e332d534e415053484f54> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7386,9 +7606,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 738.845 Td
+59.24 753.585 Td
 /F4.0 11 Tf
-<6578706f7274204953495352454c3d322e302e30> Tj
+<6578706f7274204953495352454c3d312e31362e33> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7397,7 +7617,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 724.105 Td
+59.24 738.845 Td
 /F4.0 11 Tf
 <6578706f7274204953495352433d524331> Tj
 ET
@@ -7408,7 +7628,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 709.365 Td
+59.24 724.105 Td
 /F4.0 11 Tf
 <6578706f727420495349534252414e43483d72656c656173652d244953495352454c2d24495349535243> Tj
 ET
@@ -7419,7 +7639,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 694.625 Td
+59.24 709.365 Td
 /F4.0 11 Tf
 <6578706f727420495349534a4952413d495349532d39393939202020202020202020202020202020202020202020202020202020> Tj
 ET
@@ -7430,7 +7650,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-345.24 694.625 Td
+345.24 709.365 Td
 /F4.1 11 Tf
 <22> Tj
 ET
@@ -7441,9 +7661,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 679.885 Td
+59.24 694.625 Td
 /F4.0 11 Tf
-<6578706f727420434154414c494e415f484f4d453d2f632f6a6176612f6170616368652d746f6d6361742d382e302e3330202020> Tj
+<6578706f727420434154414c494e415f484f4d453d2f632f6a6176612f6170616368652d746f6d6361742d392e302e3130202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7452,7 +7672,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-345.24 679.885 Td
+345.24 694.625 Td
 /F4.1 11 Tf
 <23> Tj
 ET
@@ -7463,7 +7683,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-59.24 650.405 Td
+59.24 665.145 Td
 /F4.0 11 Tf
 <656e76207c20677265702049534953207c20736f7274> Tj
 ET
@@ -7474,7 +7694,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.2745 618.765 Td
+51.2745 633.505 Td
 /F4.1 10.5 Tf
 <21> Tj
 ET
@@ -7485,7 +7705,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 618.526 Td
+64.809 633.266 Td
 /F1.0 10.5 Tf
 [<61646a7573742062> 20.01953125 <7920706c6174666f726d>] TJ
 ET
@@ -7496,7 +7716,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.274499999999996 596.985 Td
+51.274499999999996 611.725 Td
 /F4.1 10.5 Tf
 <22> Tj
 ET
@@ -7509,7 +7729,7 @@ ET
 1.944 Tw
 
 BT
-64.809 596.746 Td
+64.809 611.486 Td
 /F1.0 10.5 Tf
 [<73657420746f20616e2022756d6272656c6c61> 40.0390625 <22207469636b> 20.01953125 <657420666f7220616c6c2072656c6561736520616374697669746965732e20284f6e652073686f756c6420657869737420616c7265616479> 89.84375 <2c20>] TJ
 ET
@@ -7524,7 +7744,7 @@ ET
 1.944 Tw
 
 BT
-474.7661700520832 596.746 Td
+474.7661700520832 611.486 Td
 /F1.0 10.5 Tf
 <63726561746564206174> Tj
 ET
@@ -7539,7 +7759,7 @@ ET
 1.944 Tw
 
 BT
-526.4063350260416 596.746 Td
+526.4063350260416 611.486 Td
 /F1.0 10.5 Tf
 <20746865> Tj
 ET
@@ -7552,7 +7772,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 580.966 Td
+64.809 595.706 Td
 /F1.0 10.5 Tf
 <626567696e6e696e67206f662074686520646576656c6f706d656e74206379636c65206e6f7720636f6d706c6574696e67292e> Tj
 ET
@@ -7563,7 +7783,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-51.274499999999996 559.4250000000001 Td
+51.274499999999996 574.1650000000001 Td
 /F4.1 10.5 Tf
 <23> Tj
 ET
@@ -7574,7 +7794,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-64.809 559.1860000000001 Td
+64.809 573.926 Td
 /F1.0 10.5 Tf
 [<61646a757374206173207265717569726564202854> 29.78515625 <6f6d636174206973207573656420746f20736d6f6b> 20.01953125 <652074657374207468652073696d706c656170702061726368657479706529>] TJ
 ET
@@ -7587,7 +7807,7 @@ ET
 0.605 Tw
 
 BT
-48.239999999999995 531.4060000000002 Td
+48.239999999999995 546.1460000000002 Td
 /F1.0 10.5 Tf
 [<4f6276696f75736c79> 89.84375 <2c20616c74657220>] TJ
 ET
@@ -7602,7 +7822,7 @@ ET
 0.605 Tw
 
 BT
-130.2694266826923 531.4060000000002 Td
+130.2694266826923 546.1460000000002 Td
 /F4.0 10.5 Tf
 <2449534953444556> Tj
 ET
@@ -7617,7 +7837,7 @@ ET
 0.605 Tw
 
 BT
-172.2694266826923 531.4060000000002 Td
+172.2694266826923 546.1460000000002 Td
 /F1.0 10.5 Tf
 <20616e6420> Tj
 ET
@@ -7632,7 +7852,7 @@ ET
 0.605 Tw
 
 BT
-198.02771274038457 531.4060000000002 Td
+198.02771274038457 546.1460000000002 Td
 /F4.0 10.5 Tf
 <244953495352454c> Tj
 ET
@@ -7647,7 +7867,7 @@ ET
 0.605 Tw
 
 BT
-240.02771274038457 531.4060000000002 Td
+240.02771274038457 546.1460000000002 Td
 /F1.0 10.5 Tf
 <2061732072657175697265642c20616e642062756d7020> Tj
 ET
@@ -7662,7 +7882,7 @@ ET
 0.605 Tw
 
 BT
-362.46742788461535 531.4060000000002 Td
+362.46742788461535 546.1460000000002 Td
 /F4.0 10.5 Tf
 <24495349535243> Tj
 ET
@@ -7677,7 +7897,7 @@ ET
 0.605 Tw
 
 BT
-399.21742788461535 531.4060000000002 Td
+399.21742788461535 546.1460000000002 Td
 /F1.0 10.5 Tf
 <20666f722072652d72656c656173696e6720666f6c6c6f77696e6720616e> Tj
 ET
@@ -7690,7 +7910,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-48.239999999999995 515.6260000000001 Td
+48.239999999999995 530.3660000000001 Td
 /F1.0 10.5 Tf
 <756e7375636365737366756c> Tj
 ET
@@ -7701,7 +7921,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-112.269 515.6260000000001 Td
+112.269 530.3660000000001 Td
 /F1.0 10.5 Tf
 <2072656c65617365732e> Tj
 ET
@@ -7711,8 +7931,8 @@ ET
 q
 0.5 w
 0.933 0.933 0.933 SCN
-113.807 385.130 m
-113.807 499.810 l
+113.807 474.990 m
+113.807 514.550 l
 S
 Q
 0.749 0.000 0.000 scn
@@ -7723,7 +7943,7 @@ Q
 0.749 0.000 0.000 SCN
 
 BT
-76.73933333333332 433.8900000000002 Td
+76.73933333333332 486.1900000000002 Td
 /F3.1 24 Tf
 <22> Tj
 ET
@@ -7733,12 +7953,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.761 Tw
+0.897 Tw
 
 BT
-125.80666666666666 483.8460000000002 Td
+125.80666666666666 498.5860000000002 Td
 /F1.0 10.5 Tf
-[<4e6f7465207468617420746865206272> 20.01953125 <616e6368206e616d6520697320>] TJ
+[<4e6f7465207468617420746865206272> 20.01953125 <616e6368206e616d6520697320696e74656e74696f6e616c6c7920>] TJ
 ET
 
 
@@ -7748,10 +7968,10 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.761 Tw
+0.897 Tw
 
 BT
-283.949658984375 483.8460000000002 Td
+346.7980833333333 498.5860000000002 Td
 /F2.0 10.5 Tf
 <6e6f74> Tj
 ET
@@ -7763,36 +7983,25 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.761 Tw
+0.897 Tw
 
 BT
-301.610658984375 483.8460000000002 Td
+364.4590833333333 498.5860000000002 Td
 /F1.0 10.5 Tf
-[<207468652073616d6520616e> 20.01953125 <79206f6620746865206576656e7475616c20746167206e616d657320286567>] TJ
+[<207468652073616d6520616e> 20.01953125 <79206f6620746865206576656e7475616c20746167>] 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
-125.80666666666666 468.06600000000014 Td
-/F4.0 10.5 Tf
-<697369732d322e302e30> 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
-178.30666666666667 468.06600000000014 Td
+125.80666666666666 482.80600000000015 Td
 /F1.0 10.5 Tf
-<206f7220> Tj
+<6e616d65732028656720> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7801,20 +8010,9 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-194.74966666666666 468.06600000000014 Td
+179.08366666666666 482.80600000000015 Td
 /F4.0 10.5 Tf
-<73696d706c656170702d6172636865747970652d322e302e30> 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
-325.99966666666666 468.06600000000014 Td
-/F1.0 10.5 Tf
-<292e> Tj
+<697369732d312e31362e33> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7822,85 +8020,32 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-2.520 Tw
-
 BT
-125.80666666666666 440.2860000000002 Td
+236.83366666666666 482.80600000000015 Td
 /F1.0 10.5 Tf
-<49662074686579206469642068617665207468652073616d65206e616d652c207468656e207768617420776f756c642068617070656e20697320746861742074686520> Tj
+<206f7220> 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
 
-2.520 Tw
-
 BT
-503.53999999999996 440.2860000000002 Td
+253.27666666666667 482.80600000000015 Td
 /F4.0 10.5 Tf
-<6d6176656e2d> Tj
+<73696d706c656170702d6172636865747970652d312e31362e33> 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
-
-3.021 Tw
-
-BT
-125.80666666666666 424.5060000000002 Td
-/F4.0 10.5 Tf
-<72656c656173652d706c7567696e> 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.021 Tw
-
-BT
-199.30666666666667 424.5060000000002 Td
-/F1.0 10.5 Tf
-[<20776f756c6420636865636b> 20.01953125 <6f757420746865202848454144206f662074686529206272> 20.01953125 <616e636820616e6420746875732075706c6f61642061>] 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.119 Tw
-
-BT
-125.80666666666666 408.72600000000017 Td
-/F1.0 10.5 Tf
-[<534e415053484f> 20.01953125 <5420746f2074686520736e617073686f74207265706f7369746f7279> 89.84375 <2e20576861742069742073686f756c64206f6620636f7572736520646f20697320636865636b> 20.01953125 <6f757420746865>] 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.80666666666666 392.94600000000014 Td
+389.7766666666667 482.80600000000015 Td
 /F1.0 10.5 Tf
-[<74616720616e64207468656e2075706c6f6164207468617420746f207468652072656c656173652073746167696e67207265706f7369746f7279> 89.84375 <2e>] TJ
+<292e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -7909,7 +8054,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.239999999999995 349.10600000000017 Td
+48.239999999999995 438.9660000000002 Td
 /F2.0 18 Tf
 <342e332e2050756c6c20646f776e20636f646520746f2072656c65617365> Tj
 ET
@@ -7922,7 +8067,7 @@ ET
 0.651 Tw
 
 BT
-48.239999999999995 321.0860000000001 Td
+48.239999999999995 410.94600000000014 Td
 /F1.0 10.5 Tf
 <536574207468652048454144206f6620796f7572206c6f63616c20676974207265706f20746f2074686520636f6d6d697420746f2062652072656c65617365642e20546869732077696c6c20757375616c6c792062652074686520746970206f6620746865> Tj
 ET
@@ -7935,7 +8080,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.239999999999995 305.30600000000015 Td
+48.239999999999995 395.16600000000017 Td
 /F1.0 10.5 Tf
 <6f726967696ed57320> Tj
 ET
@@ -7946,7 +8091,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-88.4445 305.30600000000015 Td
+88.4445 395.16600000000017 Td
 /F4.0 10.5 Tf
 <6d6173746572> Tj
 ET
@@ -7957,7 +8102,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-119.9445 305.30600000000015 Td
+119.9445 395.16600000000017 Td
 /F1.0 10.5 Tf
 [<206272> 20.01953125 <616e63682e205468656e2c2063726561746520612072656c65617365206272> 20.01953125 <616e636820666f72207468652076657273696f6e206e756d626572206265696e672072656c65617365643b2065673a>] TJ
 ET
@@ -7966,28 +8111,28 @@ ET
 0.000 0.000 0.000 scn
 q
 0.961 0.961 0.961 scn
-52.240 289.490 m
-543.040 289.490 l
-545.249 289.490 547.040 287.699 547.040 285.490 c
-547.040 227.270 l
-547.040 225.061 545.249 223.270 543.040 223.270 c
-52.240 223.270 l
-50.031 223.270 48.240 225.061 48.240 227.270 c
-48.240 285.490 l
-48.240 287.699 50.031 28

<TRUNCATED>

[43/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/htg.html
----------------------------------------------------------------------
diff --git a/content/guides/htg.html b/content/guides/htg.html
index dbebf00..46ba5f9 100644
--- a/content/guides/htg.html
+++ b/content/guides/htg.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -922,7 +923,7 @@ table.CodeRay td.code>pre{padding:0}
           </table> 
          </div> 
          <div class="paragraph"> 
-          <p>The framework also supports i18n: locale-specific names and descriptions. for more information, see the <a href="../ugbtb/ugbtb.html#_ugbtb_i18n">beyond-the-basics</a> guide.</p> 
+          <p>The framework also supports i18n: locale-specific names and descriptions. For more information, see the <a href="../ugbtb/ugbtb.html#_ugbtb_i18n">beyond-the-basics</a> guide.</p> 
          </div> 
         </div> 
         <div class="sect2"> 
@@ -2207,7 +2208,7 @@ securityManager.cacheManager = $memoryCacheManager</code></pre>
           <p>The framework provides default implementations for many of the <a href="../rgsvc/rgsvc.html">domain services</a>. This is convenient, but sometimes you will want to replace the default implementation with your own service implementation.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>For example, suppose you wanted to provide your own implementation of <a href="../rgsvc/rgsvc.html#_rgsvc_api_LocaleProvider"><code>LocaleProvider</code></a>. The trick is to use the <a href="../rgant/rgant.html#_rgant-DomainService_menuOrder"><code>@DomainService#menuOrder()</code></a> attribute, specifying a low number (typically <code>"1"</code>).</p> 
+          <p>For example, suppose you wanted to provide your own implementation of <a href="../rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_LocaleProvider"><code>LocaleProvider</code></a>. The trick is to use the <a href="../rgant/rgant.html#_rgant-DomainService_menuOrder"><code>@DomainService#menuOrder()</code></a> attribute, specifying a low number (typically <code>"1"</code>).</p> 
          </div> 
          <div class="paragraph"> 
           <p>Here’s how:</p> 
@@ -2469,11 +2470,11 @@ LocalProvider localeProvider;</code></pre>
         <span class="keyword">if</span>(persistentInstance <span class="keyword">instanceof</span> ObjectWithPersistedTitle) {
             <span class="directive">final</span> ObjectWithPersistedTitle objectWithPersistedTitle =
                 (ObjectWithPersistedTitle) persistentInstance;
-            objectWithPersistedTitle.setTitle(container.titleOf(objectWithPersistedTitle));
+            objectWithPersistedTitle.setTitle(titleService.titleOf(objectWithPersistedTitle));
         }
     }
     <span class="annotation">@Inject</span>
-    <span class="directive">private</span> DomainObjectContainer container;
+    TitleService titleService;
 }</code></pre> 
           </div> 
          </div> 
@@ -2495,7 +2496,7 @@ LocalProvider localeProvider;</code></pre>
                     <span class="keyword">if</span>(persistentInstance <span class="keyword">instanceof</span> ObjectWithPersistedTitle) {
                         <span class="directive">final</span> ObjectWithPersistedTitle objectWithPersistedTitle =
                             (ObjectWithPersistedTitle) persistentInstance;
-                        objectWithPersistedTitle.setTitle(container.titleOf(objectWithPersistedTitle));
+                        objectWithPersistedTitle.setTitle(titleService.titleOf(objectWithPersistedTitle));
                     }
                 }
                 <span class="annotation">@Override</span>
@@ -2504,9 +2505,9 @@ LocalProvider localeProvider;</code></pre>
             }, <span class="predefined-constant">null</span>);
     }
     <span class="annotation">@Inject</span>
-    <span class="directive">private</span> IsisJdoSupport isisJdoSupport;
+    IsisJdoSupport isisJdoSupport;
     <span class="annotation">@Inject</span>
-    <span class="directive">private</span> DomainObjectContainer container;
+    TitleService titleService;
 }</code></pre> 
           </div> 
          </div> 
@@ -2774,7 +2775,7 @@ serviceRegistry.injectServicesInto(viewModel);</code></pre>
         <span class="keyword">if</span>(original != <span class="predefined-constant">null</span>) {                                                  <i class="conum" data-value="2"></i><b>(2)</b>
             <span class="keyword">return</span> original;
         }
-        container.flush();                                                      <i class="conum" data-value="3"></i><b>(3)</b>
+        repositoryService.flush();                                              <i class="conum" data-value="3"></i><b>(3)</b>
 
         <span class="directive">final</span> BreadcrumbModelProvider wicketSession =                           <i class="conum" data-value="4"></i><b>(4)</b>
             (BreadcrumbModelProvider) AuthenticatedWebSession.get();
@@ -2800,7 +2801,7 @@ serviceRegistry.injectServicesInto(viewModel);</code></pre>
     <span class="annotation">@Inject</span>
     HomePageProviderService homePageProviderService;
     <span class="annotation">@Inject</span>
-    DomainObjectContainer container;
+    RepositoryService repositoryService;
 }</code></pre> 
           </div> 
          </div> 


[03/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/guides/htg.html
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/guides/htg.html b/content/versions/1.16.2/guides/htg.html
index dbebf00..46ba5f9 100644
--- a/content/versions/1.16.2/guides/htg.html
+++ b/content/versions/1.16.2/guides/htg.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -922,7 +923,7 @@ table.CodeRay td.code>pre{padding:0}
           </table> 
          </div> 
          <div class="paragraph"> 
-          <p>The framework also supports i18n: locale-specific names and descriptions. for more information, see the <a href="../ugbtb/ugbtb.html#_ugbtb_i18n">beyond-the-basics</a> guide.</p> 
+          <p>The framework also supports i18n: locale-specific names and descriptions. For more information, see the <a href="../ugbtb/ugbtb.html#_ugbtb_i18n">beyond-the-basics</a> guide.</p> 
          </div> 
         </div> 
         <div class="sect2"> 
@@ -2207,7 +2208,7 @@ securityManager.cacheManager = $memoryCacheManager</code></pre>
           <p>The framework provides default implementations for many of the <a href="../rgsvc/rgsvc.html">domain services</a>. This is convenient, but sometimes you will want to replace the default implementation with your own service implementation.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>For example, suppose you wanted to provide your own implementation of <a href="../rgsvc/rgsvc.html#_rgsvc_api_LocaleProvider"><code>LocaleProvider</code></a>. The trick is to use the <a href="../rgant/rgant.html#_rgant-DomainService_menuOrder"><code>@DomainService#menuOrder()</code></a> attribute, specifying a low number (typically <code>"1"</code>).</p> 
+          <p>For example, suppose you wanted to provide your own implementation of <a href="../rgsvc/rgsvc.html#_rgsvc_presentation-layer-spi_LocaleProvider"><code>LocaleProvider</code></a>. The trick is to use the <a href="../rgant/rgant.html#_rgant-DomainService_menuOrder"><code>@DomainService#menuOrder()</code></a> attribute, specifying a low number (typically <code>"1"</code>).</p> 
          </div> 
          <div class="paragraph"> 
           <p>Here’s how:</p> 
@@ -2469,11 +2470,11 @@ LocalProvider localeProvider;</code></pre>
         <span class="keyword">if</span>(persistentInstance <span class="keyword">instanceof</span> ObjectWithPersistedTitle) {
             <span class="directive">final</span> ObjectWithPersistedTitle objectWithPersistedTitle =
                 (ObjectWithPersistedTitle) persistentInstance;
-            objectWithPersistedTitle.setTitle(container.titleOf(objectWithPersistedTitle));
+            objectWithPersistedTitle.setTitle(titleService.titleOf(objectWithPersistedTitle));
         }
     }
     <span class="annotation">@Inject</span>
-    <span class="directive">private</span> DomainObjectContainer container;
+    TitleService titleService;
 }</code></pre> 
           </div> 
          </div> 
@@ -2495,7 +2496,7 @@ LocalProvider localeProvider;</code></pre>
                     <span class="keyword">if</span>(persistentInstance <span class="keyword">instanceof</span> ObjectWithPersistedTitle) {
                         <span class="directive">final</span> ObjectWithPersistedTitle objectWithPersistedTitle =
                             (ObjectWithPersistedTitle) persistentInstance;
-                        objectWithPersistedTitle.setTitle(container.titleOf(objectWithPersistedTitle));
+                        objectWithPersistedTitle.setTitle(titleService.titleOf(objectWithPersistedTitle));
                     }
                 }
                 <span class="annotation">@Override</span>
@@ -2504,9 +2505,9 @@ LocalProvider localeProvider;</code></pre>
             }, <span class="predefined-constant">null</span>);
     }
     <span class="annotation">@Inject</span>
-    <span class="directive">private</span> IsisJdoSupport isisJdoSupport;
+    IsisJdoSupport isisJdoSupport;
     <span class="annotation">@Inject</span>
-    <span class="directive">private</span> DomainObjectContainer container;
+    TitleService titleService;
 }</code></pre> 
           </div> 
          </div> 
@@ -2774,7 +2775,7 @@ serviceRegistry.injectServicesInto(viewModel);</code></pre>
         <span class="keyword">if</span>(original != <span class="predefined-constant">null</span>) {                                                  <i class="conum" data-value="2"></i><b>(2)</b>
             <span class="keyword">return</span> original;
         }
-        container.flush();                                                      <i class="conum" data-value="3"></i><b>(3)</b>
+        repositoryService.flush();                                              <i class="conum" data-value="3"></i><b>(3)</b>
 
         <span class="directive">final</span> BreadcrumbModelProvider wicketSession =                           <i class="conum" data-value="4"></i><b>(4)</b>
             (BreadcrumbModelProvider) AuthenticatedWebSession.get();
@@ -2800,7 +2801,7 @@ serviceRegistry.injectServicesInto(viewModel);</code></pre>
     <span class="annotation">@Inject</span>
     HomePageProviderService homePageProviderService;
     <span class="annotation">@Inject</span>
-    DomainObjectContainer container;
+    RepositoryService repositoryService;
 }</code></pre> 
           </div> 
          </div> 


[50/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/elasticlunr/index.json
----------------------------------------------------------------------
diff --git a/content/elasticlunr/index.json b/content/elasticlunr/index.json
index faab617..8ad65d8 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 ","description":"","id":11600575},"12196042":{"title":"Te
 rtiary Menu","url":"guides/ugvw/ugvw.html#_tertiary_menu","body":"Tertiary Menu  Domain services' actions can be associated with the tertiary menu using the same @DomainServiceLayout annotation, but be aware that the @DomainServiceLayout#name() attribute will be ignored (there is only one effective menu).  For example, the updateEpochDate(…​) and listAllSettings(…​) actions come from the following service:  Because the number of items on the tertiary menu is expected to be small and most will pertain to the current user, the viewer does not place dividers between actions from different services on the tertiary menu. ","description":" Domain services' actions can be associated with the tertiary menu using the same @DomainServiceLayout annotation, but be aware that the @DomainServiceLayout#name() attribute will be ignored (there is only one effective menu). ","id":12196042},"12649581":{"title":"Mark the version as released","url":"guides/cgcom/cgcom.html#_mark_the_version_as_r
 eleased","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 acti
 on, returning false leaves it visible.  For example, to 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},"14290952":{"title":"Vetoing Visibility","url":"guides/htg.html#_ugbtb_hints-and-tips_vetoing-visibility","body":"Vetoing Visibility  eg if included an addon such as auditing or security.  solution is to write a domain event subscriber that vetoes the visibility  All the addons actions inherit from common base classes so this can be as broad-brush or fine-grained as required ","description":" eg if included an addon such as auditing or security. ","id":14290952},"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 domain 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) Incode Platform's 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 initialized 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":"ObjectCreatedEvent  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":"releas
 e-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 parameters 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 CommandContext request-scoped service defines the following 
 very simple API:  This class (o.a.i.applib.services.CommandContext) is also the default implementation. Under normal circumstances there shouldn’t be any need to replace this implementation with another.  The Command type referenced above is in fact an interface, defined as: ","description":" The CommandContext request-scoped service defines the following very simple API: ","id":19254915},"21190750":{"title":"Run the archetype","url":"pages/tg/tg.html#_run_the_archetype","body":"Run the archetype ","description":"","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 pr
 ovides 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":"Editing","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":"Comm
 it 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-ParameterLayout_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 ne
 xt.  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},"31312523":{"title":"Declarative style","url":"guides/htg.html#_declarative_style_3","body":"Declarative style  To render an object with a particular CSS, use @DomainObjectLayout#cssClass().  When the domain object is rendered on its own page, this CSS class will appear on a top-level <div>. Or, when the domain object is rendered 
 as a row in a collection, then the CSS class will appear in a <div> wrapped by the <tr> of the row.  One possible use case would be to render the most important object types with a subtle background colour: Customers shown in light green, or Orders shown in a light pink, for example. ","description":" To render an object with a particular CSS, use @DomainObjectLayout#cssClass(). ","id":31312523},"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 getExecutedIn() method:  Although not often needed, th
 is 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},"31966407":{"title":"Icons","url":"guides/htg.html#_icons",
 "body":"Icons  Action icons can be specified in several ways.  One option is to use the @ActionLayout#cssClassFa(). For example:  Alternatively, you can specify these hints dynamically in the Xxx.layout.xml for the entity:  Rather than annotating every action with @ActionLayout#cssClassFa() and @ActionLayout#cssClass() you can instead specify the UI hint globally using regular expressions. Not only does this save a lot of boilerplate/editing, it helps ensure consistency across all actions.  To declare fa classes globally, use the configuration property isis.reflector.facet.cssClassFa.patterns (a comma separated list of key:value pairs).  For example:  Here:  For example, \"fa-plus\" is applied to all action members called \"newXxx\" ","description":" Action icons can be specified in several ways. ","id":31966407},"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":"Screenshots  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 a
 lso 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":"cssCl
 assFa()  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 rendered 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 i
 con. ","id":57327287},"62314289":{"title":"Menu Bars Layout","url":"guides/ugvw/ugvw.html#_ugvw_menubars-layout","body":"Menu Bars Layout ","description":"","id":62314289},"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 miss
 ing 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},"74705826":{"title":"How to implement a spellchecker?","url":"guides/htg.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 implement 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":74705826},"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 \"firstName\", 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 identifies 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 f
 or 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: ","description":" 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) ContentNe
 gotiationService 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/ug
 btb/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_10","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 a
 re 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 main 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 main parts to using fixture scripts: the FixtureScripts domain service class, and the FixtureScript view model class: ","id":92467660},"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 described 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 Obje
 cts 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},"100682258":{"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 i
 s 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 implement 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 MetaModelValidatorVisiting.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},"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 redraw 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 als
 o 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.  These mixin properties/actions are all associated with the \"Metadata\" fieldset. A number of other mixins also contribute properties or actions to the \"Metadata\" fieldset. ","description":" All domain entities automatically implement the DataNucleus Pe
 rsistable 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) Incode Platform's audit module also implements the new SPI. ","description":" The AuditingService SPI service has been deprecated, instead replaced by the AuditerService. ","id":112375674},"113098816":{"title":"DataNucleus Object Store","url":"guides/htg.html#_datanucleus_object_store","body":"DataNucleus Object Store ","description":"","id":113098816},"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 general
 ly decorated with both DataNucleus and Apache Isis annotations. Let’s look at some of the most commonly-used 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 DataNuc
 leus taking care of both lazy loading and also the persisting of modified (\"dirty\") objects. ","id":115229271},"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 ca
 lls. ","description":" The ActionInteractionContext service allows bulk actions to co-ordinate with each other. ","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 take
 n 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 t
 his thread on the Apache Isis users mailing list: ","id":134804772},"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 layouts 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},"158033412":{"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 ","description":"","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 somethin
 g else!) and get a context-sensitive list of refactorings available for the currently selected object ","description":" Loads of good stuff on the Refactor menu; most used are: ","id":158897592},"159072030":{"title":"(non-ASF) Incode Platform","url":"migration-notes/migration-notes.html#_migration-notes_1.14.0-to-1.15.0_incode-platform","body":"(non-ASF) Incode Platform  The various (non-ASF) Isis Addons and Incode Catalog have also been combined into a single \"Incode Platform\".  While each module can still be consumed individually, the new platform versions consistently (a change in any one module will result in a re-release of all). This should make these modules easier to consume, and easier to maintain/develop.  All the modules remain open source, still licensed under the ASF v2.0 license.  As of this release, none of the groupIds or artifactIds have changed. They will be rationalized/made consistent in a future release; most probably to coincide with v2.0.0 of the framework. 
 ","description":" The various (non-ASF) Isis Addons and Incode Catalog have also been combined into a single \"Incode Platform\". ","id":159072030},"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 \"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). ","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) obje
 ct has just been loaded 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/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. ","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/r
 gsvc/rgsvc.html#_implementation_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 ","description":"","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 ty
 pesafe 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 purposes, 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 appli
 b 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 PublishedObjects 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 impl
 ementations may have different responsibilities. For example, the (non-ASF) Incode Platform's 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 domain 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 properties.  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 of 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 update
 d 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 HoldsUpda
 tedAt 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 e
 xtremely 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},"193219460":{"title":"API","url":"guides/rgsvc/rgsvc.html#_rgsvc_metadata-api_MetamodelService_api","body":"API  The API defined by the service is: ","description":" The API defined by the service is: ","id":193219460},"193237835":{"title":"Core","url":"release-notes/release-notes.html#_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  It is also possible to define use some other underlying event bus implementation, by implementing the EventBusImplementation SPI:  As is probably obvious, the EventBusService just delegates down to these method calls when its own similarly named methods are called.  If you do provide your own implementation of this SPI, be aware that your subscribers will need to use whatever convention is required (eg different annotations) such that the events are correctly routed through to your subscribers.  If you have written your own implementation of the EventBusServiceImplementation SPI, then specify instead its fully-qualified class name: ","description":" It is also possible to define use some other underlying event bus implementation, by implementing the EventBusImplementation SPI: ","id":194608562},"195374240":{"ti
 tle":"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":" (Assuming 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},"196560907":{"title":"XJC profile","url":"guides/rgmvn/rgmvn.html#__rgmvn_xsd_xsd-submodule_xjc-profile","body":"XJC profile  The xjc profile reads the XSD generated by the xsd 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.  The xjc profile is defined as:  The referenced catalog.xml file instructs the xjc plugin how to resolve referenced schema locations. Only a reference for the Apache Isis common schema is likely to be needed: ","description":" The xjc profile reads the XSD generated by the xsd goal, and from it generates Java DTOs. Note that this isn’t round-tripping: the original view model is on
 ly for use within the Isis app, whereas the DTO generated from the XSDs is for use in a standalone context","id":196560907},"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 length, 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 ","description":"","id":198382465},"203208629":{"title":"New Feature","url":"release-notes/release-notes.html#_new_feature_18","body":"New Feature ","description":"","id":203208629},"203740710":{"title":"RoutingSer
 vice","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/rgsvc/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: ","desc
 ription":" 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 GitHub 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},"22
 0685197":{"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) Incode Platform security module provides a domain service that automatically seeds certain domain 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 @PostCo
 nstruct 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":"Initialization  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 references 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":"AuditingServiceInternal  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) AuditingServiceIn
 ternal 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 \"unregis
 ter\" in the @PreDestroy lifecycle method (though as noted above, unregistering is actually a no-op). ","id":232471644},"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 property 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 col
 lections. ","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},"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-dom 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 w
 here 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  One significant feature of the (non-ASF) Incode Platform's security module 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 (non-ASF) Incode Platform's security module README. ","description":" One significant f
 eature of the (non-ASF) Incode Platform's security module 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","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},"259202548":{"title":"Run-as","url":"guides/htg.html#_ugsec_hints-and-tips_run-as","body":"Run-as  This hint shows how to temporarily change the current user as reported by Shiro. This can be useful to support
  \"Run As\", for example.  The heavy lifting is done in ShiroService:  This could be exposed in the UI using a simple RunAsService, for example:  Credits: adapted from this gist. ","description":" This hint shows how to temporarily change the current user as reported by Shiro. This can be useful to support \"Run As\", for example. ","id":259202548},"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  There is no default implementation of this service.  The (non-ASF) Isis addons' kitchensink app provides an example implementation:  which is rendered as: ","description":" There is no default implementation of this service. ","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 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.  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 declared domain-objects, -views and -services. This therefore allows for other implementations of the UI.  The WrapperFactory domain service allows a test to wrap domain objects and thus to interact w
 ith 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 calle
 d 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 whenever 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 on the page). ","id":278859977},"278890330":{"title":"Build a domain app","url":"pages/tg/tg.html#_build_a_domain_app","body":"Build a domain app ","description":"","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#_object_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 wit
 h 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},"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 c
 ommits 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 drop-down choice, then other drop-down choices can be derived from it. ","id":286850218},"286919998":{"title":"Install Project Lombok","url":"guides/dg/dg.html#__dg_ide_eclipse_configure-lombok","body":"Install Project Lombok  The SimpleApp archetype uses Project Lombok annota
 tions (@Getter and @Setter and so on) to reduce the boilerplate. For Eclipse IDE this requires an installation step:  Then restart Eclipse. ","description":" The SimpleApp archetype uses Project Lombok annotations (@Getter and @Setter and so on) to reduce the boilerplate. For Eclipse IDE this requires an installation step: ","id":286919998},"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":"Philosop
 hy 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 section 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 ra
 ised 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. 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. ","id":291813215},"292881794":{"title":"FixtureScript","url":"guides/ugtst/ugtst.html#_ugtst_fixture-scripts_api-and-usage_FixtureScript","body":"FixtureScript  A fixture script is ultimately just a block of code that can be executed, so it’s up to you how you implement it to set up the system. However, we strongly recommend that you use it to invoke actions on business objects, in essence to replay what a real-life user would have done. That way, the fixture script will remain valid even if the underlying implementation of the system changes in
  the future.  For example, here’s a fixture script called RecreateSimpleObjects. (This used to be part of the SimpleApp archetype, though the archetype now ships with a more sophisticated design, discussed below):  Because this script has exposed a \"number\" property, it’s possible to set this from within the UI. For example:  When this is executed, the framework will parse the text and attempt to reflectively set the corresponding properties on the fixture result. So, in this case, when the fixture script is executed we actually get 6 objects created. ","description":" A fixture script is ultimately just a block of code that can be executed, so it’s up to you how you implement it to set up the system. However, we strongly recommend that you use it to invoke actions on business objects, in essence to replay what a real","id":292881794},"293860175":{"title":"Usage","url":"guides/rgsvc/rgsvc.html#_usage_10","body":"Usage  For example: ","description":" For example: ","id":29386
 0175},"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. ","descripti
 on":" 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-domain-api_FactoryService","body":"FactoryService  The FactoryService collects together methods for instantiating domain objects. ","description":" The FactoryService collects together methods for instantiating domain objects. ","id":295564393},"296009132":{"title":"Underlying Technology","url":"pages/powered-by/powered-by.html#_underlying_technology","body":"Underlying Technology  With regard to the underlying technology, CQNZ™ is a mobile application served by a web application using RESTful web services. The core, the CQNZ application server, is built on Apache Isis framework, which is hosted on a cloud service provider, configured for high availability, load balancing and fail-over with highly elastic scalability, prepared to scale fr
 om 1 server to tens, hundreds or even thousands of application servers running on Apache Isis. The client is a cross-platform mobile application now available on Apple Store and Google Play in the US, Mexico and Europe. ","description":" With regard to the underlying technology, CQNZ™ is a mobile application served by a web application using RESTful web services. The core, the CQNZ application server, is built on Apache Isis framework, which is hosted on a cloud service provider, configured for high availability, load balancing and fail-over with","id":296009132},"297314780":{"title":"Bu

<TRUNCATED>

[19/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugvro/ugvro.html
----------------------------------------------------------------------
diff --git a/content/guides/ugvro/ugvro.html b/content/guides/ugvro/ugvro.html
index 6a370f1..98fec5a 100644
--- a/content/guides/ugvro/ugvro.html
+++ b/content/guides/ugvro/ugvro.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -794,7 +795,42 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_ugvro_layout-resources_domain-object-layout">4.2. Domain Object Layout</h3>
+         <h3 id="_ugvro_layout-resources_domain-object-icon">4.2. Domain Object Icon</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/ugvro/_ugvro_layout-resources_domain-object-icon.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/ugvro/_ugvro_layout-resources_domain-object-icon.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/ugvro/_ugvro_layout-resources_domain-object-icon.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/ugvro/_ugvro_layout-resources_domain-object-icon.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/ugvro/_ugvro_layout-resources_domain-object-icon.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>The representation returned by the domain object resource (section 14.4 of the RO spec v1.0) has been extended to provide a link to the icon image (<code>.png</code>) to use:</p> 
+         </div> 
+         <div class="listingblock"> 
+          <div class="content"> 
+           <pre class="CodeRay highlight"><code data-lang="javascript">{
+  <span class="key"><span class="delimiter">"</span><span class="content">links</span><span class="delimiter">"</span></span>: [
+    ...
+    {
+      <span class="key"><span class="delimiter">"</span><span class="content">rel</span><span class="delimiter">"</span></span>: <span class="string"><span class="delimiter">"</span><span class="content">urn:org.apache.isis.restfulobjects:rels/object-layout</span><span class="delimiter">"</span></span>,
+      <span class="key"><span class="delimiter">"</span><span class="content">href</span><span class="delimiter">"</span></span>: <span class="string"><span class="delimiter">"</span><span class="content">http://localhost:8080/restful/objects/helloworld.HelloWorldObject/0/object-icon</span><span class="delimiter">"</span></span>,
+      <span class="key"><span class="delimiter">"</span><span class="content">method</span><span class="delimiter">"</span></span>: <span class="string"><span class="delimiter">"</span><span class="content">GET</span><span class="delimiter">"</span></span>,
+      <span class="key"><span class="delimiter">"</span><span class="content">type</span><span class="delimiter">"</span></span>: <span class="string"><span class="delimiter">"</span><span class="content">image/png</span><span class="delimiter">"</span></span>,
+    },
+  ],
+  ...
+}</code></pre> 
+          </div> 
+         </div> 
+         <div class="paragraph"> 
+          <p>Note that because of dynamic icons (the <a href="../../guides/rgcms/rgcms.html#_rgcms_methods_reserved_iconName"><code>iconName()</code></a> supporting method) the image returned can vary on an instance-by-instance basis.</p> 
+         </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_ugvro_layout-resources_domain-object-layout">4.3. Domain Object Layout</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/ugvro/_ugvro_layout-resources_domain-object-layout.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>
@@ -823,8 +859,7 @@ table.CodeRay td.code>pre{padding:0}
       <span class="key"><span class="delimiter">"</span><span class="content">rel</span><span class="delimiter">"</span></span>: <span class="string"><span class="delimiter">"</span><span class="content">urn:org.apache.isis.restfulobjects:rels/object-layout</span><span class="delimiter">"</span></span>,
       <span class="key"><span class="delimiter">"</span><span class="content">href</span><span class="delimiter">"</span></span>: <span class="string"><span class="delimiter">"</span><span class="content">http://localhost:8080/restful/objects/helloworld.HelloWorldObject/0/object-layout</span><span class="delimiter">"</span></span>,
       <span class="key"><span class="delimiter">"</span><span class="content">method</span><span class="delimiter">"</span></span>: <span class="string"><span class="delimiter">"</span><span class="content">GET</span><span class="delimiter">"</span></span>,
-      <span class="key"><span class="delimiter">"</span><span class="content">type</span><span class="delimiter">"</span></span>: <span class="string"><span class="delimiter">"</span><span class="content">application/json;profile='urn:org.restfulobjects:repr-types/object'</span><span class="delimiter">"</span></span>,
-      <span class="key"><span class="delimiter">"</span><span class="content">title</span><span class="delimiter">"</span></span>: <span class="string"><span class="delimiter">"</span><span class="content">Object: a</span><span class="delimiter">"</span></span>
+      <span class="key"><span class="delimiter">"</span><span class="content">type</span><span class="delimiter">"</span></span>: <span class="string"><span class="delimiter">"</span><span class="content">application/json;profile='urn:org.restfulobjects:repr-types/object-layout-bs3'</span><span class="delimiter">"</span></span>,
     },
   ],
   ...
@@ -900,7 +935,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_ugvro_layout-resources_domain-type-layout">4.3. Domain Type Layout</h3>
+         <h3 id="_ugvro_layout-resources_domain-type-layout">4.4. Domain Type Layout</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/ugvro/_ugvro_layout-resources_domain-type-layout.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>
@@ -935,7 +970,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_static_vs_dynamic_resources">4.4. Static vs Dynamic Resources</h3> 
+         <h3 id="_static_vs_dynamic_resources">4.5. Static vs Dynamic Resources</h3> 
          <div class="paragraph"> 
           <p>The <a href="#_ugvro_layout-resources_menu-layout">menu layout</a> representation includes all possible domain services; it does not follow that the current user has access to all of these actions (some may be hidden or disabled).</p> 
          </div> 


[22/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugsec/ugsec.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugsec/ugsec.pdf b/content/guides/ugsec/ugsec.pdf
index 4f08ed2..12310ed 100644
--- a/content/guides/ugsec/ugsec.pdf
+++ b/content/guides/ugsec/ugsec.pdf
@@ -4,16 +4,16 @@
 << /Title (Security)
 /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:20180305191544+00'00')
-/ModDate (D:20180305191544+00'00')
+/CreationDate (D:20180918074743+01'00')
+/ModDate (D:20180918074743+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 14 0 R
-/Outlines 282 0 R
-/PageLabels 309 0 R
+/Outlines 281 0 R
+/PageLabels 308 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 36
-/Kids [7 0 R 10 0 R 12 0 R 35 0 R 52 0 R 64 0 R 70 0 R 73 0 R 83 0 R 87 0 R 95 0 R 99 0 R 103 0 R 108 0 R 115 0 R 120 0 R 125 0 R 130 0 R 136 0 R 141 0 R 148 0 R 151 0 R 153 0 R 157 0 R 164 0 R 166 0 R 179 0 R 181 0 R 187 0 R 194 0 R 202 0 R 204 0 R 214 0 R 223 0 R 225 0 R 229 0 R]
+/Kids [7 0 R 10 0 R 12 0 R 35 0 R 51 0 R 63 0 R 69 0 R 72 0 R 82 0 R 86 0 R 94 0 R 98 0 R 102 0 R 107 0 R 114 0 R 119 0 R 124 0 R 129 0 R 135 0 R 140 0 R 147 0 R 150 0 R 152 0 R 156 0 R 163 0 R 165 0 R 178 0 R 180 0 R 186 0 R 193 0 R 201 0 R 203 0 R 213 0 R 222 0 R 224 0 R 228 0 R]
 >>
 endobj
 4 0 obj
@@ -78,17 +78,17 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAADR+NotoSerif
+/BaseFont /AAAADV+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 311 0 R
+/FontDescriptor 310 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 313 0 R
-/ToUnicode 312 0 R
+/Widths 312 0 R
+/ToUnicode 311 0 R
 >>
 endobj
 9 0 obj
-<< /Length 20679
+<< /Length 20699
 >>
 stream
 q
@@ -893,7 +893,7 @@ ET
 BT
 79.9485 400.7359999999997 Td
 /F4.0 10.5 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5573657253657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -902,7 +902,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-190.19850000000002 400.7359999999997 Td
+137.69850000000002 400.7359999999997 Td
 /F1.0 10.5 Tf
 <20415049> Tj
 ET
@@ -913,9 +913,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.27124999999995 400.7359999999997 Td
+159.82624999999996 400.7359999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1113,7 +1113,7 @@ endobj
 /F4.0 39 0 R
 >>
 >>
-/Annots [230 0 R 231 0 R 232 0 R 233 0 R 234 0 R 235 0 R 236 0 R 237 0 R 238 0 R 239 0 R 240 0 R 241 0 R 242 0 R 243 0 R 244 0 R 245 0 R 246 0 R 247 0 R 248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 253 0 R 254 0 R 255 0 R 256 0 R 257 0 R 258 0 R 259 0 R 260 0 R 261 0 R 262 0 R 263 0 R 264 0 R 265 0 R 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R 280 0 R]
+/Annots [229 0 R 230 0 R 231 0 R 232 0 R 233 0 R 234 0 R 235 0 R 236 0 R 237 0 R 238 0 R 239 0 R 240 0 R 241 0 R 242 0 R 243 0 R 244 0 R 245 0 R 246 0 R 247 0 R 248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 253 0 R 254 0 R 255 0 R 256 0 R 257 0 R 258 0 R 259 0 R 260 0 R 261 0 R 262 0 R 263 0 R 264 0 R 265 0 R 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R]
 >>
 endobj
 11 0 obj
@@ -1813,7 +1813,7 @@ endobj
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 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]
@@ -1828,18 +1828,18 @@ endobj
 >>
 endobj
 15 0 obj
-<< /Kids [159 0 R 160 0 R]
+<< /Kids [158 0 R 159 0 R]
 >>
 endobj
 16 0 obj
 << /Type /Font
-/BaseFont /AAAADS+NotoSerif-Bold
+/BaseFont /AAAADW+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 315 0 R
+/FontDescriptor 314 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 317 0 R
-/ToUnicode 316 0 R
+/Widths 316 0 R
+/ToUnicode 315 0 R
 >>
 endobj
 17 0 obj
@@ -2014,7 +2014,7 @@ endobj
 [12 0 R /XYZ 0 194.1500000000007 null]
 endobj
 34 0 obj
-<< /Length 17349
+<< /Length 16607
 >>
 stream
 q
@@ -2667,7 +2667,7 @@ ET
 q
 0.5 w
 0.933 0.933 0.933 SCN
-113.807 150.120 m
+113.807 165.900 m
 113.807 359.700 l
 S
 Q
@@ -2679,7 +2679,7 @@ Q
 0.098 0.251 0.486 SCN
 
 BT
-76.73933333333335 246.33000000000004 Td
+76.73933333333335 254.22000000000003 Td
 /F5.1 24 Tf
 <21> Tj
 ET
@@ -2958,77 +2958,32 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.900 Tw
-
 BT
 125.80666666666667 173.71599999999995 Td
 /F1.0 10.5 Tf
-[<46> 40.0390625 <6f72206561726c6965722076657273696f6e73206f6620746865206672> 20.01953125 <616d65776f726b2074686520>] TJ
+[<46> 40.0390625 <6f7220>] 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.900 Tw
-
 BT
-341.9281047634548 173.71599999999995 Td
+145.2942565104167 173.71599999999995 Td
 /F4.0 10.5 Tf
 <436f6d6d616e6453657276696365> 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.900 Tw
-
-BT
-415.4281047634549 173.71599999999995 Td
-/F1.0 10.5 Tf
-<2063616e206265207573656420746f2063617074757265> 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 157.93599999999995 Td
-/F1.0 10.5 Tf
-<616374696f6e732c207768696c65207468652028646570726563617465642920> 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
-282.0151666666667 157.93599999999995 Td
-/F4.0 10.5 Tf
-<4175646974696e6753657276696365> 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
-360.7651666666667 157.93599999999995 Td
+218.7942565104167 173.71599999999995 Td
 /F1.0 10.5 Tf
-<207573656420746f20636170747572652064617461206d6f6469666965642e> Tj
+<2063616e20626520616c736f206265207573656420746f206361707475726520616374696f6e732e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -3069,21 +3024,21 @@ endobj
 /F4.0 39 0 R
 /F5.1 43 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [37 0 R 40 0 R 41 0 R 42 0 R 44 0 R 45 0 R 46 0 R 47 0 R 48 0 R 49 0 R 50 0 R]
+/Annots [37 0 R 40 0 R 41 0 R 42 0 R 44 0 R 45 0 R 46 0 R 47 0 R 48 0 R 49 0 R]
 >>
 endobj
 36 0 obj
 << /Type /Font
-/BaseFont /AAAADT+NotoSerif-Italic
+/BaseFont /AAAADX+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 319 0 R
+/FontDescriptor 318 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 321 0 R
-/ToUnicode 320 0 R
+/Widths 320 0 R
+/ToUnicode 319 0 R
 >>
 endobj
 37 0 obj
@@ -3099,24 +3054,24 @@ endobj
 endobj
 38 0 obj
 << /Type /Font
-/BaseFont /AAAADU+NotoSerif
+/BaseFont /AAAADY+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 323 0 R
+/FontDescriptor 322 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 325 0 R
-/ToUnicode 324 0 R
+/Widths 324 0 R
+/ToUnicode 323 0 R
 >>
 endobj
 39 0 obj
 << /Type /Font
-/BaseFont /AAAADV+mplus1mn-regular
+/BaseFont /AAAADZ+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 327 0 R
+/FontDescriptor 326 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 329 0 R
-/ToUnicode 328 0 R
+/Widths 328 0 R
+/ToUnicode 327 0 R
 >>
 endobj
 40 0 obj
@@ -3154,13 +3109,13 @@ endobj
 endobj
 43 0 obj
 << /Type /Font
-/BaseFont /AAAADW+FontAwesome
+/BaseFont /AAAAEA+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 331 0 R
+/FontDescriptor 330 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 333 0 R
-/ToUnicode 332 0 R
+/Widths 332 0 R
+/ToUnicode 331 0 R
 >>
 endobj
 44 0 obj
@@ -3225,22 +3180,11 @@ endobj
 /URI (../rgsvc/rgsvc.pdf#_rgsvc_application-layer-spi_CommandService)
 >>
 /Subtype /Link
-/Rect [341.9281047634548 172.24599999999995 415.4281047634549 182.74599999999995]
+/Rect [145.2942565104167 172.24599999999995 218.7942565104167 182.74599999999995]
 /Type /Annot
 >>
 endobj
 50 0 obj
-<< /Border [0 0 0]
-/A << /Type /Action
-/S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_persistence-layer-spi_AuditingService)
->>
-/Subtype /Link
-/Rect [282.0151666666667 156.46599999999995 360.7651666666667 166.96599999999995]
-/Type /Annot
->>
-endobj
-51 0 obj
 << /Length 17839
 >>
 stream
@@ -4398,29 +4342,29 @@ Q
 
 endstream
 endobj
-52 0 obj
+51 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 51 0 R
+/Contents 50 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 /F4.0 39 0 R
 /F5.1 43 0 R
-/F4.1 59 0 R
+/F4.1 58 0 R
 >>
-/XObject << /I1 60 0 R
-/Stamp1 281 0 R
+/XObject << /I1 59 0 R
+/Stamp1 280 0 R
 >>
 >>
-/Annots [54 0 R 55 0 R 57 0 R 58 0 R 61 0 R]
+/Annots [53 0 R 54 0 R 56 0 R 57 0 R 60 0 R]
 >>
 endobj
-53 0 obj
-[52 0 R /XYZ 0 841.89 null]
+52 0 obj
+[51 0 R /XYZ 0 841.89 null]
 endobj
-54 0 obj
+53 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -4431,7 +4375,7 @@ endobj
 /Type /Annot
 >>
 endobj
-55 0 obj
+54 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -4442,10 +4386,10 @@ endobj
 /Type /Annot
 >>
 endobj
-56 0 obj
-[52 0 R /XYZ 0 654.2700000000001 null]
+55 0 obj
+[51 0 R /XYZ 0 654.2700000000001 null]
 endobj
-57 0 obj
+56 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -4456,7 +4400,7 @@ endobj
 /Type /Annot
 >>
 endobj
-58 0 obj
+57 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -4467,18 +4411,18 @@ endobj
 /Type /Annot
 >>
 endobj
-59 0 obj
+58 0 obj
 << /Type /Font
-/BaseFont /AAAADX+mplus1mn-regular
+/BaseFont /AAAAEB+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 335 0 R
+/FontDescriptor 334 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 337 0 R
-/ToUnicode 336 0 R
+/Widths 336 0 R
+/ToUnicode 335 0 R
 >>
 endobj
-60 0 obj
+59 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 266
@@ -4515,7 +4459,7 @@ zYՏ_Swh
 �;��:��y�s��|r������i��	�.��_�U�s/�� ��9�e�},k�2�-%�M7ہ��Ի:VV�r��ߧE����ݨ�q�CA��<y<���|�=���%b��kƞ_�ظ���O��vh~���h�4?����i~ڡ�!""�!���C�CDDDC��i�懈���H���
���""""�O;4?DDD4D��vh~���h�4?����i~ڡ�!""�!���C�CDDDC��i�懈���H���
���""""�O;4?DDD4D��vh~���h�4?����i~ڡ�!""�!���c�bDDDDCL�eM�4���'~t�&ݏ��`���?�W�G�r���%ݏ��`��� -���� -���� -���� -���� -���� -���� -���� -���� -���� -���� -���� -���� -���� -���
 �� -���� -���� -���� -���� -���� -���� -���� -���� -���� -���� -���� -���� -�����w#�
 endstream
 endobj
-61 0 obj
+60 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -4526,10 +4470,10 @@ endobj
 /Type /Annot
 >>
 endobj
-62 0 obj
-[52 0 R /XYZ 0 128.33195064629868 null]
+61 0 obj
+[51 0 R /XYZ 0 128.33195064629868 null]
 endobj
-63 0 obj
+62 0 obj
 << /Length 16390
 >>
 stream
@@ -5491,24 +5435,24 @@ Q
 
 endstream
 endobj
-64 0 obj
+63 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 63 0 R
+/Contents 62 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 39 0 R
 /F1.0 8 0 R
 /F5.1 43 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [65 0 R 68 0 R]
+/Annots [64 0 R 67 0 R]
 >>
 endobj
-65 0 obj
+64 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -5519,13 +5463,13 @@ endobj
 /Type /Annot
 >>
 endobj
+65 0 obj
+[63 0 R /XYZ 0 630.4699999999999 null]
+endobj
 66 0 obj
-[64 0 R /XYZ 0 630.4699999999999 null]
+[63 0 R /XYZ 0 292.39000000000004 null]
 endobj
 67 0 obj
-[64 0 R /XYZ 0 292.39000000000004 null]
-endobj
-68 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -5536,7 +5480,7 @@ endobj
 /Type /Annot
 >>
 endobj
-69 0 obj
+68 0 obj
 << /Length 852
 >>
 stream
@@ -5600,21 +5544,21 @@ Q
 
 endstream
 endobj
-70 0 obj
+69 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 69 0 R
+/Contents 68 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [71 0 R]
+/Annots [70 0 R]
 >>
 endobj
-71 0 obj
+70 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -5625,7 +5569,7 @@ endobj
 /Type /Annot
 >>
 endobj
-72 0 obj
+71 0 obj
 << /Length 9658
 >>
 stream
@@ -6197,30 +6141,30 @@ Q
 
 endstream
 endobj
-73 0 obj
+72 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 72 0 R
+/Contents 71 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 /F4.0 39 0 R
 >>
-/XObject << /I2 78 0 R
-/Stamp1 281 0 R
+/XObject << /I2 77 0 R
+/Stamp1 280 0 R
 >>
 >>
-/Annots [76 0 R 77 0 R 79 0 R 80 0 R]
+/Annots [75 0 R 76 0 R 78 0 R 79 0 R]
 >>
 endobj
+73 0 obj
+[72 0 R /XYZ 0 841.89 null]
+endobj
 74 0 obj
-[73 0 R /XYZ 0 841.89 null]
+[72 0 R /XYZ 0 765.1700000000001 null]
 endobj
 75 0 obj
-[73 0 R /XYZ 0 765.1700000000001 null]
-endobj
-76 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -6231,7 +6175,7 @@ endobj
 /Type /Annot
 >>
 endobj
-77 0 obj
+76 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -6242,7 +6186,7 @@ endobj
 /Type /Annot
 >>
 endobj
-78 0 obj
+77 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 554
@@ -6318,7 +6262,7 @@ g
 \�Ru&5��LJ�_U�~'#\�a=E��"8�OW�V�a�1���U&���{���pщ3� C�������������������������������������������������������������������������������������K�2�
 endstream
 endobj
-79 0 obj
+78 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -6329,7 +6273,7 @@ endobj
 /Type /Annot
 >>
 endobj
-80 0 obj
+79 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -6340,10 +6284,10 @@ endobj
 /Type /Annot
 >>
 endobj
-81 0 obj
-[73 0 R /XYZ 0 230.1205287896594 null]
+80 0 obj
+[72 0 R /XYZ 0 230.1205287896594 null]
 endobj
-82 0 obj
+81 0 obj
 << /Length 12013
 >>
 stream
@@ -6985,28 +6929,28 @@ Q
 
 endstream
 endobj
-83 0 obj
+82 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 82 0 R
+/Contents 81 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F4.0 39 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
 >>
 endobj
+83 0 obj
+[82 0 R /XYZ 0 728.5500000000001 null]
+endobj
 84 0 obj
-[83 0 R /XYZ 0 728.5500000000001 null]
+[82 0 R /XYZ 0 537.1100000000002 null]
 endobj
 85 0 obj
-[83 0 R /XYZ 0 537.1100000000002 null]
-endobj
-86 0 obj
 << /Length 14729
 >>
 stream
@@ -7838,25 +7782,25 @@ Q
 
 endstream
 endobj
-87 0 obj
+86 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 86 0 R
+/Contents 85 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F4.0 39 0 R
 /F5.1 43 0 R
 /F2.0 16 0 R
-/F4.1 59 0 R
+/F4.1 58 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [88 0 R 90 0 R 92 0 R]
+/Annots [87 0 R 89 0 R 91 0 R]
 >>
 endobj
-88 0 obj
+87 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -7867,10 +7811,10 @@ endobj
 /Type /Annot
 >>
 endobj
-89 0 obj
-[87 0 R /XYZ 0 501.68000000000006 null]
+88 0 obj
+[86 0 R /XYZ 0 501.68000000000006 null]
 endobj
-90 0 obj
+89 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -7881,10 +7825,10 @@ endobj
 /Type /Annot
 >>
 endobj
-91 0 obj
-[87 0 R /XYZ 0 194.9000000000001 null]
+90 0 obj
+[86 0 R /XYZ 0 194.9000000000001 null]
 endobj
-92 0 obj
+91 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -7895,7 +7839,7 @@ endobj
 /Type /Annot
 >>
 endobj
-93 0 obj
+92 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 551
@@ -7973,7 +7917,7 @@ F
 �>�R �����}�@�(b@)��0l
 endstream
 endobj
-94 0 obj
+93 0 obj
 << /Length 2391
 >>
 stream
@@ -8122,24 +8066,24 @@ Q
 
 endstream
 endobj
-95 0 obj
+94 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 94 0 R
+/Contents 93 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/XObject << /I3 93 0 R
-/Stamp1 281 0 R
+/XObject << /I3 92 0 R
+/Stamp1 280 0 R
 >>
 /Font << /F1.0 8 0 R
 /F4.0 39 0 R
 /F2.0 16 0 R
 >>
 >>
-/Annots [96 0 R]
+/Annots [95 0 R]
 >>
 endobj
-96 0 obj
+95 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -8150,10 +8094,10 @@ endobj
 /Type /Annot
 >>
 endobj
-97 0 obj
-[95 0 R /XYZ 0 458.6241176470589 null]
+96 0 obj
+[94 0 R /XYZ 0 458.6241176470589 null]
 endobj
-98 0 obj
+97 0 obj
 << /Length 16152
 >>
 stream
@@ -9091,23 +9035,23 @@ Q
 
 endstream
 endobj
-99 0 obj
+98 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 98 0 R
+/Contents 97 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 39 0 R
-/F4.1 59 0 R
+/F4.1 58 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [100 0 R 101 0 R]
+/Annots [99 0 R 100 0 R]
 >>
 endobj
-100 0 obj
+99 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -9118,7 +9062,7 @@ endobj
 /Type /Annot
 >>
 endobj
-101 0 obj
+100 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -9129,7 +9073,7 @@ endobj
 /Type /Annot
 >>
 endobj
-102 0 obj
+101 0 obj
 << /Length 12286
 >>
 stream
@@ -9765,11 +9709,11 @@ Q
 
 endstream
 endobj
-103 0 obj
+102 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 102 0 R
+/Contents 101 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F5.1 43 0 R
 /F3.0 36 0 R
@@ -9777,19 +9721,19 @@ endobj
 /F4.0 39 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [106 0 R]
+/Annots [105 0 R]
 >>
 endobj
+103 0 obj
+[102 0 R /XYZ 0 474.83000000000004 null]
+endobj
 104 0 obj
-[103 0 R /XYZ 0 474.83000000000004 null]
+[102 0 R /XYZ 0 170.21 null]
 endobj
 105 0 obj
-[103 0 R /XYZ 0 170.21 null]
-endobj
-106 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -9800,7 +9744,7 @@ endobj
 /Type /Annot
 >>
 endobj
-107 0 obj
+106 0 obj
 << /Length 1172
 >>
 stream
@@ -9880,30 +9824,30 @@ Q
 
 endstream
 endobj
-108 0 obj
+107 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 107 0 R
+/Contents 106 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F4.0 39 0 R
 >>
-/XObject << /I4 109 0 R
-/Stamp1 281 0 R
+/XObject << /I4 108 0 R
+/Stamp1 280 0 R
 >>
 >>
-/Annots [111 0 R]
+/Annots [110 0 R]
 >>
 endobj
-109 0 obj
+108 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 663
 /Width 831
 /BitsPerComponent 8
 /ColorSpace /DeviceRGB
-/SMask 110 0 R
+/SMask 109 0 R
 /Length 92524
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -10242,7 +10186,7 @@ SF
 u��Q�Po,қ��hQ!��<�ElVe���U֟��t��&*ޒ�7MR����L+6˥[����nݺs�ν{�<x�_�)��
 endstream
 endobj
-110 0 obj
+109 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 663
@@ -10262,7 +10206,7 @@ stream
 x���1
0���'�i�T�ly2�f;>������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@�
 �����t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@���
 ���t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@�����
 ��t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@7�v|�?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@��.��K]
 endstream
 endobj
-111 0 obj
+110 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -10273,14 +10217,14 @@ endobj
 /Type /Annot
 >>
 endobj
-112 0 obj
+111 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 663
 /Width 831
 /BitsPerComponent 8
 /ColorSpace /DeviceRGB
-/SMask 113 0 R
+/SMask 112 0 R
 /Length 85654
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -10609,7 +10553,7 @@ i
 ��aI3����1R�`�&����M��,7l�iV�~L�S���Q�vL��h��a]��IX[#n{ܱC-��V��S�m��u�
��>B��,�-s7l౼t\IL3�4q��Y��cƭ�f��8�F�+/2��s�E��`�C�/��(��'��HO�d��<I��@rmכm�yB�7���~�����!}Jo�;;S茯�M+D�?F����6aq��uv�D62��u ϻ&�.'���b�^�����B�c6�˄�:it�\��6�
H��ˆ��{�]�0�[ӣ���[�ىFש�qy�Z؏�E���{�^{c�7�����N]�|����������Z���^�Y���[vn����ۼ����#?�0g�:�0+7�[��N��u�_�eo�성�pͦk6�X�a�+��� ?����
�)�pݴs�f��`��mB�7����խ?Z��?���7��+��+��_���[~�n�O�o_�q��M;��	�&tj���7m'������B��;1�e�tL�	�F)=]�f$;�
 Y�y�u:����i�ei�>] p��!�cg��M�֒l�(_�,t�N�B�:@!<u�p۰m͆�$뷮v<����n�lu��Ȍ;`��33���BCg\o/�[e��4붼���u/|�nvd�[��ε�+��5��_wl䀶m���sl#�(X�[v��L��j���8�z�5[��ݲ�խ;֑����k�%_�=����c#l��W�c���$i߾Y6;%�1�x,�;�����>}�ҥKW�^���ƪm
 endstream
 endobj
-113 0 obj
+112 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 663
@@ -10629,7 +10573,7 @@ stream
 x���1
0���'�i�T�ly2�f;>������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@�
 �����t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@���
 ���t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@�����
 ��t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@7�v|�?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@��.��K]
 endstream
 endobj
-114 0 obj
+113 0 obj
 << /Length 979
 >>
 stream
@@ -10691,22 +10635,22 @@ Q
 
 endstream
 endobj
-115 0 obj
+114 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 114 0 R
+/Contents 113 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/XObject << /I5 112 0 R
-/Stamp1 281 0 R
+/XObject << /I5 111 0 R
+/Stamp1 280 0 R
 >>
 /Font << /F1.0 8 0 R
 >>
 >>
-/Annots [116 0 R]
+/Annots [115 0 R]
 >>
 endobj
-116 0 obj
+115 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -10717,14 +10661,14 @@ endobj
 /Type /Annot
 >>
 endobj
-117 0 obj
+116 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 663
 /Width 831
 /BitsPerComponent 8
 /ColorSpace /DeviceRGB
-/SMask 118 0 R
+/SMask 117 0 R
 /Length 87824
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -11027,7 +10971,7 @@ r
 +6�>��s�=�z�jR�������ț
 endstream
 endobj
-118 0 obj
+117 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 663
@@ -11047,7 +10991,7 @@ stream
 x���1
0���'�i�T�ly2�f;>������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@�
 �����t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@���
 ���t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@�����
 ��t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@7�v|�?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@��.��K]
 endstream
 endobj
-119 0 obj
+118 0 obj
 << /Length 1308
 >>
 stream
@@ -11139,23 +11083,23 @@ Q
 
 endstream
 endobj
-120 0 obj
+119 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 119 0 R
+/Contents 118 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/XObject << /I6 117 0 R
-/Stamp1 281 0 R
+/XObject << /I6 116 0 R
+/Stamp1 280 0 R
 >>
 /Font << /F1.0 8 0 R
 /F4.0 39 0 R
 >>
 >>
-/Annots [121 0 R]
+/Annots [120 0 R]
 >>
 endobj
-121 0 obj
+120 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -11166,14 +11110,14 @@ endobj
 /Type /Annot
 >>
 endobj
-122 0 obj
+121 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 663
 /Width 831
 /BitsPerComponent 8
 /ColorSpace /DeviceRGB
-/SMask 123 0 R
+/SMask 122 0 R
 /Length 91518
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -11489,7 +11433,7 @@ dlBڔ	nd`o
 9R�T��m�,wݷ@����ۣ���f��+������\D�U��t�f.�g�]��%��m��`e,�6��!clƽ"ҳ`|��"� ��f�G��C��h=��"��ǟ�{Y��Jz�����&ފ�/.�5r��	�\���v�\��9�������8�G�<~z��{쥗^"u{���?G���
 endstream
 endobj
-123 0 obj
+122 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 663
@@ -11509,7 +11453,7 @@ stream
 x���1
�@�����j!d9�d#Ȓ�ՙ������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@�
 �������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@���
 �����t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@����
 ��t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@���g:��t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?���<���w�KL
 endstream
 endobj
-124 0 obj
+123 0 obj
 << /Length 512
 >>
 stream
@@ -11556,22 +11500,22 @@ Q
 
 endstream
 endobj
-125 0 obj
+124 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 124 0 R
+/Contents 123 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/XObject << /I7 122 0 R
-/Stamp1 281 0 R
+/XObject << /I7 121 0 R
+/Stamp1 280 0 R
 >>
 /Font << /F1.0 8 0 R
 >>
 >>
-/Annots [126 0 R]
+/Annots [125 0 R]
 >>
 endobj
-126 0 obj
+125 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -11582,14 +11526,14 @@ endobj
 /Type /Annot
 >>
 endobj
-127 0 obj
+126 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 663
 /Width 831
 /BitsPerComponent 8
 /ColorSpace /DeviceRGB
-/SMask 128 0 R
+/SMask 127 0 R
 /Length 97212
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -11963,7 +11907,7 @@ mRx-
 8P��x�eO?�����CKH`>���ǖ�g/_���R��2�4�E��/?t
3��dO:�����C_���[�U��$��a�7����Lfg��.�Ȓ�@;\��Ë�,�YΞ��(�å�v�6�
@ˡ
�M]J߃�ΝT��M�)�s4�d1
m`tˠfx���}�CK�O��>��	��l�39��W��"-Z��cKI%y�;�eP�!��[�0}A�z�Y���]�yl��Zϙ<������%�<.����m`��l�#𖡻��o��_��./���%xp�/���|X���%�z����.J.�o�����gv��ه�vy��<�9�;&��#I_�e�aa>�^��G�?��+���k׮C�}����XJ;
 endstream
 endobj
-128 0 obj
+127 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 663
@@ -11983,7 +11927,7 @@ stream
 x���1
0���'�i�T�ly2�f;>������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@�
 �����t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@���
 ���t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@�����
 ��t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@7�v|�?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@������t���?��:�@��.��K]
 endstream
 endobj
-129 0 obj
+128 0 obj
 << /Length 2987
 >>
 stream
@@ -12149,23 +12093,23 @@ Q
 
 endstream
 endobj
-130 0 obj
+129 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 129 0 R
+/Contents 128 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/XObject << /I8 127 0 R
-/Stamp1 281 0 R
+/XObject << /I8 126 0 R
+/Stamp1 280 0 R
 >>
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 >>
 >>
-/Annots [131 0 R 133 0 R]
+/Annots [130 0 R 132 0 R]
 >>
 endobj
-131 0 obj
+130 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12176,10 +12120,10 @@ endobj
 /Type /Annot
 >>
 endobj
-132 0 obj
-[130 0 R /XYZ 0 395.93043321299643 null]
+131 0 obj
+[129 0 R /XYZ 0 395.93043321299643 null]
 endobj
-133 0 obj
+132 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12190,7 +12134,7 @@ endobj
 /Type /Annot
 >>
 endobj
-134 0 obj
+133 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 704
@@ -12268,7 +12212,7 @@ CU`ۍ
 S�>������e���(�ܘXx�?u����w��E�N��|>���˙zC���c�u>��m�����e�s���X(�\R�|��d��t��O,�g����]���3>Y�4��˷����kAn=|9ZX'r�Xک|\�h�爈i!�.ݝ��Y�b"0����7�r�����.�	]�y~���P~��N@�A�LeGis���j{����I�܊�<��Y*k^�W�{��g������^oKK��\�����o��v-D��O�n���9P�yM����O�V�hWJ��Csk�[�hq5�'�y$ggl�����,U!m1դ��%��9��r��P?z%G��2�>�׺�?Ksl���%8ZX���|o:�K�\�Z��a�1L�M�i��U=�z��K�=N�$�����̳�u�҂�x�55X��O�EX���@M�ɫ�蟗#�pqV% (?԰�,}��&N���B�3]�z�P����A�P����{��A�3�gn��N�� ��Cr��C,҂3K[�1����:�
 ��IE��kpQ��l}c+���&?�����\'����Լ�^�M��Z�sy���:��̢�� 57�*JN�)��U76u�cG����ly�`��+W��Z�؊䑺�5G]�V�e�(�IA�[O�b8��C�̅Wsյ���^x����'�Ԧ�d�6�����;�|@�����������/(?_P~���|A�����������/(?_P~���|A�����������/(?_P~���|A�����������/(?_P~���|���^
 endstream
 endobj
-135 0 obj
+134 0 obj
 << /Length 4404
 >>
 stream
@@ -12509,23 +12453,23 @@ Q
 
 endstream
 endobj
-136 0 obj
+135 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 135 0 R
+/Contents 134 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/XObject << /I9 134 0 R
-/Stamp1 281 0 R
+/XObject << /I9 133 0 R
+/Stamp1 280 0 R
 >>
 /Font << /F1.0 8 0 R
 /F4.0 39 0 R
 >>
 >>
-/Annots [137 0 R 138 0 R]
+/Annots [136 0 R 137 0 R]
 >>
 endobj
-137 0 obj
+136 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12536,7 +12480,7 @@ endobj
 /Type /Annot
 >>
 endobj
-138 0 obj
+137 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -12547,7 +12491,7 @@ endobj
 /Type /Annot
 >>
 endobj
-139 0 obj
+138 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 720
@@ -12668,7 +12612,7 @@ i_
 O��ц��;g8t����I���	5��������Ƕ��j�K��Y�$���������ҩar��t�^�>Q
u�rr�P����@RP~IA�$���@RP~IA�$���@RP~IA�$���@RP~IA�$���@R�(�6�
 endstream
 endobj
-140 0 obj
+139 0 obj
 << /Length 5718
 >>
 stream
@@ -13002,14 +12946,14 @@ Q
 
 endstream
 endobj
-141 0 obj
+140 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 140 0 R
+/Contents 139 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/XObject << /I10 139 0 R
-/Stamp1 281 0 R
+/XObject << /I10 138 0 R
+/Stamp1 280 0 R
 >>
 /Font << /F1.0 8 0 R
 /F2.0 16 0 R
@@ -13017,10 +12961,10 @@ endobj
 /F5.1 43 0 R
 >>
 >>
-/Annots [142 0 R 143 0 R 145 0 R]
+/Annots [141 0 R 142 0 R 144 0 R]
 >>
 endobj
-142 0 obj
+141 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -13031,7 +12975,7 @@ endobj
 /Type /Annot
 >>
 endobj
-143 0 obj
+142 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -13042,10 +12986,10 @@ endobj
 /Type /Annot
 >>
 endobj
-144 0 obj
-[141 0 R /XYZ 0 310.2614453584018 null]
+143 0 obj
+[140 0 R /XYZ 0 310.2614453584018 null]
 endobj
-145 0 obj
+144 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -13056,7 +13000,7 @@ endobj
 /Type /Annot
 >>
 endobj
-146 0 obj
+145 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 656
@@ -13133,7 +13077,7 @@ u:T
 *F�����>�Z�jA�����>�Z�jA�����>�Z�jA�����>�Z�jA�����>�Z�jA�����>�Z�jA�����>�Z�jA�����>�Z�jA�����>�Z�jA�����7g
 endstream
 endobj
-147 0 obj
+146 0 obj
 << /Length 6648
 >>
 stream
@@ -13509,24 +13453,24 @@ Q
 
 endstream
 endobj
-148 0 obj
+147 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 147 0 R
+/Contents 146 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/XObject << /I11 146 0 R
-/Stamp1 281 0 R
+/XObject << /I11 145 0 R
+/Stamp1 280 0 R
 >>
 /Font << /F1.0 8 0 R
 /F4.0 39 0 R
-/F4.1 59 0 R
+/F4.1 58 0 R
 >>
 >>
-/Annots [149 0 R]
+/Annots [148 0 R]
 >>
 endobj
-149 0 obj
+148 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -13537,7 +13481,7 @@ endobj
 /Type /Annot
 >>
 endobj
-150 0 obj
+149 0 obj
 << /Length 13178
 >>
 stream
@@ -14252,23 +14196,23 @@ Q
 
 endstream
 endobj
-151 0 obj
+150 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 150 0 R
+/Contents 149 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 39 0 R
-/F4.1 59 0 R
+/F4.1 58 0 R
 /F1.0 8 0 R
 /F5.1 43 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
 >>
 endobj
-152 0 obj
+151 0 obj
 << /Length 3732
 >>
 stream
@@ -14506,23 +14450,23 @@ Q
 
 endstream
 endobj
-153 0 obj
+152 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 152 0 R
+/Contents 151 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 39 0 R
 /F1.0 8 0 R
 /F5.1 43 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [154 0 R 155 0 R]
+/Annots [153 0 R 154 0 R]
 >>
 endobj
-154 0 obj
+153 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14533,7 +14477,7 @@ endobj
 /Type /Annot
 >>
 endobj
-155 0 obj
+154 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -14544,7 +14488,7 @@ endobj
 /Type /Annot
 >>
 endobj
-156 0 obj
+155 0 obj
 << /Length 17280
 >>
 stream
@@ -15569,36 +15513,36 @@ Q
 
 endstream
 endobj
-157 0 obj
+156 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 156 0 R
+/Contents 155 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 /F4.0 39 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [161 0 R 162 0 R]
+/Annots [160 0 R 161 0 R]
 >>
 endobj
-158 0 obj
-[157 0 R /XYZ 0 841.89 null]
+157 0 obj
+[156 0 R /XYZ 0 841.89 null]
 endobj
-159 0 obj
+158 0 obj
 << /Limits [(__ugsec) (bootstrapping-shiro)]
-/Names [(__ugsec) 13 0 R (_ugsec_api-for-applications) 195 0 R (_ugsec_configuring-isis-to-use-shiro) 53 0 R (_ugsec_hints-and-tips) 167 0 R (_ugsec_hints-and-tips_configuring-isis-to-use-bypass) 174 0 R (_ugsec_hints-and-tips_run-as) 177 0 R (_ugsec_hints-and-tips_shiro-caching) 183 0 R (_ugsec_shiro-isis-enhanced-wildcard-permission) 158 0 R (_ugsec_shiro-realm-implementations) 74 0 R (_ugsec_shiro-realm-implementations_ini-realm) 75 0 R (_ugsec_shiro-realm-implementations_isis-ldap-realm) 91 0 R (_ugsec_shiro-realm-implementations_isisaddons-security-module-realm) 132 0 R (_ugsec_shiro-realm-implementations_jdbc-realm) 144 0 R (_ugsec_usage-by-isis-viewers) 205 0 R (active-ds-ldap-tutorial) 105 0 R (bootstrapping-shiro) 66 0 R]
+/Names [(__ugsec) 13 0 R (_ugsec_api-for-applications) 194 0 R (_ugsec_configuring-isis-to-use-shiro) 52 0 R (_ugsec_hints-and-tips) 166 0 R (_ugsec_hints-and-tips_configuring-isis-to-use-bypass) 173 0 R (_ugsec_hints-and-tips_run-as) 176 0 R (_ugsec_hints-and-tips_shiro-caching) 182 0 R (_ugsec_shiro-isis-enhanced-wildcard-permission) 157 0 R (_ugsec_shiro-realm-implementations) 73 0 R (_ugsec_shiro-realm-implementations_ini-realm) 74 0 R (_ugsec_shiro-realm-implementations_isis-ldap-realm) 90 0 R (_ugsec_shiro-realm-implementations_isisaddons-security-module-realm) 131 0 R (_ugsec_shiro-realm-implementations_jdbc-realm) 143 0 R (_ugsec_usage-by-isis-viewers) 204 0 R (active-ds-ldap-tutorial) 104 0 R (bootstrapping-shiro) 65 0 R]
 >>
 endobj
-160 0 obj
+159 0 obj
 << /Limits [(caching) (wicket-viewer)]
-/Names [(caching) 185 0 R (code-domainobjectcontainer-code-api) 196 0 R (code-roles-code-section) 85 0 R (code-users-code-section) 84 0 R (code-web-inf-shiro-ini-code) 67 0 R (configuring-shiro-authenticator) 62 0 R (externalized-inirealm) 89 0 R (externalizing-role-perms) 104 0 R (further-reading) 189 0 R (other-guides) 17 0 R (restful-objects-viewer) 220 0 R (servlet-api) 198 0 R (shiro-configuration) 81 0 R (shiro-configuration-2) 97 0 R (telling-apache-isis-to-use-shiro) 56 0 R (terminology) 33 0 R (user-registration) 215 0 R (user-registration-2) 226 0 R (wicket-viewer) 209 0 R]
+/Names [(caching) 184 0 R (code-roles-code-section) 84 0 R (code-users-code-section) 83 0 R (code-userservice-code-api) 195 0 R (code-web-inf-shiro-ini-code) 66 0 R (configuring-shiro-authenticator) 61 0 R (externalized-inirealm) 88 0 R (externalizing-role-perms) 103 0 R (further-reading) 188 0 R (other-guides) 17 0 R (restful-objects-viewer) 219 0 R (servlet-api) 197 0 R (shiro-configuration) 80 0 R (shiro-configuration-2) 96 0 R (telling-apache-isis-to-use-shiro) 55 0 R (terminology) 33 0 R (user-registration) 214 0 R (user-registration-2) 225 0 R (wicket-viewer) 208 0 R]
 >>
 endobj
-161 0 obj
+160 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15609,7 +15553,7 @@ endobj
 /Type /Annot
 >>
 endobj
-162 0 obj
+161 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -15620,7 +15564,7 @@ endobj
 /Type /Annot
 >>
 endobj
-163 0 obj
+162 0 obj
 << /Length 5031
 >>
 stream
@@ -15938,22 +15882,22 @@ Q
 
 endstream
 endobj
-164 0 obj
+163 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 163 0 R
+/Contents 162 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F4.0 39 0 R
-/F4.1 59 0 R
+/F4.1 58 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
 >>
 endobj
-165 0 obj
+164 0 obj
 << /Length 11305
 >>
 stream
@@ -16616,27 +16560,27 @@ Q
 
 endstream
 endobj
-166 0 obj
+165 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 165 0 R
+/Contents 164 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 /F4.0 39 0 R
 >>
-/XObject << /I12 175 0 R
-/Stamp1 281 0 R
+/XObject << /I12 174 0 R
+/Stamp1 280 0 R
 >>
 >>
-/Annots [168 0 R 169 0 R 170 0 R 171 0 R 172 0 R 173 0 R 176 0 R]
+/Annots [167 0 R 168 0 R 169 0 R 170 0 R 171 0 R 172 0 R 175 0 R]
 >>
 endobj
-167 0 obj
-[166 0 R /XYZ 0 841.89 null]
+166 0 obj
+[165 0 R /XYZ 0 841.89 null]
 endobj
-168 0 obj
+167 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16647,7 +16591,7 @@ endobj
 /Type /Annot
 >>
 endobj
-169 0 obj
+168 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16658,7 +16602,7 @@ endobj
 /Type /Annot
 >>
 endobj
-170 0 obj
+169 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16669,7 +16613,7 @@ endobj
 /Type /Annot
 >>
 endobj
-171 0 obj
+170 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16680,7 +16624,7 @@ endobj
 /Type /Annot
 >>
 endobj
-172 0 obj
+171 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16691,7 +16635,7 @@ endobj
 /Type /Annot
 >>
 endobj
-173 0 obj
+172 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16702,10 +16646,10 @@ endobj
 /Type /Annot
 >>
 endobj
-174 0 obj
-[166 0 R /XYZ 0 557.1500000000003 null]
+173 0 obj
+[165 0 R /XYZ 0 557.1500000000003 null]
 endobj
-175 0 obj
+174 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 253
@@ -16745,7 +16689,7 @@ i
 4?S�����h~�@�0��?q�
 endstream
 endobj
-176 0 obj
+175 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -16756,10 +16700,10 @@ endobj
 /Type /Annot
 >>
 endobj
-177 0 obj
-[166 0 R /XYZ 0 149.34621621621665 null]
+176 0 obj
+[165 0 R /XYZ 0 149.34621621621665 null]
 endobj
-178 0 obj
+177 0 obj
 << /Length 41000
 >>
 stream
@@ -19747,22 +19691,22 @@ Q
 
 endstream
 endobj
-179 0 obj
+178 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 178 0 R
+/Contents 177 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 39 0 R
-/F4.1 59 0 R
+/F4.1 58 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
 >>
 endobj
-180 0 obj
+179 0 obj
 << /Length 33816
 >>
 stream
@@ -22181,24 +22125,24 @@ Q
 
 endstream
 endobj
-181 0 obj
+180 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 180 0 R
+/Contents 179 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 39 0 R
-/F4.1 59 0 R
+/F4.1 58 0 R
 /F1.0 8 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [182 0 R 184 0 R]
+/Annots [181 0 R 183 0 R]
 >>
 endobj
-182 0 obj
+181 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -22209,10 +22153,10 @@ endobj
 /Type /Annot
 >>
 endobj
-183 0 obj
-[181 0 R /XYZ 0 214.12999999999982 null]
+182 0 obj
+[180 0 R /XYZ 0 214.12999999999982 null]
 endobj
-184 0 obj
+183 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -22223,10 +22167,10 @@ endobj
 /Type /Annot
 >>
 endobj
-185 0 obj
-[181 0 R /XYZ 0 130.4899999999998 null]
+184 0 obj
+[180 0 R /XYZ 0 130.4899999999998 null]
 endobj
-186 0 obj
+185 0 obj
 << /Length 4704
 >>
 stream
@@ -22504,23 +22448,23 @@ Q
 
 endstream
 endobj
-187 0 obj
+186 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 186 0 R
+/Contents 185 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 39 0 R
 /F1.0 8 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [188 0 R 190 0 R 191 0 R 192 0 R]
+/Annots [187 0 R 189 0 R 190 0 R 191 0 R]
 >>
 endobj
-188 0 obj
+187 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -22531,10 +22475,10 @@ endobj
 /Type /Annot
 >>
 endobj
-189 0 obj
-[187 0 R /XYZ 0 714.63 null]
+188 0 obj
+[186 0 R /XYZ 0 714.63 null]
 endobj
-190 0 obj
+189 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -22545,7 +22489,7 @@ endobj
 /Type /Annot
 >>
 endobj
-191 0 obj
+190 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -22556,7 +22500,7 @@ endobj
 /Type /Annot
 >>
 endobj
-192 0 obj
+191 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -22567,8 +22511,8 @@ endobj
 /Type /Annot
 >>
 endobj
-193 0 obj
-<< /Length 21260
+192 0 obj
+<< /Length 21230
 >>
 stream
 q
@@ -22647,7 +22591,7 @@ ET
 BT
 48.24 678.086 Td
 /F4.0 10.5 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5573657253657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -22656,7 +22600,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-158.49 678.086 Td
+105.99000000000001 678.086 Td
 /F1.0 10.5 Tf
 <20415049206f7220796f752063616e207265616368206675727468657220646f776e2074686520737461636b20616e642075736520746865204a454520536572766c6574204150492e> Tj
 ET
@@ -22680,7 +22624,7 @@ ET
 BT
 83.574 638.2460000000001 Td
 /F4.0 18 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5573657253657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -22689,7 +22633,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-272.57399999999996 638.2460000000001 Td
+182.57399999999998 638.2460000000001 Td
 /F2.0 18 Tf
 <20415049> Tj
 ET
@@ -22713,7 +22657,7 @@ ET
 BT
 69.66 610.2260000000001 Td
 /F4.0 10.5 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5573657253657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -22722,7 +22666,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-179.91000000000003 610.2260000000001 Td
+127.41000000000003 610.2260000000001 Td
 /F1.0 10.5 Tf
 <2073657276696365206578706f7365732074686520666f6c6c6f77696e67204150493a> Tj
 ET
@@ -22850,7 +22794,7 @@ ET
 BT
 196.74 571.5850000000002 Td
 /F4.0 11 Tf
-<636f6e7461696e6572> Tj
+<7573657253657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -22859,7 +22803,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-246.24 571.5850000000002 Td
+257.24 571.5850000000002 Td
 /F4.0 11 Tf
 <2e> Tj
 ET
@@ -22870,7 +22814,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-251.74 571.5850000000002 Td
+262.74 571.5850000000002 Td
 /F4.0 11 Tf
 <67657455736572> Tj
 ET
@@ -22881,7 +22825,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-290.24 571.5850000000002 Td
+301.24 571.5850000000002 Td
 /F4.0 11 Tf
 <28> Tj
 ET
@@ -22892,7 +22836,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-295.74 571.5850000000002 Td
+306.74 571.5850000000002 Td
 /F4.0 11 Tf
 <29> Tj
 ET
@@ -22903,7 +22847,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-301.24 571.5850000000002 Td
+312.24 571.5850000000002 Td
 /F4.0 11 Tf
 <3b> Tj
 ET
@@ -23630,12 +23574,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.042 Tw
+0.062 Tw
 
 BT
 48.24 228.50600000000017 Td
 /F1.0 10.5 Tf
-[<4f6e206f63636173696f6e20796f75206d61> 20.01953125 <792066696e64206974206e656365737361727920746f2072656163682062656c6f77204973697320616e6420746f2074686520756e6465726c79696e6720736572766c6574204150492e202046> 40.0390625 <6f72>] TJ
+[<4f6e206f63636173696f6e20796f75206d61> 20.01953125 <792066696e64206974206e656365737361727920746f2072656163682062656c6f7720417061636865204973697320616e6420746f2074686520756e6465726c79696e6720736572766c6574204150492e>] TJ
 ET
 
 
@@ -23645,12 +23589,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.742 Tw
+0.267 Tw
 
 BT
 48.24 212.72600000000017 Td
 /F1.0 10.5 Tf
-<6578616d706c652c2074686520286e6f6e2d4153462920> Tj
+[<46> 40.0390625 <6f72206578616d706c652c2074686520286e6f6e2d4153462920>] TJ
 ET
 
 
@@ -23660,10 +23604,10 @@ ET
 0.259 0.545 0.792 scn
 0.259 0.545 0.792 SCN
 
-0.742 Tw
+0.267 Tw
 
 BT
-169.4402142857143 212.72600000000017 Td
+187.7704927455357 212.72600000000017 Td
 /F1.0 10.5 Tf
 <496e636f646520506c6174666f726d> Tj
 ET
@@ -23675,12 +23619,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.742 Tw
+0.267 Tw
 
 BT
-250.79028571428572 212.72600000000017 Td
+268.64584347098213 212.72600000000017 Td
 /F1.0 10.5 Tf
-<277320746f67676c7a206d6f64756c6520286e6f6e2d4153462920686173206120726571756972656d656e7420746f20646f207468697320696e> Tj
+<277320746f67676c7a206d6f64756c6520286e6f6e2d4153462920686173206120726571756972656d656e7420746f20646f2074686973> Tj
 ET
 
 
@@ -23693,7 +23637,7 @@ ET
 BT
 48.24 196.94600000000017 Td
 /F1.0 10.5 Tf
-<6f7264657220746f206578706f73652069747320656d62656464656420746f67676c7a2077656220636f6e736f6c652e202028> Tj
+<696e206f7264657220746f206578706f73652069747320656d62656464656420746f67676c7a2077656220636f6e736f6c652e202028> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -23892,55 +23836,55 @@ Q
 
 endstream
 endobj
-194 0 obj
+193 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 193 0 R
+/Contents 192 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 /F4.0 39 0 R
 /F5.1 43 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [197 0 R 199 0 R 200 0 R]
+/Annots [196 0 R 198 0 R 199 0 R]
 >>
 endobj
+194 0 obj
+[193 0 R /XYZ 0 841.89 null]
+endobj
 195 0 obj
-[194 0 R /XYZ 0 841.89 null]
+[193 0 R /XYZ 0 662.2700000000001 null]
 endobj
 196 0 obj
-[194 0 R /XYZ 0 662.2700000000001 null]
-endobj
-197 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_DomainObjectContainer)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_UserService)
 >>
 /Subtype /Link
-/Rect [69.66 608.7560000000001 179.91000000000003 619.2560000000001]
+/Rect [69.66 608.7560000000001 127.41000000000003 619.2560000000001]
 /Type /Annot
 >>
 endobj
-198 0 obj
-[194 0 R /XYZ 0 280.5500000000002 null]
+197 0 obj
+[193 0 R /XYZ 0 280.5500000000002 null]
 endobj
-199 0 obj
+198 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (http://platform.incode.org)
 >>
 /Subtype /Link
-/Rect [169.4402142857143 209.66000000000017 250.79028571428572 223.94000000000017]
+/Rect [187.7704927455357 209.66000000000017 268.64584347098213 223.94000000000017]
 /Type /Annot
 >>
 endobj
-200 0 obj
+199 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -23951,7 +23895,7 @@ endobj
 /Type /Annot
 >>
 endobj
-201 0 obj
+200 0 obj
 << /Length 6977
 >>
 stream
@@ -24451,21 +24395,21 @@ Q
 
 endstream
 endobj
-202 0 obj
+201 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 201 0 R
+/Contents 200 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 39 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
 >>
 endobj
-203 0 obj
+202 0 obj
 << /Length 15161
 >>
 stream
@@ -25320,11 +25264,11 @@ Q
 
 endstream
 endobj
-204 0 obj
+203 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 203 0 R
+/Contents 202 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
@@ -25332,16 +25276,16 @@ endobj
 /F5.1 43 0 R
 /F3.0 36 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [206 0 R 207 0 R 208 0 R 210 0 R 211 0 R 212 0 R]
+/Annots [205 0 R 206 0 R 207 0 R 209 0 R 210 0 R 211 0 R]
 >>
 endobj
-205 0 obj
-[204 0 R /XYZ 0 841.89 null]
+204 0 obj
+[203 0 R /XYZ 0 841.89 null]
 endobj
-206 0 obj
+205 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -25352,7 +25296,7 @@ endobj
 /Type /Annot
 >>
 endobj
-207 0 obj
+206 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -25363,7 +25307,7 @@ endobj
 /Type /Annot
 >>
 endobj
-208 0 obj
+207 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -25374,10 +25318,10 @@ endobj
 /Type /Annot
 >>
 endobj
-209 0 obj
-[204 0 R /XYZ 0 678.0500000000002 null]
+208 0 obj
+[203 0 R /XYZ 0 678.0500000000002 null]
 endobj
-210 0 obj
+209 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -25388,7 +25332,7 @@ endobj
 /Type /Annot
 >>
 endobj
-211 0 obj
+210 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -25399,7 +25343,7 @@ endobj
 /Type /Annot
 >>
 endobj
-212 0 obj
+211 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -25410,7 +25354,7 @@ endobj
 /Type /Annot
 >>
 endobj
-213 0 obj
+212 0 obj
 << /Length 23366
 >>
 stream
@@ -26850,29 +26794,29 @@ Q
 
 endstream
 endobj
-214 0 obj
+213 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 213 0 R
+/Contents 212 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 /F3.0 36 0 R
 /F5.1 43 0 R
 /F4.0 39 0 R
-/F4.1 59 0 R
+/F4.1 58 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [216 0 R 217 0 R 218 0 R 219 0 R 221 0 R]
+/Annots [215 0 R 216 0 R 217 0 R 218 0 R 220 0 R]
 >>
 endobj
-215 0 obj
-[214 0 R /XYZ 0 841.89 null]
+214 0 obj
+[213 0 R /XYZ 0 841.89 null]
 endobj
-216 0 obj
+215 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -26883,7 +26827,7 @@ endobj
 /Type /Annot
 >>
 endobj
-217 0 obj
+216 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -26894,7 +26838,7 @@ endobj
 /Type /Annot
 >>
 endobj
-218 0 obj
+217 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -26905,7 +26849,7 @@ endobj
 /Type /Annot
 >>
 endobj
-219 0 obj
+218 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -26916,10 +26860,10 @@ endobj
 /Type /Annot
 >>
 endobj
-220 0 obj
-[214 0 R /XYZ 0 456.9300000000001 null]
+219 0 obj
+[213 0 R /XYZ 0 456.9300000000001 null]
 endobj
-221 0 obj
+220 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -26930,7 +26874,7 @@ endobj
 /Type /Annot
 >>
 endobj
-222 0 obj
+221 0 obj
 << /Length 19317
 >>
 stream
@@ -28095,22 +28039,22 @@ Q
 
 endstream
 endobj
-223 0 obj
+222 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 222 0 R
+/Contents 221 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F4.0 39 0 R
-/F4.1 59 0 R
+/F4.1 58 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
 >>
 endobj
-224 0 obj
+223 0 obj
 << /Length 21488
 >>
 stream
@@ -29456,11 +29400,11 @@ Q
 
 endstream
 endobj
-225 0 obj
+224 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 224 0 R
+/Contents 223 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 39 0 R
 /F5.1 43 0 R
@@ -29468,16 +29412,16 @@ endobj
 /F3.0 36 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
-/Annots [227 0 R]
+/Annots [226 0 R]
 >>
 endobj
-226 0 obj
-[225 0 R /XYZ 0 572.9300000000001 null]
+225 0 obj
+[224 0 R /XYZ 0 572.9300000000001 null]
 endobj
-227 0 obj
+226 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -29488,7 +29432,7 @@ endobj
 /Type /Annot
 >>
 endobj
-228 0 obj
+227 0 obj
 << /Length 16339
 >>
 stream
@@ -30523,22 +30467,22 @@ Q
 
 endstream
 endobj
-229 0 obj
+228 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 228 0 R
+/Contents 227 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F4.0 39 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 281 0 R
+/XObject << /Stamp1 280 0 R
 >>
 >>
 >>
 endobj
-230 0 obj
+229 0 obj
 << /Border [0 0 0]
 /Dest (__ugsec)
 /Subtype /Link
@@ -30546,7 +30490,7 @@ endobj
 /Type /Annot
 >>
 endobj
-231 0 obj
+230 0 obj
 << /Border [0 0 0]
 /Dest (__ugsec)
 /Subtype /Link
@@ -30554,7 +30498,7 @@ endobj
 /Type /Annot
 >>
 endobj
-232 0 obj
+231 0 obj
 << /Border [0 0 0]
 /Dest (other-guides)
 /Subtype /Link
@@ -30562,7 +30506,7 @@ endobj
 /Type /Annot
 >>
 endobj
-233 0 obj
+232 0 obj
 << /Border [0 0 0]
 /Dest (other-guides)
 /Subtype /Link
@@ -30570,7 +30514,7 @@ endobj
 /Type /Annot
 >>
 endobj
-234 0 obj
+233 0 obj
 << /Border [0 0 0]
 /Dest (terminology)
 /Subtype /Link
@@ -30578,7 +30522,7 @@ endobj
 /Type /Annot
 >>
 endobj
-235 0 obj
+234 0 obj
 << /Border [0 0 0]
 /Dest (terminology)
 /Subtype /Link
@@ -30586,7 +30530,7 @@ endobj
 /Type /Annot
 >>
 endobj
-236 0 obj
+235 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_configuring-isis-to-use-shiro)
 /Subtype /Link
@@ -30594,7 +30538,7 @@ endobj
 /Type /Annot
 >>
 endobj
-237 0 obj
+236 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_configuring-isis-to-use-shiro)
 /Subtype /Link
@@ -30602,7 +30546,7 @@ endobj
 /Type /Annot
 >>
 endobj
-238 0 obj
+237 0 obj
 << /Border [0 0 0]
 /Dest (telling-apache-isis-to-use-shiro)
 /Subtype /Link
@@ -30610,7 +30554,7 @@ endobj
 /Type /Annot
 >>
 endobj
-239 0 obj
+238 0 obj
 << /Border [0 0 0]
 /Dest (telling-apache-isis-to-use-shiro)
 /Subtype /Link
@@ -30618,7 +30562,7 @@ endobj
 /Type /Annot
 >>
 endobj
-240 0 obj
+239 0 obj
 << /Border [0 0 0]
 /Dest (configuring-shiro-authenticator)
 /Subtype /Link
@@ -30626,7 +30570,7 @@ endobj
 /Type /Annot
 >>
 endobj
-241 0 obj
+240 0 obj
 << /Border [0 0 0]
 /Dest (configuring-shiro-authenticator)
 /Subtype /Link
@@ -30634,7 +30578,7 @@ endobj
 /Type /Annot
 >>
 endobj
-242 0 obj
+241 0 obj
 << /Border [0 0 0]
 /Dest (bootstrapping-shiro)
 /Subtype /Link
@@ -30642,7 +30586,7 @@ endobj
 /Type /Annot
 >>
 endobj
-243 0 obj
+242 0 obj
 << /Border [0 0 0]
 /Dest (bootstrapping-shiro)
 /Subtype /Link
@@ -30650,7 +30594,7 @@ endobj
 /Type /Annot
 >>
 endobj
-244 0 obj
+243 0 obj
 << /Border [0 0 0]
 /Dest (code-web-inf-shiro-ini-code)
 /Subtype /Link
@@ -30658,7 +30602,7 @@ endobj
 /Type /Annot
 >>
 endobj
-245 0 obj
+244 0 obj
 << /Border [0 0 0]
 /Dest (code-web-inf-shiro-ini-code)
 /Subtype /Link
@@ -30666,7 +30610,7 @@ endobj
 /Type /Annot
 >>
 endobj
-246 0 obj
+245 0 obj
 << /Border [0 0 0]
 /Dest (code-web-inf-shiro-ini-code)
 /Subtype /Link
@@ -30674,7 +30618,7 @@ endobj
 /Type /Annot
 >>
 endobj
-247 0 obj
+246 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_shiro-realm-implementations)
 /Subtype /Link
@@ -30682,7 +30626,7 @@ endobj
 /Type /Annot
 >>
 endobj
-248 0 obj
+247 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_shiro-realm-implementations)
 /Subtype /Link
@@ -30690,7 +30634,7 @@ endobj
 /Type /Annot
 >>
 endobj
-249 0 obj
+248 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_shiro-realm-implementations_ini-realm)
 /Subtype /Link
@@ -30698,7 +30642,7 @@ endobj
 /Type /Annot
 >>
 endobj
-250 0 obj
+249 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_shiro-realm-implementations_ini-realm)
 /Subtype /Link
@@ -30706,7 +30650,7 @@ endobj
 /Type /Annot
 >>
 endobj
-251 0 obj
+250 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_shiro-realm-implementations_isis-ldap-realm)
 /Subtype /Link
@@ -30714,7 +30658,7 @@ endobj
 /Type /Annot
 >>
 endobj
-252 0 obj
+251 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_shiro-realm-implementations_isis-ldap-realm)
 /Subtype /Link
@@ -30722,7 +30666,7 @@ endobj
 /Type /Annot
 >>
 endobj
-253 0 obj
+252 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_shiro-realm-implementations_isisaddons-security-module-realm)
 /Subtype /Link
@@ -30730,7 +30674,7 @@ endobj
 /Type /Annot
 >>
 endobj
-254 0 obj
+253 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_shiro-realm-implementations_isisaddons-security-module-realm)
 /Subtype /Link
@@ -30738,7 +30682,7 @@ endobj
 /Type /Annot
 >>
 endobj
-255 0 obj
+254 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_shiro-realm-implementations_jdbc-realm)
 /Subtype /Link
@@ -30746,7 +30690,7 @@ endobj
 /Type /Annot
 >>
 endobj
-256 0 obj
+255 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_shiro-realm-implementations_jdbc-realm)
 /Subtype /Link
@@ -30754,7 +30698,7 @@ endobj
 /Type /Annot
 >>
 endobj
-257 0 obj
+256 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_shiro-isis-enhanced-wildcard-permission)
 /Subtype /Link
@@ -30762,7 +30706,7 @@ endobj
 /Type /Annot
 >>
 endobj
-258 0 obj
+257 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_shiro-isis-enhanced-wildcard-permission)
 /Subtype /Link
@@ -30770,7 +30714,7 @@ endobj
 /Type /Annot
 >>
 endobj
-259 0 obj
+258 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_hints-and-tips)
 /Subtype /Link
@@ -30778,7 +30722,7 @@ endobj
 /Type /Annot
 >>
 endobj
-260 0 obj
+259 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_hints-and-tips)
 /Subtype /Link
@@ -30786,7 +30730,7 @@ endobj
 /Type /Annot
 >>
 endobj
-261 0 obj
+260 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_hints-and-tips_configuring-isis-to-use-bypass)
 /Subtype /Link
@@ -30794,7 +30738,7 @@ endobj
 /Type /Annot
 >>
 endobj
-262 0 obj
+261 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_hints-and-tips_configuring-isis-to-use-bypass)
 /Subtype /Link
@@ -30802,7 +30746,7 @@ endobj
 /Type /Annot
 >>
 endobj
-263 0 obj
+262 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_hints-and-tips_run-as)
 /Subtype /Link
@@ -30810,7 +30754,7 @@ endobj
 /Type /Annot
 >>
 endobj
-264 0 obj
+263 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_hints-and-tips_run-as)
 /Subtype /Link
@@ -30818,7 +30762,7 @@ endobj
 /Type /Annot
 >>
 endobj
-265 0 obj
+264 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_hints-and-tips_shiro-caching)
 /Subtype /Link
@@ -30826,7 +30770,7 @@ endobj
 /Type /Annot
 >>
 endobj
-266 0 obj
+265 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_hints-and-tips_shiro-caching)
 /Subtype /Link
@@ -30834,7 +30778,7 @@ endobj
 /Type /Annot
 >>
 endobj
-267 0 obj
+266 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_api-for-applications)
 /Subtype /Link
@@ -30842,7 +30786,7 @@ endobj
 /Type /Annot
 >>
 endobj
-268 0 obj
+267 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_api-for-applications)
 /Subtype /Link
@@ -30850,39 +30794,39 @@ endobj
 /Type /Annot
 >>
 endobj
-269 0 obj
+268 0 obj
 << /Border [0 0 0]
-/Dest (code-domainobjectcontainer-code-api)
+/Dest (code-userservice-code-api)
 /Subtype /Link
 /Rect [60.24 397.66999999999973 79.9485 411.9499999999997]
 /Type /Annot
 >>
 endobj
-270 0 obj
+269 0 obj
 << /Border [0 0 0]
-/Dest (code-domainobjectcontainer-code-api)
+/Dest (code-userservice-code-api)
 /Subtype /Link
-/Rect [79.9485 399.2659999999997 190.19850000000002 409.7659999999997]
+/Rect [79.9485 399.2659999999997 137.69850000000002 409.7659999999997]
 /Type /Annot
 >>
 endobj
-271 0 obj
+270 0 obj
 << /Border [0 0 0]
-/Dest (code-domainobjectcontainer-code-api)
+/Dest (code-userservice-code-api)
 /Subtype /Link
-/Rect [190.19850000000002 397.66999999999973 210.51600000000002 411.9499999999997]
+/Rect [137.69850000000002 397.66999999999973 158.01600000000002 411.9499999999997]
 /Type /Annot
 >>
 endobj
-272 0 obj
+271 0 obj
 << /Border [0 0 0]
-/Dest (code-domainobjectcontainer-code-api)
+/Dest (code-userservice-code-api)
 /Subtype /Link
 /Rect [535.3009999999999 397.66999999999973 547.04 411.9499999999997]
 /Type /Annot
 >>
 endobj
-273 0 obj
+272 0 obj
 << /Border [0 0 0]
 /Dest (servlet-api)
 /Subtype /Link
@@ -30890,7 +30834,7 @@ endobj
 /Type /Annot
 >>
 endobj
-274 0 obj
+273 0 obj
 << /Border [0 0 0]
 /Dest (servlet-api)
 /Subtype /Link
@@ -30898,7 +30842,7 @@ endobj
 /Type /Annot
 >>
 endobj
-275 0 obj
+274 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_usage-by-isis-viewers)
 /Subtype /Link
@@ -30906,7 +30850,7 @@ endobj
 /Type /Annot
 >>
 endobj
-276 0 obj
+275 0 obj
 << /Border [0 0 0]
 /Dest (_ugsec_usage-by-isis-viewers)
 /Subtype /Link
@@ -30914,7 +30858,7 @@ endobj
 /Type /Annot
 >>
 endobj
-277 0 obj
+276 0 obj
 << /Border [0 0 0]
 /Dest (wicket-viewer)
 /Subtype /Link
@@ -30922,7 +30866,7 @@ endobj
 /Type /Annot
 >>
 endobj
-278 0 obj
+277 0 obj
 << /Border [0 0 0]
 /Dest (wicket-viewer)
 /Subtype /Link
@@ -30930,7 +30874,7 @@ endobj
 /Type /Annot
 >>
 endobj
-279 0 obj
+278 0 obj
 << /Border [0 0 0]
 /Dest (restful-objects-viewer)
 /Subtype /Link
@@ -30938,7 +30882,7 @@ endobj
 /Type /Annot
 >>
 endobj
-280 0 obj
+279 0 obj
 << /Border [0 0 0]
 /Dest (restful-objects-viewer)
 /Subtype /Link
@@ -30946,7 +30890,7 @@ endobj
 /Type /Annot
 >>
 endobj
-281 0 obj
+280 0 obj
 << /Type /XObject
 /Subtype /Form
 /BBox [0 0 595.28 841.89]
@@ -30974,246 +30918,246 @@ Q
 
 endstream
 endobj
-282 0 obj
+281 0 obj
 << /Type /Outlines
 /Count 26
-/First 283 0 R
-/Last 306 0 R
+/First 282 0 R
+/Last 305 0 R
 >>
 endobj
-283 0 obj
+282 0 obj
 << /Title <feff00530065006300750072006900740079>
-/Parent 282 0 R
+/Parent 281 0 R
 /Count 0
-/Next 284 0 R
+/Next 283 0 R
 /Dest [7 0 R /XYZ 0 841.89 null]
 >>
 endobj
-284 0 obj
+283 0 obj
 << /Title <feff005400610062006c00650020006f006600200043006f006e00740065006e00740073>
-/Parent 282 0 R
+/Parent 281 0 R
 /Count 0
-/Next 285 0 R
-/Prev 283 0 R
+/Next 284 0 R
+/Prev 282 0 R
 /Dest [10 0 R /XYZ 0 841.89 null]
 >>
 endobj
-285 0 obj
+284 0 obj
 << /Title <feff004300680061007000740065007200200031002e002000530065006300750072006900740079>
-/Parent 282 0 R
+/Parent 281 0 R
 /Count 2
-/First 286 0 R
-/Last 287 0 R
-/Next 288 0 R
-/Prev 284 0 R
+/First 285 0 R
+/Last 286 0 R
+/Next 287 0 R
+/Prev 283 0 R
 /Dest [12 0 R /XYZ 0 841.89 null]
 >>
 endobj
-286 0 obj
+285 0 obj
 << /Title <feff0031002e0031002e0020004f00740068006500720020004700750069006400650073>
-/Parent 285 0 R
+/Parent 284 0 R
 /Count 0
-/Next 287 0 R
+/Next 286 0 R
 /Dest [12 0 R /XYZ 0 721.6100000000001 null]
 >>
 endobj
-287 0 obj
+286 0 obj
 << /Title <feff0031002e0032002e0020005400650072006d0069006e006f006c006f00670079>
-/Parent 285 0 R
+/Parent 284 0 R
 /Count 0
-/Prev 286 0 R
+/Prev 285 0 R
 /Dest [12 0 R /XYZ 0 194.1500000000007 null]
 >>
 endobj
-288 0 obj
+287 0 obj
 << /Title <feff004300680061007000740065007200200032002e00200043006f006e006600690067007500720069006e006700200074006f002000750073006500200053006800690072006f>
-/Parent 282 0 R
+/Parent 281 0 R
 /Count 4
-/First 289 0 R
-/Last 292 0 R
-/Next 293 0 R
-/Prev 285 0 R
-/Dest [52 0 R /XYZ 0 841.89 null]
+/First 288 0 R
+/Last 291 0 R
+/Next 292 0 R
+/Prev 284 0 R
+/Dest [51 0 R /XYZ 0 841.89 null]
 >>
 endobj
-289 0 obj
+288 0 obj
 << /Title <feff0032002e0031002e002000540065006c006c0069006e006700200041007000610063006800650020004900730069007300200074006f002000750073006500200053006800690072006f>
-/Parent 288 0 R
+/Parent 287 0 R
+/Count 0
+/Next 289 0 R
+/Dest [51 0 R /XYZ 0 654.2700000000001 null]
+>>
+endobj
+289 0 obj
+<< /Title <feff0032002e0032002e00200043006f006e006600690067007500720069006e006700200053006800690072006f002000410075007400680065006e00740069006300610074006f0072>
+/Parent 287 0 R
 /Count 0
 /Next 290 0 R
-/Dest [52 0 R /XYZ 0 654.2700000000001 null]
+/Prev 288 0 R
+/Dest [51 0 R /XYZ 0 128.33195064629868 null]
 >>
 endobj
 290 0 obj
-<< /Title <feff0032002e0032002e00200043006f006e006600690067007500720069006e006700200053006800690072006f002000410075007400680065006e00740069006300610074006f0072>
-/Parent 288 0 R
+<< /Title <feff0032002e0033002e00200042006f006f00740073007400720061007000700069006e006700200053006800690072006f>
+/Parent 287 0 R
 /Count 0
 /Next 291 0 R
 /Prev 289 0 R
-/Dest [52 0 R /XYZ 0 128.33195064629868 null]
+/Dest [63 0 R /XYZ 0 630.4699999999999 null]
 >>
 endobj
 291 0 obj
-<< /Title <feff0032002e0033002e00200042006f006f00740073007400720061007000700069006e006700200053006800690072006f>
-/Parent 288 0 R
+<< /Title <feff0032002e0034002e0020005700450042002d0049004e0046002f0073006800690072006f002e0069006e0069>
+/Parent 287 0 R
 /Count 0
-/Next 292 0 R
 /Prev 290 0 R
-/Dest [64 0 R /XYZ 0 630.4699999999999 null]
+/Dest [63 0 R /XYZ 0 292.39000000000004 null]
 >>
 endobj
 292 0 obj
-<< /Title <feff0032002e0034002e0020005700450042002d0049004e0046002f0073006800690072006f002e0069006e0069>
-/Parent 288 0 R
-/Count 0
-/Prev 291 0 R
-/Dest [64 0 R /XYZ 0 292.39000000000004 null]
+<< /Title <feff004300680061007000740065007200200033002e00200053006800690072006f0020005200650061006c006d00200049006d0070006c0065006d0065006e0074006100740069006f006e0073>
+/Parent 281 0 R
+/Count 4
+/First 293 0 R
+/Last 296 0 R
+/Next 297 0 R
+/Prev 287 0 R
+/Dest [72 0 R /XYZ 0 841.89 null]
 >>
 endobj
 293 0 obj
-<< /Title <feff004300680061007000740065007200200033002e00200053006800690072006f0020005200650061006c006d00200049006d0070006c0065006d0065006e0074006100740069006f006e0073>
-/Parent 282 0 R
-/Count 4
-/First 294 0 R
-/Last 297 0 R
-/Next 298 0 R
-/Prev 288 0 R
-/Dest [73 0 R /XYZ 0 841.89 null]
+<< /Title <feff0033002e0031002e00200053006800690072006f00200049006e00690020005200650061006c006d>
+/Parent 292 0 R
+/Count 0
+/Next 294 0 R
+/Dest [72 0 R /XYZ 0 765.1700000000001 null]
 >>
 endobj
 294 0 obj
-<< /Title <feff0033002e0031002e00200053006800690072006f00200049006e00690020005200650061006c006d>
-/Parent 293 0 R
+<< /Title <feff0033002e0032002e002000490073006900730020004c0064006100700020005200650061006c006d>
+/Parent 292 0 R
 /Count 0
 /Next 295 0 R
-/Dest [73 0 R /XYZ 0 765.1700000000001 null]
+/Prev 293 0 R
+/Dest [86 0 R /XYZ 0 194.9000000000001 null]
 >>
 endobj
 295 0 obj
-<< /Title <feff0033002e0032002e002000490073006900730020004c0064006100700020005200650061006c006d>
-/Parent 293 0 R
+<< /Title <feff0033002e0033002e0020005300650063007500720069007400790020004d006f00640075006c00650020005200650061006c006d>
+/Parent 292 0 R
 /Count 0
 /Next 296 0 R
 /Prev 294 0 R
-/Dest [87 0 R /XYZ 0 194.9000000000001 null]
+/Dest [129 0 R /XYZ 0 395.93043321299643 null]
 >>
 endobj
 296 0 obj
-<< /Title <feff0033002e0033002e0020005300650063007500720069007400790020004d006f00640075006c00650020005200650061006c006d>
-/Parent 293 0 R
+<< /Title <feff0033002e0034002e00200053006800690072006f0020004a0044004200430020005200650061006c006d>
+/Parent 292 0 R
 /Count 0
-/Next 297 0 R
 /Prev 295 0 R
-/Dest [130 0 R /XYZ 0 395.93043321299643 null]
+/Dest [140 0 R /XYZ 0 310.2614453584018 null]
 >>
 endobj
 297 0 obj
-<< /Title <feff0033002e0034002e00200053006800690072006f0020004a0044004200430020005200650061006c006d>
-/Parent 293 0 R
-/Count 0
-/Prev 296 0 R
-/Dest [141 0 R /XYZ 0 310.2614453584018 null]
->>
-endobj
-298 0 obj
 << /Title <feff004300680061007000740065007200200034002e00200045006e00680061006e006300650064002000570069006c006400630061007200640020005000650072006d0069007300730069006f006e>
-/Parent 282 0 R
+/Parent 281 0 R
 /Count 0
-/Next 299 0 R
-/Prev 293 0 R
-/Dest [157 0 R /XYZ 0 841.89 null]
+/Next 298 0 R
+/Prev 292 0 R
+/Dest [156 0 R /XYZ 0 841.89 null]
 >>
 endobj
-299 0 obj
+298 0 obj
 << /Title <feff004300680061007000740065007200200035002e002000480069006e0074007300200061006e006400200054006900700073>
-/Parent 282 0 R
+/Parent 281 0 R
 /Count 3
-/First 300 0 R
-/Last 302 0 R
-/Next 303 0 R
-/Prev 298 0 R
-/Dest [166 0 R /XYZ 0 841.89 null]
+/First 299 0 R
+/Last 301 0 R
+/Next 302 0 R
+/Prev 297 0 R
+/Dest [165 0 R /XYZ 0 841.89 null]
 >>
 endobj
-300 0 obj
+299 0 obj
 << /Title <feff0035002e0031002e00200042007900700061007300730069006e0067002000730065006300750072006900740079>
-/Parent 299 0 R
+/Parent 298 0 R
 /Count 0
-/Next 301 0 R
-/Dest [166 0 R /XYZ 0 557.1500000000003 null]
+/Next 300 0 R
+/Dest [165 0 R /XYZ 0 557.1500000000003 null]
 >>
 endobj
-301 0 obj
+300 0 obj
 << /Title <feff0035002e0032002e002000520075006e002d00610073>
-/Parent 299 0 R
+/Parent 298 0 R
 /Count 0
-/Next 302 0 R
-/Prev 300 0 R
-/Dest [166 0 R /XYZ 0 149.34621621621665 null]
+/Next 301 0 R
+/Prev 299 0 R
+/Dest [165 0 R /XYZ 0 149.34621621621665 null]
 >>
 endobj
-302 0 obj
+301 0 obj
 << /Title <feff0035002e0033002e002000430061006300680069006e006700200061006e00640020006f007400680065007200200053006800690072006f002000460065006100740075007200650073>
-/Parent 299 0 R
+/Parent 298 0 R
 /Count 0
-/Prev 301 0 R
-/Dest [181 0 R /XYZ 0 214.12999999999982 null]
+/Prev 300 0 R
+/Dest [180 0 R /XYZ 0 214.12999999999982 null]
 >>
 endobj
-303 0 obj
+302 0 obj
 << /Title <feff004300680061007000740065007200200036002e002000410050004900200066006f00720020004100700070006c00690063006100740069006f006e0073>
-/Parent 282 0 R
+/Parent 281 0 R
 /Count 2
-/First 304 0 R
-/Last 305 0 R
-/Next 306 0 R
-/Prev 299 0 R
-/Dest [194 0 R /XYZ 0 841.89 null]
+/First 303 0 R
+/Last 304 0 R
+/Next 305 0 R
+/Prev 298 0 R
+/Dest [193 0 R /XYZ 0 841.89 null]
 >>
 endobj
-304 0 obj
-<< /Title <feff0036002e0031002e00200044006f006d00610069006e004f0062006a0065006300740043006f006e007400610069006e006500720020004100500049>
-/Parent 303 0 R
+303 0 obj
+<< /Title <feff0036002e0031002e0020005500730065007200530065007200760069006300650020004100500049>
+/Parent 302 0 R
 /Count 0
-/Next 305 0 R
-/Dest [194 0 R /XYZ 0 662.2700000000001 null]
+/Next 304 0 R
+/Dest [193 0 R /XYZ 0 662.2700000000001 null]
 >>
 endobj
-305 0 obj
+304 0 obj
 << /Title <feff0036002e0032002e00200053006500720076006c006500740020004100500049>
-/Parent 303 0 R
+/Parent 302 0 R
 /Count 0
-/Prev 304 0 R
-/Dest [194 0 R /XYZ 0 280.5500000000002 null]
+/Prev 303 0 R
+/Dest [193 0 R /XYZ 0 280.5500000000002 null]
 >>
 endobj
-306 0 obj
+305 0 obj
 << /Title <feff004300680061007000740065007200200037002e002000550073006100670065002000620079002000410070006100630068006500200049007300690073002700200056006900650077006500720073>
-/Parent 282 0 R
+/Parent 281 0 R
 /Count 2
-/First 307 0 R
-/Last 308 0 R
-/Prev 303 0 R
-/Dest [204 0 R /XYZ 0 841.89 null]
+/First 306 0 R
+/Last 307 0 R
+/Prev 302 0 R
+/Dest [203 0 R /XYZ 0 841.89 null]
 >>
 endobj
-307 0 obj
+306 0 obj
 << /Title <feff0037002e0031002e0020005700690063006b006500740020005600690065007700650072>
-/Parent 306 0 R
+/Parent 305 0 R
 /Count 0
-/Next 308 0 R
-/Dest [204 0 R /XYZ 0 678.0500000000002 null]
+/Next 307 0 R
+/Dest [203 0 R /XYZ 0 678.0500000000002 null]
 >>
 endobj
-308 0 obj
+307 0 obj
 << /Title <feff0037002e0032002e0020005200650073007400660075006c0020004f0062006a00650063007400730020005600690065007700650072>
-/Parent 306 0 R
+/Parent 305 0 R
 /Count 0
-/Prev 307 0 R
-/Dest [214 0 R /XYZ 0 456.9300000000001 null]
+/Prev 306 0 R
+/Dest [213 0 R /XYZ 0 456.9300000000001 null]
 >>
 endobj
-309 0 obj
+308 0 obj
 << /Nums [0 << /P (i)
 >> 1 << /P (ii)
 >> 2 << /P (1)
@@ -31232,52 +31176,53 @@ endobj
 >>]
 >>
 endobj
-310 0 obj
+309 0 obj
 << /Length1 13056
 /Length 8226
 /Filter [/FlateDecode]
 >>
 stream
-x��z\[e����sB�@HB �\!�B�%$��r
�Rr-[�m�vj��V�j��[�E��]�S��^�?�u�s�f\�x�~ڝqf:��u��?���9'�q��p�>��y��s�sF�q�Xװg���/�r!�74ݛҰA�/!�;;4���ҏ�=��Ó�<�)��D1�S����	{�{��&�7��6���jC�)��7��p����
}��0���p�g{-%�!
�C"�]A(��F^���+��$��7��
-��	�EbI�42��A&��Q(U�X
�����>1)�`D&*A)(Ւf��gdfٳΜ\W^~AaQqIiY��_�T��TVy����YÇ@���_�\@$�"$��2�IXR�D, 4�F��͒�Z��$��4��$��4b΅�?���*�@eM�٘���7E^%~��
?���#g;��8h%�N+�^��N��Q*��"�[AJ�\M���	ٯ�5�Y�
-B*4�V��n���[��dI���6���lm�:R�\��w�ƻ�6�u�զ���$6�Zۺi�$ё���K8ӄ�Qk��7���q�؄�[J�=+��V�D�홃
��}R�ơ�±:K��3zW�9���"��\�	���u�E�W0o\�Λ��o���)�{b�S��Hִp'N�H\&��1p�׻��v�����\��ͫ�s�3N^��_���x"�-���o2��W�������	�:I<#r�
�v��;���.�����e<���_�?�v2�=��U�W=�%O/!`N�R+
�Z�F��i�K��z.;J�9�RB��y�B�U���[O���W/=��}�_�Wp�'{�y��Z�u�@���j�E���3�><=�g���^<3����N���2>�y��i��`ؚf��i6�����]m=��������(�k{�ܭj��%�h����Y�|�(!fX�[�!�׏C�]��A���5޽k�g�é!g��U�'�-���l�. �����_R1������.�
 �b�yA��-�N�A���b���O�0��1�®m�o�/��s���{s�򜞲��h��/�\����<��on��&�ųG�z���鯎�9��0{�;�}H�r^C�i++Bސ�-Bnǒ��5�\W��P��9�u��ȌM����2Si��#�'�Z����YJ�����s313�`5���ڊ��҄$�F�O��YcӮp���������v׎(�,lE����\���s��sl(��*��ǚ�ݲ�t��>q�td�"��Bmj��#Xi��{��)�;ٹn]���ŧ�$l�W�?��
-�(
K�1i/8F�S-��]�����Hk���ɇ�p���Li�Vﮯ�k�+{'��{�d(�k�<-�U;�\e�~C�Tiv{^�?�����]EBJg��+���S�(�:��B[k���
BT�H�_$^���I80��"�H0���7�.78c勏f1\�OL�N�N��P2�V�
-���?��fM��t=��B��i5LY�k8��o��/���uE��t"�H�3�5�:�rt,��F������bk�=Y��G��ydP�^EO�S�]��,��uqj�����<�cc��f��f[���W�J	�vE؆N
�����e��f�&W��X��ۆ�mQ@�%H'釄	('�%��dp+��5-�8|�DP���!���`�}˩���v��d5m=���U���%L'��lBW������ߥ�Jt1�YC�;���.ix+��祹�{2ⲫ����F�v�D�$9��}�Ͼ�˓���~R�!!5Vdžb�H-�x/���G��ɇi'���ۿ߇�:�s���t(UB~b��-f+~J.�㳌N�z^�l�p8�vS�x~Vg�.u�/��8�gK(�uV�hI)�Ʌ����������x��.ϸ����қ]���Jd�'��Ѳ��"���m8����Nk������2��c,�����쁃��K��i�u���&s������R��u�XӛJrT1��Fo��������xU���>�
 ��A����/]A��d�-����g��G��[m͏ڳ�����'���晓]����R��^qoj]�I@$y��[��-،��:iZ������W����s��C����O��Q��l5�ٯ�s��
-
�wj�i�ޛ��V������cՂ�X!���'�:wdJQ���n�X|��G�Z+z�ZH���`ř���f�Ʊ"��N:�@��B0�0i�:@��@~~���)c�"|�$�MpTl�B���i&�W;��
-D�����7>�4	��nwH�3��4�J����)��~��i}�L[X��L�ccZV�5��FF����E�D���t�7��U�ܙ�0�[W��V4Yg��oO�4�Lnt��-�cj����m���m-oj�V����n�O��WY�y�Yw�\���L�KC�"���y��x������^U�����ۿA�������’բ��*��$w��>��슏�l͟|��h�rK�DS�La����P]���5���U+6���N}ul�N�Ęsb�╺��$h"~1��WFX_�q��!Cڥ~C�Z_L�a�C!��~��\<觝��=۲h���v�_�z��v�����W��%��ku'�r���HF���@.D�v�
X%�WC��S�O�B��#�_��:�r�ߐQ<�f>%Mr���&�� j�����
�M���ǚ��?�^��r��2���s�h�
-<��Y����N�+4�P`�T/��+�Ւ�-;a��W��9��3Aϱq�1mq�u�nK_/a�B&���������q���%Ca)L���y��i���oMb �1/&->��c�y���c7���e�������f�O'\>�:�%=��^|��k��{�r�����g�\�^�4ȉcr�C#'�W��n�?�U+��i��t'>�re!ܐ�F>��S�ٯO]S+���W��XG��T�}�-fy�@bY��FRQ^_��z%;����S�ƟQZ�ü����>��!�K��58~��J�R�A�*聊t�����<�ctɒ^, öd�t!�����W+�A�I��V�K��Һ�����x_Y���[���ω���A0?L�C�l�����~g}Xx�V�����R����5拜 X"u|����<�g�	���;���3S?��㧾9Y]}�֩�o���b�~b|�����?�cX����98x�}�լ�=�Zʷ�^����ұ�ʹlVHZ��R����)g�kw;2������q�
 ����Z�c�����GOt���]IϱAC�5��0��2N�`��V�A�*�f}��(������ѴN7�c����_<��~�_�TM�{�F�p�^����-H(����-,0��|�v�%;ܔP���v�T
��	k�o �0�ӻ���ֿ���'S�����w?֗VYL��zK�{\U6ݲ�P�1۬��P���Ljkr�7�ƪʷ7��L+��K����\gE�]-��;2ܥ�Z]���M�mJ�ϭ3��7���ձ�<?N[۳c��2���� �+[�D�ڳ�%	1mZ�cb�����QAPTv3�E�4�uc%��-lUý�J�Ƒ��Ȳ��rg����E|>}io�޲��(o�ݠ��������2���|%~�7見37L�&?���S[�YLL_����f��ʅ�<B*R`����>5~P&z� ���Ȼ�L�%��'��_`��)�4
-!�D�R%F�>L���Z�-+�� D�V���q�����1�f�%��j��@H��㣎cc��ϓ<.��pK�0�)B鹋�9��W����X#�M�|�+2�0T/��9������S]Ķ`�B��uZ�s������o��|Y��]䨷�|�l
-f�J�]��8���������u$z�P�N��KE�F�h\�0P���#�ڳ��]B��>
�;��z�C<���5�#Cb�"�93��å�B�e0�ݡZ�q�Iz�7��ڿZ�f+�`�+��w.�5��m7s
��j��B.y��6��^�{�T;0ь��M�)b�Z◃y)�4K�?[��!�����S��q�D���T/hh�깷���v�@���P�]Қ[0�`���'�c}Ǧ��ͮ9.��i#��k�Y��2S��~_��%e�
-�g�J�bt53��Npg�7�k���̐��+
-6Cj֤F���
�x7�_� ���7�wT�#B��aL��Z�&�ÓfUtd�ߜN۫s�r�`M�&Gt��C����|�9/�w[���[�LӚh��*�1�~:����{zh�Ԑͷ/s�_ʙ������.2���3w���'wWon[k�.?;� ��Oo:�	'7�#����Gg�ݛ���Z�ev���C�����hMQ�w-r�ˬ�rV2�
�(��x�;�R���mGP��r���<�ݫ�ͫ��`�$(�:���Ճ.P�PM~�#���n.��Y�^�\jr|y�i����^M�fe�==��^��u������ٝ ��@��j�#,�3A��ȴ�诶�����Ĉ}�M�+�J��e�Ⴈ�}��/����#m~���w�b%�uμ0�>�dJd�%�/Sg'0�
-����G)���Ra����,Y�x+���>��~����{�G�Q�6D��K�Džb5�)S\ܾNyz���H�ħ���bB�vctl~�kڳ��xf��&ZLY���
��>Og�r���,ύ��l��O6��'�/�b �	
-�7�!}_�"�GsCeY�Xc0���$M�8N&�5��������w�����6�$A%�-J.4E�;�hK)��	��X�A�p22��j��X����I59�[�R�E��]
�2B#����$M5U�n�bLb~�"^�r�5[�u�N�n�MT$�Ԏ���K���iA�Ȑ0�:B���4Te��y�6�C#M� ;�lW8=���t����5%�	���=W'	۪�&\r|�a+?Z��m�6�k3G&fAn;iu;s7:�
>�.eg�C��y��9:@{�m�����q���f:-o�g�S�1����W#�,�5�GeK-�x����U�Q��J�H���
-gK	����Ox{Nn�Y�0��9$D
/q�O�?�#�.{�R�4�V:>�=�H�:4�mW� 
-W&EF&1��s8U6?�,�<�ʋ��b�w����,����K-/ Y�����}2����@\�B�@!7�y��(�GY@wZ
#u���b�o�&Ӄ�nw�~Cv���mz�L����D�Gj3ա�P�����O����~�R�%�2�>�-������^C0�2a]�\׸�oJ}�k鼾����5Y�R�=�K�WT6�S[*"�����\u����]��֞�h��
�[3"�\��Śn.�TU��œ����'��G��m�[vpv���0ό�1Ͽ1�F��\�WohN���l���q&��6eE��;���歏�ʬp��������T��?_���q��&������ܜ��c�
-BGJ����B��,<x���禲���?3��5q��'��>
�D�����J?���n,i�8��9�����;|ֆ��JV��}
-]�T��F�>.���!=&л1Emf�����aus�sIc��/=��cK���H_����ø��x��~��dhq���(b�űUm-f�eZ�Ե��I���;�Y�m0�Y�v��~���W�ފR@����]qJ��/Nt��
K�%i���l�R�c�e��������Xe�Iʓ��<:���i��'�jc������3�.��׮�����d���i
���L�4��l�TE|z��ұ�����4h��Q
-j&��6?"������[{�^�R��O7��4�
-O~�Pi��R���7����4�c�:s���$^��/��8E�^��V����*�Vm	�EJ�S��b��+��6�j���q0}����m�r�eۛ�3�
-M�����Ū�N�o����*c���]��]e1*���2d����Ԛ�n��F���:g�'G��vB���M�sY%�Pc���k�E�!̍���پ�?ƃ�u����,/OI�C�\?3�X
�@2���;%�8���0?0� ��>i�_}�~!�Yg���n�E���;���e��j-~�YH���,�!�1OZ�x���<̊͋b�U��ԭ���A&�N�<R��&({yA��|A�H������[Z��=E�b�q��r�3�������X(��\�
-��6ԕ�,�t�2���	�}����}��X�nX蚥�imSc�LV��VK��a��_¼�⇙�6އTF��,CW=�
-�F�Wbp52<��ŗ�)�T�{�`���/~ş�+"�?(�gr�H�6#5U�	�64���1��Q�}����E��\t���=���vI�ɪ��V�j�410;�%W�k��(���U�8}�yp/̇y��Ӿ�8�'o�Y��\�^.��N�k\nQ���Z����F�{2u��K��xD��GP� �l ��*��lב���0�s谛ܥ���K�tXSWS"3�.[�#�	�L�N����[�}0	&.ƙ������
-QK_JHSK���.���6:�&�|-�G����~a�w���,��"�wo�v����β�IJΌ��=�Q�x�BQ8^_��H�(�k����p3�wwt����'��Ϯ}lJ��A)�������(��Ot.�����%O�oL3:p�� ��[�w��ġ~�E'����h�C"�c'����!|F7q���, ���(��:G}���<���+�Vs��8 -�3�P�%^��� ��������i~.��� $�
z=�v	�8dg�oa�*����BsC�^	K;���Da�����%�gE��,����9ч<�u��z�,@S�4ڇ�@S�e�ȣ��^HTbY་`v٧Qs/�pl�C�8v�1
G;s�(Csptrf��QuMqޅ���8�mBU��p|r�C؍��r��5����9�mA�ԟ���
-Rrz�u�p��-��<s�[j7��Z�k�p�����ҩ*d∑�x��������3H����Q&u��_�����
-�㨍x��7&�)��~��$�S{��"7�9��^C���x�|��g�;�x!~=]AW~�{su�S�Rj�s(��8k�0����A��8�8��J��-������"�3X��m��w�Æ�
�Q.�ӷ�x�&�O|�X���[i���^Ի5�s~
-@VB�(	��CB�̼�1����N�()P���!�K"J�U�j��y�Y��P:�2!�fC�˃�:�b���5��
-T���T
�kQ�G
��QjF-����hzc�<z!`jd�lv�b���e�X�b��vy�Lm:�c@���N�����	��9���\��I�{�G�K}t
-���G�Pl��9H�|t.
-[��b��T���yH�?��y(�����Ē�@�@$��|��:��ډ{|� � >�уP6A/�1� �|�`�M6��!�H>죇�6�u]�)��.�x/����T��SRUţ�}C=�ґ.��54��e.M�j{&z����6�|4���4G���Ip�T���ܣ�ׇ�P�J��BF����k�5��z�������X5:9����W��F�:���[��75�gև����W���NN��aO��H�ʠ��R	FXNӀڋi~��F�
-�X�������3>10:�J1��TS���̅	�ĈS�2���4�6��]�)�Mb8�Y�*�jr���3�T���k�O��(� �J�a'0��6
-�J�C/,���ڟ�L�&{<������ c�b�.�LzTS#�#��1>=ݪ�i�2�n?��Iv�S����2�u�5"�
-u�x�:`���?99�e2u�v��X�F�Mc&2jb]q~���e��NJN�,}���1ⳍ��y�֭�aߴX��S��k8oe���e5��@���C]=#�����q�d��5�邓�J�j�S�fȬ���N�4�豛�IF��v\ ��yG����>�����=,��x�iȋb�TQ�_XUWh`P�?_��T#p��@���'�R���
-��������B1����'7�f��c�ػ�<&Y:CF���:�l����(��
+x��z\Sg����sB�@HB �\!�B�%$�w���H�#W�T��c�X����Z�Z[)�T��X����k�����f�������Lg�i�v;n�?������t��p�>��y��s�sF�q�Xװg���/�r!�74ݛҰN�/"�;34����Gҏ�=��Ó[<�)��D1�S����	��{��&�7��2���j]�)�����p����
}���0���p��ݻ-%�!
�C"�\F(��F^���+��$��7��
+��	�EbI�42��A&��Q(U�X
�����>1)�`D&*A)(Ւf��gdfٳΜ\W^~AaQqIiY��_�T��TVy�����YÇ@���_�G$�"$��2�IXR�D, 4�F�ꍒ�Z��$��4��$��4b�����%XU�ʚ��1g�o��B���~�����v:�q��J|�V½$�s�����TdGEp������4#��_$k,3���Th$��-�j��81f��n�Y�m*���t�^>�g��j�w'����]�Mi�Y�wQl,��u�VI�#!���p�	��֜�oh-O�ұ	��7�9%��f�D�홃
�|+�~�P~�X�%��3zW�9���"��\�	���u�E�W0o\�Λ��o���)���)�Yb$kZ��K$.�n���YY;~�`[��ػ�ƕs��ǯb�K/a�<�і��7^y���NjQ�UA�KĄX�$���^������^��r�2����K/џ]=�ў{�
+˫��ǁ�0�sH�����H#���%�n=��%�n)���<k��.�M��g�ƅ�k���>�/�����<wc-y�:��` ��V��"TK��z���3�qz7���[����~}	��<���m0lM3R�4�x\͎������؈�LUFr�۵��N�V�e��q�^iwJ
��l�F�3���j����kG� ���� G�P�*�ޱڳ���Ԑ3��*��?OO�7��{۝���;�[�Xl�׼ �s��T'P� Q@P1�-禷���Șzqǖ����9}e�9ryNOYy_n4q��_.
]�����6n|����ᯟml|��Ço�64����m�{��x���ʁ���ƃ7�`��۱��^�� ��:�,eNq���]2�C���+��T��*C�H�I�V���I�,%����޿������}��WRm�NrqBP�էV�iG
8����xI�͟�kGQ�u����pm�Yn�9��92�IM���#��NYb�BK;��m8�{G�}C�6�~�����=e�����\7��
 	�S���h��+�c�N��%ۘ4��#�����.W�Tcj���^������mr�4m)�w�W�5ɕ��[�=�l0�5y��ت�m��2}��v�4�=/�fr�tU�֮"!%��U����)Hi�ug��5O���!�
�D$�/�}��$�jZ$�Is�l����dz.�%�ߠi'Ar��Z�Uӗ���O�&c�y��|o�j�0�����\�5��d����W`�sȺ�?Fi:�Z��I��d�v):uv=gp]rr�x��Ҟ,J�#N��<2(R��'tʩ֮Sۋ�w\��).'O�X߭����R�ㅄ���G�R§�A��C��g�u٥�����*V/���a`�D�Pc	�I�!a�Iy	l� �
+��fM�'9�(iHm?<�e�tb���%1YM���w��+E��	e.���u;F&�q����+]Lx���Ρs;K^����yy������*�=7�ѥ]8)Q'I�|�@y���4�O
+:�#����P��%�ƿ_��H 8<�(�����q��=��s�079�M�2Q%�'Ƽ�b����9>���w�E�f
+��l7Տ�gu�R7�➎C}���^gŶ������x~ʎ?��L�w���k
+��9*�ٕٜ��AAVyr8-m,R�+ۆs��봶���q)�j;��=OlL������۞�\�.)mn2��\OiM-�IZW�5��$G�(m���w�����W�����8�/����I�[��b�����~������ؠ={Ӊ���R,�l�9��8�/������DB��>�Y��܂�8M������}iwy�Iz�����:�����4��n��Xn�VS{�ܞ��?�o�аx�����zu5�ϭ�?V-ȉe�Z P{{�N�sgA�%�]�V��g�|��բ׮�d�]�P�Y�9ql&`+b)�c4^�!�	�F����
+����`�"1V)—���G�&+��fy��*�0@��_|��H�0��v��9S���CT�Q��:�q�/�O�iK֙�=lL@�J����ݟ��H�(��.�w��–��}�v�
+�ۊ&��<���1��a�ɍ�X��|L-��ݸ�"VQ���-[J��Ӎ{����*k8/8k���˗؜I~eHW�uۣ*����*�W������)��o���:�h&��d���~�
+j?�x��"7��2[�'��5����T>є/FX��Ɵ��?T�?����>EmՊ��妆_���-1�ؠx��&/	���_�a��֗@o�~Ȑv��P��u�!��P�i��������3q��S-֭/nu���爫'����>Ex^����Zw�/�q
+λ�耱�ȅ��.�+�jt|j�ޗRh�q����e����7d���OI�\F�$�A��2���#���ty�-c�&���Ϻ�v�\f�g��\%�O�b,�b���
+�4�9�g��Jo�dE~�ND2��gk�C`�L�sl\<cL[�eM����KX�P�I�Y��n�g���_l�PX
+�!���d�m��G�H<B̋I����D�l��~�čg�Cp�!=���v3�����	�:��wQ?�0����^��*z�=�i?���:
r����ȉ��+����i�r��s�;݉�-_�7�G��3�`��S��TŊb}����?�Ѿ.x߹N�Y�1�X�d-��T��W���^��S�zJ���!�O�s��y��a��ϫ�b �B
��5���xP�z�"�p��jk��	�dQ/�a[�e�k����+��	�� �QZ+֥�riݲ����I<�//cs�-�Tѭ�s�n��� �=L�K�l�����~gmXx�V����R�����U拜 X"ut��.��(����w�3�w���g�~��'O|{�����Oޘ��������񧺒���a|�x�a��J����%���׳n���h1�R�a�fKDz:ӲY!iQ/�rq��������ȼ���d�_
��i��)F���n=��zrg%=�
qD׸��t�K88����ZqL��Ú����ؾR�W/
 G�:]ܘ��CC�k�%^P5��!����z��Vm�[�P��ߥ[X`�.s�r�LKv�)�zKu�D�����B��a�w�k�����O�Ro��ou?їVYL��zKxRU6ݲ�@�1ˬ��@���Ljkr���ƪʷ6���L+�������\gE�=-���2ܥ�Z]����MlH�ϭ3��ח��ձ�<?N[۳m��2���� �+[�D�ڳ�%	3mZ�eb�����QAPTv2�E�4�}}9��MlUý�J�Ƒ��Ȳ��rw����E|1}qw�޲�n+o�٠�������2��m�|9~�5o��37L�&?����YLL_����f��ʅ�<B*R`����>5~	P&z� ���Ȼ�L�%��'��_`��)�4
+!�D�T%F�>L���ZO���u���B����8So���1�f�E��J��@H�k㣎bc��ϑ<.��pS�0�)B��Y������X#�M�|�2�0T/��99�����]Ė`�B��uZn�P3�w�Ŀi�eկu���z��)����w��>|d^�?_��"֑��B�:A&#,�q@T��q��@�:.|�X�k��7##t	I2�$��X3�]x�H�^���Ɋ�o�̘#l��KMN���v�jƅ��=�4�b�Jh�����i����޹�W��w��5�������E��4�sz���S�H�D3Gx7)���j�_
+����,��l9�����gOq��Ʃ���R���9������ME
+�/UBUvIkn�T���_>�P���6�渔&��8�ή5g[�L��=����+p�I*I����ԟ8��I_���Z�3C��(��	X��bn7���`�~M<���N�x���Qi���/�1hax��O�Uё�stc:m�̕�]�5���{��e漄��m�2oo�3Mk��b�������xhvtpv,3s�١�C6߾�qг~1g��##�~ӻ� 
+zO�[X8����m�a��4�����?��&T��x�8�gW��zFT�:kq����&�����s��5E޵0ȥ.���Y΀�6�Z�uF������MA3���F�v�fl6��#�I����x��W�@]C5���{����`*g�rpQs�����'�k�Z����{v𓏼x�k�'�)�
P�;A�5,����
+�o5FX�g��i
��_mu}�Iױ����W��Z[�2�Q�-{�o^:[sG�����ۍ�8�9��t����)�	�hn�LY����*(�.�����K��⿓�h1��]�X�3{�F��WR�ﯯ�WD�e�.����gLqq�:!��m{�#E���N�	Uڍѱ���i�b�Y;�h1e���F4���<��
XZ�����..m,���n<������8�$&(D�x��|)k�L�
�Id�b��غo=�4y�8y�(�$�s�Oj���������,��8�(��e�xأ-q���&��c�E�����ު���c��*˿&���on�J-L�ww5P�]�08R�4�T��݊1����xi�B�1�l�k:�e;�?�%7!0P�hS;��sj:,�v��"C�t�a��v��*C��k��Ahbٱk�����{�

<TRUNCATED>

[21/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/ugtst/ugtst.html
----------------------------------------------------------------------
diff --git a/content/guides/ugtst/ugtst.html b/content/guides/ugtst/ugtst.html
index 3467afd..80647f3 100644
--- a/content/guides/ugtst/ugtst.html
+++ b/content/guides/ugtst/ugtst.html
@@ -221,16 +221,17 @@ table.CodeRay td.code>pre{padding:0}
         <li role="separator" class="divider"></li> 
         <li class="dropdown-header">Other Resources</li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
-        <li><a href="http://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
+        <li><a href="https://stackoverflow.com/questions/tagged/isis">Stack Overflow</a></li> 
         <li><a href="../../help.html">Wiki, Fisheye etc.</a></li> 
        </ul> </li> 
       <li class="dropdown hidden-sm hidden-md"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">@ASF<span class="caret"></span></a> 
        <ul class="dropdown-menu"> 
-        <li><a href="http://www.apache.org/">Apache Homepage</a></li> 
-        <li><a href="http://www.apache.org/licenses/">Licenses</a></li> 
-        <li><a href="http://www.apache.org/security/">Security</a></li> 
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
-        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
+        <li><a href="https://www.apache.org/">Apache Homepage</a></li> 
+        <li><a href="https://www.apache.org/events/current-event">Events</a></li> 
+        <li><a href="https://www.apache.org/licenses/">Licenses</a></li> 
+        <li><a href="https://www.apache.org/security/">Security</a></li> 
+        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
+        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://whimsy.apache.org/board/minutes/Isis.html">PMC board minutes</a></li> 
        </ul> </li> 
@@ -1318,7 +1319,7 @@ CustomerRepository customers;</code></pre>
           </table> 
          </div> 
          <div class="paragraph"> 
-          <p>And what about the fact that the underlying "complete" property is disabled (the <code>@Disabled</code> annotation?). If the <code>ToDoItem</code> is put into edit mode in the UI, the complete checkbox should remain read-only. Here’s a verify similar test that verifies this also:</p> 
+          <p>And what about the fact that the underlying "complete" property is annotated as being disabled? If the <code>ToDoItem</code> is put into edit mode in the UI, the complete checkbox should remain read-only. Here’s a verify similar test that verifies this also:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
@@ -1828,9 +1829,9 @@ Customer customer = (Customer)((WrappingObject)wrappedCustomer).__isis_wrapped()
           <div class="ulist"> 
            <ul> 
             <li> <p>for <strong><em>object properties</em></strong> the test can call the getter or setter method</p> </li> 
-            <li> <p>for <strong><em>object collections</em></strong> the test can call the getter. <br></p> 
+            <li> <p>for <strong><em>object collections</em></strong> the test can call the getter.</p> 
              <div class="paragraph"> 
-              <p>If there is a supporting <code>addTo…​()</code> or <code>removeFrom…​()</code> method, then these can be called. It can also call <code>add(…​)</code> or <code>remove(…​)</code> on the collection (returned by the gettter) itself.<br></p> 
+              <p>If there is a supporting <code>addTo…​()</code> or <code>removeFrom…​()</code> method, then these can be called. It can also call <code>add(…​)</code> or <code>remove(…​)</code> on the collection (returned by the gettter) itself.</p> 
              </div> 
              <div class="admonitionblock note"> 
               <table> 
@@ -1855,7 +1856,7 @@ Customer customer = (Customer)((WrappingObject)wrappedCustomer).__isis_wrapped()
            <p>What the test can’t call is any of the remaining supporting methods, such as <code>hide…​()</code>, <code>disable…​()</code> or <code>validate…​()</code>. That’s because their value is implied by the exception being thrown.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>The wrapper <em>does</em> also allow the object’s <code>title()</code> method or its <code>toString()</code> , however this is little use for objects whose title is built up using the <code>@Title</code> annotation. Instead, we recommend that your test verifies an object’s title by calling <code>DomainObjectContainer#titleOf(…​)</code> method.</p> 
+           <p>The wrapper <em>does</em> also allow the object’s <code>title()</code> method or its <code>toString()</code> , however this is little use for objects whose title is built up using the <code>@Title</code> annotation. Instead, we recommend that your test verifies an object’s title by calling <code>TitleService#titleOf(…​)</code> method.</p> 
           </div> 
          </div> 
          <div class="sect3"> 
@@ -2302,7 +2303,7 @@ Feature: <span class="predefined-type">List</span> and Create New Simple Objects
              <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>The <a href="../rgsvc/rgsvc.html#_rgsvc_api_Scratchpad"><code>Scratchpad</code></a> domain service is one way in which glue classes can pass state between each other. Or, for more type safety, you could develop your own custom domain services for each scenario, and inject these in as regular services. See <a href="http://www.thinkcode.se/blog/2017/04/01/sharing-state-between-steps-in-cucumberjvm-using-picocontainer">this blog</a> post for more details.</p> 
+               <p>The <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_Scratchpad"><code>Scratchpad</code></a> domain service is one way in which glue classes can pass state between each other. Or, for more type safety, you could develop your own custom domain services for each scenario, and inject these in as regular services. See <a href="http://www.thinkcode.se/blog/2017/04/01/sharing-state-between-steps-in-cucumberjvm-using-picocontainer">this blog</a> post for more details.</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -2991,7 +2992,7 @@ Feature: <span class="predefined-type">List</span> and Create New Simple Objects
           </ul>
          </div> 
          <div class="paragraph"> 
-          <p>The <code>TickingClockFixture</code> is a pre-built fixture script that resets the date/time returned by the <a href="../rgsvc/rgsvc.html#_rgsvc_api_ClockService"><code>ClockService</code></a> to a known value.</p> 
+          <p>The <code>TickingClockFixture</code> is a pre-built fixture script that resets the date/time returned by the <a href="../rgsvc/rgsvc.html#_rgsvc_core-domain-api_ClockService"><code>ClockService</code></a> to a known value.</p> 
          </div> 
          <div class="paragraph"> 
           <p>Thereafter the time returned continues to tick forward (as would the real clock) until reset once more.</p> 
@@ -3090,7 +3091,7 @@ toDoItem = sudoService.sudo(username,
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>Behind the scenes the <code>SudoService</code> simply talks to the <code>DomainObjectContainer</code> to override the user returned by the <code>getUser()</code> API. It is possible to override both users and roles.</p> 
+          <p>Behind the scenes the <code>SudoService</code> simply talks to the <code>UserService</code> to override the user returned by the <code>getUser()</code> API. It is possible to override both users and roles.</p> 
          </div> 
         </div> 
        </div> 


[36/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/guides/rgcms/rgcms.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgcms/rgcms.pdf b/content/guides/rgcms/rgcms.pdf
index 7a7946b..ccf0d6b 100644
--- a/content/guides/rgcms/rgcms.pdf
+++ b/content/guides/rgcms/rgcms.pdf
@@ -4,16 +4,16 @@
 << /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:20180305191201+00'00')
-/ModDate (D:20180305191201+00'00')
+/CreationDate (D:20180918074515+01'00')
+/ModDate (D:20180918074515+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 14 0 R
-/Outlines 1057 0 R
-/PageLabels 1087 0 R
+/Outlines 1073 0 R
+/PageLabels 1103 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 98
-/Kids [7 0 R 10 0 R 12 0 R 39 0 R 62 0 R 127 0 R 150 0 R 155 0 R 163 0 R 168 0 R 172 0 R 177 0 R 187 0 R 191 0 R 194 0 R 204 0 R 209 0 R 216 0 R 223 0 R 240 0 R 243 0 R 247 0 R 260 0 R 291 0 R 299 0 R 308 0 R 311 0 R 327 0 R 337 0 R 347 0 R 356 0 R 374 0 R 402 0 R 420 0 R 423 0 R 433 0 R 441 0 R 450 0 R 456 0 R 462 0 R 465 0 R 474 0 R 507 0 R 526 0 R 547 0 R 558 0 R 568 0 R 570 0 R 576 0 R 583 0 R 589 0 R 598 0 R 605 0 R 615 0 R 625 0 R 641 0 R 658 0 R 672 0 R 688 0 R 705 0 R 715 0 R 718 0 R 722 0 R 728 0 R 733 0 R 736 0 R 743 0 R 751 0 R 757 0 R 765 0 R 773 0 R 781 0 R 795 0 R 808 0 R 828 0 R 837 0 R 850 0 R 870 0 R 875 0 R 885 0 R 894 0 R 897 0 R 909 0 R 912 0 R 917 0 R 921 0 R 928 0 R 934 0 R 943 0 R 948 0 R 954 0 R 959 0 R 965 0 R 976 0 R 982 0 R 989 0 R 991 0 R 997 0 R]
+/Count 97
+/Kids [7 0 R 10 0 R 12 0 R 39 0 R 62 0 R 127 0 R 150 0 R 155 0 R 163 0 R 168 0 R 172 0 R 177 0 R 190 0 R 194 0 R 197 0 R 210 0 R 215 0 R 222 0 R 229 0 R 246 0 R 249 0 R 253 0 R 266 0 R 297 0 R 305 0 R 314 0 R 317 0 R 333 0 R 343 0 R 353 0 R 362 0 R 383 0 R 418 0 R 433 0 R 436 0 R 446 0 R 454 0 R 463 0 R 469 0 R 475 0 R 478 0 R 487 0 R 520 0 R 539 0 R 560 0 R 571 0 R 581 0 R 583 0 R 589 0 R 596 0 R 602 0 R 611 0 R 618 0 R 628 0 R 638 0 R 654 0 R 671 0 R 685 0 R 701 0 R 726 0 R 734 0 R 737 0 R 743 0 R 750 0 R 753 0 R 760 0 R 763 0 R 772 0 R 779 0 R 788 0 R 798 0 R 808 0 R 820 0 R 839 0 R 850 0 R 864 0 R 883 0 R 889 0 R 898 0 R 909 0 R 914 0 R 926 0 R 929 0 R 934 0 R 938 0 R 945 0 R 951 0 R 960 0 R 965 0 R 971 0 R 976 0 R 982 0 R 993 0 R 999 0 R 1006 0 R 1008 0 R 1013 0 R]
 >>
 endobj
 4 0 obj
@@ -78,13 +78,13 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAABN+NotoSerif
+/BaseFont /AAAABR+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 1089 0 R
+/FontDescriptor 1105 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1091 0 R
-/ToUnicode 1090 0 R
+/Widths 1107 0 R
+/ToUnicode 1106 0 R
 >>
 endobj
 9 0 obj
@@ -682,7 +682,7 @@ ET
 BT
 535.3009999999999 511.6159999999998 Td
 /F1.0 10.5 Tf
-<3632> Tj
+<3631> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -802,7 +802,7 @@ ET
 BT
 535.3009999999999 456.17599999999976 Td
 /F1.0 10.5 Tf
-<3638> Tj
+<3637> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -842,7 +842,7 @@ ET
 BT
 535.3009999999999 437.69599999999974 Td
 /F1.0 10.5 Tf
-<3639> Tj
+<3638> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -962,7 +962,7 @@ ET
 BT
 535.3009999999999 382.2559999999997 Td
 /F1.0 10.5 Tf
-<3737> Tj
+<3736> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1002,7 +1002,7 @@ ET
 BT
 535.3009999999999 363.77599999999967 Td
 /F1.0 10.5 Tf
-<3830> Tj
+<3739> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1042,7 +1042,7 @@ ET
 BT
 535.3009999999999 345.29599999999965 Td
 /F1.0 10.5 Tf
-<3830> Tj
+<3739> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1082,7 +1082,7 @@ ET
 BT
 535.3009999999999 326.81599999999963 Td
 /F1.0 10.5 Tf
-<3834> Tj
+<3833> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1122,7 +1122,7 @@ ET
 BT
 535.3009999999999 308.3359999999996 Td
 /F1.0 10.5 Tf
-<3838> Tj
+<3837> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1162,7 +1162,7 @@ ET
 BT
 535.3009999999999 289.8559999999996 Td
 /F1.0 10.5 Tf
-<3931> Tj
+<3930> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1202,7 +1202,7 @@ ET
 BT
 535.3009999999999 271.3759999999996 Td
 /F1.0 10.5 Tf
-<3931> Tj
+<3930> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -1222,7 +1222,7 @@ endobj
 /F3.0 18 0 R
 >>
 >>
-/Annots [1000 0 R 1001 0 R 1002 0 R 1003 0 R 1004 0 R 1005 0 R 1006 0 R 1007 0 R 1008 0 R 1009 0 R 1010 0 R 1011 0 R 1012 0 R 1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R 1021 0 R 1022 0 R 1023 0 R 1024 0 R 1025 0 R 1026 0 R 1027 0 R 1028 0 R 1029 0 R 1030 0 R 1031 0 R 1032 0 R 1033 0 R 1034 0 R 1035 0 R 1036 0 R 1037 0 R 1038 0 R 1039 0 R 1040 0 R 1041 0 R 1042 0 R 1043 0 R 1044 0 R 1045 0 R 1046 0 R 1047 0 R 1048 0 R 1049 0 R 1050 0 R 1051 0 R 1052 0 R 1053 0 R 1054 0 R 1055 0 R]
+/Annots [1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R 1021 0 R 1022 0 R 1023 0 R 1024 0 R 1025 0 R 1026 0 R 1027 0 R 1028 0 R 1029 0 R 1030 0 R 1031 0 R 1032 0 R 1033 0 R 1034 0 R 1035 0 R 1036 0 R 1037 0 R 1038 0 R 1039 0 R 1040 0 R 1041 0 R 1042 0 R 1043 0 R 1044 0 R 1045 0 R 1046 0 R 1047 0 R 1048 0 R 1049 0 R 1050 0 R 1051 0 R 1052 0 R 1053 0 R 1054 0 R 1055 0 R 1056 0 R 1057 0 R 1058 0 R 1059 0 R 1060 0 R 1061 0 R 1062 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 R 1067 0 R 1068 0 R 1069 0 R 1070 0 R 1071 0 R]
 >>
 endobj
 11 0 obj
@@ -2029,7 +2029,7 @@ endobj
 /F3.0 18 0 R
 /F4.0 19 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
 /Annots [17 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]
@@ -2044,18 +2044,18 @@ endobj
 >>
 endobj
 15 0 obj
-<< /Kids [220 0 R 467 0 R 950 0 R 840 0 R 701 0 R 824 0 R 541 0 R 731 0 R 425 0 R 221 0 R 968 0 R 287 0 R 753 0 R]
+<< /Kids [226 0 R 480 0 R 967 0 R 857 0 R 717 0 R 843 0 R 554 0 R 748 0 R 438 0 R 227 0 R 985 0 R 293 0 R 770 0 R]
 >>
 endobj
 16 0 obj
 << /Type /Font
-/BaseFont /AAAABO+NotoSerif-Bold
+/BaseFont /AAAABS+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 1093 0 R
+/FontDescriptor 1109 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1095 0 R
-/ToUnicode 1094 0 R
+/Widths 1111 0 R
+/ToUnicode 1110 0 R
 >>
 endobj
 17 0 obj
@@ -2071,24 +2071,24 @@ endobj
 endobj
 18 0 obj
 << /Type /Font
-/BaseFont /AAAABP+mplus1mn-regular
+/BaseFont /AAAABT+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 1097 0 R
+/FontDescriptor 1113 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1099 0 R
-/ToUnicode 1098 0 R
+/Widths 1115 0 R
+/ToUnicode 1114 0 R
 >>
 endobj
 19 0 obj
 << /Type /Font
-/BaseFont /AAAABQ+mplus-1p-regular
+/BaseFont /AAAABU+mplus-1p-regular
 /Subtype /TrueType
-/FontDescriptor 1101 0 R
+/FontDescriptor 1117 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1103 0 R
-/ToUnicode 1102 0 R
+/Widths 1119 0 R
+/ToUnicode 1118 0 R
 >>
 endobj
 20 0 obj
@@ -3830,7 +3830,7 @@ endobj
 /F6.0 44 0 R
 /F4.0 19 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
 /Annots [41 0 R 45 0 R 46 0 R 47 0 R 48 0 R 49 0 R 50 0 R 51 0 R 52 0 R 53 0 R 54 0 R 55 0 R 56 0 R 57 0 R 58 0 R 59 0 R 60 0 R]
@@ -3855,24 +3855,24 @@ endobj
 endobj
 43 0 obj
 << /Type /Font
-/BaseFont /AAAABR+FontAwesome
+/BaseFont /AAAABV+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 1105 0 R
+/FontDescriptor 1121 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1107 0 R
-/ToUnicode 1106 0 R
+/Widths 1123 0 R
+/ToUnicode 1122 0 R
 >>
 endobj
 44 0 obj
 << /Type /Font
-/BaseFont /AAAABS+NotoSerif-Italic
+/BaseFont /AAAABW+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 1109 0 R
+/FontDescriptor 1125 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1111 0 R
-/ToUnicode 1110 0 R
+/Widths 1127 0 R
+/ToUnicode 1126 0 R
 >>
 endobj
 45 0 obj
@@ -8055,7 +8055,7 @@ endobj
 /F4.0 19 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
 /Annots [63 0 R 64 0 R 65 0 R 66 0 R 67 0 R 68 0 R 69 0 R 70 0 R 71 0 R 72 0 R 73 0 R 74 0 R 75 0 R 76 0 R 77 0 R 78 0 R 79 0 R 80 0 R 81 0 R 82 0 R 83 0 R 84 0 R 85 0 R 86 0 R 87 0 R 88 0 R 89 0 R 90 0 R 91 0 R 92 0 R 93 0 R 94 0 R 95 0 R 96 0 R 97 0 R 98 0 R 99 0 R 100 0 R 101 0 R 102 0 R 103 0 R 104 0 R 105 0 R 106 0 R 107 0 R 108 0 R 109 0 R 110 0 R 111 0 R 112 0 R 113 0 R 114 0 R 115 0 R 116 0 R 117 0 R 118 0 R 119 0 R 120 0 R 121 0 R 122 0 R 123 0 R 124 0 R 125 0 R]
@@ -11503,7 +11503,7 @@ endobj
 /F5.1 43 0 R
 /F3.1 141 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
 /Annots [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 140 0 R 142 0 R 143 0 R 144 0 R 146 0 R 147 0 R 148 0 R]
@@ -11646,13 +11646,13 @@ endobj
 endobj
 141 0 obj
 << /Type /Font
-/BaseFont /AAAABT+mplus1mn-regular
+/BaseFont /AAAABX+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 1113 0 R
+/FontDescriptor 1129 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1115 0 R
-/ToUnicode 1114 0 R
+/Widths 1131 0 R
+/ToUnicode 1130 0 R
 >>
 endobj
 142 0 obj
@@ -14742,7 +14742,7 @@ endobj
 /F3.0 18 0 R
 /F3.1 141 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
 /Annots [152 0 R]
@@ -16311,7 +16311,7 @@ endobj
 /F4.0 19 0 R
 /F6.0 44 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
 /Annots [156 0 R 158 0 R 159 0 R 160 0 R]
@@ -18642,7 +18642,7 @@ endobj
 /F2.0 16 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
 /Annots [165 0 R]
@@ -20802,7 +20802,7 @@ endobj
 /Contents 167 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I1 166 0 R
-/Stamp1 1056 0 R
+/Stamp1 1072 0 R
 >>
 /Font << /F1.0 8 0 R
 /F3.0 18 0 R
@@ -23339,7 +23339,7 @@ endobj
 /F4.0 19 0 R
 /F1.1 175 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
 >>
@@ -23352,17 +23352,17 @@ endobj
 endobj
 175 0 obj
 << /Type /Font
-/BaseFont /AAAABU+NotoSerif
+/BaseFont /AAAABY+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 1117 0 R
+/FontDescriptor 1133 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1119 0 R
-/ToUnicode 1118 0 R
+/Widths 1135 0 R
+/ToUnicode 1134 0 R
 >>
 endobj
 176 0 obj
-<< /Length 29971
+<< /Length 30896
 >>
 stream
 q
@@ -24930,12 +24930,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.757 Tw
+2.006 Tw
 
 BT
 48.24000000000001 398.04600000000016 Td
 /F1.0 10.5 Tf
-[<76616c75652e202054686973206d61> 20.01953125 <7920626520736f6d652073656e7369626c652064656661756c742028656720746f6461> 20.01953125 <79d57320646174652c206f722030206f722031292c206f72>] TJ
+[<76616c75652e2054686973206d61> 20.01953125 <7920626520736f6d652073656e7369626c652064656661756c742028656720746f6461> 20.01953125 <79d57320646174652c206f722030206f722031292c206f72>] TJ
 /F1.1 10.5 Tf
 <21> Tj
 /F1.0 10.5 Tf
@@ -25017,12 +25017,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.264 Tw
+0.862 Tw
 
 BT
 48.24000000000001 338.70600000000013 Td
 /F3.0 10.5 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572236e65775472616e7369656e74496e7374616e636528> Tj
+<5265706f7369746f72795365727669636523696e7374616e746961746528> Tj
 ET
 
 
@@ -25032,10 +25032,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.264 Tw
+0.862 Tw
 
 BT
-273.99 338.70600000000013 Td
+205.74 338.70600000000013 Td
 /F4.0 10.5 Tf
 <c9> Tj
 ET
@@ -25047,10 +25047,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.264 Tw
+0.862 Tw
 
 BT
-284.49 338.70600000000013 Td
+216.24 338.70600000000013 Td
 /F3.0 10.5 Tf
 <29> Tj
 ET
@@ -25062,12 +25062,72 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.264 Tw
+0.862 Tw
 
 BT
-289.74 338.70600000000013 Td
+221.49 338.70600000000013 Td
 /F1.0 10.5 Tf
-<2e2020546869732069732061206d756368206c65737320636f6d6d6f6e2075736520636173652e2020496620612064656661756c74> Tj
+<206f7220> 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.862 Tw
+
+BT
+239.657 338.70600000000013 Td
+/F3.0 10.5 Tf
+<466163746f72795365727669636523696e7374616e746961746528> 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.862 Tw
+
+BT
+381.40700000000004 338.70600000000013 Td
+/F4.0 10.5 Tf
+<c9> 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.862 Tw
+
+BT
+391.90700000000004 338.70600000000013 Td
+/F3.0 10.5 Tf
+<29> 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.862 Tw
+
+BT
+397.15700000000004 338.70600000000013 Td
+/F1.0 10.5 Tf
+<2e20546869732069732061206d756368206c65737320636f6d6d6f6e> Tj
 ET
 
 
@@ -25077,10 +25137,25 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
+0.559 Tw
+
 BT
 48.24000000000001 322.92600000000016 Td
 /F1.0 10.5 Tf
-<6973206e6f7420737065636966696564207468656e2070726f706572746965732061726520696e697469616c697a656420746f20612064656661756c74206261736564206f6e2074686569722074797065202865672030206f7220> Tj
+<75736520636173652e20496620612064656661756c74206973206e6f7420737065636966696564207468656e2070726f706572746965732061726520696e697469616c697a656420746f20612064656661756c74206261736564206f6e2074686569722074797065> 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 307.1460000000002 Td
+/F1.0 10.5 Tf
+<2865672030206f7220> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -25089,7 +25164,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-475.9155 322.92600000000016 Td
+88.17150000000001 307.1460000000002 Td
 /F3.0 10.5 Tf
 <66616c7365> Tj
 ET
@@ -25100,7 +25175,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-502.1655 322.92600000000016 Td
+114.42150000000001 307.1460000000002 Td
 /F1.0 10.5 Tf
 <292e> Tj
 ET
@@ -25113,7 +25188,7 @@ ET
 1.865 Tw
 
 BT
-48.24000000000001 295.14600000000013 Td
+48.24000000000001 279.36600000000016 Td
 /F1.0 10.5 Tf
 [<546865207369676e6174757265206f662074686520737570706f7274696e67206d6574686f6420646570656e6473206f6e207768657468657220697420697320666f7220616e20616374696f6e20706172> 20.01953125 <616d65746572206f722061>] TJ
 ET
@@ -25126,7 +25201,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 279.3660000000001 Td
+48.24000000000001 263.5860000000001 Td
 /F1.0 10.5 Tf
 [<70726f7065727479> 89.84375 <2e>] TJ
 ET
@@ -25137,7 +25212,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 247.53600000000012 Td
+48.24000000000001 231.75600000000014 Td
 /F2.0 10.5 Tf
 [<506172> 20.01953125 <616d6574657273>] TJ
 ET
@@ -25148,7 +25223,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 221.7060000000001 Td
+48.24000000000001 205.92600000000013 Td
 /F1.0 10.5 Tf
 [<46> 40.0390625 <6f7220616e20616374696f6e20706172> 20.01953125 <616d6574657220696e2028302d626173656420706f736974696f6e206e292c20616e64206f66207479706520>] TJ
 ET
@@ -25159,7 +25234,7 @@ ET
 0.694 0.129 0.275 SCN
 
 BT
-347.510384765625 221.7060000000001 Td
+347.510384765625 205.92600000000013 Td
 /F3.0 10.5 Tf
 <54> Tj
 ET
@@ -25170,7 +25245,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-352.760384765625 221.7060000000001 Td
+352.760384765625 205.92600000000013 Td
 /F1.0 10.5 Tf
 <2c20746865207369676e61747572652069733a> Tj
 ET
@@ -25179,28 +25254,28 @@ ET
 0.000 0.000 0.000 scn
 q
 0.961 0.961 0.961 scn
-52.240 205.890 m
-543.040 205.890 l
-545.249 205.890 547.040 204.099 547.040 201.890 c
-547.040 173.150 l
-547.040 170.941 545.249 169.150 543.040 169.150 c
-52.240 169.150 l
-50.031 169.150 48.240 170.941 48.240 173.150 c
-48.240 201.890 l
-48.240 204.099 50.031 205.890 52.240 205.890 c
+52.240 190.110 m
+543.040 190.110 l
+545.249 190.110 547.040 188.319 547.040 186.110 c
+547.040 157.370 l
+547.040 155.161 545.249 153.370 543.040 153.370 c
+52.240 153.370 l
+50.031 153.370 48.240 155.161 48.240 157.370 c
+48.240 186.110 l
+48.240 188.319 50.031 190.110 52.240 190.110 c
 h
 f
 0.800 0.800 0.800 SCN
 0.75 w
-52.240 205.890 m
-543.040 205.890 l
-545.249 205.890 547.040 204.099 547.040 201.890 c
-547.040 173.150 l
-547.040 170.941 545.249 169.150 543.040 169.150 c
-52.240 169.150 l
-50.031 169.150 48.240 170.941 48.240 173.150 c
-48.240 201.890 l
-48.240 204.099 50.031 205.890 52.240 205.890 c
+52.240 190.110 m
+543.040 190.110 l
+545.249 190.110 547.040 188.319 547.040 186.110 c
+547.040 157.370 l
+547.040 155.161 545.249 153.370 543.040 153.370 c
+52.240 153.370 l
+50.031 153.370 48.240 155.161 48.240 157.370 c
+48.240 186.110 l
+48.240 188.319 50.031 190.110 52.240 190.110 c
 h
 S
 Q
@@ -25208,7 +25283,7 @@ Q
 0.000 0.400 0.600 SCN
 
 BT
-59.24000000000001 183.06500000000008 Td
+59.24000000000001 167.28500000000014 Td
 /F3.0 11 Tf
 <7075626c6963> Tj
 ET
@@ -25219,7 +25294,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-92.24000000000001 183.06500000000008 Td
+92.24000000000001 167.28500000000014 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -25230,7 +25305,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-97.74000000000001 183.06500000000008 Td
+97.74000000000001 167.28500000000014 Td
 /F3.0 11 Tf
 <54> Tj
 ET
@@ -25241,7 +25316,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-103.24000000000001 183.06500000000008 Td
+103.24000000000001 167.28500000000014 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -25252,7 +25327,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-108.74000000000001 183.06500000000008 Td
+108.74000000000001 167.28500000000014 Td
 /F3.0 11 Tf
 <64656661756c744e587878> Tj
 ET
@@ -25263,7 +25338,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-169.24 183.06500000000008 Td
+169.24 167.28500000000014 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -25274,7 +25349,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-174.74 183.06500000000008 Td
+174.74 167.28500000000014 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -25285,7 +25360,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-180.24 183.06500000000008 Td
+180.24 167.28500000000014 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -25296,7 +25371,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-185.74 183.06500000000008 Td
+185.74 167.28500000000014 Td
 /F3.0 11 Tf
 <7b> Tj
 ET
@@ -25307,7 +25382,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-191.24 183.06500000000008 Td
+191.24 167.28500000000014 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -25318,7 +25393,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-196.74 183.06500000000008 Td
+196.74 167.28500000000014 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -25329,7 +25404,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 183.06500000000008 Td
+202.24 167.28500000000014 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -25340,7 +25415,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.74 183.06500000000008 Td
+207.74 167.28500000000014 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -25351,7 +25426,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-213.24 183.06500000000008 Td
+213.24 167.28500000000014 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -25362,7 +25437,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-218.74 183.06500000000008 Td
+218.74 167.28500000000014 Td
 /F3.0 11 Tf
 <7d> Tj
 ET
@@ -25373,7 +25448,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 145.1860000000001 Td
+48.24000000000001 129.40600000000012 Td
 /F1.0 10.5 Tf
 [<46> 40.0390625 <6f72206578616d706c653a>] TJ
 ET
@@ -25419,10 +25494,10 @@ endobj
 /F1.1 175 0 R
 /F6.0 44 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
-/Annots [178 0 R 179 0 R 180 0 R 182 0 R 183 0 R 184 0 R]
+/Annots [178 0 R 179 0 R 180 0 R 182 0 R 183 0 R 184 0 R 185 0 R 186 0 R 187 0 R]
 >>
 endobj
 178 0 obj
@@ -25465,10 +25540,10 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_DomainObjectContainer)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_RepositoryService)
 >>
 /Subtype /Link
-/Rect [48.24000000000001 337.2360000000001 273.99 347.7360000000001]
+/Rect [48.24000000000001 337.2360000000001 205.74 347.7360000000001]
 /Type /Annot
 >>
 endobj
@@ -25476,10 +25551,10 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_DomainObjectContainer)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_RepositoryService)
 >>
 /Subtype /Link
-/Rect [273.99 337.2360000000001 284.49 347.7360000000001]
+/Rect [205.74 337.2360000000001 216.24 347.7360000000001]
 /Type /Annot
 >>
 endobj
@@ -25487,18 +25562,51 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_DomainObjectContainer)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_RepositoryService)
 >>
 /Subtype /Link
-/Rect [284.49 337.2360000000001 289.74 347.7360000000001]
+/Rect [216.24 337.2360000000001 221.49 347.7360000000001]
 /Type /Annot
 >>
 endobj
 185 0 obj
-[177 0 R /XYZ 0 263.5500000000001 null]
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_FactoryService)
+>>
+/Subtype /Link
+/Rect [239.657 337.2360000000001 381.40700000000004 347.7360000000001]
+/Type /Annot
+>>
 endobj
 186 0 obj
-<< /Length 32310
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_FactoryService)
+>>
+/Subtype /Link
+/Rect [381.40700000000004 337.2360000000001 391.90700000000004 347.7360000000001]
+/Type /Annot
+>>
+endobj
+187 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_FactoryService)
+>>
+/Subtype /Link
+/Rect [391.90700000000004 337.2360000000001 397.15700000000004 347.7360000000001]
+/Type /Annot
+>>
+endobj
+188 0 obj
+[177 0 R /XYZ 0 247.77000000000015 null]
+endobj
+189 0 obj
+<< /Length 32306
 >>
 stream
 q
@@ -27769,7 +27877,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.597 Tw
+0.834 Tw
 
 BT
 48.239999999999995 347.86599999999993 Td
@@ -27784,10 +27892,10 @@ ET
 0.259 0.545 0.792 scn
 0.259 0.545 0.792 SCN
 
-0.597 Tw
+0.834 Tw
 
 BT
-265.5162247395833 347.86599999999993 Td
+267.174455078125 347.86599999999993 Td
 /F1.0 10.5 Tf
 <636f6e747269627574656420616374696f6e73> Tj
 ET
@@ -27799,12 +27907,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.597 Tw
+0.834 Tw
 
 BT
-363.34318541666664 347.86599999999993 Td
+365.2383058035714 347.86599999999993 Td
 /F1.0 10.5 Tf
-[<2e202046> 40.0390625 <6f72206578616d706c652c2068657265206973206120636f6e7472696275746564>] TJ
+[<2e2046> 40.0390625 <6f72206578616d706c652c2068657265206973206120636f6e7472696275746564>] TJ
 ET
 
 
@@ -27868,34 +27976,34 @@ Q
 
 endstream
 endobj
-187 0 obj
+190 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 186 0 R
+/Contents 189 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 18 0 R
 /F3.1 141 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
-/Annots [188 0 R 189 0 R]
+/Annots [191 0 R 192 0 R]
 >>
 endobj
-188 0 obj
+191 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../ugfun/ugfun.pdf#_ugfun_how-tos_contributed-members)
 >>
 /Subtype /Link
-/Rect [265.5162247395833 344.79999999999995 363.34318541666664 359.0799999999999]
+/Rect [267.174455078125 344.79999999999995 365.2383058035714 359.0799999999999]
 /Type /Annot
 >>
 endobj
-189 0 obj
+192 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -27906,7 +28014,7 @@ endobj
 /Type /Annot
 >>
 endobj
-190 0 obj
+193 0 obj
 << /Length 44651
 >>
 stream
@@ -31111,27 +31219,27 @@ Q
 
 endstream
 endobj
-191 0 obj
+194 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 190 0 R
+/Contents 193 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 18 0 R
 /F3.1 141 0 R
 /F1.0 8 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
 >>
 endobj
-192 0 obj
-[191 0 R /XYZ 0 352.78999999999996 null]
+195 0 obj
+[194 0 R /XYZ 0 352.78999999999996 null]
 endobj
-193 0 obj
-<< /Length 16286
+196 0 obj
+<< /Length 16986
 >>
 stream
 q
@@ -31207,12 +31315,12 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-5.867 Tw
+4.291 Tw
 
 BT
 48.24 727.326 Td
 /F3.0 10.5 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572236e65775472616e7369656e74496e7374616e636528> Tj
+<5265706f7369746f72795365727669636523696e7374616e746961746528> Tj
 ET
 
 
@@ -31222,10 +31330,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-5.867 Tw
+4.291 Tw
 
 BT
-273.99 727.326 Td
+205.74 727.326 Td
 /F4.0 10.5 Tf
 <c9> Tj
 ET
@@ -31237,10 +31345,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-5.867 Tw
+4.291 Tw
 
 BT
-284.49 727.326 Td
+216.24 727.326 Td
 /F3.0 10.5 Tf
 <29> Tj
 ET
@@ -31252,12 +31360,72 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-5.867 Tw
+4.291 Tw
 
 BT
-289.74 727.326 Td
+221.49 727.326 Td
 /F1.0 10.5 Tf
-[<2069732063616c6c65642e202054686973206d6574686f642069732063616c6c656420616674657220616e> 20.01953125 <79>] TJ
+<206f7220> 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
+
+4.291 Tw
+
+BT
+246.5152857142857 727.326 Td
+/F3.0 10.5 Tf
+<466163746f72795365727669636523696e7374616e746961746528> 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
+
+4.291 Tw
+
+BT
+388.2652857142857 727.326 Td
+/F4.0 10.5 Tf
+<c9> 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
+
+4.291 Tw
+
+BT
+398.7652857142857 727.326 Td
+/F3.0 10.5 Tf
+<29> 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.291 Tw
+
+BT
+404.0152857142857 727.326 Td
+/F1.0 10.5 Tf
+<2069732063616c6c65642e2054686973206d6574686f64206973> Tj
 ET
 
 
@@ -31270,7 +31438,7 @@ ET
 BT
 48.24 711.546 Td
 /F1.0 10.5 Tf
-<646570656e64656e636965732068617665206265656e20696e6a656374656420696e746f2074686520736572766963652e> Tj
+[<63616c6c656420616674657220616e> 20.01953125 <792073657276696365732068617665206265656e20696e6a656374656420696e746f2074686520646f6d61696e206f626a6563742e>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -31278,12 +31446,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.762 Tw
+1.052 Tw
 
 BT
 48.24 683.766 Td
 /F1.0 10.5 Tf
-[<546865207365636f6e64206973206d6f726520737472> 20.01953125 <6169676874666f72776172643a2073696d706c7920696e697469616c697a652070726f7065727469657320696e2074686520636f6e7374727563746f722e2020486f77657665722c2074686973>] TJ
+[<546865207365636f6e64206973206d6f726520737472> 20.01953125 <6169676874666f72776172643a2073696d706c7920696e697469616c697a652070726f7065727469657320696e2074686520636f6e7374727563746f722e20486f77657665722c2074686973>] TJ
 ET
 
 
@@ -32098,11 +32266,11 @@ Q
 
 endstream
 endobj
-194 0 obj
+197 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 193 0 R
+/Contents 196 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
@@ -32110,16 +32278,16 @@ endobj
 /F4.0 19 0 R
 /F5.1 43 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
-/Annots [196 0 R 197 0 R 198 0 R 199 0 R 201 0 R 202 0 R]
+/Annots [199 0 R 200 0 R 201 0 R 202 0 R 203 0 R 204 0 R 205 0 R 207 0 R 208 0 R]
 >>
 endobj
-195 0 obj
-[194 0 R /XYZ 0 841.89 null]
+198 0 obj
+[197 0 R /XYZ 0 841.89 null]
 endobj
-196 0 obj
+199 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -32130,43 +32298,76 @@ endobj
 /Type /Annot
 >>
 endobj
-197 0 obj
+200 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_DomainObjectContainer)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_RepositoryService)
 >>
 /Subtype /Link
-/Rect [48.24 725.856 273.99 736.356]
+/Rect [48.24 725.856 205.74 736.356]
 /Type /Annot
 >>
 endobj
-198 0 obj
+201 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_DomainObjectContainer)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_RepositoryService)
 >>
 /Subtype /Link
-/Rect [273.99 725.856 284.49 736.356]
+/Rect [205.74 725.856 216.24 736.356]
 /Type /Annot
 >>
 endobj
-199 0 obj
+202 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_DomainObjectContainer)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_RepositoryService)
 >>
 /Subtype /Link
-/Rect [284.49 725.856 289.74 736.356]
+/Rect [216.24 725.856 221.49 736.356]
 /Type /Annot
 >>
 endobj
-200 0 obj
-[194 0 R /XYZ 0 652.1700000000001 null]
+203 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_FactoryService)
+>>
+/Subtype /Link
+/Rect [246.5152857142857 725.856 388.2652857142857 736.356]
+/Type /Annot
+>>
 endobj
-201 0 obj
+204 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_FactoryService)
+>>
+/Subtype /Link
+/Rect [388.2652857142857 725.856 398.7652857142857 736.356]
+/Type /Annot
+>>
+endobj
+205 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_core-domain-api_FactoryService)
+>>
+/Subtype /Link
+/Rect [398.7652857142857 725.856 404.0152857142857 736.356]
+/Type /Annot
+>>
+endobj
+206 0 obj
+[197 0 R /XYZ 0 652.1700000000001 null]
+endobj
+207 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -32177,7 +32378,7 @@ endobj
 /Type /Annot
 >>
 endobj
-202 0 obj
+208 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -32188,7 +32389,7 @@ endobj
 /Type /Annot
 >>
 endobj
-203 0 obj
+209 0 obj
 << /Length 34784
 >>
 stream
@@ -34682,11 +34883,11 @@ Q
 
 endstream
 endobj
-204 0 obj
+210 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 203 0 R
+/Contents 209 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 18 0 R
 /F1.0 8 0 R
@@ -34694,13 +34895,13 @@ endobj
 /F2.0 16 0 R
 /F4.0 19 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
-/Annots [205 0 R 206 0 R]
+/Annots [211 0 R 212 0 R]
 >>
 endobj
-205 0 obj
+211 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -34711,7 +34912,7 @@ endobj
 /Type /Annot
 >>
 endobj
-206 0 obj
+212 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -34722,10 +34923,10 @@ endobj
 /Type /Annot
 >>
 endobj
-207 0 obj
-[204 0 R /XYZ 0 139.14999999999998 null]
+213 0 obj
+[210 0 R /XYZ 0 139.14999999999998 null]
 endobj
-208 0 obj
+214 0 obj
 << /Length 25175
 >>
 stream
@@ -36399,11 +36600,11 @@ Q
 
 endstream
 endobj
-209 0 obj
+215 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 208 0 R
+/Contents 214 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 18 0 R
@@ -36411,13 +36612,13 @@ endobj
 /F4.0 19 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
-/Annots [210 0 R 211 0 R 212 0 R 214 0 R]
+/Annots [216 0 R 217 0 R 218 0 R 220 0 R]
 >>
 endobj
-210 0 obj
+216 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -36428,7 +36629,7 @@ endobj
 /Type /Annot
 >>
 endobj
-211 0 obj
+217 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -36439,7 +36640,7 @@ endobj
 /Type /Annot
 >>
 endobj
-212 0 obj
+218 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -36450,10 +36651,10 @@ endobj
 /Type /Annot
 >>
 endobj
-213 0 obj
-[209 0 R /XYZ 0 616.62 null]
+219 0 obj
+[215 0 R /XYZ 0 616.62 null]
 endobj
-214 0 obj
+220 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -36464,7 +36665,7 @@ endobj
 /Type /Annot
 >>
 endobj
-215 0 obj
+221 0 obj
 << /Length 39979
 >>
 stream
@@ -39275,11 +39476,11 @@ Q
 
 endstream
 endobj
-216 0 obj
+222 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 215 0 R
+/Contents 221 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 18 0 R
 /F5.1 43 0 R
@@ -39289,13 +39490,13 @@ endobj
 /F1.1 175 0 R
 /F3.1 141 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
-/Annots [217 0 R 218 0 R]
+/Annots [223 0 R 224 0 R]
 >>
 endobj
-217 0 obj
+223 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -39306,7 +39507,7 @@ endobj
 /Type /Annot
 >>
 endobj
-218 0 obj
+224 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -39317,20 +39518,20 @@ endobj
 /Type /Annot
 >>
 endobj
-219 0 obj
-[216 0 R /XYZ 0 466.25 null]
+225 0 obj
+[222 0 R /XYZ 0 466.25 null]
 endobj
-220 0 obj
+226 0 obj
 << /Limits [(__rgcms) (__rgcms_classes_AppManifest-bootstrapping_bootstrapping_AppManifestAbstract)]
-/Names [(__rgcms) 13 0 R (__rgcms_classes_AppManifest-bootstrapping_api) 431 0 R (__rgcms_classes_AppManifest-bootstrapping_api_getAdditionalServices) 439 0 R (__rgcms_classes_AppManifest-bootstrapping_api_getAuthenticationMechanism) 444 0 R (__rgcms_classes_AppManifest-bootstrapping_api_getAuthorizationMechanism) 446 0 R (__rgcms_classes_AppManifest-bootstrapping_api_getConfigurationProperties) 451 0 R (__rgcms_classes_AppManifest-bootstrapping_api_getFixtures) 448 0 R (__rgcms_classes_AppManifest-bootstrapping_api_getModules) 434 0 R (__rgcms_classes_AppManifest-bootstrapping_bootstrapping) 452 0 R (__rgcms_classes_AppManifest-bootstrapping_bootstrapping_AppManifestAbstract) 459 0 R]
+/Names [(__rgcms) 13 0 R (__rgcms_classes_AppManifest-bootstrapping_api) 444 0 R (__rgcms_classes_AppManifest-bootstrapping_api_getAdditionalServices) 452 0 R (__rgcms_classes_AppManifest-bootstrapping_api_getAuthenticationMechanism) 457 0 R (__rgcms_classes_AppManifest-bootstrapping_api_getAuthorizationMechanism) 459 0 R (__rgcms_classes_AppManifest-bootstrapping_api_getConfigurationProperties) 464 0 R (__rgcms_classes_AppManifest-bootstrapping_api_getFixtures) 461 0 R (__rgcms_classes_AppManifest-bootstrapping_api_getModules) 447 0 R (__rgcms_classes_AppManifest-bootstrapping_bootstrapping) 465 0 R (__rgcms_classes_AppManifest-bootstrapping_bootstrapping_AppManifestAbstract) 472 0 R]
 >>
 endobj
-221 0 obj
+227 0 obj
 << /Limits [(_rgcms_methods_prefixes_hide) (_rgcms_methods_reserved_disable)]
-/Names [(_rgcms_methods_prefixes_hide) 213 0 R (_rgcms_methods_prefixes_modify) 219 0 R (_rgcms_methods_prefixes_removeFrom) 227 0 R (_rgcms_methods_prefixes_set) 232 0 R (_rgcms_methods_prefixes_validate) 236 0 R (_rgcms_methods_prefixes_validateAddTo) 245 0 R (_rgcms_methods_prefixes_validateRemoveFrom) 256 0 R (_rgcms_methods_reserved) 267 0 R (_rgcms_methods_reserved_cssClass) 286 0 R (_rgcms_methods_reserved_disable) 300 0 R]
+/Names [(_rgcms_methods_prefixes_hide) 219 0 R (_rgcms_methods_prefixes_modify) 225 0 R (_rgcms_methods_prefixes_removeFrom) 233 0 R (_rgcms_methods_prefixes_set) 238 0 R (_rgcms_methods_prefixes_validate) 242 0 R (_rgcms_methods_prefixes_validateAddTo) 251 0 R (_rgcms_methods_prefixes_validateRemoveFrom) 262 0 R (_rgcms_methods_reserved) 273 0 R (_rgcms_methods_reserved_cssClass) 292 0 R (_rgcms_methods_reserved_disable) 306 0 R]
 >>
 endobj
-222 0 obj
+228 0 obj
 << /Length 31226
 >>
 stream
@@ -41470,11 +41671,11 @@ Q
 
 endstream
 endobj
-223 0 obj
+229 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 222 0 R
+/Contents 228 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.1 141 0 R
 /F1.0 8 0 R
@@ -41484,13 +41685,13 @@ endobj
 /F5.1 43 0 R
 /F6.0 44 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
-/Annots [224 0 R 225 0 R 226 0 R 228 0 R 229 0 R 230 0 R 231 0 R 233 0 R 234 0 R 235 0 R 237 0 R]
+/Annots [230 0 R 231 0 R 232 0 R 234 0 R 235 0 R 236 0 R 237 0 R 239 0 R 240 0 R 241 0 R 243 0 R]
 >>
 endobj
-224 0 obj
+230 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -41501,7 +41702,7 @@ endobj
 /Type /Annot
 >>
 endobj
-225 0 obj
+231 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -41512,7 +41713,7 @@ endobj
 /Type /Annot
 >>
 endobj
-226 0 obj
+232 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -41523,10 +41724,10 @@ endobj
 /Type /Annot
 >>
 endobj
-227 0 obj
-[223 0 R /XYZ 0 750.33 null]
+233 0 obj
+[229 0 R /XYZ 0 750.33 null]
 endobj
-228 0 obj
+234 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -41537,7 +41738,7 @@ endobj
 /Type /Annot
 >>
 endobj
-229 0 obj
+235 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -41548,7 +41749,7 @@ endobj
 /Type /Annot
 >>
 endobj
-230 0 obj
+236 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -41559,7 +41760,7 @@ endobj
 /Type /Annot
 >>
 endobj
-231 0 obj
+237 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -41570,10 +41771,10 @@ endobj
 /Type /Annot
 >>
 endobj
-232 0 obj
-[223 0 R /XYZ 0 341.4100000000004 null]
+238 0 obj
+[229 0 R /XYZ 0 341.4100000000004 null]
 endobj
-233 0 obj
+239 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -41584,7 +41785,7 @@ endobj
 /Type /Annot
 >>
 endobj
-234 0 obj
+240 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -41595,7 +41796,7 @@ endobj
 /Type /Annot
 >>
 endobj
-235 0 obj
+241 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -41606,10 +41807,10 @@ endobj
 /Type /Annot
 >>
 endobj
-236 0 obj
-[223 0 R /XYZ 0 236.7900000000004 null]
+242 0 obj
+[229 0 R /XYZ 0 236.7900000000004 null]
 endobj
-237 0 obj
+243 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -41620,10 +41821,10 @@ endobj
 /Type /Annot
 >>
 endobj
-238 0 obj
-[223 0 R /XYZ 0 100.61000000000035 null]
+244 0 obj
+[229 0 R /XYZ 0 100.61000000000035 null]
 endobj
-239 0 obj
+245 0 obj
 << /Length 31476
 >>
 stream
@@ -43765,25 +43966,25 @@ Q
 
 endstream
 endobj
-240 0 obj
+246 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 239 0 R
+/Contents 245 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 18 0 R
 /F1.0 8 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
 >>
 endobj
-241 0 obj
-[240 0 R /XYZ 0 342.19000000000005 null]
+247 0 obj
+[246 0 R /XYZ 0 342.19000000000005 null]
 endobj
-242 0 obj
+248 0 obj
 << /Length 41329
 >>
 stream
@@ -46760,29 +46961,29 @@ Q
 
 endstream
 endobj
-243 0 obj
+249 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 242 0 R
+/Contents 248 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 18 0 R
 /F2.0 16 0 R
 /F1.0 8 0 R
 /F4.0 19 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
 >>
 endobj
-244 0 obj
-[243 0 R /XYZ 0 521.31 null]
+250 0 obj
+[249 0 R /XYZ 0 521.31 null]
 endobj
-245 0 obj
-[243 0 R /XYZ 0 101.43000000000006 null]
+251 0 obj
+[249 0 R /XYZ 0 101.43000000000006 null]
 endobj
-246 0 obj
+252 0 obj
 << /Length 34147
 >>
 stream
@@ -49131,11 +49332,11 @@ Q
 
 endstream
 endobj
-247 0 obj
+253 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 246 0 R
+/Contents 252 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F5.1 43 0 R
@@ -49143,13 +49344,13 @@ endobj
 /F4.0 19 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
-/Annots [248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 253 0 R 254 0 R 255 0 R 257 0 R 258 0 R]
+/Annots [254 0 R 255 0 R 256 0 R 257 0 R 258 0 R 259 0 R 260 0 R 261 0 R 263 0 R 264 0 R]
 >>
 endobj
-248 0 obj
+254 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49160,7 +49361,7 @@ endobj
 /Type /Annot
 >>
 endobj
-249 0 obj
+255 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49171,7 +49372,7 @@ endobj
 /Type /Annot
 >>
 endobj
-250 0 obj
+256 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49182,7 +49383,7 @@ endobj
 /Type /Annot
 >>
 endobj
-251 0 obj
+257 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49193,7 +49394,7 @@ endobj
 /Type /Annot
 >>
 endobj
-252 0 obj
+258 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49204,7 +49405,7 @@ endobj
 /Type /Annot
 >>
 endobj
-253 0 obj
+259 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49215,7 +49416,7 @@ endobj
 /Type /Annot
 >>
 endobj
-254 0 obj
+260 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49226,7 +49427,7 @@ endobj
 /Type /Annot
 >>
 endobj
-255 0 obj
+261 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49237,10 +49438,10 @@ endobj
 /Type /Annot
 >>
 endobj
-256 0 obj
-[247 0 R /XYZ 0 369.22000000000014 null]
+262 0 obj
+[253 0 R /XYZ 0 369.22000000000014 null]
 endobj
-257 0 obj
+263 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49251,7 +49452,7 @@ endobj
 /Type /Annot
 >>
 endobj
-258 0 obj
+264 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49262,7 +49463,7 @@ endobj
 /Type /Annot
 >>
 endobj
-259 0 obj
+265 0 obj
 << /Length 34031
 >>
 stream
@@ -51693,11 +51894,11 @@ Q
 
 endstream
 endobj
-260 0 obj
+266 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 259 0 R
+/Contents 265 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 18 0 R
 /F1.0 8 0 R
@@ -51705,13 +51906,13 @@ endobj
 /F2.0 16 0 R
 /F6.0 44 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
-/Annots [261 0 R 262 0 R 263 0 R 264 0 R 265 0 R 266 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R 280 0 R 281 0 R 282 0 R 283 0 R 284 0 R 285 0 R 288 0 R 289 0 R]
+/Annots [267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R 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 289 0 R 290 0 R 291 0 R 294 0 R 295 0 R]
 >>
 endobj
-261 0 obj
+267 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51722,7 +51923,7 @@ endobj
 /Type /Annot
 >>
 endobj
-262 0 obj
+268 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51733,7 +51934,7 @@ endobj
 /Type /Annot
 >>
 endobj
-263 0 obj
+269 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51744,7 +51945,7 @@ endobj
 /Type /Annot
 >>
 endobj
-264 0 obj
+270 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51755,7 +51956,7 @@ endobj
 /Type /Annot
 >>
 endobj
-265 0 obj
+271 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51766,7 +51967,7 @@ endobj
 /Type /Annot
 >>
 endobj
-266 0 obj
+272 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51777,10 +51978,10 @@ endobj
 /Type /Annot
 >>
 endobj
-267 0 obj
-[260 0 R /XYZ 0 611.45 null]
+273 0 obj
+[266 0 R /XYZ 0 611.45 null]
 endobj
-268 0 obj
+274 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51791,7 +51992,7 @@ endobj
 /Type /Annot
 >>
 endobj
-269 0 obj
+275 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51802,7 +52003,7 @@ endobj
 /Type /Annot
 >>
 endobj
-270 0 obj
+276 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51813,7 +52014,7 @@ endobj
 /Type /Annot
 >>
 endobj
-271 0 obj
+277 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51824,7 +52025,7 @@ endobj
 /Type /Annot
 >>
 endobj
-272 0 obj
+278 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51835,7 +52036,7 @@ endobj
 /Type /Annot
 >>
 endobj
-273 0 obj
+279 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51846,7 +52047,7 @@ endobj
 /Type /Annot
 >>
 endobj
-274 0 obj
+280 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51857,7 +52058,7 @@ endobj
 /Type /Annot
 >>
 endobj
-275 0 obj
+281 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51868,7 +52069,7 @@ endobj
 /Type /Annot
 >>
 endobj
-276 0 obj
+282 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51879,7 +52080,7 @@ endobj
 /Type /Annot
 >>
 endobj
-277 0 obj
+283 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51890,7 +52091,7 @@ endobj
 /Type /Annot
 >>
 endobj
-278 0 obj
+284 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51901,7 +52102,7 @@ endobj
 /Type /Annot
 >>
 endobj
-279 0 obj
+285 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51912,7 +52113,7 @@ endobj
 /Type /Annot
 >>
 endobj
-280 0 obj
+286 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51923,7 +52124,7 @@ endobj
 /Type /Annot
 >>
 endobj
-281 0 obj
+287 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51934,7 +52135,7 @@ endobj
 /Type /Annot
 >>
 endobj
-282 0 obj
+288 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51945,7 +52146,7 @@ endobj
 /Type /Annot
 >>
 endobj
-283 0 obj
+289 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51956,7 +52157,7 @@ endobj
 /Type /Annot
 >>
 endobj
-284 0 obj
+290 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51967,7 +52168,7 @@ endobj
 /Type /Annot
 >>
 endobj
-285 0 obj
+291 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51978,15 +52179,15 @@ endobj
 /Type /Annot
 >>
 endobj
-286 0 obj
-[260 0 R /XYZ 0 195.55000000000015 null]
+292 0 obj
+[266 0 R /XYZ 0 195.55000000000015 null]
 endobj
-287 0 obj
+293 0 obj
 << /Limits [(action-parameter-set) (dependent-choices)]
-/Names [(action-parameter-set) 241 0 R (adapter-classes) 758 0 R (alternative-approaches) 779 0 R (alternatives) 195 0 R (alternatives-2) 306 0 R (alternatives-3) 329 0 R (alternatives-4) 788 0 R (api) 566 0 R (api-2) 574 0 R (api-3) 584 0 R (api-4) 590 0 R (code-changesdto-code) 957 0 R (code-objectsdto-code) 963 0 R (code-specification-code) 752 0 R (code-specification2-code) 754 0 R (combining-specifications) 760 0 R (dependent-choices) 164 0 R]
+/Names [(action-parameter-set) 247 0 R (adapter-classes) 775 0 R (alternative-approaches) 796 0 R (alternatives) 198 0 R (alternatives-2) 312 0 R (alternatives-3) 335 0 R (alternatives-4) 805 0 R (api) 579 0 R (api-2) 587 0 R (api-3) 597 0 R (api-4) 603 0 R (code-changesdto-code) 974 0 R (code-objectsdto-code) 980 0 R (code-specification-code) 769 0 R (code-specification2-code) 773 0 R (combining-specifications) 777 0 R (dependent-choices) 164 0 R]
 >>
 endobj
-288 0 obj
+294 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51997,7 +52198,7 @@ endobj
 /Type /Annot
 >>
 endobj
-289 0 obj
+295 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -52008,7 +52209,7 @@ endobj
 /Type /Annot
 >>
 endobj
-290 0 obj
+296 0 obj
 << /Length 14875
 >>
 stream
@@ -53034,23 +53235,23 @@ Q
 
 endstream
 endobj
-291 0 obj
+297 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 290 0 R
+/Contents 296 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 18 0 R
 >>
-/XObject << /I2 293 0 R
-/Stamp1 1056 0 R
+/XObject << /I2 299 0 R
+/Stamp1 1072 0 R
 >>
 >>
-/Annots [292 0 R 294 0 R 295 0 R 296 0 R 297 0 R]
+/Annots [298 0 R 300 0 R 301 0 R 302 0 R 303 0 R]
 >>
 endobj
-292 0 obj
+298 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -53061,7 +53262,7 @@ endobj
 /Type /Annot
 >>
 endobj
-293 0 obj
+299 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 988
@@ -53477,7 +53678,7 @@ L
 ���ɠ\aXB=�+K�#�'�>p�ai�����[���� � � � �zٺw}Z�����S{��F���7[��?|b[橽j��g�%���� ��MZގ�S{��|�V0p�G����MC��>4��#4���T��
 endstream
 endobj
-294 0 obj
+300 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -53488,7 +53689,7 @@ endobj
 /Type /Annot
 >>
 endobj
-295 0 obj
+301 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -53499,7 +53700,7 @@ endobj
 /Type /Annot
 >>
 endobj
-296 0 obj
+302 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -53510,7 +53711,7 @@ endobj
 /Type /Annot
 >>
 endobj
-297 0 obj
+303 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -53521,7 +53722,7 @@ endobj
 /Type /Annot
 >>
 endobj
-298 0 obj
+304 0 obj
 << /Length 28093
 >>
 stream
@@ -54744,7 +54945,7 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.449 Tw
+0.713 Tw
 
 BT
 48.24 246.4260000000002 Td
@@ -54759,7 +54960,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.449 Tw
+0.713 Tw
 
 BT
 158.49 246.4260000000002 Td
@@ -54774,10 +54975,10 @@ ET
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
-0.449 Tw
+0.713 Tw
 
 BT
-183.93680078124999 246.4260000000002 Td
+184.46486751302083 246.4260000000002 Td
 /F3.0 10.5 Tf
 <416374696f6e446f6d61696e4576656e74> Tj
 ET
@@ -54789,12 +54990,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.449 Tw
+0.713 Tw
 
 BT
-273.18680078125 246.4260000000002 Td
+273.7148675130208 246.4260000000002 Td
 /F1.0 10.5 Tf
-[<2e20204120676f6f64207061747465726e20697320746f206d616b> 20.01953125 <65207468657365206e65737465642073746174696320636c61737365732e>] TJ
+[<2e204120676f6f64207061747465726e20697320746f206d616b> 20.01953125 <65207468657365206e65737465642073746174696320636c61737365732e>] TJ
 ET
 
 
@@ -55413,11 +55614,11 @@ Q
 
 endstream
 endobj
-299 0 obj
+305 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 298 0 R
+/Contents 304 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F3.0 18 0 R
@@ -55425,16 +55626,16 @@ endobj
 /F4.0 19 0 R
 /F1.1 175 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
-/Annots [301 0 R 302 0 R 303 0 R 304 0 R 305 0 R]
+/Annots [307 0 R 308 0 R 309 0 R 310 0 R 311 0 R]
 >>
 endobj
-300 0 obj
-[299 0 R /XYZ 0 841.89 null]
+306 0 obj
+[305 0 R /XYZ 0 841.89 null]
 endobj
-301 0 obj
+307 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -55445,7 +55646,7 @@ endobj
 /Type /Annot
 >>
 endobj
-302 0 obj
+308 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -55456,7 +55657,7 @@ endobj
 /Type /Annot
 >>
 endobj
-303 0 obj
+309 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -55467,7 +55668,7 @@ endobj
 /Type /Annot
 >>
 endobj
-304 0 obj
+310 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -55478,7 +55679,7 @@ endobj
 /Type /Annot
 >>
 endobj
-305 0 obj
+311 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -55489,10 +55690,10 @@ endobj
 /Type /Annot
 >>
 endobj
-306 0 obj
-[299 0 R /XYZ 0 347.61000000000024 null]
+312 0 obj
+[305 0 R /XYZ 0 347.61000000000024 null]
 endobj
-307 0 obj
+313 0 obj
 << /Length 34216
 >>
 stream
@@ -57905,25 +58106,25 @@ Q
 
 endstream
 endobj
-308 0 obj
+314 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 307 0 R
+/Contents 313 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 18 0 R
 /F1.0 8 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
 >>
 endobj
-309 0 obj
-[308 0 R /XYZ 0 178.3500000000001 null]
+315 0 obj
+[314 0 R /XYZ 0 178.3500000000001 null]
 endobj
-310 0 obj
+316 0 obj
 << /Length 20413
 >>
 stream
@@ -59232,11 +59433,11 @@ Q
 
 endstream
 endobj
-311 0 obj
+317 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 310 0 R
+/Contents 316 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 18 0 R
@@ -59244,13 +59445,13 @@ endobj
 /F5.1 43 0 R
 /F4.0 19 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
-/Annots [312 0 R 313 0 R 314 0 R 315 0 R 316 0 R 319 0 R 320 0 R 321 0 R 323 0 R 324 0 R 325 0 R]
+/Annots [318 0 R 319 0 R 320 0 R 321 0 R 322 0 R 325 0 R 326 0 R 327 0 R 329 0 R 330 0 R 331 0 R]
 >>
 endobj
-312 0 obj
+318 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -59261,7 +59462,7 @@ endobj
 /Type /Annot
 >>
 endobj
-313 0 obj
+319 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -59272,7 +59473,7 @@ endobj
 /Type /Annot
 >>
 endobj
-314 0 obj
+320 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -59283,7 +59484,7 @@ endobj
 /Type /Annot
 >>
 endobj
-315 0 obj
+321 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -59294,7 +59495,7 @@ endobj
 /Type /Annot
 >>
 endobj
-316 0 obj
+322 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -59305,13 +59506,13 @@ endobj
 /Type /Annot
 >>
 endobj
-317 0 obj
-[311 0 R /XYZ 0 696.9900000000001 null]
+323 0 obj
+[317 0 R /XYZ 0 696.9900000000001 null]
 endobj
-318 0 obj
-[311 0 R /XYZ 0 531.6300000000002 null]
+324 0 obj
+[317 0 R /XYZ 0 531.6300000000002 null]
 endobj
-319 0 obj
+325 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -59322,7 +59523,7 @@ endobj
 /Type /Annot
 >>
 endobj
-320 0 obj
+326 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -59333,7 +59534,7 @@ endobj
 /Type /Annot
 >>
 endobj
-321 0 obj
+327 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -59344,10 +59545,10 @@ endobj
 /Type /Annot
 >>
 endobj
-322 0 obj
-[311 0 R /XYZ 0 216.17000000000027 null]
+328 0 obj
+[317 0 R /XYZ 0 216.17000000000027 null]
 endobj
-323 0 obj
+329 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -59358,7 +59559,7 @@ endobj
 /Type /Annot
 >>
 endobj
-324 0 obj
+330 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -59369,7 +59570,7 @@ endobj
 /Type /Annot
 >>
 endobj
-325 0 obj
+331 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -59380,7 +59581,7 @@ endobj
 /Type /Annot
 >>
 endobj
-326 0 obj
+332 0 obj
 << /Length 19772
 >>
 stream
@@ -60730,25 +60931,25 @@ Q
 
 endstream
 endobj
-327 0 obj
+333 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 326 0 R
+/Contents 332 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 18 0 R
 /F2.0 16 0 R
 /F1.1 175 0 R
 >>
-/XObject << /I3 334 0 R
-/Stamp1 1056 0 R
+/XObject << /I3 340 0 R
+/Stamp1 1072 0 R
 >>
 >>
-/Annots [328 0 R 330 0 R 332 0 R 333 0 R 335 0 R]
+/Annots [334 0 R 336 0 R 338 0 R 339 0 R 341 0 R]
 >>
 endobj
-328 0 obj
+334 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -60759,10 +60960,10 @@ endobj
 /Type /Annot
 >>
 endobj
-329 0 obj
-[327 0 R /XYZ 0 552.7800000000001 null]
+335 0 obj
+[333 0 R /XYZ 0 552.7800000000001 null]
 endobj
-330 0 obj
+336 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -60773,10 +60974,10 @@ endobj
 /Type /Annot
 >>
 endobj
-331 0 obj
-[327 0 R /XYZ 0 451.5600000000002 null]
+337 0 obj
+[333 0 R /XYZ 0 451.5600000000002 null]
 endobj
-332 0 obj
+338 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -60787,7 +60988,7 @@ endobj
 /Type /Annot
 >>
 endobj
-333 0 obj
+339 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -60798,7 +60999,7 @@ endobj
 /Type /Annot
 >>
 endobj
-334 0 obj
+340 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 245
@@ -60901,7 +61102,7 @@ F
 G���߭�s�ص�O�$�;���̽�~�ouJM3�R�.|g(d�	5$\��u�P(��{&4��~�mX��.�Bzs^U�t�0��'�O1�a>���Xw�����0���[eB�6hg@�J����BүWs)wu͔5����=���y�(�l뾋�ڵk/]����`�ԩS�����F�ߡ4�ƥ��˖-a��"!��;���g�{Z������w�T(���Ϟ={��q�!M�䤤���h�6�5�yR����h4^�x��.��?����Ax�رcв8���zÿf��&��/###w���D�]4�]��z���϶���SϞ=�)��&�D�{ds;���Jȼв��_��eÆ
�� Ha��`)�[�b��R�I�X$�r/�_!��ċE�WH!'�b��R�I�X$�r/�_����?�E�
 endstream
 endobj
-335 0 obj
+341 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -60912,7 +61113,7 @@ endobj
 /Type /Annot
 >>
 endobj
-336 0 obj
+342 0 obj
 << /Length 17375
 >>
 stream
@@ -62036,31 +62237,31 @@ Q
 
 endstream
 endobj
-337 0 obj
+343 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 336 0 R
+/Contents 342 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 18 0 R
 /F2.0 16 0 R
 /F6.0 44 0 R
 >>
-/XObject << /I4 338 0 R
-/Stamp1 1056 0 R
+/XObject << /I4 344 0 R
+/Stamp1 1072 0 R
 >>
 >>
-/Annots [340 0 R 341 0 R 342 0 R 344 0 R 345 0 R]
+/Annots [346 0 R 347 0 R 348 0 R 350 0 R 351 0 R]
 >>
 endobj
-338 0 obj
+344 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 160
 /Width 212
 /BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 255 339 0 R]
+/ColorSpace [/Indexed /DeviceRGB 255 345 0 R]
 /Length 1634
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -62081,14 +62282,14 @@ x
 T-@�b���`��~a|?��L��d��`�d7��v#�9�'P�9�)�]*�\T�rQ���T|��T|�&u﷝�����ZYá4}����~��B�;$0I�Ϻ\q�&��Y�!��$}?�r!���%��Y�!��$}?�r!����ٖ� $0K����x��PfH`�P.�\t��r��=P�Ҕ���U��Ք���U���}]���f�Í�c<�A��z�{tT;�j�n��%Vy]1	\�E��z�i�(����+���A����"��cS����,�<Bz�:�u=�P�<c8[�����Ď�0�u=h-5(6�������'Iu]9��`S���/*<�P�N3TKpv���D�-�eK	Ǐ� =��`?(
 endstream
 endobj
-339 0 obj
+345 0 obj
 << /Length 768
 >>
 stream
 Ht>@BHtHHHttHttf`{ehtttH�t�,q�HH�Rz�`�H��H��t��H��q��~����t���H�D8�t�HH��X;�`R�|@��Q��t��b��}��tߚHɣq�Z�^��t��������������������������������������͂��߿�������������˱�ߚ������������������������������������������������������
 
 endstream
 endobj
-340 0 obj
+346 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -62099,7 +62300,7 @@ endobj
 /Type /Annot
 >>
 endobj
-341 0 obj
+347 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -62110,7 +62311,7 @@ endobj
 /Type /Annot
 >>
 endobj
-342 0 obj
+348 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -62121,10 +62322,10 @@ endobj
 /Type /Annot
 >>
 endobj
-343 0 obj
-[337 0 R /XYZ 0 475.65245283018874 null]
+349 0 obj
+[343 0 R /XYZ 0 475.65245283018874 null]
 endobj
-344 0 obj
+350 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -62135,7 +62336,7 @@ endobj
 /Type /Annot
 >>
 endobj
-345 0 obj
+351 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -62146,8 +62347,8 @@ endobj
 /Type /Annot
 >>
 endobj
-346 0 obj
-<< /Length 33231
+352 0 obj
+<< /Length 33233
 >>
 stream
 q
@@ -63816,7 +64017,7 @@ ET
 BT
 100.83449999999999 530.086 Td
 /F1.0 10.5 Tf
-<74696c69747920636c617373> Tj
+<7574696c69747920636c617373> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -63825,7 +64026,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-150.615 530.086 Td
+157.272 530.086 Td
 /F1.0 10.5 Tf
 <20746f2068656c7020636f6e73747275637420746865207469746c6520737472696e67> Tj
 ET
@@ -64494,11 +64695,11 @@ Q
 
 endstream
 endobj
-347 0 obj
+353 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 346 0 R
+/Contents 352 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 18 0 R
 /F3.1 141 0 R
@@ -64507,24 +64708,24 @@ endobj
 /F5.1 43 0 R
 /F6.0 44 0 R
 >>
-/XObject << /Stamp1 1056 0 R
+/XObject << /Stamp1 1072 0 R
 >>
 >>
-/Annots [348 0 R 349 0 R 350 0 R 351 0 R 352 0 R 354 0 R]
+/Annots [354 0 R 355 0 R 356 0 R 357 0 R 358 0 R 360 0 R]
 >>
 endobj
-348 0 obj
+354 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
 /URI (../rgcms/rgcms.pdf#_rgcms_classes_utility_TitleBuffer)
 >>
 /Subtype /Link
-/Rect [100.83449999999999 527.02 150.615 541.3]
+/Rect [100.83449999999999 527.02 157.272 541.3]
 /Type /Annot
 >>
 endobj
-349 0 obj
+355 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -64535,7 +64736,7 @@ endobj
 /Type /Annot
 >>
 endobj
-350 0 obj
+356 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -64546,7 +64747,7 @@ endobj
 /Type /Annot
 >>
 endobj
-351 0 obj
+357 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -64557,7 +64758,7 @@ endobj
 /Type /Annot
 >>
 endobj
-352 0 obj
+358 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -64568,10 +64769,10 @@ endobj
 /Type /Annot
 >>
 endobj
-353 0 obj
-[347 0 R /XYZ 0 365.59000000000015 null]
+359 0 obj
+[353 0 R /XYZ 0 365.59000000000015 null]
 endobj
-354 0 obj
+360 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -64582,8 +64783,8 @@ endobj
 /Type /Annot
 >>
 endobj
-355 0 obj
-<< /Length 24755
+361 0 obj
+<< /Length 24679
 >>
 stream
 q
@@ -64618,12 +64819,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.767 Tw
+2.066 Tw
 
 BT
 48.24 742.866 Td
 /F1.0 10.5 Tf
-[<6c6966656379636c652e202046> 40.0390625 <6f72206578616d706c652c2074686520656e74697479206973206e6f74696669656420696d6d6564696174656c79207072696f7220746f206265696e67207065727369737465642c206f72207768656e206974206973>] TJ
+[<6c6966656379636c652e2046> 40.0390625 <6f72206578616d706c652c2074686520656e74697479206973206e6f74696669656420696d6d6564696174656c79207072696f7220746f206265696e67207065727369737465642c206f72207768656e206974206973>] TJ
 ET
 
 
@@ -64644,7 +64845,7 @@ ET
 q
 0.5 w
 0.933 0.933 0.933 SCN
-113.807 590.590 m
+113.807 655.930 m
 113.807 711.270 l
 S
 Q
@@ -64656,7 +64857,7 @@ Q
 0.749 0.412 0.000 SCN
 
 BT
-75.02333333333334 642.35 Td
+75.02333333333334 675.02 Td
 /F5.1 24 Tf
 <23> Tj
 ET
@@ -64666,12 +64867,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.782 Tw
+1.032 Tw
 
 BT
 125.80666666666667 695.3059999999999 Td
 /F1.0 10.5 Tf
-[<4e6f746520746861742074686573652063616c6c6261636b73206172652066697265642062> 20.01953125 <792041706163686520497369732072> 20.01953125 <6174686572207468616e204a444f2e2020496e2074686520667574757265>] TJ
+[<4e6f746520746861742074686573652063616c6c6261636b73206172652066697265642062> 20.01953125 <792041706163686520497369732072> 20.01953125 <6174686572207468616e204a444f2e20496e2074686520667574757265>] TJ
 ET
 
 
@@ -64681,12 +64882,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-2.178 Tw
+1.197 Tw
 
 BT
 125.80666666666667 679.526 Td
 /F1.0 10.5 Tf
-[<7765206d61> 20.01953125 <7920646570726563617465207468656d20626563617573652074686572652061726520626574746572206d656368616e69736d7320617661696c61626c65207573696e67>] TJ
+[<7765206d61> 20.01953125 <7920646570726563617465207468656d20626563617573652074686572652061726520626574746572206d656368616e69736d7320617661696c61626c65207573696e672061>] TJ
 ET
 
 
@@ -64699,48 +64900,7 @@ ET
 BT
 125.80666666666667 663.746 Td
 /F1.0 10.5 Tf
-<6c697374656e6572732f73756273637269626572733a> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
--0.500 Tc
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-134.44716666666667 635.9659999999999 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-0.000 Tc
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-0.201 Tw
-
-BT
-143.80666666666667 635.9659999999999 Td
-/F1.0 10.5 Tf
-[<696e204973697320312e392e3020616e64206561726c6965722c20796f75206d61> 20.01953125 <79207468657265666f72652077616e7420746f20636f6e7369646572207573696e6720746865204a444f20415049>] 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
-143.80666666666667 620.1859999999999 Td
-/F1.0 10.5 Tf
-<6469726563746c7920746f207365742075702061206c6966656379636c65206c697374656e65723b2073656520> Tj
+<7375627363726962657220666f722074686520> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -64749,55 +64909,7 @@ ET
 0.259 0.545 0.792 SCN
 
 BT
-344.93416666666667 620.1859999999999 Td
-/F1.0 10.5 Tf
-<68657265> 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
-367.7716666666667 620.1859999999999 Td
-/F1.0 10.5 Tf
-<20666f7220667572746865722064697363757373696f6e2e> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
--0.500 Tc
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-134.44716666666667 598.406 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-0.000 Tc
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-143.80666666666667 598.406 Td
-/F1.0 10.5 Tf
-[<616c7465726e61746976656c79> 89.84375 <2c20796f752063616e207573652061207375627363726962657220666f722074686520>] 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
-374.5143072916667 598.406 Td
+217.83916666666667 663.746 Td
 /F1.0 10.5 Tf
 <6c6966656379636c65206576656e74> Tj
 ET
@@ -64808,9 +64920,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-446.2398072916667 598.406 Td
+289.56466666666665 663.746 Td
 /F1.0 10.5 Tf
-<7320666972656420696e20497369732e> Tj
+<732e> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -64819,9 +64931,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 566.626 Td
+48.24000000000001 631.9659999999999 Td
 /F1.0 10.5 Tf
-[<546865206c6966656379636c652063616c6c6261636b206d6574686f647320737570706f727465642062> 20.01953125 <792049736973206172653a>] TJ
+[<546865206c6966656379636c652063616c6c6261636b206d6574686f647320737570706f727465642062> 20.01953125 <79204170616368652049736973206172653a>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -64830,7 +64942,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 538.846 Td
+48.24000000000001 604.1859999999999 Td
 /F6.0 10.5 Tf
 [<54> 29.78515625 <61626c6520332e204c6966656379636c65206d6574686f647320287061727469616c20737570706f727429>] TJ
 ET
@@ -64838,99 +64950,99 @@ ET
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-48.240 507.750 99.760 23.280 re
+48.240 573.090 99.760 23.280 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-148.000 507.750 399.040 23.280 re
+148.000 573.090 399.040 23.280 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-48.240 484.470 99.760 23.280 re
+48.240 535.530 99.760 37.560 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-148.000 484.470 399.040 23.280 re
+148.000 535.530 399.040 37.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-48.240 461.190 99.760 23.280 re
+48.240 512.250 99.760 23.280 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-148.000 461.190 399.040 23.280 re
+148.000 512.250 399.040 23.280 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-48.240 437.910 99.760 23.280 re
+48.240 488.970 99.760 23.280 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-148.000 437.910 399.040 23.280 re
+148.000 488.970 399.040 23.280 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-48.240 400.350 99.760 37.560 re
+48.240 451.410 99.760 37.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-148.000 400.350 399.040 37.560 re
+148.000 451.410 399.040 37.560 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-48.240 377.070 99.760 23.280 re
+48.240 428.130 99.760 23.280 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-148.000 377.070 399.040 23.280 re
+148.000 428.130 399.040 23.280 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-48.240 339.510 99.760 37.560 re
+48.240 390.570 99.760 37.560 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-148.000 339.510 399.040 37.560 re
+148.000 390.570 399.040 37.560 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-48.240 316.230 99.760 23.280 re
+48.240 367.290 99.760 23.280 re
 f
 0.000 0.000 0.000 scn
 1.000 1.000 1.000 scn
-148.000 316.230 399.040 23.280 re
+148.000 367.290 399.040 23.280 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-48.240 292.950 99.760 23.280 re
+48.240 344.010 99.760 23.280 re
 f
 0.000 0.000 0.000 scn
 0.976 0.976 0.976 scn
-148.000 292.950 399.040 23.280 re
+148.000 344.010 399.040 23.280 re
 f
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 531.030 m
-148.000 531.030 l
+48.240 596.370 m
+148.000 596.370 l
 S
 [ ] 0 d
 1.5 w
 0.867 0.867 0.867 SCN
-48.240 507.750 m
-148.000 507.750 l
+48.240 573.090 m
+148.000 573.090 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 531.280 m
-48.240 507.000 l
+48.240 596.620 m
+48.240 572.340 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 531.280 m
-148.000 507.000 l
+148.000 596.620 m
+148.000 572.340 l
 S
 [ ] 0 d
 1 w
@@ -64938,7 +65050,7 @@ S
 0.200 0.200 0.200 scn
 
 BT
-51.24000000000001 515.283 Td
+51.24000000000001 580.6229999999999 Td
 /F2.0 10.5 Tf
 <4d6574686f64> Tj
 ET
@@ -64946,26 +65058,26 @@ ET
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 531.030 m
-547.040 531.030 l
+148.000 596.370 m
+547.040 596.370 l
 S
 [ ] 0 d
 1.5 w
 0.867 0.867 0.867 SCN
-148.000 507.750 m
-547.040 507.750 l
+148.000 573.090 m
+547.040 573.090 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 531.280 m
-148.000 507.000 l
+148.000 596.620 m
+148.000 572.340 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-547.040 531.280 m
-547.040 507.000 l
+547.040 596.620 m
+547.040 572.340 l
 S
 [ ] 0 d
 1 w
@@ -64973,7 +65085,7 @@ S
 0.200 0.200 0.200 scn
 
 BT
-151.0 515.283 Td
+151.0 580.6229999999999 Td
 /F2.0 10.5 Tf
 <4465736372697074696f6e> Tj
 ET
@@ -64981,26 +65093,26 @@ ET
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 507.750 m
-148.000 507.750 l
+48.240 573.090 m
+148.000 573.090 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 484.470 m
-148.000 484.470 l
+48.240 535.530 m
+148.000 535.530 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 508.000 m
-48.240 484.220 l
+48.240 573.340 m
+48.240 535.280 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 508.000 m
-148.000 484.220 l
+148.000 573.340 m
+148.000 535.280 l
 S
 [ ] 0 d
 1 w
@@ -65010,7 +65122,7 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-51.24000000000001 494.1870000000001 Td
+51.24000000000001 559.527 Td
 /F3.0 10.5 Tf
 <637265617465642829> Tj
 ET
@@ -65020,26 +65132,26 @@ ET
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 507.750 m
-547.040 507.750 l
+148.000 573.090 m
+547.040 573.090 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 484.470 m
-547.040 484.470 l
+148.000 535.530 m
+547.040 535.530 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 508.000 m
-148.000 484.220 l
+148.000 573.340 m
+148.000 535.280 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-547.040 508.000 m
-547.040 484.220 l
+547.040 573.340 m
+547.040 535.280 l
 S
 [ ] 0 d
 1 w
@@ -65047,205 +65159,58 @@ S
 0.200 0.200 0.200 scn
 
 BT
-151.0 492.0030000000001 Td
+151.0 557.3430000000001 Td
 /F1.0 10.5 Tf
-<63616c6c6564207768656e20616e206f626a65637420686173206a757374206265656e2063726561746564207573696e6720> Tj
+<63616c6c6564207768656e20616e206f626a65637420686173206a757374206265656e2063726561746564207573696e67> Tj
 ET
 
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
 BT
-400.4905 492.0030000000001 Td
+151.0 543.063 Td
 /F3.0 10.5 Tf
-<6e65775472616e7369656e74496e7374616e63652829> Tj
+<466163746f72795365727669636523696e7374616e7469617465282e2e29> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 484.470 m
-148.000 484.470 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 461.190 m
-148.000 461.190 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 484.720 m
-48.240 460.940 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-148.000 484.720 m
-148.000 460.940 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-BT
-51.24000000000001 470.9070000000001 Td
-/F3.0 10.5 Tf
-<6c6f616465642829> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-148.000 484.470 m
-547.040 484.470 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-148.000 461.190 m
-547.040 461.190 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-148.000 484.720 m
-148.000 460.940 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-547.040 484.720 m
-547.040 460.940 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
 
 BT
-151.0 468.72300000000007 Td
+308.5 543.063 Td
 /F1.0 10.5 Tf
-<63616c6c6564207768656e2061202870657273697374656e7429206f626a65637420686173206a757374206265656e206c6f616465642066726f6d20746865206f626a6563742073746f72652e> Tj
+<206f7220> Tj
 ET
 
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 461.190 m
-148.000 461.190 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 437.910 m
-148.000 437.910 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 461.440 m
-48.240 437.660 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-148.000 461.440 m
-148.000 437.660 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
 BT
-51.24000000000001 447.62700000000007 Td
+324.943 543.063 Td
 /F3.0 10.5 Tf
-<7065727369737465642829> Tj
+<5265706f7369746f72795365727669636523696e7374616e746961746528> Tj
 ET
 
 0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-148.000 461.190 m
-547.040 461.190 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-148.000 437.910 m
-547.040 437.910 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-148.000 461.440 m
-148.000 437.660 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-547.040 461.440 m
-547.040 437.660 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
 BT
-151.0 445.44300000000004 Td
-/F1.0 10.5 Tf
-<63616c6c6564207768656e206f626a65637420686173206a757374206265656e207065727369737465642066726f6d20746865206f626a6563742073746f72652e> Tj
+482.443 543.063 Td
+/F4.0 10.5 Tf
+<c9> Tj
 ET
 
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 437.910 m
-148.000 437.910 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 400.350 m
-148.000 400.350 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 438.160 m
-48.240 400.100 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-148.000 438.160 m
-148.000 400.100 l
-S
-[ ] 0 d
-1 w
 0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
 0.694 0.129 0.275 scn
 0.694 0.129 0.275 SCN
 
 BT
-51.24000000000001 424.3470000000001 Td
+492.943 543.063 Td
 /F3.0 10.5 Tf
-<70657273697374696e672829> Tj
+<29> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65253,68 +65218,26 @@ ET
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 437.910 m
-547.040 437.910 l
+48.240 535.530 m
+148.000 535.530 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 400.350 m
-547.040 400.350 l
+48.240 512.250 m
+148.000 512.250 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 438.160 m
-148.000 400.100 l
+48.240 535.780 m
+48.240 512.000 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-547.040 438.160 m
-547.040 400.100 l
-S
-[ ] 0 d
-1 w
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
-
-BT
-151.0 422.16300000000007 Td
-/F1.0 10.5 Tf
-<63616c6c6564207768656e206120286e6f742d7965742d70657273697374656e7429206f626a656374206973206a7573742061626f757420746f206265207065727369737465642066726f6d20746865> Tj
-ET
-
-
-BT
-151.0 407.88300000000004 Td
-/F1.0 10.5 Tf
-<6f626a6563742073746f7265> Tj
-ET
-
-0.000 0.000 0.000 scn
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 400.350 m
-148.000 400.350 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 377.070 m
-148.000 377.070 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-48.240 400.600 m
-48.240 376.820 l
-S
-[ ] 0 d
-0.5 w
-0.867 0.867 0.867 SCN
-148.000 400.600 m
-148.000 376.820 l
+148.000 535.780 m
+148.000 512.000 l
 S
 [ ] 0 d
 1 w
@@ -65324,9 +65247,9 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-51.24000000000001 386.7870000000001 Td
+51.24000000000001 521.967 Td
 /F3.0 10.5 Tf
-<72656d6f7665642829> Tj
+<6c6f616465642829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65334,26 +65257,26 @@ ET
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 400.350 m
-547.040 400.350 l
+148.000 535.530 m
+547.040 535.530 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 377.070 m
-547.040 377.070 l
+148.000 512.250 m
+547.040 512.250 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 400.600 m
-148.000 376.820 l
+148.000 535.780 m
+148.000 512.000 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-547.040 400.600 m
-547.040 376.820 l
+547.040 535.780 m
+547.040 512.000 l
 S
 [ ] 0 d
 1 w
@@ -65361,34 +65284,34 @@ S
 0.200 0.200 0.200 scn
 
 BT
-151.0 384.60300000000007 Td
+151.0 519.7829999999999 Td
 /F1.0 10.5 Tf
-<63616c6c6564207768656e2061202870657273697374656e7429206f626a65637420686173206a757374206265656e2064656c657465642066726f6d20746865206f626a6563742073746f7265> Tj
+<63616c6c6564207768656e2061202870657273697374656e7429206f626a65637420686173206a757374206265656e206c6f616465642066726f6d20746865206f626a6563742073746f72652e> Tj
 ET
 
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 377.070 m
-148.000 377.070 l
+48.240 512.250 m
+148.000 512.250 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 339.510 m
-148.000 339.510 l
+48.240 488.970 m
+148.000 488.970 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 377.320 m
-48.240 339.260 l
+48.240 512.500 m
+48.240 488.720 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 377.320 m
-148.000 339.260 l
+148.000 512.500 m
+148.000 488.720 l
 S
 [ ] 0 d
 1 w
@@ -65398,9 +65321,9 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-51.24000000000001 363.50700000000006 Td
+51.24000000000001 498.687 Td
 /F3.0 10.5 Tf
-<72656d6f76696e672829> Tj
+<7065727369737465642829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65408,26 +65331,26 @@ ET
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 377.070 m
-547.040 377.070 l
+148.000 512.250 m
+547.040 512.250 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 339.510 m
-547.040 339.510 l
+148.000 488.970 m
+547.040 488.970 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 377.320 m
-148.000 339.260 l
+148.000 512.500 m
+148.000 488.720 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-547.040 377.320 m
-547.040 339.260 l
+547.040 512.500 m
+547.040 488.720 l
 S
 [ ] 0 d
 1 w
@@ -65435,41 +65358,34 @@ S
 0.200 0.200 0.200 scn
 
 BT
-151.0 361.32300000000004 Td
+151.0 496.503 Td
 /F1.0 10.5 Tf
-<63616c6c6564207768656e2061202870657273697374656e7429206f626a656374206973206a7573742061626f757420746f2062652064656c657465642066726f6d20746865206f626a656374> Tj
-ET
-
-
-BT
-151.0 347.043 Td
-/F1.0 10.5 Tf
-<73746f7265> Tj
+<63616c6c6564207768656e206f626a65637420686173206a757374206265656e207065727369737465642066726f6d20746865206f626a6563742073746f72652e> Tj
 ET
 
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 339.510 m
-148.000 339.510 l
+48.240 488.970 m
+148.000 488.970 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 316.230 m
-148.000 316.230 l
+48.240 451.410 m
+148.000 451.410 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 339.760 m
-48.240 315.980 l
+48.240 489.220 m
+48.240 451.160 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 339.760 m
-148.000 315.980 l
+148.000 489.220 m
+148.000 451.160 l
 S
 [ ] 0 d
 1 w
@@ -65479,9 +65395,9 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-51.24000000000001 325.9470000000001 Td
+51.24000000000001 475.40700000000004 Td
 /F3.0 10.5 Tf
-<757064617465642829> Tj
+<70657273697374696e672829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65489,26 +65405,26 @@ ET
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 339.510 m
-547.040 339.510 l
+148.000 488.970 m
+547.040 488.970 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 316.230 m
-547.040 316.230 l
+148.000 451.410 m
+547.040 451.410 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 339.760 m
-148.000 315.980 l
+148.000 489.220 m
+148.000 451.160 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-547.040 339.760 m
-547.040 315.980 l
+547.040 489.220 m
+547.040 451.160 l
 S
 [ ] 0 d
 1 w
@@ -65516,34 +65432,41 @@ S
 0.200 0.200 0.200 scn
 
 BT
-151.0 323.7630000000001 Td
+151.0 473.223 Td
 /F1.0 10.5 Tf
-<63616c6c6564207768656e2061202870657273697374656e7429206f626a65637420686173206a757374206265656e207570646174656420696e20746865206f626a6563742073746f7265> Tj
+<63616c6c6564207768656e206120286e6f742d7965742d70657273697374656e7429206f626a656374206973206a7573742061626f757420746f206265207065727369737465642066726f6d20746865> Tj
+ET
+
+
+BT
+151.0 458.943 Td
+/F1.0 10.5 Tf
+<6f626a6563742073746f7265> Tj
 ET
 
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 316.230 m
-148.000 316.230 l
+48.240 451.410 m
+148.000 451.410 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 292.950 m
-148.000 292.950 l
+48.240 428.130 m
+148.000 428.130 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 316.480 m
-48.240 292.700 l
+48.240 451.660 m
+48.240 427.880 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 316.480 m
-148.000 292.700 l
+148.000 451.660 m
+148.000 427.880 l
 S
 [ ] 0 d
 1 w
@@ -65553,9 +65476,9 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-51.24000000000001 302.6670000000001 Td
+51.24000000000001 437.847 Td
 /F3.0 10.5 Tf
-<7570646174696e672829> Tj
+<72656d6f7665642829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65563,26 +65486,26 @@ ET
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 316.230 m
-547.040 316.230 l
+148.000 451.410 m
+547.040 451.410 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 292.950 m
-547.040 292.950 l
+148.000 428.130 m
+547.040 428.130 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 316.480 m
-148.000 292.700 l
+148.000 451.660 m
+148.000 427.880 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-547.040 316.480 m
-547.040 292.700 l
+547.040 451.660 m
+547.040 427.880 l
 S
 [ ] 0 d
 1 w
@@ -65590,139 +65513,154 @@ S
 0.200 0.200 0.200 scn
 
 BT
-151.0 300.48300000000006 Td
+151.0 435.66299999999995 Td
 /F1.0 10.5 Tf
-<63616c6c6564207768656e2061202870657273697374656e7429206f626a656374206973206a7573742061626f757420746f206265207570646174656420696e20746865206f626a6563742073746f7265> Tj
+<63616c6c6564207768656e2061202870657273697374656e7429206f626a65637420686173206a757374206265656e2064656c657465642066726f6d20746865206f626a6563742073746f7265> Tj
 ET
 
 0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 428.130 m
+148.000 428.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 390.570 m
+148.000 390.570 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+48.240 428.380 m
+48.240 390.320 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+148.000 428.380 m
+148.000 390.320 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
 BT
-48.24000000000001 268.98600000000005 Td
-/F1.0 10.5 Tf
-<536f6d65206c6966656379636c65206d6574686f64732068617665206265656e20646570726563617465643a> Tj
+51.24000000000001 414.567 Td
+/F3.0 10.5 Tf
+<72656d6f76696e672829> Tj
 ET
 
 0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
 0.000 0.000 0.000 scn
+0.5 w
+0.867 0.867 0.867 SCN
+148.000 428.130 m
+547.040 428.130 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+148.000 390.570 m
+547.040 390.570 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+148.000 428.380 m
+148.000 390.320 l
+S
+[ ] 0 d
+0.5 w
+0.867 0.867 0.867 SCN
+547.040 428.380 m
+547.040 390.320 l
+S
+[ ] 0 d
+1 w
+0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 241.20600000000007 Td
-/F6.0 10.5 Tf
-[<54> 29.78515625 <61626c6520342e2044657072656361746564206c6966656379636c65206d6574686f6473>] TJ
+151.0 412.383 Td
+/F1.0 10.5 Tf
+<63616c6c6564207768656e2061202870657273697374656e7429206f626a656374206973206a7573742061626f757420746f2062652064656c657465642066726f6d20746865206f626a656374> Tj
+ET
+
+
+BT
+151.0 398.10299999999995 Td
+/F1.0 10.5 Tf
+<73746f7265> Tj
 ET
 
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 210.110 99.760 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-148.000 210.110 399.040 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 186.830 99.760 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-148.000 186.830 399.040 23.280 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-48.240 163.550 99.760 23.280 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-148.000 163.550 399.040 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 111.710 99.760 51.840 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-148.000 111.710 399.040 51.840 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-48.240 88.430 99.760 23.280 re
-f
-0.000 0.000 0.000 scn
-0.976 0.976 0.976 scn
-148.000 88.430 399.040 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-48.240 65.150 99.760 23.280 re
-f
-0.000 0.000 0.000 scn
-1.000 1.000 1.000 scn
-148.000 65.150 399.040 23.280 re
-f
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 233.390 m
-148.000 233.390 l
+48.240 390.570 m
+148.000 390.570 l
 S
 [ ] 0 d
-1.5 w
+0.5 w
 0.867 0.867 0.867 SCN
-48.240 210.110 m
-148.000 210.110 l
+48.240 367.290 m
+148.000 367.290 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 233.640 m
-48.240 209.360 l
+48.240 390.820 m
+48.240 367.040 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 233.640 m
-148.000 209.360 l
+148.000 390.820 m
+148.000 367.040 l
 S
 [ ] 0 d
 1 w
 0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
 
 BT
-51.24000000000001 217.6430000000001 Td
-/F2.0 10.5 Tf
-<4d6574686f64> Tj
+51.24000000000001 377.007 Td
+/F3.0 10.5 Tf
+<757064617465642829> Tj
 ET
 
+0.000 0.000 0.000 SCN
+0.200 0.200 0.200 scn
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 233.390 m
-547.040 233.390 l
+148.000 390.570 m
+547.040 390.570 l
 S
 [ ] 0 d
-1.5 w
+0.5 w
 0.867 0.867 0.867 SCN
-148.000 210.110 m
-547.040 210.110 l
+148.000 367.290 m
+547.040 367.290 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 233.640 m
-148.000 209.360 l
+148.000 390.820 m
+148.000 367.040 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-547.040 233.640 m
-547.040 209.360 l
+547.040 390.820 m
+547.040 367.040 l
 S
 [ ] 0 d
 1 w
@@ -65730,34 +65668,34 @@ S
 0.200 0.200 0.200 scn
 
 BT
-151.0 217.6430000000001 Td
-/F2.0 10.5 Tf
-<4e6f746573> Tj
+151.0 374.823 Td
+/F1.0 10.5 Tf
+<63616c6c6564207768656e2061202870657273697374656e7429206f626a65637420686173206a757374206265656e207570646174656420696e20746865206f626a6563742073746f7265> Tj
 ET
 
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 210.110 m
-148.000 210.110 l
+48.240 367.290 m
+148.000 367.290 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 186.830 m
-148.000 186.830 l
+48.240 344.010 m
+148.000 344.010 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 210.360 m
-48.240 186.580 l
+48.240 367.540 m
+48.240 343.760 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 210.360 m
-148.000 186.580 l
+148.000 367.540 m
+148.000 343.760 l
 S
 [ ] 0 d
 1 w
@@ -65767,9 +65705,9 @@ S
 0.694 0.129 0.275 SCN
 
 BT
-51.24000000000001 196.54700000000008 Td
+51.24000000000001 353.727 Td
 /F3.0 10.5 Tf
-<64656c657465642829> Tj
+<7570646174696e672829> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -65777,26 +65715,26 @@ ET
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 210.110 m
-547.040 210.110 l
+148.000 367.290 m
+547.040 367.290 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 186.830 m
-547.040 186.830 l
+148.000 344.010 m
+547.040 344.010 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 210.360 m
-148.000 186.580 l
+148.000 367.540 m
+148.000 343.760 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-547.040 210.360 m
-547.040 186.580 l
+547.040 367.540 m
+547.040 343.760 l
 S
 [ ] 0 d
 1 w
@@ -65804,84 +65742,139 @@ S
 0.200 0.200 0.200 scn
 
 BT
-151.0 194.36300000000008 Td
+151.0 351.54299999999995 Td
 /F1.0 10.5 Tf
-[<5265706c616365642062> 20.01953125 <7920>] TJ
+<63616c6c6564207768656e2061202870657273697374656e7429206f626a656374206973206a7573742061626f757420746f206265207570646174656420696e20746865206f626a6563742073746f7265> Tj
 ET
 
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
 
 BT
-213.89479492187502 194.36300000000008 Td
-/F3.0 10.5 Tf
-<72656d6f7665642829> Tj
+48.24000000000001 320.046 Td
+/F1.0 10.5 Tf
+<536f6d65206c6966656379636c65206d6574686f64732068617665206265656e20646570726563617465643a> 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 292.266 Td
+/F6.0 10.5 Tf
+[<54> 29.78515625 <61626c6520342e2044657072656361746564206c6966656379636c65206d6574686f6473>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 261.170 99.760 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+148.000 261.170 399.040 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 237.890 99.760 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+148.000 237.890 399.040 23.280 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 214.610 99.760 23.280 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+148.000 214.610 399.040 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 162.770 99.760 51.840 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+148.000 162.770 399.040 51.840 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+48.240 139.490 99.760 23.280 re
+f
+0.000 0.000 0.000 scn
+0.976 0.976 0.976 scn
+148.000 139.490 399.040 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+48.240 116.210 99.760 23.280 re
+f
+0.000 0.000 0.000 scn
+1.000 1.000 1.000 scn
+148.000 116.210 399.040 23.280 re
+f
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 186.830 m
-148.000 186.830 l
+48.240 284.450 m
+148.000 284.450 l
 S
 [ ] 0 d
-0.5 w
+1.5 w
 0.867 0.867 0.867 SCN
-48.240 163.550 m
-148.000 163.550 l
+48.240 261.170 m
+148.000 261.170 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-48.240 187.080 m
-48.240 163.300 l
+48.240 284.700 m
+48.240 260.420 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 187.080 m
-148.000 163.300 l
+148.000 284.700 m
+148.000 260.420 l
 S
 [ ] 0 d
 1 w
 0.000 0.000 0.000 SCN
 0.200 0.200 0.200 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
 
 BT
-51.24000000000001 173.26700000000008 Td
-/F3.0 10.5 Tf
-<64656c6574696e672829> Tj
+51.24000000000001 268.70300000000003 Td
+/F2.0 10.5 Tf
+<4d6574686f64> Tj
 ET
 
-0.000 0.000 0.000 SCN
-0.200 0.200 0.200 scn
 0.000 0.000 0.000 scn
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 186.830 m
-547.040 186.830 l
+148.000 284.450 m
+547.040 284.450 l
 S
 [ ] 0 d
-0.5 w
+1.5 w
 0.867 0.867 0.867 SCN
-148.000 163.550 m
-547.040 163.550 l
+148.000 261.170 m
+547.040 261.170 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-148.000 187.080 m
-148.000 163.300 l
+148.000 284.700 m
+148.000 260.420 l
 S
 [ ] 0 d
 0.5 w
 0.867 0.867 0.867 SCN
-547.040 187.080 m
-547.040 163.300 l
+547.040 284.700 m
+547.040 260.420 l
 S
 [ ] 0 d
 1 w
@@ -65889,45 +65882,34 @@ S
 0.200 0.200 0.200 scn
 
 BT
-151.0 171.08300000000008 Td
-/F1.0 10.5 Tf
-[<5265706c616365642062> 20.01953125 <7920>] TJ
-

<TRUNCATED>

[02/51] [partial] isis-site git commit: ISIS-1899: republishes 1.16.2 docs

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd05aaf7/content/versions/1.16.2/guides/htg.pdf
----------------------------------------------------------------------
diff --git a/content/versions/1.16.2/guides/htg.pdf b/content/versions/1.16.2/guides/htg.pdf
index 178b0b9..18fb3bc 100644
--- a/content/versions/1.16.2/guides/htg.pdf
+++ b/content/versions/1.16.2/guides/htg.pdf
@@ -4,8 +4,8 @@
 << /Title (Hints & Tips Guide)
 /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:20180305191016+00'00')
-/ModDate (D:20180305191016+00'00')
+/CreationDate (D:20180918074407+01'00')
+/ModDate (D:20180918074407+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /AAAAAQ+NotoSerif
+/BaseFont /AAAAAU+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 529 0 R
 /FirstChar 32
@@ -2602,7 +2602,7 @@ endobj
 endobj
 20 0 obj
 << /Type /Font
-/BaseFont /AAAAAR+NotoSerif-Bold
+/BaseFont /AAAAAV+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 533 0 R
 /FirstChar 32
@@ -2655,7 +2655,7 @@ endobj
 endobj
 28 0 obj
 << /Type /Font
-/BaseFont /AAAAAS+mplus1mn-regular
+/BaseFont /AAAAAW+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 537 0 R
 /FirstChar 32
@@ -5061,7 +5061,7 @@ endobj
 endobj
 32 0 obj
 << /Type /Font
-/BaseFont /AAAAAT+FontAwesome
+/BaseFont /AAAAAX+FontAwesome
 /Subtype /TrueType
 /FontDescriptor 541 0 R
 /FirstChar 32
@@ -9673,7 +9673,7 @@ endobj
 endobj
 45 0 obj
 << /Type /Font
-/BaseFont /AAAAAU+mplus1mn-regular
+/BaseFont /AAAAAY+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 545 0 R
 /FirstChar 32
@@ -15909,7 +15909,7 @@ endobj
 endobj
 63 0 obj
 << /Type /Font
-/BaseFont /AAAAAV+NotoSerif-Italic
+/BaseFont /AAAAAZ+NotoSerif-Italic
 /Subtype /TrueType
 /FontDescriptor 549 0 R
 /FirstChar 32
@@ -18534,7 +18534,7 @@ endobj
 >>
 endobj
 97 0 obj
-<< /Length 30962
+<< /Length 30976
 >>
 stream
 q
@@ -18994,12 +18994,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-1.323 Tw
+1.151 Tw
 
 BT
 48.24000000000001 636.466 Td
 /F1.0 10.5 Tf
-[<546865206672> 20.01953125 <616d65776f726b20616c736f20737570706f727473206931386e3a206c6f63616c652d7370656369666963206e616d657320616e64206465736372697074696f6e732e20666f72206d6f726520696e666f726d6174696f6e2c>] TJ
+[<546865206672> 20.01953125 <616d65776f726b20616c736f20737570706f727473206931386e3a206c6f63616c652d7370656369666963206e616d657320616e64206465736372697074696f6e732e2046> 40.0390625 <6f72206d6f726520696e666f726d6174696f6e2c>] TJ
 ET
 
 
@@ -20655,7 +20655,7 @@ endobj
 endobj
 101 0 obj
 << /Type /Font
-/BaseFont /AAAAAW+mplus-1p-regular
+/BaseFont /AAAABA+mplus-1p-regular
 /Subtype /TrueType
 /FontDescriptor 553 0 R
 /FirstChar 32
@@ -27831,7 +27831,7 @@ endobj
 endobj
 130 0 obj
 << /Type /Font
-/BaseFont /AAAAAX+mplus1mn-italic
+/BaseFont /AAAABB+mplus1mn-italic
 /Subtype /TrueType
 /FontDescriptor 557 0 R
 /FirstChar 32
@@ -59232,7 +59232,7 @@ endobj
 >>
 endobj
 229 0 obj
-<< /Length 14133
+<< /Length 14131
 >>
 stream
 q
@@ -59317,12 +59317,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-0.727 Tw
+0.957 Tw
 
 BT
 48.24 669.5660000000001 Td
 /F1.0 10.5 Tf
-<536f6d6574696d657320616e20616374696f6e206d6967687420706572666f726d20697272657665727369626c65206368616e6765732e2020496e207375636820612063617365206974d5732070726f6261626c79206120676f6f642069646561> Tj
+<536f6d6574696d657320616e20616374696f6e206d6967687420706572666f726d20697272657665727369626c65206368616e6765732e20496e207375636820612063617365206974d5732070726f6261626c79206120676f6f642069646561> Tj
 ET
 
 
@@ -60643,7 +60643,7 @@ N[
 endstream
 endobj
 247 0 obj
-<< /Length 19392
+<< /Length 19389
 >>
 stream
 q
@@ -61766,7 +61766,7 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.440 Tw
+3.953 Tw
 
 BT
 48.239999999999995 292.151294117647 Td
@@ -61781,10 +61781,10 @@ ET
 0.259 0.545 0.792 scn
 0.259 0.545 0.792 SCN
 
-3.440 Tw
+3.953 Tw
 
 BT
-411.84829687499996 292.151294117647 Td
+416.46777246093745 292.151294117647 Td
 /F1.0 10.5 Tf
 <646f6d61696e207365727669636573> Tj
 ET
@@ -61796,12 +61796,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-3.440 Tw
+3.953 Tw
 
 BT
-496.68409765624995 292.151294117647 Td
+501.8168483072916 292.151294117647 Td
 /F1.0 10.5 Tf
-<2e202054686973206973> Tj
+<2e2054686973206973> Tj
 ET
 
 
@@ -62042,7 +62042,7 @@ endobj
 /URI (../rgsvc/rgsvc.pdf)
 >>
 /Subtype /Link
-/Rect [411.84829687499996 289.085294117647 496.68409765624995 303.365294117647]
+/Rect [416.46777246093745 289.085294117647 501.8168483072916 303.365294117647]
 /Type /Annot
 >>
 endobj
@@ -62050,7 +62050,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (../rgsvc/rgsvc.pdf#_rgsvc_api_LocaleProvider)
+/URI (../rgsvc/rgsvc.pdf#_rgsvc_presentation-layer-spi_LocaleProvider)
 >>
 /Subtype /Link
 /Rect [423.1879753605769 231.34129411764704 496.6879753605769 241.84129411764704]
@@ -67854,7 +67854,7 @@ endobj
 >>
 endobj
 286 0 obj
-<< /Length 22939
+<< /Length 22607
 >>
 stream
 q
@@ -69270,7 +69270,7 @@ ET
 BT
 312.24 576.7049999999999 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -69279,7 +69279,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-361.74 576.7049999999999 Td
+378.24 576.7049999999999 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -69290,7 +69290,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-367.24 576.7049999999999 Td
+383.74 576.7049999999999 Td
 /F3.0 11 Tf
 <7469746c654f66> Tj
 ET
@@ -69429,35 +69429,13 @@ ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
-
-BT
-81.24000000000001 503.00499999999994 Td
-/F3.0 11 Tf
-<70726976617465> 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
-119.74000000000001 503.00499999999994 Td
-/F3.0 11 Tf
-<20> 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
-125.24000000000001 503.00499999999994 Td
+81.24000000000001 503.00499999999994 Td
 /F3.0 11 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -69466,7 +69444,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 503.00499999999994 Td
+147.24 503.00499999999994 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -69477,9 +69455,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-246.24 503.00499999999994 Td
+152.74 503.00499999999994 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -69488,7 +69466,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-295.74 503.00499999999994 Td
+218.74 503.00499999999994 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -69556,7 +69534,7 @@ endobj
 >>
 endobj
 288 0 obj
-<< /Length 35351
+<< /Length 34697
 >>
 stream
 q
@@ -70807,7 +70785,7 @@ ET
 BT
 378.24 591.4449999999999 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -70816,7 +70794,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-427.74 591.4449999999999 Td
+444.24 591.4449999999999 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -70827,7 +70805,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-433.24 591.4449999999999 Td
+449.74 591.4449999999999 Td
 /F3.0 11 Tf
 <7469746c654f66> Tj
 ET
@@ -71274,33 +71252,11 @@ ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
-
-BT
-81.24000000000001 444.0449999999999 Td
-/F3.0 11 Tf
-<70726976617465> 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
-119.74000000000001 444.0449999999999 Td
-/F3.0 11 Tf
-<20> 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
-125.24000000000001 444.0449999999999 Td
+81.24000000000001 444.0449999999999 Td
 /F3.0 11 Tf
 <497369734a646f537570706f7274> Tj
 ET
@@ -71311,7 +71267,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 444.0449999999999 Td
+158.24 444.0449999999999 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -71322,7 +71278,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-207.74 444.0449999999999 Td
+163.74 444.0449999999999 Td
 /F3.0 11 Tf
 <697369734a646f537570706f7274> Tj
 ET
@@ -71333,7 +71289,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-284.74 444.0449999999999 Td
+240.74 444.0449999999999 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -71373,35 +71329,13 @@ ET
 
 0.000 0.000 0.000 SCN
 0.000 0.000 0.000 scn
-0.000 0.400 0.600 scn
-0.000 0.400 0.600 SCN
-
-BT
-81.24000000000001 414.5649999999999 Td
-/F3.0 11 Tf
-<70726976617465> 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
-119.74000000000001 414.5649999999999 Td
-/F3.0 11 Tf
-<20> 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
-125.24000000000001 414.5649999999999 Td
+81.24000000000001 414.5649999999999 Td
 /F3.0 11 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -71410,7 +71344,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-240.74 414.5649999999999 Td
+147.24 414.5649999999999 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -71421,9 +71355,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-246.24 414.5649999999999 Td
+152.74 414.5649999999999 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7469746c6553657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -71432,7 +71366,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-295.74 414.5649999999999 Td
+218.74 414.5649999999999 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -80762,7 +80696,7 @@ endobj
 >>
 endobj
 316 0 obj
-<< /Length 50470
+<< /Length 50478
 >>
 stream
 q
@@ -81584,7 +81518,7 @@ ET
 BT
 103.24000000000001 665.145 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7265706f7369746f727953657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -81593,7 +81527,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-152.74 665.145 Td
+196.74 665.145 Td
 /F3.0 11 Tf
 <2e> Tj
 ET
@@ -81604,7 +81538,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-158.24 665.145 Td
+202.24 665.145 Td
 /F3.0 11 Tf
 <666c757368> Tj
 ET
@@ -81615,7 +81549,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-185.74 665.145 Td
+229.74 665.145 Td
 /F3.0 11 Tf
 <28> Tj
 ET
@@ -81626,7 +81560,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-191.24 665.145 Td
+235.24 665.145 Td
 /F3.0 11 Tf
 <29> Tj
 ET
@@ -81637,7 +81571,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-196.74 665.145 Td
+240.74 665.145 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -81648,9 +81582,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 665.145 Td
+246.24 665.145 Td
 /F3.0 11 Tf
-<202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020> Tj
+<20202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -84004,7 +83938,7 @@ ET
 BT
 81.24000000000001 281.9049999999998 Td
 /F3.0 11 Tf
-<446f6d61696e4f626a656374436f6e7461696e6572> Tj
+<5265706f7369746f727953657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -84013,7 +83947,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-196.74 281.9049999999998 Td
+174.74 281.9049999999998 Td
 /F3.0 11 Tf
 <20> Tj
 ET
@@ -84024,9 +83958,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-202.24 281.9049999999998 Td
+180.24 281.9049999999998 Td
 /F3.0 11 Tf
-<636f6e7461696e6572> Tj
+<7265706f7369746f727953657276696365> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -84035,7 +83969,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-251.74 281.9049999999998 Td
+273.74 281.9049999999998 Td
 /F3.0 11 Tf
 <3b> Tj
 ET
@@ -94519,7 +94453,7 @@ endobj
 endobj
 358 0 obj
 << /Type /Font
-/BaseFont /AAAAAY+NotoSerif
+/BaseFont /AAAABC+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 561 0 R
 /FirstChar 32
@@ -97454,45 +97388,53 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��{	|չ�93#Y�mٲ$˖l���M�-˲-K��%^�5��݉m9^HB!MBXҐ��/�47	Ky\J���k���)M)m��@i��%��~3#Dzc���ht��|���|3F!$DV�C㽣��=�TH`�B8rpdf�����߯"���_��������������{�)F��5}CC�ވw�sY����Q��q��@��B_��ђ����������MN�����j��a�;�q�NB��h ���
����2�a��E(~��w~0AR@�$@��0Qx�8R"�Eɣc�)c�Tj�V��7$��SRMf�5-ݖa��(+;Ǚ�r������WTVU�Ԯ��oh���?M��5������'
�}�K|�w�H���F��7aKW2�������+�]
R�E���e2�E��襼���J_J�kD"�=ј�3Yz���7,� � �c�Wﻻ�B�❦���f�YQ����Z�˴�^�4���6��f��I��U�v�����?�����۵��rk5����՟��� 훡�
 ������g�~z�i3��Y/�*o\�]佉ܨu#�5�Hf�vX��L��ݤkez�� ��tb�!.�"R&U8�,�3?�n�:�mdG�왙\K�L��i��v����bLh�х�E�!�(�f��"-�W�5)������AOy�T�cS�DZYj�����gs�rbO%Wd��{[��T���M���cu)����OM"=m^��b����ƒ5o�KC)OWL�+��k*��\�H�'��T�[��E�)���&���e��J~�/F��4}����"t����0)ҍ2�+%�[���r[Nζ_�ޚ/!vo�r�T~W֑�X��X��'�:����V!Ъ����*"R&%��v7�g%��;��;���,�w~�ߙ���K/�@x�HVW��,���@^�����b�]+���2bf�ޅgf�,q�މgg�����E������n#T��3̔=#��3�_����+J������d��x
-�5*=��\�R&�MR;�rS��D��,��Z����K"��6���0�?�
-ڶ�z��b8�n�Z�Ж�����w7}��I��T�i�,���HH��igRDPq�ͧf�8=��5}f��nv.Hc�+��ʼ�ʪ��X����o������<����_�:�ٳ�~�TK�S�?�蕹��+��v���{��R���G�XMH/��09ƹ�z�Ii,�w�L9꼲F�;f���#T�X�km�ڕ&����S�9j���=�?��Y��1F��@�����$�(�V�9s�z�~ߜ� x���cO��Xc[�Yڒiȷ*m�z�G��������ޮHv���x�;��:וқ�\�j���_���v��M�k�T���9����
���	�E2m�_�w�5�ۺ�x
-
-��[ң���V?��ux�;�usY���ƩO�������:S�S_�m����Y0\�4dj����*��Lm��-��[*�$񙵃�
wy��%w��]��Qh`�E~��:��'-�phv�M��'���.�ɭS.<��pa71�M�	�G)��&�~�?x�+��M�[���id�gYr�]�H:�����A���}��5J���L�$��7�c�g��mX���0Qf�q�J�
-�B���N�ГF�tG�w�m;;=�pk|^�ڵ�O_��[���(����(�LH�C�2G����-2�V��S��/[A� �d�Pu�&�0妸�p�n\�i�H �<�*oN�ztC�s��ၓ���rZ7h�lkJ�����$Vd�ci�klr+o�~�� 3�E��9����V����{���sk����-���2m������?�⏏0<��Ɂ�B�OX��e��-�u,�|��"����..�u�ڔ�6#�F5�V�g*r��<�d�"��@��@�ei�(��)5������������i�w��<9����$'xv�z'�%C��h+�n�UC�8�*5�*}-�mM�h~��n{������u|C�x�������}�$��93�פd���J����CA���Z���sU�p9�ЍO�yVn.F�"%K1�u��P�7鰃�q���̓�(gUGf��������L��6{��e�(6A.JrVߓޘo��^��&Un[;��e�Q�1th���Ϊ�����
�O?�s�
 ��5	�Ӥ �Ҕ��v����W��is���{b�q����+��xE�����]т�\ЊDZ.��8�<�)G)�G����o�|�ՕS���[�/�W�K���
�ȫ�����Z�g�gf��_���,
���ū�xV_Wf��pk�L�Z����oɌ6�M
-Ӻz�s����{m%z|;���f\��.�|�]�Mצ5������6��2.\�5�e�B_�	���qQ	b�QS��GD�6�ęO@p��9sy|���P*��Q��3W�,����c&.Df/j�pol�����*\�nH")���L1���4�c������������Mv�R��;�?��)��/��6=������N�\���$�:C\V`p�Ve�#H�C�o�iM,N�M����sۦG|L��W��R�,ޮ�(����9��,k���z��x�4���T&Td�;�b��?��^:��i#æ�N>��{|Sc,��Û~ųQ��J�͈��6�f�L��fYw�Ňk��E%:ԨJ֩%��#�7�1�T�r�e6X�0����$Q��{��ß�mgX=��xw���0MrD�q��c|��JCI�+������C_LZdFNn!c< ���b.�k5���S0��X�6�t��L��_-V�]f����)bj��-��u����o�׾�\���i�M����#�9k�տq����e�C���
 u��l���ڄM��ʪ~��˵�w��s�E}p�,U8 LA�G��)�	1�ESO��C?�X5�Z�G�G�M<���5=��M��)Mk7H�]U�棟�����q�<]H��X_�	`��ǰ�
N��7�;(�B���v9������y�MǮ�ha_w&�l��}˙-���q�8���3�����|�(NÅף0�:��4,���&����k�xoZ�Y�m]?�й�J&�TP�z!%O)0���:r�A�J��:L�6���2�/|ط8o7�ˬ��,̖VL
�M&[*^��N�.��4�Tl��-<�G�p�;�W�aJ&��˚w?����2�m�J=ӱ8=���E��?O�Ϗ=��C2���,��$1b�]g�22��v�ӗ�@RA\FB���K�]��]y�)4W�ql^��X�~�����,�����]��%O+ٌr��/O�H�R�6)��J�K�$��ΰj��Dk��M�Ұ��|x��|���A~�ē�9`���Zv*VW� Xp�D	 �ߡ���R�v8�UI��'���W~dz=zz����
 ���5\��93��g��@7:LL�I&��*`�xc�A��zr�65&$݆��
-J�w�s��l*j������������~p���5>\!ijR�������7z"����>��[T����
-
-�U�7�zрWp ���rJ�A����*����Z{��1�|q� ̑���1���Y����E�)>� 5:t|ڸ��6>���K�<�J[2Uz�#^���޲����[t���%�������+�B�[@�8�%�Ǜ���%A��ԡ��[t��C������?2�;���x�Ms_<~��#uuG�}��\��L}OLL<ћ������#���5��6��	|>���}���֯G�[����R�B.��'�����]�w�ףۙ~��ѵw7� �7p�N�ᾎ��k�c���-��̎��1I'�|Р�g�
�tKV�����?��^;�ֶ����6ᾷ��|o̿�5jx_s|w�����s�ķp�����#61��~u��Pl�k�A|=���Y�KO��(ˌ��d"v�H&����d﵆�(�<���Y���7f�s#-�u��&+���=�g�bR�����01`�Prn?���=6�QSFj��<���i_w_��h��[K�<����6_����־�'���
 ���U������g�ܚ�(2�F�ijݳ.=!��TXd][aֺ<v�ڪ�xCC��5̦���$^�gv9˘��b��l�N�����YvXv�nr%T��L��&�Ϳ�d�֩�l����k�j���0��ϗ[#�7D��Ww��[[�֪���I���l{Yj��x+�\���Km[k��ӥ�%`���э�,&&�LɌ�a���[�(�D��n�0������01@��(����Yܮ`�%u�8"U�g���؂�iT��Ub����I�~Xl�Q/v<[Yy���c�-O�ޝ~=������g!�D*nRr���`p׫�ag�cO�>��pը2ū��cg���_���-�љo��_V���Iʫ���^*�<�KlU��,.��v=����s9��kZY��^�����0Ws5�%��X��N@�C��~��%��x�Wbȿ_�%F�񫑪4sZ��S�Q��n��H){���aA1��38,�X�O֚�D
-_oVI�D��k�X�!R��xD��d�i���4��8$J��å�sa�xC�>��	�e&�O	�NGD��H��J�6�ݐ�|�<������%�3���'��J��;"\�	�S��&*��:V/
�	}$>]���G��jt�11EA�������wߏKR���FF���D�W�f�Q���g���	�\�һ���y�q�/Eb�$���<�U���˺6�Z�^;{�^\
�J��.���j6�fR�V�K�{'�����2y�W�E��
Sc�Z��<=�O�J_��.�M�O��Z�T%̤�.PN�k���+%D�Xӣ��c[�2]}}u��`ߖDu!�9��{�I	[�H��8��R!3�)��T���/K��2]���Y�$jn�鿧���.�H���g�&��#�x����Ϟ	M��I��+��S��Nb�6���Sf��D�v�,�wJ�N�y.�<#�X?�t�pֱ��x
�wxgB�u
Px}Њ0$���A6�8�6�bjƱ�P����O��`YŠ�3|�����C���nC�RY���
 x�+6��%��wo��Z�x�{$P�퍾��H��,����������6̍gg�?52zt$�_S>|NZ�O�ģ(f��m��������ț�m ��#�X��\W��S��ӇKS[��}��#s�Ɋ�Xc/˱z
-�#�w��wuy�����,���R�X~�-E��B�BnK0��kѩ��'�(*�a��~*J wr�����J�Ş�3tR݆`�H}Q�+��K,o�Z�X��_�\zjBU�q�ܵ�S����6��=/y	�$`8�u� -[����8�U���61�ߍ�h6�~�����{�9<DR�x���2;R�ھ�������θ>_��[;��ܳgf��8��h��'(�e���mB�&w�Ppk),�m�U�E�n�m#�[��n_z)�랦��"U��eSgS���XK�r�?#Fށ�{��d	�ؔ�p���+�)��. �ԙڏ��Rvj7jA#h�_ӹG�A7�(��{��Yq��-�g���~;���($��3�6���)�b��
-�"Y�7�;��e�@����,ʿw�Yo(����߽�\�i�%j����%�k�^C�+-<<1ݩS�T��G�sj��o�)���_���%lj�M/I�4��6S�(c�84Z�2�Z��ˎ1��Ѫy�J�3�o,l��7�������`Ur��Ֆ�W�mk��'#Da�F��ףM�YCaG�ť�'W��;���ޢ=w��b�r�@�s��Id.�o�E��[���J� �|�eW�5:9|ۡh�ǝ�֥b.��w�+�c]
-U܋��4��"~^4Tn���V�uLV��������Ṉ�?=���#W.��|<���^<�I��NVK$���dM$ڈ݀E���y��VUh��ǰ0l|�����?���0W
-XƩ���ù#�i�����HuJtt
-37{��*�cJ^�r@na1��[����̝��a��2H����Y@��D��b�p	?�m��4��#,�[���6E!L����v���

OHҚb\0�������-�V;�6d%k��O_�O�Uݬ��AR��y�}v�Xx)��� Z�y�׵���r�Z<����(l���J}N��UO\���k����5.�X]^�f���c�����<��t�:��T��Ɗ�XvED�2s�E�Ӛ��t^�@f��›
-ή��֙�-����9��UJ��lM[Z��6�@я3�W�.'�@�v6.>�[8����\.���F��_�}����
-� Tm��Y_�*d�*�HH���w�]���'�ss�ONL���ə<�̧�>�I���+��|&
-v�qxUX�qjEr���Lk���Yi
-
-< [�n�V�)t�b���%I�q��M��`��J�g���?�ayk9k�@�l6��y2�$�e9�������H.��5�0�r1[�d���ei-e�=Ǥ`�+��#���oE���f1�c���+�p���"~�d�CO�_�	I)�F�4��^<>*3�gXsrMj��9���o��]��2M�Q�\�R���6үܴ�N�{
-�N&���h��F��
-�ɚ��V�����v4e���=�k����T�W'Ԕ5wd@�
�R\?U���a��Q���Єev�%)�J��t����[T:R����$d
ND������X]amO~���D�k�q�x�W�Ԫ
�����T	z�C����(�Pܚ������r�!C�N�хC�ͭ~;?4�����J�hP����O/��}���T%����Z}�2�QV"�K����:����8�di��bo���ZA���u��rʓ��=���X-�am�R��Y�7��_���{g�f)�d4��ZS3��p���a�1R*�'�S��������I!����3�LM����Xmb�����T��*��3������I��	r��C ���0;6�*=i\�z�L��|�2Z��'�!E%"|Z�Jի����?>I_e���5����FI"`�.�+�.P�?447V*l��J����w��Oo�?�a�x`�m���
�-�
-Eɚ���ˠ�r����\^ư0��o+cD�1��g�j�t���d�OP.|.��G��w�,����h�!+=]�	�65����-a��w��ǒg
rpr�I���
\�B�N՜�e�F�g��*[����,�'X*KҜ}L��������?�E<��>9^M�v��U$�������{:"��V��;E
-m
-��2��
-
-> R+�(~�Q�;t�OUrj1�{`Cir��=��Cn�$)����_�X_�0m�\�#�	�L�N9�^��
5�b�Q�����$H�οL4Я&fhe!�GJ�NLǚ]Z}���!Kv'	��i~��>���"��Wf�}I�}9Y=��ɕ=Y9}�I��M%*U�DS��R��t#�u�n|��f�;42U�o���?��	�򖑊�z#��}���?���ڋ@�?�R�	S{A.r��fx���w4y�7���~�mF4����x�����$������m�ɿP
�3�_x�,���?�-HTtg�Y�P�'���`Epu��?c��“!DHk�}!�*B�B���v[��a�þ5���5<!|}�(�;�H�ř�N�o#U��ȗ%*I��EɧR�t��=Y��!٫�?Ee�_aԐ�I��ОAo��h��A6���M��Vc;�q��Yd��6�y�2�:��6m4=��жB���Ŝ#*�1h=
-�֠.��7�҉j�O�4�-8�C;����4��_@���'��ܹ�������_�I�w����v��7��{�y	�Q$�E�Ѝ��K�<�j�č���x7�
�|���	�r����T-���@܏,����Q'��,Rݏ�yI(�:�^�d�!ϡb��$�BF��B=���AABj'Pr�!>F}��h�ᩀ�|c��}�6��tm����X���#m�$�@/#ފ��)�
-~� �A�
4U��ߢ�%��A�(�����|����>�*[���#!}�� �G�j~��wA���s�4\db>7��*o�3ؘ��(�@
-E"Ƚ#�E��3�WG�
E#��P,�C*����<��	�!Q2J���	�!&[!GHG6�B������#�`A��A�Wjě
-Ⱥ�P5�A�h
�C��5�&�����vԁ:�Z�=�1�):4=6l��f�ល<��+���uA�gb�>�8��<�'Pz�?N��������W��$���������b���±�?�C*\�磈�؂�O��	B��!����{�qJ���FRbq�`�H��Dž�ˍ�q!�"�� �'�x�%����"s��(�l���!3��<u����E(�R��E��*/��LMiҭi�2�op�_S1�k���h�S����������� XG3h
�A4��@Q���q��o��~�U�1�ꢁ{�4 �Ż&�^?���m�̵݇�)���bxT�W��F��a4��?8=�`oD�@Ћ&j|c���q�<�Ԙ4Tj��KiPs�F�A�7�Pg�js};O���oL�f�fh��@���p��N�0K2��4*`>�)E� KzxR��LMx��G�4��@�L9�2�m
-f����L�
0��������w�c�����Ãc��~��*w�dd:�B�Z���)�fzlhxl
-4�O��O�3��I�/�l1�4Ůq��P�8�X13�A=0�f0}����ϱXz}}��A���^ߨe�@|V����&X���bK<5��p~ژ_6?�M�6�G��bIONM�
�VP������r�K�'alf�����M���Oh���5��^8�Ϥj50�l�:T��C�X�d�0�r����u\o�=�0�R��X��E`�MZF8��ꊢ����b��zf5�	��8�$�T��AĨ#+�dgG�sk,t}��GGׅ����n��-!.��=������M
+x��{	|չ�93#Y�mٲ$˖l���M�-˲-K��%^�5��݉m9^HB!MBXҐ��/�47	Ky\J���k���)M)m��@i��%��}3#Dzc���ht��|���|3F!$DV�C㽣��=�TH`�B8rpdf�����߯"���_��������������{�)F��5}CC�ވw�sY����Q��q��@����Y�hI���{o��e�w��&���{Q�PZ5��0��ػӆPz"B<���E�z�,�Lh1x
+��|�L�P�	P�0$4L!��HeQ���@��8�Z����
	�Ĥ�T��bMK�e�a6���q��y��E�%�e��U�5�k���{��OӿqM��;�@k��IÇ@o��_�F$�#$��z2�M��U�L*"�:3q�JyW�ToQ*,z�LoQ(-z)����җ��HcO4f2�L��4y��
K/8������.��x�i5�D��kAVT){-�V��2-��0Mo���Fj��dz��q��G���kgk�jfk�v����Z
'f���*"?H�f�n|�i3����e��c�K���yyo"7�E�i�"�Y�V�0����a7��Z�^�E8H�"�XfH����IU�0���O���<ch�Q;{f&��<Sit��]�z��wt�iQd�7Jt�٦�H���pM�39r~0w�SG;-U����ql��*2:z"��ܶ��S��j���ޖ�=�jssSkz�X]��n��p�S�HO��u��<�8���`͛��P�����+��
+�&�$R�I�6��VcqQy�"��	ld�kY�����ˇQ}4M_#v�Hf}23L�tc�LD�JI���}�ܖ�������K��[�\8�ߕu�"־�V�ቬ����s��U�����eF����I	��M�YI��@����u{K띟�wf=���/�^<�Օ�Kk'6�W��(:b�Xk׊mb�����w�Y<K�w�����g�w���>,`�������3e��d����o����%�j�5Y�1��-C�J��3W��Ic��N��T��Ć/��,�/�Vf#d�����=�
�h;��ϱ‚���������x��`333��M_��v�y�2:+AFF�8 �9q�D8���b�Y�T�s�;NOgeM�ٶ�����ؼ�ʪ�<�2���j0?���4��##o`�3�`���׿N�죟?�����>ze��y�
+��]`8o�^a��fg�3V����61L�qn��eRK�]*S�:������٥���9V*�Z��v�	��a��k�Z�ah�`mfe��i�>P%�v�����&ʰ�|�ܺ��>��7�&Ȃ������+V���d���G�J[��^���lj��{�l��+�*}�޻���m��u%��1W��ft�W&�����u�<��/~��`{ s��~BŃ�y�L��]cM��=������h{���Տkp��Nk�\��i�q�Sk��8����T��z�u�wtW&
��+r�
+u�0SgjK��)I|f�`q�]��d���hr�dvX}у_���f�E��G�.�Df�a��x�o�Kir���0\�M̼F�n��QA
+���	����gE�
+�x��|�$�b�YE��|�=��f����e��)d_��@��Do4�z-�*�M�X��'y֤�6L��k����B��# C��4�Q=����eE��NO<��W�v�������o�3
+�""���+J-�̑�#C'f�������j����V�m�6�TA��$�A�)n���$�[�d�3���ĸʛӻݐ��xtx����M�=ۚ��j$��3���2�X������ߢ/Ȍq�9#�zFNm/o>�տ��x�������$g~zK�a�L�";��=�Ͼ��#g@~r�����1�D�;�G�'����<ἶ��k]�6%�͈�Q
��U♊\�9�/�/�1�l.�uY�&�rzJ��럾���`fb���zk{Z靧�'ON;�E�5�	�ݽ�	}���8�
+��r��)ΩJ�ľJ_K�F[�9�_v���޵��h��@��=^�}l�#wx�;I�}Ό��5)Ǧ򇪒(���,�P�nw���i�\-\�2t�r����ѪH�R�f�_��9T��M:�h\`�o?�0�YՑ���g�ƣ�C'�,Sf���m�,�M�������7�[DDb��9�I��֎�8C�n�g򽰳��8=j��ӏ�\��|MB�@�4)��4�j�]?�#���h�\�g��Xp�j����h ^�?�2:|W� '��"��˻z �=s�Q��nŴ��["}u�ԫ�B�����U�?�o�4�����o�A��������Ɨ� K�)�z��>��ו�(!��6S�Vd6;�[2�
n�´�^���b��C�^[�Ž�u���ťK._gkӵiMn}��=�M{&���nMa����_���@c\T�Xg��T:�Qr���q��žC�\��ip!�
+ci{Fb�̕�/˧�/똉�ً3��m1�ƩG�
+ש҆H��d:S���:��؅;�������=?�x{Ӂ�T���O�{�����MO����=���-�?n)ɨ��׆\�U��R�����{Z��c�=w�;�ܶ�����Ut��*���#�����{��-��������?+���4�	����X��8��g����t�Ȱ��ӂ��i����/���_�lg�u3�8�
��3�Gj��C�Dj���`aQ��5��uj	~��Mh�.U�\8o�
4�i�� ITl�^��'�F[�V�',ޝF�z=L��G/���x��PR��J�b�a-��W���ӟ[�H%�ù��Z
�m�F�Lm7��,�j4���W�z�Y�4�t
+€��Z��E��j��bs����o.W�gZvS�%C��HAh��m�o�c�%y��P{~rݫ)�h���6a@S����߭�rm��s�hQ�\2�ES������mJkABLvG�ԓf��7VM�)�Q��c���uMO}�{S�nJ��
RkW�����w��h{�5O��6��@��1,}��%���
+�P��]�/��bf �b^gӱk?Z�����_?۾`�rf���<E\<N���2��"�����#�>��p��h�������1
K)ಉ��d�Z�!ޛVbV�DD�O+t.���5�@�^H�S
+��q|��`��=��y�Ma胭���-��
�2�e(���Sì@�ɖ�v����&�6[yu���5\��N��`��ɭ�����������x۪R�t,N��Aeb&�����cO��ПL<�1Ke+I���yי���-����0��T��5�{�xW��cW�l
+
Õ&G��9��V��'|!�v=�|����iW�k��J6����*ҤԹMJ����+���3���?њ�lӯ4�o�^:3ir�{�3�$`أ�������?7�_H��w(@��'����eU�"��%��������l���6�<8B�mi
��{Ό.��<�͇�@�I:��
+X&�qз��ܥM�	I��s����D�]��s4�����(�~��"�oj��1�i�WH���ie&���c�����2���~�f�/��mU�M�^4���!sA���n-cy��a����^�}�._�#�sd.�C��xuV��B�E��Gt��6H��6.1����9��6O�ҖL�^��s������(���`ew	�29���
+�P�'zI��&�"�CI� uh��ݿ��7@�l�'�������5�l�����H]ݑ�G�2�t�S�O���`b�H�iyM@���
�k��y<s���8A����-�{��E��KA�6�	�m�vW�]���v�_|yt��MF&��
\��w������k��Ac�n/���pL�I,4(���d�5�Œ�7�p�϶������?��M��=%�ƛ�n���ߝ2���7�=�-\�bi5��@&�_]a4��r_FO?�{���ӟ=�*�2c62���3�I�~`1�{���#J,����v�i��|���HKb�溆�
+-�r�ٿ�����$nG���2L�D����O�k}�
fԔ���=�k*g����e.�<������R)�l-p���i�������(��EirՆ|wu�m�;�fy*�ƶ�{�Z��KO�o4Y�V��.�ݵ��(��пu
�id�.ɟ��]�2&2�ح2�S0�>cl���]��\F	�z;��	n�/>Y�uj#�)�v�ڸl�0�e���ֈ�
р�x�՝����ֱ��m{s7F�c�^��|?�J*�l{�R���xk�t)i	�0ptc.��ɵS2�w�e���V7J.Qa�;$̾/�&� LХ!
+&�&l�+XpI�*�H��Y ,*��U)z��n��j���d���VV�&�Ƙ�v���w�_�c1D"$`��Y1����\>�>�����CřD���S���c0\5�L�p��Y�y�?�wctf��x���fqx��*����*���CU*E0�K�]ϣf��\��ڟV�����q�:����\
z	�?�r������	�f�$^F����q��|�j�*͜qw�TgT,���'R���(82BXP̧���9{蓆�f%��כBR(��<�g����<�>+�nZx27��)�R��p)�\�6����x�u���S����Q�!Re�����z7�'_1O�`m�|m��f?��<�R7����FB����
+a���K�bB�O+��;��|g.�eLLQ��!nꬬ����������aq9Q�YkT��@�>/�d��y��..|bt��F�K�!�xy�>�զ�Ⲯ���%���ެWýR��˽���M����������+g����L�}�<}���ر֮%O�瓯�g��wS�r��1U	3i�����ڤ��J�)��(�����z�LW__���ط%Q]H�xN����_R–3n:�Ew�TD��c�36�7���v�L���vV$���r���"R�A��F��-��/�n����gB�pR��������>��د�m���+-Q��]=����y�K)ψ3��6=ğu�-2^�ޙP�b]^�"��� ~��+��M(���q�?���qF���g#X���"��<��;���z�ې�Tl�/^犍uy	�C��[��&�	Tr{���;��6K�=�h��@.#s�
s����O����ה�����*�(��/q�d�x���%%�?��o���0e8��?�Ժ��
 ��Ԗ��y߻����{�b2���r��C���ݿ�]]^hb��4������9�_yK�&�Ģ���f�Zt*8�I�4�
+e�#���ȝg239�F��$A����T���5R_�튽�˛��*�+�9���Py�=w���/'g��
���K^>	Na?H�V�kD$5kUd@5��M̆�w�3�
��l)�����c��T3^a�̎Ť��"�x���{�3��W=��N��:�왙���E'�b�	
+uYn"c����$��Z
+�v[`UoQb���lۈ�v�ŗ^Jﺧ�n�Hcr���Tg|8��2���ψ�w����4YB�&6%.\�4��z
+f��1u��c����ڍZ����t�Qm��2
+a��:oV\8{e���s��l �1
+	g�̮Mǧ�a��X~�B�H��M掽k�%��+#$:���w�
+�9��w�$�u�d�i~ij�%�����P�JOLw��&U����܁ڱ��tJ{��W)�y	�Zz�KR%M}�͔:�'������L�Vo�cLba�*A����[���<�/�=?18X���u�%G��w������D�E�Q�8��hSm��Pؑiq�E���d��-*��h�ݻ��i�\����@y.w����xQ�9�V/���?;�j��i�N��v(��q�u����]�
+�X�B�����0�����
�,-�Ut��r����c4�s,G�O%+�ȕ��3�q���Ej�c����:9:&YɆ6b7`z���D^~�U����1,L���h)~�b22̕�qj���p���m�p�ǩfA|?R�����#���ǘ����[X����9�<s�ry���������DPi����>\k�l*M9��V�a�MQ�l����u�~zC��������m0D7�ilK�Վ�
Y��pE������d�D7+�o��}q^f�+^
+�|�'�V6BA�u-��������*
+۽�R��,g�(���fkz{�K"V�׷Yko����+�50�!�ݢ���U&���;�]�Q���o�紦17�0�ٹ�𦂳뤾�uf}�:�e9�E��q�R�)[ӖV���"�A�����ˉ�з�]����&����p�8�5���`��e�s����|/UEjj�Ʃ
+٣�0��-��� �D����������'&sr&O0�)����|�����d)����i^�9F�Z����7��;|V��Ȗ��y
+]���fIR|��u�#.�+�R�Y���OrX��Z��Z2P)��r�#D�L�-	�cY��2�8��x1�K�nM2�\�:�Dca|Y�AKY|�1)X��d�{��;�[�m0�Y�����ʇ*������>���~�_RJ�Q(Mv�������܄\�Z"`�e���z���L�i�5W��uz���+7m��B���jo���������q�fk�Ui4EFe4�M�*yvO�����}-��	5e��`���OU��X�t�g&94a�]eIʴ���5]�/����T$�l%	YE�ѩ���l�)VWXۓ_��>�o\&��2�jd�2��!U��m267�"��&,9-3�v�\�ЦӧDt�P�js����
�i+��'T���5����=@�v�1U��a+��@��Lb����x������;<&NF>YZ��؛�b�V3?d]����psϣ��3VD.�CX[�T�cV��:���!�b�ޙ�Y
+ 
��V���)�.�`oXl��
+���Ԣ����p|&�}RH��%�L(S� �z<V�X/��Ʒ4U)�
+j��~�h�R8���<)���?<̎�C�J�DOW�^�!��9��������AHQ��V�R��p�빫��O�WYh||M�r��Q�ؠ�劰T��
͍�
+�ý�R�da��ݶ��[��sX=�x[��qCkK�BQ���@l`��2�����c`&��1,�6���Qj�FF�Y��%]�66����g������K#�9%|:Zb�JOWa��M�f%!`K1�]���Y��\lF�7zW���S5g�����E�ʖ�kq�=��	G�ʒ4gӻ��~p'��y#��}p�O�W�@����|�tI�*>��q���ȡ�1�N�B���w������(�bT��S��Z���P��u�����4I
+�&��7֗+L�+�p�:�s�Sν��CM�Xs�a�l�E-	z��/
�ZYᑒ�ӱf��B�j wȒ�I�o��ƭ�?Gl�����b_Ry_NVOerreOVN_y�~�D�JU2�Դ�T�*�{��_����L�y��&���ϭ|i���e���H1~G����OB�g��"��e���^�����x����M�M/i��D�F��Cq:n����ï��&"�|�{ħd"y�k�/T��^</������_�tV �	�/x%X\|(��Xa��d�r_�{��Щ�?�儵��vw�ᰯD
��D
O_!��8�Gq��S��HU�'�e�J�#yQ��*�,}O�/{H���OQ�W5$`R))�g��d1��f�����?G��9���Np\.b�ญ`��̠Nh��
A�Mm#���f�u1�JtZC�B�5����A�t�Z�4�{����"��;�oE���>��	� w.h;��+��h���yyp���
%�^Fj�B�n�+G<t�+�:��<q�+�0�MmG0���0~�m$�"U�,<)2�#1p�o
 �I�=��A��l^ʦ��+�{�s��<�:����PO"�cDPG��ډ�y��Q�"�cx*`pߘ��`��q��Mt5]���?�>m�H:�"�ˈ��<}����3�w�gMUqG�hI "�GP<� �?��0m�����֬)C�HH��0������]�b%�!
��ύ4�ʛ�6��A>
+�8�B�r�$F�`����Q`Cш����
+(� ;���bx�D@��R`�lBf��V�ґ
�P��,�~#�H.XP>*DE��@�Z���*T�jP-Z��P=j@��	5�olA���u�N��B�b�~��M�
[��YEq��&O-�J0�do]��ƙض�?�a5���	���������$��U�8	�/��)$�r�8��X��pl���
+���(�&� ���k�P1~�?.@2��\�����ǃ��X�+%)�q!�r�\������!HE��?�r	������x(�%[��a�L>�C��k�qJ�T�qj�ʋ|�3ÃCS�tkZ������T���5##��Ԥ�����>3և���@�h
�)P�t�:h@�>�D#�zh���h ��?
~�I���~�u|�!s�oʧi�U��U>����b
4�N�x'���4�ߘojf �z��5&M��0�R���Q�m����Y��\ߎ��?19�Ӥ����!�c��$�b��3����5��
+�Os
+C�%Ȓ��x5S޾�Q���o ��S���B�����~vh���⿁��%���Xy{q����f��;���Ŭ������h�wʫ����S�����hn�� [7M�k�2C,�)N!VL��iPL�YL�j`����s,�^__�y�e���7j���U�)�?���c����O���(��6旍�OyӦM�Q��XғS�}þ�7�f����I���A���{��&�c�c}����~M����3��E
L7[���~�;����>V'>��)���p�[~O*����tF���e�}��Ť��������ĠX}�ހY�@yxj��>	#ՠxE1j��J�(����]_��GGׅ����n��-!.��=����?�M
 endstream
 endobj
 529 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAQ+NotoSerif
+/FontName /AAAAAU+NotoSerif
 /FontFile2 528 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -97523,50 +97465,35 @@ endobj
 /Filter [/FlateDecode]
 >>
 stream
-x��z|Օ��3#Y�mY���$[�[�e=��eY����Iǎ߱�ILHhI��8�R,B�l��fY
-,��l�R�Jiw?���_7��G{�ɱcR�o
��9s��=���#�B|�D4��0�
o�i��x(27�<9
-ׯ d芌����)��)���l�}#5������@����"B������6�6���
�k��������G(nQ����w:�	��ad��F^/����$#�Mv�)��}����}p`��E�c.�ƿ�`D��px����A�P$Nc�$���JUF�ei�:��h2g[r�3����g���������`a�(\\RZ�Ͳ������ob��܍�y��iI�~\�u�ŷ�g����6$e�&�R;Ax=�"�
-H���|ۦ�\~������ٴ�\A��΅wW|��Xy�q���K��ϼ�ëx���f��K%�'x�H<�(cyUV���^���LxW�K��?}�4���W�;|��^{���5���F�i�Z�[��{��y����<}����c0�����#9BF��`$z=v���]2�Vv��~[�M.Ӛ��������[��T[��M����
^KE������5��8��˫��	)~���س=����9�~O�v�	)�������H��U*{H�/�)�a�Ph
+x��z|Օ��3#Y�mY���$[�[�e=��eY����Iǎ߱�ILHhI��8�R,B�l��f�(�Ж�%Ki(��������i�M��wf$ǎIa�3Lf�̝s���s��F�q�D_�w��6�	�����ܠZ��(\����+2��+ڧ�	B�sh8:������?c$����&����sC�w�ڈg��7p�ijs����{��l�E=��3��'྇�9�x��/��$#�Mv�)��}����}p`��E�c.�ƿ�`D��px����A�P$Nc�$���JUF�ei�:��h2g[r�3����g���������`a�(\\RZ�Ͳ�W���ob��܍�y��iI�~\�u�ŷ�g����6$e�&�R;Ax=�"�
+H���|ۦ�\~������ٴ�\A��΅wW|��Xy�q���K��ϼ�ëx���f��K%�'x�H<�(cyUV���^���LxW�K��?}�4���W�;|��^{���+5���F�i�Z�[��{��y����<}����c0���W��#9BF��`$z=v���]2�Vv��~[�M.Ӛ��������[��T[��M����
^KE������5��8��˫��	)~���س=����9�~O�v�	)�������H��U*{H�/�)�a�Ph
 ;�E&��Tĺ�5.�ȕ0��f잟�/�B$�����甛��63��[3�bX��*�$
 ʝ��{��������{^��_lZ��jKjjvu~�&GH|�$��7"�7�������-[^����Oio����nk{����:�$���!���#���@�a��� ��yFiR&�+�CY
 �&-����}��D�E�x4E�6S��1?K����ɍ^㖫�K'��jூ�Y��	�T�u��/��b�Z&��+e���J~*�k��������:�h.i!;6�Z���n������xrb�����V����]��VS�[���އ�>�4��32g�?�������ct�`���Y��B�V�8F@Hu&�
 #'�I�/�<1��p���ҍ��
�K�-
��+�\��h�W��:�zr"���Rg�TYѮ-����$�|��\h��l.�f��v7We�nm/���[?U��۷�*;��抙�
 yR^���O
�2�	�ݵ�NGz��4f
--6�A��<������%w�lE:�+��T�?&*p�{4����.{2�9>�w�pd�Q~V�s���B�>������kJ����ZAW� ��ԲR�i�4��N굠�T0��E�,8�/�7TX��1�}Nyw	���r���AR\R(t�em�����/o�~�߶�N��خ�������I)	F�u�P�8S����r�ynR"�=5�����u�����ʸn�g�4l�
��WP�f&u�5�.L�8Z�[�Õ�*�z6�?ZP���٩쩭:���}:�ʂ���j�XFQ�����Gӆ~Nk���!P�R
-�'����궧1��Ob��;M�ܬ�\���޹��(C/���]����c>�l��Bl�b�����iZ)ƭ�v���7y;����u���g����h�9a�F@
��-�v|�d���{�Y@2��̵��1>w������\=X�uG��j߫�}��� ^�)��j&�t�V�6���*GNI�<3��g��Ex�t��]��۪�
�}=�C�
�Zۆ�hQ�����-G^7�w�Z���@U�����L�rהZ��<os�[!s7��a^�0�l&{�V���XF��=�)�X&!]>?x
-�_���f�ӓ�lr����]��
ϝ?�����GE�[��6����鑘K�rm�${sP�s�Y�2I����������������E|PW���\�?���૿�g�ޙ��7��%���
+-6�A��<������%w�lE:�+��T�?&*p�{4����.{2�9>�w�pd�Q~V�s���B�>������kJ����ZAW� ��ԲR�i�4��N굠�T0��E�,8�/�7TX��1�}Nyw	���r���AR\R(t�em�����/o�~�߶�N��خ�������I)	F�u�P�8S����r�ynR"�=5�����u�����ʸn�g�4l�
��WP�f&u�5�.L�8Z�[�Õ�*�z6�?ZP���٩쩭:���}:�ʂ���j�XFQ�����Gӆ~Nk���!P�R
+�'�����궧1��Ob��;M�ܬ�\���޹��(C/���]�����c>�l��Bl�b�����iZ)ƭ�v���7y;����u���g����h�9a�F@
��-�v|�d���{�Y@2��̵��1>w�����\=X�uG��j߫�}��� ^�)��j&�t�V�6���*GNI�<3��g��Ex�t��]��۪�
�}=�C�
�Zۆ�hQ�����-G^7�w�Z���@U�����L�rהZ��<os�[!s7��a^�0�l&{�V���XF��=�)�X&!]>?x
+�_���f�ӓ�lr����]��
ϝ?�����GE�[��6����鑘K�rm�${sP�s�Y�2I����������������E|PW���\�?���૿�g�ޙ��7��%���
 �����-;,�%�bs(�I�-
V����K{�;Vg����Ȇ��/�7E���Z����n�X�3��ݽ����+9�@<����OF�8Apcx�c-V��o������	��䉄J��c�
 �ͬ��X��N՚sӍ�]ͩ�0�[}o�\.�%��T�s�a��s�2�D�$Y[`���Zk
h�hb�Z�����o���Y����4�/h�#�ZdG��&���R�x��¯VC�Dc撺d,�TP5��A�O�j1�.7g�D�fY;с
ش����BUzAwա��M�tUaOE-UZ>P����
��~�f41ÓK�gqg$E���]]i��6�P��++������9�6w��_�c&5��H�3��$K����P
-���v?Gq�s��8��-��hKz�dގ�޽-���'���W�]J�fdeٓ���1c�Z��ĩr��[����_��0�e���M	��\J��Q_.J&��RĐ9�u�H��w�:��0�$� N=�S~�G��xavz��Q������t�%O�Y�,��Yl�꫕kO}��I�Q_�\�j��X��A0��^U�rЉ�\MGxw����)S(�0�;�I�=|^a�~B+w�s�z_����&���H���z�i��e2se2�u֢���,����Ma��_QF���EIL,3cj�O��Z�/�ѽ��hL�'�\�}q�	l�g���r�_�11B�,MQh�����6�����ϻ�u�K�ធ��}6��s�zCm���S�eW��Er��
a��h��š��Z�<lk-�DR
�\��?�{A�v��KS����Ү���%�v2ZY�L�a�u.�X�2M��5x�!"��:��:����������%�3��]ӳ���}v��]�L,����f�1�d����̵YK��
-�v��͙����og&���B��N�S;4���֘��:W���UN-���h�]���qx�z�����7q����KA�Q�,�N�ư��zt$Q�g�zn��l���}˶�z|sk&��E�'��i�t�A�Ij�7$�Բ���We@aq�y�6#�rUB}�����/��#�jm1����
-�r�Z���*mP�~+�0K;?[v'�&�n̯�'Q�V�O,�,���`A\
B|c������<�V,G&���y8lx����3�է;:�sΝ��܆�2���Գ��hl�sS��vӍ}�����Y��|�H[�#���G���q��Lֿ�	&ɯHH��t�X�-��g9����o��]�[ʲT�M����
�K�RY����G鐩���ֹ&3�e����� O<K����'���:�����\b~�f�v��G{�޾���t���ʜ<ڦ��}��W���FS�\t��D!�~W%m�M[K�t�Be�7D1?9�u8������2/ϓ�+��?T�������b�jS@�Q�S>�҇_�^���)ݕ��E������Yⲩn��1R�[wL�\1�����%��*9VK�^w@�h��*�.����1:��\�����QOVxSX�iZj������#�7Y��-����vI�u6]a���R6�n���~ R�f�"��ڷ&?�Ye�����X�m��{��R�0c��x�/2َ�m¬
 ��^����S�"s%8�D-���Ri�"�������}���az�v��(aeia
^Y��5��}5~�`uΥNf�w��w�����I�ʮk�De�XCN,������o�NM����$S����g�UY�کFRɱm9�}��ǔ����L�݌?��;`���'��҅t��t=?KoHu��S3�d�(sSH2U"M|�JL�،���Sի�j=�)���&A�L��E���E�e�`EE1���P�t�Ḩ��pAᝈW�Ƒ&�˽��1�V���O,�'G�..w2��n�Я~F��/���D�ަVO;�B)��I
-��h�X�9�p�ٷ�^e\�7������R񼹑H���}����B��P���G"N��$�6�7l�ЖN����~�	P��/��B��L[�߱�z���>r �l����*��+�`�jR,�~pm��F})N��m�
-���Ϯu}���ҍ�:;�彅'�����ة
�8���]rc랞�/r�y8l	e�e��X�ģ	�IwG�����Y��6��VEf����MpǺ|�\��a��-'�=
AYZ��.���U)s�Z�-��(A��L��#>�
-5;%gkh`�z�r�/�)��ُF��|������1M����,;x��'������?c}������[ۊx���j<�R]�?�[۰�-}z���ff�ʝ���X+���I
-�����_�
h�lڰS����Z���~�_��>՝an.����aK@WT�5��C#w� l��Rr_�C�9�N��������F��-'�
-6�H�I�l�:!�����<�$�%䮱I�.8����9�E��_��t�Ba-4\�\�:q2ǭ�E�L.��99Z#�QA��0{7�-�=��7k��Й�UYO�o�vZqǛ{��������n+]�%�}���5~���?��S�o�/��������j·�t����;�3uenS���d]�C�����j?�׽l:����f�l����/��7�p���F�����L�A��J��L�[��F[⧇�7�;�[|��bE�K�
-v�OZ��+[Q����@mh3�%��D��vG��7L�.I,}�'f�[��b״�
H�:m���@�I�e���IR�J�7��h�N��KQIS��/��ګ�?z���ޗ��Q��eٶ���5;�"���l���l���S�m�*�����|�0���g��i�^nդI5�$O,�15���aL��R#�i�ͳ5���Cc�II[�AW�uȅ������4*��,M�s�ʚ��O�.D��[[�ӆ��K���nv�An�h�ߡa���u�߈���F���6w�E,5�u�Ń������떥�b�8��q��i�Z�H��s��J�*����az���dR�:�N�Y�T��Lv�ٞ[P�M���;L�Xl���Y�j�����
�D7Œ�?�r���bgf��Xo;T�r�8�L�G��8˹Ϝ����fS�A,6�_Yd�n��]8����vz'!ȗ�kL��7�g5&�j��O�A�ڠZi+�r�Y
���z���Q���C#dG����W�Y��lT6�Յ	ү�.��63$Nf[�qs�
 �5g���w�
-U�I`B'��	�j�.,��%�
5a�:���	�FZ�}F�֜��&[�2sh�m�<���1�l$A�P���"��`%�+���xY��;1���Rκ�L��3�5�
m�M=Uj�����Ϻ��FqVMۆ%�q�@�zg�U�5�K�3�C�
-�
��
̿+��x��#��� ]�evn-�-�:�oZn7N����^[4�G��Tv�H��L
-����W�}��������y�_�_�(��[����=��d�����?Uw���be���DOO��c����c���d v���j���N=��z�\�3�0���01�%5�3��1Qi78xr��7�`��\H�$�I)��^⹡u�B�L��L�bݯ:�w�K�ʲÿ����Ce��6S��p�#1��?}�?zr`��a7��zL���J�U��J|����#0[�.i��1�
-m*�(�BJZP��������B���i|��92����hZ�v(^4В(ԅ9�%��Vi^��Ъ(;����8X�p���ʮ��1eC����.���o�ۃ����R�QB�7��kj9wSq��{��\}A�<�s[�gن���]�%�͙�A�B�L^u)�Y�h��Չ�G�v�������!P]S�N?l�g$.���}����cӪ_?�g3KU����!/]Q�[�v�Z[x汾޻:�{'6�ӆl*E8�^>�fN���;ݮ�.�x��$3�3t^�M�Y�6Z�zkK6󽬢zpR�qh��33=�4P�foW�^	����m�?���p��l�##vg�h���._�DcΉ��p�S�K_	M���S�چ��{F<����Ž;bv�B
��j�z*^z�n���W򠍟Uݺ���w�:���o�
-myU6iz�O����Zt�[�O~�g�-[�&9�8Q���bm����mUBt�ͭL��{4�`�^��Ў�Wvc8ָ�x�F]�H�Yj1}��L�K�4�u���,c
-w����ũ�A~�Mį��y/�ۡ���(�"���;=��!;#��S08�]A���`�J2"�7�\j�n�,B+�O#��#�,��IL&��%�U�{Ju�N-����7���k�R������P��/�P��,�*�x�vȤ���&lU�<�h4Yv-�F�Y�$'59��hT�9�����R�;ZOT�6��/gn&:��J���
�o;b��d�_���lѳ����N.�$V;.���h2�g��s�Y��{��*��_���y�,Lд�á"�L�۔|�b�7]E>jL�F�2��4M�
-�E�e�������N���]&h�k}>HBY�̒uh6+?ޯC�~�R�|5g&! �~�yEL�����K=��0i��Ʀ&����c����}�e
-��d�.[NTV�b�Q��*I�D�@@�o��j�}�:�����o��*�����B��ԉ9s�,�ȑj�6��n�T�vy�(_��Lt�پ�k�ggbf:�տ51~��=��,�7���)���^��
�K�0 Z����4z�Kp9ދ��� &��N6���J��_s��v���\w3���ABc‘�_���x�'
-�'��s�����IjL�;�_�#ɯ�����c)/	L�)�ө��-�g�\�O�Mx^�.�)z_l�1���V��t�Y8J�9��X�����
�=D#D�9T	G�p�P��
-G����Q=��x��t�I���%
-@�8�=������q�(��0��G�U�|ƟC!xO¹������#�����!=�G=p������t =q�׮]��c�	��,@�P��xRq�Y�OQ�!+<�R� �\�v�cEr�1�@��=���/�A�������K?x��W�R*�Y$D�#Ϊ��S� q� �	$_����w� �L "�GP
-z��@�Q��]��,��UMMUH����a�S��#]
�r^�!p2ؿk�h�_�@�z�$���
-8EH�B����ȡbW %R��CdD&X1ـ �.�A&rB��Bn�R/�<~�]Џ��JT��Q
�Eu�5�FԄ�Qj�ڽ�Ah-�D���7�.�@��7_ב�E�)��;���ә}���tQ�!Fg��?�����8�T��t
-���8�Bj��s�^�s��.N�")��N@:|(>&��q:�\��y(�H����ȋ�Q6Q�󑃈��|�M<�'!5q%NOB�d��_]���8=�Sqz
-��g���E�*N�*?N�vjs�����������si��LJ"���>��$Ѵ2��5��S���QGh��B�h\�7��;�
���4����J��s����ٻ8�[��~do�״
L��c�èq�ƎA���~(�ǁS������ ����
il��5��9�r��1<Q��G�>�68n"��RV����S�#�c�<�ӣ�Wf�L� �4d=y�j
�0�VF����gōLkz53S���ީQ���J��@0ª����`�7�F�6�"��9��:��7kk����#Cc�����M�.gm�X{��8���3��ٱᑱ�8��~��9�u��+ؖ�K3�g��0e&�*�D04
��57�30�33G�x��}�U��o<�p�q�3�~�L|��b�:���(<��c,nG��֭[����X��3��#�8oe���Q/��,HG����͎�Lif�4%�}p�?��,����;\��t\C��Y�d�0�j���¸�ݍ��e�
 #�G^1�^�}|j����v�הU4�U�7�o�
-�v�<:u�VWJ�J=8^d�FXs�dY�l4��Љ'}�R�r"�.|�t���yL��-���'�
+���v?Gq�s��8��-��hKz�dގ�޽-���'���W�]J�fdeٓ���1c�Z��ĩr��[����_��0�e���M	��\J��Q_.J&��RĐ9�u�H��w�:��0�$� N=�S~�G��xavz��Q������t�%O�Y�,��Yl�꫕kO}��I�Q_�\�j��X��A0��^U�rЉ�\MGxw����)S(�0�;�I�=|^a�~B+w�s�z_����&���H���z�i��e2se2�u֢���,����Ma��_QF���EIL,3cj�O��Z�/�ѽ��hL�'�\�}q�	l�g���r�_�11B�,MQh�����6�����v��7���=%'�l��'�L���jq�*ˮl���F3�NU�p��5���py��Z�����9,��.���#���wTG�]uK�d����(�$�\�:e���k�$CD��u�uH�'Fi��'�/�9�K�g4��g���'��</���X�Y����0b�������k�,&���
 ���5�3���%�1�8�L@YW����(�vhn_e�1ocu���뫜Z��U��#�:�t�����.�
+|���ש7��$���Y��N�a���H�2�r�܆�'�2*�?����m�����L�7*�zO���龃t�ԜoH��e?'q;�$ʀ��%��mF*媄�|���_ГFX��b������2���!�Uڠ�-�V�a�v,~��N�M�ݘ_�YO����X�Y H){�����Ƭ�8o_�y ��X�Lh[��p>��,}�g�Owt��;��
W�dj߳�gO���z禞����룣�����䑶�G>�Տ��?d�3���GL�_��>,>���J�:[���r������/v�귔e���*�)��;�إ�R!����!S�]�sMf�$-a��A�x�ds7SO@��uj)��������n�|�w����}W��+��_��ʜ<ڦ��}��W���FS�\t��D!�~W%m�M[K�t�Be�7D1?9�u8������2/ϓ�+��?T���]�S�T1]�)��(�)_�
 �ï~�egw����
[Ң�v�kt��,q�T7Y��Ȋ�;�f��_q�^��犒me�����/�;�l�AH	v��r����_o���Rd�Ԩ'+�),��-�~MF���㛬��ޖxZ]�j��s�:�����i�r7Fv�u?)`�@�]i�[��[�kjr�뇶��=~K)�]���\h���l��6aVL�Y����x�){�9�H���S�4s�����HUI�>���0=}��g�����/�,��k��o�:�R'�փ;^ݻ��c
L��$^e׿�y��|�!'�c�w�C��B�gw���q`᳎٪,}�T#����ض�>��cJ����v	�D&g�nƟ���p���d�B��m����7�:�SݩrA2���)$�*�&�K%&pl�QBĩ���q����H@� T�Iܢ����Q��"�ORe(y:C$�S������NīH�HW��^NJ��z��YJ	�'�ʓ#d��;�Ym7d
+�W?��Зhz�RoS���E���$�LL	�b,�Y���[_�2�����O�d�x��H$Y_��A�p!L}��Q�#�[T�A��6vhK����^y?Տ(��Yl!A@����XZ�f�R9�Y6�D~an�[�jw�^0{5)�M?�6������Gﶊu��k
+�g׺>��O��y������\R[�N��[�Eu��.��uO��9��<���Ӳ�v�y���Hx���W��K]\�	�"�H�M�&�c]>^.��0���������,-@od�窔�A-��CR� w~���M�����54�~=a����˔���G�|u����z������ds�w�����[N����酟���s�s�sЭmE��Jpa5o)����m��Җ����P3��f�N��n������${y����M6mة��T[��gw��o
+[H���07�X@Wݰ�%�+*Y�������M6Bx)���!�ڜ��	�i�`COa�C�~��}�
+���$�U�B��q�PK�D��r�ؤk�j~�ќR����/�_:\��.i�Y�8��V�"W&�t揜��Ψ 茇r��n��ݞYƛ���v�Lƪ��c��7C;���ͽ��w����s��.��抾b�����쿟��S��u�R�\�{��c5��^�ud�x��љ�2������.�!���zK����^6w�r��z3b�����^�z8�wg�v���ts�� �c%�I��-�a�-��C�����->ME����U��'-z�-�(ZBMR�6���pV"w�~��#��&f�$�����-�mz�k��$@��z�xR�
��2RE�$�A%�|h4I��⥨�)^뗃�{���=p��w����(Uβl[�_sლv��Sl6��i{�����ֶ?e{u�Su�l�a�@�d��J/�jҤY��'�טv��0&q�T��4���P��衱٤$����+�:��@�`��o�b�N��ɹreM��@�'I"��-�i������FSy7�� 7r���P����ʺ���rel#
 ׋�a���"���:��AJ_`M��u��c�A�UѸ�ٴs�]����c�C�F���0=g�d2)U�o��,y*^�~&��l�-(�&�{�����6�N�,�5nnl��]�a���S9�F}�33�Y�7��Y9x\Z��#K_���g�׋D�|�)� �,�N7��.��e}D\������5&b�ԳA5���I� mP��j����C�^=}�Ũ�vC���#������,�H6*�����Xaf�'�-��8�9�̉ƚ�_h��;}�*H�$0����U��e������0�
+�^Q�X#-�>�Fk��Z�-U�94Զa�����	6��t�loj��W
���_��
�,�����~)g]R&_���6���*5�t\|V�g�t�Q�8��mÒ��t�f���*��%���c�~����K<v�G�h��.�2;7���?��7-�'�
k��f����#�W*�{$DZ&��	���>���m}
Nż��Y��ݭ�`�[ƞ[]2�BD�ߪ�yk����G��'���ѱ�������o2�LuC�
+5{�M���f�L�ƙxIM�
��w�ϒݙ|Ԙ(��<���y��X.$]�ä�b/��кu�V�Ni�w��W˻٥Ne��_�{�⡲uu��Cs8摘�م���=9��䰛��
=�
p�P%�*�
�I%>�W�����-g��I�u�6S@!%-��X�wb��?�P!�[�4>�ӅL�`\��];/hI�œ��f�4�@_hU�����_,S8Jsbe��瘲!�y�g�~�7�����~H	��(����5����8z��v�� G�-|��lCxn����L�� O�d&����,F�������
+�|MK�pNq����)M���3�zL�>�Q�?�1�iU��/��쳙��*MA��ې��(�n�}�-<�X_�]ٽ�iC6�"i/�n��NKŝnWH�T<Xe���:�æ�,i�h��%��^VQ=8)�84Z�Ù�j(Y��+�Z��S���޶���k��^����R�ʑ��k4BM��b�1�D�pV8�)̥���&���ĩ|m����=#]�~���ލ1�x��S�L=/=M7�R�M�+y��Ϫn��|�;B��H�7S
���*�4=ۧ��R�K-:�-�'��3��-_�]�(�Rg��LW��6�*!�p��V&D�=u	0X���Zh��+�1k�p�q�.Y��,���H_��%e��:b{G�1��_a�s��T� ?Ŧ�W��Y�������u���jN}[ɝ��␋�����)׮ ��p0_%��d.5�I7m�����B���$�����*�=�:W��_~��?|D�-I��Us�NUQ(�[�S(nb��^<U;dR�]A�*Eg4���^#�,v����t~4�w��r�ccm���'�X��
 ���37Vb%�|̆yƷ�OM��/M�؎W��Y�_���'_���]ls4�T�3I۹�,��=i���/���<W&h���Pw&�mJ�L1՛�"5�G�I��l��w�Ѳ�t�U}�s
+�R��FS�.�ֵ>$	�,Yf�:4����!F?s)a��3��	�d��ż"�uP��~^��r�4BCcS��P\�1u��~��2}O�Z�-'�+\�٨KI���"Y  �Q��7VQ�Q�>`��{���7Vmo���m!�d�Ĝ�h�M�H�t�a�U*u;�<|���P&:�l_pϵ?sϳ�313���ߚ�����_��QB˔�W�b����_	��GS�t��~�%����Adď�� ɇ�?S��ԯ9JN;��}����{��J� �1�H�/x�m�����O��n����&5&ݝ�oɑ�WRPJQʱ��&����T^�ԳB��'�&</J��/��R[G+�O��,���C�G]�v���"�����j8p��h����p��g����E<N
+p:�$W����_��Fҋ��k�8AHx�pԣI�*~>�ϡ�'�\AZ�}��`xuq��8wSGQY���vDq:����k�.r���D�[�Oa��8xǁ,�(D���y�Km.]�±"9�T�����y�� ��N�Ӎ���]��`)�,��g�s�)N�8O��/V���;h_&��#(=�o��(Fۮ�{�媦�*�A|�Z�0ѩA���.�j9/���ߵA4x�߯U f=�QJOK�"$�u!AR�h�P�+��P�!2"��l@��?� 9�Jp!7x�j?Ԯ�Gʁs%�Bըբ:T�P#jBͨ�B�ގ֠�u�u��P� �ě����"�S	t���ގ����>��q:�(��3�쟉�I��b�N�Kq:�Rqf�N!5΍�9@���9@_�s�o�_' >�����8�c.��<�C$��HB���(������AD�t>�&�ӓ����'�B2���.�d{���8=�ɳqz
+�"�P��P;��l|bnjdhxF�r�4U��C�M�X�]S�hZ�GӚց適[����	4�g
�a4.�\����P
�]
C}�W%@�����[������-�o?�7�όk��F�1�a�8�jcG�����H?�����a|l|fn�F{�FƆ46���vd�c����(��#@�{7��q)�Y~������1M������+3C�a�C���<p5��K��+#��oc���F�5�������h�Ԩf|p�MV aU�����
�ӛB�@g���_Q��������鑡1��@o�&o���e�=�B^��ޙ^�������R��@�f��:��l��v���f��2s�U"�m񚛀��ᙙ���o��>Ī��7uL8ȸ�u�x��&>�r��e��Yz�O�1��#�y�֭�h|Z,������U����فˍ��yOm��#Տ�
�M��f���43�����>8ş�j���ewB�.�w:�!F���c2zf�S�za\���wr��ڑ]�
 #��c/��>>5��PL;�k�*�*l��Ϸw�T;p��:@�+�O��2G#��
+X��t6�a~�ē��M���
9�
o>xP�t�����<&B�R��ʝ'�
 endstream
 endobj
 533 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAR+NotoSerif-Bold
+/FontName /AAAAAV+NotoSerif-Bold
 /FontFile2 532 0 R
 /FontBBox [-212 -250 1306 1058]
 /Flags 6
@@ -97593,42 +97520,35 @@ endobj
 endobj
 536 0 obj
 << /Length1 8508
-/Length 5823
+/Length 5824
 /Filter [/FlateDecode]
 >>
 stream
-x��9XSW��@�C��ϐp!�	Ix�^!�C��D��R@E��vZT[�:|�;;]g��cSu;v��u�c�N�v[u]�k;n?wڱ�l�ql��� �cg�
߹��s��_�0Bh)2�P�l�p�h��Q�2���m�[U�q?<�BHy`h]O����v�T��+��/��{������(!ާ
wO��I�	�_�\�ؔk,p��$�o��et����� B	�}4�=�����z�D
B"���r� �^
�-�c���?d)`~�9}���ѧr���ޞ
\ڄ��������=c1��?LD!�H,	��\�4*:F*�+������Ĥdu�F�ʤ��22�-GY���\C�єo�X
-QBŨ��Vf/wTTVU�8k]���F�
-o���e�������Z��	z��#W�I��D��lR�2�!Wgg/?�07����EKx8p"89�(9C������<l&@\��(!��de`�$�P2�`�t�a-�ZUd�z��*�M�`���3�[���3���[�z"�{��$��2��T��
-��1�2̱*i6�[L F�J��+)Xd1�g`w��3�l�+0t�:�2ӷ�
-��#�a�In.��(�6,���Šd���30&u)����"��x����s_�k�:H�(�*��H�LR1��3�[�<}#�3�@>�d��
u6���o�e��YY\d�t�9J22�sc6��9�@�I�(t�EVE�o��5��z���<N������ν�:7�ac5E�X��\]{OO{]&ѝj����E3;�yX#al8F�a�`�0{���1Z���;�wr��$�k�U�a�X�;/nt55�6���LlG�3$_��婧,jW��7��DV�,	{�v�:�f�����'Y�33�K��iz�A�BӐu���XM�����|t�3��p-'�Y�ĩX\Q��}.Ű�Q�����4�n�������c�7�SN\G�~˂�Zv<
v�F*�2��(�Hjɷa9X�:�D��x~u�1.�X��T	�Ko%���i�'�<�K�o�W��>�h�77�>V�������4Cb����_򒝸�apV0�9�� Z@WZ�̜ϤJ��DJ���,{�O�U-���U����R�2�����/9���4Ѝ1�
 �\�3�jl2��uY�T�hÿ�uO>|9�P��(s��]�hn��Vl�zk�^F�xh&R^}���Q�4,�UF-���J�)7I)#R�;o���GN����K�_�
-���k��þ근@L*�)�hW�ȵJ�%�^�l�P����Q�:!U��y���՟~gX]�^�}X��8��j�n*�G4�(�9�C
����K-F��<���W6�w���ڳ���|�9�\W���NGڽa�k?8��y���կ\秺u��(����Z�<"bdx5��|��o"�`
�
-�wQ_!#�vx���BvP� �D�/��8N%J�����E�#�*��/�w�ۚ�kJ�����M�B��pъȨ����Y_ߚʾ8��zWu�(�RՀsM���b�Z�P����%�ީ�R!��[^C&#%�EBz/�Z��5�%_˫�
��l��`\��p&3nx䫂���3'9V���t|���9rZH�P? E0�NNN����f�F��@|�&�j��p
-�>�M�4��!n�H�O��ʄ*C���t|�}��G��^ <_y�dD?§�k��P%x���q���p���x�r3 5���9(f)6���+��@g	H
>΀#Ymd!c��$Q�����&%>V5�ܵ���'!)1Y���l]��$%��;K�z_]FEZ�:���C�(A��^���j.���.Jժ�-�ё.<K��a�px���4y3�
-le�5�7lڸrU��U]Q�ѭe�Ie�:5>ZP���Ʃ|�K}읷N���Wo\n���&����LP�hn��,�J��b,7ə?���^7�NN��C���:��ܯ���C)�B��fqn��u2�|�S�>��=�Cs����$+	g~�q�=�*��WD>�v[��$�-�Q���J}Q$r-�ϭ@���X�0��ʘ{ԣ‡���ƶ�S~����e�$�@�����S��?=���-�{�'�b��rq��)���B[�^��S��%�v�&�w?X����?�^��'��OP9�!��W�!GK�ʣ��5�Lr�3;���\ul��.���
v��a���a�I��N���ה�iR�����-�Ф 2���\-��\���z�΅;;���xX�c/�?��E{��oR��K����w�C����Y$�C����4����T �4����ؾ~���8�/p���}C{,>oS_��a��j�H^�d1Bz�����8c�-6�9s�м���:
��e���]��`F����
 ��?��ƖZ"�d�Ԓ��>r���f�@>G�j?�� 0����|��C�)[p��=)�r���hZ�ccĩ����K��	fO�(+�QF�aW9����f'�ع�=�������ȨH�!��"	�VR�_�/�'R2}n��!o�++))�]��m����##�-
��H��Z����x��u1w˂��!cwF(cy�e�h�ұ�c0x;r����e[Q��q�MZ9�^Gr�)���`&#ga�_,T^	>WV��\�R,������C�뉬$�*�'i�KW���f����"�����)���ꡢ�D(�aw�_e-��[��U{UmDŽ��sEogc]5y��lt����rV�-�bu&-����K����?��\�4���;�"�+x�ލ���
-`w�O���f�/����h����r���f����~��r�#���}!�B�N��Ձ�l�p�/���O+���O�kp���j�ۗ�,�4�6�����6�o��9ؿ��=�Yλ���
n90�1L���ڠ~��ϰ�q�/x#�pa/��{����D�b��G��^ԣD��(X��7���N!�s\�2{.���rf�;iW��g�ss��;`2�}{
-
-�\z�Ƞnк�g�b!��Qr��s���}�+mZa���0P�ծ�+��MS�W6��/_��P�&ʋK�,�|\qy�&�U�B\��|\-��k}��5�ܜ�5����rK�pȾ���-����j��Fw���O��j�_<bh�x����o�,4���2�n��$��?�GES����7A��)�h�*����5��u8$7-�����k�sr�5�}���xD���{�+n�����<����Ł'-�z)_��t�󱐪���q9ho%�(�*��\��p���[�J�#��=)W�ۚ5&5
-'cZ��{�֐���c#��Wl�]�1G��u�W���ȟ2�?���FK)�gK�^�0�r��l��ir����tGŧ�~44��nV�雟��y
-n���y�N��d�f0R�ő�����lXV�T��:및=��+���l+�yG�|A���m�W���6\վ]$l�6>o��dpl=�Z�*�Ђ(�C���m�I���]r��M��	��c=�ʙZ�p\��Ӯw��$����7�M���B����tN�fN��h�#��|߶8�Ȩ6�R�"0w�T��û�IZE�x
-
-��Y\&�/#Qʖ�߾`����쨐o�:'�y����<�^����=/�6���=��sy��g�_Ի|(+����9�3��b�b!�m�'۶a5��m7��np1�1)��T�~]�p�ʰ���3^w�@o�ˠ�.f�E�C�?�Mq��%����Ӹ���	5�m�x޽�J��+�;��f�q���̧�mO<��zր�]L��Kx=�pgdw.P�JŇ7��}���S�|�(ؖ;����ė��'�{�Sx������it�Z����[�k�
]t�s�[]�dfedKj�*��r��y��HN}aQ��~a6���	�!7+��s^����V�[ZQތ����1���j�M�k�������.50$���t���A[v�BM	�j_��*�{��-��݆W~���k�k_m]918������f�a������^ �q����JkW= PjC����֒�-�����}�[�����!8��iӠ�Ca4N(Q�Ȅ��|���#��٤O1{7,�ߴJ��Cnf<�w�6{�6�bc7�
O>�6�N{p5$;��M
 	�+���8��­���
}��f����қ�����z�M��K���t�Sg�i�v�;�k,:���J��A��r��Q>ẗ́�����M�<8/�]`�#|�+���L�q��bB1�eV��C�~}�>A�q���ū�m���WA�O'?&��4"��)���v�^�	Q�8C�B��|ș�k!�C�B�CKB;B'B��	�!�;�m�I��1�y�5�m�X"��%}�)IPrE�mXf�3�3ls�w��]�<<"<'�>~0���/��6""BQ��1q>�<o�V���0�ad�p�Pk[a�X&����0�(����\�i�Q-�1
-0ga�a���``(X�����^�m����E|f
-��E�)L�@[-��y�0/�¼D���Q�H�yz�E<�,z?/�Bx�_��C�=�Cbb_Gm"�s;\�}�o�V��O,|�(亢y�����ٌL�30����5��IX8�
'DD��"skkf?�X��� ;�`�Ds�-Ą�v>��J�o�;Ȉ�گ����Ő�¡GBuX
-�;�y)А��+�W�K�(�iJ�Ꚃ4H�R�� �t(e�e#Y(�Q.2�<�iB�Ȍ,��
-�'L1��KQr�JT��9Q-rA�R��Qj�<�yQ��)��D~�
-\���
-u�i~5ƒ�#�C���@�Ԙ�I�C��J���d��1H7$��xRX' �6a]R��E��O���#������P����P��ºx��#��0�ȁ�1H�/q���g���=K���I��	�(
-r7O�c+֍n����Y�1��5�)Ս
�&���說�
-���Mh
�~4�&��=`C
؍Z/�����S#��Vр}�0s��*�p�
�Pyh�x{��u�P/ ]��Fc��F&�׍��j�9M��ߦ�aa�h���K �Z�	�>z9vr�!
��f1)��-�"@���p�ϋq/��
CK����M^��\����A;�8�<�
3*(�����ѡ��Y/`��-����} �x����c=�}T����'@�E���(�]�����@c����߷����GyQ�R닟n�ŽWE���������
�]�%_�,>���{���}.AtC��B>9��
����_���֗��Y~m0��Tx����8���Td!D�A$w�{�A׆� b��ൿ��[�ڪ� ��9q� ��\
.��I���bZ���({0N�{��Uɦ[��v��׉�jM8�l��Zm04����ʽhm|��K;��Aq�˩xP����H"@#�~9�[�/,�eˤ��\}0<[��y�h���ZFѹ������Ї�D��5q��y�%�s����ٚ�9q�dkr�P�FS
 �Tw���5�5<
-
-��RҚ)M�Tu73��b8rE�$�G��^:�=Q��KqZm����6�7�oZ,:��\�3��)Qĭ�)���b4S�SL7��o�7}0��A|K��A�gL�ӽv�bI�Vy61����`�}�x�%���E�Id�v��Oǀ{sW
-��W��Y�3�D�a���{�'��+z'��-��	��&��Rfa�=�si����d�%���Y�@
+x��9XSW��@�C��ϐp!�	I�G�1A$�, T�Zk��A�թ�g�ӱ�u��:6U�cw�_�>f>�tm�U�e����s��̶ǖ�����<v���{�9�?��u.#��"
+E��w�&�+3aY�Ц�U����-�����t�~oGH���20<1��7�+�����"B��}�p��(�D�0�%�5
����{O��̛G׍O���"�8�G#�ý_|��'J� $����0�B����2:�;�C��a��7�?}*��?���0��u��i
�~	��|�3����D�Ē���%K��c�2�B���OHLJV�h��LZ�.#s�r�����5�M�f��`*D���J�e��ʪjg��][W��Y�m�55���>���������7@�<r��!�I�H�&�/��ruv����p��K�]����'�����0DK�8����f����R��MV�I�
%�
�J��2�T�v�G�QR���dYƈ*�:��x~p;?l��'B��IQ.JB�(hI�X��(�.����`s��bĪ���R��Es~vN;s�ƼCW�3/3}Kߪ�>����ҟ�k�<�(�H�ؚ;�aR�B!��M-bO�'��M=�5�F��dˀr�R[���
 $3�:s����7q9�
+�cMF+�Pk�y=�����]&뚖�Bsx���Q��A��9w�p��)zXHb�
+w[de���Y]��������Y鍑xN�ܻ�s�1A�1VS��U1[�ն���fݩ�/�;_4q�����E1Ɔct&�Q&��W��e��C~� `�J�!ɰfXU&����FWc�k�I��v�>C�Z�z�������ao&��d�H�K��/0���=�<ɺ䘙q\BO�sb����T��j�T-�M�?��{x��?�k8��Z� N���r~�p)����Շ���u���&��(3�ɞr�Zr�[���b��i�c4RQ/��DERsH�
��b�a$rg��+�qq�
+��J(/(_z+����\O�=y�I_���f���7��i����?�|@�h���$ň�����Ľ���:���a�E��Қe�|&Ub'R*�Gf�c�l���h��8X�ޖB��l���q���n��4���aVc�ќ������(F���{���Y+��3wy���z��r��F����eD��f"�5�чj+�Ns��e�☎��t��r���2"%�����;|���/����Ū�;M��6��8�K�~�ĤB�r<�v%�\�d^"��vU۫�ūR���|\��w��5�u݇��x����BpD��"��c9��`@A`|8��b�:�ˆ��������Ԟe5���y亢:�w�8���
{_��׬�3����e����
���;�
+6k�󈈑���g��!���L�5�+�>�E}Q����9�-x��Ae�l�Q�,Bj�8�(i�gp��hnhEN�
+kQW�Qd��9��$��1�n-�d[A�.\UW��b�׷��/��z��U�+�TD5�\��(/ߩ��W��sp1�w��T�*A�V�א�H�Ga������%�|s��j���jE}��=�j0��E(�	�nj��`����I����6�qt΂��$��@�����x��4����=�v�	���#�B��Ey�$�s�E�[+R����2��Pe�9�d_�.�����W��я�i��<m�2F1�>�p\r88�e��5��H���2ʅY��s�p���5�YR��3�HVY�X�1I��c�G�I��UM4u��n�IHJLV��F.[We1I������W�Q���άg��*J3���<��Kk輋�@�*y�pt���x�)�$�9����[iQ��
�6��*s����3���2�,S���B
+��8��s����։@��Y���˭���d��z��	j͍���P�UP��&9�'��p��ߩ�)?y���_�@����5�~t(EZ�S��,�-�N���p�܇��'~h��Ԕg%�̏=n��W%�º�ȧ��n��G�E3
+��T�/�D�����\�\s�zT��W��v�b�/�ܺ}�t	;�� ��g�Oϟ�'gK�����(�\r|�Fc��Ж���tj�x�.�d���#��>��G#�k��2�c�	*'>����*=�h�Vy��Ͽ��I~fg?t����`���!����>l��<�>	@�٩�z���<M
+���\���D��=�����+��Y�ҹ0cg��+�q�e�眾h�}Z�Mj�r	��\���x�U��=��d|`(|\��ᗁ����
+��f__��ׯw�f�c�7�`ch���m�3����C��ɫ�,FH���gL�ņ?�c.��C9�@_�AW8ࠌ`a��V̈�?�@���q��\C�̑��3�G������c��CbT%��<��T�����x�a�"e�:�'Y.p�M�}l�8U#3Zbt��=3��L���;J��#��#G����;w�����P�_	>�p^$��JJ�+���DJ���Y?�te%%e�+0���P�w�bd��>�=���Y���RO�.�nYP19D`��e,ϴ��W:6sFoG�\�ޡ4�l+��9�I�#���H�1����d��,���+��Jr�K��d�x���b�p=��DT�]�$-p�JY�좂}�V�X$���7��7Z=T��%",�n������y�|�j���0�t���l��"ϕ���ؼ����%[�Τ���6u�=�|��9�����Sx�S� x��߻q~Y���	��;�����0y"�D7{����!�٫~��~��;��gwz_�м�C�fu�4(���
 ����;&����SJ���km�����<�/;M~aƲ��M��r�/�}l��..2}C��Lw�a��6�_��3�n���ވ{��1\����i:�;�F�X'�4���(��=
+Vj���
췸F�ק��˽}�܄4�N�s<�����1�N��xߞ�!�%2��.�HH�|e��=���l�J�������j[jK�s���S�e˴�j�DYQI�%��+.ބ��]�+������z����ڛ�ӽ�{AzZnq)����\��ؾ�]-�����^�i�sQ��x�G�O{��u�+�EC�?��ǭD��Ie���Qє'+'�M�?`J7Z��
+0ep~ͧj�MK/��t���\oug_~4Ѿ������[�:�64��$�$Cq�I�^�Wz�$�D�|,�����r\�[	����
+�7���+�w������nO��G��C�I��ɘ�&FꞴ��d������[U�;�|i�őic]����0��O"���R���RA�)L�����7G�?z�*?�Q����

룛l��'�~���$�h����;���kq$4?s6�'�$�x�+
�������89�Jn�Q�_��*r��)�l�
W�o��	����۠��d(�AO�V��*� 
+����k��C�j�@>nc�ܱw���m�y��Aϵr&�@)W?�����	�����Mr�-���?�19#�ӱلS�>���f#߷-�+2�M����*����.e�VQO/����,.ޗ�(eK�o_0���:vTȷ\���<d��r�A�s��^�ɞ���Y���E���}����/�]>��������b�l��6��m۰��Ƕmm7��L���AL*i�.]8\eX�c���m�7�eп�3���ǟئ���vo���i\����pR<�^�Eo�
+����k\h?0�b��?��5�kS��^#�YƝ��R��M�y'���_3
+���=2�>��i���ޟi�w����%��E��ֺ�z�A�F����V�3�Y�҄��
+��L�p�>A%�S_X�`�_�M<qBm��ʱ���ic�ꖖG�5�嶳|�p8¸�g��f�-`���=�%������5x�=hˎ]�)a\��T�q�t`��
+��������a�v���-#gU��8=U��>��V��q�;���0�vYi�ʠJmȷ�Z��y�~?���~�~���8��=m��a(��	%j�0"��n5ֿ�r?=��)f���a����V)�>{�͌�n�f��Yl�b��)�� Ԧ�"��i��dG?�)Au%x�<Y�51�����ڌu5�Yz�Y�UYSg�i3q1QT��u�,�
ӎ��"�tC�E��[R���!Ȑ"Z��@0ʇ���7w�`�	|����±�p��2c�y�	=.�[L(��*�r����'�6���؁�x5��m��*��������s�Fd9E��1��+�;!�g�P�wC�9r-�vhThvhqhG�D��3�7�qb��M<)�#>&>/�&�-Kd��O2%	J�H�
�s�u�m�n�ᰋa��G�������s����FDD�"�#|�"�#�G��#�
�ʗ�x�8�Lnjam+�A˄w���U�0ax`�	0m0�<F�,�=0�¼L�k֚`t���m�= �U���La^�7��h�8�0/�e�U���0J�3Oϸ
 �ǑE��eT���}(��~�BL��M�}n�+����m�J������\W4��x=��)r�{�;���0	'��ᄈ�\Cdnm��g#��4dG율cn�����.Ç��@���}�_��q�B���X8T�H�K�~GC7/r�|%�~)%@=MB�P]S�iQ*bPğe�L�b$e#=�E�4M(��2X���)��q	*ET�*��V#'�A.�RjQ�G
��V"/jD>8�7��G��e;�@�P'��Wc,Y?2h0�8	T8aA���48�~K����A�>a�tC�:�'�uo�E �^a]|�TXAQ8RXAI8^XEK�YXE	�!�����9i����������H�yF��AK�'ܳ�{�)�K����`^�� w���9�|�覱����̞e�!/_�R�P�k�x�
��r*G��(ڄ�� �Gh,�6Ԁݨ����;5�m|`
��3X��g�����ш���P������n4V�nd�j�X�Ƙc�j�m�1��QO�R렵���c���c'Ҁ�h����b*��MW���R��
 �04���������}��z������0��2�k�Z?��恉����\nY�"�猯[?���GE�Y;��xt^����@A�ɋ=4��y=P��}jȁN|��/���Y�f^�{Ut�O@8������]���s�{�Gz���D7DЈ@!��x�� ދ��0��e�o}�J���cZ�A�jM��:��AEBA�Drwp��tmh
"�4^�KZ������X���l���,}�d���J�U����4A���[���l�U�h7�����D���&��5��C����
�܋�V�����Mg���wuͮ��� 4��Ӹ%��RX�L�Y���gk�R"oMP�^�h�!:Wy�S�S��P��ն&Nq3/?�#x�bc��12[�>'ΒlMnP
+�h�����&��GA�R�@Z3�����f�4SG��ȃv���B��K'�'��Tr)N�M�\�5���I�MˁEg3�KqF�w7&j���?�0S�f�f���-��P3Ȁo)�>��L�)zc�׮^,	�*�!�vR���/��8�ux��>����p`��po�J������3k�{Ƒ7�8@�v���uy���`�5=��ޤyZ�� ��^ࢧu.
�z��d��o�@
 endstream
 endobj
 537 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAS+mplus1mn-regular
+/FontName /AAAAAW+mplus1mn-regular
 /FontFile2 536 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -97655,19 +97575,24 @@ endobj
 endobj
 540 0 obj
 << /Length1 2320
-/Length 1272
+/Length 1269
 /Filter [/FlateDecode]
 >>
 stream
-x��U_L[U������?�oK)���k
4@3���A�Y�����Y�A��d���,f��-{.�͘%>,�0|1�gbtф�%��/������f6��ۜ���?�;����+�	򱌞L�%�G"�2��\_@�	@��\L'�@F��df�;
-o#?��+����_5&�g��e�y��f�W�W�Owk�V"�	�3�\aIo��ID�TV��͟�Ia�����P�#�C8�xqo��*�[��?
-y�UC3@�c�v�}�l���t=oRw��r[�\�T�:x����$��X����C}Z+i�W����Px��Ca�Y�fw��:�6�x�lm�:�� �Z)�vv����)k���O�._��;1b}�Z��E�#�D�@D�njꒇ���	W`H�jj�#]��kw76�����Ա�ɋ�]]�O��m���kkב��o,���P��#����ƀ�vj�Ɔ� �����X���ht�v��A+���?J�X�Wj!.���UP�G	\]�h!������9|�(�C�q(�MŁ`��qѡp	N��U�Y�*���":�E��u�"(mr���Ǘ�������;�ى�{<�W�w/ ��`�T�4$�mV����� ��"8e^K���*�~��V�K�Bq����������	`��F>�P�N�Md�ܯ5�lf��ʲpg�84����
��/�|x�����a�y�R��c�i���W	��Y�+�-���>��ht7���Æ� '��(~ b�R�R�2]���ȯ,�
 �������#P����@�D��S�������%���MR�l����Me��+��o-��x�1L�RS�KK�&�k`�p��&��F�8��+r3�"���F�-�"_�/��V BE
n:l�o���1�PC/�>X��
-�I�����3+�)H@#Watx�^E��9ԫ��I/ÌT�B�U�őƑ��sh9�޳���2�� ��
	8�t���^��U�c��dw�9�?|��Q0:f�Bca�g/�(�&���K��x!��������Ȳ��~T�/��$�<�flMQu�y�����q3�"�1�����t�.q��Þ�,R��x��z.r/O���Kr�y�^7����O����e7V�M�g�
o�<�/�^^�ÎE�?V�W�������g�w�Ρu#��0_�O<���B
;�4��H��|��E�����_NmWiy���"9������c�
+x��U_L[U�ι������?�oK)ꠅK� @3���A�2]��J۬�h��d���,��ۖ=�f�ވ/_���ę]4�a����b��;����M|�6�|������}�|�@�
+�`��lZ�	&Z����#�Z��S�/ ���TvV'�@F��Dz�;
+� ?��+����_5&䧑����9��f�W�W�O�������\����?��$"*��c����!@XAws��n����0,^��~�
+��V��BkU�����=��c�&���]˙�ݜ��V(E0�^���>.��?�y��p��JB�Uh�����7$�p�eV��]��M!^[���@2H�VJ�������t����k'�W�^ɞ��d-ʏ�"ґb��@65u�C���+0$w55Ł���������s�&s�Л::yi��k���ظ��vcu����ͅ����n?r�=����:C�N-���b�p�V�Y�9{g!]�S���j�
+�h���;��Z���O�m����WW5ZX����u�*��P�JiSq �f3A\t(\�-n�n�&K����Nn}m
���J��8�kk����~�-<��N�hv���V��Hp�:��,�;
	q����;�2H4�N��'�ʶ�m���R�P��m��~�.x���m�F>�P�N�Md�ܯ5�lf��ʲpw�84����
��/�|x�����a�9�R��c�i���W	��Y�+�-���>��ht7���Æ� '��(~(b�r�R�2]����-����FRe�����z��b �P"XS�xbqj�Bjƒ��g�
+�x�vI�g��8g�
+;<��FD�I�y�Ԥ��������X?�5�	|������I��k��|n`��W���䡁����76�7�M��[���
|��Z�$�az�Cߙe�C���Uޅ�We`�*h�_��0#��Ÿ�oU�s1�1�l�Z���j���uYH#}G.�m+��c����=�]{����gy��Y��X����#ʾ���f3�ѥX!��������Ȳ��~T�/���<�fl�,���H����q3I��Ci��ze:J���a�K)�fy��z湗��։%��V/�����S�|��n�
+U����&�3����U>�Y�h^�'�j�
+����u}�,���y��aY^�k��Ӱ�^��a'��]#)����ԡ��`3�6��S�UZ�)�f�Hdk�o��c�
 endstream
 endobj
 541 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAT+FontAwesome
+/FontName /AAAAAX+FontAwesome
 /FontFile2 540 0 R
 /FontBBox [-10 -155 1290 867]
 /Flags 4
@@ -97699,22 +97624,20 @@ stream
 x��VklY>w���N�8���'N���'v��MR��6&�2���뼶�-��6��(�Ub��
 �����
 �ģ?��,�
-�.ڊ?4vZ^q83��ͮC3���s��|���1����+��d����B���~������\��_t�=�I%u2<`�	�4.,��Ԓo�~u��B:i|��	`�F�u9y.K��Q�@��O��ݣw��z����j���k��~
��+���{���Pq@Ӈ�N룾��8���Y�onꯠ���/���c�j���Sg��M�u㼌��\�2&zx�C�V�7+*����h���u��4^0�
�a�!3g�<8}Lgla,�DKæ6�7��	�2�ܺ�><�~�$���(��`.l�%�>wr����,L��'r5��5de�>�w�o�>
-����Q��A���x�k+v���>>�@�L6v z��b�~�p���3���>62:T������p;9h�ȁ5Dzι�o��2@7�x�g�P܃�ǦN%��S�eǣ����ś���0'�����fG4���"�|y��m|�P���_�%+gE0<	i̜�Z_363s��ORq��A�.Hj�Ο�#��b,>d�������
-I��,9
��ʕ����v~b��

��s6�+�����.�^�	�ݎ������;(ٿ;MO��n8�2ܵ�T����Tt��nzC�"��z�l�_��{ ,v�]�,�H�j4��l5�{0qr��CN�U�<�˖[G`��P�`d���i�+��:�H,�d�_.Pv�d���Jp�Y�^�՗�I�"���̕�\2��X�N��\|~u�9���p��{Rfȶ����J�����.�M�TFm
���_���۳��\=}����4p#����]�F��}Q7�+��¶�}�ō]��cu{��}��f����D,.W[��e73�iw��G�N+���y{
����֦��*��ն�����=䀃�#xKa�]�^n�G��`X�����]��h{����s>z�(��w��{����3��Õ��6��d;%�C�h�;'����{{d������(=a��A,d����3��?k�㎾��u�O���Jm�xf�U��G�b��(}M�h�ǎ��O�`gS`���%I�A�
 0�
-�JW�0�1�fkih������)�T�4�[y�ц�'_}�7j&���,�~תd���h��舞��T�V���UTTeH����UVe�*��6Ҵ]�S9�D[�r��� +s����3���o�9��@-|J�k�.�v
L�wU�jI�jׂ��U�:�!�j�A�W�z�6����%��O�U�	����J�������A��񻪿��c���f�e���<n�d�s�����4�褸���S�411>zt`
-��dar��y8)<m����pop
-q���$�0��(�J0�1�+�W�ae"=�v&�C�4]C����gV��Ln>M����e4W�EC0�
ze��*+E�9��V����6 %�ܓYT� 7/����ؙ�E8�έ.fVh���w�I���*��Q\
-���ϴ{9{fm#{���|6��+f����[ͬ�R�9�t�RV�8��G�T�@Ӯa/�g��U̱��5̜��s�4�`	��R>���cͣrwR�S+]��w��n�?Q��wp��;_XI=�[M���YT����-��9�\�1ɘ��E�z\�X�$�I�	\�%�{V%�@�{Ƥ�� ��%�7��+*�"��D�����7�j�Wb<c�QNd��Ƴ�H�X��D����KY����{��E;�	����v��tnA���	Q�x:O��W�{�;�%�N/���%�0��V��6=�f�{�
-� '�1����5�QI�6*AB(�I*��,+��6Q�䄕%t&��ňU��RN���%B�O.Q��>U
-!��ș15-СB<�h�S�qrp)��X�l�biY�5�J�޻�,k�wH.A4�*6Vq��p����ؤ���(������H�K�JKd�L�6�#n�\�<��@Ypɥg��D^�ǃE>/�6z�+$�z�q���6�H�����2a{+o�yZ��w
-�s�v��G�c�
��T�
B	
-����iǣ\V��V�_^�;Ԋ׺�yXf����{E
+�.ڊ?4vZ^q83��ͮC3���s��|���1����+��d����B���~������\��_t�=�I%u2<`�	�4.,��Ԓo�~u��B:i|��	`�F�u9y.K��Q�@��O��ݣw��z����j���k��~
��+���{��%��8���p��Q�C���gs��7��WP��e��n�15�`ҩ�yJ��&�q^�@@�O=<�!�F����O��?}4�����{/���搙3s�>���	�0�Z��aS՛�[�y�Xn][^�VE�olom06�_�;�yu{N������b�����|�;��qNm
V�AϨ�v� �zX������O�	�~z�f&;�Hb�O�p8���imo*�BEQ|g��4�x��
+"=���7��]a���]<dzV(���cS��Ç)˲��W�E�����W���l�Pk�#lh�|o��D�6�J��]�/�"��4fNc�/����9V�'�8v���n$5}����l�
+12��v��a�Ba�$�N��nk��o�KL;?1���z�9�펕�u�ojp/ل��n�Q�������ߝ�'xj7�D��n*���w*�Un7��AVK	=S��/��=;��gyO�w5�{���=�8���!'�*�eK��#0�L�s0����������G�\$w��/�?(;z���b%�٬U����rˤ�o��qb�Jy.�CL,v��Gb.>����u�^8
+��=)3d��`MX��`U�Jj�&t*��[X�/V����q��>��d�rv����#]쾨w���nia[x߾���.�񱺽��>Gs����h"����粛�ύ����#�V���Cۼ���F[[kScu���j����w��r�A�����.N/7У�y��LC0�^_zk��}��UKj��=�]���{�=}�̓�A�����Wx	��l��g��H4�S�@�=2s}E��u��0|� 2G~��K̟5�qG��������o�6T�
3�*e
��ףJ�T�����4�cGB�'W���)0�G���$� @cS��`
����4��}���ݔB*�[�٭<�hCxE֓���5��l}�e�kU2`BC4DKtDO�H*k+���p�*��2��NU���K���	i�.ө�X��@9�Z�N��9�N�?������jg�>��5��U��໪]��J�k�A��v�^�렉�v=b�U�U��Uէ
+�ɋ��zrW�?T���V}LPM������]���P��1CT3�2F�_7d��������A�tR������I��=:0��r��9X�yX�<��6�{فgo
8�78�8��	db�	�@mo��˜���+˰2��_;�̡S��!�I��3+�x&7��A_���2�+��!��2JL���"�FH+p|�Bt��
+e��,�G����Ge����"�L�V3+4����$N�`��(��G�Gt/gϬ�bd�y!��F�~��ÒW}���\*='��[�*��(�j?�b�5����,���9Vq���S�n�,A�TʇYr��yT�N�vj����.��͊O���ܥ;��VR��V��fU��~�l}N"�aL2&��|Q�׻V2�c�e�fI�D����#��1�=!H�gE	�Í8-��H%�=�F�D<�M����؄p�Y���,6R)���1�+i=�R�c?)���sю~¦�/��c%�[��gEeB1��S3;���Nr	��K��v	0��s�U1ŶMFO��F�^��C/�I~�a��q�pTҶ�J�
+�B�ʃn;ˊ���M�49ae	��nb1b�����S�~ɀ�P:�œKT��O�B�~5rfLMt�OrZ�t�\��'�'�XZVpM����n#����Ҁ�Fʹ��U��<��&�06ig%"
+,h�+p�0R���Yx%��
���, �?P@A\r��'+����`��˴���
+�&��m��x�
1��'c�L���[v������B�\�����؄p�z ��P�B�)io��(��#�y��W���nd��Y�/�~{E
 endstream
 endobj
 545 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAU+mplus1mn-regular
+/FontName /AAAAAY+mplus1mn-regular
 /FontFile2 544 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -97741,38 +97664,37 @@ endobj
 endobj
 548 0 obj
 << /Length1 8480
-/Length 5621
+/Length 5622
 /Filter [/FlateDecode]
 >>
 stream
-x��Y\TU�?��;a�@����0�0��� " ��&BD^��P	�E$3%2,�̬u��5�R��^fVj�.k濒��|��&̙��;�}����̽�w��=����{F���H��
-+�U���
-�n�������&x�!8!�
-[�ySז5���ԖV֮�c�x�(-��ek��Ʈ�q`�yU�@Wa�c��L]��7�a�)��l5��IB�`��j�����8��"$����Z�	L����#�/Bnp*F�����,��H,�"��]�(����<�)�^��g�X_�8�'�1�_�	��L�6)<B792Jm�1�����g���n��=l�h?b�,ֳZ�c����R�uvg�h?�ǽ�Qw��6I�D���@O
-�p���(�Ӹ
��H��+��~����������#Tvl#��b���F抌�r����I�����v�m'*b�[�le��Ax&?����1�5k�1D��c�Q�^Jq��t����9�I�I�8q�tc��yϜ����^&�iې¨���/
������x*v�1�	���7�R�7���Sp�萲n`3�o�����7��A�R�a4!,�RN��QcT���X`����Rr[��*��e��l��Pi�#1?�%:ܯ
Vd�L�i̍�ۛLր��|L׹p��HN��%ZE�gt�6���T����g�ƙ������m�{�����i�R��W��Փo�~�t��{�����,wG�0������c�b<F�hf�C�V��m���IĞ!ƴx���]��U����&wp�F��>�/�I�H3�bK���G�7�J'���'�.�}H�Q������������ðQ։$`�1���
-�j��t���Q���>��9ood��J��@n��Ho����L}JN���Q���`#���~o���r�eQ$�b���j`����ʴ0�Dq��>%����K��Ժ�;yW\�a�Ȃ�x<㵌��,Մ��g�ۤ��)�%j�������PD�`�][�cA�{��'�H�K��ߑ�d��Q�?��xo��#�!��4Q3 [!g���X-M���H4�o��T�����2U�"��l_9'MX&=E���U%�we�NS�L��8��Q&�9c�t���"'�A��ȃ�%Ұ#��4Q�
� 9t���{�d{X���.`��[�*4ɜȒ�
-L�Lg��C�`��0���<�	27��SZ*)���ӹ)Jz�ԑ�J����rW0�pPA6���A
����%/E�:o7��(٬�<1M��7�!O���V̥����g�\;������������~��!�u��:r���kG��yT�Gx�딋L��Ů��2������f��{����0�%���\���ۖ��ޢ��/���Ω�x;����Z|�8c�������V�?Nj����;���\��~=�w rD���{��E�^�	�	> =�OD��H�������8�L!���|��x9p�+[���Gt�|I��}�c�g��1�x��8y��|N�}�E�O�Ҏ0��<�hQJ+�F
-fPRp���&9F�=��y�<��%=yW�'߻H�M�hd�N܎�А�� /�F��.�5�Ya��!,
-g���9.���V�/����{H����8�L��������c#�Jr�䡸��dOI+�5-��O翳�Gx�!w�e����D�v�
-����@��hic%�}�c������]��_1���	�����[ն��e�~���`?}�!����'6?�x駏�~n���U7�x��0����/��i��o�mP�jx���N�x`--�
f�t�NaoQ�J���㧦������r�u�zy�I�we�bҹ0��u\�\u������1jOԞ�B#S�g{n�Cv}��/Ó����׼��n��Vl_�ڳ���)��<�C���,dN�>N�`=*�5x��
�G^J�7Ӕ��+B�u2|G2{v����kR�n�L��!Z�u���
��&S�C�3���:�����K�yy�a}������Qv�<^�߿�}b�����H�)I�;پ��\��w�EQI���
-]�n��{6�r�93���@�̥ �ֿ��i4�۾��>����7\9�Du�q��Y��L�{|�2g�%Y��H��я��+�7B�%�Bi�Nno�S,��n�˧q�r�����1W���ȵ��6>&sq=�-!�DkH6��Y.:.�`Z�"��s��j
�G�h��c���<��r���,9��ϊ�	�xb�z]�kW���b9p�u싿O��W��J
�ޝ��Y���7�\#�
�u��+FX
-`�����e!�pr�_#��M��vOn)�2�n9���d!^���~n��Q�r����Hta7zw?�@����?9�or�le�x[���`+�(�G��^z�p��m/��Jk��}������n�HU���V�u����ԇ]`K�a>���Y����L�to��q������<���>�����q,��9�8���^+�0"�Fb��؆Y������V��z_#�o]Z	�f�jۮ[̸8��l����B���'Ejj5;��+�3��YA��3�~�1|�N\�BVX~��Q��Һ�tn���g@��>�<�ݧ؟�ª�-sv��kZ�z� Qrǹ=(P�a�٠��Ji�IJ́}��c���?v
-fz)!�/t�h�ռ��>vB|8!�ɟ*�O'�&��\����X��r���mU��c�X��{�ߦ��4�̼n��MMֻz�r���>7~��q�^�3V��]|���c]D����׺�Q����ȩ��.@O%���4�gv�>dP�LM	z��K�n|^�?��#�U�$E���p6+/$�ѐ[��Vk��;�ճ���g�7�9rȆǺ�y�69.3bد�h
��FBs����kfM��M�c�����AO�KϋX i�T%,X��J�1٭)�Y�?�U/ZO(&�^��H9��[8|�2�-`��n»�F��}�ݸA)�������M��n�����
�8�S��Z(���z	]�"#a�oY,�G+���;��w[e�u�5���L�7���&˺M��9+H������Syπ�@�7�3��Sr�rE�S���G?):��"�
-�������X�H�\4֯�h����F�cD��oP2�>�Q�|�n�r4��N��/�����Y�U�
[Zv>\3:"��Bk�՚M��Ǝq�he� �v��'���B�!�����������ֽX�0L�߂�����uԳQȋ�q�}�4t_��Co}I���o�-x���/���>I��9�a%>�o�������_cހz�<��5�f�ps��#v���@�UN��LN
Z��B�:�
-�Y��"�h�%�z���+-)7�&o0�:�&�B�DM�~K��T|�k���.�!��������3ng1*<�U|��/�7�N񇢨�\
-�sk�T�
&ifm���K͖oC�	�8՝�Ի�3��-idڏ�p�A>�PT��l�k�
��cR�?ci�~���r�ü2v�w������!lg�m�F���46�)����`�@�̓�f�s���`��e�~~���Sl��-ﰜۻ�VU��p^R����C�剳���Z���.x�ժ�&�m��wD�T� gG��c�R�%z�֙�L���ǿS6nS|�<�p{���c+3;���[�����u��+⪜��0��K���Bzˍ
-�=��|"-԰u�q]hQ�?��}����fͼ��2�k�sA#\���C�X׍�ݺ)�4|Z�5ːt`
@�,
-5;ekW9W.����X�cr�Zg�D��g�R��KG���O�]8u�p�]Wi���sK^�2%+-��!2�'%�k�"��?B>��V���ue,�-������q8Z,ţ�s��lyI��|濄�Y�V����B�{�a���T���V���o%g�E��o��C�r�|�?�KĂ�m��P�š>�S2Ӱ�5D��IJmX���i�Rδꧩd��.r¤����)��Mq9�2y>�h��xX{�	k�;����7A��G�^�mR��W#j�S>=�
ۑ�&�^��1�_�7����S�q�e�M�4��G5�fm�3��=�L�*��u�m��ئ�E�8�{1��`�4rQ�Ҵp��y�̙Ι2������:�fےT �ڬa�Ŷ2*�x�~2�yl��<v�l����%s��|�썢Q����I�K|�p^�w�S�ld����V�]�un��ur�勶��.f�)�G��$rI��1�!�
�i�t��k�q.9.k\�|�vMs]����Q��b��\��$��E&�c�ǘ�� d`�;�z4�
 C�M���&���q�\t���
8z�َ�:�Α�$͎3b���:*�n�q����ܹ��6�tTT����h����K(�kBF��p��@��Xw�8r��Ɔ��,����H�P�s����au�s�v?�37P\���#��
A����M��A��.�NC�f�=�k���}��ETD{ͰO,��#��P	oA?,�9�~� Q�H!�<�_�b|�A�(É8�;�g&Z�y�t���|W�p� mc����ͧ4��U�"�q~Ũ���!by=D�%�U2���GaW�B����I�;��"Q��::�����$4%�9(��44��yh>Z��E��L��@&� �FA�X�r�t$��!_蜞��;�<9�`j�4�"�$F�
-tt~]����{�}z:�<q�@�P��"���]���e]�|�z�\��$��@�"/F,Хh"��.H���.h�@wE:�Y���<f�@�Ƴ�}��NzK6�-�n@T��F�}4�e�tw4�K��(�[1�VU_]VRZ�����c��TXԩ��uBE�:�^�QgXj,�+,Eh��*T��Q*A���%�\
���l�Q*��Bg	@��c�Ь~d��x���"1�VkSgZ�ˊ6��we�w����ZsEY!p�Ef�V�
-�٬���*з�\Rf-Q���P��.V�[=h�ԫ8�+����������[ƿ;�d��)�YՑ���u�oz[
\���g�h8�C�	�c
-�bx)�N)�ز�Y][m.�T����m���4L�2ޭf�Ղ 3��›Z�����w��Ƒ<���ܽӓ,5e%Vu��\y��I|�)����U�d�5�묥e�Z����R�.�W�-�6	&��6��R^�Z'|�AijT���Q��~ʔ��V��t��"KD	��B[��J��t<pka~�n�D��>���p�
-~V!6:��ʕ+#*�x�5�uEe�{8���e��wy������
--��X���R��-���̅p�LR1*b2�]@&��W$����&�C)��g�����s&�^(GQ(���ka�.�U8��ѥ�Κ=?sv8������I����S�3����%�7��|ȼِ��t��a�����`�Ǵ1��|�;}n����~� ��������yg��
+x��Y\Tպ_k�=a�@�a�aAQAD@|M��0����̔ȰL2�t<F�1�R��^fVj�s8f�J2*�y<^O	��~k�Ѽ�߽3���׷��������a��;��D����R�\I�@�A�K+JjC���򭬴Y6uoY�ИIpO]YUݪ�&q(�w����2�E�VlDh�ZWYVU�Lt��0V/��G���F�?�qA���N�+�F��7�,U�=����ē�]�Ǜ�>��?��X�aD�E�N��w?1����%R�v�ew4�c��B2o9B
+��/�3�_5w�Tk���!��	a�'ED�'GEb�������L�?��`����G,���VK���ZJ�����'���"�3��&��h�C�-C!���^%y�c��wt翀���3]y]�0�r����m�"�^�ѹ���\�)Xs�}p�&R�qѮ��DE,k�����8���#�8"�fM��]�1&����IO'�J���{���M�'N7%-���)�o�c2�F�
)LI����ྮ.z�輎�bwS� �p{�9mzs��i��)���IN)�6	�&��Mk�E���c>�S&:��"��>ʩX�1�cM�X��k���30[F~�n��bY�%�k�6L��Hl��w�hC�fsZ:sc��f�-hu�u.B��S$a�V��
by=�ഠa���i&~�2�o���­�r0aڬ4f����A�
䛇k�'=���^�+9.-����1L���`*c��ؠ���1F��P�X�j𳍺���D�3�'0�w|����v�M6���$2����)|�Lrd��Wʽ70zf��\6q\?>�U�
 �������u�"�
�l_�t�!<f�	�&
X'��a\�`j�F+T�݁����rF��%����伣�I؎�H#�y�#}=�N�2�)9ANϗF��w��¦�|q��|�*��EQ�[��Ԫ�Q�;S+��H�E�����7��{\��'�ş;�+��
+WDn���eL��if��8K�"-�O�.Q;�%G��XEe��z���2��H�D68�<?D_$7�����$��2�1��{��9�� ����:9cL(��ji�h5�F���x�_����엩�y������9i�2��)�]��*���;�t��f�W��L�6�����������@�,A����.%� 
+�����o��/����
�v��TEf���rU��+��ʕv�L�������'c�=!A榺bNO#�x:7uPIO\:�P��>[��)����>���~�9��^��&%�=�'�	�3��"�tiOn�^�lq�8C�ʵ�����@�_�|�1�lj^_��#ׁoİ?�v��G�./r]r�)�?;��c�TArU��3�|z��ę\������x�R�[Ը��\�׹�o}B`02vX��g,��b@�22�����!m
+��y��z|���4`��F�Ɓg���xQ�Wtz�H���& R@�@Ń�/��*&S�s�"_��BN���V'"��� _B��ѱ�0��#N:r�q����	>'�>�"اBAi�2��<�h�PJ+�FfPRp���&9F�=��y�<��%��W�'߽H�M�id�.܁�Ѱ�_@^0���]Hk���j�Bu,
+W���n���6�?�N���{I����x�L��������s#�F��Ḓ�dO.I/�3/��O���Gx�!O�e�
+���D�u��EbcL0�@������~�1T]PZKϮM/[���{�����5���e��c��q��C���#O<lyt��Oy��j��6n\�`sQ����]�s�W�D۠N��~G!w9A䅵PD��7�M��z��U�/]��Ϗ��Pa�Z�*����4'�[ޝ�KH�ˆV�{�yYLs=��ӇD�R�h�-<Q{
+�LU��u,��� t^�'�,!���>+�,*����"�ws�Q�y���ܝUĜ}\��zT�j�p1J6�|�~
+_�9#W�j�2|[��=;�a~�U�a7B�O�-�9��̆��4�9塁����l��j�=�����`@����(;R/·�߾~�&I��6J�o�uIs';v���8�v�(:�7B���<͙x��Y�8w�s~�����6q7MF�q;���§�X����+���.�!�����w��KC欼4[�%V>������n^
+�.�v��V9E�«~&�|�&, W�*}
s�I�̌<Gi�c2'	70��ʹ��������
+�e(�i?�3���İ�Q�:���ˣ;/7m�K1�����q���ܐ�'v��W�z���|06�G_�����Gu���8��݉L_:�u�
+�|��5�\��h]1��Pp+��4�h-�A��A��7/	{�;��������Ï��t�L������We����=��Lb�zp�;����4���k�x�w`+���*�][���@�!�5�������s��}{QVvzGo�������(��G���gV����gW�>�[�����!,_���]_֚e�g�L����F����+0켏cy]���Ʊԯ�ZɅ� ����J`a��үZ���{��S�yi%8r�٫�n1�����ӽ��
+=�z|�8��������`�W}^����������	
+CxQMęCG}SqBk�YcT��Aտ���=w�bL�����mGV�i��݃D����pdD�4��f�r�+]��&)1�Ao��5�L��)��T�<1_�1l�euiC܄�B���?U��N�C/L|���E�;����r}G����Ǽ:+��w��M������=����bp�	��H/e{n��%3r�g���r���x��Ǻ�FV���m��w�>h��Sݽ�8��<J(�ّi���>}.ĨJ���h�V�~|~�?ն#�]�$E���6+/$�јW��Vg��?��ճ��g7��rȆǺ{x�6;/3�b?د�h
����p�ǟ�ΚR;�<"��
��SsB�X���@�$�N\�<%�|mv�:Rڲ�~��4>��PL0��������l�<X�	^��7����	�H�T �R̩w⇤���y�#�27���+�s�7���O���k�lBST�$t=0ҋ��ٿe�U���[o/h���aj;�}Dž�(V�:=�l>��,�1/X�� C�s<O�=�+y�|ϼ��N�q��O�K#^���0d�S��*͖>V�X `A"��
 �X�jc�#B?����?A���1�!P�x���hR�:u�S�t��?��fUv�N���|�ftd$��9�����	����ʂ!�8�@���9�B��'P��Q��3{�Z�b�Z�
~�Ϸ��P�F!��u�Z��d|�f���G���^���㟼t����$�F�?�����
��& �[�~�y�I
+���@��#�:��e{��69i�295hY���M����f}��t��C�T�ʕ��/���,R�}��k8���
+Q�4M,eti�ȏ����]�C_���m7v*��(bUxD����Wo����ѓ�T���� �Ҭ��k�Z����	�8���Ի�KK��t2�K8� K(��A6�5�|�1
)����0��'h��>�;*�Y����d���ֶo���s�����zx��@���e���oy0oYɲ[?��܁�)����wZ����2�*]]4/�@o�bˡ������Ӭ1)O>�Juf3��v��ۢ����B�1E+�D�JO�L����*��)>Y�o�e�/��Veue^�������W�W��I=`l7�ί���{��D*F�a�pӺ����,��=09>-d͚yK�e�Wm�BF�t�s�����mSfYĴ[�1���:.]fq��:�r�\6�'+���4��B��҉��Q�&���o=��p��� ����x��N�~ejvz��Cd�J�3����@��������)ke,�-���¦�q8F,ţ��|�yi��|���E�֤f��B�{�a���Ԝ��V�4l%gž�
 ��-��r�|8�KĂ��m��P��a~�S�ұ�Mg�Syc�6,�b���E�gڃ
�T2re9a6���x�R������\r�<�g2�I�=ހ��m��x� H�g�m��6)��5�)��ֆ�H�c���
�/���z���98���E�g�����ٙ=�l!_����z�6�rlSޢc]ό���߈I0S�(Bi^8xBƼE�̋�̙�	oGJ��
+=y#�mM.�bm����f���h?��yl��<v��l����%s��z��bP&����I�K|�q<^�w�/S�ld����V���un��uq�����!fĩ�G��$rI��1�!�
�i�t��+�qn�nk��}�vOw_�����Q��b��\��d��Ef�s��ǘF� dd�;��4�C�C���.���q�Bt���
:{�9�^�:�Α%-�3b���:��n�q����<��6�tTT���yh���܋(�kF&��p��@9�Xw�:r��\Ǝ��l����H�Q.�s����au�s�\v?207P;\���#��A��q�
��I��n�NC��=�{��c��ETL{͈O��#��P%	oA�>,�9�~� Q��!�:�_�|�A�(É87�;�g&Z�yat���|w�t� mgr���-ͧt��U�"�y~%���!�x=D�%=U2���G�aW�tP���$؝LFQ(`�Lh
+̋G�P2��R����P:��2�<4-@�"�Z�F 3z堇�w,Fyh	:p�/�.Op�O>�\t��tm��W::�&�Y��]�΂>}�C�8L�s(�tT�<�.B��2�.F~x�p.��w�HP2�@�K�#�R4�Q	t7�dft74�yH��#=�"��Q>�W��B�YO�>
+Mc'
�%ϖ	t�?*�G�H��>���'��etO�ͭ�e�n�)/-�SGO��Vϱ�K+��4[Q�:��R�I/ժ3��֚��H4�Q5j@5���2TЉB�����[
+��(
JH���D�T�1sxV-?���
+�V�1��o�����5�%
;�e����;�QIZ������!p+GE��6{]C5�[e)-���#�wX����ϭ4w�UJ��
��Y����w��-�ߝb��Ԗ�m���1��2�7��.Q���H�\�գ�D��
�bx).)���Z�E]Wc)�VYj���%#�4B�rޭ�Ձ ��ʛZ�����w��Ƒ<���ܽӓ���6u��Ru���|�)l��V�U�l����me�:����Z�.lP�-�6&��6��2^�:|�AijT���Q��~ʔ��U���E�bkd)���"{��Z���<p�`~<�=n�D�;>���Up�~6!6z��ʕ+#��xֵu����{8�俑��n���Z=H(e�Ym��z[��F]WfU'V[�� \��bt�d���L�e�S�X�c1M�2�;� ���Fwϙ�{�M�<�F�A���T_�ҢV��6k����T���k!58׀O��\�^��,�'�!�fC����
+�������R�i�͌��%��>CG�-��.J�H������
 endstream
 endobj
 549 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAV+NotoSerif-Italic
+/FontName /AAAAAZ+NotoSerif-Italic
 /FontFile2 548 0 R
 /FontBBox [-254 -250 1238 1047]
 /Flags 70
@@ -97799,21 +97721,18 @@ endobj
 endobj
 552 0 obj
 << /Length1 2296
-/Length 1304
+/Length 1305
 /Filter [/FlateDecode]
 >>
 stream
-x��U]lU>w�J�v[����� vf�
-Mmh\[���@�m�3�Q�e�?v���-i�&#�	#Mx3111��&�����1$�F|��1]ϝ�݀�`|t�s���{���9���f����sҎ��$89�Xx�������l)���@��x���ߗ��xb�Ԕ�[�6YFC���[�H�#CLGF���{�W�[�J��s���rE����W�p)���}q	��j�U6-�G��fG
-�dq���ˈOa��?^���},����K���M/��#]�@:]�-4a�=]�d�/��?����cp��;λ���]���g�v�A���?j�F�k���%n7	�M���-}��\}'� N$�Wj�H��$�O��6���}	 ��)�$��]�*vw�� ���?����^�w�1?���6�QN�3�^��>DDL�
-�'�*��pj�/�[�v�%�� �	�
�d��ݰ����}�� ����yY�M ��§	�ɻ����,��'�8v�c�>��#�§Z$���v�@�Z,OONUw�w�D,���dS#�Fi&;2<80P��0	SP���)�6q؍�㚂8c0�v;�a��1��hٜ��͕�s�RLjb�y�����!�0�*�US��I�����B�����K0���	L��I��Q�ct�y�A�U[k�_�=n�+ӥ9�����8��L;��^��y�?/����|E�[��;U�Z��h�.`��H�4_Λ�td�rF^E�^�⧈�,JW�΂踂��Q9����"0���C�7����ƣȹE����エq�=�o����4���.���tw!���]%��9i���+��a���a]f#�ڳh�2�2oxB7X{��ʠ-�vet6|�`�<ہ�z��pK����H�ƈJo�
a�Ij:�*��1�:�AY2�i����*����C�#�~��ЯFH��'���q�90��Q�'k̫�t���N�NL
 �`���͡�
ʯ[�3Q��S���i(s==�P��>� �ۦ����	ɲ���#.��^] �1c�J�v�٠�(��@(ݯ�r3T�ǎ�Sp�f���Ԧ��TN���8r
-O��q�%M0��Q��!�!z��1`�VsH�&;nU���
-�ӣ!�C���!�V�=d+9P����ĺ[y����oJn��Ý��6��_�c>��>F3���5<iW?�$I������eg�·t�fu�(V��p#J?N>�կ�m��_!���h�=i>���Ie��\p����m���nJ��,-�S��
+x��U]lU>w�J��`e%�өؙ�+l .[ئ�@�mifH�,�l�v'�[҂$��	�$������[�y�MMԘ&�F|��1H[ϝ�݀�`|t�s���{���9���f���.��ҁ��$8>=_|��Mo��;r��r!�h�Dq�N�js�/a�6���	3��-rqqw)?g��D<��
G�S��!�!���$��爷��K��ko����K�t'��+gP���*���c}�,�H�/�~}�Y�1'kԻ =�R��y�x�����!�9�s��e���A��ճQ�+����C�.:O=���s\�ݳr�z.�.,���G-��Hp65���#!w��x�@��O_���6ĉ��JMI�\���	֯N�/?��<�P�RH"y�5�Z����<$����Pr�՗��z���?p��Dj���L����~n���	l���%��%�Kx�.����]����f�E�n�Lvރ��{�N�^x��(�&��9��)���!?>��/������O�Ȋ�i��#|��
 ��W��+���m��4��8����a��

��>(��P�I�	��6(`�g�8�D��qM��F;��� ����h����W�s�RLjb�Y��<Tr�!�0�.����ʸI�����B�ح%4^9ʗa��{�N�,�Bo������
Wm��Y��Y�N�gh<۵F񨂗dҩ��
+v�������K��lU�[��;Q�Y��h�.b��H�<[)�E�td�rF^C�^�⧄�4JW�΢踊U�gQ�����"0���C�7����ƣȹE����y�/��a�
��wWG��Յ�۞��������d�<#� ��Y}��׌Ŵ7��,`dXG����
���0P�g؎��O�g;�X�g8��~�H{�ScD��؆��$5��*��1�:�IY2�i����*����C�#�~�r�W#����Y������cG5�U��T���B0�O]�v�d���6�LTc�Tz����4���P(sod��m��Sn�	ɲ���#.��^] �1c�J�v�٠�(��@(�W��)����)�_3WFij�~;�Wlj+��“�$zb�`I��iq��-u�r�.�8�j���dǭUU�W��Ɍ��

(�B�[��z�4࿆ ����F�o
�|S�S���؄�*��	��1����n�I��$I2�"�����ʝ��|���q�^I�p#J
+'�����6�R�%�1Z`O�O�imT�8\4�?�����-�7��y���u��
 endstream
 endobj
 553 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAW+mplus-1p-regular
+/FontName /AAAABA+mplus-1p-regular
 /FontFile2 552 0 R
 /FontBBox [-109 -288 1403 1075]
 /Flags 4
@@ -97840,27 +97759,19 @@ endobj
 endobj
 556 0 obj
 << /Length1 3240
-/Length 2162
+/Length 2163
 /Filter [/FlateDecode]
 >>
 stream
-x��WoL[�?�������^����ـmLHHb��?&�5�<S��q�bp��ɴ�I�����Y�|h5[4u_2�nR�N(��M����L�:���	ij�E銦av��ɪ}[_t��s����9��gJ���G�D$��ն��b��96Q���_��K�����hD7X8P�&PO��
-
yK(ס��cݳ��q~��M�Q>�2nr��9��e�$�Ri�;z@���g#����Ͽ�r=�pG
-:�(�=�{��|�VP����D�/�~�2Ơ��b��}���.��&x~ʞ(���GA����y�_��U����1j��R(�k�L�6�Z(p]Fa��5�4B��]�{�?i���0�w֬++�@~<�	�.�O!���$���\Ȯ�u+�Пg�ڞ}�9��6��gP�F}���iu[�����v:z\ΊӍ����H��N[��nj��,������c	m�.�i�U���$��a+�9+Lzı�=���m�T
-��r����H�o4|x�T��'80�\�ao�.5�Lg�c�oE���Xs��ν&P��C�s��L���$�"`A�ģ��=d���Yc������xja��o-J=3���U<��ru�@����kͥW�]�J����d���8������`�vqo_�b���x�̉��8�0�3�
-��.#7l��*L�ZK
Q�����A֥Q����=�����;ۺ��������x�h&�O��e��x�g
-�Z�*��x�F^����2��]?8����V��wS�\}8]Tz�[*��q��Yl��F���Xq��<�hó��kBT�r�V��Wek�t9�ڷ:��ogNr�UW{z�O��͂)k'׶��Y[.v�w�4��(f�O�
9��w7����Of� 	_�9�zpW�O�=
Ί��Zk���q[k����С-���<�I
'�;q�Tg_����sc^R|�(�=.r����E�"dw��9nc�'h�x�o�JV����x�؛���
t���m�<����������h�Aj0�*�V������c����S��߾�����_�W��뎗�+�HW�߬sy����^t;f������o:m%b�a�S8v�t��x.f��/��W�)�;�w�.[O���������/�e���SA�I���%�1�Ou�D�58&pH88�pt���H�:+���_�1��w�/g�+{�8~9W�/��G�h��oQ�S	�
-xhH�}r����5ʧs+�Z����BJ5�j?�>ݻ�w�1p�}6��(��_O�X��x�r���Hʳ~����Q�����`� O`���8a�(�kTky�@��
C�ZUO�sB��N̨z�������yU��Ȩz
ƻ���PU�դT�磾Q��ޣ����}1X���E^�K�����������fX-����a

�t�@7�A��<L�$�!���X��j���g�l8��.�a�q�����b�$fU�H�l:23�~D�`%� ꟛM���'c��hf;Y·�pr(:=v���(s0�~|�GF1���0ع�E�����ܩ<`�����G%��Ώ�;�OM�ͲGs����N���bآ�o����l���B
-a�S
-l<�N�ljR��	L4�H�-�Gc<a�tR!��2�&����,`;�L.��H�~G1��F��F{���?F_�˦�v|�ܻv�����u�Z���>�=���d�%�����JK��^��$�\��!�o�l�RX.Ǐ��ƀ�=(��a��Ux,�+����L��*�LDvG�d��T��!l��q���� �z�v9O���=����f���̟�͂EηI�1��È�/�����q���������Y�ъKu�ʻ�҉=ko�˅"{���0L���Lγ��2�L�����6g)��x���2s��E����&�5�Z,c��?2�$v�p�ە���eXo�2,#(�.{���
-���lV"�]e��������ͨ�͢������6[d�2�P��X�?#D�C΅/v��_�y�y|c�F���̈́�EL"�
-/��!��YP�0_Ǔr�=�oW	\-�~Tfn<*�9$	����eƅ]XyoH��oJw��
-a�E�-���2�2j�.8����WAu�ׇ��Do��
+x��WoL[�?��`!`�
���$�1Ƙ?&�H�)��8C1���dZۤQ��M�,S'���-��/��H7)K'�U�&U�TQ�e��݄4��tE�0;���dվ�/�ι����{�3��y��h"���j�Q�)1N��,���W��@[:;��&��j��Q�^��r-��x<�?G������$qBʧQfC#�����(_B�@r>�&��'tZ�?I��z�G/��@O"ܑ�N�
+����B,)߳�r{�dr*Q��Ɵ��1h,��fd_����x����'
+���Q�覨����u��saF-�Z��B�o�P�iܢ�AEn��$�t&�F����������Sz{ݶ�J�������<��j5�͂A0X�����_��E����W��Khs�~�P`2��]���P�W�/��@G��U~�A2I�3ikKKw 5K��I��XD����.{��0�)x����e��\�f��Z<���k�T5�2�����?>�x���3<0�R�Qo�n;5��d�gc�D��X}�Ԯ�fP��C�s��L���,�"`~�̣��x�6��ڶ/4��������5��>Z�zv!Ui/��/��ډX��/��8�۠��]:���ɔ�;:y�;�;\k�����޾��z={����q4a&gv$<?�]BnF��ٕ��t�j�23�xtV'ADؐ�H�c2���z?��Ǟ�j��R��3[��բ�l=�җɃ9�)Dk�k���m��x!B[�ۜZq�~�	�__#w�K�r�	�tA�n��{����g�=��bc��&�
ϖ_�Q��y��<�����z�����^�
 �����=VU���>C�j�Y���l��s�C8���%9�G1C}Rl��ѿ��M>�x*�C��Y���p�t���*/ͯ��]�[M~��:���s]]纨�D�o'N����x|
c.a̋�/���M.�\r��@V��n�3�mc�����Mi��jbVz��{s�������>�sM]�����7�s���=H�f{E��6Y���>樍8=e�O�9>����2�y��rx��J��s���u4׉���9re�!��.{�X���+;q�B�<q�\��k�T˻�w�>[G�����������%���SN��(I�7�E�	�O��UD��8&qH8�8�pt���H�:���_�1��w�/�֝��
������cP4�(שG9<4$�>9�Oi���ӹ�܅fB��(��R
���@7fz���6F����f74i׺��k$��Q��<'��?����n�Cz�a��I��18!�%pu�j
O��0�Q�8'U=��Ĭ���?��)�_P������`�˪^ń�z-T�U��
 ���U��z��χr2���Jp(y�{>ylaz*���60WSs�j��������@O�(t�<$�,�4LA��+��`X�&h�_x���s�Fa��X�!��E��Ĝj�	��OGf��Џh��4D�s����T���Ml���YNE���rp�e�Џ��(�0q"�6�(Qp��d�;u�8;�W㨄���zb���9��ljm�[�a��+��J�Vh����'���)�uL+��t:���Q�:&1є35���M�3I�`˼�_w����2�tS"��E���;a�&[�}�n�wK:�{�]���\��Q�Y�L`������L�@P�K˄�^��%�\�e!�o���RX.Ï�����sX���2{+�X�Vtχ�M������춼�I=B��5�t%����
;d��]���{�_,�-h'�[>[��g���RX9�/O,�w���r
9��٩�	���k�wS�����D�<ra�������
�0,eb��v���d)��x���RK��D
 �����5�:,c�B 2�$v�p�����eXo&2,#(�.{���
+���lU"�Ui�Zح����͘�ͪ�������Xe�2�P��X�?#D�C΅/��_�yx|c�F����̈́��DL"�*/��!��ٰ�i��'e���%^����b?*37������^�Yp!�+�
I��M��.Fp�YT�{�A,�(�낓���T�}X��wL��
 endstream
 endobj
 557 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAX+mplus1mn-italic
+/FontName /AAAABB+mplus1mn-italic
 /FontFile2 556 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
@@ -97887,21 +97798,19 @@ endobj
 endobj
 560 0 obj
 << /Length1 2272
-/Length 1072
+/Length 1073
 /Filter [/FlateDecode]
 >>
 stream
-x��U�kU����f��Ѡ	��)�mf6�*4DhȆIHJ� �����Н�ef6�^�b�CA�E��҃O��xS�� ��� �����/�&���[�{�����|���3��2
-h��aL�O��N���،jv�]�t{農��0�y�=���
-퇴_���Mڻ���U����M�8G��V��W��d��6�rh�#��˴?
-{����{�;���W�@*�a�=�S�0N���hEvc�'��L%w��f�{�{+��Z���SH�1��y���
�������p����9�#��P���c�����R漸���k(��ws(��$�Ǐ�����7��@��rYb���r�*��b�0O�{�<k�iuq�J�Ѹ�8>Ը�|�q��R�9����0�Gϣ$��x��9�pV���&EU�g0v�����3�����"&�//��M�7b
�E��K��u��p�xG�C�4�h|����1����0fs�4>3wW�#x3���Gq!?��Q�ȿ6�:��z����+r1�ܦ#�š)�M��-%r�I�xө��G�:��Å���Z�d���"W#�M8������49�z%�r8;���X����\wb�����j��ƚ㶛v��\�Ih#��Q�i1��v�ЕS���:B��a�ݜ���9JL����ߙ�t�ďB9m��ȶ��j!�RNR��\�6����q1cT���O�-�خ;�ߑQ�W���
 ����fO��H�:@�;�">E�"�?tQħ�qҽ�$��Ա�>�Uu�ٝ�*E�\A�Nm�=?LY1���ˍ�<����V锪3�I�T�nA��a/�$S���˪Eu�t��f-
-���D"K�bJ��M,<R,&9�45p��껱4��֖�c)�$m������d9��wB��謡e��	k�u'���ȹ�]�W.Ƀ
-��e,ӧF�P=Lu�c]�d���ԙc<����q�KDN�p%��3�*3�]���"����V���,����j�9��U퍞Yf��c����q���M�(�z���o����*���O�~4q0�[�������7�}�
+x��U�k$E}�ӳ�L~l�dC)tw�=WaC���#��eك�vfz�����{��U/<,�{ѣ����'��xSaQaQ�Ѓ �b��J2���[CU�����}���nE��G��tZ��O���ԡ�����������n�S�7�}�u��Y����3Mg��'E��.m��n�w�zw0��~�%��?��M�:M����~���@~�t��s�|�P��bB%0̿gpj��{���n���w�����_Ԭx}oyoepW�v�r
+��������A�4�q��yވ��ι�P0��7
�|c�*����\漸����(��ws(�7%ć�����?���7�_G��rYb��R�
+��b�0O�{���[���`%�h\`�k��>Ѹ�Q|�����s���7QOh�ĸxJ�y�/h<�IQ����6��E���"�h��	��� ~�� ƍ�X�xָ��"lc]�E�2���&�G¬�w�DL�f4>���M�������^�}��Q\0'5>���+�Q����ri�,��k�r)�Zr�ѐk�R"��č7ݚ�yDh��<�Hy�e�H�9J,r5"ހKk	!���o�H��ڡW�,��K�M�5X+Q�u7�X!O�.��v���^�����C���kQ��Sn:^zrJ��\#C��:̺�S�n�B�S�}b�w&7�8	�PN[�˲��ZH����â$���
������"T�A"��N�m:�m�{��	(�����ĸM,�S�/��CE|�'�+nx�L]��ǻ�n0��P�蒫YqRG�C?SV�fpkr�#ik=�:��m��*��['Bd����>���%�ikƶ�Q͵<%�U��v�f"��J1���&6)�G�Z
+or��껱5��֖���R�Iڮ�	�-���r<�#�X��YC�A�
*�kn,Sߕs-��I�\�X�JX�O�\�z�jZǚ��L_�3�x�u��>�����rV�=gtTV{v��Eb//�/��/LeY�?���"sLMm��=!��›�+��T7z��Q|i���7���i�k���L���ap���?���
�}�
 endstream
 endobj
 561 0 obj
 << /Type /FontDescriptor
-/FontName /AAAAAY+NotoSerif
+/FontName /AAAABC+NotoSerif
 /FontFile2 560 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
@@ -98025,477 +97934,477 @@ xref
 0000287565 00000 n 
 0000287796 00000 n 
 0000288032 00000 n 
-0000319048 00000 n 
-0000319407 00000 n 
-0000319621 00000 n 
-0000319841 00000 n 
-0000320017 00000 n 
-0000320218 00000 n 
-0000320473 00000 n 
-0000320753 00000 n 
-0000320936 00000 n 
-0000320992 00000 n 
-0000399366 00000 n 
-0000402253 00000 n 
-0000402493 00000 n 
-0000402732 00000 n 
-0000402968 00000 n 
-0000411154 00000 n 
-0000411382 00000 n 
-0000457900 00000 n 
-0000458212 00000 n 
-0000458258 00000 n 
-0000459056 00000 n 
-0000459455 00000 n 
-0000459615 00000 n 
-0000459672 00000 n 
-0000459884 00000 n 
-0000460115 00000 n 
-0000460385 00000 n 
-0000460616 00000 n 
-0000460868 00000 n 
-0000501337 00000 n 
-0000501623 00000 n 
-0000501681 00000 n 
-0000501895 00000 n 
-0000502070 00000 n 
-0000517402 00000 n 
-0000517690 00000 n 
-0000517920 00000 n 
-0000518140 00000 n 
-0000518313 00000 n 
-0000518370 00000 n 
-0000558254 00000 n 
-0000558508 00000 n 
-0000577640 00000 n 
-0000577928 00000 n 
-0000577974 00000 n 
-0000578187 00000 n 
-0000578391 00000 n 
-0000578692 00000 n 
-0000595196 00000 n 
-0000595463 00000 n 
-0000595509 00000 n 
-0000595666 00000 n 
-0000595723 00000 n 
-0000595953 00000 n 
-0000596010 00000 n 
-0000596067 00000 n 
-0000627153 00000 n 
-0000627434 00000 n 
-0000627480 00000 n 
-0000627538 00000 n 
-0000627757 00000 n 
-0000627815 00000 n 
-0000628025 00000 n 
-0000648701 00000 n 
-0000648981 00000 n 
-0000649199 00000 n 
-0000649256 00000 n 
-0000649554 00000 n 
-0000649612 00000 n 
-0000666589 00000 n 
-0000666830 00000 n 
-0000666888 00000 n 
-0000681402 00000 n 
-0000681701 00000 n 
-0000681747 00000 n 
-0000681910 00000 n 
-0000682093 00000 n 
-0000682150 00000 n 
-0000682855 00000 n 
-0000683094 00000 n 
-0000683297 00000 n 
-0000683512 00000 n 
-0000683717 00000 n 
-0000708386 00000 n 
-0000708658 00000 n 
-0000708715 00000 n 
-0000708941 00000 n 
-0000731880 00000 n 
-0000732134 00000 n 
-0000741702 00000 n 
-0000742016 00000 n 
-0000742062 00000 n 
-0000742297 00000 n 
-0000742354 00000 n 
-0000877286 00000 n 
-0000877510 00000 n 
-0000877750 00000 n 
-0000902126 00000 n 
-0000902385 00000 n 
-0000902431 00000 n 
-0000902647 00000 n 
-0000941800 00000 n 
-0000942042 00000 n 
-0000983347 00000 n 
-0000983619 00000 n 
-0000983677 00000 n 
-0000983891 00000 n 
-0001006139 00000 n 
-0001006380 00000 n 
-0001013249 00000 n 
-0001013528 00000 n 
-0001013574 00000 n 
-0001013737 00000 n 
-0001013794 00000 n 
-0001023759 00000 n 
-0001024008 00000 n 
-0001024065 00000 n 
-0001065120 00000 n 
-0001065361 00000 n 
-0001099232 00000 n 
-0001099512 00000 n 
-0001099758 00000 n 
-0001099816 00000 n 
-0001100044 00000 n 
-0001100101 00000 n 
-0001104859 00000 n 
-0001105142 00000 n 
-0001105355 00000 n 
-0001105401 00000 n 
-0001105599 00000 n 
-0001105824 00000 n 
-0001106095 00000 n 
-0001120283 00000 n 
-0001120570 00000 n 
-0001120616 00000 n 
-0001120766 00000 n 
-0001120823 00000 n 
-0001120880 00000 n 
-0001121104 00000 n 
-0001131851 00000 n 
-0001132076 00000 n 
-0001132134 00000 n 
-0001140433 00000 n 
-0001142815 00000 n 
-0001143101 00000 n 
-0001143297 00000 n 
-0001143499 00000 n 
-0001152466 00000 n 
-0001152698 00000 n 
-0001162183 00000 n 
-0001181630 00000 n 
-0001181976 00000 n 
-0001182181 00000 n 
-0001182405 00000 n 
-0001182617 00000 n 
-0001182830 00000 n 
-0001182888 00000 n 
-0001183092 00000 n 
-0001183324 00000 n 
-0001183552 00000 n 
-0001202504 00000 n 
-0001202792 00000 n 
-0001203036 00000 n 
-0001203263 00000 n 
-0001203496 00000 n 
-0001203554 00000 n 
-0001230819 00000 n 
-0001231117 00000 n 
-0001231163 00000 n 
-0001231890 00000 n 
-0001232115 00000 n 
-0001252401 00000 n 
-0001252692 00000 n 
-0001252738 00000 n 
-0001252977 00000 n 
-0001253211 00000 n 
-0001253268 00000 n 
-0001253787 00000 n 
-0001254015 00000 n 
-0001254208 00000 n 
-0001254390 00000 n 
-0001273943 00000 n 
-0001274239 00000 n 
-0001274285 00000 n 
-0001274489 00000 n 
-0001274684 00000 n 
-0001274940 00000 n 
-0001274997 00000 n 
-0001275237 00000 n 
-0001298231 00000 n 
-0001298459 00000 n 
-0001333865 00000 n 
-0001334148 00000 n 
-0001334350 00000 n 
-0001334539 00000 n 
-0001334596 00000 n 
-0001334820 00000 n 
-0001335065 00000 n 
-0001375431 00000 n 
-0001375685 00000 n 
-0001375742 00000 n 
-0001382458 00000 n 
-0001412787 00000 n 
-0001413078 00000 n 
-0001413277 00000 n 
-0001420029 00000 n 
-0001420256 00000 n 
-0001462134 00000 n 
-0001462388 00000 n 
-0001462446 00000 n 
-0001472570 00000 n 
-0001472893 00000 n 
-0001472939 00000 n 
-0001472996 00000 n 
-0001473222 00000 n 
-0001473279 00000 n 
-0001473503 00000 n 
-0001473753 00000 n 
-0001473971 00000 n 
-0001524496 00000 n 
-0001524737 00000 n 
-0001546777 00000 n 
-0001547078 00000 n 
-0001547135 00000 n 
-0001547348 00000 n 
-0001547559 00000 n 
-0001547616 00000 n 
-0001547848 00000 n 
-0001578049 00000 n 
-0001578316 00000 n 
-0001578362 00000 n 
-0001578408 00000 n 
-0001604590 00000 n 
-0001604831 00000 n 
-0001604877 00000 n 
-0001651352 00000 n 
-0001651739 00000 n 
-0001651952 00000 n 
-0001652166 00000 n 
-0001652380 00000 n 
-0001652600 00000 n 
-0001652821 00000 n 
-0001653042 00000 n 
-0001653100 00000 n 
-0001653316 00000 n 
-0001653561 00000 n 
-0001653796 00000 n 
-0001654032 00000 n 
-0001654242 00000 n 
-0001654476 00000 n 
-0001656991 00000 n 
-0001657219 00000 n 
-0001675217 00000 n 
-0001675580 00000 n 
-0001675626 00000 n 
-0001675683 00000 n 
-0001675874 00000 n 
-0001676068 00000 n 
-0001676259 00000 n 
-0001676463 00000 n 
-0001676691 00000 n 
-0001676860 00000 n 
-0001677110 00000 n 
-0001677360 00000 n 
-0001677417 00000 n 
-0001677664 00000 n 
-0001677909 00000 n 
-0001690679 00000 n 
-0001691004 00000 n 
-0001691240 00000 n 
-0001691489 00000 n 
-0001691694 00000 n 
-0001691751 00000 n 
-0001692410 00000 n 
-0001692663 00000 n 
-0001692912 00000 n 
-0001693169 00000 n 
-0001693226 00000 n 
-0001704517 00000 n 
-0001704837 00000 n 
-0001704894 00000 n 
-0001705118 00000 n 
-0001705347 00000 n 
-0001705583 00000 n 
-0001705814 00000 n 
-0001706020 00000 n 
-0001706237 00000 n 
-0001706562 00000 n 
-0001706695 00000 n 
-0001706830 00000 n 
-0001706973 00000 n 
-0001707109 00000 n 
-0001707271 00000 n 
-0001707435 00000 n 
-0001707603 00000 n 
-0001707764 00000 n 
-0001707936 00000 n 
-0001708108 00000 n 
-0001708263 00000 n 
-0001708428 00000 n 
-0001708586 00000 n 
-0001708744 00000 n 
-0001708914 00000 n 
-0001709095 00000 n 
-0001709288 00000 n 
-0001709481 00000 n 
-0001709668 00000 n 
-0001709855 00000 n 
-0001710032 00000 n 
-0001710209 00000 n 
-0001710366 00000 n 
-0001710533 00000 n 
-0001710721 00000 n 
-0001710909 00000 n 
-0001711078 00000 n 
-0001711258 00000 n 


<TRUNCATED>